Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/misc/
Detree.py138 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/
DElementTree.py695 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__.py427 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/
Dcamerabox_utils.py141 tree, xml_declaration=True, encoding=tree.docinfo.encoding)
/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/Doc/library/
Dxml.etree.elementtree.rst682 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/
Dappxmanifest.py478 xml.write(buffer, encoding="utf-8", xml_declaration=True)
/external/python/cpython3/Lib/test/
Dtest_xml_etree.py937 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__.py632 xml_declaration=False,
/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/fonttools/Lib/fontTools/ufoLib/
DglifLib.py713 root, encoding="UTF-8", xml_declaration=True, pretty_print=True
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a4.rst613 `xml_declaration` in functions ElementTree.tostring() and
/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