Home
last modified time | relevance | path

Searched refs:throw (Results 1 – 25 of 210) sorted by relevance

123456789

/plugin/struct/helper/
H A Ddb.php40 * @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/
Ddb.php66 * @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/
Ddb.php64 * @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 Ddb.php54 * @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 Ddb.php64 * @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/
Ddb.php60 * @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/
DFilesystemLoader.php188 $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/
DCHANGELOG.md14 * 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/
Desm.mjs38 throw new YError(REQUIRE_DIRECTORY_ERROR)
61 throw new YError(REQUIRE_ERROR)
64 throw new YError(REQUIRE_DIRECTORY_ERROR)
Dbrowser.mjs30 throw new YError(REQUIRE_DIRECTORY_ERROR);
58 throw new YError(REQUIRE_ERROR);
61 throw new YError(REQUIRE_DIRECTORY_ERROR);
/plugin/watchcycle/helper/
Ddb.php39 * @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 DCHANGELOG.md55 …* 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/
DFunctionCommentThrowTagSniff.php253 foreach ($throwTokens as $throw) {
254 if (isset($throwTags[$throw]) === false) {
256 $data = array($throw);
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
DCHANGELOG.md39 * 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/
Dbpmn-codes.css58 .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'; } /* '' */
Dbpmn.css114 .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/
Dmocked_static_method.tpl.dist4throw new PHPUnit_Framework_MockObject_BadMethodCallException('Static method "{method_name}" canno…
/plugin/asciidocjs/node_modules/is-expression/
DREADME.md24 - `throw`: Throw an error if the string is not an expression. The error can
48 isExpression('var', {throw: true})
/plugin/tagalerts/
DREADME.md2 Plugin to highlight specified tags or throw alert messages (requires tag plugin)
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dlist.md58 Ensure the above will not throw Exception
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dset-retries.asciidoc21 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/
D2382.phpt2 #2382: Data Providers throw error with uncloneable object
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
D.php_cs14 …'no_extra_consecutive_blank_lines' => ['break', 'continue', 'extra', 'return', 'throw', 'use', 'pa…
/plugin/asciidocjs/node_modules/resolve/
D.eslintrc44 "no-throw-literal": 0,
/plugin/elasticsearch/vendor/react/promise/
DREADME.md241 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 …]

123456789