/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/ |
H A D | ResourceLimit.php | 25 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 D | GoogleCloudRetailV2Interval.php | 24 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 D | Distribution.php | 33 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 D | ExpectedEntryCountControl.php | 44 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 D | FieldTransform.php | 86 public function setMaximum(Value $maximum) argument 88 $this->maximum = $maximum; 95 return $this->maximum;
|
/plugin/jcapture/src/com/hammurapi/jcapture/ |
H A D | ComponentResizer.java | 365 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 D | slider.js | 42 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 D | HTML.MaxImgLength.txt |
|
H A D | CSS.MaxImgLength.txt |
|
/plugin/userhomepage/ |
H A D | README.md | 11 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 D | gantt.js | 3 …eDate(new Date(q),f,a.minimum,!0,!0));isNaN(a.maximum)||(a.maximumDate=c.changeDate(new Date(q),f,…
|
/plugin/chat/ |
H A D | local.php.dist | 10 $conf['chat']['max-message-size'] = 2048; // maximum size of message
|
/plugin/airtable/ |
H A D | README.md | 54 * `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 D | split.rst | 17 * If ``limit`` is positive, the returned array will contain a maximum of
|
/plugin/button/ |
H A D | style.css | 22 /* 2020-05-11 : moved maximum CSS up a level to allow override on a per-button basis
|
/plugin/photogallery/phpThumb/ |
H A D | phpThumb.config.php.default | 67 … 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 D | dokuwiki-oembed.txt | 42 embed an image with a maximum width of 800px
|
H A D | dokuwiki-oembed.org | 48 embed an image with a maximum width of 800px
|
/plugin/externalembed/ |
H A D | README.md | 72 * `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 D | HOW-TO | 121 6. long_names: set maximum number of characters to output when oututting long names. Default is 30, 122 when set to -1 maximum is unlimited
|
/plugin/blogtng/ |
H A D | admin.php | 378 * @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 D | password.inc | 26 // 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 D | CHANGELOG.rst | 20 returns the entire remainder of the stream. If you want to limit the maximum
|
/plugin/jcapture/lib/ |
H A D | jcapture.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
H A D | help.phpt | 63 --columns max Use maximum number of columns for progress output.
|