Home
last modified time | relevance | path

Searched refs:max (Results 251 – 275 of 1190) sorted by last modified time

1...<<11121314151617181920>>...48

/plugin/clearhistory/
H A Dadmin.php156 $max = preg_match_all('/^([0-9]+)\s+?(\S+)\s+?([ECDR])\s+?(\S+)\s+?(\S*)\s+?(.*)$/im',
158 if ($max <= 1) return;
161 …$cmpuser = (empty($match[5][$max - 1])) ? $match[2][$max - 1] : $match[5][$max - 1]; // user or if…
163 for ($i = $max - 1; $i >= 0; $i--) {
200 … @unlink(wikiFN($match[4][$max - 1], $time)); //try the latest name (move plugin) issue #1
/plugin/fastwiki/
H A Dscript.js506 $('html,body').animate({scrollTop: Math.max(0, Math.floor($('.content_partial').offset().top)-20)+'px'}, 300);
/plugin/snow/
H A Dsnowstorm.js599 storm.animationInterval = Math.max(20,storm.animationInterval);
/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/structgantt/
H A Dstyle.less36 max-width: 15%;
/plugin/authdrupal8/
H A Dpassword.inc140 * The return string will be truncated at DRUPAL_HASH_LENGTH characters max.
/plugin/edittable/lib/
H A Dhandsontable.full.js9768 function max () {
10933 proto.max = prototypeMax;
11559 hooks.max = max;
12670 max,
13882 var max = Math.max;
34072 rlen = Math.min(Math.max(maxRows - 1, 0), Math.max(start.row, end.row));
34073 clen = Math.min(Math.max(maxCols - 1, 0), Math.max(start.col, end.col));
44249 width = Math.max(width, 20);
50670 max = this._o.maxDate;
50674 } else if (isDate(max) && date > max) {
[all …]
H A Dhandsontable.less113 …width: 0; /*must be 0, otherwise blank space appears in scroll demo after scrolling max to the rig…
152 max-width: none;
153 max-height: none;
/plugin/edittable/script/
H A Deditor.js31 var last = dmarray.slice(Math.max(endIndex + 1, target));
/plugin/simplenavi/
H A Dstyle.less4 max-width: 50vh;
/plugin/tplinc/
H A Dstyle.less7 max-width: 15em;
/plugin/mathpublish/phpmathpublisher/
H A DHelper.php464 $tmpImg = imagecreate(max($tmpWidth, 1), max($tmpHeight, 1));
498 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
510 $tmpImg = imagecreate(max($tmpWidth, 1), max($tmpHeight, 1));
545 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
569 $tmpImg = imagecreate(max($tmpWidth, 1), max($tmpHeight, 1));
609 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
683 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
721 $img = imagecreate(max($dx, 1), max($dy, 1));
758 $img = imagecreate(max($dx, 1), max($dy, 1));
797 $result = imagecreate(max($width, 1), max($height, 1));
[all …]
H A DMathExpression.php308 $result = imagecreate(max($width, 1), max($height, 1));
336 $result = imagecreate(max($width + 5, 1), max($height, 1));
434 $result = imagecreate(max($width, 1), max($height, 1));
468 $result = imagecreate(max($width, 1), max($height, 1));
538 $imgFin = imagecreate(max($width, 1), max($height, 1));
566 $imgFin = imagecreate(max($width, 1), max($height, 1));
782 $imgFin = imagecreate(max($width, 1), max($height, 1));
808 $imgFin = imagecreate(max($width, 1), max($height, 1));
833 $imgFin = imagecreate(max($width, 1), max($height, 1));
863 $imgFin = imagecreate(max($width, 1), max($height, 1));
[all …]
H A DPhpMathPublisher.php130 $this->size = max($this->size, 10);
/plugin/mathpublish/
H A Dimg.php17 header('Expires: ' . gmdate("D, d M Y H:i:s", time() + max($conf['cachetime'], 3600)) . ' GMT');
18 header('Cache-Control: public, proxy-revalidate, no-transform, max-age=' . max($conf['cachetime'], …
/plugin/statdisplay/pchart/
H A DGDCanvas.php536 $Step = 360 / (2 * M_PI * max ( $width, $height ));
554 $Step = 360 / (2 * M_PI * max ( $width, $height ));
569 if (($Y1 - 1) > $center->getY() - max ( $width, $height )) {
H A DpData.php201 max($this->seriesMaximums[$seriesName],
H A DpChart.php1867 $aPoints [] = max($YLast + $this->GArea_Y1, $this->GArea_Y1);
1869 $aPoints [] = max($YPos + $this->GArea_Y1, $this->GArea_Y1);
1871 $aPoints [] = max($YZero + $this->GArea_Y1, $this->GArea_Y1);
1873 $aPoints [] = max($YZero + $this->GArea_Y1, $this->GArea_Y1);
2046 …$this->addToImageMap ( $X1, min ( $Y1, $Y2 ), $X2, max ( $Y1, $Y2 ), $DataDescription->description…
2100 …$this->addToImageMap ( $XPos + 1, min ( $YZero, $YPos ), $XPos + $SeriesWidth - 1, max ( $YZero, $…
2169 …$this->addToImageMap ( $XPos + 1, min ( $YBottom, $YPos ), $XPos + $SeriesWidth - 1, max ( $YBotto…
2837 if ($Value < max ( $DataSummary )) {
/plugin/statdisplay/helper/
H A Dlog.php55 $max = @filesize($this->logfile);
56 if (!$max) return 100.0;
58 return (int)$pos * 100 / $max;
432 public function max($input, $key = null) function in helper_plugin_statdisplay_log
434 $max = 0;
442 if ($val > $max) $max = $val;
445 return $max;
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/linksuggest/
H A Dstyle.css12 max-height: 200px;
/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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D1b8655e6ba99fe39933c6eafe78728b7.asciidoc11 'max' => 2,
26 'max' => 2,
H A D5d9d7b84e2fec7ecd832145cbb951cf1.asciidoc23 'max' => [
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DCachingStream.php36 return max($this->stream->getSize(), $this->remoteStream->getSize());
86 $this->skipReadBytes = max(0, $this->skipReadBytes - $len);

1...<<11121314151617181920>>...48