/external/fonttools/Lib/fontTools/misc/ |
D | etree.py | 138 xml_declaration=False, argument 148 xml_declaration=xml_declaration, 156 if xml_declaration: 162 elif xml_declaration is None: 171 write_declaration = xml_declaration 198 xml_declaration=None, argument 210 xml_declaration=xml_declaration,
|
/external/python/cpython3/Lib/xml/etree/ |
D | ElementTree.py | 695 xml_declaration=None, argument 733 if method == "xml" and (xml_declaration or 734 (xml_declaration is None and 1093 xml_declaration=None, default_namespace=None, argument 1110 xml_declaration=xml_declaration, 1134 xml_declaration=None, default_namespace=None, argument 1139 xml_declaration=xml_declaration,
|
/external/fonttools/Lib/fontTools/designspaceLib/ |
D | __init__.py | 427 def write(self, pretty=True, encoding="UTF-8", xml_declaration=True): argument 460 xml_declaration=xml_declaration, 1107 xml_declaration = False 1111 xml_declaration = True 1115 writer.write(encoding=encoding, xml_declaration=xml_declaration)
|
/external/autotest/server/cros/ |
D | camerabox_utils.py | 141 tree, xml_declaration=True, encoding=tree.docinfo.encoding)
|
/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/Doc/library/ |
D | xml.etree.elementtree.rst | 682 xml_declaration=None, default_namespace=None, \ 690 *xml_declaration*, *default_namespace* and *short_empty_elements* has the same 698 The *xml_declaration* and *default_namespace* parameters. 706 xml_declaration=None, default_namespace=None, \ 714 *xml_declaration*, *default_namespace* and *short_empty_elements* has the same 725 The *xml_declaration* and *default_namespace* parameters. 1143 .. method:: write(file, encoding="us-ascii", xml_declaration=None, \ 1150 *xml_declaration* controls if an XML declaration should be added to the
|
/external/python/cpython3/PC/layout/support/ |
D | appxmanifest.py | 478 xml.write(buffer, encoding="utf-8", xml_declaration=True)
|
/external/python/cpython3/Lib/test/ |
D | test_xml_etree.py | 937 ET.tostring(elem, encoding='utf8', xml_declaration=True), 946 ET.tostring(elem, encoding='unicode', xml_declaration=True) 982 for expected_retval, encoding, xml_declaration in TESTCASES: 989 xml_declaration=xml_declaration 1012 b''.join(ET.tostringlist(elem, xml_declaration=True)), 1017 stringlist = ET.tostringlist(elem, encoding='unicode', xml_declaration=True)
|
/external/fonttools/Lib/fontTools/misc/plistlib/ |
D | __init__.py | 632 xml_declaration=False,
|
/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/fonttools/Lib/fontTools/ufoLib/ |
D | glifLib.py | 713 root, encoding="UTF-8", xml_declaration=True, pretty_print=True
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0a4.rst | 613 `xml_declaration` in functions ElementTree.tostring() and
|
/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
|