/third_party/glib/gio/ |
D | gproxyresolverportal.c | 88 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/ |
D | indexing_suite.hpp | 129 no_proxy; typedef in boost::python::indexing_suite 137 no_proxy 143 no_proxy
|
/third_party/mindspore/cmake/ |
D | utils.cmake | 54 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/ |
D | test1101 | 33 no_proxy=%HOSTIP
|
/third_party/node/deps/npm/node_modules/request/lib/ |
D | getProxyFromURI.js | 45 var noProxy = process.env.NO_PROXY || process.env.no_proxy || ''
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | proxy.js | 54 var noProxy = gyp.opts.noproxy || env.NO_PROXY || env.no_proxy || env.npm_config_noproxy || ''
|
/third_party/ffmpeg/libavformat/ |
D | network.c | 551 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()
|
D | network.h | 306 int ff_http_match_no_proxy(const char *no_proxy, const char *hostname);
|
/third_party/curl/lib/ |
D | url.c | 2255 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/ |
D | environment_variables.md | 11 * no_grpc_proxy, no_proxy
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/ |
D | doctor_test.dart | 151 testUsingContext('reports success when no_proxy is configured correctly', () async { 161 'no_proxy': 'localhost,127.0.0.1',
|
/third_party/python/Lib/urllib/ |
D | request.py | 2530 no_proxy = proxies['no'] 2534 if no_proxy == '*': 2540 for name in no_proxy.split(','):
|
/third_party/node/deps/npm/node_modules/request/ |
D | README.md | 566 * `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/ |
D | 3.6.1rc1.rst | 447 In urllib.request, suffixes in no_proxy environment variable with leading
|
D | 3.5.4rc1.rst | 925 In urllib.request, suffixes in no_proxy environment variable with leading
|
D | 3.5.2rc1.rst | 691 In urllib.request, change the proxy bypass host checking against no_proxy to
|
D | 3.6.0a1.rst | 1094 In urllib.request, change the proxy bypass host checking against no_proxy to
|
D | 3.7.0a1.rst | 3673 In urllib.request, suffixes in no_proxy environment variable with leading
|
/third_party/curl/docs/ |
D | KNOWN_BUGS | 113 11.12 'no_proxy' string-matches IPv6 numerical addresses 856 11.12 'no_proxy' string-matches IPv6 numerical addresses
|
/third_party/python/Doc/library/ |
D | urllib.request.rst | 311 The :envvar:`no_proxy` environment variable can be used to specify hosts
|
/third_party/libxml2/ |
D | NEWS | 2290 (Albert Chin), xmllint --c14n option, no_proxy environment (Mike Hommey),
|
/third_party/python/Misc/ |
D | HISTORY | 14015 - Issue #6894: Fixed the issue urllib2 doesn't respect "no_proxy" environment.
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 80868 - Mike Hommey for $no_proxy, c.f. #133470
|