Lines Matching refs:conditional

21 3.  A repeated conditional group whose condition was a reference by name caused
51 11. If a non-capturing group containing a conditional group that could match
81 20. A possessively repeated conditional group that could match an empty string,
94 24. A conditional group with only one branch has an implicit empty alternative
212 use instead. A conditional subpattern whose condition is a check on a
223 for being set in a conditional) that occurred in a part of the pattern where
279 26. Fix JIT compilation of conditional blocks, which assertion
616 10. A conditional group with an assertion condition could lead to PCRE
858 there was a conditional group that depended on an assertion, if the
863 condition for a conditional group, for compatibility with automatic
1350 8. A possessively repeated conditional subpattern such as (?(?=c)c|d)++ was
1483 8. If (*THEN) was present in the first (true) branch of a conditional group,
1519 16. Related to 15 above: Perl does not treat the | in a conditional group as
1641 and also for the obeyed branch of a conditional subexpression, which used
1754 PCRE is compiling a conditional subpattern, but actual runaway loops are
2124 1. If a pattern contained a conditional subpattern with only one branch (in
2406 conditional pattern, either for a subpattern having been matched, or for
2451 start or after a newline", because the conditional assertion was not being
2455 9. If auto-callout was enabled in a pattern with a conditional group whose
2483 19. A conditional group that had only one branch was not being correctly
2708 following two fixes: (1) Make the unistd.h include conditional on
2800 than the number used in the conditional) now cause a compile-time error.
2802 treats the conditional as always being FALSE (as PCRE used to), but it
3060 a conditional subpattern that could match an empty string if that
3571 (d) A conditional reference to a named group can now use the syntax
3574 (e) A "conditional group" of the form (?(DEFINE)...) can be used to define
4848 21. Added some code, conditional on #ifdef VPCOMPAT, to make life easier for
4854 23. Added a new extension: a condition to go with recursion. If a conditional
5588 (?(cond)re|re) conditional pattern matching
5756 2. Added, conditional on PCRE_EXTRA, the proposed (?>REGEX) construction.
5769 1. Added the \X "cut" facility, conditional on PCRE_EXTRA.