Searched refs:handleMove (Results 1 – 4 of 4) sorted by relevance
/plugin/diagrams/syntax/ |
H A D | mediafile.php | 74 public function handleMove($match, $state, $pos, $plugin, $handler) function in syntax_plugin_diagrams_mediafile
|
/plugin/struct/action/ |
H A D | move.php | 34 $controller->register_hook('PLUGIN_MOVE_PAGE_RENAME', 'AFTER', $this, 'handleMove', true); 35 $controller->register_hook('PLUGIN_MOVE_MEDIA_RENAME', 'AFTER', $this, 'handleMove', false); 45 public function handleMove(Event $event, $ispage) 41 public function handleMove(Doku_Event $event, $ispage) global() function in action_plugin_struct_move
|
/plugin/davcal/fullcalendar-3.10.5/ |
H A D | fullcalendar.js | 6356 drag: this.handleMove, 6395 DragListener.prototype.handleMove = function (ev) { 6458 this.handleMove(ev); 6461 this.handleMove(ev); 9508 this.listenTo($(document), 'touchmove', this.handleMove); 9511 this.listenTo($(document), 'mousemove', this.handleMove); 9596 MouseFollower.prototype.handleMove = function (ev) {
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 22352 function handleMove(event) { function 22389 componentEvent.unbind(document, 'mousemove', handleMove); 22416 componentEvent.bind(document, 'mousemove', handleMove); 38598 function handleMove(context, delta) { function 38679 handleMove(event.context, delta);
|