Home
last modified time | relevance | path

Searched full:trigger_event (Results 1 – 25 of 57) sorted by path

123

/dokuwiki/inc/
H A Ddeprecated.php341 function trigger_event($name, &$data, $action=null, $canPreventDefault=true) {
339 function trigger_event($name, &$data, $action=null, $canPreventDefault=true) { global() function
H A Dfulltext.php27 * refactored into ft_pageSearch(), _ft_pageSearch() and trigger_event()
/plugin/ajaxpeon/
H A Daction.php175 trigger_event('TPL_TOC_RENDER', $toc, null, false);
/plugin/animation/
H A Daction.php81 trigger_event('JQUERY_READY', $morecode, NULL, false);
/plugin/authchained/
H A Dauth.php185 trigger_event('AUTH_LOGIN_CHECK', $evdata, 'auth_login_wrapper');
/plugin/authg2fa/
H A Dauth.php40 trigger_event('PLUGIN_LOGLOG_LOG', $log);
45 trigger_event('PLUGIN_LOGLOG_LOG', $log);
60 trigger_event('PLUGIN_LOGLOG_LOG', $log);
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php2234 public $trigger_event; variable in Google_Users
2250 public function setTrigger_event($trigger_event) { argument
2251 $this->trigger_event = $trigger_event;
2254 return $this->trigger_event;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUsers.php24 "triggerEvent" => "trigger_event",
/plugin/autogallery/
H A Dsyntax.php97 trigger_event('NON_SENSE',$arr);
/plugin/bootswrapper/exe/
H A Dpopup.php56 trigger_event('MEDIAMANAGER_STARTED', $tmp);
/plugin/ckgdoku/action/
H A Dedit.php658 trigger_event('HTML_EDITFORM_INJECTION', $temp);
1149 trigger_event('RENDERER_CONTENT_POSTPROCESS',$data);
/plugin/ckgedit/action/
H A Dedit.php719 trigger_event('HTML_EDITFORM_INJECTION', $temp);
1194 trigger_event('RENDERER_CONTENT_POSTPROCESS',$data);
/plugin/cleanoldips/_test/
H A Dcleaning.test.php39 trigger_event('INDEXER_TASKS_RUN', $data);
H A DcleaningMedia.test.php44 trigger_event('TASK_RECENTCHANGES_TRIM', $eventData);
/plugin/components/lib/
H A Daction_manager.php149 trigger_event('TPL_CONTENT_DISPLAY', $html_output, 'ptln');
/plugin/discussion/
H A Daction.php1312 trigger_event(
1317 trigger_event(
/plugin/dokubookmark/
H A Dhelper.php197 trigger_event('HTML_EDIT_FORMSELECTION', $data, 'html_edit_form', true);
/plugin/epub/scripts/
H A Debook.php72 trigger_event('RENDERER_CONTENT_POSTPROCESS',$data);
/plugin/fckg/action/
H A Dedit.php525 trigger_event('HTML_EDITFORM_INJECTION', $temp);
2707 trigger_event('RENDERER_CONTENT_POSTPROCESS',$data);
/plugin/freesync/
H A Dhelper.php244 $page['text'] = trigger_event('HTML_PAGE_FROMTEMPLATE',$data,'pageTemplate',true);
474 …if(true == trigger_event('MEDIA_UPLOAD_FINISH', $data, array($this, '_media_upload_action'), true)…
/plugin/gdpr/_test/
H A DCleanIp.test.php41 trigger_event('INDEXER_TASKS_RUN', $data);
H A DCleanMedia.test.php46 trigger_event('TASK_RECENTCHANGES_TRIM', $eventData);
H A DCleanUser.test.php47 trigger_event('AUTH_USER_CHANGE', $deleteEventData);
48 trigger_event('INDEXER_TASKS_RUN', $data);
78 trigger_event('AUTH_USER_CHANGE', $deleteEventDataAdmin);
79 trigger_event('AUTH_USER_CHANGE', $deleteEventDataPubcie);
80 trigger_event('INDEXER_TASKS_RUN', $data);
81 trigger_event('INDEXER_TASKS_RUN', $data);
82 trigger_event('INDEXER_TASKS_RUN', $data);
83 trigger_event('INDEXER_TASKS_RUN', $data);
/plugin/htmlokay/
H A Dhelper.php221 trigger_event('PARSER_CACHE_USE', $cache);
/plugin/icons/exe/
H A Dpopup.php26 trigger_event('MEDIAMANAGER_STARTED', $tmp);

123