Searched refs:minute (Results 201 - 225 of 260) sorted by relevance

1234567891011

/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Layout/
H A DPatternLayout.pm551 m minute in hour (Number) 30
552 s second in minute (Number) 55
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebHistory.cpp642 date.minute = 0;
742 date.hour = date.minute = 0;
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dnewsticker.el4095 (minute (read (or (match-string 8 iso8601-string)
4102 (offset-minute (read (or (match-string 15 iso8601-string)
4107 (setq minute (- minute offset-minute)))
4110 (setq minute (+ minute offset-minute))))
4115 (encode-time second minute hour day month year t)
4145 ;; minute
[all...]
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_refclock.c448 if (!clocktime(pp->day, pp->hour, pp->minute, pp->second, GMT,
1160 bug->values[3] = pp->minute;
H A Drefclock_ripencc.c1385 unsigned hour, minute, second; local
1416 minute = (unsigned int) buf[12];
1426 day, month, year, hour, minute, second, trackstat, utcflags);
1474 pp->minute = minute;
1500 unsigned hour, minute, second; local
1538 minute = (unsigned int) fmod(tow/60., 60.);
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 */
H A Drefclock_jupiter.c818 instance->peer->procptr->minute = tm->tm_min;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsqlinformix.vim32 syn keyword sqlBoolean year month day hour minute second fraction
H A Ddtml.vim156 syn keyword dtmlMethod mange_createWizard max min minute MKCOL mm modf month Month MOVE contained
/macosx-10.9.5/CF-855.17/
H A DCFPropertyList.c607 m = date.minute;
1654 int32_t year = 0, month = 0, day = 0, hour = 0, minute = 0, second = 0; local
1692 if (!badForm && read2DigitNumber(pInfo, &minute) && pInfo->curr < pInfo->end && *pInfo->curr == ':') {
1712 CFGregorianDate date = {yearIsNegative ? -year : year, month, day, hour, minute, second};
1719 CFCalendarComposeAbsoluteTime(calendar, &at, (const uint8_t *)"yMdHms", year, month, day, hour, minute, second);
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dssluse.c987 int year=0,month=0,day=0,hour=0,minute=0,second=0; local
1010 minute= (asn1_string[8]-'0')*10+(asn1_string[9]-'0');
1018 year+1900, month, day, hour, minute, second, (gmt?"GMT":""));
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/
H A DInformix.pm335 my @date_type = qw/DUMMY year month day hour minute second fraction(1) fraction(2) fraction(3) fraction(4) fraction(5)/;
/macosx-10.9.5/CPANInternal-140/TimeDate/lib/Date/
H A DFormat.pm368 %M minute, leading 0's
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcalendar.cpp1142 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute) argument
1148 set(UCAL_MINUTE, minute);
1154 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second) argument
1160 set(UCAL_MINUTE, minute);
/macosx-10.9.5/IOCDStorageFamily-51/
H A DIOCDPartitionScheme.cpp391 descriptor.address.minute = 0x00;
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclDate.c2346 { "minute", tSEC_UNIT, 60 },
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Layout/
H A DPatternLayout.pm623 m minute in hour (Number) 30
624 s second in minute (Number) 55
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DServer.pm128 Gets or sets the reference to a subroutine that is used for executing the on_action hook. Where the client code uses this hook to construct the action-request data (such as for a SOAPAction header), the server uses the on_action hook to do any last-minute tests on the request itself, before it gets routed to a final destination. When called, the hook routine is passed three arguments:
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecCertificateRequest.c921 d[8] = HIDIGIT(gdate.minute);
922 d[9] = LODIGIT(gdate.minute);
H A DSecCertificate.c1934 int year, month, day, hour, minute, second; local
1953 minute = parseDecimalPair(&cp);
1973 day, hour, minute, second,
1978 if (month < 1 || month > 12 || day < 1 || day > 31 || hour > 23 || minute > 59 || second > 59
1995 CFAbsoluteTime absTime = (CFAbsoluteTime)((day * 24 + hour) * 60 + minute) * 60 + second;
/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_runtime.cpp304 QTime time(gdt.hour(), gdt.minute(), gdt.second());
723 JSValueMakeNumber(context, time.minute()),
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebHistory.mm161 date.minute = 0;
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Darc-mode.el568 (minute (logand (ash time -5) 63))
570 (format "%02d:%02d:%02d" hour minute second)))
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp242 monthStrings[dateValue.month - 1], dateValue.year, dateValue.hour, dateValue.minute, (int)dateValue.second));
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCD.c193 gDate.minute,
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Delint.el112 (encode-time second minute hour day month year zone &rest args)

Completed in 352 milliseconds

1234567891011