Home
last modified time | relevance | path

Searched refs:opentag (Results 1 – 25 of 127) sorted by relevance

123456

/dports/textproc/xmlgen/xmlgen-1.4/
H A Dxmlgen.tcl188 set opentag "<$tagname"
197 append opentag " $attr=\"[esc $value]\""
233 append opentag ">"
237 set opentag [formatTag ${control}o $indent $opentag]
244 append opentag " />"
264 return [list $opentag $control $body $closetag]
297 uplevel 1 [list ::xmlgen::put $opentag]
304 uplevel 1 [list ::xmlgen::put $opentag]
310 uplevel 1 [list ::xmlgen::put $opentag]
315 return "$opentag$body$closetag"
[all …]
/dports/science/gramps/gramps-5.1.4/gramps/gen/plug/docbackend/
H A Ddocbackend.py313 otext += opentag[1]
317 for opentag in opentags:
318 otext += opentag[0]
328 otext += opentag[1]
336 for opentag in opentags:
337 otext += opentag[0]
354 otext += opentag[1]
358 for opentag in opentags:
359 otext += opentag[0]
365 for opentag in reversed(opentags):
[all …]
/dports/devel/py-odfpy/odfpy-1.4.1/odf/
H A Dodf2xhtml.py678 self.opentag(htmltag)
714 self.opentag(htmltag)
785 self.opentag('fieldset')
786 self.opentag('legend')
797 self.opentag('div')
858 self.opentag('ol')
1086 self.opentag('table')
1111 self.opentag('td', htmlattrs)
1138 self.opentag('tr', htmlattrs)
1259 self.opentag('li')
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/odf/
H A Dodf2xhtml.py699 self.opentag(htmltag)
736 self.opentag(htmltag)
813 self.opentag('fieldset')
814 self.opentag('legend')
825 self.opentag('div')
934 self.opentag('dd')
1158 self.opentag('table')
1183 self.opentag('td', htmlattrs)
1365 self.opentag('li')
1455 self.opentag('sup')
[all …]
/dports/science/xdrawchem/xdrawchem-a3f74c34eb09fa72ee16848ec6901049ca5309d5/xdrawchem/
H A Dcdx2cdxml.cpp172 bool opentag = false;
187 if (opentag)
197 opentag = false;
223 if ((tagstack.count() > 0) && opentag)
225 opentag = true;
268 opentag = false;
289 opentag = false;
/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Dhtml-tidy.c74 typedef void (*tidyNodeCallback) (TidyNode node, int level, bool opentag);
77 static void printNode(TidyNode node, int level, bool opentag);
78 static void convertNode(TidyNode node, int level, bool opentag);
155 static void printNode(TidyNode node, int level, bool opentag) in printNode() argument
162 if (!opentag) { in printNode()
261 static void convertNode(TidyNode node, int level, bool opentag) in convertNode() argument
286 if (!opentag) { in convertNode()
H A Ddecorate.c545 if (!opentag) in prerenderNode()
630 if (opentag) { in prerenderNode()
681 if (!opentag) in prerenderNode()
734 if (opentag) { in prerenderNode()
747 if (opentag) { in prerenderNode()
783 if (opentag) in prerenderNode()
796 if (opentag) in prerenderNode()
801 if (!opentag) in prerenderNode()
824 if (opentag) in prerenderNode()
834 if (opentag) in prerenderNode()
[all …]
/dports/devel/gettext-lint/gettext-lint-0.4/src/
H A DPOFileChecker.in53 out.opentag('file', {'name': filename})
55 out.opentag('error', {'line': str(l), 'message': str(m)},
71 out.opentag('file',
74 out.opentag('error', {'line': str(l), 'message': str(m)},
H A DPOFileChecker53 out.opentag('file', {'name': filename})
55 out.opentag('error', {'line': str(l), 'message': str(m)},
71 out.opentag('file',
74 out.opentag('error', {'line': str(l), 'message': str(m)},
H A DPOFileStatus101 out.opentag('file', attr, close = 1)
103 out.opentag('file', { 'name': filename })
104 out.opentag('error', body = po.validateError, close = 1)
111 out.opentag('file', attr, close = 1)
H A DPOFileStatus.in101 out.opentag('file', attr, close = 1)
103 out.opentag('file', { 'name': filename })
104 out.opentag('error', body = po.validateError, close = 1)
111 out.opentag('file', attr, close = 1)
H A DPOFileConsistency.in101 out.opentag('inconsistency')
102 out.opentag('msgid', body = msgid, close = 1)
104 out.opentag('msgstr')
105 out.opentag('content', body = msgstr, close = 1)
107 out.opentag('filename', { 'message': str(message) },
H A DPOFileConsistency101 out.opentag('inconsistency')
102 out.opentag('msgid', body = msgid, close = 1)
104 out.opentag('msgstr')
105 out.opentag('content', body = msgstr, close = 1)
107 out.opentag('filename', { 'message': str(message) },
H A DPOFileEquiv.in64 out.opentag('entry')
65 out.opentag('original', body = word, close = 1)
68 out.opentag('translation', { 'count': str(c) },
H A DPOFileEquiv64 out.opentag('entry')
65 out.opentag('original', body = word, close = 1)
68 out.opentag('translation', { 'count': str(c) },
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/datatool/
H A Denumtype.cpp174 list<string> opentag, closetag; in PrintXMLSchema() local
211 opentag.push_back(tmp + ">"); in PrintXMLSchema()
215 opentag.push_back("<xs:complexType>"); in PrintXMLSchema()
218 opentag.push_back("<xs:simpleContent>"); in PrintXMLSchema()
220 opentag.push_back("<xs:extension base=\"xs:integer\">"); in PrintXMLSchema()
234 opentag.push_back(tmp + ">"); in PrintXMLSchema()
239 opentag.push_back(tmp); in PrintXMLSchema()
241 opentag.push_back("<xs:simpleType>"); in PrintXMLSchema()
245 opentag.push_back("<xs:restriction base=\"xs:string\">"); in PrintXMLSchema()
247 opentag.push_back("<xs:restriction base=\"xs:integer\">"); in PrintXMLSchema()
[all …]
H A Dunitype.cpp310 list<string> opentag, closetag; in PrintXMLSchema() local
391 opentag.push_back(tmp + ">"); in PrintXMLSchema()
396 opentag.push_back("<xs:complexType>"); in PrintXMLSchema()
398 opentag.push_back("<xs:sequence minOccurs=\"0\" maxOccurs=\"unbounded\">"); in PrintXMLSchema()
400 opentag.push_back("<xs:element name=\"" + userType + "\">"); in PrintXMLSchema()
407 opentag.push_back(tmp + ">"); in PrintXMLSchema()
427 opentag.push_back(tmp + ">"); in PrintXMLSchema()
431 ITERATE ( list<string>, s, opentag ) { in PrintXMLSchema()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/serial/datatool/
H A Denumtype.cpp174 list<string> opentag, closetag; in PrintXMLSchema() local
211 opentag.push_back(tmp + ">"); in PrintXMLSchema()
215 opentag.push_back("<xs:complexType>"); in PrintXMLSchema()
218 opentag.push_back("<xs:simpleContent>"); in PrintXMLSchema()
220 opentag.push_back("<xs:extension base=\"xs:integer\">"); in PrintXMLSchema()
234 opentag.push_back(tmp + ">"); in PrintXMLSchema()
239 opentag.push_back(tmp); in PrintXMLSchema()
241 opentag.push_back("<xs:simpleType>"); in PrintXMLSchema()
245 opentag.push_back("<xs:restriction base=\"xs:string\">"); in PrintXMLSchema()
247 opentag.push_back("<xs:restriction base=\"xs:integer\">"); in PrintXMLSchema()
[all …]
H A Dunitype.cpp310 list<string> opentag, closetag; in PrintXMLSchema() local
391 opentag.push_back(tmp + ">"); in PrintXMLSchema()
396 opentag.push_back("<xs:complexType>"); in PrintXMLSchema()
398 opentag.push_back("<xs:sequence minOccurs=\"0\" maxOccurs=\"unbounded\">"); in PrintXMLSchema()
400 opentag.push_back("<xs:element name=\"" + userType + "\">"); in PrintXMLSchema()
407 opentag.push_back(tmp + ">"); in PrintXMLSchema()
427 opentag.push_back(tmp + ">"); in PrintXMLSchema()
431 ITERATE ( list<string>, s, opentag ) { in PrintXMLSchema()
/dports/textproc/senna/senna-1.1.5/lib/
H A Dsnip.c296 const char *opentag, unsigned int opentag_len, in sen_snip_add_cond() argument
315 if (opentag) { in sen_snip_add_cond()
322 memcpy(t, opentag, opentag_len); in sen_snip_add_cond()
324 cond->opentag = t; in sen_snip_add_cond()
326 cond->opentag = opentag; in sen_snip_add_cond()
330 cond->opentag = snip->defaultopentag; in sen_snip_add_cond()
337 if (opentag) { SEN_FREE((void *)cond->opentag); } in sen_snip_add_cond()
462 if (sc->opentag != dot) { SEN_FREE((void *)sc->opentag); } in sen_snip_close()
674 memcpy(p, snip->tag_result[j].cond->opentag, snip->tag_result[j].cond->opentag_len); in sen_snip_get_result()
/dports/www/ilias/ILIAS-5.4.25/Services/Form/classes/
H A Dclass.ilFormGUI.php20 protected $opentag = true; variable in ilFormGUI
152 $this->opentag = $a_open;
162 return $this->opentag;
/dports/www/ilias6/ILIAS-6.14/Services/Form/classes/
H A Dclass.ilFormGUI.php20 protected $opentag = true; variable in ilFormGUI
152 $this->opentag = $a_open;
162 return $this->opentag;
/dports/net/libyang/libyang-1.0.240/tests/data/
H A Dtest_yang_data_ns.c101 …const char *opentag = "<config xmlns=\"urn:ietf:params:xml:ns:netconf:base:1.0\" xmlns:nc=\"urn:ie… in test_anydata_ns() local
127 assert_return_code(strncmp(s, opentag, strlen(opentag)), 0); in test_anydata_ns()
/dports/textproc/igor/igor-1.595/
H A Digor1739 $opentag{$tag} = 0;
1766 if ( $opentag{$tag} && $chunk =~ /<$tag\b/ ) {
1772 if ( ! $opentag{$tag} && $chunk =~ /<\/$tag>/ ) {
1778 $opentag{$tag} = 0 if $chunk =~ /<\/$tag>/;
1780 $opentag{$tag} = 1 if $chunk =~ /<$tag\b/;
1786 $opentag{'para'} = 0 if $chunk =~ /<(?:$parawrap_regex)\b/;
1787 $opentag{'para'} = 0 if $chunk =~ /<\/(?:$list_regex)>/;
1791 $opentag{'listitem'} = 0 if $chunk =~ /<(?:$list_regex)\b/;
1794 $opentag{'step'} = 0 if $chunk =~ /<procedure\b/;
1799 $opentag{'para'} = 1 if $chunk =~ /<(?:$list_regex)\b/;
[all …]
/dports/textproc/p5-XML-Parser-Style-EasyTree/XML-Parser-Style-EasyTree-0.09/lib/XML/Parser/Style/
H A DETree.pm192 $t->{opentag} = undef;
222 $t->{opentag} = 1;
246 $t->{opentag} = 0;

123456