Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/lib/exe/
Dcss_at_import_less.test.php46 private function importPath($path) { function in css_at_import_less_test
56 $import = $this->importPath($this->import);
71 $import = $this->importPath($this->import);
/dokuwiki/vendor/splitbrain/lesserphp/src/
DLessc.php362 protected function tryImport($importPath, $parentBlock, $out) argument
364 if ($importPath[0] == 'function' && $importPath[1] == 'url') {
365 $importPath = $this->flattenList($importPath[2]);
368 $str = $this->coerceString($importPath);
1116 [, $importPath, $importId] = $prop;
1117 $importPath = $this->reduce($importPath);
1123 $result = $this->tryImport($importPath, $block, $out);
1126 [false, '@import ' . $this->compileValue($importPath) . ';'] :