Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 59) sorted by relevance

123

/dokuwiki/_test/tests/Subscriptions/
H A DSubscriberManagerTest.php38 $sub->add('wiki:dokuwiki', 'testuser', 'every');
56 $sub->add('wiki:', 'testuser', 'every');
74 $sub->add('wiki:', 'testuser', 'digest', '1234567');
89 $sub->add('wiki:', 'testuser', 'digest', '7654321');
112 $sub->add(':', 'admin', 'digest', '123456789');
113 $sub->add(':wiki:', 'admin', 'digest', '123456789');
114 $sub->add(':', 'admin', 'digest', '1234');
115 $sub->add(':wiki:', 'admin', 'digest', '1234');
H A DBulkSubscriptionsSenderTest.php41 $manager->add('sub1:', 'testuser', 'digest', '978328800'); // last mod 2001-01-01
63 $manager->add('sub1:', 'testuser', 'digest', '978328800'); // last mod 2001-01-01
83 $manager->add('sub1:', 'testuser', 'list', '978328800'); // last mod 2001-01-01
105 $manager->add('sub1:', 'testuser', 'list', '978328800'); // last mod 2001-01-01
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBinary.php190 $e = $x1->add($b);
191 $f = $y1->add($d);
193 $h = $f->multiply($x2)->add($z3->multiply($y2));
194 $i = $f->add($z3);
199 $x3 = $p1->add($p2)->add($p3);
200 $y3 = $i->multiply($x3)->add($g->multiply($h));
209 $e = $a->add($b);
210 $f = $c->add($d);
212 $h = $f->multiply($x2)->add($g->multiply($y2));
214 $i = $f->add($z3);
[all …]
H A DKoblitzPrime.php82 $inv->add($s),
99 $inv->add($s),
128 $c1 = $c1->add($one);
134 $c2 = $c2->add($one);
143 $k2 = $q1->add($q2)->negate();
210 $d = $x1->add($b);
235 $s = $x1->add($yy);
256 $rhs = $temp->add($this->b);
316 $rhs = $a0->multiply($a0)->add($b0->multiply($b0));
317 $lhs = $v->multiply($v)->add($b->multiply($b));
H A DMontgomery.php186 $a = $x2->add($z2);
191 $c = $x3->add($z3);
195 $temp = $da->add($cb);
201 $z4 = $e->multiply($temp->add($this->a24->multiply($e)));
H A DTwistedEdwards.php210 $lhs = $this->a->multiply($x2)->add($y2);
211 $rhs = $this->d->multiply($x2)->multiply($y2)->add($this->one);
H A DPrime.php353 $numerator = $this->three->multiply($p[0])->multiply($p[0])->add($this->a);
372 $m = $m1->add($m2);
393 $m = $m1->add($this->a);
456 $temp = $xp->multiply($xp)->multiply($xp)->add($temp);
457 $temp = $temp->add($this->b);
477 $temp = $x->multiply($x)->multiply($x)->add($temp);
478 $rhs = $temp->add($this->b);
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPFolders.php160 $add=array();
161 $add["objectClass"] = "organizationalUnit";
162 $add["OU"] = $attributes['ou_name'];
169 …this->adldap->getLdapConnection(), "OU=" . $add["OU"] . ", " . $containers . $this->adldap->getBas…
H A DadLDAPContacts.php74 $add = $this->adldap->adldap_schema($attributes);
77 $add["cn"][0] = $attributes["display_name"];
78 $add["objectclass"][0] = "top";
79 $add["objectclass"][1] = "person";
80 $add["objectclass"][2] = "organizationalPerson";
81 $add["objectclass"][3] = "contact";
83 $add["msExchHideFromAddressLists"][0] = "TRUE";
91 …adldap->utilities()->escapeCharacters($add["cn"][0]) . ", " . $container . "," . $this->adldap->ge…
H A DadLDAPGroups.php80 $add = array();
81 $add["member"] = $childDn;
83 $result = @ldap_mod_add($this->adldap->getLdapConnection(), $parentDn, $add);
116 $add = array();
117 $add["member"] = $userDn;
119 $result = @ldap_mod_add($this->adldap->getLdapConnection(), $groupDn, $add);
145 $add = array();
146 $add["member"] = $contactDn;
148 $result = @ldap_mod_add($this->adldap->getLdapConnection(), $groupDn, $add);
174 $add = array();
[all …]
H A DadLDAPUsers.php96 $add = $this->adldap->adldap_schema($attributes);
99 $add["cn"][0] = $attributes["display_name"];
100 $add["samaccountname"][0] = $attributes["username"];
101 $add["objectclass"][0] = "top";
102 $add["objectclass"][1] = "person";
103 $add["objectclass"][2] = "organizationalPerson";
104 $add["objectclass"][3] = "user"; //person?
112 $add["userAccountControl"][0] = $this->accountControl($control_options);
119 …->adldap->getLdapConnection(), "CN=" . $add["cn"][0] . ", " . $container . "," . $this->adldap->ge…
491 $add=array();
[all …]
H A DadLDAPExchange.php128 $add = $this->adldap->adldap_schema($attributes);
130 if (!$add) { return false; }
135 $result = @ldap_mod_add($this->adldap->getLdapConnection(), $userDn, $add);
192 $add = $this->adldap->adldap_schema($attributes);
194 if (!$add) {
201 $result = @ldap_mod_add($this->adldap->getLdapConnection(), $userDn,$add);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php113 $v = $this->d->multiply($y2)->add($this->one);
130 $exp = $this->getModulo()->add(new BigInteger(3));
269 $h = $a->add($b);
270 $temp = $x1->add($y1);
273 $f = $c->add($g);
318 $b = $y1->add($x1)->multiply($y2->add($x2));
323 $g = $d->add($c);
324 $h = $b->add($a);
H A DEd448.php78 $exp = $this->getModulo()->add(new BigInteger(1));
209 $b = $x1->add($y1);
213 $e = $c->add($d);
264 $g = $b->add($e);
265 $h = $x1->add($y1)->multiply($x2->add($y2));
/dokuwiki/lib/scripts/
H A Ddelay.js22 add: function (func, timeout) { method
57 this.timer = timer.add(function () { _this.exec.call(_this); },
H A Dpage.js36 $highlight = $highlight.add($tgt);
41 $highlight = $highlight.add($tgt);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php166 public function add(self $x) function in phpseclib3\\Math\\PrimeField\\Integer
171 $temp->value = $this->value->add($x->value);
191 $temp->value = $temp->value->add(static::$modulo[$this->instanceID]);
253 for ($z = $one; !$z->equals(static::$modulo[$this->instanceID]); $z = $z->add($one)) {
263 list($temp) = $q->add($one)->divide($two);
267 for ($i = clone $one; $i->compare($m) < 0; $i = $i->add($one)) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php934 $y = $k->multiply($y)->add($marker);
935 $y = $k->multiply($y)->add($m->subtract($offset));
937 $y = $k->multiply($y)->add($m);
963 $y = $y->add($m_i->multiply($k_i));
1578 $w[$i] = $w[$i]->add($s0);
1579 $w[$i] = $w[$i]->add($w[$i - 7]);
1580 $w[$i] = $w[$i]->add($s1);
1609 $t2 = $s0->add($maj);
1623 $t1 = $h->add($s1);
1624 $t1 = $t1->add($ch);
[all …]
/dokuwiki/lib/plugins/acl/lang/en/
H A Dhelp.txt3 On this page you can add and remove permissions for namespaces and pages in your wiki.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php158 $temp = $this->add(new static('-1'));
181 $temp = $this->add(new static('-1'));
250 $temp = $comparison < 0 ? $this->add(new static(1)) : $this;
329 $x = $x->compare(static::$zero[static::class]) < 0 ? $x->add($n) : $x;
564 $result = static::FAST_BITWISE ? $left->bitwise_or($right) : $left->add($right);
858 $random = $random->add(new static(Random::string(1), 256));
865 return $random->add($min);
899 $x = $x->add(static::$two[static::class]);
1065 … $g = $g->add($step); // we start at lower bound + step , basically in the middle of our interval
1075 $g = $g->add($step);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DMontgomery.php84 $result = $result->add($temp);
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dpagetools.less45 /* add transparent border to prevent jumping when proper border is added on hover */
58 … /* add transparent border to prevent jumping when proper border is added on focus */
/dokuwiki/inc/Action/
H A DSubscribe.php90 $ok = $subManager->add($target, $INPUT->server->str('REMOTE_USER'), $style);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php116 $m = $m_i[2]->add($h->multiply($this->primes[2]));
128 $m = $m->add($r->multiply($h));
147 $m = $m_i[2]->add($h->multiply($this->primes[2]));
159 $m = $m->add($r->multiply($h));
/dokuwiki/inc/
H A DDifferenceEngine.php198 $add = array();
200 $add[] = $to_lines[$yi++];
202 if ($delete && $add)
203 $edits[] = new _DiffOp_Change($delete, $add);
206 elseif ($add)
207 $edits[] = new _DiffOp_Add($add);
1216 $add = $diff->closing();
1219 $aline = array_shift($add);
1222 $this->_addedLines($add,true); # If any leftovers
1303 $add = $diff->inline();
[all …]

123