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);
790 $client->deleteEvent($config['user_email'], $outlookId);
147 $this->deleteEvent();603 private function deleteEvent() { function in action_plugin_calendar
1541 window.deleteEvent = function(calId, eventId, date, namespace) { function
11324 private function deleteEvent() {
303 public static function deleteEvent($eventId, $date, $namespace = '') { function in CalendarEventManager