Searched refs:hour (Results 176 - 200 of 315) sorted by relevance

1234567891011>>

/macosx-10.10/ntp-92/ntpd/
H A Drefclock_zyfer.c276 &pp->year, &pp->day, &pp->hour, &pp->minute, &pp->second,
H A Drefclock_bancomm.c141 #define GMT 0 /* hour offset from Greenwich */
383 pp->hour = tptr->hr;
391 pp->day, pp->hour, pp->minute, pp->second,
476 /* Get hour */
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfdate.py32 self.failUnless(hasattr(v, 'hour'))
85 self.failUnless(dt.hour == nowtm.tm_hour)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfdate.py29 self.assertHasAttr(v, 'hour')
72 self.assertEqual(dt.hour , nowtm.tm_hour)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cfdate.py38 self.assertHasAttr(v, 'hour')
85 self.assertEqual(dt.hour , nowtm.tm_hour)
/macosx-10.10/ruby-106/ruby/lib/cgi/
H A Dutil.rb168 t.hour, t.min, t.sec)
/macosx-10.10/ruby-106/ruby/test/rss/
H A Dtest_maker_0.9.rb116 skipHours.each do |hour|
118 new_hour.content = hour
143 skipHours.each_with_index do |hour, i|
144 assert_equal(hour.to_i, channel.skipHours.hours[i].content)
H A Dtest_setup_maker_itunes.rb74 [item.itunes_duration.hour,
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-diary.el71 an integer and UNIT is one of 'year 'month 'week 'day 'hour or 'minute.
119 ((eq (cdr del) 'hour)
185 (hour . 3600)
H A Dnndiary.el142 The units of measure are 'minute 'hour 'day 'week 'month and 'year (no,
162 - '(6 . hour): for an appointement at 18:30, this would pop up the
173 (const :format "%v" hour)
1308 ((eq (cdr reminder) 'hour)
1335 (hour (nndiary-max (nth 1 sched)))
1341 (or hour (setq hour 23))
1400 (encode-time 0 minute hour
1417 (this-hour (nth 2 today))
1422 (hour
[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dgetdate.c242 /* Meridian: am, pm, or 24-hour style. */
250 /* Relative year, month, day, hour, minutes, seconds, and nanoseconds. */
254 long int hour; member in struct:__anon8970
287 /* Gregorian year, month, day, hour, minutes, seconds, and nanoseconds. */
291 long int hour; member in struct:__anon8971
295 /* Relative year, month, day, hour, minutes, seconds, and nanoseconds. */
1694 pc->hour = (yyvsp[(1) - (2)].textintval).value;
1705 pc->hour = (yyvsp[(1) - (4)].textintval).value;
1716 pc->hour = (yyvsp[(1) - (5)].textintval).value;
1729 pc->hour
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dstrftime.c351 case 'H': /* hour, 24-hour clock, 00 - 23 */
352 i = range(0, vtm->hour, 23);
356 case 'I': /* hour, 12-hour clock, 01 - 12 */
357 i = range(0, vtm->hour, 23);
379 case 'p': /* AM or PM based on 12-hour clock */
380 case 'P': /* am or pm based on 12-hour clock */
386 i = range(0, vtm->hour, 23);
588 case 'k': /* hour, 2
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Strptime-1.52/lib/DateTime/Format/
H A DStrptime.pm395 $Hour = $epoch_dt->hour;
556 hour => 12, time_zone => $use_timezone
573 $self->local_croak("$hour_24 is too large to be an hour of the day.")
576 $self->local_croak("$hour_12 is too large to be an hour of the day.")
580 "You must specify am or pm for 12 hour clocks ($hour_12|$ampm).")
589 "Your am/pm value ($ampm) does not match your hour ($hour_24)")
599 "Your am/pm value ($ampm) does not match your hour ($hour_24)")
605 "You have specified mis-matching 12 and 24 hour clock information"
617 $self->local_croak("Your hour does not match your epoch.")
621 and $Hour != $epoch_dt->hour;
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Strptime-1.54/lib/DateTime/Format/
H A DStrptime.pm395 $Hour = $epoch_dt->hour;
556 hour => 12, time_zone => $use_timezone
573 $self->local_croak("$hour_24 is too large to be an hour of the day.")
576 $self->local_croak("$hour_12 is too large to be an hour of the day.")
580 "You must specify am or pm for 12 hour clocks ($hour_12|$ampm).")
589 "Your am/pm value ($ampm) does not match your hour ($hour_24)")
599 "Your am/pm value ($ampm) does not match your hour ($hour_24)")
605 "You have specified mis-matching 12 and 24 hour clock information"
617 $self->local_croak("Your hour does not match your epoch.")
621 and $Hour != $epoch_dt->hour;
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftp/
H A Dcmds.c659 int yy, mo, day, hour, min, sec; local
674 &yy, &mo, &day, &hour, &min, &sec)
690 tm->tm_hour > hour) ||
691 (tm->tm_hour == hour &&
2103 int yy, mo, day, hour, min, sec; local
2105 &day, &hour, &min, &sec);
2108 mo, day, yy, hour, min, sec);
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlschemastypes.c65 unsigned int hour :5; /* 0 <= hour <= 23 */ member in struct:_xmlSchemaValDate
79 double sec; /* sec stores min and hour also */
1139 (VALID_HOUR(dt->hour) && VALID_MIN(dt->min) && \
1164 dt->value.date.day,dt->value.date.hour,dt->value.date.min, \
1359 dt->hour = value;
3818 carry += d->hour;
3819 r->hour = (unsigned int) MODULO(carry, 24);
3876 if ((r->hour) || (r->min) || (r->sec))
3973 ((double)((dt->value.date.hour * SECS_PER_HOU
5847 unsigned long mon, day, hour = 0, min = 0; local
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemastypes.c65 unsigned int hour :5; /* 0 <= hour <= 23 */ member in struct:_xmlSchemaValDate
79 double sec; /* sec stores min and hour also */
1139 (VALID_HOUR(dt->hour) && VALID_MIN(dt->min) && \
1164 dt->value.date.day,dt->value.date.hour,dt->value.date.min, \
1359 dt->hour = value;
3811 carry += d->hour;
3812 r->hour = (unsigned int) MODULO(carry, 24);
3869 if ((r->hour) || (r->min) || (r->sec))
3966 ((double)((dt->value.date.hour * SECS_PER_HOU
5840 unsigned long mon, day, hour = 0, min = 0; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dvtzone.cpp200 int32_t hour = t / U_MILLIS_PER_HOUR; local
206 appendAsciiDigits(hour, 2, str);
230 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; local
255 hour = parseAsciiDigits(str, 9, 2, status);
266 hour < 0 || hour >= 24 || min < 0 || min >= 60 || sec < 0 || sec >= 60) {
279 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND);
295 int32_t sign = 0, hour = 0, min = 0, sec = 0; local
313 hour = parseAsciiDigits(str, 1, 2, status);
328 int32_t millis = sign * ((hour * 6
343 int32_t hour, min, sec; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_manifest/lib/
H A DSecureDownloadInternal.c494 CFStringRef hour = CFStringCreateWithSubstring(NULL, str, CFRangeMake(11, 2)); local
504 if (hour) { gregory.hour = CFStringGetIntValue(hour); CFRelease(hour); }
/macosx-10.10/Heimdal-398.1.2/kadmin/
H A Dload.c74 int year, month, date, hour, minute, second; local
80 &year, &month, &date, &hour, &minute, &second) != 6)
85 tm.tm_hour = hour;
/macosx-10.10/ntp-92/scripts/monitoring/
H A Dntploopwatch1500 local($sec,$min,$hour,$mday,$mon,$year)
1591 warn("$0: implausible hour $1\n"), return undef
1593 $hour = $1;
1639 $hour = 0 if $last > $[ + 2;
1642 local($rtime) = &timelocal($sec,$min,$hour,$mday,$mon,$year, 0,0, 0);
1646 if $hour == (localtime($rtime))[$[+2];
1648 &timelocal($sec,$min,$hour,$mday,$mon,$year, 0,0, 1)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/counter/
H A Dcounter.tcl22 # of the per-minute, per-hour, and per-day time-based histograms.
113 # per-hour buckets later.
133 # Figure out what "hour" we are
150 # After the first timer, the event occurs once each "hour"
590 # On 24-hour boundaries, sum the hourly buckets into the next day bucket.
627 # Accumulate into the next hour bucket.
651 # On 24-hour boundaries, sum the hourly buckets into the next day bucket.
796 hour* {
906 hour* {
1103 hour* {
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dcalcasts.cpp66 checkField(cal, UCAL_HOUR, cases[i].hour,status);
78 cal->set(UCAL_HOUR, cases[i].hour);
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DDbValue.cpp305 uint32 hour = rangeValue(8, 2);
306 if (hour > 23)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DDbValue.cpp305 uint32 hour = rangeValue(8, 2);
306 if (hour > 23)

Completed in 418 milliseconds

1234567891011>>