Home
last modified time | relevance | path

Searched refs:addAttribute (Results 1 – 25 of 39) sorted by relevance

12

/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
H A DSvg.php35 $svg->addAttribute('version', '1.1');
36 $svg->addAttribute('xmlns', 'http://www.w3.org/2000/svg');
37 $svg->addAttribute('width', $size);
38 $svg->addAttribute('height', $size);
157 $child->addAttribute((string) $key, (string) $value);
/plugin/columns/
H A Daction.php303 $this->column[0]->addAttribute('columns', $columns);
304 $this->column[0]->addAttribute('class', 'first');
309 $this->column[$c]->addAttribute('class', 'last');
312 $this->column[$c]->addAttribute('block-id', $this->id);
313 $this->column[$c]->addAttribute('column-id', $c + 1);
328 $this->column[0]->addAttribute('table-width', $temp['column-width']);
502 public function addAttribute($name, $value) { function in columns_attributes_bag
/plugin/xslfo/
H A Daction.php189 $media_filename->addAttribute('src', $media['src']);
190 $media_filename->addAttribute('width', $media['width']);
191 $media_filename->addAttribute('height', $media['height']);
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php103 $parentCall->addAttribute(Position::POSITION_ATTRIBUTE, "relative");
112 $parentCall->addAttribute(BackgroundAttribute::BACKGROUNDS, $backgrounds);
H A DWebCodeTag.php130 $actualTag->addAttribute(Display::DISPLAY, Display::DISPLAY_NONE_VALUE);
/plugin/combo/ComboStrap/
H A DCardTag.php99 $actualCall->addAttribute(MediaMarkup::LINKING_KEY, MediaMarkup::LINKING_NOLINK_VALUE);
101 $actualCall->addAttribute(Dimension::RATIO_ATTRIBUTE, "16:9");
H A DPipelineTag.php44 $openingCall->addAttribute(PluginUtility::PAYLOAD, $script);
H A DCall.php595 function &addAttribute($key, $value) function in ComboStrap\\Call
790 $this->addAttribute("class", $value);
860 $this->addAttribute("style", $cssValue);
H A DDateTag.php126 $openingTag->addAttribute(DateTag::DATE_ATTRIBUTE, $date);
H A DCarrouselTag.php50 $actualCall->addAttribute(
H A DOutlineSection.php152 $this->headingEnterCall->addAttribute("id", $this->getHeadingId());
H A DPermalinkTag.php140 $parent->addAttribute(Display::DISPLAY, Display::DISPLAY_NONE_VALUE);
H A DOutlineVisitor.php142 $h1ContentCall->addAttribute(Display::DISPLAY, Display::DISPLAY_NONE_VALUE);
H A DOutline.php385 $actualCall->addAttribute(MediaMarkup::LINKING_KEY, MediaMarkup::LINKING_NOLINK_VALUE);
830 $call->addAttribute(HeadingTag::PARSED_LABEL, $label);
/plugin/captcha/
H A DEasySVG.php189 $path->addAttribute($key, $value);
191 $path->addAttribute('d', $def);
506 public function addAttribute($key, $value)
508 return $this->svg->addAttribute($key, $value);
527 public function addAttribute($key, $value) global() function in EasySVG
H A Dhelper.php359 $svg->addAttribute('width', $x . 'px');
360 $svg->addAttribute('height', $y . 'px');
361 $svg->addAttribute('viewbox', "0 0 $x $y");
/plugin/combo/syntax/
H A Dbrand.php194 $actualCall->addAttribute(ColorRgb::COLOR, $brandButton->getTextColor());
202 $actualCall->addAttribute(MediaMarkup::LINKING_KEY, MediaMarkup::LINKING_NOLINK_VALUE);
H A Dpreformatted.php176 $openingCall->addAttribute(self::HAS_EMPTY_CONTENT, true);
H A Dtooltip.php193 $parent->addAttribute(Tooltip::TOOLTIP_ATTRIBUTE, $attributes);
H A Dcontentlist.php263 $child->addAttribute(BoxTag::HTML_TAG_ATTRIBUTE, "li");
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.DefinitionID.txt
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php285 $item->addAttribute($attributeCategory);
/plugin/findologicxmlexport/vendor/findologic/libflexport/examples/
H A DXmlExample.php77 $item->addAttribute(new Attribute($attributeName, $attributeValues));
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php134 $item->addAttribute($attribute);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php221 public function addAttribute(Attribute $attribute) function in FINDOLOGIC\\Export\\Data\\Item

12