Home
last modified time | relevance | path

Searched refs:InvalidDataException (Results 1 – 20 of 20) sorted by relevance

/plugin/webdav/vendor/sabre/vobject/lib/
H A DDateTimeParser.php40 … 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 DInvalidDataException.php13 class InvalidDataException extends \Exception class
H A DBirthdayCalendarGenerator.php131 } catch (InvalidDataException $e) {
H A DDocument.php216 …throw new InvalidDataException('Unsupported VALUE parameter for '.$name.' property. You supplied "…
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDateTimeParser.php40 … 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 DInvalidDataException.php13 class InvalidDataException extends \Exception { class
H A DBirthdayCalendarGenerator.php147 } catch (InvalidDataException $e) {
H A DDocument.php220 …throw new InvalidDataException('Unsupported VALUE parameter for ' . $name . ' property. You suppli…
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php9 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 DRRuleIterator.php9 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 DVAlarm.php8 use Sabre\VObject\InvalidDataException; alias
51 …throw new InvalidDataException('time-range filters on VALARM components are only supported when th…
H A DVCalendar.php9 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 DVAlarm.php8 use Sabre\VObject\InvalidDataException; alias
52 …throw new InvalidDataException('time-range filters on VALARM components are only supported when th…
H A DVCalendar.php9 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 DDateTime.php8 use Sabre\VObject\InvalidDataException; alias
357 } catch (InvalidDataException $e) {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php8 use Sabre\VObject\InvalidDataException; alias
394 } catch (InvalidDataException $e) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php9 use Sabre\VObject\InvalidDataException; alias
361 } catch (InvalidDataException $e) {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php9 use Sabre\VObject\InvalidDataException; alias
394 } catch (InvalidDataException $e) {
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md84 * #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 DCHANGELOG.md23 * #327: Throwing `InvalidDataException` in more cases where invalid iCalendar
98 * #265: Using the new `InvalidDataException` in place of