Home
last modified time | relevance | path

Searched full:draft_save (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/
H A DDraft.php66 * @triggers DRAFT_SAVE
78 !$EVENT_HANDLER->hasHandlerForEvent('DRAFT_SAVE')
92 $event = new Event('DRAFT_SAVE', $draft);
/plugin/dev/
H A Devents.txt26 DRAFT_SAVE
/plugin/encryptedpasswords/
H A Daction.php18 $controller->register_hook('DRAFT_SAVE', 'BEFORE', $this, 'handleDraftSave');
/plugin/drawio/
H A Dscript.js229 action: 'draft_save'
257 action: 'draft_save'
H A Daction.php143 if($action == 'draft_save'){
/plugin/prosemirror/action/
H A Dparser.php29 $controller->register_hook('DRAFT_SAVE', 'BEFORE', $this, 'handle_draft');