Home
last modified time | relevance | path

Searched refs:textTest (Results 1 – 23 of 23) sorted by relevance

/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/quasilyte/go-ruleguard/analyzer/testdata/src/filtertest/
H A Df1.go143 textTest(foo, "text=foo") // want `YES`
144 textTest(bar, "text=foo")
146 textTest("foo", "text='foo'") // want `YES`
147 textTest("bar", "text='foo'")
149 textTest("bar", "text!='foo'") // want `YES`
150 textTest("foo", "text!='foo'")
152 textTest(32, "matches d+") // want `YES`
153 textTest(0x32, "matches d+")
154 textTest("foo", "matches d+")
156 textTest(1, "doesn't match [A-Z]") // want `YES`
[all …]
H A Drules.go85 m.Match(`textTest($x, "text=foo")`).Where(m["x"].Text == `foo`).Report(`YES`)
86 m.Match(`textTest($x, "text='foo'")`).Where(m["x"].Text == `"foo"`).Report(`YES`)
87 m.Match(`textTest($x, "text!='foo'")`).Where(m["x"].Text != `"foo"`).Report(`YES`)
89 m.Match(`textTest($x, "matches d+")`).Where(m["x"].Text.Matches(`^\d+$`)).Report(`YES`)
90 m.Match(`textTest($x, "doesn't match [A-Z]")`).Where(!m["x"].Text.Matches(`[A-Z]`)).Report(`YES`)
H A Dutils.go5 func textTest(args ...interface{}) {} func
/dports/textproc/wv2/wv2-0.4.2/tests/
H A Dhandlertest.cpp388 TextTest* textTest( new TextTest ); in main() local
389 parser->setTextHandler( textTest ); in main()
396 delete textTest; in main()
402 delete textTest; in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DMode.java848 final TestSeq textTest = _testSeq[DTM.TEXT_NODE]; in compileApplyTemplates() local
852 if (textTest != null) { in compileApplyTemplates()
853 textPrio = textTest.getPriority(); in compileApplyTemplates()
854 textPos = textTest.getPosition(); in compileApplyTemplates()
1188 final TestSeq textTest = _testSeq[DTM.TEXT_NODE]; in compileApplyImports() local
1192 if (textTest != null) { in compileApplyImports()
1193 textPrio = textTest.getPriority(); in compileApplyImports()
1194 textPos = textTest.getPosition(); in compileApplyImports()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DMode.java848 final TestSeq textTest = _testSeq[DTM.TEXT_NODE]; in compileApplyTemplates() local
852 if (textTest != null) { in compileApplyTemplates()
853 textPrio = textTest.getPriority(); in compileApplyTemplates()
854 textPos = textTest.getPosition(); in compileApplyTemplates()
1188 final TestSeq textTest = _testSeq[DTM.TEXT_NODE]; in compileApplyImports() local
1192 if (textTest != null) { in compileApplyImports()
1193 textPrio = textTest.getPriority(); in compileApplyImports()
1194 textPos = textTest.getPosition(); in compileApplyImports()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DMode.java848 final TestSeq textTest = _testSeq[DTM.TEXT_NODE]; in compileApplyTemplates() local
852 if (textTest != null) { in compileApplyTemplates()
853 textPrio = textTest.getPriority(); in compileApplyTemplates()
854 textPos = textTest.getPosition(); in compileApplyTemplates()
1188 final TestSeq textTest = _testSeq[DTM.TEXT_NODE]; in compileApplyImports() local
1192 if (textTest != null) { in compileApplyImports()
1193 textPrio = textTest.getPriority(); in compileApplyImports()
1194 textPos = textTest.getPosition(); in compileApplyImports()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DMode.java848 final TestSeq textTest = _testSeq[DTM.TEXT_NODE]; in compileApplyTemplates() local
852 if (textTest != null) { in compileApplyTemplates()
853 textPrio = textTest.getPriority(); in compileApplyTemplates()
854 textPos = textTest.getPosition(); in compileApplyTemplates()
1188 final TestSeq textTest = _testSeq[DTM.TEXT_NODE]; in compileApplyImports() local
1192 if (textTest != null) { in compileApplyImports()
1193 textPrio = textTest.getPriority(); in compileApplyImports()
1194 textPos = textTest.getPosition(); in compileApplyImports()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DMode.java848 final TestSeq textTest = _testSeq[DTM.TEXT_NODE]; in compileApplyTemplates() local
852 if (textTest != null) { in compileApplyTemplates()
853 textPrio = textTest.getPriority(); in compileApplyTemplates()
854 textPos = textTest.getPosition(); in compileApplyTemplates()
1188 final TestSeq textTest = _testSeq[DTM.TEXT_NODE]; in compileApplyImports() local
1192 if (textTest != null) { in compileApplyImports()
1193 textPrio = textTest.getPriority(); in compileApplyImports()
1194 textPos = textTest.getPosition(); in compileApplyImports()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DMode.java851 final TestSeq textTest = _testSeq[DTM.TEXT_NODE]; in compileApplyTemplates() local
855 if (textTest != null) { in compileApplyTemplates()
856 textPrio = textTest.getPriority(); in compileApplyTemplates()
857 textPos = textTest.getPosition(); in compileApplyTemplates()
1191 final TestSeq textTest = _testSeq[DTM.TEXT_NODE]; in compileApplyImports() local
1195 if (textTest != null) { in compileApplyImports()
1196 textPrio = textTest.getPriority(); in compileApplyImports()
1197 textPos = textTest.getPosition(); in compileApplyImports()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DMode.java848 final TestSeq textTest = _testSeq[DTM.TEXT_NODE]; in compileApplyTemplates() local
852 if (textTest != null) { in compileApplyTemplates()
853 textPrio = textTest.getPriority(); in compileApplyTemplates()
854 textPos = textTest.getPosition(); in compileApplyTemplates()
1188 final TestSeq textTest = _testSeq[DTM.TEXT_NODE]; in compileApplyImports() local
1192 if (textTest != null) { in compileApplyImports()
1193 textPrio = textTest.getPriority(); in compileApplyImports()
1194 textPos = textTest.getPosition(); in compileApplyImports()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DMode.java848 final TestSeq textTest = _testSeq[DTM.TEXT_NODE]; in compileApplyTemplates() local
852 if (textTest != null) { in compileApplyTemplates()
853 textPrio = textTest.getPriority(); in compileApplyTemplates()
854 textPos = textTest.getPosition(); in compileApplyTemplates()
1188 final TestSeq textTest = _testSeq[DTM.TEXT_NODE]; in compileApplyImports() local
1192 if (textTest != null) { in compileApplyImports()
1193 textPrio = textTest.getPriority(); in compileApplyImports()
1194 textPos = textTest.getPosition(); in compileApplyImports()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DMode.java869 final TestSeq textTest = _testSeq[DTM.TEXT_NODE]; in compileApplyTemplates() local
873 if (textTest != null) { in compileApplyTemplates()
874 textPrio = textTest.getPriority(); in compileApplyTemplates()
875 textPos = textTest.getPosition(); in compileApplyTemplates()
1211 final TestSeq textTest = _testSeq[DTM.TEXT_NODE]; in compileApplyImports() local
1215 if (textTest != null) { in compileApplyImports()
1216 textPrio = textTest.getPriority(); in compileApplyImports()
1217 textPos = textTest.getPosition(); in compileApplyImports()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DMode.java869 final TestSeq textTest = _testSeq[DTM.TEXT_NODE]; in compileApplyTemplates() local
873 if (textTest != null) { in compileApplyTemplates()
874 textPrio = textTest.getPriority(); in compileApplyTemplates()
875 textPos = textTest.getPosition(); in compileApplyTemplates()
1211 final TestSeq textTest = _testSeq[DTM.TEXT_NODE]; in compileApplyImports() local
1215 if (textTest != null) { in compileApplyImports()
1216 textPrio = textTest.getPriority(); in compileApplyImports()
1217 textPos = textTest.getPosition(); in compileApplyImports()
/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/test/unit/SFCGAL/io/
H A DSerializationTest.cpp47 BOOST_AUTO_TEST_CASE( textTest ) in BOOST_AUTO_TEST_CASE() argument
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DPromptDelegateTest.kt197 @Test fun textTest() { in textTest() method in org.mozilla.geckoview.test.PromptDelegateTest
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DPromptDelegateTest.kt266 @Test fun textTest() { in textTest() method in org.mozilla.geckoview.test.PromptDelegateTest
/dports/net/kea/kea-2.0.1/src/lib/pgsql/tests/
H A Dpgsql_exchange_unittest.cc713 TEST_F(PgSqlBasicsTest, textTest) { in TEST_F() argument
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DPromptDelegateTest.kt266 @Test fun textTest() { in textTest() method in org.mozilla.geckoview.test.PromptDelegateTest
/dports/mail/libvmime/vmime-0.9.2/tests/parser/
H A DtextTest.cpp30 VMIME_TEST_SUITE_BEGIN(textTest) in VMIME_TEST_SUITE_BEGIN() argument
/dports/lang/smalltalk/smalltalk-3.2.5/packages/blox/tests/
H A Dtest.st411 textTest [
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DPromptDelegateTest.kt440 @Test fun textTest() { in textTest() method in org.mozilla.geckoview.test.PromptDelegateTest
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DTestDFSShell.java621 textTest(new Path("/texttest").makeQualified(dfs.getUri(), in testText()
626 textTest(new Path(TEST_ROOT_DIR, "texttest").makeQualified(lfs.getUri(), in testText()
635 private void textTest(Path root, Configuration conf) throws Exception { in textTest() method in TestDFSShell