Searched refs:Property (Results 1 - 5 of 5) sorted by relevance
/pkg/src/modules/ |
H A D | config.py | 40 Property Class 93 return _("Property name '{0}' is not valid. Section names " 108 return _("Property template name '{0}' is not valid.").format( 148 return _("Property '{prop}' in section '{section}' " 151 return _("Property {0} doesn't allow multiple values.").format( 217 class Property(object): class in inherits:object 242 if not isinstance(other, Property): 247 if not isinstance(other, Property): 258 if not isinstance(other, Property): 265 if not isinstance(other, Property) [all...] |
/pkg/src/modules/client/ |
H A D | imageconfig.py | 138 cfg.Property("ssl_cert", value_map=_val_map_none), 139 cfg.Property("ssl_key", value_map=_val_map_none), 150 cfg.Property("repo.refresh_seconds", 154 cfg.Property("repo.registration_uri", 158 cfg.Property("repo.sort_policy", value_map=_val_map_none), 187 cfg.Property(CA_PATH, 189 cfg.Property("trust-anchor-directory", 192 cfg.Property(CHECK_CERTIFICATE_REVOCATION, 239 cfg.Property("ssl_cert", value_map=_val_map_none), 240 cfg.Property("ssl_ke [all...] |
/pkg/src/tests/api/ |
H A D | t_config.py | 54 """Class to test the functionality of the pkg.config Property classes. 138 propcls = cfg.Property 834 ({ "prop_type": cfg.Property, "value_map": { "None": None } 844 extype = args.get("prop_type", cfg.Property) 919 propcls = cfg.Property 994 cfg.Property("prop"), 1024 cfg.Property("str_basic"), 1025 cfg.Property("str_escape", default=";, &, (, ), |, ^, <, " 1027 cfg.Property("str_default", default=TH_PACKAGE), 1062 cfg.Property("str_basi [all...] |
/pkg/src/modules/server/ |
H A D | depot.py | 2173 cfg.Property("content_root"),
|
H A D | repository.py | 4244 cfg.Property("trust-anchor-directory",
|
Completed in 34 milliseconds