Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DEvalBarrett.php75 $cutoff = $m_length + ($m_length >> 1);
82 $lsd = substr($n, -' . $cutoff . ');
83 $msd = substr($n, 0, -' . $cutoff . ');
H A 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/
H A 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
H A 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" xmlns="http://www.w3.org/2000/svg">
/plugin/jmol2/jmol/
H A DJmolApplet0_ShapeSurface.jar ... VolumeData volumeData private int contourType private boolean isContoured private float cutoff private boolean isCutoffAbsolute private boolean isSquared private boolean isXLowToHigh private ...
H A DJmolAppletSigned0_ShapeSurface.jar ... VolumeData volumeData private int contourType private boolean isContoured private float cutoff private boolean isCutoffAbsolute private boolean isSquared private boolean isXLowToHigh private ...
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A 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/
H A Dsphinxapi.php694 function SetLimits ( $offset, $limit, $max=0, $cutoff=0 ) argument
705 if ( $cutoff>0 )
706 $this->_cutoff = $cutoff;
/plugin/photogallery/phpThumb/
H A 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/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1162 * Removed the default 2mb size cutoff from the Md5ValidatorPlugin so that it now defaults to valida…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …nts(firstVisibleElementInd, views, top);\n }\n\n // lastEdge acts as a cutoff for us to stop loo…