Home
last modified time | relevance | path

Searched refs:floor (Results 101 – 125 of 454) sorted by relevance

12345678910>>...19

/plugin/s5reloaded/ui/thesis/
H A Dslides.js1518 images[i].style.width=Math.floor(w*q)+"px";
1519 images[i].style.height=Math.floor(h*q)+"px";
1540 canvas[obj].style.width=Math.floor(w*q)+"px";
1541 canvas[obj].style.height=Math.floor(h*q)+"px";
1557 canvas[obj].style.width=Math.floor(w*q)+"px";
1558 canvas[obj].style.height=Math.floor(h*q)+"px";
1574 canvas[obj].style.width=Math.floor(w*q)+"px";
1575 canvas[obj].style.height=Math.floor(h*q)+"px";
1588 medias[i].style.width=Math.floor(w*q)+"px";
1589 medias[i].style.height=Math.floor(h*q)+"px";
[all …]
/plugin/switchpanel/
H A Dsyntax.php307 $iWidthGroup = floor( $iNbrElementsWidth / $opt[ 'group' ] ) * $opt[ 'groupSeparatorWidth' ];
379 $iNbrScrews = floor( $iHeightScrew / $opt[ 'screwHeightSpace' ] );
/plugin/diagramsnet/lib/math/extensions/
H A DMatchWebFonts.js19floor(Math.max(this.config.minScaleAdjust/100,n)*this.config.scale);if(n/100!==h.scale){s.push(scr…
H A DMathMenu.js19floor(v.offsetWidth/2));F-=20}g.skipUp=M.isContextMenu}else{var z="left",J=E.offsetWidth;H=(g.isMo…
H A DFontWarnings.js19 …deoutSteps;c.div.style.opacity=j;c.div.style.filter="alpha(opacity="+Math.floor(100*j)+")";setTime…
/plugin/gchart/
H A Dsyntax.php143 $min = min(0, floor(min($val)));
183 $parameters['chxr'] = '0,' . floor(min($min, 0)) . ',' . ceil($max);
248 $inc = floor(255 / $count);
/plugin/stlviewer/stlviewer/
H A Die_polyfills.js18 count = Math.floor(count);
/plugin/struct/types/
H A DDecimal.php45 $exp = floor(log10($value) / 3);
/plugin/securelogin/
H A Drsalib.js41 c = Math.floor(v / 0x4000000);
331 var ds = Math.floor(n / this.DB), c = (this.s << bs) & this.DM, i;
347 var ds = Math.floor(n / this.DB);
478 var qd = (r[--i] == y0) ? this.DM : Math.floor(r[i] * d1
784 t = Math.floor(65536 * Math.random());
/plugin/countdown/
H A Dsyntax.php177 $no_full_weeks = floor($days / 7);
/plugin/datatables/assets/datatables.net-plugins/features/pageResize/
H A DdataTables.pageResize.min.js
/plugin/bez/meta/
H A DTpl.php161 $hours = floor($float);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorRuler.java492 double xs = Math.floor((left - tx) / stepping) * stepping + tx; in paintComponent()
521 double ys = Math.floor((top - ty) / stepping) * stepping + ty; in paintComponent()
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php195 $truncatednumber = floor($floatnumber);
459 $intstring = chr(ceil(($quotient - floor($quotient)) * $maskbyte)).$intstring;
460 $number = floor($quotient);
469 $bytes[] = (($number / 256) - (floor($number / 256))) * 256;
470 $number = floor($number / 256);
741 $contentseconds = round((($playtimeseconds / 60) - floor($playtimeseconds / 60)) * 60);
742 $contentminutes = floor($playtimeseconds / 60);
1896 $ThisFileInfo['mpeg']['audio']['framelength'] = floor($framelengthfloat);
2818 …$NewFramelength = floor($NewFramelength / $SlotLength) * $SlotLength; // round to next-lower mult…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php538 $numTabs = floor($padding / $this->_tabWidth);
848 floor($checkIndent / $this->_tabWidth),
849 floor($tokenIndent / $this->_tabWidth),
869 $numTabs = floor($checkIndent / $this->_tabWidth);
1028 $currentIndent = (int) (floor($currentIndent / $this->indent) * $this->indent);
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js512 var i = Math.floor(h);
736 (THIS.pickerFace+THIS.pickerInset+x - Math.floor(mxJSColor.images.cross[0]/2)) + 'px ' +
737 (THIS.pickerFace+THIS.pickerInset+y - Math.floor(mxJSColor.images.cross[1]/2)) + 'px';
754 var i = Math.floor(THIS.hsv[0]);
787 '0 ' + (THIS.pickerFace+THIS.pickerInset+y - Math.floor(mxJSColor.images.arrow[1]/2)) + 'px';
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js2065 var s = Math.floor(Math.min((width - 2 * this.thumbBorder) / bounds.width,
2068 Math.floor((height - bounds.height * s) / 2 / s - bounds.y));
3136 styleTarget.style.left = Math.floor(tmp.x) + 'px';
3137 styleTarget.style.top = Math.floor(tmp.y) + 'px';
3302 roundSource.style.left = Math.floor(p0.x - this.roundDrop.width / 2) + 'px';
3303 roundSource.style.top = Math.floor(p0.y - this.roundDrop.height / 2) + 'px';
3305 roundTarget.style.left = Math.floor(pe.x - this.roundDrop.width / 2) + 'px';
3352 arrowUp.style.top = Math.floor(bds.y - this.triangleUp.height) + 'px';
3354 arrowRight.style.left = Math.floor(bds.x + bds.width) + 'px';
3358 arrowDown.style.top = Math.floor(bds.y + bds.height) + 'px';
[all …]
/plugin/quizlib/scripts/
H A Dquizlib.js268 this.scorePercentFormatted = Math.floor(this.scorePercent * 100);
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js561 var i = Math.floor(h);
828 (THIS.pickerFace+THIS.pickerInset+x - Math.floor(jscolor.images.cross[0]/2)) + 'px ' +
829 (THIS.pickerFace+THIS.pickerInset+y - Math.floor(jscolor.images.cross[1]/2)) + 'px';
846 var i = Math.floor(THIS.hsv[0]);
879 '0 ' + (THIS.pickerFace+THIS.pickerInset+y - Math.floor(jscolor.images.arrow[1]/2)) + 'px';
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.la.php137 …$info['la']['seekpoint_count'] = floor($info['la']['samples'] / ($info['la']['blocksize'] * $info[…
H A Dmodule.audio.bonk.php190 $MetaTagEntries = floor(((strlen($BonkData) - 8) - 6) / 8); // BonkData - xxxxmeta - ØMETA
/plugin/dlcount/
H A Dadmin.php183 $resv = floor($seconds / $secs);
H A Daction.php216 $resv = floor($seconds / $secs);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php159 $real = (int)floor(($perc * $remain) / 100);
/plugin/combo/ComboStrap/
H A DConditionalLength.php151 $colsNumber = floor(GridTag::GRID_TOTAL_COLUMNS * $this->numerator / $this->denominator);

12345678910>>...19