Home
last modified time | relevance | path

Searched refs:regex_filter (Results 1 – 25 of 103) sorted by relevance

12345

/dports/www/castget/castget-2.0.1/src/
H A Dconfiguration.c78 if (c->regex_filter) in channel_configuration_free()
79 g_free(c->regex_filter); in channel_configuration_free()
108 c->regex_filter = _read_channel_configuration_key(kf, identifier, "filter"); in channel_configuration_new()
145 if (!c->regex_filter && defaults->regex_filter) in channel_configuration_new()
146 c->regex_filter = g_strdup(defaults->regex_filter); in channel_configuration_new()
/dports/devel/boost-docs/boost_1_72_0/libs/iostreams/test/
H A Dregex_filter_test.cpp49 first(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()
78 first(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()
107 out(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()
133 out(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()
162 first(boost::iostreams::regex_filter(match_xxx, replace_lower())); in regex_filter_test()
/dports/devel/boost-python-libs/boost_1_72_0/libs/iostreams/test/
H A Dregex_filter_test.cpp49 first(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()
78 first(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()
107 out(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()
133 out(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()
162 first(boost::iostreams::regex_filter(match_xxx, replace_lower())); in regex_filter_test()
/dports/databases/xtrabackup/boost_1_59_0/libs/iostreams/test/
H A Dregex_filter_test.cpp49 first(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()
78 first(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()
107 out(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()
133 out(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()
162 first(boost::iostreams::regex_filter(match_xxx, replace_lower())); in regex_filter_test()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/iostreams/test/
H A Dregex_filter_test.cpp49 first(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()
78 first(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()
107 out(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()
133 out(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()
162 first(boost::iostreams::regex_filter(match_xxx, replace_lower())); in regex_filter_test()
/dports/databases/percona57-server/boost_1_59_0/libs/iostreams/test/
H A Dregex_filter_test.cpp49 first(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()
78 first(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()
107 out(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()
133 out(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()
162 first(boost::iostreams::regex_filter(match_xxx, replace_lower())); in regex_filter_test()
/dports/databases/percona57-client/boost_1_59_0/libs/iostreams/test/
H A Dregex_filter_test.cpp49 first(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()
78 first(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()
107 out(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()
133 out(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()
162 first(boost::iostreams::regex_filter(match_xxx, replace_lower())); in regex_filter_test()
/dports/devel/boost-libs/boost_1_72_0/libs/iostreams/test/
H A Dregex_filter_test.cpp49 first(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()
78 first(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()
107 out(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()
133 out(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()
162 first(boost::iostreams::regex_filter(match_xxx, replace_lower())); in regex_filter_test()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/iostreams/test/
H A Dregex_filter_test.cpp49 first(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()
78 first(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()
107 out(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()
133 out(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()
162 first(boost::iostreams::regex_filter(match_xxx, replace_lower())); in regex_filter_test()
/dports/devel/hyperscan/boost_1_75_0/libs/iostreams/test/
H A Dregex_filter_test.cpp49 first(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()
78 first(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()
107 out(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()
133 out(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()
162 first(boost::iostreams::regex_filter(match_xxx, replace_lower())); in regex_filter_test()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/dev/archery/archery/benchmark/
H A Drunner.py30 def regex_filter(re_expr): function
99 suite_fn = regex_filter(self.suite_filter)
100 benchmark_fn = regex_filter(self.benchmark_filter)
175 suite_matcher = regex_filter(self.suite_filter)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/dev/archery/archery/benchmark/
H A Drunner.py30 def regex_filter(re_expr): function
104 suite_fn = regex_filter(self.suite_filter)
105 benchmark_fn = regex_filter(self.benchmark_filter)
192 suite_matcher = regex_filter(self.suite_filter)
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/
H A DRegexUtils.cpp80 const std::vector<boost::iostreams::regex_filter>& filters, in filterString()
116 const boost::iostreams::regex_filter& filter, in filterString()
119 std::vector<boost::iostreams::regex_filter> filters; in filterString()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/
H A DRegexUtils.hpp52 const std::vector<boost::iostreams::regex_filter>& filters,
57 const boost::iostreams::regex_filter& filter,
H A DHtmlUtils.hpp47 class Base64ImageFilter : public boost::iostreams::regex_filter
60 class CssUrlFilter : public boost::iostreams::regex_filter
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/text/
H A DTemplateFilter.hpp49 class TemplateFilter : public boost::iostreams::regex_filter
53 : boost::iostreams::regex_filter( in TemplateFilter()
/dports/databases/arrow/apache-arrow-6.0.1/dev/archery/archery/benchmark/
H A Drunner.py33 def regex_filter(re_expr): function
75 suite_fn = regex_filter(self.suite_filter)
76 benchmark_fn = regex_filter(self.benchmark_filter)
166 suite_matcher = regex_filter(self.suite_filter)
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/declarative_net_request/
H A Dindexed_rule_unittest.cc583 std::string regex_filter; in TEST_F() member
598 SCOPED_TRACE(test_case.regex_filter); in TEST_F()
601 rule.condition.regex_filter = in TEST_F()
602 std::make_unique<std::string>(test_case.regex_filter); in TEST_F()
610 EXPECT_EQ(indexed_rule.url_pattern, test_case.regex_filter); in TEST_F()
620 rule.condition.regex_filter = std::make_unique<std::string>("example"); in TEST_F()
631 const char* regex_filter; in TEST_F() member
659 if (test_case.regex_filter) { in TEST_F()
660 rule.condition.regex_filter = in TEST_F()
661 std::make_unique<std::string>(test_case.regex_filter); in TEST_F()
[all …]
H A Druleset_matcher_unittest.cc450 auto create_regex_rule = [](size_t id, const std::string& regex_filter) { in TEST_F() argument
454 rule.condition->regex_filter = regex_filter; in TEST_F()
596 rule.condition->regex_filter = regex_filter; in TEST_F()
760 rule.condition->regex_filter = info.filter; in TEST_F()
878 rule.condition->regex_filter = "example"; in TEST_F()
957 std::string regex_filter; in TEST_F() member
976 rule.condition->regex_filter = info.regex_filter; in TEST_F()
1043 rule.condition->regex_filter = std::to_string(id); in TEST_F()
1140 google_rule_2.condition->regex_filter = "xyz"; in TEST_F()
1149 example_rule.condition->regex_filter = std::string("example"); in TEST_F()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/bench/
H A Dbench_bitcoin.cpp51 std::string regex_filter = gArgs.GetArg("-filter", DEFAULT_BENCH_FILTER); in main() local
80 … benchmark::BenchRunner::RunAll(*printer, evaluations, scaling_factor, regex_filter, is_list_only); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/declarative_net_request/
H A Dindexed_rule_unittest.cc653 std::string regex_filter; in TEST_F() member
668 SCOPED_TRACE(test_case.regex_filter); in TEST_F()
671 rule.condition.regex_filter = in TEST_F()
672 std::make_unique<std::string>(test_case.regex_filter); in TEST_F()
680 EXPECT_EQ(indexed_rule.url_pattern, test_case.regex_filter); in TEST_F()
690 rule.condition.regex_filter = std::make_unique<std::string>("example"); in TEST_F()
701 const char* regex_filter; in TEST_F() member
729 if (test_case.regex_filter) { in TEST_F()
730 rule.condition.regex_filter = in TEST_F()
731 std::make_unique<std::string>(test_case.regex_filter); in TEST_F()
[all …]
H A Dindexed_rule.cc491 if (parsed_rule.condition.url_filter && parsed_rule.condition.regex_filter) in CreateIndexedRule()
494 const bool is_regex_rule = !!parsed_rule.condition.regex_filter; in CreateIndexedRule()
500 if (parsed_rule.condition.regex_filter->empty()) in CreateIndexedRule()
503 if (!base::IsStringASCII(*parsed_rule.condition.regex_filter)) in CreateIndexedRule()
512 *parsed_rule.condition.regex_filter, in CreateIndexedRule()
569 indexed_rule->url_pattern = std::move(*parsed_rule.condition.regex_filter); in CreateIndexedRule()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/bench/
H A Dbench_bitcoin.cpp70 std::string regex_filter = gArgs.GetArg("-filter", DEFAULT_BENCH_FILTER); in main() local
89 … benchmark::BenchRunner::RunAll(*printer, evaluations, scaling_factor, regex_filter, is_list_only); in main()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/bench/
H A Dbench_bitcoin.cpp70 std::string regex_filter = gArgs.GetArg("-filter", DEFAULT_BENCH_FILTER); in main() local
89 … benchmark::BenchRunner::RunAll(*printer, evaluations, scaling_factor, regex_filter, is_list_only); in main()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/bench/
H A Dbench_bitcoin.cpp70 std::string regex_filter = gArgs.GetArg("-filter", DEFAULT_BENCH_FILTER); in main() local
89 … benchmark::BenchRunner::RunAll(*printer, evaluations, scaling_factor, regex_filter, is_list_only); in main()

12345