Home
last modified time | relevance | path

Searched refs:getStatus (Results 276 – 300 of 397) sorted by path

1...<<111213141516

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DPluginTest.php130 …$this->assertEquals(204, $response->getStatus(), 'Full response body:' . $response->getBodyAsStrin…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerMKCOLTest.php77 $this->assertEquals(400, $this->response->getStatus(), $this->response->getBodyAsString() );
102 $this->assertEquals(400, $this->response->getStatus());
H A DServerPreconditionTest.php173 $this->assertEquals(304, $server->httpResponse->getStatus());
194 $this->assertEquals(304, $server->httpResponse->getStatus());
H A DServerPropsInfiniteDepthTest.php90 $this->assertEquals(207, $this->response->getStatus(), $body);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalPropertySearchTest.php65 …$this->assertEquals(400, $server->httpResponse->getStatus(), $server->httpResponse->getBodyAsStrin…
104 …$this->assertEquals(207, $server->httpResponse->getStatus(), "Full body: " . $server->httpResponse…
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md163 Response::getStatus(), which now always returns just the status code as an
H A DREADME.md599 function getStatus();
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php103 $code = (int)$response->getStatus();
523 $httpCode = intval($response->getStatus());
H A DClientHttpException.php32 parent::__construct($response->getStatusText(), $response->getStatus());
43 return $this->response->getStatus();
H A DResponse.php119 function getStatus() { function in Sabre\\HTTP\\Response
182 …$str = 'HTTP/' . $this->httpVersion . ' ' . $this->getStatus() . ' ' . $this->getStatusText() . "\…
H A DResponseDecorator.php35 function getStatus() { function in Sabre\\HTTP\\ResponseDecorator
37 return $this->inner->getStatus();
H A DResponseInterface.php19 function getStatus(); function
H A DSapi.php58 …header('HTTP/' . $response->getHttpVersion() . ' ' . $response->getStatus() . ' ' . $response->get…
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DBasicTest.php65 $this->assertEquals(401, $response->getStatus());
H A DBearerTest.php53 $this->assertEquals(401, $response->getStatus());
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php244 $this->assertEquals(200, $response->getStatus());
339 $this->assertEquals(200, $response->getStatus());
H A DResponseDecoratorTest.php20 $this->assertEquals(201, $this->inner->getStatus());
21 $this->assertEquals(201, $this->outer->getStatus());
H A DResponseTest.php10 $this->assertEquals(200, $response->getStatus());
19 $this->assertEquals(402, $response->getStatus());
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
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.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/diagramsnet/lib/js/
H A Dapp.min.js2762 …ncilRegistry.allowEval){var f=mxUtils.load(c);null!=f&&200<=f.getStatus()&&299>=f.getStatus()&&eva…
2765 …(null!=b)mxUtils.get(a,mxUtils.bind(this,function(a){b(200<=a.getStatus()&&299>=a.getStatus()?a.ge…
3818 …)+"&p="+g+"&c="+b,mxUtils.bind(this,function(a){try{if(200<=a.getStatus()&&299>=a.getStatus())if(n…
10148 b.getStatus()&&299>=b.getStatus()&&(B=b.getText());f(B)}))}else f(B)}function K(f,e,l){if(null!=f&&…
10356 …PATH+"/"+d;mxUtils.get(d,mxUtils.bind(this,function(b){200<=b.getStatus()&&299>=b.getStatus()&&(p=…
10360 b.getStatus()&&299>=b.getStatus()?g(b.getText(),c):p()})):g(b.emptyDiagramXml,c)},g=function(c,d){v…
10525getStatus()&&299>=b.getStatus()){if(null!=c){var d=b.getText();if(p){if((9==document.documentMode|…
10526 …mxResources.get("error")+" "+b.getStatus()},b))}),function(b){null!=f&&f({message:mxResources.get(…
10745 …(200<=b.getStatus()&&300>=b.getStatus()?(this.updateDiagram(b.getText()),k()):this.handleError({me…
11609 …w Date).getTime(),mxUtils.bind(this,function(b){try{if(200<=b.getStatus()&&299>=b.getStatus()){var…
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js2108 if (req.getStatus() >= 200 && req.getStatus() <= 299)
5917 if (req.getStatus() >= 200 && req.getStatus() <= 299)
6662 if (req.getStatus() >= 200 && req.getStatus() <= 299)
H A DDialogs.js3125 if (req.getStatus() >= 200 && req.getStatus() <= 299)
5458 if (req.getStatus() >= 200 && req.getStatus() <= 299)
10171 if (req.getStatus() >= 200 && req.getStatus() <= 299)
10368 if (req.getStatus() >= 200 && req.getStatus() <= 299)

1...<<111213141516