Lines Matching defs:canonical
512 public static function getMigratedSlotNameConfValue($newConf, $newDefaultValue, $oldConf, $oldDefaultValue, $canonical)
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);
1465 * @param string $canonical - the canonical
1467 static function msg($message, $level = self::LVL_MSG_ERROR, $canonical = "strap")
1471 $prefix = '<a href="https://combostrap.com/' . $canonical . '">' . ucfirst($canonical) . '</a>';
1482 if ($canonical != null) {
1483 $prefix .= ' - ' . $canonical;