Searched refs:RETURN_PACKAGES (Results 1 - 8 of 8) sorted by relevance

/pkg/src/modules/
H A Dquery_parser.py438 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 Dapi.py438 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 Ddepot.py562 Query.RETURN_PACKAGES:
H A Drepository.py1785 if q.return_type == sqp.Query.RETURN_PACKAGES:
/pkg/src/modules/client/
H A Dquery_parser.py89 self.return_type = qp.Query.RETURN_PACKAGES
H A Dapi.py4694 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 Dt_pkgrepo.py937 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 Drepo.py1377 sqp.Query.RETURN_PACKAGES:

Completed in 72 milliseconds