Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/babel-types/lib/
Dindex.js149 exports.removeComments = removeComments;
631 function removeComments(node) { function
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/
Doptimize.js517 removeComments(properties, options);
520 function removeComments(tokens, options) { function
/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php2582 $this->buffer = $this->writeComments ? $buffer : $this->removeComments($buffer);
3850 protected function removeComments($text) { function in lessc_parser