Lines Matching refs:byDay
252 protected $byDay; variable in Sabre\\VObject\\Recur\\RRuleIterator
337 if (!$this->byHour && !$this->byDay) {
346 if (isset($this->byDay)) {
378 ($this->byDay && !in_array($currentDay, $recurrenceDays)) ||
392 if (!$this->byHour && !$this->byDay) {
401 if ($this->byDay) {
434 …} while (($this->byDay && !in_array($currentDay, $recurrenceDays)) || ($this->byHour && !in_array(…
445 if (!$this->byMonthDay && !$this->byDay) {
550 if ($this->byDay || $this->byMonthDay) {
687 $this->byDay = $value;
754 if ($this->byDay) foreach($this->byDay as $day) {
823 if ($this->byMonthDay && $this->byDay) {
883 foreach($this->byDay as $byDay) {
888 $recurrenceDays[] = $this->dayMap[substr($byDay,-2)];