Home
last modified time | relevance | path

Searched full:form_*_output (Results 1 – 25 of 35) sorted by last modified time

12

/dokuwiki/lib/plugins/authad/
H A Daction.php25 $controller->register_hook('FORM_LOGIN_OUTPUT', 'BEFORE', $this, 'handleFormLoginOutput');
/plugin/linkback/action/
H A Dsend.php25 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handle_editform_output', array ());
/plugin/structpublish/action/
H A Drevisions.php10 $controller->register_hook('FORM_REVISIONS_OUTPUT', 'BEFORE', $this, 'handleRevisions');
/plugin/struct/action/
H A Dedit.php40 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'addFromData');
46 * Handles the FORM_EDIT_OUTPUT event
/plugin/keywords/action/
H A Dkeywords.php18 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handleFormEditOutput');
/plugin/diffpreview/
H A Daction.php19 …$controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, '_edit_form'); // release Igor and…
/plugin/tagging/action/
H A Dsearch.php52 'FORM_SEARCH_OUTPUT', 'BEFORE', $this,
/plugin/dev/
H A Devents.txt33 FORM_CONFLICT_OUTPUT
34 FORM_DRAFT_OUTPUT
35 FORM_EDIT_OUTPUT
36 FORM_LOGIN_OUTPUT
37 FORM_PROFILEDELETE_OUTPUT
38 FORM_QUICKSEARCH_OUTPUT
39 FORM_RECENT_OUTPUT
40 FORM_REGISTER_OUTPUT
41 FORM_RESENDPWD_OUTPUT
42 FORM_REVISIONS_OUTPUT
[all...]
/plugin/combo/action/
H A Dlogin.php152 * for FORM_LOGIN_OUTPUT
169 * https://www.dokuwiki.org/devel:event:form_login_output
171 $controller->register_hook('FORM_LOGIN_OUTPUT', 'BEFORE', $this, 'handle_login_html', array());
H A Dprofile.php40 * https://www.dokuwiki.org/devel:event:form_updateprofile_output
44 $controller->register_hook('FORM_UPDATEPROFILE_OUTPUT', 'BEFORE', $this, 'handle_profile_update', array());
54 * https://www.dokuwiki.org/devel:event:form_profiledelete_output
58 $controller->register_hook('FORM_PROFILEDELETE_OUTPUT', 'BEFORE', $this, 'handle_profile_delete', array());
H A Dregistration.php49 * https://www.dokuwiki.org/devel:event:form_register_output
51 $controller->register_hook('FORM_REGISTER_OUTPUT', 'BEFORE', $this, 'handle_register_page', array());
H A Dresend.php174 * https://www.dokuwiki.org/devel:event:form_resendpwd_output
177 $controller->register_hook('FORM_RESENDPWD_OUTPUT', 'BEFORE', $this, 'handle_resendpwd_html', array());
/plugin/oauth/action/
H A Dlogin.php49 $controller->register_hook('FORM_LOGIN_OUTPUT', 'BEFORE', $this, 'handleLoginForm');
H A Duser.php51 $controller->register_hook('FORM_UPDATEPROFILE_OUTPUT', 'BEFORE', $this, 'handleProfileform');
/plugin/approve/action/
H A Drevisions.php12 $controller->register_hook('FORM_REVISIONS_OUTPUT', 'BEFORE', $this, 'handle_revisions', array());
/plugin/openid/
H A Daction.php61 $controller->register_hook('FORM_LOGIN_OUTPUT',
66 $controller->register_hook('FORM_UPDATEPROFILE_OUTPUT',
/plugin/prosemirror/action/
H A Deditor.php30 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'addDataAndToggleButton');
/plugin/blogtng/action/
H A Dedit.php38 …$controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'extraFieldsBelowEditform', array(…
/plugin/captcha/
H A Daction.php27 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handleFormOutput', []);
30 $controller->register_hook('FORM_REGISTER_OUTPUT', 'BEFORE', $this, 'handleFormOutput', []);
33 $controller->register_hook('FORM_RESENDPWD_OUTPUT', 'BEFORE', $this, 'handleFormOutput', []);
36 $controller->register_hook('FORM_LOGIN_OUTPUT', 'BEFORE', $this, 'handleFormOutput', []);
178 if ($event->name === 'FORM_LOGIN_OUTPUT' && !$this->protectLogin()) {
/template/bulma/
H A Dtpl_functions.php215 Event::createAndTrigger('FORM_QUICKSEARCH_OUTPUT', $searchForm);
/plugin/elasticsearch/action/
H A Dsearch.php50 $controller->register_hook('FORM_QUICKSEARCH_OUTPUT', 'BEFORE', $this, 'quicksearch');
/plugin/ckgedit/action/
H A Dmeta.php45 $controller->register_hook( 'FORM_EDIT_OUTPUT', 'BEFORE', $this, 'insertFormElement');
/plugin/evesso/
H A Daction.php29 $controller->register_hook('FORM_LOGIN_OUTPUT', 'BEFORE', $this, 'handle_loginform');
30 … $controller->register_hook('FORM_UPDATEPROFILE_OUTPUT', 'BEFORE', $this, 'handle_profileform');
/template/bootstrap3/
H A DEventHandlers.php27 'FORM_QUICKSEARCH_OUTPUT' => ['BEFORE', ['search']],
28 'FORM_SEARCH_OUTPUT' => ['BEFORE', ['search']],
31 'HTML_EDITFORM_OUTPUT' => ['BEFORE', ['htmlEditForm']], # use FORM_EDIT_OUTPUT in DokuWiki next
53 'FORM_CONFLICT_OUTPUT' => ['BEFORE', ['commonStyles']],
54 'FORM_DRAFT_OUTPUT' => ['BEFORE', ['commonStyles']],
55 'FORM_EDIT_OUTPUT' => ['BEFORE', ['commonStyles', 'formEditOutput']],
56 'FORM_LOGIN_OUTPUT' => ['BEFORE', ['commonStyles', 'formLoginOutput']],
57 'FORM_PROFILEDELETE_OUTPUT' => ['BEFORE', ['commonStyles', 'formProfileDeleteOutput']],
58 'FORM_RECENT_OUTPUT' => ['BEFORE', ['commonStyles', 'formRevisionsOutput']],
59 'FORM_REGISTER_OUTPUT'
[all...]
/plugin/translate/
H A Daction.php35 $contr->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handleHtmlEditformOutput', []);
132 * event FORM_EDIT_OUTPUT (DW > 2020-07-29 "hogfather" )

12