Home
last modified time | relevance | path

Searched refs:getDateTime (Results 26 – 50 of 84) sorted by relevance

1234

/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php160 $dt = $prop->getDateTime();
184 $dt = $prop->getDateTime();
207 $dt = $prop->getDateTime();
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php160 $dt = $prop->getDateTime();
184 $dt = $prop->getDateTime();
207 $dt = $prop->getDateTime();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php160 $dt = $prop->getDateTime();
184 $dt = $prop->getDateTime();
207 $dt = $prop->getDateTime();
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVEvent.php61 $effectiveStart = $this->DTSTART->getDateTime($start->getTimezone());
70 $effectiveEnd = $this->DTEND->getDateTime($end->getTimezone());
H A DVJournal.php33 $dtstart = isset($this->DTSTART) ? $this->DTSTART->getDateTime() : null;
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVEvent.php59 $effectiveStart = $this->DTSTART->getDateTime($start->getTimezone());
68 $effectiveEnd = $this->DTEND->getDateTime($end->getTimezone());
H A DVJournal.php31 $dtstart = isset($this->DTSTART)?$this->DTSTART->getDateTime():null;
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVEvent.php55 $effectiveStart = $this->DTSTART->getDateTime($start->getTimezone());
63 $effectiveEnd = $this->DTEND->getDateTime($end->getTimezone());
H A DVJournal.php33 $dtstart = isset($this->DTSTART) ? $this->DTSTART->getDateTime() : null;
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVEvent.php59 $effectiveStart = $this->DTSTART->getDateTime($start->getTimezone());
68 $effectiveEnd = $this->DTEND->getDateTime($end->getTimezone());
H A DVJournal.php31 $dtstart = isset($this->DTSTART)?$this->DTSTART->getDateTime():null;
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVEvent.php59 $effectiveStart = $this->DTSTART->getDateTime($start->getTimezone());
68 $effectiveEnd = $this->DTEND->getDateTime($end->getTimezone());
H A DVJournal.php31 $dtstart = isset($this->DTSTART)?$this->DTSTART->getDateTime():null;
/plugin/combo/ComboStrap/
H A DFile.php79 return Iso8601Date::createFromTimestamp(filemtime($this->path))->getDateTime();
142 return Iso8601Date::createFromTimestamp(filectime($this->path))->getDateTime();
H A DLocalFileSystem.php71 return Iso8601Date::createFromTimestamp($timestamp)->getDateTime();
84 return Iso8601Date::createFromTimestamp($timestamp)->getDateTime();
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php185 $dt = $prop->getDateTime();
209 $dt = $prop->getDateTime();
232 $dt = $prop->getDateTime();
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DEmClientTest.php49 $dt = $vObject->VEVENT->DTSTART->getDateTime();
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DEmClientTest.php49 $dt = $vObject->VEVENT->DTSTART->getDateTime();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DEmClientTest.php49 $dt = $vObject->VEVENT->DTSTART->getDateTime();
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DEmClientTest.php51 $dt = $vObject->VEVENT->DTSTART->getDateTime();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2QuoteInfo.php35 public function getDateTime() function in Google\\Service\\DLP\\GooglePrivacyDlpV2QuoteInfo
/plugin/gitlabproject/
H A Dsyntax.php114 $date_time = $this->getDateTime($project['last_activity_at']);
162 function getDateTime($activity_time) { function in syntax_plugin_gitlabproject
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventDateTime.php59 public function getDateTime() function in Google\\Service\\Calendar\\EventDateTime
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php364 return ($start <= $component->getDateTime() && $end >= $component->getDateTime());
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php368 return ($start <= $component->getDateTime() && $end >= $component->getDateTime());

1234