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()
218 if line.strip().endswith('#}'):
219 expr = expr.rstrip('#}').strip()
222 expr = expr.rstrip('\"').strip()
225 expr = expr.rstrip('#}').strip()
310 for p in path.strip('/').split('/'):
312 scan_git_tree(tree, path.strip('/'), dirdepth)
320 line = line.strip()