Home
last modified time | relevance | path

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

/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php48 protected $libFunctions = array(); variable in lessc
1601 $f = isset($this->libFunctions[$name]) ?
1602 $this->libFunctions[$name] : array($this, 'lib_'.str_replace('-', '_', $name));
2299 $this->libFunctions[$name] = $func;
2303 unset($this->libFunctions[$name]);