Home
last modified time | relevance | path

Searched refs:target_url (Results 1 – 25 of 1111) sorted by relevance

12345678910>>...45

/dports/www/py-lektor/Lektor-3.2.2/tests/
H A Dtest_deploy.py25 target_url = url_parse("ghpages://user/repo")
27 publisher.update_git_config(str(repo_path), target_url, branch)
45 publisher.update_git_config(str(repo_path), target_url, branch)
69 str(repo_path), target_url, branch, credentials=credentials
96 publisher.write_cname(str(output_path), target_url)
104 branch = publisher.detect_target_branch(target_url)
112 branch = publisher.detect_target_branch(target_url)
120 branch = publisher.detect_target_branch(target_url)
127 target_url = url_parse("http://example.com")
134 publisher.get_command(target_url, str(ssh_path), credentials)
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/tracker/client/impl/
H A DTRTrackerScraperImpl.java107 URL target_url ) in scrape() argument
109 return( scrape( torrent, target_url, false )); in scrape()
123 URL target_url, in setScrape() argument
129 TorrentUtils.isDecentralised( target_url )){ in setScrape()
131 dht_scraper.setScrape( torrent, target_url, result ); in setScrape()
135 bt_scraper.setScrape( torrent, target_url, result ); in setScrape()
143 URL target_url, in scrape() argument
152 TorrentUtils.isDecentralised( target_url )){ in scrape()
165 URL target_url ) in peekScrape() argument
173 TorrentUtils.isDecentralised( target_url )){ in peekScrape()
[all …]
/dports/security/py-social-auth-core/social-auth-core-4.0.2/social_core/tests/backends/
H A Doauth.py31 def handle_state(self, start_url, target_url): argument
37 target_url = url_add_parameters(target_url, {
44 target_url = url_add_parameters(target_url, {
47 return target_url
50 target_url = self.handle_state(start_url,
57 location=target_url)
59 target_url,
72 return target_url
76 target_url = self.auth_handlers(start_url)
78 self.assertEqual(response.url, target_url)
[all …]
/dports/www/monolith/monolith-2.6.1/src/
H A Dmain.rs88 let target_url: Url; in main() localVariable
104 target_url = parsed_url; in main()
121 target_url = file_url; in main()
170 let mut base_url: Url = target_url.clone(); in main()
179 } else if target_url.scheme() == "file" in main()
180 || (target_url.scheme() == "http" || target_url.scheme() == "https") in main()
181 || target_url.scheme() == "data" in main()
183 match retrieve_asset(&mut cache, &client, &target_url, &target_url, &options, 0) { in main()
252 if target_url.scheme() == "file" { in main()
286 && (target_url.scheme() == "http" || target_url.scheme() == "https") in main()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/
H A Dbinding_security_test.cc46 const char* target_url; in LoadWindowAndAccessProperty() local
50 target_url = kCrossOriginTarget; in LoadWindowAndAccessProperty()
54 target_url = kSameOriginTarget; in LoadWindowAndAccessProperty()
58 target_url = kSameOriginDomainTarget; in LoadWindowAndAccessProperty()
64 SimRequest target(target_url, "text/html"); in LoadWindowAndAccessProperty()
78 property.Utf8().c_str(), target_url); in LoadWindowAndAccessProperty()
88 const char* target_url; in LoadFrameAndAccessProperty() local
92 target_url = kCrossOriginTarget; in LoadFrameAndAccessProperty()
96 target_url = kSameOriginTarget; in LoadFrameAndAccessProperty()
100 target_url = kSameOriginDomainTarget; in LoadFrameAndAccessProperty()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/
H A Dbinding_security_test.cc46 const char* target_url; in LoadWindowAndAccessProperty() local
50 target_url = kCrossOriginTarget; in LoadWindowAndAccessProperty()
54 target_url = kSameOriginTarget; in LoadWindowAndAccessProperty()
58 target_url = kSameOriginDomainTarget; in LoadWindowAndAccessProperty()
64 SimRequest target(target_url, "text/html"); in LoadWindowAndAccessProperty()
78 property.Utf8().c_str(), target_url); in LoadWindowAndAccessProperty()
88 const char* target_url; in LoadFrameAndAccessProperty() local
92 target_url = kCrossOriginTarget; in LoadFrameAndAccessProperty()
96 target_url = kSameOriginTarget; in LoadFrameAndAccessProperty()
100 target_url = kSameOriginDomainTarget; in LoadFrameAndAccessProperty()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/commands/
H A Dcompose.py113 target_url = StorageUrlFromString(target_url_str)
114 self.CheckProvider(target_url)
115 if target_url.HasGeneration():
118 target_url)
120 dst_obj_metadata = apitools_messages.Object(name=target_url.object_name,
121 bucket=target_url.bucket_name)
135 if src_url.bucket_name != target_url.bucket_name:
163 self.logger.info('Composing %s from %d component object(s).', target_url,
169 provider=target_url.scheme,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/commands/
H A Dcompose.py124 target_url = StorageUrlFromString(target_url_str)
125 self.CheckProvider(target_url)
126 if target_url.HasGeneration():
129 % target_url)
131 dst_obj_metadata = apitools_messages.Object(name=target_url.object_name,
132 bucket=target_url.bucket_name)
146 if src_url.bucket_name != target_url.bucket_name:
175 target_url, len(components))
178 provider=target_url.scheme, encryption_tuple=GetEncryptionTuple())
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/commands/
H A Dcompose.py116 target_url = StorageUrlFromString(target_url_str)
117 self.CheckProvider(target_url)
118 if target_url.HasGeneration():
121 target_url)
123 dst_obj_metadata = apitools_messages.Object(name=target_url.object_name,
124 bucket=target_url.bucket_name)
138 if src_url.bucket_name != target_url.bucket_name:
166 self.logger.info('Composing %s from %d component object(s).', target_url,
172 provider=target_url.scheme,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/web_applications/test/
H A Dweb_app_navigation_browsertest.cc93 const GURL& target_url) { in CreateServerRedirect() argument
96 net::EscapeQueryParamValue(target_url.spec(), false); in CreateServerRedirect()
101 WebAppNavigationBrowserTest::GetTestNavigationObserver(const GURL& target_url) { in GetTestNavigationObserver() argument
112 const GURL& target_url, in ClickLinkWithModifiersAndWaitForURL() argument
116 auto observer = GetTestNavigationObserver(target_url); in ClickLinkWithModifiersAndWaitForURL()
147 const GURL& target_url, in ClickLinkAndWaitForURL() argument
151 web_contents, link_url, target_url, target, rel, in ClickLinkAndWaitForURL()
254 const GURL& target_url, in TestActionDoesNotOpenAppWindow() argument
267 EXPECT_EQ(target_url, initial_tab->GetLastCommittedURL()); in TestActionDoesNotOpenAppWindow()
273 const GURL& target_url, in TestTabActionDoesNotOpenAppWindow() argument
[all …]
/dports/devel/py-wsgi-intercept/wsgi_intercept-1.9.2/wsgi_intercept/tests/
H A Dtest_interceptor.py146 response, content = http.request(target_url)
157 response, content = http.request(target_url)
182 response = requests.get(target_url)
192 response = requests.get(target_url)
216 with Urllib3Interceptor(app=app, url=url) as target_url:
217 response = httppool.request('GET', target_url)
227 response = httppool.request('GET', target_url)
251 with UrllibInterceptor(app=app, url=url) as target_url:
252 response = urlopen(target_url)
261 with UrllibInterceptor(app=app, url=url) as target_url:
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/tests/libtest/
H A Dlib1510.c37 char target_url[256]; in test() local
77 msnprintf(target_url, sizeof(target_url), in test()
80 target_url[sizeof(target_url) - 1] = '\0'; in test()
81 easy_setopt(curl, CURLOPT_URL, target_url); in test()
H A Dlib1512.c44 char target_url[256]; in test() local
62 msnprintf(target_url, sizeof(target_url), in test()
65 target_url[sizeof(target_url) - 1] = '\0'; in test()
66 easy_setopt(curl[i], CURLOPT_URL, target_url); in test()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/tests/libtest/
H A Dlib1510.c37 char target_url[256]; in test() local
77 msnprintf(target_url, sizeof(target_url), in test()
80 target_url[sizeof(target_url) - 1] = '\0'; in test()
81 easy_setopt(curl, CURLOPT_URL, target_url); in test()
H A Dlib1512.c44 char target_url[256]; in test() local
62 msnprintf(target_url, sizeof(target_url), in test()
65 target_url[sizeof(target_url) - 1] = '\0'; in test()
66 easy_setopt(curl[i], CURLOPT_URL, target_url); in test()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/libtest/
H A Dlib1510.c37 char target_url[256]; in test() local
77 msnprintf(target_url, sizeof(target_url), in test()
80 target_url[sizeof(target_url) - 1] = '\0'; in test()
81 easy_setopt(curl, CURLOPT_URL, target_url); in test()
H A Dlib1512.c44 char target_url[256]; in test() local
62 msnprintf(target_url, sizeof(target_url), in test()
65 target_url[sizeof(target_url) - 1] = '\0'; in test()
66 easy_setopt(curl[i], CURLOPT_URL, target_url); in test()
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/tests/libtest/
H A Dlib1510.c37 char target_url[256]; in test() local
77 msnprintf(target_url, sizeof(target_url), in test()
80 target_url[sizeof(target_url) - 1] = '\0'; in test()
81 easy_setopt(curl, CURLOPT_URL, target_url); in test()
H A Dlib1512.c44 char target_url[256]; in test() local
62 msnprintf(target_url, sizeof(target_url), in test()
65 target_url[sizeof(target_url) - 1] = '\0'; in test()
66 easy_setopt(curl[i], CURLOPT_URL, target_url); in test()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/tests/libtest/
H A Dlib1510.c37 char target_url[256]; in test() local
77 msnprintf(target_url, sizeof(target_url), in test()
80 target_url[sizeof(target_url) - 1] = '\0'; in test()
81 easy_setopt(curl, CURLOPT_URL, target_url); in test()
H A Dlib1512.c44 char target_url[256]; in test() local
62 msnprintf(target_url, sizeof(target_url), in test()
65 target_url[sizeof(target_url) - 1] = '\0'; in test()
66 easy_setopt(curl[i], CURLOPT_URL, target_url); in test()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/tests/libtest/
H A Dlib1510.c37 char target_url[256]; in test() local
77 msnprintf(target_url, sizeof(target_url), in test()
80 target_url[sizeof(target_url) - 1] = '\0'; in test()
81 easy_setopt(curl, CURLOPT_URL, target_url); in test()
H A Dlib1512.c44 char target_url[256]; in test() local
62 msnprintf(target_url, sizeof(target_url), in test()
65 target_url[sizeof(target_url) - 1] = '\0'; in test()
66 easy_setopt(curl[i], CURLOPT_URL, target_url); in test()
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/tests/libtest/
H A Dlib1510.c37 char target_url[256]; in test() local
77 msnprintf(target_url, sizeof(target_url), in test()
80 target_url[sizeof(target_url) - 1] = '\0'; in test()
81 easy_setopt(curl, CURLOPT_URL, target_url); in test()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/tests/libtest/
H A Dlib1510.c37 char target_url[256]; in test() local
77 msnprintf(target_url, sizeof(target_url), in test()
80 target_url[sizeof(target_url) - 1] = '\0'; in test()
81 easy_setopt(curl, CURLOPT_URL, target_url); in test()

12345678910>>...45