Home
last modified time | relevance | path

Searched refs:regexes (Results 1 – 23 of 23) sorted by relevance

/third_party/rust/crates/regex/
DCHANGELOG.md70 existing mitigations in place to enforce a size limit on compiled regexes.
98 Namely, for certain regexes on certain inputs, it's possible for the lazy DFA
122 This will change the performance profile of some regexes, sometimes getting a
132 may make some regexes fail to compile that previously did compile. If that
136 Some regexes can use more heap memory than one would expect.
247 by better support for empty-subexpressions in regexes. For
248 example, regexes like `b|` are now allowed. Major thanks to
471 Upgrades `aho-corasick` to 0.7 and uses it for `foo|bar|...|quux` regexes.
569 Fix doc examples for byte regexes.
637 * `(?-u:\B)` is no longer allowed in Unicode regexes since it can match at
[all …]
DPERFORMANCE.md91 It is supported and encouraged to define your regexes using `lazy_static!` as
188 a few examples of regexes that get literal prefixes detected:
197 Literals in anchored regexes can also be used for detecting non-matches very
239 **Advice**: Don't write regexes that cause DFA state blow up if you care about
270 ## Resist the temptation to "optimize" regexes
/third_party/python/Tools/demo/
DREADME11 redemo.py Regular Expressions: GUI script to test regexes.
/third_party/rust/crates/regex/bench/
DCargo.toml36 # Use features to conditionally compile benchmarked regexes, since not every
/third_party/toybox/porting/liteos_a/toys/posix/
Dps.c161 void *regexes, *snapshot;
1693 if (TT.pgrep.regexes) { in match_pgrep()
1694 for (reg = TT.pgrep.regexes; reg; reg = reg->next) { in match_pgrep()
1751 reg->next = TT.pgrep.regexes; in pgrep_main()
1752 TT.pgrep.regexes = reg; in pgrep_main()
/third_party/toybox/toys/posix/
Dps.c204 void *regexes, *snapshot;
1851 if (TT.pgrep.regexes) { in match_pgrep()
1852 for (reg = TT.pgrep.regexes; reg; reg = reg->next) { in match_pgrep()
1909 reg->next = TT.pgrep.regexes; in pgrep_main()
1910 TT.pgrep.regexes = reg; in pgrep_main()
/third_party/python/Misc/NEWS.d/
D3.7.0b3.rst28 These regexes formed potential DOS vectors (REDOS). They have been
D3.6.5rc1.rst17 These regexes formed potential DOS vectors (REDOS). They have been
D3.8.0a1.rst113 These regexes formed potential DOS vectors (REDOS). They have been
/third_party/toybox/generated/
Dglobals.h1320 void *regexes, *snapshot; member
/third_party/python/Doc/library/
Dpkgutil.rst242 for a literal period in these pseudo-regexes:
/third_party/jerryscript/tools/pylint/
Dpylintrc200 # the name regexes allow several styles.
/third_party/astc-encoder/
D.pylintrc242 # the name regexes allow several styles.
/third_party/python/Doc/howto/
Dregex.rst26 Regular expressions (called REs, or regexes, or regex patterns) are essentially
167 strings. However, if that was the only additional capability of regexes, they
/third_party/mksh/
Dmksh.faq460 <p>Use extglobs instead of regexes:<br />
/third_party/elfutils/config/
Delfutils.spec.in380 Add -r option to use -I/-X regexes for grooming stale files.
/third_party/elfutils/
DNEWS46 Add -r option to use -I/-X regexes for grooming stale files.
/third_party/node/tools/lint-md/
Dlint-md.mjs13847 const regexes = []; variable
13855 regexes.push(value);
13857 regexes.push(new RegExp(value.source, 'i'));
13988 regexes.some((regex) => regex.test(normalized))
/third_party/elfutils/tests/
DChangeLog440 using regexes.
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst1022 - ci: Make the skip list regexes match the full test name.
D22.2.0.rst2455 - ci/lava: Flexibilize section marker regexes
/third_party/python/Misc/
DHISTORY4835 a delimter character that has a special meaning in regexes, instead of
5524 - Issue #16688: Now regexes contained backreferences correctly work with
/third_party/libabigail/
DChangeLog11030 * tests/test-kmi-whitelist.cc: Update regexes in test.