Searched +refs:current +refs:time +refs:seconds (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dtime.el0 ;;; time.el --- display time, load and mail indicator in mode line of Emacs -*-coding: utf-8 -*-
27 ;; Facilities to display current time/date and a new-mail indicator
28 ;; in the Emacs mode line. The single entry point is `display-time'.
32 (defgroup display-time nil
33 "Display time and load in mode line of Emacs."
38 (defcustom display-time-mail-file nil
45 :group 'display-time)
47 (defcustom display-time
[all...]
H A Dvc.el112 ;; Return the current version control state of FILE. For a list of
121 ;; state of FILE at visiting time. It should be considerably faster
134 ;; Return the current workfile version of FILE.
138 ;; Return non-nil if the current workfile version of FILE is the latest
140 ;; means that working with non-current versions is not supported by
150 ;; Return non-nil if FILE is unchanged from its current workfile
230 ;; is the revision to check out (default is current workfile version).
231 ;; If REV is t, that means to check out the head of the current branch;
238 ;; Revert FILE back to the current workfile version. If optional
245 ;; Cancel the current workfil
[all...]
/macosx-10.9.5/ntp-88/sntp/
H A Dsntp-opts.def105 descrip = "Set (step) the time with settimeofday()";
114 descrip = "Set (slew) the time with adjtime()";
127 for NTP broadcasts. The default maximum wait time,
128 68 seconds, can be modified with -t.
135 descrip = "Specify the number of seconds to wait for broadcasts";
137 arg-name = "seconds";
141 of seconds specified before giving up. Default 68 seconds.
188 display the time
190 set the local system's time (give
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc.el266 "The password used for the current session.")
286 without arguments, with the current buffer set to the buffer of
296 The hook receives one argument, the current PROCESS.
304 The hook receives one argument, the current BUFFER.
313 The hook receives one argument, the current BUFFER.
333 "A hash table of members in the current channel, which
341 "A hash table of users on the current server, which associates
359 "Execute BODY in the current ERC server buffer.
364 (with-current-buffer ,buffer
381 ;; Last message time (i
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsqlanywhere.vim33 syn keyword sqlFunction hours minutes seconds second minute hour
392 syn keyword sqlKeyword current cursor data data database
450 syn keyword sqlKeyword schedule schema scope scripted scroll seconds secqty security
518 syn keyword sqlType date datetime smalldate time timestamp
H A Daml.vim52 syn keyword amlInfoCmd contained accept add adir alter dialog alter alt directory aret arithmetic expressions aselect automatic return calculate cchr change options change comi cominput commands list como comoutput compile concatenate controlling defaults copy cursor data delete data entry data manipulate data retrieval data update date format datafile create datafile management decode define delimiter dfmt directory management directory display do doend documentation done end environment erase execute exiting expand export external fc files first format forms control get goto help import input form ipf internal item types items label lchar list logical expressions log merge modify options modify move next nselect output password prif print programming program protect purge query quit recase redefine relate relate release notes remark rename report options reporting report reselect reserved words restrictions run save security select set sleep sort special form spool stop items system variables take terminal types terminal time topics list type update upf
62 syn keyword amlDir contained abbreviations above all aml amlpath append arc args atool brief by call canvas cc center cl codepage commands conv_watch_to_aml coordinates cr create current cursor cwta dalines data date_format delete delvar describe dfmt digitizer display do doend dv echo else enable encode encrypt end error expansion fail file flushpoints force form format frame fullscreen function getlastpoint getpoint goto iacreturn if ignore info inform key keypad label lc left lf lg list listchar listfiles listglobal listheader listlocal listprogram listvar ll lp lr lv map matrix menu menupath menutype mess message[s] modal mouse nopaging off on others page pause pinaction popup position pt pulldown push pushpoint r repeat return right routine run runwatch rw screen seconds select self setchar severity show sidebar single size staggered station stop stripe sys system tablet tb terminal test then thread to top translate tty ty type uc ul until ur usage w warning watch when while window workspace
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dzone.c77 #include <dns/time.h>
316 * Keys that are signing the zone for the first time.
1444 * Store the current time before the zone is loaded, so that if the
1445 * file changes between the time of the load and the time that
1447 * the next time dns_zone_load is called.
1453 * than the last time the zone was loaded. If the zone has not
2417 dns_nsec3chain_t *nsec3chain, *current; local
2479 for (current
13270 isc_uint32_t seconds = isc_time_seconds(now); local
13333 isc_uint32_t seconds = isc_time_seconds(now); local
13762 dns_signing_t *current; local
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dnetrw.vim331 " Save current settings and current directory
424 " to the current directory as returned by getcwd().
538 " mode: =0 read remote file and insert before current line
539 " =1 read remote file and insert after current line
551 if a:mode == 0 " read remote file before current line
553 elseif a:mode == 1 " read file after current line
1351 " == r : read file after current line
1376 " rename the current buffer to the temp file (ie. tfile)
1418 " read file after current lin
[all...]
H A Dphpcomplete.vim47 " it later (time, not lines).
73 " Internal solution for finding classes in current file.
132 " Internal solution for current file.
143 " tags files separately because we need relative path from current
293 " Internal solution for finding functions in current file.
383 " Internal solution for current file.
460 " Internal solution for finding functions in current file.
497 " Internal solution for finding constants in current file
1349 \ 'current(': 'array &#38;array | mixed',
1489 \ 'dbplus_tremove(': 'resource relation, array tuple [, array &#38;current] | in
[all...]

Completed in 145 milliseconds