Lines Matching refs:uri
2179 msg += _("\n {uri} (scheme: "
2180 "{scheme})").format(uri=i, scheme=s)
2184 return _("The URI '{uri}' uses the unsupported "
2187 uri=i, scheme=s)
2209 return _("The proxy URI '{uri}' uses the unsupported "
2212 uri=self.data, scheme=scheme)
2587 self.uri = self._args.get("uri", None)
2591 if self.uri:
2593 "'{pub}' needed to access '{uri}', "
2596 pub=self.publisher, uri=self.uri)
2601 if self.uri:
2603 "'{uri}', has expired. Please install a valid "
2605 uri=self.uri)
2629 pdict[e.publisher].append(e.uri)
2631 pdict[e.publisher] = [e.uri]
2637 for uri in uris:
2639 msg += " {0}\n".format(uri)
2641 msg += " {0}\n".format(uri.ssl_cert)
2643 msg += " {0}\n".format(uri.ssl_key)
2654 uri = self._args.get("uri", None)
2657 if uri:
2659 "'{pub}', needed to access '{uri}', "
2662 uri=uri, days=days)
2666 if uri:
2668 "'{uri}', will expire in '{days}' days.").format(
2669 cert=self.data, uri=uri, days=days)
2679 uri = self._args.get("uri", None)
2681 if uri:
2683 "'{pub}', needed to access '{uri}', is "
2685 pub=publisher, uri=uri)
2689 if uri:
2691 "'{uri}' is invalid.").format(cert=self.data,
2692 uri=uri)
2701 uri = self._args.get("uri", None)
2703 if uri:
2706 "'{uri}'.").format(key=self.data,
2707 pub=publisher, uri=uri)
2711 if uri:
2713 "access '{uri}'.").format(key=self.data,
2714 uri=uri)
2723 uri = self._args.get("uri", None)
2725 if uri:
2728 "to access '{uri}'.").format(
2730 uri=uri)
2734 if uri:
2736 "needed to access '{uri}'.").format(
2737 cert=self.data, uri=uri)
2748 uri = self._args.get("uri", None)
2750 if uri:
2752 "'{pub}', needed to access '{uri}', "
2755 uri=uri)
2759 if uri:
2761 "'{uri}' has a future effective date.").format(
2762 cert=self.data, uri=uri)