Searched refs:multipart (Results 1 – 25 of 190) sorted by relevance
12345678
/external/webrtc/webrtc/base/ |
D | multipart_unittest.cc | 29 MultipartStream multipart("multipart/form-data", kTestMultipartBoundary); in TEST() local 31 multipart.GetContentType(&content_type); in TEST() 34 EXPECT_EQ(rtc::SS_OPENING, multipart.GetState()); in TEST() 37 size_t end_part_size = multipart.GetEndPartSize(); in TEST() 38 multipart.EndParts(); in TEST() 39 EXPECT_EQ(rtc::SS_OPEN, multipart.GetState()); in TEST() 41 EXPECT_TRUE(multipart.GetSize(&size)); in TEST() 46 multipart.Write(kTestData, sizeof(kTestData), NULL, NULL)); in TEST() 48 multipart.Close(); in TEST() 49 EXPECT_EQ(rtc::SS_CLOSED, multipart.GetState()); in TEST() [all …]
|
/external/python/cpython2/Lib/ |
D | mimify.py | 124 multipart = None 157 multipart = '--' + mp_res.group(1) 160 if is_repl and (quoted_printable or multipart): 176 while multipart: 177 if line == multipart + '--\n': 179 multipart = None 182 if line == multipart + '\n': 184 nifile = File(ifile, multipart) 283 multipart = None 308 multipart = '--' + mp_res.group(1) [all …]
|
/external/python/cpython3/Doc/library/ |
D | email.message.rst | 29 :mimetype:`multipart/\*` or :mimetype:`message/rfc822`. 49 documents such as :mimetype:`multipart/\*` and :mimetype:`message/rfc822` 138 "msg.get_content_maintype() == 'multipart'" will return the ``True``. 320 inside a :mimetype:`multipart/digest` container, in which case it would 342 :mimetype:`multipart/digest` containers. Such subparts have a default 441 message is a :mimetype:`multipart`, then the list will contain one element 482 Here's an example that prints the MIME type of every part of a multipart 496 multipart/report 506 ``msg.get_content_maintype() == 'multipart'`` may return ``False``. We 513 ... print(part.get_content_maintype() == 'multipart', [all …]
|
D | email.errors.rst | 51 :mimetype:`multipart` or missing. :exc:`MultipartConversionError` multiply 65 :mimetype:`multipart/alternative` had a malformed header, that nested message 70 * :class:`NoBoundaryInMultipartDefect` -- A message claimed to be a multipart, 100 :mimetype:`multipart`, but no subparts were found. Note that when a message 102 return false even though its content type claims to be :mimetype:`multipart`.
|
/external/python/cpython3/Lib/test/test_email/data/ |
D | msg_39.txt | 2 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" 5 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa1" 9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1" 31 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1" 53 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
|
D | msg_38.txt | 2 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" 5 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa1" 9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa2" 29 and this one, which is from a multipart we haven't even seen yet! 49 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa3" 71 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa4"
|
D | msg_42.txt | 1 Content-Type: multipart/mixed; boundary="AAA" 16 Content-Type: multipart/mixed; boundary="BBB"
|
D | msg_12a.txt | 6 Content-Type: multipart/mixed; boundary="BOUNDARY" 17 Content-Type: multipart/mixed; boundary="ANOTHER"
|
D | msg_12.txt | 6 Content-Type: multipart/mixed; boundary="BOUNDARY" 17 Content-Type: multipart/mixed; boundary="ANOTHER"
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_39.txt | 2 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" 5 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa1" 9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1" 31 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1" 53 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1"
|
D | msg_38.txt | 2 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" 5 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa1" 9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa2" 29 and this one, which is from a multipart we haven't even seen yet! 49 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa3" 71 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa4"
|
D | msg_42.txt | 1 Content-Type: multipart/mixed; boundary="AAA" 16 Content-Type: multipart/mixed; boundary="BBB"
|
D | msg_12.txt | 6 Content-Type: multipart/mixed; boundary="BOUNDARY" 17 Content-Type: multipart/mixed; boundary="ANOTHER"
|
/external/curl/tests/data/ |
D | test647 | 22 IMAP APPEND multipart using mime API 25 imap://%HOSTIP:%IMAPPORT/647 -F "=(;type=multipart/alternative" -F "= <body>This is the html versio… 48 Content-Type: multipart/mixed; boundary=---------------------------- 57 Content-Type: multipart/alternative; boundary=----------------------------
|
D | test158 | 24 HTTP multipart formpost with only a 100 reply 35 ^Content-Type: multipart/form-data.* 44 Content-Type: multipart/form-data; boundary=----------------------------4f12fcdaa3bc
|
D | test1158 | 46 ^(User-Agent:|Content-Type: multipart/form-data;|Content-Type: multipart/mixed; boundary=|-------).* 54 Content-Type: multipart/form-data; boundary=----------------------------24e78000bd32 76 Content-Type: multipart/mixed; boundary=----------------------------7f0e85a48b0b
|
D | test646 | 21 SMTP multipart using mime API 30 …l-rcpt recipient@example.com --mail-from sender@example.com -F "=(;type=multipart/alternative" -F … 63 Content-Type: multipart/mixed; boundary=---------------------------- 70 Content-Type: multipart/alternative; boundary=----------------------------
|
D | test304 | 30 HTTPS multipart formpost 44 ^(User-Agent:|Content-Type: multipart/form-data;|------).* 53 Content-Type: multipart/form-data; boundary=----------------------------c3b2ef7f0bb8
|
D | test163 | 27 HTTP multipart formpost with contents from a file 49 ^(User-Agent:|Content-Type: multipart/form-data;|------------).* 57 Content-Type: multipart/form-data; boundary=----------------------------c2d1767eb6ac
|
D | test1133 | 43 ^(User-Agent:|Content-Type: multipart/form-data;|Content-Type: multipart/mixed; boundary=|-------).* 52 Content-Type: multipart/form-data; boundary=----------------------------24e78000bd32 74 Content-Type: multipart/mixed; boundary=----------------------------7f0e85a48b0b
|
D | test259 | 59 HTTP POST multipart with Expect: header using proxy anyauth (Digest) 75 ^(User-Agent:|Content-Type: multipart/form-data;|------).* 85 Content-Type: multipart/form-data; boundary=----------------------------7c633d5c27ce 112 Content-Type: multipart/form-data; boundary=----------------------------7c633d5c27ce
|
D | test258 | 63 HTTP POST multipart without Expect: header using proxy anyauth (Digest) 79 ^(User-Agent:|Content-Type: multipart/form-data;|------).* 88 Content-Type: multipart/form-data; boundary=----------------------------7c633d5c27ce 114 Content-Type: multipart/form-data; boundary=----------------------------7c633d5c27ce
|
/external/curl/docs/cmdline-opts/ |
D | form.d | 4 Help: Specify multipart MIME data 10 Content-Type multipart/form-data according to RFC 2388. 12 For SMTP and IMAP protocols, this is the mean to compose a multipart mail 114 curl -F '=(;type=multipart/alternative' \\
|
/external/python/cpython2/Doc/library/ |
D | email.errors.rst | 45 terminating boundary in a :mimetype:`multipart/\*` message when strict parsing 54 :mimetype:`multipart` or missing. :exc:`MultipartConversionError` multiply 67 :mimetype:`multipart/alternative` had a malformed header, that nested message 76 * :class:`NoBoundaryInMultipartDefect` -- A message claimed to be a multipart, 92 :mimetype:`multipart`, but no subparts were found. Note that when a message 94 return false even though its content type claims to be :mimetype:`multipart`.
|
D | mimewriter.rst | 67 *subtype* provides the multipart subtype, *boundary* may provide a user-defined 76 part in a multipart message. This may be used to write the part as well as 77 used for creating recursively complex multipart messages. The message must first 83 This is used to designate the last part of a multipart message, and should 84 *always* be used when writing multipart messages.
|
12345678