Lines Matching refs:null

52 	$context = null,
66 null,
105 null,
132 public $parent = null;
135 private $dom = null;
151 $this->dom = null;
152 $this->nodes = null;
153 $this->parent = null;
154 $this->children = null;
229 function parent($parent = null) {
233 if ($parent !== null) {
255 return null;
262 return null;
269 return null;
273 if ($this->parent === null) {
274 return null;
283 return null;
287 if ($this->parent === null) {
288 return null;
297 return null;
306 if ($this->parent === null) {
307 return null;
365 if ($this->dom && $this->dom->callback !== null) {
469 if ($val === null || $val === false) {
504 function find($selector, $idx = null, $lowercase = false) {
561 return (isset($found[$idx])) ? $found[$idx] : null;
579 while (!isset($parent->_[HDOM_INFO_END]) && $parent !== null) {
1273 function removeClass($class = null) {
1314 $this->__set($name, null);
1357 function getElementsById($id, $idx = null) {
1365 function getElementsByTagName($name, $idx = null) {
1409 public $root = null;
1411 public $callback = null;
1480 $str = null,
1583 $this->callback = null;
1594 function find($selector, $idx = null, $lowercase = false) {
1602 $n = null;
1612 $n = null;
1683 $charset = null;
1825 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1829 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1912 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1943 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1972 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2001 if ($name === '' && $this->char !== null && $space[0] === '') {
2006 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2036 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2052 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2090 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2111 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2113 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2117 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2119 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2158 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2164 $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
2182 $this->char = ($this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
2187 if ($this->char === null) {
2193 $this->char = null;
2332 function createElement($name, $value = null) {
2344 function getElementsById($id, $idx = null) {