Home
last modified time | relevance | path

Searched refs:MARKUP (Results 1 – 13 of 13) sorted by relevance

/plugin/combo/ComboStrap/
H A DCacheTag.php11 public const MARKUP = "cache"; define in ComboStrap\\CacheTag
32 LogUtility::error($message, self::MARKUP);
50 LogUtility::error($message, self::MARKUP, $e);
83 LogUtility::error("Unable to store the cache expiration date because no requested page", self::MARKUP, $e);
H A DXmlTagProcessing.php112 case ShareTag::MARKUP:
115 case FollowTag::MARKUP:
255 case ShareTag::MARKUP:
258 case FollowTag::MARKUP:
407 case ShareTag::MARKUP:
410 case FollowTag::MARKUP:
669 case ShareTag::MARKUP:
717 case PageImageTag::MARKUP:
721 case ShareTag::MARKUP:
724 case FollowTag::MARKUP
[all...]
H A DBrandListTag.php10 public const MARKUP = "brand-list"; define in ComboStrap\\BrandListTag
113 throw new ExceptionRuntime($message, BrandListTag::MARKUP, 0, $e);
H A DBrandTag.php13 const MARKUP = "brand"; define in ComboStrap\\BrandTag
111 ->setType(self::MARKUP)
H A DPageImageTag.php17 public const MARKUP = "page-image"; define in ComboStrap\\PageImageTag
271 $tagAttributes->setType(self::MARKUP);
H A DCardTag.php96 if ($tagImage !== PageImageTag::MARKUP) {
H A DOutlineVisitor.php324 AdTag::MARKUP,
H A DCall.php144 PageImageTag::MARKUP
/plugin/combo/syntax/
H A Dxmlinlinetag.php51 $array[] = FollowTag::MARKUP;
52 $array[] = ShareTag::MARKUP;
H A Dbrand.php135 ->setLogicalTag(BrandTag::MARKUP);
/plugin/combo/ComboStrap/Tag/
H A DFollowTag.php19 public const CANONICAL = FollowTag::MARKUP;
21 public const MARKUP = "follow"; define in ComboStrap\\Tag\\FollowTag
H A DAdTag.php60 const MARKUP = "ad"; define in ComboStrap\\Tag\\AdTag
H A DShareTag.php22 const MARKUP = "share"; define in ComboStrap\\Tag\\ShareTag