Lines Matching refs:lineno
36 def check_line(self, lineno, text): argument
70 .format(self.filename, lineno),
75 .format(self.filename, lineno),
97 def check_line(self, lineno, text): argument
115 .format(self.filename, lineno, variable),
123 .format(self.filename, lineno, variable),
131 .format(self.filename, lineno, variable),
137 .format(self.filename, lineno, variable),
145 def check_line(self, lineno, text): argument
146 if self.skip or lineno > 6:
149 if lineno in [1, 5]:
150 if lineno == 1 and text.startswith("include "):
155 .format(self.filename, lineno, self.url_to_manual),
158 elif lineno in [2, 4]:
161 .format(self.filename, lineno, self.url_to_manual),
163 elif lineno == 6:
166 .format(self.filename, lineno, self.url_to_manual),
181 def check_line(self, lineno, text): argument
189 .format(self.filename, lineno, self.url_to_manual),
196 def check_line(self, lineno, text): argument
199 .format(self.filename, lineno),
209 def check_line(self, lineno, text): argument
221 .format(self.filename, lineno - 1),
260 def check_line(self, lineno, text): argument
280 .format(self.filename, lineno, variable, self.package),
299 def check_line(self, lineno, text): argument
314 .format(self.filename, lineno, self.url_to_manual),
320 .format(self.filename, lineno, self.url_to_manual),
327 def check_line(self, lineno, text): argument
330 .format(self.filename, lineno),