Home
last modified time | relevance | path

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

12345

/plugin/combo/syntax/
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 Dlink.php421 $tagAttributes = TagAttributes::createFromCallStackArray($callStackAttributes, self::TAG);
423 $markupRef = $tagAttributes->getValueAndRemove(self::MARKUP_REF_ATTRIBUTE);
457 $markupAttributes->mergeWithCallStackArray($tagAttributes->toCallStackArray());
458 $tagAttributes = $markupAttributes;
471 $tagAttributes->addOutputAttributeValue("role", "button");
472 ButtonTag::processButtonAttributesToHtmlAttributes($tagAttributes);
475 $tagAttributes->addClassName("dropdown-item");
478 $tagAttributes->addClassName("navbar-link");
482 $tagAttributes->addClassName("nav-link");
497 $renderer->doc .= $htmlPrefix . $tagAttributes
728 addOpenLinkTagInCallStack(CallStack $callStack, TagAttributes $tagAttributes) global() argument
[all...]
H A Dmenubar.php172 $tagAttributes = TagAttributes::createFromTagMatch($match, $default);
175 PluginUtility::ATTRIBUTES => $tagAttributes->toCallStackArray()
217 $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]);
218 $tagAttributes->addClassName('navbar');
225 $breakpoint = $tagAttributes->getValueAndRemoveIfPresent(self::BREAKPOINT_ATTRIBUTE);
226 $tagAttributes->addClassName("navbar-expand-$breakpoint");
230 $position = $tagAttributes->getValueAndRemove(self::POSITION);
246 $tagAttributes->addOutputAttributeValue("data-type", $fixedTopClass);
260 $theme = $tagAttributes->getValueAndRemove(self::THEME_ATTRIBUTE);
261 $tagAttributes
[all...]
H A Dnavbarcollapse.php141 $tagAttributes = PluginUtility::getTagAttributes($match);
144 PluginUtility::ATTRIBUTES => $tagAttributes
H A Dnavbargroup.php137 $tagAttributes = PluginUtility::getTagAttributes($match);
140 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);
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 Dtoggle.php109 $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultParameters, $knownTypes)
114 PluginUtility::ATTRIBUTES => $tagAttributes->toCallStackArray()
150 $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES])
153 $targetId = $tagAttributes->getValueAndRemoveIfPresent("target-id");
170 $type = $tagAttributes->getType();
172 $tagAttributes->addClassName("btn-$type");
180 $tagAttributes->addComponentAttributeValue("data-{$bootstrapNamespace}toggle", "collapse");
181 $tagAttributes->addComponentAttributeValue("data-{$bootstrapNamespace}target", $targetId);
186 $toggleState = $tagAttributes->getValueAndRemove(Toggle::TOGGLE_STATE, Toggle::TOGGLE_STATE_COLLAPSED);
189 $tagAttributes
[all...]
H A Dtogglecollapse.php107 $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultParameters, $knownTypes)
112 PluginUtility::ATTRIBUTES => $tagAttributes->toCallStackArray()
145 $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES])
147 $renderer->doc .= $tagAttributes->toHtmlEnterTag("span");
H A Dtoggleexpand.php107 $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultParameters, $knownTypes)
112 PluginUtility::ATTRIBUTES => $tagAttributes->toCallStackArray()
145 $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES])
147 $renderer->doc .= $tagAttributes->toHtmlEnterTag("span");
H A Dtooltip.php144 $tagAttributes = TagAttributes::createFromTagMatch($match);
147 PluginUtility::ATTRIBUTES => $tagAttributes->toCallStackArray()
229 $tagAttributes = TagAttributes::createFromCallStackArray($callStackArray);
230 $text = $tagAttributes->getValue(self::TEXT_ATTRIBUTE);
253 $tagAttributes = TagAttributes::createFromCallStackArray($callStackArray);
254 $text = $tagAttributes->getValue(self::TEXT_ATTRIBUTE);
H A Dwebcode.php163 $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes);
164 $callStackArray = $tagAttributes->toCallStackArray();
221 $tagAttributes = TagAttributes::createFromCallStackArray($callStackArray, WebCodeTag::TAG);
222 $renderer->doc .= WebCodeTag::renderExit($tagAttributes, $data);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php44 var $tagAttributes; variable in Tag
72 $this->tagAttributes = array();
91 return array_key_exists($attrName, $this->tagAttributes);
101 return $this->tagAttributes[$attrName];
150 foreach($this->tagAttributes as $attrName => $attrValue) {
179 $this->tagAttributes = array();
188 unset($this->tagAttributes[$attrName]);
210 $this->tagAttributes[$attrName] = $attrValue;
257 $tagAttributes = array();
325 $tagAttributes[$attributeName] = $attributeValue;
[all …]
H A DXML.php392 $tempTagCopy->tagAttributes = $tempTag->tagAttributes;

12345