Home
last modified time | relevance | path

Searched refs:LogUtility (Results 126 – 150 of 216) sorted by path

123456789

/plugin/combo/ComboStrap/Tag/
H A DBoxTag.php9 use ComboStrap\LogUtility; alias
41 LogUtility::error("The html tag ($tag) is not authorized.");
93 LogUtility::warning("The `children` align attribute ($align) on the box component was apply against more than one inline elements (ie " . implode(", ", $inlineTagFounds) . "). If you don't get what you want use a text align value such as `text-center`");
H A DFollowTag.php10 use ComboStrap\LogUtility; alias
105 $message = LogUtility::wrapInRedForHtml($message);
H A DMermaidTag.php10 use ComboStrap\LogUtility; alias
46 LogUtility::internalError("The url should be good", self::CANONICAL,$e);
H A DRelatedTag.php7 use ComboStrap\LogUtility; alias
89 LogUtility::msg($html);
H A DShareTag.php14 use ComboStrap\LogUtility; alias
40 return LogUtility::wrapInRedForHtml("The brand creation returns an error ({$e->getMessage()}");
51 $rendererHtml .= LogUtility::wrapInRedForHtml("The style of the share button ($brandButton) could not be determined. Error: {$e->getMessage()}");
73 return LogUtility::wrapInRedForHtml("Share Error: Requested Page Not Found: ({$e->getMessage()}");
81 return LogUtility::wrapInRedForHtml("The social channel creation returns an error when creating the link ({$e->getMessage()}");
104 $rendererHtml .= LogUtility::wrapInRedForHtml($message);
131 return LogUtility::wrapInRedForHtml("Share Error: Requested Page Not Found: ({$e->getMessage()}");
138 LogUtility::internalError($e->getMessage(), self::CANONICAL, $e);
H A DSubscribeTag.php18 use ComboStrap\LogUtility; alias
H A DWebCodeTag.php15 use ComboStrap\LogUtility; alias
99 LogUtility::warning("The `renderingmode` attribute has been deprecated for the webcode `type` attribute.");
105 LogUtility::warning("The `type` value (" . self::RENDERING_ONLY_RESULT_DEPRECATED . ") should be replaced by (" . self::RESULT_TYPE . ")");
162 LogUtility::msg("The type of the code should not be null for the code content " . $codeContent, LogUtility::LVL_MSG_WARNING, WebCodeTag::TAG);
245 LogUtility::error("The code type ($codeKey) was mixed with mermaid code in a webcode and this is not yet supported. The code was skipped");
281 LogUtility::log2file("Error while rendering webcode", LogUtility::LVL_MSG_ERROR, WebCodeTag::CANONICAL, $e);
302 LogUtility::internalError("We were unable to set the iframe URL. Error:{$e->getMessage()}", WebCodeTag::CANONICAL);
329 LogUtility
[all...]
/plugin/combo/ComboStrap/TagAttribute/
H A DAlign.php12 use ComboStrap\LogUtility; alias
55 LogUtility::error("The align value ($alignStringValue) is not a valid conditional value and was skipped", self::CANONICAL);
H A DAnimation.php18 use ComboStrap\LogUtility; alias
68 LogUtility::internalError("Error while trying to add the animate css stylesheet",self::CANONICAL,$e);
H A DBackgroundAttribute.php14 use ComboStrap\LogUtility; alias
184 LogUtility::msg("The background `fill` attribute ($backgroundFill) is unknown. If you want to take over the filling via css, set the `fill` value to `css`.", self::CANONICAL);
193 LogUtility::error("We could not create a background image. Error: {$e->getMessage()}");
200 LogUtility::internalError("The fetcher for the background image ($mediaMarkup) returns an error", self::CANONICAL, $e);
205 LogUtility::error("The background image ($mediaMarkup) is not an image but a $mime", self::CANONICAL);
211 LogUtility::msg("Internal Error: The background image value ($backgroundImageValue) is not a string nor an array", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
257 LogUtility::msg("An image and a linear gradient color are exclusive because a linear gradient color creates an image. You can't use the linear color (" . $colorValue . ") and the image (" . $backgroundImageStyleValue . ")", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
336 LogUtility
[all...]
H A DBoldness.php7 use ComboStrap\LogUtility; alias
77 LogUtility::msg("The boldness name ($value) is unknown. The attribute was not applied", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
H A DHero.php6 use ComboStrap\LogUtility; alias
56 LogUtility::error($e->getMessage(), self::CANONICAL);
H A DShadow.php16 use ComboStrap\LogUtility; alias
107 LogUtility::msg("The shadow / elevation value ($value) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
H A DTextAlign.php9 use ComboStrap\LogUtility; alias
31 LogUtility::warning("The text-align attribute has been deprecated for the align attribute.", self::CANONICAL);
36 LogUtility::error("Unable to retrieve the tex-align attribute. Error: {$e->getMessage()}", self::CANONICAL);
43 LogUtility::error("The text-align value($textAlignValue) is not valid. Error: {$e->getMessage()}", self::CANONICAL);
51 LogUtility::msg("Bootstrap 4 does not support conditional value for the attribute (" . self::ATTRIBUTE_NAME . "). Therefore, the value ($textAlignValue) cannot be applied", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
69 LogUtility::msg("The text-align value ($value) is unknown.", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
94 LogUtility::msg("The breakpoint ($breakpoint) of the text-align value ($textAlignValue) is not correct.", LogUtility
[all...]
H A DToggle.php10 use ComboStrap\LogUtility; alias
66 LogUtility::msg("The toggle state ($value) is invalid. It should be (expanded, collapsed or breakpoint-expanded)", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
72 LogUtility::msg("The toggle breakpoint ($value) supports only `expanded` as value, not $toggleStateValue.", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
77 LogUtility::msg("A conditional toggle breakpoint ($value) needs an id attribute.", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
/plugin/combo/ComboStrap/
H A DTagAttributes.php298 LogUtility::warning("The style attribute cannot be set or used due to security. Uses the combostrap style attribute or set a class attibute instead.");
341 LogUtility::msg("The renderArray variable passed is not an array ($callStackArray)");
476 LogUtility::msg("The value of the attribute ($attributeName) is empty. Use the nonEmpty function instead if it's the wanted behavior", LogUtility::LVL_MSG_WARNING, "support");
492 LogUtility::msg("The attribute ($attLower) stores an unique value and has already a value ($actual). to set another value ($attributeValue), use the `set` operation instead", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
528 LogUtility::warning("Internal Error: The tag ({$this->getLogicalTag()}) has a boolean attribute ($attributeName) defined as a type. The possible types should be defined for this tag as it's deprecated.");
546 LogUtility::msg("This tag attribute ($this) was already finalized. You cannot finalized it twice", LogUtility::LVL_MSG_ERROR);
683 LogUtility
[all...]
H A DTemplate.php81 LogUtility::warning("The variable ($variable) was not found in the data and has not been replaced", self::CANONICAL);
H A DTemplateEngine.php92 LogUtility::warning("The template theme directory ($themeDirectory) does not exists and was not taken into account");
97 LogUtility::warning("The partials theme directory ($themeDirectory) does not exists");
250 LogUtility::internalError("The theme home is not the root file system", self::CANONICAL, $e);
H A DTemplateForWebPage.php151 LogUtility::warning("The template ($template) was not found, the default template ($defaultTemplate) was used instead.");
316 LogUtility::internalError("This template is not for a markup path, it cannot have slots then.");
335 LogUtility::warning("The actual charset ($charsetActualValue) should be $charsetValue");
381 LogUtility::internalError("The internal fav icon ($internalFavIcon) should be at minimal found", self::CANONICAL);
415 LogUtility::internalError("The internal icon ($internalIcon) should be at minimal found", self::CANONICAL);
448 LogUtility::internalError("The internal apple icon ($internalIcon) should be at minimal found", self::CANONICAL);
462 LogUtility::internalError("The file ($iconPath) should be found and the local name should be good. Error: {$e->getMessage()}");
551 LogUtility::error("Error while creating the railbar layout");
600 LogUtility::error("Error while rendering the page content.", self::CANONICAL, $e);
622 LogUtility
[all...]
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 DTextColor.php77 LogUtility::msg("The text color value ($colorValue) is not a valid color. Error: {$e->getMessage()}");
H A DThirdMediaLink.php44 LogUtility::warning("No icon could be added to the media link. Error: {$e->getMessage()}");
80 LogUtility::internalError($e->getMessage());
H A DToc.php87 LogUtility::error("The toc numbering type was unknown", self::CANONICAL);
H A DTooltip.php28 LogUtility::msg("The tooltip value ($tooltip) is not an array.");
49 $title = LogUtility::wrapInRedForHtml("Error while rendering the tooltip. Error: {$e->getMessage()}");
63 $title = LogUtility::wrapInRedForHtml("The tooltip is empty");
/plugin/combo/ComboStrap/Web/
H A DSanitizer.php7 use ComboStrap\LogUtility; alias
53 LogUtility::msg($string, LogUtility::LVL_MSG_ERROR, $canonical);

123456789