Searched refs:PropertyTemplate (Results 1 - 3 of 3) sorted by relevance
/pkg/src/modules/client/ |
H A D | imageconfig.py | 198 cfg.PropertyTemplate("^facet\..*", prop_type=cfg.PropBool), 201 cfg.PropertyTemplate("^facet\..*", prop_type=cfg.PropBool), 204 cfg.PropertyTemplate("^[A-Za-z0-9\-]+\.implementation$"), 205 cfg.PropertyTemplate("^[A-Za-z0-9\-]+\.implementation-version$", 207 cfg.PropertyTemplate("^[A-Za-z0-9\-]+\.implementation-source$", 210 cfg.PropertyTemplate("^[A-Za-z0-9\-]+\.version$", 212 cfg.PropertyTemplate("^[A-Za-z0-9\-]+\.version-source$",
|
/pkg/src/tests/api/ |
H A D | t_config.py | 799 """Class to test the functionality of the pkg.config PropertyTemplate 808 propcls = cfg.PropertyTemplate 821 proptemp = cfg.PropertyTemplate("^facet\..*$") 843 proptemp = cfg.PropertyTemplate("name", **args) 960 """Class to test the functionality of the pkg.config PropertyTemplate 997 cfg.PropertyTemplate("multi_value", prop_type=cfg.PropList), 1069 cfg.PropertyTemplate("^facet\..*", prop_type=cfg.PropBool)
|
/pkg/src/modules/ |
H A D | config.py | 332 class PropertyTemplate(object): class in inherits:object 1149 if not isinstance(p, PropertyTemplate):
|
Completed in 24 milliseconds