Searched refs:incbase (Results 1 – 1 of 1) sorted by relevance
96 $incbase = dirname($inifile) . '/';106 … $this->getValidatedStyles($stylesheets, $inifile, $mode, $incbase, $webbase)132 * @param string $incbase136 protected function getValidatedStyles($stylesheets, $file, $mode, $incbase, $webbase) argument139 if (!file_exists($incbase . $file)) {142 if (file_exists($incbase . $basename . '.' . $newExtension)) {143 $stylesheets[$mode][$incbase . $basename . '.' . $newExtension] = $webbase;152 $stylesheets[$mode][fullpath($incbase . $file)] = $webbase;