Home
last modified time | relevance | path

Searched full:html_*form_output (Results 1 – 25 of 66) sorted by path

123

/dokuwiki/inc/
H A Dhtml.php901 Event::createAndTrigger('HTML_' . strtoupper($name) . 'FORM_OUTPUT', $form, 'html_form_output', false);
912 function html_form_output($form)
868 function html_form_output($form) { global() function
/plugin/adfs/
H A Daction.php14 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_loginform');
/plugin/archiveupload/
H A Daction.php36 $controller->register_hook('HTML_UPLOADFORM_OUTPUT', 'BEFORE', $this, 'handle_form_output');
/plugin/authdiscourse/
H A Daction.php34 … $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_form');
/plugin/authfacebook/
H A Daction.php11 …$controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'hook_html_loginform_output'…
12 …$controller->register_hook('HTML_UPDATEPROFILEFORM_OUTPUT', 'BEFORE', $this, 'hook_updateprofilefo…
/plugin/authg2fa/
H A Daction.php21 …$controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'two_fa_login_form', array());
22 …$controller->register_hook('HTML_UPDATEPROFILEFORM_OUTPUT', 'AFTER', $this, 'handle_profile_form',…
/plugin/authgoogle/
H A Daction.php13 …$controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'hook_html_loginform_output'…
14 …$controller->register_hook('HTML_UPDATEPROFILEFORM_OUTPUT', 'BEFORE', $this, 'hook_updateprofilefo…
/plugin/authgoogle2fa/
H A Daction.php17 …$controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'two_fa_login_form', array());
/plugin/authhttp/
H A Daction.php79 $controller->register_hook('HTML_REGISTERFORM_OUTPUT',
/plugin/authloginapi/
H A Daction.php37 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_form');
/plugin/authphpbb3/
H A Daction.php24 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_form');
/plugin/authplaincas/
H A Daction.php28 $controller->register_hook ('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_form');
/plugin/authsaml/
H A Daction.php49 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_form');
/plugin/authvk/
H A Daction.php21 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_loginform');
/plugin/authyubikey/
H A Daction.php29 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_loginform');
30 …$controller->register_hook('HTML_UPDATEPROFILEFORM_OUTPUT', 'BEFORE', $this, 'handle_updateprofile…
/plugin/blogtng/action/
H A Dedit.php37 …$controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'extraFieldsBelowEditform_old'…
/plugin/captcha/
H A Daction.php
/plugin/ckgdoku/action/
H A Dmeta.php43 …$controller->register_hook( 'HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'insertFormElement'); …
49 …$controller->register_hook('HTML_UPDATEPROFILEFORM_OUTPUT', 'BEFORE', $this, 'handle_profile_form'…
/plugin/ckgedit/action/
H A Dmeta.php44 …$controller->register_hook( 'HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'insertFormElement'); …
51 …//$controller->register_hook('HTML_UPDATEPROFILEFORM_OUTPUT', 'BEFORE', $this, 'handle_profile_for…
/plugin/codehighlight/
H A Daction.php49 $controller->register_hook('HTML_EDITFORM_OUTPUT',
/plugin/combo/action/
H A Dlogin.php151 * The event HTML_LOGINFORM_OUTPUT is deprecated
160 * https://www.dokuwiki.org/devel:event:html_loginform_output
162 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_html', array());
H A Dprofile.php37 * https://www.dokuwiki.org/devel:event:html_updateprofileform_output
43 $controller->register_hook('HTML_UPDATEPROFILEFORM_OUTPUT', 'BEFORE', $this, 'handle_profile_update', array());
51 * https://www.dokuwiki.org/devel:event:html_profiledeleteform_output
57 $controller->register_hook('HTML_PROFILEDELETEFORM_OUTPUT', 'BEFORE', $this, 'handle_profile_delete', array());
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());
H A Dresend.php169 * https://www.dokuwiki.org/devel:event:html_resendpwdform_output
171 $controller->register_hook('HTML_RESENDPWDFORM_OUTPUT', 'BEFORE', $this, 'handle_resendpwd_html', array());
/plugin/conflictmerger/
H A Daction.php81 'HTML_EDITFORM_OUTPUT',
178 * @param event The HTML_EDITFORM_OUTPUT event.

123