Home
last modified time | relevance | path

Searched refs:xy (Results 1 – 25 of 46) sorted by relevance

12

/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php114 $xy = $element->getChild(1)->getValueValue();
136 $x = $y = (int) substr($xy, 1, -1);
141 $xy = explode(',', substr($xy, 1, -1));
142 $x = (int) trim($xy[0]);
143 $y = (int) trim($xy[1]);
148 $xy = explode(',', substr($xy, 1, -1));
149 $x = (int) trim($xy[0]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DAnimationStatic.php46 public function setXy(NormalizedCoordinate $xy) argument
48 $this->xy = $xy;
55 return $this->xy;
H A DAnimationFade.php82 public function setXy(NormalizedCoordinate $xy) argument
84 $this->xy = $xy;
91 return $this->xy;
/plugin/editonlink/
H A Dscript.js15 var xy = v.getBoundingClientRect(),
16 x = xy.right,
17 y = xy.top, // x,y = of the popover button center
/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)
222 Psvg.prototype.arp=function(val,x,y){var xy=getorig();ps_flush();abcobj.out_arp((x+xy[0])*abcobj.stv_g().scale,y-xy[1],val)}
223 Psvg.prototype.ltr=function(val,x,y){var xy=getorig();ps_flush();abcobj.out_ltr((x+xy[0])*abcobj.stv_g().scale,y-xy[1],val)}
224 Psvg.prototype.xygl=function(x,y,gl){var xy=getorig();ps_flush();abcobj.xygl((x+xy[0])*abcobj.stv_g().scale,y-xy[
[all...]
/plugin/imapmarkers/
H A Dscript.js172 let xy = _g.calc_marker_pos(coords);
174 $(marker_id_jquery).css({ top: xy[1] - wh[1] + 3, left: xy[0] - (wh[0] / 2) });
410 let xy = _g.calc_marker_pos(coords);
412 … $(marker_id_jquery).css({ top: xy[1] - wh[1] + 3, left: xy[0] - (wh[0] / 2) });
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
H A Dgenerator_config.txt5 …ff","woff2"],"tt_instructor":"keep","fix_vertical_metrics":"Y","fix_gasp":"xy","add_spaces":"Y","a…
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dautosuggest.js183 var xy = DOM.getOffset(target);
184 node.style.left = xy.x+'px';
185 node.style.top = xy.y+target.offsetHeight+'px';
/plugin/codemirror/dist/modes/
H A Dz80.min.js.map1 …= /^(af?|bc?|c|de?|e|hl?|l|i[xy]?|r|sp)\\b/i;\n var variables2 = /^(n?[zc]|p[oe]?|m)\\b/i;\n var…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php271 $xy = self::subAdd3(
277 return ltrim($xy, "\0");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php467 $xy = self::addHelper($z2, false, $z1[self::VALUE], $z1[self::SIGN]);
468 $xy = self::addHelper($xy[self::VALUE], $xy[self::SIGN], $z0, false);
470 return $xy[self::VALUE];
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php3081 foreach ($margins as $xy) {
3082 $margin[$xy] = ('' !== $margin[ $xy ] ? $margin[ $xy] : 5);
3083 if (($margin[$xy] > 0) && ($margin[$xy] < 1)) {
3084 $margin[$xy] = min(0.499, $margin[$xy]);
3085 } elseif (($margin[$xy] > -1) && ($margin[$xy] < 0)) {
3086 $margin[$xy] = max(-0.499, $margin[$xy]);
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js5613 xy = {},
6064 xy,
6071 xy = rotate(x1, y1, -rad);
6072 x1 = xy.x;
6073 y1 = xy.y;
6075 x2 = xy.x;
6076 y2 = xy.y;
6616 var xy = getter(i);
6617 if (isPointInsideBBox(b, xy.x, xy.y)) {
6619 inside.push(xy);
[all …]
/plugin/flowplay2/flowplayer/
H A Djavascript.txt95 { name: 'cue2', time: 45, parameters: { foo: 2, bar: 'xy' } } ])
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js1416 xy = {},
1436 if (xy[is.x.toFixed(4)] == is.y.toFixed(4)) {
1439 xy[is.x.toFixed(4)] = is.y.toFixed(4);
1836 xy,
1843 xy = rotate(x1, y1, -rad);
1844 x1 = xy.x;
1845 y1 = xy.y;
1846 xy = rotate(x2, y2, -rad);
1847 x2 = xy.x;
1848 y2 = xy.y;
H A Draphael.vml.js148 xy,
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dresponsive.min.js1 …ginRight:0,categoryAxis:{labelsEnabled:!1},valueAxes:{labelsEnabled:!1}}}],xy:[{maxWidth:550,legen… property in AnonymousFunction88c0791c0100.e
/plugin/advrack/
H A Djquery.qtip.js2474 function shiftonly(xy, side, opposite) { argument
2475 if(newCorner[xy] === CENTER) {
2476 css[MARGIN+'-'+side] = shift[xy] = offset[MARGIN+'-'+side] - adjust[side];
2482 if( (shift[xy] = Math.max(props[0], props[1])) > props[0] ) {
2487 css[ offset[opposite] !== undefined ? opposite : side ] = shift[xy];
H A Draphael.js1802 xy = {},
1822 if (xy[is.x.toFixed(4)] == is.y.toFixed(4)) {
1825 xy[is.x.toFixed(4)] = is.y.toFixed(4);
2222 xy,
2229 xy = rotate(x1, y1, -rad);
2230 x1 = xy.x;
2231 y1 = xy.y;
2232 xy = rotate(x2, y2, -rad);
2233 x2 = xy.x;
2234 y2 = xy.y;
[all …]
/plugin/callflow/
H A Draphael.js1802 xy = {},
1822 if (xy[is.x.toFixed(4)] == is.y.toFixed(4)) {
1825 xy[is.x.toFixed(4)] = is.y.toFixed(4);
2222 xy,
2229 xy = rotate(x1, y1, -rad);
2230 x1 = xy.x;
2231 y1 = xy.y;
2232 xy = rotate(x2, y2, -rad);
2233 x2 = xy.x;
2234 y2 = xy.y;
[all …]
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1979 var xy = pointStr.split(',');
1980 points.push(new mxPoint(parseFloat(xy[0]) - dx, parseFloat(xy[1]) - dy));
/plugin/processing/
H A Dscript.js11163 x = parseFloat(xy[0][0]);
11164 y = parseFloat(xy[1][0]);
11170 x = parseFloat(xy[0][0]);
11171 y = parseFloat(xy[1][0]);
11177 x = parseFloat(xy[0][0]);
11183 y = parseFloat(xy[0][0]);
11189 nx = parseFloat(xy[0][0]);
11190 ny = parseFloat(xy[1][0]);
11209 cx = parseFloat(xy[0][0]);
11210 cy = parseFloat(xy[1][0]);
[all …]
/plugin/jmol2/jmol/
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...

12