Home
last modified time | relevance | path

Searched refs:cutoff (Results 1 – 20 of 20) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
DEvalBarrett.php75 $cutoff = $m_length + ($m_length >> 1);
82 $lsd = substr($n, -' . $cutoff . ');
83 $msd = substr($n, 0, -' . $cutoff . ');
DBarrett.php101 $cutoff = $m_length + ($m_length >> 1);
103 $lsd = substr($n, -$cutoff);
104 $msd = substr($n, 0, -$cutoff);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
DBarrett.php101 $cutoff = $m_length + ($m_length >> 1);
102 $lsd = array_slice($n, 0, $cutoff); // m.length + (m.length >> 1)
103 $msd = array_slice($n, $cutoff); // m.length >> 1
DEvalBarrett.php104 $cutoff = count($m) + (count($m) >> 1);
117 $lsd = array_slice($n, 0, ' . $cutoff . ');
118 $msd = array_slice($n, ' . $cutoff . ');';
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dreceipt-cutoff.svg1 <svg class="bi bi-receipt-cutoff" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" …
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dscope.js622 var cutoff = 36;
658 if (to_mangle.length > cutoff) {
664 to_mangle = indices.slice(0, cutoff).sort(function(i, j) {
668 }).concat(indices.slice(cutoff).sort(function(i, j) {
/plugin/jmol2/jmol/
DJmolAppletSigned0_ShapeSurface.jar ... VolumeData volumeData private int contourType private boolean isContoured private float cutoff private boolean isCutoffAbsolute private boolean isSquared private boolean isXLowToHigh private ...
DJmolApplet0_ShapeSurface.jar ... VolumeData volumeData private int contourType private boolean isContoured private float cutoff private boolean isCutoffAbsolute private boolean isSquared private boolean isXLowToHigh private ...
DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/sphinxsearch-was/
H A Dsphinxapi.php660 function SetLimits($offset, $limit, $max = 0, $cutoff = 0) argument
671 if ($cutoff > 0)
672 $this->_cutoff = $cutoff;
/plugin/sphinxsearch/
Dsphinxapi.php694 function SetLimits ( $offset, $limit, $max=0, $cutoff=0 ) argument
705 if ( $cutoff>0 )
706 $this->_cutoff = $cutoff;
/plugin/photogallery/phpThumb/
Dphpthumb.filters.php1032 public function Threshold(&$gdimg, $cutoff) { argument
1035 $cutoff = min(255, max(0, ($cutoff ? $cutoff : 128)));
1040 if ($grayPixel['red'] < $cutoff) {
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/jcapture/lib/
Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DCHANGELOG.md1162 * Removed the default 2mb size cutoff from the Md5ValidatorPlugin so that it now defaults to valida…
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DCHANGELOG.md1457 * Removed the default 2mb size cutoff from the Md5ValidatorPlugin so that it now defaults to valida…
/plugin/pdfjs/pdfjs/web/
Dviewer.js.map1 …nts(firstVisibleElementInd, views, top);\n }\n\n // lastEdge acts as a cutoff for us to stop loo…