Home
last modified time | relevance | path

Searched full:example (Results 1 – 25 of 9310) sorted by relevance

12345678910>>...373

/third_party/curl/tests/data/
Dtest166021 .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 …]
Dtest165430 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 …]
Dtest156119 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 …]
Dtest141522 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/flatbuffers/tests/MyGame/Example/
DMonsterStorageGrpc.java5 package MyGame.Example;
34 public static final String SERVICE_NAME = "MyGame.Example.MonsterStorage";
39 public static final io.grpc.MethodDescriptor<MyGame.Example.Monster,
40 MyGame.Example.Stat> METHOD_STORE = getStoreMethod();
42 private static volatile io.grpc.MethodDescriptor<MyGame.Example.Monster,
43 MyGame.Example.Stat> getStoreMethod;
45 private static volatile FlatbuffersUtils.FBExtactor<MyGame.Example.Monster> extractorOfMonster;
46 private static FlatbuffersUtils.FBExtactor<MyGame.Example.Monster> getExtractorOfMonster() { in getExtractorOfMonster()
50 extractorOfMonster = new FlatbuffersUtils.FBExtactor<MyGame.Example.Monster>() { in getExtractorOfMonster()
51 public MyGame.Example.Monster extract (ByteBuffer buffer) { in getExtractorOfMonster()
[all …]
/third_party/ffmpeg/doc/
Dgit-howto.texi20 @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 …]
/third_party/python/Lib/test/
Dtest_array.py199 # example: an initializer usable in the constructor for this type
200 # smallerexample: the same length as example, but smaller
201 # biggerexample: the same length as example, but bigger
202 # outside: An entry that is not in example
220 a.append(self.example[0])
223 a = array.array(self.typecode, self.example)
224 self.assertEqual(len(a), len(self.example))
227 a = array.array(self.typecode, self.example)
238 example = '\U00100100'
240 example = self.example
[all …]
Dtest_smtpd.py57 write_line(b'HELO example')
58 write_line(b'MAIL From:eggs@example')
59 write_line(b'RCPT To:spam@example')
86 write_line(b'EHLO example')
88 write_line(b'MAIL From:eggs@example BODY=8BITMIME SMTPUTF8')
90 write_line(b'MAIL From:eggs@example')
91 write_line(b'RCPT To:spam@example')
210 self.write_line(channel, b'EHLO example')
211 self.write_line(channel, b'MAIL from: <foo@example.com> size=20')
212 self.write_line(channel, b'RCPT to: <foo@example.com> foo=bar')
[all …]
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitDefaultExportWithStaticAssignment.types9 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 …]
DdeclarationEmitDefaultExportWithStaticAssignment.symbols9 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 …]
DdeclarationEmitDefaultExportWithStaticAssignment.js8 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/rust/crates/clap/
DCargo.toml125 [[example]]
129 [[example]]
130 name = "cargo-example"
133 [[example]]
134 name = "cargo-example-derive"
137 [[example]]
141 [[example]]
145 [[example]]
149 [[example]]
153 [[example]]
[all …]
/third_party/python/Lib/test/test_email/
Dtest__header_value_parser.py1193 '""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/rust/rust/tests/rustdoc-gui/
Dscrape-examples-button-focus.goml6 store-property: (".scraped-example-list > .scraped-example pre", {"scrollTop": initialScrollTop})
7 focus: ".scraped-example-list > .scraped-example .next"
9 assert-property-false: (".scraped-example-list > .scraped-example pre", {
12 focus: ".scraped-example-list > .scraped-example .prev"
14 assert-property: (".scraped-example-list > .scraped-example pre", {
19 store-property: (".scraped-example-list > .scraped-example pre", {"offsetHeight": smallOffsetHeight…
20 assert-property-false: (".scraped-example-list > .scraped-example pre", {
23 focus: ".scraped-example-list > .scraped-example .expand"
25 assert-property-false: (".scraped-example-list > .scraped-example pre", {
28 store-property: (".scraped-example-list > .scraped-example pre", {"offsetHeight": fullOffsetHeight})
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_pkcs1_v21.data61 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/cares/test/
Dares-test-parse-srv.cc38 .add_question(new DNSQuestion("example.com", T_SRV)) in TEST_F()
39 .add_answer(new DNSSrvRR("example.com", 100, 10, 20, 30, "srv.example.com")) in TEST_F()
40 .add_answer(new DNSSrvRR("example.com", 100, 11, 21, 31, "srv2.example.com")); in TEST_F()
47 EXPECT_EQ("srv.example.com", std::string(srv->host)); in TEST_F()
54 EXPECT_EQ("srv2.example.com", std::string(srv2->host)); in TEST_F()
66 .add_question(new DNSQuestion("example.abc.def.com", T_SRV)) in TEST_F()
67 .add_answer(new DNSSrvRR("example.abc.def.com", 180, 0, 10, 8160, "example.abc.def.com")) in TEST_F()
81 EXPECT_EQ("example.abc.def.com", std::string(srv->host)); in TEST_F()
124 .add_question(new DNSQuestion("srv.example.com", T_SRV)) in TEST_F()
125 .add_answer(new DNSSrvRR("srv.example.com", 300, 0, 5, 6789, "a1.srv.example.com")) in TEST_F()
[all …]
Dares-test-parse-uri.cc38 .add_question(new DNSQuestion("example.com", T_URI)) in TEST_F()
39 .add_answer(new DNSUriRR("example.com", 100, 10, 20, "uri.example.com")) in TEST_F()
40 .add_answer(new DNSUriRR("example.com", 200, 11, 21, "uri2.example.com")); in TEST_F()
47 EXPECT_EQ("uri.example.com", std::string(uri->uri)); in TEST_F()
54 EXPECT_EQ("uri2.example.com", std::string(uri2->uri)); in TEST_F()
66 .add_question(new DNSQuestion("example.abc.def.com", T_URI)) in TEST_F()
67 .add_answer(new DNSUriRR("example.abc.def.com", 180, 0, 10, "example.abc.def.com")) in TEST_F()
81 EXPECT_EQ("example.abc.def.com", std::string(uri->uri)); in TEST_F()
124 .add_question(new DNSQuestion("uri.example.com", T_URI)) in TEST_F()
125 .add_answer(new DNSUriRR("uri.example.com", 600, 0, 5, "a1.uri.example.com")) in TEST_F()
[all …]
Dares-test-parse-soa-any.cc38 .add_question(new DNSQuestion("example.com", T_ANY))\ in TEST_F()
39 .add_answer(new DNSARR("example.com", 0x01020304, {2,3,4,5})) in TEST_F()
40 .add_answer(new DNSMxRR("example.com", 100, 100, "mx1.example.com")) in TEST_F()
41 .add_answer(new DNSMxRR("example.com", 100, 200, "mx2.example.com")) in TEST_F()
42 .add_answer(new DNSSoaRR("example.com", 100, in TEST_F()
43 "soa1.example.com", "fred.example.com", in TEST_F()
50 EXPECT_EQ("soa1.example.com", std::string(soa->nsname)); in TEST_F()
51 EXPECT_EQ("fred.example.com", std::string(soa->hostmaster)); in TEST_F()
63 .add_question(new DNSQuestion("example.com", T_ANY)) in TEST_F()
64 .add_answer(new DNSSoaRR("example.com", 100, in TEST_F()
[all …]
/third_party/openssl/test/
Dv3nametest.c21 "-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/rust/rust/tests/ui/asm/
Dnamed-asm-labels.stderr8 …= note: see the asm section of Rust By Example <https://doc.rust-lang.org/nightly/rust-by-example/…
18 …= note: see the asm section of Rust By Example <https://doc.rust-lang.org/nightly/rust-by-example/…
27 …= note: see the asm section of Rust By Example <https://doc.rust-lang.org/nightly/rust-by-example/…
36 …= note: see the asm section of Rust By Example <https://doc.rust-lang.org/nightly/rust-by-example/…
45 …= note: see the asm section of Rust By Example <https://doc.rust-lang.org/nightly/rust-by-example/…
54 …= note: see the asm section of Rust By Example <https://doc.rust-lang.org/nightly/rust-by-example/…
63 …= note: see the asm section of Rust By Example <https://doc.rust-lang.org/nightly/rust-by-example/…
72 …= note: see the asm section of Rust By Example <https://doc.rust-lang.org/nightly/rust-by-example/…
81 …= note: see the asm section of Rust By Example <https://doc.rust-lang.org/nightly/rust-by-example/…
90 …= note: see the asm section of Rust By Example <https://doc.rust-lang.org/nightly/rust-by-example/…
[all …]
/third_party/curl/tests/libtest/
Dlib1560.c177 {"1h://example.net", "", 0, 0, CURLUE_BAD_SCHEME},
178 {"..://example.net", "", 0, 0, CURLUE_BAD_SCHEME},
179 {"-ht://example.net", "", 0, 0, CURLUE_BAD_SCHEME},
180 {"+ftp://example.net", "", 0, 0, CURLUE_BAD_SCHEME},
181 {"hej.hej://example.net",
182 "hej.hej | [11] | [12] | [13] | example.net | [15] | / | [16] | [17]",
184 {"ht-tp://example.net",
185 "ht-tp | [11] | [12] | [13] | example.net | [15] | / | [16] | [17]",
187 {"ftp+more://example.net",
188 "ftp+more | [11] | [12] | [13] | example.net | [15] | / | [16] | [17]",
[all …]
/third_party/curl/tests/unit/
Dunit1614.c81 { "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/rust/rust/tests/ui/macros/rfc-3086-metavar-expr/
Dmacro-expansion.rs6 struct Example<'a> { struct
9 _nested: Vec<Example<'a>>, argument
12 macro_rules! example { macro
14 Example {
19 Example {
24 Example {
29 Example {
52 "Example { _indexes: [], _counts: [2, 4, 13], _nested: [",
54 "Example { _indexes: [(0, 2)], _counts: [3, 10], _nested: [",
56 "Example { _indexes: [(0, 2), (0, 3)], _counts: [4], _nested: [",
[all …]
/third_party/flatbuffers/tests/ts/my-game/
Dexample.d.ts1 export { Ability, AbilityT } from './example/ability.js';
2 export { Any } from './example/any.js';
3 export { AnyAmbiguousAliases } from './example/any-ambiguous-aliases.js';
4 export { AnyUniqueAliases } from './example/any-unique-aliases.js';
5 export { Color } from './example/color.js';
6 export { LongEnum } from './example/long-enum.js';
7 export { Monster, MonsterT } from './example/monster.js';
8 export { Race } from './example/race.js';
9 export { Referrable, ReferrableT } from './example/referrable.js';
10 export { Stat, StatT } from './example/stat.js';
[all …]
/third_party/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffers.Test.csproj61 <Compile Include="..\MyGame\Example\Any.cs">
62 <Link>MyGame\Example\Any.cs</Link>
64 <Compile Include="..\MyGame\Example\AnyAmbiguousAliases.cs">
65 <Link>MyGame\Example\AnyAmbiguousAliases.cs</Link>
67 <Compile Include="..\MyGame\Example\AnyUniqueAliases.cs">
68 <Link>MyGame\Example\AnyUniqueAliases.cs</Link>
70 <Compile Include="..\MyGame\Example\Color.cs">
71 <Link>MyGame\Example\Color.cs</Link>
73 <Compile Include="..\MyGame\Example\Race.cs">
74 <Link>MyGame\Example\Race.cs</Link>
[all …]

12345678910>>...373