Home
last modified time | relevance | path

Searched refs:CalDAV (Results 26 – 50 of 220) sorted by relevance

123456789

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Exception/
H A DInvalidComponentType.php3 namespace Sabre\CalDAV\Exception;
6 use Sabre\CalDAV; alias
30 $np = $doc->createElementNS(CalDAV\Plugin::NS_CALDAV, 'cal:supported-calendar-component');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DCollectionTest.php3 namespace Sabre\CalDAV\Notifications;
5 use Sabre\CalDAV; alias
17 $this->notification = new CalDAV\Xml\Notification\SystemStatus(1,'"1"');
19 $this->caldavBackend = new CalDAV\Backend\MockSharing(array(),array(), array(
H A DNodeTest.php3 namespace Sabre\CalDAV\Notifications;
5 use Sabre\CalDAV; alias
16 $this->systemStatus = new CalDAV\Xml\Notification\SystemStatus(1,'"1"');
18 $this->caldavBackend = new CalDAV\Backend\MockSharing([], [], [
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DEmailAddressSetTest.php3 namespace Sabre\CalDAV\Xml\Property;
10 \Sabre\CalDAV\Plugin::NS_CALENDARSERVER => 'cs',
34 <d:root xmlns:d="DAV:" xmlns:cs="' . \Sabre\CalDAV\Plugin::NS_CALENDARSERVER . '">
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php3 namespace Sabre\CalDAV\Schedule;
9 Sabre\CalDAV, alias
10 Sabre\CalDAV\Xml\Property\ScheduleCalendarTransp;
28 …'{' . CalDAV\Plugin::NS_CALDAV . '}calendar-timezone' => "BEGIN:VCALENDAR\r\nBEGIN:VTIMEZONE\r\nTZ…
34 …'{' . CalDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp' => new ScheduleCalendarTransp(Schedul…
62 $this->caldavBackend = new CalDAV\Backend\MockScheduling($calendars, $calendarobjects);
66 new CalDAV\CalendarRoot($principalBackend, $this->caldavBackend),
89 $this->plugin = new CalDAV\Plugin();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DSchedulingObject.php3 namespace Sabre\CalDAV\Schedule;
5 use Sabre\CalDAV\Backend;
15 class SchedulingObject extends \Sabre\CalDAV\CalendarObject implements ISchedulingObject {
H A DISchedulingObject.php3 namespace Sabre\CalDAV\Schedule;
11 interface ISchedulingObject extends \Sabre\CalDAV\ICalendarObject {
H A DIInbox.php3 namespace Sabre\CalDAV\Schedule;
13 interface IInbox extends \Sabre\CalDAV\ICalendarObjectContainer, \Sabre\DAVACL\IACL {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMock.php3 namespace Sabre\CalDAV\Backend;
5 use Sabre\CalDAV; alias
76 …'{' . CalDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set' => new CalDAV\Xml\Property\Su…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DSchedulingObject.php3 namespace Sabre\CalDAV\Schedule;
5 use Sabre\CalDAV\Backend;
15 class SchedulingObject extends \Sabre\CalDAV\CalendarObject implements ISchedulingObject {
H A DISchedulingObject.php3 namespace Sabre\CalDAV\Schedule;
11 interface ISchedulingObject extends \Sabre\CalDAV\ICalendarObject {
H A DIInbox.php3 namespace Sabre\CalDAV\Schedule;
13 interface IInbox extends \Sabre\CalDAV\ICalendarObjectContainer, \Sabre\DAVACL\IACL {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php3 namespace Sabre\CalDAV\Backend;
5 use Sabre\CalDAV; alias
144 $validator = new CalDAV\CalendarQueryValidator();
H A DNotificationSupport.php3 namespace Sabre\CalDAV\Backend;
5 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php3 namespace Sabre\CalDAV\Backend;
6 use Sabre\CalDAV; alias
144 $validator = new CalDAV\CalendarQueryValidator();
H A DNotificationSupport.php3 namespace Sabre\CalDAV\Backend;
5 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
H A DPDO.php3 namespace Sabre\CalDAV\Backend;
6 use Sabre\CalDAV; alias
167 …'{' . CalDAV\Plugin::NS_CALENDARSERVER . '}getctag' => 'http://sabre.io/ns/sync/'…
169 …'{' . CalDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set' => new CalDAV\Xml\Property\Su…
170 …'{' . CalDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp' => new CalDAV\Xml\Property\Sc…
218 … if (!($properties[$sccs] instanceof CalDAV\Xml\Property\SupportedCalendarComponentSet)) {
223 $transp = '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp';
262 $supportedProperties[] = '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp';
269 case '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp' :
984 …'{' . CalDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set' => new CalDAV\Xml\Property\Su…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DINode.php3 namespace Sabre\CalDAV\Notifications;
5 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
/plugin/davcal/
H A Dcalendarserver.php56 new Sabre\CalDAV\Principal\Collection($principalBackend),
57 new Sabre\CalDAV\CalendarRoot($principalBackend, $calendarBackend),
73 $caldavPlugin = new Sabre\CalDAV\Plugin();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php3 namespace Sabre\CalDAV\Xml\Request;
9 use Sabre\CalDAV\Plugin;
10 use Sabre\CalDAV\SharingPlugin;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DSubscriptionTest.php3 namespace Sabre\CalDAV\Subscriptions;
14 $caldavBackend = new \Sabre\CalDAV\Backend\MockSubscriptionSupport([],[]);
136 $caldavBackend = new \Sabre\CalDAV\Backend\MockSubscriptionSupport([],[]);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php3 namespace Sabre\CalDAV\Xml\Request;
5 use Sabre\CalDAV\Plugin;
6 use Sabre\CalDAV\SharingPlugin;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCollationSet.php3 namespace Sabre\CalDAV\Xml\Property;
5 use Sabre\CalDAV\Plugin;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCollationSet.php3 namespace Sabre\CalDAV\Xml\Property;
7 use Sabre\CalDAV\Plugin;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/
H A DMockPlugin.php3 namespace Sabre\CalDAV\Schedule\IMip;
19 class MockPlugin extends \Sabre\CalDAV\Schedule\IMipPlugin {

123456789