Home
last modified time | relevance | path

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

/plugin/charter/
H A Dhelper.php205 list($w, $h) = $this->_trimArray(explode('x', $val, 2));
227 $flags[$key] = $this->_trimArray(explode(',', $flags[$key]));
252 $flags[$key] = $this->_trimArray(explode(',', $flags[$key]));
254 $flags[$key][$i] = $this->_trimArray(explode('|', $flags[$key][$i]));
270 list($color, $shades) = $this->_trimArray(explode('@', $val, 2));
604 $values = $this->_trimArray(explode(',', $row));
619 function _trimArray($a) { function in helper_plugin_charter