Searched defs:tagAttributes (Results 1 – 20 of 20) sorted by relevance
/plugin/combo/ComboStrap/ |
H A D | CacheMedia.php | 51 public function __construct(Path $path, TagAttributes $tagAttributes) 114 public static function createFromPath(Path $path, $tagAttributes = null): CacheMedia
|
H A D | Background.php | 49 public static function processBackgroundAttributes(TagAttributes &$tagAttributes) 277 private static function processPatternAttribute(TagAttributes &$tagAttributes)
|
H A D | Opacity.php | 21 public static function processOpacityAttribute(TagAttributes &$tagAttributes){
|
H A D | Display.php | 13 public static function processDisplay(TagAttributes &$tagAttributes)
|
H A D | SvgDocument.php | 163 private static function preserveStyle(TagAttributes $tagAttributes): bool 184 public function getXmlText(TagAttributes $tagAttributes = null): string 789 function optimize($tagAttributes)
|
H A D | FontSize.php | 35 public static function processFontSizeAttribute(TagAttributes &$tagAttributes)
|
H A D | Boldness.php | 20 public static function processBoldnessAttribute(TagAttributes &$tagAttributes)
|
H A D | Tooltip.php | 19 public static function processTooltip(TagAttributes &$tagAttributes)
|
H A D | Icon.php | 212 public function __construct($fullQualifiedName, $tagAttributes = null) 316 static public function create(string $name, TagAttributes $tagAttributes = null): Icon 326 …public static function createFromComboResource(string $name, TagAttributes $tagAttributes = null):…
|
H A D | ImageSvg.php | 20 public function __construct($path, $tagAttributes = null)
|
H A D | MediaLink.php | 393 …static function createMediaLinkFromId($wikiId, ?string $rev = '', TagAttributes $tagAttributes = n… 416 public static function createMediaLinkFromPath(Path $path, TagAttributes $tagAttributes = null)
|
H A D | PluginUtility.php | 1012 static function checkDefaultBorderColorAttributes(&$tagAttributes)
|
H A D | TagAttributes.php | 328 public static function createFromTagAttributes(TagAttributes $tagAttributes): TagAttributes
|
/plugin/combo/syntax/ |
H A D | brand.php | 48 …ublic static function addOpenLinkTagInCallStack(CallStack $callStack, TagAttributes $tagAttributes) 59 …public static function mixBrandButtonToTagAttributes(TagAttributes $tagAttributes, BrandButton $br…
|
H A D | heading.php | 284 public static function renderOpeningTag($context, $tagAttributes, &$renderer, $pos) 389 public static function renderClosingTag(TagAttributes $tagAttributes): string
|
H A D | button.php | 328 public static function processButtonAttributesToHtmlAttributes(TagAttributes &$tagAttributes)
|
H A D | icon.php | 307 private function printIcon(TagAttributes $tagAttributes): string
|
H A D | carrousel.php | 55 private static function isCarrousel($data, TagAttributes $tagAttributes): bool
|
H A D | link.php | 703 …ublic static function addOpenLinkTagInCallStack(CallStack $callStack, TagAttributes $tagAttributes)
|
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/ |
H A D | Tag.php | 44 var $tagAttributes; variable in Tag
|