Lines Matching refs:scheme
73 supported (e.g. because of the scheme).
81 if "scheme" in self._args:
82 return _("Unsupported scheme '{scheme}' in URL: "
83 "'{url}'.").format(scheme=self._args["scheme"],
208 scheme, netloc, path, params, query, fragment = \
213 self.scheme = scheme
214 if scheme == "file":
228 if scheme == "file":
232 elif scheme != "file" and create_repo:
234 type=scheme)
687 The class of the object returned will depend upon the scheme of
719 scheme, netloc, path, params, query, fragment = \
721 scheme = scheme.lower()
724 scheme = "null"
725 if scheme != "null" and (not xport or not pub):
728 if scheme not in cls.__schemes:
730 scheme=scheme)
731 if scheme.startswith("http") and not netloc:
734 if scheme.startswith("file"):
749 origin_url = urlunparse((scheme, netloc, path, params,
752 return cls.__schemes[scheme](origin_url,