Searched defs:unquote (Results 1 - 16 of 16) sorted by relevance

/pkg/src/modules/server/
H A Dface.py36 from six.moves.urllib.parse import unquote namespace
119 spath = unquote(path)
H A Dfeed.py44 from six.moves.urllib.parse import quote, unquote, urlparse namespace
72 unquote(f.get_url_path()))
H A Dtransaction.py37 from six.moves.urllib.parse import quote, unquote namespace
367 self.pkg_name = unquote(self.esc_pkg_name)
418 return m.group(1), unquote(m.group(2))
H A Drepository.py43 from six.moves.urllib.parse import unquote namespace
544 v = pkg.version.Version(unquote(ver), None)
545 f = fmri.PkgFmri(unquote(os.path.basename(pkgpath)))
1595 pname = unquote(name)
1615 pver = unquote(ver)
2220 pname = unquote(name)
2236 pver = unquote(ver)
/pkg/src/util/log-scripts/
H A Dan_manifest.py38 from six.moves.urllib.parse import unquote namespace
88 manifest_by_pkg[unquote(pg["stem"])] += 1
90 manifest_by_pkg[unquote(pg["stem"])] = 1
93 manifest_by_ver_pkg[unquote(pg["stem"] + "@" + pg["version"])] += 1
95 manifest_by_ver_pkg[unquote(pg["stem"] + "@" + pg["version"])] = 1
H A Dan_search.py38 from six.moves.urllib.parse import unquote namespace
124 kw = unquote(pg["keywords"])
/pkg/src/modules/
H A Dindexer.py31 from six.moves.urllib.parse import unquote namespace
185 return pkg.version.Version(unquote(vers), None)
H A Dsearch_storage.py31 from six.moves.urllib.parse import quote, unquote namespace
266 tok = unquote(tmp[0])
281 full_value = unquote(tmp[0])
306 return unquote(lst[0])
578 token = unquote(token[1:])
H A Dp5p.py36 from six.moves.urllib.parse import unquote namespace
836 stem = unquote(stem)
837 ver = unquote(ver)
/pkg/src/util/apache2/sysrepo/
H A Dsysrepo_p5p.py428 from six.moves.urllib.parse import unquote namespace
448 # unquote the url, so that we can easily copy/paste entries from
450 environ["QUERY_STRING"] = unquote(sys.argv[1])
/pkg/src/modules/publish/
H A Dtransaction.py34 from six.moves.urllib.parse import quote, unquote, urlparse, urlunparse namespace
215 path = unquote(path)
H A Ddependencies.py35 from six.moves.urllib.parse import unquote namespace
679 return unquote(os.path.basename(fp)), None
687 return unquote(os.path.basename(fp)), None
/pkg/src/tests/cli/
H A Dt_sysrepo.py48 from six.moves.urllib.parse import urlparse, unquote namespace
1053 environ["QUERY_STRING"] = unquote(query)
/pkg/src/modules/client/
H A Dimageconfig.py34 from six.moves.urllib.parse import quote, unquote namespace
431 self.variants[str(unquote(k))] = v
434 self.facets[str(unquote(k))] = v
437 self.facets._set_inherited(str(unquote(k)), v)
H A Dimage.py47 from six.moves.urllib.parse import quote, unquote namespace
H A Dapi.py74 from six.moves.urllib.parse import unquote namespace
4748 (pfmri, unquote(subfields[1]),

Completed in 102 milliseconds