Lines Matching refs:default
55 # pkg(7) and their default values. Calls to the ImageConfig.get_policy method
67 BE_POLICY: "default",
69 CONTENT_UPDATE_POLICY: "default",
78 BE_POLICY: { "default": "create-backup" },
79 CONTENT_UPDATE_POLICY: { "default": "always" },
86 # Path default is intentionally relative for this case.
98 # Token used for default values.
108 # This dictionary defines the set of default properties and property
119 cfg.PropBool("display-coprights", default=True),
120 cfg.PropBool("require-optional", default=False),
121 cfg.PropBool("pursue-latest", default=True),
123 default=default_policies[FLUSH_CONTENT_CACHE]),
125 default=default_policies[SEND_UUID]),
142 "supplemental"], default="core",
147 cfg.PropDefined("repo.name", default="package repository",
151 default=str(REPO_REFRESH_SECONDS_DEFAULT),
170 cfg.PropDefined(BE_POLICY, allowed=["default",
172 default=default_policies[BE_POLICY]),
173 cfg.PropDefined(CONTENT_UPDATE_POLICY, allowed=["default",
175 default=default_policies[CONTENT_UPDATE_POLICY]),
177 default=default_policies[FLUSH_CONTENT_CACHE]),
179 default=default_policies[MIRROR_DISCOVERY]),
181 default=default_policies[SEND_UUID]),
184 default=DEF_TOKEN),
186 default=default_policies[USE_SYSTEM_REPO]),
188 default=default_properties[CA_PATH]),
190 default=DEF_TOKEN),
193 default=default_policies[
209 "local", "system"], default="local"),
214 "local", "system"], default="local"),
244 default=DEF_TOKEN),
252 "supplemental"], default="core",
257 cfg.PropDefined("repo.name", default="package repository",
261 default=str(REPO_REFRESH_SECONDS_DEFAULT),
273 cfg.PropBool(li.PROP_RECURSE, default=True),
364 the default value for the policy if the named policy is
372 the default value for the policy if the named policy is
379 # If requested policy has a default mapping in
381 # still set to 'default'.
407 to override any default values initially assigned during reset.
768 # are never written so that if the default value is
771 default = []
785 default.append(name)
794 # Merge default props back into configuration.
795 for name in default:
918 # Assume default value for attr.
1133 "application/pkg/system-repository:default",
1137 "application/pkg/system-repository:default",
1558 to override any default values initially assigned during reset.