Home
last modified time | relevance | path

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

12

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DDataCache.php10 use InvalidArgumentException; alias
38 * @throws InvalidArgumentException
59 * @throws InvalidArgumentException
76 * @throws InvalidArgumentException
H A DBaseDataCache.php10 use InvalidArgumentException; alias
42 * @throws InvalidArgumentException
85 * @throws InvalidArgumentException
112 * @throws InvalidArgumentException
H A DPsr16.php11 use Psr\SimpleCache\InvalidArgumentException; alias
51 * @throws InvalidArgumentException&Throwable
81 * @throws InvalidArgumentException&Throwable
101 * @throws InvalidArgumentException&Throwable
/dokuwiki/vendor/php81_bc/strftime/src/
H A Dphp-8.1-strftime.php8 use InvalidArgumentException; alias
30 * @throws InvalidArgumentException
40 …throw new InvalidArgumentException('$timestamp argument is neither a valid UNIX timestamp, a valid…
141 … throw new InvalidArgumentException(sprintf('Format "%s" is unknown in time format', $pattern));
/dokuwiki/inc/Form/
H A DOptGroup.php60 if (!is_array($options)) throw new \InvalidArgumentException('Options have to be an array');
65 throw new \InvalidArgumentException(
74 throw new \InvalidArgumentException(
H A DDropdownElement.php44 throw new \InvalidArgumentException(hsc('<optgroup> must have a label!'));
66 …throw new \InvalidArgumentException(hsc('Argument must be an associative array of label => [option…
H A DElement.php135 … throw new \InvalidArgumentException('IDs in DokuWiki have to contain two subsequent underscores');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php109 throw new \InvalidArgumentException('$format contains an invalid character');
169 …throw new \InvalidArgumentException('There must be as many arguments as there are characters in th…
177 …throw new \InvalidArgumentException('Bytes must be represented as an integer between 0 and 255, in…
183 throw new \InvalidArgumentException('A boolean parameter was expected.');
189 throw new \InvalidArgumentException('An integer was expected.');
199 throw new \InvalidArgumentException('An integer was expected.');
205 throw new \InvalidArgumentException('A string was expected.');
211 …throw new \InvalidArgumentException('A phpseclib3\Math\BigInteger or phpseclib3\Math\Common\Finite…
218 throw new \InvalidArgumentException('An array was expected.');
224 throw new \InvalidArgumentException('$format contains an invalid character');
/dokuwiki/inc/Remote/
H A DApiCall.php6 use InvalidArgumentException; alias
35 throw new InvalidArgumentException('Method is not callable');
173 throw new InvalidArgumentException("Missing argument $arg");
H A DApi.php138 } catch (\InvalidArgumentException | \ArgumentCountError $e) {
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DFileClient.php10 use InvalidArgumentException; alias
50 throw new InvalidArgumentException(sprintf(
H A DPsr18Client.php10 use InvalidArgumentException; alias
78 throw new InvalidArgumentException(sprintf(
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php108 …throw new \InvalidArgumentException('Valid parameters are either: two BigInteger\'s (prime and bas…
228 throw new \InvalidArgumentException('Invalid named prime provided');
290 …throw new \InvalidArgumentException('The public and private key do not share the same prime and / …
299 …throw new \InvalidArgumentException('$public needs to be an instance of DH\PublicKey, a BigInteger…
308 …throw new \InvalidArgumentException("The public key curve (" . $public->getCurve() . ") and privat…
356 …throw new \InvalidArgumentException('$public needs to be an instance of EC\PublicKey or a string (…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPuTTY.php86 …throw new \InvalidArgumentException('SSH only supports keys with an N (length of Group Order q) of…
107 …throw new \InvalidArgumentException('SSH only supports keys with an N (length of Group Order q) of…
H A DOpenSSH.php78 …throw new \InvalidArgumentException('SSH only supports keys with an N (length of Group Order q) of…
/dokuwiki/_test/tests/Remote/
H A DApiCallTest.php8 use InvalidArgumentException; alias
119 $this->expectException(InvalidArgumentException::class);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DRegistry.php10 use InvalidArgumentException; alias
190 throw new InvalidArgumentException(sprintf(
228 throw new InvalidArgumentException(sprintf(
/dokuwiki/inc/Ui/
H A DMediaRevisions.php8 use InvalidArgumentException; alias
28 throw new InvalidArgumentException('media id should not be empty!');
H A DMediaDiff.php8 use InvalidArgumentException; alias
37 throw new InvalidArgumentException('media id should not be empty!');
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php10 use InvalidArgumentException; alias
43 throw new InvalidArgumentException(sprintf(
/dokuwiki/inc/TreeBuilder/
H A DAbstractBuilder.php57 throw new \InvalidArgumentException('Property builder must be callable');
75 throw new \InvalidArgumentException('Recursion-filter must be callable');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPuTTY.php104 throw new \InvalidArgumentException('PuTTY does not support multi-prime RSA keys');
H A DJWK.php106 throw new \InvalidArgumentException('JWK does not support multi-prime RSA keys');
H A DXML.php138 throw new \InvalidArgumentException('XML does not support multi-prime RSA keys');
/dokuwiki/vendor/paragonie/constant_time_encoding/src/
H A DBase64.php5 use InvalidArgumentException; alias
312 throw new InvalidArgumentException(

12