Home
last modified time | relevance | path

Searched refs:XML (Results 1 – 25 of 123) sorted by relevance

12345

/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/
H A Ddocbook-xml-update-catalog.xml.patch16 +<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
22 +<!-- XML Catalog data for DocBook XML V4.1.2............................... -->
35 + See XML Catalogs at http://www.oasis-open.org/committees/entity/ for
42 +<public publicId="-//OASIS//DTD DocBook XML V4.1.2//EN"
58 +<public publicId="-//OASIS//DTD XML Exchange Table Model 19990315//EN"
61 +<public publicId="-//OASIS//ELEMENTS DocBook XML Information Pool V4.1.2//EN"
77 +<!-- End of catalog data for DocBook XML V4.1.2 ............................. -->
86 +<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
93 <public publicId="-//OASIS//DTD DocBook XML V4.2//EN"
112 -<public publicId="ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML"
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/perl/
H A Dlibxml-simple-perl_2.25.bb1 SUMMARY = "Perl module for reading and writing XML"
2 DESCRIPTION = "The XML::Simple Perl module provides a simple API layer \
3 on top of an underlying XML parsing module to maintain XML files \
4 (especially configuration files). It is a blunt rewrite of XML::Simple \
5 (by Grant McLean) to use the XML::LibXML parser for XML structures, \
7 HOMEPAGE = "http://search.cpan.org/~markov/XML-LibXML-Simple-0.93/lib/XML/LibXML/Simple.pod"
13 SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz"
17 S = "${WORKDIR}/XML-Simple-${PV}"
H A Dlibxml-perl_0.08.bb2 documents for working with XML in Perl. libxml-perl software \
3 works in combination with XML::Parser, PerlSAX, XML::DOM, \
4 XML::Grove and others."
6 SUMMARY = "Collection of Perl modules for working with XML"
14 SRC_URI = "http://www.cpan.org/modules/by-module/XML/${BPN}-${PV}.tar.gz"
H A Dlibxml-parser-perl_2.47.bb1 SUMMARY = "XML::Parser - A perl module for parsing XML documents"
9 SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz \
15 S = "${WORKDIR}/XML-Parser-${PV}"
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/
H A Dlibxml-sax-writer-perl_0.57.bb1 SUMMARY = "XML::SAX::Writer - SAX2 Writer"
3 XML::SAX::Writer helps to serialize SAX2 representations of XML documents to \
5 XML escaping conventions, and so forth. It is still considered alpha, \
6 although it has been put to limited use in settings such as XML::LibXML and \
7 the AxKit XML Application Server. \
11 HOMEPAGE = "https://metacpan.org/dist/XML-SAX-Writer"
15 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz"
20 S = "${WORKDIR}/XML-SAX-Writer-${PV}"
H A Dlibxml-filter-buffertext-perl_1.01.bb1 SUMMARY = "XML::Filter::BufferText - Filter to put all characters() in one event"
3 The XML::Filter::BufferText module is a very simple filter. One common \
4 cause of grief (and programmer error) is that XML parsers aren't required \
11 HOMEPAGE = "https://metacpan.org/dist/XML-Filter-BufferText"
15 SRC_URI = "${CPAN_MIRROR}/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz"
20 S = "${WORKDIR}/XML-Filter-BufferText-${PV}"
H A Dlibxml-libxml-perl_2.0134.bb2 DESCRIPTION = "This module is an interface to libxml2, providing XML and HTML parsers \
4 interface and a XML::XPath-like interface to XPath API of libxml2. \
6 section; unless stated otherwise, you only need to use XML::LibXML; in \
9 HOMEPAGE = "https://metacpan.org/dist/XML-LibXML"
25 SRC_URI = "${CPAN_MIRROR}/authors/id/S/SH/SHLOMIF/XML-LibXML-${PV}.tar.gz;name=libxml \
37 S = "${WORKDIR}/XML-LibXML-${PV}"
48 FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/XML/LibXML/.debug/"
/openbmc/openbmc/poky/meta/recipes-extended/perl/
H A Dlibxml-namespacesupport-perl_1.12.bb2 HOMEPAGE = "http://veillard.com/XML/"
3 DESCRIPTION = "XML::NamespaceSupport offers a simple way to process namespace-based XML names. \
10 SRCNAME = "XML-NamespaceSupport"
17 UPSTREAM_CHECK_REGEX = "XML\-NamespaceSupport\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
H A Dlibxml-sax-perl_1.02.bb1 SUMMARY = "Perl module for using and building Perl SAX2 XML processors"
2 HOMEPAGE = "http://search.cpan.org/dist/XML-SAX/"
3 DESCRIPTION = "XML::SAX consists of several framework classes for using and \
4 building Perl SAX2 XML parsers, filters, and drivers. It is designed \
18 SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-${PV}.tar.gz"
22 S = "${WORKDIR}/XML-SAX-${PV}"
H A Dlibxml-sax-base-perl_1.09.bb2 HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Base/"
15 SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-Base-${PV}.tar.gz"
19 S = "${WORKDIR}/XML-SAX-Base-${PV}"
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-xmlpatch.bbclass1 #This class applies patches to an XML file during do_patch(). The
2 #patches themselves are specified in XML in a separate file that must
3 #be in SRC_URI and end in .patch.xml. The patch XML file must also
7 #See patchxml.py for details on the XML patch format.
46 bb.fatal("Could not find XML file to patch: " + xml)
48 print("Applying XML fixes found in " + patch_file + " to " + xml)
62 bb.fatal("Failed patching XML:\n%s" % e.output)
/openbmc/docs/designs/
H A Dremote-bios-configuration.md89 two types of proprietary XML format files in BIOS configuration. Type-0 contain
90 full BIOS variables in XML format. (Generated by BIOS) Type-1 contain modified
91 BIOS variables in XML format. (Generated by BMC)
94 must send compressed proprietary XML type 0 file via IPMI command to the BMC.
96 IPMI interface should decompress & validate the received XML Type 0. IPMI
97 interface should convert the XML Type 0 into native to D-bus format and send to
100 During BDS phase in BIOS. BIOS must get the existing XML info from BMC. If XML
101 version/checksum is mismatch or XML Type 0 is not present in BMC, then BIOS must
102 send XML type 0 to the BMC. If XML version and XML checksum matched & pending
103 BIOS attributes list exist (XML Type 1) in BMC then BIOS must get pending BIOS
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pugixml/
H A Dpugixml_1.15.bb1 SUMMARY = "Light-weight C++ XML Processing Library"
2 DESCRIPTION = "pugixml is a C++ XML processing library, which consists of a \
4 an extremely fast XML parser which constructs the DOM tree from \
5 n XML file/buffer, and an XPath 1.0 implementation for complex \
/openbmc/openbmc/poky/meta/recipes-devtools/intltool/intltool/
H A Dremove-perl-check.patch7 perl which doesn't have XML::Parser installed, despite the fact that intltool
8 will work fine as nativeperl has XML::Parser.
35 - AC_MSG_CHECKING([for XML::Parser])
36 - if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
39 - AC_MSG_ERROR([XML::Parser perl module is required for intltool])
H A Dnoperlcheck.patch30 -AC_MSG_CHECKING([for XML::Parser])
31 -if `$PERL -e "require XML::Parser" 2>/dev/null`; then
34 - AC_MSG_ERROR([XML::Parser perl module is required for intltool])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/
H A Dxmlsec1_1.3.7.bb1 SUMMARY = "XML Security Library is a C library based on LibXML2"
3 XML Security Library is a C library based on \
5 XML security standards "XML Digital Signature" and "XML Encryption". \
/openbmc/phosphor-mrw-tools/docs/
H A Dmrw-xml-requirements.md4 readable workbook XML generated by
13 The system inventory can be generated from the MRW XML. The inventory typically
26 The BMC device tree can be generated from the MRW XML. For the full device tree
28 modeled in the MRW XML. For a system built with parts that already have existing
29 XML representations, there are only a few attributes that need to be set. If a
35 data that is either already built into the XML representations of the existing
51 into the XML representation and don't need to be updated when the device is
54 > Note: The AST2500 is currently the only BMC XML model that contains all of the
110 When creating a new XML device model, this attribute should be used to specify
116 This attribute is also only required when creating a new XML representation of
[all …]
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Dformatter.py36 XML = 'xml' variable in Formatter
45 if language == self.XML:
159 super(XMLFormatter, self).__init__(self.XML, *args, **kwargs)
184 Formatter(Formatter.XML, entity_substitution=None)
/openbmc/qemu/tests/qemu-iotests/sample_images/
H A Dparallels-with-bitmap.sh24 XML=$DIR/DiskDescriptor.xml
41 dev=$(ploop mount $XML | sed -n 's/^Adding delta dev=\(\/dev\/ploop[0-9]\+\).*/\1/p')
45 ploop umount $XML # bitmap name will be in the output
/openbmc/openbmc/poky/meta/recipes-core/expat/
H A Dexpat_2.7.1.bb1 SUMMARY = "A stream-oriented XML parser library"
2XML parser library written in C. It is a stream-oriented parser in which an application registers…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-defusedxml_0.7.1.bb1 SUMMARY = "XML bomb protection for Python stdlib modules"
2 DESCRIPTION = "Python package with modified subclasses of all stdlib XML \
/openbmc/openbmc/poky/meta/recipes-support/itstool/
H A Ditstool_2.0.7.bb1 SUMMARY = "ITS Tool allows you to translate your XML documents with PO files"
2 DESCRIPTION = "It extracts messages from XML files and outputs PO template \
4 XML files. It determines what to translate and how to chunk it into \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/
H A Dxmlstarlet_1.6.1.bb1 SUMMARY = "Command line XML toolkit"
2 DESCRIPTION = "XMLStarlet is a command line XML toolkit which can be used to \
3 transform, query, validate, and edit XML documents and files \
/openbmc/openbmc/poky/meta/recipes-devtools/intltool/
H A Dintltool_0.51.0.bb1 SUMMARY = "Utility scripts for internationalizing XML"
3 …internationalizing XML. This tool automatically extracts translatable strings from oaf, glade, bon…
/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/
H A Dnpcm7xx-bingo-native_0.0.6.bb1 SUMMARY = "XML-based binary image generator"
2 DESCRIPTION = "XML-based binary image generator"

12345