/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/ |
H A D | Svg.php | 35 $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 D | action.php | 303 $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 D | action.php | 189 $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 D | BackgroundTag.php | 103 $parentCall->addAttribute(Position::POSITION_ATTRIBUTE, "relative"); 112 $parentCall->addAttribute(BackgroundAttribute::BACKGROUNDS, $backgrounds);
|
H A D | WebCodeTag.php | 130 $actualTag->addAttribute(Display::DISPLAY, Display::DISPLAY_NONE_VALUE);
|
/plugin/combo/ComboStrap/ |
H A D | CardTag.php | 99 $actualCall->addAttribute(MediaMarkup::LINKING_KEY, MediaMarkup::LINKING_NOLINK_VALUE); 101 $actualCall->addAttribute(Dimension::RATIO_ATTRIBUTE, "16:9");
|
H A D | PipelineTag.php | 44 $openingCall->addAttribute(PluginUtility::PAYLOAD, $script);
|
H A D | Call.php | 597 function &addAttribute($key, $value) 792 $this->addAttribute("class", $value); 862 $this->addAttribute("style", $cssValue); 595 function &addAttribute($key, $value) global() function in ComboStrap\\Call
|
H A D | DateTag.php | 126 $openingTag->addAttribute(DateTag::DATE_ATTRIBUTE, $date);
|
H A D | CarrouselTag.php | 50 $actualCall->addAttribute(
|
H A D | OutlineSection.php | 159 $this->headingEnterCall->addAttribute("id", $this->getHeadingId());
|
H A D | PermalinkTag.php | 140 $parent->addAttribute(Display::DISPLAY, Display::DISPLAY_NONE_VALUE);
|
H A D | OutlineVisitor.php | 142 $h1ContentCall->addAttribute(Display::DISPLAY, Display::DISPLAY_NONE_VALUE);
|
H A D | Outline.php | 393 $actualCall->addAttribute(MediaMarkup::LINKING_KEY, MediaMarkup::LINKING_NOLINK_VALUE); 840 $call->addAttribute(HeadingTag::PARSED_LABEL, $label);
|
/plugin/captcha/ |
H A D | EasySVG.php | 189 $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 D | helper.php | 359 $svg->addAttribute('width', $x . 'px'); 360 $svg->addAttribute('height', $y . 'px'); 361 $svg->addAttribute('viewbox', "0 0 $x $y");
|
/plugin/combo/syntax/ |
H A D | brand.php | 194 $actualCall->addAttribute(ColorRgb::COLOR, $brandButton->getTextColor()); 202 $actualCall->addAttribute(MediaMarkup::LINKING_KEY, MediaMarkup::LINKING_NOLINK_VALUE);
|
H A D | preformatted.php | 176 $openingCall->addAttribute(self::HAS_EMPTY_CONTENT, true);
|
H A D | tooltip.php | 193 $parent->addAttribute(Tooltip::TOOLTIP_ATTRIBUTE, $attributes);
|
H A D | contentlist.php | 263 $child->addAttribute(BoxTag::HTML_TAG_ATTRIBUTE, "li");
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | HTML.DefinitionID.txt |
|
/plugin/findologicxmlexport/ |
H A D | DokuwikiXMLExport.php | 285 $item->addAttribute($attributeCategory);
|
/plugin/findologicxmlexport/vendor/findologic/libflexport/examples/ |
H A D | XmlExample.php | 77 $item->addAttribute(new Attribute($attributeName, $attributeValues));
|
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/ |
H A D | XmlSerializationTest.php | 134 $item->addAttribute($attribute);
|
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/ |
H A D | Item.php | 221 public function addAttribute(Attribute $attribute) function in FINDOLOGIC\\Export\\Data\\Item
|