Home
last modified time | relevance | path

Searched refs:msg (Results 26 – 34 of 34) sorted by path

12

/template/sprintdoc/css/
H A Dbase.less39 @fix_border-radius: 3px; // inputs, editbox (textarea), buttons, content, code, quicksearch, msg
H A Dbase_vars.less38 @fix_border-radius: 3px; // inputs, editbox (textarea), buttons, content, code, quicksearch, msg
/template/sprintdoc/css/plugins/
H A Dedit.less59 .msg-area {
/template/sprintdoc/js/base/
H A Dspc.js44 _debug: function(msg){ argument
48 console.log(msg);
50 alert(msg);
53 alert(msg);
240 console.log = function(msg) { argument
241 alert(msg);
/template/strap/class/
H A DTplUtility.php34 * 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("Unabl
1457 static function msg($message, $level = self::LVL_MSG_ERROR, $canonical = "strap") global() function in ComboStrap\\TplUtility
[all...]
/template/strap/
H A Dstyle.ini30 css/msg.css = all
/template/twigstarter/
H A DTemplateController.php82 $msg = hsc($e->getMessage());
84 $msg .= '<pre>' . hsc($e->getTraceAsString()) . '</pre>';
87 nice_die($msg);
/template/twigstarter/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php193 …$prevHandler = set_error_handler(function ($type, $msg, $file, $line, $context = []) use (&$deprec…
195 $deprecations[] = $msg;
200 return $prevHandler ? $prevHandler($type, $msg, $file, $line, $context) : false;
/template/twigstarter/vendor/twig/twig/src/Util/
H A DDeprecationCollector.php59 set_error_handler(function ($type, $msg) use (&$deprecations) {
61 $deprecations[] = $msg;

12