Lines Matching refs:before

34        before they appeared in Perl are also available using the  Python  syn-
444 locale in the same way as before. Characters greater than 0xff have
497 verted from 8-bit to 16-bit before being passed to PCRE, and the 16-bit
775 the locale in the same way as before. Characters greater than 0xff
825 verted from 8-bit to 32-bit before being passed to PCRE, and the 32-bit
885 lected by providing options to configure before running the make com-
1230 scanning, in order to be able to output "before" and "after" lines when
1233 but because of the way it is used for holding "before" lines, the long-
1271 immediately before the configure command.
1302 before running make to build PCRE, so that ccache is not used.
1738 before including pcre.h or pcrecpp.h, because otherwise the pcre_mal-
1806 calls. This should be done before calling any PCRE functions.
2127 all with number 255, before each pattern item. For discussion of the
2156 matches immediately before a newline at the end of the string (but not
2157 before any other newlines). The PCRE_DOLLAR_ENDONLY option is ignored
2229 before or at the first newline in the subject string, though the
2270 before a terminating newline (except when PCRE_DOLLAR_ENDONLY is set).
2276 constructs match immediately following or immediately before internal
2526 tains other fields that can be set by the caller before the block is
3227 name you must copy it before freeing the memory of a compiled pattern.
3286 failing at the start, it skips both the CR and the LF before retrying.
3304 match before it. Setting this without PCRE_MULTILINE (at compile time)
3312 in multiline mode) a newline immediately before it. Setting this with-
3362 pre-scan of the subject that takes place before the pattern is run.
3406 called. The entire string is checked before any other processing takes
3569 captured string, thereby recording a vector overflow, before failing to
4169 vector as before because data about the match so far is left in them
4320 PCRE automatically inserts callouts, all with number 255, before each
4330 Notice that there is a callout before and after each parenthesis and
4333 before the condition. Such a callout may also be inserted explicitly,
5223 from before Unicode support was available, mainly for efficiency rea-
5499 4. Do not end before extending characters or spacing marks. Characters
5547 this case, the part of the subject before the real match does not have
5574 also matches before a newline at the end of the subject
5604 that \Z matches before a newline at the end of the string as well as at
5648 before a newline at the end of the string (by default). Note, however,
5662 string. A dollar matches before any newlines in the string, as well as
5995 is also permitted. If a letter appears both before and after the
6023 first branch is abandoned before the option setting. This is because
6116 # before ---------------branch-reset----------- after
6400 \d+ item, and then with 4, and so on, before ultimately failing.
6472 it takes a long time before reporting failure. This is because the
6528 ing subpattern before \g, that is, is it equivalent to \2 in this exam-
6564 before or after the reference.
6708 then try to match. If there are insufficient characters before the cur-
6851 PCRE, which had this facility before Perl, the syntax (?(name)...) is
7035 and all have to be tested before failure can be reported.
7164 be defined before or after the reference. A numbered reference can be
7246 outs are automatically installed before each item in the pattern. They
7249 before the condition. An explicit callout may also be set at this posi-
7352 before each backtrack happens (in this example, 10 times).
7458 optimization skips along the subject to "a" before applying the pattern
7473 occur as usual to the left of (*PRUNE), before it is reached, or when
7530 track to whatever came before the entire group. If (*THEN) is not
7886 also before newline at end of subject
7887 also before internal newline in multiline mode
7889 also before newline at end of subject
8146 evant functions. The entire string is checked before any other process-
8313 cessing before the match is performed. Therefore, it is of most benefit
8455 when running in a UTF mode, and a callout immediately before an asser-
8581 where the local data of the current node is pushed before checking its
8616 pattern at any time. You can even free the previous stack before
8619 (5) Should I allocate/free a stack every time before/after calling
8783 of inspecting characters before the start of a matched substring. The
8798 tions, or begin with \b or \B, characters before the one where matching
8890 ously. If the end of the subject is reached before the end of the pat-
8984 same working space as before, because this is where details of the pre-
9067 bytes. If you always retain at least that many characters before the
9221 tern_to_host_byte_order() function on the new host before trying to
9281 before trying to save the study data.
9882 You can use the "QuoteMeta" operation to insert backslashes before all
10160 PCRE_STATIC before including pcre.h, because otherwise the pcre_mal-
10400 with which PCRE was compiled. When -m is also given (before -C), infor-
10432 must do this before calling pcre[16|32]_exec().