HomeSort by relevance Sort by last modified time
    Searched refs:RFC (Results 1 - 25 of 269) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilts/go/darwin-x86/src/net/http/
status.go 10 StatusContinue = 100 // RFC 7231, 6.2.1
11 StatusSwitchingProtocols = 101 // RFC 7231, 6.2.2
12 StatusProcessing = 102 // RFC 2518, 10.1
14 StatusOK = 200 // RFC 7231, 6.3.1
15 StatusCreated = 201 // RFC 7231, 6.3.2
16 StatusAccepted = 202 // RFC 7231, 6.3.3
17 StatusNonAuthoritativeInfo = 203 // RFC 7231, 6.3.4
18 StatusNoContent = 204 // RFC 7231, 6.3.5
19 StatusResetContent = 205 // RFC 7231, 6.3.6
20 StatusPartialContent = 206 // RFC 7233, 4.
    [all...]
method.go 9 // Unless otherwise noted, these are defined in RFC 7231 section 4.3.
15 MethodPatch = "PATCH" // RFC 5789
  /prebuilts/go/linux-x86/src/net/http/
status.go 10 StatusContinue = 100 // RFC 7231, 6.2.1
11 StatusSwitchingProtocols = 101 // RFC 7231, 6.2.2
12 StatusProcessing = 102 // RFC 2518, 10.1
14 StatusOK = 200 // RFC 7231, 6.3.1
15 StatusCreated = 201 // RFC 7231, 6.3.2
16 StatusAccepted = 202 // RFC 7231, 6.3.3
17 StatusNonAuthoritativeInfo = 203 // RFC 7231, 6.3.4
18 StatusNoContent = 204 // RFC 7231, 6.3.5
19 StatusResetContent = 205 // RFC 7231, 6.3.6
20 StatusPartialContent = 206 // RFC 7233, 4.
    [all...]
method.go 9 // Unless otherwise noted, these are defined in RFC 7231 section 4.3.
15 MethodPatch = "PATCH" // RFC 5789
  /prebuilts/go/darwin-x86/src/mime/
grammar.go 11 // isTSpecial reports whether rune is in 'tspecials' as defined by RFC
12 // 1521 and RFC 2045.
17 // isTokenChar reports whether rune is in 'token' as defined by RFC
18 // 1521 and RFC 2045.
25 // isToken reports whether s is a 'token' as defined by RFC 1521
26 // and RFC 2045.
  /prebuilts/go/linux-x86/src/mime/
grammar.go 11 // isTSpecial reports whether rune is in 'tspecials' as defined by RFC
12 // 1521 and RFC 2045.
17 // isTokenChar reports whether rune is in 'token' as defined by RFC
18 // 1521 and RFC 2045.
25 // isToken reports whether s is a 'token' as defined by RFC 1521
26 // and RFC 2045.
  /external/lisa/tests/eas/
rfc.py 24 TESTS_CONF = os.path.join(TESTS_DIRECTORY, "rfc.config")
26 class RFC(LisaTest):
34 super(RFC, cls).runExperiments(args, kwargs)
  /external/curl/docs/cmdline-opts/
login-options.d 11 RFC 2384, RFC 5092 and IETF draft draft-earhart-url-smtp-00.txt
post301.d 7 Tells curl to respect RFC 7230/6.4.2 and not convert POST requests into GET
8 requests when following a 301 redirection. The non-RFC behaviour is ubiquitous
post302.d 7 Tells curl to respect RFC 7230/6.4.2 and not convert POST requests into GET
8 requests when following a 302 redirection. The non-RFC behaviour is ubiquitous
post303.d 7 Tells curl to respect RFC 7230/6.4.2 and not convert POST requests into GET
8 requests when following a 303 redirection. The non-RFC behaviour is ubiquitous
oauth2-bearer.d 9 The Bearer Token and user name are formatted according to RFC 6750.
sslv2.d 13 considered insecure (see RFC 6176).
sslv3.d 13 considered insecure (see RFC 7568).
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/idna/
idna.go 6 // Applications), defined in RFC 5890, RFC 5891, RFC 5892, RFC 5893 and
7 // RFC 5894.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/idna/
idna.go 6 // Applications), defined in RFC 5890, RFC 5891, RFC 5892, RFC 5893 and
7 // RFC 5894.
  /compatibility/cdd/5_multimedia/
5_7_network-protocols.md 77 <td><a href="https://tools.ietf.org/html/rfc6184">RFC 6184</a></td>
84 <td><a href="https://tools.ietf.org/html/rfc6416">RFC 6416</a></td>
92 <a href="https://tools.ietf.org/html/rfc3551">RFC 3551</a><br/>
93 <a href="https://tools.ietf.org/html/rfc4629">RFC 4629</a><br/>
94 <a href="https://tools.ietf.org/html/rfc2190">RFC 2190</a>
104 <a href="https://tools.ietf.org/html/rfc4629">RFC 4629</a>
114 <a href="https://tools.ietf.org/html/rfc4867">RFC 4867</a>
124 <a href="https://tools.ietf.org/html/rfc4867">RFC 4867</a>
134 <a href="https://tools.ietf.org/html/rfc6416">RFC 6416</a>
143 <td><a href="https://tools.ietf.org/html/rfc3640">RFC 3640</a></td
    [all...]
  /external/libvorbis/doc/
a2-encapsulation-rtp.tex 8 Please consult RFC 5215 \textit{``RTP Payload Format for Vorbis Encoded
  /prebuilts/go/darwin-x86/src/net/mail/
message_test.go 24 // RFC 5322, Appendix A.1.1
90 // RFC 5322, Appendix A.1.1
95 // RFC 5322, Appendix A.6.2
101 // Commonly found format not specified by RFC 5322.
161 // RFC 5322, Appendix A.1.1
169 // RFC 5322, Appendix A.1.2
205 // RFC 5322, Appendix A.1.3
208 // RFC 2047 "Q"-encoded ISO-8859-1 address.
218 // RFC 2047 "Q"-encoded US-ASCII address. Dumb but legal.
228 // RFC 2047 "Q"-encoded UTF-8 address
    [all...]
message.go 8 For the most part, this package follows the syntax as specified by RFC 5322 and
9 extended by RFC 6532.
72 // Generate layouts based on RFC 5322, section 3.3.
78 // "-0700 (MST)" is not in RFC 5322, but is common.
95 // ParseDate parses an RFC 5322 date string.
147 // Parses a single RFC 5322 address, e.g. "Barry Gibbs <bg@example.com>"
157 // An AddressParser is an RFC 5322 address parser.
159 // WordDecoder optionally specifies a decoder for RFC 2047 encoded-words.
163 // Parse parses a single RFC 5322 address of the
175 // String formats the address as a valid RFC 5322 address
    [all...]
  /prebuilts/go/linux-x86/src/net/mail/
message_test.go 24 // RFC 5322, Appendix A.1.1
90 // RFC 5322, Appendix A.1.1
95 // RFC 5322, Appendix A.6.2
101 // Commonly found format not specified by RFC 5322.
161 // RFC 5322, Appendix A.1.1
169 // RFC 5322, Appendix A.1.2
205 // RFC 5322, Appendix A.1.3
208 // RFC 2047 "Q"-encoded ISO-8859-1 address.
218 // RFC 2047 "Q"-encoded US-ASCII address. Dumb but legal.
228 // RFC 2047 "Q"-encoded UTF-8 address
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
url.go 55 // defined in section 3.1 of RFC 3987, and behaves the same as the
62 // Single quote and parens are sub-delims in RFC 3986, but we
66 // the obsolete "mark" rule in an appendix in RFC 3986
72 // Unreserved according to RFC 3986 sec 2.3
85 // Unreserved according to RFC 3986 sec 2.3
  /prebuilts/go/linux-x86/src/html/template/
url.go 55 // defined in section 3.1 of RFC 3987, and behaves the same as the
62 // Single quote and parens are sub-delims in RFC 3986, but we
66 // the obsolete "mark" rule in an appendix in RFC 3986
72 // Unreserved according to RFC 3986 sec 2.3
85 // Unreserved according to RFC 3986 sec 2.3
  /prebuilts/go/darwin-x86/src/crypto/x509/pkix/
pkix.go 15 // AlgorithmIdentifier represents the ASN.1 structure of the same name. See RFC
34 // AttributeTypeAndValue sequences from RFC 2986 (PKCS #10).
40 // Extension represents the ASN.1 structure of the same name. See RFC
116 // attributeTypeAndValue for each of the given values. See RFC 5280, A.1, and
164 // CertificateList represents the ASN.1 structure of the same name. See RFC
178 // TBSCertificateList represents the ASN.1 structure of the same name. See RFC
191 // RevokedCertificate represents the ASN.1 structure of the same name. See RFC
  /prebuilts/go/linux-x86/src/crypto/x509/pkix/
pkix.go 15 // AlgorithmIdentifier represents the ASN.1 structure of the same name. See RFC
34 // AttributeTypeAndValue sequences from RFC 2986 (PKCS #10).
40 // Extension represents the ASN.1 structure of the same name. See RFC
116 // attributeTypeAndValue for each of the given values. See RFC 5280, A.1, and
164 // CertificateList represents the ASN.1 structure of the same name. See RFC
178 // TBSCertificateList represents the ASN.1 structure of the same name. See RFC
191 // RevokedCertificate represents the ASN.1 structure of the same name. See RFC

Completed in 476 milliseconds

1 2 3 4 5 6 7 8 91011