Home
last modified time | relevance | path

Searched refs:floor (Results 126 – 150 of 454) sorted by relevance

12345678910>>...19

/plugin/openlayersmap/syntax/
H A Dolmap.php692 $dms = floor($decimaldegrees);
694 $min = floor($secs / 60);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php74 $this->mpdf->gradients[$n]['stream'] .= chr(floor($patch_array[$i]['points'][$j] / 256));
75 $this->mpdf->gradients[$n]['stream'] .= chr(floor(round($patch_array[$i]['points'][$j]) % 256));
114 $this->mpdf->gradients[$n]['stream_trans'] .= chr(floor($patch_array[$i]['points'][$j] / 256));
115 $this->mpdf->gradients[$n]['stream_trans'] .= chr(floor(round($patch_array[$i]['points'][$j]) % 256));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReporting.php407 $mins = floor($time / 60000);
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrange.js277 StartId : (new Date()).valueOf() + Math.floor(Math.random()*1000) + 'S',
278 EndId : (new Date()).valueOf() + Math.floor(Math.random()*1000) + 'E'
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php644 $balance = $add - (floor($add / $repeat) * $repeat);
648 $balance = $add - (floor($add / $repeat) * $repeat);
/plugin/dokucrypt/
H A Dscript.js657 (SBox[temp & 0xFF]<<24) ) ^ Rcon[Math.floor(j / Nk) - 1];
779 byteArray[Math.floor(i/2)] = parseInt(hexString.slice(i, i+2), 16);
980 addEntropyByte(Math.floor((((new Date()).getMilliseconds()) * 255) / 999));
1159 var i, w = 0, nbytes = Math.floor((n + 7) / 8);
1216 t = Math.floor(old / q);
1231 i = Math.floor(this.state / 67108862);
/plugin/dokucrypt2/
H A Dscript.js729 (SBox[temp & 0xFF]<<24) ) ^ Rcon[Math.floor(j / Nk) - 1];
851 byteArray[Math.floor(i/2)] = parseInt(hexString.slice(i, i+2), 16);
1052 addEntropyByte(Math.floor((((new Date()).getMilliseconds()) * 255) / 999));
1231 var i, w = 0, nbytes = Math.floor((n + 7) / 8);
1288 t = Math.floor(old / q);
1303 i = Math.floor(this.state / 67108862);
/plugin/gcalendar/inc/
H A Dgcal_show.php232 $column_width=floor((100-$width_list[0])/$page_count)."%";
/plugin/reflect/
H A Daction.php218 $alpha = floor($alpha / 2);
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Dcircle.player.js177 var spriteOffset = (Math.floor((Math.round(percent))*this.spriteRatio)-1)*-this.spritePitch;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php272 $seconds = floor($this->timeout);
/plugin/yearbox/
H A Dsyntax.php383 $year = $yr_first + floor(($mth - 1) / 12); // allow for year overlaps
/plugin/patchpanel/
H A Dsyntax.php123 $group = floor($position/$opt['groups']);
/plugin/orphanmedia/
H A Dsyntax.php279 $w = floor($w * $ratio);
284 $h = floor($h * $ratio);
/plugin/galleryv1.5/
H A Dscript.js311 imag.width = Math.floor(orig.w * ratio);
312 imag.height = Math.floor(orig.h * ratio);
/plugin/orphanmedia2/
H A Dsyntax.php280 $w = floor($w * $ratio);
285 $h = floor($h * $ratio);
/plugin/quickstats/GEOIP/
H A Dgeoipcity.inc136 $record->metro_code = $record->dma_code = floor($metroarea_combo / 1000);
/plugin/sphinxsearch-was/
H A Dfunctions.php416 $half = floor($max / 2);
/plugin/sphinxsearch/
H A Dfunctions.php423 $half = floor($max/2);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php483 $num = floor($num / 10);
/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js213 step = tickStep / (Math.floor(scale / 2) * 2);
217 … step = tickStep * (Math.floor((1 / scale) / 2) * (ruler.unit == mxConstants.MILLIMETERS? 2 : 1));
/plugin/diagramsnet/lib/math/extensions/
H A DMathEvents.js19floor(1000*q.hover.opacity)/1000;var s=document.getElementById(q.hover.id),r=document.getElementBy…
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php175 $cnt = floor(\count($convmap) / 4) * 4;
243 $cnt = floor(\count($convmap) / 4) * 4;
/plugin/farm/install/animaltemplate/conf/
H A Dacronyms.conf99 ROTFL Rolling on the floor laughing
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.ie8.js316 n = ( n > 0 || -1 ) * Math.floor( Math.abs( n ) );

12345678910>>...19