Home
last modified time | relevance | path

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

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/mediasyntax/
H A Daction.php30 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_form');
31 $controller->register_hook('HTML_CONFLICTFORM_OUTPUT', 'BEFORE', $this, 'handle_form');
32 $controller->register_hook('HTML_DRAFTFORM_OUTPUT', 'BEFORE', $this, 'handle_form');
/plugin/noticeboard/
H A Daction.php48 $controller->register_hook('HTML_EDITFORM_OUTPUT',
/plugin/recaptcha2/
H A Daction.php32 $controller->register_hook('HTML_REGISTERFORM_OUTPUT',
52 $controller->register_hook('HTML_EDITFORM_OUTPUT',
/plugin/authplaincas/
H A Daction.php28 $controller->register_hook ('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_form');
/plugin/conflictmerger/
H A Daction.php81 'HTML_EDITFORM_OUTPUT',
178 * @param event The HTML_EDITFORM_OUTPUT event.
/plugin/enforcesummary/
H A Daction.php24 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, '_append_edit_guide');
/plugin/saveandedit/
H A Daction.php24 …$controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_html_editform_output');
/plugin/authphpbb3/
H A Daction.php24 $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/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/fckg/action/
H A Dmeta.php37 …$controller->register_hook( 'HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'insertFormElement'); …
/plugin/tagentry/
H A Daction.php18 'HTML_EDITFORM_OUTPUT', 'BEFORE', $this,
/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/sfauth/
H A Daction.php21 …$controller->register_hook('HTML_LOGINFORM_OUTPUT', 'AFTER', $this, 'handle_html_loginform_output'…
/plugin/wikicalendar/
H A Daction.php36 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_form');
/plugin/fedauth/
H A Daction.php61 …$controller->register_hook('HTML_LOGINFORM_OUTPUT', 'AFTER', $this, 'handle_login_form', …
62 …$controller->register_hook('HTML_UPDATEPROFILEFORM_OUTPUT', 'AFTER', $this, 'handle_profile_form'…
/plugin/codehighlight/
H A Daction.php49 $controller->register_hook('HTML_EDITFORM_OUTPUT',
/plugin/genericsso/
H A Daction.php17 …$controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_form', array());
/plugin/vbsso/
H A Daction.php80 … $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'vbsso_loginform_page_hook');
/plugin/ssocas/
H A Daction.php47 $controller->register_hook ('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_form');
/plugin/noticeboard/noticeboard/
H A Daction.php48 $controller->register_hook('HTML_EDITFORM_OUTPUT',
/plugin/authloginapi/
H A Daction.php37 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_form');
/plugin/requiz/
H A Daction.php35 $controller->register_hook('HTML_EDITFORM_OUTPUT',
50 $controller->register_hook('HTML_REGISTERFORM_OUTPUT',
/plugin/dokutranslate/
H A Daction.php115 …$controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_html_editform_output');

123