Home
last modified time | relevance | path

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

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
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/
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/
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; variable in FreeDSx\\Ldap\\Control\\Ad\\ExpectedEntryCountControl
53 $this->maximum = $max;
62 return $this->maximum;
71 $this->maximum = $max;
130 Asn1::integer($this->maximum)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
DFieldTransform.php86 public function setMaximum(Value $maximum) argument
88 $this->maximum = $maximum;
95 return $this->maximum;
/plugin/jcapture/src/com/hammurapi/jcapture/
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/
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/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DCore.EnableIDNA.txt8 punycoding any internationalized host names for maximum portability.
DHTML.MaxImgLength.txt7 This directive controls the maximum number of pixels in the width and
DCSS.MaxImgLength.txt7 This parameter sets the maximum allowed length on <code>img</code> tags,
/plugin/userhomepage/
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/
Dgantt.js3 …eDate(new Date(q),f,a.minimum,!0,!0));isNaN(a.maximum)||(a.maximumDate=c.changeDate(new Date(q),f,…
/plugin/airtable/
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/chat/
Dlocal.php.dist10 $conf['chat']['max-message-size'] = 2048; // maximum size of message
/plugin/button/
Dstyle.css22 /* 2020-05-11 : moved maximum CSS up a level to allow override on a per-button basis
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Dsplit.rst17 * If ``limit`` is positive, the returned array will contain a maximum of
/plugin/photogallery/phpThumb/
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/jsoneditor/demo/
Djsoneditor_demo.txt30 "maximum": 99
/plugin/blogtng/
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/quickstats/
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/externalembed/
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/oembed/docs/
Ddokuwiki-oembed.org48 embed an image with a maximum width of 800px
Ddokuwiki-oembed.txt42 embed an image with a maximum width of 800px
/plugin/asciidocjs/node_modules/pug-filters/node_modules/cliui/
DREADME.md85 Specify the maximum width of the UI being generated.
/plugin/asciidocjs/node_modules/cliui/
DREADME.md114 Specify the maximum width of the UI being generated.

12345