Home
last modified time | relevance | path

Searched refs:notices (Results 1 – 12 of 12) sorted by relevance

/dokuwiki/lib/plugins/extension/
H A DNotice.php19 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(
[all …]
H A DExtensionApiResponse.php48 public $notices; variable in dokuwiki\\plugin\\extension\\ExtensionApiResponse
88 $this->notices = array_merge(...array_values(Notice::list($extension)));
H A Dcli.php315 $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) {
H A DGuiExtension.php39 $html .= $this->notices();
140 protected function notices() function in dokuwiki\\plugin\\extension\\GuiExtension
142 $notices = Notice::list($this->extension);
145 foreach ($notices as $type => $messages) {
H A Dstyle.less172 > .notices {
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE154 all the notices that refer to this License and to the absence of any
169 b) You must cause the files modified to carry prominent notices
213 this, you must alter all the notices that refer to this License, so
218 these notices.
281 during execution displays copyright notices, you must include the
468 To apply these terms, attach the following notices to the library. It is
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE154 all the notices that refer to this License and to the absence of any
169 b) You must cause the files modified to carry prominent notices
213 this, you must alter all the notices that refer to this License, so
218 these notices.
281 during execution displays copyright notices, you must include the
/dokuwiki/vendor/splitbrain/lesserphp/
H A DLICENSE241 keep intact all notices stating that this License and any
243 keep intact all notices of the absence of any warranty; and give all
255 a) The work must carry prominent notices stating that you modified
258 b) The work must carry prominent notices stating that it is
261 "keep intact all notices".
409 b) Requiring preservation of specified reasonable legal notices or
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE83 notices that refer to this License and to the absence of any warranty;
95 a) You must cause the modified files to carry prominent notices
288 To do so, attach the following notices to the program. It is safest
H A DCHANGELOG540 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
/dokuwiki/
H A DCOPYING83 notices that refer to this License and to the absence of any warranty;
95 a) You must cause the modified files to carry prominent notices
288 To do so, attach the following notices to the program. It is safest
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md297 * Fixed uninitialized string offeset PHP notices. [#353](https://github.com/simplepie/simplepie/pul…