Home
last modified time | relevance | path

Searched +full:decode +full:- +full:uri +full:- +full:component (Results 1 – 25 of 64) sorted by relevance

123

/external/python/cpython3/Lib/urllib/
Dparse.py5 RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding
11 RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T.
12 Berners-Lee, R. Fielding, and L. Masinter, August 1998.
19 RFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M.
69 # compatibility. (They are undocumented, but have a public-looking name.)
85 '+-.')
103 # presented, we may relax this by using latin-1
117 return tuple(x.decode(encoding, errors) if x else '' for x in args)
120 # Invokes decode if necessary to create str args
123 # - noop for str inputs
[all …]
Drequest.py5 below). It opens the URL and returns the results as file-like
13 non-error returns. The HTTPRedirectHandler automatically deals with
17 urlopen(url, data=None) -- Basic usage is the same as original
19 get a file-like object back. One difference is that you can also pass
24 build_opener -- Function that creates a new OpenerDirector instance.
30 install_opener -- Installs a new opener as the default opener.
34 OpenerDirector -- Sets up the User Agent as the Python-urllib client and manages
37 Request -- An object that encapsulates the state of a request. The
39 headers, e.g. a User-Agent.
41 BaseHandler --
[all …]
/external/python/cpython3/Doc/library/
Durllib.request.rst1 :mod:`urllib.request` --- 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
66 attribute --- the reason phrase returned by server --- instead of
91 .. audit-event:: urllib.Request fullurl,data,headers,method urllib.request.urlopen
158 the path component of a URL. This does not produce a complete URL. The return
164 Convert the path component *path* from a percent-encoded URL to the local syntax for a
166 :func:`~urllib.parse.unquote` to decode *path*.
[all …]
Durllib.parse.rst1 :mod:`urllib.parse` --- Parse URLs into components
16 --------------
35 -----------
42 Parse a URL into six components, returning a 6-item :term:`named tuple`. This
48 result, except for a leading slash in the *path* component, which is retained if
59 ... "highlight=params#url-parsing")
63 query='highlight=params', fragment='url-parsing')
78 a path component.
101 or query component, and :attr:`fragment` is set to the empty string in
107 +------------------+-------+-------------------------+------------------------+
[all …]
/external/aws-sdk-java-v2/services/groundstation/src/main/resources/codegen-resources/
Dservice-2.json4 "apiVersion":"2019-05-23",
7 "protocol":"rest-json",
12 "uid":"groundstation-2019-05-23"
249 "requestUri":"/minute-usage",
560 "pattern":"^[\\w-]+$"
640 "documentation":"<p>Name of an antenna demod decode output node used in a contact.</p>"
643 …"documentation":"<p>Details about an antenna demod decode <code>Config</code> used in a contact.</…
666 "documentation":"<p>Information about the decode <code>Config</code>.</p>"
677 …out how AWS Ground Station should configure an antenna for downlink demod decode during a contact.<…
740 …"documentation":"<p>Name string associated with AgentEndpoint. Used as a human-readable identifier…
[all …]
/external/cronet/url/
Durl_util.h2 // Use of this source code is governed by a BSD-style license that can be
20 // Init ------------------------------------------------------------------------
39 // Schemes ---------------------------------------------------------------------
41 // Changes the behavior of SchemeHostPort / Origin to allow non-standard schemes
45 // Android WebView assumes that one URL with a non-standard scheme will be
46 // same-origin to another URL with the same non-standard scheme.
48 // Not thread-safe.
51 // Whether or not SchemeHostPort and Origin allow non-standard schemes.
58 // Adds an application-defined scheme to the internal list of "standard-format"
59 // URL schemes. A standard-format scheme adheres to what RFC 3986 calls "generic
[all …]
/external/rust/crates/h2/src/frame/
Dheaders.rs7 use http::{uri, HeaderMap, Method, Request, StatusCode, Uri};
117 pub fn new(stream_id: StreamId, pseudo: Pseudo, fields: HeaderMap) -> Self { in new()
131 pub fn trailers(stream_id: StreamId, fields: HeaderMap) -> Self { in trailers()
151 pub fn load(head: Head, mut src: BytesMut) -> Result<(Self, BytesMut), Error> { in load()
196 let len = src.len() - pad; in load()
220 ) -> Result<(), Error> { in load_hpack()
224 pub fn stream_id(&self) -> StreamId { in stream_id()
228 pub fn is_end_headers(&self) -> bool { in is_end_headers()
236 pub fn is_end_stream(&self) -> bool { in is_end_stream()
244 pub fn is_over_size(&self) -> bool { in is_over_size()
[all …]
/external/cronet/testing/libfuzzer/fuzzers/dicts/generated/
Djavascript.dict3 # -----------------------------
58 misc_dec=" --"
64 misc_minus=" -"
119 # using v8_script_parser_fuzzer binary and ECMA-262 standard 6.0.
121 "ECMA-404."
153 "'UA-32577963-1']);"
158 "(URI):"
166 "non-extensible"
173 "built-in"
182 "UTF-8."
[all …]
/external/cronet/net/data/gencerts/
D__init__.py3 # Use of this source code is governed by a BSD-style license that can be
59 # - g_tmp_dir: where any temporary files (cert req, signing db etc) are
86 # Use case-insensitive matching for counting duplicates, since some
106 on-disk key."""
137 'Delete the file if you want to re-generate it with the new '
155 return get_or_generate_key(['openssl', 'ecparam', '-name', named_curve,
156 '-genkey'], path)
178 # The name will be used for the subject's CN, and also as a component of
184 # auto-generate one.
188 # self-signed certificate.
[all …]
/external/ktfmt/website/
Dpackage-lock.json8 "clean-css": "^5.1.1",
9 "event-stream": "4.0.1",
11 "monaco-editor": "^0.23.0",
19 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
20 …"integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6e…
25 "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz",
26 …"integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7…
35 "node_modules/acorn-globals": {
37 "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.4.tgz",
38 …"integrity": "sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH…
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/
Dtroubleshooting.md1 ---
4 - /faqs.html
5 - /debugging-playback-issues.html
6 ---
12 * [Why do some MPEG-TS files fail to play?][]
27 ---
38 [network security documentation](https://developer.android.com/training/articles/security-config.ht…
52 [Android's SSL documentation](https://developer.android.com/training/articles/security-ssl#CommonPr…
69 [here](customization.html#enabling-constant-bitrate-seeking).
77 time-to-byte mapping in a header. This mapping allows a player to map a
[all …]
/external/python/asn1crypto/asn1crypto/
Dx509.py1 # coding: utf-8
6 - Attributes()
7 - Certificate()
8 - Extensions()
9 - GeneralName()
10 - GeneralNames()
11 - Name()
81 Equality as defined by https://tools.ietf.org/html/rfc5280#section-7.2
124 class URI(IA5String): class
154 Equality as defined by https://tools.ietf.org/html/rfc5280#section-7.4
[all …]
/external/python/cpython3/Lib/http/
Dserver.py11 ------------------------------
13 This class implements GET and POST requests to cgi-bin scripts.
18 In all cases, the implementation is intentionally naive -- all
22 -- it may execute arbitrary Python code or external programs.
29 - log requests even later (to capture byte count)
30 - log user-agent header and other interesting goodies
31 - send error log to separate file
37 # HTTP Working Group T. Berners-Lee
38 # INTERNET-DRAFT R. T. Fielding
39 # <draft-ietf-http-v10-spec-00.txt> H. Frystyk Nielsen
[all …]
/external/owasp/java-encoder/core/src/main/java/org/owasp/encoder/
DEncode.java43 * Encode -- fluent interface for contextual encoding. Example usage in a JSP:
56 * cross-site scripting vulnerability. Those new to XSS mitigation may find it
120 * <li>The encoding of the greater-than sign ({@code >}) is not
124 * <li>Numeric encoding is used for double-quote character ({@code
127 * <li>Carriage return (U+0D), line-feed (U+0A), horizontal tab
134 * href="http://www.w3.org/TR/REC-xml/#charsets">valid according
137 * | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] |
138 * [#x10000-#x10FFFF]} are considered valid.</li>
196 * <li>Single-quote character ({@code '}) and double-quote
200 * <li>The encoding of the greater-than sign ({@code >}) is not
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/
Dtroubleshooting.md1 ---
4 - /faqs.html
5 - /debugging-playback-issues.html
6 ---
12 * [Why do some MPEG-TS files fail to play?][]
26 ---
37 [network security documentation](https://developer.android.com/training/articles/security-config.ht…
51 [Android's SSL documentation](https://developer.android.com/training/articles/security-ssl#CommonPr…
68 [here](customization.html#enabling-constant-bitrate-seeking).
76 time-to-byte mapping in a header. This mapping allows a player to map a
[all …]
/external/cronet/net/http/
Dtransport_security_state.cc2 // Use of this source code is governed by a BSD-style license that can be
43 #include "third_party/abseil-cpp/absl/types/optional.h"
75 cert_chain->GetPEMEncodedChain(&pem_encoded_chain); in GetPEMEncodedChainAsList()
97 // Formats a time compliant to ISO 8601 in UTC, e.g. "2020-12-31T23:59:59.999Z".
105 "%04d-%02d-%02dT%02d:%02d:%02d.%03dZ", exploded.year, exploded.month, in TimeFormatAsIso8601()
123 report.Set("include-subdomains", pkp_state.include_subdomains); in GetHPKPReport()
124 report.Set("noted-hostname", pkp_state.domain); in GetHPKPReport()
130 report.Set("served-certificate-chain", in GetHPKPReport()
132 report.Set("validated-certificate-chain", in GetHPKPReport()
141 known_pin += "pin-sha256="; in GetHPKPReport()
[all …]
/external/autotest/client/common_lib/
Dutils.py3 # Use of this source code is governed by a BSD-style license that can be
13 # pylint: disable=missing-docstring
69 # pylint: disable=wildcard-import
110 '_-+=>|')
297 if len(data[-1]) == 0:
312 to be a bit different. In 3, .decode() is needed, however in 2 that
321 return data.decode(errors='ignore')
368 return (1 << 32) - (1 << 32-bits)
470 Read a key-value pair format file into a dictionary, and return it.
484 pattern = r'^([-\.\w]+)\{%s\}=(.*)$' % type_tag
[all …]
/external/bazelbuild-rules_go/third_party/
Dorg_golang_x_tools-deletegopls.patch1 diff -urN a/gopls/api-diff/api_diff.go b/gopls/api-diff/api_diff.go
2 --- a/gopls/api-diff/api_diff.go 2000-01-01 00:00:00.000000000 -0000
3 +++ b/gopls/api-diff/api_diff.go 1970-01-01 00:00:00.000000000 +0000
4 @@ -1,89 +0,0 @@
5 -// Copyright 2021 The Go Authors. All rights reserved.
6 -// Use of this source code is governed by a BSD-style
7 -// license that can be found in the LICENSE file.
8 -
9 -//go:build go1.18
10 -// +build go1.18
[all …]
/external/libxml2/
DNEWS12 - xmlCtxtSetErrorHandler
13 - xmlXPathSetErrorHandler
14 - xmlXIncludeSetErrorHandler
16 This makes it possible to register per-context error handlers without
29 to be enabled by passing --with-zlib, --with-lzma or --with-html to
30 configure. In legacy mode (--with-legacy) these options are enabled
42 - htmlDefaultSAXHandler
43 - oldXMLWDcompatibility
44 - xmlDefaultSAXHandler
45 - xmlDefaultSAXLocator
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/
Dpackage-lock.json7 "@babel/code-frame": {
9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz",
10 …"integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUq…
18 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.1.2.tgz",
19 …"integrity": "sha512-IFeSSnjXdhDaoysIlev//UzHZbdEmm7D0EIH2qtse9xK7mXEZQpYjs2P00XlP1qYsYvid79p+Zgg6…
22 "@babel/code-frame": "^7.0.0",
29 "convert-source-map": "^1.1.0",
35 "source-map": "^0.5.0"
40 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.1.3.tgz",
41 …"integrity": "sha512-ZoCZGcfIJFJuZBqxcY9OjC1KW2lWK64qrX1o4UYL3yshVhwKFYgzpWZ0vvtGMNJdTlvkw0W+HR1Vn…
[all …]
/external/aws-sdk-java-v2/services/sagemaker/src/main/resources/codegen-resources/
Dservice-2.json4 "apiVersion":"2017-07-24",
14 "uid":"sagemaker-2017-07-24"
29 …ation, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html\">Amazo…
39 …nformation, see <a href=\"https://aws.amazon.com/answers/account-management/aws-tagging-strategies…
53 …Associates a trial component with a trial. A trial component can be associated with multiple trial…
76 …ation, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html\">Amazo…
126URI addressable object or data. Some examples are the S3 URI of a dataset and the ECR registry pat…
140-series forecasting, non-tabular problem types such as image or text classification, and text gene…
154-series forecasting, non-tabular problem types such as image or text classification, and text gene…
168 …ore, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod.html\">Amazo…
[all …]
/external/python/cpython2/Lib/
Durllib.py8 "HTTP - Hypertext Transfer Protocol", at
12 - RFC1808: the "relative URL" spec. (authoritative status)
13 - RFC1738 - the "URL standard". (authoritative status)
14 - RFC1630 - the "URI spec". (informational status)
43 __version__ = '1.17' # XXX This version is not always updated :-(
47 # Helper for non-unix systems
54 """OS-specific conversion from a relative URL of the 'file' scheme
59 """OS-specific conversion from a file system path to a relative URL
73 """Create a file-like object for the specified URL to read from."""
113 # exception raised when downloaded size does not match content-length
[all …]
/external/perfetto/ui/
Dpnpm-lock.yaml23 '@codemirror/theme-one-dark':
38 '@types/color-convert':
59 '@types/w3c-web-usb':
68 color-convert:
74 devtools-protocol:
89 jsbn-rsa:
95 noice-json-rpc:
104 protobufjs-cli:
119 vega-lite:
124 '@rollup/plugin-commonjs':
[all …]
/external/cronet/third_party/libxml/src/
DNEWS11 Starting with this release, it should be enough to add the --with-legacy
16 libxml2 will now store global variables in thread-local storage if supported
43 - threads: Fix --with-thread-alloc
44 - xinclude: Fix 'last' pointer in xmlXIncludeCopyNode
48 - globals: Deprecate xmlLastError
49 - parser: Deprecate global parser options
50 - win32: Deprecate old Windows build system
54 - parser: Stop switching to ISO-8859-1 on encoding errors
55 - parser: Support encoded external PEs in entity values
56 - string: Fix UTF-8 validation in xmlGetUTF8Char
[all …]
/external/aws-sdk-java-v2/changelogs/
D2.21.x-CHANGELOG.md1 # __2.21.46__ __2023-12-14__
3 - ### Features
4 - Documentation updates for AWS B2B Data Interchange
7 - ### Features
8 - Documentation updates for AWS Control Tower.
11 - ### Features
12- This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provision…
15 - ### Features
16 - Updated endpoint and partition metadata.
19 - ### Bugfixes
[all …]

123