Searched refs:errors (Results 1 – 10 of 10) sorted by relevance
| /dokuwiki/bin/ |
| H A D | gittool.php | 117 $errors = []; 125 $errors[] = $ext; 129 $errors[] = $ext; 135 … if ($errors) $this->error('failed to clone the following extensions: ' . implode(', ', $errors)); 145 $errors = []; 162 $errors[] = $ext; 167 $errors[] = $ext; 173 …if ($errors) $this->error('failed to install the following extensions: ' . implode(', ', $errors));
|
| /dokuwiki/inc/Action/ |
| H A D | Preview.php | 43 $errors = $draft->getErrors(); 44 foreach ($errors as $error) {
|
| /dokuwiki/inc/ |
| H A D | Draft.php | 14 protected $errors = []; variable in dokuwiki\\Draft 103 $this->errors = $draft['errors']; 156 return $this->errors;
|
| H A D | infoutils.php | 438 static $errors = [ 447 'lvl' => $errors[$lvl],
|
| /dokuwiki/lib/scripts/ |
| H A D | locktimer.js | 136 if (data.errors.length) { 137 data.errors.forEach(function(error) {
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | README.md | 23 Be aware that minor highlighting errors may well just be incorrect
|
| H A D | CHANGELOG | 108 * Fixed langcheck errors in Lua langfile (BenBE) 447 causing broken highlighting an Regexp Compile errors (BenBE, milian) 550 * Reduce strict errors & notices for language files (milian)
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SSH2.php | 218 private $errors = []; variable in phpseclib3\\Net\\SSH2 1492 $this->errors[] = $data; 2505 $this->errors[] = 'SSH_MSG_USERAUTH_PASSWD_CHANGEREQ: ' . $message; 2771 $this->errors[] = 'SSH_MSG_USERAUTH_FAILURE'; 3871 …$this->errors[] = 'SSH_MSG_DISCONNECT: ' . self::$disconnect_reasons[$reason_code] . "\r\n$message… 3896 $this->errors[] = "SSH_MSG_DEBUG: $message"; 3947 $this->errors[] = "SSH_MSG_GLOBAL_REQUEST: $request_name"; 4180 … $this->errors[] = "SSH_MSG_CHANNEL_REQUEST (exit-signal): $signal_name"; 4182 $this->errors[count($this->errors) - 1] .= "\r\n$error_message"; 4855 return $this->errors; [all …]
|
| /dokuwiki/vendor/simplepie/simplepie/idn/ |
| H A D | ReadMe.txt | 118 In case of errors, bugs, questions, wishes, please don't hesitate to contact us
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | CHANGELOG.md | 257 * Leading and trailing whitespace is now trimmed from XML feed content to prevent errors. [#445](ht… 275 * Added `SimplePie_Exception` for internally reporting errors. Also, use this to show an error when…
|