Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
DNoteTag.php13 class NoteTag class
33 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet(NoteTag::TAG_INOTE);
63 $rounded = $tagAttributes->getValueAndRemove(NoteTag::ATTRIBUTE_ROUNDED);
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;
DCall.php98 NoteTag::TAG_INOTE,
/template/strap/syntax/
Dxmlinlinetag.php11 use ComboStrap\NoteTag; alias
46 $array[] = NoteTag::TAG_INOTE;