Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DLessc.php362 protected function tryImport($importPath, $parentBlock, $out) argument
395 $prop[1]->parent = $parentBlock;
403 if (isset($parentBlock->children[$childName])) {
404 $parentBlock->children[$childName] = array_merge(
405 $parentBlock->children[$childName],
409 $parentBlock->children[$childName] = $child;
417 $this->compileImportedProps($top, $parentBlock, $out, $parser, $dir);