Home
last modified time | relevance | path

Searched refs:getDtEnd (Results 1 – 10 of 10) sorted by path

/plugin/davcal/
H A Dhelper.php1056 … if(($startTs != null) && ($rEvents->getDtEnd()->getTimestamp() < $startTs->getTimestamp()))
1742 $end = $it->getDtEnd();
1745 $end = $it->getDtEnd();
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php264 $end = $it->getDtEnd();
266 $end = $it->getDtEnd();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php576 $end = $it->getDtEnd();
578 $end = $it->getDtEnd();
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php237 public function getDtEnd() { function in Sabre\\VObject\\Recur\\EventIterator
279 $event->DTEND->setDateTime($this->getDtEnd(), $event->DTEND->isFloating());
409 while($this->valid() && $this->getDtEnd() < $dateTime ) {
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php237 public function getDtEnd() { function in Sabre\\VObject\\Recur\\EventIterator
279 $event->DTEND->setDateTime($this->getDtEnd(), $event->DTEND->isFloating());
402 while($this->valid() && $this->getDtEnd() < $dateTime ) {
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php241 function getDtEnd() { function in Sabre\\VObject\\Recur\\EventIterator
282 $event->DTEND->setDateTime($this->getDtEnd(), $event->DTEND->isFloating());
412 while ($this->valid() && $this->getDtEnd() <= $dateTime) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php681 $end = $it->getDtEnd();
683 $end = $it->getDtEnd();
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php227 public function getDtEnd() function in Sabre\\VObject\\Recur\\EventIterator
268 $event->DTEND->setDateTime($this->getDtEnd(), $event->DTEND->isFloating());
388 while ($this->valid() && $this->getDtEnd() <= $dateTime) {
/plugin/webdavclient/
H A Dhelper.php1702 $end = $it->getDtEnd();
1705 $end = $it->getDtEnd();
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php237 public function getDtEnd() { function in Sabre\\VObject\\Recur\\EventIterator
279 $event->DTEND->setDateTime($this->getDtEnd(), $event->DTEND->isFloating());
402 while($this->valid() && $this->getDtEnd() < $dateTime ) {