Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/cldr/tools/scripts/tr-archive/
H A 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://[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/cronet/third_party/icu/scripts/
H A 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 …]
H A 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 …]
H A 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
H A 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 …]
H A 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 …]
H A 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 …]
/aosp_15_r20/external/guava/android/guava/src/com/google/common/net/
H A DUrlEscapers.java7 * http://www.apache.org/licenses/LICENSE-2.0
39 static final String URL_FORM_PARAMETER_OTHER_SAFE_CHARS = "-_.*";
42 "-._~" // Unreserved characters.
48 * href="https://url.spec.whatwg.org/#application-x-www-form-urlencoded-percent-encode-set">URL
49 * form parameter names and values</a>. Escaping is performed with the UTF-8 character encoding.
51 …* href="https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-dat…
52 * any unpaired carriage return or line feed characters with a CR+LF pair</a> on any non-file
60 * <li>The special characters ".", "-", "*", and "_" remain the same.
62 * <li>All other characters are converted into one or more bytes using UTF-8 encoding and each
63 * byte is then represented by the 3-character string "%XY", where "XY" is the two-digit,
[all …]
/aosp_15_r20/external/guava/guava/src/com/google/common/net/
H A DUrlEscapers.java7 * http://www.apache.org/licenses/LICENSE-2.0
39 static final String URL_FORM_PARAMETER_OTHER_SAFE_CHARS = "-_.*";
42 "-._~" // Unreserved characters.
48 * href="https://url.spec.whatwg.org/#application-x-www-form-urlencoded-percent-encode-set">URL
49 * form parameter names and values</a>. Escaping is performed with the UTF-8 character encoding.
51 …* href="https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-dat…
52 * any unpaired carriage return or line feed characters with a CR+LF pair</a> on any non-file
60 * <li>The special characters ".", "-", "*", and "_" remain the same.
62 * <li>All other characters are converted into one or more bytes using UTF-8 encoding and each
63 * byte is then represented by the 3-character string "%XY", where "XY" is the two-digit,
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/webencodings/
D__init__.py1 # coding: utf-8
7 This is a Python implementation of the `WHATWG Encoding standard
8 <http://encoding.spec.whatwg.org/>`. See README for details.
25 # Some names in Encoding are not valid Python aliases. Remap these.
27 'iso-8859-8-i': 'iso-8859-8',
28 'x-mac-cyrillic': 'mac-cyrillic',
29 'macintosh': 'mac-roman',
30 'windows-874': 'cp874'}
36 r"""Transform (only) ASCII letters to lower case: A-Z is mapped to a-z.
41 This is used for `ASCII case-insensitive
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/webencodings/
D__init__.py1 # coding: utf-8
7 This is a Python implementation of the `WHATWG Encoding standard
8 <http://encoding.spec.whatwg.org/>`. See README for details.
25 # Some names in Encoding are not valid Python aliases. Remap these.
27 'iso-8859-8-i': 'iso-8859-8',
28 'x-mac-cyrillic': 'mac-cyrillic',
29 'macintosh': 'mac-roman',
30 'windows-874': 'cp874'}
36 r"""Transform (only) ASCII letters to lower case: A-Z is mapped to a-z.
41 This is used for `ASCII case-insensitive
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/webencodings/
D__init__.py1 # coding: utf-8
7 This is a Python implementation of the `WHATWG Encoding standard
8 <http://encoding.spec.whatwg.org/>`. See README for details.
25 # Some names in Encoding are not valid Python aliases. Remap these.
27 'iso-8859-8-i': 'iso-8859-8',
28 'x-mac-cyrillic': 'mac-cyrillic',
29 'macintosh': 'mac-roman',
30 'windows-874': 'cp874'}
36 r"""Transform (only) ASCII letters to lower case: A-Z is mapped to a-z.
41 This is used for `ASCII case-insensitive
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/webencodings/
D__init__.py1 # coding: utf-8
7 This is a Python implementation of the `WHATWG Encoding standard
8 <http://encoding.spec.whatwg.org/>`. See README for details.
25 # Some names in Encoding are not valid Python aliases. Remap these.
27 'iso-8859-8-i': 'iso-8859-8',
28 'x-mac-cyrillic': 'mac-cyrillic',
29 'macintosh': 'mac-roman',
30 'windows-874': 'cp874'}
36 r"""Transform (only) ASCII letters to lower case: A-Z is mapped to a-z.
41 This is used for `ASCII case-insensitive
[all …]
/aosp_15_r20/external/rust/android-crates-io/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
62 /// This is similar to [percent-encode sets](https://url.spec.whatwg.org/#percent-encoded-bytes).
69 /// /// https://url.spec.whatwg.org/#fragment-percent-encode-set
83 /// Called with UTF-8 bytes rather than code points.
[all …]
/aosp_15_r20/external/ktfmt/website/
H A Dpackage-lock.json8 "clean-css": "^5.1.1",
9 "event-stream": "4.0.1",
11 "monaco-editor": "^0.23.0",
20 "resolved": "https://registry.npmjs.org/@gulpjs/messages/-/messages-1.1.0.tgz",
21 …"integrity": "sha512-Ys9sazDatyTgZVb4xPlDufLweJ/Os2uHWOv+Caxvy2O85JcnT4M3vc73bi8pdLWlv3fdWQz3pdI9t…
27 "node_modules/@gulpjs/to-absolute-glob": {
29 … "resolved": "https://registry.npmjs.org/@gulpjs/to-absolute-glob/-/to-absolute-glob-4.0.0.tgz",
30 …"integrity": "sha512-kjotm7XJrJ6v+7knhPaRgaT6q8F8K2jiafwYdNHLzmV0uGLuZY43FK6smNSHUPrhq5kX2slCUy+RG…
33 "is-negated-glob": "^1.0.0"
41 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
[all …]
/aosp_15_r20/external/grpc-grpc/doc/
H A 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 …]
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Droundtrip_js.go2 // Use of this source code is governed by a BSD-style
23 // Valid values are: "cors", "no-cors", "same-origin", "navigate"
24 // The default is "same-origin".
26 // Reference: https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch#Para…
31 // Valid values are: "omit", "same-origin", "include"
32 // The default is "same-origin".
34 // Reference: https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch#Para…
42 // Reference: https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch#Para…
59 // RoundTrip implements the [RoundTripper] interface using the WHATWG Fetch API.
65 // the contract and dial using the regular round-trip instead. Otherwise, we'll try
[all …]
Dsniff.go2 // Use of this source code is governed by a BSD-style
9 "encoding/binary"
16 // at https://mimesniff.spec.whatwg.org/ to determine the
17 // Content-Type of the given data. It considers at most the
20 // returns "application/octet-stream".
26 // Index of the first non-whitespace byte in data.
37 return "application/octet-stream" // fallback
41 // as defined in https://mimesniff.spec.whatwg.org/#terminology.
50 // isTT reports whether the provided byte is a tag-terminating byte (0xTT)
51 // as defined in https://mimesniff.spec.whatwg.org/#terminology.
[all …]
/aosp_15_r20/external/cronet/url/third_party/mozilla/
H A Durl_parse.h2 // Use of this source code is governed by a BSD-style license that can be
17 // (https://url.spec.whatwg.org/#is-special) and parsing URLs which are not
21 // - Special URLs: "https://host/path", "ftp://host/path"
22 // - Non Special URLs: "about:blank", "data:xxx", "git://host/path"
25 // Component ------------------------------------------------------------------
29 Component() : begin(0), len(-1) {} in Component()
49 len = -1; in reset()
64 int len; // Will be -1 if the component is unspecified.
72 // points. The ending point is non-inclusive.
74 return Component(begin, end - begin); in MakeRange()
[all …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/brotli/fetch-spec/
H A 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 …]
/aosp_15_r20/external/cronet/third_party/icu/
H A DREADME.chromium2 URL: https://github.com/unicode-org/icu
3 Version: 74-2
4 CPEPrefix: cpe:/a:icu-project:international_components_for_unicode:74.2
15 1. Run "scripts/update.sh <version>" (e.g. 74-2).
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 …]
/aosp_15_r20/external/owasp/java-encoder/core/src/test/resources/org/owasp/encoder/
Dbenchmark-data-2.txt5 "force-async"
6 "parser-inserted"
7 "ready to be parser-executed"
25 :in-range
30 :out-of-range
31 :read-only
32 :read-write
40 <code title="">application/x-www-form-urlencoded</code> encoding\n algorithm
41 <code title="">application/x-www-form-urlencoded</code> encoding\n algorithm
59 <code title="">multipart/form-data</code> boundary string
[all …]
/aosp_15_r20/external/python/cpython3/Lib/urllib/
Dparse.py5 RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding
12 Berners-Lee, R. Fielding, and L. Masinter, August 1998.
19 RFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M.
29 The WHATWG URL Parser spec should also be considered. We are not compliant with
69 # compatibility. (They are undocumented, but have a public-looking name.)
85 '+-.')
87 # Leading and trailing C0 control and space to be stripped per WHATWG spec.
91 # Unsafe bytes to be removed per WHATWG spec
102 # decoding and encoding. If valid use cases are
103 # presented, we may relax this by using latin-1
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/urllib/
Dparse.py5 RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding
12 Berners-Lee, R. Fielding, and L. Masinter, August 1998.
19 RFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M.
29 The WHATWG URL Parser spec should also be considered. We are not compliant with
69 # compatibility. (They are undocumented, but have a public-looking name.)
85 '+-.')
87 # Leading and trailing C0 control and space to be stripped per WHATWG spec.
91 # Unsafe bytes to be removed per WHATWG spec
102 # decoding and encoding. If valid use cases are
103 # presented, we may relax this by using latin-1
[all …]

1234567