Home
last modified time | relevance | path

Searched refs:Proxy (Results 1 – 25 of 69) sorted by relevance

123

/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
DDoctrineProxySubscriber.php7 use Doctrine\Common\Persistence\Proxy; alias
11 use Doctrine\ORM\Proxy\Proxy as ORMProxy;
56 (!$object instanceof Proxy && !$object instanceof ORMProxy)
87 if ($object instanceof Proxy) {
109 …> 'serializer.pre_serialize', 'method' => 'onPreSerializeTypedProxy', 'interface' => Proxy::class],
113 …['event' => 'serializer.pre_serialize', 'method' => 'onPreSerialize', 'interface' => Proxy::class],
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/
DDoctrineProxyMatcher.php6 use Doctrine\Common\Persistence\Proxy; alias
20 return $object instanceof Proxy;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/
DDoctrineProxyMatcher.php6 use Doctrine\Common\Persistence\Proxy; alias
20 return $object instanceof Proxy;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
DSimpleObjectProxy.php7 use Doctrine\Common\Persistence\Proxy; alias
9 class SimpleObjectProxy extends SimpleObject implements Proxy
/plugin/asciidocjs/node_modules/is-regex/test/
Dindex.js61 test('does not perform operations observable to Proxies', { skip: typeof Proxy !== 'function' }, fu…
87 var proxy = new Proxy({ lastIndex: 0 }, handler);
96 var proxy = new Proxy(/a/, handler);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
Dfunctions.php6 use GuzzleHttp\Handler\Proxy; alias
107 $handler = Proxy::wrapSync(new CurlMultiHandler(), new CurlHandler());
116 ? Proxy::wrapStreaming($handler, new StreamHandler())
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DUtils.php8 use GuzzleHttp\Handler\Proxy; alias
92 $handler = Proxy::wrapSync(new CurlMultiHandler(), new CurlHandler());
102 ? Proxy::wrapStreaming($handler, new StreamHandler())
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
DEventDispatcherTest.php7 use Doctrine\Common\Persistence\Proxy; alias
81 $this->dispatcher->addListener('pre', [$a, 'onlyProxy'], 'Bar', 'json', Proxy::class);
100 $this->dispatcher->addListener('pre', [$a, 'onlyProxy'], 'Bar', 'json', Proxy::class);
/plugin/asciidocjs/node_modules/is-regex/
D.eslintrc15 "Proxy": false,
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
DProxy.php10 class Proxy class
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/
DProxy.php14 class Proxy class
/plugin/authgooglesheets/vendor/google/auth/
DREADME.md129 Proxy (IAP), you will need to fetch an ID token to access your application. For
171 For invoking Cloud Identity-Aware Proxy, you will need to pass the Client ID
217 #### Call using Proxy-Authorization Header
220 you can include the ID token in a `Proxy-Authorization: Bearer`
221 header instead. If a valid ID token is found in a `Proxy-Authorization` header,
272 If your app is running behind [Google Identity-Aware Proxy][iap-id-tokens]
/plugin/asciidocjs/node_modules/get-intrinsic/
Dindex.js102 '%Proxy%': typeof Proxy === 'undefined' ? undefined : Proxy,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DTasksNamespace.asciidoc81 Proxy function to list() to prevent BC break since 7.4.0
/plugin/etherpadlite/
DREADME.md50 <Proxy http://localhost:9001/>
53 </Proxy>
/plugin/diagramsnet/lib/js/socket.io/
Dsocket.io.min.js6Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),…
/plugin/file2dw/
DREADME.md71 #### Proxy subsubsection
/plugin/statistics/vendor/matomo/device-detector/
DREADME.md288 …cy Explorer Fast Safe, Privacy Pioneer Browser, Private Internet Browser, Proxy Browser, Proxyium,…
304 …KJV, Binance, Bitcoin Core, Bitsboard, Bitwarden, Blackboard, Blitz, Blue Proxy, BlueStacks, Bolt,…
320Proxy, Cincraw, CISPA Web Analyzer, CLASSLA-web, ClaudeBot, Clickagy, Cliqzbot, CloudFlare Always …
/plugin/jsoneditor/script/
Djsoneditor.min.js2Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){…
/plugin/clipboardutils/lib/
Dclipboard.min.js7 …nstruct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{retur…
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js7515 …truct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") re…
8293 …truct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") re…
8437 …truct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") re…
8517 …truct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") re…
8588 …truct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") re…
8662 …truct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") re…
8767 …truct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") re…
9298 …truct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") re…
9382 …truct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") re…
9463 …truct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") re…
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/
DREADME.md383 …ewing the raw HTTP request. This library supports the use of [Charles Web Proxy](https://www.charl…
398 One additional step is required in Charles to view SSL requests. Go to **Charles > Proxy > SSL Prox…
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
DREADME.md274 Doctrine proxy class (...\\\_\_CG\_\_\Proxy).
/plugin/dw2pdf/vendor/myclabs/deep-copy/
DREADME.md269 Doctrine proxy class (...\\\_\_CG\_\_\Proxy).
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DBasicGraphEditor.java.bak917 // Proxy configuration - requires java.net.NetPermission getProxySelector

123