Home
last modified time | relevance | path

Searched refs:minimum (Results 101 – 120 of 120) sorted by path

12345

/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt486 transparent; <n> is the minimum threshold in percent (all
/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/quickstats/GEOIP/
H A Dcomposer.lock223 "minimum-stability": "stable",
/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.
/plugin/s5reloaded/ui/effects_support/
H A Dslider.js43 this.minimum = this.options.minimum || this.range.start;
66 this.minimum = this.allowedValues.min();
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md6612 Computes the minimum value of `array`. If `array` is empty or falsey,
6622 *(&#42;)*: Returns the minimum value.
6653 *(&#42;)*: Returns the minimum value.
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock1117 "minimum-stability": "stable",
/plugin/spellcheck/
H A Dstyle.css2 * These styles are the absolute minimum to make the spellchecker work.
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1minimum common number of white space from the begining of every line\n if (min > 0)\n for …
/plugin/tline/
H A DREADME.txt27 timeline_libraries.zip is the minimum install of the bundled js libraries,
/plugin/tuxquote/
H A Dquotes.txt3173 …eration. We're the kind of people who, if we were deciding what absolute minimum essential items w…
/plugin/upgrade/
H A Dcomposer.lock127 "minimum-stability": "stable",
/plugin/webdav/
H A Dcomposer.lock465 "minimum-stability": "stable",
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md138 * Set minimum libxml version to 2.7.0 in `composer.json`.
244 * Set minimum libxml version to 2.7.0 in `composer.json`.
1943 * Added: naturalselection script now allows the user to specify a 'minimum
H A DREADME.md17 | branch | status | minimum PHP version |
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md531 * Added: vCards with a minimum number of values (such as N), but don't have that
533 * Added: The vCard validator now also checks for a minimum number of components,
/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/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md305 * Added: vCards with a minimum number of values (such as N), but don't have that
307 * Added: The vCard validator now also checks for a minimum number of components,
/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, '');

12345