Lines Matching full:patterns
205 performance of many patterns. Simple programs can easily request that it be
364 .SH "SAVING PRECOMPILED PATTERNS FOR LATER USE"
460 most massive patterns, since it allows the compiled pattern to be up to 64K in
697 This option makes it possible to include comments inside complicated patterns.
771 pattern with (*UTF). This may be useful in applications that process patterns
816 other circumstances, line break sequences in patterns are treated as literal
1065 patterns to be analyzed, and for one-off matches and simple patterns the
1067 Not all patterns can be optimized by the JIT compiler. For those that cannot be
1113 Studying a pattern is also useful for non-anchored patterns that do not have a
1190 different patterns can be processed in different locales.
1195 provided for use with pre-compiled patterns that have been saved and reloaded.
1196 Character tables are not saved with patterns, so if a non-standard table was
1292 returned. For anchored patterns, -2 is returned.
1324 returned. For anchored patterns, 0 is returned.
1368 value, -1 is returned. For anchored patterns, a last literal value is recorded
1508 For such patterns, the PCRE_ANCHORED bit is set in the options returned by
1555 For anchored patterns, a last literal value is recorded only if it follows
1618 possible to save compiled patterns and study data, and then use them later
1684 vast amount of resources when running patterns that are not going to match,
1692 patterns that are not anchored, the count restarts from zero for each position
1751 The \fItables\fP field is provided for use with patterns that have been
1758 documentation for a discussion of saving compiled patterns for later use. If
2313 in the subject string. Some simple patterns that might do this are detected and
2619 Normally, patterns with duplicate names are such that in any one match, only
2674 Matching certain patterns using \fBpcre_exec()\fP can use a lot of process
2712 patterns are not supported. Nevertheless, there are times when this kind of
2729 patterns and subjects where there are a lot of potential matches.