Home
last modified time | relevance | path

Searched refs:urlparse (Results 1 - 23 of 23) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_urlparse.py74 result = urllib.parse.urlparse(url)
86 result3 = urllib.parse.urlparse(result.geturl())
228 self.assertEqual(urllib.parse.urlunparse(urllib.parse.urlparse(u)), u)
280 self.assertEqual(urllib.parse.urlparse('mailto:1337@example.org'),
477 urlparsed = urllib.parse.urlparse(url)
488 self.assertRaises(ValueError, urllib.parse.urlparse, invalid_url)
714 for parse in (urllib.parse.urlsplit, urllib.parse.urlparse):
733 for parse in (urllib.parse.urlsplit, urllib.parse.urlparse):
763 p = urllib.parse.urlparse(uri)
781 p = urllib.parse.urlparse(ur
[all...]
H A Dssl_servers.py64 path = urllib.parse.urlparse(path)[2]
H A Dtest_urllibnet.py31 domain = urllib.parse.urlparse(support.TEST_HTTP_URL).netloc
H A Dtest_urllib2.py23 from urllib.parse import urlparse namespace
1101 parsed = urlparse(url)
1105 # splittag sets the fragment as None while urlparse sets it to ''
1107 self.assertEqual(urlparse(r.get_full_url()).query, parsed.query)
H A Dtest_urllib2_localnet.py269 (scm, netloc, path, params, query, fragment) = urllib.parse.urlparse(
H A Dtest_logging.py59 from urllib.parse import urlparse, parse_qs namespace
2052 self.log_data = urlparse(request.path)
/third_party/gn/infra/
H A Drecipes.py39 import urllib.parse as urlparse namespace
41 import urlparse namespace
184 engine_path = urlparse.urlparse(url).path
/third_party/nghttp2/script/
H A Dfetch-ocsp-response64 from urllib.parse import urlparse namespace
67 from urlparse import urlparse namespace
198 ocsp_host = urlparse(ocsp_uri).netloc
/third_party/skia/infra/bots/
H A Drecipes.py39 import urllib.parse as urlparse namespace
41 import urlparse namespace
180 engine_path = urlparse.urlparse(url).path
/third_party/mesa3d/docs/_exts/
H A Dredirects.py23 from urllib.parse import urlparse namespace
37 if urlparse(dst).scheme == "":
/third_party/python/Lib/urllib/
H A Drobotparser.py57 self.host, self.path = urllib.parse.urlparse(url)[1:3]
168 parsed_url = urllib.parse.urlparse(urllib.parse.unquote(url))
222 path = urllib.parse.urlunparse(urllib.parse.urlparse(path))
H A Dparse.py3 urlparse module is based upon the following RFC specifications.
23 urlparse module should conform with it. The urlparse module is
42 __all__ = ["urlparse", "urlunparse", "urljoin", "urldefrag",
51 # being the default value returned by “urlsplit” and “urlparse”.
374 def urlparse(url, scheme='', allow_fragments=True): function
549 urlparse(base, '', allow_fragments)
551 urlparse(url, bscheme, allow_fragments)
617 s, n, p, a, q, frag = urlparse(url)
1052 "use urllib.parse.urlparse() instea
[all...]
H A Drequest.py104 urlparse, urlsplit, urljoin, unwrap, quote, unquote,
309 host = urlparse(url)[1]
702 urlparts = urlparse(newurl)
1237 host = urlparse(req.full_url)[1]
2182 urlparts = urlparse(newurl)
/third_party/python/Lib/distutils/command/
H A Dupload.py14 from urllib.parse import urlparse namespace
79 urlparse(self.repository)
H A Dregister.py162 host = urllib.parse.urlparse(self.repository)[1]
/third_party/skia/tools/skpbench/
H A Dsheet.py18 import urlparse namespace
160 fileuri = urlparse.urljoin('file:', urllib.pathname2url(pathname))
/third_party/googletest/googletest/scripts/
H A Dupload.py62 import urlparse namespace
773 scheme, netloc, path, params, query, fragment = urlparse.urlparse(url)
792 base = urlparse.urlunparse(("http", netloc, path, params,
797 base = urlparse.urlunparse((scheme, netloc, path, params,
/third_party/mesa3d/bin/
H A Dgen_release_notes.py200 issues.append(os.path.basename(urllib.parse.urlparse(bug).path))
/third_party/python/Lib/xml/dom/
H A Dxmlbuilder.py227 parts = urllib.parse.urlparse(systemId)
/third_party/mesa3d/.gitlab-ci/lava/
H A Dlava_job_submitter.py193 uri_obj = urllib.parse.urlparse(uri)
/third_party/python/Lib/http/
H A Dcookiejar.py628 host = urllib.parse.urlparse(url)[1]
/third_party/python/Lib/test/support/
H A D__init__.py637 filename = urllib.parse.urlparse(url)[2].split('/')[-1] # '/': it's URL!
/third_party/node/deps/v8/tools/
H A Dgrokdump.py2644 parsedurl = urllib.parse.urlparse(self.path)

Completed in 34 milliseconds