/external/libxml2/include/libxml/ |
catalog.h | 4 * XML Catalogs and SGML catalogs 9 * XML Catalogs Working Draft 06 August 2001 35 * The namespace for the XML Catalogs elements. 144 * Strictly minimal interfaces for per-document catalogs used 148 xmlCatalogFreeLocal (void *catalogs); 150 xmlCatalogAddLocal (void *catalogs, 153 xmlCatalogLocalResolve (void *catalogs, 157 xmlCatalogLocalResolveURI(void *catalogs,
|
parser.h | 260 void *catalogs; /* document's own catalog */ member in struct:_xmlParserCtxt [all...] |
/external/libxml2/ |
Makefile.am | 646 -@(for i in $(srcdir)/test/catalogs/*.script ; do \ 648 xml=$(srcdir)/test/catalogs/`basename $$i .script`.xml; \ 650 if [ ! -f $(srcdir)/result/catalogs/$$name ] ; then \ 652 $(CHECKER) $(top_builddir)/xmlcatalog --shell $$xml < $$i 2>&1 > $(srcdir)/result/catalogs/$$name ; \ 657 diff $(srcdir)/result/catalogs/$$name result.$$name` ; \ 661 -@(for i in $(srcdir)/test/catalogs/*.script ; do \ 663 sgml=$(srcdir)/test/catalogs/`basename $$i .script`.sgml; \ 665 if [ ! -f $(srcdir)/result/catalogs/$$name ] ; then \ 667 $(CHECKER) $(top_builddir)/xmlcatalog --shell $$sgml < $$i > $(srcdir)/result/catalogs/$$name ; \ 672 diff $(srcdir)/result/catalogs/$$name result.$$name` ; [all...] |
catalog.c | 7 * XML Catalogs Working Draft 06 August 2001 158 * SGML Catalogs are stored as a simple hash table of catalog entries 168 * XML Catalogs are stored as a tree of Catalog entries 188 * Hash table containing all the trees of XML catalogs parsed by 269 * SGML catalogs, but the acceptable types values differs. 407 * SGML catalogs, but the acceptable types values differs. 450 * Serializing Catalogs * 714 * Converting SGML Catalogs to XML * 3115 const char *catalogs; local [all...] |
xmlcatalog.c | 2 * xmlcatalog.c : a small utility program to handle XML catalogs 315 \t--sgml : handle SGML Super catalogs for --add and --del\n\ 434 * Maintenance of SGML catalogs.
|
parserInternals.c | [all...] |
xmlIO.c | [all...] |
xmllint.c | 188 static int catalogs = 0; variable [all...] |
HTMLparser.c | [all...] |
parser.c | [all...] |
testapi.c | 6078 void * catalogs; \/* a document's list of catalogs *\/ local 6126 void * catalogs; \/* a document's list of catalogs *\/ local [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
OldConnectionTest.java | 672 String[] catalogs = { "test", "test1", "test" }; local 675 for (int i = 0; i < catalogs.length; i++) { 676 conn.setCatalog(catalogs[i]); 677 assertNull(catalogs[i], conn.getCatalog()); 692 String[] catalogs = { "test"}; 695 for (int i = 0; i < catalogs.length; i++) { 696 conn.setCatalog(catalogs[i]); 698 assertEquals(catalogs[i], conn.getCatalog()); 713 String[] catalogs = { "sqlite_test", "sqlite_test1", "sqlite_test" }; 716 for (int i = 0; i < catalogs.length; i++) 755 String[] catalogs = { "sqlite_test", "sqlite_test1", "sqlite_test" }; local [all...] |
/external/clang/docs/analyzer/ |
make.bat | 34 echo. gettext to make PO message catalogs 160 echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
|
/external/clang/docs/ |
make.bat | 34 echo. gettext to make PO message catalogs 160 echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
|
/external/llvm/docs/ |
make.bat | 34 echo. gettext to make PO message catalogs 160 echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
|
/external/elfutils/src/po/ |
Makefile | 114 CATALOGS = de.gmo es.gmo ja.gmo pl.gmo uk.gmo en@quot.gmo en@boldquot.gmo 157 # message catalogs shall be used. It is usually empty. 196 # stamp-po is a timestamp denoting the last time at which the CATALOGS have 199 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent 201 # if updating the $(CATALOGS) would always touch them; however, the rule for 315 @catalogs='$(CATALOGS)'; \ 316 for cat in $$catalogs; do \ 366 @catalogs='$(CATALOGS)'; \ [all...] |
/prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/ |
xml-resolver-1.2.jar | |
/external/libxml2/python/ |
libxml.c | [all...] |
/frameworks/base/docs/html/training/ |
training_toc.cs | [all...] |