Home
last modified time | relevance | path

Searched refs:getStatus (Results 326 – 350 of 397) sorted by last modified time

1...<<111213141516

/plugin/webdav/vendor/sabre/http/lib/
H A DSapi.php58 …header('HTTP/' . $response->getHttpVersion() . ' ' . $response->getStatus() . ' ' . $response->get…
H A DClient.php525 $httpCode = intval($response->getStatus());
H A DResponse.php118 function getStatus() { function in Sabre\\HTTP\\Response
181 …$str = 'HTTP/' . $this->httpVersion . ' ' . $this->getStatus() . ' ' . $this->getStatusText() . "\…
H A DClientHttpException.php32 parent::__construct($response->getStatusText(), $response->getStatus());
43 return $this->response->getStatus();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php375 … if ($propFind->getStatus($propRead) === 404 || $propFind->getStatus($propWrite) === 404) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php306 $subPropFind->getStatus($availProp)
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DPlugin.php78 if ($propFind->getStatus($prop) === 200) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPropFindAll.php104 function getStatus($propertyName) { function in Sabre\\DAV\\Browser\\PropFindAll
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php376 'statusCode' => (int)$response->getStatus(),
H A DPropFind.php164 function getStatus($propertyName) { function in Sabre\\DAV\\PropFind
/plugin/webdav/vendor/sabre/http/
H A DREADME.md599 function getStatus();
/plugin/webdav/_test/
H A Dwebdav.test.php24 $this->assertEquals(207, $response->getStatus());
30 $this->assertEquals(200, $response->getStatus());
36 $this->assertEquals(404, $response->getStatus());
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractDigest.php159 $oldStatus = $response->getStatus() ?: 200;
/plugin/creole/syntax/
H A Dheader.php58 if ($handler->getStatus('section')) $handler->addCall('section_close', array(), $pos);
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php854 public function getStatus() function in Symfony\\Component\\Process\\Process
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php456 $this->assertSame(Process::STATUS_TERMINATED, $process->getStatus());
504 $this->assertSame(Process::STATUS_TERMINATED, $process->getStatus());
605 $this->assertSame(Process::STATUS_READY, $process->getStatus());
610 $this->assertSame(Process::STATUS_STARTED, $process->getStatus());
615 $this->assertSame(Process::STATUS_TERMINATED, $process->getStatus());
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutResponse.php101 public function getStatus() function in OneLogin_Saml2_LogoutResponse
H A DUtils.php1113 public static function getStatus($dom) function in OneLogin_Saml2_Utils
H A DAuth.php261 } else if ($logoutResponse->getStatus() !== OneLogin_Saml2_Constants::STATUS_SUCCESS) {
H A DResponse.php471 $status = OneLogin_Saml2_Utils::getStatus($this->document);
/plugin/adfs/phpsaml/
H A DREADME.md931 } else if ($logoutResponse->getStatus() !== OneLogin_Saml2_Constants::STATUS_SUCCESS) {
1401 * `getStatus` - Gets the Status of the Logout Response.
1486 * `getStatus` - Gets Status from a Response.
/plugin/issuelinks/services/
H A DGitHub.service.php50 $status = $issue->getStatus();
H A DGitLab.service.php47 $status = $issue->getStatus();
H A DJira.service.php55 $status = $issue->getStatus();
/plugin/issuelinks/helper/
H A Ddb.php267 'status' => $issue->getStatus(),

1...<<111213141516