Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DDisplay.php10 public const DISPLAY = "display"; define in ComboStrap\\Display
17 $display = $tagAttributes->getValueAndRemove(self::DISPLAY);
H A DBreadcrumbTag.php199 return [PluginUtility::DISPLAY => Call::INLINE_DISPLAY];
201 return [PluginUtility::DISPLAY => Call::BlOCK_DISPLAY];
H A DCall.php494 return isset($this->call[1][1][PluginUtility::DISPLAY]);
507 return $this->call[1][1][PluginUtility::DISPLAY];
911 $this->call[1][1][PluginUtility::DISPLAY] = $display;
H A DPermalinkTag.php140 $parent->addAttribute(Display::DISPLAY, Display::DISPLAY_NONE_VALUE);
H A DPluginUtility.php46 const DISPLAY = "display"; define in ComboStrap\\PluginUtility
839 $display = $tagAttributes->getValueAndRemoveIfPresent(Display::DISPLAY);
H A DOutlineVisitor.php142 … $h1ContentCall->addAttribute(Display::DISPLAY, Display::DISPLAY_NONE_VALUE);
H A DMediaMarkup.php186 $display = $callStackArray[Display::DISPLAY] ?? null;
H A DXmlTagProcessing.php793 $returnedArray = [PluginUtility::DISPLAY => HrTag::getDisplay()];
/template/strap/ComboStrap/Tag/
H A DWebCodeTag.php130 $actualTag->addAttribute(Display::DISPLAY, Display::DISPLAY_NONE_VALUE);