Home
last modified time | relevance | path

Searched full:common_wikipage_save (Results 1 – 25 of 28) sorted by relevance

12

/plugin/combo/action/
H A Dwebcode.php27 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'BEFORE', $this, '_enforceSecurity');
33 * @param $event Doku_Event https://www.dokuwiki.org/devel:event:common_wikipage_save
H A Dpagesystemmutation.php51 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, 'comboFsSynchronization', array());
82 * TODO ?: the common uses the common_wikipage_save instead ?
83 * https://www.dokuwiki.org/devel:event:common_wikipage_save
/plugin/stylingpages/
H A Daction.php23 … $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'BEFORE', $this, 'handleSaveBefore', null, 10);
24 … $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, 'handleSaveAfter', null, 10);
/plugin/struct/action/
H A Drevert.php32 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'BEFORE', $this, 'handlePagesaveBefore');
34 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, 'handlePagesaveAfter');
H A Dentry.php49 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'BEFORE', $this, 'handlePagesaveBefore');
51 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, 'handlePagesaveAfter');
/plugin/keywords/action/
H A Dkeywords.php19 … $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'BEFORE', $this, 'handleCommonWikipageSave');
53 * Event handler for COMMON_WIKIPAGE_SAVE
55 * @see https://www.dokuwiki.org/devel:event:COMMON_WIKIPAGE_SAVE
/plugin/matrixnotifier/
H A Daction.php15 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, '_handle');
/plugin/dev/
H A Devents.txt17 COMMON_WIKIPAGE_SAVE
/plugin/disabledelete/
H A Daction.php7 … $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'BEFORE', $this, 'handle_pagesave_after');
/dokuwiki/inc/File/
H A DPageFile.php22 /* @var array $data initial data when event COMMON_WIKIPAGE_SAVE triggered */
77 * @return array|void data of event COMMON_WIKIPAGE_SAVE
101 // prepare data for event COMMON_WIKIPAGE_SAVE
138 $event = new Event('COMMON_WIKIPAGE_SAVE', $data);
/plugin/preventzerowidthchars/
H A Daction.php21 …$controller->register_hook('COMMON_WIKIPAGE_SAVE', 'BEFORE', $this, 'handle_common_wikipage_save');
/plugin/structpublish/action/
H A Dsave.php16 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, 'handleSave');
/plugin/discordnotifier/
H A Daction.php20 $controller -> register_hook ( 'COMMON_WIKIPAGE_SAVE', 'AFTER', $this, '_handle' );
/plugin/newnamespacepermissions/
H A Daction.php23 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'BEFORE', $this, 'checkPagesave');
/plugin/slacknotifier/helper/
H A DPayload.php
/plugin/slacknotifier/
H A Daction.php41 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, 'handleSave');
/plugin/numbering/
H A Daction.php19 …$controller->register_hook('COMMON_WIKIPAGE_SAVE', 'BEFORE', $this, 'handle_save',array('before'));
/plugin/structtasks/
H A Daction.php29 …$controller->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, 'handle_common_wikipage_save', …
/plugin/tgnotify/
H A Daction.php26 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, '_handle');
/plugin/autotweet2/
H A Daction.php16 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, 'tweet', array());
/plugin/tablelayout/action/
H A Daction.php30 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'BEFORE', $this, 'ensurePagesave');
/plugin/acknowledge/
H A Daction.php20 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, 'handlePageSave');
/plugin/ireadit/action/
H A Direadit.php15 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, 'handle_pagesave_after');
/plugin/watchcycle/
H A Daction.php30 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'BEFORE', $this, 'handle_pagesave_before');
/plugin/xtern/
H A Daction.php19 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'BEFORE', $this, 'handle_page_save');

12