Home
last modified time | relevance | path

Searched refs:EXTRA_PATTERN_CONF (Results 1 – 9 of 9) sorted by relevance

/plugin/webcomponent/lang/en/
H A Dlang.php7 $lang[syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF] = 'Related Component - Another patter…
/plugin/webcomponent/conf/
H A Ddefault.php7 $conf[syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF] = '{{backlinks>.}}';
H A Dmetadata.php7 $meta[syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF] = array('string');
/plugin/webcomponent/syntax/
H A Drelated.php26 const EXTRA_PATTERN_CONF = 'extra_pattern'; define in syntax_plugin_webcomponent_related
83 $extraPattern = $this->getConf(self::EXTRA_PATTERN_CONF);
/plugin/combo/syntax/
H A Drelated.php81 $extraPattern = $this->getConf(RelatedTag::EXTRA_PATTERN_CONF);
/plugin/combo/ComboStrap/Tag/
H A DRelatedTag.php25 public const EXTRA_PATTERN_CONF = 'extra_pattern'; define in ComboStrap\\Tag\\RelatedTag
/plugin/webcomponent/_test/
H A Drelated.test.php119 …n'][webcomponent::PLUGIN_NAME][syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF] = self::EXT…
/plugin/combo/conf/
H A Dmetadata.php52 $meta[RelatedTag::EXTRA_PATTERN_CONF] = array('string');
/plugin/combo/lang/en/
H A Dsettings.php49 $lang[RelatedTag::EXTRA_PATTERN_CONF] = PluginUtility::getDocumentationHyperLink("related", "Related Component") . ' - Another pattern';