Home
last modified time | relevance | path

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

123

/plugin/crosspost/
H A Daction.php16 $controller->register_hook( 'HTML_EDITFORM_OUTPUT', 'BEFORE', $this,
/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/diffpreview/
H A Daction.php18 …$controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, '_edit_form'); // release Hogf…
/plugin/dokutranslate/
H A Daction.php115 …$controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_html_editform_output');
/plugin/enforcesummary/
H A Daction.php24 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, '_append_edit_guide');
/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/fckg/action/
H A Dmeta.php37 …$controller->register_hook( 'HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'insertFormElement'); …
/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/genericsso/
H A Daction.php17 …$controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_form', array());
/plugin/hidingip/
H A Daction.php30 …ch('recent', $whentohide) !== FALSE) $controller->register_hook('HTML_RECENTFORM_OUTPUT', 'BEFORE'…
31 …'revision', $whentohide) !== FALSE) $controller->register_hook('HTML_REVISIONSFORM_OUTPUT', 'BEFOR…
/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/issuetracker/
H A Daction.php39 //HTML_UPDATEPROFILEFORM_OUTPUT
/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/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/minical/
H A Daction.php34 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_form');
/plugin/noticeboard/
H A Daction.php48 $controller->register_hook('HTML_EDITFORM_OUTPUT',
/plugin/noticeboard/noticeboard/
H A Daction.php48 $controller->register_hook('HTML_EDITFORM_OUTPUT',
/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/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/preregister/
H A Daction.php25 … $controller->register_hook('HTML_REGISTERFORM_OUTPUT', 'BEFORE', $this, 'update_register_form');
/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/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…

123