Searched refs:errors (Results 1 – 9 of 9) sorted by relevance
132 $errors = [];140 $errors[] = $ext;144 $errors[] = $ext;150 … if ($errors) $this->error('failed to clone the following extensions: ' . implode(', ', $errors));161 $errors = [];178 $errors[] = $ext;183 $errors[] = $ext;189 …if ($errors) $this->error('failed to install the following extensions: ' . implode(', ', $errors));
42 $errors = $draft->getErrors();43 foreach ($errors as $error) {
14 protected $errors = []; variable in dokuwiki\\Draft103 $this->errors = $draft['errors'];156 return $this->errors;
437 static $errors = [446 'lvl' => $errors[$lvl],
136 if (data.errors.length) {137 data.errors.forEach(function(error) {
23 Be aware that minor highlighting errors may well just be incorrect
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)
218 private $errors = []; variable in phpseclib3\\Net\\SSH21498 $this->errors[] = $data;2510 $this->errors[] = 'SSH_MSG_USERAUTH_PASSWD_CHANGEREQ: ' . $message;2776 $this->errors[] = 'SSH_MSG_USERAUTH_FAILURE';3899 …$this->errors[] = 'SSH_MSG_DISCONNECT: ' . self::$disconnect_reasons[$reason_code] . "\r\n$message…3930 $this->errors[] = "SSH_MSG_DEBUG: $message";4004 $this->errors[] = "SSH_MSG_GLOBAL_REQUEST: $request_name";4240 … $this->errors[] = "SSH_MSG_CHANNEL_REQUEST (exit-signal): $signal_name";4242 $this->errors[count($this->errors) - 1] .= "\r\n$error_message";4919 return $this->errors;[all …]
309 * Leading and trailing whitespace is now trimmed from XML feed content to prevent errors. [#445](ht…327 * Added `SimplePie_Exception` for internally reporting errors. Also, use this to show an error when…