Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.parse.inc.php187 foreach ($selector_strings as $selector_string) {
192 $selector_string = trim($selector_string);
197 if (!empty($selector_string)) {
198 $selectors[] = parse_css_selector($selector_string);
/plugin/odt/ODT/css/
H A Dcssimportnew.php409 protected $selector_string = NULL; variable in css_selector
418 * @param string $selector_string String containing the selector
420 public function __construct($selector_string) { argument
421 $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];
/plugin/sqlraw/
H A Dsimple_html_dom.php672 protected function parse_selector($selector_string) { argument
684 preg_match_all($pattern, trim($selector_string).' ', $matches, PREG_SET_ORDER);
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php840 protected function parse_selector($selector_string) { argument
894 trim($selector_string) . ' ', // Add final ' ' as pseudo separator