Searched refs:PreconditionFailed (Results 1 – 12 of 12) sorted by relevance
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/ |
H A D | NotSupportedPrivilege.php | 15 class NotSupportedPrivilege extends DAV\Exception\PreconditionFailed {
|
H A D | NoAbstract.php | 15 class NoAbstract extends DAV\Exception\PreconditionFailed {
|
H A D | NotRecognizedPrincipal.php | 15 class NotRecognizedPrincipal extends DAV\Exception\PreconditionFailed {
|
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Exception/ |
H A D | NoAbstract.php | 15 class NoAbstract extends DAV\Exception\PreconditionFailed {
|
H A D | NotRecognizedPrincipal.php | 15 class NotRecognizedPrincipal extends DAV\Exception\PreconditionFailed {
|
H A D | NotSupportedPrivilege.php | 15 class NotSupportedPrivilege extends DAV\Exception\PreconditionFailed {
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/ |
H A D | PreconditionFailed.php | 18 class PreconditionFailed extends DAV\Exception { class
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/ |
H A D | PreconditionFailed.php | 18 class PreconditionFailed extends DAV\Exception { class
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | Server.php | 758 …if (!$overwrite) throw new Exception\PreconditionFailed('The destination node already exists, and … 1310 …throw new Exception\PreconditionFailed('An If-Match header was specified and the resource did not … 1338 …throw new Exception\PreconditionFailed('An If-Match header was specified, but none of the specifie… 1383 …throw new Exception\PreconditionFailed('An If-None-Match header was specified, but the ETag matche… 1431 …throw new Exception\PreconditionFailed('An If-Unmodified-Since header was specified, but the entit… 1499 …throw new Exception\PreconditionFailed('Failed to find a valid token/etag combination for ' . $uri…
|
H A D | TemporaryFileFilterPlugin.php | 219 …throw new Exception\PreconditionFailed('The resource already exists, and an If-None-Match header w…
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | Server.php | 725 …if (!$overwrite) throw new Exception\PreconditionFailed('The destination node already exists, and … 1234 …throw new Exception\PreconditionFailed('An If-Match header was specified and the resource did not … 1262 …throw new Exception\PreconditionFailed('An If-Match header was specified, but none of the specifie… 1307 …throw new Exception\PreconditionFailed('An If-None-Match header was specified, but the ETag matche… 1355 …throw new Exception\PreconditionFailed('An If-Unmodified-Since header was specified, but the entit… 1423 …throw new Exception\PreconditionFailed('Failed to find a valid token/etag combination for ' . $uri…
|
H A D | TemporaryFileFilterPlugin.php | 216 …throw new Exception\PreconditionFailed('The resource already exists, and an If-None-Match header w…
|