Searched refs:ops (Results 1 - 5 of 5) sorted by relevance

/pkg/src/util/log-scripts/
H A Dtranslate.py48 ops = ["1p.png", "filelist", "catalog", "manifest", "search", "file"] variable
51 for x in ops:
79 if op not in ops:
99 for x in ops:
/pkg/src/modules/client/
H A Dhistory.py306 ops = object.__getattribute__(self, "_History__operations")
307 if not ops:
310 return getattr(ops[-1]["operation"], name[len("operation_"):])
320 ops = object.__getattribute__(self, "_History__operations")
322 if not ops:
323 ops = []
325 "_History__operations", ops)
327 ops.append({
331 elif not ops:
336 op = ops[
[all...]
/pkg/doc/
H A DMakefile74 guide-basic-ops.rst \
/pkg/src/modules/
H A Ddepotcontroller.py249 def set_disable_ops(self, ops):
250 self.__disable_ops = ops
375 args.append("--disable-ops={0}".format(",".join(
/pkg/src/tests/
H A Dpkg5unittest.py2597 ops = ""
2599 ops = "-R {0}".format(self.get_img_path())
2601 "usr/bin/pkgdepend {0} resolve {1}".format(ops, args))
2878 ops = ""

Completed in 1745 milliseconds