Searched refs:htmlfile (Results 1 – 2 of 2) sorted by relevance
139 htmlfile = 'output.html' variable in SystemValues370 self.htmlfile = m.group('name')+'.html'374 self.htmlfile = m.group('name')+'.html'440 self.htmlfile = \1101 entry['urls'][self.hostname] = [self.htmlfile]1102 elif self.htmlfile not in entry['urls'][self.hostname]:1103 entry['urls'][self.hostname].append(self.htmlfile)1122 'urls': {self.hostname: [self.htmlfile]}3927 def createHTMLSummarySimple(testruns, htmlfile, title): argument4084 hf = open(htmlfile, 'w')[all …]
56 htmlfile = 'bootgraph.html' variable in SystemValues630 hf = open(sysvals.htmlfile, 'w')1087 sysvals.vprint('Creating the html timeline (%s)...' % sysvals.htmlfile)