Home
last modified time | relevance | path

Searched refs:match_options (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/editors/gobby/gobby-0.4.13/inc/
H A Dregex.hpp86 class match_options { class in regex
88 static const match_options NONE;
92 match_options operator|(match_options other) const { in operator |()
95 match_options operator&(match_options other) const { in operator &()
98 match_options operator^(match_options other) const { in operator ^()
101 match_options& operator|=(match_options other) { in operator |=()
104 match_options& operator&=(match_options other) { in operator &=()
107 match_options& operator^=(match_options other) { in operator ^=()
170 bool match(const char* string, match_options eflags = match_options::NONE);
173 match_options eflags = match_options::NONE);
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-sys-0.2.5/pcre2/src/
H A Dpcre2_fuzzsupport.c60 uint32_t match_options; in LLVMFuzzerTestOneInput() local
94 match_options = in LLVMFuzzerTestOneInput()
100 if (((compile_options|match_options) & PCRE2_ENDANCHORED) != 0) in LLVMFuzzerTestOneInput()
101 match_options &= ~(PCRE2_PARTIAL_HARD|PCRE2_PARTIAL_SOFT); in LLVMFuzzerTestOneInput()
152 uint32_t save_match_options = match_options; in LLVMFuzzerTestOneInput()
190 printf("Match options %.8x", match_options); in LLVMFuzzerTestOneInput()
194 ((match_options & PCRE2_NO_JIT) != 0)? ",no_jit" : "", in LLVMFuzzerTestOneInput()
206 match_options, match_data, match_context); in LLVMFuzzerTestOneInput()
217 match_options = 0; /* For second time */ in LLVMFuzzerTestOneInput()
227 printf("DFA match options %.8x", match_options); in LLVMFuzzerTestOneInput()
[all …]
/dports/shells/fish/fish-3.3.1/pcre2/src/
H A Dpcre2_fuzzsupport.c60 uint32_t match_options; in LLVMFuzzerTestOneInput() local
94 match_options = in LLVMFuzzerTestOneInput()
100 if (((compile_options|match_options) & PCRE2_ENDANCHORED) != 0) in LLVMFuzzerTestOneInput()
101 match_options &= ~(PCRE2_PARTIAL_HARD|PCRE2_PARTIAL_SOFT); in LLVMFuzzerTestOneInput()
152 uint32_t save_match_options = match_options; in LLVMFuzzerTestOneInput()
190 printf("Match options %.8x", match_options); in LLVMFuzzerTestOneInput()
194 ((match_options & PCRE2_NO_JIT) != 0)? ",no_jit" : "", in LLVMFuzzerTestOneInput()
206 match_options, match_data, match_context); in LLVMFuzzerTestOneInput()
217 match_options = 0; /* For second time */ in LLVMFuzzerTestOneInput()
227 printf("DFA match options %.8x", match_options); in LLVMFuzzerTestOneInput()
[all …]
/dports/devel/pcre2/pcre2-35fee41/src/
H A Dpcre2_fuzzsupport.c60 uint32_t match_options; in LLVMFuzzerTestOneInput() local
94 match_options = in LLVMFuzzerTestOneInput()
100 if (((compile_options|match_options) & PCRE2_ENDANCHORED) != 0) in LLVMFuzzerTestOneInput()
101 match_options &= ~(PCRE2_PARTIAL_HARD|PCRE2_PARTIAL_SOFT); in LLVMFuzzerTestOneInput()
152 uint32_t save_match_options = match_options; in LLVMFuzzerTestOneInput()
190 printf("Match options %.8x", match_options); in LLVMFuzzerTestOneInput()
194 ((match_options & PCRE2_NO_JIT) != 0)? ",no_jit" : "", in LLVMFuzzerTestOneInput()
206 match_options, match_data, match_context); in LLVMFuzzerTestOneInput()
217 match_options = 0; /* For second time */ in LLVMFuzzerTestOneInput()
227 printf("DFA match options %.8x", match_options); in LLVMFuzzerTestOneInput()
[all …]
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dregex.cc72 RegexMatchFlags match_options) in match() argument
89 Glib::MatchInfo& match_info, RegexMatchFlags match_options) in match() argument
109 ((GRegexMatchFlags)(match_options)), nullptr, &(gerror)); in match()
122 ((GRegexMatchFlags)(match_options)), nullptr, &(gerror)); in match()
148 RegexMatchFlags match_options) in match_all() argument
165 Glib::MatchInfo& match_info, RegexMatchFlags match_options) in match_all() argument
185 ((GRegexMatchFlags)(match_options)), nullptr, &(gerror)); in match_all()
198 ((GRegexMatchFlags)(match_options)), nullptr, &(gerror)); in match_all()
207 RegexMatchFlags match_options) in replace() argument
220 const Glib::ustring& replacement, RegexMatchFlags match_options) in replace_literal() argument
[all …]
H A Dregex.h916 RegexMatchFlags match_options = static_cast<RegexMatchFlags>(0)
920 …bool match(const Glib::ustring& string, RegexMatchFlags match_options = static_cast<RegexMatchFlag…
929 RegexMatchFlags match_options = static_cast<RegexMatchFlags>(0)
978 RegexMatchFlags match_options = static_cast<RegexMatchFlags>(0)
984 bool match(const Glib::ustring& string, int start_position, RegexMatchFlags match_options);
989 …const Glib::ustring& string, gssize string_len, int start_position, RegexMatchFlags match_options);
1027 RegexMatchFlags match_options = static_cast<RegexMatchFlags>(0)
1031 …bool match_all(const Glib::ustring& string, RegexMatchFlags match_options = static_cast<RegexMatch…
1040 RegexMatchFlags match_options = static_cast<RegexMatchFlags>(0)
1101 RegexMatchFlags match_options = static_cast<RegexMatchFlags>(0)
[all …]
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Dregex.ccg63 RegexMatchFlags match_options)
80 Glib::MatchInfo& match_info, RegexMatchFlags match_options)
100 ((GRegexMatchFlags)(match_options)), nullptr, &(gerror));
113 ((GRegexMatchFlags)(match_options)), nullptr, &(gerror));
139 RegexMatchFlags match_options)
156 Glib::MatchInfo& match_info, RegexMatchFlags match_options)
176 ((GRegexMatchFlags)(match_options)), nullptr, &(gerror));
189 ((GRegexMatchFlags)(match_options)), nullptr, &(gerror));
198 RegexMatchFlags match_options)
211 const Glib::ustring& replacement, RegexMatchFlags match_options)
[all …]
H A Dregex.hg134 RegexMatchFlags match_options = static_cast<RegexMatchFlags>(0)
138 …bool match(const Glib::ustring& string, RegexMatchFlags match_options = static_cast<RegexMatchFlag…
147 RegexMatchFlags match_options = static_cast<RegexMatchFlags>(0)
156 RegexMatchFlags match_options = static_cast<RegexMatchFlags>(0)
162 bool match(const Glib::ustring& string, int start_position, RegexMatchFlags match_options);
167 …const Glib::ustring& string, gssize string_len, int start_position, RegexMatchFlags match_options);
181 RegexMatchFlags match_options = static_cast<RegexMatchFlags>(0)
185 …bool match_all(const Glib::ustring& string, RegexMatchFlags match_options = static_cast<RegexMatch…
194 RegexMatchFlags match_options = static_cast<RegexMatchFlags>(0)
203 RegexMatchFlags match_options = static_cast<RegexMatchFlags>(0)
[all …]
/dports/editors/gobby/gobby-0.4.13/src/
H A Dregex.cpp38 const regex::match_options regex::match_options::NONE
39 = regex::match_options(0);
40 const regex::match_options regex::match_options::NOT_BOL
41 = regex::match_options(0x01); //REG_NOTBOL);
42 const regex::match_options regex::match_options::NOT_EOL
43 = regex::match_options(0x02); //REG_NOTEOL);
129 match_options eflags) {
148 regex::match_options eflags) {
182 bool regex::match(const char* string, match_options eflags) in match()
190 match_options eflags) in find()
[all …]
/dports/graphics/colmap/colmap-3.6/src/feature/
H A Dsift_test.cc293 SiftMatchingOptions match_options; in BOOST_AUTO_TEST_CASE() local
294 match_options.gpu_index = "0"; in BOOST_AUTO_TEST_CASE()
328 SiftMatchingOptions match_options; in BOOST_AUTO_TEST_CASE() local
369 SiftMatchingOptions match_options; in BOOST_AUTO_TEST_CASE() local
378 SiftMatchingOptions match_options; in BOOST_AUTO_TEST_CASE() local
389 SiftMatchingOptions match_options; in BOOST_AUTO_TEST_CASE() local
402 match_options.max_ratio = 0.4; in BOOST_AUTO_TEST_CASE()
407 match_options.max_ratio = 0.5; in BOOST_AUTO_TEST_CASE()
419 SiftMatchingOptions match_options; in BOOST_AUTO_TEST_CASE() local
421 match_options.cross_check = false; in BOOST_AUTO_TEST_CASE()
[all …]
H A Dsift.h214 void MatchSiftFeaturesCPUBruteForce(const SiftMatchingOptions& match_options,
218 void MatchSiftFeaturesCPUFLANN(const SiftMatchingOptions& match_options,
222 void MatchSiftFeaturesCPU(const SiftMatchingOptions& match_options,
226 void MatchGuidedSiftFeaturesCPU(const SiftMatchingOptions& match_options,
237 bool CreateSiftGPUMatcher(const SiftMatchingOptions& match_options,
243 void MatchSiftFeaturesGPU(const SiftMatchingOptions& match_options,
248 void MatchGuidedSiftFeaturesGPU(const SiftMatchingOptions& match_options,
H A Dsift.cc965 CHECK(match_options.Check()); in MatchSiftFeaturesCPUBruteForce()
980 CHECK(match_options.Check()); in MatchSiftFeaturesCPUFLANN()
1001 match_options.max_distance, match_options.cross_check, in MatchSiftFeaturesCPUFLANN()
1018 CHECK(match_options.Check()); in MatchGuidedSiftFeaturesCPU()
1021 const float max_residual = match_options.max_error * match_options.max_error; in MatchGuidedSiftFeaturesCPU()
1080 match_options.max_distance, match_options.cross_check, in MatchGuidedSiftFeaturesCPU()
1086 CHECK(match_options.Check()); in CreateSiftGPUMatcher()
1153 CHECK(match_options.Check()); in MatchSiftFeaturesGPU()
1180 static_cast<float>(match_options.max_ratio), match_options.cross_check); in MatchSiftFeaturesGPU()
1272 static_cast<float>(match_options.max_error * match_options.max_error), in MatchGuidedSiftFeaturesGPU()
[all …]
/dports/devel/cutter/cutter-1.2.6/glib-compatible/
H A Dgregex.h87 GRegexMatchFlags match_options,
103 GRegexMatchFlags match_options);
106 GRegexMatchFlags match_options,
112 GRegexMatchFlags match_options,
117 GRegexMatchFlags match_options,
123 GRegexMatchFlags match_options,
131 GRegexMatchFlags match_options);
139 GRegexMatchFlags match_options,
149 GRegexMatchFlags match_options,
156 GRegexMatchFlags match_options,
[all …]
H A Dgregex.c301 gint match_options, in match_info_new() argument
315 match_info->match_opts = match_options; in match_info_new()
1082 regex->match_opts = match_options; in g_regex_new()
1346 match_options, FALSE); in g_regex_match_full()
1382 GRegexMatchFlags match_options, in g_regex_match_all() argument
1442 GRegexMatchFlags match_options, in g_regex_match_all_full() argument
1456 match_options, TRUE); in g_regex_match_all_full()
2321 GRegexMatchFlags match_options, in g_regex_replace() argument
2344 match_options, in g_regex_replace()
2395 GRegexMatchFlags match_options, in g_regex_replace_literal() argument
[all …]
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgregex.h449 GRegexMatchFlags match_options,
485 GRegexMatchFlags match_options);
489 GRegexMatchFlags match_options,
496 GRegexMatchFlags match_options,
502 GRegexMatchFlags match_options,
509 GRegexMatchFlags match_options,
518 GRegexMatchFlags match_options);
528 GRegexMatchFlags match_options,
539 GRegexMatchFlags match_options,
547 GRegexMatchFlags match_options,
[all …]
H A Dgregex.c558 gint match_options, in match_info_new() argument
573 match_info->match_opts = match_options; in match_info_new()
1343 &match_options, error); in g_regex_new()
1353 regex->match_opts = match_options; in g_regex_new()
1404 if (match_options != NULL) in regex_compile()
1405 *match_options |= PCRE_NO_UTF8_CHECK; in regex_compile()
1811 match_options, FALSE); in g_regex_match_full()
1957 match_options, TRUE); in g_regex_match_all_full()
2130 GRegexMatchFlags match_options) in g_regex_split() argument
2836 match_options, in g_regex_replace()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/cache_storage/cross_sequence/
H A Dcross_sequence_cache_storage_cache.cc26 blink::mojom::CacheQueryOptionsPtr match_options, in Match() argument
36 handle_.value()->Match(std::move(request), std::move(match_options), in Match()
41 blink::mojom::CacheQueryOptionsPtr match_options, in MatchAll() argument
51 handle_.value()->MatchAll(std::move(request), std::move(match_options), in MatchAll()
112 blink::mojom::CacheQueryOptionsPtr match_options, in GetAllMatchedEntries() argument
171 blink::mojom::CacheQueryOptionsPtr match_options, in Match() argument
177 std::move(match_options), priority, trace_id, in Match()
183 blink::mojom::CacheQueryOptionsPtr match_options, in MatchAll() argument
188 std::move(match_options), trace_id, in MatchAll()
238 blink::mojom::CacheQueryOptionsPtr match_options, in GetAllMatchedEntries() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/cache_storage/cross_sequence/
H A Dcross_sequence_cache_storage_cache.cc26 blink::mojom::CacheQueryOptionsPtr match_options, in Match() argument
36 handle_.value()->Match(std::move(request), std::move(match_options), in Match()
41 blink::mojom::CacheQueryOptionsPtr match_options, in MatchAll() argument
51 handle_.value()->MatchAll(std::move(request), std::move(match_options), in MatchAll()
112 blink::mojom::CacheQueryOptionsPtr match_options, in GetAllMatchedEntries() argument
171 blink::mojom::CacheQueryOptionsPtr match_options, in Match() argument
177 std::move(match_options), priority, trace_id, in Match()
183 blink::mojom::CacheQueryOptionsPtr match_options, in MatchAll() argument
188 std::move(match_options), trace_id, in MatchAll()
238 blink::mojom::CacheQueryOptionsPtr match_options, in GetAllMatchedEntries() argument
[all …]
/dports/irc/irssi/irssi-1.2.3/src/core/
H A Diregex-regexh.c6 GRegexMatchFlags match_options, in i_regex_new() argument
20 if (match_options & G_REGEX_MATCH_NOTBOL) in i_regex_new()
22 if (match_options & G_REGEX_MATCH_NOTEOL) in i_regex_new()
49 GRegexMatchFlags match_options, in i_regex_match() argument
65 if (match_options & G_REGEX_MATCH_NOTBOL) in i_regex_match()
67 if (match_options & G_REGEX_MATCH_NOTEOL) in i_regex_match()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/regex/test/regress/
H A Dinfo.hpp46 boost::regex_constants::match_flag_type match_options; member
85 boost::regex_constants::match_flag_type match_options = boost::match_default, in set_info() argument
96 dat.match_options = match_options; in set_info()
119 static boost::regex_constants::match_flag_type match_options() in match_options() function in test_info_base
121 return data().match_options; in match_options()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/regex/test/regress/
H A Dinfo.hpp46 boost::regex_constants::match_flag_type match_options; member
85 boost::regex_constants::match_flag_type match_options = boost::match_default, in set_info() argument
96 dat.match_options = match_options; in set_info()
119 static boost::regex_constants::match_flag_type match_options() in match_options() function in test_info_base
121 return data().match_options; in match_options()
/dports/databases/percona57-server/boost_1_59_0/libs/regex/test/regress/
H A Dinfo.hpp46 boost::regex_constants::match_flag_type match_options; member
85 boost::regex_constants::match_flag_type match_options = boost::match_default, in set_info() argument
96 dat.match_options = match_options; in set_info()
119 static boost::regex_constants::match_flag_type match_options() in match_options() function in test_info_base
121 return data().match_options; in match_options()
/dports/databases/xtrabackup/boost_1_59_0/libs/regex/test/regress/
H A Dinfo.hpp46 boost::regex_constants::match_flag_type match_options; member
85 boost::regex_constants::match_flag_type match_options = boost::match_default, in set_info() argument
96 dat.match_options = match_options; in set_info()
119 static boost::regex_constants::match_flag_type match_options() in match_options() function in test_info_base
121 return data().match_options; in match_options()
/dports/databases/percona57-client/boost_1_59_0/libs/regex/test/regress/
H A Dinfo.hpp46 boost::regex_constants::match_flag_type match_options; member
85 boost::regex_constants::match_flag_type match_options = boost::match_default, in set_info() argument
96 dat.match_options = match_options; in set_info()
119 static boost::regex_constants::match_flag_type match_options() in match_options() function in test_info_base
121 return data().match_options; in match_options()
/dports/devel/boost-docs/boost_1_72_0/libs/regex/test/regress/
H A Dinfo.hpp88 boost::regex_constants::match_flag_type match_options; member
127 boost::regex_constants::match_flag_type match_options = boost::match_default, in set_info() argument
138 dat.match_options = match_options; in set_info()
165 static boost::regex_constants::match_flag_type match_options() in match_options() function in test_info_base
167 return data().match_options; in match_options()

12345678