| /dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
| H A D | DataCache.php | 47 use InvalidArgumentException; alias 77 * @throws InvalidArgumentException 98 * @throws InvalidArgumentException 115 * @throws InvalidArgumentException
|
| H A D | BaseDataCache.php | 47 use InvalidArgumentException; alias 81 * @throws InvalidArgumentException 124 * @throws InvalidArgumentException 151 * @throws InvalidArgumentException
|
| H A D | Psr16.php | 48 use Psr\SimpleCache\InvalidArgumentException; alias 89 * @throws InvalidArgumentException 119 * @throws InvalidArgumentException 139 * @throws InvalidArgumentException
|
| /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');
|
| H A D | Form.php | 172 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/ |
| H A D | Strings.php | 109 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/ |
| 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/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | DH.php | 102 …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/ |
| H A D | PuTTY.php | 83 …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…
|
| 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/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/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/paragonie/constant_time_encoding/src/ |
| H A D | Base64.php | 5 use InvalidArgumentException; alias 250 throw new InvalidArgumentException(
|
| H A D | Base32.php | 5 use InvalidArgumentException; alias 221 throw new InvalidArgumentException(
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/ |
| H A D | PuTTY.php | 101 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');
|
| H A D | MSBLOB.php | 189 throw new \InvalidArgumentException('MSBLOB does not support multi-prime RSA keys');
|
| /dokuwiki/vendor/composer/ |
| H A D | ClassLoader.php | 250 …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.…
|