Home
last modified time | relevance | path

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

/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php225 $out = $this->makeOutputBlock(null, $env->selectors);
240 $this->scope = $this->makeOutputBlock($media->type, array($query));
248 $orphan = $this->makeOutputBlock(null, $orphanSelelectors);
272 $this->scope = $this->makeOutputBlock($block->type, $selectors);
283 $this->scope = $this->makeOutputBlock($root->type);
1964 protected function makeOutputBlock($type, $selectors = null) { function in lessc