Home
last modified time | relevance | path

Searched refs:points (Results 51 – 75 of 238) sorted by relevance

12345678910

/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java627 List<mxPoint> points = geo.getPoints(); in getToolTipForCell() local
629 if (points != null) in getToolTipForCell()
631 Iterator<mxPoint> it = points.iterator(); in getToolTipForCell()
H A DGraphEditor.java.bak494 tip += "points={";
498 List<mxPoint> points = geo.getPoints();
500 if (points != null)
502 Iterator<mxPoint> it = points.iterator();
/plugin/usecounter/
H A Ddokuwiki_plugin_page.wiki25 …g the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version …
/plugin/selfmeasurement/
H A Ddescription.txt24 …g the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version …
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php15 * Geometry values in R^2 have points with coordinate values for x and y.
16 * Geometry values in R^3 have points with coordinate values for x, y and z or for x, y and m.
17 * Geometry values in R^4 have points with coordinate values for x, y, z and m.
105 * Returns true if the geometric object has no anomalous geometric points,
222 * @param bool $toArray return segments as LineString or array of start and end points. Explode(true) is faster
351 $points = [
358 return new Polygon([new LineString($points)]);
/plugin/piwik2/
H A DREADME.md48 …ttps://www.dokuwiki.org/plugin:plugin) and the download URL above, which points to latest version …
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._missing_afm.tpl19 <td>The <tt>TYPE1_FONTS_REPOSITORY</tt> points to incorrect directory.</td>
/plugin/html2pdf/html2pdf/html2ps/
H A Dfont.class.php39 function points($fontsize, $dimension) { function in Font
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1973 var points = [];
1980 points.push(new mxPoint(parseFloat(xy[0]) - dx, parseFloat(xy[1]) - dy));
1984 edge.geometry.points = points;
2030 var points = [];
2035 points.push(p);
2039 edge.geometry.points = points;
/plugin/matomo/
H A DREADME.md48 …ttps://www.dokuwiki.org/plugin:plugin) and the download URL above, which points to latest version …
/plugin/advrack/
H A Djquery.qtip.js3165 len, next, i, points,
3200 points = elem.points || [
3205 for(result = [], i = -1, len = points.numberOfItems || points.length; ++i < len;) {
3206 next = points.getItem ? points.getItem(i) : points[i];
3236 points = root.createSVGPoint();
3238 points.x = position.left;
3239 points.y = position.top;
3240 transformed = points.matrixTransform( mtx );
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js140 var points = geo.points;
1322 points.pop();
1357 edgeGeometry.points = (points);
1429 edgeGeometry.points = (points);
1693 var points = geo.points;
1745 var points = geo.points;
1747 for (var i = 0; points != null && i < points.length; i++)
1773 var points = geo.points;
1775 for (var i = 0; points != null && i < points.length; i++)
12093 if (points != null && points.length > 1) {
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js5736 cell.geometry.points = [];
5757 if ((cell.geometry.points == null || cell.geometry.points.length == 0) &&
6413 var points = geo.points;
6604 var points = shape.Points;
6616 var x = points[line.p1].x, y = points[line.p1].y;
6626 var curve = NURBSTo(points[line.p2].x, points[line.p2].y, w, h,
6627 points[line.p1].x / w, points[line.p1].y / h, line.n1.x / w, line.n1.y / h,
6628 points[line.p2].x / w, points[line.p2].y / h, line.n2.x / w, line.n2.y / h);
6633 var x = points[line.p2].x, y = points[line.p2].y;
10351 edge1.geometry.points = wp;
[all …]
/plugin/diagramsnet/lib/js/orgchart/
H A DmxOrgChartLayout.js580 eGeo.points = edgePoints;
678 eGeo.points = edgePoints;
/plugin/sphinxsearch-was/
H A DINSTALL65 ''/var/www/grimore.org/lib/plugins/sphinxsearch'' points to the ''sphinxsearch''
/plugin/diagramsnet/lib/plugins/
H A Dexplore.js322 clones[i].geometry.points = null;
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js2363 var points;
2368 points = [new mxPoint(x, y), new mxPoint(x + w, y + dy),
2395 return mxUtils.getPerimeterPoint(points, p1, next);
2424 var points = [];
2435 points = [new mxPoint(x, y), new mxPoint(x + w, y),
2468 return mxUtils.getPerimeterPoint(points, p1, next);
2500 var points;
2545 return mxUtils.getPerimeterPoint(points, p1, next);
2579 var points;
2610 return mxUtils.getPerimeterPoint(points, p1, next);
[all …]
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js5066 proto.polyline = function (points) { argument
5068 points = Array.prototype.slice.call(arguments, 0);
5071 if (is(points, "object") && !is(points, "array")) {
5072 attr = points;
5073 } else if (points != null) {
5074 attr = {points: points}; property in proto.polyline.attr
5084 proto.polygon = function (points) { argument
5089 if (is(points, "object") && !is(points, "array")) {
5090 attr = points;
5091 } else if (points != null) {
[all …]
/plugin/statdisplay/pchart/
H A DGDCanvas.php575 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) { argument
579 $points,
/plugin/statistics/inc/pchart/
H A DGDCanvas.php654 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) { argument
659 $points,
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js373 …var a=this.points;if(null!=a&&0<a.length&&null!=a[0]){this.bounds=new mxRectangle(Number(a[0].x),N…
791points)for(var f=0;f<this.points.length;f++)null!=this.points[f]&&(e=mxUtils.getRotatedPoint(this.
793 this.points[c]&&(this.points[c].x=parseFloat(this.points[c].x)+a,this.points[c].y=parseFloat(this.p…
794points)for(var d=0;d<this.points.length;d++)null!=this.points[d]&&(this.points[d].x=parseFloat(thi…
796 …quals(a.targetPoint))&&(null==this.points&&null==a.points||null!=this.points&&mxUtils.equalPoints(…
1139points&&null!=l){var n=this.view.translate,p=this.view.scale,q=mxUtils.findNearestSegment(l,(d+n.x…
1173 …a){var b=this.model.getGeometry(a);null!=b&&null!=b.points&&0<b.points.length&&(b=b.clone(),b.poin…
1388 …=[];if(null!=g&&null!=g.points)for(var l=0;l<g.points.length;l++)null!=g.points[l]&&k.push(new mxP…
1671 …=this.graph.getCellGeometry(this.state.cell);null!=c&&null!=c.points&&(c=c.clone(),c.points.splice…
1673points,null!=this.bends&&0<this.bends.length&&null!=b)){null==this.points&&(this.points=[]);for(va…
[all …]
/plugin/webcode/
H A DREADME.md31 …p://github.com/gerardnico/dokuwiki-plugin-webcode/zipball/master), which points to latest version …
/plugin/minimap/
H A DREADME.md26 …p://github.com/gerardnico/dokuwiki-plugin-minimap/zipball/master), which points to latest version …
/plugin/symbols4odt/
H A Ddokuwiki_plugin_page.wiki25 …g the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version …
/plugin/flowplay2/flowplayer/
H A Djavascript.txt93 Adds a several cue points. Syntax:

12345678910