Home
last modified time | relevance | path

Searched refs:LogUtility (Results 176 – 200 of 216) sorted by relevance

123456789

/plugin/combo/ComboStrap/
H A DFetcherCache.php104 LogUtility::internalError("The path seems to be not local, it should never happen.", self::CANONICAL, $e);
H A DFetcherPageSearch.php58 LogUtility::log2file("The page ($page) returned from the search query does not exist and was deleted from the database");
H A DCacheManager.php113 LogUtility::error("The cron expression ($cacheExpirationFrequency) of the page ($page) is not a valid cron expression");
H A DWikiPath.php167 LogUtility::error("The current relative path ({$this->absolutePath}) returns an error: {$e->getMessage()}", self::CANONICAL);
179 LogUtility::error("The parent relative path ({$this->absolutePath}) returns an error: {$e->getMessage()}", self::CANONICAL);
296 LogUtility::internalError("A context path is a page and should therefore have a parent", $e);
426 LogUtility::msg("The id passed should not be null");
1190 LogUtility::internalError("For a markup path file, the extension should have been set. This is not the case for ($this)");
H A DModificationDate.php57 LogUtility::msg("The modification time in the dokuwiki meta is not an integer");
H A DCacheReportHtmlDataBlockArray.php65 LogUtility::error("Cache reporter: The cache file could not be transformed as a wiki path. Error: " . $e->getMessage());
H A DFetcherPage.php147 LogUtility::internalError("The cache HTML fragment file was not found", self::NAME);
255 LogUtility::internalError("The html template should be found", self::CANONICAL, $e);
H A DMarkupRef.php211 LogUtility::internalError("The type ($type) is unknown, returning a interwiki link ref");
609 LogUtility::msg("The value ($value) of the key ($key) for the link ($this) has $countHashTag `#` characters and the maximum supported is 2.", LogUtility::LVL_MSG_ERROR);
H A DHistoricalBreadcrumbMenuItem.php158 return LogUtility::wrapInRedForHtml("Error on breadcrumb markup ref. Message: {$e->getMessage()}");
H A DImageLink.php127 LogUtility::internalError("The linking ($linking) was not processed");
H A DWikiFileSystem.php125 LogUtility::internalError("Unable to get back the wiki path from the local path. Error: {$e->getMessage()}");
H A DCarrouselTag.php120 LogUtility::msg("The minimal width value ($slideMinimalWidth) is not a valid value. Error: {$e->getMessage()}");
H A DTemplate.php81 LogUtility::warning("The variable ($variable) was not found in the data and has not been replaced", self::CANONICAL);
H A DMetadataStoreTransfer.php80 LogUtility::warning("The meta ($originalMetaKey) was not found", self::CANONICAL, $e);
H A DMime.php56 LogUtility::msg("The mime should not be an empty string");
H A DToc.php87 LogUtility::error("The toc numbering type was unknown", self::CANONICAL);
H A DSvgImageLink.php256 LogUtility::error("Unable to include the svg in the document. Error: {$e->getMessage()}");
H A DIso8601Date.php273 LogUtility::warning("The date format ($pattern) is no more supported. Why ? Because Php has deprecated <a href=\"https://www.php.net/manual/en/function.strftime.php\">strftime</a>. You need to use the <a href=\"https://unicode-org.github.io/icu/userguide/format_parse/datetime/#datetime-format-syntax\">Unicode Date Time format</a>", self::CANONICAL);
/plugin/combo/syntax/
H A Drelated.php8 use ComboStrap\LogUtility; alias
H A Dheadingatx.php6 use ComboStrap\LogUtility; alias
H A Dwebcode.php29 use ComboStrap\LogUtility; alias
/plugin/combo/action/
H A Dpagesystemmutation.php11 use ComboStrap\LogUtility; alias
/plugin/combo/renderer/
H A Danalytics.php11 use ComboStrap\LogUtility; alias
210 LogUtility::msg("The global ID is unknown, we were unable to instantiate the requested page in analytics");
596 LogUtility::msg("An error has occurred while saving the low quality level. Error: {$e->getMessage()}");
622 LogUtility::msg("The global ID is unknown, we can't find the requested page. Analytics was stopped");
/plugin/combo/ComboStrap/Web/
H A DUrl.php18 use ComboStrap\LogUtility;
184 LogUtility::warning("The key ($key) is an array of an array and was not taken into account in the request url.");
214 LogUtility::warning($message, "url");
652 LogUtility::internalError("Build error from a Media Fetch URL. We were unable to get the mime. Error: {$e->getMessage()}");
22 use ComboStrap\LogUtility; global() alias
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php13 use ComboStrap\LogUtility; alias
181 LogUtility::internalError("The boolean metadata name ($booleanMeta) was not found", self::CANONICAL, $e);

123456789