Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 226 – 250 of 487) sorted by path

12345678910>>...20

/plugin/davcal/vendor/sabre/vobject/lib/
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/davcal/vendor/sabre/xml/lib/
H A DService.php176 * @throws InvalidArgumentException
182 …throw new \InvalidArgumentException('\'' . $str . '\' is not a valid clark-notation formatted stri…
H A DWriter.php6 use InvalidArgumentException; alias
116 …throw new InvalidArgumentException('When passing an array to ->write with numeric indices, every i…
145 …throw new InvalidArgumentException('The writer cannot serialize objects of type: ' . get_class($va…
/plugin/davcard/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/davcard/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…
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/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php90 … throw new \InvalidArgumentException('This parser can only read from strings or streams.');
/plugin/davcard/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/davcard/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/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php54 throw new \InvalidArgumentException('Only one value allowed');
307 } catch (\InvalidArgumentException $e) {
/plugin/davcard/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));
/plugin/dw2pdf/vendor/composer/
H A DClassLoader.php226 * @throws \InvalidArgumentException
250 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
294 * @throws \InvalidArgumentException
305 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToRoman.php34 throw new \InvalidArgumentException('Can only translate integers to roman');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Exception/
H A DInvalidArgumentException.php5 class InvalidArgumentException extends \Mpdf\MpdfException class
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
H A DArrays.php15 throw new \InvalidArgumentException(sprintf('Array does not contain key "%s"', $key));
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
H A DInvalidArgumentException.php5 class InvalidArgumentException extends \InvalidArgumentException class
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md96 result in an `InvalidArgumentException` now.
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php56 throw new \InvalidArgumentException(\sprintf(
105 throw new \InvalidArgumentException('Template does not exist!');
170 throw new \InvalidArgumentException('Width or height parameter needs to be larger than zero.');
H A DFpdiTrait.php159 throw new \InvalidArgumentException(
197 throw new \InvalidArgumentException(
248 throw new \InvalidArgumentException(
414 throw new \InvalidArgumentException('Imported page does not exist!');
468 throw new \InvalidArgumentException('Width or height parameter needs to be larger than zero.');

12345678910>>...20