rho-tau-extensions 5.5.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (661) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +2 -0
  3. data/LICENSE +21 -0
  4. data/README.md +6 -0
  5. data/Rakefile +90 -0
  6. data/libs/crosswalk.rb +2 -0
  7. data/libs/crosswalk/crosswalk.rb +2 -0
  8. data/libs/crosswalk/ext.yml +21 -0
  9. data/libs/crosswalk/ext/Crosswalk.xml +27 -0
  10. data/libs/crosswalk/ext/build +19 -0
  11. data/libs/crosswalk/ext/build.bat +29 -0
  12. data/libs/crosswalk/ext/platform/android/AndroidManifest.xml +9 -0
  13. data/libs/crosswalk/ext/platform/android/Rakefile +141 -0
  14. data/libs/crosswalk/ext/platform/android/adds/lib/armeabi/libxwalkcore.so +0 -0
  15. data/libs/crosswalk/ext/platform/android/adds/lib/armeabi/libxwalkdummy.so +0 -0
  16. data/libs/crosswalk/ext/platform/android/adds/lib/x86/libxwalkcore.so +0 -0
  17. data/libs/crosswalk/ext/platform/android/adds/lib/x86/libxwalkdummy.so +0 -0
  18. data/libs/crosswalk/ext/platform/android/adds/lib/xwalk_core_library_java.jar +0 -0
  19. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/bubble.9.png +0 -0
  20. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/bubble_arrow_up.png +0 -0
  21. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/color_picker_advanced_select_handle.png +0 -0
  22. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/crosswalk.png +0 -0
  23. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/dropdown_popup_background_down.9.png +0 -0
  24. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/dropdown_popup_background_up.9.png +0 -0
  25. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/ic_menu_share_holo_light.png +0 -0
  26. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/ic_search.png +0 -0
  27. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/ic_warning.png +0 -0
  28. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/ondemand_overlay.9.png +0 -0
  29. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/verify_checkmark.png +0 -0
  30. data/libs/crosswalk/ext/platform/android/adds/res/drawable-ldpi/crosswalk.png +0 -0
  31. data/libs/crosswalk/ext/platform/android/adds/res/drawable-mdpi/crosswalk.png +0 -0
  32. data/libs/crosswalk/ext/platform/android/adds/res/drawable-v21/button_borderless_compat.xml +10 -0
  33. data/libs/crosswalk/ext/platform/android/adds/res/drawable-v21/button_compat.xml +9 -0
  34. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/bubble.9.png +0 -0
  35. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/bubble_arrow_up.png +0 -0
  36. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/color_picker_advanced_select_handle.png +0 -0
  37. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/crosswalk.png +0 -0
  38. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/dropdown_popup_background_down.9.png +0 -0
  39. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/dropdown_popup_background_up.9.png +0 -0
  40. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/ic_menu_share_holo_light.png +0 -0
  41. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/ic_search.png +0 -0
  42. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/ic_warning.png +0 -0
  43. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/ondemand_overlay.9.png +0 -0
  44. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/verify_checkmark.png +0 -0
  45. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxhdpi/ic_menu_share_holo_light.png +0 -0
  46. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxhdpi/ic_search.png +0 -0
  47. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxhdpi/ic_warning.png +0 -0
  48. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxhdpi/verify_checkmark.png +0 -0
  49. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxxhdpi/ic_menu_share_holo_light.png +0 -0
  50. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxxhdpi/ic_search.png +0 -0
  51. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxxhdpi/ic_warning.png +0 -0
  52. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxxhdpi/verify_checkmark.png +0 -0
  53. data/libs/crosswalk/ext/platform/android/adds/res/drawable/autofill_chip_inset.xml +15 -0
  54. data/libs/crosswalk/ext/platform/android/adds/res/drawable/bubble.9.png +0 -0
  55. data/libs/crosswalk/ext/platform/android/adds/res/drawable/bubble_arrow_up.png +0 -0
  56. data/libs/crosswalk/ext/platform/android/adds/res/drawable/button_compat_shape.xml +9 -0
  57. data/libs/crosswalk/ext/platform/android/adds/res/drawable/color_button_background.xml +36 -0
  58. data/libs/crosswalk/ext/platform/android/adds/res/drawable/color_picker_advanced_select_handle.png +0 -0
  59. data/libs/crosswalk/ext/platform/android/adds/res/drawable/color_picker_border.xml +12 -0
  60. data/libs/crosswalk/ext/platform/android/adds/res/drawable/dropdown_label_color.xml +11 -0
  61. data/libs/crosswalk/ext/platform/android/adds/res/drawable/dropdown_popup_background.xml +13 -0
  62. data/libs/crosswalk/ext/platform/android/adds/res/drawable/dropdown_popup_background_down.9.png +0 -0
  63. data/libs/crosswalk/ext/platform/android/adds/res/drawable/dropdown_popup_background_up.9.png +0 -0
  64. data/libs/crosswalk/ext/platform/android/adds/res/drawable/ic_menu_share_holo_light.png +0 -0
  65. data/libs/crosswalk/ext/platform/android/adds/res/drawable/ic_search.png +0 -0
  66. data/libs/crosswalk/ext/platform/android/adds/res/drawable/ic_warning.png +0 -0
  67. data/libs/crosswalk/ext/platform/android/adds/res/drawable/launchscreen_bg.xml +19 -0
  68. data/libs/crosswalk/ext/platform/android/adds/res/drawable/ondemand_overlay.9.png +0 -0
  69. data/libs/crosswalk/ext/platform/android/adds/res/drawable/verify_checkmark.png +0 -0
  70. data/libs/crosswalk/ext/platform/android/adds/res/layout-land/date_time_picker_dialog.xml +42 -0
  71. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/autofill_keyboard_accessory_item.xml +40 -0
  72. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/autofill_suggestion_item.xml +18 -0
  73. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/color_picker_advanced_component.xml +46 -0
  74. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/color_picker_dialog_content.xml +51 -0
  75. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/color_picker_dialog_title.xml +41 -0
  76. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/date_time_suggestion.xml +35 -0
  77. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/dropdown_item.xml +58 -0
  78. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/multi_field_time_picker_dialog.xml +122 -0
  79. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/two_field_date_picker.xml +38 -0
  80. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/validation_message_bubble.xml +72 -0
  81. data/libs/crosswalk/ext/platform/android/adds/res/layout/autofill_keyboard_accessory_icon.xml +13 -0
  82. data/libs/crosswalk/ext/platform/android/adds/res/layout/autofill_keyboard_accessory_item.xml +17 -0
  83. data/libs/crosswalk/ext/platform/android/adds/res/layout/autofill_suggestion_item.xml +7 -0
  84. data/libs/crosswalk/ext/platform/android/adds/res/layout/color_picker_advanced_component.xml +30 -0
  85. data/libs/crosswalk/ext/platform/android/adds/res/layout/color_picker_dialog_content.xml +36 -0
  86. data/libs/crosswalk/ext/platform/android/adds/res/layout/color_picker_dialog_title.xml +25 -0
  87. data/libs/crosswalk/ext/platform/android/adds/res/layout/date_time_picker_dialog.xml +42 -0
  88. data/libs/crosswalk/ext/platform/android/adds/res/layout/date_time_suggestion.xml +16 -0
  89. data/libs/crosswalk/ext/platform/android/adds/res/layout/dropdown_item.xml +34 -0
  90. data/libs/crosswalk/ext/platform/android/adds/res/layout/multi_field_time_picker_dialog.xml +50 -0
  91. data/libs/crosswalk/ext/platform/android/adds/res/layout/two_field_date_picker.xml +26 -0
  92. data/libs/crosswalk/ext/platform/android/adds/res/layout/validation_message_bubble.xml +47 -0
  93. data/libs/crosswalk/ext/platform/android/adds/res/menu/select_action_menu.xml +54 -0
  94. data/libs/crosswalk/ext/platform/android/adds/res/raw/contacts_api.js +206 -0
  95. data/libs/crosswalk/ext/platform/android/adds/res/raw/device_capabilities_api.js +231 -0
  96. data/libs/crosswalk/ext/platform/android/adds/res/raw/empty.wav +0 -0
  97. data/libs/crosswalk/ext/platform/android/adds/res/raw/icudtl.dat +0 -0
  98. data/libs/crosswalk/ext/platform/android/adds/res/raw/launch_screen_api.js +9 -0
  99. data/libs/crosswalk/ext/platform/android/adds/res/raw/messaging_api.js +359 -0
  100. data/libs/crosswalk/ext/platform/android/adds/res/raw/presentation_api.js +144 -0
  101. data/libs/crosswalk/ext/platform/android/adds/res/raw/wifidirect_api.js +227 -0
  102. data/libs/crosswalk/ext/platform/android/adds/res/raw/xwalk.pak +0 -0
  103. data/libs/crosswalk/ext/platform/android/adds/res/values-am/android_content_strings.xml +15 -0
  104. data/libs/crosswalk/ext/platform/android/adds/res/values-am/android_ui_strings.xml +47 -0
  105. data/libs/crosswalk/ext/platform/android/adds/res/values-ar/android_content_strings.xml +15 -0
  106. data/libs/crosswalk/ext/platform/android/adds/res/values-ar/android_ui_strings.xml +47 -0
  107. data/libs/crosswalk/ext/platform/android/adds/res/values-bg/android_content_strings.xml +15 -0
  108. data/libs/crosswalk/ext/platform/android/adds/res/values-bg/android_ui_strings.xml +47 -0
  109. data/libs/crosswalk/ext/platform/android/adds/res/values-ca/android_content_strings.xml +15 -0
  110. data/libs/crosswalk/ext/platform/android/adds/res/values-ca/android_ui_strings.xml +47 -0
  111. data/libs/crosswalk/ext/platform/android/adds/res/values-cs/android_content_strings.xml +15 -0
  112. data/libs/crosswalk/ext/platform/android/adds/res/values-cs/android_ui_strings.xml +47 -0
  113. data/libs/crosswalk/ext/platform/android/adds/res/values-da/android_content_strings.xml +15 -0
  114. data/libs/crosswalk/ext/platform/android/adds/res/values-da/android_ui_strings.xml +47 -0
  115. data/libs/crosswalk/ext/platform/android/adds/res/values-de/android_content_strings.xml +15 -0
  116. data/libs/crosswalk/ext/platform/android/adds/res/values-de/android_ui_strings.xml +47 -0
  117. data/libs/crosswalk/ext/platform/android/adds/res/values-el/android_content_strings.xml +15 -0
  118. data/libs/crosswalk/ext/platform/android/adds/res/values-el/android_ui_strings.xml +47 -0
  119. data/libs/crosswalk/ext/platform/android/adds/res/values-en-rGB/android_content_strings.xml +15 -0
  120. data/libs/crosswalk/ext/platform/android/adds/res/values-en-rGB/android_ui_strings.xml +47 -0
  121. data/libs/crosswalk/ext/platform/android/adds/res/values-es-rUS/android_content_strings.xml +15 -0
  122. data/libs/crosswalk/ext/platform/android/adds/res/values-es-rUS/android_ui_strings.xml +47 -0
  123. data/libs/crosswalk/ext/platform/android/adds/res/values-es/android_content_strings.xml +15 -0
  124. data/libs/crosswalk/ext/platform/android/adds/res/values-es/android_ui_strings.xml +47 -0
  125. data/libs/crosswalk/ext/platform/android/adds/res/values-fa/android_content_strings.xml +15 -0
  126. data/libs/crosswalk/ext/platform/android/adds/res/values-fa/android_ui_strings.xml +47 -0
  127. data/libs/crosswalk/ext/platform/android/adds/res/values-fi/android_content_strings.xml +15 -0
  128. data/libs/crosswalk/ext/platform/android/adds/res/values-fi/android_ui_strings.xml +47 -0
  129. data/libs/crosswalk/ext/platform/android/adds/res/values-fr/android_content_strings.xml +15 -0
  130. data/libs/crosswalk/ext/platform/android/adds/res/values-fr/android_ui_strings.xml +47 -0
  131. data/libs/crosswalk/ext/platform/android/adds/res/values-hi/android_content_strings.xml +15 -0
  132. data/libs/crosswalk/ext/platform/android/adds/res/values-hi/android_ui_strings.xml +47 -0
  133. data/libs/crosswalk/ext/platform/android/adds/res/values-hr/android_content_strings.xml +15 -0
  134. data/libs/crosswalk/ext/platform/android/adds/res/values-hr/android_ui_strings.xml +47 -0
  135. data/libs/crosswalk/ext/platform/android/adds/res/values-hu/android_content_strings.xml +15 -0
  136. data/libs/crosswalk/ext/platform/android/adds/res/values-hu/android_ui_strings.xml +47 -0
  137. data/libs/crosswalk/ext/platform/android/adds/res/values-in/android_content_strings.xml +15 -0
  138. data/libs/crosswalk/ext/platform/android/adds/res/values-in/android_ui_strings.xml +47 -0
  139. data/libs/crosswalk/ext/platform/android/adds/res/values-it/android_content_strings.xml +15 -0
  140. data/libs/crosswalk/ext/platform/android/adds/res/values-it/android_ui_strings.xml +47 -0
  141. data/libs/crosswalk/ext/platform/android/adds/res/values-iw/android_content_strings.xml +15 -0
  142. data/libs/crosswalk/ext/platform/android/adds/res/values-iw/android_ui_strings.xml +47 -0
  143. data/libs/crosswalk/ext/platform/android/adds/res/values-ja/android_content_strings.xml +15 -0
  144. data/libs/crosswalk/ext/platform/android/adds/res/values-ja/android_ui_strings.xml +47 -0
  145. data/libs/crosswalk/ext/platform/android/adds/res/values-ko/android_content_strings.xml +15 -0
  146. data/libs/crosswalk/ext/platform/android/adds/res/values-ko/android_ui_strings.xml +47 -0
  147. data/libs/crosswalk/ext/platform/android/adds/res/values-lt/android_content_strings.xml +15 -0
  148. data/libs/crosswalk/ext/platform/android/adds/res/values-lt/android_ui_strings.xml +47 -0
  149. data/libs/crosswalk/ext/platform/android/adds/res/values-lv/android_content_strings.xml +15 -0
  150. data/libs/crosswalk/ext/platform/android/adds/res/values-lv/android_ui_strings.xml +47 -0
  151. data/libs/crosswalk/ext/platform/android/adds/res/values-nb/android_content_strings.xml +15 -0
  152. data/libs/crosswalk/ext/platform/android/adds/res/values-nb/android_ui_strings.xml +47 -0
  153. data/libs/crosswalk/ext/platform/android/adds/res/values-nl/android_content_strings.xml +15 -0
  154. data/libs/crosswalk/ext/platform/android/adds/res/values-nl/android_ui_strings.xml +47 -0
  155. data/libs/crosswalk/ext/platform/android/adds/res/values-pl/android_content_strings.xml +15 -0
  156. data/libs/crosswalk/ext/platform/android/adds/res/values-pl/android_ui_strings.xml +47 -0
  157. data/libs/crosswalk/ext/platform/android/adds/res/values-pt-rBR/android_content_strings.xml +15 -0
  158. data/libs/crosswalk/ext/platform/android/adds/res/values-pt-rBR/android_ui_strings.xml +47 -0
  159. data/libs/crosswalk/ext/platform/android/adds/res/values-pt-rPT/android_content_strings.xml +15 -0
  160. data/libs/crosswalk/ext/platform/android/adds/res/values-pt-rPT/android_ui_strings.xml +47 -0
  161. data/libs/crosswalk/ext/platform/android/adds/res/values-ro/android_content_strings.xml +15 -0
  162. data/libs/crosswalk/ext/platform/android/adds/res/values-ro/android_ui_strings.xml +47 -0
  163. data/libs/crosswalk/ext/platform/android/adds/res/values-ru/android_content_strings.xml +15 -0
  164. data/libs/crosswalk/ext/platform/android/adds/res/values-ru/android_ui_strings.xml +47 -0
  165. data/libs/crosswalk/ext/platform/android/adds/res/values-sk/android_content_strings.xml +15 -0
  166. data/libs/crosswalk/ext/platform/android/adds/res/values-sk/android_ui_strings.xml +47 -0
  167. data/libs/crosswalk/ext/platform/android/adds/res/values-sl/android_content_strings.xml +15 -0
  168. data/libs/crosswalk/ext/platform/android/adds/res/values-sl/android_ui_strings.xml +47 -0
  169. data/libs/crosswalk/ext/platform/android/adds/res/values-sr/android_content_strings.xml +15 -0
  170. data/libs/crosswalk/ext/platform/android/adds/res/values-sr/android_ui_strings.xml +47 -0
  171. data/libs/crosswalk/ext/platform/android/adds/res/values-sv/android_content_strings.xml +15 -0
  172. data/libs/crosswalk/ext/platform/android/adds/res/values-sv/android_ui_strings.xml +47 -0
  173. data/libs/crosswalk/ext/platform/android/adds/res/values-sw/android_content_strings.xml +15 -0
  174. data/libs/crosswalk/ext/platform/android/adds/res/values-sw/android_ui_strings.xml +47 -0
  175. data/libs/crosswalk/ext/platform/android/adds/res/values-th/android_content_strings.xml +15 -0
  176. data/libs/crosswalk/ext/platform/android/adds/res/values-th/android_ui_strings.xml +47 -0
  177. data/libs/crosswalk/ext/platform/android/adds/res/values-tl/android_content_strings.xml +15 -0
  178. data/libs/crosswalk/ext/platform/android/adds/res/values-tl/android_ui_strings.xml +47 -0
  179. data/libs/crosswalk/ext/platform/android/adds/res/values-tr/android_content_strings.xml +15 -0
  180. data/libs/crosswalk/ext/platform/android/adds/res/values-tr/android_ui_strings.xml +47 -0
  181. data/libs/crosswalk/ext/platform/android/adds/res/values-uk/android_content_strings.xml +15 -0
  182. data/libs/crosswalk/ext/platform/android/adds/res/values-uk/android_ui_strings.xml +47 -0
  183. data/libs/crosswalk/ext/platform/android/adds/res/values-v14/theme.xml +16 -0
  184. data/libs/crosswalk/ext/platform/android/adds/res/values-v17/styles.xml +19 -0
  185. data/libs/crosswalk/ext/platform/android/adds/res/values-v17/ui_java_styles.xml +41 -0
  186. data/libs/crosswalk/ext/platform/android/adds/res/values-v21/styles.xml +14 -0
  187. data/libs/crosswalk/ext/platform/android/adds/res/values-v21/ui_java_styles.xml +14 -0
  188. data/libs/crosswalk/ext/platform/android/adds/res/values-vi/android_content_strings.xml +15 -0
  189. data/libs/crosswalk/ext/platform/android/adds/res/values-vi/android_ui_strings.xml +47 -0
  190. data/libs/crosswalk/ext/platform/android/adds/res/values-zh-rCN/android_content_strings.xml +15 -0
  191. data/libs/crosswalk/ext/platform/android/adds/res/values-zh-rCN/android_ui_strings.xml +47 -0
  192. data/libs/crosswalk/ext/platform/android/adds/res/values-zh-rTW/android_content_strings.xml +15 -0
  193. data/libs/crosswalk/ext/platform/android/adds/res/values-zh-rTW/android_ui_strings.xml +47 -0
  194. data/libs/crosswalk/ext/platform/android/adds/res/values/android_content_strings.xml +15 -0
  195. data/libs/crosswalk/ext/platform/android/adds/res/values/android_ui_strings.xml +47 -0
  196. data/libs/crosswalk/ext/platform/android/adds/res/values/android_xwalk_strings.xml +17 -0
  197. data/libs/crosswalk/ext/platform/android/adds/res/values/ui_java_attrs.xml +9 -0
  198. data/libs/crosswalk/ext/platform/android/adds/res/values/ui_java_dimens.xml +31 -0
  199. data/libs/crosswalk/ext/platform/android/adds/res/values/ui_java_strings.xml +16 -0
  200. data/libs/crosswalk/ext/platform/android/adds/res/values/ui_java_styles.xml +101 -0
  201. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_app_strings.xml +28 -0
  202. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_attrs.xml +11 -0
  203. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_colors.xml +13 -0
  204. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_core_internal_java_strings.xml +16 -0
  205. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_core_java_strings.xml +16 -0
  206. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_dimens.xml +11 -0
  207. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_resources_list.xml +7 -0
  208. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_styles.xml +40 -0
  209. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_values.xml +10 -0
  210. data/libs/crosswalk/ext/platform/android/ext_java.files +14 -0
  211. data/libs/crosswalk/ext/platform/android/ext_native.files +7 -0
  212. data/libs/crosswalk/ext/platform/android/jni/Crosswalk_impl.cpp +61 -0
  213. data/libs/crosswalk/ext/platform/android/src/com/rho/crosswalk/Crosswalk.java +14 -0
  214. data/libs/crosswalk/ext/platform/android/src/com/rho/crosswalk/CrosswalkFactory.java +18 -0
  215. data/libs/crosswalk/ext/platform/android/src/com/rho/crosswalk/CrosswalkSingleton.java +24 -0
  216. data/libs/crosswalk/ext/platform/android/src/com/tautechnologies/tau/crosswalk/CrosswalkExtension.java +16 -0
  217. data/libs/crosswalk/ext/platform/android/src/com/tautechnologies/tau/crosswalk/RhodesListener.java +18 -0
  218. data/libs/crosswalk/ext/platform/android/src/com/tautechnologies/tau/crosswalk/TauXWResourceClient.java +182 -0
  219. data/libs/crosswalk/ext/platform/android/src/com/tautechnologies/tau/crosswalk/TauXWUIClient.java +125 -0
  220. data/libs/crosswalk/ext/platform/android/src/com/tautechnologies/tau/crosswalk/TauXWalkWebView.java +368 -0
  221. data/libs/crosswalk/ext/platform/iphone/Crosswalk.xcodeproj/project.pbxproj +368 -0
  222. data/libs/crosswalk/ext/platform/iphone/Crosswalk_Prefix.pch +7 -0
  223. data/libs/crosswalk/ext/platform/iphone/Rakefile +73 -0
  224. data/libs/crosswalk/ext/platform/iphone/impl/Crosswalk.h +14 -0
  225. data/libs/crosswalk/ext/platform/iphone/impl/Crosswalk.m +24 -0
  226. data/libs/crosswalk/ext/platform/iphone/impl/CrosswalkFactorySingleton.m +16 -0
  227. data/libs/crosswalk/ext/platform/iphone/impl/CrosswalkSetup.m +9 -0
  228. data/libs/crosswalk/ext/platform/iphone/impl/CrosswalkSingleton.h +17 -0
  229. data/libs/crosswalk/ext/platform/iphone/impl/CrosswalkSingleton.m +23 -0
  230. data/libs/crosswalk/ext/platform/iphone/impl/readme.txt +7 -0
  231. data/libs/crosswalk/ext/platform/qt/Crosswalk.pro +66 -0
  232. data/libs/crosswalk/ext/platform/qt/Rakefile +35 -0
  233. data/libs/crosswalk/ext/platform/qt/src/Crosswalk_impl.cpp +77 -0
  234. data/libs/crosswalk/ext/platform/wm/Crosswalk.sln +52 -0
  235. data/libs/crosswalk/ext/platform/wm/Crosswalk.vcproj +714 -0
  236. data/libs/crosswalk/ext/platform/wm/Crosswalk.vsprops +15 -0
  237. data/libs/crosswalk/ext/platform/wm/src/Crosswalk_impl.cpp +77 -0
  238. data/libs/crosswalk/ext/platform/wp8/Crosswalk.props +18 -0
  239. data/libs/crosswalk/ext/platform/wp8/Crosswalk.vcxproj +170 -0
  240. data/libs/crosswalk/ext/platform/wp8/Crosswalk.vcxproj.filters +50 -0
  241. data/libs/crosswalk/ext/platform/wp8/CrosswalkImpl.csproj +119 -0
  242. data/libs/crosswalk/ext/platform/wp8/CrosswalkImpl.props +8 -0
  243. data/libs/crosswalk/ext/platform/wp8/CrosswalkImpl.targets +7 -0
  244. data/libs/crosswalk/ext/platform/wp8/CrosswalkLib.props +18 -0
  245. data/libs/crosswalk/ext/platform/wp8/CrosswalkLib.vcxproj +185 -0
  246. data/libs/crosswalk/ext/platform/wp8/CrosswalkLib.vcxproj.filters +58 -0
  247. data/libs/crosswalk/ext/platform/wp8/src/Crosswalk_impl.cpp +76 -0
  248. data/libs/crosswalk/ext/platform/wp8/src/Crosswalk_impl.cs +69 -0
  249. data/libs/crosswalk/ext/platform/wp8/src/Properties/AssemblyInfo.cs +37 -0
  250. data/libs/enterprise-barcode/ext.yml +13 -0
  251. data/libs/enterprise-barcode/ext/barcode.xml +2144 -0
  252. data/libs/enterprise-barcode/ext/build +17 -0
  253. data/libs/enterprise-barcode/ext/build.bat +29 -0
  254. data/libs/enterprise-barcode/ext/platform/android/AndroidManifest.xml +31 -0
  255. data/libs/enterprise-barcode/ext/platform/android/ZXing_Info/AUTHORS +58 -0
  256. data/libs/enterprise-barcode/ext/platform/android/ZXing_Info/CHANGES +266 -0
  257. data/libs/enterprise-barcode/ext/platform/android/ZXing_Info/COPYING +201 -0
  258. data/libs/enterprise-barcode/ext/platform/android/ZXing_Info/README +11 -0
  259. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable-hdpi/cancel_icon.png +0 -0
  260. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable-hdpi/ok_icon.png +0 -0
  261. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable-hdpi/retake_icon.png +0 -0
  262. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable/cancel_icon.png +0 -0
  263. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable/ok_icon.png +0 -0
  264. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable/retake_icon.png +0 -0
  265. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/layout/capture.xml +122 -0
  266. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/raw/beep.ogg +0 -0
  267. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/values/attrs.xml +20 -0
  268. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/values/colors.xml +42 -0
  269. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/values/ids.xml +31 -0
  270. data/libs/enterprise-barcode/ext/platform/android/adds/lib/armeabi/liballbarcode.a +0 -0
  271. data/libs/enterprise-barcode/ext/platform/android/adds/lib/x86/liballbarcode.a +0 -0
  272. data/libs/enterprise-barcode/ext/platform/android/allbarcode.jar +0 -0
  273. data/libs/enterprise-barcode/ext/platform/iphone/Barcode.xcodeproj/project.pbxproj +524 -0
  274. data/libs/enterprise-barcode/ext/platform/iphone/Barcode_Prefix.pch +7 -0
  275. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeCallbackHelper.h +27 -0
  276. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeCallbackHelper.mm +231 -0
  277. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewController.h +95 -0
  278. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewController.m +1017 -0
  279. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewFactory.h +7 -0
  280. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewFactory.mm +58 -0
  281. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewFactoryRegister.mm +18 -0
  282. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewManager.h +16 -0
  283. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewManager.mm +32 -0
  284. data/libs/enterprise-barcode/ext/platform/iphone/Classes/ImageProvider.cpp +25 -0
  285. data/libs/enterprise-barcode/ext/platform/iphone/Classes/ImageProvider.h +15 -0
  286. data/libs/enterprise-barcode/ext/platform/iphone/Classes/ImageProvider.mm +159 -0
  287. data/libs/enterprise-barcode/ext/platform/iphone/Classes/barcode.m +123 -0
  288. data/libs/enterprise-barcode/ext/platform/iphone/Rakefile +69 -0
  289. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/COPYING +27 -0
  290. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarCameraSimulator.h +45 -0
  291. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarCaptureReader.h +111 -0
  292. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarHelpController.h +60 -0
  293. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarImage.h +69 -0
  294. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarImageScanner.h +51 -0
  295. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarReaderController.h +142 -0
  296. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarReaderView.h +135 -0
  297. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarReaderViewController.h +130 -0
  298. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarSDK.h +34 -0
  299. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarSymbol.h +71 -0
  300. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar.h +1497 -0
  301. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Decoder.h +202 -0
  302. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Exception.h +187 -0
  303. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Image.h +321 -0
  304. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/ImageScanner.h +130 -0
  305. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Processor.h +223 -0
  306. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Scanner.h +162 -0
  307. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Symbol.h +528 -0
  308. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Video.h +170 -0
  309. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Window.h +136 -0
  310. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/LICENSE +504 -0
  311. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/README +59 -0
  312. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Resources/zbar-back.png +0 -0
  313. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Resources/zbar-help.html +88 -0
  314. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Resources/zbar-helpicons.png +0 -0
  315. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Resources/zbar-samples.png +0 -0
  316. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/libzbar.a +0 -0
  317. data/libs/enterprise-barcode/ext/platform/iphone/impl/Barcode.h +21 -0
  318. data/libs/enterprise-barcode/ext/platform/iphone/impl/Barcode.m +132 -0
  319. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeFactory.h +10 -0
  320. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeFactory.m +16 -0
  321. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeFactorySingleton.m +16 -0
  322. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeSetup.m +8 -0
  323. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeSingleton.h +17 -0
  324. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeSingleton.m +22 -0
  325. data/libs/enterprise-barcode/ext/platform/iphone/impl/readme.txt +7 -0
  326. data/libs/enterprise-barcode/ext/platform/wm/Barcode.sln +44 -0
  327. data/libs/enterprise-barcode/ext/platform/wm/Barcode.vcproj +836 -0
  328. data/libs/enterprise-barcode/ext/platform/wm/Barcode.vsprops +15 -0
  329. data/libs/enterprise-barcode/ext/platform/wm/readme.txt +0 -0
  330. data/libs/enterprise-barcode/ext/platform/wm/src/Barcode_impl.cpp +376 -0
  331. data/libs/enterprise-barcode/ext/platform/wm/src/DecodeNotifier.cpp +173 -0
  332. data/libs/enterprise-barcode/ext/platform/wm/src/DecodeNotifier.h +149 -0
  333. data/libs/enterprise-barcode/ext/platform/wm/src/EMDKInterfaceAbstraction.cpp +476 -0
  334. data/libs/enterprise-barcode/ext/platform/wm/src/GetDecoderProperties.cpp +1195 -0
  335. data/libs/enterprise-barcode/ext/platform/wm/src/GetScannerProperties.cpp +553 -0
  336. data/libs/enterprise-barcode/ext/platform/wm/src/KeyInjector.cpp +177 -0
  337. data/libs/enterprise-barcode/ext/platform/wm/src/KeyInjector.h +40 -0
  338. data/libs/enterprise-barcode/ext/platform/wm/src/NotificationLoader.cpp +76 -0
  339. data/libs/enterprise-barcode/ext/platform/wm/src/NotificationLoader.h +44 -0
  340. data/libs/enterprise-barcode/ext/platform/wm/src/RSM.cpp +1211 -0
  341. data/libs/enterprise-barcode/ext/platform/wm/src/Scanner.cpp +2609 -0
  342. data/libs/enterprise-barcode/ext/platform/wm/src/Scanner.h +1099 -0
  343. data/libs/enterprise-barcode/ext/platform/wm/src/ScannerDefines.h +322 -0
  344. data/libs/enterprise-barcode/ext/platform/wm/src/SetDecoderProperties.cpp +2106 -0
  345. data/libs/enterprise-barcode/ext/platform/wm/src/SetScannerProperties.cpp +1060 -0
  346. data/libs/enterprise-barcode/ext/platform/wm/src/Utilities.cpp +184 -0
  347. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeImpl.csproj +119 -0
  348. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeImpl.props +8 -0
  349. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeImpl.targets +35 -0
  350. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeLib.props +18 -0
  351. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeLib.vcxproj +185 -0
  352. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeLib.vcxproj.filters +58 -0
  353. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.Graphics.Imaging.dll +0 -0
  354. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.Graphics.Imaging.winmd +0 -0
  355. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.Graphics.Imaging.xml +4813 -0
  356. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.InteropServices.WindowsRuntime.dll +0 -0
  357. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.InteropServices.WindowsRuntime.winmd +0 -0
  358. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.InteropServices.WindowsRuntime.xml +41 -0
  359. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/OpticalReaderLib.dll +0 -0
  360. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib.XML +68 -0
  361. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib.dll +0 -0
  362. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/BarcodeReaderLib.csproj +120 -0
  363. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/BarcodeReaderLib.sln +34 -0
  364. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/CameraNavigatePage.xaml +32 -0
  365. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/CameraNavigatePage.xaml.cs +235 -0
  366. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/OpticalReaderTask.cs +182 -0
  367. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/Properties/AssemblyInfo.cs +37 -0
  368. data/libs/enterprise-barcode/ext/platform/wp8/lib/Nokia.Graphics.Imaging.Managed.dll +0 -0
  369. data/libs/enterprise-barcode/ext/platform/wp8/lib/Nokia.Graphics.Imaging.Managed.xml +341 -0
  370. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.Graphics.Imaging.dll +0 -0
  371. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.Graphics.Imaging.winmd +0 -0
  372. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.Graphics.Imaging.xml +4813 -0
  373. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.InteropServices.WindowsRuntime.dll +0 -0
  374. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.InteropServices.WindowsRuntime.winmd +0 -0
  375. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.InteropServices.WindowsRuntime.xml +41 -0
  376. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/OpticalReaderLib.dll +0 -0
  377. data/libs/enterprise-barcode/ext/platform/wp8/lib/zxing.wp8.0.XML +10324 -0
  378. data/libs/enterprise-barcode/ext/platform/wp8/lib/zxing.wp8.0.dll +0 -0
  379. data/libs/enterprise-barcode/ext/platform/wp8/src/Barcode_impl.cs +630 -0
  380. data/libs/enterprise-barcode/ext/platform/wp8/src/Properties/AssemblyInfo.cs +37 -0
  381. data/libs/enterprise-barcode/public/api/generated/Rho.Barcode.js +772 -0
  382. data/libs/ie/rhobrowser.dll +0 -0
  383. data/libs/nodejs.rb +2 -0
  384. data/libs/nodejs/ext.yml +25 -0
  385. data/libs/nodejs/ext/Nodejs.xml +37 -0
  386. data/libs/nodejs/ext/build +19 -0
  387. data/libs/nodejs/ext/build.bat +29 -0
  388. data/libs/nodejs/ext/platform/android/Rakefile +161 -0
  389. data/libs/nodejs/ext/platform/android/ext_native.files +8 -0
  390. data/libs/nodejs/ext/platform/android/jxCore/jx.h +134 -0
  391. data/libs/nodejs/ext/platform/android/jxCore/jx_result.h +221 -0
  392. data/libs/nodejs/ext/platform/android/jxCore/libcares_arm.a +0 -0
  393. data/libs/nodejs/ext/platform/android/jxCore/libcares_ia32.a +0 -0
  394. data/libs/nodejs/ext/platform/android/jxCore/libcares_x64.a +0 -0
  395. data/libs/nodejs/ext/platform/android/jxCore/libchrome_zlib_arm.a +0 -0
  396. data/libs/nodejs/ext/platform/android/jxCore/libchrome_zlib_ia32.a +0 -0
  397. data/libs/nodejs/ext/platform/android/jxCore/libchrome_zlib_x64.a +0 -0
  398. data/libs/nodejs/ext/platform/android/jxCore/libhttp_parser_arm.a +0 -0
  399. data/libs/nodejs/ext/platform/android/jxCore/libhttp_parser_ia32.a +0 -0
  400. data/libs/nodejs/ext/platform/android/jxCore/libhttp_parser_x64.a +0 -0
  401. data/libs/nodejs/ext/platform/android/jxCore/libjx_arm.a +0 -0
  402. data/libs/nodejs/ext/platform/android/jxCore/libjx_ia32.a +0 -0
  403. data/libs/nodejs/ext/platform/android/jxCore/libjx_x64.a +0 -0
  404. data/libs/nodejs/ext/platform/android/jxCore/libopenssl_arm.a +0 -0
  405. data/libs/nodejs/ext/platform/android/jxCore/libopenssl_ia32.a +0 -0
  406. data/libs/nodejs/ext/platform/android/jxCore/libopenssl_x64.a +0 -0
  407. data/libs/nodejs/ext/platform/android/jxCore/libsqlite3_arm.a +0 -0
  408. data/libs/nodejs/ext/platform/android/jxCore/libsqlite3_ia32.a +0 -0
  409. data/libs/nodejs/ext/platform/android/jxCore/libsqlite3_x64.a +0 -0
  410. data/libs/nodejs/ext/platform/android/jxCore/libuv_arm.a +0 -0
  411. data/libs/nodejs/ext/platform/android/jxCore/libuv_ia32.a +0 -0
  412. data/libs/nodejs/ext/platform/android/jxCore/libuv_x64.a +0 -0
  413. data/libs/nodejs/ext/platform/android/jxCore/libv8_base_arm.a +0 -0
  414. data/libs/nodejs/ext/platform/android/jxCore/libv8_base_ia32.a +0 -0
  415. data/libs/nodejs/ext/platform/android/jxCore/libv8_base_x64.a +0 -0
  416. data/libs/nodejs/ext/platform/android/jxCore/libv8_nosnapshot_arm.a +0 -0
  417. data/libs/nodejs/ext/platform/android/jxCore/libv8_nosnapshot_ia32.a +0 -0
  418. data/libs/nodejs/ext/platform/android/jxCore/libv8_nosnapshot_x64.a +0 -0
  419. data/libs/nodejs/ext/platform/iphone/Nodejs.xcodeproj/project.pbxproj +350 -0
  420. data/libs/nodejs/ext/platform/iphone/Nodejs_Prefix.pch +7 -0
  421. data/libs/nodejs/ext/platform/iphone/Rakefile +73 -0
  422. data/libs/nodejs/ext/platform/iphone/jxCore/jx.h +134 -0
  423. data/libs/nodejs/ext/platform/iphone/jxCore/jx_result.h +221 -0
  424. data/libs/nodejs/ext/platform/iphone/jxCore/libcares.a +0 -0
  425. data/libs/nodejs/ext/platform/iphone/jxCore/libchrome_zlib.a +0 -0
  426. data/libs/nodejs/ext/platform/iphone/jxCore/libhttp_parser.a +0 -0
  427. data/libs/nodejs/ext/platform/iphone/jxCore/libjx.a +0 -0
  428. data/libs/nodejs/ext/platform/iphone/jxCore/libmozjs.a +0 -0
  429. data/libs/nodejs/ext/platform/iphone/jxCore/libopenssl.a +0 -0
  430. data/libs/nodejs/ext/platform/iphone/jxCore/libsqlite3.a +0 -0
  431. data/libs/nodejs/ext/platform/iphone/jxCore/libuv.a +0 -0
  432. data/libs/nodejs/ext/shared/jxcore/jx.h +134 -0
  433. data/libs/nodejs/ext/shared/jxcore/jx_result.h +221 -0
  434. data/libs/nodejs/ext/shared/jxcoretau.cpp +454 -0
  435. data/libs/nodejs/ext/shared/jxcoretau.h +20 -0
  436. data/libs/nodejs/ext/shared/nodejs_impl.cpp +106 -0
  437. data/libs/nodejs/nodejs.rb +2 -0
  438. data/libs/openssl-edge.rb +2 -0
  439. data/libs/openssl-edge/ext.yml +4 -0
  440. data/libs/openssl-edge/ext/Rakefile +145 -0
  441. data/libs/openssl-edge/ext/android/Rakefile +107 -0
  442. data/libs/openssl-edge/ext/android/ext_native.files +32 -0
  443. data/libs/openssl-edge/ext/android/extconf.h +91 -0
  444. data/libs/openssl-edge/ext/build +12 -0
  445. data/libs/openssl-edge/ext/build.bat +5 -0
  446. data/libs/openssl-edge/ext/extconf.rb +141 -0
  447. data/libs/openssl-edge/ext/openssl.pro +109 -0
  448. data/libs/openssl-edge/ext/openssl.sln +52 -0
  449. data/libs/openssl-edge/ext/openssl.vcproj +1010 -0
  450. data/libs/openssl-edge/ext/openssl_missing.c +1163 -0
  451. data/libs/openssl-edge/ext/openssl_missing.h +537 -0
  452. data/libs/openssl-edge/ext/ossl.c +1203 -0
  453. data/libs/openssl-edge/ext/ossl.h +242 -0
  454. data/libs/openssl-edge/ext/ossl_asn1.c +2008 -0
  455. data/libs/openssl-edge/ext/ossl_asn1.h +66 -0
  456. data/libs/openssl-edge/ext/ossl_bio.c +118 -0
  457. data/libs/openssl-edge/ext/ossl_bio.h +19 -0
  458. data/libs/openssl-edge/ext/ossl_bn.c +1153 -0
  459. data/libs/openssl-edge/ext/ossl_bn.h +23 -0
  460. data/libs/openssl-edge/ext/ossl_cipher.c +1085 -0
  461. data/libs/openssl-edge/ext/ossl_cipher.h +20 -0
  462. data/libs/openssl-edge/ext/ossl_config.c +89 -0
  463. data/libs/openssl-edge/ext/ossl_config.h +19 -0
  464. data/libs/openssl-edge/ext/ossl_digest.c +453 -0
  465. data/libs/openssl-edge/ext/ossl_digest.h +20 -0
  466. data/libs/openssl-edge/ext/ossl_engine.c +580 -0
  467. data/libs/openssl-edge/ext/ossl_engine.h +19 -0
  468. data/libs/openssl-edge/ext/ossl_hmac.c +398 -0
  469. data/libs/openssl-edge/ext/ossl_hmac.h +18 -0
  470. data/libs/openssl-edge/ext/ossl_ns_spki.c +406 -0
  471. data/libs/openssl-edge/ext/ossl_ns_spki.h +19 -0
  472. data/libs/openssl-edge/ext/ossl_ocsp.c +2013 -0
  473. data/libs/openssl-edge/ext/ossl_ocsp.h +23 -0
  474. data/libs/openssl-edge/ext/ossl_pkcs12.c +261 -0
  475. data/libs/openssl-edge/ext/ossl_pkcs12.h +13 -0
  476. data/libs/openssl-edge/ext/ossl_pkcs5.c +180 -0
  477. data/libs/openssl-edge/ext/ossl_pkcs5.h +6 -0
  478. data/libs/openssl-edge/ext/ossl_pkcs7.c +1157 -0
  479. data/libs/openssl-edge/ext/ossl_pkcs7.h +20 -0
  480. data/libs/openssl-edge/ext/ossl_pkey.c +469 -0
  481. data/libs/openssl-edge/ext/ossl_pkey.h +245 -0
  482. data/libs/openssl-edge/ext/ossl_pkey_dh.c +650 -0
  483. data/libs/openssl-edge/ext/ossl_pkey_dsa.c +672 -0
  484. data/libs/openssl-edge/ext/ossl_pkey_ec.c +1806 -0
  485. data/libs/openssl-edge/ext/ossl_pkey_rsa.c +768 -0
  486. data/libs/openssl-edge/ext/ossl_rand.c +238 -0
  487. data/libs/openssl-edge/ext/ossl_rand.h +18 -0
  488. data/libs/openssl-edge/ext/ossl_ssl.c +2724 -0
  489. data/libs/openssl-edge/ext/ossl_ssl.h +41 -0
  490. data/libs/openssl-edge/ext/ossl_ssl_session.c +352 -0
  491. data/libs/openssl-edge/ext/ossl_version.h +15 -0
  492. data/libs/openssl-edge/ext/ossl_x509.c +186 -0
  493. data/libs/openssl-edge/ext/ossl_x509.h +119 -0
  494. data/libs/openssl-edge/ext/ossl_x509attr.c +328 -0
  495. data/libs/openssl-edge/ext/ossl_x509cert.c +863 -0
  496. data/libs/openssl-edge/ext/ossl_x509crl.c +565 -0
  497. data/libs/openssl-edge/ext/ossl_x509ext.c +480 -0
  498. data/libs/openssl-edge/ext/ossl_x509name.c +547 -0
  499. data/libs/openssl-edge/ext/ossl_x509req.c +492 -0
  500. data/libs/openssl-edge/ext/ossl_x509revoked.c +279 -0
  501. data/libs/openssl-edge/ext/ossl_x509store.c +846 -0
  502. data/libs/openssl-edge/ext/ruby_missing.h +32 -0
  503. data/libs/openssl-edge/openssl-edge.rb +2 -0
  504. data/libs/openssl-edge/openssl.rb +24 -0
  505. data/libs/openssl-edge/openssl/bn.rb +35 -0
  506. data/libs/openssl-edge/openssl/buffering.rb +341 -0
  507. data/libs/openssl-edge/openssl/cipher.rb +65 -0
  508. data/libs/openssl-edge/openssl/digest.rb +61 -0
  509. data/libs/openssl-edge/openssl/ssl-internal.rb +180 -0
  510. data/libs/openssl-edge/openssl/ssl.rb +1 -0
  511. data/libs/openssl-edge/openssl/x509-internal.rb +153 -0
  512. data/libs/openssl-edge/openssl/x509.rb +1 -0
  513. data/libs/openssl.so-edge.rb +2 -0
  514. data/libs/openssl.so-edge/ext.yml +8 -0
  515. data/libs/openssl.so-edge/ext/Rakefile +140 -0
  516. data/libs/openssl.so-edge/ext/android/armeabi/libcrypto.a +0 -0
  517. data/libs/openssl.so-edge/ext/android/armeabi/libssl.a +0 -0
  518. data/libs/openssl.so-edge/ext/android/x86/libcrypto.a +0 -0
  519. data/libs/openssl.so-edge/ext/android/x86/libssl.a +0 -0
  520. data/libs/openssl.so-edge/ext/build +12 -0
  521. data/libs/openssl.so-edge/ext/build.bat +1 -0
  522. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/dh/dh_locl.h +56 -0
  523. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/dsa/dsa_locl.h +76 -0
  524. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/evp/evp_locl.h +66 -0
  525. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/hmac/hmac_lcl.h +33 -0
  526. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/asn1_int.h +94 -0
  527. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/async.h +14 -0
  528. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/bn_conf.h +28 -0
  529. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/bn_dh.h +17 -0
  530. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/bn_int.h +82 -0
  531. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/bn_srp.h +32 -0
  532. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/chacha.h +49 -0
  533. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/cryptlib.h +81 -0
  534. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/cryptlib_int.h +31 -0
  535. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/dso_conf.h +16 -0
  536. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/engine.h +20 -0
  537. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/err_int.h +17 -0
  538. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/evp_int.h +382 -0
  539. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/md32_common.h +383 -0
  540. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/objects.h +12 -0
  541. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/poly1305.h +19 -0
  542. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/rand.h +20 -0
  543. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/x509_int.h +267 -0
  544. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/ocsp/ocsp_lcl.h +216 -0
  545. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/rsa/rsa_locl.h +96 -0
  546. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/x509/x509_lcl.h +142 -0
  547. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/e_os.h +520 -0
  548. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/bio.h +26 -0
  549. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/comp.h +12 -0
  550. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/conf.h +32 -0
  551. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/constant_time_locl.h +185 -0
  552. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/dane.h +103 -0
  553. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/dso.h +216 -0
  554. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/err.h +15 -0
  555. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/numbers.h +68 -0
  556. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/o_dir.h +63 -0
  557. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/o_str.h +17 -0
  558. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/thread_once.h +42 -0
  559. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/__DECC_INCLUDE_EPILOGUE.H +16 -0
  560. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/__DECC_INCLUDE_PROLOGUE.H +20 -0
  561. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/aes.h +92 -0
  562. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/asn1.h +1096 -0
  563. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/asn1_mac.h +10 -0
  564. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/asn1t.h +924 -0
  565. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/async.h +98 -0
  566. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/bio.h +854 -0
  567. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/blowfish.h +61 -0
  568. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/bn.h +575 -0
  569. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/buffer.h +76 -0
  570. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/camellia.h +83 -0
  571. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/cast.h +53 -0
  572. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/cmac.h +41 -0
  573. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/cms.h +512 -0
  574. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/comp.h +72 -0
  575. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/conf.h +216 -0
  576. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/conf_api.h +40 -0
  577. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/crypto.h +463 -0
  578. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ct.h +518 -0
  579. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/des.h +174 -0
  580. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/dh.h +343 -0
  581. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/dsa.h +282 -0
  582. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/dtls1.h +56 -0
  583. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/e_os2.h +311 -0
  584. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ebcdic.h +33 -0
  585. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ec.h +1581 -0
  586. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ecdh.h +10 -0
  587. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ecdsa.h +10 -0
  588. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/engine.h +842 -0
  589. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/err.h +259 -0
  590. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/evp.h +1586 -0
  591. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/hmac.h +49 -0
  592. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/idea.h +64 -0
  593. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/kdf.h +75 -0
  594. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/lhash.h +204 -0
  595. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/md2.h +44 -0
  596. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/md4.h +51 -0
  597. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/md5.h +50 -0
  598. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/mdc2.h +42 -0
  599. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/modes.h +203 -0
  600. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/obj_mac.h +4577 -0
  601. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/objects.h +1097 -0
  602. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ocsp.h +409 -0
  603. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/opensslconf.h +169 -0
  604. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/opensslconf.h.in +141 -0
  605. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/opensslv.h +105 -0
  606. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ossl_typ.h +190 -0
  607. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/pem.h +501 -0
  608. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/pem2.h +20 -0
  609. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/pkcs12.h +282 -0
  610. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/pkcs7.h +404 -0
  611. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/rand.h +89 -0
  612. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/rc2.h +51 -0
  613. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/rc4.h +36 -0
  614. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/rc5.h +63 -0
  615. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ripemd.h +47 -0
  616. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/rsa.h +588 -0
  617. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/safestack.h +164 -0
  618. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/seed.h +98 -0
  619. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/sha.h +119 -0
  620. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/srp.h +131 -0
  621. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/srtp.h +50 -0
  622. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ssl.h +2527 -0
  623. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ssl2.h +24 -0
  624. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ssl3.h +307 -0
  625. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/stack.h +78 -0
  626. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/symhacks.h +52 -0
  627. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/tls1.h +972 -0
  628. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ts.h +643 -0
  629. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/txt_db.h +57 -0
  630. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ui.h +368 -0
  631. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/whrlpool.h +48 -0
  632. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/x509.h +1123 -0
  633. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/x509_vfy.h +539 -0
  634. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/x509v3.h +1005 -0
  635. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/packet_locl.h +555 -0
  636. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/record/record.h +240 -0
  637. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/record/record_locl.h +114 -0
  638. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/ssl_locl.h +2127 -0
  639. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/statem/statem.h +123 -0
  640. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/statem/statem_locl.h +124 -0
  641. data/libs/openssl.so-edge/openssl.so.rb +2 -0
  642. data/libs/webkit.rb +2 -0
  643. data/libs/webkit/ext.yml +4 -0
  644. data/libs/webkit/ext/build +12 -0
  645. data/libs/webkit/ext/build.bat +7 -0
  646. data/libs/webkit/ext/wm/Rakefile +61 -0
  647. data/libs/webkit/ext/wm/RhoMsgs.cpp +17 -0
  648. data/libs/webkit/ext/wm/RhoMsgs.h +14 -0
  649. data/libs/webkit/ext/wm/RhoWKBrowserEngine.cpp +736 -0
  650. data/libs/webkit/ext/wm/RhoWKBrowserEngine.h +105 -0
  651. data/libs/webkit/ext/wm/lib/npapi/rhobridge.dll +0 -0
  652. data/libs/webkit/ext/wm/lib/rhoengine_defs.h +80 -0
  653. data/libs/webkit/ext/wm/lib/rhowebkit.dll +0 -0
  654. data/libs/webkit/ext/wm/webkit.sln +36 -0
  655. data/libs/webkit/ext/wm/webkit.suo +0 -0
  656. data/libs/webkit/ext/wm/webkit.vcproj +800 -0
  657. data/libs/webkit/ext/wm/webkit.vsprops +20 -0
  658. data/libs/webkit/webkit.rb +2 -0
  659. data/rho-tau-extensions.gemspec +23 -0
  660. data/version +1 -0
  661. metadata +705 -0
@@ -0,0 +1,7 @@
1
+ //
2
+ // Prefix header for all source files of the 'CocoaTouchStaticLibrary' target in the 'CocoaTouchStaticLibrary' project.
3
+ //
4
+
5
+ #ifdef __OBJC__
6
+ #import <Foundation/Foundation.h>
7
+ #endif
@@ -0,0 +1,27 @@
1
+
2
+
3
+ #import <UIKit/UIKit.h>
4
+ #import <Foundation/Foundation.h>
5
+
6
+
7
+
8
+
9
+
10
+
11
+ #ifdef __cplusplus
12
+ extern "C" {
13
+ #endif //__cplusplus
14
+
15
+ void Barcode_executeRhoCallBackWithParams(NSString* callbackURL,
16
+ NSString* intName, int intValue,
17
+ NSString* str1Name, NSString* str1Value,
18
+ NSString* str2Name, NSString* str2Value,
19
+ NSString* str3Name, NSString* str3Value,
20
+ NSString* dataName, NSData* dataValue
21
+ );
22
+
23
+ void Barcode_executeEnumerateCallback(NSString* url);
24
+
25
+ #ifdef __cplusplus
26
+ }
27
+ #endif //__cplusplus
@@ -0,0 +1,231 @@
1
+
2
+
3
+
4
+ // rhodes/platform/shared/rubyext/WebView.h
5
+ #import "rubyext/WebView.h"
6
+ //void rho_webview_navigate(const char* url, int index);
7
+
8
+
9
+ // rhodes/platform/shared/common/RhodesApp.h
10
+ #import "common/RhodesApp.h"
11
+ //void rho_net_request(const char *url);
12
+ //char* rho_http_normalizeurl(const char* szUrl);
13
+
14
+ //#include "net/INetRequest.h"
15
+
16
+ #include "ruby/ext/rho/rhoruby.h"
17
+
18
+ #include <string.h>
19
+
20
+ #import "BarcodeCallbackHelper.h"
21
+
22
+
23
+ /*
24
+ VALUE rho_ruby_create_string(const char* szVal);
25
+ VALUE rho_ruby_create_string_withlen(int len);
26
+ VALUE rho_ruby_create_boolean(unsigned char b);
27
+ VALUE rho_ruby_create_integer(__int64 i);
28
+ VALUE rho_ruby_create_double(double d);
29
+ VALUE rho_ruby_create_time(long t);
30
+ void rho_ruby_add_to_array(VALUE ar, VALUE val);
31
+
32
+ time_t rho_ruby_get_time(VALUE rTime);
33
+
34
+ VALUE rho_ruby_create_byte_array(unsigned char* buf, int length);
35
+ int rho_ruby_unpack_byte_array(VALUE array_value, unsigned char* buf, int max_length);
36
+
37
+ */
38
+
39
+
40
+
41
+ class BarcodeRhoCallbackIntContainer : public rho::ICallbackObject
42
+ {
43
+ public:
44
+ BarcodeRhoCallbackIntContainer(int number)
45
+ {
46
+ mNumber = number;
47
+ }
48
+ virtual ~BarcodeRhoCallbackIntContainer() {
49
+ }
50
+
51
+ // return Ruby object
52
+ virtual unsigned long getObjectValue() {
53
+ unsigned long rrr = rho_ruby_create_integer(mNumber);
54
+ return rrr;
55
+ }
56
+
57
+ private:
58
+ int mNumber;
59
+
60
+ };
61
+
62
+ class BarcodeRhoCallbackStringContainer : public rho::ICallbackObject
63
+ {
64
+ public:
65
+ BarcodeRhoCallbackStringContainer(NSString* str)
66
+ {
67
+ const char* utf8str = [str UTF8String];
68
+ mString = new char[strlen(utf8str) + 1];
69
+ strcpy(mString, utf8str);
70
+ }
71
+ virtual ~BarcodeRhoCallbackStringContainer() {
72
+ delete mString;
73
+ }
74
+
75
+ // return Ruby object
76
+ virtual unsigned long getObjectValue() {
77
+ unsigned long rrr = rho_ruby_create_string((const char*)mString);
78
+ return rrr;
79
+ }
80
+
81
+ private:
82
+ char* mString;
83
+
84
+ };
85
+
86
+ class BarcodeRhoCallbackDataContainer : public rho::ICallbackObject
87
+ {
88
+ public:
89
+ BarcodeRhoCallbackDataContainer(NSData* data)
90
+ {
91
+ mDataSize = [data length];
92
+ mData = new unsigned char[mDataSize+1];
93
+ [data getBytes:mData length:mDataSize];
94
+ }
95
+ virtual ~BarcodeRhoCallbackDataContainer() {
96
+ delete mData;
97
+ }
98
+
99
+ // return Ruby object
100
+ virtual unsigned long getObjectValue() {
101
+ return rho_ruby_create_byte_array(mData, mDataSize);
102
+ }
103
+
104
+ private:
105
+ unsigned char* mData;
106
+ int mDataSize;
107
+
108
+ };
109
+
110
+
111
+ class RhoScannersListContainer : public rho::ICallbackObject
112
+ {
113
+ public:
114
+ RhoScannersListContainer() {
115
+ }
116
+
117
+ virtual ~RhoScannersListContainer() {
118
+ }
119
+
120
+ virtual unsigned long getObjectValue() {
121
+ VALUE b_array = rho_ruby_create_array();
122
+ VALUE b_hash = rho_ruby_createHash();
123
+ rho_ruby_add_to_hash(b_hash, rho_ruby_create_string("friendlyName"), rho_ruby_create_string("RhoBarcode based on ZBar"));
124
+ rho_ruby_add_to_hash(b_hash, rho_ruby_create_string("deviceName"), rho_ruby_create_string("RhoBarcode"));
125
+ rho_ruby_add_to_array(b_array, b_hash);
126
+ return b_array;
127
+ }
128
+ };
129
+
130
+
131
+
132
+ #ifdef __cplusplus
133
+ extern "C" {
134
+ #endif //__cplusplus
135
+
136
+
137
+ void Barcode_executeRhoCallBackWithParams(NSString* callbackURL,
138
+ NSString* intName, int intValue,
139
+ NSString* str1Name, NSString* str1Value,
140
+ NSString* str2Name, NSString* str2Value,
141
+ NSString* str3Name, NSString* str3Value,
142
+ NSString* dataName, NSData* dataValue
143
+ )
144
+ {
145
+ NSString* strBody = @"&rho_callback=1";
146
+
147
+ if (intName != nil) {
148
+ strBody = [strBody stringByAppendingString:@"&"];
149
+
150
+ //NSNumber *number = [NSNumber numberWithInt:intValue];
151
+ //NSString* intValueStr = [NSString stringWithFormat:@"%@",number];
152
+ //NSString* strParam = @"";
153
+ //strParam = [strParam stringByAppendingString:intName];
154
+ //strParam = [strParam stringByAppendingString:@"="];
155
+ //strParam = [strParam stringByAppendingString:intValueStr];
156
+ NSString* strParam = [NSString stringWithUTF8String:(RHODESAPP().addCallbackObject( new BarcodeRhoCallbackIntContainer(intValue), [intName UTF8String]).c_str())];
157
+
158
+ strBody = [strBody stringByAppendingString:strParam];
159
+ }
160
+ if ((str1Name != nil) && (str1Value != null)) {
161
+ strBody = [strBody stringByAppendingString:@"&"];
162
+
163
+ //NSString* strParam = @"";
164
+ //strParam = [strParam stringByAppendingString:str1Name];
165
+ //strParam = [strParam stringByAppendingString:@"="];
166
+ //strParam = [strParam stringByAppendingString:str1Value];
167
+ NSString* strParam = [NSString stringWithUTF8String:(RHODESAPP().addCallbackObject( new BarcodeRhoCallbackStringContainer(str1Value), [str1Name UTF8String]).c_str())];
168
+
169
+ strBody = [strBody stringByAppendingString:strParam];
170
+ }
171
+ if ((str2Name != nil) && (str2Value != null)) {
172
+ strBody = [strBody stringByAppendingString:@"&"];
173
+
174
+ //NSString* strParam = @"";
175
+ //strParam = [strParam stringByAppendingString:str2Name];
176
+ //strParam = [strParam stringByAppendingString:@"="];
177
+ //strParam = [strParam stringByAppendingString:str2Value];
178
+ NSString* strParam = [NSString stringWithUTF8String:(RHODESAPP().addCallbackObject( new BarcodeRhoCallbackStringContainer(str2Value), [str2Name UTF8String]).c_str())];
179
+
180
+ strBody = [strBody stringByAppendingString:strParam];
181
+ }
182
+ if ((str3Name != nil) && (str3Value != null)) {
183
+ strBody = [strBody stringByAppendingString:@"&"];
184
+
185
+ //NSString* strParam = @"";
186
+ //strParam = [strParam stringByAppendingString:str3Name];
187
+ //strParam = [strParam stringByAppendingString:@"="];
188
+ //strParam = [strParam stringByAppendingString:str3Value];
189
+ NSString* strParam = [NSString stringWithUTF8String:(RHODESAPP().addCallbackObject( new BarcodeRhoCallbackStringContainer(str3Value), [str3Name UTF8String]).c_str())];
190
+
191
+ strBody = [strBody stringByAppendingString:strParam];
192
+ }
193
+ if (dataName != nil) {
194
+ strBody = [strBody stringByAppendingString:@"&"];
195
+ NSString* strParam = [NSString stringWithUTF8String:(RHODESAPP().addCallbackObject( new BarcodeRhoCallbackDataContainer(dataValue), [dataName UTF8String]).c_str())];
196
+ strBody = [strBody stringByAppendingString:strParam];
197
+ }
198
+
199
+ const char* cb = [callbackURL UTF8String];
200
+ const char* b = [strBody UTF8String];
201
+ char* norm_url = rho_http_normalizeurl(cb);
202
+
203
+ rho_net_request_with_data(rho_http_normalizeurl(cb), b);
204
+
205
+ rho_http_free(norm_url);
206
+
207
+
208
+ }
209
+
210
+ void Barcode_executeEnumerateCallback(NSString* url) {
211
+
212
+ NSString* strBody = @"&status=ok&rho_callback=1&";
213
+ NSString* strParam = [NSString stringWithUTF8String:(RHODESAPP().addCallbackObject( new RhoScannersListContainer(), "scannerArray").c_str())];
214
+ strBody = [strBody stringByAppendingString:strParam];
215
+
216
+ const char* cb = [url UTF8String];
217
+ const char* b = [strBody UTF8String];
218
+
219
+
220
+ char* norm_url = rho_http_normalizeurl(cb);
221
+ rho_net_request_with_data(norm_url, b);
222
+
223
+ rho_http_free(norm_url);
224
+ }
225
+
226
+
227
+ #ifdef __cplusplus
228
+ }
229
+ #endif //__cplusplus
230
+
231
+
@@ -0,0 +1,95 @@
1
+ /*------------------------------------------------------------------------
2
+ * (The MIT License)
3
+ *
4
+ * Copyright (c) 2008-2011 Rhomobile, Inc.
5
+ *
6
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ * of this software and associated documentation files (the "Software"), to deal
8
+ * in the Software without restriction, including without limitation the rights
9
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ * copies of the Software, and to permit persons to whom the Software is
11
+ * furnished to do so, subject to the following conditions:
12
+ *
13
+ * The above copyright notice and this permission notice shall be included in
14
+ * all copies or substantial portions of the Software.
15
+ *
16
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
+ * THE SOFTWARE.
23
+ *
24
+ * http://rhomobile.com
25
+ *------------------------------------------------------------------------*/
26
+
27
+ /*------------------------------------------------------------------------
28
+ * (The MIT License)
29
+ *
30
+ * Copyright (c) 2014-2016 Symbol Technologies Inc.
31
+ *
32
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
33
+ * of this software and associated documentation files (the "Software"), to deal
34
+ * in the Software without restriction, including without limitation the rights
35
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36
+ * copies of the Software, and to permit persons to whom the Software is
37
+ * furnished to do so, subject to the following conditions:
38
+ *
39
+ * The above copyright notice and this permission notice shall be included in
40
+ * all copies or substantial portions of the Software.
41
+ *
42
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
48
+ * THE SOFTWARE.
49
+ *
50
+ * http://symbol.com
51
+ *------------------------------------------------------------------------*/
52
+
53
+ #import <UIKit/UIKit.h>
54
+ //#import "RhoMainView.h"
55
+ //#import "RhoViewController.h"
56
+ //#import "ZBarSDK/Headers/ZBarSDK/ZBarSDK.h"
57
+ #import "ZBarSDK.h"
58
+ #import "api_generator/iphone/IMethodResult.h"
59
+ #import <AudioToolbox/AudioToolbox.h>
60
+
61
+
62
+ @interface BarcodeViewController : UIViewController <ZBarReaderViewDelegate> {
63
+ UIView *signatureView;
64
+ UIToolbar *toolbar;
65
+ NSTimer* timer;
66
+
67
+ ZBarReaderView *readerView;
68
+ UITextView *resultText;
69
+ ZBarCameraSimulator *cameraSim;
70
+
71
+ NSString* callback_url;
72
+ id<IMethodResult> methodResult;
73
+
74
+ SystemSoundID mBeep;
75
+ }
76
+
77
+ @property (nonatomic, retain) ZBarReaderView *readerView;
78
+ @property (nonatomic, retain) UITextView *resultText;
79
+ @property (nonatomic, retain) NSString* callback_url;
80
+
81
+
82
+ +(void)createBarcodeView:(NSObject*)callback;
83
+
84
+ - (id)initWithRect:(CGRect)rect;
85
+
86
+ - (void)loadView;
87
+
88
+ +(UIView*) getCurrentView;
89
+
90
+ + (NSString*) getBeepFilePath;
91
+
92
+
93
+ - (void)onTimerFired:(NSTimer*)theTimer;
94
+
95
+ @end
@@ -0,0 +1,1017 @@
1
+ /*------------------------------------------------------------------------
2
+ * (The MIT License)
3
+ *
4
+ * Copyright (c) 2008-2011 Rhomobile, Inc.
5
+ *
6
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ * of this software and associated documentation files (the "Software"), to deal
8
+ * in the Software without restriction, including without limitation the rights
9
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ * copies of the Software, and to permit persons to whom the Software is
11
+ * furnished to do so, subject to the following conditions:
12
+ *
13
+ * The above copyright notice and this permission notice shall be included in
14
+ * all copies or substantial portions of the Software.
15
+ *
16
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
+ * THE SOFTWARE.
23
+ *
24
+ * http://rhomobile.com
25
+ *------------------------------------------------------------------------*/
26
+
27
+ /*------------------------------------------------------------------------
28
+ * (The MIT License)
29
+ *
30
+ * Copyright (c) 2014-2016 Symbol Technologies Inc.
31
+ *
32
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
33
+ * of this software and associated documentation files (the "Software"), to deal
34
+ * in the Software without restriction, including without limitation the rights
35
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36
+ * copies of the Software, and to permit persons to whom the Software is
37
+ * furnished to do so, subject to the following conditions:
38
+ *
39
+ * The above copyright notice and this permission notice shall be included in
40
+ * all copies or substantial portions of the Software.
41
+ *
42
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
48
+ * THE SOFTWARE.
49
+ *
50
+ * http://symbol.com
51
+ *------------------------------------------------------------------------*/
52
+
53
+
54
+
55
+
56
+ #import "BarcodeViewController.h"
57
+ #import "BarcodeViewManager.h"
58
+
59
+ //#import "AppManager.h"
60
+ //#import "Rhodes.h"
61
+ #import "common/RhodesApp.h"
62
+
63
+ #include "common/RhoConf.h"
64
+ #include "common/RhodesApp.h"
65
+ #include "logging/RhoLog.h"
66
+
67
+ #undef DEFAULT_LOGCATEGORY
68
+ #define DEFAULT_LOGCATEGORY "BarcodeViewController"
69
+
70
+ #include "BarcodeCallbackHelper.h"
71
+
72
+
73
+
74
+ uint8_t hexDataBeepAIFF[0x451e] = {
75
+ 0x46, 0x4F, 0x52, 0x4D, 0x00, 0x00, 0x45, 0x16, 0x41, 0x49, 0x46, 0x46, 0x43, 0x4F, 0x4D, 0x4D, 0x00, 0x00, 0x00, 0x12, 0x00, 0x01, 0x00, 0x00, 0x22, 0x74, 0x00, 0x10, 0x40, 0x0E, 0xAC, 0x44, 0x00, 0x00, 0x00,
76
+ 0x00, 0x00, 0x00, 0x53, 0x53, 0x4E, 0x44, 0x00, 0x00, 0x44, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFB, 0x7C, 0x03, 0xAE, 0x01, 0x4E, 0x03, 0x99, 0x04, 0x27, 0x07, 0x3B, 0x06, 0xA2, 0x08, 0x1E,
77
+ 0x0D, 0x38, 0x0D, 0xA4, 0x0D, 0xCC, 0x0D, 0x59, 0x12, 0x9A, 0x15, 0x03, 0x15, 0x5C, 0x19, 0x1E, 0x16, 0xFF, 0x19, 0x09, 0x1A, 0xA0, 0x1B, 0x3E, 0x1B, 0xCB, 0x18, 0xD6, 0x1E, 0xD7, 0x0F, 0xDA, 0xEA, 0x16, 0xE0,
78
+ 0xF9, 0xE3, 0x71, 0xD7, 0xEB, 0xD4, 0x16, 0xD1, 0x39, 0xCB, 0x49, 0xCA, 0x8E, 0xC4, 0xF7, 0xC1, 0xB2, 0xC2, 0x32, 0xBC, 0x7C, 0xBB, 0x22, 0xBC, 0x95, 0xB6, 0xDB, 0xB8, 0xC3, 0xBD, 0x2E, 0xBB, 0x99, 0xBC, 0xCC,
79
+ 0xC2, 0x2E, 0xCD, 0xCC, 0xC2, 0x67, 0xD9, 0x0B, 0x2A, 0x20, 0x3D, 0xC6, 0x3B, 0x4C, 0x4A, 0xB5, 0x4B, 0x3D, 0x59, 0x52, 0x60, 0x33, 0x67, 0x03, 0x68, 0xA3, 0x6C, 0xFC, 0x74, 0x9A, 0x69, 0xFD, 0x72, 0x34, 0x73,
80
+ 0x36, 0x70, 0x8A, 0x6F, 0x3E, 0x6D, 0xBA, 0x69, 0xD3, 0x5C, 0xE9, 0x65, 0x38, 0x4C, 0xBC, 0x5A, 0x07, 0x47, 0xFB, 0xC0, 0xF3, 0xA9, 0xC5, 0xB1, 0x98, 0x8E, 0x38, 0x91, 0xC0, 0x80, 0x85, 0x81, 0x48, 0x80, 0x76,
81
+ 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x83, 0x34, 0x80, 0x00, 0x80, 0x9C, 0x94, 0xE2, 0x84, 0x5A, 0x80, 0x03, 0x8D, 0xBE, 0x80, 0x04, 0x8E, 0xBD, 0x85, 0xF2, 0xA8, 0xE5, 0x38, 0x76, 0x6E, 0x91, 0x68,
82
+ 0x73, 0x7B, 0x0B, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7E, 0xAA, 0x72, 0x7A, 0x7A, 0x48, 0x79, 0xC4, 0x7B, 0xAA, 0x7A, 0x4B, 0x77, 0xF5, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFE,
83
+ 0x7F, 0xFF, 0x7B, 0x77, 0x7F, 0xFF, 0x5A, 0x80, 0xA7, 0xE3, 0x80, 0x03, 0x8B, 0x36, 0x80, 0x02, 0x88, 0x86, 0x80, 0x00, 0x85, 0x07, 0x89, 0x61, 0x80, 0x02, 0x80, 0x7A, 0x81, 0x36, 0x80, 0x02, 0x81, 0xA8, 0x80,
84
+ 0x00, 0x80, 0x01, 0x87, 0x43, 0x80, 0x02, 0x80, 0x00, 0x86, 0xA9, 0x80, 0x0A, 0x8B, 0xFB, 0x80, 0x00, 0xA0, 0x33, 0x5B, 0x07, 0x7F, 0xFD, 0x70, 0xDC, 0x7F, 0xFE, 0x79, 0x45, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF,
85
+ 0x7F, 0xFF, 0x7F, 0x3E, 0x7F, 0xFF, 0x7D, 0x4C, 0x7E, 0x02, 0x7D, 0xEE, 0x7D, 0xF2, 0x7E, 0xCD, 0x7B, 0xF7, 0x7F, 0xFF, 0x76, 0x7E, 0x7F, 0xFF, 0x74, 0xBF, 0x7F, 0xFC, 0x59, 0x0E, 0xA1, 0xE5, 0x80, 0x02, 0x8A,
86
+ 0x00, 0x80, 0x03, 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x87, 0x5B, 0x80, 0x00, 0x82, 0xEE, 0x80, 0x00, 0x85, 0x5D, 0x82, 0xEB, 0x82, 0x7E, 0x80, 0x4D, 0x80, 0x00, 0x88, 0x3B, 0x80, 0x00,
87
+ 0x9D, 0xDA, 0x80, 0x00, 0x9B, 0x0B, 0x67, 0x24, 0x7F, 0xFF, 0x7C, 0x18, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFF, 0x7E, 0xED, 0x7C, 0xDD, 0x71, 0x93, 0x77, 0x0C, 0x6E, 0xCA, 0x70, 0x60, 0x7D, 0xA1, 0x7F,
88
+ 0xFE, 0x74, 0xAF, 0x7F, 0x0D, 0x7F, 0xFC, 0x79, 0x53, 0x7F, 0xFD, 0x6C, 0x20, 0x7F, 0xFD, 0x5D, 0xAB, 0xA4, 0x1F, 0x80, 0x00, 0x82, 0x49, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x86, 0xB9, 0x85, 0x5D, 0x8B, 0x40,
89
+ 0x99, 0x8D, 0x91, 0xB7, 0x9C, 0x24, 0x8B, 0xA5, 0x86, 0xDC, 0x94, 0x40, 0x84, 0xA3, 0x81, 0xE9, 0x80, 0x00, 0x84, 0xA1, 0x82, 0x3E, 0x80, 0x02, 0x8A, 0xEF, 0x80, 0x00, 0xB3, 0x19, 0x59, 0x22, 0x7F, 0xFF, 0x72,
90
+ 0xCC, 0x7F, 0xFE, 0x7A, 0xA4, 0x79, 0xCD, 0x77, 0x48, 0x71, 0x0B, 0x75, 0x28, 0x70, 0xCB, 0x69, 0xF1, 0x6E, 0xC7, 0x78, 0xE3, 0x75, 0x2B, 0x79, 0x4D, 0x78, 0x55, 0x7B, 0x29, 0x7F, 0x43, 0x76, 0xD6, 0x7F, 0xFE,
91
+ 0x79, 0x60, 0x7F, 0xFF, 0x65, 0x47, 0xAF, 0xF6, 0x80, 0x00, 0x90, 0x31, 0x80, 0x00, 0x8E, 0x78, 0x87, 0x9D, 0x8B, 0x87, 0x85, 0x54, 0x86, 0x71, 0x94, 0xD4, 0x8A, 0xDD, 0x87, 0x54, 0x80, 0x01, 0x92, 0x79, 0x8A,
92
+ 0x67, 0x85, 0xC2, 0x8B, 0xAC, 0x80, 0x00, 0x8B, 0x5E, 0x80, 0x00, 0x88, 0x0E, 0x80, 0x01, 0x8D, 0x01, 0x56, 0x1C, 0x7A, 0x9D, 0x65, 0x96, 0x7F, 0xFF, 0x6C, 0xFE, 0x78, 0x26, 0x71, 0xC3, 0x7B, 0xB7, 0x7B, 0x1C,
93
+ 0x78, 0xA5, 0x7D, 0x27, 0x68, 0x24, 0x7F, 0xFF, 0x7B, 0x8B, 0x74, 0xA6, 0x77, 0xAE, 0x74, 0xF6, 0x7F, 0xFF, 0x7C, 0xA9, 0x7F, 0xFE, 0x7C, 0x98, 0x7F, 0xFC, 0x6D, 0x96, 0xAE, 0x83, 0x8A, 0x61, 0x9D, 0x80, 0x86,
94
+ 0x5B, 0x93, 0x5B, 0x87, 0x1B, 0x87, 0x8D, 0x80, 0x00, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x85, 0xAA, 0x81, 0x72, 0x87, 0x77, 0x84, 0x86, 0x8D, 0x37, 0x85, 0x92, 0x81, 0x51, 0x8B, 0x21, 0x80, 0x00, 0x83, 0x49,
95
+ 0x80, 0x01, 0x8E, 0xB9, 0x3F, 0xDA, 0x73, 0x1A, 0x71, 0xD0, 0x7E, 0xBD, 0x71, 0x07, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0x43, 0x79, 0x6A, 0x7F, 0xFE, 0x74, 0x9A, 0x76,
96
+ 0xE2, 0x76, 0x86, 0x76, 0x88, 0x7B, 0x9E, 0x7F, 0xFF, 0x7F, 0xFF, 0x79, 0x43, 0x7F, 0xFF, 0x5B, 0xCD, 0xA6, 0x39, 0x80, 0x00, 0x94, 0x3A, 0x80, 0x00, 0x83, 0x40, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x00,
97
+ 0x83, 0x41, 0x80, 0x00, 0x82, 0x4B, 0x82, 0x23, 0x8D, 0x68, 0x89, 0x9A, 0x89, 0xB3, 0x8D, 0xD6, 0x80, 0x00, 0x88, 0x0D, 0x80, 0x00, 0x86, 0xC9, 0x81, 0x8D, 0x9A, 0x1A, 0x59, 0xFF, 0x7F, 0xFE, 0x6A, 0x34, 0x7F,
98
+ 0xFF, 0x78, 0xE4, 0x7F, 0xFF, 0x7F, 0x85, 0x7F, 0xFF, 0x7F, 0xFE, 0x7A, 0xCA, 0x7F, 0xFE, 0x6D, 0x81, 0x7F, 0x2D, 0x7C, 0x28, 0x7A, 0xCE, 0x7F, 0xC4, 0x73, 0x7C, 0x7F, 0x54, 0x74, 0xBE, 0x7F, 0xFF, 0x76, 0x4D,
99
+ 0x7F, 0xFF, 0x67, 0x43, 0xA0, 0xCE, 0x80, 0x00, 0x90, 0x4B, 0x80, 0x00, 0x92, 0x2B, 0x80, 0x00, 0x83, 0x33, 0x80, 0x00, 0x80, 0x00, 0x83, 0xE0, 0x80, 0x00, 0x88, 0xD5, 0x80, 0x9C, 0x8C, 0x51, 0x86, 0x6D, 0x80,
100
+ 0x05, 0x82, 0xB5, 0x80, 0x01, 0x83, 0x86, 0x80, 0x00, 0x8E, 0xFB, 0x80, 0x00, 0x9C, 0xD6, 0x61, 0x34, 0x7A, 0xAD, 0x6E, 0x80, 0x7F, 0xFF, 0x74, 0x58, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0x48, 0x7F, 0xFF,
101
+ 0x7F, 0xFF, 0x77, 0x55, 0x7F, 0xFF, 0x7A, 0x0E, 0x7F, 0x74, 0x79, 0x4A, 0x7C, 0x86, 0x7F, 0xFF, 0x78, 0x57, 0x7F, 0xFF, 0x72, 0x7C, 0x7F, 0xFE, 0x63, 0xC8, 0xB8, 0x04, 0x80, 0x03, 0x86, 0x79, 0x80, 0x68, 0x83,
102
+ 0xFC, 0x80, 0x00, 0x84, 0x06, 0x82, 0x25, 0x80, 0x00, 0x80, 0x00, 0x80, 0xEE, 0x83, 0x2D, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x84, 0xC9, 0x80, 0x11, 0x84, 0xFE, 0x82, 0xA2, 0x80, 0x00, 0x8D, 0xB2,
103
+ 0x80, 0x00, 0xAB, 0xCA, 0x66, 0xA1, 0x7F, 0xFE, 0x6E, 0x9E, 0x7F, 0xFF, 0x7A, 0x6A, 0x7F, 0xFF, 0x7C, 0x24, 0x70, 0x6A, 0x7F, 0xCF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFE, 0x79,
104
+ 0x2A, 0x7A, 0x56, 0x7F, 0xFB, 0x77, 0x40, 0x7F, 0xFD, 0x70, 0x02, 0x7F, 0xFB, 0x62, 0x49, 0x98, 0x58, 0x80, 0x05, 0x8D, 0x5B, 0x80, 0x01, 0x8C, 0x5C, 0x81, 0xCC, 0x85, 0xA6, 0x81, 0x61, 0x81, 0xF1, 0x82, 0x34,
105
+ 0x80, 0x01, 0x83, 0x5D, 0x80, 0x02, 0x80, 0x00, 0x80, 0x04, 0x80, 0x00, 0x86, 0x10, 0x80, 0x00, 0x83, 0xD4, 0x80, 0x00, 0x8D, 0x28, 0x80, 0x00, 0xA2, 0x8F, 0x65, 0x2E, 0x7F, 0xFF, 0x74, 0x21, 0x7F, 0xFF, 0x6D,
106
+ 0x3D, 0x7F, 0xFF, 0x7C, 0xB7, 0x7B, 0xB4, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7D, 0x82, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0x87, 0x7F, 0xFA, 0x7F, 0xFF, 0x7F, 0xFD, 0x73, 0x67, 0x7F, 0xFF,
107
+ 0x5A, 0x73, 0xB1, 0xD0, 0x83, 0xB9, 0x87, 0x0D, 0x80, 0x02, 0x8B, 0xA8, 0x82, 0x0B, 0x81, 0x0D, 0x80, 0x03, 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x87, 0xFA, 0x80, 0x00, 0x80, 0x00, 0x83, 0xB0, 0x80, 0x00, 0x80,
108
+ 0x53, 0x80, 0x00, 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x8C, 0xB5, 0x80, 0x00, 0xB4, 0xAA, 0x5E, 0xA6, 0x7F, 0xFB, 0x72, 0xB8, 0x7E, 0x10, 0x75, 0x0A, 0x7F, 0xFD, 0x7F, 0xFF, 0x7E, 0x43, 0x7F, 0xFC, 0x7F, 0xFF,
109
+ 0x7F, 0xFB, 0x7F, 0xFF, 0x7F, 0xFE, 0x7C, 0xF2, 0x7D, 0x30, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFD, 0x79, 0x9A, 0x7F, 0xFC, 0x7B, 0x5F, 0x7F, 0xFE, 0x61, 0xF4, 0xA1, 0xBF, 0x80, 0x00, 0x95, 0xE0, 0x80, 0x00, 0x8F,
110
+ 0xE6, 0x80, 0xF4, 0x80, 0x10, 0x80, 0x00, 0x80, 0x00, 0x81, 0x0C, 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x83, 0xD4, 0x80, 0x02, 0x80, 0x00, 0x89, 0xCA, 0x80, 0x00, 0x8A, 0xA3, 0x80, 0x00, 0x86, 0xF8, 0x80, 0x00,
111
+ 0x98, 0x31, 0x53, 0xBF, 0x7F, 0xFF, 0x6B, 0x7F, 0x78, 0x67, 0x69, 0x0F, 0x7F, 0x55, 0x79, 0x25, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF, 0x7E, 0xAF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7E,
112
+ 0x47, 0x7F, 0xFE, 0x72, 0x94, 0x7F, 0xFC, 0x78, 0x3D, 0x7F, 0xFD, 0x6B, 0x9D, 0xB0, 0xB1, 0x86, 0xE7, 0x96, 0x43, 0x88, 0xA6, 0x94, 0xA5, 0x80, 0x00, 0x82, 0x29, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x00,
113
+ 0x80, 0x00, 0x80, 0x00, 0x82, 0xF0, 0x80, 0x01, 0x84, 0x6D, 0x80, 0x00, 0x80, 0x00, 0x8C, 0x08, 0x80, 0x00, 0x8D, 0xF0, 0x80, 0x00, 0x96, 0x6A, 0x53, 0x7D, 0x77, 0x8F, 0x69, 0x4A, 0x7F, 0xFD, 0x72, 0x56, 0x7D,
114
+ 0xF4, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFC, 0x79, 0x16, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFE, 0x75, 0x4E, 0x7F, 0xFC, 0x72, 0xE4, 0x7F, 0xFF,
115
+ 0x66, 0xB1, 0x9A, 0xC2, 0x80, 0x00, 0x95, 0x6A, 0x80, 0x04, 0x87, 0x4D, 0x80, 0x06, 0x80, 0x00, 0x80, 0x05, 0x80, 0x00, 0x80, 0x01, 0x80, 0x01, 0x81, 0xB4, 0x80, 0x03, 0x80, 0x00, 0x81, 0xCA, 0x80, 0x00, 0x88,
116
+ 0x1B, 0x80, 0x00, 0x88, 0x6D, 0x80, 0x00, 0x84, 0x6F, 0x80, 0x00, 0x9E, 0x9B, 0x66, 0x09, 0x7F, 0xFF, 0x6D, 0xB9, 0x7F, 0xFF, 0x7A, 0x81, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF,
117
+ 0x76, 0xCA, 0x7F, 0xFC, 0x7E, 0xD8, 0x7E, 0xE8, 0x7F, 0xFF, 0x78, 0xFB, 0x7F, 0xFE, 0x75, 0x35, 0x7F, 0xFE, 0x7E, 0x69, 0x7F, 0xFF, 0x66, 0xC2, 0xA1, 0x48, 0x80, 0x00, 0x8B, 0xAE, 0x80, 0x02, 0x80, 0x06, 0x80,
118
+ 0x04, 0x80, 0x00, 0x80, 0x04, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x86, 0xE7, 0x80, 0x01, 0x86, 0xB5, 0x80, 0x01, 0x81, 0x08, 0x89, 0x11, 0x80, 0x00, 0x8C, 0x7A, 0x80, 0x03, 0x8E, 0x25, 0x80, 0x03, 0x9A, 0x98,
119
+ 0x5C, 0x4D, 0x7E, 0xB0, 0x76, 0xF4, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFC, 0x7E, 0x47, 0x7F, 0xFE, 0x7F, 0xFF, 0x77, 0x9A, 0x7F, 0xFE, 0x7C, 0x0C, 0x7A, 0xCC, 0x79,
120
+ 0xFC, 0x6F, 0x17, 0x7F, 0xFC, 0x6B, 0x73, 0x7F, 0xFE, 0x6C, 0x48, 0xA9, 0x1E, 0x84, 0x99, 0x85, 0x85, 0x80, 0x01, 0x80, 0x00, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x02,
121
+ 0x80, 0x00, 0x80, 0x01, 0x84, 0x40, 0x87, 0x26, 0x8B, 0xE0, 0x82, 0x9B, 0x8A, 0x03, 0x8C, 0x19, 0x80, 0x02, 0x96, 0x26, 0x80, 0x01, 0xA5, 0x36, 0x61, 0x50, 0x7F, 0xFD, 0x77, 0xB6, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F,
122
+ 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0x3D, 0x7F, 0xFD, 0x7A, 0x87, 0x78, 0x9E, 0x77, 0x8E, 0x71, 0xFA, 0x7F, 0xFD, 0x72, 0xBE, 0x7A, 0x18, 0x72, 0x89, 0x7F, 0xFF, 0x53, 0x03,
123
+ 0x9D, 0xF0, 0x80, 0x00, 0x85, 0x9E, 0x80, 0x00, 0x84, 0x7C, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x00, 0x80, 0x94, 0x80, 0x00, 0x8D, 0x73, 0x83, 0x22, 0x84, 0xFB, 0x91, 0x2E, 0x86,
124
+ 0x8D, 0x92, 0xA2, 0x81, 0x71, 0x94, 0x67, 0x80, 0x00, 0xA9, 0xDC, 0x65, 0x89, 0x7F, 0xFF, 0x7F, 0x14, 0x7F, 0xFF, 0x79, 0x41, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFC, 0x78, 0x98,
125
+ 0x7F, 0xFF, 0x70, 0x74, 0x7D, 0xEC, 0x7B, 0xDC, 0x72, 0xE2, 0x7C, 0xBB, 0x6E, 0xB1, 0x7F, 0xA9, 0x66, 0xEA, 0x7F, 0xFF, 0x61, 0xB2, 0x99, 0x47, 0x80, 0x01, 0x88, 0x09, 0x80, 0x04, 0x88, 0x83, 0x80, 0x06, 0x80,
126
+ 0x00, 0x82, 0xC1, 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x8C, 0x29, 0x82, 0x95, 0x89, 0x1F, 0x86, 0x5D, 0x87, 0xB6, 0x87, 0x53, 0x83, 0x48, 0x88, 0xB2, 0x80, 0x00, 0x90, 0xFB, 0x80, 0x00, 0xA3, 0x2A, 0x59, 0x15,
127
+ 0x7F, 0xFE, 0x77, 0xFC, 0x7F, 0xFD, 0x78, 0x63, 0x7F, 0x3F, 0x7F, 0xFC, 0x7B, 0xF3, 0x7F, 0xFA, 0x7E, 0x14, 0x7D, 0x84, 0x7A, 0x89, 0x7A, 0x09, 0x7A, 0x4C, 0x7D, 0x53, 0x7F, 0xFF, 0x78, 0x9C, 0x7E, 0x7E, 0x7C,
128
+ 0x08, 0x7A, 0xF5, 0x7F, 0xFF, 0x6B, 0x59, 0x7F, 0xFD, 0x49, 0x45, 0x9A, 0x02, 0x80, 0x02, 0x87, 0xC9, 0x80, 0x3F, 0x88, 0x64, 0x80, 0x00, 0x82, 0xD4, 0x85, 0xDE, 0x82, 0x5C, 0x80, 0x00, 0x80, 0x02, 0x8D, 0x53,
129
+ 0x82, 0xF4, 0x85, 0xD6, 0x80, 0x01, 0x87, 0xA4, 0x89, 0xFC, 0x80, 0x01, 0x89, 0x04, 0x80, 0x02, 0x93, 0x41, 0x81, 0xF1, 0xA5, 0x52, 0x65, 0xDA, 0x7F, 0xFD, 0x74, 0xC0, 0x7F, 0xFE, 0x70, 0x0C, 0x7E, 0x9A, 0x7E,
130
+ 0x45, 0x7F, 0xFE, 0x79, 0x67, 0x75, 0x60, 0x7F, 0xFF, 0x7D, 0xF8, 0x7F, 0x5F, 0x76, 0x9B, 0x7E, 0xD0, 0x7A, 0xA3, 0x7A, 0xE8, 0x7F, 0xFE, 0x75, 0x40, 0x7F, 0xFF, 0x70, 0x4E, 0x7F, 0xFF, 0x62, 0xEF, 0x98, 0x42,
131
+ 0x80, 0x00, 0x8D, 0xFC, 0x80, 0x00, 0x88, 0xE8, 0x80, 0x00, 0x87, 0x03, 0x83, 0x9E, 0x83, 0xF2, 0x86, 0xA3, 0x80, 0x02, 0x83, 0xA2, 0x80, 0x03, 0x84, 0x8E, 0x86, 0xA7, 0x89, 0x51, 0x87, 0x90, 0x80, 0x00, 0x84,
132
+ 0x6E, 0x80, 0x00, 0x89, 0x3B, 0x80, 0x00, 0x9E, 0x0F, 0x58, 0xB9, 0x7F, 0xFF, 0x74, 0x19, 0x7F, 0xFE, 0x7A, 0x98, 0x7F, 0x16, 0x78, 0x8F, 0x73, 0x12, 0x7C, 0xF8, 0x7A, 0x04, 0x7F, 0x12, 0x76, 0x05, 0x7A, 0x9D,
133
+ 0x7F, 0xFF, 0x7B, 0xE3, 0x7F, 0xFE, 0x7B, 0x74, 0x7D, 0xA1, 0x7F, 0xFF, 0x7C, 0x76, 0x7F, 0xFF, 0x75, 0xEC, 0x7F, 0xFB, 0x4E, 0x61, 0x9C, 0xD7, 0x80, 0x02, 0x8D, 0x8C, 0x80, 0x00, 0x8B, 0xD2, 0x80, 0x2F, 0x8A,
134
+ 0x8D, 0x86, 0xF8, 0x80, 0x00, 0x84, 0xD7, 0x80, 0x03, 0x86, 0x0A, 0x80, 0x02, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x85, 0xFC, 0x80, 0x00, 0x89, 0x2F, 0x80, 0x01, 0x9D, 0xA3, 0x5C, 0x08,
135
+ 0x7F, 0xFE, 0x69, 0xFC, 0x7F, 0xFD, 0x78, 0xE4, 0x7F, 0xFD, 0x78, 0x3E, 0x7F, 0x18, 0x7F, 0x89, 0x7A, 0xC5, 0x7F, 0xFE, 0x71, 0x49, 0x7F, 0xFB, 0x7F, 0xFF, 0x7F, 0xFA, 0x7F, 0xFF, 0x7B, 0x12, 0x7F, 0xFF, 0x79,
136
+ 0xDD, 0x7F, 0xFF, 0x7C, 0x65, 0x7F, 0xFF, 0x63, 0x52, 0xA1, 0xAD, 0x80, 0x00, 0x8E, 0x01, 0x80, 0x01, 0x8F, 0xF0, 0x80, 0x04, 0x87, 0xA5, 0x85, 0x58, 0x80, 0x40, 0x86, 0x1B, 0x80, 0x00, 0x82, 0xC8, 0x80, 0x00,
137
+ 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x58, 0x80, 0x00, 0x82, 0xCD, 0x80, 0x00, 0x83, 0xFB, 0x80, 0x03, 0x97, 0xC4, 0x5A, 0xB6, 0x7F, 0xFF, 0x72, 0xAA, 0x7F, 0xFF, 0x73, 0x37, 0x7D, 0x47, 0x77, 0x1D, 0x7F,
138
+ 0xFF, 0x7F, 0xFF, 0x78, 0xCD, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0x88, 0x7F, 0xFD, 0x77, 0x7E, 0x7F, 0xFF, 0x63, 0x24, 0xA5, 0x62, 0x80, 0x00,
139
+ 0x8E, 0x3B, 0x80, 0x00, 0x89, 0x5F, 0x85, 0x7E, 0x81, 0x60, 0x80, 0x64, 0x80, 0x03, 0x84, 0x3B, 0x80, 0x02, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x04, 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x80, 0x00, 0x81,
140
+ 0x04, 0x80, 0x00, 0x88, 0x5D, 0x80, 0xE8, 0xB0, 0xD4, 0x68, 0xAA, 0x7F, 0xFF, 0x6E, 0x00, 0x7F, 0xFE, 0x76, 0x27, 0x7F, 0xFD, 0x7F, 0xFF, 0x7C, 0x50, 0x7F, 0xFF, 0x78, 0x5A, 0x7F, 0xFF, 0x7F, 0xFB, 0x7F, 0xFF,
141
+ 0x7F, 0xFB, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7D, 0x42, 0x7F, 0xFF, 0x5D, 0xC4, 0x9D, 0xC4, 0x80, 0x02, 0x8C, 0x83, 0x80, 0x00, 0x82, 0x54, 0x80, 0x00, 0x80, 0x01, 0x80,
142
+ 0x00, 0x80, 0x00, 0x83, 0xE7, 0x80, 0x02, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x81, 0x03, 0x80, 0x00, 0x87, 0xC4, 0x80, 0x00, 0x99, 0xD2, 0x66, 0x8A, 0x7F, 0xFF,
143
+ 0x79, 0xCE, 0x7F, 0xFF, 0x79, 0x9E, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFD, 0x7D, 0x96, 0x7F, 0xFF, 0x75, 0x28, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7A, 0x76, 0x7F,
144
+ 0xFF, 0x75, 0xC2, 0x7F, 0xFF, 0x63, 0x49, 0x9D, 0xEB, 0x80, 0x00, 0x84, 0x05, 0x80, 0x00, 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x85, 0x6C, 0x80, 0x01, 0x80, 0x00,
145
+ 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x86, 0x81, 0x80, 0x00, 0x8C, 0x24, 0x80, 0x00, 0x9C, 0x29, 0x5A, 0xCD, 0x7F, 0xFF, 0x79, 0x6F, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xD3, 0x7F,
146
+ 0xFF, 0x7D, 0x49, 0x7F, 0xFF, 0x7F, 0x1E, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7D, 0x86, 0x7F, 0xFF, 0x7F, 0xFF, 0x75, 0x57, 0x7F, 0xFF, 0x71, 0x01, 0x7E, 0x3E, 0x51, 0x4D, 0x95, 0xCC, 0x80, 0x00,
147
+ 0x85, 0x4C, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x83, 0x8E, 0x80, 0x00, 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x81, 0x79, 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x02, 0x8D, 0x0D, 0x80,
148
+ 0x03, 0x8A, 0xF6, 0x82, 0x7B, 0xAC, 0x5E, 0x67, 0x52, 0x7F, 0xFE, 0x7A, 0xA0, 0x7F, 0xFF, 0x77, 0xB4, 0x7F, 0xFF, 0x7E, 0xC5, 0x7F, 0xFF, 0x7F, 0x67, 0x7E, 0x8E, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFF, 0x7C, 0xF0,
149
+ 0x7F, 0xFF, 0x7F, 0xF9, 0x7A, 0x50, 0x7F, 0xFB, 0x73, 0x35, 0x7F, 0xFE, 0x71, 0xCA, 0x7F, 0xFE, 0x59, 0x36, 0x96, 0xC7, 0x80, 0x01, 0x85, 0x92, 0x80, 0x01, 0x87, 0x14, 0x80, 0x00, 0x81, 0x64, 0x80, 0x00, 0x80,
150
+ 0x05, 0x83, 0xAD, 0x80, 0x03, 0x80, 0x00, 0x80, 0x01, 0x85, 0xC5, 0x80, 0x01, 0x81, 0xDE, 0x82, 0x3B, 0x80, 0x00, 0x86, 0xB7, 0x80, 0x01, 0x91, 0x96, 0x80, 0x00, 0xA4, 0xF4, 0x5D, 0xD3, 0x7F, 0xFF, 0x7C, 0x7E,
151
+ 0x7F, 0xFF, 0x7C, 0x94, 0x7F, 0xFF, 0x78, 0x63, 0x78, 0x51, 0x7F, 0xFD, 0x7C, 0x30, 0x7F, 0xFE, 0x7F, 0xFE, 0x7F, 0x9E, 0x7C, 0xD2, 0x7C, 0x41, 0x79, 0x91, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFD, 0x74,
152
+ 0x6C, 0x7F, 0xFF, 0x5D, 0x60, 0xB0, 0x5B, 0x80, 0x00, 0x87, 0x60, 0x80, 0x00, 0x80, 0x00, 0x83, 0x68, 0x80, 0x00, 0x82, 0xB4, 0x80, 0x62, 0x83, 0x37, 0x80, 0x00, 0x80, 0x00, 0x86, 0x27, 0x81, 0xBB, 0x80, 0x00,
153
+ 0x80, 0x01, 0x80, 0x93, 0x80, 0x00, 0x80, 0x02, 0x85, 0xD7, 0x80, 0x01, 0x89, 0x6F, 0x80, 0x00, 0xB0, 0x5B, 0x66, 0x88, 0x7F, 0xFF, 0x7C, 0xA4, 0x7F, 0xFF, 0x76, 0xC8, 0x7F, 0xFF, 0x7C, 0xD6, 0x7B, 0x38, 0x7F,
154
+ 0x14, 0x7A, 0x8F, 0x7F, 0xFF, 0x7C, 0x50, 0x7F, 0xFF, 0x7D, 0x07, 0x7F, 0x97, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFF, 0x77, 0x17, 0x7F, 0xFF, 0x72, 0x2F, 0x7F, 0xFE, 0x5D, 0x94, 0x9B, 0x90, 0x80, 0x01, 0x85, 0xB6,
155
+ 0x80, 0x00, 0x87, 0xB8, 0x80, 0x00, 0x8A, 0x3A, 0x81, 0xEA, 0x80, 0x03, 0x85, 0xAF, 0x80, 0x01, 0x86, 0xB5, 0x80, 0x00, 0x83, 0x27, 0x80, 0x18, 0x80, 0x04, 0x80, 0x00, 0x80, 0x03, 0x89, 0xAA, 0x80, 0x01, 0x8B,
156
+ 0xD7, 0x80, 0x00, 0xA3, 0xCB, 0x60, 0x15, 0x7F, 0xFF, 0x78, 0x93, 0x7F, 0xFF, 0x77, 0xCB, 0x7F, 0xFF, 0x78, 0x1E, 0x7F, 0xFE, 0x7F, 0xDD, 0x7B, 0x70, 0x7F, 0xFF, 0x7C, 0x72, 0x7F, 0xFF, 0x7B, 0xAF, 0x7F, 0xFF,
157
+ 0x7F, 0x0E, 0x7F, 0xFD, 0x7F, 0xFF, 0x79, 0x82, 0x7F, 0xFD, 0x75, 0x18, 0x7F, 0xFD, 0x64, 0xFB, 0xA8, 0x94, 0x80, 0x00, 0x88, 0x6C, 0x80, 0x00, 0x85, 0x23, 0x80, 0x02, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x82,
158
+ 0xDA, 0x82, 0xB1, 0x85, 0xA6, 0x80, 0x01, 0x80, 0x56, 0x80, 0x01, 0x81, 0x09, 0x82, 0x36, 0x80, 0x00, 0x80, 0x00, 0x81, 0xF2, 0x80, 0x00, 0x88, 0x13, 0x80, 0x01, 0xB1, 0x29, 0x61, 0xF0, 0x7F, 0xFE, 0x71, 0xDB,
159
+ 0x7F, 0xFF, 0x7D, 0x02, 0x7F, 0x03, 0x7F, 0xFD, 0x7F, 0x3F, 0x7F, 0xFD, 0x7E, 0x46, 0x7D, 0x84, 0x7F, 0x34, 0x7F, 0xFD, 0x7F, 0xFF, 0x7E, 0x39, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFD, 0x77,
160
+ 0xA2, 0x7F, 0xFE, 0x5C, 0xD1, 0xA1, 0x3A, 0x80, 0x05, 0x8B, 0x15, 0x80, 0x03, 0x82, 0x79, 0x80, 0x01, 0x82, 0x62, 0x80, 0x04, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x83, 0xF0, 0x80, 0x02, 0x81, 0x2B, 0x80, 0x01,
161
+ 0x80, 0x00, 0x80, 0x65, 0x80, 0x02, 0x86, 0xBC, 0x80, 0x04, 0x8B, 0x66, 0x80, 0x02, 0x9D, 0x39, 0x60, 0xB0, 0x7F, 0xFF, 0x7A, 0x69, 0x7F, 0xFF, 0x78, 0xAA, 0x7F, 0xFC, 0x79, 0x4F, 0x7F, 0xFB, 0x7E, 0x3B, 0x7F,
162
+ 0xFC, 0x7F, 0xFF, 0x79, 0xA6, 0x7F, 0xFF, 0x7B, 0x6F, 0x7F, 0xFD, 0x7F, 0xFF, 0x78, 0xA5, 0x7F, 0xFF, 0x79, 0xDA, 0x7F, 0xFC, 0x7B, 0xA0, 0x7F, 0xFB, 0x62, 0xC1, 0xA8, 0x3A, 0x82, 0x99, 0x86, 0x8B, 0x80, 0x00,
163
+ 0x88, 0x79, 0x80, 0x00, 0x87, 0xB2, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x84, 0x2D, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x87, 0x42, 0x80, 0x00, 0x8A, 0xA0, 0x80,
164
+ 0x02, 0x95, 0xD1, 0x55, 0x4E, 0x7E, 0x18, 0x73, 0x10, 0x7F, 0xFF, 0x7B, 0x0F, 0x7F, 0xFF, 0x7F, 0x94, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xEB, 0x7F, 0xFD, 0x7F, 0xFF, 0x7D, 0x27, 0x7F, 0xFF,
165
+ 0x7F, 0xFF, 0x79, 0x34, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7A, 0xC4, 0x7F, 0xFE, 0x5C, 0x76, 0xA3, 0xC3, 0x80, 0x02, 0x8D, 0xE6, 0x80, 0x00, 0x83, 0x08, 0x80, 0x00, 0x80, 0x01, 0x80, 0xE1, 0x80, 0x01, 0x80,
166
+ 0x00, 0x80, 0x03, 0x82, 0xDE, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x80, 0x03, 0x81, 0x16, 0x80, 0x03, 0x83, 0xCC, 0x80, 0x02, 0x9C, 0x75, 0x5B, 0xCA, 0x7F, 0xFF, 0x74, 0x48, 0x7F, 0xFF,
167
+ 0x7E, 0x79, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xAD, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFC, 0x7D, 0xE3, 0x7B, 0x3F, 0x7F, 0xFD, 0x7C, 0x9D, 0x7F, 0xFD, 0x73, 0x95, 0x7F,
168
+ 0xFF, 0x68, 0x87, 0x9D, 0x45, 0x80, 0x00, 0x89, 0x20, 0x80, 0x00, 0x84, 0xE0, 0x80, 0x00, 0x83, 0xEB, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x01, 0x82, 0x9D, 0x80, 0x00, 0x84, 0xCE, 0x80, 0x00, 0x80, 0x68,
169
+ 0x80, 0x00, 0x80, 0x01, 0x8A, 0x46, 0x80, 0x04, 0x8C, 0x0C, 0x80, 0x04, 0x98, 0x8C, 0x5B, 0x7E, 0x7F, 0x84, 0x7A, 0x0F, 0x7F, 0xFF, 0x7C, 0x36, 0x7F, 0xFF, 0x7D, 0xCA, 0x7F, 0xFD, 0x7F, 0xFF, 0x7D, 0x0E, 0x7F,
170
+ 0xFE, 0x7C, 0x05, 0x7F, 0xFB, 0x7C, 0xC0, 0x7F, 0xFD, 0x79, 0x91, 0x7F, 0xFF, 0x7F, 0xFA, 0x7A, 0x9C, 0x7F, 0xF9, 0x73, 0x7C, 0x7F, 0xFB, 0x67, 0xBA, 0xA9, 0xE7, 0x80, 0x01, 0x8B, 0xF4, 0x80, 0x00, 0x85, 0x98,
171
+ 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x00, 0x84, 0x22, 0x80, 0x00, 0x81, 0x46, 0x82, 0xF2, 0x80, 0x02, 0x82, 0x6E, 0x80, 0x03, 0x81, 0x04, 0x84, 0x7A, 0x80, 0x00, 0x83, 0xB2, 0x80, 0x00, 0x88, 0x90, 0x80,
172
+ 0x00, 0xA2, 0x48, 0x61, 0x7A, 0x7F, 0xFE, 0x71, 0x1C, 0x7F, 0xFF, 0x7A, 0x4E, 0x7F, 0xFF, 0x7F, 0xFC, 0x7D, 0x82, 0x7F, 0xFE, 0x7F, 0xDC, 0x7F, 0xFF, 0x78, 0x91, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFD,
173
+ 0x7B, 0x30, 0x7F, 0xFC, 0x7C, 0xDF, 0x7F, 0xFC, 0x75, 0xE7, 0x7F, 0xFE, 0x60, 0xB8, 0xA2, 0x2C, 0x80, 0x01, 0x8D, 0x18, 0x80, 0x02, 0x85, 0x4D, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x82, 0xF0, 0x83, 0x91, 0x80,
174
+ 0x03, 0x85, 0xBC, 0x80, 0x02, 0x83, 0x49, 0x80, 0x00, 0x80, 0x01, 0x85, 0xDD, 0x80, 0x00, 0x86, 0x4C, 0x80, 0x00, 0x87, 0xF4, 0x80, 0x01, 0xA5, 0x58, 0x5F, 0x0C, 0x7F, 0xFC, 0x74, 0x8F, 0x7F, 0xFE, 0x7B, 0x98,
175
+ 0x7F, 0xFF, 0x7E, 0x57, 0x7F, 0xFF, 0x7D, 0xC0, 0x7D, 0x89, 0x7F, 0xFF, 0x7D, 0xB6, 0x7F, 0xFF, 0x79, 0xF6, 0x7F, 0xFE, 0x7F, 0x22, 0x7F, 0xFE, 0x7F, 0xFF, 0x7B, 0x8E, 0x7F, 0xFF, 0x70, 0x27, 0x7F, 0xFF, 0x67,
176
+ 0x4F, 0x9F, 0xA8, 0x80, 0x00, 0x89, 0xE1, 0x80, 0x02, 0x83, 0x3F, 0x80, 0x02, 0x82, 0xD9, 0x80, 0x01, 0x80, 0x01, 0x83, 0xE2, 0x80, 0x02, 0x80, 0x58, 0x80, 0x01, 0x80, 0x01, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00,
177
+ 0x80, 0xBD, 0x80, 0x00, 0x80, 0x02, 0x8E, 0x72, 0x80, 0x01, 0x9A, 0x3A, 0x4F, 0x8A, 0x7F, 0xFD, 0x75, 0x8D, 0x7F, 0xFF, 0x7F, 0xFF, 0x7D, 0xA0, 0x7F, 0xFF, 0x7A, 0xED, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0x9B, 0x7F,
178
+ 0xFF, 0x7D, 0x93, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFE, 0x7D, 0xA3, 0x7F, 0xFF, 0x78, 0x92, 0x7F, 0xFF, 0x59, 0x90, 0x9C, 0x01, 0x80, 0x02, 0x87, 0x09, 0x80, 0x00, 0x83, 0x36,
179
+ 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x80, 0x03, 0x81, 0xB3, 0x80, 0x03, 0x82, 0x2A, 0x80, 0x05, 0x84, 0x2B, 0x80, 0x03, 0x80, 0x00, 0x80, 0xC2, 0x80, 0x01, 0x82, 0xA4, 0x80, 0x01, 0x89, 0x34, 0x80, 0x00, 0xA2,
180
+ 0x88, 0x61, 0x02, 0x7F, 0xFE, 0x79, 0x2A, 0x7F, 0xFC, 0x7F, 0x0D, 0x7F, 0xFE, 0x78, 0x6E, 0x7F, 0xFF, 0x7F, 0xFF, 0x7D, 0x32, 0x7F, 0xFE, 0x78, 0xA3, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFD,
181
+ 0x7F, 0xFF, 0x78, 0x0A, 0x7F, 0xFF, 0x70, 0xA6, 0x7F, 0xFF, 0x6A, 0xBF, 0x9D, 0x85, 0x80, 0x00, 0x8C, 0x25, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0xD3, 0x80, 0x00, 0x80, 0x01, 0x83, 0x03, 0x80, 0x03, 0x82,
182
+ 0x66, 0x80, 0x01, 0x82, 0xBC, 0x80, 0x01, 0x80, 0x00, 0x80, 0x05, 0x80, 0x00, 0x85, 0xAC, 0x80, 0x00, 0x8D, 0xDC, 0x80, 0x03, 0x9B, 0x59, 0x60, 0x13, 0x7F, 0xFC, 0x74, 0xA9, 0x7F, 0xFF, 0x7F, 0x1B, 0x7F, 0xFF,
183
+ 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0x4D, 0x7F, 0xFF, 0x7A, 0x56, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0x8D, 0x7F, 0xFF, 0x7D, 0x5A, 0x7F, 0xFF, 0x7F, 0xFF, 0x7A, 0x02, 0x7F, 0xFF, 0x74, 0xD5, 0x7F, 0xFF, 0x4F,
184
+ 0x5C, 0x9C, 0x82, 0x80, 0x00, 0x8B, 0xFD, 0x80, 0x01, 0x81, 0xB6, 0x80, 0x01, 0x80, 0x00, 0x81, 0xF3, 0x80, 0x00, 0x80, 0xA3, 0x81, 0x4D, 0x80, 0x00, 0x80, 0x01, 0x84, 0x3D, 0x81, 0x1B, 0x80, 0x00, 0x80, 0x02,
185
+ 0x80, 0x00, 0x80, 0x00, 0x80, 0x01, 0x8A, 0xC0, 0x80, 0x00, 0xA6, 0x42, 0x68, 0x7D, 0x7F, 0xFF, 0x76, 0x78, 0x7F, 0xFF, 0x79, 0xE0, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xF8, 0x7F, 0xFF, 0x7F, 0xFB, 0x7F, 0xFF, 0x7E,
186
+ 0x2A, 0x7F, 0xFE, 0x7B, 0xB7, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0x17, 0x7F, 0xFF, 0x7D, 0x7B, 0x7F, 0xFF, 0x74, 0x25, 0x7F, 0xFF, 0x57, 0x55, 0x98, 0x4A, 0x80, 0x00, 0x86, 0x55, 0x80, 0x00, 0x84, 0xB4, 0x80, 0x02,
187
+ 0x85, 0xC7, 0x80, 0x02, 0x80, 0x00, 0x80, 0x8E, 0x80, 0x00, 0x83, 0x00, 0x80, 0x00, 0x8A, 0xFF, 0x80, 0x00, 0x80, 0x02, 0x8A, 0xEC, 0x80, 0x02, 0x86, 0x55, 0x80, 0x04, 0x88, 0x92, 0x80, 0x01, 0x9B, 0x0A, 0x5B,
188
+ 0xB7, 0x7F, 0xFF, 0x75, 0xA0, 0x7F, 0xFF, 0x7C, 0xB7, 0x7F, 0xFF, 0x7B, 0xE6, 0x7E, 0xF7, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFD, 0x7D, 0x60, 0x7F, 0xFE, 0x7B, 0xC7, 0x7F, 0xFC, 0x7F, 0xFF, 0x7E, 0x1D, 0x7F, 0xFF,
189
+ 0x7A, 0x98, 0x7F, 0xFF, 0x75, 0x8D, 0x7F, 0xFF, 0x67, 0x82, 0xA8, 0xC6, 0x80, 0x01, 0x90, 0x15, 0x80, 0x00, 0x87, 0x75, 0x82, 0x9E, 0x80, 0x01, 0x80, 0x39, 0x80, 0x00, 0x83, 0x3C, 0x80, 0x03, 0x80, 0x00, 0x80,
190
+ 0x03, 0x80, 0x00, 0x86, 0xB3, 0x80, 0x02, 0x80, 0x5F, 0x80, 0x03, 0x80, 0x00, 0x84, 0xBB, 0x80, 0x00, 0x89, 0x60, 0x80, 0x00, 0xAA, 0x8C, 0x64, 0x7A, 0x7F, 0xFF, 0x75, 0xCE, 0x7F, 0xFD, 0x77, 0x1E, 0x7F, 0xFC,
191
+ 0x7F, 0xFF, 0x7D, 0x5B, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFE, 0x7E, 0xC1, 0x7F, 0xFF, 0x7F, 0x10, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x79, 0x66, 0x7F, 0xFE, 0x78, 0xC3, 0x7F, 0xFE, 0x58, 0x49, 0x9C,
192
+ 0x26, 0x80, 0x01, 0x8B, 0x06, 0x80, 0x00, 0x88, 0xF7, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x01, 0x83, 0x96, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00,
193
+ 0x83, 0xE1, 0x80, 0x00, 0x8B, 0xED, 0x80, 0x00, 0xA6, 0x57, 0x62, 0x96, 0x7F, 0xFE, 0x79, 0x82, 0x7F, 0xFD, 0x7B, 0xE0, 0x7F, 0xFD, 0x7B, 0x2C, 0x7F, 0xF8, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F,
194
+ 0xFF, 0x77, 0xBB, 0x7F, 0xFF, 0x7F, 0xFD, 0x7E, 0xA0, 0x7F, 0xFF, 0x76, 0xD3, 0x7F, 0xFF, 0x73, 0xC2, 0x7F, 0xFF, 0x65, 0x04, 0xA5, 0xF6, 0x80, 0x00, 0x89, 0x04, 0x80, 0x00, 0x85, 0xB1, 0x80, 0x00, 0x83, 0x91,
195
+ 0x80, 0xEF, 0x80, 0x00, 0x84, 0x93, 0x80, 0x00, 0x82, 0xE0, 0x80, 0x01, 0x82, 0x4C, 0x80, 0x61, 0x80, 0x68, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x01, 0x8A, 0x9E, 0x80, 0x02, 0x9A, 0xF4, 0x4E, 0x43, 0x7F,
196
+ 0xFB, 0x75, 0x4E, 0x7F, 0xFE, 0x7A, 0x84, 0x7F, 0xFF, 0x7F, 0xFF, 0x7B, 0xEA, 0x7F, 0xFF, 0x79, 0xC7, 0x7F, 0xFF, 0x7F, 0xFD, 0x7E, 0xA0, 0x7F, 0xFE, 0x7F, 0xDC, 0x7F, 0xFD, 0x7D, 0xE6, 0x7F, 0xFE, 0x7F, 0xFF,
197
+ 0x78, 0xB6, 0x7F, 0xFF, 0x76, 0x54, 0x7F, 0xFF, 0x54, 0x27, 0x96, 0xEE, 0x80, 0x00, 0x8A, 0xDF, 0x80, 0x00, 0x87, 0x50, 0x80, 0x00, 0x85, 0x23, 0x81, 0x6C, 0x80, 0x00, 0x80, 0x12, 0x80, 0x00, 0x82, 0xF6, 0x80,
198
+ 0x00, 0x82, 0x94, 0x80, 0x01, 0x80, 0x00, 0x82, 0x73, 0x80, 0x02, 0x8A, 0x0B, 0x80, 0x02, 0x8B, 0x8F, 0x80, 0x01, 0xA4, 0xF7, 0x64, 0xE0, 0x7F, 0xFF, 0x76, 0x78, 0x7F, 0xFF, 0x72, 0x7B, 0x7F, 0xFC, 0x7F, 0xFF,
199
+ 0x7F, 0x37, 0x7E, 0x95, 0x7F, 0xFC, 0x7F, 0xFF, 0x7A, 0xB5, 0x7F, 0xB5, 0x7B, 0x52, 0x7F, 0xFF, 0x7F, 0xFE, 0x7C, 0x30, 0x7F, 0xFE, 0x77, 0x3F, 0x7F, 0xFF, 0x77, 0xC2, 0x7F, 0xFF, 0x59, 0xFC, 0xA5, 0x1E, 0x80,
200
+ 0x00, 0x8E, 0xE4, 0x80, 0x00, 0x88, 0x5B, 0x84, 0x0F, 0x83, 0x75, 0x80, 0x00, 0x82, 0xB3, 0x80, 0x00, 0x80, 0x02, 0x82, 0xFF, 0x80, 0x02, 0x87, 0x2D, 0x80, 0x01, 0x80, 0x00, 0x82, 0xBA, 0x80, 0x01, 0x88, 0xC4,
201
+ 0x80, 0x01, 0x8D, 0xF3, 0x80, 0x00, 0x9B, 0xF2, 0x57, 0x46, 0x7F, 0xFF, 0x73, 0x99, 0x7F, 0xFF, 0x76, 0x3D, 0x7F, 0xFD, 0x7F, 0xFF, 0x7D, 0xF2, 0x7F, 0xFD, 0x7D, 0x22, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F,
202
+ 0xFF, 0x7F, 0x8C, 0x7F, 0xFC, 0x7F, 0xFF, 0x78, 0xA0, 0x7F, 0xFF, 0x7F, 0xFF, 0x72, 0x82, 0x7F, 0xFF, 0x61, 0xBE, 0xB8, 0xC6, 0x80, 0x00, 0x8C, 0xC7, 0x80, 0x00, 0x82, 0x70, 0x81, 0x73, 0x80, 0x00, 0x88, 0xB5,
203
+ 0x80, 0x00, 0x80, 0x00, 0x80, 0x8A, 0x80, 0x00, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x02, 0x84, 0xB3, 0x80, 0x00, 0x80, 0x00, 0x87, 0x52, 0x80, 0x00, 0x8A, 0xE7, 0x80, 0x00, 0xA6, 0x66, 0x62, 0x45, 0x7F,
204
+ 0xFF, 0x75, 0x13, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7E, 0xCD, 0x7F, 0xFF, 0x7F, 0xDE, 0x7F, 0xFF, 0x7F, 0xFF, 0x7D, 0x45, 0x7F, 0xFF, 0x79, 0x36, 0x7F, 0xFF, 0x7F, 0xFF, 0x7E, 0xDD, 0x7F, 0xFF, 0x74, 0x6C,
205
+ 0x7F, 0xFE, 0x73, 0x67, 0x7F, 0xFC, 0x63, 0xB8, 0xA0, 0x15, 0x80, 0x00, 0x88, 0x49, 0x80, 0x00, 0x86, 0x44, 0x80, 0x00, 0x81, 0x91, 0x81, 0x6B, 0x80, 0x00, 0x81, 0xB4, 0x80, 0x02, 0x86, 0x63, 0x80, 0x02, 0x81,
206
+ 0xD2, 0x80, 0x04, 0x81, 0x4A, 0x81, 0x6A, 0x80, 0x00, 0x87, 0x94, 0x80, 0x00, 0x8B, 0x96, 0x80, 0x00, 0x9E, 0x96, 0x5E, 0x9E, 0x7F, 0xF9, 0x74, 0xDC, 0x7F, 0xFB, 0x7D, 0x69, 0x7F, 0xFF, 0x7B, 0x18, 0x7F, 0xFF,
207
+ 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFF, 0x7D, 0x4B, 0x7F, 0xFF, 0x7C, 0x51, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xC7, 0x7F, 0xFF, 0x7D, 0x52, 0x7F, 0xFF, 0x72, 0xE0, 0x7F, 0xFF, 0x61, 0x24, 0xAA, 0x11, 0x80, 0x03, 0x8B,
208
+ 0xB1, 0x80, 0x04, 0x80, 0x00, 0x80, 0x01, 0x80, 0x14, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x81, 0xD0, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x01, 0x81, 0x89, 0x80, 0x03, 0x80, 0x7A, 0x81, 0x3C,
209
+ 0x80, 0x00, 0x8E, 0x7D, 0x80, 0xBB, 0xB2, 0xFE, 0x5C, 0x47, 0x7F, 0xFF, 0x7B, 0x90, 0x7F, 0xFF, 0x7D, 0xA2, 0x7F, 0xFF, 0x7F, 0xFB, 0x7F, 0xAC, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFD, 0x79,
210
+ 0x44, 0x7F, 0xFE, 0x7F, 0xFE, 0x7E, 0x7C, 0x7F, 0xFD, 0x78, 0x0B, 0x7F, 0xFF, 0x72, 0xC9, 0x7F, 0xFF, 0x5D, 0xE1, 0x99, 0x82, 0x80, 0x00, 0x8E, 0x82, 0x80, 0x00, 0x80, 0x78, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00,
211
+ 0x80, 0x02, 0x80, 0x88, 0x80, 0x02, 0x80, 0x00, 0x80, 0x02, 0x81, 0x90, 0x80, 0x01, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x89, 0x72, 0x80, 0x00, 0x91, 0x26, 0x80, 0x00, 0xA0, 0x4A, 0x61, 0xB1, 0x7F, 0xFD, 0x78,
212
+ 0xD2, 0x7F, 0xFE, 0x78, 0xEE, 0x7F, 0xFF, 0x7F, 0x74, 0x7F, 0xFF, 0x7F, 0xBA, 0x7F, 0xFD, 0x7F, 0xFF, 0x7A, 0x34, 0x7F, 0xFF, 0x7B, 0x61, 0x7F, 0xFF, 0x7F, 0xFA, 0x7D, 0x81, 0x7F, 0xFB, 0x7A, 0x20, 0x7F, 0xFF,
213
+ 0x70, 0x56, 0x7F, 0xFF, 0x60, 0xC9, 0xA3, 0x3C, 0x80, 0x01, 0x87, 0xC2, 0x80, 0x01, 0x84, 0xD3, 0x80, 0x01, 0x84, 0xB7, 0x81, 0x74, 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x82, 0xD7, 0x80, 0x00, 0x80, 0x01, 0x80,
214
+ 0x00, 0x80, 0x57, 0x80, 0x00, 0x80, 0x01, 0x85, 0x04, 0x80, 0x00, 0x8B, 0x04, 0x80, 0x00, 0x9C, 0xDD, 0x54, 0xC1, 0x7F, 0xFF, 0x73, 0xBE, 0x7F, 0xFE, 0x7A, 0xE0, 0x7F, 0xFF, 0x7F, 0xFF, 0x7E, 0xDF, 0x7F, 0xFF,
215
+ 0x7A, 0xFC, 0x7F, 0xFF, 0x7F, 0xFE, 0x7C, 0x30, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFD, 0x7C, 0x9A, 0x7F, 0xFE, 0x76, 0xE0, 0x7F, 0xFF, 0x51, 0xB8, 0x9F, 0xD9, 0x80, 0x00, 0x87,
216
+ 0x0B, 0x80, 0x00, 0x83, 0xB7, 0x81, 0xD7, 0x80, 0x02, 0x80, 0x00, 0x80, 0x02, 0x81, 0xA3, 0x80, 0x02, 0x82, 0x1D, 0x80, 0x01, 0x80, 0x01, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x00, 0x8A, 0x4B, 0x80, 0x01,
217
+ 0x85, 0xBD, 0x80, 0x03, 0xA4, 0x03, 0x64, 0x59, 0x7F, 0xFE, 0x71, 0x15, 0x7F, 0xFD, 0x79, 0xE7, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFC, 0x7E, 0x5C, 0x7F, 0xFB, 0x7A, 0x48, 0x7F, 0xFC, 0x7C, 0x7D, 0x7F,
218
+ 0xFD, 0x7F, 0xFF, 0x7F, 0x0C, 0x7F, 0xFF, 0x79, 0x4D, 0x7F, 0xFF, 0x70, 0xD3, 0x7F, 0xFE, 0x61, 0xAE, 0x9C, 0xBF, 0x80, 0x04, 0x85, 0xDC, 0x80, 0x03, 0x86, 0x50, 0x80, 0x01, 0x83, 0x61, 0x80, 0x00, 0x80, 0x02,
219
+ 0x80, 0x00, 0x80, 0x02, 0x84, 0x3C, 0x80, 0x03, 0x82, 0x59, 0x80, 0x05, 0x80, 0x00, 0x83, 0x55, 0x80, 0x00, 0x82, 0x7A, 0x80, 0x00, 0x8D, 0xC6, 0x80, 0x00, 0xA0, 0x00, 0x5E, 0x73, 0x7F, 0xFF, 0x77, 0x26, 0x7F,
220
+ 0xFF, 0x7F, 0x8B, 0x7F, 0xFF, 0x79, 0xF9, 0x7F, 0xFF, 0x7F, 0xFC, 0x7B, 0x2C, 0x7D, 0xB6, 0x7D, 0xF1, 0x7F, 0xFA, 0x7D, 0x97, 0x7F, 0xFC, 0x7C, 0xF8, 0x7F, 0xFE, 0x7F, 0xFF, 0x77, 0xE7, 0x7F, 0xFF, 0x75, 0xC6,
221
+ 0x7F, 0xFF, 0x63, 0x3B, 0xAC, 0x73, 0x80, 0x00, 0x89, 0xBF, 0x80, 0x00, 0x81, 0x0B, 0x80, 0x01, 0x80, 0x00, 0x84, 0x3F, 0x80, 0x01, 0x82, 0xDC, 0x80, 0x03, 0x80, 0x00, 0x85, 0x7D, 0x80, 0x00, 0x80, 0x00, 0x80,
222
+ 0x01, 0x83, 0x05, 0x81, 0x2E, 0x80, 0x01, 0x83, 0x1F, 0x80, 0x01, 0x8C, 0xFD, 0x80, 0x00, 0xA9, 0x52, 0x69, 0x38, 0x7F, 0xFF, 0x73, 0x29, 0x7F, 0xFF, 0x7B, 0x20, 0x7F, 0xFE, 0x7E, 0xA9, 0x7F, 0xFE, 0x7F, 0xFF,
223
+ 0x7B, 0xA4, 0x7F, 0xFC, 0x7A, 0x39, 0x7F, 0xFD, 0x7D, 0x44, 0x7E, 0xA3, 0x7F, 0xFE, 0x78, 0xA0, 0x7F, 0xFF, 0x79, 0x83, 0x7F, 0xFF, 0x73, 0x27, 0x7F, 0xFF, 0x5F, 0x32, 0x9C, 0x6B, 0x80, 0x02, 0x8A, 0xEC, 0x80,
224
+ 0x00, 0x87, 0xD0, 0x80, 0x00, 0x83, 0x50, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x00, 0x87, 0x5B, 0x80, 0x00, 0x86, 0x8C, 0x80, 0x00, 0x80, 0x01, 0x8A, 0xAE, 0x80, 0x00, 0x87, 0xD0, 0x80, 0x00, 0x92, 0x3C,
225
+ 0x80, 0x00, 0x92, 0x22, 0x64, 0x03, 0x7F, 0xFF, 0x71, 0x09, 0x7F, 0xFD, 0x7A, 0x6D, 0x7F, 0xFD, 0x7F, 0xC4, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xCB, 0x7F, 0xFF, 0x7E, 0xEE, 0x7F, 0xFE, 0x76, 0x34, 0x7F, 0xFF, 0x7F,
226
+ 0x11, 0x7A, 0x22, 0x7F, 0xFF, 0x73, 0x3E, 0x7F, 0xFF, 0x73, 0x6F, 0x7F, 0xFE, 0x60, 0x0A, 0x9F, 0xB4, 0x80, 0x01, 0x89, 0x78, 0x80, 0x01, 0x87, 0x63, 0x80, 0x01, 0x80, 0x00, 0x80, 0x5D, 0x80, 0x00, 0x80, 0x12,
227
+ 0x80, 0x6C, 0x80, 0xCA, 0x80, 0x00, 0x80, 0x8F, 0x80, 0x30, 0x81, 0xAA, 0x80, 0x00, 0x81, 0x4D, 0x85, 0x6B, 0x80, 0x03, 0x8B, 0x4F, 0x80, 0x01, 0xA0, 0x44, 0x50, 0xEE, 0x7F, 0xFF, 0x71, 0x7F, 0x7F, 0xFF, 0x7F,
228
+ 0xB4, 0x7F, 0xFF, 0x7F, 0xFF, 0x7E, 0xA9, 0x7F, 0xFF, 0x7B, 0x29, 0x7F, 0xFF, 0x7F, 0xFD, 0x7A, 0xB4, 0x7F, 0xFE, 0x7B, 0xAB, 0x7F, 0xFF, 0x7F, 0xFC, 0x79, 0xF4, 0x7F, 0xFA, 0x75, 0xC4, 0x7F, 0xFE, 0x76, 0x6C,
229
+ 0x7F, 0xFF, 0x5D, 0xCC, 0x97, 0x3D, 0x80, 0x01, 0x8C, 0xD4, 0x80, 0x01, 0x82, 0xEB, 0x80, 0x00, 0x82, 0x8E, 0x80, 0x00, 0x80, 0x02, 0x83, 0x3C, 0x80, 0x02, 0x82, 0x06, 0x80, 0x00, 0x83, 0xEC, 0x80, 0x00, 0x80,
230
+ 0x03, 0x86, 0x5A, 0x80, 0x02, 0x87, 0x13, 0x80, 0x00, 0x8A, 0xF2, 0x80, 0x01, 0x9D, 0x7D, 0x67, 0x46, 0x7F, 0xFE, 0x73, 0xEE, 0x7F, 0xFF, 0x7A, 0xDF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFB, 0x7F, 0x41, 0x7C, 0x21,
231
+ 0x7F, 0xFF, 0x78, 0xAF, 0x7F, 0xFF, 0x7B, 0xCB, 0x7F, 0xFD, 0x7F, 0xFF, 0x7A, 0x14, 0x7F, 0xFF, 0x7B, 0x3D, 0x7F, 0xFF, 0x73, 0x54, 0x7F, 0xFE, 0x58, 0xF6, 0x9B, 0x5C, 0x80, 0x02, 0x82, 0x04, 0x80, 0x03, 0x84,
232
+ 0x74, 0x80, 0x02, 0x87, 0xD6, 0x80, 0x00, 0x80, 0x03, 0x82, 0xF7, 0x80, 0x02, 0x84, 0x83, 0x80, 0x00, 0x83, 0xDD, 0x80, 0x00, 0x80, 0x02, 0x82, 0x69, 0x80, 0x00, 0x84, 0xEF, 0x80, 0x00, 0x8E, 0x7A, 0x80, 0x00,
233
+ 0x9F, 0x7E, 0x62, 0x9F, 0x7F, 0xFE, 0x77, 0x62, 0x7F, 0xFF, 0x7D, 0x7A, 0x7F, 0xFF, 0x7D, 0xFB, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xDB, 0x7F, 0xFF, 0x7B, 0xB9, 0x7F, 0xFF, 0x7F, 0xD7, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F,
234
+ 0x46, 0x7F, 0xFD, 0x7B, 0x66, 0x7D, 0x30, 0x7F, 0xFF, 0x75, 0xBF, 0x7F, 0xFF, 0x46, 0x5D, 0x9D, 0xC1, 0x80, 0x00, 0x84, 0xEA, 0x80, 0x00, 0x80, 0x02, 0x80, 0x21, 0x80, 0x01, 0x80, 0x01, 0x83, 0x61, 0x80, 0x04,
235
+ 0x80, 0x73, 0x80, 0x03, 0x80, 0x00, 0x87, 0xA0, 0x80, 0x00, 0x80, 0x00, 0x82, 0x0D, 0x80, 0x02, 0x8B, 0x18, 0x80, 0x01, 0x8A, 0x09, 0x81, 0xC2, 0xA2, 0x30, 0x68, 0x80, 0x7F, 0xFF, 0x75, 0x7C, 0x7F, 0xFF, 0x77,
236
+ 0x18, 0x7F, 0xFF, 0x7F, 0x1E, 0x7F, 0xFE, 0x7F, 0xFF, 0x7A, 0x0D, 0x7F, 0xFF, 0x7E, 0x42, 0x7F, 0xFF, 0x7E, 0xF3, 0x7F, 0xFF, 0x7F, 0xFB, 0x7C, 0x11, 0x7F, 0xFB, 0x78, 0x7E, 0x7F, 0xFE, 0x73, 0x51, 0x7F, 0xFF,
237
+ 0x5F, 0x30, 0x9D, 0xBF, 0x80, 0x00, 0x85, 0x05, 0x80, 0x02, 0x89, 0x54, 0x80, 0x02, 0x84, 0xA6, 0x80, 0x02, 0x80, 0x00, 0x84, 0x0F, 0x80, 0x00, 0x83, 0xB5, 0x80, 0x03, 0x82, 0x04, 0x82, 0x3B, 0x80, 0x00, 0x83,
238
+ 0x83, 0x80, 0x01, 0x88, 0x3C, 0x80, 0x03, 0x8E, 0xC7, 0x80, 0x01, 0x9E, 0x05, 0x60, 0xD4, 0x7F, 0xFF, 0x7C, 0x16, 0x7F, 0xFF, 0x78, 0x65, 0x7F, 0xFF, 0x7B, 0xD5, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF,
239
+ 0x7B, 0xE6, 0x7F, 0xFF, 0x7B, 0x54, 0x7F, 0xFF, 0x7F, 0xFF, 0x7A, 0xBE, 0x7F, 0xFF, 0x7B, 0x4F, 0x7F, 0xFD, 0x70, 0xFB, 0x7F, 0xFC, 0x67, 0x25, 0x9F, 0xC9, 0x80, 0x00, 0x8D, 0x2C, 0x80, 0x00, 0x82, 0x1F, 0x80,
240
+ 0x00, 0x82, 0x27, 0x80, 0x77, 0x80, 0x00, 0x82, 0x0E, 0x80, 0x00, 0x84, 0xD6, 0x80, 0x01, 0x80, 0x00, 0x85, 0xA8, 0x80, 0x01, 0x83, 0xAF, 0x80, 0x03, 0x80, 0x00, 0x85, 0xB3, 0x80, 0x00, 0x87, 0x1D, 0x80, 0x00,
241
+ 0xAF, 0x83, 0x63, 0xD4, 0x7F, 0xFF, 0x70, 0xF5, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFB, 0x7D, 0x58, 0x7F, 0xFA, 0x7B, 0xF3, 0x79, 0x51, 0x7F, 0xFF, 0x7F, 0x05, 0x7F, 0xFF, 0x7D, 0x58, 0x7F, 0xFF, 0x7D, 0x31, 0x7D,
242
+ 0x1A, 0x7F, 0xFF, 0x74, 0x23, 0x7F, 0xFF, 0x7C, 0x6A, 0x7F, 0xFE, 0x5A, 0x69, 0x9A, 0x1D, 0x80, 0x00, 0x8A, 0x28, 0x80, 0x00, 0x8B, 0x6D, 0x80, 0x00, 0x80, 0x73, 0x80, 0x00, 0x80, 0x00, 0x89, 0x40, 0x80, 0x00,
243
+ 0x80, 0x79, 0x80, 0x00, 0x83, 0xA5, 0x80, 0x00, 0x81, 0x0B, 0x89, 0x4E, 0x80, 0x02, 0x88, 0xD3, 0x80, 0x01, 0x86, 0x9A, 0x80, 0x00, 0xA1, 0xCC, 0x5F, 0x74, 0x7F, 0xFF, 0x7A, 0x2A, 0x7F, 0xFF, 0x77, 0xE1, 0x7F,
244
+ 0xFF, 0x7D, 0xD6, 0x7F, 0xFF, 0x7F, 0xFE, 0x7D, 0x38, 0x7F, 0xFD, 0x7B, 0x11, 0x7F, 0xFE, 0x79, 0x65, 0x7F, 0xD6, 0x7F, 0xFD, 0x7A, 0xFE, 0x7F, 0xFF, 0x76, 0x90, 0x7F, 0xFE, 0x74, 0x71, 0x7F, 0xFC, 0x65, 0x4C,
245
+ 0xA4, 0x99, 0x80, 0x01, 0x87, 0x3E, 0x80, 0x01, 0x81, 0x37, 0x80, 0x02, 0x81, 0xF5, 0x80, 0x04, 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x88, 0x0D, 0x80, 0x00, 0x88, 0x0D, 0x82, 0x18, 0x85, 0x33, 0x87, 0xE6, 0x80,
246
+ 0x00, 0x8A, 0xD9, 0x80, 0x00, 0x88, 0xC9, 0x80, 0x02, 0x99, 0xAD, 0x56, 0x39, 0x7F, 0xFD, 0x73, 0xA8, 0x7F, 0xFF, 0x7E, 0xE4, 0x7F, 0xFF, 0x7F, 0xFC, 0x7C, 0xFC, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFE, 0x7C, 0x76,
247
+ 0x7F, 0xFF, 0x7B, 0xF8, 0x74, 0x43, 0x7F, 0xAF, 0x77, 0xF4, 0x7F, 0xFF, 0x7F, 0x96, 0x79, 0x30, 0x7F, 0xFC, 0x74, 0x4B, 0x7F, 0xFE, 0x55, 0xB6, 0x9B, 0xFA, 0x80, 0x01, 0x87, 0xED, 0x80, 0x00, 0x8F, 0x3B, 0x80,
248
+ 0x00, 0x80, 0x6B, 0x84, 0x19, 0x80, 0x01, 0x84, 0x09, 0x80, 0x00, 0x83, 0x32, 0x81, 0xD3, 0x84, 0x11, 0x82, 0x7A, 0x81, 0x82, 0x86, 0x99, 0x80, 0x00, 0x83, 0x75, 0x80, 0x00, 0x88, 0xFF, 0x80, 0x00, 0xA3, 0x38,
249
+ 0x5F, 0x6A, 0x7F, 0xFF, 0x76, 0x67, 0x7F, 0xFF, 0x77, 0xB1, 0x7F, 0xFF, 0x7A, 0x1F, 0x7F, 0xFF, 0x7F, 0xFD, 0x7C, 0x74, 0x7F, 0xFC, 0x7B, 0x2E, 0x7F, 0xFB, 0x7C, 0xDA, 0x7E, 0xDF, 0x7F, 0xE7, 0x7A, 0x35, 0x7F,
250
+ 0xFB, 0x79, 0x5F, 0x7F, 0xFB, 0x73, 0xA7, 0x7F, 0xFB, 0x63, 0xCC, 0xA0, 0x0F, 0x80, 0x02, 0x8D, 0xDE, 0x80, 0x01, 0x87, 0xE9, 0x80, 0x02, 0x80, 0xB8, 0x80, 0x00, 0x80, 0xD4, 0x80, 0x00, 0x80, 0x02, 0x82, 0xD1,
251
+ 0x80, 0x01, 0x8D, 0x18, 0x80, 0x02, 0x80, 0x00, 0x86, 0x60, 0x80, 0x01, 0x8B, 0x9C, 0x80, 0x00, 0x88, 0x8E, 0x80, 0x00, 0x9A, 0xC5, 0x59, 0x81, 0x7F, 0xFF, 0x74, 0x87, 0x7F, 0xFF, 0x78, 0x15, 0x7F, 0xFF, 0x7F,
252
+ 0xFE, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFD, 0x79, 0x95, 0x7F, 0xFF, 0x7B, 0x73, 0x7B, 0x53, 0x7F, 0xFF, 0x7E, 0xB2, 0x7F, 0xFF, 0x7D, 0x5F, 0x7F, 0xFF, 0x75, 0xBD, 0x7F, 0xFC, 0x66, 0x9F, 0xB2, 0x64,
253
+ 0x80, 0x02, 0x90, 0xDE, 0x80, 0x00, 0x80, 0xB0, 0x80, 0x00, 0x80, 0x02, 0x81, 0xFF, 0x80, 0x01, 0x81, 0xCC, 0x80, 0x00, 0x80, 0x67, 0x80, 0x00, 0x81, 0x75, 0x8A, 0x70, 0x80, 0x00, 0x81, 0x78, 0x80, 0x00, 0x80,
254
+ 0x02, 0x85, 0x50, 0x80, 0x02, 0x88, 0x55, 0x80, 0x01, 0xA8, 0xFC, 0x60, 0x51, 0x7F, 0xFF, 0x77, 0x25, 0x7F, 0xFF, 0x7B, 0x14, 0x7F, 0xFF, 0x7D, 0x4D, 0x7F, 0xFD, 0x7F, 0xFF, 0x7C, 0xD2, 0x7F, 0xFF, 0x7E, 0xA3,
255
+ 0x7F, 0xFF, 0x7C, 0xC5, 0x7F, 0xFE, 0x7F, 0xFF, 0x7B, 0xE7, 0x7F, 0xFE, 0x7C, 0xF5, 0x7F, 0xFD, 0x7A, 0xC3, 0x7F, 0xFF, 0x61, 0x01, 0xA0, 0x8D, 0x80, 0x01, 0x8D, 0xE4, 0x80, 0x02, 0x86, 0x05, 0x80, 0x00, 0x80,
256
+ 0x00, 0x80, 0x01, 0x80, 0x00, 0x84, 0x9C, 0x80, 0x01, 0x81, 0xE0, 0x80, 0x04, 0x82, 0xA9, 0x80, 0x02, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x86, 0xA1, 0x80, 0x02, 0x89, 0xD5, 0x80, 0x01, 0x9A, 0x61, 0x5E, 0x78,
257
+ 0x7F, 0xFB, 0x77, 0x0F, 0x7F, 0xFD, 0x76, 0xB8, 0x7F, 0xFF, 0x7F, 0x1A, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFE, 0x78, 0xAA, 0x7F, 0xFF, 0x7D, 0xF3, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7C,
258
+ 0xCE, 0x7F, 0xFF, 0x75, 0x9B, 0x7F, 0xFF, 0x63, 0x2C, 0xA6, 0x65, 0x80, 0x00, 0x8B, 0x53, 0x80, 0x00, 0x89, 0x19, 0x80, 0x00, 0x82, 0x35, 0x80, 0x00, 0x80, 0x02, 0x80, 0xC8, 0x80, 0x01, 0x85, 0xE1, 0x80, 0x03,
259
+ 0x80, 0x00, 0x80, 0xBF, 0x80, 0x00, 0x82, 0x82, 0x80, 0x02, 0x83, 0x3A, 0x80, 0x04, 0x80, 0x00, 0x8B, 0x3B, 0x80, 0x00, 0xB5, 0x95, 0x62, 0x6B, 0x7F, 0xFF, 0x75, 0xA3, 0x7F, 0xFF, 0x7D, 0xA5, 0x7E, 0xF3, 0x7F,
260
+ 0xFF, 0x79, 0x90, 0x7E, 0x0D, 0x7F, 0xFE, 0x7A, 0x56, 0x7E, 0xA6, 0x7F, 0xFF, 0x7A, 0x7F, 0x7F, 0xFF, 0x7E, 0x43, 0x7F, 0x06, 0x7F, 0xFF, 0x7C, 0x64, 0x7F, 0xFE, 0x78, 0x01, 0x7F, 0xFD, 0x5C, 0x32, 0xA1, 0xCF,
261
+ 0x80, 0x00, 0x88, 0x7B, 0x80, 0x00, 0x89, 0xAB, 0x80, 0x00, 0x81, 0xE8, 0x84, 0x7E, 0x80, 0x00, 0x83, 0x92, 0x80, 0x00, 0x86, 0x5B, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x82, 0xD2, 0x80, 0x02, 0x84,
262
+ 0xB9, 0x80, 0x01, 0x88, 0x49, 0x80, 0x00, 0xA0, 0x74, 0x61, 0x15, 0x7F, 0xFC, 0x72, 0x83, 0x7F, 0xFD, 0x77, 0xF0, 0x7F, 0xFF, 0x7C, 0x3E, 0x7F, 0xFF, 0x7F, 0xFB, 0x7A, 0x27, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFF,
263
+ 0x7A, 0xE4, 0x7F, 0x74, 0x7F, 0x94, 0x7F, 0x51, 0x7F, 0xFF, 0x7C, 0x53, 0x7F, 0xFF, 0x75, 0xDB, 0x7F, 0xFF, 0x5E, 0xF5, 0x9F, 0xCA, 0x80, 0x00, 0x8D, 0x5F, 0x80, 0x00, 0x88, 0x29, 0x80, 0x00, 0x80, 0xFE, 0x81,
264
+ 0x23, 0x83, 0xC4, 0x80, 0x00, 0x80, 0x00, 0x82, 0xE9, 0x80, 0x01, 0x87, 0x97, 0x80, 0x00, 0x80, 0x00, 0x82, 0x3C, 0x80, 0x00, 0x82, 0x84, 0x80, 0x00, 0x8D, 0x72, 0x80, 0x01, 0x99, 0x81, 0x54, 0x62, 0x7F, 0xFD,
265
+ 0x75, 0xBF, 0x7F, 0xFE, 0x7B, 0x96, 0x7F, 0xFF, 0x7A, 0x50, 0x7C, 0x9F, 0x7F, 0xFF, 0x7D, 0xA6, 0x7F, 0xFF, 0x7C, 0x1C, 0x7F, 0xFF, 0x7F, 0xFE, 0x7B, 0x36, 0x7F, 0xFE, 0x7F, 0x43, 0x7F, 0xD3, 0x7F, 0xFD, 0x7F,
266
+ 0xFF, 0x7F, 0xFE, 0x78, 0xDA, 0x7F, 0xFF, 0x50, 0xA3, 0xA0, 0x37, 0x80, 0x00, 0x8D, 0x57, 0x80, 0x00, 0x86, 0x77, 0x80, 0xDD, 0x80, 0x01, 0x83, 0x5E, 0x80, 0x32, 0x83, 0x5B, 0x80, 0x01, 0x80, 0x00, 0x80, 0x00,
267
+ 0x80, 0x02, 0x80, 0x00, 0x80, 0x03, 0x82, 0x33, 0x80, 0x03, 0x80, 0x00, 0x80, 0x01, 0x83, 0xC6, 0x80, 0x02, 0xA2, 0xBE, 0x5D, 0x56, 0x7F, 0xFF, 0x77, 0x78, 0x7F, 0xFF, 0x79, 0x92, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F,
268
+ 0xAB, 0x7F, 0xFF, 0x77, 0xD0, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFC, 0x7E, 0xA8, 0x7F, 0x56, 0x7E, 0x2A, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFF, 0x7A, 0x2F, 0x7F, 0xFF, 0x60, 0x64, 0xA4, 0x15, 0x80, 0x00,
269
+ 0x88, 0x40, 0x80, 0x01, 0x85, 0x6C, 0x80, 0x00, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x82, 0x26, 0x80, 0x01, 0x85, 0x2A, 0x80, 0x02, 0x81, 0x4B, 0x83, 0x70, 0x80, 0x00, 0x83, 0x94, 0x80,
270
+ 0x00, 0x88, 0x30, 0x80, 0x00, 0xA1, 0xAE, 0x5B, 0x9C, 0x7F, 0xFE, 0x7B, 0x92, 0x7F, 0xFD, 0x7B, 0x84, 0x7F, 0xFB, 0x7F, 0xFF, 0x7F, 0xFA, 0x7F, 0xFF, 0x7F, 0xC5, 0x7F, 0xFF, 0x7D, 0x0F, 0x7F, 0xFF, 0x7A, 0x3C,
271
+ 0x7F, 0xFF, 0x76, 0x65, 0x7D, 0xCC, 0x7F, 0xFF, 0x7B, 0xEF, 0x7F, 0xFF, 0x73, 0xA2, 0x7F, 0xFF, 0x65, 0xF4, 0xAC, 0xD4, 0x82, 0xC5, 0x84, 0x12, 0x80, 0x00, 0x84, 0xBF, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80,
272
+ 0x00, 0x80, 0xFD, 0x80, 0x00, 0x82, 0xD0, 0x80, 0x00, 0x84, 0x17, 0x85, 0x30, 0x80, 0x00, 0x86, 0x4B, 0x80, 0x00, 0x80, 0x00, 0x83, 0x67, 0x80, 0x00, 0x88, 0x56, 0x80, 0x00, 0xAC, 0x60, 0x5C, 0x2B, 0x7F, 0xFF,
273
+ 0x74, 0xD1, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFB, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7E, 0xC1, 0x7F, 0xFF, 0x7B, 0x02, 0x7F, 0xB4, 0x7F, 0xFF, 0x7E, 0xA5, 0x7E, 0x1F, 0x7D, 0xAB, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F,
274
+ 0xFC, 0x77, 0x6A, 0x7F, 0xFE, 0x5E, 0xC3, 0xA2, 0x47, 0x80, 0x00, 0x85, 0x85, 0x80, 0x00, 0x84, 0x70, 0x80, 0x00, 0x80, 0xD2, 0x81, 0x00, 0x80, 0x02, 0x84, 0x4D, 0x80, 0x00, 0x81, 0xEC, 0x80, 0x00, 0x80, 0x89,
275
+ 0x80, 0x00, 0x80, 0x00, 0x81, 0xBA, 0x80, 0x00, 0x83, 0x12, 0x80, 0x01, 0x8C, 0xA9, 0x80, 0x01, 0x9D, 0x7A, 0x5F, 0xE2, 0x7F, 0xFF, 0x76, 0x8B, 0x7F, 0xFF, 0x7C, 0x6C, 0x7F, 0xFE, 0x7D, 0xEE, 0x7F, 0x94, 0x7F,
276
+ 0xFF, 0x7D, 0x0A, 0x7D, 0xE7, 0x7C, 0xB1, 0x7F, 0xFE, 0x79, 0x0B, 0x7F, 0xFE, 0x7F, 0xFF, 0x7B, 0xC1, 0x7F, 0xFF, 0x7D, 0x68, 0x7F, 0xFE, 0x74, 0xF9, 0x7F, 0xFD, 0x60, 0xD7, 0xA5, 0x4D, 0x80, 0x00, 0x87, 0x63,
277
+ 0x80, 0x00, 0x86, 0xB9, 0x80, 0x01, 0x84, 0xDC, 0x80, 0x01, 0x80, 0x00, 0x86, 0x41, 0x80, 0x00, 0x82, 0x87, 0x80, 0x00, 0x80, 0x10, 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x80, 0x04, 0x80, 0x00, 0x80, 0x00, 0x89,
278
+ 0x73, 0x80, 0x00, 0xA0, 0x7E, 0x4E, 0x12, 0x7F, 0xFF, 0x77, 0x33, 0x7F, 0xFF, 0x7A, 0x40, 0x7F, 0xFD, 0x7F, 0xDB, 0x7D, 0xCF, 0x7F, 0xFF, 0x7D, 0x94, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF,
279
+ 0x7F, 0xFF, 0x7A, 0xF1, 0x7F, 0xFF, 0x7F, 0xFF, 0x7C, 0x00, 0x7F, 0xFF, 0x73, 0xA2, 0x7F, 0xFF, 0x55, 0xE9, 0xA1, 0x96, 0x80, 0x01, 0x89, 0xB2, 0x80, 0x01, 0x80, 0x00, 0x80, 0x00, 0x82, 0x3D, 0x80, 0x00, 0x80,
280
+ 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x82, 0x7E, 0x80, 0x00, 0x80, 0x03, 0x80, 0x6E, 0x80, 0x02, 0x85, 0x02, 0x80, 0x00, 0x8A, 0x1C, 0x80, 0x00, 0x9E, 0x77, 0x5D, 0xF1, 0x7F, 0xFF, 0x74, 0x2F,
281
+ 0x7F, 0xFF, 0x7D, 0x60, 0x7F, 0xFF, 0x7B, 0x01, 0x7F, 0xFF, 0x7F, 0xFF, 0x7E, 0x11, 0x7F, 0xFF, 0x7E, 0x46, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFF, 0x7A, 0xFC, 0x7F, 0xFF, 0x72,
282
+ 0x4C, 0x7F, 0xFF, 0x5F, 0xBB, 0xA3, 0xB6, 0x80, 0x00, 0x89, 0x80, 0x80, 0x00, 0x86, 0xD7, 0x80, 0x00, 0x81, 0xED, 0x80, 0xA9, 0x80, 0x03, 0x83, 0x1D, 0x80, 0x02, 0x80, 0xC5, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02,
283
+ 0x81, 0x6C, 0x80, 0xA8, 0x80, 0x00, 0x83, 0xC3, 0x80, 0x01, 0x8D, 0x18, 0x80, 0x02, 0x9C, 0x6A, 0x59, 0xC0, 0x7F, 0xFD, 0x75, 0x23, 0x7F, 0xFE, 0x77, 0x73, 0x7F, 0xFF, 0x7C, 0x6A, 0x7A, 0xA9, 0x7F, 0xFF, 0x7A,
284
+ 0x3F, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xF5, 0x7F, 0xFE, 0x7A, 0xE6, 0x7F, 0xFF, 0x7D, 0xA1, 0x7E, 0xE7, 0x7F, 0xFE, 0x72, 0x70, 0x7F, 0xFE, 0x4E, 0x66, 0x9B, 0xF1, 0x80, 0x00, 0x88, 0xB5,
285
+ 0x80, 0x00, 0x85, 0x27, 0x80, 0x70, 0x82, 0xC5, 0x82, 0x8A, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x81, 0xFA, 0x80, 0x00, 0x81, 0x39, 0x81, 0xAC, 0x80, 0x03, 0x85, 0xC3, 0x80, 0x03, 0x8A,
286
+ 0x6C, 0x80, 0x02, 0x9F, 0xE0, 0x64, 0x3E, 0x7F, 0xFE, 0x71, 0x46, 0x7F, 0xFE, 0x7B, 0xF8, 0x7F, 0xFF, 0x7C, 0x5E, 0x7F, 0xFF, 0x7F, 0xFF, 0x79, 0x34, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7E, 0x30, 0x7F, 0xFF,
287
+ 0x7F, 0xFF, 0x7C, 0xEE, 0x7F, 0xFF, 0x7A, 0xEB, 0x7F, 0xFF, 0x73, 0x36, 0x7F, 0xFE, 0x60, 0xE3, 0x9D, 0xFD, 0x80, 0x01, 0x8A, 0x6E, 0x80, 0x00, 0x82, 0x64, 0x80, 0x00, 0x85, 0x42, 0x80, 0x00, 0x80, 0x01, 0x82,
288
+ 0x23, 0x80, 0x01, 0x80, 0xDC, 0x80, 0x02, 0x80, 0x9B, 0x80, 0x03, 0x80, 0x4D, 0x80, 0x00, 0x80, 0x02, 0x84, 0xE6, 0x80, 0x03, 0x8D, 0xD1, 0x80, 0x03, 0xA4, 0x54, 0x61, 0xF2, 0x7F, 0xFF, 0x75, 0xDA, 0x7F, 0xFF,
289
+ 0x7F, 0x22, 0x7F, 0xFF, 0x7A, 0xFC, 0x7C, 0x01, 0x7F, 0xFF, 0x7F, 0xFF, 0x7C, 0xD1, 0x7E, 0xAE, 0x7F, 0xFF, 0x7A, 0x79, 0x7F, 0xFF, 0x7F, 0xE8, 0x7F, 0xFF, 0x7F, 0xFE, 0x76, 0x15, 0x7F, 0xFD, 0x6D, 0xED, 0x7F,
290
+ 0xFF, 0x61, 0xDB, 0xA4, 0x84, 0x80, 0x00, 0x8B, 0x82, 0x80, 0x00, 0x83, 0x67, 0x80, 0x00, 0x83, 0xAD, 0x85, 0xB9, 0x80, 0x02, 0x80, 0x8E, 0x80, 0x01, 0x80, 0xC1, 0x80, 0x00, 0x80, 0x02, 0x81, 0x36, 0x80, 0x00,
291
+ 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x83, 0xCC, 0x80, 0x00, 0x8E, 0xD1, 0x80, 0x00, 0xA5, 0x16, 0x65, 0x51, 0x7F, 0xFF, 0x70, 0xE8, 0x7F, 0xFF, 0x72, 0xAB, 0x7C, 0x38, 0x7F, 0xFE, 0x7D, 0xAC, 0x7F, 0xFE, 0x7A,
292
+ 0x56, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFC, 0x7E, 0x35, 0x7F, 0xFD, 0x7F, 0xFF, 0x7D, 0x68, 0x7F, 0xFB, 0x7A, 0x7A, 0x7F, 0xF8, 0x78, 0x7E, 0x7F, 0xFB, 0x60, 0x97, 0x9D, 0x1D, 0x80, 0x00, 0x8F, 0xB9, 0x80, 0x00,
293
+ 0x86, 0x2F, 0x80, 0x00, 0x80, 0xF4, 0x80, 0x00, 0x80, 0x00, 0x88, 0xB3, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x00, 0x81, 0x66, 0x80, 0x00, 0x87, 0x0F, 0x80, 0x00, 0x8B, 0x32, 0x80,
294
+ 0x00, 0x9C, 0x22, 0x5E, 0xE7, 0x7F, 0xFF, 0x77, 0xA3, 0x7F, 0xFF, 0x7C, 0xCD, 0x7F, 0xFF, 0x79, 0x7D, 0x7F, 0xFF, 0x7F, 0xFF, 0x7E, 0x6F, 0x7F, 0xFF, 0x7D, 0xD7, 0x7F, 0xFF, 0x7A, 0x43, 0x7F, 0xFF, 0x7F, 0xBA,
295
+ 0x7E, 0x58, 0x7F, 0xFE, 0x75, 0x29, 0x7F, 0xFF, 0x75, 0x02, 0x7F, 0xFF, 0x5E, 0x4F, 0x9F, 0x94, 0x80, 0x00, 0x85, 0xE7, 0x80, 0x00, 0x81, 0xA6, 0x80, 0x00, 0x83, 0x59, 0x80, 0x00, 0x80, 0x02, 0x81, 0x6A, 0x82,
296
+ 0x6C, 0x80, 0x00, 0x80, 0x01, 0x85, 0x9F, 0x80, 0x02, 0x89, 0x94, 0x80, 0x00, 0x80, 0x00, 0x87, 0x5F, 0x80, 0x00, 0x93, 0x49, 0x80, 0x00, 0x9A, 0xAF, 0x5C, 0x61, 0x7F, 0xFC, 0x75, 0x79, 0x7F, 0xFB, 0x7C, 0x45,
297
+ 0x7F, 0xFE, 0x7D, 0x01, 0x7D, 0xA0, 0x7F, 0xFA, 0x7E, 0x69, 0x7F, 0xFA, 0x7C, 0x51, 0x7F, 0xFC, 0x7F, 0xFF, 0x7E, 0x76, 0x7F, 0xFF, 0x7C, 0x1C, 0x7F, 0xFF, 0x7F, 0xFC, 0x7A, 0xA0, 0x7F, 0xFD, 0x74, 0xDA, 0x7F,
298
+ 0xFD, 0x57, 0x52, 0x9B, 0xDA, 0x80, 0x02, 0x94, 0x04, 0x80, 0x01, 0x82, 0x3A, 0x82, 0x5D, 0x82, 0x92, 0x80, 0x40, 0x80, 0x04, 0x85, 0xBC, 0x80, 0x01, 0x81, 0x75, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x00,
299
+ 0x83, 0x98, 0x80, 0x01, 0x88, 0xDD, 0x80, 0x00, 0x88, 0xF7, 0x80, 0x00, 0xA3, 0x49, 0x62, 0x1B, 0x7F, 0xFF, 0x72, 0xC8, 0x7F, 0xFD, 0x71, 0xA8, 0x7F, 0xFE, 0x7C, 0x0B, 0x7E, 0x01, 0x7F, 0xFD, 0x7A, 0x25, 0x7F,
300
+ 0xFE, 0x7B, 0x3D, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0x4F, 0x7F, 0xFF, 0x7B, 0x90, 0x7F, 0xFF, 0x76, 0xD5, 0x7F, 0xFF, 0x6F, 0xA0, 0x7F, 0xFF, 0x64, 0x7B, 0x9C, 0x4A, 0x80, 0x00, 0x8C, 0x7C, 0x80, 0x00, 0x88, 0xA5,
301
+ 0x80, 0x03, 0x89, 0xA6, 0x80, 0x00, 0x80, 0x01, 0x88, 0x46, 0x80, 0x03, 0x85, 0xC3, 0x80, 0x02, 0x85, 0x7D, 0x80, 0xE9, 0x80, 0x00, 0x80, 0xE3, 0x80, 0x00, 0x87, 0x9E, 0x80, 0x01, 0x8C, 0xF0, 0x80, 0x03, 0x9A,
302
+ 0xD1, 0x5F, 0x0D, 0x7F, 0xFF, 0x73, 0xFB, 0x7F, 0xFF, 0x77, 0xD4, 0x7F, 0xFF, 0x78, 0x99, 0x7D, 0x8A, 0x7F, 0xFF, 0x77, 0xEE, 0x7B, 0x6E, 0x7C, 0x8F, 0x7F, 0xFF, 0x7D, 0x01, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF,
303
+ 0x7F, 0xC2, 0x7F, 0xFF, 0x7F, 0xFF, 0x72, 0xCC, 0x7F, 0xFF, 0x5B, 0xDC, 0xAF, 0xE1, 0x80, 0x01, 0x89, 0x4C, 0x80, 0x03, 0x83, 0xA4, 0x83, 0x90, 0x81, 0x1F, 0x86, 0x7E, 0x82, 0xB1, 0x84, 0x4A, 0x81, 0xB8, 0x82,
304
+ 0x0C, 0x80, 0x03, 0x80, 0x00, 0x82, 0x4A, 0x80, 0x00, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x84, 0xEC, 0x80, 0x00, 0x8F, 0x83, 0x80, 0x02, 0xA7, 0xA9, 0x64, 0xF7, 0x7F, 0xFD, 0x74, 0x5B, 0x7F, 0xFF, 0x71, 0xB1,
305
+ 0x7F, 0xFF, 0x7E, 0x25, 0x77, 0x9B, 0x7F, 0xFE, 0x7B, 0x67, 0x7F, 0xD9, 0x7F, 0xFF, 0x7F, 0xFF, 0x7E, 0x6A, 0x7F, 0xFF, 0x7F, 0x4E, 0x7E, 0x40, 0x7F, 0xFF, 0x74, 0x5B, 0x7F, 0xFF, 0x78, 0xB6, 0x7F, 0xFF, 0x5A,
306
+ 0x5A, 0x9D, 0x3F, 0x80, 0x00, 0x8E, 0x18, 0x80, 0x00, 0x8B, 0x01, 0x80, 0x00, 0x86, 0xBB, 0x80, 0x67, 0x80, 0xE1, 0x84, 0xF2, 0x80, 0x04, 0x87, 0x37, 0x80, 0x03, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0xD7,
307
+ 0x80, 0x00, 0x88, 0xE1, 0x80, 0x00, 0x8C, 0x94, 0x80, 0x00, 0x9D, 0x56, 0x5C, 0xE2, 0x7F, 0xFF, 0x73, 0x78, 0x7F, 0xFF, 0x75, 0x25, 0x7F, 0xFF, 0x7D, 0x07, 0x7D, 0xDC, 0x7B, 0x5B, 0x7C, 0x3D, 0x7F, 0xFF, 0x7E,
308
+ 0xB1, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0x9C, 0x7F, 0xFF, 0x7F, 0xFF, 0x78, 0xEE, 0x7F, 0xFF, 0x73, 0xE4, 0x7F, 0xFF, 0x67, 0x5C, 0xA8, 0x8A, 0x80, 0x00, 0x8D, 0x68, 0x80, 0x00, 0x88, 0x22, 0x80, 0x00,
309
+ 0x80, 0xC0, 0x87, 0xCB, 0x80, 0x00, 0x84, 0xDC, 0x82, 0x2E, 0x80, 0x02, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x02, 0x82, 0x03, 0x80, 0x4B, 0x80, 0x00, 0x81, 0x2B, 0x80, 0x00, 0x89, 0xB1, 0x80, 0x00, 0xB1,
310
+ 0x0C, 0x63, 0x23, 0x7F, 0xFE, 0x73, 0xFB, 0x7F, 0xFE, 0x7F, 0xB5, 0x7F, 0xFF, 0x7D, 0x0A, 0x7E, 0x22, 0x7F, 0xFE, 0x7D, 0x74, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE, 0x7C, 0xE9, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF,
311
+ 0x7F, 0xFF, 0x77, 0xBA, 0x7F, 0xFE, 0x76, 0xC7, 0x7F, 0xFE, 0x5E, 0xBB, 0x9A, 0xA7, 0x80, 0x00, 0x8C, 0xC4, 0x80, 0x00, 0x8B, 0xAA, 0x80, 0x01, 0x80, 0x00, 0x81, 0x4F, 0x80, 0x00, 0x8A, 0xDF, 0x80, 0x00, 0x80,
312
+ 0x8A, 0x80, 0x02, 0x80, 0x00, 0x80, 0x00, 0x80, 0x03, 0x84, 0xB6, 0x80, 0x05, 0x84, 0x2A, 0x80, 0x01, 0x8C, 0x09, 0x80, 0x00, 0xA0, 0xB9, 0x5D, 0x29, 0x7F, 0xFE, 0x79, 0x27, 0x7F, 0xFD, 0x76, 0x06, 0x7F, 0xFE,
313
+ 0x7E, 0xAE, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0x3F, 0x7F, 0xFF, 0x7B, 0x08, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7D, 0x43, 0x7F, 0xFF, 0x7F, 0xFF, 0x76, 0x24, 0x7F, 0xFF, 0x75, 0x94, 0x7F, 0xFE, 0x61, 0x27, 0xA4,
314
+ 0x79, 0x80, 0x01, 0x89, 0x59, 0x80, 0x02, 0x81, 0xB1, 0x80, 0x02, 0x83, 0xED, 0x81, 0x39, 0x80, 0x00, 0x80, 0x02, 0x85, 0xE8, 0x86, 0x47, 0x80, 0x00, 0x83, 0xB5, 0x80, 0x01, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00,
315
+ 0x83, 0x19, 0x80, 0x00, 0x8E, 0x49, 0x80, 0x00, 0x9E, 0xDE, 0x54, 0xD9, 0x7F, 0xFF, 0x73, 0xBD, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0x3B, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7D, 0x89, 0x7F, 0xFF, 0x7F,
316
+ 0xFD, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE, 0x79, 0x7A, 0x7F, 0xFE, 0x77, 0x82, 0x7F, 0x1A, 0x52, 0x2D, 0x9B, 0xC5, 0x80, 0x00, 0x91, 0xE0, 0x80, 0x00, 0x80, 0xC5, 0x80, 0x01,
317
+ 0x80, 0x00, 0x80, 0x16, 0x80, 0x00, 0x86, 0x29, 0x80, 0x00, 0x85, 0x61, 0x81, 0x51, 0x81, 0x6F, 0x80, 0x00, 0x80, 0x01, 0x83, 0x0D, 0x80, 0x00, 0x8A, 0xCA, 0x80, 0x00, 0x87, 0xF3, 0x82, 0xC3, 0xA3, 0x35, 0x61,
318
+ 0x53, 0x7F, 0xFF, 0x76, 0x39, 0x7F, 0xFF, 0x78, 0x3B, 0x7F, 0xFF, 0x7F, 0xFD, 0x7D, 0x70, 0x7F, 0xFE, 0x7A, 0x88, 0x7F, 0xFF, 0x77, 0xE8, 0x7F, 0xFF, 0x7D, 0xD6, 0x7F, 0xFF, 0x7F, 0xAE, 0x7B, 0x2A, 0x7F, 0xFF,
319
+ 0x79, 0x17, 0x7F, 0xFF, 0x79, 0x51, 0x7F, 0xFF, 0x61, 0x8D, 0xA2, 0xDD, 0x80, 0x03, 0x8A, 0x06, 0x80, 0x04, 0x81, 0x36, 0x80, 0x01, 0x81, 0x8E, 0x80, 0x00, 0x82, 0xD8, 0x81, 0xA1, 0x80, 0x00, 0x84, 0xD8, 0x80,
320
+ 0x00, 0x86, 0x7D, 0x80, 0x00, 0x85, 0xAD, 0x82, 0x38, 0x80, 0x02, 0x8F, 0xD9, 0x80, 0x00, 0x8A, 0xB9, 0x80, 0x00, 0x9B, 0x67, 0x5A, 0x10, 0x7F, 0xFF, 0x79, 0x01, 0x7F, 0xFE, 0x7F, 0x66, 0x7F, 0xFF, 0x7B, 0x18,
321
+ 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE, 0x7E, 0x46, 0x7F, 0xFE, 0x78, 0xA7, 0x7F, 0xFF, 0x7C, 0xB1, 0x7F, 0xFF, 0x7F, 0xFF, 0x75, 0x65, 0x7F, 0xFF, 0x73, 0x0F, 0x7F, 0xFF, 0x67, 0x26, 0xAC, 0xFB, 0x80,
322
+ 0x00, 0x89, 0x6D, 0x80, 0x00, 0x82, 0x5A, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x01, 0x84, 0x10, 0x80, 0x02, 0x86, 0x3C, 0x80, 0x00, 0x80, 0x01, 0x82, 0xF5, 0x80, 0x02, 0x82, 0x9A, 0x80, 0x01, 0x80, 0x00,
323
+ 0x87, 0x3C, 0x80, 0x01, 0x87, 0x95, 0x80, 0x01, 0xAD, 0x4A, 0x61, 0xF4, 0x7F, 0xFF, 0x72, 0x28, 0x7F, 0xFE, 0x7B, 0x35, 0x7F, 0xFB, 0x7F, 0xFF, 0x7D, 0x2F, 0x7F, 0xFF, 0x7F, 0x80, 0x7F, 0xFF, 0x7E, 0xAF, 0x7F,
324
+ 0xFE, 0x7F, 0xFF, 0x7F, 0xFE, 0x7D, 0xDC, 0x7F, 0xD0, 0x7F, 0xFF, 0x7A, 0x02, 0x7F, 0xFF, 0x78, 0xF3, 0x7F, 0xFF, 0x5A, 0x75, 0x9E, 0xD6, 0x80, 0x00, 0x8C, 0x40, 0x80, 0x00, 0x87, 0x1B, 0x80, 0x01, 0x80, 0xE3,
325
+ 0x81, 0x0B, 0x82, 0xC7, 0x83, 0x8A, 0x80, 0x01, 0x84, 0x91, 0x80, 0x00, 0x82, 0x19, 0x80, 0x00, 0x80, 0x03, 0x81, 0xF3, 0x80, 0x00, 0x82, 0xCF, 0x80, 0x00, 0x8B, 0xA3, 0x80, 0x00, 0x9D, 0x0B, 0x62, 0x3F, 0x7F,
326
+ 0xFE, 0x77, 0x4D, 0x7F, 0xFD, 0x7B, 0x1F, 0x7F, 0xFF, 0x7A, 0xA6, 0x7F, 0xFF, 0x7F, 0xFD, 0x7C, 0x68, 0x7F, 0xFF, 0x7C, 0xCE, 0x7F, 0xFF, 0x7F, 0x5C, 0x7F, 0xFF, 0x7C, 0x82, 0x7F, 0xFF, 0x7F, 0xFD, 0x78, 0x3D,
327
+ 0x7F, 0xFE, 0x76, 0xE0, 0x7F, 0xFC, 0x65, 0x53, 0xA9, 0x16, 0x80, 0x03, 0x87, 0x3D, 0x80, 0x02, 0x85, 0x79, 0x80, 0x09, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x4C, 0x80, 0x00, 0x80, 0x05, 0x80, 0x00, 0x84,
328
+ 0x13, 0x80, 0x00, 0x81, 0x8A, 0x80, 0x01, 0x80, 0x00, 0x84, 0x90, 0x80, 0x00, 0x87, 0x02, 0x80, 0x01, 0x9F, 0x93, 0x4D, 0x81, 0x7F, 0xFC, 0x77, 0x41, 0x7F, 0xFD, 0x7F, 0xFF, 0x7D, 0xD7, 0x7F, 0xFF, 0x7F, 0xFE,
329
+ 0x7F, 0xFF, 0x7D, 0x68, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFC, 0x7A, 0xDE, 0x7F, 0xFD, 0x76, 0x10, 0x7F, 0xFF, 0x5B, 0x09, 0x9A, 0xD7, 0x80,
330
+ 0x00, 0x8A, 0x6C, 0x80, 0x00, 0x81, 0xD3, 0x80, 0x01, 0x80, 0x00, 0x81, 0x63, 0x80, 0x00, 0x80, 0xC9, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x81, 0x4A, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x82, 0xAF, 0x8B, 0x16,
331
+ 0x80, 0x00, 0x8A, 0x01, 0x80, 0x00, 0xA4, 0x59, 0x62, 0x57, 0x7F, 0xFE, 0x78, 0xE8, 0x7F, 0xFD, 0x7F, 0x07, 0x7F, 0xFE, 0x7E, 0xB7, 0x7F, 0xFE, 0x7D, 0x2D, 0x7E, 0xB0, 0x7F, 0xFF, 0x79, 0x77, 0x7F, 0xFF, 0x7E,
332
+ 0x69, 0x7F, 0xFF, 0x7F, 0xFC, 0x7E, 0x7D, 0x7F, 0xFF, 0x79, 0x2E, 0x7F, 0xFF, 0x73, 0xDD, 0x7F, 0xFF, 0x65, 0x05, 0x9E, 0xED, 0x80, 0x00, 0x89, 0x5A, 0x80, 0x01, 0x85, 0x71, 0x80, 0x00, 0x80, 0x01, 0x80, 0x83,
333
+ 0x80, 0x00, 0x80, 0x02, 0x85, 0x75, 0x81, 0x1C, 0x80, 0x03, 0x80, 0x00, 0x80, 0x04, 0x86, 0xC0, 0x80, 0x03, 0x80, 0x00, 0x85, 0x8E, 0x80, 0x01, 0x8F, 0x6B, 0x80, 0x02, 0x9E, 0x8F, 0x54, 0xCF, 0x7E, 0x94, 0x74,
334
+ 0x6E, 0x7F, 0xFF, 0x7C, 0x04, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xEC, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFB, 0x7F, 0xFF, 0x7F, 0x46, 0x7F, 0xFF, 0x7F, 0x10, 0x7F, 0x02, 0x7F, 0xFE, 0x7C, 0x18,
335
+ 0x7F, 0xFF, 0x7A, 0xDA, 0x7F, 0xFF, 0x54, 0x18, 0x9D, 0x08, 0x80, 0x00, 0x92, 0xD5, 0x80, 0x00, 0x83, 0xA4, 0x80, 0x00, 0x80, 0x02, 0x82, 0x34, 0x80, 0x02, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x02, 0x80,
336
+ 0x00, 0x80, 0x03, 0x82, 0x52, 0x80, 0x04, 0x80, 0x00, 0x88, 0xBD, 0x80, 0x00, 0x89, 0x78, 0x80, 0x00, 0xA1, 0x68, 0x64, 0x95, 0x7F, 0xFF, 0x72, 0x3F, 0x7F, 0xFF, 0x7E, 0x87, 0x7F, 0xFF, 0x7C, 0x30, 0x7F, 0xFF,
337
+ 0x7F, 0xFF, 0x7E, 0x7B, 0x7F, 0xFE, 0x78, 0xD4, 0x7F, 0xFE, 0x7F, 0xA8, 0x7F, 0xFE, 0x7F, 0xFF, 0x78, 0x51, 0x7C, 0x3A, 0x76, 0xB3, 0x7F, 0xFF, 0x75, 0x8F, 0x7F, 0xFD, 0x60, 0xB7, 0x9F, 0x54, 0x80, 0x02, 0x88,
338
+ 0x76, 0x80, 0x00, 0x87, 0xC6, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x04, 0x80, 0x00, 0x82, 0x9E, 0x80, 0x00, 0x82, 0x6D, 0x80, 0x03, 0x82, 0x40, 0x82, 0x60, 0x80, 0x01, 0x8B, 0x81, 0x80, 0x02,
339
+ 0x8E, 0xEE, 0x80, 0x01, 0x9B, 0xF0, 0x60, 0x44, 0x7F, 0xFC, 0x77, 0x0C, 0x7F, 0xFB, 0x7C, 0x2F, 0x7F, 0xFB, 0x7A, 0xDC, 0x7F, 0xFB, 0x7F, 0xC1, 0x7F, 0xFD, 0x7F, 0xFF, 0x7E, 0x77, 0x7F, 0xFF, 0x7F, 0xE9, 0x7F,
340
+ 0xFE, 0x7D, 0x57, 0x7B, 0xE3, 0x7E, 0xA4, 0x78, 0x43, 0x7F, 0xFF, 0x73, 0xFF, 0x7F, 0xFF, 0x5F, 0x88, 0xAB, 0x8F, 0x80, 0x00, 0x8B, 0xBC, 0x80, 0x00, 0x81, 0x8E, 0x80, 0x00, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00,
341
+ 0x80, 0x00, 0x80, 0x01, 0x80, 0x23, 0x80, 0x03, 0x80, 0x00, 0x84, 0x80, 0x80, 0x01, 0x82, 0xD8, 0x84, 0x11, 0x80, 0x00, 0x88, 0x45, 0x80, 0x00, 0x87, 0x9B, 0x80, 0x00, 0xA6, 0xB4, 0x66, 0x48, 0x7F, 0xF9, 0x6E,
342
+ 0x28, 0x7F, 0xFA, 0x79, 0x86, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFD, 0x7E, 0x1C, 0x7F, 0xFD, 0x7F, 0x2A, 0x7F, 0xFD, 0x7F, 0xFF, 0x7C, 0x85, 0x7B, 0xEC, 0x79, 0x63, 0x7F, 0xFE, 0x77, 0xA7, 0x7F, 0xFC,
343
+ 0x75, 0xE7, 0x7F, 0xFA, 0x60, 0x1D, 0x99, 0x82, 0x80, 0x04, 0x8B, 0x9B, 0x80, 0x00, 0x8B, 0xC6, 0x80, 0x00, 0x83, 0x67, 0x80, 0x00, 0x80, 0x00, 0x82, 0xF3, 0x80, 0x00, 0x87, 0x15, 0x80, 0x00, 0x84, 0x90, 0x84,
344
+ 0xA2, 0x81, 0x02, 0x87, 0x0A, 0x80, 0x00, 0x89, 0x59, 0x80, 0x00, 0x89, 0x79, 0x80, 0x00, 0x9C, 0xA2, 0x60, 0x1B, 0x7F, 0xFE, 0x79, 0x00, 0x7F, 0xFD, 0x74, 0xBA, 0x7F, 0xFD, 0x79, 0x8D, 0x7F, 0xFF, 0x7F, 0xFF,
345
+ 0x7E, 0xB0, 0x7F, 0xFF, 0x79, 0x85, 0x7F, 0xFF, 0x7A, 0xA6, 0x7F, 0xFF, 0x7C, 0xBD, 0x7A, 0xB0, 0x7F, 0xFE, 0x70, 0xD6, 0x7F, 0xFF, 0x6E, 0x9F, 0x7F, 0xFF, 0x6A, 0x20, 0xA2, 0xCC, 0x81, 0x2E, 0x86, 0xB6, 0x80,
346
+ 0x01, 0x88, 0x30, 0x80, 0x01, 0x87, 0x47, 0x80, 0xA7, 0x83, 0x69, 0x80, 0x00, 0x80, 0x01, 0x86, 0xE6, 0x80, 0x00, 0x83, 0x92, 0x80, 0x02, 0x80, 0x78, 0x84, 0xD2, 0x80, 0x00, 0x8A, 0x33, 0x80, 0x00, 0x8B, 0xEE,
347
+ 0x80, 0x00, 0x98, 0x53, 0x55, 0xCF, 0x7F, 0xFD, 0x76, 0x78, 0x7F, 0xFE, 0x79, 0x4C, 0x7F, 0xFF, 0x7E, 0x39, 0x79, 0x90, 0x7F, 0xFF, 0x7F, 0x58, 0x7F, 0xFF, 0x7F, 0xE6, 0x7F, 0xFD, 0x7F, 0xFF, 0x7C, 0xD4, 0x7F,
348
+ 0xFF, 0x7D, 0x3E, 0x7F, 0xFD, 0x7F, 0xFF, 0x76, 0xCF, 0x7F, 0xFF, 0x73, 0xC2, 0x7F, 0xFF, 0x5A, 0x87, 0x99, 0xBE, 0x80, 0x02, 0x8C, 0xD8, 0x80, 0x02, 0x87, 0x97, 0x80, 0x02, 0x82, 0x90, 0x85, 0x7A, 0x80, 0x01,
349
+ 0x82, 0x5E, 0x80, 0x03, 0x83, 0xB9, 0x80, 0x02, 0x85, 0x35, 0x81, 0xDF, 0x80, 0x03, 0x80, 0x80, 0x80, 0x01, 0x86, 0xA0, 0x80, 0x00, 0x89, 0xFD, 0x80, 0x00, 0xA4, 0xB9, 0x62, 0xA8, 0x7F, 0xFF, 0x74, 0x2A, 0x7F,
350
+ 0xFE, 0x73, 0x76, 0x7F, 0xFF, 0x7C, 0x21, 0x7F, 0xFF, 0x7F, 0xFE, 0x7B, 0x51, 0x7F, 0xFF, 0x7C, 0xAB, 0x7F, 0xFF, 0x7E, 0xD6, 0x7E, 0xCF, 0x7F, 0xA3, 0x7A, 0x2F, 0x7F, 0xFF, 0x78, 0xC3, 0x7F, 0xFC, 0x71, 0x92,
351
+ 0x7F, 0xFD, 0x63, 0x8E, 0x9D, 0xDD, 0x80, 0x00, 0x85, 0x25, 0x80, 0x00, 0x8A, 0xF7, 0x80, 0x00, 0x87, 0x66, 0x80, 0x01, 0x81, 0x8F, 0x85, 0x85, 0x80, 0x00, 0x84, 0x36, 0x80, 0x00, 0x85, 0x52, 0x81, 0x5A, 0x80,
352
+ 0x00, 0x83, 0xEA, 0x80, 0x02, 0x89, 0x55, 0x80, 0x01, 0x8B, 0x7F, 0x80, 0x00, 0x9C, 0x55, 0x59, 0x2C, 0x7F, 0xFF, 0x7A, 0x40, 0x7F, 0xFF, 0x76, 0xCA, 0x7F, 0x6F, 0x7E, 0xC1, 0x7E, 0xB1, 0x7B, 0x10, 0x7F, 0xFF,
353
+ 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFE, 0x7A, 0xDA, 0x7F, 0xFF, 0x7D, 0xB5, 0x7F, 0xFF, 0x7F, 0xFF, 0x78, 0x18, 0x7F, 0xFE, 0x79, 0xB9, 0x7F, 0xFE, 0x63, 0x79, 0xB1, 0xEC, 0x80, 0x02, 0x8A, 0xA5, 0x80, 0x01, 0x80,
354
+ 0x00, 0x83, 0x21, 0x80, 0x00, 0x85, 0x3B, 0x81, 0x4E, 0x80, 0x8C, 0x81, 0x0C, 0x80, 0x00, 0x80, 0x53, 0x80, 0x01, 0x80, 0x56, 0x80, 0x00, 0x80, 0x00, 0x81, 0x57, 0x80, 0x00, 0x84, 0x71, 0x80, 0x00, 0x88, 0x1F,
355
+ 0x80, 0x00, 0xA5, 0x3F, 0x67, 0xE5, 0x7F, 0xFF, 0x72, 0x98, 0x7F, 0xFF, 0x79, 0xD5, 0x7F, 0xEA, 0x7E, 0xB9, 0x7D, 0xCA, 0x7F, 0xFF, 0x7B, 0xC3, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFF, 0x7B, 0xD0, 0x72,
356
+ 0xB2, 0x7F, 0xFF, 0x7F, 0xFF, 0x7A, 0xDA, 0x7F, 0xFF, 0x75, 0x60, 0x7F, 0xFF, 0x60, 0x30, 0x9F, 0x36, 0x80, 0x00, 0x88, 0xB3, 0x80, 0x00, 0x88, 0x37, 0x80, 0x00, 0x80, 0xE6, 0x80, 0x02, 0x80, 0x00, 0x81, 0x38,
357
+ 0x80, 0x02, 0x87, 0x2A, 0x80, 0x02, 0x84, 0x4D, 0x80, 0x00, 0x81, 0x20, 0x81, 0x23, 0x80, 0x05, 0x86, 0x26, 0x80, 0x05, 0x8C, 0x1B, 0x80, 0x00, 0x9E, 0xCC, 0x5E, 0xFF, 0x7F, 0xFF, 0x78, 0x7A, 0x7F, 0xFE, 0x79,
358
+ 0xD7, 0x7F, 0xFE, 0x7F, 0x69, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0x21, 0x7D, 0x41, 0x7F, 0x56, 0x7F, 0xFF, 0x7B, 0xB3, 0x7F, 0xFF, 0x7D, 0x92, 0x7F, 0xFE, 0x7F, 0xFF, 0x7B, 0xD1, 0x7F, 0xFF, 0x6F, 0x60, 0x7F, 0xFF,
359
+ 0x60, 0xBD, 0xA8, 0x9A, 0x80, 0x7C, 0x8A, 0xFD, 0x80, 0x00, 0x83, 0x84, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x81, 0x20, 0x80, 0xDC, 0x80, 0x01, 0x80, 0xFB, 0x81, 0x6D, 0x80, 0x00, 0x80,
360
+ 0x04, 0x81, 0xEA, 0x80, 0x04, 0x81, 0x01, 0x80, 0x00, 0x89, 0x11, 0x80, 0x00, 0xAA, 0xAC, 0x62, 0x1F, 0x7F, 0xFF, 0x6C, 0xF6, 0x7F, 0xFF, 0x78, 0x47, 0x7F, 0xFC, 0x7F, 0xFF, 0x7B, 0xC6, 0x7F, 0xFF, 0x7D, 0xD7,
361
+ 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE, 0x7B, 0x33, 0x7F, 0xFC, 0x76, 0xDC, 0x7F, 0xFC, 0x5B, 0xEB, 0x9C, 0x1A, 0x80, 0x00, 0x8F, 0x83, 0x80, 0x01, 0x87,
362
+ 0x55, 0x80, 0x02, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x01, 0x86, 0x5B, 0x80, 0x02, 0x80, 0x00, 0x81, 0x48, 0x80, 0x00, 0x83, 0x01, 0x80, 0x00, 0x8A, 0x43, 0x80, 0x00, 0x87, 0xCE, 0x80, 0x00,
363
+ 0xA0, 0x6F, 0x61, 0xD7, 0x7F, 0xFF, 0x73, 0xC5, 0x7F, 0xFF, 0x7A, 0xF9, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF, 0x7E, 0x94, 0x7F, 0xFF, 0x7F, 0x3F, 0x7F, 0xFE, 0x79, 0xCD, 0x7F, 0xFD, 0x7E, 0x0E, 0x7E,
364
+ 0xB5, 0x7F, 0xFF, 0x72, 0xF9, 0x7F, 0xFF, 0x6F, 0xBA, 0x7F, 0xFF, 0x64, 0x1F, 0x9F, 0xD7, 0x80, 0x9B, 0x89, 0xFF, 0x80, 0x00, 0x82, 0x79, 0x80, 0x00, 0x80, 0xA2, 0x80, 0x00, 0x80, 0x00, 0x80, 0x28, 0x80, 0x01,
365
+ 0x82, 0x39, 0x80, 0x00, 0x82, 0x20, 0x80, 0x00, 0x81, 0xC6, 0x80, 0x1C, 0x81, 0x08, 0x87, 0xDA, 0x80, 0x01, 0x8B, 0x5F, 0x80, 0x01, 0x9E, 0xB1, 0x54, 0x4C, 0x7F, 0xFE, 0x74, 0x92, 0x7F, 0xFF, 0x7E, 0x8A, 0x7F,
366
+ 0xFF, 0x7F, 0xFD, 0x7F, 0x45, 0x7F, 0xFD, 0x7E, 0xB1, 0x7A, 0x26, 0x7E, 0xB2, 0x7C, 0xA3, 0x7F, 0xFF, 0x7B, 0x5A, 0x7F, 0xFD, 0x7F, 0xFF, 0x7D, 0x30, 0x7F, 0xFF, 0x7D, 0x9B, 0x7F, 0xFF, 0x7B, 0x14, 0x7F, 0xFF,
367
+ 0x52, 0xD2, 0x9B, 0x34, 0x80, 0x00, 0x90, 0x7D, 0x80, 0x00, 0x8A, 0xD9, 0x80, 0x00, 0x80, 0x03, 0x83, 0xFB, 0x80, 0x02, 0x84, 0x38, 0x80, 0x00, 0x85, 0xEC, 0x80, 0x37, 0x81, 0x1B, 0x81, 0x1F, 0x80, 0x00, 0x86,
368
+ 0x8F, 0x80, 0x00, 0x85, 0x33, 0x80, 0x01, 0x83, 0xA1, 0x80, 0x00, 0xA1, 0xB1, 0x67, 0x19, 0x7F, 0xFF, 0x6F, 0x8F, 0x7F, 0xFF, 0x74, 0x99, 0x7F, 0xFF, 0x7F, 0xFF, 0x7E, 0xA2, 0x7F, 0xFF, 0x7B, 0xBB, 0x7F, 0xFF,
369
+ 0x77, 0xF0, 0x7F, 0xFF, 0x7B, 0x73, 0x7C, 0x3C, 0x7C, 0xBA, 0x79, 0xBD, 0x7F, 0xFB, 0x73, 0xD9, 0x7F, 0xFC, 0x75, 0x8E, 0x7F, 0xFF, 0x62, 0x7B, 0x9D, 0x1B, 0x80, 0x01, 0x8A, 0xA4, 0x80, 0x02, 0x87, 0xF8, 0x80,
370
+ 0x04, 0x83, 0xFF, 0x80, 0x04, 0x80, 0x00, 0x84, 0x21, 0x80, 0x00, 0x89, 0xE5, 0x80, 0x00, 0x86, 0x5B, 0x80, 0x32, 0x83, 0xB4, 0x83, 0xDD, 0x80, 0x01, 0x8D, 0x9F, 0x80, 0x00, 0x8B, 0x1F, 0x80, 0x02, 0x97, 0xF3,
371
+ 0x5C, 0xE8, 0x7C, 0x41, 0x76, 0x46, 0x7F, 0xFC, 0x77, 0xD0, 0x7F, 0xFA, 0x7F, 0xFF, 0x7F, 0xF8, 0x7C, 0xDA, 0x7C, 0xDA, 0x7B, 0xD3, 0x76, 0xB5, 0x7F, 0xFF, 0x7C, 0x35, 0x7F, 0xFF, 0x7D, 0xC9, 0x7D, 0x68, 0x7F,
372
+ 0xFF, 0x79, 0x12, 0x7F, 0xFF, 0x76, 0x91, 0x7F, 0xFF, 0x67, 0x77, 0xAC, 0xAC, 0x80, 0x00, 0x88, 0xC8, 0x80, 0x02, 0x81, 0x67, 0x80, 0x03, 0x82, 0x61, 0x85, 0x12, 0x80, 0x00, 0x83, 0x1D, 0x82, 0x04, 0x81, 0x65,
373
+ 0x80, 0x4D, 0x80, 0x00, 0x81, 0x1C, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x00, 0x80, 0x28, 0x80, 0x00, 0x86, 0x82, 0x80, 0x00, 0xAC, 0xA3, 0x63, 0xA1, 0x7F, 0xFD, 0x71, 0x7B, 0x7F, 0xFC, 0x7D, 0x9E, 0x7F,
374
+ 0xFD, 0x7F, 0xCA, 0x78, 0x68, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x77, 0x1F, 0x7F, 0xFE, 0x7F, 0x9B, 0x7F, 0xFC, 0x7F, 0xFF, 0x7D, 0xBF, 0x7F, 0xFE, 0x7B, 0x5A, 0x7F, 0xFC, 0x78, 0x5C, 0x7F, 0xFD, 0x5B, 0x7A,
375
+ 0x9E, 0x03, 0x80, 0x01, 0x8E, 0x97, 0x80, 0x02, 0x83, 0x8A, 0x80, 0x02, 0x80, 0x8B, 0x83, 0x74, 0x80, 0x00, 0x82, 0x52, 0x80, 0x00, 0x83, 0xEF, 0x80, 0x01, 0x84, 0x27, 0x80, 0x00, 0x80, 0x06, 0x86, 0x50, 0x80,
376
+ 0x01, 0x89, 0x1C, 0x80, 0x00, 0x8A, 0xA4, 0x80, 0x01, 0x9D, 0x65, 0x64, 0x87, 0x7F, 0xFE, 0x74, 0xFD, 0x7F, 0xFE, 0x76, 0x8C, 0x7F, 0xFE, 0x7A, 0x5A, 0x7F, 0xFE, 0x7B, 0xBC, 0x7A, 0x3D, 0x7F, 0xFF, 0x79, 0xA8,
377
+ 0x7F, 0xFF, 0x7B, 0xB6, 0x7F, 0xFE, 0x7F, 0xFF, 0x7D, 0x96, 0x7F, 0xFF, 0x79, 0x95, 0x7F, 0xFE, 0x79, 0xD6, 0x7F, 0xFF, 0x60, 0x4C, 0xA4, 0x00, 0x80, 0xE8, 0x8B, 0x32, 0x80, 0x00, 0x84, 0x22, 0x80, 0x00, 0x80,
378
+ 0x01, 0x80, 0x00, 0x80, 0x01, 0x83, 0x16, 0x80, 0x01, 0x80, 0x00, 0x82, 0x33, 0x82, 0xC1, 0x80, 0x01, 0x83, 0x45, 0x80, 0x00, 0x80, 0xF1, 0x83, 0x71, 0x80, 0x04, 0x8A, 0x75, 0x80, 0x01, 0x9D, 0x52, 0x51, 0xF8,
379
+ 0x7F, 0xFF, 0x78, 0x16, 0x7F, 0xFF, 0x7E, 0xDE, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xE6, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF, 0x7E, 0x7F, 0x7F, 0xFF, 0x7F, 0x84, 0x7F, 0x60, 0x7F,
380
+ 0xFF, 0x7F, 0x0E, 0x7F, 0xFF, 0x7A, 0xE8, 0x7F, 0xFD, 0x55, 0x92, 0x9E, 0x12, 0x80, 0x02, 0x8D, 0x5B, 0x80, 0x01, 0x81, 0xE9, 0x80, 0x03, 0x80, 0x00, 0x82, 0x11, 0x80, 0x00, 0x83, 0x41, 0x80, 0x00, 0x80, 0xFC,
381
+ 0x80, 0x00, 0x80, 0x06, 0x80, 0x00, 0x80, 0x01, 0x82, 0xF5, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x8E, 0xC8, 0x80, 0x00, 0xA2, 0xF5, 0x62, 0xDA, 0x7F, 0xFE, 0x74, 0x15, 0x7F, 0xFE, 0x7D, 0xF9, 0x7F, 0xFD, 0x7B,
382
+ 0x55, 0x7F, 0xFC, 0x7F, 0xFF, 0x7E, 0x05, 0x7F, 0xFD, 0x7B, 0x6C, 0x7F, 0xFE, 0x78, 0xB5, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7B, 0x41, 0x7F, 0xFF, 0x76, 0x88, 0x7F, 0xFF, 0x5C, 0xFA, 0x9F, 0x91,
383
+ 0x80, 0x00, 0x89, 0x4E, 0x80, 0x00, 0x8A, 0x77, 0x80, 0x00, 0x81, 0xCC, 0x80, 0x03, 0x80, 0x00, 0x82, 0x01, 0x80, 0x00, 0x81, 0x05, 0x80, 0x00, 0x82, 0xA7, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x02, 0x83,
384
+ 0x78, 0x80, 0x00, 0x8A, 0xA7, 0x80, 0x00, 0x9D, 0x57, 0x55, 0xA6, 0x7F, 0xFF, 0x71, 0x97, 0x7F, 0xFF, 0x7C, 0xA3, 0x7F, 0x9C, 0x7F, 0xFF, 0x7E, 0x7A, 0x7F, 0xFF, 0x7E, 0x49, 0x7F, 0x5A, 0x7F, 0xFF, 0x7F, 0xFD,
385
+ 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE, 0x7E, 0xD2, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x78, 0x2D, 0x7F, 0xFF, 0x4E, 0xB8, 0x9F, 0x46, 0x80, 0x01, 0x8E, 0x9B, 0x80, 0x01, 0x84, 0x46, 0x80, 0x01, 0x80,
386
+ 0x00, 0x82, 0xF9, 0x80, 0x00, 0x84, 0x82, 0x80, 0x01, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x9E, 0x80, 0x02, 0x83, 0xF0, 0x80, 0x02, 0x8C, 0x8E, 0x80, 0x01, 0xA2, 0xEE, 0x62, 0xF9,
387
+ 0x7F, 0xFE, 0x76, 0x99, 0x7F, 0xFD, 0x76, 0x5B, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x79, 0xBE, 0x7F, 0xFF, 0x7E, 0x10, 0x7F, 0xFF, 0x7D, 0xD6, 0x7F, 0xFF, 0x7F, 0xFF, 0x7B, 0x26, 0x7F, 0xFF, 0x78,
388
+ 0xB5, 0x7F, 0xFF, 0x74, 0xB1, 0x7F, 0xFF, 0x61, 0x32, 0x9C, 0xB0, 0x80, 0x00, 0x8C, 0x5F, 0x80, 0x00, 0x8B, 0x73, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x81, 0xE4, 0x80, 0x00, 0x84, 0x0B, 0x80, 0x01,
389
+ 0x84, 0x58, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x00, 0x8A, 0xEB, 0x80, 0x00, 0x8E, 0x85, 0x80, 0x03, 0x9F, 0xEB, 0x60, 0x9B, 0x7F, 0xFF, 0x7A, 0x96, 0x7F, 0xFF, 0x75, 0x82, 0x7F, 0xFF, 0x7E, 0x92, 0x7F,
390
+ 0xFF, 0x7F, 0xFF, 0x7B, 0x7D, 0x7F, 0xFF, 0x7D, 0x10, 0x7F, 0xFE, 0x7F, 0x91, 0x7F, 0xFC, 0x7F, 0x7F, 0x7F, 0xFB, 0x7F, 0xFF, 0x7A, 0xE6, 0x7F, 0xFF, 0x74, 0xB1, 0x7F, 0xFF, 0x61, 0x44, 0xAC, 0x41, 0x80, 0x00,
391
+ 0x8B, 0x76, 0x80, 0x00, 0x84, 0x06, 0x80, 0x00, 0x80, 0x00, 0x85, 0x23, 0x80, 0x00, 0x80, 0xFA, 0x80, 0xA3, 0x80, 0x35, 0x84, 0xCF, 0x80, 0x02, 0x80, 0x9B, 0x80, 0x03, 0x81, 0xB5, 0x81, 0xDB, 0x80, 0x00, 0x84,
392
+ 0x10, 0x80, 0x00, 0x87, 0xD8, 0x80, 0x00, 0xAD, 0x68, 0x66, 0x5C, 0x7F, 0xFF, 0x75, 0x12, 0x7F, 0xFF, 0x7B, 0x72, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xF5, 0x7F, 0xFF, 0x79, 0xDE, 0x7F, 0xFD, 0x7C, 0x5C, 0x7F, 0xFE,
393
+ 0x7A, 0xBD, 0x7E, 0x5E, 0x7F, 0xFD, 0x79, 0x19, 0x7F, 0xFD, 0x7F, 0xFD, 0x7F, 0xFD, 0x77, 0x42, 0x7F, 0xFF, 0x5C, 0xAF, 0x9B, 0xA9, 0x80, 0x00, 0x88, 0x76, 0x80, 0x00, 0x8B, 0x22, 0x80, 0x01, 0x80, 0x84, 0x80,
394
+ 0x00, 0x80, 0x02, 0x88, 0xFE, 0x80, 0x01, 0x87, 0x6D, 0x80, 0x00, 0x87, 0xB8, 0x80, 0x00, 0x80, 0x00, 0x85, 0xF1, 0x80, 0x00, 0x89, 0xEF, 0x80, 0x03, 0x8B, 0x72, 0x80, 0x04, 0x9F, 0x19, 0x66, 0xDE, 0x7F, 0xFD,
395
+ 0x79, 0x95, 0x7F, 0xFB, 0x75, 0x5D, 0x7F, 0xFE, 0x76, 0xDE, 0x7F, 0xFF, 0x7F, 0xFD, 0x7A, 0x79, 0x7F, 0xFE, 0x77, 0x5E, 0x7F, 0xFE, 0x7A, 0x75, 0x7D, 0x2E, 0x7F, 0xFF, 0x7A, 0x8C, 0x7F, 0xFF, 0x7A, 0xC3, 0x7F,
396
+ 0xFF, 0x77, 0x0A, 0x7F, 0xFF, 0x60, 0x60, 0xA1, 0x1C, 0x80, 0x00, 0x87, 0x4C, 0x80, 0x01, 0x84, 0xFF, 0x80, 0x02, 0x80, 0x2B, 0x80, 0x01, 0x83, 0x6F, 0x80, 0xC9, 0x80, 0x00, 0x87, 0x8E, 0x80, 0x00, 0x84, 0x9E,
397
+ 0x80, 0x00, 0x83, 0x8F, 0x81, 0xDF, 0x80, 0x01, 0x8A, 0xB1, 0x80, 0x00, 0x88, 0x07, 0x80, 0x00, 0x9B, 0x20, 0x53, 0x6B, 0x7F, 0xFE, 0x79, 0x26, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7E, 0x6F, 0x7F,
398
+ 0xFD, 0x7C, 0xE0, 0x7F, 0x92, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFC, 0x7C, 0xB5, 0x7F, 0xFB, 0x7C, 0x68, 0x7A, 0x60, 0x7F, 0xFF, 0x7C, 0x07, 0x7F, 0xFF, 0x76, 0xA9, 0x7F, 0xFF, 0x59, 0x10, 0x99, 0xBF, 0x80, 0x00,
399
+ 0x8D, 0x63, 0x80, 0x00, 0x83, 0x27, 0x80, 0x00, 0x82, 0xFF, 0x81, 0xF7, 0x80, 0x01, 0x86, 0xE8, 0x80, 0x00, 0x86, 0x82, 0x80, 0x00, 0x80, 0x03, 0x82, 0xBA, 0x8A, 0x7E, 0x86, 0x64, 0x80, 0x00, 0x85, 0xF0, 0x80,
400
+ 0x00, 0x89, 0x44, 0x80, 0x00, 0xA0, 0xC1, 0x68, 0x23, 0x7F, 0xFF, 0x74, 0xDA, 0x7F, 0xFD, 0x7B, 0x23, 0x7F, 0xFE, 0x7B, 0x58, 0x7F, 0xFF, 0x7F, 0xFC, 0x7A, 0xEF, 0x7F, 0xFE, 0x7A, 0x2C, 0x7F, 0xFF, 0x79, 0xFA,
401
+ 0x7F, 0xFF, 0x7F, 0xFC, 0x77, 0xF2, 0x7F, 0xFC, 0x76, 0x10, 0x7F, 0xFE, 0x74, 0x70, 0x7F, 0xFF, 0x61, 0x71, 0x99, 0x6D, 0x80, 0x5F, 0x88, 0x50, 0x80, 0x01, 0x89, 0x7D, 0x80, 0x00, 0x89, 0x73, 0x80, 0x00, 0x80,
402
+ 0x2A, 0x87, 0x00, 0x80, 0x00, 0x89, 0xA7, 0x80, 0x00, 0x84, 0xBD, 0x80, 0x00, 0x80, 0x01, 0x83, 0xD1, 0x80, 0x00, 0x8A, 0x47, 0x80, 0x01, 0x8C, 0x21, 0x80, 0x00, 0x9D, 0xF0, 0x5C, 0x8C, 0x7F, 0xFE, 0x78, 0x31,
403
+ 0x7F, 0xFD, 0x7A, 0x52, 0x7F, 0xFE, 0x7B, 0x24, 0x7F, 0xFC, 0x7F, 0xFF, 0x76, 0x17, 0x7F, 0xFF, 0x7F, 0xFD, 0x7E, 0xC7, 0x7E, 0x82, 0x7F, 0xFF, 0x7D, 0xA2, 0x7F, 0xFE, 0x7F, 0xFF, 0x7C, 0x5B, 0x7F, 0xFF, 0x72,
404
+ 0xFE, 0x7F, 0xFF, 0x63, 0xA8, 0xAE, 0xF2, 0x80, 0x01, 0x89, 0x7B, 0x80, 0x01, 0x81, 0x14, 0x82, 0xB1, 0x80, 0x02, 0x81, 0xDA, 0x80, 0x01, 0x81, 0x58, 0x83, 0x92, 0x80, 0x00, 0x81, 0x6A, 0x80, 0x00, 0x80, 0x03,
405
+ 0x80, 0x00, 0x81, 0xA3, 0x84, 0x12, 0x80, 0x6A, 0x84, 0x67, 0x80, 0x01, 0x89, 0x23, 0x80, 0x01, 0xA2, 0xC3, 0x65, 0x11, 0x7F, 0xFF, 0x74, 0x50, 0x7F, 0xFF, 0x76, 0x03, 0x7F, 0xFF, 0x7F, 0x75, 0x7F, 0xFF, 0x7F,
406
+ 0xFA, 0x78, 0xA8, 0x7F, 0xFD, 0x7B, 0x92, 0x7F, 0xFE, 0x7D, 0xEB, 0x7A, 0x42, 0x7F, 0xFE, 0x79, 0xA9, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFC, 0x75, 0xC7, 0x7F, 0xFD, 0x60, 0xAA, 0x9B, 0x41, 0x80, 0x00, 0x8C, 0x2F,
407
+ 0x80, 0x00, 0x84, 0x1F, 0x80, 0x00, 0x85, 0x62, 0x80, 0x00, 0x80, 0x01, 0x83, 0x93, 0x80, 0x00, 0x89, 0xB0, 0x80, 0x01, 0x84, 0x36, 0x83, 0xBB, 0x80, 0x02, 0x84, 0xBE, 0x80, 0x03, 0x8B, 0x7D, 0x80, 0x00, 0x88,
408
+ 0x84, 0x80, 0x00, 0x9E, 0xB7, 0x61, 0x05, 0x7F, 0xFE, 0x79, 0x77, 0x7F, 0xFF, 0x79, 0xB3, 0x7F, 0xFF, 0x7C, 0xD4, 0x7D, 0x8C, 0x7C, 0x83, 0x7A, 0xD3, 0x7F, 0xFF, 0x7A, 0x28, 0x7F, 0xFF, 0x7E, 0x89, 0x7F, 0xFF,
409
+ 0x7F, 0x9B, 0x7C, 0x75, 0x7E, 0x0E, 0x76, 0x01, 0x7F, 0xFF, 0x71, 0x2A, 0x7F, 0xFF, 0x64, 0x89, 0xA3, 0x4E, 0x80, 0x00, 0x89, 0xCE, 0x80, 0x01, 0x81, 0xD2, 0x80, 0x00, 0x84, 0xFA, 0x80, 0x00, 0x80, 0x01, 0x85,
410
+ 0xEF, 0x82, 0x5C, 0x80, 0xD2, 0x80, 0x00, 0x81, 0xAB, 0x80, 0x00, 0x80, 0x00, 0x84, 0xB9, 0x80, 0x00, 0x84, 0xFB, 0x83, 0xEA, 0x80, 0x00, 0x8D, 0x52, 0x80, 0x00, 0xB0, 0xD8, 0x61, 0x21, 0x7F, 0xFF, 0x75, 0xBD,
411
+ 0x7F, 0xFD, 0x77, 0x29, 0x7F, 0xFF, 0x7F, 0xFE, 0x7E, 0x72, 0x7F, 0xFD, 0x77, 0x64, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFD, 0x7D, 0xE9, 0x7A, 0xCB, 0x7F, 0xFE, 0x78, 0xF0, 0x7F, 0xFF, 0x74,
412
+ 0x35, 0x7F, 0xFF, 0x62, 0x47, 0x9C, 0x01, 0x80, 0x03, 0x8D, 0x05, 0x80, 0x01, 0x8A, 0xBD, 0x80, 0x00, 0x82, 0x9C, 0x82, 0x5C, 0x80, 0x00, 0x88, 0x1A, 0x80, 0x00, 0x85, 0x42, 0x80, 0x00, 0x81, 0xE4, 0x83, 0x27,
413
+ 0x80, 0x01, 0x89, 0xF3, 0x80, 0x02, 0x87, 0xAA, 0x80, 0x00, 0x8A, 0xB6, 0x80, 0x00, 0x97, 0x88, 0x64, 0x01, 0x7F, 0xFE, 0x72, 0x68, 0x7F, 0xFF, 0x71, 0x86, 0x7F, 0xFD, 0x7F, 0x16, 0x7E, 0x4E, 0x7F, 0xFF, 0x7E,
414
+ 0xCB, 0x7F, 0xFE, 0x75, 0x98, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xAA, 0x7F, 0xFF, 0x77, 0x28, 0x7F, 0xFF, 0x78, 0xCD, 0x7F, 0xFE, 0x76, 0x20, 0x7F, 0xFE, 0x63, 0x1D, 0xA1, 0x14, 0x80, 0x01, 0x87, 0x73, 0x80, 0x01,
415
+ 0x8A, 0x82, 0x80, 0x02, 0x82, 0x0C, 0x80, 0x03, 0x80, 0x31, 0x83, 0xB7, 0x80, 0x00, 0x84, 0xC6, 0x80, 0x01, 0x81, 0x13, 0x80, 0x01, 0x80, 0x00, 0x80, 0x00, 0x80, 0x01, 0x84, 0x18, 0x80, 0x03, 0x8B, 0x97, 0x80,
416
+ 0x02, 0x99, 0x88, 0x5E, 0x73, 0x7F, 0xFE, 0x72, 0xC6, 0x7F, 0xFE, 0x7D, 0x10, 0x7F, 0xFF, 0x7E, 0xA7, 0x7E, 0x3B, 0x7F, 0xFF, 0x7E, 0x6A, 0x7F, 0xFF, 0x7E, 0x2F, 0x7F, 0xFF, 0x7F, 0xFF, 0x7D, 0x4B, 0x7F, 0xFF,
417
+ 0x7A, 0x9B, 0x7F, 0xAB, 0x7F, 0xFE, 0x78, 0x2D, 0x7F, 0xFD, 0x78, 0x24, 0x7F, 0xFD, 0x59, 0xCB, 0x9C, 0xF4, 0x80, 0x00, 0x87, 0x64, 0x80, 0x00, 0x85, 0x77, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x01, 0x85,
418
+ 0x24, 0x80, 0x01, 0x80, 0x4B, 0x80, 0x03, 0x8A, 0x42, 0x82, 0xD3, 0x80, 0x00, 0x89, 0x42, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x84, 0x7E, 0x80, 0x00, 0x9D, 0xC3, 0x5F, 0x62, 0x7F, 0xFF, 0x76, 0x49, 0x7F, 0xFF,
419
+ 0x76, 0x34, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xF0, 0x7C, 0xA4, 0x7F, 0xFE, 0x7E, 0x5D, 0x7F, 0xFF, 0x7D, 0x1B, 0x7F, 0xFD, 0x7F, 0xAA, 0x77, 0xB0, 0x7F, 0xFF, 0x75, 0x49, 0x7F, 0xFF, 0x77, 0x26, 0x7F,
420
+ 0xFF, 0x68, 0xF3, 0x9C, 0x37, 0x80, 0x02, 0x8A, 0xD7, 0x80, 0x02, 0x8A, 0x08, 0x80, 0x02, 0x83, 0x6D, 0x80, 0x01, 0x80, 0x01, 0x81, 0xCC, 0x80, 0x02, 0x82, 0x94, 0x80, 0x00, 0x85, 0x35, 0x80, 0xE2, 0x80, 0x00,
421
+ 0x86, 0xF7, 0x80, 0x02, 0x83, 0x07, 0x80, 0x05, 0x8C, 0xF5, 0x80, 0x02, 0x9A, 0x16, 0x5D, 0x4F, 0x7F, 0xFF, 0x72, 0x9C, 0x7F, 0xFF, 0x7C, 0x0E, 0x7F, 0xFF, 0x7E, 0xCF, 0x7F, 0xFF, 0x7F, 0x51, 0x7F, 0xFF, 0x7F,
422
+ 0xFF, 0x7B, 0xA9, 0x7F, 0xFF, 0x7C, 0x97, 0x7F, 0xFF, 0x7D, 0x65, 0x7F, 0x2D, 0x7F, 0xFF, 0x78, 0x98, 0x7F, 0xFF, 0x75, 0x3F, 0x7F, 0xFF, 0x64, 0x57, 0xAE, 0x0F, 0x80, 0x00, 0x8F, 0x15, 0x80, 0x00, 0x83, 0x40,
423
+ 0x80, 0x18, 0x80, 0x00, 0x80, 0x01, 0x80, 0x01, 0x83, 0xBA, 0x80, 0x03, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x85, 0x39, 0x80, 0x00, 0x84, 0x81, 0x80, 0xAB, 0x80, 0x00, 0x89, 0x94, 0x80, 0x00, 0x8A, 0x02, 0x80,
424
+ 0x00, 0xA9, 0x44, 0x62, 0x73, 0x7F, 0xFF, 0x75, 0xC2, 0x7F, 0xFF, 0x79, 0xC1, 0x7F, 0xFF, 0x7E, 0x19, 0x7D, 0xC2, 0x7F, 0xFD, 0x7B, 0x41, 0x7F, 0xFB, 0x7C, 0xB8, 0x7F, 0xFA, 0x7F, 0x24, 0x7F, 0xFF, 0x7C, 0xDC,
425
+ 0x7B, 0x10, 0x7F, 0xFC, 0x73, 0xE8, 0x7F, 0xFE, 0x75, 0x58, 0x7F, 0xFE, 0x62, 0xFF, 0x9A, 0xE9, 0x80, 0x00, 0x8C, 0x69, 0x80, 0x00, 0x8B, 0x64, 0x80, 0x00, 0x82, 0x14, 0x82, 0x46, 0x81, 0x29, 0x84, 0x2C, 0x80,
426
+ 0x00, 0x80, 0x4F, 0x80, 0x01, 0x84, 0x51, 0x80, 0x01, 0x80, 0x00, 0x86, 0x9E, 0x80, 0x00, 0x8B, 0x18, 0x80, 0x01, 0x8D, 0xAE, 0x80, 0x03, 0x9B, 0xB5, 0x64, 0x55, 0x7F, 0x52, 0x74, 0x57, 0x7F, 0xFF, 0x73, 0xA0,
427
+ 0x7F, 0x39, 0x78, 0xF8, 0x7F, 0xFF, 0x7F, 0x4E, 0x7E, 0x7E, 0x7F, 0xFF, 0x7C, 0xB7, 0x7F, 0xFF, 0x79, 0x44, 0x7F, 0xFF, 0x7F, 0xFE, 0x7B, 0x22, 0x7E, 0xF4, 0x77, 0xBF, 0x7F, 0xFF, 0x73, 0x91, 0x7F, 0xFF, 0x61,
428
+ 0x39, 0xA6, 0x89, 0x80, 0x02, 0x88, 0x73, 0x80, 0x02, 0x85, 0x91, 0x80, 0x8D, 0x87, 0x47, 0x80, 0x00, 0x80, 0x01, 0x83, 0x14, 0x80, 0x02, 0x80, 0xED, 0x80, 0x03, 0x80, 0x00, 0x80, 0x02, 0x84, 0xD9, 0x80, 0x02,
429
+ 0x80, 0x00, 0x83, 0x04, 0x80, 0x00, 0x8A, 0xCF, 0x80, 0x01, 0x9D, 0x1A, 0x4F, 0xA6, 0x7F, 0xFF, 0x71, 0x5D, 0x7F, 0xFF, 0x7D, 0xCE, 0x7D, 0x37, 0x7F, 0xFF, 0x7E, 0x6E, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F,
430
+ 0xFD, 0x7F, 0x5B, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0x61, 0x7A, 0x65, 0x7F, 0xFF, 0x73, 0xE2, 0x7F, 0xFF, 0x53, 0xF8, 0x9C, 0x00, 0x80, 0x00, 0x8C, 0x48, 0x80, 0x00, 0x88, 0xB7,
431
+ 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x01, 0x82, 0x71, 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x80, 0x03, 0x81, 0x59, 0x84, 0x8C, 0x82, 0x40, 0x80, 0x03, 0x85, 0x15, 0x80, 0x02, 0x90, 0xE9, 0x80, 0x00, 0xA0,
432
+ 0x97, 0x60, 0x9C, 0x7F, 0xFF, 0x74, 0xB8, 0x7F, 0xFF, 0x77, 0x1A, 0x7F, 0xA6, 0x7D, 0xD9, 0x7F, 0xFC, 0x7F, 0xFF, 0x7D, 0x6F, 0x7F, 0xFF, 0x7A, 0xF1, 0x7F, 0xFF, 0x7E, 0x55, 0x7F, 0xFF, 0x7F, 0xFF, 0x7C, 0x4A,
433
+ 0x7F, 0xFF, 0x76, 0x4A, 0x7F, 0xFF, 0x79, 0xCA, 0x7F, 0xFF, 0x5D, 0x91, 0xA3, 0x46, 0x80, 0x02, 0x8D, 0xB1, 0x80, 0x03, 0x86, 0x1A, 0x85, 0x5F, 0x80, 0x00, 0x80, 0x00, 0x83, 0xFC, 0x80, 0x00, 0x80, 0x02, 0x80,
434
+ 0x00, 0x80, 0x02, 0x80, 0x3D, 0x80, 0x00, 0x80, 0x01, 0x80, 0x64, 0x80, 0x00, 0x87, 0x1D, 0x80, 0x00, 0x8C, 0x37, 0x80, 0x00, 0xA1, 0x38, 0x58, 0x15, 0x7F, 0xFF, 0x76, 0xE6, 0x7F, 0xFE, 0x7E, 0x76, 0x7F, 0xFD,
435
+ 0x7B, 0x00, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0x8A, 0x7F, 0xFF, 0x7F, 0xDE, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFD, 0x7C, 0xA2, 0x7F, 0xFD, 0x7C, 0xA6, 0x7F, 0x35, 0x7F, 0xFF, 0x71, 0x51, 0x7F, 0xFE, 0x4D,
436
+ 0xB1, 0x9E, 0x78, 0x80, 0x02, 0x8B, 0x1D, 0x80, 0x00, 0x83, 0x74, 0x80, 0x00, 0x80, 0x02, 0x81, 0xA5, 0x80, 0x02, 0x81, 0x81, 0x80, 0x03, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x01,
437
+ 0x80, 0x00, 0x84, 0xC7, 0x80, 0x01, 0x8F, 0xDA, 0x80, 0x01, 0xA2, 0x88, 0x62, 0x32, 0x7F, 0xFE, 0x72, 0x45, 0x7F, 0xFF, 0x7C, 0x78, 0x7F, 0xFF, 0x7B, 0xED, 0x7F, 0x9E, 0x7F, 0xF9, 0x7B, 0xCA, 0x7F, 0xFB, 0x7B,
438
+ 0x99, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7B, 0xDD, 0x7F, 0xFF, 0x74, 0x6E, 0x7F, 0xFF, 0x5D, 0x40, 0x9A, 0xF5, 0x80, 0x00, 0x8B, 0xC0, 0x80, 0x00, 0x8A, 0xDE, 0x80, 0x00,
439
+ 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x83, 0xC5, 0x80, 0x02, 0x87, 0x2A, 0x80, 0x02, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x01, 0x82, 0x1E, 0x80, 0x00, 0x86, 0x30, 0x80, 0x00, 0xA3, 0xBC, 0x5A,
440
+ 0x5C, 0x7F, 0xFE, 0x76, 0xC7, 0x7F, 0xFD, 0x7B, 0xC8, 0x7F, 0xFD, 0x7E, 0xB8, 0x7F, 0xE2, 0x7F, 0x3D, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0x70, 0x7F, 0xFE, 0x7D, 0x14, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF,
441
+ 0x7B, 0x11, 0x7F, 0xFE, 0x77, 0x96, 0x7F, 0xFD, 0x66, 0x6F, 0xAE, 0x77, 0x80, 0x00, 0x88, 0x86, 0x80, 0x00, 0x84, 0xA2, 0x80, 0x00, 0x80, 0x00, 0x83, 0xF3, 0x80, 0x02, 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x80,
442
+ 0x01, 0x80, 0x00, 0x80, 0x00, 0x80, 0x01, 0x80, 0x07, 0x80, 0x01, 0x80, 0x00, 0x84, 0x63, 0x80, 0x01, 0x86, 0xE6, 0x80, 0x00, 0xAF, 0x71, 0x63, 0x18, 0x7F, 0xFF, 0x78, 0x91, 0x7F, 0xFF, 0x7F, 0x8A, 0x7F, 0xFE,
443
+ 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFD, 0x7D, 0xA6, 0x7F, 0xFF, 0x7F, 0xFF, 0x7B, 0x53, 0x7F, 0xFF, 0x7D, 0xA2, 0x7F, 0xFF, 0x77, 0xB3, 0x7F, 0xFF, 0x5A, 0xA5, 0x9C,
444
+ 0x1F, 0x80, 0x00, 0x89, 0xAB, 0x80, 0x00, 0x89, 0x08, 0x80, 0x00, 0x81, 0x5C, 0x80, 0x01, 0x80, 0x00, 0x85, 0xA3, 0x80, 0x00, 0x82, 0xAD, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x02,
445
+ 0x81, 0xD2, 0x80, 0x03, 0x86, 0x6B, 0x80, 0x05, 0x9F, 0x58, 0x5E, 0xF3, 0x7F, 0xFA, 0x76, 0xF3, 0x7F, 0xFE, 0x7B, 0x04, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFE, 0x7F, 0xFF, 0x7C, 0xDB, 0x7F, 0xFF, 0x7E, 0x21, 0x7F,
446
+ 0xFF, 0x7F, 0x71, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF, 0x7D, 0x28, 0x7F, 0xFF, 0x76, 0x8A, 0x7F, 0xFE, 0x64, 0x35, 0xA5, 0x90, 0x80, 0x01, 0x8A, 0x80, 0x80, 0x00, 0x81, 0xDF, 0x80, 0x00, 0x80, 0x01,
447
+ 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x02, 0x80, 0x59, 0x80, 0x02, 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x81, 0x9A, 0x80, 0x00, 0x88, 0xE6, 0x80, 0x00, 0x98, 0x80, 0x55, 0xE0, 0x7F,
448
+ 0xFD, 0x79, 0xAF, 0x7F, 0xFD, 0x79, 0xA7, 0x7F, 0xFF, 0x7F, 0xFD, 0x7D, 0xFB, 0x7F, 0xFD, 0x7F, 0xCD, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7E, 0xCE, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF,
449
+ 0x7C, 0x0B, 0x7F, 0xFF, 0x73, 0x6A, 0x7F, 0xFF, 0x54, 0xC2, 0x96, 0xCD, 0x80, 0x00, 0x84, 0xF2, 0x80, 0x01, 0x80, 0x00, 0x80, 0x04, 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x82, 0xE4, 0x80, 0x02, 0x82, 0x9B, 0x80,
450
+ 0x01, 0x84, 0x16, 0x80, 0x01, 0x81, 0xCE, 0x86, 0x7E, 0x80, 0x00, 0x89, 0x1C, 0x80, 0x00, 0x85, 0x61, 0x80, 0x00, 0xA2, 0xFB, 0x68, 0x1A, 0x7F, 0xFE, 0x77, 0x73, 0x7F, 0xFF, 0x78, 0x20, 0x7F, 0xFF, 0x7D, 0x69,
451
+ 0x7F, 0x87, 0x7F, 0xFF, 0x7D, 0x39, 0x7F, 0xFF, 0x7A, 0x13, 0x7F, 0xFF, 0x7A, 0x44, 0x7F, 0xFF, 0x7F, 0xFD, 0x7C, 0x8D, 0x7F, 0xFF, 0x77, 0x92, 0x7F, 0xFF, 0x76, 0x64, 0x7F, 0xFF, 0x62, 0x18, 0x9C, 0x43, 0x80,
452
+ 0x01, 0x8A, 0xA4, 0x80, 0x00, 0x88, 0x9B, 0x80, 0x00, 0x82, 0x3A, 0x80, 0xBF, 0x81, 0xCD, 0x86, 0x1F, 0x80, 0x00, 0x84, 0x19, 0x80, 0x00, 0x83, 0xFE, 0x80, 0x03, 0x80, 0x00, 0x80, 0x02, 0x82, 0x50, 0x85, 0x7B,
453
+ 0x80, 0x01, 0x8C, 0xF2, 0x80, 0x02, 0x9E, 0x50, 0x56, 0x3B, 0x7F, 0xFE, 0x75, 0xF2, 0x7F, 0xFF, 0x7C, 0xC7, 0x7F, 0xFF, 0x7D, 0x83, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0x47, 0x7F, 0xFF, 0x7F,
454
+ 0xFD, 0x7F, 0xFF, 0x7F, 0x57, 0x7F, 0xFF, 0x7D, 0x3B, 0x7B, 0x1C, 0x7F, 0xFD, 0x73, 0x1F, 0x7F, 0xFF, 0x61, 0xA7, 0xAF, 0x5F, 0x80, 0x00, 0x89, 0x91, 0x80, 0x02, 0x82, 0x02, 0x80, 0x05, 0x80, 0x00, 0x81, 0x01,
455
+ 0x80, 0x00, 0x80, 0xA0, 0x80, 0x00, 0x80, 0x01, 0x81, 0x59, 0x80, 0x00, 0x82, 0x0E, 0x80, 0x00, 0x80, 0x04, 0x83, 0x10, 0x80, 0x01, 0x87, 0xB4, 0x80, 0x00, 0x8A, 0x0B, 0x80, 0x00, 0xAB, 0x49, 0x60, 0x51, 0x7F,
456
+ 0xFF, 0x74, 0x03, 0x7F, 0xFF, 0x7A, 0x86, 0x7F, 0xFF, 0x7E, 0xC3, 0x7F, 0xFF, 0x7F, 0xFA, 0x7E, 0x45, 0x7F, 0xFE, 0x7D, 0xE3, 0x7F, 0xFF, 0x7F, 0xFB, 0x7F, 0xFF, 0x7D, 0xBE, 0x7A, 0xB9, 0x7F, 0xFE, 0x76, 0x4D,
457
+ 0x7F, 0xFF, 0x72, 0xE7, 0x7F, 0xFF, 0x5D, 0x19, 0xA1, 0x11, 0x80, 0x01, 0x89, 0x96, 0x80, 0x01, 0x86, 0x4F, 0x80, 0x01, 0x88, 0x96, 0x80, 0x01, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x85, 0x49, 0x80, 0x00, 0x82,
458
+ 0xF2, 0x80, 0x00, 0x80, 0xC0, 0x85, 0x5F, 0x80, 0x00, 0x8A, 0x04, 0x80, 0x01, 0x8B, 0x88, 0x80, 0x03, 0x9F, 0x36, 0x5E, 0x53, 0x7F, 0xFE, 0x77, 0x0B, 0x7F, 0xFE, 0x77, 0x3F, 0x7F, 0xFC, 0x7D, 0x16, 0x7E, 0x19,
459
+ 0x7F, 0xA9, 0x7F, 0xFB, 0x7F, 0xFF, 0x7F, 0xF7, 0x7F, 0xFF, 0x7D, 0xAC, 0x7F, 0xFE, 0x7F, 0xEB, 0x7E, 0xF8, 0x7F, 0xFF, 0x78, 0x95, 0x7F, 0xFF, 0x6D, 0xA2, 0x7F, 0xFF, 0x61, 0xCB, 0xA2, 0x3E, 0x80, 0x00, 0x8B,
460
+ 0x4A, 0x80, 0x00, 0x86, 0xF3, 0x80, 0x00, 0x82, 0x16, 0x80, 0x02, 0x80, 0x00, 0x80, 0xE4, 0x80, 0x00, 0x83, 0x71, 0x80, 0x00, 0x80, 0x03, 0x80, 0x11, 0x80, 0x02, 0x80, 0x45, 0x80, 0x00, 0x83, 0x69, 0x82, 0xCE,
461
+ 0x80, 0x00, 0x89, 0x82, 0x80, 0x00, 0xB3, 0x4C, 0x5E, 0x67, 0x7F, 0xFF, 0x72, 0xA3, 0x7F, 0xFF, 0x7D, 0xE6, 0x7F, 0xFF, 0x7F, 0xED, 0x7D, 0x1B, 0x7F, 0xFE, 0x7F, 0x06, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F,
462
+ 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x77, 0xA0, 0x7F, 0xFF, 0x77, 0x10, 0x7F, 0xFF, 0x63, 0x59, 0xA1, 0x7B, 0x80, 0x00, 0x8D, 0xE1, 0x80, 0x02, 0x87, 0x28, 0x80, 0x02, 0x82, 0xA2, 0x82, 0xDF,
463
+ 0x80, 0x00, 0x84, 0x87, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x02, 0x84, 0x13, 0x80, 0x00, 0x88, 0xAE, 0x80, 0x00, 0x87, 0x6C, 0x80, 0x00, 0x9D, 0xCE, 0x60, 0x5C, 0x7F, 0xFF, 0x73,
464
+ 0x22, 0x7F, 0xFF, 0x77, 0x39, 0x7F, 0xFF, 0x7F, 0x01, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0x47, 0x7F, 0xFF, 0x7F, 0xF8, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFF, 0x77, 0x2D, 0x7F, 0xFF,
465
+ 0x75, 0x9A, 0x7F, 0xFF, 0x61, 0x7B, 0xA4, 0xCE, 0x80, 0x01, 0x86, 0x64, 0x80, 0x01, 0x81, 0xA1, 0x80, 0x00, 0x82, 0xA7, 0x82, 0x54, 0x82, 0x57, 0x80, 0x01, 0x80, 0x00, 0x80, 0x31, 0x80, 0x02, 0x85, 0x67, 0x80,
466
+ 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x01, 0x8A, 0x98, 0x80, 0x03, 0x8F, 0x5B, 0x80, 0x05, 0x97, 0x2B, 0x5A, 0x41, 0x7F, 0xFF, 0x77, 0x20, 0x7F, 0xFF, 0x7A, 0xB5, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE,
467
+ 0x7D, 0xB4, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0x20, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x79, 0x68, 0x7F, 0xFE, 0x7A, 0xF9, 0x7F, 0xFF, 0x56, 0x21, 0xA0, 0xE5, 0x80, 0x00, 0x8E,
468
+ 0x5A, 0x80, 0x00, 0x84, 0xE4, 0x80, 0x00, 0x80, 0x00, 0x81, 0x66, 0x80, 0x00, 0x83, 0x62, 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x01, 0x85, 0x52, 0x80, 0x01, 0x87, 0x1C, 0x80, 0x02,
469
+ 0x86, 0xA1, 0x80, 0x01, 0xA2, 0x99, 0x62, 0x9E, 0x7F, 0xFA, 0x71, 0x61, 0x7F, 0xFC, 0x75, 0xE4, 0x7F, 0xFF, 0x7C, 0xFC, 0x7F, 0xFF, 0x7F, 0xFE, 0x79, 0x8E, 0x7F, 0xFE, 0x7F, 0x3E, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F,
470
+ 0xFF, 0x7F, 0xFF, 0x77, 0xB0, 0x7F, 0xFF, 0x77, 0x7F, 0x7F, 0xFF, 0x7B, 0x06, 0x7F, 0xFF, 0x61, 0xF1, 0xA4, 0xC3, 0x80, 0x00, 0x8B, 0x92, 0x80, 0x00, 0x83, 0x00, 0x80, 0x01, 0x84, 0x0A, 0x80, 0xB1, 0x80, 0x02,
471
+ 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x85, 0xE3, 0x80, 0x03, 0x80, 0x00, 0x85, 0x5D, 0x80, 0x00, 0x87, 0xF7, 0x80, 0x00, 0x8C, 0xF9, 0x80, 0x00, 0x9E, 0xF4, 0x61, 0x6D, 0x7F, 0xFF, 0x75, 0xAF, 0x7F,
472
+ 0xFF, 0x7E, 0x7E, 0x7F, 0xFE, 0x7F, 0x60, 0x7F, 0x74, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7E, 0x17, 0x7F, 0xC2, 0x7D, 0xAE, 0x7A, 0xB9, 0x7F, 0xFE, 0x6F, 0xE2,
473
+ 0x7F, 0xFF, 0x61, 0xE3, 0xA2, 0x95, 0x80, 0x00, 0x83, 0x89, 0x80, 0x00, 0x84, 0xDD, 0x80, 0x00, 0x80, 0x01, 0x87, 0x91, 0x80, 0x01, 0x82, 0x2B, 0x80, 0x00, 0x81, 0x34, 0x82, 0x36, 0x80, 0x03, 0x82, 0x60, 0x80,
474
+ 0x02, 0x81, 0x64, 0x84, 0x87, 0x81, 0x14, 0x86, 0x92, 0x80, 0x00, 0x8C, 0xA5, 0x80, 0x00, 0xA4, 0x9A, 0x67, 0x99, 0x7F, 0xFE, 0x77, 0xD7, 0x7F, 0xFD, 0x7A, 0x97, 0x7F, 0xFE, 0x7E, 0x97, 0x7F, 0xFE, 0x7F, 0xFF,
475
+ 0x75, 0xA7, 0x7F, 0xFF, 0x7E, 0x96, 0x7F, 0xFF, 0x7C, 0x9F, 0x7F, 0xFE, 0x7F, 0xFF, 0x77, 0x01, 0x7F, 0xFF, 0x79, 0x15, 0x7F, 0xFF, 0x7B, 0x7E, 0x7F, 0xD4, 0x60, 0xBA, 0x9C, 0x1B, 0x80, 0x00, 0x8C, 0x9A, 0x80,
476
+ 0x00, 0x86, 0x07, 0x80, 0x00, 0x84, 0xDC, 0x81, 0xB3, 0x80, 0x01, 0x87, 0x20, 0x80, 0x02, 0x87, 0x7C, 0x80, 0x00, 0x83, 0x3D, 0x81, 0x51, 0x80, 0xEF, 0x89, 0x07, 0x80, 0x00, 0x8A, 0x53, 0x80, 0x01, 0x8A, 0x67,
477
+ 0x80, 0x00, 0x9C, 0x43, 0x63, 0x25, 0x7F, 0xFD, 0x74, 0xA2, 0x7F, 0xFB, 0x78, 0x9C, 0x7F, 0xFC, 0x7C, 0xB8, 0x7E, 0x86, 0x7F, 0xFF, 0x76, 0xBC, 0x7F, 0xFF, 0x7C, 0x61, 0x7F, 0xFF, 0x7A, 0xB4, 0x7F, 0xFF, 0x7F,
478
+ 0xFE, 0x78, 0xDD, 0x7D, 0x8A, 0x7B, 0x1A, 0x7F, 0xFF, 0x72, 0x6F, 0x7F, 0xFF, 0x63, 0xB0, 0xA5, 0x03, 0x80, 0x00, 0x8D, 0x94, 0x80, 0x02, 0x86, 0xA4, 0x83, 0x56, 0x82, 0x46, 0x84, 0x78, 0x80, 0x00, 0x80, 0x99,
479
+ 0x80, 0x00, 0x80, 0x97, 0x80, 0x1F, 0x80, 0x00, 0x80, 0x00, 0x84, 0x4B, 0x80, 0x00, 0x83, 0x16, 0x88, 0xA9, 0x80, 0x00, 0x8C, 0xE5, 0x80, 0x00, 0x9D, 0x4D, 0x48, 0xCF, 0x7F, 0xFE, 0x75, 0x18, 0x7F, 0xFF, 0x7E,
480
+ 0x56, 0x7D, 0x47, 0x7F, 0xFF, 0x7B, 0xF3, 0x7F, 0xFF, 0x7E, 0xF2, 0x7F, 0xFF, 0x7F, 0xFC, 0x7C, 0x15, 0x7F, 0xFC, 0x78, 0x38, 0x7B, 0x05, 0x7F, 0xFF, 0x79, 0x7E, 0x7F, 0xFD, 0x79, 0xF5, 0x7F, 0x92, 0x78, 0x3A,
481
+ 0x7F, 0xFC, 0x5A, 0xD1, 0xA0, 0xA0, 0x80, 0x01, 0x91, 0x17, 0x80, 0x03, 0x88, 0x15, 0x81, 0x6B, 0x81, 0x86, 0x80, 0xFE, 0x80, 0x02, 0x86, 0x77, 0x80, 0x01, 0x82, 0xE2, 0x80, 0x01, 0x81, 0x26, 0x81, 0xA0, 0x80,
482
+ 0x9A, 0x83, 0x93, 0x80, 0x00, 0x89, 0x97, 0x80, 0x00, 0x87, 0xC5, 0x80, 0x00, 0x9D, 0x96, 0x5D, 0x8B, 0x7F, 0xFF, 0x6F, 0xA0, 0x7F, 0xFF, 0x78, 0x2C, 0x7F, 0xFE, 0x77, 0x34, 0x7E, 0x42, 0x7F, 0xFD, 0x7B, 0x08,
483
+ 0x7F, 0xFE, 0x7B, 0x7F, 0x7F, 0xFF, 0x7D, 0x4C, 0x7F, 0xE9, 0x7F, 0x36, 0x7A, 0x25, 0x7F, 0xFD, 0x75, 0xD3, 0x7F, 0xFF, 0x78, 0x47, 0x7F, 0xFF, 0x68, 0xC8, 0xA3, 0x80, 0x80, 0x00, 0x8C, 0xB7, 0x80, 0x00, 0x87,
484
+ 0xF6, 0x80, 0x02, 0x85, 0x6F, 0x85, 0x69, 0x80, 0x00, 0x80, 0x37, 0x80, 0x00, 0x84, 0xD5, 0x80, 0x00, 0x81, 0xC9, 0x80, 0x00, 0x80, 0x00, 0x82, 0xDB, 0x80, 0x00, 0x85, 0x6D, 0x80, 0x00, 0x8A, 0x9E, 0x80, 0x00,
485
+ 0x98, 0x12, 0x5B, 0x19, 0x7F, 0xFF, 0x6E, 0xC2, 0x7F, 0xFF, 0x76, 0x71, 0x7F, 0x55, 0x7F, 0xFF, 0x7C, 0xE3, 0x7F, 0xFE, 0x7C, 0x0E, 0x7F, 0xB2, 0x78, 0x7D, 0x7E, 0xCC, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFB, 0x78,
486
+ 0xE7, 0x7F, 0xFC, 0x7D, 0xE7, 0x7C, 0x3D, 0x7F, 0xFF, 0x73, 0x33, 0x7F, 0xFF, 0x52, 0xE2, 0xA1, 0x75, 0x80, 0x00, 0x8D, 0x9A, 0x80, 0x00, 0x85, 0x0E, 0x80, 0x00, 0x83, 0x9B, 0x80, 0x00, 0x80, 0x00, 0x85, 0xA4,
487
+ 0x80, 0x9A, 0x82, 0x87, 0x80, 0x00, 0x85, 0xDC, 0x82, 0x51, 0x80, 0x02, 0x80, 0x00, 0x80, 0x01, 0x86, 0x4B, 0x80, 0x02, 0x82, 0xAD, 0x80, 0x02, 0x9E, 0x15, 0x5C, 0x53, 0x7F, 0xFD, 0x6A, 0x9F, 0x7F, 0xFE, 0x73,
488
+ 0x9B, 0x7F, 0xFE, 0x7F, 0xFF, 0x7E, 0xA3, 0x7F, 0xFF, 0x7B, 0x2E, 0x7F, 0xFF, 0x7E, 0x48, 0x7F, 0xFB, 0x7B, 0x5F, 0x7F, 0x09, 0x7F, 0xFF, 0x7D, 0xC2, 0x7F, 0xFF, 0x76, 0x0A, 0x7F, 0xFD, 0x7A, 0x3C, 0x7F, 0xFD,
489
+ 0x66, 0xFE, 0xA1, 0xB6, 0x81, 0x5B, 0x8F, 0xC9, 0x80, 0x00, 0x8C, 0xE7, 0x80, 0x00, 0x81, 0xB6, 0x80, 0x00, 0x80, 0x01, 0x8A, 0x86, 0x80, 0x00, 0x83, 0x03, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x81, 0xCA, 0x80,
490
+ 0x00, 0x80, 0x02, 0x89, 0xBA, 0x80, 0x03, 0x87, 0x28, 0x80, 0x00, 0x95, 0xC5, 0x57, 0x22, 0x7E, 0x49, 0x75, 0xBA, 0x7F, 0xFC, 0x77, 0xD7, 0x7F, 0xFD, 0x7A, 0xD6, 0x7E, 0x00, 0x7B, 0x6C, 0x7B, 0xBA, 0x7F, 0xFF,
491
+ 0x79, 0xD8, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFD, 0x7B, 0xC0, 0x7F, 0xAA, 0x7F, 0xFF, 0x78, 0x2A, 0x7F, 0xFF, 0x76, 0xD9, 0x7F, 0xFF, 0x6C, 0x6C, 0xAA, 0xFF, 0x80, 0x00, 0x8C, 0x3B, 0x80, 0x01, 0x88, 0x77, 0x80,
492
+ 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0xB5, 0x8A, 0x02, 0x80, 0x01, 0x83, 0x93, 0x80, 0x02, 0x80, 0x00, 0x80, 0xED, 0x80, 0x00, 0x82, 0xA9, 0x80, 0x01, 0x80, 0x00, 0x88, 0x47, 0x80, 0x00, 0x87, 0x54, 0x80, 0x01,
493
+ 0xA8, 0xC3, 0x61, 0xC2, 0x7F, 0xFE, 0x74, 0x0E, 0x7F, 0xFF, 0x79, 0x6E, 0x7F, 0xFF, 0x7B, 0x6A, 0x7B, 0xF8, 0x7D, 0xDF, 0x78, 0x67, 0x7F, 0xFC, 0x79, 0x80, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7E,
494
+ 0x68, 0x7F, 0xFE, 0x79, 0xF9, 0x7F, 0xFF, 0x79, 0x59, 0x7F, 0xFF, 0x62, 0x3B, 0x9E, 0x35, 0x80, 0x00, 0x8D, 0x92, 0x80, 0x00, 0x88, 0xED, 0x80, 0x00, 0x82, 0x3E, 0x80, 0x00, 0x80, 0x01, 0x85, 0x1D, 0x80, 0x00,
495
+ 0x86, 0x9C, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x00, 0x83, 0xBA, 0x80, 0x00, 0x87, 0xCA, 0x80, 0x01, 0x84, 0x6A, 0x80, 0x02, 0x98, 0x84, 0x5A, 0x4E, 0x7F, 0xFD, 0x76, 0x31, 0x7F, 0xFB, 0x7D, 0xAE, 0x7F,
496
+ 0xFA, 0x7E, 0x74, 0x7F, 0xFA, 0x7E, 0xEA, 0x7E, 0x53, 0x7F, 0xFF, 0x78, 0x34, 0x7F, 0xFF, 0x78, 0x80, 0x7F, 0xFF, 0x7F, 0xFD, 0x7E, 0xA6, 0x7F, 0xFD, 0x7A, 0x1F, 0x7F, 0xFF, 0x78, 0x62, 0x7F, 0xFF, 0x65, 0x2B,
497
+ 0xA3, 0xDA, 0x80, 0x00, 0x88, 0x34, 0x80, 0x03, 0x83, 0xD4, 0x80, 0x05, 0x80, 0x00, 0x80, 0x04, 0x80, 0x00, 0x80, 0xA1, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x11, 0x80, 0x00, 0x84, 0x37, 0x80, 0x01, 0x80,
498
+ 0x00, 0x88, 0x8F, 0x80, 0x00, 0x8B, 0xE8, 0x80, 0x01, 0x9B, 0x4E, 0x51, 0xF4, 0x7F, 0xFE, 0x77, 0x6F, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0x7A, 0x7F, 0xFF, 0x7F, 0xFF, 0x7E, 0x40, 0x7F, 0xFF, 0x7F, 0xFD,
499
+ 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7C, 0x72, 0x7D, 0x3F, 0x7B, 0x77, 0x78, 0x92, 0x7F, 0xFB, 0x75, 0x02, 0x7F, 0xFE, 0x55, 0xEF, 0x9E, 0xED, 0x80, 0x00, 0x88, 0xEE, 0x80, 0x00, 0x85, 0x35, 0x80,
500
+ 0x00, 0x80, 0x01, 0x80, 0x00, 0x83, 0x23, 0x88, 0x1D, 0x80, 0x01, 0x80, 0x00, 0x80, 0x01, 0x80, 0x8E, 0x84, 0xB2, 0x80, 0x00, 0x89, 0x5F, 0x87, 0x0A, 0x8A, 0x3A, 0x80, 0x00, 0x8B, 0x90, 0x80, 0x01, 0x9B, 0xE4,
501
+ 0x5D, 0x01, 0x7F, 0xFE, 0x74, 0x14, 0x7F, 0xFC, 0x7B, 0xA8, 0x7F, 0xFE, 0x7F, 0x50, 0x7F, 0x13, 0x7F, 0xFF, 0x78, 0x3E, 0x7F, 0xFF, 0x7D, 0xCF, 0x7F, 0xFF, 0x7F, 0xC3, 0x7F, 0xFF, 0x7D, 0xCF, 0x75, 0x44, 0x7F,
502
+ 0xFF, 0x74, 0x37, 0x7F, 0xFF, 0x73, 0x0A, 0x7F, 0xFE, 0x60, 0x74, 0x9C, 0x93, 0x80, 0x00, 0x88, 0xBF, 0x80, 0x00, 0x86, 0x56, 0x80, 0x03, 0x83, 0x1D, 0x80, 0x06, 0x80, 0x00, 0x82, 0xF8, 0x80, 0x00, 0x8B, 0xD1,
503
+ 0x80, 0x01, 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x86, 0x01, 0x82, 0x03, 0x87, 0xAF, 0x80, 0x00, 0x8F, 0x07, 0x80, 0x00, 0x9A, 0xD2, 0x5C, 0xCD, 0x7F, 0xFF, 0x7E, 0xE3, 0x7F, 0xFF, 0x7F, 0x66, 0x7F, 0xFF, 0x7C,
504
+ 0xC0, 0x7E, 0x9D, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFC, 0x7C, 0xE6, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xCD, 0x7F, 0xFE, 0x7A, 0xAF, 0x77, 0x38, 0x7F, 0xFE, 0x74, 0x86, 0x7F, 0xFC, 0x5E, 0x2D, 0xAB, 0x84,
505
+ 0x80, 0x03, 0x80, 0xD8, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x01, 0x83, 0xB1, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x04, 0x80, 0x00, 0x80, 0x05, 0x80, 0x00, 0x80, 0x02, 0x84, 0x60, 0x84, 0x8D, 0x80,
506
+ 0x01, 0x83, 0x51, 0x80, 0x01, 0x88, 0x8E, 0x80, 0x01, 0xB0, 0x64, 0x65, 0xDA, 0x7F, 0xFE, 0x7A, 0x24, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7D, 0x67, 0x7F, 0xFF, 0x7F, 0xFB,
507
+ 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFE, 0x7E, 0xC0, 0x79, 0x86, 0x7F, 0xFF, 0x76, 0x8E, 0x7F, 0xFF, 0x73, 0x96, 0x7F, 0xFF, 0x5E, 0x09, 0x99, 0xB2, 0x80, 0x00, 0x82, 0xEA, 0x80, 0x03, 0x82, 0x2F, 0x80, 0x00, 0x80,
508
+ 0x01, 0x80, 0x00, 0x80, 0x02, 0x83, 0x4E, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x89, 0x0A, 0x84, 0x23, 0x81, 0xDC, 0x8A, 0xCA, 0x80, 0x01, 0x8A, 0xA4, 0x80, 0x02, 0x87, 0x80, 0x80, 0x00, 0x9C, 0x51, 0x61, 0xE1,
509
+ 0x7F, 0xFF, 0x7D, 0xF2, 0x7F, 0xFF, 0x7F, 0xBD, 0x7F, 0xFF, 0x7D, 0xF5, 0x7F, 0x9C, 0x7F, 0xFF, 0x7E, 0x91, 0x7F, 0xFF, 0x7F, 0xFB, 0x7F, 0xFF, 0x7E, 0xD7, 0x7E, 0xD2, 0x7E, 0x1C, 0x7B, 0xC4, 0x7F, 0xFF, 0x79,
510
+ 0x98, 0x7F, 0xFF, 0x72, 0xB9, 0x7F, 0xFF, 0x68, 0xA2, 0xA4, 0xCB, 0x80, 0x00, 0x83, 0x57, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x01, 0x84, 0x79, 0x80, 0x04, 0x80, 0x00, 0x80, 0x03, 0x82, 0xA3, 0x80, 0x00,
511
+ 0x80, 0x03, 0x80, 0x00, 0x80, 0x03, 0x8A, 0x7C, 0x80, 0x00, 0x80, 0x27, 0x81, 0x32, 0x80, 0x00, 0x8E, 0x40, 0x80, 0x00, 0xB8, 0xEC, 0x66, 0x58, 0x7F, 0xFC, 0x7C, 0x69, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F,
512
+ 0xFF, 0x7F, 0xFD, 0x7E, 0xF7, 0x7F, 0xFF, 0x7F, 0xFE, 0x7E, 0xA8, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE, 0x7A, 0x3A, 0x7F, 0xFE, 0x70, 0x64, 0x7F, 0xFE, 0x59, 0xCB, 0x99, 0x8D,
513
+ 0x80, 0x00, 0x8C, 0xEA, 0x80, 0x00, 0x80, 0xF1, 0x80, 0x01, 0x80, 0xDD, 0x82, 0x39, 0x80, 0x01, 0x84, 0x91, 0x80, 0x00, 0x83, 0x1A, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x02, 0x8D,
514
+ 0xF3, 0x80, 0x03, 0x8E, 0x0A, 0x80, 0x01, 0x9F, 0x69, 0x64, 0x0B, 0x7F, 0xFE, 0x79, 0x1D, 0x7F, 0xFF, 0x77, 0x4F, 0x7F, 0xFF, 0x7B, 0xA1, 0x7F, 0xFF, 0x7E, 0x0E, 0x77, 0x09, 0x7F, 0xFF, 0x7F, 0x6E, 0x7F, 0xFE,
515
+ 0x7F, 0xFF, 0x7F, 0x56, 0x7E, 0xCA, 0x7F, 0x07, 0x7F, 0xFE, 0x73, 0x8A, 0x7F, 0xFD, 0x79, 0x6E, 0x7F, 0xFD, 0x60, 0xDD, 0x9D, 0xF2, 0x80, 0x02, 0x89, 0x30, 0x80, 0x00, 0x87, 0x61, 0x80, 0x01, 0x82, 0x0C, 0x80,
516
+ 0x03, 0x80, 0x00, 0x84, 0x87, 0x80, 0x00, 0x81, 0x6F, 0x80, 0x00, 0x83, 0xE0, 0x81, 0x73, 0x86, 0x24, 0x86, 0x61, 0x82, 0x52, 0x8A, 0xE5, 0x80, 0x01, 0x84, 0x2C, 0x80, 0x02, 0x9A, 0xC0, 0x5A, 0xE2, 0x7F, 0xFF,
517
+ 0x72, 0x6B, 0x7F, 0xFF, 0x76, 0xCF, 0x7F, 0xFE, 0x7F, 0x55, 0x7D, 0x99, 0x7F, 0xFE, 0x7C, 0x76, 0x7F, 0xFE, 0x7A, 0xD3, 0x7D, 0x71, 0x7F, 0xFF, 0x7B, 0x3D, 0x7F, 0xFF, 0x75, 0xE3, 0x7C, 0xD6, 0x7F, 0xFF, 0x7A,
518
+ 0xD8, 0x7F, 0xFF, 0x71, 0x0E, 0x7F, 0xFF, 0x57, 0xC2, 0x9C, 0xC9, 0x80, 0x01, 0x93, 0x49, 0x80, 0x02, 0x84, 0x43, 0x81, 0x2A, 0x86, 0x06, 0x80, 0x00, 0x82, 0xDE, 0x84, 0x56, 0x80, 0x01, 0x88, 0x82, 0x80, 0x00,
519
+ 0x81, 0xCF, 0x80, 0x00, 0x80, 0x04, 0x80, 0x00, 0x80, 0x04, 0x85, 0xE8, 0x80, 0x04, 0x86, 0xD2, 0x80, 0x02, 0x9A, 0x98, 0x63, 0x23, 0x7F, 0xFD, 0x69, 0x9B, 0x7F, 0xFA, 0x78, 0x25, 0x7F, 0xFC, 0x71, 0xF7, 0x7A,
520
+ 0x50, 0x7F, 0xFF, 0x73, 0xC3, 0x7D, 0x51, 0x7A, 0x30, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE, 0x7A, 0xA7, 0x7F, 0xFE, 0x78, 0x7A, 0x7F, 0xFF, 0x6B, 0x79, 0xA9, 0xA7, 0x81, 0xCE,
521
+ 0x8C, 0xC2, 0x80, 0x00, 0x8B, 0x58, 0x82, 0x4A, 0x8C, 0x93, 0x83, 0xB9, 0x88, 0xE3, 0x85, 0xE8, 0x81, 0xF6, 0x89, 0x6F, 0x80, 0x00, 0x88, 0x60, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80,
522
+ 0x03, 0x85, 0x1C, 0x80, 0x05, 0x94, 0x37, 0x53, 0x77, 0x75, 0x68, 0x71, 0x23, 0x7F, 0xFF, 0x6F, 0xCC, 0x7F, 0xFF, 0x7D, 0x7B, 0x7F, 0x91, 0x7F, 0xFF, 0x7C, 0x98, 0x76, 0x43, 0x76, 0x0C, 0x7E, 0x46, 0x73, 0x1C,
523
+ 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7C, 0x0B, 0x7F, 0xFC, 0x6B, 0x9F, 0xB8, 0xA7, 0x8C, 0x7E, 0x92, 0x51, 0x80, 0x00, 0x8C, 0xBF, 0x80, 0xD4, 0x86, 0xEA, 0x84, 0x6C, 0x80,
524
+ 0x00, 0x8B, 0xCF, 0x80, 0xAA, 0x88, 0xDC, 0x89, 0xEF, 0x82, 0xB9, 0x8A, 0x49, 0x80, 0x00, 0x83, 0x96, 0x80, 0x00, 0x80, 0x02, 0x85, 0x4D, 0x80, 0x01, 0x82, 0x43, 0x80, 0x00, 0x92, 0xDB, 0x55, 0x2E, 0x7F, 0xFE,
525
+ 0x6A, 0xDB, 0x7F, 0xFE, 0x73, 0x03, 0x77, 0xB1, 0x7C, 0xC1, 0x7B, 0xE8, 0x76, 0x59, 0x77, 0x49, 0x7B, 0xFA, 0x76, 0x51, 0x7F, 0xFC, 0x76, 0xE7, 0x7D, 0xE9, 0x7F, 0xFF, 0x78, 0x49, 0x7F, 0xFF, 0x79, 0xBB, 0x7F,
526
+ 0xFF, 0x7F, 0xFF, 0x7F, 0xFD, 0x71, 0xBD, 0xA9, 0x83, 0x82, 0x2D, 0x99, 0xC8, 0x80, 0x00, 0x93, 0x6D, 0x80, 0xB6, 0x89, 0x4E, 0x8C, 0x9E, 0x81, 0x13, 0x87, 0x21, 0x81, 0x01, 0x8A, 0x94, 0x88, 0x83, 0x85, 0x3D,
527
+ 0x80, 0x02, 0x84, 0x86, 0x85, 0x1F, 0x80, 0x00, 0x88, 0xAB, 0x80, 0x00, 0x86, 0x23, 0x80, 0x00, 0x8D, 0x5D, 0x56, 0x53, 0x73, 0x3B, 0x64, 0xF4, 0x7F, 0xFE, 0x69, 0x94, 0x7A, 0x45, 0x79, 0x70, 0x75, 0x46, 0x75,
528
+ 0x7C, 0x7A, 0x8A, 0x7D, 0xC0, 0x77, 0x28, 0x7F, 0xFF, 0x7E, 0x7A, 0x7F, 0xFE, 0x7F, 0x06, 0x7F, 0xFD, 0x7F, 0xFF, 0x7A, 0x51, 0x7F, 0xFF, 0x78, 0x83, 0x7F, 0xFF, 0x70, 0xED, 0xAD, 0xC1, 0x8D, 0xA4, 0x97, 0x80,
529
+ 0x82, 0x07, 0x94, 0x2A, 0x85, 0xAB, 0x85, 0x78, 0x83, 0xB1, 0x85, 0x5E, 0x89, 0x65, 0x82, 0x47, 0x84, 0x28, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x01, 0x80, 0x01, 0x80, 0x00, 0x80, 0x04, 0x80, 0x00, 0x81,
530
+ 0x19, 0x80, 0x00, 0x97, 0x62, 0x3E, 0xB6, 0x7B, 0x31, 0x6F, 0x7B, 0x7C, 0x81, 0x76, 0x1F, 0x7A, 0x44, 0x7D, 0x70, 0x76, 0xA5, 0x7D, 0x56, 0x7F, 0x5E, 0x7D, 0xF6, 0x7D, 0xC4, 0x7F, 0xFF, 0x7F, 0xFC, 0x7D, 0x87,
531
+ 0x7F, 0xFB, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7B, 0x0D, 0x7F, 0xFF, 0x5F, 0x53, 0xA2, 0x04, 0x80, 0x00, 0x94, 0x0C, 0x80, 0x01, 0x8C, 0xC7, 0x86, 0xCE, 0x83, 0x6A, 0x82, 0x75, 0x80,
532
+ 0x00, 0x80, 0x00, 0x80, 0x00, 0x83, 0x0F, 0x83, 0x5D, 0x88, 0x8B, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x01, 0x80, 0x01, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x9E, 0xDE, 0x60, 0x3E, 0x7F, 0xFF, 0x6F, 0xA1,
533
+ 0x7F, 0xFF, 0x6E, 0x24, 0x7E, 0x51, 0x7A, 0xFB, 0x7C, 0xD8, 0x7F, 0xFB, 0x7C, 0x21, 0x7F, 0xFB, 0x7C, 0xE9, 0x7F, 0xFB, 0x7D, 0xDD, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F,
534
+ 0xFB, 0x7F, 0xFF, 0x69, 0x44, 0xAB, 0xFA, 0x80, 0x00, 0x8D, 0x9C, 0x80, 0x00, 0x8A, 0xEF, 0x80, 0x00, 0x85, 0xA3, 0x86, 0xCD, 0x81, 0x8E, 0x86, 0x35, 0x80, 0x00, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x03,
535
+ 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0xD8, 0x80, 0x00, 0x92, 0x93, 0x4B, 0x7C, 0x7F, 0xDF, 0x71, 0xAA, 0x7F, 0xFF, 0x7A, 0x78, 0x7D, 0xC6, 0x7D, 0xA5, 0x79, 0xC9, 0x7E, 0x5C, 0x7D,
536
+ 0x47, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7C, 0xE3, 0x7F, 0xFF, 0x7F, 0xFB, 0x7F, 0xFF, 0x7F, 0xFA, 0x7F, 0xFF, 0x7F, 0xFA, 0x53, 0xBE, 0x9E, 0x12, 0x80, 0x03, 0x85, 0xA4,
537
+ 0x80, 0x01, 0x86, 0x80, 0x84, 0xD6, 0x80, 0x28, 0x84, 0x69, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x00, 0x80, 0x03, 0x80,
538
+ 0x00, 0x80, 0x03, 0xA4, 0xA6, 0x66, 0x21, 0x7F, 0xFF, 0x73, 0xAD, 0x7F, 0xFF, 0x7A, 0x31, 0x7F, 0xFC, 0x7C, 0xC3, 0x7E, 0x22, 0x7F, 0xFF, 0x7F, 0xFB, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFC,
539
+ 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE, 0x5E, 0xD3, 0x9F, 0x25, 0x80, 0x01, 0x85, 0x27, 0x80, 0x00, 0x8C, 0x1B, 0x80, 0x00, 0x85, 0xFC, 0x80, 0x00, 0x80, 0x04, 0x80,
540
+ 0x00, 0x80, 0x02, 0x80, 0x7F, 0x80, 0x00, 0x80, 0x04, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x88, 0xEB, 0x80, 0x00, 0xA1, 0x70, 0x5B, 0x07, 0x7F, 0xFC, 0x74, 0x22, 0x7F, 0xFC,
541
+ 0x74, 0xEF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0x3B, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x73, 0x11, 0x7F,
542
+ 0xFF, 0x5B, 0xCB, 0xA8, 0x68, 0x80, 0x59, 0x92, 0xAA, 0x80, 0x03, 0x88, 0x21, 0x82, 0xB0, 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x81, 0xC0, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x01,
543
+ 0x80, 0x00, 0x80, 0x00, 0x80, 0x04, 0x81, 0x2F, 0x80, 0x06, 0x92, 0x0F, 0x84, 0x09, 0xAD, 0x70, 0x65, 0x29, 0x7F, 0xFB, 0x75, 0xDA, 0x7F, 0xFD, 0x7E, 0x8F, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFD, 0x7E,
544
+ 0xE0, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFF, 0x7C, 0x9F, 0x7F, 0xFF, 0x7F, 0xFE, 0x7E, 0x11, 0x7F, 0xFF, 0x7A, 0x49, 0x7F, 0xFF, 0x72, 0xE4, 0x7E, 0x0F, 0x5A, 0x77, 0x9B, 0x03, 0x80, 0x01, 0x8B, 0x11, 0x80, 0x00,
545
+ 0x85, 0xBE, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x82, 0x15, 0x80, 0x01, 0x80, 0x00, 0x80, 0x00, 0x83, 0x37, 0x82, 0xC9, 0x80, 0x01, 0x84, 0x9F, 0x80, 0x02, 0x85, 0xAE, 0x80, 0x02, 0x8F, 0x70, 0x80,
546
+ 0x00, 0xA4, 0x8E, 0x64, 0x0C, 0x7F, 0xFF, 0x76, 0xB3, 0x7F, 0xFF, 0x77, 0xCA, 0x7F, 0xFF, 0x7F, 0xF3, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7A, 0x07, 0x7F, 0x24, 0x7F, 0x09, 0x7F, 0xFF, 0x7B, 0xCC,
547
+ 0x77, 0x72, 0x7F, 0xF9, 0x76, 0x7A, 0x7F, 0xFE, 0x6D, 0xCB, 0x7F, 0xFF, 0x5E, 0x88, 0xA0, 0x7F, 0x80, 0x00, 0x84, 0x94, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x81, 0x85, 0x80, 0x01, 0x80, 0x00, 0x82, 0xA5, 0x80,
548
+ 0x00, 0x84, 0x59, 0x80, 0x00, 0x80, 0x02, 0x80, 0x5C, 0x85, 0x4B, 0x81, 0xCE, 0x88, 0xDF, 0x8F, 0x39, 0x80, 0x0A, 0x95, 0x84, 0x80, 0x00, 0xA6, 0xA7, 0x55, 0x24, 0x7F, 0xFF, 0x7F, 0xFA, 0x7F, 0xFF, 0x7F, 0xFE,
549
+ 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x71, 0x5C, 0x7E, 0x45, 0x7F, 0xFF, 0x7B, 0xAA, 0x7F, 0xFF, 0x7C, 0xA5, 0x79, 0xFB, 0x78, 0xDF, 0x73, 0xBF, 0x6F, 0x10, 0x6E, 0xE4, 0x7B, 0x97, 0x70, 0xCB, 0x7C,
550
+ 0xEF, 0x47, 0x2B, 0x94, 0x2B, 0x80, 0x04, 0x81, 0x3A, 0x80, 0x00, 0x80, 0x00, 0x80, 0x01, 0x87, 0x6C, 0x8B, 0x12, 0x80, 0x00, 0x8B, 0x12, 0x87, 0x31, 0x87, 0xB1, 0x83, 0x63, 0x83, 0x22, 0x88, 0xEC, 0x87, 0xFA,
551
+ 0x92, 0xE5, 0x8E, 0x7F, 0x8A, 0x26, 0x80, 0x02, 0x95, 0x4B, 0x8D, 0xCF, 0xAF, 0x7A, 0x6A, 0x8A, 0x7F, 0xFD, 0x7A, 0x99, 0x7F, 0xFE, 0x7A, 0x55, 0x7F, 0xFF, 0x7B, 0x34, 0x7B, 0x64, 0x7F, 0xFF, 0x6E, 0x33, 0x7C,
552
+ 0xA0, 0x6E, 0xF9, 0x6F, 0x87, 0x74, 0xD0, 0x71, 0x39, 0x74, 0xF5, 0x70, 0xBD, 0x7B, 0xF2, 0x71, 0x2B, 0x74, 0x7C, 0x6A, 0x38, 0x7E, 0x44, 0x54, 0x65, 0x96, 0x6F, 0x80, 0x00, 0x83, 0x4B, 0x80, 0x03, 0x8A, 0x3B,
553
+ 0x80, 0x04, 0x85, 0x1C, 0x80, 0xBD, 0x80, 0x7B, 0x99, 0x36, 0x8A, 0x6F, 0x96, 0x1F, 0x91, 0x8B, 0x8C, 0xB3, 0x8F, 0x08, 0x8C, 0xAD, 0x8B, 0x26, 0x86, 0x9B, 0x8A, 0x31, 0x80, 0x02, 0x8C, 0xF8, 0x80, 0x01, 0xA6,
554
+ 0x75, 0x5C, 0x0E, 0x7D, 0x63, 0x77, 0x9E, 0x7F, 0xFF, 0x75, 0x1E, 0x7E, 0x18, 0x76, 0x5C, 0x7F, 0xFE, 0x78, 0xC3, 0x66, 0x79, 0x7B, 0xAB, 0x6F, 0x05, 0x6D, 0x0F, 0x75, 0x88, 0x6F, 0x5D, 0x6F, 0x57, 0x7E, 0xD7,
555
+ 0x7B, 0xCC, 0x7A, 0x31, 0x7F, 0xFF, 0x74, 0xC5, 0x7F, 0xFF, 0x61, 0x67, 0xAB, 0x8C, 0x83, 0xA2, 0x95, 0x0C, 0x84, 0xBB, 0x8E, 0x7B, 0x80, 0x02, 0x80, 0x00, 0x84, 0x88, 0x84, 0x86, 0x85, 0x3B, 0x85, 0xF0, 0x85,
556
+ 0x0C, 0x80, 0xE7, 0x84, 0x50, 0x81, 0x35, 0x83, 0xD6, 0x87, 0x9F, 0x80, 0x00, 0x86, 0xD7, 0x80, 0x12, 0x83, 0x12, 0x89, 0xFA, 0x80, 0x00, 0xB7, 0x45, 0x54, 0x70, 0x7F, 0x8D, 0x70, 0x0A, 0x7E, 0xAE, 0x7F, 0xFE,
557
+ 0x76, 0xC8, 0x7F, 0xFD, 0x7F, 0xFF, 0x6D, 0x58, 0x7B, 0xFB, 0x7F, 0xFF, 0x7E, 0xF5, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFD, 0x76, 0xF0, 0x7F, 0xFC, 0x79, 0xD4, 0x7B, 0x6A, 0x7F, 0xFE, 0x61, 0xE0, 0x79, 0x4B, 0x55,
558
+ 0xE5, 0xA8, 0x64, 0x80, 0x02, 0x8B, 0xEE, 0x80, 0x02, 0x89, 0xD4, 0x83, 0xC0, 0x86, 0x5A, 0x91, 0x52, 0x81, 0x78, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x92, 0x69, 0x80, 0x00,
559
+ 0x80, 0x02, 0x95, 0x91, 0x80, 0x00, 0x8F, 0x19, 0x80, 0x00, 0xA4, 0x20, 0x50, 0x98, 0x6C, 0x9A, 0x6C, 0x7C, 0x7F, 0xFC, 0x6B, 0x65, 0x7E, 0xE8, 0x7C, 0xF3, 0x70, 0x53, 0x7F, 0xFF, 0x7F, 0xFC, 0x7C, 0x77, 0x7F,
560
+ 0xFC, 0x7F, 0xFF, 0x7F, 0xFC, 0x7F, 0xFF, 0x7C, 0x8B, 0x77, 0xEF, 0x7F, 0xFF, 0x7F, 0x92, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x5F, 0xB5, 0xBF, 0x3D, 0x80, 0x02, 0x8D, 0xBF, 0x85, 0x37, 0x87, 0x2A, 0x80, 0x00,
561
+ 0x80, 0x00, 0x80, 0x03, 0x80, 0x00, 0x80, 0x04, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x00, 0x82, 0x94, 0x80, 0x01, 0x80, 0x00, 0x84, 0x34, 0x85, 0xCE, 0x80, 0xF8, 0x80, 0x06, 0x80, 0x5F, 0x80, 0x02, 0xB5,
562
+ 0x94, 0x5A, 0x7E, 0x7B, 0xCD, 0x70, 0x6F, 0x7F, 0xFE, 0x7B, 0x00, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x77, 0x0D, 0x7F, 0xFF, 0x7F, 0xFE, 0x7B, 0x98, 0x7F, 0xFE, 0x7F, 0xFF,
563
+ 0x7F, 0xFE, 0x7D, 0xCF, 0x7F, 0xFF, 0x6F, 0x7E, 0x79, 0x74, 0x67, 0x34, 0xAB, 0xF7, 0x80, 0x00, 0x8A, 0x69, 0x80, 0x00, 0x8E, 0x05, 0x80, 0x01, 0x80, 0x00, 0x80, 0x00, 0x88, 0x12, 0x8F, 0x41, 0x80, 0x03, 0x91,
564
+ 0x9C, 0x91, 0x30, 0x80, 0x00, 0x89, 0x9F, 0x84, 0x95, 0x86, 0x83, 0x80, 0x01, 0x81, 0xBD, 0x81, 0x0F, 0x88, 0xE9, 0x80, 0x00, 0x9F, 0xB7, 0x62, 0xDB, 0x7F, 0xFD, 0x72, 0x02, 0x7F, 0xFF, 0x6E, 0xF1, 0x7F, 0xFF,
565
+ 0x77, 0x86, 0x7F, 0xFF, 0x7C, 0x3C, 0x6A, 0x99, 0x7F, 0xFD, 0x6F, 0xFA, 0x76, 0xFE, 0x7C, 0x97, 0x7A, 0x0F, 0x7F, 0xFF, 0x7A, 0x71, 0x7F, 0xFF, 0x7F, 0xFB, 0x76, 0xC5, 0x77, 0x1B, 0x7F, 0xFD, 0x4E, 0x96, 0x9D,
566
+ 0x58, 0x80, 0x02, 0x8D, 0x7E, 0x80, 0x01, 0x85, 0x46, 0x80, 0x00, 0x85, 0x72, 0x80, 0x00, 0x87, 0xFD, 0x8F, 0x17, 0x80, 0x03, 0x8E, 0x8E, 0x81, 0x20, 0x8E, 0xA3, 0x8D, 0x1C, 0x80, 0x00, 0x8B, 0xB3, 0x80, 0x00,
567
+ 0x84, 0x59, 0x8D, 0x5A, 0x82, 0xC8, 0x80, 0x03, 0xA7, 0xAF, 0x2E, 0x21, 0x7F, 0xFE, 0x7F, 0xFF, 0x79, 0x1B, 0x7F, 0xFE, 0x7F, 0xFF, 0x7C, 0x83, 0x7F, 0xFE, 0x73, 0xCF, 0x72, 0x9F, 0x7F, 0xFF, 0x6F, 0x1C, 0x78,
568
+ 0xD6, 0x6F, 0x8A, 0x75, 0x3A, 0x7F, 0xFF, 0x7F, 0xFE, 0x7F, 0xFF, 0x7C, 0xCD, 0x79, 0x69, 0x7F, 0xFC, 0x7D, 0xE8, 0x7F, 0xFD, 0x40, 0x07, 0xA2, 0x85, 0x80, 0x00, 0x8E, 0x2B, 0x80, 0x00, 0x80, 0x00, 0x89, 0x38,
569
+ 0x80, 0xE6, 0x8E, 0xAC, 0x82, 0xD1, 0x80, 0x00, 0x81, 0x1E, 0x80, 0x00, 0x80, 0x04, 0x81, 0x31, 0x81, 0xCE, 0x80, 0x02, 0x80, 0x00, 0x80, 0x05, 0x80, 0x08, 0x84, 0x27, 0x9A, 0xEC, 0x80, 0x00, 0xA0, 0xCB, 0x5F,
570
+ 0x4D, 0x7F, 0xFF, 0x6E, 0x06, 0x7F, 0xFE, 0x7D, 0x0F, 0x7F, 0xFE, 0x7F, 0xFF, 0x74, 0x6A, 0x7D, 0xE2, 0x78, 0x68, 0x7F, 0x0D, 0x7E, 0x99, 0x7F, 0xFF, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7D, 0x14, 0x7F, 0xFF,
571
+ 0x7F, 0xFE, 0x7F, 0xFF, 0x77, 0xDC, 0x7F, 0xFF, 0x5F, 0xC5, 0x9B, 0x38, 0x80, 0x00, 0x91, 0x95, 0x80, 0x00, 0x8A, 0x6D, 0x80, 0x00, 0x81, 0xA8, 0x88, 0x38, 0x80, 0x50, 0x88, 0x0E, 0x80, 0x00, 0x84, 0x1F, 0x80,
572
+ 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x01, 0x80, 0x00, 0x80, 0x03, 0x84, 0x9A, 0x80, 0x00, 0x8B, 0x06, 0x80, 0x00, 0x9D, 0x8B, 0x5F, 0xC2, 0x7F, 0xFF, 0x7A, 0x01, 0x7F, 0xFC, 0x78, 0xA1, 0x7F, 0xFC, 0x7C, 0xF4,
573
+ 0x7F, 0xFF, 0x7F, 0xFE, 0x7D, 0x98, 0x7F, 0xFD, 0x7C, 0xEE, 0x7F, 0xFE, 0x7E, 0x9E, 0x7F, 0xFF, 0x7F, 0xFD, 0x7F, 0xFF, 0x7F, 0xFF, 0x73, 0xDD, 0x7F, 0xFF, 0x6F, 0xFF, 0x7F, 0xFF, 0x5E, 0x78, 0xA2, 0xCD, 0x80,
574
+ 0x04, 0x87, 0x48, 0x80, 0x02, 0x80, 0x00, 0x80, 0x00, 0x80, 0x7D, 0x80, 0x00, 0x80, 0x02, 0x80, 0x00, 0x80, 0x00, 0x81, 0xF0, 0x80, 0x00, 0x81, 0xE9, 0x84, 0x9D, 0x80, 0x00, 0x83, 0x1D, 0x82, 0xB9, 0x83, 0x12,
575
+ 0x84, 0x21, 0x80, 0x00, 0x96, 0x9E, 0x8E, 0x7F, 0xB5, 0x31, 0x56, 0x7F, 0x7E, 0xED, 0x6B, 0xA3, 0x7F, 0xFD, 0x7E, 0x01, 0x7F, 0xFE, 0x7F, 0xE9, 0x7E, 0x97, 0x7F, 0xFF, 0x7A, 0xD0, 0x7F, 0xFF, 0x78, 0xFD, 0x7E,
576
+ 0x64, 0x7D, 0x88, 0x7A, 0x52, 0x7F, 0xFB, 0x7B, 0x7A, 0x78, 0x98, 0x68, 0x83, 0x68, 0x8B, 0x52, 0xCA, 0x56, 0x2B, 0x3F, 0xC5, 0xC1, 0x28, 0xA6, 0xEC, 0xB3, 0xB7, 0x9C, 0xA9, 0xA4, 0x80, 0x99, 0xD1, 0x97, 0x9D,
577
+ 0x95, 0xBF, 0x94, 0xFA, 0x95, 0x6C, 0x92, 0xBF, 0x97, 0xB0, 0x91, 0xFB, 0x9B, 0x39, 0x9D, 0xBC, 0xA2, 0x6D, 0xA7, 0xCB, 0xA8, 0x67, 0xB6, 0x5B, 0xB5, 0xF5, 0xC5, 0x8D, 0xC2, 0x0E, 0xD4, 0xF2, 0x26, 0x0C, 0x32,
578
+ 0x64, 0x2B, 0xC1, 0x39, 0x9B, 0x33, 0xE5, 0x3D, 0x7B, 0x3D, 0x3B, 0x3D, 0x28, 0x40, 0x5D, 0x3C, 0x54, 0x41, 0x36, 0x3F, 0x1F, 0x3E, 0x34, 0x3A, 0x78, 0x38, 0xFD, 0x37, 0x78, 0x30, 0x6B, 0x32, 0x13, 0x2B, 0x01,
579
+ 0x27, 0x9C, 0x21, 0x8B, 0x21, 0x65, 0x1B, 0xA4, 0xF1, 0x1A, 0xE9, 0xD5, 0xEE, 0xDE, 0xE5, 0xFC, 0xEB, 0xE3, 0xE6, 0x7E, 0xE8, 0xFD, 0xE8, 0x2F, 0xE6, 0x30, 0xEB, 0x8B, 0xE8, 0x8C, 0xED, 0x06, 0xEC, 0x04, 0xEE,
580
+ 0x21, 0xF1, 0x34, 0xF1, 0x5E, 0xF5, 0x36, 0xF3, 0x89, 0xF7, 0x55, 0xF7, 0x3E, 0xFA, 0x08, 0xF9, 0xE1, 0xFE, 0x07 };
581
+
582
+
583
+
584
+
585
+
586
+
587
+ static BarcodeViewController* bv = nil;
588
+
589
+
590
+
591
+ @interface RhoCreateBarcodeViewTask : NSObject {}
592
+
593
+ + (void)run:(NSString*)value;
594
+
595
+ @end
596
+
597
+ @implementation RhoCreateBarcodeViewTask
598
+
599
+ static RhoCreateBarcodeViewTask* instance_create = nil;
600
+
601
+ -(void)runCommand:(NSObject*)callback {
602
+ //if (mc) {
603
+ // [mc close];
604
+ // mc = nil;
605
+ //}
606
+ BarcodeViewController* bvc = nil;
607
+ if ([callback isKindOfClass:[NSString class]]) {
608
+ bvc = [[BarcodeViewController alloc] initWithCallback:(NSString*)callback];
609
+ }
610
+ else {
611
+ bvc = [[BarcodeViewController alloc] initWithMethodResult:(id<IMethodResult>)callback];
612
+ }
613
+
614
+ bv = bvc;
615
+ [BarcodeViewManager openView];
616
+
617
+ }
618
+
619
+ +(void) run:(NSObject*)value {
620
+ if (instance_create == nil) {
621
+ instance_create = [[RhoCreateBarcodeViewTask alloc] init];
622
+ }
623
+ [instance_create performSelectorOnMainThread:@selector(runCommand:) withObject:value waitUntilDone:NO];
624
+ }
625
+
626
+ @end
627
+
628
+
629
+
630
+
631
+
632
+
633
+
634
+ @implementation BarcodeViewController
635
+
636
+
637
+ +(void)createBarcodeView:(NSObject*)callback {
638
+ [RhoCreateBarcodeViewTask run:callback];
639
+ }
640
+
641
+
642
+ - (id)initWithCallback:(NSString*)callback {
643
+ [self initWithRect:CGRectMake(0,0,320,460)];
644
+ callback_url = callback;
645
+ methodResult = nil;
646
+ return self;
647
+ }
648
+
649
+ - (id)initWithMethodResult:(id<IMethodResult>)methodRes {
650
+ [self initWithRect:CGRectMake(0,0,320,460)];
651
+ callback_url = nil;
652
+ methodResult = methodRes;
653
+ return self;
654
+ }
655
+
656
+ + (NSString*) getBeepFilePath {
657
+ NSFileManager* fileManager = [NSFileManager defaultManager];
658
+
659
+ NSArray *paths = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES);
660
+ NSString *rootDirectory = [ [paths objectAtIndex:0] stringByAppendingString:@"/"];
661
+
662
+ NSString* beepPath = [rootDirectory stringByAppendingString:@"beep.aiff"];
663
+
664
+ return beepPath;
665
+ }
666
+
667
+ - (id)initWithRect:(CGRect)rect{
668
+ [self init];
669
+
670
+ self.view.frame = rect;
671
+
672
+ {
673
+ // check beep file in temporary folder
674
+
675
+ NSFileManager* fileManager = [NSFileManager defaultManager];
676
+
677
+ if (![fileManager isReadableFileAtPath:[BarcodeViewController getBeepFilePath]]) {
678
+
679
+ NSData* data = [NSData dataWithBytes:hexDataBeepAIFF length:0x451e];
680
+
681
+ [fileManager createFileAtPath:[BarcodeViewController getBeepFilePath] contents:data attributes:nil];
682
+ }
683
+
684
+ mBeep = 0;
685
+ NSURL* url = [NSURL fileURLWithPath:[BarcodeViewController getBeepFilePath]];
686
+ OSStatus result = AudioServicesCreateSystemSoundID((CFURLRef)url, &mBeep);
687
+
688
+ }
689
+
690
+ //content.backgroundColor = [UIColor redColor];
691
+ //1ontent.backgroundColor = [UIColor groupTableViewBackgroundColor];
692
+
693
+ toolbar = [[UIToolbar alloc] init];
694
+ toolbar.barStyle = UIBarStyleBlack;
695
+
696
+ toolbar.autoresizingMask = UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleWidth;
697
+ toolbar.autoresizesSubviews = YES;
698
+
699
+ {
700
+ UIBarButtonItem *btn_fixed = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFixedSpace target:nil action:nil];
701
+ UIBarButtonItem* btn_cancel = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemCancel target:self action:@selector(doCancel:)];
702
+ UIBarButtonItem* btn_space = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFlexibleSpace target:nil action:nil];
703
+
704
+ NSMutableArray *btns = [NSMutableArray arrayWithCapacity:6];
705
+ [btns addObject:btn_fixed];
706
+ [btns addObject:btn_cancel];
707
+ [btns addObject:btn_fixed];
708
+ [btns addObject:btn_space];
709
+
710
+ [btn_fixed release];
711
+ [btn_cancel release];
712
+ [btn_space release];
713
+
714
+ [toolbar setItems:btns];
715
+
716
+ }
717
+
718
+
719
+ [toolbar sizeToFit];
720
+ CGRect srect = self.view.frame;
721
+ CGRect trect = toolbar.frame;
722
+ srect.size.height -= trect.size.height;
723
+ srect.origin.y = 0;
724
+ trect.origin.x = 0;
725
+ trect.origin.y = srect.origin.y+srect.size.height;
726
+ trect.size.width = srect.size.width;
727
+ toolbar.frame = trect;
728
+ toolbar.autoresizingMask = UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleWidth;
729
+
730
+ CGRect rrect = srect;
731
+ srect.size.height -= 40;
732
+ rrect.size.height = 40;
733
+ rrect.origin.y += srect.size.height;
734
+
735
+ resultText = [[UITextView alloc] initWithFrame:rrect];
736
+ resultText.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleTopMargin;
737
+ resultText.autoresizesSubviews = YES;
738
+ resultText.frame = rrect;
739
+ resultText.textAlignment = UITextAlignmentCenter;
740
+ resultText.font = [resultText.font fontWithSize:22];
741
+ resultText.editable = NO;
742
+
743
+ readerView = [ZBarReaderView new];
744
+ readerView = [readerView initWithImageScanner:[[ZBarImageScanner alloc] init]];//initWithFrame:srect];//CGRectZero];
745
+ //readerView = [[ZBarReaderView alloc] initWithFrame:srect];//CGRectZero];
746
+ readerView.frame = srect;
747
+
748
+ readerView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleRightMargin | UIViewAutoresizingFlexibleBottomMargin;
749
+ readerView.autoresizesSubviews = YES;
750
+
751
+
752
+ // the delegate receives decode results
753
+ readerView.readerDelegate = self;
754
+
755
+
756
+ //signatureView = [[SignatureView alloc] initWithFrame:CGRectZero];
757
+ //signatureView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
758
+ //signatureView.autoresizesSubviews = YES;
759
+ //signatureView.frame = srect;
760
+
761
+ self.view.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleRightMargin | UIViewAutoresizingFlexibleBottomMargin;
762
+ self.view.autoresizesSubviews = YES;
763
+
764
+ [self.view addSubview:readerView];
765
+ [self.view addSubview:resultText];
766
+ [self.view addSubview:toolbar];
767
+
768
+ //[readerView start];
769
+ [readerView start];
770
+
771
+ // the delegate receives decode results
772
+ readerView.readerDelegate = self;
773
+
774
+ // you can use this to support the simulator
775
+ if(TARGET_IPHONE_SIMULATOR) {
776
+ cameraSim = [[ZBarCameraSimulator alloc]
777
+ initWithViewController: self];
778
+ cameraSim.readerView = readerView;
779
+ }
780
+
781
+ [self.view layoutSubviews];
782
+
783
+ //checking for device version
784
+ NSString *version = [[UIDevice currentDevice] systemVersion];
785
+ float versionFloat = [version floatValue];
786
+
787
+ //if version is greater than 8 lock rotation
788
+ if(versionFloat > 8.0f)
789
+ {
790
+ [self orientationChanged:nil];
791
+
792
+ [[UIDevice currentDevice] beginGeneratingDeviceOrientationNotifications];
793
+ [[NSNotificationCenter defaultCenter]
794
+ addObserver:self selector:@selector(orientationChanged:)
795
+ name:UIDeviceOrientationDidChangeNotification
796
+ object:nil];
797
+
798
+ }
799
+
800
+ return self;
801
+
802
+ }
803
+
804
+
805
+ // Implement loadView to create a view hierarchy programmatically, without using a nib.
806
+ - (void)loadView {
807
+ UIView* content = [[UIView alloc] initWithFrame:CGRectZero];
808
+ content.autoresizesSubviews = YES;
809
+
810
+ self.view = content;
811
+ [content release];
812
+
813
+
814
+
815
+
816
+ }
817
+
818
+ - (void)doDone:(id)sender {
819
+ if (methodResult != nil) {
820
+ NSMutableDictionary* dict = [NSMutableDictionary dictionaryWithCapacity:2];
821
+ [dict setObject:@"ok" forKey:@"status"];
822
+ [dict setObject:resultText.text forKey:@"barcode"];
823
+ [methodResult setResult:dict];
824
+ [methodResult release];
825
+ methodResult = nil;
826
+ [BarcodeViewManager closeView];
827
+ return;
828
+ }
829
+
830
+ if (callback_url == nil) {
831
+ [BarcodeViewManager closeView];
832
+ return;
833
+ }
834
+
835
+ Barcode_executeRhoCallBackWithParams(callback_url, nil,0,
836
+ @"status", @"ok",
837
+ @"barcode", resultText.text,
838
+ nil, nil, nil, nil);
839
+
840
+
841
+ /*
842
+ NSString* strBody = @"";
843
+ strBody = [strBody stringByAppendingString:@"&rho_callback=1&status=ok"];
844
+ strBody = [strBody stringByAppendingString:@"&barcode="];
845
+ strBody = [strBody stringByAppendingString:resultText.text];
846
+ char* norm_url = rho_http_normalizeurl([callback_url UTF8String]);
847
+ rho_net_request_with_data(norm_url, [strBody UTF8String]);
848
+ rho_http_free(norm_url);
849
+ */
850
+ [BarcodeViewManager closeView];
851
+ }
852
+
853
+ - (void)doCancel:(id)sender {
854
+ if (methodResult != nil) {
855
+ NSMutableDictionary* dict = [NSMutableDictionary dictionaryWithCapacity:2];
856
+ [dict setObject:@"cancel" forKey:@"status"];
857
+ [methodResult setResult:dict];
858
+ [methodResult release];
859
+ methodResult = nil;
860
+ [BarcodeViewManager closeView];
861
+ return;
862
+ }
863
+
864
+ if (callback_url == nil) {
865
+ [BarcodeViewManager closeView];
866
+ return;
867
+ }
868
+ Barcode_executeRhoCallBackWithParams(callback_url, nil,0,
869
+ @"status", @"cancel",
870
+ nil, nil,
871
+ nil, nil, nil, nil);
872
+
873
+ [BarcodeViewManager closeView];
874
+ }
875
+
876
+
877
+
878
+ ///*
879
+ // Implement viewDidLoad to do additional setup after loading the view, typically from a nib.
880
+ - (void)viewDidLoad {
881
+ [super viewDidLoad];
882
+
883
+ //[self.view
884
+ }
885
+ //*/
886
+
887
+ - (BOOL) shouldAutorotateToInterfaceOrientation: (UIInterfaceOrientation) orient
888
+ {
889
+ // auto-rotation is supported
890
+ return(YES);
891
+ }
892
+
893
+ - (void) didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation {
894
+ //[readerView willRotateToInterfaceOrientation:self.interfaceOrientation duration:0];
895
+ }
896
+
897
+ - (void) willRotateToInterfaceOrientation: (UIInterfaceOrientation) orientation
898
+ duration: (NSTimeInterval) duration
899
+ {
900
+ // compensate for view rotation so camera preview is not rotated
901
+ [readerView willRotateToInterfaceOrientation: orientation
902
+ duration: duration];
903
+ }
904
+
905
+ - (void) viewDidAppear: (BOOL) animated
906
+ {
907
+ // run the reader when the view is visible
908
+ [readerView start];
909
+ }
910
+
911
+ - (void) viewWillDisappear: (BOOL) animated
912
+ {
913
+ [readerView stop];
914
+ }
915
+
916
+
917
+ - (void) readerView: (ZBarReaderView*) view
918
+ didReadSymbols: (ZBarSymbolSet*) syms
919
+ fromImage: (UIImage*) img
920
+ {
921
+ // do something useful with results
922
+ for(ZBarSymbol *sym in syms) {
923
+ resultText.text = sym.data;
924
+
925
+ // play beep
926
+ if (mBeep != 0) {
927
+ AudioServicesPlaySystemSound(mBeep);
928
+ }
929
+
930
+ {
931
+ UIBarButtonItem *btn_fixed = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFixedSpace target:nil action:nil];
932
+ UIBarButtonItem* btn_cancel = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemCancel target:self action:@selector(doCancel:)];
933
+ UIBarButtonItem* btn_space = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFlexibleSpace target:nil action:nil];
934
+ UIBarButtonItem* btn_done = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemDone target:self action:@selector(doDone:)];
935
+
936
+ NSMutableArray *btns = [NSMutableArray arrayWithCapacity:6];
937
+ [btns addObject:btn_fixed];
938
+ [btns addObject:btn_cancel];
939
+ [btns addObject:btn_fixed];
940
+ [btns addObject:btn_space];
941
+ [btns addObject:btn_done];
942
+
943
+ [btn_fixed release];
944
+ [btn_cancel release];
945
+ [btn_space release];
946
+ [btn_done release];
947
+
948
+ [toolbar setItems:btns];
949
+
950
+ }
951
+
952
+
953
+
954
+
955
+ break;
956
+ }
957
+ }
958
+
959
+
960
+ +(UIView*)getCurrentView
961
+ {
962
+ return bv.view;
963
+ }
964
+
965
+
966
+
967
+ - (void)didReceiveMemoryWarning {
968
+ // Releases the view if it doesn't have a superview.
969
+ [super didReceiveMemoryWarning];
970
+
971
+ // Release any cached data, images, etc that aren't in use.
972
+ }
973
+
974
+ - (void)viewDidUnload {
975
+ // Release any retained subviews of the main view.
976
+ // e.g. self.myOutlet = nil;
977
+
978
+ }
979
+
980
+
981
+ - (void)dealloc {
982
+ [readerView removeFromSuperview];
983
+ [toolbar removeFromSuperview];
984
+ [resultText removeFromSuperview];
985
+ [readerView release];
986
+ readerView = nil;
987
+ [toolbar release];
988
+ [resultText release];
989
+ if (mBeep != 0) {
990
+ AudioServicesDisposeSystemSoundID(mBeep);
991
+ }
992
+ [super dealloc];
993
+ }
994
+
995
+ - (void)orientationChanged:(NSNotification *)note
996
+ {
997
+ UIInterfaceOrientation app_io = [[UIApplication sharedApplication] statusBarOrientation];
998
+ switch (app_io) {
999
+ case UIInterfaceOrientationPortrait:
1000
+ readerView.previewTransform = CGAffineTransformMakeRotation (0);
1001
+ break;
1002
+ case UIInterfaceOrientationLandscapeLeft:
1003
+ readerView.previewTransform = CGAffineTransformMakeRotation (M_PI/2.0);
1004
+ break;
1005
+ case UIInterfaceOrientationLandscapeRight:
1006
+ readerView.previewTransform = CGAffineTransformMakeRotation (3*M_PI/2.0);
1007
+ break;
1008
+ case UIInterfaceOrientationPortraitUpsideDown:
1009
+ readerView.previewTransform = CGAffineTransformMakeRotation (M_PI);
1010
+ break;
1011
+
1012
+ default:
1013
+ break;
1014
+ }
1015
+ }
1016
+
1017
+ @end