Home
last modified time | relevance | path

Searched defs:max (Results 26 – 50 of 273) sorted by relevance

1234567891011

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
DDiversifiedSampler.php19 public function setMaxDocsPerValue(int $max): self
/plugin/asciidocjs/node_modules/core-js/modules/
D_to-absolute-index.js2 var max = Math.max; variable
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_to-absolute-index.js2 var max = Math.max; variable
/plugin/html2pdf/html2pdf/html2ps/
Dheight.php49 var $max; variable in HCConstraint
178 function HCConstraint($constant, $min, $max) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
DBigInteger.php694 public static function randomRangePrime(BigInteger $min, BigInteger $max)
713 public static function randomRange(BigInteger $min, BigInteger $max)
779 public static function max(BigInteger ...$nums) function in phpseclib3\\Math\\BigInteger
795 public function between(BigInteger $min, BigInteger $max)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DProgress.php7 protected function makeSVG($type, $value, $max, $min, $optimum, $low, $high)
/plugin/statdisplay/helper/
Dtable.php363 private function listtable(&$data, $max, $title, $istraffic = false)
413 private function pct($val, $max)
/plugin/avatar/
Dmonsterid.php120 function get_part(string $hex, int $min, int $max): int
/plugin/data/syntax/
Dtaglist.php41 protected function cloudWeight(&$tags, $min, $max, $levels)
/plugin/data-au/syntax/
Dtaglist.php37 protected function _cloud_weight(&$tags, $min, $max, $levels) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
DRepetition.php76 public function __construct($name, $min, $max, $children, $nodeId)
/plugin/tagfilter/script/select2/
Dselect2_locale_id.js12 …formatInputTooLong: function (input, max) { var n = input.length - max; return "Hapus " + n + " hu… argument
Dselect2_locale_ka.js12 …formatInputTooLong: function (input, max) { var n = input.length - max; return "გთხოვთ წაშალოთ " +… argument
Dselect2_locale_eu.js21 formatInputTooLong: function (input, max) { argument
Dselect2_locale_tr.js12 …formatInputTooLong: function (input, max) { var n = input.length - max; return n + " karakter azal… argument
Dselect2_locale_de.js10 …formatInputTooLong: function (input, max) { var n = input.length - max; return "Bitte " + n + " Ze… argument
Dselect2_locale_ko.js12 …formatInputTooLong: function (input, max) { var n = input.length - max; return "너무 깁니다. "+n+"글자 지워… argument
Dselect2_locale_is.js10 …formatInputTooLong: function (input, max) { var n = input.length - max; return "Vinsamlegast stytt… argument
Dselect2_locale_he.js12 …formatInputTooLong: function (input, max) { var n = input.length - max; return "נא להזין פחות " + … argument
Dselect2_locale_th.js12 …formatInputTooLong: function (input, max) { var n = input.length - max; return "โปรดลบออก " + n + … argument
Dselect2_locale_da.js12 …formatInputTooLong: function (input, max) { var n = input.length - max; return "Angiv venligst " +… argument
Dselect2_locale_mk.js12 …formatInputTooLong: function (input, max) { var n = input.length - max; return "Ве молиме внесете … argument
Dselect2_locale_ca.js12 …formatInputTooLong: function (input, max) { var n = input.length - max; return "Introduïu " + n + … argument
Dselect2_locale_ms.js12 …formatInputTooLong: function (input, max) { var n = input.length - max; return "Sila hapuskan " + … argument
/plugin/captcha/
H A DIpCounter.php23 protected $max; variable in dokuwiki\\plugin\\captcha\\IpCounter

1234567891011