Home
last modified time | relevance | path

Searched refs:deleteEvent (Results 1 – 8 of 8) sorted by relevance

/plugin/slacknotifier/event/
DPageSaveEvent.php56 public function convertToRename(PageSaveEvent $deleteEvent) argument
61 !$deleteEvent->isDelete() ||
62 $this->summary !== $deleteEvent->summary
68 $this->oldRevision = $deleteEvent->oldRevision;
/plugin/sentry/
Dhelper.php89 if ($this->sendEvent($event)) $this->deleteEvent($event->getID());
175 public function deleteEvent($id) function in helper_plugin_sentry
/plugin/sentry/action/
Derrors.php72 $helper->deleteEvent($eid);
/plugin/calendar/
Dsync_outlook.php790 $client->deleteEvent($config['user_email'], $outlookId);
Daction.php147 $this->deleteEvent();
603 private function deleteEvent() { function in action_plugin_calendar
Dcalendar-main.js1541 window.deleteEvent = function(calId, eventId, date, namespace) { function
DCHANGELOG.md11324 private function deleteEvent() {
/plugin/calendar/classes/
DEventManager.php303 public static function deleteEvent($eventId, $date, $namespace = '') { function in CalendarEventManager