Home
last modified time | relevance | path

Searched refs:stars_list (Results 1 – 3 of 3) sorted by relevance

/dports/astro/pp3/pp3-1.3.3/
H A Dpp3.cc296 typedef vector<star> stars_list; typedef
316 void read_stars(stars_list&stars){ in read_stars()
624 const stars_list&stars){ in read_constellation_lines()
1356 void draw_stars(const transformation&mytransform,stars_list&stars, in draw_stars()
1656 const stars_list&stars, in draw_constellation_lines()
2130 stars_list&stars,nebulae_list&nebulae){
2160 objects_list&objects,stars_list&stars,
2590 stars_list stars;
H A Dpp3.w1136 stars_list& stars, nebulae_list& nebulae) {
1177 objects_list& objects, stars_list& stars,
1699 @s stars_list int
1746 typedef vector<star> stars_list;
1787 void read_stars(stars_list& stars) {
2257 const stars_list& stars) {
3242 void draw_stars(const transformation& mytransform, stars_list& stars,
3748 const stars_list& stars,
3915 stars_list stars;
/dports/net-im/py-slackclient/python-slackclient-2.1.0/slack/web/
H A Dclient.py1212 def stars_list(self, **kwargs) -> Union[Future, SlackResponse]: member in WebClient