Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 213) sorted by relevance

123456789

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DIntRange.php25 public $max; variable in Google\\Service\\Bigquery\\IntRange
34 public function setMax($max)
H A DDoubleRange.php22 public $max; variable in Google\\Service\\Bigquery\\DoubleRange
25 public function setMax($max)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/
H A DGoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange.php25 public $max; variable in Google\\Service\\RecommendationsAI\\GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange
34 public function setMax($max)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DRange.php22 public $max; variable in Google\\Service\\Monitoring\\Range
25 public function setMax($max)
H A DGoogleMonitoringV3Range.php22 public $max; variable in Google\\Service\\Monitoring\\GoogleMonitoringV3Range
25 public function setMax($max)
/plugin/cumulus/
H A Dsyntax.php180 function _getNamespaceCloud($num, &$min, &$max) {
198 function _getWordCloud($num, &$min, &$max) {
255 function _getTagCloud($num, &$min, &$max, &$tag) {
264 function _sortCloud($cloud, $num, &$min, &$max) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DTerm.php64 public function setMaxEdits(int $max = 2): self argument
92 public function setMaxInspections(int $max = 5): self argument
112 public function setMaxTermFrequency(float $max = 0.01): self argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/
H A DBucket.php25 public $max; variable in Google\\Service\\PagespeedInsights\\Bucket
35 public function setMax($max)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP32.php306 public static function randomRangePrime(PHP32 $min, PHP32 $max)
324 public static function randomRange(PHP32 $min, PHP32 $max)
357 public static function max(PHP32 ...$nums) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
369 public function between(PHP32 $min, PHP32 $max)
H A DPHP64.php310 public static function randomRangePrime(PHP64 $min, PHP64 $max)
328 public static function randomRange(PHP64 $min, PHP64 $max)
361 public static function max(PHP64 ...$nums) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
373 public function between(PHP64 $min, PHP64 $max)
H A DGMP.php494 protected static function randomRangePrimeInner(Engine $x, Engine $min, Engine $max)
518 public static function randomRangePrime(GMP $min, GMP $max)
536 public static function randomRange(GMP $min, GMP $max)
610 public static function max(GMP ...$nums) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
622 public function between(GMP $min, GMP $max)
H A DBCMath.php499 public static function randomRangePrime(BCMath $min, BCMath $max)
517 public static function randomRange(BCMath $min, BCMath $max)
618 public static function max(BCMath ...$nums) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
630 public function between(BCMath $min, BCMath $max)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/CandidateGenerator/
H A DDirectGenerator.php65 public function setMaxEdits(int $max) argument
93 public function setMaxInspections(int $max) argument
109 public function setMaxTermFrequency(float $max) argument
/plugin/loglog/helper/
H A Dlogging.php51 public function readLines($min, $max)
74 protected function readChunks($min, $max)
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DJpegoptimFilter.php28 private $max; variable in Assetic\\Filter\\JpegoptimFilter
45 public function setMax($max)
/plugin/cloud/
H A Dsyntax.php229 function _getWordCloud($num, &$min, &$max) {
275 function _getTagCloud($num, &$min, &$max, $namespaces, helper_plugin_tag $tag) {
286 function _sortCloud($cloud, $num, &$min, &$max) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DExpectedEntryCountControl.php66 * @param int $max argument
47 __construct(int $min, int $max) global() argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DDiversifiedSampler.php19 public function setMaxDocsPerValue(int $max): self argument
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php19 protected $max = 74; variable in splitbrain\\phpcli\\TableFormatter
82 public function setMaxWidth($max) argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dheight.php49 var $max; variable in HCConstraint
178 function HCConstraint($constant, $min, $max) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DProgress.php7 protected function makeSVG($type, $value, $max, $min, $optimum, $low, $high) argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A 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/data-au/syntax/
H A Dtaglist.php37 protected function _cloud_weight(&$tags, $min, $max, $levels) {
/plugin/tagfilter/script/select2/
H A Dselect2_locale_ar.js12 formatInputTooLong: function (input, max) { var n = input.length - max; if (n == 1){ return "الرجاء إدخال حرف واحد على الأقل"; } return n == 2 ? "الرجاء إدخال حرفين على الأقل" : "الجاء إدخال " + n + " على الأقل "; }, argument
H A Dselect2_locale_ca.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Introduïu " + n + " caràcter" + (n == 1? "" : "s") + "menys"; }, argument

123456789