Lines Matching full:setting
15 setting it differs from just passing over a shortened string and setting
142 letters. It be changed within a pattern by a "(?i)" option setting.
152 "(?m)" option setting.
155 option can be changed within a pattern by a ("?s") option setting.
161 changed within a pattern by a "(?x)" option setting.
173 if followed by "?". It can also be set by a "(?U)" option setting within
206 match before it. Setting this without G_REGEX_MULTILINE (at compile time)
211 (except in multiline mode) a newline immediately before it. Setting this
225 a new #GRegex, setting the '\r' character as line terminator.
227 a new #GRegex, setting the '\n' character as line terminator.
229 a new #GRegex, setting the '\r\n' characters as line terminator.