Home
last modified time | relevance | path

Searched refs:column_labels (Results 1 – 25 of 56) sorted by relevance

123

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DTRCFileAdapter.cpp107 auto column_labels = nextLine(); in extendRead() local
113 IO::eraseEmptyElements(column_labels); in extendRead()
119 column_labels.size()); in extendRead()
123 OPENSIM_THROW_IF(column_labels[0] != _frameNumColumnLabel, in extendRead()
127 column_labels[0]); in extendRead()
128 column_labels.erase(column_labels.begin()); in extendRead()
133 OPENSIM_THROW_IF(column_labels[0] != _timeColumnLabel, in extendRead()
137 column_labels[0]); in extendRead()
138 column_labels.erase(column_labels.begin()); in extendRead()
171 const size_t expected{ column_labels.size() * 3 + 2 }; in extendRead()
[all …]
H A DDelimFileAdapter.h383 std::vector<std::string> column_labels{};
384 while (column_labels.size() == 0) { // keep going down rows to find labels
385 column_labels = nextLine();
387 IO::eraseEmptyElements(column_labels);
391 OPENSIM_THROW_IF(column_labels.size() == 0, Exception,
396 OPENSIM_THROW_IF(column_labels[0] != _timeColumnLabel,
400 column_labels[0]);
401 column_labels.erase(column_labels.begin());
409 int ncol = static_cast<int>(column_labels.size());
436 OPENSIM_THROW_IF(row_vector.size() != column_labels.size(),
[all …]
/dports/x11-toolkits/p5-Gtk2-Ex-FormFactory/Gtk2-Ex-FormFactory-0.67/lib/Gtk2/Ex/FormFactory/
H A DCheckButtonGroup.pm15 sub get_column_labels { shift->{column_labels} }
25 sub set_column_labels { shift->{column_labels} = $_[1] }
48 my ($column_labels, $attr_column_labels, $row_labels) =
64 $self->set_column_labels ($column_labels);
103 my $column_labels = $self->get_column_labels;
118 $column_labels = $self->get_proxy->get_attr($self->get_attr_column_labels);
136 ++$rows if $column_labels;
141 next if $column_labels && $c == 0 && $r == 0;
147 if ( $column_labels && $r==0 && $c > 0 ) {
148 my $gtk_label = Gtk2::Label->new($column_labels->[$c-1]);
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/logformat/slog2/
H A DLineIDMap.java45 private String[] column_labels; field in LineIDMap
53 column_labels = null; in LineIDMap()
62 column_labels = null; in LineIDMap()
72 column_labels = y_map.getColumnNames(); in LineIDMap()
81 if ( column_labels.length != num_treenodes ) { in LineIDMap()
123 column_names = this.column_labels; in toYCoordMap()
189 column_labels = col_labels; in setColumnLabels()
194 return column_labels; in getColumnLabels()
208 outs.writeString( column_labels[ idx ] ); in writeObject()
246 column_labels = new String[ num_treenodes ]; in readObject()
[all …]
/dports/devel/liborcus/liborcus-0.16.1/src/spreadsheet/
H A Djson_dumper.cpp41 std::vector<std::string> column_labels; in dump() local
42 column_labels.reserve(data_range.last.column+1); in dump()
47 column_labels.emplace_back(resolver->get_column_name(i)); in dump()
57 os << "\"" << column_labels[col] << "\": "; in dump()
85 os << "\"" << column_labels[this_col] << "\": "; in dump()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A Dea-cell-table.c42 cell_data->column_labels = g_new0 (gchar *, columns); in ea_cell_table_create()
44 cell_data->column_labels[index] = NULL; in ea_cell_table_create()
63 g_free (cell_data->column_labels[index]); in ea_cell_table_destroy()
65 g_free (cell_data->column_labels); in ea_cell_table_destroy()
160 return cell_data->column_labels[column]; in ea_cell_table_get_column_label()
171 g_free (cell_data->column_labels[column]); in ea_cell_table_set_column_label()
172 cell_data->column_labels[column] = g_strdup (label); in ea_cell_table_set_column_label()
H A Dea-cell-table.h34 gchar **column_labels; member
/dports/x11-toolkits/xbae/xbae-4.60.4/examples/tests/
H A Dsetlabels.c12 char *column_labels[] = {"a", "b", "c\nd"}; variable
28 printf("Setting column label %d %s\n", c, column_labels[c]); in doit()
29 XbaeMatrixSetColumnLabel(widget, c, column_labels[c]); in doit()
100 XmNcolumns, XtNumber(column_labels), in main()
H A Dxm.c123 String column_labels[] = {"Color", "#" , "Texture", "Measure", "Size"}; in main() local
163 XmNcolumnLabels, column_labels, in main()
/dports/www/py-flask-admin/Flask-Admin-1.5.8/flask_admin/model/
H A Dform.py221 column_labels = getattr(self.view, 'column_labels', None)
223 if column_labels and name in column_labels:
224 return column_labels[name]
H A Dbase.py344 column_labels = ObsoleteAttr('column_labels', 'rename_columns', None) variable in BaseModelView
906 if self.column_labels is None:
907 self.column_labels = {}
981 if self.column_labels and field in self.column_labels:
982 return self.column_labels[field]
/dports/net/kea/kea-2.0.1/src/hooks/dhcp/stat_cmds/
H A Dstat_cmds.cc184 const std::vector<std::string>& column_labels);
441 std::vector<std::string>column_labels = { "subnet-id", "total-addresses", in makeResultSet4() local
445 ElementPtr value_rows = createResultSet(result_wrapper, column_labels); in makeResultSet4()
536 std::vector<std::string>column_labels = { "subnet-id", "total-nas", in makeResultSet6() local
542 ElementPtr value_rows = createResultSet(result_wrapper, column_labels); in makeResultSet6()
612 const std::vector<std::string>& column_labels) { in createResultSet() argument
625 for (auto label = column_labels.begin(); label != column_labels.end(); ++label) { in createResultSet()
/dports/science/clipper/clipper-2.1/examples/
H A Ddiffmap.cpp31 …for ( int i = 0; i < mtzfile.column_labels().size(); i++ ) std::cout << i << mtzfile.column_labels in main()
/dports/biology/p5-Bio-Graphics/Bio-Graphics-2.40/lib/Bio/Graphics/Glyph/
H A Dstackedplot.pm48 my @labels = $self->column_labels;
90 my @labels = $self->column_labels;
149 sub column_labels { subroutine
/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/exec/
H A Dnextool.pl422 my ($sets, @column_labels);
429 @column_labels = @$character_labels;
431 for (1 .. $seq_length) {push @column_labels, $_;}
434 for (my $i = 0; $i < @column_labels; $i++) {
435 $column_indices{$column_labels[$i]} = $i;
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/SearchIO/Writer/
H A DResultTableWriter.pm374 my $str = $include_labels ? $self->column_labels() : '';
411 sub column_labels { shift->{'_column_labels'} } subroutine
H A DHitTableWriter.pm266 my $str = $include_labels ? $self->column_labels() : '';
H A DHSPTableWriter.pm247 my $str = $include_labels ? $self->column_labels() : '';
/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/lib/Bio/NEXUS/Tools/
H A DNexModifier.pm682 my ($sets, @column_labels);
689 @column_labels = @$character_labels;
691 for (1 .. $seq_length) {push @column_labels, $_;}
694 for (my $i = 0; $i < @column_labels; $i++) {
695 $column_indices{$column_labels[$i]} = $i;
/dports/www/py-flask-admin/Flask-Admin-1.5.8/flask_admin/tests/sqla/
H A Dtest_translation.py21 column_labels=dict(test1=label),
/dports/www/py-flask-admin/Flask-Admin-1.5.8/flask_admin/contrib/sqla/
H A Dview.py612 self.column_labels.get(searchable.key, searchable.key))
615 self.column_labels.get(searchable, searchable))
682 name not in self.column_labels):
698 if self.column_labels and name in self.column_labels:
699 visible_name = self.column_labels[name]
/dports/math/grace/grace-5.1.25/Xbae/Xbae/
H A DCreate.c364 if (empty_column || !mw->matrix.column_labels[i])
378 copy[i] = XtNewString(mw->matrix.column_labels[i]);
379 xbaeParseColumnLabel(mw->matrix.column_labels[i],
395 mw->matrix.column_labels = copy;
1252 if (!mw->matrix.column_labels)
1257 XtFree((XtPointer) mw->matrix.column_labels[i]);
1262 XtFree((XtPointer) mw->matrix.column_labels);
1263 mw->matrix.column_labels = NULL;
H A DMethods.c604 if (mw->matrix.column_labels)
606 mw->matrix.column_labels =
656 if (mw->matrix.column_labels)
753 if (mw->matrix.column_labels)
800 if (mw->matrix.column_labels)
841 if (mw->matrix.column_labels)
901 if (mw->matrix.column_labels)
971 if (mw->matrix.column_labels)
2916 mw->matrix.column_labels)
3071 mw->matrix.column_labels)
[all …]
/dports/x11-toolkits/xbae/xbae-4.60.4/src/
H A DPublic.c2409 if (!mw->matrix.column_labels) { in XbaeMatrixGetColumnLabel()
2412 r = mw->matrix.column_labels[column]; in XbaeMatrixGetColumnLabel()
2506 if (!mw->matrix.column_labels) { in XbaeMatrixSetColumnLabel()
2513 mw->matrix.column_labels[c] = NULL; in XbaeMatrixSetColumnLabel()
2515 } else if (mw->matrix.column_labels[column]) { in XbaeMatrixSetColumnLabel()
2519 XtFree((char *) mw->matrix.column_labels[column]); in XbaeMatrixSetColumnLabel()
2525 mw->matrix.column_labels[column] = (value == NULL) ? NULL : XtNewString(value); in XbaeMatrixSetColumnLabel()
2526 mw->matrix.column_label_maxlines = xbaeCalculateLabelMaxLines(mw->matrix.column_labels, in XbaeMatrixSetColumnLabel()
2568 } else if (mw->matrix.column_labels[column]) { in XbaeMatrixSetXmColumnLabel()
2579 mw->matrix.column_label_maxlines = xbaeCalculateLabelMaxLines(mw->matrix.column_labels, in XbaeMatrixSetXmColumnLabel()
[all …]
H A DMethods.c407 mw->matrix.column_labels = xbaeAddValuesToArray(mw->matrix.column_labels, in AddColumnsToTable()
417 mw->matrix.column_labels[position + i] = XtNewString(labels[i]); in AddColumnsToTable()
420 … mw->matrix.column_label_maxlines = xbaeCalculateLabelMaxLines(mw->matrix.column_labels, in AddColumnsToTable()
524 if (mw->matrix.column_labels && mw->matrix.column_labels[j]) { in DeleteColumnsFromTable()
525 XtFree((XtPointer) mw->matrix.column_labels[j]); in DeleteColumnsFromTable()
532 mw->matrix.column_labels = xbaeDeleteValuesFromArray(mw->matrix.column_labels, in DeleteColumnsFromTable()
533 sizeof *mw->matrix.column_labels, in DeleteColumnsFromTable()
539 mw->matrix.column_label_maxlines = xbaeCalculateLabelMaxLines(mw->matrix.column_labels, in DeleteColumnsFromTable()

123