Home
last modified time | relevance | path

Searched refs:getHTTPCode (Results 26 – 39 of 39) sorted by relevance

12

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Exception/
H A DPaymentRequiredTest.php10 $this->assertEquals(402, $ex->getHTTPCode());
H A DServiceUnavailableTest.php10 $this->assertEquals(503, $ex->getHTTPCode());
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DException.php25 function getHTTPCode() { function in Sabre\\DAV\\Exception
H A DCorePlugin.php264 $response->setHeader('X-Sabre-Real-Status', $e->getHTTPCode());
918 $code = $e->getHTTPCode();
H A DServer.php305 $httpCode = $e->getHTTPCode();
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DException.php25 function getHTTPCode() { function in Sabre\\DAV\\Exception
H A DCorePlugin.php264 $response->setHeader('X-Sabre-Real-Status', $e->getHTTPCode());
H A DServer.php299 $httpCode = $e->getHTTPCode();
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DMethodNotAllowed.php23 function getHTTPCode() { function in Sabre\\DAV\\Exception\\MethodNotAllowed
H A DPreconditionFailed.php48 function getHTTPCode() { function in Sabre\\DAV\\Exception\\PreconditionFailed
H A DLocked.php44 function getHTTPCode() { function in Sabre\\DAV\\Exception\\Locked
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DMethodNotAllowed.php23 function getHTTPCode() { function in Sabre\\DAV\\Exception\\MethodNotAllowed
H A DPreconditionFailed.php48 function getHTTPCode() { function in Sabre\\DAV\\Exception\\PreconditionFailed
H A DLocked.php44 function getHTTPCode() { function in Sabre\\DAV\\Exception\\Locked

12