HomeSort by relevance Sort by last modified time
    Searched refs:sgml (Results 1 - 10 of 10) sorted by null

  /external/elfutils/doc/
Makefile.am 16 EXTRA_DIST = elfutils.sgml
21 # from the SGML sources.
26 $(srcdir)%.dvi: %.sgml
28 $(srcdir)%.pdf: %.sgml
Makefile 157 EXTRA_DIST = elfutils.sgml
308 # from the SGML sources.
313 $(srcdir)%.dvi: %.sgml
315 $(srcdir)%.pdf: %.sgml
  /external/iproute2/doc/
Makefile 16 HTMLFILES=$(subst .sgml,.html,$(shell echo *.sgml))
31 %.dvi: %.sgml
47 %.html: %.sgml
52 install -m 0644 $(shell echo *.sgml) $(DESTDIR)$(DOCDIR)
  /external/bluetooth/glib/docs/reference/glib/
Makefile.am 9 # The top-level SGML file.
10 DOC_MAIN_SGML_FILE=glib-docs.sgml
19 MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=g
55 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
57 cross.sgml \
58 running.sgml \
59 building.sgml \
60 changes.sgml \
61 compiling.sgml \
62 resources.sgml \
    [all...]
  /external/webkit/WebKit/gtk/docs/
GNUmakefile.am 14 # The top-level SGML file. You can change this if you want to.
15 DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
31 # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
32 MKDB_OPTIONS=--sgml-mode --output-format=xml --source-suffixes=h,c,cpp
56 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
57 # e.g. content_files=running.sgml building.sgml changes-2.0.sgml
60 # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
62 # e.g. expand_content_files=running.sgml
    [all...]
  /external/bluetooth/glib/docs/reference/gobject/
Makefile.am 9 # The top-level SGML file.
10 DOC_MAIN_SGML_FILE=gobject-docs.sgml
20 MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=g
46 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
  /external/libxml2/
catalog.c 4 * Reference: SGML Open Technical Resolution TR9401:1997.
74 #define XML_SGML_DEFAULT_CATALOG "file:///etc/sgml/catalog"
151 xmlCatalogType type; /* either XML or SGML */
154 * SGML Catalogs are stored as a simple hash table of catalog entries
156 * SGML catalog
161 xmlHashTablePtr sgml; member in struct:_xmlCatalog
265 * SGML catalogs, but the acceptable types values differs.
403 * SGML catalogs, but the acceptable types values differs.
422 ret->sgml = xmlHashCreate(10);
438 if (catal->sgml != NULL
2796 const xmlChar *sgml; local
2831 const xmlChar *sgml; local
2878 const xmlChar *sgml; local
2913 const xmlChar *sgml; local
    [all...]
xmlcatalog.c 34 static int sgml = 0; variable
46 #define XML_SGML_DEFAULT_CATALOG "/etc/sgml/catalog"
218 if (sgml) {
317 \t--sgml : handle SGML Super catalogs for --add and --del\n\
321 \t--add 'entry' : add an SGML entry\n", name);
326 \t and with --sgml it automatically updates the super catalog\n\
327 \t--no-super-update: do not update the SGML super catalog\n\
360 } else if ((!strcmp(argv[i], "-sgml")) ||
361 (!strcmp(argv[i], "--sgml"))) {
    [all...]
  /external/libxml2/include/libxml/
catalog.h 4 * XML Catalogs and SGML catalogs
6 * SGML Open Technical Resolution TR9401:1997.
70 xmlNewCatalog (int sgml);
  /dalvik/docs/
prettify.js 162 /** token style for an sgml tag. */
168 /** token style for an sgml attribute name. */
170 /** token style for an sgml attribute value. */
    [all...]

Completed in 807 milliseconds