Home
last modified time | relevance | path

Searched refs:now_hour (Results 1 – 6 of 6) sorted by path

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/
H A Dncbi_namerd.c661 int now_hour = tm_now.tm_hour; in s_ParseExpires() local
671 (now_hour < 0 || now_hour > 23) || in s_ParseExpires()
695 now_year, now_mon, now_mday, now_hour, now_min, now_sec); in s_ParseExpires()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/
H A Dncbi_namerd.c661 int now_hour = tm_now.tm_hour; in s_ParseExpires() local
671 (now_hour < 0 || now_hour > 23) || in s_ParseExpires()
695 now_year, now_mon, now_mday, now_hour, now_min, now_sec); in s_ParseExpires()
/dports/devel/bugzilla44/bugzilla-4.4.13/
H A Dwhine.pl89 my ($now_sec, $now_minute, $now_hour, $now_day, $now_month, $now_year,
137 elsif ($time >= $now_hour) {
582 elsif (($run_today) && ($run_time > $now_hour)) {
586 $minute_offset = (60 * ($run_time - $now_hour)) - $now_minute;
/dports/devel/bugzilla50/bugzilla-5.0.4/
H A Dwhine.pl90 my ($now_sec, $now_minute, $now_hour, $now_day, $now_month, $now_year,
138 elsif ($time >= $now_hour) {
542 elsif (($run_today) && ($run_time > $now_hour)) {
546 $minute_offset = (60 * ($run_time - $now_hour)) - $now_minute;
/dports/games/xmris/xmris.4.04/
H A Dscoring.c108 int now_hour, then_hour; variable
112 now_hour = ptr->tm_hour;
117 then_hour >= 21 && now_hour < 12));
/dports/sysutils/p5-Schedule-Cron/Schedule-Cron-1.01/lib/Schedule/
H A DCron.pm1317 my ($now_sec,$now_min,$now_hour,$now_mday,$now_mon,$now_wday,$now_year) =
1328 ($now_mon,$now_mday,$now_wday,$now_hour,$now_min,$now_sec,$now_year);
1444 …if ($dest_hour != $now_hour || $dest_mday != $now_mday || $dest_mon != $dest_mon || $dest_year != …
1466 if ($dest_hour != $now_hour ||