Home
last modified time | relevance | path

Searched full:tpl_act_unknown (Results 1 – 25 of 45) sorted by relevance

12

/plugin/twofactor/action/
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/adminhomepage/
H A Daction.php39 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_act_unknown');
43 * Looks for admin action, if found the name is changed so TPL_ACT_UNKNOWN is raised
/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/dev/
H A Devents.txt114 TPL_ACT_UNKNOWN
/plugin/combo/action/
H A Ddocustom.php66 * Not via the [TPL_ACT_UNKNOWN](https://www.dokuwiki.org/devel:event: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/sendpagecontent/
H A Daction.php20 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_tpl_act_unknown');
/plugin/conflictmerger/
H A Daction.php74 'TPL_ACT_UNKNOWN',
115 * @param event The TPL_ACT_UNKNOWN event.
151 * @param event The TPL_ACT_UNKNOWN event.
/plugin/nsexport/action/
H A Dexport.php17 $controller->register_hook('TPL_ACT_UNKNOWN','BEFORE', $this, 'nsexport');
/plugin/tablelayout/action/
H A Dprint.php24 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'printTable');
/plugin/dokudrawingboard/
H A Daction.php17 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'performMyAction');
/plugin/mailto/
H A Daction.php25 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_act_unknown', array());
/plugin/authplaincas/
H A Daction.php31 $controller->register_hook ('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_template');
/plugin/favoris/
H A Daction.php39 $contr->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_handle_tpl_act', array());
/plugin/googlesearch/
H A Daction.php40 $controller->register_hook('TPL_ACT_UNKNOWN',
/plugin/rater/
H A Daction.php37 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'output', array());
/plugin/bookmark2wiki/
H A Daction.php30 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'performMyAction');
/plugin/cite/
H A Daction.php19 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_handle_tpl_act', array());
/plugin/accscounter/
H A Daction.php17 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'my_action');
/plugin/listeabo/
H A Daction.php42 $contr->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_handle_tpl_act', array());
/plugin/diffpreview/
H A Daction.php22 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_tpl_act_changes');
/plugin/siteexport/action/
H A Dstartup.php24 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'siteexport_addpage');
/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/infomail/
H A Daction.php11 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handleEvent');

12