Home
last modified time | relevance | path

Searched refs:xy (Results 26 – 46 of 46) sorted by path

12

/plugin/flowplay2/flowplayer/
H A Djavascript.txt95 { name: 'cue2', time: 45, parameters: { foo: 2, bar: 'xy' } } ])
/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/jmol2/jmol/
H A DCHANGES.txt1740 # bug fix: draw scale not saved in state for arc or xy arrow
2059 # new feature: draw {point} PLANE [plane def, including xy, yz, x, etc.]
5083 # (1) "file:" allows reading of xy data from files for graphing f(x,y)
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/mermaid/
H A Dmermaid.min.js[all...]
/plugin/ol3/
H A Dscript.js8xy(t,e,r,n,i,o){if(r==e)return null;var a;if(i<t[e+n-1])return o?((a=t.slice(e,e+n))[n-1]=i,a):nul… function
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js49480 var xy = coords[i];
49481 coordsPacked[j++] = xy[0];
49482 coordsPacked[j++] = xy[1];
H A Dpdf.worker.js.map1xy","colorsPacked","figures","decodeContext","bitsPerFlag","colorFn","patchMesh","decodeType4Shadi…
/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/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/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/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/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/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/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1xy","shiftX","lineType","get_line_type","forward","sign","milestoneHeight","lines","cssTemplate","…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js23226 var xy = gantt.config;
23236 var shiftX = 2 * xy.link_arrow_size;//just random size for first line
23262 this.point_to(dir.down, sign * (xy.row_height / 2));
23264 this.point_to(dir.down, sign * ( Math.abs(dy) - (xy.row_height / 2)));
23290 this.point_to(dir.down, sign * (xy.row_height / 2));
23292 this.point_to(dir.down, sign * ( Math.abs(dy) - (xy.row_height / 2)));

12