Searched refs:max_chars (Results 1 – 3 of 3) sorted by relevance
371 Array.prototype.max_chars = function () { method in Array832 var max_chars = fullchord_notes.max_chars();833 var width = this.tab_char_width * (max_chars + 2);
1 …max_chars=function(){for(var t=this[0].length,a=this.length,s=1;s<a;s++)this[s].length>t&&(t=this[… method in Array
130 $max_chars = $this->qr_capacity[$version - 1][$ecl][$mode];131 if ($mode == 3) $max_chars <<= 1;132 $data = substr($data, 0, $max_chars);