Home
last modified time | relevance | path

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

12345

/plugin/spellcheck/
H A Dstyle.css2 * These styles are the absolute minimum to make the spellchecker work.
/plugin/davcard/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/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/coinhive/
H A DREADME.md37 …nning as long as one tab of your site is open while keeping costly pool reconnections at a minimum.
/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…
H A Damcharts.js55 this.min,this.fullMax=this.max,"date"!=this.type&&(isNaN(this.minimum)||(this.fullMin=this.minimum)…
56 …=this.getExtremes(0,this.data.length-1).min;!isNaN(this.minimum)&&this.minimum<h&&(h=this.minimum);
57 …nReal)&&(this.minReal=h);0<e&&0===h&&(this.minReal=h=e);if(0>=h||0>=this.minimum){this.fire({type:…
58 …is.min;this.maxCalc=this.max;this.strictMinMax&&(isNaN(this.minimum)||(this.min=this.minimum),isNa…
78 …=c.toValue),c.value>this.max&&(this.max=c.value);isNaN(this.minimum)||(this.min=this.minimum);isNa…
79 …/10;isNaN(this.maximum)&&(this.max=Math.ceil(this.max/e)*e+e);isNaN(this.minimum)&&(this.min=Math.…
250 …ount;e.parseDates&&!e.equalSpacing&&e.timeZoom(b.firstTime,b.lastTime);e.minimum=a.gridAxis.fullMi…
252 …Infinity!=f&&(q.minimum=f);-Infinity!=g&&(q.maximum=g+.1*(g-f));f==g&&(--q.minimum,q.maximum+=1);v…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1minimum value.\n\t */\n\t function arrayMin(array) {\n\t var index = -1,\n\t …
/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/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md470 * Added: vCards with a minimum number of values (such as N), but don't have that
472 * Added: The vCard validator now also checks for a minimum number of components,
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt212 for bulk storage of unannotated games. It represents a minimum level of
1091 gives the minimum number of seconds allocated for the period and the second
/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/components/
H A DREADME.md78 - This returns the minimum required permission for the user to perform this action.
/plugin/hipchat/
H A Dcomposer.lock210 "minimum-stability": "stable",
/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/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/flowplayer/player/
H A DREADME.txt27 - new flowplayer.js, now requires Flash 10.1 as the minimum flash 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/tline/
H A DREADME.txt27 timeline_libraries.zip is the minimum install of the bundled js libraries,
/plugin/jmol2/jmol/
H A DCHANGES.txt837 # yes yes adpmin the minimum anisotropic displacement parameter for the selected atom
1938 # -- basic minimum load involves just JmolApplet0.jar + _Core, _Jars, _Main, _Popup, and _Viewer
5430 # Then a developer can slim down the download. The minimum is 697K,
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example104 /* Additional minimum SQL statements to use the user manager */

12345