Home
last modified time | relevance | path

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

/plugin/mediasyntax/tools/
H A Ddokuwiki2mediawiki.php149 $rowspancells=$cells; variable
154 $rowspancells[$y][$x]=1;
164 $rowspancells[$y][$x]+=1;
173 if (preg_match("/ *::: */",$cells[$y][$x])) $rowspancells[$y][$x]=0;
179 echo $rowspancells[$y][$x];
200 if ($rowspancells[$y][$x]>=1)
202 if ($rowspancells[$y][$x]>1) $tablesource.="rowspan=".$rowspancells[$y][$x]."|";