Home
last modified time | relevance | path

Searched refs:CANONICAL (Results 151 – 175 of 190) sorted by relevance

12345678

/plugin/combo/ComboStrap/
H A DModificationDate.php111 return Metadata::CANONICAL;
H A DPageSql.php19 const CANONICAL = "sql"; define in ComboStrap\\PageSql
H A DFetcherPage.php18 const CANONICAL = "page"; define in ComboStrap\\FetcherPage
255 LogUtility::internalError("The html template should be found", self::CANONICAL, $e);
H A DPagePublicationDate.php133 LogUtility::error("Internal Error: the date format is not valid. Error: {$e->getMessage()}", self::CANONICAL);
H A DTemplateEngine.php19 const CANONICAL = "theme"; define in ComboStrap\\TemplateEngine
250 LogUtility::internalError("The theme home is not the root file system", self::CANONICAL, $e);
H A DSlotManagerMenuItem.php27 const CANONICAL = "slot:manager"; define in ComboStrap\\SlotManagerMenuItem
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 DCall.php146 const CANONICAL = "call"; define in ComboStrap\\Call
426 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);
438 LogUtility::error($message, self::CANONICAL);
H A DBrandButton.php46 const CANONICAL = "social"; define in ComboStrap\\BrandButton
243 if ($this->brand->getName() == \action_plugin_combo_metatwitter::CANONICAL) {
265 LogUtility::msg($message, LogUtility::LVL_MSG_ERROR, self::CANONICAL);
H A DCarrouselTag.php34 public const CANONICAL = CarrouselTag::TAG; define in ComboStrap\\CarrouselTag
H A DIdentity.php25 const CANONICAL = "identity"; define in ComboStrap\\Identity
H A DHttpRequest.php16 const CANONICAL = "httpRequest"; define in ComboStrap\\HttpRequest
H A DMetadataFrontmatterStore.php26 const CANONICAL = self::NAME; define in ComboStrap\\MetadataFrontmatterStore
149 throw new ExceptionRuntime("Error while synchronizing data in the frontmatter", self::CANONICAL, 1, $e);
H A DButtonTag.php52 $tagAttributes->addComponentAttributeValue(Shadow::CANONICAL, true);
H A DMarkupRenderer.php15 const CANONICAL = "markup:renderer"; define in ComboStrap\\MarkupRenderer
H A DTagAttributes.php105 FetcherSvg::CANONICAL,
106 FetcherRaster::CANONICAL,
125 const CANONICAL = "tag"; define in ComboStrap\\TagAttributes
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);
H A DPageDescription.php43 public const DESCRIPTION_COMBO_ORIGIN = syntax_plugin_combo_frontmatter::CANONICAL;
/plugin/combo/syntax/
H A Dhighlightmd.php31 const CANONICAL = self::TAG; define in syntax_plugin_combo_highlightmd
H A Dvariable.php23 const CANONICAL = self::TAG; define in syntax_plugin_combo_variable
/plugin/combo/action/
H A Dcache.php25 const CANONICAL = "cache"; define in action_plugin_combo_cache
H A Dqualitymutation.php25 const CANONICAL = "low_quality";
29 const CANONICAL = "low_quality"; global() define in action_plugin_combo_qualitymutation
H A Dpagesystemmutation.php34 const CANONICAL = "combo-file-system"; define in action_plugin_combo_pagesystemmutation
/plugin/combo/ComboStrap/Tag/
H A DFollowTag.php19 public const CANONICAL = FollowTag::MARKUP; define in ComboStrap\\Tag\\FollowTag
H A DAdTag.php65 const CANONICAL = "ad"; define in ComboStrap\\Tag\\AdTag
/plugin/combo/
H A Dcli.php74 const CANONICAL = "combo-cli"; define in cli_plugin_combo
364 LogUtility::error("Error when get the analytics.", self::CANONICAL, $e);

12345678