Lines Matching refs:attributes
21 …public static function handleEnterSpecial(TagAttributes $attributes, int $state, Doku_Handler $han… argument
25 $type = $attributes->getValueAndRemoveIfPresent(TagAttributes::TYPE_KEY);
32 $strict = $attributes->getBooleanValueAndRemoveIfPresent(TagAttributes::STRICT, true);
55 $fragment = $attributes->getValueAndRemoveIfPresent(self::FRAGMENT_ATTRIBUTE);
79 … $attributes->addComponentAttributeValue(syntax_plugin_combo_link::MARKUP_REF_ATTRIBUTE, $url);
80 $attributes->addOutputAttributeValue("rel", "nofollow");
81 syntax_plugin_combo_link::addOpenLinkTagInCallStack($callStack, $attributes);
108 …$attributes->addComponentAttributeValue(syntax_plugin_combo_link::MARKUP_REF_ATTRIBUTE, $canonical…
109 $attributes->addOutputAttributeValue("rel", "nofollow");
110 syntax_plugin_combo_link::addOpenLinkTagInCallStack($callStack, $attributes);
118 "The permalink type ({$attributes->getType()} is unknown.",