Home
last modified time | relevance | path

Searched refs:NoteTag (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/ComboStrap/
H A DNoteTag.php13 class NoteTag class
33 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet(NoteTag::TAG_INOTE);
63 $rounded = $tagAttributes->getValueAndRemove(NoteTag::ATTRIBUTE_ROUNDED);
H A DXmlTagProcessing.php95 case NoteTag::TAG_INOTE:
96 $renderer->doc .= NoteTag::renderClosingInlineNote();
225 case NoteTag::TAG_INOTE:
226 $renderer->doc .= NoteTag::renderEnterInlineNote($tagAttributes);
351 case NoteTag::TAG_INOTE:
352 $defaultConfValue = $plugin->getConf(NoteTag::INOTE_CONF_DEFAULT_ATTRIBUTES_KEY);
357 $knownTypes = NoteTag::KNOWN_TYPES;
H A DCall.php98 NoteTag::TAG_INOTE,
/plugin/combo/syntax/
H A Dxmlinlinetag.php11 use ComboStrap\NoteTag; alias
46 $array[] = NoteTag::TAG_INOTE;