PageRenderTime 44ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/lib/ezc/autoload/graph_autoload.php

https://github.com/Proudio-Interactive/phpUnderControl
PHP | 125 lines | 115 code | 1 blank | 9 comment | 0 complexity | f8b5d8bacfbb5f585bfbd90586b80fbd MD5 | raw file
  1. <?php
  2. /**
  3. * Autoloader definition for the Graph component.
  4. *
  5. * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
  6. * @license http://ez.no/licenses/new_bsd New BSD License
  7. * @version 1.4.1
  8. * @filesource
  9. * @package Graph
  10. */
  11. return array(
  12. 'ezcGraphException' => 'Graph/exceptions/exception.php',
  13. 'ezcGraphDatasetAverageInvalidKeysException' => 'Graph/exceptions/invalid_keys.php',
  14. 'ezcGraphErrorParsingDateException' => 'Graph/exceptions/date_parsing.php',
  15. 'ezcGraphFlashBitmapTypeException' => 'Graph/exceptions/flash_bitmap_type.php',
  16. 'ezcGraphFontRenderingException' => 'Graph/exceptions/font_rendering.php',
  17. 'ezcGraphGdDriverUnsupportedImageTypeException' => 'Graph/exceptions/unsupported_image_type.php',
  18. 'ezcGraphInvalidArrayDataSourceException' => 'Graph/exceptions/invalid_data_source.php',
  19. 'ezcGraphInvalidAssignementException' => 'Graph/exceptions/invalid_assignement.php',
  20. 'ezcGraphInvalidDataException' => 'Graph/exceptions/invalid_data.php',
  21. 'ezcGraphInvalidDisplayTypeException' => 'Graph/exceptions/invalid_display_type.php',
  22. 'ezcGraphInvalidImageFileException' => 'Graph/exceptions/invalid_image_file.php',
  23. 'ezcGraphInvalidStepSizeException' => 'Graph/exceptions/invalid_step_size.php',
  24. 'ezcGraphMatrixInvalidDimensionsException' => 'Graph/exceptions/invalid_dimensions.php',
  25. 'ezcGraphMatrixOutOfBoundingsException' => 'Graph/exceptions/out_of_boundings.php',
  26. 'ezcGraphNoDataException' => 'Graph/exceptions/no_data.php',
  27. 'ezcGraphNoSuchDataException' => 'Graph/exceptions/no_such_data.php',
  28. 'ezcGraphNoSuchDataSetException' => 'Graph/exceptions/no_such_dataset.php',
  29. 'ezcGraphNoSuchElementException' => 'Graph/exceptions/no_such_element.php',
  30. 'ezcGraphOutOfLogithmicalBoundingsException' => 'Graph/exceptions/out_of_logarithmical_boundings.php',
  31. 'ezcGraphReducementFailedException' => 'Graph/exceptions/reducement_failed.php',
  32. 'ezcGraphSvgDriverInvalidIdException' => 'Graph/exceptions/invalid_id.php',
  33. 'ezcGraphTooManyDataSetsExceptions' => 'Graph/exceptions/too_many_datasets.php',
  34. 'ezcGraphToolsIncompatibleDriverException' => 'Graph/exceptions/incompatible_driver.php',
  35. 'ezcGraphToolsNotRenderedException' => 'Graph/exceptions/not_rendered.php',
  36. 'ezcGraphUnknownColorDefinitionException' => 'Graph/exceptions/unknown_color_definition.php',
  37. 'ezcGraphUnknownFontTypeException' => 'Graph/exceptions/font_type.php',
  38. 'ezcGraphUnregularStepsException' => 'Graph/exceptions/unregular_steps.php',
  39. 'ezcGraphChart' => 'Graph/interfaces/chart.php',
  40. 'ezcGraphChartElement' => 'Graph/interfaces/element.php',
  41. 'ezcGraphChartOptions' => 'Graph/options/chart.php',
  42. 'ezcGraphMatrix' => 'Graph/math/matrix.php',
  43. 'ezcGraphAxisLabelRenderer' => 'Graph/interfaces/axis_label_renderer.php',
  44. 'ezcGraphChartDataContainer' => 'Graph/data_container/base.php',
  45. 'ezcGraphChartElementAxis' => 'Graph/element/axis.php',
  46. 'ezcGraphColor' => 'Graph/colors/color.php',
  47. 'ezcGraphCoordinate' => 'Graph/structs/coordinate.php',
  48. 'ezcGraphDataSet' => 'Graph/datasets/base.php',
  49. 'ezcGraphDataSetProperty' => 'Graph/interfaces/dataset_property.php',
  50. 'ezcGraphDriver' => 'Graph/interfaces/driver.php',
  51. 'ezcGraphDriverOptions' => 'Graph/options/driver.php',
  52. 'ezcGraphLineChart' => 'Graph/charts/line.php',
  53. 'ezcGraphOdometerRenderer' => 'Graph/interfaces/odometer_renderer.php',
  54. 'ezcGraphPalette' => 'Graph/interfaces/palette.php',
  55. 'ezcGraphRadarRenderer' => 'Graph/interfaces/radar_renderer.php',
  56. 'ezcGraphRenderer' => 'Graph/interfaces/renderer.php',
  57. 'ezcGraphRendererOptions' => 'Graph/options/renderer.php',
  58. 'ezcGraphStackedBarsRenderer' => 'Graph/interfaces/stacked_bar_renderer.php',
  59. 'ezcGraphTransformation' => 'Graph/math/transformation.php',
  60. 'ezcGraph' => 'Graph/graph.php',
  61. 'ezcGraphArrayDataSet' => 'Graph/datasets/array.php',
  62. 'ezcGraphAxisBoxedLabelRenderer' => 'Graph/renderer/axis_label_boxed.php',
  63. 'ezcGraphAxisCenteredLabelRenderer' => 'Graph/renderer/axis_label_centered.php',
  64. 'ezcGraphAxisContainer' => 'Graph/axis/container.php',
  65. 'ezcGraphAxisExactLabelRenderer' => 'Graph/renderer/axis_label_exact.php',
  66. 'ezcGraphAxisNoLabelRenderer' => 'Graph/renderer/axis_label_none.php',
  67. 'ezcGraphAxisRadarLabelRenderer' => 'Graph/renderer/axis_label_radar.php',
  68. 'ezcGraphAxisRotatedLabelRenderer' => 'Graph/renderer/axis_label_rotated.php',
  69. 'ezcGraphAxisStep' => 'Graph/structs/step.php',
  70. 'ezcGraphBarChart' => 'Graph/charts/bar.php',
  71. 'ezcGraphBoundings' => 'Graph/math/boundings.php',
  72. 'ezcGraphCairoDriver' => 'Graph/driver/cairo.php',
  73. 'ezcGraphCairoDriverOptions' => 'Graph/options/cairo_driver.php',
  74. 'ezcGraphChartElementBackground' => 'Graph/element/background.php',
  75. 'ezcGraphChartElementDateAxis' => 'Graph/axis/date.php',
  76. 'ezcGraphChartElementLabeledAxis' => 'Graph/axis/labeled.php',
  77. 'ezcGraphChartElementLegend' => 'Graph/element/legend.php',
  78. 'ezcGraphChartElementLogarithmicalAxis' => 'Graph/axis/logarithmic.php',
  79. 'ezcGraphChartElementNumericAxis' => 'Graph/axis/numeric.php',
  80. 'ezcGraphChartElementText' => 'Graph/element/text.php',
  81. 'ezcGraphChartSingleDataContainer' => 'Graph/data_container/single.php',
  82. 'ezcGraphContext' => 'Graph/structs/context.php',
  83. 'ezcGraphDataSetAveragePolynom' => 'Graph/datasets/average.php',
  84. 'ezcGraphDataSetAxisProperty' => 'Graph/datasets/property/axis.php',
  85. 'ezcGraphDataSetBooleanProperty' => 'Graph/datasets/property/boolean.php',
  86. 'ezcGraphDataSetColorProperty' => 'Graph/datasets/property/color.php',
  87. 'ezcGraphDataSetIntProperty' => 'Graph/datasets/property/integer.php',
  88. 'ezcGraphDataSetStringProperty' => 'Graph/datasets/property/string.php',
  89. 'ezcGraphFlashDriver' => 'Graph/driver/flash.php',
  90. 'ezcGraphFlashDriverOptions' => 'Graph/options/flash_driver.php',
  91. 'ezcGraphFontOptions' => 'Graph/options/font.php',
  92. 'ezcGraphGdDriver' => 'Graph/driver/gd.php',
  93. 'ezcGraphGdDriverOptions' => 'Graph/options/gd_driver.php',
  94. 'ezcGraphLineChartOptions' => 'Graph/options/line_chart.php',
  95. 'ezcGraphLinearGradient' => 'Graph/colors/linear_gradient.php',
  96. 'ezcGraphNumericDataSet' => 'Graph/datasets/numeric.php',
  97. 'ezcGraphOdometerChart' => 'Graph/charts/odometer.php',
  98. 'ezcGraphOdometerChartOptions' => 'Graph/options/odometer_chart.php',
  99. 'ezcGraphPaletteBlack' => 'Graph/palette/black.php',
  100. 'ezcGraphPaletteEz' => 'Graph/palette/ez.php',
  101. 'ezcGraphPaletteEzBlue' => 'Graph/palette/ez_blue.php',
  102. 'ezcGraphPaletteEzGreen' => 'Graph/palette/ez_green.php',
  103. 'ezcGraphPaletteEzRed' => 'Graph/palette/ez_red.php',
  104. 'ezcGraphPaletteTango' => 'Graph/palette/tango.php',
  105. 'ezcGraphPieChart' => 'Graph/charts/pie.php',
  106. 'ezcGraphPieChartOptions' => 'Graph/options/pie_chart.php',
  107. 'ezcGraphPolynom' => 'Graph/math/polynom.php',
  108. 'ezcGraphRadarChart' => 'Graph/charts/radar.php',
  109. 'ezcGraphRadarChartOptions' => 'Graph/options/radar_chart.php',
  110. 'ezcGraphRadialGradient' => 'Graph/colors/radial_gradient.php',
  111. 'ezcGraphRenderer2d' => 'Graph/renderer/2d.php',
  112. 'ezcGraphRenderer2dOptions' => 'Graph/options/renderer_2d.php',
  113. 'ezcGraphRenderer3d' => 'Graph/renderer/3d.php',
  114. 'ezcGraphRenderer3dOptions' => 'Graph/options/renderer_3d.php',
  115. 'ezcGraphRotation' => 'Graph/math/rotation.php',
  116. 'ezcGraphSvgDriver' => 'Graph/driver/svg.php',
  117. 'ezcGraphSvgDriverOptions' => 'Graph/options/svg_driver.php',
  118. 'ezcGraphSvgFont' => 'Graph/driver/svg_font.php',
  119. 'ezcGraphTools' => 'Graph/tools.php',
  120. 'ezcGraphTranslation' => 'Graph/math/translation.php',
  121. 'ezcGraphVector' => 'Graph/math/vector.php',
  122. 'ezcGraphVerboseDriver' => 'Graph/driver/verbose.php',
  123. );
  124. ?>