Home
last modified time | relevance | path

Searched refs:isInTimeRange (Results 1 – 25 of 55) sorted by relevance

123

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php291 return $component->isInTimeRange($start, $end);
316 if ($expandedAlarm->isInTimeRange($start, $end)) {
351 return $component->isInTimeRange($start, $end);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVAlarmTest.php15 $this->assertEquals($outcome, $valarm->isInTimeRange($start, $end));
144 … $valarm->isInTimeRange(new DateTime('2012-02-25 01:00:00'), new DateTime('2012-03-05 01:00:00'));
173 …$this->assertTrue($vobj->VTODO->VALARM->isInTimeRange(new \DateTime('2012-10-01 00:00:00'), new \D…
H A DVAvailabilityTest.php107 …$document->VAVAILABILITY->isInTimeRange(new DateTimeImmutable('2015-07-17'), new DateTimeImmutable…
125 …$document->VAVAILABILITY->isInTimeRange(new DateTimeImmutable('2015-07-17'), new DateTimeImmutable…
H A DVJournalTest.php15 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVAlarmTest.php16 $this->assertEquals($outcome, $valarm->isInTimeRange($start, $end));
145 … $valarm->isInTimeRange(new DateTime('2012-02-25 01:00:00'), new DateTime('2012-03-05 01:00:00'));
174 …$this->assertTrue($vobj->VTODO->VALARM->isInTimeRange(new \DateTime('2012-10-01 00:00:00'), new \D…
H A DVJournalTest.php15 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVAlarmTest.php16 $this->assertEquals($outcome, $valarm->isInTimeRange($start, $end));
145 … $valarm->isInTimeRange(new DateTime('2012-02-25 01:00:00'), new DateTime('2012-03-05 01:00:00'));
174 …$this->assertTrue($vobj->VTODO->VALARM->isInTimeRange(new \DateTime('2012-10-01 00:00:00'), new \D…
H A DVJournalTest.php15 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVAlarmTest.php16 $this->assertEquals($outcome, $valarm->isInTimeRange($start, $end));
145 … $valarm->isInTimeRange(new DateTime('2012-02-25 01:00:00'), new DateTime('2012-03-05 01:00:00'));
174 …$this->assertTrue($vobj->VTODO->VALARM->isInTimeRange(new \DateTime('2012-10-01 00:00:00'), new \D…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php295 return $component->isInTimeRange($start, $end);
320 if ($expandedAlarm->isInTimeRange($start, $end)) {
355 return $component->isInTimeRange($start, $end);
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVJournal.php29 public function isInTimeRange(\DateTime $start, \DateTime $end) { function in Sabre\\VObject\\Component\\VJournal
H A DVEvent.php31 public function isInTimeRange(\DateTime $start, \DateTime $end) { function in Sabre\\VObject\\Component\\VEvent
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVJournal.php29 public function isInTimeRange(\DateTime $start, \DateTime $end) { function in Sabre\\VObject\\Component\\VJournal
H A DVEvent.php31 public function isInTimeRange(\DateTime $start, \DateTime $end) { function in Sabre\\VObject\\Component\\VEvent
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVJournal.php29 public function isInTimeRange(\DateTime $start, \DateTime $end) { function in Sabre\\VObject\\Component\\VJournal
H A DVEvent.php31 public function isInTimeRange(\DateTime $start, \DateTime $end) { function in Sabre\\VObject\\Component\\VEvent
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVJournal.php31 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) function in Sabre\\VObject\\Component\\VJournal
H A DVAvailability.php34 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) function in Sabre\\VObject\\Component\\VAvailability
H A DVEvent.php33 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) function in Sabre\\VObject\\Component\\VEvent
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVJournal.php31 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) { function in Sabre\\VObject\\Component\\VJournal
H A DVAvailability.php34 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) { function in Sabre\\VObject\\Component\\VAvailability
H A DVEvent.php33 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) { function in Sabre\\VObject\\Component\\VEvent
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php29 …$this->assertFalse($ev->isInTimeRange(new DateTimeImmutable('2012-01-01 12:00:00'), new DateTimeIm…
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php30 …$this->assertFalse($ev->isInTimeRange(new DateTime('2012-01-01 12:00:00'),new DateTime('3000-01-01…
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php30 …$this->assertFalse($ev->isInTimeRange(new DateTime('2012-01-01 12:00:00'),new DateTime('3000-01-01…

123