Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 25 of 34) sorted by last modified time

12

/template/sprintdoc/css/
H A Darea_msg.less5 .msg-area {
H A Darea_nav-metabox.less51 + .msg-area + a {
H A Dbase.less39 @fix_border-radius: 3px; // inputs, editbox (textarea), buttons, content, code, quicksearch, msg
H A Darea_content.less27 .msg-area + * {
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/kiwiki/css/
H A Dstyle.css1450 #extension__manager div.msg {
/template/ad-hominem/
H A Dmy_template.php607 $msg = tpl_getConf('cookiemsg', '(no message configured)');
619 echo $prefix . "\t\t<span class=\"cb_msg\">". $msg . "</span>\r";
H A Dscript.js154 error: function(xhr, msg, e) { argument
155 console.error(msg);
157 success: function(data, msg, xhr) { argument
/template/mikio/
H A Dmikio.php2349 // foreach ($MSG as $msg) {
2350 // $hash = md5($msg['msg']);
2356 // if (info_msg_allowed($msg) === true) {
2357 // echo '<div class="me ' . $msg['lvl'] . '">';
2358 // echo $msg['msg'];
/template/comicslate/css/
H A Dblocks.less721 #send-msg-btn {
/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/Util/
H A DDeprecationCollector.php59 set_error_handler(function ($type, $msg) use (&$deprecations) {
61 $deprecations[] = $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/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/bootstrap3/
H A DEventHandlers.php79 msg('<pre>' . hsc(print_r($event, 1)) . '</pre>');
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 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);
/template/bootstrap3/compat/inc/
H A Dfunctions.php175 msg('For admins only', -1);
/template/boozurk/css/
H A Dboozurk.css601 .ajaxed #bz-page-nav-msg {
605 .ajaxed #bz-page-nav-msg.loading {
/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/congrid/
H A Dtpl_init.php18 msg('Congrid-Template version: v' . $template_info['date'], 1, '', '', MSG_ADMINS_ONLY);
/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