Lines Matching refs:strip
49 lid = l.split(':')[1].strip().upper()
56 exception = l.split(':')[1].strip().upper()
60 … for lic in l.split(':')[1].upper().strip().replace(' ', '').replace('\t', '').split(','):
133 tok.value = tok.value.strip()
179 expr = line.split(':')[1].strip()
181 if line.strip().endswith('*/'):
182 expr = expr.rstrip('*/').strip()
184 if line.strip().endswith('-->'):
185 expr = expr.rstrip('-->').strip()
188 expr = expr.rstrip('\"').strip()
220 for p in path.strip('/').split('/'):