Home
last modified time | relevance | path

Searched defs:max (Results 151 – 175 of 213) sorted by path

123456789

/plugin/statdisplay/helper/
H A Dlog.php432 public function max($input, $key = null) function in helper_plugin_statdisplay_log
H A Dtable.php363 private function listtable(&$data, $max, $title, $istraffic = false)
413 private function pct($val, $max)
/plugin/statistics/inc/
H A DStatisticsGraph.class.php75 protected function sumUpPieChart($query, $key, $max=4){ argument
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2 …e&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).THREE=… argument
/plugin/struct/meta/
H A DAggregationCloud.php168 getWeight($current, $min, $max) global() argument
/plugin/structpublish/db/json/
H A Dstructpublish0001.struct.json112 "max": "", string
/plugin/swiftmail/Swift/
H A DBatchMailer.php73 public function setMaxTries($max)
/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
/plugin/tableplot/
H A Dtable2Plot.js68 max: 0, // defaults to maximum y value in the table property in jQuery.fn.tablePlot.args
/plugin/tagfilter/script/select2/
H A Dselect2.js3337 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
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
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
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

123456789