survivalkit 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1261) hide show
  1. data/lib/survivalkit.rb +1 -1
  2. data/templates/drupal/drupal/arrow-asc.png +0 -0
  3. data/templates/drupal/drupal/arrow-desc.png +0 -0
  4. data/templates/drupal/drupal/background.png +0 -0
  5. data/templates/drupal/drupal/close.png +0 -0
  6. data/templates/drupal/drupal/configure.png +0 -0
  7. data/templates/drupal/drupal/draggable.png +0 -0
  8. data/templates/drupal/drupal/druplicon.png +0 -0
  9. data/templates/drupal/drupal/feed.png +0 -0
  10. data/templates/drupal/drupal/forum-icons.png +0 -0
  11. data/templates/drupal/drupal/gear-select.png +0 -0
  12. data/templates/drupal/drupal/grippie.png +0 -0
  13. data/templates/drupal/drupal/help.png +0 -0
  14. data/templates/drupal/drupal/hook.png +0 -0
  15. data/templates/drupal/drupal/lock.png +0 -0
  16. data/templates/drupal/drupal/menu-collapsed-rtl.png +0 -0
  17. data/templates/drupal/drupal/menu-collapsed.png +0 -0
  18. data/templates/drupal/drupal/menu-expanded.png +0 -0
  19. data/templates/drupal/drupal/menu-leaf.png +0 -0
  20. data/templates/drupal/drupal/message-16-error.png +0 -0
  21. data/templates/drupal/drupal/message-16-help.png +0 -0
  22. data/templates/drupal/drupal/message-16-info.png +0 -0
  23. data/templates/drupal/drupal/message-16-ok.png +0 -0
  24. data/templates/drupal/drupal/message-16-warning.png +0 -0
  25. data/templates/drupal/drupal/message-24-error.png +0 -0
  26. data/templates/drupal/drupal/message-24-help.png +0 -0
  27. data/templates/drupal/drupal/message-24-info.png +0 -0
  28. data/templates/drupal/drupal/message-24-ok.png +0 -0
  29. data/templates/drupal/drupal/message-24-warning.png +0 -0
  30. data/templates/drupal/drupal/permissions.png +0 -0
  31. data/templates/drupal/drupal/powered-black-135x42.png +0 -0
  32. data/templates/drupal/drupal/powered-black-80x15.png +0 -0
  33. data/templates/drupal/drupal/powered-black-88x31.png +0 -0
  34. data/templates/drupal/drupal/powered-blue-135x42.png +0 -0
  35. data/templates/drupal/drupal/powered-blue-80x15.png +0 -0
  36. data/templates/drupal/drupal/powered-blue-88x31.png +0 -0
  37. data/templates/drupal/drupal/powered-gray-135x42.png +0 -0
  38. data/templates/drupal/drupal/powered-gray-80x15.png +0 -0
  39. data/templates/drupal/drupal/powered-gray-88x31.png +0 -0
  40. data/templates/drupal/drupal/progress.gif +0 -0
  41. data/templates/drupal/drupal/throbber.gif +0 -0
  42. data/templates/drupal/drupal/tree-bottom.png +0 -0
  43. data/templates/drupal/drupal/tree.png +0 -0
  44. data/templates/drupal/drupal/watchdog-error.png +0 -0
  45. data/templates/drupal/drupal/watchdog-ok.png +0 -0
  46. data/templates/drupal/drupal/watchdog-warning.png +0 -0
  47. data/templates/drupal/ie.sass +3 -0
  48. data/templates/drupal/kit/kit-source.jquery.js +99 -0
  49. data/templates/drupal/libs/320-up/helper.js +146 -0
  50. data/templates/drupal/libs/320-up/imgSizer.js +61 -0
  51. data/templates/drupal/libs/dd_belatedpng.js +13 -0
  52. data/templates/drupal/libs/formalize/README.txt +11 -0
  53. data/templates/drupal/libs/formalize/dojo.formalize.js +174 -0
  54. data/templates/drupal/libs/formalize/extjs.formalize.js +168 -0
  55. data/templates/drupal/libs/formalize/jquery.formalize.js +158 -0
  56. data/templates/drupal/libs/formalize/mootools.formalize.js +163 -0
  57. data/templates/drupal/libs/formalize/prototype.formalize.js +171 -0
  58. data/templates/drupal/libs/formalize/yui.formalize.js +168 -0
  59. data/templates/drupal/libs/jquery-1.6.js +8865 -0
  60. data/templates/drupal/libs/jquery-1.6.min.js +16 -0
  61. data/templates/drupal/libs/modernizr-2.0.min.js +4 -0
  62. data/templates/drupal/libs/mootools-core-1.3.1-full-compat-yc.js +485 -0
  63. data/templates/drupal/libs/plugins.js +58 -0
  64. data/templates/drupal/libs/respond.min.js +7 -0
  65. data/templates/drupal/libs/selectivizr-min.js +5 -0
  66. data/templates/drupal/libs/selectivizr.js +5 -0
  67. data/templates/drupal/manifest.rb +98 -0
  68. data/templates/drupal/partials/01-variables/_all.sass +3 -0
  69. data/templates/drupal/partials/01-variables/_base.sass +150 -0
  70. data/templates/drupal/partials/01-variables/_colors.sass +43 -0
  71. data/templates/drupal/partials/01-variables/_fonts.sass +22 -0
  72. data/templates/drupal/partials/02-reset/_reset.sass +21 -0
  73. data/templates/drupal/partials/03-extend/_all.sass +1 -0
  74. data/templates/drupal/partials/03-extend/_typography.sass +39 -0
  75. data/templates/drupal/partials/04-defaults/_all.sass +9 -0
  76. data/templates/drupal/partials/04-defaults/_common.sass +110 -0
  77. data/templates/drupal/partials/04-defaults/_edits.sass +6 -0
  78. data/templates/drupal/partials/04-defaults/_font-face.sass +3 -0
  79. data/templates/drupal/partials/04-defaults/_headers.sass +33 -0
  80. data/templates/drupal/partials/04-defaults/_images.sass +15 -0
  81. data/templates/drupal/partials/04-defaults/_semantics.sass +92 -0
  82. data/templates/drupal/partials/04-defaults/_tables.sass +48 -0
  83. data/templates/drupal/partials/04-defaults/forms/_form-defaults.sass +59 -0
  84. data/templates/drupal/partials/04-defaults/forms/_formalize.sass +260 -0
  85. data/templates/drupal/partials/05-grids/_grids-susy.sass +29 -0
  86. data/templates/drupal/partials/06-ui-patterns/_common.sass +2 -0
  87. data/templates/drupal/partials/06-ui-patterns/_drupal-patterns.sass +81 -0
  88. data/templates/drupal/partials/07-sprites/_sprites.sass +20 -0
  89. data/templates/drupal/partials/08-your-design-here/_design.sass +2 -0
  90. data/templates/drupal/partials/09-styletile/_tile-design.sass +153 -0
  91. data/templates/drupal/partials/10-media/_print.sass +57 -0
  92. data/templates/drupal/partials/11-browser-adjustments/_ie.sass +26 -0
  93. data/templates/drupal/partials/11-browser-adjustments/_modernizr.sass +8 -0
  94. data/templates/drupal/partials/11-browser-adjustments/_selectivizr.sass +0 -0
  95. data/templates/drupal/partials/readme.markdown +3 -0
  96. data/templates/drupal/readme.markdown +3 -0
  97. data/templates/drupal/script.js +41 -0
  98. data/templates/drupal/selectivizr.sass +8 -0
  99. data/templates/drupal/sources/BigText/README.markdown +128 -0
  100. data/templates/drupal/sources/BigText/artifacts/output.html +32 -0
  101. data/templates/drupal/sources/BigText/bigtext.js +242 -0
  102. data/templates/drupal/sources/BigText/demo/bigtextWizard.css +129 -0
  103. data/templates/drupal/sources/BigText/demo/bigtextWizard.js +373 -0
  104. data/templates/drupal/sources/BigText/demo/css/flexbox.css +105 -0
  105. data/templates/drupal/sources/BigText/demo/css/images/button_bg.png +0 -0
  106. data/templates/drupal/sources/BigText/demo/css/images/datepicker.gif +0 -0
  107. data/templates/drupal/sources/BigText/demo/css/images/icon_sprite.png +0 -0
  108. data/templates/drupal/sources/BigText/demo/css/images/progress_bar.gif +0 -0
  109. data/templates/drupal/sources/BigText/demo/css/images/slider_h_bg.gif +0 -0
  110. data/templates/drupal/sources/BigText/demo/css/images/slider_handles.png +0 -0
  111. data/templates/drupal/sources/BigText/demo/css/images/slider_v_bg.gif +0 -0
  112. data/templates/drupal/sources/BigText/demo/css/images/the_gradient.gif +0 -0
  113. data/templates/drupal/sources/BigText/demo/css/images/ui-bg_flat_10_000000_40x100.png +0 -0
  114. data/templates/drupal/sources/BigText/demo/css/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  115. data/templates/drupal/sources/BigText/demo/css/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  116. data/templates/drupal/sources/BigText/demo/css/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  117. data/templates/drupal/sources/BigText/demo/css/images/ui-icons_222222_256x240.png +0 -0
  118. data/templates/drupal/sources/BigText/demo/css/images/ui-icons_228ef1_256x240.png +0 -0
  119. data/templates/drupal/sources/BigText/demo/css/images/ui-icons_ffffff_256x240.png +0 -0
  120. data/templates/drupal/sources/BigText/demo/css/jquery-ui-1.8rc3.custom.css +519 -0
  121. data/templates/drupal/sources/BigText/demo/css/league-gothic/League_Gothic-webfont.eot +0 -0
  122. data/templates/drupal/sources/BigText/demo/css/league-gothic/League_Gothic-webfont.svg +223 -0
  123. data/templates/drupal/sources/BigText/demo/css/league-gothic/League_Gothic-webfont.ttf +0 -0
  124. data/templates/drupal/sources/BigText/demo/css/league-gothic/League_Gothic-webfont.woff +0 -0
  125. data/templates/drupal/sources/BigText/demo/css/league-gothic/stylesheet.css +12 -0
  126. data/templates/drupal/sources/BigText/demo/index.html +95 -0
  127. data/templates/drupal/sources/BigText/demo/js/jquery.ba-throttle-debounce.js +252 -0
  128. data/templates/drupal/sources/BigText/demo/js/jquery.ba-throttle-debounce.min.js +9 -0
  129. data/templates/drupal/sources/BigText/demo/js/jquery.smartresize.js +41 -0
  130. data/templates/drupal/sources/BigText/demo/js/modernizr-1.6.js +892 -0
  131. data/templates/drupal/sources/BigText/demo/js/modernizr-1.6.min.js +30 -0
  132. data/templates/drupal/sources/BigText/demo/resizeDemoSmartResize.html +37 -0
  133. data/templates/drupal/sources/BigText/demo/resizeDemoThrottle.html +38 -0
  134. data/templates/drupal/sources/BigText/demo/simpleDemo.html +42 -0
  135. data/templates/drupal/sources/BigText/demo/simpleDemoDiv.html +26 -0
  136. data/templates/drupal/sources/BigText/test.bat +4 -0
  137. data/templates/drupal/sources/BigText/test.sh +5 -0
  138. data/templates/drupal/sources/BigText/test/bigtext.conf +6 -0
  139. data/templates/drupal/sources/BigText/test/bigtextTest.js +192 -0
  140. data/templates/drupal/sources/BigText/test/lib/JsTestDriver-1.2.2-custom.jar +0 -0
  141. data/templates/drupal/sources/BigText/test/lib/jquery-1.4.2.js +6240 -0
  142. data/templates/drupal/sources/BigText/test/lib/launch-safari.sh +4 -0
  143. data/templates/drupal/sources/Dynamic-Carousel/demo.html +92 -0
  144. data/templates/drupal/sources/Dynamic-Carousel/plugin.js +191 -0
  145. data/templates/drupal/sources/Dynamic-Carousel/readme.md +10 -0
  146. data/templates/drupal/sources/FitVids/README.md +49 -0
  147. data/templates/drupal/sources/FitVids/jquery.fitvids.js +77 -0
  148. data/templates/drupal/sources/FitVids/tests.html +66 -0
  149. data/templates/drupal/sources/Geared-Scrolling/README.md +31 -0
  150. data/templates/drupal/sources/Geared-Scrolling/css/specific.css +88 -0
  151. data/templates/drupal/sources/Geared-Scrolling/images/col1.png +0 -0
  152. data/templates/drupal/sources/Geared-Scrolling/images/col2.png +0 -0
  153. data/templates/drupal/sources/Geared-Scrolling/images/col3.png +0 -0
  154. data/templates/drupal/sources/Geared-Scrolling/images/header.png +0 -0
  155. data/templates/drupal/sources/Geared-Scrolling/index.html +32 -0
  156. data/templates/drupal/sources/Geared-Scrolling/js/init.js +11 -0
  157. data/templates/drupal/sources/Geared-Scrolling/js/jquery.heyday.gearedscrolling.js +283 -0
  158. data/templates/drupal/sources/Lettering.js/README.md +58 -0
  159. data/templates/drupal/sources/Lettering.js/examples/index.html +135 -0
  160. data/templates/drupal/sources/Lettering.js/examples/style.css +171 -0
  161. data/templates/drupal/sources/Lettering.js/jquery.lettering.js +66 -0
  162. data/templates/drupal/sources/PaintbrushJS/common.js +245 -0
  163. data/templates/drupal/sources/PaintbrushJS/demo/css/playground.css +334 -0
  164. data/templates/drupal/sources/PaintbrushJS/demo/images/500/165.jpg +0 -0
  165. data/templates/drupal/sources/PaintbrushJS/demo/images/500/bee.jpg +0 -0
  166. data/templates/drupal/sources/PaintbrushJS/demo/images/500/bird.jpg +0 -0
  167. data/templates/drupal/sources/PaintbrushJS/demo/images/500/helmets.jpg +0 -0
  168. data/templates/drupal/sources/PaintbrushJS/demo/images/500/jordan.jpg +0 -0
  169. data/templates/drupal/sources/PaintbrushJS/demo/images/500/leaves.jpg +0 -0
  170. data/templates/drupal/sources/PaintbrushJS/demo/images/500/lighthouse.jpg +0 -0
  171. data/templates/drupal/sources/PaintbrushJS/demo/images/500/louvre.jpg +0 -0
  172. data/templates/drupal/sources/PaintbrushJS/demo/images/500/pods.jpg +0 -0
  173. data/templates/drupal/sources/PaintbrushJS/demo/images/500/redbarn.jpg +0 -0
  174. data/templates/drupal/sources/PaintbrushJS/demo/images/500/road.jpg +0 -0
  175. data/templates/drupal/sources/PaintbrushJS/demo/images/500/sign.jpg +0 -0
  176. data/templates/drupal/sources/PaintbrushJS/demo/images/500/staples.jpg +0 -0
  177. data/templates/drupal/sources/PaintbrushJS/demo/images/500/stones.jpg +0 -0
  178. data/templates/drupal/sources/PaintbrushJS/demo/images/500/tear.jpg +0 -0
  179. data/templates/drupal/sources/PaintbrushJS/demo/images/500/window.jpg +0 -0
  180. data/templates/drupal/sources/PaintbrushJS/demo/images/bg.png +0 -0
  181. data/templates/drupal/sources/PaintbrushJS/demo/images/site/bg-highlight.png +0 -0
  182. data/templates/drupal/sources/PaintbrushJS/demo/images/site/bg.jpg +0 -0
  183. data/templates/drupal/sources/PaintbrushJS/demo/images/site/byline.png +0 -0
  184. data/templates/drupal/sources/PaintbrushJS/demo/images/site/current.png +0 -0
  185. data/templates/drupal/sources/PaintbrushJS/demo/images/site/divider.png +0 -0
  186. data/templates/drupal/sources/PaintbrushJS/demo/images/site/forkme.png +0 -0
  187. data/templates/drupal/sources/PaintbrushJS/demo/images/site/heading.png +0 -0
  188. data/templates/drupal/sources/PaintbrushJS/demo/index.html +171 -0
  189. data/templates/drupal/sources/PaintbrushJS/demo/script/common.js +245 -0
  190. data/templates/drupal/sources/PaintbrushJS/demo/script/paintbrush.js +607 -0
  191. data/templates/drupal/sources/PaintbrushJS/demo/script/playground.js +357 -0
  192. data/templates/drupal/sources/PaintbrushJS/demo/script/timing.js +23 -0
  193. data/templates/drupal/sources/PaintbrushJS/demo/usage.html +183 -0
  194. data/templates/drupal/sources/PaintbrushJS/paintbrush.js +595 -0
  195. data/templates/drupal/sources/Respond/README.md +76 -0
  196. data/templates/drupal/sources/Respond/respond.min.js +2 -0
  197. data/templates/drupal/sources/Respond/respond.src.js +286 -0
  198. data/templates/drupal/sources/Respond/test/test.css +61 -0
  199. data/templates/drupal/sources/Respond/test/test.html +20 -0
  200. data/templates/drupal/sources/Respond/test/test2.css +8 -0
  201. data/templates/drupal/sources/Respond/test/unit/index.html +28 -0
  202. data/templates/drupal/sources/Respond/test/unit/test.css +56 -0
  203. data/templates/drupal/sources/Respond/test/unit/test2.css +5 -0
  204. data/templates/drupal/sources/Respond/test/unit/tests.js +97 -0
  205. data/templates/drupal/sources/Sticky-Footer-jQuery-Plugin/README.md +27 -0
  206. data/templates/drupal/sources/Sticky-Footer-jQuery-Plugin/jquery.heyday.stickyfooter.js +154 -0
  207. data/templates/drupal/sources/deorphan/README.md +49 -0
  208. data/templates/drupal/sources/deorphan/jquery.deorphan.js +51 -0
  209. data/templates/drupal/sources/deorphan/jquery.deorphan.min.js +1 -0
  210. data/templates/drupal/sources/flexie/README.md +142 -0
  211. data/templates/drupal/sources/flexie/demo/css/box-flex.css +30 -0
  212. data/templates/drupal/sources/flexie/demo/index.html +108 -0
  213. data/templates/drupal/sources/flexie/dist/flexie.min.js +33 -0
  214. data/templates/drupal/sources/flexie/src/flexie.js +1872 -0
  215. data/templates/drupal/sources/flexie/test/css/demo.css +34 -0
  216. data/templates/drupal/sources/flexie/test/css/test.css +141 -0
  217. data/templates/drupal/sources/flexie/test/index.html +54 -0
  218. data/templates/drupal/sources/flexie/vendor/google-compiler/compiler.jar +0 -0
  219. data/templates/drupal/sources/flexie/vendor/yuicompressor/yuicompressor-2.4.2.jar +0 -0
  220. data/templates/drupal/sources/flickrbomb/css/app.css +41 -0
  221. data/templates/drupal/sources/flickrbomb/css/flickrbomb.css +38 -0
  222. data/templates/drupal/sources/flickrbomb/css/global.css +0 -0
  223. data/templates/drupal/sources/flickrbomb/demo.html +169 -0
  224. data/templates/drupal/sources/flickrbomb/images/bg-clouds.jpg +0 -0
  225. data/templates/drupal/sources/flickrbomb/images/bg-ground.jpg +0 -0
  226. data/templates/drupal/sources/flickrbomb/images/bomb.png +0 -0
  227. data/templates/drupal/sources/flickrbomb/images/bomber.jpg +0 -0
  228. data/templates/drupal/sources/flickrbomb/images/old.gif +0 -0
  229. data/templates/drupal/sources/flickrbomb/images/setupIcon.png +0 -0
  230. data/templates/drupal/sources/flickrbomb/js/app.js +28 -0
  231. data/templates/drupal/sources/flickrbomb/js/backbone-localstorage.js +94 -0
  232. data/templates/drupal/sources/flickrbomb/js/backbone.js +1011 -0
  233. data/templates/drupal/sources/flickrbomb/js/flickrbomb-demo.js +310 -0
  234. data/templates/drupal/sources/flickrbomb/js/flickrbomb.js +307 -0
  235. data/templates/drupal/sources/flickrbomb/js/underscore.js +713 -0
  236. data/templates/drupal/sources/formalize/README.txt +23 -0
  237. data/templates/drupal/sources/formalize/assets/css/_formalize.sass +274 -0
  238. data/templates/drupal/sources/formalize/assets/css/demo.css +47 -0
  239. data/templates/drupal/sources/formalize/assets/css/formalize.css +311 -0
  240. data/templates/drupal/sources/formalize/assets/css/reset.css +171 -0
  241. data/templates/drupal/sources/formalize/assets/css/text.css +81 -0
  242. data/templates/drupal/sources/formalize/assets/images/button.png +0 -0
  243. data/templates/drupal/sources/formalize/assets/images/select_arrow.gif +0 -0
  244. data/templates/drupal/sources/formalize/assets/js/dojo.formalize.js +174 -0
  245. data/templates/drupal/sources/formalize/assets/js/dojo.formalize.min.js +1 -0
  246. data/templates/drupal/sources/formalize/assets/js/extjs.formalize.js +168 -0
  247. data/templates/drupal/sources/formalize/assets/js/extjs.formalize.min.js +1 -0
  248. data/templates/drupal/sources/formalize/assets/js/jquery.formalize.js +158 -0
  249. data/templates/drupal/sources/formalize/assets/js/jquery.formalize.min.js +1 -0
  250. data/templates/drupal/sources/formalize/assets/js/mootools.formalize.js +163 -0
  251. data/templates/drupal/sources/formalize/assets/js/mootools.formalize.min.js +1 -0
  252. data/templates/drupal/sources/formalize/assets/js/prototype.formalize.js +171 -0
  253. data/templates/drupal/sources/formalize/assets/js/prototype.formalize.min.js +1 -0
  254. data/templates/drupal/sources/formalize/assets/js/yui.formalize.js +168 -0
  255. data/templates/drupal/sources/formalize/assets/js/yui.formalize.min.js +1 -0
  256. data/templates/drupal/sources/formalize/demo.html +144 -0
  257. data/templates/drupal/sources/formalize/dojo_demo.html +213 -0
  258. data/templates/drupal/sources/formalize/dojo_disabled.html +213 -0
  259. data/templates/drupal/sources/formalize/dojo_errors.html +213 -0
  260. data/templates/drupal/sources/formalize/extjs_demo.html +213 -0
  261. data/templates/drupal/sources/formalize/extjs_disabled.html +213 -0
  262. data/templates/drupal/sources/formalize/extjs_errors.html +213 -0
  263. data/templates/drupal/sources/formalize/jquery_demo.html +213 -0
  264. data/templates/drupal/sources/formalize/jquery_disabled.html +213 -0
  265. data/templates/drupal/sources/formalize/jquery_errors.html +213 -0
  266. data/templates/drupal/sources/formalize/mootools_demo.html +213 -0
  267. data/templates/drupal/sources/formalize/mootools_disabled.html +213 -0
  268. data/templates/drupal/sources/formalize/mootools_errors.html +213 -0
  269. data/templates/drupal/sources/formalize/prototype_demo.html +213 -0
  270. data/templates/drupal/sources/formalize/prototype_disabled.html +213 -0
  271. data/templates/drupal/sources/formalize/prototype_errors.html +213 -0
  272. data/templates/drupal/sources/formalize/unstyled.html +210 -0
  273. data/templates/drupal/sources/formalize/yui_demo.html +213 -0
  274. data/templates/drupal/sources/formalize/yui_disabled.html +213 -0
  275. data/templates/drupal/sources/formalize/yui_errors.html +213 -0
  276. data/templates/drupal/sources/html5-boilerplate/404.html +38 -0
  277. data/templates/drupal/sources/html5-boilerplate/README.md +228 -0
  278. data/templates/drupal/sources/html5-boilerplate/apple-touch-icon-114x114-precomposed.png +0 -0
  279. data/templates/drupal/sources/html5-boilerplate/apple-touch-icon-57x57-precomposed.png +0 -0
  280. data/templates/drupal/sources/html5-boilerplate/apple-touch-icon-72x72-precomposed.png +0 -0
  281. data/templates/drupal/sources/html5-boilerplate/apple-touch-icon-precomposed.png +0 -0
  282. data/templates/drupal/sources/html5-boilerplate/apple-touch-icon.png +0 -0
  283. data/templates/drupal/sources/html5-boilerplate/build/build.xml +821 -0
  284. data/templates/drupal/sources/html5-boilerplate/build/config/default.properties +80 -0
  285. data/templates/drupal/sources/html5-boilerplate/build/config/project.properties +56 -0
  286. data/templates/drupal/sources/html5-boilerplate/build/createproject.sh +50 -0
  287. data/templates/drupal/sources/html5-boilerplate/build/runbuildscript.bat +5 -0
  288. data/templates/drupal/sources/html5-boilerplate/build/tools/ant-contrib-1.0b3.jar +0 -0
  289. data/templates/drupal/sources/html5-boilerplate/build/tools/htmlcompressor-1.1.jar +0 -0
  290. data/templates/drupal/sources/html5-boilerplate/build/tools/jpegtran.exe +0 -0
  291. data/templates/drupal/sources/html5-boilerplate/build/tools/optipng-0.6.4-exe/LICENSE.txt +21 -0
  292. data/templates/drupal/sources/html5-boilerplate/build/tools/optipng-0.6.4-exe/optipng.exe +0 -0
  293. data/templates/drupal/sources/html5-boilerplate/build/tools/yuicompressor-2.4.5.jar +0 -0
  294. data/templates/drupal/sources/html5-boilerplate/crossdomain.xml +25 -0
  295. data/templates/drupal/sources/html5-boilerplate/css/handheld.css +8 -0
  296. data/templates/drupal/sources/html5-boilerplate/css/style.css +263 -0
  297. data/templates/drupal/sources/html5-boilerplate/demo/elements.html +531 -0
  298. data/templates/drupal/sources/html5-boilerplate/demo/hack.css +85 -0
  299. data/templates/drupal/sources/html5-boilerplate/demo/hack2.css +41 -0
  300. data/templates/drupal/sources/html5-boilerplate/demo/internet_explorer.png +0 -0
  301. data/templates/drupal/sources/html5-boilerplate/demo/test_tubes.png +0 -0
  302. data/templates/drupal/sources/html5-boilerplate/demo/tests.html +313 -0
  303. data/templates/drupal/sources/html5-boilerplate/favicon.ico +0 -0
  304. data/templates/drupal/sources/html5-boilerplate/humans.txt +43 -0
  305. data/templates/drupal/sources/html5-boilerplate/index.html +80 -0
  306. data/templates/drupal/sources/html5-boilerplate/js/libs/dd_belatedpng.js +13 -0
  307. data/templates/drupal/sources/html5-boilerplate/js/libs/jquery-1.5.2.js +8374 -0
  308. data/templates/drupal/sources/html5-boilerplate/js/libs/jquery-1.5.2.min.js +16 -0
  309. data/templates/drupal/sources/html5-boilerplate/js/libs/modernizr-1.7.min.js +2 -0
  310. data/templates/drupal/sources/html5-boilerplate/js/plugins.js +16 -0
  311. data/templates/drupal/sources/html5-boilerplate/js/script.js +26 -0
  312. data/templates/drupal/sources/html5-boilerplate/robots.txt +5 -0
  313. data/templates/drupal/sources/html5-boilerplate/test/index.html +31 -0
  314. data/templates/drupal/sources/html5-boilerplate/test/qunit/qunit.css +148 -0
  315. data/templates/drupal/sources/html5-boilerplate/test/qunit/qunit.js +1265 -0
  316. data/templates/drupal/sources/html5-boilerplate/test/tests.js +27 -0
  317. data/templates/drupal/sources/iOS-Orientationchange-Fix/README.md +17 -0
  318. data/templates/drupal/sources/iOS-Orientationchange-Fix/demo.html +43 -0
  319. data/templates/drupal/sources/iOS-Orientationchange-Fix/ios-orientationchange-fix.js +55 -0
  320. data/templates/drupal/sources/iSwipe-jQuery-Plugin/README.md +26 -0
  321. data/templates/drupal/sources/iSwipe-jQuery-Plugin/jquery.heyday.iswipe.js +126 -0
  322. data/templates/drupal/sources/infinite-scroll/ajax-loader.gif +0 -0
  323. data/templates/drupal/sources/infinite-scroll/jquery.infinitescroll.js +425 -0
  324. data/templates/drupal/sources/infinite-scroll/jquery.infinitescroll.min.js +8 -0
  325. data/templates/drupal/sources/infinite-scroll/site/assets/anivers_regular.otf +0 -0
  326. data/templates/drupal/sources/infinite-scroll/site/assets/buttons.psd +0 -0
  327. data/templates/drupal/sources/infinite-scroll/site/assets/logo.psd +0 -0
  328. data/templates/drupal/sources/infinite-scroll/site/assets/mobius-strip2.ai +2266 -15
  329. data/templates/drupal/sources/infinite-scroll/site/assets/pattern.psd +0 -0
  330. data/templates/drupal/sources/infinite-scroll/site/assets/selector spots.psd +0 -0
  331. data/templates/drupal/sources/infinite-scroll/site/assets/sites.psd +0 -0
  332. data/templates/drupal/sources/infinite-scroll/site/buttons.png +0 -0
  333. data/templates/drupal/sources/infinite-scroll/site/infinite-scroll-pattern.gif +0 -0
  334. data/templates/drupal/sources/infinite-scroll/site/logo.jpg +0 -0
  335. data/templates/drupal/sources/infinite-scroll/site/screens.jpg +0 -0
  336. data/templates/drupal/sources/infinite-scroll/site/selectors.jpg +0 -0
  337. data/templates/drupal/sources/infinite-scroll/test/test-loadingmsg.html +121 -0
  338. data/templates/drupal/sources/infinite-scroll/test/test.html +120 -0
  339. data/templates/drupal/sources/infinite-scroll/test/test2.html +70 -0
  340. data/templates/drupal/sources/infinite-scroll/test/test3.html +68 -0
  341. data/templates/drupal/sources/infinite-scroll/test/trigger.html +140 -0
  342. data/templates/drupal/sources/infinite-scroll/test/trigger2.html +80 -0
  343. data/templates/drupal/sources/infinite-scroll/test/trigger3.html +80 -0
  344. data/templates/drupal/sources/infinite-scroll/wp_infinite_scroll.php +454 -0
  345. data/templates/drupal/sources/jQuery-widowFix/index.html +159 -0
  346. data/templates/drupal/sources/jQuery-widowFix/js/jquery-1.4.3.min.js +166 -0
  347. data/templates/drupal/sources/jQuery-widowFix/js/jquery.widowFix-1.3.2.js +135 -0
  348. data/templates/drupal/sources/jQuery-widowFix/js/jquery.widowFix-1.3.2.min.js +10 -0
  349. data/templates/drupal/sources/jQuery-widowFix/sample.html +84 -0
  350. data/templates/drupal/sources/jquery-lightbox/LICENSE.txt +30 -0
  351. data/templates/drupal/sources/jquery-lightbox/README.markdown +8 -0
  352. data/templates/drupal/sources/jquery-lightbox/css/lightbox.css +129 -0
  353. data/templates/drupal/sources/jquery-lightbox/images/blank.gif +0 -0
  354. data/templates/drupal/sources/jquery-lightbox/images/close.gif +0 -0
  355. data/templates/drupal/sources/jquery-lightbox/images/closelabel.gif +0 -0
  356. data/templates/drupal/sources/jquery-lightbox/images/image-0.jpg +0 -0
  357. data/templates/drupal/sources/jquery-lightbox/images/image-1.jpg +0 -0
  358. data/templates/drupal/sources/jquery-lightbox/images/image-2.jpg +0 -0
  359. data/templates/drupal/sources/jquery-lightbox/images/image-3.jpg +0 -0
  360. data/templates/drupal/sources/jquery-lightbox/images/loading.gif +0 -0
  361. data/templates/drupal/sources/jquery-lightbox/images/next.gif +0 -0
  362. data/templates/drupal/sources/jquery-lightbox/images/nextlabel.gif +0 -0
  363. data/templates/drupal/sources/jquery-lightbox/images/prev.gif +0 -0
  364. data/templates/drupal/sources/jquery-lightbox/images/prevlabel.gif +0 -0
  365. data/templates/drupal/sources/jquery-lightbox/images/thumb-0.jpg +0 -0
  366. data/templates/drupal/sources/jquery-lightbox/images/thumb-1.jpg +0 -0
  367. data/templates/drupal/sources/jquery-lightbox/images/thumb-2.jpg +0 -0
  368. data/templates/drupal/sources/jquery-lightbox/images/thumb-3.jpg +0 -0
  369. data/templates/drupal/sources/jquery-lightbox/index.html +102 -0
  370. data/templates/drupal/sources/jquery-lightbox/jquery.lightbox.js +515 -0
  371. data/templates/drupal/sources/jquery-ui/AUTHORS.txt +30 -0
  372. data/templates/drupal/sources/jquery-ui/GPL-LICENSE.txt +278 -0
  373. data/templates/drupal/sources/jquery-ui/MIT-LICENSE.txt +25 -0
  374. data/templates/drupal/sources/jquery-ui/README.md +9 -0
  375. data/templates/drupal/sources/jquery-ui/build/build.xml +392 -0
  376. data/templates/drupal/sources/jquery-ui/build/build/ant-contrib-0.6.jar +0 -0
  377. data/templates/drupal/sources/jquery-ui/build/build/google-compiler-20110320.jar +0 -0
  378. data/templates/drupal/sources/jquery-ui/build/build/style.xsl +211 -0
  379. data/templates/drupal/sources/jquery-ui/build/build/yuicompressor-2.4.2.jar +0 -0
  380. data/templates/drupal/sources/jquery-ui/demos/accordion/collapsible.html +57 -0
  381. data/templates/drupal/sources/jquery-ui/demos/accordion/custom-icons.html +69 -0
  382. data/templates/drupal/sources/jquery-ui/demos/accordion/default.html +85 -0
  383. data/templates/drupal/sources/jquery-ui/demos/accordion/fillspace.html +77 -0
  384. data/templates/drupal/sources/jquery-ui/demos/accordion/hoverintent.html +134 -0
  385. data/templates/drupal/sources/jquery-ui/demos/accordion/index.html +25 -0
  386. data/templates/drupal/sources/jquery-ui/demos/accordion/mouseover.html +57 -0
  387. data/templates/drupal/sources/jquery-ui/demos/accordion/no-auto-height.html +58 -0
  388. data/templates/drupal/sources/jquery-ui/demos/accordion/sortable.html +83 -0
  389. data/templates/drupal/sources/jquery-ui/demos/addClass/default.html +52 -0
  390. data/templates/drupal/sources/jquery-ui/demos/addClass/index.html +18 -0
  391. data/templates/drupal/sources/jquery-ui/demos/animate/default.html +61 -0
  392. data/templates/drupal/sources/jquery-ui/demos/animate/index.html +18 -0
  393. data/templates/drupal/sources/jquery-ui/demos/autocomplete/categories.html +72 -0
  394. data/templates/drupal/sources/jquery-ui/demos/autocomplete/combobox.html +195 -0
  395. data/templates/drupal/sources/jquery-ui/demos/autocomplete/custom-data.html +96 -0
  396. data/templates/drupal/sources/jquery-ui/demos/autocomplete/default.html +65 -0
  397. data/templates/drupal/sources/jquery-ui/demos/autocomplete/folding.html +63 -0
  398. data/templates/drupal/sources/jquery-ui/demos/autocomplete/images/jquery_32x32.png +0 -0
  399. data/templates/drupal/sources/jquery-ui/demos/autocomplete/images/jqueryui_32x32.png +0 -0
  400. data/templates/drupal/sources/jquery-ui/demos/autocomplete/images/sizzlejs_32x32.png +0 -0
  401. data/templates/drupal/sources/jquery-ui/demos/autocomplete/images/transparent_1x1.png +0 -0
  402. data/templates/drupal/sources/jquery-ui/demos/autocomplete/images/ui-anim_basic_16x16.gif +0 -0
  403. data/templates/drupal/sources/jquery-ui/demos/autocomplete/index.html +27 -0
  404. data/templates/drupal/sources/jquery-ui/demos/autocomplete/london.xml +114 -0
  405. data/templates/drupal/sources/jquery-ui/demos/autocomplete/maxheight.html +79 -0
  406. data/templates/drupal/sources/jquery-ui/demos/autocomplete/multiple-remote.html +85 -0
  407. data/templates/drupal/sources/jquery-ui/demos/autocomplete/multiple.html +100 -0
  408. data/templates/drupal/sources/jquery-ui/demos/autocomplete/remote-jsonp.html +87 -0
  409. data/templates/drupal/sources/jquery-ui/demos/autocomplete/remote-with-cache.html +60 -0
  410. data/templates/drupal/sources/jquery-ui/demos/autocomplete/remote.html +60 -0
  411. data/templates/drupal/sources/jquery-ui/demos/autocomplete/search.php +588 -0
  412. data/templates/drupal/sources/jquery-ui/demos/autocomplete/xml.html +73 -0
  413. data/templates/drupal/sources/jquery-ui/demos/button/checkbox.html +44 -0
  414. data/templates/drupal/sources/jquery-ui/demos/button/default.html +38 -0
  415. data/templates/drupal/sources/jquery-ui/demos/button/icons.html +56 -0
  416. data/templates/drupal/sources/jquery-ui/demos/button/index.html +23 -0
  417. data/templates/drupal/sources/jquery-ui/demos/button/radio.html +39 -0
  418. data/templates/drupal/sources/jquery-ui/demos/button/splitbutton.html +78 -0
  419. data/templates/drupal/sources/jquery-ui/demos/button/toolbar.html +120 -0
  420. data/templates/drupal/sources/jquery-ui/demos/datepicker/alt-field.html +36 -0
  421. data/templates/drupal/sources/jquery-ui/demos/datepicker/animation.html +58 -0
  422. data/templates/drupal/sources/jquery-ui/demos/datepicker/buttonbar.html +35 -0
  423. data/templates/drupal/sources/jquery-ui/demos/datepicker/date-formats.html +47 -0
  424. data/templates/drupal/sources/jquery-ui/demos/datepicker/date-range.html +49 -0
  425. data/templates/drupal/sources/jquery-ui/demos/datepicker/default.html +33 -0
  426. data/templates/drupal/sources/jquery-ui/demos/datepicker/dropdown-month-year.html +36 -0
  427. data/templates/drupal/sources/jquery-ui/demos/datepicker/icon-trigger.html +37 -0
  428. data/templates/drupal/sources/jquery-ui/demos/datepicker/images/calendar.gif +0 -0
  429. data/templates/drupal/sources/jquery-ui/demos/datepicker/index.html +31 -0
  430. data/templates/drupal/sources/jquery-ui/demos/datepicker/inline.html +33 -0
  431. data/templates/drupal/sources/jquery-ui/demos/datepicker/localization.html +162 -0
  432. data/templates/drupal/sources/jquery-ui/demos/datepicker/min-max.html +33 -0
  433. data/templates/drupal/sources/jquery-ui/demos/datepicker/multiple-calendars.html +36 -0
  434. data/templates/drupal/sources/jquery-ui/demos/datepicker/other-months.html +37 -0
  435. data/templates/drupal/sources/jquery-ui/demos/datepicker/show-week.html +39 -0
  436. data/templates/drupal/sources/jquery-ui/demos/demos.css +334 -0
  437. data/templates/drupal/sources/jquery-ui/demos/dialog/animated.html +56 -0
  438. data/templates/drupal/sources/jquery-ui/demos/dialog/default.html +54 -0
  439. data/templates/drupal/sources/jquery-ui/demos/dialog/index.html +23 -0
  440. data/templates/drupal/sources/jquery-ui/demos/dialog/modal-confirmation.html +69 -0
  441. data/templates/drupal/sources/jquery-ui/demos/dialog/modal-form.html +167 -0
  442. data/templates/drupal/sources/jquery-ui/demos/dialog/modal-message.html +71 -0
  443. data/templates/drupal/sources/jquery-ui/demos/dialog/modal.html +60 -0
  444. data/templates/drupal/sources/jquery-ui/demos/draggable/constrain-movement.html +69 -0
  445. data/templates/drupal/sources/jquery-ui/demos/draggable/cursor-style.html +49 -0
  446. data/templates/drupal/sources/jquery-ui/demos/draggable/default.html +39 -0
  447. data/templates/drupal/sources/jquery-ui/demos/draggable/delay-start.html +45 -0
  448. data/templates/drupal/sources/jquery-ui/demos/draggable/events.html +77 -0
  449. data/templates/drupal/sources/jquery-ui/demos/draggable/handle.html +50 -0
  450. data/templates/drupal/sources/jquery-ui/demos/draggable/index.html +28 -0
  451. data/templates/drupal/sources/jquery-ui/demos/draggable/revert.html +44 -0
  452. data/templates/drupal/sources/jquery-ui/demos/draggable/scroll.html +51 -0
  453. data/templates/drupal/sources/jquery-ui/demos/draggable/snap-to.html +68 -0
  454. data/templates/drupal/sources/jquery-ui/demos/draggable/sortable.html +57 -0
  455. data/templates/drupal/sources/jquery-ui/demos/draggable/visual-feedback.html +77 -0
  456. data/templates/drupal/sources/jquery-ui/demos/droppable/accepted-elements.html +60 -0
  457. data/templates/drupal/sources/jquery-ui/demos/droppable/default.html +53 -0
  458. data/templates/drupal/sources/jquery-ui/demos/droppable/images/high_tatras.jpg +0 -0
  459. data/templates/drupal/sources/jquery-ui/demos/droppable/images/high_tatras2.jpg +0 -0
  460. data/templates/drupal/sources/jquery-ui/demos/droppable/images/high_tatras2_min.jpg +0 -0
  461. data/templates/drupal/sources/jquery-ui/demos/droppable/images/high_tatras3.jpg +0 -0
  462. data/templates/drupal/sources/jquery-ui/demos/droppable/images/high_tatras3_min.jpg +0 -0
  463. data/templates/drupal/sources/jquery-ui/demos/droppable/images/high_tatras4.jpg +0 -0
  464. data/templates/drupal/sources/jquery-ui/demos/droppable/images/high_tatras4_min.jpg +0 -0
  465. data/templates/drupal/sources/jquery-ui/demos/droppable/images/high_tatras_min.jpg +0 -0
  466. data/templates/drupal/sources/jquery-ui/demos/droppable/index.html +24 -0
  467. data/templates/drupal/sources/jquery-ui/demos/droppable/photo-manager.html +184 -0
  468. data/templates/drupal/sources/jquery-ui/demos/droppable/propagation.html +80 -0
  469. data/templates/drupal/sources/jquery-ui/demos/droppable/revert.html +61 -0
  470. data/templates/drupal/sources/jquery-ui/demos/droppable/shopping-cart.html +101 -0
  471. data/templates/drupal/sources/jquery-ui/demos/droppable/visual-feedback.html +78 -0
  472. data/templates/drupal/sources/jquery-ui/demos/effect/default.html +109 -0
  473. data/templates/drupal/sources/jquery-ui/demos/effect/easing.html +108 -0
  474. data/templates/drupal/sources/jquery-ui/demos/effect/index.html +19 -0
  475. data/templates/drupal/sources/jquery-ui/demos/hide/default.html +102 -0
  476. data/templates/drupal/sources/jquery-ui/demos/hide/index.html +18 -0
  477. data/templates/drupal/sources/jquery-ui/demos/images/calendar.gif +0 -0
  478. data/templates/drupal/sources/jquery-ui/demos/images/demo-config-on-tile.gif +0 -0
  479. data/templates/drupal/sources/jquery-ui/demos/images/demo-config-on.gif +0 -0
  480. data/templates/drupal/sources/jquery-ui/demos/images/demo-spindown-closed.gif +0 -0
  481. data/templates/drupal/sources/jquery-ui/demos/images/demo-spindown-open.gif +0 -0
  482. data/templates/drupal/sources/jquery-ui/demos/images/icon-docs-info.gif +0 -0
  483. data/templates/drupal/sources/jquery-ui/demos/images/pbar-ani.gif +0 -0
  484. data/templates/drupal/sources/jquery-ui/demos/index.html +329 -0
  485. data/templates/drupal/sources/jquery-ui/demos/menu/contextmenu.html +81 -0
  486. data/templates/drupal/sources/jquery-ui/demos/menu/default.html +54 -0
  487. data/templates/drupal/sources/jquery-ui/demos/menu/index.html +17 -0
  488. data/templates/drupal/sources/jquery-ui/demos/position/cycler.html +120 -0
  489. data/templates/drupal/sources/jquery-ui/demos/position/default.html +153 -0
  490. data/templates/drupal/sources/jquery-ui/demos/position/images/earth.jpg +0 -0
  491. data/templates/drupal/sources/jquery-ui/demos/position/images/flight.jpg +0 -0
  492. data/templates/drupal/sources/jquery-ui/demos/position/images/rocket.jpg +0 -0
  493. data/templates/drupal/sources/jquery-ui/demos/position/index.html +19 -0
  494. data/templates/drupal/sources/jquery-ui/demos/progressbar/animated.html +44 -0
  495. data/templates/drupal/sources/jquery-ui/demos/progressbar/default.html +35 -0
  496. data/templates/drupal/sources/jquery-ui/demos/progressbar/images/pbar-ani.gif +0 -0
  497. data/templates/drupal/sources/jquery-ui/demos/progressbar/index.html +20 -0
  498. data/templates/drupal/sources/jquery-ui/demos/progressbar/resize.html +40 -0
  499. data/templates/drupal/sources/jquery-ui/demos/removeClass/default.html +52 -0
  500. data/templates/drupal/sources/jquery-ui/demos/removeClass/index.html +18 -0
  501. data/templates/drupal/sources/jquery-ui/demos/resizable/animate.html +43 -0
  502. data/templates/drupal/sources/jquery-ui/demos/resizable/aspect-ratio.html +42 -0
  503. data/templates/drupal/sources/jquery-ui/demos/resizable/constrain-area.html +47 -0
  504. data/templates/drupal/sources/jquery-ui/demos/resizable/default.html +40 -0
  505. data/templates/drupal/sources/jquery-ui/demos/resizable/delay-start.html +52 -0
  506. data/templates/drupal/sources/jquery-ui/demos/resizable/helper.html +43 -0
  507. data/templates/drupal/sources/jquery-ui/demos/resizable/index.html +28 -0
  508. data/templates/drupal/sources/jquery-ui/demos/resizable/max-min.html +45 -0
  509. data/templates/drupal/sources/jquery-ui/demos/resizable/snap-to-grid.html +42 -0
  510. data/templates/drupal/sources/jquery-ui/demos/resizable/synchronous-resize.html +49 -0
  511. data/templates/drupal/sources/jquery-ui/demos/resizable/textarea.html +41 -0
  512. data/templates/drupal/sources/jquery-ui/demos/resizable/visual-feedback.html +43 -0
  513. data/templates/drupal/sources/jquery-ui/demos/selectable/default.html +50 -0
  514. data/templates/drupal/sources/jquery-ui/demos/selectable/display-grid.html +55 -0
  515. data/templates/drupal/sources/jquery-ui/demos/selectable/index.html +20 -0
  516. data/templates/drupal/sources/jquery-ui/demos/selectable/serialize.html +61 -0
  517. data/templates/drupal/sources/jquery-ui/demos/show/default.html +104 -0
  518. data/templates/drupal/sources/jquery-ui/demos/show/index.html +18 -0
  519. data/templates/drupal/sources/jquery-ui/demos/slider/colorpicker.html +95 -0
  520. data/templates/drupal/sources/jquery-ui/demos/slider/default.html +37 -0
  521. data/templates/drupal/sources/jquery-ui/demos/slider/hotelrooms.html +59 -0
  522. data/templates/drupal/sources/jquery-ui/demos/slider/index.html +29 -0
  523. data/templates/drupal/sources/jquery-ui/demos/slider/multiple-vertical.html +77 -0
  524. data/templates/drupal/sources/jquery-ui/demos/slider/range-vertical.html +51 -0
  525. data/templates/drupal/sources/jquery-ui/demos/slider/range.html +52 -0
  526. data/templates/drupal/sources/jquery-ui/demos/slider/rangemax.html +50 -0
  527. data/templates/drupal/sources/jquery-ui/demos/slider/rangemin.html +51 -0
  528. data/templates/drupal/sources/jquery-ui/demos/slider/side-scroll.html +140 -0
  529. data/templates/drupal/sources/jquery-ui/demos/slider/slider-vertical.html +52 -0
  530. data/templates/drupal/sources/jquery-ui/demos/slider/steps.html +51 -0
  531. data/templates/drupal/sources/jquery-ui/demos/slider/tabs.html +67 -0
  532. data/templates/drupal/sources/jquery-ui/demos/sortable/connect-lists-through-tabs.html +78 -0
  533. data/templates/drupal/sources/jquery-ui/demos/sortable/connect-lists.html +58 -0
  534. data/templates/drupal/sources/jquery-ui/demos/sortable/default.html +51 -0
  535. data/templates/drupal/sources/jquery-ui/demos/sortable/delay-start.html +67 -0
  536. data/templates/drupal/sources/jquery-ui/demos/sortable/display-grid.html +54 -0
  537. data/templates/drupal/sources/jquery-ui/demos/sortable/empty-lists.html +69 -0
  538. data/templates/drupal/sources/jquery-ui/demos/sortable/index.html +26 -0
  539. data/templates/drupal/sources/jquery-ui/demos/sortable/items.html +70 -0
  540. data/templates/drupal/sources/jquery-ui/demos/sortable/placeholder.html +56 -0
  541. data/templates/drupal/sources/jquery-ui/demos/sortable/portlets.html +96 -0
  542. data/templates/drupal/sources/jquery-ui/demos/spinner/currency.html +61 -0
  543. data/templates/drupal/sources/jquery-ui/demos/spinner/decimal.html +59 -0
  544. data/templates/drupal/sources/jquery-ui/demos/spinner/default.html +65 -0
  545. data/templates/drupal/sources/jquery-ui/demos/spinner/index.html +20 -0
  546. data/templates/drupal/sources/jquery-ui/demos/spinner/latlong.html +60 -0
  547. data/templates/drupal/sources/jquery-ui/demos/spinner/overflow.html +47 -0
  548. data/templates/drupal/sources/jquery-ui/demos/spinner/time.html +71 -0
  549. data/templates/drupal/sources/jquery-ui/demos/switchClass/default.html +47 -0
  550. data/templates/drupal/sources/jquery-ui/demos/switchClass/index.html +18 -0
  551. data/templates/drupal/sources/jquery-ui/demos/tabs/ajax.html +53 -0
  552. data/templates/drupal/sources/jquery-ui/demos/tabs/ajax/content1.html +4 -0
  553. data/templates/drupal/sources/jquery-ui/demos/tabs/ajax/content2.html +4 -0
  554. data/templates/drupal/sources/jquery-ui/demos/tabs/ajax/content3-slow.php +7 -0
  555. data/templates/drupal/sources/jquery-ui/demos/tabs/ajax/content4-broken.php +3 -0
  556. data/templates/drupal/sources/jquery-ui/demos/tabs/bottom.html +59 -0
  557. data/templates/drupal/sources/jquery-ui/demos/tabs/collapsible.html +55 -0
  558. data/templates/drupal/sources/jquery-ui/demos/tabs/cookie.html +57 -0
  559. data/templates/drupal/sources/jquery-ui/demos/tabs/default.html +49 -0
  560. data/templates/drupal/sources/jquery-ui/demos/tabs/index.html +25 -0
  561. data/templates/drupal/sources/jquery-ui/demos/tabs/manipulation.html +124 -0
  562. data/templates/drupal/sources/jquery-ui/demos/tabs/mouseover.html +53 -0
  563. data/templates/drupal/sources/jquery-ui/demos/tabs/sortable.html +58 -0
  564. data/templates/drupal/sources/jquery-ui/demos/tabs/vertical.html +61 -0
  565. data/templates/drupal/sources/jquery-ui/demos/toggle/default.html +94 -0
  566. data/templates/drupal/sources/jquery-ui/demos/toggle/index.html +18 -0
  567. data/templates/drupal/sources/jquery-ui/demos/toggleClass/default.html +46 -0
  568. data/templates/drupal/sources/jquery-ui/demos/toggleClass/index.html +18 -0
  569. data/templates/drupal/sources/jquery-ui/demos/tooltip/ajax/content1.html +1 -0
  570. data/templates/drupal/sources/jquery-ui/demos/tooltip/ajax/content2.html +1 -0
  571. data/templates/drupal/sources/jquery-ui/demos/tooltip/custom-animation.html +58 -0
  572. data/templates/drupal/sources/jquery-ui/demos/tooltip/default.html +48 -0
  573. data/templates/drupal/sources/jquery-ui/demos/tooltip/delegation-mixbag.html +73 -0
  574. data/templates/drupal/sources/jquery-ui/demos/tooltip/forms.html +71 -0
  575. data/templates/drupal/sources/jquery-ui/demos/tooltip/index.html +22 -0
  576. data/templates/drupal/sources/jquery-ui/demos/tooltip/tracking.html +64 -0
  577. data/templates/drupal/sources/jquery-ui/external/jquery.bgiframe-2.1.2.js +39 -0
  578. data/templates/drupal/sources/jquery-ui/external/jquery.cookie.js +89 -0
  579. data/templates/drupal/sources/jquery-ui/external/jquery.global.de-DE.js +55 -0
  580. data/templates/drupal/sources/jquery-ui/external/jquery.global.ja-JP.js +74 -0
  581. data/templates/drupal/sources/jquery-ui/external/jquery.global.js +1341 -0
  582. data/templates/drupal/sources/jquery-ui/external/jquery.metadata.js +122 -0
  583. data/templates/drupal/sources/jquery-ui/external/jquery.mousewheel-3.0.4.js +78 -0
  584. data/templates/drupal/sources/jquery-ui/external/qunit.css +215 -0
  585. data/templates/drupal/sources/jquery-ui/external/qunit.js +1444 -0
  586. data/templates/drupal/sources/jquery-ui/jquery-1.5.1.js +8316 -0
  587. data/templates/drupal/sources/jquery-ui/tests/index.html +22 -0
  588. data/templates/drupal/sources/jquery-ui/tests/jquery.simulate.js +151 -0
  589. data/templates/drupal/sources/jquery-ui/tests/static/button/default.html +161 -0
  590. data/templates/drupal/sources/jquery-ui/tests/static/datepicker/datepicker.html +1367 -0
  591. data/templates/drupal/sources/jquery-ui/tests/static/datepicker/default.html +86 -0
  592. data/templates/drupal/sources/jquery-ui/tests/static/icons.html +246 -0
  593. data/templates/drupal/sources/jquery-ui/tests/static/menu/all-menus-icons.html +172 -0
  594. data/templates/drupal/sources/jquery-ui/tests/static/menu/default.html +39 -0
  595. data/templates/drupal/sources/jquery-ui/tests/static/slider/default.html +17 -0
  596. data/templates/drupal/sources/jquery-ui/tests/static/slider/default_vertical.html +17 -0
  597. data/templates/drupal/sources/jquery-ui/tests/static/slider/slider_horizontal.html +17 -0
  598. data/templates/drupal/sources/jquery-ui/tests/static/slider/slider_horizontal_range.html +17 -0
  599. data/templates/drupal/sources/jquery-ui/tests/static/slider/slider_horizontal_range_max.html +17 -0
  600. data/templates/drupal/sources/jquery-ui/tests/static/slider/slider_horizontal_range_min.html +17 -0
  601. data/templates/drupal/sources/jquery-ui/tests/static/slider/slider_vertical.html +17 -0
  602. data/templates/drupal/sources/jquery-ui/tests/static/slider/slider_vertical_range.html +17 -0
  603. data/templates/drupal/sources/jquery-ui/tests/static/slider/slider_vertical_range_max.html +17 -0
  604. data/templates/drupal/sources/jquery-ui/tests/static/slider/slider_vertical_range_min.html +17 -0
  605. data/templates/drupal/sources/jquery-ui/tests/static/static.css +1 -0
  606. data/templates/drupal/sources/jquery-ui/tests/static/static.js +9 -0
  607. data/templates/drupal/sources/jquery-ui/tests/unit/accordion/accordion.html +163 -0
  608. data/templates/drupal/sources/jquery-ui/tests/unit/accordion/accordion_core.js +53 -0
  609. data/templates/drupal/sources/jquery-ui/tests/unit/accordion/accordion_defaults.js +15 -0
  610. data/templates/drupal/sources/jquery-ui/tests/unit/accordion/accordion_defaults_deprecated.js +21 -0
  611. data/templates/drupal/sources/jquery-ui/tests/unit/accordion/accordion_deprecated.html +161 -0
  612. data/templates/drupal/sources/jquery-ui/tests/unit/accordion/accordion_deprecated.js +320 -0
  613. data/templates/drupal/sources/jquery-ui/tests/unit/accordion/accordion_events.js +122 -0
  614. data/templates/drupal/sources/jquery-ui/tests/unit/accordion/accordion_methods.js +37 -0
  615. data/templates/drupal/sources/jquery-ui/tests/unit/accordion/accordion_options.js +266 -0
  616. data/templates/drupal/sources/jquery-ui/tests/unit/autocomplete/autocomplete.html +46 -0
  617. data/templates/drupal/sources/jquery-ui/tests/unit/autocomplete/autocomplete_core.js +73 -0
  618. data/templates/drupal/sources/jquery-ui/tests/unit/autocomplete/autocomplete_defaults.js +19 -0
  619. data/templates/drupal/sources/jquery-ui/tests/unit/autocomplete/autocomplete_events.js +206 -0
  620. data/templates/drupal/sources/jquery-ui/tests/unit/autocomplete/autocomplete_methods.js +39 -0
  621. data/templates/drupal/sources/jquery-ui/tests/unit/autocomplete/autocomplete_options.js +247 -0
  622. data/templates/drupal/sources/jquery-ui/tests/unit/autocomplete/remote_object_array_labels.txt +1 -0
  623. data/templates/drupal/sources/jquery-ui/tests/unit/autocomplete/remote_object_array_values.txt +1 -0
  624. data/templates/drupal/sources/jquery-ui/tests/unit/autocomplete/remote_string_array.txt +1 -0
  625. data/templates/drupal/sources/jquery-ui/tests/unit/button/button.html +68 -0
  626. data/templates/drupal/sources/jquery-ui/tests/unit/button/button_core.js +70 -0
  627. data/templates/drupal/sources/jquery-ui/tests/unit/button/button_defaults.js +15 -0
  628. data/templates/drupal/sources/jquery-ui/tests/unit/button/button_events.js +8 -0
  629. data/templates/drupal/sources/jquery-ui/tests/unit/button/button_methods.js +19 -0
  630. data/templates/drupal/sources/jquery-ui/tests/unit/button/button_options.js +93 -0
  631. data/templates/drupal/sources/jquery-ui/tests/unit/button/button_tickets.js +45 -0
  632. data/templates/drupal/sources/jquery-ui/tests/unit/core/core.html +134 -0
  633. data/templates/drupal/sources/jquery-ui/tests/unit/core/core.js +157 -0
  634. data/templates/drupal/sources/jquery-ui/tests/unit/core/selector.js +253 -0
  635. data/templates/drupal/sources/jquery-ui/tests/unit/datepicker/datepicker.html +54 -0
  636. data/templates/drupal/sources/jquery-ui/tests/unit/datepicker/datepicker_core.js +441 -0
  637. data/templates/drupal/sources/jquery-ui/tests/unit/datepicker/datepicker_defaults.js +9 -0
  638. data/templates/drupal/sources/jquery-ui/tests/unit/datepicker/datepicker_events.js +117 -0
  639. data/templates/drupal/sources/jquery-ui/tests/unit/datepicker/datepicker_methods.js +118 -0
  640. data/templates/drupal/sources/jquery-ui/tests/unit/datepicker/datepicker_options.js +924 -0
  641. data/templates/drupal/sources/jquery-ui/tests/unit/datepicker/datepicker_tickets.js +27 -0
  642. data/templates/drupal/sources/jquery-ui/tests/unit/dialog/dialog.html +57 -0
  643. data/templates/drupal/sources/jquery-ui/tests/unit/dialog/dialog_core.js +138 -0
  644. data/templates/drupal/sources/jquery-ui/tests/unit/dialog/dialog_defaults.js +35 -0
  645. data/templates/drupal/sources/jquery-ui/tests/unit/dialog/dialog_events.js +254 -0
  646. data/templates/drupal/sources/jquery-ui/tests/unit/dialog/dialog_methods.js +127 -0
  647. data/templates/drupal/sources/jquery-ui/tests/unit/dialog/dialog_options.js +444 -0
  648. data/templates/drupal/sources/jquery-ui/tests/unit/dialog/dialog_tickets.js +116 -0
  649. data/templates/drupal/sources/jquery-ui/tests/unit/draggable/draggable.html +53 -0
  650. data/templates/drupal/sources/jquery-ui/tests/unit/draggable/draggable_core.js +67 -0
  651. data/templates/drupal/sources/jquery-ui/tests/unit/draggable/draggable_defaults.js +36 -0
  652. data/templates/drupal/sources/jquery-ui/tests/unit/draggable/draggable_events.js +81 -0
  653. data/templates/drupal/sources/jquery-ui/tests/unit/draggable/draggable_methods.js +99 -0
  654. data/templates/drupal/sources/jquery-ui/tests/unit/draggable/draggable_options.js +753 -0
  655. data/templates/drupal/sources/jquery-ui/tests/unit/droppable/droppable.html +53 -0
  656. data/templates/drupal/sources/jquery-ui/tests/unit/droppable/droppable_core.js +36 -0
  657. data/templates/drupal/sources/jquery-ui/tests/unit/droppable/droppable_defaults.js +16 -0
  658. data/templates/drupal/sources/jquery-ui/tests/unit/droppable/droppable_events.js +28 -0
  659. data/templates/drupal/sources/jquery-ui/tests/unit/droppable/droppable_methods.js +86 -0
  660. data/templates/drupal/sources/jquery-ui/tests/unit/droppable/droppable_options.js +68 -0
  661. data/templates/drupal/sources/jquery-ui/tests/unit/images/jqueryui_32x32.png +0 -0
  662. data/templates/drupal/sources/jquery-ui/tests/unit/index.html +64 -0
  663. data/templates/drupal/sources/jquery-ui/tests/unit/menu/menu.html +74 -0
  664. data/templates/drupal/sources/jquery-ui/tests/unit/menu/menu_core.js +38 -0
  665. data/templates/drupal/sources/jquery-ui/tests/unit/menu/menu_defaults.js +13 -0
  666. data/templates/drupal/sources/jquery-ui/tests/unit/menu/menu_events.js +24 -0
  667. data/templates/drupal/sources/jquery-ui/tests/unit/menu/menu_methods.js +15 -0
  668. data/templates/drupal/sources/jquery-ui/tests/unit/menu/menu_options.js +10 -0
  669. data/templates/drupal/sources/jquery-ui/tests/unit/position/position.html +62 -0
  670. data/templates/drupal/sources/jquery-ui/tests/unit/position/position_core.js +438 -0
  671. data/templates/drupal/sources/jquery-ui/tests/unit/position/position_deprecated.html +60 -0
  672. data/templates/drupal/sources/jquery-ui/tests/unit/position/position_deprecated.js +32 -0
  673. data/templates/drupal/sources/jquery-ui/tests/unit/progressbar/progressbar.html +41 -0
  674. data/templates/drupal/sources/jquery-ui/tests/unit/progressbar/progressbar_core.js +28 -0
  675. data/templates/drupal/sources/jquery-ui/tests/unit/progressbar/progressbar_defaults.js +11 -0
  676. data/templates/drupal/sources/jquery-ui/tests/unit/progressbar/progressbar_events.js +51 -0
  677. data/templates/drupal/sources/jquery-ui/tests/unit/progressbar/progressbar_methods.js +36 -0
  678. data/templates/drupal/sources/jquery-ui/tests/unit/progressbar/progressbar_options.js +59 -0
  679. data/templates/drupal/sources/jquery-ui/tests/unit/resizable/images/test.jpg +0 -0
  680. data/templates/drupal/sources/jquery-ui/tests/unit/resizable/resizable.html +53 -0
  681. data/templates/drupal/sources/jquery-ui/tests/unit/resizable/resizable_core.js +148 -0
  682. data/templates/drupal/sources/jquery-ui/tests/unit/resizable/resizable_defaults.js +28 -0
  683. data/templates/drupal/sources/jquery-ui/tests/unit/resizable/resizable_events.js +20 -0
  684. data/templates/drupal/sources/jquery-ui/tests/unit/resizable/resizable_methods.js +64 -0
  685. data/templates/drupal/sources/jquery-ui/tests/unit/resizable/resizable_options.js +190 -0
  686. data/templates/drupal/sources/jquery-ui/tests/unit/selectable/selectable.html +56 -0
  687. data/templates/drupal/sources/jquery-ui/tests/unit/selectable/selectable_core.js +16 -0
  688. data/templates/drupal/sources/jquery-ui/tests/unit/selectable/selectable_defaults.js +16 -0
  689. data/templates/drupal/sources/jquery-ui/tests/unit/selectable/selectable_events.js +32 -0
  690. data/templates/drupal/sources/jquery-ui/tests/unit/selectable/selectable_methods.js +93 -0
  691. data/templates/drupal/sources/jquery-ui/tests/unit/selectable/selectable_options.js +46 -0
  692. data/templates/drupal/sources/jquery-ui/tests/unit/slider/slider.html +55 -0
  693. data/templates/drupal/sources/jquery-ui/tests/unit/slider/slider_core.js +292 -0
  694. data/templates/drupal/sources/jquery-ui/tests/unit/slider/slider_defaults.js +20 -0
  695. data/templates/drupal/sources/jquery-ui/tests/unit/slider/slider_events.js +109 -0
  696. data/templates/drupal/sources/jquery-ui/tests/unit/slider/slider_methods.js +102 -0
  697. data/templates/drupal/sources/jquery-ui/tests/unit/slider/slider_options.js +146 -0
  698. data/templates/drupal/sources/jquery-ui/tests/unit/sortable/sortable.html +57 -0
  699. data/templates/drupal/sources/jquery-ui/tests/unit/sortable/sortable_core.js +9 -0
  700. data/templates/drupal/sources/jquery-ui/tests/unit/sortable/sortable_defaults.js +34 -0
  701. data/templates/drupal/sources/jquery-ui/tests/unit/sortable/sortable_events.js +147 -0
  702. data/templates/drupal/sources/jquery-ui/tests/unit/sortable/sortable_methods.js +108 -0
  703. data/templates/drupal/sources/jquery-ui/tests/unit/sortable/sortable_options.js +256 -0
  704. data/templates/drupal/sources/jquery-ui/tests/unit/sortable/sortable_tickets.js +83 -0
  705. data/templates/drupal/sources/jquery-ui/tests/unit/spinner/spinner.html +46 -0
  706. data/templates/drupal/sources/jquery-ui/tests/unit/spinner/spinner_core.js +171 -0
  707. data/templates/drupal/sources/jquery-ui/tests/unit/spinner/spinner_defaults.js +16 -0
  708. data/templates/drupal/sources/jquery-ui/tests/unit/spinner/spinner_events.js +64 -0
  709. data/templates/drupal/sources/jquery-ui/tests/unit/spinner/spinner_methods.js +155 -0
  710. data/templates/drupal/sources/jquery-ui/tests/unit/spinner/spinner_options.js +154 -0
  711. data/templates/drupal/sources/jquery-ui/tests/unit/swarminject.js +9 -0
  712. data/templates/drupal/sources/jquery-ui/tests/unit/tabs/data/test.html +1 -0
  713. data/templates/drupal/sources/jquery-ui/tests/unit/tabs/spinner.gif +0 -0
  714. data/templates/drupal/sources/jquery-ui/tests/unit/tabs/tabs.html +139 -0
  715. data/templates/drupal/sources/jquery-ui/tests/unit/tabs/tabs_core.js +50 -0
  716. data/templates/drupal/sources/jquery-ui/tests/unit/tabs/tabs_defaults.js +13 -0
  717. data/templates/drupal/sources/jquery-ui/tests/unit/tabs/tabs_defaults_deprecated.js +26 -0
  718. data/templates/drupal/sources/jquery-ui/tests/unit/tabs/tabs_deprecated.html +138 -0
  719. data/templates/drupal/sources/jquery-ui/tests/unit/tabs/tabs_deprecated.js +350 -0
  720. data/templates/drupal/sources/jquery-ui/tests/unit/tabs/tabs_events.js +198 -0
  721. data/templates/drupal/sources/jquery-ui/tests/unit/tabs/tabs_methods.js +165 -0
  722. data/templates/drupal/sources/jquery-ui/tests/unit/tabs/tabs_options.js +146 -0
  723. data/templates/drupal/sources/jquery-ui/tests/unit/tabs/tabs_tickets.js +99 -0
  724. data/templates/drupal/sources/jquery-ui/tests/unit/testsuite.js +101 -0
  725. data/templates/drupal/sources/jquery-ui/tests/unit/tooltip/tooltip.html +47 -0
  726. data/templates/drupal/sources/jquery-ui/tests/unit/tooltip/tooltip_core.js +11 -0
  727. data/templates/drupal/sources/jquery-ui/tests/unit/tooltip/tooltip_defaults.js +16 -0
  728. data/templates/drupal/sources/jquery-ui/tests/unit/tooltip/tooltip_events.js +54 -0
  729. data/templates/drupal/sources/jquery-ui/tests/unit/tooltip/tooltip_methods.js +30 -0
  730. data/templates/drupal/sources/jquery-ui/tests/unit/tooltip/tooltip_options.js +62 -0
  731. data/templates/drupal/sources/jquery-ui/tests/unit/widget/widget.html +40 -0
  732. data/templates/drupal/sources/jquery-ui/tests/unit/widget/widget_core.js +992 -0
  733. data/templates/drupal/sources/jquery-ui/tests/visual/addClass/addClass_queue.html +50 -0
  734. data/templates/drupal/sources/jquery-ui/tests/visual/all.css +84 -0
  735. data/templates/drupal/sources/jquery-ui/tests/visual/all.html +190 -0
  736. data/templates/drupal/sources/jquery-ui/tests/visual/animate/animate_backgroundColor_hex.html +44 -0
  737. data/templates/drupal/sources/jquery-ui/tests/visual/animate/animate_backgroundColor_rgb.html +35 -0
  738. data/templates/drupal/sources/jquery-ui/tests/visual/animate/animate_color_hex.html +44 -0
  739. data/templates/drupal/sources/jquery-ui/tests/visual/animate/animate_color_rgb.html +35 -0
  740. data/templates/drupal/sources/jquery-ui/tests/visual/button/button.html +140 -0
  741. data/templates/drupal/sources/jquery-ui/tests/visual/button/button_disabled_true.html +84 -0
  742. data/templates/drupal/sources/jquery-ui/tests/visual/button/button_input_type_checkbox.html +25 -0
  743. data/templates/drupal/sources/jquery-ui/tests/visual/button/button_option_disabled_true.html +84 -0
  744. data/templates/drupal/sources/jquery-ui/tests/visual/button/button_performance.html +555 -0
  745. data/templates/drupal/sources/jquery-ui/tests/visual/button/button_ticket_5254.html +55 -0
  746. data/templates/drupal/sources/jquery-ui/tests/visual/button/button_ticket_5261.html +42 -0
  747. data/templates/drupal/sources/jquery-ui/tests/visual/button/button_ticket_5278.html +58 -0
  748. data/templates/drupal/sources/jquery-ui/tests/visual/compound/accordion_dialog.html +202 -0
  749. data/templates/drupal/sources/jquery-ui/tests/visual/compound/accordion_tabs.html +86 -0
  750. data/templates/drupal/sources/jquery-ui/tests/visual/compound/datepicker_dialog.html +157 -0
  751. data/templates/drupal/sources/jquery-ui/tests/visual/compound/draggable_accordion.html +65 -0
  752. data/templates/drupal/sources/jquery-ui/tests/visual/compound/draggable_accordion_accordion_tabs_draggable.html +109 -0
  753. data/templates/drupal/sources/jquery-ui/tests/visual/compound/sortable_accordion_sortable_tabs.html +108 -0
  754. data/templates/drupal/sources/jquery-ui/tests/visual/compound/tabs_tabs.html +73 -0
  755. data/templates/drupal/sources/jquery-ui/tests/visual/compound/tabs_tooltips.html +37 -0
  756. data/templates/drupal/sources/jquery-ui/tests/visual/compound/widgets_in_dialog.html +229 -0
  757. data/templates/drupal/sources/jquery-ui/tests/visual/datepicker/calendar.gif +0 -0
  758. data/templates/drupal/sources/jquery-ui/tests/visual/datepicker/datepicker.html +23 -0
  759. data/templates/drupal/sources/jquery-ui/tests/visual/datepicker/datepicker_multi_inline.html +113 -0
  760. data/templates/drupal/sources/jquery-ui/tests/visual/datepicker/datepicker_ticket_4071.html +96 -0
  761. data/templates/drupal/sources/jquery-ui/tests/visual/datepicker/datepicker_ticket_4240.html +55 -0
  762. data/templates/drupal/sources/jquery-ui/tests/visual/datepicker/datepicker_ticket_4443.html +38 -0
  763. data/templates/drupal/sources/jquery-ui/tests/visual/datepicker/datepicker_ticket_5676.html +30 -0
  764. data/templates/drupal/sources/jquery-ui/tests/visual/datepicker/multimonth.html +23 -0
  765. data/templates/drupal/sources/jquery-ui/tests/visual/datepicker/viewport.html +278 -0
  766. data/templates/drupal/sources/jquery-ui/tests/visual/dialog/dialog_on_page_with_large_dom.html +2963 -0
  767. data/templates/drupal/sources/jquery-ui/tests/visual/draggable/draggable.html +24 -0
  768. data/templates/drupal/sources/jquery-ui/tests/visual/draggable/draggable.scroll.html +152 -0
  769. data/templates/drupal/sources/jquery-ui/tests/visual/draggable/draggable_option_containment_array.html +26 -0
  770. data/templates/drupal/sources/jquery-ui/tests/visual/draggable/draggable_option_cursorAt_object.html +26 -0
  771. data/templates/drupal/sources/jquery-ui/tests/visual/draggable/draggable_option_handle_selector.html +28 -0
  772. data/templates/drupal/sources/jquery-ui/tests/visual/draggable/draggable_option_iframeFix_false.html +30 -0
  773. data/templates/drupal/sources/jquery-ui/tests/visual/draggable/draggable_option_iframeFix_selector.html +30 -0
  774. data/templates/drupal/sources/jquery-ui/tests/visual/draggable/draggable_option_iframeFix_true.html +30 -0
  775. data/templates/drupal/sources/jquery-ui/tests/visual/droppable/droppable.css +3 -0
  776. data/templates/drupal/sources/jquery-ui/tests/visual/droppable/droppable.html +33 -0
  777. data/templates/drupal/sources/jquery-ui/tests/visual/droppable/droppable_option_accept_default.html +40 -0
  778. data/templates/drupal/sources/jquery-ui/tests/visual/droppable/droppable_option_accept_function.html +43 -0
  779. data/templates/drupal/sources/jquery-ui/tests/visual/droppable/droppable_option_accept_selector.html +41 -0
  780. data/templates/drupal/sources/jquery-ui/tests/visual/droppable/droppable_ticket_4087.html +51 -0
  781. data/templates/drupal/sources/jquery-ui/tests/visual/droppable/droppable_ticket_4088.html +69 -0
  782. data/templates/drupal/sources/jquery-ui/tests/visual/effects.all.css +54 -0
  783. data/templates/drupal/sources/jquery-ui/tests/visual/effects.all.html +193 -0
  784. data/templates/drupal/sources/jquery-ui/tests/visual/effects.all.js +92 -0
  785. data/templates/drupal/sources/jquery-ui/tests/visual/menu/contextmenu.html +191 -0
  786. data/templates/drupal/sources/jquery-ui/tests/visual/menu/drilldown.html +266 -0
  787. data/templates/drupal/sources/jquery-ui/tests/visual/menu/menu.html +147 -0
  788. data/templates/drupal/sources/jquery-ui/tests/visual/menu/menubar.html +208 -0
  789. data/templates/drupal/sources/jquery-ui/tests/visual/menu/menubar.js +189 -0
  790. data/templates/drupal/sources/jquery-ui/tests/visual/menu/popup.html +159 -0
  791. data/templates/drupal/sources/jquery-ui/tests/visual/menu/popup.js +113 -0
  792. data/templates/drupal/sources/jquery-ui/tests/visual/menu/tablemenu.html +67 -0
  793. data/templates/drupal/sources/jquery-ui/tests/visual/mouse/mouse_ticket_6946.html +67 -0
  794. data/templates/drupal/sources/jquery-ui/tests/visual/position/position.html +67 -0
  795. data/templates/drupal/sources/jquery-ui/tests/visual/position/position_margin.html +43 -0
  796. data/templates/drupal/sources/jquery-ui/tests/visual/resizable/images/test.png +0 -0
  797. data/templates/drupal/sources/jquery-ui/tests/visual/resizable/resizable.html +24 -0
  798. data/templates/drupal/sources/jquery-ui/tests/visual/resizable/resizable_option_alsoResize_child.html +48 -0
  799. data/templates/drupal/sources/jquery-ui/tests/visual/resizable/resizable_option_aspectRatio_0.5.html +29 -0
  800. data/templates/drupal/sources/jquery-ui/tests/visual/resizable/resizable_option_aspectRatio_1.0.html +29 -0
  801. data/templates/drupal/sources/jquery-ui/tests/visual/resizable/resizable_option_aspectRatio_1.5.html +29 -0
  802. data/templates/drupal/sources/jquery-ui/tests/visual/resizable/resizable_option_aspectRatio_preserve_maxHeight_150.html +30 -0
  803. data/templates/drupal/sources/jquery-ui/tests/visual/resizable/resizable_option_aspectRatio_preserve_maxWidth_150.html +30 -0
  804. data/templates/drupal/sources/jquery-ui/tests/visual/resizable/resizable_option_aspectRatio_preserve_minHeight_50.html +30 -0
  805. data/templates/drupal/sources/jquery-ui/tests/visual/resizable/resizable_option_aspectRatio_preserve_minWidth_50.html +30 -0
  806. data/templates/drupal/sources/jquery-ui/tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html +29 -0
  807. data/templates/drupal/sources/jquery-ui/tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh50.html +29 -0
  808. data/templates/drupal/sources/jquery-ui/tests/visual/resizable/resizable_option_aspectRatio_preserve_w50xh100.html +29 -0
  809. data/templates/drupal/sources/jquery-ui/tests/visual/resizable/resizable_ticket_3053.html +37 -0
  810. data/templates/drupal/sources/jquery-ui/tests/visual/resizable/resizable_ticket_4199.html +37 -0
  811. data/templates/drupal/sources/jquery-ui/tests/visual/resizable/resizable_ticket_4217.html +46 -0
  812. data/templates/drupal/sources/jquery-ui/tests/visual/resizable/resizable_ticket_4940.html +32 -0
  813. data/templates/drupal/sources/jquery-ui/tests/visual/resizable/resizable_ticket_5335.html +52 -0
  814. data/templates/drupal/sources/jquery-ui/tests/visual/selectable/selectable.html +40 -0
  815. data/templates/drupal/sources/jquery-ui/tests/visual/selectable/selectable_ticket_4341.html +46 -0
  816. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider.html +24 -0
  817. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_horizontal.html +27 -0
  818. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_horizontal_range.html +28 -0
  819. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_horizontal_range_max.html +28 -0
  820. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_horizontal_range_min.html +28 -0
  821. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_in_container_with_scrollbars.html +43 -0
  822. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_method_destroy.html +28 -0
  823. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_method_disable.html +47 -0
  824. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_animate_false.html +26 -0
  825. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_animate_true.html +65 -0
  826. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_max_3.html +26 -0
  827. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_max_30.html +26 -0
  828. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_max_300.html +26 -0
  829. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_min_-3.html +27 -0
  830. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_min_-30.html +27 -0
  831. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_min_-300.html +27 -0
  832. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_orientation_horizontal.html +26 -0
  833. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_orientation_vertical.html +26 -0
  834. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_range_false.html +27 -0
  835. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_range_max.html +27 -0
  836. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_range_min.html +27 -0
  837. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_range_true.html +27 -0
  838. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_step_25.html +26 -0
  839. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_step_5.html +26 -0
  840. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_value_3.html +26 -0
  841. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_value_30.html +26 -0
  842. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_values_25_50_75.html +26 -0
  843. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_values_25_75.html +26 -0
  844. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_option_values_50.html +26 -0
  845. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_ticket_3736.html +36 -0
  846. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_ticket_3762.html +44 -0
  847. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_ticket_4385.html +42 -0
  848. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_ticket_4467.html +34 -0
  849. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_vertical.html +27 -0
  850. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_vertical_range.html +28 -0
  851. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_vertical_range_max.html +28 -0
  852. data/templates/drupal/sources/jquery-ui/tests/visual/slider/slider_vertical_range_min.html +28 -0
  853. data/templates/drupal/sources/jquery-ui/tests/visual/sortable/sortable.html +40 -0
  854. data/templates/drupal/sources/jquery-ui/tests/visual/sortable/sortable_massive_scale.html +757 -0
  855. data/templates/drupal/sources/jquery-ui/tests/visual/sortable/sortable_option_revert_false.html +31 -0
  856. data/templates/drupal/sources/jquery-ui/tests/visual/sortable/sortable_option_revert_true.html +31 -0
  857. data/templates/drupal/sources/jquery-ui/tests/visual/sortable/sortable_ticket_4231.html +78 -0
  858. data/templates/drupal/sources/jquery-ui/tests/visual/sortable/sortable_ticket_5355.html +58 -0
  859. data/templates/drupal/sources/jquery-ui/tests/visual/spinner/spinner.html +43 -0
  860. data/templates/drupal/sources/jquery-ui/tests/visual/theme.html +532 -0
  861. data/templates/drupal/sources/jquery-ui/tests/visual/tooltip/ajaxcontent.php +2 -0
  862. data/templates/drupal/sources/jquery-ui/tests/visual/tooltip/callout.html +213 -0
  863. data/templates/drupal/sources/jquery-ui/tests/visual/tooltip/tooltip.html +186 -0
  864. data/templates/drupal/sources/jquery-ui/tests/visual/visual.css +3 -0
  865. data/templates/drupal/sources/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  866. data/templates/drupal/sources/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  867. data/templates/drupal/sources/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  868. data/templates/drupal/sources/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  869. data/templates/drupal/sources/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  870. data/templates/drupal/sources/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  871. data/templates/drupal/sources/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  872. data/templates/drupal/sources/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  873. data/templates/drupal/sources/jquery-ui/themes/base/images/ui-icons_222222_256x240.png +0 -0
  874. data/templates/drupal/sources/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
  875. data/templates/drupal/sources/jquery-ui/themes/base/images/ui-icons_454545_256x240.png +0 -0
  876. data/templates/drupal/sources/jquery-ui/themes/base/images/ui-icons_888888_256x240.png +0 -0
  877. data/templates/drupal/sources/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
  878. data/templates/drupal/sources/jquery-ui/themes/base/jquery.ui.accordion.css +18 -0
  879. data/templates/drupal/sources/jquery-ui/themes/base/jquery.ui.all.css +11 -0
  880. data/templates/drupal/sources/jquery-ui/themes/base/jquery.ui.autocomplete.css +13 -0
  881. data/templates/drupal/sources/jquery-ui/themes/base/jquery.ui.base.css +24 -0
  882. data/templates/drupal/sources/jquery-ui/themes/base/jquery.ui.button.css +38 -0
  883. data/templates/drupal/sources/jquery-ui/themes/base/jquery.ui.core.css +41 -0
  884. data/templates/drupal/sources/jquery-ui/themes/base/jquery.ui.datepicker.css +68 -0
  885. data/templates/drupal/sources/jquery-ui/themes/base/jquery.ui.dialog.css +21 -0
  886. data/templates/drupal/sources/jquery-ui/themes/base/jquery.ui.menu.css +44 -0
  887. data/templates/drupal/sources/jquery-ui/themes/base/jquery.ui.progressbar.css +11 -0
  888. data/templates/drupal/sources/jquery-ui/themes/base/jquery.ui.resizable.css +25 -0
  889. data/templates/drupal/sources/jquery-ui/themes/base/jquery.ui.selectable.css +10 -0
  890. data/templates/drupal/sources/jquery-ui/themes/base/jquery.ui.slider.css +24 -0
  891. data/templates/drupal/sources/jquery-ui/themes/base/jquery.ui.spinner.css +23 -0
  892. data/templates/drupal/sources/jquery-ui/themes/base/jquery.ui.tabs.css +17 -0
  893. data/templates/drupal/sources/jquery-ui/themes/base/jquery.ui.theme.css +252 -0
  894. data/templates/drupal/sources/jquery-ui/themes/base/jquery.ui.tooltip.css +23 -0
  895. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-af.js +23 -0
  896. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-ar-DZ.js +23 -0
  897. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-ar.js +23 -0
  898. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-az.js +23 -0
  899. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-bg.js +24 -0
  900. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-bs.js +23 -0
  901. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-ca.js +23 -0
  902. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-cs.js +23 -0
  903. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-da.js +23 -0
  904. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-de.js +23 -0
  905. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-el.js +23 -0
  906. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-en-AU.js +23 -0
  907. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-en-GB.js +23 -0
  908. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-en-NZ.js +23 -0
  909. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-eo.js +23 -0
  910. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-es.js +23 -0
  911. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-et.js +23 -0
  912. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-eu.js +23 -0
  913. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-fa.js +23 -0
  914. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-fi.js +23 -0
  915. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-fo.js +23 -0
  916. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
  917. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-fr.js +25 -0
  918. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-gl.js +23 -0
  919. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-he.js +23 -0
  920. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-hr.js +23 -0
  921. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-hu.js +23 -0
  922. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-hy.js +23 -0
  923. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-id.js +23 -0
  924. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-is.js +23 -0
  925. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-it.js +23 -0
  926. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-ja.js +23 -0
  927. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-ko.js +23 -0
  928. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-kz.js +23 -0
  929. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-lt.js +23 -0
  930. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-lv.js +23 -0
  931. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-ml.js +23 -0
  932. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-ms.js +23 -0
  933. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-nl.js +23 -0
  934. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-no.js +23 -0
  935. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-pl.js +23 -0
  936. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-pt-BR.js +23 -0
  937. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-pt.js +22 -0
  938. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-rm.js +21 -0
  939. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-ro.js +26 -0
  940. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-ru.js +23 -0
  941. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-sk.js +23 -0
  942. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-sl.js +24 -0
  943. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-sq.js +23 -0
  944. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-sr-SR.js +23 -0
  945. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-sr.js +23 -0
  946. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-sv.js +23 -0
  947. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-ta.js +23 -0
  948. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-th.js +23 -0
  949. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-tj.js +23 -0
  950. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-tr.js +23 -0
  951. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-uk.js +23 -0
  952. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-vi.js +23 -0
  953. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-zh-CN.js +23 -0
  954. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
  955. data/templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-zh-TW.js +23 -0
  956. data/templates/drupal/sources/jquery-ui/ui/jquery.effects.blind.js +52 -0
  957. data/templates/drupal/sources/jquery-ui/ui/jquery.effects.bounce.js +102 -0
  958. data/templates/drupal/sources/jquery-ui/ui/jquery.effects.clip.js +69 -0
  959. data/templates/drupal/sources/jquery-ui/ui/jquery.effects.core.js +825 -0
  960. data/templates/drupal/sources/jquery-ui/ui/jquery.effects.drop.js +64 -0
  961. data/templates/drupal/sources/jquery-ui/ui/jquery.effects.explode.js +103 -0
  962. data/templates/drupal/sources/jquery-ui/ui/jquery.effects.fade.js +34 -0
  963. data/templates/drupal/sources/jquery-ui/ui/jquery.effects.fold.js +73 -0
  964. data/templates/drupal/sources/jquery-ui/ui/jquery.effects.highlight.js +51 -0
  965. data/templates/drupal/sources/jquery-ui/ui/jquery.effects.pulsate.js +52 -0
  966. data/templates/drupal/sources/jquery-ui/ui/jquery.effects.scale.js +250 -0
  967. data/templates/drupal/sources/jquery-ui/ui/jquery.effects.shake.js +64 -0
  968. data/templates/drupal/sources/jquery-ui/ui/jquery.effects.slide.js +69 -0
  969. data/templates/drupal/sources/jquery-ui/ui/jquery.effects.transfer.js +46 -0
  970. data/templates/drupal/sources/jquery-ui/ui/jquery.ui.accordion.js +669 -0
  971. data/templates/drupal/sources/jquery-ui/ui/jquery.ui.autocomplete.js +439 -0
  972. data/templates/drupal/sources/jquery-ui/ui/jquery.ui.button.js +384 -0
  973. data/templates/drupal/sources/jquery-ui/ui/jquery.ui.core.js +303 -0
  974. data/templates/drupal/sources/jquery-ui/ui/jquery.ui.datepicker.js +1779 -0
  975. data/templates/drupal/sources/jquery-ui/ui/jquery.ui.dialog.js +829 -0
  976. data/templates/drupal/sources/jquery-ui/ui/jquery.ui.draggable.js +799 -0
  977. data/templates/drupal/sources/jquery-ui/ui/jquery.ui.droppable.js +285 -0
  978. data/templates/drupal/sources/jquery-ui/ui/jquery.ui.menu.js +402 -0
  979. data/templates/drupal/sources/jquery-ui/ui/jquery.ui.mouse.js +156 -0
  980. data/templates/drupal/sources/jquery-ui/ui/jquery.ui.position.js +283 -0
  981. data/templates/drupal/sources/jquery-ui/ui/jquery.ui.progressbar.js +107 -0
  982. data/templates/drupal/sources/jquery-ui/ui/jquery.ui.resizable.js +812 -0
  983. data/templates/drupal/sources/jquery-ui/ui/jquery.ui.selectable.js +266 -0
  984. data/templates/drupal/sources/jquery-ui/ui/jquery.ui.slider.js +684 -0
  985. data/templates/drupal/sources/jquery-ui/ui/jquery.ui.sortable.js +1076 -0
  986. data/templates/drupal/sources/jquery-ui/ui/jquery.ui.spinner.js +362 -0
  987. data/templates/drupal/sources/jquery-ui/ui/jquery.ui.tabs.js +1039 -0
  988. data/templates/drupal/sources/jquery-ui/ui/jquery.ui.tooltip.js +146 -0
  989. data/templates/drupal/sources/jquery-ui/ui/jquery.ui.widget.js +363 -0
  990. data/templates/drupal/sources/jquery-ui/version.txt +1 -0
  991. data/templates/drupal/sources/pie/LICENSE-APACHE2.txt +13 -0
  992. data/templates/drupal/sources/pie/LICENSE-GPL2.txt +278 -0
  993. data/templates/drupal/sources/pie/build.xml +118 -0
  994. data/templates/drupal/sources/pie/demos/basic.html +321 -0
  995. data/templates/drupal/sources/pie/demos/farbtastic/CHANGELOG.html +26 -0
  996. data/templates/drupal/sources/pie/demos/farbtastic/LICENSE.txt +341 -0
  997. data/templates/drupal/sources/pie/demos/farbtastic/README.html +71 -0
  998. data/templates/drupal/sources/pie/demos/farbtastic/demo1.html +28 -0
  999. data/templates/drupal/sources/pie/demos/farbtastic/demo2.html +57 -0
  1000. data/templates/drupal/sources/pie/demos/farbtastic/farbtastic.css +51 -0
  1001. data/templates/drupal/sources/pie/demos/farbtastic/farbtastic.js +345 -0
  1002. data/templates/drupal/sources/pie/demos/farbtastic/farbtastic.min.js +1 -0
  1003. data/templates/drupal/sources/pie/demos/farbtastic/marker.png +0 -0
  1004. data/templates/drupal/sources/pie/demos/farbtastic/mask.png +0 -0
  1005. data/templates/drupal/sources/pie/demos/farbtastic/wheel.png +0 -0
  1006. data/templates/drupal/sources/pie/demos/tabs-control.png +0 -0
  1007. data/templates/drupal/sources/pie/demos/tabs.html +296 -0
  1008. data/templates/drupal/sources/pie/documentation/about.html +63 -0
  1009. data/templates/drupal/sources/pie/documentation/build.html +72 -0
  1010. data/templates/drupal/sources/pie/documentation/getting-started.html +66 -0
  1011. data/templates/drupal/sources/pie/documentation/known-issues.html +205 -0
  1012. data/templates/drupal/sources/pie/documentation/pie-js.html +89 -0
  1013. data/templates/drupal/sources/pie/documentation/product-comparison.html +89 -0
  1014. data/templates/drupal/sources/pie/documentation/q-and-a.html +152 -0
  1015. data/templates/drupal/sources/pie/documentation/supported-css3-features.html +402 -0
  1016. data/templates/drupal/sources/pie/site/pie-wp-theme/404.php +24 -0
  1017. data/templates/drupal/sources/pie/site/pie-wp-theme/archive.php +24 -0
  1018. data/templates/drupal/sources/pie/site/pie-wp-theme/attachment.php +25 -0
  1019. data/templates/drupal/sources/pie/site/pie-wp-theme/attachment/attachment-default.php +61 -0
  1020. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/CHANGELOG.txt +72 -0
  1021. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/README.txt +15 -0
  1022. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/admin.php +330 -0
  1023. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/ajax-load.php +115 -0
  1024. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/attachment.php +126 -0
  1025. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/carrington.php +106 -0
  1026. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/compatibility.php +234 -0
  1027. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/css/colorpicker.css +161 -0
  1028. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/blank.gif +0 -0
  1029. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_background.png +0 -0
  1030. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_hex.png +0 -0
  1031. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_hsb_b.png +0 -0
  1032. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_hsb_h.png +0 -0
  1033. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_hsb_s.png +0 -0
  1034. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_indic.gif +0 -0
  1035. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_overlay.png +0 -0
  1036. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_rgb_b.png +0 -0
  1037. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_rgb_g.png +0 -0
  1038. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_rgb_r.png +0 -0
  1039. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_select.gif +0 -0
  1040. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/colorpicker_submit.png +0 -0
  1041. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/custom_background.png +0 -0
  1042. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/custom_hex.png +0 -0
  1043. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/custom_hsb_b.png +0 -0
  1044. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/custom_hsb_h.png +0 -0
  1045. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/custom_hsb_s.png +0 -0
  1046. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/custom_indic.gif +0 -0
  1047. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/custom_rgb_b.png +0 -0
  1048. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/custom_rgb_g.png +0 -0
  1049. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/custom_rgb_r.png +0 -0
  1050. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/custom_submit.png +0 -0
  1051. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/select.png +0 -0
  1052. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/select2.png +0 -0
  1053. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/images/colorpicker/slider.png +0 -0
  1054. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/js/colorpicker.js +490 -0
  1055. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/lightbox/LICENSE.txt +30 -0
  1056. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/lightbox/css/thickbox.css +157 -0
  1057. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/lightbox/img/blank.gif +0 -0
  1058. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/lightbox/img/loadingAnimation.gif +0 -0
  1059. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/lightbox/img/macFFBgHack.png +0 -0
  1060. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/lightbox/thickbox.js +332 -0
  1061. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/templates.php +105 -0
  1062. data/templates/drupal/sources/pie/site/pie-wp-theme/carrington-core/utility.php +821 -0
  1063. data/templates/drupal/sources/pie/site/pie-wp-theme/comment/comment-default.php +53 -0
  1064. data/templates/drupal/sources/pie/site/pie-wp-theme/comment/ping.php +33 -0
  1065. data/templates/drupal/sources/pie/site/pie-wp-theme/comments.php +24 -0
  1066. data/templates/drupal/sources/pie/site/pie-wp-theme/comments/comments-default.php +66 -0
  1067. data/templates/drupal/sources/pie/site/pie-wp-theme/comments/comments-loop.php +49 -0
  1068. data/templates/drupal/sources/pie/site/pie-wp-theme/comments/pings-loop.php +38 -0
  1069. data/templates/drupal/sources/pie/site/pie-wp-theme/comments/threaded.php +31 -0
  1070. data/templates/drupal/sources/pie/site/pie-wp-theme/content/content-default.php +56 -0
  1071. data/templates/drupal/sources/pie/site/pie-wp-theme/content/page.php +44 -0
  1072. data/templates/drupal/sources/pie/site/pie-wp-theme/css/common.css +442 -0
  1073. data/templates/drupal/sources/pie/site/pie-wp-theme/css/fonts/museosans_500-webfont.eot +0 -0
  1074. data/templates/drupal/sources/pie/site/pie-wp-theme/css/fonts/museosans_500-webfont.svg +240 -0
  1075. data/templates/drupal/sources/pie/site/pie-wp-theme/css/fonts/museosans_500-webfont.ttf +0 -0
  1076. data/templates/drupal/sources/pie/site/pie-wp-theme/css/fonts/museosans_500-webfont.woff +0 -0
  1077. data/templates/drupal/sources/pie/site/pie-wp-theme/error/404.php +31 -0
  1078. data/templates/drupal/sources/pie/site/pie-wp-theme/error/exit.php +24 -0
  1079. data/templates/drupal/sources/pie/site/pie-wp-theme/excerpt/excerpt-default.php +41 -0
  1080. data/templates/drupal/sources/pie/site/pie-wp-theme/footer.php +24 -0
  1081. data/templates/drupal/sources/pie/site/pie-wp-theme/footer/footer-default.php +53 -0
  1082. data/templates/drupal/sources/pie/site/pie-wp-theme/forms/comment.php +94 -0
  1083. data/templates/drupal/sources/pie/site/pie-wp-theme/forms/search.php +33 -0
  1084. data/templates/drupal/sources/pie/site/pie-wp-theme/functions.php +28 -0
  1085. data/templates/drupal/sources/pie/site/pie-wp-theme/functions/sidebars.php +42 -0
  1086. data/templates/drupal/sources/pie/site/pie-wp-theme/header.php +24 -0
  1087. data/templates/drupal/sources/pie/site/pie-wp-theme/header/header-default.php +99 -0
  1088. data/templates/drupal/sources/pie/site/pie-wp-theme/img/divider.png +0 -0
  1089. data/templates/drupal/sources/pie/site/pie-wp-theme/img/favicon.ico +0 -0
  1090. data/templates/drupal/sources/pie/site/pie-wp-theme/img/icons.png +0 -0
  1091. data/templates/drupal/sources/pie/site/pie-wp-theme/img/logo.png +0 -0
  1092. data/templates/drupal/sources/pie/site/pie-wp-theme/index.php +24 -0
  1093. data/templates/drupal/sources/pie/site/pie-wp-theme/js/farbtastic/CHANGELOG.html +26 -0
  1094. data/templates/drupal/sources/pie/site/pie-wp-theme/js/farbtastic/LICENSE.txt +341 -0
  1095. data/templates/drupal/sources/pie/site/pie-wp-theme/js/farbtastic/README.html +71 -0
  1096. data/templates/drupal/sources/pie/site/pie-wp-theme/js/farbtastic/demo1.html +28 -0
  1097. data/templates/drupal/sources/pie/site/pie-wp-theme/js/farbtastic/demo2.html +57 -0
  1098. data/templates/drupal/sources/pie/site/pie-wp-theme/js/farbtastic/farbtastic.css +51 -0
  1099. data/templates/drupal/sources/pie/site/pie-wp-theme/js/farbtastic/farbtastic.js +345 -0
  1100. data/templates/drupal/sources/pie/site/pie-wp-theme/js/farbtastic/farbtastic.min.js +1 -0
  1101. data/templates/drupal/sources/pie/site/pie-wp-theme/js/farbtastic/marker.png +0 -0
  1102. data/templates/drupal/sources/pie/site/pie-wp-theme/js/farbtastic/mask.png +0 -0
  1103. data/templates/drupal/sources/pie/site/pie-wp-theme/js/farbtastic/wheel.png +0 -0
  1104. data/templates/drupal/sources/pie/site/pie-wp-theme/loop/archive.php +28 -0
  1105. data/templates/drupal/sources/pie/site/pie-wp-theme/loop/loop-default.php +33 -0
  1106. data/templates/drupal/sources/pie/site/pie-wp-theme/loop/search.php +30 -0
  1107. data/templates/drupal/sources/pie/site/pie-wp-theme/misc/banner.php +21 -0
  1108. data/templates/drupal/sources/pie/site/pie-wp-theme/misc/nav-posts.php +22 -0
  1109. data/templates/drupal/sources/pie/site/pie-wp-theme/misc/no-results.php +23 -0
  1110. data/templates/drupal/sources/pie/site/pie-wp-theme/page.php +24 -0
  1111. data/templates/drupal/sources/pie/site/pie-wp-theme/pages/pages-default.php +30 -0
  1112. data/templates/drupal/sources/pie/site/pie-wp-theme/posts/author.php +52 -0
  1113. data/templates/drupal/sources/pie/site/pie-wp-theme/posts/category.php +40 -0
  1114. data/templates/drupal/sources/pie/site/pie-wp-theme/posts/home.php +30 -0
  1115. data/templates/drupal/sources/pie/site/pie-wp-theme/posts/posts-default.php +30 -0
  1116. data/templates/drupal/sources/pie/site/pie-wp-theme/posts/search.php +44 -0
  1117. data/templates/drupal/sources/pie/site/pie-wp-theme/posts/tag.php +38 -0
  1118. data/templates/drupal/sources/pie/site/pie-wp-theme/screenshot.png +0 -0
  1119. data/templates/drupal/sources/pie/site/pie-wp-theme/search.php +24 -0
  1120. data/templates/drupal/sources/pie/site/pie-wp-theme/sidebar.php +24 -0
  1121. data/templates/drupal/sources/pie/site/pie-wp-theme/sidebar/sidebar-default.php +68 -0
  1122. data/templates/drupal/sources/pie/site/pie-wp-theme/single.php +24 -0
  1123. data/templates/drupal/sources/pie/site/pie-wp-theme/single/single-default.php +40 -0
  1124. data/templates/drupal/sources/pie/site/pie-wp-theme/style.css +73 -0
  1125. data/templates/drupal/sources/pie/sources/Angle.js +36 -0
  1126. data/templates/drupal/sources/pie/sources/BackgroundRenderer.js +381 -0
  1127. data/templates/drupal/sources/pie/sources/BackgroundStyleInfo.js +295 -0
  1128. data/templates/drupal/sources/pie/sources/BgPosition.js +104 -0
  1129. data/templates/drupal/sources/pie/sources/BorderImageRenderer.js +124 -0
  1130. data/templates/drupal/sources/pie/sources/BorderImageStyleInfo.js +146 -0
  1131. data/templates/drupal/sources/pie/sources/BorderRadiusStyleInfo.js +68 -0
  1132. data/templates/drupal/sources/pie/sources/BorderRenderer.js +328 -0
  1133. data/templates/drupal/sources/pie/sources/BorderStyleInfo.js +101 -0
  1134. data/templates/drupal/sources/pie/sources/BoundsInfo.js +56 -0
  1135. data/templates/drupal/sources/pie/sources/BoxShadowInsetRenderer.js +31 -0
  1136. data/templates/drupal/sources/pie/sources/BoxShadowOutsetRenderer.js +136 -0
  1137. data/templates/drupal/sources/pie/sources/BoxShadowStyleInfo.js +67 -0
  1138. data/templates/drupal/sources/pie/sources/Color.js +127 -0
  1139. data/templates/drupal/sources/pie/sources/Element.js +416 -0
  1140. data/templates/drupal/sources/pie/sources/Heartbeat.js +16 -0
  1141. data/templates/drupal/sources/pie/sources/ImgRenderer.js +66 -0
  1142. data/templates/drupal/sources/pie/sources/Length.js +134 -0
  1143. data/templates/drupal/sources/pie/sources/Observable.js +44 -0
  1144. data/templates/drupal/sources/pie/sources/OnBeforeUnload.js +15 -0
  1145. data/templates/drupal/sources/pie/sources/OnPrint.js +25 -0
  1146. data/templates/drupal/sources/pie/sources/OnResize.js +12 -0
  1147. data/templates/drupal/sources/pie/sources/OnScroll.js +15 -0
  1148. data/templates/drupal/sources/pie/sources/PIE_API.js +35 -0
  1149. data/templates/drupal/sources/pie/sources/PIE_close.js +2 -0
  1150. data/templates/drupal/sources/pie/sources/PIE_open.js +47 -0
  1151. data/templates/drupal/sources/pie/sources/RendererBase.js +299 -0
  1152. data/templates/drupal/sources/pie/sources/RootRenderer.js +112 -0
  1153. data/templates/drupal/sources/pie/sources/StyleInfoBase.js +93 -0
  1154. data/templates/drupal/sources/pie/sources/Tokenizer.js +274 -0
  1155. data/templates/drupal/sources/pie/sources/Util.js +94 -0
  1156. data/templates/drupal/sources/pie/sources/VisibilityStyleInfo.js +38 -0
  1157. data/templates/drupal/sources/pie/sources/closure_externs.js +4 -0
  1158. data/templates/drupal/sources/pie/sources/closure_preservefunctions.js +4 -0
  1159. data/templates/drupal/sources/pie/sources/htc_close.txt +2 -0
  1160. data/templates/drupal/sources/pie/sources/htc_init.js +19 -0
  1161. data/templates/drupal/sources/pie/sources/htc_open.txt +13 -0
  1162. data/templates/drupal/sources/pie/sources/js_close.js +1 -0
  1163. data/templates/drupal/sources/pie/sources/js_open.js +8 -0
  1164. data/templates/drupal/sources/pie/sources/wrappers/PIE.php +19 -0
  1165. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-001.htm +27 -0
  1166. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-002.htm +31 -0
  1167. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-003.htm +29 -0
  1168. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-004.htm +29 -0
  1169. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-005.htm +29 -0
  1170. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-006.htm +41 -0
  1171. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-007.htm +46 -0
  1172. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-008.htm +41 -0
  1173. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-009.htm +45 -0
  1174. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-010.htm +31 -0
  1175. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-011.htm +41 -0
  1176. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-012.htm +49 -0
  1177. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-013.htm +51 -0
  1178. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-014.htm +51 -0
  1179. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-015.htm +51 -0
  1180. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-016.htm +50 -0
  1181. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-applies-to-017.htm +35 -0
  1182. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-different-width-001.htm +77 -0
  1183. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-initial-value-001.htm +35 -0
  1184. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-not-inherited-001.htm +44 -0
  1185. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-shorthand-001.htm +69 -0
  1186. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-style-001.htm +33 -0
  1187. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-style-002.htm +28 -0
  1188. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-style-003.htm +28 -0
  1189. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-style-004.htm +28 -0
  1190. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-style-005.htm +29 -0
  1191. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-sum-of-radii-001.htm +158 -0
  1192. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-sum-of-radii-002.htm +92 -0
  1193. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-with-three-values-001.htm +43 -0
  1194. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-radius-with-two-values-001.htm +43 -0
  1195. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-top-left-radius-values-001.htm +45 -0
  1196. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-top-left-radius-values-002.htm +40 -0
  1197. data/templates/drupal/sources/pie/tests/IE9 border-radius tests/border-top-left-radius-values-003.htm +51 -0
  1198. data/templates/drupal/sources/pie/tests/background1.gif +0 -0
  1199. data/templates/drupal/sources/pie/tests/background2.gif +0 -0
  1200. data/templates/drupal/sources/pie/tests/basic.html +188 -0
  1201. data/templates/drupal/sources/pie/tests/border-image-test.html +52 -0
  1202. data/templates/drupal/sources/pie/tests/border.png +0 -0
  1203. data/templates/drupal/sources/pie/tests/border2.png +0 -0
  1204. data/templates/drupal/sources/pie/tests/box-shadow-tests.html +166 -0
  1205. data/templates/drupal/sources/pie/tests/buttons.html +735 -0
  1206. data/templates/drupal/sources/pie/tests/color-names.html +32 -0
  1207. data/templates/drupal/sources/pie/tests/gradient-tests.html +237 -0
  1208. data/templates/drupal/sources/pie/tests/hiding-tests.html +92 -0
  1209. data/templates/drupal/sources/pie/tests/hover-tests.html +107 -0
  1210. data/templates/drupal/sources/pie/tests/iPhoneBackButton.png +0 -0
  1211. data/templates/drupal/sources/pie/tests/icon-chrome.png +0 -0
  1212. data/templates/drupal/sources/pie/tests/icon-firefox.png +0 -0
  1213. data/templates/drupal/sources/pie/tests/icon-ie.png +0 -0
  1214. data/templates/drupal/sources/pie/tests/icon-opera.png +0 -0
  1215. data/templates/drupal/sources/pie/tests/icon-safari.png +0 -0
  1216. data/templates/drupal/sources/pie/tests/img.html +63 -0
  1217. data/templates/drupal/sources/pie/tests/margin-auto-tests.html +57 -0
  1218. data/templates/drupal/sources/pie/tests/margin-collapsing-tests.html +77 -0
  1219. data/templates/drupal/sources/pie/tests/misc-tests.html +257 -0
  1220. data/templates/drupal/sources/pie/tests/multiple-bg-tests.html +100 -0
  1221. data/templates/drupal/sources/pie/tests/peculiar-icons/Peculiar.html +372 -0
  1222. data/templates/drupal/sources/pie/tests/peculiar-icons/pictograms.css +1934 -0
  1223. data/templates/drupal/sources/pie/tests/peculiar-icons/style.css +106 -0
  1224. data/templates/drupal/sources/pie/tests/photo.jpg +0 -0
  1225. data/templates/drupal/sources/pie/tests/png-fix.html +50 -0
  1226. data/templates/drupal/sources/pie/tests/position-fixed.html +70 -0
  1227. data/templates/drupal/sources/pie/tests/rtl.html +190 -0
  1228. data/templates/drupal/sources/pie/tests/sizing-tests.html +55 -0
  1229. data/templates/drupal/sources/pie/tests/solar-system/asteroids_meteorids.png +0 -0
  1230. data/templates/drupal/sources/pie/tests/solar-system/bg.jpg +0 -0
  1231. data/templates/drupal/sources/pie/tests/solar-system/solar-system.html +148 -0
  1232. data/templates/drupal/sources/pie/tests/solar-system/styles.css +447 -0
  1233. data/templates/drupal/sources/pie/tests/stress-test.html +187 -0
  1234. data/templates/drupal/sources/pie/tests/submitted/block.png +0 -0
  1235. data/templates/drupal/sources/pie/tests/submitted/forum-f3-t19.html +31 -0
  1236. data/templates/drupal/sources/pie/tests/submitted/forum-f3-t25.gif +0 -0
  1237. data/templates/drupal/sources/pie/tests/submitted/forum-f3-t25.html +24 -0
  1238. data/templates/drupal/sources/pie/tests/submitted/forum-f3-t70.html +136 -0
  1239. data/templates/drupal/sources/pie/tests/submitted/issue23.html +124 -0
  1240. data/templates/drupal/sources/pie/tests/submitted/issue41.html +164 -0
  1241. data/templates/drupal/sources/pie/tests/submitted/issue47.html +136 -0
  1242. data/templates/drupal/sources/pie/tests/submitted/issue75.html +94 -0
  1243. data/templates/drupal/sources/pie/tests/submitted/tab.png +0 -0
  1244. data/templates/drupal/sources/pie/tests/tables.html +87 -0
  1245. data/templates/drupal/sources/pie/tests/tokenizer-tests.html +158 -0
  1246. data/templates/drupal/sources/pie/tests/z-index-tests.html +145 -0
  1247. data/templates/drupal/sources/pie/tools/compiler.jar +0 -0
  1248. data/templates/drupal/sources/scrollability/README.md +38 -0
  1249. data/templates/drupal/sources/scrollability/scrollability-min.js +1 -0
  1250. data/templates/drupal/sources/scrollability/scrollability.js +661 -0
  1251. data/templates/drupal/sources/scrollorama/README.md +21 -0
  1252. data/templates/drupal/sources/scrollorama/css/normalize.css +439 -0
  1253. data/templates/drupal/sources/scrollorama/css/style.css +257 -0
  1254. data/templates/drupal/sources/scrollorama/index.html +167 -0
  1255. data/templates/drupal/sources/scrollorama/js/jquery-1.7.1.min.js +4 -0
  1256. data/templates/drupal/sources/scrollorama/js/jquery.lettering-0.6.1.min.js +2 -0
  1257. data/templates/drupal/sources/scrollorama/js/jquery.scrollorama.js +299 -0
  1258. data/templates/drupal/style.sass +125 -0
  1259. data/templates/drupal/survival-kit-logo.png +0 -0
  1260. data/templates/drupal/your-design-here/_design.sass +4 -0
  1261. metadata +1261 -2
@@ -0,0 +1,30 @@
1
+ jQuery UI Authors (http://jqueryui.com/about)
2
+
3
+ This software consists of voluntary contributions made by many
4
+ individuals. For exact contribution history, see the revision history
5
+ and logs, available at http://github.com/jquery/jquery-ui
6
+
7
+ Brandon Aaron
8
+ Paul Bakaus (paulbakaus.com)
9
+ David Bolter
10
+ Rich Caloggero
11
+ Chi Cheng (cloudream@gmail.com)
12
+ Colin Clark (http://colin.atrc.utoronto.ca/)
13
+ Michelle D'Souza
14
+ Aaron Eisenberger (aaronchi@gmail.com)
15
+ Ariel Flesler
16
+ Bohdan Ganicky
17
+ Scott González
18
+ Marc Grabanski (m@marcgrabanski.com)
19
+ Klaus Hartl (stilbuero.de)
20
+ Scott Jehl
21
+ Cody Lindley
22
+ Eduardo Lundgren (eduardolundgren@gmail.com)
23
+ Todd Parker
24
+ John Resig
25
+ Patty Toland
26
+ Ca-Phun Ung (yelotofu.com)
27
+ Keith Wood (kbwood@virginbroadband.com.au)
28
+ Maggie Costello Wachs
29
+ Richard D. Worth (rdworth.org)
30
+ Jörn Zaefferer (bassistance.de)
@@ -0,0 +1,278 @@
1
+ GNU GENERAL PUBLIC LICENSE
2
+ Version 2, June 1991
3
+
4
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
6
+ Everyone is permitted to copy and distribute verbatim copies
7
+ of this license document, but changing it is not allowed.
8
+
9
+ Preamble
10
+
11
+ The licenses for most software are designed to take away your
12
+ freedom to share and change it. By contrast, the GNU General Public
13
+ License is intended to guarantee your freedom to share and change free
14
+ software--to make sure the software is free for all its users. This
15
+ General Public License applies to most of the Free Software
16
+ Foundation's software and to any other program whose authors commit to
17
+ using it. (Some other Free Software Foundation software is covered by
18
+ the GNU Lesser General Public License instead.) You can apply it to
19
+ your programs, too.
20
+
21
+ When we speak of free software, we are referring to freedom, not
22
+ price. Our General Public Licenses are designed to make sure that you
23
+ have the freedom to distribute copies of free software (and charge for
24
+ this service if you wish), that you receive source code or can get it
25
+ if you want it, that you can change the software or use pieces of it
26
+ in new free programs; and that you know you can do these things.
27
+
28
+ To protect your rights, we need to make restrictions that forbid
29
+ anyone to deny you these rights or to ask you to surrender the rights.
30
+ These restrictions translate to certain responsibilities for you if you
31
+ distribute copies of the software, or if you modify it.
32
+
33
+ For example, if you distribute copies of such a program, whether
34
+ gratis or for a fee, you must give the recipients all the rights that
35
+ you have. You must make sure that they, too, receive or can get the
36
+ source code. And you must show them these terms so they know their
37
+ rights.
38
+
39
+ We protect your rights with two steps: (1) copyright the software, and
40
+ (2) offer you this license which gives you legal permission to copy,
41
+ distribute and/or modify the software.
42
+
43
+ Also, for each author's protection and ours, we want to make certain
44
+ that everyone understands that there is no warranty for this free
45
+ software. If the software is modified by someone else and passed on, we
46
+ want its recipients to know that what they have is not the original, so
47
+ that any problems introduced by others will not reflect on the original
48
+ authors' reputations.
49
+
50
+ Finally, any free program is threatened constantly by software
51
+ patents. We wish to avoid the danger that redistributors of a free
52
+ program will individually obtain patent licenses, in effect making the
53
+ program proprietary. To prevent this, we have made it clear that any
54
+ patent must be licensed for everyone's free use or not licensed at all.
55
+
56
+ The precise terms and conditions for copying, distribution and
57
+ modification follow.
58
+
59
+ GNU GENERAL PUBLIC LICENSE
60
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
61
+
62
+ 0. This License applies to any program or other work which contains
63
+ a notice placed by the copyright holder saying it may be distributed
64
+ under the terms of this General Public License. The "Program", below,
65
+ refers to any such program or work, and a "work based on the Program"
66
+ means either the Program or any derivative work under copyright law:
67
+ that is to say, a work containing the Program or a portion of it,
68
+ either verbatim or with modifications and/or translated into another
69
+ language. (Hereinafter, translation is included without limitation in
70
+ the term "modification".) Each licensee is addressed as "you".
71
+
72
+ Activities other than copying, distribution and modification are not
73
+ covered by this License; they are outside its scope. The act of
74
+ running the Program is not restricted, and the output from the Program
75
+ is covered only if its contents constitute a work based on the
76
+ Program (independent of having been made by running the Program).
77
+ Whether that is true depends on what the Program does.
78
+
79
+ 1. You may copy and distribute verbatim copies of the Program's
80
+ source code as you receive it, in any medium, provided that you
81
+ conspicuously and appropriately publish on each copy an appropriate
82
+ copyright notice and disclaimer of warranty; keep intact all the
83
+ notices that refer to this License and to the absence of any warranty;
84
+ and give any other recipients of the Program a copy of this License
85
+ along with the Program.
86
+
87
+ You may charge a fee for the physical act of transferring a copy, and
88
+ you may at your option offer warranty protection in exchange for a fee.
89
+
90
+ 2. You may modify your copy or copies of the Program or any portion
91
+ of it, thus forming a work based on the Program, and copy and
92
+ distribute such modifications or work under the terms of Section 1
93
+ above, provided that you also meet all of these conditions:
94
+
95
+ a) You must cause the modified files to carry prominent notices
96
+ stating that you changed the files and the date of any change.
97
+
98
+ b) You must cause any work that you distribute or publish, that in
99
+ whole or in part contains or is derived from the Program or any
100
+ part thereof, to be licensed as a whole at no charge to all third
101
+ parties under the terms of this License.
102
+
103
+ c) If the modified program normally reads commands interactively
104
+ when run, you must cause it, when started running for such
105
+ interactive use in the most ordinary way, to print or display an
106
+ announcement including an appropriate copyright notice and a
107
+ notice that there is no warranty (or else, saying that you provide
108
+ a warranty) and that users may redistribute the program under
109
+ these conditions, and telling the user how to view a copy of this
110
+ License. (Exception: if the Program itself is interactive but
111
+ does not normally print such an announcement, your work based on
112
+ the Program is not required to print an announcement.)
113
+
114
+ These requirements apply to the modified work as a whole. If
115
+ identifiable sections of that work are not derived from the Program,
116
+ and can be reasonably considered independent and separate works in
117
+ themselves, then this License, and its terms, do not apply to those
118
+ sections when you distribute them as separate works. But when you
119
+ distribute the same sections as part of a whole which is a work based
120
+ on the Program, the distribution of the whole must be on the terms of
121
+ this License, whose permissions for other licensees extend to the
122
+ entire whole, and thus to each and every part regardless of who wrote it.
123
+
124
+ Thus, it is not the intent of this section to claim rights or contest
125
+ your rights to work written entirely by you; rather, the intent is to
126
+ exercise the right to control the distribution of derivative or
127
+ collective works based on the Program.
128
+
129
+ In addition, mere aggregation of another work not based on the Program
130
+ with the Program (or with a work based on the Program) on a volume of
131
+ a storage or distribution medium does not bring the other work under
132
+ the scope of this License.
133
+
134
+ 3. You may copy and distribute the Program (or a work based on it,
135
+ under Section 2) in object code or executable form under the terms of
136
+ Sections 1 and 2 above provided that you also do one of the following:
137
+
138
+ a) Accompany it with the complete corresponding machine-readable
139
+ source code, which must be distributed under the terms of Sections
140
+ 1 and 2 above on a medium customarily used for software interchange; or,
141
+
142
+ b) Accompany it with a written offer, valid for at least three
143
+ years, to give any third party, for a charge no more than your
144
+ cost of physically performing source distribution, a complete
145
+ machine-readable copy of the corresponding source code, to be
146
+ distributed under the terms of Sections 1 and 2 above on a medium
147
+ customarily used for software interchange; or,
148
+
149
+ c) Accompany it with the information you received as to the offer
150
+ to distribute corresponding source code. (This alternative is
151
+ allowed only for noncommercial distribution and only if you
152
+ received the program in object code or executable form with such
153
+ an offer, in accord with Subsection b above.)
154
+
155
+ The source code for a work means the preferred form of the work for
156
+ making modifications to it. For an executable work, complete source
157
+ code means all the source code for all modules it contains, plus any
158
+ associated interface definition files, plus the scripts used to
159
+ control compilation and installation of the executable. However, as a
160
+ special exception, the source code distributed need not include
161
+ anything that is normally distributed (in either source or binary
162
+ form) with the major components (compiler, kernel, and so on) of the
163
+ operating system on which the executable runs, unless that component
164
+ itself accompanies the executable.
165
+
166
+ If distribution of executable or object code is made by offering
167
+ access to copy from a designated place, then offering equivalent
168
+ access to copy the source code from the same place counts as
169
+ distribution of the source code, even though third parties are not
170
+ compelled to copy the source along with the object code.
171
+
172
+ 4. You may not copy, modify, sublicense, or distribute the Program
173
+ except as expressly provided under this License. Any attempt
174
+ otherwise to copy, modify, sublicense or distribute the Program is
175
+ void, and will automatically terminate your rights under this License.
176
+ However, parties who have received copies, or rights, from you under
177
+ this License will not have their licenses terminated so long as such
178
+ parties remain in full compliance.
179
+
180
+ 5. You are not required to accept this License, since you have not
181
+ signed it. However, nothing else grants you permission to modify or
182
+ distribute the Program or its derivative works. These actions are
183
+ prohibited by law if you do not accept this License. Therefore, by
184
+ modifying or distributing the Program (or any work based on the
185
+ Program), you indicate your acceptance of this License to do so, and
186
+ all its terms and conditions for copying, distributing or modifying
187
+ the Program or works based on it.
188
+
189
+ 6. Each time you redistribute the Program (or any work based on the
190
+ Program), the recipient automatically receives a license from the
191
+ original licensor to copy, distribute or modify the Program subject to
192
+ these terms and conditions. You may not impose any further
193
+ restrictions on the recipients' exercise of the rights granted herein.
194
+ You are not responsible for enforcing compliance by third parties to
195
+ this License.
196
+
197
+ 7. If, as a consequence of a court judgment or allegation of patent
198
+ infringement or for any other reason (not limited to patent issues),
199
+ conditions are imposed on you (whether by court order, agreement or
200
+ otherwise) that contradict the conditions of this License, they do not
201
+ excuse you from the conditions of this License. If you cannot
202
+ distribute so as to satisfy simultaneously your obligations under this
203
+ License and any other pertinent obligations, then as a consequence you
204
+ may not distribute the Program at all. For example, if a patent
205
+ license would not permit royalty-free redistribution of the Program by
206
+ all those who receive copies directly or indirectly through you, then
207
+ the only way you could satisfy both it and this License would be to
208
+ refrain entirely from distribution of the Program.
209
+
210
+ If any portion of this section is held invalid or unenforceable under
211
+ any particular circumstance, the balance of the section is intended to
212
+ apply and the section as a whole is intended to apply in other
213
+ circumstances.
214
+
215
+ It is not the purpose of this section to induce you to infringe any
216
+ patents or other property right claims or to contest validity of any
217
+ such claims; this section has the sole purpose of protecting the
218
+ integrity of the free software distribution system, which is
219
+ implemented by public license practices. Many people have made
220
+ generous contributions to the wide range of software distributed
221
+ through that system in reliance on consistent application of that
222
+ system; it is up to the author/donor to decide if he or she is willing
223
+ to distribute software through any other system and a licensee cannot
224
+ impose that choice.
225
+
226
+ This section is intended to make thoroughly clear what is believed to
227
+ be a consequence of the rest of this License.
228
+
229
+ 8. If the distribution and/or use of the Program is restricted in
230
+ certain countries either by patents or by copyrighted interfaces, the
231
+ original copyright holder who places the Program under this License
232
+ may add an explicit geographical distribution limitation excluding
233
+ those countries, so that distribution is permitted only in or among
234
+ countries not thus excluded. In such case, this License incorporates
235
+ the limitation as if written in the body of this License.
236
+
237
+ 9. The Free Software Foundation may publish revised and/or new versions
238
+ of the General Public License from time to time. Such new versions will
239
+ be similar in spirit to the present version, but may differ in detail to
240
+ address new problems or concerns.
241
+
242
+ Each version is given a distinguishing version number. If the Program
243
+ specifies a version number of this License which applies to it and "any
244
+ later version", you have the option of following the terms and conditions
245
+ either of that version or of any later version published by the Free
246
+ Software Foundation. If the Program does not specify a version number of
247
+ this License, you may choose any version ever published by the Free Software
248
+ Foundation.
249
+
250
+ 10. If you wish to incorporate parts of the Program into other free
251
+ programs whose distribution conditions are different, write to the author
252
+ to ask for permission. For software which is copyrighted by the Free
253
+ Software Foundation, write to the Free Software Foundation; we sometimes
254
+ make exceptions for this. Our decision will be guided by the two goals
255
+ of preserving the free status of all derivatives of our free software and
256
+ of promoting the sharing and reuse of software generally.
257
+
258
+ NO WARRANTY
259
+
260
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
261
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
262
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
263
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
264
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
265
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
266
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
267
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
268
+ REPAIR OR CORRECTION.
269
+
270
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
271
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
272
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
273
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
274
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
275
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
276
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
277
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
278
+ POSSIBILITY OF SUCH DAMAGES.
@@ -0,0 +1,25 @@
1
+ Copyright (c) 2011 Paul Bakaus, http://jqueryui.com/
2
+
3
+ This software consists of voluntary contributions made by many
4
+ individuals (AUTHORS.txt, http://jqueryui.com/about) For exact
5
+ contribution history, see the revision history and logs, available
6
+ at http://jquery-ui.googlecode.com/svn/
7
+
8
+ Permission is hereby granted, free of charge, to any person obtaining
9
+ a copy of this software and associated documentation files (the
10
+ "Software"), to deal in the Software without restriction, including
11
+ without limitation the rights to use, copy, modify, merge, publish,
12
+ distribute, sublicense, and/or sell copies of the Software, and to
13
+ permit persons to whom the Software is furnished to do so, subject to
14
+ the following conditions:
15
+
16
+ The above copyright notice and this permission notice shall be
17
+ included in all copies or substantial portions of the Software.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
23
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
24
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
25
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,9 @@
1
+ [jQuery UI](http://jqueryui.com/) - Interactions and Widgets for the web
2
+ ================================
3
+
4
+ jQuery UI provides interactions like Drag and Drop and widgets like Autocomplete, Tabs and Slider and makes these as easy to use as jQuery itself.
5
+
6
+ If you want to use jQuery UI, go to [jqueryui.com](http://jqueryui.com) to get started. Or visit the [Using jQuery UI Forum](http://forum.jquery.com/using-jquery-ui) for discussions and questions.
7
+
8
+ If you are interested in helping developing jQuery UI, you are in the right place.
9
+ To discuss development with team members and the community, visit the [Developing jQuery UI Forum](http://forum.jquery.com/developing-jquery-ui).
@@ -0,0 +1,392 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+
3
+ <!--
4
+ jQuery UI Release!
5
+
6
+ Call task called 'deploy-release' to build a full release.
7
+ The release built will be stored on 'dist' dir.
8
+
9
+ -->
10
+
11
+ <project name="jquery-ui" default="deploy-release" basedir=".">
12
+
13
+ <taskdef resource="net/sf/antcontrib/antcontrib.properties">
14
+ <classpath>
15
+ <pathelement location="build/ant-contrib-0.6.jar"/>
16
+ </classpath>
17
+ </taskdef>
18
+
19
+ <property file="ant.properties" />
20
+
21
+ <loadfile failonerror="no" srcFile="../version.txt" property="release.version">
22
+ <filterchain><striplinebreaks/></filterchain>
23
+ </loadfile>
24
+ <property name="release.filename" value="jquery-ui-${release.version}" />
25
+
26
+ <property name="dist.dir" value="dist/${release.filename}/" />
27
+ <property name="cdndist.dir" value="dist/${release.filename}-cdn" />
28
+ <property name="build.dir" value="build" />
29
+ <property name="ui.dir" value="../" />
30
+ <property name="src.dir" value="${ui.dir}/ui/" />
31
+ <property name="theme.dir" value="${ui.dir}/themes/base/" />
32
+ <property name="docs.dir" value="${dist.dir}/docs/" />
33
+
34
+ <property name="min.dir" value="${dist.dir}/ui/minified" />
35
+
36
+ <property name="concatenated" value="jquery-ui" />
37
+ <property name="concatenated.i18n" value="jquery-ui-i18n" />
38
+
39
+ <property name="core.files" value="jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.draggable.js, jquery.ui.droppable.js, jquery.ui.resizable.js, jquery.ui.selectable.js, jquery.ui.sortable.js, jquery.effects.core.js" />
40
+ <property name="core.files.min" value="jquery.ui.core.min.js, jquery.ui.widget.min.js, jquery.ui.mouse.min.js, jquery.ui.draggable.min.js, jquery.ui.droppable.min.js, jquery.ui.resizable.min.js, jquery.ui.selectable.min.js, jquery.ui.sortable.min.js, jquery.effects.core.min.js" />
41
+
42
+ <property description="Google Closure" name="closure-jar" value="${build.dir}/google-compiler-20110320.jar" />
43
+ <property description="YUI Compressor" name="yuicompressor-jar" value="${build.dir}/yuicompressor-2.4.2.jar" />
44
+
45
+ <target name="deploy-release" depends="clean, docs-download, copy, minify, replace-version, prepend-header, zip" description="Release builder">
46
+ </target>
47
+
48
+ <target name="replace-version">
49
+ <replaceregexp match="@VERSION" replace="${release.version}" flags="g" byline="true">
50
+ <fileset dir="${dist.dir}/ui/" includes="*.js"/>
51
+ <fileset dir="${dist.dir}/ui/minified/" includes="*.js"/>
52
+ <fileset dir="${dist.dir}/themes/" includes="**/*.css"/>
53
+ </replaceregexp>
54
+ <echo message="Replaced all @VERSION to ${release.version}." />
55
+ </target>
56
+
57
+ <target name="prepend-header">
58
+ <copy todir="${dist.dir}/headers/">
59
+ <fileset dir="${dist.dir}/ui/" includes="*.js" />
60
+ </copy>
61
+ <replaceregexp match="^(\/\*.*?\*\/\s).+" replace="\1" flags="s">
62
+ <fileset dir="${dist.dir}/headers/" includes="*.js"/>
63
+ </replaceregexp>
64
+ <for param="file">
65
+ <path><fileset dir="${min.dir}/" includes="*.js" /></path>
66
+ <sequential>
67
+ <propertyregex override="yes" property="target" input="@{file}" regexp=".*[\\/](.+)\.min\.js$" replace="\1"/>
68
+ <concat destfile="${dist.dir}/ui-headered/${target}.min.js">
69
+ <header file="${dist.dir}/headers/${target}.js" />
70
+ <fileset file="@{file}" />
71
+ </concat>
72
+ </sequential>
73
+ </for>
74
+ <copy todir="${min.dir}" overwrite="true">
75
+ <fileset dir="${dist.dir}/ui-headered/" includes="*.js" />
76
+ </copy>
77
+
78
+ <copy todir="${dist.dir}/headers/">
79
+ <fileset dir="${dist.dir}/themes/base" includes="*.css" />
80
+ </copy>
81
+ <replaceregexp match="^(\/\*.*?\*\/\s).+" replace="\1" flags="s">
82
+ <fileset dir="${dist.dir}/headers/" includes="*.css"/>
83
+ </replaceregexp>
84
+ <for param="file">
85
+ <path><fileset dir="${dist.dir}/themes/base/minified" includes="*.css" /></path>
86
+ <sequential>
87
+ <propertyregex override="yes" property="target" input="@{file}" regexp=".*[\\/](.+)\.min\.css$" replace="\1"/>
88
+ <concat destfile="${dist.dir}/ui-headered/${target}.min.css">
89
+ <header file="${dist.dir}/headers/${target}.css" />
90
+ <fileset file="@{file}" />
91
+ </concat>
92
+ </sequential>
93
+ </for>
94
+ <copy todir="${dist.dir}/themes/base/minified" overwrite="true">
95
+ <fileset dir="${dist.dir}/ui-headered/" includes="*.css" />
96
+ </copy>
97
+
98
+ <!-- once more for the i18n files -->
99
+ <!-- need to clean up headers in those files first
100
+ <copy todir="${dist.dir}/headers/i18n/">
101
+ <fileset dir="${dist.dir}/ui/i18n/" includes="*.js" />
102
+ </copy>
103
+ <replaceregexp match="^(\/\*.*?\*\/\s).+" replace="\1" flags="s">
104
+ <fileset dir="${dist.dir}/headers/i18n/" includes="*.js"/>
105
+ </replaceregexp>
106
+ <for param="file">
107
+ <path><fileset dir="${min.dir}/i18n/" includes="*.js" /></path>
108
+ <sequential>
109
+ <propertyregex override="yes" property="target" input="@{file}" regexp=".*[\\/](.+)\.min\.js$" replace="\1"/>
110
+ <concat destfile="${dist.dir}/ui-headered/i18n/${target}.min.js">
111
+ <header file="${dist.dir}/headers/i18n/${target}.js" />
112
+ <fileset file="@{file}" />
113
+ </concat>
114
+ </sequential>
115
+ </for>
116
+ <copy todir="${min.dir}/i18n/">
117
+ <fileset dir="${dist.dir}/ui-headered/i18n/" includes="*.js" />
118
+ </copy>
119
+ -->
120
+
121
+ <delete dir="${dist.dir}/headers/" />
122
+ <delete dir="${dist.dir}/ui-headered/" />
123
+ </target>
124
+
125
+ <target description="Zip the package" name="zip">
126
+ <zip destfile="${dist.dir}/../${release.filename}.zip">
127
+ <zipfileset dir="dist/" />
128
+ </zip>
129
+ </target>
130
+
131
+ <target name="concatenate">
132
+ <echo message="Building concatenated" />
133
+ <mkdir dir="${dist.dir}/ui/" />
134
+ <delete file="${dist.dir}/ui/${concatenated}.js" />
135
+
136
+ <concat destfile="${dist.dir}/ui/${concatenated}.js">
137
+ <filelist dir="${src.dir}/" files="${core.files}" />
138
+ <fileset dir="${src.dir}/" includes="jquery.ui.*.js, jquery.effects.*.js" excludes="${core.files}" />
139
+ </concat>
140
+ <echo message="Concatenated built." />
141
+
142
+ <concat destfile="${dist.dir}/themes/base/${concatenated}.css">
143
+ <fileset dir="${theme.dir}/" includes="jquery.ui.core.css" />
144
+ <fileset dir="${theme.dir}/" includes="jquery.ui.*.css" excludes="jquery.ui.all.css, jquery.ui.core.css, jquery.ui.base.css, jquery.ui.theme.css" />
145
+ <fileset dir="${theme.dir}/" includes="jquery.ui.theme.css" />
146
+ </concat>
147
+ <echo message="Concatenated theme." />
148
+
149
+ <mkdir dir="${dist.dir}/ui/i18n/" />
150
+ <delete file="${dist.dir}/ui/i18n/${concatenated.i18n}.js" />
151
+
152
+ <concat destfile="${dist.dir}/ui/i18n/${concatenated.i18n}.js" encoding="utf-8">
153
+ <fileset dir="${src.dir}/i18n/" includes="jquery.ui.*.js" />
154
+ </concat>
155
+ <echo message="Concatenated i18n built." />
156
+ </target>
157
+
158
+ <target name="minify" depends="concatenate" description="Remove all comments and whitespace, no compression, great in combination with GZip">
159
+ <echo message="Building minified" />
160
+ <mkdir dir="${min.dir}" />
161
+ <mkdir dir="${min.dir}/i18n/" />
162
+ <mkdir dir="${dist.dir}/themes/base/minified" />
163
+
164
+ <apply executable="java" parallel="false">
165
+ <fileset dir="${dist.dir}/ui" includes="*.js" />
166
+ <arg line="-jar" />
167
+ <arg path="${closure-jar}" />
168
+ <arg value="--warning_level" />
169
+ <arg value="QUIET" />
170
+ <arg value="--js_output_file" />
171
+ <targetfile />
172
+ <arg value="--js" />
173
+ <mapper type="glob" from="*.js" to="${min.dir}/*.min.js" />
174
+ </apply>
175
+
176
+ <apply executable="java" parallel="false">
177
+ <fileset dir="${dist.dir}/ui/i18n" includes="*.js" />
178
+ <arg line="-jar" />
179
+ <arg path="${closure-jar}" />
180
+ <arg value="--warning_level" />
181
+ <arg value="QUIET" />
182
+ <arg value="--js_output_file" />
183
+ <targetfile />
184
+ <arg value="--js" />
185
+ <mapper type="glob" from="*.js" to="${min.dir}/i18n/*.min.js" />
186
+ </apply>
187
+
188
+ <apply executable="java" parallel="false">
189
+ <fileset dir="${dist.dir}/themes/base" includes="*.css" />
190
+ <arg line="-jar" />
191
+ <arg path="${yuicompressor-jar}" />
192
+ <arg line="--charset utf-8" />
193
+ <arg line="-v" />
194
+ <srcfile />
195
+ <arg line="-o" />
196
+ <mapper type="glob" from="*.css" to="${dist.dir}/themes/base/minified/*.min.css" />
197
+ <targetfile/>
198
+ </apply>
199
+
200
+ <replaceregexp match=".css" replace=".min.css" flags="g">
201
+ <fileset dir="${dist.dir}/themes/base/minified/">
202
+ <include name="*.base.min.css"/>
203
+ <include name="*.all.min.css"/>
204
+ </fileset>
205
+ </replaceregexp>
206
+
207
+ <!-- make a copy of all theme images to ensure that relative paths in minified css files work -->
208
+ <copy todir="${dist.dir}/themes/base/minified/images" >
209
+ <fileset dir="${ui.dir}/themes/base/images" />
210
+ </copy>
211
+
212
+ <echo message="Minified ui/ built." />
213
+ </target>
214
+
215
+ <target description="Copy needed folders" name="copy">
216
+ <echo message="Copying files" />
217
+ <mkdir dir="${dist.dir}" />
218
+
219
+ <copy overwrite="true" todir="${dist.dir}/">
220
+ <fileset dir="${ui.dir}/" includes="jquery-*.js" />
221
+ </copy>
222
+
223
+ <copy overwrite="true" todir="${dist.dir}/ui/">
224
+ <fileset dir="${src.dir}/" includes="jquery.ui.*.js, jquery.effects.*.js" />
225
+ </copy>
226
+
227
+ <copy overwrite="true" todir="${dist.dir}/ui/i18n/" >
228
+ <fileset dir="${src.dir}/i18n/" />
229
+ </copy>
230
+
231
+ <copy overwrite="true" todir="${dist.dir}/">
232
+ <fileset dir="${ui.dir}/" includes="*.txt" />
233
+ </copy>
234
+
235
+ <copy overwrite="true" todir="${dist.dir}/demos/" >
236
+ <fileset dir="${ui.dir}/demos/" />
237
+ </copy>
238
+
239
+ <copy overwrite="true" todir="${dist.dir}/external/" >
240
+ <fileset dir="${ui.dir}/external/" />
241
+ </copy>
242
+
243
+ <copy overwrite="true" todir="${dist.dir}/tests/" >
244
+ <fileset dir="${ui.dir}/tests/" />
245
+ </copy>
246
+
247
+ <copy overwrite="true" todir="${dist.dir}/themes/" >
248
+ <fileset dir="${ui.dir}/themes/" />
249
+ </copy>
250
+ <echo message="Files copied." />
251
+ </target>
252
+
253
+ <target name="clean">
254
+ <delete dir="dist" />
255
+ </target>
256
+
257
+ <target name="docs-download">
258
+ <mkdir dir="${docs.dir}" />
259
+ <property name="url" value="http://docs.jquery.com/action/render/UI/API/${release.version}/" />
260
+
261
+ <get src="${url}Draggable" dest="${docs.dir}draggable.html" />
262
+ <get src="${url}Droppable" dest="${docs.dir}droppable.html" />
263
+ <get src="${url}Resizable" dest="${docs.dir}resizable.html" />
264
+ <get src="${url}Selectable" dest="${docs.dir}selectable.html" />
265
+ <get src="${url}Sortable" dest="${docs.dir}sortable.html" />
266
+
267
+ <get src="${url}Accordion" dest="${docs.dir}accordion.html" />
268
+ <get src="${url}Autocomplete" dest="${docs.dir}autocomplete.html" />
269
+ <get src="${url}Button" dest="${docs.dir}button.html" />
270
+ <get src="${url}Datepicker" dest="${docs.dir}datepicker.html" />
271
+ <get src="${url}Dialog" dest="${docs.dir}dialog.html" />
272
+ <get src="${url}Menu" dest="${docs.dir}menu.html" />
273
+ <get src="${url}Progressbar" dest="${docs.dir}progressbar.html" />
274
+ <get src="${url}Slider" dest="${docs.dir}slider.html" />
275
+ <get src="${url}Spinner" dest="${docs.dir}spinner.html" />
276
+ <get src="${url}Tooltip" dest="${docs.dir}tooltip.html" />
277
+ <get src="${url}Tabs" dest="${docs.dir}tabs.html" />
278
+
279
+ <get src="${url}Position" dest="${docs.dir}position.html" />
280
+
281
+ <get src="http://docs.jquery.com/action/render/UI/Effects/animate" dest="${docs.dir}animate.html" />
282
+ <get src="http://docs.jquery.com/action/render/UI/Effects/addClass" dest="${docs.dir}addClass.html" />
283
+ <get src="http://docs.jquery.com/action/render/UI/Effects/effect" dest="${docs.dir}effect.html" />
284
+ <get src="http://docs.jquery.com/action/render/UI/Effects/hide" dest="${docs.dir}hide.html" />
285
+ <get src="http://docs.jquery.com/action/render/UI/Effects/removeClass" dest="${docs.dir}removeClass.html" />
286
+ <get src="http://docs.jquery.com/action/render/UI/Effects/show" dest="${docs.dir}show.html" />
287
+ <get src="http://docs.jquery.com/action/render/UI/Effects/switchClass" dest="${docs.dir}switchClass.html" />
288
+ <get src="http://docs.jquery.com/action/render/UI/Effects/toggle" dest="${docs.dir}toggle.html" />
289
+ <get src="http://docs.jquery.com/action/render/UI/Effects/toggleClass" dest="${docs.dir}toggleClass.html" />
290
+
291
+
292
+ <get src="http://docs.jquery.com/action/render/UI/Effects/Blind" dest="${docs.dir}effect-blind.html" />
293
+ <get src="http://docs.jquery.com/action/render/UI/Effects/Clip" dest="${docs.dir}effect-clip.html" />
294
+ <get src="http://docs.jquery.com/action/render/UI/Effects/Drop" dest="${docs.dir}effect-drop.html" />
295
+ <get src="http://docs.jquery.com/action/render/UI/Effects/Explode" dest="${docs.dir}effect-explode.html" />
296
+ <get src="http://docs.jquery.com/action/render/UI/Effects/Fade" dest="${docs.dir}effect-fade.html" />
297
+ <get src="http://docs.jquery.com/action/render/UI/Effects/Fold" dest="${docs.dir}effect-fold.html" />
298
+ <get src="http://docs.jquery.com/action/render/UI/Effects/Puff" dest="${docs.dir}effect-puff.html" />
299
+ <get src="http://docs.jquery.com/action/render/UI/Effects/Slide" dest="${docs.dir}effect-slide.html" />
300
+ <get src="http://docs.jquery.com/action/render/UI/Effects/Scale" dest="${docs.dir}effect-scale.html" />
301
+
302
+ <get src="http://docs.jquery.com/action/render/UI/Effects/Bounce" dest="${docs.dir}effect-bounce.html" />
303
+ <get src="http://docs.jquery.com/action/render/UI/Effects/Highlight" dest="${docs.dir}effect-highlight.html" />
304
+ <get src="http://docs.jquery.com/action/render/UI/Effects/Pulsate" dest="${docs.dir}effect-pulsate.html" />
305
+ <get src="http://docs.jquery.com/action/render/UI/Effects/Shake" dest="${docs.dir}effect-shake.html" />
306
+ <get src="http://docs.jquery.com/action/render/UI/Effects/Size" dest="${docs.dir}effect-size.html" />
307
+ <get src="http://docs.jquery.com/action/render/UI/Effects/Transfer" dest="${docs.dir}effect-transfer.html" />
308
+ </target>
309
+
310
+ <target name="themes-download">
311
+ <!-- to create/update query strings for the theme-file, execute this in Firebug on /download page:
312
+ $("select option[value!=none]").map(function() { $(this).parent().val(this.value).change(); return $(this).parents("form").serialize(); }).get().join(",");
313
+ -->
314
+ <loadfile srcFile="themes" property="urls" />
315
+ <property name="zip" value="${dist.dir}themes/tmp.zip" />
316
+ <mkdir dir="${dist.dir}themes" />
317
+ <for list="${urls}" param="url">
318
+ <sequential>
319
+ <get src="http://ui-dev.jquery.com/download/?@{url}" dest="${zip}" />
320
+ <unzip src="${zip}"
321
+ dest="${dist.dir}themes/">
322
+ <patternset>
323
+ <include name="development-bundle/themes/**"/>
324
+ <exclude name="development-bundle/themes/base/**"/>
325
+ </patternset>
326
+ <mapper type="glob" from="development-bundle/themes/*" to="*" />
327
+ </unzip>
328
+ <delete file="${zip}" />
329
+ </sequential>
330
+ </for>
331
+ <move todir="${dist.dir}themes/">
332
+ <fileset dir="${dist.dir}themes/" />
333
+ <mapper>
334
+ <mapper type="regexp" from="(.*)jquery-ui-.*custom.css" to="\1jquery-ui.css" />
335
+ </mapper>
336
+ </move>
337
+ <copy todir="dist/jquery-ui-themes-${release.version}">
338
+ <fileset dir="${dist.dir}/" includes="AUTHORS.txt,GPL-LICENSE.txt,MIT-LICENSE.txt,version.txt,themes/**" />
339
+ </copy>
340
+ <zip destfile="${dist.dir}/../jquery-ui-themes-${release.version}.zip">
341
+ <zipfileset dir="dist/" includes="jquery-ui-themes-${release.version}/" />
342
+ </zip>
343
+ </target>
344
+
345
+ <target name="whitespace">
346
+ <replaceregexp match="[\t ]+$" replace="" flags="g" byline="true">
347
+ <fileset dir="${src.dir}" includes="*.js"/>
348
+ <fileset dir="${src.dir}/i18n/" includes="*.js"/>
349
+ </replaceregexp>
350
+ <echo message="All trailing spaces removed." />
351
+ </target>
352
+
353
+ <target name="cdn">
354
+ <delete dir="${cdndist.dir}" />
355
+ <mkdir dir="${cdndist.dir}" />
356
+ <copy todir="${cdndist.dir}">
357
+ <fileset dir=".." includes="AUTHORS.txt, GPL-LICENSE.txt, MIT-LICENSE.txt, version.txt" />
358
+ </copy>
359
+ <copy todir="${cdndist.dir}">
360
+ <fileset dir="${dist.dir}ui" includes="jquery-ui.js" />
361
+ <fileset dir="${dist.dir}ui/minified" includes="jquery-ui.min.js" />
362
+ </copy>
363
+ <copy todir="${cdndist.dir}/i18n">
364
+ <fileset dir="${dist.dir}ui/i18n" />
365
+ <fileset dir="${dist.dir}ui/minified/i18n" />
366
+ </copy>
367
+ <copy todir="${cdndist.dir}/themes">
368
+ <fileset dir="${dist.dir}themes" />
369
+ </copy>
370
+ <checksum>
371
+ <fileset dir="${cdndist.dir}" />
372
+ </checksum>
373
+ <for param="file">
374
+ <path><fileset dir="${cdndist.dir}" includes="**/" excludes="**/*.MD5" /></path>
375
+ <sequential>
376
+ <!-- @{file} is an absolute path, use that ugly regexes to make it relative -->
377
+ <propertyregex override="yes" property="relativepath" input="@{file}" regexp=".+?cdn[\\/](.+)$" replace="\1"/>
378
+ <propertyregex override="yes" property="relativepath" input="${relativepath}" regexp="\\" replace="/" global="true" />
379
+ <concat destfile="${cdndist.dir}/MANIFEST" append="yes">${relativepath} </concat>
380
+ <concat destfile="${cdndist.dir}/MANIFEST" append="yes"><file file="@{file}.MD5" /></concat>
381
+ </sequential>
382
+ </for>
383
+ <delete dir="${cdndist.dir}" includes="**/*.MD5" />
384
+ <zip destfile="${dist.dir}/../${release.filename}-googlecdn.zip">
385
+ <zipfileset dir="dist/" includes="${release.filename}-cdn/" />
386
+ </zip>
387
+ <zip destfile="${dist.dir}/../${release.filename}-mscdn.zip">
388
+ <zipfileset dir="dist/${release.filename}-cdn/" />
389
+ </zip>
390
+ </target>
391
+
392
+ </project>