Home
last modified time | relevance | path

Searched refs:toRow (Results 76 – 100 of 243) sorted by relevance

12345678910

/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/designer/src/components/taskmenu/
H A Dtablewidgeteditor.h92 void moveRowsUp(int fromRow, int toRow);
93 void moveRowsDown(int fromRow, int toRow);
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/designer/src/components/taskmenu/
H A Dtablewidgeteditor.h92 void moveRowsUp(int fromRow, int toRow);
93 void moveRowsDown(int fromRow, int toRow);
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/designer/src/components/taskmenu/
H A Dtablewidgeteditor.h92 void moveRowsUp(int fromRow, int toRow);
93 void moveRowsDown(int fromRow, int toRow);
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/designer/src/components/taskmenu/
H A Dtablewidgeteditor.h92 void moveRowsUp(int fromRow, int toRow);
93 void moveRowsDown(int fromRow, int toRow);
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/designer/src/components/taskmenu/
H A Dtablewidgeteditor.h92 void moveRowsUp(int fromRow, int toRow);
93 void moveRowsDown(int fromRow, int toRow);
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/designer/src/components/taskmenu/
H A Dtablewidgeteditor.h92 void moveRowsUp(int fromRow, int toRow);
93 void moveRowsDown(int fromRow, int toRow);
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/designer/src/components/taskmenu/
H A Dtablewidgeteditor.h92 void moveRowsUp(int fromRow, int toRow);
93 void moveRowsDown(int fromRow, int toRow);
/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/designer/src/components/taskmenu/
H A Dtablewidgeteditor.h92 void moveRowsUp(int fromRow, int toRow);
93 void moveRowsDown(int fromRow, int toRow);
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/designer/src/components/taskmenu/
H A Dtablewidgeteditor.h92 void moveRowsUp(int fromRow, int toRow);
93 void moveRowsDown(int fromRow, int toRow);
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/src/
H A DFindReplaceDialog.cpp130 int fromRow, fromIndex, toRow, toIndex; in indicateSelection() local
131 m_scintilla->getSelection(&fromRow, &fromIndex, &toRow, &toIndex); in indicateSelection()
132 m_scintilla->fillIndicatorRange(fromRow, fromIndex, toRow, toIndex, foundIndicatorNumber); in indicateSelection()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/test/Tests/Readers/
H A DTxt2Tags.hs53 [TableBody nullAttr 0 [] $ map toRow rows]
56 toRow = Row nullAttr . map simpleCell function
57 toHeaderRow l = [toRow l | not (null l)]
/dports/textproc/hs-pandoc/pandoc-2.14.2/test/Tests/Readers/
H A DTxt2Tags.hs51 [TableBody nullAttr 0 [] $ map toRow rows]
54 toRow = Row nullAttr . map simpleCell function
55 toHeaderRow l = [toRow l | not (null l)]
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/
H A DDistanceMatrix.bf196 "toRow = " + i + ";" +
213 toRow = MPI_NODE_INFO[fromNode][1];
214 fprintf (stdout, "[GOT MATRIX ROWS ", fromRow, "-", toRow, " from MPI node ", fromNode,"]\n");
216 for (r = fromRow; r <= toRow; r = r + 1)
H A DpairwiseDistanceEstimatorCounter.ibf3 for (r = fromRow; r <= toRow; r = r + 1)
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/commonmark-extensions-0.2.0.4/src/Commonmark/Extensions/
H A DPipeTable.hs53 toRow "th" aligns headerCells) <>
57 mconcat (map (toRow "td" aligns) rows))
66 toRow constructor aligns' cells =
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/commonmark-extensions-0.2.0.4/src/Commonmark/Extensions/
H A DPipeTable.hs53 toRow "th" aligns headerCells) <>
57 mconcat (map (toRow "td" aligns) rows))
66 toRow constructor aligns' cells =
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/commonmark-extensions-0.2.1.2/src/Commonmark/Extensions/
H A DPipeTable.hs53 toRow "th" aligns headerCells) <>
57 mconcat (map (toRow "td" aligns) rows))
66 toRow constructor aligns' cells =
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dvscroll.cpp883 void wxVarHVScrollHelper::RefreshRowsColumns(size_t fromRow, size_t toRow, in RefreshRowsColumns() argument
886 wxASSERT_MSG( fromRow <= toRow || fromColumn <= toColumn, in RefreshRowsColumns()
894 if ( toRow > GetVisibleRowsEnd() ) in RefreshRowsColumns()
895 toRow = GetVisibleRowsEnd(); in RefreshRowsColumns()
914 for ( nBetween = fromRow; nBetween <= toRow; nBetween++ ) in RefreshRowsColumns()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dvscroll.cpp887 void wxVarHVScrollHelper::RefreshRowsColumns(size_t fromRow, size_t toRow, in RefreshRowsColumns() argument
890 wxASSERT_MSG( fromRow <= toRow || fromColumn <= toColumn, in RefreshRowsColumns()
898 if ( toRow > GetVisibleRowsEnd() ) in RefreshRowsColumns()
899 toRow = GetVisibleRowsEnd(); in RefreshRowsColumns()
918 for ( nBetween = fromRow; nBetween <= toRow; nBetween++ ) in RefreshRowsColumns()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dvscroll.cpp887 void wxVarHVScrollHelper::RefreshRowsColumns(size_t fromRow, size_t toRow, in RefreshRowsColumns() argument
890 wxASSERT_MSG( fromRow <= toRow || fromColumn <= toColumn, in RefreshRowsColumns()
898 if ( toRow > GetVisibleRowsEnd() ) in RefreshRowsColumns()
899 toRow = GetVisibleRowsEnd(); in RefreshRowsColumns()
918 for ( nBetween = fromRow; nBetween <= toRow; nBetween++ ) in RefreshRowsColumns()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/raster/
H A Dqgsrasterdataprovider.cpp110 int toRow = std::round( ( boundingBox.yMaximum() - tmpExtent.yMinimum() ) / yRes ) - 1; in block() local
114 …( "fromRow = %1 toRow = %2 fromCol = %3 toCol = %4" ).arg( fromRow ).arg( toRow ).arg( fromCol ).a… in block()
116 if ( fromRow < 0 || fromRow >= height || toRow < 0 || toRow >= height || in block()
172 for ( int row = fromRow; row <= toRow; row++ ) in block()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/block/Restriction/
H A DRestriction.php83 public function toRow(); function
/dports/www/mediawiki136/mediawiki-1.36.3/includes/block/Restriction/
H A DRestriction.php83 public function toRow(); function
/dports/www/mediawiki137/mediawiki-1.37.1/includes/block/Restriction/
H A DRestriction.php83 public function toRow(); function
/dports/net-mgmt/icingaweb2-module-fileshipper/icingaweb2-module-fileshipper-1.2.0/library/Fileshipper/Xlsx/
H A DWorksheet.php74 list($toCol, $toRow) = $this->getColumnIndex($cells[1]);
76 for ($j = $fromRow; $j <= $toRow; $j++) {

12345678910