Searched refs:baseindex (Results 1 – 1 of 1) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | css.ruleset.class.php | 102 function parse_css($css, &$pipeline, $baseindex = 0) { argument 124 $this->parse_css_media($head, $pipeline, $baseindex); 136 $this->parse_css_media($content, $pipeline, $baseindex); 144 $this->parse_css_media($css, $pipeline, $baseindex); 187 function parse_css_media($css, &$pipeline, $baseindex = 0) { argument 221 $this->_lastId + $baseindex);
|