/external/iputils/doc/ |
index.db | 3 <!ENTITY ping SYSTEM "ping.sgml"> 4 <!ENTITY rdisc SYSTEM "rdisc.sgml"> 5 <!ENTITY arping SYSTEM "arping.sgml"> 6 <!ENTITY clockdiff SYSTEM "clockdiff.sgml"> 7 <!ENTITY tracepath SYSTEM "tracepath.sgml"> 8 <!ENTITY traceroute6 SYSTEM "traceroute6.sgml"> 9 <!ENTITY rarpd SYSTEM "rarpd.sgml"> 10 <!ENTITY ninfod SYSTEM "ninfod.sgml"> 11 <!ENTITY tftpd SYSTEM "tftpd.sgml"> 12 <!ENTITY pg3 SYSTEM "pg3.sgml"> [all...] |
docbook2man-spec.pl | 10 nsgmls some-docbook-document.sgml | sgmlspl docbook2man-spec.pl 21 Trying docbook2man on non-DocBook or non-conformant SGML results in 71 sgml('start', sub { 80 sgml('end', sub { 96 # Our own version of sgml() and output() to allow simple string output 102 return &sgml; 114 sgml($_[0], eval('sub { output "\n" unless $newline_last++; }')); 116 sgml($_[0], eval("sub { output \"\\n\" unless \$newline_last++; output '$s'; }")); 118 sgml($_[0], eval("sub { output \"\\n\" unless \$newline_last; output '$s'; \$newline_last = 0; }")); 122 sgml($_[0], eval("sub { output '$s'; \$newline_last = 1; }")) [all...] |
Makefile | 1 SGMLFILES=$(shell echo *.sgml) 2 HTMLFILES=$(subst .sgml,.html,$(SGMLFILES)) index.html 3 MANFILES=$(subst .sgml,.8,$(SGMLFILES))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/xmltestdata/ |
test.xml | 56 <H2>History: XML and SGML</H2> 59 <LI>XML is a subset of SGML.</LI> 61 <LI>SGML allows the separation of abstract content from formatting.</LI> 77 <LI>Stylesheets specify the formatting of SGML/XML documents.</LI> 100 <LI>FOSI's are SGML documents
|
test.xml.out | 56 <H2>History: XML and SGML</H2> 59 <LI>XML is a subset of SGML.</LI> 61 <LI>SGML allows the separation of abstract content from formatting.</LI> 77 <LI>Stylesheets specify the formatting of SGML/XML documents.</LI> 100 <LI>FOSI's are SGML documents
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/xmltestdata/ |
test.xml | 56 <H2>History: XML and SGML</H2> 59 <LI>XML is a subset of SGML.</LI> 61 <LI>SGML allows the separation of abstract content from formatting.</LI> 77 <LI>Stylesheets specify the formatting of SGML/XML documents.</LI> 100 <LI>FOSI's are SGML documents
|
test.xml.out | 56 <H2>History: XML and SGML</H2> 59 <LI>XML is a subset of SGML.</LI> 61 <LI>SGML allows the separation of abstract content from formatting.</LI> 77 <LI>Stylesheets specify the formatting of SGML/XML documents.</LI> 100 <LI>FOSI's are SGML documents
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
Makefile | 12 for i in $(FILES); do docbook2man $$i.sgml; done 15 for i in $(FILES); do docbook2html $$i.sgml && \ 19 for i in $(FILES); do docbook2pdf $$i.sgml; done
|
/external/iproute2/doc/ |
Makefile | 16 HTMLFILES=$(subst .sgml,.html,$(shell echo *.sgml)) 34 %.dvi: %.sgml 55 %.html: %.sgml 60 install -m 0644 $(shell echo *.sgml) $(DESTDIR)$(DOCDIR)
|
/external/chromium_org/third_party/libxml/src/ |
DOCBparser.c | 2 * DOCBparser.c : an attempt to parse SGML Docbook documents 29 * plus SGML entities block of chars out. 55 * @ctxt: an SGML parser context 57 * parse an SGML document (and build a tree if using the standard SAX 79 * @ctxt: an SGML parser context 135 * Create a parser context for using the DocBook SGML parser in push mode 164 * @encoding: a free form C string describing the SGML document encoding, or NULL 168 * parse an SGML in-memory document and build a tree. 196 * @encoding: a free form C string describing the SGML document encoding, or NULL 198 * parse an SGML in-memory document and build a tree [all...] |
xmlcatalog.c | 34 static int sgml = 0; variable 46 #define XML_SGML_DEFAULT_CATALOG "/etc/sgml/catalog" 215 if (sgml) { 314 \t--sgml : handle SGML Super catalogs for --add and --del\n\ 318 \t--add 'entry' : add an SGML entry\n", name); 323 \t and with --sgml it automatically updates the super catalog\n\ 324 \t--no-super-update: do not update the SGML super catalog\n\ 357 } else if ((!strcmp(argv[i], "-sgml")) || 358 (!strcmp(argv[i], "--sgml"))) { [all...] |
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...] |
/external/libxml2/ |
DOCBparser.c | 2 * DOCBparser.c : an attempt to parse SGML Docbook documents 29 * plus SGML entities block of chars out. 55 * @ctxt: an SGML parser context 57 * parse an SGML document (and build a tree if using the standard SAX 79 * @ctxt: an SGML parser context 135 * Create a parser context for using the DocBook SGML parser in push mode 164 * @encoding: a free form C string describing the SGML document encoding, or NULL 168 * parse an SGML in-memory document and build a tree. 196 * @encoding: a free form C string describing the SGML document encoding, or NULL 198 * parse an SGML in-memory document and build a tree [all...] |
xmlcatalog.c | 34 static int sgml = 0; variable 46 #define XML_SGML_DEFAULT_CATALOG "/etc/sgml/catalog" 215 if (sgml) { 314 \t--sgml : handle SGML Super catalogs for --add and --del\n\ 318 \t--add 'entry' : add an SGML entry\n", name); 323 \t and with --sgml it automatically updates the super catalog\n\ 324 \t--no-super-update: do not update the SGML super catalog\n\ 357 } else if ((!strcmp(argv[i], "-sgml")) || 358 (!strcmp(argv[i], "--sgml"))) { [all...] |
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 2793 const xmlChar *sgml; local 2828 const xmlChar *sgml; local 2875 const xmlChar *sgml; local 2910 const xmlChar *sgml; local [all...] |
/external/chromium_org/third_party/libxml/src/include/libxml/ |
DOCBparser.h | 2 * Summary: old DocBook SGML parser 3 * Description: interface for a DocBook SGML non-verifying parser 31 * Most of the back-end structures from XML and SGML are shared.
|
catalog.h | 4 * XML Catalogs and SGML catalogs 6 * SGML Open Technical Resolution TR9401:1997. 70 xmlNewCatalog (int sgml);
|
/external/libxml2/include/libxml/ |
DOCBparser.h | 2 * Summary: old DocBook SGML parser 3 * Description: interface for a DocBook SGML non-verifying parser 31 * Most of the back-end structures from XML and SGML are shared.
|
catalog.h | 4 * XML Catalogs and SGML catalogs 6 * SGML Open Technical Resolution TR9401:1997. 70 xmlNewCatalog (int sgml);
|
/external/oprofile/m4/ |
docbook.m4 | 7 for i in /usr/share/sgml/docbook/stylesheet/xsl/nwalsh /usr/share/sgml/docbook/xsl-stylesheets/;
|
/external/e2fsprogs/ext2ed/ |
Makefile.in | 38 .SUFFIXES: .sgml .ps .pdf .html 40 .sgml.ps: 43 -mv `echo $< | sed -e 's/.sgml$$/.ps/'` $@ 45 .sgml.pdf: 48 -mv `echo $< | sed -e 's/.sgml$$/.pdf/'` $@ 50 .sgml.html: 53 -mv `echo $< | sed -e 's/.sgml$$/.html/'` $@
|
/external/bzip2/ |
bz-html.xsl | 1 <?xml version="1.0"?> <!-- -*- sgml -*- -->
|
bz-common.xsl | 1 <?xml version="1.0"?> <!-- -*- sgml -*- -->
|
/external/valgrind/main/docs/xml/ |
licenses.xml | 1 <?xml version="1.0"?> <!-- -*- sgml -*- -->
|
/external/expat/doc/ |
xmlwf.sgml | 4 page: `docbook-to-man manpage.sgml > manpage.1'. You may view 5 the manual page with: `docbook-to-man manpage.sgml | nroff -man | 8 manpage.1: manpage.sgml 455 mode: sgml 456 sgml-omittag:t 457 sgml-shorttag:t 458 sgml-minimize-attributes:nil 459 sgml-always-quote-attributes:t 460 sgml-indent-step:2 461 sgml-indent-data: [all...] |