diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-19 16:35:54 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-19 16:35:54 +0100 |
commit | 6a677a6e796b2731ba25bc5f15138938c1cfee35 (patch) | |
tree | 5082d95b8ee6cefb5c105b633487156666ac8ca3 /REFLECTION | |
parent | d7abc227b135b83b68c53d5cc6ba34b799737658 (diff) |
rebuild using bundled libraries
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 24 |
1 files changed, 11 insertions, 13 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #103 xlswriter version 1.3.6 ] { +Extension [ <persistent> extension #104 xlswriter version 1.3.6 ] { - Classes [4] { Class [ <internal:xlswriter> class Vtiful\Kernel\Exception extends Exception implements Throwable ] { @@ -574,7 +574,7 @@ Extension [ <persistent> extension #103 xlswriter version 1.3.6 ] { Class [ <internal:xlswriter> class Vtiful\Kernel\Chart ] { - - Constants [29] { + - Constants [27] { Constant [ public int CHART_BAR ] { 4 } Constant [ public int CHART_BAR_STACKED ] { 5 } Constant [ public int CHART_BAR_STACKED_PERCENT ] { 6 } @@ -586,15 +586,15 @@ Extension [ <persistent> extension #103 xlswriter version 1.3.6 ] { Constant [ public int CHART_COLUMN_STACKED ] { 8 } Constant [ public int CHART_COLUMN_STACKED_PERCENT ] { 9 } Constant [ public int CHART_DOUGHNUT ] { 10 } - Constant [ public int CHART_PIE ] { 14 } - Constant [ public int CHART_SCATTER ] { 15 } - Constant [ public int CHART_SCATTER_STRAIGHT ] { 16 } - Constant [ public int CHART_SCATTER_STRAIGHT_WITH_MARKERS ] { 17 } - Constant [ public int CHART_SCATTER_SMOOTH ] { 18 } - Constant [ public int CHART_SCATTER_SMOOTH_WITH_MARKERS ] { 19 } - Constant [ public int CHART_RADAR ] { 20 } - Constant [ public int CHART_RADAR_WITH_MARKERS ] { 21 } - Constant [ public int CHART_RADAR_FILLED ] { 22 } + Constant [ public int CHART_PIE ] { 12 } + Constant [ public int CHART_SCATTER ] { 13 } + Constant [ public int CHART_SCATTER_STRAIGHT ] { 14 } + Constant [ public int CHART_SCATTER_STRAIGHT_WITH_MARKERS ] { 15 } + Constant [ public int CHART_SCATTER_SMOOTH ] { 16 } + Constant [ public int CHART_SCATTER_SMOOTH_WITH_MARKERS ] { 17 } + Constant [ public int CHART_RADAR ] { 18 } + Constant [ public int CHART_RADAR_WITH_MARKERS ] { 19 } + Constant [ public int CHART_RADAR_FILLED ] { 20 } Constant [ public int CHART_LEGEND_NONE ] { 0 } Constant [ public int CHART_LEGEND_RIGHT ] { 1 } Constant [ public int CHART_LEGEND_LEFT ] { 2 } @@ -602,8 +602,6 @@ Extension [ <persistent> extension #103 xlswriter version 1.3.6 ] { Constant [ public int CHART_LEGEND_BOTTOM ] { 4 } Constant [ public int CHART_LEGEND_OVERLAY_RIGHT ] { 6 } Constant [ public int CHART_LEGEND_OVERLAY_LEFT ] { 7 } - Constant [ public int CHART_LINE_STACKED ] { 12 } - Constant [ public int CHART_LINE_STACKED_PERCENT ] { 13 } } - Static properties [0] { |