Searched refs:https_proxy (Results 1 - 5 of 5) sorted by relevance

/pkg/src/svc/
H A Dsvc-pkg-sysrepo64 if [ "$https_proxy" ]; then
65 SYSREPO_HTTPS_PROXY="-W ${https_proxy}"
126 getprop config/https_proxy
128 https_proxy=${PROPVAL}
H A Dsvc-pkg-mirror358 https_proxy=${https_proxies[$i]}
363 "$https_proxy" "$clone" "$pub"
400 # <cache dir> <http_proxy> <https_proxy>
411 typeset https_proxy=$(echo $8 | reduce_null_str)
420 export https_proxy=$https_proxy
/pkg/src/
H A Dsysrepo.py167 [-T http_timeout] [-w http_proxy] [-W https_proxy]
549 cache_size, uri_pub_map, http_proxy, https_proxy):
603 ("https_proxy", https_proxy)]:
644 https_proxy=https_proxy)
798 cache_size=1024, http_timeout=3, http_proxy=None, https_proxy=None):
832 https_proxy)
873 https_proxy = None
900 https_proxy
[all...]
H A Dclient.py5046 """If the user has configured http_proxy or https_proxy in the
5051 https_proxy = os.environ.get("https_proxy", None)
5053 if not http_proxy and not https_proxy:
5060 if https_proxy:
5061 logger.error(_("https_proxy: {0}\n").format(https_proxy))
/pkg/src/modules/client/
H A Dclient_api.py446 """If the user has configured http_proxy or https_proxy in the
451 https_proxy = os.environ.get("https_proxy", None)
453 if not http_proxy and not https_proxy:
460 if https_proxy:
461 err += "https_proxy: {0}\n".format(https_proxy)

Completed in 274 milliseconds