Searched refs:RETURN_PACKAGES (Results 1 - 8 of 8) sorted by relevance
/pkg/src/modules/ |
H A D | query_parser.py | 438 RETURN_PACKAGES = 1 variable in class:Query 451 The "return_type" parameter must be either RETURN_PACKAGES or 468 assert self.return_type == Query.RETURN_PACKAGES or \ 517 if return_type != Query.RETURN_PACKAGES and \ 615 self.return_type = Query.RETURN_PACKAGES 674 if self.return_type == Query.RETURN_PACKAGES: 719 self.return_type = Query.RETURN_PACKAGES 744 elif return_type == Query.RETURN_PACKAGES and \ 761 Query.RETURN_PACKAGES, self.query.return_type) 971 (1, Query.RETURN_PACKAGES, fmr [all...] |
/pkg/src/modules/server/ |
H A D | api.py | 438 return_type=qp.Query.RETURN_PACKAGES, start_point=None, 467 if 'return_type' is not qp.Query.RETURN_PACKAGES. 488 if result[1] == qp.Query.RETURN_PACKAGES: 498 result[1] == qp.Query.RETURN_PACKAGES: 522 return_type == qp.Query.RETURN_PACKAGES:
|
H A D | depot.py | 562 Query.RETURN_PACKAGES:
|
H A D | repository.py | 1785 if q.return_type == sqp.Query.RETURN_PACKAGES:
|
/pkg/src/modules/client/ |
H A D | query_parser.py | 89 self.return_type = qp.Query.RETURN_PACKAGES
|
H A D | api.py | 4694 query_p.Query.RETURN_PACKAGES: 4750 elif return_type == Query.RETURN_PACKAGES: 4793 query_p.Query.RETURN_PACKAGES: 5614 return_type = query_p.Query.RETURN_PACKAGES
|
/pkg/src/tests/cli/ |
H A D | t_pkgrepo.py | 937 query = Query("tree", False, Query.RETURN_PACKAGES, None, None) 975 query = Query("tree", False, Query.RETURN_PACKAGES, None, None) 1146 query = Query("tree", False, Query.RETURN_PACKAGES, None, None) 1178 query = Query("truck", False, Query.RETURN_PACKAGES, None, None) 1199 query = Query("truck", False, Query.RETURN_PACKAGES, None, None) 1205 query = Query("zoo", False, Query.RETURN_PACKAGES, None, None)
|
/pkg/src/modules/client/transport/ |
H A D | repo.py | 1377 sqp.Query.RETURN_PACKAGES:
|
Completed in 72 milliseconds