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/classes/
H A DEventManager.php304 public static function deleteEvent($eventId, $date, $namespace = '') { function in CalendarEventManager
/plugin/calendar/
H A Dsync_outlook.php819 $client->deleteEvent($config['user_email'], $outlookId);
H A Daction.php184 $this->deleteEvent();
646 private function deleteEvent() { function in action_plugin_calendar
H A Dcalendar-main.js1546 window.deleteEvent = function(calId, eventId, date, namespace) { function
H A DCHANGELOG.md11415 private function deleteEvent() {