Home
last modified time | relevance | path

Searched full:io_wikipage_read (Results 1 – 11 of 11) sorted by relevance

/plugin/dev/
H A Devents.txt77 IO_WIKIPAGE_READ
/plugin/phprestrict/action/
H A Daction.php26 // Future feature: To kill PHP in non-enabled pages, will need to hook IO_WIKIPAGE_READ
/plugin/wysiwyg/
H A Daction.php36 $controller->register_hook('IO_WIKIPAGE_READ', 'AFTER', $this, '_hideHTML');
/plugin/struct/action/
H A Ddiff.php27 $controller->register_hook('IO_WIKIPAGE_READ', 'AFTER', $this, 'handleDiffload');
/plugin/strreplace/
H A Daction.php25 $controller->register_hook('IO_WIKIPAGE_READ', 'AFTER', $this, 'substitutions');
/plugin/extranet/
H A Daction.php11 … $controller->register_hook('IO_WIKIPAGE_READ', 'AFTER', $this, '_displayhidemessageifrestricted');
/plugin/move/action/
H A Drewrite.php22 $controller->register_hook('IO_WIKIPAGE_READ', 'AFTER', $this, 'handle_read', array());
/plugin/mytemplate/
H A Daction.php99 $controller->register_hook('IO_WIKIPAGE_READ', 'AFTER', $this, 'read_template_page');
/plugin/xtern/
H A Daction.php17 $controller->register_hook('IO_WIKIPAGE_READ', 'AFTER', $this, 'handle_wiki_read');
/dokuwiki/inc/
H A Dio.php56 * Used to read in a DokuWiki page from file, and send IO_WIKIPAGE_READ events.
81 return Event::createAndTrigger('IO_WIKIPAGE_READ', $data, '_io_readWikiPage_action', false);
/plugin/snippets/
H A Daction.php23 $controller->register_hook('IO_WIKIPAGE_READ', 'AFTER', $this, 'handle_wiki_read');