Searched refs:symbol (Results 1 – 3 of 3) sorted by relevance
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" .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],
82 public static function symbol($type): string function in dokuwiki\\plugin\\extension\\Notice
421 * Moved symbol-lookalike sequences from keyword groups to separate symbol group551 * Fixed symbol highlighting with C++ sometimes missing keywords after ; and comments (BenBE)599 - Missing symbol information for ASP (SF#1952038, nfsupport, BenBE)665 - Included color and character information for symbol highlighting in some languages (BenBE)670 - Disabled symbol highlighting by default (doesn't affect brackets, cf. documentation) (BenBE)779 - mysql - Made the symbols into their own keyword group as the symbol group