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 176 – 200 of 220) sorted by last modified time

123456789

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingImConvert.php21 $this->error = true;
H A DSettingMulticheckbox.php27 $this->error = true;
45 } elseif ($echo && $this->error) {
H A DSettingNumeric.php28 $this->error = true;
H A DSettingPassword.php19 $this->error = true;
H A DSettingRegex.php28 $this->error = true;
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dcadlisp.php103 'vl-bb-ref','vl-bb-set','vl-catch-all-apply','vl-catch-all-error-message',
104 'vl-catch-all-error-p','vl-cmdf','vl-consp','vl-directory-files','vl-doc-export',
105 'vl-doc-import','vl-doc-ref','vl-doc-set','vl-every','vl-exit-with-error',
H A Dcobol.php171 'EOS', 'EQUAL', 'EQUALS', 'ERASE', 'ERROR', 'ESCAPE',
H A Dcsharp.php79 '#elif', '#endif', '#endregion', '#else', '#error', '#define', '#if',
H A Ddcl.php79 'SHOW DISPLAY', 'SHOW ENTRY', 'SHOW ERROR', 'SHOW FASTPATH', 'SHOW IMAGE',
H A Dezt.php48 // In any case, 25*4 will result in an Easytrieve error
H A Dfalcon.php112 "Dictionary","Directory","Error","FileStat","Format",
H A Dfo.php64 '.fehler', '.error',
H A Dgroovy.php367 'Environment', 'EOFException', 'Error',
H A Dgwbasic.php50 'TRON','TROFF','SWAP','ERASE','EDIT','ERROR','RESUME',
H A Dpli.php75 'environment', 'epsilon', 'erf', 'erfc', 'error', 'event', 'excl',
H A Dpovray.php177 0 => '\#(?!(include|declare|local|fopen|fclose|read|write|default|version|if|else|end|ifdef|ifndef|switch|case|range|break|while|debug|error|warning|macro) )[[:word:]]*',
179 1 => "\#(include|declare|local|fopen|fclose|read|write|default|version|if|else|end|ifdef|ifndef|switch|case|range|break|while|debug|error|warning|macro)",
/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]}");
H A Dmedia.php307 * @return false|string false on error, id of the new file on success
353 * @return false|string false on error, id of the new file on success
367 if ($file['error']) return false;
518 return false; //callback error
/dokuwiki/
H A Dinstall.php23 // check for error reporting override or set error reporting to sane values
41 $error = [];
314 global $error;
333 $error[] = sprintf($lang['i_badval'], $lang['i_wikiname']);
338 $error[] = sprintf($lang['i_badval'], $lang['i_superuser']);
342 $error[] = sprintf($lang['i_badval'], $lang['pass']);
345 $error[] = sprintf($lang['i_badval'], $lang['passchk']);
349 $error[] = sprintf($lang['i_badval'], $lang['fullname']);
353 $error[]
44 $error = array(); global() variable
[all...]
/dokuwiki/lib/exe/
H A Dcss.php202 * most of this function is error handling to show a nice useful error when
243 $error = 'A fatal error occured during compilation of the CSS files. ' .
248 content: '$error';
H A Ddetail.php9 global $INPUT, $IMG, $ID, $REV, $SRC, $ERROR, $AUTH;
27 $ERROR = false; variable
36 $ERROR = 'File not found'; variable
40 $ERROR = p_locale_xhtml('denied'); variable
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php29 * E.g. '+ ++' may not be compressed to '+++' --> syntax error.
239 * Helper to throw a fatal error
241 * Tries to give some context to locate the error
/dokuwiki/inc/Action/
H A DPreview.php44 foreach ($errors as $error) {
45 msg(hsc($error), -1);
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php263 } //error state
663 Logger::error($msg, $details, $this->getFilename());
H A DChangeLogTrait.php192 if ($tmp === false) { //error state

123456789