Home
last modified time | relevance | path

Searched refs:theRows (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/base/
H A DossimNadconGridHeader.h21 theRows(0),
44 return theRows;
61 theMinY + (theRows)*theDy,
81 int theRows;
H A DossimGeoidNgsHeader.h32 int rows()const{return theRows;} in rows()
69 int theRows; variable
/dports/games/xonotic/Xonotic/source/qcsrc/menu/xonotic/
H A Dtabcontroller.qc5 entity makeXonoticTabController(float theRows)
9 me.configureXonoticTabController(me, theRows);
12 void XonoticTabController_configureXonoticTabController(entity me, float theRows)
14 me.rows = theRows;
H A Dtabcontroller.qh12 entity makeXonoticTabController(float theRows);
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimNadconGridHeader.cpp16 << "\ntheRows: " << rhs.theRows in operator <<()
42 in.read((char*)&theRows, 4); in readHeader()
52 anEndian.swap(theRows); in readHeader()
H A DossimGeoidNgsHeader.cpp17 << "rows: " << data.theRows << endl in operator <<()
32 theRows(0), in ossimGeoidNgsHeader()
90 theRows = rows; in initialize()
103 (lat <= (theSouthernMostLatitude + theRows*theLatDelta)) && in pointWithin()
/dports/cad/opencascade/opencascade-7.6.0/tools/DFBrowserPane/
H A DDFBrowserPane_ItemDelegateButton.hxx54 void SetFreeRows (const QList<int>& theRows) { myFreeRows = theRows; } in SetFreeRows() argument
/dports/math/singular/Singular-Release-4-2-1/kernel/linear_algebra/
H A DMinorProcessor.cc571 int *theRows=(int*)omAlloc(k*sizeof(int)); in getMinorPrivateBareiss() local
572 mk.getAbsoluteRowIndices(theRows); in getMinorPrivateBareiss()
576 int e = getEntry(theRows[0], theColumns[0]); in getMinorPrivateBareiss()
589 e = getEntry(theRows[r], theColumns[c]); in getMinorPrivateBareiss()
645 omFree(theRows); in getMinorPrivateBareiss()
1394 int *theRows=(int*)omAlloc(k*sizeof(int)); in getMinorPrivateBareiss() local
1395 mk.getAbsoluteRowIndices(theRows); in getMinorPrivateBareiss()
1400 PolyMinorValue tmp=PolyMinorValue(getEntry(theRows[0], theColumns[0]), in getMinorPrivateBareiss()
1403 omFree(theRows); in getMinorPrivateBareiss()
1414 tempMatrix[i++] = pCopy(getEntry(theRows[r], theColumns[c])); in getMinorPrivateBareiss()
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/info/Classes/Controller/
H A DPageInformationController.php227 $theRows = $this->getPageRecordsRecursive($row['uid'], $depth);
233 foreach ($theRows as $sRow) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/info/Classes/Controller/
H A DPageInformationController.php241 $theRows = $this->getPageRecordsRecursive($row['uid'], $depth);
247 foreach ($theRows as $sRow) {
/dports/lang/smalltalk/smalltalk-3.2.5/packages/gnuplot/
H A DBase.st133 | theCols theRows |
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlwidget.cpp3186 std::vector<int> theRows; in GetRowHeight() local
3198 theRows.push_back(theRow); in GetRowHeight()
3202 if (theRows.size()==0) return NULL; in GetRowHeight()
3203 DFloatGDL* res=new DFloatGDL(dimension(theRows.size())); in GetRowHeight()
3204 for ( iter = theRows.begin(); iter !=theRows.end(); ++iter) { in GetRowHeight()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/View/
H A DPageLayoutView.php756 $theRows = $this->getPageRecordsRecursive($row['uid'], $depth);
762 foreach ($theRows as $sRow) {