Home
last modified time | relevance | path

Searched full:dokuwiki_done (Results 1 – 12 of 12) sorted by relevance

/plugin/dev/
H A Devents.txt23 DOKUWIKI_DONE
/plugin/news/
H A Daction.php20 $controller->register_hook('DOKUWIKI_DONE', 'BEFORE', $this,
/plugin/maintenance/
H A Daction.php23 $contr->register_hook('DOKUWIKI_DONE', 'AFTER', $this, 'after_done', array());
/plugin/cronojob/
H A Daction.php34 $controller->register_hook('DOKUWIKI_DONE', 'AFTER', $this, 'handle');
/plugin/pycode/
H A Daction.php40 $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 Ddoku.php134 Event::createAndTrigger('DOKUWIKI_DONE', $tmp);
/plugin/sql2wiki/action/
H A Dsqlite.php58 $controller->register_hook('DOKUWIKI_DONE', 'AFTER', $this, 'update_pages_content');
/plugin/openas/
H A Daction.php26 $controller->register_hook('DOKUWIKI_DONE', 'BEFORE', $this, 'update_locked_pages');
/plugin/gitbacked/action/
H A Deditcommit.php30 $controller->register_hook('DOKUWIKI_DONE', 'AFTER', $this, 'handle_periodic_pull');
/plugin/ckgdoku/action/
H A Dmeta.php47 $controller->register_hook('DOKUWIKI_DONE', 'BEFORE', $this, 'restore_conf');
/plugin/quickstats/
H A Daction.php139 $controller->register_hook('DOKUWIKI_DONE', 'BEFORE', $this, '_add__data');
/plugin/ckgedit/action/
H A Dmeta.php49 $controller->register_hook('DOKUWIKI_DONE', 'BEFORE', $this, 'restore_conf');