Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/lib/csstidy-1.2/
Dclass.csstidy_print.php164 $out .= $template[0].$this->_htmlsp($token[1], $plain).$template[1];
170 ….= ($token[1]{0} !== '@') ? $template[2].$this->_htmlsp($token[1], $plain) : $template[0].$this->_…
177 $out .= $template[4] . $this->_htmlsp($token[1], $plain) . ':' . $template[5];
181 $out .= $this->_htmlsp($token[1], $plain);
202 … $out .= $template[11] . '/*' . $this->_htmlsp($token[1], $plain) . '*/' . $template[12];
285 function _htmlsp($string, $plain) function in csstidy_print
/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dclass.csstidy_print.php236 $out .= $template[0] . $this->_htmlsp($token[1], $plain) . $template[1];
247 … $token[1][0] !== '@') ? $template[2] . $this->_htmlsp($token[1], $plain) : $template[0] . $this->
257 $out .= $template[4] . $this->_htmlsp($token[1], $plain) . ':' . $template[5];
261 $out .= $this->_htmlsp($token[1], $plain);
302 $out .= $template[11] . '/*' . $this->_htmlsp($token[1], $plain) . '*/' . $template[12];
426 public function _htmlsp($string, $plain) { function in csstidy_print