Home
last modified time | relevance | path

Searched refs:NS_CALDAV (Results 26 – 50 of 57) sorted by last modified time

123

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php273 …$writer->writeElement('{' . CalDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set', $this-…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DScheduleCalendarTransp.php87 $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' :
H A DSupportedCalendarComponentSet.php80 $writer->startElement('{' . Plugin::NS_CALDAV . '}comp');
116 if ($elem['name'] === '{' . Plugin::NS_CALDAV . '}comp') {
H A DSupportedCalendarData.php46 $writer->startElement('{' . Plugin::NS_CALDAV . '}calendar-data');
52 $writer->startElement('{' . Plugin::NS_CALDAV . '}calendar-data');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarMultiGetReport.php103 if (isset($elem['value']['{' . Plugin::NS_CALDAV . '}calendar-data'])) {
104 $newProps += $elem['value']['{' . Plugin::NS_CALDAV . '}calendar-data'];
H A DCalendarQueryReport.php108 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');
H A DFreeBusyQueryReport.php61 $timeRange = '{' . Plugin::NS_CALDAV . '}time-range';
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Exception/
H A DInvalidComponentType.php30 $np = $doc->createElementNS(CalDAV\Plugin::NS_CALDAV, 'cal:supported-calendar-component');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php96 …{DAV:}resourcetype']) || !$node['{DAV:}resourcetype']->is('{' . Plugin::NS_CALDAV . '}calendar')) {
172 $calDataProp = '{' . Plugin::NS_CALDAV . '}calendar-data';
231 $tzProp = '{' . Plugin::NS_CALDAV . '}calendar-timezone';
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php180 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-deliver-invite',
185 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-deliver-reply',
221 $ns = '{' . CalDAV\Plugin::NS_CALDAV . '}';
H A DOutbox.php106 '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',
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php96 …{DAV:}resourcetype']) || !$node['{DAV:}resourcetype']->is('{' . Plugin::NS_CALDAV . '}calendar')) {
172 $calDataProp = '{' . Plugin::NS_CALDAV . '}calendar-data';
231 $tzProp = '{' . Plugin::NS_CALDAV . '}calendar-timezone';
H A DPlugin.php33 const NS_CALDAV = 'urn:ietf:params:xml:ns:caldav'; define in Sabre\\CalDAV\\Plugin
192 $server->xml->namespaceMap[self::NS_CALDAV] = 'cal';
212 '{' . self::NS_CALDAV . '}max-resource-size',
213 '{' . self::NS_CALDAV . '}min-date-time',
214 '{' . self::NS_CALDAV . '}max-date-time',
215 '{' . self::NS_CALDAV . '}max-instances',
217 '{' . self::NS_CALDAV . '}calendar-home-set',
219 '{' . self::NS_CALDAV . '}calendar-data',
248 case '{' . self::NS_CALDAV . '}calendar-query' :
252 case '{' . self::NS_CALDAV . '}free-busy-query' :
[all …]
H A DSharedCalendar.php167 'privilege' => '{' . Plugin::NS_CALDAV . '}read-free-busy',
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DOutbox.php95 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-send',
105 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-send',
H A DPlugin.php61 const NS_CALDAV = 'urn:ietf:params:xml:ns:caldav'; define in Sabre\\CalDAV\\Schedule\\Plugin
112 $ns = '{' . self::NS_CALDAV . '}';
246 $sccs = '{' . self::NS_CALDAV . '}supported-calendar-component-set';
279 $propFind->handle('{' . self::NS_CALDAV . '}calendar-user-type', function() {
292 $availProp = '{' . self::NS_CALDAV . '}calendar-availability';
325 $availProp = '{' . self::NS_CALDAV . '}calendar-availability';
453 $caldavNS = '{' . self::NS_CALDAV . '}';
586 $ns = '{' . self::NS_CALDAV . '}';
701 $CUAS = '{' . self::NS_CALDAV . '}calendar-user-address-set';
808 $caldavNS = '{' . self::NS_CALDAV . '}';
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
H A DCalendarData.php62 case '{' . Plugin::NS_CALDAV . '}expand' :
H A DCompFilter.php67 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' :
H A DParamFilter.php63 case '{' . Plugin::NS_CALDAV . '}is-not-defined' :
66 case '{' . Plugin::NS_CALDAV . '}text-match' :
H A DPropFilter.php67 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/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php268 …$writer->writeElement('{' . CalDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set', $this-…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php192 …'{' . CalDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set' => new CalDAV\Xml\Property\Su…
193 …'{' . CalDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp' => new CalDAV\Xml\Property\Sc…
257 $transp = '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp';
313 $supportedProperties[] = '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp';
320 case '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp' :
1111 …'{' . CalDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set' => new CalDAV\Xml\Property\Su…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCalendarData.php46 $writer->startElement('{' . Plugin::NS_CALDAV . '}calendar-data');
52 $writer->startElement('{' . Plugin::NS_CALDAV . '}calendar-data');
H A DSupportedCollationSet.php52 $writer->writeElement('{' . Plugin::NS_CALDAV . '}supported-collation', $collation);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Exception/
H A DInvalidComponentType.php30 $np = $doc->createElementNS(CalDAV\Plugin::NS_CALDAV, 'cal:supported-calendar-component');

123