Home
last modified time | relevance | path

Searched refs:raw_selectors (Results 1 – 2 of 2) sorted by last modified time

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.ruleset.class.php209 $raw_selectors = $matches[1];
212 $selectors = parse_css_selectors($raw_selectors);
H A Dcss.parse.inc.php181 function parse_css_selectors($raw_selectors) { argument
185 $selector_strings = explode(",",$raw_selectors);