Home
last modified time | relevance | path

Searched refs:_handlers (Results 1 – 8 of 8) sorted by last modified time

/plugin/codemirror/dist/
H A Dscripts.min.js.map1_handlers","concat","getHandlers","off","removeEventListener","detachEvent","signal","handlers","s…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13_handlers:{},init:function(){this._domEvents=e._createDomEventScope(),this.clear_drag_state();var …
H A Ddhtmlxgantt.js.map1_handlers","clear_drag_state","set_actions","drag_from_start","stage","_move","_resize","_resize_p…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js13_handlers:null,isValid:function(){return t.$keyboardNavigation.TaskRow.prototype.isValid.call(this… property in t.$keyboardNavigation.EventHandler
H A Ddhtmlxgantt_keyboard_navigation.js.map1_handlers","getGridColumns","result","visibleColumns","locate","cellElement","getNode","isTaskVisi…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js25600 _handlers: {},
25628 this._handlers[drag.move] = this._move;
25629 this._handlers[drag.resize] = this._resize;
25630 this._handlers[drag.progress] = this._resize_progress;
25788 this._handlers[mode].apply(this, [copy, shift, drag]);
25813 if (this._handlers[drag.mode]) {
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js534 _handlers: null, property in gantt.$keyboardNavigation.EventHandler
536 if (!this._handlers) this._handlers = {};
540 return this._handlers[hash];
560 if (!this._handlers) this._handlers = {};
574 if (this._handlers[shortcuts.getHash(commands[i])]) {
575 delete this._handlers[shortcuts.getHash(commands[i])];
586 if (!this._handlers)
587 this._handlers = {};
1048 _handlers: null,
1277 _handlers: null,
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.inc.php5 var $_handlers; variable in CSS
37 return $this->_handlers;
43 foreach ($this->_handlers as $property => $handler) {
45 $this->_handlersInheritableText[$property] =& $this->_handlers[$property];
56 foreach ($this->_handlers as $property => $handler) {
58 $this->_handlersInheritable[$property] =& $this->_handlers[$property];
77 $this->_handlers = array();
100 if (isset($this->_handlers[$property])) {
101 return $this->_handlers[$property];
126 $css->_handlers[$property] =& $handler;