Home
last modified time | relevance | path

Searched full:form_updateprofile_output (Results 1 – 8 of 8) sorted by relevance

/plugin/dev/
H A Devents.txt46 FORM_UPDATEPROFILE_OUTPUT
/plugin/combo/action/
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());
/plugin/oauth/action/
H A Duser.php51 $controller->register_hook('FORM_UPDATEPROFILE_OUTPUT', 'BEFORE', $this, 'handleProfileform');
/plugin/passpolicy/
H A Daction.php24 $controller->register_hook('FORM_UPDATEPROFILE_OUTPUT', 'BEFORE', $this, 'handleForms');
/plugin/tplmod/
H A Daction.php15 …$controller->register_hook('FORM_UPDATEPROFILE_OUTPUT', 'BEFORE', $this, 'handle_profile_form'); …
/plugin/evesso/
H A Daction.php30 … $controller->register_hook('FORM_UPDATEPROFILE_OUTPUT', 'BEFORE', $this, 'handle_profileform');
/template/bootstrap3/
H A DEventHandlers.php64 'FORM_UPDATEPROFILE_OUTPUT' => ['BEFORE', ['commonStyles', 'formUpdateProfileOutput']],
/plugin/openid/
H A Daction.php66 $controller->register_hook('FORM_UPDATEPROFILE_OUTPUT',