Lines Matching defs:find
514 function find($selector, $idx = null, $lowercase = false)
520 // find each selector
1320 return $this->find("#$id", 0);
1325 return $this->find("#$id", $idx);
1330 return $this->find($name, 0);
1335 return $this->find($name, $idx);
1578 function find($selector, $idx = null, $lowercase = false)
1580 return $this->root->find($selector, $idx, $lowercase);
1689 $el = $this->root->find('meta[http-equiv=Content-Type]', 0, true);
1727 if ($meta = $this->root->find('meta[charset]', 0)) {
1843 // Traverse ancestors to find a matching opening tag
1870 // Traverse ancestors to find a matching opening tag
2332 return $this->find("#$id", 0);
2337 return $this->find("#$id", $idx);
2342 return $this->find($name, 0);
2347 return $this->find($name, $idx);