Home
last modified time | relevance | path

Searched refs:BackgroundTag (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/
H A DXmlTagProcessing.php7 use ComboStrap\Tag\BackgroundTag; alias
113 case BackgroundTag::LOGICAL_TAG:
114 $renderer->doc .= BackgroundTag::renderExitSpecialHtml($data);
255 case BackgroundTag::LOGICAL_TAG:
256 $renderer->doc .= BackgroundTag::renderEnterTag();
397 case BackgroundTag::MARKUP_LONG:
398 case BackgroundTag::MARKUP_SHORT:
399 $logicalTag = BackgroundTag::LOGICAL_TAG;
479 case BackgroundTag::LOGICAL_TAG:
480 BackgroundTag::handleEnterAndSpecial($tagAttributes);
[all …]
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php42 class BackgroundTag class
154 ->setLogicalTag(BackgroundTag::LOGICAL_TAG);
203 …return BackgroundTag::setAttributesToParentAndReturnData($callStack, $backgroundAttributes, DOKU_L…