| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 25state_input.test | 6 output "A" 8 output "a" 14 output "\x01" 18 output "\eA" 20 output "\ea" 30 output "I" 32 output "i" 38 output "\eI" 40 output "\ei" 48 output " " [all …]
|
| H A D | 17state_mouse.test | 6 output "\e[?1000;2\$y" 8 output "\e[?1002;2\$y" 10 output "\e[?1003;2\$y" 23 output "\e[M\x20\x21\x21" 27 output "\e[M\x23\x21\x21" 49 # no output 61 output "\e[?1000;1\$y" 63 output "\e[?1002;2\$y" 65 output "\e[?1003;2\$y" 83 # no output [all …]
|
| H A D | 26state_query.test | 7 output "\e[?1;2c" 12 output "\e[0n" 16 output "\e[1;1R" 18 output "\e[10;10R" 22 output "\e[?10;10R" 27 output "\eP1\$r3 q\e\\" 32 output "\eP1\$r1;5;7m\e\\" 37 output "\eP1\$r31;42m\e\\" 42 output "\eP1\$r93;104m\e\\" 57 output "\x{9b}0n" [all …]
|
| H A D | 18state_termprops.test | 13 output "\e[?25;1\$y" 17 output "\e[?25;2\$y" 23 output "\e[?12;1\$y" 27 output "\e[?12;2\$y"
|
| H A D | 92lp1640917.test | 8 output "\e[M\x20\x21\x21" 10 output "\e[M\x40\x21\x22" 13 output "\e[M\x40\x21\x23"
|
| /vim-8.2.3635/src/ |
| H A D | create_cmdidxs.vim | 62 let output += [ ' *' ] variable 65 let output += [ ' */' ] variable 67 let output += [ '{' ] variable 72 let output += [ line ] variable 74 let output += [ '};' ] variable 75 let output += [ '' ] variable 76 let output += [ '/*' ] variable 81 let output += [ ' */' ] variable 96 let output += [ line ] variable 99 let output += [ '};' ] variable [all …]
|
| H A D | os_vms_fix.com | 56 $ write sys$output "Usage: @OS_VMS_FIX <filename_1> <filename_2> <...>" 57 $ write sys$output " @OS_VMS_FIX <filename with wildcard> <...>" 58 $ write sys$output "" 59 $ write sys$output "Example: @OS_VMS_FIX *.c *.h [.proto]*.pro" 60 $ write sys$output "Please note, you can define up to 8 parameters." 61 $ write sys$output "" 111 $ write sys$output "Parsing ''arg'..." 170 $ write sys$output "Filtering ''file'..." 178 $ open /write output 'tmp' 242 $ close output [all …]
|
| H A D | sha256.c | 338 char output[65]; in sha256_self_test() local 357 STRCPY(output, hexit); in sha256_self_test() 367 sprintf(output + j * 2, "%02x", sha256sum[j]); in sha256_self_test() 369 if (memcmp(output, sha_self_test_vector[i], 64)) in sha256_self_test() 372 output[sizeof(output) - 1] = '\0'; in sha256_self_test()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | Make_vms.mms | 54 -@ write sys$output " " 56 -@ write sys$output " "$*" " 69 -@ write sys$output " " 71 -@ write sys$output " All done" 73 -@ deassign sys$output 78 -@ define sys$output test.log 83 -@ write sys$output " Vim version:" 85 -@ write sys$output " Test date:" 88 -@ write sys$output " Test results:" 90 -@ write sys$output "MAKE_VMS.MMS options:" [all …]
|
| H A D | test_spellfile.vim | 612 let output = execute('mkspell! Xtest.spl Xtest') 617 let output = execute('mkspell! Xtest.spl Xtest') 622 let output = execute('mkspell! Xtest.spl Xtest') 636 let output = split(execute('spellinfo'), "\n") 637 call assert_equal("NAME klingon", output[1]) 638 call assert_equal("VERSION 1.4", output[2]) 639 call assert_equal("AUTHOR Spock", output[3]) 650 let output = execute('mkspell! Xtest.spl Xtest') 656 let output = execute('mkspell! Xtest.spl Xtest') 661 let output = execute('mkspell! Xtest.spl Xtest') [all …]
|
| H A D | summarize.vim | 22 let output = [""] variable 29 " This uses the :s command to just fetch and process the output of the 36 call extend(output, ["Skipped:"]) 37 call extend(output, skipped_output) 39 call extend(output, [ 49 call extend(output, ["", "Failures: "]) 51 call extend(output, map(failed_output, { v,k -> "\t".k})) 53 call extend(output, [""]) 58 call writefile(output, 'test_result.log') " overwrites an existing file
|
| H A D | test_lispwords.vim | 27 \ '`(with-open-file (*standard-output*', 29 \ ':direction :output', 62 \ ' `(with-open-file (*standard-output*', 64 \ ' :direction :output',
|
| H A D | test_startup.vim | 265 " Can't catch the output of gvim. 281 " Can't catch the output of gvim. 806 " Can't catch the output of gvim. 825 " Can't catch the output of gvim. 838 " Can't catch the output of gvim. 1046 " Can't catch the output of gvim. 1083 " Can't catch the output of gvim. 1115 " Can't catch the output of gvim. 1143 " Can't catch the output of gvim. 1153 " Can't catch the output of gvim. [all …]
|
| /vim-8.2.3635/runtime/autoload/xml/ |
| H A D | xsl.vim | 25 …\ 'output' : [[], {'method' : ['xml', 'html', 'text'], 'version' : [], 'encoding' : [], 'omit-xml-… 31 …'attribute-set', 'decimal-format', 'include', 'key', 'namespace-alias', 'output', 'param', 'preser… 33 \ 'text' : [[], {'disable-output-escaping' : ['yes', 'no']}], 34 …'attribute-set', 'decimal-format', 'include', 'key', 'namespace-alias', 'output', 'param', 'preser… 35 \ 'value-of' : [[], {'select' : [], 'disable-output-escaping' : ['yes', 'no']}],
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | sindaout.vim | 2 " Language: sinda85, sinda/fluint output file 31 " Begin syntax definitions for sinda output files. 34 " Define keywords for sinda output 42 " Define matches for sinda output
|
| H A D | takout.vim | 2 " Language: TAK2, TAK3, TAK2000 thermal modeling output file 31 " Begin syntax definitions for tak output files. 34 " Define keywords for TAK output 42 " Define matches for TAK output
|
| H A D | snnsres.vim | 19 syn match snnsresNoHeader "No\. of output units\s*:\s*" contained 21 syn match snnsresNoHeader "No\. of variable output dimensions\s*:\s*" contained 23 syn match snnsresNoHeader "Maximum output dimensions\s*:\s*" contained 27 syn match snnsresNoHeader "teaching output included" contained
|
| H A D | scheme.vim | 174 syn keyword schemeFunction call-with-output-file 217 syn keyword schemeFunction close-output-port 226 syn keyword schemeFunction current-output-port 262 syn keyword schemeFunction flush-output-port 268 syn keyword schemeFunction get-output-bytevector 269 syn keyword schemeFunction get-output-string 325 syn keyword schemeFunction open-output-file 326 syn keyword schemeFunction open-output-string 327 syn keyword schemeFunction output-port-open? 328 syn keyword schemeFunction output-port? [all …]
|
| H A D | tidy.vim | 151 \ fix-style-tags fix-uri force-output gdoc gnu-emacs hide-comments 156 \ output-html output-xhtml output-xml preserve-entities 167 syn keyword tidyAutoBooleanOption fix-bad-comments indent merge-divs merge-spans output-bom show-bo… 176 syn keyword tidyEncodingOption char-encoding input-encoding output-encoding contained nextgroup=tid… 200 syn keyword tidyStringOption alt-text error-file gnu-emacs-file output-file contained nextgroup=tid…
|
| H A D | monk.vim | 92 syn keyword monkFunc call-with-input-file call-with-output-file input-port? 93 syn keyword monkFunc output-port? current-input-port current-output-port 94 syn keyword monkFunc open-input-file open-output-file close-input-port 95 syn keyword monkFunc close-output-port eof-object? read read-char peek-char 99 syn keyword monkFunc force with-input-from-file with-output-to-file 176 " Monk input and output structures 178 syn match monkFunc oneline "\(\~output\|\[O\]->\)[^ \t]*"
|
| H A D | snnspat.vim | 30 syn match snnspatNoHeader "No\. of output units\s*:\s*" contained 32 syn match snnspatNoHeader "No\. of variable output dimensions\s*:\s*" contained 34 syn match snnspatNoHeader "Maximum output dimensions\s*:\s*" contained
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | rust.vim | 70 let output = s:system(pwd, shellescape(rustc) . " " . join(map(rustc_args, 'shellescape(v:val)'))) 71 if output != '' 73 echo output 105 let output = s:system(pwd, shellescape(rustc) . " " . join(map(args, 'shellescape(v:val)'))) 108 echo output 112 silent put =output 159 let output_path = a:dict.tmpdir.'/output' 166 let output = s:system(pwd, shellescape(rustc) . " " . join(map(args, 'shellescape(v:val)'))) 167 if output != '' 169 echo output
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | mve.txt | 8 output, which translates output of the following form: 20 You might be able to tailor this for your compiler's output.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | xxd.man | 18 dard output. Moreover, it can be used to perform binary file patching. 24 to standard output. 63 Separate the output of every <bytes> bytes (two hex characters 90 not writing to stdout, xxd writes into its output file without 115 If the output file is seekable, then the linenumbers at the start of 118 output file is not seekable, only gaps are allowed, which will be 244 3 problems with output file.
|
| H A D | os_dos.txt | 14 4. Screen output and colors |dos-colors| 126 4. Screen output and colors *dos-colors* 128 The default output method for the screen is to use bios calls. This works 345 The 'shellpipe' and 'shellredir' option values re-encode the UTF-16le output 347 output can be forced into a different encoding by changing "default" to one of 350 unicode - UTF-16le (default output from PowerShell 5.1) 362 By default PowerShell Core's output is UTF-8 encoded without a BOM. If you 363 want to force the output of PowerShell Core into a different encoding then set 375 utf8NoBOM - UTF-8, no BOM (default output from PowerShell Core)
|