Home
last modified time | relevance | path

Searched defs:getCell (Results 51 – 75 of 268) sorted by relevance

1234567891011

/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/xml/dom/html2/
H A DDomHTMLTableRowElement.java203 Node getCell(final int index) in getCell() method in DomHTMLTableRowElement
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/xml/dom/html2/
H A DDomHTMLTableRowElement.java203 Node getCell(final int index) in getCell() method in DomHTMLTableRowElement
/dports/games/granatier/granatier-21.12.3/src/
H A Darena.cpp100 Cell Arena::getCell(const int p_row, const int p_column) const in getCell() function in Arena
/dports/games/glest/glest_source_3.2.2/source/glest_game/world/
H A Dmap.h175 Cell *getCell(int x, int y) const {return &cells[y*w+x];} in getCell() function
176 Cell *getCell(const Vec2i &pos) const {return getCell(pos.x, pos.y);} in getCell() function
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/render/
H A Dunpagedworldspacewidget.cpp157 CSVRender::Cell* CSVRender::UnpagedWorldspaceWidget::getCell(const osg::Vec3d& point) const in getCell() function in CSVRender::UnpagedWorldspaceWidget
162 CSVRender::Cell* CSVRender::UnpagedWorldspaceWidget::getCell(const CSMWorld::CellCoordinates& coord… in getCell() function in CSVRender::UnpagedWorldspaceWidget
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/groupby/
H A Dtest_groupby.py186 # 5592 revisited, with datetimes
314 if y.empty:
315 multiindex = MultiIndex(levels=[[]] * 2, codes=[[]] * 2, names=["b", "c"])
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/common/
H A Dprotos.ts64 function getCell(result: RawQueryResult, column: number, row: number): number| function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/common/
H A Dprotos.ts61 function getCell(result: RawQueryResult, column: number, row: number): number| function
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/objects/geometry/
H A DDelaunay.h249 Cell::Handle getCell(const Size i) const { in getCell() function
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/models/
H A Dequitiesmodel.cpp75 auto getCell = [&, row](const auto column) { in setAccountData() local
123 auto getCell = [&, row](const auto column) { in setAccountBalanceAndValue() local
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/
H A DRow.java336 public Object getCell(int column) { in getCell() method in Row
/dports/games/coronapoker/coronapoker-4.33/src/main/java/org/alberta/poker/util/
H A DTriangularWeightTable.java1 /** ************************************************************************* in getIndex()
/dports/games/kapman/kapman-21.12.3/src/
H A Dmaze.cpp177 Cell Maze::getCell(const int p_row, const int p_column) const in getCell() function in Maze
/dports/misc/ompl/ompl-1.5.2/src/ompl/datastructures/
H A DGridN.h123 Cell *getCell(const Coord &coord) const in getCell() function
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/overlayng/
H A DElevationModel.java235 private ElevationCell getCell(double x, double y, boolean isCreateIfMissing) { in getCell() method in ElevationModel
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/sample/lambda/BulkDataOperations/src/
H A DCSVProcessor.java225 private static String getCell(String record, int column) { in getCell() method in CSVProcessor
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/src/libcsg/
H A Dnblistgrid.cc148 NBListGrid::cell_t &NBListGrid::getCell(const Eigen::Vector3d &r) { in getCell() function in votca::csg::NBListGrid
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/src/libcsg/
H A Dnblistgrid.cc148 NBListGrid::cell_t &NBListGrid::getCell(const Eigen::Vector3d &r) { in getCell() function in votca::csg::NBListGrid
/dports/textproc/libwps03/libwps-0.3.1/src/lib/
H A DWPSTable.cpp51 WPSCellPtr WPSTable::getCell(int id) in getCell() function in WPSTable
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/sample/lambda/BulkDataOperations/src/
H A DCSVProcessor.java225 private static String getCell(String record, int column) { in getCell() method in CSVProcessor
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/view/
H A DmxGraphSelectionModel.java140 public Object getCell() in getCell() method in mxGraphSelectionModel
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/gui/windows/
H A DBatchDialog.h61 String getCell(const Size colIdx, const Size rowIdx) const { in getCell() function
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCTools/
H A DLCAOHDFParser.cpp194 void LCAOHDFParser::getCell(const std::string& fname) in getCell() function in LCAOHDFParser
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lure/
H A Droom.h54 uint8 getCell(byte cellX, byte cellY) { in getCell() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility/
H A DAccessibleTableListener.java82 public void getCell(AccessibleTableEvent e); in getCell() method

1234567891011