/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/ |
H A D | EvalBarrett.php | 75 $cutoff = $m_length + ($m_length >> 1); 82 $lsd = substr($n, -' . $cutoff . '); 83 $msd = substr($n, 0, -' . $cutoff . ');
|
H A D | Barrett.php | 101 $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 D | Barrett.php | 101 $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 D | EvalBarrett.php | 104 $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 D | receipt-cutoff.svg | 1 <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 D | JmolApplet0_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 D | JmolAppletSigned0_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 D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
H A D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
/plugin/sphinxsearch-was/ |
H A D | sphinxapi.php | 660 function SetLimits($offset, $limit, $max = 0, $cutoff = 0) argument 671 if ($cutoff > 0) 672 $this->_cutoff = $cutoff;
|
/plugin/sphinxsearch/ |
H A D | sphinxapi.php | 694 function SetLimits ( $offset, $limit, $max=0, $cutoff=0 ) argument 705 if ( $cutoff>0 ) 706 $this->_cutoff = $cutoff;
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.filters.php | 1032 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 D | commons-io-2.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
H A D | httpclient-4.5.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/plugin/jdraw/lib/ |
H A D | httpclient-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jcapture/lib/ |
H A D | httpclient-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | CHANGELOG.md | 1162 * Removed the default 2mb size cutoff from the Md5ValidatorPlugin so that it now defaults to valida…
|
/plugin/pdfjs/pdfjs/web/ |
H A D | viewer.js.map | 1 …nts(firstVisibleElementInd, views, top);\n }\n\n // lastEdge acts as a cutoff for us to stop loo…
|