Lines Matching defs:level
428 * Because the test request environment is wiped out only on the class level,
1048 * Stylesheet name may have another level
1149 * Preload can be set at the array level with the critical attribute
1464 * @param int $level - the level see LVL constant
1467 static function msg($message, $level = self::LVL_MSG_ERROR, $canonical = "strap")
1474 if ($level != self::LVL_MSG_DEBUG) {
1475 msg($htmlMsg, $level, '', '', MSG_MANAGERS_ONLY);
1487 if (defined('DOKU_UNITTEST') && ($level == self::LVL_MSG_WARNING || $level == self::LVL_MSG_ERROR)) {