Home
last modified time | relevance | path

Searched refs:PCRE2_MULTILINE (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/x11/terminator/terminator-2.1.1/terminatorlib/
H A Dregex.py13 PCRE2_MULTILINE = 0x00000400 variable
20 FLAGS_PCRE2 = (Vte.REGEX_FLAGS_DEFAULT | PCRE2_MULTILINE)
/dports/devel/pcre2/pcre2-35fee41/src/
H A Dpcre2_jit_test.c126 #define MU (PCRE2_MULTILINE | PCRE2_UTF)
127 #define MUP (PCRE2_MULTILINE | PCRE2_UTF | PCRE2_UCP)
128 #define CMU (PCRE2_CASELESS | PCRE2_MULTILINE | PCRE2_UTF)
129 #define CMUP (PCRE2_CASELESS | PCRE2_MULTILINE | PCRE2_UTF | PCRE2_UCP)
130 #define M (PCRE2_MULTILINE)
131 #define MP (PCRE2_MULTILINE | PCRE2_UCP)
133 #define CM (PCRE2_CASELESS | PCRE2_MULTILINE)
1953 { PCRE2_UTF | PCRE2_MULTILINE, CI, 1, 0, 0, 2, 3, { "^\\W", NULL }, " \x0a#"},
1955 { PCRE2_UTF | PCRE2_MULTILINE, CI, 1, 0, 0, 3, 4, { "^\\W", NULL }, " \xf8\x0a#"},
1956 { PCRE2_UTF | PCRE2_MULTILINE, CI, 1, 0, 0, 3, 4, { "^\\W", NULL }, " \xc3\x0a#"},
[all …]
H A Dpcre2_fuzzsupport.c28 PCRE2_MATCH_UNSET_BACKREF|PCRE2_MULTILINE|PCRE2_NEVER_BACKSLASH_C| \
130 ((compile_options & PCRE2_MULTILINE) != 0)? ",multiline" : "", in LLVMFuzzerTestOneInput()
H A Dpcre2posix.c308 if ((cflags & REG_NEWLINE) != 0) options |= PCRE2_MULTILINE; in pcre2_regcomp()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-sys-0.2.5/pcre2/src/
H A Dpcre2_fuzzsupport.c28 PCRE2_MATCH_UNSET_BACKREF|PCRE2_MULTILINE|PCRE2_NEVER_BACKSLASH_C| \
130 ((compile_options & PCRE2_MULTILINE) != 0)? ",multiline" : "", in LLVMFuzzerTestOneInput()
H A Dpcre2_jit_test.c120 #define MU (PCRE2_MULTILINE | PCRE2_UTF)
121 #define MUP (PCRE2_MULTILINE | PCRE2_UTF | PCRE2_UCP)
122 #define CMU (PCRE2_CASELESS | PCRE2_MULTILINE | PCRE2_UTF)
123 #define CMUP (PCRE2_CASELESS | PCRE2_MULTILINE | PCRE2_UTF | PCRE2_UCP)
124 #define M (PCRE2_MULTILINE)
125 #define MP (PCRE2_MULTILINE | PCRE2_UCP)
127 #define CM (PCRE2_CASELESS | PCRE2_MULTILINE)
H A Dpcre2posix.c244 if ((cflags & REG_NEWLINE) != 0) options |= PCRE2_MULTILINE; in regcomp()
/dports/shells/fish/fish-3.3.1/pcre2/src/
H A Dpcre2_fuzzsupport.c28 PCRE2_MATCH_UNSET_BACKREF|PCRE2_MULTILINE|PCRE2_NEVER_BACKSLASH_C| \
130 ((compile_options & PCRE2_MULTILINE) != 0)? ",multiline" : "", in LLVMFuzzerTestOneInput()
H A Dpcre2posix.c293 if ((cflags & REG_NEWLINE) != 0) options |= PCRE2_MULTILINE; in pcre2_regcomp()
/dports/x11/tilda/tilda-tilda-1.5.0/src/
H A Dtilda-search-box.c157 compile_flags |= PCRE2_MULTILINE; in search_vte_regex()
173 compile_flags |= PCRE2_MULTILINE; in search_vte_regex()
/dports/devel/boost-docs/boost_1_72_0/libs/regex/performance/
H A Dpcre.cpp42 …pe = pcre2_compile((PCRE2_SPTR)pat, std::strlen(pat), PCRE2_MULTILINE, &errorcode, &erroroffset, N… in set_expression()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/regex/performance/
H A Dpcre.cpp42 …pe = pcre2_compile((PCRE2_SPTR)pat, std::strlen(pat), PCRE2_MULTILINE, &errorcode, &erroroffset, N… in set_expression()
/dports/devel/boost-libs/boost_1_72_0/libs/regex/performance/
H A Dpcre.cpp42 …pe = pcre2_compile((PCRE2_SPTR)pat, std::strlen(pat), PCRE2_MULTILINE, &errorcode, &erroroffset, N… in set_expression()
/dports/devel/boost-python-libs/boost_1_72_0/libs/regex/performance/
H A Dpcre.cpp42 …pe = pcre2_compile((PCRE2_SPTR)pat, std::strlen(pat), PCRE2_MULTILINE, &errorcode, &erroroffset, N… in set_expression()
/dports/devel/hyperscan/boost_1_75_0/libs/regex/performance/
H A Dpcre.cpp42 …pe = pcre2_compile((PCRE2_SPTR)pat, std::strlen(pat), PCRE2_MULTILINE, &errorcode, &erroroffset, N… in set_expression()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Dlregex-pcre2.c65 desc->flags = (desc->regptype == REG_PARSER_MULTI_TABLE)? PCRE2_DOTALL: PCRE2_MULTILINE; in pcre2_regex_flag_short()
/dports/biology/vt/vt-0.57721/lib/pcre2/
H A Dpcre2_jit_test.c120 #define MU (PCRE2_MULTILINE | PCRE2_UTF)
121 #define MUP (PCRE2_MULTILINE | PCRE2_UTF | PCRE2_UCP)
122 #define CMU (PCRE2_CASELESS | PCRE2_MULTILINE | PCRE2_UTF)
123 #define CMUP (PCRE2_CASELESS | PCRE2_MULTILINE | PCRE2_UTF | PCRE2_UCP)
124 #define M (PCRE2_MULTILINE)
125 #define MP (PCRE2_MULTILINE | PCRE2_UCP)
127 #define CM (PCRE2_CASELESS | PCRE2_MULTILINE)
H A Dpcre2posix.c212 if ((cflags & REG_NEWLINE) != 0) options |= PCRE2_MULTILINE; in regcomp()
/dports/x11-toolkits/vte3/vte-0.64.2/src/
H A Dvteregex.cc216 return IMPL(regex)->has_compile_flags(PCRE2_MULTILINE); in _vte_regex_has_multiline_compile_flag()
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/terminal/
H A Dide-terminal-search.c135 compile_flags = PCRE2_UTF | PCRE2_NO_UTF_CHECK | PCRE2_MULTILINE; in update_regex()
/dports/x11/mate-terminal/mate-terminal-1.26.0/src/
H A Dterminal-search-dialog.c357 compile_flags = PCRE2_MULTILINE | PCRE2_UTF | PCRE2_NO_UTF_CHECK; in terminal_search_dialog_get_regex()
/dports/x11/xfce4-terminal/xfce4-terminal-0.8.10/terminal/
H A Dterminal-search-dialog.c285 guint32 flags = PCRE2_UTF | PCRE2_NO_UTF_CHECK | PCRE2_MULTILINE; in terminal_search_dialog_get_regex()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-0.2.3/src/
H A Dbytes.rs9 PCRE2_CASELESS, PCRE2_DOTALL, PCRE2_EXTENDED, PCRE2_MULTILINE,
139 options |= PCRE2_MULTILINE; in build()
/dports/lang/gnu-apl/apl-1.8/src/
H A DQuad_RE.cc67 case UNI_ASCII_m: flags |= PCRE2_MULTILINE; break; in Flags()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dregex_pcre.c83 pd->options |= PCRE2_MULTILINE; in cli_pcre_addoptions()

12345678