Home
last modified time | relevance | path

Searched refs:setDateTime (Results 1 – 25 of 40) sorted by path

12

/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1500 public function setDateTime( $dateTime) { function in Google_EventDateTime
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventDateTime.php52 public function setDateTime($dateTime) function in Google\\Service\\Calendar\\EventDateTime
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2QuoteInfo.php28 public function setDateTime(GooglePrivacyDlpV2DateTime $dateTime) function in Google\\Service\\DLP\\GooglePrivacyDlpV2QuoteInfo
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php58 $event->DTSTART->setDateTime($dtStart, VObject\Property\DateTime::DATE);
59 $event->DTEND->setDateTime($dtEnd, VObject\Property\DateTime::DATE);
67 $event->DTSTART->setDateTime($dtStart, VObject\Property\DateTime::UTC);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php333 $dtstart->setDateTime($this->start);
338 $dtend->setDateTime($this->end);
342 $dtstamp->setDateTime(new \DateTime('now', new \DateTimeZone('UTC')));
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php185 public function setDateTime(\DateTime $dt, $isFloating = false) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDate.php39 public function setDateTime(\DateTime $dt) { function in Sabre\\VObject\\Property\\VCard\\Date
H A DDateAndOrTime.php57 $this->setDateTime($parts[0]);
77 $this->setDateTime($value);
90 public function setDateTime(\DateTime $dt) { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php277 $event->DTSTART->setDateTime($this->getDtStart(), $event->DTSTART->isFloating());
279 $event->DTEND->setDateTime($this->getDtEnd(), $event->DTEND->isFloating());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php26 $elem->setDateTime($dt);
43 $elem->setDateTime($dt, $isFloating = true);
58 $elem->setDateTime($dt);
73 $elem->setDateTime($dt);
89 $elem->setDateTime($dt);
175 $elem->setDateTime($dt);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php19 $dtStart->setDateTime(new DateTime('2011-10-07'));
42 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
134 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
181 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
329 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
382 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
542 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
595 $dtStart->setDateTime(new DateTime('2011-12-05', new DateTimeZone('UTC')));
641 $dtStart->setDateTime(new DateTime('2011-12-31', new DateTimeZone('UTC')));
694 $dtStart->setDateTime(new DateTime('2011-01-01', new DateTimeZone('UTC')));
[all …]
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php58 $event->DTSTART->setDateTime($dtStart, VObject\Property\DateTime::DATE);
59 $event->DTEND->setDateTime($dtEnd, VObject\Property\DateTime::DATE);
67 $event->DTSTART->setDateTime($dtStart, VObject\Property\DateTime::UTC);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php333 $dtstart->setDateTime($this->start);
338 $dtend->setDateTime($this->end);
342 $dtstamp->setDateTime(new \DateTime('now', new \DateTimeZone('UTC')));
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php185 public function setDateTime(\DateTime $dt, $isFloating = false) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDate.php39 public function setDateTime(\DateTime $dt) { function in Sabre\\VObject\\Property\\VCard\\Date
H A DDateAndOrTime.php57 $this->setDateTime($parts[0]);
77 $this->setDateTime($value);
90 public function setDateTime(\DateTime $dt) { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php277 $event->DTSTART->setDateTime($this->getDtStart(), $event->DTSTART->isFloating());
279 $event->DTEND->setDateTime($this->getDtEnd(), $event->DTEND->isFloating());
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php26 $elem->setDateTime($dt);
43 $elem->setDateTime($dt, $isFloating = true);
58 $elem->setDateTime($dt);
73 $elem->setDateTime($dt);
89 $elem->setDateTime($dt);
175 $elem->setDateTime($dt);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php19 $dtStart->setDateTime(new DateTime('2011-10-07'));
42 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
134 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
181 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
329 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
382 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
542 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
595 $dtStart->setDateTime(new DateTime('2011-12-05', new DateTimeZone('UTC')));
641 $dtStart->setDateTime(new DateTime('2011-12-31', new DateTimeZone('UTC')));
694 $dtStart->setDateTime(new DateTime('2011-01-01', new DateTimeZone('UTC')));
[all …]
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php56 $event->DTSTART->setDateTime($dtStart);
58 $event->DTEND->setDateTime($dtEnd);
66 $event->DTSTART->setDateTime($dtStart);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php559 $dtstart->setDateTime($this->start);
564 $dtend->setDateTime($this->end);
570 $dtstamp->setDateTime(new DateTimeImmutable('now', $tz));
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php194 function setDateTime(DateTimeInterface $dt, $isFloating = false) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDate.php37 function setDateTime(\DateTimeInterface $dt) { function in Sabre\\VObject\\Property\\VCard\\Date
H A DDateAndOrTime.php60 $this->setDateTime($parts[0]);
81 $this->setDateTime($value);
95 function setDateTime(DateTimeInterface $dt) { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php280 $event->DTSTART->setDateTime($this->getDtStart(), $event->DTSTART->isFloating());
282 $event->DTEND->setDateTime($this->getDtEnd(), $event->DTEND->isFloating());

12