Home
last modified time | relevance | path

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

12345678910>>...20

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
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 …]
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/
DReader.php7 use InvalidArgumentException; alias
38 …* @throws InvalidArgumentException for invalid database path or unknown argumen…
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 me…
97 throw new InvalidArgumentException(
113 …* @throws InvalidArgumentException if something other than a single IP address is passed to the me…
124 throw new InvalidArgumentException(
136 throw new InvalidArgumentException(
[all …]
/plugin/authgooglesheets/vendor/psr/cache/src/
DCacheItemPoolInterface.php25 * @throws InvalidArgumentException
40 * @throws InvalidArgumentException
62 * @throws InvalidArgumentException
85 * @throws InvalidArgumentException
100 * @throws InvalidArgumentException
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
DContext.php20 use InvalidArgumentException; alias
62 …* @throws InvalidArgumentException when calling this method when enableDataVariables is not a bool…
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(
378 throw new InvalidArgumentException('can not find variable in context');
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
DCodeCoverage.php240 * @throws InvalidArgumentException
245 throw InvalidArgumentException::create(
273 * @throws InvalidArgumentException
278 throw InvalidArgumentException::create(
285 throw InvalidArgumentException::create(
417 * @throws InvalidArgumentException
422 throw InvalidArgumentException::create(
442 * @throws InvalidArgumentException
447 throw InvalidArgumentException::create(
459 * @throws InvalidArgumentException
[all …]
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DUtils.php5 use GuzzleHttp\Exception\InvalidArgumentException; alias
221 * @throws InvalidArgumentException
226 throw new InvalidArgumentException('Empty host provided');
269 * @throws InvalidArgumentException if the JSON cannot be decoded.
277 throw new InvalidArgumentException('json_decode error: '.\json_last_error_msg());
290 * @throws InvalidArgumentException if the JSON cannot be encoded.
298 throw new InvalidArgumentException('json_encode error: '.\json_last_error_msg());
319 * @throws InvalidArgumentException
346 throw new InvalidArgumentException($errorMessage);
/plugin/combo/vendor/php-webdriver/webdriver/lib/
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/
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/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DMessage.php32 throw new \InvalidArgumentException('Unknown message type');
118 throw new \InvalidArgumentException('Invalid message');
126 throw new \InvalidArgumentException('Invalid message: Missing header delimiter');
134 throw new \InvalidArgumentException('Invalid message: Missing status line');
151 throw new \InvalidArgumentException('Invalid header syntax: Obsolete line folding');
154 throw new \InvalidArgumentException('Invalid header syntax');
206 throw new \InvalidArgumentException('Invalid request string');
234 throw new \InvalidArgumentException('Invalid response string: '.$data['start-line']);
DUploadedFile.php7 use InvalidArgumentException; alias
85 * @throws InvalidArgumentException
96 throw new InvalidArgumentException(
103 * @throws InvalidArgumentException
108 throw new InvalidArgumentException(
167 throw new InvalidArgumentException(
/plugin/davcard/vendor/sabre/vobject/lib/
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/icalevents/vendor/sabre/vobject/lib/
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/
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/
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/google/apiclient/src/Task/
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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
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/webdav/vendor/sabre/vobject/lib/
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/
DOAuth2.php27 use InvalidArgumentException; alias
668 * @throws InvalidArgumentException
673 throw new InvalidArgumentException(
689 throw new InvalidArgumentException(
694 throw new InvalidArgumentException('missing the required redirect URI');
697 throw new InvalidArgumentException(
711 throw new InvalidArgumentException(
793 throw new InvalidArgumentException(
821 * @throws InvalidArgumentException
833 throw new InvalidArgumentException(
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
DInvalidArgumentException.php20 use Psr\Cache\InvalidArgumentException as PsrInvalidArgumentException;
22 class InvalidArgumentException extends \InvalidArgumentException implements PsrInvalidArgumentExcep… class
/plugin/bureaucracy/helper/
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/
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-au/helper/
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/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
DRdn.php14 use FreeDSx\Ldap\Exception\InvalidArgumentException; alias
117 * @throws InvalidArgumentException
123 throw new InvalidArgumentException(sprintf('The RDN "%s" is invalid.', $rdn));
131 throw new InvalidArgumentException(sprintf('The RDN "%s" is invalid.', $piece));
142 throw new InvalidArgumentException(sprintf("The RDN '%s' is not valid.", $rdn));
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
DUserRefreshCredentials.php65 throw new \InvalidArgumentException('file does not exist');
73 throw new \InvalidArgumentException(
78 throw new \InvalidArgumentException(
83 throw new \InvalidArgumentException(

12345678910>>...20