ziya 2.1.6 → 2.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (334) hide show
  1. data/Manifest.txt +0 -317
  2. data/README.txt +4 -2
  3. data/Rakefile +3 -3
  4. data/examples/charts/basic_chart.rb +0 -8
  5. data/examples/charts/views/index.erb +4 -9
  6. data/lib/ziya/charts/base.rb +2 -2
  7. data/lib/ziya/charts/support/base.rb +1 -1
  8. data/lib/ziya/core_ext/string.rb +6 -6
  9. data/lib/ziya/gauges/base.rb +1 -1
  10. data/lib/ziya/gauges/support/base.rb +2 -2
  11. data/lib/ziya/maps/base.rb +3 -3
  12. data/lib/ziya/maps/support/base.rb +2 -2
  13. data/lib/ziya/version.rb +1 -1
  14. data/lib/ziya/yaml_helpers/base.rb +1 -1
  15. data/spec/charts/chart_type_spec.rb +1 -1
  16. data/spec/core_ext/string_spec.rb +10 -10
  17. metadata +4 -321
  18. data/docs/History.txt.html +0 -50
  19. data/docs/README.txt.html +0 -403
  20. data/docs/String.html +0 -832
  21. data/docs/Ziya.html +0 -636
  22. data/docs/Ziya/Charts.html +0 -909
  23. data/docs/Ziya/Charts/Area.html +0 -672
  24. data/docs/Ziya/Charts/AreaThreed.html +0 -672
  25. data/docs/Ziya/Charts/Bar.html +0 -672
  26. data/docs/Ziya/Charts/Base.html +0 -1101
  27. data/docs/Ziya/Charts/Bubble.html +0 -672
  28. data/docs/Ziya/Charts/CandleStick.html +0 -672
  29. data/docs/Ziya/Charts/Column.html +0 -672
  30. data/docs/Ziya/Charts/ColumnThreed.html +0 -672
  31. data/docs/Ziya/Charts/Custom.html +0 -672
  32. data/docs/Ziya/Charts/Donut.html +0 -672
  33. data/docs/Ziya/Charts/FloatingBar.html +0 -672
  34. data/docs/Ziya/Charts/FloatingColumn.html +0 -672
  35. data/docs/Ziya/Charts/ImageColumn.html +0 -672
  36. data/docs/Ziya/Charts/ImagePie.html +0 -672
  37. data/docs/Ziya/Charts/Line.html +0 -672
  38. data/docs/Ziya/Charts/Mixed.html +0 -672
  39. data/docs/Ziya/Charts/ParallelThreedColumn.html +0 -672
  40. data/docs/Ziya/Charts/Pie.html +0 -672
  41. data/docs/Ziya/Charts/PieThreed.html +0 -672
  42. data/docs/Ziya/Charts/Polar.html +0 -672
  43. data/docs/Ziya/Charts/Scatter.html +0 -672
  44. data/docs/Ziya/Charts/StackedArea.html +0 -672
  45. data/docs/Ziya/Charts/StackedBar.html +0 -672
  46. data/docs/Ziya/Charts/StackedColumn.html +0 -672
  47. data/docs/Ziya/Charts/StackedThreedArea.html +0 -672
  48. data/docs/Ziya/Charts/StackedThreedColumn.html +0 -672
  49. data/docs/Ziya/Charts/Support.html +0 -1245
  50. data/docs/Ziya/Charts/Support/Area.html +0 -582
  51. data/docs/Ziya/Charts/Support/AxisCategory.html +0 -583
  52. data/docs/Ziya/Charts/Support/AxisTicks.html +0 -644
  53. data/docs/Ziya/Charts/Support/AxisValue.html +0 -583
  54. data/docs/Ziya/Charts/Support/Base.html +0 -577
  55. data/docs/Ziya/Charts/Support/Bevel.html +0 -583
  56. data/docs/Ziya/Charts/Support/Blur.html +0 -583
  57. data/docs/Ziya/Charts/Support/Button.html +0 -583
  58. data/docs/Ziya/Charts/Support/ChartBorder.html +0 -582
  59. data/docs/Ziya/Charts/Support/ChartGridH.html +0 -616
  60. data/docs/Ziya/Charts/Support/ChartGridV.html +0 -616
  61. data/docs/Ziya/Charts/Support/ChartGuide.html +0 -582
  62. data/docs/Ziya/Charts/Support/ChartLabel.html +0 -583
  63. data/docs/Ziya/Charts/Support/ChartNote.html +0 -582
  64. data/docs/Ziya/Charts/Support/ChartPref.html +0 -589
  65. data/docs/Ziya/Charts/Support/ChartRect.html +0 -632
  66. data/docs/Ziya/Charts/Support/ChartTransition.html +0 -613
  67. data/docs/Ziya/Charts/Support/Circle.html +0 -583
  68. data/docs/Ziya/Charts/Support/ContextMenu.html +0 -583
  69. data/docs/Ziya/Charts/Support/Draw.html +0 -886
  70. data/docs/Ziya/Charts/Support/DrawBase.html +0 -577
  71. data/docs/Ziya/Charts/Support/Filter.html +0 -668
  72. data/docs/Ziya/Charts/Support/FlashToJavascript.html +0 -596
  73. data/docs/Ziya/Charts/Support/Glow.html +0 -583
  74. data/docs/Ziya/Charts/Support/Image.html +0 -583
  75. data/docs/Ziya/Charts/Support/Legend.html +0 -582
  76. data/docs/Ziya/Charts/Support/Line.html +0 -583
  77. data/docs/Ziya/Charts/Support/Link.html +0 -734
  78. data/docs/Ziya/Charts/Support/LinkData.html +0 -589
  79. data/docs/Ziya/Charts/Support/Rect.html +0 -583
  80. data/docs/Ziya/Charts/Support/Scroll.html +0 -583
  81. data/docs/Ziya/Charts/Support/Series.html +0 -583
  82. data/docs/Ziya/Charts/Support/SeriesColor.html +0 -676
  83. data/docs/Ziya/Charts/Support/SeriesExplode.html +0 -676
  84. data/docs/Ziya/Charts/Support/Shadow.html +0 -583
  85. data/docs/Ziya/Charts/Support/Text.html +0 -664
  86. data/docs/Ziya/Charts/Support/Tooltip.html +0 -583
  87. data/docs/Ziya/Charts/Support/Update.html +0 -590
  88. data/docs/Ziya/Gauges.html +0 -644
  89. data/docs/Ziya/Gauges/Base.html +0 -1052
  90. data/docs/Ziya/Gauges/Radial.html +0 -654
  91. data/docs/Ziya/Gauges/Signal.html +0 -794
  92. data/docs/Ziya/Gauges/Support.html +0 -726
  93. data/docs/Ziya/Gauges/Support/Area.html +0 -577
  94. data/docs/Ziya/Gauges/Support/Base.html +0 -690
  95. data/docs/Ziya/Gauges/Support/Circle.html +0 -577
  96. data/docs/Ziya/Gauges/Support/Design.html +0 -577
  97. data/docs/Ziya/Gauges/Support/Image.html +0 -577
  98. data/docs/Ziya/Gauges/Support/Line.html +0 -577
  99. data/docs/Ziya/Gauges/Support/Link.html +0 -577
  100. data/docs/Ziya/Gauges/Support/Move.html +0 -577
  101. data/docs/Ziya/Gauges/Support/Point.html +0 -577
  102. data/docs/Ziya/Gauges/Support/Polygon.html +0 -577
  103. data/docs/Ziya/Gauges/Support/RadialBase.html +0 -654
  104. data/docs/Ziya/Gauges/Support/RadialNumbers.html +0 -694
  105. data/docs/Ziya/Gauges/Support/RadialTicks.html +0 -676
  106. data/docs/Ziya/Gauges/Support/Rect.html +0 -577
  107. data/docs/Ziya/Gauges/Support/Rotate.html +0 -577
  108. data/docs/Ziya/Gauges/Support/Scale.html +0 -577
  109. data/docs/Ziya/Gauges/Support/Text.html +0 -656
  110. data/docs/Ziya/Gauges/Support/Update.html +0 -577
  111. data/docs/Ziya/Gauges/Thermo.html +0 -826
  112. data/docs/Ziya/HtmlHelpers.html +0 -597
  113. data/docs/Ziya/HtmlHelpers/Charts.html +0 -1399
  114. data/docs/Ziya/HtmlHelpers/Gauges.html +0 -987
  115. data/docs/Ziya/HtmlHelpers/Maps.html +0 -950
  116. data/docs/Ziya/Maps.html +0 -713
  117. data/docs/Ziya/Maps/Australia.html +0 -648
  118. data/docs/Ziya/Maps/Base.html +0 -1099
  119. data/docs/Ziya/Maps/Belgium.html +0 -648
  120. data/docs/Ziya/Maps/Brazil.html +0 -648
  121. data/docs/Ziya/Maps/Canada.html +0 -648
  122. data/docs/Ziya/Maps/Europe.html +0 -648
  123. data/docs/Ziya/Maps/France.html +0 -648
  124. data/docs/Ziya/Maps/Geocode.html +0 -752
  125. data/docs/Ziya/Maps/Germany.html +0 -648
  126. data/docs/Ziya/Maps/Italy.html +0 -648
  127. data/docs/Ziya/Maps/Mexico.html +0 -648
  128. data/docs/Ziya/Maps/Support.html +0 -798
  129. data/docs/Ziya/Maps/Support/Arc.html +0 -577
  130. data/docs/Ziya/Maps/Support/ArcColor.html +0 -577
  131. data/docs/Ziya/Maps/Support/ArcRange.html +0 -577
  132. data/docs/Ziya/Maps/Support/BackgroundColor.html +0 -577
  133. data/docs/Ziya/Maps/Support/Base.html +0 -792
  134. data/docs/Ziya/Maps/Support/DefaultColor.html +0 -577
  135. data/docs/Ziya/Maps/Support/DefaultPoint.html +0 -577
  136. data/docs/Ziya/Maps/Support/FirstZoom.html +0 -577
  137. data/docs/Ziya/Maps/Support/HeatRange.html +0 -658
  138. data/docs/Ziya/Maps/Support/Hover.html +0 -577
  139. data/docs/Ziya/Maps/Support/Line.html +0 -577
  140. data/docs/Ziya/Maps/Support/LineColor.html +0 -577
  141. data/docs/Ziya/Maps/Support/LineRange.html +0 -577
  142. data/docs/Ziya/Maps/Support/OutlineColor.html +0 -577
  143. data/docs/Ziya/Maps/Support/Point.html +0 -577
  144. data/docs/Ziya/Maps/Support/PointRange.html +0 -577
  145. data/docs/Ziya/Maps/Support/Range.html +0 -753
  146. data/docs/Ziya/Maps/Support/Ranges.html +0 -658
  147. data/docs/Ziya/Maps/Support/Region.html +0 -577
  148. data/docs/Ziya/Maps/Support/ScalePoints.html +0 -577
  149. data/docs/Ziya/Maps/Support/ShowName.html +0 -577
  150. data/docs/Ziya/Maps/Support/State.html +0 -577
  151. data/docs/Ziya/Maps/Support/StateInfoIcon.html +0 -577
  152. data/docs/Ziya/Maps/Support/ZoomMode.html +0 -577
  153. data/docs/Ziya/Maps/Support/ZoomOutButton.html +0 -577
  154. data/docs/Ziya/Maps/Support/ZoomOutScale.html +0 -577
  155. data/docs/Ziya/Maps/Sweden.html +0 -648
  156. data/docs/Ziya/Maps/Uk.html +0 -648
  157. data/docs/Ziya/Maps/Us.html +0 -648
  158. data/docs/Ziya/Maps/World.html +0 -648
  159. data/docs/Ziya/YamlHelpers.html +0 -592
  160. data/docs/Ziya/YamlHelpers/Gauges.html +0 -848
  161. data/docs/Ziya/YamlHelpers/Maps.html +0 -750
  162. data/docs/Ziya/Ziyafy.html +0 -735
  163. data/docs/bin/ziyafy.html +0 -52
  164. data/docs/created.rid +0 -1
  165. data/docs/examples/charts/public/charts/themes/readme.txt.html +0 -61
  166. data/docs/examples/maps/public/maps/themes/readme.txt.html +0 -61
  167. data/docs/images/brick.png +0 -0
  168. data/docs/images/brick_link.png +0 -0
  169. data/docs/images/bullet_black.png +0 -0
  170. data/docs/images/date.png +0 -0
  171. data/docs/images/macFFBgHack.png +0 -0
  172. data/docs/images/package.png +0 -0
  173. data/docs/images/page_green.png +0 -0
  174. data/docs/images/page_white_width.png +0 -0
  175. data/docs/images/plugin.png +0 -0
  176. data/docs/images/ruby.png +0 -0
  177. data/docs/images/tag_green.png +0 -0
  178. data/docs/images/wrench.png +0 -0
  179. data/docs/images/wrench_orange.png +0 -0
  180. data/docs/images/zoom.png +0 -0
  181. data/docs/index.html +0 -978
  182. data/docs/js/darkfish.js +0 -91
  183. data/docs/js/jquery.js +0 -32
  184. data/docs/js/quicksearch.js +0 -135
  185. data/docs/js/thickbox-compressed.js +0 -10
  186. data/docs/lib/ziya.rb.html +0 -43
  187. data/docs/lib/ziya/charts/area.rb.html +0 -54
  188. data/docs/lib/ziya/charts/area_threed.rb.html +0 -153
  189. data/docs/lib/ziya/charts/bar.rb.html +0 -45
  190. data/docs/lib/ziya/charts/base.rb.html +0 -71
  191. data/docs/lib/ziya/charts/bubble.rb.html +0 -54
  192. data/docs/lib/ziya/charts/candle_stick.rb.html +0 -45
  193. data/docs/lib/ziya/charts/column.rb.html +0 -45
  194. data/docs/lib/ziya/charts/column_threed.rb.html +0 -45
  195. data/docs/lib/ziya/charts/custom.rb.html +0 -54
  196. data/docs/lib/ziya/charts/donut.rb.html +0 -54
  197. data/docs/lib/ziya/charts/floating_bar.rb.html +0 -45
  198. data/docs/lib/ziya/charts/floating_column.rb.html +0 -45
  199. data/docs/lib/ziya/charts/image_column.rb.html +0 -54
  200. data/docs/lib/ziya/charts/image_pie.rb.html +0 -54
  201. data/docs/lib/ziya/charts/line.rb.html +0 -45
  202. data/docs/lib/ziya/charts/mixed.rb.html +0 -45
  203. data/docs/lib/ziya/charts/parallel_threed_column.rb.html +0 -45
  204. data/docs/lib/ziya/charts/pie.rb.html +0 -45
  205. data/docs/lib/ziya/charts/pie_threed.rb.html +0 -45
  206. data/docs/lib/ziya/charts/polar.rb.html +0 -45
  207. data/docs/lib/ziya/charts/scatter.rb.html +0 -45
  208. data/docs/lib/ziya/charts/stacked_area.rb.html +0 -45
  209. data/docs/lib/ziya/charts/stacked_bar.rb.html +0 -45
  210. data/docs/lib/ziya/charts/stacked_column.rb.html +0 -45
  211. data/docs/lib/ziya/charts/stacked_threed_area.rb.html +0 -45
  212. data/docs/lib/ziya/charts/stacked_threed_column.rb.html +0 -45
  213. data/docs/lib/ziya/charts/support/area.rb.html +0 -56
  214. data/docs/lib/ziya/charts/support/axis_category.rb.html +0 -407
  215. data/docs/lib/ziya/charts/support/axis_ticks.rb.html +0 -48
  216. data/docs/lib/ziya/charts/support/axis_value.rb.html +0 -48
  217. data/docs/lib/ziya/charts/support/base.rb.html +0 -64
  218. data/docs/lib/ziya/charts/support/bevel.rb.html +0 -48
  219. data/docs/lib/ziya/charts/support/blur.rb.html +0 -48
  220. data/docs/lib/ziya/charts/support/button.rb.html +0 -48
  221. data/docs/lib/ziya/charts/support/chart_border.rb.html +0 -48
  222. data/docs/lib/ziya/charts/support/chart_grid_h.rb.html +0 -48
  223. data/docs/lib/ziya/charts/support/chart_grid_v.rb.html +0 -48
  224. data/docs/lib/ziya/charts/support/chart_guide.rb.html +0 -48
  225. data/docs/lib/ziya/charts/support/chart_label.rb.html +0 -49
  226. data/docs/lib/ziya/charts/support/chart_note.rb.html +0 -53
  227. data/docs/lib/ziya/charts/support/chart_pref.rb.html +0 -48
  228. data/docs/lib/ziya/charts/support/chart_rect.rb.html +0 -48
  229. data/docs/lib/ziya/charts/support/chart_transition.rb.html +0 -48
  230. data/docs/lib/ziya/charts/support/circle.rb.html +0 -48
  231. data/docs/lib/ziya/charts/support/context_menu.rb.html +0 -47
  232. data/docs/lib/ziya/charts/support/draw.rb.html +0 -57
  233. data/docs/lib/ziya/charts/support/draw_base.rb.html +0 -48
  234. data/docs/lib/ziya/charts/support/filter.rb.html +0 -52
  235. data/docs/lib/ziya/charts/support/flash_to_javascript.rb.html +0 -48
  236. data/docs/lib/ziya/charts/support/glow.rb.html +0 -48
  237. data/docs/lib/ziya/charts/support/image.rb.html +0 -52
  238. data/docs/lib/ziya/charts/support/legend.rb.html +0 -48
  239. data/docs/lib/ziya/charts/support/line.rb.html +0 -48
  240. data/docs/lib/ziya/charts/support/link.rb.html +0 -48
  241. data/docs/lib/ziya/charts/support/link_data.rb.html +0 -48
  242. data/docs/lib/ziya/charts/support/rect.rb.html +0 -48
  243. data/docs/lib/ziya/charts/support/scroll.rb.html +0 -50
  244. data/docs/lib/ziya/charts/support/series.rb.html +0 -47
  245. data/docs/lib/ziya/charts/support/series_color.rb.html +0 -62
  246. data/docs/lib/ziya/charts/support/series_explode.rb.html +0 -65
  247. data/docs/lib/ziya/charts/support/shadow.rb.html +0 -48
  248. data/docs/lib/ziya/charts/support/text.rb.html +0 -51
  249. data/docs/lib/ziya/charts/support/tooltip.rb.html +0 -53
  250. data/docs/lib/ziya/charts/support/update.rb.html +0 -49
  251. data/docs/lib/ziya/core_ext/string.rb.html +0 -50
  252. data/docs/lib/ziya/gauges/base.rb.html +0 -54
  253. data/docs/lib/ziya/gauges/radial.rb.html +0 -64
  254. data/docs/lib/ziya/gauges/signal.rb.html +0 -49
  255. data/docs/lib/ziya/gauges/support/area.rb.html +0 -57
  256. data/docs/lib/ziya/gauges/support/base.rb.html +0 -39
  257. data/docs/lib/ziya/gauges/support/circle.rb.html +0 -57
  258. data/docs/lib/ziya/gauges/support/design.rb.html +0 -39
  259. data/docs/lib/ziya/gauges/support/image.rb.html +0 -57
  260. data/docs/lib/ziya/gauges/support/line.rb.html +0 -57
  261. data/docs/lib/ziya/gauges/support/link.rb.html +0 -57
  262. data/docs/lib/ziya/gauges/support/move.rb.html +0 -57
  263. data/docs/lib/ziya/gauges/support/point.rb.html +0 -57
  264. data/docs/lib/ziya/gauges/support/polygon.rb.html +0 -57
  265. data/docs/lib/ziya/gauges/support/radial_base.rb.html +0 -58
  266. data/docs/lib/ziya/gauges/support/radial_numbers.rb.html +0 -60
  267. data/docs/lib/ziya/gauges/support/radial_ticks.rb.html +0 -57
  268. data/docs/lib/ziya/gauges/support/rect.rb.html +0 -57
  269. data/docs/lib/ziya/gauges/support/rotate.rb.html +0 -57
  270. data/docs/lib/ziya/gauges/support/scale.rb.html +0 -57
  271. data/docs/lib/ziya/gauges/support/text.rb.html +0 -57
  272. data/docs/lib/ziya/gauges/support/update.rb.html +0 -57
  273. data/docs/lib/ziya/gauges/thermo.rb.html +0 -48
  274. data/docs/lib/ziya/html_helpers.rb.html +0 -39
  275. data/docs/lib/ziya/html_helpers/base.rb.html +0 -48
  276. data/docs/lib/ziya/html_helpers/charts.rb.html +0 -48
  277. data/docs/lib/ziya/html_helpers/gauges.rb.html +0 -48
  278. data/docs/lib/ziya/html_helpers/maps.rb.html +0 -39
  279. data/docs/lib/ziya/maps/australia.rb.html +0 -48
  280. data/docs/lib/ziya/maps/base.rb.html +0 -62
  281. data/docs/lib/ziya/maps/belgium.rb.html +0 -39
  282. data/docs/lib/ziya/maps/brazil.rb.html +0 -39
  283. data/docs/lib/ziya/maps/canada.rb.html +0 -39
  284. data/docs/lib/ziya/maps/europe.rb.html +0 -39
  285. data/docs/lib/ziya/maps/france.rb.html +0 -39
  286. data/docs/lib/ziya/maps/geocode.rb.html +0 -45
  287. data/docs/lib/ziya/maps/germany.rb.html +0 -39
  288. data/docs/lib/ziya/maps/italy.rb.html +0 -39
  289. data/docs/lib/ziya/maps/mexico.rb.html +0 -39
  290. data/docs/lib/ziya/maps/support/arc.rb.html +0 -48
  291. data/docs/lib/ziya/maps/support/arc_color.rb.html +0 -48
  292. data/docs/lib/ziya/maps/support/arc_range.rb.html +0 -48
  293. data/docs/lib/ziya/maps/support/background_color.rb.html +0 -48
  294. data/docs/lib/ziya/maps/support/base.rb.html +0 -48
  295. data/docs/lib/ziya/maps/support/default_color.rb.html +0 -48
  296. data/docs/lib/ziya/maps/support/default_point.rb.html +0 -48
  297. data/docs/lib/ziya/maps/support/first_zoom.rb.html +0 -48
  298. data/docs/lib/ziya/maps/support/heat_range.rb.html +0 -50
  299. data/docs/lib/ziya/maps/support/hover.rb.html +0 -48
  300. data/docs/lib/ziya/maps/support/line.rb.html +0 -48
  301. data/docs/lib/ziya/maps/support/line_color.rb.html +0 -48
  302. data/docs/lib/ziya/maps/support/line_range.rb.html +0 -48
  303. data/docs/lib/ziya/maps/support/outline_color.rb.html +0 -48
  304. data/docs/lib/ziya/maps/support/point.rb.html +0 -48
  305. data/docs/lib/ziya/maps/support/point_range.rb.html +0 -48
  306. data/docs/lib/ziya/maps/support/range.rb.html +0 -48
  307. data/docs/lib/ziya/maps/support/ranges.rb.html +0 -47
  308. data/docs/lib/ziya/maps/support/region.rb.html +0 -48
  309. data/docs/lib/ziya/maps/support/scale_points.rb.html +0 -48
  310. data/docs/lib/ziya/maps/support/show_name.rb.html +0 -48
  311. data/docs/lib/ziya/maps/support/state.rb.html +0 -48
  312. data/docs/lib/ziya/maps/support/state_info_icon.rb.html +0 -48
  313. data/docs/lib/ziya/maps/support/zoom_mode.rb.html +0 -48
  314. data/docs/lib/ziya/maps/support/zoom_out_button.rb.html +0 -48
  315. data/docs/lib/ziya/maps/support/zoom_out_scale.rb.html +0 -48
  316. data/docs/lib/ziya/maps/sweden.rb.html +0 -39
  317. data/docs/lib/ziya/maps/uk.rb.html +0 -39
  318. data/docs/lib/ziya/maps/us.rb.html +0 -39
  319. data/docs/lib/ziya/maps/world.rb.html +0 -39
  320. data/docs/lib/ziya/utils/logger.rb.html +0 -53
  321. data/docs/lib/ziya/version.rb.html +0 -39
  322. data/docs/lib/ziya/yaml_helpers.rb.html +0 -39
  323. data/docs/lib/ziya/yaml_helpers/base.rb.html +0 -48
  324. data/docs/lib/ziya/yaml_helpers/charts.rb.html +0 -50
  325. data/docs/lib/ziya/yaml_helpers/gauges.rb.html +0 -39
  326. data/docs/lib/ziya/yaml_helpers/maps.rb.html +0 -39
  327. data/docs/rdoc.css +0 -664
  328. data/docs/release_notes.txt.html +0 -51
  329. data/docs/resources/charts/themes/readme.txt.html +0 -61
  330. data/docs/resources/maps/themes/readme.txt.html +0 -61
  331. data/examples/charts/public/charts/charts_library/dollar.jpg +0 -0
  332. data/examples/charts/public/charts/charts_library/pie.jpg +0 -0
  333. data/examples/charts/public/charts/themes/cool_theme/line_chart.yml +0 -5
  334. data/examples/charts/public/fred.xml +0 -21
@@ -1,39 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
-
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
- <head>
7
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
-
9
- <title>: </title>
10
-
11
- <link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet" />
12
-
13
- </head>
14
- <body class="file">
15
-
16
- <div id="metadata">
17
- <dl>
18
- <dt class="modified-date">Last Modified</dt>
19
- <dd class="modified-date">Fri May 22 22:49:07 -0600 2009</dd>
20
-
21
-
22
-
23
-
24
- </dl>
25
-
26
- <div class="description">
27
- <h2>Description</h2>
28
-
29
- </div>
30
- </div>
31
-
32
- <div id="validator-badges">
33
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
34
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
35
- Rdoc Generator</a></small>.</p>
36
- </div>
37
- </body>
38
- </html>
39
-
@@ -1,39 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
-
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
- <head>
7
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
-
9
- <title>: </title>
10
-
11
- <link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet" />
12
-
13
- </head>
14
- <body class="file">
15
-
16
- <div id="metadata">
17
- <dl>
18
- <dt class="modified-date">Last Modified</dt>
19
- <dd class="modified-date">Fri May 22 22:49:07 -0600 2009</dd>
20
-
21
-
22
-
23
-
24
- </dl>
25
-
26
- <div class="description">
27
- <h2>Description</h2>
28
-
29
- </div>
30
- </div>
31
-
32
- <div id="validator-badges">
33
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
34
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
35
- Rdoc Generator</a></small>.</p>
36
- </div>
37
- </body>
38
- </html>
39
-
@@ -1,39 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
-
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
- <head>
7
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
-
9
- <title>: </title>
10
-
11
- <link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet" />
12
-
13
- </head>
14
- <body class="file">
15
-
16
- <div id="metadata">
17
- <dl>
18
- <dt class="modified-date">Last Modified</dt>
19
- <dd class="modified-date">Fri May 22 22:31:57 -0600 2009</dd>
20
-
21
-
22
-
23
-
24
- </dl>
25
-
26
- <div class="description">
27
- <h2>Description</h2>
28
-
29
- </div>
30
- </div>
31
-
32
- <div id="validator-badges">
33
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
34
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
35
- Rdoc Generator</a></small>.</p>
36
- </div>
37
- </body>
38
- </html>
39
-
@@ -1,53 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
-
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
- <head>
7
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
-
9
- <title>: </title>
10
-
11
- <link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet" />
12
-
13
- </head>
14
- <body class="file">
15
-
16
- <div id="metadata">
17
- <dl>
18
- <dt class="modified-date">Last Modified</dt>
19
- <dd class="modified-date">Sat Oct 25 09:18:00 -0600 2008</dd>
20
-
21
-
22
- <dt class="requires">Requires</dt>
23
- <dd class="requires">
24
- <ul>
25
-
26
- <li>logging</li>
27
-
28
- <li>forwardable</li>
29
-
30
- </ul>
31
- </dd>
32
-
33
-
34
-
35
- </dl>
36
-
37
- <div class="description">
38
- <h2>Description</h2>
39
- <hr size="10"></hr><p>
40
- Ziya default logger if none is given
41
- </p>
42
- <hr size="10"></hr>
43
- </div>
44
- </div>
45
-
46
- <div id="validator-badges">
47
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
48
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
49
- Rdoc Generator</a></small>.</p>
50
- </div>
51
- </body>
52
- </html>
53
-
@@ -1,39 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
-
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
- <head>
7
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
-
9
- <title>: </title>
10
-
11
- <link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet" />
12
-
13
- </head>
14
- <body class="file">
15
-
16
- <div id="metadata">
17
- <dl>
18
- <dt class="modified-date">Last Modified</dt>
19
- <dd class="modified-date">Wed Nov 04 06:52:06 -0700 2009</dd>
20
-
21
-
22
-
23
-
24
- </dl>
25
-
26
- <div class="description">
27
- <h2>Description</h2>
28
-
29
- </div>
30
- </div>
31
-
32
- <div id="validator-badges">
33
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
34
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
35
- Rdoc Generator</a></small>.</p>
36
- </div>
37
- </body>
38
- </html>
39
-
@@ -1,39 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
-
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
- <head>
7
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
-
9
- <title>: </title>
10
-
11
- <link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet" />
12
-
13
- </head>
14
- <body class="file">
15
-
16
- <div id="metadata">
17
- <dl>
18
- <dt class="modified-date">Last Modified</dt>
19
- <dd class="modified-date">Wed Feb 04 07:14:16 -0700 2009</dd>
20
-
21
-
22
-
23
-
24
- </dl>
25
-
26
- <div class="description">
27
- <h2>Description</h2>
28
-
29
- </div>
30
- </div>
31
-
32
- <div id="validator-badges">
33
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
34
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
35
- Rdoc Generator</a></small>.</p>
36
- </div>
37
- </body>
38
- </html>
39
-
@@ -1,48 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
-
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
- <head>
7
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
-
9
- <title>: </title>
10
-
11
- <link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet" />
12
-
13
- </head>
14
- <body class="file">
15
-
16
- <div id="metadata">
17
- <dl>
18
- <dt class="modified-date">Last Modified</dt>
19
- <dd class="modified-date">Thu Feb 12 17:27:05 -0700 2009</dd>
20
-
21
-
22
- <dt class="requires">Requires</dt>
23
- <dd class="requires">
24
- <ul>
25
-
26
- <li>ziya/core_ext/string</li>
27
-
28
- </ul>
29
- </dd>
30
-
31
-
32
-
33
- </dl>
34
-
35
- <div class="description">
36
- <h2>Description</h2>
37
-
38
- </div>
39
- </div>
40
-
41
- <div id="validator-badges">
42
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
43
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
44
- Rdoc Generator</a></small>.</p>
45
- </div>
46
- </body>
47
- </html>
48
-
@@ -1,50 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
-
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
- <head>
7
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
-
9
- <title>: </title>
10
-
11
- <link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet" />
12
-
13
- </head>
14
- <body class="file">
15
-
16
- <div id="metadata">
17
- <dl>
18
- <dt class="modified-date">Last Modified</dt>
19
- <dd class="modified-date">Fri Apr 03 09:35:24 -0600 2009</dd>
20
-
21
-
22
- <dt class="requires">Requires</dt>
23
- <dd class="requires">
24
- <ul>
25
-
26
- <li>ziya/yaml_helpers/base</li>
27
-
28
- <li>ziya/html_helpers/charts</li>
29
-
30
- </ul>
31
- </dd>
32
-
33
-
34
-
35
- </dl>
36
-
37
- <div class="description">
38
- <h2>Description</h2>
39
-
40
- </div>
41
- </div>
42
-
43
- <div id="validator-badges">
44
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
45
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
46
- Rdoc Generator</a></small>.</p>
47
- </div>
48
- </body>
49
- </html>
50
-
@@ -1,39 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
-
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
- <head>
7
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
-
9
- <title>: </title>
10
-
11
- <link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet" />
12
-
13
- </head>
14
- <body class="file">
15
-
16
- <div id="metadata">
17
- <dl>
18
- <dt class="modified-date">Last Modified</dt>
19
- <dd class="modified-date">Wed Feb 11 12:24:39 -0700 2009</dd>
20
-
21
-
22
-
23
-
24
- </dl>
25
-
26
- <div class="description">
27
- <h2>Description</h2>
28
-
29
- </div>
30
- </div>
31
-
32
- <div id="validator-badges">
33
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
34
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
35
- Rdoc Generator</a></small>.</p>
36
- </div>
37
- </body>
38
- </html>
39
-
@@ -1,39 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
-
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
- <head>
7
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
-
9
- <title>: </title>
10
-
11
- <link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet" />
12
-
13
- </head>
14
- <body class="file">
15
-
16
- <div id="metadata">
17
- <dl>
18
- <dt class="modified-date">Last Modified</dt>
19
- <dd class="modified-date">Wed Feb 04 06:48:59 -0700 2009</dd>
20
-
21
-
22
-
23
-
24
- </dl>
25
-
26
- <div class="description">
27
- <h2>Description</h2>
28
-
29
- </div>
30
- </div>
31
-
32
- <div id="validator-badges">
33
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
34
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
35
- Rdoc Generator</a></small>.</p>
36
- </div>
37
- </body>
38
- </html>
39
-
@@ -1,664 +0,0 @@
1
- /*
2
- * "Darkfish" Rdoc CSS
3
- * $Id: rdoc.css 41 2008-09-26 06:14:25Z deveiant $
4
- *
5
- * Author: Michael Granger <ged@FaerieMUD.org>
6
- *
7
- */
8
-
9
- /* Base Green is: #6C8C22 */
10
-
11
- *{ padding: 0; margin: 0; }
12
-
13
- body {
14
- background: #efefef;
15
- font: 14px "Helvetica Neue", Helvetica, Tahoma, sans-serif;
16
- }
17
- body.class, body.module {
18
- margin-left: 40px;
19
- }
20
- body.file {
21
- font-size: 90%;
22
- }
23
-
24
- h1 {
25
- font-size: 200%;
26
- text-shadow: rgba(70,70,70,0.65) 2px 2px 3px;
27
- background-color: #6C8C22;
28
- color: white;
29
- padding: 4px 8px;
30
- -moz-border-radius: 5px;
31
- -webkit-border-radius: 5px;
32
- -webkit-box-shadow: 3px 3px 4px rgba(70,70,70,0.59);
33
- border: 1px solid #6c8238;
34
- }
35
- h2,h3,h4 { margin-top: 1.5em; }
36
-
37
- a {
38
- color: #6C8C22;
39
- text-decoration: none;
40
- }
41
- a:hover {
42
- border-bottom: 1px dotted #6C8C22;
43
- }
44
-
45
- pre {
46
- background: #ddd;
47
- padding: 0.5em 0;
48
- }
49
-
50
-
51
- /* @group Generic Classes */
52
-
53
- .quicksearch-field {
54
- width: 98%;
55
- background: #ddd;
56
- border: 1px solid #aaa;
57
- height: 1.5em;
58
- -webkit-border-radius: 4px;
59
- }
60
- .quicksearch-field:focus {
61
- background: #f1edba;
62
- }
63
-
64
- .missing-docs {
65
- font-size: 120%;
66
- background: white url(images/wrench_orange.png) no-repeat 4px center;
67
- color: #ccc;
68
- line-height: 2em;
69
- border: 1px solid #d00;
70
- opacity: 1;
71
- padding-left: 20px;
72
- text-indent: 24px;
73
- letter-spacing: 3px;
74
- font-weight: bold;
75
- -webkit-border-radius: 5px;
76
- -moz-border-radius: 5px;
77
- }
78
-
79
- .target-section {
80
- border: 2px solid #dcce90;
81
- border-left-width: 8px;
82
- padding: 0 1em;
83
- background: #fff3c2;
84
- }
85
-
86
- /* @end */
87
-
88
-
89
- /* @group Index Page */
90
- body.indexpage {
91
- margin: 1em 3em;
92
- }
93
- body.indexpage p,
94
- body.indexpage div {
95
- margin: 1em 0;
96
- }
97
-
98
- .indexpage ul {
99
- line-height: 160%;
100
- list-style: none;
101
- }
102
- .indexpage ul a {
103
- font-size: 16px;
104
- }
105
-
106
- .indexpage li {
107
- padding-left: 20px;
108
- background: url(images/bullet_black.png) no-repeat left 4px;
109
- }
110
- .indexpage li.module {
111
- background: url(images/package.png) no-repeat left 4px;
112
- }
113
- .indexpage li.class {
114
- background: url(images/ruby.png) no-repeat left 4px;
115
- }
116
-
117
-
118
- /* @end */
119
-
120
- /* @group Top-Level Structure */
121
-
122
- .class #metadata,
123
- .module #metadata {
124
- float: left;
125
- width: 260px;
126
- }
127
-
128
- .class #documentation,
129
- .module #documentation {
130
- margin: 2em 1em 5em 300px;
131
- min-width: 340px;
132
- }
133
-
134
- .file #metadata {
135
- margin: 0.8em;
136
- }
137
-
138
- #validator-badges {
139
- clear: both;
140
- margin: 1em 1em 2em;
141
- }
142
-
143
- /* @end */
144
-
145
- /* @group Metadata Section */
146
- #metadata .section {
147
- background-color: #dedede;
148
- -moz-border-radius: 5px;
149
- -webkit-border-radius: 5px;
150
- border: 1px solid #aaa;
151
- margin: 0 8px 16px;
152
- font-size: 90%;
153
- overflow: hidden;
154
- }
155
- #metadata h3.section-header {
156
- margin: 0;
157
- padding: 2px 8px;
158
- background: #ccc;
159
- color: #666;
160
- -moz-border-radius-topleft: 4px;
161
- -moz-border-radius-topright: 4px;
162
- -webkit-border-top-left-radius: 4px;
163
- -webkit-border-top-right-radius: 4px;
164
- border-bottom: 1px solid #aaa;
165
- }
166
- #metadata ul,
167
- #metadata dl,
168
- #metadata p {
169
- padding: 8px;
170
- list-style: none;
171
- }
172
-
173
- #file-metadata ul {
174
- padding-left: 28px;
175
- list-style-image: url(images/page_green.png);
176
- }
177
-
178
- dl.svninfo {
179
- color: #666;
180
- margin: 0;
181
- }
182
-
183
- ul.link-list li {
184
- white-space: nowrap;
185
- }
186
- ul.link-list .type {
187
- font-size: 8px;
188
- text-transform: uppercase;
189
- color: white;
190
- background: #969696;
191
- padding: 2px 4px;
192
- -webkit-border-radius: 5px;
193
- }
194
-
195
- /* @end */
196
-
197
-
198
- /* @group Project Metadata Section */
199
- #project-metadata {
200
- margin-top: 3em;
201
- }
202
-
203
- #project-metadata .section {
204
- border: 1px solid #aaa;
205
- }
206
- #project-metadata h3.section-header {
207
- border-bottom: 1px solid #aaa;
208
- }
209
-
210
- #project-metadata form {
211
- color: #777;
212
- background: #ccc;
213
- padding: 8px 8px 16px;
214
- border-top: 1px solid #bbb;
215
- -webkit-border-bottom-left-radius: 4px;
216
- -webkit-border-bottom-right-radius: 4px;
217
- -moz-border-radius-bottomleft: 4px;
218
- -moz-border-radius-bottomright: 4px;
219
- }
220
- #project-metadata fieldset {
221
- border: 0;
222
- }
223
-
224
- #no-class-search-results {
225
- margin: 0 auto 1em;
226
- text-align: center;
227
- font-size: 14px;
228
- font-weight: bold;
229
- color: #aaa;
230
- }
231
-
232
- /* @end */
233
-
234
-
235
- /* @group Documentation Section */
236
- #description {
237
- font-size: 100%;
238
- color: #333;
239
- }
240
-
241
- #description p {
242
- margin: 1em 0.4em;
243
- }
244
-
245
- #description ul {
246
- margin-left: 2em;
247
- }
248
- #description ul li {
249
- line-height: 1.4em;
250
- }
251
-
252
- #description dl,
253
- #documentation dl {
254
- margin: 8px 1.5em;
255
- border: 1px solid #ccc;
256
- }
257
- #description dl {
258
- font-size: 14px;
259
- }
260
-
261
- #description dt,
262
- #documentation dt {
263
- padding: 2px 4px;
264
- font-weight: bold;
265
- background: #ddd;
266
- }
267
- #description dd,
268
- #documentation dd {
269
- padding: 2px 12px;
270
- }
271
- #description dd + dt,
272
- #documentation dd + dt {
273
- margin-top: 0.7em;
274
- }
275
-
276
- #documentation .section {
277
- font-size: 90%;
278
- }
279
- #documentation h3.section-header {
280
- margin-top: 2em;
281
- padding: 0.75em 0.5em;
282
- background-color: #dedede;
283
- color: #333;
284
- font-size: 150%;
285
- border: 1px solid #bbb;
286
- -moz-border-radius: 3px;
287
- -webkit-border-radius: 3px;
288
- }
289
-
290
- #constants-list dl,
291
- #attributes-list dl {
292
- margin: 1em 1em 2em;
293
- margin-bottom: 2em;
294
- margin-top: 1em;
295
-
296
- border: 0;
297
- }
298
- #constants-list dl dt,
299
- #attributes-list dl dt {
300
- font-weight: bold;
301
- font-family: Monaco, "Andale Mono";
302
- }
303
- #constants-list dl dd,
304
- #attributes-list dl dd {
305
- margin: 0 0 1em 0;
306
- }
307
-
308
- /* @group Method Details */
309
-
310
- #documentation .method-source-code {
311
- display: none;
312
- }
313
-
314
- #documentation .method-detail {
315
- margin: 0.5em 0;
316
- padding: 0.5em 0;
317
- cursor: pointer;
318
- }
319
- #documentation .method-detail:hover {
320
- background-color: #f1edba;
321
- }
322
- #documentation .method-alias {
323
- font-style: oblique;
324
- }
325
- #documentation .method-heading {
326
- position: relative;
327
- padding: 2px 4px 0 20px;
328
- font-size: 125%;
329
- font-weight: bold;
330
- color: #333;
331
- background: url(images/brick.png) no-repeat left bottom;
332
- }
333
- #documentation .method-heading a {
334
- color: inherit;
335
- }
336
- #documentation .method-click-advice {
337
- position: absolute;
338
- top: 2px;
339
- right: 5px;
340
- font-size: 10px;
341
- color: #9b9877;
342
- visibility: hidden;
343
- padding-right: 20px;
344
- line-height: 20px;
345
- background: url(images/zoom.png) no-repeat right top;
346
- }
347
- #documentation .method-detail:hover .method-click-advice {
348
- visibility: visible;
349
- }
350
-
351
- #documentation .method-alias .method-heading {
352
- color: #666;
353
- background: url(images/brick_link.png) no-repeat left bottom;
354
- }
355
-
356
- #documentation .method-description,
357
- #documentation .aliases {
358
- margin: 0 20px;
359
- line-height: 1.2em;
360
- color: #666;
361
- }
362
- #documentation .aliases {
363
- padding-top: 4px;
364
- font-style: italic;
365
- cursor: default;
366
- }
367
- #documentation .method-description p {
368
- padding: 0;
369
- }
370
- #documentation .method-description p + p {
371
- margin-bottom: 0.5em;
372
- }
373
-
374
- #documentation .attribute-method-heading {
375
- background: url(images/tag_green.png) no-repeat left bottom;
376
- }
377
- #documentation #attribute-method-details .method-detail:hover {
378
- background-color: transparent;
379
- cursor: default;
380
- }
381
- #documentation .attribute-access-type {
382
- font-size: 60%;
383
- text-transform: uppercase;
384
- vertical-align: super;
385
- padding: 0 2px;
386
- }
387
- /* @end */
388
-
389
- /* @end */
390
-
391
-
392
-
393
- /* @group Source Code */
394
-
395
- a.source-toggle {
396
- font-size: 90%;
397
- }
398
- a.source-toggle img {
399
-
400
- }
401
-
402
- div.method-source-code {
403
- background: #262626;
404
- color: #efefef;
405
- margin: 1em;
406
- padding: 0.5em;
407
- border: 1px dashed #999;
408
- overflow: hidden;
409
- }
410
-
411
- div.method-source-code pre {
412
- background: inherit;
413
- padding: 0;
414
- color: white;
415
- overflow: hidden;
416
- }
417
-
418
- /* @group Ruby keyword styles */
419
-
420
- .standalone-code { background: #221111; color: #ffdead; overflow: hidden; }
421
-
422
- .ruby-constant { color: #7fffd4; background: transparent; }
423
- .ruby-keyword { color: #00ffff; background: transparent; }
424
- .ruby-ivar { color: #eedd82; background: transparent; }
425
- .ruby-operator { color: #00ffee; background: transparent; }
426
- .ruby-identifier { color: #ffdead; background: transparent; }
427
- .ruby-node { color: #ffa07a; background: transparent; }
428
- .ruby-comment { color: #b22222; font-weight: bold; background: transparent; }
429
- .ruby-regexp { color: #ffa07a; background: transparent; }
430
- .ruby-value { color: #7fffd4; background: transparent; }
431
-
432
- /* @end */
433
- /* @end */
434
-
435
-
436
- /* @group File Popup Contents */
437
-
438
- .file #metadata {
439
- }
440
-
441
- .file dl {
442
- font-size: 80%;
443
- padding: 0.75em;
444
- background-color: #dedede;
445
- color: #333;
446
- border: 1px solid #bbb;
447
- -moz-border-radius: 3px;
448
- -webkit-border-radius: 3px;
449
- }
450
- .file dt {
451
- font-weight: bold;
452
- padding-left: 22px;
453
- line-height: 20px;
454
- background: url(images/page_white_width.png) no-repeat left top;
455
- }
456
- .file dt.modified-date {
457
- background: url(images/date.png) no-repeat left top;
458
- }
459
- .file dt.requires {
460
- background: url(images/plugin.png) no-repeat left top;
461
- }
462
- .file dt.scs-url {
463
- background: url(images/wrench.png) no-repeat left top;
464
- }
465
-
466
- .file dl dd {
467
- margin: 0 0 1em 0;
468
- }
469
- .file #metadata dl dd ul {
470
- list-style: circle;
471
- margin-left: 20px;
472
- padding-top: 0;
473
- }
474
- .file #metadata dl dd ul li {
475
- }
476
-
477
-
478
- .file h2 {
479
- margin-top: 2em;
480
- padding: 0.75em 0.5em;
481
- background-color: #dedede;
482
- color: #333;
483
- font-size: 120%;
484
- border: 1px solid #bbb;
485
- -moz-border-radius: 3px;
486
- -webkit-border-radius: 3px;
487
- }
488
-
489
- /* @end */
490
-
491
-
492
-
493
-
494
- /* @group ThickBox Styles */
495
- #TB_window {
496
- font: 12px Arial, Helvetica, sans-serif;
497
- color: #333333;
498
- }
499
-
500
- #TB_secondLine {
501
- font: 10px Arial, Helvetica, sans-serif;
502
- color:#666666;
503
- }
504
-
505
- #TB_window a:link {color: #666666;}
506
- #TB_window a:visited {color: #666666;}
507
- #TB_window a:hover {color: #000;}
508
- #TB_window a:active {color: #666666;}
509
- #TB_window a:focus{color: #666666;}
510
-
511
- #TB_overlay {
512
- position: fixed;
513
- z-index:100;
514
- top: 0px;
515
- left: 0px;
516
- height:100%;
517
- width:100%;
518
- }
519
-
520
- .TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
521
- .TB_overlayBG {
522
- background-color:#000;
523
- filter:alpha(opacity=75);
524
- -moz-opacity: 0.75;
525
- opacity: 0.75;
526
- }
527
-
528
- * html #TB_overlay { /* ie6 hack */
529
- position: absolute;
530
- height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
531
- }
532
-
533
- #TB_window {
534
- position: fixed;
535
- background: #ffffff;
536
- z-index: 102;
537
- color:#000000;
538
- display:none;
539
- border: 4px solid #525252;
540
- text-align:left;
541
- top:50%;
542
- left:50%;
543
- }
544
-
545
- * html #TB_window { /* ie6 hack */
546
- position: absolute;
547
- margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
548
- }
549
-
550
- #TB_window img#TB_Image {
551
- display:block;
552
- margin: 15px 0 0 15px;
553
- border-right: 1px solid #ccc;
554
- border-bottom: 1px solid #ccc;
555
- border-top: 1px solid #666;
556
- border-left: 1px solid #666;
557
- }
558
-
559
- #TB_caption{
560
- height:25px;
561
- padding:7px 30px 10px 25px;
562
- float:left;
563
- }
564
-
565
- #TB_closeWindow{
566
- height:25px;
567
- padding:11px 25px 10px 0;
568
- float:right;
569
- }
570
-
571
- #TB_closeAjaxWindow{
572
- padding:7px 10px 5px 0;
573
- margin-bottom:1px;
574
- text-align:right;
575
- float:right;
576
- }
577
-
578
- #TB_ajaxWindowTitle{
579
- float:left;
580
- padding:7px 0 5px 10px;
581
- margin-bottom:1px;
582
- font-size: 22px;
583
- }
584
-
585
- #TB_title{
586
- background-color: #6C8C22;
587
- color: #dedede;
588
- height:40px;
589
- }
590
- #TB_title a {
591
- color: white !important;
592
- border-bottom: 1px dotted #dedede;
593
- }
594
-
595
- #TB_ajaxContent{
596
- clear:both;
597
- padding:2px 15px 15px 15px;
598
- overflow:auto;
599
- text-align:left;
600
- line-height:1.4em;
601
- }
602
-
603
- #TB_ajaxContent.TB_modal{
604
- padding:15px;
605
- }
606
-
607
- #TB_ajaxContent p{
608
- padding:5px 0px 5px 0px;
609
- }
610
-
611
- #TB_load{
612
- position: fixed;
613
- display:none;
614
- height:13px;
615
- width:208px;
616
- z-index:103;
617
- top: 50%;
618
- left: 50%;
619
- margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
620
- }
621
-
622
- * html #TB_load { /* ie6 hack */
623
- position: absolute;
624
- margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
625
- }
626
-
627
- #TB_HideSelect{
628
- z-index:99;
629
- position:fixed;
630
- top: 0;
631
- left: 0;
632
- background-color:#fff;
633
- border:none;
634
- filter:alpha(opacity=0);
635
- -moz-opacity: 0;
636
- opacity: 0;
637
- height:100%;
638
- width:100%;
639
- }
640
-
641
- * html #TB_HideSelect { /* ie6 hack */
642
- position: absolute;
643
- height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
644
- }
645
-
646
- #TB_iframeContent{
647
- clear:both;
648
- border:none;
649
- margin-bottom:-1px;
650
- margin-top:1px;
651
- _margin-bottom:1px;
652
- }
653
-
654
- /* @end */
655
-
656
- /* @group Debugging Section */
657
-
658
- #rdoc-debugging-section-dump {
659
- display: none;
660
- }
661
-
662
-
663
-
664
- /* @end */