Lines Matching defs:url

46 	BUrl url("http://ewe:pea@www.something.co.nz:8888/some/path?key1=value1#fragment");  in TestValidFullUrl()  local
69 BUrl url("http://1.2.3.4/some/path#frag/ment"); in TestHostWithPathAndFragment() local
88 BUrl url("http://1.2.3.4#frag/ment"); in TestHostWithFragment() local
106 BUrl url("http://[123:a3:0:E3::123]:8080/some/path?key1=value1"); in TestIpv6HostPortPathAndRequest() local
126 BUrl url("file:///northisland/wellington/brooklyn/windturbine"); in TestFileUrl() local
144 BUrl url("data:image/png;base64,iVBORw0KGI12P4//8/w38GIErkJggg=="); in TestDataUrl() local
162 BUrl url("wierd://tea:tree@/x"); in TestWithUserNameAndPasswordNoHostAndPort() local
182 BUrl url("https://www.something.co.nz:443/z"); in TestHostAndPortWithNoUserNameAndPassword() local
201 BUrl url("https://www.something.co.nz/z"); in TestHostWithNoPortOrUserNameAndPassword() local
219 BUrl url("https://www.something.co.nz"); in TestHostWithNoPortNoPath() local
236 BUrl url("https://www.something.co.nz:1234"); in TestHostWithPortNoPath() local
254 BUrl url("https://www.something.co.nz:"); in TestHostWithEmptyPort() local
271 BUrl url("olala:"); in TestProtocol() local
287 BUrl url("mailto:eric@example.com"); in TestMailTo() local
307 BUrl url("anything://:pwd@host"); in TestAuthorityNoUserName() local
320 BUrl url("anything://unam:@host"); in TestAuthorityWithCredentialsSeparatorNoPassword() local
333 BUrl url("anything://unam@host"); in TestAuthorityWithoutCredentialsSeparatorNoPassword() local
346 BUrl url("anything://host:aaa"); in TestAuthorityBadPort() local
361 BUrl url(" https://www.something.co.nz/z"); in TestWhitespaceBefore() local
368 BUrl url("https://www.something.co.nz/z\t\t "); in TestWhitespaceAfter() local
375 BUrl url("https://www. something.co.nz/z"); in TestWhitespaceMiddle() local
382 BUrl url("https:///z"); in TestHttpNoHost() local
389 BUrl url(""); in TestEmpty() local