Home
last modified time | relevance | path

Searched refs:Proxy (Results 26 – 47 of 47) sorted by path

12

/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/
H A DDoctrineProxyMatcher.php6 use Doctrine\Common\Persistence\Proxy; alias
14 * Matches a Doctrine Proxy class.
20 return $object instanceof Proxy;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTasksNamespace.asciidoc81 Proxy function to list() to prevent BC break since 7.4.0
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1067 - For PHP 7 compatibility Elastica\Query\Bool was renamed to *\BoolQuery, Elastica\Filter\Bool was renamed to BoolFilter, Elastica\Transport\Null was renamed to NullTransport as Null and Bool are reserved phrases in PHP 7. Proxy objects for all three exist to keep backward compatibility. It is recommended to start using the new objects as the proxy classes will be deprecated as soon as PHP 7 is stable. [#837](https://github.com/ruflin/Elastica/pull/837)
/plugin/etherpadlite/
H A DREADME.md50 <Proxy http://localhost:9001/>
53 </Proxy>
/plugin/file2dw/
H A DREADME.md71 #### Proxy subsubsection
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md401 - The sub-class "Proxy-Class" is not listed in the discriminator of the base class "DiscriminatorCl…
482 - SimpleObjectProxy is not implement abstract methods of Proxy class [\#287](https://github.com/sch…
834 - Change Proxy class used to Doctrine\Common\Persistence\Proxy [\#351](https://github.com/schmittjo…
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
H A 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/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DSimpleObjectProxy.php7 use Doctrine\Common\Persistence\Proxy; alias
9 class SimpleObjectProxy extends SimpleObject implements Proxy
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A 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/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md274 Doctrine proxy class (...\\\_\_CG\_\_\Proxy).
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/
H A DDoctrineProxyMatcher.php6 use Doctrine\Common\Persistence\Proxy; alias
20 return $object instanceof Proxy;
/plugin/html5video2/script/
H A Dvideo.min.js20 …nstruct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{retur…
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java.bak917 // Proxy configuration - requires java.net.NetPermission getProxySelector
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1Proxy to a PDFDocument in the worker thread. Also, contains commonly used\n * properties that can …
/plugin/quickstats/GEOIP/
H A Dgeoip.inc1103 "Anonymous Proxy",
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js70 Proxy = root.Proxy, variable
2727 'the `Proxy` constructor': Proxy
10644 if (Proxy) {
10645 assert.strictEqual(_.isFunction(Proxy), true);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js11789 Firebug.Lite.Proxy = class in Firebug.Lite
11826 Firebug.Lite.Proxy._callbacks[uid] = function(data)
11832 delete Firebug.Lite.Proxy._callbacks[uid];
11865 Firebug.Lite.Proxy.fetchResourceDisabledMessage =
11874 var source = sourceMap[url] = Firebug.Lite.Proxy.fetchResourceDisabledMessage;
26061 var source = Firebug.Lite.Proxy.load(url);
26267 sourceData.source = Firebug.Lite.Proxy.load(href);
26279 var source = Firebug.Lite.Proxy.load(Env.browser.location.href);
29006 renderProcess(Firebug.Lite.Proxy.fetchResourceDisabledMessage);
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js2936 Firebug.Lite.Proxy={_callbacks:{},load:function(url){var resourceDomain=getDomain(url); class in Firebug.Lite
2940 Firebug.Lite.Proxy._callbacks[uid]=function(data){if(callback){callback(data)
2942 delete Firebug.Lite.Proxy._callbacks[uid]
2953 Firebug.Lite.Proxy.fetchResourceDisabledMessage='/* Firebug Lite resource fetching is disabled.\nTo…
2954 …f(Firebug.disableResourceFetching){var source=sourceMap[url]=Firebug.Lite.Proxy.fetchResourceDisab…
6909 var source=Firebug.Lite.Proxy.load(url);
6985 if(href){sourceData.source=Firebug.Lite.Proxy.load(href)
6990 var source=Firebug.Lite.Proxy.load(Env.browser.location.href);
7727 try{if(Firebug.disableResourceFetching){renderProcess(Firebug.Lite.Proxy.fetchResourceDisabledMessa…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1068 * Added: The Proxy principal classes now both implement an interface, for
/plugin/xlsx2dw/packages/exceljs/
H A 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 …]

12