Home
last modified time | relevance | path

Searched refs:defaultAttributes (Results 1 – 13 of 13) sorted by relevance

/template/strap/ComboStrap/
H A DXmlTagProcessing.php295 $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 DGridTag.php114 $defaultAttributes = [];
132 $defaultAttributes = [
161 foreach ($defaultAttributes as $key => $value) {
H A DPluginUtility.php568 * @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 DTagAttributes.php306 * @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 Ditext.php92 $defaultAttributes = [];
93 … $attributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes);
H A Dmetadata.php45 $defaultAttributes = PluginUtility::parseAttributes($defaultStringAttributes);
46 $attributes = PluginUtility::mergeAttributes($inlineAttributes, $defaultAttributes);
H A Dwebcode.php159 $defaultAttributes = WebCodeTag::getDefaultAttributes();
163 … $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes);
H A Dnote.php108 $defaultAttributes = array(TagAttributes::TYPE_KEY => self::INFO_TYPE);
110 … $attributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knwonTypes);
H A Dcell.php157 $defaultAttributes = [];
158 …$attributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes)->toCallSt…
H A Dbrand.php133 $defaultAttributes = [TagAttributes::TYPE_KEY => Brand::CURRENT_BRAND];
134 … $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, [], true)
/template/bootstrap3/
DSVG.php19 public static $defaultAttributes = array(); variable in dokuwiki\\template\\bootstrap3\\SVG
/template/strap/ComboStrap/Tag/
H A DWebCodeTag.php72 $defaultAttributes = array();
73 $defaultAttributes[Dimension::WIDTH_KEY] = '100%';
77 return $defaultAttributes;
/template/bootstrap3/assets/iconify/
Diconify.min.js13defaultAttributes=function(){return{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w…