Home
last modified time | relevance | path

Searched +full:whatwg +full:- +full:encoding (Results 1 – 25 of 111) sorted by relevance

12345

/external/cronet/third_party/icu/scripts/
Deucjp_gen.sh3 # Use of this source code is governed by a BSD-style license that can be
7 # https://encoding.spec.whatwg.org/#euc-jp
8 # https://legacy-encoding.sourceforge.jp/wiki/index.php?cp51932
9 # https://www.iana.org/assignments/charset-reg/CP51932
10 # Table 3-64 in CJKV Information Processing 2/e.
13 # and save the result to euc-jp-html5.ucm
14 # https://encoding.spec.whatwg.org/index-jis0208.txt
15 # https://encoding.spec.whatwg.org/index-jis0212.txt
21 # * Copyright (C) 1995-2014, International Business Machines
24 # * Generated per the algorithm for EUC-JP
[all …]
Dsjis_gen.sh3 # Use of this source code is governed by a BSD-style license that can be
7 # https://encoding.spec.whatwg.org/#shift_jis
10 # and save the result to euc-jp-html5.ucm
11 # https://encoding.spec.whatwg.org/index-jis0208.txt
17 # * Copyright (C) 1995-2014, International Business Machines
21 # * described at https://encoding.spec.whatwg.org/#shift_jis
24 <code_set_name> "shift_jis-html5"
32 <icu:state> 0-80, 81-9f:1, a1-df, e0-fc:1, 82:3, 84:4, 85-86:2, 87:5, 88:2, 98:6,…
34 <icu:state> 40-7e, 80-fc
35 <icu:state> 80-fc
[all …]
Dibm866_gen.sh3 # Use of this source code is governed by a BSD-style license that can be
7 # http://encoding.spec.whatwg.org/#single-byte-decoder
10 # and save the result to ibm-866_html5-2012.ucm
11 # http://encoding.spec.whatwg.org/index-ibm866.txt )
16 # * Generated from index-ibm866.txt (
17 # * http://encoding.spec.whatwg.org/index-ibm866.txt )
18 # * following the algorithm for the single byte legacy encoding
19 # * described at http://encoding.spec.whatwg.org/#single-byte-decoder
22 <code_set_name> "ibm-866_html5-2012"
38 index-ibm866.txt | sort
Deuckr_gen.sh3 # Use of this source code is governed by a BSD-style license that can be
7 # https://encoding.spec.whatwg.org/#euc-kr
10 # https://encoding.spec.whatwg.org/index-euc-kr.txt
16 # * Copyright (C) 1995-2015, International Business Machines
19 # * Generated per the algorithm for EUC-KR
20 # * described at http://encoding.spec.whatwg.org/#euc-kr
23 <code_set_name> "euc-kr-html"
30 # 81-fe in states 2 and 3 can be tigher and a1-fe, but
31 # to be compliant to HTML5 spec, it should be 81-fe.
32 <icu:state> 0-7f, 81-c5:1, c6:2, c7-fe:3
[all …]
Dsingle_byte_gen.sh3 # Use of this source code is governed by a BSD-style license that can be
8 encoding="$1"
12 # * Generated from index-$encoding.txt (
13 # * https://encoding.spec.whatwg.org/index-${encoding}.txt )
14 # * following the algorithm for the single byte legacy encoding
15 # * described at http://encoding.spec.whatwg.org/#single-byte-decoder
18 <code_set_name> "${encoding}-html"
31 # The list of html5 encodings. Note that iso-8859-8-i is not listed here
32 # because its mapping table is exactly the same as iso-8859-8. The difference
34 encodings="ibm866 iso-8859-2 iso-8859-3 iso-8859-4 iso-8859-5 iso-8859-6\
[all …]
Dbig5_gen.sh3 # Use of this source code is governed by a BSD-style license that can be
7 # https://encoding.spec.whatwg.org/#big5
10 # https://encoding.spec.whatwg.org/index-big5.txt
16 # * Copyright (C) 1995-2014, International Business Machines
20 # * described at http://encoding.spec.whatwg.org/#big5
23 <code_set_name> "big5-html"
31 # 'p' is for the range that may produce non-BMP code points.
35 # encoding spec. Each state adds 1kB in the data size.
36 # See http://userguide.icu-project.org/conversion/data.
37 <icu:state> 0-7f, a1-fe:1, 87-a0:2, c8:2, fa-fe:2, 87:3, 89:4, 8a:5, 8b:6, 8d:7, …
[all …]
/external/cldr/tools/scripts/tr-archive/
Dpackage-lock.json2 "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://git@github.com/not-dalia/gfm-toc.git#68f2db628606366b51b51a071c8bb87f490575…
25 "escape-html": "^1.0.3",
30 "gfm-toc": "bin/gfm-toc"
[all …]
/external/grpc-grpc/doc/
DPROTOCOL-WEB.md3 gRPC-Web provides a JS client library that supports the same API
4 as gRPC-Node to access a gRPC service. Due to browser limitation,
6 [native gRPC protocol](PROTOCOL-HTTP2.md).
13 [native gRPC protocol](PROTOCOL-HTTP2.md).
17 For the gRPC-Web protocol, we have decided on the following design goals:
22 * support text streams (e.g. base64) in order to provide cross-browser
23 support (e.g. IE-10)
26 intend to keep the protocol as an internal detail to gRPC-Web.
30 web-specific features such as CORS, XSRF
31 * become optional (in 1-2 years) when browsers are able to speak the native
[all …]
/external/brotli/fetch-spec/
Dshared-brotli-fetch-spec.txt6 (https://fetch.spec.whatwg.org/).
17 mechanisms are used. A dictionary can be a pre-made static dictionary, but does not
22 at https://fetch.spec.whatwg.org/:
24 Additions to `4.5. HTTP-network-or-cache fetch`
28 If the recursive-sbr flag is enabled, `Accept-Encoding` may not contain `sbr`
29 [NOTE-BOX] When sbr can be used, it is possible to add a header Available-Dict
33 Additions to `4.6. HTTP-network fetch`
38 `Content-Encoding` and response’s header list.
40 1. If the header list does not contain `Sbr-Dict`, return a network error
42 `Sbr-Dict` and response’s header list.
[all …]
/external/guava/android/guava/src/com/google/common/net/
DUrlEscapers.java7 * http://www.apache.org/licenses/LICENSE-2.0
39 static final String URL_FORM_PARAMETER_OTHER_SAFE_CHARS = "-_.*";
42 "-._~" // Unreserved characters.
49 * with the UTF-8 character encoding. The caller is responsible for <a
51 * with a CR+LF pair</a> on any non-file inputs before escaping them with this escaper.
58 * <li>The special characters ".", "-", "*", and "_" remain the same.
60 * <li>All other characters are converted into one or more bytes using UTF-8 encoding and each
61 * byte is then represented by the 3-character string "%XY", where "XY" is the two-digit,
66 * href="https://goo.gl/utn6M">using the non-standard semicolon</a>, rather than the ampersand, as
71 * href="https://url.spec.whatwg.org/#percent-encode">uppercase</a> hexadecimal sequences.
[all …]
/external/guava/guava/src/com/google/common/net/
DUrlEscapers.java7 * http://www.apache.org/licenses/LICENSE-2.0
39 static final String URL_FORM_PARAMETER_OTHER_SAFE_CHARS = "-_.*";
42 "-._~" // Unreserved characters.
49 * with the UTF-8 character encoding. The caller is responsible for <a
51 * with a CR+LF pair</a> on any non-file inputs before escaping them with this escaper.
58 * <li>The special characters ".", "-", "*", and "_" remain the same.
60 * <li>All other characters are converted into one or more bytes using UTF-8 encoding and each
61 * byte is then represented by the 3-character string "%XY", where "XY" is the two-digit,
66 * href="https://goo.gl/utn6M">using the non-standard semicolon</a>, rather than the ampersand, as
71 * href="https://url.spec.whatwg.org/#percent-encode">uppercase</a> hexadecimal sequences.
[all …]
/external/cronet/net/url_request/
Dredirect_util.cc2 // Use of this source code is governed by a BSD-style license that can be
35 request_headers->RemoveHeader(key); in UpdateHttpRequest()
44 // See https://fetch.spec.whatwg.org/#origin-header in UpdateHttpRequest()
48 request_headers->RemoveHeader(HttpRequestHeaders::kOrigin); in UpdateHttpRequest()
52 request_headers->RemoveHeader(HttpRequestHeaders::kContentLength); in UpdateHttpRequest()
54 // These are "request-body-headers" and should be removed on redirects that in UpdateHttpRequest()
56 // https://fetch.spec.whatwg.org/ in UpdateHttpRequest()
57 request_headers->RemoveHeader(HttpRequestHeaders::kContentType); in UpdateHttpRequest()
58 request_headers->RemoveHeader("Content-Encoding"); in UpdateHttpRequest()
59 request_headers->RemoveHeader("Content-Language"); in UpdateHttpRequest()
[all …]
/external/rust/crates/percent-encoding/src/
Dlib.rs1 // Copyright 2013-2016 The rust-url developers.
3 // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
4 // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
5 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
13 //! Percent encoding replaces reserved characters with the `%` escape character
17 //! When encoding, the set of characters that can (and should, for readability) be left alone
34 //! /// https://url.spec.whatwg.org/#fragment-percent-encode-set
58 /// This is similar to [percent-encode sets](https://url.spec.whatwg.org/#percent-encoded-bytes).
65 /// /// https://url.spec.whatwg.org/#fragment-percent-encode-set
79 /// Called with UTF-8 bytes rather than code points.
[all …]
/external/cronet/third_party/icu/
DREADME.chromium2 URL: https://github.com/unicode-org/icu
3 Version: 73-1
4 CPEPrefix: cpe:/a:icu-project:international_components_for_unicode:73.1
15 1. Run "scripts/update.sh <version>" (e.g. 73-1).
17 It does preserve Chrome-specific build files and
30 Pre-built data files are generated and checked in with the following steps
43 ${CHROME_ICU_TREE_TOP}/source/runConfigureICU Linux --disable-layout --disable-tests
55 This copies the ICU data files for non-Android platforms
61 vii) Repeat step iii) - vi) for chromeos to produce chromeos/icudtl.dat
66 ix) Repeat step iii) - vi) for cast, andriod and ios to produce
[all …]
/external/cronet/url/third_party/mozilla/
Durl_parse.h2 // Use of this source code is governed by a BSD-style license that can be
15 // (https://url.spec.whatwg.org/#is-special) and parsing URLs which are not
19 // - Special URLs: "https://host/path", "ftp://host/path"
20 // - Non Special URLs: "about:blank", "data:xxx", "git://host/path"
23 // Component ------------------------------------------------------------------
27 Component() : begin(0), len(-1) {} in Component()
47 len = -1; in reset()
55 int len; // Will be -1 if the component is unspecified.
63 // points. The ending point is non-inclusive.
65 return Component(begin, end - begin); in MakeRange()
[all …]
/external/rust/crates/form_urlencoded/src/
Dlib.rs1 // Copyright 2013-2016 The rust-url developers.
3 // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
4 // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
5 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
9 //! Parser and serializer for the [`application/x-www-form-urlencoded` syntax](
10 //! http://url.spec.whatwg.org/#application/x-www-form-urlencoded),
20 /// Convert a byte string in the `application/x-www-form-urlencoded` syntax
25 /// The names and values are percent-decoded. For instance, `%23first=%25try%25` will be
28 pub fn parse(input: &[u8]) -> Parse<'_> { in parse()
40 fn next(&mut self) -> Option<Self::Item> { in next()
[all …]
/external/curl/docs/
DURL-SYNTAX.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
14 - [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) (although URL is called
16 - [The WHATWG URL Specification](https://url.spec.whatwg.org/)
21 The WHATWG URL spec was written later, is incompatible with the RFC 3986 and
28 interpretations and the moving nature of the WHATWG spec does however make it
68 inter-operate better with URLs that appear in the wild.
77 is a violation of RFC 3986 but is fine in the WHATWG spec. curl handles these
78 by re-encoding them to `%20`.
[all …]
/external/cronet/third_party/icu/source/data/mappings/
Diso-8859-6-html.ucm3 # * Generated from index-iso-8859-6.txt (
4 # * https://encoding.spec.whatwg.org/index-iso-8859-6.txt )
5 # * following the algorithm for the single byte legacy encoding
6 # * described at http://encoding.spec.whatwg.org/#single-byte-decoder
9 <code_set_name> "iso-8859-6-html"
Diso-8859-8-html.ucm3 # * Generated from index-iso-8859-8.txt (
4 # * https://encoding.spec.whatwg.org/index-iso-8859-8.txt )
5 # * following the algorithm for the single byte legacy encoding
6 # * described at http://encoding.spec.whatwg.org/#single-byte-decoder
9 <code_set_name> "iso-8859-8-html"
Diso-8859-2-html.ucm3 # * Generated from index-iso-8859-2.txt (
4 # * https://encoding.spec.whatwg.org/index-iso-8859-2.txt )
5 # * following the algorithm for the single byte legacy encoding
6 # * described at http://encoding.spec.whatwg.org/#single-byte-decoder
9 <code_set_name> "iso-8859-2-html"
Diso-8859-16-html.ucm3 # * Generated from index-iso-8859-16.txt (
4 # * https://encoding.spec.whatwg.org/index-iso-8859-16.txt )
5 # * following the algorithm for the single byte legacy encoding
6 # * described at http://encoding.spec.whatwg.org/#single-byte-decoder
9 <code_set_name> "iso-8859-16-html"
Diso-8859-15-html.ucm3 # * Generated from index-iso-8859-15.txt (
4 # * https://encoding.spec.whatwg.org/index-iso-8859-15.txt )
5 # * following the algorithm for the single byte legacy encoding
6 # * described at http://encoding.spec.whatwg.org/#single-byte-decoder
9 <code_set_name> "iso-8859-15-html"
/external/python/cpython3/Doc/library/
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
59 ... "highlight=params#url-parsing")
63 query='highlight=params', fragment='url-parsing')
107 +------------------+-------+-------------------------+------------------------+
111 +------------------+-------+-------------------------+------------------------+
113 +------------------+-------+-------------------------+------------------------+
115 +------------------+-------+-------------------------+------------------------+
[all …]
/external/rust/crates/url/
DCargo.toml.orig6 authors = ["The rust-url developers"]
8 description = "URL library for Rust, based on the WHATWG URL Standard"
10 repository = "https://github.com/servo/rust-url"
13 categories = ["parser-implementations", "web-programming", "encoding"]
14 license = "MIT OR Apache-2.0"
15 include = ["src/**/*", "LICENSE-*", "README.md", "tests/**"]
17 rust-version = "1.51"
20 travis-ci = { repository = "servo/rust-url" }
21 appveyor = { repository = "Manishearth/rust-url" }
23 [dev-dependencies]
[all …]
DCargo.toml14 rust-version = "1.51"
17 authors = ["The rust-url developers"]
20 "LICENSE-*",
24 description = "URL library for Rust, based on the WHATWG URL Standard"
32 "parser-implementations",
33 "web-programming",
34 "encoding",
36 license = "MIT OR Apache-2.0"
37 repository = "https://github.com/servo/rust-url"
43 required-features = ["debugger_visualizer"]
[all …]

12345