Home
last modified time | relevance | path

Searched refs:no_proxy (Results 1 – 23 of 23) sorted by relevance

/third_party/glib/gio/
Dgproxyresolverportal.c88 static const char *no_proxy[2] = { "direct://", NULL }; variable
112 proxy = g_strdupv ((gchar **)no_proxy); in g_proxy_resolver_portal_lookup()
176 proxies = g_strdupv ((gchar **)no_proxy); in g_proxy_resolver_portal_lookup_finish()
/third_party/boost/boost/python/suite/indexing/
Dindexing_suite.hpp129 no_proxy; typedef in boost::python::indexing_suite
137 no_proxy
143 no_proxy
/third_party/mindspore/cmake/
Dutils.cmake54 if(NOT ENV{no_proxy})
55 set(ENV{no_proxy} "${LOCAL_LIBS_SERVER}")
57 string(FIND $ENV{no_proxy} ${LOCAL_LIBS_SERVER} IP_POS)
59 set(ENV{no_proxy} "$ENV{no_proxy},${LOCAL_LIBS_SERVER}")
/third_party/curl/tests/data/
Dtest110133 no_proxy=%HOSTIP
/third_party/node/deps/npm/node_modules/request/lib/
DgetProxyFromURI.js45 var noProxy = process.env.NO_PROXY || process.env.no_proxy || ''
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dproxy.js54 var noProxy = gyp.opts.noproxy || env.NO_PROXY || env.no_proxy || env.npm_config_noproxy || ''
/third_party/ffmpeg/libavformat/
Dnetwork.c551 int ff_http_match_no_proxy(const char *no_proxy, const char *hostname) in ff_http_match_no_proxy() argument
555 if (!no_proxy) in ff_http_match_no_proxy()
559 buf = av_strdup(no_proxy); in ff_http_match_no_proxy()
Dnetwork.h306 int ff_http_match_no_proxy(const char *no_proxy, const char *hostname);
/third_party/curl/lib/
Durl.c2255 static bool check_noproxy(const char *name, const char *no_proxy) argument
2262 if(no_proxy && no_proxy[0]) {
2269 if(strcasecompare("*", no_proxy)) {
2275 no_proxy_len = strlen(no_proxy);
2289 strchr(separator, no_proxy[tok_start]) != NULL) {
2298 strchr(separator, no_proxy[tok_end]) == NULL; ++tok_end)
2306 if(no_proxy[tok_start] == '.')
2312 if(strncasecompare(no_proxy + tok_start, checkn,
2606 char *no_proxy = NULL; local
2643 no_proxy = curl_getenv(p);
[all …]
/third_party/grpc/doc/
Denvironment_variables.md11 * no_grpc_proxy, no_proxy
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Ddoctor_test.dart151 testUsingContext('reports success when no_proxy is configured correctly', () async {
161 'no_proxy': 'localhost,127.0.0.1',
/third_party/python/Lib/urllib/
Drequest.py2530 no_proxy = proxies['no']
2534 if no_proxy == '*':
2540 for name in no_proxy.split(','):
/third_party/node/deps/npm/node_modules/request/
DREADME.md566 * `NO_PROXY` / `no_proxy`
570 `request` is also aware of the `NO_PROXY`/`no_proxy` environment variables. These variables provide…
572 Here's some examples of valid `no_proxy` values:
/third_party/python/Misc/NEWS.d/
D3.6.1rc1.rst447 In urllib.request, suffixes in no_proxy environment variable with leading
D3.5.4rc1.rst925 In urllib.request, suffixes in no_proxy environment variable with leading
D3.5.2rc1.rst691 In urllib.request, change the proxy bypass host checking against no_proxy to
D3.6.0a1.rst1094 In urllib.request, change the proxy bypass host checking against no_proxy to
D3.7.0a1.rst3673 In urllib.request, suffixes in no_proxy environment variable with leading
/third_party/curl/docs/
DKNOWN_BUGS113 11.12 'no_proxy' string-matches IPv6 numerical addresses
856 11.12 'no_proxy' string-matches IPv6 numerical addresses
/third_party/python/Doc/library/
Durllib.request.rst311 The :envvar:`no_proxy` environment variable can be used to specify hosts
/third_party/libxml2/
DNEWS2290 (Albert Chin), xmllint --c14n option, no_proxy environment (Mike Hommey),
/third_party/python/Misc/
DHISTORY14015 - Issue #6894: Fixed the issue urllib2 doesn't respect "no_proxy" environment.
/third_party/chromium/patch/
D0001-cve.patch80868 - Mike Hommey for $no_proxy, c.f. #133470