Searched refs:BASE64 (Results 1 – 13 of 13) 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 | 70 return BASE64; in ParseEncoding() 79 return BASE64; in ParseEncoding()
|
/third_party/node/src/ |
D | string_decoder.cc | 74 Encoding() == BASE64 || in DecodeData() 203 } else if (Encoding() == BASE64 || Encoding() == BASE64URL) { in DecodeData() 315 ADD_TO_ENCODINGS_ARRAY(BASE64, "base64"); in InitializeStringDecoder()
|
D | string_bytes.cc | 363 case BASE64: in Write() 432 case BASE64: in StorageSize() 475 case BASE64: { in Size() 686 case BASE64: { in Encode()
|
D | node_buffer.cc | 1166 env->SetMethodNoSideEffect(target, "base64Slice", StringSlice<BASE64>); in Initialize() 1174 env->SetMethod(target, "base64Write", StringWrite<BASE64>); in Initialize()
|
D | node.h | 681 BASE64, enumerator
|
/third_party/node/test/addons/parse-encoding/ |
D | binding.cc | 8 V(BASE64) \
|
/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/gettext/gettext-tools/doc/Admin/ |
D | documentation | 1007 for binary files with BASE64 encoding), SENDMIME is a simple utility
|
/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/openssl/ |
D | CHANGES | 9638 *) Fix BASE64 decode (EVP_DecodeUpdate) for data with CR/LF ended lines: 9642 BASE64-decoding BIO. Bug fund and patch submitted by Pavel Tsekov
|
/third_party/python/Misc/ |
D | HISTORY | 2348 input was truncated in BASE64 section.
|