Home
last modified time | relevance | path

Searched refs:matcher (Results 1 – 25 of 7832) sorted by relevance

12345678910>>...314

/dports/textproc/re-flex/RE-flex-3.1.0/tests/
H A Drtest.cpp278 …%u choice(s)\n", matcher.lineno(), matcher.columno(), matcher.first(), matcher.last(), matcher.tex… in main()
324 matcher.reset("N"); in main()
335 matcher.reset(""); in main()
338 matcher.reset("N"); in main()
349 matcher.reset(""); in main()
414 matcher.input(""); in main()
438 matcher.input("a"); in main()
450 matcher.input("-"); in main()
696 matcher.more(); in main()
710 matcher.less(1); in main()
[all …]
H A Dptest.cpp262 …"%s\" matches pattern %zu\n", matcher.lineno(), matcher.columno(), matcher.first(), matcher.last()… in main()
305 matcher.reset("N"); in main()
316 matcher.reset(""); in main()
319 matcher.reset("N"); in main()
330 matcher.reset(""); in main()
395 matcher.input(""); in main()
419 matcher.input("a"); in main()
431 matcher.input("-"); in main()
677 matcher.more(); in main()
691 matcher.less(1); in main()
[all …]
H A Dbtest.cpp269 …"%s\" matches pattern %zu\n", matcher.lineno(), matcher.columno(), matcher.first(), matcher.last()… in main()
312 matcher.reset("N"); in main()
323 matcher.reset(""); in main()
326 matcher.reset("N"); in main()
337 matcher.reset(""); in main()
402 matcher.input(""); in main()
426 matcher.input("a"); in main()
438 matcher.input("-"); in main()
681 matcher.more(); in main()
695 matcher.less(1); in main()
[all …]
H A Dstest.cpp266 …"%s\" matches pattern %zu\n", matcher.lineno(), matcher.columno(), matcher.first(), matcher.last()… in main()
312 matcher.reset("N"); in main()
323 matcher.reset(""); in main()
327 matcher.reset("N"); in main()
338 matcher.reset(""); in main()
405 matcher.input(""); in main()
429 matcher.input("a"); in main()
441 matcher.input("-"); in main()
684 matcher.more(); in main()
698 matcher.less(1); in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/js_injection/common/
H A Dorigin_matcher_unittest.cc42 OriginMatcher matcher; in TEST_F() local
91 OriginMatcher matcher; in TEST_F() local
109 OriginMatcher matcher; in TEST_F() local
129 OriginMatcher matcher; in TEST_F() local
149 OriginMatcher matcher; in TEST_F() local
178 OriginMatcher matcher; in TEST_F() local
203 OriginMatcher matcher; in TEST_F() local
211 OriginMatcher matcher; in TEST_F() local
226 OriginMatcher matcher; in TEST_F() local
246 OriginMatcher matcher; in TEST_F() local
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/cplusplus/
H A DASTMatch0.cpp38 return matcher->match(this, _other); in match0()
46 return matcher->match(this, _other); in match0()
54 return matcher->match(this, _other); in match0()
62 return matcher->match(this, _other); in match0()
70 return matcher->match(this, _other); in match0()
78 return matcher->match(this, _other); in match0()
86 return matcher->match(this, _other); in match0()
94 return matcher->match(this, _other); in match0()
102 return matcher->match(this, _other); in match0()
110 return matcher->match(this, _other); in match0()
[all …]
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/test/java/org/apache/commons/lang/text/
H A DStrMatcherTest.java46 assertEquals(0, matcher.isMatch(BUFFER1, 0)); in testCommaMatcher()
47 assertEquals(1, matcher.isMatch(BUFFER1, 1)); in testCommaMatcher()
48 assertEquals(0, matcher.isMatch(BUFFER1, 2)); in testCommaMatcher()
53 StrMatcher matcher = StrMatcher.tabMatcher(); in testTabMatcher() local
54 assertSame(matcher, StrMatcher.tabMatcher()); in testTabMatcher()
55 assertEquals(0, matcher.isMatch(BUFFER1, 2)); in testTabMatcher()
56 assertEquals(1, matcher.isMatch(BUFFER1, 3)); in testTabMatcher()
57 assertEquals(0, matcher.isMatch(BUFFER1, 4)); in testTabMatcher()
64 assertEquals(0, matcher.isMatch(BUFFER1, 4)); in testSpaceMatcher()
65 assertEquals(1, matcher.isMatch(BUFFER1, 5)); in testSpaceMatcher()
[all …]
/dports/databases/xapian-core/xapian-core-1.4.18/matcher/
H A DMakefile.mk2 matcher/andmaybepostlist.h\
3 matcher/andnotpostlist.h\
4 matcher/branchpostlist.h\
5 matcher/collapser.h\
9 matcher/localsubmatch.h\
10 matcher/maxpostlist.h\
12 matcher/msetcmp.h\
15 matcher/multimatch.h\
20 matcher/orpostlist.h\
31 matcher/Makefile
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/
H A DAbstractPairMatcherTest.java114 matcher.dispose(); in testSimpleMatchSameMatcher()
160 matcher.dispose(); in testCloseMatches()
175 matcher.dispose(); in testIncompleteMatch()
213 matcher.dispose(); in testPartitioned()
236 matcher.dispose(); in testTightPartitioned()
269 matcher.dispose(); in testNesting()
284 matcher.dispose(); in testBoundaries()
294 matcher.dispose(); in testBug156426()
303 matcher.dispose(); in testBug377417()
331 matcher.clear(); in performMatch()
[all …]
/dports/databases/xapian-core12/xapian-core-1.2.25/matcher/
H A DMakefile.mk2 matcher/andmaybepostlist.h\
3 matcher/andnotpostlist.h\
4 matcher/branchpostlist.h\
5 matcher/collapser.h\
9 matcher/localsubmatch.h\
11 matcher/msetcmp.h\
12 matcher/msetpostlist.h\
16 matcher/orpostlist.h\
27 matcher/dir_contents\
28 matcher/Makefile
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssmatcher.c36 matcher->path.decl = NULL; in gtk_css_matcher_widget_path_get_parent()
39matcher->path.sibling_index = gtk_widget_path_iter_get_sibling_index (matcher->path.path, matcher-… in gtk_css_matcher_widget_path_get_parent()
52 matcher->path.decl = NULL; in gtk_css_matcher_widget_path_get_previous()
65 if (matcher->path.decl) in gtk_css_matcher_widget_path_get_state()
68 siblings = gtk_widget_path_iter_get_siblings (matcher->path.path, matcher->path.index); in gtk_css_matcher_widget_path_get_state()
69 …if (siblings && matcher->path.sibling_index != gtk_widget_path_iter_get_sibling_index (matcher->pa… in gtk_css_matcher_widget_path_get_state()
72 return gtk_widget_path_iter_get_state (matcher->path.path, matcher->path.index); in gtk_css_matcher_widget_path_get_state()
82 …if (siblings && matcher->path.sibling_index != gtk_widget_path_iter_get_sibling_index (matcher->pa… in gtk_css_matcher_widget_path_has_name()
108 if (matcher->path.decl && in gtk_css_matcher_widget_path_has_class()
113 …if (siblings && matcher->path.sibling_index != gtk_widget_path_iter_get_sibling_index (matcher->pa… in gtk_css_matcher_widget_path_has_class()
[all …]
/dports/deskutils/egroupware/egroupware/vendor/symfony/routing/Tests/Matcher/
H A DUrlMatcherTest.php41 $matcher->match('/foo');
56 $matcher->match('/');
337 $matcher->match('/ge');
385 $matcher->match('/foo');
407 $matcher->match('/foo');
428 $matcher->match('/foo');
440 $matcher->match('/foo');
460 $matcher->match('/foo');
676 $matcher->match('/en');
694 $matcher->match('/');
[all …]
/dports/devel/gitlist/gitlist/vendor/symfony/routing/Tests/Matcher/
H A DUrlMatcherTest.php40 $matcher->match('/foo');
65 $matcher->match('/foo');
79 $matcher->match('/no-match');
100 $matcher->match('/foo');
214 $matcher->match('/');
255 $matcher->match('/wxy.html');
270 $matcher->match('/ge');
323 $matcher->match('/foo');
336 $matcher->match('/foo');
396 $matcher->match('/foo/bar');
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/
H A DUrlMatcherTest.php41 $matcher->match('/foo');
56 $matcher->match('/');
81 $matcher->match('/foo');
116 $matcher->match('/foo');
240 $matcher->match('/');
296 $matcher->match('/ge');
343 $matcher->match('/foo');
354 $matcher->match('/foo');
432 $matcher->match('/en');
450 $matcher->match('/');
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/routing/Tests/Matcher/
H A DUrlMatcherTest.php41 $matcher->match('/foo');
56 $matcher->match('/');
81 $matcher->match('/foo');
116 $matcher->match('/foo');
240 $matcher->match('/');
296 $matcher->match('/ge');
343 $matcher->match('/foo');
354 $matcher->match('/foo');
432 $matcher->match('/en');
450 $matcher->match('/');
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Matcher/
H A DUrlMatcherTest.php41 $matcher->match('/foo');
56 $matcher->match('/');
81 $matcher->match('/foo');
116 $matcher->match('/foo');
240 $matcher->match('/');
296 $matcher->match('/ge');
343 $matcher->match('/foo');
354 $matcher->match('/foo');
432 $matcher->match('/en');
450 $matcher->match('/');
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/symfony/routing/Tests/Matcher/
H A DUrlMatcherTest.php41 $matcher->match('/foo');
56 $matcher->match('/');
81 $matcher->match('/foo');
116 $matcher->match('/foo');
240 $matcher->match('/');
296 $matcher->match('/ge');
343 $matcher->match('/foo');
354 $matcher->match('/foo');
432 $matcher->match('/en');
450 $matcher->match('/');
[all …]
/dports/www/itop/web/lib/silex/vendor/symfony/routing/Tests/Matcher/
H A DUrlMatcherTest.php41 $matcher->match('/foo');
66 $matcher->match('/foo');
101 $matcher->match('/foo');
215 $matcher->match('/');
256 $matcher->match('/wxy.html');
271 $matcher->match('/ge');
324 $matcher->match('/foo');
337 $matcher->match('/foo');
407 $matcher->match('/foo/bar');
419 $matcher->match('/en');
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/
H A Dpattern_matcher-t.cc45 Pattern_matcher matcher; in TEST_F() local
55 Pattern_matcher matcher; in TEST_F() local
61 EXPECT_TRUE(matcher.is_matching( in TEST_F()
79 Pattern_matcher matcher; in TEST_F() local
83 matcher.add_patterns("??SQL"); in TEST_F()
89 matcher.clear(); in TEST_F()
91 matcher.add_patterns("S?L"); in TEST_F()
96 matcher.clear(); in TEST_F()
100 matcher.add_patterns("My*"); in TEST_F()
104 matcher.clear(); in TEST_F()
[all …]
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-foundation/Tests/
H A DRequestMatcherTest.php25 $matcher = new RequestMatcher();
52 $matcher = new RequestMatcher();
53 $matcher->matchScheme('https');
57 $matcher->matchScheme('http');
61 $matcher = new RequestMatcher();
71 $matcher = new RequestMatcher();
74 $matcher->matchHost($pattern);
83 $matcher = new RequestMatcher();
86 $matcher->matchPort(8000);
89 $matcher->matchPort(9000);
[all …]
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/tests/
H A Dtest-mongoc-matcher.c19 mongoc_matcher_t *matcher; in test_mongoc_matcher_basic() local
56 BSON_ASSERT (matcher); in test_mongoc_matcher_basic()
113 BSON_ASSERT (matcher); in test_mongoc_matcher_array()
151 BSON_ASSERT (matcher); in test_mongoc_matcher_array()
335 BSON_ASSERT (matcher); in test_mongoc_matcher_eq_utf8()
344 BSON_ASSERT (matcher); in test_mongoc_matcher_eq_utf8()
354 BSON_ASSERT (matcher); in test_mongoc_matcher_eq_utf8()
374 BSON_ASSERT (matcher); in test_mongoc_matcher_eq_int32()
383 BSON_ASSERT (matcher); in test_mongoc_matcher_eq_int32()
393 BSON_ASSERT (matcher); in test_mongoc_matcher_eq_int32()
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DLocaleMatcherTest.java166 logln(matcher.toString());
179 logln(matcher.toString());
243 logln(matcher.toString());
422 matcher = newLocaleMatcher("it,und");
437 matcher = newLocaleMatcher("it,en");
439 matcher = newLocaleMatcher("it,und");
478 showDistance(matcher, "en", "en_CA");
479 showDistance(matcher, "en_CA", "en");
484 showDistance(matcher, "en", "en_UM");
485 showDistance(matcher, "en_UM", "en");
[all …]
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/common/parser/
H A DExpressionMatcherTest.java32 assertTrue(matcher.isEmpty()); in testInit()
33 assertFalse(matcher.isAnyFlagSet()); in testInit()
49 assertTrue(matcher.isEmpty()); in testParsing()
92 matcher.setTypeMatching(false); in testTypeMatching()
93 matcher.setExactMatching(false); in testTypeMatching()
100 matcher.setTypeMatching(true); in testTypeMatching()
101 matcher.setExactMatching(false); in testTypeMatching()
108 matcher.setTypeMatching(true); in testTypeMatching()
109 matcher.setExactMatching(true); in testTypeMatching()
116 matcher.setTypeMatching(false); in testTypeMatching()
[all …]
/dports/sysutils/bamf/bamf-0.5.4/tests/bamfdaemon/
H A Dtest-matcher.c127 BamfMatcher *matcher; in test_allocation() local
305 BamfMatcher *matcher; in test_open_windows() local
349 BamfMatcher *matcher; in test_match_desktopless_application() local
397 BamfMatcher *matcher; in test_match_desktop_application() local
448 BamfMatcher *matcher; in test_new_desktop_matches_unmatched_windows() local
495 BamfMatcher *matcher; in test_match_libreoffice_windows() local
599 BamfMatcher *matcher; in test_match_unity_control_center_panels() local
671 BamfMatcher *matcher; in test_match_javaws_windows() local
738 BamfMatcher *matcher; in test_match_javaws_windows_hint_ignored() local
784 BamfMatcher *matcher; in test_match_javaws_windows_no_desktop_match() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/regex/
H A DRegExTest.java341 Matcher matcher = pattern.matcher( in toMatchResultTest() local
628 matcher = pattern.matcher("a"); in negatedCharClassTest()
649 matcher = pattern.matcher("a"); in negatedCharClassTest()
667 matcher = pattern.matcher("a"); in negatedCharClassTest()
1474 matcher = pattern.matcher("aa"); in commentsTest()
1484 matcher = pattern.matcher("aa"); in commentsTest()
1489 matcher = pattern.matcher("aa"); in commentsTest()
1653 matcher = pattern.matcher(s1); in appendTest()
1659 matcher = pattern.matcher(s2); in appendTest()
1681 matcher = pattern.matcher(s1); in appendTest()
[all …]

12345678910>>...314