Home
last modified time | relevance | path

Searched refs:fastForward (Results 1 – 25 of 48) sorted by path

12

/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/lib/
H A DFreeBusyGenerator.php219 $iterator->fastForward($this->start);
/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/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/tests/VObject/Recur/
H A DRDateIteratorTest.php35 $it->fastForward(new DateTime('2014-08-15 00:00:00'));
H A DRRuleIteratorTest.php684 function parse($rule, $start, $expected, $fastForward = null, $tz = 'UTC') { argument
689 if ($fastForward) {
690 $parser->fastForward(new DateTime($fastForward));
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php301 $it->fastForward($start);
H A DVEvent.php47 $it->fastForward($start);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php219 $iterator->fastForward($this->start);
/plugin/davcard/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/davcard/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/davcard/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php35 $it->fastForward(new DateTime('2014-08-15 00:00:00'));
H A DRRuleIteratorTest.php684 function parse($rule, $start, $expected, $fastForward = null, $tz = 'UTC') { argument
689 if ($fastForward) {
690 $parser->fastForward(new DateTime($fastForward));
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md17 `fastForward` with all-day events. (@strokyl, thanks you are brilliant).
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php362 $it->fastForward($start);
H A DVEvent.php49 $it->fastForward($start);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php355 $rruleIterator->fastForward($vavailStart);
437 $iterator->fastForward($this->start);
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php410 function fastForward(DateTimeInterface $dateTime) { function in Sabre\\VObject\\Recur\\EventIterator

12