/aosp_15_r20/external/cldr/tools/scripts/tr-archive/ |
H A D | package-lock.json | 2 "name": "tr-archive", 8 "name": "tr-archive", 10 "license": "Unicode-3.0", 12 "@not-dalia/gfm-toc": "github:not-dalia/gfm-toc", 13 "anchor-js": "^5.0.0", 17 "marked-alert": "^2.0.1" 20 "node_modules/@not-dalia/gfm-toc": { 22 …"resolved": "git+ssh://[email protected]/not-dalia/gfm-toc.git#68f2db628606366b51b51a071c8bb87f490575… 25 "escape-html": "^1.0.3", 30 "gfm-toc": "bin/gfm-toc" [all …]
|
/aosp_15_r20/external/curl/tests/data/ |
H A D | test1632 | 5 HTTPS-proxy 9 # Server-side 12 # This is the HTTPS proxy response 16 Server: test-server/fake 17 Content-Type: text/html 18 Funny-head: yesyes 19 Content-Length: 0 36 I had two elder brothers, one of whom was lieutenant-colonel to an 45 # Client-side 49 https-proxy [all …]
|
H A D | test1631 | 5 HTTPS-proxy 9 # Server-side 12 # This is the HTTPS proxy response 16 Server: test-server/fake 17 Content-Type: text/html 18 Funny-head: yesyes 19 Content-Length: 0 36 # Client-side 40 https-proxy 43 FTP through HTTPS-proxy [all …]
|
/aosp_15_r20/external/google-cloud-java/java-gkehub/proto-google-cloud-gkehub-v1beta1/src/main/java/com/google/cloud/gkehub/v1beta1/ |
H A D | ConnectAgent.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 135 * Optional. URI of a proxy if connectivity from the agent to 136 * gkeconnect.googleapis.com requires the use of a proxy. Format must be in 137 * the form `http(s)://{proxy_address}`, depending on the HTTP/HTTPS protocol 138 * supported by the proxy. This will direct the connect agent's outbound 139 * traffic through a HTTP(S) proxy. 142 * <code>bytes proxy = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 144 * @return The proxy. 159 * Optional. Namespace for GKE Connect agent resources. Defaults to 160 * `gke-connect`. [all …]
|
H A D | ConnectAgentOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 61 * Optional. URI of a proxy if connectivity from the agent to 62 * gkeconnect.googleapis.com requires the use of a proxy. Format must be in 63 * the form `http(s)://{proxy_address}`, depending on the HTTP/HTTPS protocol 64 * supported by the proxy. This will direct the connect agent's outbound 65 * traffic through a HTTP(S) proxy. 68 * <code>bytes proxy = 2 [(.google.api.field_behavior) = OPTIONAL];</code> 70 * @return The proxy. 78 * Optional. Namespace for GKE Connect agent resources. Defaults to 79 * `gke-connect`. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-gkehub/proto-google-cloud-gkehub-v1alpha2/src/main/java/com/google/cloud/gkehub/v1alpha2/ |
H A D | GenerateConnectManifestRequest.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 86 * Required. The Membership resource name the Agent will associate with, in the format 110 * Required. The Membership resource name the Agent will associate with, in the format 139 * Optional. Namespace for GKE Connect agent resources. Defaults to `gke-connect`. 140 * The Connect Agent is authorized automatically when run in the default 165 * Optional. Namespace for GKE Connect agent resources. Defaults to `gke-connect`. 166 * The Connect Agent is authorized automatically when run in the default 194 * Optional. URI of a proxy if connectivity from the agent to gkeconnect.googleapis.com 195 * requires the use of a proxy. Format must be in the form 196 * `http(s)://{proxy_address}`, depending on the HTTP/HTTPS protocol [all …]
|
H A D | GenerateConnectManifestRequestOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 30 * Required. The Membership resource name the Agent will associate with, in the format 43 * Required. The Membership resource name the Agent will associate with, in the format 57 * Optional. Namespace for GKE Connect agent resources. Defaults to `gke-connect`. 58 * The Connect Agent is authorized automatically when run in the default 72 * Optional. Namespace for GKE Connect agent resources. Defaults to `gke-connect`. 73 * The Connect Agent is authorized automatically when run in the default 88 * Optional. URI of a proxy if connectivity from the agent to gkeconnect.googleapis.com 89 * requires the use of a proxy. Format must be in the form 90 * `http(s)://{proxy_address}`, depending on the HTTP/HTTPS protocol [all …]
|
/aosp_15_r20/external/google-cloud-java/java-gkehub/proto-google-cloud-gkehub-v1/src/main/java/com/google/cloud/gkehub/v1/ |
H A D | GenerateConnectManifestRequest.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 86 * Required. The Membership resource name the Agent will associate with, in 112 * Required. The Membership resource name the Agent will associate with, in 143 * Optional. Namespace for GKE Connect agent resources. Defaults to 144 * `gke-connect`. 145 * The Connect Agent is authorized automatically when run in the default 170 * Optional. Namespace for GKE Connect agent resources. Defaults to 171 * `gke-connect`. 172 * The Connect Agent is authorized automatically when run in the default 200 * Optional. URI of a proxy if connectivity from the agent to [all …]
|
H A D | GenerateConnectManifestRequestOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 30 * Required. The Membership resource name the Agent will associate with, in 45 * Required. The Membership resource name the Agent will associate with, in 61 * Optional. Namespace for GKE Connect agent resources. Defaults to 62 * `gke-connect`. 63 * The Connect Agent is authorized automatically when run in the default 77 * Optional. Namespace for GKE Connect agent resources. Defaults to 78 * `gke-connect`. 79 * The Connect Agent is authorized automatically when run in the default 94 * Optional. URI of a proxy if connectivity from the agent to [all …]
|
/aosp_15_r20/external/curl/docs/ |
H A D | TheArtOfHttpScripting.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 21 invoke `curl --help` or `curl --manual` to get basic information about it. 47 Using curl's option [`--verbose`](https://curl.se/docs/manpage.html#-v) (`-v` 51 `--verbose` is the single most useful option when it comes to debug or even 52 understand the curl<->server interaction. 54 Sometimes even `--verbose` is not enough. Then 55 [`--trace`](https://curl.se/docs/manpage.html#-trace) and 56 [`--trace-ascii`](https://curl.se/docs/manpage.html#--trace-ascii) [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/ |
D | requestwrite_test.go | 2 // Use of this source code is governed by a BSD-style 47 "Accept-Charset": {"ISO-8859-1,utf-8;q=0.7,*;q=0.7"}, 48 "Accept-Encoding": {"gzip,deflate"}, 49 "Accept-Language": {"en-us,en;q=0.5"}, 50 "Keep-Alive": {"300"}, 51 "Proxy-Connection": {"keep-alive"}, 52 "User-Agent": {"Fake"}, 62 "User-Agent: Fake\r\n" + 64 "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7\r\n" + 65 "Accept-Encoding: gzip,deflate\r\n" + [all …]
|
/aosp_15_r20/external/skia/tools/skottie-wasm-perf/ |
H A D | package-lock.json | 2 "name": "skottie-wasm-perf", 8 "name": "skottie-wasm-perf", 12 "command-line-args": "^5.0.2", 13 "command-line-usage": "^5.0.3", 15 "lottie-web": "5.2.1", 16 "node-fetch": "^2.2.0", 23 "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", 24 …"integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwa… 26 "mime-types": "~2.1.34", 33 "node_modules/agent-base": { [all …]
|
/aosp_15_r20/external/skia/tools/lottie-web-perf/ |
H A D | package-lock.json | 2 "name": "lottie-web-perf", 8 "command-line-args": "^5.0.2", 9 "command-line-usage": "^5.0.3", 11 "lottie-web": "5.5.5", 12 "node-fetch": "^2.2.0", 18 "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", 19 …"integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwa… 21 "mime-types": "~2.1.34", 28 "node_modules/agent-base": { 30 "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", [all …]
|
/aosp_15_r20/external/skia/tools/lottiecap/ |
H A D | package-lock.json | 8 "command-line-args": "^5.0.2", 9 "command-line-usage": "^5.0.3", 11 "lottie-web": "5.2.1", 12 "node-fetch": "^2.2.0", 18 "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", 19 …"integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwa… 21 "mime-types": "~2.1.34", 28 "node_modules/agent-base": { 30 "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", 31 …"integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEE… [all …]
|
/aosp_15_r20/external/skia/tools/perf-canvaskit-puppeteer/ |
H A D | package-lock.json | 2 "name": "perf-canvaskit-puppeteer", 9 "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.5.tgz", 10 …"integrity": "sha512-90hiq6/VqtQgX8Sp0EzeIsv3r+ellbGj4URKj5j30tLlZvRUpnAe9YbYnjl3pJM93GyXU0tghHhvX… 15 "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.9.1.tgz", 16 …"integrity": "sha512-A1b8SU4D10uoPjwb0lnHmmu8wZhR9d+9o2PKBQT2jU5YPTKsxac6M2qGAdY7VcL+dHHhARVUDmeg0… 24 "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", 25 …"integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwa… 27 "mime-types": "~2.1.34", 31 "agent-base": { 33 "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-5.1.1.tgz", [all …]
|
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/server/ |
D | package-lock.json | 8 "firebase-admin": "^11.4.1", 9 "firebase-functions": "^3.13.2" 14 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.5.tgz", 15 …"integrity": "sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7F… 18 "parser": "bin/babel-parser.js" 26 "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-1.2.1.tgz", 27 …"integrity": "sha512-7PQA7EH43S0CxcOa9OeAnaeA0oQ+e/DHNPZwSQM9CQHW76jle5+OvLdibRp/Aafs9KXbLhxyjOTkR… 29 "text-decoding": "^1.0.0" 35 "node_modules/@firebase/app-types": { 37 "resolved": "https://registry.npmjs.org/@firebase/app-types/-/app-types-0.9.0.tgz", [all …]
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | urllib.request.rst | 1 :mod:`urllib.request` --- Extensible library for opening URLs 13 -------------- 16 opening URLs (mostly HTTP) in a complex world --- basic and digest 21 The `Requests package <https://requests.readthedocs.io/en/master/>`_ 22 is recommended for a higher-level HTTP client interface. 24 .. include:: ../includes/wasm-notavail.rst 44 only works for HTTP, HTTPS and FTP connections. 51 CA certificates for HTTPS requests. *cafile* should point to a single 62 For HTTP and HTTPS URLs, this function returns a 66 attribute --- the reason phrase returned by server --- instead of [all …]
|
/aosp_15_r20/external/skia/tools/run-wasm-gm-tests/ |
H A D | package-lock.json | 2 "name": "run-wasm-gm-tests", 9 "resolved": "https://registry.npmjs.org/@types/node/-/node-14.11.8.tgz", 10 …"integrity": "sha512-KPcKqKm5UKDkaYPTuXSx8wEP7vE9GnuaXIZKijwRYcePpZFDVuy2a57LarFKiORbHOuTOOwYzxVxc… 15 "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.9.1.tgz", 16 …"integrity": "sha512-A1b8SU4D10uoPjwb0lnHmmu8wZhR9d+9o2PKBQT2jU5YPTKsxac6M2qGAdY7VcL+dHHhARVUDmeg0… 24 "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", 25 …"integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwa… 27 "mime-types": "~2.1.34", 31 "mime-db": { 33 "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", [all …]
|
/aosp_15_r20/external/google-cloud-java/java-gkehub/proto-google-cloud-gkehub-v1/src/main/proto/google/cloud/gkehub/v1/ |
H A D | service.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 39 // Google Cloud, and the management of multi-cluster features over those 48 // https://cloud.google.com/compute/docs/regions-zones. Feature is only 52 // **Membership management may be non-trivial:** it is recommended to use one 53 // of the Google-provided client libraries or tools where possible when working 58 "https://www.googleapis.com/auth/cloud-platform"; 97 // https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster. 129 // https://cloud.google.com/anthos/multicluster-management/connect/unregistering-a-cluster. 183 // Generates the manifest for deployment of the GKE connect agent. 185 // **This method is used internally by Google-provided libraries.** [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/gkehub/v1/ |
H A D | service.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 39 // Google Cloud, and the management of multi-cluster features over those 48 // https://cloud.google.com/compute/docs/regions-zones. Feature is only 52 // **Membership management may be non-trivial:** it is recommended to use one 53 // of the Google-provided client libraries or tools where possible when working 58 "https://www.googleapis.com/auth/cloud-platform"; 97 // https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster. 129 // https://cloud.google.com/anthos/multicluster-management/connect/unregistering-a-cluster. 183 // Generates the manifest for deployment of the GKE connect agent. 185 // **This method is used internally by Google-provided libraries.** [all …]
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | urllib.rst | 1 :mod:`urllib` --- Open arbitrary resources by URL 21 This module provides a high-level interface for fetching data across the World 23 built-in function :func:`open`, but accepts Universal Resource Locators (URLs) 24 instead of filenames. Some restrictions apply --- it can only open URLs for 29 The `Requests package <http://docs.python-requests.org/>`_ 30 is recommended for a higher-level HTTP client interface. 34 …For HTTPS URIs, :mod:`urllib` performs all the neccessary certificate and hostname checks by defau… 38 …han 2.7.9, urllib does not attempt to validate the server certificates of HTTPS URIs. Use at your … 41 High-level interface 42 -------------------- [all …]
|
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. 38 :mimetype:`application/x-www-form-urlencoded` format. The 39 :func:`urllib.urlencode` function takes a mapping or sequence of 2-tuples and 45 timeout setting will be used). This actually only works for HTTP, HTTPS and 53 certificates for HTTPS requests. *cafile* should point to a single file 60 This function returns a file-like object with three additional methods: 62 * :meth:`geturl` --- return the URL of the resource retrieved, commonly used to 65 * :meth:`info` --- return the meta-information of the page, such as headers, [all …]
|
/aosp_15_r20/external/cronet/net/url_request/ |
H A D | url_request_http_job_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 90 "Connection: keep-alive\r\n" 91 "User-Agent: \r\n" 92 "Accept-Encoding: gzip, deflate\r\n" 93 "Accept-Language: en-us,fr\r\n\r\n"; 98 "Connection: keep-alive\r\n" 99 "User-Agent: \r\n" 100 "Accept-Encoding: gzip, deflate\r\n" 101 "Accept-Language: en-us,fr\r\n\r\n"; 112 request->context()->http_user_agent_settings()) {} in TestURLRequestHttpJob() [all …]
|
/aosp_15_r20/external/grpc-grpc/examples/node/ |
H A D | package-lock.json | 2 "name": "grpc-examples", 7 "@grpc/grpc-js": { 9 "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.1.8.tgz", 10 …"integrity": "sha512-64hg5rmEm6F/NvlWERhHmmgxbWU8nD2TMWE+9TvG7/WcOrFT3fzg/Uu631pXRFwmJ4aWO/kp9vVSl… 12 "@grpc/proto-loader": "^0.6.0-pre14", 14 "google-auth-library": "^6.0.0", 18 "@grpc/proto-loader": { 19 "version": "0.6.0-pre9", 20 "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.6.0-pre9.tgz", 21 …"integrity": "sha512-oM+LjpEjNzW5pNJjt4/hq1HYayNeQT+eGrOPABJnYHv7TyNPDNzkQ76rDYZF86X5swJOa4EujEMzQ… [all …]
|
/aosp_15_r20/external/google-cloud-java/java-gkehub/proto-google-cloud-gkehub-v1alpha2/src/main/proto/google/cloud/gkehub/v1alpha2/ |
H A D | membership.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 40 // **Membership management may be non-trivial:** it is recommended to use one 41 // of the Google-provided client libraries or tools where possible when working 45 option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform"; 67 // https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster. 84 // https://cloud.google.com/anthos/multicluster-management/connect/unregistering-a-cluster. 109 // Generates the manifest for deployment of the GKE connect agent. 111 // **This method is used internally by Google-provided libraries.** 143 // used by Hub to control infrastructure-specific behavior, including pricing. 145 // Each GKE distribution (on-GCP, on-Prem, on-X,...) will set this field [all …]
|