Lines Matching refs:uri
127 uri = ud.url.split(";")[0]
130 fetchcmd += d.expand(" -c -P ${DL_DIR} '%s'" % uri)
132 fetchcmd += d.expand(" -P ${DL_DIR} '%s'" % uri)
139 …("The fetch command returned success for url %s but %s doesn't exist?!" % (uri, ud.localpath), uri)
143 …ch of %s resulted in a zero size file?! Deleting and failing since this isn't right." % (uri), uri)
336 uri = ud.url.split(";")[0]
337 r = urllib.request.Request(uri)
356 login, unused, password = n.authenticators(urllib.parse.urlparse(uri).hostname)
449 def _fetch_index(self, uri, ud, d): argument
456 fetchcmd += " -O " + f.name + " --user-agent='" + self.user_agent + "' '" + uri + "'"
545 uri = bb.fetch.encodeurl([ud.type, ud.host, path,
548 pupver = self._check_latest_version(uri,
631 uri = ""
649 uri = bb.fetch.encodeurl([ud.type, ud.host, path, ud.user, ud.pswd, {}])
651 uri = regex_uri
653 return (self._check_latest_version(uri, package, package_regex,