Home
last modified time | relevance | path

Searched full:html_registerform_output (Results 1 – 10 of 10) sorted by relevance

/plugin/dev/
H A Devents.txt58 HTML_REGISTERFORM_OUTPUT
/plugin/requiz/
H A Daction.php50 $controller->register_hook('HTML_REGISTERFORM_OUTPUT',
/plugin/combo/action/
H A Dregistration.php44 * https://www.dokuwiki.org/devel:event:html_registerform_output
46 $controller->register_hook('HTML_REGISTERFORM_OUTPUT', 'BEFORE', $this, 'handle_register_page', array());
/plugin/recaptcha2/
H A Daction.php32 $controller->register_hook('HTML_REGISTERFORM_OUTPUT',
/plugin/recaptcha/
H A Daction.php33 $controller->register_hook('HTML_REGISTERFORM_OUTPUT',
/plugin/authhttp/
H A Daction.php79 $controller->register_hook('HTML_REGISTERFORM_OUTPUT',
/plugin/passpolicy/
H A Daction.php27 $controller->register_hook('HTML_REGISTERFORM_OUTPUT', 'BEFORE', $this, 'handleForms');
/plugin/preregister/
H A Daction.php25 … $controller->register_hook('HTML_REGISTERFORM_OUTPUT', 'BEFORE', $this, 'update_register_form');
/template/bootstrap3/
H A DEventHandlers.php36 'HTML_REGISTERFORM_OUTPUT' => ['BEFORE', ['htmlAccountFormOutput']],
241 case 'HTML_REGISTERFORM_OUTPUT':
/plugin/captcha/
H A Daction.php