Lines Matching refs:strip
65 lid = l.split(':')[1].strip().upper()
72 exception = l.split(':')[1].strip().upper()
76 … for lic in l.split(':')[1].upper().strip().replace(' ', '').replace('\t', '').split(','):
163 tok.value = tok.value.strip()
210 expr = line.split(':')[1].strip()
212 if line.strip().endswith('*/'):
213 expr = expr.rstrip('*/').strip()
215 if line.strip().endswith('-->'):
216 expr = expr.rstrip('-->').strip()
219 expr = expr.rstrip('\"').strip()
304 for p in path.strip('/').split('/'):
306 scan_git_tree(tree, path.strip('/'), dirdepth)
314 line = line.strip()