Home
last modified time | relevance | path

Searched refs:max (Results 101 – 125 of 1190) sorted by relevance

12345678910>>...48

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DDiversifiedSampler.php19 public function setMaxDocsPerValue(int $max): self argument
21 return $this->setParam('max_docs_per_value', $max);
/plugin/statdisplay/helper/
H A Dtable.php241 $this->cell($this->log->max($data['hits']['hour'], 'count'));
247 $this->cell($this->log->max($data['hits']['day'], 'count'));
253 $this->cell($this->log->max($data['media']['day'], 'count'));
259 $this->cell($this->log->max($data['page']['day'], 'count'));
265 $this->cell(filesize_h($this->log->max($data['hits']['day'], 'bytes')));
358 * @param float $max
363 private function listtable(&$data, $max, $title, $istraffic = false) argument
397 $this->cell($this->pct($count, $max));
413 private function pct($val, $max) argument
415 if (!$max) return '0.00%';
[all …]
/plugin/odt/ODT/css/
H A Dcssimportnew.php198 if ($max == 0) {
211 while ($pos < $max) {
432 while ($pos < $max) {
890 $max = strlen ($contents);
892 while ( $pos < $max ) {
893 if ( ($pos+1) < $max &&
903 if ( ($pos+1) < $max &&
951 $max = strlen ($contents);
952 while ( $pos < $max ) {
1260 $max = count ($parents);
[all …]
/plugin/icons/syntax/
H A Doxygen.php25 $size = (($size > max($sizes)) ? max($sizes) : $size);
H A Dbreeze.php25 $size = (($size > max($sizes)) ? max($sizes) : $size);
H A Dfugue.php25 $size = (($size > max($sizes)) ? max($sizes) : $size);
/plugin/data/syntax/
H A Dtaglist.php38 * @param $max int The highest count of a single tag
41 protected function cloudWeight(&$tags, $min, $max, $levels)
43 parent::cloudWeight($tags, $min, $max, $levels);
35 _cloud_weight(& $tags, $min, $max, $levels) global() argument
/plugin/data-au/syntax/
H A Dtaglist.php37 protected function _cloud_weight(&$tags, $min, $max, $levels) { argument
38 parent::_cloud_weight($tags, $min, $max, $levels);
/plugin/diagramsnet/lib/plugins/
H A Dpage.js19 var max = parseInt(prompt('Cycles', '100'));
48 if (counter++ < max && ui.dialog == null)
76 var max = parseInt(prompt('Cycles', '100'));
128 if (counter++ < max && ui.dialog == null)
/plugin/sphinxsearch-was/
H A Dfunctions.php406 * @param int $max maximum chars you want for the whole string
410 function shorten($keep, $short, $max, $min = 9, $char = '⌇') argument
412 $max = $max - utf8_strlen($keep);
413 if ($max < $min) return $keep;
415 if ($len <= $max) return $keep . $short;
416 $half = floor($max / 2);
/plugin/sphinxsearch/
H A Dfunctions.php414 * @param int $max maximum chars you want for the whole string
418 function shorten($keep,$short,$max,$min=9,$char='⌇'){ argument
419 $max = $max - utf8_strlen($keep);
420 if($max < $min) return $keep;
422 if($len <= $max) return $keep.$short;
423 $half = floor($max/2);
/plugin/structgantt/meta/
H A DGantt.php128 $max = 0;
136 if ($start && $start > $max) $max = $start;
142 if ($end && $end > $max) $max = $end;
145 $daynum = (new \DateTime($min))->diff(new \DateTime($max))->days;
201 $this->maxDate = $max;
202 $this->days = $this->listDays($min, $max);
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js548 assert.equal(-Infinity, _.max(null), 'can handle null/undefined');
549 assert.equal(-Infinity, _.max(void 0), 'can handle null/undefined');
550 assert.equal(-Infinity, _.max(null, _.identity), 'can handle null/undefined');
552 assert.equal(_.max([1, 2, 3]), 3, 'can perform a regular Math.max');
554 var neg = _.max([1, 2, 3], function(num){ return -num; });
557 assert.equal(-Infinity, _.max({}), 'Maximum value of an empty object');
558 assert.equal(-Infinity, _.max([]), 'Maximum value of an empty array');
559 assert.equal(_.max({a: 'a'}), -Infinity, 'Maximum value of a non-numeric collection');
561 assert.equal(_.max(_.range(1, 300000)), 299999, 'Maximum value of a too-big array');
588 assert.deepEqual(_.max([[1], [2, 3], [-1, 4], [5]], 0), [5], 'Lookup falsy iterator');
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Drandom.rst11 The "max" argument was added in Twig 1.38.
34 * ``max``: The max value when values is an integer
/plugin/tagfilter/script/select2/
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_fi.js14 formatInputTooLong: function (input, max) { argument
15 var n = input.length - max;
H A Dselect2_locale_hu.js10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Túl hosszú. " + n + " karakterrel több, mint kellene."; }, argument
H A Dselect2_locale_ka.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "გთხოვთ წაშალოთ " + n + " სიმბოლო"; }, argument
H A Dselect2_locale_ms.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Sila hapuskan " + n + " aksara"; }, argument
H A Dselect2_locale_th.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "โปรดลบออก " + n + " ตัวอักษร"; }, argument
H A Dselect2_locale_tr.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return n + " karakter azaltmalısınız"; }, argument
H A Dselect2_locale_zh-TW.js9 formatInputTooLong: function (input, max) { var n = input.length - max; return "請刪掉" + n + "個字元";}, argument
H A Dselect2_locale_zh-CN.js9 formatInputTooLong: function (input, max) { var n = input.length - max; return "请删掉" + n + "个字符";}, argument
H A Dselect2_locale_he.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "נא להזין פחות " + n + " תווים"; }, argument

12345678910>>...48