Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/mork/
H A DmorkRowCellCursor.cpp128 morkRowObject* rowObj = row->AcquireRowObject(ev, store); in SetRow() local
129 if (rowObj) { in SetRow()
133 mRowCellCursor_RowObject = rowObj; // take this strong ref in SetRow()
150 morkRowObject* rowObj = mRowCellCursor_RowObject; in GetRow() local
151 if (rowObj) outRow = rowObj->AcquireRowHandle(ev); in GetRow()
H A DmorkCellObject.cpp85 morkRowObject* rowObj = ioRow->AcquireRowObject(ev, store); in morkCellObject() local
86 if (rowObj) { in morkCellObject()
94 mCellObject_RowObject = rowObj; // assume control of strong ref in morkCellObject()
187 morkRowObject* rowObj = mCellObject_RowObject; in CanUseCell() local
188 if (rowObj) { in CanUseCell()
191 if (rowObj->mRowObject_Row == row) { in CanUseCell()
H A DmorkTable.cpp569 morkRowObject* rowObj = (morkRowObject*)ioRow; in AddRow() local
570 morkRow* row = rowObj->mRowObject_Row; in AddRow()
586 morkRowObject* rowObj = (morkRowObject*)ioRow; in HasRow() local
587 morkRow* row = rowObj->mRowObject_Row; in HasRow()
602 morkRowObject* rowObj = (morkRowObject*)ioRow; in CutRow() local
603 morkRow* row = rowObj->mRowObject_Row; in CutRow()
805 morkRowObject* rowObj = (morkRowObject*)ioRow; in MoveRow() local
806 morkRow* row = rowObj->mRowObject_Row; in MoveRow()
H A DmorkRow.cpp749 morkRowObject* rowObj = this->AcquireRowObject(ev, store); in NewRowCellCursor() local
750 if (rowObj) { in NewRowCellCursor()
753 morkRowCellCursor(ev, morkUsage::kHeap, heap, rowObj); in NewRowCellCursor()
762 rowObj->Release(); // always cut ref (cursor has its own) in NewRowCellCursor()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/python/
H A DpyTransform.cc59 py::object rowObj = obj[row]; in createLinearFromMat() local
60 if (PySequence_Check(rowObj.ptr()) && PySequence_Length(rowObj.ptr()) == 4) { in createLinearFromMat()
63 if (py::extract<double>(rowObj[col]).check()) { in createLinearFromMat()
64 m[row][col] = py::extract<double>(rowObj[col]); in createLinearFromMat()
H A DpyOpenVDBModule.cc194 py::list rowObj; in toList() local
195 for (int j = 0; j < MatT::size; ++j) { rowObj.append(m(i, j)); } in toList()
196 obj.append(rowObj); in toList()
207 py::object rowObj = obj[i]; in fromSeq() local
208 if (py::len(rowObj) != MatT::size) return MatT::zero(); in fromSeq()
210 m(i, j) = py::extract<typename MatT::value_type>(rowObj[j]); in fromSeq()
233 py::object rowObj = seq[i]; in convertible() local
234 if (py::len(rowObj) != MatT::size) return nullptr; in convertible()
238 if (!py::extract<typename MatT::value_type>(rowObj[j]).check()) { in convertible()
/dports/editors/lazarus/lazarus/ide/
H A Dprocedurelist.pas288 rowObj: TGridRowObject;
294 rowObj := TGridRowObject(grid.Rows[aRow].Objects[0]);
295 if Assigned(rowObj) then
297 imageIdx := rowObj.ImageIdx;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dprocedurelist.pas291 rowObj: TGridRowObject;
297 rowObj := TGridRowObject(grid.Rows[aRow].Objects[0]);
298 if Assigned(rowObj) then
300 imageIdx := rowObj.ImageIdx;
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dprocedurelist.pas288 rowObj: TGridRowObject;
294 rowObj := TGridRowObject(grid.Rows[aRow].Objects[0]);
295 if Assigned(rowObj) then
297 imageIdx := rowObj.ImageIdx;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dprocedurelist.pas291 rowObj: TGridRowObject;
297 rowObj := TGridRowObject(grid.Rows[aRow].Objects[0]);
298 if Assigned(rowObj) then
300 imageIdx := rowObj.ImageIdx;
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/rpc/src/mx/rpc/soap/types/
H A DDataSetType.as97 … var rowObj:* = decoder.decode(rowXML, rowXML.name(), null, tableDefinitions[tblName]);
98 TypeIterator.push(tableCollection[tblName]["Rows"], rowObj);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/src/mx/rpc/soap/types/
H A DDataSetType.as97 … var rowObj:* = decoder.decode(rowXML, rowXML.name(), null, tableDefinitions[tblName]);
98 TypeIterator.push(tableCollection[tblName]["Rows"], rowObj);
/dports/www/grafana8/grafana-8.3.6/pkg/services/alerting/
H A Dextractor.go245 for _, rowObj := range rows {
246 row := simplejson.NewFromAny(rowObj)
H A Dextractor_test.go59 rowObj := j.Get("rows").MustArray()[0]
60 row := simplejson.NewFromAny(rowObj)
/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/main/java/org/apache/hive/service/cli/operation/
H A DSQLOperation.java384 Object rowObj; in decodeFromString() local
390 rowObj = serde.deserialize(new BytesWritable(((String)rowString).getBytes("UTF-8"))); in decodeFromString()
397 Object fieldData = soi.getStructFieldData(rowObj, fieldRef); in decodeFromString()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/permadmin/
H A DSecurityAdmin.java361 Object rowObj = rows.get(i); in commit() local
362 if (!(rowObj instanceof ConditionalPermissionInfo)) in commit()
364 … "Invalid type \"" + rowObj.getClass().getName() + "\" at row: " + i); //$NON-NLS-1$//$NON-NLS-2$ in commit()
365 ConditionalPermissionInfo infoBaseRow = (ConditionalPermissionInfo) rowObj; in commit()
/dports/audio/py-music21/music21-7.1.0/music21/
H A Dserial.py1231 rowObj = HistoricalTwelveToneRow(attr[0], attr[1], attr[2], attr[3])
1232 return rowObj
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/tcl/
H A DsqlrelayCmd.cpp393 Tcl_Obj *rowObj, *result; in sqlrcurObjCmd() local
404 rowObj = Tcl_NewObj(); in sqlrcurObjCmd()
409 if (Tcl_ListObjAppendElement(interp, rowObj, in sqlrcurObjCmd()
415 if (Tcl_ListObjAppendElement(interp, result, rowObj) != TCL_OK) { in sqlrcurObjCmd()
/dports/lang/tcl86/tcl8.6.12/pkgs/tdbcmysql1.1.3/generic/
H A Dtdbcmysql.c1755 Tcl_Obj* rowObj; /* One row of the result set as a Tcl list */ in ConnectionEvaldirectMethod() local
1798 rowObj = Tcl_NewObj(); in ConnectionEvaldirectMethod()
1806 Tcl_ListObjAppendElement(NULL, rowObj, fieldObj); in ConnectionEvaldirectMethod()
1808 Tcl_ListObjAppendElement(NULL, retObj, rowObj); in ConnectionEvaldirectMethod()
/dports/databases/tdbc/tdbcmysql1.1.3/generic/
H A Dtdbcmysql.c1755 Tcl_Obj* rowObj; /* One row of the result set as a Tcl list */ in ConnectionEvaldirectMethod() local
1798 rowObj = Tcl_NewObj(); in ConnectionEvaldirectMethod()
1806 Tcl_ListObjAppendElement(NULL, rowObj, fieldObj); in ConnectionEvaldirectMethod()
1808 Tcl_ListObjAppendElement(NULL, retObj, rowObj); in ConnectionEvaldirectMethod()
/dports/databases/pear-MDB2_Driver_pgsql/MDB2_Driver_pgsql-1.5.0b4/MDB2/Driver/
H A Dpgsql.php1233 $rowObj = new $object_class($row);
1234 $row = $rowObj;
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DunitTest.cpp1690 double * rowObj = new double[nr]; in ClpSimplexUnitTest() local
1691 CoinFillN(rowObj, nr, 0.0); in ClpSimplexUnitTest()
1694 m.getRowLower(), m.getRowUpper(), rowObj); in ClpSimplexUnitTest()
1695 delete [] rowObj; in ClpSimplexUnitTest()
/dports/databases/pear-MDB2_Driver_mysqli/MDB2_Driver_mysqli-1.5.0b4/MDB2/Driver/
H A Dmysqli.php1463 $rowObj = new $object_class($row);
1464 $row = $rowObj;
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DunitTest.cpp1910 double *rowObj = new double[nr]; in ClpSimplexUnitTest() local
1911 CoinFillN(rowObj, nr, 0.0); in ClpSimplexUnitTest()
1914 m.getRowLower(), m.getRowUpper(), rowObj); in ClpSimplexUnitTest()
1915 delete[] rowObj; in ClpSimplexUnitTest()
/dports/www/nextcloud-calendar/calendar/js/
H A Dcalendar-main.js.map1rowObj","colPositions","getCellRange","getCellEl","DayTableSlicer","dayTableModel","DayTable","sli…