| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/ |
| H A D | docbook-xml-update-catalog.xml.patch | 24 +<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" 30 +<!-- XML Catalog data for DocBook XML V4.0............................... --> 43 + See XML Catalogs at http://www.oasis-open.org/committees/entity/ for 50 +<public publicId="-//Norman Walsh//DTD DocBk XML V4.0//EN" 53 +<!-- Other ways to refer to DocBook XML v4.0............................... --> 54 +<public publicId="-//Norman Walsh//DTD DocBook XML V4.0//EN" 63 +<public publicId="-//Norman Walsh//ENTITIES DocBook XML Notations V4.0//EN" 66 +<public publicId="-//Norman Walsh//ENTITIES DocBook XML Character Entities V4.0//EN" 69 +<public publicId="-//Norman Walsh//ELEMENTS DocBook XML Information Pool V4.0//EN" 72 +<public publicId="-//Norman Walsh//ELEMENTS DocBook XML Document Hierarchy V4.0//EN" [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/ |
| H A D | libxml-simple-perl_2.25.bb | 1 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" 18 S = "${WORKDIR}/XML-Simple-${PV}"
|
| H A D | libxml-perl_0.08.bb | 2 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" 15 SRC_URI = "http://www.cpan.org/modules/by-module/XML/${BPN}-${PV}.tar.gz"
|
| H A D | libxml-parser-perl_2.46.bb | 1 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 \ 16 S = "${WORKDIR}/XML-Parser-${PV}"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libxml/ |
| H A D | libxml-sax-writer-perl_0.57.bb | 1 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 = "http://search.cpan.org/dist/XML-SAX-Writer/" 15 SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz" 21 S = "${WORKDIR}/XML-SAX-Writer-${PV}"
|
| H A D | libxml-filter-buffertext-perl_1.01.bb | 1 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 = "http://search.cpan.org/dist/XML-Filter-BufferText/" 15 SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz" 21 S = "${WORKDIR}/XML-Filter-BufferText-${PV}"
|
| H A D | libxml-libxml-perl_2.0134.bb | 2 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 = "http://search.cpan.org/dist/XML-LibXML-1.99/" 25 SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-${PV}.tar.gz;name=libxml \ 36 S = "${WORKDIR}/XML-LibXML-${PV}" 47 FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/XML/LibXML/.debug/"
|
| /OK3568_Linux_fs/buildroot/package/neon/ |
| H A D | Config.in | 25 # Neon has XML support, either provided by Expat or libxml2. 31 bool "XML support with expat" 35 Enable XML support in neon, using the Expat XML library. 38 bool "XML support with libxml2" 41 Enable XML support in neon, using the libxml2 XML library.
|
| /OK3568_Linux_fs/buildroot/package/libxslt/ |
| H A D | Config.in | 6 to transform XML files to other XML files. 9 which is a stylesheet language for XML. 10 In addition to XSLT, XSL includes an XML vocabulary 12 XSL specifies the styling of an XML document by using XSLT 14 XML document that uses the formatting vocabulary.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/perl/ |
| H A D | libxml-namespacesupport-perl_1.12.bb | 2 HOMEPAGE = "http://veillard.com/XML/" 3 DESCRIPTION = "XML::NamespaceSupport offers a simple way to process namespace-based XML names. \ 10 SRCNAME = "XML-NamespaceSupport" 18 UPSTREAM_CHECK_REGEX = "XML\-NamespaceSupport\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
|
| H A D | libxml-sax-perl_1.02.bb | 1 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" 23 S = "${WORKDIR}/XML-SAX-${PV}"
|
| H A D | libxml-sax-base-perl_1.09.bb | 2 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" 20 S = "${WORKDIR}/XML-SAX-Base-${PV}"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/pugixml/ |
| H A D | pugixml_1.12.bb | 1 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 \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/intltool/intltool/ |
| H A D | remove-perl-check.patch | 7 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 D | noperlcheck.patch | 30 -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])
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/xmlsec1/ |
| H A D | xmlsec1_1.2.33.bb | 1 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". \
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iqConverTer/ |
| H A D | make-x86.sh | 33 XML=$file 35 echo ">>>>>> Converting $XML to $JSON <<<<<<" 36 $BIN $XML $JSON
|
| /OK3568_Linux_fs/buildroot/package/libxmlrpc/ |
| H A D | Config.in | 6 XML-RPC is a quick-and-easy way to make procedure calls over 7 the Internet. It converts the procedure call into an XML 9 back the response as XML.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/expat/ |
| H A D | expat_2.5.0.bb | 1 SUMMARY = "A stream-oriented XML parser library" 2 … XML parser library written in C. It is a stream-oriented parser in which an application registers…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/itstool/ |
| H A D | itstool_2.0.7.bb | 1 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 \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/xmlstarlet/ |
| H A D | xmlstarlet_1.6.1.bb | 1 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 \
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | docbook.am | 2 # Generate output formats for a single DocBook/XML with/without chapters 6 # docbook: the main DocBook/XML file, no chapters, appendix or image files 17 # DocBook/XML generated output formats to be installed 20 # DocBook/XML file with chapters, appendix and images it includes
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/intltool/ |
| H A D | intltool_0.51.0.bb | 1 SUMMARY = "Utility scripts for internationalizing XML" 3 …internationalizing XML. This tool automatically extracts translatable strings from oaf, glade, bon…
|
| /OK3568_Linux_fs/buildroot/package/mxml/ |
| H A D | Config.in | 2 bool "Mini-XML" 4 Lightweight XML Library
|
| /OK3568_Linux_fs/buildroot/package/perl-xml-sax/ |
| H A D | Config.in | 6 Simple API for XML. 8 https://metacpan.org/release/XML-SAX
|