/third_party/libxml2/test/catalogs/ |
D | catal3.sgml | 1 PUBLIC "-//OASIS//DTD DocBook XML CALS Table Model V4.1//EN" "calstblx.dtd" 2 PUBLIC "-//OASIS//DTD XML Exchange Table Model 19990315//EN" "soextblx.dtd" 3 PUBLIC "-//OASIS//ELEMENTS DocBook XML Information Pool V4.1//EN" "dbpool.mod" 4 PUBLIC "-//OASIS//ELEMENTS DocBook XML Document Hierarchy V4.1//EN" "dbhier.mod"PUBLIC "-//OASIS//E… 5 PUBLIC "-//OASIS//ENTITIES DocBook XML Notations V4.1//EN" "dbnotn.mod" 6 PUBLIC "-//OASIS//ENTITIES DocBook XML Character Entities V4.1//EN" "dbcent.mod"
|
D | whitex.script | 2 public "-//OASIS//ENTITIES DocBook XML Character Entities V4.1.2//EN" 3 public " -//OASIS//ENTITIES DocBook XML Character Entities V4.1.2//EN" 4 public "-//OASIS//ENTITIES DocBook XML Character Entities V4.1.2//EN " 5 system urn:publicid:+-:OASIS:DTD+++DocBook+XML+V4.1.2:EN+ 6 public urn:publicid:+-:OASIS:DTD+DocBook+XML+++V4.1.2:EN+
|
D | docbook.script | 2 public "-//OASIS//ENTITIES DocBook XML Character Entities V4.1.2//EN" 3 system urn:publicid:-:OASIS:DTD+DocBook+XML+V4.1.2:EN 4 public urn:publicid:-:OASIS:DTD+DocBook+XML+V4.1.2:EN
|
/third_party/icu/tools/release/java/ |
D | Makefile | 79 XML=doc/xml macro 80 UVERSIONH=$(XML)/uversion_8h.xml 85 $(TARGET): check-vars $(OLD_ICU_BUILD)/$(XML) $(NEW_ICU_BUILD)/$(XML) 91 APIChangeReport.xml: $(OLD_ICU_BUILD)/$(XML) $(NEW_ICU_BUILD)/$(XML) 95 APIChangeReport.md: $(OLD_ICU_BUILD)/$(XML) $(NEW_ICU_BUILD)/$(XML)
|
/third_party/python/Doc/library/ |
D | xml.rst | 3 XML Processing Modules 7 :synopsis: Package containing XML processing modules 16 Python's interfaces for processing XML are grouped in the ``xml`` package. 20 The XML modules are not secure against erroneous or maliciously 26 there be at least one SAX-compliant XML parser available. The Expat parser is 33 The XML handling submodules are: 36 XML processor 52 XML vulnerabilities 55 The XML processing modules are not secure against maliciously constructed data. 56 An attacker can abuse XML features to carry out denial of service attacks, [all …]
|
D | xmlrpc.client.rst | 1 :mod:`xmlrpc.client` --- XML-RPC client access 5 :synopsis: XML-RPC client access. 17 XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP(S) as a 20 supports writing XML-RPC client code; it handles all the details of translating 21 between conformable Python objects and XML on the wire. 40 remote XML-RPC server. The required first argument is a URI (Uniform Resource 49 XML; the default behaviour is for ``None`` to raise a :exc:`TypeError`. This is 50 a commonly-used extension to the XML-RPC specification, but isn't supported by 74 the remote server as part of the connection process when invoking an XML-RPC 86 Types that are conformable (e.g. that can be marshalled through XML), [all …]
|
D | xmlrpc.server.rst | 1 :mod:`xmlrpc.server` --- Basic XML-RPC servers 5 :synopsis: Basic XML-RPC server implementations. 14 The :mod:`xmlrpc.server` module provides a basic server framework for XML-RPC 32 functions that can be called by the XML-RPC protocol. The *requestHandler* 38 on to :mod:`xmlrpc.client` and control the XML-RPC responses that will be returned 54 Create a new instance to handle XML-RPC requests in a CGI environment. The 56 and control the XML-RPC responses that will be returned from the server. 79 alone XML-RPC servers. 84 Register a function that can respond to XML-RPC requests. If *name* is given, 126 Registers the XML-RPC introspection functions ``system.listMethods``, [all …]
|
D | xml.etree.elementtree.rst | 1 :mod:`xml.etree.ElementTree` --- The ElementTree XML API 14 for parsing and creating XML data. 36 XML tree and elements 39 XML is an inherently hierarchical data format, and the most natural way to 41 :class:`ElementTree` represents the whole XML document as a tree, and 44 on the :class:`ElementTree` level. Interactions with a single XML element 49 Parsing XML 52 We'll be using the following XML document as the sample data for this section: 90 :func:`fromstring` parses XML from a string directly into an :class:`Element`, 118 Not all elements of the XML input will end up as elements of the [all …]
|
D | xmlrpc.rst | 4 XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a 9 XML-RPC. The modules are:
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | namespaces | 1 XML namespaces 7 GStreamer uses XML to save a complete media pipeline. This 13 into the GStreamer generated XML in order to give more 17 the XML tree to describe the elements positions, the 21 And inherent problem with XML is that the use and naming of 32 with XML data of the GStreamer core. 42 XML namescapes. 44 Were a typical XML document without namespaces would look like: 95 Suppose we have a user app that wants to insert its own XML tags into 96 the core GStreamer XML pipelines, for the examples sake we will use the [all …]
|
/third_party/boost/libs/property_tree/doc/ |
D | xml_parser.qbk | 8 [section XML Parser] 9 [def __xml__ [@http://en.wikipedia.org/wiki/XML XML format]] 14 form. Unfortunately, there is no XML parser in __boost__ as of the 16 __RapidXML__ parser (currently in version 1.13) to provide XML parsing support. 17 RapidXML does not fully support the XML standard; it is not capable of parsing 30 This means that, in order to parse a UTF-8-encoded XML file into a wptree, you 34 XML / property tree conversion schema (__read_xml__ and __write_xml__): 36 * Each XML element corresponds to a property tree node. The child elements 38 * The attributes of an XML element are stored in the subkey [^<xmlattr>]. There 41 * XML comments are stored in nodes named [^<xmlcomment>], unless comment [all …]
|
/third_party/curl/tests/ |
D | getpart.pm | 190 if(open(XML, "<$file")) { 191 binmode XML; # for crapage systems, use binary 192 while(<XML>) { 195 close(XML); 215 if(open(XML, ">$file")) { 216 binmode XML; # for crapage systems, use binary 218 print XML $_; 220 close(XML);
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
D | Makefile | 52 XML = $(EGLXML) macro 57 default: $(XML) indices 67 $(XML): %.xhtml: ../%.xml $(DB2XHTML) 70 indices: Makefile makeindex.py $(XML) 74 $(RM) $(XML) index.php indexflat.php
|
/third_party/EGL/sdk/docs/man/ |
D | Makefile.convert | 24 XML = $(filter-out $(COPYFILES),$(patsubst $(OLDMAN)/%.xml,%.xml,$(SRCXML))) 29 $(XML): %.xml: $(OLDMAN)/%.xml $(DB4UPGRADE) 35 convert: $(XML) $(COPYFILES) 39 -rm -f $(XML) $(COPYFILES)
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/ |
D | Makefile.convert | 24 XML = $(filter-out $(COPYFILES),$(patsubst $(OLDMAN)/%.xml,%.xml,$(SRCXML))) 29 $(XML): %.xml: $(OLDMAN)/%.xml $(DB4UPGRADE) 35 convert: $(XML) $(COPYFILES) 39 -rm -f $(XML) $(COPYFILES)
|
/third_party/EGL/sdk/docs/man/html/ |
D | Makefile | 62 XML = $(EGLXML) macro 67 default: $(XML) indices 77 $(XML): %.xhtml: ../%.xml $(DB2XHTML) 80 indices: Makefile makeindex.py $(XML) 84 $(RM) $(XML) index.php indexflat.php
|
/third_party/python/Lib/test/ |
D | test_xml_etree.py | 284 self.assertEqual(ET.XML, ET.fromstring) 317 elem = ET.XML("<body><tag/></body>") 361 self.serialize_check(ET.XML("<tag>hello</tag>"), 363 self.serialize_check(ET.XML("<tag>hello</tag>"), 365 self.serialize_check(ET.XML("<tag><![CDATA[hello]]></tag>"), 384 elem = ET.XML(SAMPLE_XML) 398 e1 = ET.XML("<tag>hello<foo/></tag>") 528 element = ET.XML("<html><body>text</body></html>") 781 elem = ET.XML(SAMPLE_XML) 799 elem = ET.XML("<html><body>text</body></html>") [all …]
|
/third_party/libxml2/ |
D | libxml.spec.in | 3 Summary: Library providing XML and HTML support 21 This library allows to manipulate XML files. It includes support 22 to read, modify and write XML and HTML files. There is DTDs support 32 Summary: Libraries, includes, etc. to develop XML and HTML applications 40 Libraries, include files, etc you can use to develop XML applications. 41 This library allows to manipulate XML files. It includes support 42 to read, modify and write XML and HTML files. There is DTDs support 71 supplied by the libxml2 library to manipulate XML files. 73 This library allows to manipulate XML files. It includes support 74 to read, modify and write XML and HTML files. There is DTDs support [all …]
|
/third_party/libxml2/doc/html/ |
D | index.sgml | 173 <ANCHOR id="XML-SCHEMAS-ANYATTR-SKIP-CAPS" href="libxml/libxml-schemasInternals.html#XML-SCHEMAS-AN… 174 <ANCHOR id="XML-SCHEMAS-ANYATTR-LAX-CAPS" href="libxml/libxml-schemasInternals.html#XML-SCHEMAS-ANY… 175 <ANCHOR id="XML-SCHEMAS-ANYATTR-STRICT-CAPS" href="libxml/libxml-schemasInternals.html#XML-SCHEMAS-… 180 <ANCHOR id="XML-SCHEMAS-TYPE-MIXED-CAPS" href="libxml/libxml-schemasInternals.html#XML-SCHEMAS-TYPE… 181 <ANCHOR id="XML-SCHEMAS-ELEM-NILLABLE-CAPS" href="libxml/libxml-schemasInternals.html#XML-SCHEMAS-E… 182 <ANCHOR id="XML-SCHEMAS-ELEM-GLOBAL-CAPS" href="libxml/libxml-schemasInternals.html#XML-SCHEMAS-ELE… 183 <ANCHOR id="XML-SCHEMAS-ELEM-DEFAULT-CAPS" href="libxml/libxml-schemasInternals.html#XML-SCHEMAS-EL… 184 <ANCHOR id="XML-SCHEMAS-ELEM-FIXED-CAPS" href="libxml/libxml-schemasInternals.html#XML-SCHEMAS-ELEM… 185 <ANCHOR id="XML-SCHEMAS-ELEM-ABSTRACT-CAPS" href="libxml/libxml-schemasInternals.html#XML-SCHEMAS-E… 186 <ANCHOR id="XML-SCHEMAS-ELEM-TOPLEVEL-CAPS" href="libxml/libxml-schemasInternals.html#XML-SCHEMAS-E… [all …]
|
/third_party/libxml2/os400/ |
D | xmlcatalog.cmd | 9 CMD PROMPT('XML/SGML catalog tool') 16 PROMPT('XML/SGML catalog file') 18 /* Catalog kind: XML/SGML. */ 21 EXPR(*YES) RSTD(*YES) DFT(*XML) + 22 SPCVAL((*XML '') (*SGML '--sgml')) + 33 /* Convert SGML to XML catalog. */ 38 PROMPT('Convert SGML to XML catalog')
|
/third_party/libxml2/os400/libxmlrpg/ |
D | c14n.rpgle | 1 * Summary: Provide Canonical XML and Exclusive XML Canonicalization 4 * "Canonical XML" implementation 9 * "Exclusive XML Canonicalization" implementation 28 * XML Canonicazation 31 * Exclusive XML Canonicazation 34 * Canonical form of an XML document could be created if and only if
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
D | README.md | 1 # OpenGL XML API Registry 3 This directory contains the OpenGL, GLX, and WGL XML API registries, in 12 The 'validate' Makefile target uses the 'jing' tool to confirm that each XML 17 XML files.
|
/third_party/openGLES/xml/ |
D | README.md | 1 # OpenGL XML API Registry 3 This directory contains the OpenGL, GLX, and WGL XML API registries, in 12 The 'validate' Makefile target uses the 'jing' tool to confirm that each XML 17 XML files.
|
D | README.adoc | 4 # OpenGL XML API Registry 6 This directory contains the OpenGL, GLX, and WGL XML API registries, in 15 The 'validate' Makefile target uses the 'jing' tool to confirm that each XML 20 XML files.
|
/third_party/mesa3d/docs/_extra/specs/ |
D | EGL_MESA_query_driver.txt | 37 obtaining driver's option list (UTF-8 encoded XML) of a driver 40 XML file formally describes all available options and also 43 The XML shall respect the following DTD: 68 driverConfig options of the driver in XML format. 77 If the implementation does not have enough resources to allocate the XML then an
|