Searched refs:fname (Results 1 – 4 of 4) sorted by relevance
| /template/peanutbutter/ |
| D | tpl_functions.php | 142 foreach($typearr as $type => $fname) { 143 $look = array(':wiki:'.$fname, ':'.$fname, 'images/'.$fname);
|
| /template/monochrome/ |
| D | tpl_functions.php | 139 foreach($typearr as $type => $fname) { 140 $look = array(':wiki:'.$fname, ':'.$fname, 'images/'.$fname);
|
| /template/peanutbutter2/ |
| D | tpl_functions.php | 142 foreach($typearr as $type => $fname) { 143 $look = array(':wiki:'.$fname, ':'.$fname, 'images/'.$fname);
|
| /template/mikio/inc/stemmechanics/lesserphp/ |
| H A D | lessc.inc.php | 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 [all …]
|