Searched refs:ContentKeyword (Results 1 – 6 of 6) sorted by relevance
71 data class ContentKeyword(val text: String) : ContentNode { class197 fun ContentBlock.keyword(value: String) = append(ContentKeyword(value)) in ContentBlock()
80 <QPM:ContentKeyword>zlib,compression</QPM:ContentKeyword>
208 is ContentKeyword -> result.add(TextTag(holder, ContentText(node.text))) // TODO in buildInlineTags()
888 is ContentKeyword -> sb.appendWith(content.text) in addContentNodeToStringBuilder()
134 is ContentKeyword -> appendKeyword(content.text) in <lambda>()
58 is ContentKeyword -> span("keyword") { +content.text } in <lambda>()