Home
last modified time | relevance | path

Searched refs:col_list (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Plugins/Engine/
H A DGUI_StyleSettings.cpp253 QList<QColor> col_list = style.col_list.colors;
257 if(col_list.size() > 2) {
265 if(col_list.size() > 3) {
273 m->colors[0] = col_list[0];
275 m->colors[2] = (col_list.size() > 2) ? col_list[2] : QColor(0,0,0,0);
276 m->colors[3] = (col_list.size() > 3) ? col_list[3] : QColor(0,0,0,0);
425 QList<QColor> col_list = m->cur_style.col_list.colors;
429 if(col_list.size() > 2) {
436 if(col_list.size() > 3) {
445 m->colors[2] = (col_list.size() > 2) ? col_list[2] : QColor(0,0,0,0);
[all …]
H A DVisualColorStyleChooser.cpp66 ColorList col_list; in create_colorstyle() local
67 col_list.colors << QColor(0,0,0,50) << col_active.darker(); in create_colorstyle()
71 insertColorOfRect(idx_step, n_fading_steps + 1, col_list, fading_map); in create_colorstyle()
176 fallback1.col_list.name = "Fancy"; in reload()
189 fallback2.col_list.name = "B/W"; in reload()
213 style_level.name = rcs.col_list.name; in reload()
217 style_level.col_list = rcs.col_list; in reload()
222 style_spectrum.name = rcs.col_list.name; in reload()
226 style_spectrum.col_list = rcs.col_list; in reload()
230 …create_colorstyle(style_spectrum, rcs.col_list, style_spectrum.n_rects, rcs.n_fading_steps_spectru… in reload()
[all …]
H A DVisualStyleTypes.h43 ColorList col_list; member
56 ColorList col_list; member
76 col_list.name = ""; in RawColorStyle()
94 ret += col_list.name + ""; in toString()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Database/
H A DVisualStyles.cpp86 rcs.col_list.name = q.value(0).toString(); in getRawColorStyles()
95 rcs.col_list.colors << col1; in getRawColorStyles()
96 rcs.col_list.colors << col2; in getRawColorStyles()
97 if(col3v) rcs.col_list.colors << col3; in getRawColorStyles()
98 if(col4v) rcs.col_list.colors << col4; in getRawColorStyles()
119 if(rawColorStyleExists(rcs.col_list.name)) in insertRawColorStyle()
149 if(rcs.col_list.colors.size() > 2) { in insertRawColorStyle()
157 if(rcs.col_list.colors.size() > 3) { in insertRawColorStyle()
186 if(!rawColorStyleExists(rcs.col_list.name)) { in updateRawColorStyle()
217 if(rcs.col_list.colors.size() > 2) { in updateRawColorStyle()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Dpreference_utils.c180 colnr = g_list_length(prefs.col_list); in column_prefs_add_custom()
184 clp = g_list_last(prefs.col_list); in column_prefs_add_custom()
188 prefs.col_list = g_list_insert(prefs.col_list, cfmt, position); in column_prefs_add_custom()
192 prefs.col_list = g_list_insert(prefs.col_list, cfmt, colnr); in column_prefs_add_custom()
194 prefs.col_list = g_list_append(prefs.col_list, cfmt); in column_prefs_add_custom()
198 prefs.col_list = g_list_append(prefs.col_list, cfmt); in column_prefs_add_custom()
212 clp = g_list_nth(prefs.col_list, i); in column_prefs_has_custom()
238 prefs.col_list = g_list_remove_link(prefs.col_list, col_link); in column_prefs_remove_link()
244 column_prefs_remove_link(g_list_nth(prefs.col_list, col)); in column_prefs_remove_nth()
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dpreference_utils.c180 colnr = g_list_length(prefs.col_list); in column_prefs_add_custom()
184 clp = g_list_last(prefs.col_list); in column_prefs_add_custom()
188 prefs.col_list = g_list_insert(prefs.col_list, cfmt, position); in column_prefs_add_custom()
192 prefs.col_list = g_list_insert(prefs.col_list, cfmt, colnr); in column_prefs_add_custom()
194 prefs.col_list = g_list_append(prefs.col_list, cfmt); in column_prefs_add_custom()
198 prefs.col_list = g_list_append(prefs.col_list, cfmt); in column_prefs_add_custom()
212 clp = g_list_nth(prefs.col_list, i); in column_prefs_has_custom()
238 prefs.col_list = g_list_remove_link(prefs.col_list, col_link); in column_prefs_remove_link()
244 column_prefs_remove_link(g_list_nth(prefs.col_list, col)); in column_prefs_remove_nth()
/dports/net/tshark-lite/wireshark-3.6.1/ui/
H A Dpreference_utils.c180 colnr = g_list_length(prefs.col_list); in column_prefs_add_custom()
184 clp = g_list_last(prefs.col_list); in column_prefs_add_custom()
188 prefs.col_list = g_list_insert(prefs.col_list, cfmt, position); in column_prefs_add_custom()
192 prefs.col_list = g_list_insert(prefs.col_list, cfmt, colnr); in column_prefs_add_custom()
194 prefs.col_list = g_list_append(prefs.col_list, cfmt); in column_prefs_add_custom()
198 prefs.col_list = g_list_append(prefs.col_list, cfmt); in column_prefs_add_custom()
212 clp = g_list_nth(prefs.col_list, i); in column_prefs_has_custom()
238 prefs.col_list = g_list_remove_link(prefs.col_list, col_link); in column_prefs_remove_link()
244 column_prefs_remove_link(g_list_nth(prefs.col_list, col)); in column_prefs_remove_nth()
/dports/net/tshark/wireshark-3.6.1/ui/
H A Dpreference_utils.c180 colnr = g_list_length(prefs.col_list);
184 clp = g_list_last(prefs.col_list);
188 prefs.col_list = g_list_insert(prefs.col_list, cfmt, position);
192 prefs.col_list = g_list_insert(prefs.col_list, cfmt, colnr);
194 prefs.col_list = g_list_append(prefs.col_list, cfmt);
198 prefs.col_list = g_list_append(prefs.col_list, cfmt);
212 clp = g_list_nth(prefs.col_list, i);
238 prefs.col_list = g_list_remove_link(prefs.col_list, col_link);
244 column_prefs_remove_link(g_list_nth(prefs.col_list, col));
/dports/math/vtk6/VTK-6.2.0/Filters/StatisticsGnuR/
H A DvtkRRandomTableSource.cxx59 std::vector<ColumnStatsInfo> col_list; member in vtkRrtsimplementation
273 this->impl->col_list.clear(); in vtkRRandomTableSource()
285 this->impl->col_list.clear(); in ~vtkRRandomTableSource()
303 return(this->impl->col_list.size()); in GetNumberOfColumns()
330 this->impl->col_list.clear(); in ClearTableOutput()
368 if(column_index < (int) this->impl->col_list.size()) in SetStatisticalDistributionForColumn()
370 this->impl->col_list[column_index].t = t; in SetStatisticalDistributionForColumn()
371 this->impl->col_list[column_index].param1 = param1; in SetStatisticalDistributionForColumn()
372 this->impl->col_list[column_index].param2 = param2; in SetStatisticalDistributionForColumn()
384 this->impl->col_list.push_back(csi); in SetStatisticalDistributionForColumn()
[all …]
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/examples/
H A DcolorMapsLinearized.py36 col_list = [] variable
41 col_list.append(qcol)
42 cm = pg.ColorMap( None, col_list )
48 col_list = [] variable
55 col_list.append( qcol)
58 col_list.append( qcol1)
60 cm = pg.ColorMap( None, col_list )
/dports/mail/horde-turba/turba-4.2.25/lib/Prefs/Special/
H A DColumnselect.php40 $col_list = $cols = array();
44 $col_list[] = array(
45 'first' => empty($col_list),
99 if (!empty($col_list)) {
100 $t->set('col_list', $col_list);
/dports/devel/py-urwid/urwid-2.1.2/examples/
H A Dcalc.py650 if i >= len( self.col_list ):
662 col = self.col_list[i]
668 self.col_list.append(child)
677 col = self.col_list[i]
706 col = self.col_list[i]
714 col = self.col_list[i]
726 del self.col_list[i]
731 for rcol in self.col_list[i:]:
745 col = self.col_list[j]
756 col = self.col_list[f]
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dcolumn.c565 GList *clp = g_list_nth(prefs.col_list, col); in get_column_format()
579 GList *clp = g_list_nth(prefs.col_list, col); in set_column_format()
605 GList *clp = g_list_nth(prefs.col_list, col); in get_column_title()
619 GList *clp = g_list_nth(prefs.col_list, col); in set_column_title()
634 GList *clp = g_list_nth(prefs.col_list, col); in get_column_visible()
648 GList *clp = g_list_nth(prefs.col_list, col); in set_column_visible()
662 GList *clp = g_list_nth(prefs.col_list, col); in get_column_resolved()
676 GList *clp = g_list_nth(prefs.col_list, col); in set_column_resolved()
690 GList *clp = g_list_nth(prefs.col_list, col); in get_column_custom_fields()
704 GList *clp = g_list_nth(prefs.col_list, col); in set_column_custom_fields()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Dcolumn.c565 GList *clp = g_list_nth(prefs.col_list, col); in get_column_format()
579 GList *clp = g_list_nth(prefs.col_list, col); in set_column_format()
605 GList *clp = g_list_nth(prefs.col_list, col); in get_column_title()
619 GList *clp = g_list_nth(prefs.col_list, col); in set_column_title()
634 GList *clp = g_list_nth(prefs.col_list, col); in get_column_visible()
648 GList *clp = g_list_nth(prefs.col_list, col); in set_column_visible()
662 GList *clp = g_list_nth(prefs.col_list, col); in get_column_resolved()
676 GList *clp = g_list_nth(prefs.col_list, col); in set_column_resolved()
690 GList *clp = g_list_nth(prefs.col_list, col); in get_column_custom_fields()
704 GList *clp = g_list_nth(prefs.col_list, col); in set_column_custom_fields()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dcolumn.c565 GList *clp = g_list_nth(prefs.col_list, col);
579 GList *clp = g_list_nth(prefs.col_list, col);
605 GList *clp = g_list_nth(prefs.col_list, col);
619 GList *clp = g_list_nth(prefs.col_list, col);
634 GList *clp = g_list_nth(prefs.col_list, col);
648 GList *clp = g_list_nth(prefs.col_list, col);
662 GList *clp = g_list_nth(prefs.col_list, col);
676 GList *clp = g_list_nth(prefs.col_list, col);
690 GList *clp = g_list_nth(prefs.col_list, col);
704 GList *clp = g_list_nth(prefs.col_list, col);
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/
H A Dcolumn.c565 GList *clp = g_list_nth(prefs.col_list, col); in get_column_format()
579 GList *clp = g_list_nth(prefs.col_list, col); in set_column_format()
605 GList *clp = g_list_nth(prefs.col_list, col); in get_column_title()
619 GList *clp = g_list_nth(prefs.col_list, col); in set_column_title()
634 GList *clp = g_list_nth(prefs.col_list, col); in get_column_visible()
648 GList *clp = g_list_nth(prefs.col_list, col); in set_column_visible()
662 GList *clp = g_list_nth(prefs.col_list, col); in get_column_resolved()
676 GList *clp = g_list_nth(prefs.col_list, col); in set_column_resolved()
690 GList *clp = g_list_nth(prefs.col_list, col); in get_column_custom_fields()
704 GList *clp = g_list_nth(prefs.col_list, col); in set_column_custom_fields()
[all …]
/dports/databases/p5-Rose-DB-Object/Rose-DB-Object-0.814/lib/Rose/DB/Object/Metadata/Auto/
H A DInformix.pm161 my @col_list = DBD::Informix::Metadata::ix_columns($dbh, lc $self->table);
173 foreach my $item (@col_list)
497 my @col_list = DBD::Informix::Metadata::ix_columns($dbh, lc $self->table);
506 $st_sth->execute($col_list[0][1], $col_list[0][0]);
512 "'$col_list[0][1]' with owner '$col_list[0][0]'";
725 my @col_list = DBD::Informix::Metadata::ix_columns($dbh, lc $self->table);
739 my $table_name = $col_list[0][1];
740 my $owner_name = $col_list[0][0];
/dports/math/py-pyipopt/pyipopt-36bcb7f/pyipoptpackage/
H A Dipoptunconstrained.py48 col_list = []
52 col_list.append(col)
54 cols = numpy.array(col_list, dtype=int)
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Dui_xmat.py502 self.col_list = []
742 if self.matX: print(self.matX.make_show_conds_str(self.col_list))
799 self.col_list = clist
811 if not cols: cols = self.col_list
839 if not clist: clist = self.col_list # need cols for labels
869 if not clist: clist = self.col_list # need cols for labels
901 self.col_list = mat.cols_by_group_list([g for g in mat.groups if g>0])
904 self.col_list = list(range(mat.ncols))
1098 UTIL.encode_1D_ints(self.col_list)
/dports/databases/py-pgcli/pgcli-3.2.0/tests/
H A Dtest_smart_completion_multiple_schemata.py422 col_list = "x"
423 expected = [wildcard_expansion(col_list)]
435 col_list = "id, p.product_name, p.price"
436 expected = [wildcard_expansion(col_list)]
489 col_list = 'id, "select"."localtime", "select"."ABC"'
490 expected = [wildcard_expansion(col_list)]
517 col_list = 'id, "select"."localtime", "select"."ABC"'
518 expected = [wildcard_expansion(col_list)]
/dports/math/reduce/Reduce-svn5758-src/packages/sparse/
H A Dsplinalg.red278 if atom col_list then col_list := {col_list}
279 else if car col_list = 'list then col_list := cdr col_list
293 for each elt in col_list do
387 if atom col_list then col_list := {col_list}
388 else if car col_list = 'list then col_list := cdr col_list
398 for each elt in col_list do
495 if atom col_list then col_list := {col_list}
496 else if car col_list = 'list then col_list := cdr col_list
1454 if atom col_list then col_list := {col_list}
1455 else if car col_list = 'list then col_list := cdr col_list
[all …]
/dports/math/blocksolve95/BlockSolve95/src/
H A DBSilu_factor1.c43 } col_list; typedef
75 col_list *col_list_ptr; in BSilu_factor1()
102 MY_INIT_TREE(rowtree,sizeof(col_list)); in BSilu_factor1()
107 col_list_ptr = (col_list *) MY_GET_TREE_DATA(node_ptr); in BSilu_factor1()
348 col_list_ptr = (col_list *) MY_GET_TREE_DATA(node_ptr); in BSilu_factor1()
403 col_list_ptr = (col_list *) MY_GET_TREE_DATA(node_ptr); in BSilu_factor1()
477 col_list_ptr = (col_list *) MY_GET_TREE_DATA(node_ptr); in BSilu_factor1()
539 col_list *col_list_ptr; in BSilu_updt_matrix1()
570 col_list_ptr = (col_list *) MY_GET_TREE_DATA(node_ptr); in BSilu_updt_matrix1()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Dconstraint.cpp307 vector<Column *> *col_list=nullptr; in getColumn() local
309 col_list=(col_type==SourceCols ? &columns : &ref_columns); in getColumn()
312 if(col_idx>=col_list->size()) in getColumn()
315 return col_list->at(col_idx); in getColumn()
321 vector<Column *> *col_list=nullptr; in getColumn() local
324 col_list=(col_type==SourceCols? &columns : &ref_columns); in getColumn()
326 itr_col=col_list->begin(); in getColumn()
327 itr_end_col=col_list->end(); in getColumn()
/dports/math/reduce/Reduce-svn5758-src/packages/linalg/
H A Dlinalg.red270 % the columns in col_list. (Both row_list and col_list can be single
769 if atom col_list then col_list := {col_list}
770 else if car col_list = 'list then col_list := cdr col_list
780 for each elt in col_list do
825 if atom col_list then col_list := {col_list}
826 else if car col_list = 'list then col_list := cdr col_list;
955 if atom col_list then col_list := {col_list}
956 else if car col_list = 'list then col_list := cdr col_list
966 for each col in col_list do
1527 if atom col_list then col_list := {col_list}
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sview/
H A Ddefaults.c691 char *col_list = NULL; in load_defaults() local
699 s_p_get_string(&col_list, tmp_str, hashtbl); in load_defaults()
701 if (col_list) { in load_defaults()
702 page_opts->col_list = list_create(xfree_ptr); in load_defaults()
703 slurm_addto_char_list(page_opts->col_list, col_list); in load_defaults()
704 xfree(col_list); in load_defaults()
889 && page_opts->col_list in save_defaults()
890 && list_count(page_opts->col_list)) { in save_defaults()
892 list_iterator_create(page_opts->col_list); in save_defaults()

123456789