Home
last modified time | relevance | path

Searched refs:CalDAV (Results 1 – 25 of 220) sorted by relevance

123456789

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DInviteTest.php3 namespace Sabre\CalDAV\Xml\Property;
5 use Sabre\CalDAV; alias
12 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal';
13 $this->namespaceMap[CalDAV\Plugin::NS_CALENDARSERVER] = 'cs';
33 'status' => CalDAV\SharingPlugin::STATUS_ACCEPTED,
39 'status' => CalDAV\SharingPlugin::STATUS_DECLINED,
45 'status' => CalDAV\SharingPlugin::STATUS_NORESPONSE,
52 'status' => CalDAV\SharingPlugin::STATUS_INVALID,
66 <d:root xmlns:d="DAV:" xmlns:cal="' . CalDAV\Plugin::NS_CALDAV . '" xmlns:cs="' . CalDAV\Plugin::NS…
140 'status' => CalDAV\SharingPlugin::STATUS_INVALID,
[all …]
H A DScheduleCalendarTranspTest.php3 namespace Sabre\CalDAV\Xml\Property;
5 use Sabre\CalDAV; alias
12 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal';
13 $this->namespaceMap[CalDAV\Plugin::NS_CALENDARSERVER] = 'cs';
47 <d:root xmlns:d="DAV:" xmlns:cal="' . CalDAV\Plugin::NS_CALDAV . '" xmlns:cs="' . CalDAV\Plugin::NS…
64 <d:root xmlns:d="DAV:" xmlns:cal="' . CalDAV\Plugin::NS_CALDAV . '" xmlns:cs="' . CalDAV\Plugin::NS…
73 $cal = CalDAV\Plugin::NS_CALDAV;
74 $cs = CalDAV\Plugin::NS_CALENDARSERVER;
97 $cal = CalDAV\Plugin::NS_CALDAV;
98 $cs = CalDAV\Plugin::NS_CALENDARSERVER;
H A DSupportedCalendarComponentSetTest.php3 namespace Sabre\CalDAV\Xml\Property;
5 use Sabre\CalDAV; alias
12 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal';
13 $this->namespaceMap[CalDAV\Plugin::NS_CALENDARSERVER] = 'cs';
48 <d:root xmlns:d="DAV:" xmlns:cal="' . CalDAV\Plugin::NS_CALDAV . '" xmlns:cs="' . CalDAV\Plugin::NS…
58 $cal = CalDAV\Plugin::NS_CALDAV;
59 $cs = CalDAV\Plugin::NS_CALENDARSERVER;
86 $cal = CalDAV\Plugin::NS_CALDAV;
87 $cs = CalDAV\Plugin::NS_CALENDARSERVER;
H A DAllowedSharingModesTest.php3 namespace Sabre\CalDAV\Xml\Property;
5 use Sabre\CalDAV; alias
24 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal';
25 $this->namespaceMap[CalDAV\Plugin::NS_CALENDARSERVER] = 'cs';
30 …<d:root xmlns:d="DAV:" xmlns:cal="' . CalDAV\Plugin::NS_CALDAV . '" xmlns:cs="' . CalDAV\Plugin::N…
H A DSupportedCalendarDataTest.php3 namespace Sabre\CalDAV\Xml\Property;
5 use Sabre\CalDAV; alias
22 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal';
29 <d:root xmlns:d="DAV:" xmlns:cal="' . CalDAV\Plugin::NS_CALDAV . '">
H A DSupportedCollationSetTest.php3 namespace Sabre\CalDAV\Xml\Property;
5 use Sabre\CalDAV; alias
24 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal';
29 <d:root xmlns:d="DAV:" xmlns:cal="' . CalDAV\Plugin::NS_CALDAV . '">
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DOutbox.php3 namespace Sabre\CalDAV\Schedule;
6 use Sabre\CalDAV; alias
106 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-query-freebusy',
111 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-post-vevent',
121 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-query-freebusy',
126 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-post-vevent',
174 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-query-freebusy',
177 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-post-vevent',
H A DInbox.php3 namespace Sabre\CalDAV\Schedule;
6 use Sabre\CalDAV; alias
8 use Sabre\CalDAV\Backend;
180 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-deliver-invite',
185 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-deliver-reply',
221 $ns = '{' . CalDAV\Plugin::NS_CALDAV . '}';
255 $validator = new CalDAV\CalendarQueryValidator();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DOutboxTest.php3 namespace Sabre\CalDAV\Schedule;
4 use Sabre\CalDAV; alias
19 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-query-freebusy',
25 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-post-vevent',
35 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-query-freebusy',
40 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-post-vevent',
76 if ($priv['privilege'] == '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-query-freebusy') {
79 if ($priv['privilege'] == '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-post-vevent') {
H A DInboxTest.php3 namespace Sabre\CalDAV\Schedule;
4 use Sabre\CalDAV; alias
12 new CalDAV\Backend\MockScheduling(),
78 new CalDAV\Backend\MockScheduling(),
86 if ($priv['privilege'] == '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-deliver') {
89 … if ($subpriv['privilege'] == '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-deliver-invite') {
92 … if ($subpriv['privilege'] == '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-deliver-reply') {
108 $backend = new CalDAV\Backend\MockScheduling();
136 $backend = new CalDAV\Backend\MockScheduling();
164 $backend = new CalDAV\Backend\MockScheduling();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DNode.php3 namespace Sabre\CalDAV\Notifications;
5 use Sabre\CalDAV; alias
6 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
28 * @var CalDAV\Backend\NotificationSupport
49 * @param CalDAV\Backend\NotificationSupport $caldavBackend
53 …function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri, Notificatio…
H A DCollection.php3 namespace Sabre\CalDAV\Notifications;
5 use Sabre\CalDAV; alias
30 * @var CalDAV\Backend\NotificationSupport
44 * @param CalDAV\Backend\NotificationSupport $caldavBackend
47 function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php77 * @var CalDAV\Schedule\Plugin
107 $this->caldavPlugin = new CalDAV\Plugin();
111 $this->caldavSharingPlugin = new CalDAV\SharingPlugin();
115 $this->caldavSchedulePlugin = new CalDAV\Schedule\Plugin();
119 $this->server->addPlugin(new CalDAV\Subscriptions\Plugin());
122 $this->caldavICSExportPlugin = new CalDAV\ICSExportPlugin();
179 $this->tree[] = new CalDAV\CalendarRoot(
207 …$this->caldavBackend = new CalDAV\Backend\MockSharing($this->caldavCalendars, $this->caldavCalenda…
210 …$this->caldavBackend = new CalDAV\Backend\MockSubscriptionSupport($this->caldavCalendars, $this->c…
214 …$this->caldavBackend = new CalDAV\Backend\MockScheduling($this->caldavCalendars, $this->caldavCale…
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DNode.php3 namespace Sabre\CalDAV\Notifications;
6 use Sabre\CalDAV; alias
7 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
47 * @param CalDAV\Backend\NotificationSupport $caldavBackend
51 …function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri, Notificatio…
H A DCollection.php3 namespace Sabre\CalDAV\Notifications;
6 use Sabre\CalDAV; alias
42 * @param CalDAV\Backend\NotificationSupport $caldavBackend
45 function __construct(CalDAV\Backend\NotificationSupport $caldavBackend, $principalUri) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php3 namespace Sabre\CalDAV\Xml\Notification;
5 use Sabre\CalDAV; alias
6 use Sabre\CalDAV\SharingPlugin as SharingPlugin;
110 * @var CalDAV\Xml\Property\SupportedCalendarComponentSet
189 $writer->writeElement('{' . CalDAV\Plugin::NS_CALENDARSERVER . '}invite-notification');
202 $cs = '{' . CalDAV\Plugin::NS_CALENDARSERVER . '}';
268 …$writer->writeElement('{' . CalDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set', $this-…
H A DInviteReply.php3 namespace Sabre\CalDAV\Xml\Notification;
5 use Sabre\CalDAV; alias
6 use Sabre\CalDAV\SharingPlugin;
140 $writer->writeElement('{' . CalDAV\Plugin::NS_CALENDARSERVER . '}invite-reply');
153 $cs = '{' . CalDAV\Plugin::NS_CALENDARSERVER . '}';
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DOutbox.php3 namespace Sabre\CalDAV\Schedule;
5 use Sabre\CalDAV; alias
95 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-send',
105 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-send',
H A DInbox.php3 namespace Sabre\CalDAV\Schedule;
5 use Sabre\CalDAV; alias
6 use Sabre\CalDAV\Backend;
159 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-deliver',
187 $validator = new CalDAV\CalendarQueryValidator();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php3 namespace Sabre\CalDAV\Xml\Notification;
6 use Sabre\CalDAV; alias
7 use Sabre\CalDAV\SharingPlugin;
139 $writer->writeElement('{' . CalDAV\Plugin::NS_CALENDARSERVER . '}invite-reply');
152 $cs = '{' . CalDAV\Plugin::NS_CALENDARSERVER . '}';
H A DInvite.php3 namespace Sabre\CalDAV\Xml\Notification;
6 use Sabre\CalDAV\SharingPlugin as SharingPlugin;
7 use Sabre\CalDAV; alias
188 $writer->writeElement('{' . CalDAV\Plugin::NS_CALENDARSERVER . '}invite-notification');
201 $cs = '{' . CalDAV\Plugin::NS_CALENDARSERVER . '}';
273 …$writer->writeElement('{' . CalDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set', $this-…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSharing.php3 namespace Sabre\CalDAV\Backend;
6 use Sabre\CalDAV; alias
7 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
88 $val['status'] = CalDAV\SharingPlugin::STATUS_NORESPONSE;
141 if ($status === CalDAV\SharingPlugin::STATUS_ACCEPTED) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteReplyTest.php3 namespace Sabre\CalDAV\Xml\Notification;
5 use Sabre\CalDAV; alias
63 'type' => CalDAV\SharingPlugin::STATUS_ACCEPTED,
90 'type' => CalDAV\SharingPlugin::STATUS_DECLINED,
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php3 namespace Sabre\CalDAV\Notifications;
7 use Sabre\CalDAV; alias
8 use Sabre\CalDAV\Xml\Notification\SystemStatus;
31 $this->caldavBackend = new CalDAV\Backend\MockSharing();
33 $calendars = new CalDAV\CalendarRoot($principalBackend,$this->caldavBackend);
34 $principals = new CalDAV\Principal\Collection($principalBackend);
52 $this->server->addPlugin(new CalDAV\Plugin());
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Exception/
H A DInvalidComponentType.php3 namespace Sabre\CalDAV\Exception;
5 use Sabre\CalDAV; alias
30 $np = $doc->createElementNS(CalDAV\Plugin::NS_CALDAV, 'cal:supported-calendar-component');

123456789