Home
last modified time | relevance | path

Searched refs:numrows (Results 26 – 33 of 33) sorted by relevance

12

/plugin/latexit/
H A Drenderer.php1208 * @param int $numrows Number of rows in table (not required in LaTeX)
1211 function table_open($maxcols = null, $numrows = null, $pos = null) { argument
/plugin/prosemirror/
H A Drenderer.php191 public function table_open($maxcols = null, $numrows = null, $pos = null) argument
/plugin/mellelexport/
H A Drenderer.php724 …function table_open($maxcols = null, $numrows = null, $pos = null){call_user_func_array(array($thi… argument
/plugin/edittable/renderer/
H A Dinverse.php585 function table_open($maxcols = null, $numrows = null, $pos = null) { argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php20311 $numrows = $table['nr'];
20349 for ($i = 0; $i < $numrows; $i++) { // rows
20435 if ($i == ($numrows - 1) || (isset($c['rowspan']) && ($i + $c['rowspan']) == ($numrows))) {
20474 if ($lr > $numrows) {
20475 $lr = $numrows;
20499 if ($i == ($numrows - 1) || ($i + $c['rowspan']) == ($numrows)) {
21332 $numrows = $table['nr'];
21342 for ($i = 0; $i < $numrows;
[all...]
/plugin/nroff/
H A Drenderer.php847 function table_open($maxcols = NULL, $numrows = NULL){ argument
/plugin/combo/renderer/
H A Danalytics.php725 public function table_open($maxcols = null, $numrows = null, $pos = null) // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps argument
/plugin/odp/
H A Drenderer.php690 function table_open($maxcols = NULL, $numrows = NULL){ argument

12