Home
last modified time | relevance | path

Searched refs:min (Results 276 – 300 of 1165) sorted by relevance

1...<<11121314151617181920>>...47

/plugin/gil/
H A Dstyle.css26 min-width: 8em;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DBitSet.php47 return \min($this->values());
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DStaticNoPingConnectionPool.php73 $timeout = min(
H A DStaticConnectionPool.php90 $timeout = min(
/plugin/bibtex4dw/
H A Dstyle.css30 min-width: 5em;
/plugin/src/
H A Daction.php65 …$cache->depends['age'] = !empty($cache->depends['age']) ? min($cache->depends['age'],$max_age): $…
/plugin/chat/
H A Dstyle.css39 min-height: 20px !important;
/plugin/source/
H A Daction.php63 …$cache->depends['age'] = !empty($cache->depends['age']) ? min($cache->depends['age'],$max_age): $…
/plugin/tiledblog/
H A Dstyle.css14 min-height: 15em;
/plugin/combo/resources/theme/default/components/css/
H A Dheight-toggle.css27 min-width: 1rem;
H A Doutline.css19 @media (min-width: 0px) and (max-width: 576px) {
/plugin/timetrack/
H A Dscript.js21 height:Math.min(700,jQuery(window).height()-50),
22 width: Math.min(700,jQuery(window).width()-50),
H A Dstyle.css20 min-height:12px;
21 min-width:150px;
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php166 return min($erroredFiles, 1);
182 return min($errors, 1);
/plugin/showsamples/
H A Djquery.scrollTo.min.js7min(f[g],n));!a&&1<b.axis.length&&(h===f[g]?f={}:u&&(k(b.onAfterFirst),f={}))});k(b.onAfter)}})};p…
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-shared.css132 min-height: 26px;
136 min-height: 26px;
181 min-width: 128px;
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php80 @list($year, $month, $day, $hour, $min) = @$matches[3];
90 $versions['min'][$key] = $min;
91 $versions['date'][$key] = @mktime($hour, $min, 0, $month, $day, $year);
/plugin/jplayer/vendor/robloach/component-installer/
H A DREADME.md161 "js/bootstrap.min.js",
162 "css/bootstrap.min.css"
298 "media/js/jquery.dataTables.min.js",
299 "media/css/jquery.dataTables.min.css",
/plugin/note/
H A Dodt.css6 min-height: 40px;
H A Dstyle.css4 min-height: 40px;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;backgrou…
6 /*# sourceMappingURL=bootstrap.min.css.map */
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js938 min = 1000
942 for (var i = 0, l = lines.length; i < l && min > 0; i++)
956 min = Math.min(matches[0].length, min);
960 if (min > 0)
962 lines[i] = lines[i].substr(min);
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupContainers.js43 {name: 'barPos', dispName: 'Handle Position', type: 'float', min:0, max:100, defVal:20},
44 {name: 'barHeight', dispName: 'Video Bar Height', type: 'float', min:0, defVal:30}
87 barPos = Math.min(100, barPos);
1819 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:10},
1896 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:10},
1949 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:10},
2006 {name: 'rectMargin', dispName: 'Global Margin', type: 'float', min:0, defVal:0},
2007 {name: 'rectMarginTop', dispName: 'Top Margin', type: 'float', min:0, defVal:0},
2008 {name: 'rectMarginLeft', dispName: 'Left Margin', type: 'float', min:0, defVal:0},
2078 {name: 'rectMargin', dispName: 'Global Margin', type: 'float', min:0, defVal:0},
[all …]
/plugin/unblink/
H A Dstyle.css29 min-height: 64px;
/plugin/sequencediagram/bower_components/lodash/perf/
H A Dperf.js27 var min = 0,
33 min = 1;
36 min = 2;
42 result = (result.length > min && !/perf(?:\.js)?$/.test(last)) ? last : '../lodash.js';
259 slowestMeanHz = Math.min(aMeanHz, bMeanHz),

1...<<11121314151617181920>>...47