Searched refs:BASE64 (Results 1 – 15 of 15) sorted by relevance
/third_party/python/Lib/email/ |
D | charset.py | 24 BASE64 = 2 # Base64 variable 57 'big5': (BASE64, BASE64, None), 58 'gb2312': (BASE64, BASE64, None), 59 'euc-jp': (BASE64, None, 'iso-2022-jp'), 60 'shift_jis': (BASE64, None, 'iso-2022-jp'), 61 'iso-2022-jp': (BASE64, None, None), 62 'koi8-r': (BASE64, BASE64, None), 63 'utf-8': (SHORTEST, BASE64, 'utf-8'), 230 (SHORTEST, BASE64, None)) 266 elif self.body_encoding == BASE64: [all …]
|
/third_party/node/src/api/ |
D | encoding.cc | 74 return BASE64; in ParseEncoding() 83 return BASE64; in ParseEncoding()
|
/third_party/node/src/ |
D | string_decoder.cc | 75 Encoding() == BASE64 || in DecodeData() 204 } else if (Encoding() == BASE64 || Encoding() == BASE64URL) { in DecodeData() 316 ADD_TO_ENCODINGS_ARRAY(BASE64, "base64"); in InitializeStringDecoder()
|
D | string_bytes.cc | 350 case BASE64: in Write() 415 case BASE64: in StorageSize() 457 case BASE64: { in Size() 611 case BASE64: { in Encode()
|
D | node_buffer.cc | 1406 SetMethodNoSideEffect(context, target, "base64Slice", StringSlice<BASE64>); in Initialize() 1415 SetMethod(context, target, "base64Write", StringWrite<BASE64>); in Initialize() 1452 registry->Register(StringSlice<BASE64>); in RegisterExternalReferences() 1460 registry->Register(StringWrite<BASE64>); in RegisterExternalReferences()
|
D | node.h | 900 BASE64, enumerator
|
/third_party/python/Doc/library/ |
D | email.charset.rst | 62 quoted-printable), ``Charset.BASE64`` (for base64 encoding), or 63 ``Charset.SHORTEST`` for the shortest of QP or BASE64 encoding. Otherwise, 109 returns the string ``base64`` if *body_encoding* is ``BASE64``, and 179 quoted-printable, ``Charset.BASE64`` for base64 encoding,
|
/third_party/node/test/addons/parse-encoding/ |
D | binding.cc | 8 V(BASE64) \
|
/third_party/node/src/crypto/ |
D | crypto_hash.cc | 352 BASE64, in InternalVerifyIntegrity()
|
D | crypto_util.h | 294 enum encoding enc = BASE64);
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd.texi | 2100 on BASE64 algorithm. Username and password are exchanged in clear
|
D | libmicrohttpd.info | 1830 BASE64 algorithm. Username and password are exchanged in clear between
|
/third_party/node/deps/openssl/openssl/ |
D | CHANGES.md | 14726 * Fix BASE64 decode (EVP_DecodeUpdate) for data with CR/LF ended lines: 14730 BASE64-decoding BIO. Bug fund and patch submitted by Pavel Tsekov
|
/third_party/openssl/ |
D | CHANGES.md | 14664 * Fix BASE64 decode (EVP_DecodeUpdate) for data with CR/LF ended lines: 14668 BASE64-decoding BIO. Bug fund and patch submitted by Pavel Tsekov
|
/third_party/python/Misc/ |
D | HISTORY | 2348 input was truncated in BASE64 section.
|