Home
last modified time | relevance | path

Searched refs:DateTimeParser (Results 26 – 50 of 115) sorted by last modified time

12345

/plugin/davcal/vendor/sabre/vobject/lib/
H A DVCardConverter.php110 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
171 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php27 $this->assertEquals($expected, DateTimeParser::parse('P1W'));
40 DateTimeParser::parseDuration('P1X',true);
102 $dateTime = DateTimeParser::parseDate('20100316');
108 $dateTime = DateTimeParser::parse('20100316');
118 $dateTime = DateTimeParser::parseDate('45001231');
124 $dateTime = DateTimeParser::parse('45001231');
140 $dateTime = DateTimeParser::parse('45001231T235959');
151 $dateTime = DateTimeParser::parseDate('20100316T141405');
162 DateTimeParser::parseVCardDateTime($input)
173 DateTimeParser::parseVCardDateTime('1985---01');
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDateTimeParser.php19 class DateTimeParser class
H A DVCardConverter.php107 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
159 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
H A DBirthdayCalendarGenerator.php130 $dateParts = DateTimeParser::parseVCardDateTime($object->BDAY->getValue());
H A DFreeBusyGenerator.php430 … $duration = DateTimeParser::parseDuration((string) $component->DURATION);
472 $startTime = DateTimeParser::parseDateTime($startTime);
475 $duration = DateTimeParser::parseDuration($endTime);
479 $endTime = DateTimeParser::parseDateTime($endTime);
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php8 use Sabre\VObject\DateTimeParser; alias
122 $nowParts = DateTimeParser::parseVCardDateTime($now->format('Ymd\\This'.$tzFormat));
124 $dateParts = DateTimeParser::parseVCardDateTime($this->getValue());
147 $parts = DateTimeParser::parseVCardDateTime($this->getValue());
240 $parts = DateTimeParser::parseVCardDateAndOrTime($this->getValue());
360 DateTimeParser::parseVCardDateTime($value);
H A DTimeStamp.php5 use Sabre\VObject\DateTimeParser; alias
50 $parts = DateTimeParser::parseVCardDateTime($this->getValue());
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
H A DCalendarData.php7 use Sabre\VObject\DateTimeParser; alias
65 …'start' => isset($elem['attributes']['start']) ? DateTimeParser::parseDateTime($elem['attributes']…
66 …'end' => isset($elem['attributes']['end']) ? DateTimeParser::parseDateTime($elem['attributes']['…
H A DCompFilter.php7 use Sabre\VObject\DateTimeParser; alias
81 …'start' => isset($elem['attributes']['start']) ? DateTimeParser::parseDateTime($elem['attributes']…
82 …'end' => isset($elem['attributes']['end']) ? DateTimeParser::parseDateTime($elem['attributes']['…
H A DPropFilter.php7 use Sabre\VObject\DateTimeParser; alias
75 …'start' => isset($elem['attributes']['start']) ? DateTimeParser::parseDateTime($elem['attributes']…
76 …'end' => isset($elem['attributes']['end']) ? DateTimeParser::parseDateTime($elem['attributes']['…
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php48 $busyStart = VObject\DateTimeParser::parse($busyStart);
49 $busyEnd = VObject\DateTimeParser::parse($busyEnd);
H A DVEvent.php65 … $effectiveEnd = $effectiveStart->add(VObject\DateTimeParser::parseDuration($this->DURATION));
H A DVTodo.php34 …$duration = isset($this->DURATION) ? VObject\DateTimeParser::parseDuration($this->DURATION) : null;
H A DAvailable.php37 … $effectiveEnd = $effectiveStart->add(VObject\DateTimeParser::parseDuration($this->DURATION));
H A DVAlarm.php32 $triggerDuration = VObject\DateTimeParser::parseDuration($this->TRIGGER);
59 $duration = VObject\DateTimeParser::parseDuration($parentComponent->DURATION);
91 $duration = VObject\DateTimeParser::parseDuration($this->DURATION);
H A DVAvailability.php67 … $effectiveEnd = $effectiveStart->add(VObject\DateTimeParser::parseDuration($this->DURATION));
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php6 use Sabre\VObject\DateTimeParser; alias
745 $dt = DateTimeParser::parse($instance['id'], $eventInfo['timezone']);
757 $dt = DateTimeParser::parse($instance['id'], $eventInfo['timezone']);
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php7 use Sabre\VObject\DateTimeParser; alias
169 $dts[] = DateTimeParser::parse($part, $timeZone);
350 DateTimeParser::parseDate($value);
353 DateTimeParser::parseDateTime($value);
H A DDuration.php5 use Sabre\VObject\DateTimeParser; alias
77 return DateTimeParser::parseDuration($value);
H A DPeriod.php5 use Sabre\VObject\DateTimeParser; alias
97 $start = DateTimeParser::parseDateTime($start);
106 $end = DateTimeParser::parseDateTime($end);
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php7 use Sabre\VObject\DateTimeParser; alias
89 DateTimeParser::parse(
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php666 … $endDate = $endDate->add(VObject\DateTimeParser::parse($component->DURATION->getValue()));
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md601 * Fixed: DateTimeParser no longer fails on dates with years < 1000 & > 4999
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DTime.php5 use Sabre\VObject\DateTimeParser; alias
71 $parts = DateTimeParser::parseVCardTime($this->getValue());

12345