Lines Matching refs:fname
1598 $fname = $func[1];
1602 if ($fname == 'hsl' || $fname == 'hsla') {
1619 } elseif ($fname == 'rgb' || $fname == 'rgba') {
1860 $fname = "op_{$ltype}_{$rtype}";
1861 if (is_callable(array($this, $fname))) {
1862 $out = $this->$fname($op, $left, $right);
2208 public function __construct($fname = null) argument
2210 if ($fname !== null) {
2212 $this->_parseFile = $fname;
2244 public function compileFile($fname, $outFname = null) argument
2246 if (!is_readable($fname)) {
2247 throw new \Exception('load error: failed to find ' . $fname);
2250 $pi = pathinfo($fname);
2257 $this->addParsedFile($fname);
2259 $out = $this->compile(file_get_contents($fname), $fname);
2352 foreach ($in['files'] as $fname => $ftime) {
2353 if (!file_exists($fname) or filemtime($fname) > $ftime) {
3738 $fname = $m[1];
3760 $func = array('function', $fname, $args);
3762 } elseif ($fname == 'url') {
3766 $func = array('function', $fname, $string);