Home
last modified time | relevance | path

Searched refs:hasListeners (Results 1 – 16 of 16) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php30 self::assertFalse($this->dispatcher->hasListeners('foo', 'Foo', 'json'));
33 self::assertTrue($this->dispatcher->hasListeners('foo', 'Foo', 'json'));
35 self::assertFalse($this->dispatcher->hasListeners('bar', 'Bar', 'json'));
38 self::assertFalse($this->dispatcher->hasListeners('bar', 'Bar', 'json'));
41 self::assertFalse($this->dispatcher->hasListeners('bar', 'Bar', 'json'));
44 self::assertTrue($this->dispatcher->hasListeners('bar', 'Baz', 'json'));
45 self::assertTrue($this->dispatcher->hasListeners('bar', 'Bar', 'json'));
47 self::assertFalse($this->dispatcher->hasListeners('baz', 'Bar', 'xml'));
50 self::assertTrue($this->dispatcher->hasListeners('baz', 'Bar', 'xml'));
H A DLazyEventDispatcherTest.php25 self::assertFalse($this->dispatcher->hasListeners('foo', 'Foo', 'json'));
27 self::assertTrue($this->dispatcher->hasListeners('foo', 'Foo', 'json'));
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcherInterface.php12 public function hasListeners(string $eventName, string $class, string $format): bool; function
H A DEventDispatcher.php72 public function hasListeners(string $eventName, string $class, string $format): bool function in JMS\\Serializer\\EventDispatcher\\EventDispatcher
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DDeserializationGraphNavigator.php146 … if ($this->dispatcher->hasListeners('serializer.pre_deserialize', $type['name'], $this->format)) {
241 …if ($this->dispatcher->hasListeners('serializer.post_deserialize', $metadata->name, $this->format)…
H A DSerializationGraphNavigator.php183 … if ($this->dispatcher->hasListeners('serializer.pre_serialize', $type['name'], $this->format)) {
253 …if ($this->dispatcher->hasListeners('serializer.post_serialize', $metadata->name, $this->format)) {
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9hasListeners("progress"))try{t.onprogress=n.bind(null,"download"),t.upload&&(t.upload.onprogress=n…
/plugin/diagramsnet/lib/js/socket.io/
H A Dsocket.io.min.js6 …callbacks=this._callbacks||{},this._callbacks["$"+t]||[]},r.prototype.hasListeners=function(t){ret… method in r
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md388 * Added `hasListeners()` to EmitterInterface.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js.map1 … const hasListeners = (this._listeners && !this._listeners.isEmpty());\n …
H A Djson.worker.js.map1 … const hasListeners = (this._listeners && !this._listeners.isEmpty());\n …
H A Dbundle.js.map1 … const hasListeners = (this._listeners && !this._listeners.isEmpty());\n …
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc215 hasListeners: function(a) {
1744 if (!this.hasListeners(a)) {
H A Dckeditor.js69 …KEDITOR.event.prototype.removeListener.apply(this,arguments);if(!this.hasListeners(a)){var b=this.…
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js59 …KEDITOR.event.prototype.removeListener.apply(this,arguments);if(!this.hasListeners(a)){var b=this.…