/external/python/cpython2/Lib/email/ |
D | charset.py | 23 BASE64 = 2 # Base64 variable 54 'big5': (BASE64, BASE64, None), 55 'gb2312': (BASE64, BASE64, None), 56 'euc-jp': (BASE64, None, 'iso-2022-jp'), 57 'shift_jis': (BASE64, None, 'iso-2022-jp'), 58 'iso-2022-jp': (BASE64, None, None), 59 'koi8-r': (BASE64, BASE64, None), 60 'utf-8': (SHORTEST, BASE64, 'utf-8'), 62 '8bit': (None, BASE64, 'utf-8'), 224 (SHORTEST, BASE64, None)) [all …]
|
/external/python/cpython3/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 …]
|
/external/ipsec-tools/src/racoon/ |
D | prsa_par.h | 62 BASE64 = 278 enumerator 86 #define BASE64 278 macro
|
D | prsa_par.y | 143 %token ADDR4 ADDR6 ADDRANY SLASH NUMBER BASE64 147 %type <chr> ADDR4 ADDR6 BASE64 207 | TAG_PUB BASE64
|
D | prsa_tok.l | 71 return BASE64;
|
/external/downloader/src/main/java/com/google/android/downloader/ |
D | DataUrl.java | 29 private static final BaseEncoding BASE64 = BaseEncoding.base64(); field in DataUrl 98 return new DataUrl(BASE64.decode(data), mimeType); in parseFromString()
|
/external/okio/okio/src/commonMain/kotlin/okio/ |
D | -Base64.kt | 26 internal val BASE64 = constant 115 internal fun ByteArray.encodeBase64(map: ByteArray = BASE64): String { in encodeBase64()
|
/external/python/cpython3/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,
|
/external/conscrypt/common/src/test/java/org/conscrypt/java/security/ |
D | README.ASN1 | 14 echo 'BASE64-ENCODED DATA HERE' | openssl asn1parse -i
|
/external/python/cpython2/Doc/library/ |
D | email.charset.rst | 57 quoted-printable), ``Charset.BASE64`` (for base64 encoding), or 58 ``Charset.SHORTEST`` for the shortest of QP or BASE64 encoding. Otherwise, 104 returns the string ``base64`` if *body_encoding* is ``BASE64``, and 218 quoted-printable, ``Charset.BASE64`` for base64 encoding,
|
/external/guava/guava-tests/benchmark/com/google/common/io/ |
D | BaseEncodingBenchmark.java | 33 BASE64(BaseEncoding.base64()), enumConstant
|
/external/guava/android/guava-tests/benchmark/com/google/common/io/ |
D | BaseEncodingBenchmark.java | 33 BASE64(BaseEncoding.base64()), enumConstant
|
/external/python/pyasn1/docs/source/ |
D | example-use-case.rst | 103 # Undo BASE64 serialisation 186 # Serialise DER stream into BASE64 stream
|
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
D | RELEASE-NOTES.txt | 34 o [CODEC-68] isBase64 throws ArrayIndexOutOfBoundsException on some non-BASE64 bytes.
|
/external/guava/guava/src/com/google/common/io/ |
D | BaseEncoding.java | 320 private static final BaseEncoding BASE64 = 338 return BASE64;
|
/external/guava/android/guava/src/com/google/common/io/ |
D | BaseEncoding.java | 320 private static final BaseEncoding BASE64 = 338 return BASE64;
|
/external/python/cpython3/Misc/ |
D | HISTORY | 2348 input was truncated in BASE64 section.
|