/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Filter/ |
H A D | CalendarData.php | 6 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 D | CompFilter.php | 6 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 D | CalendarData.php | 7 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 D | CompFilter.php | 7 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 D | PrincipalPropertySearchReport.php | 5 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 D | PrincipalSearchPropertySetReport.php | 5 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 D | PrincipalPropertySearchReport.php | 7 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 D | PrincipalSearchPropertySetReport.php | 7 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 D | CalendarQueryReport.php | 6 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 D | FreeBusyQueryReport.php | 6 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 D | CalendarQueryReport.php | 7 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 D | FreeBusyQueryReport.php | 6 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 D | AddressBookQueryReport.php | 6 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 D | AddressBookQueryReport.php | 7 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 D | ICSExportPlugin.php | 10 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 D | Sharee.php | 5 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 D | ICSExportPlugin.php | 8 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 D | StringUtil.php | 48 … 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 D | ParamFilter.php | 6 use Sabre\DAV\Exception\BadRequest; alias 71 throw new BadRequest('Unknown match-type: ' . $matchType);
|
H A D | PropFilter.php | 6 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 D | ParamFilter.php | 7 use Sabre\DAV\Exception\BadRequest; alias 71 throw new BadRequest('Unknown match-type: ' . $matchType);
|
H A D | PropFilter.php | 7 use Sabre\DAV\Exception\BadRequest; alias 80 throw new BadRequest('Unknown match-type: ' . $matchType);
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | StringUtil.php | 48 … 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 D | SyncCollectionReport.php | 5 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 D | SyncCollectionReport.php | 8 use Sabre\DAV\Exception\BadRequest; alias 90 … throw new BadRequest('The ' . $elem . ' element in the {DAV:}sync-collection report is required');
|