Lines Matching defs:proxy
57 """Gets the proxy that was used at runtime for a given
63 # we don't allow the proxy used for the system publisher to be
66 if not ds.proxy:
68 return ds.proxy
70 proxy = misc.get_runtime_proxy(ds.proxy, ds.url)
71 if not proxy:
73 return proxy
89 proxy = self.__get_proxy(ds)
90 misc.msg(dfmt.format(ds.url, proxy, ds.success,
226 self.__proxy = repouri.proxy
525 def proxy(self):
526 """Return the default proxy being used to contact the repository
537 system publisher, in which case, we always use the proxy
538 provided rather than proxy environment variables."""