Home
last modified time | relevance | path

Searched refs:handleLoad (Results 1 – 5 of 5) sorted by last modified time

/plugin/diagrams/action/
H A Dembed.php24 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleLoad');
37 public function handleLoad(Doku_Event $event) function in action_plugin_diagrams_embed
/plugin/ajaxloader/
H A Dhelper.php31 public function handleLoad() { function in helper_plugin_ajaxloader
/plugin/amcharts/assets/amcharts/
H A Damcharts.js7 …;c&&(c.mouseIsOver=!1)}};d.ready=function(a){d.onReadyArray.push(a)};d.handleLoad=function(){d.isR… function
8handleLoad,!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(…
/plugin/ac/
H A Dajax_loader.php19 public static function handleLoad() { function in ajax_loader
H A Daction.php43 $command = ajax_loader::handleLoad();