/aosp_15_r20/external/googleapis/google/ads/googleads/v16/enums/ |
H A D | price_placeholder_field.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 40 // Data Type: STRING. The type of your price feed. Must match one of the 44 // Data Type: STRING. The qualifier of each price. Must match one of the 48 // Data Type: URL. Tracking template for the price feed when using Upgraded 49 // URLs. 52 // Data Type: STRING. Language of the price feed. Must match one of the 56 // Data Type: STRING. Final URL suffix for the price feed when using 60 // Data Type: STRING. The header of item 1 of the table. 63 // Data Type: STRING. The description of item 1 of the table. 66 // Data Type: MONEY. The price (money with currency) of item 1 of the table, [all …]
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/enums/ |
H A D | price_placeholder_field.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 40 // Data Type: STRING. The type of your price feed. Must match one of the 44 // Data Type: STRING. The qualifier of each price. Must match one of the 48 // Data Type: URL. Tracking template for the price feed when using Upgraded 49 // URLs. 52 // Data Type: STRING. Language of the price feed. Must match one of the 56 // Data Type: STRING. Final URL suffix for the price feed when using 60 // Data Type: STRING. The header of item 1 of the table. 63 // Data Type: STRING. The description of item 1 of the table. 66 // Data Type: MONEY. The price (money with currency) of item 1 of the table, [all …]
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v15/enums/ |
H A D | price_placeholder_field.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 40 // Data Type: STRING. The type of your price feed. Must match one of the 44 // Data Type: STRING. The qualifier of each price. Must match one of the 48 // Data Type: URL. Tracking template for the price feed when using Upgraded 49 // URLs. 52 // Data Type: STRING. Language of the price feed. Must match one of the 56 // Data Type: STRING. Final URL suffix for the price feed when using 60 // Data Type: STRING. The header of item 1 of the table. 63 // Data Type: STRING. The description of item 1 of the table. 66 // Data Type: MONEY. The price (money with currency) of item 1 of the table, [all …]
|
/aosp_15_r20/external/curl/tests/http/ |
H A D | test_10_proxy.py | 2 # -*- coding: utf-8 -*- 23 # SPDX-License-Identifier: curl 48 env.make_data_file(indir=env.gen_dir, fname="data-100k", fsize=100*1024) 49 env.make_data_file(indir=env.gen_dir, fname="data-10m", fsize=10*1024*1024) 64 url = f'http://localhost:{env.http_port}/data.json' 65 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True, 70 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'), 71 reason='curl lacks HTTPS-proxy support') 77 url = f'http://localhost:{env.http_port}/data.json' 79 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True, [all …]
|
H A D | test_07_upload.py | 2 # -*- coding: utf-8 -*- 23 # SPDX-License-Identifier: curl 47 env.make_data_file(indir=env.gen_dir, fname="data-10k", fsize=10*1024) 48 env.make_data_file(indir=env.gen_dir, fname="data-63k", fsize=63*1024) 49 env.make_data_file(indir=env.gen_dir, fname="data-64k", fsize=64*1024) 50 env.make_data_file(indir=env.gen_dir, fname="data-100k", fsize=100*1024) 51 env.make_data_file(indir=env.gen_dir, fname="data-1m+", fsize=(1024*1024)+1) 52 env.make_data_file(indir=env.gen_dir, fname="data-10m", fsize=10*1024*1024) 56 # upload small data, check that this is what was echoed 63 data = '0123456789' [all …]
|
H A D | test_02_download.py | 2 # -*- coding: utf-8 -*- 23 # SPDX-License-Identifier: curl 54 env.make_data_file(indir=indir, fname="data-10k", fsize=10*1024) 55 env.make_data_file(indir=indir, fname="data-100k", fsize=100*1024) 56 env.make_data_file(indir=indir, fname="data-1m", fsize=1024*1024) 57 env.make_data_file(indir=indir, fname="data-10m", fsize=10*1024*1024) 58 env.make_data_file(indir=indir, fname="data-50m", fsize=50*1024*1024) 66 url = f'https://{env.authority_for(env.domain1, proto)}/data.json' 67 r = curl.http_download(urls=[url], alpn_proto=proto) 76 url = f'https://{env.authority_for(env.domain1, proto)}/data.json?[0-1]' [all …]
|
H A D | test_31_vsftpds.py | 2 # -*- coding: utf-8 -*- 23 # SPDX-License-Identifier: curl 73 self._make_docs_file(docs_dir=vsftpds.docs_dir, fname='data-1k', fsize=1024) 74 self._make_docs_file(docs_dir=vsftpds.docs_dir, fname='data-10k', fsize=10*1024) 75 self._make_docs_file(docs_dir=vsftpds.docs_dir, fname='data-1m', fsize=1024*1024) 76 self._make_docs_file(docs_dir=vsftpds.docs_dir, fname='data-10m', fsize=10*1024*1024) 77 env.make_data_file(indir=env.gen_dir, fname="upload-1k", fsize=1024) 78 env.make_data_file(indir=env.gen_dir, fname="upload-100k", fsize=100*1024) 79 env.make_data_file(indir=env.gen_dir, fname="upload-1m", fsize=1024*1024) 84 r = curl.ftp_ssl_get(urls=[url], with_stats=True) [all …]
|
H A D | test_30_vsftpd.py | 2 # -*- coding: utf-8 -*- 23 # SPDX-License-Identifier: curl 66 self._make_docs_file(docs_dir=vsftpd.docs_dir, fname='data-1k', fsize=1024) 67 self._make_docs_file(docs_dir=vsftpd.docs_dir, fname='data-10k', fsize=10*1024) 68 self._make_docs_file(docs_dir=vsftpd.docs_dir, fname='data-1m', fsize=1024*1024) 69 self._make_docs_file(docs_dir=vsftpd.docs_dir, fname='data-10m', fsize=10*1024*1024) 70 env.make_data_file(indir=env.gen_dir, fname="upload-1k", fsize=1024) 71 env.make_data_file(indir=env.gen_dir, fname="upload-100k", fsize=100*1024) 72 env.make_data_file(indir=env.gen_dir, fname="upload-1m", fsize=1024*1024) 77 r = curl.ftp_get(urls=[url], with_stats=True) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/distlib/ |
D | locators.py | 1 # -*- coding: utf-8 -*- 3 # Copyright (C) 2012-2015 Vinay Sajip. 36 HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') 88 A base class for locators - things that locate distributions. 107 the current PEP-recommended scheme - use ``'legacy'`` 190 Give an url a score which can be used to choose preferred URLs 205 Choose one of two URLs where both are candidates for distribution 209 The current implementation favours https:// URLs over http://, archives 253 if path and path[-1] == '/': # pragma: no cover 254 path = path[:-1] [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/distlib/ |
D | locators.py | 1 # -*- coding: utf-8 -*- 3 # Copyright (C) 2012-2015 Vinay Sajip. 36 HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') 88 A base class for locators - things that locate distributions. 107 the current PEP-recommended scheme - use ``'legacy'`` 190 Give an url a score which can be used to choose preferred URLs 205 Choose one of two URLs where both are candidates for distribution 209 The current implementation favours https:// URLs over http://, archives 253 if path and path[-1] == '/': # pragma: no cover 254 path = path[:-1] [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/distlib/ |
D | locators.py | 1 # -*- coding: utf-8 -*- 3 # Copyright (C) 2012-2015 Vinay Sajip. 36 HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') 88 A base class for locators - things that locate distributions. 107 the current PEP-recommended scheme - use ``'legacy'`` 190 Give an url a score which can be used to choose preferred URLs 205 Choose one of two URLs where both are candidates for distribution 209 The current implementation favours https:// URLs over http://, archives 253 if path and path[-1] == '/': # pragma: no cover 254 path = path[:-1] [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/distlib/ |
D | locators.py | 1 # -*- coding: utf-8 -*- 3 # Copyright (C) 2012-2015 Vinay Sajip. 36 HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') 88 A base class for locators - things that locate distributions. 107 the current PEP-recommended scheme - use ``'legacy'`` 190 Give an url a score which can be used to choose preferred URLs 205 Choose one of two URLs where both are candidates for distribution 209 The current implementation favours https:// URLs over http://, archives 253 if path and path[-1] == '/': # pragma: no cover 254 path = path[:-1] [all …]
|
/aosp_15_r20/external/curl/tests/http/testenv/ |
H A D | curl.py | 2 # -*- coding: utf-8 -*- 23 # SPDX-License-Identifier: curl 72 def duration(self) -> timedelta: 76 def stats(self) -> Optional[Dict[str,Any]]: 80 elapsed = datetime.now() - self._started_at 95 self._duration = datetime.now() - self._started_at 121 def stats(self) -> Optional[List[str]]: 128 def stats_excluding(self, src_port) -> Optional[List[str]]: 136 def stderr(self) -> List[str]: 155 tcpdump, '-i', local_if, '-n', 'tcp[tcpflags] & (tcp-rst)!=0' [all …]
|
/aosp_15_r20/external/curl/docs/libcurl/ |
H A D | libcurl-security.md | 1 --- 3 SPDX-License-Identifier: curl 4 Title: libcurl-security 7 See-also: 8 - libcurl-thread (3) 10 - All 11 Added-in: n/a 12 --- 13 <!-- markdown-link-check-disable --> 16 libcurl-security - security considerations when using libcurl [all …]
|
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
H A D | RouterNatRuleAction.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 78 …* A list of URLs of the IP resources used for this NAT rule. These IP addresses must be valid stat… 92 …* A list of URLs of the IP resources used for this NAT rule. These IP addresses must be valid stat… 106 …* A list of URLs of the IP resources used for this NAT rule. These IP addresses must be valid stat… 121 …* A list of URLs of the IP resources used for this NAT rule. These IP addresses must be valid stat… 141 …* A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs th… 155 …* A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs th… 169 …* A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs th… 184 …* A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs th… 196 private byte memoizedIsInitialized = -1; [all …]
|
H A D | TargetPoolsRemoveInstanceRequest.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 78 * URLs of the instances to be removed from target pool. 91 * URLs of the instances to be removed from target pool. 105 * URLs of the instances to be removed from target pool. 118 * URLs of the instances to be removed from target pool. 131 * URLs of the instances to be removed from target pool. 141 private byte memoizedIsInitialized = -1; 164 if (size != -1) return size; in getSerializedSize() 208 java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { in parseFrom() argument 209 return PARSER.parseFrom(data); in parseFrom() [all …]
|
H A D | TargetPoolsRemoveHealthCheckRequest.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 79 …URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-c… 92 …URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-c… 106 …URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-c… 119 …URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-c… 132 …URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-c… 143 private byte memoizedIsInitialized = -1; 166 if (size != -1) return size; in getSerializedSize() 211 java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { in parseFrom() argument 212 return PARSER.parseFrom(data); in parseFrom() [all …]
|
H A D | TargetPoolsAddInstanceRequest.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 77 …URLs: - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-n… 90 …URLs: - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-n… 104 …URLs: - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-n… 117 …URLs: - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-n… 130 …URLs: - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-n… 140 private byte memoizedIsInitialized = -1; 163 if (size != -1) return size; in getSerializedSize() 207 java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { in parseFrom() argument 208 return PARSER.parseFrom(data); in parseFrom() [all …]
|
H A D | InstanceMoveRequest.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 79 …wing are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/… 94 …wing are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/… 117 …wing are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/… 145 …URLs to an instance: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instance… 160 …URLs to an instance: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instance… 183 …URLs to an instance: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instance… 203 private byte memoizedIsInitialized = -1; 229 if (size != -1) return size; in getSerializedSize() 286 public static com.google.cloud.compute.v1.InstanceMoveRequest parseFrom(java.nio.ByteBuffer data) in parseFrom() argument [all …]
|
H A D | DiskMoveRequest.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 79 …wing are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/… 94 …wing are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/… 117 …wing are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/… 145 … valid URLs to a disk: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/… 160 … valid URLs to a disk: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/… 183 … valid URLs to a disk: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/… 203 private byte memoizedIsInitialized = -1; 229 if (size != -1) return size; in getSerializedSize() 286 public static com.google.cloud.compute.v1.DiskMoveRequest parseFrom(java.nio.ByteBuffer data) in parseFrom() argument [all …]
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | urllib.request.rst | 1 :mod:`urllib.request` --- Extensible library for opening URLs 5 :synopsis: Extensible library for opening URLs. 13 -------------- 16 opening URLs (mostly HTTP) in a complex world --- basic and digest 22 is recommended for a higher-level HTTP client interface. 24 .. include:: ../includes/wasm-notavail.rst 29 .. function:: urlopen(url, data=None[, timeout], *, cafile=None, capath=None, cadefault=False, cont… 34 *data* must be an object specifying additional data to be sent to the 35 server, or ``None`` if no such data is needed. See :class:`Request` 62 For HTTP and HTTPS URLs, this function returns a [all …]
|
/aosp_15_r20/external/cronet/url/ |
H A D | gurl_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 32 // Different types of URLs should be handled differently, and handed off to 35 // URLs with unknown schemes should be treated as path URLs, even when they in TEST() 40 // Conversely, URLs with known schemes should always trigger standard URL in TEST() 48 // URLs that look like Windows absolute path specs. in TEST() 180 a = *&a; // The *& defeats Clang's -Wself-assign warning. in TEST() 202 EXPECT_EQ("https", inner->scheme()); in TEST() 203 EXPECT_EQ("", inner->username()); in TEST() 204 EXPECT_EQ("", inner->password()); in TEST() 205 EXPECT_EQ("google.com", inner->host()); in TEST() [all …]
|
H A D | url_canon.h | 2 // Use of this source code is governed by a BSD-style license that can be 22 // Represents the different behavior between canonicalizing special URLs 23 // (https://url.spec.whatwg.org/#is-special) and canonicalizing URLs which are 27 // - Special URLs: "https://host/path", "ftp://host/path" 28 // - Non Special URLs: "about:blank", "data:xxx", "git://host/path" 32 // ------------------------------------------------------- 49 // pointer to point to the new buffer, and any old data up to |cur_len_| in 70 // write the data, then use set_size() to declare the new length(). 75 return std::basic_string_view<T>(data(), length()); in view() 79 // be NULL-terminated. Call length() to get the [all …]
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | urllib2.rst | 1 :mod:`urllib2` --- extensible library for opening URLs 18 URLs (mostly HTTP) in a complex world --- basic and digest authentication, 24 is recommended for a higher-level HTTP client interface. 30 .. function:: urlopen(url[, data[, timeout[, cafile[, capath[, cadefault[, context]]]]]) 34 *data* may be a string specifying additional data to send to the server, or 35 ``None`` if no such data is needed. Currently HTTP requests are the only ones 36 that use *data*; the HTTP request will be a POST instead of a GET when the 37 *data* parameter is provided. *data* should be a buffer in the standard 38 :mimetype:`application/x-www-form-urlencoded` format. The 39 :func:`urllib.urlencode` function takes a mapping or sequence of 2-tuples and [all …]
|
/aosp_15_r20/external/cronet/components/metrics/net/ |
H A D | net_metrics_log_uploader.cc | 2 // Use of this source code is governed by a BSD-style license that can be 46 "No server upload URLs specified. Will not attempt to retransmit."; 60 "Report of usage statistics and crash-related data about Chrome. " 62 "clicks, and memory usage and do not include web page URLs or " 70 data: 71 "A protocol buffer with usage statistics and crash related data." 73 last_reviewed: "2024-02-15" 111 "Google. These reports only contain App-Keyed Metrics (AppKMs) " 123 data: 126 last_reviewed: "2024-02-15" [all …]
|