Home
last modified time | relevance | path

Searched refs:y (Results 151 – 175 of 1365) sorted by relevance

12345678910>>...55

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.background.position.inc.php50 function build_value($x, $y) { argument
52 CSSBackgroundPosition::build_subvalue($y));
66 $y = $matches[2];
69 $type_y = CSSBackgroundPosition::detect_type($y);
72 return CSSBackgroundPosition::build_value($x,$y);
77 return CSSBackgroundPosition::build_value($x,$y);
80 return CSSBackgroundPosition::build_value($y,$x);
/plugin/diagramsnet/lib/shapes/
H A DmxLeanMap.js33 c.translate(x, y);
87 c.translate(x, y);
158 c.translate(x, y);
1872 var dy = pe.y - p0.y;
1875 p0.y = p0.y + dy * 0.05;
1877 pe.y = pe.y - dy * 0.05;
1879 dy = pe.y - p0.y;
1933 var dy = pe.y - p0.y;
1936 p0.y = p0.y + dy * 0.05;
1938 pe.y = pe.y - dy * 0.05;
[all …]
H A DmxArchiMate3.js113 c.translate(x, y);
561 c.translate(x, y);
628 c.translate(x, y);
694 c.translate(x, y);
755 c.translate(x, y);
825 c.translate(x, y);
892 c.translate(x, y);
958 c.translate(x, y);
1032 c.translate(x, y);
1103 c.translate(x, y);
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-raphael.js120 drawRect: function(x, y, w, h) { argument
121 return this.paper_.rect(x, y, w, h).attr(RECT);
131 drawText: function(x, y, text, font, align) { argument
141 y = y - bb.height / 2;
147 t = paper.print(x - bb.x, y - bb.y, text, font.obj_, font['font-size']);
149 t = paper.text(x - bb.x - bb.width / 2, y - bb.y, text);
187 drawRect: function(x, y, w, h) { argument
188 return this.paper_.path(handRect(x, y, w, h)).attr(RECT);
/plugin/diagramsnet/lib/shapes/er/
H A DmxER.js38 c.translate(x, y);
157 c.translate(x, y);
346 c.translate(x, y);
430 c.translate(x, y);
525 c.translate(x, y);
599 c.translate(x, y);
783 c.translate(x, y);
874 c.translate(x, y);
985 c.translate(x, y);
1316 var py = pe.y;
[all …]
/plugin/photogallery/phpThumb/
H A Dphpthumb.ico.php31 for ($y = $ImageHeights[$key] - 1; $y >= 0; $y--) {
33 $argb = phpthumb_functions::GetPixelColor($gd_image, $x, $y);
46 @$icANDmask[$key][$y] .= '1';
48 @$icANDmask[$key][$y] .= '0';
52 while (strlen($icANDmask[$key][$y]) % 32) {
53 $icANDmask[$key][$y] .= '0';
57 foreach ($icANDmask[$key] as $y => $scanlinemaskbits) {
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js930 wobble(x, y, x + w, y) +
931 wobble(x + w, y, x + w, y + h) +
932 wobble(x + w, y + h, x, y + h) +
933 wobble(x, y + h, x, y);
1217 this.drawLine(aX, y, bX, y, signal.linetype, signal.arrowtype);
1252 var y = box.y + margin;
1265 y += padding;
1479 y = y - bb.height / 2;
1484 t.attr({x: x - bb.x, y: y - bb.y});
1699 y = y - bb.height / 2;
[all …]
H A Dsequence-diagram-raphael.js930 wobble(x, y, x + w, y) +
931 wobble(x + w, y, x + w, y + h) +
932 wobble(x + w, y + h, x, y + h) +
933 wobble(x, y + h, x, y);
1143 var y = offsetY;
1166 var y = offsetY;
1217 this.drawLine(aX, y, bX, y, signal.linetype, signal.arrowtype);
1252 var y = box.y + margin;
1265 y += padding;
1413 y = y - bb.height / 2;
[all …]
/plugin/abc2/abc-libraries/abc2svg/
H A Djianpu-1.js55 s.a_gch=[{type:'@',font:abc.get_font("annotation"),wh:[10,10],x:-5,y:30,text:(s.k_mode+1)+"="+
93 of()},draw_symbols:function(of,p_voice){var i,m,nl,note,s,s2,x,y,C=abc2svg.C,abc=this,dot="\ue1e7",staff_tb=abc.get_staff_tb(),out_svg=abc.out_svg,out_sxsy=abc.out_sxsy,xypath=abc.xypath
96 function draw_dur(s1,y,s2,n,nl){var s,s3 argument
97 xypath(s1.x-3,y+5)
99 y-=2.5
105 draw_dur(s3,y,s,n,nl)}
109 function out_mus(x,y,p){out_svg('<text x="') argument
110 out_sxsy(x,'" y="',y)
112 function out_txt(x,y, argument
115 draw_hd(s,x,y) global() argument
[all...]
H A Dabc2svg-1.js103 function y_get(st,up,x,w){var y,p_staff=staff_tb[st],i=(x/realwidth*YSTEP)|0,j=((x+w)/realwidth*YSTEP)|0
109 if(up){y=p_staff.top[i++]
110 while(i<=j){if(y<p_staff.top[i])
111 y=p_staff.top[i];i++}}else{y=p_staff.bot[i++]
112 while(i<=j){if(y>p_staff.bot[i])
113 y=p_staff.bot[i];i++}}
114 return y}
115 function y_set(st,up,x,w,y){var p_staff=staff_tb[st],i=(x/realwidth*YSTEP)|0,j=((x+w)/realwidth*YSTEP)|0 argument
121 if(up){while(i<=j){if(p_staff.top[i]<y)
488 de={s:s,dd:dd,st:s.st,ix:a_de.length,defl:{},x:s.x,y:s.y,} global() property in draw_deco_near.create_deco.de
512 de={s:s,dd:dd,st:s.st,m:m,ix:0,defl:{},x:s.x,y:3*(note.pit-18),} global() property in draw_deco_near.create_dh.de
530 if(j==n_de){de2={s:s,st:de.st,dd:dd2,ix:a_de.length-1,x:realwidth-6,y:s.y,lden:true,defl:{noen:true}} global() property in draw_deco_near.ll_deco.de2
541 s=de2.s;de={s:prev_scut(s),st:de2.st,dd:de2.dd.dd_st,ix:a_de.length-1,y:s.y,ldst:true} global() property in draw_deco_near.ll_deco.de
751 rnd6(y) global() argument
1044 draw_acc(x,y,a) global() argument
1137 nrep_out(x,y,n) global() argument
6871 xy_str(x,y,str,action,w,wh) global() argument
6913 put_inf2r(x,y,str1,str2,action) global() argument
7168 var tgls={"mtr ":{x:0,y:0,c:"\u0020"},brace:{x:0,y:0,c:"\ue000"},lphr:{x:0,y:24,c:"\ue030"},mphr:{x:0,y:24,c:"\ue038"},sphr:{x:0,y:27,c:"\ue039"},rdots:{x:-1,y:0,c:"\ue043"}, global() property in tgls.ltr
7276 out_XYAB(str,x,y,a,b) global() argument
7282 g_open(x,y,rot,sx,sy) global() argument
7296 sx(y) global() argument
7308 ay(y) global() argument
7314 out_sxsy(x,sep,y) global() argument
7315 out_sxsy(x,y,fill) global() argument
7344 xygl(x,y,gl) global() argument
7350 out_acciac(x,y,dx,dy,up) global() argument
7352 out_brace(x,y,h) global() argument
7354 out_bracket(x,y,h) global() argument
7358 out_hyph(x,y,w) global() argument
7365 out_stem(x,y,h,grace,nflags,straight) global() argument
7387 out_trem(x,y,ntrem) global() argument
7393 out_tubr(x,y,dx,dy,up) global() argument
7394 out_tubrn(x,y,dx,dy,up,str) global() argument
7400 out_wln(x,y,w) global() argument
7402 out_deco_str(x,y,name,str) global() argument
7407 out_arp(x,y,val) global() argument
7410 out_cresc(x,y,val,defl) global() argument
7416 out_dim(x,y,val,defl) global() argument
7422 out_ltr(x,y,val) global() argument
7424 out_lped(x,y,val,defl) global() argument
7427 out_8va(x,y,val,defl) global() argument
7433 out_8vb(x,y,val,defl) global() argument
7439 out_15ma(x,y,val,defl) global() argument
7445 out_15mb(x,y,val,defl) global() argument
7451 lped(x,y,val,defl) global() argument
7452 out_deco_val(x,y,name,val,defl) global() argument
7463 out_deco_long(x,y,de) global() argument
7526 writempo(s,x,y) global() argument
8594 draw_lyric_line(p_voice,j,y) global() argument
8618 if(user.anno_start||user.anno_stop){s2={st:s.st,istart:ly.istart,iend:ly.iend,x:x0,y:y,ymn:y,ymx:y+gene.curfont.size,wl:0,wr:w} global() property in draw_lyric_line.s2
8635 draw_lyrics(p_voice,nly,a_h,y,incr) global() argument
8828 draw_gchord(i,s,x,y) global() argument
[all...]
/plugin/callflow/
H A Dscript.js302 y = style.cols.height*2+10;//starting y
303 if (title) y += style.titlesize;
338 "L"+callActors[cmd[1]]+","+y // to
348 y-style.txtsize/2-2,
353 y-style.txtsize/2-2,
423 BB.y-style.note.margin,
429 y += noteHeight+style.txtsize;
434 breaks[n][0] = y;
444 y-=style.linespacing-10;
454 y,
[all …]
/plugin/diagramsnet/lib/shapes/ios7/
H A DmxIOS7Ui.js74 c.translate(x, y);
184 c.translate(x, y);
257 c.translate(x, y);
334 c.translate(x, y);
408 c.translate(x, y);
487 c.translate(x, y);
659 c.translate(x, y);
712 c.translate(x, y);
757 c.translate(x, y);
813 c.translate(x, y);
[all …]
/plugin/diagramsnet/lib/plugins/
H A DedgeConnection.js25 geo.y = this.graph.snap(point.y - geo.height / 2) - this.graph.panDy / this.graph.view.scale;
41 else if (Math.abs(this.graph.snap(this.first.y) -
42 this.graph.snap(point.y)) <= tol)
44 geo.y = sourceState.y;
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php182 var $y; variable in PDFRect
188 $this->y = $y;
1342 $y = (int)$y;
2057 if ($y==-1) {
2058 $y=$this->y;
2167 $y=$this->y;
2467 $this->y+=$h;
2491 function SetY($y) argument
2495 if($y>=0)
2496 $this->y=$y;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DMontgomeryMult.php39 * @param array $y
44 public static function multiplyReduce(array $x, array $y, array $m, $class) argument
62 $n = max(count($x), count($y), count($m));
64 $y = array_pad($y, $n, 0);
68 $temp = $a[self::VALUE][0] + $x[$i] * $y[0];
72 …$temp = $class::addHelper($class::regularMultiply([$x[$i]], $y), false, $class::regularMultiply([$…
/plugin/ebnf/
H A Debnf.php117 function arrow($image, $x, $y, $lefttoright) {
121 array($x, $y-EBNF_U/3, $x-EBNF_U, $y, $x, $y+EBNF_U/3), 3, $black);
124 array($x-EBNF_U, $y-EBNF_U/3, $x, $y, $x-EBNF_U, $y+EBNF_U/3), 3, $black);
188 } $w += 6*EBNF_U; $im = create_image($w, $h); $y = 0;
192 imageline($im, EBNF_U, $y+EBNF_U, $w-EBNF_U, $y
118 arrow($image, $x, $y, $lefttoright) global() argument
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DPrime.php157 case !$y instanceof BigInteger && !$y instanceof PrimeInteger:
165 $y instanceof BigInteger ? $this->factory->newInteger($y) : $y
347 return [$x, $y];
369 list($x, $y, $z) = $p;
371 $y2 = $y->multiply($y);
392 list($x, $y) = $p;
394 $y2 = $y->multiply($y);
436 return [$x, $y];
449 switch ($y) {
478 list($x, $y) = $p;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php286 $y = $str;
287 $y = strrev($y);
288 $sign = (bool) (ord($y[0]) & 0x80);
289 $y[0] = $y[0] & chr(0x7F);
290 $y = new BigInteger($y, 256);
291 if ($y->compare($curve->getModulo()) >= 0) {
294 $point = $curve->recoverX($y, $sign);
320 list(, $w, $x, $y) = $matches;
441 $y = $point[1]->toBytes();
466 'base' => "\4" . $x . $y,
[all …]
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaLayout.js165 if (geometry.y < minY)
167 minY = geometry.y;
175 maxY = geometry.y + geometry.height;
192 minY = Math.min(groupGeometry.y, minY);
198 bounds.y = minY;
216 var offsetY = groupBounds.y;
234 geometry.y = geometry.y - offsetY;
262 var y = node.bounds.y;
264 minY = Math.min(minY, y);
266 maxY = Math.max(maxY, y);
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DLineString.php88 $y = 0;
97 pow(($previousPoint->y() - $point->y()), 2)
101 $y += ($previousPoint->y() + $point->y()) / 2 * $segmentLength;
108 return new Point($x / $length, $y / $length);
131 pow(($previousPoint->y() - $point->y()), 2)
148 pow(($previousPoint->y()
[all...]
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
H A DSvg.php45 'y' => 0,
55 $y = ($row - $minSize) * $rectSize;
68 'y' => $y,
85 'y' => $y,
99 $y = ($row - $minSize) * $rectSize;
102 $startY = $y;
105 if ($startY < $y - $rectSize) {
112 'y'
[all...]
/plugin/combo/ComboStrap/
H A DMath.php14 * @param $y
18 public static function unlerp($x, $y, $weight): float argument
21 return ($y - $x2) / (1 - $weight / 100);
27 * @param $y
31 public static function lerp($x, $y, $weight) argument
35 $Y = (1 - $weight / 100) * $y;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.pcd.php68 for ($y = 0; $y < $PCD_height; $y += 2) {
82 …$info['pcd']['data'][$PCD_width - $x][$y] = $this->YCbCr2RGB(ord($PCD_data_Y1[$x]), ord($PCD_d…
83 …$info['pcd']['data'][$PCD_width - $x][$y + 1] = $this->YCbCr2RGB(ord($PCD_data_Y2[$x]), ord($PCD_d…
85 …$info['pcd']['data'][$y][$x] = $this->YCbCr2RGB(ord($PCD_data_Y1[$x]), ord($PCD_d…
86 …$info['pcd']['data'][$y + 1][$x] = $this->YCbCr2RGB(ord($PCD_data_Y2[$x]), ord($PCD_d…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DImage.php156 $y = 0;
161 $y = 4;
166 $y = 2;
171 $y = 1;
175 for (; $y < $this->m_gih->m_nHeight; $y += $s) {
179 $data = substr($data, 0, $y * $this->m_gih->m_nWidth) .
181 substr($data, ($y + 1) * $this->m_gih->m_nWidth);
/plugin/overlay/
H A Dscript.js12 theUserposition.y = position.top;
17 theUserposition.y = position.top;
55 theUserposition.y = 0;
57 … jQuery("#overlay" ).css({top: theUserposition.y, left: theUserposition.x, position:which});
63 var y = jQuery("#overlay").css('top');
67 var pos = x.toString() + '#' + y.toString() + '#' + which;
69 theUserposition.y = y;
77 var y = jQuery("#overlay").css('top');
83 var pos = x.toString() + '#' + y.toString() + '#' + which;

12345678910>>...55