/pkg/src/tests/api/ |
H A D | t_sha512_t.py | 58 a.update(b"abc") 76 a.update(b"abc") 87 # Test update() 89 a.update(b"bc") 97 a.update(b"b") 99 a.update(b"c") 109 a.update(b"abc") 134 a.update(b"abc") 140 self.assertRaises(TypeError, sha512_t.SHA512_t.update, 8) 151 a.update("ρ⑂☂♄øη") [all...] |
H A D | t_dependencies.py | 93 paths.update(smf_paths) 2536 dep_paths.update( 2540 dep_paths.update([os.path.join(dir, 2562 dep_paths.update( 2567 dep_paths.update([ 2739 dep_paths.update(os.path.join(dir, filename)
|
/pkg/src/modules/client/ |
H A D | actuator.py | 58 "reboot-needed", # have to reboot to update this file 63 "suspend_fmri", # suspend this service during update 67 "reboot-needed", # have to reboot to update this file 90 "update": { 103 self.update = {} 131 # bulk update 132 obj.__dict__.update(state) 171 bool(self.update) 186 self.__scan(self.update, ap.src, ap.p.destination_fmri, 188 self.__scan(self.update, a [all...] |
H A D | publisher.py | 1259 self.properties.update(props) 1420 # exception and do not update the file. 1810 fname.startswith("update."): 1962 for update in attrs.updates: 1963 flist.append(update) 2140 an update to the existing metadata should be performed. When 2168 # The incremental update likely failed for one or 2182 # * The type of incremental update operation that 2526 self.properties.update(set_props) 2592 verifier.update(dat [all...] |
/pkg/src/modules/ |
H A D | sha512_t.py | 38 methods update(arg), digest() and hexdigest(), and an attribute hash_size. 46 #>>> a.update("abc") 70 self.update(message) 72 def update(self, message): member in class:SHA512_t 83 """Return the digest of the strings passed to the update() 96 """Return hexadecimal digest of the strings passed to the update()
|
H A D | misc.py | 423 sha.update(ubuf) 425 shasum.update(ubuf) # pylint: disable=E1101 433 sha.update(ubuf) 435 shasum.update(ubuf) # pylint: disable=E1101 584 return an object that has 'update()' and 'hexdigest()' methods. 627 hsh.update(data) 629 # update each hash with this data 632 hash_results[attr].update( 691 self._chashes[chash_attr].update( 784 chashes[chash_attr].update( 1061 def update(self, d): member in class:ImmutableDict 1141 def update(self, d): member in class:DictProperty.__InternalProxy [all...] |
H A D | cfgfiles.py | 135 """ update existing record, using orig values if missing 249 c.update(self.shadow_file.getvalue(template)) 284 names.update(self.shadow_file.column_names) 300 a.update(self.shadow_file.getdefaultvalues())
|
H A D | facet.py | 80 # be able to plan an update that keeps it in sync with it's parent. 85 # inherited value masks the local value. Users can list and update 106 self.update(init) 441 def update(self, d): member in class:Facets
|
H A D | manifest.py | 310 key.update([ 313 key.update( 587 cfacets.update(vcfacets) 1324 sha_1.update(mfstcontent.encode("utf-8")) 1326 sha_1.update(mfstcontent)
|
H A D | variant.py | 149 self.setdefault(name, set([])).update(var[name])
|
/pkg/src/tests/ |
H A D | multiplatform.py | 138 self.imported_modules.update({alias: name}) 155 self.imported_modules.update({alias: fullname})
|
/pkg/src/modules/server/ |
H A D | face.py | 66 "No update history; unable to generate feed.") 113 response.headers.update({ "Expires": 0, "Pragma": "no-cache", 130 response.headers.update({ "Expires": 0, "Pragma": "no-cache",
|
H A D | feed.py | 85 xmini document object using the provided feed object and update 223 # The last component of the update name is the locale. 245 def update(request, depot, last, cf, pub): function 268 # the fmri in the update is a 'new' package or an update to an existing 299 # Exclude this particular update. 363 # whether to update the feed cache. 377 update the feed and send it to the client. Otherwise, send them the 388 # update until "now." If last is none, we want it to use "now" 396 update(reques [all...] |
/pkg/src/modules/flavor/ |
H A D | smf_manifest.py | 137 SMFManifestDependency.instance_mf.update( 140 SMFManifestDependency.instance_deps.update( 214 manifests.update(search_smf_dic(fmri, instance_mf)) 216 manifests.update(search_smf_dic(
|
H A D | base.py | 137 attrs.update([ 144 attrs.update(action.get_variant_template()) 292 attrs.update({
|
/pkg/src/modules/actions/ |
H A D | user.py | 131 update any attrs that changed from orig 154 orig_attrs.update(default_attrs) 157 orig_attrs.update(orig.attrs) 274 should_be.update(self.attrs)
|
H A D | signature.py | 254 tmp_a.attrs.update(hashes) 435 h.update(misc.force_bytes(self.actions_to_str( 476 verifier.update(misc.force_bytes( 516 h.update(misc.force_bytes(self.actions_to_str(acts, 537 signer.update(misc.force_bytes(self.actions_to_str(acts,
|
H A D | group.py | 180 should_be.update(self.attrs)
|
/pkg/src/util/apache2/sysrepo/ |
H A D | sysrepo_p5p.py | 120 """Determine if we need to update our cached catalog and 129 update = False 155 update = True 159 update = True 167 return update
|
/pkg/src/tests/cli/ |
H A D | t_pkg_refresh.py | 179 # ignores the update check interval the client normally uses 391 # Next, verify that a "normal" incremental update works as 406 update = list(v1_cat.updates.keys())[-1] 409 # entries for the catalog attrs file, and one catalog update 410 # file for the incremental update should be returned. 413 "/catalog/1/{0}".format(update) 418 # Next, verify that a "normal" incremental update works as 457 # request's incremental update failure. 464 # Next, verify that if the client receives an incremental update 477 # Refresh to get an incremental update, an [all...] |
/pkg/src/util/publish/ |
H A D | pkgmogrify.py | 80 macros.update([("$({0})".format(a[0]), a[1])])
|
/pkg/src/modules/publish/ |
H A D | dependencies.py | 298 attrs.update(c) 828 attrs.update({ 929 attrs.update({ 1256 # update the remaining conditional dependencies for this 1500 attrs.update(s) 1741 unmatched_patterns.update(e.notfound) 1805 diff.type_diffs.update(e.diff.type_diffs) 1806 diff.value_diffs.update(e.diff.value_diffs) 1832 diff.type_diffs.update(e.diff.type_diffs) 1833 diff.value_diffs.update( [all...] |
H A D | transaction.py | 357 attrs.update(elf.get_hashes( 434 action.attrs.update(hashes)
|
/pkg/src/ |
H A D | setup.py | 758 link="hard", update=1) 760 file_util.copy_file(src, dest, update=1) 774 update=True) 839 env.update(updenv) 935 "/usr/bin/intltool-update", "--maintain" 979 "/usr/bin/intltool-update", "--pot" 1085 source for next translation update.
|
/pkg/src/modules/client/transport/ |
H A D | repo.py | 545 headers.update(header) 826 headers.update(header) 857 headers.update(header) 882 headers.update(header) 935 headers.update(header) 987 headers.update(header) 2047 pubinfo["last-catalog-update"] = \ 2054 "last-catalog-update": 2366 """Called by pycurl/libcurl framework to update 2403 """Called by pycurl/libcurl framework to update [all...] |