Searched refs:DEF_TOKEN (Results 1 - 2 of 2) sorted by relevance

/pkg/src/modules/
H A Dp5s.py36 from pkg.client.imageconfig import DEF_TOKEN namespace
254 if sp and sp != DEF_TOKEN:
271 if sig_pol != DEF_TOKEN:
/pkg/src/modules/client/
H A Dimageconfig.py99 DEF_TOKEN = "DEFAULT" variable
183 allowed=list(sigpolicy.Policy.policies()) + [DEF_TOKEN],
184 default=DEF_TOKEN),
190 default=DEF_TOKEN),
243 allowed=list(sigpolicy.Policy.policies()) + [DEF_TOKEN],
244 default=DEF_TOKEN),
395 if name in default_policies and rval == DEF_TOKEN:
397 if name in default_properties and rval == DEF_TOKEN:
744 if val == DEF_TOKEN:
767 # Ensure properties with the special value of DEF_TOKEN
[all...]

Completed in 11 milliseconds