Searched refs:LIST_NEWEST (Results 1 - 6 of 6) sorted by relevance

/pkg/src/tests/api/
H A Dt_api_list.py302 newest = pkg_list == api.ImageInterface.LIST_NEWEST
487 self.__test_list(api.ImageInterface.LIST_NEWEST,
490 # Verify that LIST_NEWEST will allow version-specific
495 returned = self.__get_returned(api_obj.LIST_NEWEST,
511 returned = self.__get_returned(api_obj.LIST_NEWEST,
527 returned = self.__get_returned(api_obj.LIST_NEWEST,
/pkg/src/modules/client/
H A Doptions.py66 LIST_NEWEST = "list_newest" variable
760 if opts_new[ORIGINS] and not opts_new[LIST_NEWEST]:
768 if opts_new[LIST_INSTALLED_NEWEST] and opts_new[LIST_NEWEST]:
770 [LIST_INSTALLED_NEWEST, LIST_NEWEST])
1250 (LIST_NEWEST, False, [], {"type": "boolean"}),
H A Dapi.py278 LIST_NEWEST = 3 variable in class:ImageInterface
3687 LIST_NEWEST
3758 elif pkg_list == self.LIST_NEWEST:
3929 # Retrieve only the newest package versions for LIST_NEWEST if
4300 ilist = self.LIST_NEWEST
H A Dclient_api.py628 pkg_list = api.ImageInterface.LIST_NEWEST
770 pkg_list == api.ImageInterface.LIST_NEWEST:
/pkg/src/modules/lint/
H A Dengine.py93 search_type = pkg.client.api.ImageInterface.LIST_NEWEST
/pkg/src/
H A Dclient.py3355 pkg_list = api.ImageInterface.LIST_NEWEST

Completed in 68 milliseconds