Home
last modified time | relevance | path

Searched full:io_wikipage_write (Results 1 – 25 of 39) sorted by path

12

/dokuwiki/inc/File/
H A DPageFile.php170 Event::createAndTrigger('IO_WIKIPAGE_WRITE', $ioData);
179 // IO_WIKIPAGE_WRITE for removing their metadata...
/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);
/plugin/adultcontent/
H A Daction.php21 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'adultcontent__check');
/plugin/autolink2/
H A Daction.php26 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, '_hookautolinkwrite');
/plugin/autolink3/
H A Daction.php40 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this,
/plugin/autotweet/
H A Daction.php40 $controller->register_hook('IO_WIKIPAGE_WRITE', 'AFTER', $this, 'handle_wikipage_write' );
44 * Handles the event IO_WIKIPAGE_WRITE.
46 * @param event Doku_Event IO_WIKIPAGE_WRITE.
/plugin/calendoku/
H A Daction.php9 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'handle_pagewrite');
/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/daftdrafts/
H A Daction.php35 $controller->register_hook('IO_WIKIPAGE_WRITE','AFTER',$this,'_daftdrafts_write');
/plugin/data-au/
H A Daction.php32 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, '_handle');
/plugin/data/
H A Daction.php37 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'handle');
/plugin/davcal/action/
H A Ddisable.php21 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'handle_wikipage_write');
/plugin/dev/
H A Devents.txt78 IO_WIKIPAGE_WRITE
/plugin/distributedacl/
H A Daction.php27 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, '_doacl');
/plugin/do/
H A Daction.php23 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'handle_delete');
/plugin/dokugource/
H A Daction.php30 $controller->register_hook('IO_WIKIPAGE_WRITE', 'AFTER', $this, 'gourcecolor');
/plugin/elasticsearch/action/
H A Dindexing.php27 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'handle_delete');
/plugin/gitbacked/action/
H A Deditcommit.php27 $controller->register_hook('IO_WIKIPAGE_WRITE', 'AFTER', $this, 'handle_io_wikipage_write');
/plugin/gtime/action/
H A Dtimestamp.php62 $controller->register_hook('IO_WIKIPAGE_WRITE', 'AFTER', $this, 'handle_io_wikipage_write');
/plugin/indexmenu/
H A Daction.php29 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'removeSyntaxIfNotAdmin');
/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/listeabo/
H A Daction.php40 //$contr->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'ping', array());
/plugin/log/
H A Dcommon.php82 // intercept IO_WIKIPAGE_WRITE but rely on $ID
/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/mytemplate/
H A Daction.php98 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'write_template_page');
168 // see: http://www.dokuwiki.org/devel:event:io_wikipage_write

12