Lines Matching refs:line
29 for line in out.splitlines():
30 if line.startswith(' '):
31 command, sep, rest = line.partition(':')
44 output.append('<h2>' + cgi.escape(line) + '</h2>')
52 for line in out.splitlines():
54 name, sep, rest = line.partition(':')
60 if line.startswith('Example'):
67 elif not line.strip():
69 elif not line.startswith(' ') and line.endswith(':'):
71 output.append('<h4>' + cgi.escape(line[:-1]) + '</h4>')
73 output.append(cgi.escape(line))