Home
last modified time | relevance | path

Searched refs:pt (Results 151 – 175 of 419) sorted by last modified time

12345678910>>...17

/plugin/xtern/
H A Dstyle.css46 font-size: 11pt;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md246 * We now support more languages. The new languages are de, es, fr, and pt-BR.
/plugin/tplmod/
H A Dstyle.css16 font-size: 9pt;
/plugin/diagramsnet/lib/mxgraph/css/
H A Dcommon.css43 font-size: 8pt;
69 font-size: 8pt;
76 font-size: 8pt;
83 font-size: 8pt;
122 font-size: 8pt;
157 font-size: 8pt;
/plugin/diagramsnet/lib/resources/
H A Ddia_ru.txt986 points=Пункты (pt)
/plugin/diagramsnet/lib/shapes/ios7/
H A DmxIOS7Ui.js293 }, function(bounds, pt)
295 …this.state.style['barPos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 /…
373 }, function(bounds, pt)
375 …this.state.style['barPos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 /…
1582 }, function(bounds, pt)
1585 …this.state.style['dx'] = Math.round(100 * Math.max(y, Math.min(bounds.width - y, pt.x - bounds.x))…
1593 }, function(bounds, pt) argument
1605 }, function(bounds, pt) argument
1617 }, function(bounds, pt) argument
1619 …this.state.style['dx2'] = Math.round(100 * Math.max(0, Math.min(bounds.width, pt.x - bounds.x))) /…
[all …]
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupContainers.js194 }, function(bounds, pt)
196 …this.state.style['barPos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 /…
204 }, function(bounds, pt) argument
206 … = Math.round(1000 * Math.max(0, Math.min(bounds.height, bounds.y + bounds.height - pt.y))) / 1000;
H A DmxMockupNavigation.js554 }, function(bounds, pt)
556 …this.state.style['barPos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x - 50) * …
H A DmxMockupiOS.js4983 }, function(bounds, pt)
4985 …this.state.style['barPos'] = Math.round(100 * Math.max(0, Math.min(100, (pt.x - bounds.width * 0.1…
5142 }, function(bounds, pt)
5144 …this.state.style['barPos'] = Math.round(100 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 / …
5221 }, function(bounds, pt)
5223 …this.state.style['barPos'] = Math.round(100 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 / …
5294 }, function(bounds, pt)
5296 …this.state.style['barPos'] = Math.round(100 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 / …
5382 }, function(bounds, pt)
5384 …this.state.style['barPos'] = Math.round(100 * Math.max(0, Math.min(100, (pt.x - bounds.width * 0.1…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js1075 var x = pt.x - cx;
1076 var y = pt.y - cy;
1714 if (pt != null)
1718 … minX = pt.x; minY = pt.y; maxX = pt.x + (pt.width || 0); maxY = pt.y + (pt.height || 0);
1724 maxX = Math.max(pt.x + (pt.width || 0), maxX);
1725 maxY = Math.max(pt.y + (pt.height || 0), maxY);
2804 var x1 = pt.x * cos - pt.y * sin;
2805 var y1 = pt.y * cos + pt.x * sin;
2806 pt.x = (x1);
2807 pt.y = (y1);
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js1186 rubberband.start(pt.x, pt.y);
4147 createTarget(dx + pt.x * s, dy + pt.y * s, execute);
6595 if (pt != null && (Math.abs(pt.x - p0.x) > thresh ||
6640 changed = addPoint(0, pt.x, pt.y) || changed;
6710 n = new mxPoint(pt.x - last.x, pt.y - last.y);
6732 var p0 = new mxPoint(pt.x - n.x, pt.y - n.y);
6733 var p1 = new mxPoint(pt.x + n.x, pt.y + n.y);
6782 last = pt;
6870 var tmp = (cp.x - pt.x) * (cp.x - pt.x) + (cp.y - pt.y) * (cp.y - pt.y);
6887 return pt;
[all …]
H A DActions.js749 … var pt = graph.getCenterInsertPoint(graph.getBoundingBoxFromGeometry([linkCell], true));
750 linkCell.geometry.x = pt.x;
751 linkCell.geometry.y = pt.y;
1628 var pt = graph.getCenterInsertPoint(graph.getBoundingBoxFromGeometry(cells, true));
1629 cells[0].geometry.x = pt.x;
1630 cells[0].geometry.y = pt.y;
H A DEditorUi.js1240 var pt = mxUtils.convertPoint(this.container, mxEvent.getClientX(evt), mxEvent.getClientY(evt));
1246 ui.showShapePicker(pt.x, pt.y);
4231 var pt = new mxPoint(mxEvent.getClientX(evt), mxEvent.getClientY(evt));
4232 onChange(Math.max(0, initial + ((horizontal) ? (pt.x - start.x) : (start.y - pt.y)) - dx));
H A DShapes.js5216 c.moveTo(pt.x - unitX * (sw), pt.y - unitY * (sw));
5237 c.moveTo(pt.x - ny, pt.y + nx);
5239 c.quadTo(pe.x + ny, pe.y - nx, pt.x + ny, pt.y - nx);
5266 c.moveTo(pt.x, pt.y);
5277 c.lineTo(pt.x - unitX, pt.y - unitY);
5305 c.moveTo(pt.x, pt.y);
5345 canvas.moveTo(pt.x, pt.y);
5611 pt.x = (pt.x + tr.x) * s;
5612 pt.y = (pt.y + tr.y) * s;
6321 pt = view.transformControlPoint(state, pt);
[all …]
/plugin/diagramsnet/lib/styles/
H A Dgrapheditor.css87 font-size:9pt;
480 font-size:1pt;
760 font-size:10pt;
791 font-size:4pt;
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js101pt=function(t){return(t<<1)-(t>4?9:0)},mt=function(t){for(var e=t.length;--e>=0;)t[e]=0},vt=functi…
194 …agyar",nl:"Nederlands",no:"Norsk",pl:"Polski","pt-br":"Português (Brasil)",pt:"Português (Portugal…
3918 … table.mxWindow td.mxWindowPane div.mxWindowPane *:not(svg *) { font-size:9pt; }table.mxWindow * :…
H A Dviewer.min.js101pt=function(t){return(t<<1)-(t>4?9:0)},mt=function(t){for(var e=t.length;--e>=0;)t[e]=0},vt=functi…
194 …agyar",nl:"Nederlands",no:"Norsk",pl:"Polski","pt-br":"Português (Brasil)",pt:"Português (Portugal…
3918 … table.mxWindow td.mxWindowPane div.mxWindowPane *:not(svg *) { font-size:9pt; }table.mxWindow * :…
H A Dextensions.min.js1705pt=function(t){return null==t?dt:function(){return this.querySelectorAll(t)}},yt=function(t){retur…
1728pt(t,e){var n,r=e;for("string"==typeof t&&(t=[t]),c(e)&&(r=function(t,n){n[e]=w(t)}),n=0;n<t.lengt… function
1743 …:!1},lte:function(n,t){return Bridge.hasValue$1(n,t)?n<=t:!1}};Bridge.Date=pt;Bridge.define("Syste… class
/plugin/diagramsnet/lib/math/
H A DMathJax.js19 …:{menuTitle:"Nederlands"},oc:{menuTitle:"occitan"},pl:{menuTitle:"polski"},pt:{menuTitle:"portugu\… class in MathJax.Localization.strings
/plugin/diagramsnet/lib/math/extensions/
H A DSafe.js19 …m:{em:1,ex:0.5,ch:0.5,rem:1,px:1/16,mm:96/25.4/16,cm:96/2.54/16,"in":96/16,pt:96/72/16,pc:96/6/16}…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/js/diagramly/
H A DTrees.js653 var pt = abs[abs.length - 1];
655 if (pt != null)
657 if (pt.y == state.y && Math.abs(pt.x - state.getCenterX()) < state.width / 2)
661 … else if (pt.y == state.y + state.height && Math.abs(pt.x - state.getCenterX()) < state.width / 2)
665 else if (pt.x > state.getCenterX())
/plugin/diagramsnet/lib/shapes/
H A DmxSysML.js209 }, function(bounds, pt)
211 …this.state.style['labelX'] = Math.round(100 * Math.max(0, Math.min(bounds.width, pt.x - bounds.x))…
295 }, function(bounds, pt)
297 …this.state.style['labelX'] = Math.round(100 * Math.max(0, Math.min(bounds.width, pt.x - bounds.x))…
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js1387 var pt = edgeState.absolutePoints[edgeState.absolutePoints.length - 1];
1389 target.geometry.x = pt.x / s - tr.x - target.geometry.width / 2;
1390 target.geometry.y = pt.y / s - tr.y - target.geometry.height / 2;

12345678910>>...17