| /vim-8.2.3635/src/testdir/ |
| H A D | test_channel.py | 31 received = self.request.recv(4096).decode('utf-8') 71 self.request.sendall(cmd.encode('utf-8')) 79 self.request.sendall(cmd.encode('utf-8')) 87 self.request.sendall(cmd.encode('utf-8')) 95 self.request.sendall(cmd.encode('utf-8')) 99 self.request.sendall(cmd.encode('utf-8')) 110 self.request.sendall(cmd.encode('utf-8')) 115 self.request.sendall(cmd.encode('utf-8')) 125 self.request.sendall(cmd.encode('utf-8')) 131 self.request.sendall(cmd.encode('utf-8')) [all …]
|
| H A D | test_netbeans.py | 132 self.request.sendall(response.encode('utf-8')) 149 received = self.request.recv(4096).decode('utf-8')
|
| H A D | test_channel.vim | 84 " Simple string request and reply. 137 " Send a request with a specific handler. 186 " Send an eval request that works. 191 " Send an eval request with special characters. 196 " Send an eval request to get a line with special characters. 202 " Send an eval request that fails. 207 " Send an eval request that works but can't be encoded. 212 " Send a bad eval request. There will be no response. 217 " Send an expr request 227 call assert_equal('ok', ch_evalexpr(handle, 'empty-request'))
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | demoserver.py | 40 thesocket = self.request 43 data = self.request.recv(4096).decode('utf-8') 69 self.request.sendall(encoded.encode('utf-8'))
|
| /vim-8.2.3635/.github/ISSUE_TEMPLATE/ |
| H A D | feature_request.md | 2 name: Feature request 11 **Is your feature request about something that is currently impossible or hard to do? Please descri… 22 Add any other context or screenshots about the feature request here.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | usw2kagtlog.vim | 20 "syn region usw2kagtlog_Process start="Starting the processing for a \zs\"" end="\ze client request" 21 "syn region usw2kagtlog_Process start="Ending the processing for a \zs\"" end="\ze client request" 22 …Process start="Starting the processing for a \zs\"" end="\ze client\s\{0,1}\r\{0,1}\s\{1,9}request" 23 …g_Process start="Ending the processing for a \zs\"" end="\ze client\s\{0,1}\r\{0,1}\s\{1,9}request"
|
| H A D | usserverlog.vim | 47 syn region usserverlog_Target start="Registration add request successful \zs" end="$" 48 syn region usserverlog_Target start="request to registered name \zs" end=" "
|
| H A D | upstreamlog.vim | 42 syn region upstreamlog_Target start="request to registered name \zs" end=" "
|
| H A D | nginx.vim | 777 " Denies access unless the request URL contains an access key. 877 " HTTP 1.1 chunked-encoding request body support for Nginx. 1003 " Adds a request queue to Nginx that allows the limiting of concurrent requests passed to the upstr… 1009 " Sends an incoming request to the least-busy backend server, rather than distributing requests rou… 1030 " Provides authentication and authorization with credentials submitted via POST request 1038 " Reads HTTP POST and PUT request body encoded in "application/x-www-form-urlencoded" and parses th… 1181 " Limit client-upload rate when they are sending request bodies to you 1196 " Log the time it took to process each request. 1860 " Shibboleth auth request module for nginx 2006 " Split one big HTTP/Range request to multiple subrange requesets [all …]
|
| H A D | upstart.vim | 76 syn keyword upstartEvent keyboard-request
|
| H A D | progress.vim | 140 … appserver-userid array-m[essage] ask-overwrite assembly async-request-count async-request-handle … 174 syn keyword ProgressOperator find-first find-last find-unique finder first-async[-request] first-bu… 201 syn keyword ProgressOperator large-to-small last-async[-request] last-batch last-child last-form la… 236 syn keyword ProgressOperator reposition-to-rowid request reset resiza[ble] resize restart-row resta…
|
| H A D | resolv.vim | 89 …-check-names\|inet6\|ip6-bytestring\|\%(no-\)\?ip6-dotint\|edns0\|single-request\%(-reopen\)\?\|us…
|
| H A D | nroff.vim | 126 " GNU troff allows long request names
|
| H A D | ps1.vim | 67 …uild|complete|confirm|deny|deploy|disable|enable|install|invoke|register|request|restart|resume|st…
|
| H A D | slrnrc.vim | 117 syn keyword slrnrcFunArt contained repeat_last_key reply request save show_spoilers shrink_article_…
|
| H A D | sshconfig.vim | 10 " Added RemoteCommand from pull request #4809
|
| /vim-8.2.3635/src/libvterm/doc/ |
| H A D | seqs.txt | 121 3 CSI ? $ p = DECRQM, request mode 212 3 CSI $ u = DECRQTSR, request terminal state report 214 3 CSI & u = DECRQUPSS, request user-preferred supplemental set 215 3 CSI $ w = DECRQPSR, request presentation state report 218 1 CSI x = DECREQTPARM, request terminal parameters
|
| /vim-8.2.3635/src/ |
| H A D | gui_xmebw.c | 110 static Boolean SetValues(Widget current, Widget request, Widget new, ArgList args, Cardinal *n); 1001 XmEnhancedButtonWidget request = (XmEnhancedButtonWidget)rq; in Initialize() local 1012 Display *dpy = XtDisplay((Widget) request); in Initialize() 1034 if (request->core.width == 0) in Initialize() 1036 if (request->core.height == 0) in Initialize() 1078 Widget request UNUSED, in SetValues()
|
| H A D | gui_at_sb.c | 522 Widget request UNUSED, // what the client asked for in Initialize() 562 Widget request UNUSED, // what he wants me to be in SetValues()
|
| /vim-8.2.3635/ |
| H A D | CONTRIBUTING.md | 5 If you create a pull request on GitHub it will be 12 A pull request has the advantage that it will trigger the Continuous
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | channel.txt | 186 "timeout" The time to wait for a request when blocking, E.g. when using 249 Vim will match the response with the request using the message ID. Once the 359 Here {number} is the same as what was in the request. Use a negative number 361 every request to be able to match the request with the response. 373 There is no third argument in the request. 508 for this specific request. 525 Works like |ch_evalexpr()|, but does not encode the request or 683 Works like |ch_sendexpr()|, but does not encode the request or 1091 "timeout": time The time to wait for a request when blocking, E.g.
|
| H A D | pi_vimball.txt | 184 37 : Jul 18, 2014 * (by request of T. Miedema) added augroup around 200 * By request, beginning the switchover from the vba
|
| H A D | term.txt | 279 When Vim receives a response to the |t_RV| (request version) sequence and it 375 t_RV request terminal version string (for xterm) *t_RV* *'t_RV'* 378 t_u7 request cursor position (for xterm) *t_u7* *'t_u7'* 381 t_RF request terminal foreground color *t_RF* *'t_RF'* 383 t_RB request terminal background color *t_RB* *'t_RB'* 397 t_RC request terminal cursor blinking *t_RC* *'t_RC'* 399 t_RS request terminal cursor style *t_RS* *'t_RS'* 541 request the key codes directly from the xterm. The responses are used to
|
| H A D | develop.txt | 22 You can create a pull request on github, but it's not required. 180 5. Make a patch with "git diff". You can also create a pull request on 184 include the diff. Or create a pull request on github.
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | cobol.vim | 10 " Ankit Jain 24.09.2021 add b:undo_indent (request by tpope)
|