Home
last modified time | relevance | path

Searched refs:handleAjax (Results 1 – 18 of 18) sorted by relevance

/plugin/struct/action/
H A Dajax.php26 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjax');
34 public function handleAjax(Event $event)
78 return $column->getType()->handleAjax();
31 public function handleAjax(Doku_Event $event) global() function in action_plugin_struct_ajax
H A Dconfig.php26 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjax');
37 public function handleAjax(Event $event, $param)
34 public function handleAjax(Doku_Event $event, $param) global() function in action_plugin_struct_config
H A Daggregationeditor.php47 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjax');
66 public function handleAjax(Event $event)
63 public function handleAjax(Doku_Event $event) global() function in action_plugin_struct_aggregationeditor
H A Dinline.php47 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjax');
54 public function handleAjax(Event $event, $param)
51 public function handleAjax(Doku_Event $event, $param) global() function in action_plugin_struct_inline
/plugin/farmer/
H A Ddeleted.files4 action/handleAjax.php
/plugin/sentry/action/
H A Dajax.php34 public function handleAjax(Doku_Event $event, $param) function in action_plugin_sentry_ajax
/plugin/structgroup/types/
H A DGroup.php57 public function handleAjax() { function in dokuwiki\\plugin\\structgroup\\types\\Group
/plugin/acknowledge/
H A Daction.php57 public function handleAjax(Doku_Event $event, $param) global() function in action_plugin_acknowledge
/plugin/struct/types/
H A DTag.php45 public function handleAjax() function in dokuwiki\\plugin\\struct\\types\\Tag
H A DUser.php65 public function handleAjax()
64 public function handleAjax() global() function in dokuwiki\\plugin\\struct\\types\\User
H A DPage.php69 public function handleAjax() function in dokuwiki\\plugin\\struct\\types\\Page
H A DAbstractBaseType.php531 public function handleAjax()
525 public function handleAjax() global() function in dokuwiki\\plugin\\struct\\types\\AbstractBaseType
/plugin/bez/struct/
H A DBezType.php110 public function handleAjax() { function in dokuwiki\\plugin\\bez\\struct\\BezType
/plugin/passpolicy/
H A Daction.php49 public function handleAjax(Doku_Event $event, $param) function in action_plugin_passpolicy
/plugin/prosemirror/action/
H A Dajax.php28 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjax');
43 public function handleAjax(Doku_Event $event, $param) function in action_plugin_prosemirror_ajax
/plugin/loglog/
H A Daction.php226 public function handleAjax(Doku_Event $event) function in action_plugin_loglog
/plugin/issuelinks/action/
H A Dajax.php223 public function handleAjax(Doku_Event $event, $param) function in action_plugin_issuelinks_ajax
/plugin/fksnewsfeed/
H A Daction.php94 public function handleAjax(Event $event): void { function in action_plugin_newsfeed