| /plugin/combo/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);
|
| /plugin/combo/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)
|
| /plugin/combo/ComboStrap/Tag/ |
| H A D | WebCodeTag.php | 72 $defaultAttributes = array(); 73 $defaultAttributes[Dimension::WIDTH_KEY] = '100%'; 77 return $defaultAttributes;
|
| /plugin/gallery/script/ |
| D | prosemirror.js | 387 var defaultAttributes = Object.entries(schema.nodes.dwplugin_gallery.attrs) 398 getGalleryFormFields(defaultAttributes)
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/types/ |
| D | index.d.ts | 1485 defaultAttributes(value: any): void;
|
| /plugin/asciidocjs/node_modules/asciidoctor/types/ |
| D | index.d.ts | 1485 defaultAttributes(value: any): void;
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.js | 22596 BlockProcessor.prototype.defaultAttributes = function (value) { method in BlockProcessor 22643 BlockMacroProcessor.prototype.defaultAttributes = function (value) { method in BlockMacroProcessor 22674 InlineMacroProcessor.prototype.defaultAttributes = function (value) { method in InlineMacroProcessor
|
| D | asciidoctor.cjs | 21123 BlockProcessor.prototype.defaultAttributes = function (value) { 21170 BlockMacroProcessor.prototype.defaultAttributes = function (value) { 21201 InlineMacroProcessor.prototype.defaultAttributes = function (value) {
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 46961 BlockProcessor.prototype.defaultAttributes = function (value) { method in BlockProcessor 47008 BlockMacroProcessor.prototype.defaultAttributes = function (value) { method in BlockMacroProcessor 47039 InlineMacroProcessor.prototype.defaultAttributes = function (value) { method in InlineMacroProcessor
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 47213 BlockProcessor.prototype.defaultAttributes = function (value) { method in BlockProcessor 47260 BlockMacroProcessor.prototype.defaultAttributes = function (value) { method in BlockMacroProcessor 47291 InlineMacroProcessor.prototype.defaultAttributes = function (value) { method in InlineMacroProcessor
|