/dokuwiki/inc/Action/ |
H A D | Plugin.php | 25 * @triggers TPL_ACT_UNKNOWN 28 $evt = new Event('TPL_ACT_UNKNOWN', $this->actionname);
|
/plugin/accscounter/ |
H A D | action.php | 17 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'my_action');
|
/plugin/adminhomepage/ |
H A D | action.php | 39 $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 D | action.php | 38 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'output', array());
|
/plugin/authorstats/ |
H A D | action.php | 36 $controller->register_hook("TPL_ACT_UNKNOWN", "BEFORE", $this, "_show_author_pages");
|
/plugin/authplaincas/ |
H A D | action.php | 31 $controller->register_hook ('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_template');
|
/plugin/cite/ |
H A D | action.php | 19 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_handle_tpl_act', array());
|
/plugin/conflictmerger/ |
H A D | action.php | 74 'TPL_ACT_UNKNOWN', 115 * @param event The TPL_ACT_UNKNOWN event. 151 * @param event The TPL_ACT_UNKNOWN event.
|
/plugin/diffpreview/ |
H A D | action.php | 22 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_tpl_act_changes');
|
/plugin/editx/ |
H A D | action.php | 21 $contr->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_handle_tpl_act', array());
|
/plugin/elasticsearch/action/ |
H A D | search.php | 49 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_action');
|
/plugin/fastwiki/ |
H A D | action.php | 28 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'unknown_action');
|
/plugin/favoris/ |
H A D | action.php | 39 $contr->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_handle_tpl_act', array());
|
/plugin/fedauth/ |
H A D | action.php | 64 …$controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_act_unknown',…
|
/plugin/fksnewsfeed/ |
H A D | action.php | 39 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handleActUnknown');
|
/plugin/googlesearch/ |
H A D | action.php | 40 $controller->register_hook('TPL_ACT_UNKNOWN',
|
/plugin/infomail/ |
H A D | action.php | 11 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handleEvent');
|
/plugin/issuetracker/ |
H A D | action.php | 38 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'output', array());
|
/plugin/judge/ |
H A D | action.php | 34 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'submissionsPageContent');
|
/plugin/listeabo/ |
H A D | action.php | 42 $contr->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_handle_tpl_act', array());
|
/plugin/mailto/ |
H A D | action.php | 25 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_act_unknown', array());
|
/plugin/nsexport/action/ |
H A D | export.php | 17 $controller->register_hook('TPL_ACT_UNKNOWN','BEFORE', $this, 'nsexport');
|
/plugin/openid/ |
H A D | action.php | 76 $controller->register_hook('TPL_ACT_UNKNOWN',
|
/plugin/passpolicy/ |
H A D | action.php | 39 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handleResendPwdUI');
|
/plugin/preregister/ |
H A D | action.php | 27 … $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'process_preregister_check');
|