Home | History | Annotate | Download | only in examples

Lines Matching full:time

32 #	  - fix timecheck to not ignore regular TIME rules after
33 # encountering a TIME rule that spans over midnight
43 # - fix time2abs to allow hours with leading zero in TIME rules
67 # - support for week days in TIME rules
79 # at time with minutes equal to 08 or 09
97 # - simplified TIME parser, using bash builtins
103 # - in case of overlapping TIME parameters, the last match is taken
121 # - timecheck doesn't check classes without TIME fields anymore
126 # - TIME parameter can be now specified more than once allowing you to
127 # differentiate RATE throughout the whole day. Time overlapping is
135 # v0.3a - added TIME parameter. Example: TIME=00:00-19:00;64Kbit/6Kbit
162 # realize that the flexibility suffered too much for your needs -- time to
168 # is used next time the "start" command is run to avoid repeated parsing of
405 ### Time ranging parameters
407 # TIME=[<dow>,<dow>, ...,<dow>/]<from>-<till>;<rate>/<weight>[/<peak>]
408 # TIME=0,1,2,5/18:00-06:00;256Kbit/25Kbit
409 # TIME=60123/18:00-06:00;256Kbit/25Kbit
410 # TIME=18:00-06:00;256Kbit/25Kbit
413 # throughout the day. You can specify multiple TIME parameters, if
418 # You can also specify days of week when the TIME rule applies. <dow>
553 ### Convert time to absolute value
857 ################################# TIME CHECK ################################
862 ### Get time + weekday
872 ### Gather all TIME rules from class config
873 TIMESET=`sed -n 's/#.*//; s/[[:space:]]//g; /^TIME/ { s/.*=//; p; }' \
881 ### Split TIME rule to pieces
902 ### If the time matches, remember params and set MATCH flag
922 ### Time interval matched