Home
last modified time | relevance | path

Searched full:xml (Results 1 – 25 of 40) sorted by relevance

12

/civetweb-2.7.6/src/third_party/
DLuaXML.lua3 -- symbolic name for tag index, this allows accessing the tag by var[xml.TAG]
4 xml.TAG = 0
7 function xml.tag(var,tag)
10 return var[xml.TAG]
12 var[xml.TAG] = tag
16 function xml.new(arg)
18 base.setmetatable(arg,{__index=xml, __tostring=xml.str})
22 base.setmetatable(var,{__index=xml, __tostring=xml.str})
23 if base.type(arg)=="string" then var[xml.TAG]=arg end
28 function xml.append(var,tag)
[all …]
DLuaXML_lib.c324 lua_getglobal(L, "xml"); in Xml_eval()
328 lua_getglobal(L, "xml"); in Xml_eval()
456 lua_setglobal(L, "xml"); in luaopen_LuaXML_lib()
/civetweb-2.7.6/test/svgdir/
Dindex.xhtml28 … y="67" id="svg_2" font-size="24" font-family="serif" text-anchor="middle" xml:space="preserve">4<…
29 …="144.75" y="69.5" font-size="24" font-family="serif" text-anchor="middle" xml:space="preserve" id…
30 …23.87498" y="76.5" font-size="24" font-family="serif" text-anchor="middle" xml:space="preserve" tr…
31 …2498" y="88.49999" font-size="24" font-family="serif" text-anchor="middle" xml:space="preserve" tr…
32 …499" y="104.99998" font-size="24" font-family="serif" text-anchor="middle" xml:space="preserve" tr…
33 …x="189.875" y="69" font-size="24" font-family="serif" text-anchor="middle" xml:space="preserve" id…
34 …7499" y="75.74999" font-size="24" font-family="serif" text-anchor="middle" xml:space="preserve" tr…
35 …2499" y="85.49999" font-size="24" font-family="serif" text-anchor="middle" xml:space="preserve" tr…
36 …244.625" y="99.75" font-size="24" font-family="serif" text-anchor="middle" xml:space="preserve" tr…
37 …499" y="119.99999" font-size="24" font-family="serif" text-anchor="middle" xml:space="preserve" tr…
/civetweb-2.7.6/
D.gitignore139 .*crunch*.local.xml
158 *.Publish.xml
180 *.[Pp]ublish.xml
191 UpgradeLog*.XML
DCMakeLists.txt187 # Lua XML Version
189 "The version of Lua XML to build and include statically")
191 message(STATUS "Lua XML Version - ${CIVETWEB_LUA_XML_VERSION}")
194 # Lua XML Verification Hash
196 "The hash of Lua XML archive to be downloaded")
/civetweb-2.7.6/test/
Dpage2.lua84 if xml then
85 mg.write("<li>xml</li>\n")
86 recurse(xml)
/civetweb-2.7.6/unittest/
Dmain.c134 /* use the same index for xml as for log */ in main()
135 sprintf(test_xml_name, "test-%03i.xml", i); in main()
143 sprintf(test_xml_name, "%s.xml", test_log_prefix); in main()
/civetweb-2.7.6/src/
DCMakeLists.txt175 # Lua XML Support
181 …message(FATAL_ERROR "The Lua XML archive filename is unknown for version ${CIVETWEB_LUA_XML_VERSIO…
/civetweb-2.7.6/resources/
DInfo.plist1 <?xml version="1.0" encoding="UTF-8"?>
/civetweb-2.7.6/VisualStudio/ex_websocket_client/
Dex_websocket_client.vcxproj.filters1 <?xml version="1.0" encoding="utf-8"?>
/civetweb-2.7.6/VisualStudio/ex_embedded_c/
Dex_embedded_c.vcxproj.filters1 <?xml version="1.0" encoding="utf-8"?>
/civetweb-2.7.6/VisualStudio/upload/
Dupload.vcxproj.filters1 <?xml version="1.0" encoding="utf-8"?>
/civetweb-2.7.6/VisualStudio/duktape_lib/
Dduktape_lib.vcxproj.filters1 <?xml version="1.0" encoding="utf-8"?>
Dduktape_lib.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
/civetweb-2.7.6/VisualStudio/civetweb/
Dcivetweb.vcxproj.filters1 <?xml version="1.0" encoding="utf-8"?>
Dcivetweb.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
/civetweb-2.7.6/VisualStudio/civetweb_yassl/civetweb_yassl/
Dcivetweb_yassl.vcxproj.filters1 <?xml version="1.0" encoding="utf-8"?>
/civetweb-2.7.6/VisualStudio/ex_embed_cpp/
Dex_embed_cpp.vcxproj.filters1 <?xml version="1.0" encoding="utf-8"?>
Dex_embed_cpp.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
/civetweb-2.7.6/VisualStudio/ex_websocket/
Dex_websocket.vcxproj.filters1 <?xml version="1.0" encoding="utf-8"?>
/civetweb-2.7.6/VisualStudio/unit_test/
Dunit_test.vcxproj.filters1 <?xml version="1.0" encoding="utf-8"?>
Dunit_test.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
/civetweb-2.7.6/VisualStudio/civetweb_lua/
Dcivetweb_lua.vcxproj.filters1 <?xml version="1.0" encoding="utf-8"?>
/civetweb-2.7.6/VisualStudio/civetweb_yassl/yassl_lib/
Dyassl_lib.vcxproj.filters1 <?xml version="1.0" encoding="utf-8"?>
/civetweb-2.7.6/VisualStudio/lua_lib/
Dlua_lib.vcxproj.filters1 <?xml version="1.0" encoding="utf-8"?>

12