/plugin/p2ilinkaction/ |
H A D | action.php | 35 public function handle_dokuwiki_started(Doku_Event &$event, $param) { function in action_plugin_p2ilink
|
/plugin/discoursesearch/ |
H A D | action.php | 35 public function handle_dokuwiki_started(Doku_Event &$event, $param) { function in action_plugin_discoursesearch
|
/plugin/jsreplacements/ |
H A D | jsexpose.php | 40 public function handle_dokuwiki_started(Doku_Event $event, $param) function in action_plugin_jsreplacements_jsexpose
|
/plugin/shortcutkey/ |
H A D | action.php | 24 public function handle_dokuwiki_started(Doku_Event &$event, $param) { function in action_plugin_shortcutkey
|
/plugin/showphperrors/ |
H A D | action.php | 34 public function handle_dokuwiki_started(Doku_Event &$event, $param) { function in action_plugin_showphperrors
|
/plugin/pagehere/ |
H A D | action.php | 24 public function handle_dokuwiki_started(Doku_Event &$event, $param) { global() function in action_plugin_pagehere
|
/plugin/anonip/ |
H A D | action.php | 20 public function handle_dokuwiki_started(Doku_Event &$event, $param) { function in action_plugin_anonip
|
/plugin/filelisting/action/ |
H A D | js.php | 22 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'handle_dokuwiki_started'); 35 public function handle_dokuwiki_started(Doku_Event &$event, $param) { function in action_plugin_filelisting_js
|
/plugin/xcom/ |
H A D | action.php | 36 public function handle_dokuwiki_started(Doku_Event &$event, $param) { function in action_plugin_xcom
|
/plugin/aceeditor/ |
H A D | action.php | 33 public function handle_dokuwiki_started(Doku_Event &$event, $param) { function in action_plugin_aceeditor
|
/plugin/autologoff/ |
H A D | action.php | 28 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'handle_dokuwiki_started'); 29 $controller->register_hook('DETAIL_STARTED', 'BEFORE', $this, 'handle_dokuwiki_started'); 30 $controller->register_hook('MEDIAMANAGER_STARTED', 'BEFORE', $this, 'handle_dokuwiki_started'); 44 public function handle_dokuwiki_started(Doku_Event &$event, $param) { function in action_plugin_autologoff
|
/plugin/simpleforward/ |
H A D | action.php | 34 public function handle_dokuwiki_started(Doku_Event &$event, $param) { function in action_plugin_simpleforward
|
/plugin/pageredirect/ |
H A D | action.php | 20 /* @see action_plugin_pageredirect::handle_dokuwiki_started() */ 21 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'handle_dokuwiki_started'); 35 public function handle_dokuwiki_started(&$event, $param) { function in action_plugin_pageredirect
|