/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/ |
H A D | PrimeField.php | 21 use phpseclib3\Math\PrimeField\Integer; alias 58 Integer::setModulo($this->instanceID, $modulo); 59 … Integer::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 D | BinaryField.php | 20 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 D | ComponentResizer.java | 28 Integer.MAX_VALUE, Integer.MAX_VALUE); 30 private static Map<Integer, Integer> cursors = new HashMap<Integer, Integer>();
|
H A D | CaptureConfig.java | 282 …Integer.parseInt(properties.getProperty(AUDIO_FORMAT_SAMPLE_SIZE_PROPERTY, String.valueOf(audioFor… in load() 283 …Integer.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 D | syntax.php | 71 * @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 D | Integer.php | 17 final class Integer implements Type class
|
H A D | Array_.php | 43 $keyType = new Compound([ new String_(), new Integer() ]);
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/ |
H A D | Integer.php | 24 abstract class Integer implements \JsonSerializable class
|
/plugin/webcomponent/_test/data/pages/ |
H A D | card_column.txt | 32 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 D | Integer.php | 18 class Integer extends Property { class
|
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/ |
H A D | TypeResolver.php | 33 'int' => Types\Integer::class, 34 'integer' => Types\Integer::class,
|
/plugin/shy/ |
H A D | syntax.php | 156 * @param $aData Integer The state value returned by <tt>handle()</tt>.
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
H A D | Prime.php | 28 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 D | TwistedEdwards.php | 33 use phpseclib3\Math\PrimeField\Integer as PrimeInteger;
|
H A D | Montgomery.php | 32 use phpseclib3\Math\PrimeField\Integer as PrimeInteger;
|
H A D | Binary.php | 28 use phpseclib3\Math\BinaryField\Integer as BinaryInteger;
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/ |
H A D | Integer.php | 19 use phpseclib3\Math\Common\FiniteField\Integer as Base; 28 class Integer extends Base class
|
/plugin/struct/ |
H A D | deleted.files | 100 types/Integer.php
|
/plugin/pureldap/vendor/freedsx/asn1/ |
H A D | CHANGELOG.md | 56 * Support arbitrary-precision for Integer/Enumerated types with the GMP extension.
|
/plugin/codeprettify/code-prettify/src/ |
H A D | lang-vb.js | 51 [PR['PR_KEYWORD'], /^(?:AddHandler|AddressOf|Alias|And|AndAlso|Ansi|As|Assembly|Auto|Boolean|ByRef|Byte|ByVal|Call|Case|Catch|CBool|CByte|CChar|CDate|CDbl|CDec|Char|CInt|Class|CLng|CObj|Const|CShort|CSng|CStr|CType|Date|Decimal|Declare|Default|Delegate|Dim|DirectCast|Do|Double|Each|Else|ElseIf|End|EndIf|Enum|Erase|Error|Event|Exit|Finally|For|Friend|Function|Get|GetType|GoSub|GoTo|Handles|If|Implements|Imports|In|Inherits|Integer|Interface|Is|Let|Lib|Like|Long|Loop|Me|Mod|Module|MustInherit|MustOverride|MyBase|MyClass|Namespace|New|Next|Not|NotInheritable|NotOverridable|Object|On|Option|Optional|Or|OrElse|Overloads|Overridable|Overrides|ParamArray|Preserve|Private|Property|Protected|Public|RaiseEvent|ReadOnly|ReDim|RemoveHandler|Resume|Return|Select|Set|Shadows|Shared|Short|Single|Static|Step|Stop|String|Structure|Sub|SyncLock|Then|Throw|To|Try|TypeOf|Unicode|Until|Variant|Wend|When|While|With|WithEvents|WriteOnly|Xor|EndIf|GoSub|Let|Variant|Wend)\b/i, null],
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/ |
H A D | Integer.php | 28 use phpseclib3\Math\Common\FiniteField\Integer as Base; 37 class Integer extends Base class
|
/plugin/authdrupal8/ |
H A D | password.inc | 84 * 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 D | Strings.php | 211 … if (!$element instanceof BigInteger && !$element instanceof FiniteField\Integer) {
|
/plugin/jdraw/src/com/mxgraph/examples/swing/ |
H A D | GraphEditor.java | 469 …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 D | composer.lock | 35 "ext-gmp": "For big integer support in Integer/Enumerated/OID types and tag numbers."
|