Home
last modified time | relevance | path

Searched refs:minimum (Results 26 – 50 of 120) sorted by last modified time

12345

/plugin/elasticsearch/
H A Dcomposer.lock636 "minimum-stability": "dev",
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1546 - Adapted possible values (not only in) for minimum_should_match param based on elasticsearch documetnation https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-minimum-should-match.html
1789 - Remove unsupported use of minimum number should match for Boolean Filter
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md200 * BC break: Bump minimum PHP version to PHP 5.4.
/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);
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc70 // Basic properties of the dialog window: title, minimum size.
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js.unc18 // Basic properties of the dialog window: title, minimum size.
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc307 // Basic properties of the dialog window: title, minimum size.
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc52 // Basic properties of the dialog window: title, minimum size.
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js.unc20 // Basic properties of the dialog window: title, minimum size.
/plugin/bootswrapper/exe/help/
H A Dmodal.txt3 Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and sm…
/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/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less924 /* work around the way we do column resizing and ensure a minimum width */
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md265 * Added: vCards with a minimum number of values (such as N), but don't have that
267 * Added: The vCard validator now also checks for a minimum number of components,
/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/monolog/monolog/
H A DCHANGELOG.md118 * BC Break: PHP 7.2 is now the minimum required PHP version.
134 * BC Break: PHP 7.1 is now the minimum required PHP version.
/plugin/authgooglesheets/
H A Dcomposer.lock1275 "minimum-stability": "stable",
/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/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/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/foldablelist/
H A DREADME.md62 a certain minimum.
/plugin/pureldap/
H A Dcomposer.lock295 "minimum-stability": "stable",
/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/commonmark/
H A Dcomposer.lock777 "minimum-stability": "stable",
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md27 * Set minimum required PHP version to 5.4 in `composer.json`. Previously,
28 5.3 would work but was not tested. Now 5.4 is hard minimum version.

12345