leftplayer 0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2507) hide show
  1. data/.gitignore +3 -0
  2. data/MIT.license +21 -0
  3. data/bin/leftplayer +4 -0
  4. data/bin/leftplayer.sh +32 -0
  5. data/example-video.mp4 +0 -0
  6. data/leftplayer.gemspec +15 -0
  7. data/leftplayer.html +21 -0
  8. data/leftplayer.js +49 -0
  9. data/lib/.gitkeep +0 -0
  10. data/src/leftplayer.lzx +25 -0
  11. data/src/lps-4.9.0/3rdPartyCredits/LOG4J.txt +48 -0
  12. data/src/lps-4.9.0/3rdPartyCredits/LicenseList.xml +1284 -0
  13. data/src/lps-4.9.0/3rdPartyCredits/activation.txt +247 -0
  14. data/src/lps-4.9.0/3rdPartyCredits/axis.txt +201 -0
  15. data/src/lps-4.9.0/3rdPartyCredits/batik.txt +201 -0
  16. data/src/lps-4.9.0/3rdPartyCredits/commons-beanutils.txt +201 -0
  17. data/src/lps-4.9.0/3rdPartyCredits/commons-collections.txt +201 -0
  18. data/src/lps-4.9.0/3rdPartyCredits/commons-discovery.txt +201 -0
  19. data/src/lps-4.9.0/3rdPartyCredits/commons-logging.txt +201 -0
  20. data/src/lps-4.9.0/3rdPartyCredits/dojo.txt +198 -0
  21. data/src/lps-4.9.0/3rdPartyCredits/excanvas.txt +205 -0
  22. data/src/lps-4.9.0/3rdPartyCredits/iso-relax.txt +20 -0
  23. data/src/lps-4.9.0/3rdPartyCredits/jakarta-commons.txt +60 -0
  24. data/src/lps-4.9.0/3rdPartyCredits/jakarta-regexp.txt +201 -0
  25. data/src/lps-4.9.0/3rdPartyCredits/jaxrpc.txt +247 -0
  26. data/src/lps-4.9.0/3rdPartyCredits/jdom.txt +56 -0
  27. data/src/lps-4.9.0/3rdPartyCredits/jgen.txt +43 -0
  28. data/src/lps-4.9.0/3rdPartyCredits/jing.txt +31 -0
  29. data/src/lps-4.9.0/3rdPartyCredits/json2.txt +148 -0
  30. data/src/lps-4.9.0/3rdPartyCredits/jython.BeOpen.CNRI.txt +232 -0
  31. data/src/lps-4.9.0/3rdPartyCredits/jython.txt +159 -0
  32. data/src/lps-4.9.0/3rdPartyCredits/naturalorder.txt +23 -0
  33. data/src/lps-4.9.0/3rdPartyCredits/openofficefonts.txt +20 -0
  34. data/src/lps-4.9.0/3rdPartyCredits/pmrpc.txt +37 -0
  35. data/src/lps-4.9.0/3rdPartyCredits/saaj.txt +187 -0
  36. data/src/lps-4.9.0/3rdPartyCredits/sac.html +74 -0
  37. data/src/lps-4.9.0/3rdPartyCredits/saxon/changes.txt +3 -0
  38. data/src/lps-4.9.0/3rdPartyCredits/saxon/saxon.html +135 -0
  39. data/src/lps-4.9.0/3rdPartyCredits/tomcat.txt +201 -0
  40. data/src/lps-4.9.0/3rdPartyCredits/wsdl4j.txt +87 -0
  41. data/src/lps-4.9.0/3rdPartyCredits/xalan.txt +56 -0
  42. data/src/lps-4.9.0/3rdPartyCredits/xerces.txt +58 -0
  43. data/src/lps-4.9.0/3rdPartyCredits/xmlrpc-js.txt +14 -0
  44. data/src/lps-4.9.0/3rdPartyCredits/xmlrpc.txt +54 -0
  45. data/src/lps-4.9.0/3rdPartyCredits/xpp3.txt +46 -0
  46. data/src/lps-4.9.0/LICENSE.txt +213 -0
  47. data/src/lps-4.9.0/OpenLaszlo Explorer.command +10 -0
  48. data/src/lps-4.9.0/README.txt +31 -0
  49. data/src/lps-4.9.0/Server/lps-4.9.0/3rd-party/jars/dev/servlet-2.3.jar +0 -0
  50. data/src/lps-4.9.0/Server/lps-4.9.0/LICENSE.txt +213 -0
  51. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/c.tld +563 -0
  52. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/AuthenticationServlet.class +0 -0
  53. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/AuthenticationServlet.java +491 -0
  54. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/SystemProp.class +0 -0
  55. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/SystemProp.java +18 -0
  56. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/AccentedTextExample.class +0 -0
  57. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/AccentedTextExample.java +50 -0
  58. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ConstructExample.class +0 -0
  59. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ConstructExample.java +33 -0
  60. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/MyJavaBean.class +0 -0
  61. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/MyJavaBean.java +30 -0
  62. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/MyPOJO.class +0 -0
  63. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/MyPOJO.java +20 -0
  64. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/Person.class +0 -0
  65. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/Person.java +42 -0
  66. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ReturnJavaBeanExample.class +0 -0
  67. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ReturnJavaBeanExample.java +22 -0
  68. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ReturnPOJOExample.class +0 -0
  69. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ReturnPOJOExample.java +21 -0
  70. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ReturnPersonExample.class +0 -0
  71. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ReturnPersonExample.java +170 -0
  72. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ReturnTypeExample$Coordinate.class +0 -0
  73. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ReturnTypeExample.class +0 -0
  74. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ReturnTypeExample.java +164 -0
  75. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/TypesExample.class +0 -0
  76. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/TypesExample.java +37 -0
  77. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/javarpc/CustomMapping.class +0 -0
  78. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/javarpc/CustomMapping.java +282 -0
  79. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/javarpc/beans/Organisation.class +0 -0
  80. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/javarpc/beans/Organisation.java +47 -0
  81. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/javarpc/beans/User.class +0 -0
  82. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/javarpc/beans/User.java +59 -0
  83. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/log4j.properties +9 -0
  84. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/org/openlaszlo/i18n/laszlomessages.properties +698 -0
  85. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/org/openlaszlo/i18n/laszlomessages_ja.properties +627 -0
  86. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/fmt.tld +671 -0
  87. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/fn.tld +207 -0
  88. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/air-config.xml +394 -0
  89. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/build.xml +267 -0
  90. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/flash-integration/FlexComponentKit.mxp +0 -0
  91. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/flash-unicode-table.xml +126 -0
  92. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/flex-config.xml +413 -0
  93. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/fxg-manifest.xml +66 -0
  94. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/halo-manifest.xml +318 -0
  95. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/license.txt +56 -0
  96. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/EmptySwf.as +32 -0
  97. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/EmptySwf.swf +0 -0
  98. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/FABridgeSample.html +115 -0
  99. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/FABridgeSample.js +188 -0
  100. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/SimpleSample.html +90 -0
  101. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/app.mxml +56 -0
  102. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/app.swf +0 -0
  103. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/fabridge/javascript/FABridge.js +591 -0
  104. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/fabridge/swfobject/swfobject.js +777 -0
  105. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/SourceIndex.xml +23 -0
  106. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/SourceStyles.css +156 -0
  107. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/SourceTree.html +108 -0
  108. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/SourceTree.swf +0 -0
  109. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/fabridge.zip +0 -0
  110. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/index.html +16 -0
  111. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/playerProductInstall.swf +0 -0
  112. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/source/EmptySwf.as.html +43 -0
  113. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/source/EmptySwf.swf +0 -0
  114. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/source/FABridgeSample.html +115 -0
  115. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/source/FABridgeSample.js +188 -0
  116. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/source/SimpleSample.html +90 -0
  117. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/source/app.mxml.html +66 -0
  118. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/source/app.swf +0 -0
  119. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/source/fabridge/actionscript/bridge/FABridge.as.html +847 -0
  120. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/source/fabridge/javascript/FABridge.js +591 -0
  121. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/source/fabridge/swfobject/swfobject.js +777 -0
  122. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/swfobject.js +777 -0
  123. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/src/bridge/FABridge.as +943 -0
  124. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/src/bridge/FABridge.js +591 -0
  125. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/AIRIntrospector.js +1949 -0
  126. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/AIRLocalizer.js +1325 -0
  127. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/AIRMenuBuilder.js +1322 -0
  128. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/AIRSourceViewer.js +2933 -0
  129. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/aircore.swc +0 -0
  130. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/aircore.swf +0 -0
  131. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/airframework.swc +0 -0
  132. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/airglobal.swc +0 -0
  133. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/airspark.swc +0 -0
  134. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/applicationupdater.swc +0 -0
  135. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/applicationupdater.swf +0 -0
  136. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/applicationupdater_ui.swc +0 -0
  137. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/applicationupdater_ui.swf +0 -0
  138. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/servicemonitor.swc +0 -0
  139. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/automation/automation.swc +0 -0
  140. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/automation/automation_agent.swc +0 -0
  141. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/automation/automation_air.swc +0 -0
  142. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/automation/automation_airspark.swc +0 -0
  143. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/automation/automation_dmv.swc +0 -0
  144. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/automation/automation_flashflexkit.swc +0 -0
  145. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/automation/automation_spark.swc +0 -0
  146. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/automation/qtp.swc +0 -0
  147. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/automation/qtp_air.swc +0 -0
  148. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/automation_agent.swc +0 -0
  149. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/datavisualization.swc +0 -0
  150. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/flash-integration.swc +0 -0
  151. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/flex.swc +0 -0
  152. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/framework.swc +0 -0
  153. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/mx/mx.swc +0 -0
  154. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/osmf.swc +0 -0
  155. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/player/10.0/playerglobal.swc +0 -0
  156. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/player/10.1/playerglobal.swc +0 -0
  157. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/qtp.swc +0 -0
  158. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/qtp_air.swc +0 -0
  159. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/rpc.swc +0 -0
  160. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/spark.swc +0 -0
  161. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/sparkskins.swc +0 -0
  162. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/textLayout.swc +0 -0
  163. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/utilities.swc +0 -0
  164. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/localFonts.ser +0 -0
  165. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/airframework_rb.swc +0 -0
  166. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/airspark_rb.swc +0 -0
  167. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/automation_agent_rb.swc +0 -0
  168. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/automation_rb.swc +0 -0
  169. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/datavisualization_rb.swc +0 -0
  170. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/flex4_rb.swc +0 -0
  171. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/framework_rb.swc +0 -0
  172. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/osmf_rb.swc +0 -0
  173. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/qtp_air_rb.swc +0 -0
  174. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/rpc_rb.swc +0 -0
  175. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/spark_rb.swc +0 -0
  176. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/textLayout_rb.swc +0 -0
  177. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/airframework_rb.swc +0 -0
  178. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/airspark_rb.swc +0 -0
  179. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/automation_agent_rb.swc +0 -0
  180. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/automation_rb.swc +0 -0
  181. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/datavisualization_rb.swc +0 -0
  182. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/flash-integration_rb.swc +0 -0
  183. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/flex4_rb.swc +0 -0
  184. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/framework_rb.swc +0 -0
  185. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/osmf_rb.swc +0 -0
  186. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/playerglobal_rb.swc +0 -0
  187. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/qtp_air_rb.swc +0 -0
  188. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/rpc_rb.swc +0 -0
  189. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/spark_rb.swc +0 -0
  190. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/textLayout_rb.swc +0 -0
  191. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/airframework_rb.swc +0 -0
  192. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/airspark_rb.swc +0 -0
  193. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/automation_agent_rb.swc +0 -0
  194. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/automation_rb.swc +0 -0
  195. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/datavisualization_rb.swc +0 -0
  196. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/flash-integration_rb.swc +0 -0
  197. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/flex4_rb.swc +0 -0
  198. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/framework_rb.swc +0 -0
  199. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/mx_rb.swc +0 -0
  200. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/osmf_rb.swc +0 -0
  201. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/playerglobal_rb.swc +0 -0
  202. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/qtp_air_rb.swc +0 -0
  203. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/rpc_rb.swc +0 -0
  204. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/spark_rb.swc +0 -0
  205. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/textLayout_rb.swc +0 -0
  206. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/airframework_rb.swc +0 -0
  207. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/airspark_rb.swc +0 -0
  208. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/automation_agent_rb.swc +0 -0
  209. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/automation_rb.swc +0 -0
  210. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/datavisualization_rb.swc +0 -0
  211. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/flex4_rb.swc +0 -0
  212. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/framework_rb.swc +0 -0
  213. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/osmf_rb.swc +0 -0
  214. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/qtp_air_rb.swc +0 -0
  215. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/rpc_rb.swc +0 -0
  216. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/spark_rb.swc +0 -0
  217. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/textLayout_rb.swc +0 -0
  218. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/airframework_rb.swc +0 -0
  219. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/airspark_rb.swc +0 -0
  220. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/automation_agent_rb.swc +0 -0
  221. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/automation_rb.swc +0 -0
  222. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/datavisualization_rb.swc +0 -0
  223. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/flex4_rb.swc +0 -0
  224. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/framework_rb.swc +0 -0
  225. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/osmf_rb.swc +0 -0
  226. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/qtp_air_rb.swc +0 -0
  227. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/rpc_rb.swc +0 -0
  228. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/spark_rb.swc +0 -0
  229. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/textLayout_rb.swc +0 -0
  230. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/airframework_rb.swc +0 -0
  231. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/airspark_rb.swc +0 -0
  232. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/automation_agent_rb.swc +0 -0
  233. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/automation_rb.swc +0 -0
  234. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/datavisualization_rb.swc +0 -0
  235. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/flash-integration_rb.swc +0 -0
  236. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/flex4_rb.swc +0 -0
  237. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/framework_rb.swc +0 -0
  238. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/osmf_rb.swc +0 -0
  239. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/playerglobal_rb.swc +0 -0
  240. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/qtp_air_rb.swc +0 -0
  241. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/rpc_rb.swc +0 -0
  242. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/spark_rb.swc +0 -0
  243. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/textLayout_rb.swc +0 -0
  244. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/airframework_rb.swc +0 -0
  245. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/airspark_rb.swc +0 -0
  246. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/automation_agent_rb.swc +0 -0
  247. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/automation_rb.swc +0 -0
  248. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/datavisualization_rb.swc +0 -0
  249. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/flex4_rb.swc +0 -0
  250. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/framework_rb.swc +0 -0
  251. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/osmf_rb.swc +0 -0
  252. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/qtp_air_rb.swc +0 -0
  253. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/rpc_rb.swc +0 -0
  254. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/spark_rb.swc +0 -0
  255. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/textLayout_rb.swc +0 -0
  256. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/airframework_rb.swc +0 -0
  257. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/airspark_rb.swc +0 -0
  258. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/automation_agent_rb.swc +0 -0
  259. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/automation_rb.swc +0 -0
  260. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/datavisualization_rb.swc +0 -0
  261. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/flash-integration_rb.swc +0 -0
  262. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/flex4_rb.swc +0 -0
  263. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/framework_rb.swc +0 -0
  264. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/osmf_rb.swc +0 -0
  265. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/playerglobal_rb.swc +0 -0
  266. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/qtp_air_rb.swc +0 -0
  267. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/rpc_rb.swc +0 -0
  268. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/spark_rb.swc +0 -0
  269. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/textLayout_rb.swc +0 -0
  270. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/airframework_rb.swc +0 -0
  271. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/airspark_rb.swc +0 -0
  272. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/automation_agent_rb.swc +0 -0
  273. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/automation_rb.swc +0 -0
  274. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/datavisualization_rb.swc +0 -0
  275. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/flex4_rb.swc +0 -0
  276. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/framework_rb.swc +0 -0
  277. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/osmf_rb.swc +0 -0
  278. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/qtp_air_rb.swc +0 -0
  279. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/rpc_rb.swc +0 -0
  280. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/spark_rb.swc +0 -0
  281. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/textLayout_rb.swc +0 -0
  282. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/airframework_rb.swc +0 -0
  283. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/airspark_rb.swc +0 -0
  284. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/automation_agent_rb.swc +0 -0
  285. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/automation_rb.swc +0 -0
  286. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/datavisualization_rb.swc +0 -0
  287. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/flex4_rb.swc +0 -0
  288. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/framework_rb.swc +0 -0
  289. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/osmf_rb.swc +0 -0
  290. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/qtp_air_rb.swc +0 -0
  291. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/rpc_rb.swc +0 -0
  292. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/spark_rb.swc +0 -0
  293. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/textLayout_rb.swc +0 -0
  294. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/airframework_rb.swc +0 -0
  295. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/airspark_rb.swc +0 -0
  296. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/automation_agent_rb.swc +0 -0
  297. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/automation_rb.swc +0 -0
  298. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/datavisualization_rb.swc +0 -0
  299. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/flex4_rb.swc +0 -0
  300. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/framework_rb.swc +0 -0
  301. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/osmf_rb.swc +0 -0
  302. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/qtp_air_rb.swc +0 -0
  303. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/rpc_rb.swc +0 -0
  304. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/spark_rb.swc +0 -0
  305. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/textLayout_rb.swc +0 -0
  306. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/airframework_rb.swc +0 -0
  307. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/airspark_rb.swc +0 -0
  308. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/automation_agent_rb.swc +0 -0
  309. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/automation_rb.swc +0 -0
  310. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/datavisualization_rb.swc +0 -0
  311. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/flex4_rb.swc +0 -0
  312. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/framework_rb.swc +0 -0
  313. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/osmf_rb.swc +0 -0
  314. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/qtp_air_rb.swc +0 -0
  315. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/rpc_rb.swc +0 -0
  316. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/spark_rb.swc +0 -0
  317. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/textLayout_rb.swc +0 -0
  318. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/airframework_rb.swc +0 -0
  319. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/airspark_rb.swc +0 -0
  320. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/automation_agent_rb.swc +0 -0
  321. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/automation_rb.swc +0 -0
  322. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/datavisualization_rb.swc +0 -0
  323. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/flash-integration_rb.swc +0 -0
  324. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/flex4_rb.swc +0 -0
  325. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/framework_rb.swc +0 -0
  326. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/osmf_rb.swc +0 -0
  327. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/playerglobal_rb.swc +0 -0
  328. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/qtp_air_rb.swc +0 -0
  329. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/rpc_rb.swc +0 -0
  330. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/spark_rb.swc +0 -0
  331. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/textLayout_rb.swc +0 -0
  332. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/airframework_rb.swc +0 -0
  333. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/airspark_rb.swc +0 -0
  334. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/automation_agent_rb.swc +0 -0
  335. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/automation_rb.swc +0 -0
  336. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/datavisualization_rb.swc +0 -0
  337. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/flex4_rb.swc +0 -0
  338. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/framework_rb.swc +0 -0
  339. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/osmf_rb.swc +0 -0
  340. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/qtp_air_rb.swc +0 -0
  341. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/rpc_rb.swc +0 -0
  342. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/spark_rb.swc +0 -0
  343. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/textLayout_rb.swc +0 -0
  344. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/airframework_rb.swc +0 -0
  345. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/airspark_rb.swc +0 -0
  346. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/automation_agent_rb.swc +0 -0
  347. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/automation_rb.swc +0 -0
  348. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/datavisualization_rb.swc +0 -0
  349. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/flash-integration_rb.swc +0 -0
  350. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/flex4_rb.swc +0 -0
  351. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/framework_rb.swc +0 -0
  352. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/osmf_rb.swc +0 -0
  353. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/playerglobal_rb.swc +0 -0
  354. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/qtp_air_rb.swc +0 -0
  355. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/rpc_rb.swc +0 -0
  356. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/spark_rb.swc +0 -0
  357. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/textLayout_rb.swc +0 -0
  358. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/airframework_rb.swc +0 -0
  359. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/airspark_rb.swc +0 -0
  360. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/automation_agent_rb.swc +0 -0
  361. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/automation_rb.swc +0 -0
  362. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/datavisualization_rb.swc +0 -0
  363. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/flex4_rb.swc +0 -0
  364. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/framework_rb.swc +0 -0
  365. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/osmf_rb.swc +0 -0
  366. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/qtp_air_rb.swc +0 -0
  367. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/rpc_rb.swc +0 -0
  368. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/spark_rb.swc +0 -0
  369. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/textLayout_rb.swc +0 -0
  370. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/macFonts.ser +0 -0
  371. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/mx-manifest.xml +337 -0
  372. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/mxml-2009-manifest.xml +37 -0
  373. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/mxml-manifest.xml +355 -0
  374. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/air/ServiceMonitor/manifest.xml +6 -0
  375. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/air/ServiceMonitor/src/air/net/ServiceMonitor.as +412 -0
  376. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/air/ServiceMonitor/src/air/net/SocketMonitor.as +173 -0
  377. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/air/ServiceMonitor/src/air/net/URLMonitor.as +240 -0
  378. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/air/sample-frameworks-build.xml +235 -0
  379. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/da_DK/components.properties +53 -0
  380. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/da_DK/layout.properties +13 -0
  381. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/da_DK/sparkEffects.properties +32 -0
  382. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/de_DE/components.properties +53 -0
  383. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/de_DE/layout.properties +13 -0
  384. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/de_DE/sparkEffects.properties +32 -0
  385. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/en_US/components.properties +53 -0
  386. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/en_US/layout.properties +13 -0
  387. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/en_US/sparkEffects.properties +32 -0
  388. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/es_ES/components.properties +53 -0
  389. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/es_ES/layout.properties +13 -0
  390. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/es_ES/sparkEffects.properties +32 -0
  391. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/fi_FI/components.properties +53 -0
  392. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/fi_FI/layout.properties +13 -0
  393. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/fi_FI/sparkEffects.properties +32 -0
  394. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/fr_FR/components.properties +53 -0
  395. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/fr_FR/layout.properties +13 -0
  396. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/fr_FR/sparkEffects.properties +32 -0
  397. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/it_IT/components.properties +53 -0
  398. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/it_IT/layout.properties +13 -0
  399. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/it_IT/sparkEffects.properties +32 -0
  400. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/ja_JP/components.properties +53 -0
  401. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/ja_JP/layout.properties +13 -0
  402. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/ja_JP/sparkEffects.properties +32 -0
  403. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/ko_KR/components.properties +53 -0
  404. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/ko_KR/layout.properties +13 -0
  405. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/ko_KR/sparkEffects.properties +32 -0
  406. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/nb_NO/components.properties +53 -0
  407. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/nb_NO/layout.properties +13 -0
  408. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/nb_NO/sparkEffects.properties +32 -0
  409. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/nl_NL/components.properties +53 -0
  410. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/nl_NL/layout.properties +13 -0
  411. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/nl_NL/sparkEffects.properties +32 -0
  412. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/pt_BR/components.properties +53 -0
  413. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/pt_BR/layout.properties +13 -0
  414. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/pt_BR/sparkEffects.properties +32 -0
  415. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/ru_RU/components.properties +53 -0
  416. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/ru_RU/layout.properties +13 -0
  417. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/ru_RU/sparkEffects.properties +32 -0
  418. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/sv_SE/components.properties +53 -0
  419. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/sv_SE/layout.properties +13 -0
  420. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/sv_SE/sparkEffects.properties +32 -0
  421. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/zh_CN/components.properties +53 -0
  422. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/zh_CN/layout.properties +13 -0
  423. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/zh_CN/sparkEffects.properties +32 -0
  424. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/zh_TW/components.properties +53 -0
  425. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/zh_TW/layout.properties +13 -0
  426. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/zh_TW/sparkEffects.properties +32 -0
  427. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles.properties +1 -0
  428. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/defaults-3.0.0.css +153 -0
  429. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/defaults.css +159 -0
  430. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/manifest.xml +225 -0
  431. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/Flex4Classes.as +76 -0
  432. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/AutoLayoutEvent.as +162 -0
  433. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/ComponentVersion.as +54 -0
  434. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/ConnectClient.as +70 -0
  435. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/ConnectClientDynamicStream.as +51 -0
  436. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/ConnectClientNative.as +50 -0
  437. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/DVRManager.as +381 -0
  438. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/DynamicStream.as +1203 -0
  439. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/DynamicStreamItem.as +201 -0
  440. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/FMSCapabilities.as +239 -0
  441. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/FPADManager.as +152 -0
  442. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/FPMediaCapabilities.as +247 -0
  443. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/INCManager.as +360 -0
  444. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/IVPEvent.as +66 -0
  445. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/LayoutEvent.as +156 -0
  446. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/MetadataEvent.as +148 -0
  447. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/NCManager.as +1607 -0
  448. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/NCManagerDynamicStream.as +294 -0
  449. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/NCManagerNative.as +262 -0
  450. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/ParseResults.as +36 -0
  451. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/QueuedCommand.as +46 -0
  452. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/ReconnectClient.as +47 -0
  453. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/SMILManager.as +519 -0
  454. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/VideoAlign.as +102 -0
  455. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/VideoError.as +209 -0
  456. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/VideoEvent.as +557 -0
  457. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/VideoPlayer.as +4539 -0
  458. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/VideoPlayerClient.as +87 -0
  459. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/VideoProgressEvent.as +113 -0
  460. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/VideoScaleMode.as +88 -0
  461. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/VideoState.as +245 -0
  462. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/flvplayback_internal.as +32 -0
  463. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/spark/components/Application.as +934 -0
  464. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/spark/components/Button.as +153 -0
  465. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/spark/components/Button.png +0 -0
  466. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/spark/components/ButtonBar.as +569 -0
  467. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/framework/assets/Assets.fla +0 -0
  468. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/framework/assets/Assets.swf +0 -0
  469. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/framework/assets/CalendarIcon.png +0 -0
  470. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/framework/bundles.properties +1 -0
  471. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/framework/defaults-2.0.0.css +1757 -0
  472. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/framework/defaults-2.0.1.css +1760 -0
  473. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/framework/defaults-3.0.0.css +213 -0
  474. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/framework/defaults.css +272 -0
  475. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/framework/manifest.xml +108 -0
  476. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/assets/Assets.fla +0 -0
  477. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/assets/Assets.swf +0 -0
  478. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/bundles.properties +1 -0
  479. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/defaults.css +1757 -0
  480. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/HaloClasses.as +74 -0
  481. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/core/Version.as +18 -0
  482. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/AccordionHeaderSkin.as +356 -0
  483. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ActivatorSkin.as +335 -0
  484. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ApplicationBackground.as +118 -0
  485. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/BrokenImageBorderSkin.as +72 -0
  486. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/BusyCursor.as +144 -0
  487. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ButtonBarButtonSkin.as +436 -0
  488. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ButtonSkin.as +337 -0
  489. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/CheckBoxIcon.as +427 -0
  490. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ColorPickerSkin.as +265 -0
  491. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ComboBoxArrowSkin.as +359 -0
  492. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/DataGridColumnDropIndicator.as +81 -0
  493. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/DataGridColumnResizeSkin.as +101 -0
  494. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/DataGridHeaderBackgroundSkin.as +91 -0
  495. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/DataGridHeaderSeparator.as +108 -0
  496. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/DataGridSortArrow.as +104 -0
  497. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/DateChooserIndicator.as +87 -0
  498. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/DateChooserMonthArrowSkin.as +282 -0
  499. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/DateChooserYearArrowSkin.as +156 -0
  500. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/DefaultDragImage.as +121 -0
  501. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/HaloBorder.as +1015 -0
  502. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/HaloColors.as +122 -0
  503. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/HaloFocusRect.as +316 -0
  504. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/LinkButtonSkin.as +125 -0
  505. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/LinkSeparator.as +132 -0
  506. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ListDropIndicator.as +102 -0
  507. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/MenuBarBackgroundSkin.as +197 -0
  508. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/NumericStepperDownSkin.as +276 -0
  509. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/NumericStepperUpSkin.as +295 -0
  510. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/PanelSkin.as +312 -0
  511. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/PopUpButtonSkin.as +527 -0
  512. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/PopUpIcon.as +116 -0
  513. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/PopUpMenuIcon.as +72 -0
  514. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ProgressBarSkin.as +120 -0
  515. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ProgressIndeterminateSkin.as +124 -0
  516. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ProgressMaskSkin.as +78 -0
  517. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ProgressTrackSkin.as +116 -0
  518. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/RadioButtonIcon.as +375 -0
  519. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ScrollArrowSkin.as +449 -0
  520. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ScrollThumbSkin.as +416 -0
  521. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ScrollTrackSkin.as +128 -0
  522. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/SliderHighlightSkin.as +108 -0
  523. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/SliderThumbSkin.as +311 -0
  524. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/SliderTrackSkin.as +127 -0
  525. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/SwatchPanelSkin.as +105 -0
  526. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/SwatchSkin.as +300 -0
  527. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/TabSkin.as +445 -0
  528. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/TitleBackground.as +119 -0
  529. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ToolTipBorder.as +248 -0
  530. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/wireframe/bundles.properties +1 -0
  531. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/wireframe/defaults.css +101 -0
  532. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/rsls/datavisualization_4.5.0.0.swf +0 -0
  533. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/rsls/framework_4.5.0.0.swf +0 -0
  534. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/rsls/mx_4.5.0.0.swf +0 -0
  535. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/rsls/osmf_flex.4.0.0.13495.swf +0 -0
  536. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/rsls/rpc_4.5.0.0.swf +0 -0
  537. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/rsls/spark_4.5.0.0.swf +0 -0
  538. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/rsls/sparkskins_4.5.0.0.swf +0 -0
  539. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/rsls/textLayout_1.1.0.604.swf +0 -0
  540. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/spark-manifest.xml +254 -0
  541. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/themes/AeonGraphical/AeonGraphical.css +741 -0
  542. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/themes/AeonGraphical/AeonGraphical.swf +0 -0
  543. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/themes/AeonGraphical/preview.jpg +0 -0
  544. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/themes/AeonGraphical/src/AeonGraphical.fla +0 -0
  545. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/themes/Halo/halo.swc +0 -0
  546. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/themes/Halo/preview.jpg +0 -0
  547. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/themes/Spark/preview.jpg +0 -0
  548. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/themes/Spark/spark.css +11 -0
  549. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/themes/Wireframe/preview.jpg +0 -0
  550. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/themes/Wireframe/wireframe.swc +0 -0
  551. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/winFonts.ser +0 -0
  552. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/activation.jar +0 -0
  553. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/adt.jar +0 -0
  554. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/afe.jar +0 -0
  555. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/aglj40.jar +0 -0
  556. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/asc.jar +0 -0
  557. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/asdoc.jar +0 -0
  558. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/axis.jar +0 -0
  559. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/batik-all-flex.jar +0 -0
  560. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/batik-css.jar +0 -0
  561. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/batik-svggen.jar +0 -0
  562. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/batik-util.jar +0 -0
  563. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/batik_de.jar +0 -0
  564. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/batik_fr.jar +0 -0
  565. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/batik_ja.jar +0 -0
  566. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/batik_ko.jar +0 -0
  567. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/batik_ru.jar +0 -0
  568. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/batik_zh_CN.jar +0 -0
  569. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/commons-beanutils.jar +0 -0
  570. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/commons-codec-1.3.jar +0 -0
  571. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/commons-collections.jar +0 -0
  572. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/commons-discovery.jar +0 -0
  573. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/commons-httpclient-3.0.jar +0 -0
  574. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/commons-jexl-1.0-dev.jar +0 -0
  575. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/commons-lang-2.2.jar +0 -0
  576. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/commons-logging.jar +0 -0
  577. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/compc.jar +0 -0
  578. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/copylocale.jar +0 -0
  579. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/derby.jar +0 -0
  580. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/derbytools.jar +0 -0
  581. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/digest.jar +0 -0
  582. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/fcsh.jar +0 -0
  583. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/fdb.jar +0 -0
  584. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/flex-compiler-oem.jar +0 -0
  585. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/flex-fontkit.jar +0 -0
  586. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/flex-messaging-common.jar +0 -0
  587. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/flexTasks-internal.jar +0 -0
  588. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/flexTasks.jar +0 -0
  589. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/fxgutils.jar +0 -0
  590. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/gson-1.3.jar +0 -0
  591. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/jakarta-regexp-1.2.jar +0 -0
  592. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/javacc.jar +0 -0
  593. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/jaxrpc.jar +0 -0
  594. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/jdom.jar +0 -0
  595. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/jstl.jar +0 -0
  596. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/jython.jar +0 -0
  597. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/license.jar +0 -0
  598. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/log4j-1.2.6.jar +0 -0
  599. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/lps-4.9.0.jar +0 -0
  600. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/lzproject.jar +0 -0
  601. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc.jar +0 -0
  602. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_da.jar +0 -0
  603. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_de.jar +0 -0
  604. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_es.jar +0 -0
  605. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_fi.jar +0 -0
  606. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_fr.jar +0 -0
  607. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_it.jar +0 -0
  608. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_ja.jar +0 -0
  609. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_ko.jar +0 -0
  610. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_nb.jar +0 -0
  611. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_nl.jar +0 -0
  612. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_pt.jar +0 -0
  613. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_ru.jar +0 -0
  614. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_sv.jar +0 -0
  615. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_zh_cn.jar +0 -0
  616. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_zh_tw.jar +0 -0
  617. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/optimizer.jar +0 -0
  618. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/rideau.jar +0 -0
  619. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/saaj.jar +0 -0
  620. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/sac.jar +0 -0
  621. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/saxon-6.5.3-lz-p1.jar +0 -0
  622. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/standard.jar +0 -0
  623. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/swcdepends.jar +0 -0
  624. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/swfdump.jar +0 -0
  625. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/swfutils.jar +0 -0
  626. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/taglibs-i18n.jar +0 -0
  627. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/velocity-dep-1.4-flex.jar +0 -0
  628. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/wsdl4j.jar +0 -0
  629. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/xmlrpc-1.2-b1.jar +0 -0
  630. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/xpp3-1.1.4c.jar +0 -0
  631. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/config/client-config.wsdd +8 -0
  632. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/config/crossdomain.xml +35 -0
  633. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/config/iv.properties +145 -0
  634. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/config/lps.properties +190 -0
  635. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/config/lps.xml +87 -0
  636. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/config/lzusers.xml +35 -0
  637. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/config-deploy/client-config.wsdd +8 -0
  638. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/config-deploy/iv.properties +145 -0
  639. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/config-deploy/lps.properties +164 -0
  640. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/config-deploy/lps.xml +68 -0
  641. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/misc/flash6-builtins.properties +44 -0
  642. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/misc/flash7-builtins.properties +42 -0
  643. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/misc/lzx-autoincludes.properties +222 -0
  644. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/misc/lzx-deprecated-methods.properties +10 -0
  645. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/misc/lzx-server-only-apis.properties +16 -0
  646. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/misc/vera.fft +0 -0
  647. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/schema/lfc.lzx +1092 -0
  648. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/schema/lzx.rng +2357 -0
  649. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/schema/preprocess.xsl +142 -0
  650. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/convert_laszlo.pl +539 -0
  651. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/convert_required.pl +444 -0
  652. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/convert_setters.pl +451 -0
  653. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/lzc +28 -0
  654. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/lzc.bat +15 -0
  655. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/lzdc +31 -0
  656. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/lzdc.bat +15 -0
  657. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/lzenv +23 -0
  658. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/lzenv.bat +19 -0
  659. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/lzmc +27 -0
  660. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/lzmc.bat +15 -0
  661. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/app-console.xslt +294 -0
  662. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/app-console_jp.xslt +294 -0
  663. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/canvas-xml-response.xslt +42 -0
  664. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/canvas-xml-response_jp.xslt +42 -0
  665. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/compile-response.xslt +21 -0
  666. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/compile-response_jp.xslt +21 -0
  667. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/deployment-response.xslt +287 -0
  668. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/deployment-response_jp.xslt +212 -0
  669. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/embed-body.xslt +76 -0
  670. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/embed-body_jp.xslt +76 -0
  671. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/embed-response.xslt +37 -0
  672. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/embed-response_jp.xslt +37 -0
  673. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/html-object-response.xslt +77 -0
  674. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/html-object-response_jp.xslt +77 -0
  675. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/html-response.xslt +84 -0
  676. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/html-response_jp.xslt +84 -0
  677. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/identity-response.xslt +20 -0
  678. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/info-response.xslt +440 -0
  679. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/info-response_jp.xslt +411 -0
  680. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/inline-example-response.xslt +29 -0
  681. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/inline-example-response_jp.xslt +29 -0
  682. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/js-response.xslt +25 -0
  683. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/object-tag-response.xslt +39 -0
  684. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/object-tag-response_jp.xslt +39 -0
  685. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/svg-response.xslt +117 -0
  686. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/svgwrapper-response.xslt +75 -0
  687. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/testboth-response.xslt +44 -0
  688. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/v1-response.xslt +66 -0
  689. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/taglibs-i18n.tld +413 -0
  690. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/web.xml +209 -0
  691. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/x.tld +448 -0
  692. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/autoPng/dev-console.lzx.png +0 -0
  693. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/dev-console-light.lzx +148 -0
  694. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/dev-console-popup.html +42 -0
  695. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/dev-console.html +43 -0
  696. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/dev-console.lzx +612 -0
  697. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/dev-console.lzx.js +3356 -0
  698. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/dev-console.lzx.swf +0 -0
  699. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/dev-console.sprite.png +0 -0
  700. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/includes/lfc/LFCdhtml.js +9286 -0
  701. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/assets/logo_laszlo_footer.gif +0 -0
  702. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/autoPng/bezel_inner_dn.png +0 -0
  703. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/autoPng/bezel_inner_up.png +0 -0
  704. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/autoPng/bezel_inner_up.sprite.png +0 -0
  705. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/autoPng/bezel_outer_dn.png +0 -0
  706. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/autoPng/bezel_outer_up.png +0 -0
  707. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/autoPng/bezel_outer_up.sprite.png +0 -0
  708. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/autoPng/default_outline.png +0 -0
  709. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/autoPng/outline_dsbl.png +0 -0
  710. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/autoPng/transparent.png +0 -0
  711. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/button/autoPng/simpleface_dsbl.png +0 -0
  712. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/button/simpleface_dn.png +0 -0
  713. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/button/simpleface_mo.png +0 -0
  714. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/button/simpleface_up.png +0 -0
  715. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/button/simpleface_up.sprite.png +0 -0
  716. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/checkbox/autoPng/checkbox_disable_off.png +0 -0
  717. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/checkbox/autoPng/checkbox_disable_on.png +0 -0
  718. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/checkbox/autoPng/checkbox_off.png +0 -0
  719. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/checkbox/autoPng/checkbox_off.sprite.png +0 -0
  720. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/checkbox/autoPng/checkbox_off_mo.png +0 -0
  721. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/checkbox/autoPng/checkbox_on.png +0 -0
  722. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/checkbox/autoPng/checkbox_on_mo.png +0 -0
  723. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/focus/focus_bot_lft.png +0 -0
  724. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/focus/focus_bot_lft_shdw.png +0 -0
  725. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/focus/focus_bot_rt.png +0 -0
  726. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/focus/focus_bot_rt_shdw.png +0 -0
  727. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/focus/focus_top_lft.png +0 -0
  728. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/focus/focus_top_lft.sprite.png +0 -0
  729. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/focus/focus_top_lft_shdw.png +0 -0
  730. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/focus/focus_top_lft_shdw.sprite.png +0 -0
  731. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/focus/focus_top_rt.png +0 -0
  732. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/focus/focus_top_rt_shdw.png +0 -0
  733. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/radio/autoPng/radiobtn_dn.png +0 -0
  734. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/radio/autoPng/radiobtn_dsbl_dn.png +0 -0
  735. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/radio/autoPng/radiobtn_dsbl_up.png +0 -0
  736. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/radio/autoPng/radiobtn_mo.png +0 -0
  737. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/radio/autoPng/radiobtn_up.png +0 -0
  738. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/radio/autoPng/radiobtn_up.sprite.png +0 -0
  739. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/includes/blank.gif +0 -0
  740. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/neon_sign_small.png +0 -0
  741. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/solo-deploy.jsp +536 -0
  742. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/solo-dhtml-deploy.jsp +423 -0
  743. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/widget-icon.png +0 -0
  744. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/widget-templates/config.jil.xml +22 -0
  745. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/widget-templates/config.opera.xml +24 -0
  746. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/widget-templates/config.osx.xml +27 -0
  747. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/widget-templates/config.w3c.xml +26 -0
  748. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/autoPng/openlaszlo_splash_4dk0001.png +0 -0
  749. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/autoPng/openlaszlo_splash_4lt0001.png +0 -0
  750. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/autoPng/startup_small.png +0 -0
  751. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/debug_btn_disable.gif +0 -0
  752. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/debug_btn_dn.gif +0 -0
  753. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/debug_btn_up.gif +0 -0
  754. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/devforum_btn_dn.gif +0 -0
  755. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/devforum_btn_up.gif +0 -0
  756. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/devnet_btn_dn.gif +0 -0
  757. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/devnet_btn_up.gif +0 -0
  758. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/doc_btn_dn.gif +0 -0
  759. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/doc_btn_up.gif +0 -0
  760. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/htmlwrapper_btn_dn.gif +0 -0
  761. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/htmlwrapper_btn_up.gif +0 -0
  762. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/krank_title.gif +0 -0
  763. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/lastoptimize_btn_dn.gif +0 -0
  764. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/lastoptimize_btn_up.gif +0 -0
  765. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/logo_krank_header.gif +0 -0
  766. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/logo_laszlo_footer.gif +0 -0
  767. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/openlaszlo_splash_4dk.swf +0 -0
  768. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/openlaszlo_splash_4lt.swf +0 -0
  769. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/optimization_alert.gif +0 -0
  770. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/optimize_btn_dn.gif +0 -0
  771. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/optimize_btn_up.gif +0 -0
  772. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/refresh_btn_dn.gif +0 -0
  773. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/refresh_btn_up.gif +0 -0
  774. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/resources_title.gif +0 -0
  775. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/startup_small.swf +0 -0
  776. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/tasks_title.gif +0 -0
  777. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/viewsource_btn_dn.gif +0 -0
  778. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/viewsource_btn_up.gif +0 -0
  779. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/library.lzx +21 -0
  780. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/audio_meter_over.png +0 -0
  781. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/audio_meter_under.png +0 -0
  782. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/autoPng/green-orb.png +0 -0
  783. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/autoPng/red-orb.png +0 -0
  784. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/autoPng/yellow-orb.png +0 -0
  785. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/cam_btn_dn.png +0 -0
  786. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/cam_btn_mo.png +0 -0
  787. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/cam_btn_selected.png +0 -0
  788. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/cam_btn_up.png +0 -0
  789. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/controls_cover.swf +0 -0
  790. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/controls_well.swf +0 -0
  791. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/green-orb.swf +0 -0
  792. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/pause_button_dn.png +0 -0
  793. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/pause_button_mo.png +0 -0
  794. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/pause_button_up.png +0 -0
  795. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/play_button_dn.png +0 -0
  796. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/play_button_mo.png +0 -0
  797. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/play_button_up.png +0 -0
  798. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/record_btn_dn.png +0 -0
  799. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/record_btn_mo.png +0 -0
  800. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/record_btn_up.png +0 -0
  801. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/red-orb.swf +0 -0
  802. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/resize.png +0 -0
  803. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/scroll_lft_button_dn.png +0 -0
  804. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/scroll_lft_button_mo.png +0 -0
  805. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/scroll_lft_button_up.png +0 -0
  806. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/scroll_rt_button_dn.png +0 -0
  807. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/scroll_rt_button_mo.png +0 -0
  808. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/scroll_rt_button_up.png +0 -0
  809. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/scroll_thmb_lft.swf +0 -0
  810. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/scroll_thmb_mid.swf +0 -0
  811. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/scroll_thmb_rt.swf +0 -0
  812. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/scroll_track.swf +0 -0
  813. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/stop_btn_dn.png +0 -0
  814. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/stop_btn_mo.png +0 -0
  815. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/stop_btn_up.png +0 -0
  816. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/thumb.png +0 -0
  817. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/vid_btn_dn.png +0 -0
  818. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/vid_btn_mo.png +0 -0
  819. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/vid_btn_selected.png +0 -0
  820. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/vid_btn_up.png +0 -0
  821. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/video_no_icon.gif +0 -0
  822. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/volume_button_dn.png +0 -0
  823. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/volume_button_mo.png +0 -0
  824. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/volume_button_up.png +0 -0
  825. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/volume_lines.png +0 -0
  826. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/volume_mute.png +0 -0
  827. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/win_bot_lft.png +0 -0
  828. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/win_bot_mid.swf +0 -0
  829. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/win_bot_rt.png +0 -0
  830. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/win_mid_lft.swf +0 -0
  831. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/win_mid_mid.swf +0 -0
  832. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/win_mid_rt.swf +0 -0
  833. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/win_title.png +0 -0
  834. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/win_top_lft.png +0 -0
  835. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/win_top_mid.swf +0 -0
  836. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/win_top_rt.png +0 -0
  837. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/yellow-orb.swf +0 -0
  838. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/rtmpstatus.lzx +79 -0
  839. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/streamprogress.lzx +80 -0
  840. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/streamscrubber.lzx +143 -0
  841. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/videolibraryicon.lzx +97 -0
  842. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/videolibrarypopup.lzx +148 -0
  843. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/videoplayer.lzx +150 -0
  844. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/videoscreen.lzx +93 -0
  845. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/videoslider.lzx +297 -0
  846. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/videothumbnail.lzx +64 -0
  847. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/videotogglebutton.lzx +69 -0
  848. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/videovolumebutton.lzx +186 -0
  849. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basebutton.lzx +325 -0
  850. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basebuttonrepeater.lzx +69 -0
  851. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basecombobox.lzx +722 -0
  852. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basecomponent.lzx +458 -0
  853. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basedatacombobox.lzx +669 -0
  854. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basedatacombobox_item.lzx +43 -0
  855. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basedatepicker.lzx +704 -0
  856. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basedatepickerday.lzx +79 -0
  857. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basedatepickerweek.lzx +208 -0
  858. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/baseedittext.lzx +383 -0
  859. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basefocusview.lzx +267 -0
  860. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/baseform.lzx +155 -0
  861. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/baseformitem.lzx +209 -0
  862. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basegrid.lzx +583 -0
  863. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basegridcolumn.lzx +269 -0
  864. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basegridrow.lzx +204 -0
  865. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/baselist.lzx +532 -0
  866. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/baselistitem.lzx +137 -0
  867. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basescrollbar.lzx +664 -0
  868. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/baseslider.lzx +341 -0
  869. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basetabelement.lzx +168 -0
  870. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basetabs.lzx +879 -0
  871. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basetabslider.lzx +290 -0
  872. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basetrackgroup.lzx +269 -0
  873. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basetree.lzx +1007 -0
  874. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basevaluecomponent.lzx +86 -0
  875. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basewindow.lzx +386 -0
  876. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/colors.lzx +81 -0
  877. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/componentmanager.lzx +229 -0
  878. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/datalistselector.lzx +289 -0
  879. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/defaultstyles.lzx +53 -0
  880. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/doctest-library.lzx +26 -0
  881. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/hbox.lzx +34 -0
  882. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/image.lzx +81 -0
  883. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/library.lzx +47 -0
  884. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/listselector.lzx +178 -0
  885. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/multistatebutton.lzx +158 -0
  886. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/resizeview.lzx +95 -0
  887. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/style.lzx +256 -0
  888. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/submit.lzx +127 -0
  889. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/swatchview.lzx +83 -0
  890. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/treeselector.lzx +33 -0
  891. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/vbox.lzx +31 -0
  892. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/library.lzx +14 -0
  893. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_arrow_n.png +0 -0
  894. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_arrow_r.png +0 -0
  895. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_arrow_s.png +0 -0
  896. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_back.png +0 -0
  897. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_back_lc.png +0 -0
  898. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_back_m.png +0 -0
  899. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_back_rc.png +0 -0
  900. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_background.png +0 -0
  901. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_d.png +0 -0
  902. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_hairline.png +0 -0
  903. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_l.png +0 -0
  904. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_m.png +0 -0
  905. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_r.png +0 -0
  906. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/spin_box_left.png +0 -0
  907. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/spin_box_middle.png +0 -0
  908. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/spin_down_d.png +0 -0
  909. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/spin_down_n.png +0 -0
  910. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/spin_down_r.png +0 -0
  911. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/spin_up_d.png +0 -0
  912. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/spin_up_n.png +0 -0
  913. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/spin_up_r.png +0 -0
  914. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_arrow_n.swf +0 -0
  915. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_arrow_r.swf +0 -0
  916. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_arrow_s.swf +0 -0
  917. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_back.swf +0 -0
  918. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_back_lc.swf +0 -0
  919. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_back_m.swf +0 -0
  920. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_back_rc.swf +0 -0
  921. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_background.swf +0 -0
  922. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_d.swf +0 -0
  923. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_hairline.swf +0 -0
  924. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_l.swf +0 -0
  925. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_m.swf +0 -0
  926. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_r.swf +0 -0
  927. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/spin_box_left.swf +0 -0
  928. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/spin_box_middle.swf +0 -0
  929. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/spin_down_d.swf +0 -0
  930. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/spin_down_n.swf +0 -0
  931. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/spin_down_r.swf +0 -0
  932. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/spin_up_d.swf +0 -0
  933. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/spin_up_n.swf +0 -0
  934. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/spin_up_r.swf +0 -0
  935. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/slider.lzx +186 -0
  936. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/zoomarea.lzx +175 -0
  937. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/barchart/barchart.lzx +195 -0
  938. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/barchart/barchartplotarea.lzx +91 -0
  939. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/columnchart/columnchart.lzx +185 -0
  940. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/columnchart/columnchartplotarea.lzx +113 -0
  941. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/axis.lzx +569 -0
  942. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/chart.lzx +348 -0
  943. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/databar.lzx +145 -0
  944. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/datalabel.lzx +39 -0
  945. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/datamarker.lzx +150 -0
  946. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/datapoints.lzx +45 -0
  947. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/dataseries.lzx +445 -0
  948. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/datatip.lzx +49 -0
  949. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/horizontalaxis.lzx +238 -0
  950. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/label.lzx +152 -0
  951. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/legend.lzx +294 -0
  952. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/library.lzx +31 -0
  953. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/rectangularchart.lzx +663 -0
  954. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/tickmarklabel.lzx +32 -0
  955. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/valueline.lzx +144 -0
  956. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/valuepoints.lzx +118 -0
  957. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/valueregion.lzx +269 -0
  958. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/verticalaxis.lzx +167 -0
  959. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/viewspoolmanager.lzx +162 -0
  960. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/virtualdrawview.lzx +228 -0
  961. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/addon/basezoomarea.html +107 -0
  962. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/addon/styles.css +133 -0
  963. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/addon/zoomarea.html +74 -0
  964. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/barchart/barchart.html +88 -0
  965. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/barchart/styles.css +133 -0
  966. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/columnchart/columnchart.html +88 -0
  967. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/columnchart/styles.css +133 -0
  968. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/axis.html +194 -0
  969. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/chart.html +253 -0
  970. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/datacolumn.html +135 -0
  971. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/datalabel.html +37 -0
  972. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/datamarker.html +55 -0
  973. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/dataseries.html +210 -0
  974. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/datatip.html +37 -0
  975. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/horizontalaxis.html +46 -0
  976. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/label.html +89 -0
  977. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/legend.html +131 -0
  978. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/rectangularchart.html +255 -0
  979. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/styles.css +133 -0
  980. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/valueline.html +89 -0
  981. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/valuepoints.html +81 -0
  982. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/valueregion.html +80 -0
  983. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/verticalaxis.html +37 -0
  984. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/linechart/linechart.html +37 -0
  985. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/linechart/styles.css +133 -0
  986. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/piechart/piechart.html +60 -0
  987. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/piechart/piechartplotarea.html +74 -0
  988. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/piechart/styles.css +133 -0
  989. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/axisstyle.html +45 -0
  990. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/basestyle.html +106 -0
  991. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/chartbgstyle.html +37 -0
  992. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/chartstyle.html +118 -0
  993. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/datastyle.html +37 -0
  994. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/datastylelist.html +37 -0
  995. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/labelstyle.html +107 -0
  996. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/linestyle.html +69 -0
  997. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/plotstyle.html +68 -0
  998. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/pointstyle.html +76 -0
  999. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/regionstyle.html +68 -0
  1000. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/styles.css +133 -0
  1001. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/tickstyle.html +54 -0
  1002. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/valuelinestyle.html +38 -0
  1003. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/valuepointstyle.html +38 -0
  1004. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/valueregionstyle.html +37 -0
  1005. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/index.css +45 -0
  1006. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/index.html +151 -0
  1007. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/library.lzx +31 -0
  1008. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/linechart/linechart.lzx +217 -0
  1009. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/linechart/linechartplotarea.lzx +157 -0
  1010. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/piechart/piechart.lzx +167 -0
  1011. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/piechart/piechartplotarea.lzx +145 -0
  1012. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/piechart/piepiece.lzx +349 -0
  1013. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/styles/chartstyle.lzx +434 -0
  1014. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/styles/defaultchartstyle.lzx +91 -0
  1015. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/styles/defaultchartstyle.xml +64 -0
  1016. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/styles/strokestyle.lzx +138 -0
  1017. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/styles/styleparser.lzx +79 -0
  1018. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/debugger.lzx +1034 -0
  1019. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/bottom.png +0 -0
  1020. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/bottomleft.png +0 -0
  1021. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/bottomleftbtm.png +0 -0
  1022. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/bottomleftmid.png +0 -0
  1023. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/bottomlefttop.png +0 -0
  1024. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/bottomrghtbtm.png +0 -0
  1025. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/bottomrghtmid.png +0 -0
  1026. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/bottomrghttop.png +0 -0
  1027. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/bottomright.png +0 -0
  1028. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/grabber.png +0 -0
  1029. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/grabberover.png +0 -0
  1030. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/handle.png +0 -0
  1031. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/handleover.png +0 -0
  1032. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/leftright.png +0 -0
  1033. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/resizer.png +0 -0
  1034. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/resizerover.png +0 -0
  1035. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrollcorner.png +0 -0
  1036. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldrag.png +0 -0
  1037. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldragbottom.png +0 -0
  1038. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldragdimples.png +0 -0
  1039. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldragdimpleshorz.png +0 -0
  1040. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldraghorz.png +0 -0
  1041. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldragleft.png +0 -0
  1042. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldragover.png +0 -0
  1043. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldragoverbottom.png +0 -0
  1044. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldragoverdimples.png +0 -0
  1045. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldragovertop.png +0 -0
  1046. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldragright.png +0 -0
  1047. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldragtop.png +0 -0
  1048. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrollstretch.png +0 -0
  1049. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrollstretchhorz.png +0 -0
  1050. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolltop.png +0 -0
  1051. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/shadowbottom.png +0 -0
  1052. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/shadowcorner.png +0 -0
  1053. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/shadowleft.png +0 -0
  1054. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/shadowright.png +0 -0
  1055. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/shadowtop.png +0 -0
  1056. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/tfdownbtn0001.png +0 -0
  1057. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/tfdownbtn0002.png +0 -0
  1058. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/tfdownbtn0003.png +0 -0
  1059. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/tfupbtn0001.png +0 -0
  1060. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/tfupbtn0002.png +0 -0
  1061. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/tfupbtn0003.png +0 -0
  1062. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/title.png +0 -0
  1063. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/top.png +0 -0
  1064. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/topleft.png +0 -0
  1065. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/topright.png +0 -0
  1066. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/bottom.swf +0 -0
  1067. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/bottomleft.swf +0 -0
  1068. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/bottomleftbtm.swf +0 -0
  1069. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/bottomleftmid.swf +0 -0
  1070. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/bottomlefttop.swf +0 -0
  1071. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/bottomrghtbtm.swf +0 -0
  1072. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/bottomrghtmid.swf +0 -0
  1073. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/bottomrghttop.swf +0 -0
  1074. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/bottomright.swf +0 -0
  1075. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/bug0001.png +0 -0
  1076. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/bug0002.png +0 -0
  1077. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/bug0003.png +0 -0
  1078. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/clear10001.png +0 -0
  1079. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/clear10002.png +0 -0
  1080. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/clear10003.png +0 -0
  1081. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/clear20001.png +0 -0
  1082. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/clear20002.png +0 -0
  1083. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/clear20003.png +0 -0
  1084. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/clear30001.png +0 -0
  1085. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/clear30002.png +0 -0
  1086. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/clear30003.png +0 -0
  1087. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/closebtn0001.png +0 -0
  1088. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/closebtn0002.png +0 -0
  1089. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/closebtn0003.png +0 -0
  1090. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/downbtn0001.png +0 -0
  1091. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/downbtn0002.png +0 -0
  1092. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/downbtn0003.png +0 -0
  1093. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/evalbtn0001.png +0 -0
  1094. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/evalbtn0002.png +0 -0
  1095. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/evalbtn0003.png +0 -0
  1096. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/expbtn0001.png +0 -0
  1097. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/expbtn0002.png +0 -0
  1098. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/expbtn0003.png +0 -0
  1099. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/grabber0001.png +0 -0
  1100. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/grabber0002.png +0 -0
  1101. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/handle0001.png +0 -0
  1102. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/handle0002.png +0 -0
  1103. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/leftbtn0001.png +0 -0
  1104. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/leftbtn0002.png +0 -0
  1105. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/leftbtn0003.png +0 -0
  1106. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/minbtn0001.png +0 -0
  1107. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/minbtn0002.png +0 -0
  1108. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/minbtn0003.png +0 -0
  1109. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/prefs20001.png +0 -0
  1110. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/prefs20002.png +0 -0
  1111. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/prefs20003.png +0 -0
  1112. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/prefsbtn0001.png +0 -0
  1113. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/prefsbtn0002.png +0 -0
  1114. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/prefsbtn0003.png +0 -0
  1115. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/resizer0001.png +0 -0
  1116. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/resizer0002.png +0 -0
  1117. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/rightbtn0001.png +0 -0
  1118. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/rightbtn0002.png +0 -0
  1119. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/rightbtn0003.png +0 -0
  1120. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/tfdownbtn0001.png +0 -0
  1121. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/tfdownbtn0002.png +0 -0
  1122. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/tfdownbtn0003.png +0 -0
  1123. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/tfupbtn0001.png +0 -0
  1124. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/tfupbtn0002.png +0 -0
  1125. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/tfupbtn0003.png +0 -0
  1126. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/upbtn0001.png +0 -0
  1127. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/upbtn0002.png +0 -0
  1128. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/upbtn0003.png +0 -0
  1129. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/clear1.swf +0 -0
  1130. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/clear2.swf +0 -0
  1131. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/clear3.swf +0 -0
  1132. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/closebtn.swf +0 -0
  1133. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/downbtn.swf +0 -0
  1134. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/evalbtn.swf +0 -0
  1135. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/expbtn.swf +0 -0
  1136. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/grabber.swf +0 -0
  1137. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/handle.swf +0 -0
  1138. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/leftbtn.swf +0 -0
  1139. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/minbtn.swf +0 -0
  1140. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/prefs2.swf +0 -0
  1141. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/prefsbtn.swf +0 -0
  1142. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/resizer.swf +0 -0
  1143. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/rightbtn.swf +0 -0
  1144. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/tfdownbtn.swf +0 -0
  1145. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/tfupbtn.swf +0 -0
  1146. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/upbtn.swf +0 -0
  1147. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/grabber.swf +0 -0
  1148. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/grabberover.swf +0 -0
  1149. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/handle.swf +0 -0
  1150. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/handleover.swf +0 -0
  1151. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/leftright.swf +0 -0
  1152. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/resizer.swf +0 -0
  1153. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/resizerover.swf +0 -0
  1154. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrollcorner.swf +0 -0
  1155. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldrag.swf +0 -0
  1156. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldragbottom.swf +0 -0
  1157. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldragdimples.swf +0 -0
  1158. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldragdimpleshorz.swf +0 -0
  1159. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldraghorz.swf +0 -0
  1160. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldragleft.swf +0 -0
  1161. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldragover.swf +0 -0
  1162. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldragoverbottom.swf +0 -0
  1163. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldragoverdimples.swf +0 -0
  1164. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldragovertop.swf +0 -0
  1165. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldragright.swf +0 -0
  1166. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldragtop.swf +0 -0
  1167. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrollstretch.swf +0 -0
  1168. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrollstretchhorz.swf +0 -0
  1169. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolltop.swf +0 -0
  1170. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/shadowbottom.swf +0 -0
  1171. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/shadowcorner.swf +0 -0
  1172. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/shadowleft.swf +0 -0
  1173. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/shadowright.swf +0 -0
  1174. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/shadowtop.swf +0 -0
  1175. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/tfdownbtn.swf +0 -0
  1176. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/tfupbtn.swf +0 -0
  1177. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/title.swf +0 -0
  1178. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/top.swf +0 -0
  1179. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/topleft.swf +0 -0
  1180. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/topright.swf +0 -0
  1181. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/library.lzx +72 -0
  1182. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/newcontent.lzx +440 -0
  1183. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/platform/swf8/eval.lzs +37 -0
  1184. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/platform/swf9/eval.lzs +76 -0
  1185. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/remoteserver.lzx +179 -0
  1186. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/scrollingtext.lzx +424 -0
  1187. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/doctest-library.lzx +13 -0
  1188. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/av/camera.lzx +329 -0
  1189. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/av/library.lzx +16 -0
  1190. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/av/mediadevice.lzx +476 -0
  1191. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/av/mediastream.lzx +1507 -0
  1192. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/av/microphone.lzx +417 -0
  1193. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/av/rtmpconnection.lzx +370 -0
  1194. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/av/videoview.lzx +370 -0
  1195. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/drawview.lzx +2207 -0
  1196. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/html.lzx +496 -0
  1197. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/library.lzx +16 -0
  1198. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/printer.lzx +171 -0
  1199. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/rte.lzx +319 -0
  1200. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/views/LzTextFormat.lzx +66 -0
  1201. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/views/richinputtext.lzx +364 -0
  1202. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/autocompletecombobox.lzx +209 -0
  1203. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/base64.lzx +80 -0
  1204. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/basecheckbox.lzx +50 -0
  1205. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/baseradio.lzx +270 -0
  1206. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/baseslider.lzx +197 -0
  1207. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/bigcheckbox.lzx +45 -0
  1208. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/borderinput.lzx +103 -0
  1209. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/boxview.lzx +111 -0
  1210. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/closebox.lzx +24 -0
  1211. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/colorpicker.lzx +244 -0
  1212. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/colorslider.lzx +97 -0
  1213. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/custombutton.lzx +214 -0
  1214. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/defaultlistitem.lzx +42 -0
  1215. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/doctest-library.lzx +22 -0
  1216. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/domapi.js +113 -0
  1217. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/draglib.lzx +166 -0
  1218. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/fisheye_lib.lzx +110 -0
  1219. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/formlayout.lzx +124 -0
  1220. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/googlemap.lzx +123 -0
  1221. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/gradientview.lzx +196 -0
  1222. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/hsplitpane.lzx +102 -0
  1223. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/iconradioitem-resources.lzx +38 -0
  1224. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/iconradioitem.lzx +135 -0
  1225. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/icontab.lzx +123 -0
  1226. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/icontogglebutton.lzx +83 -0
  1227. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/imagemap/DrawView.lzx +122 -0
  1228. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/imagemap/DrawView.xml +22 -0
  1229. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/imagemap/Map.lzx +93 -0
  1230. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/imagemap/Map.xml +81 -0
  1231. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/imagemap/MapZoom.lzx +133 -0
  1232. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/imagemap/imagemap.lzx +434 -0
  1233. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/imagemap/northeast.jpg +0 -0
  1234. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/index.html +164 -0
  1235. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/labeledinputtext.lzx +80 -0
  1236. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/libflickr.lzx +184 -0
  1237. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/library.lzx +51 -0
  1238. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/lwzCalendar/calendar.jpg +0 -0
  1239. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/lwzCalendar/lwzEncalendar.lzx +226 -0
  1240. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/lzcombobox.lzx +9 -0
  1241. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/lzcombobox_class.lzx +206 -0
  1242. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/lzcombobox_resources.lzx +55 -0
  1243. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/lzeditcombobox.lzx +64 -0
  1244. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/lzedittext.lzx +50 -0
  1245. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/lzradio.lzx +53 -0
  1246. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/lzradio_resources.lzx +17 -0
  1247. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/minibutton.lzx +37 -0
  1248. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/newcheckbox.lzx +44 -0
  1249. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/newhscrollbar.lzx +113 -0
  1250. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/newhscrollbar_resources.lzx +30 -0
  1251. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/newvscrollbar.lzx +95 -0
  1252. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/newvscrollbar_resources.lzx +30 -0
  1253. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/opttree/baseopttreenode.lzx +62 -0
  1254. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/opttree/opttree.lzx +384 -0
  1255. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/opttree/opttreecontroller.lzx +116 -0
  1256. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/radioitem.lzx +51 -0
  1257. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/closebox/close_btn_dn.gif +0 -0
  1258. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/closebox/close_btn_mo.gif +0 -0
  1259. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/closebox/close_btn_up.gif +0 -0
  1260. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/arrow_lft.png +0 -0
  1261. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/arrow_rt.png +0 -0
  1262. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/autoPng/mini_btn_dn_mid.png +0 -0
  1263. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/autoPng/mini_btn_mo_mid.png +0 -0
  1264. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/autoPng/mini_btn_up_mid.png +0 -0
  1265. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/mini_btn_dn_lft.png +0 -0
  1266. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/mini_btn_dn_mid.swf +0 -0
  1267. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/mini_btn_dn_rt.png +0 -0
  1268. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/mini_btn_mo_lft.png +0 -0
  1269. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/mini_btn_mo_mid.swf +0 -0
  1270. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/mini_btn_mo_rt.png +0 -0
  1271. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/mini_btn_up_lft.png +0 -0
  1272. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/mini_btn_up_mid.swf +0 -0
  1273. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/mini_btn_up_rt.png +0 -0
  1274. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/autoPng/sm_btn_dn_mid.png +0 -0
  1275. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/autoPng/sm_btn_dsbl_lft.png +0 -0
  1276. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/autoPng/sm_btn_dsbl_mid.png +0 -0
  1277. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/autoPng/sm_btn_dsbl_rt.png +0 -0
  1278. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/autoPng/sm_btn_mo_mid.png +0 -0
  1279. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/autoPng/sm_btn_up_mid.png +0 -0
  1280. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_dn_lft.png +0 -0
  1281. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_dn_mid.png +0 -0
  1282. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_dn_mid.swf +0 -0
  1283. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_dn_rt.png +0 -0
  1284. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_dsbl_lft.swf +0 -0
  1285. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_dsbl_mid.png +0 -0
  1286. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_dsbl_mid.swf +0 -0
  1287. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_dsbl_rt.swf +0 -0
  1288. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_mo_lft.png +0 -0
  1289. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_mo_mid.png +0 -0
  1290. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_mo_mid.swf +0 -0
  1291. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_mo_rt.png +0 -0
  1292. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_up_lft.png +0 -0
  1293. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_up_mid.png +0 -0
  1294. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_up_mid.swf +0 -0
  1295. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_up_rt.png +0 -0
  1296. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/autoPng/checkbox_dslct.png +0 -0
  1297. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/autoPng/checkbox_dslct_dsbl.png +0 -0
  1298. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/autoPng/checkbox_dslct_mo.png +0 -0
  1299. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/autoPng/checkbox_slct.png +0 -0
  1300. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/autoPng/checkbox_slct_dsbl.png +0 -0
  1301. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/autoPng/checkbox_slct_mo.png +0 -0
  1302. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/autoPng/checkbox-big_dslct.png +0 -0
  1303. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/autoPng/checkbox-big_dslct_dsbl.png +0 -0
  1304. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/autoPng/checkbox-big_dslct_mo.png +0 -0
  1305. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/autoPng/checkbox-big_slct.png +0 -0
  1306. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/autoPng/checkbox-big_slct_dsbl.png +0 -0
  1307. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/autoPng/checkbox-big_slct_mo.png +0 -0
  1308. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/checkbox-big_dslct.swf +0 -0
  1309. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/checkbox-big_dslct_dsbl.swf +0 -0
  1310. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/checkbox-big_dslct_mo.swf +0 -0
  1311. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/checkbox-big_slct.swf +0 -0
  1312. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/checkbox-big_slct_dsbl.swf +0 -0
  1313. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/checkbox-big_slct_mo.swf +0 -0
  1314. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/checkbox_dslct.swf +0 -0
  1315. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/checkbox_dslct_dsbl.swf +0 -0
  1316. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/checkbox_dslct_mo.swf +0 -0
  1317. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/checkbox_slct.swf +0 -0
  1318. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/checkbox_slct_dsbl.swf +0 -0
  1319. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/checkbox_slct_mo.swf +0 -0
  1320. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/autoPng/combobox_arrow_dsbl.png +0 -0
  1321. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/autoPng/combobox_arrow_mo.png +0 -0
  1322. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/autoPng/combobox_arrow_up+dn.png +0 -0
  1323. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/autoPng/row_mo.png +0 -0
  1324. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/autoPng/row_slct.png +0 -0
  1325. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_lft_sqbot_dn.png +0 -0
  1326. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_lft_sqbot_mo.png +0 -0
  1327. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_lft_sqbot_up.png +0 -0
  1328. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_lft_sqtop_dn.png +0 -0
  1329. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_lft_sqtop_mo.png +0 -0
  1330. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_lft_sqtop_up.png +0 -0
  1331. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_rt_sqbot_dn.png +0 -0
  1332. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_rt_sqbot_mo.png +0 -0
  1333. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_rt_sqbot_up.png +0 -0
  1334. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_rt_sqtop_dn.png +0 -0
  1335. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_rt_sqtop_mo.png +0 -0
  1336. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_rt_sqtop_up.png +0 -0
  1337. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combobox_arrow_dsbl.swf +0 -0
  1338. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combobox_arrow_mo.swf +0 -0
  1339. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combobox_arrow_up+dn.swf +0 -0
  1340. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/row_mo.swf +0 -0
  1341. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/row_slct.swf +0 -0
  1342. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/autoPng/edit-btn_dn_lft.png +0 -0
  1343. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/autoPng/edit-btn_mo_lft.png +0 -0
  1344. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/autoPng/edit-btn_up_lft.png +0 -0
  1345. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/autoPng/edit-btn_up_mid.png +0 -0
  1346. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/autoPng/edit_icon_minus.png +0 -0
  1347. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/autoPng/edit_icon_plus.png +0 -0
  1348. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/autoPng/edit_lft.png +0 -0
  1349. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/autoPng/edit_lft_squared.png +0 -0
  1350. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/autoPng/edit_lft_up_squared.png +0 -0
  1351. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/autoPng/edit_mid.png +0 -0
  1352. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/edit-btn_dn_lft.swf +0 -0
  1353. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/edit-btn_mo_lft.swf +0 -0
  1354. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/edit-btn_up_lft.swf +0 -0
  1355. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/edit-btn_up_mid.swf +0 -0
  1356. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/edit_icon_minus.swf +0 -0
  1357. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/edit_icon_plus.swf +0 -0
  1358. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/edit_lft.swf +0 -0
  1359. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/edit_lft_squared.swf +0 -0
  1360. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/edit_lft_up_squared.swf +0 -0
  1361. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/edit_mid.swf +0 -0
  1362. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/floatinglist/autoPng/h_shdw.png +0 -0
  1363. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/floatinglist/autoPng/v_shdw.png +0 -0
  1364. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/floatinglist/corner_shdw.png +0 -0
  1365. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/floatinglist/h_shdw.swf +0 -0
  1366. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/floatinglist/v_shdw.swf +0 -0
  1367. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/radiobutton/autoPng/radio_btn_dsclt.png +0 -0
  1368. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/radiobutton/autoPng/radio_btn_dslct_dsbl.png +0 -0
  1369. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/radiobutton/autoPng/radio_btn_dslct_mo.png +0 -0
  1370. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/radiobutton/autoPng/radio_btn_slct.png +0 -0
  1371. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/radiobutton/autoPng/radio_btn_slct_dsbl.png +0 -0
  1372. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/radiobutton/radio_btn_dsclt.swf +0 -0
  1373. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/radiobutton/radio_btn_dslct_dsbl.swf +0 -0
  1374. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/radiobutton/radio_btn_dslct_mo.swf +0 -0
  1375. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/radiobutton/radio_btn_slct.swf +0 -0
  1376. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/radiobutton/radio_btn_slct_dsbl.swf +0 -0
  1377. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/scrollbtn_y_bot_dn.png +0 -0
  1378. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/scrollbtn_y_bot_mo.png +0 -0
  1379. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/scrollbtn_y_bot_up.png +0 -0
  1380. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/scrollbtn_y_top_dn.png +0 -0
  1381. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/scrollbtn_y_top_mo.png +0 -0
  1382. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/scrollbtn_y_top_up.png +0 -0
  1383. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/scrollthumb_y_bot.png +0 -0
  1384. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/scrollthumb_y_mid.png +0 -0
  1385. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/scrollthumb_y_top.png +0 -0
  1386. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_btn_lft_dn.png +0 -0
  1387. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_btn_lft_mo.png +0 -0
  1388. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_btn_lft_up.png +0 -0
  1389. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_btn_rt_dn.png +0 -0
  1390. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_btn_rt_mo.png +0 -0
  1391. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_btn_rt_up.png +0 -0
  1392. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_thumb_lft.png +0 -0
  1393. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_thumb_mid.png +0 -0
  1394. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_thumb_rt.png +0 -0
  1395. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_track.png +0 -0
  1396. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_track_slct.png +0 -0
  1397. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/y_scrolltrack.png +0 -0
  1398. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/y_scrolltrack_dn.png +0 -0
  1399. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/scrollbtn_y_bot_dn.swf +0 -0
  1400. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/scrollbtn_y_bot_mo.swf +0 -0
  1401. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/scrollbtn_y_bot_up.swf +0 -0
  1402. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/scrollbtn_y_top_dn.swf +0 -0
  1403. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/scrollbtn_y_top_mo.swf +0 -0
  1404. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/scrollbtn_y_top_up.swf +0 -0
  1405. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/scrollthumb_y_bot.swf +0 -0
  1406. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/scrollthumb_y_mid.swf +0 -0
  1407. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/scrollthumb_y_top.swf +0 -0
  1408. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/thumb_x_gripper.png +0 -0
  1409. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/thumb_y_gripper.png +0 -0
  1410. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_btn_lft_dn.swf +0 -0
  1411. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_btn_lft_mo.swf +0 -0
  1412. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_btn_lft_up.swf +0 -0
  1413. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_btn_rt_dn.swf +0 -0
  1414. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_btn_rt_mo.swf +0 -0
  1415. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_btn_rt_up.swf +0 -0
  1416. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_thumb_lft.swf +0 -0
  1417. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_thumb_mid.swf +0 -0
  1418. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_thumb_rt.swf +0 -0
  1419. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_track.swf +0 -0
  1420. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_track_slct.swf +0 -0
  1421. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/y_scrolltrack.swf +0 -0
  1422. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/y_scrolltrack_dn.swf +0 -0
  1423. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/shadowbox/shadow_inset.png +0 -0
  1424. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/shadowbox/shadow_inset_vert.png +0 -0
  1425. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/autoPng/tab_dslct_lft.png +0 -0
  1426. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/autoPng/tab_dslct_mid.png +0 -0
  1427. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/autoPng/tab_dslct_rt.png +0 -0
  1428. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/autoPng/tab_mo_lft.png +0 -0
  1429. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/autoPng/tab_mo_mid.png +0 -0
  1430. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/autoPng/tab_mo_rt.png +0 -0
  1431. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/autoPng/tab_slct_lft.png +0 -0
  1432. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/autoPng/tab_slct_mid.png +0 -0
  1433. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/autoPng/tab_slct_rt.png +0 -0
  1434. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/tab_dslct_lft.swf +0 -0
  1435. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/tab_dslct_mid.swf +0 -0
  1436. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/tab_dslct_rt.swf +0 -0
  1437. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/tab_mo_lft.swf +0 -0
  1438. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/tab_mo_mid.swf +0 -0
  1439. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/tab_mo_rt.swf +0 -0
  1440. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/tab_slct_lft.swf +0 -0
  1441. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/tab_slct_mid.swf +0 -0
  1442. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/tab_slct_rt.swf +0 -0
  1443. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/util/autoPng/transparent.png +0 -0
  1444. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/util/transparent.swf +0 -0
  1445. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/baserichedittext.lzx +146 -0
  1446. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/colorsquare.lzx +69 -0
  1447. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/formatbtn.lzx +106 -0
  1448. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/formatfontcolor.lzx +114 -0
  1449. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/formatfontface.lzx +84 -0
  1450. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/formatremovebtn.lzx +33 -0
  1451. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/linkdialog.lzx +119 -0
  1452. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/radioformatbtn.lzx +34 -0
  1453. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/autoPng/rte_btn_dn.png +0 -0
  1454. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/autoPng/rte_btn_mo.png +0 -0
  1455. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/autoPng/rte_btn_up.png +0 -0
  1456. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/bold.png +0 -0
  1457. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/bullet_list.png +0 -0
  1458. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/center.png +0 -0
  1459. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/image.png +0 -0
  1460. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/indent.png +0 -0
  1461. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/italic.png +0 -0
  1462. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/lft_align.png +0 -0
  1463. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/link.png +0 -0
  1464. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/list.png +0 -0
  1465. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/outdent.png +0 -0
  1466. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/plain.png +0 -0
  1467. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/pspbrwse.jbf +0 -0
  1468. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/reset.png +0 -0
  1469. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/rt_align.png +0 -0
  1470. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/rte_btn_dn.swf +0 -0
  1471. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/rte_btn_mo.swf +0 -0
  1472. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/rte_btn_up.swf +0 -0
  1473. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/underline.png +0 -0
  1474. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/richedittext.lzx +17 -0
  1475. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/richtexteditarea.lzx +577 -0
  1476. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/richtexteditor.lzx +137 -0
  1477. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/richtexttoolbar-class.lzx +122 -0
  1478. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/richtexttoolbar-resources.lzx +29 -0
  1479. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/richtexttoolbar-styles.lzx +36 -0
  1480. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/richtexttoolbar.lzx +10 -0
  1481. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/scrollrichedittext.lzx +127 -0
  1482. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/test/baserichedittext-test.lzx +36 -0
  1483. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/test/formatfontsize.lzx +161 -0
  1484. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/test/linkdialog-driver.lzx +54 -0
  1485. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/test/linkdialog-test.lzx +137 -0
  1486. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/test/richtexteditarea-driver.lzx +79 -0
  1487. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/test/richtexteditarea-test.lzx +181 -0
  1488. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/test/richtexteditor-test.lzx +26 -0
  1489. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/test/richtexteditor-test2.lzx +42 -0
  1490. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/test/scrollrichedittext-test.lzx +38 -0
  1491. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/test/test-lzcombobox.lzx +171 -0
  1492. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/roundrect.lzx +292 -0
  1493. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/roundrectbutton.lzx +115 -0
  1494. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/scrolledittext.lzx +150 -0
  1495. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/shadowbox.lzx +58 -0
  1496. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/simpledefaultlist.lzx +159 -0
  1497. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/stepper.lzx +147 -0
  1498. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/styledtext.lzx +42 -0
  1499. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/stylishbutton.lzx +210 -0
  1500. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/baseedittext-test.lzx +32 -0
  1501. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/custombutton-test.lzx +11 -0
  1502. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/domapi-test.lzx +134 -0
  1503. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/draglib-test.lzx +75 -0
  1504. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/fisheye/configure_buckets.png +0 -0
  1505. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/fisheye/test_fisheye.lzx +41 -0
  1506. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/fisheye/upload_csv.png +0 -0
  1507. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/fisheye/upload_db.png +0 -0
  1508. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/formlayout-test.lzx +27 -0
  1509. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/gradientview-test.lzx +13 -0
  1510. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/iconradioitem-test.lzx +19 -0
  1511. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/libflickr-test.lzx +60 -0
  1512. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/lzcombobox-test.lzx +41 -0
  1513. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/newcheckbox-test.lzx +47 -0
  1514. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/newvscrollbar-test.lzx +22 -0
  1515. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/opttree/data.lzx +29 -0
  1516. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/opttree/resources/autoPng/folder_closed.png +0 -0
  1517. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/opttree/resources/autoPng/folder_opened.png +0 -0
  1518. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/opttree/resources/folder_closed.swf +0 -0
  1519. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/opttree/resources/folder_opened.swf +0 -0
  1520. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/opttree/resources.lzx +11 -0
  1521. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/opttree/sampledata.xml +22 -0
  1522. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/opttree/test.lzx +49 -0
  1523. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/opttree/treenode.lzx +53 -0
  1524. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/roundrect-test.lzx +88 -0
  1525. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/scrolledittext-test.lzx +47 -0
  1526. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/stepper-test.lzx +12 -0
  1527. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-autocompletecombobox.lzx +34 -0
  1528. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-boxview.lzx +23 -0
  1529. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-edittext.lzx +71 -0
  1530. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-hsplitpane.lzx +28 -0
  1531. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-lwzEncalendar.lzx +34 -0
  1532. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-minibutton.lzx +9 -0
  1533. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-newcheckbox.lzx +62 -0
  1534. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-radio.lzx +7 -0
  1535. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-roundrectbutton.lzx +94 -0
  1536. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-stylishbutton.lzx +12 -0
  1537. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-vslider.lzx +20 -0
  1538. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/timevalidatorTest.lzx +33 -0
  1539. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/tooltip-test.lzx +53 -0
  1540. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/tooltipmanager-test.lzx +124 -0
  1541. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/ulink-test.lzx +51 -0
  1542. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/validator_test.lzx +68 -0
  1543. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/textstyle.lzx +21 -0
  1544. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/tooltipmanager.lzx +172 -0
  1545. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/ulink.lzx +67 -0
  1546. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/uploader/example/test-fileupload.lzx +69 -0
  1547. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/uploader/example/test-fileuploadlist.lzx +78 -0
  1548. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/uploader/example/test-multiplefileupload.lzx +74 -0
  1549. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/uploader/example/upload.jsp.txt +25 -0
  1550. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/uploader/fileupload.lzx +217 -0
  1551. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/uploader/fileuploadlist.lzx +147 -0
  1552. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/uploader/multiplefileupload.lzx +136 -0
  1553. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/basevalidator.lzx +118 -0
  1554. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/datevalidator.lzx +149 -0
  1555. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/emailvalidator.lzx +75 -0
  1556. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/library.lzx +29 -0
  1557. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/numbervalidator.lzx +84 -0
  1558. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/resources/Thumbs.db +0 -0
  1559. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/resources/error.gif +0 -0
  1560. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/resources/ok.gif +0 -0
  1561. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/stringvalidator.lzx +63 -0
  1562. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/timevalidator.lzx +227 -0
  1563. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/validatingForm.lzx +80 -0
  1564. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/vslider.lzx +118 -0
  1565. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/library.lzx +21 -0
  1566. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/alert.lzx +133 -0
  1567. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/basefloatinglist.lzx +412 -0
  1568. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/button.lzx +232 -0
  1569. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/checkbox.lzx +124 -0
  1570. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/combobox.lzx +159 -0
  1571. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/datacombobox.lzx +147 -0
  1572. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/datepicker.lzx +552 -0
  1573. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/doctest-library.lzx +20 -0
  1574. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/edittext.lzx +358 -0
  1575. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/floatinglist.lzx +202 -0
  1576. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/focusoverlay.lzx +113 -0
  1577. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/form.lzx +198 -0
  1578. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/grid.lzx +93 -0
  1579. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/gridcolumn.lzx +156 -0
  1580. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/gridtext.lzx +175 -0
  1581. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/hscrollbar.lzx +163 -0
  1582. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrollcorner.png +0 -0
  1583. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldrag.png +0 -0
  1584. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldragbottom.png +0 -0
  1585. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldragdimples.png +0 -0
  1586. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldragdimpleshorz.png +0 -0
  1587. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldraghorz.png +0 -0
  1588. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldragleft.png +0 -0
  1589. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldragover.png +0 -0
  1590. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldragoverbottom.png +0 -0
  1591. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldragoverdimples.png +0 -0
  1592. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldragovertop.png +0 -0
  1593. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldragright.png +0 -0
  1594. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldragtop.png +0 -0
  1595. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrollstretch.png +0 -0
  1596. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrollstretchhorz.png +0 -0
  1597. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolltop.png +0 -0
  1598. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/downbtn0001.png +0 -0
  1599. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/downbtn0002.png +0 -0
  1600. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/downbtn0003.png +0 -0
  1601. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/leftbtn0001.png +0 -0
  1602. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/leftbtn0002.png +0 -0
  1603. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/leftbtn0003.png +0 -0
  1604. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/rightbtn0001.png +0 -0
  1605. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/rightbtn0002.png +0 -0
  1606. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/rightbtn0003.png +0 -0
  1607. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/upbtn0001.png +0 -0
  1608. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/upbtn0002.png +0 -0
  1609. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/upbtn0003.png +0 -0
  1610. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/downbtn.swf +0 -0
  1611. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/leftbtn.swf +0 -0
  1612. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/rightbtn.swf +0 -0
  1613. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/upbtn.swf +0 -0
  1614. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrollcorner.swf +0 -0
  1615. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldrag.swf +0 -0
  1616. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldragbottom.swf +0 -0
  1617. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldragdimples.swf +0 -0
  1618. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldragdimpleshorz.swf +0 -0
  1619. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldraghorz.swf +0 -0
  1620. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldragleft.swf +0 -0
  1621. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldragover.swf +0 -0
  1622. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldragoverbottom.swf +0 -0
  1623. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldragoverdimples.swf +0 -0
  1624. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldragovertop.swf +0 -0
  1625. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldragright.swf +0 -0
  1626. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldragtop.swf +0 -0
  1627. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrollstretch.swf +0 -0
  1628. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrollstretchhorz.swf +0 -0
  1629. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolltop.swf +0 -0
  1630. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/library.lzx +49 -0
  1631. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/list.lzx +375 -0
  1632. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/listitem.lzx +118 -0
  1633. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/menu.lzx +870 -0
  1634. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/modaldialog.lzx +118 -0
  1635. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/mr-ed.lzx +56 -0
  1636. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/plainfloatinglist.lzx +81 -0
  1637. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/radio.lzx +311 -0
  1638. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/autoPng/bezel_inner_dn.png +0 -0
  1639. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/autoPng/bezel_inner_up.png +0 -0
  1640. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/autoPng/bezel_outer_dn.png +0 -0
  1641. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/autoPng/bezel_outer_up.png +0 -0
  1642. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/autoPng/default_outline.png +0 -0
  1643. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/autoPng/outline_black.png +0 -0
  1644. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/autoPng/outline_dsbl.png +0 -0
  1645. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/autoPng/transparent.png +0 -0
  1646. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/bezel_inner_dn.swf +0 -0
  1647. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/bezel_inner_up.swf +0 -0
  1648. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/bezel_outer_dn.swf +0 -0
  1649. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/bezel_outer_up.swf +0 -0
  1650. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/autoPng/simpleface_dn.png +0 -0
  1651. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/autoPng/simpleface_dsbl.png +0 -0
  1652. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/autoPng/simpleface_mo.png +0 -0
  1653. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/autoPng/simpleface_up.png +0 -0
  1654. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/simpleface_dn.png +0 -0
  1655. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/simpleface_dn.swf +0 -0
  1656. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/simpleface_dsbl.swf +0 -0
  1657. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/simpleface_mo.png +0 -0
  1658. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/simpleface_mo.swf +0 -0
  1659. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/simpleface_up.png +0 -0
  1660. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/simpleface_up.swf +0 -0
  1661. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/autoPng/checkbox_disable_off.png +0 -0
  1662. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/autoPng/checkbox_disable_on.png +0 -0
  1663. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/autoPng/checkbox_off.png +0 -0
  1664. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/autoPng/checkbox_off_mo.png +0 -0
  1665. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/autoPng/checkbox_on.png +0 -0
  1666. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/autoPng/checkbox_on_mo.png +0 -0
  1667. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/checkbox_disable_off.swf +0 -0
  1668. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/checkbox_disable_on.swf +0 -0
  1669. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/checkbox_off.swf +0 -0
  1670. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/checkbox_off_mo.swf +0 -0
  1671. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/checkbox_on.swf +0 -0
  1672. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/checkbox_on_mo.swf +0 -0
  1673. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/combobox_lft_dn.png +0 -0
  1674. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/combobox_lft_dsbl.png +0 -0
  1675. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/combobox_lft_mo.png +0 -0
  1676. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/combobox_lft_up.png +0 -0
  1677. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/combobox_mid_dn.png +0 -0
  1678. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/combobox_mid_dsbl.png +0 -0
  1679. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/combobox_mid_mo.png +0 -0
  1680. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/combobox_mid_up.png +0 -0
  1681. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popbtn_rt_dn.png +0 -0
  1682. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popbtn_rt_dsbl.png +0 -0
  1683. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popbtn_rt_mo.png +0 -0
  1684. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popbtn_rt_up.png +0 -0
  1685. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popup_lft_dn.png +0 -0
  1686. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popup_lft_dsbl.png +0 -0
  1687. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popup_lft_mo.png +0 -0
  1688. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popup_lft_up.png +0 -0
  1689. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popup_mid_dn.png +0 -0
  1690. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popup_mid_dsbl.png +0 -0
  1691. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popup_mid_mo.png +0 -0
  1692. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popup_mid_up.png +0 -0
  1693. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_lft_dn.swf +0 -0
  1694. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_lft_dsbl.swf +0 -0
  1695. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_lft_mo.swf +0 -0
  1696. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_lft_up.swf +0 -0
  1697. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_mid_dn.png +0 -0
  1698. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_mid_dn.swf +0 -0
  1699. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_mid_dsbl.png +0 -0
  1700. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_mid_dsbl.swf +0 -0
  1701. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_mid_mo.png +0 -0
  1702. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_mid_mo.swf +0 -0
  1703. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_mid_up.png +0 -0
  1704. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_mid_up.swf +0 -0
  1705. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popbtn_rt_dn.swf +0 -0
  1706. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popbtn_rt_dsbl.swf +0 -0
  1707. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popbtn_rt_mo.swf +0 -0
  1708. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popbtn_rt_up.swf +0 -0
  1709. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_lft_dn.swf +0 -0
  1710. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_lft_dsbl.swf +0 -0
  1711. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_lft_mo.swf +0 -0
  1712. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_lft_up.swf +0 -0
  1713. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_mid_dn.png +0 -0
  1714. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_mid_dn.swf +0 -0
  1715. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_mid_dsbl.png +0 -0
  1716. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_mid_dsbl.swf +0 -0
  1717. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_mid_mo.png +0 -0
  1718. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_mid_mo.swf +0 -0
  1719. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_mid_up.png +0 -0
  1720. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_mid_up.swf +0 -0
  1721. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/arrow_left.swf +0 -0
  1722. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/arrow_right.swf +0 -0
  1723. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/arrow_left.png +0 -0
  1724. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/arrow_right.png +0 -0
  1725. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/button_dn.png +0 -0
  1726. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/button_dsbl.png +0 -0
  1727. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/button_mo.png +0 -0
  1728. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/button_up.png +0 -0
  1729. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/close_btn_dn.png +0 -0
  1730. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/close_btn_mo.png +0 -0
  1731. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/close_btn_up.png +0 -0
  1732. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/date_bg.png +0 -0
  1733. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/date_btn_dn.png +0 -0
  1734. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/date_btn_slct.png +0 -0
  1735. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/datepicker_icon.png +0 -0
  1736. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/pulldown_bg.png +0 -0
  1737. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/pulldown_btn_dn.png +0 -0
  1738. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/pulldown_btn_mo.png +0 -0
  1739. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/pulldown_btn_up.png +0 -0
  1740. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/selected_date.png +0 -0
  1741. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/button_dn.swf +0 -0
  1742. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/button_dsbl.swf +0 -0
  1743. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/button_mo.swf +0 -0
  1744. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/button_up.swf +0 -0
  1745. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/close_btn_dn.swf +0 -0
  1746. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/close_btn_mo.swf +0 -0
  1747. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/close_btn_up.swf +0 -0
  1748. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/date_bg.swf +0 -0
  1749. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/date_btn_dn.swf +0 -0
  1750. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/date_btn_slct.swf +0 -0
  1751. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/datepicker_icon.swf +0 -0
  1752. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/pulldown_bg.swf +0 -0
  1753. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/pulldown_btn_dn.swf +0 -0
  1754. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/pulldown_btn_mo.swf +0 -0
  1755. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/pulldown_btn_up.swf +0 -0
  1756. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/selected_date.swf +0 -0
  1757. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/default_outline.swf +0 -0
  1758. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/botmenu_lft.png +0 -0
  1759. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/botmenu_mid.png +0 -0
  1760. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/botmenu_rt.png +0 -0
  1761. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/h_shdw.png +0 -0
  1762. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/pop_shadow_bot_lft.png +0 -0
  1763. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/pop_shadow_bot_mid.png +0 -0
  1764. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/pop_shadow_bot_rt.png +0 -0
  1765. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/pop_shadow_corner_top_rt.png +0 -0
  1766. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/pop_shadow_flush_top_rt.png +0 -0
  1767. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/pop_shadow_mid_lft.png +0 -0
  1768. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/pop_shadow_mid_rt.png +0 -0
  1769. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/pop_shadow_oval_top_rt.png +0 -0
  1770. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/pop_shadow_top_lft.png +0 -0
  1771. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/pop_shadow_top_mid.png +0 -0
  1772. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/topmenu_lft.png +0 -0
  1773. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/topmenu_mid.png +0 -0
  1774. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/topmenu_rt.png +0 -0
  1775. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/v_shdw.png +0 -0
  1776. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/botmenu_lft.swf +0 -0
  1777. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/botmenu_mid.png +0 -0
  1778. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/botmenu_mid.swf +0 -0
  1779. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/botmenu_rt.swf +0 -0
  1780. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/corner_shdw.png +0 -0
  1781. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/h_shdw.swf +0 -0
  1782. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_bot_lft.swf +0 -0
  1783. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_bot_mid.png +0 -0
  1784. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_bot_mid.swf +0 -0
  1785. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_bot_rt.swf +0 -0
  1786. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_corner_top_rt.png +0 -0
  1787. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_corner_top_rt.swf +0 -0
  1788. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_flush_top_rt.png +0 -0
  1789. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_flush_top_rt.swf +0 -0
  1790. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_mid_lft.swf +0 -0
  1791. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_mid_rt.png +0 -0
  1792. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_mid_rt.swf +0 -0
  1793. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_oval_top_rt.png +0 -0
  1794. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_oval_top_rt.swf +0 -0
  1795. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_top_lft.swf +0 -0
  1796. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_top_mid.png +0 -0
  1797. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_top_mid.swf +0 -0
  1798. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/topmenu_lft.swf +0 -0
  1799. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/topmenu_mid.png +0 -0
  1800. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/topmenu_mid.swf +0 -0
  1801. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/topmenu_rt.swf +0 -0
  1802. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/v_shdw.swf +0 -0
  1803. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/focus/focus_bot_lft.png +0 -0
  1804. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/focus/focus_bot_lft_shdw.png +0 -0
  1805. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/focus/focus_bot_rt.png +0 -0
  1806. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/focus/focus_bot_rt_shdw.png +0 -0
  1807. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/focus/focus_top_lft.png +0 -0
  1808. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/focus/focus_top_lft.sprite.png +0 -0
  1809. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/focus/focus_top_lft_shdw.png +0 -0
  1810. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/focus/focus_top_lft_shdw.sprite.png +0 -0
  1811. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/focus/focus_top_rt.png +0 -0
  1812. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/focus/focus_top_rt_shdw.png +0 -0
  1813. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/autoPng/column_resize_bot.png +0 -0
  1814. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/autoPng/column_resize_mid.png +0 -0
  1815. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/autoPng/column_resize_top.png +0 -0
  1816. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/autoPng/grid_cursor.png +0 -0
  1817. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/autoPng/sort_arrow_dn.png +0 -0
  1818. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/autoPng/sort_arrow_up.png +0 -0
  1819. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/column_resize_bot.swf +0 -0
  1820. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/column_resize_mid.swf +0 -0
  1821. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/column_resize_top.swf +0 -0
  1822. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/grid_cursor.swf +0 -0
  1823. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/sort_arrow_dn.swf +0 -0
  1824. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/sort_arrow_up.swf +0 -0
  1825. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/handcursor.png +0 -0
  1826. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/menu/autoPng/menu_arrow_lft.png +0 -0
  1827. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/menu/autoPng/menu_arrow_rt.png +0 -0
  1828. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/menu/menu_arrow_lft.swf +0 -0
  1829. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/menu/menu_arrow_rt.swf +0 -0
  1830. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/outline_black.swf +0 -0
  1831. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/outline_dsbl.swf +0 -0
  1832. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/autoPng/radiobtn_dn.png +0 -0
  1833. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/autoPng/radiobtn_dsbl_dn.png +0 -0
  1834. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/autoPng/radiobtn_dsbl_up.png +0 -0
  1835. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/autoPng/radiobtn_mo.png +0 -0
  1836. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/autoPng/radiobtn_up.png +0 -0
  1837. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/autoPng/radiobtn_up.sprite.png +0 -0
  1838. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/radiobtn_dn.swf +0 -0
  1839. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/radiobtn_dsbl_dn.swf +0 -0
  1840. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/radiobtn_dsbl_up.swf +0 -0
  1841. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/radiobtn_mo.swf +0 -0
  1842. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/radiobtn_up.swf +0 -0
  1843. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_x_lft_dn.png +0 -0
  1844. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_x_lft_dsbl.png +0 -0
  1845. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_x_lft_mo.png +0 -0
  1846. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_x_lft_up.png +0 -0
  1847. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_x_rt_dn.png +0 -0
  1848. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_x_rt_dsbl.png +0 -0
  1849. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_x_rt_mo.png +0 -0
  1850. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_x_rt_up.png +0 -0
  1851. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_y_bot_dn.png +0 -0
  1852. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_y_bot_dsbl.png +0 -0
  1853. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_y_bot_mo.png +0 -0
  1854. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_y_bot_up.png +0 -0
  1855. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_y_top_dn.png +0 -0
  1856. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_y_top_dsbl.png +0 -0
  1857. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_y_top_mo.png +0 -0
  1858. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_y_top_up.png +0 -0
  1859. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollthumb_x_lft.png +0 -0
  1860. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollthumb_x_mid.png +0 -0
  1861. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollthumb_x_rt.png +0 -0
  1862. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollthumb_y_bot.png +0 -0
  1863. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollthumb_y_mid.png +0 -0
  1864. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollthumb_y_top.png +0 -0
  1865. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/thumb_x_gripper.png +0 -0
  1866. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/thumb_y_gripper.png +0 -0
  1867. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/x_scrolltrack.png +0 -0
  1868. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/x_scrolltrack_dn.png +0 -0
  1869. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/x_scrolltrack_dsbl.png +0 -0
  1870. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/y_scrolltrack.png +0 -0
  1871. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/y_scrolltrack_dn.png +0 -0
  1872. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/y_scrolltrack_dsbl.png +0 -0
  1873. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_x_lft_dn.swf +0 -0
  1874. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_x_lft_dsbl.swf +0 -0
  1875. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_x_lft_mo.swf +0 -0
  1876. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_x_lft_up.swf +0 -0
  1877. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_x_rt_dn.swf +0 -0
  1878. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_x_rt_dsbl.swf +0 -0
  1879. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_x_rt_mo.swf +0 -0
  1880. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_x_rt_up.swf +0 -0
  1881. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_y_bot_dn.swf +0 -0
  1882. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_y_bot_dsbl.swf +0 -0
  1883. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_y_bot_mo.swf +0 -0
  1884. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_y_bot_up.swf +0 -0
  1885. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_y_top_dn.swf +0 -0
  1886. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_y_top_dsbl.swf +0 -0
  1887. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_y_top_mo.swf +0 -0
  1888. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_y_top_up.swf +0 -0
  1889. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollthumb_x_lft.png +0 -0
  1890. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollthumb_x_lft.swf +0 -0
  1891. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollthumb_x_mid.swf +0 -0
  1892. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollthumb_x_rt.png +0 -0
  1893. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollthumb_x_rt.swf +0 -0
  1894. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollthumb_y_bot.swf +0 -0
  1895. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollthumb_y_mid.swf +0 -0
  1896. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollthumb_y_top.png +0 -0
  1897. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollthumb_y_top.swf +0 -0
  1898. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/thumb_x_gripper.png +0 -0
  1899. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/thumb_x_gripper.swf +0 -0
  1900. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/thumb_y_gripper.png +0 -0
  1901. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/thumb_y_gripper.swf +0 -0
  1902. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/x_scrolltrack.png +0 -0
  1903. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/x_scrolltrack.swf +0 -0
  1904. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/x_scrolltrack_dn.png +0 -0
  1905. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/x_scrolltrack_dn.swf +0 -0
  1906. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/x_scrolltrack_dsbl.png +0 -0
  1907. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/x_scrolltrack_dsbl.swf +0 -0
  1908. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/y_scrolltrack.png +0 -0
  1909. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/y_scrolltrack.swf +0 -0
  1910. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/y_scrolltrack_dn.png +0 -0
  1911. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/y_scrolltrack_dn.swf +0 -0
  1912. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/y_scrolltrack_dsbl.png +0 -0
  1913. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/y_scrolltrack_dsbl.swf +0 -0
  1914. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_disable_lft.png +0 -0
  1915. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_disable_lft.swf +0 -0
  1916. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_disable_mid.png +0 -0
  1917. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_disable_mid.swf +0 -0
  1918. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_disable_rt.png +0 -0
  1919. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_disable_rt.swf +0 -0
  1920. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_dslct_lft.png +0 -0
  1921. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_dslct_lft.swf +0 -0
  1922. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_dslct_mid.png +0 -0
  1923. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_dslct_mid.swf +0 -0
  1924. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_dslct_rt.png +0 -0
  1925. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_dslct_rt.swf +0 -0
  1926. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_mo_lft.png +0 -0
  1927. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_mo_lft.swf +0 -0
  1928. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_mo_mid.png +0 -0
  1929. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_mo_mid.swf +0 -0
  1930. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_mo_rt.png +0 -0
  1931. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_mo_rt.swf +0 -0
  1932. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_slct_lft.png +0 -0
  1933. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_slct_lft.swf +0 -0
  1934. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_slct_mid.png +0 -0
  1935. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_slct_mid.swf +0 -0
  1936. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_slct_rt.png +0 -0
  1937. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_slct_rt.swf +0 -0
  1938. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tabslider/tab_element_shdw.png +0 -0
  1939. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tabslider/tab_element_shdw.swf +0 -0
  1940. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tabslider/tab_slider_dn.png +0 -0
  1941. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tabslider/tab_slider_dn.swf +0 -0
  1942. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tabslider/tab_slider_mo.png +0 -0
  1943. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tabslider/tab_slider_mo.swf +0 -0
  1944. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tabslider/tab_slider_up.png +0 -0
  1945. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tabslider/tab_slider_up.swf +0 -0
  1946. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/transparent.swf +0 -0
  1947. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/arrow_closed.swf +0 -0
  1948. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/arrow_opened.swf +0 -0
  1949. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/arrow_transparent.png +0 -0
  1950. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/arrow_transparent.swf +0 -0
  1951. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/autoPng/arrow_closed.png +0 -0
  1952. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/autoPng/arrow_opened.png +0 -0
  1953. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/autoPng/arrow_transparent.png +0 -0
  1954. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/autoPng/document.png +0 -0
  1955. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/autoPng/folder_closed.png +0 -0
  1956. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/autoPng/folder_opened.png +0 -0
  1957. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/autoPng/minus_icon.png +0 -0
  1958. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/autoPng/plus_icon.png +0 -0
  1959. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/autoPng/plusminus_transparent.png +0 -0
  1960. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/document.swf +0 -0
  1961. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/folder_closed.png +0 -0
  1962. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/folder_closed.swf +0 -0
  1963. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/folder_opened.png +0 -0
  1964. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/folder_opened.swf +0 -0
  1965. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/minus_icon.swf +0 -0
  1966. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/plus_icon.swf +0 -0
  1967. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/plusminus_transparent.png +0 -0
  1968. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/plusminus_transparent.swf +0 -0
  1969. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/autoPng/closebtn_dn.png +0 -0
  1970. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/autoPng/closebtn_dsbl.png +0 -0
  1971. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/autoPng/closebtn_mo.png +0 -0
  1972. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/autoPng/closebtn_up.png +0 -0
  1973. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/autoPng/resizebtn_dn.png +0 -0
  1974. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/autoPng/resizebtn_dsbl.png +0 -0
  1975. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/autoPng/resizebtn_mo.png +0 -0
  1976. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/autoPng/resizebtn_up.png +0 -0
  1977. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_lft_drag.png +0 -0
  1978. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_lft_drag.swf +0 -0
  1979. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_lft_dsbl.png +0 -0
  1980. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_lft_dsbl.swf +0 -0
  1981. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_lft_dslct.png +0 -0
  1982. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_lft_dslct.swf +0 -0
  1983. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_lft_slct.png +0 -0
  1984. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_lft_slct.swf +0 -0
  1985. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_mid_drag.png +0 -0
  1986. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_mid_drag.swf +0 -0
  1987. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_mid_dsbl.png +0 -0
  1988. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_mid_dsbl.swf +0 -0
  1989. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_mid_dslct.png +0 -0
  1990. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_mid_dslct.swf +0 -0
  1991. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_mid_slct.png +0 -0
  1992. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_mid_slct.swf +0 -0
  1993. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_rt_drag.png +0 -0
  1994. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_rt_drag.swf +0 -0
  1995. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_rt_dsbl.png +0 -0
  1996. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_rt_dsbl.swf +0 -0
  1997. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_rt_dslct.png +0 -0
  1998. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_rt_dslct.swf +0 -0
  1999. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_rt_slct.png +0 -0
  2000. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_rt_slct.swf +0 -0
  2001. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/closebtn_dn.swf +0 -0
  2002. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/closebtn_dsbl.swf +0 -0
  2003. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/closebtn_mo.swf +0 -0
  2004. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/closebtn_up.swf +0 -0
  2005. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/gripper_dsbl.png +0 -0
  2006. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/gripper_dslct.png +0 -0
  2007. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/gripper_slct.png +0 -0
  2008. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_lft_dsbl.png +0 -0
  2009. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_lft_dsbl.swf +0 -0
  2010. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_lft_dslct.png +0 -0
  2011. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_lft_dslct.swf +0 -0
  2012. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_lft_slct.png +0 -0
  2013. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_lft_slct.swf +0 -0
  2014. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_mid_dsbl.png +0 -0
  2015. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_mid_dsbl.swf +0 -0
  2016. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_mid_dslct.png +0 -0
  2017. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_mid_dslct.swf +0 -0
  2018. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_mid_slct.png +0 -0
  2019. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_mid_slct.swf +0 -0
  2020. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_rt_drag.png +0 -0
  2021. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_rt_drag.swf +0 -0
  2022. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_rt_dsbl.png +0 -0
  2023. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_rt_dsbl.swf +0 -0
  2024. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_rt_dslct.png +0 -0
  2025. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_rt_dslct.swf +0 -0
  2026. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_rt_slct.png +0 -0
  2027. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_rt_slct.swf +0 -0
  2028. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/resizebtn_dn.swf +0 -0
  2029. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/resizebtn_dsbl.swf +0 -0
  2030. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/resizebtn_mo.swf +0 -0
  2031. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/resizebtn_up.swf +0 -0
  2032. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_lft_dsbl.png +0 -0
  2033. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_lft_dsbl.swf +0 -0
  2034. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_lft_dslct.png +0 -0
  2035. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_lft_dslct.swf +0 -0
  2036. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_lft_slct.png +0 -0
  2037. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_lft_slct.swf +0 -0
  2038. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_mid_dsbl.png +0 -0
  2039. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_mid_dsbl.swf +0 -0
  2040. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_mid_dslct.png +0 -0
  2041. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_mid_dslct.swf +0 -0
  2042. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_mid_slct.png +0 -0
  2043. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_mid_slct.swf +0 -0
  2044. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_rt_drag.png +0 -0
  2045. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_rt_drag.swf +0 -0
  2046. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_rt_dsbl.png +0 -0
  2047. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_rt_dsbl.swf +0 -0
  2048. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_rt_dslct.png +0 -0
  2049. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_rt_dslct.swf +0 -0
  2050. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_rt_slct.png +0 -0
  2051. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_rt_slct.swf +0 -0
  2052. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/scrollbar.lzx +211 -0
  2053. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/scrollbar_xresources.lzx +30 -0
  2054. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/scrollbar_yresources.lzx +30 -0
  2055. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/simpletext.lzx +114 -0
  2056. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/slider.lzx +98 -0
  2057. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/tabelement.lzx +185 -0
  2058. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/tabs.lzx +552 -0
  2059. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/tabslider.lzx +124 -0
  2060. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/textlistitem.lzx +85 -0
  2061. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/tooltip/resources/tooltip_pointer_dn.png +0 -0
  2062. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/tooltip/resources/tooltip_pointer_up.png +0 -0
  2063. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/tooltip/tooltip.lzx +75 -0
  2064. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/tooltip/tooltipview.lzx +203 -0
  2065. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/tree.lzx +238 -0
  2066. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/vscrollbar.lzx +147 -0
  2067. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/window.lzx +116 -0
  2068. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/windowpanel.lzx +332 -0
  2069. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lztest/lztestmanager.lzx +294 -0
  2070. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lztest/xmlequals.lzx +69 -0
  2071. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lzunit/library.lzx +12 -0
  2072. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lzunit/lzunit.lzx +1306 -0
  2073. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/mixins/boxmodel.lzx +92 -0
  2074. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/mixins/doctest-library.lzx +11 -0
  2075. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/mixins/library.lzx +11 -0
  2076. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/barchart.lzx +417 -0
  2077. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/library.lzx +15 -0
  2078. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/linechart.lzx +582 -0
  2079. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/piechart.lzx +211 -0
  2080. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/barchartbacking.lzx +476 -0
  2081. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/basechart.lzx +357 -0
  2082. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/basechartbacking.lzx +277 -0
  2083. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/chartzoomer.lzx +104 -0
  2084. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/databar.lzx +189 -0
  2085. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/dataseries.lzx +340 -0
  2086. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/label.lzx +295 -0
  2087. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/legend.lzx +543 -0
  2088. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/library.lzx +22 -0
  2089. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/linechartbacking.lzx +348 -0
  2090. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/piepiece.lzx +189 -0
  2091. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/wholepie.lzx +456 -0
  2092. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/ajax.lzx +299 -0
  2093. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/javarpc.lzx +448 -0
  2094. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/library/javarpc.js +218 -0
  2095. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/library/json.js +365 -0
  2096. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/library/namespace.js +147 -0
  2097. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/library/qname.js +388 -0
  2098. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/library/rpc.js +416 -0
  2099. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/library/soap.js +483 -0
  2100. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/library/xmlrpc.js +103 -0
  2101. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/library/xmlrpcdecoder.lzx +276 -0
  2102. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/library/xmlrpcmessage.js +208 -0
  2103. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/library.lzx +18 -0
  2104. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/rpc.lzx +801 -0
  2105. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/sessionrpc.lzx +256 -0
  2106. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/soap.lzx +409 -0
  2107. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/webapprpc.lzx +274 -0
  2108. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/xmlrpc.lzx +151 -0
  2109. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/4.1.x_compatibility.lzx +72 -0
  2110. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/command.lzx +134 -0
  2111. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/dataselectioninclude.lzx +11 -0
  2112. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/dataselectionmanager.lzx +184 -0
  2113. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/frametimer.lzx +39 -0
  2114. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/inittimer.lzx +22 -0
  2115. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/inspector/colormenu-test.lzx +15 -0
  2116. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/inspector/colormenu.lzx +71 -0
  2117. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/inspector/inspector-example.lzx +30 -0
  2118. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/inspector/inspector.lzx +249 -0
  2119. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/inspector/lz_description.xml +13 -0
  2120. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/inspector/lz_screenshot.jpg +0 -0
  2121. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/inspector/readme.txt +19 -0
  2122. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/library.lzx +11 -0
  2123. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/memorymonitor.lzx +94 -0
  2124. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/versioninfo.lzx +25 -0
  2125. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/alllayouts.lzx +9 -0
  2126. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/constantboundslayout.lzx +91 -0
  2127. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/constantlayout.lzx +64 -0
  2128. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/layout.lzx +449 -0
  2129. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/library.lzx +20 -0
  2130. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/resizelayout.lzx +212 -0
  2131. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/reverselayout.lzx +146 -0
  2132. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/simpleboundslayout.lzx +89 -0
  2133. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/simplelayout.lzx +147 -0
  2134. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/stableborderlayout.lzx +111 -0
  2135. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/wrappinglayout.lzx +162 -0
  2136. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/library.lzx +13 -0
  2137. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/performance/autoprofile.lzx +34 -0
  2138. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/performance/library.lzx +12 -0
  2139. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/performance/measure.lzx +222 -0
  2140. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/replicator/lazyreplicator.lzx +282 -0
  2141. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/replicator/library.lzx +9 -0
  2142. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/replicator/replicator.lzx +311 -0
  2143. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/selectionmanager.lzx +463 -0
  2144. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/states/dragstate.lzx +115 -0
  2145. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/states/library.lzx +14 -0
  2146. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/states/resizestate.lzx +47 -0
  2147. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/states/resizestatemin.lzx +52 -0
  2148. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/traits/cssable.lzx +51 -0
  2149. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ariosob.eot +0 -0
  2150. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ariosob.ttf +0 -0
  2151. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ariosor.eot +0 -0
  2152. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ariosor.ttf +0 -0
  2153. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/copyright.txt +124 -0
  2154. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/readme.txt +11 -0
  2155. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/releasenotes.txt +162 -0
  2156. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/vera.ttf +0 -0
  2157. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/verabd.ttf +0 -0
  2158. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/verabi.ttf +0 -0
  2159. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/verait.ttf +0 -0
  2160. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/veramobd.ttf +0 -0
  2161. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/veramobi.ttf +0 -0
  2162. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/veramoit.ttf +0 -0
  2163. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/veramono.ttf +0 -0
  2164. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/verase.ttf +0 -0
  2165. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/verasebd.ttf +0 -0
  2166. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-bold-expanded-s.eot +0 -0
  2167. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-bold-expanded-s.ttf +0 -0
  2168. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-bold-expanded.eot +0 -0
  2169. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-bold-expanded.ttf +0 -0
  2170. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-plain-expanded-s.eot +0 -0
  2171. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-plain-expanded-s.ttf +0 -0
  2172. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-plain-expanded.eot +0 -0
  2173. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-plain-expanded.ttf +0 -0
  2174. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-plain-regular-s.eot +0 -0
  2175. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-plain-regular-s.ttf +0 -0
  2176. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-plain-regular.eot +0 -0
  2177. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-plain-regular.ttf +0 -0
  2178. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-7-bold-regular-s.eot +0 -0
  2179. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-7-bold-regular-s.ttf +0 -0
  2180. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-7-bold-regular.eot +0 -0
  2181. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-7-bold-regular.ttf +0 -0
  2182. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-7-plain-regular-s.eot +0 -0
  2183. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-7-plain-regular-s.ttf +0 -0
  2184. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-7-plain-regular.eot +0 -0
  2185. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-7-plain-regular.ttf +0 -0
  2186. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/chevaraor.eot +0 -0
  2187. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/chevaraor.ttf +0 -0
  2188. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/chevarar.eot +0 -0
  2189. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/chevarar.ttf +0 -0
  2190. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/congab.eot +0 -0
  2191. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/congab.ttf +0 -0
  2192. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/congar.eot +0 -0
  2193. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/congar.ttf +0 -0
  2194. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/copy-8-bold-regular-s.eot +0 -0
  2195. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/copy-8-bold-regular-s.ttf +0 -0
  2196. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/copy-8-bold-regular.eot +0 -0
  2197. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/copy-8-bold-regular.ttf +0 -0
  2198. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/copy-8-plain-regular-s.eot +0 -0
  2199. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/copy-8-plain-regular-s.ttf +0 -0
  2200. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/copy-8-plain-regular.eot +0 -0
  2201. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/copy-8-plain-regular.ttf +0 -0
  2202. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-17-bold-condensed-s.eot +0 -0
  2203. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-17-bold-condensed-s.ttf +0 -0
  2204. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-17-bold-condensed.eot +0 -0
  2205. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-17-bold-condensed.ttf +0 -0
  2206. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-8-bold-condensed-s.eot +0 -0
  2207. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-8-bold-condensed-s.ttf +0 -0
  2208. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-8-bold-condensed.eot +0 -0
  2209. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-8-bold-condensed.ttf +0 -0
  2210. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-8-bold-regular-s.eot +0 -0
  2211. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-8-bold-regular-s.ttf +0 -0
  2212. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-8-bold-regular.eot +0 -0
  2213. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-8-bold-regular.ttf +0 -0
  2214. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetb.eot +0 -0
  2215. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetb.ttf +0 -0
  2216. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetbi.eot +0 -0
  2217. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetbi.ttf +0 -0
  2218. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetcb.eot +0 -0
  2219. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetcb.ttf +0 -0
  2220. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetcbi.eot +0 -0
  2221. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetcbi.ttf +0 -0
  2222. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetci.eot +0 -0
  2223. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetci.ttf +0 -0
  2224. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetcr.eot +0 -0
  2225. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetcr.ttf +0 -0
  2226. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmeti.eot +0 -0
  2227. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmeti.ttf +0 -0
  2228. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetr.eot +0 -0
  2229. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetr.ttf +0 -0
  2230. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-4-bold-regular-s.eot +0 -0
  2231. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-4-bold-regular-s.ttf +0 -0
  2232. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-4-bold-regular.eot +0 -0
  2233. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-4-bold-regular.ttf +0 -0
  2234. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-4-plain-regular-s.eot +0 -0
  2235. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-4-plain-regular-s.ttf +0 -0
  2236. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-4-plain-regular.eot +0 -0
  2237. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-4-plain-regular.ttf +0 -0
  2238. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-bold-expanded-s.eot +0 -0
  2239. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-bold-expanded-s.ttf +0 -0
  2240. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-bold-expanded.eot +0 -0
  2241. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-bold-expanded.ttf +0 -0
  2242. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-bold-regular-s.eot +0 -0
  2243. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-bold-regular-s.ttf +0 -0
  2244. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-bold-regular.eot +0 -0
  2245. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-bold-regular.ttf +0 -0
  2246. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-condensed-s.eot +0 -0
  2247. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-condensed-s.ttf +0 -0
  2248. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-condensed.eot +0 -0
  2249. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-condensed.ttf +0 -0
  2250. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-expanded-s.eot +0 -0
  2251. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-expanded-s.ttf +0 -0
  2252. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-expanded.eot +0 -0
  2253. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-expanded.ttf +0 -0
  2254. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-regular-s.eot +0 -0
  2255. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-regular-s.ttf +0 -0
  2256. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-regular.eot +0 -0
  2257. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-regular.ttf +0 -0
  2258. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-6-plain-regular-s.eot +0 -0
  2259. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-6-plain-regular-s.ttf +0 -0
  2260. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-6-plain-regular.eot +0 -0
  2261. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-6-plain-regular.ttf +0 -0
  2262. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/italic-8-plain-regular-s.eot +0 -0
  2263. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/italic-8-plain-regular-s.ttf +0 -0
  2264. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/italic-8-plain-regular.eot +0 -0
  2265. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/italic-8-plain-regular.ttf +0 -0
  2266. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-4-bold-regular-s.eot +0 -0
  2267. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-4-bold-regular-s.ttf +0 -0
  2268. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-4-bold-regular.eot +0 -0
  2269. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-4-bold-regular.ttf +0 -0
  2270. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-4-plain-regular-s.eot +0 -0
  2271. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-4-plain-regular-s.ttf +0 -0
  2272. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-4-plain-regular.eot +0 -0
  2273. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-4-plain-regular.ttf +0 -0
  2274. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-bold-expanded-s.eot +0 -0
  2275. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-bold-expanded-s.ttf +0 -0
  2276. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-bold-expanded.eot +0 -0
  2277. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-bold-expanded.ttf +0 -0
  2278. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-bold-regular-s.eot +0 -0
  2279. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-bold-regular-s.ttf +0 -0
  2280. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-bold-regular.eot +0 -0
  2281. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-bold-regular.ttf +0 -0
  2282. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-condensed-s.eot +0 -0
  2283. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-condensed-s.ttf +0 -0
  2284. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-condensed.eot +0 -0
  2285. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-condensed.ttf +0 -0
  2286. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-expanded-s.eot +0 -0
  2287. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-expanded-s.ttf +0 -0
  2288. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-expanded.eot +0 -0
  2289. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-expanded.ttf +0 -0
  2290. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-regular-s.eot +0 -0
  2291. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-regular-s.ttf +0 -0
  2292. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-regular.eot +0 -0
  2293. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-regular.ttf +0 -0
  2294. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-6-plain-regular-s.eot +0 -0
  2295. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-6-plain-regular-s.ttf +0 -0
  2296. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-6-plain-regular.eot +0 -0
  2297. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-6-plain-regular.ttf +0 -0
  2298. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsans8.eot +0 -0
  2299. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsans8.ttf +0 -0
  2300. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsans8b.eot +0 -0
  2301. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsans8b.ttf +0 -0
  2302. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsans8i.eot +0 -0
  2303. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsans8i.ttf +0 -0
  2304. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsansplus8.eot +0 -0
  2305. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsansplus8.ttf +0 -0
  2306. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsansplus8b.eot +0 -0
  2307. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsansplus8b.ttf +0 -0
  2308. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsansplus8i.eot +0 -0
  2309. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsansplus8i.ttf +0 -0
  2310. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoe8.eot +0 -0
  2311. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoe8.ttf +0 -0
  2312. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoe8b.eot +0 -0
  2313. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoe8b.ttf +0 -0
  2314. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoe8i.eot +0 -0
  2315. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoe8i.ttf +0 -0
  2316. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoeplus8.eot +0 -0
  2317. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoeplus8.ttf +0 -0
  2318. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoeplus8b.eot +0 -0
  2319. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoeplus8b.ttf +0 -0
  2320. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoeplus8i.eot +0 -0
  2321. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoeplus8i.ttf +0 -0
  2322. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/mono-7-bold-regular-s.eot +0 -0
  2323. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/mono-7-bold-regular-s.ttf +0 -0
  2324. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/mono-7-bold-regular.eot +0 -0
  2325. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/mono-7-bold-regular.ttf +0 -0
  2326. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/mono-7-plain-regular-s.eot +0 -0
  2327. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/mono-7-plain-regular-s.ttf +0 -0
  2328. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/mono-7-plain-regular.eot +0 -0
  2329. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/mono-7-plain-regular.ttf +0 -0
  2330. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/stan0751.eot +0 -0
  2331. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/stan0751.ttf +0 -0
  2332. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/stan0752.eot +0 -0
  2333. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/stan0752.ttf +0 -0
  2334. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-bold-expanded-s.eot +0 -0
  2335. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-bold-expanded-s.ttf +0 -0
  2336. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-bold-expanded.eot +0 -0
  2337. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-bold-expanded.ttf +0 -0
  2338. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-bold-regular-s.eot +0 -0
  2339. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-bold-regular-s.ttf +0 -0
  2340. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-bold-regular.eot +0 -0
  2341. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-bold-regular.ttf +0 -0
  2342. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-condensed-s.eot +0 -0
  2343. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-condensed-s.ttf +0 -0
  2344. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-condensed.eot +0 -0
  2345. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-condensed.ttf +0 -0
  2346. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-expanded-s.eot +0 -0
  2347. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-expanded-s.ttf +0 -0
  2348. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-expanded.eot +0 -0
  2349. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-expanded.ttf +0 -0
  2350. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-regular-s.eot +0 -0
  2351. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-regular-s.ttf +0 -0
  2352. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-regular.eot +0 -0
  2353. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-regular.ttf +0 -0
  2354. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-9-bold-regular-s.eot +0 -0
  2355. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-9-bold-regular-s.ttf +0 -0
  2356. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-9-bold-regular.eot +0 -0
  2357. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-9-bold-regular.ttf +0 -0
  2358. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-9-plain-regular-s.eot +0 -0
  2359. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-9-plain-regular-s.ttf +0 -0
  2360. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-9-plain-regular.eot +0 -0
  2361. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-9-plain-regular.ttf +0 -0
  2362. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/timmonsb.eot +0 -0
  2363. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/timmonsb.ttf +0 -0
  2364. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/timmonsbi.eot +0 -0
  2365. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/timmonsbi.ttf +0 -0
  2366. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/timmonsi.eot +0 -0
  2367. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/timmonsi.ttf +0 -0
  2368. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/timmonsr.eot +0 -0
  2369. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/timmonsr.ttf +0 -0
  2370. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/uni-5-plain-expanded-s.eot +0 -0
  2371. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/uni-5-plain-expanded-s.ttf +0 -0
  2372. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/uni-5-plain-expanded.eot +0 -0
  2373. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/uni-5-plain-expanded.ttf +0 -0
  2374. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/readme.txt +25 -0
  2375. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verity11.ttf +0 -0
  2376. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verity11bold.ttf +0 -0
  2377. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verity11bolditalic.ttf +0 -0
  2378. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verity11italic.ttf +0 -0
  2379. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verity9.ttf +0 -0
  2380. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verity9bold.ttf +0 -0
  2381. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verity9bolditalic.ttf +0 -0
  2382. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verity9italic.ttf +0 -0
  2383. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verityplus11.ttf +0 -0
  2384. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verityplus11bold.ttf +0 -0
  2385. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verityplus11bolditalic.ttf +0 -0
  2386. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verityplus11italic.ttf +0 -0
  2387. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verityplus9.ttf +0 -0
  2388. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verityplus9bold.ttf +0 -0
  2389. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verityplus9bolditalic.ttf +0 -0
  2390. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verityplus9italic.ttf +0 -0
  2391. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/OpenLaszlo-Debugger.gif +0 -0
  2392. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/autoPng/h.png +0 -0
  2393. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/blank.gif +0 -0
  2394. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/console.css +62 -0
  2395. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/embed-compressed.js +486 -0
  2396. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/excanvas.js +195 -0
  2397. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/explore.css +151 -0
  2398. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/flash.js +238 -0
  2399. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/iframemanager.js +439 -0
  2400. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/iframestub.js +308 -0
  2401. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/json2.js +74 -0
  2402. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/laszlo-debugger.css +61 -0
  2403. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/laszlo-debugger.html +25 -0
  2404. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFC10-backtrace.swc +0 -0
  2405. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFC10-debug.swc +0 -0
  2406. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFC10.swc +0 -0
  2407. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFC8-backtrace.lzl +0 -0
  2408. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFC8-debug.lzl +0 -0
  2409. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFC8-profile.lzl +0 -0
  2410. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFC8.lzl +0 -0
  2411. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFCdhtml-backtrace.js +57948 -0
  2412. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFCdhtml-debug.js +25288 -0
  2413. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFCdhtml-profile.js +58232 -0
  2414. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFCdhtml.js +9294 -0
  2415. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/defaultpreloader.swf +0 -0
  2416. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/lzpreloader.lzl +0 -0
  2417. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/logo.gif +0 -0
  2418. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/logo_web_sm.gif +0 -0
  2419. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/pmrpc.js +219 -0
  2420. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/rtemanager.js +404 -0
  2421. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/rtewrapper.html +26 -0
  2422. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/script.js +47 -0
  2423. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/spinner.gif +0 -0
  2424. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/styles.css +423 -0
  2425. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/utils.js +30 -0
  2426. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/autoPng/server_stopped.png +0 -0
  2427. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/autoPng/startup-solo.lzx.png +0 -0
  2428. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/autoPng/startup0001.png +0 -0
  2429. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/autoPng/startup0002.png +0 -0
  2430. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/autoPng/startup_error.png +0 -0
  2431. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/autoPng/startup_launching.png +0 -0
  2432. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/jum/jum_debug.lzx +208 -0
  2433. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/launch.var +1 -0
  2434. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/rhino.js +98 -0
  2435. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/server_stopped.swf +0 -0
  2436. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/shutdown.jsp +85 -0
  2437. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/startup-solo.lzx +96 -0
  2438. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/startup-solo.lzx.swf +0 -0
  2439. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/startup-static.html +42 -0
  2440. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/startup.html +27 -0
  2441. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/startup.swf +0 -0
  2442. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/startup.var +4 -0
  2443. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/startup_error.html +22 -0
  2444. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/startup_error.swf +0 -0
  2445. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/startup_launching.png +0 -0
  2446. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/startup_launching.swf +0 -0
  2447. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/test.lzx +6 -0
  2448. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/traits/cssable.lzx +33 -0
  2449. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/viewer/index.html +52 -0
  2450. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/viewer/methods-only.css +17 -0
  2451. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/viewer/no-methods.css +10 -0
  2452. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/viewer/styles.css +21 -0
  2453. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/viewer/viewer.jsp +183 -0
  2454. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/viewer/viewer.xsl +277 -0
  2455. data/src/lps-4.9.0/Server/lps-4.9.0/release-notes.html +247 -0
  2456. data/src/lps-4.9.0/Server/lps-4.9.0/tools/autopng/applescripts/LegalsIterateSWF +154 -0
  2457. data/src/lps-4.9.0/Server/lps-4.9.0/tools/autopng/jsflscript/convert2png1file.jsfl +134 -0
  2458. data/src/lps-4.9.0/Server/lps-4.9.0/tools/autopng/jsflscript/convert2pngAuto.jsfl +134 -0
  2459. data/src/lps-4.9.0/Server/lps-4.9.0/tools/autopng/jsflscript/swfToPngConvertAs.jsfl +142 -0
  2460. data/src/lps-4.9.0/Server/lps-4.9.0/tools/index.html +49 -0
  2461. data/src/lps-4.9.0/Server/lps-4.9.0/tools/lzx+libraries-nons.rnc +1357 -0
  2462. data/src/lps-4.9.0/Server/lps-4.9.0/tools/lzx+libraries.rnc +1357 -0
  2463. data/src/lps-4.9.0/Server/lps-4.9.0/tools/lzx.el +92 -0
  2464. data/src/lps-4.9.0/Server/lps-4.9.0/tools/lzx.rnc +1035 -0
  2465. data/src/lps-4.9.0/Server/lps-4.9.0/tools/lzx.rng +2357 -0
  2466. data/src/lps-4.9.0/Server/lps-4.9.0/tools/lzx.vim +110 -0
  2467. data/src/lps-4.9.0/Server/lps-4.9.0/tools/lzx.xsd +1465 -0
  2468. data/src/lps-4.9.0/Server/lps-4.9.0/tools/nxml-schemas.xml +10 -0
  2469. data/src/lps-4.9.0/Server/misc/logo.gif +0 -0
  2470. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/classes/log4j.properties +9 -0
  2471. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/endorsed/xalan.jar +0 -0
  2472. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/endorsed/xercesImpl.jar +0 -0
  2473. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/endorsed/xmlParserAPIs.jar +0 -0
  2474. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/ant.jar +0 -0
  2475. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/commons-collections.jar +0 -0
  2476. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/commons-dbcp-1.1.jar +0 -0
  2477. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/commons-el.jar +0 -0
  2478. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/commons-logging.jar +0 -0
  2479. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/commons-pool-1.1.jar +0 -0
  2480. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/jasper-compiler.jar +0 -0
  2481. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/jasper-runtime.jar +0 -0
  2482. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/jsp-api.jar +0 -0
  2483. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/log4j-1.2.6.jar +0 -0
  2484. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/naming-common.jar +0 -0
  2485. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/naming-factory.jar +0 -0
  2486. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/naming-java.jar +0 -0
  2487. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/naming-resources.jar +0 -0
  2488. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/servlet-api.jar +0 -0
  2489. data/src/lps-4.9.0/Server/tomcat-5.0.24/conf/LPS/localhost/lps.xml +7 -0
  2490. data/src/lps-4.9.0/Server/tomcat-5.0.24/conf/LPS/localhost/manager.xml +17 -0
  2491. data/src/lps-4.9.0/Server/tomcat-5.0.24/conf/catalina.policy +162 -0
  2492. data/src/lps-4.9.0/Server/tomcat-5.0.24/conf/catalina.properties +55 -0
  2493. data/src/lps-4.9.0/Server/tomcat-5.0.24/conf/server.xml +34 -0
  2494. data/src/lps-4.9.0/Server/tomcat-5.0.24/conf/tomcat-users.xml +5 -0
  2495. data/src/lps-4.9.0/Server/tomcat-5.0.24/conf/web.xml +952 -0
  2496. data/src/lps-4.9.0/Server/tomcat-5.0.24/images/jakarta-logo.gif +0 -0
  2497. data/src/lps-4.9.0/Server/tomcat-5.0.24/images/tomcat.gif +0 -0
  2498. data/src/lps-4.9.0/Server/tomcat-5.0.24/webapps/ROOT/WEB-INF/web.xml +14 -0
  2499. data/src/lps-4.9.0/Server/tomcat-5.0.24/webapps/ROOT/crossdomain.xml +35 -0
  2500. data/src/lps-4.9.0/Server/tomcat-5.0.24/webapps/ROOT/index.html +66 -0
  2501. data/src/lps-4.9.0/Server/tomcat-5.0.24/webapps/ROOT/jakarta-banner.gif +0 -0
  2502. data/src/lps-4.9.0/Server/tomcat-5.0.24/webapps/ROOT/tomcat-power.gif +0 -0
  2503. data/src/lps-4.9.0/Server/tomcat-5.0.24/webapps/ROOT/tomcat.gif +0 -0
  2504. data/src/lps-4.9.0/Start OpenLaszlo Server.command +9 -0
  2505. data/src/lps-4.9.0/Stop OpenLaszlo Server.command +8 -0
  2506. data/src/lps-4.9.0/release-notes.html +247 -0
  2507. metadata +2572 -0
@@ -0,0 +1,1465 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ File: laszlo.rnc
4
+
5
+ lzx.rnc is in the RELAXNG Compact syntax:
6
+ http://www.thaiopensource.com/relaxng/compact/syntax.html
7
+
8
+ lzx.rng is a RELAXNG schema:
9
+ http://www.oasis-open.org/committees/relax-ng/
10
+
11
+ Note: This is the master schema. lzx.dtd, lzx.rng, lzx.xsd, and lzxdoc.rng
12
+ are all generated from this file.
13
+ -->
14
+ <!--
15
+ * P_LZ_COPYRIGHT_BEGIN ******************************************************
16
+ * Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved. *
17
+ * Use is subject to license terms. *
18
+ * P_LZ_COPYRIGHT_END ********************************************************
19
+ -->
20
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.laszlosystems.com/2003/05/lzx" xmlns:lzx="http://www.laszlosystems.com/2003/05/lzx">
21
+ <!-- Literals -->
22
+ <xs:simpleType name="booleanLiteral">
23
+ <xs:restriction base="xs:boolean"/>
24
+ </xs:simpleType>
25
+ <xs:simpleType name="colorLiteral">
26
+ <xs:restriction base="xs:string"/>
27
+ </xs:simpleType>
28
+ <xs:simpleType name="numberLiteral">
29
+ <xs:restriction base="xs:double"/>
30
+ </xs:simpleType>
31
+ <xs:simpleType name="sizeLiteral">
32
+ <xs:restriction base="xs:double">
33
+ <xs:minInclusive value="0"/>
34
+ </xs:restriction>
35
+ </xs:simpleType>
36
+ <xs:simpleType name="inheritableBooleanLiteral">
37
+ <xs:union memberTypes="lzx:booleanLiteral">
38
+ <xs:simpleType>
39
+ <xs:restriction base="xs:token">
40
+ <xs:enumeration value="inherit"/>
41
+ </xs:restriction>
42
+ </xs:simpleType>
43
+ </xs:union>
44
+ </xs:simpleType>
45
+ <xs:simpleType name="constraint">
46
+ <xs:restriction base="xs:string">
47
+ <xs:pattern value="$(style|path|immediately|once|always)?\{.*\}"/>
48
+ </xs:restriction>
49
+ </xs:simpleType>
50
+ <!-- Attribute value types -->
51
+ <xs:simpleType name="boolean">
52
+ <xs:union memberTypes="lzx:booleanLiteral lzx:constraint"/>
53
+ </xs:simpleType>
54
+ <xs:simpleType name="booleanOrNull">
55
+ <xs:union memberTypes="lzx:boolean">
56
+ <xs:simpleType>
57
+ <xs:restriction base="xs:token">
58
+ <xs:enumeration value="null"/>
59
+ </xs:restriction>
60
+ </xs:simpleType>
61
+ </xs:union>
62
+ </xs:simpleType>
63
+ <xs:simpleType name="color">
64
+ <xs:union memberTypes="lzx:colorLiteral lzx:constraint"/>
65
+ </xs:simpleType>
66
+ <xs:simpleType name="script">
67
+ <xs:restriction base="xs:string"/>
68
+ </xs:simpleType>
69
+ <xs:simpleType name="expression">
70
+ <xs:restriction base="xs:string"/>
71
+ </xs:simpleType>
72
+ <xs:simpleType name="reference">
73
+ <xs:restriction base="xs:string"/>
74
+ </xs:simpleType>
75
+ <xs:simpleType name="number">
76
+ <xs:union memberTypes="lzx:numberLiteral lzx:constraint"/>
77
+ </xs:simpleType>
78
+ <xs:simpleType name="size">
79
+ <xs:union memberTypes="lzx:sizeLiteral lzx:constraint"/>
80
+ </xs:simpleType>
81
+ <xs:simpleType name="numberExpression">
82
+ <xs:restriction base="xs:string"/>
83
+ </xs:simpleType>
84
+ <xs:simpleType name="sizeExpression">
85
+ <xs:restriction base="xs:string"/>
86
+ </xs:simpleType>
87
+ <xs:simpleType name="css">
88
+ <xs:restriction base="xs:string"/>
89
+ </xs:simpleType>
90
+ <xs:simpleType name="opacity">
91
+ <xs:union memberTypes="lzx:constraint">
92
+ <xs:simpleType>
93
+ <xs:restriction base="xs:double">
94
+ <xs:minInclusive value="0.0"/>
95
+ <xs:maxInclusive value="1.0"/>
96
+ </xs:restriction>
97
+ </xs:simpleType>
98
+ </xs:union>
99
+ </xs:simpleType>
100
+ <xs:simpleType name="percentage">
101
+ <xs:restriction base="xs:string">
102
+ <xs:pattern value="(\d+(.\d?)|.\d+)%"/>
103
+ </xs:restriction>
104
+ </xs:simpleType>
105
+ <!-- Grammar -->
106
+ <xs:element name="canvas">
107
+ <xs:complexType>
108
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
109
+ <xs:element ref="lzx:connection"/>
110
+ <xs:element ref="lzx:splash"/>
111
+ <xs:group ref="lzx:datapathChildren"/>
112
+ <xs:group ref="lzx:toplevelElements"/>
113
+ </xs:choice>
114
+ <xs:attribute name="id" type="xs:ID"/>
115
+ <xs:attribute name="oninit" type="lzx:script"/>
116
+ <xs:attribute name="width" default="500">
117
+ <xs:annotation>
118
+ <xs:documentation>The width of the canvas.</xs:documentation>
119
+ </xs:annotation>
120
+ <xs:simpleType>
121
+ <xs:union memberTypes="lzx:sizeLiteral lzx:percentage"/>
122
+ </xs:simpleType>
123
+ </xs:attribute>
124
+ <xs:attribute name="height" default="400">
125
+ <xs:annotation>
126
+ <xs:documentation>The height of the canvas.</xs:documentation>
127
+ </xs:annotation>
128
+ <xs:simpleType>
129
+ <xs:union memberTypes="lzx:sizeLiteral lzx:percentage"/>
130
+ </xs:simpleType>
131
+ </xs:attribute>
132
+ <xs:attribute name="bgcolor" default="white" type="lzx:colorLiteral">
133
+ <xs:annotation>
134
+ <xs:documentation>The background color of the canvas.</xs:documentation>
135
+ </xs:annotation>
136
+ </xs:attribute>
137
+ <xs:attribute name="title" default="OpenLaszlo Application" type="xs:string">
138
+ <xs:annotation>
139
+ <xs:documentation>The string that is used in the browser window.</xs:documentation>
140
+ </xs:annotation>
141
+ </xs:attribute>
142
+ <xs:attribute name="font" default="lztahoe8" type="xs:string">
143
+ <xs:annotation>
144
+ <xs:documentation>The default font for views in this application.</xs:documentation>
145
+ </xs:annotation>
146
+ </xs:attribute>
147
+ <xs:attribute name="fontsize" default="8" type="lzx:size">
148
+ <xs:annotation>
149
+ <xs:documentation>The default size for views in this application.</xs:documentation>
150
+ </xs:annotation>
151
+ </xs:attribute>
152
+ <xs:attribute name="fontstyle" default="">
153
+ <xs:simpleType>
154
+ <xs:restriction base="xs:token">
155
+ <xs:enumeration value="bold"/>
156
+ <xs:enumeration value="italic"/>
157
+ <xs:enumeration value="bold italic"/>
158
+ <xs:enumeration value="plain"/>
159
+ <xs:enumeration value=""/>
160
+ </xs:restriction>
161
+ </xs:simpleType>
162
+ </xs:attribute>
163
+ <xs:attribute name="layout" type="lzx:css"/>
164
+ <xs:attribute name="validate" default="true" type="lzx:booleanLiteral">
165
+ <xs:annotation>
166
+ <xs:documentation>If false, disables validation against the schema during compilation</xs:documentation>
167
+ </xs:annotation>
168
+ </xs:attribute>
169
+ <xs:attribute name="proxied" default="inherit" type="lzx:inheritableBooleanLiteral"/>
170
+ <xs:attribute name="debug" default="false" type="lzx:booleanLiteral"/>
171
+ <xs:attribute name="backtrace" default="false" type="lzx:booleanLiteral"/>
172
+ <xs:attribute name="maxtextwidth" type="lzx:sizeLiteral"/>
173
+ <xs:attribute name="maxtextheight" type="lzx:sizeLiteral"/>
174
+ <xs:attribute name="dataloadtimeout" type="lzx:numberExpression"/>
175
+ <xs:attribute name="medialoadtimeout" type="lzx:numberExpression"/>
176
+ <xs:attribute name="libraries" default="" type="xs:string">
177
+ <xs:annotation>
178
+ <xs:documentation>A list of names for libraries that are included in the application.</xs:documentation>
179
+ </xs:annotation>
180
+ </xs:attribute>
181
+ <xs:attribute name="embedfonts" default="true" type="lzx:booleanLiteral"/>
182
+ <xs:attribute name="version" default="1.1" type="xs:string"/>
183
+ <xs:attribute name="accessible" default="false" type="lzx:booleanLiteral"/>
184
+ </xs:complexType>
185
+ </xs:element>
186
+ <xs:element name="library">
187
+ <xs:complexType>
188
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
189
+ <xs:group ref="lzx:toplevelElements"/>
190
+ <xs:element ref="lzx:datapointer"/>
191
+ </xs:choice>
192
+ <xs:attribute name="href" type="xs:anyURI"/>
193
+ <xs:attribute name="includes" type="xs:string"/>
194
+ <xs:attribute name="proxied" default="inherit">
195
+ <xs:simpleType>
196
+ <xs:union memberTypes="lzx:booleanLiteral">
197
+ <xs:simpleType>
198
+ <xs:restriction base="xs:token">
199
+ <xs:enumeration value="inherit"/>
200
+ </xs:restriction>
201
+ </xs:simpleType>
202
+ </xs:union>
203
+ </xs:simpleType>
204
+ </xs:attribute>
205
+ <xs:attribute name="validate" default="true" type="lzx:booleanLiteral"/>
206
+ </xs:complexType>
207
+ </xs:element>
208
+ <xs:group name="toplevelElements">
209
+ <xs:sequence>
210
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
211
+ <xs:choice>
212
+ <xs:element ref="lzx:viewElement"/>
213
+ <xs:element ref="lzx:script"/>
214
+ <xs:element ref="lzx:stylesheet"/>
215
+ <xs:element ref="lzx:asset"/>
216
+ <xs:group ref="lzx:font"/>
217
+ </xs:choice>
218
+ <xs:element ref="lzx:datarequest"/>
219
+ <xs:element ref="lzx:datasource"/>
220
+ <xs:element ref="lzx:connectiondatasource"/>
221
+ <xs:element ref="lzx:dataset"/>
222
+ <xs:element ref="lzx:debug"/>
223
+ <xs:element ref="lzx:command"/>
224
+ <xs:group ref="lzx:objectElements"/>
225
+ <xs:element ref="lzx:class"/>
226
+ <xs:element ref="lzx:interface"/>
227
+ <xs:element ref="lzx:trait"/>
228
+ <xs:element ref="lzx:include"/>
229
+ <xs:element ref="lzx:import"/>
230
+ <xs:element ref="lzx:library"/>
231
+ <xs:element ref="lzx:layout"/>
232
+ <xs:element ref="lzx:security"/>
233
+ <xs:element ref="lzx:switch"/>
234
+ </xs:choice>
235
+ </xs:sequence>
236
+ </xs:group>
237
+ <xs:element name="debug">
238
+ <xs:complexType>
239
+ <xs:attributeGroup ref="lzx:viewAttributes"/>
240
+ <xs:attribute name="showInternalProperties" type="lzx:boolean"/>
241
+ </xs:complexType>
242
+ </xs:element>
243
+ <xs:element name="include">
244
+ <xs:complexType>
245
+ <xs:attribute name="href" use="required" type="xs:anyURI"/>
246
+ <xs:attribute name="type" default="xml">
247
+ <xs:simpleType>
248
+ <xs:restriction base="xs:token">
249
+ <xs:enumeration value="text"/>
250
+ <xs:enumeration value="xml"/>
251
+ </xs:restriction>
252
+ </xs:simpleType>
253
+ </xs:attribute>
254
+ </xs:complexType>
255
+ </xs:element>
256
+ <xs:element name="switch">
257
+ <xs:complexType>
258
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
259
+ <xs:element ref="lzx:when"/>
260
+ <xs:element ref="lzx:otherwise"/>
261
+ </xs:choice>
262
+ </xs:complexType>
263
+ </xs:element>
264
+ <xs:element name="when">
265
+ <xs:complexType>
266
+ <xs:group ref="lzx:toplevelElements"/>
267
+ <xs:attribute name="runtime" type="xs:string"/>
268
+ </xs:complexType>
269
+ </xs:element>
270
+ <xs:element name="otherwise">
271
+ <xs:complexType>
272
+ <xs:group ref="lzx:toplevelElements"/>
273
+ </xs:complexType>
274
+ </xs:element>
275
+ <!--
276
+
277
+ Attributes
278
+
279
+ -->
280
+ <xs:attributeGroup name="idAttribute">
281
+ <xs:attribute name="id" use="required" type="xs:ID"/>
282
+ </xs:attributeGroup>
283
+ <xs:attributeGroup name="srcAttribute">
284
+ <xs:attribute name="src" use="required" type="xs:anyURI">
285
+ <xs:annotation>
286
+ <xs:documentation>The path of a file that contains the source for this object.</xs:documentation>
287
+ </xs:annotation>
288
+ </xs:attribute>
289
+ </xs:attributeGroup>
290
+ <xs:attributeGroup name="nameAttribute">
291
+ <xs:attribute name="name" use="required" type="xs:token"/>
292
+ </xs:attributeGroup>
293
+ <xs:attributeGroup name="oninitAttribute">
294
+ <xs:attribute name="oninit" use="required" type="lzx:script"/>
295
+ </xs:attributeGroup>
296
+ <xs:attributeGroup name="initstageAttribute">
297
+ <xs:attribute name="initstage" use="required">
298
+ <xs:simpleType>
299
+ <xs:restriction base="xs:token">
300
+ <xs:enumeration value="early"/>
301
+ <xs:enumeration value="normal"/>
302
+ <xs:enumeration value="late"/>
303
+ <xs:enumeration value="immediate"/>
304
+ <xs:enumeration value="defer"/>
305
+ </xs:restriction>
306
+ </xs:simpleType>
307
+ </xs:attribute>
308
+ </xs:attributeGroup>
309
+ <xs:attributeGroup name="datapathAttribute">
310
+ <xs:attribute name="datapath" use="required" type="xs:string"/>
311
+ </xs:attributeGroup>
312
+ <xs:attributeGroup name="placementAttribute">
313
+ <xs:attribute name="placement" use="required" type="xs:string"/>
314
+ </xs:attributeGroup>
315
+ <xs:attributeGroup name="classAttribute">
316
+ <xs:attribute name="class" use="required" type="xs:token">
317
+ <xs:annotation>
318
+ <xs:documentation>The CSS class of a node</xs:documentation>
319
+ </xs:annotation>
320
+ </xs:attribute>
321
+ </xs:attributeGroup>
322
+ <xs:attributeGroup name="ignoreplacementAttribute">
323
+ <xs:attribute name="ignoreplacement" use="required" type="lzx:boolean"/>
324
+ </xs:attributeGroup>
325
+ <xs:attributeGroup name="objectAttributes">
326
+ <xs:attribute name="id" type="xs:ID"/>
327
+ <xs:attribute name="name" type="xs:token"/>
328
+ <xs:attribute name="class" type="xs:token">
329
+ <xs:annotation>
330
+ <xs:documentation>The CSS class of a node</xs:documentation>
331
+ </xs:annotation>
332
+ </xs:attribute>
333
+ <xs:attribute name="oninit" type="lzx:script"/>
334
+ <xs:attribute name="datapath" type="xs:string"/>
335
+ <xs:attribute name="placement" type="xs:string"/>
336
+ <xs:attribute name="ignoreplacement" type="lzx:boolean"/>
337
+ <xs:attribute name="initstage">
338
+ <xs:simpleType>
339
+ <xs:restriction base="xs:token">
340
+ <xs:enumeration value="early"/>
341
+ <xs:enumeration value="normal"/>
342
+ <xs:enumeration value="late"/>
343
+ <xs:enumeration value="immediate"/>
344
+ <xs:enumeration value="defer"/>
345
+ </xs:restriction>
346
+ </xs:simpleType>
347
+ </xs:attribute>
348
+ </xs:attributeGroup>
349
+ <xs:attributeGroup name="viewAttributes">
350
+ <xs:attributeGroup ref="lzx:nodeAttributes"/>
351
+ <xs:attribute name="opacity" default="1.0" type="lzx:opacity"/>
352
+ <xs:attribute name="bgcolor" type="lzx:color"/>
353
+ <xs:attribute name="cursor" type="xs:token"/>
354
+ <xs:attribute name="clickable" type="lzx:boolean"/>
355
+ <xs:attribute name="clickregion" type="xs:string"/>
356
+ <xs:attribute name="focustrap" type="lzx:boolean"/>
357
+ <xs:attribute name="focusable" type="lzx:boolean"/>
358
+ <xs:attribute name="frame" default="0" type="lzx:numberExpression"/>
359
+ <xs:attribute name="fgcolor" type="lzx:color"/>
360
+ <xs:attribute name="font" type="xs:string"/>
361
+ <xs:attribute name="fontstyle" type="xs:string"/>
362
+ <xs:attribute name="fontsize" type="lzx:size"/>
363
+ <xs:attribute name="resource" type="xs:string"/>
364
+ <xs:attribute name="source" type="lzx:expression"/>
365
+ <xs:attribute name="clip" default="false" type="lzx:boolean"/>
366
+ <xs:attribute name="align" default="left">
367
+ <xs:simpleType>
368
+ <xs:union memberTypes="lzx:constraint">
369
+ <xs:simpleType>
370
+ <xs:restriction base="xs:token">
371
+ <xs:enumeration value="left"/>
372
+ </xs:restriction>
373
+ </xs:simpleType>
374
+ <xs:simpleType>
375
+ <xs:restriction base="xs:token">
376
+ <xs:enumeration value="center"/>
377
+ </xs:restriction>
378
+ </xs:simpleType>
379
+ <xs:simpleType>
380
+ <xs:restriction base="xs:token">
381
+ <xs:enumeration value="right"/>
382
+ </xs:restriction>
383
+ </xs:simpleType>
384
+ </xs:union>
385
+ </xs:simpleType>
386
+ </xs:attribute>
387
+ <xs:attribute name="valign" default="top">
388
+ <xs:simpleType>
389
+ <xs:union memberTypes="lzx:constraint">
390
+ <xs:simpleType>
391
+ <xs:restriction base="xs:token">
392
+ <xs:enumeration value="top"/>
393
+ </xs:restriction>
394
+ </xs:simpleType>
395
+ <xs:simpleType>
396
+ <xs:restriction base="xs:token">
397
+ <xs:enumeration value="middle"/>
398
+ </xs:restriction>
399
+ </xs:simpleType>
400
+ <xs:simpleType>
401
+ <xs:restriction base="xs:token">
402
+ <xs:enumeration value="bottom"/>
403
+ </xs:restriction>
404
+ </xs:simpleType>
405
+ </xs:union>
406
+ </xs:simpleType>
407
+ </xs:attribute>
408
+ <xs:attribute name="layout" type="lzx:css"/>
409
+ <xs:attribute name="pixellock" default="false" type="lzx:booleanLiteral"/>
410
+ <xs:attribute name="rotation" default="0" type="lzx:numberExpression"/>
411
+ <xs:attribute name="xoffset" default="0" type="lzx:numberExpression"/>
412
+ <xs:attribute name="yoffset" default="0" type="lzx:numberExpression"/>
413
+ <xs:attribute name="play" default="true" type="lzx:boolean"/>
414
+ <xs:attribute name="selectiontype">
415
+ <xs:simpleType>
416
+ <xs:restriction base="xs:token">
417
+ <xs:enumeration value="none"/>
418
+ <xs:enumeration value="single"/>
419
+ <xs:enumeration value="toggle"/>
420
+ <xs:enumeration value="multi"/>
421
+ <xs:enumeration value="range"/>
422
+ </xs:restriction>
423
+ </xs:simpleType>
424
+ </xs:attribute>
425
+ <xs:attribute name="stretches">
426
+ <xs:simpleType>
427
+ <xs:restriction base="xs:token">
428
+ <xs:enumeration value="width"/>
429
+ <xs:enumeration value="height"/>
430
+ <xs:enumeration value="both"/>
431
+ </xs:restriction>
432
+ </xs:simpleType>
433
+ </xs:attribute>
434
+ <xs:attribute name="visible" default="true" type="lzx:booleanOrNull"/>
435
+ <xs:attribute name="visibility" default="visible" type="xs:string"/>
436
+ <xs:attribute name="width" type="lzx:sizeExpression"/>
437
+ <xs:attribute name="height" type="lzx:sizeExpression"/>
438
+ <xs:attribute name="textwidth" type="lzx:sizeExpression"/>
439
+ <xs:attribute name="textheight" type="lzx:sizeExpression"/>
440
+ <xs:attribute name="x" default="0" type="lzx:numberExpression"/>
441
+ <xs:attribute name="y" default="0" type="lzx:numberExpression"/>
442
+ <xs:attribute name="aaname" type="xs:string"/>
443
+ <xs:attribute name="aaactive" type="lzx:boolean"/>
444
+ <xs:attribute name="aadescription" type="xs:string"/>
445
+ <xs:attribute name="aatabindex" type="lzx:number"/>
446
+ <xs:attribute name="aasilent" type="lzx:boolean"/>
447
+ <xs:attribute name="showhandcursor" type="lzx:boolean"/>
448
+ <xs:attribute name="options" type="lzx:css"/>
449
+ <xs:attributeGroup ref="lzx:eventAttributes"/>
450
+ </xs:attributeGroup>
451
+ <xs:attributeGroup name="eventAttributes">
452
+ <xs:attribute name="onclick" type="lzx:script"/>
453
+ <xs:attribute name="ondblclick" type="lzx:script"/>
454
+ <xs:attribute name="onmousedown" type="lzx:script"/>
455
+ <xs:attribute name="onmouseup" type="lzx:script"/>
456
+ <xs:attribute name="onmouseover" type="lzx:script"/>
457
+ <xs:attribute name="onmouseout" type="lzx:script"/>
458
+ <xs:attribute name="onfocus" type="lzx:script"/>
459
+ <xs:attribute name="onblur" type="lzx:script"/>
460
+ <xs:attribute name="onkeydown" type="lzx:script"/>
461
+ <xs:attribute name="onkeyup" type="lzx:script"/>
462
+ <xs:attribute name="onselect" type="lzx:script"/>
463
+ <xs:attribute name="ondata" type="lzx:script"/>
464
+ </xs:attributeGroup>
465
+ <!--
466
+
467
+ View Content
468
+
469
+ -->
470
+ <xs:group name="viewContent">
471
+ <xs:sequence>
472
+ <xs:group ref="lzx:viewContentElements"/>
473
+ </xs:sequence>
474
+ </xs:group>
475
+ <xs:attributeGroup name="viewContent">
476
+ <xs:attributeGroup ref="lzx:viewAttributes"/>
477
+ </xs:attributeGroup>
478
+ <xs:group name="viewContentElements">
479
+ <xs:sequence>
480
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
481
+ <xs:group ref="lzx:nodeElements"/>
482
+ <xs:choice>
483
+ <xs:element ref="lzx:include"/>
484
+ <xs:element ref="lzx:viewElement"/>
485
+ <xs:element ref="lzx:dataselectionmanager"/>
486
+ <xs:element ref="lzx:selectionmanager"/>
487
+ <xs:element ref="lzx:layout"/>
488
+ </xs:choice>
489
+ <xs:element ref="lzx:command"/>
490
+ </xs:choice>
491
+ </xs:sequence>
492
+ </xs:group>
493
+ <xs:element name="dataselectionmanager">
494
+ <xs:complexType>
495
+ <xs:group ref="lzx:objectElements"/>
496
+ <xs:attribute name="id" type="xs:ID"/>
497
+ <xs:attribute name="name" type="xs:token"/>
498
+ <xs:attribute name="toggle" type="lzx:boolean"/>
499
+ <xs:attribute name="oninit" type="lzx:script"/>
500
+ </xs:complexType>
501
+ </xs:element>
502
+ <xs:element name="selectionmanager">
503
+ <xs:complexType>
504
+ <xs:group ref="lzx:objectElements"/>
505
+ <xs:attribute name="id" type="xs:ID"/>
506
+ <xs:attribute name="name" type="xs:token"/>
507
+ <xs:attribute name="toggle" type="lzx:boolean"/>
508
+ <xs:attribute name="oninit" type="lzx:script"/>
509
+ </xs:complexType>
510
+ </xs:element>
511
+ <xs:element name="command">
512
+ <xs:complexType>
513
+ <xs:group ref="lzx:objectElements"/>
514
+ <xs:attribute name="id" type="xs:ID"/>
515
+ <xs:attribute name="name" type="xs:token"/>
516
+ <xs:attribute name="onselect" type="lzx:script"/>
517
+ <xs:attribute name="active" type="lzx:boolean"/>
518
+ <xs:attribute name="key" type="lzx:expression"/>
519
+ <xs:attribute name="oninit" type="lzx:script"/>
520
+ </xs:complexType>
521
+ </xs:element>
522
+ <xs:element name="animator" type="lzx:animatorContent"/>
523
+ <xs:element name="animatorgroup">
524
+ <xs:complexType>
525
+ <xs:complexContent>
526
+ <xs:extension base="lzx:animatorContent">
527
+ <xs:attribute name="process" default="sequential">
528
+ <xs:simpleType>
529
+ <xs:restriction base="xs:token">
530
+ <xs:enumeration value="sequential"/>
531
+ <xs:enumeration value="simultaneous"/>
532
+ </xs:restriction>
533
+ </xs:simpleType>
534
+ </xs:attribute>
535
+ </xs:extension>
536
+ </xs:complexContent>
537
+ </xs:complexType>
538
+ </xs:element>
539
+ <xs:complexType name="animatorContent">
540
+ <xs:group ref="lzx:objectElements"/>
541
+ <xs:attributeGroup ref="lzx:objectAttributes"/>
542
+ <xs:attribute name="attribute" type="xs:token"/>
543
+ <xs:attribute name="start" default="true" type="lzx:boolean"/>
544
+ <xs:attribute name="from" type="lzx:number"/>
545
+ <xs:attribute name="to" type="lzx:number"/>
546
+ <xs:attribute name="duration">
547
+ <xs:simpleType>
548
+ <xs:union memberTypes="lzx:constraint">
549
+ <xs:simpleType>
550
+ <xs:restriction base="xs:float">
551
+ <xs:minInclusive value="0"/>
552
+ </xs:restriction>
553
+ </xs:simpleType>
554
+ </xs:union>
555
+ </xs:simpleType>
556
+ </xs:attribute>
557
+ <xs:attribute name="indirect" default="false" type="lzx:boolean"/>
558
+ <xs:attribute name="relative" default="false" type="lzx:boolean"/>
559
+ <xs:attribute name="motion" default="easeboth">
560
+ <xs:simpleType>
561
+ <xs:restriction base="xs:token">
562
+ <xs:enumeration value="linear"/>
563
+ <xs:enumeration value="easein"/>
564
+ <xs:enumeration value="easeout"/>
565
+ <xs:enumeration value="easeboth"/>
566
+ </xs:restriction>
567
+ </xs:simpleType>
568
+ </xs:attribute>
569
+ <xs:attribute name="onstart" type="lzx:script"/>
570
+ <xs:attribute name="onstop" type="lzx:script"/>
571
+ <xs:attribute name="repeat" type="lzx:expression"/>
572
+ <xs:attribute name="paused" default="false" type="lzx:boolean"/>
573
+ <xs:attribute name="target" type="lzx:reference"/>
574
+ </xs:complexType>
575
+ <!--
576
+
577
+ View elements
578
+
579
+ -->
580
+ <xs:element name="viewElement" abstract="true"/>
581
+ <xs:element name="view" substitutionGroup="lzx:viewElement">
582
+ <xs:complexType>
583
+ <xs:group ref="lzx:viewContent"/>
584
+ <xs:attributeGroup ref="lzx:viewContent"/>
585
+ </xs:complexType>
586
+ </xs:element>
587
+ <xs:element name="text" substitutionGroup="lzx:viewElement">
588
+ <xs:complexType mixed="true">
589
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
590
+ <xs:group ref="lzx:viewContent"/>
591
+ <xs:group ref="lzx:htmlText"/>
592
+ </xs:choice>
593
+ <xs:attributeGroup ref="lzx:viewContent"/>
594
+ <xs:attributeGroup ref="lzx:textAttributes"/>
595
+ <xs:attribute name="embedfonts" type="lzx:boolean"/>
596
+ <xs:attribute name="text" type="xs:string"/>
597
+ </xs:complexType>
598
+ </xs:element>
599
+ <xs:element name="inputtext" substitutionGroup="lzx:viewElement">
600
+ <xs:complexType mixed="true">
601
+ <xs:group ref="lzx:viewContent"/>
602
+ <xs:attributeGroup ref="lzx:viewContent"/>
603
+ <xs:attributeGroup ref="lzx:textAttributes"/>
604
+ <xs:attribute name="embedfonts" type="lzx:boolean"/>
605
+ <xs:attribute name="resizable" type="lzx:boolean"/>
606
+ <xs:attribute name="password" default="false" type="lzx:boolean"/>
607
+ <xs:attribute name="text" type="xs:string"/>
608
+ </xs:complexType>
609
+ </xs:element>
610
+ <xs:attributeGroup name="textAttributes">
611
+ <xs:attribute name="multiline" default="false" type="lzx:boolean"/>
612
+ <xs:attribute name="resize" default="false" type="lzx:booleanLiteral"/>
613
+ <xs:attribute name="selectable" default="false" type="lzx:booleanLiteral"/>
614
+ <xs:attribute name="maxlength" default="null" type="lzx:numberExpression"/>
615
+ <xs:attribute name="pattern" type="xs:string"/>
616
+ <xs:attribute name="label" type="xs:string"/>
617
+ <xs:attribute name="antiAliasType" default="advanced">
618
+ <xs:simpleType>
619
+ <xs:restriction base="xs:token">
620
+ <xs:enumeration value="normal"/>
621
+ <xs:enumeration value="advanced"/>
622
+ </xs:restriction>
623
+ </xs:simpleType>
624
+ </xs:attribute>
625
+ <xs:attribute name="gridFit" default="subpixel">
626
+ <xs:simpleType>
627
+ <xs:restriction base="xs:token">
628
+ <xs:enumeration value="none"/>
629
+ <xs:enumeration value="pixel"/>
630
+ <xs:enumeration value="subpixel"/>
631
+ </xs:restriction>
632
+ </xs:simpleType>
633
+ </xs:attribute>
634
+ <xs:attribute name="sharpness" default="0" type="lzx:numberExpression"/>
635
+ <xs:attribute name="thickness" default="0" type="lzx:numberExpression"/>
636
+ </xs:attributeGroup>
637
+ <xs:attributeGroup name="textContent">
638
+ <xs:attribute name="text" type="xs:string"/>
639
+ </xs:attributeGroup>
640
+ <xs:group name="htmlContent">
641
+ <xs:sequence>
642
+ <xs:group minOccurs="0" ref="lzx:htmlText"/>
643
+ </xs:sequence>
644
+ </xs:group>
645
+ <xs:attributeGroup name="htmlContent">
646
+ <xs:attribute name="text" type="xs:string"/>
647
+ </xs:attributeGroup>
648
+ <xs:group name="htmlText">
649
+ <xs:sequence>
650
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
651
+ <xs:element ref="lzx:pre"/>
652
+ <xs:element ref="lzx:a"/>
653
+ <xs:element ref="lzx:b"/>
654
+ <xs:element ref="lzx:li"/>
655
+ <xs:element ref="lzx:img"/>
656
+ <xs:element name="font">
657
+ <xs:complexType mixed="true">
658
+ <xs:group ref="lzx:htmlText"/>
659
+ <xs:attribute name="face" type="xs:string"/>
660
+ <xs:attribute name="size" type="lzx:sizeLiteral"/>
661
+ <xs:attribute name="color" type="lzx:colorLiteral"/>
662
+ </xs:complexType>
663
+ </xs:element>
664
+ <xs:element ref="lzx:i"/>
665
+ <xs:element ref="lzx:p"/>
666
+ <xs:element ref="lzx:br"/>
667
+ <xs:element ref="lzx:u"/>
668
+ </xs:choice>
669
+ </xs:sequence>
670
+ </xs:group>
671
+ <xs:element name="pre">
672
+ <xs:complexType mixed="true">
673
+ <xs:group ref="lzx:htmlText"/>
674
+ </xs:complexType>
675
+ </xs:element>
676
+ <xs:element name="a">
677
+ <xs:complexType mixed="true">
678
+ <xs:group ref="lzx:htmlText"/>
679
+ <xs:attribute name="href" use="required" type="xs:anyURI">
680
+ <xs:annotation>
681
+ <xs:documentation>The link target.</xs:documentation>
682
+ </xs:annotation>
683
+ </xs:attribute>
684
+ <xs:attribute name="target">
685
+ <xs:simpleType>
686
+ <xs:union>
687
+ <xs:simpleType>
688
+ <xs:restriction base="xs:token">
689
+ <xs:enumeration value="_blank"/>
690
+ </xs:restriction>
691
+ </xs:simpleType>
692
+ <xs:simpleType>
693
+ <xs:restriction base="xs:token">
694
+ <xs:enumeration value="_parent"/>
695
+ </xs:restriction>
696
+ </xs:simpleType>
697
+ <xs:simpleType>
698
+ <xs:restriction base="xs:token">
699
+ <xs:enumeration value="_self"/>
700
+ </xs:restriction>
701
+ </xs:simpleType>
702
+ <xs:simpleType>
703
+ <xs:restriction base="xs:token">
704
+ <xs:enumeration value="_top"/>
705
+ </xs:restriction>
706
+ </xs:simpleType>
707
+ <xs:simpleType>
708
+ <xs:restriction base="xs:string">
709
+ <xs:pattern value="[a-zA-Z][a-zA-Z0-9\-_:.]*"/>
710
+ </xs:restriction>
711
+ </xs:simpleType>
712
+ </xs:union>
713
+ </xs:simpleType>
714
+ </xs:attribute>
715
+ </xs:complexType>
716
+ </xs:element>
717
+ <xs:element name="b">
718
+ <xs:complexType mixed="true">
719
+ <xs:group ref="lzx:htmlText"/>
720
+ </xs:complexType>
721
+ </xs:element>
722
+ <xs:element name="li">
723
+ <xs:complexType mixed="true">
724
+ <xs:group ref="lzx:htmlText"/>
725
+ </xs:complexType>
726
+ </xs:element>
727
+ <xs:element name="img">
728
+ <xs:complexType>
729
+ <xs:attribute name="src" type="xs:string"/>
730
+ <xs:attribute name="align" type="xs:string"/>
731
+ <xs:attribute name="width" type="xs:string"/>
732
+ <xs:attribute name="height" type="xs:string"/>
733
+ <xs:attribute name="hspace" type="xs:string"/>
734
+ <xs:attribute name="vspace" type="xs:string"/>
735
+ </xs:complexType>
736
+ </xs:element>
737
+ <xs:element name="i">
738
+ <xs:complexType mixed="true">
739
+ <xs:group ref="lzx:htmlText"/>
740
+ </xs:complexType>
741
+ </xs:element>
742
+ <xs:element name="p">
743
+ <xs:complexType mixed="true">
744
+ <xs:group ref="lzx:htmlText"/>
745
+ </xs:complexType>
746
+ </xs:element>
747
+ <xs:element name="br">
748
+ <xs:complexType/>
749
+ </xs:element>
750
+ <xs:element name="u">
751
+ <xs:complexType mixed="true">
752
+ <xs:group ref="lzx:htmlText"/>
753
+ </xs:complexType>
754
+ </xs:element>
755
+ <!--
756
+
757
+ Assets
758
+
759
+ -->
760
+ <xs:element name="asset" abstract="true"/>
761
+ <xs:element name="audio" substitutionGroup="lzx:asset">
762
+ <xs:complexType>
763
+ <xs:attributeGroup ref="lzx:srcAttribute"/>
764
+ <xs:attribute name="id" type="xs:ID"/>
765
+ <xs:attributeGroup ref="lzx:nameAttribute"/>
766
+ </xs:complexType>
767
+ </xs:element>
768
+ <xs:element name="resource" substitutionGroup="lzx:asset">
769
+ <xs:complexType>
770
+ <xs:sequence>
771
+ <xs:element minOccurs="0" maxOccurs="unbounded" ref="lzx:frame"/>
772
+ </xs:sequence>
773
+ <xs:attributeGroup ref="lzx:nameAttribute"/>
774
+ <xs:attribute name="src" type="xs:anyURI">
775
+ <xs:annotation>
776
+ <xs:documentation>The path of a file that contains the source for this object.</xs:documentation>
777
+ </xs:annotation>
778
+ </xs:attribute>
779
+ </xs:complexType>
780
+ </xs:element>
781
+ <xs:element name="frame">
782
+ <xs:complexType>
783
+ <xs:attribute name="name" type="xs:token"/>
784
+ <xs:attributeGroup ref="lzx:srcAttribute"/>
785
+ </xs:complexType>
786
+ </xs:element>
787
+ <!--
788
+
789
+ Data
790
+
791
+ -->
792
+ <xs:element name="datasource">
793
+ <xs:complexType>
794
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
795
+ <xs:element ref="lzx:dataset"/>
796
+ <xs:group ref="lzx:objectElements"/>
797
+ </xs:choice>
798
+ <xs:attribute name="id" type="xs:ID"/>
799
+ <xs:attribute name="name" type="xs:token"/>
800
+ <xs:attribute name="timeout" type="lzx:number"/>
801
+ <xs:attribute name="secure" default="false" type="lzx:booleanLiteral"/>
802
+ <xs:attribute name="proxied" default="inherit">
803
+ <xs:simpleType>
804
+ <xs:union memberTypes="lzx:booleanLiteral">
805
+ <xs:simpleType>
806
+ <xs:restriction base="xs:token">
807
+ <xs:enumeration value="inherit"/>
808
+ </xs:restriction>
809
+ </xs:simpleType>
810
+ </xs:union>
811
+ </xs:simpleType>
812
+ </xs:attribute>
813
+ <xs:attribute name="oninit" type="lzx:script"/>
814
+ </xs:complexType>
815
+ </xs:element>
816
+ <xs:element name="dataset">
817
+ <xs:complexType>
818
+ <xs:complexContent>
819
+ <xs:extension base="lzx:anyXML">
820
+ <xs:attributeGroup ref="lzx:datasetAttributes"/>
821
+ </xs:extension>
822
+ </xs:complexContent>
823
+ </xs:complexType>
824
+ </xs:element>
825
+ <xs:element name="connectiondatasource">
826
+ <xs:annotation>
827
+ <xs:documentation>A connection datasource to receive messages from the persistent connection.</xs:documentation>
828
+ </xs:annotation>
829
+ <xs:complexType>
830
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
831
+ <xs:element name="dataset">
832
+ <xs:complexType>
833
+ <xs:attributeGroup ref="lzx:datasetAttributes"/>
834
+ </xs:complexType>
835
+ </xs:element>
836
+ <xs:element ref="lzx:method"/>
837
+ </xs:choice>
838
+ <xs:attribute name="id" type="xs:ID"/>
839
+ <xs:attribute name="name" type="xs:token"/>
840
+ <xs:attribute name="onconnect" type="lzx:script">
841
+ <xs:annotation>
842
+ <xs:documentation>The onconnect script is executed when the application is connected.</xs:documentation>
843
+ </xs:annotation>
844
+ </xs:attribute>
845
+ <xs:attribute name="oninit" type="lzx:script"/>
846
+ <xs:attribute name="ondata" type="lzx:script"/>
847
+ <xs:attribute name="onerror" type="lzx:script">
848
+ <xs:annotation>
849
+ <xs:documentation>The onerror script is executed whenever there's a connection failure.</xs:documentation>
850
+ </xs:annotation>
851
+ </xs:attribute>
852
+ <xs:attribute name="ontimeout" type="lzx:script"/>
853
+ <xs:attribute name="ondisconnect" type="lzx:script">
854
+ <xs:annotation>
855
+ <xs:documentation>The ondisconnect script is executed whenever the application disconnects.</xs:documentation>
856
+ </xs:annotation>
857
+ </xs:attribute>
858
+ <xs:attribute name="onuserdisconnect" type="lzx:script"/>
859
+ </xs:complexType>
860
+ </xs:element>
861
+ <xs:element name="agent">
862
+ <xs:complexType>
863
+ <xs:attribute name="url" use="required" type="xs:string"/>
864
+ </xs:complexType>
865
+ </xs:element>
866
+ <xs:element name="connection">
867
+ <xs:complexType>
868
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
869
+ <xs:element ref="lzx:agent"/>
870
+ <xs:element ref="lzx:method"/>
871
+ <xs:element ref="lzx:handler"/>
872
+ </xs:choice>
873
+ <xs:attribute name="heartbeat" type="xs:integer"/>
874
+ <xs:attribute name="timeout" type="lzx:number"/>
875
+ <xs:attribute name="secure" type="lzx:booleanLiteral"/>
876
+ <xs:attribute name="secureport" type="xs:integer">
877
+ <xs:annotation>
878
+ <xs:documentation>Connection port.</xs:documentation>
879
+ </xs:annotation>
880
+ </xs:attribute>
881
+ <xs:attribute name="receiveuserdisconnect" default="false" type="lzx:booleanLiteral"/>
882
+ <xs:attribute name="group" type="xs:string">
883
+ <xs:annotation>
884
+ <xs:documentation>Connection group name.</xs:documentation>
885
+ </xs:annotation>
886
+ </xs:attribute>
887
+ <xs:attribute name="authenticator" type="xs:string">
888
+ <xs:annotation>
889
+ <xs:documentation>Class name of server-side java authenticator</xs:documentation>
890
+ </xs:annotation>
891
+ </xs:attribute>
892
+ <xs:attribute name="authparam" type="xs:string">
893
+ <xs:annotation>
894
+ <xs:documentation>Authenticator parameters.</xs:documentation>
895
+ </xs:annotation>
896
+ </xs:attribute>
897
+ <xs:attribute name="onconnect" type="lzx:script">
898
+ <xs:annotation>
899
+ <xs:documentation>The onconnect script is executed when the application is connected.</xs:documentation>
900
+ </xs:annotation>
901
+ </xs:attribute>
902
+ <xs:attribute name="ondata" type="lzx:script"/>
903
+ <xs:attribute name="onerror" type="lzx:script">
904
+ <xs:annotation>
905
+ <xs:documentation>The onerror script is executed whenever there's a connection failure.</xs:documentation>
906
+ </xs:annotation>
907
+ </xs:attribute>
908
+ <xs:attribute name="ontimeout" type="lzx:script"/>
909
+ <xs:attribute name="ondisconnect" type="lzx:script">
910
+ <xs:annotation>
911
+ <xs:documentation>The ondisconnect script is executed whenever the application disconnects.</xs:documentation>
912
+ </xs:annotation>
913
+ </xs:attribute>
914
+ <xs:attribute name="onuserdisconnect" type="lzx:script"/>
915
+ </xs:complexType>
916
+ </xs:element>
917
+ <xs:attributeGroup name="datasetAttributes">
918
+ <xs:attributeGroup ref="lzx:objectAttributes"/>
919
+ <xs:attribute name="nsprefix" type="lzx:boolean"/>
920
+ <xs:attribute name="acceptencodings" type="lzx:boolean"/>
921
+ <xs:attribute name="timeout" type="lzx:number">
922
+ <xs:annotation>
923
+ <xs:documentation>msecs to time out for load requests</xs:documentation>
924
+ </xs:annotation>
925
+ </xs:attribute>
926
+ <xs:attribute name="proxied" default="inherit">
927
+ <xs:annotation>
928
+ <xs:documentation>If false, use flash native XML loader/parser</xs:documentation>
929
+ </xs:annotation>
930
+ <xs:simpleType>
931
+ <xs:union memberTypes="lzx:booleanLiteral">
932
+ <xs:simpleType>
933
+ <xs:restriction base="xs:token">
934
+ <xs:enumeration value="inherit"/>
935
+ </xs:restriction>
936
+ </xs:simpleType>
937
+ </xs:union>
938
+ </xs:simpleType>
939
+ </xs:attribute>
940
+ <xs:attribute name="src">
941
+ <xs:simpleType>
942
+ <xs:union memberTypes="xs:anyURI lzx:constraint"/>
943
+ </xs:simpleType>
944
+ </xs:attribute>
945
+ <xs:attribute name="request" type="lzx:boolean">
946
+ <xs:annotation>
947
+ <xs:documentation>Request this dataset when the app starts.</xs:documentation>
948
+ </xs:annotation>
949
+ </xs:attribute>
950
+ <xs:attribute name="autorequest" type="lzx:boolean"/>
951
+ <xs:attribute name="queuerequests" type="lzx:boolean"/>
952
+ <xs:attribute name="querystring" type="xs:string">
953
+ <xs:annotation>
954
+ <xs:documentation>This string is appended to the request.</xs:documentation>
955
+ </xs:annotation>
956
+ </xs:attribute>
957
+ <xs:attribute name="type" type="xs:string"/>
958
+ <xs:attribute name="datafromchild" type="lzx:boolean">
959
+ <xs:annotation>
960
+ <xs:documentation>If true, initial literal XML data is taken from &lt;data&gt; child node</xs:documentation>
961
+ </xs:annotation>
962
+ </xs:attribute>
963
+ <xs:attribute name="endpoint" type="xs:string"/>
964
+ <xs:attribute name="namespace" type="xs:string"/>
965
+ <xs:attribute name="method" type="xs:string"/>
966
+ <xs:attribute name="secure" default="false" type="lzx:booleanLiteral">
967
+ <xs:annotation>
968
+ <xs:documentation>specifies whether or not the app-LPS connection is secure</xs:documentation>
969
+ </xs:annotation>
970
+ </xs:attribute>
971
+ <xs:attribute name="secureport" default="443">
972
+ <xs:simpleType>
973
+ <xs:restriction base="xs:integer">
974
+ <xs:minInclusive value="0"/>
975
+ </xs:restriction>
976
+ </xs:simpleType>
977
+ </xs:attribute>
978
+ <xs:attribute name="getresponseheaders" default="true" type="lzx:boolean">
979
+ <xs:annotation>
980
+ <xs:documentation>If true, include response headers (This is specific to HTTP datasets).</xs:documentation>
981
+ </xs:annotation>
982
+ </xs:attribute>
983
+ <xs:attribute name="trimwhitespace" default="false" type="lzx:boolean">
984
+ <xs:annotation>
985
+ <xs:documentation>If true, trim whitespace around XML text content</xs:documentation>
986
+ </xs:annotation>
987
+ </xs:attribute>
988
+ <xs:attribute name="cacheable" default="false" type="lzx:boolean"/>
989
+ <xs:attribute name="ondata" type="lzx:script">
990
+ <xs:annotation>
991
+ <xs:documentation>The ondata script is executed when data arrives</xs:documentation>
992
+ </xs:annotation>
993
+ </xs:attribute>
994
+ <xs:attribute name="onerror" type="lzx:script">
995
+ <xs:annotation>
996
+ <xs:documentation>The onerror script is executed when an error occurs</xs:documentation>
997
+ </xs:annotation>
998
+ </xs:attribute>
999
+ <xs:attribute name="ontimeout" type="lzx:script">
1000
+ <xs:annotation>
1001
+ <xs:documentation>The ontimeout script is executed when a request times out</xs:documentation>
1002
+ </xs:annotation>
1003
+ </xs:attribute>
1004
+ <xs:attribute name="querytype">
1005
+ <xs:annotation>
1006
+ <xs:documentation>HTTP request method = post | get</xs:documentation>
1007
+ </xs:annotation>
1008
+ <xs:simpleType>
1009
+ <xs:restriction base="xs:token">
1010
+ <xs:enumeration value="get"/>
1011
+ <xs:enumeration value="post"/>
1012
+ <xs:enumeration value="GET"/>
1013
+ <xs:enumeration value="POST"/>
1014
+ <xs:enumeration value="put"/>
1015
+ <xs:enumeration value="PUT"/>
1016
+ <xs:enumeration value="delete"/>
1017
+ <xs:enumeration value="DELETE"/>
1018
+ </xs:restriction>
1019
+ </xs:simpleType>
1020
+ </xs:attribute>
1021
+ </xs:attributeGroup>
1022
+ <xs:complexType name="anyXML" mixed="true">
1023
+ <xs:sequence>
1024
+ <xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
1025
+ </xs:sequence>
1026
+ </xs:complexType>
1027
+ <xs:attributeGroup name="dataptrAttributes">
1028
+ <xs:attribute name="ondata" type="lzx:script"/>
1029
+ <xs:attribute name="onerror" type="lzx:script"/>
1030
+ <xs:attribute name="ontimeout" type="lzx:script"/>
1031
+ <xs:attribute name="rerunxpath" type="lzx:boolean"/>
1032
+ <xs:attribute name="xpath" type="xs:string"/>
1033
+ <xs:attribute name="spacing" default="0" type="lzx:size"/>
1034
+ </xs:attributeGroup>
1035
+ <xs:element name="datapointer">
1036
+ <xs:complexType>
1037
+ <xs:group ref="lzx:objectElements"/>
1038
+ <xs:attributeGroup ref="lzx:objectAttributes"/>
1039
+ <xs:attributeGroup ref="lzx:dataptrAttributes"/>
1040
+ <xs:attribute name="p" type="lzx:expression"/>
1041
+ </xs:complexType>
1042
+ </xs:element>
1043
+ <xs:element name="datapath">
1044
+ <xs:complexType>
1045
+ <xs:group ref="lzx:objectElements"/>
1046
+ <xs:attributeGroup ref="lzx:objectAttributes"/>
1047
+ <xs:attributeGroup ref="lzx:dataptrAttributes"/>
1048
+ <xs:attribute name="pooling" default="false" type="lzx:boolean"/>
1049
+ <xs:attribute name="axis">
1050
+ <xs:simpleType>
1051
+ <xs:restriction base="xs:token">
1052
+ <xs:enumeration value="x"/>
1053
+ <xs:enumeration value="y"/>
1054
+ </xs:restriction>
1055
+ </xs:simpleType>
1056
+ </xs:attribute>
1057
+ <xs:attribute name="sortpath" type="xs:string"/>
1058
+ <xs:attribute name="sortorder" type="xs:string"/>
1059
+ <xs:attribute name="replication">
1060
+ <xs:simpleType>
1061
+ <xs:restriction base="xs:token">
1062
+ <xs:enumeration value="normal"/>
1063
+ <xs:enumeration value="lazy"/>
1064
+ <xs:enumeration value="resize"/>
1065
+ </xs:restriction>
1066
+ </xs:simpleType>
1067
+ </xs:attribute>
1068
+ <xs:attribute name="p" type="lzx:expression"/>
1069
+ </xs:complexType>
1070
+ </xs:element>
1071
+ <xs:group name="datapathChildren">
1072
+ <xs:sequence>
1073
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
1074
+ <xs:element ref="lzx:datapath"/>
1075
+ <xs:element ref="lzx:datapointer"/>
1076
+ </xs:choice>
1077
+ </xs:sequence>
1078
+ </xs:group>
1079
+ <!--
1080
+
1081
+ Fonts
1082
+
1083
+ -->
1084
+ <xs:attributeGroup name="deviceAttribute">
1085
+ <xs:attribute name="device" type="lzx:boolean"/>
1086
+ </xs:attributeGroup>
1087
+ <xs:group name="font">
1088
+ <xs:sequence>
1089
+ <xs:element name="font">
1090
+ <xs:complexType>
1091
+ <xs:choice minOccurs="0">
1092
+ <xs:element minOccurs="0" maxOccurs="unbounded" ref="lzx:face"/>
1093
+ <xs:element maxOccurs="unbounded" ref="lzx:face"/>
1094
+ </xs:choice>
1095
+ <xs:attributeGroup ref="lzx:nameAttribute"/>
1096
+ <xs:attributeGroup ref="lzx:deviceAttribute"/>
1097
+ <xs:attribute name="src" type="xs:anyURI">
1098
+ <xs:annotation>
1099
+ <xs:documentation>The path of a file that contains the source for this object.</xs:documentation>
1100
+ </xs:annotation>
1101
+ </xs:attribute>
1102
+ <xs:attribute name="style">
1103
+ <xs:annotation>
1104
+ <xs:documentation>Corresponds to the fontstyle attribute of a view.</xs:documentation>
1105
+ </xs:annotation>
1106
+ <xs:simpleType>
1107
+ <xs:restriction base="xs:token">
1108
+ <xs:enumeration value="bold"/>
1109
+ <xs:enumeration value="italic"/>
1110
+ <xs:enumeration value="bold italic"/>
1111
+ <xs:enumeration value="italic bold"/>
1112
+ <xs:enumeration value="plain"/>
1113
+ </xs:restriction>
1114
+ </xs:simpleType>
1115
+ </xs:attribute>
1116
+ </xs:complexType>
1117
+ </xs:element>
1118
+ </xs:sequence>
1119
+ </xs:group>
1120
+ <xs:element name="face">
1121
+ <xs:complexType>
1122
+ <xs:attribute name="style">
1123
+ <xs:annotation>
1124
+ <xs:documentation>Corresponds to the fontstyle attribute of a view.</xs:documentation>
1125
+ </xs:annotation>
1126
+ <xs:simpleType>
1127
+ <xs:restriction base="xs:token">
1128
+ <xs:enumeration value="bold"/>
1129
+ <xs:enumeration value="italic"/>
1130
+ <xs:enumeration value="bold italic"/>
1131
+ <xs:enumeration value="italic bold"/>
1132
+ <xs:enumeration value="plain"/>
1133
+ </xs:restriction>
1134
+ </xs:simpleType>
1135
+ </xs:attribute>
1136
+ <xs:attributeGroup ref="lzx:srcAttribute"/>
1137
+ </xs:complexType>
1138
+ </xs:element>
1139
+ <xs:attributeGroup name="styleAttribute">
1140
+ <xs:attribute name="style" use="required">
1141
+ <xs:annotation>
1142
+ <xs:documentation>Corresponds to the fontstyle attribute of a view.</xs:documentation>
1143
+ </xs:annotation>
1144
+ <xs:simpleType>
1145
+ <xs:restriction base="xs:token">
1146
+ <xs:enumeration value="bold"/>
1147
+ <xs:enumeration value="italic"/>
1148
+ <xs:enumeration value="bold italic"/>
1149
+ <xs:enumeration value="italic bold"/>
1150
+ <xs:enumeration value="plain"/>
1151
+ </xs:restriction>
1152
+ </xs:simpleType>
1153
+ </xs:attribute>
1154
+ </xs:attributeGroup>
1155
+ <!-- TBD: actually, a list of "bold" or "italic" -->
1156
+ <!--
1157
+
1158
+ Class system
1159
+
1160
+ -->
1161
+ <xs:group name="objectElements">
1162
+ <xs:sequence>
1163
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
1164
+ <xs:element ref="lzx:method"/>
1165
+ <xs:element ref="lzx:handler"/>
1166
+ <xs:element ref="lzx:event"/>
1167
+ <xs:element ref="lzx:attribute"/>
1168
+ <xs:element ref="lzx:state"/>
1169
+ <xs:element ref="lzx:node"/>
1170
+ <xs:element ref="lzx:animator"/>
1171
+ <xs:element ref="lzx:animatorgroup"/>
1172
+ </xs:choice>
1173
+ </xs:sequence>
1174
+ </xs:group>
1175
+ <xs:element name="attribute">
1176
+ <xs:complexType>
1177
+ <xs:attribute name="name" use="required" type="xs:token"/>
1178
+ <xs:attribute name="style" type="xs:string"/>
1179
+ <xs:attribute name="value" type="xs:string"/>
1180
+ <xs:attribute name="when" default="immediately">
1181
+ <xs:simpleType>
1182
+ <xs:restriction base="xs:token">
1183
+ <xs:enumeration value="immediately"/>
1184
+ <xs:enumeration value="once"/>
1185
+ <xs:enumeration value="always"/>
1186
+ </xs:restriction>
1187
+ </xs:simpleType>
1188
+ </xs:attribute>
1189
+ <xs:attribute name="type" default="expression">
1190
+ <xs:simpleType>
1191
+ <xs:restriction base="xs:token">
1192
+ <xs:enumeration value="boolean"/>
1193
+ <xs:enumeration value="color"/>
1194
+ <xs:enumeration value="expression"/>
1195
+ <xs:enumeration value="number"/>
1196
+ <xs:enumeration value="size"/>
1197
+ <xs:enumeration value="string"/>
1198
+ <xs:enumeration value="text"/>
1199
+ <xs:enumeration value="html"/>
1200
+ </xs:restriction>
1201
+ </xs:simpleType>
1202
+ </xs:attribute>
1203
+ <xs:attribute name="required" default="false" type="lzx:booleanLiteral"/>
1204
+ <xs:attribute name="setter" type="lzx:script"/>
1205
+ </xs:complexType>
1206
+ </xs:element>
1207
+ <xs:element name="class">
1208
+ <xs:complexType>
1209
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
1210
+ <xs:element ref="lzx:doc"/>
1211
+ <xs:group ref="lzx:viewContentElements"/>
1212
+ </xs:choice>
1213
+ <xs:attribute name="name" use="required" type="xs:token">
1214
+ <xs:annotation>
1215
+ <xs:documentation>The name of a new tag that this element defines.</xs:documentation>
1216
+ </xs:annotation>
1217
+ </xs:attribute>
1218
+ <xs:attribute name="extends" default="view" type="xs:token">
1219
+ <xs:annotation>
1220
+ <xs:documentation>The name of the tag that this tag extends.</xs:documentation>
1221
+ </xs:annotation>
1222
+ </xs:attribute>
1223
+ <xs:attribute name="with" type="xs:string">
1224
+ <xs:annotation>
1225
+ <xs:documentation>The comma-separated list of mixins, applied in order</xs:documentation>
1226
+ </xs:annotation>
1227
+ </xs:attribute>
1228
+ <xs:anyAttribute processContents="skip"/>
1229
+ </xs:complexType>
1230
+ </xs:element>
1231
+ <xs:element name="interface">
1232
+ <xs:complexType>
1233
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
1234
+ <xs:element ref="lzx:doc"/>
1235
+ <xs:group ref="lzx:viewContentElements"/>
1236
+ </xs:choice>
1237
+ <xs:attribute name="name" use="required" type="xs:token">
1238
+ <xs:annotation>
1239
+ <xs:documentation>The name of a new tag that this element defines.</xs:documentation>
1240
+ </xs:annotation>
1241
+ </xs:attribute>
1242
+ <xs:attribute name="extends" default="view" type="xs:token">
1243
+ <xs:annotation>
1244
+ <xs:documentation>The name of the tag that this tag extends.</xs:documentation>
1245
+ </xs:annotation>
1246
+ </xs:attribute>
1247
+ <xs:anyAttribute processContents="skip"/>
1248
+ </xs:complexType>
1249
+ </xs:element>
1250
+ <xs:element name="doc" type="lzx:any"/>
1251
+ <xs:complexType name="any" mixed="true">
1252
+ <xs:sequence>
1253
+ <xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
1254
+ </xs:sequence>
1255
+ </xs:complexType>
1256
+ <xs:element name="trait">
1257
+ <xs:complexType>
1258
+ <xs:group ref="lzx:viewContentElements"/>
1259
+ <xs:attribute name="name" use="required" type="xs:token">
1260
+ <xs:annotation>
1261
+ <xs:documentation>The name of a new tag that this element defines.</xs:documentation>
1262
+ </xs:annotation>
1263
+ </xs:attribute>
1264
+ <xs:anyAttribute processContents="skip"/>
1265
+ </xs:complexType>
1266
+ </xs:element>
1267
+ <xs:element name="handler">
1268
+ <xs:complexType mixed="true">
1269
+ <xs:attributeGroup ref="lzx:nameAttribute"/>
1270
+ <xs:attribute name="reference" default="this" type="lzx:reference"/>
1271
+ <xs:attribute name="args" default="" type="xs:string"/>
1272
+ <xs:attribute name="method" type="xs:string"/>
1273
+ </xs:complexType>
1274
+ </xs:element>
1275
+ <xs:element name="event">
1276
+ <xs:complexType>
1277
+ <xs:attributeGroup ref="lzx:nameAttribute"/>
1278
+ </xs:complexType>
1279
+ </xs:element>
1280
+ <xs:element name="method">
1281
+ <xs:complexType mixed="true">
1282
+ <xs:attribute name="name" type="xs:token"/>
1283
+ <xs:attribute name="event" type="xs:string"/>
1284
+ <xs:attribute name="reference" default="this" type="lzx:reference"/>
1285
+ <xs:attribute name="args" default="" type="xs:string"/>
1286
+ </xs:complexType>
1287
+ </xs:element>
1288
+ <xs:element name="import">
1289
+ <xs:complexType>
1290
+ <xs:group ref="lzx:viewContent"/>
1291
+ <xs:attributeGroup ref="lzx:viewContent"/>
1292
+ <xs:attribute name="href" use="required" type="xs:anyURI">
1293
+ <xs:annotation>
1294
+ <xs:documentation>A reference to a target file whose content is treated as a loadable module</xs:documentation>
1295
+ </xs:annotation>
1296
+ </xs:attribute>
1297
+ <xs:attribute name="stage" use="required">
1298
+ <xs:simpleType>
1299
+ <xs:restriction base="xs:token">
1300
+ <xs:enumeration value="late"/>
1301
+ <xs:enumeration value="defer"/>
1302
+ </xs:restriction>
1303
+ </xs:simpleType>
1304
+ </xs:attribute>
1305
+ <xs:attribute name="onload" type="lzx:script"/>
1306
+ <xs:attribute name="proxied" default="inherit">
1307
+ <xs:simpleType>
1308
+ <xs:union memberTypes="lzx:booleanLiteral">
1309
+ <xs:simpleType>
1310
+ <xs:restriction base="xs:token">
1311
+ <xs:enumeration value="inherit"/>
1312
+ </xs:restriction>
1313
+ </xs:simpleType>
1314
+ </xs:union>
1315
+ </xs:simpleType>
1316
+ </xs:attribute>
1317
+ <xs:attribute name="onerror" type="lzx:script"/>
1318
+ <xs:attribute name="ontimeout" type="lzx:script"/>
1319
+ </xs:complexType>
1320
+ </xs:element>
1321
+ <xs:element name="state">
1322
+ <xs:complexType>
1323
+ <xs:group ref="lzx:viewContent"/>
1324
+ <xs:attributeGroup ref="lzx:viewContent"/>
1325
+ <xs:attribute name="apply" type="lzx:boolean"/>
1326
+ <xs:attribute name="pooling" default="false" type="lzx:boolean"/>
1327
+ <xs:attribute name="onapply" type="lzx:script">
1328
+ <xs:annotation>
1329
+ <xs:documentation>Script that is executed when the state is applied to its parent.</xs:documentation>
1330
+ </xs:annotation>
1331
+ </xs:attribute>
1332
+ <xs:attribute name="onremove" type="lzx:script">
1333
+ <xs:annotation>
1334
+ <xs:documentation>Script that is executed when the state is removed from its parent.</xs:documentation>
1335
+ </xs:annotation>
1336
+ </xs:attribute>
1337
+ </xs:complexType>
1338
+ </xs:element>
1339
+ <xs:attributeGroup name="nodeAttributes">
1340
+ <xs:attributeGroup ref="lzx:objectAttributes"/>
1341
+ <xs:attribute name="defaultplacement" type="xs:string">
1342
+ <xs:annotation>
1343
+ <xs:documentation>The view in which a child is placed by default</xs:documentation>
1344
+ </xs:annotation>
1345
+ </xs:attribute>
1346
+ </xs:attributeGroup>
1347
+ <xs:group name="nodeElements">
1348
+ <xs:sequence>
1349
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
1350
+ <xs:group ref="lzx:objectElements"/>
1351
+ <xs:group ref="lzx:datapathChildren"/>
1352
+ <xs:element ref="lzx:data"/>
1353
+ <xs:element ref="lzx:dataset"/>
1354
+ </xs:choice>
1355
+ </xs:sequence>
1356
+ </xs:group>
1357
+ <xs:element name="data">
1358
+ <xs:complexType>
1359
+ <xs:complexContent>
1360
+ <xs:extension base="lzx:anyXML">
1361
+ <xs:attributeGroup ref="lzx:datasetAttributes"/>
1362
+ </xs:extension>
1363
+ </xs:complexContent>
1364
+ </xs:complexType>
1365
+ </xs:element>
1366
+ <xs:complexType name="nodeContent">
1367
+ <xs:group ref="lzx:nodeElements"/>
1368
+ <xs:attributeGroup ref="lzx:nodeAttributes"/>
1369
+ </xs:complexType>
1370
+ <xs:element name="node" type="lzx:nodeContent"/>
1371
+ <xs:element name="datarequest" type="lzx:nodeContent"/>
1372
+ <xs:element name="layout">
1373
+ <xs:complexType>
1374
+ <xs:complexContent>
1375
+ <xs:extension base="lzx:nodeContent">
1376
+ <xs:attribute name="locked" type="lzx:booleanLiteral"/>
1377
+ </xs:extension>
1378
+ </xs:complexContent>
1379
+ </xs:complexType>
1380
+ </xs:element>
1381
+ <!--
1382
+
1383
+ Application Configuration
1384
+
1385
+ -->
1386
+ <xs:element name="splash">
1387
+ <xs:complexType>
1388
+ <xs:sequence>
1389
+ <xs:element minOccurs="0" maxOccurs="unbounded" name="view">
1390
+ <xs:complexType>
1391
+ <xs:attribute name="name" type="xs:token"/>
1392
+ <xs:attribute name="resource" use="required" type="xs:anyURI"/>
1393
+ <xs:attribute name="ratio" type="xs:string"/>
1394
+ <xs:attribute name="x" default="0" type="lzx:numberLiteral"/>
1395
+ <xs:attribute name="y" default="0" type="lzx:numberLiteral"/>
1396
+ <xs:attribute name="center" default="false" type="lzx:booleanLiteral"/>
1397
+ </xs:complexType>
1398
+ </xs:element>
1399
+ </xs:sequence>
1400
+ <xs:attribute name="hideafterinit" type="lzx:booleanLiteral"/>
1401
+ <xs:attribute name="persistent" default="false" type="lzx:booleanLiteral"/>
1402
+ </xs:complexType>
1403
+ </xs:element>
1404
+ <xs:element name="script">
1405
+ <xs:complexType mixed="true">
1406
+ <xs:attribute name="type" default="Javascript" type="xs:string"/>
1407
+ <xs:attribute name="when" default="normal">
1408
+ <xs:simpleType>
1409
+ <xs:restriction base="xs:token">
1410
+ <xs:enumeration value="normal"/>
1411
+ <xs:enumeration value="immediate"/>
1412
+ </xs:restriction>
1413
+ </xs:simpleType>
1414
+ </xs:attribute>
1415
+ <xs:attribute name="src" type="xs:anyURI"/>
1416
+ </xs:complexType>
1417
+ </xs:element>
1418
+ <xs:element name="stylesheet">
1419
+ <xs:complexType mixed="true">
1420
+ <xs:attribute name="src" type="xs:anyURI"/>
1421
+ </xs:complexType>
1422
+ </xs:element>
1423
+ <xs:element name="preloadresource">
1424
+ <xs:complexType>
1425
+ <xs:attribute name="name" type="xs:token"/>
1426
+ <xs:attribute name="ratio" type="xs:string"/>
1427
+ <xs:attribute name="synctoload" use="required" type="lzx:booleanLiteral"/>
1428
+ <xs:attribute name="hideafterinit" use="required" type="lzx:booleanLiteral"/>
1429
+ <xs:attribute name="center" use="required" type="lzx:booleanLiteral"/>
1430
+ <xs:attribute name="synchronized" type="lzx:booleanLiteral"/>
1431
+ <xs:attribute name="lastframe" type="lzx:numberLiteral"/>
1432
+ <xs:attribute name="resource" type="xs:string"/>
1433
+ <xs:attribute name="resourcename" type="xs:string"/>
1434
+ <xs:attributeGroup ref="lzx:viewAttributes"/>
1435
+ </xs:complexType>
1436
+ </xs:element>
1437
+ <!--
1438
+
1439
+ Security
1440
+
1441
+ -->
1442
+ <xs:element name="pattern" type="xs:string"/>
1443
+ <xs:element name="allow">
1444
+ <xs:complexType>
1445
+ <xs:sequence>
1446
+ <xs:element minOccurs="0" maxOccurs="unbounded" ref="lzx:pattern"/>
1447
+ </xs:sequence>
1448
+ </xs:complexType>
1449
+ </xs:element>
1450
+ <xs:element name="deny">
1451
+ <xs:complexType>
1452
+ <xs:sequence>
1453
+ <xs:element minOccurs="0" maxOccurs="unbounded" ref="lzx:pattern"/>
1454
+ </xs:sequence>
1455
+ </xs:complexType>
1456
+ </xs:element>
1457
+ <xs:element name="security">
1458
+ <xs:complexType>
1459
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
1460
+ <xs:element ref="lzx:allow"/>
1461
+ <xs:element ref="lzx:deny"/>
1462
+ </xs:choice>
1463
+ </xs:complexType>
1464
+ </xs:element>
1465
+ </xs:schema>