| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
| H A D | KoblitzPrime.php | 71 static $zero, $one, $two; 72 if (!isset($two)) { 73 $two = new BigInteger(2); 79 $inv = $this->one->divide($this->two)->negate(); 92 $tempTwo = $factory->newInteger($two); 127 if ($this->order->compare($r->multiply($two)) <= 0) { 133 if ($this->order->compare($r->multiply($two)) <= 0) { 193 $denominator = $this->two->multiply($p[1]); 211 $d = $d->multiply($d)->subtract($a)->subtract($c)->multiply($this->two); 214 $x3 = $f->subtract($this->two->multiply($d)); [all …]
|
| H A D | TwistedEdwards.php | 87 protected $two; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards 98 $this->two = $this->factory->newInteger(new BigInteger(2));
|
| H A D | Prime.php | 77 protected $two; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Prime 121 $this->two = $this->factory->newInteger(new BigInteger(2)); 204 $x3 = $r->multiply($r)->subtract($h3)->subtract($v->multiply($this->two)); 241 $x3 = $r->multiply($r)->subtract($h3)->subtract($v->multiply($this->two)); 280 $x3 = $r->multiply($r)->subtract($h3)->subtract($v->multiply($this->two)); 354 $denominator = $this->two->multiply($p[1]); 373 $x1 = $m->multiply($m)->subtract($this->two->multiply($s)); 377 $z1 = $this->two->multiply($y)->multiply($z); 394 $x1 = $m->multiply($m)->subtract($this->two->multiply($s)); 398 $z1 = $this->two->multiply($y);
|
| H A D | Montgomery.php | 115 $two = $this->factory->newInteger(new BigInteger(2)); 117 $this->a24 = $this->a->subtract($two)->divide($four);
|
| /dokuwiki/inc/lang/en/ |
| H A D | diff.txt | 3 This shows you the differences between two versions of the page.
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/ |
| H A D | Integer.php | 73 protected static $two; variable in phpseclib3\\Math\\PrimeField\\Integer 126 unset(static::$two[$instanceID]); 262 static::$two[$this->instanceID] = new BigInteger(2); 265 $two = &static::$two[$this->instanceID]; 272 list($pow) = $p_1->divide($two); 283 list($temp) = $q->add($one)->divide($two); 288 if ($t->powMod($two->pow($i), $modulo)->equals($one)) { 296 $b = $c->powMod($two->pow($m->subtract($i)->subtract($one)), $modulo);
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
| H A D | Engine.php | 61 protected static $two = []; variable in phpseclib3\\Math\\BigInteger\\Engines\\Engine 135 static::$two[static::class] = new static(2); 910 if (!isset(static::$two[static::class])) { 911 static::$two[static::class] = new static('2'); 931 $x = $x->add(static::$two[static::class]); 935 if ($x->equals(static::$two[static::class])) { 992 $n_2 = $n->subtract(static::$two[static::class]); 998 $a = static::randomRange(static::$two[static::class], $n_2); 1003 $y = $y->modPow(static::$two[static::class], $n); 1059 if ($this->compare(static::$two[static::class]) < 0) { [all …]
|
| /dokuwiki/_test/data/pages/int/ |
| H A D | editandsavetest.txt | 16 It is essential for the tests that there are two headlines with the title **Headline2**!
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/ |
| H A D | Ed25519.php | 138 $temp = $this->two->pow($temp); 268 $c = $this->two->multiply($z1)->multiply($z1); 319 $c = $t1->multiply($this->two)->multiply($this->d)->multiply($t2); 320 $d = $z1->multiply($this->two)->multiply($z2);
|
| H A D | Ed448.php | 215 $j = $e->subtract($this->two->multiply($h));
|
| /dokuwiki/_test/tests/TreeBuilder/cp/ |
| H A D | complex.txt | 11 We have two lists here
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | DSA.php | 143 $two = new BigInteger(2); 146 $divisor = $q->multiply($two); 161 $h = clone $two;
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _admin.less | 3 /* main task grouped in two columns */
|
| H A D | _diff.css | 3 * differences between two versions of a page (?do=diff).
|
| /dokuwiki/ |
| H A D | .htaccess.dist | 40 ## restrict access to it over HTTPS only! Uncomment the following two
|
| H A D | COPYING | 39 We protect your rights with two steps: (1) copyright the software, and 254 make exceptions for this. Our decision will be guided by the two goals
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 20 …lines. If you want to **force a newline** without a paragraph, you can use two backslashes followe… 23 two backslashes are only recognized at the end of a line\\ 27 two backslashes are only recognized at the end of a line\\ 198 Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two space… 348 … least two whitespaces at the opposite end of your text: Add two spaces on the left to align right… 380 You can include code blocks into your documents by either indenting them by at least two spaces (li… 382 This is text is indented by two spaces. 394 This is text is indented by two spaces.
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 20 …lines. If you want to **force a newline** without a paragraph, you can use two backslashes followe… 23 two backslashes are only recognized at the end of a line\\ 27 two backslashes are only recognized at the end of a line\\ 198 Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two space… 348 … least two whitespaces at the opposite end of your text: Add two spaces on the left to align right… 380 You can include code blocks into your documents by either indenting them by at least two spaces (li… 382 This is text is indented by two spaces. 394 This is text is indented by two spaces.
|
| /dokuwiki/vendor/splitbrain/php-cli/ |
| H A D | README.md | 108 The formatter is used through the ``format()`` method which expects at least two arrays: The first … 133 … the `Psr\Log\LoggerInterface` you can do so by inheriting from one of the two provided classes im… 138 The resulting object then can be passed as the logger instance. The difference between the two is i…
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | README.md | 7 …branch of `MarcusSchwarz/lesserphp`, not the much modernized `master` branch. This has two reasons:
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/ |
| H A D | LICENSE | 48 We protect your rights with a two-step method: (1) we copyright the 74 a shared library, the combination of the two is legally speaking a 338 permitted, and provided that you do these two things: 431 decision will be guided by the two goals of preserving the free status
|
| /dokuwiki/vendor/php81_bc/strftime/ |
| H A D | README.md | 110 **NOTE**: All week formats are two-digit, with leading zeros.
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | LICENSE | 39 We protect your rights with two steps: (1) copyright the software, and 254 make exceptions for this. Our decision will be guided by the two goals
|
| H A D | CHANGELOG | 151 - Fixed two bugs within contrib scripts included with each release (BenBE) 698 - Fixed two typos in Z80 language file 854 - Fixed two ">" symbols being outputted when using a footer but not CSS classes (MrBaseball34) 948 - Added two new methods: load_from_file and get_language_name_from_extension, that can 1027 - Bug where spans had two quotes at the end of the attributes fixed (ie. <span style=".."">)
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 5461 * @param array $two 5465 public static function merge($one, $two) { argument 5467 foreach($two->elements as $node) {
|