Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DLessphpFilter.php33 private $customFunctions = array(); variable in Assetic\\Filter\\LessphpFilter
100 foreach ($this->customFunctions as $name => $callable) {
121 $this->customFunctions[$name] = $callable;
H A DScssphpFilter.php32 private $customFunctions = array(); variable in Assetic\\Filter\\ScssphpFilter
86 $this->customFunctions[$name] = $callable;
105 foreach ($this->customFunctions as $name => $callable) {