Home
last modified time | relevance | path

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

/dokuwiki/bin/
Dgittool.php115 $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/
DPreview.php43 $errors = $draft->getErrors();
44 foreach ($errors as $error) {
/dokuwiki/inc/
DDraft.php14 protected $errors = []; variable in dokuwiki\\Draft
103 $this->errors = $draft['errors'];
156 return $this->errors;
Dinfoutils.php438 static $errors = [
447 'lvl' => $errors[$lvl],
/dokuwiki/lib/scripts/
Dlocktimer.js136 if (data.errors.length) {
137 data.errors.forEach(function(error) {
/dokuwiki/vendor/geshi/geshi/
DREADME.md23 Be aware that minor highlighting errors may well just be incorrect
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/
DSSH2.php218 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/
DReadMe.txt118 In case of errors, bugs, questions, wishes, please don't hesitate to contact us
/dokuwiki/vendor/simplepie/simplepie/
DCHANGELOG.md257 * 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…