Searched refs:byHour (Results 1 – 5 of 5) sorted by relevance
| /plugin/webdavclient/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 229 protected $byHour; variable in Sabre\\VObject\\Recur\\RRuleIterator 337 if (!$this->byHour && !$this->byDay) { 342 if (isset($this->byHour)) { 355 if ($this->byHour) { 379 ($this->byHour && !in_array($currentHour, $recurrenceHours)) || 392 if (!$this->byHour && !$this->byDay) { 397 if ($this->byHour) { 410 if ($this->byHour) { 423 if ($currentDay === $firstDay && (!$this->byHour || $currentHour == '0')) { 434 …} while (($this->byDay && !in_array($currentDay, $recurrenceDays)) || ($this->byHour && !in_array(… [all …]
|
| /plugin/davcard/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 229 protected $byHour; variable in Sabre\\VObject\\Recur\\RRuleIterator 337 if (!$this->byHour && !$this->byDay) { 342 if (isset($this->byHour)) { 355 if ($this->byHour) { 379 ($this->byHour && !in_array($currentHour, $recurrenceHours)) || 392 if (!$this->byHour && !$this->byDay) { 397 if ($this->byHour) { 410 if ($this->byHour) { 423 if ($currentDay === $firstDay && (!$this->byHour || $currentHour == '0')) { 434 …} while (($this->byDay && !in_array($currentDay, $recurrenceDays)) || ($this->byHour && !in_array(… [all …]
|
| /plugin/davcal/vendor/sabre/vobject/lib/Recur/ |
| H A D | RRuleIterator.php | 229 protected $byHour; variable in Sabre\\VObject\\Recur\\RRuleIterator 337 if (!$this->byHour && !$this->byDay) { 342 if (isset($this->byHour)) { 355 if ($this->byHour) { 379 ($this->byHour && !in_array($currentHour, $recurrenceHours)) || 392 if (!$this->byHour && !$this->byDay) { 397 if ($this->byHour) { 410 if ($this->byHour) { 423 if ($currentDay === $firstDay && (!$this->byHour || $currentHour == '0')) { 434 …} while (($this->byDay && !in_array($currentDay, $recurrenceDays)) || ($this->byHour && !in_array(… [all …]
|
| /plugin/icalevents/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 228 protected $byHour; variable in Sabre\\VObject\\Recur\\RRuleIterator 336 if (!$this->byHour && !$this->byDay) { 341 if (!empty($this->byHour)) { 354 if ($this->byHour) { 378 ($this->byHour && !in_array($currentHour, $recurrenceHours)) || 391 if (!$this->byHour && !$this->byDay) { 396 if ($this->byHour) { 409 if ($this->byHour) { 422 if ($currentDay === $firstDay && (!$this->byHour || $currentHour == '0')) { 433 …} while (($this->byDay && !in_array($currentDay, $recurrenceDays)) || ($this->byHour && !in_array(… [all …]
|
| /plugin/webdav/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 219 protected $byHour; variable in Sabre\\VObject\\Recur\\RRuleIterator 322 if (!$this->byHour && !$this->byDay) { 328 if (!empty($this->byHour)) { 341 if ($this->byHour) { 362 ($this->byHour && !in_array($currentHour, $recurrenceHours)) || 372 if (!$this->byHour && !$this->byDay) { 378 if ($this->byHour) { 390 if ($this->byHour) { 403 if ($currentDay === $firstDay && (!$this->byHour || '0' == $currentHour)) { 414 …} while (($this->byDay && !in_array($currentDay, $recurrenceDays)) || ($this->byHour && !in_array(… [all …]
|