Home
last modified time | relevance | path

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

/plugin/webcomponent/lang/en/
Dlang.php7 $lang[syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF] = 'Related Component - Another patter…
/plugin/webcomponent/conf/
Dmetadata.php7 $meta[syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF] = array('string');
Ddefault.php7 $conf[syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF] = '{{backlinks>.}}';
/plugin/webcomponent/syntax/
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/
Drelated.test.php119 …n'][webcomponent::PLUGIN_NAME][syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF] = self::EXT…
/plugin/combo/conf/
H A Dmetadata.php53 $meta[RelatedTag::EXTRA_PATTERN_CONF] = array('string');
/plugin/combo/lang/en/
H A Dsettings.php50 $lang[RelatedTag::EXTRA_PATTERN_CONF] = PluginUtility::getDocumentationHyperLink("related", "Relate…