Lines Matching refs:actions
52 # 5) variant & facet tags appear at the end of actions
75 import pkg.actions
79 from pkg.actions.generic import quote_attr_value
80 from pkg.actions.depend import known_types as dep_types
184 act = pkg.actions.fromstr(actstr)
186 # For formatting purposes, treat dependency actions that
190 raise pkg.actions.InvalidActionError(act,
193 except (pkg.actions.MalformedActionError,
194 pkg.actions.UnknownActionError,
195 pkg.actions.InvalidActionError):
208 # we know that all lines that reach here have actions
209 # make set actions first
210 # depend actions last
234 # Place set pkg.fmri actions first among set actions.
240 # Place set actions with names that start with pkg. before any
241 # remaining set actions.
250 # Place set pkg.summary actions second and pkg.description
262 # Sort actions based on key attribute (if applicable).
268 # This ensures filesystem actions are sorted by
269 # path and link and hardlink actions are sorted
348 # For depend actions, type should always come
356 # For driver actions, attributes should be in
517 # Force 'dir' actions to use four spaces at beginning of lines
518 # so they line up with other filesystem actions such as file,
692 # found after actions.
698 # were found before or after actions.