Lines Matching refs:Notice
8 use dokuwiki\plugin\extension\Notice; alias
33 …" i - installed " . Notice::symbol(Notice::SECURITY) . " - security issue\n" .
34 … " b - bundled with DokuWiki " . Notice::symbol(Notice::ERROR) . " - extension error\n" .
35 …" g - installed via git " . Notice::symbol(Notice::WARNING) . " - extension warning\n…
36 … " d - disabled " . Notice::symbol(Notice::INFO) . " - extension info\n" .
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);
354 ['', Notice::symbol($type) . ' ' . $msg],