Searched refs:listenerId (Results 1 – 9 of 9) sorted by relevance
/plugin/findologicxmlexport/vendor/hoa/event/ |
D | Listener.php | 98 * @param string $listenerId Listener ID. 103 public function attach($listenerId, $callable) argument 105 if (false === $this->listenerExists($listenerId)) { 109 $listenerId 114 $this->_callables[$listenerId][$callable->getHash()] = $callable; 122 * @param string $listenerId Listener ID. 126 public function detach($listenerId, $callable) argument 128 unset($this->_callables[$listenerId][xcallable($callable)->getHash()]); 136 * @param string $listenerId Listener ID. 139 public function detachAll($listenerId) argument [all …]
|
D | Listens.php | 61 * @param string $listenerId Listener ID. 65 public function on($listenerId, $callable) argument 78 $listener->attach($listenerId, $callable);
|
D | Listenable.php | 52 * @param string $listenerId Listener ID. 56 public function on($listenerId, $callable); argument
|
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/ |
D | Listener.php | 77 $listenerId = 'foo', 83 ->when($result = $listener->attach($listenerId, $callable)) 87 ->array($listener->fire($listenerId, new LUT\Bucket())) 96 $listenerId = 'bar', 100 ->exception(function () use ($listener, $listenerId, $callable) { 101 $listener->attach($listenerId, $callable); 111 $listenerId = 'foo', 116 $listener->attach($listenerId, $callable) 118 ->when($result = $listener->detach($listenerId, $callable)) 122 ->array($listener->fire($listenerId, new LUT\Bucket())) [all …]
|
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/ |
D | MatrixClient.php | 301 $listenerId = uniqid(); 303 'uid' => $listenerId, 308 return $listenerId; 329 $listenerId = uniqid(); 330 $this->presenceListeners[$listenerId] = $callback; 332 return $listenerId; 352 $listenerId = uniqid(); 354 'uid' => $listenerId, 359 return $listenerId;
|
D | Room.php | 335 $listenerId = uniqid(); 337 'uid' => $listenerId, 342 return $listenerId; 364 $listenerId = uniqid(); 366 'uid' => $listenerId, 371 return $listenerId;
|
/plugin/flowplayer/player/ |
D | README.txt | 340 - fadeOut() call to the "screen" plugin was sending the listenerId and pluginName arguments in wron…
|
/plugin/davcal/fullcalendar-3.10.5/ |
D | fullcalendar.js | 1237 if (this.listenerId == null) { 1238 this.listenerId = guid++; 1240 return '_listener' + this.listenerId;
|
/plugin/achart/assets/ |
D | apexcharts.min.js | 6 …listenerId=0,a.on=function(t,e,i,s,r){var o=i.bind(s||t.instance||t),n=(a.handlerMap.indexOf(t)+1|…
|