/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | DateTimeParser.php | 40 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt); 50 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt); 70 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date); 80 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date); 101 … throw new InvalidDataException('The supplied iCalendar duration value is incorrect: '.$duration); 315 throw new InvalidDataException('Invalid vCard date-time string: '.$date); 415 throw new InvalidDataException('Invalid vCard time string: '.$date); 524 throw new InvalidDataException('Invalid vCard date-time string: '.$date);
|
H A D | InvalidDataException.php | 13 class InvalidDataException extends \Exception class
|
H A D | BirthdayCalendarGenerator.php | 131 } catch (InvalidDataException $e) {
|
H A D | Document.php | 216 …throw new InvalidDataException('Unsupported VALUE parameter for '.$name.' property. You supplied "…
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | DateTimeParser.php | 40 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: ' . $dt); 50 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: ' . $dt); 71 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: ' . $date); 81 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: ' . $date); 103 …throw new InvalidDataException('The supplied iCalendar duration value is incorrect: ' . $duration); 324 throw new InvalidDataException('Invalid vCard date-time string: ' . $date); 430 throw new InvalidDataException('Invalid vCard time string: ' . $date); 543 throw new InvalidDataException('Invalid vCard date-time string: ' . $date);
|
H A D | InvalidDataException.php | 13 class InvalidDataException extends \Exception { class
|
H A D | BirthdayCalendarGenerator.php | 147 } catch (InvalidDataException $e) {
|
H A D | Document.php | 220 …throw new InvalidDataException('Unsupported VALUE parameter for ' . $name . ' property. You suppli…
|
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 9 use Sabre\VObject\InvalidDataException; alias 729 … throw new InvalidDataException('Unknown value for FREQ=' . strtoupper($value)); 756 … throw new InvalidDataException(strtoupper($key) . ' in RRULE must be a positive integer!'); 778 … throw new InvalidDataException('Invalid part in BYDAY clause: ' . $part); 792 …throw new InvalidDataException('BYYEARDAY in RRULE must have value(s) from 1 to 366, or -366 to -1… 801 …throw new InvalidDataException('BYWEEKNO in RRULE must have value(s) from 1 to 53, or -53 to -1!'); 810 … throw new InvalidDataException('BYMONTH in RRULE must have value(s) betweeen 1 and 12!'); 824 throw new InvalidDataException('Not supported: ' . strtoupper($key));
|
/plugin/webdav/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 9 use Sabre\VObject\InvalidDataException; alias 694 … throw new InvalidDataException('Unknown value for FREQ='.strtoupper($value)); 720 … throw new InvalidDataException(strtoupper($key).' in RRULE must be a positive integer!'); 742 throw new InvalidDataException('Invalid part in BYDAY clause: '.$part); 756 …throw new InvalidDataException('BYYEARDAY in RRULE must have value(s) from 1 to 366, or -366 to -1… 765 …throw new InvalidDataException('BYWEEKNO in RRULE must have value(s) from 1 to 53, or -53 to -1!'); 774 … throw new InvalidDataException('BYMONTH in RRULE must have value(s) between 1 and 12!'); 788 throw new InvalidDataException('Not supported: '.strtoupper($key));
|
/plugin/webdav/vendor/sabre/vobject/lib/Component/ |
H A D | VAlarm.php | 8 use Sabre\VObject\InvalidDataException; alias 51 …throw new InvalidDataException('time-range filters on VALARM components are only supported when th…
|
H A D | VCalendar.php | 9 use Sabre\VObject\InvalidDataException; alias 324 … throw new InvalidDataException('Every VEVENT object must have a UID property');
|
/plugin/icalevents/vendor/sabre/vobject/lib/Component/ |
H A D | VAlarm.php | 8 use Sabre\VObject\InvalidDataException; alias 52 …throw new InvalidDataException('time-range filters on VALARM components are only supported when th…
|
H A D | VCalendar.php | 9 use Sabre\VObject\InvalidDataException; alias 336 … throw new InvalidDataException('Every VEVENT object must have a UID property');
|
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/ |
H A D | DateTime.php | 8 use Sabre\VObject\InvalidDataException; alias 357 } catch (InvalidDataException $e) {
|
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/ |
H A D | DateTime.php | 8 use Sabre\VObject\InvalidDataException; alias 394 } catch (InvalidDataException $e) {
|
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/ |
H A D | DateAndOrTime.php | 9 use Sabre\VObject\InvalidDataException; alias 361 } catch (InvalidDataException $e) {
|
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/ |
H A D | DateAndOrTime.php | 9 use Sabre\VObject\InvalidDataException; alias 394 } catch (InvalidDataException $e) {
|
/plugin/webdav/vendor/sabre/vobject/ |
H A D | CHANGELOG.md | 84 * #327: Throwing `InvalidDataException` in more cases where invalid iCalendar 159 * #265: Using the new `InvalidDataException` in place of
|
/plugin/icalevents/vendor/sabre/vobject/ |
H A D | CHANGELOG.md | 23 * #327: Throwing `InvalidDataException` in more cases where invalid iCalendar 98 * #265: Using the new `InvalidDataException` in place of
|