| /dokuwiki/vendor/splitbrain/lesserphp/src/Utils/ |
| H A D | Asserts.php | 5 use Exception; alias 12 * @throws Exception 20 throw new Exception('expecting list'); 29 throw new Exception("{$name}expecting $expectedArgs arguments, got $numValues"); 39 * @throws Exception 44 throw new Exception('expecting list'); 53 … throw new Exception("$name expecting at least $expectedMinArgs arguments, got $numValues"); 64 * @throws Exception 69 throw new Exception($error); 73 * @throws Exception [all …]
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Installer.php | 74 * @throws Exception 89 * @throws Exception 95 throw new Exception('error_nourl', [$extension->getId()]); 105 * @throws Exception 121 * @throws Exception 127 throw new Exception('msg_upload_failed', [$_FILES[$field]['error']]); 133 throw new Exception('msg_upload_failed', ['move failed']); 146 * @throws Exception 194 * @throws Exception 199 throw new Exception('error_notinstalled', [$extension->getId()]); [all …]
|
| H A D | Repository.php | 49 * @throws Exception 59 throw new Exception('nossl'); 68 throw new Exception('repo_error'); 71 throw new Exception('repo_badresponse'); 82 * @throws Exception 97 throw new Exception('repo_error'); 113 throw new Exception('repo_badresponse', 0, $e); 128 * @throws Exception 166 * @throws Exception 181 * @throws Exception [all …]
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/Functions/ |
| H A D | Math.php | 5 use Exception; alias 46 * @throws Exception 58 * @throws Exception 70 * @throws Exception 82 * @throws Exception 100 * @throws Exception 111 * @throws Exception 122 * @throws Exception 133 * @throws Exception 145 * @throws Exception [all …]
|
| H A D | ColorChannels.php | 5 use Exception; alias 39 * @throws Exception 51 * @throws Exception 63 * @throws Exception 78 * @throws Exception 87 * @throws Exception 96 * @throws Exception 123 * @throws Exception
|
| H A D | ColorOperation.php | 5 use Exception; alias 43 * @throws Exception 58 * @throws Exception 73 * @throws Exception 88 * @throws Exception 103 * @throws Exception 116 * @throws Exception 130 * @throws Exception 143 * @throws Exception 162 * @throws Exception [all …]
|
| H A D | ColorDefinition.php | 5 use Exception; alias 38 * @throws Exception 57 * @throws Exception
|
| /dokuwiki/inc/ |
| H A D | JWT.php | 51 throw new \Exception('Invalid JWT signature'); 57 } catch (\Exception $e) { 58 throw new \Exception('Invalid JWT', $e->getCode(), $e); 62 throw new \Exception('Invalid JWT'); 66 throw new \Exception('Unsupported JWT algorithm'); 69 throw new \Exception('Unsupported JWT type'); 72 throw new \Exception('Unsupported JWT issuer'); 75 throw new \Exception('JWT expired'); 81 throw new \Exception('JWT not found, maybe it expired?'); 85 throw new \Exception('JWT invalid, maybe it expired?'); [all …]
|
| /dokuwiki/inc/Action/ |
| H A D | Subscribe.php | 5 use dokuwiki\Action\Exception\ActionAbort; 6 use dokuwiki\Action\Exception\ActionDisabledException; 10 use Exception; alias 43 } catch (Exception $e) { 58 * @throws Exception if (un)subscribing fails 105 throw new Exception( 123 * @throws Exception 133 throw new Exception('no subscription target given'); 157 throw new Exception($lang['subscr_subscribe_noaddress']); 167 throw new Exception(
|
| /dokuwiki/vendor/kissifrot/php-ixr/src/Exception/ |
| H A D | ClientException.php | 3 namespace IXR\Exception; 6 class ClientException extends \Exception
|
| H A D | ServerException.php | 3 namespace IXR\Exception; 6 class ServerException extends \Exception
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/src/ |
| H A D | Exception.php | 5 class Exception extends \Exception class
|
| /dokuwiki/vendor/splitbrain/slika/src/ |
| H A D | Exception.php | 9 class Exception extends \Exception class
|
| H A D | ImageMagickAdapter.php | 20 throw new Exception('Can not find or run ' . $this->options['imconvert']); 39 throw new Exception('Unknown rotation given'); 61 * @throws Exception 66 throw new Exception('You can not resize to 0x0'); 80 * @throws Exception 85 throw new Exception('You can not crop to 0x0'); 105 * @throws Exception 127 throw new Exception('ImageMagick returned non-zero exit code for ' . $cmd);
|
| H A D | GdAdapter.php | 39 * @throws Exception 74 * @throws Exception 80 throw new Exception('Unknown rotation given'); 123 * @throws Exception 134 * @throws Exception 145 * @throws Exception 157 throw new Exception('Can not save image format ' . $extension); 174 * @throws Exception 181 throw new Exception('Failed to read image information'); 190 throw new Exception('Can not work with image format ' . $this->extension); [all …]
|
| H A D | Adapter.php | 22 * @throws Exception 27 throw new Exception('image file does not exist'); 31 throw new Exception('image file is not readable');
|
| /dokuwiki/inc/HTTP/ |
| H A D | HTTPClientException.php | 5 use Exception; alias 7 class HTTPClientException extends Exception
|
| /dokuwiki/inc/Action/Exception/ |
| H A D | NoActionException.php | 3 namespace dokuwiki\Action\Exception; 13 class NoActionException extends \Exception
|
| H A D | FatalException.php | 3 namespace dokuwiki\Action\Exception; 15 class FatalException extends \Exception
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Exception.php | 47 use Exception as NativeException; 54 class Exception extends NativeException class
|
| /dokuwiki/vendor/splitbrain/php-cli/src/ |
| H A D | Options.php | 41 * @throws Exception when arguments can't be read 113 * @throws Exception 118 throw new Exception("Command $command not registered"); 135 * @throws Exception 140 throw new Exception("Command $command already registered"); 159 * @throws Exception 164 throw new Exception("Command $command not registered"); 175 throw new Exception("Short options should be exactly one ASCII character"); 189 * @throws Exception 204 throw new Exception("Not enough arguments", Exception::E_OPT_ARG_REQUIRED); [all …]
|
| H A D | Colors.php | 113 * @throws Exception 128 * @throws Exception 140 * @throws Exception 148 throw new Exception("No such color $color"); 159 * @throws Exception 171 * @throws Exception
|
| H A D | Exception.php | 14 class Exception extends \RuntimeException class 28 public function __construct($message = "", $code = 0, \Exception $previous = null)
|
| /dokuwiki/_test/tests/general/ |
| H A D | general_languagelint.test.php | 36 * @throws Exception 41 throw new Exception("$file does not start with '<?php' - check for BOM"); 44 throw new Exception("$file ends with '?>' - remove it!");
|
| /dokuwiki/.github/ |
| H A D | release.php | 91 …throw new \splitbrain\phpcli\Exception('Invalid release type. Use one of ' . join(', ', self::TYPE… 104 throw new \splitbrain\phpcli\Exception('Invalid date format, use YYYY-MM-DD'); 108 … throw new \splitbrain\phpcli\Exception('Date must be equal or later than the last release'); 112 throw new \splitbrain\phpcli\Exception( 118 … throw new \splitbrain\phpcli\Exception('Codename must be different from the last release'); 146 throw new \Exception('Could not find $updateVersion in doku.php'); 156 * @throws Exception 166 throw new \Exception('Could not find $updateVersion in doku.php');
|