Home
last modified time | relevance | path

Searched refs:syntax_plugin_webcomponent_related (Results 1 – 5 of 5) sorted by relevance

/plugin/webcomponent/_test/
H A Drelated.test.php50 '<' . syntax_plugin_webcomponent_related::getElementName() . '>'
72 '<' . syntax_plugin_webcomponent_related::getElementName() . '>', $changeSummary);
89 …dbglog("\nTest Plugin" . webcomponent::PLUGIN_NAME.".".syntax_plugin_webcomponent_related::getElem…
119 …$conf ['plugin'][webcomponent::PLUGIN_NAME][syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF…
121 …alled- Test Plugin" . webcomponent::PLUGIN_NAME." - Compo".syntax_plugin_webcomponent_related::get…
142 $relatedPlugin = new syntax_plugin_webcomponent_related();
147 …ls(self::$referrers[self::REFERRERS_ID_TOP], $referrers[0][syntax_plugin_webcomponent_related::REL…
157 …axLinksValue = $conf ['plugin'][webcomponent::PLUGIN_NAME][syntax_plugin_webcomponent_related::MAX…
158 …$conf ['plugin'][webcomponent::PLUGIN_NAME][syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = …
161 …$conf ['plugin'][webcomponent::PLUGIN_NAME][syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = …
[all …]
/plugin/webcomponent/lang/en/
H A Dlang.php6 $lang[syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = 'Related Component - The maximum of rel…
7 $lang[syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF] = 'Related Component - Another patter…
/plugin/webcomponent/conf/
H A Ddefault.php6 $conf[syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = 10;
7 $conf[syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF] = '{{backlinks>.}}';
H A Dmetadata.php6 $meta[syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = array('numeric');
7 $meta[syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF] = array('string');
/plugin/webcomponent/syntax/
H A Drelated.php19 class syntax_plugin_webcomponent_related extends DokuWiki_Syntax_Plugin class