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

123456789

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dwhois.php42 'COMMENT_SINGLE' => array(1 => '% ', 2 => '%ERROR:'),
H A Dxbasic.php66 'FORMAT$', 'FIX', 'EXTU', 'EXTS', 'EXTERNAL', 'ERROR', 'ERROR$',
H A Doobas.php64 'date','now','time','timer','erl','err','error','on','goto','resume',
H A Dpic16.php70 'ENDIF','ENDM','ENDW','EQU','ERROR','ERRORLEVEL','EXITM','EXPAND',
H A D4cs.php56 'EndLocalChannel', 'EndScenario', 'EndSub', 'EndWhile', 'Error',
H A D6502kickass.php74 '.error', '.var', '.eval', '.const', '.eval const', '.enum', '.label', '.define', '.struct',
H A Dactionscript3.php244 'escape', 'errorID', 'error', 'equals', 'enumerateFonts',
331 'F12', 'F11', 'F10', 'F1', 'EXACT_FIT', 'ESCAPE', 'ERROR', 'ERASE',
382 'Event', 'EvalError', 'ErrorEvent', 'Error', 'Endian', 'EOFError',
H A Dautoit.php88 '@DesktopRefresh', '@DesktopWidth', '@DocumentsCommonDir', '@error',
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt30 You can query the occured error by calling the method get_last_error().
/dokuwiki/lib/scripts/
H A Dfileuploader.js365 if (result.error){
366 this._options.showMessage(result.error);
547 throw new Error('element not found ' + type);
1001 throw new Error('file with passed id was not added, or already uploaded or cancelled');
1150 throw new Error('Passed obj in not a File (in qq.UploadHandlerXhr)');
H A Dhelpers.js54 * Report an error from a JS file to the console
56 * @param e The error object
57 * @param file The file in which the error occurred
60 if (window.console && console.error) {
61 console.error('The error "%s: %s" occurred in file "%s". ' +
66 console.error(e.stack);
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php198 // Error detection - use these to analyse faults
253 * The error message associated with an error
257 protected $error = false; variable in GeSHi
260 * Possible error messages
582 * Returns an error message associated with the last GeSHi operation,
583 * or false if no error has occurred
585 * @return string|false An error message if there has been an error, else false
588 public function error() { function in GeSHi
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php506 // If we were a character, pretend we weren't, but rather an error.
/dokuwiki/bin/
H A Dgittool.php122 $this->error("could not find a repository for $ext");
133 if ($errors) $this->error('failed to clone the following extensions: ' . implode(', ', $errors));
165 if ($errors) $this->error('failed to install the following extensions: ' . implode(', ', $errors));
184 $this->error("Could not change into $repo");
195 $this->error("git failed in $repo");
227 $this->error("no download URL for $ext");
236 $this->error($e->getMessage());
270 $this->error("cloning of $ext failed");
292 $this->error('Found no .git directories');
/dokuwiki/inc/Remote/IXR/
H A DClient.php51 $this->handleError(-32300, 'transport error - ' . $this->httpClient->error);
57 $this->handleError(-32300, 'transport error - HTTP status ' . $this->httpClient->status);
64 // XML error
65 return $this->handleError(-32700, 'Parse error. Message not well formed');
/dokuwiki/inc/Remote/
H A DXmlRpcServer.php8 use IXR\Message\Error;
58 return new Error(-32603, "server error. not authorized to call method $methodname");
61 return new Error(-32604, "server error. forbidden to call the method $methodname");
64 return new Error($e->getCode(), $e->getMessage());
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DException.php16 const E_ANY = -1; // no error code specified
H A DOptions.php357 * Builds a help screen from the available options. You may want to call it from -h or on error
484 * @return array the $argv PHP array or PEAR error if not registered
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingSavedir.php19 $this->error = true;
H A DSetting.php26 protected $error = false; // only used by those classes which error check
27 protected $input; // only used by those classes which error check
88 $this->error = true;
194 * @param bool $echo true: show inputted value, when error occurred, otherwise the stored setting
204 } elseif ($echo && $this->error) {
302 * Has an error?
308 return $this->error;
25 protected $error = false; // only used by those classes which error check global() variable in dokuwiki\\plugin\\config\\core\\Setting\\Setting
H A DSettingArray.php38 * if value fails error check, save it
41 * @return bool true if changed, false otherwise (incl. on error)
55 $this->error = true;
73 } elseif ($echo && $this->error) {
/dokuwiki/lib/plugins/authldap/
H A Dauth.php321 * @return bool true on success, false on error
/dokuwiki/vendor/composer/
H A Dplatform_check.php13 header('HTTP/1.1 500 Internal Server Error');
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG617 - Example script now properly includes geshi and doesn't suppress error messages anylonger. (Milian Wolff)
671 - Fixed highlighting error in bash language avoiding keywords in comments (SF #1786314, SF #1564839, BenBE)
745 - Fixed notice with "error" property (IZIU Zielona Góra)
843 - Display source correctly formatted with line numbers (if requested) if an error
845 - Having no source to highlight is not an error condition anymore
915 - The $_GESHI_ERRORS array is gone, error messages are internal to the GeSHi class
921 - Source is checked to make sure it is not empty else an error occurs
929 - set_language resets error status and strict mode (Andrew Black)
1005 - error() now returns a human-readable error messag
[all...]
/dokuwiki/lib/plugins/authplain/
H A Dauth.php123 * Returns false if the user already exists, null when an error
219 msg('There was an error modifying your user data. You may need to register again.', -1);
449 Logger::error('User line with less than 5 fields. Possibly corruption in your user file', $data);

123456789