Home
last modified time | relevance | path

Searched refs:TYPO_TYPE (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/
H A DBlockquoteTag.php40 const TYPO_TYPE = "typo"; define in ComboStrap\\BlockquoteTag
165 if ($type == self::TYPO_TYPE) {
190 array(TagAttributes::TYPE_KEY => self::TYPO_TYPE),
230 array("type" => self::TYPO_TYPE),
260 case self::TYPO_TYPE:
331 case self::TYPO_TYPE:
H A DXmlTagProcessing.php307 $knownTypes = [BlockquoteTag::TYPO_TYPE, BlockquoteTag::CARD_TYPE];;