Home
last modified time | relevance | path

Searched refs:handleResponse (Results 1 – 25 of 943) sorted by relevance

12345678910>>...38

/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dscriptserver.cpp309 return handleResponse(a,s); in outputObjectList()
325 return handleResponse(a,s); in outputViewItemList()
621 return handleResponse("Ok",s); in newPlugin()
709 return handleResponse("Ok",s); in newLegend()
913 return handleResponse(x,s); in endEdit()
932 return handleResponse("Done",s); in clear()
1041 return handleResponse("Done",s); in fileOpen()
1050 return handleResponse("Done",s); in fileSave()
1067 return handleResponse("Done",s); in exportGraphics()
1074 return handleResponse("Done",s); in testCommand()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rsconnect/R/
H A Dlucid.R9 handleResponse(GET(service, authInfo, "/internal/status"))
13 handleResponse(GET(service, authInfo, "/users/current/"))
39 handleResponse(GET(service, authInfo, path))
46 handleResponse(POST_JSON(service, authInfo, path, json))
69 handleResponse(GET(service, authInfo, path))
104 handleResponse(GET(service, authInfo, path))
127 handleResponse(POST(service,
162 handleResponse(PUT(service, authInfo, path, NULL))
168 handleResponse(DELETE(service, authInfo, path, NULL))
207 handleResponse(GET(service, authInfo, path))
[all …]
H A Dconnect.R50 handleResponse(POST_JSON(service,
57 handleResponse(GET(service, authInfo,
62 handleResponse(GET(service, authInfo, "/users/current"))
68 handleResponse(POST_JSON(service,
96 handleResponse(POST_JSON(service,
109 handleResponse(POST(service, authInfo, path,
118 handleResponse(POST_JSON(service, authInfo, path, json))
122 handleResponse(GET(service, authInfo, paste(
135 handleResponse(GET(service,
142 handleResponse(GET(service,
[all …]
/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/auto/
H A Dneovimapi2.cpp56 connect(r, &MsgpackRequest::finished, this, &NeovimApi2::handleResponse); in nvim_buf_line_count()
65 connect(r, &MsgpackRequest::finished, this, &NeovimApi2::handleResponse); in buffer_get_line()
75 connect(r, &MsgpackRequest::finished, this, &NeovimApi2::handleResponse); in buffer_set_line()
86 connect(r, &MsgpackRequest::finished, this, &NeovimApi2::handleResponse); in buffer_del_line()
96 connect(r, &MsgpackRequest::finished, this, &NeovimApi2::handleResponse); in buffer_get_line_slice()
109 connect(r, &MsgpackRequest::finished, this, &NeovimApi2::handleResponse); in nvim_buf_get_lines()
121 connect(r, &MsgpackRequest::finished, this, &NeovimApi2::handleResponse); in buffer_set_line_slice()
135 connect(r, &MsgpackRequest::finished, this, &NeovimApi2::handleResponse); in nvim_buf_set_lines()
148 connect(r, &MsgpackRequest::finished, this, &NeovimApi2::handleResponse); in nvim_buf_get_var()
158 connect(r, &MsgpackRequest::finished, this, &NeovimApi2::handleResponse); in nvim_buf_get_changedtick()
[all …]
H A Dneovimapi1.cpp56 connect(r, &MsgpackRequest::finished, this, &NeovimApi1::handleResponse); in nvim_buf_line_count()
65 connect(r, &MsgpackRequest::finished, this, &NeovimApi1::handleResponse); in buffer_get_line()
75 connect(r, &MsgpackRequest::finished, this, &NeovimApi1::handleResponse); in buffer_set_line()
86 connect(r, &MsgpackRequest::finished, this, &NeovimApi1::handleResponse); in buffer_del_line()
96 connect(r, &MsgpackRequest::finished, this, &NeovimApi1::handleResponse); in buffer_get_line_slice()
109 connect(r, &MsgpackRequest::finished, this, &NeovimApi1::handleResponse); in nvim_buf_get_lines()
121 connect(r, &MsgpackRequest::finished, this, &NeovimApi1::handleResponse); in buffer_set_line_slice()
135 connect(r, &MsgpackRequest::finished, this, &NeovimApi1::handleResponse); in nvim_buf_set_lines()
148 connect(r, &MsgpackRequest::finished, this, &NeovimApi1::handleResponse); in nvim_buf_get_var()
158 connect(r, &MsgpackRequest::finished, this, &NeovimApi1::handleResponse); in nvim_buf_set_var()
[all …]
H A Dneovimapi4.cpp56 connect(r, &MsgpackRequest::finished, this, &NeovimApi4::handleResponse); in nvim_buf_line_count()
65 connect(r, &MsgpackRequest::finished, this, &NeovimApi4::handleResponse); in buffer_get_line()
75 connect(r, &MsgpackRequest::finished, this, &NeovimApi4::handleResponse); in nvim_buf_attach()
86 connect(r, &MsgpackRequest::finished, this, &NeovimApi4::handleResponse); in nvim_buf_detach()
95 connect(r, &MsgpackRequest::finished, this, &NeovimApi4::handleResponse); in buffer_set_line()
106 connect(r, &MsgpackRequest::finished, this, &NeovimApi4::handleResponse); in buffer_del_line()
116 connect(r, &MsgpackRequest::finished, this, &NeovimApi4::handleResponse); in buffer_get_line_slice()
129 connect(r, &MsgpackRequest::finished, this, &NeovimApi4::handleResponse); in nvim_buf_get_lines()
141 connect(r, &MsgpackRequest::finished, this, &NeovimApi4::handleResponse); in buffer_set_line_slice()
155 connect(r, &MsgpackRequest::finished, this, &NeovimApi4::handleResponse); in nvim_buf_set_lines()
[all …]
H A Dneovimapi6.cpp56 connect(r, &MsgpackRequest::finished, this, &NeovimApi6::handleResponse); in nvim_buf_line_count()
65 connect(r, &MsgpackRequest::finished, this, &NeovimApi6::handleResponse); in buffer_get_line()
75 connect(r, &MsgpackRequest::finished, this, &NeovimApi6::handleResponse); in nvim_buf_attach()
86 connect(r, &MsgpackRequest::finished, this, &NeovimApi6::handleResponse); in nvim_buf_detach()
95 connect(r, &MsgpackRequest::finished, this, &NeovimApi6::handleResponse); in buffer_set_line()
106 connect(r, &MsgpackRequest::finished, this, &NeovimApi6::handleResponse); in buffer_del_line()
116 connect(r, &MsgpackRequest::finished, this, &NeovimApi6::handleResponse); in buffer_get_line_slice()
129 connect(r, &MsgpackRequest::finished, this, &NeovimApi6::handleResponse); in nvim_buf_get_lines()
141 connect(r, &MsgpackRequest::finished, this, &NeovimApi6::handleResponse); in buffer_set_line_slice()
155 connect(r, &MsgpackRequest::finished, this, &NeovimApi6::handleResponse); in nvim_buf_set_lines()
[all …]
H A Dneovimapi5.cpp56 connect(r, &MsgpackRequest::finished, this, &NeovimApi5::handleResponse); in nvim_buf_line_count()
65 connect(r, &MsgpackRequest::finished, this, &NeovimApi5::handleResponse); in buffer_get_line()
75 connect(r, &MsgpackRequest::finished, this, &NeovimApi5::handleResponse); in nvim_buf_attach()
86 connect(r, &MsgpackRequest::finished, this, &NeovimApi5::handleResponse); in nvim_buf_detach()
95 connect(r, &MsgpackRequest::finished, this, &NeovimApi5::handleResponse); in buffer_set_line()
106 connect(r, &MsgpackRequest::finished, this, &NeovimApi5::handleResponse); in buffer_del_line()
116 connect(r, &MsgpackRequest::finished, this, &NeovimApi5::handleResponse); in buffer_get_line_slice()
129 connect(r, &MsgpackRequest::finished, this, &NeovimApi5::handleResponse); in nvim_buf_get_lines()
141 connect(r, &MsgpackRequest::finished, this, &NeovimApi5::handleResponse); in buffer_set_line_slice()
155 connect(r, &MsgpackRequest::finished, this, &NeovimApi5::handleResponse); in nvim_buf_set_lines()
[all …]
H A Dneovimapi3.cpp56 connect(r, &MsgpackRequest::finished, this, &NeovimApi3::handleResponse); in nvim_buf_line_count()
65 connect(r, &MsgpackRequest::finished, this, &NeovimApi3::handleResponse); in buffer_get_line()
75 connect(r, &MsgpackRequest::finished, this, &NeovimApi3::handleResponse); in buffer_set_line()
86 connect(r, &MsgpackRequest::finished, this, &NeovimApi3::handleResponse); in buffer_del_line()
96 connect(r, &MsgpackRequest::finished, this, &NeovimApi3::handleResponse); in buffer_get_line_slice()
109 connect(r, &MsgpackRequest::finished, this, &NeovimApi3::handleResponse); in nvim_buf_get_lines()
121 connect(r, &MsgpackRequest::finished, this, &NeovimApi3::handleResponse); in buffer_set_line_slice()
135 connect(r, &MsgpackRequest::finished, this, &NeovimApi3::handleResponse); in nvim_buf_set_lines()
148 connect(r, &MsgpackRequest::finished, this, &NeovimApi3::handleResponse); in nvim_buf_get_var()
158 connect(r, &MsgpackRequest::finished, this, &NeovimApi3::handleResponse); in nvim_buf_get_changedtick()
[all …]
H A Dneovimapi0.cpp56 connect(r, &MsgpackRequest::finished, this, &NeovimApi0::handleResponse); in buffer_line_count()
65 connect(r, &MsgpackRequest::finished, this, &NeovimApi0::handleResponse); in buffer_get_line()
75 connect(r, &MsgpackRequest::finished, this, &NeovimApi0::handleResponse); in buffer_set_line()
86 connect(r, &MsgpackRequest::finished, this, &NeovimApi0::handleResponse); in buffer_del_line()
96 connect(r, &MsgpackRequest::finished, this, &NeovimApi0::handleResponse); in buffer_get_line_slice()
109 connect(r, &MsgpackRequest::finished, this, &NeovimApi0::handleResponse); in buffer_get_lines()
121 connect(r, &MsgpackRequest::finished, this, &NeovimApi0::handleResponse); in buffer_set_line_slice()
135 connect(r, &MsgpackRequest::finished, this, &NeovimApi0::handleResponse); in buffer_set_lines()
148 connect(r, &MsgpackRequest::finished, this, &NeovimApi0::handleResponse); in buffer_get_var()
158 connect(r, &MsgpackRequest::finished, this, &NeovimApi0::handleResponse); in buffer_set_var()
[all …]
/dports/www/grafana8/grafana-8.3.6/pkg/cmd/grafana-cli/services/
H A Dapi_client_test.go20 bodyReader, err := handleResponse(resp)
31 _, err := handleResponse(resp)
39 _, err := handleResponse(resp)
48 _, err := handleResponse(resp)
57 _, err := handleResponse(resp)
66 _, err := handleResponse(resp)
/dports/astro/opencpn/OpenCPN-5.2.4/buildandroid/android/src/com/google/android/vending/licensing/
H A DLicenseValidator.java166 handleResponse(limiterResponse, data); in verify()
169 handleResponse(Policy.NOT_LICENSED, data); in verify()
173 handleResponse(Policy.RETRY, data); in verify()
177 handleResponse(Policy.RETRY, data); in verify()
181 handleResponse(Policy.RETRY, data); in verify()
204 private void handleResponse(int response, ResponseData rawData) { in handleResponse() method in LicenseValidator
/dports/devel/godot/godot-3.2.3-stable/platform/android/java/lib/src/com/google/android/vending/licensing/
H A DLicenseValidator.java173 handleResponse(limiterResponse, data); in verify()
176 handleResponse(Policy.NOT_LICENSED, data); in verify()
180 handleResponse(Policy.RETRY, data); in verify()
184 handleResponse(Policy.RETRY, data); in verify()
188 handleResponse(Policy.RETRY, data); in verify()
211 private void handleResponse(int response, ResponseData rawData) { in handleResponse() method in LicenseValidator
/dports/devel/godot-tools/godot-3.2.3-stable/platform/android/java/lib/src/com/google/android/vending/licensing/
H A DLicenseValidator.java173 handleResponse(limiterResponse, data); in verify()
176 handleResponse(Policy.NOT_LICENSED, data); in verify()
180 handleResponse(Policy.RETRY, data); in verify()
184 handleResponse(Policy.RETRY, data); in verify()
188 handleResponse(Policy.RETRY, data); in verify()
211 private void handleResponse(int response, ResponseData rawData) { in handleResponse() method in LicenseValidator
/dports/devel/godot2/godot-2.1.6-stable/platform/android/java/src/com/android/vending/licensing/
H A DLicenseValidator.java166 handleResponse(limiterResponse, data); in verify()
169 handleResponse(Policy.NOT_LICENSED, data); in verify()
173 handleResponse(Policy.RETRY, data); in verify()
177 handleResponse(Policy.RETRY, data); in verify()
181 handleResponse(Policy.RETRY, data); in verify()
204 private void handleResponse(int response, ResponseData rawData) { in handleResponse() method in LicenseValidator
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/android/java/src/com/android/vending/licensing/
H A DLicenseValidator.java166 handleResponse(limiterResponse, data); in verify()
169 handleResponse(Policy.NOT_LICENSED, data); in verify()
173 handleResponse(Policy.RETRY, data); in verify()
177 handleResponse(Policy.RETRY, data); in verify()
181 handleResponse(Policy.RETRY, data); in verify()
204 private void handleResponse(int response, ResponseData rawData) { in handleResponse() method in LicenseValidator
/dports/mail/davmail/davmail-src-6.0.1-3390/src/test/davmail/http/
H A DTestHttpClient4.java59 String responseString = new BasicResponseHandler().handleResponse(response); in testBasicGetRequest()
81 String responseString = new BasicResponseHandler().handleResponse(response); in testConnectionPooling()
137 String responseString = new BasicResponseHandler().handleResponse(response); in testBasicAuthentication()
158 String responseString = new BasicResponseHandler().handleResponse(response); in testHttpProxy()
187 new BasicResponseHandler().handleResponse(response); in testGetPath()
193 String responseString = new BasicResponseHandler().handleResponse(response2); in testGetPath()
216 String responseString = new BasicResponseHandler().handleResponse(response2); in testFollowRedirects()
258 String responseString = new BasicResponseHandler().handleResponse(response); in testTimeouts()
313 String responseString = new BasicResponseHandler().handleResponse(response); in testTimeoutsWithProxy()
351 ewsUrl = (String) autoDiscoverRequest.handleResponse(httpResponse); in testAutoDiscover()
/dports/graphics/photoqt/photoqt-1.6/cplusplus/singleinstance/
H A Dsingleinstance.cpp72 handleResponse(message); in SingleInstance()
116 handleResponse(message); in SingleInstance()
124 handleResponse(socket->readAll()); in newConnection()
129 void SingleInstance::handleResponse(QString msg) { in handleResponse() function in SingleInstance
/dports/security/lego/lego-4.5.3/vendor/github.com/nrdcg/desec/
H A Drecords.go74 err = handleResponse(resp, &rrSets)
107 err = handleResponse(resp, &newRRSet)
148 err = handleResponse(resp, &rrSet)
190 err = handleResponse(resp, &updatedRRSet)
232 err = handleResponse(resp, &updatedRRSet)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/nrdcg/desec/
H A Drecords.go74 err = handleResponse(resp, &rrSets)
107 err = handleResponse(resp, &newRRSet)
148 err = handleResponse(resp, &rrSet)
190 err = handleResponse(resp, &updatedRRSet)
232 err = handleResponse(resp, &updatedRRSet)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/baiyubin/aliyun-sts-go-sdk/sts/
H A Dsts_test.go53 resp, err := client.handleResponse([]byte(body), 400)
59 resp, err = client.handleResponse([]byte(body), 400)
65 resp, err = client.handleResponse([]byte(body), 200)
70 resp, err = client.handleResponse([]byte(body), 200)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DDirectoryDialog.java96 handleResponse(result); in _completionHandler()
123 void handleResponse (long response) { in handleResponse() method in DirectoryDialog
178 handleResponse(response); in open()
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/nfc/
H A Dqnearfieldtagtype4.cpp155 bool QNearFieldTagType4::handleResponse(const QNearFieldTarget::RequestId &id, in handleResponse() function in QNearFieldTagType4
158 return QNearFieldTarget::handleResponse(id, response); in handleResponse()
/dports/sysutils/consul/consul-1.10.3/connect/
H A Dexample_test.go42 func handleResponse(r *http.Response) {} func
52 handleResponse(resp)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/connect/
H A Dexample_test.go42 func handleResponse(r *http.Response) {} func
52 handleResponse(resp)

12345678910>>...38