Searched refs:formatterName (Results 1 – 2 of 2) sorted by relevance
2420 $this->formatterName = $name;2426 if (!empty($this->formatterName)) {2427 if (!is_string($this->formatterName))2428 return $this->formatterName;2429 $className = "lessc_formatter_$this->formatterName";
564 function checkFormatter(formatter, formatterName) { argument568 throw new Error(formatterName +" must be a string, function, or falsy value");