Home
last modified time | relevance | path

Searched refs:url_str (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/tools/
H A Dquic_url_test.cc20 QuicUrl url(url_str); in TEST_F()
25 url = QuicUrl(url_str); in TEST_F()
35 url = QuicUrl(url_str); in TEST_F()
46 url = QuicUrl(url_str); in TEST_F()
76 std::string url_str = in TEST_F() local
100 QuicUrl url(url_str); in TEST_F()
106 url = QuicUrl(url_str); in TEST_F()
112 url = QuicUrl(url_str); in TEST_F()
118 url = QuicUrl(url_str); in TEST_F()
137 std::string url_str = in TEST_F() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/tools/
H A Dquic_url_test.cc20 QuicUrl url(url_str); in TEST_F()
25 url = QuicUrl(url_str); in TEST_F()
35 url = QuicUrl(url_str); in TEST_F()
46 url = QuicUrl(url_str); in TEST_F()
76 std::string url_str = in TEST_F() local
100 QuicUrl url(url_str); in TEST_F()
106 url = QuicUrl(url_str); in TEST_F()
112 url = QuicUrl(url_str); in TEST_F()
118 url = QuicUrl(url_str); in TEST_F()
137 std::string url_str = in TEST_F() local
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/
H A Dstorage_url.py273 return url_str
307 return url_str
351 for url_str in args_to_check:
397 url_str = url.url_string
407 def IsFileUrlString(url_str): argument
429 return _CloudUrl(url_str)
432 def StripOneSlash(url_str): argument
433 if url_str and url_str.endswith('/'):
434 return url_str[:-1]
435 return url_str
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/
H A Dstorage_url.py273 return url_str
303 return url_str
347 for url_str in args_to_check:
393 url_str = url.url_string
403 def IsFileUrlString(url_str): argument
425 return _CloudUrl(url_str)
428 def StripOneSlash(url_str): argument
429 if url_str and url_str.endswith('/'):
430 return url_str[:-1]
431 return url_str
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/
H A Dstorage_url.py262 return url_str
276 def _GetSchemeFromUrlString(url_str): argument
287 def _GetPathFromUrlString(url_str): argument
292 return url_str
297 def IsFileUrlString(url_str): argument
303 def StorageUrlFromString(url_str): argument
319 return _CloudUrl(url_str)
322 def StripOneSlash(url_str): argument
323 if url_str and url_str.endswith('/'):
324 return url_str[:-1]
[all …]
H A Dposix_util.py124 WarnNegativeAttribute('atime', url_str)
127 WarnFutureTimestamp('atime', url_str)
130 WarnInvalidValue('atime', url_str)
144 WarnInvalidValue('mode', url_str)
192 WarnNegativeAttribute(attr_name, url_str)
195 WarnInvalidValue(attr_name, url_str)
324 % (url_str, uid))
330 % (url_str, gid))
451 def WarnNegativeAttribute(attr_name, url_str): argument
462 def WarnInvalidValue(attr_name, url_str): argument
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/utils/
H A Dposix_util.py137 WarnNegativeAttribute('atime', url_str)
140 WarnFutureTimestamp('atime', url_str)
143 WarnInvalidValue('atime', url_str)
157 WarnInvalidValue('mode', url_str)
206 WarnNegativeAttribute(attr_name, url_str)
209 WarnInvalidValue(attr_name, url_str)
343 (url_str, uid))
349 (url_str, gid))
486 def WarnInvalidValue(attr_name, url_str): argument
497 def WarnFutureTimestamp(attr_name, url_str): argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/utils/
H A Dposix_util.py137 WarnNegativeAttribute('atime', url_str)
140 WarnFutureTimestamp('atime', url_str)
143 WarnInvalidValue('atime', url_str)
157 WarnInvalidValue('mode', url_str)
206 WarnNegativeAttribute(attr_name, url_str)
209 WarnInvalidValue(attr_name, url_str)
343 (url_str, uid))
349 (url_str, gid))
486 def WarnInvalidValue(attr_name, url_str): argument
497 def WarnFutureTimestamp(attr_name, url_str): argument
[all …]
/dports/devel/upnp/pupnp-release-1.14.12/upnp/src/urlconfig/
H A Durlconfig.c238 membuffer url_str; in config_description_doc() local
241 membuffer_init(&url_str); in config_description_doc()
252 membuffer_append_str(&url_str, ip_str) != 0 || in config_description_doc()
253 membuffer_append_str(&url_str, "/") != 0 || in config_description_doc()
298 if (membuffer_assign(&url_str, uri.scheme.buff, in config_description_doc()
300 membuffer_append_str(&url_str, "://") != 0 || in config_description_doc()
301 membuffer_append_str(&url_str, ip_str) != 0) { in config_description_doc()
308 if (membuffer_append_str(&url_str, "/") != 0 || in config_description_doc()
313 if (membuffer_append(&url_str, uri.pathquery.buff, in config_description_doc()
320 if (url_str.buf[url_str.length - 1] != '/') { in config_description_doc()
[all …]
/dports/net/py-python-heatclient/python-heatclient-2.4.0/heatclient/v1/
H A Dresources.py80 url_str = '/stacks/%s/resources/%s' % (
85 url_str += '?%s' % parse.urlencode(params, True)
87 resp = self.client.get(url_str)
98 url_str = '/stacks/%s/resources/%s/metadata' % (
101 resp = self.client.get(url_str)
112 url_str = '/stacks/%s/resources/%s/signal' % (
115 resp = self.client.post(url_str, data=data)
129 url_str = '/stacks/%s/resources/%s' % (
133 url_str,
143 url_str = '/resource_types/%s/template' % (
[all …]
/dports/textproc/pear-Horde_CssMinify/Horde_CssMinify-1.0.4/lib/Horde/CssMinify/
H A DCssParser.php114 $url_str = ltrim($url_ob->getString());
116 if ((stripos($url_str, 'http') !== 0) &&
117 !Horde_Url_Data::isData($url_str)) {
118 $url_str = dirname($uri) . '/' . $url_str;
120 $url_str = call_user_func($this->_opts['dataurl'], $url_str);
124 $url_ob->setString($url_str);
/dports/www/trafficserver/trafficserver-9.1.1/plugins/escalate/
H A Descalate.cc71 char *url_str = nullptr; in MakeEscalateUrl() local
75 url_str = TSUrlStringGet(mbuf, url, &url_len); in MakeEscalateUrl()
76 TSDebug(PLUGIN_NAME, "Setting new URL to %.*s", url_len, url_str); in MakeEscalateUrl()
78 return url_str; in MakeEscalateUrl()
93 char *url_str = nullptr; in EscalateResponse() local
121 url_str = TSstrdup(entry->second.target.c_str()); in EscalateResponse()
123 TSDebug(PLUGIN_NAME, "Setting new URL to %.*s", url_len, url_str); in EscalateResponse()
127url_str = MakeEscalateUrl(mbuf, url, entry->second.target.c_str(), entry->second.target.size(), ur… in EscalateResponse()
133url_str = MakeEscalateUrl(mbuf, url, entry->second.target.c_str(), entry->second.target.size(), ur… in EscalateResponse()
142 if (url_str) { in EscalateResponse()
[all …]
/dports/www/p5-WebService-MusicBrainz/WebService-MusicBrainz-1.0.5/lib/WebService/MusicBrainz/
H A DRequest.pm33 my $url_str = join '/', @url_parts;
35 $url_str .= '?fmt=' . $self->format;
40 $url_str .= '&inc=' . $inc_query;
52 $url_str .= '&query=' . $extra_param_str;
55 $url_str .= '&offset=' . $self->offset();
57 print "REQUEST URL: $url_str\n" if $self->debug();
59 my $url = Mojo::URL->new($url_str);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/renderer/media/
H A Dflash_embed_rewrite.cc28 std::string url_str = url.spec(); in RewriteYouTubeFlashEmbedURL() local
36 size_t index = url_str.find_first_of("&?"); in RewriteYouTubeFlashEmbedURL()
37 bool invalid_url = index != std::string::npos && url_str.at(index) == '&'; in RewriteYouTubeFlashEmbedURL()
41 url_str.replace(index, 1, "?"); in RewriteYouTubeFlashEmbedURL()
45 (pos = url_str.find("?", pos)) != std::string::npos; pos += 1) { in RewriteYouTubeFlashEmbedURL()
46 url_str.replace(pos, 1, "&"); in RewriteYouTubeFlashEmbedURL()
50 GURL corrected_url = GURL(url_str); in RewriteYouTubeFlashEmbedURL()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/renderer/media/
H A Dflash_embed_rewrite.cc28 std::string url_str = url.spec(); in RewriteYouTubeFlashEmbedURL() local
36 size_t index = url_str.find_first_of("&?"); in RewriteYouTubeFlashEmbedURL()
37 bool invalid_url = index != std::string::npos && url_str.at(index) == '&'; in RewriteYouTubeFlashEmbedURL()
41 url_str.replace(index, 1, "?"); in RewriteYouTubeFlashEmbedURL()
45 (pos = url_str.find("?", pos)) != std::string::npos; pos += 1) { in RewriteYouTubeFlashEmbedURL()
46 url_str.replace(pos, 1, "&"); in RewriteYouTubeFlashEmbedURL()
50 GURL corrected_url = GURL(url_str); in RewriteYouTubeFlashEmbedURL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/commands/
H A Ddefstorageclass.py108 def _CheckIsGsUrl(self, url_str): argument
109 if not url_str.startswith('gs://'):
112 'URL?' % (self.command_name, url_str))
131 for url_str in url_args:
132 self._CheckIsGsUrl(url_str)
134 bucket_iter = self.GetBucketUrlIterFromArg(url_str, bucket_fields=['id'])
152 for url_str in url_args:
153 self._CheckIsGsUrl(url_str)
155 url_str, bucket_fields=['storageClass'])
/dports/www/trafficserver/trafficserver-9.1.1/proxy/
H A DControlMatcher.cc246 ats_free(url_str[i]); in ~UrlMatcher()
248 delete[] url_str; in ~UrlMatcher()
340 char *url_str; in Match() local
352 if (url_str == nullptr) { in Match()
361 ats_free(url_str); in Match()
487 char *url_str; in Match() local
500 if (url_str == nullptr) { in Match()
509 r = pcre_exec(re_array[i], nullptr, url_str, strlen(url_str), 0, 0, nullptr, 0); in Match()
518 ats_free(url_str); in Match()
540 const char *url_str; in Match() local
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/commands/
H A Ddefstorageclass.py109 def _CheckIsGsUrl(self, url_str): argument
110 if not url_str.startswith('gs://'):
113 'URL?' % (self.command_name, url_str))
132 for url_str in url_args:
133 self._CheckIsGsUrl(url_str)
135 bucket_iter = self.GetBucketUrlIterFromArg(url_str, bucket_fields=['id'])
154 for url_str in url_args:
155 self._CheckIsGsUrl(url_str)
156 bucket_iter = self.GetBucketUrlIterFromArg(url_str,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/commands/
H A Ddefstorageclass.py109 def _CheckIsGsUrl(self, url_str): argument
110 if not url_str.startswith('gs://'):
113 'URL?' % (self.command_name, url_str))
132 for url_str in url_args:
133 self._CheckIsGsUrl(url_str)
135 bucket_iter = self.GetBucketUrlIterFromArg(url_str, bucket_fields=['id'])
154 for url_str in url_args:
155 self._CheckIsGsUrl(url_str)
156 bucket_iter = self.GetBucketUrlIterFromArg(url_str,
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/storage/
H A Dstorage_url.py225 url_str = self.versionless_url_string
227 url_str += '#%s' % self.generation
228 return url_str
253 def _get_scheme_from_url_string(url_str): argument
255 end_scheme_idx = url_str.find('://')
260 prefix_string = url_str[0:end_scheme_idx].lower()
266 def storage_url_from_string(url_str): argument
278 scheme = _get_scheme_from_url_string(url_str)
280 return FileUrl(url_str)
281 return CloudUrl.from_url_string(url_str)
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/cnetwork/impl/
H A DContentNetworkVuzeGeneric.java282 String url_str ) in addService() argument
284 service_map.put( type, url_str ); in addService()
375 String url_str = in getServiceURL() local
383 url_str += "&createSubscription=1"; in getServiceURL()
395 return( url_str ); in getServiceURL()
409 return( url_str ); in getServiceURL()
416 String url_str = base + hash + "?" + URL_SUFFIX; in getServiceURL() local
418 return( url_str ); in getServiceURL()
438 String url_str = base + hash + ".torrent"; in getServiceURL() local
445 url_str = appendURLSuffix(url_str, false, true); in getServiceURL()
[all …]
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/url_serde-0.2.0/src/
H A Dlib.rs302 let url_str = "http://www.test.com/foo/bar?$param=bazz"; in test_derive_deserialize_with_for_url() localVariable
305 url: Url::parse(url_str).unwrap() in test_derive_deserialize_with_for_url()
321 let url_str = "http://www.test.com/foo/bar?$param=bazz"; in test_derive_deserialize_with_for_option_url() localVariable
324 url: Some(Url::parse(url_str).unwrap()) in test_derive_deserialize_with_for_option_url()
346 let url_str = "http://www.test.com/foo/bar?$param=bazz"; in test_derive_serialize_with_for_url() localVariable
348 let expected = format!(r#"{{"_url_":"{}"}}"#, url_str); in test_derive_serialize_with_for_url()
349 let input = Test {url: Url::parse(url_str).unwrap()}; in test_derive_serialize_with_for_url()
362 let url_str = "http://www.test.com/foo/bar?$param=bazz"; in test_derive_serialize_with_for_option_url() localVariable
364 let expected = format!(r#"{{"_url_":"{}"}}"#, url_str); in test_derive_serialize_with_for_option_url()
388 url: Url::parse(url_str).unwrap() in test_derive_with_for_url()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/src/tscpp/api/
H A DAsyncHttpFetch.cc56 AsyncHttpFetchState(const string &url_str, HttpMethod http_method, string request_body, in AsyncHttpFetchState()
67 request_.reset(new Request(url_str, http_method, in AsyncHttpFetchState()
157 AsyncHttpFetch::AsyncHttpFetch(const string &url_str, const string &request_body) in AsyncHttpFetch() argument
159 init(url_str, HTTP_METHOD_POST, request_body, STREAMING_DISABLED); in AsyncHttpFetch()
162 AsyncHttpFetch::AsyncHttpFetch(const string &url_str, HttpMethod http_method) in AsyncHttpFetch() argument
164 init(url_str, http_method, "", STREAMING_DISABLED); in AsyncHttpFetch()
167 AsyncHttpFetch::AsyncHttpFetch(const string &url_str, StreamingFlag streaming_flag, const string &r… in AsyncHttpFetch() argument
169 init(url_str, HTTP_METHOD_POST, request_body, streaming_flag); in AsyncHttpFetch()
172 AsyncHttpFetch::AsyncHttpFetch(const string &url_str, StreamingFlag streaming_flag, HttpMethod http… in AsyncHttpFetch() argument
174 init(url_str, http_method, "", streaming_flag); in AsyncHttpFetch()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/include/tscpp/api/
H A DAsyncHttpFetch.h51 AsyncHttpFetch(const std::string &url_str, HttpMethod http_method = HTTP_METHOD_GET);
54 AsyncHttpFetch(const std::string &url_str, const std::string &request_body);
61 …AsyncHttpFetch(const std::string &url_str, StreamingFlag streaming_flag, HttpMethod http_method = …
63 …AsyncHttpFetch(const std::string &url_str, StreamingFlag streaming_flag, const std::string &reques…
131 …void init(const std::string &url_str, HttpMethod http_method, const std::string &request_body, Str…
/dports/sysutils/fusefs-s3fs/s3fs-fuse-1.90/src/
H A Dcurl_util.cpp259 std::string url_str = std::string(url); in prepare_url() local
265 if(!strncasecmp(url_str.c_str(), "https://", 8)){ in prepare_url()
267 } else if(!strncasecmp(url_str.c_str(), "http://", 7)) { in prepare_url()
270 uri = url_str.substr(0, uri_length); in prepare_url()
271 bucket_pos = url_str.find(token, uri_length); in prepare_url()
275 path = url_str.substr((bucket_pos + bucket_length)); in prepare_url()
277 hostname = url_str.substr(uri_length, bucket_pos - uri_length); in prepare_url()
278 std::string part = url_str.substr((bucket_pos + bucket_length)); in prepare_url()
285 url_str = uri + hostname + path; in prepare_url()
287 S3FS_PRN_INFO3("URL changed is %s", url_str.c_str()); in prepare_url()
[all …]

12345678910>>...19