| /plugin/struct/helper/ |
| H A D | db.php | 40 * @param bool $throw throw an Exception when sqlite not available or fails to load 44 public function getDB($throw = true) argument 48 if ($throw || defined('DOKU_UNITTEST')) throw new StructException('no sqlite'); 56 if ($throw) throw $exception;
|
| /plugin/addressbook/helper/ |
| D | db.php | 66 * @param bool $throw throw an Exception when sqlite not available? 70 public function getDB($throw=true) argument 77 if(!$this->sqlite && $throw) {
|
| /plugin/telleveryone/helper/ |
| D | db.php | 64 * @param bool $throw throw an Exception when sqlite not available? 68 public function getDB($throw=true) argument 75 if(!$this->sqlite && $throw) {
|
| /plugin/bez/helper/ |
| H A D | db.php | 54 * @param bool $throw throw an Exception when sqlite not available? 57 public function getDB($throw=true) { argument 63 if(!$this->sqlite && $throw) {
|
| /plugin/ireadit/helper/ |
| H A D | db.php | 64 * @param bool $throw throw an Exception when sqlite not available? 68 public function getDB($throw=true) argument 75 if(!$this->sqlite && $throw) {
|
| /plugin/extendpage/helper/ |
| D | db.php | 60 * @param bool $throw throw an Exception when sqlite not available? 63 public function getDB($throw = true) argument 70 if (!$this->sqlite && $throw) {
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/Loader/ |
| D | FilesystemLoader.php | 188 $throw = \func_num_args() > 1 ? func_get_arg(1) : true; 196 if (!$throw) { 208 if (!$throw) { 218 if (!$throw) { 241 if (!$throw) {
|
| /plugin/findologicxmlexport/vendor/symfony/yaml/ |
| D | CHANGELOG.md | 14 * complex mappings will throw a `ParseException` 19 * duplicate mapping keys throw a `ParseException` 20 * non-string mapping keys throw a `ParseException`, use the `Yaml::PARSE_KEYS_AS_STRINGS` 22 * `%` at the beginning of an unquoted string throw a `ParseException` 23 * mappings with a colon (`:`) that is not followed by a whitespace throw a 61 deprecated and will throw a `ParseException` in Symfony 4.0. 94 * Omitting the key of a mapping is deprecated and will throw a `ParseException` in Symfony 4.0.
|
| /plugin/asciidocjs/node_modules/yargs/lib/platform-shims/ |
| D | esm.mjs | 38 throw new YError(REQUIRE_DIRECTORY_ERROR) 61 throw new YError(REQUIRE_ERROR) 64 throw new YError(REQUIRE_DIRECTORY_ERROR)
|
| D | browser.mjs | 30 throw new YError(REQUIRE_DIRECTORY_ERROR); 58 throw new YError(REQUIRE_ERROR); 61 throw new YError(REQUIRE_DIRECTORY_ERROR);
|
| /plugin/watchcycle/helper/ |
| D | db.php | 39 * @param bool $throw throw an Exception when sqlite not available or fails to load 43 public function getDB($throw = true) argument
|
| /plugin/combo/vendor/symfony/yaml/ |
| H A D | CHANGELOG.md | 55 …* Using a mapping inside a multi-line string is deprecated and will throw a `ParseException` in 5.… 67 * complex mappings will throw a `ParseException` 72 * duplicate mapping keys throw a `ParseException` 73 * non-string mapping keys throw a `ParseException`, use the `Yaml::PARSE_KEYS_AS_STRINGS` 75 * `%` at the beginning of an unquoted string throw a `ParseException` 76 * mappings with a colon (`:`) that is not followed by a whitespace throw a 114 deprecated and will throw a `ParseException` in Symfony 4.0. 147 * Omitting the key of a mapping is deprecated and will throw a `ParseException` in Symfony 4.0.
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ |
| D | FunctionCommentThrowTagSniff.php | 253 foreach ($throwTokens as $throw) { 254 if (isset($throwTags[$throw]) === false) { 256 $data = array($throw);
|
| /plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/ |
| D | CHANGELOG.md | 39 * A `USER_ID_UNKNOWN` error will now throw a 46 * A `PERMISSION_REQUIRED` error will now throw a `PermissionRequiredException` 71 status code checks throw an exception. This improves the exception message
|
| /plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/ |
| D | bpmn-codes.css | 58 .bpmn-icon-intermediate-event-throw-compensation:before { content: '\e83d'; } /* '' */ 67 .bpmn-icon-intermediate-event-throw-escalation:before { content: '\e846'; } /* '' */ 70 .bpmn-icon-intermediate-event-throw-link:before { content: '\e849'; } /* '' */ 77 .bpmn-icon-intermediate-event-throw-message:before { content: '\e850'; } /* '' */ 80 .bpmn-icon-intermediate-event-throw-multiple:before { content: '\e853'; } /* '' */ 87 .bpmn-icon-intermediate-event-throw-signal:before { content: '\e85a'; } /* '' */
|
| D | bpmn.css | 114 .bpmn-icon-intermediate-event-throw-compensation:before { content: '\e83d'; } /* '' */ 123 .bpmn-icon-intermediate-event-throw-escalation:before { content: '\e846'; } /* '' */ 126 .bpmn-icon-intermediate-event-throw-link:before { content: '\e849'; } /* '' */ 133 .bpmn-icon-intermediate-event-throw-message:before { content: '\e850'; } /* '' */ 136 .bpmn-icon-intermediate-event-throw-multiple:before { content: '\e853'; } /* '' */ 143 .bpmn-icon-intermediate-event-throw-signal:before { content: '\e85a'; } /* '' */
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/ |
| D | mocked_static_method.tpl.dist | 4 …throw new PHPUnit_Framework_MockObject_BadMethodCallException('Static method "{method_name}" canno…
|
| /plugin/asciidocjs/node_modules/is-expression/ |
| D | README.md | 24 - `throw`: Throw an error if the string is not an expression. The error can 48 isExpression('var', {throw: true})
|
| /plugin/tagalerts/ |
| D | README.md | 2 Plugin to highlight specified tags or throw alert messages (requires tag plugin)
|
| /plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
| D | list.md | 58 Ensure the above will not throw Exception
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | set-retries.asciidoc | 21 When the client runs out of retries, it will throw the last exception that it 24 result in a connection timeout (for example), the client will throw an
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/ |
| D | 2382.phpt | 2 #2382: Data Providers throw error with uncloneable object
|
| /plugin/quickstats/GEOIP/vendor/geoip2/geoip2/ |
| D | .php_cs | 14 …'no_extra_consecutive_blank_lines' => ['break', 'continue', 'extra', 'return', 'throw', 'use', 'pa…
|
| /plugin/asciidocjs/node_modules/resolve/ |
| D | .eslintrc | 44 "no-throw-literal": 0,
|
| /plugin/elasticsearch/vendor/react/promise/ |
| D | README.md | 241 It will cause a fatal error if either `$onFulfilled` or `$onRejected` throw or 376 // or throw new Exception('Promise rejected'); 386 throw new Exception('Promise cancelled'); 401 just throw an exception instead of using `$reject()`. 404 If the resolver or canceller throw an exception, the promise will be rejected 690 throw new \Exception($x + 1); 694 throw $x; 722 throw new \Exception($x + 1); 749 handlers do not throw exceptions. 806 throw new ApiErrorException($object->errorMessage); [all …]
|