/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
D | Plugin.php | 33 const NS_CALDAV = 'urn:ietf:params:xml:ns:caldav'; define in Sabre\\CalDAV\\Plugin 157 $reports[] = '{' . self::NS_CALDAV . '}calendar-multiget'; 158 $reports[] = '{' . self::NS_CALDAV . '}calendar-query'; 161 $reports[] = '{' . self::NS_CALDAV . '}free-busy-query'; 192 $server->xml->namespaceMap[self::NS_CALDAV] = 'cal'; 195 …$server->xml->elementMap['{' . self::NS_CALDAV . '}supported-calendar-component-set'] = 'Sabre\\Ca… 196 …$server->xml->elementMap['{' . self::NS_CALDAV . '}calendar-query'] = 'Sabre\\CalDAV\\Xml\\Request… 197 …$server->xml->elementMap['{' . self::NS_CALDAV . '}calendar-multiget'] = 'Sabre\\CalDAV\\Xml\\Requ… 198 …$server->xml->elementMap['{' . self::NS_CALDAV . '}free-busy-query'] = 'Sabre\\CalDAV\\Xml\\Reques… 199 …$server->xml->elementMap['{' . self::NS_CALDAV . '}mkcalendar'] = 'Sabre\\CalDAV\\Xml\\Request\\Mk… [all …]
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
D | Plugin.php | 32 const NS_CALDAV = 'urn:ietf:params:xml:ns:caldav'; define in Sabre\\CalDAV\\Plugin 146 $reports[] = '{' . self::NS_CALDAV . '}calendar-multiget'; 147 $reports[] = '{' . self::NS_CALDAV . '}calendar-query'; 150 $reports[] = '{' . self::NS_CALDAV . '}free-busy-query'; 180 $server->xml->namespaceMap[self::NS_CALDAV] = 'cal'; 183 …$server->xml->elementMap['{' . self::NS_CALDAV . '}calendar-query'] = 'Sabre\\CalDAV\\Xml\\Request… 184 …$server->xml->elementMap['{' . self::NS_CALDAV . '}calendar-multiget'] = 'Sabre\\CalDAV\\Xml\\Requ… 185 …$server->xml->elementMap['{' . self::NS_CALDAV . '}free-busy-query'] = 'Sabre\\CalDAV\\Xml\\Reques… 186 …$server->xml->elementMap['{' . self::NS_CALDAV . '}mkcalendar'] = 'Sabre\\CalDAV\\Xml\\Request\\Mk… 187 …$server->xml->elementMap['{' . self::NS_CALDAV . '}schedule-calendar-transp'] = 'Sabre\\CalDAV\\Xm… [all …]
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/ |
D | Outbox.php | 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',
|
D | Plugin.php | 59 const NS_CALDAV = 'urn:ietf:params:xml:ns:caldav'; define in Sabre\\CalDAV\\Schedule\\Plugin 108 $ns = '{' . self::NS_CALDAV . '}'; 208 …$propFind->handle('{' . self::NS_CALDAV . '}schedule-outbox-URL', function() use ($principalUrl, $… 217 …$propFind->handle('{' . self::NS_CALDAV . '}schedule-inbox-URL', function() use ($principalUrl, $c… 226 …$propFind->handle('{' . self::NS_CALDAV . '}schedule-default-calendar-URL', function() use ($princ… 232 $sccs = '{' . self::NS_CALDAV . '}supported-calendar-component-set'; 240 …:}resourcetype']) || !$child[200]['{DAV:}resourcetype']->is('{' . self::NS_CALDAV . '}calendar') |… 255 $propFind->handle('{' . self::NS_CALDAV . '}calendar-user-type', function() { 375 $caldavNS = '{' . self::NS_CALDAV . '}'; 564 $CUAS = '{' . self::NS_CALDAV . '}calendar-user-address-set'; [all …]
|
D | Inbox.php | 180 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-deliver-invite', 185 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-deliver-reply', 221 $ns = '{' . CalDAV\Plugin::NS_CALDAV . '}';
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
D | OutboxTest.php | 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') {
|
D | InboxTest.php | 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') {
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/ |
D | CalendarQueryReport.php | 108 if (isset($elem['value']['{' . Plugin::NS_CALDAV . '}calendar-data'])) { 109 $newProps += $elem['value']['{' . Plugin::NS_CALDAV . '}calendar-data']; 112 case '{' . Plugin::NS_CALDAV . '}filter' : 114 if ($subElem['name'] === '{' . Plugin::NS_CALDAV . '}comp-filter') { 128 …throw new BadRequest('The {' . Plugin::NS_CALDAV . '}filter element is required for this request');
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/ |
D | CalendarQueryReport.php | 108 if (isset($elem['value']['{' . Plugin::NS_CALDAV . '}calendar-data'])) { 109 $newProps += $elem['value']['{' . Plugin::NS_CALDAV . '}calendar-data']; 112 case '{' . Plugin::NS_CALDAV . '}filter' : 114 if ($subElem['name'] === '{' . Plugin::NS_CALDAV . '}comp-filter') { 128 …throw new BadRequest('The {' . Plugin::NS_CALDAV . '}filter element is required for this request');
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/ |
D | ScheduleCalendarTranspTest.php | 12 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal'; 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; 97 $cal = CalDAV\Plugin::NS_CALDAV;
|
D | SupportedCalendarComponentSetTest.php | 12 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal'; 48 <d:root xmlns:d="DAV:" xmlns:cal="' . CalDAV\Plugin::NS_CALDAV . '" xmlns:cs="' . CalDAV\Plugin::NS… 58 $cal = CalDAV\Plugin::NS_CALDAV; 86 $cal = CalDAV\Plugin::NS_CALDAV;
|
D | InviteTest.php | 12 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal'; 66 <d:root xmlns:d="DAV:" xmlns:cal="' . CalDAV\Plugin::NS_CALDAV . '" xmlns:cs="' . CalDAV\Plugin::NS… 168 <d:root xmlns:d="DAV:" xmlns:cal="' . CalDAV\Plugin::NS_CALDAV . '" xmlns:cs="' . CalDAV\Plugin::NS…
|
D | SupportedCalendarDataTest.php | 22 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal'; 29 <d:root xmlns:d="DAV:" xmlns:cal="' . CalDAV\Plugin::NS_CALDAV . '">
|
D | SupportedCollationSetTest.php | 24 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal'; 29 <d:root xmlns:d="DAV:" xmlns:cal="' . CalDAV\Plugin::NS_CALDAV . '">
|
D | AllowedSharingModesTest.php | 24 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal'; 30 …<d:root xmlns:d="DAV:" xmlns:cal="' . CalDAV\Plugin::NS_CALDAV . '" xmlns:cs="' . CalDAV\Plugin::N…
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Filter/ |
D | CompFilter.php | 67 case '{' . Plugin::NS_CALDAV . '}comp-filter' : 70 case '{' . Plugin::NS_CALDAV . '}prop-filter' : 73 case '{' . Plugin::NS_CALDAV . '}is-not-defined' : 76 case '{' . Plugin::NS_CALDAV . '}time-range' :
|
D | PropFilter.php | 67 case '{' . Plugin::NS_CALDAV . '}param-filter' : 70 case '{' . Plugin::NS_CALDAV . '}is-not-defined' : 73 case '{' . Plugin::NS_CALDAV . '}time-range' : 82 case '{' . Plugin::NS_CALDAV . '}text-match' :
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/ |
D | CompFilter.php | 67 case '{' . Plugin::NS_CALDAV . '}comp-filter' : 70 case '{' . Plugin::NS_CALDAV . '}prop-filter' : 73 case '{' . Plugin::NS_CALDAV . '}is-not-defined' : 76 case '{' . Plugin::NS_CALDAV . '}time-range' :
|
D | PropFilter.php | 67 case '{' . Plugin::NS_CALDAV . '}param-filter' : 70 case '{' . Plugin::NS_CALDAV . '}is-not-defined' : 73 case '{' . Plugin::NS_CALDAV . '}time-range' : 82 case '{' . Plugin::NS_CALDAV . '}text-match' :
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/ |
D | ScheduleCalendarTransp.php | 87 $writer->writeElement('{' . Plugin::NS_CALDAV . '}transparent'); 90 $writer->writeElement('{' . Plugin::NS_CALDAV . '}opaque'); 125 case '{' . Plugin::NS_CALDAV . '}opaque' : 128 case '{' . Plugin::NS_CALDAV . '}transparent' :
|
D | SupportedCalendarData.php | 46 $writer->startElement('{' . Plugin::NS_CALDAV . '}calendar-data'); 52 $writer->startElement('{' . Plugin::NS_CALDAV . '}calendar-data');
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/ |
D | Plugin.php | 61 const NS_CALDAV = 'urn:ietf:params:xml:ns:caldav'; define in Sabre\\CalDAV\\Schedule\\Plugin 112 $ns = '{' . self::NS_CALDAV . '}'; 212 …$propFind->handle('{' . self::NS_CALDAV . '}schedule-outbox-URL', function() use ($principalUrl, $… 224 …$propFind->handle('{' . self::NS_CALDAV . '}schedule-inbox-URL', function() use ($principalUrl, $c… 236 …$propFind->handle('{' . self::NS_CALDAV . '}schedule-default-calendar-URL', function() use ($princ… 246 $sccs = '{' . self::NS_CALDAV . '}supported-calendar-component-set'; 255 …:}resourcetype']) || !$child[200]['{DAV:}resourcetype']->is('{' . self::NS_CALDAV . '}calendar')) { 279 $propFind->handle('{' . self::NS_CALDAV . '}calendar-user-type', function() { 292 $availProp = '{' . self::NS_CALDAV . '}calendar-availability'; 325 $availProp = '{' . self::NS_CALDAV . '}calendar-availability'; [all …]
|
D | Outbox.php | 95 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-send', 105 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-send',
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/ |
D | ScheduleCalendarTransp.php | 87 $writer->writeElement('{' . Plugin::NS_CALDAV . '}transparent'); 90 $writer->writeElement('{' . Plugin::NS_CALDAV . '}opaque'); 119 $elems = Deserializer\enum($reader, Plugin::NS_CALDAV);
|
D | SupportedCalendarData.php | 46 $writer->startElement('{' . Plugin::NS_CALDAV . '}calendar-data'); 52 $writer->startElement('{' . Plugin::NS_CALDAV . '}calendar-data');
|