Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 351 – 375 of 487) sorted by last modified time

1...<<11121314151617181920

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DInvalidArgumentException.php15 class Mustache_Exception_InvalidArgumentException extends InvalidArgumentException implements Musta…
H A DUnknownTemplateException.php15 class Mustache_Exception_UnknownTemplateException extends InvalidArgumentException implements Musta…
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessFailedExceptionTest.php32 $this->expectException(\InvalidArgumentException::class);
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php440 * @throws InvalidArgumentException
445 throw new InvalidArgumentException("SAML Response must contain 1 Assertion.");
/plugin/issuelinks/services/
H A DGitHub.service.php552 } catch (\InvalidArgumentException $e) {
H A DGitLab.service.php435 } catch (\InvalidArgumentException $e) {
452 } catch (\InvalidArgumentException $e) {
/plugin/issuelinks/
H A Dsyntax.php97 * @throws InvalidArgumentException
/plugin/issuelinks/helper/
H A Ddb.php182 … throw new InvalidArgumentException("SQL-Statement must be a SELECT statement! \n" . $sql);
185 … throw new InvalidArgumentException("SQL-Statement must be one single statement! \n" . $sql);
406 throw new InvalidArgumentException("Second parameter must be a valid timestamp!");
417 throw new InvalidArgumentException("IssueId must be an integer!");
445 throw new InvalidArgumentException("No empty values allowed!");
450 throw new InvalidArgumentException("Second parameter must be a valid timestamp!");
/plugin/issuelinks/classes/
H A DIssue.php45 throw new \InvalidArgumentException('Empty value passed to Issue constructor');
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php21 throw new InvalidArgumentException("[{$this->baseUrl}] is not a valid URL");
89 throw new InvalidArgumentException($result->message);
/plugin/webdavclient/vendor/sabre/vobject/lib/
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 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');
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 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 DTimeZoneUtil.php225 …throw new \InvalidArgumentException('We were unable to determine the correct PHP timezone for tzid…
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php90 … throw new \InvalidArgumentException('This parser can only read from strings or streams.');
/plugin/webdavclient/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/webdavclient/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/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php54 throw new \InvalidArgumentException('Only one value allowed');
307 } catch (\InvalidArgumentException $e) {
/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/Property/ICalendar/
H A DRecur.php64 … throw new \InvalidArgumentException('You must either pass a string, or a key=>value array');
/plugin/bureaucracyau/helper/
H A Dactionscript.php13 …throw new InvalidArgumentException('The "script"-action expects exactly 1 argument: the script nam…
20 …throw new InvalidArgumentException("The supplied scriptname \"<code>$cleanedScriptName</code>\" is…
27 throw new InvalidArgumentException("Script <code>$shortPath</code> doesn't exist!");
46 …throw new InvalidArgumentException('The handler must implement the interface <code>dokuwiki\\plugi…

1...<<11121314151617181920