Home
last modified time | relevance | path

Searched refs:UnsupportedMediaType (Results 1 – 15 of 15) sorted by path

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php816 …throw new DAV\Exception\UnsupportedMediaType('This resource only supports valid iCalendar 2.0 data…
821 …throw new DAV\Exception\UnsupportedMediaType('This collection can only support iCalendar objects.'…
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php360 …throw new DAV\Exception\UnsupportedMediaType('This resource only supports valid vCard or jCard dat…
365 … throw new DAV\Exception\UnsupportedMediaType('This collection can only support vcard objects.');
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php563 …throw new Exception\UnsupportedMediaType('The request body for the MKCOL request must have an xml …
H A DServer.php712 …!($destinationParent instanceof ICollection)) throw new Exception\UnsupportedMediaType('The destin…
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DReportNotSupported.php16 class ReportNotSupported extends UnsupportedMediaType {
H A DUnsupportedMediaType.php17 class UnsupportedMediaType extends DAV\Exception { class
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php136 …throw new DAV\Exception\UnsupportedMediaType('Unknown Content-Type header "' . $contentType . '"');
/plugin/webdav/core/DAV/Collection/Media/
H A DFile.php16 use Sabre\DAV\Exception\UnsupportedMediaType; alias
77 throw new UnsupportedMediaType($lang['uploadwrong']);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php846 …throw new DAV\Exception\UnsupportedMediaType('This resource only supports valid iCalendar 2.0 data…
851 …throw new DAV\Exception\UnsupportedMediaType('This collection can only support iCalendar objects.'…
917 …throw new DAV\Exception\UnsupportedMediaType('Validation error in iCalendar: ' . $message['message…
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php356 …throw new DAV\Exception\UnsupportedMediaType('This resource only supports valid vCard or jCard dat…
361 … throw new DAV\Exception\UnsupportedMediaType('This collection can only support vcard objects.');
397 … throw new DAV\Exception\UnsupportedMediaType('Validation error in vCard: ' . $message['message']);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php563 …throw new Exception\UnsupportedMediaType('The request body for the MKCOL request must have an xml …
H A DServer.php745 …!($destinationParent instanceof ICollection)) throw new Exception\UnsupportedMediaType('The destin…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DReportNotSupported.php16 class ReportNotSupported extends UnsupportedMediaType {
H A DUnsupportedMediaType.php17 class UnsupportedMediaType extends DAV\Exception { class
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php136 …throw new DAV\Exception\UnsupportedMediaType('Unknown Content-Type header "' . $contentType . '"');