Searched refs:strip (Results 1 - 25 of 53) sorted by relevance

123

/pkg/src/modules/portable/
H A Dos_sunos.py66 file_out = file_out.strip()
78 file_type = tmp[colon_cnt].strip().split()
/pkg/src/tests/cli/
H A Dt_util_merge.py191 if not l.strip():
193 exp_lines.append(l.strip())
212 returned = returned.strip()
H A Dt_pkgmerge.py506 actual = "".join(sorted(l for l in m)).strip()
548 actual = "".join(sorted(l for l in m)).strip()
644 actual = "".join(sorted(l for l in m)).strip()
724 actual = "".join(sorted(l for l in m)).strip()
768 actual = "".join(sorted(l for l in m)).strip()
884 actual = "".join(sorted(l for l in m)).strip()
908 actual = "".join(sorted(l for l in m)).strip()
1009 actual = "".join(sorted(l for l in m)).strip()
1043 actual = "".join(sorted(l for l in m)).strip()
1220 sorted(l for l in manf)).strip()
[all...]
H A Dt_pkg_history.py366 self.assertTrue(self.output.strip() == known[col],
381 timestamp = fields[0].strip()
382 operation = fields[1].strip()
395 found.add(item.strip())
424 timestamp = fields[0].strip()
425 operation = fields[1].strip()
462 timestamp = line.strip().split()[0]
510 ts = line.strip().split()[0]
H A Dt_pkg_intent.py110 l = line[spos:].strip()
111 l = l.strip("()")
H A Dt_pkg_sysrepo.py1768 self.output.strip())
1771 self.output.strip())
1789 self.output.strip())
1792 self.output.strip())
1812 self.output.strip())
1815 self.output.strip())
1818 self.output.strip())
1821 self.output.strip())
1935 self.output.strip())
H A Dt_pkg_depotd.py150 line = line.strip()
276 attr = fields[0].strip()
281 info_dic[attr] = fields[1].strip()
306 info_dic['Version'] = version.strip()
H A Dt_pkg_refresh.py139 req_parts = uri.strip("/").split("/", 3)
362 l = line[spos:].strip()
363 l = l.strip("()")
/pkg/src/modules/
H A Dnrlock.py72 errbuf += "\n {0}".format(txt.strip())
H A Dmogrify.py41 # strip off transform
50 matching = s[0:index].strip().split()
63 op = s[index+2:].strip().split(None, 1)
318 if not newmsg.strip() or newmsg.strip()[0] == "#":
610 line = line.strip()
624 line = line.strip()
634 line = line[7:].strip()
635 line = line.strip('"')
H A Dsysvpkg.py131 if f.readline().strip() == PKG_MAGIC:
251 pkginfo[key] = val.strip('"')
H A Dlockfile.py152 lock_data = lf.read().strip()
H A Dsmf.py172 l.strip().split(None, 1)
H A Dquery_parser.py1034 term = term.strip()
1324 l = l.strip()
1438 tmp_set.add(int(l.strip()))
/pkg/src/modules/server/
H A Dface.py91 path = request.path_info.strip("/")
103 path = path.replace(pub, "").strip("/")
H A Dfeed.py358 last = rfc3339_str_to_dt(utn.nodeValue.strip())
/pkg/src/pkg/
H A DMakefile253 python -c 'import os, sys; print(" ".join(("--target " + os.path.normpath(os.path.join(os.path.dirname(p), t)) for p, t in (l.strip().split() for l in sys.stdin.readlines()))))'
256 $(PDIR)/protomanifest: FRC transforms/compare-strip $(PDIR)
258 $(PKGMOGRIFY) $(PKGMOG_DEFINES) transforms/compare-strip \
262 $(PDIR)/pkgmanifest: $(MOGRIFESTS) transforms/compare-strip $(PDIR)
263 $(PKGMOGRIFY) $(PKGMOG_DEFINES) transforms/compare-strip $(MOGRIFESTS) \
/pkg/src/modules/flavor/
H A Dscript.py93 p = p.strip()
99 # Use p[1:] to strip off the leading /.
H A Dpython.py306 l = l.strip()
/pkg/src/modules/actions/
H A Ddriver.py624 line = line.strip()
633 field = field.strip('"')
767 line = line.strip()
806 line = line.strip()
H A D__init__.py263 " ".join(args))).strip(), atype)
/pkg/src/util/log-scripts/
H A Dan_report.py100 filtered_countries = [x.strip() for x in filtered_countries]
/pkg/src/modules/client/transport/
H A Dfileobj.py401 force_str(v.strip())
/pkg/src/
H A Dsetup.py947 print("{0}".format(fn.strip()), file=sys.stderr)
964 print("{0}".format(fn.strip()), file=sys.stderr)
1152 return p.communicate()[0].strip()
/pkg/src/tests/api/
H A Dt_manifest.py169 actual = sorted(l.strip() for l in m.as_lines())

Completed in 5541 milliseconds

123