Home
last modified time | relevance | path

Searched refs:max (Results 1051 – 1075 of 1190) sorted by path

1...<<4142434445464748

/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1max-height max-width min-height min-width orphans ' +\n 'outline-color outline-style outline-wi…
/plugin/tablecalc/
H A Dscript.js97 function max(a) { function
/plugin/tablelayout/script/
H A Dscript.js145 var columnCount = $table.find('tr').toArray().reduce(function (max, row) { argument
146 return Math.max(max, jQuery(row).find('td,th').length);
H A Dtablelayout_functions.js8 var max = 0;
10 if (max < row.cells.length) {
11 max = row.cells.length;
15 return max;
/plugin/tableplot/
H A Dtable2Plot.js68 max: 0, // defaults to maximum y value in the table property in jQuery.fn.tablePlot.args
109 var max = args.max;
/plugin/tagentry/
H A Dstyle.css3 max-height: 6em;
/plugin/tagfilter/script/select2/
H A Dselect2.css315 max-height: 200px;
H A Dselect2.js2903 // if we reached max selection size repaint the results so choices
2904 // are replaced with the max selection reached message
3337 formatInputTooLong: function (input, max) { var n = input.length - max; return "Please delete " + n + " character" + (n == 1? "" : "s"); }, argument
H A Dselect2_locale_ar.js12 formatInputTooLong: function (input, max) { var n = input.length - max; if (n == 1){ return "الرجاء إدخال حرف واحد على الأقل"; } return n == 2 ? "الرجاء إدخال حرفين على الأقل" : "الجاء إدخال " + n + " على الأقل "; }, argument
H A Dselect2_locale_bg.js13 formatInputTooLong: function (input, max) { var n = input.length - max; return "Моля въведете с " + n + " по-малко символ" + (n > 1 ? "а" : ""); }, argument
H A Dselect2_locale_ca.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Introduïu " + n + " caràcter" + (n == 1? "" : "s") + "menys"; }, argument
H A Dselect2_locale_cs.js27 formatInputTooLong: function (input, max) { argument
28 var n = input.length - max;
H A Dselect2_locale_da.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Angiv venligst " + n + " tegn mindre"; }, argument
H A Dselect2_locale_de.js10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Bitte " + n + " Zeichen weniger eingeben"; }, argument
H A Dselect2_locale_el.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Παρακαλούμε διαγράψτε " + n + " χαρακτήρ" + (n > 1 ? "ες" : "α"); }, argument
H A Dselect2_locale_en.js13 formatInputTooLong: function (input, max) { var n = input.length - max; return "Please delete " + n + " character" + (n == 1 ? "" : "s"); }, argument
H A Dselect2_locale_es.js10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Por favor, elimine " + n + " car" + (n == 1? "ácter" : "acteres"); }, argument
H A Dselect2_locale_et.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Sisesta " + n + " täht" + (n == 1? "" : "e") + " vähem"; }, argument
H A Dselect2_locale_eu.js21 formatInputTooLong: function (input, max) { argument
22 var n = input.length - max;
H A Dselect2_locale_fa.js14 formatInputTooLong: function (input, max) { var n = input.length - max; return "لطفاً " + n + " نویسه را حذف کنید."; }, argument
H A Dselect2_locale_fi.js14 formatInputTooLong: function (input, max) { argument
15 var n = input.length - max;
H A Dselect2_locale_fr.js10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Merci de supprimer " + n + " caractère" + (n == 1? "" : "s"); }, argument
H A Dselect2_locale_gl.js21 formatInputTooLong: function (input, max) { argument
22 var n = input.length - max;
H A Dselect2_locale_he.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "נא להזין פחות " + n + " תווים"; }, argument
H A Dselect2_locale_hr.js13 formatInputTooLong: function (input, max) { return "Unesite" + character(input.length - max) + " manje"; }, argument

1...<<4142434445464748