Home
last modified time | relevance | path

Searched refs:regex3 (Results 1 – 17 of 17) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/java/libphonenumber/test/com/google/i18n/phonenumbers/internal/
H A DRegexCacheTest.java37 final String regex3 = "[1-3][58]"; in testRegexInsertion() local
49 regexCache.getPatternForRegex(regex3); in testRegexInsertion()
50 assertTrue(regexCache.containsRegex(regex3)); in testRegexInsertion()
/dports/devel/libphonenumber/libphonenumber-8.12.39/java/libphonenumber/test/com/google/i18n/phonenumbers/internal/
H A DRegexCacheTest.java37 final String regex3 = "[1-3][58]"; in testRegexInsertion() local
49 regexCache.getPatternForRegex(regex3); in testRegexInsertion()
50 assertTrue(regexCache.containsRegex(regex3)); in testRegexInsertion()
/dports/databases/p5-DBIx-Safe/DBIx-Safe-1.2.5/t/
H A D03db.t195 my $regex3 = q{SET TIMEZONE};
226 eval { $info = $safe->allow_regex([qr{$regex2}, qr{$regex3}]); };
229 is_deeply($info, {qr{$regex1} => 0, qr{$regex2} => 0, qr{$regex3} => 0},
249 is_deeply($info, {qr{$regex1} => 1, qr{$regex2} => 0, qr{$regex3} => 0},
263 is_deeply($info, {qr{$regex2} => 0, qr{$regex3} => 0},
266 eval { $info = $safe->unallow_regex([qr{$regex2}, qr{$regex3}]); };
409 $regex3 = q{SELECT 789};
470 $safe->deny_regex(qr{^$regex3}i);
478 is_deeply($info, {qr{$regex1} => 0, qr{$regex2} => 0, qr{$regex2}i => 0, qr{^$regex3}i => 0},
493 eval { $info = $safe->undeny_regex(qr{^$regex3}i); };
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/toolbox/
H A DTestGrepOfToolBox.java53 String regex3 = "apple"; in main() local
55 List<String> output3 = tb.grep(regex3, input, false); in main()
/dports/cad/fritzing/fritzing-parts-0.9.2b/parts/part-gen-scripts/misc_scripts/
H A D875fzpzs.py72 regex3 = re.compile(pattern3, re.IGNORECASE)
83 match3 = re.search(regex3, html[ix + len(commentPhrase):])
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/tests/
H A DRegex.Ctor.Tests.cs46 Regex regex3 = new Regex(pattern, options, matchTimeout); in Ctor()
47 Assert.Equal(pattern, regex3.ToString()); in Ctor()
48 Assert.Equal(options, regex3.Options); in Ctor()
49 Assert.Equal((options & RegexOptions.RightToLeft) != 0, regex3.RightToLeft); in Ctor()
50 Assert.Equal(matchTimeout, regex3.MatchTimeout); in Ctor()
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/vcs/
H A Dide-vcs-uri.c83 static GRegex *regex3; in ide_vcs_uri_parse() local
98 regex3 = g_regex_new ("(.+@)*([\\w\\d\\.]+):(.*)", 0, 0, NULL); in ide_vcs_uri_parse()
99 g_assert (regex3); in ide_vcs_uri_parse()
175 g_regex_match (regex3, str, 0, &match_info); in ide_vcs_uri_parse()
/dports/www/kdsoap/kdsoap-1.9.0/autogen/
H A Dheader.py44 regex3 = re.compile( "(?:\\\\file)\s+([a-zA-Z_][A-Za-z0-9_]*)" )
62 if ( None != regex3.search( line ) ):
63 className = regex3.search( line ).groups()[0]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/junit/tests/
H A DAbstractTestRunSessionSerializationTests.java145 String regex3= "(?<=time=\\\")\\d+\\.\\d+(?=\\\")"; in assertEqualXML() local
147 …nt).replaceAll(regex, replacement).replaceAll(regex2, replacement).replaceAll(regex3, replacement); in assertEqualXML()
148 …nt).replaceAll(regex, replacement).replaceAll(regex2, replacement).replaceAll(regex3, replacement); in assertEqualXML()
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/internal/code-generator/generator/test_files/
H A Dheuristics.yml40 fortran: 'regex3'
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/config/kube/ingress/testdata/
H A Dsimple.yaml37 - path: /regex3/*
H A Dsimple.yaml.golden77 prefix: /regex3
/dports/www/bluefish/bluefish-2.2.12/src/
H A Ddocument.c2470 GRegex *regex3; in update_encoding_meta_in_file() local
2475 regex3 = g_regex_new("<head>", G_REGEX_CASELESS, 0, NULL); in update_encoding_meta_in_file()
2476 g_regex_match(regex3, fulltext, 0, &match_info); in update_encoding_meta_in_file()
2487 g_regex_unref(regex3); in update_encoding_meta_in_file()
/dports/www/nextcloud/nextcloud/apps-pkg/text/js/
H A Deditor.js.map1 … Say this is our search group, and we match regex3, but wish to ignore it.\n\n regex1 | regex…
/dports/www/py-flask-restx/flask-restx-0.5.1/flask_restx/static/
H A Dswagger-ui-bundle.js.map1 … Say this is our search group, and we match regex3, but wish to ignore it.\n\n regex1 | regex…
H A Dswagger-ui-es-bundle.js.map1 … Say this is our search group, and we match regex3, but wish to ignore it.\n\n regex1 | regex…
/dports/www/mattermost-webapp/mattermost/client/
H A Dmain.ea67f64bfaca6bdc766a.js.map1 … Say this is our search group, and we match regex3, but wish to ignore it.\n\n regex1 | regex…