Home
last modified time | relevance | path

Searched refs:xinclude (Results 1 – 25 of 30) sorted by relevance

12

/external/bzip2/
Dxmlproc.sh83 xsltproc --nonet --xinclude -o $htmlfile $xsl_html $xmlfmtfile
89 xsltproc --nonet --xinclude -o $fofile $xsl_fo $xmlfmtfile
98 xsltproc --nonet --xinclude -o $fofile $xsl_fo $xmlfmtfile
/external/libxml2/result/XInclude/
Dnodes3.xml.rdr7 1 1 xinclude:include 1 0
/external/libxml2/include/libxml/
DMakefile.am21 xinclude.h \
/external/parameter-framework/upstream/tools/xmlValidator/
DxmlValidator.py86 xmlContent.xinclude()
/external/libxml2/
Dlibxml2.syms531 # xinclude
1478 # xinclude
1747 # xinclude
1804 # xinclude
2172 # xinclude
2230 # xinclude
DREADME.zOS28 HTMLtree.o debugXML.o xpath.o xpointer.o xinclude.o \
60 debugXML.c xpath.c xpointer.c xinclude.c nanohttp.c nanoftp.c \
80 + HTMLtree.o debugXML.o xpath.o xpointer.o xinclude.o \
DAndroid.bp59 "xinclude.c",
DMakefile.am51 xpointer.c xinclude.c nanohttp.c nanoftp.c \
592 …$(CHECKER) $(top_builddir)/xmllint --nowarning --xinclude $$i > $(srcdir)/result/XInclude/$$name 2…
595 …log=`$(CHECKER) $(top_builddir)/xmllint --nowarning --xinclude $$i > result.$$name 2>error.$$name …
624 …$(CHECKER) $(top_builddir)/xmllint --nowarning --xinclude --stream --debug $$i > $(srcdir)/result/…
627 …log=`$(CHECKER) $(top_builddir)/xmllint --nowarning --xinclude --stream --debug $$i > result.$$nam…
642 …log=`$(CHECKER) $(top_builddir)/xmllint --nowarning --xinclude --stream --debug $$i > result.$$nam…
1250 check-xsddata-test-suite.py check-xinclude-test-suite.py \
DChangeLog386 * include/libxml/parser.h xinclude.c xmllint.c: patch based on
775 * parser.c xinclude.c: patch from Vasily Chekalkin fixes memory
888 * xinclude.c: fixed the behaviour when XIncluding a fragment
1086 * xinclude.c: applied patch from bug #454608 from Patrik Fimml.
1375 * xinclude.c: fixed problem with invalid char encountered
1450 * xinclude.c: another XInclude user data propagation patch from
1688 * xinclude.c include/libxml/xinclude.h: applied a patch from Michael Day
1967 * xinclude.c: fix bug #343968, include='text' can't lead to a
2276 * runtest.c schematron.c testAutomata.c tree.c valid.c xinclude.c
3392 * xinclude.c: fixed bug #302302, nasty but the fix is rather simple.
[all …]
Dxmllint.c163 static int xinclude = 0; variable
2421 if (xinclude) { in parseAndPrintFile()
3281 xinclude++; in main()
3286 xinclude++; in main()
3292 xinclude++; in main()
Dxmlreader.c173 int xinclude; /* is xinclude asked for */ member
1518 if ((reader->xinclude) && (reader->node != NULL) && in xmlTextReaderRead()
2171 ret->xinclude = 0; in xmlNewTextReader()
5274 reader->xinclude = 1; in xmlTextReaderSetup()
5278 reader->xinclude = 0; in xmlTextReaderSetup()
Dconfigure.ac185 AC_ARG_WITH(xinclude, optwith
186 [ --with-xinclude add the XInclude support (on)])
1342 XINCLUDE_OBJ=xinclude.o
/external/libxml2/doc/devhelp/
DMakefile.am41 libxml2-xinclude.html \
/external/libxml2/VxWorks/
DMakefile46 xinclude.o xlink.o xmlcatalog.o xmlIO.o \
/external/libxml2/win32/
DMakefile.msvc139 $(XML_INTDIR)\xinclude.obj\
185 $(XML_INTDIR_A)\xinclude.obj\
231 $(XML_INTDIR_A_DLL)\xinclude.obj\
DMakefile.mingw137 $(XML_INTDIR)/xinclude.o\
185 $(XML_INTDIR_A)/xinclude.o\
DMakefile.bcb145 $(XML_INTDIR)\xinclude.obj\
191 $(XML_INTDIR_A)\xinclude.obj\
/external/valgrind/docs/
DMakefile.am113 LINT_FLAGS = --noblanks --noout --xinclude --postvalid --noent
120 XSLTPROC_FLAGS = --nonet --xinclude
DMakefile.in391 LINT_FLAGS = --noblanks --noout --xinclude --postvalid --noent
398 XSLTPROC_FLAGS = --nonet --xinclude
/external/libxml2/doc/html/
Dindex.sgml568 <ANCHOR id="libxml-xinclude" href="libxml/libxml-xinclude.html">
569 <ANCHOR id="XINCLUDE-NS-CAPS" href="libxml/libxml-xinclude.html#XINCLUDE-NS-CAPS">
570 <ANCHOR id="XINCLUDE-NODE-CAPS" href="libxml/libxml-xinclude.html#XINCLUDE-NODE-CAPS">
571 <ANCHOR id="XINCLUDE-FALLBACK-CAPS" href="libxml/libxml-xinclude.html#XINCLUDE-FALLBACK-CAPS">
572 <ANCHOR id="XINCLUDE-HREF-CAPS" href="libxml/libxml-xinclude.html#XINCLUDE-HREF-CAPS">
573 <ANCHOR id="XINCLUDE-PARSE-CAPS" href="libxml/libxml-xinclude.html#XINCLUDE-PARSE-CAPS">
574 <ANCHOR id="XINCLUDE-PARSE-XML-CAPS" href="libxml/libxml-xinclude.html#XINCLUDE-PARSE-XML-CAPS">
575 <ANCHOR id="XINCLUDE-PARSE-TEXT-CAPS" href="libxml/libxml-xinclude.html#XINCLUDE-PARSE-TEXT-CAPS">
576 <ANCHOR id="XINCLUDE-PARSE-ENCODING-CAPS" href="libxml/libxml-xinclude.html#XINCLUDE-PARSE-ENCODING…
577 <ANCHOR id="xmlXIncludeCtxt" href="libxml/libxml-xinclude.html#xmlXIncludeCtxt">
[all …]
/external/libxml2/os400/libxmlrpg/
Dxinclude.rpgle5 * http://www.w3.org/TR/2003/WD-xinclude-20031110
/external/python/cpython2/Lib/test/
Dtest_xml_etree.py1344 def xinclude(): function
/external/libxml2/os400/
Dxmllint.cmd132 (*XINCLUDE '--xinclude') +
/external/parameter-framework/upstream/schemas/
DREADME.md7 …xmllint --xinclude --noout --schema ParameterFrameworkConfiguration.xsd /path/to/your/ParameterFra…
/external/libxml2/doc/
DMakefile.am126 html/libxml-xinclude.html \

12