Home
last modified time | relevance | path

Searched refs:DateTimeParser (Results 26 – 50 of 115) sorted by relevance

12345

/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php6 Sabre\VObject\DateTimeParser, alias
51 $parts = DateTimeParser::parseVCardDateTime($this->getValue());
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php6 Sabre\VObject\DateTimeParser, alias
51 $parts = DateTimeParser::parseVCardDateTime($this->getValue());
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php6 Sabre\VObject\DateTimeParser, alias
51 $parts = DateTimeParser::parseVCardDateTime($this->getValue());
/plugin/webdav/vendor/sabre/vobject/lib/Component/
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 DVFreeBusy.php48 $busyStart = VObject\DateTimeParser::parse($busyStart);
49 $busyEnd = VObject\DateTimeParser::parse($busyEnd);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php32 $triggerDuration = VObject\DateTimeParser::parseDuration($this->TRIGGER);
60 $duration = VObject\DateTimeParser::parseDuration($parentComponent->DURATION);
92 $duration = VObject\DateTimeParser::parseDuration($this->DURATION);
H A DVFreeBusy.php49 $busyStart = VObject\DateTimeParser::parse($busyStart);
50 $busyEnd = VObject\DateTimeParser::parse($busyEnd);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php5 use Sabre\VObject\DateTimeParser; alias
81 return DateTimeParser::parseDuration($value);
H A DDateTime.php7 use Sabre\VObject\DateTimeParser; alias
180 $dts[] = DateTimeParser::parse($part, $timeZone);
387 DateTimeParser::parseDate($value);
390 DateTimeParser::parseDateTime($value);
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php5 use Sabre\VObject\DateTimeParser; alias
77 return DateTimeParser::parseDuration($value);
H A DDateTime.php7 use Sabre\VObject\DateTimeParser; alias
169 $dts[] = DateTimeParser::parse($part, $timeZone);
350 DateTimeParser::parseDate($value);
353 DateTimeParser::parseDateTime($value);
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php8 Sabre\VObject\DateTimeParser; alias
82 return DateTimeParser::parseDuration($value);
H A DDateTime.php7 use Sabre\VObject\DateTimeParser; alias
172 $dts[] = DateTimeParser::parse($part, $timeZone);
373 $foo = DateTimeParser::parseDate($value);
376 $foo = DateTimeParser::parseDateTime($value);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php8 Sabre\VObject\DateTimeParser; alias
82 return DateTimeParser::parseDuration($value);
H A DDateTime.php7 use Sabre\VObject\DateTimeParser; alias
172 $dts[] = DateTimeParser::parse($part, $timeZone);
373 $foo = DateTimeParser::parseDate($value);
376 $foo = DateTimeParser::parseDateTime($value);
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php8 Sabre\VObject\DateTimeParser; alias
82 return DateTimeParser::parseDuration($value);
H A DDateTime.php7 use Sabre\VObject\DateTimeParser; alias
172 $dts[] = DateTimeParser::parse($part, $timeZone);
373 $foo = DateTimeParser::parseDate($value);
376 $foo = DateTimeParser::parseDateTime($value);
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DTime.php5 use Sabre\VObject\DateTimeParser; alias
49 $parts = DateTimeParser::parseVCardTime($this->getValue());
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DTime.php5 use Sabre\VObject\DateTimeParser; alias
49 $parts = DateTimeParser::parseVCardTime($this->getValue());
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DTime.php5 use Sabre\VObject\DateTimeParser; alias
49 $parts = DateTimeParser::parseVCardTime($this->getValue());
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php5 use Sabre\VObject\DateTimeParser; alias
50 $parts = DateTimeParser::parseVCardDateTime($this->getValue());
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php5 use Sabre\VObject\DateTimeParser; alias
51 $parts = DateTimeParser::parseVCardDateTime($this->getValue());
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php47 $busyStart = VObject\DateTimeParser::parse($busyStart);
48 $busyEnd = VObject\DateTimeParser::parse($busyEnd);
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php47 $busyStart = VObject\DateTimeParser::parse($busyStart);
48 $busyEnd = VObject\DateTimeParser::parse($busyEnd);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php47 $busyStart = VObject\DateTimeParser::parse($busyStart);
48 $busyEnd = VObject\DateTimeParser::parse($busyEnd);

12345