Lines Matching refs:rowPos
29 $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])) {
115 $mdTable[$rowPos][$colPos] = $cell->plaintext;
120 … $mdTable[$rowPos+$i][$colPos] = ($repeatContentIntoSpannedCells ? $cell->plaintext : "");
129 … $mdTable[$rowPos][$colPos] = ($repeatContentIntoSpannedCells ? $cell->plaintext : "");