Searched refs:byMonth (Results 1 – 7 of 7) sorted by relevance
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 291 protected $byMonth; variable in Sabre\\VObject\\Recur\\RRuleIterator 349 if (!empty($this->byMonth)) { 379 ($this->byMonth && !in_array($currentMonth, $recurrenceMonths)) 514 if (empty($this->byMonth)) { 660 } while (!in_array($currentMonth, $this->byMonth)); 689 } while (!in_array($currentMonth, $this->byMonth)); 807 $this->byMonth = (array)$value; 808 foreach ($this->byMonth as $byMonth) { 809 if (!is_numeric($byMonth) || (int)$byMonth < 1 || (int)$byMonth > 12) { 1007 foreach ($this->byMonth as $byMonth) { [all …]
|
/plugin/webdav/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 282 protected $byMonth; variable in Sabre\\VObject\\Recur\\RRuleIterator 336 if (!empty($this->byMonth)) { 363 ($this->byMonth && !in_array($currentMonth, $recurrenceMonths)) 494 if (empty($this->byMonth)) { 634 } while (!in_array($currentMonth, $this->byMonth)); 660 } while (!in_array($currentMonth, $this->byMonth)); 771 $this->byMonth = (array) $value; 772 foreach ($this->byMonth as $byMonth) { 773 if (!is_numeric($byMonth) || (int) $byMonth < 1 || (int) $byMonth > 12) { 963 foreach ($this->byMonth as $byMonth) { [all …]
|
/plugin/davcard/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 292 protected $byMonth; variable in Sabre\\VObject\\Recur\\RRuleIterator 350 if (isset($this->byMonth)) { 380 ($this->byMonth && !in_array($currentMonth, $recurrenceMonths)) 511 if (!$this->byMonth) { 579 } while (!in_array($currentMonth, $this->byMonth)); 600 } while (!in_array($currentMonth, $this->byMonth)); 703 $this->byMonth = (array)$value; 898 foreach($this->byMonth as $byMonth) { 899 $recurrenceMonths[] = $byMonth;
|
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 292 protected $byMonth; variable in Sabre\\VObject\\Recur\\RRuleIterator 350 if (isset($this->byMonth)) { 380 ($this->byMonth && !in_array($currentMonth, $recurrenceMonths)) 511 if (!$this->byMonth) { 579 } while (!in_array($currentMonth, $this->byMonth)); 600 } while (!in_array($currentMonth, $this->byMonth)); 703 $this->byMonth = (array)$value; 898 foreach($this->byMonth as $byMonth) { 899 $recurrenceMonths[] = $byMonth;
|
/plugin/davcal/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 292 protected $byMonth; variable in Sabre\\VObject\\Recur\\RRuleIterator 350 if (isset($this->byMonth)) { 380 ($this->byMonth && !in_array($currentMonth, $recurrenceMonths)) 511 if (!$this->byMonth) { 579 } while (!in_array($currentMonth, $this->byMonth)); 600 } while (!in_array($currentMonth, $this->byMonth)); 703 $this->byMonth = (array)$value; 898 foreach($this->byMonth as $byMonth) { 899 $recurrenceMonths[] = $byMonth;
|
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/ |
H A D | Recur.php | 273 $byMonth = (array)$value; 274 foreach ($byMonth as $i => $v) {
|
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/ |
H A D | Recur.php | 255 $byMonth = (array) $value; 256 foreach ($byMonth as $i => $v) {
|