Home
last modified time | relevance | path

Searched refs:match_selector (Results 1 – 2 of 2) sorted by path

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.rules.inc.php47 return match_selector($this->selector, $root);
H A Dcss.selectors.inc.php70 function match_selector($selector, $root) { function
88 if (!match_selector($subselector, $root)) { return false; };
96 if (match_selector($selector[1], $node)) { return true; };
103 if (match_selector($selector[1], $node)) { return true; };