Home
last modified time | relevance | path

Searched refs:syntax_plugin_webcomponent_cite (Results 1 – 3 of 3) sorted by relevance

/plugin/webcomponent/_test/
H A Dcite.test.php20 $elementName = syntax_plugin_webcomponent_cite::getTag();
30 $element = syntax_plugin_webcomponent_cite::getTag();
/plugin/webcomponent/syntax/
H A Dblockquote.php96 … $lookaheadPattern = webcomponent::getIncludeTagPattern(syntax_plugin_webcomponent_cite::getTag());
134 $citeTag = syntax_plugin_webcomponent_cite::getTag();
H A Dcite.php10 class syntax_plugin_webcomponent_cite extends DokuWiki_Syntax_Plugin { class