Searched refs:http_proxy (Results 1 - 5 of 5) sorted by relevance
/pkg/src/svc/ |
H A D | svc-pkg-sysrepo | 61 if [ "$http_proxy" ]; then 62 SYSREPO_HTTP_PROXY="-w ${http_proxy}" 121 getprop config/http_proxy 123 http_proxy=${PROPVAL}
|
H A D | svc-pkg-mirror | 357 http_proxy=${http_proxies[$i]} 362 "$cert" $SMF_FMRI "$cachedir" "$http_proxy" \ 400 # <cache dir> <http_proxy> <https_proxy> 410 typeset http_proxy=$(echo $7 | reduce_null_str) 419 export http_proxy=$http_proxy
|
/pkg/src/ |
H A D | sysrepo.py | 167 [-T http_timeout] [-w http_proxy] [-W https_proxy] 549 cache_size, uri_pub_map, http_proxy, https_proxy): 552 If http_proxy or http_proxy is supplied, it will override any proxy 602 for key, val in [("http_proxy", http_proxy), 643 http_proxy=http_proxy, 798 cache_size=1024, http_timeout=3, http_proxy=None, https_proxy=None): 831 port, cache_dir, cache_size, uri_pub_map, http_proxy, [all...] |
H A D | client.py | 5046 """If the user has configured http_proxy or https_proxy in the 5050 http_proxy = os.environ.get("http_proxy", None) 5053 if not http_proxy and not https_proxy: 5058 if http_proxy: 5059 logger.error(_("http_proxy: {0}\n").format(http_proxy))
|
/pkg/src/modules/client/ |
H A D | client_api.py | 446 """If the user has configured http_proxy or https_proxy in the 450 http_proxy = os.environ.get("http_proxy", None) 453 if not http_proxy and not https_proxy: 458 if http_proxy: 459 err += "http_proxy: {0}\n".format(http_proxy)
|
Completed in 36 milliseconds