Home
last modified time | relevance | path

Searched refs:rfc (Results 1 – 25 of 201) sorted by relevance

123456789

/external/python/cpython3/Doc/library/
Dhttp.rst62 ``100`` ``CONTINUE`` HTTP/1.1 :rfc:`7231`, Section 6.2.1
63 ``101`` ``SWITCHING_PROTOCOLS`` HTTP/1.1 :rfc:`7231`, Section 6.2.2
64 ``102`` ``PROCESSING`` WebDAV :rfc:`2518`, Section 10.1
65 ``200`` ``OK`` HTTP/1.1 :rfc:`7231`, Section 6.3.1
66 ``201`` ``CREATED`` HTTP/1.1 :rfc:`7231`, Section 6.3.2
67 ``202`` ``ACCEPTED`` HTTP/1.1 :rfc:`7231`, Section 6.3.3
68 ``203`` ``NON_AUTHORITATIVE_INFORMATION`` HTTP/1.1 :rfc:`7231`, Section 6.3.4
69 ``204`` ``NO_CONTENT`` HTTP/1.1 :rfc:`7231`, Section 6.3.5
70 ``205`` ``RESET_CONTENT`` HTTP/1.1 :rfc:`7231`, Section 6.3.6
71 ``206`` ``PARTIAL_CONTENT`` HTTP/1.1 :rfc:`7233`, Section 4.1
[all …]
Demail.header.rst19 :rfc:`2822` is the base standard that describes the format of email messages.
20 It derives from the older :rfc:`822` standard which came into widespread use at
21 a time when most email was composed of ASCII characters only. :rfc:`2822` is a
29 :rfc:`2822`\ -compliant format. These RFCs include :rfc:`2045`, :rfc:`2046`,
30 :rfc:`2047`, and :rfc:`2231`. The :mod:`email` package supports these standards
54 field was properly :rfc:`2047` encoded. MIME-aware mail readers would show this
84 Optional *continuation_ws* must be :rfc:`2822`\ -compliant folding
110 In either case, when producing an :rfc:`2822`\ -compliant header using
111 :rfc:`2047` rules, the string will be encoded using the output codec of
Dhttp.cookiejar.rst20 :rfc:`2965` are handled. RFC 2965 handling is switched off by default.
21 :rfc:`2109` cookies are parsed as Netscape cookies and subsequently treated
91 Netscape and :rfc:`2965` cookies. By default, :rfc:`2109` cookies (ie. cookies
103 This class represents Netscape, :rfc:`2109` and :rfc:`2965` cookies. It is not
119 https://curl.haxx.se/rfc/cookie_spec.html
125 :rfc:`2109` - HTTP State Management Mechanism
126 Obsoleted by :rfc:`2965`. Uses :mailheader:`Set-Cookie` with version=1.
128 :rfc:`2965` - HTTP State Management Mechanism
133 Unfinished errata to :rfc:`2965`.
135 :rfc:`2964` - Use of HTTP State Management
[all …]
Demail.utils.rst32 Returns a string suitable for an :rfc:`2822`\ -compliant
78 Optional *charset* is the character set that will be used in the :rfc:`2047`
105 Attempts to parse a date according to the rules in :rfc:`2822`. however, some
107 guess correctly in such cases. *date* is a string containing an :rfc:`2822`
147 Returns a date string as per :rfc:`2822`, e.g.::
182 Decode the string *s* according to :rfc:`2231`.
187 Encode the string *s* according to :rfc:`2231`. Optional *charset* and
195 When a header parameter is encoded in :rfc:`2231` format,
202 :rfc:`2231` header is not known by Python; it defaults to ``'us-ascii'``.
210 Decode parameters list according to :rfc:`2231`. *params* is a sequence of
[all …]
Dquopri.rst16 defined in :rfc:`1521`: "MIME (Multipurpose Internet Mail Extensions) Part One:
29 described in :rfc:`1522`: "MIME (Multipurpose Internet Mail Extensions)
42 as per :rfc:`1521`. *header* is a flag which controls if spaces are encoded
43 as underscores as per :rfc:`1522`.
Demail.rst17 (:rfc:`2821`), NNTP, or other servers; those are functions of modules such as
19 RFC-compliant as possible, supporting :rfc:`5233` and :rfc:`6532`, as well as
20 such MIME-related RFCs as :rfc:`2045`, :rfc:`2046`, :rfc:`2047`, :rfc:`2183`,
21 and :rfc:`2231`.
Dhttp.cookies.rst20 :rfc:`2109` and :rfc:`2068` specifications. It has since been discovered that
42 Exception failing because of :rfc:`2109` invalidity: incorrect attributes,
67 :rfc:`2109` - HTTP State Management Mechanism
127 Abstract a key/value pair, which has some :rfc:`2109` attributes.
130 :rfc:`2109` attributes, which are
210 valid :rfc:`2109` attribute.
226 Raise an error if key is not a valid :rfc:`2109` attribute, otherwise
Demail.headerregistry.rst85 non-ASCII data will be :rfc:`2047` encoded.
121 An "unstructured" header is the default type of header in :rfc:`5322`.
126 In :rfc:`5322`, an unstructured header is a run of arbitrary text in the
127 ASCII character set. :rfc:`2047`, however, has an :rfc:`5322` compatible
131 into unicode, following the :rfc:`2047` rules for unstructured text. The
141 :rfc:`5322` specifies a very specific format for dates within email headers.
161 ``datetime`` according to the :rfc:`5322` rules; that is, it is set to::
244 per :rfc:`2045`, then the header object will have non-``None`` values for
304 ``quoted-printable``. See :rfc:`2045` for more information.
380 :rfc:`5322`.
[all …]
Dbase64.rst19 :rfc:`3548`, which defines the Base16, Base32, and Base64 algorithms,
22 The :rfc:`3548` encodings are suitable for encoding binary data so that it can
31 defined in :rfc:`3548` (normal, and URL- and filesystem-safe) are supported.
36 newlines every 76 characters as per :rfc:`2045`. Note that if you are looking
37 for :rfc:`2045` support you probably want to be looking at the :mod:`email`
127 :rfc:`3548` allows for optional mapping of the digit 0 (zero) to the letter O
252 always ends with a newline, as per :rfc:`2045` (MIME).
260 there is a trailing newline, as per :rfc:`2045` (MIME).
287 …:rfc:`1521` - MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Specifying and…
Duuid.rst1 :mod:`uuid` --- UUID objects according to :rfc:`4122`
15 generating version 1, 3, 4, and 5 UUIDs as specified in :rfc:`4122`.
68 variant and version number set according to :rfc:`4122`, overriding bits in the
131 The UUID as a URN as specified in :rfc:`4122`.
162 set to 1 as recommended in :rfc:`4122`. "Hardware address" means the MAC
244 Specifies the UUID layout given in :rfc:`4122`.
259 :rfc:`4122` - A Universally Unique IDentifier (UUID) URN Namespace
/external/openssh/regress/
Dkeygen-convert.sh13 ${SSHKEYGEN} -q -e -f $OBJ/$t-key >$OBJ/$t-key-rfc || \
17 ${SSHKEYGEN} -q -e -f $OBJ/$t-key.pub >$OBJ/$t-key-rfc.pub || \
20 cmp $OBJ/$t-key-rfc $OBJ/$t-key-rfc.pub || \
24 ${SSHKEYGEN} -q -i -f $OBJ/$t-key-rfc >$OBJ/$t-rfc-imported || \
28 cmp $OBJ/$t-key-nocomment.pub $OBJ/$t-rfc-imported || \
31 rm -f $OBJ/$t-key $OBJ/$t-key.pub $OBJ/$t-key-rfc $OBJ/$t-key-rfc.pub \
32 $OBJ/$t-rfc-imported $OBJ/$t-key-nocomment.pub
/external/cldr/specs/rfc/
Ddraft-davis-t-langtag-ext.css18 rfc:before {
24 rfc>front title {
31 rfc>front author:before {
38 rfc>front organization {
42 rfc>front address {
47 rfc>front email { display: block; }
48 rfc>front uri { display: block; }
50 rfc>front date:before {
57 rfc>front area:before { content: "Area: "; }
58 rfc>front area:after { content: "; "; }
[all …]
Drfc2629.xslt32 Support ?rfc editing processing instruction.
44 Experimental support for rfc-issue PI.
48 Support rfc private PI. Removed bogus code reporting the WG in the header.
279 non-standard whitespace handling). Fix default handling for /rfc/@category.
327 <!-- rfc compact PI -->
331 translate(/processing-instruction('rfc')[contains(.,'compact=')], '&quot; ', ''),
335 <!-- rfc footer PI -->
339 translate(/processing-instruction('rfc')[contains(.,'footer=')], '&quot; ', ''),
343 <!-- rfc header PI -->
347 translate(/processing-instruction('rfc')[contains(.,'header=')], '&quot; ', ''),
[all …]
/external/python/cpython2/Doc/library/
Demail.header.rst8 :rfc:`2822` is the base standard that describes the format of email messages.
9 It derives from the older :rfc:`822` standard which came into widespread use at
10 a time when most email was composed of ASCII characters only. :rfc:`2822` is a
18 :rfc:`2822`\ -compliant format. These RFCs include :rfc:`2045`, :rfc:`2046`,
19 :rfc:`2047`, and :rfc:`2231`. The :mod:`email` package supports these standards
43 field was properly :rfc:`2047` encoded. MIME-aware mail readers would show this
75 Optional *continuation_ws* must be :rfc:`2822`\ -compliant folding whitespace,
100 producing an :rfc:`2822`\ -compliant header using :rfc:`2047` rules, the
114 split long ASCII lines on, in rough support of :rfc:`2822`'s *highest
115 level syntactic breaks*. This doesn't affect :rfc:`2047` encoded lines.
Demail.util.rst58 Attempts to parse a date according to the rules in :rfc:`2822`. however, some
60 guess correctly in such cases. *date* is a string containing an :rfc:`2822`
86 Returns a date string as per :rfc:`2822`, e.g.::
109 Returns a string suitable for an :rfc:`2822`\ -compliant
116 Decode the string *s* according to :rfc:`2231`.
121 Encode the string *s* according to :rfc:`2231`. Optional *charset* and
129 When a header parameter is encoded in :rfc:`2231` format,
136 :rfc:`2231` header is not known by Python; it defaults to ``us-ascii``.
144 Decode parameters list according to :rfc:`2231`. *params* is a sequence of
164 the POSIX standard while this module follows :rfc:`2822`.
Drfc822.rst16 message" as defined by the Internet standard :rfc:`2822`. [#]_ Such messages
18 also defines a helper class :class:`AddressList` for parsing :rfc:`2822`
20 :rfc:`2822` messages.
62 parameter, a comma-separated list of :rfc:`2822` addresses to be parsed. (The
97 Attempts to parse a date according to the rules in :rfc:`2822`. however, some
99 guess correctly in such cases. *date* is a string containing an :rfc:`2822`
114 while this module follows :rfc:`2822`.) If the input string has no timezone,
157 to index it) if the line is a legal :rfc:`2822` header; otherwise returns
351 .. [#] This module originally conformed to :rfc:`822`, hence the name. Since then,
352 :rfc:`2822` has been released as an update to :rfc:`822`. This module should be
[all …]
Demail.errors.rst26 Raised under some error conditions when parsing the :rfc:`2822` headers of a
32 first :rfc:`2822` header of the message, finding a continuation line before the
33 first :rfc:`2822` header is found, or finding a line in the headers which is
39 Raised under some error conditions when parsing the :rfc:`2822` headers of a
Dquopri.rst17 defined in :rfc:`1521`: "MIME (Multipurpose Internet Mail Extensions) Part One:
31 "Q"-encoded headers as described in :rfc:`1522`: "MIME (Multipurpose Internet
43 and tabs appearing at the end of lines are always encoded, as per :rfc:`1521`.
Dcookie.rst24 :rfc:`2109` and :rfc:`2068` specifications. It has since been discovered that
43 Exception failing because of :rfc:`2109` invalidity: incorrect attributes,
98 :rfc:`2109` - HTTP State Management Mechanism
162 Abstract a key/value pair, which has some :rfc:`2109` attributes.
165 :rfc:`2109` attributes, which are
Durlparse.rst65 Following the syntax specifications in :rfc:`1808`, urlparse recognizes
190 of the URL (see :rfc:`2396`) is wanted. A separate function is needed to
279 :rfc:`3986` - Uniform Resource Identifiers
285 :rfc:`2732` - Format for Literal IPv6 Addresses in URL's.
288 :rfc:`2396` - Uniform Resource Identifiers (URI): Generic Syntax
292 :rfc:`2368` - The mailto URL scheme.
295 :rfc:`1808` - Relative Uniform Resource Locators
300 :rfc:`1738` - Uniform Resource Locators (URL)
Demail.rst15 MIME and other :rfc:`2822`\ -based message documents. It subsumes most of the
19 messages to SMTP (:rfc:`2821`), NNTP, or other servers; those are functions of
22 :rfc:`2822`, such MIME-related RFCs as :rfc:`2045`, :rfc:`2046`, :rfc:`2047`,
23 and :rfc:`2231`.
121 * Fixes have been added for :rfc:`2231` support which can change some of the
346 .. [#] Delivery Status Notifications (DSN) are defined in :rfc:`1894`.
/external/brotli/scripts/dictionary/
Dstep-01-download-rfc.py13 with open(path, "w") as rfc:
14 rfc.write(text)
Dstep-02-rfc-to-bin.py10 with open(rfc_path, "r") as rfc:
11 lines = rfc.readlines()
/external/zopfli/
DREADME15 http://www.ietf.org/rfc/rfc1951.txt
17 http://www.ietf.org/rfc/rfc1950.txt
19 http://www.ietf.org/rfc/rfc1952.txt
/external/python/cpython2/Lib/
DDocXMLRPCServer.py47 all, scheme, rfc, pep, selfdot, name = match.groups()
51 elif rfc:
52 url = 'http://www.rfc-editor.org/rfc/rfc%d.txt' % int(rfc)

123456789