Home
last modified time | relevance | path

Searched refs:ICalendar (Results 51 – 75 of 87) sorted by path

1234

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php3 namespace Sabre\VObject\Property\ICalendar;
H A DDateTimeTest.php3 namespace Sabre\VObject\Property\ICalendar;
H A DDurationTest.php3 namespace Sabre\VObject\Property\ICalendar;
H A DRecurTest.php3 namespace Sabre\VObject\Property\ICalendar;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php37 $objects = new ICalendar($tempFile);
61 $objects = new ICalendar($tempFile);
76 $objects = new ICalendar($tempFile);
92 $objects = new ICalendar($tempFile);
123 $objects = new ICalendar($tempFile);
163 $objects = new ICalendar($tempFile);
257 $objects = new ICalendar($tempFile);
314 $objects = new ICalendar($tempFile);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1230 * BC Break: The ICalendar interface now has a new method: calendarQuery.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php19 class Calendar implements ICalendar, DAV\IProperties, DAV\Sync\ISyncCollection, DAV\IMultiGet {
H A DICSExportPlugin.php67 if ($node instanceof ICalendar) {
H A DICalendar.php16 interface ICalendar extends ICalendarObjectContainer, DAVACL\IACL { interface
H A DPlugin.php160 if ($node instanceof ICalendar) {
680 if (!$calendar instanceof ICalendar) {
763 if (!$parentNode instanceof ICalendar)
792 if (!$parentNode instanceof ICalendar)
972 if ($node instanceof ICalendar) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php6 use Sabre\CalDAV\ICalendar; alias
945 if (!$node instanceof ICalendar) {
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md613 * Changed: Properties have been moved to an ICalendar or VCard directory.
616 * Fixed: Recursive loop in ICalendar\DateTime property.
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php297 … if ($componentChild instanceof Property\ICalendar\DateTime && $componentChild->hasTime()) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php3 namespace Sabre\VObject\Property\ICalendar;
H A DDate.php3 namespace Sabre\VObject\Property\ICalendar;
H A DDateTime.php3 namespace Sabre\VObject\Property\ICalendar;
H A DDuration.php3 namespace Sabre\VObject\Property\ICalendar;
H A DPeriod.php3 namespace Sabre\VObject\Property\ICalendar;
H A DRecur.php3 namespace Sabre\VObject\Property\ICalendar;
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php682 $rrule = Property\ICalendar\Recur::stringToArray($rrule);
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php22 class ICalendar implements SplitterInterface class
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md387 * Changed: Properties have been moved to an ICalendar or VCard directory.
390 * Fixed: Recursive loop in ICalendar\DateTime property.
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php323 if ($child instanceof VObject\Property\ICalendar\DateTime && $child->hasTime()) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php3 namespace Sabre\VObject\Property\ICalendar;
H A DDate.php3 namespace Sabre\VObject\Property\ICalendar;

1234