Lines Matching defs:row
74 function rows($row, $page_id, $start_line)
86 return $Parser->parse($row);
146 public $row = 0;
168 $this->calls[$this->row][0][$this->cell] = array(1, 1, $type, '');
169 $this->calls[$this->row][1][0] = $line;
175 $this->calls[$this->row][1][1] = $line - 1;
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;
192 $row = $this->row;
193 while (preg_match('/^\s*:::\s*$/', $this->calls[$row][0][$this->cell][3]) && $row > 0) {
194 $row--;
196 if ($row != $this->row)
197 $this->calls[$row][0][$this->cell][1]++;
201 $this->calls[$this->row][1][1] = $line - 1;
204 array_pop($this->calls[$this->row][0]);
206 $this->row++;
207 $this->calls[$this->row] = array(array(), array());
212 $this->calls[$this->row][1][0] = $line;
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]++;
218 array_pop($this->calls[$this->row][0]);
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];
253 array_pop($this->calls[$this->row][0]);
254 $this->row = 0;