Searched refs:notices (Results 1 – 11 of 11) sorted by relevance
19 protected $notices = [ variable in dokuwiki\\plugin\\extension\\Notice61 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([all …]
48 public $notices; variable in dokuwiki\\plugin\\extension\\ExtensionApiResponse88 $this->notices = array_merge(...array_values(Notice::list($extension)));
315 $notices = Notice::list($ext);316 if ($notices[Notice::SECURITY]) $status .= Notice::symbol(Notice::SECURITY);317 if ($notices[Notice::ERROR]) $status .= Notice::symbol(Notice::ERROR);318 if ($notices[Notice::WARNING]) $status .= Notice::symbol(Notice::WARNING);319 if ($notices[Notice::INFO]) $status .= Notice::symbol(Notice::INFO);349 foreach ($notices as $type => $msgs) {
39 $html .= $this->notices();140 protected function notices() function in dokuwiki\\plugin\\extension\\GuiExtension142 $notices = Notice::list($this->extension);145 foreach ($notices as $type => $messages) {
172 > .notices {
154 all the notices that refer to this License and to the absence of any169 b) You must cause the files modified to carry prominent notices213 this, you must alter all the notices that refer to this License, so218 these notices.281 during execution displays copyright notices, you must include the
241 keep intact all notices stating that this License and any243 keep intact all notices of the absence of any warranty; and give all255 a) The work must carry prominent notices stating that you modified258 b) The work must carry prominent notices stating that it is261 "keep intact all notices".409 b) Requiring preservation of specified reasonable legal notices or
83 notices that refer to this License and to the absence of any warranty;95 a) You must cause the modified files to carry prominent notices288 To do so, attach the following notices to the program. It is safest
540 this makes is_a calls unneeded and thus prevents PHP notices in PHP 5.x (milian)550 * Reduce strict errors & notices for language files (milian)756 - Fixed notices in text.php, reg.php and latex.php when $this is not
349 * Fixed uninitialized string offeset PHP notices. [#353](https://github.com/simplepie/simplepie/pul…