Home
last modified time | relevance | path

Searched refs:isMatch (Results 1 – 25 of 1434) sorted by relevance

12345678910>>...58

/dports/net-im/chatterino2/chatterino2-2.3.4/tests/src/
H A DHighlightPhrase.cpp32 EXPECT_TRUE(p.isMatch("test")); in TEST()
33 EXPECT_TRUE(p.isMatch("TEst")); in TEST()
38 EXPECT_TRUE(p.isMatch("!teSt")); in TEST()
39 EXPECT_TRUE(p.isMatch("test!")); in TEST()
56 EXPECT_TRUE(p.isMatch( in TEST()
70 EXPECT_TRUE(p.isMatch( in TEST()
114 EXPECT_TRUE(p.isMatch( in TEST()
129 EXPECT_TRUE(p.isMatch( in TEST()
146 EXPECT_FALSE(p.isMatch("!")); in TEST()
152 EXPECT_FALSE(p.isMatch("!")); in TEST()
[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()
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()
66 assertEquals(0, matcher.isMatch(BUFFER1, 6)); in testSpaceMatcher()
73 assertEquals(0, matcher.isMatch(BUFFER1, 2)); in testSplitMatcher()
[all …]
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/couchbase/vellum/regexp/
H A Dregexp_test.go26 isMatch bool
32 isMatch: true,
39 isMatch: true,
45 isMatch: false,
51 isMatch: false,
58 isMatch: false,
76 isMatch: true,
95 isMatch: true,
101 isMatch: true,
107 isMatch: true,
[all …]
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/couchbase/vellum/levenshtein/
H A Dlevenshtein_test.go28 isMatch bool
36 isMatch: true,
44 isMatch: true,
52 isMatch: true,
60 isMatch: false,
68 isMatch: false,
80 isMatch: false,
88 isMatch: true,
112 isMatch: true,
131 isMatch: true,
[all …]
H A Drune_test.go26 isMatch bool
34 isMatch: true,
42 isMatch: true,
50 isMatch: true,
58 isMatch: false,
66 isMatch: false,
83 isMatch := dl.isMatch(s)
84 if isMatch != test.isMatch {
85 t.Errorf("expected isMatch %t, got %t", test.isMatch, isMatch)
/dports/www/wt/wt-4.6.1/test/render/
H A DCssSelectorTest.C55 BOOST_REQUIRE(Match::isMatch(childBlock(&b, list_of(0)), in BOOST_AUTO_TEST_CASE()
58 BOOST_REQUIRE(Match::isMatch(childBlock(&b, list_of(0)(0)), in BOOST_AUTO_TEST_CASE()
61 BOOST_REQUIRE(Match::isMatch(childBlock(&b, list_of(0)(0)), in BOOST_AUTO_TEST_CASE()
64 BOOST_REQUIRE(!Match::isMatch(childBlock(&b, list_of(1)), in BOOST_AUTO_TEST_CASE()
67 BOOST_REQUIRE(!Match::isMatch(childBlock(&b, list_of(1)(0)(0)(0)), in BOOST_AUTO_TEST_CASE()
70 BOOST_REQUIRE(Match::isMatch(childBlock(&b, list_of(1)(0)(0)(0)), in BOOST_AUTO_TEST_CASE()
73 BOOST_REQUIRE(Match::isMatch(childBlock(&b, list_of(1)(0)(0)(0)), in BOOST_AUTO_TEST_CASE()
89 BOOST_REQUIRE(Match::isMatch(childBlock(&b, list_of(0)(0)(0)(0)), in BOOST_AUTO_TEST_CASE()
98 BOOST_REQUIRE(!Match::isMatch(childBlock(&b, list_of(0)(0)(0)), in BOOST_AUTO_TEST_CASE()
123 BOOST_REQUIRE(!Match::isMatch(childBlock(&b, list_of(0)(0)(0)), in BOOST_AUTO_TEST_CASE()
[all …]
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/netx/unit/net/sourceforge/jnlp/
H A DJNLPMatcherTest.java86 Assert.assertEquals(tests[0], true, test.isMatch()); in testTemplateCDATA()
95 Assert.assertEquals(tests[1], true, test.isMatch()); in testTemplateDuplicate()
105 Assert.assertEquals(tests[2], true, test.isMatch()); in testTemplateWildCharsRandom()
114 Assert.assertEquals(tests[3], true, test.isMatch()); in testTemplateDifferentOrder()
124 Assert.assertEquals(tests[4], true, test.isMatch()); in testTemplateWildCharsAsAllValues()
134 Assert.assertEquals(tests[5], true, test.isMatch()); in testTemplateComments()
312 Assert.assertEquals(tests[19], false, test.isMatch()); in testCallingMatchMultiple()
313 Assert.assertEquals(tests[19], false, test.isMatch()); in testCallingMatchMultiple()
326 Assert.assertEquals(tests[19], false, test.isMatch()); in testCallingMatchMultiple()
327 Assert.assertEquals(tests[19], false, test.isMatch()); in testCallingMatchMultiple()
[all …]
H A DJNLPMatcherTestMallformedAllowed.java68 Assert.assertEquals(tests[0], true, test.isMatch()); in testTemplateCDATA()
77 Assert.assertEquals(tests[1], true, test.isMatch()); in testTemplateDuplicate()
86 Assert.assertEquals(tests[2], true, test.isMatch()); in testTemplateWildCharsRandom()
95 Assert.assertEquals(tests[3], true, test.isMatch()); in testTemplateDifferentOrder()
105 Assert.assertEquals(tests[4], true, test.isMatch()); in testTemplateWildCharsAsAllValues()
116 Assert.assertEquals(tests[5], true, test.isMatch()); in testTemplateComments()
288 Assert.assertEquals(tests[19], false, test.isMatch()); in testCallingMatchMultiple()
289 Assert.assertEquals(tests[19], false, test.isMatch()); in testCallingMatchMultiple()
302 Assert.assertEquals(tests[19], false, test.isMatch()); in testCallingMatchMultiple()
303 Assert.assertEquals(tests[19], false, test.isMatch()); in testCallingMatchMultiple()
[all …]
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/pivotal-cf-experimental/gomegamatchers/
H A Dmatch_yaml_test.go32 isMatch, err := gomegamatchers.HelpfullyMatchYAML(yaml).Match(yaml)
34 Expect(isMatch).To(BeTrue())
39 isMatch, err := gomegamatchers.HelpfullyMatchYAML(animals).Match(animals)
41 Expect(isMatch).To(BeTrue())
45 isMatch, err := gomegamatchers.HelpfullyMatchYAML(animals).Match(plants)
47 Expect(isMatch).To(BeFalse())
61 Expect(isMatch).To(BeTrue())
67 Expect(isMatch).To(BeFalse())
83 Expect(isMatch).To(BeTrue())
87 isMatch, err := gomegamatchers.HelpfullyMatchYAML(stringer).Match(plants)
[all …]
/dports/misc/netron/node_modules/matcher/
H A Dreadme.md24 matcher.isMatch('unicorn', 'uni*');
27 matcher.isMatch('unicorn', '*corn');
30 matcher.isMatch('unicorn', 'un*rn');
33 matcher.isMatch('rainbow', '!unicorn');
36 matcher.isMatch('foo bar baz', 'foo b* b*');
39 matcher.isMatch('unicorn', 'uni\\*');
42 matcher.isMatch('UNICORN', 'UNI*', {caseSensitive: true});
45 matcher.isMatch('UNICORN', 'unicorn', {caseSensitive: true});
48 matcher.isMatch(['foo', 'bar'], 'f*');
51 matcher.isMatch(['foo', 'bar'], ['a*', 'b*']);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/com/leanplum/internal/
H A DResourceQualifiers.java54 public boolean isMatch(Object value, Configuration config, DisplayMetrics display) {
68 public boolean isMatch(Object value, Configuration config, DisplayMetrics display) {
82 public boolean isMatch(Object value, Configuration config, DisplayMetrics display) {
96 public boolean isMatch(Object value, Configuration config, DisplayMetrics display) {
117 public boolean isMatch(Object value, Configuration config, DisplayMetrics display) {
131 public boolean isMatch(Object value, Configuration config, DisplayMetrics display) {
169 public boolean isMatch(Object value, Configuration config, DisplayMetrics display) {
207 public boolean isMatch(Object value, Configuration config, DisplayMetrics display) {
525 boolean isMatch = false; in fromFolder()
526 while (!isMatch && qualifierIndex < Qualifier.values().length) { in fromFolder()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmextractbylocation.cpp142 bool isMatch = false; in processByIteratingOverTargetSource() local
172 isMatch = engine->isEqual( testFeature.geometry().constGet() ); in processByIteratingOverTargetSource()
175 isMatch = engine->touches( testFeature.geometry().constGet() ); in processByIteratingOverTargetSource()
181 isMatch = engine->within( testFeature.geometry().constGet() ); in processByIteratingOverTargetSource()
184 isMatch = engine->crosses( testFeature.geometry().constGet() ); in processByIteratingOverTargetSource()
188 if ( isMatch ) in processByIteratingOverTargetSource()
192 if ( isMatch ) in processByIteratingOverTargetSource()
280 bool isMatch = false; in processByIteratingOverIntersectSource() local
308 isMatch = engine->within( testFeature.geometry().constGet() ); in processByIteratingOverIntersectSource()
314 if ( isMatch ) in processByIteratingOverIntersectSource()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmextractbylocation.cpp142 bool isMatch = false; in processByIteratingOverTargetSource() local
172 isMatch = engine->isEqual( testFeature.geometry().constGet() ); in processByIteratingOverTargetSource()
175 isMatch = engine->touches( testFeature.geometry().constGet() ); in processByIteratingOverTargetSource()
181 isMatch = engine->within( testFeature.geometry().constGet() ); in processByIteratingOverTargetSource()
184 isMatch = engine->crosses( testFeature.geometry().constGet() ); in processByIteratingOverTargetSource()
188 if ( isMatch ) in processByIteratingOverTargetSource()
192 if ( isMatch ) in processByIteratingOverTargetSource()
280 bool isMatch = false; in processByIteratingOverIntersectSource() local
308 isMatch = engine->within( testFeature.geometry().constGet() ); in processByIteratingOverIntersectSource()
314 if ( isMatch ) in processByIteratingOverIntersectSource()
[all …]
/dports/net/savvycan/SavvyCAN-1.0.245/
H A Dframefileio.cpp544 return isMatch; in isVehicleSpyFile()
674 return isMatch; in isCRTDFile()
809 return isMatch; in isCARBUSAnalyzerFile()
1039 return isMatch; in isCANHackerFile()
1165 return isMatch; in isCANOpenFile()
1356 return isMatch; in isPCANFile()
1593 return isMatch; in isCanalyzerASC()
1811 return isMatch; in isCanalyzerBLF()
1870 return isMatch; in isNativeCSVFile()
2177 return isMatch; in isGenericCSVFile()
[all …]
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/main/java/org/apache/commons/lang/text/
H A DStrMatcher.java244 public abstract int isMatch(char[] buffer, int pos, int bufferStart, int bufferEnd); in isMatch() method in StrMatcher
266 public int isMatch(char[] buffer, int pos) { in isMatch() method in StrMatcher
267 return isMatch(buffer, pos, 0, buffer.length); in isMatch()
298 public int isMatch(char[] buffer, int pos, int bufferStart, int bufferEnd) { in isMatch() method in StrMatcher.CharSetMatcher
330 public int isMatch(char[] buffer, int pos, int bufferStart, int bufferEnd) { in isMatch() method in StrMatcher.CharMatcher
362 public int isMatch(char[] buffer, int pos, int bufferStart, int bufferEnd) { in isMatch() method in StrMatcher.StringMatcher
398 public int isMatch(char[] buffer, int pos, int bufferStart, int bufferEnd) { in isMatch() method in StrMatcher.NoMatcher
425 public int isMatch(char[] buffer, int pos, int bufferStart, int bufferEnd) { in isMatch() method in StrMatcher.TrimMatcher
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/sdk/internal/recording/
H A Drequest_matcher.go74 isMatch := matcher(reqVal, recVal)
75 if !isMatch {
78 return isMatch
85 isMatch := matcher(reqVal, recVal)
86 if !isMatch {
89 return isMatch
96 isMatch := matcher(reqVal, recVal)
97 if !isMatch {
100 return isMatch
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/sdk/internal/recording/
H A Drequest_matcher.go74 isMatch := matcher(reqVal, recVal)
75 if !isMatch {
78 return isMatch
85 isMatch := matcher(reqVal, recVal)
86 if !isMatch {
89 return isMatch
96 isMatch := matcher(reqVal, recVal)
97 if !isMatch {
100 return isMatch
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/sdk/internal/recording/
H A Drequest_matcher.go74 isMatch := matcher(reqVal, recVal)
75 if !isMatch {
78 return isMatch
85 isMatch := matcher(reqVal, recVal)
86 if !isMatch {
89 return isMatch
96 isMatch := matcher(reqVal, recVal)
97 if !isMatch {
100 return isMatch
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/sdk/internal/recording/
H A Drequest_matcher.go74 isMatch := matcher(reqVal, recVal)
75 if !isMatch {
78 return isMatch
85 isMatch := matcher(reqVal, recVal)
86 if !isMatch {
89 return isMatch
96 isMatch := matcher(reqVal, recVal)
97 if !isMatch {
100 return isMatch
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/sdk/internal/recording/
H A Drequest_matcher.go74 isMatch := matcher(reqVal, recVal)
75 if !isMatch {
78 return isMatch
85 isMatch := matcher(reqVal, recVal)
86 if !isMatch {
89 return isMatch
96 isMatch := matcher(reqVal, recVal)
97 if !isMatch {
100 return isMatch
/dports/devel/kio-extras/kio-extras-21.12.3/smb/kdsoap-ws-discovery-client/src/
H A Dwsdiscoveryprobejob.cpp93 bool isMatch = true; in probeMatchReceived() local
95 isMatch = probeMatchService.isMatchingType(type) && isMatch; in probeMatchReceived()
98 isMatch = probeMatchService.isMatchingScope(scope) && isMatch; in probeMatchReceived()
100 if(isMatch) { in probeMatchReceived()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/security/ssl/SSLContextImpl/
H A DSSLContextVersion.java79 boolean isMatch = false; in main()
83 isMatch = true; in main()
88 if (!isMatch) { in main()
101 isMatch = false; in main()
105 isMatch = true; in main()
110 if (!isMatch) { in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/security/ssl/SSLContextImpl/
H A DSSLContextVersion.java82 boolean isMatch = false; in main()
86 isMatch = true; in main()
91 if (!isMatch) { in main()
104 isMatch = false; in main()
108 isMatch = true; in main()
113 if (!isMatch) { in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/security/ssl/SSLContextImpl/
H A DSSLContextVersion.java83 boolean isMatch = false; in main()
87 isMatch = true; in main()
92 if (!isMatch) { in main()
105 isMatch = false; in main()
109 isMatch = true; in main()
114 if (!isMatch) { in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/security/ssl/SSLContextImpl/
H A DSSLContextVersion.java83 boolean isMatch = false; in main()
87 isMatch = true; in main()
92 if (!isMatch) { in main()
105 isMatch = false; in main()
109 isMatch = true; in main()
114 if (!isMatch) { in main()

12345678910>>...58