Home
last modified time | relevance | path

Searched refs:x (Results 76 – 100 of 1696) sorted by relevance

12345678910>>...68

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DSearchMvt.php33 protected $x; variable in Elasticsearch\\Endpoints\\SearchMvt
41 $x = $this->x ?? null;
44 if (isset($index) && isset($field) && isset($zoom) && isset($x) && isset($y)) {
45 return "/$index/_mvt/$field/$zoom/$x/$y";
96 public function setX($x): SearchMvt argument
98 if (isset($x) !== true) {
101 $this->x = $x;
/plugin/captcha/
H A DEasySVG.php146 $this->font->horizAdvX = $z->getAttribute('horiz-adv-x');
163 $this->font->glyphs[$unicode]->horizAdvX = $z->getAttribute('horiz-adv-x');
198 * @param float $x
203 public function addText($text, $x = 0, $y = 0, $attributes = [])
207 if ($x != 0 || $y != 0) {
208 $def = $this->defTranslate($def, $x, $y);
343 * @param float $x
347 public function defTranslate($def, $x = 0, $y = 0)
349 return $this->defApplyMatrix($def, [1, 0, 0, 1, $x, $y]);
356 * @param integer $x
204 addText($text, $x = 0, $y = 0, $attributes = array()) global() argument
348 defTranslate($def, $x = 0, $y = 0) global() argument
361 defRotate($def, $angle, $x = 0, $y = 0) global() argument
382 defScale($def, $x = 1, $y = 1) global() argument
[all...]
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DSchool_Building.svg1x{fill:#1e567d}.y{fill:#276e9f}.z{fill:#215880}.AA{fill:#1c4f73}.AB{fill:#d6dee6}.AC{fill:#276b9c}…
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js439 this.ctx.moveTo(x, y);
440 this.lastMoveX = x;
446 this.ctx.lineTo(x, y);
447 this.lastMoveX = x;
483 this.moveTo(x, y);
495 this.quadTo(x + w, y, x + w, y + dy);
497 this.quadTo(x + w, y + h, x + w - dx, y + h);
499 this.quadTo(x, y + h, x, y + h - dy);
501 this.quadTo(x, y, x + dx, y);
550 x += x0;
[all …]
/plugin/autolink2/
H A Daction.php34 $x=$event->data;
35 if (substr($x,0,14)=='~~noautolink~~') {
36 $event->data = substr($x,14);
42 $replaced = preg_replace($pattern,$replace,$x);
43 $x=$replaced;
44 $event->data = $x;
51 $x=$event->data[0][1];
57 if (empty($x)) {
/plugin/dokucrypt2/
H A Dsyntax.php76 if (($x=strpos($match, "LOCK="))!==false) {
77 $x+=strlen("LOCK=");
78 if (($end=strpos($match, " ", $x))!==false) {
79 $len=$end-$x;
83 $attr["lock"]=substr($match, $x, $len);
85 if (($x=strpos($match, "COLLAPSED="))!==false) {
86 $x+=strlen("COLLAPSED=");
87 if (($end=strpos($match, " ", $x))!==false) {
88 $len=$end-$x;
92 $attr["collapsed"]=substr($match, $x, $len);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.list-item.php106 $x = $this->get_left();
113 $x += $this->get_marker_box_width();
116 $x = $child->get_left();
129 $this->mb_image($viewport, $x, $y);
138 $this->mb_disc($viewport, $x, $y);
141 $this->mb_circle($viewport, $x, $y);
174 function mb_string(&$viewport, $x, $y) { argument
181 function mb_disc(&$viewport, $x, $y) { argument
191 function mb_circle(&$viewport, $x, $y) { argument
202 function mb_square(&$viewport, $x, $y) { argument
[all …]
H A Dcss.background.position.inc.php50 function build_value($x, $y) { argument
51 return array(CSSBackgroundPosition::build_subvalue($x),
65 $x = $matches[1];
68 $type_x = CSSBackgroundPosition::detect_type($x);
72 return CSSBackgroundPosition::build_value($x,$y);
77 return CSSBackgroundPosition::build_value($x,$y);
80 return CSSBackgroundPosition::build_value($y,$x);
91 $x = $matches[0];
92 return CSSBackgroundPosition::build_value($x,"50%");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DTwistedEdwards.php120 public function setBasePoint($x, $y) argument
123 case !$x instanceof BigInteger && !$x instanceof PrimeInteger:
132 $x instanceof BigInteger ? $this->factory->newInteger($x) : $x,
185 list($x, $y, $z) = $p;
188 $x->multiply($z),
210 list($x, $y) = $p;
211 $x2 = $x->multiply($x);
/plugin/abc2/abc-libraries/abc2svg/
H A Dpedline-1.js13 de.x=de.prev.s.x-5
14 de.val=de.s.x-de.x-5
16 de.prev.val=de.x-de.prev.x}else{de.x-=3
18 of()},out_lped:function(of,x,y,val,defl){if(!this.cfmt().pedline){of(x,y,val,defl) argument
20 this.xypath(x,
[all...]
H A Dpsvg-1.js67 Ps.step()})};Sd[".minv"]=function(){var M=Os.pop();var a=M[0];var b=M[1];var d=M[2];var e=M[3];var g=M[4];var h=M[5];Os.push([e,b,d,a,d*h-e*g,b*g-a*h])};Sd[".mmul"]=function(){var B=Os.pop();var A=Os.pop();var a=A[0];var b=A[1];var d=A[2];var e=A[3];var g=A[4];var h=A[5];var r=B[0];var s=B[1];var u=B[2];var v=B[3];var x=B[4];var y=B[5];Os.push([a*r+b*u,a*s+b*v,d*r+e*u,d*s+e*v,g*r+h*u+x,g*s+h*v+y])};Sd[".xy"]=function(){var M=Os.pop();var Y=Os.pop();var X=Os.pop();Os.push(M[0]*X+M[2]*Y+M[4]);Os.push(M[1]*X+M[3]*Y+M[5])};Sd[".rgb"]=function(){var B=Os.pop();var G=Os.pop();var R=Os.pop();Os.push("rgb("+R+","+G+","+B+")")};Sd[".rgba"]=function(){var A=Os.pop();var B=Os.pop();var G=Os.pop();var R=Os.pop();Os.push("rgba("+R+","+G+","+B+","+A+")")};function parse(){var T=arguments;if(T.length)
78 if(gcur.rotate){if(gcur.xoffs||gcur.yoffs){var x,xtmp=gcur.xoffs,y=gcur.yoffs,_sin=gcur.sin,_cos=gcur.cos;x=xtmp*_cos-y*_sin;y=xtmp*_sin+y*_cos;svgbuf+=" translate("+x.toFixed(1)+","+
114 Psvg.prototype.strw=strw;function arc(x,y,r,a1,a2,arcn){var x1,y1,x2,y2 argument
118 a2-=360;x1=x+r*Math.cos(a1*Math.PI/180);y1=y+r*Math.sin(a1*Math.PI/180)
126 if(a1==a2){a2=180-a1;x2=x+r*Math.cos(a2*Math.PI/180);y2=y+r*Math.sin(a2*Math.PI/180);path+='a'+r.toFixed(2)+' '+r.toFixed(2)+' 0 0 '+
133 (y2-y1).toFixed(2)+'\n';gcur.cx=x1;gcur.cy=y1}else{x2=x+r*Math.cos(a2*Math.PI/180);y2=y+r*Math.sin(a2*Math.PI/180);path+='a'+r.toFixed(2)+' '+r.toFixed(2)+' 0 0 '+
138 Psvg.prototype.arcn=function(x, argument
143 curveto(x1,y1,x2,y2,x,y) global() argument
151 lineto(x,y) global() argument
159 moveto(x,y) global() argument
163 rcurveto(x1,y1,x2,y2,x,y) global() argument
167 rlineto(x,y) global() argument
175 rmoveto(x,y) global() argument
221 translate(x,y) global() argument
222 arp(val,x,y) global() argument
223 ltr(val,x,y) global() argument
224 xygl(x,y,gl) global() argument
225 xygls(str,x,y,gl) global() argument
226 xyglv(val,x,y,gl) global() argument
237 pscall(f,x,y,script) global() argument
240 psdeco(f,x,y,de) global() argument
255 psxygl(x,y,gl) global() argument
260 svgcall(f,x,y,v1,v2) global() argument
387 psdeco(of,f,x,y,de) global() argument
389 psxygl(of,x,y,gl) global() argument
[all...]
/plugin/photogallery/phpThumb/
H A Dphpthumb.unsharp.php97 for ($x = 0; $x < $w-1; $x++) { // each row
100 $rgbOrig = imagecolorat($img, $x, $y);
105 $rgbBlur = imagecolorat($imgBlur, $x, $y);
119 imagesetpixel($img, $x, $y, $pixCol);
124 for ($x = 0; $x < $w; $x++) { // each row
126 $rgbOrig = imagecolorat($img, $x, $y);
131 $rgbBlur = imagecolorat($imgBlur, $x, $y);
141 imagesetpixel($img, $x, $y, $rgbNew);
/plugin/fastwiki/
H A Dpagecache.js87 for (var x=0; x<Math.ceil(idsA.length / batchSize); x++) {
88 var sublist = idsA.slice(x*batchSize, (x+1)*batchSize);
117 for (var x=0; x<Math.min(4, requests.length); x++)
135 for (var x=0; x<queu
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php261 * @param string $x
264 public static function bits2bin($x) argument
281 $length = strlen($x);
288 $x = str_repeat('0', $pad) . $x;
308 * @param string $x
321 $len = strlen($x);
324 $x = str_pad($x, $len + PHP_INT_SIZE - $mod, "\0", STR_PAD_LEFT);
329 $digits = unpack('N*', $x);
334 $digits = unpack('J*', $x);
347 * @param string $x
[all …]
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php378 $x .= '<methodCall>';
382 $x .= '<member>';
384 $x .= '<value>';
386 $x .= '<array><data>';
388 $x .= '<value>';
390 $x .= '</value>';
392 $x .= '</data></array>';
396 $x .= '</value>';
397 $x .= '</member>';
400 $x .= '</methodCall>';
[all …]
/plugin/advrack/
H A Dscript.js20 Raphael.fn.roundedRectangle = function (x, y, w, h, r1, r2, r3, r4){ argument
22 array = array.concat(["M",x,r1+y, "Q",x,y, x+r1,y]); //A
23 array = array.concat(["L",x+w-r2,y, "Q",x+w,y, x+w,y+r2]); //B
24 array = array.concat(["L",x+w,y+h-r3, "Q",x+w,y+h, x+w-r3,y+h]); //C
25 array = array.concat(["L",x+r4,y+h, "Q",x,y+h, x,y+h-r4, "Z"]); //D
108 …var server_block = paper.rect(boundaries.x, boundaries.y + ((equipment['index']-1) * 4.445 * drawi…
137 …var cage_block = paper.rect(boundaries.x, boundaries.y + ((equipment['index']-1) * 4.445 * drawing…
165 …deck_block = paper.roundedRectangle(boundaries.x, boundaries.y + previous_deck_height, boundaries.…
169 …deck_block = paper.roundedRectangle(boundaries.x, boundaries.y + previous_deck_height, boundaries.…
173 …deck_block = paper.roundedRectangle(boundaries.x, boundaries.y + previous_deck_height, boundaries.…
[all …]
/plugin/register/
H A Dregister.php138 $this->enlarge($x + 1, $y + 1);
248 $x = 0;
320 $im->line($x, $y-$bitdim*0.2, $x, $y+$bitdim*1.2);
321 $im->line($x+1, $y-$bitdim*0.2, $x+1, $y+$bitdim*1.2);
325 $im->rect($x, $y, $x+$bitdim, $y+$bitdim, $bc, "fill");
326 $im->rect($x, $y, $x+$bitdim, $y+$bitdim, $im->black);
329 $im->line($x+$bitdim, $y-$bitdim*0.2, $x+$bitdim, $y+$bitdim*1.2);
330 $im->line($x+$bitdim+1, $y-$bitdim*0.2, $x+$bitdim+1, $y+$bitdim*1.2);
360 $x = $xmin;
402 $cx1_l = $x + $bitdim / 4;
[all …]
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js1047 (-p[0].x + 6 * p[1].x + p[2].x) / 6,
1049 (p[1].x + 6 * p[2].x - p[3].x) / 6,
1229 x: x,
1274 x: bbox.min.x,
1320 || (bbox1.x < bbox2.x2 && bbox1.x > bbox2.x || bbox2.x < bbox1.x2 && bbox2.x > bbox1.x)
2399 x: x,
2492 for (x = 0; x < 3; x++) {
2518 …return new Matrix(me.d / x, -me.b / x, -me.c / x, me.a / x, (me.c * me.f - me.d * me.e) / x, (me.b…
2571 x = x || 0;
3577 sr.x = x - so.x;
[all …]
/plugin/diagramsnet/lib/shapes/
H A DmxGmdl.js37 c.translate(x, y);
111 c.translate(x, y);
211 c.translate(x, y);
275 c.translate(x, y);
334 c.translate(x, y);
423 c.translate(x, y);
519 c.translate(x, y);
595 c.translate(x, y);
688 c.translate(x, y);
787 c.translate(x, y);
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js241 x = ((x - geo.x + s.dx) * s.scale);
279 x = (x - geo.x + s.dx) * s.scale;
284 var aWr = x / gw;
289 …ndChild(this.createRowScaled("Ellipse", this.geoStepIndex++, x + w/2, y - h/2, x, y - h/2, x + w/2…
308 this.lastMoveToX = x;
310 this.lastX = x;
315 x = (x - geo.x + s.dx) * s.scale;
335 this.lastX = x;
340 x = (x - geo.x + s.dx) * s.scale;
645 x = (x - geo.x + s.dx) * s.scale;
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php767 $x = $this->x;
802 $this->x = $x;
1025 for ($x=0; $x<$width; ++$x) {
1055 for ($x=0; $x<$width; ++$x) {
1126 for ($x=0; $x<$width; ++$x) {
1149 for ($x=0; $x<$width; ++$x) {
2415 for ($x=1; $x < $wo; ++$x) {
2423 for ($x=0; $x < $wo; ++$x) {
2529 for ($x=0; $x<6; ++$x) {
2537 for ($x=0; $x<3; ++$x) {
[all …]
/plugin/a2s/
H A DASCIIToSVG.php2286 $curPoint->x = $x;
2311 $curPoint->x = $x;
2327 $curPoint->x = $x;
2340 $curPoint->x = $x;
2353 $curPoint->x = $x;
2364 $curPoint->x = $x;
2375 $curPoint->x = $x;
2386 $curPoint->x = $x;
2409 $curPoint->x = $x;
2432 $curPoint->x = $x;
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Touch/
H A DWebDriverMoveAction.php9 private $x; variable in Facebook\\WebDriver\\Interactions\\Touch\\WebDriverMoveAction
14 * @param int $x
17 public function __construct(WebDriverTouchScreen $touch_screen, $x, $y) argument
19 $this->x = $x;
26 $this->touchScreen->move($this->x, $this->y);
H A DWebDriverDownAction.php12 private $x; variable in Facebook\\WebDriver\\Interactions\\Touch\\WebDriverDownAction
20 * @param int $x
23 public function __construct(WebDriverTouchScreen $touch_screen, $x, $y) argument
25 $this->x = $x;
32 $this->touchScreen->down($this->x, $this->y);
H A DWebDriverFlickAction.php12 private $x; variable in Facebook\\WebDriver\\Interactions\\Touch\\WebDriverFlickAction
20 * @param int $x
23 public function __construct(WebDriverTouchScreen $touch_screen, $x, $y) argument
25 $this->x = $x;
32 $this->touchScreen->flick($this->x, $this->y);

12345678910>>...68