Home
last modified time | relevance | path

Searched refs:pt (Results 176 – 200 of 419) sorted by path

12345678910>>...17

/plugin/diagramsnet/lib/resources/
H A Ddia_sv.txt680 sessionExpired=Din session har löpt ut. Vänligen ladda om din webbläsares fönster.
/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 DmxMockupForms.js1284 }, function(bounds, pt)
1286 …this.state.style['sliderPos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 10…
H A DmxMockupGraphics.js780 }, function(bounds, pt)
782 …this.state.style['gaugePos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100…
H A DmxMockupMisc.js245 }, function(bounds, pt)
247 …this.state.style['barPos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 /…
612 }, function(bounds, pt)
614 …this.state.style['barPos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 /…
1348 }, function(bounds, pt)
1350 …this.state.style['dx'] = Math.round(1000 * Math.max(0, Math.min(bounds.width, pt.x - bounds.x))) /…
1351 …this.state.style['spacingLeft'] = Math.round(1000 * Math.max(0, Math.min(bounds.width, pt.x - boun…
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/shapes/
H A DmxAndroid.js959 }, function(bounds, pt)
961 …this.state.style['dx1'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.widt…
969 }, function(bounds, pt) argument
1056 }, function(bounds, pt)
1058 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width…
1148 }, function(bounds, pt)
1150 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width…
1241 }, function(bounds, pt)
1243 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width…
1331 }, function(bounds, pt)
[all …]
H A DmxArrows.js156 }, function(bounds, pt)
167 }, function(bounds, pt) argument
304 }, function(bounds, pt)
410 }, function(bounds, pt)
421 }, function(bounds, pt) argument
433 }, function(bounds, pt) argument
550 }, function(bounds, pt)
561 }, function(bounds, pt) argument
573 }, function(bounds, pt) argument
700 }, function(bounds, pt)
[all …]
H A DmxBasic.js67 }, function(bounds, pt)
148 }, function(bounds, pt)
257 }, function(bounds, pt) argument
267 }, function(bounds, pt) argument
374 }, function(bounds, pt)
472 }, function(bounds, pt)
571 }, function(bounds, pt)
654 }, function(bounds, pt)
734 }, function(bounds, pt)
885 }, function(bounds, pt)
[all …]
H A DmxBootstrap.js1263 }, function(bounds, pt)
1265 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width…
1472 }, function(bounds, pt)
1474 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(bounds.width, pt.x - bounds.x))) / …
1475 …'] = Math.round(100 * Math.max(0, Math.min(bounds.height, bounds.y + bounds.height - pt.y))) / 100;
H A DmxElectrical.js195 }, function(bounds, pt)
197 this.state.style['notch'] = Math.round(0.2 * Math.max(0, bounds.width - pt.y + bounds.y)) / 0.2;
277 }, function(bounds, pt)
279 this.state.style['notch'] = Math.round(0.2 * Math.max(0, bounds.width - pt.y + bounds.y)) / 0.2;
365 }, function(bounds, pt)
367 this.state.style['notch'] = Math.round(0.2 * Math.max(0, bounds.width - pt.y + bounds.y)) / 0.2;
477 }, function(bounds, pt)
479 this.state.style['notch'] = Math.round(0.2 * Math.max(0, bounds.width - pt.y + bounds.y)) / 0.2;
H A DmxFloorplan.js832 }, function(bounds, pt)
834 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width…
907 }, function(bounds, pt)
909 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.width…
1025 }, function(bounds, pt)
1095 }, function(bounds, pt)
1165 }, function(bounds, pt)
1241 }, function(bounds, pt)
1311 }, function(bounds, pt)
1469 }, function(bounds, pt)
[all …]
H A DmxFlowchart.js80 }, function(bounds, pt)
82 …this.state.style['size'] = Math.max(0, Math.min(1, (bounds.y + bounds.height - pt.y) / bounds.heig…
H A DmxGmdl.js376 }, function(bounds, pt)
378 …this.state.style['barPos'] = Math.round(100 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 / …
472 }, function(bounds, pt)
641 }, function(bounds, pt)
643 …this.state.style['hPos'] = Math.round(100 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 / bo…
740 }, function(bounds, pt)
873 }, function(bounds, pt)
948 }, function(bounds, pt)
950 …this.state.style['dx1'] = Math.round(100 * Math.max(0, Math.min(1, (pt.x - bounds.x) / bounds.widt…
958 }, function(bounds, pt) argument
[all …]
H A DmxInfographic.js70 }, function(bounds, pt)
194 }, function(bounds, pt)
215 }, function(bounds, pt) argument
237 }, function(bounds, pt) argument
303 }, function(bounds, pt)
420 }, function(bounds, pt)
543 }, function(bounds, pt)
662 }, function(bounds, pt)
674 }, function(bounds, pt) argument
794 }, function(bounds, pt)
[all …]
H A DmxLeanMap.js2154 }, function(bounds, pt)
2156 …this.state.style['dy1'] = Math.round(1000 * Math.max(0, Math.min(1, (pt.y - bounds.y) / bounds.hei…
2166 }, function(bounds, pt) argument
2169 …this.state.style['dy2'] = Math.round(1000 * Math.max(0, Math.min(1, (pt.y - bounds.y) / bounds.hei…
2180 }, function(bounds, pt) argument
2183 …this.state.style['dy3'] = Math.round(1000 * Math.max(0, Math.min(1, (pt.y - bounds.y) / bounds.hei…
2194 }, function(bounds, pt) argument
2197 …this.state.style['dy4'] = Math.round(1000 * Math.max(0, Math.min(1, (pt.y - bounds.y) / bounds.hei…
2208 }, function(bounds, pt) argument
2211 …this.state.style['dy5'] = Math.round(1000 * Math.max(0, Math.min(1, (pt.y - bounds.y) / bounds.hei…
[all …]
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/styles/
H A Dgrapheditor.css87 font-size:9pt;
480 font-size:1pt;
760 font-size:10pt;
791 font-size:4pt;
/plugin/dirtylittlehelper/mermaid/editor/
H A D6.6.js1 …for validation when the "if" subschema fails.')};for(var pt in ft.schemas){var dt=ft.schemas[pt];f…
H A Dbundle.js1pt})),n.d(t,"Nb",(function(){return mt})),n.d(t,"Tb",(function(){return _t})),n.d(t,"Mb",(function…
396pt=class e extends a.a{constructor(t,n){super(),this._editor=t,this._enabled=!1,this._ckAtEnd=e.At…
426pt=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D16.16.js.map1 … [\n '(em|ex|ch|rem|vmin|vmax|vw|vh|vm|cm|mm|in|px|pt|pc|deg|grad|rad|turn…
H A D2.2.js.map1pt', 'pc', 'ch', 'vw', 'vh', 'vmin', 'vmax'],\n 'angle': ['deg', 'rad', 'grad', 'turn'],\n '…
H A D29.29.js.map1 … [\n '(em|ex|ch|rem|vmin|vmax|vw|vh|vm|cm|mm|in|px|pt|pc|deg|grad|rad|turn…

12345678910>>...17