Home
last modified time | relevance | path

Searched refs:Clist (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dgtk-clist.adb41 package body Gtk.Clist is
71 Internal (Get_Object (Clist));
110 Internal (Get_Object (Clist));
121 Internal (Get_Object (Clist));
132 Internal (Get_Object (Clist));
143 Internal (Get_Object (Clist));
165 Internal (Get_Object (Clist));
1067 Clist.Sort_Func := null;
1070 Clist.Sort_Func := Func;
1243 (Clist : System.Address;
[all …]
H A Dgtk-clist.ads67 package Gtk.Clist is
190 (Clist : access Gtk_Clist_Record;
238 (Clist : access Gtk_Clist_Record;
246 (Clist : access Gtk_Clist_Record;
253 (Clist : access Gtk_Clist_Record;
269 (Clist : access Gtk_Clist_Record;
312 (Clist : access Gtk_Clist_Record;
338 (Clist : access Gtk_Clist_Record;
345 (Clist : access Gtk_Clist_Record;
429 (Clist : access Gtk_Clist_Record;
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DListMatrix.F90275 Clist => Clist % Next
347 Prev => Clist
353 Entry => Clist
500 Prev => Clist
501 Clist => Clist % Next
512 DEALLOCATE(Clist)
536 DEALLOCATE(Clist)
537 Clist=>Next
572 Prev => Clist
573 Clist => Clist % Next
[all …]
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/testgtk/
H A Dcreate_clist.adb39 with Gtk.Clist; use Gtk.Clist;
276 Gtk.Clist.Undo_Selection (List);
308 Clist : Gtk_Clist; variable
333 Add (Scrolled, Clist);
377 Slot_Object => Clist);
384 Slot_Object => Clist);
397 Clist);
405 Clist);
417 Set_Row_Height (Clist, 18);
418 Set_USize (Clist, -1, 300);
[all …]
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/examples/documentation/
H A Dclist.adb17 package body Clist is package
19 procedure Hide_All_But_One (Clist : access Gtk_Clist_Record'Class;
24 Set_Column_Visibility (Clist, New_Column, True);
27 for J in 0 .. Get_Columns (Clist) loop
29 Set_Column_Visibility (Clist, J, False);
34 end Clist;
H A Dclist.ads1 with Gtk.Clist, Glib; use Gtk.Clist, Glib;
3 package Clist is packspec
5 procedure Hide_All_But_One (Clist : access Gtk_Clist_Record'Class;
8 end Clist;
/dports/databases/grass7/grass-7.8.6/display/d.vect.thematic/
H A Dplot1.c103 fi = Vect_get_field(Map, (Clist->field > 0 ? Clist->field : 1)); in plot1()
106 (Clist->field > 0 ? Clist->field : 1)); in plot1()
218 if (!(Vect_cat_in_cat_list(line, Clist))) in plot1()
223 if (Cats->field[i] == Clist->field && in plot1()
224 Vect_cat_in_cat_list(Cats->cat[i], Clist)) { in plot1()
233 else if (Clist->field > 0) { in plot1()
237 if (Cats->field[i] == Clist->field) { in plot1()
252 (Clist->field > 0 ? Clist->field : in plot1()
300 if (Clist->field > 0) { in plot1()
301 cat = Vect_get_line_cat(Map, line, Clist->field); in plot1()
[all …]
H A Darea.c15 int dareatheme(struct Map_info *Map, struct cat_list *Clist, in dareatheme() argument
74 if (Cats->field[i] == Clist->field && in dareatheme()
75 Vect_cat_in_cat_list(Cats->cat[i], Clist)) { in dareatheme()
83 else if (Clist->field > 0) { in dareatheme()
95 if (Cats->field[i] == Clist->field) { in dareatheme()
123 (Clist->field > 0 ? Clist->field : in dareatheme()
H A Ddisplay.c19 int display_lines(struct Map_info *Map, struct cat_list *Clist, in display_lines() argument
112 Clist, Symb, primary_color, &n_points, &n_lines, in display_lines()
145 const struct cat_list *Clist, SYMBOL * Symb, in draw_line() argument
169 if (Cats->field[i] == Clist->field && in draw_line()
170 Vect_cat_in_cat_list(Cats->cat[i], Clist)) { in draw_line()
178 else if (Clist->field > 0) { in draw_line()
180 if (Cats->field[i] == Clist->field) { in draw_line()
/dports/databases/grass7/grass-7.8.6/lib/vector/vedit/
H A Dcats.c31 int layer, int del, struct cat_list *Clist) in Vedit_modify_cats() argument
40 if (Clist->n_ranges <= 0) { in Vedit_modify_cats()
58 for (j = 0; j < Clist->n_ranges; j++) { in Vedit_modify_cats()
59 for (cat = Clist->min[j]; cat <= Clist->max[j]; cat++) { in Vedit_modify_cats()
/dports/databases/grass7/grass-7.8.6/vector/v.category/
H A Dmain.c60 struct cat_list *Clist; in main() local
213 Clist = Vect_new_cat_list(); in main()
223 Clist = NULL; in main()
340 if (type & otype && (!Clist || in main()
341 (Clist && in main()
389 (Clist && in main()
415 (Clist && in main()
430 (Clist && in main()
467 (Clist && in main()
485 if (Clist && Vect_cat_in_cat_list(id, Clist) == FALSE) in main()
[all …]
/dports/databases/grass7/grass-7.8.6/display/d.vect/
H A Dlines.c53 int display_lines(struct Map_info *Map, int type, struct cat_list *Clist, in display_lines() argument
161 Clist, Symb, in display_lines()
205 const struct cat_list *Clist, SYMBOL *Symb, in draw_line() argument
233 if (!(Vect_cat_in_cat_list(line, Clist))) in draw_line()
238 if (Cats->field[i] == Clist->field && in draw_line()
239 Vect_cat_in_cat_list(Cats->cat[i], Clist)) { in draw_line()
248 else if (Clist->field > 0) { in draw_line()
250 if (Cats->field[i] == Clist->field) { in draw_line()
278 (Clist->field > 0 ? Clist->field : (Cats->n_cats > 0 ? Cats->field[0] : 1)), in draw_line()
289 custom_rgb = get_cat_color(line, Cats, Clist, in draw_line()
H A Ddir.c10 int display_dir(struct Map_info *Map, int type, struct cat_list *Clist, in display_dir() argument
45 if (Cats->field[i] == Clist->field && in display_dir()
46 Vect_cat_in_cat_list(Cats->cat[i], Clist)) { in display_dir()
54 else if (Clist->field > 0) { in display_dir()
58 if (Cats->field[i] == Clist->field) { in display_dir()
H A Darea.c16 int display_area(struct Map_info *Map, struct cat_list *Clist, const struct Cell_head *window, in display_area() argument
86 if (!(Vect_cat_in_cat_list(area, Clist))) in display_area()
99 if (Cats->field[i] == Clist->field && in display_area()
100 Vect_cat_in_cat_list(Cats->cat[i], Clist)) { in display_area()
110 else if (Clist->field > 0) { in display_area()
120 if (Cats->field[i] == Clist->field) { in display_area()
160 (Clist->field > 0 ? Clist->field : in display_area()
185 custom_rgb = get_cat_color(area, Cats, Clist, in display_area()
H A Dlabel.c13 struct cat_list *Clist, LATTR *lattr, int chcat) in display_label() argument
55 process_line(ltype, Points, Cats, lattr, chcat, Clist); in display_label()
72 process_line(ltype, Points, Cats, lattr, chcat, Clist); in display_label()
85 int chcat, const struct cat_list *Clist) in process_line() argument
101 if (Cats->field[i] == Clist->field && in process_line()
102 Vect_cat_in_cat_list(Cats->cat[i], Clist)) { in process_line()
110 else if (Clist->field > 0) { in process_line()
114 if (Cats->field[i] == Clist->field) { in process_line()
H A Dattr.c11 struct cat_list *Clist, LATTR *lattr, int chcat) in display_attr() argument
69 if (Cats->field[i] == Clist->field && in display_attr()
70 Vect_cat_in_cat_list(Cats->cat[i], Clist)) { in display_attr()
78 else if (Clist->field > 0) { in display_attr()
82 if (Cats->field[i] == Clist->field) { in display_attr()
H A Dshape.c15 int display_shape(struct Map_info *Map, int type, struct cat_list *Clist, const struct Cell_head *w… in display_shape() argument
35 field = Clist->field > 0 ? Clist->field : 1; in display_shape()
207 stat += display_area(Map, Clist, window, in display_shape()
216 stat += display_lines(Map, type, Clist, in display_shape()
280 int get_cat_color(int line, const struct line_cats *Cats, const struct cat_list *Clist, in get_cat_color() argument
288 if (Clist->field > 0) { in get_cat_color()
289 Vect_cat_get(Cats, Clist->field, &cat); in get_cat_color()
H A Dmain.c61 struct cat_list *Clist; in main() local
385 Clist = Vect_new_cat_list(); in main()
386 Clist->field = atoi(field_opt->answer); in main()
393 if (Clist->field < 1) in main()
396 option_to_where(&Map, Clist, where_opt->answer); in main()
399 if (Clist->field < 1 && !id_flag->answer) in main()
402 ret = Vect_str_to_cat_list(cat_opt->answer, Clist); in main()
445 stat += display_shape(&Map, type, Clist, &window, in main()
461 stat += display_dir(&Map, type, Clist, chcat, size); in main()
480 stat += display_label(&Map, type, Clist, &lattr, chcat); in main()
[all …]
/dports/cad/jspice3/jspice3-2.5/src/lib/dosmfb/
H A Dmfbopen.c22 static struct ctext *Clist; variable
80 cl->next = Clist;
81 Clist = cl;
174 if (Clist != NULL) in MFBInitialize()
212 if (Clist != NULL) { in MFBClose()
214 pc = *Clist->pc; in MFBClose()
215 free(Clist->pc); in MFBClose()
220 cl = Clist; in MFBClose()
221 Clist = Clist->next; in MFBClose()
235 if (Clist != NULL) in MFBHalt()
/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Darray.c87 struct cat_list *Clist; in Vect_set_varray_from_cat_string() local
91 Clist = Vect_new_cat_list(); in Vect_set_varray_from_cat_string()
93 ret = Vect_str_to_cat_list(cstring, Clist); in Vect_set_varray_from_cat_string()
98 G_debug(4, " %d ranges in clist", Clist->n_ranges); in Vect_set_varray_from_cat_string()
101 Vect_set_varray_from_cat_list(Map, field, Clist, type, value, varray); in Vect_set_varray_from_cat_string()
103 Vect_destroy_cat_list(Clist); in Vect_set_varray_from_cat_string()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/
H A Dtabxml.cpp597 Clist = NULL; in TDBXML()
655 Clist = tdbp->Clist; in TDBXML()
1275 Clist = RowNode->SelectNodes(g, Colname, Clist);
1302 Clist = RowNode->SelectNodes(g, Colname, Clist);
1397 Clist = NULL;
1780 if (Tdbp->Clist) {
1791 if (Tdbp->Clist)
1817 if (Tdbp->Clist)
1827 if (Tdbp->Clist) {
2017 if (Tdbp->Clist) {
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/
H A Dtabxml.cpp597 Clist = NULL; in TDBXML()
655 Clist = tdbp->Clist; in TDBXML()
1275 Clist = RowNode->SelectNodes(g, Colname, Clist);
1302 Clist = RowNode->SelectNodes(g, Colname, Clist);
1397 Clist = NULL;
1780 if (Tdbp->Clist) {
1791 if (Tdbp->Clist)
1817 if (Tdbp->Clist)
1827 if (Tdbp->Clist) {
2017 if (Tdbp->Clist) {
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/
H A Dtabxml.cpp597 Clist = NULL; in TDBXML()
655 Clist = tdbp->Clist; in TDBXML()
1275 Clist = RowNode->SelectNodes(g, Colname, Clist);
1302 Clist = RowNode->SelectNodes(g, Colname, Clist);
1397 Clist = NULL;
1780 if (Tdbp->Clist) {
1791 if (Tdbp->Clist)
1817 if (Tdbp->Clist)
1827 if (Tdbp->Clist) {
2017 if (Tdbp->Clist) {
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/
H A Dtabxml.cpp593 Clist = NULL; in TDBXML()
651 Clist = tdbp->Clist; in TDBXML()
1271 Clist = RowNode->SelectNodes(g, Colname, Clist);
1296 Clist = RowNode->SelectNodes(g, Colname, Clist);
1391 Clist = NULL;
1772 if (Tdbp->Clist) {
1783 if (Tdbp->Clist)
1807 if (Tdbp->Clist)
1816 if (Tdbp->Clist) {
2006 if (Tdbp->Clist) {
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/
H A Dtabxml.cpp593 Clist = NULL;
651 Clist = tdbp->Clist;
1271 Clist = RowNode->SelectNodes(g, Colname, Clist);
1296 Clist = RowNode->SelectNodes(g, Colname, Clist);
1391 Clist = NULL;
1772 if (Tdbp->Clist) {
1783 if (Tdbp->Clist)
1807 if (Tdbp->Clist)
1816 if (Tdbp->Clist) {
2006 if (Tdbp->Clist) {
[all …]

12345678910>>...13