/third_party/node/test/fixtures/wpt/url/resources/ |
D | setters_tests.json | 27 "href": "a://example.net", 30 "href": "a://example.net", 35 "href": "a://example.net", 38 "href": "b://example.net", 52 "href": "a://example.net", 55 "href": "b://example.net", 61 "href": "a://example.net", 64 "href": "a://example.net", 70 "href": "a://example.net", 73 "href": "a://example.net", [all …]
|
D | urltestdata.json | 4 "input": "http://example\t.\norg", 5 "base": "http://example.org/foo/bar", 6 "href": "http://example.org/", 7 "origin": "http://example.org", 11 "host": "example.org", 12 "hostname": "example.org", 20 "base": "http://example.org/foo/bar", 95 "base": "http://example.org/foo/bar", 96 "href": "http://example.org/foo/foo.com", 97 "origin": "http://example.org", [all …]
|
/third_party/curl/tests/data/ |
D | test1660 | 21 .readfrom.example "20211001 04:47:41" 22 .old.example "20161001 04:47:41" 23 .new.example "unlimited" 40 readfrom.example [readfrom.example]: 1633063661 includeSubDomains 41 'old.example' is not HSTS 42 'readfrom.example' is not HSTS 43 example.com [example.com]: 1579905261 44 example.com [example.com]: 1569905261 45 example.com [example.com]: 1569905261 46 example.com [example.com]: 1569905261 includeSubDomains [all …]
|
D | test1654 | 30 h2 example.com 443 h3 shiny.example.com 8443 "20191231 00:00:00" 0 1 32 h2 foo.example.com 443 h3 shiny.example.com 8443 "20291231 23:30:00" 0 1 33 h1 example.com 443 h3 shiny.example.com 8443 "20121231 00:00:01" 0 1 34 h3 example.com 443 h3 shiny.example.com 8443 "20131231 00:00:00" 0 1 36 bad example.com 443 h3 shiny.example.com 8443 "20191231 00:00:00" 0 1 44 h2 example.com 443 h3 shiny.example.com 8443 "20191231 00:00:00" 0 1 45 h2 foo.example.com 443 h3 shiny.example.com 8443 "20291231 23:30:00" 0 1 46 h1 example.com 443 h3 shiny.example.com 8443 "20121231 00:00:01" 0 1 47 h3 example.com 443 h3 shiny.example.com 8443 "20131231 00:00:00" 0 1 48 h1 example.org 8080 h2 example.com 8080 "20190125 22:34:21" 0 0 [all …]
|
D | test1561 | 19 Set-Cookie: super=secret; domain=example.com; path=/%TESTNUMBER; secure; 20 Set-Cookie: supersuper=secret; domain=example.com; path=/%TESTNUMBER/login/; secure; 21 Set-Cookie: __Secure-SID=12345; Domain=example.com 22 Set-Cookie: __SecURE-SID=12346; Secure; Domain=example.com 23 Set-Cookie: supersupersuper=secret; __Secure-SID=12346; Secure; Domain=example.com 26 Set-Cookie: __Host-SID=22347; Domain=example.com 27 Set-Cookie: __Host-SID=22348; Domain=example.com; Path=/ 28 Set-Cookie: __Host-SID=22349; Secure; Domain=example.com; Path=/ 38 Set-Cookie: super=plain; domain=example.com; path=/%TESTNUMBER; httponly; 39 Set-Cookie: super=plain; domain=example.com; path=/%TESTNUMBER/; httponly; [all …]
|
D | test1415 | 22 Set-Cookie: test1value=test1; domain=example.com; path=/; 24 Set-Cookie: test2value=test2; expires=Thursday, 31-Dec-2525 00:00:00 GMT; domain=example.com; path=… 25 Set-Cookie: test3value=test3; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/; 26 Set-Cookie: test4value=test4; expires=Thursday, 31-Dec-2525 00:00:00 GMT; domain=example.com; path=… 27 Set-Cookie: test5value=test5; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/; 28 Set-Cookie: test6value=test6; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/; 29 Set-Cookie: test7value=test7; expires=Thursday, 31-Dec-2525 00:00:00 GMT; domain=example.com; path=… 30 Set-Cookie: test8value=test8; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/; 32 Set-Cookie: test2value=test2; expires=Thursday, 31-Dec-2037 00:00:00 GMT; domain=example.com; path=… 33 Set-Cookie: test3value=test3; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/; [all …]
|
/third_party/python/Lib/test/ |
D | test_array.py | 198 # example: an initializer usable in the constructor for this type 199 # smallerexample: the same length as example, but smaller 200 # biggerexample: the same length as example, but bigger 201 # outside: An entry that is not in example 219 a.append(self.example[0]) 222 a = array.array(self.typecode, self.example) 223 self.assertEqual(len(a), len(self.example)) 226 a = array.array(self.typecode, self.example) 237 example = '\U00100100' 239 example = self.example [all …]
|
D | test_smtpd.py | 56 write_line(b'HELO example') 57 write_line(b'MAIL From:eggs@example') 58 write_line(b'RCPT To:spam@example') 85 write_line(b'EHLO example') 87 write_line(b'MAIL From:eggs@example BODY=8BITMIME SMTPUTF8') 89 write_line(b'MAIL From:eggs@example') 90 write_line(b'RCPT To:spam@example') 209 self.write_line(channel, b'EHLO example') 210 self.write_line(channel, b'MAIL from: <foo@example.com> size=20') 211 self.write_line(channel, b'RCPT to: <foo@example.com> foo=bar') [all …]
|
/third_party/ffmpeg/doc/ |
D | git-howto.texi | 20 @example 23 @end example 27 @example 30 @end example 55 @example 57 @end example 61 @example 63 @end example 68 @example 70 @end example [all …]
|
D | indevs.texi | 32 @example 34 @end example 45 For example to capture with @command{ffmpeg} from an ALSA device with 47 @example 49 @end example 113 @example 115 @end example 192 @example 194 @end example 198 @example [all …]
|
/third_party/python/Lib/test/test_email/ |
D | test__header_value_parser.py | 1193 '""example" example"@example.com', 1194 '""example" example"', 1195 'example example', 1197 '@example.com') 1198 self.assertEqual(local_part.local_part, 'example example') 1202 r'"\\"example\\" example"@example.com', 1203 r'"\\"example\\" example"', 1204 r'\example\\ example', 1206 '@example.com') 1207 self.assertEqual(local_part.local_part, r'\example\\ example') [all …]
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_pkcs1_v21.data | 61 RSAES-OAEP Encryption Example 3_1 65 RSAES-OAEP Encryption Example 3_2 69 RSAES-OAEP Encryption Example 3_3 73 RSAES-OAEP Encryption Example 3_4 77 RSAES-OAEP Encryption Example 3_5 81 RSAES-OAEP Encryption Example 3_6 85 RSAES-OAEP Encryption Example 4_1 89 RSAES-OAEP Encryption Example 4_2 93 RSAES-OAEP Encryption Example 4_3 97 RSAES-OAEP Encryption Example 4_4 [all …]
|
/third_party/rust/crates/clap/ |
D | Cargo.toml | 123 [[example]] 127 [[example]] 128 name = "cargo-example" 131 [[example]] 132 name = "cargo-example-derive" 135 [[example]] 139 [[example]] 143 [[example]] 147 [[example]] 151 [[example]] [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | declarationEmitDefaultExportWithStaticAssignment.types | 9 export default function Example() {} 10 >Example : typeof Example 12 Example.Foo = Foo 13 >Example.Foo = Foo : typeof Foo 14 >Example.Foo : typeof Foo 15 >Example : typeof Example 26 export default function Example() {} 27 >Example : typeof Example 29 Example.Foo = Foo 30 >Example.Foo = Foo : typeof Foo [all …]
|
D | declarationEmitDefaultExportWithStaticAssignment.symbols | 9 export default function Example() {} 10 >Example : Symbol(Example, Decl(index1.ts, 0, 26), Decl(index1.ts, 1, 36)) 12 Example.Foo = Foo 13 >Example.Foo : Symbol(Example.Foo, Decl(index1.ts, 1, 36)) 14 >Example : Symbol(Example, Decl(index1.ts, 0, 26), Decl(index1.ts, 1, 36)) 15 >Foo : Symbol(Example.Foo, Decl(index1.ts, 1, 36)) 25 export default function Example() {} 26 >Example : Symbol(Example, Decl(index2.ts, 1, 13), Decl(index2.ts, 2, 36)) 28 Example.Foo = Foo 29 >Example.Foo : Symbol(Example.Foo, Decl(index2.ts, 2, 36)) [all …]
|
D | declarationEmitDefaultExportWithStaticAssignment.js | 8 export default function Example() {} class 9 Example.Foo = Foo 14 export default function Example() {} 15 Example.Foo = Foo 19 export default function Example() {} 21 Example.Bar = Bar 49 function Example() { } 50 exports["default"] = Example; 51 Example.Foo = foo_1.Foo; 58 function Example() { } [all …]
|
/third_party/node/test/parallel/ |
D | test-x509-escaping.js | 43 'DNS:"good.example.com\\u002c DNS:evil.example.com"', 45 'URI:http://example.com/', 46 'URI:http://example.com/?a=b&c=d', 48 'URI:"http://example.com/a\\u002cb"', 50 'URI:http://example.com/a%2Cb', 52 'URI:"http://example.com/a\\u002c DNS:good.example.com"', 56 'DNS:"\\"evil.example.com\\""', 66 'email:foo@example.com', 68 'email:"foo@example.com\\u002c DNS:good.example.com"', 75 'DirName:"L=Berlin\\\\\\u002c DNS:good.example.com\\u002cC=DE"', [all …]
|
D | test-url-format.js | 12 'http://example.com?': { 13 href: 'http://example.com/?', 16 host: 'example.com', 17 hostname: 'example.com', 22 'http://example.com?foo=bar#frag': { 23 href: 'http://example.com/?foo=bar#frag', 25 host: 'example.com', 26 hostname: 'example.com', 32 'http://example.com?foo=@bar#frag': { 33 href: 'http://example.com/?foo=@bar#frag', [all …]
|
/third_party/openssl/test/ |
D | v3nametest.c | 21 "-example.com", "example-.com", 22 "@@", "**", "*.com", "*com", "*.*.com", "*com", "com*", "*example.com", 23 "*@example.com", "test@*.example.com", "example.com", "www.example.com", 24 "test.www.example.com", "*.example.com", "*.www.example.com", 25 "test.*.example.com", "www.*.com", 26 ".www.example.com", "*www.example.com", 27 "example.net", "xn--rger-koa.example.com", 28 "*.xn--rger-koa.example.com", "www.xn--rger-koa.example.com", 29 "*.good--example.com", "www.good--example.com", 31 "a.example.com", "b.example.com", [all …]
|
/third_party/curl/tests/libtest/ |
D | lib1560.c | 156 {"1h://example.net", "", 0, 0, CURLUE_BAD_SCHEME}, 157 {"..://example.net", "", 0, 0, CURLUE_BAD_SCHEME}, 158 {"-ht://example.net", "", 0, 0, CURLUE_BAD_SCHEME}, 159 {"+ftp://example.net", "", 0, 0, CURLUE_BAD_SCHEME}, 160 {"hej.hej://example.net", 161 "hej.hej | [11] | [12] | [13] | example.net | [15] | / | [16] | [17]", 163 {"ht-tp://example.net", 164 "ht-tp | [11] | [12] | [13] | example.net | [15] | / | [16] | [17]", 166 {"ftp+more://example.net", 167 "ftp+more | [11] | [12] | [13] | example.net | [15] | / | [16] | [17]", [all …]
|
/third_party/curl/docs/ |
D | curl.1 | 46 often\-used host name prefixes. For example, for host names starting with 81 \(dqftp://ftp.example.com/file[1\-100].txt" 85 \(dqftp://ftp.example.com/file[001\-100].txt" (with leading zeros) 89 \(dqftp://ftp.example.com/file[a\-z].txt" 96 \(dqhttp://example.com/archive[1996\-1999]/vol[1\-4]/part{a,b,c}.html" 103 \(dqhttp://example.com/file[1\-100:10].txt" 107 \(dqhttp://example.com/file[a\-z:2].txt" 113 for example \(aq&\(aq, \(aq?\(aq and \(aq*\(aq. 134 Example. Get the USER environment variable into the URL, fail if USER is not 139 \--expand\-url = "https://example.com/api/{{USER}}/method" [all …]
|
/third_party/curl/tests/unit/ |
D | unit1614.c | 81 { "www.example.com", "localhost .example.com .example.de", TRUE, TRUE}, 82 { "www.example.com", "localhost,.example.com,.example.de", TRUE, FALSE}, 83 { "www.example.com.", "localhost,.example.com,.example.de", TRUE, FALSE}, 84 { "example.com", "localhost,.example.com,.example.de", TRUE, FALSE}, 85 { "example.com.", "localhost,.example.com,.example.de", TRUE, FALSE}, 86 { "www.example.com", "localhost,.example.com.,.example.de", TRUE, FALSE}, 87 { "www.example.com", "localhost,www.example.com.,.example.de", 89 { "example.com", "localhost,example.com,.example.de", TRUE, FALSE}, 90 { "example.com.", "localhost,example.com,.example.de", TRUE, FALSE}, 91 { "nexample.com", "localhost,example.com,.example.de", FALSE, FALSE}, [all …]
|
/third_party/json/docs/mkdocs/docs/api/basic_json/ |
D | at.md | 62 in this case, calling `at` with an index makes no sense. See example below. 64 range of the array; that is, `idx >= size()`. See example below. 67 in this case, calling `at` with a key makes no sense. See example below. 69 stored in the object; that is, `find(key) == end()`. See example below. 73 JSON pointer `ptr` begins with '0'. See example below. 75 JSON pointer `ptr` is not a number. See example below. 77 JSON pointer `ptr` is out of range. See example below. 80 index '-' is always invalid. See example below. 82 key of an object which cannot be found. See example below. 84 not be resolved. See example below. [all …]
|
D | insert.md | 63 arrays; example: `"cannot use insert() with string"` 65 …iterator which does not belong to the current JSON value; example: `"iterator does not fit current… 68 arrays; example: `"cannot use insert() with string"` 70 …iterator which does not belong to the current JSON value; example: `"iterator does not fit current… 73 arrays; example: `"cannot use insert() with string"` 75 …iterator which does not belong to the current JSON value; example: `"iterator does not fit current… 77 do not belong to the same JSON value; example: `"iterators do not fit"` 79 …are iterators into container for which insert is called; example: `"passed iterators may not belon… 82 arrays; example: `"cannot use insert() with string"` 84 …iterator which does not belong to the current JSON value; example: `"iterator does not fit current… [all …]
|
/third_party/node/deps/npm/tap-snapshots/test/lib/commands/ |
D | fund.js.test.cjs | 9 1: Foo funding available at the following URL: http://example.com/foo 10 2: Lorem funding available at the following URL: http://example.com/foo-lorem 11 Run \`npm fund [<package-spec>] --which=1\`, for example, to open the first funding URL listed in t… 16 [0m+-- [40m[37mhttp://example.com/a[39m[49m[0m 18 [0m\`-- [40m[37mhttp://example.com/b[39m[49m[0m 20 [0m +-- [40m[37mhttp://example.com/d[39m[49m[0m 22 [0m \`-- [40m[37mhttp://example.com/e[39m[49m[0m 29 +-- https://example.com/lorem 31 \`-- http://example.com/donate 37 http://example.com/donate [all …]
|