Lines Matching refs:found

439                 error(_("The following publisher(s) could not be found:\n "
580 found = props & req_props
581 notfound = req_props - found
584 found = props
588 for prop in sorted(found):
612 if found or (not req_props and out_format == "default"):
618 if found and notfound:
620 if req_props and not found:
623 error(_("no matching properties found"),
636 found = known_pubs & pubs
637 notfound = pubs - found
638 pub_data = [p for p in pub_data if p.prefix in found]
640 found = known_pubs
650 if found and notfound:
652 elif pubs and not found:
655 err_msg = _("no matching publishers found")
657 err_msg = _("no matching publishers found in "
661 return rval, found, pub_data
668 rval, found, pub_data = _get_matching_pubs(subcommand, pubs, xport,
676 [len(_("PUBLISHER"))] + [len(p) for p in found]
729 found = props & req_props
730 notfound = req_props - found
733 found = props
738 for prop in sorted(found):
765 if found or (not req_props and out_format == "default"):
771 if found and notfound:
773 if req_props and not found:
776 error(_("no matching properties found"),
827 found = set(pub_idx.keys()) & pubs
828 notfound = pubs - found
830 found = set(pub_idx.keys())
834 for pfx in sorted(found):
869 [len(desired_field_order[0])] + [len(p) for p in found]
873 if found or (not pubs and out_format == "default"):
879 if found and notfound:
881 if pubs and not found:
884 error(_("no matching publishers found"),
926 rval, found, pub_data = _get_matching_pubs(subcommand, pubs, xport,
1009 max(list(len(p) for p in found) + [len(_("PUBLISHER"))]))
1097 rval, found, pub_data = _get_matching_pubs(subcommand, pubs, xport,
1174 were found in the repository."""))
1193 found = rpubs
1195 found = rpubs & pubs
1196 notfound = pubs - found
1199 if found and notfound:
1201 elif pubs and not found:
1202 error(_("no matching publishers found"), cmd=subcommand)
1206 for pfx in found:
1225 rval, found, pub_data = _get_matching_pubs(subcommand, pubs, xport,
1231 for pfx in found:
1338 rval, found, pub_data = _get_matching_pubs(subcommand, pubs, xport,
1344 for pfx in found:
1696 rval, found, pub_data = _get_matching_pubs(subcommand, pubs, xport,
1718 for pfx in found:
1774 rval, found, pub_data = _get_matching_pubs(subcommand, pubs, xport,
1797 for pfx in found:
1928 # row shows number of packages found in specific
1934 # row shows number of packages found in both
2240 rval, found, pub_data = _get_matching_pubs(subcommand, pubs, xport,