Home
last modified time | relevance | path

Searched refs:byHour (Results 1 – 5 of 5) sorted by path

/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php229 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) {
677 $this->byHour = (array)$value;
873 foreach($this->byHour as $byHour) {
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php229 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) {
677 $this->byHour = (array)$value;
873 foreach($this->byHour as $byHour) {
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php228 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) {
771 $this->byHour = (array)$value;
982 foreach ($this->byHour as $byHour) {
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php219 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) {
735 $this->byHour = (array) $value;
940 foreach ($this->byHour as $byHour) {
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php229 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) {
677 $this->byHour = (array)$value;
873 foreach($this->byHour as $byHour) {
[all …]