Home
last modified time | relevance | path

Searched refs:maximum (Results 51 – 75 of 88) sorted by path

1234

/plugin/fckg/fckeditor/
H A Dlicense.txt815 1.8.1. "Licensable" means having the right to grant, to the maximum
1041 the terms of this License to the maximum extent possible; and (b)
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md197 add HTTP headers for instance, or to specify the proxy, the maximum
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt63 --columns max Use maximum number of columns for progress output.
H A Dhelp2.phpt64 --columns max Use maximum number of columns for progress output.
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dsplit.rst17 * If ``limit`` is positive, the returned array will contain a maximum of
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md42 minimum/maximum length, allowed values, etc.
/plugin/flowplay2/flowplayer/
H A DREADME.txt160 …- New maximum play count for clips in the playlist. Controlled with a clip specific 'maxPlayCount'…
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DComponentResizer.java365 int maximum = Math.min(width + x, maximumSize.width); in changeBounds() local
367 minimumSize.width, maximum); in changeBounds()
375 int maximum = Math.min(height + y, maximumSize.height); in changeBounds() local
377 minimumSize.height, maximum); in changeBounds()
388 int maximum = Math.min(boundingSize.width - x, maximumSize.width); in changeBounds() local
390 minimumSize.width, maximum); in changeBounds()
397 int maximum = Math.min(boundingSize.height - y, maximumSize.height); in changeBounds() local
399 minimumSize.height, maximum); in changeBounds()
423 int minimum, int maximum) { in getDragBounded() argument
427 while (dimension + drag > maximum) in getDragBounded()
/plugin/jmol2/jmol/
H A DCHANGES.txt836 # yes yes adpmax the maximum anisotropic displacement parameter for the selected atom
1569 # maximum distance for X---Y. (default 3.25 ?)
1574 # bug fix: font maximum reduced
1814 # new feature: applet parameter jmolSetCallback("maximumSize", nnn) -- sets maximum size of applet …
3128 # new feature: set delayMaximumMs sets the maximum delay that scripts will use, primarily for test…
4661 # new feature: symmetryRange: load "someFile" {mmm nnn 1|0} range x.x where x.x is a maximum dist…
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.mpl-20.txt45 means having the right to grant, to the maximum extent possible,
225 the terms of this License to the maximum extent possible; and (b)
/plugin/oembed/docs/
H A Ddokuwiki-oembed.org48 embed an image with a maximum width of 800px
H A Ddokuwiki-oembed.txt42 embed an image with a maximum width of 800px
/plugin/ol3/
H A Dscript.js1maximum:512,minimum:0,doc:"Size of the tile buffer on each side. A value of 0 produces no buffer. … property in AnonymousFunction600b995a0400.i.layer.maxzoom
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/passpolicy/
H A D10k-common-passwords.txt5030 maximum
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1maximum number of bytes fetched per range request. The default value is\n * 2^16 = 65536.\n * @p…
H A Dpdf.worker.js.map1maximum loop count exceeded for \"${key}\"`);\n break;\n }\n dict = dict.get('Parent');…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1maximum possible width once the find bar does not fit\n // entirely within the window anymore (…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt278 Import format PGN text lines are limited to having a maximum of 255 characters
333 string is limited to a maximum of 255 characters of data.
372 maximum of 255 characters in length.
2774 items. (Note the implied restriction that a move set can only have a maximum
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt1461 * JPEG quality now has a maximum of 95%, as specified
H A Dphpthumb.readme.txt371 <y> represent maximum width and height that the
488 transparent, default <n>=5); <x> is the maximum threshold
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.mpl-20.txt45 means having the right to grant, to the maximum extent possible,
225 the terms of this License to the maximum extent possible; and (b)
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default67 … disk space due to (typically) 4kB used per directory entry: "2" gives a maximum of 16^2=256 subdi…
73 …d thumbnails that haven't been accessed in more than [30 days] (value is maximum time since last a…
76 …d thumbnails when more than [10MB] of cached files are present (value is maximum bytesize of all c…
79 …ached thumbnails when more than [200] cached files are present (value is maximum number of cached …
130 // maximum number of pixels in source image to attempt to process entire image in GD mode.
132 // If this is nonzero then this is the maximum number of pixels the source image can have to be pro…
152 $PHPTHUMB_CONFIG['output_maxwidth'] = 0; // default maximum thumbnail width. If this is zero…
153 $PHPTHUMB_CONFIG['output_maxheight'] = 0; // default maximum thumbnail height. If this is zero…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DExpectedEntryCountControl.php44 protected $maximum;
53 $this->maximum = $max;
62 return $this->maximum;
71 $this->maximum = $max;
130 Asn1::integer($this->maximum)
41 protected $maximum; global() variable in FreeDSx\\Ldap\\Control\\Ad\\ExpectedEntryCountControl

1234