Home
last modified time | relevance | path

Searched refs:point (Results 51 – 75 of 259) sorted by relevance

1234567891011

/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java635 mxPoint point = it.next(); in getToolTipForCell() local
636 tip += "[x=" + numberFormat.format(point.getX()) in getToolTipForCell()
637 + ",y=" + numberFormat.format(point.getY()) in getToolTipForCell()
653 mxPoint point = state.getAbsolutePoint(i); in getToolTipForCell() local
654 tip += "[x=" + numberFormat.format(point.getX()) in getToolTipForCell()
655 + ",y=" + numberFormat.format(point.getY()) in getToolTipForCell()
H A DGraphEditor.java.bak468 * the middle control point of edges is double clicked (flipped).
506 mxPoint point = it.next();
507 tip += "[x=" + numberFormat.format(point.getX())
508 + ",y=" + numberFormat.format(point.getY())
524 mxPoint point = state.getAbsolutePoint(i);
525 tip += "[x=" + numberFormat.format(point.getX())
526 + ",y=" + numberFormat.format(point.getY())
/plugin/discussion/lang/fr/
H A Dconfirmsubscribe.txt2 Vous êtes sur le point de souscrire aux commentaires de la page @PAGE@ du wiki @TITLE@.
/plugin/c3chart/assets/
H A Dd3.min.js2point(r[0],r[1],r[2]);n.lineEnd()}function An(t,n){var e=-1,r=t.length;for(n.polygonStart();++e<r;… method in Ru
/plugin/projects/plugins/target/
H A Dplot.php82 $point = $record['Serie' .$column];
83 if ($max_val === NULL || $point > $max_val) {
84 $max_val = $point;
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js65 isAffected: function(point, element, drop) { argument
73 Position.within(drop.element, point[0], point[1]) );
88 show: function(point, element) { argument
93 if(Droppables.isAffected(point, element, drop))
102 Position.within(drop.element, point[0], point[1]);
457 draw: function(point) { argument
473 return (point[i]-pos[i]-this.offset[i])
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DCollection.php270 // To test for equality we check to make sure that there is a matching point
271 // in the other geometry for every point in this geometry.
285 foreach ($thisPoints as $point) {
288 if ($point->equals($testPoint)) {
H A DGeometry.php18 * The interpretation of the coordinates is subject to the coordinate reference systems associated to the point.
23 * The z coordinate of a point is typically, but not necessarily, represents altitude or elevation.
98 * If true, then the geometric object represents the empty point set ∅ for the coordinate space.
190 * @param int $n Nth point
885 * @param Geometry $point
891 public function project(Geometry $point, $normalized = null) argument
895 return $this->getGeos()->project($point->getGeos(), $normalized);
/plugin/pagemove/lang/en/
H A Dpagemove.txt6 * You must have edit permission for the document and any documents that point to it (backlinks).
/plugin/dwtimeline/
H A Dstyle.less58 content: attr(data-point);
77 /* invert color on timeline point on hover */
243 content: attr(data-point);
262 /* invert color on timeline point on hover */
/plugin/authgooglesheets/vendor/psr/http-message/
H A DCHANGELOG.md27 to point to the correct section of RFC 7230.
/plugin/flowplay2/flowplayer/
H A Djavascript.txt86 Adds a new programmatic cue point. When the cue point's time is reached
183 Called when a cue point is reached.
/plugin/webcode/_test/data/pages/
H A Ddisplay.txt29 * We should not see the cached code block (Only the bullet point of the list)
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md50 * added extension point `Assert::reportInvalidArgument()` for custom subclasses
/plugin/zotero/
H A DREADME.md10 manager and point to http://f.macke.it/ZoteroPlugin for an automatic
/plugin/advanced/lang/en/config/
H A Dmanifest.txt9 …- it uses several configurable parameters, if they are not overwritten by the point above: [[doku>…
/plugin/combo/resources/dictionary/
H A DREADME.md7 * [emojis](./emojis.json) - unicode code point to name emoji mapping (to use as icon)
/plugin/latex/
H A DTODO15 manually and set it to a specific shared point, in a small wiki.
/plugin/latex-was/
H A DTODO15 manually and set it to a specific shared point, in a small wiki.
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1point(t[0],t[1],t[2])},MultiPoint:function(t,e){for(var n=t.coordinates,r=-1,i=n.length;++r<i;)t=n… method in AnonymousFunction9ec3f6661db00.a
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6point(t[0],t[1],t[2])},MultiPoint:function(t,e){for(var n=t.coordinates,r=-1,i=n.length;++r<i;)t=n… method in AnonymousFunction0948423723200.u
/plugin/twofactorsmsappliance/
H A DREADME17 point to write this plugin.
/plugin/displaywikipage/lang/en/
H A Dintro.txt17 To display a wiki page at any point in your document, use the following code:
/plugin/attribute/
H A DREADME17 point to write this plugin.
/plugin/openlayersmap/syntax/
H A Dolmap.php174 // create a javascript serialisation of the point data
293 $point = [];
295 // $str_points, $point, PREG_SET_ORDER);
307 $point,
312 foreach ($point as $pt) {
647 * @return array :float array describing the mbr and center point

1234567891011