Home
last modified time | relevance | path

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

123456789

/plugin/combo/syntax/
H A Dheadingatx.php6 use ComboStrap\LogUtility; alias
H A Dheadingwiki.php5 use ComboStrap\LogUtility; alias
166 LogUtility::msg("The number of `=` character for a wiki heading is not the same before ($levelFromStartTag) and after ($levelFromMatch) the content ($content).", LogUtility::LVL_MSG_INFO, HeadingTag::CANONICAL);
H A Dhighlightwiki.php9 use ComboStrap\LogUtility; alias
63 LogUtility::msg("Error on highlight color calculation", self::CANONICAL, $e);
H A Diterator.php16 use ComboStrap\LogUtility; alias
103 LogUtility::warning("Error while creating the path for the page image with the path value ($pathString)", PageImageTag::CANONICAL, $e);
118 LogUtility::internalError("The path string should be absolute, we should not get this error", PageImageTag::CANONICAL, $e);
445 LogUtility::error("Internal Error: the page selected ($contextualPage) was not added. It does not exist and was deleted from the database index.", self::CANONICAL);
464 LogUtility::debug("The physical query (Sql: {$pageSql->getExecutableSql()}, Parameters: $parametersString) does not return any data", syntax_plugin_combo_iterator::CANONICAL);
567 LogUtility::error("Error while rendering the template header. Error: {$e->getMessage()}", self::CANONICAL);
576 LogUtility::error("Error while rendering a data row. Error: {$e->getMessage()}", self::CANONICAL, $e);
585 LogUtility::error("Error while rendering the template footer. Error: {$e->getMessage()}", self::CANONICAL);
600 LogUtility::error("Error while rendering the iterator footer. Error: {$e->getMessage()}", self::CANONICAL);
H A Dlabel.php9 use ComboStrap\LogUtility; alias
111 LogUtility::log2FrontEnd("The label is included in the $grandFatherName component and this is unexpected", LogUtility::LVL_MSG_WARNING, self::TAG);
209 LogUtility::log2FrontEnd("The context ($context) of the label is unknown in enter", LogUtility::LVL_MSG_WARNING, self::TAG);
244 LogUtility::log2FrontEnd("The context ($context) of the label is unknown in exit", LogUtility::LVL_MSG_WARNING, self::TAG);
H A Dlink.php17 use ComboStrap\LogUtility; alias
373 LogUtility::error("No default Label can be defined. Error while parsing the markup ref ($markupRef). Error: {$e->getMessage()}", self::CANONICAL, $e);
426 LogUtility::internalError($message);
427 $renderer->doc .= LogUtility::wrapInRedForHtml($message);
452 LogUtility::warning($e->getMessage(), "link", $e);
539 LogUtility::internalError("The markup ref was not found for a link.");
546 LogUtility::error("The markup ref could not be parsed. Error:{$e->getMessage()}");
582 LogUtility::msg("The markup reference ({$markupRef}) with the type $type was not processed into the metadata");
604 LogUtility::error("Error while parsing the ref ($ref). Error: {$e->getMessage()}. No further analytics.");
708 LogUtility
[all...]
H A Dmedia.php20 use ComboStrap\LogUtility; alias
104 LogUtility::internalError("The mime for the path ($path) was not found", self::CANONICAL, $e);
144 LogUtility::error("media update statistics: cannot create the media markup", "media", $e);
154 LogUtility::internalError("The path of an internal media should be known. We were unable to update the statistics.", self::TAG);
240 LogUtility::error($message, self::TAG, $e);
329 LogUtility::internalError("We can't register the media metadata. Error: {$e->getMessage()}");
343 LogUtility::internalError("No src found, we couldn't register the media in the index. Error: {$e->getMessage()}", self::CANONICAL, $e);
351 LogUtility::internalError("We cannot get the path of the image. Error: {$e->getMessage()}. The image was not registered in the metadata", self::TAG);
361 LogUtility::msg("The dokuwiki media type ($internalExternalType) for metadata registration is unknown");
H A Dmenubar.php8 use ComboStrap\LogUtility; alias
255 LogUtility::error("The position value ($position) is not yet implemented", self::CANONICAL);
270 LogUtility::warning("The align attribute has been deprecated, you should delete it or use the container instead", self::CANONICAL);
H A Dminimap.php211 $miniMapList .= \ComboStrap\LogUtility::wrapInRedForHtml("Error. {$e->getMessage()}");
H A Dpara.php9 use ComboStrap\LogUtility; alias
256 LogUtility::msg("The passed attributes array ($attributes) for the creation of the paragraph is not an array", LogUtility::LVL_MSG_ERROR);
361 LogUtility::msg("The eol action for the combination enter / (" . $nextDisplay . ") of the call ( $nextCall ) was not implemented", LogUtility::LVL_MSG_ERROR);
397 LogUtility::msg("The display for a open paragraph (" . $nextDisplay . ") is not implemented", LogUtility::LVL_MSG_ERROR);
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);
H A Drelated.php8 use ComboStrap\LogUtility; alias
H A Dtoc.php13 use ComboStrap\LogUtility; alias
H A Dtoggle.php8 use ComboStrap\LogUtility; alias
155 $renderer->doc .= LogUtility::wrapInRedForHtml("The target id is mandatory");
H A Dtooltip.php6 use ComboStrap\LogUtility; alias
248 $renderer->doc .= LogUtility::wrapInRedForHtml($message);
H A Dwebcode.php29 use ComboStrap\LogUtility; alias

123456789