Searched refs:ops (Results 1 - 5 of 5) sorted by relevance
/pkg/src/util/log-scripts/ |
H A D | translate.py | 48 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 D | history.py | 306 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 D | Makefile | 74 guide-basic-ops.rst \
|
/pkg/src/modules/ |
H A D | depotcontroller.py | 249 def set_disable_ops(self, ops): 250 self.__disable_ops = ops 375 args.append("--disable-ops={0}".format(",".join(
|
/pkg/src/tests/ |
H A D | pkg5unittest.py | 2597 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