Home
last modified time | relevance | path

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

/dokuwiki/bin/
H A 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));
[all...]
/dokuwiki/inc/Action/
H A DPreview.php43 $errors = $draft->getErrors();
44 foreach ($errors as $error) {
/dokuwiki/inc/
H A DDraft.php14 protected $errors = [];
90 'errors' => [],
103 $this->errors = $draft['errors'];
150 * Retrieve the errors that occured when saving the draft
156 return $this->errors;
13 protected $errors = []; global() variable in dokuwiki\\Draft
H A Dinfoutils.php381 static $errors = [
390 'lvl' => $errors[$lvl],
/dokuwiki/lib/scripts/
H A Dlocktimer.js136 if (data.errors.length) {
137 data.errors.forEach(function(error) {
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php570 $errors = '';
585 $errors .= '<p class="permerror">' . $this->getLang($canmod) . '</p>';
595 $errors .= '<p class="permerror">' . $this->getLang('git') . '</p>';
602 $errors .= '<p class="permerror">' . $this->getLang('auth') . '</p>';
609 $errors .= '<div class="permerror">' . $this->getLang($canmod) . '</div>';
619 return $html . ' ' . $errors . DOKU_LF;
/dokuwiki/vendor/geshi/geshi/
H A DREADME.md23 Be aware that minor highlighting errors may well just be incorrect
H A DCHANGELOG106 * Fixed langcheck errors in Lua langfile (BenBE)
445 causing broken highlighting an Regexp Compile errors (BenBE, milian)
548 * Reduce strict errors & notices for language files (milian)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php212 private $errors = [];
1327 * @throws \RuntimeException on other errors
1434 $this->errors[] = $data;
1519 * @throws \RuntimeException on other errors
2339 * @throws \RuntimeException on other errors
2471 $this->errors[] = 'SSH_MSG_USERAUTH_PASSWD_CHANGEREQ: ' . $message;
2731 $this->errors[] = 'SSH_MSG_USERAUTH_FAILURE';
2989 * @throws \RuntimeException on other errors
3823 $this->errors[] = 'SSH_MSG_DISCONNECT: ' . self::$disconnect_reasons[$reason_code] . "\r\n$message";
3834 $this->errors[]
211 var $errors = array(); global() variable in phpseclib\\Net\\SSH2
[all...]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt118 In case of errors, bugs, questions, wishes, please don't hesitate to contact us
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md242 * Leading and trailing whitespace is now trimmed from XML feed content to prevent errors. [#445](https://github.com/simplepie/simplepie/pull/445)
260 * Added `SimplePie_Exception` for internally reporting errors. Also, use this to show an error when trying to load the class instead of causing a failure. [#241](https://github.com/simplepie/simplepie/pull/241)