Home
last modified time | relevance | path

Searched refs:columnLabels (Results 51 – 75 of 115) sorted by relevance

12345

/dports/editors/libreoffice/libreoffice-7.2.6.2/android/source/src/java/org/libreoffice/overlay/
H A DCalcHeadersController.java215 … mCalcColumnHeadersView.setHeaders(parsedHeaders.columnLabels, parsedHeaders.columnDimens); in setHeaders()
243 headerInfo.columnLabels.add(columnResult.getJSONObject(i).getString("text")); in parseHeaderInfo()
272 ArrayList<String> columnLabels; field in CalcHeadersController.HeaderInfo
278 columnLabels = new ArrayList<String>(); in HeaderInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/android/source/src/java/org/libreoffice/overlay/
H A DCalcHeadersController.java214 … mCalcColumnHeadersView.setHeaders(parsedHeaders.columnLabels, parsedHeaders.columnDimens); in setHeaders()
242 headerInfo.columnLabels.add(columnResult.getJSONObject(i).getString("text")); in parseHeaderInfo()
271 ArrayList<String> columnLabels; field in CalcHeadersController.HeaderInfo
277 columnLabels = new ArrayList<String>(); in HeaderInfo()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/blast/
H A Dblast_tabular.h471 static constexpr const std::array<char const *, 47> columnLabels
652 constexpr const std::array<char const *, 47> BlastMatchField<TVoidSpec>::columnLabels;
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/blast/
H A Dblast_tabular.h471 static constexpr const std::array<char const *, 47> columnLabels
652 constexpr const std::array<char const *, 47> BlastMatchField<TVoidSpec>::columnLabels;
/dports/graphics/openrm/rmdemo/
H A Dlines2d.c185 labelStruct columnLabels[NUM_COLUMN_LABELS] = variable
319 &(columnLabels[i].p), /* pointer to stuff */ in my_build_objs()
323 strings[0] = columnLabels[i].string; in my_build_objs()
/dports/audio/praat/praat-6.2.03/dwtools/
H A DCCA_and_Correlation.cpp36 his columnLabels.all() <<= thy columnLabels.all(); in CCA_Correlation_factorLoadings()
H A DConfiguration.cpp348 if (my columnLabels [xCoordinate]) { in Configuration_draw() local
349 Graphics_textBottom (g, true, my columnLabels [xCoordinate].get()); in Configuration_draw()
351 if (my columnLabels [yCoordinate]) { in Configuration_draw() local
352 Graphics_textLeft (g, true, my columnLabels [yCoordinate].get()); in Configuration_draw()
H A DTable_extensions.h98 conststring32 columnLabels, conststring32 factorColumn, double numberOfSigmas,
108 conststring32 columnLabels, double ymin, double ymax, conststring32 labelColumn,
H A DTable_extensions.cpp94 …const conststring32 columnLabels [9] = {U"Type", U"Sex", U"Speaker", U"Vowel", U"IPA", U"F0", U"F1… in DissimilarityList_to_MDSVecList()
1669 Table_setColumnLabel (me.get(), j, columnLabels [j - 1]); in DissimilarityList_to_MDSVecList()
2685 Table_setColumnLabel (me.get(), j, columnLabels [j - 1]);
3131 Table_setColumnLabel (me.get(), j, columnLabels [j - 1]);
4313 conststring32 columnLabels, double ymin, double ymax, conststring32 factorColumn,
4318 autoINTVEC columnIndexes = Table_getColumnIndicesFromColumnLabelString (me, columnLabels);
4575 autoINTVEC columnIndexes = Table_getColumnIndicesFromColumnLabelString (me, columnLabels);
4595 …conststring32 columnLabels, conststring32 factorColumn, conststring32 formula, Interpreter interpr…
4597 …autoTableOfReal thee = Table_to_TableOfReal_where (me, columnLabels, factorColumn, formula, interp…
4660 conststring32 columnLabels, conststring32 factorColumn, double numberOfSigmas,
[all …]
H A DPCA.cpp188 thy labels.all() <<= my columnLabels.all(); in TableOfReal_to_PCA_byRows()
286 his columnLabels.all() <<= my labels.all(); in PCA_Configuration_to_TableOfReal_reconstruct()
/dports/audio/praat/praat-6.2.03/fon/
H A DDistributions_and_Transition.cpp52 thy stateLabels [i] = Melder_dup (underlying -> columnLabels [i].get());
54 Thing_setName (thee.get(), underlying -> columnLabels [environment].get());
/dports/audio/praat/praat-6.2.03/stat/
H A DTableOfReal_def.h26 oo_STRING_VECTOR (columnLabels, numberOfColumns)
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/data/
H A Dqbardataproxy_p.h56 const QStringList *columnLabels);
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/spark/
H A DRevertSamSpark.java714 static boolean isOutputMapHeaderValid(final List<String> columnLabels) {
715 return columnLabels.size() >= 2 &&
716 OUTPUT_MAP_READ_GROUP_FIELD_NAME.equals(columnLabels.get(0)) &&
717 OUTPUT_MAP_OUTPUT_FILE_FIELD_NAME.equals(columnLabels.get(1));
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/cli-runtime/pkg/printers/
H A Dtableprinter.go483 func formatLabelHeaders(columnLabels []string) []string {
484 formHead := make([]string, len(columnLabels))
485 for i, l := range columnLabels {
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/cli-runtime/pkg/printers/
H A Dtableprinter.go483 func formatLabelHeaders(columnLabels []string) []string {
484 formHead := make([]string, len(columnLabels))
485 for i, l := range columnLabels {
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/cli-runtime/pkg/printers/
H A Dtableprinter.go498 func formatLabelHeaders(columnLabels []string) []string {
499 formHead := make([]string, len(columnLabels))
500 for i, l := range columnLabels {
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DStatementProcedure.java386 for (int i = 0; i < meta.columnLabels.length; i++) { in getParametersMetaData()
387 meta.columnLabels[i] = parameters[i].getColumn().getNameString(); in getParametersMetaData()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/jdbc/
H A DJDBCResultSetMetaData.java436 String label = resultMetaData.columnLabels[column]; in test7()
487 String label = resultMetaData.columnLabels[column]; in test7()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/
H A DAbstractTableRendering.java1471 String[] columnLabels = new String[0]; in format() local
1475 columnLabels = presentation.getColumnLabels(getMemoryBlock(), bytesPerLine, getNumCol()); in format()
1479 if (columnLabels == null) { in format()
1480 columnLabels = new String[0]; in format()
1489 if (columnLabels.length == byteColumns.length) in format()
1491 column.setText(columnLabels[i]); in format()
2089 String[] columnLabels = new String[0]; in setColumnHeadings() local
2098 if (columnLabels == null) { in setColumnHeadings()
2099 columnLabels = new String[0]; in setColumnHeadings()
2111 if (columnLabels.length == numByteColumns) in setColumnHeadings()
[all …]
/dports/devel/eric6/eric6-21.11/eric/eric6/Plugins/VcsPlugins/vcsGit/
H A DGitBisectLogBrowserDialog.py130 columnLabels = [
135 itm = QTreeWidgetItem(self.logTree, columnLabels)
H A DGitReflogBrowserDialog.py148 columnLabels = [
155 itm = QTreeWidgetItem(self.logTree, columnLabels)
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviSelectors.cpp844 QStringList columnLabels; in KviChannelListSelector() local
845 columnLabels.append(__tr2qs("Channel Name")); in KviChannelListSelector()
846 columnLabels.append(__tr2qs("Channel Password")); in KviChannelListSelector()
847 m_pTreeWidget->setHeaderLabels(columnLabels); in KviChannelListSelector()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/rna_io/
H A Debpseq_read_write.h231 StringSet<std::string> columnLabels;
241 appendValue(columnLabels, buffer);
280 forEach(columnLabels, [&](std::string const & label)
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/rna_io/
H A Debpseq_read_write.h231 StringSet<std::string> columnLabels;
241 appendValue(columnLabels, buffer);
280 forEach(columnLabels, [&](std::string const & label)

12345