Home
last modified time | relevance | path

Searched refs:max (Results 226 – 250 of 1190) sorted by relevance

12345678910>>...48

/plugin/slider/
H A Dstyle.css25 max-width: 70%;
26 max-height: 90%;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1211 $i = $max;
1293 if ($len >= $max) {
1294 $i = $max;
1295 $len -= $max;
1418 $i = $max;
1419 $len -= $max;
1603 $i = $max;
1682 $i = $max;
1683 $len -= $max;
1790 $i = $max;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php183 $max = count($path);
186 $max--;
189 for ($i = 0; $i < $max; $i++) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php156 $max = $options['allow_redirects']['max'];
158 if ($options['__redirect_count'] > $max) {
160 "Will not follow more than {$max} redirects",
/plugin/struct/types/
H A DPage.php78 $max = $this->config['autocomplete']['maxresult'];
79 if ($max <= 0) return [];
110 if ($counter > $max) break;
H A DTag.php54 $max = $this->config['autocomplete']['maxresult'];
55 if ($max <= 0) return [];
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.php48 $this->top = max($this->top, $base + $box->get_ascender());
49 $this->right = max($this->right, $box->get_right());
327 …$this->_lines[$line_no-1]->right = max($box->_lines[0]->right, $this->_lines[$line_no-1]->right);
328 … $this->_lines[$line_no-1]->top = max($box->_lines[0]->top, $this->_lines[$line_no-1]->top);
467 $minw = max($minw, $item->get_min_width($context));
473 … $min_width = max($minw, $wc->apply($minw, $this->parent->get_width())) + $this->_get_hor_extra();
H A Dstrategy.width.max.php20 $this->_maxw = max($this->_maxw, $this->_cmaxw);
50 $this->_cmaxw = max($this->_cmaxw,
H A Dps.l3.image.encoder.stream.inc.php56 … $psdata->write(sprintf("%02X%02X%02X",min(max($r,0),255),min(max($g,0),255),min(max($b,0),255)));
H A Dbox.table.cell.php78 $minw = max($minw, $item->get_min_width_natural($context));
86 $min_width = max($minw,
199 $box->colspan = max(1,(int)$root->get_attribute('colspan'));
200 $box->rowspan = max(1,(int)$root->get_attribute('rowspan'));
/plugin/authgoogle/google/io/
H A DGoogle_CacheParser.php153 $age = max(0, time() - $parsedDate);
155 $age = max($age, strtotime($responseHeaders['age']));
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.joinmp3.php80 …$start_offset_bytes = max($CurrentFileInfo['avdataoffset'], min($CurrentFileInfo['avdataend'], $st…
88 …$end_offset_bytes = max($CurrentFileInfo['avdataoffset'], min($CurrentFileInfo['avdataend'], $end_…
/plugin/autotooltip/
H A Dscript.js50 var top = Math.max(e.pageY - window.scrollY - m_tt.outerHeight() - 4, 8);
51 var left = Math.max(e.pageX + 4, 8);
66 m_tt.css({top: top + 'px', left: left, right: right, width: 'auto', 'max-width': width + 'px'});
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DNamePrettifier.php96 $max = strlen($name);
99 for ($i = 0; $i < $max; $i++) {
/plugin/diagrams/script/
H A Dembed-toolbar.js18 const max = area.value.length;
34 if (end > max) return selection;
/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);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DPhrase.php30 * Set the max size of the n-grams (shingles) in the field.
69 public function setMaxErrors(float $max): self argument
71 return $this->setParam('max_errors', $max);
/plugin/revealjs/css/print/
H A Dpdf.css134 max-width: none;
135 max-height: none;
141 max-height: none;
/plugin/aclplusregex/
H A Daction.php80 $event->result = max($previous, $permisson);
136 $rules[$pattern] = max($rules[$pattern] ?? AUTH_NONE, $perm);
270 for ($i = 0; $i < max($countA, $countB); $i++) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DVersionControl.php187 $maxLength = max($maxLength, strlen($author));
194 $maxLength = max($maxLength, (strlen($source) + 9));
200 $width = max($width, 70);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php158 $k = max(0, intval($this->_pragmas['parser.lookahead']));
429 $max = $zeRule->getMax();
431 if (-1 != $max && $next > $max) {
500 $max = count($this->_trace);
502 while ($i < $max) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php157 $max = -1 == $rule->getMax() ? 2 : $rule->getMax();
158 $max1 = $max - 1;
160 if ($min == $max) {
166 $this->_coveredRules[$name][$max] = 0;
169 for ($i = 0, $max = count($rule->getChildren()); $i < $max; ++$i) {
/plugin/log/
H A Dsyntax.php56 $max = count($instructions);
63 for($i=0; $i<$max; $i++){
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php45 return max($this->stream->getSize(), $remoteSize);
103 $this->skipReadBytes = max(0, $this->skipReadBytes - $len);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInterval.php116 return new self(\min($this->start, $other->start), \max($this->stop, $other->stop));
124 return new self(\max($this->start, $other->start), \min($this->stop, $other->stop));

12345678910>>...48