Home
last modified time | relevance | path

Searched refs:_proxy (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/npm/test/fixtures/
Dsandbox.js40 const _proxy = Symbol('sandbox.proxy') constant
80 this[_proxy] = new Proxy(_process, {
84 this[_proxy].env = { ...options.env }
85 this[_proxy].argv = []
117 return this[_proxy]
143 .split(normalize(this[_proxy].execPath)).join('{EXECPATH}')
153 .split(this[_proxy].platform).join('{PLATFORM}')
154 .split(this[_proxy].arch).join('{ARCH}')
187 this[_proxy].env = {}
188 this[_proxy].argv = []
[all …]
/third_party/ffmpeg/tests/fate/
Dprores.mak4 fate-prores-422_proxy \
17 fate-prores-422_proxy: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/prores/Sequence_1-Apple…
/third_party/jsframework/runtime/main/reactivity/
Dobject.js37 vm._proxy(key);
/third_party/python/Lib/collections/
D__init__.py39 from _weakref import proxy as _proxy unknown
101 self.__root = root = _proxy(self.__hardroot)
107 dict_setitem=dict.__setitem__, proxy=_proxy, Link=_Link):
/third_party/python/Doc/library/
Durllib.request.rst79 In addition, if proxy settings are detected (for example, when a ``*_proxy``
170 mappings. It scans the environment for variables named ``<scheme>_proxy``,
185 lowercase (or at least the ``_proxy`` suffix).
304 ``<protocol>_proxy``. If no proxy environment variables are set, then
894 .. _proxy-handler:
1003 .. _proxy-basic-auth-handler:
1039 .. _proxy-digest-auth-handler:
1265 variables named ``<scheme>_proxy``, where ``<scheme>`` is the URL scheme
/third_party/glib/patch/
Dbackport-openharmony-adapt.patch4178 +_g_freedesktop_dbus_proxy_g_properties_changed (GDBusProxy *_proxy,
4182 + _GFreedesktopDBusProxy *proxy = _G_FREEDESKTOP_DBUS_PROXY (_proxy);
10533 +gxdp_documents_proxy_g_properties_changed (GDBusProxy *_proxy,
10537 + GXdpDocumentsProxy *proxy = GXDP_DOCUMENTS_PROXY (_proxy);
12298 +gxdp_open_uri_proxy_g_properties_changed (GDBusProxy *_proxy,
12302 + GXdpOpenURIProxy *proxy = GXDP_OPEN_URI_PROXY (_proxy);
13525 +gxdp_proxy_resolver_proxy_g_properties_changed (GDBusProxy *_proxy,
13529 + GXdpProxyResolverProxy *proxy = GXDP_PROXY_RESOLVER_PROXY (_proxy);
14767 +gxdp_trash_proxy_g_properties_changed (GDBusProxy *_proxy,
14771 + GXdpTrashProxy *proxy = GXDP_TRASH_PROXY (_proxy);
/third_party/json/
DChangeLog.md1225 - iteration\_proxy: Fix integer truncation from std::size\_t to int [\#1797](https://github.com/nlo…
2417 - Adding first and second properties to iteration\_proxy\_internal [\#578](https://github.com/nlohm…
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs5931 …var proxy = getEnv("npm_config_" + proto + "_proxy") || getEnv(proto + "_proxy") || getEnv("npm_co…