Lines Matching defs:msg
34 * Constant for the function {@link msg()}
368 TplUtility::msg("The combo plugin is not installed, sidebars automatic bursting will not work", self::LVL_MSG_INFO, "sidebars");
450 * {@link msg()} function will send them
482 TplUtility::msg("An error occurred while trying to save automatically the configuration ($key) to the value ($value). Error: " . $e->getMessage());
486 TplUtility::msg("The configuration file was locked. The upgrade configuration ($key) value could not be not changed to ($value)");
499 TplUtility::msg("The configuration ($key) is unknown and was therefore not change to ($value)");
549 // TplUtility::msg("The <a href=\"https://combostrap.com/$canonical\">$newConf</a> configuration was set with the value <mark>$name</mark>", self::LVL_MSG_INFO, $canonical);
574 TplUtility::msg("A plugin has send text before the creation of the page. Because it will mess the rendering, we have deleted it. The content was: (" . $ob . ")", TplUtility::LVL_MSG_ERROR, "strap");
1021 self::msg("Unable to read the file {$stylesheetsFile} as json");
1029 self::msg("Unable to read the file {$localStyleSheets} as json");
1040 self::msg("The bootstrap version ($version) could not be found in the custom CSS file ($stylesheetsFile, or $localStyleSheetsFile)");
1086 self::msg("Unable to read the file {$bootstrapJsonFile} as json");
1090 self::msg("The bootstrap version ($version) could not be found in the file $bootstrapJsonFile");
1101 self::msg("The bootstrap custom file ($bootstrapCssFile) could not be found in the custom CSS files for the version ($version)");
1300 msg($message, -1, "", "", MSG_ADMINS_ONLY);
1309 msg($messageEmpty, -1, "", "", MSG_ADMINS_ONLY);
1328 msg($message, -1, "", "", MSG_ADMINS_ONLY);
1467 static function msg($message, $level = self::LVL_MSG_ERROR, $canonical = "strap")
1475 msg($htmlMsg, $level, '', '', MSG_MANAGERS_ONLY);
1485 $msg = $prefix . ' - ' . $message;
1486 dbglog($msg);
1488 throw new \RuntimeException($msg);
1546 TplUtility::msg("The strap template has been deprecated. From the version <a href=\"https://combostrap.com/release/1.25\">1.25</a>, Combo should be used with the standard dokuwiki template.", self::LVL_MSG_WARNING);