Home
last modified time | relevance | path

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

/plugin/chordsheets/js/
H A Djtab.js371 Array.prototype.max_chars = function () { method in Array
832 var max_chars = fullchord_notes.max_chars();
833 var width = this.tab_char_width * (max_chars + 2);
H A Djtab.min.js1max_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
/plugin/twofactorgoogleauth/
DQRCode.php130 $max_chars = $this->qr_capacity[$version - 1][$ecl][$mode];
131 if ($mode == 3) $max_chars <<= 1;
132 $data = substr($data, 0, $max_chars);