Lines Matching refs:values
55 # pkg(7) and their default values. Calls to the ImageConfig.get_policy method
98 # Token used for default values.
359 """Support values() on publishers"""
360 return list(self.__publishers.values())
405 'overrides' is an optional dictionary of property values indexed
407 to override any default values initially assigned during reset.
534 """Sets the values of the property objects matching those found
674 # sys_cfg proxy values should
701 # list contains unique values. We must check for
708 values = set()
711 if item not in values:
712 values.add(item)
851 # containing property values for that URI. (we allow a single
1309 for p in sys_cfg.publishers.values():
1333 for p in img_cfg.publishers.values():
1381 for p in self.__publishers.values():
1556 'overrides' is an optional dictionary of property values indexed
1558 to override any default values initially assigned during reset.
1603 """Support values() on publishers"""
1604 return list(self.__publishers.values())