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

/pkg/src/tests/cli/
H A Dt_util_merge.py42 from six.moves.urllib.parse import urlparse namespace
140 parts = urlparse(uri, "file", allow_fragments=0)
H A Dt_sysrepo.py48 from six.moves.urllib.parse import urlparse, unquote namespace
419 urlresult = urlparse(self.rurl1)
H A Dt_pkgrecv.py54 from six.moves.urllib.parse import urlparse namespace
260 parts = urlparse(uri, "file", allow_fragments=0)
/pkg/src/modules/
H A Dp5s.py30 from six.moves.urllib.parse import urlparse, urlunparse namespace
61 urlparse(val)
H A Dsmf.py37 from six.moves.urllib.parse import urlparse namespace
H A Dmisc.py65 from six.moves.urllib.parse import urlsplit, urlparse, urlunparse namespace
317 path = urlparse(url, "file", allow_fragments=0)[2]
1311 urlparse(uri, "file", allow_fragments=0)
/pkg/src/modules/server/
H A Dfeed.py44 from six.moves.urllib.parse import quote, unquote, urlparse namespace
104 netloc, path = urlparse(cherrypy.url())[1:3]
/pkg/src/modules/publish/
H A Dtransaction.py34 from six.moves.urllib.parse import quote, unquote, urlparse, urlunparse namespace
209 urlparse(origin_url, "http", allow_fragments=0)
720 urlparse(origin_url, "http", allow_fragments=0)
/pkg/src/tests/api/
H A Dt_p5i.py45 from six.moves.urllib.parse import urlparse, urlunparse namespace
/pkg/src/
H A Dsysrepo.py45 from six.moves.urllib.parse import urlparse namespace
410 u = urlparse(proxy)
491 urlresult = urlparse(uri)
607 result = urlparse(val)
H A Ddepot.py84 from six.moves.urllib.parse import urlparse, urlunparse namespace
409 fragment = urlparse(arg,
/pkg/src/modules/lint/
H A Dengine.py43 from six.moves.urllib.parse import urlparse, quote namespace
874 if not urlparse(uri).scheme:
/pkg/src/modules/client/transport/
H A Drepo.py38 from six.moves.urllib.parse import quote, urlencode, urlsplit, urlparse, \
491 components = list(urlparse(uri))
1264 urlparse(self._repouri.uri, "file",
1994 urlparse(self._repouri.uri, "file",
2323 urlparse(repouri.uri, "file",
39 urlunparse, urljoin namespace
H A Dtransport.py42 from six.moves.urllib.parse import quote, urlsplit, urlparse, urlunparse, \
1990 orig = urlparse(uri)
1991 crl = urlparse(crl_host)
2044 orig = urlparse(uri)
3273 urlparse(d._url, "http", allow_fragments=0)
43 ParseResult namespace
/pkg/src/modules/client/
H A Dpublisher.py58 from six.moves.urllib.parse import quote, urlsplit, urlparse, urlunparse, \
413 urlparse(self.__uri, allow_fragments=False)
423 urlparse(self.__uri, allow_fragments=0)
433 urlparse(self.__uri, allow_fragments=0)
59 ParseResult namespace

Completed in 72 milliseconds