/plugin/addressbook/helper/ |
H A 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/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/telleveryone/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/approve/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/bez/helper/ |
H A D | db.php | 56 * @param bool $throw throw an Exception when sqlite not available? 59 public function getDB($throw=true) { argument 65 if(!$this->sqlite && $throw) {
|
/plugin/extendpage/helper/ |
H A 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/struct/helper/ |
H A D | db.php | 65 * @param bool $throw throw an Exception when sqlite not available? 68 public function getDB($throw = true) argument 75 if (!$this->sqlite && $throw) {
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/ |
H A 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/ |
H A 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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ |
H A 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/ |
H A 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/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/ |
H A D | mocked_static_method.tpl.dist | 4 …throw new PHPUnit_Framework_MockObject_BadMethodCallException('Static method "{method_name}" canno…
|
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/ |
H A D | bpmn-codes.css | 63 .bpmn-icon-intermediate-event-throw-compensation:before { content: '\e83d'; } /* '' */ 72 .bpmn-icon-intermediate-event-throw-escalation:before { content: '\e846'; } /* '' */ 75 .bpmn-icon-intermediate-event-throw-link:before { content: '\e849'; } /* '' */ 82 .bpmn-icon-intermediate-event-throw-message:before { content: '\e850'; } /* '' */ 85 .bpmn-icon-intermediate-event-throw-multiple:before { content: '\e853'; } /* '' */ 92 .bpmn-icon-intermediate-event-throw-signal:before { content: '\e85a'; } /* '' */
|
H A D | bpmn.css | 119 .bpmn-icon-intermediate-event-throw-compensation:before { content: '\e83d'; } /* '' */ 128 .bpmn-icon-intermediate-event-throw-escalation:before { content: '\e846'; } /* '' */ 131 .bpmn-icon-intermediate-event-throw-link:before { content: '\e849'; } /* '' */ 138 .bpmn-icon-intermediate-event-throw-message:before { content: '\e850'; } /* '' */ 141 .bpmn-icon-intermediate-event-throw-multiple:before { content: '\e853'; } /* '' */ 148 .bpmn-icon-intermediate-event-throw-signal:before { content: '\e85a'; } /* '' */
|
/plugin/tagalerts/ |
H A D | README.md | 2 Plugin to highlight specified tags or throw alert messages (requires tag plugin)
|
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
H A D | list.md | 58 Ensure the above will not throw Exception
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/ |
H A D | 2382.phpt | 2 #2382: Data Providers throw error with uncloneable object
|
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/ |
H A D | .php_cs | 14 …'no_extra_consecutive_blank_lines' => ['break', 'continue', 'extra', 'return', 'throw', 'use', 'pa…
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/util/templates/ |
H A D | endpoint.twig | 83 throw new Exceptions\RuntimeException( 131 throw new Exceptions\RuntimeException('Body is required for {{ className|title }}');
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/ |
H A D | return_type_declarations_static_method.phpt | 45 …throw new PHPUnit_Framework_MockObject_BadMethodCallException('Static method "bar" cannot be invok…
|
/plugin/elasticsearch/vendor/react/promise/ |
H A 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 686 throw new \Exception($x + 1); 690 throw $x; 718 throw new \Exception($x + 1); 745 handlers do not throw exceptions. 802 throw new ApiErrorException($object->errorMessage); [all …]
|
/plugin/elasticsearch/vendor/guzzlehttp/streams/ |
H A D | CHANGELOG.rst | 65 * Seek functions no longer throw exceptions. 72 * Added ``Stream\safe_open`` to open stream resources and throw exceptions
|
/plugin/combo/resources/library/combo/dist/ |
H A D | combo.min.js.map | 1 …throw\", err);\n }\n\n _next(undefined);\n });\n };\n}\n","export default function _…
|
/plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
H A D | CHANGELOG.md | 81 is empty. Previously, such a promise would throw an exception when its `wait`
|
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/ |
H A D | github-sample.md | 92 How about we throw some angle braces and ampersands in there? 122 > I, at any rate, am convinced that He does not throw dice.
|