Searched refs:unique_attrs (Results 1 - 9 of 9) sorted by relevance
/pkg/src/modules/actions/ |
H A D | legacy.py | 49 unique_attrs = ("category", "desc", "hotline", "name", "pkg", "vendor", variable in class:LegacyAction
|
H A D | link.py | 51 unique_attrs = "path", "target" variable in class:LinkAction
|
H A D | directory.py | 47 unique_attrs = "path", "mode", "owner", "group" variable in class:DirectoryAction
|
H A D | license.py | 54 unique_attrs = ("license", ) variable in class:LicenseAction
|
H A D | generic.py | 173 # '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 D | file.py | 66 unique_attrs = "path", "mode", "owner", "group", "preserve", "sysattr" variable in class:FileAction
|
/pkg/src/modules/lint/ |
H A D | pkglint_action.py | 831 for key in FileAction.unique_attrs:
|
/pkg/src/modules/client/ |
H A D | imageplan.py | 2340 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 D | api_errors.py | 837 if ((k in action.unique_attrs and
|
Completed in 51 milliseconds