Home
last modified time | relevance | path

Searched refs:attributes (Results 76 – 100 of 644) sorted by last modified time

12345678910>>...26

/plugin/combo/resources/snippet/js/
H A Dcombo-html.js9 Array.from(element.attributes).forEach(attr => clone.setAttribute(attr.name, attr.value));
H A Dwebcode.js47 IframeObserver.observe(iframe.contentWindow.document, {attributes: true, childList: true, subtree: true});
/plugin/combo/syntax/
H A Dcode.php153 * because it's possible to not display a code with the display attributes = none
191 $attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES], self::CODE_TAG);
192 Prism::htmlEnter($renderer, $this, $attributes);
197 $attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]);
198 $display = $attributes->getValue("display");
208 $attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]);
209 Prism::htmlExit($renderer, $attributes);
223 $attributes = $data[PluginUtility::ATTRIBUTES];
225 $filename = $attributes[self::FILE_PATH_KEY];
226 $language = strtolower($attributes["typ
[all...]
H A Dcontentlist.php208 $attributes = TagAttributes::createFromTagMatch($match, $default, $knownType);
210 if ($attributes->hasComponentAttribute(TagAttributes::TYPE_KEY)) {
211 $type = trim(strtolower($attributes->getType()));
215 $attributes->addClassName("list-group-flush");
221 PluginUtility::ATTRIBUTES => $attributes->toCallStackArray()
H A Ddisqus.php92 $attributes = PluginUtility::getTagAttributes($match);
93 return array($attributes);
114 list($attributes) = $data;
124 $attributes = PluginUtility::mergeAttributes($attributes, $default);
125 $forumShortName = $attributes[self::ATTRIBUTE_SHORTNAME];
139 $disqusIdentifier = $attributes[self::ATTRIBUTE_IDENTIFIER];
152 $url = $attributes[self::ATTRIBUTE_URL];
159 $title = $attributes[self::ATTRIBUTE_TITLE];
167 $category = $attributes[sel
[all...]
H A Dlink.php103 * @return string[] - an array with the attributes constant `ATTRIBUTE_xxxx` as key
117 $attributes[self::MARKUP_REF_ATTRIBUTE] = trim($linkArray[0]);
122 $attributes[self::ATTRIBUTE_LABEL] = null;
127 $attributes[self::ATTRIBUTE_IMAGE_IN_LABEL] = Doku_Handler_Parse_Media($linkArray[1]);
129 $attributes[self::ATTRIBUTE_LABEL] = $linkArray[1];
133 return $attributes;
293 * Getting the attributes
456 // markup attributes is leading because it has already output attribute such as href
732 $attributes = $tagAttributes->toCallStackArray();
739 $attributes
[all...]
H A Dmedia.php133 * @param $attributes
136 public static function updateStatistics($attributes, renderer_plugin_combo_analytics $renderer) argument
138 $markupUrlString = $attributes[MarkupRef::REF_ATTRIBUTE];
321 * @param array $attributes
324 static public function registerImageMeta(array $attributes, Doku_Renderer_metadata $renderer) argument
327 $mediaMarkup = MediaMarkup::createFromCallStackArray($attributes);
H A Dmetadata.php21 * The default attributes
46 $attributes = PluginUtility::mergeAttributes($inlineAttributes, $defaultAttributes);
50 if (array_key_exists(self::TITLE_ATTRIBUTE, $attributes)) {
51 $content .= '<h2 class="alert-heading" ">' . $attributes[self::TITLE_ATTRIBUTE] . '</h2>';
58 if (array_key_exists(self::EXCLUDE_ATTRIBUTE, $attributes)) {
59 $filter = $attributes[self::EXCLUDE_ATTRIBUTE];
H A Dminimap.php146 $attributes = $data[PluginUtility::ATTRIBUTES];
148 if (array_key_exists(self::NAMESPACE_KEY_ATT, $attributes)) {
149 $nameSpacePath = $attributes[self::NAMESPACE_KEY_ATT];
152 $includeDirectory = $attributes[self::INCLUDE_DIRECTORY_PARAMETERS];
195 if ($attributes['suppress'] ?? null) {
196 $substrPattern = '/' . $attributes['suppress'] . '/i';
201 if ($attributes['debug'] ?? null) {
206 * Link attributes
287 if ($attributes[self::SHOW_HEADER] == true) {
307 if ($attributes['debu
[all...]
H A Dnavbarcollapse.php184 $attributes = $data[PluginUtility::ATTRIBUTES];
190 if (array_key_exists("order", $attributes)) {
191 $renderer->doc .= ' style="order:' . $attributes["order"] . '"';
192 unset($attributes["order"]);
200 if (array_key_exists("class", $attributes)) {
201 $attributes["class"] .= " {$classValue}";
203 $attributes["class"] = "{$classValue}";
205 $renderer->doc .= '<div id="' . $idElementToCollapse . '" ' . PluginUtility::array2HTMLAttributesAsString($attributes) . '>';
H A Dnavbargroup.php181 $attributes = $data[PluginUtility::ATTRIBUTES];
183 if (array_key_exists("class", $attributes)) {
184 $attributes["class"] .= " {$classValue}";
186 $attributes["class"] = $classValue;
189 if (array_key_exists("expand", $attributes)) {
190 if ($attributes["expand"]=="true") {
193 $attributes["class"] .= " me-auto";
195 $attributes["class"] .= " mr-auto";
198 unset($attributes["expand"]);
201 $inlineAttributes = PluginUtility::array2HTMLAttributesAsString($attributes);
[all...]
H A Dtab.php166 $attributes = $data[PluginUtility::ATTRIBUTES];
167 $renderer->doc .= TabsTag::openNavigationalTabElement($attributes);
H A Dtabpanels.php167 $attributes = TagAttributes::createEmpty();
171 $renderer->doc .= TabsTag::openTabPanelsElement($attributes);
174 $renderer->doc .= TabsTag::closeTabPanelsElement($attributes);
H A Dtext.php110 $attributes = TagAttributes::createFromTagMatch($match,[],[],true);
111 $callStackArray = $attributes->toCallStackArray();
128 $attributes = $openingCall->getAttributes();
131 $callStack->processEolToEndStack($attributes);
H A Dtooltip.php22 * to print all attributes until the title and not closing.
187 * Set on the parent the tooltip attributes
191 $attributes = $openingTag->getAttributes();
192 $attributes[Tooltip::CALLSTACK] = $toolTipCallStack;
193 $parent->addAttribute(Tooltip::TOOLTIP_ATTRIBUTE, $attributes);
H A Dunit.php169 $attributes = $data[PluginUtility::ATTRIBUTES];
171 if ($attributes['display'] ?? null) {
172 $renderer->doc .= ' style="display:' . $attributes['display'] . '" ';
H A Dwebcode.php233 * @param $attributes - the attributes of a call (for now the externalResources)
236 public function addCodePenButton($codes, $attributes) argument
/plugin/combo/ComboStrap/
H A DBrandButton.php430 $attributes = [FetcherSvg::NAME_ATTRIBUTE => $iconName];
433 $attributes[ColorRgb::COLOR] = $textColor;
435 $attributes[Dimension::WIDTH_KEY] = $this->getWidth();
437 return $attributes;
542 * Return the button HTML attributes
H A DButtonTag.php97 public static function handleEnter(TagAttributes $attributes, \Doku_Handler $handler): array argument
117 if (!$attributes->hasAttribute("class") && !$attributes->hasAttribute("spacing")) {
118 $attributes->addComponentAttributeValue("spacing", "mr-2 mb-2 mt-2 mb-lg-0 mt-lg-0");
H A DCacheLog.php121 $attributes[] = DatabasePageRow::ROWID;
122 $attributes = array_merge($attributes, self::CACHE_LOG_ATTRIBUTES);
123 $select = Sqlite::createSelectFromTableAndColumns(self::CACHE_LOG_TABLE, $attributes);
H A DMediaMarkup.php19 * - and {@link MediaMarkup::getExtraMediaTagAttributes() tag/styling attributes}
79 * This attributes does not apply
494 * Create an image from dokuwiki {@link Internallink internal call media attributes}
538 $attributes[MediaMarkup::LINKING_KEY] = $this->linking;
539 $attributes[MarkupRef::REF_ATTRIBUTE] = $this->markupRef->getRef();
540 $attributes[Align::ALIGN_ATTRIBUTE] = $this->align;
541 $attributes[TagAttributes::TITLE_KEY] = $this->label;
542 return $attributes;
715 * @param TagAttributes $tagAttributes - the attributes in a tag format
H A DCardTag.php194 public static function renderEnterXhtml(TagAttributes $attributes, Doku_Renderer_xhtml $renderer, array $data): string argument
211 return $attributes->toHtmlEnterTag("div");
H A DDatabasePageRow.php30 * The list of attributes that are set
573 function upsertAttributes(array $attributes): void
576 if (empty($attributes)) {
582 foreach ($attributes as $key => $value) {
738 $attributes = [
743 $this->upsertAttributes($attributes);
558 upsertAttributes(array $attributes) global() argument
/plugin/combo/action/
H A Dmetaprocessing.php89 $attributes = array_merge($primaryMetas, $referencesAttributes, $qualityMetadata);
98 foreach ($attributes as $attribute) {
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php252 $attributes = [];
254 $attributes[] = $child::getPersistentName();
257 $query = Sqlite::createSelectFromTableAndColumns($tableName, $attributes);

12345678910>>...26