Home
last modified time | relevance | path

Searched refs:setDateTimes (Results 1 – 14 of 14) sorted by relevance

/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php47 $this->setDateTimes($parts);
65 $this->setDateTimes($value);
67 $this->setDateTimes([$value]);
183 $this->setDateTimes([$dt], $isFloating);
195 public function setDateTimes(array $dt, $isFloating = false) function in Sabre\\VObject\\Property\\ICalendar\\DateTime
316 $this->setDateTimes($this->getDateTimes());
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php49 $this->setDateTimes($parts);
70 $this->setDateTimes($value);
72 $this->setDateTimes([$value]);
196 $this->setDateTimes([$dt], $isFloating);
211 function setDateTimes(array $dt, $isFloating = false) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
352 $this->setDateTimes($this->getDateTimes());
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php46 $this->setDateTimes($parts);
66 $this->setDateTimes($value);
68 $this->setDateTimes(array($value));
187 $this->setDateTimes(array($dt), $isFloating);
201 public function setDateTimes(array $dt, $isFloating = false) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
339 $this->setDateTimes($this->getDateTimes());
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php46 $this->setDateTimes($parts);
66 $this->setDateTimes($value);
68 $this->setDateTimes(array($value));
187 $this->setDateTimes(array($dt), $isFloating);
201 public function setDateTimes(array $dt, $isFloating = false) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
339 $this->setDateTimes($this->getDateTimes());
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php46 $this->setDateTimes($parts);
66 $this->setDateTimes($value);
68 $this->setDateTimes(array($value));
187 $this->setDateTimes(array($dt), $isFloating);
201 public function setDateTimes(array $dt, $isFloating = false) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
339 $this->setDateTimes($this->getDateTimes());
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php329 $child->setDateTimes($dt);
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php329 $child->setDateTimes($dt);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php329 $child->setDateTimes($dt);
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php303 $componentChild->setDateTimes($dt);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php312 $componentChild->setDateTimes($dt);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php1163 …$exDate1->setDateTimes([new DateTimeImmutable('2012-01-01 13:50:20', $tz), new DateTimeImmutable('…
1165 $exDate2->setDateTimes([new DateTimeImmutable('2016-01-01 13:50:20', $tz)]);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php1137 …$exDate1->setDateTimes(array(new DateTime('2012-01-01 13:50:20', $tz), new DateTime('2014-01-01 13…
1139 $exDate2->setDateTimes(array(new DateTime('2016-01-01 13:50:20', $tz)));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php1137 …$exDate1->setDateTimes(array(new DateTime('2012-01-01 13:50:20', $tz), new DateTime('2014-01-01 13…
1139 $exDate2->setDateTimes(array(new DateTime('2016-01-01 13:50:20', $tz)));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php1137 …$exDate1->setDateTimes(array(new DateTime('2012-01-01 13:50:20', $tz), new DateTime('2014-01-01 13…
1139 $exDate2->setDateTimes(array(new DateTime('2016-01-01 13:50:20', $tz)));