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

<<111213

/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificateP.c1873 gdate.hour = parseDecimalPair(&cp);
1894 gdate.day, gdate.hour, gdate.minute, gdate.second,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificateP.c1873 gdate.hour = parseDecimalPair(&cp);
1894 gdate.day, gdate.hour, gdate.minute, gdate.second,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificateP.c1873 gdate.hour = parseDecimalPair(&cp);
1894 gdate.day, gdate.hour, gdate.minute, gdate.second,
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsql.el986 "grouping" "having" "host" "hour" "identity" "ignore" "immediate" "in"
1168 "extends" "false" "fetch" "forall" "goto" "hour" "if" "interface"
/macosx-10.10/vim-55/runtime/syntax/
H A Dfoxpro.vim554 syn match foxproCmd "^\s*\<set\>\s*\<hour\%[s]\>"
H A Dsqlanywhere.vim33 syn keyword sqlFunction hours minutes seconds second minute hour
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/mime/
H A Dmime.tcl3354 # hour 0 .. 23
3417 hour {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngrutil.c1968 mod_time.hour = buf[4];
/macosx-10.10/CPANInternal-159.1/Mail-Sender-0.8.22/
H A DSender.pm2568 my ($sec,$min,$hour,$mday,$mon,$year)
2573 $year,$mon,$mday,$hour,$min,$sec,rand(100000),
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim1861 \ 'gmmktime(': '[int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]] | int',
2659 \ 'mcal_event_set_end(': 'int stream, int year, int month, int day [, int hour [, int min [, int sec]]] | void',
2666 \ 'mcal_event_set_start(': 'int stream, int year, int month, int day [, int hour [, int min [, int sec]]] | void',
2681 \ 'mcal_time_valid(': 'int hour, int minutes, int seconds | bool',
2754 \ 'mktime(': '[int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]] | int',
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dorg.el11968 hour and minute. For example,
12019 second minute hour day month year tl wday wday1)
12095 hour (or (nth 2 tl) (string-to-number (format-time-string "%H" ct)))
12111 (encode-time second minute hour day month year)
12113 (format "%04d-%02d-%02d %02d:%02d" year month day hour minute)
12343 (if (> h 0) (setq fmt (concat fmt "%d hour" (if (> h 1) "s" "") " ")
12356 hour and minute fields will be nil if not given."
12424 ((org-pos-in-match-range pos 7) 'hour)
12460 (list (+ (if (eq org-ts-what 'hour) n 0) (nth 2 time0)))
14862 ;; Normalize the time(s) to 24 hour
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dieee.c2949 INTn (hour);
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_network.c241 gdate.hour = tm_temp->tm_hour;
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocument.cpp3938 return String::format("%02d/%02d/%04d %02d:%02d:%02d", date.month() + 1, date.monthDay(), date.fullYear(), date.hour(), date.minute(), date.second());
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-art.el2959 (hour . ,(* 60 60))

Completed in 293 milliseconds

<<111213