Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 25 of 76) sorted by relevance

1234

/vim-8.2.3635/src/
H A Dtime.c280 time_t seconds; in f_strftime() local
292 seconds = time(NULL); in f_strftime()
294 seconds = (time_t)tv_get_number(&argvars[1]); in f_strftime()
295 curtime = vim_localtime(&seconds, &tmval); in f_strftime()
1109 long seconds = (long)(vim_time() - tt); in add_time() local
1112 NGETTEXT("%ld second ago", "%ld seconds ago", seconds), in add_time()
1113 seconds); in add_time()
H A Dif_xcmdsrv.c196 …oid ServerWait(Display *dpy, Window w, EndCond endCond, void *endData, int localLoop, int seconds);
553 int seconds) in ServerWait() argument
588 if (seconds >= 0 && (now - start) >= seconds) in ServerWait()
H A Dquickfix.c6168 time_t seconds = 0; in vgr_process_files() local
6188 seconds = (time_t)0; in vgr_process_files()
6193 if (time(NULL) > seconds) in vgr_process_files()
6197 seconds = time(NULL); in vgr_process_files()
/vim-8.2.3635/runtime/doc/
H A Dusr_32.txt150 3 2 16 seconds ago
151 4 3 5 seconds ago
155 seconds with this command: >
H A Dundo.txt131 166 164 3 seconds ago
140 N seconds ago
141 HH:MM:SS hour, minute, seconds
154 :earlier {N}s Go to older text state about {N} seconds before.
173 :later {N}s Go to newer text state about {N} seconds later.
H A Dvarious.txt717 :[N]sl[eep] [N][m] Do nothing for [N] seconds. When [m] is included,
719 uses seconds. The default is one second. >
721 :5sleep "sleep for five seconds
723 10gs "sleep for ten seconds
H A Dnetbeans.txt537 setExitDelay seconds
538 Set the delay for exiting to "seconds", a number.
540 before really exiting. The default delay is two seconds.
H A Ddevelop.txt535 seconds for English, which can be acceptable for interactive use. But for
536 some languages it takes more than ten seconds (e.g., German, Catalan),
H A Drecover.txt105 typed anything for four seconds. This only happens if the buffer was
H A Dusr_11.txt71 changes to disk when you don't type for about four seconds, or after typing
H A Dtesting.txt204 wait time of up to 3 seconds for messages
H A Dintro.txt165 problem to worry about. Vim does use the time in the form of seconds since
169 There might be a year 2038 problem, when the seconds don't fit in a 32 bit int
/vim-8.2.3635/runtime/syntax/
H A Dxquery.vim29 …t root round round-half-to-even round-half-to-even seconds-from-dateTime seconds-from-duration sec…
H A Dexpect.vim56 syn keyword expectOutVar contained spawn_id seconds seconds_total
H A Dhog.vim37 syn keyword HogEvFilterOptions skipwhite gen_id sig_id count seconds nextgroup=HogNumber
H A Dsqlanywhere.vim46 syn keyword sqlFunction remainder rewrite rowid second seconds
575 syn keyword sqlKeyword scale schedule schema scope script scripted scroll search seconds secqty se…
/vim-8.2.3635/src/testdir/
H A Dtest_stat.vim37 " On some systems the file timestamp is rounded to a multiple of 2 seconds.
54 " FAT has a granularity of 2 seconds, otherwise it's usually 1 second
H A Dshared.vim95 " Wait for up to 2 seconds for the port number to be there.
124 " Wait for up to five seconds for "expr" to become true. "expr" can be a
143 " Wait for up to five seconds for "assert" to return zero. "assert" must be a
H A Dpopupbounce.vim78 echomsg framecount .. ' frames in ' .. string(elapsed) .. ' seconds, ' .. string(framecount / elaps…
H A Druntest.vim280 let message ..= ' in ' .. reltimestr(time) .. ' seconds'
356 let message ..= ' in ' .. reltimestr(reltime(s:start_time)) .. ' seconds'
480 " couple of seconds to have a higher chance of succeeding the second
H A Dtest_undo.vim179 :" Jump two seconds and go some seconds forward and backward
H A Dtest_edit.vim636 " error sleeps 2 seconds, when v:testing is not set
885 " error sleeps 2 seconds, when v:testing is not set
1653 " Avoid a sleep of 3 seconds. Zero might have side effects.
H A Dtest_excmd.vim42 call assert_match('1[0-3] seconds ago', bufs[1][1])
/vim-8.2.3635/runtime/spell/
H A Dcleanadd.vim5 " Time in seconds after last time an ll.xxxxx.add file was updated
/vim-8.2.3635/runtime/
H A Dscripts.vim389 \ && s:line3 =~# '^Each sample counts as .* seconds.$'

1234