Searched refs:update (Results 1 - 25 of 53) sorted by relevance

123

/pkg/src/tests/api/
H A Dt_sha512_t.py58 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 Dt_dependencies.py93 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 Dactuator.py58 "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 Dpublisher.py1259 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 Dsha512_t.py38 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 Dmisc.py423 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 Dcfgfiles.py135 """ 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 Dfacet.py80 # 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 Dmanifest.py310 key.update([
313 key.update(
587 cfacets.update(vcfacets)
1324 sha_1.update(mfstcontent.encode("utf-8"))
1326 sha_1.update(mfstcontent)
H A Dvariant.py149 self.setdefault(name, set([])).update(var[name])
/pkg/src/tests/
H A Dmultiplatform.py138 self.imported_modules.update({alias: name})
155 self.imported_modules.update({alias: fullname})
/pkg/src/modules/server/
H A Dface.py66 "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 Dfeed.py85 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 Dsmf_manifest.py137 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 Dbase.py137 attrs.update([
144 attrs.update(action.get_variant_template())
292 attrs.update({
/pkg/src/modules/actions/
H A Duser.py131 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 Dsignature.py254 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 Dgroup.py180 should_be.update(self.attrs)
/pkg/src/util/apache2/sysrepo/
H A Dsysrepo_p5p.py120 """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 Dt_pkg_refresh.py179 # 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 Dpkgmogrify.py80 macros.update([("$({0})".format(a[0]), a[1])])
/pkg/src/modules/publish/
H A Ddependencies.py298 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 Dtransaction.py357 attrs.update(elf.get_hashes(
434 action.attrs.update(hashes)
/pkg/src/
H A Dsetup.py758 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 Drepo.py545 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...]

Completed in 124 milliseconds

123