Searched defs:LIST_INSTALLED_NEWEST (Results 1 - 2 of 2) sorted by relevance

/pkg/src/modules/client/
H A Doptions.py65 LIST_INSTALLED_NEWEST = "list_installed_newest" variable
762 opts_new[LIST_INSTALLED_NEWEST] = True
764 if opts_new[LIST_ALL] and not opts_new[LIST_INSTALLED_NEWEST]:
766 [LIST_ALL, LIST_INSTALLED_NEWEST])
768 if opts_new[LIST_INSTALLED_NEWEST] and opts_new[LIST_NEWEST]:
770 [LIST_INSTALLED_NEWEST, LIST_NEWEST])
772 if opts_new[LIST_INSTALLED_NEWEST] and opts_new[LIST_UPGRADABLE]:
774 [LIST_INSTALLED_NEWEST, LIST_UPGRADABLE])
1248 (LIST_INSTALLED_NEWEST, False, [], {"type": "boolean"}),
H A Dapi.py277 LIST_INSTALLED_NEWEST = 2 variable in class:ImageInterface
3680 LIST_INSTALLED_NEWEST
3756 elif pkg_list == self.LIST_INSTALLED_NEWEST:
3809 # For LIST_INSTALLED_NEWEST, installed packages need to be

Completed in 46 milliseconds