Home
last modified time | relevance | path

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

/plugin/gdpr/_test/
H A DCleanUser.test.php48 trigger_event('INDEXER_TASKS_RUN', $data);
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);
H A DCleanIp.test.php41 trigger_event('INDEXER_TASKS_RUN', $data);
/plugin/sentry/action/
H A Derrors.php37 $controller->register_hook('INDEXER_TASKS_RUN', 'AFTER', $this, 'handle_indexer');
46 * Called for event: INDEXER_TASKS_RUN
/plugin/cleanoldips/
H A Daction.php23 $controller->register_hook('INDEXER_TASKS_RUN', 'BEFORE', $this, 'handleIndexerTasksRun');
30 * Called for event: INDEXER_TASKS_RUN
/plugin/gdpr/action/
H A Doldips.php23 $controller->register_hook('INDEXER_TASKS_RUN', 'BEFORE', $this, 'handleIndexerTasksRun');
30 * Called for event: INDEXER_TASKS_RUN
H A Ddelusers.php24 $controller->register_hook('INDEXER_TASKS_RUN', 'BEFORE', $this, 'handleIndexerTaskRun');
52 * Called for event: INDEXER_TASKS_RUN
/plugin/dev/
H A Devents.txt69 INDEXER_TASKS_RUN
/plugin/statdisplay/
H A Daction.php14 $controller->register_hook('INDEXER_TASKS_RUN', 'AFTER', $this, 'handle_run');
/plugin/cleanup/
H A Daction.php22 $controller->register_hook('INDEXER_TASKS_RUN', 'AFTER', $this, 'handle_indexer_tasks_run');
/plugin/poldek/
H A Daction.php29 $controller->register_hook('INDEXER_TASKS_RUN', 'BEFORE', $this, 'cron', array());
/plugin/webdavclient/
H A Daction.php24 $controller->register_hook('INDEXER_TASKS_RUN', 'BEFORE', $this, 'handle_indexer_sync');
/plugin/combo/action/
H A Deventsystem.php38 $controller->register_hook('INDEXER_TASKS_RUN', 'AFTER', $this, 'processEventTable', array());
43 $controller->register_hook('INDEXER_TASKS_RUN', 'BEFORE', $this, 'lockSystemBefore', array());
44 $controller->register_hook('INDEXER_TASKS_RUN', 'AFTER', $this, 'lockSystemAfter', array());
/plugin/qc/action/
H A Dcron.php41 $controller->register_hook('INDEXER_TASKS_RUN', 'BEFORE', $this, 'qccron', []);
/plugin/cleanoldips/_test/
H A Dcleaning.test.php39 trigger_event('INDEXER_TASKS_RUN', $data);
/dokuwiki/lib/plugins/popularity/
H A Daction.php27 $controller->register_hook('INDEXER_TASKS_RUN', 'AFTER', $this, 'autosubmit', []);
/plugin/clearhistory/
H A Daction.php39 $controller->register_hook('INDEXER_TASKS_RUN', 'BEFORE', $this, 'cleanup', array());
/dokuwiki/inc/
H A DTaskRunner.php21 * @triggers INDEXER_TASKS_RUN
48 $evt = new Event('INDEXER_TASKS_RUN', $tmp);
/dokuwiki/lib/plugins/safefnrecode/
H A Daction.php18 $controller->register_hook('INDEXER_TASKS_RUN', 'BEFORE', $this, 'handleIndexerTasksRun');
/plugin/externalembed/
H A Daction.php33 … $controller->register_hook('INDEXER_TASKS_RUN', 'BEFORE', $this, 'handle_indexer_tasks_run');
/plugin/loglog/
H A Daction.php94 'INDEXER_TASKS_RUN',
/plugin/notification/action/
H A Dcron.php27 $controller->register_hook('INDEXER_TASKS_RUN', 'AFTER', $this, 'handle_indexer_tasks_run');
/plugin/statistics/
H A Daction.php60 'INDEXER_TASKS_RUN',
/plugin/captcha/
H A Daction.php42 $controller->register_hook('INDEXER_TASKS_RUN', 'AFTER', $this, 'handleIndexer', []);
/plugin/solr/
H A Daction.php70 $controller->register_hook('INDEXER_TASKS_RUN', 'BEFORE', $this, 'updateindex');
/plugin/combo/ComboStrap/
H A DEvent.php241 $evt = new \dokuwiki\Extension\Event('INDEXER_TASKS_RUN', $tmp);