Home
last modified time | relevance | path

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

/plugin/combo/syntax/
H A Dnote.php25 const IMPORTANT_TYPE = "important"; define in syntax_plugin_combo_note
109 … $knwonTypes = [self::INFO_TYPE, self::TIP_TYPE, self::IMPORTANT_TYPE, self::WARNING_TYPE];
160 case self::IMPORTANT_TYPE:
/plugin/combo/ComboStrap/
H A DNoteTag.php23 \syntax_plugin_combo_note::IMPORTANT_TYPE,