Home
last modified time | relevance | path

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

/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
DCss.php162 $this->_buffer .= $this->quoteString($attribute->literal->value);
182 $this->_buffer .= $this->quoteString($literal->value);
239 private function quoteString(string $string): string { function in PhpCss\\Ast\\Visitor\\Css