Home
last modified time | relevance | path

Searched refs:BASE64 (Results 1 – 15 of 15) sorted by relevance

/third_party/python/Lib/email/
Dcharset.py24 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/
Dencoding.cc74 return BASE64; in ParseEncoding()
83 return BASE64; in ParseEncoding()
/third_party/node/src/
Dstring_decoder.cc75 Encoding() == BASE64 || in DecodeData()
204 } else if (Encoding() == BASE64 || Encoding() == BASE64URL) { in DecodeData()
316 ADD_TO_ENCODINGS_ARRAY(BASE64, "base64"); in InitializeStringDecoder()
Dstring_bytes.cc350 case BASE64: in Write()
415 case BASE64: in StorageSize()
457 case BASE64: { in Size()
611 case BASE64: { in Encode()
Dnode_buffer.cc1406 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()
Dnode.h900 BASE64, enumerator
/third_party/python/Doc/library/
Demail.charset.rst62 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/
Dbinding.cc8 V(BASE64) \
/third_party/node/src/crypto/
Dcrypto_hash.cc352 BASE64, in InternalVerifyIntegrity()
Dcrypto_util.h294 enum encoding enc = BASE64);
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd.texi2100 on BASE64 algorithm. Username and password are exchanged in clear
Dlibmicrohttpd.info1830 BASE64 algorithm. Username and password are exchanged in clear between
/third_party/node/deps/openssl/openssl/
DCHANGES.md14726 * 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/
DCHANGES.md14664 * 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/
DHISTORY2348 input was truncated in BASE64 section.