Home
last modified time | relevance | path

Searched refs:listener (Results 26 – 50 of 149) sorted by relevance

123456

/plugin/webdav/vendor/sabre/event/lib/
H A DEventEmitterInterface.php83 * @param callable $listener
86 function removeListener($eventName, callable $listener); argument
/plugin/davcal/vendor/sabre/event/lib/
H A DEventEmitterInterface.php83 * @param callable $listener
86 function removeListener($eventName, callable $listener); argument
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorPalette.java364 public void addListener(String eventName, mxIEventListener listener) in addListener() argument
366 eventSource.addListener(eventName, listener); in addListener()
382 public void removeListener(mxIEventListener listener) in removeListener() argument
384 eventSource.removeListener(listener); in removeListener()
392 public void removeListener(mxIEventListener listener, String eventName) in removeListener() argument
394 eventSource.removeListener(listener, eventName); in removeListener()
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DStream.php87 ->object($listener)
89 ->boolean($listener->listenerExists('authrequire'))
91 ->boolean($listener->listenerExists('authresult'))
93 ->boolean($listener->listenerExists('complete'))
95 ->boolean($listener->listenerExists('connect'))
97 ->boolean($listener->listenerExists('failure'))
99 ->boolean($listener->listenerExists('mimetype'))
101 ->boolean($listener->listenerExists('progress'))
103 ->boolean($listener->listenerExists('redirect'))
105 ->boolean($listener->listenerExists('resolve'))
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DLazyHandlerRegistryWithPsr11ContainerTest.php16 protected function registerHandlerService($serviceId, $listener) argument
18 $this->container->set($serviceId, $listener);
H A DLazyHandlerRegistryTest.php52 abstract protected function registerHandlerService($serviceId, $listener); argument
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DLazyEventDispatcherWithPsr11ContainerTest.php16 protected function registerListenerService($serviceId, MockListener $listener) argument
18 $this->container->set($serviceId, $listener);
H A DLazyEventDispatcherTest.php63 abstract protected function registerListenerService($serviceId, MockListener $listener); argument
/plugin/diagrams/script/
H A DDiagramsEditor.js39 /** @type {function} the bound message listener */
40 #listener = null; field in DiagramsEditor
190 * Create the editor iframe and attach the message listener
198 this.#listener = this.#handleMessage.bind(this);
199 window.addEventListener('message', this.#listener);
203 * Remove the editor iframe and detach the message listener
209 window.removeEventListener('message', this.#listener);
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.ie8.js103 listeners.events.forEach(function( listener ) { argument
104 if ( !listener ) {
105 listeners.events.splice( listeners.events.indexOf( listener ), 1 );
109 listeners.queue.forEach(function( listener ) { argument
110 if ( !listener ) {
111 listeners.queue.splice( listeners.queue.indexOf( listener ), 1 );
/plugin/commonmark/vendor/league/commonmark/src/
H A DConfigurableEnvironmentInterface.php
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js1055 if (listener != null)
1309 if (listener != null)
1554 listener();
2369 listener();
2659 listener();
3041 listener();
4266 listener();
4901 listener();
5682 listener();
5784 listener();
[all …]
/plugin/eventline/timeline_js/scripts/
H A Dsources.js10 Timeline.DefaultEventSource.prototype.addListener = function(listener) { argument
11 this._listeners.push(listener);
14 Timeline.DefaultEventSource.prototype.removeListener = function(listener) { argument
16 if (this._listeners[i] == listener) {
299 var listener = this._listeners[i];
300 if (handlerName in listener) {
302 listener[handlerName].apply(listener, args);
/plugin/swiftmail/
H A DSwift.php125 $listener = "Swift_Events_" . $key;
126 Swift_ClassLoader::load($listener);
127 if ($plugin instanceof $listener) $this->listeners[$key][$id] = $plugin;
169 foreach ($this->listeners[$type] as $k => $listener)
171 $listener->$notifyMethod($e);
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
H A DFileSaver.js68 var listener = filesaver["on" + event_types[i]];
69 if (typeof listener === "function") {
71 listener.call(filesaver, event || filesaver);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRecognizer.php167 public function addErrorListener(ANTLRErrorListener $listener) : void argument
169 $this->listeners[] = $listener;
H A DParserRuleContext.php99 public function enterRule(ParseTreeListener $listener) : void argument
103 public function exitRule(ParseTreeListener $listener) : void argument
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_contextmenu.js28 FCK.ContextMenu.RegisterListener = function( listener ) argument
30 if ( listener )
31 this.Listeners.push( listener ) ;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php311 foreach ($this->xpath->query('listeners/listener') as $listener) {
312 $class = (string) $listener->getAttribute('class');
316 if ($listener->getAttribute('file')) {
318 (string) $listener->getAttribute('file'),
323 foreach ($listener->childNodes as $node) {
/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md105 Contrary to an event, a listener is:
114 register a listener to a listener ID. For instance, the following example
115 listens the `message` listener ID, i.e. when a message is received by the
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-tap.phpt16 Warning: Deprecated TAP test listener used
H A Dlog-json-post-66021.phpt24 Warning: Deprecated JSON test listener used
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js401 var listener = function(e) {
404 dom.removeEventListener('keydown', listener);
410 dom.removeEventListener('keydown', listener);
418 dom.addEventListener('keydown', listener);
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dview.js206 var listener = function() { assert.ok(false); }; function
207 myView.delegate('click', listener);
209 myView.undelegate('click', listener);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

123456