Home
last modified time | relevance | path

Searched refs:parseDateTime (Results 26 – 35 of 35) sorted by relevance

12

/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php289 $startTime = DateTimeParser::parseDateTime($startTime);
296 $endTime = DateTimeParser::parseDateTime($endTime);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php289 $startTime = DateTimeParser::parseDateTime($startTime);
296 $endTime = DateTimeParser::parseDateTime($endTime);
/plugin/calendoku/
H A Dhelper.php59 function parseDateTime($datestr, $tzstring) { function in CalenDoku_CalendarComponent
186 …$this->dtstart = $this->parseDateTime($this->icalfields['DTSTART'], $this->properties['DTSTART']['…
197 …$this->dtend = $this->parseDateTime($this->icalfields['DTEND'], $this->properties['DTEND']['TZID']…
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php472 $startTime = DateTimeParser::parseDateTime($startTime);
479 $endTime = DateTimeParser::parseDateTime($endTime);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php507 $startTime = DateTimeParser::parseDateTime($startTime);
514 $endTime = DateTimeParser::parseDateTime($endTime);
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php353 DateTimeParser::parseDateTime($value);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php390 DateTimeParser::parseDateTime($value);
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php376 $foo = DateTimeParser::parseDateTime($value);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php376 $foo = DateTimeParser::parseDateTime($value);
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php376 $foo = DateTimeParser::parseDateTime($value);

12