Home
last modified time | relevance | path

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

12

/plugin/upgrade/
H A 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/letsencrypt/
H A 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/jdraw/lib/
H A Dcommons-logging-1.1.1.jar ... java.lang.Object) Object message public void fatal (java.lang.Object, java.lang ...
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jar ... java.lang.Object) Object message public void fatal (java.lang.Object, java.lang ...
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-logging-1.2.jar ... java.lang.Object) Object message public void fatal (java.lang.Object, java.lang ...
/plugin/pureldap/classes/
H A DClient.php168 $this->fatal($e);
179 $this->fatal($e);
355 * Handle fatal exceptions
359 protected function fatal(\Exception $e)
325 protected function fatal(\Exception $e) global() function in dokuwiki\\plugin\\pureldap\\classes\\Client
H A DADClient.php60 $this->fatal($e);
98 $this->fatal($e);
131 $this->fatal($e);
202 $this->fatal($e);
402 $this->fatal($e);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php49 set_exception_handler(array($this, 'fatal'));
147 if (!isset($this->loglevel[$level])) $this->fatal('Unknown log level');
183 * Exits the program on a fatal error
188 public function fatal($error, array $context = array()) function in splitbrain\\phpcli\\Base
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D74.phpt2 GH-74: catchable fatal error in 3.5
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DESLintSniff.php108 if (empty($error->fatal) === false || $error->severity === 2) {
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.0.md4 * Fixed the Twig tag to avoid a fatal error when left unclosed
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md72 could trigger fatal generator errors.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A 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/projects/
H A Dchangelog31 …* Fixed a bug that caused fatal error when a page does not have a project-file tag but uses other …
/plugin/pageredirect/
H A DChangeLog.md32 - fix fatal error when showing redirected message. [a04bcd9], [#23]
/plugin/combo/
H A Dcli.php309 if (!$fileHandle) $this->fatal("Failed to open $output");
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md109 - Improper behavior of Microsoft Edge when retrieving all cookies via `getCookies()` (it was causing fatal error when there were no cookies).
157 - Do not throw fatal error when `null` is passed to `sendKeys()`.
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md49 - #98 Fix PHP fatal error when maximumNestingLevel was reached (@tanakahisateru)
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md94 ``error()`` (red) or ``fatal()`` (red). The latter will also exit the programm with a non-zero exit code.
/plugin/photogallery/phpThumb/
H A 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…
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md241 It will cause a fatal error if either `$onFulfilled` or `$onRejected` throw or
792 rethrown in an uncatchable way causing a fatal error.
/plugin/jmol2/jmol/
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt66 ['error']=>array() // if present, contains one or more fatal error messages
67 …['warning']=>array() // if present, contains one or more non-fatal warning messages
/plugin/a2s/
H A DASCIIToSVG.php229 protected function yy_error($code, $fatal) { argument
232 if ($fatal) throw new Exception("JLex fatal error " . self::$yy_error_string[$code]);

12