Home
last modified time | relevance | path

Searched refs:selrow (Results 1 – 25 of 49) sorted by relevance

12

/dports/games/crimson/crimson-0.5.3/src/common/
H A Dlistselect.cpp91 short selrow = 1 + spacing + current * ItemHeight(); in Update() local
92 if ( selrow < toprow ) toprow = selrow; in Update()
93 else if ( selrow + ItemHeight() >= toprow + visrows ) in Update()
94 toprow = selrow - visrows + ItemHeight(); in Update()
154 short selrow = current * ItemHeight(); in Select() local
155 if ( selrow < toprow ) newtop = selrow; in Select()
156 else if ( selrow + ItemHeight() >= newtop + visrows ) in Select()
157 newtop = selrow - visrows + ItemHeight(); in Select()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-clustering/src/main/java/de/lmu/ifi/dbs/elki/algorithm/clustering/biclustering/
H A DChengAndChurch.java163 boolean visit(double val, int row, int col, boolean selrow, boolean selcol); in visit() argument
347 public boolean visit(double val, int row, int col, boolean selrow, boolean selcol) {
351 if(selrow) {
354 if(selcol && selrow) {
403 assert (selrow && selcol); in computeMeanSquaredDeviation()
450 assert (selrow); in computeColResidue()
471 assert (selrow && selcol); in maskMatrix()
588 assert (selrow); in singleNodeDeletion()
656 assert (selrow); in multipleNodeDeletion()
744 assert (!selrow); in nodeAddition()
[all …]
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/parser/
H A Dlatexoutputparser.h34 const QString &texfilename = "", int selrow = -1, int docrow = -1);
39 int selrow; variable
90 void updateInfoLists(const QString &texfilename, int selrow, int docrow);
173 int selrow; variable
H A Dlatexoutputparser.cpp31 int selrow, in LaTeXOutputParserInput() argument
37 selrow(selrow), in LaTeXOutputParserInput()
57 selrow(input->selrow), in LaTeXOutputParser()
671 if(!texfilename.isEmpty() && selrow >= 0 && docrow >= 0) { in parse()
672 updateInfoLists(texfilename, selrow, docrow); in parse()
678 void LaTeXOutputParser::updateInfoLists(const QString &texfilename, int selrow, int docrow) in updateInfoLists() argument
690 int linenumber = selrow + info.sourceLine() - docrow; in updateInfoLists()
H A Dparsermanager.cpp65 const QString& texFileName, int selrow, int docrow) in parseOutput() argument
68 m_outputParserThread->addLaTeXLogFile(fileName, sourceFile, texFileName, selrow, docrow); in parseOutput()
H A Dparserthread.cpp289 const QString& texFileName, int selrow, int docrow) in addLaTeXLogFile() argument
295 texFileName, selrow, docrow); in addLaTeXLogFile()
H A Dparsermanager.h53 const QString& texFileName = "", int selrow = -1, int docrow = -1);
/dports/deskutils/calcurse/calcurse-4.7.1/src/
H A Dcustom.c1053 selrow = selelm = 0; in custom_keys_config()
1063 if (selrow > 0) { in custom_keys_config()
1064 selrow--; in custom_keys_config()
1066 if (selrow == firstrow) { in custom_keys_config()
1075 if (selrow < NBKEYS - 1) { in custom_keys_config()
1076 selrow++; in custom_keys_config()
1078 if (selrow == lastrow) { in custom_keys_config()
1095 keys_popup_info(selrow); in custom_keys_config()
1103 keys_get_label(selrow), 0); in custom_keys_config()
1108 if (action == selrow) in custom_keys_config()
[all …]
/dports/games/crimson/crimson-0.5.3/src/comet/
H A Dgfxwidget.cpp150 short selrow = (current/gfx_per_row) * ItemHeight(); in Select() local
151 if ( selrow < toprow ) newtop = selrow; in Select()
152 else if ( selrow + ItemHeight() >= newtop + visrows ) in Select()
153 newtop = selrow - visrows + ItemHeight(); in Select()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/prefs/
H A DExtImportPrefs.cpp413 int selrow = RuleTable->GetGridCursorRow (); in DoOnRuleTableKeyDown() local
417 if (selrow <= 0) in DoOnRuleTableKeyDown()
419 SwapRows (selrow - 1, selrow); in DoOnRuleTableKeyDown()
421 RuleTable->SelectRow (selrow - 1); in DoOnRuleTableKeyDown()
425 if (selrow == RuleTable->GetNumberRows() - 1) in DoOnRuleTableKeyDown()
427 SwapRows (selrow, selrow + 1); in DoOnRuleTableKeyDown()
429 RuleTable->SelectRow (selrow + 1); in DoOnRuleTableKeyDown()
/dports/databases/p5-DBIx-HA/DBIx-HA-1.1/lib/DBIx/
H A DHA.pm270 my $selrow;
286 foreach $selrow (@{$DATABASE::conf{$dbname}->{'db_stack'}}) { # loop through the stack
287 if ($currdsn eq $selrow->[0]) { # found the proper db server in the stack
293 warn "$prefix in _reconnect: retrying ".$selrow->[0]."\n" if (DBIx_HA_DEBUG);
299 $newdbh = _connect_with_timeout (@$selrow);
/dports/mail/squirrelmail-abook_import_export-plugin/squirrelmail-abook_import_export-plugin-php74-1.1_2/abook_import_export/
H A Daddress_book_import.php52 $selrow = ''; variable
436 $selrow = 'sel' . $row; variable
439 if (! sqGetGlobalVar($selrow,$testvar,SQ_POST)) {
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/catalog/
H A Dcatalog_epub_mobi.py1008 for selrow in reversed(rows):
1009 self.removeRow(selrow.row())
1045 for selrow in reversed(rows):
1046 dest_row = selrow.row() + 1
1047 src_row = selrow.row()
1077 for selrow in rows:
1079 … print("%s:move_row_up() %d -> %d" % (self.objectName(),selrow.row(), selrow.row()-1))
1082 saved_data = self.convert_row_to_data(selrow.row() - 1)
1085 self.insertRow(selrow.row() + 1)
1086 self.populate_table_row(selrow.row() + 1, saved_data)
[all …]
/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Dkis_panel_preferences.cc1449 vector<string> selrow = audiolist->GetSelectedData(); in Action() local
1451 if (selrow.size() == 0) in Action()
1454 if (selrow[1] == "Yes") in Action()
1455 selrow[1] = "No"; in Action()
1457 selrow[1] = "Yes"; in Action()
1459 audiolist->ReplaceRow(audiolist->GetSelected(), selrow); in Action()
1831 vector<string> selrow = warntable->GetSelectedData(); in Action() local
1833 if (selrow.size() != 3) in Action()
1836 if (selrow[1] == "Yes") in Action()
1837 selrow[1] = "No"; in Action()
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/ch/csnc/extension/ui/
H A DDriversView.java388 final int selrow = driverTable.getSelectedRow(); in deleteButtonActionPerformed() local
389 if (selrow > -1) { in deleteButtonActionPerformed()
390 driverTableModel.deleteDriver(selrow); in deleteButtonActionPerformed()
/dports/databases/libgda5/libgda-5.2.10/libgda-ui/
H A Dgdaui-cloud.c194 gint selrow = -1; in sync_iter_with_selection() local
204 if (selrow == -1) in sync_iter_with_selection()
205 selrow = row; in sync_iter_with_selection()
207 selrow = -1; in sync_iter_with_selection()
214 if ((selrow == -1) || !gda_data_model_iter_move_to_row (cloud->priv->iter, selrow)) { in sync_iter_with_selection()
H A Dgdaui-combo.c173 gint selrow = -1;
181 selrow = gdaui_data_store_get_row_from_iter (combo->priv->store, &iter);
184 if ((selrow == -1) || !gda_data_model_iter_move_to_row (combo->priv->iter, selrow)) {
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda-ui/
H A Dgdaui-cloud.c194 gint selrow = -1; in sync_iter_with_selection() local
204 if (selrow == -1) in sync_iter_with_selection()
205 selrow = row; in sync_iter_with_selection()
207 selrow = -1; in sync_iter_with_selection()
214 if ((selrow == -1) || !gda_data_model_iter_move_to_row (cloud->priv->iter, selrow)) { in sync_iter_with_selection()
H A Dgdaui-combo.c173 gint selrow = -1; in sync_iter_with_selection() local
181 selrow = gdaui_data_store_get_row_from_iter (combo->priv->store, &iter); in sync_iter_with_selection()
184 if ((selrow == -1) || !gda_data_model_iter_move_to_row (combo->priv->iter, selrow)) { in sync_iter_with_selection()
/dports/databases/libgda5-ui/libgda-5.2.10/libgda-ui/
H A Dgdaui-cloud.c194 gint selrow = -1; in sync_iter_with_selection() local
204 if (selrow == -1) in sync_iter_with_selection()
205 selrow = row; in sync_iter_with_selection()
207 selrow = -1; in sync_iter_with_selection()
214 if ((selrow == -1) || !gda_data_model_iter_move_to_row (cloud->priv->iter, selrow)) { in sync_iter_with_selection()
H A Dgdaui-combo.c173 gint selrow = -1; in sync_iter_with_selection() local
181 selrow = gdaui_data_store_get_row_from_iter (combo->priv->store, &iter); in sync_iter_with_selection()
184 if ((selrow == -1) || !gda_data_model_iter_move_to_row (combo->priv->iter, selrow)) { in sync_iter_with_selection()
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda-ui/
H A Dgdaui-cloud.c194 gint selrow = -1; in sync_iter_with_selection() local
204 if (selrow == -1) in sync_iter_with_selection()
205 selrow = row; in sync_iter_with_selection()
207 selrow = -1; in sync_iter_with_selection()
214 if ((selrow == -1) || !gda_data_model_iter_move_to_row (cloud->priv->iter, selrow)) { in sync_iter_with_selection()
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda-ui/
H A Dgdaui-cloud.c194 gint selrow = -1; in sync_iter_with_selection() local
204 if (selrow == -1) in sync_iter_with_selection()
205 selrow = row; in sync_iter_with_selection()
207 selrow = -1; in sync_iter_with_selection()
214 if ((selrow == -1) || !gda_data_model_iter_move_to_row (cloud->priv->iter, selrow)) { in sync_iter_with_selection()
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda-ui/
H A Dgdaui-cloud.c194 gint selrow = -1; in sync_iter_with_selection() local
204 if (selrow == -1) in sync_iter_with_selection()
205 selrow = row; in sync_iter_with_selection()
207 selrow = -1; in sync_iter_with_selection()
214 if ((selrow == -1) || !gda_data_model_iter_move_to_row (cloud->priv->iter, selrow)) { in sync_iter_with_selection()
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda-ui/
H A Dgdaui-cloud.c194 gint selrow = -1; in sync_iter_with_selection() local
204 if (selrow == -1) in sync_iter_with_selection()
205 selrow = row; in sync_iter_with_selection()
207 selrow = -1; in sync_iter_with_selection()
214 if ((selrow == -1) || !gda_data_model_iter_move_to_row (cloud->priv->iter, selrow)) { in sync_iter_with_selection()

12