Lines Matching full:foo
101 '/foo/bar' => ['/foo','bar'],
102 '/foo/bar/' => ['/foo','bar'],
103 'foo/bar/' => ['foo','bar'],
104 'foo/bar' => ['foo','bar'],
105 'foo/bar/baz' => ['foo/bar','baz'],
106 'foo/bar/baz/' => ['foo/bar','baz'],
107 'foo' => ['','foo'],
108 'foo/' => ['','foo'],
109 '/foo/' => ['','foo'],
110 '/foo' => ['','foo'],
116 "foo/\xC3\xA0\xC3\xBCr" => ["foo","\xC3\xA0\xC3\xBCr"],
146 'http://example.org/foo/baz',
151 'https://example.org/foo',
156 'https://example.org/foo',
158 'https://example.org/foo?a=b',
161 '//example.org/foo',
163 '//example.org/foo?a=b',
167 'https://example.org:81/foo#hey',
169 'https://example.org:81/foo?a=b#c=d',
173 'http://example.org/foo/bar',
175 'http://example.org/foo/bar2',
179 'http://example.org/foo/bar/',
181 'http://example.org/foo/bar/bar2/bar3',