Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 25 of 34) sorted by relevance

12

/template/strap/class/
H A DTplUtility.php1011 self::msg("Unable to read the file {$stylesheetsFile} as json");
1019 self::msg("Unable to read the file {$localStyleSheets} as json");
1076 self::msg("Unable to read the file {$bootstrapJsonFile} as json");
1080 … self::msg("The bootstrap version ($version) could not be found in the file $bootstrapJsonFile");
1290 msg($message, -1, "", "", MSG_ADMINS_ONLY);
1299 msg($messageEmpty, -1, "", "", MSG_ADMINS_ONLY);
1318 msg($message, -1, "", "", MSG_ADMINS_ONLY);
1457 static function msg($message, $level = self::LVL_MSG_ERROR, $canonical = "strap") function in ComboStrap\\TplUtility
1475 $msg = $prefix . ' - ' . $message;
1476 dbglog($msg);
[all …]
/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/kajukkk/
H A Dtpl_functions.php133 foreach($MSG as $msg){
134 $hash = md5($msg['msg']);
136 if(info_msg_allowed($msg)){
137 print '<div class="alert-'.$msg['lvl'].' alert alert-dismissible" role="alert">';
139 print $msg['msg'];
/template/twigstarter/
H A DTemplateController.php82 $msg = hsc($e->getMessage());
84 $msg .= '<pre>' . hsc($e->getTraceAsString()) . '</pre>';
87 nice_die($msg);
/template/bootstrap3/
H A DSVG.php41 msg(sprintf('Unrecognized icon "%s" (svg file "%s" does not exist).', $icon, $file_path), -1);
51 msg(sprintf('"%s" could not be recognized as an icon file', $file_path), -1);
H A DTemplate.php41 msg('Template version ' . $this->getVersion(), 1, '', '', MSG_ADMINS_ONLY);
651 foreach ($MSG as $msg) {
652 $hash = md5($msg['msg']);
658 if (info_msg_allowed($msg)) {
659 switch ($msg['lvl']) {
683 print $msg['msg'];
1536 case 'msg notify':
H A DEventHandlers.php79 msg('<pre>' . hsc(print_r($event, 1)) . '</pre>');
/template/twigstarter/vendor/twig/twig/src/Util/
H A DDeprecationCollector.php59 set_error_handler(function ($type, $msg) use (&$deprecations) {
61 $deprecations[] = $msg;
/template/ad-hominem/
H A Dscript.js154 error: function(xhr, msg, e) { argument
155 console.error(msg);
157 success: function(data, msg, xhr) { argument
H A Dmy_template.php607 $msg = tpl_getConf('cookiemsg', '(no message configured)');
619 echo $prefix . "\t\t<span class=\"cb_msg\">". $msg . "</span>\r";
/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/congrid/
H A Dtpl_init.php18 msg('Congrid-Template version: v' . $template_info['date'], 1, '', '', MSG_ADMINS_ONLY);
/template/sprintdoc/css/
H A Darea_msg.less5 .msg-area {
H A Darea_content.less27 .msg-area + * {
H A Darea_nav-metabox.less51 + .msg-area + a {
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/r7throot1/
H A Dfunctions.php77 msg('Could not set correct style.ini file for your chosen color scheme.', -1);
/template/bootstrap3/compat/inc/
H A Dfunctions.php175 msg('For admins only', -1);
/template/minima/
H A Dfunctions.php113 msg('Could not set correct style.ini file for your chosen color scheme.', -1);
/template/spacedok/
H A Dfunctions.php113 msg('Could not set correct style.ini file for your chosen color scheme.', -1);
/template/mikio/
H A Dmikio.php2334 // foreach ($MSG as $msg) {
2335 // $hash = md5($msg['msg']);
2341 // if (info_msg_allowed($msg) === true) {
2342 // echo '<div class="me ' . $msg['lvl'] . '">';
2343 // echo $msg['msg'];
/template/roundbox/
H A Droundbox.php28 msg('Could not set correct style.ini file for your chosen theme.', -1);
/template/strap/
H A Dstyle.ini30 css/msg.css = all
/template/codowik/js/
H A Dlayout.js292 $.layout.msg('LAYOUT ERROR - Invalid pane-name: "'+ pane +'"');
583 , msg: function (info, popup, debugTitle, debugOpts) {
1108 , _log = function (msg, popup, debug) { argument
1111 $.layout.msg( o.name +' / '+ msg, (popup !== false) );
4075 , msg = 'Inaccurate size after resizing the '+ pane +'-pane.'
4093 _log(msg, false, true);
4136 _log(msg +'\nSee the Error Console for details.', true, true);

12