/external/iputils/doc/ |
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))
|
/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/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
Makefile | 13 for i in $(FILES); do docbook2man $$i.sgml; done 16 for i in $(FILES); do docbook2html $$i.sgml && \ 20 for i in $(FILES); do docbook2pdf $$i.sgml; done
|
/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/chromium_org/third_party/libxml/src/ |
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" 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...] |
/external/libxml2/ |
catalog.c | 4 * Reference: SGML Open Technical Resolution TR9401:1997. 76 #define XML_SGML_DEFAULT_CATALOG "file:///etc/sgml/catalog" 155 xmlCatalogType type; /* either XML or SGML */ 158 * SGML Catalogs are stored as a simple hash table of catalog entries 160 * SGML catalog 165 xmlHashTablePtr sgml; member in struct:_xmlCatalog 269 * SGML catalogs, but the acceptable types values differs. 407 * SGML catalogs, but the acceptable types values differs. 426 ret->sgml = xmlHashCreate(10); 442 if (catal->sgml != NULL 2792 const xmlChar *sgml; local 2827 const xmlChar *sgml; local 2874 const xmlChar *sgml; local 2909 const xmlChar *sgml; local [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...] |
/external/chromium_org/third_party/libxml/src/include/libxml/ |
catalog.h | 4 * XML Catalogs and SGML catalogs 6 * SGML Open Technical Resolution TR9401:1997. 70 xmlNewCatalog (int sgml);
|
/external/libxml2/include/libxml/ |
catalog.h | 4 * XML Catalogs and SGML catalogs 6 * SGML Open Technical Resolution TR9401:1997. 70 xmlNewCatalog (int sgml);
|
/external/harfbuzz_ng/ |
git.mk | 165 tmpl/$(DOC_MODULE)-unused.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...] |
/external/chromium_org/third_party/polymer/components-chromium/core-component-page/ |
core-component-page-extracted.js | [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
android_3p-bundle.js | 165 /** token style for an sgml tag. */ 171 /** token style for an sgml attribute name. */ 173 /** token style for an sgml attribute value. */ [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
android_3p-bundle.js | 165 /** token style for an sgml tag. */ 171 /** token style for an sgml attribute name. */ 173 /** token style for an sgml attribute value. */ [all...] |
/build/tools/droiddoc/templates-sdk-dyn/assets/js/ |
android_3p-bundle.js | 165 /** token style for an sgml tag. */ 171 /** token style for an sgml attribute name. */ 173 /** token style for an sgml attribute value. */ [all...] |