Home
last modified time | relevance | path

Searched refs:match_prefix (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/dports/textproc/nuspell/nuspell-5.0.1/tests/
H A Dunit_test.cxx169 REQUIRE(c.match_prefix(""));
170 REQUIRE(c.match_prefix("a"));
195 REQUIRE(c.match_prefix("Y"));
196 REQUIRE(c.match_prefix("abc"));
206 REQUIRE(c.match_prefix("v"));
208 REQUIRE(c.match_prefix("b"));
210 REQUIRE(c.match_prefix("n"));
233 REQUIRE(c.match_prefix("б"));
235 REQUIRE(c.match_prefix("ш"));
266 REQUIRE(c.match_prefix("q"));
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/browser/safe_browsing/
H A Daw_safe_browsing_allowlist_manager.cc57 bool match_prefix = false; member
65 bool match_prefix) { in InsertRuleToTrie() argument
69 DCHECK(!node->match_prefix); in InsertRuleToTrie()
81 if (node->match_prefix) in InsertRuleToTrie()
88 if (match_prefix) { in InsertRuleToTrie()
89 node->match_prefix = true; in InsertRuleToTrie()
133 bool match_prefix = false; in AddRuleToAllowlist() local
140 match_prefix = false; in AddRuleToAllowlist()
142 match_prefix = !started_with_dot; in AddRuleToAllowlist()
162 if (node->match_prefix) { in IsAllowed()
[all …]
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/tests/
H A Dtest_regular_languages.py52 m = g.match_prefix("hello world")
55 m = g.match_prefix("he")
58 m = g.match_prefix("")
61 m = g.match_prefix("som")
64 m = g.match_prefix("hello wor")
67 m = g.match_prefix("no-match")
71 m = g.match_prefix("hellotest")
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/tests/
H A Dtest_regular_languages.py55 m = g.match_prefix('hello world')
58 m = g.match_prefix('he')
61 m = g.match_prefix('')
64 m = g.match_prefix('som')
67 m = g.match_prefix('hello wor')
70 m = g.match_prefix('no-match')
74 m = g.match_prefix('hellotest')
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/tests/
H A Dtest_regular_languages.py56 m = g.match_prefix('hello world')
59 m = g.match_prefix('he')
62 m = g.match_prefix('')
65 m = g.match_prefix('som')
68 m = g.match_prefix('hello wor')
71 m = g.match_prefix('no-match')
75 m = g.match_prefix('hellotest')
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/src/
H A Dcouch_flags_config.erl229 case match_prefix(Current, Item, Acc) of
236 -spec match_prefix(
242 match_prefix(AKey, BKey, Acc) -> function
245 match_prefix(A, B).
247 -spec match_prefix(A :: rule(), B :: rule()) -> boolean().
249 match_prefix({{_, _, _, _}, _, _}, {{_, _, false, _}, _, _}) -> function
251 match_prefix({{Key, _, _, _}, _, _}, {{Key, _, true, _}, _, _}) -> function
253 match_prefix({{Key0, _, _, _}, _, _}, {{Key1, _, true, S1}, _, _}) -> function
/dports/net/lft/lft-3.91/
H A Dwhois.c532 if ((value = match_prefix("origin-as:", ls[i].ptr))) { in w_lookup_all_pwhois()
535 if ((value = match_prefix("prefix:", ls[i].ptr))) { in w_lookup_all_pwhois()
538 if ((value = match_prefix("as-path:", ls[i].ptr))) { in w_lookup_all_pwhois()
541 if ((value = match_prefix("org-name:", ls[i].ptr))) { in w_lookup_all_pwhois()
544 if ((value = match_prefix("net-name:", ls[i].ptr))) { in w_lookup_all_pwhois()
595 if ((value = match_prefix("origin:", ls[i].ptr))) { in w_lookup_all_riswhois()
598 if ((value = match_prefix("route:", ls[i].ptr))) { in w_lookup_all_riswhois()
601 if ((value = match_prefix("descr:", ls[i].ptr))) { in w_lookup_all_riswhois()
638 if ((value = match_prefix("origin-as:", ls[i].ptr))) in w_lookup_as_pwhois()
693 if ((value = match_prefix("origin:", ls[i].ptr))) in w_lookup_as_riswhois()
[all …]
/dports/www/civetweb/civetweb-1.15/unittest/
H A Dprivate.c295 ck_assert_int_eq(4, match_prefix("/api", 4, "/api")); in START_TEST()
296 ck_assert_int_eq(3, match_prefix("/a/", 3, "/a/b/c")); in START_TEST()
297 ck_assert_int_eq(-1, match_prefix("/a/", 3, "/ab/c")); in START_TEST()
298 ck_assert_int_eq(4, match_prefix("/*/", 3, "/ab/c")); in START_TEST()
299 ck_assert_int_eq(6, match_prefix("**", 2, "/a/b/c")); in START_TEST()
300 ck_assert_int_eq(2, match_prefix("/*", 2, "/a/b/c")); in START_TEST()
312 ck_assert_int_eq(0, match_prefix("$", 1, "")); in START_TEST()
313 ck_assert_int_eq(-1, match_prefix("$", 1, "x")); in START_TEST()
314 ck_assert_int_eq(1, match_prefix("*$", 2, "x")); in START_TEST()
315 ck_assert_int_eq(1, match_prefix("/$", 2, "/")); in START_TEST()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/regex/v4/
H A Dperl_matcher_common.hpp167 if(0 == match_prefix()) in match_imp()
749 return match_prefix(); in find_restart_any()
753 if(match_prefix()) in find_restart_any()
776 else if(match_prefix()) in find_restart_word()
789 if(match_prefix()) in find_restart_word()
806 if(match_prefix()) in find_restart_line()
817 if(re.can_be_null() && match_prefix()) in find_restart_line()
824 if(match_prefix()) in find_restart_line()
838 return match_prefix(); in find_restart_buf()
879 if(match_prefix()) in find_restart_lit()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/regex/v4/
H A Dperl_matcher_common.hpp222 if(0 == match_prefix()) in match_imp()
842 return match_prefix(); in find_restart_any()
846 if(match_prefix()) in find_restart_any()
869 else if(match_prefix()) in find_restart_word()
882 if(match_prefix()) in find_restart_word()
899 if(match_prefix()) in find_restart_line()
910 if(re.can_be_null() && match_prefix()) in find_restart_line()
917 if(match_prefix()) in find_restart_line()
931 return match_prefix(); in find_restart_buf()
972 if(match_prefix()) in find_restart_lit()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v4/
H A Dperl_matcher_common.hpp232 if(0 == match_prefix()) in match_imp()
852 return match_prefix(); in find_restart_any()
856 if(match_prefix()) in find_restart_any()
879 else if(match_prefix()) in find_restart_word()
892 if(match_prefix()) in find_restart_word()
909 if(match_prefix()) in find_restart_line()
920 if(re.can_be_null() && match_prefix()) in find_restart_line()
927 if(match_prefix()) in find_restart_line()
941 return match_prefix(); in find_restart_buf()
982 if(match_prefix()) in find_restart_lit()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/regex/v4/
H A Dperl_matcher_common.hpp207 if(0 == match_prefix()) in match_imp()
812 return match_prefix(); in find_restart_any()
816 if(match_prefix()) in find_restart_any()
839 else if(match_prefix()) in find_restart_word()
852 if(match_prefix()) in find_restart_word()
869 if(match_prefix()) in find_restart_line()
880 if(re.can_be_null() && match_prefix()) in find_restart_line()
887 if(match_prefix()) in find_restart_line()
901 return match_prefix(); in find_restart_buf()
942 if(match_prefix()) in find_restart_lit()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/regex/v4/
H A Dperl_matcher_common.hpp209 if(0 == match_prefix()) in match_imp()
814 return match_prefix(); in find_restart_any()
818 if(match_prefix()) in find_restart_any()
841 else if(match_prefix()) in find_restart_word()
854 if(match_prefix()) in find_restart_word()
871 if(match_prefix()) in find_restart_line()
882 if(re.can_be_null() && match_prefix()) in find_restart_line()
889 if(match_prefix()) in find_restart_line()
903 return match_prefix(); in find_restart_buf()
944 if(match_prefix()) in find_restart_lit()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/regex/v4/
H A Dperl_matcher_common.hpp232 if(0 == match_prefix()) in match_imp()
852 return match_prefix(); in find_restart_any()
856 if(match_prefix()) in find_restart_any()
879 else if(match_prefix()) in find_restart_word()
892 if(match_prefix()) in find_restart_word()
909 if(match_prefix()) in find_restart_line()
920 if(re.can_be_null() && match_prefix()) in find_restart_line()
927 if(match_prefix()) in find_restart_line()
941 return match_prefix(); in find_restart_buf()
982 if(match_prefix()) in find_restart_lit()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/regex/v4/
H A Dperl_matcher_common.hpp232 if(0 == match_prefix()) in match_imp()
852 return match_prefix(); in find_restart_any()
856 if(match_prefix()) in find_restart_any()
879 else if(match_prefix()) in find_restart_word()
892 if(match_prefix()) in find_restart_word()
909 if(match_prefix()) in find_restart_line()
920 if(re.can_be_null() && match_prefix()) in find_restart_line()
927 if(match_prefix()) in find_restart_line()
941 return match_prefix(); in find_restart_buf()
982 if(match_prefix()) in find_restart_lit()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/regex/v4/
H A Dperl_matcher_common.hpp209 if(0 == match_prefix()) in match_imp()
814 return match_prefix(); in find_restart_any()
818 if(match_prefix()) in find_restart_any()
841 else if(match_prefix()) in find_restart_word()
854 if(match_prefix()) in find_restart_word()
871 if(match_prefix()) in find_restart_line()
882 if(re.can_be_null() && match_prefix()) in find_restart_line()
889 if(match_prefix()) in find_restart_line()
903 return match_prefix(); in find_restart_buf()
944 if(match_prefix()) in find_restart_lit()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/regex/v4/
H A Dperl_matcher_common.hpp209 if(0 == match_prefix()) in match_imp()
814 return match_prefix(); in find_restart_any()
818 if(match_prefix()) in find_restart_any()
841 else if(match_prefix()) in find_restart_word()
854 if(match_prefix()) in find_restart_word()
871 if(match_prefix()) in find_restart_line()
882 if(re.can_be_null() && match_prefix()) in find_restart_line()
889 if(match_prefix()) in find_restart_line()
903 return match_prefix(); in find_restart_buf()
944 if(match_prefix()) in find_restart_lit()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/regex/v4/
H A Dperl_matcher_common.hpp209 if(0 == match_prefix()) in match_imp()
814 return match_prefix(); in find_restart_any()
818 if(match_prefix()) in find_restart_any()
841 else if(match_prefix()) in find_restart_word()
854 if(match_prefix()) in find_restart_word()
871 if(match_prefix()) in find_restart_line()
882 if(re.can_be_null() && match_prefix()) in find_restart_line()
889 if(match_prefix()) in find_restart_line()
903 return match_prefix(); in find_restart_buf()
944 if(match_prefix()) in find_restart_lit()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/regex/v4/
H A Dperl_matcher_common.hpp222 if(0 == match_prefix()) in match_imp()
842 return match_prefix(); in find_restart_any()
846 if(match_prefix()) in find_restart_any()
869 else if(match_prefix()) in find_restart_word()
882 if(match_prefix()) in find_restart_word()
899 if(match_prefix()) in find_restart_line()
910 if(re.can_be_null() && match_prefix()) in find_restart_line()
917 if(match_prefix()) in find_restart_line()
931 return match_prefix(); in find_restart_buf()
972 if(match_prefix()) in find_restart_lit()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/regex/v4/
H A Dperl_matcher_common.hpp222 if(0 == match_prefix()) in match_imp()
842 return match_prefix(); in find_restart_any()
846 if(match_prefix()) in find_restart_any()
869 else if(match_prefix()) in find_restart_word()
882 if(match_prefix()) in find_restart_word()
899 if(match_prefix()) in find_restart_line()
910 if(re.can_be_null() && match_prefix()) in find_restart_line()
917 if(match_prefix()) in find_restart_line()
931 return match_prefix(); in find_restart_buf()
972 if(match_prefix()) in find_restart_lit()
[all …]
/dports/devel/libcutl/libcutl-1.10.0/cutl/details/boost/regex/v4/
H A Dperl_matcher_common.hpp209 if(0 == match_prefix()) in match_imp()
818 return match_prefix(); in find_restart_any()
822 if(match_prefix()) in find_restart_any()
845 else if(match_prefix()) in find_restart_word()
858 if(match_prefix()) in find_restart_word()
875 if(match_prefix()) in find_restart_line()
886 if(re.can_be_null() && match_prefix()) in find_restart_line()
893 if(match_prefix()) in find_restart_line()
907 return match_prefix(); in find_restart_buf()
948 if(match_prefix()) in find_restart_lit()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/regex/v4/
H A Dperl_matcher_common.hpp215 if(0 == match_prefix()) in match_imp()
833 return match_prefix(); in find_restart_any()
837 if(match_prefix()) in find_restart_any()
860 else if(match_prefix()) in find_restart_word()
873 if(match_prefix()) in find_restart_word()
890 if(match_prefix()) in find_restart_line()
901 if(re.can_be_null() && match_prefix()) in find_restart_line()
908 if(match_prefix()) in find_restart_line()
922 return match_prefix(); in find_restart_buf()
963 if(match_prefix()) in find_restart_lit()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/regex/v4/
H A Dperl_matcher_common.hpp222 if(0 == match_prefix()) in match_imp()
842 return match_prefix(); in find_restart_any()
846 if(match_prefix()) in find_restart_any()
869 else if(match_prefix()) in find_restart_word()
882 if(match_prefix()) in find_restart_word()
899 if(match_prefix()) in find_restart_line()
910 if(re.can_be_null() && match_prefix()) in find_restart_line()
917 if(match_prefix()) in find_restart_line()
931 return match_prefix(); in find_restart_buf()
972 if(match_prefix()) in find_restart_lit()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/regex/v4/
H A Dperl_matcher_common.hpp222 if(0 == match_prefix()) in match_imp()
842 return match_prefix(); in find_restart_any()
846 if(match_prefix()) in find_restart_any()
869 else if(match_prefix()) in find_restart_word()
882 if(match_prefix()) in find_restart_word()
899 if(match_prefix()) in find_restart_line()
910 if(re.can_be_null() && match_prefix()) in find_restart_line()
917 if(match_prefix()) in find_restart_line()
931 return match_prefix(); in find_restart_buf()
972 if(match_prefix()) in find_restart_lit()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/regex/v4/
H A Dperl_matcher_common.hpp209 if(0 == match_prefix()) in match_imp()
814 return match_prefix(); in find_restart_any()
818 if(match_prefix()) in find_restart_any()
841 else if(match_prefix()) in find_restart_word()
854 if(match_prefix()) in find_restart_word()
871 if(match_prefix()) in find_restart_line()
882 if(re.can_be_null() && match_prefix()) in find_restart_line()
889 if(match_prefix()) in find_restart_line()
903 return match_prefix(); in find_restart_buf()
944 if(match_prefix()) in find_restart_lit()
[all …]

12345678910>>...15