/dokuwiki/inc/Action/ |
H A D | Plugin.php | 25 * @triggers TPL_ACT_UNKNOWN 28 $evt = new Event('TPL_ACT_UNKNOWN', $this->actionname);
|
/plugin/tag/ |
H A D | action.php | 19 $contr->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_handle_tpl_act', array()); 64 * @param Doku_Event $event The TPL_ACT_UNKNOWN event
|
/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/rtmchecklist/ |
H A D | action.php | 26 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handleTplActUnknown', array()); 87 * Hook for event TPL_ACT_UNKNOWN, action
|
/plugin/sendpagecontent/ |
H A D | action.php | 20 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_tpl_act_unknown');
|
/plugin/nsexport/action/ |
H A D | export.php | 17 $controller->register_hook('TPL_ACT_UNKNOWN','BEFORE', $this, 'nsexport');
|
/plugin/tablelayout/action/ |
H A D | print.php | 24 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'printTable');
|
/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/mailto/ |
H A D | action.php | 25 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_act_unknown', array());
|
/plugin/authplaincas/ |
H A D | action.php | 31 $controller->register_hook ('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_template');
|
/plugin/diffpreview/ |
H A D | action.php | 22 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_tpl_act_changes');
|
/plugin/favoris/ |
H A D | action.php | 39 $contr->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_handle_tpl_act', array());
|
/plugin/recommend/ |
H A D | action.php | 13 'TPL_ACT_UNKNOWN') as $event) {
|
/plugin/googlesearch/ |
H A D | action.php | 40 $controller->register_hook('TPL_ACT_UNKNOWN',
|
/plugin/tos/ |
H A D | action.php | 20 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'showTos');
|
/plugin/spatialhelper/ |
H A D | action.php | 49 'TPL_ACT_UNKNOWN', 'BEFORE', $this, 'findnearby', array( 173 … addional handler is required as described at: https://www.dokuwiki.org/devel:event:tpl_act_unknown
|
/plugin/rater/ |
H A D | action.php | 37 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'output', array());
|
/plugin/cite/ |
H A D | action.php | 19 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_handle_tpl_act', array());
|
/plugin/accscounter/ |
H A D | action.php | 17 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'my_action');
|
/plugin/listeabo/ |
H A D | action.php | 42 $contr->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_handle_tpl_act', array());
|
/plugin/siteexport/action/ |
H A D | startup.php | 24 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'siteexport_addpage');
|
/plugin/infomail/ |
H A D | action.php | 11 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handleEvent');
|
/plugin/ssocas/ |
H A D | action.php | 49 $controller->register_hook ('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_template');
|
/plugin/passpolicy/ |
H A D | action.php | 39 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handleResendPwdUI');
|
/plugin/translate/ |
H A D | action.php | 32 $contr->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handleTplActUnknown'); 109 * Hook for event TPL_ACT_UNKNOWN, action 'translate'
|