Home
last modified time | relevance | path

Searched refs:getHTTPCode (Results 1 – 25 of 39) sorted by last modified time

12

/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DMethodNotAllowed.php23 function getHTTPCode() { function in Sabre\\DAV\\Exception\\MethodNotAllowed
H A DNotAuthenticated.php24 function getHTTPCode() { function in Sabre\\DAV\\Exception\\NotAuthenticated
H A DNotFound.php23 function getHTTPCode() { function in Sabre\\DAV\\Exception\\NotFound
H A DNotImplemented.php23 function getHTTPCode() { function in Sabre\\DAV\\Exception\\NotImplemented
H A DPaymentRequired.php24 function getHTTPCode() { function in Sabre\\DAV\\Exception\\PaymentRequired
H A DPreconditionFailed.php48 function getHTTPCode() { function in Sabre\\DAV\\Exception\\PreconditionFailed
H A DRequestedRangeNotSatisfiable.php24 function getHTTPCode() { function in Sabre\\DAV\\Exception\\RequestedRangeNotSatisfiable
H A DServiceUnavailable.php24 function getHTTPCode() { function in Sabre\\DAV\\Exception\\ServiceUnavailable
H A DUnsupportedMediaType.php24 function getHTTPCode() { function in Sabre\\DAV\\Exception\\UnsupportedMediaType
H A DBadRequest.php24 function getHTTPCode() { function in Sabre\\DAV\\Exception\\BadRequest
H A DConflict.php24 function getHTTPCode() { function in Sabre\\DAV\\Exception\\Conflict
H A DForbidden.php23 function getHTTPCode() { function in Sabre\\DAV\\Exception\\Forbidden
H A DInsufficientStorage.php23 function getHTTPCode() { function in Sabre\\DAV\\Exception\\InsufficientStorage
H A DLengthRequired.php24 function getHTTPCode() { function in Sabre\\DAV\\Exception\\LengthRequired
H A DLocked.php44 function getHTTPCode() { function in Sabre\\DAV\\Exception\\Locked
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DException.php25 function getHTTPCode() { function in Sabre\\DAV\\Exception
H A DServer.php299 $httpCode = $e->getHTTPCode();
H A DCorePlugin.php264 $response->setHeader('X-Sabre-Real-Status', $e->getHTTPCode());
/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/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DExceptionTest.php10 $this->assertEquals(500,$e->getHTTPCode());
24 $this->assertEquals($status, $obj->getHTTPCode());
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php305 $httpCode = $e->getHTTPCode();
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DInsufficientStorage.php23 function getHTTPCode() { function in Sabre\\DAV\\Exception\\InsufficientStorage
H A DPreconditionFailed.php48 function getHTTPCode() { function in Sabre\\DAV\\Exception\\PreconditionFailed
H A DRequestedRangeNotSatisfiable.php24 function getHTTPCode() { function in Sabre\\DAV\\Exception\\RequestedRangeNotSatisfiable

12