Home
last modified time | relevance | path

Searched refs:y (Results 26 – 50 of 1365) sorted by relevance

12345678910>>...55

/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DbmpDecoder.js93 for (var y = this.height - 1; y >= 0; y--) {
96 var location = y * this.width * 4 + x*8*4;
119 for (var y = this.height - 1; y >= 0; y--) {
122 var location = y * this.width * 4 + x*2*4;
151 for (var y = this.height - 1; y >= 0; y--) {
154 var location = y * this.width * 4 + x*4;
182 for (var y = this.height - 1; y >= 0; y--) {
192 var location = y * this.width * 4 + x * 4;
212 for (var y = this.height - 1; y >= 0; y--) {
240 for (var y = this.height - 1; y >= 0; y--) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP32.php112 * @param PHP32 $y
115 public function add(PHP32 $y) argument
117 $temp = self::addHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
125 * @param PHP32 $y
130 $temp = self::subtractHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
138 * @param PHP32 $y
143 $temp = self::multiplyHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
156 * @param PHP32 $y
159 public function divide(PHP32 $y) argument
248 * @param PHP32 $y
[all …]
H A DPHP64.php116 * @param PHP64 $y
119 public function add(PHP64 $y) argument
121 $temp = self::addHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
129 * @param PHP64 $y
134 $temp = self::subtractHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
142 * @param PHP64 $y
147 $temp = self::multiplyHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
160 * @param PHP64 $y
163 public function divide(PHP64 $y) argument
252 * @param PHP64 $y
[all …]
/plugin/diagramsnet/lib/shapes/
H A DmxNetworks.js37 c.translate(x, y);
38 this.background(c, x, y, w, h);
40 this.foreground(c, x, y, w, h);
43 mxShapeNetworksBus.prototype.background = function(c, x, y, w, h) argument
83 var dy = pe.y - p0.y;
86 p0.y = p0.y + dy * 0.05;
88 pe.y = pe.y - dy * 0.05;
90 dy = pe.y - p0.y;
96 var midY = p0.y + dy * 0.5;
109 c.moveTo(p0.x, p0.y);
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbackground.position.php21 var $y; variable in BackgroundPosition
40 * @param float $y Y-offset value
43 function BackgroundPosition($x, $x_percentage, $y, $y_percentage) { argument
46 $this->y = $y;
57 $this->y, $this->y_percentage);
68 $this->y == 0 &&
83 $this->y = units2pt($this->y, $font_size);
H A Doutput.fastps.class.php24 $x, $y, $x+$w, $y-$h, $this->_string($target)));
32 function circle($x, $y, $r) { argument
33 $this->moveto($x, $y);
50 function dash($x, $y) { argument
122 $this->moveto($x, $y);
138 $this->moveto($x, $y);
191 function lineto($x, $y) { argument
196 function moveto($x, $y) { argument
278 function show_xy($text, $x, $y) { argument
280 $this->moveto($x, $y);
[all …]
H A Dpath.php29 $rect->ur->y = max($rect->ur->y, $point->y);
31 $rect->ll->y = min($rect->ll->y, $point->y);
57 $result[] = $point->y;
119 $y = $this->get_y();
121 $transform->apply($x, $y);
128 $y,
154 function set_y($y) { argument
155 $this->_y = $y;
160 $y = $this->get_y();
162 $transform->apply($x, $y);
[all …]
H A Doutput.pdflib.class.php86 function dash($x, $y) { argument
157 $cy = $y;
164 $cy = $y;
203 $cy = $y;
214 $cy = $y;
225 $cy = $y;
226 while ($cy < $y + $oy) {
236 $cy = $y;
237 while ($cy < $y + $oy) {
250 function lineto($x, $y) { argument
[all …]
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js201 var gradient = this.ctx.createLinearGradient(0, y, 0, y + h);
439 this.ctx.moveTo(x, y);
441 this.lastMoveY = y;
448 this.lastMoveY = y;
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);
551 y += y0;
[all …]
/plugin/virtualkeyboard/vk/extensions/
H A Ddateextensions.js21 var y = this.getFullYear();
22 return (y % 4 == 0 && y % 100 != 0) || y % 400 == 0;
45 y = this.getFullYear();
47 return y-1;
49 return y+1;
51 return y;
62 yy = (y-1) % 100,
63 c = (y-1) - yy,
75 var y = this.getFullYear(),
78 if ( yi < y ) {
[all …]
/plugin/fedauth/Auth/OpenID/
H A DBigMath.php193 function add($x, $y) argument
195 return bcadd($x, $y);
198 function sub($x, $y) argument
208 function cmp($x, $y) argument
223 function mul($x, $y) argument
228 function div($x, $y) argument
279 function add($x, $y) argument
284 function sub($x, $y) argument
294 function cmp($x, $y) argument
309 function mul($x, $y) argument
[all …]
/plugin/diagramsnet/lib/math/
H A Dlatest.js19y=(z.match(/(\d+\.\d+\.\d+)(\/unpacked)?\/latest.js\?/)||["","",""]);return{tag:w,src:z,id:w.id,ve… argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DBmp.php83 for ($y = 0; $y < $height; $y++) {
84 $y0 = $y * $w_row;
90 for ($y = $height - 1; $y >= 0; $y--) {
91 $y0 = $y * $w_row;
102 for ($y = 0; $y <
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php86 private $y; variable in phpseclib3\\File\\ANSI
188 * @param int $y
191 public function setDimensions($x, $y) argument
194 $this->max_y = $y - 1;
195 $this->x = $this->y = 0;
257 $this->old_y = $this->y;
258 $this->x = $this->y = 0;
273 $this->screen[$this->y] = substr($this->screen[$this->y], 0, $this->x);
444 while ($this->y >= $this->max_y) {
456 $this->y--;
[all …]
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRegion.java28 setBounds(x-grabRange, y-grabRange, grabRange*2+1, grabRange*2+1); in Region()
63 imageLocation = new Point(Math.max(0, x), Math.max(0, y)); in grabImage()
79 for (int y=0; y<imageHeight; ++y) { in grabImage()
81 int yt = y + imageLocation.y; in grabImage()
85 bImage.setRGB(x, y, pixelRGB); in grabImage()
115 boolean merge(int x, int y) { in merge() argument
119 if (contains(x, y)) { in merge()
121 int newMinY = Math.min(y-grabRange, this.y); in merge()
123 int newMaxY = Math.max(y+grabRange, this.y+this.height); in merge()
144 int newMinY = Math.min(region.y, this.y); in merge()
[all …]
/plugin/ckgdoku/scripts/
H A Dscript-cmpr.js1y,w){y=y.replace(/<\/?div.*?>/gm,"");y=y.replace(/<code>/gm,"");y=y.replace(/<\/code>/gm,"");y=y.r… argument
/plugin/diagramsnet/lib/js/diagramly/
H A DDistanceGuides.js27 var yShift = delta.y;
40 newState.y = bounds.y + yShift;
60 …&& (newState.y > state.y + state.height + 4|| newState.y + newState.height + 4 < state.y)) // + 4 …
64 else if (((newState.y >= state.y && newState.y <= (state.y + state.height))
65 || (state.y >= newState.y && state.y <= (newState.y + newState.height)))
90 return s1.y - s2.y;
106 midDy = (s3.y - s1.y - s1.height - newState.height) / 2;
119 var curDy = s2.y - s1.y - s1.height;
416 newY = s1.y + s1.height + (s3.y - s1.y - s1.height - newState.height) / 2;
458 eqPoint.y = newPoint.y;
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverPoint.php11 private $y; variable in Facebook\\WebDriver\\WebDriverPoint
13 public function __construct($x, $y) argument
16 $this->y = $y;
30 * Get the y-coordinate.
32 * @return int The y-coordinate of the point.
36 return (int) $this->y;
49 $this->y = $new_y;
64 $this->y += $y_offset;
73 * @return bool Whether the x and y coordinate
[all...]
/plugin/panoview/
H A Dscript.js449 this.y += motion.y;
587 this.y + (coords.y - this.mark.y)
614 'y': (coords.y - this.y) property in PanoJS.zoom.before
623 this.y = coords.y - after.y;
681 coords.y += this.y;
722 'y': coords.y + motion.y property in PanoJS.recenter.newcoords
768 this.y += (after.y - before.y);
801 this.y += motion.y;
823 coords.y < this.y ||
974 this.y = y;
[all …]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/yo/
H A Dyo.txt
/plugin/register/
H A Dregister.php249 $y = 0;
280 $y = $ymin;
319 $y = $ymin;
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);
403 $cy1 = $y + $bitdim / 4;
[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/diagramsnet/lib/img/lib/mscae/
H A DDedicated_Event_Hub.svg1y="7"/><use xlink:href="#B" y="-7"/></g><path d="M0 .5v6a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-3a.5.…
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DSearch.php53 * @param string $y Haystack.
58 public static function approximated($y, $x, $k) argument
61 $y = (string) $y;
63 $n = strlen($y);
82 $b = substr($y, $l + 1 + $d, $n - $l - $d);
101 * @param string $y Word.
104 public static function lcp($x, $y) argument
106 $max = min(strlen($x), strlen($y));
109 while ($i < $max && $x[$i] == $y[$i]) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DSearchMvt.php34 protected $y; variable in Elasticsearch\\Endpoints\\SearchMvt
42 $y = $this->y ?? null;
44 if (isset($index) && isset($field) && isset($zoom) && isset($x) && isset($y)) {
45 return "/$index/_mvt/$field/$zoom/$x/$y";
106 public function setY($y): SearchMvt argument
108 if (isset($y) !== true) {
111 $this->y = $y;

12345678910>>...55