Home
last modified time | relevance | path

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

123

/plugin/recaptcha/
H A Daction.php33 $controller->register_hook('HTML_REGISTERFORM_OUTPUT',
53 $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/requiz/
H A Daction.php35 $controller->register_hook('HTML_EDITFORM_OUTPUT',
50 $controller->register_hook('HTML_REGISTERFORM_OUTPUT',
/plugin/rtmchecklist/
H A Daction.php28 …$controller->register_hook('HTML_UPDATEPROFILEFORM_OUTPUT', 'BEFORE', $this, 'handle_profile_form'…
/plugin/saveandedit/
H A Daction.php
/plugin/sfauth/
H A Daction.php21 …$controller->register_hook('HTML_LOGINFORM_OUTPUT', 'AFTER', $this, 'handle_html_loginform_output'…
/plugin/ssocas/
H A Daction.php47 $controller->register_hook ('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_form');
/plugin/struct/action/
H A Dedit.php39 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handleEditform');
65 * TODO: Remove this after HTML_EDITFORM_OUTPUT is no longer released in DokuWiki stable
/plugin/tablelayout/action/
H A Daction.php32 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'addLayoutField');
/plugin/tagentry/
H A Daction.php18 'HTML_EDITFORM_OUTPUT', 'BEFORE', $this,
/plugin/textmodule/
H A Daction.php21 … $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this,'handle_editform_output');
/plugin/tplmod/
H A Daction.php14 …$controller->register_hook('HTML_UPDATEPROFILEFORM_OUTPUT', 'BEFORE', $this, 'handle_profile_form'…
/plugin/translate/
H A Daction.php37 $contr->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handleHtmlEditformOutput');
131 * Hook for event HTML_EDITFORM_OUTPUT (DW ≤ 2020-07-29 "hogfather") and
/plugin/vbsso/
H A Daction.php80 … $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'vbsso_loginform_page_hook');
/plugin/wikicalendar/
H A Daction.php36 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_form');
/template/bootstrap3/
H A DEventHandlers.php30 'HTML_DRAFTFORM_OUTPUT' => ['BEFORE', ['htmlDraftForm']], # Deprecated (2018-07-29)
31 'HTML_EDITFORM_OUTPUT' => ['BEFORE', ['htmlEditForm']], # use FORM_EDIT_OUTPUT in DokuWiki next
32 'HTML_LOGINFORM_OUTPUT' => ['BEFORE', ['htmlAccountFormOutput']],
33 'HTML_RESENDPWDFORM_OUTPUT' => ['BEFORE', ['htmlAccountFormOutput']],
34 'HTML_PROFILEDELETEFORM_OUTPUT' => ['BEFORE', ['htmlAccountFormOutput']],
35 'HTML_RECENTFORM_OUTPUT' => ['BEFORE', ['htmlRevisionsFormOutput']],
36 'HTML_REGISTERFORM_OUTPUT' => ['BEFORE', ['htmlAccountFormOutput']],
37 'HTML_REVISIONSFORM_OUTPUT' => ['BEFORE', ['htmlRevisionsFormOutput']],
39 'HTML_SUBSCRIBEFORM_OUTPUT' => ['BEFORE', ['htmlAccountFormOutput']],
40 'HTML_UPDATEPROFILEFORM_OUTPUT'
[all...]

123