Home
last modified time | relevance | path

Searched refs:xml_declaration (Results 1 – 12 of 12) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
Detree.py139 xml_declaration=False, argument
149 xml_declaration=xml_declaration,
157 if xml_declaration:
163 elif xml_declaration is None:
172 write_declaration = xml_declaration
199 xml_declaration=None, argument
211 xml_declaration=xml_declaration,
Dplistlib.py525 fp, encoding="utf-8", pretty_print=pretty_print, xml_declaration=False
/external/fonttools/Lib/fontTools/designspaceLib/
D__init__.py367 def write(self, pretty=True, encoding="UTF-8", xml_declaration=True): argument
396 xml_declaration=xml_declaration,
1036 xml_declaration = False
1040 xml_declaration = True
1044 writer.write(encoding=encoding, xml_declaration=xml_declaration)
/external/autotest/server/cros/
Dcamerabox_utils.py121 tree, xml_declaration=True, encoding=tree.docinfo.encoding)
/external/python/cpython3/Lib/xml/etree/
DElementTree.py723 xml_declaration=None, argument
761 if method == "xml" and (xml_declaration or
762 (xml_declaration is None and
/external/python/cpython2/Lib/xml/etree/
DElementTree.py790 xml_declaration=None, argument
809 elif xml_declaration or (xml_declaration is None and
/external/python/cpython3/PC/layout/support/
Dappxmanifest.py481 xml.write(buffer, encoding="utf-8", xml_declaration=True)
/external/python/cpython2/Doc/library/
Dxml.etree.elementtree.rst852 .. method:: write(file, encoding="us-ascii", xml_declaration=None, \
857 (default is US-ASCII). *xml_declaration* controls if an XML declaration
/external/python/cpython3/Doc/library/
Dxml.etree.elementtree.rst924 .. method:: write(file, encoding="us-ascii", xml_declaration=None, \
931 *xml_declaration* controls if an XML declaration should be added to the
/external/fonttools/Lib/fontTools/ufoLib/
DglifLib.py620 root, encoding="UTF-8", xml_declaration=True, pretty_print=True
/external/python/cpython3/Doc/whatsnew/
D2.7.rst2044 you can use the true/false *xml_declaration* parameter to suppress the
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2020 you can use the true/false *xml_declaration* parameter to suppress the