Searched refs:XML_ROOT (Results 1 – 10 of 10) sorted by relevance
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/ |
H A D | info.c | 12 #define XML_ROOT "mame" macro 806 "<!DOCTYPE " XML_ROOT " [\n" in print_mame_xml() 807 "<!ELEMENT " XML_ROOT " (" XML_TOP "+)>\n" in print_mame_xml() 879 "<" XML_ROOT ">\n" in print_mame_xml() 904 fprintf(xml_dat, "</" XML_ROOT ">\n"); in print_mame_xml()
|
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/ |
H A D | info.c | 12 #define XML_ROOT "mame" macro 806 "<!DOCTYPE " XML_ROOT " [\n" in print_mame_xml() 807 "<!ELEMENT " XML_ROOT " (" XML_TOP "+)>\n" in print_mame_xml() 879 "<" XML_ROOT ">\n" in print_mame_xml() 904 fprintf(xml_dat, "</" XML_ROOT ">\n"); in print_mame_xml()
|
/dports/textproc/R-cran-XML/XML/src/ |
H A D | XMLTree.c | 45 # define XML_ROOT(n) (n)->childs macro 47 # define XML_ROOT(n) (n)->xmlRootNode macro 148 if(doc && XML_ROOT(doc) == NULL) { in R_newXMLNode() 149 XML_ROOT(doc) = node; in R_newXMLNode()
|
/dports/emulators/mess/mame-mame0226/src/frontend/mame/ |
H A D | infoxml.cpp | 38 #define XML_ROOT "mame" macro 530 strreplace(dtd, "__XML_ROOT__", XML_ROOT); in output_header() 544 XML_ROOT, in output_header() 557 out << util::string_format("</%s>\n", XML_ROOT); in output_footer()
|
/dports/emulators/mame/mame-mame0226/src/frontend/mame/ |
H A D | infoxml.cpp | 38 #define XML_ROOT "mame" macro 530 strreplace(dtd, "__XML_ROOT__", XML_ROOT); in output_header() 544 XML_ROOT, in output_header() 557 out << util::string_format("</%s>\n", XML_ROOT); in output_footer()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/ |
H A D | xmltoken.hxx | 1613 XML_ROOT, enumerator
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/ |
H A D | xmltoken.hxx | 1579 XML_ROOT, enumerator
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/ |
H A D | xmltoken.cxx | 1619 TOKEN( "root", XML_ROOT ),
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/ |
H A D | xmltoken.cxx | 1581 TOKEN( "root", XML_ROOT ),
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/ |
H A D | unusedenumconstants.writeonly.results | 5302 enum xmloff::token::XMLTokenEnum XML_ROOT
|