Home
last modified time | relevance | path

Searched refs:p1 (Results 1 – 25 of 80) sorted by relevance

1234

/plugin/magnifier/
H A Dsyntax.php42 $p1 = Doku_Handler_Parse_Media($orig);
43 return array(trim($id), $w, $h, $orig, $p1);
49 list($id, $w, $h, $orig, $p1) = $data;
72 if ($p1['width']) $p['width'] = $p1['width'];
73 if ($p1['height']) $p['height'] = $p1['height'];
74 … if ($p1['title'] && !$p['title']) { $p['title'] = $p1['title']; $p['alt'] = $p1['title']; }
75 if ($p1['align']) $p['class'] .= ' media' . $p1['align'];
/plugin/popupviewer/syntax/
H A Dviewer.php68 $p1 = Doku_Handler_Parse_Media($orig);
69 return array($id, $name, $title, $w, $h, $orig, $close, null, $keepOpen, $exists, $p1);
77 … list($id, $name, $title, $w, $h, $orig, $close, $isImageMap, $keepOpen, $exists, $p1) = $data;
98 if ($p1['width']) $p['width'] = $p1['width'];
99 if ($p1['height']) $p['height'] = $p1['height'];
100 … if ($p1['title'] && !$p['title']) { $p['title'] = $p1['title']; $p['alt'] = $p1['title']; }
101 if ($p1['align']) $p['class'] .= ' media' . $p1['align'];
106 …tle ? $title : ($p1['title'] ? $p1['title'] : $id) ), ' popupimage' . ($p1['align'] ? ' media' . $
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php81 function pfc_RelativePath($p1, $p2) argument
83 if (is_file($p1)) $p1 = dirname($p1);
86 $p1 = realpath(cleanPath($p1));
91 while( $p1 != "" &&
92 $p1 != "/" && // for unix root dir
94 strpos($p2, $p1) !== 0)
97 $p1 = dirname($p1);
100 $p2 = str_replace("\\","/",substr($p2, strlen($p1)+1, strlen($p2)-strlen($p1)));
102 if ($p1 === "/" || $p1 === "") {
103 $p2 = substr($p2, strlen($p1));
[all …]
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A Dinet6.php158 $p1 = '0x' . substr($addr, 0, 16);
160 $p1 = gmp_init($p1);
162 $result = array(gmp_strval($p1), gmp_strval($p2));
179 $p1 = gmp_strval(gmp_init($val[0]), 16);
181 while (strlen($p1) < 16) $p1 = '0' . $p1;
183 $addr = $p1 . $p2;
/plugin/sketchcanvas/phplib/
H A Dimage.php239 $p1 = cubicBezierPoint($a, $c, $d, $b, $t / $divs);
240 imageline($im, $a0[0], $a0[1], $p1[0], $p1[1], $color);
241 $a0 = $p1;
260 $p1 = $pts[0]; 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[
303 $p1 = quadraticBezierPoint($pts[0], $pts[1], $pts[2], $t / $divs); global() variable
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DMontgomery.php225 $p1 = [$this->one, $this->zero];
235 list($p2, $p1) = $this->doubleAndAddPoint($p2, $p1, $x);
237 list($p1, $p2) = $this->doubleAndAddPoint($p1, $p2, $x);
241 return $alreadyInternal ? $p1 : $this->convertToAffine($p1);
H A DBase.php229 $p1 = $this->convertToInternal($points[0]);
231 $p1 = $this->multiplyPoint($p1, $scalars[0]);
233 $r = $this->addPoint($p1, $p2);
H A DBinary.php200 $p1 = $this->a->multiply($g);
203 $x3 = $p1->add($p2)->add($p3);
219 $p1 = $this->a->multiply($z3->multiply($z3));
222 $x3 = $p1->add($p2)->add($p3);
257 $p1 = $a->add($y1)->add($z3)->multiply($this->b);
259 $y3 = $p1->add($p2);
268 $p1 = $b->multiply($z3);
270 $y3 = $p1->add($p2);
H A DKoblitzPrime.php126 $p1 = $c1->multiply($v1['a']);
131 $k1 = $k->subtract($p1)->subtract($p2);
/plugin/diagramsnet/lib/math/extensions/TeX/mhchem3/
H A Dmhchem.js73 "~H":function(t,n,e){return{l:e,p1:n}},
74 "~I":function(t,n,e){return{l:e,p1:n[0],p2:n[1]}},
76 rm:function(t,n){return{l:"rm",p1:n||""}},
150 "%m":function(t,n){return{l:"%m",p1:x.go(n,"o")}},
151 "~n":function(t,n){var e=n.replace(/\s*$/,"");return e!==n&&0===t["@@"]?{l:"~k",p1:e}:{l:"~l",p1:e}…
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])}},
205 "%m":function(t,n){return{l:"%H",p1:x.go(n,"o")}},
[all …]
/plugin/katex/_assets/contrib/
H A Dmhchem.min.js1p1:e}},"insert+p1+p2":function(t,e,n){return{type_:n,p1:e[0],p2:e[1]}},copy:function(t,e){return e… property in a.stateMachines.text.actions.output.e
/plugin/autolink4/syntax/
H A Dallwords.php181 * @param string $p1 - One page.
185 function _isSamePage($p1, $p2) {
186 return preg_replace('/#.*/', '', $p1) == preg_replace('/#.*/', '', $p2);
189 _isSamePage($p1, $p2) global() argument
H A Dregex.php123 * @param string $p1 - One page.
127 function _isSamePage($p1, $p2) {
128 return $p1 == $p2;
183 _isSamePage($p1, $p2) global() argument
/plugin/diagramsnet/lib/js/diagramly/
H A DDistanceGuides.js243 var createEqGuide = function(p1, p2, curGuide, isVer) argument
260 points.push(new mxPoint(p1.x - dx, p1.y - dy));
261 points.push(new mxPoint(p1.x + dx, p1.y + dy));
262 points.push(p1);
351 var p1 = hPoints[i];
353 var guideEq = createEqGuide(p1, p2, curArr != null ? curArr[i/2] : null);
425 var p1 = vPoints[i];
427 var guideEq = createEqGuide(p1, p2, curArr != null ? curArr[i/2] : null, true);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php37 protected $p1 = false; variable in phpseclib3\\Crypt\\Salsa20
224 $this->p1 = substr($constant, 0, 4) .
333 $block ^= static::salsa20($this->p1 . pack('V', $i++) . $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);
395 … $block ^= static::salsa20($this->p1 . pack('V', $buffer['counter']++) . $this->p2);
/plugin/fastwiki/
H A Dpagecache.js10 var m_p1Queue = []; // Priority 1 queue. These can only be bumped by other p1 pages.
21 // @param {Boolean} p1 - Pages the user actually visited are stored longer than preloads.
22 this.add = function(id, data, p1) { argument
23 if (p1)
/plugin/chessdiagram/toolbar/
H A Denglish.diff6 … chessboard from FEN and alternative one character for each piece 8x8\n7k/6p1/3r1pPp/pp2pP2/2p1P1R…
H A Dgerman.diff6 …t FEN (nur das Diagramm!) oder alternativ ein Buchstabe pro Figur 8x8\n7k/6p1/3r1pPp/pp2pP2/2p1P1R…
/plugin/openlayersmap/
H A DStaticMap.php683 $p1 = $extRing->geometryN($i);
685 ($this->width / 2) - $this->tileSize * ($this->centerX - $this->lonToTile($p1->x(), $this->zoom))
688 ($this->height / 2) - $this->tileSize * ($this->centerY - $this->latToTile($p1->y(), $this->zoom))
711 $p1 = $line->geometryN($p);
715 ($this->width / 2) - $this->tileSize * ($this->centerX - $this->lonToTile($p1->x(), $this->zoom))
718 ($this->height / 2) - $this->tileSize * ($this->centerY - $this->latToTile($p1->y(), $this->zoom))
/plugin/avatar/parts/
H A Dmonsterparts.xcf627 p3 p1 p1 p1 p0p/p/p.p.p-p-p-p,p,p,p,p,p,p+p+p+p+p+p*p*p*p*p*p*p*p*p*p+p+p+p+p8�5 �4
650 #, #+ #+ #* #* #) #) #)#(#(#'#'#'#'#'#'#'#'#'#'#'#&#&#'#'#'@�p5p4p3p2p1p1p0p0p/p.p. p- p-
718 p, p-p.p/p0p1p3�p��'�'�'�'�(�(�( �) �) �) �) �) �* �* �+ �+
/plugin/ckgedit/
H A Dscript.js45 function(match, p1, p2) { argument
47 if(p1.match(/msword/) ) {
65 …_HTML_BLOCK~~\s*(<\/p>)*([\s\S]+)~~CLOSE_HTML_BLOCK~~\s*(<\/p>)*/gm, function(match,p,p1,text,p2) { argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php362 $p1 = ($b * 0x0802) & 0x22110;
365 (($p1 | $p2) * 0x10101) >> 16
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js332 var p1 = this.GetParents( node1 ) ;
335 for ( var i = 0 ; i < p1.length ; i++ )
337 if ( p1[i] == p2[i] )
338 retval.push( p1[i] ) ;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme.js106 var p1 = { class in wobble
116 return 'C' + p1.x.toFixed(1) + ',' + p1.y.toFixed(1) + // start control point
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js2387 p1.y = next.y;
2391 p1.x = next.x;
2460 p1.y = next.y;
2464 p1.x = next.x;
2537 p1.y = next.y;
2541 p1.x = next.x;
2602 p1.y = next.y;
5589 var dx = (start) ? p1.x - p0.x : p1.x - p0.x;
5590 var dy = (start) ? p1.y - p0.y : p1.y - p0.y;
5607 var dx = (start) ? p1.x - p0.x : p1.x - p0.x;
[all …]

1234