Lines Matching refs:foo
5 ["http://user:pass@foo:21/bar;par?b#c", ["http:","foo","21","/bar;par","?b","#c"]],
6 ["http:foo.com", ["http:","foo.com","0","/","",""]],
7 ["\\t :foo.com \\n", [":","","0","","",""]],
8 [" foo.com ", [":","","0","","",""]],
9 ["a:\\t foo.com", ["a:","","0"," foo.com","",""]],
23 [":foo.com/", [":","","0","","",""]],
24 [":foo.com\\\\", [":","","0","","",""]],
41 ["foo://", ["foo:","","0","//","",""]],
44 ["http://&a:foo(b]c@d:2/", ["http:","d","2","/","",""]],
46 ["http://foo.com:b@d/", ["http:","d","0","/","",""]],
47 ["http://foo.com/\\\\@", ["http:","foo.com","0","//@","",""]],
48 ["http:\\\\\\\\foo.com\\\\", ["http:","foo.com","0","/","",""]],
49 ["http:\\\\\\\\a\\\\b:c\\\\d@foo.com\\\\", ["http:","a","0","/b:c/d@foo.com/","",""]],
50 ["foo:/", ["foo:","","0","/","",""]],
51 ["foo:/bar.com/", ["foo:","","0","/bar.com/","",""]],
52 ["foo://///////", ["foo:","","0","/////////","",""]],
53 ["foo://///////bar.com/", ["foo:","","0","/////////bar.com/","",""]],
54 ["foo:////://///", ["foo:","","0","////://///","",""]],
55 ["c:/foo", ["c:","","0","/foo","",""]],
56 ["//foo/bar", [":","","0","","",""]],
57 ["http://foo/path;a??e#f#g", ["http:","foo","0","/path;a","??e","#f#g"]],
58 ["http://foo/abcd?efgh?ijkl", ["http:","foo","0","/abcd","?efgh?ijkl",""]],
59 ["http://foo/abcd#foo?bar", ["http:","foo","0","/abcd","","#foo?bar"]],
62 ["http:[61:27]/:foo", [":","","0","","",""]],