Home
last modified time | relevance | path

Searched refs:tagAttributes (Results 1 – 25 of 101) sorted by last modified time

12345

/plugin/combo/syntax/
H A Dfooter.php130 $tagAttributes = PluginUtility::getTagAttributes($match);
133 PluginUtility::ATTRIBUTES => $tagAttributes
173 $tagAttributes = TagAttributes::createFromCallStackArray($attributes, self::TAG);
174 $renderer->doc .= $tagAttributes->toHtmlEnterTag("footer");
H A Dfragment.php147 $tagAttributes = TagAttributes::createFromTagMatch($match);
150 PluginUtility::ATTRIBUTES => $tagAttributes->toCallStackArray()
H A Dheader.php71 $tagAttributes = PluginUtility::getTagAttributes($match);
80 PluginUtility::ATTRIBUTES => $tagAttributes,
124 $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]);
128 $tagAttributes->addClassName("card-header");
129 $renderer->doc .= $tagAttributes->toHtmlEnterTag("div");
132 $renderer->doc .= $tagAttributes
H A Dheadingatx.php139 $tagAttributes = TagAttributes::createFromCallStackArray($attributes, HeadingTag::HEADING_TAG);
141 HeadingTag::processRenderEnterXhtml($context, $tagAttributes, $renderer, $pos);
148 $tagAttributes = TagAttributes::createFromCallStackArray($attributes);
149 $renderer->doc .= HeadingTag::renderClosingTag($tagAttributes, $context);
H A Dheadingwiki.php189 $tagAttributes = TagAttributes::createFromCallStackArray($callStackArray, HeadingTag::HEADING_TAG);
191 HeadingTag::processRenderEnterXhtml($context, $tagAttributes, $renderer, $pos);
198 $tagAttributes = TagAttributes::createFromCallStackArray($callStackArray);
199 $renderer->doc .= HeadingTag::renderClosingTag($tagAttributes, $context);
H A Dhighlightwiki.php57 $tagAttributes = TagAttributes::createEmpty($tag);
60 $tagAttributes->addComponentAttributeValue(ColorRgb::BACKGROUND_COLOR, $colorRgb
66 return $tagAttributes->toHtmlEnterTag($htmlTag);
H A Diterator.php93 * @param TagAttributes $tagAttributes
96 public static function getContextPathForComponentThatMayBeInFragment(TagAttributes $tagAttributes): WikiPath argument
98 $pathString = $tagAttributes->getComponentAttributeValueAndRemoveIfPresent(PagePath::PROPERTY_NAME);
222 $tagAttributes = TagAttributes::createFromTagMatch($match);
223 $callStackArray = $tagAttributes->toCallStackArray();
377 $tagAttributes = TagAttributes::createFromCallStackArray($data[self::PAGE_SQL_ATTRIBUTES]);
378 $path = $tagAttributes->getValue(PagePath::PROPERTY_NAME);
H A Ditext.php133 $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]);
134 $toHtmlEnterTag = $tagAttributes->toHtmlEnterTag("span");
H A Dlabel.php83 $tagAttributes = PluginUtility::getTagAttributes($match);
94 $tagAttributes["id"] = $id;
95 $tagAttributes[self::HEADING_ID] = "heading" . ucfirst($id);
96 $tagAttributes[self::TARGET_ID] = "collapse" . ucfirst($id);
100 $tagAttributes[self::COLLAPSED] = "true";
102 $tagAttributes[self::COLLAPSED] = $parentAttribute[self::COLLAPSED];
108 $tagAttributes = $parentTag->getAttributes();
125 PluginUtility::ATTRIBUTES => $tagAttributes,
H A Dpara.php196 $tagAttributes = TagAttributes::createFromCallStackArray($attributes);
197 if ($tagAttributes->hasComponentAttribute(TagAttributes::TYPE_KEY)) {
198 $class = $tagAttributes->getType();
199 $tagAttributes->addClassName($class);
201 $renderer->doc .= $tagAttributes->toHtmlEnterTag("p");
205 $tagAttributes = TagAttributes::createFromCallStackArray($attributes);
206 $renderer->doc .= $tagAttributes->toHtmlEnterTag("p");
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 Drailroad.php108 $tagAttributes = TagAttributes::createFromTagMatch($match);
111 PluginUtility::ATTRIBUTES => $tagAttributes->toCallStackArray()
H A Drelated.php112 $tagAttributes = TagAttributes::createFromTagMatch($match);
113 $attributes = $tagAttributes->toCallStackArray();
141 $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES])
143 $renderer->doc .= RelatedTag::render($tagAttributes);
/plugin/combo/ComboStrap/
H A DBlockquoteTag.php247 public static function renderEnterXhtml(TagAttributes $tagAttributes, $data, $renderer): string argument
258 $type = $tagAttributes->getType();
262 $tagAttributes->addClassName("blockquote");
268 $tagAttributes->addClassName("mb-0");
270 return $tagAttributes->toHtmlEnterTag("blockquote");
282 $tagAttributes->addClassName("twitter-tweet");
286 if ($tagAttributes->hasComponentAttribute($tweetAttributesName)) {
287 $value = $tagAttributes->getValueAndRemove($tweetAttributesName);
288 $tagAttributes->addOutputAttributeValue("data-" . $tweetAttributesName, $value);
292 return $tagAttributes
320 renderExitXhtml(TagAttributes $tagAttributes, Doku_Renderer_xhtml $renderer, array $data) global() argument
[all...]
H A DBrandListTag.php12 public static function render(TagAttributes $tagAttributes): string argument
50 $type = $tagAttributes->getType();
H A DBrandTag.php25 public static function handleSpecialEnter(TagAttributes $tagAttributes, \Doku_Handler $handler): array argument
55 $value = $tagAttributes->getComponentAttributeValue(self::WIDGET_ATTRIBUTE);
62 $tagAttributes->addComponentAttributeValue(self::WIDGET_ATTRIBUTE, $defaultWidget);
69 public static function render(TagAttributes $tagAttributes, int $state, array $data): string argument
75 $brandName = $tagAttributes->getType();
77 $brandButton = self::createButtonFromAttributes($tagAttributes);
97 $tagAttributes = self::mixBrandButtonToTagAttributes($tagAttributes, $brandButton);
103 $tagAttributes->addOutputAttributeValue("accesskey", "h");
104 $tagAttributes
226 mixBrandButtonToTagAttributes(TagAttributes $tagAttributes, BrandButton $brandButton) global() argument
[all...]
H A DDateTag.php94 public static function renderHtml(TagAttributes $tagAttributes): string argument
99 $lang = $tagAttributes->getComponentAttributeValue(Lang::PROPERTY_NAME);
104 $format = $tagAttributes->getValue(DateTag::FORMAT_ATTRIBUTE, DateTag::DEFAULT_FORMAT);
109 $date = $tagAttributes->getComponentAttributeValue(DateTag::DATE_ATTRIBUTE, $defaultDateTime);
H A DNoteTag.php29 public static function renderEnterInlineNote(TagAttributes $tagAttributes): string argument
31 $tagAttributes->addClassName("badge");
35 $type = $tagAttributes->getValue(TagAttributes::TYPE_KEY);
53 $tagAttributes->addClassName("alert-" . $type);
55 $tagAttributes->addClassName("badge-" . $type);
58 if (!$tagAttributes->hasComponentAttribute("background-color")) {
59 $tagAttributes->addStyleDeclarationIfNotSet("background-color", "#fff79f"); // lum - 195
60 $tagAttributes->addClassName("text-dark");
63 $rounded = $tagAttributes->getValueAndRemove(NoteTag::ATTRIBUTE_ROUNDED);
65 $tagAttributes
[all...]
H A DOpacity.php21 * @param TagAttributes $tagAttributes
23 public static function processOpacityAttribute(TagAttributes &$tagAttributes){ argument
25 if ($tagAttributes->hasComponentAttribute(self::OPACITY_ATTRIBUTE)) {
26 $value = $tagAttributes->getValueAndRemove(self::OPACITY_ATTRIBUTE);
27 $tagAttributes->addStyleDeclarationIfNotSet("opacity",$value);
H A DFetcherAppPages.php274 public function buildFromTagAttributes(TagAttributes $tagAttributes): IFetcher argument
276 parent::buildFromTagAttributes($tagAttributes);
277 $this->buildOriginalPathFromTagAttributes($tagAttributes);
H A DFetcherImage.php133 public function buildFromTagAttributes(TagAttributes $tagAttributes): FetcherImage argument
136 $requestedWidth = $tagAttributes->getValueAndRemove(Dimension::WIDTH_KEY);
138 $requestedWidth = $tagAttributes->getValueAndRemove(Dimension::WIDTH_KEY_SHORT);
149 $requestedHeight = $tagAttributes->getValueAndRemove(Dimension::HEIGHT_KEY);
151 $requestedHeight = $tagAttributes->getValueAndRemove(Dimension::HEIGHT_KEY_SHORT);
162 $requestedRatio = $tagAttributes->getValueAndRemove(Dimension::RATIO_ATTRIBUTE);
170 parent::buildFromTagAttributes($tagAttributes);
H A DFetcherPage.php104 public function buildFromTagAttributes(TagAttributes $tagAttributes): IFetcher argument
106 parent::buildFromTagAttributes($tagAttributes);
107 $this->buildOriginalPathFromTagAttributes($tagAttributes);
108 $layout = $tagAttributes->getValueAndRemoveIfPresent(PageTemplateName::PROPERTY_NAME);
115 $tagAttributes->getValueAndRemoveIfPresent(self::PURGE);
H A DFetcherPageSearch.php88 public function buildFromTagAttributes(TagAttributes $tagAttributes): IFetcher argument
90 $searchTerms = $tagAttributes->getValueAndRemoveIfPresent("q");
94 return parent::buildFromTagAttributes($tagAttributes);
H A DFetcherRailBar.php65 public function buildFromTagAttributes(TagAttributes $tagAttributes): IFetcher
70 $this->buildOriginalPathFromTagAttributes($tagAttributes);
74 $viewPortWidth = $tagAttributes->getValueAndRemoveIfPresent(self::VIEWPORT_WIDTH);
85 $layout = $tagAttributes->getValueAndRemoveIfPresent(self::LAYOUT_ATTRIBUTE);
93 return parent::buildFromTagAttributes($tagAttributes);
64 buildFromTagAttributes(TagAttributes $tagAttributes) global() argument
H A DFetcherRaster.php282 * @param TagAttributes $tagAttributes
289 public function buildFromTagAttributes(TagAttributes $tagAttributes): FetcherImage argument
292 parent::buildFromTagAttributes($tagAttributes);
293 $this->buildOriginalPathFromTagAttributes($tagAttributes);

12345