Home
last modified time | relevance | path

Searched refs:max (Results 176 – 200 of 1190) sorted by last modified time

12345678910>>...48

/plugin/combo/resources/theme/default/components/css/
H A Dhero.css1 @media (max-width:576px) {
H A Dhistorical-breadcrumb.css8 max-width: fit-content;
H A Dlogin.css4 max-width: 330px;
H A Dmath.css6 max-width: 100%;
H A Doutline.css7 max width prevent it */
8 max-width: 100%;
19 @media (min-width: 0px) and (max-width: 576px) {
H A Dpage-explorer-tree.css39 @media (max-width: 768px) {
H A Dprofile-delete.css4 max-width: 400px;
H A Dprofile-update.css4 max-width: 500px;
H A Drailbar-fixed.css15 max-height: 85vh;
H A Dregister.css4 max-width: 400px;
H A Drem.css6 @media (max-width: 768px) {
12 @media (max-width: 992px) {
18 @media (max-width: 1200px) {
H A Dresend.css4 max-width: 400px;
H A Dtable.css3 width: max-content !important;
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-edit.css34 max-width: 100%;
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A D.travis.yml13 - vendor/bin/phpstan --level=max analyse src
H A Dphpstan.neon.dist5 level: max
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php180 $existing->reachesIntoOuterContext = \max(
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInterval.php116 return new self(\min($this->start, $other->start), \max($this->stop, $other->stop));
124 return new self(\max($this->start, $other->start), \min($this->stop, $other->stop));
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js38 win.setVerticalPosition(dim);}},setVerticalPosition:function(_dim,_event){with(firebug){var dim=_dim||lib.util.GetViewport();el.main.environment.addStyle({"top":dim.height-el.main.environment.getSize().offsetHeight+Math.max(document.documentElement.scrollTop,document.body.scrollTop)+"px"});el.mainiframe.environment.addStyle({"top":dim.height-el.main.environment.getSize().offsetHeight+Math.max(document.documentElement.scrollTop,document.body.scrollTop)+"px"});}}},d:{clean:function(_element){with(firebug){_element.update("");}},console:{addLine:function(){with(firebug){return new lib.element("DIV").attribute.addClass("Row").insert(el.left.console.monitor);}},cache:[],clear:function(){with(firebug){d.clean(el.left.console.monitor);d.console.cache=[];}},formatArgs:function(){with(firebug){var content=[];for(var i=0,len=arguments.length;i<len;i++){content.push(d.highlight(arguments[i],false,false,true));}
H A Dfirebug-lite-1.2.js879 el.main.environment.addStyle({ "top":dim.height-el.main.environment.getSize().offsetHeight+Math.max(document.documentElement.scrollTop,document.body.scrollTop)+"px" });
880 el.mainiframe.environment.addStyle({ "top":dim.height-el.main.environment.getSize().offsetHeight+Math.max(document.documentElement.scrollTop,document.body.scrollTop)+"px" });
/plugin/data/syntax/
H A Dcloud.php170 $max = 0;
173 if (!$max) {
174 $max = $row['cnt'];
180 $this->cloudWeight($tags, $min, $max, 5);
206 * @param $max int The highest count of a single tag
209 protected function cloudWeight(&$tags, $min, $max, $levels)
216 $tresholds[$i] = ($max - $min + 1) ** ($i / $levels) + $min - 1;
200 _cloud_weight(& $tags, $min, $max, $levels) global() argument
H A Dentry.php685 $len = max($len, PhpString::strlen($nudata[count($nudata) - 1][0]));
H A Dtaglist.php38 * @param $max int The highest count of a single tag
41 protected function cloudWeight(&$tags, $min, $max, $levels)
43 parent::cloudWeight($tags, $min, $max, $levels);
35 _cloud_weight(& $tags, $min, $max, $levels) global() argument
/plugin/adhoctags/syntax/
H A Dabstract.php95 $level = max(7 - strspn($title,'='), 1);
/plugin/dwtimeline/
H A Dstyle.less3 /* Timeline markers - Circle: max 2 signs, Ellipsis: 3-4 signs
29 max-width: 1200px;
286 @media (max-width: 600px) {

12345678910>>...48