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

123456789

/dokuwiki/lib/scripts/
H A Dlocktimer.js137 data.errors.forEach(function(error) { argument
139 jQuery('<div class="error"></div>').text(error)
H A Dmedia.js322 jQuery('div.success, div.info, div.error, div.notify').remove();
414 jQuery('div.success, div.info, div.error, div.notify').remove();
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');
/dokuwiki/lib/plugins/styling/
H A Dadmin.php78 echo '<p class="error">' . $this->getLang('error') . '</p>';
/dokuwiki/lib/styles/
H A Dscreen.css7 div.error,
23 [dir=rtl] div.error,
32 div.error {
34 background-image: url(../images/error.png);
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_fileuploader.css11 .qq-uploader .error {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php
/dokuwiki/lib/tpl/dokuwiki/
H A Ddetail.php39 <?php if (!$ERROR) : ?>
48 if ($ERROR) :
49 echo '<h1>' . $ERROR . '</h1>';
89 <?php if (!$ERROR) : ?>
/dokuwiki/inc/
H A DJpegMeta.php997 return false; // ERROR: Can't open file
1006 return false; // ERROR: File is not a JPEG
1030 return false; // ERROR: Unexpected EOF
1033 return false; // ERROR: Extraneous data
1038 return false; // ERROR: Unexpected EOF
1041 return false; // ERROR: Extraneous data
1148 return false; // ERROR: Can't open file
1156 return false; // ERROR: Can't open output file
1164 return false; // ERROR: File is not a JPEG
1190 break; // ERROR
[all...]
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/geshi/geshi/src/geshi/
H A Dstandardml.php93 'Posix', 'Posix.Error', 'Posix.FileSys', 'Posix.IO', 'Posix.ProcEnv', 'Posix.Process',
H A Dsystemverilog.php86 'dumpportson','dumpvars','error','exit','exp','falling_gclk',
H A Dtcl.php70 'default', 'exit', 'error', 'return', 'uplevel', 'loop',
H A Dtsql.php97 'APP_NAME','COLLATIONPROPERTY','@@ERROR','FORMATMESSAGE',
103 // Error handling
H A Dunicon.php64 'dump', 'e', 'error', 'errornumber', 'errortext',
104 'define', 'include', 'ifdef', 'ifndef', 'else', 'endif', 'error',
H A Durbi.php49 // Urbi error message.
50 6 => '#\[[0-9a-f]{8}:error\].*#',
H A Dvbnet.php54 'Enum', 'Erase', 'Error', 'Event', 'Exit', 'False', 'Finally', 'For', 'Friend', 'Function',
89 'EOF', 'ERROR$', 'EXP', 'FILEATTR', 'FILECOPY', 'FILEDATATIME', 'FILELEN', 'FILTER',
H A Dvisualprolog.php57 '#bininclude','#else','#elseif','#endif','#error','#export',
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php528 // !isset(self::ANY_MAP[$intype]) produces a fatal error on PHP 5.6
643 return null; // Syntax error.
1289 // error supression isn't necessary as of PHP 7.0:
1346 // isset(self::STRING_TYPE_SIZE[$from] returns a fatal error on PHP 5.6
H A DX509.php1238 * Returns true if the signature is verified, false if it is not correct or null on error
1297 // if not, we'll conditionally return an error
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php719 * Assuming the $t parameter is not set, this function has an error rate of 2**-80. The main motivation for the
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php491 // "It is an error if there already exists a file with the name specified by newpath."
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php240 * Error information
807 $error = self::$status_codes[$status];
811 $this->sftp_errors[] = "$error: $message";
813 $this->sftp_errors[] = $error;
1601 * Returns true on success or false on error.
1648 * Returns true on success or false on error.
1667 * Returns the new file permissions on success or false on error.
2279 throw new \RuntimeException('Error setting file time');
3224 * a file as a directory and see if an error is returned or you could try to parse the
3459 * Returns the last error o
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php135 throw new \RuntimeException("Unable to connect to ssh-agent (Error $errno: $errstr)");
/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...]

123456789