Searched refs:hour (Results 201 - 225 of 315) sorted by relevance

1234567891011>>

/macosx-10.10/ntp-92/ntpd/
H A Dcheck_y2k.c416 ct.hour = ct.minute = ct.second = ct.usecond = 0;
589 ot.hour = ot.minute = ot.second = 0;
H A Drefclock_arbiter.c325 &syncchar, &pp->year, &pp->day, &pp->hour,
H A Drefclock_as2201.c303 &pp->day, &pp->hour, &pp->minute, &pp->second, &pp->nsec)
H A Drefclock_trak.c304 &pp->day, &pp->hour, &pp->minute, &pp->second, &qchar) != 5) {
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A D24hr_clock.rb51 @now.text = '%02d:%02d:%02d' % [t.hour, t.min, t.sec]
52 set_hands(t.hour, t.min, t.sec)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/units/
H A Dunits.tcl637 hour 3.6E3second
660 h hour
/macosx-10.10/vim-55/runtime/syntax/
H A Dhb.vim30 syn match HBhtmlTagS contained "<\s*\(hb\s*\.\s*\(sec\|min\|hour\|day\|mon\|year\|input\|html\|time\|getcookie\|streql\|url-enc\)\|wall\s*\.\s*\(show\|info\|id\|new\|rm\|count\)\|auth\s*\.\s*\(chk\|add\|find\|user\)\|math\s*\.\s*exp\)\s*\([^.A-Za-z0-9]\|$\)" contains=HBhtmlTagSk transparent
/macosx-10.10/CPAN-56/
H A DgenNewOSS.pl125 my($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = scalar(@_) > 0 ? localtime(shift) : localtime;
H A DupdateCPAN.pl47 my($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime;
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/
H A DRegex.pm117 params => [ qw( year month day hour minute second ) ],
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dgregocal.cpp129 * (*) In units of one-hour
236 int32_t hour, int32_t minute, UErrorCode& status)
246 set(UCAL_HOUR_OF_DAY, hour);
253 int32_t hour, int32_t minute, int32_t second,
264 set(UCAL_HOUR_OF_DAY, hour);
235 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, UErrorCode& status) argument
252 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode& status) argument
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/rootStoreTool/
H A DrootUtils.cpp151 month, gregDate.day, gregDate.year, gregDate.hour, gregDate.minute);
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dtrusted_cert_utils.c140 month, gregDate.day, (int)gregDate.year, gregDate.hour, gregDate.minute);
/macosx-10.10/WebCore-7600.1.25/loader/archive/mhtml/
H A DMHTMLArchive.cpp155 String dateString = makeRFC2822DateString(now.weekDay(), now.monthDay(), now.month(), now.year(), now.hour(), now.minute(), now.second(), now.utcOffset() / 60);
/macosx-10.10/cron-39/cron/
H A Dcron.h177 bitstr_t bit_decl(hour, HOUR_COUNT);
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dtramp-smb.el765 localname mode size month day hour min sec year mtime)
786 (setq hour (string-to-number (match-string 1 line))
838 (if (and sec min hour day month year)
840 sec min hour day
/macosx-10.10/ntp-92/include/
H A Dmbg_gps166.h207 char hour; /* 0..23 */ member in struct:__anon11456
337 /* offs = 3600L one hour from UTC */
338 /* offs_dl = 3600L one additional hour if daylight saving enabled */
H A Dparse.h301 long hour; member in struct:clocktime
/macosx-10.10/ruby-106/ruby/test/rss/
H A Dtest_maker_2.0.rb101 skipHours.each do |hour|
103 new_hour.content = hour
134 skipHours.each_with_index do |hour, i|
135 assert_equal(hour.to_i, channel.skipHours.hours[i].content)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/png/
H A Dpng.tcl81 binary scan $r Sccccc year month day hour minute second
83 return [clock scan "$month/$day/$year $hour:$minute:$second" -gmt 1]
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPM.h736 UInt8 hour; member in struct:IOPMCalendarStruct
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DDatePrototype.cpp206 systemTime.wHour = gdt.hour();
340 // Format of member function: f([hour,] [min,] [sec,] [ms])
528 // Maximum amount of space we need in buffer: 7 (max. digits in year) + 2 * 5 (2 characters each for month, day, hour, minute, second) + 4 (. + 3 digits for milliseconds)
538 charactersWritten = snprintf(buffer, sizeof(buffer), "%+07d-%02d-%02dT%02d:%02d:%02d.%03dZ", gregorianDateTime->year(), gregorianDateTime->month() + 1, gregorianDateTime->monthDay(), gregorianDateTime->hour(), gregorianDateTime->minute(), gregorianDateTime->second(), ms);
540 charactersWritten = snprintf(buffer, sizeof(buffer), "%04d-%02d-%02dT%02d:%02d:%02d.%03dZ", gregorianDateTime->year(), gregorianDateTime->month() + 1, gregorianDateTime->monthDay(), gregorianDateTime->hour(), gregorianDateTime->minute(), gregorianDateTime->second(), ms);
729 return JSValue::encode(jsNumber(gregorianDateTime->hour()));
743 return JSValue::encode(jsNumber(gregorianDateTime->hour()));
/macosx-10.10/patch_cmds-17/diffstat/
H A Ddiffstat.c1428 int ddd, hour, minute, second; local
1439 &hour, &minute, &second, &year) == 8
1444 &hour, &minute, &second) == 9
1452 &hour, &minute, &second, &year) == 9
1458 &hour, &minute, &second) == 10
/macosx-10.10/ntp-92/ntpq/
H A Dntpq.c1943 cal.hour = (u_char)(*cp++ - '0');
1945 cal.hour = (u_char)((cal.hour << 3) + (cal.hour << 1));
1946 cal.hour = (u_char)(cal.hour + *cp++ - '0');
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dccaltst.c160 api = "ucal_openTimeZoneIDEnumerarion(UCAL_ZONE_TYPE_ANY, NULL, -5 hour)";
164 api = "ucal_openTimeZoneIDEnumerarion(UCAL_ZONE_TYPE_ANY, US, -5 hour)";
492 int32_t hour; local
607 hour=ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status);
626 if(hour == ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status))
628 else if((hour-8 + 1) != ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status)) /*because it is not in daylight savings time */
629 log_err("FAIL: Error setTimeZone doesn't change the represented time correctly with 8 hour offset\n");
898 int32_t hour; member in struct:__anon1023
1083 ucal_setDateTime(cal, itemPtr->year, itemPtr->month, itemPtr->day, itemPtr->hour, 0, 0, &status);
1088 } else if ( hr != itemPtr->hour ) {
1460 verify2(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t min, int32_t sec, int32_t am_pm) argument
1659 int32_t hour; member in struct:__anon1024
[all...]

Completed in 482 milliseconds

1234567891011>>