Searched full:html_registerform_output (Results 1 – 10 of 10) sorted by relevance
/plugin/dev/ |
H A D | events.txt | 58 HTML_REGISTERFORM_OUTPUT
|
/plugin/requiz/ |
H A D | action.php | 50 $controller->register_hook('HTML_REGISTERFORM_OUTPUT',
|
/plugin/combo/action/ |
H A D | registration.php | 44 * https://www.dokuwiki.org/devel:event:html_registerform_output 46 …$controller->register_hook('HTML_REGISTERFORM_OUTPUT', 'BEFORE', $this, 'handle_register_page', ar…
|
/plugin/recaptcha2/ |
H A D | action.php | 32 $controller->register_hook('HTML_REGISTERFORM_OUTPUT',
|
/plugin/recaptcha/ |
H A D | action.php | 33 $controller->register_hook('HTML_REGISTERFORM_OUTPUT',
|
/plugin/authhttp/ |
H A D | action.php | 78 $controller->register_hook('HTML_REGISTERFORM_OUTPUT',
|
/plugin/passpolicy/ |
H A D | action.php | 27 $controller->register_hook('HTML_REGISTERFORM_OUTPUT', 'BEFORE', $this, 'handleForms');
|
/plugin/preregister/ |
H A D | action.php | 25 … $controller->register_hook('HTML_REGISTERFORM_OUTPUT', 'BEFORE', $this, 'update_register_form');
|
/template/bootstrap3/ |
H A D | EventHandlers.php | 36 'HTML_REGISTERFORM_OUTPUT' => ['BEFORE', ['htmlAccountFormOutput']], 241 case 'HTML_REGISTERFORM_OUTPUT':
|
/plugin/captcha/ |
H A D | action.php | 27 …$controller->register_hook('HTML_REGISTERFORM_OUTPUT', 'BEFORE', $this, 'handle_form_output', []);…
|