Searched refs:fileExists (Results 1 – 1 of 1) sorted by relevance
330 if ($this->fileExists($file = $full . '.less') || $this->fileExists($file = $full)) {344 protected function fileExists(string $name): bool function in LesserPHP\\Lessc