Lines Matching refs:tagAttributes
41 …public static function renderStaticExitXhtml(TagAttributes $tagAttributes, Doku_Renderer_xhtml $re… argument
43 $logicalTag = $tagAttributes->getLogicalTag();
46 BlockquoteTag::renderExitXhtml($tagAttributes, $renderer, $data);
49 $renderer->doc .= BoxTag::renderExitXhtml($tagAttributes);
65 PrismTags::processExitXhtml($tagAttributes, $renderer);
71 $renderer->doc .= GridTag::renderExitXhtml($tagAttributes);
93 $renderer->doc .= HeadingTag::renderClosingTag($tagAttributes, $context);
108 $renderer->doc .= TabsTag::renderExitXhtml($tagAttributes, $data);
117 $renderer->doc .= WebCodeTag::renderExit($tagAttributes, $data);
120 $renderer->doc .= ShareTag::renderExit($tagAttributes);
163 $tagAttributes = $parentTag->getAttributes();
164 $data[PluginUtility::ATTRIBUTES] = $tagAttributes;
178 …public static function renderStaticEnterXhtml(TagAttributes $tagAttributes, Doku_Renderer_xhtml $r… argument
183 $logicalTag = $tagAttributes->getLogicalTag();
186 $renderer->doc .= BlockquoteTag::renderEnterXhtml($tagAttributes, $data, $renderer);
189 $renderer->doc .= BoxTag::renderEnterXhtml($tagAttributes);
192 $renderer->doc .= ButtonTag::renderEnterXhtml($tagAttributes, $plugin, $data);
195 $renderer->doc .= CardTag::renderEnterXhtml($tagAttributes, $renderer, $data);
198 $renderer->doc .= BarTag::renderEnterXhtml($tagAttributes, $data);
201 $renderer->doc .= CarrouselTag::renderEnterXhtml($tagAttributes, $data);
205 PrismTags::processEnterXhtml($tagAttributes, $plugin, $renderer);
208 $renderer->doc .= ContainerTag::renderEnterXhtml($tagAttributes);
211 $renderer->doc .= GridTag::renderEnterXhtml($tagAttributes);
214 $renderer->doc .= PipelineTag::renderEnterXhtml($tagAttributes);
217 $renderer->doc .= DateTag::renderHtml($tagAttributes);
220 $renderer->doc .= DropDownTag::renderEnterXhtml($tagAttributes);
223 HeadingTag::processRenderEnterXhtml($context, $tagAttributes, $renderer, $pos);
226 $renderer->doc .= NoteTag::renderEnterInlineNote($tagAttributes);
229 $renderer->doc .= JumbotronTag::renderEnterXhtml($tagAttributes);
235 $renderer->doc .= PageExplorerTag::renderEnterTag($tagAttributes, $data);
238 $renderer->doc .= SectionTag::renderEnterXhtml($tagAttributes);
241 $renderer->doc .= TabsTag::renderEnterXhtml($tagAttributes, $data);
244 $renderer->doc .= PanelTag::renderEnterXhtml($tagAttributes, $data);
250 $renderer->doc .= HrTag::render($tagAttributes);
253 $renderer->doc .= IconTag::renderEnterTag($tagAttributes);
259 $renderer->doc .= MermaidTag::renderEnter($tagAttributes);
264 $renderer->doc .= ShareTag::renderSpecialEnter($tagAttributes, DOKU_LEXER_ENTER);
267 … $renderer->doc .= FollowTag::renderSpecialEnterNode($tagAttributes, DOKU_LEXER_ENTER);
270 TableTag::renderEnterXhtml($tagAttributes, $renderer);
274 $renderer->doc .= RelatedTag::render($tagAttributes);
428 …$tagAttributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes, $allow…
430 $tagAttributes = TagAttributes::createEmpty();
433 $tagAttributes->addComponentAttributeValue($key, $value);
436 $tagAttributes->setLogicalTag($logicalTag);
447 BoxTag::handleEnter($tagAttributes);
450 $returnedArray = ButtonTag::handleEnter($tagAttributes, $handler);
453 $returnedArray = CardTag::handleEnter($tagAttributes, $handler);
456 $returnedArray = BarTag::handleEnter($tagAttributes);
462 GridTag::processEnter($tagAttributes, $handler, $match);
468 $returnedArray = HeadingTag::handleEnter($handler, $tagAttributes, $markupTag);
471 $returnedArray = PanelTag::handleEnter($tagAttributes, $handler, $markupTag);
474 … $returnedArray = PermalinkTag::handleEnterSpecial($tagAttributes, DOKU_LEXER_ENTER, $handler);
477 $returnedArray = IconTag::handleEnter($tagAttributes, $handler);
480 BackgroundTag::handleEnterAndSpecial($tagAttributes);
491 $defaultReturnedArray[PluginUtility::ATTRIBUTES] = $tagAttributes->toCallStackArray();
504 … $tagAttributes = TagAttributes::createFromCallStackArray($attributes)->setLogicalTag($logicalTag);
510 … return self::renderStaticEnterXhtml($tagAttributes, $renderer, $data, $plugin);
518 … return XmlTagProcessing::renderStaticExitXhtml($tagAttributes, $renderer, $data, $plugin);
526 …return XmlTagProcessing::renderStaticEnterSpecialMetadata($tagAttributes, $renderer, $data, $plugi…
754 …$tagAttributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes, $allow…
763 $returnedArray = IconTag::handleSpecial($tagAttributes, $handler);
766 $returnedArray = PageImageTag::handle($tagAttributes, $handler);
769 $returnedArray = BrandTag::handleSpecialEnter($tagAttributes, $handler);
772 $returnedArray = CacheTag::handle($tagAttributes);
776 BackgroundTag::handleEnterAndSpecial($tagAttributes);
778 …urnedArray = BackgroundTag::setAttributesToParentAndReturnData($callStack, $tagAttributes, $state);
784 $returnedArray = PermalinkTag::handleEnterSpecial($tagAttributes, $state, $handler);
787 $returnedArray = BreadcrumbTag::handleEnter($tagAttributes);
803 $defaultReturnedArray[PluginUtility::ATTRIBUTES] = $tagAttributes->toCallStackArray();
814 $tagAttributes = TagAttributes::createFromCallStackArray($attributes)->setLogicalTag($tag);
820 $renderer->doc .= HrTag::render($tagAttributes);
823 $renderer->doc .= SearchTag::render($tagAttributes);
826 $renderer->doc .= IconTag::renderEmptyTag($tagAttributes);
829 $renderer->doc .= BreadcrumbTag::render($tagAttributes);
832 $renderer->doc .= PageImageTag::render($tagAttributes, $data);
835 $renderer->doc .= ShareTag::renderSpecialEnter($tagAttributes, $state);
838 $renderer->doc .= BrandListTag::render($tagAttributes);
841 $renderer->doc .= BrandTag::render($tagAttributes, $state, $data);
851 $renderer->doc .= DateTag::renderHtml($tagAttributes);
857 $renderer->doc .= QualityTag::renderXhtml($tagAttributes);
860 … $renderer->doc .= FollowTag::renderSpecialEnterNode($tagAttributes, DOKU_LEXER_SPECIAL);
866 $renderer->doc .= SubscribeTag::renderEnterXhtml($tagAttributes);
869 $renderer->doc .= AdTag::render($tagAttributes);
872 $renderer->doc .= RelatedTag::render($tagAttributes);
882 IconTag::metadata($renderer, $tagAttributes);
899 …private static function renderStaticEnterSpecialMetadata(TagAttributes $tagAttributes, Doku_Render… argument
901 $logicalTag = $tagAttributes->getLogicalTag();
907 IconTag::metadata($renderer, $tagAttributes);