Lines Matching full:if
72 if m:
75 if m:
79 if not have_cpr:
84 if regex.search(line):
87 if end:
90 if modified.search(line):
93 if derived.search(line):
96 if only_upper:
97 if lower.search(line):
105 if not m:
108 if skipping:
109 if len(line) == 0:
117 if re.match(r'^no support for.*', copyright):
119 if copyright == 'none' or copyright == '':
121 if re.search(r'NetBSD', copyright):
123 if (re.search(r'Redistributions *(of)? *source +code', copyright) and
125 if re.search(r'[tT]he +names? of', copyright):
129 if (re.search(r'University', copyright) and
133 if re.search(r'FreeBSD', copyright):
135 if (re.search(r'AGPL', copyright) or
137 if re.search(r'version 3', copyright):
140 if re.search(r'the GPL', copyright):
141 if re.search(r'version 2', copyright):
143 if re.search(r'version 3', copyright):
159 if tog.match(comment.text()):
161 if m.match(comment.text()):
166 if comments[i].line_number() != line:
177 if not match:
181 if use_end:
183 if not split:
185 if start < split[0]:
193 if lastcopy:
196 if para.start() >= lastcopy.end():
200 if all.start() >= lastcopy.end():
213 if not split:
224 if split:
230 if split:
233 if m:
236 if copyright == "unknown file type":
246 if m:
252 if comment:
260 if m.match(comment):
270 if m:
276 if comment:
284 if m.match(comment):
294 if m:
300 if comment:
308 if m.match(comment):
315 if c not in chars:
341 if name == '-':
354 if re.match(r'.*\.t$', name):
356 if re.match(r'.*\.cct$', name):
358 if re.match(r'.*ChangeLog.*', name):
360 if re.match(r'.*COPYING.*', name):
362 if re.match(r'.*NEWS.*', name):
364 if re.match(r'.*MAINTAINERS', name):
366 if re.match(r'CODE_OF_CONDUCT.*', name):
368 if re.match(r'CONTRIBUTING.*', name):
371 … if re.match(r'.*\.[ch]$', name) or re.match(r'.*\.ld$', name) or re.match(r'.*\.[ch]\.in$', name):
375 if not copyright:
381 if not copyright:
383 if m is None:
386 if re.search(r'troff', m):
396 if not copyright:
400 if num_lines(name) < 10:
405 if (file_contains(r'generated automatically', name) or
412 if i not in copyrights:
430 if license_key in license_name:
433 if type in license_ids:
442 if name in copyright_map:
467 if m:
470 if re.match(r'(19[89][0-9]|2[0-2][0-9][0-9]).*', line):
471 if done:
482 if started:
488 if len(line) == 0: