Home
last modified time | relevance | path

Searched refs:simple_selector_string (Results 1 – 1 of 1) sorted by relevance

/plugin/odt/ODT/css/
H A Dcssimportnew.php192 * @param string $simple_selector_string String containing the selector
194 public function __construct($simple_selector_string) { argument
196 $simple_selector_string = trim ($simple_selector_string);
197 $max = strlen ($simple_selector_string);
212 $sign = $simple_selector_string [$pos];
248 $next_sign = $simple_selector_string [$pos+1];