Home
last modified time | relevance | path

Searched refs:hours (Results 7726 – 7750 of 54855) sorted by relevance

1...<<301302303304305306307308309310>>...2195

/dports/games/pcgen/pcgen/data/3e/fantasy_flight_games/legends_and_lairs/seafarers_handbook/
H A Dseafarers_spells.lst6 …GE:Touch TARGETAREA:Living creature touched DURATION:(CASTERLEVEL*2) hours SAVEINFO:Will n…
9 …tion RANGE:Personal TARGETAREA:The character DURATION:(CASTERLEVEL) hours SAVEINFO:None …
12 …E:Touch TARGETAREA:Living creatures touched DURATION:(CASTERLEVEL*3) hours SAVEINFO:Will n…
18 …ANGE:Touch TARGETAREA:(CASTERLEVEL) creatures DURATION:(CASTERLEVEL) hours SAVEINFO:Will …
20 …E:Touch TARGETAREA:One living creature or self DURATION:(CASTERLEVEL) hours SAVEINFO:Forti…
/dports/databases/pgreplay/pgreplay-PGREPLAY_1_3_0/
H A Ddatabase.c184 int hours, minutes; in print_replay_statistics() local
200 hours = delta.tv_sec / 3600; in print_replay_statistics()
201 delta.tv_sec -= hours * 3600; in print_replay_statistics()
212 if (hours > 0) { in print_replay_statistics()
213 fprintf(sf, " %d hours", hours); in print_replay_statistics()
/dports/science/jstrack/jstrack/tracker/storms/old/2017/
H A Dbret.dis81 trend during the next 24 hours, or so. The large-scale models
88 than 6 hours ago. The track forecast philosophy remains unchanged
91 west-northwestward during the next 24 hours. Afterward, a more
134 circulation interacts with Venezuela today. In 24 hours or so, a
181 Grenada several hours ago. On this basis, the initial intensity
H A Dnineteen.dis11 become better organized during the past several hours. Satellite
24 the past 12-18 hours, most likely due to the deep convection being
29 hours, the motion of the cyclone should stabilize and become less
141 several hours. The low-level center remains exposed to the west of
148 erratically during the past 6 to 12 hours. Smoothing through the
/dports/science/lammps/lammps-stable_29Sep2021/examples/comb/
H A Dlog.27Nov18.comb.Si.elastic.g++.1107 Performance: 1.258 ns/day, 19.084 hours/ns, 72.777 timesteps/s
160 Performance: 1.133 ns/day, 21.185 hours/ns, 65.561 timesteps/s
209 Performance: 1.130 ns/day, 21.230 hours/ns, 65.422 timesteps/s
258 Performance: 1.155 ns/day, 20.787 hours/ns, 66.817 timesteps/s
307 Performance: 1.151 ns/day, 20.847 hours/ns, 66.624 timesteps/s
H A Dlog.27Nov18.comb.Si.elastic.g++.4105 Performance: 3.843 ns/day, 6.246 hours/ns, 222.380 timesteps/s
158 Performance: 3.194 ns/day, 7.513 hours/ns, 184.854 timesteps/s
207 Performance: 3.240 ns/day, 7.408 hours/ns, 187.475 timesteps/s
256 Performance: 3.274 ns/day, 7.331 hours/ns, 189.448 timesteps/s
305 Performance: 3.248 ns/day, 7.389 hours/ns, 187.961 timesteps/s
/dports/science/jstrack/jstrack/extlib/tcllib1.19/counter/
H A Dcounter.tcl871 set hours [expr {$t / (60 * 60)}]
872 if {$hours == 1} {
874 } elseif {$hours > 1} {
875 append string "$hours Hours "
877 set t [expr {$t - $hours * (60 * 60)}]
/dports/deskutils/xmdiary/xmdiary-3.0.3/dtools/
H A DxtmEditAlarm.c681 int hours; in setAlarmValues() local
724 hours = alarm_offset / 60; in setAlarmValues()
725 alarm_offset = alarm_offset - (hours * 60); in setAlarmValues()
731 sprintf( buffer, "%d %d:%02d", days, hours, minutes ); in setAlarmValues()
733 sprintf( buffer, "%d:%02d", hours, minutes ); in setAlarmValues()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/time/
H A DDuration.java195 public static Duration ofHours(long hours) { in ofHours() argument
196 return create(Math.multiplyExact(hours, SECONDS_PER_HOUR), 0); in ofHours()
1480 long hours = effectiveTotalSecs / SECONDS_PER_HOUR; in toString() local
1485 if (hours != 0) { in toString()
1486 buf.append(hours).append('H'); in toString()
/dports/audio/cdparanoia/cdparanoia-III-alpha9.8/
H A Dmain.c70 long hours=-1; in parse_offset() local
134 if(hours==-1) in parse_offset()
135 hours=val; in parse_offset()
171 if(hours!=-1)ret+=hours*60*60*75; in parse_offset()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/date_time/test/posix_time/
H A Dtestdst_rules.cpp121 dstcalc::local_is_dst(date(2002,May,1),hours(3), in main()
129 dstcalc::local_is_dst(date(2002,Jan,1),hours(3), in main()
137 dstcalc::local_is_dst(date(2002,Oct,28),hours(3), in main()
150 dstcalc::local_is_dst(date(2002,Oct,27),hours(3), in main()
156 dstcalc::local_is_dst(date(2002,Oct,27),hours(2), in main()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/spanner/
H A Dtimestamp_test.cc37 auto const kUnixEpoch = std::chrono::time_point_cast<std::chrono::hours>(
497 auto const tp5 = kUnixEpoch + std::chrono::hours(2123456789 / 60 / 60); in TEST()
498 EXPECT_EQ(tp5, ts_pos.get<sys_time<std::chrono::hours>>().value()); in TEST()
522 kUnixEpoch - std::chrono::hours((2123456789 + 3600 - 1) / 3600); in TEST()
523 EXPECT_EQ(tp10, ts_neg.get<sys_time<std::chrono::hours>>().value()); in TEST()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/spanner/
H A Dtimestamp_test.cc40 auto const kUnixEpoch = std::chrono::time_point_cast<std::chrono::hours>(
500 auto const tp5 = kUnixEpoch + std::chrono::hours(2123456789 / 60 / 60); in TEST()
501 EXPECT_EQ(tp5, ts_pos.get<sys_time<std::chrono::hours>>().value()); in TEST()
525 kUnixEpoch - std::chrono::hours((2123456789 + 3600 - 1) / 3600); in TEST()
526 EXPECT_EQ(tp10, ts_neg.get<sys_time<std::chrono::hours>>().value()); in TEST()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/gts/examples/
H A Dhapprox.c66 gdouble hours, mins, secs; in stop_number_verbose() local
71 hours = floor (total_elapsed/3600.); in stop_number_verbose()
72 mins = floor ((total_elapsed - 3600.*hours)/60.); in stop_number_verbose()
73 secs = floor (total_elapsed - 3600.*hours - 60.*mins); in stop_number_verbose()
87 hours, mins, secs, in stop_number_verbose()
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/libkolab/lib/
H A Dkolab_format_xcal.php275 else if ($h = $offset->hours()) $time .= $h . 'H';
299 else if ($h = $duration->hours()) $time .= $h . 'H';
605 $days = $hours = $minutes = $seconds = 0;
609 case 'H': $hours = intval($d[2]); break;
613 …$alarm->setRelativeStart(new Duration($days, $hours, $minutes, $seconds, $d[1] == '-'), $d[1] == '…
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/plugins/
H A Dcheck_procs.c741 int hours; in convert_to_seconds() local
748 hours = 0; in convert_to_seconds()
766 &days, &hours, &minutes, &seconds); in convert_to_seconds()
775 &hours, &minutes, &seconds); in convert_to_seconds()
783 (hours * 3600) + in convert_to_seconds()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/calendar/tests/
H A Dtest_event_recurrence.py231 self.event.stop = dt + relativedelta(hours=1)
253 self.event.stop = dt + relativedelta(hours=1)
443 'start': event.start - relativedelta(hours=2)
447 'start': event.start + relativedelta(hours=4),
448 'stop': event.stop + relativedelta(hours=5),
/dports/www/sogo/SOGo-5.4.0/SOPE/NGCards/
H A DiCalRepeatableEntityObject.m149 … rDate = (NSCalendarDate *) [rDate dateByAddingYears:0 months:0 days:0 hours:0 minutes:0
262 … untilDate = (NSCalendarDate *) [untilDate dateByAddingYears:0 months:0 days:0 hours:0 minutes:0
374 … exDate = (NSCalendarDate *) [exDate dateByAddingYears:0 months:0 days:0 hours:0 minutes:0
497 hours: 0 minutes: 0
507 hours: 0 minutes: 0
/dports/www/sogo-activesync/SOGo-5.4.0/SOPE/NGCards/
H A DiCalRepeatableEntityObject.m149 … rDate = (NSCalendarDate *) [rDate dateByAddingYears:0 months:0 days:0 hours:0 minutes:0
262 … untilDate = (NSCalendarDate *) [untilDate dateByAddingYears:0 months:0 days:0 hours:0 minutes:0
374 … exDate = (NSCalendarDate *) [exDate dateByAddingYears:0 months:0 days:0 hours:0 minutes:0
497 hours: 0 minutes: 0
507 hours: 0 minutes: 0
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/date_time/test/posix_time/
H A Dtestdst_rules.cpp121 dstcalc::local_is_dst(date(2002,May,1),hours(3), in main()
129 dstcalc::local_is_dst(date(2002,Jan,1),hours(3), in main()
137 dstcalc::local_is_dst(date(2002,Oct,28),hours(3), in main()
150 dstcalc::local_is_dst(date(2002,Oct,27),hours(3), in main()
156 dstcalc::local_is_dst(date(2002,Oct,27),hours(2), in main()
/dports/graphics/gts/gts-0.7.6/examples/
H A Dhapprox.c67 gdouble hours, mins, secs; in stop_number_verbose() local
72 hours = floor (total_elapsed/3600.); in stop_number_verbose()
73 mins = floor ((total_elapsed - 3600.*hours)/60.); in stop_number_verbose()
74 secs = floor (total_elapsed - 3600.*hours - 60.*mins); in stop_number_verbose()
88 hours, mins, secs, in stop_number_verbose()
/dports/net-p2p/jigdo/jigdo-0.7.3/src/gtk/
H A Dgtk-single-url.cc326 int hours = fileAge / 60 - days * 24;
327 int minutes = fileAge - (days * 60*24) - (hours * 60);
330 age = subst(_("%1 days and %2 hours"), days, hours);
331 else if (hours > 0)
332 age = subst(_("%1 hours and %2 minutes"), hours, minutes);
/dports/databases/percona57-server/boost_1_59_0/libs/date_time/test/posix_time/
H A Dtestdst_rules.cpp121 dstcalc::local_is_dst(date(2002,May,1),hours(3), in main()
129 dstcalc::local_is_dst(date(2002,Jan,1),hours(3), in main()
137 dstcalc::local_is_dst(date(2002,Oct,28),hours(3), in main()
150 dstcalc::local_is_dst(date(2002,Oct,27),hours(3), in main()
156 dstcalc::local_is_dst(date(2002,Oct,27),hours(2), in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/date_time/test/posix_time/
H A Dtestdst_rules.cpp121 dstcalc::local_is_dst(date(2002,May,1),hours(3), in main()
129 dstcalc::local_is_dst(date(2002,Jan,1),hours(3), in main()
137 dstcalc::local_is_dst(date(2002,Oct,28),hours(3), in main()
150 dstcalc::local_is_dst(date(2002,Oct,27),hours(3), in main()
156 dstcalc::local_is_dst(date(2002,Oct,27),hours(2), in main()
/dports/games/flightgear/flightgear-2020.3.11/src/Network/
H A DATC-Outputs.cxx891 int hours, min, sec; in do_radio_display() local
898 hours = (int)(time / 3600.0); in do_radio_display()
899 time -= hours * 3600.00; in do_radio_display()
904 if ( hours > 0 ) { in do_radio_display()
905 big = hours; in do_radio_display()

1...<<301302303304305306307308309310>>...2195