Home
last modified time | relevance | path

Searched +refs:fake +refs:event (Results 1 – 25 of 37) sorted by relevance

12

/plugin/topbarsyntax/
Dcsshover3.htc1 <public:attach event="ondocumentready" onevent="CSSHover()" />
124 // affected elements are given an expression under a fake css property, the classname is used
192 // add the unload to the onbeforeunload event
202 // the event types associated with the interactive pseudos
219 // store event handlers for removal onunload
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less244 /* don't put left/right border on anything within a fake row.
263 /* highlighting cells & background event skeleton */
313 /* don't put a border between event cells */
331 .fc-event {
342 .fc-event,
343 .fc-event-dot {
347 .fc-event,
348 .fc-event:hover {
354 .fc-event[href],
355 .fc-event.fc-draggable {
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_drag_timeline.js.map1event","$root","_originalReadonly","config","readonly","_originAutoscroll","autoscroll","drag_time…
Ddhtmlxgantt_fullscreen.js.map1event","$container","ext","getFullscreenElement","style","parent","parentNode","positions","push",…
Ddhtmlxgantt_tooltip.js.map1event","el","handler","capture","addEventListener","attachEvent","eventRemove","removeEventListene…
Ddhtmlxgantt_quick_info.js.map1event","e","keyCode","offset","nodeName","toLowerCase","appendChild","width","height","scrolls","g…
Ddhtmlxgantt_click_drag.js.map1event","utils","dom","closest","target","_getCoordinates","body","coordinates","abs","detach","det…
Ddhtmlxgantt_undo.js.map1event","push","shift","pop","weights","any","link","task","actionWeights","sort","a","b","parent",…
Ddhtmlxgantt_keyboard_navigation.js.map1event","target","srcElement","str","String","trim","this","replace","apply","getNodePosition","get…
/plugin/jquery/
Djquery-1.4.2.js1555 jQuery.event = {
1598 return typeof jQuery !== "undefined" && !jQuery.event.triggered ?
1599 jQuery.event.handle.apply( eventHandle.elem, arguments ) :
1635 special = jQuery.event.special[ type ] || {};
1667 jQuery.event.global[ type ] = true;
1702 jQuery.event.remove( elem, type + types );
1738 jQuery.event.remove( elem, origType, handleObj.handler, j );
1746 special = jQuery.event.special[ type ] || {};
1797 trigger: function( event, data, elem /*, bubbling */ ) { argument
1799 var type = event.type || event,
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js2487 this.isLeftClick = function(event) argument
2489 return (this.isIE && event.type != "click" && event.type != "dblclick" ?
2490 event.button == 1 : // IE "click" and "dblclick" button model
2491 event.button == 0) && // others
2492 this.noKeyModifiers(event);
2495 this.isMiddleClick = function(event) argument
2497 return (this.isIE && event.type != "click" && event.type != "dblclick" ?
2498 event.button == 4 : // IE "click" and "dblclick" button model
2499 event.button == 1) &&
2500 this.noKeyModifiers(event);
[all …]
/plugin/ckgdoku/ckeditor/
DCHANGES.md56 * [#17027](http://dev.ckeditor.com/ticket/17027): Fixed: Command event data should be initialized a…
290 …e to prevent the [`editor.drop`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-drop) event.
458event-paste) event and a set of new editor events was introduced &mdash; [`dragstart`](http://docs…
459 …ailable in the [`editor#paste`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-paste) event.
462 …* The [`editor#paste`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-paste) event can have…
467 …s not fire the [`editor#paste`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-paste) event.
498 …dev.ckeditor.com/ticket/11905): The [`resize` event](http://docs.ckeditor.com/#!/api/CKEDITOR.edit…
604 …The [`editor.blur`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-blur) event is not fired…
607 … [`editor.change`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-change) event fired on fi…
652 …not fire the [`editor.change`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-change) event.
[all …]
/plugin/ckgedit/ckeditor/
DCHANGES.md13 …m/docs/ckeditor4/latest/guide/dev_readonly.html) mode is set by the mouse event listener with the …
129 …EDITOR_tools.html#method-eventsBuffer) was extracted into [`tools.buffers.event`](https://ckeditor…
143 …ceReady`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#event-instanceReady).
259 …[`change`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#event-change) event.
357 …ttps://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#event-change) event not fired w…
476 * [#17027](https://dev.ckeditor.com/ticket/17027): Fixed: Command event data should be initialized …
710 …ditor.drop`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#event-drop) event.
878event-paste) event and a set of new editor events was introduced &mdash; [`dragstart`](https://cke…
879 …tor#paste`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#event-paste) event.
882 …ttps://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#event-paste) event can have the…
[all …]
Dckeditor.js18 "unloaded"==CKEDITOR.status&&function(){CKEDITOR.event.implementOn(CKEDITOR);CKEDITOR.loadFullCore=…
37 …!a)break;document.domain=a}return!!a},eventsBuffer:function(a,b,e){return new this.buffers.event(a,
55 …is._context,this._args)};CKEDITOR.tools.buffers={};CKEDITOR.tools.buffers.event=a;CKEDITOR.tools.b…
64 CKEDITOR.dom.event=function(a){this.$=a};
65 CKEDITOR.dom.event.prototype={getKey:function(){return this.$.keyCode||this.$.which},getKeystroke:f…
68event(c))}};return{getPrivate:function(){var a;(a=this.getCustomData("_"))||this.setCustomData("_"…
69 d,b));return CKEDITOR.event.prototype.on.apply(this,arguments)},removeListener:function(a){CKEDITOR… class
70 b,c):this.$.removeEventListener&&this.$.removeEventListener(b,c,!1);delete a[b]}CKEDITOR.event.prot…
72 …"]||(this.$["data-cke-expando"]=CKEDITOR.tools.getNextNumber())};CKEDITOR.event.implementOn(a)})(C…
214 …Focus:1,contextSensitive:!!d.context,state:CKEDITOR.TRISTATE_DISABLED});CKEDITOR.event.call(this)};
[all …]
Dckeditor.js.unc86 CKEDITOR.event || (CKEDITOR.event = function() {}, CKEDITOR.event.implementOn = function(a) {
87 var d = CKEDITOR.event.prototype,
90 }, CKEDITOR.event.prototype = function() {
161 CKEDITOR.event.useCapture = 1;
163 CKEDITOR.event.useCapture = 0;
222 CKEDITOR.event.call(this)
228 return CKEDITOR.event.prototype.fire.call(this, a, d, this)
234 return CKEDITOR.event.prototype.fireOnce.call(this, a, d, this)
235 }, CKEDITOR.event.implementOn(CKEDITOR.editor.prototype));
279 CKEDITOR.event.implementOn(CKEDITOR);
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
Deditor.worker.js.map1event.js","webpack:///./node_modules/monaco-editor/esm/vs/base/common/hash.js","webpack:///./node_…
Djson.worker.js.map1event.js","webpack:///./node_modules/monaco-editor/esm/vs/base/common/hash.js","webpack:///./node_…
Dbundle.js.map1event.js","webpack:///./node_modules/d3-brush/src/index.js","webpack:///./node_modules/d3-brush/sr…
/plugin/mizarverifiabledocs/dist/
H A Dscript.js.map1event](https://codemirror.net/6/docs/ref/#state.Transaction^userEvent) annotation that is equal to…
/plugin/mizarveifiabledocs/dist/
Dscript.js.map1event](https://codemirror.net/6/docs/ref/#state.Transaction^userEvent) annotation that is equal to…
/plugin/mizarproofchecker/dist/
Dscript.js.map1event](https://codemirror.net/6/docs/ref/#state.Transaction^userEvent) annotation that is equal to…
/plugin/pdfjs/pdfjs/web/
Dviewer.js.map1event","webViewerLoad","DEFAULT_SCALE_DELTA","DISABLE_AUTO_FETCH_LOADING_BAR_TIMEOUT","FORCE_PAGES…
/plugin/passpolicy/
Dwords.txt1171 event
1215 fake
/plugin/codemirror/dist/
Dscripts.min.js.map1event","newChanges","extendRange","posBefore","extendSelection","setSelection","extendSelections",…
/plugin/html2pdf/html2pdf/html2ps/
DChangeLog211 * Fixed: tables with "fake" cells could result in unexpected page
345 'before-document' event handler
1190 * Change: all HTTP requests now contain fake "Mozilla" User-Agent

12