hyhyhy 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (576) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +15 -0
  3. data/.ruby-gemset +1 -0
  4. data/.ruby-version +1 -0
  5. data/.travis.yml +4 -0
  6. data/Gemfile +4 -0
  7. data/LICENSE.txt +22 -0
  8. data/README.md +184 -0
  9. data/Rakefile +2 -0
  10. data/bin/hyhyhy +59 -0
  11. data/hyhyhy.gemspec +29 -0
  12. data/lib/hyhyhy.rb +101 -0
  13. data/lib/hyhyhy/config.rb +29 -0
  14. data/lib/hyhyhy/frames.rb +108 -0
  15. data/lib/hyhyhy/logger.rb +40 -0
  16. data/lib/hyhyhy/parser.rb +9 -0
  17. data/lib/hyhyhy/structure/.bowerrc +5 -0
  18. data/lib/hyhyhy/structure/.hyhyhy +5 -0
  19. data/lib/hyhyhy/structure/README.md +0 -0
  20. data/lib/hyhyhy/structure/_assets/javascripts/main.js +395 -0
  21. data/lib/hyhyhy/structure/_assets/stylesheets/main.css +520 -0
  22. data/lib/hyhyhy/structure/_includes/bootstrap/.bower.json +47 -0
  23. data/lib/hyhyhy/structure/_includes/bootstrap/Gruntfile.js +472 -0
  24. data/lib/hyhyhy/structure/_includes/bootstrap/LICENSE +21 -0
  25. data/lib/hyhyhy/structure/_includes/bootstrap/README.md +129 -0
  26. data/lib/hyhyhy/structure/_includes/bootstrap/bower.json +38 -0
  27. data/lib/hyhyhy/structure/_includes/bootstrap/dist/css/bootstrap-theme.css +470 -0
  28. data/lib/hyhyhy/structure/_includes/bootstrap/dist/css/bootstrap-theme.css.map +1 -0
  29. data/lib/hyhyhy/structure/_includes/bootstrap/dist/css/bootstrap-theme.min.css +5 -0
  30. data/lib/hyhyhy/structure/_includes/bootstrap/dist/css/bootstrap.css +6332 -0
  31. data/lib/hyhyhy/structure/_includes/bootstrap/dist/css/bootstrap.css.map +1 -0
  32. data/lib/hyhyhy/structure/_includes/bootstrap/dist/css/bootstrap.min.css +5 -0
  33. data/lib/hyhyhy/structure/_includes/bootstrap/dist/fonts/glyphicons-halflings-regular.eot +0 -0
  34. data/lib/hyhyhy/structure/_includes/bootstrap/dist/fonts/glyphicons-halflings-regular.svg +229 -0
  35. data/lib/hyhyhy/structure/_includes/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf +0 -0
  36. data/lib/hyhyhy/structure/_includes/bootstrap/dist/fonts/glyphicons-halflings-regular.woff +0 -0
  37. data/lib/hyhyhy/structure/_includes/bootstrap/dist/js/bootstrap.js +2320 -0
  38. data/lib/hyhyhy/structure/_includes/bootstrap/dist/js/bootstrap.min.js +7 -0
  39. data/lib/hyhyhy/structure/_includes/bootstrap/dist/js/npm.js +13 -0
  40. data/lib/hyhyhy/structure/_includes/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
  41. data/lib/hyhyhy/structure/_includes/bootstrap/fonts/glyphicons-halflings-regular.svg +229 -0
  42. data/lib/hyhyhy/structure/_includes/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
  43. data/lib/hyhyhy/structure/_includes/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
  44. data/lib/hyhyhy/structure/_includes/bootstrap/grunt/.jshintrc +7 -0
  45. data/lib/hyhyhy/structure/_includes/bootstrap/grunt/bs-commonjs-generator.js +23 -0
  46. data/lib/hyhyhy/structure/_includes/bootstrap/grunt/bs-lessdoc-parser.js +238 -0
  47. data/lib/hyhyhy/structure/_includes/bootstrap/grunt/bs-raw-files-generator.js +46 -0
  48. data/lib/hyhyhy/structure/_includes/bootstrap/grunt/configBridge.json +44 -0
  49. data/lib/hyhyhy/structure/_includes/bootstrap/grunt/sauce_browsers.yml +82 -0
  50. data/lib/hyhyhy/structure/_includes/bootstrap/js/.jscsrc +34 -0
  51. data/lib/hyhyhy/structure/_includes/bootstrap/js/.jshintrc +15 -0
  52. data/lib/hyhyhy/structure/_includes/bootstrap/js/affix.js +162 -0
  53. data/lib/hyhyhy/structure/_includes/bootstrap/js/alert.js +94 -0
  54. data/lib/hyhyhy/structure/_includes/bootstrap/js/button.js +116 -0
  55. data/lib/hyhyhy/structure/_includes/bootstrap/js/carousel.js +240 -0
  56. data/lib/hyhyhy/structure/_includes/bootstrap/js/collapse.js +211 -0
  57. data/lib/hyhyhy/structure/_includes/bootstrap/js/dropdown.js +161 -0
  58. data/lib/hyhyhy/structure/_includes/bootstrap/js/modal.js +324 -0
  59. data/lib/hyhyhy/structure/_includes/bootstrap/js/popover.js +119 -0
  60. data/lib/hyhyhy/structure/_includes/bootstrap/js/scrollspy.js +175 -0
  61. data/lib/hyhyhy/structure/_includes/bootstrap/js/tab.js +153 -0
  62. data/lib/hyhyhy/structure/_includes/bootstrap/js/tooltip.js +478 -0
  63. data/lib/hyhyhy/structure/_includes/bootstrap/js/transition.js +59 -0
  64. data/lib/hyhyhy/structure/_includes/bootstrap/less/.csscomb.json +304 -0
  65. data/lib/hyhyhy/structure/_includes/bootstrap/less/.csslintrc +19 -0
  66. data/lib/hyhyhy/structure/_includes/bootstrap/less/alerts.less +68 -0
  67. data/lib/hyhyhy/structure/_includes/bootstrap/less/badges.less +61 -0
  68. data/lib/hyhyhy/structure/_includes/bootstrap/less/bootstrap.less +50 -0
  69. data/lib/hyhyhy/structure/_includes/bootstrap/less/breadcrumbs.less +26 -0
  70. data/lib/hyhyhy/structure/_includes/bootstrap/less/button-groups.less +243 -0
  71. data/lib/hyhyhy/structure/_includes/bootstrap/less/buttons.less +160 -0
  72. data/lib/hyhyhy/structure/_includes/bootstrap/less/carousel.less +267 -0
  73. data/lib/hyhyhy/structure/_includes/bootstrap/less/close.less +33 -0
  74. data/lib/hyhyhy/structure/_includes/bootstrap/less/code.less +69 -0
  75. data/lib/hyhyhy/structure/_includes/bootstrap/less/component-animations.less +34 -0
  76. data/lib/hyhyhy/structure/_includes/bootstrap/less/dropdowns.less +213 -0
  77. data/lib/hyhyhy/structure/_includes/bootstrap/less/forms.less +546 -0
  78. data/lib/hyhyhy/structure/_includes/bootstrap/less/glyphicons.less +234 -0
  79. data/lib/hyhyhy/structure/_includes/bootstrap/less/grid.less +84 -0
  80. data/lib/hyhyhy/structure/_includes/bootstrap/less/input-groups.less +166 -0
  81. data/lib/hyhyhy/structure/_includes/bootstrap/less/jumbotron.less +49 -0
  82. data/lib/hyhyhy/structure/_includes/bootstrap/less/labels.less +64 -0
  83. data/lib/hyhyhy/structure/_includes/bootstrap/less/list-group.less +124 -0
  84. data/lib/hyhyhy/structure/_includes/bootstrap/less/media.less +47 -0
  85. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins.less +39 -0
  86. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/alerts.less +14 -0
  87. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/background-variant.less +8 -0
  88. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/border-radius.less +18 -0
  89. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/buttons.less +52 -0
  90. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/center-block.less +7 -0
  91. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/clearfix.less +22 -0
  92. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/forms.less +85 -0
  93. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/gradients.less +59 -0
  94. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/grid-framework.less +91 -0
  95. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/grid.less +122 -0
  96. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/hide-text.less +21 -0
  97. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/image.less +33 -0
  98. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/labels.less +12 -0
  99. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/list-group.less +29 -0
  100. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/nav-divider.less +10 -0
  101. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/nav-vertical-align.less +9 -0
  102. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/opacity.less +8 -0
  103. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/pagination.less +23 -0
  104. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/panels.less +24 -0
  105. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/progress-bar.less +10 -0
  106. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/reset-filter.less +8 -0
  107. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/resize.less +6 -0
  108. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/responsive-visibility.less +15 -0
  109. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/size.less +10 -0
  110. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/tab-focus.less +9 -0
  111. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/table-row.less +28 -0
  112. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/text-emphasis.less +8 -0
  113. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/text-overflow.less +8 -0
  114. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/vendor-prefixes.less +227 -0
  115. data/lib/hyhyhy/structure/_includes/bootstrap/less/modals.less +148 -0
  116. data/lib/hyhyhy/structure/_includes/bootstrap/less/navbar.less +660 -0
  117. data/lib/hyhyhy/structure/_includes/bootstrap/less/navs.less +244 -0
  118. data/lib/hyhyhy/structure/_includes/bootstrap/less/normalize.less +427 -0
  119. data/lib/hyhyhy/structure/_includes/bootstrap/less/pager.less +54 -0
  120. data/lib/hyhyhy/structure/_includes/bootstrap/less/pagination.less +88 -0
  121. data/lib/hyhyhy/structure/_includes/bootstrap/less/panels.less +261 -0
  122. data/lib/hyhyhy/structure/_includes/bootstrap/less/popovers.less +135 -0
  123. data/lib/hyhyhy/structure/_includes/bootstrap/less/print.less +107 -0
  124. data/lib/hyhyhy/structure/_includes/bootstrap/less/progress-bars.less +87 -0
  125. data/lib/hyhyhy/structure/_includes/bootstrap/less/responsive-embed.less +35 -0
  126. data/lib/hyhyhy/structure/_includes/bootstrap/less/responsive-utilities.less +194 -0
  127. data/lib/hyhyhy/structure/_includes/bootstrap/less/scaffolding.less +150 -0
  128. data/lib/hyhyhy/structure/_includes/bootstrap/less/tables.less +234 -0
  129. data/lib/hyhyhy/structure/_includes/bootstrap/less/theme.less +272 -0
  130. data/lib/hyhyhy/structure/_includes/bootstrap/less/thumbnails.less +36 -0
  131. data/lib/hyhyhy/structure/_includes/bootstrap/less/tooltip.less +103 -0
  132. data/lib/hyhyhy/structure/_includes/bootstrap/less/type.less +302 -0
  133. data/lib/hyhyhy/structure/_includes/bootstrap/less/utilities.less +56 -0
  134. data/lib/hyhyhy/structure/_includes/bootstrap/less/variables.less +856 -0
  135. data/lib/hyhyhy/structure/_includes/bootstrap/less/wells.less +29 -0
  136. data/lib/hyhyhy/structure/_includes/bootstrap/package.json +82 -0
  137. data/lib/hyhyhy/structure/_includes/bower.json +9 -0
  138. data/lib/hyhyhy/structure/_includes/d3/.bower.json +37 -0
  139. data/lib/hyhyhy/structure/_includes/d3/CONTRIBUTING.md +25 -0
  140. data/lib/hyhyhy/structure/_includes/d3/LICENSE +26 -0
  141. data/lib/hyhyhy/structure/_includes/d3/README.md +9 -0
  142. data/lib/hyhyhy/structure/_includes/d3/bower.json +26 -0
  143. data/lib/hyhyhy/structure/_includes/d3/d3.js +9470 -0
  144. data/lib/hyhyhy/structure/_includes/d3/d3.min.js +5 -0
  145. data/lib/hyhyhy/structure/_includes/jquery/.bower.json +38 -0
  146. data/lib/hyhyhy/structure/_includes/jquery/MIT-LICENSE.txt +21 -0
  147. data/lib/hyhyhy/structure/_includes/jquery/bower.json +27 -0
  148. data/lib/hyhyhy/structure/_includes/jquery/dist/jquery.js +9190 -0
  149. data/lib/hyhyhy/structure/_includes/jquery/dist/jquery.min.js +5 -0
  150. data/lib/hyhyhy/structure/_includes/jquery/dist/jquery.min.map +1 -0
  151. data/lib/hyhyhy/structure/_includes/jquery/src/ajax.js +806 -0
  152. data/lib/hyhyhy/structure/_includes/jquery/src/ajax/jsonp.js +89 -0
  153. data/lib/hyhyhy/structure/_includes/jquery/src/ajax/load.js +75 -0
  154. data/lib/hyhyhy/structure/_includes/jquery/src/ajax/parseJSON.js +13 -0
  155. data/lib/hyhyhy/structure/_includes/jquery/src/ajax/parseXML.js +28 -0
  156. data/lib/hyhyhy/structure/_includes/jquery/src/ajax/script.js +64 -0
  157. data/lib/hyhyhy/structure/_includes/jquery/src/ajax/var/nonce.js +5 -0
  158. data/lib/hyhyhy/structure/_includes/jquery/src/ajax/var/rquery.js +3 -0
  159. data/lib/hyhyhy/structure/_includes/jquery/src/ajax/xhr.js +135 -0
  160. data/lib/hyhyhy/structure/_includes/jquery/src/attributes.js +11 -0
  161. data/lib/hyhyhy/structure/_includes/jquery/src/attributes/attr.js +143 -0
  162. data/lib/hyhyhy/structure/_includes/jquery/src/attributes/classes.js +158 -0
  163. data/lib/hyhyhy/structure/_includes/jquery/src/attributes/prop.js +96 -0
  164. data/lib/hyhyhy/structure/_includes/jquery/src/attributes/support.js +35 -0
  165. data/lib/hyhyhy/structure/_includes/jquery/src/attributes/val.js +163 -0
  166. data/lib/hyhyhy/structure/_includes/jquery/src/callbacks.js +205 -0
  167. data/lib/hyhyhy/structure/_includes/jquery/src/core.js +498 -0
  168. data/lib/hyhyhy/structure/_includes/jquery/src/core/access.js +60 -0
  169. data/lib/hyhyhy/structure/_includes/jquery/src/core/init.js +123 -0
  170. data/lib/hyhyhy/structure/_includes/jquery/src/core/parseHTML.js +39 -0
  171. data/lib/hyhyhy/structure/_includes/jquery/src/core/ready.js +97 -0
  172. data/lib/hyhyhy/structure/_includes/jquery/src/core/var/rsingleTag.js +4 -0
  173. data/lib/hyhyhy/structure/_includes/jquery/src/css.js +451 -0
  174. data/lib/hyhyhy/structure/_includes/jquery/src/css/addGetHookIf.js +24 -0
  175. data/lib/hyhyhy/structure/_includes/jquery/src/css/curCSS.js +57 -0
  176. data/lib/hyhyhy/structure/_includes/jquery/src/css/defaultDisplay.js +70 -0
  177. data/lib/hyhyhy/structure/_includes/jquery/src/css/hiddenVisibleSelectors.js +15 -0
  178. data/lib/hyhyhy/structure/_includes/jquery/src/css/support.js +91 -0
  179. data/lib/hyhyhy/structure/_includes/jquery/src/css/swap.js +28 -0
  180. data/lib/hyhyhy/structure/_includes/jquery/src/css/var/cssExpand.js +3 -0
  181. data/lib/hyhyhy/structure/_includes/jquery/src/css/var/getStyles.js +5 -0
  182. data/lib/hyhyhy/structure/_includes/jquery/src/css/var/isHidden.js +13 -0
  183. data/lib/hyhyhy/structure/_includes/jquery/src/css/var/rmargin.js +3 -0
  184. data/lib/hyhyhy/structure/_includes/jquery/src/css/var/rnumnonpx.js +5 -0
  185. data/lib/hyhyhy/structure/_includes/jquery/src/data.js +179 -0
  186. data/lib/hyhyhy/structure/_includes/jquery/src/data/Data.js +181 -0
  187. data/lib/hyhyhy/structure/_includes/jquery/src/data/accepts.js +20 -0
  188. data/lib/hyhyhy/structure/_includes/jquery/src/data/var/data_priv.js +5 -0
  189. data/lib/hyhyhy/structure/_includes/jquery/src/data/var/data_user.js +5 -0
  190. data/lib/hyhyhy/structure/_includes/jquery/src/deferred.js +149 -0
  191. data/lib/hyhyhy/structure/_includes/jquery/src/deprecated.js +13 -0
  192. data/lib/hyhyhy/structure/_includes/jquery/src/dimensions.js +50 -0
  193. data/lib/hyhyhy/structure/_includes/jquery/src/effects.js +649 -0
  194. data/lib/hyhyhy/structure/_includes/jquery/src/effects/Tween.js +114 -0
  195. data/lib/hyhyhy/structure/_includes/jquery/src/effects/animatedSelector.js +13 -0
  196. data/lib/hyhyhy/structure/_includes/jquery/src/event.js +868 -0
  197. data/lib/hyhyhy/structure/_includes/jquery/src/event/alias.js +39 -0
  198. data/lib/hyhyhy/structure/_includes/jquery/src/event/support.js +9 -0
  199. data/lib/hyhyhy/structure/_includes/jquery/src/exports/amd.js +24 -0
  200. data/lib/hyhyhy/structure/_includes/jquery/src/exports/global.js +32 -0
  201. data/lib/hyhyhy/structure/_includes/jquery/src/intro.js +44 -0
  202. data/lib/hyhyhy/structure/_includes/jquery/src/jquery.js +36 -0
  203. data/lib/hyhyhy/structure/_includes/jquery/src/manipulation.js +582 -0
  204. data/lib/hyhyhy/structure/_includes/jquery/src/manipulation/_evalUrl.js +18 -0
  205. data/lib/hyhyhy/structure/_includes/jquery/src/manipulation/support.js +31 -0
  206. data/lib/hyhyhy/structure/_includes/jquery/src/manipulation/var/rcheckableType.js +3 -0
  207. data/lib/hyhyhy/structure/_includes/jquery/src/offset.js +204 -0
  208. data/lib/hyhyhy/structure/_includes/jquery/src/outro.js +1 -0
  209. data/lib/hyhyhy/structure/_includes/jquery/src/queue.js +142 -0
  210. data/lib/hyhyhy/structure/_includes/jquery/src/queue/delay.js +22 -0
  211. data/lib/hyhyhy/structure/_includes/jquery/src/selector-native.js +172 -0
  212. data/lib/hyhyhy/structure/_includes/jquery/src/selector-sizzle.js +14 -0
  213. data/lib/hyhyhy/structure/_includes/jquery/src/selector.js +1 -0
  214. data/lib/hyhyhy/structure/_includes/jquery/src/serialize.js +111 -0
  215. data/lib/hyhyhy/structure/_includes/jquery/src/sizzle/dist/sizzle.js +2044 -0
  216. data/lib/hyhyhy/structure/_includes/jquery/src/sizzle/dist/sizzle.min.js +3 -0
  217. data/lib/hyhyhy/structure/_includes/jquery/src/sizzle/dist/sizzle.min.map +1 -0
  218. data/lib/hyhyhy/structure/_includes/jquery/src/traversing.js +200 -0
  219. data/lib/hyhyhy/structure/_includes/jquery/src/traversing/findFilter.js +100 -0
  220. data/lib/hyhyhy/structure/_includes/jquery/src/traversing/var/rneedsContext.js +6 -0
  221. data/lib/hyhyhy/structure/_includes/jquery/src/var/arr.js +3 -0
  222. data/lib/hyhyhy/structure/_includes/jquery/src/var/class2type.js +4 -0
  223. data/lib/hyhyhy/structure/_includes/jquery/src/var/concat.js +5 -0
  224. data/lib/hyhyhy/structure/_includes/jquery/src/var/hasOwn.js +5 -0
  225. data/lib/hyhyhy/structure/_includes/jquery/src/var/indexOf.js +5 -0
  226. data/lib/hyhyhy/structure/_includes/jquery/src/var/pnum.js +3 -0
  227. data/lib/hyhyhy/structure/_includes/jquery/src/var/push.js +5 -0
  228. data/lib/hyhyhy/structure/_includes/jquery/src/var/rnotwhite.js +3 -0
  229. data/lib/hyhyhy/structure/_includes/jquery/src/var/slice.js +5 -0
  230. data/lib/hyhyhy/structure/_includes/jquery/src/var/strundefined.js +3 -0
  231. data/lib/hyhyhy/structure/_includes/jquery/src/var/support.js +4 -0
  232. data/lib/hyhyhy/structure/_includes/jquery/src/var/toString.js +5 -0
  233. data/lib/hyhyhy/structure/_includes/jquery/src/wrap.js +78 -0
  234. data/lib/hyhyhy/structure/_includes/katex/.arcconfig +4 -0
  235. data/lib/hyhyhy/structure/_includes/katex/.bower.json +14 -0
  236. data/lib/hyhyhy/structure/_includes/katex/.gitignore +5 -0
  237. data/lib/hyhyhy/structure/_includes/katex/.hyhyhy +10 -0
  238. data/lib/hyhyhy/structure/_includes/katex/.jshintrc +67 -0
  239. data/lib/hyhyhy/structure/_includes/katex/.travis.yml +4 -0
  240. data/lib/hyhyhy/structure/_includes/katex/CONTRIBUTING.md +112 -0
  241. data/lib/hyhyhy/structure/_includes/katex/LICENSE.txt +21 -0
  242. data/lib/hyhyhy/structure/_includes/katex/Makefile +61 -0
  243. data/lib/hyhyhy/structure/_includes/katex/README.md +50 -0
  244. data/lib/hyhyhy/structure/_includes/katex/cli.js +15 -0
  245. data/lib/hyhyhy/structure/_includes/katex/dockers/HuxleyTests/Dockerfile +13 -0
  246. data/lib/hyhyhy/structure/_includes/katex/dockers/HuxleyTests/README.md +29 -0
  247. data/lib/hyhyhy/structure/_includes/katex/dockers/MathJaxFonts/Dockerfile +34 -0
  248. data/lib/hyhyhy/structure/_includes/katex/dockers/MathJaxFonts/README.md +55 -0
  249. data/lib/hyhyhy/structure/_includes/katex/dockers/MathJaxFonts/copy_fonts.sh +47 -0
  250. data/lib/hyhyhy/structure/_includes/katex/katex.js +54 -0
  251. data/lib/hyhyhy/structure/_includes/katex/lint_blacklist.txt +8 -0
  252. data/lib/hyhyhy/structure/_includes/katex/metrics/README.md +21 -0
  253. data/lib/hyhyhy/structure/_includes/katex/metrics/extract_tfms.py +94 -0
  254. data/lib/hyhyhy/structure/_includes/katex/metrics/extract_ttfs.py +75 -0
  255. data/lib/hyhyhy/structure/_includes/katex/metrics/mapping.pl +997 -0
  256. data/lib/hyhyhy/structure/_includes/katex/metrics/parse_tfm.py +201 -0
  257. data/lib/hyhyhy/structure/_includes/katex/metrics/replace_line.py +17 -0
  258. data/lib/hyhyhy/structure/_includes/katex/package.json +30 -0
  259. data/lib/hyhyhy/structure/_includes/katex/server.js +77 -0
  260. data/lib/hyhyhy/structure/_includes/katex/src/Lexer.js +190 -0
  261. data/lib/hyhyhy/structure/_includes/katex/src/Options.js +85 -0
  262. data/lib/hyhyhy/structure/_includes/katex/src/ParseError.js +40 -0
  263. data/lib/hyhyhy/structure/_includes/katex/src/Parser.js +639 -0
  264. data/lib/hyhyhy/structure/_includes/katex/src/Style.js +126 -0
  265. data/lib/hyhyhy/structure/_includes/katex/src/buildCommon.js +271 -0
  266. data/lib/hyhyhy/structure/_includes/katex/src/buildTree.js +1167 -0
  267. data/lib/hyhyhy/structure/_includes/katex/src/delimiter.js +541 -0
  268. data/lib/hyhyhy/structure/_includes/katex/src/domTree.js +241 -0
  269. data/lib/hyhyhy/structure/_includes/katex/src/fontMetrics.js +129 -0
  270. data/lib/hyhyhy/structure/_includes/katex/src/functions.js +539 -0
  271. data/lib/hyhyhy/structure/_includes/katex/src/parseTree.js +17 -0
  272. data/lib/hyhyhy/structure/_includes/katex/src/symbols.js +1006 -0
  273. data/lib/hyhyhy/structure/_includes/katex/src/utils.js +97 -0
  274. data/lib/hyhyhy/structure/_includes/katex/static/fonts.less +73 -0
  275. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_AMS-Regular.eot +0 -0
  276. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_AMS-Regular.ttf +0 -0
  277. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_AMS-Regular.woff +0 -0
  278. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_AMS-Regular.woff2 +0 -0
  279. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Bold.eot +0 -0
  280. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
  281. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
  282. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
  283. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Regular.eot +0 -0
  284. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
  285. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
  286. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
  287. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Bold.eot +0 -0
  288. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
  289. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Bold.woff +0 -0
  290. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
  291. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Regular.eot +0 -0
  292. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
  293. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Regular.woff +0 -0
  294. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
  295. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Greek-Bold.woff2 +0 -0
  296. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Greek-BoldItalic.woff2 +0 -0
  297. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Greek-Italic.woff2 +0 -0
  298. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Greek-Regular.woff2 +0 -0
  299. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Bold.eot +0 -0
  300. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Bold.ttf +0 -0
  301. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Bold.woff +0 -0
  302. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Bold.woff2 +0 -0
  303. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Italic.eot +0 -0
  304. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Italic.ttf +0 -0
  305. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Italic.woff +0 -0
  306. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Italic.woff2 +0 -0
  307. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Regular.eot +0 -0
  308. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Regular.ttf +0 -0
  309. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Regular.woff +0 -0
  310. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Regular.woff2 +0 -0
  311. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-BoldItalic.eot +0 -0
  312. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
  313. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-BoldItalic.woff +0 -0
  314. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
  315. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Italic.eot +0 -0
  316. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Italic.ttf +0 -0
  317. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Italic.woff +0 -0
  318. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Italic.woff2 +0 -0
  319. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Regular.eot +0 -0
  320. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Regular.ttf +0 -0
  321. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Regular.woff +0 -0
  322. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Regular.woff2 +0 -0
  323. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Bold.eot +0 -0
  324. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
  325. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Bold.woff +0 -0
  326. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
  327. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Italic.eot +0 -0
  328. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
  329. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Italic.woff +0 -0
  330. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
  331. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Regular.eot +0 -0
  332. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
  333. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Regular.woff +0 -0
  334. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
  335. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Script-Regular.eot +0 -0
  336. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Script-Regular.ttf +0 -0
  337. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Script-Regular.woff +0 -0
  338. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Script-Regular.woff2 +0 -0
  339. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size1-Regular.eot +0 -0
  340. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size1-Regular.ttf +0 -0
  341. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size1-Regular.woff +0 -0
  342. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size1-Regular.woff2 +0 -0
  343. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size2-Regular.eot +0 -0
  344. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size2-Regular.ttf +0 -0
  345. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size2-Regular.woff +0 -0
  346. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size2-Regular.woff2 +0 -0
  347. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size3-Regular.eot +0 -0
  348. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size3-Regular.ttf +0 -0
  349. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size3-Regular.woff +0 -0
  350. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size3-Regular.woff2 +0 -0
  351. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size4-Regular.eot +0 -0
  352. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size4-Regular.ttf +0 -0
  353. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size4-Regular.woff +0 -0
  354. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size4-Regular.woff2 +0 -0
  355. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Typewriter-Regular.eot +0 -0
  356. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
  357. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Typewriter-Regular.woff +0 -0
  358. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
  359. data/lib/hyhyhy/structure/_includes/katex/static/index.html +17 -0
  360. data/lib/hyhyhy/structure/_includes/katex/static/katex.less +430 -0
  361. data/lib/hyhyhy/structure/_includes/katex/static/main.css +12 -0
  362. data/lib/hyhyhy/structure/_includes/katex/static/main.js +42 -0
  363. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfile.json +199 -0
  364. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Accents.hux/firefox-1.png +0 -0
  365. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Accents.record.json +5 -0
  366. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Baseline.hux/firefox-1.png +0 -0
  367. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Baseline.record.json +5 -0
  368. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/BasicTest.hux/firefox-1.png +0 -0
  369. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/BasicTest.record.json +5 -0
  370. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/BinomTest.hux/firefox-1.png +0 -0
  371. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/BinomTest.record.json +5 -0
  372. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Colors.hux/firefox-1.png +0 -0
  373. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Colors.record.json +5 -0
  374. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/DeepFontSizing.hux/firefox-1.png +0 -0
  375. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/DeepFontSizing.record.json +5 -0
  376. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/DelimiterSizing.hux/firefox-1.png +0 -0
  377. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/DelimiterSizing.record.json +5 -0
  378. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/DisplayStyle.hux/firefox-1.png +0 -0
  379. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/DisplayStyle.record.json +5 -0
  380. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Exponents.hux/firefox-1.png +0 -0
  381. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Exponents.record.json +5 -0
  382. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/FractionTest.hux/firefox-1.png +0 -0
  383. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/FractionTest.record.json +5 -0
  384. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Functions.hux/firefox-1.png +0 -0
  385. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Functions.record.json +5 -0
  386. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/GreekLetters.hux/firefox-1.png +0 -0
  387. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/GreekLetters.record.json +5 -0
  388. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/KaTeX.hux/firefox-1.png +0 -0
  389. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/KaTeX.record.json +5 -0
  390. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Lap.hux/firefox-1.png +0 -0
  391. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Lap.record.json +5 -0
  392. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/LeftRight.hux/firefox-1.png +0 -0
  393. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/LeftRight.record.json +5 -0
  394. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/LeftRightListStyling.hux/firefox-1.png +0 -0
  395. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/LeftRightListStyling.record.json +5 -0
  396. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/LeftRightStyleSizing.hux/firefox-1.png +0 -0
  397. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/LeftRightStyleSizing.record.json +5 -0
  398. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/NestedFractions.hux/firefox-1.png +0 -0
  399. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/NestedFractions.record.json +5 -0
  400. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/NullDelimiterInteraction.hux/firefox-1.png +0 -0
  401. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/NullDelimiterInteraction.record.json +5 -0
  402. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/OpLimits.hux/firefox-1.png +0 -0
  403. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/OpLimits.record.json +5 -0
  404. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Overline.hux/firefox-1.png +0 -0
  405. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Overline.record.json +5 -0
  406. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/PrimeSpacing.hux/firefox-1.png +0 -0
  407. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/PrimeSpacing.record.json +5 -0
  408. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/RlapBug.hux/firefox-1.png +0 -0
  409. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/RlapBug.record.json +5 -0
  410. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Rule.hux/firefox-1.png +0 -0
  411. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Rule.record.json +5 -0
  412. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Sizing.hux/firefox-1.png +0 -0
  413. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Sizing.record.json +5 -0
  414. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SizingBaseline.hux/firefox-1.png +0 -0
  415. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SizingBaseline.record.json +5 -0
  416. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Spacing.hux/firefox-1.png +0 -0
  417. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Spacing.record.json +5 -0
  418. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Sqrt.hux/firefox-1.png +0 -0
  419. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Sqrt.record.json +5 -0
  420. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SupSubCharacterBox.hux/firefox-1.png +0 -0
  421. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SupSubCharacterBox.record.json +5 -0
  422. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SupSubHorizSpacing.hux/firefox-1.png +0 -0
  423. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SupSubHorizSpacing.record.json +5 -0
  424. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SupSubOffsets.hux/firefox-1.png +0 -0
  425. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SupSubOffsets.record.json +5 -0
  426. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Text.hux/firefox-1.png +0 -0
  427. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Text.record.json +5 -0
  428. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/VerticalSpacing.hux/firefox-1.png +0 -0
  429. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/VerticalSpacing.record.json +5 -0
  430. data/lib/hyhyhy/structure/_includes/katex/test/huxley/test.html +30 -0
  431. data/lib/hyhyhy/structure/_includes/katex/test/jasmine/MIT.LICENSE +20 -0
  432. data/lib/hyhyhy/structure/_includes/katex/test/jasmine/boot.js +120 -0
  433. data/lib/hyhyhy/structure/_includes/katex/test/jasmine/console.js +166 -0
  434. data/lib/hyhyhy/structure/_includes/katex/test/jasmine/jasmine-html.js +390 -0
  435. data/lib/hyhyhy/structure/_includes/katex/test/jasmine/jasmine.css +61 -0
  436. data/lib/hyhyhy/structure/_includes/katex/test/jasmine/jasmine.js +2593 -0
  437. data/lib/hyhyhy/structure/_includes/katex/test/jasmine/jasmine_favicon.png +0 -0
  438. data/lib/hyhyhy/structure/_includes/katex/test/katex-spec.js +1179 -0
  439. data/lib/hyhyhy/structure/_includes/katex/test/test.html +12 -0
  440. data/lib/hyhyhy/structure/_includes/metrics-graphics/.bower.json +61 -0
  441. data/lib/hyhyhy/structure/_includes/metrics-graphics/.hyhyhy +17 -0
  442. data/lib/hyhyhy/structure/_includes/metrics-graphics/LICENSE +362 -0
  443. data/lib/hyhyhy/structure/_includes/metrics-graphics/README.md +70 -0
  444. data/lib/hyhyhy/structure/_includes/metrics-graphics/bower.json +50 -0
  445. data/lib/hyhyhy/structure/_includes/metrics-graphics/css/metricsgraphics-demo-dark.css +640 -0
  446. data/lib/hyhyhy/structure/_includes/metrics-graphics/css/metricsgraphics-demo.css +176 -0
  447. data/lib/hyhyhy/structure/_includes/metrics-graphics/css/metricsgraphics.css +344 -0
  448. data/lib/hyhyhy/structure/_includes/metrics-graphics/images/missing-data-dark.png +0 -0
  449. data/lib/hyhyhy/structure/_includes/metrics-graphics/images/missing-data.png +0 -0
  450. data/lib/hyhyhy/structure/_includes/metrics-graphics/js/metricsgraphics.min.js +590 -0
  451. data/lib/hyhyhy/structure/_includes/metrics-graphics/package.json +35 -0
  452. data/lib/hyhyhy/structure/_includes/prism/.bower.json +34 -0
  453. data/lib/hyhyhy/structure/_includes/prism/.hyhyhy +33 -0
  454. data/lib/hyhyhy/structure/_includes/prism/LICENSE +21 -0
  455. data/lib/hyhyhy/structure/_includes/prism/README.md +22 -0
  456. data/lib/hyhyhy/structure/_includes/prism/bower.json +26 -0
  457. data/lib/hyhyhy/structure/_includes/prism/components.js +233 -0
  458. data/lib/hyhyhy/structure/_includes/prism/components/prism-apacheconf.js +46 -0
  459. data/lib/hyhyhy/structure/_includes/prism/components/prism-apacheconf.min.js +1 -0
  460. data/lib/hyhyhy/structure/_includes/prism/components/prism-aspnet.js +49 -0
  461. data/lib/hyhyhy/structure/_includes/prism/components/prism-aspnet.min.js +1 -0
  462. data/lib/hyhyhy/structure/_includes/prism/components/prism-autohotkey.js +27 -0
  463. data/lib/hyhyhy/structure/_includes/prism/components/prism-autohotkey.min.js +1 -0
  464. data/lib/hyhyhy/structure/_includes/prism/components/prism-bash.js +24 -0
  465. data/lib/hyhyhy/structure/_includes/prism/components/prism-bash.min.js +1 -0
  466. data/lib/hyhyhy/structure/_includes/prism/components/prism-c.js +26 -0
  467. data/lib/hyhyhy/structure/_includes/prism/components/prism-c.min.js +1 -0
  468. data/lib/hyhyhy/structure/_includes/prism/components/prism-clike.js +32 -0
  469. data/lib/hyhyhy/structure/_includes/prism/components/prism-clike.min.js +1 -0
  470. data/lib/hyhyhy/structure/_includes/prism/components/prism-coffeescript.js +18 -0
  471. data/lib/hyhyhy/structure/_includes/prism/components/prism-coffeescript.min.js +1 -0
  472. data/lib/hyhyhy/structure/_includes/prism/components/prism-core.js +424 -0
  473. data/lib/hyhyhy/structure/_includes/prism/components/prism-core.min.js +1 -0
  474. data/lib/hyhyhy/structure/_includes/prism/components/prism-cpp.js +12 -0
  475. data/lib/hyhyhy/structure/_includes/prism/components/prism-cpp.min.js +1 -0
  476. data/lib/hyhyhy/structure/_includes/prism/components/prism-csharp.js +6 -0
  477. data/lib/hyhyhy/structure/_includes/prism/components/prism-csharp.min.js +1 -0
  478. data/lib/hyhyhy/structure/_includes/prism/components/prism-css-extras.js +15 -0
  479. data/lib/hyhyhy/structure/_includes/prism/components/prism-css-extras.min.js +1 -0
  480. data/lib/hyhyhy/structure/_includes/prism/components/prism-css.js +50 -0
  481. data/lib/hyhyhy/structure/_includes/prism/components/prism-css.min.js +1 -0
  482. data/lib/hyhyhy/structure/_includes/prism/components/prism-gherkin.js +13 -0
  483. data/lib/hyhyhy/structure/_includes/prism/components/prism-gherkin.min.js +1 -0
  484. data/lib/hyhyhy/structure/_includes/prism/components/prism-git.js +68 -0
  485. data/lib/hyhyhy/structure/_includes/prism/components/prism-git.min.js +1 -0
  486. data/lib/hyhyhy/structure/_includes/prism/components/prism-go.js +9 -0
  487. data/lib/hyhyhy/structure/_includes/prism/components/prism-go.min.js +1 -0
  488. data/lib/hyhyhy/structure/_includes/prism/components/prism-groovy.js +43 -0
  489. data/lib/hyhyhy/structure/_includes/prism/components/prism-groovy.min.js +1 -0
  490. data/lib/hyhyhy/structure/_includes/prism/components/prism-handlebars.js +92 -0
  491. data/lib/hyhyhy/structure/_includes/prism/components/prism-handlebars.min.js +1 -0
  492. data/lib/hyhyhy/structure/_includes/prism/components/prism-haskell.js +32 -0
  493. data/lib/hyhyhy/structure/_includes/prism/components/prism-haskell.min.js +1 -0
  494. data/lib/hyhyhy/structure/_includes/prism/components/prism-http.js +44 -0
  495. data/lib/hyhyhy/structure/_includes/prism/components/prism-http.min.js +1 -0
  496. data/lib/hyhyhy/structure/_includes/prism/components/prism-ini.js +11 -0
  497. data/lib/hyhyhy/structure/_includes/prism/components/prism-ini.min.js +1 -0
  498. data/lib/hyhyhy/structure/_includes/prism/components/prism-java.js +8 -0
  499. data/lib/hyhyhy/structure/_includes/prism/components/prism-java.min.js +1 -0
  500. data/lib/hyhyhy/structure/_includes/prism/components/prism-javascript.js +27 -0
  501. data/lib/hyhyhy/structure/_includes/prism/components/prism-javascript.min.js +1 -0
  502. data/lib/hyhyhy/structure/_includes/prism/components/prism-latex.js +6 -0
  503. data/lib/hyhyhy/structure/_includes/prism/components/prism-latex.min.js +1 -0
  504. data/lib/hyhyhy/structure/_includes/prism/components/prism-markup.js +41 -0
  505. data/lib/hyhyhy/structure/_includes/prism/components/prism-markup.min.js +1 -0
  506. data/lib/hyhyhy/structure/_includes/prism/components/prism-nasm.js +20 -0
  507. data/lib/hyhyhy/structure/_includes/prism/components/prism-nasm.min.js +1 -0
  508. data/lib/hyhyhy/structure/_includes/prism/components/prism-nsis.js +19 -0
  509. data/lib/hyhyhy/structure/_includes/prism/components/prism-nsis.min.js +5 -0
  510. data/lib/hyhyhy/structure/_includes/prism/components/prism-objectivec.js +5 -0
  511. data/lib/hyhyhy/structure/_includes/prism/components/prism-objectivec.min.js +1 -0
  512. data/lib/hyhyhy/structure/_includes/prism/components/prism-perl.js +112 -0
  513. data/lib/hyhyhy/structure/_includes/prism/components/prism-perl.min.js +1 -0
  514. data/lib/hyhyhy/structure/_includes/prism/components/prism-php-extras.js +11 -0
  515. data/lib/hyhyhy/structure/_includes/prism/components/prism-php-extras.min.js +1 -0
  516. data/lib/hyhyhy/structure/_includes/prism/components/prism-php.js +99 -0
  517. data/lib/hyhyhy/structure/_includes/prism/components/prism-php.min.js +1 -0
  518. data/lib/hyhyhy/structure/_includes/prism/components/prism-python.js +14 -0
  519. data/lib/hyhyhy/structure/_includes/prism/components/prism-python.min.js +1 -0
  520. data/lib/hyhyhy/structure/_includes/prism/components/prism-rip.js +29 -0
  521. data/lib/hyhyhy/structure/_includes/prism/components/prism-rip.min.js +1 -0
  522. data/lib/hyhyhy/structure/_includes/prism/components/prism-ruby.js +21 -0
  523. data/lib/hyhyhy/structure/_includes/prism/components/prism-ruby.min.js +1 -0
  524. data/lib/hyhyhy/structure/_includes/prism/components/prism-scala.js +8 -0
  525. data/lib/hyhyhy/structure/_includes/prism/components/prism-scala.min.js +1 -0
  526. data/lib/hyhyhy/structure/_includes/prism/components/prism-scheme-min.js +1 -0
  527. data/lib/hyhyhy/structure/_includes/prism/components/prism-scheme.js +24 -0
  528. data/lib/hyhyhy/structure/_includes/prism/components/prism-scss.js +36 -0
  529. data/lib/hyhyhy/structure/_includes/prism/components/prism-scss.min.js +1 -0
  530. data/lib/hyhyhy/structure/_includes/prism/components/prism-sql.js +17 -0
  531. data/lib/hyhyhy/structure/_includes/prism/components/prism-sql.min.js +1 -0
  532. data/lib/hyhyhy/structure/_includes/prism/components/prism-swift.js +8 -0
  533. data/lib/hyhyhy/structure/_includes/prism/components/prism-swift.min.js +1 -0
  534. data/lib/hyhyhy/structure/_includes/prism/components/prism-twig.js +46 -0
  535. data/lib/hyhyhy/structure/_includes/prism/components/prism-twig.min.js +1 -0
  536. data/lib/hyhyhy/structure/_includes/prism/gulpfile.js +48 -0
  537. data/lib/hyhyhy/structure/_includes/prism/package.json +27 -0
  538. data/lib/hyhyhy/structure/_includes/prism/plugins/autolinker/prism-autolinker.css +3 -0
  539. data/lib/hyhyhy/structure/_includes/prism/plugins/autolinker/prism-autolinker.js +66 -0
  540. data/lib/hyhyhy/structure/_includes/prism/plugins/autolinker/prism-autolinker.min.js +1 -0
  541. data/lib/hyhyhy/structure/_includes/prism/plugins/file-highlight/prism-file-highlight.js +54 -0
  542. data/lib/hyhyhy/structure/_includes/prism/plugins/file-highlight/prism-file-highlight.min.js +1 -0
  543. data/lib/hyhyhy/structure/_includes/prism/plugins/ie8/prism-ie8.css +3 -0
  544. data/lib/hyhyhy/structure/_includes/prism/plugins/ie8/prism-ie8.js +42 -0
  545. data/lib/hyhyhy/structure/_includes/prism/plugins/ie8/prism-ie8.min.js +1 -0
  546. data/lib/hyhyhy/structure/_includes/prism/plugins/line-highlight/prism-line-highlight.css +47 -0
  547. data/lib/hyhyhy/structure/_includes/prism/plugins/line-highlight/prism-line-highlight.js +109 -0
  548. data/lib/hyhyhy/structure/_includes/prism/plugins/line-highlight/prism-line-highlight.min.js +1 -0
  549. data/lib/hyhyhy/structure/_includes/prism/plugins/line-numbers/prism-line-numbers.css +40 -0
  550. data/lib/hyhyhy/structure/_includes/prism/plugins/line-numbers/prism-line-numbers.js +24 -0
  551. data/lib/hyhyhy/structure/_includes/prism/plugins/line-numbers/prism-line-numbers.min.js +1 -0
  552. data/lib/hyhyhy/structure/_includes/prism/plugins/show-invisibles/prism-show-invisibles.css +17 -0
  553. data/lib/hyhyhy/structure/_includes/prism/plugins/show-invisibles/prism-show-invisibles.js +15 -0
  554. data/lib/hyhyhy/structure/_includes/prism/plugins/show-invisibles/prism-show-invisibles.min.js +1 -0
  555. data/lib/hyhyhy/structure/_includes/prism/plugins/show-language/prism-show-language.css +21 -0
  556. data/lib/hyhyhy/structure/_includes/prism/plugins/show-language/prism-show-language.js +16 -0
  557. data/lib/hyhyhy/structure/_includes/prism/plugins/show-language/prism-show-language.min.css +1 -0
  558. data/lib/hyhyhy/structure/_includes/prism/plugins/show-language/prism-show-language.min.js +1 -0
  559. data/lib/hyhyhy/structure/_includes/prism/plugins/wpd/prism-wpd.css +11 -0
  560. data/lib/hyhyhy/structure/_includes/prism/plugins/wpd/prism-wpd.js +163 -0
  561. data/lib/hyhyhy/structure/_includes/prism/plugins/wpd/prism-wpd.min.js +1 -0
  562. data/lib/hyhyhy/structure/_includes/prism/prism.js +662 -0
  563. data/lib/hyhyhy/structure/_includes/prism/themes/prism-coy.css +210 -0
  564. data/lib/hyhyhy/structure/_includes/prism/themes/prism-dark.css +122 -0
  565. data/lib/hyhyhy/structure/_includes/prism/themes/prism-funky.css +111 -0
  566. data/lib/hyhyhy/structure/_includes/prism/themes/prism-okaidia.css +114 -0
  567. data/lib/hyhyhy/structure/_includes/prism/themes/prism-tomorrow.css +115 -0
  568. data/lib/hyhyhy/structure/_includes/prism/themes/prism-twilight.css +195 -0
  569. data/lib/hyhyhy/structure/_includes/prism/themes/prism.css +131 -0
  570. data/lib/hyhyhy/structure/_includes/prism/vendor/promise.js +5 -0
  571. data/lib/hyhyhy/structure/_layouts/default.erb +41 -0
  572. data/lib/hyhyhy/structure/_slides/1.introduction.md +36 -0
  573. data/lib/hyhyhy/structure/_slides/2.packages.md +52 -0
  574. data/lib/hyhyhy/structure/_slides/3.usage.md +146 -0
  575. data/lib/hyhyhy/version.rb +5 -0
  576. metadata +747 -0
@@ -0,0 +1,114 @@
1
+ define([
2
+ "../core",
3
+ "../css"
4
+ ], function( jQuery ) {
5
+
6
+ function Tween( elem, options, prop, end, easing ) {
7
+ return new Tween.prototype.init( elem, options, prop, end, easing );
8
+ }
9
+ jQuery.Tween = Tween;
10
+
11
+ Tween.prototype = {
12
+ constructor: Tween,
13
+ init: function( elem, options, prop, end, easing, unit ) {
14
+ this.elem = elem;
15
+ this.prop = prop;
16
+ this.easing = easing || "swing";
17
+ this.options = options;
18
+ this.start = this.now = this.cur();
19
+ this.end = end;
20
+ this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" );
21
+ },
22
+ cur: function() {
23
+ var hooks = Tween.propHooks[ this.prop ];
24
+
25
+ return hooks && hooks.get ?
26
+ hooks.get( this ) :
27
+ Tween.propHooks._default.get( this );
28
+ },
29
+ run: function( percent ) {
30
+ var eased,
31
+ hooks = Tween.propHooks[ this.prop ];
32
+
33
+ if ( this.options.duration ) {
34
+ this.pos = eased = jQuery.easing[ this.easing ](
35
+ percent, this.options.duration * percent, 0, 1, this.options.duration
36
+ );
37
+ } else {
38
+ this.pos = eased = percent;
39
+ }
40
+ this.now = ( this.end - this.start ) * eased + this.start;
41
+
42
+ if ( this.options.step ) {
43
+ this.options.step.call( this.elem, this.now, this );
44
+ }
45
+
46
+ if ( hooks && hooks.set ) {
47
+ hooks.set( this );
48
+ } else {
49
+ Tween.propHooks._default.set( this );
50
+ }
51
+ return this;
52
+ }
53
+ };
54
+
55
+ Tween.prototype.init.prototype = Tween.prototype;
56
+
57
+ Tween.propHooks = {
58
+ _default: {
59
+ get: function( tween ) {
60
+ var result;
61
+
62
+ if ( tween.elem[ tween.prop ] != null &&
63
+ (!tween.elem.style || tween.elem.style[ tween.prop ] == null) ) {
64
+ return tween.elem[ tween.prop ];
65
+ }
66
+
67
+ // passing an empty string as a 3rd parameter to .css will automatically
68
+ // attempt a parseFloat and fallback to a string if the parse fails
69
+ // so, simple values such as "10px" are parsed to Float.
70
+ // complex values such as "rotate(1rad)" are returned as is.
71
+ result = jQuery.css( tween.elem, tween.prop, "" );
72
+ // Empty strings, null, undefined and "auto" are converted to 0.
73
+ return !result || result === "auto" ? 0 : result;
74
+ },
75
+ set: function( tween ) {
76
+ // use step hook for back compat - use cssHook if its there - use .style if its
77
+ // available and use plain properties where available
78
+ if ( jQuery.fx.step[ tween.prop ] ) {
79
+ jQuery.fx.step[ tween.prop ]( tween );
80
+ } else if ( tween.elem.style && ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null || jQuery.cssHooks[ tween.prop ] ) ) {
81
+ jQuery.style( tween.elem, tween.prop, tween.now + tween.unit );
82
+ } else {
83
+ tween.elem[ tween.prop ] = tween.now;
84
+ }
85
+ }
86
+ }
87
+ };
88
+
89
+ // Support: IE9
90
+ // Panic based approach to setting things on disconnected nodes
91
+
92
+ Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {
93
+ set: function( tween ) {
94
+ if ( tween.elem.nodeType && tween.elem.parentNode ) {
95
+ tween.elem[ tween.prop ] = tween.now;
96
+ }
97
+ }
98
+ };
99
+
100
+ jQuery.easing = {
101
+ linear: function( p ) {
102
+ return p;
103
+ },
104
+ swing: function( p ) {
105
+ return 0.5 - Math.cos( p * Math.PI ) / 2;
106
+ }
107
+ };
108
+
109
+ jQuery.fx = Tween.prototype.init;
110
+
111
+ // Back Compat <1.8 extension point
112
+ jQuery.fx.step = {};
113
+
114
+ });
@@ -0,0 +1,13 @@
1
+ define([
2
+ "../core",
3
+ "../selector",
4
+ "../effects"
5
+ ], function( jQuery ) {
6
+
7
+ jQuery.expr.filters.animated = function( elem ) {
8
+ return jQuery.grep(jQuery.timers, function( fn ) {
9
+ return elem === fn.elem;
10
+ }).length;
11
+ };
12
+
13
+ });
@@ -0,0 +1,868 @@
1
+ define([
2
+ "./core",
3
+ "./var/strundefined",
4
+ "./var/rnotwhite",
5
+ "./var/hasOwn",
6
+ "./var/slice",
7
+ "./event/support",
8
+ "./data/var/data_priv",
9
+
10
+ "./core/init",
11
+ "./data/accepts",
12
+ "./selector"
13
+ ], function( jQuery, strundefined, rnotwhite, hasOwn, slice, support, data_priv ) {
14
+
15
+ var
16
+ rkeyEvent = /^key/,
17
+ rmouseEvent = /^(?:mouse|pointer|contextmenu)|click/,
18
+ rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,
19
+ rtypenamespace = /^([^.]*)(?:\.(.+)|)$/;
20
+
21
+ function returnTrue() {
22
+ return true;
23
+ }
24
+
25
+ function returnFalse() {
26
+ return false;
27
+ }
28
+
29
+ function safeActiveElement() {
30
+ try {
31
+ return document.activeElement;
32
+ } catch ( err ) { }
33
+ }
34
+
35
+ /*
36
+ * Helper functions for managing events -- not part of the public interface.
37
+ * Props to Dean Edwards' addEvent library for many of the ideas.
38
+ */
39
+ jQuery.event = {
40
+
41
+ global: {},
42
+
43
+ add: function( elem, types, handler, data, selector ) {
44
+
45
+ var handleObjIn, eventHandle, tmp,
46
+ events, t, handleObj,
47
+ special, handlers, type, namespaces, origType,
48
+ elemData = data_priv.get( elem );
49
+
50
+ // Don't attach events to noData or text/comment nodes (but allow plain objects)
51
+ if ( !elemData ) {
52
+ return;
53
+ }
54
+
55
+ // Caller can pass in an object of custom data in lieu of the handler
56
+ if ( handler.handler ) {
57
+ handleObjIn = handler;
58
+ handler = handleObjIn.handler;
59
+ selector = handleObjIn.selector;
60
+ }
61
+
62
+ // Make sure that the handler has a unique ID, used to find/remove it later
63
+ if ( !handler.guid ) {
64
+ handler.guid = jQuery.guid++;
65
+ }
66
+
67
+ // Init the element's event structure and main handler, if this is the first
68
+ if ( !(events = elemData.events) ) {
69
+ events = elemData.events = {};
70
+ }
71
+ if ( !(eventHandle = elemData.handle) ) {
72
+ eventHandle = elemData.handle = function( e ) {
73
+ // Discard the second event of a jQuery.event.trigger() and
74
+ // when an event is called after a page has unloaded
75
+ return typeof jQuery !== strundefined && jQuery.event.triggered !== e.type ?
76
+ jQuery.event.dispatch.apply( elem, arguments ) : undefined;
77
+ };
78
+ }
79
+
80
+ // Handle multiple events separated by a space
81
+ types = ( types || "" ).match( rnotwhite ) || [ "" ];
82
+ t = types.length;
83
+ while ( t-- ) {
84
+ tmp = rtypenamespace.exec( types[t] ) || [];
85
+ type = origType = tmp[1];
86
+ namespaces = ( tmp[2] || "" ).split( "." ).sort();
87
+
88
+ // There *must* be a type, no attaching namespace-only handlers
89
+ if ( !type ) {
90
+ continue;
91
+ }
92
+
93
+ // If event changes its type, use the special event handlers for the changed type
94
+ special = jQuery.event.special[ type ] || {};
95
+
96
+ // If selector defined, determine special event api type, otherwise given type
97
+ type = ( selector ? special.delegateType : special.bindType ) || type;
98
+
99
+ // Update special based on newly reset type
100
+ special = jQuery.event.special[ type ] || {};
101
+
102
+ // handleObj is passed to all event handlers
103
+ handleObj = jQuery.extend({
104
+ type: type,
105
+ origType: origType,
106
+ data: data,
107
+ handler: handler,
108
+ guid: handler.guid,
109
+ selector: selector,
110
+ needsContext: selector && jQuery.expr.match.needsContext.test( selector ),
111
+ namespace: namespaces.join(".")
112
+ }, handleObjIn );
113
+
114
+ // Init the event handler queue if we're the first
115
+ if ( !(handlers = events[ type ]) ) {
116
+ handlers = events[ type ] = [];
117
+ handlers.delegateCount = 0;
118
+
119
+ // Only use addEventListener if the special events handler returns false
120
+ if ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) {
121
+ if ( elem.addEventListener ) {
122
+ elem.addEventListener( type, eventHandle, false );
123
+ }
124
+ }
125
+ }
126
+
127
+ if ( special.add ) {
128
+ special.add.call( elem, handleObj );
129
+
130
+ if ( !handleObj.handler.guid ) {
131
+ handleObj.handler.guid = handler.guid;
132
+ }
133
+ }
134
+
135
+ // Add to the element's handler list, delegates in front
136
+ if ( selector ) {
137
+ handlers.splice( handlers.delegateCount++, 0, handleObj );
138
+ } else {
139
+ handlers.push( handleObj );
140
+ }
141
+
142
+ // Keep track of which events have ever been used, for event optimization
143
+ jQuery.event.global[ type ] = true;
144
+ }
145
+
146
+ },
147
+
148
+ // Detach an event or set of events from an element
149
+ remove: function( elem, types, handler, selector, mappedTypes ) {
150
+
151
+ var j, origCount, tmp,
152
+ events, t, handleObj,
153
+ special, handlers, type, namespaces, origType,
154
+ elemData = data_priv.hasData( elem ) && data_priv.get( elem );
155
+
156
+ if ( !elemData || !(events = elemData.events) ) {
157
+ return;
158
+ }
159
+
160
+ // Once for each type.namespace in types; type may be omitted
161
+ types = ( types || "" ).match( rnotwhite ) || [ "" ];
162
+ t = types.length;
163
+ while ( t-- ) {
164
+ tmp = rtypenamespace.exec( types[t] ) || [];
165
+ type = origType = tmp[1];
166
+ namespaces = ( tmp[2] || "" ).split( "." ).sort();
167
+
168
+ // Unbind all events (on this namespace, if provided) for the element
169
+ if ( !type ) {
170
+ for ( type in events ) {
171
+ jQuery.event.remove( elem, type + types[ t ], handler, selector, true );
172
+ }
173
+ continue;
174
+ }
175
+
176
+ special = jQuery.event.special[ type ] || {};
177
+ type = ( selector ? special.delegateType : special.bindType ) || type;
178
+ handlers = events[ type ] || [];
179
+ tmp = tmp[2] && new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" );
180
+
181
+ // Remove matching events
182
+ origCount = j = handlers.length;
183
+ while ( j-- ) {
184
+ handleObj = handlers[ j ];
185
+
186
+ if ( ( mappedTypes || origType === handleObj.origType ) &&
187
+ ( !handler || handler.guid === handleObj.guid ) &&
188
+ ( !tmp || tmp.test( handleObj.namespace ) ) &&
189
+ ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) ) {
190
+ handlers.splice( j, 1 );
191
+
192
+ if ( handleObj.selector ) {
193
+ handlers.delegateCount--;
194
+ }
195
+ if ( special.remove ) {
196
+ special.remove.call( elem, handleObj );
197
+ }
198
+ }
199
+ }
200
+
201
+ // Remove generic event handler if we removed something and no more handlers exist
202
+ // (avoids potential for endless recursion during removal of special event handlers)
203
+ if ( origCount && !handlers.length ) {
204
+ if ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) {
205
+ jQuery.removeEvent( elem, type, elemData.handle );
206
+ }
207
+
208
+ delete events[ type ];
209
+ }
210
+ }
211
+
212
+ // Remove the expando if it's no longer used
213
+ if ( jQuery.isEmptyObject( events ) ) {
214
+ delete elemData.handle;
215
+ data_priv.remove( elem, "events" );
216
+ }
217
+ },
218
+
219
+ trigger: function( event, data, elem, onlyHandlers ) {
220
+
221
+ var i, cur, tmp, bubbleType, ontype, handle, special,
222
+ eventPath = [ elem || document ],
223
+ type = hasOwn.call( event, "type" ) ? event.type : event,
224
+ namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split(".") : [];
225
+
226
+ cur = tmp = elem = elem || document;
227
+
228
+ // Don't do events on text and comment nodes
229
+ if ( elem.nodeType === 3 || elem.nodeType === 8 ) {
230
+ return;
231
+ }
232
+
233
+ // focus/blur morphs to focusin/out; ensure we're not firing them right now
234
+ if ( rfocusMorph.test( type + jQuery.event.triggered ) ) {
235
+ return;
236
+ }
237
+
238
+ if ( type.indexOf(".") >= 0 ) {
239
+ // Namespaced trigger; create a regexp to match event type in handle()
240
+ namespaces = type.split(".");
241
+ type = namespaces.shift();
242
+ namespaces.sort();
243
+ }
244
+ ontype = type.indexOf(":") < 0 && "on" + type;
245
+
246
+ // Caller can pass in a jQuery.Event object, Object, or just an event type string
247
+ event = event[ jQuery.expando ] ?
248
+ event :
249
+ new jQuery.Event( type, typeof event === "object" && event );
250
+
251
+ // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)
252
+ event.isTrigger = onlyHandlers ? 2 : 3;
253
+ event.namespace = namespaces.join(".");
254
+ event.namespace_re = event.namespace ?
255
+ new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ) :
256
+ null;
257
+
258
+ // Clean up the event in case it is being reused
259
+ event.result = undefined;
260
+ if ( !event.target ) {
261
+ event.target = elem;
262
+ }
263
+
264
+ // Clone any incoming data and prepend the event, creating the handler arg list
265
+ data = data == null ?
266
+ [ event ] :
267
+ jQuery.makeArray( data, [ event ] );
268
+
269
+ // Allow special events to draw outside the lines
270
+ special = jQuery.event.special[ type ] || {};
271
+ if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {
272
+ return;
273
+ }
274
+
275
+ // Determine event propagation path in advance, per W3C events spec (#9951)
276
+ // Bubble up to document, then to window; watch for a global ownerDocument var (#9724)
277
+ if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) {
278
+
279
+ bubbleType = special.delegateType || type;
280
+ if ( !rfocusMorph.test( bubbleType + type ) ) {
281
+ cur = cur.parentNode;
282
+ }
283
+ for ( ; cur; cur = cur.parentNode ) {
284
+ eventPath.push( cur );
285
+ tmp = cur;
286
+ }
287
+
288
+ // Only add window if we got to document (e.g., not plain obj or detached DOM)
289
+ if ( tmp === (elem.ownerDocument || document) ) {
290
+ eventPath.push( tmp.defaultView || tmp.parentWindow || window );
291
+ }
292
+ }
293
+
294
+ // Fire handlers on the event path
295
+ i = 0;
296
+ while ( (cur = eventPath[i++]) && !event.isPropagationStopped() ) {
297
+
298
+ event.type = i > 1 ?
299
+ bubbleType :
300
+ special.bindType || type;
301
+
302
+ // jQuery handler
303
+ handle = ( data_priv.get( cur, "events" ) || {} )[ event.type ] && data_priv.get( cur, "handle" );
304
+ if ( handle ) {
305
+ handle.apply( cur, data );
306
+ }
307
+
308
+ // Native handler
309
+ handle = ontype && cur[ ontype ];
310
+ if ( handle && handle.apply && jQuery.acceptData( cur ) ) {
311
+ event.result = handle.apply( cur, data );
312
+ if ( event.result === false ) {
313
+ event.preventDefault();
314
+ }
315
+ }
316
+ }
317
+ event.type = type;
318
+
319
+ // If nobody prevented the default action, do it now
320
+ if ( !onlyHandlers && !event.isDefaultPrevented() ) {
321
+
322
+ if ( (!special._default || special._default.apply( eventPath.pop(), data ) === false) &&
323
+ jQuery.acceptData( elem ) ) {
324
+
325
+ // Call a native DOM method on the target with the same name name as the event.
326
+ // Don't do default actions on window, that's where global variables be (#6170)
327
+ if ( ontype && jQuery.isFunction( elem[ type ] ) && !jQuery.isWindow( elem ) ) {
328
+
329
+ // Don't re-trigger an onFOO event when we call its FOO() method
330
+ tmp = elem[ ontype ];
331
+
332
+ if ( tmp ) {
333
+ elem[ ontype ] = null;
334
+ }
335
+
336
+ // Prevent re-triggering of the same event, since we already bubbled it above
337
+ jQuery.event.triggered = type;
338
+ elem[ type ]();
339
+ jQuery.event.triggered = undefined;
340
+
341
+ if ( tmp ) {
342
+ elem[ ontype ] = tmp;
343
+ }
344
+ }
345
+ }
346
+ }
347
+
348
+ return event.result;
349
+ },
350
+
351
+ dispatch: function( event ) {
352
+
353
+ // Make a writable jQuery.Event from the native event object
354
+ event = jQuery.event.fix( event );
355
+
356
+ var i, j, ret, matched, handleObj,
357
+ handlerQueue = [],
358
+ args = slice.call( arguments ),
359
+ handlers = ( data_priv.get( this, "events" ) || {} )[ event.type ] || [],
360
+ special = jQuery.event.special[ event.type ] || {};
361
+
362
+ // Use the fix-ed jQuery.Event rather than the (read-only) native event
363
+ args[0] = event;
364
+ event.delegateTarget = this;
365
+
366
+ // Call the preDispatch hook for the mapped type, and let it bail if desired
367
+ if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {
368
+ return;
369
+ }
370
+
371
+ // Determine handlers
372
+ handlerQueue = jQuery.event.handlers.call( this, event, handlers );
373
+
374
+ // Run delegates first; they may want to stop propagation beneath us
375
+ i = 0;
376
+ while ( (matched = handlerQueue[ i++ ]) && !event.isPropagationStopped() ) {
377
+ event.currentTarget = matched.elem;
378
+
379
+ j = 0;
380
+ while ( (handleObj = matched.handlers[ j++ ]) && !event.isImmediatePropagationStopped() ) {
381
+
382
+ // Triggered event must either 1) have no namespace, or
383
+ // 2) have namespace(s) a subset or equal to those in the bound event (both can have no namespace).
384
+ if ( !event.namespace_re || event.namespace_re.test( handleObj.namespace ) ) {
385
+
386
+ event.handleObj = handleObj;
387
+ event.data = handleObj.data;
388
+
389
+ ret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler )
390
+ .apply( matched.elem, args );
391
+
392
+ if ( ret !== undefined ) {
393
+ if ( (event.result = ret) === false ) {
394
+ event.preventDefault();
395
+ event.stopPropagation();
396
+ }
397
+ }
398
+ }
399
+ }
400
+ }
401
+
402
+ // Call the postDispatch hook for the mapped type
403
+ if ( special.postDispatch ) {
404
+ special.postDispatch.call( this, event );
405
+ }
406
+
407
+ return event.result;
408
+ },
409
+
410
+ handlers: function( event, handlers ) {
411
+ var i, matches, sel, handleObj,
412
+ handlerQueue = [],
413
+ delegateCount = handlers.delegateCount,
414
+ cur = event.target;
415
+
416
+ // Find delegate handlers
417
+ // Black-hole SVG <use> instance trees (#13180)
418
+ // Avoid non-left-click bubbling in Firefox (#3861)
419
+ if ( delegateCount && cur.nodeType && (!event.button || event.type !== "click") ) {
420
+
421
+ for ( ; cur !== this; cur = cur.parentNode || this ) {
422
+
423
+ // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)
424
+ if ( cur.disabled !== true || event.type !== "click" ) {
425
+ matches = [];
426
+ for ( i = 0; i < delegateCount; i++ ) {
427
+ handleObj = handlers[ i ];
428
+
429
+ // Don't conflict with Object.prototype properties (#13203)
430
+ sel = handleObj.selector + " ";
431
+
432
+ if ( matches[ sel ] === undefined ) {
433
+ matches[ sel ] = handleObj.needsContext ?
434
+ jQuery( sel, this ).index( cur ) >= 0 :
435
+ jQuery.find( sel, this, null, [ cur ] ).length;
436
+ }
437
+ if ( matches[ sel ] ) {
438
+ matches.push( handleObj );
439
+ }
440
+ }
441
+ if ( matches.length ) {
442
+ handlerQueue.push({ elem: cur, handlers: matches });
443
+ }
444
+ }
445
+ }
446
+ }
447
+
448
+ // Add the remaining (directly-bound) handlers
449
+ if ( delegateCount < handlers.length ) {
450
+ handlerQueue.push({ elem: this, handlers: handlers.slice( delegateCount ) });
451
+ }
452
+
453
+ return handlerQueue;
454
+ },
455
+
456
+ // Includes some event props shared by KeyEvent and MouseEvent
457
+ props: "altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),
458
+
459
+ fixHooks: {},
460
+
461
+ keyHooks: {
462
+ props: "char charCode key keyCode".split(" "),
463
+ filter: function( event, original ) {
464
+
465
+ // Add which for key events
466
+ if ( event.which == null ) {
467
+ event.which = original.charCode != null ? original.charCode : original.keyCode;
468
+ }
469
+
470
+ return event;
471
+ }
472
+ },
473
+
474
+ mouseHooks: {
475
+ props: "button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),
476
+ filter: function( event, original ) {
477
+ var eventDoc, doc, body,
478
+ button = original.button;
479
+
480
+ // Calculate pageX/Y if missing and clientX/Y available
481
+ if ( event.pageX == null && original.clientX != null ) {
482
+ eventDoc = event.target.ownerDocument || document;
483
+ doc = eventDoc.documentElement;
484
+ body = eventDoc.body;
485
+
486
+ event.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 );
487
+ event.pageY = original.clientY + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - ( doc && doc.clientTop || body && body.clientTop || 0 );
488
+ }
489
+
490
+ // Add which for click: 1 === left; 2 === middle; 3 === right
491
+ // Note: button is not normalized, so don't use it
492
+ if ( !event.which && button !== undefined ) {
493
+ event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) );
494
+ }
495
+
496
+ return event;
497
+ }
498
+ },
499
+
500
+ fix: function( event ) {
501
+ if ( event[ jQuery.expando ] ) {
502
+ return event;
503
+ }
504
+
505
+ // Create a writable copy of the event object and normalize some properties
506
+ var i, prop, copy,
507
+ type = event.type,
508
+ originalEvent = event,
509
+ fixHook = this.fixHooks[ type ];
510
+
511
+ if ( !fixHook ) {
512
+ this.fixHooks[ type ] = fixHook =
513
+ rmouseEvent.test( type ) ? this.mouseHooks :
514
+ rkeyEvent.test( type ) ? this.keyHooks :
515
+ {};
516
+ }
517
+ copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props;
518
+
519
+ event = new jQuery.Event( originalEvent );
520
+
521
+ i = copy.length;
522
+ while ( i-- ) {
523
+ prop = copy[ i ];
524
+ event[ prop ] = originalEvent[ prop ];
525
+ }
526
+
527
+ // Support: Cordova 2.5 (WebKit) (#13255)
528
+ // All events should have a target; Cordova deviceready doesn't
529
+ if ( !event.target ) {
530
+ event.target = document;
531
+ }
532
+
533
+ // Support: Safari 6.0+, Chrome < 28
534
+ // Target should not be a text node (#504, #13143)
535
+ if ( event.target.nodeType === 3 ) {
536
+ event.target = event.target.parentNode;
537
+ }
538
+
539
+ return fixHook.filter ? fixHook.filter( event, originalEvent ) : event;
540
+ },
541
+
542
+ special: {
543
+ load: {
544
+ // Prevent triggered image.load events from bubbling to window.load
545
+ noBubble: true
546
+ },
547
+ focus: {
548
+ // Fire native event if possible so blur/focus sequence is correct
549
+ trigger: function() {
550
+ if ( this !== safeActiveElement() && this.focus ) {
551
+ this.focus();
552
+ return false;
553
+ }
554
+ },
555
+ delegateType: "focusin"
556
+ },
557
+ blur: {
558
+ trigger: function() {
559
+ if ( this === safeActiveElement() && this.blur ) {
560
+ this.blur();
561
+ return false;
562
+ }
563
+ },
564
+ delegateType: "focusout"
565
+ },
566
+ click: {
567
+ // For checkbox, fire native event so checked state will be right
568
+ trigger: function() {
569
+ if ( this.type === "checkbox" && this.click && jQuery.nodeName( this, "input" ) ) {
570
+ this.click();
571
+ return false;
572
+ }
573
+ },
574
+
575
+ // For cross-browser consistency, don't fire native .click() on links
576
+ _default: function( event ) {
577
+ return jQuery.nodeName( event.target, "a" );
578
+ }
579
+ },
580
+
581
+ beforeunload: {
582
+ postDispatch: function( event ) {
583
+
584
+ // Support: Firefox 20+
585
+ // Firefox doesn't alert if the returnValue field is not set.
586
+ if ( event.result !== undefined && event.originalEvent ) {
587
+ event.originalEvent.returnValue = event.result;
588
+ }
589
+ }
590
+ }
591
+ },
592
+
593
+ simulate: function( type, elem, event, bubble ) {
594
+ // Piggyback on a donor event to simulate a different one.
595
+ // Fake originalEvent to avoid donor's stopPropagation, but if the
596
+ // simulated event prevents default then we do the same on the donor.
597
+ var e = jQuery.extend(
598
+ new jQuery.Event(),
599
+ event,
600
+ {
601
+ type: type,
602
+ isSimulated: true,
603
+ originalEvent: {}
604
+ }
605
+ );
606
+ if ( bubble ) {
607
+ jQuery.event.trigger( e, null, elem );
608
+ } else {
609
+ jQuery.event.dispatch.call( elem, e );
610
+ }
611
+ if ( e.isDefaultPrevented() ) {
612
+ event.preventDefault();
613
+ }
614
+ }
615
+ };
616
+
617
+ jQuery.removeEvent = function( elem, type, handle ) {
618
+ if ( elem.removeEventListener ) {
619
+ elem.removeEventListener( type, handle, false );
620
+ }
621
+ };
622
+
623
+ jQuery.Event = function( src, props ) {
624
+ // Allow instantiation without the 'new' keyword
625
+ if ( !(this instanceof jQuery.Event) ) {
626
+ return new jQuery.Event( src, props );
627
+ }
628
+
629
+ // Event object
630
+ if ( src && src.type ) {
631
+ this.originalEvent = src;
632
+ this.type = src.type;
633
+
634
+ // Events bubbling up the document may have been marked as prevented
635
+ // by a handler lower down the tree; reflect the correct value.
636
+ this.isDefaultPrevented = src.defaultPrevented ||
637
+ src.defaultPrevented === undefined &&
638
+ // Support: Android < 4.0
639
+ src.returnValue === false ?
640
+ returnTrue :
641
+ returnFalse;
642
+
643
+ // Event type
644
+ } else {
645
+ this.type = src;
646
+ }
647
+
648
+ // Put explicitly provided properties onto the event object
649
+ if ( props ) {
650
+ jQuery.extend( this, props );
651
+ }
652
+
653
+ // Create a timestamp if incoming event doesn't have one
654
+ this.timeStamp = src && src.timeStamp || jQuery.now();
655
+
656
+ // Mark it as fixed
657
+ this[ jQuery.expando ] = true;
658
+ };
659
+
660
+ // jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding
661
+ // http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html
662
+ jQuery.Event.prototype = {
663
+ isDefaultPrevented: returnFalse,
664
+ isPropagationStopped: returnFalse,
665
+ isImmediatePropagationStopped: returnFalse,
666
+
667
+ preventDefault: function() {
668
+ var e = this.originalEvent;
669
+
670
+ this.isDefaultPrevented = returnTrue;
671
+
672
+ if ( e && e.preventDefault ) {
673
+ e.preventDefault();
674
+ }
675
+ },
676
+ stopPropagation: function() {
677
+ var e = this.originalEvent;
678
+
679
+ this.isPropagationStopped = returnTrue;
680
+
681
+ if ( e && e.stopPropagation ) {
682
+ e.stopPropagation();
683
+ }
684
+ },
685
+ stopImmediatePropagation: function() {
686
+ var e = this.originalEvent;
687
+
688
+ this.isImmediatePropagationStopped = returnTrue;
689
+
690
+ if ( e && e.stopImmediatePropagation ) {
691
+ e.stopImmediatePropagation();
692
+ }
693
+
694
+ this.stopPropagation();
695
+ }
696
+ };
697
+
698
+ // Create mouseenter/leave events using mouseover/out and event-time checks
699
+ // Support: Chrome 15+
700
+ jQuery.each({
701
+ mouseenter: "mouseover",
702
+ mouseleave: "mouseout",
703
+ pointerenter: "pointerover",
704
+ pointerleave: "pointerout"
705
+ }, function( orig, fix ) {
706
+ jQuery.event.special[ orig ] = {
707
+ delegateType: fix,
708
+ bindType: fix,
709
+
710
+ handle: function( event ) {
711
+ var ret,
712
+ target = this,
713
+ related = event.relatedTarget,
714
+ handleObj = event.handleObj;
715
+
716
+ // For mousenter/leave call the handler if related is outside the target.
717
+ // NB: No relatedTarget if the mouse left/entered the browser window
718
+ if ( !related || (related !== target && !jQuery.contains( target, related )) ) {
719
+ event.type = handleObj.origType;
720
+ ret = handleObj.handler.apply( this, arguments );
721
+ event.type = fix;
722
+ }
723
+ return ret;
724
+ }
725
+ };
726
+ });
727
+
728
+ // Create "bubbling" focus and blur events
729
+ // Support: Firefox, Chrome, Safari
730
+ if ( !support.focusinBubbles ) {
731
+ jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) {
732
+
733
+ // Attach a single capturing handler on the document while someone wants focusin/focusout
734
+ var handler = function( event ) {
735
+ jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true );
736
+ };
737
+
738
+ jQuery.event.special[ fix ] = {
739
+ setup: function() {
740
+ var doc = this.ownerDocument || this,
741
+ attaches = data_priv.access( doc, fix );
742
+
743
+ if ( !attaches ) {
744
+ doc.addEventListener( orig, handler, true );
745
+ }
746
+ data_priv.access( doc, fix, ( attaches || 0 ) + 1 );
747
+ },
748
+ teardown: function() {
749
+ var doc = this.ownerDocument || this,
750
+ attaches = data_priv.access( doc, fix ) - 1;
751
+
752
+ if ( !attaches ) {
753
+ doc.removeEventListener( orig, handler, true );
754
+ data_priv.remove( doc, fix );
755
+
756
+ } else {
757
+ data_priv.access( doc, fix, attaches );
758
+ }
759
+ }
760
+ };
761
+ });
762
+ }
763
+
764
+ jQuery.fn.extend({
765
+
766
+ on: function( types, selector, data, fn, /*INTERNAL*/ one ) {
767
+ var origFn, type;
768
+
769
+ // Types can be a map of types/handlers
770
+ if ( typeof types === "object" ) {
771
+ // ( types-Object, selector, data )
772
+ if ( typeof selector !== "string" ) {
773
+ // ( types-Object, data )
774
+ data = data || selector;
775
+ selector = undefined;
776
+ }
777
+ for ( type in types ) {
778
+ this.on( type, selector, data, types[ type ], one );
779
+ }
780
+ return this;
781
+ }
782
+
783
+ if ( data == null && fn == null ) {
784
+ // ( types, fn )
785
+ fn = selector;
786
+ data = selector = undefined;
787
+ } else if ( fn == null ) {
788
+ if ( typeof selector === "string" ) {
789
+ // ( types, selector, fn )
790
+ fn = data;
791
+ data = undefined;
792
+ } else {
793
+ // ( types, data, fn )
794
+ fn = data;
795
+ data = selector;
796
+ selector = undefined;
797
+ }
798
+ }
799
+ if ( fn === false ) {
800
+ fn = returnFalse;
801
+ } else if ( !fn ) {
802
+ return this;
803
+ }
804
+
805
+ if ( one === 1 ) {
806
+ origFn = fn;
807
+ fn = function( event ) {
808
+ // Can use an empty set, since event contains the info
809
+ jQuery().off( event );
810
+ return origFn.apply( this, arguments );
811
+ };
812
+ // Use same guid so caller can remove using origFn
813
+ fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );
814
+ }
815
+ return this.each( function() {
816
+ jQuery.event.add( this, types, fn, data, selector );
817
+ });
818
+ },
819
+ one: function( types, selector, data, fn ) {
820
+ return this.on( types, selector, data, fn, 1 );
821
+ },
822
+ off: function( types, selector, fn ) {
823
+ var handleObj, type;
824
+ if ( types && types.preventDefault && types.handleObj ) {
825
+ // ( event ) dispatched jQuery.Event
826
+ handleObj = types.handleObj;
827
+ jQuery( types.delegateTarget ).off(
828
+ handleObj.namespace ? handleObj.origType + "." + handleObj.namespace : handleObj.origType,
829
+ handleObj.selector,
830
+ handleObj.handler
831
+ );
832
+ return this;
833
+ }
834
+ if ( typeof types === "object" ) {
835
+ // ( types-object [, selector] )
836
+ for ( type in types ) {
837
+ this.off( type, selector, types[ type ] );
838
+ }
839
+ return this;
840
+ }
841
+ if ( selector === false || typeof selector === "function" ) {
842
+ // ( types [, fn] )
843
+ fn = selector;
844
+ selector = undefined;
845
+ }
846
+ if ( fn === false ) {
847
+ fn = returnFalse;
848
+ }
849
+ return this.each(function() {
850
+ jQuery.event.remove( this, types, fn, selector );
851
+ });
852
+ },
853
+
854
+ trigger: function( type, data ) {
855
+ return this.each(function() {
856
+ jQuery.event.trigger( type, data, this );
857
+ });
858
+ },
859
+ triggerHandler: function( type, data ) {
860
+ var elem = this[0];
861
+ if ( elem ) {
862
+ return jQuery.event.trigger( type, data, elem, true );
863
+ }
864
+ }
865
+ });
866
+
867
+ return jQuery;
868
+ });