Searched refs:SUMMARY (Results 1 - 7 of 7) sorted by relevance
/pkg/src/modules/ |
H A D | api_common.py | 128 IDENTITY, SUMMARY, CATEGORIES, STATE, SIZE, LICENSES, LINKS, \ 213 get_summ = PackageInfo.SUMMARY in info_needed 223 cat_data.append(cat.SUMMARY)
|
H A D | catalog.py | 1382 DEPENDENCY, SUMMARY = range(2) 1568 if self.SUMMARY in info_needed: 2052 SUMMARY 2342 acts = self.__actions([self.SUMMARY], excludes=excludes, 2427 SUMMARY 2481 SUMMARY 2509 if self.SUMMARY in info_needed: 2575 SUMMARY 2710 SUMMARY 2752 if self.SUMMARY i [all...] |
/pkg/src/tests/api/ |
H A D | t_catalog.py | 284 for f, actions in nc.actions([nc.SUMMARY]): 302 for f, actions in nc.actions([nc.SUMMARY], excludes=excludes, 322 for f, actions in nc.actions([nc.SUMMARY], excludes=excludes): 361 for a in nc.get_entry_actions(f, [nc.SUMMARY]) 370 for a in nc.get_entry_actions(f, [nc.SUMMARY], 380 for a in nc.get_entry_actions(f, [nc.SUMMARY], 937 nc.SUMMARY], locales=set(("C", "th"))):
|
/pkg/src/modules/client/ |
H A D | options.py | 83 SUMMARY = "summary" variable 776 if opts_new[SUMMARY] and opts_new[VERBOSE]: 778 [SUMMARY, VERBOSE]) 1251 (SUMMARY, False, [], {"type": "boolean"}),
|
H A D | api.py | 3836 cat_info = frozenset([pkg_cat.DEPENDENCY, pkg_cat.SUMMARY]) 4472 if PackageInfo.SUMMARY in info_needed:
|
H A D | imageplan.py | 558 f, [pkg.catalog.Catalog.SUMMARY]):
|
/pkg/src/modules/server/ |
H A D | api.py | 312 cat_opts = frozenset([PackageInfo.SUMMARY,
|
Completed in 62 milliseconds