Home
last modified time | relevance | path

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

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/linkback/action/
H A Dsend.php24 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_editform_output', array ());
129 * Handles HTML_EDITFORM_OUTPUT event.
/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/diffpreview/
H A Daction.php18 …$controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, '_edit_form'); // release Hogf…
/plugin/dev/
H A Devents.txt50 HTML_CONFLICTFORM_OUTPUT
51 HTML_DRAFTFORM_OUTPUT
52 HTML_EDITFORM_OUTPUT
54 HTML_LOGINFORM_OUTPUT
56 HTML_PROFILEDELETEFORM_OUTPUT
57 HTML_RECENTFORM_OUTPUT
58 HTML_REGISTERFORM_OUTPUT
59 HTML_RESENDPWDFORM_OUTPUT
60 HTML_REVISIONSFORM_OUTPUT
63 HTML_SUBSCRIBEFORM_OUTPUT
[all...]
/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/oauth/action/
H A Dlogin.php48 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handleOldLoginForm'); // @deprecated
H A Duser.php46 'HTML_UPDATEPROFILEFORM_OUTPUT',
/plugin/prosemirror/
H A DREADME.md41 - `action/editor.php`: `HTML_EDITFORM_OUTPUT` get Instructions and render them to json
/plugin/prosemirror/action/
H A Deditor.php29 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'addDataAndToggleButton');
52 * Triggered by event: HTML_EDITFORM_OUTPUT
/plugin/blogtng/action/
H A Dedit.php37 …$controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'extraFieldsBelowEditform_old'…
/plugin/captcha/
H A Daction.php
/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/evesso/
H A Daction.php27 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_loginform');
28 …$controller->register_hook('HTML_UPDATEPROFILEFORM_OUTPUT', 'BEFORE', $this, 'handle_profileform');
/plugin/publish/action/
H A Drecent.php17 … $controller->register_hook('HTML_RECENTFORM_OUTPUT', 'BEFORE', $this, 'handle_recent', array());
H A Drevisions.php17 …$controller->register_hook('HTML_REVISIONSFORM_OUTPUT', 'BEFORE', $this, 'handle_revisions', array…
/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...]
/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/tablelayout/action/
H A Daction.php32 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'addLayoutField');
/plugin/include/
H A Daction.php33 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_form'); // todo remove
35 $controller->register_hook('HTML_CONFLICTFORM_OUTPUT', 'BEFORE', $this, 'handle_form'); // todo remove
37 $controller->register_hook('HTML_DRAFTFORM_OUTPUT', 'BEFORE', $this, 'handle_form'); // todo remove
/plugin/passpolicy/
H A Daction.php27 $controller->register_hook('HTML_REGISTERFORM_OUTPUT', 'BEFORE', $this, 'handleForms');
28 $controller->register_hook('HTML_UPDATEPROFILEFORM_OUTPUT', 'BEFORE', $this, 'handleForms');
29 $controller->register_hook('HTML_RESENDPWDFORM_OUTPUT', 'BEFORE', $this, 'handleForms');
/plugin/authhttp/
H A Daction.php79 $controller->register_hook('HTML_REGISTERFORM_OUTPUT',

123