Searched refs:hour (Results 251 - 275 of 315) sorted by relevance

<<111213

/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtztest.cpp1555 errln(UnicodeString("Set DST offset to 0.5 hour, but got back ") + (tz->getDSTSavings() /
1580 errln(UnicodeString("The offset for 10 AM, 6/1/98 (with a 1-hour DST offset) should have been -4 hours, but we got ")
1880 int32_t year, month, day, hour, minute, second; member in struct:__anon1201
1914 data[i].hour, data[i].minute, data[i].second);
1920 data[i].hour, data[i].minute, data[i].second);
1929 data[i].hour, data[i].minute, data[i].second,
1936 data[i].hour, data[i].minute, data[i].second,
H A Dcaltest.cpp2432 CalFields(int32_t year, int32_t month, int32_t day, int32_t hour, int32_t min, int32_t sec, int32_t ms = 0);
2444 int32_t hour; member in class:CalFields
2450 CalFields::CalFields(int32_t year, int32_t month, int32_t day, int32_t hour, int32_t min, int32_t sec, int32_t ms) argument
2451 : year(year), month(month), day(day), hour(hour), min(min), sec(sec), ms(ms) {
2458 hour = cal.get(UCAL_HOUR_OF_DAY, status);
2467 cal.set(year, month - 1, day, hour, min, sec);
2474 sprintf(local, "%04d-%02d-%02d %02d:%02d:%02d.%03d", year, month, day, hour, min, sec, ms);
2485 && hour == rhs.hour
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dcal-tex.el110 "*If t, use a 24 hour clock in the daily calendar."
115 "*The first hour of the daily calendar page."
120 "*The last hour of the daily calendar page."
669 "One hour and a line on the right.")
1392 (let* ((hour)
1416 (setq hour (if cal-tex-24
1419 (if (= 0 hour) (setq hour 12))
1421 (cal-tex-arg (number-to-string hour))
H A Dicalendar.el33 ;; last for one hour when they are exported.
409 (hour 0)
413 ;; hour/minute present
414 (setq hour (read (substring isodatetimestring 9 11)))
436 (decode-time (encode-time second minute hour day month year))
440 (list second minute hour day month year 0 nil 0))))
562 "Extract the time part of a decoded DATETIME into 24-hour format.
H A Dtimeclock.el697 (hour (string-to-number (match-string 5)))
701 (list code (encode-time sec min hour mday mon year) project))))
/macosx-10.10/libxml2-26/libxml2/
H A Dnanoftp.c1601 int hour = 0; local
1676 hour = (hour * 10) + (*cur++ - '0');
1701 year, month, day, hour, minute);
2053 int year, const char *month, int day, int hour, int minute) {
2051 ftpList(void *userData, const char *filename, const char* attrib, const char *owner, const char *group, unsigned long size, int links, int year, const char *month, int day, int hour, int minute) argument
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_wwv.c310 #define HR 2 /* hour digits (2) */
335 {COEF, 0}, /* 20 1 hour units */
340 {COEF, 0}, /* 25 10 hour tens */
436 * Digits 0-2 (hour tens)
2077 pp->hour = up->decvec[HR].digit + up->decvec[HR +
2085 if (!clocktime(pp->day, pp->hour, pp->minute,
2600 * hh hour of day
2601 * mm minute of hour
2621 int year, day, hour, minute, second, dut; local
2634 hour
[all...]
H A Dntp_refclock.c57 * of the year, day, month, hour, second and millisecond/microsecond
448 if (!clocktime(pp->day, pp->hour, pp->minute, pp->second, GMT,
1159 bug->values[2] = pp->hour;
H A Drefclock_ripencc.c1385 unsigned hour, minute, second; local
1415 hour = (unsigned int) buf[11];
1426 day, month, year, hour, minute, second, trackstat, utcflags);
1473 pp->hour = hour;
1500 unsigned hour, minute, second; local
1539 hour = (unsigned int )fmod(tow / 3600., 24.);
1590 day, month, year, hour, minute, second, mode, bias, biasunc, rate, rateunc, utcoff,
2986 /* convert time of week into day-hour-minute-second and print */
4444 pbuf += sprintf(pbuf, "\n build date/hour
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dnanoftp.c1599 int hour = 0; local
1674 hour = (hour * 10) + (*cur++ - '0');
1699 year, month, day, hour, minute);
2051 int year, const char *month, int day, int hour, int minute) {
2049 ftpList(void *userData, const char *filename, const char* attrib, const char *owner, const char *group, unsigned long size, int links, int year, const char *month, int day, int hour, int minute) argument
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Layout/
H A DPatternLayout.pm621 h hour in am/pm (1-12) (Number) 12
622 H hour in day (0-23) (Number) 0
623 m minute in hour (Number) 30
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A DSOSRegressionUtilities.c59 (int)greg.year, greg.month, greg.day, greg.hour, greg.minute, (int)greg.second))
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecCertificateRequest.c936 int hour; local
940 if (!CFCalendarDecomposeAbsoluteTime(SecCFCalendarGetZulu(), date, "yMdHms", &year, &month, &day, &hour, &minute, &second))
958 d[6] = HIDIGIT(hour);
959 d[7] = LODIGIT(hour);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DDHCP.c388 (int)d.year, d.month, d.day, d.hour, d.minute, (int)d.second);
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ducal.cpp422 int32_t hour,
429 ((Calendar*)cal)->set(year, month, date, hour, minute, second);
418 ucal_setDateTime( UCalendar* cal, int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode *status) argument
H A Dcalendar.cpp1144 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute) argument
1149 set(UCAL_HOUR_OF_DAY, hour);
1156 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second) argument
1161 set(UCAL_HOUR_OF_DAY, hour);
1691 // as the hour, the day of the month, and the era.
1710 // Rolling the hour is difficult on the ONSET and CEASE days of
2028 // vice versa, we need to adjust by an hour forward or back,
2031 // We only adjust the DST for fields larger than an hour. For
2032 // fields smaller than an hour, we cannot adjust for DST without
2033 // causing problems. for instance, if you add one hour t
[all...]
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dnewsticker.el4093 (hour (read (or (match-string 7 iso8601-string)
4100 (offset-hour (read (or (match-string 14 iso8601-string)
4106 (setq hour (- hour offset-hour))
4109 (setq hour (+ hour offset-hour))
4115 (encode-time second minute hour day month year t)
4143 ;; hour
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dvc-cvs.el890 (hour (string-to-number (match-string 4 match-tag)))
899 (setq tag (encode-time sec min hour day month year))))
/macosx-10.10/tcl-105/tcl/tcl/library/
H A Dclock.tcl500 { hour minute second } 2 {
508 { hour minute } 3 {
518 { hour } 4 {
873 H { # Hour in the 24-hour day, leading zero
918 M { # Minute of the hour, leading zero
1122 M { # Minute of the hour in alternative
1669 dict set fieldSet hour [incr fieldCount]
1670 append postcode "dict set date hour \[" \
1896 dict set fieldSet hour [incr fieldCount]
1897 append postcode "dict set date hour \[" \
[all...]
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/ftp/
H A Dftp_lib.tcl1187 scan $ftp(DateTime) "%4s%2s%2s%2s%2s%2s" year month day hour min sec
1188 set clock [clock scan "$month/$day/$year $hour:$min:$sec" -gmt 1]
1189 unset year month day hour min sec
/macosx-10.10/vim-55/runtime/syntax/
H A Dsqlinformix.vim32 syn keyword sqlBoolean year month day hour minute second fraction
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c1045 int year=0,month=0,day=0,hour=0,minute=0,second=0; local
1067 hour= (asn1_string[6]-'0')*10+(asn1_string[7]-'0');
1076 year+1900, month, day, hour, minute, second, (gmt?"GMT":""));
/macosx-10.10/network_cmds-457/ping.tproj/
H A Dping.c1808 int hour, min, sec; local
1811 hour = sec / 60 / 60;
1815 (void)snprintf(buf, sizeof(buf), "%02d:%02d:%02d", hour, min, sec);
/macosx-10.10/ruby-106/ruby/ext/date/
H A Ddate_core.c139 #define f_hour(x) rb_funcall(x, rb_intern("hour"), 0)
246 /* hour is zero */
269 int hour; member in struct:ComplexDateData
348 (x)->hour = _hour;\
381 (x)->hour = 0;\
1176 x->c.df = df_local_to_utc(time_to_df(x->c.hour, x->c.min, x->c.sec),
1197 df_to_time(r, &x->c.hour, &x->c.min, &x->c.sec);
1242 time_to_df(x->c.hour, x->c.min, x->c.sec),
1904 return x->c.hour;
3705 set_hash("hour",
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/ftp/
H A Dftp.tcl1388 foreach {year month day hour min sec} {1 1 1 1 1 1} break
1394 scan $clock "%2s%3s%2s%2s%2s%2s%2s" cent year month day hour min sec
1398 scan $clock "%4s%2s%2s%2s%2s%2s" year month day hour min sec
1401 set clock [clock scan "$month/$day/$year $hour:$min:$sec" -gmt 1]

Completed in 724 milliseconds

<<111213