Home
last modified time | relevance | path

Searched refs:row_index (Results 1 – 4 of 4) sorted by relevance

/plugin/table2csv/
H A DgetTableData.php30 $row_index=0;
37 if ($row_index == 0)
42 $mycells[$row_index][$cell_index] = trim(strip_tags($cell));
45 if ($mycells[$row_index] != '') {
46 fputcsv($fp, $mycells[$row_index]);
47 $csv_data .= strput2csv($mycells[$row_index], $numCols-1);
49 ++$row_index;
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.row.php105 function get_colspans($row_index) { argument
112 $colspan->row = $row_index;
123 function get_rowspans($row_index) { argument
129 $rowspan->row = $row_index;
/plugin/sqlraw/
H A Dsyntax.php475 $row_index=0;
479 if ($row_index!=0 || $caption==0) {
481 if ($restrictNames && ($row_index==0))
503 if (($row_index == 0) || ($row_index == 1 && $caption==1))
526 $mycells[$row_index][$cell_index] = trim(strip_tags($cell));
531 if ($mycells[$row_index] != '') {
533 fputcsv($fp, $mycells[$row_index]);
534 $csv_data .= $this->_strputcsv($mycells[$row_index], $numCols-1);
540 ++$row_index;
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php179 foreach ($struct_data as $row_index => $row) {