Home
last modified time | relevance | path

Searched refs:MIME (Results 1 – 25 of 657) sorted by relevance

12345678910>>...27

/external/flac/test/metaflac-test-files/
Dcase59-expect.meta51 MIME type: image/gif
64 MIME type: image/gif
77 MIME type: image/gif
90 MIME type: image/jpeg
103 MIME type: image/jpeg
116 MIME type: image/png
129 MIME type: image/png
142 MIME type: image/png
155 MIME type: image/png
168 MIME type: image/png
[all …]
Dcase58-expect.meta51 MIME type: image/gif
64 MIME type: image/gif
77 MIME type: image/gif
90 MIME type: image/jpeg
103 MIME type: image/jpeg
116 MIME type: image/png
129 MIME type: image/png
142 MIME type: image/png
155 MIME type: image/png
168 MIME type: image/png
[all …]
Dcase57-expect.meta51 MIME type: image/gif
64 MIME type: image/gif
77 MIME type: image/gif
90 MIME type: image/jpeg
103 MIME type: image/jpeg
116 MIME type: image/png
129 MIME type: image/png
142 MIME type: image/png
155 MIME type: image/png
168 MIME type: image/png
[all …]
Dcase56-expect.meta51 MIME type: image/gif
64 MIME type: image/gif
77 MIME type: image/gif
90 MIME type: image/jpeg
103 MIME type: image/jpeg
116 MIME type: image/png
129 MIME type: image/png
142 MIME type: image/png
155 MIME type: image/png
168 MIME type: image/png
[all …]
Dcase55-expect.meta51 MIME type: image/gif
64 MIME type: image/gif
77 MIME type: image/gif
90 MIME type: image/jpeg
103 MIME type: image/jpeg
116 MIME type: image/png
129 MIME type: image/png
142 MIME type: image/png
155 MIME type: image/png
168 MIME type: image/png
Dcase54-expect.meta51 MIME type: image/gif
64 MIME type: image/gif
77 MIME type: image/gif
90 MIME type: image/jpeg
103 MIME type: image/jpeg
116 MIME type: image/png
129 MIME type: image/png
142 MIME type: image/png
155 MIME type: image/png
Dcase53-expect.meta51 MIME type: image/gif
64 MIME type: image/gif
77 MIME type: image/gif
90 MIME type: image/jpeg
103 MIME type: image/jpeg
116 MIME type: image/png
129 MIME type: image/png
142 MIME type: image/png
Dcase52-expect.meta51 MIME type: image/gif
64 MIME type: image/gif
77 MIME type: image/gif
90 MIME type: image/jpeg
103 MIME type: image/jpeg
116 MIME type: image/png
129 MIME type: image/png
Dcase51-expect.meta51 MIME type: image/gif
64 MIME type: image/gif
77 MIME type: image/gif
90 MIME type: image/jpeg
103 MIME type: image/jpeg
116 MIME type: image/png
Dcase50-expect.meta51 MIME type: image/gif
64 MIME type: image/gif
77 MIME type: image/gif
90 MIME type: image/jpeg
103 MIME type: image/jpeg
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DBase64Variants.java32 public final static Base64Variant MIME; field in Base64Variants
34 MIME = new Base64Variant("MIME", STD_BASE64_ALPHABET, true, '=', 76);
45 MIME_NO_LINEFEEDS = new Base64Variant(MIME, "MIME-NO-LINEFEEDS", Integer.MAX_VALUE);
52 public final static Base64Variant PEM = new Base64Variant(MIME, "PEM", true, '=', 64);
90 if (MIME._name.equals(name)) { in valueOf()
91 return MIME; in valueOf()
/external/python/cpython2/Doc/library/
Dmimetypes.rst1 :mod:`mimetypes` --- Map filenames to MIME types
5 :synopsis: Mapping of filename extensions to MIME types.
9 .. index:: pair: MIME; content type
15 The :mod:`mimetypes` module converts between a filename or URL and the MIME type
17 to MIME type and from MIME type to filename extension; encodings are not
31 .. index:: pair: MIME; headers
36 ``'type/subtype'``, usable for a MIME :mailheader:`content-type` header.
45 The optional *strict* argument is a flag specifying whether the list of known MIME types
49 *strict* is ``False``, some additional non-standard but commonly used MIME types
55 Guess the extensions for a file based on its MIME type, given by *type*. The
[all …]
Dquopri.rst1 :mod:`quopri` --- Encode and decode MIME quoted-printable data
5 :synopsis: Encode and decode files using the MIME quoted-printable encoding.
10 single: MIME; quoted-printable encoding
17 defined in :rfc:`1521`: "MIME (Multipurpose Internet Mail Extensions) Part One:
31 "Q"-encoded headers as described in :rfc:`1522`: "MIME (Multipurpose Internet
62 General utilities for processing of MIME messages.
65 Encode and decode MIME base64 data
Demail.mime.rst1 :mod:`email.mime`: Creating email and MIME objects from scratch
5 :synopsis: Build MIME messages.
13 around, etc. This makes a very convenient interface for slicing-and-dicing MIME
17 instances, adding attachments and all the appropriate headers manually. For MIME
29 This is the base class for all the MIME-specific subclasses of
33 MIME-aware subclasses.
43 :mailheader:`MIME-Version` header (always set to ``1.0``).
53 class for MIME messages that are not :mimetype:`multipart`. The primary
69 class for MIME messages that are :mimetype:`multipart`. Optional *_subtype*
72 will be added to the message object. A :mailheader:`MIME-Version` header will
[all …]
Dmailcap.rst11 Mailcap files are used to configure how MIME-aware applications such as mail
12 readers and Web browsers react to files with different MIME types. (The name
15 encounters an email message or Web document with the MIME type
29 is the mailcap entry for a given MIME type. If no matching MIME type can be
34 simply want to view the body of the MIME-typed data. Other possible values
36 MIME type or alter the existing body data. See :rfc:`1524` for a complete list
60 Returns a dictionary mapping MIME types to a list of mailcap file entries. This
Dmimetools.rst2 :mod:`mimetools` --- Tools for parsing MIME messages
6 :synopsis: Tools for parsing MIME-style message bodies.
19 MIME multipart or encoded message.
39 Read data encoded using the allowed MIME *encoding* from open file object
50 MIME *encoding* to open file object *output*. Valid values for *encoding* are
75 Support for reading files which contain distinct parts, such as MIME data.
78 The MIME Frequently Asked Questions document. For an overview of MIME, see the
/external/python/cpython3/Doc/library/
Dmimetypes.rst1 :mod:`mimetypes` --- Map filenames to MIME types
5 :synopsis: Mapping of filename extensions to MIME types.
11 .. index:: pair: MIME; content type
15 The :mod:`mimetypes` module converts between a filename or URL and the MIME type
17 to MIME type and from MIME type to filename extension; encodings are not
31 .. index:: pair: MIME; headers
38 ``'type/subtype'``, usable for a MIME :mailheader:`content-type` header.
47 The optional *strict* argument is a flag specifying whether the list of known MIME types
51 *strict* is ``False``, some additional non-standard but commonly used MIME types
60 Guess the extensions for a file based on its MIME type, given by *type*. The
[all …]
Dmailcap.rst11 Mailcap files are used to configure how MIME-aware applications such as mail
12 readers and Web browsers react to files with different MIME types. (The name
15 encounters an email message or Web document with the MIME type
29 is the mailcap entry for a given MIME type. If no matching MIME type can be
34 simply want to view the body of the MIME-typed data. Other possible values
36 MIME type or alter the existing body data. See :rfc:`1524` for a complete list
60 Returns a dictionary mapping MIME types to a list of mailcap file entries. This
Dquopri.rst1 :mod:`quopri` --- Encode and decode MIME quoted-printable data
5 :synopsis: Encode and decode files using the MIME quoted-printable encoding.
11 single: MIME; quoted-printable encoding
16 defined in :rfc:`1521`: "MIME (Multipurpose Internet Mail Extensions) Part One:
29 described in :rfc:`1522`: "MIME (Multipurpose Internet Mail Extensions)
63 Encode and decode MIME base64 data
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/base64/
DBase64CodecTest.java15 Base64Variants.MIME, in testVariantAccess()
33 Base64Variant std = Base64Variants.MIME; in testProps()
47 Base64Variant std = Base64Variants.MIME; in testCharEncoding()
81 final Base64Variant std = Base64Variants.MIME; in testConvenienceMethods()
103 final Base64Variant std = Base64Variants.MIME; in testConvenienceMethodWithLFs()
137 Base64Variants.MIME.decode("!@##@%$#%&*^(&)(*"); in testErrors()
145 Base64Variants.MIME.decode(BASE64_HELLO); in testErrors()
/external/python/cpython2/Lib/email/test/data/
Dmsg_21.txt6 MIME message
9 MIME-Version: 1.0
15 MIME-Version: 1.0
20 End of MIME message
Dmsg_26.txt10 MIME-Version: 1.0
15 This message is in MIME format which your mailer apparently does not support.
16 You either require a newer version of your software which supports MIME, or
17 a separate MIME decoding utility. Alternatively, ask the sender of this
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_21.txt6 MIME message
9 MIME-Version: 1.0
15 MIME-Version: 1.0
20 End of MIME message
Dmsg_26.txt10 MIME-Version: 1.0
15 This message is in MIME format which your mailer apparently does not support.
16 You either require a newer version of your software which supports MIME, or
17 a separate MIME decoding utility. Alternatively, ask the sender of this
/external/icu/icu4c/source/data/mappings/
Dconvrtrs.txt54 # curly braces, as in ISO_8859-1:1987{IANA*} iso-8859-1 { MIME* } or
55 # some-charset{MIME* IANA*}. The order of tags does not matter, and
70 # Supporting XML parsers, HTML, MIME, and similar applications
133 MIME # Source: http://www.iana.org/assignments/character-sets
142 UTF-8 { IANA* MIME* JAVA* WINDOWS }
158 UTF-16 { IANA* MIME* JAVA* } ISO-10646-UCS-2 { IANA }
168 UTF-16BE { IANA* MIME* JAVA* } x-utf-16be { JAVA }
192 UTF-16LE { IANA* MIME* JAVA* } x-utf-16le { JAVA }
209 UTF-32 { IANA* MIME* } ISO-10646-UCS-4 { IANA }
312 UTF-7 { IANA* MIME* WINDOWS } windows-65000 { WINDOWS* }
[all …]

12345678910>>...27