Home
last modified time | relevance | path

Searched refs:css_remove_value_quotes (Results 1 – 5 of 5) sorted by last modified time

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.ruleset.class.php180 $this->css_import(trim(css_remove_value_quotes($matches[1])), $pipeline);
183 $this->css_import(trim(css_remove_value_quotes($matches[1])), $pipeline);
H A Dcss.background.image.inc.php31 $full_url = $pipeline->guess_url(css_remove_value_quotes($url));
H A Dcss.utils.inc.php133 function css_remove_value_quotes($value) { function
H A Dcss.list-style-image.inc.php25 $full_url = $pipeline->guess_url(css_remove_value_quotes($url));
H A Dcss.parse.inc.php129 … array(SELECTOR_ATTR_VALUE, $matches[2], css_remove_value_quotes($matches[3]))));
135 … array(SELECTOR_ATTR_VALUE_WORD, $matches[2], css_remove_value_quotes($matches[3]))));