Searched refs:actionlist (Results 1 - 5 of 5) sorted by relevance
/pkg/src/util/publish/ |
H A D | pkgmogrify.py | 122 for comment, actionlist, prepended_macro in output: 127 for i, action in enumerate(actionlist):
|
/pkg/src/ |
H A D | pkgrepo.py | 1147 actionlist = [] 1150 actionlist = itertools.chain([got], gen_expr) 1162 lines = misc.list_actions_by_attrs(actionlist, attrs)
|
H A D | pull.py | 662 for comment, actionlist, prepended_macro in output: 668 for i, action in enumerate(actionlist):
|
H A D | client.py | 3214 def display_contents_results(actionlist, attrs, sort_attrs, display_headers): 3219 lines = list(misc.list_actions_by_attrs(actionlist, attrs)) 3458 actionlist = [] variable 3464 actionlist = itertools.chain([found], gen_expr) variable 3473 displayed_results = display_contents_results(actionlist, attrs,
|
/pkg/src/modules/ |
H A D | misc.py | 2794 def list_actions_by_attrs(actionlist, attrs, show_all=False, 2799 The "actionlist" parameter is a list of tuples which contain the fmri 2801 publisher the action's package came from. If the actionlist was 2822 for pfmri, action, pub, match, match_type in actionlist:
|
Completed in 43 milliseconds