Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 451 – 475 of 487) sorted by path

1...<<11121314151617181920

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php59 …throw new \InvalidArgumentException('The ' . $r . ' field is required when creating a subscription…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php155 throw new \InvalidArgumentException($item . ' is a required constructor option');
161 throw new \InvalidArgumentException('Unknown option: ' . $key);
H A DInviteReply.php106 throw new \InvalidArgumentException($item . ' is a required constructor option');
112 throw new \InvalidArgumentException('Unknown option: ' . $key);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DScheduleCalendarTransp.php47 …throw new \InvalidArgumentException('The value must either be specified as "transparent" or "opaqu…
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php118 throw new \InvalidArgumentException('A baseUri must be provided');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DSharee.php95 throw new \InvalidArgumentException('Unknown property: ' . $k);
/plugin/webdav/vendor/sabre/event/lib/
H A Dcoroutine.php51 throw new \InvalidArgumentException('You must pass a generator function');
/plugin/webdav/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.php164 throw new \InvalidArgumentException('The HTTP status code must be exactly 3 digits');
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md160 `InvalidArgumentException` and `LogicException` in all places where we fail
/plugin/webdav/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php70 …throw new \InvalidArgumentException('String could not be parsed as \\Sabre\\VObject\\Component\\VC…
77 …throw new \InvalidArgumentException('You can only pass strings or \\Sabre\\VObject\\Component\\VCa…
H A DCli.php6 InvalidArgumentException; alias
158 throw new InvalidArgumentException('Unknown format: '.$value);
191 throw new InvalidArgumentException('Unknown format: '.$value);
195 throw new InvalidArgumentException('Unknown option: '.$name);
206 throw new InvalidArgumentException('Inputfile is a required argument');
210 throw new InvalidArgumentException('Too many arguments');
214 throw new InvalidArgumentException('Uknown command: '.$positional[0]);
216 } catch (InvalidArgumentException $e) {
H A DComponent.php111 …throw new \InvalidArgumentException('The second argument must not be specified, when passing a VOb…
118 …throw new \InvalidArgumentException('The first argument must either be a \\Sabre\\VObject\\Node or…
167 …throw new \InvalidArgumentException('The item you passed to remove() was not a child of this compo…
H A DFreeBusyGenerator.php152 …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…
H A DVCardConverter.php40 …throw new \InvalidArgumentException('Only vCard 2.1, 3.0 and 4.0 are supported for the input data'…
43 … throw new \InvalidArgumentException('You can only use vCard 3.0 or 4.0 for the target version');
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php110 …throw new \InvalidArgumentException('Unsupported encoding. (Supported encodings: '.implode(', ', s…
135 … throw new \InvalidArgumentException('This parser can only read from strings or streams.');
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DBinary.php44 …throw new \InvalidArgumentException('The argument must either be a string or an array with only on…
/plugin/webdav/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/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php54 throw new \InvalidArgumentException('Only one value allowed');
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php8 use InvalidArgumentException; alias
112 …throw new InvalidArgumentException('The UID argument is required when a VCALENDAR is passed to thi…
115 throw new InvalidArgumentException('No events found in this calendar');
139 … throw new InvalidArgumentException('This VCALENDAR did not have an event with UID: '.$uid);
/plugin/webdav/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php5 use InvalidArgumentException; alias
234 …throw new InvalidArgumentException('The writer does not know how to serialize arrays with keys of …
241 …throw new InvalidArgumentException('The writer cannot serialize objects of class: ' . get_class($v…
245 …throw new InvalidArgumentException('The writer cannot serialize values of type: ' . gettype($value…
/plugin/webdav/vendor/sabre/xml/lib/
H A DService.php255 …throw new \InvalidArgumentException('"' . get_class($object) . '" is not a registered value object…
272 * @throws InvalidArgumentException
281 …throw new \InvalidArgumentException('\'' . $str . '\' is not a valid clark-notation formatted stri…
/plugin/webdavclient/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/webdavclient/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) {

1...<<11121314151617181920