Home
last modified time | relevance | path

Searched refs:fatal (Results 1 – 25 of 64) sorted by relevance

123

/plugin/upgrade/
Dcli.php50 $this->fatal('Unknown command');
54 $this->fatal('Upgrade aborted');
56 $this->helper->downloadTarball() || $this->fatal('Upgrade aborted');
57 $this->helper->extractTarball() || $this->fatal('Upgrade aborted');
58 $this->helper->checkPermissions() || $this->fatal('Upgrade aborted');
60 $this->helper->copyFiles() || $this->fatal('Upgrade aborted');
61 $this->helper->deleteObsoleteFiles() || $this->fatal('Upgrade aborted');
/plugin/asciidocjs/node_modules/uglify-js/bin/
Duglifyjs45 if (!(letter in short_forms)) fatal("invalid option -" + letter);
225 fatal("invalid option --" + name);
230 if (required) fatal("missing option argument for --" + name);
236 if (!output && options.sourceMap && options.sourceMap.url != "inline") fatal("cannot write source m…
237 if (specified["beautify"] && specified["output-opts"]) fatal("--beautify cannot be used with --outp…
248 fatal("inline source map only works with built-in parser");
275 fatal("incompatible options specified");
279 if (/^ast|spidermonkey$/.test(name)) fatal("invalid file name specified");
369 fatal(ex);
375 if (Object.keys(files).length != 1) fatal("can only test on a single file");
[all …]
/plugin/letsencrypt/
Dcli.php51 if(!$this->helper->getRoot()) $this->fatal('no webserver root directory set or detected');
52 if(!$this->helper->getCertDir()) $this->fatal('no certificate directory set');
53 if(!$this->helper->hasAccount()) $this->fatal('no letsencrypt account set up, yet');
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-logging-1.2.jar ... java.lang.Object) Object message public void fatal (java.lang.Object, java.lang ...
/plugin/jdraw/lib/
Dcommons-logging-1.1.1.jar ... java.lang.Object) Object message public void fatal (java.lang.Object, java.lang ...
/plugin/jcapture/lib/
Dcommons-logging-1.1.1.jar ... java.lang.Object) Object message public void fatal (java.lang.Object, java.lang ...
/plugin/upgrade/myvendor/splitbrain/php-cli/src/
DBase.php231 if (!isset($this->loglevel[$level])) $this->fatal('Unknown log level');
247 if (!isset($this->loglevel[$level])) $this->fatal('Unknown log level');
257 public function fatal($error, array $context = array()) function in splitbrain\\phpcli\\Base
/plugin/pureldap/classes/
H A DADClient.php60 $this->fatal($e);
100 $this->fatal($e);
133 $this->fatal($e);
204 $this->fatal($e);
404 $this->fatal($e);
H A DClient.php173 $this->fatal($e);
184 $this->fatal($e);
364 protected function fatal(\Exception $e) function in dokuwiki\\plugin\\pureldap\\classes\\Client
/plugin/genericsso/
Dauth.php95 private function _getAttributes(bool $fatal = true, string $attr = null): array|null { argument
114 if($bad && $fatal) {
125 if($fatal)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
D74.phpt2 GH-74: catchable fatal error in 3.5
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
DESLintSniff.php108 if (empty($error->fatal) === false || $error->severity === 2) {
/plugin/jplayer/vendor/kriswallsmith/assetic/
DCHANGELOG-1.0.md4 * Fixed the Twig tag to avoid a fatal error when left unclosed
/plugin/dokullm/
H A Dcli.php80 $this->fatal('Missing file path for send action');
88 $this->fatal('Missing search terms for query action');
110 $this->fatal('Missing document ID for get action');
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
DCHANGELOG.md72 could trigger fatal generator errors.
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/
DCHANGELOG.md121 could trigger fatal generator errors.
/plugin/authgooglesheets/vendor/monolog/monolog/
DCHANGELOG.md255 * Fixed fatal errors occurring when normalizing generators that have been fully consumed
339 …* Fixed duplicate logging of fatal errors when both error and fatal error handlers are registered …
340 * Fixed missing fatal errors records with handlers that need to be closed to flush log records
473 * Added Monolog\ErrorHandler helper class to register a Logger as exception/error/fatal handler
533 * Fixed fatal error in SyslogHandler
544 * Fixed BufferHandler not being flushed properly on PHP fatal errors
/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A DREADME.md53 echo "fatal error: " . $e->getMessage();
/plugin/projects/
Dchangelog31 …* Fixed a bug that caused fatal error when a page does not have a project-file tag but uses other …
/plugin/pageredirect/
DChangeLog.md32 - fix fatal error when showing redirected message. [a04bcd9], [#23]
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md109 …osoft Edge when retrieving all cookies via `getCookies()` (it was causing fatal error when there …
157 - Do not throw fatal error when `null` is passed to `sendKeys()`.
/plugin/mdpage/vendor/cebe/markdown/
DCHANGELOG.md49 - #98 Fix PHP fatal error when maximumNestingLevel was reached (@tanakahisateru)
/plugin/combo/
H A Dcli.php332 if (!$fileHandle) $this->fatal("Failed to open $output");
/plugin/upgrade/myvendor/splitbrain/php-cli/
DREADME.md94 ``error()`` (red) or ``fatal()`` (red). The latter will also exit the programm with a non-zero exit…
/plugin/photogallery/phpThumb/
DphpThumb.config.php.default163 $PHPTHUMB_CONFIG['error_die_on_error'] = true; // die with error message on any fatal
164 …_die_on_error'] = false; // simply die with no output of any kind on fatal errors (not recomm…

123