Home
last modified time | relevance | path

Searched refs:y (Results 51 – 75 of 1365) sorted by relevance

12345678910>>...55

/plugin/html2pdf/html2pdf/html2ps/
H A Dps.l3.image.encoder.stream.inc.php49 for ($y = 0; $y < $size_y; $y++) {
52 $rgb = ImageColorAt($dest_img, $x, $y);
108 for ($y = 0; $y < $size_y; $y++) {
111 $rgb = ImageColorAt($dest_img, $x, $y);
140 for ($y = 0; $y < $size_y; $y++) {
143 if (ImageColorAt($src_img, $x, $y) == $transparent) {
212 for ($y = 0; $y < $size_y; $y++) {
215 $colors = imagecolorsforindex($src_img, imagecolorat($src_img, $x, $y));
H A Dflow_context.class.inc.php58 function float_left_x($x, $y) { argument
78 if ($float->get_top_margin() + EPSILON >= $y &&
79 $float->get_bottom_margin() < $y) {
96 function float_left_xy(&$parent, $width, &$x, &$y) { argument
147 if ($clear <= count($floats)) { $y = min( $y, $float_bottoms[$clear-1] ); };
182 function float_right_x($x, $y) { argument
202 if ($float->get_top_margin() + EPSILON >= $y &&
203 $float->get_bottom_margin() < $y) {
220 function float_right_xy(&$parent, $width, &$x, &$y) { argument
267 if ($clear <= count($floats)) { $y = min( $y, $float_bottoms[$clear-1] ); };
[all …]
H A Dbox.list-item.php125 $y = $this->get_top();
129 $this->mb_image($viewport, $x, $y);
138 $this->mb_disc($viewport, $x, $y);
141 $this->mb_circle($viewport, $x, $y);
144 $this->mb_square($viewport, $x, $y);
147 $this->mb_string($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 Dps.image.encoder.simple.inc.php50 for ($y = 0; $y < $size_y; $y++) {
53 $rgb = ImageColorAt($dest_img, $x, $y);
62 $row_next = ($size_x - $x - 1 + $size_x * ($size_y - $y - 1) == 0) ? 1 : $row+1;
102 for ($y = 0; $y < $size_y; $y++) {
105 $rgb = ImageColorAt($dest_img, $x, $y);
111 if (ImageColorAt($src_img, $x, $y) == $transparent) {
135 $row_next = ($size_x - $x - 1 + $size_x * ($size_y - $y - 1) == 0) ? 1 : $row+1;
180 for ($y = 0; $y < $size_y; $y++) {
183 $colors = imagecolorsforindex($src_img, imagecolorat($src_img, $x, $y));
201 $row_next = ($size_x - $x - 1 + $size_x * ($size_y - $y - 1) == 0) ? 1 : $row+1;
/plugin/fckg/scripts/
H A Dscript-cmpr.js1y,z,w){if(a[y]){while(r.last()&&h[r.last()]){o("",r.last())}}if(d[y]&&r.last()==y){o("",y)}w=e[y]|… argument
/plugin/captcha/
H A DEasySVG.php199 * @param float $y
203 public function addText($text, $x = 0, $y = 0, $attributes = [])
207 if ($x != 0 || $y != 0) {
208 $def = $this->defTranslate($def, $x, $y);
344 * @param float $y
347 public function defTranslate($def, $x = 0, $y = 0)
349 return $this->defApplyMatrix($def, [1, 0, 0, 1, $x, $y]);
357 * @param integer $y Y coordinate of rotation center
360 public function defRotate($def, $angle, $x = 0, $y = 0)
362 if ($x == 0 && $y
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/abc2/abc-libraries/abc2svg/
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)+","+
79 y.toFixed(1)+")";x_rot=gcur.xoffs;y_rot=gcur.yoffs;gcur.xoffs=0;gcur.yoffs=0}
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
137 arc(x,y,r,a1,a2) global() 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
227 y0(y) global() argument
229 y1(y) 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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DTwistedEdwards.php120 public function setBasePoint($x, $y) argument
125 case !$y instanceof BigInteger && !$y instanceof PrimeInteger:
133 $y instanceof BigInteger ? $this->factory->newInteger($y) : $y
185 list($x, $y, $z) = $p;
189 $y->multiply($z)
210 list($x, $y) = $p;
212 $y2 = $y->multiply($y);
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Neo-Euler/
H A Dfontdata-extra.js19y="NeoEulerMathJax_Operators",m="NeoEulerMathJax_Script",c="NeoEulerMathJax_Shapes",j="NeoEulerMat… variable
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DSchool_Building.svg1y{fill:#276e9f}.z{fill:#215880}.AA{fill:#1c4f73}.AB{fill:#d6dee6}.AC{fill:#276b9c}.AD{fill:#286c9d…
/plugin/diagramsnet/lib/shapes/
H A DmxFloorplan.js42 c.translate(x, y);
91 c.translate(x, y);
148 c.translate(x, y);
207 c.translate(x, y);
267 c.translate(x, y);
320 c.translate(x, y);
375 c.translate(x, y);
430 c.translate(x, y);
570 c.translate(x, y);
643 c.translate(x, y);
[all …]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ha/
H A Dha.txt
/plugin/photogallery/phpThumb/
H A Dphpthumb.unsharp.php98 for ($y = 0; $y < $h; $y++) { // each pixel
100 $rgbOrig = imagecolorat($img, $x, $y);
105 $rgbBlur = imagecolorat($imgBlur, $x, $y);
119 imagesetpixel($img, $x, $y, $pixCol);
125 for ($y = 0; $y < $h; $y++) { // each pixel
126 $rgbOrig = imagecolorat($img, $x, $y);
131 $rgbBlur = imagecolorat($imgBlur, $x, $y);
141 imagesetpixel($img, $x, $y, $rgbNew);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php61 * @param BigInteger $y
65 public function recoverX(BigInteger $y, $sign) argument
67 $y = $this->factory->newInteger($y);
69 $y2 = $y->multiply($y);
91 return [$x, $y];
138 list($x, $y) = $point;
139 $y = "\0" . $y->toBytes();
141 $y[0] = $y[0] | chr(0x80);
143 $y = strrev($y);
145 return $y;
H A DEd25519.php105 * @param BigInteger $y
109 public function recoverX(BigInteger $y, $sign) argument
111 $y = $this->factory->newInteger($y);
113 $y2 = $y->multiply($y);
150 return [$x, $y];
196 list($x, $y) = $point;
197 $y = $y->toBytes();
198 $y[0] = $y[0] & chr(0x7F);
200 $y[0] = $y[0] | chr(0x80);
202 $y = strrev($y);
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js242 y = ((geo.height - y + geo.y - s.dy) * s.scale);
280 y = gh + (-y + geo.y - s.dy) * s.scale;
287 var dHr = y / gh;
289 …Child(this.createRowScaled("Ellipse", this.geoStepIndex++, x + w/2, y - h/2, x, y - h/2, x + w/2, y
309 this.lastMoveToY = y;
311 this.lastY = y;
316 y = (geo.height - y + geo.y - s.dy) * s.scale;
336 this.lastY = y;
341 y = (geo.height - y + geo.y - s.dy) * s.scale;
646 y = (geo.height - y + geo.y - s.dy) * s.scale;
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php768 $y = $this->y;
1024 for ($y=0; $y<$width; ++$y) {
1054 for ($y=0; $y<$width; ++$y) {
1119 for ($y=0; $y<$width; ++$y) {
1152 for ($y=0; $y<$width; ++$y) {
2384 for ($y=0; $y < 5; $y++) {
2421 for ($y=0; $y < $wo; ++$y) {
2477 for ($y=0; $y < 7; $y++) {
2498 for ($y=0; $y < 7; ++$y) {
2530 for ($y=0; $y<3; ++$y) {
[all …]
/plugin/a2s/
H A DASCIIToSVG.php2287 $curPoint->y = $y;
2312 $curPoint->y = $y;
2328 $curPoint->y = $y;
2341 $curPoint->y = $y;
2354 $curPoint->y = $y;
2365 $curPoint->y = $y;
2376 $curPoint->y = $y;
2387 $curPoint->y = $y;
2410 $curPoint->y = $y;
2433 $curPoint->y = $y;
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Touch/
H A DWebDriverMoveAction.php10 private $y; variable in Facebook\\WebDriver\\Interactions\\Touch\\WebDriverMoveAction
15 * @param int $y
17 public function __construct(WebDriverTouchScreen $touch_screen, $x, $y) argument
20 $this->y = $y;
26 $this->touchScreen->move($this->x, $this->y);
H A DWebDriverDownAction.php16 private $y; variable in Facebook\\WebDriver\\Interactions\\Touch\\WebDriverDownAction
21 * @param int $y
23 public function __construct(WebDriverTouchScreen $touch_screen, $x, $y) argument
26 $this->y = $y;
32 $this->touchScreen->down($this->x, $this->y);
H A DWebDriverFlickAction.php16 private $y; variable in Facebook\\WebDriver\\Interactions\\Touch\\WebDriverFlickAction
21 * @param int $y
23 public function __construct(WebDriverTouchScreen $touch_screen, $x, $y) argument
26 $this->y = $y;
32 $this->touchScreen->flick($this->x, $this->y);
H A DWebDriverScrollAction.php10 private $y; variable in Facebook\\WebDriver\\Interactions\\Touch\\WebDriverScrollAction
15 * @param int $y
17 public function __construct(WebDriverTouchScreen $touch_screen, $x, $y) argument
20 $this->y = $y;
26 $this->touchScreen->scroll($this->x, $this->y);
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
H A DFileSaver.min.js2y,m=this,S=t.type,h=!1,O=function(){v(m,"writestart progress write writeend".split(" "))},E=functi…
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverUpAction.php11 private $y; variable in Facebook\\WebDriver\\WebDriverUpAction
16 * @param int $y
18 public function __construct(WebDriverTouchScreen $touch_screen, $x, $y) argument
21 $this->y = $y;
27 $this->touchScreen->up($this->x, $this->y);
/plugin/blog/syntax/
H A Dautoarchive.php66 list($y,$m) = explode('-',$now);
71 $renderer->header($this->_posts($cnt,$m,$y),2,$pos);
109 $y = date('Y',$entry['date']);
111 if(isset($months[$y][$m])) {
112 $months[$y][$m]++;
114 $months[$y][$m] = 1;
121 foreach($months as $y => $mdata){
125 $R->doc .= $y.'<span>:</span>';
132 if("$y-$m" == $now) $R->doc .= '<span class="cur">';
133 $R->doc .= '<a href="'.wl($ID,array('blogarchive'=>"$y
[all...]

12345678910>>...55