Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/
DExtractStyleBlocks.php40 private $_tidy; variable in HTMLPurifier_Filter_ExtractStyleBlocks
59 $this->_tidy = new csstidy();
60 $this->_tidy->set_cfg('lowercase_s', false);
96 $this->_tidy = $tidy;
105 if ($this->_tidy) {
141 $this->_tidy->parse($css);
146 foreach ($this->_tidy->css as $k => $decls) {
323 $this->_tidy->css = $new_css;
324 $this->_tidy->import = array();
325 $this->_tidy->charset = null;
[all …]