Lines Matching defs:id
520 // code tracker id 2788009
568 list($tag, $id, $class, $attributes, $cmb) = $selector;
632 if ($pass && $id !== '' && !isset($node->attr['id'])) {
637 if ($pass && $id !== '' && isset($node->attr['id'])) {
639 $node_id = explode(' ', trim($node->attr['id']))[0];
641 if($id !== $node_id) { $pass = false; }
859 * [2] - id name
861 * Optionally matches a id name, consisting of an "#" followed by
862 * the id name (one or more words and hyphens).
1161 // Look in the tag to see if there is a class or id specified that has
1166 // class or id that has an img selector that specifies a height or width
1167 // Note that in this case, the class or id will have the img subselector
1171 // If the class or id is specified in a SEPARATE css file thats not on
1322 function getElementById($id)
1324 return $this->find("#$id", 0);
1327 function getElementsById($id, $idx = null)
1329 return $this->find("#$id", $idx);
1751 * -- https://bugs.php.net/bug.php?id=38138
2336 function getElementById($id)
2338 return $this->find("#$id", 0);
2341 function getElementsById($id, $idx = null)
2343 return $this->find("#$id", $idx);