Searched refs:defaultAttributes (Results 1 – 13 of 13) sorted by relevance
| /template/strap/ComboStrap/ |
| H A D | XmlTagProcessing.php | 295 $defaultAttributes = []; 306 $defaultAttributes = array("type" => BlockquoteTag::CARD_TYPE); 310 $defaultAttributes[BoxTag::HTML_TAG_ATTRIBUTE] = BoxTag::DEFAULT_HTML_TAG; 311 $defaultAttributes[BoxTag::LOGICAL_TAG_ATTRIBUTE] = BoxTag::LOGICAL_TAG_DEFAUT; 317 $defaultAttributes = array( 329 $defaultAttributes[Hero::ATTRIBUTE] = "sm"; 339 …$defaultAttributes[TagAttributes::TYPE_KEY] = $executionContext->getConfig()->getValue(ContainerTa… 353 $defaultAttributes = PluginUtility::parseAttributes($defaultConfValue); 354 if (!isset($defaultAttributes[TagAttributes::TYPE_KEY])) { 355 $defaultAttributes[TagAttributes::TYPE_KEY] = "info"; [all …]
|
| H A D | GridTag.php | 114 $defaultAttributes = []; 132 $defaultAttributes = [ 161 foreach ($defaultAttributes as $key => $value) {
|
| H A D | PluginUtility.php | 568 * @param array $defaultAttributes - the default configuration attributes 572 static function mergeAttributes(array $inlineAttributes, array $defaultAttributes = array()) argument 574 return array_merge($defaultAttributes, $inlineAttributes);
|
| H A D | TagAttributes.php | 306 * @param array $defaultAttributes - the default attributes values 311 …public static function createFromTagMatch($match, array $defaultAttributes = [], array $knownTypes… argument 315 … $mergedAttributes = PluginUtility::mergeAttributes($inlineHtmlAttributes, $defaultAttributes);
|
| /template/strap/syntax/ |
| H A D | itext.php | 92 $defaultAttributes = []; 93 … $attributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes);
|
| H A D | metadata.php | 45 $defaultAttributes = PluginUtility::parseAttributes($defaultStringAttributes); 46 $attributes = PluginUtility::mergeAttributes($inlineAttributes, $defaultAttributes);
|
| H A D | webcode.php | 159 $defaultAttributes = WebCodeTag::getDefaultAttributes(); 163 … $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes);
|
| H A D | note.php | 108 $defaultAttributes = array(TagAttributes::TYPE_KEY => self::INFO_TYPE); 110 … $attributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knwonTypes);
|
| H A D | cell.php | 157 $defaultAttributes = []; 158 …$attributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes)->toCallSt…
|
| H A D | brand.php | 133 $defaultAttributes = [TagAttributes::TYPE_KEY => Brand::CURRENT_BRAND]; 134 … $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, [], true)
|
| /template/bootstrap3/ |
| D | SVG.php | 19 public static $defaultAttributes = array(); variable in dokuwiki\\template\\bootstrap3\\SVG
|
| /template/strap/ComboStrap/Tag/ |
| H A D | WebCodeTag.php | 72 $defaultAttributes = array(); 73 $defaultAttributes[Dimension::WIDTH_KEY] = '100%'; 77 return $defaultAttributes;
|
| /template/bootstrap3/assets/iconify/ |
| D | iconify.min.js | 13 …defaultAttributes=function(){return{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w…
|