| /plugin/asciidocjs/node_modules/pug-attrs/ |
| D | index.js | 46 function addAttribute(key, val, mustEscape, buf) { function 91 addAttribute(key, val, mustEscape, buf); 97 addAttribute( 111 addAttribute(
|
| /plugin/columns/ |
| 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/dw2pdf/vendor/mpdf/qrcode/src/Output/ |
| D | Svg.php | 35 $svg->addAttribute('version', '1.1'); 36 $svg->addAttribute('xmlns', 'http://www.w3.org/2000/svg');
|
| /plugin/xslfo/ |
| 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);
|
| /plugin/captcha/ |
| D | EasySVG.php | 189 $path->addAttribute($key, $value); 191 $path->addAttribute('d', $def); 506 public function addAttribute($key, $value) function in EasySVG 508 return $this->svg->addAttribute($key, $value);
|
| 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/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 | 609 function &addAttribute($key, $value) function in ComboStrap\\Call 804 $this->addAttribute("class", $value); 874 $this->addAttribute("style", $cssValue);
|
| H A D | DateTag.php | 120 $openingTag->addAttribute(DateTag::DATE_ATTRIBUTE, $date);
|
| H A D | CarrouselTag.php | 50 $actualCall->addAttribute(
|
| 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 | OutlineSection.php | 177 $this->headingEnterCall->addAttribute("id", $this->getHeadingId());
|
| H A D | Outline.php | 393 … $actualCall->addAttribute(MediaMarkup::LINKING_KEY, MediaMarkup::LINKING_NOLINK_VALUE); 847 $call->addAttribute(HeadingTag::PARSED_LABEL, $label);
|
| /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/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | HTML.DefinitionID.txt | 18 $def->addAttribute('a', 'tabindex', 'Number');
|
| /plugin/findologicxmlexport/ |
| D | DokuwikiXMLExport.php | 285 $item->addAttribute($attributeCategory);
|
| /plugin/findologicxmlexport/vendor/findologic/libflexport/examples/ |
| D | XmlExample.php | 77 $item->addAttribute(new Attribute($attributeName, $attributeValues));
|
| /plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/ |
| D | Item.php | 221 public function addAttribute(Attribute $attribute) function in FINDOLOGIC\\Export\\Data\\Item
|
| /plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/ |
| D | XmlSerializationTest.php | 134 $item->addAttribute($attribute);
|