Searched refs:selector_string (Results 1 – 4 of 4) sorted by relevance
187 foreach ($selector_strings as $selector_string) {192 $selector_string = trim($selector_string);197 if (!empty($selector_string)) {198 $selectors[] = parse_css_selector($selector_string);
409 protected $selector_string = NULL; variable in css_selector418 * @param string $selector_string String containing the selector420 public function __construct($selector_string) { argument421 $selector_string = str_replace("\n", '', $selector_string);422 $this->selector_string = trim($selector_string);425 $max = strlen($this->selector_string);433 $sign = $this->selector_string [$pos];456 $sign = $this->selector_string[$pos];
672 protected function parse_selector($selector_string) { argument684 preg_match_all($pattern, trim($selector_string).' ', $matches, PREG_SET_ORDER);
840 protected function parse_selector($selector_string) { argument894 trim($selector_string) . ' ', // Add final ' ' as pseudo separator