Home
last modified time | relevance | path

Searched refs:RequestedRangeNotSatisfiable (Results 1 – 6 of 6) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php149 …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…
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php149 …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…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DRequestedRangeNotSatisfiable.php17 class RequestedRangeNotSatisfiable extends DAV\Exception { class
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DRequestedRangeNotSatisfiable.php17 class RequestedRangeNotSatisfiable extends DAV\Exception { class
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php160 …throw new Exception\RequestedRangeNotSatisfiable('The start offset (' . $range[0] . ') exceeded th…
162 …if ($end < $start) throw new Exception\RequestedRangeNotSatisfiable('The end offset (' . $range[1]…
180 …if (feof($body)) throw new Exception\RequestedRangeNotSatisfiable('The start offset (' . $start . …
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php158 …throw new Exception\RequestedRangeNotSatisfiable('The start offset (' . $range[0] . ') exceeded th…
160 …if ($end < $start) throw new Exception\RequestedRangeNotSatisfiable('The end offset (' . $range[1]…
180 …if (feof($body)) throw new Exception\RequestedRangeNotSatisfiable('The start offset (' . $start . …