Lines Matching refs:cell
107 foreach ($array_line as $cell)
109 if ($cell[0] == 'tableheader_open')
111 $line .= '^'.$cell[1];
114 $line .= '|'.$cell[1];
147 public $cell = 0;
168 $this->calls[$this->row][0][$this->cell] = array(1, 1, $type, '');
182 $this->calls[$this->row][0][$this->cell][3] .= $match;
188 $this->calls[$this->row][0][$this->cell][3] .= $match;
190 $this->calls[$this->row][0][$this->cell][3] .= $match;
193 while (preg_match('/^\s*:::\s*$/', $this->calls[$row][0][$this->cell][3]) && $row > 0) {
197 $this->calls[$row][0][$this->cell][1]++;
203 //remove last cell and -- the celsapn it doesn't exist
209 $this->cell = 0;
214 $this->calls[$this->row][0][$this->cell] = array(1, 1, $type, '');
216 if ($this->calls[$this->row][0][$this->cell][3] == '' && $this->cell > 0) {
217 $this->calls[$this->row][0][$this->cell - 1][0]++;
220 $this->cell++;
223 $this->calls[$this->row][0][$this->cell] = array(1, 1, $type, '');
233 $this->calls[$this->row][0][$this->cell][3] .= "\n";
245 if(!isset($this->calls[$this->row][0][$this->cell][3])) {
246 $this->calls[$this->row][0][$this->cell][3] = '';
248 $this->calls[$this->row][0][$this->cell][3] .= $params[0];
252 //remove last cell and -- the celsapn it doesn't exist
255 $this->cell = 0;