Home
last modified time | relevance | path

Searched refs:useCapture (Results 1 – 10 of 10) sorted by relevance

/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js141 window.addWheelListener = function( elem, callback, useCapture ) { argument
142 _addWheelListener( elem, support, callback, useCapture );
146 _addWheelListener( elem, "MozMousePixelScroll", callback, useCapture );
150 function _addWheelListener( elem, eventName, callback, useCapture ) { argument
185 }, useCapture || false );
/plugin/revealjs/js/
H A Dreveal.js6158 addEventListener: function( type, listener, useCapture ) { argument
6160 Reveal.getRevealElement().addEventListener( type, listener, useCapture );
6163 removeEventListener: function( type, listener, useCapture ) { argument
6165 Reveal.getRevealElement().removeEventListener( type, listener, useCapture );
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js951 …ent=function(object,name,handler,useCapture){if(object.addEventListener){object.addEventListener(n… argument
954 …unction(object,name,handler,useCapture){try{if(object.removeEventListener){object.removeEventListe… argument
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js2560 this.addEvent = function(object, name, handler, useCapture) argument
2563 object.addEventListener(name, handler, useCapture);
2568 this.removeEvent = function(object, name, handler, useCapture) argument
2573 object.removeEventListener(name, handler, useCapture);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js962 this.addEvent=function(object,name,handler,useCapture){if(object.addEventListener){object.addEventListener(name,handler,useCapture) argument
965 this.removeEvent=function(object,name,handler,useCapture){try{if(object.removeEventListener){object.removeEventListener(name,handler,useCapture) argument
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js59 …),this.$.addEventListener?this.$.addEventListener(f,b,!!CKEDITOR.event.useCapture):this.$.attachEv…
229 …c="blur";f&&(CKEDITOR.env.ie?(b="focusin",c="focusout"):CKEDITOR.event.useCapture=1);var e={blur:f…
230 f&&(CKEDITOR.event.useCapture=0);a.setCustomData("focusmanager",this);a.setCustomData("focusmanager…
717 …th");this._.editor.focusManager.add(g);this._.blurSet||(CKEDITOR.event.useCapture=!0,g.on("blur",f…
718 …d",function(){this._.hideTimeout=0;this.focus()},this)),CKEDITOR.event.useCapture=!1,this._.blurSe…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js68 …),this.$.addEventListener?this.$.addEventListener(d,b,!!CKEDITOR.event.useCapture):this.$.attachEv…
254useCapture=1);var f={blur:function(){a.equals(this.currentActive)&&this.blur()},focus:function(){t…
774 …idth");this._.editor.focusManager.add(e);this._.blurSet||(CKEDITOR.event.useCapture=!0,e.on("blur",
776 0;this.focus()},this)),CKEDITOR.event.useCapture=!1,this._.blurSet=1);n.onEscape=CKEDITOR.tools.bin…
H A Dckeditor.js.unc161 CKEDITOR.event.useCapture = 1;
163 CKEDITOR.event.useCapture = 0;
1738 …is.$.addEventListener ? this.$.addEventListener(d, b, !!CKEDITOR.event.useCapture) : this.$.attach…
5267 … d && (CKEDITOR.env.ie ? (b = "focusin", c = "focusout") : CKEDITOR.event.useCapture = 1);
5278 d && (CKEDITOR.event.useCapture = 0);
15367 this._.blurSet || (CKEDITOR.event.useCapture = !0, e.on("blur", function(a) {
15382 }, this)), CKEDITOR.event.useCapture = !1,
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1useCapture) {\n let wrapHandler = handler;\n if (type === 'click' || type === 'mousedown') {…
/plugin/openlayersmap/ol7/
H A Dol.js.map