Home
last modified time | relevance | path

Searched refs:closingtag (Results 1 – 6 of 6) sorted by relevance

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/htmlroff/
H A Dhtml.c21 closingtag(Rune *s) in closingtag() function
89 es = closingtag(s); in html()
165 t->close = closingtag(s); in ihtml()
/dports/editors/kate/kate-21.12.3/addons/xmltools/
H A Dplugin_katexmltools.h110 enum Mode { none, entities, attributevalues, attributes, elements, closingtag }; enumerator
H A Dplugin_katexmltools.cpp231 m_mode = closingtag; in completionInvoked()
702 else if (m_mode == closingtag) { in executeCompletionItem()
998 case closingtag: in currentModeToString()
/dports/textproc/R-cran-openxlsx/openxlsx/src/
H A Dload_workbook.cpp949 bool closingtag = false; in getChildlessNode() local
953 closingtag = true; in getChildlessNode()
960 if (closingtag) { in getChildlessNode()
/dports/www/wikicalc/wikicalc/
H A DWKCSheet.pm5372 my ($str, @closingtag);
5379 if ($lnest > @closingtag) {
5380 for (my $i=@closingtag; $i<$lnest; $i++) {
5391 push @closingtag, "</$ltype>";
5394 elsif ($lnest < @closingtag) {
5395 for (my $i=@closingtag; $i>$lnest; $i--) {
5396 $str .= pop @closingtag;
5413 while (@closingtag) {
5414 $str .= pop @closingtag;
5429 while (@closingtag) { # just in case any left at the end
[all …]
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/
H A Deditorextension.cpp569 bool closingtag = isClosingMathTagPosition(doc, row, col, end); in getMathgroup() local
570 if(closingtag) { in getMathgroup()