Home
last modified time | relevance | path

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

123

/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/davcal/vendor/sabre/vobject/
H A DChangeLog.md7 * #253: Handle `isInTimeRange` for recurring events that have 0 valid
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php82 public function isInTimeRange(\DateTime $start, \DateTime $end) { function in Sabre\\VObject\\Component\\VAlarm
H A DVCalendar.php282 if ($vevent->isInTimeRange($start, $end)) {
H A DVEvent.php31 public function isInTimeRange(\DateTime $start, \DateTime $end) { function in Sabre\\VObject\\Component\\VEvent
H A DVJournal.php29 public function isInTimeRange(\DateTime $start, \DateTime $end) { function in Sabre\\VObject\\Component\\VJournal
H A DVTodo.php29 public function isInTimeRange(\DateTime $start, \DateTime $end) { function in Sabre\\VObject\\Component\\VTodo
/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…
H A DVEventTest.php14 $this->assertEquals($outcome, $vevent->isInTimeRange($start, $end));
H A DVJournalTest.php15 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
H A DVTodoTest.php16 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
/plugin/davcal/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/davcard/vendor/sabre/vobject/
H A DChangeLog.md47 * #253: Handle `isInTimeRange` for recurring events that have 0 valid
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php82 public function isInTimeRange(\DateTime $start, \DateTime $end) { function in Sabre\\VObject\\Component\\VAlarm
H A DVCalendar.php282 if ($vevent->isInTimeRange($start, $end)) {
H A DVEvent.php31 public function isInTimeRange(\DateTime $start, \DateTime $end) { function in Sabre\\VObject\\Component\\VEvent
H A DVJournal.php29 public function isInTimeRange(\DateTime $start, \DateTime $end) { function in Sabre\\VObject\\Component\\VJournal
H A DVTodo.php29 public function isInTimeRange(\DateTime $start, \DateTime $end) { function in Sabre\\VObject\\Component\\VTodo
/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 DVEventTest.php14 $this->assertEquals($outcome, $vevent->isInTimeRange($start, $end));
H A DVJournalTest.php15 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
H A DVTodoTest.php16 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
/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/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md16 * #351: Fixing an inclusive/exclusive problem with `isInTimeRange` and
118 * #250: `isInTimeRange()` now considers the timezone for floating dates and
121 * #253: `isInTimeRange()` now correctly handles events that throw the
212 * #253: Handle `isInTimeRange` for recurring events that have 0 valid
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php87 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) { function in Sabre\\VObject\\Component\\VAlarm

123