rj_schema 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (299) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +18 -0
  3. data/ext/rj_schema/extconf.rb +7 -0
  4. data/ext/rj_schema/rapidjson/CHANGELOG.md +158 -0
  5. data/ext/rj_schema/rapidjson/CMakeLists.txt +221 -0
  6. data/ext/rj_schema/rapidjson/CMakeModules/FindGTestSrc.cmake +30 -0
  7. data/ext/rj_schema/rapidjson/RapidJSON.pc.in +7 -0
  8. data/ext/rj_schema/rapidjson/RapidJSONConfig.cmake.in +15 -0
  9. data/ext/rj_schema/rapidjson/RapidJSONConfigVersion.cmake.in +10 -0
  10. data/ext/rj_schema/rapidjson/appveyor.yml +41 -0
  11. data/ext/rj_schema/rapidjson/bin/data/glossary.json +22 -0
  12. data/ext/rj_schema/rapidjson/bin/data/menu.json +27 -0
  13. data/ext/rj_schema/rapidjson/bin/data/readme.txt +1 -0
  14. data/ext/rj_schema/rapidjson/bin/data/sample.json +3315 -0
  15. data/ext/rj_schema/rapidjson/bin/data/webapp.json +88 -0
  16. data/ext/rj_schema/rapidjson/bin/data/widget.json +26 -0
  17. data/ext/rj_schema/rapidjson/bin/draft-04/schema +150 -0
  18. data/ext/rj_schema/rapidjson/bin/encodings/utf16be.json +0 -0
  19. data/ext/rj_schema/rapidjson/bin/encodings/utf16bebom.json +0 -0
  20. data/ext/rj_schema/rapidjson/bin/encodings/utf16le.json +0 -0
  21. data/ext/rj_schema/rapidjson/bin/encodings/utf16lebom.json +0 -0
  22. data/ext/rj_schema/rapidjson/bin/encodings/utf32be.json +0 -0
  23. data/ext/rj_schema/rapidjson/bin/encodings/utf32bebom.json +0 -0
  24. data/ext/rj_schema/rapidjson/bin/encodings/utf32le.json +0 -0
  25. data/ext/rj_schema/rapidjson/bin/encodings/utf32lebom.json +0 -0
  26. data/ext/rj_schema/rapidjson/bin/encodings/utf8.json +7 -0
  27. data/ext/rj_schema/rapidjson/bin/encodings/utf8bom.json +7 -0
  28. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail1.json +1 -0
  29. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail10.json +1 -0
  30. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail11.json +1 -0
  31. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail12.json +1 -0
  32. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail13.json +1 -0
  33. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail14.json +1 -0
  34. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail15.json +1 -0
  35. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail16.json +1 -0
  36. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail17.json +1 -0
  37. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail18.json +1 -0
  38. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail19.json +1 -0
  39. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail2.json +1 -0
  40. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail20.json +1 -0
  41. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail21.json +1 -0
  42. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail22.json +1 -0
  43. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail23.json +1 -0
  44. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail24.json +1 -0
  45. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail25.json +1 -0
  46. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail26.json +1 -0
  47. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail27.json +2 -0
  48. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail28.json +2 -0
  49. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail29.json +1 -0
  50. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail3.json +1 -0
  51. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail30.json +1 -0
  52. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail31.json +1 -0
  53. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail32.json +1 -0
  54. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail33.json +1 -0
  55. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail4.json +1 -0
  56. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail5.json +1 -0
  57. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail6.json +1 -0
  58. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail7.json +1 -0
  59. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail8.json +1 -0
  60. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail9.json +1 -0
  61. data/ext/rj_schema/rapidjson/bin/jsonchecker/pass1.json +58 -0
  62. data/ext/rj_schema/rapidjson/bin/jsonchecker/pass2.json +1 -0
  63. data/ext/rj_schema/rapidjson/bin/jsonchecker/pass3.json +6 -0
  64. data/ext/rj_schema/rapidjson/bin/jsonchecker/readme.txt +3 -0
  65. data/ext/rj_schema/rapidjson/bin/jsonschema/LICENSE +19 -0
  66. data/ext/rj_schema/rapidjson/bin/jsonschema/README.md +148 -0
  67. data/ext/rj_schema/rapidjson/bin/jsonschema/bin/jsonschema_suite +283 -0
  68. data/ext/rj_schema/rapidjson/bin/jsonschema/remotes/folder/folderInteger.json +3 -0
  69. data/ext/rj_schema/rapidjson/bin/jsonschema/remotes/integer.json +3 -0
  70. data/ext/rj_schema/rapidjson/bin/jsonschema/remotes/subSchemas.json +8 -0
  71. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/additionalItems.json +82 -0
  72. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/additionalProperties.json +88 -0
  73. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/default.json +49 -0
  74. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/dependencies.json +108 -0
  75. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/disallow.json +80 -0
  76. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/divisibleBy.json +60 -0
  77. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/enum.json +71 -0
  78. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/extends.json +94 -0
  79. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/items.json +46 -0
  80. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/maxItems.json +28 -0
  81. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/maxLength.json +33 -0
  82. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/maximum.json +42 -0
  83. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/minItems.json +28 -0
  84. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/minLength.json +33 -0
  85. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/minimum.json +42 -0
  86. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/optional/bignum.json +107 -0
  87. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/optional/format.json +222 -0
  88. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/optional/jsregex.json +18 -0
  89. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/optional/zeroTerminatedFloats.json +15 -0
  90. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/pattern.json +34 -0
  91. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/patternProperties.json +110 -0
  92. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/properties.json +92 -0
  93. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/ref.json +159 -0
  94. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/refRemote.json +74 -0
  95. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/required.json +53 -0
  96. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/type.json +474 -0
  97. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/uniqueItems.json +79 -0
  98. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/additionalItems.json +82 -0
  99. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/additionalProperties.json +88 -0
  100. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/allOf.json +112 -0
  101. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/anyOf.json +68 -0
  102. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/default.json +49 -0
  103. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/definitions.json +32 -0
  104. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/dependencies.json +113 -0
  105. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/enum.json +72 -0
  106. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/items.json +46 -0
  107. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxItems.json +28 -0
  108. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxLength.json +33 -0
  109. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxProperties.json +28 -0
  110. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maximum.json +42 -0
  111. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minItems.json +28 -0
  112. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minLength.json +33 -0
  113. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minProperties.json +28 -0
  114. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minimum.json +42 -0
  115. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/multipleOf.json +60 -0
  116. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/not.json +96 -0
  117. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/oneOf.json +68 -0
  118. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/optional/bignum.json +107 -0
  119. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/optional/format.json +148 -0
  120. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/optional/zeroTerminatedFloats.json +15 -0
  121. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/pattern.json +34 -0
  122. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/patternProperties.json +110 -0
  123. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/properties.json +92 -0
  124. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/ref.json +159 -0
  125. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/refRemote.json +74 -0
  126. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/required.json +39 -0
  127. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/type.json +330 -0
  128. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/uniqueItems.json +79 -0
  129. data/ext/rj_schema/rapidjson/bin/jsonschema/tox.ini +8 -0
  130. data/ext/rj_schema/rapidjson/bin/types/booleans.json +102 -0
  131. data/ext/rj_schema/rapidjson/bin/types/floats.json +102 -0
  132. data/ext/rj_schema/rapidjson/bin/types/guids.json +102 -0
  133. data/ext/rj_schema/rapidjson/bin/types/integers.json +102 -0
  134. data/ext/rj_schema/rapidjson/bin/types/mixed.json +592 -0
  135. data/ext/rj_schema/rapidjson/bin/types/nulls.json +102 -0
  136. data/ext/rj_schema/rapidjson/bin/types/paragraphs.json +102 -0
  137. data/ext/rj_schema/rapidjson/bin/types/readme.txt +1 -0
  138. data/ext/rj_schema/rapidjson/contrib/natvis/LICENSE +45 -0
  139. data/ext/rj_schema/rapidjson/contrib/natvis/README.md +7 -0
  140. data/ext/rj_schema/rapidjson/contrib/natvis/rapidjson.natvis +38 -0
  141. data/ext/rj_schema/rapidjson/doc/CMakeLists.txt +27 -0
  142. data/ext/rj_schema/rapidjson/doc/Doxyfile.in +2369 -0
  143. data/ext/rj_schema/rapidjson/doc/Doxyfile.zh-cn.in +2369 -0
  144. data/ext/rj_schema/rapidjson/doc/diagram/architecture.dot +50 -0
  145. data/ext/rj_schema/rapidjson/doc/diagram/architecture.png +0 -0
  146. data/ext/rj_schema/rapidjson/doc/diagram/insituparsing.dot +65 -0
  147. data/ext/rj_schema/rapidjson/doc/diagram/insituparsing.png +0 -0
  148. data/ext/rj_schema/rapidjson/doc/diagram/iterative-parser-states-diagram.dot +62 -0
  149. data/ext/rj_schema/rapidjson/doc/diagram/iterative-parser-states-diagram.png +0 -0
  150. data/ext/rj_schema/rapidjson/doc/diagram/makefile +8 -0
  151. data/ext/rj_schema/rapidjson/doc/diagram/move1.dot +47 -0
  152. data/ext/rj_schema/rapidjson/doc/diagram/move1.png +0 -0
  153. data/ext/rj_schema/rapidjson/doc/diagram/move2.dot +62 -0
  154. data/ext/rj_schema/rapidjson/doc/diagram/move2.png +0 -0
  155. data/ext/rj_schema/rapidjson/doc/diagram/move3.dot +60 -0
  156. data/ext/rj_schema/rapidjson/doc/diagram/move3.png +0 -0
  157. data/ext/rj_schema/rapidjson/doc/diagram/normalparsing.dot +56 -0
  158. data/ext/rj_schema/rapidjson/doc/diagram/normalparsing.png +0 -0
  159. data/ext/rj_schema/rapidjson/doc/diagram/simpledom.dot +54 -0
  160. data/ext/rj_schema/rapidjson/doc/diagram/simpledom.png +0 -0
  161. data/ext/rj_schema/rapidjson/doc/diagram/tutorial.dot +58 -0
  162. data/ext/rj_schema/rapidjson/doc/diagram/tutorial.png +0 -0
  163. data/ext/rj_schema/rapidjson/doc/diagram/utilityclass.dot +73 -0
  164. data/ext/rj_schema/rapidjson/doc/diagram/utilityclass.png +0 -0
  165. data/ext/rj_schema/rapidjson/doc/dom.md +280 -0
  166. data/ext/rj_schema/rapidjson/doc/dom.zh-cn.md +284 -0
  167. data/ext/rj_schema/rapidjson/doc/encoding.md +146 -0
  168. data/ext/rj_schema/rapidjson/doc/encoding.zh-cn.md +152 -0
  169. data/ext/rj_schema/rapidjson/doc/faq.md +289 -0
  170. data/ext/rj_schema/rapidjson/doc/faq.zh-cn.md +290 -0
  171. data/ext/rj_schema/rapidjson/doc/features.md +104 -0
  172. data/ext/rj_schema/rapidjson/doc/features.zh-cn.md +103 -0
  173. data/ext/rj_schema/rapidjson/doc/internals.md +368 -0
  174. data/ext/rj_schema/rapidjson/doc/internals.zh-cn.md +363 -0
  175. data/ext/rj_schema/rapidjson/doc/logo/rapidjson.png +0 -0
  176. data/ext/rj_schema/rapidjson/doc/logo/rapidjson.svg +119 -0
  177. data/ext/rj_schema/rapidjson/doc/misc/DoxygenLayout.xml +194 -0
  178. data/ext/rj_schema/rapidjson/doc/misc/doxygenextra.css +274 -0
  179. data/ext/rj_schema/rapidjson/doc/misc/footer.html +11 -0
  180. data/ext/rj_schema/rapidjson/doc/misc/header.html +24 -0
  181. data/ext/rj_schema/rapidjson/doc/npm.md +31 -0
  182. data/ext/rj_schema/rapidjson/doc/performance.md +26 -0
  183. data/ext/rj_schema/rapidjson/doc/performance.zh-cn.md +26 -0
  184. data/ext/rj_schema/rapidjson/doc/pointer.md +234 -0
  185. data/ext/rj_schema/rapidjson/doc/pointer.zh-cn.md +234 -0
  186. data/ext/rj_schema/rapidjson/doc/sax.md +509 -0
  187. data/ext/rj_schema/rapidjson/doc/sax.zh-cn.md +487 -0
  188. data/ext/rj_schema/rapidjson/doc/schema.md +505 -0
  189. data/ext/rj_schema/rapidjson/doc/schema.zh-cn.md +237 -0
  190. data/ext/rj_schema/rapidjson/doc/stream.md +426 -0
  191. data/ext/rj_schema/rapidjson/doc/stream.zh-cn.md +426 -0
  192. data/ext/rj_schema/rapidjson/doc/tutorial.md +536 -0
  193. data/ext/rj_schema/rapidjson/doc/tutorial.zh-cn.md +534 -0
  194. data/ext/rj_schema/rapidjson/docker/debian/Dockerfile +8 -0
  195. data/ext/rj_schema/rapidjson/example/CMakeLists.txt +45 -0
  196. data/ext/rj_schema/rapidjson/example/archiver/archiver.cpp +292 -0
  197. data/ext/rj_schema/rapidjson/example/archiver/archiver.h +145 -0
  198. data/ext/rj_schema/rapidjson/example/archiver/archivertest.cpp +287 -0
  199. data/ext/rj_schema/rapidjson/example/capitalize/capitalize.cpp +67 -0
  200. data/ext/rj_schema/rapidjson/example/condense/condense.cpp +32 -0
  201. data/ext/rj_schema/rapidjson/example/filterkey/filterkey.cpp +135 -0
  202. data/ext/rj_schema/rapidjson/example/filterkeydom/filterkeydom.cpp +170 -0
  203. data/ext/rj_schema/rapidjson/example/jsonx/jsonx.cpp +207 -0
  204. data/ext/rj_schema/rapidjson/example/lookaheadparser/lookaheadparser.cpp +350 -0
  205. data/ext/rj_schema/rapidjson/example/messagereader/messagereader.cpp +105 -0
  206. data/ext/rj_schema/rapidjson/example/parsebyparts/parsebyparts.cpp +176 -0
  207. data/ext/rj_schema/rapidjson/example/pretty/pretty.cpp +30 -0
  208. data/ext/rj_schema/rapidjson/example/prettyauto/prettyauto.cpp +56 -0
  209. data/ext/rj_schema/rapidjson/example/schemavalidator/schemavalidator.cpp +78 -0
  210. data/ext/rj_schema/rapidjson/example/serialize/serialize.cpp +173 -0
  211. data/ext/rj_schema/rapidjson/example/simpledom/simpledom.cpp +29 -0
  212. data/ext/rj_schema/rapidjson/example/simplepullreader/simplepullreader.cpp +53 -0
  213. data/ext/rj_schema/rapidjson/example/simplereader/simplereader.cpp +42 -0
  214. data/ext/rj_schema/rapidjson/example/simplewriter/simplewriter.cpp +36 -0
  215. data/ext/rj_schema/rapidjson/example/tutorial/tutorial.cpp +151 -0
  216. data/ext/rj_schema/rapidjson/include/rapidjson/allocators.h +271 -0
  217. data/ext/rj_schema/rapidjson/include/rapidjson/cursorstreamwrapper.h +78 -0
  218. data/ext/rj_schema/rapidjson/include/rapidjson/document.h +2630 -0
  219. data/ext/rj_schema/rapidjson/include/rapidjson/encodedstream.h +299 -0
  220. data/ext/rj_schema/rapidjson/include/rapidjson/encodings.h +716 -0
  221. data/ext/rj_schema/rapidjson/include/rapidjson/error/en.h +74 -0
  222. data/ext/rj_schema/rapidjson/include/rapidjson/error/error.h +161 -0
  223. data/ext/rj_schema/rapidjson/include/rapidjson/filereadstream.h +99 -0
  224. data/ext/rj_schema/rapidjson/include/rapidjson/filewritestream.h +104 -0
  225. data/ext/rj_schema/rapidjson/include/rapidjson/fwd.h +151 -0
  226. data/ext/rj_schema/rapidjson/include/rapidjson/internal/biginteger.h +290 -0
  227. data/ext/rj_schema/rapidjson/include/rapidjson/internal/diyfp.h +258 -0
  228. data/ext/rj_schema/rapidjson/include/rapidjson/internal/dtoa.h +245 -0
  229. data/ext/rj_schema/rapidjson/include/rapidjson/internal/ieee754.h +78 -0
  230. data/ext/rj_schema/rapidjson/include/rapidjson/internal/itoa.h +304 -0
  231. data/ext/rj_schema/rapidjson/include/rapidjson/internal/meta.h +181 -0
  232. data/ext/rj_schema/rapidjson/include/rapidjson/internal/pow10.h +55 -0
  233. data/ext/rj_schema/rapidjson/include/rapidjson/internal/regex.h +734 -0
  234. data/ext/rj_schema/rapidjson/include/rapidjson/internal/stack.h +231 -0
  235. data/ext/rj_schema/rapidjson/include/rapidjson/internal/strfunc.h +69 -0
  236. data/ext/rj_schema/rapidjson/include/rapidjson/internal/strtod.h +269 -0
  237. data/ext/rj_schema/rapidjson/include/rapidjson/internal/swap.h +46 -0
  238. data/ext/rj_schema/rapidjson/include/rapidjson/istreamwrapper.h +115 -0
  239. data/ext/rj_schema/rapidjson/include/rapidjson/memorybuffer.h +70 -0
  240. data/ext/rj_schema/rapidjson/include/rapidjson/memorystream.h +71 -0
  241. data/ext/rj_schema/rapidjson/include/rapidjson/msinttypes/inttypes.h +316 -0
  242. data/ext/rj_schema/rapidjson/include/rapidjson/msinttypes/stdint.h +300 -0
  243. data/ext/rj_schema/rapidjson/include/rapidjson/ostreamwrapper.h +81 -0
  244. data/ext/rj_schema/rapidjson/include/rapidjson/pointer.h +1363 -0
  245. data/ext/rj_schema/rapidjson/include/rapidjson/prettywriter.h +277 -0
  246. data/ext/rj_schema/rapidjson/include/rapidjson/rapidjson.h +628 -0
  247. data/ext/rj_schema/rapidjson/include/rapidjson/reader.h +2222 -0
  248. data/ext/rj_schema/rapidjson/include/rapidjson/schema.h +2479 -0
  249. data/ext/rj_schema/rapidjson/include/rapidjson/stream.h +223 -0
  250. data/ext/rj_schema/rapidjson/include/rapidjson/stringbuffer.h +121 -0
  251. data/ext/rj_schema/rapidjson/include/rapidjson/writer.h +716 -0
  252. data/ext/rj_schema/rapidjson/include_dirs.js +2 -0
  253. data/ext/rj_schema/rapidjson/library.json +15 -0
  254. data/ext/rj_schema/rapidjson/license.txt +57 -0
  255. data/ext/rj_schema/rapidjson/package.json +24 -0
  256. data/ext/rj_schema/rapidjson/rapidjson.autopkg +77 -0
  257. data/ext/rj_schema/rapidjson/readme.md +160 -0
  258. data/ext/rj_schema/rapidjson/readme.zh-cn.md +152 -0
  259. data/ext/rj_schema/rapidjson/test/CMakeLists.txt +20 -0
  260. data/ext/rj_schema/rapidjson/test/perftest/CMakeLists.txt +28 -0
  261. data/ext/rj_schema/rapidjson/test/perftest/misctest.cpp +974 -0
  262. data/ext/rj_schema/rapidjson/test/perftest/perftest.cpp +24 -0
  263. data/ext/rj_schema/rapidjson/test/perftest/perftest.h +185 -0
  264. data/ext/rj_schema/rapidjson/test/perftest/platformtest.cpp +166 -0
  265. data/ext/rj_schema/rapidjson/test/perftest/rapidjsontest.cpp +472 -0
  266. data/ext/rj_schema/rapidjson/test/perftest/schematest.cpp +216 -0
  267. data/ext/rj_schema/rapidjson/test/unittest/CMakeLists.txt +92 -0
  268. data/ext/rj_schema/rapidjson/test/unittest/allocatorstest.cpp +102 -0
  269. data/ext/rj_schema/rapidjson/test/unittest/bigintegertest.cpp +133 -0
  270. data/ext/rj_schema/rapidjson/test/unittest/cursorstreamwrappertest.cpp +115 -0
  271. data/ext/rj_schema/rapidjson/test/unittest/documenttest.cpp +672 -0
  272. data/ext/rj_schema/rapidjson/test/unittest/dtoatest.cpp +98 -0
  273. data/ext/rj_schema/rapidjson/test/unittest/encodedstreamtest.cpp +313 -0
  274. data/ext/rj_schema/rapidjson/test/unittest/encodingstest.cpp +451 -0
  275. data/ext/rj_schema/rapidjson/test/unittest/filestreamtest.cpp +112 -0
  276. data/ext/rj_schema/rapidjson/test/unittest/fwdtest.cpp +230 -0
  277. data/ext/rj_schema/rapidjson/test/unittest/istreamwrappertest.cpp +181 -0
  278. data/ext/rj_schema/rapidjson/test/unittest/itoatest.cpp +160 -0
  279. data/ext/rj_schema/rapidjson/test/unittest/jsoncheckertest.cpp +143 -0
  280. data/ext/rj_schema/rapidjson/test/unittest/namespacetest.cpp +70 -0
  281. data/ext/rj_schema/rapidjson/test/unittest/ostreamwrappertest.cpp +92 -0
  282. data/ext/rj_schema/rapidjson/test/unittest/pointertest.cpp +1529 -0
  283. data/ext/rj_schema/rapidjson/test/unittest/prettywritertest.cpp +344 -0
  284. data/ext/rj_schema/rapidjson/test/unittest/readertest.cpp +1895 -0
  285. data/ext/rj_schema/rapidjson/test/unittest/regextest.cpp +638 -0
  286. data/ext/rj_schema/rapidjson/test/unittest/schematest.cpp +2009 -0
  287. data/ext/rj_schema/rapidjson/test/unittest/simdtest.cpp +219 -0
  288. data/ext/rj_schema/rapidjson/test/unittest/strfunctest.cpp +30 -0
  289. data/ext/rj_schema/rapidjson/test/unittest/stringbuffertest.cpp +192 -0
  290. data/ext/rj_schema/rapidjson/test/unittest/strtodtest.cpp +132 -0
  291. data/ext/rj_schema/rapidjson/test/unittest/unittest.cpp +51 -0
  292. data/ext/rj_schema/rapidjson/test/unittest/unittest.h +140 -0
  293. data/ext/rj_schema/rapidjson/test/unittest/valuetest.cpp +1829 -0
  294. data/ext/rj_schema/rapidjson/test/unittest/writertest.cpp +598 -0
  295. data/ext/rj_schema/rapidjson/test/valgrind.supp +17 -0
  296. data/ext/rj_schema/rapidjson/travis-doxygen.sh +121 -0
  297. data/ext/rj_schema/rj_schema.cpp +136 -0
  298. data/lib/rj_schema.rb +7 -0
  299. metadata +371 -0
@@ -0,0 +1,119 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:xlink="http://www.w3.org/1999/xlink"
11
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ width="217.15039"
14
+ height="60.831055"
15
+ id="svg2"
16
+ version="1.1"
17
+ inkscape:version="0.48.4 r9939"
18
+ sodipodi:docname="rapidjson.svg">
19
+ <defs
20
+ id="defs4">
21
+ <linearGradient
22
+ id="linearGradient3801">
23
+ <stop
24
+ style="stop-color:#000000;stop-opacity:1;"
25
+ offset="0"
26
+ id="stop3803" />
27
+ <stop
28
+ style="stop-color:#000000;stop-opacity:0;"
29
+ offset="1"
30
+ id="stop3805" />
31
+ </linearGradient>
32
+ <linearGradient
33
+ inkscape:collect="always"
34
+ xlink:href="#linearGradient3801"
35
+ id="linearGradient3807"
36
+ x1="81.25"
37
+ y1="52.737183"
38
+ x2="122.25"
39
+ y2="52.737183"
40
+ gradientUnits="userSpaceOnUse"
41
+ gradientTransform="matrix(1.2378503,0,0,1.1662045,-226.99279,64.427324)" />
42
+ <linearGradient
43
+ inkscape:collect="always"
44
+ xlink:href="#linearGradient3801"
45
+ id="linearGradient3935"
46
+ gradientUnits="userSpaceOnUse"
47
+ gradientTransform="matrix(-1.4768835,0,0,2.2904698,246.48785,81.630301)"
48
+ x1="81.25"
49
+ y1="52.737183"
50
+ x2="115.96579"
51
+ y2="48.439766" />
52
+ <linearGradient
53
+ inkscape:collect="always"
54
+ xlink:href="#linearGradient3801"
55
+ id="linearGradient3947"
56
+ gradientUnits="userSpaceOnUse"
57
+ gradientTransform="matrix(1.2378503,0,0,1.1662045,-226.99279,-10.072676)"
58
+ x1="81.25"
59
+ y1="52.737183"
60
+ x2="122.25"
61
+ y2="52.737183" />
62
+ </defs>
63
+ <sodipodi:namedview
64
+ id="base"
65
+ pagecolor="#ffffff"
66
+ bordercolor="#666666"
67
+ borderopacity="1.0"
68
+ inkscape:pageopacity="0.0"
69
+ inkscape:pageshadow="2"
70
+ inkscape:zoom="2"
71
+ inkscape:cx="207.8959"
72
+ inkscape:cy="-3.2283687"
73
+ inkscape:document-units="px"
74
+ inkscape:current-layer="layer1"
75
+ showgrid="false"
76
+ inkscape:window-width="1920"
77
+ inkscape:window-height="1137"
78
+ inkscape:window-x="-8"
79
+ inkscape:window-y="-8"
80
+ inkscape:window-maximized="1"
81
+ fit-margin-top="10"
82
+ fit-margin-left="10"
83
+ fit-margin-right="10"
84
+ fit-margin-bottom="10" />
85
+ <metadata
86
+ id="metadata7">
87
+ <rdf:RDF>
88
+ <cc:Work
89
+ rdf:about="">
90
+ <dc:format>image/svg+xml</dc:format>
91
+ <dc:type
92
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
93
+ <dc:title></dc:title>
94
+ </cc:Work>
95
+ </rdf:RDF>
96
+ </metadata>
97
+ <g
98
+ inkscape:label="Layer 1"
99
+ inkscape:groupmode="layer"
100
+ id="layer1"
101
+ transform="translate(-39.132812,-38.772339)">
102
+ <text
103
+ sodipodi:linespacing="125%"
104
+ id="text3939"
105
+ y="79.862183"
106
+ x="147.5"
107
+ style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Microsoft JhengHei;-inkscape-font-specification:Microsoft JhengHei"
108
+ xml:space="preserve"><tspan
109
+ style="font-size:48px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Inconsolata;-inkscape-font-specification:Inconsolata"
110
+ y="79.862183"
111
+ x="147.5"
112
+ id="tspan3941"
113
+ sodipodi:role="line"><tspan
114
+ id="tspan3943"
115
+ style="font-size:42px;font-style:oblique;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;font-family:Segoe UI;-inkscape-font-specification:Segoe UI Oblique">Rapid</tspan><tspan
116
+ id="tspan3945"
117
+ style="font-weight:bold;-inkscape-font-specification:Inconsolata Bold">JSON</tspan></tspan></text>
118
+ </g>
119
+ </svg>
@@ -0,0 +1,194 @@
1
+ <doxygenlayout version="1.0">
2
+ <!-- Generated by doxygen 1.8.7 -->
3
+ <!-- Navigation index tabs for HTML output -->
4
+ <navindex>
5
+ <tab type="mainpage" visible="yes" title=""/>
6
+ <tab type="pages" visible="yes" title="" intro=""/>
7
+ <tab type="modules" visible="yes" title="" intro=""/>
8
+ <tab type="namespaces" visible="yes" title="">
9
+ <tab type="namespacelist" visible="yes" title="" intro=""/>
10
+ <tab type="namespacemembers" visible="yes" title="" intro=""/>
11
+ </tab>
12
+ <tab type="classes" visible="yes" title="">
13
+ <tab type="classlist" visible="yes" title="" intro=""/>
14
+ <tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/>
15
+ <tab type="hierarchy" visible="yes" title="" intro=""/>
16
+ <tab type="classmembers" visible="yes" title="" intro=""/>
17
+ </tab>
18
+ <tab type="files" visible="yes" title="">
19
+ <tab type="filelist" visible="yes" title="" intro=""/>
20
+ <tab type="globals" visible="yes" title="" intro=""/>
21
+ </tab>
22
+ <tab type="examples" visible="yes" title="" intro=""/>
23
+ </navindex>
24
+
25
+ <!-- Layout definition for a class page -->
26
+ <class>
27
+ <briefdescription visible="yes"/>
28
+ <includes visible="$SHOW_INCLUDE_FILES"/>
29
+ <inheritancegraph visible="$CLASS_GRAPH"/>
30
+ <collaborationgraph visible="$COLLABORATION_GRAPH"/>
31
+ <memberdecl>
32
+ <nestedclasses visible="yes" title=""/>
33
+ <publictypes title=""/>
34
+ <services title=""/>
35
+ <interfaces title=""/>
36
+ <publicslots title=""/>
37
+ <signals title=""/>
38
+ <publicmethods title=""/>
39
+ <publicstaticmethods title=""/>
40
+ <publicattributes title=""/>
41
+ <publicstaticattributes title=""/>
42
+ <protectedtypes title=""/>
43
+ <protectedslots title=""/>
44
+ <protectedmethods title=""/>
45
+ <protectedstaticmethods title=""/>
46
+ <protectedattributes title=""/>
47
+ <protectedstaticattributes title=""/>
48
+ <packagetypes title=""/>
49
+ <packagemethods title=""/>
50
+ <packagestaticmethods title=""/>
51
+ <packageattributes title=""/>
52
+ <packagestaticattributes title=""/>
53
+ <properties title=""/>
54
+ <events title=""/>
55
+ <privatetypes title=""/>
56
+ <privateslots title=""/>
57
+ <privatemethods title=""/>
58
+ <privatestaticmethods title=""/>
59
+ <privateattributes title=""/>
60
+ <privatestaticattributes title=""/>
61
+ <friends title=""/>
62
+ <related title="" subtitle=""/>
63
+ <membergroups visible="yes"/>
64
+ </memberdecl>
65
+ <detaileddescription title=""/>
66
+ <memberdef>
67
+ <inlineclasses title=""/>
68
+ <typedefs title=""/>
69
+ <enums title=""/>
70
+ <services title=""/>
71
+ <interfaces title=""/>
72
+ <constructors title=""/>
73
+ <functions title=""/>
74
+ <related title=""/>
75
+ <variables title=""/>
76
+ <properties title=""/>
77
+ <events title=""/>
78
+ </memberdef>
79
+ <allmemberslink visible="yes"/>
80
+ <usedfiles visible="$SHOW_USED_FILES"/>
81
+ <authorsection visible="yes"/>
82
+ </class>
83
+
84
+ <!-- Layout definition for a namespace page -->
85
+ <namespace>
86
+ <briefdescription visible="yes"/>
87
+ <memberdecl>
88
+ <nestednamespaces visible="yes" title=""/>
89
+ <constantgroups visible="yes" title=""/>
90
+ <classes visible="yes" title=""/>
91
+ <typedefs title=""/>
92
+ <enums title=""/>
93
+ <functions title=""/>
94
+ <variables title=""/>
95
+ <membergroups visible="yes"/>
96
+ </memberdecl>
97
+ <detaileddescription title=""/>
98
+ <memberdef>
99
+ <inlineclasses title=""/>
100
+ <typedefs title=""/>
101
+ <enums title=""/>
102
+ <functions title=""/>
103
+ <variables title=""/>
104
+ </memberdef>
105
+ <authorsection visible="yes"/>
106
+ </namespace>
107
+
108
+ <!-- Layout definition for a file page -->
109
+ <file>
110
+ <briefdescription visible="yes"/>
111
+ <includes visible="$SHOW_INCLUDE_FILES"/>
112
+ <includegraph visible="$INCLUDE_GRAPH"/>
113
+ <includedbygraph visible="$INCLUDED_BY_GRAPH"/>
114
+ <sourcelink visible="yes"/>
115
+ <memberdecl>
116
+ <classes visible="yes" title=""/>
117
+ <namespaces visible="yes" title=""/>
118
+ <constantgroups visible="yes" title=""/>
119
+ <defines title=""/>
120
+ <typedefs title=""/>
121
+ <enums title=""/>
122
+ <functions title=""/>
123
+ <variables title=""/>
124
+ <membergroups visible="yes"/>
125
+ </memberdecl>
126
+ <detaileddescription title=""/>
127
+ <memberdef>
128
+ <inlineclasses title=""/>
129
+ <defines title=""/>
130
+ <typedefs title=""/>
131
+ <enums title=""/>
132
+ <functions title=""/>
133
+ <variables title=""/>
134
+ </memberdef>
135
+ <authorsection/>
136
+ </file>
137
+
138
+ <!-- Layout definition for a group page -->
139
+ <group>
140
+ <briefdescription visible="yes"/>
141
+ <groupgraph visible="$GROUP_GRAPHS"/>
142
+ <memberdecl>
143
+ <nestedgroups visible="yes" title=""/>
144
+ <dirs visible="yes" title=""/>
145
+ <files visible="yes" title=""/>
146
+ <namespaces visible="yes" title=""/>
147
+ <classes visible="yes" title=""/>
148
+ <defines title=""/>
149
+ <typedefs title=""/>
150
+ <enums title=""/>
151
+ <enumvalues title=""/>
152
+ <functions title=""/>
153
+ <variables title=""/>
154
+ <signals title=""/>
155
+ <publicslots title=""/>
156
+ <protectedslots title=""/>
157
+ <privateslots title=""/>
158
+ <events title=""/>
159
+ <properties title=""/>
160
+ <friends title=""/>
161
+ <membergroups visible="yes"/>
162
+ </memberdecl>
163
+ <detaileddescription title=""/>
164
+ <memberdef>
165
+ <pagedocs/>
166
+ <inlineclasses title=""/>
167
+ <defines title=""/>
168
+ <typedefs title=""/>
169
+ <enums title=""/>
170
+ <enumvalues title=""/>
171
+ <functions title=""/>
172
+ <variables title=""/>
173
+ <signals title=""/>
174
+ <publicslots title=""/>
175
+ <protectedslots title=""/>
176
+ <privateslots title=""/>
177
+ <events title=""/>
178
+ <properties title=""/>
179
+ <friends title=""/>
180
+ </memberdef>
181
+ <authorsection visible="yes"/>
182
+ </group>
183
+
184
+ <!-- Layout definition for a directory page -->
185
+ <directory>
186
+ <briefdescription visible="yes"/>
187
+ <directorygraph visible="yes"/>
188
+ <memberdecl>
189
+ <dirs visible="yes"/>
190
+ <files visible="yes"/>
191
+ </memberdecl>
192
+ <detaileddescription title=""/>
193
+ </directory>
194
+ </doxygenlayout>
@@ -0,0 +1,274 @@
1
+ body code {
2
+ margin: 0;
3
+ border: 1px solid #ddd;
4
+ background-color: #f8f8f8;
5
+ border-radius: 3px;
6
+ padding: 0;
7
+ }
8
+
9
+ a {
10
+ color: #4183c4;
11
+ }
12
+
13
+ a.el {
14
+ font-weight: normal;
15
+ }
16
+
17
+ body, table, div, p, dl {
18
+ color: #333333;
19
+ font-family: Helvetica, arial, freesans, clean, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
20
+ font-size: 15px;
21
+ font-style: normal;
22
+ font-variant: normal;
23
+ font-weight: normal;
24
+ line-height: 25.5px;
25
+ }
26
+
27
+ body {
28
+ background-color: #eee;
29
+ }
30
+
31
+ div.header {
32
+ background-image: none;
33
+ background-color: white;
34
+ margin: 0px;
35
+ border: 0px;
36
+ }
37
+
38
+ div.headertitle {
39
+ width: 858px;
40
+ margin: 30px;
41
+ padding: 0px;
42
+ }
43
+
44
+ div.toc {
45
+ background-color: #f8f8f8;
46
+ border-color: #ddd;
47
+ margin-right: 10px;
48
+ margin-left: 20px;
49
+ }
50
+ div.toc h3 {
51
+ color: #333333;
52
+ font-family: Helvetica, arial, freesans, clean, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
53
+ font-size: 18px;
54
+ font-style: normal;
55
+ font-variant: normal;
56
+ font-weight: normal;
57
+ }
58
+ div.toc li {
59
+ color: #333333;
60
+ font-family: Helvetica, arial, freesans, clean, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
61
+ font-size: 12px;
62
+ font-style: normal;
63
+ font-variant: normal;
64
+ font-weight: normal;
65
+ }
66
+
67
+ .title {
68
+ font-size: 2.5em;
69
+ line-height: 63.75px;
70
+ border-bottom: 1px solid #ddd;
71
+ margin-bottom: 15px;
72
+ margin-left: 0px;
73
+ margin-right: 0px;
74
+ margin-top: 0px;
75
+ }
76
+
77
+ .summary {
78
+ float: none !important;
79
+ width: auto !important;
80
+ padding-top: 10px;
81
+ padding-right: 10px !important;
82
+ }
83
+
84
+ .summary + .headertitle .title {
85
+ font-size: 1.5em;
86
+ line-height: 2.0em;
87
+ }
88
+
89
+ body h1 {
90
+ font-size: 2em;
91
+ line-height: 1.7;
92
+ border-bottom: 1px solid #eee;
93
+ margin: 1em 0 15px;
94
+ padding: 0;
95
+ overflow: hidden;
96
+ }
97
+
98
+ body h2 {
99
+ font-size: 1.5em;
100
+ line-height: 1.7;
101
+ margin: 1em 0 15px;
102
+ padding: 0;
103
+ }
104
+
105
+ pre.fragment {
106
+ font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
107
+ font-size: 13px;
108
+ font-style: normal;
109
+ font-variant: normal;
110
+ font-weight: normal;
111
+ line-height: 19px;
112
+ }
113
+
114
+ table.doxtable th {
115
+ background-color: #f8f8f8;
116
+ color: #333333;
117
+ font-size: 15px;
118
+ }
119
+
120
+ table.doxtable td, table.doxtable th {
121
+ border: 1px solid #ddd;
122
+ }
123
+
124
+ #doc-content {
125
+ background-color: #fff;
126
+ width: 918px;
127
+ height: auto !important;
128
+ margin-left: 270px !important;
129
+ }
130
+
131
+ div.contents {
132
+ width: 858px;
133
+ margin: 30px;
134
+ }
135
+
136
+ div.line {
137
+ font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
138
+ font-size: 13px;
139
+ font-style: normal;
140
+ font-variant: normal;
141
+ font-weight: normal;
142
+ line-height: 19px;
143
+ }
144
+
145
+ tt, code, pre {
146
+ font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
147
+ font-size: 12px;
148
+ }
149
+
150
+ div.fragment {
151
+ background-color: #f8f8f8;
152
+ border: 1px solid #ddd;
153
+ font-size: 13px;
154
+ line-height: 19px;
155
+ overflow: auto;
156
+ padding: 6px 10px;
157
+ border-radius: 3px;
158
+ }
159
+
160
+ #topbanner {
161
+ position: fixed;
162
+ margin: 15px;
163
+ z-index: 101;
164
+ }
165
+
166
+ #projectname
167
+ {
168
+ font-family: Helvetica, arial, freesans, clean, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
169
+ font-size: 38px;
170
+ font-weight: bold;
171
+ line-height: 63.75px;
172
+ margin: 0px;
173
+ padding: 2px 0px;
174
+ }
175
+
176
+ #projectbrief
177
+ {
178
+ font-family: Helvetica, arial, freesans, clean, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
179
+ font-size: 16px;
180
+ line-height: 22.4px;
181
+ margin: 0px 0px 13px 0px;
182
+ padding: 2px;
183
+ }
184
+
185
+ /* side bar and search */
186
+
187
+ #side-nav
188
+ {
189
+ padding: 10px 0px 20px 20px;
190
+ border-top: 60px solid #2980b9;
191
+ background-color: #343131;
192
+ width: 250px !important;
193
+ height: 100% !important;
194
+ position: fixed;
195
+ }
196
+
197
+ #nav-tree
198
+ {
199
+ background-color: transparent;
200
+ background-image: none;
201
+ height: 100% !important;
202
+ }
203
+
204
+ #nav-tree .label
205
+ {
206
+ font-family: Helvetica, arial, freesans, clean, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
207
+ line-height: 25.5px;
208
+ font-size: 15px;
209
+ }
210
+
211
+ #nav-tree
212
+ {
213
+ color: #b3b3b3;
214
+ }
215
+
216
+ #nav-tree .selected {
217
+ background-image: none;
218
+ }
219
+
220
+ #nav-tree a
221
+ {
222
+ color: #b3b3b3;
223
+ }
224
+
225
+ #github
226
+ {
227
+ position: fixed;
228
+ left: auto;
229
+ right: auto;
230
+ width: 250px;
231
+ }
232
+
233
+ #MSearchBox
234
+ {
235
+ margin: 20px;
236
+ left: 40px;
237
+ right: auto;
238
+ position: fixed;
239
+ width: 180px;
240
+ }
241
+
242
+ #MSearchField
243
+ {
244
+ width: 121px;
245
+ }
246
+
247
+ #MSearchResultsWindow
248
+ {
249
+ left: 45px !important;
250
+ }
251
+
252
+ #nav-sync
253
+ {
254
+ display: none;
255
+ }
256
+
257
+ .ui-resizable .ui-resizable-handle
258
+ {
259
+ width: 0px;
260
+ }
261
+
262
+ #nav-path
263
+ {
264
+ display: none;
265
+ }
266
+
267
+ /* external link icon */
268
+ div.contents a[href ^= "http"]:after {
269
+ content: " " url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=);
270
+ }
271
+
272
+ .githublogo {
273
+ content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RERCMUIwOUY4NkNFMTFFM0FBNTJFRTMzNTJEMUJDNDYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RERCMUIwOUU4NkNFMTFFM0FBNTJFRTMzNTJEMUJDNDYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU1MTc4QTJBOTlBMDExRTI5QTE1QkMxMDQ2QTg5MDREIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU1MTc4QTJCOTlBMDExRTI5QTE1QkMxMDQ2QTg5MDREIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+jUqS1wAAApVJREFUeNq0l89rE1EQx3e3gVJoSPzZeNEWPKgHoa0HBak0iHiy/4C3WvDmoZ56qJ7txVsPQu8qlqqHIhRKJZceesmhioQEfxTEtsoSpdJg1u/ABJ7Pmc1m8zLwgWTmzcw3L+/te+tHUeQltONgCkyCi2AEDHLsJ6iBMlgHL8FeoqokoA2j4CloRMmtwTmj7erHBXPgCWhG6a3JNXKdCiDl1cidVbXZkJoXQRi5t5BrxwoY71FzU8S4JuAIqFkJ2+BFSlEh525b/hr3+k/AklDkNsf6wTT4yv46KIMNpsy+iMdMc47HNWxbsgVcUn7FmLAzzoFAWDsBx+wVP6bUpp5ewI+DOeUx0Wd9D8F70BTGNjkWtqnhmT1JQAHcUgZd8Lo3rQb1LAT8eJVUfgGvHQigGp+V2Z0iAUUl8QH47kAA1XioxIo+bRN8OG8F/oBjwv+Z1nJgX5jpdzQDw0LCjsPmrcW7I/iHScCAEDj03FtD8A0EyuChHgg4KTlJQF3wZ7WELppnBX+dBFSVpJsOBWi1qiRgSwnOgoyD5hmuJdkWCVhTgnTvW3AgYIFrSbZGh0UW/Io5Vp+DQoK7o80pztWMemZbgxeNwCNwDbw1fIfgGZjhU6xPaJgBV8BdsMw5cbZoHsenwYFxkZzl83xTSKTiviCAfCsJLysH3POfC8m8NegyGAGfLP/VmGmfSChgXroR0RSWjEFv2J/nG84cuKFMf4sTCZqXuJd4KaXFVjEG3+tw4eXbNK/YC9oXXs3O8NY8y99L4BXY5cvLY/Bb2VZ58EOJVcB18DHJq9lRsKr8inyKGVjlmh29mtHs3AHfuhCwy1vXT/Nu2GKQt+UHsGdctyX6eQyNvc+5sfX9Dl7Pe2J/BRgAl2CpwmrsHR0AAAAASUVORK5CYII=);
274
+ }