Home
last modified time | relevance | path

Searched refs:round (Results 401 – 425 of 682) sorted by path

1...<<11121314151617181920>>...28

/plugin/dlcount/
H A Dadmin.php162 return round((round($filesize / $size * 100) / 100), 2) . ' ' . $name;
/plugin/dokucrypt/
H A Dscript.js1116 this.round = AESprng_round;
1152 this.round();
1218 return Math.round((t < 0) ? (t + m) : t);
1235 this.state = Math.round((this.shuffle[i] + this.gen2) % 2147483563);
/plugin/dokucrypt2/
H A Dscript.js550 // The round constants used in subkey expansion
691 // Adds the current round key to the state information. Straightforward.
741 // Rijndael's round functions...
1188 this.round = AESprng_round;
1192 back into the key for the next round. */
1224 this.round();
1290 return Math.round((t < 0) ? (t + m) : t);
1307 this.state = Math.round((this.shuffle[i] + this.gen2) % 2147483563);
/plugin/dokuprism/prism/
H A Dprism.css5 .prism-previewer,.prism-previewer:after,.prism-previewer:before{position:absolute;pointer-events:none}.prism-previewer,.prism-previewer:after{left:50%}.prism-previewer{margin-top:-48px;width:32px;height:32px;margin-left:-16px;z-index:10;opacity:0;-webkit-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s}.prism-previewer.flipped{margin-top:0;margin-bottom:-48px}.prism-previewer:after,.prism-previewer:before{content:'';position:absolute;pointer-events:none}.prism-previewer:before{top:-5px;right:-5px;left:-5px;bottom:-5px;border-radius:10px;border:5px solid #fff;box-shadow:0 0 3px rgba(0,0,0,.5) inset,0 0 10px rgba(0,0,0,.75)}.prism-previewer:after{top:100%;width:0;height:0;margin:5px 0 0 -7px;border:7px solid transparent;border-color:rgba(255,0,0,0);border-top-color:#fff}.prism-previewer.flipped:after{top:auto;bottom:100%;margin-top:0;margin-bottom:5px;border-top-color:rgba(255,0,0,0);border-bottom-color:#fff}.prism-previewer.active{opacity:1}.prism-previewer-angle:before{border-radius:50%;background:#fff}.prism-previewer-angle:after{margin-top:4px}.prism-previewer-angle svg{width:32px;height:32px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.prism-previewer-angle[data-negative] svg{-webkit-transform:scaleX(-1) rotate(-90deg);-moz-transform:scaleX(-1) rotate(-90deg);-ms-transform:scaleX(-1) rotate(-90deg);-o-transform:scaleX(-1) rotate(-90deg);transform:scaleX(-1) rotate(-90deg)}.prism-previewer-angle circle{fill:transparent;stroke:#2d3438;stroke-opacity:.9;stroke-width:32;stroke-dasharray:0,500}.prism-previewer-gradient{background-image:linear-gradient(45deg,#bbb 25%,transparent 25%,transparent 75%,#bbb 75%,#bbb),linear-gradient(45deg,#bbb 25%,#eee 25%,#eee 75%,#bbb 75%,#bbb);background-size:10px 10px;background-position:0 0,5px 5px;width:64px;margin-left:-32px}.prism-previewer-gradient:before{content:none}.prism-previewer-gradient div{position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;border-radius:10px;border:5px solid #fff;box-shadow:0 0 3px rgba(0,0,0,.5) inset,0 0 10px rgba(0,0,0,.75)}.prism-previewer-color{background-image:linear-gradient(45deg,#bbb 25%,transparent 25%,transparent 75%,#bbb 75%,#bbb),linear-gradient(45deg,#bbb 25%,#eee 25%,#eee 75%,#bbb 75%,#bbb);background-size:10px 10px;background-position:0 0,5px 5px}.prism-previewer-color:before{background-color:inherit;background-clip:padding-box}.prism-previewer-easing{margin-top:-76px;margin-left:-30px;width:60px;height:60px;background:#333}.prism-previewer-easing.flipped{margin-bottom:-116px}.prism-previewer-easing svg{width:60px;height:60px}.prism-previewer-easing circle{fill:#2d3438;stroke:#fff}.prism-previewer-easing path{fill:none;stroke:#fff;stroke-linecap:round;stroke-width:4}.prism-previewer-easing line{stroke:#fff;stroke-opacity:.5;stroke-width:2}@-webkit-keyframes prism-previewer-time{0%{stroke-dasharray:0,500;stroke-dashoffset:0}50%{stroke-dasharray:100,500;stroke-dashoffset:0}100%{stroke-dasharray:0,500;stroke-dashoffset:-100}}@-o-keyframes prism-previewer-time{0%{stroke-dasharray:0,500;stroke-dashoffset:0}50%{stroke-dasharray:100,500;stroke-dashoffset:0}100%{stroke-dasharray:0,500;stroke-dashoffset:-100}}@-moz-keyframes prism-previewer-time{0%{stroke-dasharray:0,500;stroke-dashoffset:0}50%{stroke-dasharray:100,500;stroke-dashoffset:0}100%{stroke-dasharray:0,500;stroke-dashoffset:-100}}@keyframes prism-previewer-time{0%{stroke-dasharray:0,500;stroke-dashoffset:0}50%{stroke-dasharray:100,500;stroke-dashoffset:0}100%{stroke-dasharray:0,500;stroke-dashoffset:-100}}.prism-previewer-time:before{border-radius:50%;background:#fff}.prism-previewer-time:after{margin-top:4px}.prism-previewer-time svg{width:32px;height:32px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.prism-previewer-time circle{fill:transparent;stroke:#2d3438;stroke-opacity:.9;stroke-width:32;stroke-dasharray:0,500;stroke-dashoffset:0;-webkit-animation:prism-previewer-time linear infinite 3s;-moz-animation:prism-previewer-time linear infinite 3s;-o-animation:prism-previewer-time linear infinite 3s;animation:prism-previewer-time linear infinite 3s}
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode128.php159 if (is_numeric($v) && round($v, 0) == $v) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorModeConverter.php159 $r = round(255 * $this->hue2rgb($tmp2, $tmp, $h + (1 / 3)));
160 $g = round(255 * $this->hue2rgb($tmp2, $tmp, $h));
161 $b = round(255 * $this->hue2rgb($tmp2, $tmp, $h - (1 / 3)));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php1005 $angle = round($angle) * 90;
1737 $p = array_merge($p, $zp); // !! Note other way round !!
H A DMpdf.php13857 $this->y = (round($this->blk[$this->blklvl]['float_endpos'] * 1000) % 1000000) / 1000; // mod changes operands to integers before processing
15306 $this->y = (round($end * 1000) % 1000000) / 1000; // mod changes operands to integers before processing
19897 $miwsurplusnonpc = round((($miwnon * $sumnonpc / 100) - $miwleft), 3);
19916 $mawsurplusnonpc = round((($mawnon * $sumnonpc / 100) - $mawleft), 3);
H A DOtl.php3219 $cw = round($this->mpdf->_getCharWidth($this->mpdf->CurrentFont['cw'], $this->OTLdata[$basepos]['uni']) * $this->mpdf->CurrentFont['unitsPerEm'] / 1000); // convert back to font design units
3471 if (round($pdfWidth) == round($x * 1000 / $this->mpdf->CurrentFont['unitsPerEm'])) {
3484 if (round($pdfWidth) == round($x * 1000 / $this->mpdf->CurrentFont['unitsPerEm'])) {
H A DOtlDump.php3565 if (round($pdfWidth) == round($x * 1000 / $this->mpdf->fonts[$this->fontkey]['desc']['unitsPerEm'])) {
3577 if (round($pdfWidth) == round($x * 1000 / $this->mpdf->fonts[$this->fontkey]['desc']['unitsPerEm'])) {
4106 //$this->charWidths[$char] = intval(round($scale*$aw));
4108 $w = intval(round($scale * $aw));
4124 $w = intval(round($scale * $aw));
H A DTTFontFile.php4567 $w = (int) round($scale * $aw);
4584 $w = (int) round($scale * $aw);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DMetricsGenerator.php29 'CapHeight' => round($ttf->capHeight),
30 'XHeight' => round($ttf->xHeight),
31 'FontBBox' => '[' . round($ttf->bbox[0]) . " " . round($ttf->bbox[1]) . " " . round($ttf->bbox[2]) . " " . round($ttf->bbox[3]) . ']',
33 /* 'MaxWidth' => round($ttf->advanceWidthMax), // AdvanceWidthMax from hhea table NB ArialUnicode MS = 31990 ! */
35 'Ascent' => round($ttf->ascent),
36 'Descent' => round($ttf->descent),
37 'Leading' => round(
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DBmp.php59 $biXPelsPerMeter = round($biXPelsPerMeter / 1000 * 25.4);
60 //$biYPelsPerMeter=round($biYPelsPerMeter/1000 *25.4);
H A DImageProcessor.php325 $ppUx = round($ppUx / 10 * 25.4);
506 $ppUx = round($ppUx / 1000 * 25.4);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTextArea.php127 $colsize = round(($w - ($this->form->form_element_spacing['textarea']['outer']['h'] * 2)
131 $rowsize = round(($h - ($this->form->form_element_spacing['textarea']['outer']['v'] * 2)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php192 $widthstring .= round($ttf->defaultWidth) . ' ';
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
H A DPng.php45 (int) round(($i - $minSize) * $s),
46 (int) round(($j - $minSize) * $s),
47 (int) round(($i - $minSize + 1) * $s - 1),
48 (int) round(($j - $minSize + 1) * $s - 1),
/plugin/edittable/lib/
H A Dhandsontable.full.js9853 return Math.round(-1 * number) * -1;
9855 return Math.round(number);
11355 var round = Math.round;
11372 var seconds = round(duration.as('s'));
11373 var minutes = round(duration.as('m'));
11374 var hours = round(duration.as('h'));
11375 var days = round(duration.as('d'));
11376 var months = round(duration.as('M'));
11377 var years = round(duration.as('y'));
11400 return round;
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md61 - Load balancing (with pluggable selection strategy) across all available nodes. Defaults to round-robin
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc561 $params['ccs_minimize_roundtrips'] = (boolean) Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution (Default = true)
737 $params['ccs_minimize_roundtrips'] = (boolean) Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution (Default = true)
805 $params['ccs_minimize_roundtrips'] = (boolean) Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution (Default = true)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Doverview.asciidoc13 added to the client (cluster state sniffing, round-robin requests, and so on)
H A Dselectors.asciidoc16 This selector returns connections in a round-robin fashion. Node #1 is selected
40 failure, the selector will round-robin to the next available node, then "stick"
51 round-robin dynamics from per-request to per-script.
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js216 val-=Math.round(padding+border);
1821 …derGraphicSize-E.extraPadding>0&&B+V+E.borderGraphicSize+E.extraPadding<T){var X=B-Math.round(J/2);
1833 }}}var W=A-Math.round(N/2);
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js904 var B=A-Math.round(this._width/2);
1009 var A=Math.round(H+P.iconWidth/2);
1010 var C=Math.round(H-P.iconWidth/2);
1041 var A=Math.round(K+S.iconWidth/2);
1042 var D=Math.round(K-S.iconWidth/2);
1245 var J=Math.round(K-E/2);
1901 var A=Math.round(I+S.iconWidth/2);
1902 var C=Math.round(I-S.iconWidth/2);
1930 var A=Math.round(K+U.iconWidth/2);
2036 J=Math.round(H-G.iconHeight/2);
[all …]
/plugin/farm/
H A Danimalmanager.class.php222 $g = min(255, 511 - round($p * 511));
223 $r = min(255, round(511 * $p));
224 …: <span class="size_disp" style="background-color:rgb('.$r.','.$g.',0)">'.round(100 * $p).'% ('.$t…

1...<<11121314151617181920>>...28