Home
last modified time | relevance | path

Searched defs:eventName (Results 1 – 25 of 56) sorted by relevance

123

/plugin/webdav/vendor/sabre/event/lib/
H A DEventEmitterInterface.php25 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 DEventEmitterTrait.php35 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 DEventEmitterInterface.php25 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 DEventEmitterTrait.php35 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 DEventDispatcher.php31 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 DEventDispatcherInterface.php12 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 DLazyEventDispatcher.php33 …protected function initializeListeners(string $eventName, string $loweredClass, string $format): a…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckevents.js30 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 DIFTTTHandler.php31 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 Djquery.jplayer.inspector.js51 $.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 Djquery.jplayer.inspector.js51 $.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 DClickTag.php27 public $eventName; variable in Google\\Service\\Dfareporting\\ClickTag
50 public function setEventName($eventName)
/plugin/combo/ComboStrap/
H A DEvent.php230 getQueue(string $eventName = null) global() argument
292 getEvents(string $eventName) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaConversionEvent.php37 public $eventName; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaConversionEvent
88 public function setEventName($eventName)
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools_ie.js133 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 Dfcktools_gecko.js125 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 Dpopcorn.ie8.js6 var addEventListener = function( eventName, callBack ) { argument
30 var removeEventListener = function( eventName, callBack ) { argument
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorPalette.java364 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 DDoctrineProxySubscriber.php78 …public function onPreSerializeTypedProxy(PreSerializeEvent $event, string $eventName, string $clas…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php203 protected function dispatch($eventName, $class = 'Foo', $format = 'json', ?Event $event = null)
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js150 function _addWheelListener( elem, eventName, callback, useCapture ) { argument
/plugin/bez/lib/jquery.datepair/
H A Ddatepair.js28 function triggerSimpleCustomEvent(el, eventName) { argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTeamCity.php300 private function printEvent($eventName, $params = [])
/plugin/diagramsnet/lib/plugins/
H A DcConf-comments.js18 ui.createLoadMessage = function(eventName) argument

123