Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/icu/source/data/translit/
Dfa_fa_FONIPA.txt18 $BOUNDARY = [^[:L:][:M:][:N:]];
28 [^ːeoæ] {ه} $BOUNDARY → e;
29 [e] {ه} $BOUNDARY → ;
31 ا\u064B $BOUNDARY → æn;
34 {ه\u0654} $BOUNDARY → jæ;
38 $BOUNDARY {ای} → iː;
44 ا → ɒː; # Probably [^$BOUNDARY]
50 $BOUNDARY {و} $BOUNDARY → va;
Dblt_blt_FONIPA.txt52 $BOUNDARY = [^[:L:][:M:][:N:]];
59 $BOUNDARY {ꪽ} $BOUNDARY → nan˧˩;
/third_party/icu/icu4c/source/data/translit/
Dfa_fa_FONIPA.txt18 $BOUNDARY = [^[:L:][:M:][:N:]];
28 [^ːeoæ] {ه} $BOUNDARY → e;
29 [e] {ه} $BOUNDARY → ;
31 ا\u064B $BOUNDARY → æn;
34 {ه\u0654} $BOUNDARY → jæ;
38 $BOUNDARY {ای} → iː;
44 ا → ɒː; # Probably [^$BOUNDARY]
50 $BOUNDARY {و} $BOUNDARY → va;
Dblt_blt_FONIPA.txt52 $BOUNDARY = [^[:L:][:M:][:N:]];
59 $BOUNDARY {ꪽ} $BOUNDARY → nan˧˩;
/third_party/python/Lib/test/test_email/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--
Dmsg_07.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
8 --BOUNDARY
15 --BOUNDARY
83 --BOUNDARY--
Dmsg_13.txt14 Content-Type: multipart/mixed; boundary=BOUNDARY
17 --BOUNDARY
24 --BOUNDARY
92 --BOUNDARY--
Dmsg_17.txt6 Content-Type: multipart/mixed; boundary="BOUNDARY"
/third_party/node/deps/undici/src/node_modules/busboy/test/
Dtest-types-multipart-stream-pause.js11 const BOUNDARY = 'u2KxIV5yF1y+xUspOQCCZopaVgeV6Jxihv35XQJmuTx8X3sh'; constant
15 `\r\n--${BOUNDARY}`
24 Buffer.from(`\r\n--${BOUNDARY}\r\n`),
38 Buffer.from(`\r\n--${BOUNDARY}--\r\n`)
42 'content-type': `multipart/form-data; boundary=${BOUNDARY}`
/third_party/python/Lib/test/
Dtest_cgi.py120 env = {'boundary': BOUNDARY.encode('latin1'),
142 BOUNDARY = "JfISa01"
150 env = {'boundary': BOUNDARY.encode('latin1'),
280 'CONTENT_TYPE': 'multipart/form-data; boundary={}'.format(BOUNDARY),
297 'CONTENT_TYPE': 'multipart/form-data; boundary={}'.format(BOUNDARY),
316 'CONTENT_TYPE': 'multipart/form-data; boundary={}'.format(BOUNDARY),
373 BOUNDARY = "JfISa01"
382 'CONTENT_TYPE': 'multipart/form-data; boundary={}'.format(BOUNDARY),
583 BOUNDARY = "---------------------------721837373350705526688164684" variable
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
Dhugeshmat04.c25 #define BOUNDARY (1024 * 1024 * 1024) macro
53 unsigned long boundary = BOUNDARY; in shared_hugepage()
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_BoundaryTest1 BOUNDARY TESTS
/third_party/node/deps/v8/src/regexp/experimental/
Dexperimental-bytecode.cc51 case RegExpAssertion::Type::BOUNDARY: in operator <<()
Dexperimental-interpreter.cc41 case RegExpAssertion::Type::BOUNDARY: in SatisfiesAssertion()
53 return !SatisfiesAssertion(RegExpAssertion::Type::BOUNDARY, context, in SatisfiesAssertion()
/third_party/googletest/googletest/scripts/
Dupload.py526 BOUNDARY = '-M-A-G-I-C---B-O-U-N-D-A-R-Y-'
530 lines.append('--' + BOUNDARY)
535 lines.append('--' + BOUNDARY)
541 lines.append('--' + BOUNDARY + '--')
544 content_type = 'multipart/form-data; boundary=%s' % BOUNDARY

12