Home
last modified time | relevance | path

Searched refs:label_t (Results 1 – 25 of 270) sorted by relevance

1234567891011

/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/skyitems/
H A Dlabelsitem.cpp33 m_labelsLists.insert(label_t::STAR_LABEL, stars); in LabelsItem()
166 updateChildLabels(label_t::HORIZON_LABEL); in update()
168 updateChildLabels(label_t::EQUATOR_LABEL); in update()
169 updateChildLabels(label_t::ECLIPTIC_LABEL); in update()
171 updateChildLabels(label_t::PLANET_LABEL); in update()
176 updateChildLabels(label_t::ASTEROID_LABEL); in update()
178 updateChildLabels(label_t::COMET_LABEL); in update()
183 updateChildLabels(label_t::DSO_OTHER_LABEL); in update()
186 updateChildLabels(label_t::STAR_LABEL); in update()
190 void LabelsItem::hideLabels(label_t labelType) in hideLabels()
[all …]
H A Dlabelsitem.h61 enum label_t enum
92 LabelNode *addLabel(SkyObject *skyObject, label_t labelType);
101 LabelNode *addLabel(SkyObject *skyObject, label_t labelType, Trixel trixel);
104 LabelNode *addLabel(QString name, label_t labelType);
110 GuideLabelNode *addGuideLabel(QString name, label_t labelType);
123 void updateChildLabels(label_t labelType);
129 void deleteLabels(label_t labelType);
135 void hideLabels(label_t labelType);
141 void showLabels(label_t labelType);
144 TrixelNode *addTrixel(label_t labelType, Trixel trixel);
[all …]
/dports/math/polymake/polymake-4.5/apps/graph/include/
H A DDijkstraShortestPathBase.h87 using label_t = typename Top::label_t; variable
93 using value_type = label_t*;
95 static Int position(const label_t* label) in position()
103 const label_t& key(const label_t* label) const in key()
118 , label_alloc(sizeof(label_t)) {} in Data()
134 void reclaim_label(label_t* label) in reclaim_label()
136 label->~label_t(); in reclaim_label()
151 using label_t = typename Top::label_t; variable
235 void push_new_label(label_t* new_label, label_t* pred_label) const in push_new_label()
243 void drop_label(label_t* label) const in drop_label()
[all …]
H A DDijkstraShortestPathWithSiblings.h56 using typename base_t::label_t;
61 label_t* rotate_siblings(Int node) in rotate_siblings()
64 label_t* first_sibling = old_first_label->sibling; in rotate_siblings()
66 label_t* next_sibling = first_sibling; in rotate_siblings()
79 using typename base_t::label_t;
138 void add_sibling(label_t* cur_label, label_t* new_label, label_t* pred_label) const in add_sibling()
146 void update_siblings(label_t* label) const in update_siblings()
151 void erase_label(label_t* label) const in erase_label()
154 label_t* sibling = label->sibling; in erase_label()
161 …void remove_redundant_siblings(label_t* const new_label, label_t* prev_sibling, const Predicate& i… in remove_redundant_siblings()
[all …]
H A DDijkstraShortestPathWithScalarWeights.h68 using typename base_t::label_t;
73 label_t* construct_label(const Int node) const in construct_label()
78 label_t* construct_label(const label_t* pred_label, Int cur_node, Int edge_id) const in construct_label()
83 DijkstraLabelCmp compare_labels(const label_t* new_label, const label_t* old_label) const in compare_labels()
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/skyitems/skynodes/
H A Dlabelnode.cpp39 case LabelsItem::label_t::PLANET_LABEL: in initialize()
40 case LabelsItem::label_t::SATURN_MOON_LABEL: in initialize()
41 case LabelsItem::label_t::JUPITER_MOON_LABEL: in initialize()
42 case LabelsItem::label_t::COMET_LABEL: in initialize()
43 case LabelsItem::label_t::RUDE_LABEL: in initialize()
44 case LabelsItem::label_t::ASTEROID_LABEL: in initialize()
48 case LabelsItem::label_t::DEEP_SKY_LABEL: in initialize()
49 case LabelsItem::label_t::DSO_OTHER_LABEL: in initialize()
50 case LabelsItem::label_t::CATALOG_DSO_LABEL: in initialize()
54 case LabelsItem::label_t::TELESCOPE_SYMBOL: in initialize()
[all …]
H A Dlabelnode.h34 LabelNode(SkyObject *skyObject, LabelsItem::label_t type);
41 LabelNode(QString name, LabelsItem::label_t type);
62 inline LabelsItem::label_t labelType() { return m_labelType; } in labelType()
97 LabelsItem::label_t m_labelType;
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/vowpalwabbit/
H A Dmulticlass.cc7 char* bufread_label(label_t* ld, char* c) in bufread_label()
18 label_t* ld = (label_t*) v; in read_cached_label()
30 label_t* ld = (label_t*) v; in weight()
34 char* bufcache_label(label_t* ld, char* c) in bufcache_label()
46 label_t* ld = (label_t*) v; in cache_label()
53 label_t* ld = (label_t*) v; in default_label()
62 label_t* ld = (label_t*)v; in parse_label()
90 sizeof(label_t)};
96 label_t ld = ec.l.multi; in print_update()
/dports/games/simutrans/simutrans-121.0/obj/
H A Dlabel.cc34 label_t::label_t(loadsave_t *file) : in label_t() function in label_t
41 label_t::label_t(koord3d pos, player_t *player, const char *text) : in label_t() function in label_t
56 label_t::~label_t() in ~label_t()
70 void label_t::finish_rd() in finish_rd()
89 image_id label_t::get_image() const in get_image()
96 void label_t::show_info() in show_info()
98 label_t* l = this; in show_info()
H A Dlabel.h7 class label_t : public obj_t
10 label_t(loadsave_t *file);
11 label_t(koord3d pos, player_t *player, const char *text);
12 ~label_t();
/dports/x11/polybar/polybar-3.5.7/include/drawtypes/
H A Dramp.hpp14 explicit ramp(vector<label_t>&& icons) : m_icons(forward<decltype(icons)>(icons)) {} in ramp()
16 void add(label_t&& icon);
17 label_t get(size_t index);
18 label_t get_by_percentage(float percentage);
19 label_t get_by_percentage_with_borders(float percentage);
23 vector<label_t> m_icons;
H A Dprogressbar.hpp16 void set_fill(label_t&& fill);
17 void set_empty(label_t&& empty);
18 void set_indicator(label_t&& indicator);
35 label_t m_fill;
36 label_t m_empty;
37 label_t m_indicator;
H A Danimation.hpp19 explicit animation(vector<label_t>&& frames, int framerate_ms) in animation()
25 void add(label_t&& frame);
28 label_t get() const;
34 vector<label_t> m_frames;
/dports/x11/polybar/polybar-3.5.7/include/modules/
H A Dbspwm.hpp34 vector<pair<unsigned int, label_t>> workspaces;
35 vector<label_t> modes;
36 label_t label;
74 map<mode, label_t> m_modelabels;
75 map<unsigned int, label_t> m_statelabels;
76 label_t m_monitorlabel;
82 label_t m_labelseparator;
H A Di3.hpp36 explicit workspace(string name, enum state state_, label_t&& label) in workspace()
37 : name(name), state(state_), label(forward<label_t>(label)) {} in workspace()
43 label_t label;
74 map<state, label_t> m_statelabels;
78 label_t m_modelabel;
84 label_t m_labelseparator;
H A Dxkeyboard.hpp56 label_t m_layout;
57 label_t m_indicator_state_on;
58 label_t m_indicator_state_off;
59 map<keyboard::indicator::type, label_t> m_indicators;
60 map<keyboard::indicator::type, label_t> m_indicator_on_labels;
61 map<keyboard::indicator::type, label_t> m_indicator_off_labels;
H A Dmenu.hpp12 label_t label;
40 label_t m_labelopen;
41 label_t m_labelclose;
42 label_t m_labelseparator;
H A Dxworkspaces.hpp35 explicit desktop(unsigned int index, desktop_state state, label_t&& label) in desktop()
39 label_t label;
47 label_t label;
102 map<desktop_state, label_t> m_labels;
103 label_t m_monitorlabel;
/dports/databases/grass7/grass-7.8.6/vector/v.label.sa/
H A Dlabels.h26 typedef struct _label label_t; typedef
101 label_t *label; /**< A pointer to the #label_t structure */
136 label_t *labels_init(struct params *p, int *n_labels);
144 void label_candidates(label_t * labels, int n_labels);
151 void label_candidate_overlap(label_t * labels, int n_labels);
160 void simulate_annealing(label_t * labels, int n_labels, struct params *p);
168 void print_label(FILE * labelf, label_t * label, struct params *p);
H A Dannealing.c29 static double calc_label_overlap(label_t * label, int cc, int nc);
30 static void do_label_overlap(label_t * label, int cc, int nc);
51 void simulate_annealing(label_t * labels, int n_labels, struct params *p) in simulate_annealing()
69 label_t *lp; in simulate_annealing()
148 static double calc_label_overlap(label_t * label, int cc, int nc) in calc_label_overlap()
155 label_t *ol; in calc_label_overlap()
167 label_t *ol; in calc_label_overlap()
186 static void do_label_overlap(label_t * label, int cc, int nc) in do_label_overlap()
192 label_t *ol; in do_label_overlap()
207 label_t *ol; in do_label_overlap()
/dports/games/simutrans/simutrans-121.0/gui/
H A Dlabellist_stats_t.cc46 const label_t* a_l = a->get_label(); in compare()
47 const label_t* b_l = b->get_label(); in compare()
78 if (const label_t *lb = get_label()) { in labellist_stats_t()
84 const label_t* labellist_stats_t::get_label() const in get_label()
87 return gr->find<label_t>(); in get_label()
125 if (label_t *lb = gr->find<label_t>()) { in infowin_event()
/dports/net-mgmt/collectd5/collectd-5.12.0/src/utils/format_json/
H A Dformat_json_test.c57 } label_t; typedef
60 label_t *expected_labels;
63 label_t *current_label;
78 label_t *l = c->expected_labels + i; in test_map_key()
113 label_t *l = c->current_label; in test_string()
132 static int expect_json_labels(char *json, label_t *labels, size_t labels_num) { in expect_json_labels()
154 label_t labels[] = { in DEF_TEST()
/dports/textproc/c2man/c2man-2.0.42/tests/
H A Dj.c84 typedef struct label_t { struct
86 } label_t; typedef
90 typedef struct label_t { struct
92 } label_t; typedef
96 typedef struct label_t { struct
98 } label_t; argument
H A Dm.c84 typedef struct label_t { struct
86 } label_t; typedef
90 typedef struct label_t { struct
92 } label_t; argument
96 typedef struct label_t { struct
98 } label_t; typedef
/dports/x11/polybar/polybar-3.5.7/src/drawtypes/
H A Dramp.cpp8 void ramp::add(label_t&& icon) { in add()
12 label_t ramp::get(size_t index) { in get()
16 label_t ramp::get_by_percentage(float percentage) { in get_by_percentage()
21 label_t ramp::get_by_percentage_with_borders(float percentage) { in get_by_percentage_with_borders()
47 vector<label_t> vec; in load_ramp()

1234567891011