Searched refs:subpattern (Results 1 – 20 of 20) sorted by relevance
| /openbsd/src/usr.sbin/pkg_add/OpenBSD/ |
| D | PkgSpec.pm | 329 for my $subpattern (@$self) { 330 push(@l, $subpattern->match_ref($r)); 334 for my $subpattern (@$self) { 335 if ($subpattern->match_ref($r)) { 347 for my $subpattern (@$self) { 348 push(@l, $subpattern->match_libs_ref($r)); 352 for my $subpattern (@$self) { 353 if ($subpattern->match_libs_ref($r)) { 364 for my $subpattern (@$self) { 365 push(@$l, @{$subpattern->match_locations($r)}); [all …]
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlreref.pod | 255 (?N) Recurse into subpattern number N 256 (?-N), (?+N) Recurse into Nth previous/next subpattern 258 (?&name) Recurse into a named subpattern 259 (?P>name) Recurse into a named subpattern (python syntax) 270 (N) subpattern N has matched something 271 (<name>) named subpattern has matched something 272 ('name') named subpattern has matched something 275 (RN) true if recursing into Nth subpattern 276 (R&name) true if recursing into named subpattern
|
| D | perlre.pod | 914 By default, a quantified subpattern is "greedy", that is, it will match as 930 Normally when a quantified subpattern does not allow the rest of the 1631 their subpattern matches, negative assertions match when their subpattern 2075 Recursive subpattern. Treat the contents of a given capture buffer in the 2076 current pattern as an independent subpattern and attempt to match it at 2078 the caller for things like backreferences is available to the subpattern, 2079 but capture buffers set by the subpattern are not visible to the caller. 2156 Recurse to a named subpattern. Identical to C<(?I<PARNO>)> except that the 2368 to a subpattern of the above pattern. Consider how the pattern 3023 nested pattern, such as recursion, or in a subpattern dynamically generated
|
| D | perlunicode.pod | 1030 However, certain modifiers are illegal in your wildcard subpattern. 1042 C<\p{...}> and C<\P{...}> calls within a wildcard subpattern, and C<\G> 1057 Your subpattern can be just about anything, but for it to have some 1090 to your subpattern to ignore case. If you're uncertain where a blank 1091 is, you can use C< ?> in your subpattern. No character name contains an
|
| D | perlvar.pod | 1080 Contains the subpattern from the corresponding set of capturing 1365 I<n>-th subpattern, or undef if the subpattern did not match.
|
| D | perlreguts.pod | 454 # subpattern
|
| D | perldiag.pod | 5227 (F) You used a pattern that uses too many nested subpattern calls without 6396 (?=...) (?<=...) true if subpattern matches 6397 (?!...) (?<!...) true if subpattern fails to match 7202 (?=...) (?<=...) true if subpattern matches 7203 (*pla:...) (*plb:...) true if subpattern matches; also 7206 (*nla:...) (*nlb:...) true if subpattern fails to match; also 7771 (F) You were using a wildcard subpattern a Unicode property value, and 7772 the subpattern contained something that is illegal. Not all regular
|
| D | perllocale.pod | 1250 C<LC_CTYPE> is in effect, and the subpattern
|
| D | perl5200delta.pod | 2740 assertion in a regexp, the assertion referred to a named subpattern,
|
| D | perlretut.pod | 2571 as an independent subpattern in place of the group reference itself.
|
| D | perlop.pod | 1926 The result may be used as a subpattern in a match:
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| D | perlvaro.txt | 37 Contains the subpattern from the corresponding set of capturing parentheses from the last pattern m… 136 …the offset of the start of the substring matched by n-th subpattern, or undef if the subpattern di…
|
| D | perlvar.pod | 116 Contains the subpattern from the corresponding set of capturing 428 I<n>-th subpattern, or undef if the subpattern did not match.
|
| /openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| D | perlglossary.pod | 265 by a subpattern within unadorned parentheses in a B<regex>. Backslashed 267 the corresponding subpattern in the current match. Outside the pattern, the 499 matching, capturing in>use of parentheses around a B<subpattern> in a 589 A X<clusters, defined>X<subpatterns, cluster>parenthesized B<subpattern> 611 =item code subpattern 613 A B<X<code subpatterns>X<subpatterns, code>regular expression> subpattern 1415 A B<subpattern> X<greedy subpatterns>X<subpatterns, greedy>whose 3229 =item subpattern 3783 (in regexes), zero–width>subpattern B<assertion> matching the B<null
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | regcomp.c | 14032 S_compile_wildcard(pTHX_ const char * subpattern, const STRLEN len, in S_compile_wildcard() argument 14044 SV * subpattern_sv = newSVpvn_flags(subpattern, len, SVs_TEMP); in S_compile_wildcard()
|
| D | proto.h | 8242 S_compile_wildcard(pTHX_ const char *subpattern, const STRLEN len, const bool ignore_case) 8245 assert(subpattern)
|
| D | embed.fnc | 5181 |NN const char *subpattern \
|
| /openbsd/src/gnu/usr.bin/perl/t/re/ |
| D | re_tests | 1947 # RT #121299 - Inconsistent behavior with backreferences nested inside subpattern references
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | embed.fnc | 2105 ERS |REGEXP*|compile_wildcard|NN const char * subpattern|const STRLEN len\
|
| /openbsd/src/share/dict/ |
| D | web2 | 192610 subpattern
|