Searched refs:notices (Results 1 – 12 of 12) sorted by relevance
| /dokuwiki/lib/plugins/extension/ |
| H A D | Notice.php | 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( [all …]
|
| H A D | ExtensionApiResponse.php | 48 public $notices; variable in dokuwiki\\plugin\\extension\\ExtensionApiResponse 88 $this->notices = array_merge(...array_values(Notice::list($extension)));
|
| H A D | cli.php | 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) {
|
| H A D | GuiExtension.php | 39 $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 D | style.less | 172 > .notices {
|
| /dokuwiki/vendor/simplepie/simplepie/idn/ |
| H A D | LICENCE | 154 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 D | LICENSE | 154 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 D | LICENSE | 241 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 D | LICENSE | 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 notices 288 To do so, attach the following notices to the program. It is safest
|
| H A D | CHANGELOG | 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
|
| /dokuwiki/ |
| H A D | COPYING | 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 notices 288 To do so, attach the following notices to the program. It is safest
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | CHANGELOG.md | 297 * Fixed uninitialized string offeset PHP notices. [#353](https://github.com/simplepie/simplepie/pul…
|