Home
last modified time | relevance | path

Searched refs:error (Results 26 – 50 of 64) sorted by relevance

123

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingString.php18 } elseif ($echo && $this->error) {
H A DSettingPassword.php19 $this->error = true;
H A DSettingNumeric.php28 $this->error = true;
H A DSettingEmail.php51 $this->error = true;
H A DSettingMulticheckbox.php27 $this->error = true;
45 } elseif ($echo && $this->error) {
/dokuwiki/lib/scripts/
H A Dlocktimer.js137 data.errors.forEach(function(error) { argument
139 jQuery('<div class="error"></div>').text(error)
H A Dfileuploaderextended.js97 ' <span class="qq-upload-failed-text error">Failed</span>' +
182 if (result.error) qq.setText(fail, result.error);
/dokuwiki/inc/Sitemap/
H A DMapper.php166 if ($http->error) {
167 Logger::debug("Sitemapper:pingSearchengines(): $http->error", $resp);
/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/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/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);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php424 public $error; variable in SimplePie\\SimplePie
672 * @var bool Should we throw exceptions, or use the old-style error property?
1499 * @param boolean $enable Should we throw exceptions, or use the old-style error property?
1519 $this->error = 'XML or PCRE extensions not loaded!';
1560 $this->error = [];
1567 $this->error[$i] = $this->multifeed_objects[$i]->error();
1576 $this->error = null;
1602 $this->error = "A feed could not be found at `$this->feed_url`. Empty body.";
1603 $this->registry->call(Misc::class, 'error', [
1918 public function error() global() function in SimplePie\\SimplePie
[all...]
H A DParser.php226 if ($error = libxml_get_last_error()) {
227 $this->error_code = $error->code;
228 $this->error_string = $error->message;
229 $this->current_line = $error->line;
230 $this->current_column = $error->column;
H A DMisc.php147 public static function error($message, $level, $file, $line) function in SimplePie\\Misc
2129 if ($sp->error() !== null) {
2130 $info .= 'Error occurred: ' . $sp->error() . "\n";
2132 $info .= "No error found.\n";
/dokuwiki/lib/plugins/config/
H A Dadmin.php63 msg($this->getLang('error'), -1);
68 msg($this->getLang('error'), -1);
132 $error = $setting->hasError()
133 ? ' class="value error"'
145 echo '<td' . $error . '>' . $input . '</td>';
H A Dstyle.css3 #config__manager div.error,
137 #config__manager td.error { background-color: red; color: #000; }
/dokuwiki/inc/
H A DAjax.php291 if (isset($_FILES['qqfile']['error']) && $_FILES['qqfile']['error']) unset($_FILES['qqfile']);
305 $error = '';
308 $error .= $msg['msg'];
311 $result = ['error' => $error, 'ns' => $NS];
H A DLogger.php12 public const LOG_ERROR = 'error';
55 * Convenience method to directly log to the error log
63 public static function error($message, $details = null, $file = '', $line = 0) function in dokuwiki\\Logger
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md32 - Fix error handling for PHP 8.1 by @cedric-anne in [#747](https://github.com/simplepie/simplepie/pull/747)
117 - Fix a small typo in the error() function Docblock by @audrasjb in [#712](https://github.com/simplepie/simplepie/pull/712)
217 * PHP 7.1 Support: Fixed PHP error when trying to use a non-numeric value in `round()`. [#458](https://github.com/simplepie/simplepie/pull/458)
219 * Fixed the error message shown when a feed has an empty body. [#487](https://github.com/simplepie/simplepie/pull/487)
220 * Added an error message when the XML or PCRE PHP extensions are missing. [#468](https://github.com/simplepie/simplepie/pull/468)
224 * Refactored the UTF-8 conversion error message. [#467](https://github.com/simplepie/simplepie/pull/467)
232 * Improvements to the compatibility test and error messages. [#488](https://github.com/simplepie/simplepie/pull/488)
260 * Added `SimplePie_Exception` for internally reporting errors. Also, use this to show an error when trying to load the class instead of causing a failure. [#241](https://github.com/simplepie/simplepie/pull/241)
263 * Added the `feed_url` to a returned error message. [#348](https://github.com/simplepie/simplepie/pull/348)
279 * Fixed cURL not failing when the server returns an error
[all...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_fileuploader.css11 .qq-uploader .error {
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php253 * 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
589 if ($this->error) {
[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';
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css1017 .ui-state-error,
1018 .ui-widget-content .ui-state-error,
1019 .ui-widget-header .ui-state-error {
1024 .ui-state-error a,
1025 .ui-widget-content .ui-state-error a,
1026 .ui-widget-header .ui-state-error a {
1029 .ui-state-error-text,
1030 .ui-widget-content .ui-state-error-text,
1031 .ui-widget-header .ui-state-error-text {
1086 .ui-state-error
[all...]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php346 * Use this method to get the last error ocurred
348 * @return string The last error, that occured
547 * Internal error handling method
550 function _error($error = '') argument
552 $this->_error = $error;
564 $error = false;

123