Lines Matching refs:strip
131 fdata.what.append(content.strip("\n"))
145 fdata.key = self.re_unprintable.sub("_", key).strip("_")
245 w = content.strip("\n")
252 content = line.strip()
255 w = content.strip("\n")
288 ref = self.re_unprintable.sub("_", ref).strip("_")
390 desc = desc.strip(" \t\n")
543 if users and users.strip(" \t\n"):
544 users = users.strip("\n").replace('\n', '\n\t')
594 kernelversion = v.get("kernelversion", "").strip(" \t\n")
595 date = v.get("date", "").strip(" \t\n")
596 contact = v.get("contact", "").strip(" \t\n")
597 users = v.get("users", "").strip(" \t\n")
598 desc = v.get("description", "").strip(" \t\n")
624 desc = desc.strip("\n")