Home
last modified time | relevance | path

Searched full:io_wikipage_write (Results 1 – 25 of 39) sorted by last modified time

12

/dokuwiki/inc/
H A Dio.php187 * Used to write out a DokuWiki page to file, and send IO_WIKIPAGE_WRITE events.
217 return Event::createAndTrigger('IO_WIKIPAGE_WRITE', $data, '_io_writeWikiPage_action', false);
/dokuwiki/inc/File/
H A DPageFile.php170 Event::createAndTrigger('IO_WIKIPAGE_WRITE', $ioData);
179 // IO_WIKIPAGE_WRITE for removing their metadata...
/plugin/spatialhelper/
H A Daction.php44 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'removeFromIndex');
/plugin/dev/
H A Devents.txt78 IO_WIKIPAGE_WRITE
/plugin/gitbacked/action/
H A Deditcommit.php27 $controller->register_hook('IO_WIKIPAGE_WRITE', 'AFTER', $this, 'handle_io_wikipage_write');
/plugin/combo/action/
H A Dpagesystemmutation.php46 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'createFileSystemMutation', array());
63 * @link https://www.dokuwiki.org/devel:event:io_wikipage_write
89 * From https://www.dokuwiki.org/devel:event:io_wikipage_write
116 * From https://www.dokuwiki.org/devel:event:io_wikipage_write
/plugin/data/
H A Daction.php37 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'handle');
/plugin/statistics/
H A Daction.php25 'IO_WIKIPAGE_WRITE',
/plugin/do/
H A Daction.php23 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'handle_delete');
/plugin/elasticsearch/action/
H A Dindexing.php27 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'handle_delete');
/plugin/snippets/
H A Daction.php25 …$controller->register_hook('IO_WIKIPAGE_WRITE', 'AFTER', $this, 'handle_wiki_write',array('after'=…
26 …$controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'handle_wiki_write', array('befor…
/plugin/publish/action/
H A Dmail.php28 … $controller->register_hook('IO_WIKIPAGE_WRITE', 'AFTER', $this, 'send_change_mail', array());
48 …// IO_WIKIPAGE_WRITE is always called twice when saving a page. This makes sure to only send the m…
/plugin/davcal/action/
H A Ddisable.php21 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'handle_wikipage_write');
/plugin/indexmenu/
H A Daction.php29 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'removeSyntaxIfNotAdmin');
/plugin/translate/
H A Daction.php39 //$contr->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'handlePageWrite');
/plugin/strata/
H A Daction.php25 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, '_io_page_write');
/plugin/data-au/
H A Daction.php32 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, '_handle');
/plugin/log/
H A Dcommon.php82 // intercept IO_WIKIPAGE_WRITE but rely on $ID
/plugin/autolink3/
H A Daction.php40 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this,
/plugin/makemedians/
H A Daction.php22 $controller->register_hook('IO_WIKIPAGE_WRITE', 'AFTER', $this, 'handle_io_wikipage_write');
35 …// See https://www.dokuwiki.org/devel:event:io_wikipage_write for more information about this event
/plugin/rating/
H A Daction.php23 $controller->register_hook('IO_WIKIPAGE_WRITE', 'AFTER', $this, 'handle_delete');
/plugin/adultcontent/
H A Daction.php21 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'adultcontent__check');
/plugin/rstudio/
H A Daction.php14 $controller->register_hook( 'IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'insert_geshi');
/plugin/jiralinks/
H A Daction.php28 * Register the IO_WIKIPAGE_WRITE AFTER event handler, if required
34 $controller->register_hook('IO_WIKIPAGE_WRITE', 'AFTER', $this, 'addRemoteIssueLinks');
/plugin/calendoku/
H A Daction.php9 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'handle_pagewrite');

12