Home
last modified time | relevance | path

Searched refs:request (Results 1 – 25 of 87) sorted by relevance

1234

/vim-8.2.3635/src/testdir/
H A Dtest_channel.py31 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 Dtest_netbeans.py132 self.request.sendall(response.encode('utf-8'))
149 received = self.request.recv(4096).decode('utf-8')
H A Dtest_channel.vim84 " 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 Ddemoserver.py40 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 Dfeature_request.md2 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 Dusw2kagtlog.vim20 "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 Dusserverlog.vim47 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 Dupstreamlog.vim42 syn region upstreamlog_Target start="request to registered name \zs" end=" "
H A Dnginx.vim777 " 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 Dupstart.vim76 syn keyword upstartEvent keyboard-request
H A Dprogress.vim140 … 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 Dresolv.vim89 …-check-names\|inet6\|ip6-bytestring\|\%(no-\)\?ip6-dotint\|edns0\|single-request\%(-reopen\)\?\|us…
H A Dnroff.vim126 " GNU troff allows long request names
H A Dps1.vim67 …uild|complete|confirm|deny|deploy|disable|enable|install|invoke|register|request|restart|resume|st…
H A Dslrnrc.vim117 syn keyword slrnrcFunArt contained repeat_last_key reply request save show_spoilers shrink_article_…
H A Dsshconfig.vim10 " Added RemoteCommand from pull request #4809
/vim-8.2.3635/src/libvterm/doc/
H A Dseqs.txt121 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 Dgui_xmebw.c110 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 Dgui_at_sb.c522 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 DCONTRIBUTING.md5 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 Dchannel.txt186 "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 Dpi_vimball.txt184 37 : Jul 18, 2014 * (by request of T. Miedema) added augroup around
200 * By request, beginning the switchover from the vba
H A Dterm.txt279 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 Ddevelop.txt22 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 Dcobol.vim10 " Ankit Jain 24.09.2021 add b:undo_indent (request by tpope)

1234