Home
last modified time | relevance | path

Searched refs:bandid (Results 1 – 25 of 55) sorted by relevance

123

/dports/multimedia/vlc/vlc-3.0.16/modules/lua/libs/
H A Dequalizer.c189 int bandid = luaL_checknumber( L, 1 ); in vlclua_equalizer_set() local
190 if( bandid < 0 || bandid > 9) in vlclua_equalizer_set()
213 while( bandid > 0 ) in vlclua_equalizer_set()
217 bandid--; in vlclua_equalizer_set()
/dports/comms/klog/klog-1.8.5/src/
H A Dsearchmodel.cpp37 bandid = -1; in SearchModel()
54 bandid = _i; in setBandIdColumn()
201 QString _bandid = index.siblingAtColumn(bandid).data().toString(); in data()
H A Delogclublog.cpp536 QString dxcall, sdateTime, bandid; in deleteQSO() local
557 bandid = (_qso.at(8)).chopped(1); in deleteQSO()
560 bandid.toInt(&ok); in deleteQSO()
563 bandid = bandid.chopped(1); in deleteQSO()
567 if (bandid.toInt()<=0) in deleteQSO()
575 params.addQueryItem("bandid", bandid); in deleteQSO()
H A Dklogdefinitions.h49 int bandid; member
H A Dklogdefinitions.cpp46 int bandid; member
H A Ddxccstatuswidget.cpp268 int bandid = _ent.at(i); in addEntity() local
269 QTableWidgetItem *newItem = new QTableWidgetItem(awards->getDXCCStatusBand(_dxcc, bandid)); in addEntity()
410 int bandid = dataProxy->getIdFromBandName(_ent.at(i)); in addEntity2() local
411 QTableWidgetItem *newItem = new QTableWidgetItem(awards->getDXCCStatusBand(_dxcc, bandid)); in addEntity2()
H A Dsearchmodel.h60 int dxcc, bandid, modeid, logn; variable
H A Dawards.cpp969 if (aux.bandid == _band) in getDXCCStatusBand()
1910 ent.bandid = query.value(1).toInt(); in updateDXCCBandsStatus()
H A DTODO13 …licated" QSOs QUERY=> SELECT call, bandid, modeid, substr(qso_date, 1, 15), COUNT(*) c FROM log GR…
16 select call, qso_date, bandid, modeid, COUNT(*) c from log where datetime('2010-10-31 19:20:00', '…
H A Ddatabase.cpp3035 int bandid = -1; in syncLogQSOsOnBandTableChange() local
3043 bandid = (query.value(0)).toInt(); in syncLogQSOsOnBandTableChange()
3044 if (bandid>0) in syncLogQSOsOnBandTableChange()
3046 bandIDs.append (bandid); in syncLogQSOsOnBandTableChange()
3047 bandid = -1; in syncLogQSOsOnBandTableChange()
H A Ddataproxy_sqlite.cpp3270 int bandid = getIdFromBandName(_band); in lotwUpdateQSLReception() local
3278 …D qso_date='%2' AND bandid='%4' AND modeid='%5'").arg(_call).arg(qso_date).arg(bandid).arg(modeid); in lotwUpdateQSLReception()
3893 QString bandid = query.value(2).toString(); in getQSODetailsForLoTWDownload() local
3903 bandid = getNameFromBandId(bandid.toInt()); in getQSODetailsForLoTWDownload()
3908 result.append(bandid); in getQSODetailsForLoTWDownload()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dclone.cc317 int bandid = -1; in rgb2rgb() local
334 bandid = 0; in rgb2rgb()
338 bandid = 1; in rgb2rgb()
342 bandid = 2; in rgb2rgb()
348 if( bandid < 0 ) return out; in rgb2rgb()
350 if( vips_extract_band( srcimg, &band, bandid, NULL ) ) in rgb2rgb()
/dports/multimedia/libv4l/linux-5.13-rc2/net/wireless/
H A Dmlme.c836 int bandid, i; in cfg80211_dfs_channels_update_work() local
843 for (bandid = 0; bandid < NUM_NL80211_BANDS; bandid++) { in cfg80211_dfs_channels_update_work()
844 sband = wiphy->bands[bandid]; in cfg80211_dfs_channels_update_work()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/wireless/
H A Dmlme.c836 int bandid, i; in cfg80211_dfs_channels_update_work() local
843 for (bandid = 0; bandid < NUM_NL80211_BANDS; bandid++) { in cfg80211_dfs_channels_update_work()
844 sband = wiphy->bands[bandid]; in cfg80211_dfs_channels_update_work()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/wireless/
H A Dmlme.c836 int bandid, i; in cfg80211_dfs_channels_update_work() local
843 for (bandid = 0; bandid < NUM_NL80211_BANDS; bandid++) { in cfg80211_dfs_channels_update_work()
844 sband = wiphy->bands[bandid]; in cfg80211_dfs_channels_update_work()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/t/
H A Dalter_table_myisam.test8 alter table t1 add column new_col int, order by payoutid,bandid;
10 alter table t1 order by bandid,payoutid;
H A Dalter_table.test30 alter table t1 add column new_col int, order by payoutid,bandid;
32 alter table t1 order by bandid,payoutid;
39 alter table t1 add column new_col int, order by payoutid,bandid;
41 alter table t1 order by bandid,payoutid;
/dports/databases/mysql55-client/mysql-5.5.62/mysql-test/t/
H A Dalter_table.test28 alter table t1 add column new_col int, order by payoutid,bandid;
30 alter table t1 order by bandid,payoutid;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/r/
H A Dalter_table_myisam.result4 alter table t1 add column new_col int, order by payoutid,bandid;
15 alter table t1 order by bandid,payoutid;
/dports/databases/mysql55-client/mysql-5.5.62/mysql-test/r/
H A Dalter_table.result23 alter table t1 add column new_col int, order by payoutid,bandid;
34 alter table t1 order by bandid,payoutid;
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/t/
H A Dalter_table.test28 alter table t1 add column new_col int, order by payoutid,bandid;
30 alter table t1 order by bandid,payoutid;
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/t/
H A Dalter_table.test28 alter table t1 add column new_col int, order by payoutid,bandid;
30 alter table t1 order by bandid,payoutid;
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/t/
H A Dalter_table.test28 alter table t1 add column new_col int, order by payoutid,bandid;
30 alter table t1 order by bandid,payoutid;
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/t/
H A Dalter_table.test28 alter table t1 add column new_col int, order by payoutid,bandid;
30 alter table t1 order by bandid,payoutid;
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/
H A Dalter_table.test30 alter table t1 add column new_col int, order by payoutid,bandid;
32 alter table t1 order by bandid,payoutid;

123