Lines Matching refs:size

1393 	public $size;
1521 $this->size = strlen($this->doc);
1629 $this->size = strlen($this->doc);
1630 $this->original_size = $this->size; // original size of the html
1643 if ($this->size > 0) { $this->char = $this->doc[0]; }
1814 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1818 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1901 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1930 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1957 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1991 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1999 if ($this->pos >= $this->size - 1 && $this->char !== '>') {
2021 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2035 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2071 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2093 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2095 $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
2146 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2153 $this->char = ($this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2161 $this->char = ($this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2171 $this->char = ($this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2180 $ret = substr($this->doc, $this->pos, $this->size - $this->pos);
2182 $this->pos = $this->size;
2219 $this->size = strlen($this->doc);
2221 if ($this->size > 0) {