Home
last modified time | relevance | path

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

12

/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/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/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/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/dev/
H A Devents.txt78 IO_WIKIPAGE_WRITE
/plugin/adultcontent/
H A Daction.php21 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'adultcontent__check');
/plugin/davcal/action/
H A Ddisable.php21 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'handle_wikipage_write');
/plugin/projects/action/
H A Dpage.php28 $controller->register_hook('IO_WIKIPAGE_WRITE', 'AFTER', $this,
/plugin/rstudio/
H A Daction.php14 $controller->register_hook( 'IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'insert_geshi');
/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/rating/
H A Daction.php23 $controller->register_hook('IO_WIKIPAGE_WRITE', 'AFTER', $this, 'handle_delete');
/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/log/
H A Dcommon.php82 // intercept IO_WIKIPAGE_WRITE but rely on $ID
/plugin/wysiwyg/
H A Daction.php37 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, '_insertHTML');
/plugin/distributedacl/
H A Daction.php27 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, '_doacl');
/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
/plugin/calendoku/
H A Daction.php9 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'handle_pagewrite');
/plugin/tindexmenu/
H A Daction.php34 …if ($this->getConf('only_admins')) $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $thi…
/plugin/semanticdata/
H A Daction.php31 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, '_handle');
/plugin/data-au/
H A Daction.php32 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, '_handle');
/plugin/dokugource/
H A Daction.php30 $controller->register_hook('IO_WIKIPAGE_WRITE', 'AFTER', $this, 'gourcecolor');
/plugin/daftdrafts/
H A Daction.php35 $controller->register_hook('IO_WIKIPAGE_WRITE','AFTER',$this,'_daftdrafts_write');
/dokuwiki/inc/File/
H A DPageFile.php170 Event::createAndTrigger('IO_WIKIPAGE_WRITE', $ioData);
179 // IO_WIKIPAGE_WRITE for removing their metadata...
/plugin/listeabo/
H A Daction.php40 //$contr->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'ping', array());

12