Home
last modified time | relevance | path

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

/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php48 protected $libFunctions = array(); variable in lessc
1596 $f = isset($this->libFunctions[$name]) ?
1597 $this->libFunctions[$name] : array($this, 'lib_'.str_replace('-', '_', $name));
2294 $this->libFunctions[$name] = $func;
2298 unset($this->libFunctions[$name]);