Home
last modified time | relevance | path

Searched defs:max (Results 26 – 50 of 213) sorted by last modified time

123456789

/plugin/statdisplay/helper/
H A Dtable.php363 private function listtable(&$data, $max, $title, $istraffic = false)
413 private function pct($val, $max)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DDiversifiedSampler.php19 public function setMaxDocsPerValue(int $max): self argument
H A DDateHistogram.php121 public function setExtendedBounds(string $min = '', string $max = ''): self argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/CandidateGenerator/
H A DDirectGenerator.php65 public function setMaxEdits(int $max) argument
93 public function setMaxInspections(int $max) argument
109 public function setMaxTermFrequency(float $max) argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DPhrase.php69 public function setMaxErrors(float $max): self argument
H A DTerm.php64 public function setMaxEdits(int $max = 2): self argument
92 public function setMaxInspections(int $max = 5): self argument
112 public function setMaxTermFrequency(float $max = 0.01): self argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DAggregation.php82 public function max(string $name): Max function in Elastica\\QueryBuilder\\DSL\\Aggregation
/plugin/achart/assets/
H A Dapexcharts.min.js6 …of define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).ApexCharts=e…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js1323 …ge:function(){var a=this.getTaskCount(),b={current:this.getDoneTaskCount(),max:a,percentage:Math.r… property in b
/plugin/tagfilter/script/select2/
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_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_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_fa.js14 formatInputTooLong: function (input, max) { var n = input.length - max; return "لطفاً " + n + " نویسه را حذف کنید."; }, argument
H A Dselect2_locale_is.js10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Vinsamlegast styttið texta um " + n + " staf" + (n > 1 ? "i" : ""); }, argument
H A Dselect2_locale_it.js10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Inserisci " + n + " caratter" + (n == 1? "e" : "i") + " in meno"; }, argument
H A Dselect2_locale_ja.js10 formatInputTooLong: function (input, max) { var n = input.length - max; return "検索文字列が" + n + "文字長すぎます"; }, argument
H A Dselect2_locale_ko.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "너무 깁니다. "+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_fi.js14 formatInputTooLong: function (input, max) { argument
H A Dselect2_locale_gl.js21 formatInputTooLong: function (input, max) { argument
H A Dselect2_locale_hr.js13 formatInputTooLong: function (input, max) { return "Unesite" + character(input.length - max) + " manje"; }, argument

123456789