/template/strap/class/ |
H A D | TplUtility.php | 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("Unabl 1457 static function msg($message, $level = self::LVL_MSG_ERROR, $canonical = "strap") global() function in ComboStrap\\TplUtility [all...] |
/template/sprintdoc/js/base/ |
H A D | spc.js |
|
/template/kajukkk/ |
H A D | tpl_functions.php | 133 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 D | TemplateController.php | 82 $msg = hsc($e->getMessage()); 84 $msg .= '<pre>' . hsc($e->getTraceAsString()) . '</pre>'; 87 nice_die($msg);
|
/template/bootstrap3/ |
H A D | SVG.php | 41 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 D | Template.php | 41 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 D | EventHandlers.php | 79 msg('<pre>' . hsc(print_r($event, 1)) . '</pre>');
|
/template/twigstarter/vendor/twig/twig/src/Util/ |
H A D | DeprecationCollector.php | 59 set_error_handler(function ($type, $msg) use (&$deprecations) { 61 $deprecations[] = $msg;
|
/template/ad-hominem/ |
H A D | script.js | 155 error: function(xhr, msg, e) { 156 console.error(msg); 158 success: function(data, msg, xhr) { 154 AnonymousFunctioncef5c7f80200(xhr, msg, e) global() argument 157 AnonymousFunctioncef5c7f80300(data, msg, xhr) global() argument
|
H A D | my_template.php | 614 $msg = tpl_getConf('cookiemsg', '(no message configured)'); 630 echo $prefix . DOKU_TAB . DOKU_TAB . "<span class=\"cb_msg\">{$msg}</span>".NL;
|
/template/twigstarter/vendor/twig/twig/src/Test/ |
H A D | IntegrationTestCase.php | 193 …$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 D | tpl_init.php | 18 msg('Congrid-Template version: v' . $template_info['date'], 1, '', '', MSG_ADMINS_ONLY);
|
/template/sprintdoc/css/ |
H A D | area_msg.less | 5 .msg-area {
|
H A D | area_content.less | 27 .msg-area + * {
|
H A D | area_nav-metabox.less | 51 + .msg-area + a {
|
H A D | base_vars.less | 38 @fix_border-radius: 3px; // inputs, editbox (textarea), buttons, content, code, quicksearch, msg
|
/template/sprintdoc/css/plugins/ |
H A D | edit.less | 59 .msg-area {
|
/template/r7throot1/ |
H A D | functions.php | 77 msg('Could not set correct style.ini file for your chosen color scheme.', -1);
|
/template/bootstrap3/compat/inc/ |
H A D | functions.php | 175 msg('For admins only', -1);
|
/template/minima/ |
H A D | functions.php | 113 msg('Could not set correct style.ini file for your chosen color scheme.', -1);
|
/template/spacedok/ |
H A D | functions.php | 113 msg('Could not set correct style.ini file for your chosen color scheme.', -1);
|
/template/mikio/ |
H A D | mikio.php | 2356 // foreach ($MSG as $msg) { 2357 // $hash = md5($msg['msg']); 2363 // if (info_msg_allowed($msg) === true) { 2364 // echo '<div class="me ' . $msg['lvl'] . '">'; 2365 // echo $msg['msg'];
|
/template/roundbox/ |
H A D | roundbox.php | 28 msg('Could not set correct style.ini file for your chosen theme.', -1);
|
/template/strap/ |
H A D | style.ini | 30 css/msg.css = all
|
/template/codowik/js/ |
H A D | layout.js | 292 $.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);
|