Home
last modified time | relevance | path

Searched refs:_handlers (Results 1 – 9 of 9) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
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;
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_keyboard_navigation.js13_handlers:null,isValid:function(){return t.$keyboardNavigation.TaskRow.prototype.isValid.call(this… property
Ddhtmlxgantt_keyboard_navigation.js.map1_handlers","getGridColumns","result","visibleColumns","locate","cellElement","getNode","isTaskVisi…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_keyboard_navigation.js534 _handlers: null, property
536 if (!this._handlers) this._handlers = {};
540 return this._handlers[hash];
560 if (!this._handlers) this._handlers = {};
566 this._handlers[shortcuts.getHash(commands[i])] = handler;
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, property
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js13_handlers:{},init:function(){this._domEvents=e._createDomEventScope(),this.clear_drag_state();var …
Ddhtmlxgantt.js.map1_handlers","clear_drag_state","set_actions","drag_from_start","stage","_move","_resize","_resize_p…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
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/codemirror/dist/
Dscripts.min.js.map1_handlers","concat","getHandlers","off","removeEventListener","detachEvent","signal","handlers","s…
/plugin/zwidoku/files/
H A Djs.js1 …={_cur_id:0,_handlers:{},execDispatch:function(id){timer._handlers[id]();},add:function(func,timeo… property