Home
last modified time | relevance | path

Searched refs:register_hook (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/lib/plugins/authad/
H A Daction.php24 $controller->register_hook('AUTH_LOGIN_CHECK', 'BEFORE', $this, 'handleAuthLoginCheck');
25 $controller->register_hook('FORM_LOGIN_OUTPUT', 'BEFORE', $this, 'handleFormLoginOutput');
/dokuwiki/lib/plugins/styling/
H A Daction.php23 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'handleHeader');
30 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
/dokuwiki/lib/plugins/popularity/
H A Daction.php27 $controller->register_hook('INDEXER_TASKS_RUN', 'AFTER', $this, 'autosubmit', []);
/dokuwiki/lib/plugins/extension/
H A Daction.php22 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'info');
/dokuwiki/lib/plugins/acl/
H A Daction.php27 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjaxCallAcl');
/dokuwiki/lib/plugins/safefnrecode/
H A Daction.php18 $controller->register_hook('INDEXER_TASKS_RUN', 'BEFORE', $this, 'handleIndexerTasksRun');
/dokuwiki/inc/Extension/
H A DEventHandler.php39 * register_hook
50 public function register_hook($event, $advise, $obj, $method, $param = null, $seq = 0) function in dokuwiki\\Extension\\EventHandler