Home
last modified time | relevance | path

Searched refs:Integer (Results 1 – 25 of 64) sorted by relevance

123

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DPrimeField.php21 use phpseclib3\Math\PrimeField\Integer; alias
58 Integer::setModulo($this->instanceID, $modulo);
59Integer::setRecurringModuloFunction($this->instanceID, $modulo->createRecurringModuloFunction());
79 return new Integer($this->instanceID, $num);
94 …return new Integer($this->instanceID, BigInteger::randomRange($one, Integer::getModulo($this->inst…
104 return Integer::getModulo($this->instanceID)->getLengthInBytes();
114 return Integer::getModulo($this->instanceID)->getLength();
122 Integer::cleanupCache($this->instanceID);
H A DBinaryField.php20 use phpseclib3\Math\BinaryField\Integer; alias
109 Integer::setModulo($this->instanceID, $modulo);
110 Integer::setRecurringModuloFunction($this->instanceID, $reduce);
123 return new Integer($this->instanceID, $num instanceof BigInteger ? $num->toBytes() : $num);
138 … return new Integer($this->instanceID, BigInteger::randomRange($one, $this->randomMax)->toBytes());
148 return strlen(Integer::getModulo($this->instanceID));
158 return strlen(Integer::getModulo($this->instanceID)) << 3;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DComponentResizer.java28 Integer.MAX_VALUE, Integer.MAX_VALUE);
30 private static Map<Integer, Integer> cursors = new HashMap<Integer, Integer>();
H A DCaptureConfig.java282Integer.parseInt(properties.getProperty(AUDIO_FORMAT_SAMPLE_SIZE_PROPERTY, String.valueOf(audioFor… in load()
283Integer.parseInt(properties.getProperty(AUDIO_FORMAT_CHANNELS_PROPERTY, String.valueOf(audioFormat… in load()
318 …ordingRectangle = new Rectangle(Integer.parseInt(dims[0]), Integer.parseInt(dims[1]), Integer.pars… in load()
/plugin/authorlist/
H A Dsyntax.php71 * @param $pos Integer The character position of the matched text.
73 * @return Integer The current lexer state for the match.
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DInteger.php17 final class Integer implements Type class
H A DArray_.php43 $keyType = new Compound([ new String_(), new Integer() ]);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/
H A DInteger.php24 abstract class Integer implements \JsonSerializable class
/plugin/webcomponent/_test/data/pages/
H A Dcard_column.txt32 Lorem ipsum [[dokuwiki:webcomponent:start|dolor]] sit amet, consectetur adipiscing elit. Integer po…
51 Lorem ipsum [[dokuwiki:webcomponent:start|dolor]] sit amet, consectetur adipiscing elit. Integer po…
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DInteger.php18 class Integer extends Property { class
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php33 'int' => Types\Integer::class,
34 'integer' => Types\Integer::class,
/plugin/shy/
H A Dsyntax.php156 * @param $aData Integer The state value returned by <tt>handle()</tt>.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DPrime.php28 use phpseclib3\Math\Common\FiniteField\Integer; alias
30 use phpseclib3\Math\PrimeField\Integer as PrimeInteger;
686 private static function getJSFPoints(Integer $k1, Integer $k2)
H A DTwistedEdwards.php33 use phpseclib3\Math\PrimeField\Integer as PrimeInteger;
H A DMontgomery.php32 use phpseclib3\Math\PrimeField\Integer as PrimeInteger;
H A DBinary.php28 use phpseclib3\Math\BinaryField\Integer as BinaryInteger;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php19 use phpseclib3\Math\Common\FiniteField\Integer as Base;
28 class Integer extends Base class
/plugin/struct/
H A Ddeleted.files100 types/Integer.php
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md56 * Support arbitrary-precision for Integer/Enumerated types with the GMP extension.
/plugin/codeprettify/code-prettify/src/
H A Dlang-vb.js51 …unction|Get|GetType|GoSub|GoTo|Handles|If|Implements|Imports|In|Inherits|Integer|Interface|Is|Let|…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php28 use phpseclib3\Math\Common\FiniteField\Integer as Base;
37 class Integer extends Base class
/plugin/authdrupal8/
H A Dpassword.inc84 * Integer that determines the number of iterations used in the hashing
106 * Integer that determines the number of iterations used in the hashing
110 * Integer within set bounds that is closest to $count_log2.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php211 … if (!$element instanceof BigInteger && !$element instanceof FiniteField\Integer) {
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java469 …int iWidth = tce.hasAttribute(ATTRIBUTE_WIDTH)? Integer.parseInt(tce.getAttribute(ATTRIBUTE_WIDTH)… in loadPalette()
473 …int iHeight = tce.hasAttribute(ATTRIBUTE_HEIGHT)? Integer.parseInt(tce.getAttribute(ATTRIBUTE_HEIG… in loadPalette()
/plugin/pureldap/
H A Dcomposer.lock35 "ext-gmp": "For big integer support in Integer/Enumerated/OID types and tag numbers."

123