Searched full:io_wikipage_read (Results 1 – 11 of 11) sorted by relevance
/plugin/dev/ |
H A D | events.txt | 77 IO_WIKIPAGE_READ
|
/plugin/phprestrict/action/ |
H A D | action.php | 26 // Future feature: To kill PHP in non-enabled pages, will need to hook IO_WIKIPAGE_READ
|
/plugin/wysiwyg/ |
H A D | action.php | 36 $controller->register_hook('IO_WIKIPAGE_READ', 'AFTER', $this, '_hideHTML');
|
/plugin/struct/action/ |
H A D | diff.php | 27 $controller->register_hook('IO_WIKIPAGE_READ', 'AFTER', $this, 'handleDiffload');
|
/plugin/strreplace/ |
H A D | action.php | 25 $controller->register_hook('IO_WIKIPAGE_READ', 'AFTER', $this, 'substitutions');
|
/plugin/extranet/ |
H A D | action.php | 11 … $controller->register_hook('IO_WIKIPAGE_READ', 'AFTER', $this, '_displayhidemessageifrestricted');
|
/plugin/move/action/ |
H A D | rewrite.php | 22 $controller->register_hook('IO_WIKIPAGE_READ', 'AFTER', $this, 'handle_read', array());
|
/plugin/mytemplate/ |
H A D | action.php | 99 $controller->register_hook('IO_WIKIPAGE_READ', 'AFTER', $this, 'read_template_page');
|
/plugin/xtern/ |
H A D | action.php | 17 $controller->register_hook('IO_WIKIPAGE_READ', 'AFTER', $this, 'handle_wiki_read');
|
/dokuwiki/inc/ |
H A D | io.php | 57 * Used to read in a DokuWiki page from file, and send IO_WIKIPAGE_READ events. 82 return Event::createAndTrigger('IO_WIKIPAGE_READ', $data, '_io_readWikiPage_action', false);
|
/plugin/snippets/ |
H A D | action.php | 23 $controller->register_hook('IO_WIKIPAGE_READ', 'AFTER', $this, 'handle_wiki_read');
|