Home
last modified time | relevance | path

Searched refs:valid (Results 251 – 275 of 849) sorted by path

1...<<11121314151617181920>>...34

/plugin/datatables/
H A DLICENSE142 b) Accompany it with a written offer, valid for at least three
/plugin/date/
H A DLICENSE142 b) Accompany it with a written offer, valid for at least three
/plugin/datedifference/
H A DLICENSE142 b) Accompany it with a written offer, valid for at least three
/plugin/datepicker/
H A DLICENSE142 b) Accompany it with a written offer, valid for at least three
/plugin/davcal/
H A Dhelper.php1048 while($rEvents->valid())
1743 while ($it->valid() && $end < $maxDate)
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php265 while($it->valid() && $end < $maxDate) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php577 while ($it->valid() && $end < $maxDate) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php309 while ($it->valid()) {
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md127 arguments that were valid for sabre/http 1.0. Hopefully this will aid with
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md7 * #253: Handle `isInTimeRange` for recurring events that have 0 valid
79 don't have a valid recurrence instance.
138 * #131: RRULE that doesn't provide a single valid instance now throws an
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php303 while($it->valid() && $it->getDTStart() < $end) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DElementList.php82 public function valid() { function in Sabre\\VObject\\ElementList
H A DFreeBusyGenerator.php224 while($iterator->valid() && --$maxRecurrences) {
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php413 } while($recurrenceIterator->valid() && !$found && $iterations);
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php198 if (!$this->valid()) {
239 if (!$this->valid()) {
315 public function valid() { function in Sabre\\VObject\\Recur\\EventIterator
363 if (!$this->recurIterator->valid()) {
409 while($this->valid() && $this->getDtEnd() < $dateTime ) {
H A DRDateIterator.php44 if (!$this->valid()) return null;
66 public function valid() { function in Sabre\\VObject\\Recur\\RDateIterator
92 if (!$this->valid()) return;
123 while($this->valid() && $this->currentDate < $dt ) {
H A DRRuleIterator.php45 if (!$this->valid()) return null;
68 public function valid() { function in Sabre\\VObject\\Recur\\RRuleIterator
149 while($this->valid() && $this->currentDate < $dt ) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DFifthTuesdayProblemTest.php43 while($it->valid()) {
H A DInfiniteLoopProblemTest.php60 while($it->valid()) {
H A DMainTest.php1212 while($it->valid()) {
1277 while($it->valid()) {
1338 while($it->valid() && $it->getDTSTart() < new DateTime('2012-02-06 23:00:00')) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php38 while($it->valid()) {
H A DRRuleIteratorTest.php694 while($parser->valid()) {
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md47 * #253: Handle `isInTimeRange` for recurring events that have 0 valid
119 don't have a valid recurrence instance.
178 * #131: RRULE that doesn't provide a single valid instance now throws an
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php303 while($it->valid() && $it->getDTStart() < $end) {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DElementList.php82 public function valid() { function in Sabre\\VObject\\ElementList

1...<<11121314151617181920>>...34