Home
last modified time | relevance | path

Searched refs:isInTimeRange (Results 26 – 50 of 55) sorted by relevance

123

/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/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVJournalTest.php15 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
H A DVEventTest.php14 $this->assertEquals($outcome, $vevent->isInTimeRange($start, $end));
H A DVTodoTest.php16 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
/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 DVTodo.php29 public function isInTimeRange(\DateTime $start, \DateTime $end) { function in Sabre\\VObject\\Component\\VTodo
H A DVCalendar.php282 if ($vevent->isInTimeRange($start, $end)) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php82 public function isInTimeRange(\DateTime $start, \DateTime $end) { function in Sabre\\VObject\\Component\\VAlarm
H A DVTodo.php29 public function isInTimeRange(\DateTime $start, \DateTime $end) { function in Sabre\\VObject\\Component\\VTodo
H A DVCalendar.php282 if ($vevent->isInTimeRange($start, $end)) {
/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 DVTodo.php29 public function isInTimeRange(\DateTime $start, \DateTime $end) { function in Sabre\\VObject\\Component\\VTodo
H A DVCalendar.php282 if ($vevent->isInTimeRange($start, $end)) {
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVTodo.php31 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) function in Sabre\\VObject\\Component\\VTodo
H A DVAlarm.php86 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) function in Sabre\\VObject\\Component\\VAlarm
H A DVCalendar.php331 } elseif ('VEVENT' === $child->name && $child->isInTimeRange($start, $end)) {
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php87 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) { function in Sabre\\VObject\\Component\\VAlarm
H A DVTodo.php31 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) { function in Sabre\\VObject\\Component\\VTodo
H A DVCalendar.php343 } elseif ($child->name === 'VEVENT' && $child->isInTimeRange($start, $end)) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVEventTest.php14 $this->assertEquals($outcome, $vevent->isInTimeRange($start, $end));
H A DVTodoTest.php16 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVEventTest.php14 $this->assertEquals($outcome, $vevent->isInTimeRange($start, $end));
H A DVTodoTest.php16 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVEventTest.php12 $this->assertEquals($outcome, $vevent->isInTimeRange($start, $end));
H A DVTodoTest.php15 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));

123