Home
last modified time | relevance | path

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

/plugin/combo/syntax/
H A Dnote.php27 const TIP_TYPE = "tip"; define in syntax_plugin_combo_note
109 … $knwonTypes = [self::INFO_TYPE, self::TIP_TYPE, self::IMPORTANT_TYPE, self::WARNING_TYPE];
168 if ($type != self::TIP_TYPE) {
/plugin/combo/ComboStrap/
H A DNoteTag.php24 \syntax_plugin_combo_note::TIP_TYPE,