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 176 – 200 of 220) sorted by relevance

123456789

/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...]
H A DSSH2.php199 * if a requisite function has been successfully executed. If not, an error should be thrown.
206 * Error information
1098 * Does the server support multiple channels? If not then error out
1301 * "The general approach to `EINTR` is to simply handle the error and retry the operation again"
1349 throw new UnableToConnectException(rtrim("Cannot connect to $host. Error $errno. $errstr"));
1396 throw new \RuntimeException('Error reading from socket');
2525 * @throws \RuntimeException on connection error
2645 * @throws \RuntimeException on connection error
2827 * @throws \RuntimeException on connection error
3049 * error fo
[all...]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dgambas.php59 'CREATE', 'DEBUG', 'DEC', 'DEFAULT', 'DIM', 'DO', 'EACH', 'ELSE', 'END', 'ENDIF', 'ERROR', 'EVENT', 'EXEC',
H A Dmatlab.php88 'erfiny','error','errorbar','errordlg','etime','eval','evalc',
H A Dpys60.php146 "EProfile","erestart","error","esyagent","Execwap","exprofile","fastcamera",
H A Duscript.php94 'Error', 'Sleep', 'SetCollision', 'SetCollisionSize', 'SetDrawScale', 'SetDrawScale3D',
H A Dsystemverilog.php86 'dumpportson','dumpvars','error','exit','exp','falling_gclk',
H A Dmapbasic.php72 'Entirely', 'Erase', 'Error', 'Event', 'Exit', 'Export',
120 'EOT', 'EPSGToCoordSysString$', 'Err', 'Error$', 'Exp',
H A Dd.php146 'ClassInfo', 'Error', 'Exception',
H A Dlotusformulas.php241 '@Explode', '@Exp', '@Eval', '@Error', '@Environment', '@Ends',
H A Dlscript.php146 'error', 'exp', 'expose', 'extent',
H A Dnsis.php62 '!addincludedir', '!addplugindir', '!appendfile', '!cd', '!define', '!delfile', '!echo', '!error',
H A Dtsql.php97 'APP_NAME','COLLATIONPROPERTY','@@ERROR','FORMATMESSAGE',
103 // Error handling
H A Dscilab.php96 'ereduc', 'erf', 'erfc', 'erfcx', 'errbar', 'errcatch', 'errclear', 'error', 'error_table', 'etime',
H A Dpowerbuilder.php135 'enumerationitemdefinition!', 'environment!', 'error!', 'errorlogging!',
H A Dasymptote.php640 'error',
H A Dvisualfoxpro.php295 'DropDown','Draw','EnterFocus','Error','ErrorMessage','Eval',
/dokuwiki/inc/
H A Dhttputils.php328 500 => 'Internal Server Error',
H A Dmedia.php307 * @return false|string false on error, id of the new file on success
353 * @return false|string false on error, id of the new file on success
367 if ($file['error']) return false;
518 return false; //callback error
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php263 } //error state
663 Logger::error($msg, $details, $this->getFilename());
/dokuwiki/lib/exe/
H A Djs.php161 $js .= "\nconsole.error(" . json_encode($e->getMessage(), JSON_THROW_ON_ERROR) . ");\n";
/dokuwiki/inc/Extension/
H A DAuthPlugin.php261 * Returns false if the user already exists, null when an error
/dokuwiki/lib/scripts/
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();
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php218 $meta['dontlog'] = ['disableactions', '_choices' => ['error', 'debug', 'deprecated']];
/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."

123456789