Lines Matching defs:find
511 function find($selector, $idx = null, $lowercase = false)
517 // find each selector
1324 return $this->find("#$id", 0);
1329 return $this->find("#$id", $idx);
1334 return $this->find($name, 0);
1339 return $this->find($name, $idx);
1584 function find($selector, $idx = null, $lowercase = false)
1586 return $this->root->find($selector, $idx, $lowercase);
1695 $el = $this->root->find('meta[http-equiv=Content-Type]', 0, true);
1733 if ($meta = $this->root->find('meta[charset]', 0)) {
1849 // Traverse ancestors to find a matching opening tag
1876 // Traverse ancestors to find a matching opening tag
2338 return $this->find("#$id", 0);
2343 return $this->find("#$id", $idx);
2348 return $this->find($name, 0);
2353 return $this->find($name, $idx);