Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.id3v2.php3746 * @param bool $allowdecimal
3751 public static function IsANumber($numberstring, $allowdecimal=false, $allownegative=false) { argument
3754 if (($numberstring[$i] == '.') && $allowdecimal) {
/plugin/jukebox/id3/
H A Dmodule.tag.id3v2.php3129 function IsANumber($numberstring, $allowdecimal=false, $allownegative=false) { argument
3132 if (($numberstring{$i} == '.') && $allowdecimal) {