Home
last modified time | relevance | path

Searched refs:floor (Results 51 – 75 of 454) sorted by relevance

12345678910>>...19

/plugin/authg2fa/
H A DGoogleAuthenticator.php45 $timeSlice = floor(time() / 30);
91 $currentTimeSlice = floor(time() / 30);
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dunicode.js19 …h]=[800,200,d,h]}else{if(!d){d=b[h][2]}}if(i){b[h][0]=Math.floor(i[0]*1000);b[h][1]=Math.floor(i[1…
H A Dcolor.js19floor(d*255).toString(16);if(d.length<2){d="0"+d}a+=d}return a},get_RGB:function(b){b=b.replace(/^…
/plugin/farmer/3rdparty/
H A DRingIcon.php36 $this->center = floor($this->fullsize / 2);
37 $this->ringwidth = floor($this->fullsize / $rings);
/plugin/farm/
H A Dinfos.animal.class.php75 $hg = floor($delta / $v[0]);
76 $lw = $prec ? floor(($delta % $v[0]) / $triggers[$prec][0]) : null;
108 …if(strlen($ns) > $maxlen + 5) $ns = substr($ns, 0, floor($maxlen / 2)).'...'.substr($ns, -1 * floo…
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmglyph.js19 …==""&&m.match(/\d/)){n=f.length2em(m,s)*j;g.y=-n}g.height=Math.floor(q);g.width=Math.floor(i);g.tr…
/plugin/jalbum/
H A Dscript.js28 fotopos = Math.floor(Math.random() * (fotos.length - 1));
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DDashboard.php151 $key = floor($method['coverage'] / 10) * 10;
162 $key = floor($class['coverage'] / 10) * 10;
/plugin/twofactor/
H A DGoogleAuthenticator.php72 $timeSlice = floor(time() / 30);
134 $currentTimeSlice = floor(time() / 30);
/plugin/findologicxmlexport/vendor/phpunit/php-timer/src/
H A DTimer.php65 $time = floor($ms / $value * 100.0) / 100.0;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToHebrew.php40 // Append the current tuple's counter glyph to S x floor( I / current tuple's weight ) times (this may be 0).
41 $n = floor($i / $ct);
/plugin/letsencrypt/classes/
H A DLescript.php52 $expiredays = floor(($validto - time()) / (60*60*24));
/plugin/vcard/
H A Dvcard.php56 $h2 = floor($dec/16); $h1 = floor($dec%16);
/plugin/geotag/syntax/
H A Dgeotag.php243 $dms = floor($decimaldegrees);
245 $min = floor($secs / 60);
/plugin/freechat/phpfreechat/src/
H A Dpfcurlprocessing.php82 $shurl_end_w = floor($shurl_w * .25) - 3;
/plugin/gallery/
H A Dsyntax.php
/plugin/jukebox/id3/
H A Dgetid3.lib.php47 $truncatednumber = floor($floatnumber);
298 $intstring = chr(ceil(($quotient - floor($quotient)) * $maskbyte)).$intstring;
299 $number = floor($quotient);
307 $bytes[] = (($number / 256) - (floor($number / 256))) * 256;
308 $number = floor($number / 256);
414 $contentseconds = round((($playtimeseconds / 60) - floor($playtimeseconds / 60)) * 60);
415 $contentminutes = floor($playtimeseconds / 60);
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmenclose.js19floor(1000*Math.min(o,K+P)-2*N);I=Math.floor(4000*(o-2*N)),ad=Math.floor(4000*(K+P-2*N));this.HTML…
/plugin/diagramsnet/lib/math/jax/output/SVG/
H A Djax.js19floor(s.SVGchunk*this.config.EqnChunkFactor);s.SVGdelay=true}}},postTranslate:function(t,q){var o=…
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js52 _canvasWidthHalf = Math.floor( _canvasWidth / 2 ),
53 _canvasHeightHalf = Math.floor( _canvasHeight / 2 ),
178 _canvasWidthHalf = Math.floor( _canvasWidth / 2 );
179 _canvasHeightHalf = Math.floor( _canvasHeight / 2 );
282 …setFillStyle( 'rgba(' + Math.floor( _clearColor.r * 255 ) + ',' + Math.floor( _clearColor.g * 255 …
/plugin/fkstimer/
H A Dscript.js51 const millisecond = Math.floor(time.getMilliseconds() / 100);
/plugin/imapmarkers/
H A Dscript.js50 x = Math.floor((parseInt(split_coords[0]) + parseInt(split_coords[2])) / 2);
51 y = Math.floor((parseInt(split_coords[1]) + parseInt(split_coords[3])) / 2);
61 x = Math.floor(x / num_coords);
62 y = Math.floor(y / num_coords);;
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js399 if (numberOfGames > 1) { Init(Math.floor(Math.random()*numberOfGames)); }
812 thisFEN += " " + (Math.floor(CurrentPly/2)+1);
831 if (thisPly%2 === 0) { addStr = (Math.floor(thisPly/2)+1) + ". "; }
832 else if (thisPly == CurrentPly) { addStr = (Math.floor(thisPly/2)+1) + "... "; }
1322 Init(Math.floor(Math.random()*numberOfGames));
1820 …randomizer = "?noCache=" + (0x1000000000 + Math.floor((Math.random() * 0xF000000000))).toString(16…
1926 newPly = [3, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1][Math.floor(20 * Math.random())] || 0;
2003 currentGame = Math.floor(Math.random()*numberOfGames);
2011 initialGame = initialGame < 0 ? -Math.floor(-initialGame) : Math.floor(initialGame);
2014 else if (initialGame === 0) { currentGame = Math.floor(Math.random()*numberOfGames); }
[all …]
/plugin/revealjs/plugin/multiplex/
H A Dindex.js47 var rand = Math.floor(Math.random()*9999999);
/plugin/pwaoffline/
H A Dscript.js98 const now = Math.floor(Date.now() / 1000);

12345678910>>...19