Home
last modified time | relevance | path

Searched refs:CurrentRow (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/text/
H A Dgrid.go27 CurrentRow int member
41 if len(gw.Grid) <= gw.CurrentRow {
49 gw.Grid[gw.CurrentRow] = append(gw.Grid[gw.CurrentRow], Cell{data, false})
63 gw.Grid[gw.CurrentRow] = append(gw.Grid[gw.CurrentRow], Cell{data, true})
69 gw.CurrentRow++
70 if len(gw.Grid) <= gw.CurrentRow {
77 gw.CurrentRow = 0
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/mongodb/mongo-tools-common/text/
H A Dgrid.go27 CurrentRow int member
41 if len(gw.Grid) <= gw.CurrentRow {
49 gw.Grid[gw.CurrentRow] = append(gw.Grid[gw.CurrentRow], Cell{data, false})
63 gw.Grid[gw.CurrentRow] = append(gw.Grid[gw.CurrentRow], Cell{data, true})
69 gw.CurrentRow++
70 if len(gw.Grid) <= gw.CurrentRow {
77 gw.CurrentRow = 0
/dports/math/vtk9/VTK-9.1.0/IO/ODBC/
H A DvtkODBCQuery.cxx118 this->CurrentRow = vtkVariantArray::New(); in vtkODBCQueryInternals()
132 this->CurrentRow->Delete(); in ~vtkODBCQueryInternals()
149 vtkVariantArray* CurrentRow; member in vtkODBCQueryInternals
574 this->Internals->CurrentRow->Reset(); in Execute()
837 return this->Internals->CurrentRow->GetValue(column); in DataValue()
1097 this->Internals->CurrentRow->SetValue(column, result); in CacheIntColumn()
1147 this->Internals->CurrentRow->SetValue(column, result); in CacheLongLongColumn()
1191 this->Internals->CurrentRow->SetValue(column, result); in CacheCharColumn()
1226 this->Internals->CurrentRow->SetValue(column, result); in CacheBooleanColumn()
1262 this->Internals->CurrentRow->SetValue(column, result); in CacheFloatColumn()
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/ODBC/
H A DvtkODBCQuery.cxx120 this->CurrentRow = vtkVariantArray::New(); in vtkODBCQueryInternals()
134 this->CurrentRow->Delete(); in ~vtkODBCQueryInternals()
152 vtkVariantArray *CurrentRow; member in vtkODBCQueryInternals
604 this->Internals->CurrentRow->Reset(); in Execute()
891 return this->Internals->CurrentRow->GetValue(column); in DataValue()
1178 this->Internals->CurrentRow->SetValue(column, result); in CacheIntColumn()
1241 this->Internals->CurrentRow->SetValue(column, result); in CacheLongLongColumn()
1293 this->Internals->CurrentRow->SetValue(column, result); in CacheCharColumn()
1336 this->Internals->CurrentRow->SetValue(column, result); in CacheBooleanColumn()
1381 this->Internals->CurrentRow->SetValue(column, result); in CacheFloatColumn()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/ODBC/
H A DvtkODBCQuery.cxx120 this->CurrentRow = vtkVariantArray::New(); in vtkODBCQueryInternals()
134 this->CurrentRow->Delete(); in ~vtkODBCQueryInternals()
152 vtkVariantArray *CurrentRow; member in vtkODBCQueryInternals
604 this->Internals->CurrentRow->Reset(); in Execute()
891 return this->Internals->CurrentRow->GetValue(column); in DataValue()
1178 this->Internals->CurrentRow->SetValue(column, result); in CacheIntColumn()
1241 this->Internals->CurrentRow->SetValue(column, result); in CacheLongLongColumn()
1293 this->Internals->CurrentRow->SetValue(column, result); in CacheCharColumn()
1336 this->Internals->CurrentRow->SetValue(column, result); in CacheBooleanColumn()
1381 this->Internals->CurrentRow->SetValue(column, result); in CacheFloatColumn()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EmbeddedPkg/Ebl/
H A DHob.c124 UINTN CurrentRow; in EblHobCmd() local
129 CurrentRow = 0; in EblHobCmd()
139 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) { in EblHobCmd()
158 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) { in EblHobCmd()
171 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) { in EblHobCmd()
179 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) { in EblHobCmd()
200 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) { in EblHobCmd()
H A DDir.c74 UINTN CurrentRow; in EblDirCmd() local
150 CurrentRow = 0; in EblDirCmd()
196 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) { in EblDirCmd()
204 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) { in EblDirCmd()
239 for (CurrentRow = 0;;) { in EblDirCmd()
278 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) { in EblDirCmd()
H A DCommand.c266 UINTN CurrentRow = 0; in EblHelpCmd() local
271 CurrentRow++; in EblHelpCmd()
278 CurrentRow += CountNewLines (mCmdTable[Index]->HelpSummary); in EblHelpCmd()
279 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) { in EblHelpCmd()
285 for (Index = 0, CurrentRow = 0; Index < mCmdTableNextFreeIndex; Index++) { in EblHelpCmd()
290 CurrentRow += CountNewLines (Ptr); in EblHelpCmd()
291 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) { in EblHelpCmd()
604 UINTN CurrentRow = 0; in OutputData() local
677 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) { in OutputData()
H A DEfiDevice.c211 UINTN CurrentRow; in EblDeviceCmd() local
214 CurrentRow = 0; in EblDeviceCmd()
225 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, TRUE)) { in EblDeviceCmd()
236 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, TRUE)) { in EblDeviceCmd()
247 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, TRUE)) { in EblDeviceCmd()
258 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, TRUE)) { in EblDeviceCmd()
566 UINTN CurrentRow; in EblMemMapCmd() local
585 for (Index = 0, CurrentRow = 0; Index < MemMapSize/DescriptorSize; Index++) { in EblMemMapCmd()
588 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, TRUE)) { in EblMemMapCmd()
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/
H A DwindowExpressions.scala145 case CurrentRow => Some(0)
157 case CurrentRow => true
170 case CurrentRow => true
179 case object CurrentRow extends FrameBoundary { caseObject
183 case CurrentRow => true
196 case CurrentRow => false
209 case CurrentRow => false
269 SpecifiedWindowFrame(RangeFrame, UnboundedPreceding, CurrentRow)
436 override val frame = SpecifiedWindowFrame(RowFrame, UnboundedPreceding, CurrentRow)
502 override val frame = SpecifiedWindowFrame(RangeFrame, UnboundedPreceding, CurrentRow)
/dports/www/otrs/otrs-rel-6_0_29/scripts/DBUpdateTo6/
H A DMigrateGenericAgentJobs.pm81 my %CurrentRow = (
85 push @Data, \%CurrentRow;
157 my %CurrentRow = (
163 push @Data, \%CurrentRow;
/dports/math/asymptote/asymptote-2.67/
H A Dtr.cc99 GLint CurrentRow, CurrentColumn; member
225 return tr->CurrentRow; in trGet()
319 tr->CurrentRow = tr->CurrentTile / tr->Columns; in trBeginTile()
323 tr->CurrentRow = tr->Rows - (tr->CurrentTile / tr->Columns) - 1; in trBeginTile()
330 assert(tr->CurrentRow < tr->Rows); in trBeginTile()
336 if (tr->CurrentRow < tr->Rows-1) in trBeginTile()
357 * (tr->CurrentRow * tr->TileHeightNB - border) / tr->ImageHeight; in trBeginTile()
401 GLint destY = tr->TileHeightNB * tr->CurrentRow; in trEndTile()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DDataGrid.cs585 int CurrentRow { property in System.Windows.Forms.DataGrid
602 return CurrentRow;
1907 CurrentRow--; in ProcessGridKey()
1923 CurrentRow ++; in ProcessGridKey()
1976 CurrentRow = 0; in ProcessGridKey()
1978 CurrentRow --; in ProcessGridKey()
1988 CurrentRow ++; in ProcessGridKey()
1990 CurrentRow ++; in ProcessGridKey()
1992 CurrentRow ++; in ProcessGridKey()
2002 CurrentRow = 0; in ProcessGridKey()
[all …]
/dports/games/gnubg/gnubg-1.06.002/board3d/
H A Dtr.c93 GLint CurrentRow, CurrentColumn; member
231 return tr->CurrentRow;
324 tr->CurrentRow = tr->CurrentTile / tr->Columns; in trBeginTile()
327 tr->CurrentRow = (tr->Rows - (tr->CurrentTile / tr->Columns)) - 1; in trBeginTile()
333 g_assert(tr->CurrentRow < tr->Rows); in trBeginTile()
339 if (tr->CurrentRow < tr->Rows - 1) in trBeginTile()
365 * (int) (tr->CurrentRow * tr->TileHeightNB - border) / tr->ImageHeight; in trBeginTile()
412 GLint destY = tr->TileHeightNB * tr->CurrentRow; in trEndTile()
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dtr.cc97 GLint CurrentRow, CurrentColumn; member
223 return tr->CurrentRow; in trGet()
318 tr->CurrentRow = tr->CurrentTile / tr->Columns; in trBeginTile()
322 tr->CurrentRow = tr->Rows - (tr->CurrentTile / tr->Columns) - 1; in trBeginTile()
329 assert(tr->CurrentRow < tr->Rows); in trBeginTile()
335 if (tr->CurrentRow < tr->Rows-1) in trBeginTile()
361 * (tr->CurrentRow * tr->TileHeightNB - border) / tr->ImageHeight; in trBeginTile()
408 GLint destY = tr->TileHeightNB * tr->CurrentRow; in trEndTile()
/dports/games/burrtools/burrtools-0.6.3/src/gui/
H A Dtr.c91 GLint CurrentRow, CurrentColumn; member
214 return tr->CurrentRow; in trGet()
305 tr->CurrentRow = tr->CurrentTile / tr->Columns; in trBeginTile()
309 tr->CurrentRow = tr->Rows - (tr->CurrentTile / tr->Columns) - 1; in trBeginTile()
316 assert(tr->CurrentRow < tr->Rows); in trBeginTile()
322 if (tr->CurrentRow < tr->Rows-1) in trBeginTile()
348 * (tr->CurrentRow * tr->TileHeightNB - border) / tr->ImageHeight; in trBeginTile()
395 GLint destY = tr->TileHeightNB * tr->CurrentRow; in trEndTile()
/dports/editors/uemacs/uemacs-4.0/src/
H A Dmswdrv.c250 if (UpdateRow != CurrentRow) {
251 ChangeUpdateRow (CurrentRow);
296 MoveEmacsCaret (hIOWnd, CurrentCol, CurrentRow); in mswflush()
315 CurrentRow = 0; in mswmove()
322 CurrentRow = newrow; in mswmove()
328 MoveEmacsCaret (hIOWnd, CurrentCol, CurrentRow); in mswmove()
367 if (CurrentRow + 1 < IOScr->s_nrow) { in msweeop()
372 for (r = CurrentRow + 1; r < IOScr->s_nrow; r++) { in msweeop()
378 InvalidateCells (hIOWnd, 0, CurrentRow + 1, in msweeop()
/dports/devel/simgear/simgear-2020.3.11/simgear/screen/
H A Dtr.cxx184 GLint CurrentRow, CurrentColumn; member
309 return tr->CurrentRow; in trGet()
424 tr->CurrentRow = tr->CurrentTile / tr->Columns; in trBeginTile()
428 tr->CurrentRow = tr->Rows - (tr->CurrentTile / tr->Columns) - 1; in trBeginTile()
435 assert(tr->CurrentRow < tr->Rows); in trBeginTile()
441 if (tr->CurrentRow < tr->Rows-1) in trBeginTile()
514 GLint destY = tr->TileHeightNB * tr->CurrentRow; in trEndTile()
/dports/net/termshark/termshark-2.1.1/widgets/scrollabletable/
H A Dscrollabletable.go21 CurrentRow() int methodSpec
45 return s.CurrentRow()
/dports/math/vtk8/VTK-8.2.0/Common/ExecutionModel/
H A DvtkSpanSpace.cxx367 this->CurrentRow = this->RMin[1]; in InitTraversal()
369 GetCellsInSpan(this->CurrentRow, this->RMin, this->RMax, in InitTraversal()
386 this->CurrentRow++; in GetNextCell()
387 if (this->CurrentRow >= this->RMax[1]) in GetNextCell()
394 GetCellsInSpan(this->CurrentRow, this->RMin, this->RMax, in GetNextCell()
/dports/math/vtk6/VTK-6.2.0/Views/Qt/
H A DvtkQtRecordView.h75 vtkGetMacro(CurrentRow, int);
96 int CurrentRow; variable
/dports/math/vtk9/VTK-9.1.0/Views/Qt/
H A DvtkQtRecordView.h81 vtkGetMacro(CurrentRow, int);
102 int CurrentRow; variable
/dports/math/vtk8/VTK-8.2.0/Views/Qt/
H A DvtkQtRecordView.h81 vtkGetMacro(CurrentRow, int);
103 int CurrentRow; variable
/dports/math/vtk8/VTK-8.2.0/IO/PostgreSQL/
H A DvtkPostgreSQLQuery.cxx78 this->CurrentRow = -1; in vtkPostgreSQLQueryPrivate()
89 int CurrentRow; member in vtkPostgreSQLQueryPrivate
106 else if (this->QueryInternals->CurrentRow < 0) in DataValue()
114 this->QueryInternals->CurrentRow, in DataValue()
389 if (this->QueryInternals->CurrentRow < (this->GetNumberOfRows() - 1)) in NextRow()
391 ++ this->QueryInternals->CurrentRow; in NextRow()
1035 this->QueryInternals->CurrentRow, in GetColumnRawData()
/dports/math/vtk9/VTK-9.1.0/IO/PostgreSQL/
H A DvtkPostgreSQLQuery.cxx78 this->CurrentRow = -1; in vtkPostgreSQLQueryPrivate()
89 int CurrentRow; member in vtkPostgreSQLQueryPrivate
106 else if (this->QueryInternals->CurrentRow < 0) in DataValue()
114 if (PQgetisnull(this->QueryInternals->QueryResults, this->QueryInternals->CurrentRow, column)) in DataValue()
386 if (this->QueryInternals->CurrentRow < (this->GetNumberOfRows() - 1)) in NextRow()
388 ++this->QueryInternals->CurrentRow; in NextRow()
1015 this->QueryInternals->QueryResults, this->QueryInternals->CurrentRow, whichColumn); in GetColumnRawData()

12345678910>>...13