postrest 0.0.3 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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,2 @@
1
+ return jQuery;
2
+ }));
@@ -0,0 +1,143 @@
1
+ define( [
2
+ "./core",
3
+ "./data/var/dataPriv",
4
+ "./deferred",
5
+ "./callbacks"
6
+ ], function( jQuery, dataPriv ) {
7
+
8
+ jQuery.extend( {
9
+ queue: function( elem, type, data ) {
10
+ var queue;
11
+
12
+ if ( elem ) {
13
+ type = ( type || "fx" ) + "queue";
14
+ queue = dataPriv.get( elem, type );
15
+
16
+ // Speed up dequeue by getting out quickly if this is just a lookup
17
+ if ( data ) {
18
+ if ( !queue || jQuery.isArray( data ) ) {
19
+ queue = dataPriv.access( elem, type, jQuery.makeArray( data ) );
20
+ } else {
21
+ queue.push( data );
22
+ }
23
+ }
24
+ return queue || [];
25
+ }
26
+ },
27
+
28
+ dequeue: function( elem, type ) {
29
+ type = type || "fx";
30
+
31
+ var queue = jQuery.queue( elem, type ),
32
+ startLength = queue.length,
33
+ fn = queue.shift(),
34
+ hooks = jQuery._queueHooks( elem, type ),
35
+ next = function() {
36
+ jQuery.dequeue( elem, type );
37
+ };
38
+
39
+ // If the fx queue is dequeued, always remove the progress sentinel
40
+ if ( fn === "inprogress" ) {
41
+ fn = queue.shift();
42
+ startLength--;
43
+ }
44
+
45
+ if ( fn ) {
46
+
47
+ // Add a progress sentinel to prevent the fx queue from being
48
+ // automatically dequeued
49
+ if ( type === "fx" ) {
50
+ queue.unshift( "inprogress" );
51
+ }
52
+
53
+ // Clear up the last queue stop function
54
+ delete hooks.stop;
55
+ fn.call( elem, next, hooks );
56
+ }
57
+
58
+ if ( !startLength && hooks ) {
59
+ hooks.empty.fire();
60
+ }
61
+ },
62
+
63
+ // Not public - generate a queueHooks object, or return the current one
64
+ _queueHooks: function( elem, type ) {
65
+ var key = type + "queueHooks";
66
+ return dataPriv.get( elem, key ) || dataPriv.access( elem, key, {
67
+ empty: jQuery.Callbacks( "once memory" ).add( function() {
68
+ dataPriv.remove( elem, [ type + "queue", key ] );
69
+ } )
70
+ } );
71
+ }
72
+ } );
73
+
74
+ jQuery.fn.extend( {
75
+ queue: function( type, data ) {
76
+ var setter = 2;
77
+
78
+ if ( typeof type !== "string" ) {
79
+ data = type;
80
+ type = "fx";
81
+ setter--;
82
+ }
83
+
84
+ if ( arguments.length < setter ) {
85
+ return jQuery.queue( this[ 0 ], type );
86
+ }
87
+
88
+ return data === undefined ?
89
+ this :
90
+ this.each( function() {
91
+ var queue = jQuery.queue( this, type, data );
92
+
93
+ // Ensure a hooks for this queue
94
+ jQuery._queueHooks( this, type );
95
+
96
+ if ( type === "fx" && queue[ 0 ] !== "inprogress" ) {
97
+ jQuery.dequeue( this, type );
98
+ }
99
+ } );
100
+ },
101
+ dequeue: function( type ) {
102
+ return this.each( function() {
103
+ jQuery.dequeue( this, type );
104
+ } );
105
+ },
106
+ clearQueue: function( type ) {
107
+ return this.queue( type || "fx", [] );
108
+ },
109
+
110
+ // Get a promise resolved when queues of a certain type
111
+ // are emptied (fx is the type by default)
112
+ promise: function( type, obj ) {
113
+ var tmp,
114
+ count = 1,
115
+ defer = jQuery.Deferred(),
116
+ elements = this,
117
+ i = this.length,
118
+ resolve = function() {
119
+ if ( !( --count ) ) {
120
+ defer.resolveWith( elements, [ elements ] );
121
+ }
122
+ };
123
+
124
+ if ( typeof type !== "string" ) {
125
+ obj = type;
126
+ type = undefined;
127
+ }
128
+ type = type || "fx";
129
+
130
+ while ( i-- ) {
131
+ tmp = dataPriv.get( elements[ i ], type + "queueHooks" );
132
+ if ( tmp && tmp.empty ) {
133
+ count++;
134
+ tmp.empty.add( resolve );
135
+ }
136
+ }
137
+ resolve();
138
+ return defer.promise( obj );
139
+ }
140
+ } );
141
+
142
+ return jQuery;
143
+ } );
@@ -0,0 +1,22 @@
1
+ define( [
2
+ "../core",
3
+ "../queue",
4
+ "../effects" // Delay is optional because of this dependency
5
+ ], function( jQuery ) {
6
+
7
+ // Based off of the plugin by Clint Helfers, with permission.
8
+ // http://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/
9
+ jQuery.fn.delay = function( time, type ) {
10
+ time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
11
+ type = type || "fx";
12
+
13
+ return this.queue( type, function( next, hooks ) {
14
+ var timeout = window.setTimeout( next, time );
15
+ hooks.stop = function() {
16
+ window.clearTimeout( timeout );
17
+ };
18
+ } );
19
+ };
20
+
21
+ return jQuery.fn.delay;
22
+ } );
@@ -0,0 +1,211 @@
1
+ define( [
2
+ "./core",
3
+ "./var/document",
4
+ "./var/documentElement",
5
+ "./var/hasOwn",
6
+ "./var/indexOf"
7
+ ], function( jQuery, document, documentElement, hasOwn, indexOf ) {
8
+
9
+ /*
10
+ * Optional (non-Sizzle) selector module for custom builds.
11
+ *
12
+ * Note that this DOES NOT SUPPORT many documented jQuery
13
+ * features in exchange for its smaller size:
14
+ *
15
+ * Attribute not equal selector
16
+ * Positional selectors (:first; :eq(n); :odd; etc.)
17
+ * Type selectors (:input; :checkbox; :button; etc.)
18
+ * State-based selectors (:animated; :visible; :hidden; etc.)
19
+ * :has(selector)
20
+ * :not(complex selector)
21
+ * custom selectors via Sizzle extensions
22
+ * Leading combinators (e.g., $collection.find("> *"))
23
+ * Reliable functionality on XML fragments
24
+ * Requiring all parts of a selector to match elements under context
25
+ * (e.g., $div.find("div > *") now matches children of $div)
26
+ * Matching against non-elements
27
+ * Reliable sorting of disconnected nodes
28
+ * querySelectorAll bug fixes (e.g., unreliable :focus on WebKit)
29
+ *
30
+ * If any of these are unacceptable tradeoffs, either use Sizzle or
31
+ * customize this stub for the project's specific needs.
32
+ */
33
+
34
+ var hasDuplicate, sortInput,
35
+ sortStable = jQuery.expando.split( "" ).sort( sortOrder ).join( "" ) === jQuery.expando,
36
+ matches = documentElement.matches ||
37
+ documentElement.webkitMatchesSelector ||
38
+ documentElement.mozMatchesSelector ||
39
+ documentElement.oMatchesSelector ||
40
+ documentElement.msMatchesSelector;
41
+
42
+ function sortOrder( a, b ) {
43
+
44
+ // Flag for duplicate removal
45
+ if ( a === b ) {
46
+ hasDuplicate = true;
47
+ return 0;
48
+ }
49
+
50
+ // Sort on method existence if only one input has compareDocumentPosition
51
+ var compare = !a.compareDocumentPosition - !b.compareDocumentPosition;
52
+ if ( compare ) {
53
+ return compare;
54
+ }
55
+
56
+ // Calculate position if both inputs belong to the same document
57
+ compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?
58
+ a.compareDocumentPosition( b ) :
59
+
60
+ // Otherwise we know they are disconnected
61
+ 1;
62
+
63
+ // Disconnected nodes
64
+ if ( compare & 1 ) {
65
+
66
+ // Choose the first element that is related to our preferred document
67
+ if ( a === document || a.ownerDocument === document &&
68
+ jQuery.contains( document, a ) ) {
69
+ return -1;
70
+ }
71
+ if ( b === document || b.ownerDocument === document &&
72
+ jQuery.contains( document, b ) ) {
73
+ return 1;
74
+ }
75
+
76
+ // Maintain original order
77
+ return sortInput ?
78
+ ( indexOf.call( sortInput, a ) - indexOf.call( sortInput, b ) ) :
79
+ 0;
80
+ }
81
+
82
+ return compare & 4 ? -1 : 1;
83
+ }
84
+
85
+ function uniqueSort( results ) {
86
+ var elem,
87
+ duplicates = [],
88
+ j = 0,
89
+ i = 0;
90
+
91
+ hasDuplicate = false;
92
+ sortInput = !sortStable && results.slice( 0 );
93
+ results.sort( sortOrder );
94
+
95
+ if ( hasDuplicate ) {
96
+ while ( ( elem = results[ i++ ] ) ) {
97
+ if ( elem === results[ i ] ) {
98
+ j = duplicates.push( i );
99
+ }
100
+ }
101
+ while ( j-- ) {
102
+ results.splice( duplicates[ j ], 1 );
103
+ }
104
+ }
105
+
106
+ // Clear input after sorting to release objects
107
+ // See https://github.com/jquery/sizzle/pull/225
108
+ sortInput = null;
109
+
110
+ return results;
111
+ }
112
+
113
+ jQuery.extend( {
114
+ find: function( selector, context, results, seed ) {
115
+ var elem, nodeType,
116
+ i = 0;
117
+
118
+ results = results || [];
119
+ context = context || document;
120
+
121
+ // Same basic safeguard as Sizzle
122
+ if ( !selector || typeof selector !== "string" ) {
123
+ return results;
124
+ }
125
+
126
+ // Early return if context is not an element or document
127
+ if ( ( nodeType = context.nodeType ) !== 1 && nodeType !== 9 ) {
128
+ return [];
129
+ }
130
+
131
+ if ( seed ) {
132
+ while ( ( elem = seed[ i++ ] ) ) {
133
+ if ( jQuery.find.matchesSelector( elem, selector ) ) {
134
+ results.push( elem );
135
+ }
136
+ }
137
+ } else {
138
+ jQuery.merge( results, context.querySelectorAll( selector ) );
139
+ }
140
+
141
+ return results;
142
+ },
143
+ uniqueSort: uniqueSort,
144
+ unique: uniqueSort,
145
+ text: function( elem ) {
146
+ var node,
147
+ ret = "",
148
+ i = 0,
149
+ nodeType = elem.nodeType;
150
+
151
+ if ( !nodeType ) {
152
+
153
+ // If no nodeType, this is expected to be an array
154
+ while ( ( node = elem[ i++ ] ) ) {
155
+
156
+ // Do not traverse comment nodes
157
+ ret += jQuery.text( node );
158
+ }
159
+ } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {
160
+
161
+ // Use textContent for elements
162
+ return elem.textContent;
163
+ } else if ( nodeType === 3 || nodeType === 4 ) {
164
+ return elem.nodeValue;
165
+ }
166
+
167
+ // Do not include comment or processing instruction nodes
168
+
169
+ return ret;
170
+ },
171
+ contains: function( a, b ) {
172
+ var adown = a.nodeType === 9 ? a.documentElement : a,
173
+ bup = b && b.parentNode;
174
+ return a === bup || !!( bup && bup.nodeType === 1 && adown.contains( bup ) );
175
+ },
176
+ isXMLDoc: function( elem ) {
177
+
178
+ // documentElement is verified for cases where it doesn't yet exist
179
+ // (such as loading iframes in IE - #4833)
180
+ var documentElement = elem && ( elem.ownerDocument || elem ).documentElement;
181
+ return documentElement ? documentElement.nodeName !== "HTML" : false;
182
+ },
183
+ expr: {
184
+ attrHandle: {},
185
+ match: {
186
+ bool: new RegExp( "^(?:checked|selected|async|autofocus|autoplay|controls|defer" +
187
+ "|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped)$", "i" ),
188
+ needsContext: /^[\x20\t\r\n\f]*[>+~]/
189
+ }
190
+ }
191
+ } );
192
+
193
+ jQuery.extend( jQuery.find, {
194
+ matches: function( expr, elements ) {
195
+ return jQuery.find( expr, null, null, elements );
196
+ },
197
+ matchesSelector: function( elem, expr ) {
198
+ return matches.call( elem, expr );
199
+ },
200
+ attr: function( elem, name ) {
201
+ var fn = jQuery.expr.attrHandle[ name.toLowerCase() ],
202
+
203
+ // Don't get fooled by Object.prototype properties (jQuery #13807)
204
+ value = fn && hasOwn.call( jQuery.expr.attrHandle, name.toLowerCase() ) ?
205
+ fn( elem, name, jQuery.isXMLDoc( elem ) ) :
206
+ undefined;
207
+ return value !== undefined ? value : elem.getAttribute( name );
208
+ }
209
+ } );
210
+
211
+ } );
@@ -0,0 +1,14 @@
1
+ define( [
2
+ "./core",
3
+ "../external/sizzle/dist/sizzle"
4
+ ], function( jQuery, Sizzle ) {
5
+
6
+ jQuery.find = Sizzle;
7
+ jQuery.expr = Sizzle.selectors;
8
+ jQuery.expr[ ":" ] = jQuery.expr.pseudos;
9
+ jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;
10
+ jQuery.text = Sizzle.getText;
11
+ jQuery.isXMLDoc = Sizzle.isXML;
12
+ jQuery.contains = Sizzle.contains;
13
+
14
+ } );
@@ -0,0 +1 @@
1
+ define( [ "./selector-sizzle" ], function() {} );
@@ -0,0 +1,125 @@
1
+ define( [
2
+ "./core",
3
+ "./manipulation/var/rcheckableType",
4
+ "./core/init",
5
+ "./traversing", // filter
6
+ "./attributes/prop"
7
+ ], function( jQuery, rcheckableType ) {
8
+
9
+ var r20 = /%20/g,
10
+ rbracket = /\[\]$/,
11
+ rCRLF = /\r?\n/g,
12
+ rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,
13
+ rsubmittable = /^(?:input|select|textarea|keygen)/i;
14
+
15
+ function buildParams( prefix, obj, traditional, add ) {
16
+ var name;
17
+
18
+ if ( jQuery.isArray( obj ) ) {
19
+
20
+ // Serialize array item.
21
+ jQuery.each( obj, function( i, v ) {
22
+ if ( traditional || rbracket.test( prefix ) ) {
23
+
24
+ // Treat each array item as a scalar.
25
+ add( prefix, v );
26
+
27
+ } else {
28
+
29
+ // Item is non-scalar (array or object), encode its numeric index.
30
+ buildParams(
31
+ prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]",
32
+ v,
33
+ traditional,
34
+ add
35
+ );
36
+ }
37
+ } );
38
+
39
+ } else if ( !traditional && jQuery.type( obj ) === "object" ) {
40
+
41
+ // Serialize object item.
42
+ for ( name in obj ) {
43
+ buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add );
44
+ }
45
+
46
+ } else {
47
+
48
+ // Serialize scalar item.
49
+ add( prefix, obj );
50
+ }
51
+ }
52
+
53
+ // Serialize an array of form elements or a set of
54
+ // key/values into a query string
55
+ jQuery.param = function( a, traditional ) {
56
+ var prefix,
57
+ s = [],
58
+ add = function( key, value ) {
59
+
60
+ // If value is a function, invoke it and return its value
61
+ value = jQuery.isFunction( value ) ? value() : ( value == null ? "" : value );
62
+ s[ s.length ] = encodeURIComponent( key ) + "=" + encodeURIComponent( value );
63
+ };
64
+
65
+ // Set traditional to true for jQuery <= 1.3.2 behavior.
66
+ if ( traditional === undefined ) {
67
+ traditional = jQuery.ajaxSettings && jQuery.ajaxSettings.traditional;
68
+ }
69
+
70
+ // If an array was passed in, assume that it is an array of form elements.
71
+ if ( jQuery.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {
72
+
73
+ // Serialize the form elements
74
+ jQuery.each( a, function() {
75
+ add( this.name, this.value );
76
+ } );
77
+
78
+ } else {
79
+
80
+ // If traditional, encode the "old" way (the way 1.3.2 or older
81
+ // did it), otherwise encode params recursively.
82
+ for ( prefix in a ) {
83
+ buildParams( prefix, a[ prefix ], traditional, add );
84
+ }
85
+ }
86
+
87
+ // Return the resulting serialization
88
+ return s.join( "&" ).replace( r20, "+" );
89
+ };
90
+
91
+ jQuery.fn.extend( {
92
+ serialize: function() {
93
+ return jQuery.param( this.serializeArray() );
94
+ },
95
+ serializeArray: function() {
96
+ return this.map( function() {
97
+
98
+ // Can add propHook for "elements" to filter or add form elements
99
+ var elements = jQuery.prop( this, "elements" );
100
+ return elements ? jQuery.makeArray( elements ) : this;
101
+ } )
102
+ .filter( function() {
103
+ var type = this.type;
104
+
105
+ // Use .is( ":disabled" ) so that fieldset[disabled] works
106
+ return this.name && !jQuery( this ).is( ":disabled" ) &&
107
+ rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&
108
+ ( this.checked || !rcheckableType.test( type ) );
109
+ } )
110
+ .map( function( i, elem ) {
111
+ var val = jQuery( this ).val();
112
+
113
+ return val == null ?
114
+ null :
115
+ jQuery.isArray( val ) ?
116
+ jQuery.map( val, function( val ) {
117
+ return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) };
118
+ } ) :
119
+ { name: elem.name, value: val.replace( rCRLF, "\r\n" ) };
120
+ } ).get();
121
+ }
122
+ } );
123
+
124
+ return jQuery;
125
+ } );