Searched refs:handleLoad (Results 1 – 5 of 5) sorted by relevance
/plugin/ac/ |
H A D | ajax_loader.php | 19 public static function handleLoad() { function in ajax_loader
|
H A D | action.php | 43 $command = ajax_loader::handleLoad();
|
/plugin/ajaxloader/ |
H A D | helper.php | 31 public function handleLoad() { function in helper_plugin_ajaxloader
|
/plugin/diagrams/action/ |
H A D | embed.php | 24 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleLoad'); 37 public function handleLoad(Doku_Event $event) function in action_plugin_diagrams_embed
|
/plugin/amcharts/assets/amcharts/ |
H A D | amcharts.js | 7 …;c&&(c.mouseIsOver=!1)}};d.ready=function(a){d.onReadyArray.push(a)};d.handleLoad=function(){d.isR… function 8 …handleLoad,!0),window.addEventListener("DOMMouseScroll",d.handleWheel,!0),document.addEventListene… 9 …ener("mouseup",d.handleMouseUp,!0),window.removeEventListener("load",d.handleLoad,!0),window.remov… 10 …detachEvent("onmouseup",d.handleMouseUp),window.detachEvent("onload",d.handleLoad))};d.makeChart=f… 12 …(d.update)};d.bezierX=3;d.bezierY=6;"complete"==document.readyState&&d.handleLoad()})();(function(…
|