Home
last modified time | relevance | path

Searched full:tpl_act_unknown (Results 26 – 45 of 45) sorted by path

12

/plugin/mailto/
H A Daction.php25 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_act_unknown', array());
/plugin/nsexport/action/
H A Dexport.php17 $controller->register_hook('TPL_ACT_UNKNOWN','BEFORE', $this, 'nsexport');
/plugin/openid/
H A Daction.php76 $controller->register_hook('TPL_ACT_UNKNOWN',
/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/rater/
H A Daction.php37 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'output', array());
/plugin/recommend/
H A Daction.php7 'TPL_ACT_UNKNOWN') as $event) {
/plugin/rtmchecklist/
H A Daction.php26 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handleTplActUnknown', array());
87 * Hook for event TPL_ACT_UNKNOWN, action
/plugin/sendpagecontent/
H A Daction.php20 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_tpl_act_unknown');
/plugin/siteexport/action/
H A Dstartup.php24 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'siteexport_addpage');
/plugin/solr/
H A Daction.php72 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'dispatch_search');
/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/ssocas/
H A Daction.php49 $controller->register_hook ('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_template');
/plugin/tablelayout/action/
H A Dprint.php24 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'printTable');
/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/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/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

12