Home
last modified time | relevance | path

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

/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php2420 $this->formatterName = $name;
2426 if (!empty($this->formatterName)) {
2427 if (!is_string($this->formatterName))
2428 return $this->formatterName;
2429 $className = "lessc_formatter_$this->formatterName";
/plugin/tagfilter/script/select2/
Dselect2.js564 function checkFormatter(formatter, formatterName) { argument
568 throw new Error(formatterName +" must be a string, function, or falsy value");