Home
last modified time | relevance | path

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

12

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
DDataCache.php47 use InvalidArgumentException; alias
77 * @throws InvalidArgumentException
98 * @throws InvalidArgumentException
115 * @throws InvalidArgumentException
DBaseDataCache.php47 use InvalidArgumentException; alias
81 * @throws InvalidArgumentException
124 * @throws InvalidArgumentException
151 * @throws InvalidArgumentException
DPsr16.php48 use Psr\SimpleCache\InvalidArgumentException; alias
89 * @throws InvalidArgumentException
119 * @throws InvalidArgumentException
139 * @throws InvalidArgumentException
/dokuwiki/vendor/php81_bc/strftime/src/
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/
DOptGroup.php60 if (!is_array($options)) throw new \InvalidArgumentException('Options have to be an array');
65 throw new \InvalidArgumentException(
74 throw new \InvalidArgumentException(
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…
DElement.php135 … throw new \InvalidArgumentException('IDs in DokuWiki have to contain two subsequent underscores');
DForm.php172 if (is_a($element, '\dokuwiki\Form\Form')) throw new \InvalidArgumentException(
191 if (is_a($element, '\dokuwiki\Form\Form')) throw new \InvalidArgumentException(
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
DStrings.php109 throw new \InvalidArgumentException('$format contains an invalid character');
167 …throw new \InvalidArgumentException('There must be as many arguments as there are characters in th…
175 …throw new \InvalidArgumentException('Bytes must be represented as an integer between 0 and 255, in…
181 throw new \InvalidArgumentException('A boolean parameter was expected.');
187 throw new \InvalidArgumentException('An integer was expected.');
197 throw new \InvalidArgumentException('An integer was expected.');
203 throw new \InvalidArgumentException('A string was expected.');
209 …throw new \InvalidArgumentException('A phpseclib3\Math\BigInteger or phpseclib3\Math\Common\Finite…
216 throw new \InvalidArgumentException('An array was expected.');
222 throw new \InvalidArgumentException('$format contains an invalid character');
/dokuwiki/inc/Remote/
DApiCall.php6 use InvalidArgumentException; alias
35 throw new InvalidArgumentException('Method is not callable');
173 throw new InvalidArgumentException("Missing argument $arg");
DApi.php138 } catch (\InvalidArgumentException | \ArgumentCountError $e) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DDH.php102 …throw new \InvalidArgumentException('Valid parameters are either: two BigInteger\'s (prime and bas…
222 throw new \InvalidArgumentException('Invalid named prime provided');
284 …throw new \InvalidArgumentException('The public and private key do not share the same prime and / …
293 …throw new \InvalidArgumentException('$public needs to be an instance of DH\PublicKey, a BigInteger…
320 …throw new \InvalidArgumentException('$public needs to be an instance of EC\PublicKey or a string (…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
DPuTTY.php83 …throw new \InvalidArgumentException('SSH only supports keys with an N (length of Group Order q) of…
104 …throw new \InvalidArgumentException('SSH only supports keys with an N (length of Group Order q) of…
DOpenSSH.php78 …throw new \InvalidArgumentException('SSH only supports keys with an N (length of Group Order q) of…
/dokuwiki/_test/tests/Remote/
DApiCallTest.php8 use InvalidArgumentException; alias
119 $this->expectException(InvalidArgumentException::class);
/dokuwiki/inc/Ui/
DMediaRevisions.php8 use InvalidArgumentException; alias
28 throw new InvalidArgumentException('media id should not be empty!');
DMediaDiff.php8 use InvalidArgumentException; alias
37 throw new InvalidArgumentException('media id should not be empty!');
/dokuwiki/inc/TreeBuilder/
DAbstractBuilder.php57 throw new \InvalidArgumentException('Property builder must be callable');
75 throw new \InvalidArgumentException('Recursion-filter must be callable');
/dokuwiki/vendor/paragonie/constant_time_encoding/src/
DBase64.php5 use InvalidArgumentException; alias
250 throw new InvalidArgumentException(
DBase32.php5 use InvalidArgumentException; alias
221 throw new InvalidArgumentException(
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
DPuTTY.php101 throw new \InvalidArgumentException('PuTTY does not support multi-prime RSA keys');
DJWK.php106 throw new \InvalidArgumentException('JWK does not support multi-prime RSA keys');
DXML.php138 throw new \InvalidArgumentException('XML does not support multi-prime RSA keys');
DMSBLOB.php189 throw new \InvalidArgumentException('MSBLOB does not support multi-prime RSA keys');
/dokuwiki/vendor/composer/
DClassLoader.php250 …throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.…
305 …throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.…

12