Home
last modified time | relevance | path

Searched refs:BOUNDARY (Results 1 – 25 of 56) sorted by relevance

123

/external/icu/icu4c/source/data/translit/
Dfa_fa_FONIPA.txt17 $BOUNDARY = [^[:L:][:M:][:N:]];
27 [^ːeoæ] {ه} $BOUNDARY → e;
28 [e] {ه} $BOUNDARY → ;
30 ا\u064B $BOUNDARY → æn;
33 {ه\u0654} $BOUNDARY → jæ;
37 $BOUNDARY {ای} → iː;
43 ا → ɒː; # Probably [^$BOUNDARY]
49 $BOUNDARY {و} $BOUNDARY → va;
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_12a.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
12 --BOUNDARY
16 --BOUNDARY
30 --BOUNDARY
34 --BOUNDARY
38 --BOUNDARY--
Dmsg_12.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
12 --BOUNDARY
16 --BOUNDARY
28 --BOUNDARY
32 --BOUNDARY
36 --BOUNDARY--
Dmsg_10.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
14 --BOUNDARY
20 --BOUNDARY
27 --BOUNDARY
34 --BOUNDARY
39 --BOUNDARY--
Dmsg_09.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
12 --BOUNDARY
16 --BOUNDARY
20 --BOUNDARY
24 --BOUNDARY--
Dmsg_08.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
12 --BOUNDARY
16 --BOUNDARY
20 --BOUNDARY
24 --BOUNDARY--
Dmsg_30.txt3 Content-Type: multipart/digest; boundary=BOUNDARY
5 --BOUNDARY
14 --BOUNDARY
23 --BOUNDARY--
Dmsg_21.txt4 Content-Type: multipart/mixed; boundary="BOUNDARY"
7 --BOUNDARY
13 --BOUNDARY
19 --BOUNDARY--
Dmsg_28.txt3 Content-Type: multipart/digest; boundary=BOUNDARY
5 --BOUNDARY
15 --BOUNDARY
25 --BOUNDARY--
Dmsg_23.txt2 Content-Type: multipart/mixed; boundary="BOUNDARY"
4 --BOUNDARY
8 --BOUNDARY--
Dmsg_24.txt1 Content-Type: multipart/mixed; boundary="BOUNDARY"
7 --BOUNDARY
10 --BOUNDARY--
Dmsg_31.txt5 --BOUNDARY
10 --BOUNDARY
15 --BOUNDARY--
Dmsg_07.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
15 --BOUNDARY
83 --BOUNDARY--
/external/python/cpython2/Lib/email/test/data/
Dmsg_12.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
12 --BOUNDARY
16 --BOUNDARY
28 --BOUNDARY
32 --BOUNDARY
36 --BOUNDARY--
Dmsg_12a.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
12 --BOUNDARY
16 --BOUNDARY
30 --BOUNDARY
34 --BOUNDARY
38 --BOUNDARY--
Dmsg_10.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
14 --BOUNDARY
20 --BOUNDARY
27 --BOUNDARY
34 --BOUNDARY
39 --BOUNDARY--
Dmsg_09.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
12 --BOUNDARY
16 --BOUNDARY
20 --BOUNDARY
24 --BOUNDARY--
Dmsg_08.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
12 --BOUNDARY
16 --BOUNDARY
20 --BOUNDARY
24 --BOUNDARY--
Dmsg_30.txt3 Content-Type: multipart/digest; boundary=BOUNDARY
5 --BOUNDARY
14 --BOUNDARY
23 --BOUNDARY--
Dmsg_21.txt4 Content-Type: multipart/mixed; boundary="BOUNDARY"
7 --BOUNDARY
13 --BOUNDARY
19 --BOUNDARY--
Dmsg_28.txt3 Content-Type: multipart/digest; boundary=BOUNDARY
5 --BOUNDARY
15 --BOUNDARY
25 --BOUNDARY--
Dmsg_23.txt2 Content-Type: multipart/mixed; boundary="BOUNDARY"
4 --BOUNDARY
8 --BOUNDARY--
Dmsg_24.txt1 Content-Type: multipart/mixed; boundary="BOUNDARY"
7 --BOUNDARY
10 --BOUNDARY--
Dmsg_31.txt5 --BOUNDARY
10 --BOUNDARY
15 --BOUNDARY--
/external/owasp/sanitizer/tools/
Dgooglecode_upload.py119 BOUNDARY = '----------Googlecode_boundary_reindeer_flotilla'
127 ['--' + BOUNDARY,
140 ['--' + BOUNDARY,
150 body.extend(['--' + BOUNDARY + '--', ''])
152 return 'multipart/form-data; boundary=%s' % BOUNDARY, CRLF.join(body)

123