postrest 0.0.3 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (234) hide show
  1. checksums.yaml +4 -4
  2. data/lib/app.rb +1 -1
  3. data/public/index.htm +116 -0
  4. data/public/node_modules/pivottable/CONTRIBUTING.md +19 -0
  5. data/public/node_modules/pivottable/LICENSE.md +9 -0
  6. data/public/node_modules/pivottable/ReadMe.md +155 -0
  7. data/public/node_modules/pivottable/bower.json +31 -0
  8. data/public/node_modules/pivottable/c3_renderers.coffee +155 -0
  9. data/public/node_modules/pivottable/d3_renderers.coffee +73 -0
  10. data/public/node_modules/pivottable/dist/c3_renderers.js +256 -0
  11. data/public/node_modules/pivottable/dist/c3_renderers.js.map +1 -0
  12. data/public/node_modules/pivottable/dist/c3_renderers.min.js +2 -0
  13. data/public/node_modules/pivottable/dist/c3_renderers.min.js.map +1 -0
  14. data/public/node_modules/pivottable/dist/d3_renderers.js +105 -0
  15. data/public/node_modules/pivottable/dist/d3_renderers.js.map +1 -0
  16. data/public/node_modules/pivottable/dist/d3_renderers.min.js +2 -0
  17. data/public/node_modules/pivottable/dist/d3_renderers.min.js.map +1 -0
  18. data/public/node_modules/pivottable/dist/export_renderers.js +80 -0
  19. data/public/node_modules/pivottable/dist/export_renderers.js.map +1 -0
  20. data/public/node_modules/pivottable/dist/export_renderers.min.js +2 -0
  21. data/public/node_modules/pivottable/dist/export_renderers.min.js.map +1 -0
  22. data/public/node_modules/pivottable/dist/gchart_renderers.js +183 -0
  23. data/public/node_modules/pivottable/dist/gchart_renderers.js.map +1 -0
  24. data/public/node_modules/pivottable/dist/gchart_renderers.min.js +2 -0
  25. data/public/node_modules/pivottable/dist/gchart_renderers.min.js.map +1 -0
  26. data/public/node_modules/pivottable/dist/pivot.css +97 -0
  27. data/public/node_modules/pivottable/dist/pivot.es.js +78 -0
  28. data/public/node_modules/pivottable/dist/pivot.es.js.map +1 -0
  29. data/public/node_modules/pivottable/dist/pivot.es.min.js +2 -0
  30. data/public/node_modules/pivottable/dist/pivot.es.min.js.map +1 -0
  31. data/public/node_modules/pivottable/dist/pivot.fr.js +78 -0
  32. data/public/node_modules/pivottable/dist/pivot.fr.js.map +1 -0
  33. data/public/node_modules/pivottable/dist/pivot.fr.min.js +2 -0
  34. data/public/node_modules/pivottable/dist/pivot.fr.min.js.map +1 -0
  35. data/public/node_modules/pivottable/dist/pivot.js +1511 -0
  36. data/public/node_modules/pivottable/dist/pivot.js.map +1 -0
  37. data/public/node_modules/pivottable/dist/pivot.min.css +1 -0
  38. data/public/node_modules/pivottable/dist/pivot.min.js +2 -0
  39. data/public/node_modules/pivottable/dist/pivot.min.js.map +1 -0
  40. data/public/node_modules/pivottable/dist/pivot.nl.js +78 -0
  41. data/public/node_modules/pivottable/dist/pivot.nl.js.map +1 -0
  42. data/public/node_modules/pivottable/dist/pivot.nl.min.js +2 -0
  43. data/public/node_modules/pivottable/dist/pivot.nl.min.js.map +1 -0
  44. data/public/node_modules/pivottable/dist/pivot.pt.js +104 -0
  45. data/public/node_modules/pivottable/dist/pivot.pt.js.map +1 -0
  46. data/public/node_modules/pivottable/dist/pivot.pt.min.js +2 -0
  47. data/public/node_modules/pivottable/dist/pivot.pt.min.js.map +1 -0
  48. data/public/node_modules/pivottable/dist/pivot.ru.js +78 -0
  49. data/public/node_modules/pivottable/dist/pivot.ru.js.map +1 -0
  50. data/public/node_modules/pivottable/dist/pivot.ru.min.js +2 -0
  51. data/public/node_modules/pivottable/dist/pivot.ru.min.js.map +1 -0
  52. data/public/node_modules/pivottable/dist/pivot.tr.js +104 -0
  53. data/public/node_modules/pivottable/dist/pivot.tr.js.map +1 -0
  54. data/public/node_modules/pivottable/dist/pivot.tr.min.js +2 -0
  55. data/public/node_modules/pivottable/dist/pivot.tr.min.js.map +1 -0
  56. data/public/node_modules/pivottable/dist/tips_data.min.js +247 -0
  57. data/public/node_modules/pivottable/examples/c3.html +61 -0
  58. data/public/node_modules/pivottable/examples/d3.html +49 -0
  59. data/public/node_modules/pivottable/examples/fully_loaded.html +80 -0
  60. data/public/node_modules/pivottable/examples/gchart.html +53 -0
  61. data/public/node_modules/pivottable/examples/gh-fork-ribbon.css +140 -0
  62. data/public/node_modules/pivottable/examples/gh-fork-ribbon.ie.css +78 -0
  63. data/public/node_modules/pivottable/examples/index.html +85 -0
  64. data/public/node_modules/pivottable/examples/local.html +74 -0
  65. data/public/node_modules/pivottable/examples/montreal_2014.csv +366 -0
  66. data/public/node_modules/pivottable/examples/montreal_2014.html +106 -0
  67. data/public/node_modules/pivottable/examples/mps.csv +309 -0
  68. data/public/node_modules/pivottable/examples/mps.html +45 -0
  69. data/public/node_modules/pivottable/examples/mps.json +1 -0
  70. data/public/node_modules/pivottable/examples/mps_agg.html +44 -0
  71. data/public/node_modules/pivottable/examples/mps_csv.html +42 -0
  72. data/public/node_modules/pivottable/examples/mps_export.html +44 -0
  73. data/public/node_modules/pivottable/examples/mps_fr.html +40 -0
  74. data/public/node_modules/pivottable/examples/mps_prepop.html +42 -0
  75. data/public/node_modules/pivottable/examples/onrefresh.html +52 -0
  76. data/public/node_modules/pivottable/examples/rcsvs.html +87 -0
  77. data/public/node_modules/pivottable/examples/scatter.html +53 -0
  78. data/public/node_modules/pivottable/examples/show_code.js +17 -0
  79. data/public/node_modules/pivottable/examples/simple.html +41 -0
  80. data/public/node_modules/pivottable/examples/simple_agg.html +51 -0
  81. data/public/node_modules/pivottable/examples/simple_function.html +57 -0
  82. data/public/node_modules/pivottable/examples/simple_ui.html +42 -0
  83. data/public/node_modules/pivottable/examples/simple_ui_from_table.html +60 -0
  84. data/public/node_modules/pivottable/export_renderers.coffee +57 -0
  85. data/public/node_modules/pivottable/gchart_renderers.coffee +111 -0
  86. data/public/node_modules/pivottable/gulpFile.js +95 -0
  87. data/public/node_modules/pivottable/images/animation.gif +0 -0
  88. data/public/node_modules/pivottable/images/filters.png +0 -0
  89. data/public/node_modules/pivottable/images/gender_age_bins.png +0 -0
  90. data/public/node_modules/pivottable/images/gender_imbalance.png +0 -0
  91. data/public/node_modules/pivottable/images/gender_imbalance_instructions.png +0 -0
  92. data/public/node_modules/pivottable/images/initial_state.png +0 -0
  93. data/public/node_modules/pivottable/images/province_x_party_heatmap.png +0 -0
  94. data/public/node_modules/pivottable/images/province_x_party_heatmap_instructions.png +0 -0
  95. data/public/node_modules/pivottable/images/simple.png +0 -0
  96. data/public/node_modules/pivottable/images/simple_ui.png +0 -0
  97. data/public/node_modules/pivottable/images/whats_what.png +0 -0
  98. data/public/node_modules/pivottable/index.html +14 -0
  99. data/public/node_modules/pivottable/node_modules/jquery/AUTHORS.txt +278 -0
  100. data/public/node_modules/pivottable/node_modules/jquery/LICENSE.txt +36 -0
  101. data/public/node_modules/pivottable/node_modules/jquery/README.md +65 -0
  102. data/public/node_modules/pivottable/node_modules/jquery/bower.json +14 -0
  103. data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.js +9842 -0
  104. data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.min.js +4 -0
  105. data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.min.map +1 -0
  106. data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.slim.js +7877 -0
  107. data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.slim.min.js +4 -0
  108. data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.slim.min.map +1 -0
  109. data/public/node_modules/pivottable/node_modules/jquery/package.json +122 -0
  110. data/public/node_modules/pivottable/node_modules/jquery/sizzle/LICENSE.txt +36 -0
  111. data/public/node_modules/pivottable/node_modules/jquery/sizzle/dist/sizzle.js +2143 -0
  112. data/public/node_modules/pivottable/node_modules/jquery/sizzle/dist/sizzle.min.js +3 -0
  113. data/public/node_modules/pivottable/node_modules/jquery/sizzle/dist/sizzle.min.map +1 -0
  114. data/public/node_modules/pivottable/node_modules/jquery/src/ajax.js +845 -0
  115. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/jsonp.js +100 -0
  116. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/load.js +83 -0
  117. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/parseJSON.js +13 -0
  118. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/parseXML.js +27 -0
  119. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/script.js +68 -0
  120. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/var/location.js +3 -0
  121. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/var/nonce.js +5 -0
  122. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/var/rquery.js +3 -0
  123. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/xhr.js +167 -0
  124. data/public/node_modules/pivottable/node_modules/jquery/src/attributes.js +11 -0
  125. data/public/node_modules/pivottable/node_modules/jquery/src/attributes/attr.js +142 -0
  126. data/public/node_modules/pivottable/node_modules/jquery/src/attributes/classes.js +177 -0
  127. data/public/node_modules/pivottable/node_modules/jquery/src/attributes/prop.js +125 -0
  128. data/public/node_modules/pivottable/node_modules/jquery/src/attributes/support.js +36 -0
  129. data/public/node_modules/pivottable/node_modules/jquery/src/attributes/val.js +177 -0
  130. data/public/node_modules/pivottable/node_modules/jquery/src/callbacks.js +232 -0
  131. data/public/node_modules/pivottable/node_modules/jquery/src/core.js +494 -0
  132. data/public/node_modules/pivottable/node_modules/jquery/src/core/DOMEval.js +14 -0
  133. data/public/node_modules/pivottable/node_modules/jquery/src/core/access.js +65 -0
  134. data/public/node_modules/pivottable/node_modules/jquery/src/core/init.js +134 -0
  135. data/public/node_modules/pivottable/node_modules/jquery/src/core/parseHTML.js +41 -0
  136. data/public/node_modules/pivottable/node_modules/jquery/src/core/ready.js +103 -0
  137. data/public/node_modules/pivottable/node_modules/jquery/src/core/support.js +18 -0
  138. data/public/node_modules/pivottable/node_modules/jquery/src/core/var/rsingleTag.js +5 -0
  139. data/public/node_modules/pivottable/node_modules/jquery/src/css.js +515 -0
  140. data/public/node_modules/pivottable/node_modules/jquery/src/css/addGetHookIf.js +24 -0
  141. data/public/node_modules/pivottable/node_modules/jquery/src/css/adjustCSS.js +65 -0
  142. data/public/node_modules/pivottable/node_modules/jquery/src/css/curCSS.js +60 -0
  143. data/public/node_modules/pivottable/node_modules/jquery/src/css/defaultDisplay.js +72 -0
  144. data/public/node_modules/pivottable/node_modules/jquery/src/css/hiddenVisibleSelectors.js +18 -0
  145. data/public/node_modules/pivottable/node_modules/jquery/src/css/showHide.js +48 -0
  146. data/public/node_modules/pivottable/node_modules/jquery/src/css/support.js +121 -0
  147. data/public/node_modules/pivottable/node_modules/jquery/src/css/var/cssExpand.js +3 -0
  148. data/public/node_modules/pivottable/node_modules/jquery/src/css/var/getStyles.js +15 -0
  149. data/public/node_modules/pivottable/node_modules/jquery/src/css/var/isHidden.js +16 -0
  150. data/public/node_modules/pivottable/node_modules/jquery/src/css/var/rmargin.js +3 -0
  151. data/public/node_modules/pivottable/node_modules/jquery/src/css/var/rnumnonpx.js +5 -0
  152. data/public/node_modules/pivottable/node_modules/jquery/src/css/var/swap.js +24 -0
  153. data/public/node_modules/pivottable/node_modules/jquery/src/data.js +187 -0
  154. data/public/node_modules/pivottable/node_modules/jquery/src/data/Data.js +200 -0
  155. data/public/node_modules/pivottable/node_modules/jquery/src/data/accepts.js +20 -0
  156. data/public/node_modules/pivottable/node_modules/jquery/src/data/support.js +23 -0
  157. data/public/node_modules/pivottable/node_modules/jquery/src/data/var/acceptData.js +18 -0
  158. data/public/node_modules/pivottable/node_modules/jquery/src/data/var/dataPriv.js +5 -0
  159. data/public/node_modules/pivottable/node_modules/jquery/src/data/var/dataUser.js +5 -0
  160. data/public/node_modules/pivottable/node_modules/jquery/src/deferred.js +158 -0
  161. data/public/node_modules/pivottable/node_modules/jquery/src/deferred/exceptionHook.js +19 -0
  162. data/public/node_modules/pivottable/node_modules/jquery/src/deprecated.js +32 -0
  163. data/public/node_modules/pivottable/node_modules/jquery/src/dimensions.js +54 -0
  164. data/public/node_modules/pivottable/node_modules/jquery/src/effects.js +629 -0
  165. data/public/node_modules/pivottable/node_modules/jquery/src/effects/Tween.js +121 -0
  166. data/public/node_modules/pivottable/node_modules/jquery/src/effects/animatedSelector.js +13 -0
  167. data/public/node_modules/pivottable/node_modules/jquery/src/effects/support.js +58 -0
  168. data/public/node_modules/pivottable/node_modules/jquery/src/event.js +710 -0
  169. data/public/node_modules/pivottable/node_modules/jquery/src/event/ajax.js +20 -0
  170. data/public/node_modules/pivottable/node_modules/jquery/src/event/alias.js +27 -0
  171. data/public/node_modules/pivottable/node_modules/jquery/src/event/focusin.js +53 -0
  172. data/public/node_modules/pivottable/node_modules/jquery/src/event/support.js +9 -0
  173. data/public/node_modules/pivottable/node_modules/jquery/src/event/trigger.js +199 -0
  174. data/public/node_modules/pivottable/node_modules/jquery/src/exports/amd.js +24 -0
  175. data/public/node_modules/pivottable/node_modules/jquery/src/exports/global.js +26 -0
  176. data/public/node_modules/pivottable/node_modules/jquery/src/intro.js +44 -0
  177. data/public/node_modules/pivottable/node_modules/jquery/src/jquery.js +37 -0
  178. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation.js +481 -0
  179. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/_evalUrl.js +20 -0
  180. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/buildFragment.js +102 -0
  181. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/createSafeFragment.js +20 -0
  182. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/getAll.js +21 -0
  183. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/setGlobalEval.js +20 -0
  184. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/support.js +33 -0
  185. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/nodeNames.js +5 -0
  186. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rcheckableType.js +3 -0
  187. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rleadingWhitespace.js +3 -0
  188. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rscriptType.js +3 -0
  189. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rtagName.js +3 -0
  190. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/wrapMap.js +27 -0
  191. data/public/node_modules/pivottable/node_modules/jquery/src/offset.js +218 -0
  192. data/public/node_modules/pivottable/node_modules/jquery/src/outro.js +2 -0
  193. data/public/node_modules/pivottable/node_modules/jquery/src/queue.js +143 -0
  194. data/public/node_modules/pivottable/node_modules/jquery/src/queue/delay.js +22 -0
  195. data/public/node_modules/pivottable/node_modules/jquery/src/selector-native.js +211 -0
  196. data/public/node_modules/pivottable/node_modules/jquery/src/selector-sizzle.js +14 -0
  197. data/public/node_modules/pivottable/node_modules/jquery/src/selector.js +1 -0
  198. data/public/node_modules/pivottable/node_modules/jquery/src/serialize.js +125 -0
  199. data/public/node_modules/pivottable/node_modules/jquery/src/support.js +63 -0
  200. data/public/node_modules/pivottable/node_modules/jquery/src/traversing.js +175 -0
  201. data/public/node_modules/pivottable/node_modules/jquery/src/traversing/findFilter.js +100 -0
  202. data/public/node_modules/pivottable/node_modules/jquery/src/traversing/var/dir.js +20 -0
  203. data/public/node_modules/pivottable/node_modules/jquery/src/traversing/var/rneedsContext.js +6 -0
  204. data/public/node_modules/pivottable/node_modules/jquery/src/traversing/var/siblings.js +15 -0
  205. data/public/node_modules/pivottable/node_modules/jquery/src/var/arr.js +3 -0
  206. data/public/node_modules/pivottable/node_modules/jquery/src/var/class2type.js +5 -0
  207. data/public/node_modules/pivottable/node_modules/jquery/src/var/concat.js +5 -0
  208. data/public/node_modules/pivottable/node_modules/jquery/src/var/deletedIds.js +3 -0
  209. data/public/node_modules/pivottable/node_modules/jquery/src/var/document.js +3 -0
  210. data/public/node_modules/pivottable/node_modules/jquery/src/var/documentElement.js +5 -0
  211. data/public/node_modules/pivottable/node_modules/jquery/src/var/hasOwn.js +5 -0
  212. data/public/node_modules/pivottable/node_modules/jquery/src/var/indexOf.js +5 -0
  213. data/public/node_modules/pivottable/node_modules/jquery/src/var/pnum.js +3 -0
  214. data/public/node_modules/pivottable/node_modules/jquery/src/var/push.js +5 -0
  215. data/public/node_modules/pivottable/node_modules/jquery/src/var/rcssNum.js +7 -0
  216. data/public/node_modules/pivottable/node_modules/jquery/src/var/rnotwhite.js +3 -0
  217. data/public/node_modules/pivottable/node_modules/jquery/src/var/slice.js +5 -0
  218. data/public/node_modules/pivottable/node_modules/jquery/src/var/support.js +5 -0
  219. data/public/node_modules/pivottable/node_modules/jquery/src/var/toString.js +5 -0
  220. data/public/node_modules/pivottable/node_modules/jquery/src/wrap.js +79 -0
  221. data/public/node_modules/pivottable/package.json +70 -0
  222. data/public/node_modules/pivottable/pivot.coffee +957 -0
  223. data/public/node_modules/pivottable/pivot.es.coffee +57 -0
  224. data/public/node_modules/pivottable/pivot.fr.coffee +57 -0
  225. data/public/node_modules/pivottable/pivot.nl.coffee +55 -0
  226. data/public/node_modules/pivottable/pivot.pt.coffee +80 -0
  227. data/public/node_modules/pivottable/pivot.ru.coffee +56 -0
  228. data/public/node_modules/pivottable/pivot.tr.coffee +80 -0
  229. data/public/node_modules/pivottable/pivottable.jquery.json +33 -0
  230. data/public/node_modules/pivottable/tests/boot.js +152 -0
  231. data/public/node_modules/pivottable/tests/index.html +35 -0
  232. data/public/node_modules/pivottable/tests/pivot_spec.coffee +458 -0
  233. data/public/vendor.js +5 -0
  234. metadata +232 -1
@@ -0,0 +1,3 @@
1
+ define( function() {
2
+ return ( /^margin/ );
3
+ } );
@@ -0,0 +1,5 @@
1
+ define( [
2
+ "../../var/pnum"
3
+ ], function( pnum ) {
4
+ return new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
5
+ } );
@@ -0,0 +1,24 @@
1
+ define( function() {
2
+
3
+ // A method for quickly swapping in/out CSS properties to get correct calculations.
4
+ return function( elem, options, callback, args ) {
5
+ var ret, name,
6
+ old = {};
7
+
8
+ // Remember the old values, and insert the new ones
9
+ for ( name in options ) {
10
+ old[ name ] = elem.style[ name ];
11
+ elem.style[ name ] = options[ name ];
12
+ }
13
+
14
+ ret = callback.apply( elem, args || [] );
15
+
16
+ // Revert the old values
17
+ for ( name in options ) {
18
+ elem.style[ name ] = old[ name ];
19
+ }
20
+
21
+ return ret;
22
+ };
23
+
24
+ } );
@@ -0,0 +1,187 @@
1
+ define( [
2
+ "./core",
3
+ "./core/access",
4
+ "./data/var/dataPriv",
5
+ "./data/var/dataUser"
6
+ ], function( jQuery, access, dataPriv, dataUser ) {
7
+
8
+ // Implementation Summary
9
+ //
10
+ // 1. Enforce API surface and semantic compatibility with 1.9.x branch
11
+ // 2. Improve the module's maintainability by reducing the storage
12
+ // paths to a single mechanism.
13
+ // 3. Use the same single mechanism to support "private" and "user" data.
14
+ // 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData)
15
+ // 5. Avoid exposing implementation details on user objects (eg. expando properties)
16
+ // 6. Provide a clear path for implementation upgrade to WeakMap in 2014
17
+
18
+ var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,
19
+ rmultiDash = /[A-Z]/g;
20
+
21
+ function dataAttr( elem, key, data ) {
22
+ var name;
23
+
24
+ // If nothing was found internally, try to fetch any
25
+ // data from the HTML5 data-* attribute
26
+ if ( data === undefined && elem.nodeType === 1 ) {
27
+ name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase();
28
+ data = elem.getAttribute( name );
29
+
30
+ if ( typeof data === "string" ) {
31
+ try {
32
+ data = data === "true" ? true :
33
+ data === "false" ? false :
34
+ data === "null" ? null :
35
+
36
+ // Only convert to a number if it doesn't change the string
37
+ +data + "" === data ? +data :
38
+ rbrace.test( data ) ? jQuery.parseJSON( data ) :
39
+ data;
40
+ } catch ( e ) {}
41
+
42
+ // Make sure we set the data so it isn't changed later
43
+ dataUser.set( elem, key, data );
44
+ } else {
45
+ data = undefined;
46
+ }
47
+ }
48
+ return data;
49
+ }
50
+
51
+ jQuery.extend( {
52
+ hasData: function( elem ) {
53
+ return dataUser.hasData( elem ) || dataPriv.hasData( elem );
54
+ },
55
+
56
+ data: function( elem, name, data ) {
57
+ return dataUser.access( elem, name, data );
58
+ },
59
+
60
+ removeData: function( elem, name ) {
61
+ dataUser.remove( elem, name );
62
+ },
63
+
64
+ // TODO: Now that all calls to _data and _removeData have been replaced
65
+ // with direct calls to dataPriv methods, these can be deprecated.
66
+ _data: function( elem, name, data ) {
67
+ return dataPriv.access( elem, name, data );
68
+ },
69
+
70
+ _removeData: function( elem, name ) {
71
+ dataPriv.remove( elem, name );
72
+ }
73
+ } );
74
+
75
+ jQuery.fn.extend( {
76
+ data: function( key, value ) {
77
+ var i, name, data,
78
+ elem = this[ 0 ],
79
+ attrs = elem && elem.attributes;
80
+
81
+ // Gets all values
82
+ if ( key === undefined ) {
83
+ if ( this.length ) {
84
+ data = dataUser.get( elem );
85
+
86
+ if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) {
87
+ i = attrs.length;
88
+ while ( i-- ) {
89
+
90
+ // Support: IE11+
91
+ // The attrs elements can be null (#14894)
92
+ if ( attrs[ i ] ) {
93
+ name = attrs[ i ].name;
94
+ if ( name.indexOf( "data-" ) === 0 ) {
95
+ name = jQuery.camelCase( name.slice( 5 ) );
96
+ dataAttr( elem, name, data[ name ] );
97
+ }
98
+ }
99
+ }
100
+ dataPriv.set( elem, "hasDataAttrs", true );
101
+ }
102
+ }
103
+
104
+ return data;
105
+ }
106
+
107
+ // Sets multiple values
108
+ if ( typeof key === "object" ) {
109
+ return this.each( function() {
110
+ dataUser.set( this, key );
111
+ } );
112
+ }
113
+
114
+ return access( this, function( value ) {
115
+ var data, camelKey;
116
+
117
+ // The calling jQuery object (element matches) is not empty
118
+ // (and therefore has an element appears at this[ 0 ]) and the
119
+ // `value` parameter was not undefined. An empty jQuery object
120
+ // will result in `undefined` for elem = this[ 0 ] which will
121
+ // throw an exception if an attempt to read a data cache is made.
122
+ if ( elem && value === undefined ) {
123
+
124
+ // Attempt to get data from the cache
125
+ // with the key as-is
126
+ data = dataUser.get( elem, key ) ||
127
+
128
+ // Try to find dashed key if it exists (gh-2779)
129
+ // This is for 2.2.x only
130
+ dataUser.get( elem, key.replace( rmultiDash, "-$&" ).toLowerCase() );
131
+
132
+ if ( data !== undefined ) {
133
+ return data;
134
+ }
135
+
136
+ camelKey = jQuery.camelCase( key );
137
+
138
+ // Attempt to get data from the cache
139
+ // with the key camelized
140
+ data = dataUser.get( elem, camelKey );
141
+ if ( data !== undefined ) {
142
+ return data;
143
+ }
144
+
145
+ // Attempt to "discover" the data in
146
+ // HTML5 custom data-* attrs
147
+ data = dataAttr( elem, camelKey, undefined );
148
+ if ( data !== undefined ) {
149
+ return data;
150
+ }
151
+
152
+ // We tried really hard, but the data doesn't exist.
153
+ return;
154
+ }
155
+
156
+ // Set the data...
157
+ camelKey = jQuery.camelCase( key );
158
+ this.each( function() {
159
+
160
+ // First, attempt to store a copy or reference of any
161
+ // data that might've been store with a camelCased key.
162
+ var data = dataUser.get( this, camelKey );
163
+
164
+ // For HTML5 data-* attribute interop, we have to
165
+ // store property names with dashes in a camelCase form.
166
+ // This might not apply to all properties...*
167
+ dataUser.set( this, camelKey, value );
168
+
169
+ // *... In the case of properties that might _actually_
170
+ // have dashes, we need to also store a copy of that
171
+ // unchanged property.
172
+ if ( key.indexOf( "-" ) > -1 && data !== undefined ) {
173
+ dataUser.set( this, key, value );
174
+ }
175
+ } );
176
+ }, null, value, arguments.length > 1, null, true );
177
+ },
178
+
179
+ removeData: function( key ) {
180
+ return this.each( function() {
181
+ dataUser.remove( this, key );
182
+ } );
183
+ }
184
+ } );
185
+
186
+ return jQuery;
187
+ } );
@@ -0,0 +1,200 @@
1
+ define( [
2
+ "../core",
3
+ "../var/rnotwhite",
4
+ "./var/acceptData"
5
+ ], function( jQuery, rnotwhite, acceptData ) {
6
+
7
+ function Data() {
8
+ this.expando = jQuery.expando + Data.uid++;
9
+ }
10
+
11
+ Data.uid = 1;
12
+
13
+ Data.prototype = {
14
+
15
+ register: function( owner, initial ) {
16
+ var value = initial || {};
17
+
18
+ // If it is a node unlikely to be stringify-ed or looped over
19
+ // use plain assignment
20
+ if ( owner.nodeType ) {
21
+ owner[ this.expando ] = value;
22
+
23
+ // Otherwise secure it in a non-enumerable, non-writable property
24
+ // configurability must be true to allow the property to be
25
+ // deleted with the delete operator
26
+ } else {
27
+ Object.defineProperty( owner, this.expando, {
28
+ value: value,
29
+ writable: true,
30
+ configurable: true
31
+ } );
32
+ }
33
+ return owner[ this.expando ];
34
+ },
35
+ cache: function( owner ) {
36
+
37
+ // We can accept data for non-element nodes in modern browsers,
38
+ // but we should not, see #8335.
39
+ // Always return an empty object.
40
+ if ( !acceptData( owner ) ) {
41
+ return {};
42
+ }
43
+
44
+ // Check if the owner object already has a cache
45
+ var value = owner[ this.expando ];
46
+
47
+ // If not, create one
48
+ if ( !value ) {
49
+ value = {};
50
+
51
+ // We can accept data for non-element nodes in modern browsers,
52
+ // but we should not, see #8335.
53
+ // Always return an empty object.
54
+ if ( acceptData( owner ) ) {
55
+
56
+ // If it is a node unlikely to be stringify-ed or looped over
57
+ // use plain assignment
58
+ if ( owner.nodeType ) {
59
+ owner[ this.expando ] = value;
60
+
61
+ // Otherwise secure it in a non-enumerable property
62
+ // configurable must be true to allow the property to be
63
+ // deleted when data is removed
64
+ } else {
65
+ Object.defineProperty( owner, this.expando, {
66
+ value: value,
67
+ configurable: true
68
+ } );
69
+ }
70
+ }
71
+ }
72
+
73
+ return value;
74
+ },
75
+ set: function( owner, data, value ) {
76
+ var prop,
77
+ cache = this.cache( owner );
78
+
79
+ // Handle: [ owner, key, value ] args
80
+ if ( typeof data === "string" ) {
81
+ cache[ data ] = value;
82
+
83
+ // Handle: [ owner, { properties } ] args
84
+ } else {
85
+
86
+ // Copy the properties one-by-one to the cache object
87
+ for ( prop in data ) {
88
+ cache[ prop ] = data[ prop ];
89
+ }
90
+ }
91
+ return cache;
92
+ },
93
+ get: function( owner, key ) {
94
+ return key === undefined ?
95
+ this.cache( owner ) :
96
+ owner[ this.expando ] && owner[ this.expando ][ key ];
97
+ },
98
+ access: function( owner, key, value ) {
99
+ var stored;
100
+
101
+ // In cases where either:
102
+ //
103
+ // 1. No key was specified
104
+ // 2. A string key was specified, but no value provided
105
+ //
106
+ // Take the "read" path and allow the get method to determine
107
+ // which value to return, respectively either:
108
+ //
109
+ // 1. The entire cache object
110
+ // 2. The data stored at the key
111
+ //
112
+ if ( key === undefined ||
113
+ ( ( key && typeof key === "string" ) && value === undefined ) ) {
114
+
115
+ stored = this.get( owner, key );
116
+
117
+ return stored !== undefined ?
118
+ stored : this.get( owner, jQuery.camelCase( key ) );
119
+ }
120
+
121
+ // When the key is not a string, or both a key and value
122
+ // are specified, set or extend (existing objects) with either:
123
+ //
124
+ // 1. An object of properties
125
+ // 2. A key and value
126
+ //
127
+ this.set( owner, key, value );
128
+
129
+ // Since the "set" path can have two possible entry points
130
+ // return the expected data based on which path was taken[*]
131
+ return value !== undefined ? value : key;
132
+ },
133
+ remove: function( owner, key ) {
134
+ var i, name, camel,
135
+ cache = owner[ this.expando ];
136
+
137
+ if ( cache === undefined ) {
138
+ return;
139
+ }
140
+
141
+ if ( key === undefined ) {
142
+ this.register( owner );
143
+
144
+ } else {
145
+
146
+ // Support array or space separated string of keys
147
+ if ( jQuery.isArray( key ) ) {
148
+
149
+ // If "name" is an array of keys...
150
+ // When data is initially created, via ("key", "val") signature,
151
+ // keys will be converted to camelCase.
152
+ // Since there is no way to tell _how_ a key was added, remove
153
+ // both plain key and camelCase key. #12786
154
+ // This will only penalize the array argument path.
155
+ name = key.concat( key.map( jQuery.camelCase ) );
156
+ } else {
157
+ camel = jQuery.camelCase( key );
158
+
159
+ // Try the string as a key before any manipulation
160
+ if ( key in cache ) {
161
+ name = [ key, camel ];
162
+ } else {
163
+
164
+ // If a key with the spaces exists, use it.
165
+ // Otherwise, create an array by matching non-whitespace
166
+ name = camel;
167
+ name = name in cache ?
168
+ [ name ] : ( name.match( rnotwhite ) || [] );
169
+ }
170
+ }
171
+
172
+ i = name.length;
173
+
174
+ while ( i-- ) {
175
+ delete cache[ name[ i ] ];
176
+ }
177
+ }
178
+
179
+ // Remove the expando if there's no more data
180
+ if ( key === undefined || jQuery.isEmptyObject( cache ) ) {
181
+
182
+ // Support: Chrome <= 35-45+
183
+ // Webkit & Blink performance suffers when deleting properties
184
+ // from DOM nodes, so set to undefined instead
185
+ // https://code.google.com/p/chromium/issues/detail?id=378607
186
+ if ( owner.nodeType ) {
187
+ owner[ this.expando ] = undefined;
188
+ } else {
189
+ delete owner[ this.expando ];
190
+ }
191
+ }
192
+ },
193
+ hasData: function( owner ) {
194
+ var cache = owner[ this.expando ];
195
+ return cache !== undefined && !jQuery.isEmptyObject( cache );
196
+ }
197
+ };
198
+
199
+ return Data;
200
+ } );
@@ -0,0 +1,20 @@
1
+ define([
2
+ "../core"
3
+ ], function( jQuery ) {
4
+
5
+ /**
6
+ * Determines whether an object can have data
7
+ */
8
+ jQuery.acceptData = function( owner ) {
9
+ // Accepts only:
10
+ // - Node
11
+ // - Node.ELEMENT_NODE
12
+ // - Node.DOCUMENT_NODE
13
+ // - Object
14
+ // - Any
15
+ /* jshint -W018 */
16
+ return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );
17
+ };
18
+
19
+ return jQuery.acceptData;
20
+ });
@@ -0,0 +1,23 @@
1
+ define( [
2
+ "../var/document",
3
+ "../var/support"
4
+ ], function( document, support ) {
5
+
6
+ ( function() {
7
+ var div = document.createElement( "div" );
8
+
9
+ // Support: IE<9
10
+ support.deleteExpando = true;
11
+ try {
12
+ delete div.test;
13
+ } catch ( e ) {
14
+ support.deleteExpando = false;
15
+ }
16
+
17
+ // Null elements to avoid leaks in IE.
18
+ div = null;
19
+ } )();
20
+
21
+ return support;
22
+
23
+ } );