Home
last modified time | relevance | path

Searched refs:x (Results 226 – 250 of 1696) sorted by relevance

12345678910>>...68

/plugin/abc2/abc-libraries/abc2svg/
H A Dgamelan-1.js94 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
98 xypath(s1.x-3,y+24)
99 out_svg('h'+(s2.x-s1.x+8).toFixed(1)+'"/>\n')
110 function out_mus(x,y,p){out_svg('<text x="') argument
111 out_sxsy(x,'" y="',y)
113 function out_txt(x,y,p){out_svg('<text class="bn" x="') argument
114 out_sxsy(x,'"
116 draw_hd(s,x,y) global() argument
[all...]
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
97 xypath(s1.x-3,y+5)
98 out_svg('h'+(s2.x-s1.x+8).toFixed(1)+'"/>\n')
109 function out_mus(x,y,p){out_svg('<text x="') argument
110 out_sxsy(x,'" y="',y)
112 function out_txt(x,y,p){out_svg('<text class="bn" x argument
115 draw_hd(s,x,y) global() argument
[all...]
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DSecure_Building.svg1x="224.763" y="63.426" width="30.06" height="23.889"><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 …
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.js133 x: dots[i].x - dots[i - 1].x,
137 var resultVector_1 = { x: 0, y: 0 }; property in AnonymousFunctiona38a74720100.AnonymousFunctiona38a74720300.EventsManager.EventsManager._calculateDirectionVector.resultVector_1
139 resultVector_1.x += vector.x;
142 …var magnitude = Math.sqrt(resultVector_1.x * resultVector_1.x + resultVector_1.y * resultVector_1.…
165 var shiftX = _this._startPoint.x - coords.x;
176 x: _this._scrollState.x + shiftX, property in AnonymousFunctiona38a74720100.AnonymousFunctiona38a74720300.EventsManager.EventsManager._countNewScrollPosition.result
212 var _a = _this._getScrollPosition(_this._timeline), x = _a.x, y = _a.y;
213 _this._scrollState = { x: x, y: y }; property in _this._scrollState
214 _this._startPoint = { x: event.clientX, y: event.clientY }; property in _this._startPoint
296 _this._trace.push({ x: event.clientX, y: event.clientY });
[all …]
/plugin/stlviewer/stlviewer/
H A Dparser.min.js2x=80;try{var y=u.getUint32(x,!0)}catch(e){return"Can't parse file"}var m=84+50*y;if(e.byteLength!=… property in parse_3mf_from_txt.z
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
H A DBuiltIn.php32 * @param BCMath $x
37 protected static function powModHelper(BCMath $x, BCMath $e, BCMath $n) argument
40 $temp->value = bcpowmod($x->value, $e->value, $n->value);
42 return $x->normalize($temp);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/
H A DDefaultEngine.php32 * @param GMP $x
37 protected static function powModHelper(GMP $x, GMP $e, GMP $n) argument
40 $temp->value = gmp_powm($x->value, $e->value, $n->value);
42 return $x->normalize($temp);
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupGraphics.js48 c.translate(x, y);
149 c.translate(x, y);
249 c.translate(x, y);
345 c.translate(x, y);
454 c.translate(x, y);
540 c.translate(x, y);
666 c.translate(x, y);
828 c.translate(x, y);
1018 c.translate(x, y);
1144 c.translate(x, y);
[all …]
/plugin/tablecalc/
H A Dscript.js11 x=c[0].substr(1)*1;
12 return new Array(x,y);
14 function tablecalcVal(x,y,table,tostring) { argument
19 if ((x>=0) && (y>=0)) {
22 if (typeof table.rows[y].cells[x] != 'undefined') {
65 var x=10000000000000;
66 return Math.round(a*x)/x;
123 function cell(x,y) { argument
124 var tmp=tablecalcVal(x,y,tablecalc_table);
134 for (var x=x1;x<=x2;x++) {
[all …]
/plugin/diagramsnet/lib/img/lib/allied_telesis/switch/
H A DModular_Switch_SXx908GEN2.svg1x="-16.262" class="J"/><use xlink:href="#B" x="-16.262" class="K L"/><use xlink:href="#B" x="-15.9…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php102 * @param float|int|array $x The abscissa of upper-left corner. Alternatively you could use an assoc array
103 * with the keys "x", "y", "width", "height", "adjustPageSize".
111 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false)
113 return $this->useImportedPage($tpl, $x, $y, $width, $height, $adjustPageSize);
123 * @param float|int|array $x The abscissa of upper-left corner. Alternatively you could use an assoc array
124 * with the keys "x", "y", "width", "height", "adjustPageSize".
132 public function useImportedPage($pageId, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false)
138 /* Extract $x if an array */
139 if (is_array($x)) {
140 unset($x['pageI
108 useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) global() argument
129 useImportedPage($pageId, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) global() argument
255 setImportedPageLinks($pageId, $x, $y, $newSize) global() argument
[all...]
/plugin/authgoogle2fa/
H A DGoogleAuthenticator.php139 $x = "";
142 … $x .= str_pad(base_convert(@$base32charsFlipped[@$secret[$i + $j]], 10, 2), 5, '0', STR_PAD_LEFT);
144 $eightBits = str_split($x, 8);
177 if ($padding && ($x = strlen($binaryString) % 40) != 0) {
178 if ($x == 8) $base32 .= str_repeat($base32chars[32], 6);
179 elseif ($x == 16) $base32 .= str_repeat($base32chars[32], 4);
180 elseif ($x == 24) $base32 .= str_repeat($base32chars[32], 3);
181 elseif ($x == 32) $base32 .= $base32chars[32];
/plugin/authg2fa/
H A DGoogleAuthenticator.php139 $x = "";
142 … $x .= str_pad(base_convert(@$base32charsFlipped[@$secret[$i + $j]], 10, 2), 5, '0', STR_PAD_LEFT);
144 $eightBits = str_split($x, 8);
177 if ($padding && ($x = strlen($binaryString) % 40) != 0) {
178 if ($x == 8) $base32 .= str_repeat($base32chars[32], 6);
179 elseif ($x == 16) $base32 .= str_repeat($base32chars[32], 4);
180 elseif ($x == 24) $base32 .= str_repeat($base32chars[32], 3);
181 elseif ($x == 32) $base32 .= $base32chars[32];
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js13x:e[o].x-e[o-1].x,y:e[o].y-e[o-1].y});var r={x:0,y:0};return n.forEach(function(t){r.x+=t.x,r.y+=t… property in e._startPoint
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-min.js6x+box.width/2}function getCenterY(box){return box.y+box.height/2}function clamp(x,min,max){return argument
7 …-72,-71v-20,17,-85,74,-97,73v-38,7,-41,-98,-52,-122v0,-1,3,-7,9,-16",w:325},x:{d:"95,-124v22,-13,7…
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
H A DMpdf.php16 * @param float $x position X
22 public function output(QrCode $qrCode, MpdfObject $mpdf, $x, $y, $w, $background = [255, 255, 255], $color = [0, 0, 0]) argument
34 $mpdf->Rect($x, $y, $size, $size, 'F');
38 $mpdf->Rect($x, $y, $size, $size, 'FD');
48 $mpdf->Rect($x + ($i - $minSize) * $s, $y + ($j - $minSize) * $s, $s, $s, 'F');
H A DHtml.php34 for ($x = $minSize; $x < $maxSize; $x++) {
35 $on = $final[$x + $y * $qrSize + 1];
/plugin/combo/ComboStrap/
H A DColorHsl.php88 $x = $chroma * (1 - abs(fmod(($hue / 60), 2) - 1));
93 $green = $x;
96 $red = $x;
102 $blue = $x;
105 $green = $x;
108 $red = $x;
114 $blue = $x;
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DLineString.php87 $x = 0;
96 pow(($previousPoint->x() - $point->x()), 2) +
100 $x += ($previousPoint->x() + $point->x()) / 2 * $segmentLength;
108 return new Point($x / $length, $y / $length);
130 pow(($previousPoint->x() - $point->x()), 2) +
147 pow(($previousPoint->x()
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php82 $x = $x2->pow($exp);
84 if (!$x->multiply($x)->subtract($x2)->equals($this->zero)) {
87 if ($x->isOdd() != $sign) {
88 $x = $x->negate();
91 return [$x, $y];
138 list($x, $y) = $point;
140 if ($x->isOdd()) {
/plugin/diagramsnet/lib/img/lib/mscae/
H A DCloudSimple_Nodes.svg1x="36.314" y="35.71" rx=".6"/><rect width="7.201" height="1.2" x="36.314" y="33.673" rx=".6"/><rec…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Delastic+elasticsearch-php+7.x.yml3 name: elastic+elasticsearch-php+7.x
4 display-name: 'elastic / elasticsearch-php # 7.x'
5 description: Testing the elasticsearch-php 7.x branch.
9 default: refs/heads/7.x
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js480 dx = bb.x - bbt.x,
580 c.x = b.x - this.paper._viewBoxShift.dx;
581 c.x *= z;
762 res.X = a.x = x;
780 cx: x,
795 cx: x,
808 res.X = a.x = x;
828 x = x || 0;
850 p.attrs.x = x;
934 x = con.x,
[all …]
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php115 $x = 0;
130 $x = 1;
136 $x = $y = (int) substr($xy, 1, -1);
142 $x = (int) trim($xy[0]);
149 $x = (int) trim($xy[0]);
150 $y = mt_rand($x + 5, $x + 8); // why not?
156 $i = 0, $max = $this->_sampler->getInteger($x, $y);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Djoin.test17 {{ {"a": "w", "b": "x", "c": "y", "d": "z"}|join }}
18 {{ {"a": "w", "b": "x", "c": "y", "d": "z"}|join(',') }}
19 {{ {"a": "w", "b": "x", "c": "y", "d": "z"}|join(',','-') }}
37 w,x,y,z
38 w,x,y-z

12345678910>>...68