Searched defs:fname (Results 1 - 3 of 3) sorted by relevance

/pkg/src/util/log-scripts/
H A Dlog.py101 fname = None variable
105 fname = arg variable
109 assert not fname == None
111 lg = open(fname)
H A Dan2_ip_active.py73 fname = retrieve_chart("http://chart.apis.google.com/chart?{0}".format(url), variable
78 <img src=\"{1}\" alt=\"{2}\" /><br />""".format(url, fname, "Active catalog IPs over {0:d} day window".format(ndays))
H A Dan_report.py236 fname = retrieve_chart("http://chart.apis.google.com/chart?{0}".format(url), variable
241 <img src=\"{1}\" alt=\"{2}\" /><br />""".format(url, fname, title)
324 fname = retrieve_chart("http://chart.apis.google.com/chart?{0}".format(url), variable
326 msg += """<div id="{0}-{1}"><img src="{2}" alt="{3}" /></div>""".format(title, r, fname, title)

Completed in 28 milliseconds