Lines Matching refs:properties
106 URLs, publishers, properties, etc. that allow an Image to operate."""
108 # This dictionary defines the set of default properties and property
112 cfg.PropertySection("filter", properties=[]),
113 cfg.PropertySection("image", properties=[
116 cfg.PropertySection("property", properties=[
127 cfg.PropertySection("variant", properties=[]),
128 cfg.PropertySectionTemplate("^authority_.*", properties=[
162 cfg.PropertySection("image", properties=[
167 cfg.PropertySection("property", properties=[
197 cfg.PropertySection("facet", properties=[
200 cfg.PropertySection("inherited_facet", properties=[
203 cfg.PropertySection("mediators", properties=[
216 cfg.PropertySection("variant", properties=[]),
218 cfg.PropertySectionTemplate("^authority_.*", properties=[
270 cfg.PropertySectionTemplate("^linked_.*", properties=[
410 # Set __validate to be False so that the order the properties
445 # load linked image child properties
479 # Move any properties found in policy section (from older
485 # Setup defaults for properties that have no value.
512 # Now re-enable validation and validate the properties.
533 def set_properties(self, properties):
538 properties.
540 'properties' should be a dictionary of dictionaries indexed by
550 # Validation must be delayed until after all properties are set,
551 # in case some properties are interdependent for validation.
554 cfg.FileConfig.set_properties(self, properties)
737 pname[len("property."):] not in pub.properties:
738 # Ensure properties not currently set
743 for key, val in pub.properties.iteritems():
767 # Ensure properties with the special value of DEF_TOKEN
800 """Read linked image properties associated with a child image.
801 Zone linked images do not store their properties here in the
813 # Check for known properties
852 # origin to have several dictionaries with different properties)
901 # Discard publisher properties with the
931 # Set per-origin/mirror URI properties
981 """Check that properties are consistent with each other."""
999 """Support getdefault() on properties"""
1002 # properties so we can enforce rules
1045 """Check that properties are consistent with each other."""
1062 def set_properties(self, properties):
1063 """Set multiple properties at one time."""
1065 if list(properties.keys()) != ["property"]:
1067 props = properties["property"]
1106 # A tuple of properties whose value should be taken from the
1211 # properties at once since setting the
1606 # properties so we can enforce rules and manage two potentially