/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | UploadedFile.php | 5 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 D | Message.php | 32 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 D | Reader.php | 7 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 D | CacheItemPoolInterface.php | 25 * @throws InvalidArgumentException 40 * @throws InvalidArgumentException 62 * @throws InvalidArgumentException 85 * @throws InvalidArgumentException 100 * @throws InvalidArgumentException
|
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/ |
H A D | Context.php | 20 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 D | CodeCoverage.php | 240 * @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 D | Cookie.php | 5 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 D | Color.php | 46 * @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 D | Composer.php | 23 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 D | Cli.php | 6 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 D | Cli.php | 6 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 D | Cli.php | 6 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 D | Cli.php | 6 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 D | Strings.php | 111 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 D | InvalidArgumentException.php | 20 use Psr\Cache\InvalidArgumentException as PsrInvalidArgumentException; 22 class InvalidArgumentException extends \InvalidArgumentException implements PsrInvalidArgumentExcep… class
|
/plugin/bureaucracy-au/helper/ |
H A D | actionscript.php | 13 …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 D | actionscript.php | 13 …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 D | actionscript.php | 13 …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 D | Cli.php | 6 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 D | OAuth2.php | 27 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 D | UserRefreshCredentials.php | 65 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 D | PersistentDataFactory.php | 26 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 D | JWK.php | 6 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 D | InvalidArgumentException.php | 13 class InvalidArgumentException extends \InvalidArgumentException implements Exception class 20 * @return InvalidArgumentException
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/ |
H A D | SerializerBuilder.php | 24 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 …]
|