Searched refs:htmlfile (Results 1 – 2 of 2) sorted by relevance
153 htmlfile = 'output.html' variable in SystemValues424 self.htmlfile = m.group('name')+'.html'428 self.htmlfile = m.group('name')+'.html'497 self.htmlfile = \1237 entry['urls'][self.hostname] = [self.htmlfile]1238 elif self.htmlfile not in entry['urls'][self.hostname]:1239 entry['urls'][self.hostname].append(self.htmlfile)1259 'urls': {self.hostname: [self.htmlfile]}4286 def createHTMLSummarySimple(testruns, htmlfile, title): argument4452 hf = open(htmlfile, 'w')[all …]
56 htmlfile = 'bootgraph.html' variable in SystemValues632 hf = open(sysvals.htmlfile, 'w')1089 sysvals.vprint('Creating the html timeline (%s)...' % sysvals.htmlfile)