Lines Matching refs:DAV
3 namespace Sabre\DAV\PartialUpdate;
5 use Sabre\DAV; alias
23 class Plugin extends DAV\ServerPlugin {
32 * @var DAV\Server
41 * @param DAV\Server $server
44 function initialize(DAV\Server $server) {
122 …throw new DAV\Exception\MethodNotAllowed('The target resource does not support the PATCH method.');
128 throw new DAV\Exception\BadRequest('No valid "X-Update-Range" found in the headers');
136 …throw new DAV\Exception\UnsupportedMediaType('Unknown Content-Type header "' . $contentType . '"');
140 if (!$len) throw new DAV\Exception\LengthRequired('A Content-Length header is required');
149 …throw new DAV\Exception\RequestedRangeNotSatisfiable('The end offset (' . $range[2] . ') is lower …
152 …throw new DAV\Exception\RequestedRangeNotSatisfiable('Actual data length (' . $len . ') is not con…