Home
last modified time | relevance | path

Searched refs:byhour (Results 1 – 25 of 87) sorted by relevance

1234

/dports/devel/p5-DateTime-Event-ICal/DateTime-Event-ICal-0.13/lib/DateTime/Event/
H A DICal.pm115 $by{hours} = $args{byhour} if exists $args{byhour};
135 $by{hours} = $args{byhour} if exists $args{byhour};
164 $by{hours} = $args{byhour} if exists $args{byhour};
193 $by{hours} = $args{byhour} if exists $args{byhour};
220 $by{hours} = $args{byhour} if exists $args{byhour};
283 $by{hours} = $args{byhour} if exists $args{byhour};
602 $by{byhour} = $args_backup{byhour} if $args_backup{byhour};
603 $by{byhour} = [ 0 .. 23 ] if $args{freq} eq 'hourly';
619 $by{byhour} = $args_backup{byhour} if $args_backup{byhour};
631 if ( exists $args{byhour} )
[all …]
/dports/devel/p5-DateTime-Event-ICal/DateTime-Event-ICal-0.13/t/
H A D05byday.t36 byhour => 10 );
51 byhour => 10 );
66 byhour => 10 );
83 byhour => 10 );
128 byhour => 10 );
141 byhour => 10 );
158 byhour => 10 );
H A D06hms-byetc.t27 byhour => [ 4 ],
44 byhour => [ 9 ],
H A D03by.t98 byhour => [ 10, 14 ],
H A D04rfc2445.t1282 byhour => [ 9,10,11,12,13,14,15,16 ],
1317 byhour => [ 9,10,11,12,13,14,15,16 ], )
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/dateutil/test/
H A Dtest_rrule.py283 byhour=(6, 18),
310 byhour=(6, 18),
320 byhour=(6, 18),
340 byhour=(6, 18),
352 byhour=(6, 18),
625 byhour=(6, 18),
652 byhour=(6, 18),
662 byhour=(6, 18),
682 byhour=(6, 18),
694 byhour=(6, 18),
[all …]
/dports/devel/py-dateutil/python-dateutil-2.8.1/dateutil/test/
H A Dtest_rrule.py307 byhour=(6, 18),
334 byhour=(6, 18),
344 byhour=(6, 18),
364 byhour=(6, 18),
376 byhour=(6, 18),
649 byhour=(6, 18),
676 byhour=(6, 18),
686 byhour=(6, 18),
706 byhour=(6, 18),
718 byhour=(6, 18),
[all …]
/dports/www/moodle310/moodle/calendar/classes/
H A Drrule_manager.php177 protected $byhour = array(); variable in core_calendar\\rrule_manager
483 * @param string $byhour Comma-separated list of hours of the day.
486 protected function set_byhour($byhour) { argument
487 $hours = explode(',', $byhour);
495 $this->byhour = $byhourrules;
677 … && empty($this->byday) && empty($this->byweekno) && empty($this->byhour) && empty($this->byminute)
901 …|| !empty($this->byweekno) || !empty($this->byhour) || !empty($this->byminute) || !empty($this->by…
1174 if (empty($this->byhour)) {
1175 $this->byhour = [$eventdatetime->format('G')];
1189 foreach ($this->byhour as $hour) {
/dports/www/moodle311/moodle/calendar/classes/
H A Drrule_manager.php177 protected $byhour = array(); variable in core_calendar\\rrule_manager
483 * @param string $byhour Comma-separated list of hours of the day.
486 protected function set_byhour($byhour) { argument
487 $hours = explode(',', $byhour);
495 $this->byhour = $byhourrules;
677 … && empty($this->byday) && empty($this->byweekno) && empty($this->byhour) && empty($this->byminute)
901 …|| !empty($this->byweekno) || !empty($this->byhour) || !empty($this->byminute) || !empty($this->by…
1174 if (empty($this->byhour)) {
1175 $this->byhour = [$eventdatetime->format('G')];
1189 foreach ($this->byhour as $hour) {
/dports/www/moodle39/moodle/calendar/classes/
H A Drrule_manager.php177 protected $byhour = array(); variable in core_calendar\\rrule_manager
483 * @param string $byhour Comma-separated list of hours of the day.
486 protected function set_byhour($byhour) { argument
487 $hours = explode(',', $byhour);
495 $this->byhour = $byhourrules;
677 … && empty($this->byday) && empty($this->byweekno) && empty($this->byhour) && empty($this->byminute)
901 …|| !empty($this->byweekno) || !empty($this->byhour) || !empty($this->byminute) || !empty($this->by…
1174 if (empty($this->byhour)) {
1175 $this->byhour = [$eventdatetime->format('G')];
1189 foreach ($this->byhour as $hour) {
/dports/textproc/libkolabxml/libkolabxml-1.1.6/src/containers/
H A Dkolabcontainers.cpp204 std::vector<int> byhour; member
238 d->byhour == other.byhour() && in operator ==()
327 d->byhour = by; in setByhour()
330 std::vector< int > RecurrenceRule::byhour() const in byhour() function in Kolab::RecurrenceRule
332 return d->byhour; in byhour()
/dports/finance/py-backtrader/backtrader-1.9.74.123/backtrader/plot/
H A Dlocator.py209 _, bymonth, bymonthday, byhour, byminute, bysecond, _ = byranges
214 byhour=byhour, byminute=byminute,
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dateutil/
H A Drrule.py431 byhour=None, byminute=None, bysecond=None, argument
625 if byhour is None:
631 if isinstance(byhour, integer_types):
632 byhour = (byhour,)
636 byxxx=byhour,
639 self._byhour = set(byhour)
792 byhour = self._byhour
935 if byhour:
969 if not byhour or hour in byhour:
1003 if ((not byhour or hour in byhour) and
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/dateutil/
H A Drrule.py421 byhour=None, byminute=None, bysecond=None, argument
598 if byhour is None:
604 if isinstance(byhour, integer_types):
605 byhour = (byhour,)
609 byxxx=byhour,
612 self._byhour = set(byhour)
766 byhour = self._byhour
908 if byhour:
942 if not byhour or hour in byhour:
976 if ((not byhour or hour in byhour) and
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/dateutil/
H A Drrule.py432 byhour=None, byminute=None, bysecond=None, argument
626 if byhour is None:
632 if isinstance(byhour, integer_types):
633 byhour = (byhour,)
637 byxxx=byhour,
640 self._byhour = set(byhour)
793 byhour = self._byhour
936 if byhour:
970 if not byhour or hour in byhour:
1004 if ((not byhour or hour in byhour) and
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/dateutil/
H A Drrule.py430 byhour=None, byminute=None, bysecond=None, argument
624 if byhour is None:
630 if isinstance(byhour, integer_types):
631 byhour = (byhour,)
635 byxxx=byhour,
638 self._byhour = set(byhour)
791 byhour = self._byhour
934 if byhour:
968 if not byhour or hour in byhour:
1002 if ((not byhour or hour in byhour) and
/dports/devel/py-dateutil/python-dateutil-2.8.1/dateutil/
H A Drrule.py430 byhour=None, byminute=None, bysecond=None, argument
624 if byhour is None:
630 if isinstance(byhour, integer_types):
631 byhour = (byhour,)
635 byxxx=byhour,
638 self._byhour = set(byhour)
791 byhour = self._byhour
934 if byhour:
968 if not byhour or hour in byhour:
1002 if ((not byhour or hour in byhour) and
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Ddates.py1361 _, bymonth, bymonthday, byhour, byminute, bysecond, _ = byranges
1365 byhour=byhour, byminute=byminute,
1532 def __init__(self, byhour=None, interval=1, tz=None): argument
1540 if byhour is None:
1541 byhour = range(24)
1543 rule = rrulewrapper(HOURLY, byhour=byhour, interval=interval,
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Ddates.py1448 _, bymonth, bymonthday, byhour, byminute, bysecond, _ = byranges
1452 byhour=byhour, byminute=byminute,
1621 def __init__(self, byhour=None, interval=1, tz=None): argument
1629 if byhour is None:
1630 byhour = range(24)
1632 rule = rrulewrapper(HOURLY, byhour=byhour, interval=interval,
/dports/deskutils/phpicalendar/phpicalendar-2.4/functions/parse/
H A Dend_vevent.php146 $byhour = split (',', $val); variable
147 $recur_array[($start_date)][($hour.$minute)][$uid]['recur'][$key] = $byhour;
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/third_party/2and3/dateutil/
H A Drrule.pyi50 byhour: Optional[Union[int, Iterable[int]]] = ...,
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/python-dateutil/dateutil/
H A Drrule.pyi51 byhour: Optional[Union[int, Iterable[int]]] = ...,
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/dateutil/
H A Drrule.pyi50 byhour: Optional[Union[int, Iterable[int]]] = ...,
/dports/www/baikal/baikal/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng276 type-byhour*,
313 type-byhour = element byhour {
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng276 type-byhour*,
313 type-byhour = element byhour {

1234