Home
last modified time | relevance | path

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

123

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
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);
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/
DComponentResizer.java28 Integer.MAX_VALUE, Integer.MAX_VALUE);
30 private static Map<Integer, Integer> cursors = new HashMap<Integer, Integer>();
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/
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/
DInteger.php17 final class Integer implements Type class
DArray_.php43 $keyType = new Compound([ new String_(), new Integer() ]);
/plugin/webcomponent/_test/data/pages/
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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/
DInteger.php24 abstract class Integer implements \JsonSerializable class
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DInteger.php18 class Integer extends Property { class
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
DTypeResolver.php33 'int' => Types\Integer::class,
34 'integer' => Types\Integer::class,
/plugin/shy/
Dsyntax.php156 * @param $aData Integer The state value returned by <tt>handle()</tt>.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
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)
DTwistedEdwards.php33 use phpseclib3\Math\PrimeField\Integer as PrimeInteger;
DMontgomery.php32 use phpseclib3\Math\PrimeField\Integer as PrimeInteger;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
DInteger.php19 use phpseclib3\Math\Common\FiniteField\Integer as Base;
28 class Integer extends Base class
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.mjs210 if (method === 'to_int' && type === Opal.Integer && object.$$is_number)
4506 …get,inspect,+,to_s,instance_variable_name!,respond_to?,to_int,coerce_to!,Integer,===,enum_for,resu…
4792 status = $coerce_to(status, $$$('Integer'), 'to_int');
4989 $def(self, '$Integer', function $$Integer(value, base) {
4998 $Kernel.$raise($$$('TypeError'), "can't convert nil into Integer");
5012 return $Opal['$coerce_to!'](value, $$$('Integer'), "to_i");
5022 base = $coerce_to(base, $$$('Integer'), 'to_int');
5060 $Kernel.$raise($$$('ArgumentError'), "invalid value for Integer(): \"" + (value) + "\"");
5068 $Kernel.$raise($$$('ArgumentError'), "invalid value for Integer(): \"" + (value) + "\"");
5074 $Kernel.$raise($$$('ArgumentError'), "invalid value for Integer(): \"" + (value) + "\"");
[all …]
Dindex.cjs219 if (method === 'to_int' && type === Opal.Integer && object.$$is_number)
4515 …get,inspect,+,to_s,instance_variable_name!,respond_to?,to_int,coerce_to!,Integer,===,enum_for,resu…
4801 status = $coerce_to(status, $$$('Integer'), 'to_int');
4998 $def(self, '$Integer', function $$Integer(value, base) {
5007 $Kernel.$raise($$$('TypeError'), "can't convert nil into Integer");
5021 return $Opal['$coerce_to!'](value, $$$('Integer'), "to_i");
5031 base = $coerce_to(base, $$$('Integer'), 'to_int');
5069 $Kernel.$raise($$$('ArgumentError'), "invalid value for Integer(): \"" + (value) + "\"");
5077 $Kernel.$raise($$$('ArgumentError'), "invalid value for Integer(): \"" + (value) + "\"");
5083 $Kernel.$raise($$$('ArgumentError'), "invalid value for Integer(): \"" + (value) + "\"");
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
DInteger.php28 use phpseclib3\Math\Common\FiniteField\Integer as Base;
37 class Integer extends Base class
/plugin/codeprettify/code-prettify/src/
Dlang-vb.js51 …unction|Get|GetType|GoSub|GoTo|Handles|If|Implements|Imports|In|Inherits|Integer|Interface|Is|Let|…
/plugin/authdrupal8/
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/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md56 * Support arbitrary-precision for Integer/Enumerated types with the GMP extension.
/plugin/struct/
H A Ddeleted.files100 types/Integer.php
/plugin/jdraw/src/com/mxgraph/examples/swing/
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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
DStrings.php211 … if (!$element instanceof BigInteger && !$element instanceof FiniteField\Integer) {

123