Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 88) sorted by relevance

1234

/vim-8.2.3635/runtime/indent/
H A Dsshconfig.vim13 setlocal indentkeys=o,O,*<Return>,0=~host\ ,0=~match\ ,0#,!^F
27 if curr_line =~? '^\s*\(host\|match\)\s'
29 elseif prev_line =~? '^\s*\(host\|match\)\s'
/vim-8.2.3635/runtime/indent/testdir/
H A Dsshconfig.in17 host aaa
27 User host
H A Dsshconfig.ok17 host aaa
27 User host
/vim-8.2.3635/runtime/doc/
H A Dtest_urls.vim31 " remove examples like user@host (invalid urls)
34 …let urls = filter(urls, {key, val -> val !~ '\<\(\(my\|some\)\?host\|machine\|hostname\|file\)\>'})
H A Dpi_netrw.txt595 | :Nread dav://host/path | :Nwrite dav://host/path | cadaver |
599 | :Nread davs://host/path | :Nwrite davs://host/path | cadaver |
611 | ftp://[user@]host/path | ftp://[user@]host/path | ftp (*2) |
612 | :Nread ftp://host/path | :Nwrite ftp://host/path | ftp+.netrc |
613 | :Nread host path | :Nwrite host path | ftp+.netrc |
614 | :Nread host uid pass path | :Nwrite host uid pass path | ftp |
623 | rcp://[user@]host/path | rcp://[user@]host/path | rcp |
626 | rsync://[user@]host/path | rsync://[user@]host/path | rsync |
627 | :Nread rsync://host/path | :Nwrite rsync://host/path | rsync |
628 | :Nread rcp://host/path | :Nwrite rcp://host/path | rcp |
[all …]
H A Dos_vms.txt282 X VMS console. Set up display to your host with: >
318 8.5 Remote host invocation
391 8.5 Remote host invocation
405 host, just set up your IP address, the full Vim path including the server name
466 Note: if you're using Vim on remote host or through a very slow connection, it's
916 - added user and host information
H A Dusr_11.txt103 user name: mool host name: masaka.moolenaar.net ~
156 user name: mool host name: masaka.moolenaar.net ~
/vim-8.2.3635/src/
H A DINSTALLx.txt43 --host=... :
50 --host.
150 --host=armeb-xscale-linux-gnu \
H A Dnetbeans.c54 static int getConnInfo(char *file, char **host, char **port, char **password);
243 getConnInfo(char *file, char **host, char **port, char **auth) in getConnInfo() argument
282 vim_free(*host); in getConnInfo()
283 *host = (char *)vim_strsave(&buf[5]); in getConnInfo()
/vim-8.2.3635/runtime/syntax/
H A Delinks.vim74 \ try_encoding_extensions host anon_passwd
77 \ host user passwd policy fake accept_language
78 \ accept_ui_language trace user_agent host
H A Ddnsmasq.vim109 syn match DnsmasqKeyword "^\s*dhcp-host\>"
149 syn match DnsmasqKeyword "^\s*host-record\>"
170 syn match DnsmasqKeyword "^\s*mx-host\>"
200 syn match DnsmasqKeyword "^\s*srv-host\>"
H A Dasterisk.vim43 syn match asteriskError "^\(type\|auth\|permit\|deny\|bindaddr\|host\)\s*=.*$"
56 syn match asteriskSetting "^host\s*=\s*\(dynamic\|\(\d\{1,3}\.\d\{1,3}\.\d\{1,3}\.\d\…
H A Dsqlforms.vim37 syntax keyword sqlProcedure go_field go_record help hide_menu hide_page host
106 syntax keyword sqlOperator display_field call host
H A Dhostconf.vim2 " Language: host.conf(5) configuration file
H A Dgkrellmrc.vim44 syn keyword gkrellmrcMeterName apm cal clock fs host mail mem swap timer sensors uptime
H A Dpsf.vim16 syn keyword psfObject end file fileset host installed_software media
H A Dprogress.vim62 …rrent_date curs[or] database dataservers dataset dataset-handle db-remote-host dbcodepage dbcollat…
71 …yte global go-on go-pend[ing] grant graphic-e[dge] group having header help hide host-byte-order if
204 …-image-up load-mouse-p[ointer] load-picture load-small-icon lob-dir local-host local-name local-po…
206 …shold logfile-name logging-level logical login-expiration-timestamp login-host login-state logout …
234 syn keyword ProgressOperator remote-host remote-port remove-attribute remove-child remove-events-pr…
H A Dsnobol4.vim46 syn keyword snobol4ExtKeyword host
H A Dsamba.vim80 syn keyword sambaKeyword contained enhanced enumports filemode gid host jobs
H A Dicon.vim46 syn match iconKeyword "&host"
/vim-8.2.3635/src/testdir/
H A Dtest_channel.py251 def main(host, port, server_class=ThreadedTCPServer): argument
262 server = server_class((host, port), ThreadedTCPRequestHandler)
H A Dtest_swap.vim122 " host name is truncated to 39 bytes in the swap file
123 call assert_equal(hostname()[:38], info.host)
477 " create the swap file again, but change the host name so that it won't be
485 " change the host name
/vim-8.2.3635/runtime/lang/
H A Dmenu_sk_sk.1250.vim2 " Translated By: Martin Lacko <lacko@host.sk>
H A Dmenu_sk_sk.vim2 " Translated By: Martin Lacko <lacko@host.sk>
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim3377 if !exists('s:netrw_hup[host]')
3378 let s:netrw_hup[host]= {}
3387 " get host from ftp:... url
3391 let host = substitute(host,'\..*','','')
3407 let host= g:netrw_machine
3424 " call Decho("host<".host.">",'~'.expand("<slnum>"))
3425 if exists("host")
3427 let s:netrw_hup[host]= {}
3440 let host = substitute(host,'\..*$','','')
3442 let s:netrw_hup[host]= {}
[all …]

1234