Home
last modified time | relevance | path

Searched refs:tagAttributes (Results 76 – 100 of 101) sorted by relevance

12345

/plugin/combo/syntax/
H A Dpreformatted.php207 $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES], self::TAG);
208 $hasEmptyContent = $tagAttributes->getValueAndRemove(self::HAS_EMPTY_CONTENT,0);
210 Prism::htmlEnter($renderer, $this, $tagAttributes);
H A Ditext.php133 $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]);
134 $toHtmlEnterTag = $tagAttributes->toHtmlEnterTag("span");
H A Dtab.php121 $tagAttributes = PluginUtility::getTagAttributes($match);
125 PluginUtility::ATTRIBUTES => $tagAttributes
H A Dtabpanels.php124 $tagAttributes = PluginUtility::getTagAttributes($match);
128 PluginUtility::ATTRIBUTES => $tagAttributes
H A Dcite.php138 $tagAttributes = TagAttributes::createFromCallStackArray($attributes, self::TAG);
139 $renderer->doc .= $tagAttributes->toHtmlEnterTag("cite");
H A Dnavbargroup.php137 $tagAttributes = PluginUtility::getTagAttributes($match);
140 PluginUtility::ATTRIBUTES=> $tagAttributes
H A Dnavbarcollapse.php141 $tagAttributes = PluginUtility::getTagAttributes($match);
144 PluginUtility::ATTRIBUTES => $tagAttributes
H A Drailroad.php108 $tagAttributes = TagAttributes::createFromTagMatch($match);
111 PluginUtility::ATTRIBUTES => $tagAttributes->toCallStackArray()
H A Dfragment.php147 $tagAttributes = TagAttributes::createFromTagMatch($match);
150 PluginUtility::ATTRIBUTES => $tagAttributes->toCallStackArray()
/plugin/combo/ComboStrap/Tag/
H A DBarTag.php54 public static function handleEnter(TagAttributes $tagAttributes): array argument
62 $size = $tagAttributes->getValueAndRemoveIfPresent(BarTag::SIZE_ATTRIBUTE);
65 $tagAttributes->setComponentAttributeValue(Hero::ATTRIBUTE, $size);
H A DShareTag.php126 public static function renderExit(TagAttributes $tagAttributes): string argument
135 $brandButton = BrandTag::createButtonFromAttributes($tagAttributes, BrandButton::TYPE_BUTTON_SHARE);
/plugin/combo/ComboStrap/
H A DImageSystem.php15 public static function selectAndGetBestMetadataPageImageFetcherForRatio(MarkupPath $page, TagAttributes $tagAttributes): IFetcherLocalImage argument
22 $stringRatio = $tagAttributes->getValue(Dimension::RATIO_ATTRIBUTE);
H A DFetcherAppPages.php274 public function buildFromTagAttributes(TagAttributes $tagAttributes): IFetcher argument
276 parent::buildFromTagAttributes($tagAttributes);
277 $this->buildOriginalPathFromTagAttributes($tagAttributes);
H A DBrandListTag.php12 public static function render(TagAttributes $tagAttributes): string argument
50 $type = $tagAttributes->getType();
H A DQualityTag.php114 public static function renderXhtml(TagAttributes $tagAttributes): string argument
116 $pageId = $tagAttributes->getComponentAttributeValue("page-id");
H A DFetcherPageBundler.php45 public function buildFromTagAttributes(TagAttributes $tagAttributes): FetcherPageBundler argument
47 parent::buildFromTagAttributes($tagAttributes);
48 $this->buildOriginalPathFromTagAttributes($tagAttributes);
H A DTagAttributes.php358 $tagAttributes = new TagAttributes($callStackArray, $logicalTag);
366 $tagAttributes->addStyleDeclarationIfNotSet($styleKey, $styleValue);
370 return $tagAttributes;
409 * @param TagAttributes $tagAttributes
412 public static function createFromTagAttributeString(TagAttributes $tagAttributes): TagAttributes argument
414 $newTagAttributes = new TagAttributes($tagAttributes->getComponentAttributes(), $tagAttributes->getLogicalTag());
415 foreach ($tagAttributes->getStyleDeclarations() as $property => $value) {
H A DCardTag.php26 public static function handleEnter(TagAttributes $tagAttributes, \Doku_Handler $handler): array argument
30 $tagAttributes->addClassName("card");
H A DFetcherVignette.php326 public function buildFromTagAttributes(TagAttributes $tagAttributes): FetcherVignette argument
329 $vignette = $tagAttributes->getValueAndRemove(self::MEDIA_NAME_URL_ATTRIBUTE);
349 parent::buildFromTagAttributes($tagAttributes);
H A DIdentityFormsHelper.php237 $tagAttributes = TagAttributes::createEmpty("identity")
257 ->buildFromTagAttributes($tagAttributes)
H A DGridTag.php496 public static function renderExitXhtml(TagAttributes $tagAttributes): string argument
498 $htmlElement = $tagAttributes->getValue(GridTag::HTML_TAG_ATT);
H A DBrandButton.php692 * @param $tagAttributes
695 public function getHtmlElement($tagAttributes): string argument
697 if ($tagAttributes->hasAttribute("href")) {
H A DFetcherMarkup.php737 public function buildFromTagAttributes(TagAttributes $tagAttributes): FetcherMarkup argument
739 parent::buildFromTagAttributes($tagAttributes);
/plugin/combo/action/
H A Droutermessage.php235 $tagAttributes = $markupRef
238 $listPagesHtml .= "<li>{$tagAttributes->toHtmlEnterTag("a")}{$markupRef->getDefaultLabel()}</a></li>";
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php392 $tempTagCopy->tagAttributes = $tempTag->tagAttributes;

12345