Searched refs:PropList (Results 1 - 5 of 5) sorted by relevance
/pkg/src/modules/client/ |
H A D | imageconfig.py | 117 cfg.PropList("publisher-search-order"), 146 cfg.PropList("repo.legal_uris", value_map=_val_map_none), 156 cfg.PropList("repo.related_uris", 169 cfg.PropList("publisher-search-order"), 191 cfg.PropList("signature-required-names"), 195 cfg.PropList("dehydrated") 245 cfg.PropList("property.signature-required-names"), 246 cfg.PropList("intermediate_certs"), 247 cfg.PropList("approved_ca_certs"), 248 cfg.PropList("revoked_ca_cert [all...] |
/pkg/src/tests/api/ |
H A D | t_config.py | 439 propcls = cfg.PropList 996 cfg.PropList("list"), 997 cfg.PropertyTemplate("multi_value", prop_type=cfg.PropList), 1032 cfg.PropList("list_basic"), 1033 cfg.PropList("list_default", default=[TH_PACKAGE, "bob cat", 1035 cfg.PropList("list_allowed", allowed=["<pathname>", 1037 cfg.PropList("list_noneallowed", allowed=["", "always", 1889 cfg.PropList("list_multi_line", default=[
|
/pkg/src/modules/ |
H A D | config.py | 543 class PropList(PropDefined): class in inherits:PropDefined 600 class PropDictionaryList(PropList): 677 class PropSimpleList(PropList): 692 PropList._is_allowed(self, value) 784 class PropPubURIList(PropList): 793 PropList._is_allowed(self, value) 1214 default_type=PropList) 1861 if isinstance(propobj, PropList):
|
/pkg/src/modules/server/ |
H A D | depot.py | 2171 cfg.PropList("address"), 2174 cfg.PropList("debug", allowed=["", "headers", 2177 cfg.PropList("disable_ops"),
|
H A D | repository.py | 4246 cfg.PropList("signature-required-names"),
|
Completed in 46 milliseconds