Home
last modified time | relevance | path

Searched refs:INLINE_DISPLAY (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/syntax/
H A Dpara.php337 case Call::INLINE_DISPLAY:
384 case Call::INLINE_DISPLAY:
/plugin/combo/ComboStrap/
H A DCall.php33 const INLINE_DISPLAY = "inline"; define in ComboStrap\\Call
491 * {@link Call::INLINE_DISPLAY} or {@link Call::BlOCK_DISPLAY}
508 return Call::INLINE_DISPLAY;
521 return Call::INLINE_DISPLAY;
542 return Call::INLINE_DISPLAY;
H A DBreadcrumbTag.php199 return [PluginUtility::DISPLAY => Call::INLINE_DISPLAY];
H A DPluginUtility.php846 if ($previousTagDisplayType !== Call::INLINE_DISPLAY) {
860 if ($previousTagDisplayType !== Call::INLINE_DISPLAY) {
/plugin/combo/ComboStrap/Tag/
H A DBoxTag.php83 if ($actual->getDisplay() == Call::INLINE_DISPLAY) {