Home
last modified time | relevance | path

Searched refs:RepeatMatch (Results 1 – 14 of 14) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/bjeavons/zxcvbn-php/test/Matchers/
H A DRepeatTest.php5 use ZxcvbnPhp\Matchers\RepeatMatch; alias
12 $matches = RepeatMatch::match($password);
16 $matches = RepeatMatch::match($password);
20 $matches = RepeatMatch::match($password);
26 $matches = RepeatMatch::match($password);
32 $matches = RepeatMatch::match($password);
41 $matches = RepeatMatch::match($password);
45 $matches = RepeatMatch::match($password);
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Drepeat.h76 enum RepeatMatch { enum
87 enum RepeatMatch repeatHasMatch(const struct RepeatInfo *info,
289 enum RepeatMatch repeatHasMatchFirst(const struct RepeatInfo *info, in repeatHasMatchFirst()
302 enum RepeatMatch repeatHasMatchLast(const struct RepeatInfo *info, in repeatHasMatchLast()
315 enum RepeatMatch repeatHasMatchRing(const struct RepeatInfo *info,
319 enum RepeatMatch repeatHasMatchRange(const struct RepeatInfo *info,
323 enum RepeatMatch repeatHasMatchSparseOptimalP(const struct RepeatInfo *info,
327 enum RepeatMatch repeatHasMatchBitmap(const struct RepeatInfo *info,
331 enum RepeatMatch repeatHasMatchTrailer(const struct RepeatInfo *info,
336 enum RepeatMatch repeatHasMatch(const struct RepeatInfo *info, in repeatHasMatch()
H A Dlimex_ring.h70 enum RepeatMatch rv = repeatHasMatch(info, ctrl, state, offset); in processTugTrigger()
H A Drepeat.c701 enum RepeatMatch repeatHasMatchRing(const struct RepeatInfo *info, in repeatHasMatchRing()
751 enum RepeatMatch repeatHasMatchRange(const struct RepeatInfo *info, in repeatHasMatchRange()
806 enum RepeatMatch repeatHasMatchBitmap(const struct RepeatInfo *info, in repeatHasMatchBitmap()
856 enum RepeatMatch repeatHasMatchTrailer(const struct RepeatInfo *info, in repeatHasMatchTrailer()
1527 enum RepeatMatch repeatHasMatchSparseOptimalP(const struct RepeatInfo *info, in repeatHasMatchSparseOptimalP()
H A Dcastle.c95 enum RepeatMatch match = in subCastleReportCurrent()
157 enum RepeatMatch match = in subCastleInAccept()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/bjeavons/zxcvbn-php/test/
H A DSearcherTest.php5 use ZxcvbnPhp\Matchers\RepeatMatch; alias
22 $match = new RepeatMatch($password, 0, 2, 'aaa', 'a');
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/bjeavons/zxcvbn-php/src/Matchers/
H A DRepeatMatch.php5 class RepeatMatch extends Match class
/dports/devel/hyperscan/hyperscan-5.4.0/unit/internal/
H A Drepeat.cpp585 RepeatMatch r = repeatHasMatch(info, ctrl, state, i); in test_sparse2entry()
632 RepeatMatch r = repeatHasMatch(info, ctrl, state, i); in test_sparse3entry()
683 RepeatMatch r = repeatHasMatch(info, ctrl, state, i); in test_sparse3entryNeg()
720 RepeatMatch r = repeatHasMatch(info, ctrl, state, i); in test_sparse3entryExpire()
798 RepeatMatch r = repeatHasMatch(info, ctrl, state, offset + i); in TEST_P()
854 RepeatMatch r = repeatHasMatch(info, ctrl, state, i); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/zxcvbn-cpp/native-src/zxcvbn/
H A Dcommon.hpp90 struct RepeatMatch { struct
H A Dmatching.cpp534 RepeatMatch{ in repeat_match()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/zxcvbn-cpp/patches/
H A Dutf8_support.diff127 RepeatMatch{
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/zxcvbn-cpp/test/
H A Dscoring_unittest.cc186 RepeatMatch{ in TEST()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dmega_zxcvbn.cpp1366 static void RepeatMatch(ZxcMatch_t **Result, const uint8_t *Passwd, int Start, int MaxLen) in RepeatMatch() function
1589 RepeatMatch(&(Nodes[i].Paths), Passwd, i, MaxLen); in ZxcvbnMatch()
/dports/security/keepassxc/keepassxc-2.6.6/src/zxcvbn/
H A Dzxcvbn.c1374 static void RepeatMatch(ZxcMatch_t **Result, const uint8_t *Passwd, int Start, int MaxLen) in RepeatMatch() function
1597 RepeatMatch(&(Nodes[i].Paths), Passwd, i, MaxLen); in ZxcvbnMatch()