Searched refs:byDay (Results 1 – 5 of 5) sorted by relevance
| /plugin/icalevents/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 251 protected $byDay; variable in Sabre\\VObject\\Recur\\RRuleIterator 336 if (!$this->byHour && !$this->byDay) { 345 if (!empty($this->byDay)) { 377 ($this->byDay && !in_array($currentDay, $recurrenceDays)) || 391 if (!$this->byHour && !$this->byDay) { 400 if ($this->byDay) { 433 …} while (($this->byDay && !in_array($currentDay, $recurrenceDays)) || ($this->byHour && !in_array(… 444 if (!$this->byMonthDay && !$this->byDay) { 542 if ($this->byDay) { 543 foreach ($this->byDay as $byDay) { [all …]
|
| /plugin/webdav/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 242 protected $byDay; variable in Sabre\\VObject\\Recur\\RRuleIterator 322 if (!$this->byHour && !$this->byDay) { 332 if (!empty($this->byDay)) { 361 ($this->byDay && !in_array($currentDay, $recurrenceDays)) || 372 if (!$this->byHour && !$this->byDay) { 382 if ($this->byDay) { 414 …} while (($this->byDay && !in_array($currentDay, $recurrenceDays)) || ($this->byHour && !in_array(… 423 if (!$this->byMonthDay && !$this->byDay) { 519 if ($this->byDay) { 520 foreach ($this->byDay as $byDay) { [all …]
|
| /plugin/webdavclient/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 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; [all …]
|
| /plugin/davcard/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 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; [all …]
|
| /plugin/davcal/vendor/sabre/vobject/lib/Recur/ |
| H A D | RRuleIterator.php | 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; [all …]
|