Home
last modified time | relevance | path

Searched refs:points (Results 201 – 225 of 238) sorted by last modified time

12345678910

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js3627 points = points.replace(/,/g, ' ').trim();
3629 points = points.split(/\s+/);
4250 this.points = this.points.concat(points);
7488 p1 = new fabric.Point(points[0].x, points[0].y),
7498 p1 = new fabric.Point(points[i].x, points[i].y);
14817 var points = object.points;
14883 this.points = points || [ ];
14899 var points = this.points,
14931 points: this.points.concat()
14946 points.push(toFixed(this.points[i].x, 2), ',', toFixed(this.points[i].y, 2), ' ');
[all …]
/plugin/selfmeasurement/
H A Ddescription.txt24 …g the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version …
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/pgn4web/pgn4web/
H A DREADME.txt319 allow for execution of custom commands at given points:
/plugin/osm/
H A Dscript.js4 var points = this.readPoints(div);
44 if (isArray(points)) {
49 for(var p = 0; p < points.length; p++) {
50 var point = points[p];
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt49 URL above, which points to latest version of the plugin. Refer to [[:Plugins]]
/plugin/tuxquote/
H A Dquotes.txt995 We hired a local captain for the first afternoon of our cruise to demonstrate the finer points of s…
2657 He knows nothing; and he thinks he knows everything. That points clearly to a political career. <BR…
3379 A shortcut is the longest distance between two points. <BR> -- Issawi's Law of Progress
3914 The shortest distance between two points is under construction.
3968 When someone points skyward, it's the fool that looks at the finger.
/plugin/subjectindex/plugins/
H A Dbible_verses.txt28319 However, I am writing YOU the more outspokenly on some points, as if reminding YOU again, because o…
/plugin/twcheckliste/
H A DREADME.md10 1. Install the plugin using the Plugin Manager and the download URL above, which points to latest v…
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.png.class.php530 return Font::points($size, $font->stringwidth($string))*1.25;
H A Doutput.fastps.class.php284 $width = Font::points($this->fontsize, $this->currentfont->stringwidth($text));
299 return Font::points($size, $font->stringwidth($string));
326 $up = Font::points($this->fontsize, $this->currentfont->underline_position());
327 $ut = Font::points($this->fontsize, $this->currentfont->underline_thickness());
333 $up = Font::points($this->fontsize, $this->currentfont->overline_position());
334 $ut = Font::points($this->fontsize, $this->currentfont->underline_thickness());
340 $up = Font::points($this->fontsize, $this->currentfont->linethrough_position());
341 $ut = Font::points($this->fontsize, $this->currentfont->underline_thickness());
H A Dfont.class.php39 function points($fontsize, $dimension) { function in Font
/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/data/
H A DLineBreak.txt23 # - All code points, assigned and unassigned, that are not listed
/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/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.hackernews.js56 var points = $.fn.socialSharePrivacy.formatNumber(item.points);
58 $code.find(".points a").text(points).attr('title',
59 item.points === 1 ?
61 options.txt_n_points.replace(/{points}/g, points));
/plugin/socialshareprivacy2/SSP/
H A DREADME.md1215 points, because twitters 140 "characters" are actually bytes.
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx-examples.jar ... .util.Iterator it java.util.List points com.mxgraph.util.mxPoint point int i ...
H A Djdraw.jar ... .util.Iterator it java.util.List points com.mxgraph.util.mxPoint point int i ...
/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/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt38 …ogle.com - You can set Linknames, too: [[http://www.google.com|This Link points to google]]. Email…
42 Linknames, too: [[http://www.google.com|This Link points to google]]. Email

12345678910