Searched refs:PageImageTag (Results 1 – 9 of 9) sorted by relevance
/template/strap/ComboStrap/ |
D | PageImageTag.php | 11 class PageImageTag class 14 public const CANONICAL = PageImageTag::TAG; 20 PageImageTag::FEATURED, 21 PageImageTag::FIRST_TYPE, 22 PageImageTag::ANCESTOR_TYPE, 23 PageImageTag::ICON_TYPE, 24 PageImageTag::VIGNETTE_TYPE, 25 PageImageTag::LOGO_TYPE 35 PageImageTag::FEATURED, 36 PageImageTag::FIRST_TYPE, [all …]
|
D | Dimension.php | 225 …ax("The width value ($width) of the ratio `$stringRatio` is not numeric", PageImageTag::CANONICAL); 230 …x("The width value ($height) of the ratio `$stringRatio` is not numeric", PageImageTag::CANONICAL); 233 …Syntax("The height value of the ratio `$stringRatio` should not be zero", PageImageTag::CANONICAL);
|
D | TemplateEngine.php | 221 $knownType = PageImageTag::TYPES; 222 $default = PageImageTag::getDefaultAttributes(); 224 return PageImageTag::render($tagAttributes,[]);
|
D | XmlTagProcessing.php | 726 case PageImageTag::MARKUP: 727 $knownTypes = PageImageTag::TYPES; 728 $defaultAttributes = PageImageTag::getDefaultAttributes(); 765 case PageImageTag::MARKUP: 766 $returnedArray = PageImageTag::handle($tagAttributes, $handler); 831 case PageImageTag::MARKUP: 832 $renderer->doc .= PageImageTag::render($tagAttributes, $data);
|
D | ImageSystem.php | 35 …he ratio ($stringRatio) is not a valid ratio. Error: {$e->getMessage()}", PageImageTag::CANONICAL);
|
D | CardTag.php | 96 if ($tagImage !== PageImageTag::MARKUP) {
|
D | Call.php | 150 PageImageTag::MARKUP
|
/template/strap/syntax/ |
D | iterator.php | 18 use ComboStrap\PageImageTag; alias 103 …ating the path for the page image with the path value ($pathString)", PageImageTag::CANONICAL, $e); 118 …r("The path string should be absolute, we should not get this error", PageImageTag::CANONICAL, $e);
|
/template/strap/ComboStrap/Meta/Field/ |
D | AncestorImage.php | 11 use ComboStrap\PageImageTag; alias
|