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

  /external/elfutils/doc/
Makefile.am 19 EXTRA_DIST = elfutils.sgml
24 # from the SGML sources.
29 $(srcdir)%.dvi: %.sgml
31 $(srcdir)%.pdf: %.sgml
  /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/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 39 .SUFFIXES: .sgml .ps .pdf .html
41 .sgml.ps:
44 -mv `echo $< | sed -e 's/.sgml$$/.ps/'` $@
46 .sgml.pdf:
49 -mv `echo $< | sed -e 's/.sgml$$/.pdf/'` $@
51 .sgml.html:
54 -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.
410 * SGML catalogs, but the acceptable types values differs.
429 ret->sgml = xmlHashCreate(10);
445 if (catal->sgml != NULL
2803 const xmlChar *sgml; local
2838 const xmlChar *sgml; local
2885 const xmlChar *sgml; local
2920 const xmlChar *sgml; local
    [all...]
xmlcatalog.c 34 static int sgml = 0; variable
46 #define XML_SGML_DEFAULT_CATALOG "/etc/sgml/catalog"
217 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...]
Makefile.am 691 sgml=$(srcdir)/test/catalogs/`basename $$i .script`.sgml; \
692 if [ -f $$sgml ] ; then \
695 $(CHECKER) $(top_builddir)/xmlcatalog --shell $$sgml < $$i > $(srcdir)/result/catalogs/$$name ; \
698 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`
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Makefile 35 $(RM) build/sgml.*
  /external/python/cpython2/Tools/unicode/
Makefile 35 $(RM) build/sgml.*
  /external/python/cpython3/Tools/unicode/
Makefile 35 $(RM) build/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/testng/doc/
prettify.js 79 /** token style for an sgml tag. */
85 /** token style for an sgml attribute name. */
87 /** token style for an sgml attribute value. */
    [all...]
  /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/harfbuzz_ng/
git.mk 214 tmpl/$(DOC_MODULE)-unused.sgml \
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js 160 /** token style for an sgml tag. */
166 /** token style for an sgml attribute name. */
168 /** token style for an sgml attribute value. */
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml.go     [all...]
  /prebuilts/go/darwin-x86/src/html/
entity.go 15 // http://www.w3.org/TR/html4/sgml/entities.html
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
xml.go     [all...]
  /prebuilts/go/linux-x86/src/html/
entity.go 15 // http://www.w3.org/TR/html4/sgml/entities.html
    [all...]
  /build/make/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...]
  /external/doclava/res/assets/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...]

Completed in 576 milliseconds