Home
last modified time | relevance | path

Searched defs:x (Results 151 – 175 of 546) sorted by last modified time

12345678910>>...22

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DMontgomery.php131 public function setBasePoint($x, $y)
H A DPrime.php152 public function setBasePoint($x, $y)
H A DTwistedEdwards.php120 public function setBasePoint($x, $y)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php1147 private static function rotateLeft32($x, $shift)
1316 private static function rotateLeft64($x, $shift)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php106 protected function exponentiate(BigInteger $x)
190 private function blind($x, $r, $i)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DBarrett.php153 private static function regularBarrett($x, $n)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DOpenSSL.php48 public static function powModHelper(Engine $x, Engine $e, Engine $n)
H A DGMP.php64 public function __construct($x = 0, $base = 10)
200 public function multiply(GMP $x)
272 public function equals(GMP $x)
349 public function bitwise_and(GMP $x)
363 public function bitwise_or(GMP $x)
377 public function bitwise_xor(GMP $x)
494 protected static function randomRangePrimeInner(Engine $x, Engine $min, Engine $max)
673 public function testBit($x)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DBase.php83 protected static function powModHelper(PHP $x, PHP $e, PHP $n, $class)
115 protected static function prepareReduce(array $x, array $n, $class)
130 protected static function multiplyReduce(array $x, array $y, array $n, $class)
145 protected static function squareReduce(array $x, array $n, $class)
H A DMontgomery.php51 protected static function slidingWindow(Engine $x, Engine $e, Engine $n, $class)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DPowerOfTwo.php37 protected static function prepareReduce(array $x, array $n, $class)
50 protected static function reduce(array $x, array $n, $class)
H A DBarrett.php148 private static function regularBarrett(array $x, array $n, $class)
H A DClassic.php37 protected static function reduce(array $x, array $n, $class)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php171 public function __construct($x = 0, $base = 10)
277 public function multiply(BigInteger $x)
512 public function equals(BigInteger $x)
533 public function bitwise_and(BigInteger $x)
544 public function bitwise_or(BigInteger $x)
555 public function bitwise_xor(BigInteger $x)
824 public function testBit($x)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p2beta1Position.php25 public $x; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1Position
38 public function setX($x)
H A DGoogleCloudVisionV1p2beta1Vertex.php25 public $x; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1Vertex
34 public function setX($x)
H A DVertex.php25 public $x; variable in Google\\Service\\Vision\\Vertex
34 public function setX($x)
H A DGoogleCloudVisionV1p1beta1NormalizedVertex.php25 public $x; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1NormalizedVertex
34 public function setX($x)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1Vertex.php25 public $x; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1Vertex
34 public function setX($x)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
H A DBase.php63 protected static function powModHelper(BCMath $x, BCMath $e, BCMath $n, $class)
83 protected static function prepareReduce($x, $n, $class)
98 protected static function multiplyReduce($x, $y, $n, $class)
112 protected static function squareReduce($x, $n, $class)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php133 public static function checkInstance(self $x, self $y)
145 public function equals(self $x)
157 public function compare(self $x)
169 public function add(self $x)
187 public function subtract(self $x)
205 public function multiply(self $x)
217 public function divide(self $x)
230 public function pow(BigInteger $x)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolyService/
H A DQuaternion.php23 public $x; variable in Google\\Service\\PolyService\\Quaternion
35 public function setX($x)
/plugin/a2s/
H A DASCIIToSVG.php1655 public function setScale($x, $y) {
1840 public $x; variable in dokuwiki\\plugin\\a2s\\Point
1852 public function __construct($x, $y) {
2052 public function addMarker($x, $y, $t) {
2058 public function addTick($x, $y, $t) {
2109 public function hasPoint($x, $y) {
2147 private function matrixTransform($matrix, $x, $y) {
2216 private function skewXTransform($angle, $x, $y) {
2226 private function skewYTransform($angle, $x, $y) {
2762 public function __construct($x, $y) {
[all …]
/plugin/c3chart/assets/
H A Dc3.min.js2 …(t){var e=d(t),i=[t.pathSegList.getItem(0),t.pathSegList.getItem(1)];return{x:i[0].x,y:Math.min(i[… property in case.SVGPathSeg.PATHSEG_ARC_ABS
H A Dd3.min.js2 …(e){return+t(e)+n}}:function(t){return function(n){return+t(n)}})(n.copy()),x=e.selection?e.select… property in Ri.w

12345678910>>...22