Home
last modified time | relevance | path

Searched refs:eventDuration (Results 1 – 5 of 5) sorted by last modified time

/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php163 $this->eventDuration =
170 $this->eventDuration = $end->getTimeStamp() - $this->startDate->getTimeStamp();
172 $this->eventDuration = 3600 * 24;
174 $this->eventDuration = 0;
243 $end->modify('+' . $this->eventDuration . ' seconds');
438 protected $eventDuration; variable in Sabre\\VObject\\Recur\\EventIterator
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php156 $this->eventDuration =
163 $this->eventDuration = $end->getTimeStamp() - $this->startDate->getTimeStamp();
165 $this->eventDuration = 3600 * 24;
167 $this->eventDuration = 0;
234 return $end->modify('+'.$this->eventDuration.' seconds');
415 protected $eventDuration; variable in Sabre\\VObject\\Recur\\EventIterator
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php163 $this->eventDuration =
170 $this->eventDuration = $end->getTimeStamp() - $this->startDate->getTimeStamp();
172 $this->eventDuration = 3600 * 24;
174 $this->eventDuration = 0;
243 $end->modify('+' . $this->eventDuration . ' seconds');
431 protected $eventDuration; variable in Sabre\\VObject\\Recur\\EventIterator
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php163 $this->eventDuration =
170 $this->eventDuration = $end->getTimeStamp() - $this->startDate->getTimeStamp();
172 $this->eventDuration = 3600 * 24;
174 $this->eventDuration = 0;
243 $end->modify('+' . $this->eventDuration . ' seconds');
431 protected $eventDuration; variable in Sabre\\VObject\\Recur\\EventIterator
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php167 $this->eventDuration =
174 $this->eventDuration = $end->getTimeStamp() - $this->startDate->getTimeStamp();
176 $this->eventDuration = 3600 * 24;
178 $this->eventDuration = 0;
247 return $end->modify('+' . $this->eventDuration . ' seconds');
441 protected $eventDuration; variable in Sabre\\VObject\\Recur\\EventIterator