Searched refs:xml_declaration (Results 1 – 12 of 12) sorted by relevance
/external/fonttools/Lib/fontTools/misc/ |
D | etree.py | 139 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,
|
D | plistlib.py | 525 fp, encoding="utf-8", pretty_print=pretty_print, xml_declaration=False
|
/external/fonttools/Lib/fontTools/designspaceLib/ |
D | __init__.py | 367 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/ |
D | camerabox_utils.py | 121 tree, xml_declaration=True, encoding=tree.docinfo.encoding)
|
/external/python/cpython3/Lib/xml/etree/ |
D | ElementTree.py | 723 xml_declaration=None, argument 761 if method == "xml" and (xml_declaration or 762 (xml_declaration is None and
|
/external/python/cpython2/Lib/xml/etree/ |
D | ElementTree.py | 790 xml_declaration=None, argument 809 elif xml_declaration or (xml_declaration is None and
|
/external/python/cpython3/PC/layout/support/ |
D | appxmanifest.py | 481 xml.write(buffer, encoding="utf-8", xml_declaration=True)
|
/external/python/cpython2/Doc/library/ |
D | xml.etree.elementtree.rst | 852 .. 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/ |
D | xml.etree.elementtree.rst | 924 .. 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/ |
D | glifLib.py | 620 root, encoding="UTF-8", xml_declaration=True, pretty_print=True
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.7.rst | 2044 you can use the true/false *xml_declaration* parameter to suppress the
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.7.rst | 2020 you can use the true/false *xml_declaration* parameter to suppress the
|