Searched refs:regexes (Results 1 – 23 of 23) sorted by relevance
/third_party/rust/crates/regex/ |
D | CHANGELOG.md | 70 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 …]
|
D | PERFORMANCE.md | 91 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/ |
D | README | 11 redemo.py Regular Expressions: GUI script to test regexes.
|
/third_party/rust/crates/regex/bench/ |
D | Cargo.toml | 36 # Use features to conditionally compile benchmarked regexes, since not every
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | ps.c | 161 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/ |
D | ps.c | 204 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/ |
D | 3.7.0b3.rst | 28 These regexes formed potential DOS vectors (REDOS). They have been
|
D | 3.6.5rc1.rst | 17 These regexes formed potential DOS vectors (REDOS). They have been
|
D | 3.8.0a1.rst | 113 These regexes formed potential DOS vectors (REDOS). They have been
|
/third_party/toybox/generated/ |
D | globals.h | 1320 void *regexes, *snapshot; member
|
/third_party/python/Doc/library/ |
D | pkgutil.rst | 242 for a literal period in these pseudo-regexes:
|
/third_party/jerryscript/tools/pylint/ |
D | pylintrc | 200 # the name regexes allow several styles.
|
/third_party/astc-encoder/ |
D | .pylintrc | 242 # the name regexes allow several styles.
|
/third_party/python/Doc/howto/ |
D | regex.rst | 26 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/ |
D | mksh.faq | 460 <p>Use extglobs instead of regexes:<br />
|
/third_party/elfutils/config/ |
D | elfutils.spec.in | 380 Add -r option to use -I/-X regexes for grooming stale files.
|
/third_party/elfutils/ |
D | NEWS | 46 Add -r option to use -I/-X regexes for grooming stale files.
|
/third_party/node/tools/lint-md/ |
D | lint-md.mjs | 13847 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/ |
D | ChangeLog | 440 using regexes.
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 1022 - ci: Make the skip list regexes match the full test name.
|
D | 22.2.0.rst | 2455 - ci/lava: Flexibilize section marker regexes
|
/third_party/python/Misc/ |
D | HISTORY | 4835 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/ |
D | ChangeLog | 11030 * tests/test-kmi-whitelist.cc: Update regexes in test.
|