Home
last modified time | relevance | path

Searched refs:fastForward (Results 1 – 25 of 48) sorted by last modified time

12

/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php407 public function fastForward(DateTime $dateTime) { function in Sabre\\VObject\\Recur\\EventIterator
H A DRDateIterator.php121 public function fastForward(\DateTime $dt) { function in Sabre\\VObject\\Recur\\RDateIterator
H A DRRuleIterator.php147 public function fastForward(\DateTime $dt) { function in Sabre\\VObject\\Recur\\RRuleIterator
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php684 function parse($rule, $start, $expected, $fastForward = null, $tz = 'UTC') { argument
689 if ($fastForward) {
690 $parser->fastForward(new DateTime($fastForward));
H A DRDateIteratorTest.php35 $it->fastForward(new DateTime('2014-08-15 00:00:00'));
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php301 $it->fastForward($start);
H A DVEvent.php47 $it->fastForward($start);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php56 $it->fastForward(new DateTime('2012-01-29 23:00:00', new DateTimeZone('UTC')));
93 $it->fastForward(new DateTime('2013-01-01 23:00:00', new DateTimeZone('UTC')));
H A DMainTest.php1102 $it->fastForward(new DateTime('2020-05-05', new DateTimeZone('UTC')));
1333 $it->fastForward(new DateTime('2012-01-28 23:00:00'));
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php219 $iterator->fastForward($this->start);
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php346 $it->fastForward($start);
H A DVEvent.php44 $it->fastForward($start);
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php113 public function fastForward(DateTimeInterface $dt) function in Sabre\\VObject\\Recur\\RDateIterator
H A DEventIterator.php386 public function fastForward(DateTimeInterface $dateTime) function in Sabre\\VObject\\Recur\\EventIterator
H A DRRuleIterator.php138 public function fastForward(DateTimeInterface $dt) function in Sabre\\VObject\\Recur\\RRuleIterator
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php329 $rruleIterator->fastForward($vavailStart);
404 $iterator->fastForward($this->start);
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md78 `fastForward` with all-day events. (@strokyl, thanks you are brilliant).
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php219 $iterator->fastForward($this->start);
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php400 public function fastForward(DateTime $dateTime) { function in Sabre\\VObject\\Recur\\EventIterator
H A DRDateIterator.php121 public function fastForward(\DateTime $dt) { function in Sabre\\VObject\\Recur\\RDateIterator
H A DRRuleIterator.php147 public function fastForward(\DateTime $dt) { function in Sabre\\VObject\\Recur\\RRuleIterator
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVEvent.php47 $it->fastForward($start);
H A DVCalendar.php301 $it->fastForward($start);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php35 $it->fastForward(new DateTime('2014-08-15 00:00:00'));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php56 $it->fastForward(new DateTime('2012-01-29 23:00:00', new DateTimeZone('UTC')));
93 $it->fastForward(new DateTime('2013-01-01 23:00:00', new DateTimeZone('UTC')));

12