| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/ |
| D | AnimationStatic.php | 46 public function setXy(NormalizedCoordinate $xy) argument 48 $this->xy = $xy; 55 return $this->xy;
|
| D | AnimationFade.php | 82 public function setXy(NormalizedCoordinate $xy) argument 84 $this->xy = $xy; 91 return $this->xy;
|
| /plugin/findologicxmlexport/vendor/hoa/regex/Visitor/ |
| D | Isotropic.php | 114 $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/editonlink/ |
| D | script.js | 15 var xy = v.getBoundingClientRect(), 16 x = xy.right, 17 y = xy.top, // x,y = of the popover button center
|
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | psvg-1.js | 67 …=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=O… 222 …vg.prototype.arp=function(val,x,y){var xy=getorig();ps_flush();abcobj.out_arp((x+xy[0])*abcobj.stv… 223 …vg.prototype.ltr=function(val,x,y){var xy=getorig();ps_flush();abcobj.out_ltr((x+xy[0])*abcobj.stv… 224 Psvg.prototype.xygl=function(x,y,gl){var xy=getorig();ps_flush();abcobj.xygl((x+xy[0])*abcobj.stv_g… 225 …otype.xygls=function(str,x,y,gl){var xy=getorig();ps_flush();abcobj.out_deco_str((x+xy[0])*abcobj.… 226 …otype.xyglv=function(val,x,y,gl){var xy=getorig();ps_flush();abcobj.out_deco_val((x+xy[0])*abcobj.… 260 …g.prototype.svgcall=function(f,x,y,v1,v2){var xy=getorig();ps_flush();f((x+xy[0])*abcobj.stv_g().s…
|
| /plugin/codemirror/dist/modes/ |
| D | z80.min.js | 1 …ump))\b/i}var f=/^(af?|bc?|c|de?|e|hl?|l|i[xy]?|r|sp)\b/i;var g=/^(n?[zc]|p[oe]?|m)\b/i;var h=/^([…
|
| D | z80.min.js.map | 1 …= /^(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/amcharts/assets/amcharts/plugins/export/examples/ |
| D | index.html | 49 <option value="xy.html">XY</option>
|
| D | xy.html | 9 <script src="http://www.amcharts.com/lib/3/xy.js"></script> 32 "type": "xy",
|
| /plugin/amcharts/assets/amcharts/plugins/responsive/examples/ |
| D | xy.html | 9 <script src="http://www.amcharts.com/lib/3/xy.js"></script> 20 "type": "xy",
|
| D | index.html | 95 <option value="xy.html">XY</option>
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/ |
| D | generator_config.txt | 5 …ff","woff2"],"tt_instructor":"keep","fix_vertical_metrics":"Y","fix_gasp":"xy","add_spaces":"Y","a…
|
| /plugin/imapmarkers/ |
| D | script.js | 172 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/amcharts/conf/ |
| D | default.php | 10 $conf['amcharts_js'] = 'amcharts.js|serial.js|funnel.js|gantt.js|gauge.js|pie.js|radar.js|xy.js|plu…
|
| /plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/ |
| D | Uniform.php | 145 $stat = &$data['xy']; 221 $this->_data[$ruleName][$n]['xy'] = []; 222 $handle = &$this->_data[$ruleName][$n]['xy'];
|
| /plugin/securelogin/ |
| D | rsalib.js | 542 // xy == 1 (mod m) 543 // xy = 1+km 544 // xy(2-xy) = (1+km)(1-km) 545 // x[y(2-xy)] = 1-k^2m^2 546 // x[y(2-xy)] == 1 (mod m^2) 547 // if y is 1/x mod m, then y(2-xy) is 1/x mod m^2 548 // should reduce x and y(2-xy) by m^2 at each step to keep size bounded. 626 // r = "xy/R mod m"; x,y != r
|
| /plugin/diagramsnet/lib/templates/software/ |
| D | class_2.xml | 1 …vDQKb+i73U51SgaYcD3xDe+vzSjsUPrOD61zYmDxG/XkQilB8JoeiGsyY+9MhTiWR8nhjLmJA0/xY+L1HAxCoklp/3peVoccsx…
|
| /plugin/virtualkeyboard/vk/extensions/ |
| D | helpers.js | 306 var xy = {'x' : el.offsetLeft , 'y' : el.offsetTop}; 309 xy.x += xy1.x; 310 xy.y += xy1.y; 312 return xy;
|
| /plugin/virtualkeyboard/vk/extensions/dom/ |
| D | autosuggest.js | 183 var xy = DOM.getOffset(target); 184 node.style.left = xy.x+'px'; 185 node.style.top = xy.y+target.offsetHeight+'px';
|
| /plugin/amcharts/assets/amcharts/plugins/responsive/ |
| D | responsive.min.js | 1 …xy:[{maxWidth:550,legendPosition:"left",overrides:{legend:{enabled:!1}}},{maxWidth:550,legendPosit… property
|
| D | responsive.js | 748 "xy": [ property 1085 if ( chart.type !== 'xy' ) { 1245 }, [ 'pie', 'serial', 'xy', 'funnel', 'radar', 'gauge', 'gantt', 'stock', 'map' ] );
|
| /plugin/flowplay2/flowplayer/ |
| D | javascript.txt | 95 { name: 'cue2', time: 45, parameters: { foo: 2, bar: 'xy' } } ])
|
| /plugin/showsamples/ |
| D | jquery.scrollTo.min.js | 7 …rollTo=function(a,d,b){return $(window).scrollTo(a,d,b)};p.defaults={axis:"xy",duration:0,limit:!0…
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
| D | PHP.php | 467 $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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/ |
| D | Integer.php | 271 $xy = self::subAdd3( 277 return ltrim($xy, "\0");
|