Home
last modified time | relevance | path

Searched refs:max (Results 351 – 375 of 1190) sorted by last modified time

1...<<11121314151617181920>>...48

/plugin/tagfilter/script/select2/
H A Dselect2_locale_zh-CN.js9 formatInputTooLong: function (input, max) { var n = input.length - max; return "请删掉" + n + "个字符";}, argument
H A Dselect2_locale_cs.js27 formatInputTooLong: function (input, max) { argument
28 var n = input.length - max;
H A Dselect2_locale_da.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Angiv venligst " + n + " tegn mindre"; }, argument
H A Dselect2_locale_eu.js21 formatInputTooLong: function (input, max) { argument
22 var n = input.length - max;
H A Dselect2_locale_fr.js10 formatInputTooLong: function (input, max) { var n = input.length - max; return "Merci de supprimer " + n + " caractère" + (n == 1? "" : "s"); }, argument
H A Dselect2_locale_he.js12 formatInputTooLong: function (input, max) { var n = input.length - max; return "נא להזין פחות " + n + " תווים"; }, argument
/plugin/html5video2/script/
H A Dvideo.min.js12 …angedTouches[0].pageY+u.top,G&&(o-=i.x,e-=i.y)),s.y=1-Math.max(0,Math.min(1,e/c)),s.x=Math.max(0,M…
20max(r[0]&&r[0].height||0,e.height/r.length):0),this.left=e.left,this.right=e.right,this.top=e.top|…
21max(y,f)+1)}}(e,t,i,n,this.errorHandler),n.endDocument()}},Qr.prototype={setTagName:function(e){if…
27 …_WATER_LINE:rl.MAX_BUFFER_LOW_WATER_LINE;if(s<e)return u(l+" as duration < max low water line ("+s…
/plugin/html5video2/
H A Dstyle.css386 max-width: 100%;
660 max-height: 15em;
665 max-height: 5em;
669 max-height: 10em;
673 max-height: 14em;
679 max-height: 25em;
1689 max-width: 7.3em;
/plugin/stlviewer/stlviewer/
H A Dstl_viewer.min.js2max(o.max_model_id,e.id),e.filename||e.local_file?o.load_from_stl_file(e,!1):e.mesh?o.add_from_exi…
H A Dthree.min.js2max(e,Math.min(n,t))},euclideanModulo:function(t,e){return(t%e+e)%e},mapLinear:function(t,e,n,r,i)… function
H A DCanvasRenderer.js189 _clipBox.max.set( _canvasWidthHalf, _canvasHeightHalf );
192 _clearBox.max.set( _canvasWidthHalf, _canvasHeightHalf );
263 _clearBox.max.x = _clearBox.max.x + _canvasWidthHalf;
264 _clearBox.max.y = - _clearBox.max.y + _canvasHeightHalf; // lower y value !
270 _clearBox.max.y | 0,
271 ( _clearBox.max.x - _clearBox.min.x ) | 0,
272 ( _clearBox.min.y - _clearBox.max.y ) | 0
286 _clearBox.max.y | 0,
287 ( _clearBox.max.x - _clearBox.min.x ) | 0,
288 ( _clearBox.min.y - _clearBox.max.y ) | 0
[all …]
H A Dparser.min.js2 …yteLength),r<0&&(r+=this.byteLength),e=Math.min(Math.max(0,e),this.byteLength),(r=Math.min(Math.ma…
H A DProjector.js266 _line.z = Math.max( v1.positionScreen.z, v2.positionScreen.z );
740 _line.z = Math.max( _clippedVertex1PositionScreen.z, _clippedVertex2PositionScreen.z );
986 alpha1 = Math.max( alpha1, bc1near / ( bc1near - bc2near ) );
998 alpha1 = Math.max( alpha1, bc1far / ( bc1far - bc2far ) );
H A DOrbitControls.js250 phi = Math.max( this.minPolarAngle, Math.min( this.maxPolarAngle, phi ) );
253 phi = Math.max( EPS, Math.min( Math.PI - EPS, phi ) );
258 radius = Math.max( this.minDistance, Math.min( this.maxDistance, radius ) );
/plugin/blockquote/
H A Dstyle.css12 max-width: 90%;
/plugin/wrap/
H A Dall.less191 @media only screen and (max-width: 950px) {
212 @media only screen and (max-width: 600px) {
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.less228 max-height: 160px;
H A Djquery.datetimepicker.js2056 …Mode){var r=a.data(this,"mousewheel-page-height");j*=r,m*=r,l*=r}if(n=Math.max(Math.abs(m),Math.ab…
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js329 width = Math.max(0, width); // no negatives
414 left: Math.max(rect1.left, rect2.left),
416 top: Math.max(rect1.top, rect2.top),
429 top: Math.min(Math.max(point.top, rect.top), rect.bottom)
967 startMs = Math.max(startMs, otherRange.startMs);
6775 segFirst = Math.max(rangeFirst, rowFirst);
6813 segFirst = Math.max(rangeFirst, i);
9750 top = Math.max(top, viewportTop + this.margin);
9752 left = Math.max(left, viewportLeft + this.margin);
11017 Math.max(this.opt('aspectRatio'), .5));
[all …]
H A Dfullcalendar.print.less17 max-width: 100% !important; }
H A Dmoment.js547 Math.pow(10, Math.max(0, zerosToFill)).toString().substr(1) + absNumber;
2689 function max () { function
3855 proto.max = prototypeMax;
4494 hooks.max = max;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php90 $max = 12;
95 $max--;
143 $max = 12;
148 $max--;
190 $max = 12;
195 $max--;
232 $max = 12;
237 $max--;
285 $max = 12;
338 $max = 12;
[all …]
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php172 $max = new \DateTime('+15 minutes');
175 if ($date > $max || $date < $min) {
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/indexmenu/
H A Daction.php193 //retrieval of data of the extra nodes for the indexmenu (if ajax loading set with max#m(#n)
219 $max = 1; //levels to load by lazyloading. Before the default was 0. CHANGED to 1.
223 if ($INPUT->int('max') > 0) {
224 $max = $INPUT->int('max'); // max#n#m, if init: #n, otherwise #m
225 $level = $max;
273 //only set for init, lazy requests equal to max
280 'max' => $max,
[all...]

1...<<11121314151617181920>>...48