Home
last modified time | relevance | path

Searched defs:max (Results 51 – 75 of 213) sorted by relevance

123456789

/plugin/tagfilter/script/select2/
H A Dselect2_locale_pt-PT.js10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Apague " + n + " car" + (n == 1 ? "ácter" : "acteres"); }, argument
H A Dselect2_locale_ro.js10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Vă rugăm să introduceți mai puțin de " + n + " caracter" + (n == 1? "" : "e"); }, argument
H A Dselect2_locale_rs.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Obrišite " + n + " simbol" + (n % 10 == 1 && n % 100 != 11 ? "" : "a"); }, argument
H A Dselect2_locale_zh-CN.js9 formatInputTooLong: function (input, max) { var n = input.length - max; return "请删掉" + n + "个字符";}, 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_eu.js21 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
H A Dselect2_locale_he.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "נא להזין פחות " + n + " תווים"; }, 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_fa.js14 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
H A Dselect2_locale_lt.js13 formatInputTooLong: function (input, max) { return "Pašalinkite" + character(input.length - max); }, argument
H A Dselect2_locale_ru.js12 formatInputTooLong: function (input, max) { return "Пожалуйста, введите на" + character(input.length - max) + " меньше"; }, argument
H A Dselect2_locale_uk.js13 formatInputTooLong: function (input, max) { return "Введіть буль ласка на" + character(input.length - max, "символ") + " менше"; }, argument
H A Dselect2_locale_pl.js13 formatInputTooLong: function (input, max) { return "Wpisana fraza jest za długa o" + character(input.length - max, "znak", "i"); }, argument
H A Dselect2_locale_sk.js26 formatInputTooLong: function (input, max) { argument
H A Dselect2_locale_cs.js27 formatInputTooLong: function (input, max) { argument
/plugin/data/syntax/
H A Dtaglist.php35 _cloud_weight(& $tags, $min, $max, $levels) global() argument
/plugin/statdisplay/helper/
H A Dtable.php363 private function listtable(&$data, $max, $title, $istraffic = false)
413 private function pct($val, $max)
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DRepetition.php76 public function __construct($name, $min, $max, $children, $nodeId)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Bucket.php32 public function setMax(GooglePrivacyDlpV2Value $max)
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php118 public function getRangeForExpression($expression, $max) argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DMeter.php304 makeSVG($type, $value, $max, $min, $optimum, $low, $high) global() argument
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php774 protected static function randomRangePrimeOuter(Engine $min, Engine $max)
805 protected static function randomRangeHelper(Engine $min, Engine $max)
869 protected static function randomRangePrimeInner(Engine $x, Engine $min, Engine $max)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DDateHistogram.php121 public function setExtendedBounds(string $min = '', string $max = ''): self argument

123456789