Home
last modified time | relevance | path

Searched refs:delay (Results 1 – 25 of 68) sorted by relevance

123

/vim-8.2.3635/runtime/doc/
H A Dpi_paren.txt42 The search is limited to avoid a delay when moving the cursor. The limits
45 - 100 lines above or below the cursor to avoid a long delay when there are
47 - 'synmaxcol' times 2 bytes before or after the cursor to avoid a delay
H A Ddebugger.txt99 The 'balloondelay' option sets the delay before an attempt is made to show a
H A Dft_sql.txt507 display a list of tables. There is a delay while dbext is creating the table
531 table highlighted (after the same short delay).
536 notice there is no delay since the column list has been cached. If you
/vim-8.2.3635/src/testdir/
H A Dtest_langmap.vim15 " need silent! to avoid a delay when entering Insert mode
21 " need silent! to avoid a delay when entering Insert mode
/vim-8.2.3635/src/
H A Dwinclip.c271 int delay = 10; in vim_open_clipboard() local
275 if (delay > 500) in vim_open_clipboard()
277 Sleep(delay); in vim_open_clipboard()
278 delay *= 2; // wait for 10, 20, 40, 80, etc. msec in vim_open_clipboard()
H A Dgui_at_sb.c899 unsigned long delay = 0; in NotifyScroll() local
935 delay = LINE_DELAY; in NotifyScroll()
945 delay = LINE_DELAY; in NotifyScroll()
955 delay = PAGE_DELAY; in NotifyScroll()
965 delay = PAGE_DELAY; in NotifyScroll()
972 if (delay) in NotifyScroll()
975 delay, RepeatNotify, (XtPointer)w); in NotifyScroll()
H A Dos_win32.c4125 int delay = 1; in mch_system_classic() local
4136 delay = 1; in mch_system_classic()
4139 if (WaitForSingleObject(pi.hProcess, delay) != WAIT_TIMEOUT) in mch_system_classic()
4145 if (delay < 50) in mch_system_classic()
4146 delay += 10; in mch_system_classic()
4370 int delay = 1; in mch_system_piped() local
4545 delay = 1; in mch_system_piped()
4559 if (WaitForSingleObject(pi.hProcess, delay) != WAIT_TIMEOUT) in mch_system_piped()
4571 if (delay < 50) in mch_system_piped()
4572 delay += 10; in mch_system_piped()
H A Dchannel.c3392 int delay = 1; in channel_wait() local
3418 if (sleep_time > delay) in channel_wait()
3419 sleep_time = delay; in channel_wait()
3421 delay = delay * 2; in channel_wait()
3422 if (delay > 10) in channel_wait()
3423 delay = 10; in channel_wait()
/vim-8.2.3635/runtime/syntax/
H A Dmplayerconf.vim56 \ utf8 vobsub vobsubid abs ao aofile aop delay
69 \ audio-delay audio-preload endpos ffourcc
82 \ doubleclick-time dvd-speed edl-backward-delay
H A Dsnnsnet.vim50 syn match snnsnetSection "time delay section"
H A Datlas.vim18 syn keyword atlasStatement perform leave finish output delay
H A Drouteros.vim52 syn keyword routerosCommands beep delay put len typeof pick log time set find environment
H A Dgnash.vim61 syn match GnashKeyword '\<delay\>'
H A Dinitng.vim43 syn keyword initngServiceKeywords delay chdir suid sgid start_pause env_file env_parse pid_file pid…
H A Dsimula.vim34 syn keyword simulaReserved activate after at before delay go goto label prior reactivate switch to
H A Darduino.vim39 syn keyword arduinoFunc bit bitClear bitRead bitSet bitWrite delay
H A Dsqr.vim91 syn keyword sqrCommand rollback security set-color set-delay-print
113 syn keyword sqrParam default-numeric delay distinct dot-leader
H A Dscheme.vim103 syn keyword schemeSyntax delay
104 syn keyword schemeSyntax delay-force
H A Dicon.vim14 syn keyword iconFunction cos cset delay delete detab display dtor
H A Dspecman.vim63 syn keyword specmanTemporal wait change negedge rise fall delay sync sim true detach eventuall…
H A Dclojure.vim32delay?","clojure.core/deliver","clojure.core/denominator","clojure.core/deref","clojure.core/deriv…
33delay","clojure.core/dosync","clojure.core/doto","clojure.core/extend-protocol","clojure.core/exte…
H A Dlilo.vim51 syn keyword liloOption delay timeout verbose nextgroup=liloEqDecNumber,liloEqDecNumberComment,liloE…
H A Dwinbatch.vim67 syn keyword winbatchImplicit ddetimeout debug debugdata decimals delay dialog
/vim-8.2.3635/runtime/autoload/
H A Dclojurecomplete.vim12 …n","defn-","defonce","defprotocol","defrecord","defstruct","deftype","delay","delay?","deliver","d…
H A Dcsscomplete.vim9delay animation-direction animation-duration animation-fill-mode animation-iteration-count animati…
133 elseif prop == 'animation-delay'
514 elseif prop == 'transition-delay'

123