Lines Matching refs:facility
1058 this option. Modified pcretest to add /W to test this facility. Added
1097 less than 128) in its various bitmaps. However, there is a facility for
1989 facility is supposed to tell if (?J) was ever used, so now (?J) at the
2772 12. Added the optional facility to have named substrings with the same name.
3154 symbols that pcretest ("illegally") uses, and (b) the facility isn't always
3346 wrapper). This facility is provided because some applications need a
3942 provides with (?{...}). The facility is termed a "callout". The way it is done
4046 function is called in a call to pcre_exec(). This facility makes it possible to
4500 However, I haven't made this a standard facility. The documentation doesn't
4627 1. Since the (>?) facility is in Perl 5.005, don't require PCRE_EXTRA to enable
4638 5. Remove the \X "cut" facility; Perl doesn't have it, and (?> is neater.
4800 as /((?>a*))*/ (a PCRE_EXTRA facility).
4832 1. Added the \X "cut" facility, conditional on PCRE_EXTRA.