Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 25 of 118) sorted by relevance

12345

/vim-8.2.3635/src/testdir/
H A Dtest_channel.vim58 func Ch_requestHandler(handle, msg) argument
59 let g:Ch_responseHandle = a:handle
69 if ch_status(handle) == "fail"
77 let dict = handle->ch_info()
240 let resp = ch_read(handle)
278 call ch_close(handle)
298 if ch_status(handle) == "fail"
327 if ch_status(handle) == "fail"
476 call ch_close(handle)
490 call ch_close(handle)
[all …]
H A Dtest_netbeans.py141 def handle(self): member in ThreadedTCPRequestHandler
H A Dtest_channel.py27 def handle(self): member in ThreadedTCPRequestHandler
/vim-8.2.3635/runtime/doc/
H A Dchannel.txt242 handle the response: >
470 ch_canread({handle}) *ch_canread()*
483 ch_close({handle}) *ch_close()*
484 Close {handle}. See |channel-close|.
491 ch_close_in({handle}) *ch_close_in()*
522 Send {string} over {handle}.
557 ch_info({handle}) *ch_info()*
588 ch_log({msg} [, {handle}]) *ch_log()*
695 Set options on {handle}:
713 Return the status of {handle}:
[all …]
H A Dpi_zip.txt30 When one edits a *.zip file, this plugin will handle displaying a
87 don't use the .zip extension (.jar, .xpi, etc). To handle such files,
H A Dos_mac.txt72 can be in any format (mac, dos or unix). Vim can handle any file format when
73 the |'nocompatible'| option is set, otherwise it will only handle mac format
/vim-8.2.3635/runtime/tools/
H A Defm_perl.pl84 my $handle = (defined $opt_f ? \*FILE : \*STDOUT);
102 print $handle "$file:$lineno:$message\n";
H A Ddemoserver.py37 def handle(self): member in ThreadedTCPRequestHandler
/vim-8.2.3635/runtime/indent/
H A Dsml.vim23 setlocal indentkeys+=0=and,0=else,0=end,0=handle,0=if,0=in,0=let,0=then,0=val,0=fun,0=\|,0=*),0)
163 " Indent lines starting with '|' from matching 'case', 'handle'
166 let lastSwitch = search('\<\(case\|handle\|fun\|datatype\)\>','bW')
174 elseif switchLine =~ '\<handle\>'
H A Dpostscr.vim52 " Else handle immediate dedents of dicts, restores, and arrays.
56 " Else handle DSC comments - always start of line.
H A Djsp.vim13 " use the default html indent script which will handle
H A Dxml.vim9 " 20190726 - Correctly handle non-tagged data
10 " 20190204 - correctly handle wrap tags
H A Dgo.vim48 " TODO: handle if the previous line is a label.
/vim-8.2.3635/runtime/syntax/
H A Dprogress.vim62 …urrent-window current_date curs[or] database dataservers dataset dataset-handle db-remote-host dbc…
86 …ssReserved space status stream stream-handle stream-io string-xref subscribe super system-dialog t…
140 … array-m[essage] ask-overwrite assembly async-request-count async-request-handle attach-data-source
146 … box-select[able] browse buffer buffer-chars buffer-create buffer-delete buffer-field buffer-handle
153 …olumn-of column-pfc[olor] column-read-only column-resizable column-sc[rolling] com-handle combo-box
161 syn keyword ProgressOperator declare-namespace decrypt default-buffer-handle default-but[ton] defau…
180 …get-binary-data get-bits get-blue[-value] get-browse-col[umn] get-buffer-handle get-byte-order get…
190 …it-width[-chars] grid-unit-width-p[ixels] grid-visible group-box gt guid handle handler has-lobs h…
194 syn keyword ProgressOperator implements import-node import-principal in-handle increment-exclusive-…
228 …ev-col[umn] prev-sibling prev-tab-i[tem] primary printer printer-control-handle printer-hdc printe…
[all …]
H A Dprivoxy.vim30 syn match privoxyAction "\%(filter\|force-text-mode\|handle-as-empty-document\|handle-as-image\)\>"…
H A Dgdb.vim17 syn keyword gdbInfo contained display files float frame functions handle line
26 syn keyword gdbStatement contained echo else enable end file finish frame handle hbreak help if ign…
H A Dwsh.vim7 " VBScript, it's close enough for us. No attempt is made to handle
H A Djsonc.vim40 " Set/Unset syntax to avoid duplicate inclusion and correctly handle nesting
H A Dman.vim18 " Get the CTRL-H syntax to handle backspaced text
H A Dsml.vim119 syn keyword smlKeyword exception fn fun handle
122 syn keyword smlKeyword raise handle type
/vim-8.2.3635/runtime/lang/
H A Dmenu_en_gb.latin1.vim12 " able to handle ascii characters without conversion.
/vim-8.2.3635/runtime/autoload/
H A Dvimball.vim493 " handle *.gz with gunzip
503 " handle *.gz with gzip -d
513 " handle *.bz2 with bunzip2
523 " handle *.bz2 with bzip2 -d
533 " handle *.zip with unzip
/vim-8.2.3635/runtime/ftplugin/
H A Dchicken.vim35 setl lispwords+=handle-exceptions
H A Dperl.vim66 " use += to do it because of the commas in perlpath, we have to handle the
/vim-8.2.3635/src/
H A Dosdef1.h.in12 * sed cannot always handle so many commands, this is file 1 of 2

12345