Lines Matching refs:size

1397     public $size;
1527 $this->size = strlen($this->doc);
1635 $this->size = strlen($this->doc);
1636 $this->original_size = $this->size; // original size of the html
1649 if ($this->size > 0) { $this->char = $this->doc[0]; }
1820 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1824 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1907 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1936 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1963 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1997 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2005 if ($this->pos >= $this->size - 1 && $this->char !== '>') {
2027 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2041 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2077 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2099 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2101 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2105 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2107 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2152 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2159 $this->char = ($this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2167 $this->char = ($this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2177 $this->char = ($this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2186 $ret = substr($this->doc, $this->pos, $this->size - $this->pos);
2188 $this->pos = $this->size;
2225 $this->size = strlen($this->doc);
2227 if ($this->size > 0) {