Home
last modified time | relevance | path

Searched refs:day_min (Results 1 – 2 of 2) sorted by relevance

/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/
H A Dscheduler.py447 day_min = 24 * 60
448 week_min = 7 * day_min
453 now = now[6] * day_min + now_hm
471 then = (int(d) - 1) * day_min + int(h) * 60 + int(m)
/dports/misc/heyu2/heyu-2.10/
H A Dprocess.c3052 int j, k, cindx, today, year, day_min, day_max; in resolve_dates() local
3268 day_min = today + 1; in resolve_dates()
3273 if ( beg <= day_min && end >= day_min ) { in resolve_dates()
3274 beg = end = day_min; in resolve_dates()
3284 day_min = day_max - notify; in resolve_dates()
3287 if ( end < day_min || beg > day_max ) { in resolve_dates()
3293 beg = max( beg, day_min ); in resolve_dates()