Home
last modified time | relevance | path

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

12

/plugin/davcard/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/webdavclient/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/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/icalevents/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php966 function parse($rule, $start, $expected, $fastForward = null, $tz = 'UTC') { argument
971 if ($fastForward) {
972 $parser->fastForward(new DateTime($fastForward));
H A DRDateIteratorTest.php57 $it->fastForward(new DateTimeImmutable('2014-08-15 00:00:00'));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php55 $it->fastForward(new DateTimeImmutable('2012-01-29 23:00:00', new DateTimeZone('UTC')));
92 $it->fastForward(new DateTimeImmutable('2013-01-01 23:00:00', new DateTimeZone('UTC')));
/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')));
/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')));
/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')));
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVEvent.php49 $it->fastForward($start);
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVEvent.php47 $it->fastForward($start);
H A DVCalendar.php301 $it->fastForward($start);
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php121 public function fastForward(\DateTime $dt) { function in Sabre\\VObject\\Recur\\RDateIterator
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php113 public function fastForward(DateTimeInterface $dt) function in Sabre\\VObject\\Recur\\RDateIterator
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVEvent.php44 $it->fastForward($start);
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php121 function fastForward(DateTimeInterface $dt) { function in Sabre\\VObject\\Recur\\RDateIterator
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php121 public function fastForward(\DateTime $dt) { function in Sabre\\VObject\\Recur\\RDateIterator
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVEvent.php47 $it->fastForward($start);
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php121 public function fastForward(\DateTime $dt) { function in Sabre\\VObject\\Recur\\RDateIterator
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVEvent.php47 $it->fastForward($start);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php329 $rruleIterator->fastForward($vavailStart);
404 $iterator->fastForward($this->start);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php355 $rruleIterator->fastForward($vavailStart);
437 $iterator->fastForward($this->start);

12