Lines Matching defs:update
106 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 it too.
1797 _error_json("failed to add or update one or more "
2691 # we turn it into an update task for the
2725 # Assume the user wanted to update the ssl_cert or ssl_key
3248 def update(self, pargs_json=None, opts_json=None):
3249 """Invoke pkg update subcommand."""
3251 return self.__cmd_invoke("update", pargs_json=pargs_json,
3307 "update" : [_update, __pkg_update_output_schema],