Home
last modified time | relevance | path

Searched refs:min (Results 126 – 150 of 1165) sorted by relevance

12345678910>>...47

/plugin/tagfilter/script/select2/
H A Dselect2_locale_pl.js12 formatInputTooShort: function (input, min) { return "Wpisz jeszcze" + character(min - input.length, "znak", "i"); }, argument
H A Dselect2_locale_sk.js16 formatInputTooShort: function (input, min) { argument
17 var n = min - input.length;
H A Dselect2_locale_cs.js17 formatInputTooShort: function (input, min) { argument
18 var n = min - input.length;
/plugin/farmer/3rdparty/
H A DRingIcon.php100 * @param int $min
104 protected function rand($min, $max)
108 return ($rand % ($max - $min + 1)) + $min;
109 rand($min, $max) global() argument
/plugin/jspolyfill/script/
H A Darray_fill.js25 Math.min(relativeStart, len);
35 Math.min(relativeEnd, len);
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js593 assert.equal(_.min(null), Infinity, 'can handle null/undefined');
594 assert.equal(_.min(void 0), Infinity, 'can handle null/undefined');
595 assert.equal(_.min(null, _.identity), Infinity, 'can handle null/undefined');
597 assert.equal(_.min([1, 2, 3]), 1, 'can perform a regular Math.min');
599 var neg = _.min([1, 2, 3], function(num){ return -num; });
602 assert.equal(_.min({}), Infinity, 'Minimum value of an empty object');
603 assert.equal(_.min([]), Infinity, 'Minimum value of an empty array');
604 assert.equal(_.min({a: 'a'}), Infinity, 'Minimum value of a non-numeric collection');
610 assert.equal(_.min([now, then]), then);
612 assert.equal(_.min(_.range(1, 300000)), 1, 'Minimum value of a too-big array');
[all …]
/plugin/etherpadlite/
H A Dstyle.css9 min-width: 200px;
18 min-height: 20px;
/plugin/asiansearch/
H A Daction.php166 $pre = min($utf8_idx-$utf8_offset,100);
167 $post = min($len-$utf8_idx-$utf8_len,100);
172 $pre = min($pre,100-$post);
174 $post = min($post, 100-$pre);
/plugin/diagramsnet/lib/shapes/
H A DmxUML25.js80 arcSize = Math.min(w, h) * arcSize;
83 arcSize = Math.min(arcSize, w * 0.5, h * 0.5);
170 arcSize = Math.min(w, h) * arcSize;
173 arcSize = Math.min(arcSize, w * 0.5, h * 0.5);
232 arcSize = Math.min(w, h) * arcSize;
235 arcSize = Math.min(arcSize, w * 0.5, h * 0.5);
H A DmxBootstrap.js32 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:10}
77 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:10}
130 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:10}
183 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:10}
236 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:10}
991 {name: 'grade', dispName: 'Grade', type: 'int', min:1, defVal:3}
1187 var barH = Math.min(h * 0.5, w * 0.5);
1423 {name:'dx', dispName:'Callout Position', min:0, defVal: 100},
1424 {name:'dy', dispName:'Callout Size', min:0, defVal: 30}
1441 var x2 = Math.min(dx + dy, w);
[all …]
/plugin/jquery-syntax/
H A Daction.php37 'src' => $plugin_root.'/jquery-1.6.min.js'
54 'src' => $plugin_root.'/jquery-syntax/jquery.syntax.min.js'
/plugin/diagramsnet/lib/js/
H A Dshapes.min.js163min:0,defVal:120},{name:"dx2",dispName:"Field Size",type:"float",min:0,defVal:75},{name:"size",dis…
1548 Math.max(0,Math.min(1,(e.y-a.y)/a.height*2)))/100})]};
1912 …)))),m=Math.max(0,Math.min(50,l)),h=Math.min(h,.5*Math.min(b,c));g||(l=Math.min(m*Math.min(b,c)/10…
2047 Math.min(a.height,a.y+a.height-e.y)))/100})]};
2353 Math.min(a.height/2,e.y-a.y)))/100})]};
2360 Math.max(0,Math.min(a.height/2,e.y-a.y)))/100})]};
2364 …",dispName:"Fold Length",min:0,defVal:25},{name:"dy",dispName:"Ribbon Width",min:0,defVal:15},{nam…
2372 …",dispName:"Fold Length",min:0,defVal:25},{name:"dy",dispName:"Ribbon Width",min:0,defVal:15},{nam…
2380 …",dispName:"Fold Length",min:0,defVal:25},{name:"dy",dispName:"Ribbon Width",min:0,defVal:15},{nam…
2450 …ispName:"Banner Width",min:0,defVal:40},{name:"dx2",dispName:"Spike Size",min:0,defVal:20},{name:"…
[all …]
/plugin/sequencediagram/bower_components/lodash/lib/common/
H A Dfile.js47 function min(srcPath, destPath) { function
69 min,
/plugin/const/
H A Dclass.evalmath.php1005 public static function min( ...$args ) { function in EvalMath_Functions
1006 return min( $args );
1136 * @param int $min Minimum value for the range.
1140 public static function rand_int( $min, $max ) { argument
1142 if ( $min > $max ) {
1144 $max = $min;
1145 $min = $tmp;
1148 $number_characters = (int) ceil( log( $max + 1 - $min, 16 ) );
1157 } while ( ( $min + $randomno ) > $max );
1158 return $min + $randomno;
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.width.inc.php31 $min = $owner_value->_min_width;
33 $owner_value->_min_width = $min;
H A Dlayout.vertical.php22 $y = min($y, $current_float->get_bottom_margin() - $margin->top->value);
34 $y = min($y, $current_float->get_bottom_margin() - $margin->top->value);
/plugin/farm/
H A Doverview.class.php78 $g = min(255, 511 - round($p * 511));
79 $r = min(255, round(511 * $p));
87 $g = min(255, 511 - round($p * 511));
88 $r = min(255, round(511 * $p));
123 $g = min(255, 511 - round($p * 511));
124 $r = min(255, round(511 * $p));
/plugin/combo/resources/theme/default/components/css/
H A Dhero.css21 @media (min-width: 576px) {
41 @media (min-width: 768px) {
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.print.less52 /* don't force a min-height on rows (for DayGrid) */
56 min-height: 0 !important;
57 /* undo the min-height from each view's specific stylesheet */ }
68 /* ...gives space within the skeleton. also ensures min height in a way */ }
71 /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
93 /* undo the min-height 100% trick used to fill the container's height */
95 min-height: 0 !important; }
/plugin/editsections/action/
H A Des.php208 $start = $edits[min($i+1,$last)][1][0];
209 $level = $edits[min($i+1,$last)][1][2];
210 $name = $edits[min($i+1,$last)][1][3];
221 $end = $edits[min($i+1,$last)][1][1];
/plugin/combo/resources/theme/default/pages/templates/
H A Dholy-medium.css2 min-width: 0; /** not auto */
9 @media (min-width: 992px) {
/plugin/zip/pear/File/Archive/Reader/
H A DMemory.php130 $actualLength = min($length, strlen($this->memory) - $this->offset);
145 $length = min($length, strlen($this->memory) - $this->offset);
161 $length = min($length, $this->offset);
/plugin/multiselect/
H A Dstyle.css34 min-width :16px; /*fix problem with chrome browser*/
35 min-height :16px; /*fix problem with chrome browser*/
/plugin/combo/resources/library/bootstrap/
H A DupdateBootStrapCustom.yml7 data-selector: "**/bootstrap.*.min.css@sd"
28 "url" : "https://cdn.jsdelivr.net/npm/bootswatch@${parent}/dist/!!!!toImproveNameOfTheTheme!!!!/bootstrap.min.css",
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DTerm.php102 public function setMinDocFrequency(float $min = 0): self argument
104 return $this->setParam('min_doc_freq', $min);

12345678910>>...47