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,37 @@
1
+ using System.Reflection;
2
+ using System.Runtime.CompilerServices;
3
+ using System.Runtime.InteropServices;
4
+ using System.Resources;
5
+
6
+ // General Information about an assembly is controlled through the following
7
+ // set of attributes. Change these attribute values to modify the information
8
+ // associated with an assembly.
9
+ [assembly: AssemblyTitle("barcodeImpl")]
10
+ [assembly: AssemblyDescription("")]
11
+ [assembly: AssemblyConfiguration("")]
12
+ [assembly: AssemblyCompany("")]
13
+ [assembly: AssemblyProduct("barcodeImpl")]
14
+ [assembly: AssemblyCopyright("Copyright © 2014")]
15
+ [assembly: AssemblyTrademark("")]
16
+ [assembly: AssemblyCulture("")]
17
+
18
+ // Setting ComVisible to false makes the types in this assembly not visible
19
+ // to COM components. If you need to access a type in this assembly from
20
+ // COM, set the ComVisible attribute to true on that type.
21
+ [assembly: ComVisible(false)]
22
+
23
+ // The following GUID is for the ID of the typelib if this project is exposed to COM
24
+ [assembly: Guid("20c78cf0-3404-0132-c893-64ce8f468bc3")]
25
+
26
+ // Version information for an assembly consists of the following four values:
27
+ //
28
+ // Major Version
29
+ // Minor Version
30
+ // Build Number
31
+ // Revision
32
+ //
33
+ // You can specify all the values or you can default the Revision and Build Numbers
34
+ // by using the '*' as shown below:
35
+ [assembly: AssemblyVersion("1.0.0.0")]
36
+ [assembly: AssemblyFileVersion("1.0.0.0")]
37
+ [assembly: NeutralResourcesLanguageAttribute("en-US")]
@@ -0,0 +1,772 @@
1
+
2
+ (function ($, rho, rhoUtil) {
3
+ 'use strict';
4
+
5
+ var moduleNS = 'Rho.Barcode';
6
+ var apiReq = rhoUtil.apiReqFor(moduleNS);
7
+
8
+
9
+ // === Barcode class definition ===
10
+
11
+ function Barcode() {
12
+ var id = null;
13
+ this.getId = function () {return id;};
14
+
15
+ if (1 == arguments.length && arguments[0][rhoUtil.rhoIdParam()]) {
16
+ if (moduleNS != arguments[0][rhoUtil.rhoClassParam()]) {
17
+ throw "Wrong class instantiation!";
18
+ }
19
+ id = arguments[0][rhoUtil.rhoIdParam()];
20
+ } else {
21
+ id = rhoUtil.nextId();
22
+ // constructor methods are following:
23
+
24
+ }
25
+ };
26
+
27
+ // === Barcode instance properties ===
28
+
29
+ rhoUtil.createPropsProxy(Barcode.prototype, [
30
+ { propName: 'autoEnter', propAccess: 'rw' }
31
+ , { propName: 'autoTab', propAccess: 'rw' }
32
+ , { propName: 'hapticFeedback', propAccess: 'rw' }
33
+ , { propName: 'linearSecurityLevel', propAccess: 'rw' }
34
+ , { propName: 'scanTimeout', propAccess: 'rw' }
35
+ , { propName: 'rasterMode', propAccess: 'rw' }
36
+ , { propName: 'rasterHeight', propAccess: 'rw' }
37
+ , { propName: 'aimType', propAccess: 'rw' }
38
+ , { propName: 'timedAimDuration', propAccess: 'rw' }
39
+ , { propName: 'sameSymbolTimeout', propAccess: 'rw' }
40
+ , { propName: 'differentSymbolTimeout', propAccess: 'rw' }
41
+ , { propName: 'aimMode', propAccess: 'rw' }
42
+ , { propName: 'picklistMode', propAccess: 'rw' }
43
+ , { propName: 'viewfinderMode', propAccess: 'rw' }
44
+ , { propName: 'viewfinderX', propAccess: 'rw' }
45
+ , { propName: 'viewfinderY', propAccess: 'rw' }
46
+ , { propName: 'viewfinderWidth', propAccess: 'rw' }
47
+ , { propName: 'viewfinderHeight', propAccess: 'rw' }
48
+ , { propName: 'viewfinderFeedback', propAccess: 'rw' }
49
+ , { propName: 'viewfinderFeedbackTime', propAccess: 'rw' }
50
+ , { propName: 'focusMode', propAccess: 'rw' }
51
+ , { propName: 'illuminationMode', propAccess: 'rw' }
52
+ , { propName: 'dpmMode', propAccess: 'rw' }
53
+ , { propName: 'inverse1dMode', propAccess: 'rw' }
54
+ , { propName: 'poorQuality1dMode', propAccess: 'rw' }
55
+ , { propName: 'beamWidth', propAccess: 'rw' }
56
+ , { propName: 'dbpMode', propAccess: 'rw' }
57
+ , { propName: 'klasseEins', propAccess: 'rw' }
58
+ , { propName: 'adaptiveScanning', propAccess: 'rw' }
59
+ , { propName: 'bidirectionalRedundancy', propAccess: 'rw' }
60
+ , { propName: 'barcodeDataFormat', propAccess: 'rw' }
61
+ , { propName: 'dataBufferSize', propAccess: 'rw' }
62
+ , { propName: 'connectionIdleTimeout', propAccess: 'rw' }
63
+ , { propName: 'disconnectBtOnDisable', propAccess: 'rw' }
64
+ , { propName: 'displayBtAddressBarcodeOnEnable', propAccess: 'rw' }
65
+ , { propName: 'enableTimeout', propAccess: 'rw' }
66
+ , { propName: 'friendlyName', propAccess: 'r' }
67
+ , { propName: 'lcdMode', propAccess: 'rw' }
68
+ , { propName: 'lowBatteryScan', propAccess: 'rw' }
69
+ , { propName: 'triggerConnected', propAccess: 'rw' }
70
+ , { propName: 'disableScannerDuringNavigate', propAccess: 'rw' }
71
+ , { propName: 'decodeVolume', propAccess: 'rw' }
72
+ , { propName: 'decodeDuration', propAccess: 'rw' }
73
+ , { propName: 'decodeFrequency', propAccess: 'rw' }
74
+ , { propName: 'invalidDecodeFrequency', propAccess: 'rw' }
75
+ , { propName: 'decodeSound', propAccess: 'rw' }
76
+ , { propName: 'invalidDecodeSound', propAccess: 'rw' }
77
+ , { propName: 'scannerType', propAccess: 'r' }
78
+ , { propName: 'allDecoders', propAccess: 'rw' }
79
+ , { propName: 'aztec', propAccess: 'rw' }
80
+ , { propName: 'chinese2of5', propAccess: 'rw' }
81
+ , { propName: 'codabar', propAccess: 'rw' }
82
+ , { propName: 'codabarClsiEditing', propAccess: 'rw' }
83
+ , { propName: 'codabarMaxLength', propAccess: 'rw' }
84
+ , { propName: 'codabarMinLength', propAccess: 'rw' }
85
+ , { propName: 'codabarNotisEditing', propAccess: 'rw' }
86
+ , { propName: 'codabarRedundancy', propAccess: 'rw' }
87
+ , { propName: 'code11', propAccess: 'rw' }
88
+ , { propName: 'code11checkDigitCount', propAccess: 'rw' }
89
+ , { propName: 'code11maxLength', propAccess: 'rw' }
90
+ , { propName: 'code11minLength', propAccess: 'rw' }
91
+ , { propName: 'code11redundancy', propAccess: 'rw' }
92
+ , { propName: 'code11reportCheckDigit', propAccess: 'rw' }
93
+ , { propName: 'code128', propAccess: 'rw' }
94
+ , { propName: 'code128checkIsBtTable', propAccess: 'rw' }
95
+ , { propName: 'code128ean128', propAccess: 'rw' }
96
+ , { propName: 'code128isbt128', propAccess: 'rw' }
97
+ , { propName: 'code128isbt128ConcatMode', propAccess: 'rw' }
98
+ , { propName: 'code128maxLength', propAccess: 'rw' }
99
+ , { propName: 'code128minLength', propAccess: 'rw' }
100
+ , { propName: 'code128other128', propAccess: 'rw' }
101
+ , { propName: 'code128redundancy', propAccess: 'rw' }
102
+ , { propName: 'code128securityLevel', propAccess: 'rw' }
103
+ , { propName: 'compositeAb', propAccess: 'rw' }
104
+ , { propName: 'compositeAbUccLinkMode', propAccess: 'rw' }
105
+ , { propName: 'compositeAbUseUpcPreambleCheckDigitRules', propAccess: 'rw' }
106
+ , { propName: 'compositeC', propAccess: 'rw' }
107
+ , { propName: 'code39', propAccess: 'rw' }
108
+ , { propName: 'code39code32Prefix', propAccess: 'rw' }
109
+ , { propName: 'code39convertToCode32', propAccess: 'rw' }
110
+ , { propName: 'code39fullAscii', propAccess: 'rw' }
111
+ , { propName: 'code39maxLength', propAccess: 'rw' }
112
+ , { propName: 'code39minLength', propAccess: 'rw' }
113
+ , { propName: 'code39redundancy', propAccess: 'rw' }
114
+ , { propName: 'code39reportCheckDigit', propAccess: 'rw' }
115
+ , { propName: 'code39securityLevel', propAccess: 'rw' }
116
+ , { propName: 'code39verifyCheckDigit', propAccess: 'rw' }
117
+ , { propName: 'code93', propAccess: 'rw' }
118
+ , { propName: 'code93maxLength', propAccess: 'rw' }
119
+ , { propName: 'code93minLength', propAccess: 'rw' }
120
+ , { propName: 'code93redundancy', propAccess: 'rw' }
121
+ , { propName: 'd2of5', propAccess: 'rw' }
122
+ , { propName: 'd2of5maxLength', propAccess: 'rw' }
123
+ , { propName: 'd2of5minLength', propAccess: 'rw' }
124
+ , { propName: 'd2of5redundancy', propAccess: 'rw' }
125
+ , { propName: 'datamatrix', propAccess: 'rw' }
126
+ , { propName: 'ean13', propAccess: 'rw' }
127
+ , { propName: 'ean8', propAccess: 'rw' }
128
+ , { propName: 'ean8convertToEan13', propAccess: 'rw' }
129
+ , { propName: 'i2of5', propAccess: 'rw' }
130
+ , { propName: 'i2of5convertToEan13', propAccess: 'rw' }
131
+ , { propName: 'i2of5maxLength', propAccess: 'rw' }
132
+ , { propName: 'i2of5minLength', propAccess: 'rw' }
133
+ , { propName: 'i2of5redundancy', propAccess: 'rw' }
134
+ , { propName: 'i2of5reportCheckDigit', propAccess: 'rw' }
135
+ , { propName: 'i2of5verifyCheckDigit', propAccess: 'rw' }
136
+ , { propName: 'korean3of5', propAccess: 'rw' }
137
+ , { propName: 'korean3of5redundancy', propAccess: 'rw' }
138
+ , { propName: 'korean3of5maxLength', propAccess: 'rw' }
139
+ , { propName: 'korean3of5minLength', propAccess: 'rw' }
140
+ , { propName: 'macroPdf', propAccess: 'rw' }
141
+ , { propName: 'macroPdfBufferLabels', propAccess: 'rw' }
142
+ , { propName: 'macroPdfConvertToPdf417', propAccess: 'rw' }
143
+ , { propName: 'macroPdfExclusive', propAccess: 'rw' }
144
+ , { propName: 'macroMicroPdf', propAccess: 'rw' }
145
+ , { propName: 'macroMicroPdfBufferLabels', propAccess: 'rw' }
146
+ , { propName: 'macroMicroPdfConvertToMicroPdf', propAccess: 'rw' }
147
+ , { propName: 'macroMicroPdfExclusive', propAccess: 'rw' }
148
+ , { propName: 'macroMicroPdfReportAppendInfo', propAccess: 'rw' }
149
+ , { propName: 'matrix2of5', propAccess: 'rw' }
150
+ , { propName: 'matrix2of5maxLength', propAccess: 'rw' }
151
+ , { propName: 'matrix2of5minLength', propAccess: 'rw' }
152
+ , { propName: 'matrix2of5reportCheckDigit', propAccess: 'rw' }
153
+ , { propName: 'matrix2of5verifyCheckDigit', propAccess: 'rw' }
154
+ , { propName: 'maxiCode', propAccess: 'rw' }
155
+ , { propName: 'microPdf', propAccess: 'rw' }
156
+ , { propName: 'microQr', propAccess: 'rw' }
157
+ , { propName: 'msi', propAccess: 'rw' }
158
+ , { propName: 'msiCheckDigits', propAccess: 'rw' }
159
+ , { propName: 'msiCheckDigitScheme', propAccess: 'rw' }
160
+ , { propName: 'msiMaxLength', propAccess: 'rw' }
161
+ , { propName: 'msiMinLength', propAccess: 'rw' }
162
+ , { propName: 'msiRedundancy', propAccess: 'rw' }
163
+ , { propName: 'msiReportCheckDigit', propAccess: 'rw' }
164
+ , { propName: 'pdf417', propAccess: 'rw' }
165
+ , { propName: 'signature', propAccess: 'rw' }
166
+ , { propName: 'signatureImageHeight', propAccess: 'rw' }
167
+ , { propName: 'signatureImageWidth', propAccess: 'rw' }
168
+ , { propName: 'signatureImageQuality', propAccess: 'rw' }
169
+ , { propName: 'ausPostal', propAccess: 'rw' }
170
+ , { propName: 'canPostal', propAccess: 'rw' }
171
+ , { propName: 'dutchPostal', propAccess: 'rw' }
172
+ , { propName: 'japPostal', propAccess: 'rw' }
173
+ , { propName: 'ukPostal', propAccess: 'rw' }
174
+ , { propName: 'ukPostalReportCheckDigit', propAccess: 'rw' }
175
+ , { propName: 'us4state', propAccess: 'rw' }
176
+ , { propName: 'us4stateFics', propAccess: 'rw' }
177
+ , { propName: 'usPlanet', propAccess: 'rw' }
178
+ , { propName: 'usPlanetReportCheckDigit', propAccess: 'rw' }
179
+ , { propName: 'usPostNet', propAccess: 'rw' }
180
+ , { propName: 'usPostNetReportCheckDigit', propAccess: 'rw' }
181
+ , { propName: 'qrCode', propAccess: 'rw' }
182
+ , { propName: 'gs1dataBar', propAccess: 'rw' }
183
+ , { propName: 'gs1dataBarExpanded', propAccess: 'rw' }
184
+ , { propName: 'gs1dataBarLimited', propAccess: 'rw' }
185
+ , { propName: 'tlc39', propAccess: 'rw' }
186
+ , { propName: 'trioptic39', propAccess: 'rw' }
187
+ , { propName: 'trioptic39Redundancy', propAccess: 'rw' }
188
+ , { propName: 'upcEanBookland', propAccess: 'rw' }
189
+ , { propName: 'upcEanBooklandFormat', propAccess: 'rw' }
190
+ , { propName: 'upcEanConvertGs1dataBarToUpcEan', propAccess: 'rw' }
191
+ , { propName: 'upcEanCoupon', propAccess: 'rw' }
192
+ , { propName: 'upcEanLinearDecode', propAccess: 'rw' }
193
+ , { propName: 'upcEanRandomWeightCheckDigit', propAccess: 'rw' }
194
+ , { propName: 'upcEanRetryCount', propAccess: 'rw' }
195
+ , { propName: 'upcEanSecurityLevel', propAccess: 'rw' }
196
+ , { propName: 'upcEanSupplemental2', propAccess: 'rw' }
197
+ , { propName: 'upcEanSupplemental5', propAccess: 'rw' }
198
+ , { propName: 'upcEanSupplementalMode', propAccess: 'rw' }
199
+ , { propName: 'upca', propAccess: 'rw' }
200
+ , { propName: 'upcaPreamble', propAccess: 'rw' }
201
+ , { propName: 'upcaReportCheckDigit', propAccess: 'rw' }
202
+ , { propName: 'upce0', propAccess: 'rw' }
203
+ , { propName: 'upce0convertToUpca', propAccess: 'rw' }
204
+ , { propName: 'upce0preamble', propAccess: 'rw' }
205
+ , { propName: 'upce0reportCheckDigit', propAccess: 'rw' }
206
+ , { propName: 'upce1', propAccess: 'rw' }
207
+ , { propName: 'upce1convertToUpca', propAccess: 'rw' }
208
+ , { propName: 'upce1preamble', propAccess: 'rw' }
209
+ , { propName: 'upce1reportCheckDigit', propAccess: 'rw' }
210
+ , { propName: 'webcode', propAccess: 'rw' }
211
+ , { propName: 'webcodeDecodeGtSubtype', propAccess: 'rw' }
212
+ , { propName: 'rsmModelNumber', propAccess: 'r' }
213
+ , { propName: 'rsmSerialNumber', propAccess: 'r' }
214
+ , { propName: 'rsmDateOfManufacture', propAccess: 'r' }
215
+ , { propName: 'rsmDateOfService', propAccess: 'r' }
216
+ , { propName: 'rsmBluetoothAddress', propAccess: 'r' }
217
+ , { propName: 'rsmFirmwareVersion', propAccess: 'r' }
218
+ , { propName: 'rsmDeviceClass', propAccess: 'r' }
219
+ , { propName: 'rsmBatteryStatus', propAccess: 'r' }
220
+ , { propName: 'rsmBatteryCapacity', propAccess: 'r' }
221
+ , { propName: 'rsmBatteryId', propAccess: 'r' }
222
+ , { propName: 'rsmBluetoothAuthentication', propAccess: 'rw' }
223
+ , { propName: 'rsmBluetoothEncryption', propAccess: 'rw' }
224
+ , { propName: 'rsmBluetoothPinCode', propAccess: 'rw' }
225
+ , { propName: 'rsmBluetoothPinCodeType', propAccess: 'rw' }
226
+ , { propName: 'rsmBluetoothReconnectionAttempts', propAccess: 'rw' }
227
+ , { propName: 'rsmBluetoothBeepOnReconnectAttempt', propAccess: 'rw' }
228
+ , { propName: 'rsmBluetoothHidAutoReconnect', propAccess: 'rw' }
229
+ , { propName: 'rsmBluetoothFriendlyName', propAccess: 'rw' }
230
+ , { propName: 'rsmBluetoothInquiryMode', propAccess: 'rw' }
231
+ , { propName: 'rsmBluetoothAutoReconnect', propAccess: 'rw' }
232
+ , { propName: 'rsmForceSavePairingBarcode', propAccess: 'rw' }
233
+ , { propName: 'rsmLowBatteryIndication', propAccess: 'rw' }
234
+ , { propName: 'rsmLowBatteryIndicationCycle', propAccess: 'rw' }
235
+ , { propName: 'rsmScanLineWidth', propAccess: 'rw' }
236
+ , { propName: 'rsmGoodScansDelay', propAccess: 'rw' }
237
+ , { propName: 'rsmDecodeFeedback', propAccess: 'rw' }
238
+ , { propName: 'rsmIgnoreCode128Usps', propAccess: 'rw' }
239
+ , { propName: 'rsmScanTriggerWakeup', propAccess: 'rw' }
240
+ , { propName: 'rsmMems', propAccess: 'rw' }
241
+ , { propName: 'rsmProximityEnable', propAccess: 'rw' }
242
+ , { propName: 'rsmProximityContinuous', propAccess: 'rw' }
243
+ , { propName: 'rsmProximityDistance', propAccess: 'rw' }
244
+ , { propName: 'rsmPagingEnable', propAccess: 'rw' }
245
+ , { propName: 'rsmPagingBeepSequence', propAccess: 'rw' }
246
+ ], apiReq, function(){ return this.getId(); });
247
+
248
+ // === Barcode instance methods ===
249
+
250
+ rhoUtil.createMethodsProxy(Barcode.prototype, [
251
+
252
+ // function(/* const rho::Hashtable<rho::String, rho::String>& */ propertyMap, /* optional function */ oResult)
253
+ { methodName: 'enable', nativeName: 'enable', persistentCallbackIndex: 1, valueCallbackIndex: 3 }
254
+
255
+ // function(/* optional function */ oResult)
256
+ , { methodName: 'registerBluetoothStatus', nativeName: 'registerBluetoothStatus', persistentCallbackIndex: 0, valueCallbackIndex: 2 }
257
+
258
+ // function(/* optional function */ oResult)
259
+ , { methodName: 'start', nativeName: 'start', valueCallbackIndex: 0 }
260
+
261
+ // function(/* optional function */ oResult)
262
+ , { methodName: 'stop', nativeName: 'stop', valueCallbackIndex: 0 }
263
+
264
+ // function(/* optional function */ oResult)
265
+ , { methodName: 'disable', nativeName: 'disable', valueCallbackIndex: 0 }
266
+
267
+ // function(/* optional function */ oResult)
268
+ , { methodName: 'getSupportedProperties', nativeName: 'getSupportedProperties', persistentCallbackIndex: 0, valueCallbackIndex: 2 }
269
+
270
+ // function(/* const rho::Hashtable<rho::String, rho::String>& */ propertyMap, /* optional function */ oResult)
271
+ , { methodName: 'take', nativeName: 'take', persistentCallbackIndex: 1, valueCallbackIndex: 3 }
272
+
273
+ // function(/* const rho::String& */ command, /* optional function */ oResult)
274
+ , { methodName: 'commandRemoteScanner', nativeName: 'commandRemoteScanner', valueCallbackIndex: 1 }
275
+
276
+ // function(/* const rho::String& */ propertyName, /* optional function */ oResult)
277
+ , { methodName: 'getProperty', nativeName: 'getProperty', persistentCallbackIndex: 1, valueCallbackIndex: 3 }
278
+
279
+ // function(/* const rho::Vector<rho::String>& */ arrayofNames, /* optional function */ oResult)
280
+ , { methodName: 'getProperties', nativeName: 'getProperties', persistentCallbackIndex: 1, valueCallbackIndex: 3 }
281
+
282
+ // function(/* optional function */ oResult)
283
+ , { methodName: 'getAllProperties', nativeName: 'getAllProperties', persistentCallbackIndex: 0, valueCallbackIndex: 2 }
284
+
285
+ // function(/* const rho::String& */ propertyName, /* const rho::String& */ propertyValue, /* optional function */ oResult)
286
+ , { methodName: 'setProperty', nativeName: 'setProperty', valueCallbackIndex: 2 }
287
+
288
+ // function(/* const rho::Hashtable<rho::String, rho::String>& */ propertyMap, /* optional function */ oResult)
289
+ , { methodName: 'setProperties', nativeName: 'setProperties', valueCallbackIndex: 1 }
290
+
291
+ ], apiReq, function(){ return this.getId(); });
292
+
293
+
294
+
295
+ rhoUtil.createRawPropsProxy(Barcode.prototype, [
296
+ ]);
297
+
298
+ // === Barcode constants ===
299
+
300
+
301
+ Barcode.AIMMODE_DOT = 'dot';
302
+
303
+ Barcode.AIMMODE_NONE = 'none';
304
+
305
+ Barcode.AIMMODE_RETICLE = 'reticle';
306
+
307
+ Barcode.AIMMODE_SLAB = 'slab';
308
+
309
+ Barcode.AIMTYPE_CONTINUOUS_READ = 'continuousRead';
310
+
311
+ Barcode.AIMTYPE_PRESENTATION = 'presentation';
312
+
313
+ Barcode.AIMTYPE_PRESS_AND_RELEASE = 'pressAndRelease';
314
+
315
+ Barcode.AIMTYPE_TIMED_HOLD = 'timedHold';
316
+
317
+ Barcode.AIMTYPE_TIMED_RELEASE = 'timedRelease';
318
+
319
+ Barcode.AIMTYPE_TRIGGER = 'trigger';
320
+
321
+ Barcode.ALL_THRICE = 'allThrice';
322
+
323
+ Barcode.ALL_TWICE = 'allTwice';
324
+
325
+ Barcode.BEAM_NARROW = 'narrow';
326
+
327
+ Barcode.BEAM_NORMAL = 'normal';
328
+
329
+ Barcode.BEAM_WIDE = 'wide';
330
+
331
+ Barcode.BOOKLAND_ISBN10 = 'isbn10';
332
+
333
+ Barcode.BOOKLAND_ISBN13 = 'isbn13';
334
+
335
+ Barcode.CODE11_CHECKDIGIT_NONE = 'none';
336
+
337
+ Barcode.CODE11_CHECKDIGIT_ONE = 'one';
338
+
339
+ Barcode.CODE11_CHECKDIGIT_TWO = 'two';
340
+
341
+ Barcode.CODE128ISBT_ALWAYS = 'always';
342
+
343
+ Barcode.CODE128ISBT_AUTO = 'auto';
344
+
345
+ Barcode.CODE128ISBT_NEVER = 'never';
346
+
347
+ Barcode.DBP_COMPOSITE = 'composite';
348
+
349
+ Barcode.DBP_NORMAL = 'normal';
350
+
351
+ Barcode.FOCUS_AUTO = 'auto';
352
+
353
+ Barcode.FOCUS_FIXED = 'fixed';
354
+
355
+ Barcode.FORMAT_BINARY = 'binary';
356
+
357
+ Barcode.FORMAT_TEXT = 'text';
358
+
359
+ Barcode.I2OF5_VERIFY_NONE = 'none';
360
+
361
+ Barcode.I2OF5_VERIFY_OPCC = 'opcc';
362
+
363
+ Barcode.I2OF5_VERIFY_USS = 'uss';
364
+
365
+ Barcode.ILLUMINATION_ALWAYS_OFF = 'alwaysOff';
366
+
367
+ Barcode.ILLUMINATION_ALWAYS_ON = 'alwaysOn';
368
+
369
+ Barcode.ILLUMINATION_AUTO = 'auto';
370
+
371
+ Barcode.INVERSE_AUTO = 'auto';
372
+
373
+ Barcode.INVERSE_DISABLED = 'disabled';
374
+
375
+ Barcode.INVERSE_ENABLED = 'enabled';
376
+
377
+ Barcode.LONG_AND_SHORT = 'longAndShort';
378
+
379
+ Barcode.MSI_CHECKDIGITS_MOD10 = 'mod10';
380
+
381
+ Barcode.MSI_CHECKDIGITS_MOD11 = 'mod11';
382
+
383
+ Barcode.MSI_CHECKDIGITS_ONE = 'one';
384
+
385
+ Barcode.MSI_CHECKDIGITS_TWO = 'two';
386
+
387
+ Barcode.PICKLIST_DISABLED = 'disabled';
388
+
389
+ Barcode.PICKLIST_HARDWARE_RETICLE = 'hardwareReticle';
390
+
391
+ Barcode.PICKLIST_SOFTWARE_RETICLE = 'softwareReticle';
392
+
393
+ Barcode.RASTER_CYCLONE = 'cyclone';
394
+
395
+ Barcode.RASTER_NONE = 'none';
396
+
397
+ Barcode.RASTER_OPEN_ALWAYS = 'openAlways';
398
+
399
+ Barcode.RASTER_SMART = 'smart';
400
+
401
+ Barcode.REDUNDANCY_AND_LENGTH = 'redundancyAndLength';
402
+
403
+ Barcode.RSM_AUTORECONNECT_NONE = 'none';
404
+
405
+ Barcode.RSM_AUTORECONNECT_ON_OUT_OF_RANGE = 'onOutOfRange';
406
+
407
+ Barcode.RSM_AUTORECONNECT_ON_POWER = 'onPower';
408
+
409
+ Barcode.RSM_AUTORECONNECT_ON_POWER_OUT_OF_RANGE = 'onPowerOutOfRange';
410
+
411
+ Barcode.SHORT_OR_CODABAR = 'shortOrCodabar';
412
+
413
+ Barcode.UCC_ALWAYS = 'always';
414
+
415
+ Barcode.UCC_AUTO = 'auto';
416
+
417
+ Barcode.UCC_NEVER = 'never';
418
+
419
+ Barcode.UPCA_PREAMBLE_COUNTRY = 'countryAndSystemChars';
420
+
421
+ Barcode.UPCA_PREAMBLE_NONE = 'none';
422
+
423
+ Barcode.UPCA_PREAMBLE_SYSTEMCHAR = 'systemChar';
424
+
425
+ Barcode.UPCE0_PREAMBLE_COUNTRY = 'countryAndSystemChars';
426
+
427
+ Barcode.UPCE0_PREAMBLE_NONE = 'none';
428
+
429
+ Barcode.UPCE0_PREAMBLE_SYSTEMCHAR = 'systemChar';
430
+
431
+ Barcode.UPCE1_PREAMBLE_COUNTRY = 'countryAndSystemChars';
432
+
433
+ Barcode.UPCE1_PREAMBLE_NONE = 'none';
434
+
435
+ Barcode.UPCE1_PREAMBLE_SYSTEMCHAR = 'systemChar';
436
+
437
+ Barcode.UPCEAN_379 = '378or379';
438
+
439
+ Barcode.UPCEAN_439 = '414or419or434or439';
440
+
441
+ Barcode.UPCEAN_979 = '978or979';
442
+
443
+ Barcode.UPCEAN_ALWAYS = 'always';
444
+
445
+ Barcode.UPCEAN_AUTO = 'auto';
446
+
447
+ Barcode.UPCEAN_NONE = 'none';
448
+
449
+ Barcode.UPCEAN_SMART = 'smart';
450
+
451
+ Barcode.VF_FEEDBACK_DISABLED = 'disabled';
452
+
453
+ Barcode.VF_FEEDBACK_ENABLED = 'enabled';
454
+
455
+ Barcode.VF_FEEDBACK_RETICLE = 'reticle';
456
+
457
+ Barcode.VIEWFINDER_DISABLED = 'disabled';
458
+
459
+ Barcode.VIEWFINDER_DYNAMIC_RETICLE = 'dynamicReticle';
460
+
461
+ Barcode.VIEWFINDER_ENABLED = 'enabled';
462
+
463
+ Barcode.VIEWFINDER_STATIC_RETICLE = 'staticReticle';
464
+
465
+
466
+
467
+
468
+ // === Barcode static properties ===
469
+
470
+ rhoUtil.createPropsProxy(Barcode, [
471
+ ], apiReq);
472
+
473
+ // === Barcode static methods ===
474
+
475
+ rhoUtil.createMethodsProxy(Barcode, [
476
+
477
+ // function(/* optional function */ oResult)
478
+ { methodName: 'enumerate', nativeName: 'enumerate', persistentCallbackIndex: 0, valueCallbackIndex: 2 }
479
+
480
+ ], apiReq);
481
+
482
+ // === Barcode default instance support ===
483
+
484
+
485
+ rhoUtil.createPropsProxy(Barcode, [
486
+ { propName: 'defaultInstance:getDefault:setDefault', propAccess: 'rw', customSet: function(obj) { if(!obj || 'function' != typeof obj.getId){ throw 'Default object should provide getId method!' }; Barcode.setDefaultID(obj.getId()); } }
487
+ , { propName: 'defaultID:getDefaultID:setDefaultID', propAccess: 'rw' }
488
+ ], apiReq);
489
+
490
+ Barcode.getId = function() {
491
+ return Barcode.getDefaultID();
492
+ }
493
+
494
+ // === Barcode default instance properties ===
495
+
496
+ rhoUtil.createPropsProxy(Barcode, [
497
+ { propName: 'autoEnter', propAccess: 'rw' }
498
+ , { propName: 'autoTab', propAccess: 'rw' }
499
+ , { propName: 'hapticFeedback', propAccess: 'rw' }
500
+ , { propName: 'linearSecurityLevel', propAccess: 'rw' }
501
+ , { propName: 'scanTimeout', propAccess: 'rw' }
502
+ , { propName: 'rasterMode', propAccess: 'rw' }
503
+ , { propName: 'rasterHeight', propAccess: 'rw' }
504
+ , { propName: 'aimType', propAccess: 'rw' }
505
+ , { propName: 'timedAimDuration', propAccess: 'rw' }
506
+ , { propName: 'sameSymbolTimeout', propAccess: 'rw' }
507
+ , { propName: 'differentSymbolTimeout', propAccess: 'rw' }
508
+ , { propName: 'aimMode', propAccess: 'rw' }
509
+ , { propName: 'picklistMode', propAccess: 'rw' }
510
+ , { propName: 'viewfinderMode', propAccess: 'rw' }
511
+ , { propName: 'viewfinderX', propAccess: 'rw' }
512
+ , { propName: 'viewfinderY', propAccess: 'rw' }
513
+ , { propName: 'viewfinderWidth', propAccess: 'rw' }
514
+ , { propName: 'viewfinderHeight', propAccess: 'rw' }
515
+ , { propName: 'viewfinderFeedback', propAccess: 'rw' }
516
+ , { propName: 'viewfinderFeedbackTime', propAccess: 'rw' }
517
+ , { propName: 'focusMode', propAccess: 'rw' }
518
+ , { propName: 'illuminationMode', propAccess: 'rw' }
519
+ , { propName: 'dpmMode', propAccess: 'rw' }
520
+ , { propName: 'inverse1dMode', propAccess: 'rw' }
521
+ , { propName: 'poorQuality1dMode', propAccess: 'rw' }
522
+ , { propName: 'beamWidth', propAccess: 'rw' }
523
+ , { propName: 'dbpMode', propAccess: 'rw' }
524
+ , { propName: 'klasseEins', propAccess: 'rw' }
525
+ , { propName: 'adaptiveScanning', propAccess: 'rw' }
526
+ , { propName: 'bidirectionalRedundancy', propAccess: 'rw' }
527
+ , { propName: 'barcodeDataFormat', propAccess: 'rw' }
528
+ , { propName: 'dataBufferSize', propAccess: 'rw' }
529
+ , { propName: 'connectionIdleTimeout', propAccess: 'rw' }
530
+ , { propName: 'disconnectBtOnDisable', propAccess: 'rw' }
531
+ , { propName: 'displayBtAddressBarcodeOnEnable', propAccess: 'rw' }
532
+ , { propName: 'enableTimeout', propAccess: 'rw' }
533
+ , { propName: 'friendlyName', propAccess: 'r' }
534
+ , { propName: 'lcdMode', propAccess: 'rw' }
535
+ , { propName: 'lowBatteryScan', propAccess: 'rw' }
536
+ , { propName: 'triggerConnected', propAccess: 'rw' }
537
+ , { propName: 'disableScannerDuringNavigate', propAccess: 'rw' }
538
+ , { propName: 'decodeVolume', propAccess: 'rw' }
539
+ , { propName: 'decodeDuration', propAccess: 'rw' }
540
+ , { propName: 'decodeFrequency', propAccess: 'rw' }
541
+ , { propName: 'invalidDecodeFrequency', propAccess: 'rw' }
542
+ , { propName: 'decodeSound', propAccess: 'rw' }
543
+ , { propName: 'invalidDecodeSound', propAccess: 'rw' }
544
+ , { propName: 'scannerType', propAccess: 'r' }
545
+ , { propName: 'allDecoders', propAccess: 'rw' }
546
+ , { propName: 'aztec', propAccess: 'rw' }
547
+ , { propName: 'chinese2of5', propAccess: 'rw' }
548
+ , { propName: 'codabar', propAccess: 'rw' }
549
+ , { propName: 'codabarClsiEditing', propAccess: 'rw' }
550
+ , { propName: 'codabarMaxLength', propAccess: 'rw' }
551
+ , { propName: 'codabarMinLength', propAccess: 'rw' }
552
+ , { propName: 'codabarNotisEditing', propAccess: 'rw' }
553
+ , { propName: 'codabarRedundancy', propAccess: 'rw' }
554
+ , { propName: 'code11', propAccess: 'rw' }
555
+ , { propName: 'code11checkDigitCount', propAccess: 'rw' }
556
+ , { propName: 'code11maxLength', propAccess: 'rw' }
557
+ , { propName: 'code11minLength', propAccess: 'rw' }
558
+ , { propName: 'code11redundancy', propAccess: 'rw' }
559
+ , { propName: 'code11reportCheckDigit', propAccess: 'rw' }
560
+ , { propName: 'code128', propAccess: 'rw' }
561
+ , { propName: 'code128checkIsBtTable', propAccess: 'rw' }
562
+ , { propName: 'code128ean128', propAccess: 'rw' }
563
+ , { propName: 'code128isbt128', propAccess: 'rw' }
564
+ , { propName: 'code128isbt128ConcatMode', propAccess: 'rw' }
565
+ , { propName: 'code128maxLength', propAccess: 'rw' }
566
+ , { propName: 'code128minLength', propAccess: 'rw' }
567
+ , { propName: 'code128other128', propAccess: 'rw' }
568
+ , { propName: 'code128redundancy', propAccess: 'rw' }
569
+ , { propName: 'code128securityLevel', propAccess: 'rw' }
570
+ , { propName: 'compositeAb', propAccess: 'rw' }
571
+ , { propName: 'compositeAbUccLinkMode', propAccess: 'rw' }
572
+ , { propName: 'compositeAbUseUpcPreambleCheckDigitRules', propAccess: 'rw' }
573
+ , { propName: 'compositeC', propAccess: 'rw' }
574
+ , { propName: 'code39', propAccess: 'rw' }
575
+ , { propName: 'code39code32Prefix', propAccess: 'rw' }
576
+ , { propName: 'code39convertToCode32', propAccess: 'rw' }
577
+ , { propName: 'code39fullAscii', propAccess: 'rw' }
578
+ , { propName: 'code39maxLength', propAccess: 'rw' }
579
+ , { propName: 'code39minLength', propAccess: 'rw' }
580
+ , { propName: 'code39redundancy', propAccess: 'rw' }
581
+ , { propName: 'code39reportCheckDigit', propAccess: 'rw' }
582
+ , { propName: 'code39securityLevel', propAccess: 'rw' }
583
+ , { propName: 'code39verifyCheckDigit', propAccess: 'rw' }
584
+ , { propName: 'code93', propAccess: 'rw' }
585
+ , { propName: 'code93maxLength', propAccess: 'rw' }
586
+ , { propName: 'code93minLength', propAccess: 'rw' }
587
+ , { propName: 'code93redundancy', propAccess: 'rw' }
588
+ , { propName: 'd2of5', propAccess: 'rw' }
589
+ , { propName: 'd2of5maxLength', propAccess: 'rw' }
590
+ , { propName: 'd2of5minLength', propAccess: 'rw' }
591
+ , { propName: 'd2of5redundancy', propAccess: 'rw' }
592
+ , { propName: 'datamatrix', propAccess: 'rw' }
593
+ , { propName: 'ean13', propAccess: 'rw' }
594
+ , { propName: 'ean8', propAccess: 'rw' }
595
+ , { propName: 'ean8convertToEan13', propAccess: 'rw' }
596
+ , { propName: 'i2of5', propAccess: 'rw' }
597
+ , { propName: 'i2of5convertToEan13', propAccess: 'rw' }
598
+ , { propName: 'i2of5maxLength', propAccess: 'rw' }
599
+ , { propName: 'i2of5minLength', propAccess: 'rw' }
600
+ , { propName: 'i2of5redundancy', propAccess: 'rw' }
601
+ , { propName: 'i2of5reportCheckDigit', propAccess: 'rw' }
602
+ , { propName: 'i2of5verifyCheckDigit', propAccess: 'rw' }
603
+ , { propName: 'korean3of5', propAccess: 'rw' }
604
+ , { propName: 'korean3of5redundancy', propAccess: 'rw' }
605
+ , { propName: 'korean3of5maxLength', propAccess: 'rw' }
606
+ , { propName: 'korean3of5minLength', propAccess: 'rw' }
607
+ , { propName: 'macroPdf', propAccess: 'rw' }
608
+ , { propName: 'macroPdfBufferLabels', propAccess: 'rw' }
609
+ , { propName: 'macroPdfConvertToPdf417', propAccess: 'rw' }
610
+ , { propName: 'macroPdfExclusive', propAccess: 'rw' }
611
+ , { propName: 'macroMicroPdf', propAccess: 'rw' }
612
+ , { propName: 'macroMicroPdfBufferLabels', propAccess: 'rw' }
613
+ , { propName: 'macroMicroPdfConvertToMicroPdf', propAccess: 'rw' }
614
+ , { propName: 'macroMicroPdfExclusive', propAccess: 'rw' }
615
+ , { propName: 'macroMicroPdfReportAppendInfo', propAccess: 'rw' }
616
+ , { propName: 'matrix2of5', propAccess: 'rw' }
617
+ , { propName: 'matrix2of5maxLength', propAccess: 'rw' }
618
+ , { propName: 'matrix2of5minLength', propAccess: 'rw' }
619
+ , { propName: 'matrix2of5reportCheckDigit', propAccess: 'rw' }
620
+ , { propName: 'matrix2of5verifyCheckDigit', propAccess: 'rw' }
621
+ , { propName: 'maxiCode', propAccess: 'rw' }
622
+ , { propName: 'microPdf', propAccess: 'rw' }
623
+ , { propName: 'microQr', propAccess: 'rw' }
624
+ , { propName: 'msi', propAccess: 'rw' }
625
+ , { propName: 'msiCheckDigits', propAccess: 'rw' }
626
+ , { propName: 'msiCheckDigitScheme', propAccess: 'rw' }
627
+ , { propName: 'msiMaxLength', propAccess: 'rw' }
628
+ , { propName: 'msiMinLength', propAccess: 'rw' }
629
+ , { propName: 'msiRedundancy', propAccess: 'rw' }
630
+ , { propName: 'msiReportCheckDigit', propAccess: 'rw' }
631
+ , { propName: 'pdf417', propAccess: 'rw' }
632
+ , { propName: 'signature', propAccess: 'rw' }
633
+ , { propName: 'signatureImageHeight', propAccess: 'rw' }
634
+ , { propName: 'signatureImageWidth', propAccess: 'rw' }
635
+ , { propName: 'signatureImageQuality', propAccess: 'rw' }
636
+ , { propName: 'ausPostal', propAccess: 'rw' }
637
+ , { propName: 'canPostal', propAccess: 'rw' }
638
+ , { propName: 'dutchPostal', propAccess: 'rw' }
639
+ , { propName: 'japPostal', propAccess: 'rw' }
640
+ , { propName: 'ukPostal', propAccess: 'rw' }
641
+ , { propName: 'ukPostalReportCheckDigit', propAccess: 'rw' }
642
+ , { propName: 'us4state', propAccess: 'rw' }
643
+ , { propName: 'us4stateFics', propAccess: 'rw' }
644
+ , { propName: 'usPlanet', propAccess: 'rw' }
645
+ , { propName: 'usPlanetReportCheckDigit', propAccess: 'rw' }
646
+ , { propName: 'usPostNet', propAccess: 'rw' }
647
+ , { propName: 'usPostNetReportCheckDigit', propAccess: 'rw' }
648
+ , { propName: 'qrCode', propAccess: 'rw' }
649
+ , { propName: 'gs1dataBar', propAccess: 'rw' }
650
+ , { propName: 'gs1dataBarExpanded', propAccess: 'rw' }
651
+ , { propName: 'gs1dataBarLimited', propAccess: 'rw' }
652
+ , { propName: 'tlc39', propAccess: 'rw' }
653
+ , { propName: 'trioptic39', propAccess: 'rw' }
654
+ , { propName: 'trioptic39Redundancy', propAccess: 'rw' }
655
+ , { propName: 'upcEanBookland', propAccess: 'rw' }
656
+ , { propName: 'upcEanBooklandFormat', propAccess: 'rw' }
657
+ , { propName: 'upcEanConvertGs1dataBarToUpcEan', propAccess: 'rw' }
658
+ , { propName: 'upcEanCoupon', propAccess: 'rw' }
659
+ , { propName: 'upcEanLinearDecode', propAccess: 'rw' }
660
+ , { propName: 'upcEanRandomWeightCheckDigit', propAccess: 'rw' }
661
+ , { propName: 'upcEanRetryCount', propAccess: 'rw' }
662
+ , { propName: 'upcEanSecurityLevel', propAccess: 'rw' }
663
+ , { propName: 'upcEanSupplemental2', propAccess: 'rw' }
664
+ , { propName: 'upcEanSupplemental5', propAccess: 'rw' }
665
+ , { propName: 'upcEanSupplementalMode', propAccess: 'rw' }
666
+ , { propName: 'upca', propAccess: 'rw' }
667
+ , { propName: 'upcaPreamble', propAccess: 'rw' }
668
+ , { propName: 'upcaReportCheckDigit', propAccess: 'rw' }
669
+ , { propName: 'upce0', propAccess: 'rw' }
670
+ , { propName: 'upce0convertToUpca', propAccess: 'rw' }
671
+ , { propName: 'upce0preamble', propAccess: 'rw' }
672
+ , { propName: 'upce0reportCheckDigit', propAccess: 'rw' }
673
+ , { propName: 'upce1', propAccess: 'rw' }
674
+ , { propName: 'upce1convertToUpca', propAccess: 'rw' }
675
+ , { propName: 'upce1preamble', propAccess: 'rw' }
676
+ , { propName: 'upce1reportCheckDigit', propAccess: 'rw' }
677
+ , { propName: 'webcode', propAccess: 'rw' }
678
+ , { propName: 'webcodeDecodeGtSubtype', propAccess: 'rw' }
679
+ , { propName: 'rsmModelNumber', propAccess: 'r' }
680
+ , { propName: 'rsmSerialNumber', propAccess: 'r' }
681
+ , { propName: 'rsmDateOfManufacture', propAccess: 'r' }
682
+ , { propName: 'rsmDateOfService', propAccess: 'r' }
683
+ , { propName: 'rsmBluetoothAddress', propAccess: 'r' }
684
+ , { propName: 'rsmFirmwareVersion', propAccess: 'r' }
685
+ , { propName: 'rsmDeviceClass', propAccess: 'r' }
686
+ , { propName: 'rsmBatteryStatus', propAccess: 'r' }
687
+ , { propName: 'rsmBatteryCapacity', propAccess: 'r' }
688
+ , { propName: 'rsmBatteryId', propAccess: 'r' }
689
+ , { propName: 'rsmBluetoothAuthentication', propAccess: 'rw' }
690
+ , { propName: 'rsmBluetoothEncryption', propAccess: 'rw' }
691
+ , { propName: 'rsmBluetoothPinCode', propAccess: 'rw' }
692
+ , { propName: 'rsmBluetoothPinCodeType', propAccess: 'rw' }
693
+ , { propName: 'rsmBluetoothReconnectionAttempts', propAccess: 'rw' }
694
+ , { propName: 'rsmBluetoothBeepOnReconnectAttempt', propAccess: 'rw' }
695
+ , { propName: 'rsmBluetoothHidAutoReconnect', propAccess: 'rw' }
696
+ , { propName: 'rsmBluetoothFriendlyName', propAccess: 'rw' }
697
+ , { propName: 'rsmBluetoothInquiryMode', propAccess: 'rw' }
698
+ , { propName: 'rsmBluetoothAutoReconnect', propAccess: 'rw' }
699
+ , { propName: 'rsmForceSavePairingBarcode', propAccess: 'rw' }
700
+ , { propName: 'rsmLowBatteryIndication', propAccess: 'rw' }
701
+ , { propName: 'rsmLowBatteryIndicationCycle', propAccess: 'rw' }
702
+ , { propName: 'rsmScanLineWidth', propAccess: 'rw' }
703
+ , { propName: 'rsmGoodScansDelay', propAccess: 'rw' }
704
+ , { propName: 'rsmDecodeFeedback', propAccess: 'rw' }
705
+ , { propName: 'rsmIgnoreCode128Usps', propAccess: 'rw' }
706
+ , { propName: 'rsmScanTriggerWakeup', propAccess: 'rw' }
707
+ , { propName: 'rsmMems', propAccess: 'rw' }
708
+ , { propName: 'rsmProximityEnable', propAccess: 'rw' }
709
+ , { propName: 'rsmProximityContinuous', propAccess: 'rw' }
710
+ , { propName: 'rsmProximityDistance', propAccess: 'rw' }
711
+ , { propName: 'rsmPagingEnable', propAccess: 'rw' }
712
+ , { propName: 'rsmPagingBeepSequence', propAccess: 'rw' }
713
+ ], apiReq, function(){ return this.getId(); });
714
+
715
+ // === Barcode default instance methods ===
716
+
717
+ rhoUtil.createMethodsProxy(Barcode, [
718
+
719
+ // function(/* const rho::Hashtable<rho::String, rho::String>& */ propertyMap, /* optional function */ oResult)
720
+ { methodName: 'enable', nativeName: 'enable', persistentCallbackIndex: 1, valueCallbackIndex: 3 }
721
+
722
+ // function(/* optional function */ oResult)
723
+ , { methodName: 'registerBluetoothStatus', nativeName: 'registerBluetoothStatus', persistentCallbackIndex: 0, valueCallbackIndex: 2 }
724
+
725
+ // function(/* optional function */ oResult)
726
+ , { methodName: 'start', nativeName: 'start', valueCallbackIndex: 0 }
727
+
728
+ // function(/* optional function */ oResult)
729
+ , { methodName: 'stop', nativeName: 'stop', valueCallbackIndex: 0 }
730
+
731
+ // function(/* optional function */ oResult)
732
+ , { methodName: 'disable', nativeName: 'disable', valueCallbackIndex: 0 }
733
+
734
+ // function(/* optional function */ oResult)
735
+ , { methodName: 'getSupportedProperties', nativeName: 'getSupportedProperties', persistentCallbackIndex: 0, valueCallbackIndex: 2 }
736
+
737
+ // function(/* const rho::Hashtable<rho::String, rho::String>& */ propertyMap, /* optional function */ oResult)
738
+ , { methodName: 'take', nativeName: 'take', persistentCallbackIndex: 1, valueCallbackIndex: 3 }
739
+
740
+ // function(/* const rho::String& */ command, /* optional function */ oResult)
741
+ , { methodName: 'commandRemoteScanner', nativeName: 'commandRemoteScanner', valueCallbackIndex: 1 }
742
+
743
+ // function(/* const rho::String& */ propertyName, /* optional function */ oResult)
744
+ , { methodName: 'getProperty', nativeName: 'getProperty', persistentCallbackIndex: 1, valueCallbackIndex: 3 }
745
+
746
+ // function(/* const rho::Vector<rho::String>& */ arrayofNames, /* optional function */ oResult)
747
+ , { methodName: 'getProperties', nativeName: 'getProperties', persistentCallbackIndex: 1, valueCallbackIndex: 3 }
748
+
749
+ // function(/* optional function */ oResult)
750
+ , { methodName: 'getAllProperties', nativeName: 'getAllProperties', persistentCallbackIndex: 0, valueCallbackIndex: 2 }
751
+
752
+ // function(/* const rho::String& */ propertyName, /* const rho::String& */ propertyValue, /* optional function */ oResult)
753
+ , { methodName: 'setProperty', nativeName: 'setProperty', valueCallbackIndex: 2 }
754
+
755
+ // function(/* const rho::Hashtable<rho::String, rho::String>& */ propertyMap, /* optional function */ oResult)
756
+ , { methodName: 'setProperties', nativeName: 'setProperties', valueCallbackIndex: 1 }
757
+
758
+ ], apiReq, function(){ return this.getId(); });
759
+
760
+ // will reuse already defined methods
761
+ rhoUtil.createRawPropsProxy(Barcode, [
762
+ ]);
763
+
764
+
765
+
766
+ rhoUtil.namespace(moduleNS, Barcode);
767
+
768
+
769
+
770
+
771
+
772
+ })(Rho.jQuery, Rho, Rho.util);