Home
last modified time | relevance | path

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

/plugin/sqlraw/
Dtest2.php29 $rowPos = 0;
31 if ($rowPos!=0 || $caption==0) {
47 $rowPos = 1;
59 $rowPos = 0;
63 if ($rowPos!=0 || $caption==0) {
69 parseCell($cell,$mdTable,$rowPos,$colPos);
76 parseCell($cell,$mdTable,$rowPos,$colPos);
82 $rowPos++;
106 function parseCell(&$cell,&$mdTable,&$rowPos,&$colPos) { argument
111 while (isset($mdTable[$rowPos][$colPos])) {
[all …]
/plugin/datatables/assets/datatables.net-buttons/js/
Dbuttons.html5.js1069 var rowPos = 0;
1101 currentRow = rowPos + 1;
1196 rowPos++;
1220 addRow([exportInfo.title], rowPos);
1221 mergeCells(rowPos, data.header.length - 1);
1225 addRow([exportInfo.messageTop], rowPos);
1226 mergeCells(rowPos, data.header.length - 1);
1231 addRow(data.header, rowPos);
1235 dataStartRow = rowPos;
1238 addRow(data.body[n], rowPos);
[all …]