Searched refs:hour (Results 226 - 250 of 315) sorted by relevance

1234567891011>>

/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dcalendar.h140 * hour at 2:00 AM. So wall clock time from 1:00 AM to 1:59 AM occur twice. In this
284 * Useful constants for hour in 12-hour clock. Used in GregorianCalendar.
549 * for that field (e.g., days for the day fields, hours for the hour
571 * for that field (e.g., days for the day fields, hours for the hour
600 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
601 * hour value in the range between 0 and 23, which is zero-based.
635 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
636 * hour value in the range between 0 and 23, which is zero-based.
667 * When rolling on the hour
[all...]
H A Dtzfmt.h768 * Appends seconds field to the offset pattern with hour/minute
769 * Note: This code will be obsoleted once we add hour-minute-second pattern data in CLDR.
771 * @param result the output offset pattern including hour, minute and seconds fields
778 * Truncates minutes field to the offset pattern with hour/minute
779 * Note: This code will be obsoleted once we add hour pattern data in CLDR.
890 * @param hour receives the hour offset field
896 UVector* patternItems, UBool forceSingleHourDigit, int32_t& hour, int32_t& min, int32_t& sec) const;
1006 * Initialize localized GMT format offset hour/min/sec patterns.
H A Ducal.h316 * hour of the morning or afternoon. <code>HOUR</code> is used for the 12-hour
327 * hour of the day. <code>HOUR_OF_DAY</code> is used for the 24-hour clock.
336 * minute within the hour.
647 * 3,600,000 (one hour) or zero.
1042 * @param hour The desired hour of day.
1056 int32_t hour,
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dcrypto_cssm.c178 "Certificate not valid before yr %d, mon %d, days %d, hours %d, min %d\n", (int)gregoriandate.year, gregoriandate.month, gregoriandate.day, gregoriandate.hour, gregoriandate.minute);
181 "Certificate not valid after yr %d, mon %d, days %d, hours %d, min %d\n", (int)gregoriandate.year, gregoriandate.month, gregoriandate.day, gregoriandate.hour, gregoriandate.minute);
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_irig.c50 * hour and day of the year and sometimes the year and synchronization
908 &syncdig, spare, &pp->day, &pp->hour,
949 pp->hour, pp->minute, pp->second,
H A Drefclock_true.c477 &pp->day, &pp->hour, &pp->minute,
501 if (!clocktime(pp->day, pp->hour, pp->minute,
H A Drefclock_msfees.c67 bug->values[8] = (u_long)ees->hour;
259 u_char hour; /* hour of day */ member in struct:eesunit
260 u_char minute; /* minute of hour */
815 ees->hour = bcdunpack(cp[EESM_HOUR]); /* hour */
855 ees->hour > 23 || ees->minute > 59 || ees->second > 59) {
866 if (!clocktime(ees->day, ees->hour, ees->minute, ees->second,
H A Drefclock_shm.c360 pp->hour=t->tm_hour;
H A Drefclock_chu.c74 * (ddd), hour (hh in UTC), minute (mm) and the second (ss). Since
128 * The nibble-swapped timecode shows day 58, hour 21, minute 29 and
1359 synchar, qual, pp->year, pp->day, pp->hour, pp->minute,
1371 if (!clocktime(pp->day, pp->hour, pp->minute, 0, GMT,
1460 &pp->hour, &pp->minute) != 4)
/macosx-10.10/ruby-106/ruby/lib/xmlrpc/
H A Dparser.rb112 a = [ utc.year, utc.month, utc.day, utc.hour, utc.min, utc.sec ]
126 a = [ utc.year, utc.month, utc.day, utc.hour, utc.min, utc.sec ]
/macosx-10.10/ruby-106/ruby/test/rss/
H A Dtest_to_s.rb340 info["skipHours"].each do |hour|
342 new_hour.content = hour
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpng.c528 ptime->year, ptime->hour % 24, ptime->minute % 60,
536 ptime->year, ptime->hour % 24, ptime->minute % 60,
/macosx-10.10/vim-55/runtime/syntax/
H A Dopl.vim46 syn keyword OPLStatement gxborder gxprint gy hex$ hour iabs icon if include
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/Parser/
H A DRegex.pm11 params => [ qw( year month day hour minute second ) ],
/macosx-10.10/WebCore-7600.1.25/Modules/mediacontrols/
H A DmediaControlsiOS.css336 video::-webkit-media-controls-timeline-container .hour-long-time,
337 audio::-webkit-media-controls-timeline-container .hour-long-time {
/macosx-10.10/bootp-298/DHCPServer/
H A DDHCPServer.c160 (int)d.year, d.month, d.day, d.hour, d.minute, (int)d.second);
/macosx-10.10/cups-408/cups/cups/
H A Dhttp-support.c830 int hour, min, sec; /* Time */ local
844 if (sscanf(s, "%*s%d%15s%d%d:%d:%d", &day, mon, &year, &hour, &min, &sec) < 6)
847 DEBUG_printf(("4httpGetDateTime: day=%d, mon=\"%s\", year=%d, hour=%d, "
848 "min=%d, sec=%d", day, mon, year, hour, min, sec));
883 return (days * 86400 + hour * 3600 + min * 60 + sec);
/macosx-10.10/curl-83.1.2/curl/tests/
H A Dftpserver.pl206 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
208 $now = sprintf("%02d:%02d:%02d.%06d ", $hour, $min, $sec, $usec);
212 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
214 $now = sprintf("%02d:%02d:%02d ", $hour, $min, $sec);
/macosx-10.10/tcl-105/tcl/tcl/tools/
H A DmakeTestCases.tcl1117 foreach hour {0 1 11 12 13 23} \
1122 set sphr [format %2d $hour]
1123 set 2dhr [format %02d $hour]
1129 set time [expr { ( 60 * $hour + $minute ) * 60 + $second }]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/mime/mbot/
H A Dimpersonal.tcl427 [format %02d [mime::parsedatetime $value hour]] : \
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/bench/
H A Dbench.tcl498 set hour [expr {$elapsed / 3600}]
501 log::info " [format %.2d:%.2d:%.2d $hour $min $sec] elapsed"
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Ddtfmttst.cpp370 int32_t hour = 2 + (defaultOffset - PSTOffset) / (60*60*1000); local
371 // hour is the expected hour of day, in units of seconds
372 hour = ((hour < 0) ? hour + 24 : hour) * 60*60;
385 hour += defaultTZ->inDaylightTime(d, status) ? 1 : 0;
387 if (hr != hour)
388 errln((UnicodeString)"FAIL: Should parse to hour "
861 int32_t year,month,day,hour,min,sec; dateToFields(today,year,month,day,hour,min,sec); local
4057 int32_t hour; member in struct:__anon1158
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dzdump.c210 (void) fprintf(stderr, " hour=%d", tmp->tm_hour);
934 long hour, min, sec; local
965 hour = offset / 60;
967 fprintf(fp, "%02d", hour);
/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-dav.el92 (time-hour 2digit)
96 (time-numoffset (concat "[-+]\\(" time-hour "\\):" time-minute))
98 (partial-time (concat time-hour colon time-minute colon time-second
118 time seconds minute hour fractional-seconds
130 (setq hour (string-to-number (match-string 1 date-string))
140 (setq time (list seconds minute hour day month year day-of-week dst tz))))
/macosx-10.10/top-100.1.2/
H A Dglobalstats.c205 unsigned int sec, min, hour; local
211 hour = min / 60;
214 hour, min % 60, sec % 60);

Completed in 306 milliseconds

1234567891011>>