Home
last modified time | relevance | path

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

/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php230 $out = $this->makeOutputBlock(null, $env->selectors);
245 $this->scope = $this->makeOutputBlock($media->type, array($query));
253 $orphan = $this->makeOutputBlock(null, $orphanSelelectors);
277 $this->scope = $this->makeOutputBlock($block->type, $selectors);
288 $this->scope = $this->makeOutputBlock($root->type);
1969 protected function makeOutputBlock($type, $selectors = null) { function in lessc