Home
last modified time | relevance | path

Searched refs:PageImageTag (Results 1 – 9 of 9) sorted by relevance

/template/strap/ComboStrap/
DPageImageTag.php11 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 …]
DDimension.php225 …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);
DTemplateEngine.php221 $knownType = PageImageTag::TYPES;
222 $default = PageImageTag::getDefaultAttributes();
224 return PageImageTag::render($tagAttributes,[]);
DXmlTagProcessing.php726 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);
DImageSystem.php35 …he ratio ($stringRatio) is not a valid ratio. Error: {$e->getMessage()}", PageImageTag::CANONICAL);
DCardTag.php96 if ($tagImage !== PageImageTag::MARKUP) {
DCall.php150 PageImageTag::MARKUP
/template/strap/syntax/
Diterator.php18 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/
DAncestorImage.php11 use ComboStrap\PageImageTag; alias