Home
last modified time | relevance | path

Searched refs:resolve (Results 1 – 25 of 11302) sorted by relevance

12345678910>>...453

/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Dresolve_clnt.in1 resolve
2 resolve @
3 resolve @@
4 resolve @a.
5 resolve @..
6 resolve @.@.
7 resolve !
8 resolve a!
9 resolve !b
11 resolve !@
[all …]
/dports/devel/py-lazr.uri/lazr.uri-1.0.5/src/lazr/uri/tests/
H A Dtest_uri.py96 def resolve(relative): function
97 return str(base.resolve(relative))
98 self.assertEqual(resolve('g:h'), 'g:h')
102 self.assertEqual(resolve('/g'), 'http://a/g')
104 self.assertEqual(resolve('//g'), 'http://g/')
116 self.assertEqual(resolve('..'), 'http://a/b/')
119 self.assertEqual(resolve('../..'), 'http://a/')
120 self.assertEqual(resolve('../../'), 'http://a/')
121 self.assertEqual(resolve('../../g'), 'http://a/g')
126 def resolve(relative): function
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/modules/
H A DModuleSourcePathTest.java67 Path sp = base.resolve("src"); in testSourcePathConflict()
85 Path src = base.resolve("src"); in testUnnormalizedPath1()
86 Path src_m1 = src.resolve("m1x"); in testUnnormalizedPath1()
102 Path src = base.resolve("src"); in testUnnormalizedPath2()
119 .map(prefix::resolve) in prefixAll()
134 … .files(base.resolve("src1/m0x/pkg0/A.java"), base.resolve("src2/inner_dir/m1x/pkg1/A.java")) in regularBraces()
208 Path src = base.resolve("src"); in fileInPath()
229 Path src = base.resolve("src"); in noAlternative()
382 tb.writeJavaFiles(base.resolve("kettle").resolve("classes"), "module kettle { }", in asterisk()
470 checkFiles(modules.resolve("m1x/module-info.class"), modules.resolve("m1x/a/A.class")); in setLocation()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/modules/
H A DModuleSourcePathTest.java67 Path sp = base.resolve("src"); in testSourcePathConflict()
85 Path src = base.resolve("src"); in testUnnormalizedPath1()
86 Path src_m1 = src.resolve("m1x"); in testUnnormalizedPath1()
102 Path src = base.resolve("src"); in testUnnormalizedPath2()
119 .map(prefix::resolve) in prefixAll()
134 … .files(base.resolve("src1/m0x/pkg0/A.java"), base.resolve("src2/inner_dir/m1x/pkg1/A.java")) in regularBraces()
208 Path src = base.resolve("src"); in fileInPath()
229 Path src = base.resolve("src"); in noAlternative()
382 tb.writeJavaFiles(base.resolve("kettle").resolve("classes"), "module kettle { }", in asterisk()
470 checkFiles(modules.resolve("m1x/module-info.class"), modules.resolve("m1x/a/A.class")); in setLocation()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/modules/
H A DModuleSourcePathTest.java67 Path sp = base.resolve("src"); in testSourcePathConflict()
85 Path src = base.resolve("src"); in testUnnormalizedPath1()
86 Path src_m1 = src.resolve("m1x"); in testUnnormalizedPath1()
102 Path src = base.resolve("src"); in testUnnormalizedPath2()
119 .map(prefix::resolve) in prefixAll()
134 … .files(base.resolve("src1/m0x/pkg0/A.java"), base.resolve("src2/inner_dir/m1x/pkg1/A.java")) in regularBraces()
208 Path src = base.resolve("src"); in fileInPath()
229 Path src = base.resolve("src"); in noAlternative()
382 tb.writeJavaFiles(base.resolve("kettle").resolve("classes"), "module kettle { }", in asterisk()
470 checkFiles(modules.resolve("m1x/module-info.class"), modules.resolve("m1x/a/A.class")); in setLocation()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/modules/
H A DModuleSourcePathTest.java67 Path sp = base.resolve("src"); in testSourcePathConflict()
85 Path src = base.resolve("src"); in testUnnormalizedPath1()
86 Path src_m1 = src.resolve("m1x"); in testUnnormalizedPath1()
102 Path src = base.resolve("src"); in testUnnormalizedPath2()
119 .map(prefix::resolve) in prefixAll()
134 … .files(base.resolve("src1/m0x/pkg0/A.java"), base.resolve("src2/inner_dir/m1x/pkg1/A.java")) in regularBraces()
208 Path src = base.resolve("src"); in fileInPath()
229 Path src = base.resolve("src"); in noAlternative()
382 tb.writeJavaFiles(base.resolve("kettle").resolve("classes"), "module kettle { }", in asterisk()
470 checkFiles(modules.resolve("m1x/module-info.class"), modules.resolve("m1x/a/A.class")); in setLocation()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/modules/
H A DModuleSourcePathTest.java67 Path sp = base.resolve("src"); in testSourcePathConflict()
85 Path src = base.resolve("src"); in testUnnormalizedPath1()
86 Path src_m1 = src.resolve("m1x"); in testUnnormalizedPath1()
102 Path src = base.resolve("src"); in testUnnormalizedPath2()
119 .map(prefix::resolve) in prefixAll()
134 … .files(base.resolve("src1/m0x/pkg0/A.java"), base.resolve("src2/inner_dir/m1x/pkg1/A.java")) in regularBraces()
208 Path src = base.resolve("src"); in fileInPath()
229 Path src = base.resolve("src"); in noAlternative()
382 tb.writeJavaFiles(base.resolve("kettle").resolve("classes"), "module kettle { }", in asterisk()
470 checkFiles(modules.resolve("m1x/module-info.class"), modules.resolve("m1x/a/A.class")); in setLocation()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/modules/
H A DModuleSourcePathTest.java67 Path sp = base.resolve("src"); in testSourcePathConflict()
85 Path src = base.resolve("src"); in testUnnormalizedPath1()
86 Path src_m1 = src.resolve("m1x"); in testUnnormalizedPath1()
102 Path src = base.resolve("src"); in testUnnormalizedPath2()
119 .map(prefix::resolve) in prefixAll()
134 … .files(base.resolve("src1/m0x/pkg0/A.java"), base.resolve("src2/inner_dir/m1x/pkg1/A.java")) in regularBraces()
208 Path src = base.resolve("src"); in fileInPath()
229 Path src = base.resolve("src"); in noAlternative()
382 tb.writeJavaFiles(base.resolve("kettle").resolve("classes"), "module kettle { }", in asterisk()
470 checkFiles(modules.resolve("m1x/module-info.class"), modules.resolve("m1x/a/A.class")); in setLocation()
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/uri/
H A Duri-rfc2396.test34 test uri-rfc2396-1.1 {uri::resolve} {
38 test uri-rfc2396-1.2 {uri::resolve} {
42 test uri-rfc2396-1.3 {uri::resolve} {
46 test uri-rfc2396-1.4 {uri::resolve} {
50 test uri-rfc2396-1.5 {uri::resolve} {
58 test uri-rfc2396-1.7 {uri::resolve} {
62 test uri-rfc2396-1.8 {uri::resolve} {
66 test uri-rfc2396-1.9 {uri::resolve} {
70 test uri-rfc2396-1.10 {uri::resolve} {
74 test uri-rfc2396-1.11 {uri::resolve} {
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/uri/
H A Duri-rfc2396.test34 test uri-rfc2396-1.1 {uri::resolve} {
38 test uri-rfc2396-1.2 {uri::resolve} {
42 test uri-rfc2396-1.3 {uri::resolve} {
46 test uri-rfc2396-1.4 {uri::resolve} {
50 test uri-rfc2396-1.5 {uri::resolve} {
58 test uri-rfc2396-1.7 {uri::resolve} {
62 test uri-rfc2396-1.8 {uri::resolve} {
66 test uri-rfc2396-1.9 {uri::resolve} {
70 test uri-rfc2396-1.10 {uri::resolve} {
74 test uri-rfc2396-1.11 {uri::resolve} {
[all …]
/dports/lang/yap/yap-6.2.2/packages/clib/
H A Dtest_uri.pl25 resolve(In, Out) :-
40 test(resolve, URI == 'g:h') :- resolve('g:h', URI).
41 test(resolve, URI == 'http://a/b/c/g') :- resolve('g', URI).
42 test(resolve, URI == 'http://a/b/c/g') :- resolve('./g', URI).
43 test(resolve, URI == 'http://a/b/c/g/') :- resolve('g/', URI).
44 test(resolve, URI == 'http://a/g') :- resolve('/g', URI).
45 test(resolve, URI == 'http://g') :- resolve('//g', URI).
55 test(resolve, URI == 'http://a/b/c/') :- resolve('.', URI).
57 test(resolve, URI == 'http://a/b/') :- resolve('..', URI).
58 test(resolve, URI == 'http://a/b/') :- resolve('../', URI).
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/modules/
H A DModuleSourcePathTest.java67 Path sp = base.resolve("src"); in testSourcePathConflict()
85 Path src = base.resolve("src"); in testUnnormalizedPath1()
86 Path src_m1 = src.resolve("m1x"); in testUnnormalizedPath1()
102 Path src = base.resolve("src"); in testUnnormalizedPath2()
119 .map(prefix::resolve) in prefixAll()
134 … .files(base.resolve("src1/m0x/pkg0/A.java"), base.resolve("src2/inner_dir/m1x/pkg1/A.java")) in regularBraces()
208 Path src = base.resolve("src"); in fileInPath()
382 tb.writeJavaFiles(base.resolve("kettle").resolve("classes"), "module kettle { }", in asterisk()
470 checkFiles(modules.resolve("m1x/module-info.class"), modules.resolve("m1x/a/A.class")); in setLocation()
518 … checkLocation(fm.getLocationAsPaths(locn2), List.of(src2.resolve("m2x").resolve("extra"))); in getLocation_ISA()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/modules/
H A DModuleSourcePathTest.java67 Path sp = base.resolve("src"); in testSourcePathConflict()
85 Path src = base.resolve("src"); in testUnnormalizedPath1()
86 Path src_m1 = src.resolve("m1x"); in testUnnormalizedPath1()
102 Path src = base.resolve("src"); in testUnnormalizedPath2()
119 .map(prefix::resolve) in prefixAll()
134 … .files(base.resolve("src1/m0x/pkg0/A.java"), base.resolve("src2/inner_dir/m1x/pkg1/A.java")) in regularBraces()
208 Path src = base.resolve("src"); in fileInPath()
382 tb.writeJavaFiles(base.resolve("kettle").resolve("classes"), "module kettle { }", in asterisk()
470 checkFiles(modules.resolve("m1x/module-info.class"), modules.resolve("m1x/a/A.class")); in setLocation()
518 … checkLocation(fm.getLocationAsPaths(locn2), List.of(src2.resolve("m2x").resolve("extra"))); in getLocation_ISA()
[all …]
/dports/devel/entt/entt-3.8.1/test/entt/meta/
H A Dmeta_type.cpp169 ASSERT_EQ(entt::resolve<double>(), entt::resolve("double"_hs)); in TEST_F()
170 ASSERT_EQ(entt::resolve<double>(), entt::resolve(entt::type_id<double>())); in TEST_F()
172 auto range = entt::resolve(); in TEST_F()
282 ASSERT_EQ(entt::resolve<std::shared_ptr<int>>().template_arg(0u), entt::resolve<int>()); in TEST_F()
287 ASSERT_EQ(entt::resolve<void *>().remove_pointer(), entt::resolve<void>()); in TEST_F()
289 ASSERT_EQ(entt::resolve<derived_t>().remove_pointer(), entt::resolve<derived_t>()); in TEST_F()
293 ASSERT_EQ(entt::resolve<int[3]>().remove_extent(), entt::resolve<int>()); in TEST_F()
294 ASSERT_EQ(entt::resolve<int[3][3]>().remove_extent(), entt::resolve<int[3]>()); in TEST_F()
295 ASSERT_EQ(entt::resolve<derived_t>().remove_extent(), entt::resolve<derived_t>()); in TEST_F()
512 ASSERT_NE(entt::resolve().begin(), entt::resolve().end()); in TEST_F()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/tools/jmod/
H A DJmodTest.java231 Path bp = EXPLODED_DIR.resolve("foo").resolve("bin"); in testExtractDir()
232 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testExtractDir()
233 Path cf = EXPLODED_DIR.resolve("foo").resolve("conf"); in testExtractDir()
308 Path cf = EXPLODED_DIR.resolve("foo").resolve("conf"); in testConfig()
330 Path bp = EXPLODED_DIR.resolve("foo").resolve("bin"); in testCmds()
352 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testLibs()
374 Path bp = EXPLODED_DIR.resolve("foo").resolve("bin"); in testAll()
375 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testAll()
403 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testExcludes()
460 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testDuplicateEntries()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/tools/jmod/
H A DJmodTest.java189 Path bp = EXPLODED_DIR.resolve("foo").resolve("bin"); in testExtractDir()
190 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testExtractDir()
191 Path cf = EXPLODED_DIR.resolve("foo").resolve("conf"); in testExtractDir()
266 Path cf = EXPLODED_DIR.resolve("foo").resolve("conf"); in testConfig()
288 Path bp = EXPLODED_DIR.resolve("foo").resolve("bin"); in testCmds()
310 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testLibs()
332 Path bp = EXPLODED_DIR.resolve("foo").resolve("bin"); in testAll()
333 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testAll()
361 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testExcludes()
418 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testDuplicateEntries()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/tools/jmod/
H A DJmodTest.java189 Path bp = EXPLODED_DIR.resolve("foo").resolve("bin"); in testExtractDir()
190 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testExtractDir()
191 Path cf = EXPLODED_DIR.resolve("foo").resolve("conf"); in testExtractDir()
266 Path cf = EXPLODED_DIR.resolve("foo").resolve("conf"); in testConfig()
288 Path bp = EXPLODED_DIR.resolve("foo").resolve("bin"); in testCmds()
310 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testLibs()
332 Path bp = EXPLODED_DIR.resolve("foo").resolve("bin"); in testAll()
333 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testAll()
361 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testExcludes()
418 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testDuplicateEntries()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/tools/jmod/
H A DJmodTest.java189 Path bp = EXPLODED_DIR.resolve("foo").resolve("bin"); in testExtractDir()
190 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testExtractDir()
191 Path cf = EXPLODED_DIR.resolve("foo").resolve("conf"); in testExtractDir()
266 Path cf = EXPLODED_DIR.resolve("foo").resolve("conf"); in testConfig()
288 Path bp = EXPLODED_DIR.resolve("foo").resolve("bin"); in testCmds()
310 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testLibs()
332 Path bp = EXPLODED_DIR.resolve("foo").resolve("bin"); in testAll()
333 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testAll()
361 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testExcludes()
418 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testDuplicateEntries()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/tools/jmod/
H A DJmodTest.java189 Path bp = EXPLODED_DIR.resolve("foo").resolve("bin"); in testExtractDir()
190 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testExtractDir()
191 Path cf = EXPLODED_DIR.resolve("foo").resolve("conf"); in testExtractDir()
266 Path cf = EXPLODED_DIR.resolve("foo").resolve("conf"); in testConfig()
288 Path bp = EXPLODED_DIR.resolve("foo").resolve("bin"); in testCmds()
310 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testLibs()
332 Path bp = EXPLODED_DIR.resolve("foo").resolve("bin"); in testAll()
333 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testAll()
361 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testExcludes()
418 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testDuplicateEntries()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/tools/jmod/
H A DJmodTest.java189 Path bp = EXPLODED_DIR.resolve("foo").resolve("bin"); in testExtractDir()
190 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testExtractDir()
191 Path cf = EXPLODED_DIR.resolve("foo").resolve("conf"); in testExtractDir()
266 Path cf = EXPLODED_DIR.resolve("foo").resolve("conf"); in testConfig()
288 Path bp = EXPLODED_DIR.resolve("foo").resolve("bin"); in testCmds()
310 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testLibs()
332 Path bp = EXPLODED_DIR.resolve("foo").resolve("bin"); in testAll()
333 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testAll()
361 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testExcludes()
418 Path lp = EXPLODED_DIR.resolve("foo").resolve("lib"); in testDuplicateEntries()
[all …]
/dports/dns/py-dns-lexicon/dns-lexicon-3.8.3/lexicon/tests/
H A Dtest_config.py15 assert config.resolve("lexicon:delegated") == "TEST1"
18 assert config.resolve("lexicon:nonexistent") is None
38 assert config.resolve("lexicon:delegated") == "TEST1"
40 assert config.resolve("lexicon:nonexistent") is None
48 assert config.resolve("lexicon:delegated") == "TEST1"
50 assert config.resolve("lexicon:nonexistent") is None
61 assert config.resolve("lexicon:nonexistent") is None
73 assert config.resolve("lexicon:nonexistent") is None
92 def resolve(self, config_key): member in test_generic_config_feeder_resolution.GenericConfigSource
127 .resolve("lexicon:cloudflare:auth_token")
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/relay/
H A Ddns.c364 tor_assert(resolve && resolve->expire == 0); in set_expiry()
461 resolve->address, (void*)resolve, in purge_expired_resolves()
473 tor_free(resolve); in purge_expired_resolves()
774 if (resolve && resolve->expire > now) { /* already there */
853 tor_assert(resolve);
951 if (!resolve) in assert_connection_edge_not_dns_pending()
981 if (!resolve) { in connection_dns_remove()
1035 if (!resolve)
1086 resolve->address, (void*)resolve,
1127 if (!resolve) { in dns_found_answer()
[all …]
/dports/security/tor/tor-0.4.6.8/src/feature/relay/
H A Ddns.c364 tor_assert(resolve && resolve->expire == 0); in set_expiry()
461 resolve->address, (void*)resolve, in purge_expired_resolves()
473 tor_free(resolve); in purge_expired_resolves()
774 if (resolve && resolve->expire > now) { /* already there */
853 tor_assert(resolve);
951 if (!resolve) in assert_connection_edge_not_dns_pending()
981 if (!resolve) { in connection_dns_remove()
1035 if (!resolve)
1086 resolve->address, (void*)resolve,
1127 if (!resolve) { in dns_found_answer()
[all …]
/dports/devel/bglibs/bglibs-2.04/doc/latex/
H A Dgroup__resolve.tex43 \index{resolve\+: Domain name resolution functions@{resolve\+: Domain name resolution functions}!re…
44 \index{resolve\+\_\+error@{resolve\+\_\+error}!resolve\+: Domain name resolution functions@{resolve
45 \subsubsection{\texorpdfstring{resolve\+\_\+error}{resolve\_error}}
49 \index{resolve\+: Domain name resolution functions@{resolve\+: Domain name resolution functions}!re…
50 \index{resolve\+\_\+ipv4name@{resolve\+\_\+ipv4name}!resolve\+: Domain name resolution functions@{r…
96 \index{resolve\+: Domain name resolution functions@{resolve\+: Domain name resolution functions}!re…
97 \index{resolve\+\_\+calldns@{resolve\+\_\+calldns}!resolve\+: Domain name resolution functions@{res…
110 \index{resolve\+: Domain name resolution functions@{resolve\+: Domain name resolution functions}!re…
111 \index{resolve\+\_\+ipv4addr@{resolve\+\_\+ipv4addr}!resolve\+: Domain name resolution functions@{r…
130 \index{resolve\+: Domain name resolution functions@{resolve\+: Domain name resolution functions}!re…
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/openat2/
H A Dresolve_test.c139 .path = "/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
288 .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
293 .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
298 .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
367 .how.resolve = RESOLVE_NO_MAGICLINKS, in test_openat2_opath_tests()
377 .how.resolve = RESOLVE_NO_MAGICLINKS, in test_openat2_opath_tests()
419 .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests()
423 .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests()
427 .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests()
431 .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests()
[all …]

12345678910>>...453