/plugin/quickstats/scripts/php-inet6_1.0.2/ |
H A D | inet6.php | 159 $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/freechat/phpfreechat/src/ |
H A D | pfctools.php | 81 function pfc_RelativePath($p1, $p2) argument 84 if (is_file($p2)) $p2 = dirname($p2); 87 $p2 = realpath(cleanPath($p2)); 94 strpos($p2, $p1) !== 0) 100 $p2 = str_replace("\\","/",substr($p2, strlen($p1)+1, strlen($p2)-strlen($p1))); 103 $p2 = substr($p2, strlen($p1)); 105 $p2 = substr($p2, strlen($p1)+1); 108 $res .= $p2;
|
H A D | pfccommand.class.php | 303 foreach( $res2[1] as $p2 ) 305 $p2[1] += $p[1]; 306 $params_res[] = $p2;
|
/plugin/sketchcanvas/phplib/ |
H A D | image.php | 261 $p2 = $pts[1];
variable 266 imagerectangle($im, $p1[0], $p1[1], $p2[0], $p2[1], $c);
268 imagefilledrectangle($im, $p1[0], $p1[1], $p2[0], $p2[1], $c);
270 imageellipse($im, ($p1[0] + $p2[0]) / 2, ($p1[1] + $p2[1]) / 2, abs($p2[0] - $p1[0]), abs($p2[1] - $p1[1]), $c);
272 imagefilledellipse($im, ($p1[0] + $p2[ [all...] |
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | Salsa20.php | 44 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 D | Base.php | 230 $p2 = $this->convertToInternal($points[1]); 232 $p2 = $this->multiplyPoint($p2, $scalars[1]); 233 $r = $this->addPoint($p1, $p2);
|
H A D | Binary.php | 201 $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 D | Montgomery.php | 227 $p2 = $this->convertToInternal($p); 235 list($p2, $p1) = $this->doubleAndAddPoint($p2, $p1, $x); 237 list($p1, $p2) = $this->doubleAndAddPoint($p1, $p2, $x);
|
H A D | KoblitzPrime.php | 127 $p2 = $c2->multiply($v2['a']); 131 $k1 = $k->subtract($p1)->subtract($p2);
|
/plugin/autolink4/syntax/ |
H A D | allwords.php | 182 * @param string $p2 - Another page. 185 function _isSamePage($p1, $p2) { 186 return preg_replace('/#.*/', '', $p1) == preg_replace('/#.*/', '', $p2); 189 _isSamePage($p1, $p2) global() argument
|
H A D | regex.php | 125 * @param string $p2 - Another page. 128 function _isSamePage($p1, $p2) { 129 return $p1 == $p2; 183 _isSamePage($p1, $p2) global() argument
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DistanceGuides.js | 243 var createEqGuide = function(p1, p2, curGuide, isVer) argument 263 points.push(p2); 264 points.push(new mxPoint(p2.x - dx, p2.y - dy)); 265 points.push(new mxPoint(p2.x + dx, p2.y + dy)); 352 var p2 = hPoints[i+1]; 353 var guideEq = createEqGuide(p1, p2, curArr != null ? curArr[i/2] : null); 426 var p2 = vPoints[i+1]; 427 var guideEq = createEqGuide(p1, p2, curArr != null ? curArr[i/2] : null, true);
|
/plugin/magnifier/ |
H A D | syntax.php | 77 $p2 = buildAttributes($p); 78 …->doc .= '<img src="' . ml($id, array( 'w' => $p['width'], 'h' => $p['height'] ) ) . '" '.$p2.'/>';
|
/plugin/ckgedit/ |
H A D | script.js | 45 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/diagramsnet/lib/math/extensions/TeX/mhchem3/ |
H A D | mhchem.js | 74 "~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… 282 …p2+"}";n="\\mathchoice{\\textstyle"+a+"}{"+a+"}{"+a+"}{"+a+"}";break;case"%P":var o="\\frac{"+u.j(…
|
/plugin/katex/_assets/contrib/ |
H A D | mhchem.min.js | 1 …p2:e[1]}},copy:function(t,e){return e},rm:function(t,e){return{type_:"rm",p1:e||""}},text:function…
|
/plugin/popupviewer/syntax/ |
H A D | viewer.php | 103 $p2 = buildAttributes($p); 104 … $name = '<img src="' . ml($id, array( 'w' => $p['width'], 'h' => $p['height'] ) ) . '" '.$p2.'/>';
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/ |
H A D | Strings.php | 363 $p2 = ($b * 0x8020) & 0x88440; 365 (($p1 | $p2) * 0x10101) >> 16
|
/plugin/sequencediagram/bower_components/raphael/dev/ |
H A D | raphael.core.js | 1323 function base3(t, p1, p2, p3, p4) { argument 1326 return t * t2 - 3 * p1 + 3 * p2; 2044 ii = mmax(p.length, p2 && p2.length || 0); 2054 ii = mmax(p.length, p2 && p2.length || 0); 2061 for (var i = 0, ii = mmax(p.length, p2 && p2.length || 0); i < ii; i++) { 2078 p2[i] && (pfirst = p2[i][0]); 2084 p2[i] = processPath(p2[i], attrs2, pcom); 2088 fixArc(p2, i); 2093 seg2 = p2 && p2[i], 2105 if (!p2) { [all …]
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/ |
H A D | theme.js | 111 var p2 = { class in wobble 117 ' ' + p2.x.toFixed(1) + ',' + p2.y.toFixed(1) + // end control point
|
/plugin/pgn4web/pgn4web/ |
H A D | tactics.pgn | 678 [FEN "5k2/5p2/1K3P2/1P4Q1/8/8/5r2/5r2 w - - 0 1"] 684 [FEN "8/8/5p2/P1kb3P/R2bp3/8/5PK1/8 b - - 0 1"] 768 [FEN "2k4r/ppp3p1/5p2/1P6/r3P3/4K3/3R2B1/3R4 w - - 0 1"] 1319 [FEN "6k1/3Q4/5p2/5P2/8/1KP5/PP4qp/2B5 w - - 0 1"] 2053 [FEN "8/8/4q3/5p2/1R5P/1pQ1p3/4k1P1/3b2K1 w - - 0 1"] 2168 [FEN "3q1k2/5p2/p5pN/1b2Q2P/8/8/5PPK/8 w - - 0 1"] 3415 [FEN "4k3/8/5KP1/5p2/5P2/8/6p1/R6r w - - 0 1"] 4160 [FEN "8/pp3p2/5p2/5p1P/1P1bk3/P5B1/2K5/8 w - - 0 1"] 4190 [FEN "1R6/8/8/5k2/5p2/7r/1p2K3/8 w - - 0 1"] 4847 [FEN "8/6p1/7p/3k1K1P/5p2/5P2/8/8 b - - 0 2"] [all …]
|
/plugin/sequencediagram/bower_components/snap.svg/dist/ |
H A D | snap.svg.js | 5520 function base3(t, p1, p2, p3, p4) { argument 5523 return t * t2 - 3 * p1 + 3 * p2; 6296 ii = mmax(p.length, p2 && p2.length || 0); 6306 ii = mmax(p.length, p2 && p2.length || 0); 6313 for (var i = 0, ii = mmax(p.length, p2 && p2.length || 0); i < ii; i++) { 6330 p2[i] && (pfirst = p2[i][0]); 6335 p2[i] = processPath(p2[i], attrs2, pcom); 6341 fixArc(p2, i); 6346 seg2 = p2 && p2[i], 6358 if (!p2) { [all …]
|
/plugin/jplayer/vendor/symfony/process/Tests/ |
H A D | ProcessTest.php | 1369 $p2 = $this->getProcessForCode('stream_copy_to_stream(STDIN, STDOUT);'); 1370 $p2->setInput($p1); 1373 $p2->run(); 1377 $this->assertSame('', $p2->getErrorOutput()); 1378 $this->assertSame('456', $p2->getOutput());
|
/plugin/strata/ |
H A D | manual.txt | 431 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/openlayersmap/ |
H A D | StaticMap.php | 712 $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))
|