Lines Matching defs:selector
511 function find($selector, $idx = null, $lowercase = false)
513 $selectors = $this->parse_selector($selector);
517 // find each selector
563 protected function seek($selector, &$ret, $parent_cmd, $lowercase = false)
568 list($tag, $id, $class, $attributes, $cmb) = $selector;
614 // Handle 'text' selector
710 // todo: "plaintext" is not a valid CSS selector!
723 // todo "plaintext" is not a valid CSS selector!
744 // the value of the selector.
876 * Matches the selector list separator
1166 // class or id that has an img selector that specifies a height or width
1584 function find($selector, $idx = null, $lowercase = false)
1586 return $this->root->find($selector, $idx, $lowercase);
2125 // PaperG: If this is a "class" selector, lets get rid of the preceeding