Home
last modified time | relevance | path

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

/template/mikio/inc/stemmechanics/lesserphp/
H A DREADME.md30 The `compileFile` method reads and compiles a file. It will either return the
35 echo $less->compileFile("input.less");
38 The `checkedCompile` method is like `compileFile`, but it only compiles if the output
H A Dlessc.inc.php2110 public function compileFile($fname, $outFname = null) { function in lessc
2175 $this->compileFile($in, $out);
2233 $out['compiled'] = $this->compileFile($root);
2263 $out = $this->compileFile($this->_parseFile);