Home
last modified time | relevance | path

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

1234567

/template/strap/ComboStrap/
H A DTemplateStore.php22 LogUtility::msg("You can't set a value with a template store");
27 LogUtility::msg("You can't get a value with a template store");
33 LogUtility::msg("You can't get a value with a template store");
38 LogUtility::msg("You can't set a value with a template store");
43 LogUtility::msg("You can't persist with a template store");
53 LogUtility::msg("Reset: The template format is not yet implemented");
H A DLogUtility.php81 …public static function msg(string $message, int $level = self::LVL_MSG_ERROR, string $canonical = … function in ComboStrap\\LogUtility
123 …* @param null|string $msg - may be null always this is the default if a variable is not initialize…
128 …static function log2file(?string $msg, int $logLevel = self::LVL_MSG_ERROR, ?string $canonical = s… argument
132 self::messageNotEmpty($msg);
134 $msg = $e->getMessage();
144 $msg = $prefix . ' - ' . $msg;
155 …$messageWritten = self::LVL_NAME[$logLevel] . " - $msg - (Page: $id, IP: {$INPUT->server->str('REM…
158 self::throwErrorIfTest($logLevel, $msg, $e);
246 msg($htmlMsg, $dokuWikiLevel, '', '', $allow);
336 self::msg($message, LogUtility::LVL_MSG_ERROR, $canonical, $e);
[all …]
H A DPageRules.php36 … LogUtility::msg("Something went wrong when deleting the redirections. {$e->getMessage()}");
63 LogUtility::msg("Error during pattern exist statement. {$e->getMessage()}");
91 LogUtility::msg("Error during pattern exists query: {$e->getMessage()}");
143 LogUtility::msg("There was a problem during Pages Rule insertion. " . $e->getMessage());
198 LogUtility::msg('Errors during delete of all redirections. ' . $e->getMessage());
222 LogUtility::msg("Page Rules Count. {$e->getMessage()}");
247 LogUtility::msg("Errors during select of all Page rules. {$e->getMessage()}");
265 LogUtility::msg("getRule Error {$e->getMessage()}");
H A DCallStack.php112 …LogUtility::msg("$headErrorMessage. The handler ($class) provided cannot manipulate the callstack …
125 …LogUtility::msg("$headErrorMessage. The call writer ($callWriterClass) provided cannot manipulate …
154 …LogUtility::msg("$headErrorMessage. The handler ($handlerClass) provided cannot manipulate the cal…
158 …LogUtility::msg("$headErrorMessage. The handler ($handlerClass) provided cannot manipulate the cal…
344 …LogUtility::msg("The actual call cannot be ask because the end of the stack was reached", LogUtili…
348 …LogUtility::msg("The actual call cannot be ask because the start of the stack was reached", LogUti…
375 LogUtility::msg($e->getMessage());
389 LogUtility::msg($e->getMessage());
424 …LogUtility::msg("You are not at the end of stack and you are not on a opening tag, you can't ask f…
545 …LogUtility::msg("A next sibling can be asked only from a tag call. The state is $enterState", LogU…
[all …]
H A DCall.php324 …LogUtility::msg("The call (" . print_r($this->call, true) . ") has an array and not a string as co…
540 LogUtility::msg("The ptype (" . $pType . ") is unknown.");
598 …LogUtility::msg("You can't update a " . $mode . " to a space. It should be a eol", LogUtility::LVL…
617 …LogUtility::msg("You can't add an attribute to the non plugin call mode (" . $mode . ")", LogUtili…
630 …LogUtility::msg("You can't ask for a context from a non plugin call mode (" . $mode . ")", LogUtil…
698 …LogUtility::msg("You can't ask for a payload from a non plugin call mode (" . $mode . ").", LogUti…
757 LogUtility::msg("This modification of state is not yet supported for a native call");
839 … LogUtility::msg("Setting the payload for a non-native call ($this) is not yet implemented");
862 LogUtility::msg("This is not a plugin call ($this), you can't set the type");
884 …LogUtility::msg("The call ($this) is a native call and we don't support yet the modification of th…
[all …]
H A DLang.php64 …LogUtility::msg("The new language data ($langValue) was downloaded", LogUtility::LVL_MSG_INFO, sel…
67 …LogUtility::msg("Internal error: The language data ($langValue) could no be written to ($languageD…
75 …LogUtility::msg("The data for the language ($langValue) could not be downloaded at (<a href=\"$dow…
84 …LogUtility::msg("We could not read the data from the language ($langValue). No direction was set."…
94 …LogUtility::msg("The language direction cannot be set because no language data was found for the l…
H A DLineSpacing.php29 …LogUtility::msg("The line-spacing attribute is only implemented with Bootstrap 5. If you want to u…
52 …LogUtility::msg("The line-spacing value ($lineSpacingValue) is not a valid value.", LogUtility::LV…
H A DEditButtonManager.php49 …LogUtility::msg("The position for a start section should not be empty", LogUtility::LVL_MSG_ERROR,…
52 …LogUtility::msg("The name for a start section should not be empty", LogUtility::LVL_MSG_ERROR, "su…
H A DEvent.php123 …LogUtility::msg("Error while retrieving the event {$e->getMessage()}", LogUtility::LVL_MSG_ERROR, …
137 …LogUtility::msg("The delete of the event was not successful or it was deleted by another process",…
142 …LogUtility::msg("Error while deleting the event. Message {$e->getMessage()}", LogUtility::LVL_MSG_…
163 … LogUtility::msg("The stored data for the event $eventName was not in the json format");
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DDiagnosticErrorListener.php63 $msg = \sprintf(
70 $recognizer->notifyErrorListeners($msg);
83 $msg = \sprintf(
89 $recognizer->notifyErrorListeners($msg);
102 $msg = \sprintf(
108 $recognizer->notifyErrorListeners($msg);
H A DConsoleErrorListener.php17 string $msg, argument
20 \fwrite(\STDERR, \sprintf("line %d:%d %s\n", $line, $charPositionInLine, $msg));
/template/strap/
H A Dcli.php308 …LogUtility::msg("The page {$id} ($pageCounter / $totalNumberOfPages) was indexed and replicated", …
310 …LogUtility::msg("The page {$id} ($pageCounter / $totalNumberOfPages) has an error", LogUtility::LV…
313 …LogUtility::msg("The page {$id} ($pageCounter / $totalNumberOfPages) has an error: " . $e->getMess…
439 LogUtility::msg("Starting: Deleting non-existing page from database");
451 LogUtility::msg("Error while getting the id pages. {$e->getMessage()}");
482 LogUtility::msg("Sync finished ($counter pages checked)");
501 …LogUtility::msg("Processing page $id ($pageCounter / $totalNumberOfPages) ", LogUtility::LVL_MSG_I…
540 LogUtility::msg("Page $id ($pageCounter / $totalNumberOfPages): " . $message);
553 LogUtility::msg("Page $id ($pageCounter / $totalNumberOfPages) ");
566 …LogUtility::msg("Page $id ($pageCounter / $totalNumberOfPages) " . $message, LogUtility::LVL_MSG_E…
[all …]
/template/strap/admin/
H A Dpagerules.php115 msg('Matcher can not be null', LogUtility::LVL_MSG_ERROR);
119 msg('Target can not be null', LogUtility::LVL_MSG_ERROR);
124msg($this->lang['SameSourceAndTargetAndPage'] . ': ' . $matcher . '', LogUtility::LVL_MSG_ERROR);
131 msg($this->lang['Saved'], LogUtility::LVL_MSG_INFO);
133msg("The matcher pattern ($matcher) already exists. The page rule was not inserted.", LogUtility::…
137 msg($this->lang['Saved'], LogUtility::LVL_MSG_INFO);
147 msg($this->lang['Deleted'], LogUtility::LVL_MSG_INFO);
/template/strap/ComboStrap/TagAttribute/
H A DTextAlign.php51 …LogUtility::msg("Bootstrap 4 does not support conditional value for the attribute (" . self::ATTRI…
69 …LogUtility::msg("The text-align value ($value) is unknown.", LogUtility::LVL_MSG_ERROR, self::CANO…
94 …LogUtility::msg("The breakpoint ($breakpoint) of the text-align value ($textAlignValue) is not cor…
130 …LogUtility::msg("The `justify` value of the text-align attribute does not support actually breakpo…
135 …LogUtility::msg("The text-align value ($value) is unknown.", LogUtility::LVL_MSG_ERROR, self::CANO…
H A DBackgroundAttribute.php184 …LogUtility::msg("The background `fill` attribute ($backgroundFill) is unknown. If you want to take…
211 …LogUtility::msg("Internal Error: The background image value ($backgroundImageValue) is not a strin…
257 …LogUtility::msg("An image and a linear gradient color are exclusive because a linear gradient colo…
336 …LogUtility::msg("The pattern (" . $pattern . ") is not a known CSS pattern and was ignored.", LogU…
343 …LogUtility::msg("The background color was not set for the background with the (" . $pattern . "). …
352 …LogUtility::msg("The pattern color was not set for the background with the (" . $pattern . "). It …
H A DToggle.php66 …LogUtility::msg("The toggle state ($value) is invalid. It should be (expanded, collapsed or breakp…
72 …LogUtility::msg("The toggle breakpoint ($value) supports only `expanded` as value, not $toggleStat…
77 …LogUtility::msg("A conditional toggle breakpoint ($value) needs an id attribute.", LogUtility::LVL…
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php342 $msg = \sprintf('no viable alternative at input %s', $this->escapeWSAndQuote($input));
344 $recognizer->notifyErrorListeners($msg, $e->getOffendingToken(), $e);
364 $msg = \sprintf(
370 $recognizer->notifyErrorListeners($msg, $e->getOffendingToken(), $e);
384 $msg = \sprintf('rule %s %s', $recognizer->getCurrentRuleName(), $e->getMessage());
386 $recognizer->notifyErrorListeners($msg, $e->getOffendingToken(), $e);
419 $msg = \sprintf(
425 $recognizer->notifyErrorListeners($msg, $t);
456 $msg = \sprintf(
462 $recognizer->notifyErrorListeners($msg, $t);
/template/strap/resources/snippet/js/
H A Dcombo-html.js24 let msg = "";
26msg += `Railbar error: the script element (${error.element.className}) returns the following error…
28 throw Error(msg);
/template/kajukkk/
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/strap/ComboStrap/Meta/Field/
H A DAliases.php89 … LogUtility::msg("The path of the alias should not be empty to create a path", Alias::CANONICAL);
103 …LogUtility::msg("The value of the alias array should not be empty as it's the alias path", Alias::…
181 …LogUtility::msg("An exception has occurred with the deprecated alias selection query. {$e->getMess…
208 …LogUtility::msg("An exception has occurred with the delete deprecated alias statement. {$e->getMes…
262 LogUtility::msg("Error while persisting the new data");
/template/twigstarter/
DTemplateController.php82 $msg = hsc($e->getMessage());
84 $msg .= '<pre>' . hsc($e->getTraceAsString()) . '</pre>';
87 nice_die($msg);
/template/bootstrap3/
DSVG.php41msg(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/twigstarter/vendor/twig/twig/src/Util/
DDeprecationCollector.php59 set_error_handler(function ($type, $msg) use (&$deprecations) {
61 $deprecations[] = $msg;
/template/strap/action/
H A Dcacheexpiration.php141 … LogUtility::msg("Error while calculating the new expiration date. Error: {$e->getMessage()}");
145 …LogUtility::msg("The new calculated date cache expiration frequency ({$newDate->format(Iso8601Date…
152 … LogUtility::msg("Error while persisting the new expiration date. Error:{$e->getMessage()}");
H A Dlogin.php123 …LogUtility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CA…
261 LogUtility::msg("Internal error: No user field found");
290 LogUtility::msg("Internal error: No password field found");
318 LogUtility::msg("Internal error: No remember field found");

1234567