Searched refs:tostring (Results 1 – 7 of 7) sorted by relevance
5 --- dante-1.4.1.orig/lib/tostring.c 2014-08-21 18:21:50.000000000 +02006 +++ dante-1.4.1/lib/tostring.c 2016-07-10 10:08:39.785662622 +0200
11 from xml.etree.ElementTree import Element, tostring104 xml_doc = parseString(tostring(xml).decode('UTF-8'))
117 local dep = tostring(rockspec.dependencies[i]):match('^(%S+)')325 return nil, "Could not find a result named " .. tostring(query) .. ": " .. err
43 for (n = 1; n < total && tostring(L, s2v(top - n - 1)); n++) {
64 xmlstr = ET.tostring(cpes)
1139 #define stringify(s) tostring(s)1140 #define tostring(s) #s macro
239 dom_doc = minidom.parseString(ET.tostring(top, 'utf-8'))