/plugin/jdraw/src/com/mxgraph/examples/swing/ |
H A D | GraphEditor.java | 636 tip += "[x=" + numberFormat.format(point.getX()) in getToolTipForCell() 637 + ",y=" + numberFormat.format(point.getY()) in getToolTipForCell() 654 tip += "[x=" + numberFormat.format(point.getX()) in getToolTipForCell() 655 + ",y=" + numberFormat.format(point.getY()) in getToolTipForCell() 671 + numberFormat.format(geo.getY()) + ",width=" in getToolTipForCell() 672 + numberFormat.format(geo.getWidth()) + ",height=" in getToolTipForCell() 673 + numberFormat.format(geo.getHeight()); in getToolTipForCell() 682 + numberFormat.format(state.getY()) + ",width=" in getToolTipForCell() 683 + numberFormat.format(state.getWidth()) in getToolTipForCell() 685 + numberFormat.format(state.getHeight()); in getToolTipForCell() [all …]
|
H A D | GraphEditor.java.bak | 507 tip += "[x=" + numberFormat.format(point.getX()) 508 + ",y=" + numberFormat.format(point.getY()) 525 tip += "[x=" + numberFormat.format(point.getX()) 526 + ",y=" + numberFormat.format(point.getY()) 542 + numberFormat.format(geo.getY()) + ",width=" 543 + numberFormat.format(geo.getWidth()) + ",height=" 544 + numberFormat.format(geo.getHeight()); 553 + numberFormat.format(state.getY()) + ",width=" 554 + numberFormat.format(state.getWidth()) 556 + numberFormat.format(state.getHeight()); [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
H A D | CellFormat.php | 130 public function setNumberFormat(NumberFormat $numberFormat) argument 132 $this->numberFormat = $numberFormat; 139 return $this->numberFormat;
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | EditorRuler.java | 82 public static final NumberFormat numberFormat = NumberFormat.getInstance(); field in EditorRuler 89 numberFormat.setMaximumFractionDigits(2); 572 String text = numberFormat.format(value); in format()
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/ |
H A D | CoreExtension.php | 41 protected $numberFormat = [0, '.', ',']; variable in Twig\\Extension\\CoreExtension 126 $this->numberFormat = [$decimal, $decimalPoint, $thousandSep]; 136 return $this->numberFormat;
|
/plugin/jdraw/lib/ |
H A D | jgraphx-examples.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | jdraw.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/diagramsnet/lib/js/orgchart/ |
H A D | bridge.min.js | 8 …numberFormat:System.Globalization.NumberFormatInfo.invariantInfo,dateTimeFormat:System.Globalizati…
|
/plugin/diagramsnet/lib/js/ |
H A D | orgchart.min.js | 8 …numberFormat:System.Globalization.NumberFormatInfo.invariantInfo,dateTimeFormat:System.Globalizati…
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
H A D | d3.min.js | 3 …"-":"",_:" ",0:"0"},ma=/^\s*\d+/,Ma=/^%/;ao.locale=function(n){return{numberFormat:jn(n),timeForma… 4 …"Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});ao.format=xa.numberFormat,ao.geo={},ft.pr…
|