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

  /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/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
2797 const xmlChar *sgml; local
2832 const xmlChar *sgml; local
2879 const xmlChar *sgml; local
2914 const xmlChar *sgml; local
    [all...]
xmlcatalog.c 34 static int sgml = 0; variable
46 #define XML_SGML_DEFAULT_CATALOG "/etc/sgml/catalog"
216 if (sgml) {
315 \t--sgml : handle SGML Super catalogs for --add and --del\n\
319 \t--add 'entry' : add an SGML entry\n", name);
324 \t and with --sgml it automatically updates the super catalog\n\
325 \t--no-super-update: do not update the SGML super catalog\n\
358 } else if ((!strcmp(argv[i], "-sgml")) ||
359 (!strcmp(argv[i], "--sgml"))) {
    [all...]
Makefile.am 663 sgml=$(srcdir)/test/catalogs/`basename $$i .script`.sgml; \
664 if [ -f $$sgml ] ; then \
667 $(CHECKER) $(top_builddir)/xmlcatalog --shell $$sgml < $$i > $(srcdir)/result/catalogs/$$name ; \
670 log=`$(CHECKER) $(top_builddir)/xmlcatalog --shell $$sgml < $$i > result.$$name ; \
    [all...]
  /external/libxml2/doc/
buildDocBookCatalog 206 finddbx /usr/share/sgml
273 found=`find /usr/share/sgml -name iso-amsb.ent`
373 found=`find /usr/share/sgml -name chunk.xsl`
  /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...]
  /build/tools/droiddoc/templates-ndk/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-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-dev/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...]

Completed in 664 milliseconds