Home
last modified time | relevance | path

Searched refs:LogUtility (Results 76 – 100 of 216) sorted by relevance

123456789

/plugin/combo/ComboStrap/
H A DPipelineUtility.php157 LogUtility::msg("command ($commandName) is unknown", LogUtility::LVL_MSG_ERROR, "pipeline");
213 LogUtility::msg("The side value ($side) is unknown", LogUtility::LVL_MSG_ERROR, "pipeline");
309 LogUtility::error("Internal Error: No default locale could be determined. The locale was set to $locale", DateTag::CANONICAL);
H A DSkin.php90 LogUtility::msg("A component type is mandatory when using the skin attribute", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
112 LogUtility::msg("The type value ($type) is not supported. Only the following types value may be used: $types", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
H A DIconDownloader.php296 LogUtility::msg("The icon ($logicalName) is unknown for the library ($library)");
496 LogUtility::msg("The icon ($this) from the library ($libraryName) was downloaded to ($mediaDokuPath)", LogUtility::LVL_MSG_INFO, Icon::ICON_CANONICAL_NAME);
498 LogUtility::msg("Internal error: The icon ($this) from the library ($libraryName) could no be written to ($mediaDokuPath)", LogUtility::LVL_MSG_ERROR, Icon::ICON_CANONICAL_NAME);
535 LogUtility::msg("The file ($downloadUrl) could not be downloaded to ($mediaFilePath)", LogUtility::LVL_MSG_ERROR, Icon::ICON_CANONICAL_NAME);
537 LogUtility::msg("The material design icon ($iconName) was downloaded to ($mediaFilePath)", LogUtility::LVL_MSG_INFO, Icon::ICON_CANONICAL_NAME);
H A DColorSystem.php28 LogUtility::error("Error while calculating the primary text color. {$e->getMessage()}", self::CANONICAL, $e);
62 LogUtility::error("Error while calculating the color text hover color. {$e->getMessage()}", self::CANONICAL, $e);
H A DFontSize.php45 LogUtility::msg("The font-size scale value ($value) is not between 1 and 6.",LogUtility::LVL_MSG_ERROR,self::CANONICAL);
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 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 DPipelineTag.php38 LogUtility::warning("The content tag with the name ($actualName) is unknown, the captured content may be not good.",self::CANONICAL);
56 return LogUtility::wrapInRedForHtml($e->getMessage());
H A DFetcherMarkup.php220 LogUtility::warning("A markup handler is not running, we couldn't create a child.");
406 LogUtility::error("The metadata path should be known. " . $e->getMessage(), self::CANONICAL, $e);
474 LogUtility::error("The snippet json array cannot be build into a snippet object. " . $e->getMessage() . "\n" . ArrayUtility::formatAsString($snippet), LogUtility::SUPPORT_CANONICAL,);
602 LogUtility::error("The renderer ({$this->builderName}) seems to have been not found");
623 LogUtility::internalError("The output was an array", self::CANONICAL);
660 LogUtility::msg("Error while storing the xhtml content: {$e->getMessage()}");
944 LogUtility::warning("The execution ($this) is not a path execution. The snippet $snippet will not be preserved after initial rendering. Set the execution as standalone or set a parent markup handler.");
947 LogUtility::warning("The execution ($this) is not a HTML execution. The snippet $snippet will not be preserved because they are reserved for XHMTL execution");
1095 LogUtility
[all...]
H A DSearch.php75 LogUtility::msg("Error while trying to retrieve a list of pages", LogUtility::LVL_MSG_ERROR, action_plugin_combo_linkwizard::CANONICAL);
/plugin/combo/action/
H A Dsnippets.php9 use ComboStrap\LogUtility; alias
103 LogUtility::internalError("The executing markup path ($markupPath) should exists because it was executed.");
125 LogUtility::error("We couldn't get the attributes of the snippet ($snippet). It has been skipped. Error: {$e->getMessage()}", self::CANONICAL);
H A Dmetaprocessing.php7 use ComboStrap\LogUtility; alias
69 LogUtility::internalError("The before ($beforeId) and after id ($afterId) are not the same", get_class($this));
109 LogUtility::internalError("The metadata was not found for the attribute ($attribute)");
H A Dsnippetsbootstrap.php12 use ComboStrap\LogUtility; alias
261 LogUtility::error($message, self::FRONT_END_OPTIMIZATION_CANONICAL);
266 LogUtility::error($messageEmpty, self::FRONT_END_OPTIMIZATION_CANONICAL);
281 LogUtility::error($message, self::FRONT_END_OPTIMIZATION_CANONICAL);
H A Dmetagoogle.php7 use ComboStrap\LogUtility; alias
56 LogUtility::internalError("Because the template is social, it should be at minima a path request");
H A Dwebcode.php5 use ComboStrap\LogUtility; alias
58 LogUtility::warning(self::YOU_DON_T_HAVE_THE_RIGHT . " You should be admin or part of the ($group) group.");
H A Dresend.php12 use ComboStrap\LogUtility; alias
136 LogUtility::msg("The register field name($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, \ComboStrap\Identity::CANONICAL);
H A Ddocustom.php14 use ComboStrap\LogUtility;
106 LogUtility::info("ExecuteDoAction: The response has already be send (ended).");
194 LogUtility::warning($reporterMessage, self::TEMPLATE_CANONICAL, $e);
12 use ComboStrap\LogUtility; global() alias
/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`");
/plugin/combo/syntax/
H A Ddisqus.php5 use ComboStrap\LogUtility; alias
127 LogUtility::msg("The disqus forum shortName should not be empty", LogUtility::LVL_MSG_ERROR, self::TAG);
H A Dbadge.php8 use ComboStrap\LogUtility; alias
146 LogUtility::msg("The color value ($color) for the badge type ($type) is not valid. Error: {$e->getMessage()}");
166 LogUtility::msg("Error while trying to set the lightness for the badge background color");
184 LogUtility::msg("Error while scaling the text color ($color) for the badge type ($type). Error: {$e->getMessage()}");
H A Drailroad.php6 use ComboStrap\LogUtility; alias
209 LogUtility::msg("No code component with bnf grammar was found", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
/plugin/combo/ComboStrap/TagAttribute/
H A DHero.php6 use ComboStrap\LogUtility; alias
56 LogUtility::error($e->getMessage(), self::CANONICAL);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataTabular.php12 use ComboStrap\LogUtility; alias
149 LogUtility::msg("The tabular value is nor a string nor an array");
252 LogUtility::msg("The tabular value is not a string nor an array");
259 LogUtility::internalError("The column ($colName) does not have a metadata definition");
270 LogUtility::msg("The value for the identifier ($identifierPersistentName) was not found");
H A DMetadataInteger.php9 use ComboStrap\LogUtility; alias
62 LogUtility::msg("This value of a text metadata is not a string. " . var_export($value, true));
/plugin/combo/ComboStrap/Meta/Field/
H A DAlias.php8 use ComboStrap\LogUtility; alias
78 LogUtility::msg("Bad Alias Type. The alias type value ($type) for the alias path ({$this->getPath()}) of the page ({$pageAnchor})");

123456789