Lines Matching refs:list
183 allowed=list(sigpolicy.Policy.policies()) + [DEF_TOKEN],
243 allowed=list(sigpolicy.Policy.policies()) + [DEF_TOKEN],
356 return list(self.__publishers.keys())
360 return list(self.__publishers.values())
469 # Sort the index so that the prefixes are added to the list
701 # list contains unique values. We must check for
722 if isinstance(pval, list):
772 for name in (list(default_properties.keys()) +
773 list(default_policies.keys())):
842 # Add 'origin' to list of origins if it doesn't exist already.
850 # [origin|mirror]_info dictionaries map URIs to a list of dicts
863 # proxies or key/value pairs per URI if necessary. This list
872 # get the list of dictionaries from the cfg
1065 if list(properties.keys()) != ["property"]:
1083 The 'pkg_counts' parameter is a list of tuples which contains
1251 The 'pkg_counts' parameter is a list of tuples which contains
1300 if list(map(str, pold.repository.origins)) != \
1301 list(map(str, pnew.repository.origins)):
1600 return list(self.__publishers.keys())
1604 return list(self.__publishers.values())