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 26 – 50 of 220) sorted by relevance

123456789

/dokuwiki/inc/Action/Exception/
H A DFatalException.php24 public function __construct($message = 'A fatal error occured', $status = 500, $previous = null)
/dokuwiki/lib/scripts/
H A Dlocktimer.js137 data.errors.forEach(function(error) { argument
139 jQuery('<div class="error"></div>').text(error)
/dokuwiki/lib/plugins/extension/
H A Dcli.php152 $this->error(sprintf('Extension %s is not installed', $ext->getID()));
166 $this->error($status);
192 $this->error(sprintf('Extension %s is not installed', $ext->getID()));
201 $this->error(sprintf($this->getLang('msg_delete_failed'), hsc($ext->getID())));
228 $this->error($e->getMessage());
236 $this->error(
245 $this->error($e->getMessage());
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingImConvert.php21 $this->error = true;
H A DSettingString.php18 } elseif ($echo && $this->error) {
H A DSettingRegex.php28 $this->error = true;
H A DSettingPassword.php19 $this->error = true;
/dokuwiki/vendor/
H A Dautoload.php7 header('HTTP/1.1 500 Internal Server Error');
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dnewlisp.php66 'error-event','estack','eval','eval-string','exec','exists','exit',
73 'lambda','lambda?','last','last-error','legal?','length','let',
77 'net-close','net-connect','net-error','net-eval','net-interface',
95 'sys-error','sys-info','tan','tanh','throw','throw-error','time',
100 'write-line','xfer-event','xml-error','xml-parse','xml-type-tags',
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 Dgo.php99 'blowfish.KeySizeError', 'bufio.BufSizeError', 'bufio.Error', 'bufio.ReadWriter',
150 'io.Closer', 'io.Error', 'io.PipeReader', 'io.PipeWriter', 'io.ReadByter',
165 'net.DNSError', 'net.Error', 'net.InvalidAddrError', 'net.InvalidConnError',
170 'nntp.Conn', 'nntp.Error', 'nntp.Group', 'nntp.ProtocolError', 'ogle.Arch',
177 'os.Errno', 'os.Error', 'os.ErrorString', 'os.File', 'os.FileInfo',
209 'reflect.UnsafePointerValue', 'reflect.Value', 'regexp.Error', 'regexp.Regexp',
215 'runtime.Complex64Type', 'runtime.ComplexType', 'runtime.Error',
224 'runtime.UintptrType', 'runtime.UnsafePointerType', 'scanner.Error',
244 'tar.Header', 'tar.Reader', 'tar.Writer', 'template.Error',
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DError.php10 class Error class
/dokuwiki/bin/
H A Ddwpage.php284 $this->error("Page $wiki_id is already locked by another user");
291 $this->error("Unable to obtain lock for $wiki_id ");
308 $this->error("Page $wiki_id is locked by another user");
315 $this->error("Unable to clear lock for $wiki_id");
331 $this->error("Unable to delete $wikiLockFN");
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DCLI.php62 public function error($message, array $context = array()) function in splitbrain\\phpcli\\CLI
64 $this->log('error', $message, $context);
H A DException.php16 const E_ANY = -1; // no error code specified
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php610 echo '<th class="error">' . $this->lang['error'] . '</th>';
621 echo '<td class="error">' . $failure['error'] . ' </td>';
1067 !empty($_FILES['import']['error']) && $this->isUploadedFile($_FILES['import']['tmp_name'])
1084 $error = ''; // clean out any errors from the previous line
1091 $error = sprintf($this->lang['import_error_fields'], count($raw));
1092 $this->import_failures[$line] = ['error' => $error, 'user' => $raw, 'orig' => $csv];
1096 $clean = $this->cleanImportUser($raw, $error);
1143 cleanImportUser($candidate, & $error) global() argument
1192 importUser($user, & $error) global() argument
[all...]
/dokuwiki/inc/HTTP/
H A DHTTPClient.php37 // don't set these, read on error variable in dokuwiki\\HTTP\\HTTPClient
38 public $error;
82 * Returns the wanted page or false on an error;
86 * @return false|string response body, false on error
101 * Returns the wanted page or false on an error.
109 * @return false|string response body, false on error
127 * Returns the resulting page or false on an error;
131 * @return false|string response body, false on error
161 $this->error = '';
205 $this->error
[all...]
/dokuwiki/inc/Parsing/Lexer/
H A DParallelRegex.php108 msg('A PCRE backtrack error occured. Try to increase the pcre.backtrack_limit in php.ini', -1);
111 msg('A PCRE recursion error occured. Try to increase the pcre.recursion_limit in php.ini', -1);
114 msg('A PCRE UTF-8 error occured. This might be caused by a faulty plugin', -1);
117 msg('A PCRE internal error occured. This might be caused by a faulty plugin', -1);
/dokuwiki/inc/Action/
H A DDenied.php41 * Display error on denied pages
H A DLocked.php30 * Display error on locked pages
/dokuwiki/vendor/composer/
H A Dplatform_check.php13 header('HTTP/1.1 500 Internal Server Error');
/dokuwiki/lib/exe/
H A Dmediamanager.php70 if (!empty($_FILES['upload']['error'])) {
71 switch ($_FILES['upload']['error']) {
80 msg($lang['uploadfail'] . ' (' . $_FILES['upload']['error'] . ')', -1);
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php26 * File where the last error which happened when we tried to autosubmit, will be log
62 * @return string An empty string if everything worked fine, a string describing the error otherwise
66 $error = '';
70 $error = $httpClient->error;
72 return $error;
/dokuwiki/inc/
H A Dload.php181 ErrorHandler::showExceptionMsg($e, "Error loading plugin $plugin");
207 ErrorHandler::showExceptionMsg($e, "Error loading template $template");
260 ErrorHandler::showExceptionMsg($e, "Error loading plugin {$m[2]}");
/dokuwiki/lib/plugins/config/
H A Dstyle.css3 #config__manager div.error,
137 #config__manager td.error { background-color: red; color: #000; }

123456789