Searched refs:quote (Results 1 - 21 of 21) sorted by relevance

/pkg/src/modules/
H A Dfmri.py29 from six.moves.urllib.parse import quote namespace
493 return "{0}".format(quote(self.pkg_name, ""))
498 return "{0}@{1}".format(quote(self.pkg_name, ""),
499 quote(str(self.version), ""))
505 return "{0}".format(quote(self.pkg_name, ""))
510 return "{0}/{1}".format(quote(self.pkg_name, ""),
511 quote(self.version.__str__(), ""))
520 return "{0}@{1}".format(quote(self.pkg_name, ""),
521 quote(self.version.__str__(), ""))
H A Dsearch_storage.py31 from six.moves.urllib.parse import quote, unquote namespace
321 "quote". The details of the contents on entries are described
325 res = "{0}".format(quote(str(token)))
335 quote(str(full_value)))
566 return "1" + quote(str)
H A Dmogrify.py141 quote=True)
297 pkg_attrs, filename, lineno, quote=True)
316 pkg_attrs, filename, lineno, quote=True)
334 def substitute_values(msg, action, matches, pkg_attrs, filename=None, lineno=None, quote=False):
368 d.setdefault("quote", quote)
371 d["quote"] = False
409 if not d["quote"]:
/pkg/src/modules/actions/
H A Dlicense.py45 from six.moves.urllib.parse import quote namespace
71 "license." + quote(self.attrs["license"], "")),
141 "license." + quote(self.attrs["license"], ""))
165 "license." + quote(self.attrs["license"], ""))
241 "license." + quote(self.attrs["license"],
H A D_actions.c163 char quote; local
375 quote = str[i];
388 malformed("quote in key");
427 if (str[i] == '\\' || str[i] == quote) {
436 } else if (str[i] == quote) {
567 quote = str[i];
/pkg/src/modules/server/
H A Dtransaction.py37 from six.moves.urllib.parse import quote, unquote namespace
158 quote(str(self.fmri), ""))
175 self.esc_pkg_name = quote(pfmri, "")
206 self.esc_pkg_name = quote(pkg_name, "")
216 self.esc_pkg_name = quote(self.pkg_name, "")
289 self.esc_pkg_name = quote(pfmri, "")
320 self.esc_pkg_name = quote(pkg_name, "")
328 self.esc_pkg_name = quote(self.pkg_name, "")
H A Dfeed.py44 from six.moves.urllib.parse import quote, unquote, urlparse namespace
191 "info/0/{0}".format(quote(str(pfmri))))
H A Ddepot.py62 from six.moves.urllib.parse import quote, urlunsplit namespace
559 quote(fv),
875 trans_id = quote(tokens[0], "")
991 trans_id = quote(tokens[0], "")
1012 trans_id = quote(tokens[0], "")
1099 trans_id = quote(tokens[0], "")
1136 trans_id = quote(tokens[0], "")
/pkg/src/util/apache2/depot/
H A Ddepot_index.py39 from six.moves.urllib.parse import quote namespace
509 pkg_name = quote(pkg_name)
/pkg/src/modules/publish/
H A Dtransaction.py34 from six.moves.urllib.parse import quote, unquote, urlparse, urlunparse namespace
187 return quote(self.pkg_name, "")
/pkg/src/modules/client/
H A Dimageconfig.py34 from six.moves.urllib.parse import quote, unquote namespace
574 quote(f, ""), self.variants[f])
583 quote(f, ""), self.facets.local[f])
592 quote(f, ""), self.facets.inherited[f])
H A Dpublisher.py58 from six.moves.urllib.parse import quote, urlsplit, urlparse, urlunparse, \
59 ParseResult namespace
H A Dimage.py47 from six.moves.urllib.parse import quote, unquote namespace
/pkg/src/tests/cli/
H A Dt_pkg_depotd.py43 from six.moves.urllib.parse import quote, urljoin namespace
243 quote(plist[0])))
246 quote(plist[0])))
486 quote("entire@1.0,5.11-0")))
H A Dt_depot_config.py42 from six.moves.urllib.parse import quote namespace
659 first_ver = quote(str(first_fmri.version))
660 second_ver = quote(str(second_fmri.version))
H A Dt_pkg_install.py48 from six.moves.urllib.parse import quote namespace
1349 # to properly quote it later.
1410 # we need to quote the version carefully to use exactly the
1414 "{0}/test1/manifest/0/foo@{1}".format(self.durl1, quote(
1475 quote(foo_version)))
/pkg/src/modules/client/transport/
H A Drepo.py38 from six.moves.urllib.parse import quote, urlencode, urlsplit, urlparse, \
507 requesturl = urljoin(requesturl, quote(
982 request_str = quote(pkg_name, "")
1132 quote("pkg://{0}/".format(pfx), safe='') not in trans_id):
1374 quote(fv),
1947 quote("pkg://{0}/".format(pfx), safe='') not in trans_id):
39 urlunparse, urljoin namespace
H A Dtransport.py42 from six.moves.urllib.parse import quote, urlsplit, urlparse, urlunparse, \
2001 fn = quote(uri, "")
43 ParseResult namespace
/pkg/src/modules/lint/
H A Dengine.py43 from six.moves.urllib.parse import urlparse, quote namespace
876 quote(os.path.abspath(uri)))
/pkg/src/util/publish/
H A Dpkgmerge.py54 from six.moves.urllib.parse import quote namespace
487 quote(str(pfmri), ""))
/pkg/src/
H A Dpull.py60 from six.moves.urllib.parse import quote namespace
1417 quote(str(pfmri), ""))

Completed in 133 milliseconds