Home
last modified time | relevance | path

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

12345

/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/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt410 » PHP v5.0.5 now minimum required version.
2609 Moved the include_once() statements around so that a minimum of code
/plugin/jplayer/
H A Dcomposer.lock350 "minimum-stability": "stable",
/plugin/codemirror/dist/
H A Dscripts.min.js.map1minimum width to see the scrollbar on IE7 (but must not set it on IE8).\n if (ie && ie_version …
/plugin/codemirror/dist/modes/
H A Dhaskell.min.js.map1 …", \"maxBound\", \"maximum\", \"maybe\", \"min\", \"minBound\",\n \"minimum\", \"mod\", \"neg…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1minimum axially\n // aligned bounding box.\n Util.getAxialAlignedBoundingBox =\n function Uti…
H A Dpdf.worker.js.map1 … yt];\n };\n\n // Applies the transform to the rectangle and finds the minimum axially\n // ali…
/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/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/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/imagecarousel/vendor/slick/
H A DCONTRIBUTING.markdown9 + It contains the bare minimum HTML, CSS, and JavaScript required to demonstrate the bug.
/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/dlcounter/
H A DREADME.md46 minwidth => minimum width of the column
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md9 - The minimum PHP version is 7.2, type hints are used almost everywhere, most of the method signatu…
/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/twig/twig/doc/tags/
H A Dextends.rst187 {% extends standalone ? "minimum.html" : "base.html" %}
189 In this example, the template will extend the "minimum.html" layout template
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md37 This release increments the minimum supported PHP version to 7.1.0.
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A DLICENSE30 …onable manner; provided, however, that in the case of a Collection, at a minimum such credit will …
52 …y the parties to this agreement, such provision shall be reformed to the minimum extent necessary …
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md64 * add tests for minimum package dependencies on Travis CI
H A DREADME.md42 minimum/maximum length, allowed values, etc.
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG928 … conditional inheritance ({% extends some_var %} and {% extends standalone ? "minimum" : "base" %})
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc52 // Basic properties of the dialog window: title, minimum size.
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc69 // Basic properties of the dialog window: title, minimum size.
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc307 // Basic properties of the dialog window: title, minimum size.
/plugin/miniblog/
H A Dplugin.info.txt6 desc A minimum blog setup

12345