/plugin/webdav/vendor/sabre/event/lib/ |
H A D | EventEmitterInterface.php | 25 function on($eventName, callable $callBack, $priority = 100); 35 function once($eventName, callable $callBack, $priority = 100); 63 function emit($eventName, array $arguments = [], callable $continueCallBack = null); 74 function listeners($eventName); 86 function removeListener($eventName, callable $listener); 98 function removeAllListeners($eventName = null);
|
H A D | EventEmitterTrait.php | 35 function on($eventName, callable $callBack, $priority = 100) { 59 function once($eventName, callable $callBack, $priority = 100) { 99 function emit($eventName, array $arguments = [], callable $continueCallBack = null) { 145 function listeners($eventName) { 175 function removeListener($eventName, callable $listener) { 201 function removeAllListeners($eventName = null) {
|
/plugin/davcal/vendor/sabre/event/lib/ |
H A D | EventEmitterInterface.php | 25 function on($eventName, callable $callBack, $priority = 100); 35 function once($eventName, callable $callBack, $priority = 100); 63 function emit($eventName, array $arguments = [], callable $continueCallBack = null); 74 function listeners($eventName); 86 function removeListener($eventName, callable $listener); 98 function removeAllListeners($eventName = null);
|
H A D | EventEmitterTrait.php | 35 function on($eventName, callable $callBack, $priority = 100) { 59 function once($eventName, callable $callBack, $priority = 100) { 99 function emit($eventName, array $arguments = [], callable $continueCallBack = null) { 145 function listeners($eventName) { 175 function removeListener($eventName, callable $listener) { 201 function removeAllListeners($eventName = null) {
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/ |
H A D | EventDispatcher.php | 31 public static function getDefaultMethodName(string $eventName): string 50 …public function addListener(string $eventName, $callable, ?string $class = null, ?string $format =… 72 public function hasListeners(string $eventName, string $class, string $format): bool 85 public function dispatch(string $eventName, string $class, string $format, Event $event): void 115 …protected function initializeListeners(string $eventName, string $loweredClass, string $format): a…
|
H A D | EventDispatcherInterface.php | 12 public function hasListeners(string $eventName, string $class, string $format): bool; 20 public function dispatch(string $eventName, string $class, string $format, Event $event): void; 27 …public function addListener(string $eventName, $callable, ?string $class = null, ?string $format =…
|
H A D | LazyEventDispatcher.php | 33 …protected function initializeListeners(string $eventName, string $loweredClass, string $format): a…
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckevents.js | 30 FCKEvents.prototype.AttachEvent = function( eventName, functionPointer ) argument 40 FCKEvents.prototype.FireEvent = function( eventName, params ) argument
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | IFTTTHandler.php | 31 private $eventName; variable in Monolog\\Handler\\IFTTTHandler 39 …public function __construct(string $eventName, string $secretKey, $level = Logger::ERROR, bool $bu…
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/ |
H A D | jquery.jplayer.inspector.js | 51 $.each($.jPlayer.event, function(eventName,eventType) { argument 131 $.each($.jPlayer.event, function(eventName,eventType) { argument 180 $.each($.jPlayer.event, function(eventName,eventType) { argument
|
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/ |
H A D | jquery.jplayer.inspector.js | 51 $.each($.jPlayer.event, function(eventName,eventType) { argument 131 $.each($.jPlayer.event, function(eventName,eventType) { argument 180 $.each($.jPlayer.event, function(eventName,eventType) { argument
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
H A D | ClickTag.php | 27 public $eventName; variable in Google\\Service\\Dfareporting\\ClickTag 50 public function setEventName($eventName)
|
/plugin/combo/ComboStrap/ |
H A D | Event.php | 230 getQueue(string $eventName = null) global() argument 292 getEvents(string $eventName) global() argument
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/ |
H A D | GoogleAnalyticsAdminV1alphaConversionEvent.php | 37 public $eventName; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaConversionEvent 88 public function setEventName($eventName)
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fcktools_ie.js | 133 FCKTools.AddEventListener = function( sourceObject, eventName, listener ) argument 138 FCKTools.RemoveEventListener = function( sourceObject, eventName, listener ) argument 144 FCKTools.AddEventListenerEx = function( sourceObject, eventName, listener, paramsArray ) argument
|
H A D | fcktools_gecko.js | 125 FCKTools.AddEventListener = function( sourceObject, eventName, listener ) argument 130 FCKTools.RemoveEventListener = function( sourceObject, eventName, listener ) argument 136 FCKTools.AddEventListenerEx = function( sourceObject, eventName, listener, paramsArray ) argument
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/ |
H A D | popcorn.ie8.js | 6 var addEventListener = function( eventName, callBack ) { argument 30 var removeEventListener = function( eventName, callBack ) { argument
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | EditorPalette.java | 364 public void addListener(String eventName, mxIEventListener listener) in addListener() 392 public void removeListener(mxIEventListener listener, String eventName) in removeListener()
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/ |
H A D | DoctrineProxySubscriber.php | 78 …public function onPreSerializeTypedProxy(PreSerializeEvent $event, string $eventName, string $clas…
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | pusher-http-java-1.0.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/pusher/
com/ ... |
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/ |
H A D | EventDispatcherTest.php | 203 protected function dispatch($eventName, $class = 'Foo', $format = 'json', ?Event $event = null)
|
/plugin/rigrr/lib/svg-pan-zoom/ |
H A D | svg-pan-zoom.js | 150 function _addWheelListener( elem, eventName, callback, useCapture ) { argument
|
/plugin/bez/lib/jquery.datepair/ |
H A D | datepair.js | 28 function triggerSimpleCustomEvent(el, eventName) { argument
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/ |
H A D | TeamCity.php | 300 private function printEvent($eventName, $params = [])
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-comments.js | 18 ui.createLoadMessage = function(eventName) argument
|