Home
last modified time | relevance | path

Searched defs:min (Results 51 – 75 of 168) sorted by relevance

1234567

/plugin/tagfilter/script/select2/
H A Dselect2_locale_rs.js11 formatInputTooShort: function (input, min) { var n = min - input.length; return "Ukucajte bar još " + n + " simbol" + (n % 10 == 1 && n % 100 != 11 ? "" : "a"); }, argument
H A Dselect2_locale_zh-CN.js8 formatInputTooShort: function (input, min) { var n = min - input.length; return "请再输入" + n + "个字符";}, argument
H A Dselect2_locale_da.js11 formatInputTooShort: function (input, min) { var n = min - input.length; return "Angiv venligst " + n + " tegn mere"; }, argument
H A Dselect2_locale_eu.js13 formatInputTooShort: function (input, min) { argument
H A Dselect2_locale_fr.js9 formatInputTooShort: function (input, min) { var n = min - input.length; return "Merci de saisir " + n + " caractère" + (n == 1? "" : "s") + " de plus"; }, argument
H A Dselect2_locale_he.js11 formatInputTooShort: function (input, min) { var n = min - input.length; return "נא להזין עוד " + n + " תווים נוספים"; }, argument
H A Dselect2_locale_en.js12 formatInputTooShort: function (input, min) { var n = min - input.length; return "Please enter " + n + " more character" + (n == 1 ? "" : "s"); }, argument
H A Dselect2_locale_fa.js13 formatInputTooShort: function (input, min) { var n = min - input.length; return "لطفاً " + n + " نویسه بیشتر وارد نمایید"; }, argument
H A Dselect2_locale_hr.js12 formatInputTooShort: function (input, min) { return "Unesite još" + character(min - input.length); }, argument
H A Dselect2_locale_lt.js12 formatInputTooShort: function (input, min) { return "Įrašykite dar" + character(min - input.length); }, argument
H A Dselect2_locale_ru.js11 formatInputTooShort: function (input, min) { return "Пожалуйста, введите еще" + character(min - input.length); }, argument
H A Dselect2_locale_uk.js12 formatInputTooShort: function (input, min) { return "Введіть буль ласка ще" + character(min - input.length, "символ"); }, argument
H A Dselect2_locale_pl.js12 formatInputTooShort: function (input, min) { return "Wpisz jeszcze" + character(min - input.length, "znak", "i"); }, argument
H A Dselect2_locale_sk.js16 formatInputTooShort: function (input, min) { argument
H A Dselect2_locale_cs.js17 formatInputTooShort: function (input, min) { argument
/plugin/data/syntax/
H A Dtaglist.php35 _cloud_weight(& $tags, $min, $max, $levels) global() argument
H A Dcloud.php200 _cloud_weight(& $tags, $min, $max, $levels) global() argument
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DRepetition.php76 public function __construct($name, $min, $max, $children, $nodeId)
/plugin/sequencediagram/bower_components/lodash/lib/common/
H A Dfile.js47 function min(srcPath, destPath) { function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Bucket.php46 public function setMin(GooglePrivacyDlpV2Value $min)
/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
/plugin/gtime/gtlib/util/
H A DGTBaseX.php35 private $min; variable in GTBaseX
/plugin/data-au/syntax/
H A Dcloud.php194 protected function _cloud_weight(&$tags, $min, $max, $levels) {

1234567