/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | CalendarHome.php | 32 protected $caldavBackend; variable in Sabre\\CalDAV\\CalendarHome 49 $this->caldavBackend = $caldavBackend; 151 if ($this->caldavBackend instanceof Backend\SharingSupport) { 154 return new Calendar($this->caldavBackend, $calendar); 159 if ($this->caldavBackend instanceof Backend\SubscriptionSupport) { 198 if ($this->caldavBackend instanceof Backend\SharingSupport) { 201 $objs[] = new Calendar($this->caldavBackend, $calendar); 205 if ($this->caldavBackend instanceof Backend\SchedulingSupport) { 211 if ($this->caldavBackend instanceof Backend\NotificationSupport) { 216 if ($this->caldavBackend instanceof Backend\SubscriptionSupport) { [all …]
|
H A D | Calendar.php | 35 protected $caldavBackend; variable in Sabre\\CalDAV\\Calendar 43 function __construct(Backend\BackendInterface $caldavBackend, $calendarInfo) { argument 45 $this->caldavBackend = $caldavBackend; 109 $obj = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $name); 115 return new CalendarObject($this->caldavBackend, $this->calendarInfo, $obj); 126 $objs = $this->caldavBackend->getCalendarObjects($this->calendarInfo['id']); 212 $this->caldavBackend->deleteCalendar($this->calendarInfo['id']); 388 $this->caldavBackend instanceof Backend\SyncSupport && 394 $this->caldavBackend instanceof Backend\SyncSupport && 459 if (!$this->caldavBackend instanceof Backend\SyncSupport) { [all …]
|
H A D | CalendarRoot.php | 27 protected $caldavBackend; variable in Sabre\\CalDAV\\CalendarRoot 43 …Backend\BackendInterface $principalBackend, Backend\BackendInterface $caldavBackend, $principalPre… argument 46 $this->caldavBackend = $caldavBackend; 76 return new CalendarHome($this->caldavBackend, $principal);
|
H A D | CalendarObject.php | 21 protected $caldavBackend; variable in Sabre\\CalDAV\\CalendarObject 55 …function __construct(Backend\BackendInterface $caldavBackend, array $calendarInfo, array $objectDa… argument 57 $this->caldavBackend = $caldavBackend; 89 …$this->objectData = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $this->obje… 106 …$etag = $this->caldavBackend->updateCalendarObject($this->calendarInfo['id'], $this->objectData['u… 121 … $this->caldavBackend->deleteCalendarObject($this->calendarInfo['id'], $this->objectData['uri']);
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | CalendarHome.php | 30 protected $caldavBackend; variable in Sabre\\CalDAV\\CalendarHome 47 $this->caldavBackend = $caldavBackend; 149 if ($this->caldavBackend instanceof Backend\SharingSupport) { 156 return new Calendar($this->caldavBackend, $calendar); 161 if ($this->caldavBackend instanceof Backend\SubscriptionSupport) { 200 if ($this->caldavBackend instanceof Backend\SharingSupport) { 207 $objs[] = new Calendar($this->caldavBackend, $calendar); 211 if ($this->caldavBackend instanceof Backend\SchedulingSupport) { 217 if ($this->caldavBackend instanceof Backend\NotificationSupport) { 222 if ($this->caldavBackend instanceof Backend\SubscriptionSupport) { [all …]
|
H A D | Calendar.php | 33 protected $caldavBackend; variable in Sabre\\CalDAV\\Calendar 41 function __construct(Backend\BackendInterface $caldavBackend, $calendarInfo) { argument 43 $this->caldavBackend = $caldavBackend; 107 $obj = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $name); 113 return new CalendarObject($this->caldavBackend, $this->calendarInfo, $obj); 124 $objs = $this->caldavBackend->getCalendarObjects($this->calendarInfo['id']); 210 $this->caldavBackend->deleteCalendar($this->calendarInfo['id']); 443 $this->caldavBackend instanceof Backend\SyncSupport && 449 $this->caldavBackend instanceof Backend\SyncSupport && 514 if (!$this->caldavBackend instanceof Backend\SyncSupport) { [all …]
|
H A D | CalendarRoot.php | 27 protected $caldavBackend; variable in Sabre\\CalDAV\\CalendarRoot 43 …Backend\BackendInterface $principalBackend, Backend\BackendInterface $caldavBackend, $principalPre… argument 46 $this->caldavBackend = $caldavBackend; 76 return new CalendarHome($this->caldavBackend, $principal);
|
H A D | CalendarObject.php | 19 protected $caldavBackend; variable in Sabre\\CalDAV\\CalendarObject 53 …function __construct(Backend\BackendInterface $caldavBackend, array $calendarInfo, array $objectDa… argument 55 $this->caldavBackend = $caldavBackend; 87 …$this->objectData = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $this->obje… 104 …$etag = $this->caldavBackend->updateCalendarObject($this->calendarInfo['id'], $this->objectData['u… 119 … $this->caldavBackend->deleteCalendarObject($this->calendarInfo['id'], $this->objectData['uri']);
|
H A D | ShareableCalendar.php | 35 $this->caldavBackend->updateShares($this->calendarInfo['id'], $add, $remove); 53 return $this->caldavBackend->getShares($this->calendarInfo['id']); 68 $this->caldavBackend->setPublishStatus($this->calendarInfo['id'], $value);
|
H A D | SharedCalendar.php | 20 function __construct(Backend\BackendInterface $caldavBackend, $calendarInfo) { argument 33 parent::__construct($caldavBackend, $calendarInfo); 144 return $this->caldavBackend->getShares($this->calendarInfo['id']);
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | Inbox.php | 27 protected $caldavBackend; variable in Sabre\\CalDAV\\Schedule\\Inbox 42 function __construct(Backend\SchedulingSupport $caldavBackend, $principalUri) { argument 44 $this->caldavBackend = $caldavBackend; 69 $objs = $this->caldavBackend->getSchedulingObjects($this->principalUri); 74 $children[] = new SchedulingObject($this->caldavBackend, $obj); 106 $this->caldavBackend->createSchedulingObject($this->principalUri, $name, $data); 189 $objects = $this->caldavBackend->getSchedulingObjects($this->principalUri);
|
H A D | SchedulingObject.php | 22 protected $caldavBackend; variable in Sabre\\CalDAV\\Schedule\\SchedulingObject 48 function __construct(Backend\SchedulingSupport $caldavBackend, array $objectData) { argument 50 $this->caldavBackend = $caldavBackend; 70 …$this->objectData = $this->caldavBackend->getSchedulingObject($this->objectData['principaluri'], $… 95 …$this->caldavBackend->deleteSchedulingObject($this->objectData['principaluri'], $this->objectData[…
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/ |
H A D | Collection.php | 32 protected $caldavBackend; variable in Sabre\\CalDAV\\Notifications\\Collection 47 function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri) { argument 49 $this->caldavBackend = $caldavBackend; 62 $notifications = $this->caldavBackend->getNotificationsForPrincipal($this->principalUri); 67 $this->caldavBackend,
|
H A D | Node.php | 30 protected $caldavBackend; variable in Sabre\\CalDAV\\Notifications\\Node 53 …function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri, Notificatio… argument 55 $this->caldavBackend = $caldavBackend; 104 $this->caldavBackend->deleteNotification($this->getOwner(), $this->notification);
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | Inbox.php | 25 protected $caldavBackend; variable in Sabre\\CalDAV\\Schedule\\Inbox 40 function __construct(Backend\SchedulingSupport $caldavBackend, $principalUri) { argument 42 $this->caldavBackend = $caldavBackend; 67 $objs = $this->caldavBackend->getSchedulingObjects($this->principalUri); 72 $children[] = new SchedulingObject($this->caldavBackend, $obj); 104 $this->caldavBackend->createSchedulingObject($this->principalUri, $name, $data); 257 $objects = $this->caldavBackend->getSchedulingObjects($this->principalUri);
|
H A D | SchedulingObject.php | 22 protected $caldavBackend; variable in Sabre\\CalDAV\\Schedule\\SchedulingObject 48 function __construct(Backend\SchedulingSupport $caldavBackend, array $objectData) { argument 50 $this->caldavBackend = $caldavBackend; 70 …$this->objectData = $this->caldavBackend->getSchedulingObject($this->objectData['principaluri'], $… 95 …$this->caldavBackend->deleteSchedulingObject($this->objectData['principaluri'], $this->objectData[…
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/ |
H A D | Collection.php | 30 protected $caldavBackend; variable in Sabre\\CalDAV\\Notifications\\Collection 45 function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri) { argument 47 $this->caldavBackend = $caldavBackend; 60 $notifications = $this->caldavBackend->getNotificationsForPrincipal($this->principalUri); 65 $this->caldavBackend,
|
H A D | Node.php | 28 protected $caldavBackend; variable in Sabre\\CalDAV\\Notifications\\Node 51 …function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri, Notificatio… argument 53 $this->caldavBackend = $caldavBackend; 102 $this->caldavBackend->deleteNotification($this->getOwner(), $this->notification);
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/ |
H A D | Subscription.php | 30 protected $caldavBackend; variable in Sabre\\CalDAV\\Subscriptions\\Subscription 42 * @param SubscriptionSupport $caldavBackend 45 function __construct(SubscriptionSupport $caldavBackend, array $subscriptionInfo) { argument 47 $this->caldavBackend = $caldavBackend; 98 $this->caldavBackend->deleteSubscription( 129 return $this->caldavBackend->updateSubscription(
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/ |
H A D | Subscription.php | 28 protected $caldavBackend; variable in Sabre\\CalDAV\\Subscriptions\\Subscription 40 * @param SubscriptionSupport $caldavBackend 43 function __construct(SubscriptionSupport $caldavBackend, array $subscriptionInfo) { argument 45 $this->caldavBackend = $caldavBackend; 96 $this->caldavBackend->deleteSubscription( 127 return $this->caldavBackend->updateSubscription(
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/ |
H A D | DAVServerTest.php | 49 protected $caldavBackend; variable in Sabre\\DAVServerTest 181 $this->caldavBackend 206 if ($this->setupCalDAVSharing && is_null($this->caldavBackend)) { 207 …$this->caldavBackend = new CalDAV\Backend\MockSharing($this->caldavCalendars, $this->caldavCalenda… 209 if ($this->setupCalDAVSubscriptions && is_null($this->caldavBackend)) { 210 …$this->caldavBackend = new CalDAV\Backend\MockSubscriptionSupport($this->caldavCalendars, $this->c… 212 if ($this->setupCalDAV && is_null($this->caldavBackend)) { 214 …$this->caldavBackend = new CalDAV\Backend\MockScheduling($this->caldavCalendars, $this->caldavCale… 216 …$this->caldavBackend = new CalDAV\Backend\Mock($this->caldavCalendars, $this->caldavCalendarObject…
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/ |
H A D | CollectionTest.php | 9 protected $caldavBackend; variable in Sabre\\CalDAV\\Notifications\\CollectionTest 19 $this->caldavBackend = new CalDAV\Backend\MockSharing(array(),array(), array( 25 return new Collection($this->caldavBackend, $this->principalUri); 35 new Node($this->caldavBackend, $this->principalUri, $this->notification)
|
H A D | NodeTest.php | 10 protected $caldavBackend; variable in Sabre\\CalDAV\\Notifications\\NodeTest 18 $this->caldavBackend = new CalDAV\Backend\MockSharing([], [], [ 24 $node = new Node($this->caldavBackend, 'principals/user1', $this->systemStatus); 54 …$this->assertEquals(array(), $this->caldavBackend->getNotificationsForPrincipal('principals/user1'…
|
H A D | PluginTest.php | 27 protected $caldavBackend; variable in Sabre\\CalDAV\\Notifications\\PluginTest 31 $this->caldavBackend = new CalDAV\Backend\MockSharing(); 33 $calendars = new CalDAV\CalendarRoot($principalBackend,$this->caldavBackend); 101 $this->caldavBackend, 121 $this->caldavBackend,
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/ |
H A D | SubscriptionTest.php | 14 $caldavBackend = new \Sabre\CalDAV\Backend\MockSubscriptionSupport([],[]); 136 $caldavBackend = new \Sabre\CalDAV\Backend\MockSubscriptionSupport([],[]); 137 new Subscription($caldavBackend, []);
|