Home
last modified time | relevance | path

Searched refs:possessive (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c3243 possessive = TRUE; in match()
3258 possessive = TRUE; in match()
3266 possessive = TRUE; in match()
3274 possessive = TRUE; in match()
3635 possessive = TRUE; in match()
3643 possessive = TRUE; in match()
3651 possessive = TRUE; in match()
3659 possessive = TRUE; in match()
4000 possessive = TRUE; in match()
4007 possessive = TRUE; in match()
[all …]
H A DHACKING237 in their names are possessive versions. Other repeats make use of these
343 counts. There are no special possessive opcodes for these repeats; a possessive
371 maximally respectively (see below for possessive repetitions). All three are
403 When a repeated group (capturing or non-capturing) is marked as possessive by
H A DChangeLog1134 5. A pattern such as (?&t)*+(?(DEFINE)(?<t>.)) which has a possessive
1354 was a minimum greater than 1 for a wide character in a possessive
1919 17. Specifying a possessive quantifier with a specific limit for a Unicode
1922 are: /\p{Zl}{2,3}+/8 and /\p{Cc}{2}+/8. It was the possessive "+" that
3596 that was followed by a possessive quantifier.
3864 12. Added "possessive quantifiers" ?+, *+, ++, and {,}+ which come from Sun's
3869 greedy quantifiers. Consequently, the use of the possessive quantifier forces
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DRE94 possessive (greedy and does not backtrack after repeated)
100 ({n,m}+, {n,}+, {n}+ are possessive op. in ONIG_SYNTAX_JAVA only)
354 + add possessive quantifier. ?+, *+, ++
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.c2258 int possessive; member
3013 tok->u.repeat.possessive = 0; in fetch_token()
3024 tok->u.repeat.possessive = 1; in fetch_token()
3028 tok->u.repeat.possessive = 0; in fetch_token()
5136 if (tok->u.repeat.possessive != 0) { in parse_exp()
H A DHISTORY1357 2003/06/04: [spec] {n,m}+ should not be possessive operator.
1371 2003/05/28: [new] possessive repeat operator. (?+, *+, ++, {n,m}+)
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1451 a non-possessive quantifier. Similarly, if an atomic group is present,
4658 also "possessive quantifier"
6038 simpler notation, called a "possessive quantifier" can be used. This
6044 Note that a possessive quantifier can be used with an entire group, for
6052 meaning of a possessive quantifier and the equivalent atomic group,
7353 ?+ 0 or 1, possessive
7356 *+ 0 or more, possessive
7359 ++ 1 or more, possessive
7363 {n,m}+ at least n, no more than m, possessive
7366 {n,}+ n or more, possessive
[all …]

Completed in 75 milliseconds