Home
last modified time | relevance | path

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

12345678910

/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/fo/flow/table/
H A DTableColumnColumnNumberTestCase.java68 assertEquals(2, t.getNumberOfColumns()); in testColumnNumber()
73 assertEquals(2, t.getNumberOfColumns()); in testColumnNumber()
78 assertEquals(3, t.getNumberOfColumns()); in testColumnNumber()
85 assertEquals(4, t.getNumberOfColumns()); in testColumnNumber()
94 assertEquals(columnNumber, t.getNumberOfColumns()); in checkImplicitColumns()
/dports/science/tfel-edf/tfel-3.2.1/tests/Math/
H A DTensorProductCheck.cxx178 getNumberOfColumns(const tfel::math::st2tost2<N,double>&) in getNumberOfColumns() function
183 getNumberOfColumns(const tfel::math::st2tot2<N,double>&) in getNumberOfColumns() function
188 getNumberOfColumns(const tfel::math::t2tost2<N,double>&) in getNumberOfColumns() function
193 getNumberOfColumns(const tfel::math::t2tot2<N,double>&) in getNumberOfColumns() function
207 vector<double> nr(getNumberOfRows(m)*getNumberOfColumns(m2)); in checkMatrixMatrixProduct()
209 for(unsigned short j=0;j!=getNumberOfColumns(m2);++j){ in checkMatrixMatrixProduct()
214 nr[i*getNumberOfColumns(m2)+j] = v; in checkMatrixMatrixProduct()
219 for(unsigned short j=0;j!=getNumberOfColumns(m2);++j){ in checkMatrixMatrixProduct()
220 const double v=nr[i*getNumberOfColumns(m2)+j]; in checkMatrixMatrixProduct()
/dports/science/tfel/tfel-3.4.0/tests/Math/
H A DTensorProductCheck.cxx178 getNumberOfColumns(const tfel::math::st2tost2<N,double>&) in getNumberOfColumns() function
183 getNumberOfColumns(const tfel::math::st2tot2<N,double>&) in getNumberOfColumns() function
188 getNumberOfColumns(const tfel::math::t2tost2<N,double>&) in getNumberOfColumns() function
193 getNumberOfColumns(const tfel::math::t2tot2<N,double>&) in getNumberOfColumns() function
207 vector<double> nr(getNumberOfRows(m)*getNumberOfColumns(m2)); in checkMatrixMatrixProduct()
209 for(unsigned short j=0;j!=getNumberOfColumns(m2);++j){ in checkMatrixMatrixProduct()
214 nr[i*getNumberOfColumns(m2)+j] = v; in checkMatrixMatrixProduct()
219 for(unsigned short j=0;j!=getNumberOfColumns(m2);++j){ in checkMatrixMatrixProduct()
220 const double v=nr[i*getNumberOfColumns(m2)+j]; in checkMatrixMatrixProduct()
/dports/misc/py-xgboost/xgboost-1.5.1/jvm-packages/xgboost4j-gpu/src/main/java/ml/dmlc/xgboost4j/gpu/java/
H A DCudfColumnBatch.java70 if (table == null || table.getNumberOfColumns() == 0) { in getArrayInterface()
77 if (table == null || table.getNumberOfColumns() == 0) { in getAsCudfColumn()
82 return IntStream.range(0, table.getNumberOfColumns()) in getAsCudfColumn()
/dports/misc/xgboost/xgboost-1.5.1/jvm-packages/xgboost4j-gpu/src/main/java/ml/dmlc/xgboost4j/gpu/java/
H A DCudfColumnBatch.java70 if (table == null || table.getNumberOfColumns() == 0) { in getArrayInterface()
77 if (table == null || table.getNumberOfColumns() == 0) { in getAsCudfColumn()
82 return IntStream.range(0, table.getNumberOfColumns()) in getAsCudfColumn()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfPTable.java309 if (relativeWidths.length != getNumberOfColumns()) in setWidths()
340 int numCols = getNumberOfColumns(); in calculateWidths()
369 if (columnWidth.length != getNumberOfColumns()) in setTotalWidth()
385 if (columnWidth.length != getNumberOfColumns()) in setWidthPercentage()
474 int numCols = getNumberOfColumns(); in addCell()
526 if ((currCol >= getNumberOfColumns()) in rowSpanAbove()
661 int totalCols = getNumberOfColumns(); in writeSelectedRows()
731 int totalCols = getNumberOfColumns(); in writeSelectedRows()
993 public int getNumberOfColumns() { in getNumberOfColumns() method in PdfPTable
1142 while (colIndex < getNumberOfColumns()) { in getRows()
[all …]
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/flow/table/
H A DCollapsingBorderResolver.java156 for (int i = 0; i < table.getNumberOfColumns(); i++) { in integrateLeadingBorders()
172 for (int i = 0; i < table.getNumberOfColumns(); i++) { in integrateTrailingBorders()
284 leadingBorders = new ArrayList(table.getNumberOfColumns()); in endPart()
325 trailingBorders = new ArrayList(table.getNumberOfColumns()); in endPart()
409 } while (index < table.getNumberOfColumns()); in CollapsingBorderResolver()
424 leadingBorders = new ArrayList(table.getNumberOfColumns()); in startPart()
436 trailingBorders = new ArrayList(table.getNumberOfColumns()); in startPart()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/tools/
H A DTableContext.java237 } else if (colIndex >= getNumberOfColumns()) { in getColumnWidth()
240 while (colIndex >= getNumberOfColumns()) { in getColumnWidth()
266 public int getNumberOfColumns() { in getNumberOfColumns() method in TableContext
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/
H A DRtfExtraRowSet.java239 && (i < parentITableColumnsInfo.getNumberOfColumns()); i++) { in writeRow()
263 < (parentITableColumnsInfo.getNumberOfColumns() - 1)) { in writeRow()
267 < parentITableColumnsInfo.getNumberOfColumns()) { in writeRow()
H A DITableColumnsInfo.java54 int getNumberOfColumns(); in getNumberOfColumns() method
/dports/www/bolt/bolt-2.2.24/vendor/symfony/console/Symfony/Component/Console/Helper/
H A DTable.php251 if (0 === $count = $this->getNumberOfColumns()) {
290 for ($column = 0, $count = $this->getNumberOfColumns(); $column < $count; $column++) {
326 private function getNumberOfColumns() function in Symfony\\Component\\Console\\Helper\\Table
/dports/www/matomo/piwik/vendor/symfony/console/Symfony/Component/Console/Helper/
H A DTable.php251 if (0 === $count = $this->getNumberOfColumns()) {
290 for ($column = 0, $count = $this->getNumberOfColumns(); $column < $count; $column++) {
326 private function getNumberOfColumns() function in Symfony\\Component\\Console\\Helper\\Table
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/wizards/dialogfields/
H A DLayoutUtil.java24 public static int getNumberOfColumns(DialogField[] editors) { in getNumberOfColumns() method in LayoutUtil
79 int nCulumns = getNumberOfColumns(editors); in doDefaultLayout()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/
H A DLayoutUtil.java30 public static int getNumberOfColumns(DialogField[] editors) { in getNumberOfColumns() method in LayoutUtil
53 int nCulumns= getNumberOfColumns(editors); in doDefaultLayout()
/dports/devel/pear-Symfony_Component_Console/Console-2.4.4/Symfony/Component/Console/Helper/
H A DTableHelper.php367 if (0 === $count = $this->getNumberOfColumns()) {
406 for ($column = 0, $count = $this->getNumberOfColumns(); $column < $count; $column++) {
442 private function getNumberOfColumns() function in Symfony\\Component\\Console\\Helper\\TableHelper
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/
H A DTable.php407 $columns[] = $this->getNumberOfColumns($row);
490 …array($rows[$unmergedRowKey]) && ($this->getNumberOfColumns($rows[$unmergedRowKey]) + $this->getNu…
553 private function getNumberOfColumns(array $row) function in Symfony\\Component\\Console\\Helper\\Table
/dports/www/phpbb3/phpBB3/vendor/symfony/console/Helper/
H A DTable.php407 $columns[] = $this->getNumberOfColumns($row);
490 …array($rows[$unmergedRowKey]) && ($this->getNumberOfColumns($rows[$unmergedRowKey]) + $this->getNu…
553 private function getNumberOfColumns(array $row) function in Symfony\\Component\\Console\\Helper\\Table
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/
H A DTable.php407 $columns[] = $this->getNumberOfColumns($row);
490 …array($rows[$unmergedRowKey]) && ($this->getNumberOfColumns($rows[$unmergedRowKey]) + $this->getNu…
553 private function getNumberOfColumns(array $row) function in Symfony\\Component\\Console\\Helper\\Table
/dports/www/elgg/elgg-3.3.23/vendor/symfony/console/Helper/
H A DTable.php407 $columns[] = $this->getNumberOfColumns($row);
490 …array($rows[$unmergedRowKey]) && ($this->getNumberOfColumns($rows[$unmergedRowKey]) + $this->getNu…
553 private function getNumberOfColumns(array $row) function in Symfony\\Component\\Console\\Helper\\Table
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/console/Helper/
H A DTable.php407 $columns[] = $this->getNumberOfColumns($row);
490 …array($rows[$unmergedRowKey]) && ($this->getNumberOfColumns($rows[$unmergedRowKey]) + $this->getNu…
553 private function getNumberOfColumns(array $row) function in Symfony\\Component\\Console\\Helper\\Table
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/symfony/console/Helper/
H A DTable.php407 $columns[] = $this->getNumberOfColumns($row);
490 …array($rows[$unmergedRowKey]) && ($this->getNumberOfColumns($rows[$unmergedRowKey]) + $this->getNu…
553 private function getNumberOfColumns(array $row) function in Symfony\\Component\\Console\\Helper\\Table
/dports/www/owncloud/owncloud/updater/vendor/symfony/console/Helper/
H A DTable.php407 $columns[] = $this->getNumberOfColumns($row);
490 …array($rows[$unmergedRowKey]) && ($this->getNumberOfColumns($rows[$unmergedRowKey]) + $this->getNu…
553 private function getNumberOfColumns(array $row) function in Symfony\\Component\\Console\\Helper\\Table
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/ml/neuralnet/twod/util/
H A DUnifiedDistanceMatrix.java85 final int numCols = map.getNumberOfColumns(); in individualDistances()
185 final int numCols = map.getNumberOfColumns(); in averageDistances()
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dtablemanipulation.h21 static int getNumberOfColumns(QDocumentCursor &cur);
22 static int getNumberOfColumns(QStringList values);
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/
H A DDummyTableColumnsInfo.java47 public int getNumberOfColumns() { in getNumberOfColumns() method in DummyTableColumnsInfo

12345678910