Home
last modified time | relevance | path

Searched refs:BadRequest (Results 1 – 25 of 58) sorted by relevance

123

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
H A DCalendarData.php6 use Sabre\DAV\Exception\BadRequest; alias
70 …throw new BadRequest('The "start" and "end" attributes are required when expanding calendar-data');
73 …throw new BadRequest('The end-date must be larger than the start-date when expanding calendar-data…
H A DCompFilter.php6 use Sabre\DAV\Exception\BadRequest; alias
78 … throw new BadRequest('You cannot add time-range filters on the VCALENDAR component');
85 throw new BadRequest('The end-date must be larger than the start-date');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
H A DCalendarData.php7 use Sabre\DAV\Exception\BadRequest; alias
70 …throw new BadRequest('The "start" and "end" attributes are required when expanding calendar-data');
73 …throw new BadRequest('The end-date must be larger than the start-date when expanding calendar-data…
H A DCompFilter.php7 use Sabre\DAV\Exception\BadRequest; alias
78 … throw new BadRequest('You cannot add time-range filters on the VCALENDAR component');
85 throw new BadRequest('The end-date must be larger than the start-date');
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DPrincipalPropertySearchReport.php5 use Sabre\DAV\Exception\BadRequest; alias
106 …throw new BadRequest('The {DAV:}property-search element must contain one {DAV:}match and one {DAV:…
120 …throw new BadRequest('The {DAV:}principal-property-search report must contain at least 1 {DAV:}pro…
H A DPrincipalSearchPropertySetReport.php5 use Sabre\DAV\Exception\BadRequest; alias
47 throw new BadRequest('The {DAV:}principal-search-property-set element must be empty');
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DPrincipalPropertySearchReport.php7 use Sabre\DAV\Exception\BadRequest; alias
106 …throw new BadRequest('The {DAV:}property-search element must contain one {DAV:}match and one {DAV:…
120 …throw new BadRequest('The {DAV:}principal-property-search report must contain at least 1 {DAV:}pro…
H A DPrincipalSearchPropertySetReport.php7 use Sabre\DAV\Exception\BadRequest; alias
47 throw new BadRequest('The {DAV:}principal-search-property-set element must be empty');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarQueryReport.php6 use Sabre\DAV\Exception\BadRequest; alias
116 … throw new BadRequest('Only one top-level comp-filter may be defined');
128 …throw new BadRequest('The {' . Plugin::NS_CALDAV . '}filter element is required for this request');
H A DFreeBusyQueryReport.php6 use Sabre\DAV\Exception\BadRequest; alias
75 throw new BadRequest('The freebusy report must have a time-range element');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarQueryReport.php7 use Sabre\DAV\Exception\BadRequest; alias
116 … throw new BadRequest('Only one top-level comp-filter may be defined');
128 …throw new BadRequest('The {' . Plugin::NS_CALDAV . '}filter element is required for this request');
H A DFreeBusyQueryReport.php6 use Sabre\DAV\Exception\BadRequest; alias
75 throw new BadRequest('The freebusy report must have a time-range element');
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookQueryReport.php6 use Sabre\DAV\Exception\BadRequest; alias
151 … throw new BadRequest('You can only include 1 {' . Plugin::NS_CARDDAV . '}filter element');
156 … throw new BadRequest('The "test" attribute must be one of "allof" or "anyof"');
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookQueryReport.php7 use Sabre\DAV\Exception\BadRequest; alias
144 … throw new BadRequest('You can only include 1 {' . Plugin::NS_CARDDAV . '}filter element');
149 … throw new BadRequest('The "test" attribute must be one of "allof" or "anyof"');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php10 use Sabre\DAV\Exception\BadRequest; alias
110 throw new BadRequest('The start= parameter must contain a unix timestamp');
116 throw new BadRequest('The end= parameter must contain a unix timestamp');
122 …throw new BadRequest('If you\'d like to expand recurrences, you must specify both a start= and end…
129 …throw new BadRequest('You are not allowed to search for components of type: ' . $queryParams['comp…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DSharee.php5 use Sabre\DAV\Exception\BadRequest; alias
181 throw new BadRequest('Every {DAV:}sharee must have a {DAV:}href child-element');
192 throw new BadRequest('Every {DAV:}sharee must have a {DAV:}share-access child element');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php8 use Sabre\DAV\Exception\BadRequest; alias
110 throw new BadRequest('The start= parameter must contain a unix timestamp');
116 throw new BadRequest('The end= parameter must contain a unix timestamp');
122 …throw new BadRequest('If you\'d like to expand recurrences, you must specify both a start= and end…
129 …throw new BadRequest('You are not allowed to search for components of type: ' . $queryParams['comp…
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php48 … throw new Exception\BadRequest('Collation type: ' . $collation . ' is not supported');
63 throw new Exception\BadRequest('Match-type: ' . $matchType . ' is not supported');
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Filter/
H A DParamFilter.php6 use Sabre\DAV\Exception\BadRequest; alias
71 throw new BadRequest('Unknown match-type: ' . $matchType);
H A DPropFilter.php6 use Sabre\DAV\Exception\BadRequest; alias
80 throw new BadRequest('Unknown match-type: ' . $matchType);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Filter/
H A DParamFilter.php7 use Sabre\DAV\Exception\BadRequest; alias
71 throw new BadRequest('Unknown match-type: ' . $matchType);
H A DPropFilter.php7 use Sabre\DAV\Exception\BadRequest; alias
80 throw new BadRequest('Unknown match-type: ' . $matchType);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php48 … throw new Exception\BadRequest('Collation type: ' . $collation . ' is not supported');
63 throw new Exception\BadRequest('Match-type: ' . $matchType . ' is not supported');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DSyncCollectionReport.php5 use Sabre\DAV\Exception\BadRequest; alias
90 … throw new BadRequest('The ' . $elem . ' element in the {DAV:}sync-collection report is required');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DSyncCollectionReport.php8 use Sabre\DAV\Exception\BadRequest; alias
90 … throw new BadRequest('The ' . $elem . ' element in the {DAV:}sync-collection report is required');

123