Home
last modified time | relevance | path

Searched refs:Count (Results 1 – 25 of 67) sorted by relevance

123

/vim-8.2.3635/src/testdir/
H A Dsummarize.vim6 func Count(match, type) function
32 silent %s/Executed\s\+\zs\d\+\ze\s\+tests\?/\=Count(submatch(0),'executed')/egn
33 silent %s/^SKIPPED \zs.*/\=Count(submatch(0), 'skipped')/egn
34 silent %s/^\(\d\+\)\s\+FAILED:/\=Count(submatch(1), 'failed')/egn
H A Dtest_lambda.vim281 let g:Count = LambdaFoo()
283 call assert_equal(1, g:Count())
287 call assert_equal(2, g:Count())
H A Dtest_perl.vim88 call assert_equal(3, perleval('$curbuf->Count()'))
H A Dtest_vim9_script.vim699 while g:Count < 2
704 g:Count += 1
709 g:Count += 1
714 g:Count = 0
718 unlet g:Count
/vim-8.2.3635/src/VisVim/
H A DReg.cpp44 DWORD Count = sizeof (DWORD); in GetRegistryInt() local
46 (LPBYTE) &Value, &Count) == ERROR_SUCCESS) in GetRegistryInt()
/vim-8.2.3635/runtime/syntax/
H A Dncf.vim94 syn match ncfSetCommandsNum "\(Pseudo Preemption Count\)\s*="
100 syn match ncfSetCommandsNum "\(SMP Polling Count\)\s*="
102 syn match ncfSetCommandsNum "\(TIMESYNC Polling Count\)\s*="
112 syn match ncfSetCommandsNum "\(Worker Thread Execute In a Row Count\)\s*="
H A Dvb.vim115 syn keyword vbFunction Cos Count CreateObject CurDir DDB Date DateAdd
149 syn keyword vbMethods CopyFolder CopyQueryDef Count CreateDatabase
H A Dlscript.vim136 syn keyword lscriptMethods CopyToDatabase CopyAllItems Count CurrentDatabase Delete Execute
H A Daspvbs.vim38 " I removed (Count, Item) because these are common variable names in AspVBScript
/vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim427 " Count the number of disjoint copies of pattern in string.
429 " then s:Count(string, pattern, '0', '1') should be faster than
430 " s:Count(string, pattern).
431 fun! s:Count(string, pattern, ...)
471 let w = s:Count(
475 while b <= s:Count(substitute(backref, '\\\\', '', 'g'), '\(', '1')
489 let s = s + s:Count(substitute(ref, '\\\\', '', 'g'), '\(', '1')
/vim-8.2.3635/runtime/doc/
H A Dif_perl.txt136 :perl $curbuf->Count() # returns the number of lines
222 *perl-Count*
223 Buffer->Count() Returns the number of lines in the Buffer.
H A Dusr_12.txt16 |12.5| Count words
203 *12.5* Count words
H A Dusr_toc.txt170 |12.5| Count words
H A Dspell.txt100 'spellfile'. Count used as with |zg|.
104 word list. Count used as with |zg|.
H A Drepeat.txt1067 The Count column shows how many times a line was executed. Note that the
H A Dcmdline.txt797 Count and Range *N:*
H A Dvi_diff.txt558 Count added to "~", ":next", ":Next", "n" and "N".
H A Dmap.txt1712 " Count the number of lines in the range
/vim-8.2.3635/runtime/indent/
H A Dmatlab.vim108 " Count how many blocks the previous line opens/closes
H A Dhtml.vim279 " Count the number of start and end tags in "text".
291 " Count the number of start and end tags in text.
/vim-8.2.3635/runtime/autoload/
H A Dada.vim120 …ass', '''Component_Size', '''Compose', '''Constrained', '''Copy_Sign', '''Count', '''Definite', ''…
/vim-8.2.3635/src/
H A Dif_perl.xs1817 Count(vimbuf)
/vim-8.2.3635/src/po/
H A Dzh_TW.UTF-8.po1032 msgid "E177: Count cannot be specified twice"
H A Dzh_CN.cp936.po1150 msgid "E177: Count cannot be specified twice"
H A Dcs.cp1250.po898 msgid "E177: Count cannot be specified twice"

123