| /dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
| H A D | DataCache.php | 10 use InvalidArgumentException; alias 38 * @throws InvalidArgumentException 59 * @throws InvalidArgumentException 76 * @throws InvalidArgumentException
|
| H A D | BaseDataCache.php | 10 use InvalidArgumentException; alias 42 * @throws InvalidArgumentException 85 * @throws InvalidArgumentException 112 * @throws InvalidArgumentException
|
| H A D | Psr16.php | 11 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 D | php-8.1-strftime.php | 8 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 D | OptGroup.php | 60 if (!is_array($options)) throw new \InvalidArgumentException('Options have to be an array'); 65 throw new \InvalidArgumentException( 74 throw new \InvalidArgumentException(
|
| H A D | DropdownElement.php | 44 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 D | Element.php | 135 … throw new \InvalidArgumentException('IDs in DokuWiki have to contain two subsequent underscores');
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/ |
| H A D | Strings.php | 109 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 D | ApiCall.php | 6 use InvalidArgumentException; alias 35 throw new InvalidArgumentException('Method is not callable'); 173 throw new InvalidArgumentException("Missing argument $arg");
|
| H A D | Api.php | 138 } catch (\InvalidArgumentException | \ArgumentCountError $e) {
|
| /dokuwiki/vendor/simplepie/simplepie/src/HTTP/ |
| H A D | FileClient.php | 10 use InvalidArgumentException; alias 50 throw new InvalidArgumentException(sprintf(
|
| H A D | Psr18Client.php | 10 use InvalidArgumentException; alias 78 throw new InvalidArgumentException(sprintf(
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | DH.php | 108 …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 D | PuTTY.php | 86 …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 D | OpenSSH.php | 78 …throw new \InvalidArgumentException('SSH only supports keys with an N (length of Group Order q) of…
|
| /dokuwiki/_test/tests/Remote/ |
| H A D | ApiCallTest.php | 8 use InvalidArgumentException; alias 119 $this->expectException(InvalidArgumentException::class);
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Registry.php | 10 use InvalidArgumentException; alias 190 throw new InvalidArgumentException(sprintf( 228 throw new InvalidArgumentException(sprintf(
|
| /dokuwiki/inc/Ui/ |
| H A D | MediaRevisions.php | 8 use InvalidArgumentException; alias 28 throw new InvalidArgumentException('media id should not be empty!');
|
| H A D | MediaDiff.php | 8 use InvalidArgumentException; alias 37 throw new InvalidArgumentException('media id should not be empty!');
|
| /dokuwiki/vendor/simplepie/simplepie/src/Content/Type/ |
| H A D | Sniffer.php | 10 use InvalidArgumentException; alias 43 throw new InvalidArgumentException(sprintf(
|
| /dokuwiki/inc/TreeBuilder/ |
| H A D | AbstractBuilder.php | 57 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 D | PuTTY.php | 104 throw new \InvalidArgumentException('PuTTY does not support multi-prime RSA keys');
|
| H A D | JWK.php | 106 throw new \InvalidArgumentException('JWK does not support multi-prime RSA keys');
|
| H A D | XML.php | 138 throw new \InvalidArgumentException('XML does not support multi-prime RSA keys');
|
| /dokuwiki/vendor/paragonie/constant_time_encoding/src/ |
| H A D | Base64.php | 5 use InvalidArgumentException; alias 312 throw new InvalidArgumentException(
|