Searched full:dokuwiki_done (Results 1 – 12 of 12) sorted by relevance
/plugin/dev/ |
H A D | events.txt | 23 DOKUWIKI_DONE
|
/plugin/news/ |
H A D | action.php | 20 $controller->register_hook('DOKUWIKI_DONE', 'BEFORE', $this,
|
/plugin/maintenance/ |
H A D | action.php | 23 $contr->register_hook('DOKUWIKI_DONE', 'AFTER', $this, 'after_done', array());
|
/plugin/cronojob/ |
H A D | action.php | 34 $controller->register_hook('DOKUWIKI_DONE', 'AFTER', $this, 'handle');
|
/plugin/pycode/ |
H A D | action.php | 40 $controller->register_hook("DOKUWIKI_DONE", "BEFORE", $this, "update_log", array ()); 119 * so it's necessary to use an event like DOKUWIKI_DONE.
|
/dokuwiki/ |
H A D | doku.php | 129 Event::createAndTrigger('DOKUWIKI_DONE', $tmp);
|
/plugin/sql2wiki/action/ |
H A D | sqlite.php | 58 $controller->register_hook('DOKUWIKI_DONE', 'AFTER', $this, 'update_pages_content');
|
/plugin/openas/ |
H A D | action.php | 26 $controller->register_hook('DOKUWIKI_DONE', 'BEFORE', $this, 'update_locked_pages');
|
/plugin/gitbacked/action/ |
H A D | editcommit.php | 30 $controller->register_hook('DOKUWIKI_DONE', 'AFTER', $this, 'handle_periodic_pull');
|
/plugin/ckgdoku/action/ |
H A D | meta.php | 47 $controller->register_hook('DOKUWIKI_DONE', 'BEFORE', $this, 'restore_conf');
|
/plugin/quickstats/ |
H A D | action.php | 139 $controller->register_hook('DOKUWIKI_DONE', 'BEFORE', $this, '_add__data');
|
/plugin/ckgedit/action/ |
H A D | meta.php | 49 $controller->register_hook('DOKUWIKI_DONE', 'BEFORE', $this, 'restore_conf');
|