Home
last modified time | relevance | path

Searched refs:htmlfile (Results 1 – 3 of 3) 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
/external/python/cpython3/Tools/scripts/
Dhighlight.py260 htmlfile = os.path.splitext(os.path.basename(sourcefile))[0] + '.html' variable
261 with open(htmlfile, 'w') as f:
263 webbrowser.open('file://' + os.path.abspath(htmlfile))