Searched defs:update (Results 1 - 7 of 7) sorted by relevance

/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 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 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...]
/pkg/src/modules/server/
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/client/
H A Drad_pkg.py547 def update(self, pkg_fmri_patterns=None, backup_be_name=None, member in class:PkgImage
573 ret_json = self.__pkg("update", pargs_json=pkg_fmri_patterns,
H A Dclient_api.py106 props.update(data_schema)
1091 running {op}. Please update pkg(7) by executing 'pkg install
1398 ret.setdefault("data", {}).update(
1405 data.update(ret["data"])
1535 # If there are specific installed packages to update,
1541 # If no packages were specified, attempt to update all
1660 # For the automatic publisher configuration case, update or add
1745 # provided. Since this is an update case,
1763 # Special bits to update; for these, take the
1773 # If an alias doesn't already exist, update i
3248 def update(self, pargs_json=None, opts_json=None): member in class:ClientInterface
[all...]
/pkg/src/
H A Dclient.py134 logger.error(_("To continue, execute 'pkg update-format' as a "
173 basic_cmds = ["refresh", "install", "uninstall", "update", "list",
191 basic_usage["update"] = _(
244 "update-format",
351 adv_usage["update-format"] = ""
411 combined.update(basic_usage)
412 combined.update(adv_usage)
413 combined.update(priv_usage)
457 Package Transitions : update install uninstall
706 cond_show(_("Packages to update
2225 def update(op, api_inst, pargs, accept, act_timeout, backup_be, backup_be_name, function
[all...]

Completed in 28 milliseconds