Home
last modified time | relevance | path

Searched refs:max (Results 976 – 1000 of 1190) sorted by last modified time

1...<<31323334353637383940>>...48

/plugin/fetchmedia/lib/
H A Dbundle.js1 …unction(t){return e(t,i)}},function(t,n,r){"use strict";var e=r(30),i=Math.max,o=Math.min;t.export…
/plugin/fetchmedia/action/
H A Dajax.php287 $fnStart = max($urlFNstart, $windosFNstart);
/plugin/jspolyfill/script/
H A Darray_fill.js24 Math.max(len + relativeStart, 0) :
34 Math.max(len + relativeEnd, 0) :
/plugin/database2/
H A Ddatabase2.php1348 $index[$column] = empty( $index ) ? 1 : ( max( $index ) + 1 );
1742 $updated['num'] = max( 10, $updated['num'] );
1743 $updated['skip'] = max( 0, min( $count - $updated['num'], $updated['skip'] ) );
2232 $minPage = max( 0, $page - self::maxSurroundingPagesCount );
3776 $max = 0;
3782 $max = max( $max, strlen( $selectable ) );
3786 if ( !$max )
3790 $options['length'] = $max;
3794 $sqldef = ( $max > 1 ) ? 'varchar' : 'char';
/plugin/rrdgraph/inc/
H A Derrorimage.php38 $width = max($messageWidth, $titleWidth);
H A Dsvgbinding.php213 $bindingValues[$bindingName] = max($data["data"]);
/plugin/rrdgraph/
H A Dstyle.css103 @media (max-width: 960px)
/plugin/issuetracker/
H A Dprint.css467 max-width:650px;
H A Dprototype.js940 function max(iterator, context) { class in Enumerable
1051 max: max,
H A Dstyle.css467 max-width:650px;
H A Dtablekit.js359 index = Math.max(1, index);
630 index = Math.max(1, index);
639 w = Math.max(w-pad, TableKit.option('minWidth', table.id)[0]);
754 index = Math.max(1, index);
757 cindex = Math.max(1, cindex);
/plugin/src/
H A Daction.php95 $age = max($age,$mtime);
/plugin/reflect/
H A Daction.php251 $alpha = max($alpha, $alpha_calc);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSummary.php122 $maxLength = max($maxLength, $data['strlen']);
126 $width = max($width, 70);
H A DFull.php69 $maxLineNumLength = max(array_map('strlen', array_keys($report['messages'])));
93 $maxErrorLength = max($maxErrorLength, ($length + 1));
100 $maxWidth = max(($fileLength + 6), ($maxErrorLength + $paddingLength));
H A DSource.php147 $maxLength = max($maxLength, $data['strlen']);
156 $width = max($width, 70);
H A DVersionControl.php187 $maxLength = max($maxLength, strlen($author));
194 $maxLength = max($maxLength, (strlen($source) + 9));
200 $width = max($width, 70);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php1258 $max = 0;
1262 if (strlen($key) > $max) {
1263 $max = $len;
1267 if ($max === 0) {
1271 $max += 2;
1274 echo str_pad($name.': ', $max).$value.PHP_EOL;
H A DFixer.php178 $max = strlen(count($lines));
181 echo str_pad($lineNum, $max, ' ', STR_PAD_LEFT).'|'.$line.PHP_EOL;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DText.php211 $maxCodeLines = max(count($firstLines), count($secondLines));
212 $maxTitleLines = max(count($firstTitleLines), count($secondTitleLines));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/
H A DScopeClosingBraceSniff.php169 $expectedIndent = max(0, ($startColumn - 1));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionCallSignatureSniff.php363 $functionIndent = max($startIndent, $stackPtrIndent);
/plugin/authgoogle/google/io/
H A DGoogle_CacheParser.php153 $age = max(0, time() - $parsedDate);
155 $age = max($age, strtotime($responseHeaders['age']));
/plugin/authgoogle/google/contrib/
H A DGoogle_FusiontablesService.php653 public $max; variable in Google_Bucket
669 public function setMax( $max) { argument
670 $this->max = $max;
673 return $this->max;
1074 public $max; variable in Google_StyleFunctionGradient
1083 public function setMax( $max) { argument
1084 $this->max = $max;
1087 return $this->max;
H A DGoogle_GamesService.php803 public $max; variable in Google_AggregateStats
818 public function setMax( $max) { argument
819 $this->max = $max;
822 return $this->max;

1...<<31323334353637383940>>...48