Home
last modified time | relevance | path

Searched refs:CANONICAL (Results 1 – 25 of 190) sorted by last modified time

12345678

/plugin/combo/ComboStrap/
H A DLazyLoad.php46 const CANONICAL = "lazy"; define in ComboStrap\\LazyLoad
74 return StyleAttribute::addComboStrapSuffix(self::CANONICAL);
H A DLdJson.php48 public const CANONICAL = action_plugin_combo_metagoogle::CANONICAL; define in ComboStrap\\LdJson
88 LogUtility::internalError("The page image should come from a wiki path", self::CANONICAL, $e);
95 LogUtility::internalError("The page image mime could not be determined. Error:" . $e->getMessage(), self::CANONICAL, $e);
118 LogUtility::msg("The image ($pageImagePath) does not exist and was not added to the google ld-json", LogUtility::LVL_MSG_ERROR, action_plugin_combo_metagoogle::CANONICAL);
140 return action_plugin_combo_metagoogle::CANONICAL;
223 LogUtility::error("The string value is not a valid Json. Value: $value", self::CANONICAL);
364 LogUtility::error("Internal Error: We were unable to define the publication date for the page ($page). Error: {$e->getMessage()}", self::CANONICAL);
375 LogUtility::error("Internal Error: We were unable to define the modification date for the page ($page)", self::CANONICAL);
406 LogUtility::msg("The name metadata is mandatory for a event page", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
[all...]
H A DLineSpacing.php12 const CANONICAL = syntax_plugin_combo_text::TAG; define in ComboStrap\\LineSpacing
29 LogUtility::msg("The line-spacing attribute is only implemented with Bootstrap 5. If you want to use this attribute, you should " . PluginUtility::getDocumentationHyperLink(Bootstrap::CANONICAL, "change the Bootstrap version") . ".", self::CANONICAL);
52 LogUtility::msg("The line-spacing value ($lineSpacingValue) is not a valid value.", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
H A DLocalPath.php31 const CANONICAL = "support"; define in ComboStrap\\LocalPath
100 LogUtility::internalError("The uri path could not be created", self::CANONICAL, $e);
H A DBootstrap.php20 const TAG = self::CANONICAL;
68 const CANONICAL = "bootstrap";
153 LogUtility::internalError("An error has occurred reading the file ($stylesheetsFile). Error:{$e->getMessage()}", self::CANONICAL);
204 return $executionContext->getRuntimeObject(self::CANONICAL);
209 $executionContext->setRuntimeObject(self::CANONICAL, $bootstrap);
272 throw new ExceptionRuntimeInternal("Unable to read the file {$bootstrapJsonFile} as json.", self::CANONICAL, 1, $e);
299 LogUtility::internalError("The url ($url) for the bootstrap metadata ($fileNameWithExtension) from the bootstrap dictionary is not valid. Error:{$e->getMessage()}", self::CANONICAL);
306 LogUtility::internalError("No extension was found on the file metadata ($fileNameWithExtension) from the bootstrap dictionary", self::CANONICAL);
323 LogUtility::internalError("The snippet key ($key) is unknown for bootstrap", self::CANONICAL);
70 const CANONICAL = "bootstrap"; global() define in ComboStrap\\Bootstrap
H A DBrand.php18 const CANONICAL = "brand"; define in ComboStrap\\Brand
154 LogUtility::error("We can't load the brands dictionary. Error: " . $e->getMessage(), self::CANONICAL, $e);
175 $objectIdentifier = self::CANONICAL . "-" . $brandNameQualified;
H A DLowQualityCalculatedIndicator.php68 LogUtility::internalError($message, self::CANONICAL);
H A DMarkupCacheDependencies.php88 const CANONICAL = "cache:dependency"; define in ComboStrap\\MarkupCacheDependencies
387 throw new ExceptionRuntimeInternal("There is no executing path, you can create a cache dependencies store", self::CANONICAL);
H A DBrandingColors.php22 const CANONICAL = "branding-colors"; define in ComboStrap\\BrandingColors
H A DMarkupFileSystem.php11 const CANONICAL = "markup-file-system"; define in ComboStrap\\MarkupFileSystem
84 throw new ExceptionRuntimeInternal("The path could not be cast to a local path", self::CANONICAL, 1, $e);
94 throw new ExceptionRuntimeInternal("The path could not be deleted", self::CANONICAL, 1, $e);
H A DCall.php146 const CANONICAL = "call"; define in ComboStrap\\Call
425 LogUtility::error("The handle data is not an array for the call ($this), correct the returned data from the handle syntax plugin function", self::CANONICAL);
435 LogUtility::error($message, self::CANONICAL);
/plugin/combo/syntax/
H A Dcomment.php27 const CANONICAL = "comment"; define in syntax_plugin_combo_comment
H A Dfragment.php145 LogUtility::warning("The template component has been deprecated and replaced by the fragment component. Why ? Because a whole page is now a template. ", syntax_plugin_combo_iterator::CANONICAL);
229 LogUtility::warning("There is no need anymore to use a template to render variable", FragmentTag::CANONICAL);
H A Dfrontmatter.php58 const CANONICAL = "frontmatter"; define in syntax_plugin_combo_frontmatter
66 const COMPONENT = 'combo_' . self::CANONICAL;
155 LogUtility::error("The global ID is unknown, we couldn't get the requested page", self::CANONICAL);
225 LogUtility::error("Front Matter: The json object for the page ($executingPath) is not valid. " . \ComboStrap\Json::getValidationLink($json), self::CANONICAL);
H A Dheadingwiki.php166 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 Dhighlightmd.php31 const CANONICAL = self::TAG; define in syntax_plugin_combo_highlightmd
H A Dhighlightwiki.php41 const CANONICAL = self::TAG; define in syntax_plugin_combo_highlightwiki
63 LogUtility::msg("Error on highlight color calculation", self::CANONICAL, $e);
H A Diterator.php83 const CANONICAL = "iterator"; define in syntax_plugin_combo_iterator
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);
/plugin/combo/ComboStrap/Api/
H A DApiRouter.php19 public const CANONICAL = "ajax"; define in ComboStrap\\Api\\ApiRouter
60 throw new ExceptionRuntimeInternal("Error while creating the ajax fetcher.", self::CANONICAL, 1, $e);
/plugin/combo/action/
H A Dcache.php25 const CANONICAL = "cache"; define in action_plugin_combo_cache
H A Dcacheexpiration.php30 const CANONICAL = CacheExpirationFrequency::CANONICAL; define in action_plugin_combo_cacheexpiration
H A Dhiddenpage.php21 const CANONICAL = ""; define in action_plugin_combo_hiddenpage
H A Dimgmove.php26 const CANONICAL = "imgmove"; define in action_plugin_combo_imgmove
84 LogUtility::error("The target path image ($targetImageId) is not a path", self::CANONICAL, $e);
254 throw new ExceptionRuntime($e->getMessage(), self::CANONICAL, 0, $e);
256 LogUtility::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, self::CANONICAL, $e);
291 throw new ExceptionCompile("A move error has occurred while trying to move the image ($relativeOrAbsoluteWikiId). The target resolution function send the following error message: " . $e->getMessage(), self::CANONICAL);
H A Dindexer.php53 const CANONICAL = "replication";
165 LogUtility::internalError("The identifier and the value identifier should be known at this stage", self::CANONICAL, $e);
175 LogUtility::warning("Reference error when persisting to the file system store: " . $e->getMessage(), self::CANONICAL, $e);
51 const CANONICAL = "replication"; global() define in action_plugin_combo_indexer
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php74 const CANONICAL = "metadata"; define in ComboStrap\\Meta\\Api\\Metadata

12345678