Home
last modified time | relevance | path

Searched refs:listeners (Results 26 – 50 of 108) sorted by relevance

12345

/plugin/ckgdoku/ckeditor/plugins/image/
H A Dplugin.js.unc50 // If the "contextmenu" plugin is loaded, register the listeners.
/plugin/ckgedit/ckeditor/plugins/image/
H A Dplugin.js.unc50 // If the "contextmenu" plugin is loaded, register the listeners.
/plugin/flowplayer/player/
H A DREADME.txt7 - #627 re-enable stagevideo state change listeners if stagevideo is available or detach the fullscr…
63 - JS function setClip can now be used to add listeners on the new Clip
85 - #375 clearing the event listeners when adding new video displays prevents new events being added …
100 - #430 adding event listeners for netconnection to obtain certain events.
213 - Custom netConnect and netStream events did not pass the info object to JS listeners
238 - error codes and error message were not properly passed to onEvent JS listeners
250 - Issue 12: cuepointMultiplier was undefined in the clip object set to JS event listeners
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md271 - Optimized AST iteration for a 50% performance boost in some event listeners (#683, #684)
469 - Footnote event listeners now have numbered priorities (but still execute in the same order)
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js694 this.listeners = [];
1058 this.listeners.push(listener);
1312 this.listeners.push(listener);
1636 if (this.listeners != null)
1638 for (var i = 0; i < this.listeners.length; i++)
1640 this.listeners[i].destroy();
1643 this.listeners = null;
2658 this.listeners.push({destroy: function() { model.removeListener(listener); }});
3040 this.listeners.push({destroy: function() { graph.getModel().removeListener(listener); }});
4530 this.listeners.push({destroy: function()
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php293 * @param array(string) $listeners The initial listeners listening to processing of this file.
305 array $listeners, argument
310 $this->_listeners = $listeners;
482 $listeners = $this->phpcs->getSniffs();
576 $ignoreTo = $listeners[$class]->process($this, $stackPtr);
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc44 // Add a new dialog window definition containing all UI elements and listeners.
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc44 // Add a new dialog window definition containing all UI elements and listeners.
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js980 this.dispatch=function(listeners,name,args){if(!listeners){return argument
983 i<listeners.length;
984 ++i){var listener=listeners[i];
987 }for(var prop in listeners){var listener=listeners[prop];
2500 listener=listeners[i];
3734 this.listeners=oldTag?copyArray(oldTag.listeners):null;
3747 if(!this.listeners){this.listeners=[]
3819 i<this.listeners.length;
3910 i<this.listeners.length;
4674 i<this.listeners.length;
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js2654 if (!listeners) return;
14274 this.listeners = oldTag ? copyArray(oldTag.listeners) : null;
14483 if (this.listeners)
14661 if (this.listeners)
17574 this.listeners = [
17580 this.listeners.push(
17590 this.listeners.push(
17599 this.listeners.push(
17605 this.listeners.push(
17621 if (!this.listeners)
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js991 this.dispatch=function(listeners,name,args){if(!listeners){return argument
992 }try{if(typeof listeners.length!="undefined"){if(FBTrace.DBG_DISPATCH){FBTrace.sysout("FBL.dispatch",name+" to "+listeners.length+" listeners")
994 i<listeners.length;
995 ++i){var listener=listeners[i];
997 }}}else{if(FBTrace.DBG_DISPATCH){FBTrace.sysout("FBL.dispatch",name+" to listeners of an object")
998 }for(var prop in listeners){var listener=listeners[pro
[all...]
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc142 // If the "contextmenu" plugin is loaded, register the listeners.
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc142 // If the "contextmenu" plugin is loaded, register the listeners.
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js85 listeners = eve.listeners(name),
98 for (var i = 0, ii = listeners.length; i < ii; i++) if ("zIndex" in listeners[i]) {
99 indexed.push(listeners[i].zIndex);
100 if (listeners[i].zIndex < 0) {
101 queue[listeners[i].zIndex] = listeners[i];
114 l = listeners[i];
157 eve.listeners = function (name) { function
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9listeners=function(e){return this._callbacks=this._callbacks||{},this._callbacks["$"+e]||[]},n.pro…
/plugin/callflow/
H A Draphael.js59 listeners = eve.listeners(name),
70 for (var i = 0, ii = listeners.length; i < ii; i++) if ("zIndex" in listeners[i]) {
71 indexed.push(listeners[i].zIndex);
72 if (listeners[i].zIndex < 0) {
73 queue[listeners[i].zIndex] = listeners[i];
86 l = listeners[i];
129 eve.listeners = function (name) { function
/plugin/advrack/
H A Draphael.js59 listeners = eve.listeners(name),
70 for (var i = 0, ii = listeners.length; i < ii; i++) if ("zIndex" in listeners[i]) {
71 indexed.push(listeners[i].zIndex);
72 if (listeners[i].zIndex < 0) {
73 queue[listeners[i].zIndex] = listeners[i];
86 l = listeners[i];
129 eve.listeners = function (name) { function
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md12 event listeners or subscribers need to be updated to become middleware
285 - Use the `listeners()` method to retrieve a list of event listeners rather than
597 functionality should instead be implemented with event listeners that occur
/plugin/diagramsnet/lib/math/
H A DMathJax.js19listeners=HOOKS(true);this.posting=false;this.callback=null},Post:function(message,callback,forget…
/plugin/diagramsnet/lib/js/socket.io/
H A Dsocket.io.min.js6listeners=function(t){return this._callbacks=this._callbacks||{},this._callbacks["$"+t]||[]},r.pro… method in r
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc41 // Add a new dialog window definition containing all UI elements and listeners.
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc41 // Add a new dialog window definition containing all UI elements and listeners.
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1listeners={},handlers={},addListener,removeListener;if(shouldUseAddListenerRemoveListener){addList… variable
H A Dfabric.js1705 listeners = { }, variable
1728 if (!listeners[uid]) {
1729 listeners[uid] = { };
1731 if (!listeners[uid][eventName]) {
1732 listeners[uid][eventName] = [ ];
1736 listeners[uid][eventName].push(listener);
1742 if (listeners[uid] && listeners[uid][eventName]) {
1743 for (var i = 0, len = listeners[uid][eventName].length; i < len; i++) {
1744 listener = listeners[uid][eventName][i];
1747 listeners[uid][eventName][i] = null;
/plugin/tline/
H A DCHANGES.txt115 * Added band arg to eventPaintListener listeners -- LarryK rev 1662

12345