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 relevance

123456789

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dmake.php55 'info', 'warning', 'error'
65 //'subst', 'addprefix', 'addsuffix', 'basename', 'call', 'dir', 'error', 'eval', 'filter-out', 'filter',
130 GESHI_SEARCH => '(\\$[({])(subst|addprefix|addsuffix|basename|call|dir|error|eval|filter-out|filter,|findstring|firstword|foreach|if|join|notdir|origin|patsubst|shell|sort|strip,|suffix|warning|wildcard|word|wordlist|words)([ })])',
H A Dprogress.php111 'ON ERROR','ON QUIT','ON STOP','PRESELECT',
120 'ERROR-STATUS','FILE-INFO','FOCUS','FONT-TABLE',
122 'SELF','SESSION','SOURCE-PROCEDURE','TARGET-PROCEDURE','NO-LOCK','NO-error',
155 'GET-DOCUMENT-ELEMENT','GET-DROPPED-FILE','GET-DYNAMIC','GET-ERROR-COLUMN ',
156 'GET-ERROR-ROW ','GET-FILE-NAME ','GET-FILE-OFFSET ','GET-FIRST',
215 'ERROR','ETIME','EXP','ENDKEY','END-error',
237 'OS-ERROR','OS-GETENV','PAGE-NUMBER','PAGE-SIZE',
284 'DB-REFERENCES','DCOLOR','DDE-ERROR','DDE-ID',
292 'ENTRY-TYPES-LIST','ERROR
[all...]
H A Drails.php82 'Logger::Error', 'Logger::Formatter', 'Logger::LogDevice',
88 'ObjectSpace', 'Observable', 'PStore', 'PStore::Error',
96 'StringScanner', 'StringScanner::Error', 'Struct', 'Symbol',
102 'URI::BadURIError', 'URI::Error', 'URI::Escape', 'URI::FTP',
109 'Zlib::Error', 'Zlib::GzipFile', 'Zlib::GzipFile::CRCError',
110 'Zlib::GzipFile::Error', 'Zlib::GzipFile::LengthError',
H A Dxbasic.php66 'FORMAT$', 'FIX', 'EXTU', 'EXTS', 'EXTERNAL', 'ERROR', 'ERROR$',
H A Dmpasm.php56 'CONSTANT', '#DEFINE', 'END', 'EQU', 'ERROR', 'ERROR-LEVEL', '#INCLUDE', 'LIST',
/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
H A Ddefines.php60 * Media error types
/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/plugins/config/core/Setting/
H A DSettingEmail.php51 $this->error = true;
H A DSettingNumeric.php28 $this->error = true;
H A DSettingMulticheckbox.php27 $this->error = true;
45 } elseif ($echo && $this->error) {
/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>';
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php199 return $this->handleError(-32300, 'transport error - HTTP status code was not 200');
213 // XML error
214 return $this->handleError(-32700, 'parse error. not well formed');
/dokuwiki/lib/scripts/
H A Dbehaviour.js134 * Display error for Windows Shares on browsers other than IE
213 * A successful check (a 403 error was returned when loading the image) is saved
235 $checkDiv.addClass('error');
H A Dfileuploaderextended.js97 ' <span class="qq-upload-failed-text error">Failed</span>' +
182 if (result.error) qq.setText(fail, result.error);
233 throw new Error('file with passed id was not added, or already uploaded or cancelled');
/dokuwiki/lib/plugins/popularity/
H A Daction.php47 //If an error occured, log it
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php421 * @var mixed Error string
424 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
1918 public function error() global() function in SimplePie\\SimplePie
[all...]
/dokuwiki/inc/Sitemap/
H A DMapper.php166 if ($http->error) {
167 Logger::debug("Sitemapper:pingSearchengines(): $http->error", $resp);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRandom.php55 // object that implements the Throwable interface (Exception, TypeError, Error).
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_fileuploader.css11 .qq-uploader .error {
/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/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-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/lib/plugins/styling/
H A Dadmin.php78 echo '<p class="error">' . $this->getLang('error') . '</p>';

123456789