Lines Matching refs:plain
109 public function plain($default_media='') { function in csstidy_print
175 * @param bool $plain plain text or not
180 public function _print($plain = false, $default_media='') { argument
192 if ($plain) {
236 $out .= $template[0] . $this->_htmlsp($token[1], $plain) . $template[1];
247 …@') ? $template[2] . $this->_htmlsp($token[1], $plain) : $template[0] . $this->_htmlsp($token[1], …
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];
309 if (!$plain) {
420 * @param bool $plain
426 public function _htmlsp($string, $plain) { argument
427 if (!$plain) {