Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DCardTag.php89 if (in_array($tagName, Call::IMAGE_TAGS)) {
132 $insertBodyAfterThisCalls = PluginUtility::mergeAttributes(Call::IMAGE_TAGS, [syntax_plugin_combo_header::TAG]);
H A DCarrouselTag.php49 if ($actualCall->getState() === DOKU_LEXER_SPECIAL && in_array($actualCall->getTagName(), Call::IMAGE_TAGS)) {
H A DCall.php142 const IMAGE_TAGS = [ define in ComboStrap\\Call