Home
last modified time | relevance | path

Searched refs:htmlfile (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Tools/bgen/bgen/
Dscantools.py309 self.htmlfile = None
379 if self.htmlfile: self.htmlfile.write(ENDHTMLREPORT)
380 tmp = self.htmlmine and self.htmlfile
381 self.htmlfile = None
406 def sethtmloutput(self, htmlfile): argument
408 if htmlfile:
409 if type(htmlfile) == StringType:
410 file = self.openoutput(htmlfile)
413 file = htmlfile
415 self.htmlfile = file
[all …]
/external/bzip2/
Dxmlproc.sh51 htmlfile="${basename}.html"
82 echo "Creating $htmlfile ..."
83 xsltproc --nonet --xinclude -o $htmlfile $xsl_html $xmlfmtfile