Lines Matching defs:bigsection
616 def bigsection(self, title, *args):
618 title = '<strong class="bigsection">%s</strong>' % title
821 result = result + self.bigsection(
826 result = result + self.bigsection(
835 result = result + self.bigsection(
841 result = result + self.bigsection(
847 result = result + self.bigsection(
851 result = result + self.bigsection('Author', 'author', contents)
854 result = result + self.bigsection('Credits', 'credits', contents)
1123 return self.bigsection(dir, 'index', contents)
2507 contents = [heading, '<p>' + html.bigsection(
2545 contents = heading + html.bigsection(
2561 contents = heading + html.bigsection(
2576 contents = heading + html.bigsection(
2593 contents = html.bigsection(topic , 'index', contents)
2619 contents = heading + html.bigsection(url, 'error', contents)