Home
last modified time | relevance | path

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

/plugin/combo/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);
/plugin/combo/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)
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php72 $defaultAttributes = array();
73 $defaultAttributes[Dimension::WIDTH_KEY] = '100%';
77 return $defaultAttributes;
/plugin/gallery/script/
Dprosemirror.js387 var defaultAttributes = Object.entries(schema.nodes.dwplugin_gallery.attrs)
398 getGalleryFormFields(defaultAttributes)
/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts1485 defaultAttributes(value: any): void;
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts1485 defaultAttributes(value: any): void;
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js22596 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
Dasciidoctor.cjs21123 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/
Dasciidoctor.js46961 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/
Dasciidoctor.js47213 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