Home
last modified time | relevance | path

Searched refs:SupportedCalendarComponentSet (Results 1 – 10 of 10) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DSupportedCalendarComponentSetTest.php19 $prop = new SupportedCalendarComponentSet(['VEVENT']);
29 $prop = new SupportedCalendarComponentSet(['VEVENT', 'VTODO']);
43 $property = new SupportedCalendarComponentSet(['VEVENT', 'VTODO']);
75 new SupportedCalendarComponentSet(['VEVENT', 'VTODO']),
101 new SupportedCalendarComponentSet([]),
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCalendarComponentSet.php24 class SupportedCalendarComponentSet implements Element { class
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCalendarComponentSet.php24 class SupportedCalendarComponentSet implements Element { class
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DValidateICalTest.php29 …:caldav}supported-calendar-component-set' => new Xml\Property\SupportedCalendarComponentSet( ['VEV…
35 …:caldav}supported-calendar-component-set' => new Xml\Property\SupportedCalendarComponentSet( ['VTO…
H A DPluginTest.php39 …:caldav}supported-calendar-component-set' => new Xml\Property\SupportedCalendarComponentSet(['VEVE…
49 …:caldav}supported-calendar-component-set' => new Xml\Property\SupportedCalendarComponentSet(['VEVE…
383 … $this->assertTrue($newCalendar[$sccs] instanceof Xml\Property\SupportedCalendarComponentSet);
429 … $this->assertTrue($newCalendar[$sccs] instanceof Xml\Property\SupportedCalendarComponentSet);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMock.php76 …}supported-calendar-component-set' => new CalDAV\Xml\Property\SupportedCalendarComponentSet(['VEVE…
H A DAbstractPDOTest.php38 …}supported-calendar-component-set' => new CalDAV\Xml\Property\SupportedCalendarComponentSet(array(…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php169 …}supported-calendar-component-set' => new CalDAV\Xml\Property\SupportedCalendarComponentSet($compo…
218 … if (!($properties[$sccs] instanceof CalDAV\Xml\Property\SupportedCalendarComponentSet)) {
984 …}supported-calendar-component-set' => new CalDAV\Xml\Property\SupportedCalendarComponentSet(['VTOD…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php192 …}supported-calendar-component-set' => new CalDAV\Xml\Property\SupportedCalendarComponentSet($compo…
252 … if (!($properties[$sccs] instanceof CalDAV\Xml\Property\SupportedCalendarComponentSet)) {
1111 …}supported-calendar-component-set' => new CalDAV\Xml\Property\SupportedCalendarComponentSet(['VTOD…
/plugin/davcal/
H A DcalendarBackendDokuwiki.php107 …}supported-calendar-component-set' => new CalDAV\Xml\Property\SupportedCalendarComponentSet($compo…