/pkg/src/modules/publish/ |
H A D | transaction.py | 16 # If applicable, add the following below this CDDL HEADER, with the 147 def add(self, action, exact=False, path=None): member in class:NullTransaction 156 raise TransactionOperationError("add", 274 def add(self, action, exact=False, path=None): member in class:TransportTransaction 283 raise TransactionOperationError("add", 295 raise TransactionOperationError("add", 308 raise TransactionOperationError("add", 343 # Check which content checksums to compute and add to the action 554 'add_to_catalog' tells the depot to add a package to the 704 returned by open. Required by: add an [all...] |
/pkg/src/modules/lint/ |
H A D | engine.py | 16 # If applicable, add the following below this CDDL HEADER, with the 202 def add(self, api_inst, pkg_name, manifest): member in class:LintEngineCache 384 unique_names.add(checker.name) 398 unique_methods.add(pkglint_id) 796 self.mf_cache.add(api_inst, pkg_name, mf)
|
/pkg/src/modules/ |
H A D | p5p.py | 16 # If applicable, add the following below this CDDL HEADER, with the 160 def add(self, name, offset, entry_size, size, typeflag): member in class:ArchiveIndex 489 # Always add base publisher directory to start; tarfile 492 self.add("/", arcname="publisher") 551 def add(self, pathname, arcname=None): member in class:Archive 559 of a file to add to the archive. The file may be a regular 581 self.__index.add(ti.name, self.__queue_offset, entry_sz, 598 self.add(root, arcname=file_dir) 599 self.__processed_pfiles.add(file_dir) 606 self.add(roo [all...] |
H A D | catalog.py | 16 # If applicable, add the following below this CDDL HEADER, with the 462 def add(self, pfmri=None, metadata=None, op_time=None, pub=None, member in class:CatalogPart 494 pfmri, operation="add", 866 processed.add(pkg_stem) 976 ADD = "add" 988 def add(self, pfmri, operation, op_time, metadata=None): member in class:CatalogUpdate 1476 # For each entry in the 'src' catalog, add its BASE entry to the 1477 # current catalog along and then add it to the 'd'iscard dict if 1500 plist.add(f.version) 1508 base.add( [all...] |
/pkg/src/modules/server/ |
H A D | repository.py | 16 # If applicable, add the following below this CDDL HEADER, with the 798 # Don't add packages with 1129 def add(self, trans_id, action): member in class:_RepoStore 1172 file to add. 1201 manifest to add. 1509 hashes.add(hval) 1515 hashes.add(c) 1964 hashes.add((fname, hval, hfunc)) 1976 # several hashes, we need to add each 1986 hashes.add((fite 2944 def add(self, trans_id, action): member in class:Repository [all...] |