Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 1 – 25 of 487) sorted by relevance

12345678910>>...20

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUploadedFile.php5 use InvalidArgumentException; alias
90 * @throws InvalidArgumentException
101 throw new InvalidArgumentException(
110 * @throws InvalidArgumentException
115 throw new InvalidArgumentException(
121 throw new InvalidArgumentException(
132 * @throws InvalidArgumentException
137 throw new InvalidArgumentException(
168 * @throws InvalidArgumentException
173 throw new InvalidArgumentException(
[all …]
H A DMessage.php32 throw new \InvalidArgumentException('Unknown message type');
121 throw new \InvalidArgumentException('Invalid message');
129 throw new \InvalidArgumentException('Invalid message: Missing header delimiter');
137 throw new \InvalidArgumentException('Invalid message: Missing status line');
154 throw new \InvalidArgumentException('Invalid header syntax: Obsolete line folding');
157 throw new \InvalidArgumentException('Invalid header syntax');
210 throw new \InvalidArgumentException('Invalid request string');
240 throw new \InvalidArgumentException('Invalid response string: ' . $data['start-line']);
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php7 use InvalidArgumentException; alias
38 * @throws InvalidArgumentException for invalid database path or unknown arguments
46 throw new InvalidArgumentException(
52 throw new InvalidArgumentException(
58 throw new InvalidArgumentException(
87 * @throws InvalidArgumentException if something other than a single IP address is passed to the method
97 throw new InvalidArgumentException(
113 * @throws InvalidArgumentException if something other than a single IP address is passed to the method
124 throw new InvalidArgumentException(
136 throw new InvalidArgumentException(
[all...]
/plugin/authgooglesheets/vendor/psr/cache/src/
H A DCacheItemPoolInterface.php25 * @throws InvalidArgumentException
40 * @throws InvalidArgumentException
62 * @throws InvalidArgumentException
85 * @throws InvalidArgumentException
100 * @throws InvalidArgumentException
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php20 use InvalidArgumentException; alias
62 * @throws InvalidArgumentException when calling this method when enableDataVariables is not a boolean.
72 throw new InvalidArgumentException(
226 * @throws InvalidArgumentException in strict mode and variable not found
246 throw new InvalidArgumentException(
261 throw new InvalidArgumentException(
299 throw new InvalidArgumentException(
319 throw new InvalidArgumentException(
339 throw new InvalidArgumentException(
357 * @throws \InvalidArgumentException i
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php240 * @throws InvalidArgumentException
273 * @throws InvalidArgumentException
417 * @throws InvalidArgumentException
442 * @throws InvalidArgumentException
459 * @throws InvalidArgumentException
476 * @throws InvalidArgumentException
493 * @throws InvalidArgumentException
512 * @throws InvalidArgumentException
521 * @throws InvalidArgumentException
538 * @throws InvalidArgumentException
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DCookie.php5 use InvalidArgumentException; alias
39 throw new InvalidArgumentException('Cookie name should be set');
42 throw new InvalidArgumentException('Cookie value should be set');
110 throw new InvalidArgumentException(sprintf('Cookie domain "%s" should not contain a port', $domain));
261 throw new InvalidArgumentException('Cookie name should be non-empty');
265 throw new InvalidArgumentException('Cookie name should not contain a ";"');
275 throw new InvalidArgumentException('Cookie value is required when setting a cookie');
/plugin/statistics/inc/pchart/
H A DColor.php46 * @throws InvalidArgumentException
57 throw new InvalidArgumentException("Invalid Red component");
61 throw new InvalidArgumentException("Invalid Green component");
65 throw new InvalidArgumentException("Invalid Blue component");
101 * @throws InvalidArgumentException
119 throw new InvalidArgumentException("Invalid hex color: ".$color);
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php23 use InvalidArgumentException; alias
72 * @throws InvalidArgumentException when the service doesn't exist
84 throw new InvalidArgumentException(
93 } catch (InvalidArgumentException $e) {
94 throw new InvalidArgumentException(
/plugin/icalevents/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) {
/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) {
/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) {
/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) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php111 throw new \InvalidArgumentException('$format contains an invalid character');
170 …throw new \InvalidArgumentException('There must be as many arguments as there are characters in th…
178 …throw new \InvalidArgumentException('Bytes must be represented as an integer between 0 and 255, in…
184 throw new \InvalidArgumentException('A boolean parameter was expected.');
190 throw new \InvalidArgumentException('An integer was expected.');
200 throw new \InvalidArgumentException('An integer was expected.');
206 throw new \InvalidArgumentException('A string was expected.');
212 …throw new \InvalidArgumentException('A phpseclib3\Math\BigInteger or phpseclib3\Math\Common\Finite…
219 throw new \InvalidArgumentException('An array was expected.');
225 throw new \InvalidArgumentException('$format contains an invalid character');
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DInvalidArgumentException.php20 use Psr\Cache\InvalidArgumentException as PsrInvalidArgumentException;
22 class InvalidArgumentException extends \InvalidArgumentException implements PsrInvalidArgumentExcep… class
/plugin/bureaucracy-au/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…
/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…
/plugin/bureaucracy/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…
/plugin/webdav/vendor/sabre/vobject/lib/
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) {
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php27 use InvalidArgumentException; alias
668 * @throws InvalidArgumentException
673 throw new InvalidArgumentException(
689 throw new InvalidArgumentException(
697 throw new InvalidArgumentException(
711 throw new InvalidArgumentException(
793 throw new InvalidArgumentException(
821 * @throws InvalidArgumentException
840 throw new InvalidArgumentException(
883 * @throws InvalidArgumentException
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DUserRefreshCredentials.php65 throw new \InvalidArgumentException('file does not exist');
73 throw new \InvalidArgumentException(
78 throw new \InvalidArgumentException(
83 throw new \InvalidArgumentException(
/plugin/authfacebook/lib/PersistentData/
H A DPersistentDataFactory.php26 use InvalidArgumentException; alias
40 …* @throws InvalidArgumentException If the persistent data handler isn't "session", "memory", or an…
63 …throw new InvalidArgumentException('The persistent data handler must be set to "session", "memory"…
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php6 use InvalidArgumentException; alias
30 * @throws InvalidArgumentException Provided JWK Set is empty
45 throw new InvalidArgumentException('JWK Set did not contain any keys');
69 * @throws InvalidArgumentException Provided JWK is empty
78 throw new InvalidArgumentException('JWK must not be empty');
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Exception/
H A DInvalidArgumentException.php13 class InvalidArgumentException extends \InvalidArgumentException implements Exception class
20 * @return InvalidArgumentException
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php24 use JMS\Serializer\Exception\InvalidArgumentException; alias
242 … throw new InvalidArgumentException(sprintf('The cache directory "%s" is not writable.', $dir));
358 * @throws InvalidArgumentException When a directory does not exist.
364 … throw new InvalidArgumentException(sprintf('The directory "%s" does not exist.', $dir));
396 * @throws InvalidArgumentException When a directory does not exist.
397 * @throws InvalidArgumentException When a directory has already been registered.
402 throw new InvalidArgumentException(sprintf('The directory "%s" does not exist.', $dir));
435 * @throws InvalidArgumentException When a directory does not exist.
436 * @throws InvalidArgumentException When no directory is configured for the ns prefix.
441 throw new InvalidArgumentException(sprintf('The directory "%s" does not exist.', $dir));
[all …]

12345678910>>...20