Home
last modified time | relevance | path

Searched refs:fname (Results 1 – 4 of 4) sorted by relevance

/template/peanutbutter/
Dtpl_functions.php142 foreach($typearr as $type => $fname) {
143 $look = array(':wiki:'.$fname, ':'.$fname, 'images/'.$fname);
/template/monochrome/
Dtpl_functions.php139 foreach($typearr as $type => $fname) {
140 $look = array(':wiki:'.$fname, ':'.$fname, 'images/'.$fname);
/template/peanutbutter2/
Dtpl_functions.php142 foreach($typearr as $type => $fname) {
143 $look = array(':wiki:'.$fname, ':'.$fname, 'images/'.$fname);
/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php1493 $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 …]