Home
last modified time | relevance | path

Searched refs:listenerId (Results 1 – 7 of 7) sorted by path

/plugin/achart/assets/
H A Dapexcharts.min.js6listenerId=0,a.on=function(t,e,i,s,r){var o=i.bind(s||t.instance||t),n=(a.handlerMap.indexOf(t)+1|…
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js1237 if (this.listenerId == null) {
1238 this.listenerId = guid++;
1240 return '_listener' + this.listenerId;
/plugin/findologicxmlexport/vendor/hoa/event/
H A DListenable.php52 * @param string $listenerId Listener ID.
56 public function on($listenerId, $callable); argument
H A DListener.php98 * @param string $listenerId Listener ID.
103 public function attach($listenerId, $callable) argument
109 $listenerId
122 * @param string $listenerId Listener ID.
126 public function detach($listenerId, $callable) argument
136 * @param string $listenerId Listener ID.
139 public function detachAll($listenerId) argument
141 unset($this->_callables[$listenerId]);
149 * @param string $listenerId Listener ID.
152 public function listenerExists($listenerId) argument
[all …]
H A DListens.php61 * @param string $listenerId Listener ID.
65 public function on($listenerId, $callable) argument
78 $listener->attach($listenerId, $callable);
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DListener.php77 $listenerId = 'foo',
96 $listenerId = 'bar',
101 $listener->attach($listenerId, $callable);
111 $listenerId = 'foo',
116 $listener->attach($listenerId, $callable)
131 $listenerId = 'bar',
146 $listenerId = 'foo',
149 ->when($result = $listener->detachAll($listenerId))
162 $listenerId = 'bar',
202 $listenerId = 'foo',
[all …]
/plugin/flowplayer/player/
H A DREADME.txt340 - fadeOut() call to the "screen" plugin was sending the listenerId and pluginName arguments in wron…