Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DCardTag.php7 use syntax_plugin_combo_header; alias
119 …if ($actualCall->getTagName() === syntax_plugin_combo_header::TAG && $actualCall->getState() === D…
122 $actualCall->getTagName() === syntax_plugin_combo_header::TAG
132 …terThisCalls = PluginUtility::mergeAttributes(Call::IMAGE_TAGS, [syntax_plugin_combo_header::TAG]);
H A DBlockquoteTag.php15 use syntax_plugin_combo_header; alias
201 if ($firstChild->getTagName() == syntax_plugin_combo_header::TAG) {
H A DOutlineVisitor.php284 \syntax_plugin_combo_header::TAG,
296 \syntax_plugin_combo_header::TAG,
H A DOutline.php11 use syntax_plugin_combo_header; alias
183 case syntax_plugin_combo_header::TAG:
/plugin/combo/syntax/
H A Dheader.php17 class syntax_plugin_combo_header extends DokuWiki_Syntax_Plugin class