Home
last modified time | relevance | path

Searched +full:error -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 51 – 75 of 220) sorted by last modified time

123456789

/dokuwiki/inc/Search/
H A DIndexer.php267 * old or new name exists in the filesystem. It returns an error if the old page isn't in the page list of the
272 * @return string|bool If the page was successfully renamed, can be a message in the case of an error
318 * @return bool|string If renaming the value has been successful, false or error message on error.
547 * @return bool|int The page id on success, false on error
573 * @return bool|int The page id on success, false on error
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dparigp.php17 * - Added 2.6.0 commands, default, member functions, and error-handling
84 'ellwp','ellzeta','ellztopoint','erfc','errname','error','eta','Euler',
259 GESHI_SEARCH => '(?<!\\\\ )"(t_(?:INT|REAL|INTMOD|FRAC|FFELT|COMPLEX|PADIC|QUAD|POLMOD|POL|SER|RFRAC|QFR|QFI|VEC|COL|MAT|LIST|STR|VECSMALL|CLOSURE|ERROR))"',
H A Dpys60.php146 "EProfile","erestart","error","esyagent","Execwap","exprofile","fastcamera",
H A Drebol.php86 'entab','equal?','error?','even?','event?','exclude','exists?',
H A Drexx.php59 'by', 'digits', 'engineering', 'error', 'expose',
H A Drsplus.php75 'as.character.error', 'as.character.factor', 'as.character.hexmode', 'as.character.numeric_version', 'as.character.octmode',
H A Druby.php93 'Logger::Error', 'Logger::Formatter', 'Logger::LogDevice',
99 'ObjectSpace', 'Observable', 'PStore', 'PStore::Error',
107 'StringScanner', 'StringScanner::Error', 'Struct', 'Symbol',
113 'URI::BadURIError', 'URI::Error', 'URI::Escape', 'URI::FTP',
120 'Zlib::Error', 'Zlib::GzipFile', 'Zlib::GzipFile::CRCError',
121 'Zlib::GzipFile::Error', 'Zlib::GzipFile::LengthError',
H A Dsas.php128 'ERROR'
247 5 => array(//Error messages
248 GESHI_SEARCH => '(^ERROR.*)',
H A Dscilab.php96 'ereduc', 'erf', 'erfc', 'erfcx', 'errbar', 'errcatch', 'errclear', 'error', 'error_table', 'etime',
H A Dcil.php68 'error', 'enum', 'endmac', 'deny', 'demand', 'default', 'custom', 'compilercontrolled', 'clsid', 'class', 'cil',
H A Dfortran.php80 'eoshift','epsilon','error','exp','exponent','floor','flush','fraction',
H A Dgambas.php59 'CREATE', 'DEBUG', 'DEC', 'DEFAULT', 'DIM', 'DO', 'EACH', 'ELSE', 'END', 'ENDIF', 'ERROR', 'EVENT', 'EXEC',
H A Dhaxe.php75 "#if", "#elseif", "#else", "#end", "#error",
H A Djava5.php153 'AbstractMethodError', 'Appendable', 'ArithmeticException', 'ArrayIndexOutOfBoundsException', 'ArrayStoreException', 'AssertionError', 'Boolean', 'Byte', 'CharSequence', 'Character', 'Character.Subset', 'Character.UnicodeBlock', 'Class', 'ClassCastException', 'ClassCircularityError', 'ClassFormatError', 'ClassLoader', 'ClassNotFoundException', 'CloneNotSupportedException', 'Cloneable', 'Comparable', 'Compiler', 'Deprecated', 'Double', 'Enum', 'EnumConstantNotPresentException', 'Error', 'Exception', 'ExceptionInInitializerError', 'Float', 'IllegalAccessError', 'IllegalAccessException', 'IllegalArgumentException', 'IllegalMonitorStateException', 'IllegalStateException', 'IllegalThreadStateException', 'IncompatibleClassChangeError', 'IndexOutOfBoundsException', 'InheritableThreadLocal', 'InstantiationError', 'InstantiationException', 'Integer', 'InternalError', 'InterruptedException', 'Iterable', 'LinkageError', 'Long', 'Math', 'NegativeArraySizeException', 'NoClassDefFoundError', 'NoSuchFieldError',
/dokuwiki/inc/Sitemap/
H A DMapper.php166 if ($http->error) {
167 Logger::debug("Sitemapper:pingSearchengines(): $http->error", $resp);
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php273 echo "<br /><b>Error creating feed file, please check write permissions.</b><br />";
/dokuwiki/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.
152 * error
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php56 'error' => array(
167 'Valid levels are: debug, info, notice, success, warning, error, critical, alert, emergency.',
252 * Exits the program on a fatal error
254 * @param \Exception|string $error either an exception or an error message
257 public function fatal($error, array $context = array())
260 if (is_object($error) && is_a($error, 'Exception')) {
261 /** @var Exception $error */
262 $this->logMessage('debug', get_class($error)
188 fatal($error, array $context = array()) global() argument
[all...]
H A DCLI.php62 public function error($message, array $context = array()) function in splitbrain\\phpcli\\CLI
64 $this->log('error', $message, $context);
/dokuwiki/inc/Utf8/
H A DUnicode.php17 * string isn't a valid UTF-8 octet sequence and raises a PHP error at
81 * of the sequence and let the later error handling code catch it.
177 * Unicode range and raises a PHP error at level E_USER_WARNING
/dokuwiki/inc/Action/Exception/
H A DFatalException.php24 public function __construct($message = 'A fatal error occured', $status = 500, $previous = null)
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingAuthtype.php32 if (!parent::update($input)) return false; // nothing changed or an error caught by parent
33 $this->local = $local; // restore original, more error checking to come
38 // @TODO: throw an error in plugin controller instead of returning null
40 $this->error = true;
47 $this->error = true;
H A DSettingEmail.php51 $this->error = true;
/dokuwiki/inc/
H A Dinfoutils.php60 Logger::debug("checkUpdateMessages(): unexpected HTTP response received", $http->error);
426 * @param int $lvl -1 = error, 0 = info, 1 = success, 2 = notify
436 -1 => 'error',
464 echo "ERROR(" . $msgdata['lvl'] . ") " . $msgdata['msg'] . "\n";
H A Dinit.php42 // check for error reporting override or set error reporting to sane values
582 <head><title>DokuWiki Setup Error</title></head>
586 <h1 style="font-size: 120%">DokuWiki Setup Error</h1>

123456789