Searched refs:minute (Results 51 - 75 of 260) sorted by relevance

1234567891011

/macosx-10.9.5/CPANInternal-140/DateTime-Format-Strptime-1.04/t/
H A D004_locale.t51 is($datetime->minute, 34, $locale. ' : ' . $pattern . ' : minute');
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Strptime-1.52/t/
H A D004_locale_defaults.t63 is( $datetime->minute, 34, $locale . ' : ' . $pattern . ' : minute' );
/macosx-10.9.5/iodbc-42.5/iodbc/iodbc/trace/
H A DGetData.c209 (unsigned long) i->intval.day_second.minute);
220 (unsigned long) i->intval.day_second.minute,
240 (unsigned long) i->intval.day_second.minute);
250 (unsigned long) i->intval.day_second.minute,
260 (unsigned long) i->intval.day_second.minute);
269 (unsigned long) i->intval.day_second.minute,
382 sprintf (buf, "%02d:%02d:%02d", t->hour, t->minute, t->second);
395 t->hour, t->minute, t->second,
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_utils.c52 tm_temp.tm_min = gdate.minute;
87 tm_temp.tm_min = gdate.minute;
/macosx-10.9.5/CPANInternal-140/DateTime/t/
H A D04epoch.t15 is( $t1->minute, 0, "minutes are correct on epoch 0" );
34 is( $nowtest->minute, $nowtest2->minute, "Minute: Create without args" );
43 is( $epochtest->min, 3, "minute" );
84 is( $epochtest->min, 30, "minute" );
H A D38local-subtract.t183 hour => 1, minute => 58,
188 hour => 3, minute => 1,
209 hour => 1, minute => 58,
214 hour => 3, minute => 1,
262 hour => 3, minute => 1,
267 hour => 3, minute => 2,
293 hour => 1, minute => 58,
298 hour => 2, minute => 1,
425 hour => 7, minute => 0,
429 hour => 8, minute
[all...]
H A D03components.t13 minute => 12,
37 is( $d->minute, 12, '->minute' );
89 minute => 12,
118 minute => 12,
129 is( $d->minute, 12, '->minute' );
169 hour => 3, minute => 20, second => 5,
313 warnings_like( sub { $dt->minute(5) }, qr/is a read-only/,
314 'minute() i
[all...]
H A D13strftime.t73 minute => 0
111 hour => 15, minute => 30, nanosecond => 123456789,
137 year => 1999, month => 9, day => 7, hour => 13, minute => 2, second => 42, nanosecond => 123456789
H A D31formatter.t32 minute => 23,
52 $dt->truncate( to => 'minute' );
/macosx-10.9.5/CPANInternal-140/DateTime-Format-W3CDTF/lib/DateTime/Format/
H A DW3CDTF.pm21 { params => [ qw( year month day hour minute second) ],
26 { params => [ qw( year month day hour minute) ],
33 zero => { hour => 0, minute => 0, second => 0 },
38 zero => { day => 1, hour => 0, minute => 0, second => 0 },
43 zero => { month => 1, day => 1, hour => 0, minute => 0, second => 0 }
86 # $dt->hour, $dt->minute, $dt->second ) :
92 $dt->hour, $dt->minute, $dt->second );
/macosx-10.9.5/system_cmds-597.90.1/at.tproj/
H A Dparsetime.c92 { "minute", MINUTES,0 }, /* minutes multiplier */
343 int hour, minute = 0; local
354 minute = atoi(sc_token);
355 if (minute > 59)
360 minute = hour%100;
361 if (minute > 59)
388 minute += (tm->tm_gmtoff/60);
389 while (minute < 0)
390 minute += 60;
406 ((tm->tm_hour > hour) || ((tm->tm_hour == hour) && (tm->tm_min >= minute)))) {
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/at.tproj/
H A Dparsetime.c92 { "minute", MINUTES,0 }, /* minutes multiplier */
343 int hour, minute = 0; local
354 minute = atoi(sc_token);
355 if (minute > 59)
360 minute = hour%100;
361 if (minute > 59)
388 minute += (tm->tm_gmtoff/60);
389 while (minute < 0)
390 minute += 60;
406 ((tm->tm_hour > hour) || ((tm->tm_hour == hour) && (tm->tm_min >= minute)))) {
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/
H A DOlsonDB.pm268 my ($hour, $minute, $second) = split /:/, $p{spec};
269 $minute = 0 unless defined $minute;
286 minute => $minute,
297 minute => $minute,
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_fg.c289 and doubles min every hour at HH:10:ss for a minute.
300 pp->minute = BP1(7)*10 + BP2(7);
306 pp->minute = BP1(6)*10 + BP2(6);
312 if((pp->hour == 10) && (pp->minute == 10))
317 sprintf(pp->a_lastcode, "%d %d %d %d %d", pp->year, pp->day, pp->hour, pp->minute, pp->second);
324 pp->year, pp->day, pp->hour, pp->minute, pp->second);
H A Drefclock_hopfser.c256 &pp->minute,
268 (pp->minute < 0) || (pp->minute > 59) ||
300 pp->minute,
341 msyslog(LOG_ERR, " D:%x D:%d D:%d",synch,pp->minute,pp->second);
H A Drefclock_hpgps.c416 &pp->year, &month, &day, &pp->hour, &pp->minute, &pp->second,
492 pp->minute -= up->tzminute;
495 if (pp->minute < 0) {
496 pp->minute += 60;
499 if (pp->minute > 59) {
500 pp->minute -= 60;
H A Drefclock_mx4200.c492 double minute, lat, lon, alt; local
578 minute = (lat - (double)(int)lat) * 60.0;
579 sprintf(lats,"%02d%02.4f", (int)lat, minute);
580 minute = (lon - (double)(int)lon) * 60.0;
581 sprintf(lons,"%03d%02.4f", (int)lon, minute);
891 pp->year, pp->day, pp->hour, pp->minute, pp->second,
964 int hour, minute, second, leapsec_warn; local
974 &hour, &minute, &second, &time_sync, &op_mode,
1003 if (second > 60 || minute > 59 || hour > 23 ||
1004 second < 0 || minute <
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/examples/
H A DICal.pm19 params => [ qw( year month day hour minute second ) ],
24 params => [ qw( year month day hour minute ) ],
117 $dt->hour, $dt->minute, $dt->second ) :
H A DMySQL.pm21 { params => [ qw( year month day hour minute second ) ],
28 params => [ qw( year month day hour minute second ) ],
33 params => [ qw( year month day hour minute second ) ],
39 params => [ qw( year month day hour minute ) ],
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/examples/
H A DICal.pm16 params => [ qw( year month day hour minute second ) ],
21 params => [ qw( year month day hour minute ) ],
114 $dt->hour, $dt->minute, $dt->second ) :
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-delay.el77 variable `gnus-delay-default-hour', minute and second are zero.
85 (let (num unit days year month day hour minute deadline)
94 (encode-time 0 0 ; second and minute
99 minute (string-to-number (match-string 2 delay)))
102 ;; ... for minute and hour.
103 (aset deadline 1 minute)
/macosx-10.9.5/iodbc-42.5/iodbc/include/
H A Dsqltypes.h249 SQLUSMALLINT minute; member in struct:tagTIME_STRUCT
265 SQLUSMALLINT minute; member in struct:tagTIMESTAMP_STRUCT
313 SQLUINTEGER minute; member in struct:tagSQL_DAY_SECOND
/macosx-10.9.5/ntp-88/libntp/
H A Dcaljulian.c105 jt->minute = (u_char)(ntptime % MINSPERHR);
111 NTP_ENSURE(jt->minute < MINSPERHR);
190 jt->minute = (u_char) tm->tm_min;
/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A DtclZIC.tcl504 :([[:digit:]]{2}) # field 2 - minute
512 } $tod -> hour minute second ind]} then {
517 if {$minute ne ""} {
518 scan $minute %d minute
520 set minute 0
530 return [list [expr {($hour * 60 + $minute) * 60 + $second}] $ind]
556 :([[:digit:]]{2}) # field 3 - minute
561 } $offset -> signum hour minute second]} then {
567 if {$minute n
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dtimefield.itk91 common _militaryFields {hour minute second}
92 common _civilianFields {hour minute second ampm}
240 # the hour to 04, then the minute will be instantly modified for them
452 # and the currently displayed minute, hour, and second.
463 set minute "$minute1$minute2"
600 _setField minute
604 minute {
646 # effect, they increment the minute by one.
689 # A tab key moves the "hour:minute:second" field forward by one unless
702 # A ctrl-tab key moves the hour:minute
[all...]

Completed in 187 milliseconds

1234567891011