Searched refs:errors (Results 1 – 10 of 10) sorted by relevance
/dokuwiki/bin/ |
D | gittool.php | 115 $errors = []; 123 $errors[] = $ext; 127 $errors[] = $ext; 133 … if ($errors) $this->error('failed to clone the following extensions: ' . implode(', ', $errors)); 143 $errors = []; 154 $errors[] = $ext; 159 $errors[] = $ext; 165 …if ($errors) $this->error('failed to install the following extensions: ' . implode(', ', $errors));
|
/dokuwiki/inc/Action/ |
D | Preview.php | 43 $errors = $draft->getErrors(); 44 foreach ($errors as $error) {
|
/dokuwiki/inc/ |
D | Draft.php | 14 protected $errors = []; variable in dokuwiki\\Draft 103 $this->errors = $draft['errors']; 156 return $this->errors;
|
D | infoutils.php | 438 static $errors = [ 447 'lvl' => $errors[$lvl],
|
/dokuwiki/lib/scripts/ |
D | locktimer.js | 136 if (data.errors.length) { 137 data.errors.forEach(function(error) {
|
/dokuwiki/vendor/geshi/geshi/ |
D | README.md | 23 Be aware that minor highlighting errors may well just be incorrect
|
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/ |
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/ |
D | ReadMe.txt | 118 In case of errors, bugs, questions, wishes, please don't hesitate to contact us
|
/dokuwiki/vendor/simplepie/simplepie/ |
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…
|