Home | History | Annotate | Download | only in email

Lines Matching refs:strip

35         return a.strip(), None
36 return a.strip(), b.strip()
75 f = f[:i].strip().lower() + '=' + f[i+1:].strip()
76 plist.append(f.strip())
505 name = name.strip()
506 val = val.strip()
509 name = p.strip()
689 return utils.collapse_rfc2231_value(filename).strip()