Lines Matching refs:PCRE_MULTILINE

2158        if PCRE_MULTILINE is set.  There is no equivalent  to  this  option  in
2263 PCRE_MULTILINE
2275 When PCRE_MULTILINE it is set, the "start of line" and "end of line"
2281 setting PCRE_MULTILINE has no effect.
2765 (a) the pattern was compiled with the PCRE_MULTILINE option, and every
2798 (a) the pattern was compiled with the PCRE_MULTILINE option, and every
2972 the PCRE_EXTENDED option, the result is PCRE_CASELESS, PCRE_MULTILINE,
2978 ^ unless PCRE_MULTILINE is set
3304 match before it. Setting this without PCRE_MULTILINE (at compile time)
3313 out PCRE_MULTILINE (at compile time) causes dollar never to match. This
4679 (b) If PCRE_DOLLAR_ENDONLY is set and PCRE_MULTILINE is not set, the $
5635 PCRE_MULTILINE option is unset. Inside a character class, circumflex
5659 PCRE_MULTILINE option is set. When this is the case, a circumflex
5663 at the very end, when PCRE_MULTILINE is set. When newline is specified
5673 PCRE_MULTILINE is set.
5677 start with \A it is always anchored, whether or not PCRE_MULTILINE is
5793 PCRE_MULTILINE options is used. A class such as [^a] always matches one
5981 The settings of the PCRE_CASELESS, PCRE_MULTILINE, PCRE_DOTALL, and
5987 m for PCRE_MULTILINE
5994 LESS and PCRE_MULTILINE while unsetting PCRE_DOTALL and PCRE_EXTENDED,
9598 The PCRE_MULTILINE option is set when the regular expression is passed
9635 PCRE_MULTILINE has only some of the effects specified for REG_NEWLINE.
9662 $ matches \n in middle no PCRE_MULTILINE
9663 ^ matches \n in middle no PCRE_MULTILINE
9946 PCRE_MULTILINE multiple lines match /m
9998 RE_Options(PCRE_CASELESS|PCRE_MULTILINE)).PartialMatch(str);
10016 pass PCRE_CASELESS, PCRE_EXTENDED, and PCRE_MULTILINE to a RE with one