Searched refs:handle_ajax_call (Results 1 – 12 of 12) sorted by relevance
/plugin/lastfm/ |
H A D | action.php | 30 $contr->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call', array());
|
/plugin/move/action/ |
H A D | tree.php | 22 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call'); 31 public function handle_ajax_call(Doku_Event $event, $params) { function in action_plugin_move_tree
|
/plugin/stale/ |
H A D | action.php | 23 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call'); 38 public function handle_ajax_call(Doku_Event $event, $params) function in action_plugin_stale
|
/plugin/scrapbook/ |
H A D | action.php | 51 public function handle_ajax_call(Doku_Event $event, $param) { function in action_plugin_scrapbook
|
/plugin/nsexport/action/ |
H A D | ajax.php | 27 public function handle_ajax_call(Doku_Event $event, $param) { function in action_plugin_nsexport_ajax
|
/plugin/sectionedit/ |
H A D | action.php | 35 public function handle_ajax_call(Doku_Event &$event, $param) { function in action_plugin_sectionedit
|
/plugin/tagsections/action/ |
H A D | ajax.php | 35 public function handle_ajax_call(Doku_Event &$event, $param) { function in action_plugin_tagsections_ajax
|
/plugin/do/ |
H A D | action.php | 21 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call'); 50 public function handle_ajax_call(&$event, $param) function in action_plugin_do
|
/plugin/twistienav/ |
H A D | action.php | 152 function handle_ajax_call(Doku_Event $event, $params) { function in action_plugin_twistienav
|
/plugin/twistienav4bootstrap3/ |
H A D | action.php | 151 function handle_ajax_call(Doku_Event $event, $params) { function in action_plugin_twistienav4bootstrap3
|
/plugin/snippets/ |
H A D | action.php | 254 function handle_ajax_call(Doku_Event $event, $param) { function in action_plugin_snippets
|
/plugin/discussion/ |
H A D | action.php | 119 public function handle_ajax_call(Doku_Event $event, $params) { function in action_plugin_discussion
|