Searched refs:urllib (Results 1 - 25 of 49) sorted by relevance

12

/pkg/src/modules/
H A Dp5i.py30 from six.moves.urllib.error import HTTPError
31 from six.moves.urllib.parse import urlunparse
32 from six.moves.urllib.request import urlopen, pathname2url
H A Ddepotcontroller.py35 from six.moves.urllib.error import HTTPError, URLError
36 from six.moves.urllib.request import pathname2url, urlopen
37 from six.moves.urllib.parse import urlunparse, urljoin
H A Dsmf.py37 from six.moves.urllib.parse import urlparse
H A Dp5s.py30 from six.moves.urllib.parse import urlparse, urlunparse
H A Dfmri.py29 from six.moves.urllib.parse import quote
H A Dmisc.py54 import urllib namespace
63 # Module 'urllib' has no 'parse' member; pylint: disable=E1101
65 from six.moves.urllib.parse import urlsplit, urlparse, urlunparse
66 from six.moves.urllib.request import pathname2url, url2pathname
326 host = urllib.parse.splitport(o[1])[0]
328 host = urllib.splitport(o[1])[0]
H A Dsearch_storage.py31 from six.moves.urllib.parse import quote, unquote
219 # Each line begins with a urllib quoted search token. It's followed by
/pkg/src/tests/cli/
H A Dt_publish_api.py33 from six.moves.urllib.parse import urlunparse
34 from six.moves.urllib.request import pathname2url
H A Dt_util_merge.py42 from six.moves.urllib.parse import urlparse
43 from six.moves.urllib.request import url2pathname
H A Dt_depot_config.py41 from six.moves.urllib.error import HTTPError
42 from six.moves.urllib.parse import quote
43 from six.moves.urllib.request import urlopen
H A Dt_sysrepo.py47 from six.moves.urllib.error import HTTPError
48 from six.moves.urllib.parse import urlparse, unquote
49 from six.moves.urllib.request import urlopen
312 # 3. use urllib to pull the url for the file again, verify
H A Dt_pkg_depotd.py42 from six.moves.urllib.error import HTTPError, URLError
43 from six.moves.urllib.parse import quote, urljoin
44 from six.moves.urllib.request import urlopen
/pkg/src/tests/api/
H A Dt_p5i.py45 from six.moves.urllib.parse import urlparse, urlunparse
46 from six.moves.urllib.request import pathname2url
/pkg/src/util/log-scripts/
H A Dan_manifest.py38 from six.moves.urllib.parse import unquote
H A Dan_search.py38 from six.moves.urllib.parse import unquote
H A Dan_report.py39 from six.moves.urllib.request import urlopen
/pkg/src/modules/server/
H A Dface.py36 from six.moves.urllib.parse import unquote
H A Dfeed.py44 from six.moves.urllib.parse import quote, unquote, urlparse
/pkg/src/modules/actions/
H A Dlicense.py45 from six.moves.urllib.parse import quote
/pkg/src/util/apache2/depot/
H A Ddepot_index.py39 from six.moves.urllib.parse import quote
40 from six.moves.urllib.request import urlopen
/pkg/src/modules/client/transport/
H A Dstats.py32 from six.moves.urllib.parse import urlsplit
/pkg/src/
H A Dsysrepo.py44 from six.moves.urllib.error import URLError
45 from six.moves.urllib.parse import urlparse
46 from six.moves.urllib.request import build_opener, HTTPRedirectHandler
H A Ddepot.py84 from six.moves.urllib.parse import urlparse, urlunparse
/pkg/src/util/apache2/sysrepo/
H A Dsysrepo_p5p.py428 from six.moves.urllib.parse import unquote
/pkg/src/modules/publish/
H A Dtransaction.py34 from six.moves.urllib.parse import quote, unquote, urlparse, urlunparse

Completed in 63 milliseconds

12