Home
last modified time | relevance | path

Searched refs:maximum (Results 1 – 25 of 88) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DResourceLimit.php25 public $maximum; variable in Google\\Service\\Container\\ResourceLimit
38 public function setMaximum($maximum) argument
40 $this->maximum = $maximum;
47 return $this->maximum;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2Interval.php24 public $maximum; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2Interval
43 public function setMaximum($maximum) argument
45 $this->maximum = $maximum;
49 return $this->maximum;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DDistribution.php33 public $maximum; variable in Google\\Service\\Networkconnectivity\\Distribution
110 public function setMaximum($maximum) argument
112 $this->maximum = $maximum;
116 return $this->maximum;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DExpectedEntryCountControl.php44 protected $maximum;
53 $this->maximum = $max;
62 return $this->maximum;
71 $this->maximum = $max;
130 Asn1::integer($this->maximum)
41 protected $maximum; global() variable in FreeDSx\\Ldap\\Control\\Ad\\ExpectedEntryCountControl
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DFieldTransform.php86 public function setMaximum(Value $maximum) argument
88 $this->maximum = $maximum;
95 return $this->maximum;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DComponentResizer.java365 int maximum = Math.min(width + x, maximumSize.width); in changeBounds() local
367 minimumSize.width, maximum); in changeBounds()
375 int maximum = Math.min(height + y, maximumSize.height); in changeBounds() local
377 minimumSize.height, maximum); in changeBounds()
388 int maximum = Math.min(boundingSize.width - x, maximumSize.width); in changeBounds() local
390 minimumSize.width, maximum); in changeBounds()
397 int maximum = Math.min(boundingSize.height - y, maximumSize.height); in changeBounds() local
399 minimumSize.height, maximum); in changeBounds()
423 int minimum, int maximum) { in getDragBounded() argument
427 while (dimension + drag > maximum) in getDragBounded()
/plugin/s5reloaded/ui/effects_support/
H A Dslider.js42 this.maximum = this.options.maximum || this.range.end;
67 this.maximum = this.allowedValues.max();
188 … $R(this.values.length>1 ? this.getRange(this.spans.length-1).max() : this.value, this.maximum));
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.MaxImgLength.txt
H A DCSS.MaxImgLength.txt
/plugin/userhomepage/
H A DREADME.md11 The content is resetted every hour and any Github update is applied with a maximum delay of one hou…
/plugin/amcharts/assets/amcharts/
H A Dgantt.js3 …eDate(new Date(q),f,a.minimum,!0,!0));isNaN(a.maximum)||(a.maximumDate=c.changeDate(new Date(q),f,…
/plugin/chat/
H A Dlocal.php.dist10 $conf['chat']['max-message-size'] = 2048; // maximum size of message
/plugin/airtable/
H A DREADME.md54 * `max-records` - the maximum number of records displayed in the table. The default is the number s…
55 …configuration manager. Any values higher than the maximum set will be ignored, and the admins maxi…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dsplit.rst17 * If ``limit`` is positive, the returned array will contain a maximum of
/plugin/button/
H A Dstyle.css22 /* 2020-05-11 : moved maximum CSS up a level to allow override on a per-button basis
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default67 … disk space due to (typically) 4kB used per directory entry: "2" gives a maximum of 16^2=256 subdi…
73 …d thumbnails that haven't been accessed in more than [30 days] (value is maximum time since last a…
76 …d thumbnails when more than [10MB] of cached files are present (value is maximum bytesize of all c…
79 …ached thumbnails when more than [200] cached files are present (value is maximum number of cached …
130 // maximum number of pixels in source image to attempt to process entire image in GD mode.
132 // If this is nonzero then this is the maximum number of pixels the source image can have to be pro…
152 $PHPTHUMB_CONFIG['output_maxwidth'] = 0; // default maximum thumbnail width. If this is zero…
153 $PHPTHUMB_CONFIG['output_maxheight'] = 0; // default maximum thumbnail height. If this is zero…
/plugin/oembed/docs/
H A Ddokuwiki-oembed.txt42 embed an image with a maximum width of 800px
H A Ddokuwiki-oembed.org48 embed an image with a maximum width of 800px
/plugin/externalembed/
H A DREADME.md72 * `height` - Sets the maximum height of the iframe. Values:
100 This is to prevent and reduce the number of calls needed to the YouTube API (maximum is 10,000 per …
/plugin/quickstats/
H A DHOW-TO121 …6. long_names: set maximum number of characters to output when oututting long names. Default is 3…
122 when set to -1 maximum is unlimited
/plugin/blogtng/
H A Dadmin.php378 * @param int $maximum maximum number of items available
383 private function htmlPagination($query, $currentpage, $maximum, $limit) { argument
384 $lastpage = (int) ceil($maximum / $limit);
/plugin/authdrupal8/
H A Dpassword.inc26 // The maximum allowed log2 number of iterations for password stretching.
29 // The expected (and maximum) number of characters in a hashed password.
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst20 returns the entire remainder of the stream. If you want to limit the maximum
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt63 --columns max Use maximum number of columns for progress output.

1234