Lines Matching full:example
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',
35 host: 'example.com',
36 hostname: 'example.com',
42 'http://example.com?foo=/bar/#frag': {
43 href: 'http://example.com/?foo=/bar/#frag',
45 host: 'example.com',
46 hostname: 'example.com',
52 'http://example.com?foo=?bar/#frag': {
53 href: 'http://example.com/?foo=?bar/#frag',
55 host: 'example.com',
56 hostname: 'example.com',
62 'http://example.com#frag=?bar/#frag': {
63 href: 'http://example.com/#frag=?bar/#frag',
65 host: 'example.com',
66 hostname: 'example.com',
216 'http://example.com/?foo=bar%231%232%233&abc=%234%23%235#frag': {
217 href: 'http://example.com/?foo=bar%231%232%233&abc=%234%23%235#frag',
220 host: 'example.com',
221 hostname: 'example.com',
240 [`http://www.${'z'.repeat(63)}example.com/node`]: {
241 href: `http://www.${'z'.repeat(63)}example.com/node`,
244 host: `www.${'z'.repeat(63)}example.com`,
245 hostname: `www.${'z'.repeat(63)}example.com`,
259 'http://%F0%9F%98%80@www.example.com/': {
260 href: 'http://%F0%9F%98%80@www.example.com/',
263 hostname: 'www.example.com',