Searched refs:unique_attrs (Results 1 - 9 of 9) sorted by relevance

/pkg/src/modules/actions/
H A Dlegacy.py49 unique_attrs = ("category", "desc", "hotline", "name", "pkg", "vendor", variable in class:LegacyAction
H A Dlink.py51 unique_attrs = "path", "target" variable in class:LinkAction
H A Ddirectory.py47 unique_attrs = "path", "mode", "owner", "group" variable in class:DirectoryAction
H A Dlicense.py54 unique_attrs = ("license", ) variable in class:LicenseAction
H A Dgeneric.py173 # 'unique_attrs' is a tuple listing the attributes which must be
176 unique_attrs = () variable in class:Action
757 if not self.unique_attrs or key in self.unique_attrs:
H A Dfile.py66 unique_attrs = "path", "mode", "owner", "group", "preserve", "sysattr" variable in class:FileAction
/pkg/src/modules/lint/
H A Dpkglint_action.py831 for key in FileAction.unique_attrs:
/pkg/src/modules/client/
H A Dimageplan.py2340 attributes listed in the 'unique_attrs' property of an
2373 if (d in a1[0].unique_attrs and
2768 for a in act.unique_attrs
2795 for a in act.unique_attrs
3417 # Delivered content or unique_attrs changed.
3431 # different content or unique_attrs. Check to
3436 # Different unique_attrs.
H A Dapi_errors.py837 if ((k in action.unique_attrs and

Completed in 51 milliseconds