Searched refs:strip (Results 1 - 25 of 53) sorted by relevance
123
/pkg/src/modules/portable/ |
H A D | os_sunos.py | 66 file_out = file_out.strip() 78 file_type = tmp[colon_cnt].strip().split()
|
/pkg/src/tests/cli/ |
H A D | t_util_merge.py | 191 if not l.strip(): 193 exp_lines.append(l.strip()) 212 returned = returned.strip()
|
H A D | t_pkgmerge.py | 506 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 D | t_pkg_history.py | 366 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 D | t_pkg_intent.py | 110 l = line[spos:].strip() 111 l = l.strip("()")
|
H A D | t_pkg_sysrepo.py | 1768 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 D | t_pkg_depotd.py | 150 line = line.strip() 276 attr = fields[0].strip() 281 info_dic[attr] = fields[1].strip() 306 info_dic['Version'] = version.strip()
|
H A D | t_pkg_refresh.py | 139 req_parts = uri.strip("/").split("/", 3) 362 l = line[spos:].strip() 363 l = l.strip("()")
|
/pkg/src/modules/ |
H A D | nrlock.py | 72 errbuf += "\n {0}".format(txt.strip())
|
H A D | mogrify.py | 41 # 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 D | sysvpkg.py | 131 if f.readline().strip() == PKG_MAGIC: 251 pkginfo[key] = val.strip('"')
|
H A D | lockfile.py | 152 lock_data = lf.read().strip()
|
H A D | smf.py | 172 l.strip().split(None, 1)
|
H A D | query_parser.py | 1034 term = term.strip() 1324 l = l.strip() 1438 tmp_set.add(int(l.strip()))
|
/pkg/src/modules/server/ |
H A D | face.py | 91 path = request.path_info.strip("/") 103 path = path.replace(pub, "").strip("/")
|
H A D | feed.py | 358 last = rfc3339_str_to_dt(utn.nodeValue.strip())
|
/pkg/src/pkg/ |
H A D | Makefile | 253 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 D | script.py | 93 p = p.strip() 99 # Use p[1:] to strip off the leading /.
|
H A D | python.py | 306 l = l.strip()
|
/pkg/src/modules/actions/ |
H A D | driver.py | 624 line = line.strip() 633 field = field.strip('"') 767 line = line.strip() 806 line = line.strip()
|
H A D | __init__.py | 263 " ".join(args))).strip(), atype)
|
/pkg/src/util/log-scripts/ |
H A D | an_report.py | 100 filtered_countries = [x.strip() for x in filtered_countries]
|
/pkg/src/modules/client/transport/ |
H A D | fileobj.py | 401 force_str(v.strip())
|
/pkg/src/ |
H A D | setup.py | 947 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 D | t_manifest.py | 169 actual = sorted(l.strip() for l in m.as_lines())
|
Completed in 5541 milliseconds
123