Home
last modified time | relevance | path

Searched refs:max (Results 1101 – 1125 of 1190) sorted by path

1...<<4142434445464748

/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_zh-TW.js9 formatInputTooLong: function (input, max) { var n = input.length - max; return "請刪掉" + n + "個字元";}, argument
/plugin/tagfilter/
H A Dstyle.css24 max-width: 99%;
418 max-height: 200px;
/plugin/tagging/
H A Dhelper.php200 $max = max($tags);
205 $tresholds[$i] = pow($max - $min + 1, $i / $levels) + $min - 1;
/plugin/tagging/less/
H A Deditable.less53 max-width: 300px;
/plugin/tcycle/
H A Dstyle.css2 .tcycle { max-width: 100%; height: auto; margin: 1.5em auto; }
/plugin/tile/
H A Dstyle.css52 max-height: 9em;
53 max-width: 9em;
/plugin/tiledblog/
H A Dstyle.css46 max-height: 9em;
47 max-width: 9em;
/plugin/tindexmenu/
H A Dajax.php157 $max=0;
160 $max=$_REQUEST['max'];
161 $level=$max;
172 'max' => $max,
H A Dindexmenu-full.js450 dTree.prototype.openCurNS = function(max) { argument
454 if (max > 0 && match.length >= max) {
458 t.splice(max + n, t.length);
764 dTree.prototype.init = function(s, c, n, nav, max) { argument
775 this.openCurNS(max);
802 this.length = Math.max(this.length - 1, 0);
H A Dindexmenu.js60 Array.prototype.pop||(Array.prototype.pop=function(){var a=this[this.length-1];this.length=Math.max
H A Dstyle.css129 max-height: 300px;
/plugin/tindexmenu/syntax/
H A Dindexmenu.php160 $max=$maxtmp[1];
184 'max' => $max,
311 function _jstree($data,$ns,$js_opts,$js_name,$max) { argument
343 $out .= (int) $js_opts['navbar'].",$max";
/plugin/tip/
H A Dstyle.css4 …peat:no-repeat;background-position:1px 1px;min-height:28px;min-width:25%;width:auto;max-width:31%;}
7 …cuw{margin-left:auto;margin-right:auto;padding-top:1ex;text-align:center;width:auto;max-width:62%;}
H A Dsyntax_plugin_tip.css30 max-width: 31%; /* dito */
94 max-width: 62%; /* not supported by M$IE */
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js92 }for(var i=one?index:0,max=one?index+1:options.length;
93 i<max;
219 }return Math.max(0,val);
375 …"+name]:this[0]==document?Math.max(Math.max(document.body["scroll"+name],document.documentElement[…
1822 X=B<(T/2)?Math.max(X,E.extraPadding+E.borderGraphicSize):Math.min(X,T-E.extraPadding-E.borderGraphi…
1834 W=A<(U/2)?Math.max(W,E.extraPadding+E.borderGraphicSize):Math.min(W,U-E.extraPadding-E.borderGraphi…
2010 var F=(B.length==0)?0:Math.max(0,parseInt(B.substr(1)));
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js531 g=Math.max(g,K.labelLeft+W.width);
532 U=Math.max(U,K.top+X.height);
538 g=Math.max(g,J+H.width);
553 P.end=Math.max(P.end,g);
683 if(B>0){W[B-1].end=Math.max(W[B-1].end,U);
691 if(B>0){W[B-1].end=Math.max(W[B-1].end,J);
1549 var W=Math.max(1,S-Q);
1580 var F=Math.max(G-I,3);
1936 var S=Math.max(L,B);
1968 var P=Math.max(I,A);
[all …]
/plugin/tocselect/
H A Dstyle.css2 max-height:400px;
/plugin/tokenbucketauth/
H A Daction.php121 $max = $this->getConf('tba_nb_attempt');
149 if($cpt >= $max)
/plugin/tplinc/
H A Dstyle.less7 max-width: 15em;
/plugin/translator/
H A Dhelper.php719 $max = $this->database->num_rows();
744 return array($matrix, $max);
/plugin/translator/syntax/
H A Dtranslator.php171 …list($matrix, $max) = $this->functions->_getTranslationMatrix($this->category, $this->version, $th…
179 $renderer->doc .= $this->_setPages($start, $amount, $max, $display, true);
274 $renderer->doc .= $this->_setPages($start, $amount, $max, $display);
276 $renderer->doc .= $this->_setPages($start, $amount, $max, $display);
284 function _setPages($start, $amount, $max, $display, $printGoBack=false) { argument
308 $countOfPages = ceil($max / $amount);
/plugin/twcheckliste/theme_twCheckliste/
H A Dpackery.pkgd.min.js12max(t,0),this.element.style[e?"width":"height"]=t+"px"}},s.prototype._emitCompleteOnItems=function…
13 …ct)},h.prototype._setMaxXY=function(t){this.maxX=Math.max(t.x+t.width,this.maxX),this.maxY=Math.ma…
H A Dtw_style.css15 max-width: 794px;
175 max-width: 350px;
/plugin/twofactorgoogleauth/
H A DQRCode.php504 $m = (max(abs($ii), abs($jj)) & 1) ^ 3;

1...<<4142434445464748