Home
last modified time | relevance | path

Searched refs:response (Results 351 – 375 of 925) sorted by path

1...<<11121314151617181920>>...37

/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DBasicTest.php59 $response = new Response();
60 $basic = new Basic('Dagger', new Request(), $response);
64 $this->assertEquals('Basic realm="Dagger"', $response->getHeader('WWW-Authenticate'));
65 $this->assertEquals(401, $response->getStatus());
H A DBearerTest.php47 $response = new Response();
48 $bearer = new Bearer('Dagger', new Request(), $response);
52 $this->assertEquals('Bearer realm="Dagger"', $response->getHeader('WWW-Authenticate'));
53 $this->assertEquals(401, $response->getStatus());
H A DDigestTest.php13 private $response; variable in Sabre\\HTTP\\Auth\\DigestTest
31 $this->response = new Response();
33 $this->auth = new Digest(self::REALM, $this->request, $this->response);
176 $this->response->getHeader('WWW-Authenticate'), $matches);
178 …uthenticate response didn\'t match our pattern. We received: ' . $this->response->getHeader('WWW-A…
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php227 $response = new Response(404);
229 $response = new Response(200);
241 $response = $client->send($request);
244 $this->assertEquals(200, $response->getStatus());
338 $response = $client->doRequest($request);
339 $this->assertEquals(200, $response->getStatus());
401 function parseCurlResult($response, $curlHandle) { argument
415 $response = null;
416 $this->emit('doRequest', [$request, &$response]);
419 if (is_null($response)) {
[all …]
H A DResponseTest.php9 $response = new Response(200, ['Content-Type' => 'text/xml']);
10 $this->assertEquals(200, $response->getStatus());
11 $this->assertEquals('OK', $response->getStatusText());
17 $response = new Response();
18 $response->setStatus('402 Where\'s my money?');
19 $this->assertEquals(402, $response->getStatus());
20 $this->assertEquals('Where\'s my money?', $response->getStatusText());
29 $response = new Response(1000);
35 $response = new Response(200, ['Content-Type' => 'text/xml']);
36 $response->setBody('foo');
[all …]
H A DSapiTest.php94 $response = new Response(204, ['Content-Type' => 'text/xml;charset=UTF-8']);
97 $response->addHeader('Content-Type', 'application/xml');
98 $response->setBody('foo');
102 Sapi::sendResponse($response);
126 $response = new Response(200);
128 $response->addHeader('Content-Length', 19);
129 $response->setBody('Send this sentence. Ignore this one.');
133 Sapi::sendResponse($response);
148 $response = new Response(200, ['Content-Length' => 19]);
154 $response->setBody($body);
[all …]
/plugin/diagrams/script/
H A DDiagramsEditor.js59 const response = await fetch(DOKU_BASE + 'lib/exe/fetch.php?media=' + mediaid, {
64 if (response.ok) {
66 this.#svg = await response.text();
87 const response = await fetch(url, {
92 if (response.ok) {
94 this.#svg = await response.text();
126 const response = await fetch(uploadUrl, {
132 return response.ok;
156 const response = await fetch(uploadUrl, {
162 return response
[all...]
H A DDiagramsForm.js194 const response = await fetch(
203 if (!response.ok) {
H A DDiagramsMediaManager.js46 const response = await fetch(
55 if (response.ok && (await response.json())[0] === svgLink.textContent) {
112 const response = await fetch(url, {
116 return response.json();
221 const response = await fetch(url, {
225 return response.json();
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
H A Dservlet-api.jar ... .ServletRequest request private final javax.servlet.ServletResponse response private final Throwable throwable public void <init> ( ...
/plugin/diagramsnet/lib/
H A Delectron.js841 if (result.response === 0)
933 if (result.response === 0)
940 else if (result.response === 2)
/plugin/diagramsnet/lib/js/
H A Dapp.min.js10794 …e):mxUtils.htmlEntities(l.message):null!=l.response&&null!=l.response.error?n=mxUtils.htmlEntities…
10888 …nction(){if(4==p.readyState)if(200<=p.status&&299>=p.status)try{var b=p.response;if("text/xml"==b.…
10889 …ad=function(){d({message:JSON.parse(f.result).Message})},f.readAsText(p.response))}catch(C){d({})}…
10897 ….status&&300>this.status)if("txt"==c)d(this.response);else{var f=new FileReader;f.readAsDataURL(th…
11740 …=this.base64ToBlob(b.content,"application/octet-stream")):b=new Blob([p.response],{type:"applicati…
H A Dextensions.min.js1075 …tSvg2Png(this.response,!1,function(a){c.zip.file("visio/media/"+g,a.substring(22),{base64:!0})}):c…
1107 n.status&&299>=n.status)try{var a=new FileReader;a.readAsDataURL(n.response);a.onloadend=function()…
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js6576 blob = new Blob([req.response], {type: 'application/octet-stream'});
H A DDropboxClient.js77 promise.then(mxUtils.bind(this, function(response) argument
83 this.setUser(new DrawioUser(response.account_id,
84 response.email, response.name.display_name));
285 success(response);
423 new DropboxFile(this.ui, data, response)));
485 success(reader.result, response);
490 reader.readAsDataURL(response.fileBlob);
494 reader.readAsText(response.fileBlob);
590 fn(false, true, response);
596 fn(true, true, response);
[all …]
H A DEditorUi.js4065 else if (e.response != null && e.response.error != null)
4067 msg = mxUtils.htmlEntities(e.response.error);
7269 var resp = xhr.response;
7314 reader.readAsText(xhr.response);
7721 success(this.response);
7726 reader.readAsDataURL(this.response);
H A DElectronApp.js1894 this.response = data;
1914 return this.response;
H A DTrelloClient.js360 var fileMeta = request.response;
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js394 reader.readAsDataURL(xhr.response);
H A DmxVsdxCanvas2D.js608 that.convertSvg2Png(this.response, false, function(pngData){
614 that.zip.file("visio/media/" + imgName, this.response);
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9response:this.body="HEAD"!=this.req.method?this._parseBody(this.text?this.text:this.xhr.response):…
10response:t}},u=function(e,t,r,u,a,c){var p=function(i,p){function l(e){i&&i(e)}function h(e){p&&p(…

1...<<11121314151617181920>>...37