Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DSnippet.php676 $fileExists = FileSystems::exists($this->path);
677 if ($fileExists) {
/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php84 if ($this->fileExists($file = $full.'.less') || $this->fileExists($file = $full)) {
92 protected function fileExists($name) { function in lessc