Home
last modified time | relevance | path

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

12

/dokuwiki/inc/Action/
H A DPlugin.php26 * @triggers TPL_ACT_UNKNOWN
30 $evt = new Event('TPL_ACT_UNKNOWN', $this->actionname);
/plugin/accscounter/
H A Daction.php17 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'my_action');
/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/anewssystem/
H A Daction.php38 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'output', array());
/plugin/authorstats/
H A Daction.php36 $controller->register_hook("TPL_ACT_UNKNOWN", "BEFORE", $this, "_show_author_pages");
/plugin/authplaincas/
H A Daction.php31 $controller->register_hook ('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_template');
/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/combo/action/
H A Ddocustom.php66 * Not via the [TPL_ACT_UNKNOWN](https://www.dokuwiki.org/devel:event: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/dev/
H A Devents.txt114 TPL_ACT_UNKNOWN
/plugin/diffpreview/
H A Daction.php22 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_tpl_act_changes');
/plugin/dokudrawingboard/
H A Daction.php17 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'performMyAction');
/plugin/editx/
H A Daction.php21 $contr->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_handle_tpl_act', array());
/plugin/elasticsearch/action/
H A Dsearch.php49 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_action');
/plugin/fastwiki/
H A Daction.php28 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'unknown_action');
/plugin/favoris/
H A Daction.php39 $contr->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_handle_tpl_act', array());
/plugin/fedauth/
H A Daction.php64 …$controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_act_unknown',…
/plugin/fksnewsfeed/
H A Daction.php39 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handleActUnknown');
/plugin/googlesearch/
H A Daction.php40 $controller->register_hook('TPL_ACT_UNKNOWN',
/plugin/highlight2wiki/
H A Daction.php24 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'performMyAction');
/plugin/infomail/
H A Daction.php11 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handleEvent');
/plugin/issuetracker/
H A Daction.php38 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'output', array());
/plugin/judge/
H A Daction.php34 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'submissionsPageContent');
/plugin/listeabo/
H A Daction.php42 $contr->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_handle_tpl_act', array());

12