Lines Matching refs:facility
719 32. Added the "forbid" facility to pcretest so that putting tests into the
728 errors. Perl warns for these when in warning mode, but PCRE has no facility
748 run time, and that the facility to pass tables to pcre_exec() and
1994 this option. Modified pcretest to add /W to test this facility. Added
2033 less than 128) in its various bitmaps. However, there is a facility for
2926 facility is supposed to tell if (?J) was ever used, so now (?J) at the
3709 12. Added the optional facility to have named substrings with the same name.
4091 symbols that pcretest ("illegally") uses, and (b) the facility isn't always
4283 wrapper). This facility is provided because some applications need a
4879 provides with (?{...}). The facility is termed a "callout". The way it is done
4983 function is called in a call to pcre_exec(). This facility makes it possible to
5437 However, I haven't made this a standard facility. The documentation doesn't
5564 1. Since the (>?) facility is in Perl 5.005, don't require PCRE_EXTRA to enable
5575 5. Remove the \X "cut" facility; Perl doesn't have it, and (?> is neater.
5737 as /((?>a*))*/ (a PCRE_EXTRA facility).
5769 1. Added the \X "cut" facility, conditional on PCRE_EXTRA.