Home
last modified time | relevance | path

Searched refs:minimum (Results 1 – 25 of 120) sorted by relevance

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DResourceLimit.php29 public $minimum; variable in Google\\Service\\Container\\ResourceLimit
52 public function setMinimum($minimum) argument
54 $this->minimum = $minimum;
61 return $this->minimum;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2Interval.php25 public $minimum; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2Interval
51 public function setMinimum($minimum) argument
53 $this->minimum = $minimum;
57 return $this->minimum;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DDistribution.php35 public $minimum; variable in Google\\Service\\Networkconnectivity\\Distribution
126 public function setMinimum($minimum) argument
128 $this->minimum = $minimum;
132 return $this->minimum;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DExpectedEntryCountControl.php39 protected $minimum;
52 $this->minimum = $min;
81 return $this->minimum;
90 $this->minimum = $min;
129 Asn1::integer($this->minimum),
36 protected $minimum; global() variable in FreeDSx\\Ldap\\Control\\Ad\\ExpectedEntryCountControl
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DFieldTransform.php100 public function setMinimum(Value $minimum) argument
102 $this->minimum = $minimum;
109 return $this->minimum;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DBoolQuery.php75 * Sets the minimum number of should clauses to match.
77 * @param int|string $minimum Minimum value
81 public function setMinimumShouldMatch($minimum): self argument
83 return $this->setParam('minimum_should_match', $minimum);
H A DCommon.php103 * @param int|string $minimum minimum number of low frequency terms which must be present
107 * @see Possible values for minimum_should_match https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-minimum-should-match.html
109 public function setMinimumShouldMatch($minimum): self argument
111 return $this->setQueryParam('minimum_should_match', $minimum);
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DText.php315 $minimum = $this->minimumPropertyValues[$this->name];
317 if (count($parts) < $minimum) {
320 …'message' => 'This property must have at least ' . $minimum . ' components. It only has ' . count(…
324 $parts = array_pad($parts, $minimum, '');
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php315 $minimum = $this->minimumPropertyValues[$this->name];
317 if (count($parts) < $minimum) {
320 …'message' => 'This property must have at least ' . $minimum . ' components. It only has ' . count(…
324 $parts = array_pad($parts, $minimum, '');
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php315 $minimum = $this->minimumPropertyValues[$this->name];
317 if (count($parts) < $minimum) {
320 …'message' => 'This property must have at least ' . $minimum . ' components. It only has ' . count(…
324 $parts = array_pad($parts, $minimum, '');
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php373 $minimum = $this->minimumPropertyValues[$this->name];
375 if (count($parts) < $minimum) {
378 …'message' => 'The '.$this->name.' property must have at least '.$minimum.' values. It only has '.c…
382 $parts = array_pad($parts, $minimum, '');
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php395 $minimum = $this->minimumPropertyValues[$this->name];
397 if (count($parts) < $minimum) {
400 …'message' => 'The ' . $this->name . ' property must have at least ' . $minimum . ' values. It only…
404 $parts = array_pad($parts, $minimum, '');
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DComponentResizer.java232 private void validateMinimumAndInsets(Dimension minimum, Insets drag) { in validateMinimumAndInsets() argument
236 if (minimum.width < minimumWidth || minimum.height < minimumHeight) { in validateMinimumAndInsets()
423 int minimum, int maximum) { in getDragBounded() argument
424 while (dimension + drag < minimum) in getDragBounded()
/plugin/miniblog/
H A Dplugin.info.txt6 desc A minimum blog setup
/plugin/combo/vendor/carica/phpcss/
H A Dcomposer.lock11 "minimum-stability": "stable",
/plugin/idcount/
H A DREADME.md3 …e used as unique ids) in the text. A prefix can be configured, also the amount of (minimum) digits.
/plugin/amcharts/assets/amcharts/
H A Dgantt.js2 …u,f));a.maximumDate&&(a.maximumDate=c.getDate(a.maximumDate,u,f));isNaN(a.minimum)||(a.minimumDate=
3 c.changeDate(new Date(q),f,a.minimum,!0,!0));isNaN(a.maximum)||(a.maximumDate=c.changeDate(new Date…
/plugin/s5reloaded/ui/effects_support/
H A Dslider.js43 this.minimum = this.options.minimum || this.range.start;
66 this.minimum = this.allowedValues.min();
/plugin/spellcheck/
H A Dstyle.css2 * These styles are the absolute minimum to make the spellchecker work.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dintro.rst15 overhead compared to regular PHP code was reduced to the very minimum.
31 Twig needs at least **PHP 5.2.7** to run. As of 1.34, the minimum requirement
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md64 * add tests for minimum package dependencies on Travis CI
/plugin/oauth/
H A Dcomposer.lock83 "minimum-stability": "stable",
/plugin/webdav/vendor/sabre/dav/
H A DREADME.md17 | branch | status | minimum PHP version |
/plugin/geophp/
H A Dcomposer.lock82 "minimum-stability": "stable",
/plugin/commonmark/
H A Dcomposer.lock777 "minimum-stability": "stable",

12345