Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
DXmlTagProcessing.php119 case ShareTag::MARKUP:
122 case FollowTag::MARKUP:
263 case ShareTag::MARKUP:
266 case FollowTag::MARKUP:
416 case ShareTag::MARKUP:
419 case FollowTag::MARKUP:
678 case ShareTag::MARKUP:
726 case PageImageTag::MARKUP:
730 case ShareTag::MARKUP:
733 case FollowTag::MARKUP:
[all …]
DCacheTag.php11 public const MARKUP = "cache"; define in ComboStrap\\CacheTag
32 LogUtility::error($message, self::MARKUP);
50 LogUtility::error($message, self::MARKUP, $e);
83 …ty::error("Unable to store the cache expiration date because no requested page", self::MARKUP, $e);
DBrandListTag.php10 public const MARKUP = "brand-list"; define in ComboStrap\\BrandListTag
113 throw new ExceptionRuntime($message, BrandListTag::MARKUP, 0, $e);
DBrandTag.php13 const MARKUP = "brand"; define in ComboStrap\\BrandTag
111 ->setType(self::MARKUP)
DPageImageTag.php17 public const MARKUP = "page-image"; define in ComboStrap\\PageImageTag
271 $tagAttributes->setType(self::MARKUP);
DCardTag.php96 if ($tagImage !== PageImageTag::MARKUP) {
DOutlineVisitor.php324 AdTag::MARKUP,
DCall.php150 PageImageTag::MARKUP
/template/strap/syntax/
Dxmlinlinetag.php51 $array[] = FollowTag::MARKUP;
52 $array[] = ShareTag::MARKUP;
Dbrand.php135 ->setLogicalTag(BrandTag::MARKUP);
/template/strap/ComboStrap/Tag/
DFollowTag.php19 public const CANONICAL = FollowTag::MARKUP;
21 public const MARKUP = "follow"; define in ComboStrap\\Tag\\FollowTag
DAdTag.php60 const MARKUP = "ad"; define in ComboStrap\\Tag\\AdTag
DShareTag.php22 const MARKUP = "share"; define in ComboStrap\\Tag\\ShareTag