Home
last modified time | relevance | path

Searched refs:rows_count (Results 1 – 2 of 2) sorted by relevance

/plugin/btable2/
H A Dsyntax.php138 $rows_count = count($rows);
290 …doc .= $this->_doodleResults($dID, $doodle, $columns, $columns_count, $rows_count, $change_row, $w…
456 $rows_count = count($rows);
461 $attendence = $count[$column] / $rows_count;
475 $ret .= $ccount."/".$rows_count;
496 $rows_count = count($rows);
499 for ($i = 0; $i < $rows_count; $i++) {
507 if ($rows_count > 0) {
520 for ($i = 0; $i < $rows_count; $i++) {
548 if (($rows_count > 0) || (!empty($change_row))) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.php42 function rows_count() { function in TableBox
896 for ($i=0; $i<$this->rows_count(); $i++) {
1160 for ($i=0; $i<$this->rows_count(); $i++) {