Lines Matching refs:fname
1493 $fname = $func[1];
1497 if ($fname == 'hsl' || $fname == 'hsla') {
1515 } elseif ($fname == 'rgb' || $fname == 'rgba') {
1746 $fname = "op_{$ltype}_{$rtype}";
1747 if (is_callable(array($this, $fname))) {
1748 $out = $this->$fname($op, $left, $right);
2076 public function __construct($fname = null) { argument
2077 if ($fname !== null) {
2079 $this->_parseFile = $fname;
2110 public function compileFile($fname, $outFname = null) { argument
2111 if (!is_readable($fname)) {
2112 throw new \Exception('load error: failed to find '.$fname);
2115 $pi = pathinfo($fname);
2122 $this->addParsedFile($fname);
2124 $out = $this->compile(file_get_contents($fname), $fname);
2214 foreach ($in['files'] as $fname => $ftime ) {
2215 if (!file_exists($fname) or filemtime($fname) > $ftime) {
3544 $fname = $m[1];
3566 $func = array('function', $fname, $args);
3568 } elseif ($fname == 'url') {
3572 $func = array('function', $fname, $string);