Searched refs:minute (Results 1 - 25 of 260) sorted by relevance

1234567891011

/macosx-10.9.5/CPANInternal-140/DateTime/t/
H A D15jd.t17 minute => 34,
26 minute => 46,
35 minute => 21,
44 minute => 8,
53 minute => 13,
62 minute => 35,
72 minute => 0,
82 minute => 0,
H A D01sanity.t11 hour => 12, minute => 10, second => 45,
19 is( $dt->minute, '10', "Minute accessor, outside the epoch" );
28 is( $dt->minute, '10', "Minute should be identical" );
35 hour => 12, minute => 10, second => 45,
37 is( $dt->minute, '10', "Minute accessor, outside the epoch" );
H A D07compare.t10 hour => 12, minute => 0, second => 0,
13 hour => 12, minute => 0, second => 0,
22 hour => 12, minute => 0, second => 1,
27 hour => 12, minute => 1, second => 0,
29 ok($date1->compare($date2) == -1, 'Comparison $a < $b, 1 minute diff');
32 hour => 13, minute => 0, second => 0,
37 hour => 12, minute => 0, second => 0,
42 hour => 12, minute => 0, second => 0,
47 hour => 12, minute => 0, second => 0,
54 hour => 11, minute
[all...]
H A D33seconds_offset.t11 hour => 23, minute => 58, second => 59,
21 hour => 23, minute => 59, second => 29,
33 hour => 23, minute => 59, second => 30,
45 hour => 23, minute => 59, second => 31,
57 hour => 23, minute => 59, second => 60,
67 hour => 0, minute => 0, second => 0,
H A D19leap_second.t12 hour => 23, minute => 58, second => 20,
18 is( $t->minute, 58, "minute is 58" );
24 is( $t->minute, 59, "minute is 59" );
30 is( $t->minute, 0, "minute is 0" );
36 is( $t->minute, 59, "minute is 59" );
43 hour => 0, minute
[all...]
H A D05set.t11 hour => 18, minute => 30, second => 20,
22 is( $dt->minute, 30, 'check minute after setting month' );
30 is( $dt->minute, 30, 'check minute after setting time zone' );
40 is( $dt->minute, 30, 'check minute after setting time zone' );
50 is( $dt->minute, 30, 'check minute after setting hour' );
56 hour => 18, minute
[all...]
H A D32leap_second2.t12 hour => 0, minute => 59, second => 58,
31 hour => 0, minute => 59, second => 59,
49 hour => 0, minute => 59, second => 60,
75 hour => 1, minute => 0, second => 0,
94 hour => 1, minute => 0, second => 1,
112 hour => 23, minute => 59, second => 59,
130 hour => 22, minute => 59, second => 58,
149 hour => 22, minute => 59, second => 59,
168 hour => 22, minute => 59, second => 60,
195 hour => 23, minute
[all...]
H A D25add_subtract.t19 is( $dt->minute, 59, 'minute is 59' );
30 is( $dt2->minute, 59, 'minute is 59' );
H A D34set_tz.t24 hour => 0, minute => 59, second => 59,
33 is( $dt->minute, 59, 'local minute should be 59 (1934-02-25 23:59:59)' );
H A D36invalid_local.t23 hour => 2, minute => 59, second => 59,
34 hour => 1, minute => 59, second => 59,
H A D16truncate.t14 minute => 55,
22 foreach my $f ( qw( year month day hour minute second ) )
35 $dt->truncate( to => 'minute' );
36 foreach my $f ( qw( year month day hour minute ) )
55 foreach my $f ( qw( minute second nanosecond ) )
69 foreach my $f ( qw( hour minute second nanosecond ) )
88 foreach my $f ( qw( hour minute second nanosecond ) )
107 foreach my $f ( qw( hour minute second nanosecond ) )
H A D18today.t18 is( $today->minute, 0, 'today->hour' );
H A D10subtract.t11 hour => 4, minute => 3, second => 2,
16 hour => 5, minute => 7, second => 23,
40 hour => 4, minute => 3, second => 2,
44 hour => 5, minute => 7, second => 23,
74 hour => 5, minute => 1, second => 1,
92 hour => 0, minute => 0, second => 1,
97 hour => 23, minute => 59, second => 59,
125 hour => 0, minute => 0, second => 0,
130 is ( $dt->minute, 59, 'minutes normalize ok' );
138 hour => 0, minute
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/compat/
H A Dtzone.pl8 print "Usage: tzone [year month day hour minute]\n";
22 my $minute = 0;
26 ($year, $month, $day, $hour, $minute) = @ARGV;
27 print "The date we are using is: $month-$day-$year $hour:$minute.\n";
52 my @result = `./tzdate $year $month $day $hour $minute $USECURRENT`;
H A Dtzdate.c32 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime);
39 int year, month, day, hour, minute; local
55 minute = atoi(argv[5]);
61 systemtime = getSystemCurrentTime(systime, sysyear, month, day, hour, minute, useCurrentTime);
109 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime) { argument
123 ts.tm_min = minute;
/macosx-10.9.5/ntp-88/libntp/
H A Dcalyearstart.c34 + (ntp_u_int32_t)jt.minute * SECSPERMIN
47 jt.minute = 0;
/macosx-10.9.5/CPANInternal-140/DateTime-Format-W3CDTF/t/
H A D02bugs.t20 { date => { year => 1977, month => 11, day => 11, hour => 1, minute => 12, time_zone => 'America/Los_Angeles' },
32 { date => { year => 2003, month => 12, day => 25, hour => 0, minute => 00, second => 00, time_zone => 'America/Montreal' },
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay/lib/Crypt/SSLeay/
H A DX509.pm18 my($year, $month, $day, $hour, $minute, $second, $GMT)=
21 my $time="$year-$month-$day $hour:$minute:$second";
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/lib/Crypt/SSLeay/
H A DX509.pm18 my($year, $month, $day, $hour, $minute, $second, $GMT)=
21 my $time="$year-$month-$day $hour:$minute:$second";
/macosx-10.9.5/CPANInternal-140/DateTime-Format-W3CDTF-0.06/t/
H A D02bugs.t22 year => 1977, month => 11, day => 11, hour => 1, minute => 12,
43 year => 2003, month => 12, day => 25, hour => 0, minute => 00,
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DDateComponents.cpp169 static bool withinHTMLDateLimits(int year, int month, int monthDay, int hour, int minute, int second, int millisecond) argument
182 return !hour && !minute && !second && !millisecond;
238 bool DateComponents::addMinute(int minute) argument
245 // minute can be negative or greater than 59.
246 minute += m_minute;
247 if (minute > 59) {
248 carry = minute / 60;
249 minute = minute % 60;
250 } else if (minute <
308 int minute; local
420 int minute; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dspintime.itk122 itk_component add minute {
123 iwidgets::Spinint $itk_interior.minute \
124 -decrement [itcl::code $this _down60 minute] \
138 bind [$itk_component(minute) component entry] <1> {break}
139 bind [$itk_component(minute) component entry] <Button1-Motion> {break}
205 $itk_component(minute) configure -labelpos n
212 $itk_component(minute) configure -labelmargin 1
218 $itk_component(minute) configure -labelpos s
225 $itk_component(minute) configure -labelmargin 1
231 $itk_component(minute) configur
[all...]
H A Dwatch.itk136 set _radius(minute) 1
140 set _theta(minute) 6
144 set _extent(minute) 14
148 set _timeVar(minute) 0
212 # Create the canvas items for displaying the hour, minute, and second hands
216 watch create arc 1 1 1 1 -extent 30 -tags minute
222 # the hour, minute, and second hands will pivot.
303 $_timeVar(hour) $_timeVar(minute) \
368 set _timeVar(minute) [expr int(1[lindex $timestring 1] - 100)]
373 _drawHand minute
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmdates.cpp43 hour = h; minute = min; second = sec;
145 int(greg.year), greg.month, greg.day, greg.hour, greg.minute, int(greg.second)))
166 int(greg.year), greg.month, greg.day, greg.hour, greg.minute, int(greg.second)))
187 int month, day, hour, minute;
190 &year, &month, &day, &hour, &minute, &second))
194 mTime = Gregorian((int)year, month, day, hour, minute, second);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmdates.cpp43 hour = h; minute = min; second = sec;
145 int(greg.year), greg.month, greg.day, greg.hour, greg.minute, int(greg.second)))
166 int(greg.year), greg.month, greg.day, greg.hour, greg.minute, int(greg.second)))
187 int month, day, hour, minute;
190 &year, &month, &day, &hour, &minute, &second))
194 mTime = Gregorian((int)year, month, day, hour, minute, second);

Completed in 189 milliseconds

1234567891011