Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 201 – 225 of 487) sorted by path

12345678910>>...20

/plugin/davcal/vendor/composer/
H A DClassLoader.php174 …throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.…
225 …throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php58 … throw new \InvalidArgumentException('The objectData argument must contain an \'uri\' property');
H A DSharedCalendar.php29 …throw new \InvalidArgumentException('The ' . $r . ' property must be specified for SharedCalendar(…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DSchedulingObject.php53 … throw new \InvalidArgumentException('The objectData argument must contain an \'uri\' property');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php57 …throw new \InvalidArgumentException('The ' . $r . ' field is required when creating a subscription…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php154 throw new \InvalidArgumentException($item . ' is a required constructor option');
160 throw new \InvalidArgumentException('Unknown option: ' . $key);
H A DInviteReply.php105 throw new \InvalidArgumentException($item . ' is a required constructor option');
111 throw new \InvalidArgumentException('Unknown option: ' . $key);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php242 …throw new \InvalidArgumentException('Every user must have one of cs:invite-accepted, cs:invite-dec…
H A DScheduleCalendarTransp.php47 …throw new \InvalidArgumentException('The value must either be specified as "transparent" or "opaqu…
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php117 throw new \InvalidArgumentException('A baseUri must be provided');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DCollection.php46 throw new \InvalidArgumentException('Unknown value passed in $children');
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php5 use InvalidArgumentException; alias
45 …throw new InvalidArgumentException('The first argument for this constructor should be a string or …
H A DResponse.php165 throw new \InvalidArgumentException('The HTTP status code must be exactly 3 digits');
/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php6 InvalidArgumentException; alias
162 throw new InvalidArgumentException('Unknown format: ' . $value);
196 throw new InvalidArgumentException('Unknown format: ' . $value);
201 throw new InvalidArgumentException('Unknown option: ' . $name);
213 throw new InvalidArgumentException('Inputfile is a required argument');
217 throw new InvalidArgumentException('Too many arguments');
221 throw new InvalidArgumentException('Uknown command: ' . $positional[0]);
224 } catch (InvalidArgumentException $e) {
H A DComponent.php111 …throw new \InvalidArgumentException('The second argument must not be specified, when passing a VOb…
128 …throw new \InvalidArgumentException('The first argument must either be a \\Sabre\\VObject\\Node or…
164 …throw new \InvalidArgumentException('The item you passed to remove() was not a child of this compo…
H A DDateTimeParser.php8 use InvalidArgumentException; alias
299 throw new InvalidArgumentException('Invalid vCard date-time string: ' . $date);
404 throw new InvalidArgumentException('Invalid vCard time string: ' . $date);
H A DFreeBusyGenerator.php138 …throw new \InvalidArgumentException('You can only pass strings or \\Sabre\\VObject\\Component argu…
H A DTimeZoneUtil.php225 …throw new \InvalidArgumentException('We were unable to determine the correct PHP timezone for tzid…
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php90 … throw new \InvalidArgumentException('This parser can only read from strings or streams.');
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DBinary.php48 …throw new \InvalidArgumentException('The argument must either be a string or an array with only on…
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php64 … throw new \InvalidArgumentException('You must either pass a string, or a key=>value array');
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php54 throw new \InvalidArgumentException('Only one value allowed');
307 } catch (\InvalidArgumentException $e) {
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php5 use InvalidArgumentException; alias
108 …throw new InvalidArgumentException('The UID argument is required when a VCALENDAR is passed to thi…
111 throw new InvalidArgumentException('No events found in this calendar');
142 … throw new InvalidArgumentException('This VCALENDAR did not have an event with UID: ' . $uid);
H A DRDateIterator.php6 use InvalidArgumentException; alias
H A DRRuleIterator.php6 use InvalidArgumentException; alias
635 … throw new InvalidArgumentException('Unknown value for FREQ=' . strtoupper($value));
662 … throw new \InvalidArgumentException(strtoupper($key) . ' in RRULE must be a positive integer!');
684 … throw new \InvalidArgumentException('Invalid part in BYDAY clause: ' . $part);
715 throw new \InvalidArgumentException('Not supported: ' . strtoupper($key));

12345678910>>...20