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 101 – 125 of 220) sorted by relevance

123456789

/dokuwiki/inc/Debug/
H A DPropertyDeprecationHelper.php115 // Since PHP triggers an error on public access of non-public properties but happily
/dokuwiki/lib/plugins/popularity/
H A Dadmin.php93 //If there was an error the last time we tried to autosubmit, warn the user
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php626 * @return bool|string True or error string
654 if ($_FILES[$field]['error']) {
655 throw new Exception($this->getLang('msg_upload_failed') . ' (' . $_FILES[$field]['error'] . ')');
709 throw new Exception('Error, the requested extension hasn\'t been installed or updated');
731 * @return bool|string True or an error message
752 * @return bool|string True or an error message
1119 * @return bool - false on error
/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/Cache/
H A DPsr16.php138 * @return bool True if the item was successfully removed. False if there was an error.
H A DBaseDataCache.php150 * @return bool True if the item was successfully removed. False if there was an error.
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dpagetools-build.php15 * @todo Maybe add some more error checking
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dvisualprolog.php57 '#bininclude','#else','#elseif','#endif','#error','#export',
H A Dfreeswitch.php104 GESHI_SEARCH => '(^.*ERROR.*)',
H A Dio.php66 'Date', 'Directory', 'Duration', 'DynLib', 'Error', 'Exception', 'FFT', 'File',
H A Dvb.php74 'As', 'Dim', 'Get', 'Set', 'ReDim', 'Error',
H A Dlocobasic.php52 "ENV", "ENT", "EOF", "ERASE", "ERL", "ERR", "ERROR", "EVERY",
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 Dezt.php48 // In any case, 25*4 will result in an Easytrieve error
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 Dfreebasic.php58 "eqv", "erase", "err", "error", "exec", "exepath", "exit", "exp", "export",
H A Dlisp.php73 'do','dolist','dotimes','catch','throw','error','cerror','break',
/dokuwiki/inc/Action/
H A DResendpwd.php65 * @return bool true on success, false on any error
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt30 You can query the occured error by calling the method get_last_error().
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;
/dokuwiki/inc/File/
H A DPageFile.php242 Logger::error($msg, $details, $fileLastMod);
244 // runtime error
/dokuwiki/inc/
H A Ddeprecated.php665 * @deprecated since 2021-11-11 use \IXR\Message\Error instead!
667 class IXR_Error extends \IXR\Message\Error
675 DebugHelper::dbgDeprecatedFunction(IXR\Message\Error::class);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php334 // clear the buffer of error strings stemming from a minimalistic openssl.cnf
670 // if $maskLen would yield strings larger than 4GB, PKCS#1 suggests a "Mask too long" error be output.

123456789