Home
last modified time | relevance | path

Searched refs:p2 (Results 1 – 25 of 65) sorted by last modified time

123

/plugin/mermaid/
H A Dmermaid.min.js[all...]
/plugin/openlayersmap/
H A DStaticMap.php712 $p2 = $line->geometryN($p + 1);
721 ($this->width / 2) - $this->tileSize * ($this->centerX - $this->lonToTile($p2->x(), $this->zoom))
724 ($this->height / 2) - $this->tileSize * ($this->centerY - $this->latToTile($p2->y(), $this->zoom))
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js46747 var p2 = c2.mul(v2.a);
46751 var k1 = k.sub(p1).sub(p2);
46973 Point.prototype.mulAdd = function mulAdd(k1, p2, k2) {
46974 var points = [this, p2];
46979 Point.prototype.jmulAdd = function jmulAdd(k1, p2, k2) {
46980 var points = [this, p2];
/plugin/katex/_assets/contrib/
H A Dmhchem.min.js1p2:e[1]}},copy:function(t,e){return e},rm:function(t,e){return{type_:"rm",p1:e||""}},text:function…
/plugin/edittable/lib/
H A Dhandsontable.full.js4277 value: function run(context, key, p1, p2, p3, p4, p5, p6) {
4291 var res = globalHandlers[index].call(context, p1, p2, p3, p4, p5, p6);
4315 var _res = localHandlers[_index].call(context, p1, p2, p3, p4, p5, p6);
7855 …place('\\', '').replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g, function (matched, p1, p2, p3, p4) {
7856 return p1 || p2 || p3 || p4;
17424 this.runHooks = function (key, p1, p2, p3, p4, p5, p6) {
17425 return _pluginHooks2.default.getSingleton().run(instance, key, p1, p2, p3, p4, p5, p6);
/plugin/ckgedit/
H A Dscript.js45 function(match, p1, p2) { argument
51 if(p2.length > 2500000 && !skip ) {
52 …).append('<input type="hidden" id="broken_image" name="broken_image" value="' + p2.length +'" />');
65 …_HTML_BLOCK~~\s*(<\/p>)*([\s\S]+)~~CLOSE_HTML_BLOCK~~\s*(<\/p>)*/gm, function(match,p,p1,text,p2) { argument
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js683 …place('\\', '').replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g, function (matched, p1, p2, p3, p4) { argument
684 return p1 || p2 || p3 || p4;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php363 $p2 = ($b * 0x8020) & 0x88440;
365 (($p1 | $p2) * 0x10101) >> 16
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php267 $this->p2 = $this->nonce;
269 $this->p2 = "\0\0\0\0" . $this->p2;
H A DSalsa20.php44 protected $p2 = false; variable in phpseclib3\\Crypt\\Salsa20
229 $this->p2 = substr($constant, 8, 4) .
321 $iv = pack('V', $this->counter) . $this->p2;
333 $block ^= static::salsa20($this->p1 . pack('V', $i++) . $this->p2);
358 $iv = pack('V', $buffer['counter']) . $this->p2;
373 … $block ^= static::salsa20($this->p1 . pack('V', $buffer['counter']++) . $this->p2);
377 $temp = static::salsa20($this->p1 . pack('V', $buffer['counter']++) . $this->p2);
383 $iv = pack('V', $buffer['counter']) . $this->p2;
395 … $block ^= static::salsa20($this->p1 . pack('V', $buffer['counter']++) . $this->p2);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php230 $p2 = $this->convertToInternal($points[1]);
232 $p2 = $this->multiplyPoint($p2, $scalars[1]);
233 $r = $this->addPoint($p1, $p2);
H A DBinary.php201 $p2 = $f->multiply($i);
203 $x3 = $p1->add($p2)->add($p3);
220 $p2 = $f->multiply($i);
222 $x3 = $p1->add($p2)->add($p3);
258 $p2 = $a->add($y1)->multiply($b);
259 $y3 = $p1->add($p2);
269 $p2 = $a->add($y1->multiply($z1))->add($z3)->multiply($x3);
270 $y3 = $p1->add($p2);
H A DKoblitzPrime.php127 $p2 = $c2->multiply($v2['a']);
131 $k1 = $k->subtract($p1)->subtract($p2);
H A DMontgomery.php227 $p2 = $this->convertToInternal($p);
235 list($p2, $p1) = $this->doubleAndAddPoint($p2, $p1, $x);
237 list($p1, $p2) = $this->doubleAndAddPoint($p1, $p2, $x);
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js3408 function base3(t, p1, p2, p3, p4) { argument
3411 return t * t2 - 3 * p1 + 3 * p2;
23474 function getAngle(p1, p2, props) { argument
41827 function getDistance$1(p1, p2) { argument
41828 return Math.sqrt(Math.pow(p1.x - p2.x, 2) + Math.pow(p1.y - p2.y, 2));
42008 function getDistance(p1, p2) {
42009 return sqrt(sq(p1.x - p2.x) + sq(p1.y - p2.y));
42196 function mid$1(p1, p2) { argument
42199 x: (p1.x + p2.x) / 2,
42200 y: (p1.y + p2.y) / 2
[all …]
/plugin/popupviewer/syntax/
H A Dviewer.php103 $p2 = buildAttributes($p);
104 … $name = '<img src="' . ml($id, array( 'w' => $p['width'], 'h' => $p['height'] ) ) . '" '.$p2.'/>';
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A Dinet6.php159 $p2 = '0x' . substr($addr, 16);
161 $p2 = gmp_init($p2);
162 $result = array(gmp_strval($p1), gmp_strval($p2));
180 $p2 = gmp_strval(gmp_init($val[1]), 16);
182 while (strlen($p2) < 16) $p2 = '0' . $p2;
183 $addr = $p1 . $p2;
/plugin/strata/
H A Dmanual.txt431 Person 2: ?p2
441 ?p2 is a: person
442 ?p1 ?r: ?p2
459 Person 2: ?p2
466 ?p2 is a: person
467 ?p1 ?r: ?p2
476 Person 2: ?p2
488 ?p2 is a: person
489 ?p1 ?r: ?p2
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js6578 var p2 = pts2[j];
6584 mxUtils.ptSegDistSq(p2.x, p2.y, pn.x, pn.y,
6592 var pt = mxUtils.intersection(p0.x, p0.y, p1.x, p1.y, p2.x, p2.y, p3.x, p3.y);
6599 (Math.abs(pt.x - p2.x) > thresh ||
6600 Math.abs(pt.y - p2.y) > thresh) &&
H A DEditor.js1078 var p2 = document.createElement('div');
1079 p2.style.lineHeight = '1.2em';
1080 p2.style.padding = '6px';
1081 p2.innerHTML = message;
1082 div.appendChild(p2);
/plugin/diagramsnet/lib/math/extensions/TeX/mhchem3/
H A Dmhchem.js74 "~I":function(t,n,e){return{l:e,p1:n[0],p2:n[1]}},
84 …-z]\$|[a-z])?$/);return a[1]=a[1].replace(/\$/g,""),e.push({l:"~C",p1:a[1],p2:a[2]}),a[3]&&(a[3]=a…
154 "~E":function(t,n){return{l:"~D",p1:x.go(n[0]),p2:x.go(n[1])}},
155 "~U":function(t,n){return{l:"~T",p1:x.go(n[0]),p2:x.go(n[1])}},
156 "%v":function(t,n){return{l:"%u",p1:x.go(n[0]),p2:x.go(n[1])}},
157 "%t":function(t,n){return{l:"%s",p1:x.go(n[0]),p2:x.go(n[1])}},
261 …}F");var o={d:x.go(t.d,"pu"),q:x.go(t.q,"pu")};"//"===t.o?n={l:"%P",p1:o.d,p2:o.q}:(1<(n=o.d).leng…
282p2+"}";n="\\mathchoice{\\textstyle"+a+"}{"+a+"}{"+a+"}{"+a+"}";break;case"%P":var o="\\frac{"+u.j(…
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js54 …(null!=C.n1){var z;var E=x[C.p2].x,P=x[C.p2].y,H=g,M=n,W=new Xb(x[C.p1].x/g,x[C.p1].y/n,C.n1.x/g,C…
55 …else D=x[C.p2].x,B=x[C.p2].y,D=100*D/g,B=100*B/n,D=Math.round(100*D)/100,B=Math.round(100*B)/100,e…
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js5520 var p2 = document.createElement('p');
5521 p2.style.marginTop = '14px';
5522 p2.appendChild(cb);
5526 p2.appendChild(span);
5534 div.appendChild(p2);
7756 var p2 = document.createElement('p');
7757 p2.style.marginTop = '20px';
7758 p2.appendChild(cb);
7761 p2.appendChild(span);
7762 div.appendChild(p2);
H A DEditorUi.js15804 p2.style.padding = '6px';
15805 p2.style.overflow = 'auto';
15806 p2.style.maxHeight = maxHeight + 'px';
15807 p2.style.lineHeight = '1.2em';
15809 mxUtils.write(p2, message);
15810 div.appendChild(p2);
15890 p2.style.marginTop = '20px';
15891 p2.style.marginBottom = '0px';
15892 p2.appendChild(cb);
15895 p2.appendChild(span);
[all …]

123