Home
last modified time | relevance | path

Searched refs:y (Results 1 – 25 of 165) sorted by relevance

1234567

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php100 private static function checkInstance(self $x, self $y) argument
102 if ($x->instanceID != $y->instanceID) {
163 private static function polynomialDivide($x, $y) argument
169 $d = static::deg($y);
178 $s = static::polynomialMultiply($s, $y);
193 private static function regularPolynomialMultiply($x, $y) argument
197 $y = strrev(BinaryField::base256ToBase2($y));
198 if (strlen($x) == strlen($y)) {
201 $length = max(strlen($x), strlen($y));
203 $y = str_pad($y, $length, '0');
[all …]
/dokuwiki/lib/tpl/dokuwiki/lang/cy/
H A Dstyle.txt1 Os ydych chi am newid y logo, defnyddiwch y Rheolwr Cyfrwng i lanlwytho ''logo.png'' i ''wici'' neu…
3 …ici caeedig, awgrymwyd eich bod chi'n gwneud y ''wici'' (new wraidd) y namespace yn ddarllenadwy i…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP64.php112 * @param PHP64 $y
115 public function add(PHP64 $y) argument
117 $temp = self::addHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
125 * @param PHP64 $y
128 public function subtract(PHP64 $y) argument
130 $temp = self::subtractHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
138 * @param PHP64 $y
141 public function multiply(PHP64 $y) argument
143 $temp = self::multiplyHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
156 * @param PHP64 $y
[all …]
H A DPHP32.php111 * @param PHP32 $y
114 public function add(PHP32 $y) argument
116 $temp = self::addHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
124 * @param PHP32 $y
127 public function subtract(PHP32 $y) argument
129 $temp = self::subtractHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
137 * @param PHP32 $y
140 public function multiply(PHP32 $y) argument
142 $temp = self::multiplyHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
155 * @param PHP32 $y
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DTwistedEdwards.php116 public function setBasePoint($x, $y) argument
121 case !$y instanceof BigInteger && !$y instanceof PrimeInteger:
129 $y instanceof BigInteger ? $this->factory->newInteger($y) : $y
181 list($x, $y, $z) = $p;
185 $y->multiply($z)
206 list($x, $y) = $p;
208 $y2 = $y->multiply($y);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DOpenSSH.php53 list($p, $q, $g, $y, $x, $comment) = Strings::unpackSSH2('i5s', $parsed['paddedKey']);
58 list($p, $q, $g, $y) = Strings::unpackSSH2('iiii', $parsed['publicKey']);
71 * @param BigInteger $y
75 …public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, a… argument
87 $DSAPublicKey = Strings::packSSH2('siiii', 'ssh-dss', $p, $q, $g, $y);
105 * @param BigInteger $y
111 …ion savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $pas… argument
113 $publicKey = self::savePublicKey($p, $q, $g, $y, ['binary' => true]);
114 $privateKey = Strings::packSSH2('si5', 'ssh-dss', $p, $q, $g, $y, $x);
H A DPuTTY.php62 list($p, $q, $g, $y) = Strings::unpackSSH2('iiii', $public);
74 * @param BigInteger $y
80 …ion savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $pas… argument
86 $public = Strings::packSSH2('iiii', $p, $q, $g, $y);
98 * @param BigInteger $y
101 public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y) argument
107 return self::wrapPublicKey(Strings::packSSH2('iiii', $p, $q, $g, $y), 'ssh-dss');
H A DRaw.php62 * @param BigInteger $y
67 …ion savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $pas… argument
78 * @param BigInteger $y
81 public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y) argument
/dokuwiki/inc/lang/vi/
H A Dregistermail.txt1 Một người dùng mới đã đăng ký. Đây là những thông tin chi tiết:
4 Tên đầy đủ : @NEWNAME@
7 Ngày : @DATE@
10 Tên máy chủ : @HOSTNAME@
H A Dpwconfirm.txt3 Ai đó đã yêu cầu mật khẩu mới cho bạn đăng nhập @TITLE@ tại @DOKUWIKIURL@
5 Nếu bạn không yêu cầu mật khẩu mới thì hãy bỏ qua thư điện tử này.
7 Để xác nhận rằng yêu cầu đã thực sự được gửi bởi bạn, vui lòng truy cập vào liên kết sau.
H A Drecent.txt1 ====== Thay đổi gần đây ======
3 Những trang sau có thay đổi gần đây:
H A Dmailtext.txt1 Một trang trên DokuWiki của bạn vừa được thêm hoặc thay đổi. Đây là những thông tin chi tiết:
5 Tên máy chủ : @HOSTNAME@
8 Ngày của phiên bản mới: @DATE@
12 Có thể có những thay đổi mới hơn sau khi phiên bản này. Nếu điều này xảy ra, một tin nhắn sẽ được h…
H A Dregister.txt3y để tạo một tài khoản mới trong wiki này. Hãy chắc chắn rằng bạn cung cấp một **địa chỉ thư điện …
H A Ddraft.txt1 ====== Tìm thấy tập tin nháp ======
3y không được hoàn thành chính xác. DokuWiki tự động lưu một bản nháp trong khi bạn đang sửa đổi mà…
5 …// phiên sửa đổi bị mất của bạn, //xóa// bản nháp được lưu tự động hoặc //hủy bỏ// quá trình sửa đ…
H A Dbacklinks.txt1 ====== Liên kết đến đây ======
3 Đây là danh sách các trang có liên kết đến trang hiện tại.
H A Dsubscr_list.txt4 Dưới đây là những thay đổi:
10 Để hủy thông báo trang, đăng nhập vào wiki tại
13 và hủy đăng ký trang và/hoặc thay đổi không gian tên.
H A Dsubscr_single.txt4 Dưới đây là những thay đổi:
14 Ngày của phiên bản mới: @DATE@
16 Để hủy thông báo trang, đăng nhập vào wiki tại
19 và hủy đăng ký trang và/hoặc thay đổi không gian tên.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php75 private $y; variable in phpseclib3\\File\\ANSI
167 * @param int $y
169 public function setDimensions($x, $y) argument
172 $this->max_y = $y - 1;
173 $this->x = $this->y = 0;
232 $this->old_y = $this->y;
233 $this->x = $this->y = 0;
236 … array_merge($this->history, array_slice(array_splice($this->screen, $this->y + 1), 0, $this->old_…
237 … $this->screen = array_merge($this->screen, array_fill($this->y, $this->max_y, ''));
239 …y_merge($this->history_attrs, array_slice(array_splice($this->attrs, $this->y + 1), 0, $this->old_…
[all …]
/dokuwiki/inc/lang/cy/
H A Ddiff.txt3 Mae hwn yn dangos y gwahaniaethau rhwng dau fersiwn y dudalen.
H A Dedit.txt1y dudalen a phwyso ''Cadw''. Gweler [[wiki:syntax]] ar gyfer cystrawen Wici. Golygwch y dudalen ho…
/dokuwiki/_test/tests/inc/
H A Ddifference_engine.test.php10 public $y = "ddd\n\naaa\n\nbbb\n\nbbb\n\nccc\n\nccc\n\neee"; variable in difference_engine_test
13 $diff = new Diff(explode("\n", $this->x), explode("\n", $this->y));
45 $diff = new Diff(explode("\n", $this->x), explode("\n", $this->y));
77 $eng->diff(explode("\n", $this->x), explode("\n", $this->y));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php103 * @param BigInteger $y
107 public function recoverX(BigInteger $y, $sign) argument
109 $y = $this->factory->newInteger($y);
111 $y2 = $y->multiply($y);
148 return [$x, $y];
196 list($x, $y) = $point;
197 $y = $y->toBytes();
198 $y[0] = $y[0] & chr(0x7F);
200 $y[0] = $y[0] | chr(0x80);
202 $y = strrev($y);
[all …]
H A DEd448.php59 * @param BigInteger $y
63 public function recoverX(BigInteger $y, $sign) argument
65 $y = $this->factory->newInteger($y);
67 $y2 = $y->multiply($y);
89 return [$x, $y];
141 list($x, $y) = $point;
142 $y = "\0" . $y->toBytes();
144 $y[0] = $y[0] | chr(0x80);
146 $y = strrev($y);
148 return $y;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DMontgomeryMult.php34 * @param array $y
39 public static function multiplyReduce(array $x, array $y, array $m, $class) argument
57 $n = max(count($x), count($y), count($m));
59 $y = array_pad($y, $n, 0);
63 $temp = $a[self::VALUE][0] + $x[$i] * $y[0];
67 …$temp = $class::addHelper($class::regularMultiply([$x[$i]], $y), false, $class::regularMultiply([$…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php537 $y = '';
547 $y .= $c;
550 return $y;
576 $y = '';
580 $y .= PHP_INT_SIZE == 8 ?
595 $y .= PHP_INT_SIZE == 8 ?
599 return $y;
606 * @param int $y
609 private static function mul32_64($x, $y) argument
616 $y1 = ($y >> 16) & 0xFFFF;
[all …]

1234567