Searched refs:deleteEvent (Results 1 – 8 of 8) sorted by relevance
56 public function convertToRename(PageSaveEvent $deleteEvent) argument61 !$deleteEvent->isDelete() ||62 $this->summary !== $deleteEvent->summary68 $this->oldRevision = $deleteEvent->oldRevision;
89 if ($this->sendEvent($event)) $this->deleteEvent($event->getID());175 public function deleteEvent($id) function in helper_plugin_sentry
72 $helper->deleteEvent($eid);
304 public static function deleteEvent($eventId, $date, $namespace = '') { function in CalendarEventManager
819 $client->deleteEvent($config['user_email'], $outlookId);
184 $this->deleteEvent();646 private function deleteEvent() { function in action_plugin_calendar
1546 window.deleteEvent = function(calId, eventId, date, namespace) { function
11415 private function deleteEvent() {