Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/bin/
H A Dgittool.php132 $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));
/dokuwiki/inc/Action/
H A DPreview.php42 $errors = $draft->getErrors();
43 foreach ($errors as $error) {
/dokuwiki/inc/
H A DDraft.php14 protected $errors = []; variable in dokuwiki\\Draft
103 $this->errors = $draft['errors'];
156 return $this->errors;
H A Dinfoutils.php437 static $errors = [
446 'lvl' => $errors[$lvl],
/dokuwiki/lib/scripts/
H A Dlocktimer.js136 if (data.errors.length) {
137 data.errors.forEach(function(error) {
/dokuwiki/vendor/geshi/geshi/
H A DREADME.md23 Be aware that minor highlighting errors may well just be incorrect
H A DCHANGELOG108 * 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 DSSH2.php218 private $errors = []; variable in phpseclib3\\Net\\SSH2
1498 $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 …]
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md309 * 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…