Lines Matching defs:info
501 "info": {"type": "string"}
582 error = {"info": txt, "errtype": "catalog_refresh"}
1055 errors_json.append({"info": err})
1089 error ={"info": _("""\
1933 times = c["info"] = {
2161 str(c["info"]["effective"])
2163 str(c["info"]["expiration"])
2252 error = {"reason": _("must request remote info for specific "
2273 ret = api_inst.info(pargs, info_local, info_needed,
2375 # XXX even more info on the publisher would be nice?
2395 # XXX add license/copyright info here?
2398 "info.keyword": _("Additional Keywords"),
2399 "info.upstream": _("Project Contact"),
2400 "info.maintainer": _("Project Maintainer"),
2401 "info.maintainer-url": _("Project Maintainer URL"),
2403 "info.upstream-url": _("Project URL"),
2404 "info.repository-changeset": _("Repository Changeset"),
2405 "info.repository-url": _("Source URL"),
2406 "info.source-url": _("Source URL")
2431 pkg: info: no packages matching the following patterns you specified are
2435 pkg: info: no packages matching the following patterns you specified were
2666 # information at the uri level, ssl info should be set
2673 # information at the uri level, ssl info should be set
3230 def info(self, pargs_json=None, opts_json=None):
3231 """Invoke pkg info subcommand."""
3233 return self.__cmd_invoke("info", pargs_json=pargs_json,
3314 "info" : [_info, __pkg_info_output_schema],