Lines Matching refs:domain
1262 domain = urlparse.urlparse(base)[1]
1263 self.http.add_credentials("joe", "password", domain)
1951 os.environ["no_proxy"] = "localhost,otherhost.domain.local"
1955 self.assertEquals(pi.bypass_hosts, ["localhost", "otherhost.domain.local"])
1965 os.environ["no_proxy"] = "localhost,otherhost.domain.local,example.com"