Lines Matching refs:notices
19 protected $notices = [ variable in dokuwiki\\plugin\\extension\\Notice
61 return $self->notices;
115 $this->notices[self::ERROR][] = sprintf(
135 $this->notices[self::WARNING][] = sprintf(
148 $this->notices[self::SECURITY][] = sprintf($this->getLang('security_issue'), $issue);
151 $this->notices[self::SECURITY][] = sprintf($this->getLang('security_warning'), $issue);
163 $this->notices[self::ERROR][] = sprintf(
179 $this->notices[self::ERROR][] = $e->getMessage();
192 $this->notices[self::WARNING][] = sprintf($this->getLang('update_message'), $msg);
203 $this->notices[self::WARNING][] = sprintf(
220 $this->notices[self::ERROR][] = $e->getMessage();
237 $this->notices[self::INFO][] = $this->getLang('auth');
249 $this->notices[self::INFO][] = $this->getLang('git');