Home
last modified time | relevance | path

Searched full:tpl_act_unknown (Results 1 – 25 of 45) sorted by last modified time

12

/plugin/twofactor/action/
H A Dlogin.php32 'TPL_ACT_UNKNOWN',
H A Dprofile.php25 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handleUnknownAction');
H A Dresendpwd.php30 'TPL_ACT_UNKNOWN',
74 // next, we will overwrite the resendpwd form with our own in TPL_ACT_UNKNOWN
78 * Event handler for TPL_ACT_UNKNOWN
82 * @see https://www.dokuwiki.org/devel:events:TPL_ACT_UNKNOWN
/dokuwiki/inc/Action/
H A DPlugin.php26 * @triggers TPL_ACT_UNKNOWN
30 $evt = new Event('TPL_ACT_UNKNOWN', $this->actionname);
/plugin/siteexport/action/
H A Dstartup.php24 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'siteexport_addpage');
/plugin/spatialhelper/
H A Daction.php55 'TPL_ACT_UNKNOWN',
176 * This additional handler is required as described at: https://www.dokuwiki.org/devel:event:tpl_act_unknown
/plugin/diffpreview/
H A Daction.php22 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_tpl_act_changes');
/plugin/dev/
H A Devents.txt114 TPL_ACT_UNKNOWN
/plugin/tag/
H A Daction.php19 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'performTagAction', array());
66 * @param Doku_Event $event The TPL_ACT_UNKNOWN event
/plugin/recommend/
H A Daction.php7 'TPL_ACT_UNKNOWN') as $event) {
/plugin/combo/action/
H A Ddocustom.php66 * Not via the [TPL_ACT_UNKNOWN](https://www.dokuwiki.org/devel:event:tpl_act_unknown)
/plugin/openid/
H A Daction.php76 $controller->register_hook('TPL_ACT_UNKNOWN',
/plugin/fastwiki/
H A Daction.php28 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'unknown_action');
/plugin/elasticsearch/action/
H A Dsearch.php49 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_action');
/plugin/highlight2wiki/
H A Daction.php24 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'performMyAction');
/plugin/dokudrawingboard/
H A Daction.php17 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'performMyAction');
/plugin/bookmark2wiki/
H A Daction.php30 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'performMyAction');
/plugin/tos/
H A Daction.php20 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'showTos');
/plugin/translate/
H A Daction.php32 $contr->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handleTplActUnknown');
109 * Hook for event TPL_ACT_UNKNOWN, action 'translate'
/plugin/tablelayout/action/
H A Dprint.php24 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'printTable');
/plugin/authorstats/
H A Daction.php36 $controller->register_hook("TPL_ACT_UNKNOWN", "BEFORE", $this, "_show_author_pages");
/plugin/passpolicy/
H A Daction.php39 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handleResendPwdUI');
/plugin/preregister/
H A Daction.php27 … $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'process_preregister_check');
/plugin/fksnewsfeed/
H A Daction.php39 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handleActUnknown');
/plugin/infomail/
H A Daction.php11 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handleEvent');

12