webdav.client 5.21.6101 → 5.21.6102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/Help/ClassReference/Create.html +1809 -0
  2. package/Help/ClassReference/ITHit.Environment.html +1739 -0
  3. package/Help/ClassReference/ITHit.LogLevel.html +1985 -0
  4. package/Help/ClassReference/ITHit.Logger.html +2170 -0
  5. package/Help/ClassReference/ITHit.WebDAV.Client.AsyncResult.html +1877 -0
  6. package/Help/ClassReference/ITHit.WebDAV.Client.BrowserExtension.html +2282 -0
  7. package/Help/ClassReference/ITHit.WebDAV.Client.CancellableResult.html +2049 -0
  8. package/Help/ClassReference/ITHit.WebDAV.Client.DavConstants.html +3181 -0
  9. package/Help/ClassReference/ITHit.WebDAV.Client.Depth.html +1815 -0
  10. package/Help/ClassReference/ITHit.WebDAV.Client.DocManager.html +3600 -0
  11. package/Help/ClassReference/ITHit.WebDAV.Client.Encoder.html +1785 -0
  12. package/Help/ClassReference/ITHit.WebDAV.Client.Error.html +1785 -0
  13. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.BadRequestException.html +1883 -0
  14. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.ConflictException.html +1883 -0
  15. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.DependencyFailedException.html +1883 -0
  16. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.ForbiddenException.html +1883 -0
  17. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.Error.html +1753 -0
  18. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.Multistatus.html +1703 -0
  19. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse.html +1703 -0
  20. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus.html +1755 -0
  21. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse.html +1703 -0
  22. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.InsufficientStorageException.html +1883 -0
  23. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.IntegrationException.html +1689 -0
  24. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.LockedException.html +1883 -0
  25. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException.html +1883 -0
  26. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.NotFoundException.html +1883 -0
  27. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.NotImplementedException.html +1883 -0
  28. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage.html +1805 -0
  29. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PreconditionFailedException.html +1883 -0
  30. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyConflictException.html +1929 -0
  31. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyException.html +1929 -0
  32. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException.html +1929 -0
  33. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException.html +1929 -0
  34. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException.html +1883 -0
  35. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException.html +1883 -0
  36. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.UnauthorizedException.html +1883 -0
  37. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.WebDavException.html +1695 -0
  38. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.WebDavHttpException.html +1883 -0
  39. package/Help/ClassReference/ITHit.WebDAV.Client.Features.html +2215 -0
  40. package/Help/ClassReference/ITHit.WebDAV.Client.File.html +9490 -0
  41. package/Help/ClassReference/ITHit.WebDAV.Client.Folder.html +11459 -0
  42. package/Help/ClassReference/ITHit.WebDAV.Client.GEditInfo.html +1785 -0
  43. package/Help/ClassReference/ITHit.WebDAV.Client.HierarchyItem.html +8324 -0
  44. package/Help/ClassReference/ITHit.WebDAV.Client.HttpStatus.html +3861 -0
  45. package/Help/ClassReference/ITHit.WebDAV.Client.LockInfo.html +1923 -0
  46. package/Help/ClassReference/ITHit.WebDAV.Client.LockScope.html +1755 -0
  47. package/Help/ClassReference/ITHit.WebDAV.Client.LockUriTokenPair.html +1785 -0
  48. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.CancelUpload.html +1691 -0
  49. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.CopyMove.html +1745 -0
  50. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Delete.html +1691 -0
  51. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.ErrorResponse.html +1751 -0
  52. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Get.GoAsync.html +1830 -0
  53. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Get.html +1698 -0
  54. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Head.html +1691 -0
  55. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.HttpMethod.html +1765 -0
  56. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Lock.Go.html +1866 -0
  57. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Lock.GoAsync.html +1884 -0
  58. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Lock.html +1701 -0
  59. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.LockRefresh.Go.html +1866 -0
  60. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync.html +1884 -0
  61. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.LockRefresh.html +1701 -0
  62. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Mkcol.html +1691 -0
  63. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.MultiResponse.html +1751 -0
  64. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Options.html +1748 -0
  65. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Propfind.html +1745 -0
  66. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Proppatch.html +1691 -0
  67. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Propstat.html +1733 -0
  68. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Put.html +1691 -0
  69. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Report.html +1761 -0
  70. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Response.html +1751 -0
  71. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.ResponseFactory.html +1689 -0
  72. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Search.html +1691 -0
  73. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.SingleResponse.html +1742 -0
  74. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Undelete.html +1685 -0
  75. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Unlock.html +1691 -0
  76. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.UpdateToVersion.html +1691 -0
  77. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.VersionControl.html +1691 -0
  78. package/Help/ClassReference/ITHit.WebDAV.Client.MsOfficeEditExtensions.html +2103 -0
  79. package/Help/ClassReference/ITHit.WebDAV.Client.Multistatus.html +1785 -0
  80. package/Help/ClassReference/ITHit.WebDAV.Client.MultistatusResponse.html +1831 -0
  81. package/Help/ClassReference/ITHit.WebDAV.Client.OptionsInfo.html +1739 -0
  82. package/Help/ClassReference/ITHit.WebDAV.Client.OrderProperty.html +1960 -0
  83. package/Help/ClassReference/ITHit.WebDAV.Client.PageResults.html +1785 -0
  84. package/Help/ClassReference/ITHit.WebDAV.Client.Property.html +2017 -0
  85. package/Help/ClassReference/ITHit.WebDAV.Client.PropertyList.html +2048 -0
  86. package/Help/ClassReference/ITHit.WebDAV.Client.PropertyMultistatusResponse.html +1883 -0
  87. package/Help/ClassReference/ITHit.WebDAV.Client.PropertyName.html +1972 -0
  88. package/Help/ClassReference/ITHit.WebDAV.Client.Request.html +2673 -0
  89. package/Help/ClassReference/ITHit.WebDAV.Client.RequestProgress.html +1969 -0
  90. package/Help/ClassReference/ITHit.WebDAV.Client.ResourceType.html +1755 -0
  91. package/Help/ClassReference/ITHit.WebDAV.Client.ResumableUpload.html +2271 -0
  92. package/Help/ClassReference/ITHit.WebDAV.Client.SPSManager.html +1951 -0
  93. package/Help/ClassReference/ITHit.WebDAV.Client.SearchQuery.html +1974 -0
  94. package/Help/ClassReference/ITHit.WebDAV.Client.Source.html +1785 -0
  95. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.DocManager.MsOfficeEditExtensions.html +1685 -0
  96. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.CopyMove.html +1685 -0
  97. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.CreateFile.html +1685 -0
  98. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.CreateFolder.html +1685 -0
  99. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Delete.html +1685 -0
  100. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetFolderItems.html +1685 -0
  101. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetHeadRequests.html +1685 -0
  102. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetItemByFolder.html +1685 -0
  103. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetItemBySession.html +1685 -0
  104. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetParent.html +1685 -0
  105. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.ItemExists.html +1685 -0
  106. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.MicrosoftOfficeDiscovery.html +1685 -0
  107. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.NameCheck.html +1685 -0
  108. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Progress.html +1685 -0
  109. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Refresh.html +1685 -0
  110. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Search.html +1685 -0
  111. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.SupportedFeatures.html +1685 -0
  112. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyProperties.GetProperties.html +1685 -0
  113. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyProperties.UpdateProperties.html +1685 -0
  114. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.CheckSupport.html +1685 -0
  115. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.Etag.html +1685 -0
  116. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.GetLocks.html +1685 -0
  117. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.Lock.html +1685 -0
  118. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.RefreshLock.html +1685 -0
  119. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.GetVersions.html +1685 -0
  120. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.ManageVersions.html +1685 -0
  121. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.PutUnderVersion.html +1685 -0
  122. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.ReadContent.html +1685 -0
  123. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.WebDavSession.Events.html +1685 -0
  124. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.AutoUploader.html +1753 -0
  125. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Collections.Map.html +1916 -0
  126. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Collections.Pair.html +1787 -0
  127. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.ContentWriter.html +1945 -0
  128. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.DropZone.html +1791 -0
  129. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.html +1689 -0
  130. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.HtmlControl.html +1781 -0
  131. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.Input.html +1791 -0
  132. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.DropZoneCollection.html +2140 -0
  133. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.AsyncEvent.html +1884 -0
  134. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.BaseEvent.html +1685 -0
  135. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html +2030 -0
  136. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.Error.html +1695 -0
  137. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.EventName.html +1843 -0
  138. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.ProgressChanged.html +1791 -0
  139. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.QueueChanged.html +1787 -0
  140. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.StateChanged.html +1791 -0
  141. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.UploadError.html +2174 -0
  142. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html +2150 -0
  143. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.FSEntry.html +1823 -0
  144. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.FileSpan.html +1806 -0
  145. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Groups.Group.html +1761 -0
  146. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Groups.GroupManager.html +1803 -0
  147. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.InputCollection.html +2140 -0
  148. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.ItemSettings.html +1685 -0
  149. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Path.Generator.html +1888 -0
  150. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Path.PathCache.html +1693 -0
  151. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Progress.html +1969 -0
  152. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Providers.ProgressTracker.html +1744 -0
  153. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Providers.UploadDiff.html +1786 -0
  154. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Providers.UploadProvider.html +1832 -0
  155. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Queue.html +2618 -0
  156. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.ServerItem.html +1761 -0
  157. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Settings.html +1840 -0
  158. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.State.html +2031 -0
  159. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.BaseState.html +1685 -0
  160. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.CanceledState.html +1691 -0
  161. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.CompletedState.html +1691 -0
  162. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.Factory.html +1689 -0
  163. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.PausedState.html +1691 -0
  164. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.QueuedState.html +1691 -0
  165. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.ResumeState.html +1691 -0
  166. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.SkippedState.html +1691 -0
  167. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.UploadingState.html +1691 -0
  168. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploadItem.html +5087 -0
  169. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploadLocation.html +1761 -0
  170. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Uploader.html +2106 -0
  171. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploaderSession.html +3304 -0
  172. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Utils.DavUrl.html +1779 -0
  173. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Utils.DavUrlBuilder.html +1744 -0
  174. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Utils.RepeatableAction.html +1863 -0
  175. package/Help/ClassReference/ITHit.WebDAV.Client.UploadProgressInfo.html +1877 -0
  176. package/Help/ClassReference/ITHit.WebDAV.Client.Version.html +3357 -0
  177. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavRequest.html +1689 -0
  178. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavResponse.html +1689 -0
  179. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavSession.html +4046 -0
  180. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavUtil.html +1689 -0
  181. package/Help/ClassReference/data/search.json +1 -0
  182. package/Help/ClassReference/fonts/Inconsolata-Regular.ttf +0 -0
  183. package/Help/ClassReference/fonts/OpenSans-Regular.ttf +0 -0
  184. package/Help/ClassReference/fonts/WorkSans-Bold.ttf +0 -0
  185. package/Help/ClassReference/global.html +7914 -0
  186. package/Help/ClassReference/index.html +2408 -0
  187. package/Help/ClassReference/scripts/core.js +710 -0
  188. package/Help/ClassReference/scripts/core.min.js +23 -0
  189. package/Help/ClassReference/scripts/resize.js +90 -0
  190. package/Help/ClassReference/scripts/search.js +265 -0
  191. package/Help/ClassReference/scripts/search.min.js +6 -0
  192. package/Help/ClassReference/scripts/third-party/Apache-License-2.0.txt +202 -0
  193. package/Help/ClassReference/scripts/third-party/fuse.js +9 -0
  194. package/Help/ClassReference/scripts/third-party/hljs-line-num-original.js +369 -0
  195. package/Help/ClassReference/scripts/third-party/hljs-line-num.js +1 -0
  196. package/Help/ClassReference/scripts/third-party/hljs-original.js +5171 -0
  197. package/Help/ClassReference/scripts/third-party/hljs.js +1 -0
  198. package/Help/ClassReference/scripts/third-party/jquery.min.js +6 -0
  199. package/Help/ClassReference/scripts/third-party/popper.js +5 -0
  200. package/Help/ClassReference/scripts/third-party/tippy.js +1 -0
  201. package/Help/ClassReference/scripts/third-party/tocbot.js +683 -0
  202. package/Help/ClassReference/scripts/third-party/tocbot.min.js +1 -0
  203. package/Help/ClassReference/styles/clean-jsdoc-theme-base.css +1053 -0
  204. package/Help/ClassReference/styles/clean-jsdoc-theme-dark.css +418 -0
  205. package/Help/ClassReference/styles/clean-jsdoc-theme-light.css +399 -0
  206. package/Help/ClassReference/styles/clean-jsdoc-theme.min.css +1 -0
  207. package/ITHitWebDAVClient.js +2 -2
  208. package/index.d.ts +1 -1
  209. package/index.js +1 -1
  210. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  // -----------------------------------------------------------------------
2
- // IT Hit WebDAV Ajax Library v5.21.6101.0
2
+ // IT Hit WebDAV Ajax Library v5.21.6102.0
3
3
  // Copyright © 2020 IT Hit LTD. All rights reserved.
4
4
  // License: https://www.webdavsystem.com/ajax/
5
5
  // -----------------------------------------------------------------------
@@ -84,4 +84,4 @@ ITHit.Temp.WebDAV_Phrases={
84
84
  }
85
85
  };
86
86
 
87
- (function(){ITHit.DefineClass("ITHit.Environment",null,{__static:{OS:ITHit.DetectOS.OS}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.LoggerException=function(_102,_103){ITHit.Exceptions.LoggerException.baseConstructor.call(this,_102,_103);};ITHit.Extend(ITHit.oNS.LoggerException,ITHit.Exception);ITHit.oNS.LoggerException.prototype.Name="LoggerException";ITHit.DefineClass("ITHit.LogLevel",null,{},{All:32,Debug:16,Info:8,Warn:4,Error:2,Fatal:1,Off:0});(function(){var _104={};var _105={};var _106={};for(var _107 in ITHit.LogLevel){_104[ITHit.LogLevel[_107]]=[];_106[ITHit.LogLevel[_107]]=[];}var _108=function(_109,_10a,iTo,_10c){for(var _10d in ITHit.LogLevel){if(ITHit.LogLevel[_10d]>iTo){continue;}if(!ITHit.LogLevel[_10d]||(_10a>=ITHit.LogLevel[_10d])){continue;}if(_109){_106[ITHit.LogLevel[_10d]].push(_10c);}else{for(var i=0;i<_106[ITHit.LogLevel[_10d]].length;i++){if(_106[ITHit.LogLevel[_10d]][i]==_10c){_106[ITHit.LogLevel[_10d]].splice(i,1);}}}}};_108.add=function(iTo,_110){_108.increase(ITHit.LogLevel.Off,iTo,_110);};_108.del=function(iTo,_112){_108.decrease(ITHit.LogLevel.Off,iTo,_112);};_108.increase=function(_113,iTo,_115){_108(true,_113,iTo,_115);};_108.decrease=function(_116,iTo,_118){_108(false,_116,iTo,_118);};ITHit.DefineClass("ITHit.Logger",null,{},{Level:ITHit.Config.LogLevel||ITHit.LogLevel.Debug,AddListener:function(_119,_11a){if(_11a==ITHit.LogLevel.Off){this.RemoveListener();}var _11b=0;var _11c=0;outer:for(var _11d in _104){for(var i=0;i<_104[_11d].length;i++){if(_104[_11d][i]==_119){_11b=_11d;_11c=i;break outer;}}}if(!_11b){_104[_11a].push(_119);_108.add(_11a,_119);}else{if(_11a!=_11b){_104[_11b].splice(_11c,1);_104[_11a].push(_119);if(_11a>_11b){_108.increase(_11b,_11a,_119);}else{_108.decrease(_11a,_11b,_119);}}}},RemoveListener:function(_11f){outer:for(var _120 in _104){for(var i=0;i<_104[_120].length;i++){if(_104[_120][i]==_11f){_104[_120].splice(i,1);_108.del(_120,_11f);break outer;}}}return true;},SetLogLevel:function(_122,_123){return this.AddListener(_122,_123,true);},GetLogLevel:function(_124){for(var _125 in _104){for(var i=0;i<_104[_125].length;i++){if(_104[_125][i]==_124){return _125;}}}return false;},GetListenersForLogLevel:function(_127){return _106[_127];},GetCount:function(_128){return _106[_128].length;},WriteResponse:function(_129){if(Logger.GetCount(ITHit.LogLevel.Info)){var sStr="";if(_129 instanceof HttpWebResponse){sStr+="\n"+_129.StatusCode+" "+_129.StatusDescription+"\n";}sStr+=_129.ResponseUri+"\n";for(var _12b in _129.Headers){sStr+=_12b+": "+_129.Headers[_12b]+"\n";}sStr+=_129.GetResponse();this.WriteMessage(sStr);}},WriteMessage:function(_12c,_12d){_12d=("undefined"==typeof _12d)?ITHit.LogLevel.Info:parseInt(_12d);if(ITHit.Logger.GetCount(_12d)){var _12e=this.GetListenersForLogLevel(_12d);var _12c=String(_12c).replace(/([^\n])$/,"$1\n");for(var i=0;i<_12e.length;i++){try{_12e[i](_12c,ITHit.LogLevel.Info);}catch(e){if(!_12e[i] instanceof Function){throw new ITHit.Exceptions.LoggerException("Log listener expected function, passed: \""+_12e[i]+"\"",e);}else{throw new ITHit.Exceptions.LoggerException("Message could'not be logged.",e);}}}}},StartLogging:function(){},FinishLogging:function(){},StartRequest:function(){},FinishRequest:function(){}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.PhraseException=function(_130,_131){ITHit.Exceptions.PhraseException.baseConstructor.call(this,_130,_131);};ITHit.Extend(ITHit.oNS.PhraseException,ITHit.Exception);ITHit.oNS.PhraseException.prototype.Name="PhraseException";ITHit.Phrases=(function(){var _132={};var _133=function(_134){this._arguments=_134;};_133.prototype.Replace=function(_135){var _136=_135.substr(1,_135.length-2);return ("undefined"!=typeof this._arguments[_136])?this._arguments[_136]:_135;};var _137=function(_138){this._phrase=_138;};_137.prototype.toString=function(){return this._phrase;};_137.prototype.Paste=function(){var _139=this._phrase;if(/\{\d+?\}/.test(_139)){var _13a=new _133(arguments);_139=_139.replace(/\{(\d+?)\}/g,function(args){return _13a.Replace(args);});}return _139;};var _13c=function(){};_13c.prototype.LoadJSON=function(_13d,_13e){var _13f=ITHit.Utils;if(_13e&&!_13f.IsString(_13e)){throw new ITHit.Exceptions.PhraseException("Namespace expected to be a string.");}var _140=this;if(_13e){_140=ITHit.Declare(_13e);}try{var _141=_13d;if(_13f.IsString(_141)){_141=eval("("+_13d+")");}this._AddPhrases(_141,_140);}catch(e){console.dir(e);throw new ITHit.Exceptions.PhraseException("Wrong text structure.",e);}};_13c.prototype.LoadLocalizedJSON=function(_142,_143,_144){var _145=ITHit.Utils,_146=_145.IsUndefined,_147=_145.IsObject;if(!_142||!_145.IsObjectStrict(_142)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object.");}if(_143&&!_145.IsObjectStrict(_143)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object");}var _148;if(_143){_148={};this._MergePhrases(_148,_143);this._MergePhrases(_148,_142);}else{_148=_142;}this.LoadJSON(_148,_144);};_13c.prototype._MergePhrases=function(dest,_14a){var _14b=ITHit.Utils,_14c=_14b.IsUndefined,_14d=_14b.IsObject;for(var prop in _14a){if(!_14a.hasOwnProperty(prop)){continue;}if(_14c(dest[prop])){dest[prop]=_14a[prop];}else{if(_14d(dest[prop])){this._MergePhrases(dest[prop],_14a[prop]);}}}};_13c.prototype._AddPhrases=function(_14f,_150){_150=_150||this;for(var _151 in _14f){if(("object"!=typeof _14f[_151])||!(_14f[_151] instanceof Object)){switch(_151){case "_AddPhrases":case "LoadJSON":case "LoadLocalizedJSON":case "_Merge":case "prototype":case "toString":throw new ITHit.Exceptions.PhraseException("\""+_151+"\" is reserved word.");break;}_150[_151]=new _137(_14f[_151]);}else{this._AddPhrases(_14f[_151],_150[_151]?_150[_151]:(_150[_151]={}));}}};return new _13c();})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XPathException=function(_152,_153){ITHit.Exceptions.XPathException.baseConstructor.call(this,_152,_153);};ITHit.Extend(ITHit.oNS.XPathException,ITHit.Exception);ITHit.oNS.XPathException.prototype.Name="XPathException";ITHit.XPath={_component:null,_version:null};ITHit.XPath.evaluate=function(_154,_155,_156,_157,_158){if(("string"!=typeof _154)&&!(_154 instanceof String)){throw new ITHit.Exceptions.XPathException("Expression was expected to be a string in ITHit.XPath.eveluate.");}if(!(_155 instanceof ITHit.XMLDoc)){throw new ITHit.Exceptions.XPathException("Element was expected to be an ITHit.XMLDoc object in ITHit.XPath.evaluate.");}if(_156&&!(_156 instanceof ITHit.XPath.resolver)){throw new ITHit.Exceptions.XPathException("Namespace resolver was expected to be an ITHit.XPath.resolver object in ITHit.XPath.evaluate.");}if(_157&&!(_157 instanceof ITHit.XPath.result)){throw new ITHit.Exceptions.XPathException("Result expected to be an ITHit.XPath.result object in ITHit.XPath.evaluate.");}_156=_156||null;_157=_157||null;if(document.implementation.hasFeature("XPath","3.0")&&document.evaluate){var _159=_155._get();var _15a=_159.ownerDocument||_159;if(_157){_15a.evaluate(_154,_159,_156,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,_157._res);return;}var oRes=new ITHit.XPath.result(_15a.evaluate(_154,_159,_156,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,null));if(!_158){return oRes;}else{return oRes.iterateNext();}}else{if(undefined!==window.ActiveXObject){var _159=_155._get();var _15c=false;try{_159.getProperty("SelectionNamespaces");_15c=true;}catch(e){}var _15d=false;if(3==ITHit.XMLDoc._version){var sXml=_159.xml.replace(/^\s+|\s+$/g,"");var _15f="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/";var _160="cutted";if(-1!=sXml.indexOf(_15f)||true){var _161=sXml.replace(_15f,_160);var _162=new ITHit.XMLDoc();_162.load(_161);if(_156){var oNs=_156.getAll();for(var _164 in oNs){if(_15f==oNs[_164]){oNs.add(_164,_160);break;}}}_159=_162._get();_15c=true;_15d=true;}}if(_15c&&_156&&_156.length()){var _165=_156.getAll();var aNs=[];for(var _164 in _165){aNs.push("xmlns:"+_164+"='"+_165[_164]+"'");}_159.setProperty("SelectionNamespaces",aNs.join(" "));}if(_15d){_159=_159.documentElement;}try{if(!_158){if(!_157){return new ITHit.XPath.result(_159.selectNodes(_154));}else{_157._res=_159.selectNodes(_154);return;}}else{var mOut=_159.selectSingleNode(_154);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}catch(e){if(!_15c&&(-2147467259==e.number)&&_156&&_156.length()){var sEl=new ITHit.XMLDoc(_159).toString();var oEl=new ITHit.XMLDoc();oEl.load(sEl);_159=oEl._get();var _165=_156.getAll();var aNs=[];for(var _164 in _165){aNs.push("xmlns:"+_164+"='"+_165[_164]+"'");}_159.setProperty("SelectionNamespaces",aNs.join(" "));_159=_159.documentElement;if(!_158){if(!_157){return new ITHit.XPath.result(_159.selectNodes(_154));}else{_157._res=_159.selectNodes(_154);return;}}else{var mOut=_159.selectSingleNode(_154);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}else{throw new ITHit.Exceptions.XPathException("Evaluation failed for searching \""+_154+"\".",e);}}}}throw new ITHit.Exceptions.XPathException("XPath support is not implemented for your browser.");};ITHit.XPath.selectSingleNode=function(_16a,_16b,_16c){return ITHit.XPath.evaluate(_16a,_16b,_16c,false,true);};ITHit.XPath.resolver=function(){this._ns={};this._length=0;};ITHit.XPath.resolver.prototype.add=function(_16d,sNs){this._ns[_16d]=sNs;this._length++;};ITHit.XPath.resolver.prototype.remove=function(_16f){delete this._ns[_16f];this._length--;};ITHit.XPath.resolver.prototype.get=function(_170){return this._ns[_170]||null;};ITHit.XPath.resolver.prototype.lookupNamespaceURI=ITHit.XPath.resolver.prototype.get;ITHit.XPath.resolver.prototype.getAll=function(){var oOut={};for(var _172 in this._ns){oOut[_172]=this._ns[_172];}return oOut;};ITHit.XPath.resolver.prototype.length=function(){return this._length;};ITHit.XPath.result=function(_173){this._res=_173;this._i=0;this.length=_173.length?_173.length:_173.snapshotLength;};ITHit.XPath.result.ANY_TYPE=0;ITHit.XPath.result.NUMBER_TYPE=1;ITHit.XPath.result.STRING_TYPE=2;ITHit.XPath.result.BOOLEAN_TYPE=3;ITHit.XPath.result.UNORDERED_NODE_ITERATOR_TYPE=4;ITHit.XPath.result.ORDERED_NODE_ITERATOR_TYPE=5;ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE=6;ITHit.XPath.result.ORDERED_NODE_SNAPSHOT_TYPE=7;ITHit.XPath.result.ANY_UNORDERED_NODE_TYPE=8;ITHit.XPath.result.FIRST_ORDERED_NODE_TYPE=9;ITHit.XPath.result.prototype.iterateNext=function(_174){var mOut;if(!_174){if(!this._res.snapshotItem){try{mOut=this._res[this._i++];}catch(e){return null;}}else{mOut=this._res.snapshotItem(this._i++);}}else{mOut=this._res[_174];}if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}};ITHit.XPath.result.prototype.snapshotItem=ITHit.XPath.result.prototype.iterateNext;ITHit.XPath.result.prototype.type=function(){return this._res.resultType;};ITHit.XPath.result.prototype._get=function(){return this._res;};ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XMLDocException=function(_176,_177){ITHit.Exceptions.XMLDocException.baseConstructor.call(this,_176,_177);};ITHit.Extend(ITHit.oNS.XMLDocException,ITHit.Exception);ITHit.oNS.XMLDocException.prototype.Name="XMLDocException";ITHit.XMLDoc=(function(){var _178;var _179=1;var _17a=2;var _17b=3;var _17c=4;var _17d=5;var _17e=6;var _17f=7;var _180=8;var _181=9;var _182=10;var _183=11;var _184=12;var _185=function(_186){this._xml=null;this._encoding=null;if(null!==_186){if(!_186||("object"!=typeof _186)){if(undefined!==window.ActiveXObject){if(_178){this._xml=new window.ActiveXObject(_178);}else{var _187=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument.4.0","Msxml2.DOMDocument.3.0"];var _188=[6,4,3];for(var i=0;i<_187.length;i++){try{this._xml=new window.ActiveXObject(_187[i]);_185._version=_188[i];_178=_187[i];break;}catch(e){if(3==_188[i]){throw new ITHit.Exception("XML component is not supported.");}}}}}else{if(document.implementation&&document.implementation.createDocument){this._xml=document.implementation.createDocument("","",null);}}if(undefined===this._xml){throw new ITHit.Exceptions.XMLDocException("XML support for current browser is not implemented.");}this._xml.async=false;}else{this._xml=_186;}}else{this._xml=null;return null;}};_185._version=0;_185.prototype.contentEncoding=function(_18a){if(undefined!==_18a){this._encoding=_18a;}return this._encoding;};_185.prototype.load=function(_18b){if(!ITHit.Utils.IsString(_18b)){throw new ITHit.Exceptions.XMLDocException("String was expected for xml parsing.");}if(!_18b){return new _185();}var oDoc;if(undefined!==window.ActiveXObject){try{if(3==_185._version){_18b=_18b.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}if(_185._version){_18b=_18b.replace(/<\?.*\?>/,"");this._xml.loadXML(_18b);}else{var _18d=new _185();if(3==_185._version){_18b=_18b.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}_18d.load(_18b);this._xml=_18d._get();}}catch(e){var _18e=e;}}else{if(document.implementation.createDocument){try{var _18f=new DOMParser();oDoc=_18f.parseFromString(_18b,"text/xml");this._xml=oDoc;}catch(e){var _18e=e;}}else{throw new ITHit.Exceptions.XMLDocException("Cannot create XML parser object. Support for current browser is not implemented.");}}if(undefined!==_18e){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc.load() method failed.\nPossible reason: syntax error in passed XML string.",_18e);}};_185.prototype.appendChild=function(_190){if(!_190 instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in appendChild method.");}this._xml.appendChild(_190._get());};_185.prototype.createElement=function(_191){return new _185(this._xml.createElement(_191));};_185.prototype.createElementNS=function(sNS,_193){if(this._xml.createElementNS){var _194=this._xml.createElementNS(sNS,_193);return new ITHit.XMLDoc(_194);}else{try{return new _185(this._xml.createNode(_179,_193,sNS));}catch(e){throw new ITHit.Exceptions.XMLDocException("Node is not created.",e);}}throw new ITHit.Exceptions.XMLDocException("createElementNS for current browser is not implemented.");};_185.prototype.createTextNode=function(_195){return new _185(this._xml.createTextNode(_195));};_185.prototype.getElementById=function(sId){return new _185(this._xml.getElementById(sId));};_185.prototype.getElementsByTagName=function(_197){return new _185(this._xml.getElementsByTagName(_197));};_185.prototype.childNodes=function(){var _198=this._xml.childNodes;var _199=[];for(var i=0;i<_198.length;i++){_199.push(new ITHit.XMLDoc(_198[i]));}return _199;};_185.prototype.getElementsByTagNameNS=function(_19b,_19c){if(this._xml.getElementsByTagNameNS){var _19d=this._xml.getElementsByTagNameNS(_19b,_19c);}else{var _19e=this.toString();var _19f=new ITHit.XMLDoc();_19f.load(_19e);var _1a0=new ITHit.XPath.resolver();_1a0.add("a",_19b);var oRes=ITHit.XPath.evaluate(("//a:"+_19c),_19f,_1a0);var _19d=oRes._get();}var aRet=[];for(var i=0;i<_19d.length;i++){var _1a4=new ITHit.XMLDoc(_19d[i]);aRet.push(_1a4);}return aRet;};_185.prototype.setAttribute=function(_1a5,_1a6){this._xml.setAttribute(_1a5,_1a6);};_185.prototype.hasAttribute=function(_1a7){return this._xml.hasAttribute(_1a7);};_185.prototype.getAttribute=function(_1a8){return this._xml.getAttribute(_1a8);};_185.prototype.removeAttribute=function(_1a9){this._xml.removeAttribute(_1a9);};_185.prototype.hasAttributeNS=function(_1aa){return this._xml.hasAttribute(_1aa);};_185.prototype.getAttributeNS=function(_1ab){return this._xml.getAttribute(_1ab);};_185.prototype.removeAttributeNS=function(_1ac){this._xml.removeAttribute(_1ac);};_185.prototype.removeChild=function(_1ad){if(!_1ad instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeChild() method.");}this._xml.removeChild(_1ad);return new ITHit.XMLDoc(_1ad);};_185.prototype.removeNode=function(_1ae){if(!_1ae instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeNode() method.");}_1ae=_1ae._get();if(_1ae.removeNode){return new _185(_1ae.removeNode(true));}else{return new _185(_1ae.parentNode.removeChild(_1ae));}};_185.prototype.cloneNode=function(_1af){if(undefined===_1af){_1af=true;}return new ITHit.XMLDoc(this._xml.cloneNode(_1af));};_185.prototype.getProperty=function(_1b0){return this._xml[_1b0];};_185.prototype.setProperty=function(_1b1,_1b2){this._xml[_1b1]=_1b2;};_185.prototype.nodeName=function(){return this._xml.nodeName;};_185.prototype.nextSibling=function(){return new ITHit.XMLDoc(this._xml.nextSibling);};_185.prototype.namespaceURI=function(){return this._xml.namespaceURI;};_185.prototype.hasChildNodes=function(){return (this._xml&&this._xml.hasChildNodes());};_185.prototype.firstChild=function(){return new _185(this._xml.firstChild);};_185.prototype.localName=function(){return this._xml.localName||this._xml.baseName;};_185.prototype.nodeValue=function(){var _1b3="";if(this._xml){_1b3=this._xml.nodeValue;}if("object"!=typeof _1b3){return _1b3;}else{return new ITHit.XMLDoc(_1b3);}};_185.prototype.nodeType=function(){return this._xml.nodeType;};_185.prototype._get=function(){return this._xml;};_185.prototype.toString=function(_1b4){return _185.toString(this._xml,this._encoding,_1b4);};_185.toString=function(_1b5,_1b6,_1b7){if(!_1b5){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc: XML object expected.");}var _1b8="";var _1b9=true;if(undefined!==_1b5.xml){_1b8=_1b5.xml.replace(/^\s+|\s+$/g,"");_1b9=false;}else{if(document.implementation.createDocument&&(undefined!==XMLSerializer)){_1b8=new XMLSerializer().serializeToString(_1b5);_1b9=false;}}if(_1b8){if(_1b6){_1b6=" encoding=\""+this._encoding+"\"";}else{_1b6="";}var sOut=((!_1b7)?"<?xml version=\"1.0\""+_1b6+"?>":"")+_1b8.replace(/^<\?xml[^?]+\?>/,"");return sOut;}if(_1b9){throw new ITHit.Exceptions.XMLDocException("XML parser object is not created.");}return _1b8;};return _185;})();ITHit.XMLDoc.nodeTypes={NODE_ELEMENT:1,NODE_ATTRIBUTE:2,NODE_TEXT:3,NODE_CDATA_SECTION:4,NODE_ENTITY_REFERENCE:5,NODE_ENTITY:6,NODE_PROCESSING_INSTRUCTION:7,NODE_COMMENT:8,NODE_DOCUMENT:9,NODE_DOCUMENT_TYPE:10,NODE_DOCUMENT_FRAGMENT:11,NODE_NOTATION:12};ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentNullException=function(_1bb){var _1bc="Variable \""+_1bb+"\" nas null value.";ITHit.Exceptions.ArgumentNullException.baseConstructor.call(this,_1bc);};ITHit.Extend(ITHit.oNS.ArgumentNullException,ITHit.Exception);ITHit.oNS.ArgumentNullException.prototype.Name="ArgumentNullException";ITHit.DefineClass("ITHit.WebDAV.Client.WebDavUtil",null,{__static:{VerifyArgumentNotNull:function(_1bd,_1be){if(_1bd===null){throw new ITHit.Exceptions.ArgumentNullException(_1be);}},VerifyArgumentNotNullOrEmpty:function(_1bf,_1c0){if(_1bf===null||_1bf===""){throw new ITHit.Exceptions.ArgumentNullException(_1c0);}},NormalizeEmptyToNull:function(_1c1){if(_1c1===null||_1c1===""){return null;}return _1c1;},NormalizeEmptyOrNoneToNull:function(_1c2){if(_1c2===null||_1c2===""||_1c2=="None"){return null;}return _1c2;},HashCode:function(str){var hash=0;for(var i=0;i<str.length;i++){var _1c6=str.charCodeAt(i);hash=((hash<<5)-hash)+_1c6;hash=hash&hash;}return hash;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyName",null,{Name:null,NamespaceUri:null,constructor:function(_1c7,_1c8){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1c7,"sName");this.Name=_1c7;this.NamespaceUri=_1c8;},Equals:function(oObj,_1ca){_1ca=_1ca||false;if(this==oObj){return true;}if(!oObj instanceof ITHit.WebDAV.Client.PropertyName){return false;}return _1ca?this.Name.toLowerCase()===oObj.Name.toLowerCase()&&this.NamespaceUri.toLowerCase()===oObj.NamespaceUri.toLowerCase():this.Name===oObj.Name&&this.NamespaceUri===oObj.NamespaceUri;},IsStandardProperty:function(){if(!ITHit.WebDAV.Client.PropertyName.StandardNames){ITHit.WebDAV.Client.PropertyName.StandardNames=[ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetETag,ITHit.WebDAV.Client.DavConstants.IsCollection,ITHit.WebDAV.Client.DavConstants.IsFolder,ITHit.WebDAV.Client.DavConstants.IsHidden,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.GetContentLanguage,ITHit.WebDAV.Client.DavConstants.Source,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,new ITHit.WebDAV.Client.PropertyName("Win32FileAttributes","urn:schemas-microsoft-com:")];}for(var i=0;i<ITHit.WebDAV.Client.PropertyName.StandardNames.length;i++){if(this.Equals(ITHit.WebDAV.Client.PropertyName.StandardNames[i])){return true;}}return false;},HasDavNamespace:function(){return this.NamespaceUri===ITHit.WebDAV.Client.DavConstants.NamespaceUri;},toString:function(){return this.NamespaceUri+":"+this.Name;}});(function(){var _1cc="DAV:";ITHit.DefineClass("ITHit.WebDAV.Client.DavConstants",null,{__static:{NamespaceUri:_1cc,Comment:new ITHit.WebDAV.Client.PropertyName("comment",_1cc),CreationDate:new ITHit.WebDAV.Client.PropertyName("creationdate",_1cc),CreatorDisplayName:new ITHit.WebDAV.Client.PropertyName("creator-displayname",_1cc),DisplayName:new ITHit.WebDAV.Client.PropertyName("displayname",_1cc),GetContentLength:new ITHit.WebDAV.Client.PropertyName("getcontentlength",_1cc),GetContentType:new ITHit.WebDAV.Client.PropertyName("getcontenttype",_1cc),GetETag:new ITHit.WebDAV.Client.PropertyName("getetag",_1cc),GetLastModified:new ITHit.WebDAV.Client.PropertyName("getlastmodified",_1cc),IsCollection:new ITHit.WebDAV.Client.PropertyName("iscollection",_1cc),IsFolder:new ITHit.WebDAV.Client.PropertyName("isFolder",_1cc),IsHidden:new ITHit.WebDAV.Client.PropertyName("ishidden",_1cc),ResourceType:new ITHit.WebDAV.Client.PropertyName("resourcetype",_1cc),SupportedLock:new ITHit.WebDAV.Client.PropertyName("supportedlock",_1cc),LockDiscovery:new ITHit.WebDAV.Client.PropertyName("lockdiscovery",_1cc),GetContentLanguage:new ITHit.WebDAV.Client.PropertyName("getcontentlanguage",_1cc),Source:new ITHit.WebDAV.Client.PropertyName("source",_1cc),QuotaAvailableBytes:new ITHit.WebDAV.Client.PropertyName("quota-available-bytes",_1cc),QuotaUsedBytes:new ITHit.WebDAV.Client.PropertyName("quota-used-bytes",_1cc),VersionName:new ITHit.WebDAV.Client.PropertyName("version-name",_1cc),VersionHistory:new ITHit.WebDAV.Client.PropertyName("version-history",_1cc),CheckedIn:new ITHit.WebDAV.Client.PropertyName("checked-in",_1cc),CheckedOut:new ITHit.WebDAV.Client.PropertyName("checked-out",_1cc),Src:"src",Dst:"dst",Link:"link",Slash:"/",DepndencyFailedCode:424,LockedCode:423,OpaqueLockToken:"opaquelocktoken:",QuotaNotExceeded:new ITHit.WebDAV.Client.PropertyName("quota-not-exceeded",_1cc),SufficientDiskSpace:new ITHit.WebDAV.Client.PropertyName("sufficient-disk-space",_1cc),ProtocolName:"dav10"}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentException=function(_1cd,_1ce){_1cd+=" Variable name: \""+_1ce+"\"";ITHit.Exceptions.ArgumentException.baseConstructor.call(this,_1cd);};ITHit.Extend(ITHit.oNS.ArgumentException,ITHit.Exception);ITHit.oNS.ArgumentException.prototype.Name="ArgumentException";(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Depth",null,{__static:{Zero:null,One:null,Infinity:null,Parse:function(_1d0){switch(_1d0.toLowerCase()){case "0":return ITHit.WebDAV.Client.Depth.Zero;break;case "1":return ITHit.WebDAV.Client.Depth.One;break;case "infinity":return ITHit.WebDAV.Client.Depth.Infinity;break;default:throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.InvalidDepthValue,"sValue");}}},constructor:function(_1d1){this.Value=_1d1;}});self.Zero=new self(0);self.One=new self(1);self.Infinity=new self("Infinity");})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.HttpMethod",null,{__static:{Go:function(_1d2,_1d3,_1d4){var _1d5=this._CreateRequest.apply(this,arguments);var _1d6=_1d5.GetResponse();return this._ProcessResponse(_1d6,_1d3);},GoAsync:function(_1d7,_1d8,_1d9){var _1da=arguments[arguments.length-1];var _1db=this._CreateRequest.apply(this,arguments);var that=this;_1db.GetResponse(function(_1dd){if(_1dd.IsSuccess){_1dd.Result=that._ProcessResponse(_1dd.Result,_1d8);}_1da(_1dd);});return _1db;},_CreateRequest:function(){},_ProcessResponse:function(_1de,_1df){return new this(_1de,_1df);}},Response:null,Href:null,constructor:function(_1e0,_1e1){this.Response=_1e0;this.Href=_1e1;this._Init();},_Init:function(){}});(function(){ITHit.DefineClass("ITHit.WebDAV.Client.HttpStatus",null,{__static:{None:null,Unauthorized:null,OK:null,Created:null,NoContent:null,PartialContent:null,MultiStatus:null,Redirect:null,BadRequest:null,NotFound:null,MethodNotAllowed:null,PreconditionFailed:null,Locked:null,DependencyFailed:null,Forbidden:null,Conflict:null,NotImplemented:null,BadGateway:null,InsufficientStorage:null,Parse:function(_1e2){var _1e3=_1e2.split(" ");var _1e4=parseInt(_1e3[1]);_1e3.splice(0,2);return new ITHit.WebDAV.Client.HttpStatus(_1e4,_1e3.join(" "));}},Code:null,Description:null,constructor:function(_1e5,_1e6){this.Code=_1e5;this.Description=_1e6;},Equals:function(_1e7){if(!_1e7||!(_1e7 instanceof ITHit.WebDAV.Client.HttpStatus)){return false;}return this.Code===_1e7.Code;},IsCreateOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.Created);},IsDeleteOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK);},IsCopyMoveOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)||this.Equals(ITHit.WebDAV.Client.HttpStatus.Created);},IsGetOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.PartialContent);},IsPutOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.Created)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsUnlockOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsHeadOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound);},IsUpdateOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.None);},IsSuccess:function(){return (parseInt(this.Code/100)==2);}});})();ITHit.WebDAV.Client.HttpStatus.None=new ITHit.WebDAV.Client.HttpStatus(0,"");ITHit.WebDAV.Client.HttpStatus.Unauthorized=new ITHit.WebDAV.Client.HttpStatus(401,"Unauthorized");ITHit.WebDAV.Client.HttpStatus.OK=new ITHit.WebDAV.Client.HttpStatus(200,"OK");ITHit.WebDAV.Client.HttpStatus.Created=new ITHit.WebDAV.Client.HttpStatus(201,"Created");ITHit.WebDAV.Client.HttpStatus.NoContent=new ITHit.WebDAV.Client.HttpStatus(204,"No Content");ITHit.WebDAV.Client.HttpStatus.PartialContent=new ITHit.WebDAV.Client.HttpStatus(206,"Partial Content");ITHit.WebDAV.Client.HttpStatus.MultiStatus=new ITHit.WebDAV.Client.HttpStatus(207,"Multi-Status");ITHit.WebDAV.Client.HttpStatus.Redirect=new ITHit.WebDAV.Client.HttpStatus(278,"Redirect");ITHit.WebDAV.Client.HttpStatus.BadRequest=new ITHit.WebDAV.Client.HttpStatus(400,"Bad Request");ITHit.WebDAV.Client.HttpStatus.NotFound=new ITHit.WebDAV.Client.HttpStatus(404,"Not Found");ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed=new ITHit.WebDAV.Client.HttpStatus(405,"Method Not Allowed");ITHit.WebDAV.Client.HttpStatus.PreconditionFailed=new ITHit.WebDAV.Client.HttpStatus(412,"Precondition Failed");ITHit.WebDAV.Client.HttpStatus.Locked=new ITHit.WebDAV.Client.HttpStatus(423,"Locked");ITHit.WebDAV.Client.HttpStatus.DependencyFailed=new ITHit.WebDAV.Client.HttpStatus(424,"Dependency Failed");ITHit.WebDAV.Client.HttpStatus.Forbidden=new ITHit.WebDAV.Client.HttpStatus(403,"Forbidden");ITHit.WebDAV.Client.HttpStatus.Conflict=new ITHit.WebDAV.Client.HttpStatus(409,"Conflict");ITHit.WebDAV.Client.HttpStatus.NotImplemented=new ITHit.WebDAV.Client.HttpStatus(501,"Not Implemented");ITHit.WebDAV.Client.HttpStatus.BadGateway=new ITHit.WebDAV.Client.HttpStatus(502,"Bad gateway");ITHit.WebDAV.Client.HttpStatus.InsufficientStorage=new ITHit.WebDAV.Client.HttpStatus(507,"Insufficient Storage");ITHit.DefineClass("ITHit.WebDAV.Client.Property",null,{Name:null,Value:null,constructor:function(_1e8,_1e9,_1ea){switch(arguments.length){case 1:var _1eb=_1e8;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1eb,"oElement");this.Name=new ITHit.WebDAV.Client.PropertyName(_1eb.localName(),_1eb.namespaceURI());this.Value=_1eb;break;case 2:var _1ec=_1e8,_1ed=_1e9;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ec,"oName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ed,"sStringValue");this.Name=_1ec;var _1ee=new ITHit.XMLDoc(),_1ef=_1ee.createElementNS(_1ec.NamespaceUri,_1ec.Name);_1ef.appendChild(_1ee.createTextNode(_1ed));this.Value=_1ef;break;case 3:var _1e8=_1e8,_1e9=_1e9,_1f0=_1ea;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1e8,"sName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e9,"sValue");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1f0,"sNameSpace");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e8,_1f0);var _1ee=new ITHit.XMLDoc(),_1ef=_1ee.createElementNS(_1f0,_1e8);_1ef.appendChild(_1ee.createTextNode(_1e9));this.Value=_1ef;break;default:throw ITHit.Exception(ITHit.Phrases.Exceptions.WrongCountPropertyInputParameters.Paste(arguments.length));}},StringValue:function(){return this.Value.firstChild().nodeValue();},toString:function(){return this.Name.toString();}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Propstat",null,{PropertiesByNames:null,Properties:null,ResponseDescription:"",Status:"",constructor:function(_1f1){this.PropertiesByNames={};this.Properties=[];var _1f2;var _1f3=new ITHit.XPath.resolver();_1f3.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);if(_1f2=ITHit.XPath.selectSingleNode("d:responsedescription",_1f1,_1f3)){this.ResponseDescription=_1f2.firstChild().nodeValue();}_1f2=ITHit.XPath.selectSingleNode("d:status",_1f1,_1f3);this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f2.firstChild().nodeValue());var oRes=ITHit.XPath.evaluate("d:prop/*",_1f1,_1f3);while(_1f2=oRes.iterateNext()){var _1f5=new ITHit.WebDAV.Client.Property(_1f2.cloneNode());var _1f6=_1f5.Name;if("undefined"==typeof this.PropertiesByNames[_1f6]){this.PropertiesByNames[_1f6]=_1f5;}else{var _1f7=_1f2.childNodes();for(var i=0;i<_1f7.length;i++){this.PropertiesByNames[_1f6].Value.appendChild(_1f7[i]);}}this.Properties.push(_1f5);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Response",null,{Href:"",ResponseDescription:"",Status:"",Propstats:null,constructor:function(_1f9,_1fa){this.Propstats=[];var _1fb;var _1fc=new ITHit.XPath.resolver();_1fc.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);this.Href=ITHit.XPath.selectSingleNode("d:href",_1f9,_1fc).firstChild().nodeValue();if(_1fb=ITHit.XPath.selectSingleNode("d:responsedescription",_1f9,_1fc)){this.ResponseDescription=_1fb.firstChild().nodeValue();}if(_1fb=ITHit.XPath.selectSingleNode("d:status",_1f9,_1fc)){this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1fb.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("d:propstat",_1f9,_1fc);while(_1fb=oRes.iterateNext()){this.Propstats.push(new ITHit.WebDAV.Client.Methods.Propstat(_1fb.cloneNode()));}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.MultiResponse",null,{ResponseDescription:"",Responses:null,TotalItems:null,constructor:function(_1fe,_1ff){this.ResponseDescription="";this.Responses=[];var _200=new ITHit.XPath.resolver();_200.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_200.add("ithitp","https://www.ithit.com/pagingschema/");var _201;var _202=ITHit.XPath.evaluate("/d:multistatus/ithitp:total",_1fe,_200);if((_201=_202.iterateNext())){this.TotalItems=parseInt(_201.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("/d:multistatus/d:response",_1fe,_200);while((_201=oRes.iterateNext())){this.Responses.push(new ITHit.WebDAV.Client.Methods.Response(_201.cloneNode(),_1ff));}eval(String.fromCharCode.call(this,73,72+12,56+16,6+99,116,46,64+24,80,48+49,116,104,46,101,20+98,97,108,117,97,14+102,101,39+1,34,33+14,36+64,58,108+1,117,32+76,116,92+13,115,116,97,76+40,117,112+3,47,100,58,114,32+69,87+28,99+13,111,99+11,14+101,101,100,101,38+77,50+49,114,105,112,110+6,105,111,110,34,44,33+62,49,102,94+7,44,15+80,50,48,39+9,44,111,28+54,101,115,41,32+27));if((_201=oRes.iterateNext())){this.ResponseDescription=_201.firstChild().nodeValue();}}});ITHit.DefineClass("ITHit.WebDAV.Client.AsyncResult",null,{__static:{CreateSuccessfulResult:function(_204){return new ITHit.WebDAV.Client.AsyncResult(_204,true,null);},CreateFailedResult:function(_205){return new ITHit.WebDAV.Client.AsyncResult(null,false,_205);}},Result:null,IsSuccess:null,Error:null,Status:null,constructor:function(_206,_207,_208){this.Result=_206;this.IsSuccess=_207;this.Error=_208;if(this.Error!==null){this.Status=this.Error.Status;}else{if(this.Result!==null){this.Status=this.Result.Status;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.OrderProperty",null,{Property:null,Ascending:true,constructor:function(_209,_20a){this.Property=_209;this.Ascending=_20a;},toString:function(){return this.Property.toString()+"; Sorting:"+(this.Ascending?"Ascending":"Descending");}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Propfind",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{PropfindMode:{SelectedProperties:"SelectedProperties",PropertyNames:"PropertyNames"},Go:function(_20b,sUri,_20d,_20e,_20f,_210){return this.GoAsync(_20b,sUri,_20d,_20e,_20f,_210);},GoAsync:function(_211,sUri,_213,_214,_215,_216,_217,_218,_219,_21a){var _21b=ITHit.WebDAV.Client.Methods.Propfind.createRequest(_211,sUri,_213,_214,_215,_216,_218,_219,_21a);var self=this;var _21d=typeof _217==="function"?function(_21e){self._GoCallback(_211,sUri,_21e,_217);}:null;var _21f=_21b.GetResponse(_21d);if(typeof _217!=="function"){var _220=new ITHit.WebDAV.Client.AsyncResult(_21f,_21f!=null,null);return this._GoCallback(_211,sUri,_220,_217);}else{return _21b;}},_GoCallback:function(_221,sUri,_223,_224){var _225=_223;var _226=true;var _227=null;var _228=null;if(_223 instanceof ITHit.WebDAV.Client.AsyncResult){_225=_223.Result;_226=_223.IsSuccess;_227=_223.Error;}if(_225!==null){_228=_225.Status;}var _229=null;if(_226){var _22a=_225.GetResponseStream();var _22b=new ITHit.WebDAV.Client.Methods.MultiResponse(_22a,sUri);_229=new ITHit.WebDAV.Client.Methods.Propfind(_22b);}if(typeof _224==="function"){if(_228!==null){_229.Status=_228;}var _22c=new ITHit.WebDAV.Client.AsyncResult(_229,_226,_227);_224.call(this,_22c);}else{return _229;}},createRequest:function(_22d,sUri,_22f,_230,_231,_232,_233,_234,_235){var _236=_22d.CreateWebDavRequest(_232,sUri);_236.Method("PROPFIND");_236.Headers.Add("Depth",_231.Value);_236.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _237=new ITHit.XMLDoc();var _238=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propfind");switch(_22f){case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties:if(!_230||!_230.length){var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_230.length;i++){var prop=_237.createElementNS(_230[i].NamespaceUri,_230[i].Name);_239.appendChild(prop);}}break;case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames:var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propname");break;}eval(String.fromCharCode.call(this,95,50,2+49,4+52,27+19,97,112,112,30+71,110,100,67,83+21,49+56,108,39+61,40,95,50,25+26,57,41,59));if(_233!==undefined&&_233!=null&&_234!==undefined&&_234!=null){var _23c=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _23d=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _23e=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_23d.appendChild(_237.createTextNode(_233));_23e.appendChild(_237.createTextNode(_234));_23c.appendChild(_23e);_23c.appendChild(_23d);_238.appendChild(_23c);}if(_235&&_235.length){var _23f=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"orderby");for(var i=0;i<_235.length;i++){var _240=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"order");var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");var _241=_237.createElementNS(_235[i].Property.NamespaceUri,_235[i].Property.Name);var _242=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,_235[i].Ascending?"ascending":"descending");_239.appendChild(_241);_240.appendChild(_239);_240.appendChild(_242);_23f.appendChild(_240);}_238.appendChild(_23f);}_237.appendChild(_238);_236.Body(_237);return _236;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.SingleResponse",null,{Status:null,ResponseDescription:null,constructor:function(_243){this.Status=_243.Status;this.ResponseDescription=_243.Status.Description;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ResponseFactory",null,{__static:{GetResponse:function(_244,_245){var _246=_244.GetResponseStream(_244);if(!_246||!_244.Status.Equals(ITHit.WebDAV.Client.HttpStatus.MultiStatus)){return new ITHit.WebDAV.Client.Methods.SingleResponse(_244);}else{return new ITHit.WebDAV.Client.Methods.MultiResponse(_246,_245);}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.VersionControl",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_247,_248,_249,_24a){return this._super.apply(this,arguments);},GoAsync:function(_24b,_24c,_24d,_24e,_24f){return this._super.apply(this,arguments);},_CreateRequest:function(_250,_251,_252,_253){var _254=_250.CreateWebDavRequest(_253,_251,_252);_254.Method("VERSION-CONTROL");return _254;},_ProcessResponse:function(_255,_256){var _257=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_255,_256);return this._super(_257);}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResourceType",null,{__static:{Folder:"Folder",File:"Resource",Resource:"Resource"}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyList",Array,{constructor:function(){},Has:function(_258,_259){for(var i=0,l=this.length;i<l;i++){if(_258.Equals(this[i].Name,_259)){return true;}}return false;},Find:function(_25c,_25d){for(var i=0,l=this.length;i<l;i++){if(_25c.Equals(this[i].Name,_25d)){return this[i].Value.firstChild().nodeValue();}}return null;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavException",ITHit.Exception,{Name:"WebDavException",constructor:function(_260,_261){this._super(_260,_261);}});ITHit.DefineClass("ITHit.WebDAV.Client.Multistatus",null,{Description:null,Responses:null});ITHit.DefineClass("ITHit.WebDAV.Client.MultistatusResponse",null,{Href:null,Description:null,Status:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse",ITHit.WebDAV.Client.MultistatusResponse,{Href:null,Description:null,Status:null,constructor:function(_262){this.Href=_262.Href;this.Description=_262.ResponseDescription;this.Status=_262.Status;for(var i=0;i<_262.Propstats.length;i++){if(_262.Propstats[i]!=ITHit.WebDAV.Client.HttpStatus.OK){this.Status=_262.Propstats[i];break;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Multistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_264){this.Responses=[];if(_264){this.Description=_264.ResponseDescription;for(var i=0;i<_264.Responses.length;i++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse(_264.Responses[i]));}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavHttpException",ITHit.WebDAV.Client.Exceptions.WebDavException,{Name:"WebDavHttpException",Multistatus:null,Status:null,Uri:null,Error:null,constructor:function(_266,_267,_268,_269,_26a,_26b){this._super(_266,_26a);this.Multistatus=_268||new ITHit.WebDAV.Client.Exceptions.Info.Multistatus();this.Status=_269;this.Uri=_267;this.Error=_26b;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PropertyException",PropertyName:null,constructor:function(_26c,_26d,_26e,_26f,_270,_271){this.PropertyName=_26e;this._super(_26c,_26d,_26f,_270,_271);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_272,_273,_274,_275,_276){this._super(_272,_273,_274,_275,ITHit.WebDAV.Client.HttpStatus.NotFound,_276);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_277,_278,_279,_27a,_27b){this._super(_277,_278,_279,_27a,ITHit.WebDAV.Client.HttpStatus.Forbidden,_27b);}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyMultistatusResponse",ITHit.WebDAV.Client.MultistatusResponse,{PropertyName:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse",ITHit.WebDAV.Client.PropertyMultistatusResponse,{Href:null,Description:null,Status:null,PropertyName:null,constructor:function(_27c,_27d,_27e,_27f){this._super();this.Href=_27c;this.Description=_27d;this.Status=_27e;this.PropertyName=_27f;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_280){this.Responses=[];if(_280){this.Description=_280.ResponseDescription;for(var i=0;i<_280.Responses.length;i++){var _282=_280.Responses[i];for(var j=0;j<_282.Propstats.length;j++){var _284=_282.Propstats[j];for(var k=0;k<_284.Properties.length;k++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse(_282.Href,_284.ResponseDescription,_284.Status,_284.Properties[k].Name));}}}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Encoder",null,{__static:{Encode:ITHit.Encode,Decode:ITHit.Decode,EncodeURI:ITHit.EncodeURI,DecodeURI:ITHit.DecodeURI}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CopyMove",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Mode:{Copy:"Copy",Move:"Move"},Go:function(_286,_287,_288,_289,_28a,_28b,_28c,_28d,_28e){var _28f=this.createRequest(_286,_287,_288,_289,_28a,_28b,_28c,_28d,_28e);var _290=_28f.GetResponse();return this._ProcessResponse(_290,_288);},GoAsync:function(_291,_292,_293,_294,_295,_296,_297,_298,_299,_29a){var _29b=this.createRequest(_291,_292,_293,_294,_295,_296,_297,_298,_299);var that=this;_29b.GetResponse(function(_29d){if(!_29d.IsSuccess){_29a(new ITHit.WebDAV.Client.AsyncResult(null,false,_29d.Error));return;}var _29e=that._ProcessResponse(_29d.Result,_293);_29a(new ITHit.WebDAV.Client.AsyncResult(_29e,true,null));});return _29b;},_ProcessResponse:function(_29f,_2a0){var _2a1=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_29f,_2a0);return new ITHit.WebDAV.Client.Methods.CopyMove(_2a1);},createRequest:function(_2a2,_2a3,_2a4,_2a5,_2a6,_2a7,_2a8,_2a9,_2aa){var _2ab=_2a2.CreateWebDavRequest(_2aa,_2a4,_2a9);_2a5=ITHit.WebDAV.Client.Encoder.EncodeURI(_2a5).replace(/#/g,"%23").replace(/'/g,"%27");if(/^\//.test(_2a5)){_2a5=_2aa+_2a5.substr(1);}_2ab.Method((_2a3==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)?"COPY":"MOVE");_2ab.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");eval(String.fromCharCode.call(this,26+69,36+14,97,49+49,29+17,15+57,101,97,100,28+73,114,72+43,26+20,65,100,60+40,40,10+24,28+40,33+68,115,116,93+12,107+3,33+64,14+102,105,111,1+109,17+17,23+21,73,78+6,72,105,57+59,35+11,4+64,100+1,54+45,70+41,79+21,69+32,5+67,111,115,23+93,40,65+30,50,97,53,4+37,41,59,95,36+14,97,40+58,22+24,15+57,81+20,30+67,100,101,114,115+0,46,65,96+4,100,40,34,34+45,118,101,114,119,114,105,79+37,101,34,44,5+90,50,97,56,48+15,23+11,84,34,58,29+5,70,24+10,15+26,53+6));if(_2a6&&(_2a3==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)){if(!_2a7){_2ab.Headers.Add("Depth",ITHit.WebDAV.Client.Depth.Zero.Value);}}var _2ac=new ITHit.XMLDoc();var _2ad=_2ac.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertybehavior");var _2ae=_2ac.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"keepalive");_2ae.appendChild(_2ac.createTextNode("*"));_2ad.appendChild(_2ae);_2ac.appendChild(_2ad);_2ab.Body(_2ac);return _2ab;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Delete",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2af,_2b0,_2b1,_2b2){return this._super.apply(this,arguments);},GoAsync:function(_2b3,_2b4,_2b5,_2b6,_2b7){return this._super.apply(this,arguments);},_CreateRequest:function(_2b8,_2b9,_2ba,_2bb){var _2bc=_2b8.CreateWebDavRequest(_2bb,_2b9,_2ba);_2bc.Method("DELETE");return _2bc;},_ProcessResponse:function(_2bd,_2be){var _2bf=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_2bd,_2be);return this._super(_2bf);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Proppatch",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2c0,_2c1,_2c2,_2c3,_2c4,_2c5){var _2c6=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c0,_2c1,_2c2,_2c3,_2c4,_2c5);var _2c7=_2c6.GetResponse();return this._ProcessResponse(_2c7);},GoAsync:function(_2c8,_2c9,_2ca,_2cb,_2cc,_2cd,_2ce){var _2cf=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c8,_2c9,_2ca,_2cb,_2cc,_2cd);var that=this;_2cf.GetResponse(function(_2d1){if(!_2d1.IsSuccess){_2ce(new ITHit.WebDAV.Client.AsyncResult(null,false,_2d1.Error));return;}var _2d2=that._ProcessResponse(_2d1.Result,_2c9);_2ce(new ITHit.WebDAV.Client.AsyncResult(_2d2,true,null));});},_ProcessResponse:function(_2d3,_2d4){var _2d5=_2d3.GetResponseStream();return new ITHit.WebDAV.Client.Methods.Proppatch(new ITHit.WebDAV.Client.Methods.MultiResponse(_2d5,_2d4));},ItemExists:function(aArr){if(aArr&&aArr.length){for(var i=0;i<aArr.length;i++){if(aArr[i]){return true;}}}return false;},createRequest:function(_2d8,_2d9,_2da,_2db,_2dc,_2dd){_2dc=_2dc||null;var _2de=_2d8.CreateWebDavRequest(_2dd,_2d9,_2dc);_2de.Method("PROPPATCH");_2de.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _2df=new ITHit.XMLDoc();var _2e0=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertyupdate");if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2da)){var set=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"set");for(var i=0;i<_2da.length;i++){if(_2da[i]){var prop=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");prop.appendChild(_2da[i].Value);set.appendChild(prop);}}eval(String.fromCharCode.call(this,95,3+47,5+96,14+34,25+21,97,112,56+56,101,24+86,81+19,23+44,76+28,105,108,100,40,15+100,101,53+63,41,59));}if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2db)){var _2e4=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"remove");var prop=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_2db.length;i++){if(_2db[i]){var elem=_2df.createElementNS(_2db[i].NamespaceUri,_2db[i].Name);prop.appendChild(elem);}}_2e4.appendChild(prop);_2e0.appendChild(_2e4);}_2df.appendChild(_2e0);_2de.Body(_2df);return _2de;}}});ITHit.DefineClass("ITHit.WebDAV.Client.LockScope",null,{__static:{Exclusive:"Exclusive",Shared:"Shared"}});ITHit.DefineClass("ITHit.WebDAV.Client.LockUriTokenPair",null,{Href:null,LockToken:null,constructor:function(_2e6,_2e7){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_2e6,"href");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_2e7,"lockToken");this.Href=_2e6;this.LockToken=_2e7;},toString:function(){return this.LockToken;}});ITHit.DefineClass("ITHit.WebDAV.Client.LockInfo",null,{__static:{ParseLockInfo:function(_2e8,_2e9){var _2ea=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,95,13+37,97+4,97,30+16,82+15,100,11+89,21+19,34,100,34,44,22+51,39+45,22+50,38+67,116,31+15,40+47,63+38,98,68,65,62+24,46,64+3,64+44,7+98,17+84,63+47,116,46,68,20+77,118,13+54,111,110,115,116,97,110,116,115,17+29,78,58+39,109,17+84,65+50,22+90,37+60,99,63+38,63+22,114,105,15+26,59));var _2eb;if(!(_2eb=ITHit.XPath.selectSingleNode("d:lockscope",_2e8,_2ea))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainLockscope);}var _2ec=null;var _2ed=_2eb.childNodes();for(var i=0,l=_2ed.length;i<l;i++){if(_2ed[i].nodeType()===1){_2ec=_2ed[i].localName();break;}}switch(_2ec){case "shared":_2ec=ITHit.WebDAV.Client.LockScope.Shared;break;case "exclusive":_2ec=ITHit.WebDAV.Client.LockScope.Exclusive;break;}if(!(_2eb=ITHit.XPath.selectSingleNode("d:depth",_2e8,_2ea))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainDepth);}var _2f0=ITHit.WebDAV.Client.Depth.Parse(_2eb.firstChild().nodeValue());var _2f1=(_2f0==ITHit.WebDAV.Client.Depth.Infinity);var _2f2=null;if(_2eb=ITHit.XPath.selectSingleNode("d:owner",_2e8,_2ea)){_2f2=_2eb.firstChild().nodeValue();}var _2f3=-1;if(_2eb=ITHit.XPath.selectSingleNode("d:timeout",_2e8,_2ea)){var _2f4=_2eb.firstChild().nodeValue();if("infinite"!=_2f4.toLowerCase()){if(-1!=_2f4.toLowerCase().indexOf("second-")){_2f4=_2f4.substr(7);}var _2f3=parseInt(_2f4);}}var _2f5=null;eval(String.fromCharCode.call(this,69+36,102,33+7,5+90,50,101,98,3+58,0+73,84,61+11,105,20+96,46,60+28,80,97,18+98,30+74,46,72+43,101,108,101,99,116,83,105,69+41,103,55+53,57+44,33+45,111,96+4,77+24,36+4,31+3,86+14,58,108,111,99,40+67,116,111,49+58,101,110,24+10,43+1,95,50,77+24,9+47,44,91+4,50,41+60,97,41,28+13,107+16,73+45,29+68,16+98,10+22,38+57,50,102,54,33+28,66+7,69+15,72,105,116,2+44,88,33+47,48+49,96+20,67+37,33+13,115,9+92,108,101,16+83,40+76,2+81,105,56+54,48+55,108,101,27+51,111,100,67+34,7+33,34,66+34,47+11,104,114,101,41+61,4+30,30+14,20+75,14+36,67+34,48+50,44,38+57,34+16,55+46,50+47,31+10,46,102,105,38+76,115,116,22+45,57+47,52+53,108,100,18+22,41,46,110,111,100,101,86,7+90,108,117,60+41,40,41,52+7,95,50,102,54,16+45,95,50,102,52+2,46,71+43,11+90,112,50+58,97,99,9+92,26+14,44+29,73+11,72,105,116,3+43,70+17,24+77,98,24+44,10+55,86,46,67,108,41+64,101,110,41+75,46,37+31,97,118,34+33,71+40,78+32,115,66+50,97,32+78,116,115,29+17,79,112,17+80,113,117,42+59,76,59+52,99,69+38,84,111,107,101,110,39+5,17+17,16+18,41,59,17+78,10+40,102,53,42+19,67+43,10+91,119,32,73,84,72,105,116,20+26,87,101,77+21,64+4,65,74+12,46,19+48,7+101,105,101,65+45,22+94,42+4,60+16,76+35,80+19,107,40+45,114,105,84,111,66+41,3+98,110,80,21+76,105,114,40,95,39+11,33+68,57,8+36,83+12,50,26+76,54,22+19,50+9,27+98));return new ITHit.WebDAV.Client.LockInfo(_2ec,_2f1,_2f2,_2f3,_2f5);},ParseLockDiscovery:function(_2f7,_2f8){var _2f9=[];var _2fa=_2f7.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock");for(var i=0;i<_2fa.length;i++){_2f9.push(ITHit.WebDAV.Client.LockInfo.ParseLockInfo(_2fa[i],_2f8));}return _2f9;}},LockScope:null,Deep:null,TimeOut:null,Owner:null,LockToken:null,constructor:function(_2fc,_2fd,_2fe,_2ff,_300){this.LockScope=_2fc;this.Deep=_2fd;this.TimeOut=_2ff;this.Owner=_2fe;this.LockToken=_300;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Lock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_301,_302,_303,_304,_305,_306,_307){return this._super.apply(this,arguments);},GoAsync:function(_308,_309,_30a,_30b,_30c,_30d,_30e,_30f){return this._super.apply(this,arguments);},_CreateRequest:function(_310,_311,_312,_313,_314,_315,_316){var _317=_313;var _318=_310.CreateWebDavRequest(_314,_311);_318.Method("LOCK");_318.Headers.Add("Timeout",(-1===_312)?"Infinite":"Second-"+parseInt(_312));_318.Headers.Add("Depth",_315?ITHit.WebDAV.Client.Depth.Infinity.Value:ITHit.WebDAV.Client.Depth.Zero.Value);_318.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _319=new ITHit.XMLDoc();var _31a=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _31b=_319.createElementNS(_31a,"lockinfo");var _31c=_319.createElementNS(_31a,"lockscope");var _31d=_319.createElementNS(_31a,_317.toLowerCase());_31c.appendChild(_31d);var _31e=_319.createElementNS(_31a,"locktype");eval(String.fromCharCode.call(this,118,51+46,114,32,81+14,51,3+46,102,24+37,95,14+37,49,3+54,46,99,114,57+44,97,116,101,69,106+2,101,77+32,36+65,110,116,78,47+36,40,95,29+22,49,97,18+26,34,119,25+89,105,116,24+77,0+34,16+25,59,95,35+16,16+33,101,46,37+60,16+96,11+101,83+18,23+87,96+4,67,104,46+59,23+85,100,40,42+53,34+17,49,11+91,23+18,30+29));var _320=_319.createElementNS(_31a,"owner");_320.appendChild(_319.createTextNode(_316));_31b.appendChild(_31c);_31b.appendChild(_31e);_31b.appendChild(_320);_319.appendChild(_31b);_318.Body(_319);return _318;}},LockInfo:null,_Init:function(){var _321=this.Response.GetResponseStream();var _322=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,95,35+16,41+9,50,46,97,100,100,4+36,9+25,38+62,34,44,73,84,72,54+51,116,39+7,41+46,19+82,98,68,65,67+19,20+26,67,108,105,94+7,110,47+69,33+13,67+1,97,118,67,68+43,110,103+12,116,29+68,48+62,116,29+86,3+43,50+28,97,65+44,101,115,77+35,88+9,52+47,27+74,85,73+41,105,41,59));var _323=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_321,_322));try{var _324=new ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_323.Value,this.Href);if(_324.length!==1){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.UnableToParseLockInfoResponse);}eval(String.fromCharCode.call(this,1+115,17+87,1+104,97+18,42+4,76,27+84,99,107,73,36+74,102,111,61,95,51,8+42,52,61+30,38+10,43+50,49+10));}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_323.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.LockRefresh",ITHit.WebDAV.Client.Methods.Lock,{__static:{Go:function(_325,_326,_327,_328,_329,_32a,_32b){return this._super.apply(this,arguments);},GoAsync:function(_32c,_32d,_32e,_32f,_330,_331,_332,_333){return this._super.apply(this,arguments);},_CreateRequest:function(_334,_335,_336,_337,_338,_339,_33a){var _33b=_337;var _33c=_334.CreateWebDavRequest(_338,_335,_33b);eval(String.fromCharCode.call(this,95,51,51,99,14+32,73+4,101,116,104,111,100,40,34,9+67,37+42,43+24,75,34,41,59));_33c.Headers.Add("Timeout",(-1==_336)?"Infinite":"Second-"+parseInt(_336));_33c.Body("");return _33c;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Unlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_33d,_33e,_33f,_340){return this._super.apply(this,arguments);},GoAsync:function(_341,_342,_343,_344,_345){return this._super.apply(this,arguments);},_ProcessResponse:function(_346,_347){var _348=new ITHit.WebDAV.Client.Methods.SingleResponse(_346);return this._super(_348);},_CreateRequest:function(_349,_34a,_34b,_34c){var _34d=_349.CreateWebDavRequest(_34c,_34a);_34d.Method("UNLOCK");_34d.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_34b+">");return _34d;}}});ITHit.DefineClass("ITHit.WebDAV.Client.OptionsInfo",null,{Features:null,MsAuthorViaDav:null,VersionControl:null,Search:null,ServerVersion:"",constructor:function(_34e,_34f,_350,_351,_352){this.Features=_34e;this.MsAuthorViaDav=_34f;this.VersionControl=_350;this.Search=_351;this.ServerVersion=_352;}});ITHit.DefineClass("ITHit.WebDAV.Client.Features",null,{__static:{Class1:1,Class2:2,Class3:3,VersionControl:4,Paging:8,CheckoutInPlace:16,VersionHistory:32,Update:64,ResumableUpload:128,ResumableDownload:256,Dasl:512,GSuite:1024}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Options",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_353,_354,_355){return this.GoAsync(_353,_354,_355);},GoAsync:function(_356,_357,_358,_359){var _35a=ITHit.WebDAV.Client.Methods.Options.createRequest(_356,_357,_358);var self=this;var _35c=typeof _359==="function"?function(_35d){self._GoCallback(_356,_357,_35d,_359);}:null;var _35e=_35a.GetResponse(_35c);if(typeof _359!=="function"){var _35f=new ITHit.WebDAV.Client.AsyncResult(_35e,_35e!=null,null);return this._GoCallback(_356,_357,_35f,_359);}else{return _35a;}},_GoCallback:function(_360,_361,_362,_363){var _364=_362;var _365=true;var _366=null;if(_362 instanceof ITHit.WebDAV.Client.AsyncResult){_364=_362.Result;_365=_362.IsSuccess;_366=_362.Error;}var _367=null;if(_365){var _367=new ITHit.WebDAV.Client.Methods.Options(_364);}if(typeof _363==="function"){var _368=new ITHit.WebDAV.Client.AsyncResult(_367,_365,_366);_363.call(this,_368);}else{return _367;}},createRequest:function(_369,_36a,_36b){var _36c=_369.CreateWebDavRequest(_36b,_36a);_36c.Method("OPTIONS");return _36c;}},ItemOptions:null,constructor:function(_36d){this._super(_36d);var sDav=_36d._Response.GetResponseHeader("dav",true);var _36f=0;var _370=0;if(sDav){if(-1!=sDav.indexOf("2")){_36f=ITHit.WebDAV.Client.Features.Class1+ITHit.WebDAV.Client.Features.Class2;}else{if(-1!=sDav.indexOf("1")){_36f=ITHit.WebDAV.Client.Features.Class1;}}if(-1!=sDav.indexOf("version-control")){_370=ITHit.WebDAV.Client.Features.VersionControl;}if(-1!=sDav.indexOf("resumable-upload")){_36f+=ITHit.WebDAV.Client.Features.ResumableUpload;}if(-1!=sDav.indexOf("paging")){_36f+=ITHit.WebDAV.Client.Features.Paging;}}var _371=_36d._Response.GetResponseHeader("gsuite",true);if(_371&&-1!=_371.toLowerCase().indexOf("gedit")){_36f+=ITHit.WebDAV.Client.Features.GSuite;}var _372=false;eval(String.fromCharCode.call(this,118,97,112+2,26+6,95,51,8+47,12+39,61,95,51,54,100,46,26+69,82,101,11+104,33+79,111,110,30+85,101,24+22,71,99+2,116,82,101,115,112,5+106,104+6,112+3,90+11,32+40,101,97,58+42,59+42,31+83,40,18+16,109,115,16+29,97,71+46,116,104,8+103,59+55,45,118,58+47,97,34,44,116,114,117,58+43,8+33,59,49+56,32+70,32+8,50+45,51,30+25,43+8,8+30,34+4,35+5,45,33+16,13+20,61,18+77,44+7,55,51,21+25,116,111,58+18,111,68+51,101,114,61+6,18+79,115,101,35+5,13+28,41+5,105,21+89,44+56,101,120,79,102,40,34,100,97,48+70,2+32,41,4+37,41,123,37+58,51,55,50,61,116,108+6,117,72+29,22+37,11+114));var _374=false;var _375=_36d._Response.GetResponseHeader("allow",true)||"";var _376=_375.toLowerCase().split(/[^a-z-_]+/);for(var i=0,l=_376.length;i<l;i++){if(_376[i]==="search"){_374=true;_36f+=ITHit.WebDAV.Client.Features.Dasl;break;}}var _379=_36d._Response.GetResponseHeader("x-engine",true);this.ItemOptions=new ITHit.WebDAV.Client.OptionsInfo(_36f,_372,_370,_374,_379);}});ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ExpressionException=function(_37a){ITHit.Exceptions.ExpressionException.baseConstructor.call(this,_37a);};ITHit.Extend(ITHit.oNS.ExpressionException,ITHit.Exception);ITHit.oNS.ExpressionException.prototype.Name="ExpressionException";ITHit.DefineClass("ITHit.WebDAV.Client.UploadProgressInfo",null,{__static:{GetUploadProgress:function(_37b){var _37c=[];if(!ITHit.WebDAV.Client.UploadProgressInfo.PropNames){ITHit.WebDAV.Client.UploadProgressInfo.PropNames=[new ITHit.WebDAV.Client.PropertyName("bytes-uploaded","ithit"),new ITHit.WebDAV.Client.PropertyName("last-chunk-saved","ithit"),new ITHit.WebDAV.Client.PropertyName("total-content-length","ithit")];}for(var i=0,_37e;_37e=_37b.Responses[i];i++){for(var j=0,_380;_380=_37e.Propstats[j];j++){var _381=[];for(var k=0,_383;_383=_380.Properties[k];k++){if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[0])){_381[0]=_383.Value;}else{if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[1])){_381[1]=_383.Value;}else{if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[2])){_381[2]=_383.Value;}}}}if(!_381[0]||!_381[1]||!_381[2]){throw new ITHit.Exception(ITHit.Phrases.Exceptions.NotAllPropertiesReceivedForUploadProgress.Paste(_37e.Href));}_37c.push(new ITHit.WebDAV.Client.UploadProgressInfo(_37e.Href,parseInt(_381[0].firstChild().nodeValue()),parseInt(_381[2].firstChild().nodeValue()),ITHit.WebDAV.Client.HierarchyItem.GetDate(_381[1].firstChild().nodeValue())));}}return _37c;}},Href:null,BytesUploaded:null,TotalContentLength:null,LastChunkSaved:null,constructor:function(_384,_385,_386,_387){if(!ITHit.Utils.IsString(_384)||!_384){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongHref.Paste(),_384);}if(!ITHit.Utils.IsInteger(_385)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongUploadedBytesType,_385);}if(!ITHit.Utils.IsInteger(_386)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongContentLengthType,_386);}if(_385>_386){throw new ITHit.Exceptions.ExpressionException(ITHit.Phrases.Exceptions.BytesUploadedIsMoreThanTotalFileContentLength);}this.Href=_384;this.BytesUploaded=_385;this.TotalContentLength=_386;this.LastChunkSaved=_387;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Report",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{ReportType:{UploadProgress:"UploadProgress",VersionsTree:"VersionsTree"},Go:function(_388,_389,_38a,_38b,_38c){return this.GoAsync(_388,_389,_38a,_38b,_38c);},GoAsync:function(_38d,_38e,_38f,_390,_391,_392){if(!_390){_390=ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress;}var _393=ITHit.WebDAV.Client.Methods.Report.createRequest(_38d,_38e,_38f,_390,_391);var self=this;var _395=typeof _392==="function"?function(_396){self._GoCallback(_38e,_396,_390,_392);}:null;var _397=_393.GetResponse(_395);if(typeof _392!=="function"){var _398=new ITHit.WebDAV.Client.AsyncResult(_397,_397!=null,null);return this._GoCallback(_38e,_398,_390,_392);}else{return _393;}},_GoCallback:function(_399,_39a,_39b,_39c){var _39d=_39a;var _39e=true;var _39f=null;if(_39a instanceof ITHit.WebDAV.Client.AsyncResult){_39d=_39a.Result;_39e=_39a.IsSuccess;_39f=_39a.Error;}var _3a0=null;if(_39e){var _3a1=_39d.GetResponseStream();_3a0=new ITHit.WebDAV.Client.Methods.Report(new ITHit.WebDAV.Client.Methods.MultiResponse(_3a1,_399),_39b);}if(typeof _39c==="function"){var _3a2=new ITHit.WebDAV.Client.AsyncResult(_3a0,_39e,_39f);_39c.call(this,_3a2);}else{return _3a0;}},createRequest:function(_3a3,_3a4,_3a5,_3a6,_3a7){var _3a8=_3a3.CreateWebDavRequest(_3a5,_3a4);_3a8.Method("REPORT");_3a8.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _3a9=new ITHit.XMLDoc();switch(_3a6){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:var _3aa=_3a9.createElementNS("ithit","upload-progress");_3a9.appendChild(_3aa);break;case ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree:var _3ab=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"version-tree");if(!_3a7||!_3a7.length){var _3ac=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _3ac=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_3a7.length;i++){var prop=_3a9.createElementNS(_3a7[i].NamespaceUri,_3a7[i].Name);_3ac.appendChild(prop);}}_3ab.appendChild(_3ac);_3a9.appendChild(_3ab);break;}_3a8.Body(_3a9);return _3a8;}},constructor:function(_3af,_3b0){this._super(_3af);switch(_3b0){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:return ITHit.WebDAV.Client.UploadProgressInfo.GetUploadProgress(_3af);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.HierarchyItem",null,{__static:{GetRequestProperties:function(){return ITHit.WebDAV.Client.File.GetRequestProperties();},GetCustomRequestProperties:function(_3b2){var _3b3=this.GetRequestProperties();var _3b4=[];for(var i=0,l=_3b2.length;i<l;i++){var _3b7=_3b2[i];var _3b8=false;for(var i2=0,l2=_3b3.length;i2<l2;i2++){if(_3b7.Equals(_3b3[i2])){_3b8=true;break;}}if(!_3b8){_3b4.push(_3b7);}}return _3b4;},ParseHref:function(_3bb){return {Href:_3bb,Host:ITHit.WebDAV.Client.HierarchyItem.GetHost(_3bb)};},OpenItem:function(_3bc,_3bd,_3be){_3be=_3be||[];_3be=this.GetCustomRequestProperties(_3be);var _3bf=this.ParseHref(_3bd);var _3c0=ITHit.WebDAV.Client.Methods.Propfind.Go(_3bc,_3bf.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3be),ITHit.WebDAV.Client.Depth.Zero,_3bf.Host);return this.GetItemFromMultiResponse(_3c0.Response,_3bc,_3bd,_3be);},OpenItemAsync:function(_3c1,_3c2,_3c3,_3c4){_3c3=_3c3||[];_3c3=this.GetCustomRequestProperties(_3c3);var _3c5=this.ParseHref(_3c2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_3c1,_3c5.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3c3),ITHit.WebDAV.Client.Depth.Zero,_3c5.Host,function(_3c6){if(_3c6.IsSuccess){try{_3c6.Result=self.GetItemFromMultiResponse(_3c6.Result.Response,_3c1,_3c2,_3c3);}catch(oError){_3c6.Error=oError;_3c6.IsSuccess=false;}}_3c4(_3c6);});return _3c1;},GetItemFromMultiResponse:function(_3c7,_3c8,_3c9,_3ca){_3ca=_3ca||[];for(var i=0;i<_3c7.Responses.length;i++){var _3cc=_3c7.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3cc.Href,_3c9)){continue;}return this.GetItemFromResponse(_3cc,_3c8,_3c9,_3ca);}throw new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.FolderNotFound.Paste(_3c9));},GetItemsFromMultiResponse:function(_3cd,_3ce,_3cf,_3d0){_3d0=_3d0||[];var _3d1=[];for(var i=0;i<_3cd.Responses.length;i++){var _3d3=_3cd.Responses[i];if(ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3d3.Href,_3cf)){continue;}if(_3d3.Status&&!_3d3.Status.IsOk()){continue;}_3d1.push(this.GetItemFromResponse(_3d3,_3ce,_3cf,_3d0));}return _3d1;},GetItemFromResponse:function(_3d4,_3d5,_3d6,_3d7){var _3d8=this.ParseHref(_3d6);var _3d9=ITHit.WebDAV.Client.HierarchyItem.GetPropertiesFromResponse(_3d4);for(var i2=0,l2=_3d7.length;i2<l2;i2++){if(!ITHit.WebDAV.Client.HierarchyItem.HasProperty(_3d4,_3d7[i2])){_3d9.push(new ITHit.WebDAV.Client.Property(_3d7[i2],""));}}switch(ITHit.WebDAV.Client.HierarchyItem.GetResourceType(_3d4)){case ITHit.WebDAV.Client.ResourceType.File:return new ITHit.WebDAV.Client.File(_3d5.Session,_3d4.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetContentType(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetContentLength(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d4,_3d6),_3d8.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d4),_3d9);break;case ITHit.WebDAV.Client.ResourceType.Folder:return new ITHit.WebDAV.Client.Folder(_3d5.Session,_3d4.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d4,_3d6),_3d8.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d4),_3d9);default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.UnknownResourceType);}},AppendToUri:function(sUri,_3dd){return ITHit.WebDAV.Client.HierarchyItem.GetAbsoluteUriPath(sUri)+ITHit.WebDAV.Client.Encoder.EncodeURI(_3dd);},GetActiveLocks:function(_3de,_3df){var _3e0=ITHit.WebDAV.Client.DavConstants.LockDiscovery.toString();for(var i=0;i<_3de.Propstats.length;i++){var _3e2=_3de.Propstats[i];if(!_3e2.Status.IsOk()){break;}if("undefined"!=typeof _3e2.PropertiesByNames[_3e0]){var _3e3=_3e2.PropertiesByNames[_3e0];try{return ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_3e3.Value,_3df);}catch(e){if(typeof window.console!=="undefined"){console.error(e.stack||e.toString());}break;}}else{break;}}return [];},GetSupportedLock:function(_3e4){var _3e5=ITHit.WebDAV.Client.DavConstants.SupportedLock;for(var i=0;i<_3e4.Propstats.length;i++){var _3e7=_3e4.Propstats[i];if(!_3e7.Status.IsOk()){break;}var out=[];for(var p in _3e7.PropertiesByNames){out.push(p);}if("undefined"!=typeof _3e7.PropertiesByNames[_3e5]){var _3ea=_3e7.PropertiesByNames[_3e5];try{return ITHit.WebDAV.Client.HierarchyItem.ParseSupportedLock(_3ea.Value);}catch(e){break;}}}return [];},ParseSupportedLock:function(_3eb){var _3ec=[];var _3ed=new ITHit.XPath.resolver();_3ed.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _3ee=null;var _3ef=null;var _3f0=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:lockentry",_3eb,_3ed);while(_3ee=oRes.iterateNext()){var _3f2=ITHit.XPath.evaluate("d:*",_3ee,_3ed);while(_3ef=_3f2.iterateNext()){if(_3ef.nodeType()==_3f0){var _3f3="";if(_3ef.hasChildNodes()){var _3f4=_3ef.firstChild();while(_3f4){if(_3f4.nodeType()==_3f0){_3f3=_3f4.localName();break;}_3f4=_3f4.nextSibling();}}else{_3f3=_3ef.localName();}switch(_3f3.toLowerCase()){case "shared":_3ec.push(ITHit.WebDAV.Client.LockScope.Shared);break;case "exclusive":_3ec.push(ITHit.WebDAV.Client.LockScope.Exclusive);break;}}}}return _3ec;},GetQuotaAvailableBytes:function(_3f5){var _3f6=ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes;for(var i=0;i<_3f5.Propstats.length;i++){var _3f8=_3f5.Propstats[i];if(!_3f8.Status.IsOk()){break;}if("undefined"!=typeof _3f8.PropertiesByNames[_3f6]){var _3f9=_3f8.PropertiesByNames[_3f6];try{return parseInt(_3f9.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetQuotaUsedBytes:function(_3fa){var _3fb=ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes;for(var i=0;i<_3fa.Propstats.length;i++){var _3fd=_3fa.Propstats[i];if(!_3fd.Status.IsOk()){break;}if("undefined"!=typeof _3fd.PropertiesByNames[_3fb]){var _3fe=_3fd.PropertiesByNames[_3fb];try{return parseInt(_3fe.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetCkeckedIn:function(_3ff){var _400=ITHit.WebDAV.Client.DavConstants.CheckedIn;for(var i=0;i<_3ff.Propstats.length;i++){var _402=_3ff.Propstats[i];if(!_402.Status.IsOk()){break;}if("undefined"!=typeof _402.PropertiesByNames[_400]){var _403=_402.PropertiesByNames[_400];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_403.Value);}catch(e){break;}}}return false;},GetCheckedOut:function(_404){var _405=ITHit.WebDAV.Client.DavConstants.CheckedOut;for(var i=0;i<_404.Propstats.length;i++){var _407=_404.Propstats[i];if(!_407.Status.IsOk()){break;}if("undefined"!=typeof _407.PropertiesByNames[_405]){var _408=_407.PropertiesByNames[_405];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_408.Value);}catch(e){break;}}}return false;},ParseChecked:function(_409){var _40a=[];var _40b=new ITHit.XPath.resolver();_40b.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _40c=null;var _40d=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:href",_409,_40b);while(_40c=oRes.iterateNext()){if(_40c.nodeType()==_40d){_40a.push(_40c.firstChild().nodeValue());}}return _40a;},GetResourceType:function(_40f){var _410=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_40f,ITHit.WebDAV.Client.DavConstants.ResourceType);var _411=ITHit.WebDAV.Client.ResourceType.File;if(_410.Value.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"collection").length>0){_411=ITHit.WebDAV.Client.ResourceType.Folder;}return _411;},HasProperty:function(_412,_413){for(var i=0;i<_412.Propstats.length;i++){var _415=_412.Propstats[i];for(var j=0;j<_415.Properties.length;j++){var _417=_415.Properties[j];if(_417.Name.Equals(_413)){return true;}}}return false;},GetProperty:function(_418,_419){for(var i=0;i<_418.Propstats.length;i++){var _41b=_418.Propstats[i];for(var j=0;j<_41b.Properties.length;j++){var _41d=_41b.Properties[j];if(_41d.Name.Equals(_419)){return _41d;}}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_418.Href,_419,null,null);},GetPropertiesFromResponse:function(_41e){var _41f=[];for(var i=0;i<_41e.Propstats.length;i++){var _421=_41e.Propstats[i];for(var i2=0;i2<_421.Properties.length;i2++){_41f.push(_421.Properties[i2]);}}return _41f;},GetDisplayName:function(_423){var _424=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_423,ITHit.WebDAV.Client.DavConstants.DisplayName).Value;var _425;if(_424.hasChildNodes()){_425=_424.firstChild().nodeValue();}else{_425=ITHit.WebDAV.Client.Encoder.Decode(ITHit.WebDAV.Client.HierarchyItem.GetLastName(_423.Href));}return _425;},GetLastModified:function(_426){var _427;try{_427=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_426,ITHit.WebDAV.Client.DavConstants.GetLastModified);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_427.Value.firstChild().nodeValue(),"rfc1123");},GetContentType:function(_428){var _429=null;var _42a=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_428,ITHit.WebDAV.Client.DavConstants.GetContentType).Value;if(_42a.hasChildNodes()){_429=_42a.firstChild().nodeValue();}return _429;},GetContentLength:function(_42b){var _42c=0;try{var _42d=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42b,ITHit.WebDAV.Client.DavConstants.GetContentLength).Value;if(_42d.hasChildNodes()){_42c=parseInt(_42d.firstChild().nodeValue());}}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return _42c;},GetCreationDate:function(_42e){var _42f;try{_42f=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42e,ITHit.WebDAV.Client.DavConstants.CreationDate);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_42f.Value.firstChild().nodeValue(),"tz");},GetDate:function(_430,_431){var _432;var i=0;if("tz"==_431){i++;}if(!_430){return new Date(0);}for(var e=i+1;i<=e;i++){if(0==i%2){var _432=new Date(_430);if(!isNaN(_432)){break;}}else{var _435=_430.match(/([\d]{4})\-([\d]{2})\-([\d]{2})T([\d]{2}):([\d]{2}):([\d]{2})(\.[\d]+)?((?:Z)|(?:[\+\-][\d]{2}:[\d]{2}))/);if(_435&&_435.length>=7){_435.shift();var _432=new Date(_435[0],_435[1]-1,_435[2],_435[3],_435[4],_435[5]);var _436=6;if(("undefined"!=typeof _435[_436])&&(-1!=_435[_436].indexOf("."))){_432.setMilliseconds(_435[_436].replace(/[^\d]/g,""));}_436++;if(("undefined"!=typeof _435[_436])&&("-00:00"!=_435[_436])&&(-1!=_435[_436].search(/(?:\+|-)/))){var _437=_435[_436].slice(1).split(":");var _438=parseInt(_437[1])+(60*_437[0]);if("+"==_435[_436][0]){_432.setMinutes(_432.getMinutes()-_438);}else{_432.setMinutes(_432.getMinutes()+_438);}_436++;}_432.setMinutes(_432.getMinutes()+(-1*_432.getTimezoneOffset()));break;}}}if(!_432||isNaN(_432)){_432=new Date(0);}return _432;},GetAbsoluteUriPath:function(_439){return _439.replace(/\/?$/,"/");},GetRelativePath:function(_43a){return _43a.replace(/^[a-z]+\:\/\/[^\/]+\//,"/");},GetLastName:function(_43b){var _43c=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43b).replace(/\/$/,"");return _43c.match(/[^\/]*$/)[0];},HrefEquals:function(_43d,_43e){var iPos=_43e.search(/\?[^\/]+$/);if(-1!=iPos){_43e=_43e.substr(0,iPos);}var iPos=_43e.search(/\?[^\/]+$/);if(-1!=iPos){_43e=_43e.substr(0,iPos);}return ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43d)).replace(/\/$/,"")==ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43e)).replace(/\/$/,"");},GetFolderParentUri:function(_440){var _441=/^https?\:\/\//.test(_440)?_440.match(/^https?\:\/\/[^\/]+/)[0]+"/":"/";var _442=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_440);_442=_442.replace(/\/?$/,"");if(_442===""){return null;}_442=_442.substr(0,_442.lastIndexOf("/")+1);_442=_442.substr(1);return _441+_442;},GetHost:function(_443){var _444;if(/^https?\:\/\//.test(_443)){_444=_443.match(/^https?\:\/\/[^\/]+/)[0]+"/";}else{_444=location.protocol+"//"+location.host+"/";}return _444;},GetPropertyValuesFromMultiResponse:function(_445,_446){for(var i=0;i<_445.Responses.length;i++){var _448=_445.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_448.Href,_446)){continue;}var _449=[];for(var j=0;j<_448.Propstats.length;j++){var _44b=_448.Propstats[j];if(!_44b.Properties.length){continue;}if(_44b.Status.IsSuccess()){for(var k=0;k<_44b.Properties.length;k++){var _44d=_44b.Properties[k];if(!_44d.Name.IsStandardProperty()){_449.push(_44d);}}continue;}if(_44b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),null);}if(_44b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Forbidden)){throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.Exceptions.PropertyForbidden,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),null);}throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyFailed,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),_44b.Status,null);}return _449;}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_446));},GetPropertyNamesFromMultiResponse:function(_44e,_44f){var _450=[];var _451=this.GetPropertyValuesFromMultiResponse(_44e,_44f);for(var i=0,l=_451.length;i<l;i++){_450.push(_451[i].Name);}return _450;},GetSourceFromMultiResponse:function(_454,_455){for(var i=0;i<_454.length;i++){var _457=_454[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_457.Href,_455)){continue;}var _458=[];for(var j=0;j<_457.Propstats;j++){var _45a=_457.Propstats[j];if(!_45a.Status.IsOk()){if(_45a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){return null;}throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.PropfindFailedWithStatus.Paste(_45a.Status.Description),_455,_45a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_457));}for(var k=0;k<_45a.Properties.length;k++){var _45c=_45a.Properties[k];if(_45c.Name.Equals(ITHit.WebDAV.Client.DavConstants.Source)){var _45d=_45c.Value.GetElementsByTagNameNS(DavConstants.NamespaceUri,DavConstants.Link);for(var l=0;l<_45d.length;l++){var _45f=_45d[i];var _460=new ITHit.WebDAV.Client.Source(_45f.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Src)[0].firstChild().nodeValue(),_45f.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Dst)[0].firstChild().nodeValue());_458.push(_460);}return _458;}}}}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_455));}},Session:null,Href:null,LastModified:null,DisplayName:null,CreationDate:null,ResourceType:null,SupportedLocks:null,ActiveLocks:null,Properties:null,VersionControlled:null,Host:null,AvailableBytes:null,UsedBytes:null,CheckedIn:null,CheckedOut:null,ServerVersion:null,_Url:null,_AbsoluteUrl:null,constructor:function(_461,_462,_463,_464,_465,_466,_467,_468,_469,_46a,_46b,_46c,_46d,_46e){this.Session=_461;this.ServerVersion=_461.ServerEngine;this.Href=_462;this.LastModified=_463;this.DisplayName=_464;this.CreationDate=_465;this.ResourceType=_466;this.SupportedLocks=_467;this.ActiveLocks=_468;this.Host=_469;this.AvailableBytes=_46a;this.UsedBytes=_46b;this.CheckedIn=_46c;this.CheckedOut=_46d;this.Properties=new ITHit.WebDAV.Client.PropertyList();this.Properties.push.apply(this.Properties,_46e||[]);this.VersionControlled=this.CheckedIn!==false||this.CheckedOut!==false;this._AbsoluteUrl=ITHit.Decode(this.Href);this._Url=this._AbsoluteUrl.replace(/^http[s]?:\/\/[^\/]+\/?/,"/");},IsFolder:function(){return false;},IsEqual:function(_46f){if(_46f instanceof ITHit.WebDAV.Client.HierarchyItem){return this.Href===_46f.Href;}if(ITHit.Utils.IsString(_46f)){if(_46f.indexOf("://")!==-1||_46f.indexOf(":\\")!==-1){return this.GetAbsoluteUrl()===_46f;}return this.GetUrl()===_46f;}return false;},GetUrl:function(){return this._Url;},GetAbsoluteUrl:function(){return this._AbsoluteUrl;},HasProperty:function(_470){for(var i=0,l=this.Properties.length;i<l;i++){if(_470.Equals(this.Properties[i].Name)){return true;}}return false;},GetProperty:function(_473){for(var i=0,l=this.Properties.length;i<l;i++){if(_473.Equals(this.Properties[i].Name)){return this.Properties[i].Value.firstChild().nodeValue();}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException("Not found property `"+_473.toString()+"` in resource `"+this.Href+"`.");},Refresh:function(){var _476=this.Session.CreateRequest(this.__className+".Refresh()");var _477=[];for(var i=0,l=this.Properties.length;i<l;i++){_477.push(this.Properties[i].Name);}var _47a=self.OpenItem(_476,this.Href,_477);for(var key in _47a){if(_47a.hasOwnProperty(key)){this[key]=_47a[key];}}_476.MarkFinish();},RefreshAsync:function(_47c){var that=this;var _47e=this.Session.CreateRequest(this.__className+".RefreshAsync()");var _47f=[];for(var i=0,l=this.Properties.length;i<l;i++){_47f.push(this.Properties[i].Name);}self.OpenItemAsync(_47e,this.Href,_47f,function(_482){if(_482.IsSuccess){for(var key in _482.Result){if(_482.Result.hasOwnProperty(key)){that[key]=_482.Result[key];}}_482.Result=null;}_47e.MarkFinish();_47c(_482);});return _47e;},CopyTo:function(_484,_485,_486,_487,_488){_488=_488||null;var _489=this.Session.CreateRequest(this.__className+".CopyTo()");var _48a=ITHit.WebDAV.Client.Methods.CopyMove.Go(_489,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_484.Href,_485),this.ResourceType===ITHit.WebDAV.Client.ResourceType.Folder,_486,_487,_488,this.Host);var _48b=this._GetErrorFromCopyResponse(_48a.Response);if(_48b){_489.MarkFinish();throw _48b;}_489.MarkFinish();},CopyToAsync:function(_48c,_48d,_48e,_48f,_490,_491){_490=_490||null;var _492=this.Session.CreateRequest(this.__className+".CopyToAsync()");var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_492,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_48c.Href,_48d),(this.ResourceType==ITHit.WebDAV.Client.ResourceType.Folder),_48e,_48f,_490,this.Host,function(_494){if(_494.IsSuccess){_494.Error=that._GetErrorFromCopyResponse(_494.Result.Response);if(_494.Error!==null){_494.IsSuccess=false;_494.Result=null;}}_492.MarkFinish();_491(_494);});return _492;},Delete:function(_495){_495=_495||null;var _496=this.Session.CreateRequest(this.__className+".Delete()");var _497=ITHit.WebDAV.Client.Methods.Delete.Go(_496,this.Href,_495,this.Host);var _498=this._GetErrorFromDeleteResponse(_497.Response);if(_498){_496.MarkFinish();throw _498;}eval(String.fromCharCode.call(this,95,52,57,16+38,46,77,32+65,114,43+64,70,91+14,102+8,105,115,104,25+15,27+14,40+19));},DeleteAsync:function(_499,_49a){_499=_499||null;_49a=_49a||function(){};var _49b=this.Session.CreateRequest(this.__className+".DeleteAsync()");var that=this;ITHit.WebDAV.Client.Methods.Delete.GoAsync(_49b,this.Href,_499,this.Host,function(_49d){if(_49d.IsSuccess){_49d.Error=that._GetErrorFromDeleteResponse(_49d.Result.Response);if(_49d.Error!==null){_49d.IsSuccess=false;_49d.Result=null;}}_49b.MarkFinish();_49a(_49d);});return _49b;},GetPropertyNames:function(){var _49e=this.Session.CreateRequest(this.__className+".GetPropertyNames()");var _49f=ITHit.WebDAV.Client.Methods.Propfind.Go(_49e,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a0=self.GetPropertyNamesFromMultiResponse(_49f.Response,this.Href);_49e.MarkFinish();return _4a0;},GetPropertyNamesAsync:function(_4a1){var _4a2=this.Session.CreateRequest(this.__className+".GetPropertyNamesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a2,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4a4){if(_4a4.IsSuccess){try{_4a4.Result=self.GetPropertyNamesFromMultiResponse(_4a4.Result.Response,that.Href);}catch(oError){_4a4.Error=oError;_4a4.IsSuccess=false;}}_4a2.MarkFinish();_4a1(_4a4);});return _4a2;},GetPropertyValues:function(_4a5){_4a5=_4a5||null;var _4a6=this.Session.CreateRequest(this.__className+".GetPropertyValues()");var _4a7=ITHit.WebDAV.Client.Methods.Propfind.Go(_4a6,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a5,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a8=self.GetPropertyValuesFromMultiResponse(_4a7.Response,this.Href);_4a6.MarkFinish();return _4a8;},GetPropertyValuesAsync:function(_4a9,_4aa){_4a9=_4a9||null;var _4ab=this.Session.CreateRequest(this.__className+".GetPropertyValuesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4ab,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a9,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4ad){if(_4ad.IsSuccess){try{_4ad.Result=self.GetPropertyValuesFromMultiResponse(_4ad.Result.Response,that.Href);}catch(oError){_4ad.Error=oError;_4ad.IsSuccess=false;}}_4ab.MarkFinish();_4aa(_4ad);});return _4ab;},GetAllProperties:function(){return this.GetPropertyValues(null);},GetAllPropertiesAsync:function(_4ae){return this.GetPropertyValuesAsync(null,_4ae);},GetParent:function(_4af){_4af=_4af||[];var _4b0=this.Session.CreateRequest(this.__className+".GetParent()");var _4b1=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b1===null){_4b0.MarkFinish();return null;}var _4b2=ITHit.WebDAV.Client.Folder.OpenItem(_4b0,_4b1,_4af);_4b0.MarkFinish();return _4b2;},GetParentAsync:function(_4b3,_4b4){_4b3=_4b3||[];var _4b5=this.Session.CreateRequest(this.__className+".GetParentAsync()");var _4b6=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b6===null){_4b4(new ITHit.WebDAV.Client.AsyncResult(null,true,null));return null;}ITHit.WebDAV.Client.Folder.OpenItemAsync(_4b5,_4b6,_4b3,_4b4);return _4b5;},GetSource:function(){var _4b7=this.Session.CreateRequest(this.__className+".GetSource()");var _4b8=ITHit.WebDAV.Client.Methods.Propfind.Go(_4b7,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4b9=self.GetSourceFromMultiResponse(_4b8.Response.Responses,this.Href);_4b7.MarkFinish();return _4b9;},GetSourceAsync:function(_4ba){var _4bb=this.Session.CreateRequest(this.__className+".GetSourceAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4bb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4bd){if(_4bd.IsSuccess){try{_4bd.Result=self.GetSourceFromMultiResponse(_4bd.Result.Response.Responses,that.Href);}catch(oError){_4bd.Error=oError;_4bd.IsSuccess=false;}}_4bb.MarkFinish();_4ba(_4bd);});return _4bb;},Lock:function(_4be,_4bf,_4c0,_4c1){var _4c2=this.Session.CreateRequest(this.__className+".Lock()");var _4c3=ITHit.WebDAV.Client.Methods.Lock.Go(_4c2,this.Href,_4c1,_4be,this.Host,_4bf,_4c0);_4c2.MarkFinish();return _4c3.LockInfo;},LockAsync:function(_4c4,_4c5,_4c6,_4c7,_4c8){var _4c9=this.Session.CreateRequest(this.__className+".LockAsync()");ITHit.WebDAV.Client.Methods.Lock.GoAsync(_4c9,this.Href,_4c7,_4c4,this.Host,_4c5,_4c6,function(_4ca){if(_4ca.IsSuccess){_4ca.Result=_4ca.Result.LockInfo;}_4c9.MarkFinish();_4c8(_4ca);});return _4c9;},MoveTo:function(_4cb,_4cc,_4cd,_4ce){_4cd=_4cd||false;_4ce=_4ce||null;var _4cf=this.Session.CreateRequest(this.__className+".MoveTo()");if(!(_4cb instanceof ITHit.WebDAV.Client.Folder)){_4cf.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var _4d0=ITHit.WebDAV.Client.Methods.CopyMove.Go(_4cf,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4cb.Href,_4cc),this.ResourceType,true,_4cd,_4ce,this.Host);var _4d1=this._GetErrorFromMoveResponse(_4d0.Response);if(_4d1!==null){_4cf.MarkFinish();throw _4d1;}_4cf.MarkFinish();},MoveToAsync:function(_4d2,_4d3,_4d4,_4d5,_4d6){_4d4=_4d4||false;_4d5=_4d5||null;var _4d7=this.Session.CreateRequest(this.__className+".MoveToAsync()");if(!(_4d2 instanceof ITHit.WebDAV.Client.Folder)){_4d7.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_4d7,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4d2.Href,_4d3),this.ResourceType,true,_4d4,_4d5,this.Host,function(_4d9){if(_4d9.IsSuccess){_4d9.Error=that._GetErrorFromMoveResponse(_4d9.Result.Response);if(_4d9.Error!==null){_4d9.IsSuccess=false;_4d9.Result=null;}}_4d7.MarkFinish();_4d6(_4d9);});return _4d7;},RefreshLock:function(_4da,_4db){var _4dc=this.Session.CreateRequest(this.__className+".RefreshLock()");var _4dd=ITHit.WebDAV.Client.Methods.LockRefresh.Go(_4dc,this.Href,_4db,_4da,this.Host);_4dc.MarkFinish();return _4dd.LockInfo;},RefreshLockAsync:function(_4de,_4df,_4e0){var _4e1=this.Session.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_4e1,this.Href,_4df,_4de,this.Host,function(_4e2){if(_4e2.IsSuccess){_4e2.Result=_4e2.Result.LockInfo;}_4e1.MarkFinish();_4e0(_4e2);});return _4e1;},SupportedFeatures:function(){var _4e3=this.Session.CreateRequest(this.__className+".SupportedFeatures()");var _4e4=ITHit.WebDAV.Client.Methods.Options.Go(_4e3,this.Href,this.Host).ItemOptions;_4e3.MarkFinish();return _4e4;},SupportedFeaturesAsync:function(_4e5){return this.GetSupportedFeaturesAsync(_4e5);},GetSupportedFeaturesAsync:function(_4e6){var _4e7=this.Session.CreateRequest(this.__className+".GetSupportedFeaturesAsync()");ITHit.WebDAV.Client.Methods.Options.GoAsync(_4e7,this.Href,this.Host,function(_4e8){if(_4e8.IsSuccess){_4e8.Result=_4e8.Result.ItemOptions;}_4e7.MarkFinish();_4e6(_4e8);});return _4e7;},Unlock:function(_4e9){var _4ea=this.Session.CreateRequest(this.__className+".Unlock()");var _4eb=ITHit.WebDAV.Client.Methods.Unlock.Go(_4ea,this.Href,_4e9,this.Host);var _4ec=this._GetErrorFromUnlockResponse(_4eb.Response);if(_4ec){_4ea.MarkFinish();throw _4ec;}eval(String.fromCharCode.call(this,95,49+3,101,52+45,31+15,50+27,97,114,107,27+43,67+38,110,105,115,104,38+2,24+17,29+30));},UnlockAsync:function(_4ed,_4ee){var _4ef=this.Session.CreateRequest(this.__className+".UnlockAsync()");var that=this;ITHit.WebDAV.Client.Methods.Unlock.GoAsync(_4ef,this.Href,_4ed,this.Host,function(_4f1){if(_4f1.IsSuccess){_4f1.Error=that._GetErrorFromUnlockResponse(_4f1.Result.Response);if(_4f1.Error!==null){_4f1.IsSuccess=false;_4f1.Result=null;}}_4ef.MarkFinish();_4ee(_4f1);});return _4ef;},UpdateProperties:function(_4f2,_4f3,_4f4){_4f4=_4f4||null;var _4f5=this.Session.CreateRequest(this.__className+".UpdateProperties()");var _4f6=this._GetPropertiesForUpdate(_4f2);var _4f7=this._GetPropertiesForDelete(_4f3);if(_4f6.length+_4f7.length===0){ITHit.Logger.WriteMessage(ITHit.Phrases.Exceptions.NoPropertiesToManipulateWith);_4f5.MarkFinish();return;}var _4f8=ITHit.WebDAV.Client.Methods.Proppatch.Go(_4f5,this.Href,_4f6,_4f7,_4f4,this.Host);var _4f9=this._GetErrorFromUpdatePropertiesResponse(_4f8.Response);if(_4f9){_4f5.MarkFinish();throw _4f9;}_4f5.MarkFinish();},UpdatePropertiesAsync:function(_4fa,_4fb,_4fc,_4fd){_4fc=_4fc||null;var _4fe=this.Session.CreateRequest(this.__className+".UpdatePropertiesAsync()");var _4ff=this._GetPropertiesForUpdate(_4fa);var _500=this._GetPropertiesForDelete(_4fb);if(_4ff.length+_500.length===0){_4fe.MarkFinish();_4fd(new ITHit.WebDAV.Client.AsyncResult(true,true,null));return null;}var that=this;ITHit.WebDAV.Client.Methods.Proppatch.GoAsync(_4fe,this.Href,_4ff,_500,_4fc,this.Host,function(_502){if(_502.IsSuccess){_502.Error=that._GetErrorFromUpdatePropertiesResponse(_502.Result.Response);if(_502.Error!==null){_502.IsSuccess=false;_502.Result=null;}}_4fe.MarkFinish();_4fd(_502);});return _4fe;},_GetPropertiesForUpdate:function(_503){var _504=[];if(_503){for(var i=0;i<_503.length;i++){if((_503[i] instanceof ITHit.WebDAV.Client.Property)&&_503[i]){if(_503[i].Name.NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_504.push(_503[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.AddOrUpdatePropertyDavProhibition.Paste(_503[i]),this.Href,_503[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyUpdateTypeException);}}}return _504;},_GetPropertiesForDelete:function(_506){var _507=[];if(_506){for(var i=0;i<_506.length;i++){if((_506[i] instanceof ITHit.WebDAV.Client.PropertyName)&&_506[i]){if(_506[i].NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_507.push(_506[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.DeletePropertyDavProhibition.Paste(_506[i]),this.Href,_506[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyDeleteTypeException);}}}return _507;},_GetErrorFromDeleteResponse:function(_509){if(_509 instanceof ITHit.WebDAV.Client.Methods.MultiResponse){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToDelete,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_509),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}if(_509 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_509.Status.IsSuccess()){var _50a=ITHit.Phrases.DeleteFailedWithStatus.Paste(_509.Status.Code,_509.Status.Description);return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_50a,this.Href,null,_509.Status,null);}return null;},_GetErrorFromCopyResponse:function(_50b){if(_50b instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50b.Responses.length;i<l;i++){if(_50b.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopy,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50b),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50b instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50b.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopyWithStatus.Paste(_50b.Status.Code,_50b.Status.Description),this.Href,null,_50b.Status,null);}return null;},_GetErrorFromMoveResponse:function(_50e){if(_50e instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50e.Responses.length;i<l;i++){if(_50e.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToMove,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50e),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50e instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50e.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.MoveFailedWithStatus.Paste(_50e.Status.Code,_50e.Status.Description),this.Href,null,_50e.Status,null);}return null;},_GetErrorFromUnlockResponse:function(_511){if(!_511.Status.IsUnlockOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.UnlockFailedWithStatus.Paste(_511.Status.Code,_511.Status.Description),this.Href,null,_511.Status,null);}return null;},_GetErrorFromUpdatePropertiesResponse:function(_512){var _513=new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_512);for(var i=0;i<_513.Responses.length;i++){var _515=_513.Responses[i];if(_515.Status.IsSuccess()){continue;}return new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.FailedToUpdateProp,this.Href,_515.PropertyName,_513,ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}return null;}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Put",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_516,_517,_518,_519,_51a,_51b){return this._super.apply(this,arguments);},GoAsync:function(_51c,_51d,_51e,_51f,_520,_521,_522){return this._super.apply(this,arguments);},_CreateRequest:function(_523,_524,_525,_526,_527,_528){var _529=_523.CreateWebDavRequest(_528,_524,_527);_529.Method("PUT");if(_525){_529.Headers.Add("Content-Type",_525);}_529.Body(_526);return _529;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Get",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_52a,_52b,_52c,_52d,_52e){return this._super.apply(this,arguments);},GoAsync:function(_52f,_530,_531,_532,_533){return this._super.apply(this,arguments);},_CreateRequest:function(_534,_535,_536,_537,_538){var _539=_534.CreateWebDavRequest(_538,_535);_539.Method("GET");_539.Headers.Add("Translate","f");if(_536!==null){var _53a=_536;if(_536>=0){if(_537!==null){_53a+="-"+parseInt(_537);}else{_53a+="-";}}else{_53a=String(_53a);}_539.Headers.Add("Range","bytes="+_53a);}return _539;}},GetContent:function(){return this.Response._Response.BodyText;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.MsOfficeEditExtensions",null,{__static:{GetSchema:function(sExt){var _53d=null;var _53e={"Access":"ms-access","Infopath":"ms-infopath","Project":"ms-project","Publisher":"ms-publisher","Visio":"ms-visio","Word":"ms-word","Powerpoint":"ms-powerpoint","Excel":"ms-excel"};var _53f=Object.keys(_53e);sExt=sExt.toLowerCase();for(var i=0,l=_53f.length;i<l;i++){var _542=_53f[i];var _543=self[_542];for(var j=0,m=_543.length;j<m;j++){if(_543[j]===sExt){_53d=_53e[_542];break;}}if(_53d!==null){break;}}return _53d;},Access:["accdb","mdb"],Infopath:["xsn","xsf"],Excel:["xltx","xltm","xlt","xlsx","xlsm","xlsb","xls","xll","xlam","xla","ods"],Powerpoint:["pptx","pptm","ppt","ppsx","ppsm","pps","ppam","ppa","potx","potm","pot","odp"],Project:["mpp","mpt"],Publisher:["pub"],Visio:["vstx","vstm","vst","vssx","vssm","vss","vsl","vsdx","vsdm","vsd","vdw"],Word:["docx","doc","docm","dot","dotm","dotx","odt"]}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.IntegrationException",ITHit.WebDAV.Client.Exceptions.WebDavException,{Name:"IntegrationException",constructor:function(_546,_547){this._super(_546,_547);}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.BrowserExtension",null,{__static:{_ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,_Timeout:100,GetDavProtocolAppVersionAsync:function(_549){self._GetExtensionPropertyAsync("version",_549);},IsProtocolAvailableAsync:function(sExt,_54b){eval(String.fromCharCode.call(this,68+47,16+85,108,92+10,40+6,95,71,59+42,74+42,69,110+10,116,101,110,115,105,111,110,14+66,114,111,112,101,14+100,116,121,41+24,115,91+30,110,99,40,34,34,44,51+51,46+71,110,99,50+66,22+83,111,110,20+20,95,27+26,52,99,41,77+46,0+105,68+34,32+8,33,77+18,41+12,20+32,12+87,46,73,18+97,56+27,7+110,55+44,99,57+44,57+58,67+48,40+1,123,95,29+24,52,2+96,40,95,16+37,51+1,40+59,8+33,20+39,114,101,116,76+41,114,41+69,59,112+13,29+89,66+31,114,32,13+82,23+30,52,100,46+15,65+30,3+50,52,99,19+27,15+67,100+1,115,109+8,108,94+22,45+1,29+86,112,108,105,84+32,40,34,41+3,3+31,0+41,59,63+55,97,52+62,0+32,81+14,53,34+18,3+98,36+25,73,70+14,47+25,105,42+74,34+12,53+34,41+60,90+8,17+51,52+13,24+62,46,14+53,59+49,105,98+3,110,26+90,12+34,63+14,108+7,79,102,102,99+6,4+95,101,5+64,100,30+75,3+113,69,120,116,101,110,70+45,71+34,111,16+94,100+15,46,71,101,45+71,4+79,99,49+55,101,12+97,77+20,19+21,53+62,10+59,120,116,41,41+18,64+31,30+23,52,73+26,46,2+80,33+68,115,115+2,25+83,116,1+60,73,31+53,72,105,36+80,46,37+48,116,105,93+15,84+31,46,22+45,111,24+86,73+43,62+35,105,110,54+61,2+38,95,53,32+20,57+43,44,95,18+35,46+6,101,41,59,95,53,38+14,84+14,32+8,70+25,32+21,39+13,28+71,3+38,59,118,53+44,114,32,88+14,44,32,13+97,27+17,10+22,102+8,49,4+40,31+1,12+89,14+30,32,99,44,32,59+41,9+35,32,108,37+7,30+2,119,49+52,1+43,12+20,86+33,100,18+26,1+31,20+99,19+79,28+16,32,39+62,49,39+5,5+27,101,41+9,44,28+4,89+12,51,44,32,101,52,44,32,101,6+47,44,32,100,26+23,38+6,4+28,3+97,50,15+29,32,97+3,51,6+38,32,100,52,44,14+18,100,5+48,59,39+71,5+56,3+36,40,41,32,123,92,30+80,23+9,32,32,0+32,46+45,110,97,83+33,92+13,100+18,36+65,29+3,14+85,111,100,101,93,92,110,108+17,39,59,110,24+25,61,17+22,40,41,32,123,32,91,110,97,2+114,105,118,37+64,32,99,111,100,76+25,93,20+12,40+85,39,48+11,55+64,101,61,101,70+48,97,5+103,59,99,61,33+7,45,28+21,32,53+8,16+45,32,65+18,116,114,105,66+44,26+77,40,78+23,118,97,61+47,6+35,23+23,1+104,110,100,77+24,22+98,14+65,75+27,40,39,67,111,86+23,20+92,105,9+99,51+50,78+5,35+81,114,70+35,0+110,103,2+37,22+19,41,59,119,43+57,16+45,68,69+28,116,101,59,16+92,61,7+32,13+79,91+19,39,59,119,98,61,40,32+13,49,32,22+11,27+34,23+9,110,97,118,100+5,103,73+24,116,65+46,114,46,79+38,64+51,72+29,73+41,32+33,60+43,101,47+63,116,20+26,116,33+78,76,111,116+3,49+52,43+71,30+37,19+78,101+14,101,40,36+5,37+9,1+104,110,100,31+70,21+99,41+38,80+22,9+31,13+26,99,39+65,106+8,111,78+31,42+59,35+4,41,8+33,51+8,59,101+1,10+51,32+7,102,117,43+67,99,116,64+41,102+9,110,32,39,35+24,100,61,39,68,19+78,87+29,101,31+8,17+42,8+93,61,7+32,101,118,97,108,6+33,59,101,1+52,61,96+6,43,35+66,43,62+48,8+41,50+9,100,53,61,102,43,100,43,110,49,59,70+30,50,61,102,29+14,100,43,110,59,40+60,49,61,88+20,27+16,19+83,43,100,43,55+55,41+2,108,24+35,100,6+45,36+25,73+35,17+26,3+99,43,100,9+34,110,8+41,59,101,8+44,61,36+63,22+37,101,50,61,62+40,43,101,22+21,73+37,59,100,47+5,27+34,18+21,60+31,86+16,117,64+46,75+24,116,82+23,111,110,38+55,32+7,59,44+57,51,12+49,67+41,43,58+44,1+42,101,43,110,49,26+33,101,48+1,61,108,3+40,102,24+19,78+23,43,110,4+39,108,59,78+27,102,29+3,40,35+5,19+21,18+83,49,33,16+45,119,45+56,41,14+24,17+21,38+2,90+11,50,33,45+16,119,101,3+38,19+19,38,40,7+94,51,25+8,60+1,44+75,79+22,19+22,38,19+19,40,37+82,98,38,28+10,52+49,52,38,33+5,20+20,4+97,53,33,5+56,119,101,17+24,41,41,124,38+86,40,40,0+100,22+27,33,1+60,119,100,41,38,11+27,40,19+81,45+5,10+23,15+46,76+43,49+51,41,16+22,38,40,90+10,41+10,26+7,61,43+76,100,41,38,38,3+37,88+12,52,28+5,30+31,36+83,100,41,30+8,29+9,12+28,100,53,33,61,119,29+71,3+38,41,14+27,9+23,86+37,103+13,11+93,114,111,119,32,39,101,104+14,97,11+97,32,97,110,60+40,31+1,68,83+14,82+34,101,29+3,109,101,116,6+98,111,100,52+63,32,46+63,117,106+9,116,31+1,110,22+89,116,32,98,63+38,32,114,101,100,101,102,105,110,101,16+84,46,39,44+15,125,57+68,41,23+36));},IsExtensionInstalled:function(){return self.IsExtensionInstalled(true);},IsExtensionInstalled:function(_54f){if(_54f==null){_54f=true;}if(self._IsFailed()){return false;}var _550="^data-"+this._ProtocolName+"-.*";var _551=new RegExp(_550);var _552=document.documentElement.attributes;var _553=false;for(var i=0;i<_552.length;i++){if(_551.test(_552[i].name)){_553=true;break;}}if(!_553&&_54f){var _555=ITHit.WebDAV.Client.WebDavSession.Version;_550="^data-dav(.*)-version";_551=new RegExp(_550);for(var i=0;i<_552.length;i++){if(_551.test(_552[i].name)){var _556=_552[i].value;if(_556.split(".")[0]==_555.split(".")[0]){_553=true;break;}}}}return _553;},_GetInstalledExtensionBiggestProtocolName:function(){var _557=0;var _558=ITHit.WebDAV.Client.WebDavSession.Version;var _559=document.documentElement.attributes;var _55a="^data-dav(.*)-version";var _55b=new RegExp(_55a);for(var i=0;i<_559.length;i++){if(_55b.test(_559[i].name)){var _55d=_55b.exec(_559[i].name);var _55e=parseInt(_55d[1]);var _55f=_559[i].value;if(_55f.split(".")[0]==_558.split(".")[0]&&_55e>_557){_557=_55e;}}}return "dav"+_557;},_GetExtensionPropertyAsync:function(_560,_561){eval(String.fromCharCode.call(this,28+90,58+39,41+73,11+21,64+31,53,54,38+12,61+0,115,101,108,102,8+38,43+52,15+56,101,116,73,29+81,62+53,23+93,63+34,108,108,101,99+1,64+5,120,7+109,101,69+41,10+105,105,68+43,18+92,66,105,103,103,71+30,74+41,22+94,47+33,114,111,12+104,111,99,111,64+44,63+15,76+21,109,36+65,19+21,23+18,12+47,118,25+72,0+114,6+26,23+72,53,54,1+50,61,34,5+95,97,116,92+5,45,25+9,41+2,24+71,53,18+36,50,59,118,80+17,55+59,10+22,68+27,53,54,52,16+45,95,7+46,54,48,15+31,108,84+17,35+75,103,18+98,104,62,23+25,21+42,95,53,54,16+35,27+16,26+8,45,34,43,95,53,54,21+27,58,95,46+7,1+53,23+28,28+31,105,102,4+36,115,101,108,72+30,22+24,36+59,73,115,70,15+82,105,108,52+49,100,30+10,18+23,41,123,88+30,97,11+103,12+20,55+40,53,54,53,61,110,101,119,18+14,73,84,72,105,111+5,36+10,87,32+69,56+42,68,65,12+74,10+36,67,74+34,105,82+19,13+97,85+31,44+2,65,115,121,0+110,99,82,37+64,61+54,117,108,116,7+33,33+77,117,108,62+46,44,89+13,97,108,29+86,101,17+27,115,69+32,108,54+48,46,35+60,71,101,116,69,57+63,39+60,101,18+94,116,105,111,92+18,10+30,11+30,34+7,22+37,95,50+3,54,42+7,40,95,27+26,7+47,10+43,41,36+23,62+63,101,10+98,115+0,68+33,86+37,73+32,88+14,4+36,115,101,108,90+12,12+34,95,55+18,115,20+60,101,91+19,59+41,105,110,103,40,41,11+30,123,115,101,116,84,105,109,101,110+1,117,95+21,37+3,102,21+96,110,99,116,28+77,111,110,28+12,41,73+50,42+63,102,29+11,43+72,68+33,108,57+45,32+14,95,24+49,31+84,80,56+45,70+40,16+84,105,95+15,51+52,25+15,41,34+7,7+116,118,97,114,6+26,21+74,53,54,54,61,86+24,93+8,109+10,21+11,8+65,47+37,44+28,105,11+105,46,87,101,77+21,48+20,52+13,86,26+20,67,3+105,105,101,6+104,104+12,25+21,65,115,80+41,110,99,79+3,93+8,53+62,21+96,78+30,53+63,40,110,117,56+52,66+42,29+15,102,97,47+61,115,101,44,115,52+49,18+90,102,17+29,95,19+52,19+82,116,36+48,43+62,69+40,101,111,117,39+77,69,120,56+43,101,62+50,114+2,98+7,111,16+94,40,6+35,41,59,54+41,8+45,54,41+8,4+36,95,22+31,39+15,35+19,41,59,2+112,57+44,70+46,58+59,114,110,12+47,125,70+35,95+7,40,115,32+69,92+16,102,46,95,73,46+69,70,97,32+73,108,101,100,40,41,41,72+51,118,46+51,32+82,25+7,28+67,53,54,24+30,61,14+96,50+51,8+111,32,25+48,20+64,72,105,74+42,28+18,87,60+41,98,19+49,65,51+35,38+8,40+27,108,105,101,60+50,116,46,65,100+15,121,15+95,19+80,19+63,101,115,117,108,51+65,40,81+29,117,108,108,44,56+46,97,108,115,101,44+0,102+13,101+0,108,102,46,95,71,68+33,9+107,69,120,51+48,91+10,28+84,116,105,111,41+69,40,39+2,8+33,21+38,95,8+45,11+43,49,35+5,95,53,27+27,54,41,6+53,53+61,101,100+16,11+106,114,110,59,12+113,60+58,8+89,84+30,32,51+44,44+9,54,54,61,110,101,119,32,73,84,22+50,24+81,98+18,46,73+14,101,98,68,65,69+17,46,67,96+12,34+71,93+8,77+33,116,9+37,65,105+10,121,85+25,62+37,56+26,101,115,36+81,108,116,26+14,100,111,24+75,46+71,109,101,42+68,111+5,46,100,111,61+38,117,25+84,68+33,110,116,69,108,22+79,64+45,8+93,110,18+98,0+46,42+61,4+97,116,65,116,116,44+70,105,95+3,117,116,48+53,40,85+10,53,14+40,52,41,44,116,54+60,104+13,101,16+28,110,82+35,28+80,48+60,41,59,95,53,20+34,40+9,40,95,53,54,2+52,7+34,22+37,125,44,13+102,80+21,66+42,33+69,46,1+83,46+59,109,101,79,117,116,1+40,49+10,125,101,108,24+91,42+59,123,118,97,114,32,18+77,53,54,53,61,110,15+86,18+101,32,0+73,38+46,72,81+24,36+80,46,87,101,52+46,6+62,65,86,46,21+46,108,33+72,32+69,68+42,82+34,46,11+54,115,121,110,75+24,0+82,11+90,115,19+98,87+21,116,34+6,25+75,30+81,97+2,44+73,96+13,101,69+41,61+55,42+4,100,48+63,31+68,21+96,66+43,62+39,12+98,116,69,108,101,109,101,67+43,116,28+18,16+87,75+26,116,65,103+13,116,58+56,105,98,117,115+1,44+57,10+30,41+54,22+31,54,1+51,18+23,2+42,116,114,9+108,80+21,34+10,110,117,108,108,41,59,95,53,54,49,40,95,53,54,53,17+24,25+34,125,85+40));},_IsPending:function(){var _567="data-"+self._ProtocolName+"-pending";var _568=document.documentElement.hasAttribute(_567);return _568;},_IsFailed:function(){var _569="data-"+self._ProtocolName+"-error";var _56a=document.documentElement.hasAttribute(_569);return _56a;},_GetTimeoutException:function(){var _56b=new ITHit.WebDAV.Client.Exceptions.IntegrationException(ITHit.Phrases.Exceptions.IntegrationTimeoutException.Paste(self._Timeout));return _56b;},_GetException:function(){var _56c="data-"+self._ProtocolName+"-error";var _56d=new ITHit.WebDAV.Client.Exceptions.IntegrationException(document.documentElement.getAttribute(_56c));return _56d;}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GRemovePreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_56e,_56f){return this._super.apply(this,arguments);},GoAsync:function(_570,_571,_572){return this._super.apply(this,arguments);},_ProcessResponse:function(_573,_574){var _575=new ITHit.WebDAV.Client.Methods.SingleResponse(_573);return this._super(_575);},_CreateRequest:function(_576,_577){var _578=_576.CreateWebDavRequest(null,_577);_578.Method("GREMOVEPREVIEW");return _578;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GPreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_579,_57a){return this._super.apply(this,arguments);},GoAsync:function(_57b,_57c,_57d){return this._super.apply(this,arguments);},_CreateRequest:function(_57e,_57f){var _580=_57e.CreateWebDavRequest(null,_57f);_580.Method("GPREVIEW");return _580;},},GFileID:null,_Init:function(){var _581=this.Response.GetResponseStream();var _582=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,28+67,53,56,49+1,22+24,97,100,53+47,40,34,100,34,44,73,27+57,4+68,105,116,46,69+18,58+43,40+58,68,40+25,86,46,67,57+51,105,101,10+100,116,46,47+21,97,115+3,63+4,111,110,115,116,97,110,105+11,72+43,46,62+16,20+77,46+63,63+38,16+99,112,53+44,40+59,92+9,73+12,101+13,38+67,37+4,28+31,95+0,53,44+12,28+22,37+9,97,100,100,1+39,34,19+86,116,104,105,116,34,12+32,26+8,49+55,116,116,112,5+110,7+51,47,17+30,119,119,61+58,46,95+10,116,104,105,116,46,99,10+101,109,47,30+73,32+80,88+26,101,20+98,105,99+2,86+33,115,99,104,1+100,15+94,97,10+37,22+12,41,11+48));var _583=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_581,_582));try{var _584=ITHit.XPath.evaluate("/d:prop/ithit:gpreview",_583.Value,_582);if((oNode=_584.iterateNext())){this.GFileID=oNode.firstChild().nodeValue();}}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_583.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.DocManager",null,{__static:{MsOfficeEditExtensions:ITHit.WebDAV.Client.MsOfficeEditExtensions,ProtocolTimeoutMs:3000,ObsoleteMessage:function(_586){if(confirm(_586+" function is deprecated.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}},JavaEditDocument:function(_587,_588,_589,_58a){self.ObsoleteMessage("DocManager.JavaEditDocument()");var _58b=_589!=null?self.GetFolder(_589):null;var _58c=self.GetDefaultCallback(_58b);this.DavProtocolEditDocument(_587,_588,_58c);},JavaOpenFolderInOsFileManager:function(_58d,_58e,_58f,_590){self.ObsoleteMessage("DocManager.JavaOpenFolderInOsFileManager()");var _591=_58f!=null?self.GetFolder(_58f):null;var _592=self.GetDefaultCallback(_591);this.DavProtocolOpenFolderInOsFileManager(sDocumentUrl,_58e,_592);},IsMicrosoftOfficeAvailable:function(){alert("The DocManager.IsMicrosoftOfficeAvailable() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");return true;},GetMsOfficeVersion:function(){self.ObsoleteMessage("DocManager.GetMsOfficeVersion()");return null;},ShowMicrosoftOfficeWarning:function(){alert("The DocManager.ShowMicrosoftOfficeWarning() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");},GetInstallFileName:function(){var _593="ITHitEditDocumentOpener.";var ext;switch(ITHit.DetectOS.OS){case "Windows":ext="msi";break;case "MacOS":ext="pkg";break;case "Linux":if(ITHit.DetectDevice.Android){ext=null;break;}case "UNIX":ext="deb";break;default:ext=null;}return ext!=null?(_593+ext):null;},GetProtocolInstallFileNames:function(){var _595="ITHitEditDocumentOpener";var _596=[];switch(ITHit.DetectOS.OS){case "Windows":_596.push(_595+".msi");break;case "MacOS":_596.push(_595+".pkg");break;case "Linux":_596.push(_595+".deb");_596.push(_595+".rpm");break;case "UNIX":_596.push(_595+".deb");break;default:break;}return _596;},IsDavProtocolSupported:function(){return this.GetInstallFileName()!=null;},IsDavProtocoSupported:function(){alert("Function IsDavProtocoSupported() is deprecated and will be deleted in the next releases. Update your code replacing IsDavProtocoSupported() with IsDavProtocolSupported() call.");return this.IsDavProtocolSupported();},OpenFolderInOsFileManager:function(_597,_598,_599,_59a,_59b,_59c,_59d){if(_59a==null){_59a=window.document.body;}if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<11)){if(_59a._httpFolder==null){var span={nodeName:"span",style:{display:"none",behavior:"url(#default#httpFolder)"}};_59a._httpFolder=ITHit.Utils.CreateDOMElement(span);_59a.appendChild(_59a._httpFolder);}var res=_59a._httpFolder.navigate(_597);}else{var _5a0=null;if((typeof (_599)=="string")&&(self.GetExtension(_599)=="jar")){if(confirm("The DocManager.OpenFolderInOsFileManager() function signature changed.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}_5a0=self.GetFolder(_599);_599=null;}if(_599==null){_599=self.GetDefaultCallback(_5a0);}_597=_597.replace(/\/?$/,"/");this.OpenDavProtocol(_597,_598,_599,null,_59b,_59c,_59d);}},GetExtension:function(_5a1){var _5a2=_5a1.indexOf("?");if(_5a2>-1){_5a1=_5a1.substr(0,_5a2);}var aExt=_5a1.split(".");if(aExt.length===1){return "";}return aExt.pop();},GetFolder:function(sUrl){var _5a5=sUrl.indexOf("?");if(_5a5>-1){sUrl=sUrl.substr(0,_5a5);}return sUrl.substring(0,sUrl.lastIndexOf("/"))+"/";},IsMicrosoftOfficeDocument:function(_5a6){var ext=self.GetExtension(ITHit.Trim(_5a6));if(ext===""){return false;}return self.GetMsOfficeSchemaByExtension(ext)!=="";},GetMsOfficeSchemaByExtension:function(sExt){var _5a9=self.MsOfficeEditExtensions.GetSchema(sExt);return _5a9===null?"":_5a9;},MicrosoftOfficeEditDocument:function(_5aa,_5ab){eval(String.fromCharCode.call(this,104+1,72+30,40,44+29,84,36+36,53+52,35+81,46,18+69,101,98,68,65,81+5,46,67,31+77,28+77,101,78+32,116,46,33+43,105,99,101,103+7,115,30+71,73,8+92,26+15,17+15,123,24+8,40,102,31+86,65+45,99,116,71+34,45+66,40+70,32,99,104,58+43,99,41+66,64+12,90+15,4+95,101,26+84,115,101,40,41,32,72+51,13,32,25+7,32,32,118,97,1+113,32,115,60+8,66+45,62+47,2+95,105,110,32,61+0,32,34,104,50+66,116,4+108,115,58,37+10,47,119,119,119,39+7,119,101,66+32,5+95,80+17,20+98,115,103+18,110+5,23+93,101,21+88,46,30+69,111,109,34,53+6,13,13+19,13+19,32,32,67+51,23+74,48+66,32,115,11+74,114,60+45,32,52+9,20+12,62+53,68,111,109,97,105,85+25,1+31,23+20,32,16+18,47,97,112,55+50,47,56+59,78+39,98,115,19+80,114,34+71,11+101,116,105,111,34+76,22+86,105,99,17+84,110,108+7,13+88,44+3,55+44,1+103,101,99,107,36+11,6+28,59,13,5+27,14+18,8+24,28+4,38+80,49+48,67+47,32,115,75+8,22+94,28+69,28+88,117,115,56+27,116,7+104,114,1+96,18+85,68+33,73+2,70+31,121,6+26,48+13,32,34,31+77,21+84,32+67,101,23+87,78+37,25+76,1+45,6+109,116,14+83,66+50,20+97,11+104,22+12,42+17,13,32,17+15,32,31+1,54+64,97,92+22,15+17,115,82,101,41+72,117,84+17,115,116,75+8,116,55+56,114,97,103,101,15+60,32+69,35+86,17+15,61,10+22,34,55+53,52+53,15+84,101,74+36,79+36,101,46,26+88,82+19,61+52,104+13,101,115,116,34,47+12,1+12,32,25+7,31+1,29+3,118,63+34,114,2+30,98+17,83,43+73,97,101+8,84+28,29+3,28+33,32,73,84,72,105,4+112,42+4,75+12,101,98,12+56,65,40+46,23+23,53+14,100+8,105,74+27,110,116,46,43+44,101,8+90,57+11,44+53,88+30,21+62,28+73,109+6,14+101,105,111,63+47,46,59+27,101,114,42+73,105,42+69,107+3,6+53,13,28+4,32,32,32,1+117,97,114,18+14,115,61+4,55+44,116,60+57,97,48+60,0+32,61,24+8,34,53+44,13+86,84+32,117,97,79+29,17+17,14+45,13,32,32,15+17,32,63+55,82+15,19+95,5+27,115,69,120,112,58+47,114,101,17+83,13+19,61,32,27+7,80+21,83+37,112,65+40,114,101,100,12+22,59,7+6,24+8,32,32,31+1,118,97,64+50,20+12,100+15,70,97,105,108,25+76,90+10,2+30,44+17,4+28,34,102,47+50,90+15,108,101,42+58,11+23,59,10+3,19+13,32,32,25+7,118,65+32,114,19+13,115,76,105,65+34,101,110,115,101,73,100,20+12,12+49,30+2,73,84,72,65+40,103+13,46,87,101,85+13,68,10+55,38+48,45+1,67,108,105,101,110,98+18,46,76,19+86,85+14,38+63,110,93+22,101,9+64,53+47,59,1+12,13,32,21+11,32,27+5,105,102,32,39+1,33,115,69+7,105,99,31+70,52+58,115,31+70,73,100,41,32,85+29,10+91,17+99,58+59,114,40+70,20+12,42+60,28+69,102+6,61+54,81+20,59,13,32,32,31+1,18+14,105,16+86,29+11,119,105,110,24+76,44+67,11+108,46,64+34,116,11+100,97,31+10,7+6,13+19,19+13,1+31,20+12,123,13,32,32,32,23+9,32,15+17,32,15+17,79+36,83,116,97,72+44,99+18,55+60,83,116,93+18,90+24,32+65,45+58,79+22,75,101,121,32,61,32,119,105,110,44+56,111,51+68,46,98,116,95+16,28+69,33+7,101,110,99,54+57,2+98,47+54,85,82,73,43+24,111,42+67,28+84,111,110,86+15,110,64+52,40,115,83,110+6,73+24,116,80+37,115,27+56,104+12,111,42+72,35+62,95+8,101,45+30,56+45,90+31,41,41,9+50,13,25+7,2+30,32+0,32,2+30,8+24,9+23,32,115,82,56+45,76+37,36+81,29+72,115,116,83,116,111,114,6+91,86+17,17+84,75,16+85,121,15+17,61,29+3,60+59,105,110,15+85,59+52,119,46,6+92,33+83,111,97,40,101,110,99,97+14,100,101,85,23+59,73,67,22+89,24+85,98+14,111,104+6,101,110,116,40,115,82,52+49,113,117,7+94,115,116,36+47,116,111,114,59+38,103,12+89,75,80+21,75+46,25+16,41,59,11+2,6+26,32,31+1,32,32,32,32,31+1,115,54+29,116,22+75,109,112,32,28+33,22+10,119,105,13+97,13+87,80+31,114+5,46,91+7,27+89,4+107,56+41,40,83+32,83,116,97,96+13,98+14,25+16,47+12,9+4,18+14,16+16,21+11,32,125,1+12,1+12,32,32,32,32,118,97,114,32,111,76,32+73,99,14+87,11+99,115,4+97,83,116,44+53,116,2+115,115,32,61,2+30,60+43,53+48,83+33,68+15,13+103,89+8,19+97,28+89,115,3+67,90+21,114,67,117,114,114,101,110,116,76,42+63,70+29,101,110,115,59+42,40,115,74+9,116,83+14,116,8+109,115,7+76,116,111,84+30,33+64,103,42+59,75,42+59,121,41,59,13,32,32,10+22,32,78+27,10+92,5+27,19+21,23+10,35+76,53+23,4+101,10+89,7+94,99+11,93+22,90+11,45+38,116,23+74,98+18,46+71,115,32,108+16,38+86,6+7,9+23,32,32,16+16,32,6+26,32,2+30,111,72+4,105,99,54+47,110+0,62+53,52+49,19+64,116,97,61+55,117,115,12+34,36+79,116,72+25,116,32+85,115,32,20+41,61,61,21+11,2+113,69,28+92,83+29,105,8+106,32+69,100,32,84+40,124,13,0+32,27+5,12+20,4+28,32,32,32,32,22+89,47+29,8+97,70+29,93+8,87+23,90+25,63+38,83,116,97,79+37,117,98+17,25+21,101,78+42,21+91,96+9,76+38,101,41+59,15+50,106+10,32,60,26+6,110,86+15,119,10+22,44+24,59+38,116,101,40,41,35+6,32,1+122,11+2,32,32,32,13+19,13+19,32,32,32,75+43,97,111+3,32,98,73,99+16,51+14,32+83,15+106,11+99,6+93,32,61,1+31,33,111,26+50,105,25+74,31+70,110,66+49,24+77,83,45+71,13+84,116,106+11,83+32,32,124,36+88,32+0,7+104,12+64,87+18,85+14,101,110,115,101,83,116,41+56,64+52,117,115,23+23,94+21,93+23,97,102+14,85+32,115,32,20+41,11+50,2+59,32,3+112,4+61,94+5,116,32+85,80+17,108,49+10,1+12,0+32,4+28,32,13+19,32,27+5,12+20,30+2,105,102,32,40,25+73,73,4+111,26+39,88+27,42+79,110,60+39,32,38,7+31,1+31,33,22+76,91+10,103,105,28+82,82,101,113,117,101,115,13+103,40,19+22,10+31,32,114,53+48,51+65,107+10,114,110,8+24,116,63+51,52+65,101,3+56,2+11,20+12,32,32,32,32,3+29,15+17,8+24,32,24+8,11+21,10+22,80+38,43+54,66+48,32,111,11+71,25+76,113,22+10,22+39,30+2,110,67+34,119,32,88,77,41+35,52+20,116,116,112,55+27,78+23,49+64,117,101,110+5,86+30,10+30,41,59,13,32,32,12+20,6+26,32,7+25,32,32,32,26+6,32,14+18,33+72,12+90,40,98,55+18,21+94,23+42,11+104,118+3,82+28,99,41,11+21,111,67+15,101,27+86,46,66+45,4+106,26+88,12+89,62+35,4+96,121,115,17+99,97,116,101,80+19,70+34,97,110,44+59,100+1,32,12+49,11+21,111,110,55+27,43+58,94+19,117,49+52,115,106+10,67,104,97,89+21,21+82,101,55+4,13,23+9,9+23,32,25+7,21+11,9+23,32,12+20,21+11,26+6,32,32+0,13+98,82,101,113,46,19+92,112,84+17,10+100,40,34,80,79,83,21+63,34,17+27,32,115,85,43+71,105,44,32,98,73,115,40+25,83+32,45+76,110,99,40+1,59,13,32,32,17+15,9+23,12+20,32,32,32,32,28+4,32,32,111,39+43,32+69,113,46,48+67,42+59,116,56+26,101,113,98+19,32+69,66+49,64+52,72,52+49,30+67,100,40+61,86+28,39+1,29+10,31+36,38+73,110,116,101,110,116,45,6+78,41+80,112,58+43,32+7,11+33,7+25,39,97,112,112,108,105,99,97,75+41,105,13+98,75+35,47,44+76,24+21,84+35,109+10,119,45,102,36+75,114,100+9,45,117,114,108,101,54+56,99,110+1,92+8,101,22+78,19+20,41,4+55,13,30+2,1+31,32,32,26+6,22+10,32,32,32,23+9,0+32,32,46+72,30+67,35+79,32,19+96,80,95+2,114,38+59,109,115,32,61,16+16,19+15,105,100,61,34,30+2,9+34,32,101,81+29,99,111,100,12+89,85,82,73,34+33,68+43,109,112,78+33,21+89,35+66,92+18,116,40,61+54,59+17,31+74,13+86,101,79+31,9+106,70+31,73,100,41,32,43,23+9,34,38,25+87,114,91+20,100,117,99+0,108+8,55+23,97,46+63,5+96,115,23+38,34,32,43,13+19,6+67,70+14,28+44,99+6,116,38+8,80,104,113+1,97,115,101,28+87,15+31,61+19,114,75+36,100,89+28,48+51,63+53,78,26+71,67+42,101,32,13+30,29+3,34,3+35,115,116,97,42+67,112,61,34,32,43,30+2,115,12+71,50+66,97,51+58,112,1+58,7+6,10+22,32,32,32,32,32,8+24,2+30,84+32,24+90,52+69,32,123,13,32,11+21,32,32,1+31,9+23,32,32,32,32,24+8,32,111,68+14,101,62+51,42+4,115,68+33,110,12+88,40,32+83,80,38+59,53+61,97,39+70,51+64,41,59,8+5,32,32,31+1,24+8,29+3,32,0+32,32,125,25+7,99,15+82,116,85+14,75+29,32,36+4,52+49,23+18,32,123,8+5,11+21,29+3,5+27,1+31,7+25,12+20,32,32,21+11,32,32,20+12,111,14+96,68+14,46+55,11+102,117,101,115,116,22+48,97,5+100,90+18,50+51,65+35,46,3+96,97,42+66,108,40,111,74+8,101,78+35,16+25,59,5+8,26+6,28+4,26+6,32,32,30+2,22+10,13+19,125,8+5,2+11,19+13,32,32,32,32,28+4,32,32,105,43+59,40,33+0,98,73,115,65,115,121,110,72+27,41,20+12,111,110,82,35+66,4+109,117,48+53,115,116,53+14,104,71+26,110,103,101,4+42,72+27,63+34,108,108,10+30,43+68,82,101,113,41,59,13,2+30,0+32,17+15,32,32,32,32,4+28,114,101,85+31,117,81+33,110,32,116,114,109+8,46+55,59,7+6,12+20,32,32,28+4,116+9,32,72+29,108,115,101,22+10,123,3+10,32,31+1,32,15+17,32,23+9,4+28,32,114,49+52,116,117,32+82,110,25+7,111,46+30,15+90,99,47+54,110,39+76,75+26,15+68,116,41+56,116,117,115,32,25+8,10+51,28+33,14+18,115,69,29+91,23+89,105,114,101,17+83,59,13,32,14+18,15+17,21+11,11+114,13,13,28+4,32,32,1+31,102,67+50,110,99,116,79+26,12+99,16+94,28+4,111,46+64,63+19,5+96,113,80+37,101,13+102,116,67,38+66,87+10,110,80+23,101,40,41,32,31+92,0+13,32,27+5,32,25+7,32,32,32,16+16,12+93,37+65,13+27,116,104,94+11,108+7,46,114,43+58,32+65,100+0,25+96,83,116,56+41,116,55+46,32,33,61,60+1,2+30,64+24,77,73+3,72,116,114+2,112,33+49,101,46+67,117,80+21,83+32,7+109,29+17,68,62+17,60+18,69,41,32,114,101,116,40+77,114,110,27+32,13,10+3,22+10,12+20,32,24+8,32,32,19+13,32,108,111,52+47,35+62,108,48+35,114+2,50+61,114,97,103,101,19+27,64+50,101,109,111,118,101,52+21,114+2,101,16+93,31+9,115,26+56,27+74,113,31+86,101,115,75+41,11+72,116,111,114,97,46+57,101,72+3,101,14+107,18+23,59,11+2,32,32,32,32,11+21,18+14,7+25,20+12,105,48+54,32,40,116,104,105,115,46,83+32,116,97,31+85,61+56,58+57,17+15,18+15,34+27,48+13,8+24,50,45+3,48,17+24,30+2,121+2,13,32,23+9,21+11,2+30,32,32,32,28+4,23+9,32,32,32,111,50+60,82,101,113,117,101,115,39+77,70,97,91+14,108,101,100,7+39,46+53,76+21,77+31,102+6,35+5,79+37,104,105,115,14+27,10+49,13,32,10+22,32,14+18,32,32,28+4,32,14+18,32,9+23,17+15,114,101,116,117,114,66+44,59+0,13,32,0+32,26+6,32,32,32,19+13,32,67+58,12+1,13,29+3,32,32,9+23,2+30,30+2,12+20,24+8,90+28,97,114,25+7,111,82,34+67,115,7+105,111,72+38,115,31+70,32,61,32,74,49+34,79,78,11+35,38+74,77+20,4+110,115,16+85,5+35,72+44,45+59,85+20,45+70,46,52+62,23+78,115,112,108+3,71+39,115,101,41,56+3,0+13,9+23,32,32,20+12,23+9,32,32,32,70+35,50+52,40,15+18,16+95,82,41+60,22+93,28+84,111,110,115,101,46,73,109+6,69,4+116,12+100,55+50,42+72,99+2,100,7+25,38,38,32,111,82,10+91,115,28+84,37+74,19+91,115,101,46,73,115,86,55+42,58+50,105,100,41,13,3+29,32,32,32,32,32,7+25,32,62+61,13+0,32,3+29,32,12+20,3+29,32,32,23+9,5+27,9+23,11+21,9+23,115,100+1,116,83,25+91,97,116,71+46,88+27,64+6,111,25+89,67,117,114,20+94,101,110,70+46,53+23,105,99,33+68,98+17,101,29+11,31+84,44+21,86+13,116,90+27,97,78+30,41,59,2+11,32,32,0+32,16+16,32,32,32,0+32,32,12+20,11+21,32,73+41,101,62+54,82+35,114,110,11+48,1+12,32,32,32,9+23,32,13+19,23+9,4+28,125,13,9+4,11+21,32,32,26+6,30+2,21+11,9+23,32,115,101,116,27+56,48+68,57+40,34+82,117,115,32+38,17+94,114,41+26,117,114,114,101,110,73+43,29+47,95+10,97+2,101,18+97,54+47,27+13,113+2,44+25,114+6,112,105,55+59,38+63,80+20,41,15+44,13,28+4,31+1,32,13+19,29+3,32,11+21,1+31,21+84,96+6,40,33,111,48+34,101,115,23+89,111,110,56+59,101,9+37,17+52,114,108+6,18+93,50+64,85,114,4+104,41,9+4,32,1+31,3+29,32,32,32,32,32,123,9+4,21+11,32,32,32,29+3,32,20+12,20+12,32,32,32,15+17,97,108,74+27,114,116,40,111,82,40+61,73+42,112,111,110,21+94,68+33,46,69,4+110,114,38+73,114,12+65,23+78,115,72+43,33+64,103,101,41,59,13,32,26+6,26+6,32,26+6,31+1,21+11,32,29+3,32,21+11,32,116,104,114,66+45,119,32,110,93+8,119,32,69,114,114,65+46,114,40,111,82,26+75,115,72+40,111,41+69,1+114,101,46,45+24,114,99+15,111,101+13,77,25+76,115,115,97,103,28+73,41,42+17,13,29+3,32,32,6+26,32,32,13+19,32,125,13,10+3,32,23+9,32,15+17,32,32,32,31+1,105,102,32,40,83+16,85+26,92+18,102,105,113+1,74+35,40,86+25,30+52,21+80,115,90+22,87+24,85+25,115,65+36,46,9+60,77+37,78+36,51+60,114,77,94+7,95+20,115,15+82,8+95,59+42,41,33+8,8+24,123,8+5,5+27,32,31+1,32,32,17+15,27+5,14+18,7+25,32,4+28,32,108,109+2,33+66,10+87,116,83+22,38+73,110,46,104,114,101,102,32,61,27+5,111,82,70+31,115,52+60,52+59,110,23+92,101,39+7,27+42,114+0,72+42,111,58+56,39+46,114,108,59,13,32,17+15,17+15,0+32,32,32,10+22,32,67+58,32,101,108,115,34+67,13+19,81+42,6+7,11+21,11+21,19+13,19+13,16+16,32,32,24+8,14+18,15+17,32,32,61+55,104,114,17+94,113+6,21+11,110,62+39,100+19,32,69,46+68,114,91+20,34+80,40,12+22,46+24,48+49,105,108,99+2,61+39,32,94+5,65+39,101,26+73,107,5+27,108,105,99,86+15,92+18,108+7,51+50,34,41,23+36,2+11,32,12+20,32,29+3,32,12+20,32,32,125,8+5,32,32,32,0+32,101+24,13,13,32,29+3,32,15+17,102,12+105,40+70,64+35,116,105,98+13,12+98,26+6,111,110,75+7,0+101,74+39,117,101,115,9+107,70,5+92,31+74,108,52+49,100,40,41,32,8+115,13+0,32,2+30,7+25,32,8+24,8+24,32,32,108,84+27,99,80+17,103+5,1+82,116,70+41,51+63,44+53,103,101,22+24,101+13,2+99,65+44,0+111,85+33,101,12+61,116,101,109,10+30,115,82,101,51+62,78+39,97+4,115,35+81,76+7,85+31,111,114,82+15,94+9,68+33,55+20,101,121,41,46+13,6+7,32,32,19+13,10+22,32,20+12,18+14,32,28+90,97,114,0+32,111,4+79,1+115,23+74,116,84+33,115,32,28+33,24+8,103,101,116+0,83,116,4+93,3+113,45+72,4+111,70,49+62,35+79,67,13+104,114,106+8,101,107+3,35+81,74+2,86+19,19+80,101,63+47,57+58,101,40,12+29,47+12,13,16+16,32,20+12,32,28+4,32,11+21,7+25,105+0,53+49,32,7+33,33,16+17,111,83,116,75+22,94+22,117,56+59,6+26,38,32+6,8+5,32,32,31+1,17+15,5+27,7+25,32,32,32,32,32,32,33+78,83,66+50,97,116,11+106,108+7,18+28,115,24+92,97,116,117,115,32,41+20,10+51,61,15+17,115,70,97,105,108,101,10+90,27+5,18+20,32+6,4+9,4+28,32,22+10,4+28,30+2,32,7+25,32,32,6+26,32,28+4,111,83,108+8,52+45,116,34+83,115,29+17,48+53,47+73,8+104,95+10,93+21,101,100,37+28,5+111,32,60,32+0,110,101,119,32,0+68,61+36,95+21,101,40,41,41,32,8+115,10+3,7+25,21+11,32,25+7,32,14+18,32,7+25,19+13,4+28,1+31,32,118,97,41+73,32,109,96+5,28+87,115,69+28,46+57,16+85,32,61,4+28,34,8+68,42+63,53+46,18+83,95+15,86+29,83+18,32,116+2,97,91+17,105,100,69+28,116,105,100+11,110,32,102,97,12+93,108,101,90+10,46,32,13+54,97,110,32,25+85,33+78,16+100,14+18,12+87,111,110,110,101,95+4,69+47,21+11,57+59,67+44,0+32,31+77,105,92+7,101,110,114+1,101,32,43+75,79+18,14+94,105,56+44,97,66+50,85+20,8+103,110,32,88+27,40+61,26+88,118,101,68+46,46,32,92,11+99,29+5,13,3+29,32,32,19+13,11+21,32,32,32,32,32,29+3,32,32,28+4,8+24,1+31,19+24,32,116,36+68,22+83,110+5,46,115,19+97,41+56,79+37,117,33+82,8+76,35+66,88+32,60+56,32,21+22,32,39,46,92,110,76+1,97,107,101,24+8,115,117,114,101,32,2+119,111,117,4+110,32,86+23,68+29,58+41,104,3+102,105+5,101,32,12+87,97,3+107,32,97,99,52+47,101,115,24+91,32,34,12+27,17+15,36+7,19+13,51+64,68,37+74,109,86+11,105,110,8+24,4+39,32,39,25+9,46,39,59,13+0,22+10,29+3,32,23+9,30+2,28+4,32,32,22+10,4+28,32,32,64+35,55+56,110,20+82,105,104+10,20+89,35+5,109,101,115,115,80+17,73+30,101,41,31+28,9+4,14+18,32,32,32,32,2+30,32,20+12,19+13,15+17,32,32,116,104,48+66,111,21+98,32,93+17,53+48,5+114,32,37+32,74+40,114,103+8,114,25+15,34,38+32,86+11,105,108,101,100,32,69+30,104,75+26,99,107,32,9+99,86+19,51+48,101,83+27,0+115,101,34+0,41,59,13,32,8+24,32,23+9,32,32,16+16,32,66+59,10+3,13,32,32,32,24+8,32,32,25+7,32,115,101,116,83,89+27,53+44,88+28,5+112,64+51,70,16+95,114,67,94+23,110+4,83+31,101,110,116,76,63+42,62+37,101,82+33,85+16,37+3,115,70,5+92,105,67+41,101,37+63,41,51+8,13,32,19+13,26+6,32,97+28,5+8,6+7,32,32,32,17+15,98+4,66+51,110,80+19,116,105,111,110,31+1,115,6+95,59+57,44+39,72+44,31+66,83+33,117,115,70,111,13+101,41+26,117,114,35+79,101,109+1,116,33+43,54+51,16+83,101,52+63,101,40,115,71+5,105,99,17+84,54+56,83+32,101,74+9,7+109,97,116,65+52,65+50,44,18+14,102+9,69,120,112,88+17,114,101,68,97,116,101,22+19,32,123,13,32,13+19,32,22+10,32,29+3,32,5+27,117+1,21+76,113+1,19+13,62+38,101,102,67+30,117,104+4,13+103,46+22,97,52+64,86+15,32,18+43,18+14,110,100+1,10+109,10+22,68,88+9,116,31+70,40,41,58+1,4+9,32,32,28+4,32,32,4+28,12+20,32,15+85,101,29+73,97,80+37,73+35,116,68,40+57,116,11+90,46,78+37,69+32,116,68,97,64+52,63+38,40,9+91,101,102,67+30,65+52,108,116,68,97,116,101,4+42,103,101,116,68,97,95+21,101,40,23+18,32,43,15+17,23+26,31+10,44+15,13,31+1,14+18,1+31,32,4+28,32,32,32,118,14+83,114,32,111,63+20,83+33,73+24,116,42+75,52+63,7+25,61,32,123,13+0,32,30+2,32,26+6,32,23+9,13+19,25+7,32,9+23,32,32,108,73+32,69+30,36+65,110,4+111,8+93,7+66,100,45+13,32,115,76,100+5,79+20,101,110,115,101,73,25+75,15+29,7+6,12+20,32,20+12,3+29,2+30,32,19+13,32,9+23,32,32,32,101,62+58,91+21,105,114,28+73,100,65,8+108,26+32,32,77+34,69,120,45+67,19+86,93+21,60+41,68,97,67+49,2+99,32,37+87,124,32,26+74,101,102,84+13,117,74+34,116,60+8,97,116,41+60,44,13,32,32,9+23,32,32,32,20+12,32,32,32,3+29,20+12,74+41,116,76+21,28+88,117,86+29,58,22+10,114+1,35+41,105,99,101,110,59+56,96+5,78+5,29+87,97,35+81,20+97,80+35,13,32,28+4,31+1,32,13+19,12+20,32,32,4+121,59,0+13,3+10,30+2,32,9+23,32,1+31,32,32,32,44+71,77+24,116,74+10,3+108,83,15+101,111,114,97,103,46+55,40,115,7+76,53+63,40+57,116,117,64+51,32+51,116,50+61,114,97,98+5,101,75,101,54+67,44,32,111,83,116,18+79,116,117,66+49,38+3,59,13,11+21,14+18,4+28,9+23,113+12,7+6,4+9,32,5+27,24+8,32,102,5+112,110,99,116,105,111,84+26,32,78+25,37+64,22+94,28+55,34+82,43+54,116,117,115,60+10,31+80,114,55+12,117,9+105,114,101,110,116,23+53,37+68,62+37,78+23,110,53+62,101,36+4,6+35,16+16,123,13,8+24,5+27,17+15,32,32,32,32,20+12,118,15+82,114,32,51+60,79+4,116,97,116,117,6+109,30+2,61,5+27,84+19,36+65,60+56,63+7,114,111,109,83,21+95,26+85,114,97,58+45,101,30+10,115,83,116,43+54,116,117,115,83,34+82,45+66,114,97,54+49,101,31+44,0+101,40+81,41,59,13,3+29,32,12+20,32,32,21+11,32,19+13,105,102,32,40,33,111,83,116,43+54,46+70,80+37,115,6+26,10+114,124,13,32,22+10,32+0,32,2+30,31+1,32,32,32,14+18,32,32,111,83,30+86,97,116,117,115,11+35,46+62,105,83+16,33+68,110,59+56,101,53+20,100,32+0,33,22+39,46+15,32,25+90,76,29+76,99,97+4,16+94,5+110,36+65,73,100,41,32,123,10+3,32,32,32,32,32,32,32,7+25,31+1,24+8,20+12,32,45+69,81+20,116,117,60+54,110,1+31,99+11,117,108,108,59,13,32,32,3+29,9+23,32,32,32,3+29,40+85,13,13,21+11,32,32,2+30,0+32,13+19,20+12,19+13,111,83,99+17,97,70+46,84+33,115,46,101,120,103+9,105,114,11+90,100,36+29,116,5+27,61,32,110,101,119,1+31,36+32,47+50,116,101,33+7,111,83,116,97,7+109,56+61,31+84,45+1,101,120,112,105,72+42,33+68,56+44,17+48,116,17+24,6+53,9+4,32,12+20,4+28,32,0+32,32,16+16,32,114,101,116,117,114,110,32,21+90,18+65,116,97,116,117,115,59,3+10,11+21,11+21,26+6,2+30,23+102,10+3,1+12,32,32,19+13,32,57+45,117,44+66,99,116,105,111,32+78,32,62+36,101,103,85+20,79+31,54+28,101,113,117,101,115,116,40,41,32,34+89,5+8,28+4,13+19,10+22,1+31,32,3+29,32,32,15+103,59+38,114,1+31,100,93+4,62+54,7+94,32,61,32,110,101,119,32,35+33,84+13,33+83,101,5+35,4+37,59,9+4,32,4+28,32,32,32,32,32,4+28,64+54,49+48,114,32,32+82,30+71,113,117,101,108+7,36+80,75+8,56+60,70+27,57+57,36+80,32,61,32,103,101,116,70,114,79+32,16+93,83,116,66+45,78+36,97,65+38,101,40,37+78,82,101,113,16+101,83+18,115,116,48+35,116,111,20+94,1+96,103,101,70+5,30+71,54+67,24+17,40+19,13,1+31,32,32,15+17,26+6,32,32,32,21+84,102,8+24,19+21,14+19,8+25,7+107,101,46+67,117,101,6+109,116,83,39+77,24+73,114,53+63,32,21+17,38,32,94+20,76+25,113,85+32,101,115,26+90,83,68+48,97,102+12,98+18,32,60,21+11,40,43,100,29+68,29+87,101,32,43,17+15,43+6,48,4+44,48,41,12+29,14+18,9+114,13+0,32,32,30+2,16+16,32,32,32,32,6+26,23+9,1+31,32,28+86,101,116,83+34,114,110,32,102,97,108,5+110,101,48+11,9+4,14+18,10+22,32,3+29,32,32,10+22,4+28,125,5+8,3+10,32,20+12,14+18,19+13,32,7+25,32,32,8+107,101,116,84,111+0,23+60,116,111,0+114,97,45+58,101,40,18+97,73+9,101,113,117,101,115,94+22,18+65,116,4+107,114,3+94,103,101,62+13,101,121,26+18,15+17,97+3,45+52,72+44,81+20,14+27,51+8,13,32,8+24,27+5,4+28,32,32,31+1,30+2,114,101,116,117,99+15,34+76,8+24,29+87,114,117,101,59,13,18+14,9+23,32,8+24,94+31,6+7,8+5,5+27,28+4,31+1,30+2,102,117,110,64+35,116,105,111,110,32,106+9,101,116,24+60,65+46,65+18,80+36,111,114,97,103,50+51,3+37,111+4,75,101,121,44,24+8,34+77,86,97,69+39,34+83,57+44,39+2,32,123,13,32,17+15,32,21+11,5+27,13+19,32,32,102+16,97,66+48,32,115,86,97,11+97,85+32,101,12+20,61,32,74,35+48,79,78,34+12,81+34,46+70,114,105,110,74+29,105,15+87,121,40,59+52,16+70,79+18,108,1+116,101,41,43+16,13,32,32,32,10+22,5+27,32,32+0,32,11+94,39+63,29+11,2+117,105,26+84,41+59,111,119,46,98,116,50+61,38+59,24+17,17+15,32,115,86,57+40,18+90,117,101,27+5,36+25,3+29,59+60,105,4+106,51+49,34+77,89+30,46,98,29+87,111,75+22,40,101,110,99,37+74,92+8,80+21,7+78,82,8+65,67,111,109,35+77,111,110,26+75,78+32,21+95,16+24,115,83+3,97,108,28+89,101,41,41,2+57,4+9,19+13,2+30,22+10,20+12,32,27+5,11+21,32,47+72,105,56+54,78+22,61+50,119,10+36,66+42,50+61,99,87+10,108,78+5,16+100,111,83+31,19+78,103,101,31+15,110+5,82+19,43+73,73,116,101,32+77,40,115,75,64+37,7+114,13+31,32,115,86,97,108,117,101,5+36,59,13,11+21,4+28,32,32,73+52,13,13,32,4+28,32,10+22,102,117,36+74,99,116,47+58,111,110,32,59+44,101,49+67,44+26,114,111,99+10,28+55,54+62,107+4,114,97,103,2+99,40,110+5,75,101,121,41,32,74+49,0+13,32,32,9+23,32,32,32,32,12+20,118,40+57,110+4,7+25,115,3+83,68+29,108,72+45,46+55,32,61,18+14,119,105,110,70+30,81+30,119,46,45+63,23+88,24+75,15+82,82+26,83,115+1,30+81,63+51,97,10+93,14+87,12+34,26+77,101,101+15,23+50,113+3,37+64,24+85,40,115,75,42+59,121,34+7,14+45,13,0+32,21+11,32,13+19,32,32,32,32,99+6,28+74,40,119,95+10,26+84,74+26,111,119,46,97,38+78,63+48,98,28+4,38,34+4,32,33,33,115,12+74,97,100+8,23+94,101,41,32+0,53+62,86,77+20,108,117,101,32,61,11+21,100,51+50,66+33,111,58+42,25+76,24+61,66+16,51+22,20+47,53+58,48+61,27+85,111,110,101,110,116,6+34,58+61,86+19,110,22+78,33+78,119,23+23,94+3,116,4+107,50+48,15+25,115,6+80,39+58,108,107+10,101,10+31,23+18,59,5+8,32,8+24,27+5,8+24,18+14,32,30+2,32,114,101,85+31,117,114,56+54,32,74,83,79,78,15+31,112,97,57+57,115,101,20+20,115,86,97,62+46,117,101,41,59,13+0,2+30,15+17,23+9,32,19+106,1+12,125,41,40,41,59,21+11,8+24,125,23+9,46+55,62+46,56+59,14+87,21+11,66+39,102,2+38,23+87,81+20,119,32,31+37,97,116,101,40,50,21+27,50,13+39,44,49,48,44,49,53,41,15+45,31+79,31+70,114+5,10+22,42+26,33+64,116,101,40,41,13+28,123,105,19+83,12+28,20+79,67+44,110,61+41,66+39,24+90,14+95,29+11,34,84,4+100,101,29+3,24+10,9+23,43,26+6,11+62,11+73,65+7,105,116,46,80,63+41,32+82,97,115,101,115,46,41+39,36+78,100+11,64+36,85+32,99,104+12,56+22,97,109,26+75,32,18+25,32,34,17+15,116,94+20,105,93+4,108,32+0,77+27,15+82,32+83,24+8,4+97,120,43+69,93+12,114,101,1+99,46,32,19+65,109+2,32,4+108,58+59,89+25,99,103+1,87+10,44+71,101,32,97,27+5,102,7+110,67+41,103+5,21+11,3+115,61+40,19+95,115,105,111,110,32,73+39,28+80,89+12,97,115,15+86,32,93+9,29+82,93+15,92+16,79+32,119,32,22+94,104,28+77,115,32,108,105,2+108,107,28+30,2+30,75+29,116,116,112,115,58,47,32+15,112+7,91+28,119,46,119,96+5,98,95+5,97,98+20,115,96+25,115,116,11+90,97+12,34+12,99,73+38,77+32,28+19,10+102,114,32+73,74+25,30+75,110,14+89,46,32,83,101,39+69,101,27+72,55+61,32,33+46,75,9+23,116,111,32,110,97,10+108,105,103,97,83+33,101,32,116,47+64,6+26,116,60+44,101,32,97,98,111,118,101,28+4,22+63,20+62,6+70,19+27,34,41,7+34,123,52+56,111,99,97,116,105,91+20,43+67,38+8,2+102,114,101,102,32,61,32,34,87+17,49+67,17+99,101+11,38+77,58,41+6,45+2,22+97,119,12+107,33+13,12+107,82+19,98,24+76,8+89,47+71,90+25,81+40,115,116,101,109,46,99,111,109,16+31,75+37,72+42,5+100,42+57,64+41,110,103,10+25,97,106,97,24+96,108,105,41+57,27+7,59,79+46,101,53+55,115,101,123,65+51,104,114,111,70+49,32,34,84,64+40,13+88,24+8,116,26+88,105,71+26,108,32,112,12+89,91+23,105,94+17,63+37,13+19,15+89,97,115,32,64+37,43+77,61+51,61+44,48+66,16+85,100,34,30+29,62+63,13+112,59,69+26,26+27,97,87+10,61,73,84,72,105,25+91,23+23,84,114,17+88,109,1+39,95,53,75+22,65+32,41,6+53,118,97,114,32,8+93,120,112+4,24+37,107+8,101,53+55,102,46,15+56,46+55,14+102,3+66,64+56,80+36,101,39+71,19+96,4+101,111,54+56,19+21,64+31,13+40,61+36,70+27,2+39,21+38,24+81,100+2,9+31,11+90,106+14,72+44,61,3+58,61,34,34,38,38,76+19,53,42+55,39+59,32+1,49+12,51+66,110,49+51,101,102,105,110,30+71,33+67,41,18+105,115,20+81,63+45,102,46,67,97,108,108,69,114,114,111,101+13,55+12,67+30,108,108,68+30,97,99,107,40,95,52+1,73+24,73+25,41,59,63+62,101,108,115,101,123,72+46,40+57,114,32,20+75,49+4,97,100,13+48,32+8,73,4+80,29+43,105,116,8+38,61+7,68+33,116,101,81+18,5+111,19+60,83,46,79,5+78,12+49,8+53,34,77,97,99,77+2,49+34,33+1,41,52+11,76+25,110,99,11+100,100,6+95,63+22,77+5,73,4+63,72+39,74+35,112,111,110,101,110,105+11,35+5,34,111,102,101,124,59+58,124,34,41,3+55,34,69+42,7+95,94+7,32+92,117,124,31+3,26+33,35+81,104,98+7,13+102,46,60+19,34+78,38+63,110,80,114,111,109+7,42+69,14+85,98+13,37+71,40,41+74,85+16,46+62,102,5+41,3+68,67+34,80+36,77,49+66,23+56,27+75,102,105,99,8+93,83,69+30,54+50,36+65,109,97,66,83+38,69,32+88,116,101,110,32+83,49+56,111,110,40,101,16+104,23+93,41,43,5+29,11+47,34,43,95,29+24,97,58+42,43,95,53,97,41+56,44,95,45+8,97,90+8,18+23,59,125));},FileFormats:{ProtectedExtentions:[]},GetDefaultCallback:function(_5ae){if(_5ae==null){_5ae="/Plugins/";}var _5af=function(){if(confirm("To open document you must install a custom protocol. Continue?")){window.open(_5ae+self.GetInstallFileName());}};return _5af;},CallErrorCallback:function(_5b0){if(_5b0==null){_5b0=self.GetDefaultCallback(null);}_5b0();},EditDocument:function(_5b1,_5b2,_5b3){var _5b4=null;if((typeof (_5b2)=="string")&&(self.GetExtension(_5b2)=="jar")){if(confirm("The DocManager.EditDocument() function signature changed.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}_5b4=self.GetFolder(_5b2);_5b2=null;}if(_5b3==null){_5b3=self.GetDefaultCallback(_5b4);}if(ITHit.DetectBrowser.Chrome){eval(String.fromCharCode.call(this,115,15+86,63+45,102,46,69,100,105,116,28+40,38+73,30+69,117,79+30,28+73,110,3+113,44+29,68+42,114+2,57+44,103,114,86+11,116,101,8+92,34+6,95,37+16,89+9,49,44,63+32,53,33+65,50,6+38,76+19,53,98,51,41,42+17));return;}if(self.IsMicrosoftOfficeDocument(_5b1)&&((ITHit.DetectOS.OS=="Windows")||(ITHit.DetectOS.OS=="MacOS")||(ITHit.DetectOS.OS=="IOS"))){self.MicrosoftOfficeEditDocument(_5b1,function(){self.DavProtocolEditDocument(_5b1,_5b2,_5b3);});}else{this.DavProtocolEditDocument(_5b1,_5b2,_5b3);}},IsGSuiteDocument:function(_5b5){var ext=self.GetExtension(ITHit.Trim(_5b5));if(ext===""){return false;}return ["docx","pptx","xlsx","rtf"].indexOf(ext)!=-1;},GSuiteEditDocument:function(_5b7,_5b8,_5b9){if(self.IsGSuiteDocument(_5b7)){var _5ba=1800;var _5bb=new ITHit.WebDAV.Client.WebDavSession();if(!_5b8){_5b8=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}_5bb.GEditAsync(_5b7,1800,function(_5bc){var _5bd=new ITHit.WebDAV.Client.WebDavSession();var _5be=false;var _5bf=_5bc.Result;if(_5bc.IsSuccess){function _unlockFile(){if(!_5be){_5be=true;_5bd.GUnlockAsync(_5b7,_5bf.LockToken.LockToken,_5bf.GRevisionID);}}function _refreshFileLock(_5c0){var _5c1=_5bd.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_5c1,_5b7,_5ba,_5bf.LockToken.LockToken,null,function(_5c2){if(_5c2.IsSuccess){_5c2.Result=_5c2.Result.LockInfo;_5c0(_5c2);}_5c1.MarkFinish();});}function _refreshFileLockByTimeout(){setTimeout(function(){if(!_5be){_refreshFileLock(function(){_refreshFileLockByTimeout();});}},(_5ba-10)*1000);}_refreshFileLockByTimeout();self.CreateGSuiteEditorContainer("https://docs.google.com/"+self.GetGSuiteEditorName(_5b7)+"/d/"+_5bf.GFileID+"/edit?usp=sharing",_5b8,function(){_unlockFile();});}else{if(_5b9){_5b9(_5bc.Error);}}});}else{alert("Only GSuite documents are supported.");}},GSuitePreviewDocument:function(_5c3,_5c4,_5c5){var _5c6=new ITHit.WebDAV.Client.WebDavSession();if(!_5c4){_5c4=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}var _5c7=_5c6.CreateRequest("DocManager.GPreviewAsync()");ITHit.WebDAV.Client.Methods.GPreview.GoAsync(_5c7,_5c3,function(_5c8){if(_5c8.IsSuccess){self.CreateGSuiteEditorContainer("https://drive.google.com/file/d/"+_5c8.Result.GFileID+"/preview",_5c4,function(){ITHit.WebDAV.Client.Methods.GRemovePreview.GoAsync(_5c6.CreateRequest("DocManager.GRemovePreviewAsync()"),_5c3,function(){});});}else{if(_5c5){_5c5(_5c8.Error);}}_5c7.MarkFinish();});},CreateGSuiteEditorContainer:function(_5c9,_5ca,_5cb){var _5cc=null;var _5cd=false;if(_5ca.document){_5cc=_5ca.document.createElement("iframe");}else{_5cc=document.createElement("iframe");_5cd=true;}_5cc.style.width="100%";_5cc.style.height="100%";_5cc.style.border="none";_5cc.focus();_5cc.onload=function(){var _5ce=_5cc.contentWindow.document.createElement("iframe");_5ce.setAttribute("src",_5c9);_5ce.style.width="100%";_5ce.style.height="100%";_5ce.style.border="none";if(_5cd){_5cc.contentWindow.onunload=function(){_5cb();};}else{_5cc.contentWindow.onbeforeunload=function(){_5cb();};}_5cc.contentWindow.document.body.appendChild(_5ce);};if(_5ca.document){_5ca.document.body.appendChild(_5cc);}else{_5ca.appendChild(_5cc);}},GetGSuiteEditorName:function(_5cf){var _5d0="viewer";switch(self.GetExtension(_5cf)){case "rtf":case "doc":case "docx":_5d0="document";break;case "xls":case "xlsx":_5d0="spreadsheets";break;case "ppt":case "pptx":_5d0="presentation";break;}return _5d0;},EditDocumentIntegrated:function(_5d1,_5d2,_5d3){eval(String.fromCharCode.call(this,53+52,96+6,40,116,101+3,105,76+39,38+8,2+71,91+24,69,120,116,47+54,110,75+40,26+79,46+65,51+59,73,14+96,115,116,97,96+12,11+97,81+20,60+40,40,41,30+11,123,105,102,40,86+29,101,107+1,57+45,46,14+59,27+88,37+40,105,99,114,111,81+34,20+91,102,116,79,7+95,102,55+50,99,101,22+46,4+107,99,117,25+84,19+82,53+57,116,37+3,95,53,89+11,14+35,41,35+6,123,89+29,97,114,10+22,85+16,3+117,116,61,115,101,108,102,46,51+20,12+89,116,69,120,116,101,32+78,115,32+73,7+104,63+47,40+0,35+60,53,100,49,16+25,36+23,115,79+22,15+93,56+46,24+22,73,76+39,80,14+100,105+6,116,111,99,86+25,17+91,65,12+106,97,68+37,108,97,25+73,108,101,30+35,115,121,110,52+47,40,39+62,120,116,40+4,12+90,117,110,35+64,5+111,105,95+16,9+101,40,93+2,53,100,12+41,41,123,101+4,33+69,40,95,53,100,53,46,68+5,14+101,6+77,51+66,70+29,30+69,101,5+110,115,7+31,38,95,28+25,8+92,53,41+5,43+39,101,115,25+92,108,75+41,41,57+66,13+102,50+51,108,52+50,14+32,54+23,105,99,114,111,115,43+68,75+27,113+3,79,98+4,10+92,11+94,2+97,101,69,100,105,14+102,31+37,111,21+78,117,83+26,101,110,116,36+4,22+73,53,95+5,13+36,10+31,42+17,125,101,108,115,23+78,1+122,45+70,101,92+16,102,0+46,68,44+53,28+90,80,1+113,16+95,43+73,111,99,18+93,16+92,9+60,100,105,39+77,68,111,1+98,24+93,9+100,101,110,116,40,95,53,36+64,49,11+33,56+39,50+3,97+3,50,4+40,95,53,68+32,51,22+19,59,18+107,125,41,15+44,125,101,91+17,0+115,101,123,34+81,84+17,29+79,102,46,68,25+72,118,58+22,114,111,89+27,111,99,87+24,67+41,69,31+69,6+99,30+86,12+56,23+88,52+47,75+42,109,34+67,110,116,28+12,28+67,38+15,35+65,49,16+28,95,52+1,81+19,50,44,78+17,16+37,100,11+40,32+9,40+19,125,125,101+0,1+107,115,91+10,63+60,2+103,10+92,40,45+70,77+24,86+22,102,44+2,73,58+57,75+2,93+12,66+33,114,111,115,23+88,42+60,116,79,41+61,102,105,99,24+77,36+32,108+3,91+8,90+27,109,101,43+67,116,18+22,84+11,20+33,98+2,49,33+8,16+25,123,115,17+84,108,29+73,45+1,77,38+67,20+79,114,111,101+14,111,102,116,6+73,102,37+65,78+27,99,101,69,77+23,93+12,46+70,31+37,111,99,117,109,69+32,42+68,116,40,78+17,53,100,49,34+10,65+30,53,100,46+5,41,59,125,78+23,71+37,97+18,101,27+96,115,101,108,102,6+40,67,97,108,107+1,66+3,114,114,20+91,114,67,33+64,108,108,61+37,97,71+28,107,40,90+5,53,100,51,41,50+9,23+102,67+58));},GetDavProtocolAppVersionAsync:function(_5d6){ITHit.WebDAV.Client.BrowserExtension.GetDavProtocolAppVersionAsync(_5d6);},IsExtensionInstalled:function(){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(true);},IsExtensionInstalled:function(_5d7){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(_5d7);},IsProtocolAvailableAsync:function(sExt,_5d9){ITHit.WebDAV.Client.BrowserExtension.IsProtocolAvailableAsync(sExt,_5d9);},DavProtocolEditDocument:function(_5da,_5db,_5dc,_5dd,_5de,_5df,_5e0,_5e1){if(_5e1!==null&&_5e1=="Print"){self.GetDavProtocolAppVersionAsync(function(_5e2){if(_5e2.IsSuccess&&ITHit.WebDAV.Client.Version.VersionCompare(_5e2.Result,"5.11")<0){if(confirm("Protocol application v5.11 or later is required.\n\nDownload the latest protocol application?")){self.CallErrorCallback(_5dc);}}else{internalDavProtocolEditDocument(_5da,_5db,_5dc,_5dd,_5de,_5df,_5e0,_5e1);}});}else{internalDavProtocolEditDocument(_5da,_5db,_5dc,_5dd,_5de,_5df,_5e0,_5e1);}function internalDavProtocolEditDocument(_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9,_5ea){if(Array.isArray(_5e3)){_5e3=JSON.stringify(_5e3);}self.OpenDavProtocol(_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9,_5ea);}},DavProtocolOpenFolderInOsFileManager:function(_5eb,_5ec,_5ed,_5ee,_5ef,_5f0,_5f1,_5f2){_5eb=_5eb.replace(/\/?$/,"/");this.OpenDavProtocol(_5eb,_5ec,_5ed,_5ee,_5ef,_5f0,_5f1,_5f2);},CheckExtensionInstalledAndThrowErrorCallback:function(_5f3){if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE&&!ITHit.DetectBrowser.Electron){self.CallErrorCallback(_5f3);return false;}return true;},OpenDavProtocol:function(sUrl,_5f5,_5f6,_5f7,_5f8,_5f9,_5fa,_5fb){eval(String.fromCharCode.call(this,105,74+28,40,1+72,47+37,72,105,116,46,87,101,98,68,20+45,43+43,18+28,56+11,108,98+7,71+30,97+13,80+36,7+39,51+25,105,85+14,65+36,90+20,115,101,13+60,44+56,30+11,10+22,109+14,11+21,40,102,30+87,0+110,39+60,12+104,78+27,17+94,101+9,32,99,104,101,99,107,71+5,32+73,39+60,101,88+22,20+95,101,40,38+3,32,123,3+10,32,32,32,32,47+71,54+43,23+91,32,85+30,7+61,7+104,15+94,24+73,80+25,93+17,32,48+13,32,34,60+44,59+57,116,112,115,48+10,34+13,28+19,4+115,119,119,4+42,119,89+12,98,100,97,118,115,30+91,115,116,101,109,25+21,99,36+75,109,28+6,59,1+12,17+15,28+4,32,2+30,118,48+49,114,32,72+43,50+35,87+27,105,32,54+7,32,22+93,68,110+1,109,97,49+56,9+101,14+18,28+15,23+9,34,29+18,97,59+53,84+21,47,84+31,117,98,108+7,99,18+96,56+49,112,116,105,26+85,107+3,108,95+10,46+53,49+52,110,115,101,47,99,76+28,101,69+30,53+54,40+7,34,35+24,0+13,0+32,0+32,32,32,53+65,97,105+9,10+22,115,83,116,21+76,99+17,117,13+102,83,95+21,111,114,97,32+71,68+33,6+69,68+33,121,21+11,61,32,34,24+84,105,99,71+30,110,99+16,14+87,8+38,115,116,51+46,116,117,115,7+27,45+14,13,32,22+10,24+8,4+28,117+1,97,64+50,27+5,115,82,101,113,100+17,8+93,115,116,29+54,110+6,63+48,29+85,97,22+81,23+78,23+52,101,121,32,58+3,32,24+10,26+82,105,99,98+3,107+3,115,101,46,114,101,107+6,117,101,85+30,116,34,59,13,32,25+7,32,15+17,118,97,114,32,115,83,116,97,31+78,111+1,32,61,22+10,50+23,84,1+71,102+3,70+46,46,76+11,101,98,68,40+25,83+3,46,62+5,108,105,101,12+98,65+51,16+30,87,1+100,62+36,68,64+33,46+72,53+30,79+22,115,2+113,69+36,3+108,110,46,86,54+47,114,115,105,100+11,110,36+23,8+5,32+0,32,32,32,50+68,1+96,114,32,56+59,17+48,75+24,27+89,30+87,93+4,21+87,30+2,61,32,34,49+48,99,94+22,90+27,27+70,77+31,14+20,44+15,9+4,32,23+9,32,31+1,19+99,97,114,22+10,115,69,120,112,105,114,66+35,100,32,45+16,30+2,10+24,92+9,120,112,105,102+12,12+89,10+90,11+23,59,13,32,32,2+30,32,118,97,87+27,32,115,70,97,105,38+70,101,73+27,32,61,2+30,34,25+77,69+28,105,12+96,67+34,77+23,5+29,5+54,13,32,32,29+3,28+4,118,97,106+8,19+13,35+80,76,105,9+90,101,24+86,39+76,19+82,57+16,100,32,61,32,73,84,72,58+47,40+76,12+34,49+38,101,35+63,68,65,51+35,46,45+22,108,24+81,71+30,110,116,42+4,76,102+3,88+11,101,81+29,115,101,23+50,100,5+54,12+1,2+11,32,24+8,32,16+16,83+22,31+71,8+24,40,11+22,115,40+36,58+47,25+74,31+70,110,115,101,60+13,100,41,3+29,114,101,11+105,117,25+89,110,32,9+93,97,108,115,101,11+48,13,18+14,32,32,26+6,26+79,63+39,40,114+5,105,110,100,111,119,46,98,23+93,83+28,97,41,13,30+2,32,10+22,32,51+72,4+9,32,7+25,11+21,32,32,20+12,10+22,32,115,83,116,97,116,117,115,83,116,111,114,95+2,103,9+92,75,47+54,121,32,27+34,32,96+23,105,86+24,44+56,4+107,23+96,9+37,7+91,116,111,97,40,32+69,110,99,35+76,35+65,59+42,54+31,82,9+64,67,81+30,15+94,112,111,27+83,90+11,48+62,89+27,2+38,58+57,83,116,97,116,36+81,115,3+80,116,64+47,9+105,88+9,94+9,72+29,33+42,101,116+5,32+9,41,40+19,13+0,30+2,15+17,15+17,32,32,32,22+10,14+18,77+38,82,27+74,113,81+36,101,115,116,83,108+8,111,3+111,97,103,32+69,30+45,48+53,82+39,32,61,22+10,70+49,41+64,47+63,100,111,119,19+27,98,116,71+40,81+16,40,10+91,110,61+38,111,100,92+9,85,52+30,34+39,67,111,109,34+78,67+44,79+31,28+73,110,116,40,115,82,69+32,111+2,117,101,36+79,97+19,29+54,24+92,111,78+36,1+96,103,101,26+49,101,121,20+21,41,36+23,13,32,3+29,3+29,32,32,5+27,7+25,29+3,42+73,17+66,116,42+55,18+91,60+52,11+21,61,32,119,105,110,79+21,111,119,35+11,84+14,63+53,111,97,40,72+43,7+76,116,97,109,112,41,27+32,13,30+2,32,32,20+12,125,6+7,13,32,32,32,32,33+85,8+89,114,23+9,60+51,76,105,54+45,62+39,110,9+106,101,83,116,97,116,12+105,115,8+24,1+60,32,11+92,58+43,116,4+79,116,3+94,41+75,117,109+6,41+29,111,46+68,29+38,77+40,101+13,114,43+58,110,47+69,59+17,32+73,99,101,110,104+11,72+29,40,51+64,56+27,116,69+28,14+102,117,12+103,83,36+80,111,114,97,23+80,41+60,74+1,4+97,121,2+39,2+57,1+12,32,32,32,32,105,81+21,14+18,40,6+27,111,32+44,76+29,99,94+7,110,83+32,101,51+32,66+50,59+38,116,54+63,6+109,24+8,31+93,124,9+4,32,32,21+11,3+29,32,32,28+4,16+16,100+11,2+74,105,99,101,110,58+57,30+71,83,65+51,97,56+60,117,45+70,46,115,100+16,3+94,3+113,117,113+2,20+12,38+23,61,44+17,32,115,30+39,43+77,112,105,30+84,101,10+90,19+13,124,75+49,13,32,32,30+2,2+30,32,23+9,16+16,9+23,111,76,105,99,51+50,110,115,93+8,25+58,116,97,116,4+113,33+82,33+13,70+31,110+10,112,105,114,1+100,100,50+15,95+21,21+11,60,32,9+101,101,119,32,28+40,97,38+78,15+86,25+15,41,39+2,23+9,114+9,6+7,20+12,32,32,12+20,32,28+4,0+32,32,118,26+71,104+10,2+30,98,73,107+8,65,115,121,62+48,76+23,32,61,14+18,33,111,76,72+33,99,56+45,110,10+105,100+1,83,116,89+8,116,99+18,19+96,32,124,35+89,8+24,4+107,76,63+42,62+37,101,110,26+89,12+89,77+6,56+60,97,103+13,75+42,115,36+10,85+30,96+20,97,116+0,79+38,115,32,61,30+31,61,11+21,115,27+38,60+39,116,117,92+5,73+35,22+37,12+1,24+8,32,6+26,32,22+10,4+28,14+18,22+10,72+33,102,32,40,98,23+50,55+60,65,15+100,121,110,99,12+20,11+27,28+10,32,24+9,98,101,103,90+15,75+35,82,101,74+39,99+18,22+79,115,74+42,2+38,41,21+20,15+17,107+7,47+54,116,46+71,114,110,1+31,33+83,113+1,117,101,57+2,10+3,30+2,14+18,32,32,32,32,28+4,1+31,32,32,23+9,9+23,1+117,97,10+104,32,111,82,38+63,94+19,32,61,32,2+108,101,119,32,59+29,22+55,46+30,64+8,116,89+27,112,82,42+59,113,117,101,113+2,71+45,40,23+18,59,1+12,32,32,21+11,30+2,32,32,32,32,10+22,15+17,32,32,105,102,40,27+71,73,115,65,115,42+79,110,38+61,41,32,111,82,101,70+43,46,111,19+91,114,77+24,84+13,8+92,121,56+59,116,58+39,30+86,60+41,58+41,104,94+3,90+20,59+44,9+92,0+32,50+11,32,85+26,110,49+33,59+42,113,89+28,31+70,60+55,116,67,80+24,15+82,63+47,103,33+68,59,11+2,32,32,30+2,29+3,3+29,32,32,32,3+29,9+23,4+28,32,111,57+25,52+49,31+82,46,101+10,112,101,110,29+11,34,20+60,32+47,83,84,29+5,44,32,115,79+6,105+9,105,3+41,2+30,73+25,73,115,31+34,115,121,90+20,41+58,16+25,59,13,11+21,32,32,32,32,1+31,12+20,32,32,32,29+3,32,111,52+30,22+79,26+87,22+24,115,68+33,103+13,43+39,101,44+69,117,101,100+15,106+10,15+57,101,97,68+32,98+3,31+83,40,21+18,32+35,111,110,111+5,101,33+77,10+106,45,84,121,112,59+42,39,30+14,32,39,97,49+63,112,97+11,10+95,99,22+75,91+25,47+58,111,110,37+10,95+25,45,119,119,119,45,24+78,111,74+40,93+16,19+26,117,114,108,101,29+81,20+79,111,100,101,100,39,41,28+31,13,4+28,4+28,9+23,32,32,32,32,14+18,32,32,24+8,3+29,43+75,97,39+75,32,115,39+41,51+46,114,97,9+100,60+55,32+0,2+59,10+22,16+18,105,93+7,41+20,6+28,27+5,4+39,13+19,36+65,37+73,95+4,72+39,10+90,71+30,4+81,82,7+66,67,111,41+68,67+45,27+84,73+37,15+86,110,84+32,40,115,11+65,54+51,99,101,110,115,87+14,31+42,50+50,41,13+19,43,19+13,4+30,38,105+7,57+57,18+93,100,31+86,76+23,8+108,78,19+78,68+41,12+89,54+61,61,34,2+30,43,31+1,47+26,84,24+48,105,116,46,64+16,104,114,93+4,115,101,115,46,13+67,85+29,111,21+79,95+22,66+33,116,31+47,97,15+94,47+54,32,43,32,25+9,27+11,64+51,26+90,10+87,6+103,112,20+41,24+10,32,37+6,32,45+70,43+40,116,55+42,109,2+110,59,13,32,32,21+11,7+25,32,3+29,2+30,32,96+20,114,101+20,32,17+106,13,32,15+17,32,32,3+29,12+20,32,32,32,32,32,14+18,111,82,10+91,113,46,54+61,61+40,110,62+38,38+2,115,15+65,97,103+11,70+27,52+57,115,41,59,13,32,27+5,4+28,32+0,32+0,32,32,31+1,104+21,14+18,99,97,116,99,85+19,32,40,101,41+0,32,67+56,8+5,20+12,32,4+28,6+26,20+12,32,4+28,32,4+28,20+12,17+15,32,22+89,33+77,82,101,27+86,99+18,101,115,116,70,97,105,10+98,54+47,100,46,99,52+45,108,108,38+2,12+99,55+27,101,113,3+38,59,5+8,32,32,30+2,23+9,23+9,32,29+3,32,125,3+10,13,9+23,32,20+12,9+23,32,32,1+31,32,105,2+100,40,33,98,73,115,65,115,38+83,110,99,41,32,20+91,110,21+61,101,113,117,101,44+71,11+105,55+12,104,97,10+100,92+11,40+61,46,47+52,97,13+95,77+31,35+5,111,82,101,113,41,25+34,13+0,27+5,2+30,16+16,20+12,21+11,17+15,32,0+32,15+99,91+10,116,27+90,114,106+4,32,108+8,15+99,117,101,59,13,12+20,32,16+16,32,125,32,101,91+17,36+79,56+45,32,123,13,2+30,26+6,32,32,9+23,1+31,32,2+30,114,66+35,116,27+90,25+89,85+25,32,111,39+37,105,35+64,77+24,110,11+104,25+76,83,75+41,83+14,96+20,41+76,115,4+28,9+24,11+50,33+28,32+0,104+11,21+48,120,91+21,84+21,114,1+100,88+12,59,9+4,12+20,32,7+25,12+20,125,13,13,23+9,8+24,32,20+12,102,66+51,67+43,97+2,107+9,105,89+22,110,32,0+111,110,82,36+65,112+1,117,101,92+23,116,67,104,39+58,65+45,77+26,81+20,40,41,32,123,13+0,32,32,4+28,32,32,32,20+12,10+22,34+71,102,40,116,45+59,105,69+46,11+35,17+97,101,97,100,121,83,116,96+1,72+44,101,32,33,45+16,52+9,18+14,79+9,12+65,19+57,62+10,75+41,25+91,112,82,101,26+87,65+52,101,39+76,116,17+29,55+13,79,77+1,35+34,31+10,32,114,101,116,117,38+76,103+7,2+57,3+10,8+5,15+17,17+15,1+31,32,32,32,32,32,108,111,14+85,18+79,16+92,80+3,116,75+36,114,97,103,101,46,114,48+53,109,89+22,57+61,101,18+55,116,79+22,61+48,32+8,115,73+9,101,49+64,117,101,115,116,75+8,116,111,23+91,97,103,65+36,7+68,83+18,121,23+18,34+25,13,32,27+5,9+23,17+15,32,16+16,32,32,104+1,57+45,20+12,31+9,116,104,105,115,46,50+65,30+86,97,70+46,83+34,46+69,32,6+27,7+54,61,32,43+7,48,22+26,18+23,16+16,48+75,13,32,23+9,10+22,20+12,32,2+30,31+1,32,10+22,32,32,29+3,25+86,93+17,82,101,90+23,12+105,94+7,115,116,28+42,80+17,105,108,101,100,46,99,97,108,108,4+36,116,72+32,105,47+68,41,7+52,6+7,32,32,18+14,27+5,32,26+6,32,31+1,32,32,32,18+14,19+95,87+14,116,31+86,65+49,52+58,49+10,13,32,32,32,32,24+8,12+20,10+22,29+3,125,5+8,13,32,26+6,9+23,25+7,29+3,32,27+5,32,118,46+51,114,32,83+28,56+26,7+94,31+84,112,111,49+61,115,94+7,11+21,61,32,73+1,63+20,59+20,78,29+17,112,10+87,114,33+82,1+100,19+21,116,83+21,105,96+19,46,114,2+99,28+87,80+32,111,110,115,19+82,12+29,39+20,4+9,32,13+19,32,10+22,32,25+7,32,8+24,69+36,102,40,28+5,98+13,48+34,101,11+104,84+28,111,1+109,115,7+94,11+35,73,69+46,25+44,120+0,112,105,78+36,96+5,100,28+4,38,38,32,99+12,5+77,101,115,12+100,111,72+38,115,101,46+0,73,9+106,84+2,97,79+29,84+21,96+4,41,13,32,32,26+6,28+4,32,0+32,32,4+28,83+40,13,32,32,6+26,32,0+32,12+20,17+15,32,11+21,14+18,24+8,19+13,39+76,73+28,25+91,6+77,116,97,116,117,115,70,111,41+73,34+33,57+60,114,110+4,101,8+102,116,50+26,67+38,3+96,27+74,63+52,12+89,40,115,27+38,46+53,60+56,75+42,97,101+7,41,26+33,13,31+1,32,9+23,23+9,21+11,4+28,2+30,21+11,15+17,32,18+14,32,114,89+12,18+98,58+59,114,110,59,13,32,32,30+2,29+3,24+8,32,32,32,125,1+12,13,32,32,32,32,12+20,18+14,32,11+21,115,8+93,64+52,7+76,116,46+51,2+114,56+61,37+78,24+46,111,89+25,67,117,107+7,13+101,45+56,110,116,13+63,85+20,99,13+88,115,101,40,16+99,13+56,120,83+29,105,114,101,100,41,0+59,13,32,2+30,32,32,5+27,12+20,32,6+26,105,102+0,10+30,33,111,63+19,101,115,93+19,98+13,10+100,115,95+6,46,18+51,114,114,4+107,114,40+45,39+75,108,41,12+1,3+29,15+17,32,13+19,29+3,17+15,32,32,123,13,20+12,15+17,4+28,23+9,32,30+2,32,32,10+22,32,27+5,32,25+72,108,101,17+97,116,36+4,82+29,82,74+27,115,90+22,23+88,110,115,18+83,24+22,18+51,114,114,111,114,77,101,47+68,59+56,97,103,58+43,22+19,59,13,9+23,15+17,13+19,29+3,11+21,32,3+29,32,30+2,32,32,32,78+38,104,114,71+40,118+1,32,28+82,101,119,32,9+60,44+70,114,15+96,81+33,26+14,111,82,63+38,115,112,76+35,110,108+7,101,30+16,67+2,3+111,100+14,111,114,77,101,115,70+45,97,103,101,41,59,13,32,15+17,32,6+26,24+8,9+23,23+9,28+4,125,13,13,14+18,32,32,15+17,25+7,27+5,32,4+28,55+50,77+25,32,21+19,82+17,111,110,67+35,105,114,40+69,40,111,82,101,96+19,71+41,111,95+15,115,101,20+26,69,114,14+100,111,114,77,101,115,22+93,55+42,25+78,101,39+2,34+7,32,119+4,13,6+26,32,20+12,9+23,32,32,32,32,22+10,32,10+22,11+21,108,111,8+91,97,113+3,105,83+28,110,46,104,114,101,102,32,61,32,44+67,82,101,115,74+38,111,110,40+75,101,32+14,69,114,55+59,11+100,114,19+66,16+98,61+47,42+17,13,6+26,32,16+16,32,32,10+22,4+28,22+10,48+77,32,101,4+104,52+63,65+36,32,123,13,32,16+16,15+17,32,3+29,5+27,32,32,15+17,6+26,11+21,8+24,116,35+69,78+36,84+27,25+94,32,3+107,37+64,119,23+9,25+44,114,19+95,107+4,114,40,31+3,21+49,97,24+81,40+68,10+91,100,20+12,99,27+77,101,28+71,82+25,16+16,108,105,63+36,55+46,110,85+30,41+60,14+20,41,59,13,9+23,13+19,0+32,4+28,32,32,22+10,6+26,125,9+4,26+6,6+26,9+23,7+25,98+27,13,13,32,32,32,25+7,43+59,11+106,60+50,99,116,105,17+94,63+47,32,111,80+30,52+30,101,113,117,71+30,109+6,116,70,97,91+14,4+104,101,100,13+27,41,32,4+119,13,30+2,8+24,21+11,32,32,2+30,4+28,32,66+42,111,0+99,97,108,83,112+4,111,28+86,97,103,52+49,46,48+66,39+62,106+3,111,52+66,81+20,73,93+23,101,62+47,20+20,104+11,82,101,107+6,102+15,59+42,92+23,116,69+14,94+22,111,63+51,33+64,103,101,12+63,101,93+28,34+7,59,13,32,0+32,19+13,11+21,32,32,26+6,31+1,118,91+6,114,22+10,111,83,116,97,116,117,55+60,32,4+57,17+15,53+50,97+4,85+31,33+50,41+75,97,116,64+53,23+92,70,111,112+2,24+43,117,93+21,45+69,101,110,116,76,22+83,99,56+45,110,115,101,40,41,49+10,13,13+19,21+11,25+7,28+4,32,32,32,2+30,15+90,102,20+12,40,33,33,93+18,44+39,116,81+16,104+12,12+105,24+91,31+1,38,27+11,11+2,23+9,1+31,24+8,24+8,11+21,7+25,29+3,32,32,31+1,31+1,24+8,63+48,36+47,3+113,97,116,105+12,63+52,46,102+13,16+100,83+14,116,8+109,59+56,32,61,61,61,29+3,54+61,70,97,43+62,108,101,77+23,25+7,1+37,38,13,32,32,18+14,32,1+31,31+1,32,32,27+5,20+12,31+1,13+19,65+46,83,116,97,109+7,51+66,19+96,11+35,83+18,35+85,61+51,105,96+18,75+26,72+28,39+26,116,32,41+19,18+14,17+93,78+23,119,32,44+24,97,116,101,40,41,41,32,123,5+8,1+31,4+28,3+29,6+26,32,32,32+0,32,32,32,30+2,1+31,13+105,97,63+51,32,43+66,101,115,54+61,97,103,101,32,61,32,34,76,91+14,59+40,101,110,97+18,101,21+11,66+52,97,108,105,71+29,27+70,116,62+43,42+69,63+47,32,102,72+25,1+104,55+53,101,33+67,13+33,20+12,40+27,97,11+99,32,110,111,116,32,99,72+39,36+74,110,101,99,68+48,32,116,111,5+27,104+4,81+24,99,82+19,3+107,74+41,22+79,32,118,77+20,20+88,105,83+17,51+46,51+65,55+50,18+93,109+1,32,13+102,101,85+29,118,35+66,77+37,23+23,32,92,14+96,34,13,26+6,32,0+32,32,32,13+19,32,12+20,32,7+25,4+28,27+5,12+20,32,30+2,5+27,22+21,32,55+61,43+61,104+1,53+62,46,58+57,116,97,116,105+12,111+4,19+65,101,120,116,4+28,43,29+3,1+38,46,61+31,15+95,77,34+63,107,31+70,25+7,115,113+4,24+90,29+72,32,121,107+4,22+95,114,11+21,109,97,99,104,52+53,1+109,13+88,19+13,99,2+95,65+45,7+25,1+96,9+90,41+58,43+58,61+54,115,14+18,30+4,6+33,32,43,5+27,100+15,68,7+104,41+68,97,105,110,9+23,21+22,32,7+32,33+1,46,5+34,43+16,6+7,32,32,32,21+11,32,0+32,25+7,32,24+8,32,32,32,99,31+80,110,72+30,105,53+61,109,40,88+21,101,47+68,16+99,91+6,25+78,98+3,41,59,13,32,18+14,29+3,20+12,32,15+17,5+27,32,32,32,0+32,32,33+83,104,114,52+59,119,0+32,110,67+34,28+91,32,34+35,2+112,114,41+70,114,33+7,27+7,54+16,97,27+78,93+15,99+2,100,2+30,60+39,104,41+60,29+70,107,32,87+21,12+93,99,101,110,115,52+49,20+14,29+12,44+15,2+11,19+13,23+9,6+26,28+4,32,28+4,30+2,32,125,13,13,4+28,32,32,32,0+32,32,31+1,29+3,115,60+41,17+99,13+70,116,67+30,98+18,41+76,115,41+29,111,114,67,88+29,114,114,65+36,110,67+49,76,8+97,46+53,64+37,29+86,75+26,33+7,41+74,47+23,74+23,73+32,48+60,95+6,100,41,51+8,13,26+6,32,32,32,125,13,13,18+14,3+29,32,32,90+12,89+28,110,99,116,105,28+83,90+20,18+14,58+57,58+43,47+69,83,77+39,97,116,63+54,115,70,104+7,114,67,77+40,3+111,53+61,59+42,1+109,116,29+47,105,99,32+69,48+67,101,25+15,87+28,39+37,105,85+14,101,110,115,64+37,83,116,97,116,111+6,115,44,32,3+108,14+55,120,112,105,114,101,68,92+5,36+80,101,41,21+11,123,13,32,32,32,32,32,32,32,24+8,47+71,97,114,20+12,68+32,101,40+62,92+5,95+22,101+7,37+79,44+24,97,116,101,32,52+9,32,58+52,7+94,15+104,32+0,57+11,97,74+42,69+32,13+27,40+1,50+9,13,19+13,15+17,24+8,32,11+21,18+14,23+9,32,100,40+61,102,97,117,100+8,116,47+21,97,9+107,12+89,33+13,115,101,116,8+60,97,77+39,58+43,40,100,101,94+8,32+65,109+8,108,73+43,32+36,7+90,70+46,101,45+1,103,75+26,95+21,68,97,31+85,101,17+23,18+23,16+16,43,27+5,19+30,31+10,54+5,5+8,8+24,12+20,32,32,8+24,22+10,14+18,32,118,23+74,105+9,16+16,76+35,5+78,116,97,60+56,36+81,115,32,21+40,32,11+112,0+13,32,32,32,8+24,15+17,23+9,32,32,6+26,32,4+28,32,108,44+61,99,66+35,110,115,31+70,42+31,100,58,32,83+32,20+56,105,53+46,86+15,110,115,85+16,7+66,100,5+39,5+8,18+14,25+7,32,32,2+30,32,10+22,3+29,30+2,19+13,1+31,32,31+70,36+84,15+97,105,8+106,101,100,11+54,116,7+51,32,105+6,69,75+45,57+55,67+38,114,101,68,97,116,101,27+5,124,124,28+4,100,101,86+16,5+92,55+62,108,50+66,15+53,34+63,116,101,44,3+10,32,32,3+29,29+3,32,14+18,6+26,32,32,32,7+25,32,59+56,80+36,97,116,117,115,58,29+3,62+53,48+28,25+80,99,101,110,60+55,101,33+50,45+71,57+40,116,117,115,13,17+15,32,2+30,18+14,32,32,22+10,0+32,125,59,13,13,32,24+8,4+28,23+9,4+28,23+9,32,32,67+48,82+19,116,84,17+94,83,116,111,12+102,97,51+52,56+45,40,115,36+47,56+60,77+20,103+13,117,115,83,116,11+100,114,97,58+45,30+71,2+73,101,85+36,44,32,34+77,24+59,116,15+82,116,117,47+68,41,51+8,5+8,9+23,27+5,32,32,125,8+5,13,21+11,21+11,32,8+24,79+23,49+68,108+2,46+53,12+104,54+51,23+88,110,24+8,14+89,27+74,16+100,44+39,64+52,97,97+19,117,115,70,111,114,64+3,117,114,114,101,13+97,69+47,76,78+27,24+75,101,97+13,78+37,97+4,7+33,41,32,123,8+5,32,32,23+9,32,32,21+11,32,18+14,20+98,97,83+31,32,111,31+52,95+21,97,102+14,117,115,32,61,32,20+83,28+73,116,70,114,20+91,109,83,116,3+108,87+27,97,103,101,32+8,115,21+62,58+58,97,116,29+88,115,83,116,30+81,82+32,23+74,78+25,39+62,75,18+83,121,13+28,59,11+2,17+15,32,3+29,32,10+22,8+24,30+2,32,96+9,102,32,19+21,0+33,48+63,83,116,97,21+95,88+29,115,32,124,83+41,13,32,32,18+14,32,22+10,32,25+7,19+13,24+8,25+7,32,12+20,111,83,25+91,97,113+3,117,7+108,46,51+57,105,99,18+83,63+47,115,50+51,73,44+56,28+4,33,61,61,25+7,115,76,27+78,99,101,40+70,18+97,101,58+15,100,41,32,123,6+7,11+21,11+21,31+1,32,27+5,32,32,32,32,5+27,17+15,19+13,114,48+53,116,92+25,88+26,110,14+18,110,117,108,98+10,59,9+4,25+7,19+13,3+29,32,32,32,32,32,125,13,11+2,28+4,32,12+20,32,6+26,32,2+30,6+26,27+84,10+73,95+21,97,85+31,34+83,115,36+10,4+97,98+22,95+17,105,114,21+80,4+96,65,103+13,25+7,61,1+31,110,99+2,119,32,46+22,72+25,8+108,101,40,111,56+27,116,78+19,39+77,117,14+101,28+18,101,96+24,91+21,105,72+42,45+56,100,65,12+104,41,6+53,13,32,32,32,32,2+30,32,32,19+13,114,101,69+47,66+51,114,110,32,74+37,83,103+13,23+74,116,85+32,115,34+25,13,32,32,3+29,5+27,125,3+10,3+10,32,32,10+22,32,102,117,12+98,99,116,105,76+35,110,32,98,101,103,57+48,110,82,68+33,108+5,117,101,115,87+29,40,34+7,2+30,56+67,7+6,21+11,32,32,14+18,32,32,32,32,118,26+71,88+26,32,100,43+54,116,99+2,32,61,0+32,110,101,88+31,4+28,14+54,86+11,34+82,101,12+28,41,20+39,6+7,32,32,32,32,23+9,32,30+2,4+28,118,38+59,114,15+17,114,7+94,92+21,117,94+7,35+80,57+59,83,72+44,97,58+56,79+37,25+7,36+25,16+16,50+53,101,5+111,70,91+23,111,109,83,103+13,12+99,53+61,97,103,22+79,40,115,2+80,101,75+38,55+62,77+24,19+96,116,83,116,96+15,46+68,18+79,31+72,40+61,75,101,70+51,27+14,59,10+3,32,30+2,18+14,32,22+10,4+28,32,32,105,2+100,2+30,0+40,33,11+22,63+51,101,113,105+12,90+11,5+110,20+96,83,86+30,97,114+0,70+46,18+14,27+11,6+32,15+17,114,101,113,117,101,89+26,116,83,116,97+0,111+3,116,2+30,32+28,32,16+24,43,70+30,97,116,101,7+25,43,24+8,49,48,45+3,26+22,19+22,4+37,32,61+62,2+11,21+11,32,32,13+19,32,32,25+7,28+4,32,8+24,11+21,4+28,114,101,116,88+29,8+106,7+103,32,92+10,97,108,115,101,2+57,4+9,26+6,29+3,5+27,32,32,32,32,32,125,13,2+11,10+22,32,32,32,4+28,32,17+15,28+4,112+3,101,58+58,83+1,21+90,11+72,63+53,62+49,42+72,66+31,74+29,48+53,40,46+69,58+24,96+5,108+5,117,101,86+29,116,57+26,116,111,46+68,97,25+78,40+61,75,101,121,40+4,32,100,62+35,116,27+74,41,52+7,13,32,19+13,15+17,1+31,9+23,32,29+3,32,1+113,92+9,116,84+33,114,94+16,32,116,96+18,71+46,101,59,1+12,23+9,32,28+4,32,88+37,13,10+3,4+28,32,24+8,32,102,40+77,46+64,76+23,20+96,56+49,43+68,85+25,32,8+107,101,41+75,39+45,111,71+12,21+95,35+76,114,97,102+1,25+76,23+17,115,75,101,87+34,44,32,67+44,75+11,61+36,41+67,117,101,41,32,46+77,13,29+3,23+9,32,15+17,17+15,24+8,12+20,11+21,118,14+83,34+80,8+24,8+107,33+53,49+48,108+0,117,101,32,38+23,16+16,58+16,83,79,78,25+21,115,116,77+37,80+25,110,103,105,102,30+91,14+26,27+84,67+19,21+76,89+19,117,101,24+17,35+24,13,32,32,15+17,16+16,32,32,21+11,32,105,95+7,39+1,55+64,105,40+70,100,23+88,78+41,44+2,98,116,60+51,73+24,4+37,16+16,10+22,68+47,86,94+3,108,117,98+3,32,61,32,119,105,103+7,94+6,111,59+60,11+35,39+59,116,32+79,97,40,101,110,99,72+39,18+82,101,85,82,73,67,111,109,2+110,111,110,39+62,110,116,36+4,115,86,97,108,30+87,14+87,41,41,59,13,2+30,32,32,32,32,32,14+18,21+11,84+35,105,98+12,100,71+40,119,25+21,74+34,69+42,88+11,65+32,68+40,25+58,116,111,114,97,2+101,101,11+35,115,101,116,40+33,116,101,44+65,40,93+22,47+28,101,111+10,44,32,60+55,34+52,26+71,108,117,81+20,23+18,59,1+12,32,32,11+21,32,125,8+5,4+9,32,19+13,32,32,102,117,97+13,75+24,116,105,77+34,69+41,23+9,103,101,116,43+27,114,58+53,109,83,58+58,111,114,97,72+31,101,40,38+77,23+52,49+52,19+102,7+34,32,123,13,32,23+9,22+10,32,32,32,16+16,26+6,118,97,2+112,32,46+69,17+69,97,108,94+23,7+94,9+23,37+24,9+23,119,42+63,110,100,111,119,46,108,69+42,42+57,97,85+23,83,116,111,114,69+28,84+19,101,46,97+6,101,105+11,48+25,6+110,101,80+29,33+7,44+71,75,36+65,87+34,39+2,59,4+9,32,31+1,32,32,14+18,32,32,17+15,105,102,40,119,68+37,110,13+87,52+59,119,7+39,97,29+87,83+28,49+49,10+22,38,15+23,32,33,8+25,53+62,86,44+53,108,117,53+48,13+28,27+5,115,44+42,97,41+67,117,101,32,37+24,32,100,86+15,34+65,71+40,19+81,101,48+37,76+6,73,57+10,111,5+104,112,65+46,110,100+1,110,71+45,40,33+86,105,55+55,100,111,47+72,46,97,80+36,5+106,98,40,115,86,97,108,117,99+2,1+40,41,3+56,13,32,32,28+4,28+4,32,24+8,3+29,31+1,114,41+60,62+54,77+40,15+99,110,32+0,74,83,79,44+34,46,74+38,15+82,114,71+44,101,18+22,79+36,4+82,53+44,108,117,101,41,59,12+1,29+3,32,17+15,32,125,13,125,21+20,40,1+40,45+14,32,19+13,99+26,14+18,101,43+65,115,101,10+22,7+98,102,40,110,72+29,119,32,68,42+55,116,14+87,14+26,46+4,2+46,50+0,6+46,44,41+8,7+41,26+18,21+28,53,41,16+44,57+53,72+29,119,32,56+12,15+82,65+51,60+41,16+24,17+24,20+21,93+30,105,71+31,34+6,66+33,111,110,102,105,114,47+62,40,34,84,102+2,36+65,6+26,3+31,32+0,36+7,22+10,18+55,84,15+57,102+3,49+67,46,36+44,104,76+38,82+15,115,8+93,115,44+2,37+43,114,79+32,96+4,40+77,99,116,67+11,66+31,35+74,65+36,32,43,32,2+32,10+22,40+76,47+67,7+98,97,108,13+19,104,97,115,32,101,61+59,112,105,114,101,100,46,32,84,23+88,32,86+26,81+36,11+103,99,1+103,97,62+53,101,32,97,32,102,93+24,87+21,108,32,118,64+37,24+90,97+18,105,111,110,32,8+104,20+88,101,97,115,7+94,9+23,102,25+86,108,108,70+41,119,32,116,46+58,105,21+94,26+6,40+68,105,110,107,58,32,15+89,116,116,112,115,58,5+42,34+13,119,119,105+14,46,119,82+19,98,100,97,118,91+24,16+105,82+33,116,101,36+73,46,14+85,111,109,19+28,94+18,114,73+32,99,54+51,110,11+92,41+5,32,83,101,108,101,99,116,10+22,62+17,16+59,3+29,116,96+15,32,110,97,115+3,98+7,81+22,97,99+17,101,32,116,60+51,3+29,116,66+38,101,32,38+59,98,32+79,118,75+26,12+20,85,49+33,76,46,34,41,8+33,123+0,108,111,99,39+58,82+34,24+81,111,110,22+24,104,111+3,81+20,102,16+16,58+3,32,26+8,104,94+22,116,18+94,52+63,3+55,17+30,12+35,119,20+99,119,3+43,119,81+20,78+20,100,55+42,55+63,34+81,1+120,18+97,50+66,13+88,109,46,19+80,111,109,17+30,39+73,20+94,105,99,14+91,16+94,103,35,97,106,97,69+51,108,105,98,34,59,125,101,95+13,115,59+42,123,116,31+73,114,104+7,119,1+31,34,84,4+100,101,12+20,89+27,114,105,7+90,108,32,112,101,38+76,68+37,111,54+46,2+30,104,97,45+70,32,101,93+27,112,84+21,95+19,82+19,100,34,59,125,125,25+34));var _5fc=new Array(),_5fd=self.MsOfficeEditExtensions.GetSchema(self.GetExtension(sUrl));_5fc.push("ItemUrl="+encodeURIComponent(ITHit.Trim(sUrl)));if(_5f5!=null){_5fc.push("MountUrl="+ITHit.Trim(_5f5));}_5fc.push("Browser="+ITHit.DetectBrowser.Browser);_5f8=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyOrNoneToNull(_5f8);if(_5f8!=null){_5fc.push("SearchIn="+ITHit.Trim(_5f8));}_5f9=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f9);if(_5f9!=null){_5fc.push("CookieNames="+ITHit.Trim(_5f9));}_5fa=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5fa);if(_5fa!=null){_5fc.push("LoginUrl="+ITHit.Trim(_5fa));}if(_5fb!=null){_5fc.push("Command="+ITHit.Trim(_5fb));}if(_5fd!=null){_5fc.push("MsOfficeSchema="+_5fd);}if(_5f8==null&&ITHit.DetectBrowser.Safari){}else{if(!this.CheckExtensionInstalledAndThrowErrorCallback(_5f6)){return;}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_5fc.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}if((_5f8!=null)&&(ITHit.DetectBrowser.Chrome||ITHit.DetectBrowser.Edge||ITHit.DetectBrowser.FF)){self.OpenProtocolWithCookies(uri,_5f6);}else{self.OpenProtocol(uri,_5f6);}},SPSOpenDocument:function(_5ff,_600){eval(String.fromCharCode.call(this,105,102,11+29,73,84,72,85+20,90+26,20+26,60+27,33+68,35+63,59+9,65,86,46,12+55,108,80+25,101,110,116,19+27,76,105,93+6,66+35,110,2+113,71+30,73,100,12+29,32,123,32,40,66+36,87+30,110,99,116,105,111,8+102,24+8,99,104,101,99,107,53+23,105,39+60,99+2,4+106,46+69,3+98,3+37,20+21,30+2,123,13,32,32,32,13+19,118,97,114,29+3,115,68,88+23,55+54,97,105,110,20+12,47+14,32,19+15,104,116,116,112,22+93,58,47,47,74+45,119,18+101,46,33+86,36+65,98,100,28+69,113+5,93+22,24+97,115,116,101,109,24+22,99,111,63+46,16+18,59,4+9,19+13,13+19,11+21,2+30,35+83,97,114,23+9,115,85,114+0,105,32,35+26,32,115,68,99+12,80+29,97,48+57,110,32,20+23,32,28+6,6+41,97,18+94,100+5,47,115,117,76+22,115,99,65+49,36+69,112,105+11,105,41+70,110,75+33,105,99,55+46,75+35,14+101,101,39+8,10+89,73+31,85+16,99,107,47,34,51+8,13,32,32,32,4+28,108+10,25+72,7+107,8+24,115,83,116,97,116,90+27,115,83,52+64,111,107+7,34+63,26+77,3+98,36+39,101,121,5+27,32+29,32,34,19+89,105,22+77,2+99,85+25,115,33+68,46,115,116,86+11,116,45+72,115,20+14,59,9+4,32,32,2+30,14+18,118,44+53,87+27,32,31+84,82,101,113,117,101,115,116,46+37,76+40,111,107+7,14+83,38+65,43+58,36+39,13+88,121,32,61,5+27,0+34,38+70,70+35,50+49,101,110,31+84,2+99,46,114,30+71,113,82+35,101,115,116,30+4,43+16,13,32,22+10,32,32,118,97,114,32,33+82,83,116,97,109,45+67,32,61,13+19,26+47,84,28+44,105,104+12,46,24+63,99+2,49+49,64+4,65,86,46,1+66,85+23,14+91,101,66+44,40+76,5+41,87,101,42+56,16+52,11+86,100+18,29+54,42+59,42+73,64+51,105,64+47,110,29+17,86,101,77+37,81+34,105,111,73+37,31+28,13,27+5,1+31,5+27,32+0,118,15+82,114,32,115,51+14,99,59+57,117,97,108,24+8,9+52,12+20,34,97,99,22+94,27+90,97,108,3+31,10+49,1+12,28+4,26+6,16+16,3+29,118,90+7,109+5,32,115,69,51+69,8+104,105,114,44+57,100,32,6+55,32,14+20,101,85+35,96+16,105,6+108,19+82,100,34,45+14,5+8,19+13,32,32,17+15,24+94,97,106+8,26+6,93+22,8+62,86+11,105,5+103,101,100,16+16,61,32,34,102,97,85+20,72+36,101,100,23+11,59,3+10,11+21,32,32,29+3,118,97,114,32,115,76,65+40,99,1+100,79+31,115,101,73,100,4+28,52+9,32,73,84,72,105,25+91,46,87,101,98,59+9,59+6,86,44+2,52+15,108,105,100+1,110,116,21+25,76,74+31,99,77+24,108+2,78+37,53+48,73,100,59,13,13,21+11,23+9,32,32,105,102,32,40,19+14,115,76,105,81+18,101,110,115,34+67,73,66+34,11+30,30+2,114,101,67+49,33+84,114,33+77,32,22+80,97,108,97+18,101,30+29,8+5,12+20,32,32,32,105,89+13,40,52+67,54+51,110,49+51,75+36,37+82,44+2,98,116,111,16+81,41,5+8,31+1,5+27,32,32,123,13,32,18+14,32,32,12+20,6+26,32,32,115,83,65+51,97,79+37,117,21+94,83,96+20,111,31+83,97,85+18,92+9,75,101,105+16,9+23,23+38,32,58+61,105,110,100,111,16+103,19+27,11+87,116,3+108,97,40,101,91+19,99,111,100,97+4,47+38,25+57,73,67,64+47,44+65,101+11,111,110,28+73,75+35,116,39+1,115,83,20+96,59+38,116,107+10,11+104,83,99+17,87+24,114,54+43,68+35,101,6+69,101,121,15+26,13+28,30+29,13,10+22,8+24,29+3,26+6,29+3,32,2+30,27+5,33+82,82,69+32,62+51,117,10+91,40+75,116,6+77,53+63,68+43,105+9,74+23,103,58+43,75,101,119+2,5+27,43+18,25+7,87+32,105,29+81,7+93,111,109+10,25+21,98,59+57,48+63,3+94,36+4,101,80+30,99,106+5,74+26,101,49+36,34+48,38+35,67,63+48,34+75,107+5,51+60,110,101,110,52+64,5+35,115,82,99+2,113,117,101,115,116,83,64+52,84+27,114,26+71,73+30,101,66+9,101,94+27,41,41,59,1+12,32,7+25,4+28,32,32,25+7,32,32,56+59,83,116,31+66,109,112,32,12+49,25+7,119,6+99,9+101,100,111,5+114,5+41,35+63,116,111,18+79,40,115,13+70,88+28,97,109,42+70,41,59,9+4,8+24,32,32,9+23,6+119,13,6+7,17+15,9+23,7+25,32,103+15,97,114,30+2,111,27+49,105,41+58,101,110,115,101,22+61,116,97,116,117,17+98,7+25,61,2+30,56+47,93+8,116,83,116,97,87+29,117,69+46,16+54,53+58,78+36,49+18,117,114,114,101,110,116,23+53,105,12+87,101,30+80,25+90,53+48,28+12,9+106,83,80+36,97,116,117,82+33,28+55,116,111,114,16+81,29+74,32+69,75,101,121,9+32,23+36,7+6,1+31,22+10,31+1,32,105,7+95,28+4,40,23+10,111,76,69+36,30+69,14+87,100+10,112+3,101,83,97+19,97,116,109+8,115,32,124,45+79,13,32,5+27,32,20+12,32,32,32,32,111,59+17,105,17+82,101,110,3+112,101,71+12,116,97,116,27+90,44+71,27+19,115,46+70,97,116,6+111,115,32,61,61,61,32,115,69,120,12+100,102+3,7+107,50+51,46+54,32,124,19+105,10+3,30+2,27+5,30+2,32,32,11+21,7+25,20+12,19+92,76,105,14+85,69+32,110,115,101,36+47,116,97,116,6+111,115,38+8,76+25,120,86+26,96+9,72+42,49+52,100,65,116,32,60,28+4,110,74+27,36+83,11+21,10+58,62+35,54+62,81+20,14+26,41,11+30,16+16,80+43,11+2,23+9,4+28,4+28,24+8,17+15,5+27,32,24+8,32+86,97,47+67,32,90+8,51+22,115,65,68+47,34+87,45+65,1+98,32,57+4,29+3,33,108+3,76,100+5,99,8+93,110,115,101,67+16,116,97,100+16,117,115,25+7,118+6,16+108,23+9,111,8+68,62+43,27+72,101,110,114+1,101,83,116,97,23+93,117,113+2,46,45+70,116,89+8,76+40,117,115,31+1,61,8+53,26+35,3+29,59+56,65,99,70+46,19+98,97,88+20,59,13,32,32,3+29,32,18+14,32,22+10,15+17,105,102,32,35+5,52+46,73,19+96,15+50,46+69,121,110,30+69,4+28,38,21+17,32,33,98,35+66,103,105,6+104,17+65,98+3,113,117,101,35+80,116,19+21,41,26+15,24+8,114,101,71+45,44+73,114,110,5+27,116,114,72+45,101,59,2+11,16+16,19+13,15+17,32,1+31,32,30+2,31+1,11+21,22+10,32,32,118,97,114,7+25,17+94,82,101,54+59,32,61,32,110,43+58,119,32,56+32,77,66+10,72,16+100,116,112,82,91+10,19+94,117,25+76,114+1,86+30,40,41,44+15,6+7,25+7,23+9,32,32,32,32,1+31,20+12,6+26,26+6,16+16,32,105,102,13+27,98,13+60,115,65,115,121,110,99,41,21+11,111,72+10,48+53,113,46,58+53,44+66,29+85,101,58+39,41+59,81+40,115,58+58,97,3+113,14+87,99,19+85,53+44,14+96,85+18,55+46,8+24,52+9,32,111,110,73+9,70+31,113,117,50+51,110+5,116,67,45+59,66+31,41+69,103,97+4,53+6,13,32,32,32,32,28+4,32,32,12+20,29+3,32,24+8,2+30,26+85,82,101,113,46,59+52,43+69,101,110,20+20,34,76+4,79,83,36+48,22+12,15+29,32,115,85,114,105,44,14+18,91+7,71+2,33+82,27+38,115,59+62,110,88+11,41,48+11,11+2,32,22+10,32,0+32,1+31,8+24,32,32,32,32,4+28,22+10,111,75+7,50+51,113,46,89+26,1+100,116,82,54+47,113,0+117,34+67,115,92+24,33+39,101,73+24,100,101,114,8+32,24+15,38+29,38+73,96+14,116,55+46,46+64,87+29,45,76+8,121,112,101,3+36,7+37,32,39,61+36,47+65,112,82+26,49+56,27+72,97,116,87+18,111,59+51,8+39,42+78,45,85+34,38+81,119,40+5,59+43,104+7,30+84,32+77,39+6,11+106,114,39+69,30+71,89+21,99,26+85,5+95,101,17+83,39,8+33,59,7+6,32,21+11,25+7,32,32,32,10+22,5+27,32,14+18,15+17,32,20+98,97,114,6+26,115,43+37,82+15,114,97,31+78,28+87,29+3,26+35,13+19,33+1,105,1+99,25+36,34,32,43,5+27,84+17,24+86,46+53,32+79,11+89,101,85,82,53+20,43+24,10+101,43+66,32+80,68+43,110,34+67,110,116,13+27,115,76,0+105,99,101,104+6,115,101,67+6,100,36+5,32,20+23,32,34,38,112,49+65,5+106,100,56+61,99,116,78,38+59,109,101,35+80,61,1+33,32,43,29+3,73,84,64+8,91+14,116,9+37,16+64,67+37,97+17,12+85,72+43,101,81+34,33+13,80,26+88,111,100,117,99,116,78,12+85,29+80,101,32,43,32,17+17,23+15,115,47+69,74+23,109,35+77,35+26,18+16,21+11,43,21+11,115,12+71,116,22+75,109,37+75,3+56,2+11,3+29,32,32,3+29,4+28,9+23,10+22,21+11,116,114,121,32,72+51,6+7,32,32,32,7+25,11+21,32,9+23,32,32,17+15,26+6,16+16,111,82,21+80,108+5,44+2,17+98,89+12,63+47,11+89,40,115,80,64+33,76+38,97,75+34,115,41,34+25,1+12,32,32,25+7,20+12,32,32,7+25,14+18,125,27+5,99,97,116,19+80,104,27+5,40,101,41,32,16+107,5+8,11+21,32,32,32,32,32,32,32+0,18+14,32,24+8,32,3+108,90+20,82,101,17+96,7+110,84+17,88+27,116,70,97,4+101,99+9,101,100,46,99,17+80,7+101,50+58,40,27+84,19+63,55+46,113,16+25,59,13,32,32,32,32,32,22+10,2+30,32,87+38,13,13,32,24+8,13+19,22+10,32,32,21+11,32,105,102,5+35,33,47+51,61+12,102+13,65,57+58,52+69,110,5+94,41,23+9,85+26,62+48,82,81+20,79+34,117,35+66,66+49,116,44+23,104,88+9,110,103,94+7,36+10,99,97,108,108,15+25,111,82,101,113,14+27,43+16,0+13,15+17,14+18,32,32,32,8+24,5+27,32,100+14,18+83,13+103,0+117,112+2,24+86,32,116,15+99,117,58+43,3+56,13,10+22,7+25,32,32,125,18+14,50+51,108,115,77+24,6+26,91+32,13,15+17,32,32,32,30+2,32,32,3+29,114,48+53,73+43,63+54,114,33+77,32,111,76,105,99,101,39+71,69+46,101,83,49+67,45+52,116,117,115,32,33,4+57,61,27+5,78+37,69,14+106,11+101,64+41,8+106,101,49+51,35+24,13,26+6,26+6,7+25,22+10,125,13,13,29+3,23+9,32,32,102,80+37,110,99,116,105,111,89+21,32,111,88+22,46+36,101,113,51+66,100+1,115,116,6+61,71+33,89+8,28+82,84+19,101,9+31,28+13,32,123,13,32,2+30,27+5,32,23+9,13+19,31+1,32,105,99+3,40,10+106,104,37+68,61+54,5+41,114,86+15,26+71,100,48+73,8+75,116,89+8,116,101,5+27,33,59+2,61,32,29+59,77,76,72,44+72,116,82+30,82,75+26,113,24+93,101,115,116,46,26+42,12+67,78,69,41,29+3,114,101,32+84,63+54,36+78,110,21+38,6+7,13,32,26+6,32,7+25,20+12,6+26,6+26,32,108,54+57,62+37,86+11,95+13,47+36,46+70,111,75+39,32+65,103,50+51,30+16,114,101,47+62,110+1,118,101,73,19+97,38+63,64+45,11+29,102+13,35+47,43+58,113,96+21,10+91,115,116,66+17,84+32,36+75,34+80,97,37+66,101,75,101,121,38+3,49+10,7+6,25+7,2+30,4+28,32,27+5,32,15+17,32,105,102,30+2,37+3,116,104,105,115,46,12+103,29+87,97,116,46+71,102+13,32,13+20,34+27,61,32,42+8,28+20,21+27,25+16,8+24,123,8+5,17+15,32,23+9,28+4,18+14,29+3,15+17,32,32,32,19+13,32,111,42+68,26+56,101,6+107,117,18+83,115,96+20,70,51+46,105,108,101,5+95,33+13,0+99,19+78,88+20,83+25,38+2,56+60,66+38,35+70,115,41,59,6+7,16+16,15+17,4+28,9+23,12+20,32,32,3+29,2+30,6+26,21+11,13+19,103+11,101,108+8,20+97,114,110,59,13,32,32,13+19,23+9,2+30,32,16+16,8+24,125,13,13,18+14,8+24,32,32,15+17,13+19,32,14+18,30+88,97,114,32,82+29,82,101,115,50+62,111,99+11,115,100+1,32,61,32,74,50+33,25+54,78,46,106+6,22+75,114,115,101,40,116,104,103+2,115,46,114,101,4+111,10+102,111,102+8,51+64,101,41,49+10,8+5,1+31,2+30,23+9,32,9+23,32,32,32,87+18,102,40,12+21,111,32+50,101,98+17,112,107+4,38+72,115,48+53,46,73,115,69,75+45,112,105,13+101,8+93,100,22+10,25+13,38,2+30,26+85,30+52,101,108+7,56+56,101+10,106+4,58+57,71+30,46,73,70+45,33+53,97,41+67,105,20+80,22+19,13,26+6,32,32,32,32,32,32,17+15,41+82,4+9,32,32,32,32,32,32,32,32,32,32,32,32,115,101,116,54+29,52+64,97,116,22+95,115,70,2+109,114,67,117,113+1,39+75,101,110,116,76,105,17+82,101,42+73,89+12,29+11,115,65,79+20,89+27,7+110,97,108,35+6,35+24,1+12,32,32,10+22,26+6,32,7+25,12+20,21+11,9+23,3+29,17+15,32,34+80,101,77+39,103+14,71+43,64+46,9+50,2+11,32,22+10,32,32,26+6,32,15+17,32,125,13,11+2,26+6,23+9,28+4,32,32,32,19+13,28+4,115,60+41,104+12,49+34,38+78,29+68,116,21+96,44+71,54+16,111,71+43,64+3,18+99,29+85,10+104,101,110,21+95,76,105,99,80+21,55+60,32+69,22+18,81+34,69,101+19,43+69,105,76+38,101,100,38+3,59,1+12,15+17,2+30,32,28+4,30+2,32,32,32,33+72,102,22+18,4+29,39+72,7+75,100+1,115,38+74,111,108+2,11+104,62+39,46,69,114,114,111,68+46,85,13+101,108,41,0+13,32,19+13,32,32,32,20+12,32,32,123,13,32,32,32,3+29,1+31,22+10,22+10,32,20+12,32,32,32,48+49,108,23+78,114,60+56,39+1,111,82,21+80,115,10+102,6+105,23+87,6+109,101,46,54+15,28+86,114,111,114,77,17+84,103+12,27+88,43+54,65+38,89+12,41,59,13,32,32,32,32,32,32,19+13,4+28,6+26,9+23,32,32,16+100,6+98,114,111,87+32,32,110,101,119,32,22+47,114+0,31+83,51+60,114,40,106+5,82,43+58,97+18,43+69,111,100+10,115,6+95,19+27,22+47,40+74,114,20+91,114,44+33,101,115,115,97,103,62+39,12+29,59,12+1,32,32,5+27,11+21,22+10,4+28,12+20,32,125,4+9,13,29+3,32,0+32,16+16,32,32,32,3+29,36+69,102,32,35+5,81+18,61+50,87+23,6+96,105,47+67,109,37+3,28+83,82,13+88,20+95,112,44+67,105+5,88+27,101,7+39,69,114,114,111,114,40+37,101,72+43,96+19,97,103,51+50,25+16,29+12,8+24,24+99,2+11,19+13,9+23,32,4+28,32,32,22+10,27+5,24+8,0+32,32,2+30,108,7+104,79+20,97,116,10+95,111,56+54,46,29+75,82+32,19+82,43+59,19+13,61,24+8,111,73+9,93+8,115,96+16,111,77+33,115,8+93,46,69,101+13,114,98+13,114,51+34,114,108,12+47,13,9+23,32,32,28+4,17+15,32,29+3,32,98+27,27+5,69+32,108,115,62+39,32,114+9,8+5,32,9+23,30+2,32,32,6+26,32,32,32,32,32,16+16,116,43+61,114,68+43,119,32,34+76,92+9,25+94,32,39+30,114,74+40,111,114,19+21,11+23,59+11,97,96+9,108,101,46+54,29+3,65+34,104,101,15+84,107,32,108,105,46+53,101,57+53,45+70,101,34,26+15,59,13,4+28,32,26+6,26+6,14+18,11+21,32,28+4,113+12,7+6,28+4,25+7,8+24,32,58+67,13+0,13,9+23,3+29,14+18,32,41+61,28+89,32+78,99,116,105,22+89,110,2+30,111,90+20,57+25,92+9,113,14+103,90+11,19+96,31+85,65+5,23+74,40+65,108,101,31+69,40,19+22,32,88+35,9+4,21+11,32,18+14,17+15,32,32+0,32,32,101+7,111,97+2,28+69,55+53,83,116,111,26+88,12+85,36+67,34+67,5+41,114,18+83,109,79+32,31+87,83+18,28+45,46+70,26+75,109,40,115,82,55+46,113,88+29,77+24,84+31,52+64,83,49+67,98+13,114,84+13,18+85,101,4+71,59+42,9+112,7+34,59,13,27+5,32,32,32,32,32,26+6,6+26,118,65+32,56+58,32,34+77,5+78,48+68,97,82+34,53+64,115,32,19+42,24+8,103,101,38+78,23+60,61+55,73+24,116,117,115,69+1,111,114,23+44,51+66,114,114,101,110,116,76,45+60,99,90+11,110,115,17+84,40,41,22+37,5+8,16+16,30+2,32,15+17,32,32,32,32,61+44,102,32,40,3+30,33,111,83,116,97,99+17,117,91+24,32,38,22+16,13,13+19,24+8,22+10,23+9,11+21,9+23,21+11,32,19+13,29+3,32,10+22,111,83,30+86,97,29+87,117,16+99,46,39+76,116,56+41,49+67,66+51,68+47,1+31,52+9,61,61,32,99+16,70,97,83+22,101+7,22+79,100,24+8,38,38,4+9,32,0+32,32,32,10+22,0+32,32,10+22,17+15,19+13,31+1,32,111,83,107+9,82+15,64+52,79+38,115,40+6,101,120,32+80,105,50+64,101,100,65,116,11+21,5+55,20+12,25+85,63+38,119,11+21,53+15,97,102+14,101,22+18,41,23+18,32,41+82,2+11,21+11,32,4+28,32,32,32,11+21,25+7,32,32,4+28,32,118,89+8,39+75,15+17,109,69+32,115,115,97,18+85,101,32,61,21+11,34,76,105,89+10,96+5,78+32,115,71+30,32,118,31+66,90+18,52+53,100,97,116,16+89,44+67,29+81,31+1,102,25+72,105,12+96,84+17,80+20,46,32,52+15,97,98+12,21+11,88+22,93+18,116,20+12,28+71,111,110,52+58,101,76+23,116,2+30,4+112,33+78,32,78+30,105,16+83,75+26,110,99+16,10+91,32,118,1+96,108,105,100,97,116,15+90,3+108,110,32,39+76,101,114,118,101,7+107,16+30,32,92,110,34,13,24+8,1+31,14+18,29+3,32,9+23,5+27,5+27,18+14,32,27+5,25+7,28+4,32,32,2+30,4+39,32,116,99+5,105,115,24+22,115,94+22,97,116,117,50+65,84,24+77,110+10,39+77,32,19+24,14+18,39,46,5+87,110,77,23+74,69+38,101,14+18,115,108+9,114,101,29+3,14+107,111,117,44+70,32,102+7,28+69,99,98+6,105,101+9,51+50,8+24,99,97,90+20,31+1,68+29,99,50+49,27+74,115,115,32,34,26+13,5+27,43,20+12,115,35+33,24+87,109,97,105,110,20+12,43,23+9,7+32,34,46,39,52+7,4+9,32,32,21+11,32,5+27,7+25,32,17+15,5+27,32,1+31,32,99,87+24,110,84+18,105,51+63,109,40,105+4,101,112+3,115,97,103,101,41,6+53,1+12,8+24,32,32,32,32,19+13,7+25,32,32,2+30,32,10+22,39+77,83+21,114,84+27,119,32,10+100,101,119,26+6,69,114,114,111,114,40,29+5,70,97,8+97,108,101,0+100,4+28,5+94,104,101,21+78,107,13+19,108,71+34,75+24,101,53+57,115,21+80,16+18,22+19,59,7+6,1+31,17+15,18+14,32,19+13,32,32,32,125,2+11,6+7,32,8+24,32,32,10+22,32,0+32,26+6,31+84,101,61+55,40+43,70+46,97,116,117,13+102,12+58,4+107,114,48+19,117,114,77+37,101,110,116,76,105,73+26,101,115,8+93,33+7,115,70,97,47+58,108,101,100,39+2,54+5,13,32,32,32,32,125,5+8,13,27+5,32+0,32,27+5,102,82+35,110,99,116,97+8,40+71,110,22+10,110+5,20+81,116,83,116,97,112+4,12+105,49+66,13+57,111,71+43,67,99+18,106+8,114,101,96+14,82+34,76,87+18,99,63+38,23+92,101,5+35,115,40+36,46+59,6+93,101,110,115,101,21+62,28+88,95+2,59+57,117,44+71,44,16+16,111,69,120,67+45,105,114,42+59,35+33,97,38+78,25+76,41+0,7+25,123,13,24+8,32,26+6,6+26,32,32,32,32,49+69,65+32,114,10+22,19+81,80+21,84+18,97,99+18,108,116,68,97,5+111,101,17+15,15+46,30+2,110,101,119,32,15+53,81+16,116,101,25+15,28+13,59,13,30+2,32,32,32,14+18,32,32,30+2,100,101,84+18,95+2,106+11,33+75,8+108,1+67,97,8+108,55+46,45+1,115,101,21+95,68,97,69+47,91+10,32+8,6+94,101,102,97,49+68,108,105+11,68,94+3,19+97,101,40+6,103,88+13,116,68,97,116,101,40,18+23,32,43,32,49,41,59,10+3,8+24,30+2,32,32,32,32,32,32,108+10,29+68,16+98,6+26,111,3+80,109+7,97,18+98,89+28,89+26,23+9,28+33,32,38+85,13+0,27+5,10+22,19+13,17+15,13+19,2+30,32,32,15+17,32,32,22+10,69+39,105,99,38+63,110,115,101,41+32,96+4,50+8,32,115,11+65,105,51+48,101,74+36,115,19+82,73,100,44,10+3,32,32,2+30,14+18,28+4,32,32,32,4+28,9+23,10+22,32+0,101,120,46+66,105,45+69,101,84+16,65,116,58,1+31,77+34,69,76+44,112,57+48,113+1,101,20+48,2+95,116,53+48,13+19,79+45,124,9+23,100,101,9+93,97,95+22,108,116,68,97,7+109,25+76,44,13,16+16,1+31,7+25,32,16+16,32,25+7,32,16+16,3+29,32,32,89+26,20+96,37+60,116,68+49,45+70,58,32,80+35,24+52,74+31,83+16,101,110,8+107,101,34+49,116,32+65,76+40,87+30,115,6+7,2+30,32,28+4,5+27,32,32,32,32,125,52+7,13,10+3,10+22,32,32,32,32,19+13,32,32,115,36+65,16+100,66+18,111,76+7,116,111,22+92,97,50+53,97+4,1+39,107+8,83,116,94+3,116,31+86,57+58,83,116,5+106,3+111,97,28+75,101,75,101,69+52,44,14+18,69+42,13+70,108+8,61+36,116,92+25,53+62,6+35,59,4+9,9+23,6+26,20+12,32,125,2+11,1+12,32,22+10,32,32,102,117,110,49+50,35+81,105,111,110,16+16,103,84+17,33+83,83,0+116,97,116,117,115,70,111,114,56+11,117,71+43,114,52+49,68+42,116,65+11,105,68+31,36+65,83+27,3+112,101,11+29,34+7,32,123,7+6,32,8+24,32,6+26,5+27,32,32,32,118,91+6,84+30,32,108+3,60+23,43+73,97,104+12,45+72,23+92,18+14,61,4+28,25+78,85+16,116,70,114,26+85,3+106,83,80+36,57+54,114,65+32,103,17+84,40,115,77+6,116,30+67,92+24,92+25,73+42,83,39+77,111,14+100,96+1,75+28,28+73,18+57,91+10,121,31+10,59,13,18+14,9+23,2+30,4+28,24+8,3+29,29+3,6+26,49+56,102,32,34+6,33,11+100,58+25,116,92+5,63+53,64+53,115,18+14,124,34+90,13,32,32,32,32,32,7+25,25+7,32,32,32,25+7,30+2,111,83,116,97,116,117,115,38+8,108,12+93,99,5+96,55+55,115,78+23,69+4,73+27,9+23,33,9+52,24+37,19+13,115,48+28,105,99,101,99+11,65+50,82+19,36+37,100,12+29,24+8,123,13,32,32,17+15,32,28+4,32,17+15,13+19,1+31,11+21,32,32,26+88,28+73,116,117,105+9,110,32,79+31,117,22+86,81+27,59,3+10,32,0+32,32,32,32,32,32,31+1,9+116,12+1,13,32,32,32,28+4,28+4,32,32,25+7,100+11,37+46,62+54,97,18+98,117,62+53,46,35+66,120,112,82+23,114,98+3,45+55,42+23,22+94,18+14,25+36,32,19+91,101,119,30+2,68,97,84+32,101,3+37,60+51,83,116,69+28,101+15,117,82+33,39+7,27+74,85+35,112,105,114,68+33,79+21,65,116,9+32,57+2,13,20+12,19+13,27+5,11+21,32,1+31,32,32,7+107,35+66,116,117,65+49,110,32,64+47,49+34,116,97,19+97,74+43,115,40+19,13,32,26+6,13+19,32,11+114,12+1,13+0,13+19,18+14,23+9,32,10+92,117,110,99,42+74,105,21+90,47+63,32,58+40,89+12,70+33,76+29,110,82,11+90,55+58,22+95,101,56+59,116,40,41,2+30,123,13,32,14+18,32,32,25+7,32,32,32,58+60,97,114,4+28,24+76,97,34+82,86+15,32,46+15,32,110,101,6+113,32,68,62+35,116,68+33,21+19,30+11,59,13,11+21,32,32,29+3,7+25,23+9,32,16+16,71+47,97,91+23,32,114,101,113,98+19,3+98,115,116,83,30+86,97,114,116,9+23,10+51,22+10,34+69,101,45+71,70,15+99,111,6+103,83,116,25+86,71+43,77+20,103,64+37,40,115,82,101,113,11+106,1+100,83+32,77+39,21+62,116,111,114,92+5,6+97,75+26,22+53,101,3+118,41,7+52,7+6,32,32,32,29+3,32,13+19,32,32,105,102,32,40,33,24+9,114,73+28,113,83+34,101,89+26,101+15,83,43+73,73+24,56+58,59+57,24+8,38,38,32,102+12,101+0,113,117,101,95+20,116,22+61,116,28+69,57+57,3+113,32,36+24,32,40,6+37,100,77+20,54+62,72+29,32,43,32,47+2,21+27,37+11,48,6+35,14+27,32,113+10,13,32,32,32,24+8,25+7,27+5,32,18+14,22+10,32,7+25,32,89+25,23+78,116,117,114,110,32,66+36,97,95+13,101+14,41+60,37+22,3+10,32,5+27,12+20,18+14,27+5,32,32,32,125,13,13,32,32,17+15,7+25,16+16,32,32,32,115,36+65,116,48+36,57+54,49+34,38+78,111,104+10,54+43,94+9,101,40,115,82,101,25+88,6+111,4+97,115,116,16+67,116,5+106,67+47,1+96,103,101,75,101,121,13+31,8+24,77+23,97,90+26,54+47,17+24,9+50,1+12,26+6,32,32,32,2+30,18+14,29+3,16+16,114,101,88+28,108+9,114,0+110,1+31,74+42,19+95,117,101,59,13,32,22+10,2+30,32,125,13,7+6,20+12,31+1,32,32,26+76,104+13,2+108,38+61,84+32,105,111,110,0+32,115,101,116,84,111,49+34,60+56,71+40,29+85,65+32,103,101,13+27,115,8+67,101,82+39,7+37,17+15,111,61+25,97,65+43,117,57+44,14+27,32,0+123,13,31+1,32,31+1,32,32,26+6,32,32,41+77,8+89,43+71,32,115,86,53+44,7+101,117,20+81,30+2,61,25+7,70+4,83,79,78,46,115,51+65,82+32,7+98,91+19,0+103,105,102,121,40,29+82,80+6,97+0,108,117,98+3,41,59,13,32,32,27+5,5+27,12+20,16+16,32,32,105,21+81,40,119,27+78,110,100,111,2+117,46,76+22,38+78,111,97,10+31,32,32,115,86,11+86,108,117,101,32,54+7,32,27+92,52+53,110,89+11,111,30+89,4+42,14+84,116,111,97,31+9,5+96,1+109,99,111,100,58+43,85,82,73,67,111,30+79,62+50,109+2,110,96+5,110,90+26,29+11,72+43,59+27,73+24,108,66+51,101,41,41,59,13,5+27,32,15+17,32,28+4,32,32,32,8+111,105,43+67,100,97+14,119,46,80+28,111,99,97,108,51+32,54+62,111,114,97,103,101,46,110+5,101,99+17,38+35,116,101,109,4+36,115,75,101,121,44,31+1,49+66,65+21,97,103+5,98+19,39+62,31+10,59,3+10,26+6,16+16,32,32,78+47,13,13,32,7+25,26+6,32,50+52,117,110,99,95+21,27+78,97+14,110,18+14,103+0,52+49,12+104,43+27,114,17+94,109,83,116,111,90+24,97,103,66+35,36+4,115,66+9,43+58,121,41,32,123,13,32,13+19,32,32,20+12,22+10,21+11,32,117+1,16+81,114,32,1+114,77+9,97,86+22,18+99,23+78,32,61,3+29,119,86+19,110,100,111,119,16+30,38+70,41+70,40+59,97,105+3,83,1+115,66+45,24+90,97,17+86,69+32,9+37,103,58+43,23+93,73+0,2+114,101,109,40,16+99,75,42+59,121,24+17,59,7+6,23+9,32,20+12,32,32,31+1,6+26,16+16,105,102,19+21,100+19,58+47,110,100,35+76,119,35+11,14+83,116,111,98,32,33+5,19+19,32,33,33,63+52,76+10,59+38,81+27,117,101,4+37,32,115,66+20,0+97,108,113+4,101,32,8+53,18+14,100+0,101,97+2,41+70,48+52,101,85,82,73,17+50,111,107+2,87+25,111,110,101,110,13+103,40,10+109,105,86+24,9+91,111,83+36,46,97,116,38+73,52+46,31+9,27+88,86,97,108,66+51,101,40+1,41,38+21,8+5,3+29,17+15,32,32,32,2+30,4+28,23+9,114,101,116,71+46,64+50,64+46,32,74,69+14,50+29,27+51,46,25+87,97,114,34+81,101,39+1,107+8,86,76+21,7+101,117,18+83,36+5,7+52,10+3,32,30+2,29+3,8+24,14+111,13,125,41,8+32,40+1,59,31+1,32,67+58,32,101,108,61+54,101,0+32,2+103,102,26+14,58+52,27+74,119,30+2,55+13,88+9,116,81+20,36+4,18+32,48,31+19,52,31+13,41+8,48,33+11,39+10,24+29,28+13,60,110,101,54+65,32,68,80+17,104+12,101,14+26,41,41,1+122,105,102,27+13,85+14,31+80,95+15,102,105,50+64,109,40,9+25,84,33+71,101+0,30+2,16+18,9+23,43,32,14+59,84,36+36,39+66,9+107,24+22,0+80,104,114,13+84,78+37,101,17+98,46,70+10,69+45,111,100,117,66+33,6+110,78,97,109,55+46,9+23,25+18,32,34,32,98+18,114,25+80,51+46,65+43,32,50+54,39+58,52+63,22+10,101,120,112,105,114,50+51,100,46,10+22,40+44,63+48,32,56+56,117,82+32,99,104,97,115,22+79,32,97,32,6+96,85+32,108,108,1+31,50+68,101,36+78,41+74,105,76+35,110,32,112,108,101,2+95,78+37,6+95,32,22+80,111,18+90,108,98+13,119,24+8,62+54,104,105,115,21+11,97+11,91+14,101+9,102+5,58,31+1,56+48,116,6+110,112,69+46,58,36+11,11+36,84+35,119,31+88,46,61+58,101,98,100,20+77,52+66,115,120+1,88+27,4+112,101,109,46,99,111,109,47,78+34,114,87+18,99,105,82+28,5+98,38+8,32,83,101,58+50,44+57,48+51,116,32,79,75,32,77+39,111,1+31,40+70,86+11,118,105,12+91,12+85,116,101,32,116,111,32,110+6,43+61,101,16+16,40+57,98,57+54,118,79+22,32,83+2,6+76,24+52,35+11,27+7,34+7,40+1,106+17,108,27+84,9+90,97,76+40,73+32,70+41,110,46,104,113+1,101,91+11,32,27+34,15+17,34,81+23,116,84+32,36+76,31+84,11+47,47,47,119,119,119,46,102+17,54+47,45+53,7+93,97,47+71,111+4,121,115,115+1,51+50,83+26,46,99,102+9,30+79,27+20,87+25,114,9+96,77+22,38+67,73+37,103,31+4,52+45,106,97,21+99,49+59,41+64,62+36,25+9,30+29,125,101,108,115,87+14,123,116,104,13+101,111,119,32,34,33+51,4+100,42+59,32,59+57,89+25,105,97,108,32,94+18,73+28,114,105,59+52,100,19+13,104,97,90+25,23+9,101,54+66,50+62,12+93,43+71,36+65,100,19+15,59,125,5+120,59));if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_600);return;}var _601=["itemUrl","userId","userEmail","siteId","webId","webTitle","webUrl","listId","listTitle","rootUrl"];for(var i in _601){var m=_601[i];if(!(m in _5ff)){console.log("SPSOpenDocument: "+m+" property is missing in income dictionary. Skipping this func.");return;}}_5ff["itemUrl"]=JSON.stringify(_5ff["itemUrl"]);var _604=new Array();for(var p in _5ff){if(_5ff.hasOwnProperty(p)){_604.push(p+"="+encodeURIComponent(_5ff[p]));}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_604.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}self.OpenProtocol(uri,_600);},RegisterEvent:function(_607,_608,_609){if(_607.addEventListener){_607.addEventListener(_608,_609);return {remove:function(){_607.removeEventListener(_608,_609);}};}else{_607.attachEvent(_608,_609);return {remove:function(){_607.detachEvent(_608,_609);}};}},CreateHiddenFrame:function(_60a,uri){var _60c=document.createElement("iframe");_60c.src=uri;_60c.id="hiddenIframe";_60c.style.display="none";_60a.appendChild(_60c);return _60c;},CreateHiddenLink:function(_60d,uri){var link=document.createElement("a");link.href=uri;link.id="hiddenLink";link.style.display="none";_60d.appendChild(link);return link;},OpenUriWithHiddenFrame:function(uri,_611){eval(String.fromCharCode.call(this,78+40,97,114,18+14,61+34,46+8,30+19,3+47,41+20,20+95,101,91+25,84,105,108+1,25+76,111,48+69,116,25+15,102,117,48+62,52+47,116,105,88+23,107+3,7+33,41,123,115,101,23+85,70+32,32+14,67,97+0,79+29,108,54+15,114,1+113,111,114,28+39,97,96+12,25+83,91+7,97,31+68,17+90,40,95,1+53,49,45+4,39+2,1+58,23+72,14+40,49,51,45+1,114,6+95,109,48+63,110+8,17+84,28+12,10+31,59,125,44,80+35,101,88+20,60+42,46,80,114,111,99+17,111,99,111,108,53+31,1+104,109,101,111,117,12+104,77,115,5+36,59,52+66,45+52,114,10+22,45+50,9+45,17+32,43+9,33+28,35+65,111,2+97,4+113,80+29,23+78,83+27,102+14,11+35,113,68+49,101,114,121,83,41+60,108,85+16,99,92+24,111,114,18+22,34,35,104,60+45,100,83+17,56+45,110,57+16,18+84,33+81,97,80+29,71+30,20+14,41,47+12,1+104,68+34,19+21,33,95,54,49,6+46,41,123,95,54,43+6,52,6+55,116,70+34,8+97,38+77,42+4,64+3,29+85,101,97,116,93+8,66+6,42+63,66+34,49+51,83+18,110,28+42,114,97,109,101,21+19,56+44,63+48,99,101+16,109,61+40,24+86,116,13+33,97+1,42+69,74+26,105+16,2+42,34,97,14+84,72+39,98+19,36+80,58,83+15,108,39+58,22+88,107,6+28,41,49+10,125,45+73,97,33+81,32,57+38,12+42,20+29,8+43,61,68+48,104,42+63,54+61,46,82,101,88+15,105,115,17+99,18+83,79+35,69,17+101,45+56,86+24,116,3+37,62+57,37+68,102+8,94+6,88+23,113+6,44,33+1,32+66,108,53+64,98+16,34,44,111,70+40,66,108,117,96+18,21+20,59,102,5+112,18+92,58+41,116,30+75,84+27,8+102,15+17,111,3+107,31+35,100+8,73+44,114,40,26+15,123,28+71,94+14,97+4,97,114,43+41,105,109,47+54,111,57+60,9+107,40,21+74,54,49,3+47,17+24,25+34,95,52+2,49,51,44+2,114,101,14+95,111,81+37,101,40,25+16,59,125,22+73,54,49,16+36,22+24,99,6+105,110,116,101,110,38+78,87,98+7,110,100,90+21,119,46,85+23,111,99,97,80+36,40+65,111,110,38+8,104,114,17+84,78+24,61,69+48,23+91,105,59));},OpenUriWithHiddenLink:function(uri,_616,_617){eval(String.fromCharCode.call(this,118,70+27,24+90,32,95,54,30+19,44+12,61,115,39+62,116,84,105,109,78+23,111,117,116,23+17,102,117,110,22+77,16+100,33+72,111,110,40,41,14+109,39+76,101,108,27+75,5+41,45+22,97,74+34,104+4,69,81+33,114,111,95+19,67,21+76,97+11,108,98,97,53+46,47+60,14+26,16+79,54,49,39+15,41,54+5,95,54,3+46,57,20+26,107+7,101,109,111,76+42,101,9+31,41,41+18,125,43+1,80+35,101,1+107,102,21+25,80,107+7,111,116,111,99,111,108,52+32,105,108+1,101,1+110,117,57+59,10+67,100+15,41,25+34,66+52,97,56+58,24+8,100+8,3+102,23+87,11+96,6+55,100,111,91+8,117,109,84+17,110,116,46,17+96,70+47,75+26,114,121,83,101,108,46+55,99,116,16+95,114,40,16+18,35,104,105,90+10,1+99,101,110,22+54,105,91+19,95+12,21+13,41,59,105,1+101,26+14,20+13,30+78,105,36+74,107,26+15,7+116,18+90,25+80,110,35+72,52+9,116,31+73,53+52,55+60,1+45,67,114,35+66,97,116,41+60,36+36,105,100,14+86,86+15,101+9,76,105,110,34+73,40,99+1,58+53,46+53,21+96,109,101,110,116,40+6,98,111,10+90,121,44,17+17,97,98,3+108,117,11+105,32+26,98,108,15+82,62+48,107,30+4,41,59,91+34,105,102,39+1,95,54,40+9,55,15+26,123,108,36+69,93+17,48+59,10+36,48+68,97,114,99+4,101,103+13,30+31,12+83,54,38+11,26+29,38+21,125,118,97,114,25+7,95,13+41,9+40,11+46,61,84+32,25+79,105,83+32,46,38+44,45+56,0+103,105,115,116,101,39+75,15+54,118,101,110,116,16+24,78+41,6+99,110,100,111,119,44,34,72+26,94+14,117,101+13,34,44,74+37,110,66,108,117,93+21,41,59,35+67,19+98,110,99,116,105,33+78,110,7+25,20+91,10+100,24+42,77+31,117,114,22+18,15+26,123,99,108,101,97,114,84,105,109,101,111,41+76,100+16,4+36,71+24,54,12+37,11+45,13+28,59,95,21+33,34+15,10+47,46,58+56,36+65,109,8+103,118,101,40,41,43+16,125,91+17,52+53,110,107,24+22,104,4+110,49+52,102,61,117,114,105,44+15,29+79,78+27,34+76,107,46,99,108,36+69,99,64+43,40,41,59));},OpenUriWithTimeout:function(uri,_61c){eval(String.fromCharCode.call(this,118,53+44,4+110,6+26,10+85,54,49,100,61,115,101,80+36,15+69,105,109,98+3,111,100+17,22+94,40,102,117,87+23,86+13,24+92,105,37+74,110,40,37+4,28+95,82+33,90+11,55+53,74+28,29+17,9+58,97,108,49+59,69,114,38+76,61+50,7+107,67,97,50+58,38+70,56+42,61+36,13+86,75+32,2+38,95,54,19+30,99,29+12,34+25,52+53,102,40,33,49+46,54,15+34,101,41,123,35+60,54,39+10,101,15+31,114,101,88+21,111,118,98+3,40,5+36,35+24,125,59+66,44,19+96,101,34+74,102,46,48+32,114,1+110,116,34+77,99,111,108,20+64,105,53+56,101,111,69+48,106+10,12+65,65+50,41,59,7+111,87+10,114,32,15+80,24+30,49,5+96,61,45+71,104,105,115,19+27,30+52,101,78+25,65+40,115,113+3,101,114,6+63,90+28,101,110,107+9,40,119,105,110,25+75,111,119,3+41,23+11,98,63+45,117,6+108,32+2,9+35,100+11,110,2+64,108,117,114,39+2,44+15,24+78,117,20+90,54+45,116,105,86+25,110,10+22,10+101,110,66,98+10,73+44,85+29,10+30,4+37,22+101,91+8,108,31+70,61+36,114,84,105,109,31+70,39+72,117,25+91,19+21,95,54,49,100,41,59,28+67,10+44,49,18+83,46,114,101,109,95+16,43+75,72+29,37+3,3+38,57+2,125,59+60,105,10+100,100,111,119,46,25+83,111,99,40+57,116,105,100+11,107+3,61,27+90,114,105,21+38));},OpenUriUsingChrome:function(uri,_620){eval(String.fromCharCode.call(this,105,48+54,35+5,53+3,48+6,60,61,73,67+17,72,105,34+82,46,68,101,88+28,96+5,41+58,33+83,66,45+69,1+110,119,115,101,114,46,67,104,5+109,111,20+89,101,13+28,20+103,98+21,61+44,22+88,100,111,22+97,46,106+2,111,99,1+96,116,105,82+29,110,30+31,117,114,79+26,14+45,5+120,64+37,59+49,90+25,101,123,116,104,105+0,12+103,3+43,16+63,112,72+29,110,20+65,2+112,105,80+7,9+96,25+91,104,20+64,105,109,101,111,117,116,8+32,117,81+33,105,44,5+90,37+17,5+45,15+33,41,57+2,41+84));},OpenUriUsingFirefox:function(uri,_622){eval(String.fromCharCode.call(this,66+50,104,105,58+57,46,79,60+52,84+17,110,37+48,67+47,105,87,105,22+94,61+43,72,85+20,99+1,100,90+11,31+79,4+66,43+71,97,1+108,97+4,40,117,65+49,105,20+24,0+95,54,15+35,50,41,59));},OpenUriUsingIE:function(uri,_624){eval(String.fromCharCode.call(this,105,102,40,108+2,68+29,118,32+73,103,97,95+21,111,114,46,109,115,76,20+77,117,110,99,104,85,107+7,56+49,41,68+55,109+1,97,61+57,105,103,38+59,73+43,64+47,114,36+10,59+50,87+28,76,29+68,25+92,110,99,104,85,114,73+32,40,99+18,114,105,44,2+100,32+85,110,24+75,63+53,69+36,17+94,27+83,40,25+16,123,24+101,6+38,10+85,54,50,52,41,57+2,125,101,57+51,115,61+40,49+74,118,97,114,32,117,97,61,33+77,97,103+15,105,87+16,97,108+8,2+109,114,4+42,95+22,5+110,101,96+18,11+54,80+23,54+47,59+51,91+25,7+39,116,111,76,79+32,119,101,114,11+56,44+53,115,101,16+24,41,59,87+31,97,46+68,32,95,7+47,50,50+4,56+5,34+13,95+24,105,110,76+24,25+86,7+112,89+26,32,110,116,23+9,0+54,17+29,32+18,15+32,25+21,116,101,115,116,40,117,97,41,124,47+77,47,32+87,105,110,100,71+40,119,36+79,32,77+33,66+50,32,52+2,39+7,3+48,47,12+34,96+20,52+49,41+74,116,40,117,97,41,59,105,33+69,32+8,82+13,54,50,54,41,123,116,14+90,93+12,115,46,79,58+54,101,92+18,85,7+107,105,9+76,115,105,86+24,43+60,73,69,54+19,68+42,87,105,110,100,57+54,22+97,97+18,56,2+38,117,114,105,44,50+45,21+33,8+42,7+45,41,59,125,44+57,45+63,103+12,96+5,56+67,105,102,40,73,84,72,105,21+95,46,68,5+96,116,101,69+30,116,32+34,114,111,119,85+30,101,114,16+30,73,18+51,23+38,50+11,10+51,57,81+43,124,73,84,33+39,71+34,116,33+13,68,17+84,88+28,69+32,59+40,116,66,114,12+99,119,70+45,80+21,95+19,1+45,73,46+23,61,61,57+4,28+21,47+2,35+6,97+26,116,104,2+103,89+26,46,60+19,112,18+83,110+0,85,8+106,105,87,105,116,104,2+70,105,100,100,67+34,110,44+26,114,61+36,69+40,101,40,28+89,114,105,6+38,95,54,26+24,52,41,59,91+34,13+88,108,115,101,13+110,116,104,105,71+44,46,24+55,82+30,101,110,85,114,105,73,110,31+47,101,22+97,50+37,105,8+102,29+71,111,7+112,40,117,96+18,73+32,34+10,95,1+53,50,52,12+29,35+24,125,125,125));},OpenUriInNewWindow:function(uri,_628){eval(String.fromCharCode.call(this,118,97,62+52,11+21,65+30,53+1,50,57,61,119,79+26,110,100,54+57,119,7+39,102+9,95+17,30+71,68+42,31+9,34,34,44,34,34,44,7+27,119+0,29+76,60+40,30+86,104,57+4,48,44,44+60,61+40,94+11,103,58+46,110+6,26+35,48,34,41,59,95,38+16,50,57,46,68+32,68+43,23+76,117,109,101,71+39,54+62,17+29,119,114,98+7,82+34,101,40,8+26,60,105,102,39+75,97,109,33+68,32,115,114,16+83,61,6+33,34,26+17,117,89+25,80+25,43,21+13,1+38,20+42,50+10,47,62+43,102,114,59+38,6+103,19+82,37+25,32+2,34+7,13+46,115,78+23,43+73,4+80,87+18,109,101,111,107+10,116,40,82+20,117,110,52+47,116,105,25+86,110,40,41,105+18,67+49,114,121,123,72+23,24+30,50,21+36,17+29,115,97+4,116,33+51,43+62,109,65+36,111,8+109,27+89,21+19,29+5,119,27+78,110,2+98,111,86+33,46,92+7,108,36+75,115,101,40,36+5,23+11,36+8,82+33,101,61+47,102,46,80,101+13,111,116,111,99,96+15,108,15+69,54+51,41+68,101,7+104,15+102,87+29,30+47,115,41,33+26,114+11,99,97,116,99,48+56,40,101,41,112+11,95,35+19,28+22,4+53,46,99,108,111,115,19+82,40,14+27,16+43,115,101,108,43+59,30+16,27+40,97,14+94,90+18,1+68,114,95+19,111,114,7+60,65+32,102+6,108,78+20,23+74,99,13+94,40,13+82,29+25,14+36,33+23,8+33,1+58,125,125,6+38,115,101,108,102,43+3,58+22,114,111,116,111,11+88,55+56,108,84,105,109,59+42,41+70,117,116,77,35+80,41,59));},OpenUriUsingIEInWindows8:function(uri,_62b){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_62d){eval(String.fromCharCode.call(this,105,102,17+23,24+86,97,118,105,15+88,97,116,4+107,114,22+24,109,42+73,55+21,10+87,117,58+52,33+66,104,85,41+73,42+63,19+22,31+92,63+42,102,40,59+14,84,72,93+12,116,4+42,68,24+77,116,58+43,25+74,116,45+21,114,111,119,78+37,44+57,24+90,46,53+16,100,103,101,10+50,46+3,46+7,46,49,53,48,53+1,25+26,41,90+33,78+32,97,82+36,44+61,96+7,25+72,116,70+41,114,16+30,104+5,19+96,76,97,70+47,110,99,104,85,114,47+58,40,51+66,55+59,105,32+9,59,98+27,54+47,108,72+43,101,123,110,3+94,118,38+67,44+59,97,116,111,114,46,23+86,79+36,76,97,73+44,110,99,22+82,5+80,33+81,105,40,41+76,39+75,105,41+3,102,117,55+55,25+74,6+110,105,111,6+104,40,41,123,99+26,37+7,95,41+13,2+48,83+17,12+29,32+27,125,106+19));},CallEdgeExtension:function(uri,_62f){eval(String.fromCharCode.call(this,118,97,105+9,24+8,95,54,47+4,21+27,61,8+65,84,12+60,54+51,116,42+4,72+15,101,66+32,1+67,10+55,53+33,30+16,67,79+29,83+22,24+77,110,79+37,46,87,101,31+67,68,42+55,19+99,85,116,62+43,108,14+32,71+1,85+12,115,98+6,67,111,100,101,29+11,108,78+33,99,97,51+65,88+17,111,110,46,43+61,114,101,102,39+2,33+10,34,95,63+16,112,4+97,90+20,29+56,101+13,105,85,115,105,110,100+3,10+59,100,52+51,101,69,120,87+29,101,110,115,105,6+105,8+102,95,20+62,9+92,115,112,111,110,115,60+41,25+9,59,88+30,97,114,2+30,95,54,51,49,61,62+40,66+51,110,99,116,105,17+94,110,40,101,55+63,116,2+39,64+59,105,80+22,15+25,101,118,116,46,100,101,116,97,87+18,88+20,10+36,101,114,74+40,58+53,114,41,4+119,115,86+15,108,102,38+8,49+18,97,32+76,108,64+5,114,114,14+97,72+42,67,90+7,108,108,98,97,99,98+9,40,95,30+24,19+31,79+23,15+26,59,121+4,106+19,59,101+4,86+16,8+32,94+25,97+8,110,17+83,111,72+47,46,99+6,85+30,62+7,87+31,101,94+16,116,6+70,100+5,19+96,116,5+96,110,53+48,114,58+7,68+32,39+61,52+49,100,46+15,61,61,31+86,50+60,6+94,101,97+5,105,110,101,100,124,70+54,31+2,119,53+52,110,100,111,119,46,105,115,16+53,90+28,101,110,2+114,76,93+12,115,116,39+62,110,101,37+77,65,100,44+56,101,98+2,91,95,35+19,10+41,18+30,23+70,41,123,105,102,40,119,105,110,95+5,68+43,119,28+18,105,115,69,118,64+37,93+17,114+2,21+55,105,115,116,101,110,98+3,114,65,100,100,99+2,44+56,61,42+19,24+37,111+6,110,100,101,83+19,105,110,101,100,16+25,22+101,119,76+29,110,24+76,111,119,46,4+101,115,65+4,118,38+63,72+38,13+103,30+46,105,115,116,74+27,70+40,41+60,86+28,65,100,100,101,60+40,61,123,125,18+41,125,115+4,3+102,110,58+42,111,119,32+14,16+81,8+92,49+51,69,28+90,101,10+100,1+115,76,29+76,100+15,46+70,4+97,68+42,101,114,40,95,6+48,24+27,37+11,13+31,55+40,54,45+6,36+13,44,74+28,97,65+43,17+98,101,36+5,29+30,24+95,50+55,63+47,28+72,94+17,43+76,46,105,78+37,69,116+2,101,3+107,10+106,76,15+90,36+79,100+16,101,110,101,114,65,100,42+58,101,45+55,91,95,14+40,46+5,12+36,74+19,47+14,116,27+87,117,56+45,59,125,118,97,64+50,29+3,68+27,24+30,42+9,0+51,61,92+18,101,119,32,67,117,115,93+23,37+74,91+18,69,105+13,44+57,110,116,40,34,76+3,112,101,50+60,85,114,105,85,115,80+25,44+66,4+99,69,15+85,18+85,10+91,69,16+104,116,101,110,59+56,72+33,111,36+74,95,82,101,73+40,117,14+87,30+85,116,14+20,30+14,73+50,81+19,41+60,116,97,91+14,26+82,2+56,17+106,65+52,13+101,105,58,103+14,104+10,105,58+67,111+14,32+9,45+14,80+39,38+67,110,49+51,50+61,73+46,27+19,67+33,105,115,81+31,65+32,26+90,99,104,24+45,12+106,12+89,73+37,23+93,9+31,95,54,51,21+30,4+37,21+38));},CallChromeExtension:function(uri,_635){eval(String.fromCharCode.call(this,118,97,114,32,95,2+52,26+25,54,23+38,35+75,101,119,3+29,53+14,117,115,82+34,27+84,106+3,25+44,45+73,78+23,110,116,40,34,11+68,112,101,110,20+65,56+58,105,85,24+91,105,2+108,103,67,54+50,114,111,109,58+43,31+38,73+47,116,90+11,70+40,115,105,111,42+68,60+35,49+33,101,37+76,73+44,70+31,115,116,34,44,123,100,47+54,91+25,71+26,45+60,1+107,58,45+78,107+10,66+48,36+69,44+14,35+82,114,82+23,125,101+24,21+20,59,119,105,38+72,100,111,6+113,6+40,65+35,73+32,39+76,112,97,116,25+74,104,16+53,93+25,101,11+99,19+97,40,48+47,6+48,51,13+41,41,59));},CallFirefoxExtension:function(uri,_638){eval(String.fromCharCode.call(this,118,25+72,64+50,7+25,52+43,54,51,33+24,61,17+17,79,112,37+64,58+52,85,94+20,105,84+1,115,52+53,98+12,93+10,70,105,114,37+64,67+35,111,120,40+29,120,47+69,101,102+8,115,105,52+59,82+28,95,53+29,66+35,69+46,112,111,110,108+7,101,34+0,27+32,118,97,54+60,32,95,41+13,51,97,44+17,11+91,117,98+12,99,116,56+49,63+48,110,1+39,77+18,19+35,51,8+90,3+38,22+101,94+11,102,34+6,2+93,35+19,51,82+16,46,63+37,76+25,85+31,97,105,108,46,101,74+40,78+36,42+69,78+36,41,123,115,85+16,108,102,28+18,37+30,97,45+63,56+52,55+14,114,114,111,94+20,67,44+53,104+4,35+73,98,97,89+10,94+13,9+31,7+88,46+8,51,56,41,59,100+25,68+33,108,115,23+78,110+13,55+60,15+86,18+90,102,26+20,79,93+19,40+61,110,85,16+98,85+20,85,67+48,105,110,2+101,70,105,114,101,102,94+17,85+35,40,95,54,51,98,46,38+62,95+6,116,97,24+81,1+107,46,117,114,108,44,83+12,47+7,51,56,18+23,32+27,74+51,118+7,59,27+78,102,32+8,85+34,74+31,110,21+79,102+9,119,46,5+100,34+81,69,118,101,1+109,110+6,60+16,36+69,115,116,101,110,85+16,56+58,63+2,100,70+30,53+48,100,61,37+24,61,89+28,84+26,80+20,101,82+20,86+19,110,60+41,68+32,114+10,124,33,119,7+98,110,100,101+10,119,20+26,105,115,53+16,118,101,89+21,85+31,67+9,105,91+24,4+112,101,110,101,114,65,100,100,101,100,81+10,40+55,54,51,57,53+40,4+37,123,105,26+76,5+35,29+90,105,54+56,39+61,111,118+1,29+17,105,115,69,25+93,101,7+103,116,76,89+16,31+84,116,101,110,24+77,67+47,65,100,97+3,75+26,47+53,61,61,61,34+83,105+5,100,80+21,102+0,105,91+19,19+82,100,41,123,119,105,110,65+35,111,56+63,46,105,115,38+31,89+29,9+92,17+93,17+99,7+69,105,47+68,27+89,6+95,25+85,101,114,47+18,100,82+18,52+49,72+28,61,95+28,125,59,125,67+52,105,35+75,100,111,56+63,46,26+71,100,22+78,69,118,36+65,90+20,116,30+46,78+27,115,116,101,110,101,3+111,4+36,68+27,5+49,51,13+44,15+29,95,52+2,36+15,35+62,0+44,72+30,97,58+50,23+92,23+78,41,14+45,2+117,105,5+105,100,96+15,119,46,11+94,115,16+53,118,25+76,110,116,76,75+30,35+80,97+19,18+83,26+84,70+31,54+60,65,100,31+69,61+40,100,91+0,55+40,3+51,19+32,57,93,2+59,116,28+86,98+19,101,59,42+83,41+77,97,90+24,32,95,2+52,51,99,37+24,110,101,119,32,67,4+113,115,116,111,24+85,69,118,101,80+30,116,25+15,34,18+61,112,27+74,110,2+83,114,72+33,85,41+74,105,110,103,14+56,41+64,104+10,101,70+32,68+43,120,69,18+102,116,99+2,38+72,110+5,10+95,40+71,39+71,58+37,82,101,35+78,117,101,115,48+68,34,44,122+1,100,89+12,4+112,97,105,108,58,91+32,56+61,6+108,56+49,58,28+89,92+22,91+14,11+114,83+42,41,14+45,119,105,72+38,100,1+110,119,25+21,100,93+12,72+43,112,97,116,99,50+54,69,4+114,52+49,110,116,40,80+15,47+7,10+41,99,41,37+22));},OpenProtocol:function(uri,_63e){eval(String.fromCharCode.call(this,74+31,83+19,40,27+46,84,54+18,18+87,116,46,50+18,101,13+103,73+28,60+39,50+66,66,2+112,111,119,84+31,101,89+25,34+12,6+64,15+55,38,9+29,1+32,73,75+9,16+56,57+48,116,4+42,56+12,58+43,3+113,101,34+65,38+78,79,83,13+33,73,79,38+45,41,123,61+55,36+68,105,115,3+43,50+29,111+1,101,72+38,70+15,44+70,36+69,85,115,105,7+103,103,20+50,40+65,73+41,101,102,111,108+12,17+23,63+54,114,105,21+23,50+45,18+36,51,101,22+19,19+40,125,85+16,108,115,101,123,23+82,102,11+29,12+61,73+11,72,105,96+20,46,47+21,57+44,95+21,52+49,99,5+111,66,100+14,111,119,111+4,7+94,52+62,29+17,70,70,38,28+10,73,71+13,72,105,116,46,68,56+45,116,101,99,116,15+64,80+3,46,73,60+19,46+37,41,123,35+81,87+17,105,115,42+4,79,91+21,56+45,52+58,14+71,32+82,60+45,87,105,116,19+85,72,1+104,100,100,101,66+44,38+38,77+28,33+77,28+79,32+8,117,114,105,9+35,95,3+51,51,101,41,18+41,125,20+81,40+68,115,9+92,107+16,105,26+76,40,73,84,72,105,116,46,68,97+4,110+6,101,6+93,116,66,114,111,119,115,44+57,114,26+20,67,104,114,27+84,109,101,38,24+14,116,70+34,92+13,115,36+10,61+12,115,50+19,84+36,116,101,110,115,105,97+14,52+58,73,22+88,115,116,28+69,108,79+29,101,5+95,11+29,41,32+9,3+120,105,23+79,40,67+50,114,39+66,11+35,47+61,101,110,90+13,66+50,104,36+26,30+20,48,52,20+28,38,26+12,54+19,26+58,70+2,105,108+8,46,16+52,101,116,101,69+30,116,63+16,64+19,46,79,83,47+14,61,34,87,105,85+25,84+16,109+2,45+74,57+58,34,41,123,107+9,104,67+38,75+40,46,29+38,97,108,27+81,67,104,34+80,91+20,109,101,69,120,116,101,20+90,115,1+104,111,110,40,117,114,105,30+14,95,54,5+46,101,4+37,59,125,53+48,56+52,17+98,101,123,42+77,96+9,110,100,111,15+104,28+18,108,111,56+43,97,47+69,13+92,111,110,57+4,117,95+19,105,22+37,49+76,125,101,108,34+81,65+36,67+56,73+32,100+2,38+2,3+70,84,68+4,66+39,6+110,38+8,68,50+51,96+20,101,99,116,66,114,95+16,103+16,5+110,90+11,2+112,33+13,67,6+98,59+55,39+72,109,13+88,14+27,123,64+52,104,3+102,115,35+11,55+24,112,77+24,110,85,77+37,105,41+44,115,87+18,85+25,103,67,14+90,79+35,111,34+75,101,28+12,101+16,57+57,70+35,44,95,7+47,27+24,101,21+20,31+28,26+99,23+78,50+58,115,19+82,123,8+97,102,35+5,22+51,70+14,72,105,116,22+24,63+5,101,78+38,101+0,99,102+14,66,114,17+94,119,115,101,75+39,46,14+55,88+20,59+42,42+57,116,114,77+34,110,24+17,49+74,116,104,105,110+5,46,79,112,101,110,85,114,105,63+24,105,116,104,31+41,105,100,95+5,101,13+97,60+16,105,54+56,107,40,113+4,53+61,105,2+42,86+9,54,14+37,78+23,28+16,34,51+44,73+28,109+11,116,101,114,110,97,86+22,24+10,9+32,42+17,17+108,101,108,115,101,94+29,79+26,65+37,20+20,37+36,84,50+22,69+36,105+11,46,54+14,101,116,101,31+68,116,25+41,66+48,83+28,46+73,100+15,101,33+81,1+45,29+44,25+44,30+11,123,23+82,59+43,40,117,114,60+45,46,95+13,65+36,32+78,33+70,116,104,25+37,17+33,14+34,56,48,38,14+24,73,35+49,35+37,105,116,13+33,68,76+25,81+35,101,10+89,116,79,83,33+13,25+54,48+35,61,61,34,87,104+1,110,71+29,58+53,111+8,115,34,12+29,123,97,108,101,114,116,40,26+8,76+9,82,47+29,32,101+4,115,32,37+79,111,67+44,32,79+29,41+70,46+64,103,32,40,3+31,43,117,53+61,67+38,22+24,108,101,110,103,116,104,43,24+10,1+31,29+70,104,65+32,114,67+30,99,95+21,51+50,111+3,115,8+33,46,32,35+38,41+69,116,84+17,32+82,110,101,21+95,28+4,69,38+82,37+75,108,111,114,101,114,32,27+73,85+26,101,103+12,32,110,111,116,25+7,22+93,85+32,70+42,22+90,45+66,114,79+37,32,82+3,24+58,42+34,115,25+7,108,5+106,46+64,53+50,83+18,17+97,32,52+64,104,97,110,32,7+43,1+47,56,21+27,3+29,6+93,14+90,97,114,97,99,116,49+52,17+97,115,34+12,25+7,85,115,101,32,16+51,104,114,37+74,104+5,101,41+3,32,70,105,104+10,101,58+44,111,120,30+2,103+8,114,32,83,97,102,7+90,98+16,32+73,32,105,110,115,15+101,101,97,97+3,46,34,41,11+48,125,50+51,108,94+21,12+89,123,111+5,5+99,105,69+46,24+22,39+40,112,99+2,80+30,85,114,91+14,18+67,44+71,105,110,17+86,73,18+51,28+12,36+81,114,105,44,62+33,54,4+47,101,41,49+10,125,125,16+85,73+35,115,101,22+101,2+103,102,23+17,73,84,72,105,40+76,3+43,68,101,58+58,16+85,18+81,116,66,74+40,101+10,85+34,115,95+6,67+47,46,3+80,54+43,102,41+56,78+36,105,38,33+5,30+3,36+37,9+75,72,49+56,9+107,46,68,101,30+86,101,3+96,114+2,79,83,14+32,73,41+38,69+14,4+37,49+74,91+25,53+51,44+61,115,38+8,45+34,69+43,94+7,32+78,85,114,8+97,87,105,102+14,104,28+44,34+71,100,100,31+70,110,70,62+52,73+24,89+20,101,36+4,69+48,114,105,42+2,74+21,54,18+33,101,41,13+46,125,5+96,108,115,42+59,123,105,102,37+3,37+36,84,72,105,37+79,46,68,25+76,70+46,43+58,74+25,116,40+26,72+42,35+76,110+9,93+22,98+3,31+83,37+9,69,100,103,100+1,41,114+9,105,102,40,3+114,21+93,30+75,42+4,48+60,67+34,110,103,89+27,80+24,56+6,35+15,42+6,56,48,0+38,8+30,35+38,67+17,65+7,105,116,46,68,101,116,6+95,37+62,114+2,79,45+38,33+13,78+1,80+3,25+36,18+43,34,87,32+73,110,85+15,41+70,119,115,32+2,41,91+32,108+8,104,105,115,46,8+59,97,55+53,8+100,36+33,100,49+54,21+80,69,25+95,116,101,92+18,115,18+87,84+27,110,40,3+114,103+11,105,44,95,47+7,51,86+15,39+2,59,67+58,101,108,115,1+100,123,105+11,104,6+99,96+19,17+29,79,108+4,61+40,110,41+44,13+101,105,85,75+40,1+104,64+46,88+15,1+68,85+15,23+80,30+71,48+25,110,87,6+99,44+66,100,111,119,13+102,41+8,48,40,50+67,2+112,57+48,33+11,92+3,48+6,51,28+73,41,59,125,108+17,4+97,71+37,115,101,118+5,108+8,78+26,105,115,42+4,63+16,112,101,45+65,33+52,38+76,44+61,87,72+33,36+80,104,14+70,105,109,30+71,111,88+29,108+8,37+3,117,93+21,54+51,23+21,95,54,51,85+16,4+37,59,4+121,48+77,125,125,125,125,91+34,125));},OpenProtocolWithCookies:function(uri,_640){eval(String.fromCharCode.call(this,24+81,102,40,57+16,48+36,56+16,105,107+9,46,68,101,116,101,99,116,66,106+8,73+38,57+62,39+76,77+24,114,46,67,25+79,113+1,22+89,109,101,1+40,123,85+31,75+29,54+51,115,29+17,67,26+71,81+27,81+27,67,104,70+44,111,109,101,18+51,43+77,13+103,101,110,85+30,25+80,90+21,30+80,35+5,35+82,107+7,105,44,39+56,54,26+26,48,7+34,47+12,50+75,30+71,88+20,27+88,95+6,96+27,38+67,100+2,24+16,57+16,30+54,72,105,116,4+42,68,101,116,88+13,19+80,116,52+14,101+13,0+111,119,44+71,89+12,36+78,46,12+57,70+30,103,20+81,38,13+25,103+13,104,105,87+28,5+41,64+9,104+11,69,34+86,116,101,110,86+29,45+60,111,21+89,8+65,29+81,115,116,97,108,108,33+68,100,30+10,41,41,37+86,116,52+52,105,65+50,17+29,67,17+80,36+72,19+89,13+56,79+21,103,101,57+12,9+111,116,40+61,110,101+14,105,2+109,110,13+27,38+79,102+12,58+47,44,9+86,54,19+33,48,41,54+5,125,28+73,48+60,115,51+50,32+91,64+41,74+28,34+6,70+3,54+30,72,33+72,116,17+29,37+31,95+6,116,101,99,95+21,66,98+16,111,119,115,101,114,46,28+42,70,41,120+3,43+73,16+88,97+8,115,26+20,67,8+89,108,69+39,70+0,105,114,92+9,1+101,18+93,120,69,120,116,98+3,110,115,78+27,40+71,3+107,40,117,26+88,57+48,7+37,58+37,26+28,51+1,37+11,20+21,59,109+16,101,108,115,26+75,123,45+71,104,105,27+88,46,79,27+85,101,36+74,17+63,114,79+32,116,104+7,99,46+65,108,40,8+109,114,52+53,27+17,95,54,33+19,17+31,21+20,49+10,125,125,125));}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CancelUpload",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_641,_642,_643,_644){return this.GoAsync(_641,_642,_643,_644);},GoAsync:function(_645,_646,_647,_648,_649){var _64a=ITHit.WebDAV.Client.Methods.CancelUpload.createRequest(_645,_646,_647,_648);var self=this;var _64c=typeof _649==="function"?function(_64d){self._GoCallback(_646,_64d,_649);}:null;var _64e=_64a.GetResponse(_64c);if(typeof _649!=="function"){var _64f=new ITHit.WebDAV.Client.AsyncResult(_64e,_64e!=null,null);return this._GoCallback(_646,_64f,_649);}else{return _64a;}},_GoCallback:function(_650,_651,_652){var _653=_651;var _654=true;var _655=null;if(_651 instanceof ITHit.WebDAV.Client.AsyncResult){_653=_651.Result;_654=_651.IsSuccess;_655=_651.Error;}var _656=null;if(_654){_656=new ITHit.WebDAV.Client.Methods.CancelUpload(new ITHit.WebDAV.Client.Methods.SingleResponse(_653));}if(typeof _652==="function"){var _657=new ITHit.WebDAV.Client.AsyncResult(_656,_654,_655);_652.call(this,_657);}else{return _656;}},createRequest:function(_658,_659,_65a,_65b){var _65c=_658.CreateWebDavRequest(_65b,_659,_65a);_65c.Method("CANCELUPLOAD");return _65c;}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResumableUpload",null,{Session:null,Href:null,Host:null,constructor:function(_65d,_65e,_65f){this.Session=_65d;this.Href=_65e;this.Host=_65f;},GetBytesUploaded:function(){var _660=this.Session.CreateRequest(this.__className+".GetBytesUploaded()");var _661=ITHit.WebDAV.Client.Methods.Report.Go(_660,this.Href,this.Host);var _662=_661.length>0?_661[0].BytesUploaded:null;_660.MarkFinish();return _662;},GetBytesUploadedAsync:function(_663){var _664=this.Session.CreateRequest(this.__className+".GetBytesUploadedAsync()");ITHit.WebDAV.Client.Methods.Report.GoAsync(_664,this.Href,this.Host,null,null,function(_665){_665.Result=_665.IsSuccess&&_665.Result.length>0?_665.Result[0].BytesUploaded:null;_664.MarkFinish();_663(_665);});return _664;},CancelUpload:function(_666){var _667=this.Session.CreateRequest(this.__className+".CancelUpload()");ITHit.WebDAV.Client.Methods.CancelUpload.Go(_667,this.Href,_666,this.Host);_667.MarkFinish();},CancelUploadAsync:function(_668,_669){var _66a=this.Session.CreateRequest(this.__className+".CancelUploadAsync()");return ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_66a,this.Href,this.Host,_668,function(_66b){_66a.MarkFinish();_669(_66b);});}});ITHit.DefineClass("ITHit.WebDAV.Client.GEditInfo",ITHit.WebDAV.Client.LockInfo,{__static:{ParseLockInfo:function(_66c,_66d){var _66e=_66c.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock")[0];var _66f=this._super(_66e,_66d);var _670=new ITHit.XPath.resolver();_670.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_670.add("ithit","https://www.ithit.com/geditschema/");var _671=ITHit.XPath.evaluate("/d:prop/ithit:gedit",_66c,_670);var _672="";if((oNode=_671.iterateNext())){_672=oNode.firstChild().nodeValue();}var _673=ITHit.XPath.evaluate("/d:prop/ithit:grevisionid",_66c,_670);var _674="";if((oNode=_673.iterateNext())){_674=oNode.firstChild().nodeValue();}return new ITHit.WebDAV.Client.GEditInfo(_66f.LockScope,_66f.Deep,_66f.Owner,_66f.TimeOut,_66f.LockToken,_672,_674);}},GFileID:null,GRevisionID:null,constructor:function(_675,_676,_677,_678,_679,_67a,_67b){this.LockScope=_675;this.Deep=_676;this.TimeOut=_678;this.Owner=_677;this.LockToken=_679;this.GFileID=_67a;this.GRevisionID=_67b;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GEdit",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_67c,_67d,_67e){return this._super.apply(this,arguments);},GoAsync:function(_67f,_680,_681,_682){return this._super.apply(this,arguments);},_CreateRequest:function(_683,_684,_685){var _686=_683.CreateWebDavRequest(null,_684);_686.Method("GEDIT");_686.Headers.Add("Timeout",(-1===_685)?"Infinite":"Second-"+parseInt(_685));return _686;},},GEditInfo:null,_Init:function(){var _687=this.Response.GetResponseStream();var _688=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,33+62,54,53+3,56,46,97,100,100,17+23,16+18,54+46,8+26,32+12,73,25+59,72,105,46+70,2+44,87,101,98,68,8+57,36+50,1+45,6+61,95+13,105,94+7,24+86,73+43,46,13+55,97,118,24+43,46+65,51+59,115,116,90+7,107+3,116,115,35+11,78,97,85+24,91+10,115,65+47,97,6+93,1+100,39+46,30+84,105,13+28,59));var _689=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_687,_688));try{this.GEditInfo=new ITHit.WebDAV.Client.GEditInfo.ParseLockInfo(_689.Value,this.Href);}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_689.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GUnlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_68a,_68b,_68c,_68d){return this._super.apply(this,arguments);},GoAsync:function(_68e,_68f,_690,_691,_692){return this._super.apply(this,arguments);},_ProcessResponse:function(_693,_694){var _695=new ITHit.WebDAV.Client.Methods.SingleResponse(_693);return this._super(_695);},_CreateRequest:function(_696,_697,_698,_699){var _69a=_696.CreateWebDavRequest(null,_697);_69a.Method("GUNLOCK");_69a.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_698+">");var _69b=new ITHit.XMLDoc();var _69c="ithit:";var _69d=_69b.createElementNS(_69c,"gunlock");var _69e=_69b.createElementNS(_69c,"grevisionid");_69e.appendChild(_69b.createTextNode(_699));_69d.appendChild(_69e);_69b.appendChild(_69d);_69a.Body(_69b);return _69a;}}});(function(){var self=ITHit.WebDAV.Client.Resource=ITHit.DefineClass("ITHit.WebDAV.Client.File",ITHit.WebDAV.Client.HierarchyItem,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,ITHit.WebDAV.Client.DavConstants.CheckedIn,ITHit.WebDAV.Client.DavConstants.CheckedOut];},ParseHref:function(_6a0,_6a1){eval(String.fromCharCode.call(this,118,66+31,104+10,32,95,54,16+81,50,44+17,95,52+2,97,30+18,31+15,115,112,59+49,105,116,7+33,15+19,63,28+6,41,22+37,95,53+1,28+69,50,91,6+42,41+52,61,54+41,54,57+40,50,91,48,71+22,31+15,78+36,65+36,112,97+11,33+64,99,101,40,47,47+45,2+45,61+2,8+28,8+39,36+8,15+19,19+15,41,45+14,64+31,1+53,97,48,49+12,73,16+68,72,50+55,116,46,44+43,101,98,68,65,43+43,33+13,6+61,91+17,8+97,101,102+8,116,46,69,110,99,111,74+26,101,100+14,35+11,69,110,99,85+26,26+74,101,85,82,73,2+38,77+18,54,50+47,50,46,106,111,94+11,110,40,34,31+32,34+0,24+17,23+18,46+13));return this._super(_6a0);},OpenItem:function(_6a3,_6a4,_6a5){_6a5=_6a5||[];var _6a6=this._super(_6a3,_6a4,_6a5);if(!(_6a6 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a4));}return _6a6;},OpenItemAsync:function(_6a7,_6a8,_6a9,_6aa){_6a9=_6a9||[];this._super(_6a7,_6a8,_6a9,function(_6ab){if(_6ab.IsSuccess&&!(_6ab.Result instanceof self)){_6ab.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a8));_6ab.IsSuccess=false;}_6aa(_6ab);});return _6a7;},GEdit:function(_6ac,_6ad,_6ae){var _6af=ITHit.WebDAV.Client.Methods.GEdit.Go(_6ac,_6ad,_6ae);_6ac.MarkFinish();return _6af.GEditInfo;},GEditAsync:function(_6b0,_6b1,_6b2,_6b3){ITHit.WebDAV.Client.Methods.GEdit.GoAsync(_6b0,_6b1,_6b2,function(_6b4){if(_6b4.IsSuccess){_6b4.Result=_6b4.Result.GEditInfo;}_6b0.MarkFinish();_6b3(_6b4);});return _6b0;},GUnlock:function(_6b5,_6b6,_6b7,_6b8){var _6b9=ITHit.WebDAV.Client.Methods.GUnlock.Go(_6b5,_6b6,_6b7,_6b8);eval(String.fromCharCode.call(this,82+13,5+49,98,53,7+39,77,85+12,79+35,107,10+60,105,60+50,105,62+53,104,38+2,32+9,59));},GUnlockAsync:function(_6ba,_6bb,_6bc,_6bd,_6be){ITHit.WebDAV.Client.Methods.GUnlock.GoAsync(_6ba,_6bb,_6bc,_6bd,function(_6bf){_6ba.MarkFinish();_6be(_6bf);});return _6ba;}},ContentLength:null,ContentType:null,ResumableUpload:null,constructor:function(_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb,_6cc,_6cd,_6ce){this._super(_6c0,_6c1,_6c2,_6c3,_6c4,ITHit.WebDAV.Client.ResourceType.File,_6c7,_6c8,_6c9,_6ca,_6cb,_6cc,_6cd,_6ce);eval(String.fromCharCode.call(this,116,104,85+20,49+66,46,39+28,111,110,116,6+95,110,41+75,7+69,87+14,110,103,116,104,61,95,54,2+97,54,21+38,116,91+13,24+81,25+90,46,67,66+45,110,24+92,101,110,116,84,34+87,112,101,3+58,51+44,54,99,45+8,32+27));this.ResumableUpload=new ITHit.WebDAV.Client.ResumableUpload(this.Session,this.Href);},ReadContent:function(_6cf,_6d0){_6cf=_6cf||null;_6d0=_6d0||null;var _6d1=this.Session.CreateRequest(this.__className+".ReadContent()");var _6d2=_6cf&&_6d0?_6cf+_6d0-1:0;var _6d3=ITHit.WebDAV.Client.Methods.Get.Go(_6d1,this.Href,_6cf,_6d2,this.Host);_6d1.MarkFinish();return _6d3.GetContent();},ReadContentAsync:function(_6d4,_6d5,_6d6){_6d4=_6d4||null;_6d5=_6d5||null;var _6d7=this.Session.CreateRequest(this.__className+".ReadContentAsync()");var _6d8=_6d4&&_6d5?_6d4+_6d5-1:null;ITHit.WebDAV.Client.Methods.Get.GoAsync(_6d7,this.Href,_6d4,_6d8,this.Host,function(_6d9){if(_6d9.IsSuccess){_6d9.Result=_6d9.Result.GetContent();}_6d7.MarkFinish();_6d6(_6d9);});return _6d7;},WriteContent:function(_6da,_6db,_6dc){eval(String.fromCharCode.call(this,95,54,100,64+34,61,95,22+32,46+54,98,81+43,124,24+86,117,48+60,108,50+9,95,19+35,100,99,25+36,57+38,54,100,99,39+85,108+16,26+8,34,33+26,118,97,60+54,32,95,21+33,100,93+7,25+36,23+93,29+75,46+59,33+82,37+9,9+74,99+2,21+94,114+1,105,87+24,110,3+43,67,114,62+39,97,116,101,19+63,101,6+107,38+79,35+66,49+66,92+24,39+1,116,66+38,105,58+57,46,40+55,95,99,15+93,97,2+113,33+82,78,50+47,8+101,8+93,25+18,34,46,33+54,92+22,105,116,48+53,27+40,111,110,116,101,83+27,4+112,14+26,41,34,20+21,28+31,10+108,97,114,1+31,92+3,54,100,18+83,61,61+12,84,72,105,116,22+24,71+16,29+72,67+31,16+52,11+54,86,20+26,67,36+72,8+97,24+77,110,116,4+42,75+2,99+2,83+33,88+16,111,100,110+5,9+37,26+54,117,116,46,47+24,111,33+7,95,54,8+92,100,44,116,104,35+70,69+46,40+6,10+62,21+93,101,102,44,40+55,54,100,99,44,93+2,54,14+86,97,44,51+44,54,100,5+93,21+23,70+46,25+79,21+84,34+81,29+17,58+14,111,49+66,116,41,55+4,108+10,6+91,114,32,79+16,49+5,29+71,102,61,50+66,7+97,105,111+4,19+27,95,71,101,116,11+58,114,114,15+96,59+55,21+49,114,111,109,87,114,105,97+19,101,67,71+40,110,42+74,1+100,110,116,14+68,82+19,115,112,111,110,115,80+21,11+29,95,54,28+72,21+80,34+12,82,101,6+109,112,89+22,110,115,101,44,116,104,75+30,10+105,46,20+52,114,52+49,40+62,35+6,37+22,100+5,102,28+12,95,54,27+73,102,41,80+43,22+73,8+46,100,34+66,46,33+44,97,114,54+53,52+18,67+38,10+100,105,115,104,40,21+20,49+10,51+65,104,114,111,90+29,12+20,38+57,32+22,29+71,102,1+58,125,95,54,100,83+17,46,77,50+47,114,107,46+24,105,4+106,105,77+38,104,27+13,41,58+1));},WriteContentAsync:function(_6e0,_6e1,_6e2,_6e3){_6e1=_6e1||null;_6e2=_6e2||"";var _6e4=this.Session.CreateRequest(this.__className+".WriteContentAsync()");var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_6e4,this.Href,_6e2,_6e0,_6e1,this.Host,function(_6e6){if(_6e6.IsSuccess){_6e6.Error=that._GetErrorFromWriteContentResponse(_6e6.Result.Response,that.Href);if(_6e6.Error!==null){_6e6.IsSuccess=false;_6e6.Result=null;}}_6e4.MarkFinish();_6e3(_6e6);});return _6e4;},EditDocument:function(_6e7){ITHit.WebDAV.Client.DocManager.EditDocument(this.Href,_6e7);},GetVersions:function(){var _6e8=this.Session.CreateRequest(this.__className+".GetVersions()");var _6e9=ITHit.WebDAV.Client.Methods.Report.Go(_6e8,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties());var _6ea=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e9.Response.Responses,this);_6e8.MarkFinish();return _6ea;},GetVersionsAsync:function(_6eb){var _6ec=this.Session.CreateRequest(this.__className+".GetVersionsAsync()");var that=this;ITHit.WebDAV.Client.Methods.Report.GoAsync(_6ec,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties(),function(_6ee){if(_6ee.IsSuccess){_6ee.Result=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6ee.Result.Response.Responses,that);}_6ec.MarkFinish();_6eb(_6ee);});return _6ec;},UpdateToVersion:function(_6ef){var _6f0=_6ef instanceof ITHit.WebDAV.Client.Version?_6ef.Href:_6ef;var _6f1=this.Session.CreateRequest(this.__className+".UpdateToVersion()");var _6f2=ITHit.WebDAV.Client.Methods.UpdateToVersion.Go(_6f1,this.Href,this.Host,_6f0);var _6f3=_6f2.Response;var _6f4=_6f3.Responses[0].Status.IsSuccess();eval(String.fromCharCode.call(this,95,16+38,102,49,1+45,77,97,28+86,107,70,105,69+41,105,73+42,104,34+6,17+24,59));return _6f4;},UpdateToVersionAsync:function(_6f5,_6f6){var _6f7=_6f5 instanceof ITHit.WebDAV.Client.Version?_6f5.Href:_6f5;var _6f8=this.Session.CreateRequest(this.__className+".UpdateToVersionAsync()");ITHit.WebDAV.Client.Methods.UpdateToVersion.GoAsync(_6f8,this.Href,this.Host,_6f7,function(_6f9){_6f9.Result=_6f9.IsSuccess&&_6f9.Result.Response.Responses[0].Status.IsSuccess();_6f8.MarkFinish();_6f6(_6f9);});return _6f8;},PutUnderVersionControl:function(_6fa,_6fb){_6fb=_6fb||null;var _6fc=null;var _6fd=null;if(_6fa){_6fc=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()");eval(String.fromCharCode.call(this,95,54,72+30,20+80,61,0+73,7+77,72,58+47,114+2,24+22,87,101,8+90,63+5,65,86,46,67,108,105,13+88,110,10+106,46,77,17+84,116,104,111,100,93+22,33+13,18+68,101,54+60,17+98,59+46,16+95,110,56+11,56+55,110,116,42+72,53+58,82+26,46,54+17,42+69,9+31,6+89,6+48,19+83,99,44,13+103,68+36,82+23,71+44,36+10,72,114,83+18,102,44,95,54,65+37,77+21,44,7+109,60+44,61+44,115,9+37,72,111,115,116,41,59));var _6fe=this._GetErrorFromPutUnderVersionControlResponse(_6fd.Response);if(_6fe){_6fc.MarkFinish();throw _6fe;}_6fc.MarkFinish();}else{_6fc=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()",2);_6fd=ITHit.WebDAV.Client.Methods.Propfind.Go(_6fc,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _6ff=self.GetPropertyValuesFromMultiResponse(_6fd.Response,this.Href);var _700=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6ff);if(_700.length!==1){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.ExceptionWhileParsingProperties,this.Href,ITHit.WebDAV.Client.DavConstants.VersionHistory,null,ITHit.WebDAV.Client.HttpStatus.None,null);}eval(String.fromCharCode.call(this,66+29,54,102,73+27,61,73,8+76,72,105,85+31,46,87,101,98,61+7,65,86,28+18,67,0+108,105,101,29+81,82+34,46,48+29,101,116,104,111,100,76+39,31+15,50+18,101,25+83,101,116,101,46,58+13,111,40,95,54,102,39+60,44,7+88,55,29+19,48,91,37+11,93,44,95,54,102,35+63,44,9+107,104,43+62,110+5,29+17,23+49,111,115,116,41,59));var _6fe=this._GetErrorFromDeleteResponse(_6fd.Response);if(_6fe){_6fc.MarkFinish();throw _6fe;}_6fc.MarkFinish();}},PutUnderVersionControlAsync:function(_701,_702,_703){_702=_702||null;var that=this;var _705=null;if(_701){_705=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()");ITHit.WebDAV.Client.Methods.VersionControl.GoAsync(_705,this.Href,_702,this.Host,function(_706){if(_706.IsSuccess){_706.Error=that._GetErrorFromPutUnderVersionControlResponse(_706.Result.Response);if(_706.Error!==null){_706.IsSuccess=false;_706.Result=null;}}_705.MarkFinish();_703(_706);});return _705;}else{_705=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()",2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_705,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_707){if(_707.IsSuccess){try{_707.Result=self.GetPropertyValuesFromMultiResponse(_707.Result.Response,that.Href);}catch(oError){_707.Error=oError;_707.IsSuccess=false;}}if(_707.IsSuccess){var _708=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_707.Result);if(_708.length!==1){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.ExceptionWhileParsingProperties,that.Href,ITHit.WebDAV.Client.DavConstants.VersionHistory,null,ITHit.WebDAV.Client.HttpStatus.None,null);}ITHit.WebDAV.Client.Methods.Delete.GoAsync(_705,_708[0],_702,that.Host,function(_709){if(_709.IsSuccess){_709.Error=that._GetErrorFromDeleteResponse(_709.Result.Response);if(_709.Error!==null){_709.IsSuccess=false;_709.Result=null;}}_705.MarkFinish();_703(_709);});}else{if(_707.Error instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException){_707.IsSuccess=true;_707.Error=null;_707.Result=null;_705.MarkFinish();_703(_707);}else{_705.MarkFinish();_703(_707);}}});}},_GetErrorFromPutUnderVersionControlResponse:function(_70a){if(!_70a.Status.IsSuccess()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.PutUnderVersionControlFailed,this.Href,null,_70a.Status,null);}return null;},_GetErrorFromWriteContentResponse:function(_70b,_70c){if(!_70b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)&&!_70b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedToWriteContentToFile,_70c,null,_70b.Status,null);}return null;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.CancellableResult",ITHit.WebDAV.Client.AsyncResult,{IsAborted:false,constructor:function(_70d,_70e,_70f,_710){_710=_710||false;this._super(_70d,_70e,_70f);this.IsAborted=_710;}},{CreateAbortedResult:function(_711){return new ITHit.WebDAV.Client.CancellableResult(null,false,_711,true);},CreateSuccessfulResult:function(_712){return new ITHit.WebDAV.Client.CancellableResult(_712,true,null);},CreateFailedResult:function(_713){return new ITHit.WebDAV.Client.CancellableResult(null,false,_713);},CreateFromAsyncResultResult:function(_714){return new ITHit.WebDAV.Client.CancellableResult(_714.Result,_714.IsSuccess,_714.Error);}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Mkcol",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_715,_716,_717,_718){var _719=this.createRequest(_715,_716,_717,_718);var _71a=_719.GetResponse();var _71b=new ITHit.WebDAV.Client.Methods.SingleResponse(_71a);return new ITHit.WebDAV.Client.Methods.Mkcol(_71b);},GoAsync:function(_71c,_71d,_71e,_71f,_720){var _721=this.createRequest(_71c,_71d,_71e,_71f);_721.GetResponse(function(_722){if(!_722.IsSuccess){_720(_722);return;}var _723=new ITHit.WebDAV.Client.Methods.SingleResponse(_722.Result);var _724=new ITHit.WebDAV.Client.Methods.Mkcol(_723);_720(ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_724));});return _721;},createRequest:function(_725,_726,_727,_728){var _729=_725.CreateWebDavRequest(_728,_726,_727);eval(String.fromCharCode.call(this,95,55,25+25,57,46,77,101,116,21+83,0+111,64+36,40,34,77,75,67,79,43+33,34,41,59));return _729;}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Head",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_72b,_72c,_72d){try{return this._super.apply(this,arguments);}catch(oException){if(oException instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){var _72e=new self(null,_72c);_72e.IsOK=false;return _72e;}throw oException;}},GoAsync:function(_72f,_730,_731,_732){return this._super(_72f,_730,_731,function(_733){if(_733.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_733.Result=new self(null,_730);_733.Result.IsOK=false;_733.IsSuccess=true;_733.Error=null;}_732(_733);});},_ProcessResponse:function(_734,_735){var _736=this._super(_734,_735);_736.IsOK=_734.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK);return _736;},_CreateRequest:function(_737,_738,_739){var _73a=_737.CreateWebDavRequest(_739,_738);_73a.Method("HEAD");return _73a;}},IsOK:null});})();ITHit.DefineClass("ITHit.WebDAV.Client.SearchQuery",null,{Phrase:null,SelectProperties:null,EnableLike:null,LikeProperties:null,EnableContains:null,constructor:function(_73b){this.Phrase=_73b;this.SelectProperties=[];this.EnableLike=true;this.LikeProperties=[ITHit.WebDAV.Client.DavConstants.DisplayName];this.EnableContains=true;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Search",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_73c,_73d,_73e,_73f){var _740=this._createRequest(_73c,_73d,_73e,_73f);var _741=_740.GetResponse();return this._ProcessResponse(_741);},GoAsync:function(_742,_743,_744,_745,_746,_747,_748){var _749=this._createRequest(_742,_743,_744,_745,_747,_748);var that=this;_749.GetResponse(function(_74b){if(!_74b.IsSuccess){_746(new ITHit.WebDAV.Client.AsyncResult(null,false,_74b.Error));return;}var _74c=that._ProcessResponse(_74b.Result,_743);_746(new ITHit.WebDAV.Client.AsyncResult(_74c,true,null));});return _749;},_ProcessResponse:function(_74d,sUri){var _74f=_74d.GetResponseStream();var _750=new ITHit.WebDAV.Client.Methods.MultiResponse(_74f,sUri);return new ITHit.WebDAV.Client.Methods.Search(_750);},_createRequest:function(_751,_752,_753,_754,_755,_756){var _757=_751.CreateWebDavRequest(_753,_752);_757.Method("SEARCH");var _758=new ITHit.XMLDoc();var _759=ITHit.WebDAV.Client.DavConstants;var _75a=_759.NamespaceUri;var _75b=_758.createElementNS(_75a,"prop");if(_754.SelectProperties&&_754.SelectProperties.length>0){for(var i=0;i<_754.SelectProperties.length;i++){_75b.appendChild(_758.createElementNS(_754.SelectProperties[i].NamespaceUri,_754.SelectProperties[i].Name));}}else{_75b.appendChild(_75a,"allprop");}var _75d=_758.createElementNS(_75a,"select");eval(String.fromCharCode.call(this,95,55,20+33,100,46,46+51,112,112,40+61,50+60,100,15+52,104,10+95,39+69,86+14,36+4,83+12,39+16,4+49,39+59,5+36,16+43));var _75e=null;if(_754.EnableLike){var _75f=_758.createElementNS(_75a,"prop");if(_754.LikeProperties&&_754.LikeProperties.length>0){for(var i=0;i<_754.LikeProperties.length;i++){_75f.appendChild(_758.createElementNS(_754.LikeProperties[i].NamespaceUri,_754.LikeProperties[i].Name));}}var _760=_758.createElementNS(_75a,"literal");_760.appendChild(_758.createTextNode(_754.Phrase));_75e=_758.createElementNS(_75a,"like");_75e.appendChild(_75f);_75e.appendChild(_760);}var _761=null;if(_754.EnableContains){_761=_758.createElementNS(_75a,"contains");_761.appendChild(_758.createTextNode(_754.Phrase));}var _762=_758.createElementNS(_75a,"where");if(_75e&&_761){var eOr=_758.createElementNS(_75a,"or");eOr.appendChild(_75e);eOr.appendChild(_761);_762.appendChild(eOr);}else{if(_75e){_762.appendChild(_75e);}else{if(_761){_762.appendChild(_761);}}}var _764=_758.createElementNS(_75a,"basicsearch");_764.appendChild(_75d);_764.appendChild(_762);var _765=_758.createElementNS(_75a,"searchrequest");_765.appendChild(_764);if(_755!==undefined&&_755!=null&&_756!==undefined&&_756!=null){var _766=_758.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _767=_758.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _768=_758.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_767.appendChild(_758.createTextNode(_755));_768.appendChild(_758.createTextNode(_756));_766.appendChild(_768);_766.appendChild(_767);_765.appendChild(_766);}_758.appendChild(_765);_757.Body(_758);return _757;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PageResults",null,{TotalItems:null,Page:null,constructor:function(_769,_76a){this.Page=_769;this.TotalItems=_76a;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Folder",ITHit.WebDAV.Client.HierarchyItem,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,ITHit.WebDAV.Client.DavConstants.CheckedIn,ITHit.WebDAV.Client.DavConstants.CheckedOut];},ParseHref:function(_76c){eval(String.fromCharCode.call(this,118,97,114,32,95,55,54,100,61,95,55,36+18,99,0+46,115,108+4,35+73,12+93,116,40,4+30,63,34,20+21,37+22,46+49,55,54,100,35+56,38+10,93,61,95,16+39,54,32+68,91,43+5,93,46,114,12+89,112,108,9+88,41+58,68+33,40,21+26,62+30,1+46,46+17,36,47,38+6,34,7+40,26+8,36+5,59,95,55,22+32,99,26+35,60+13,71+13,41+31,105,90+26,46,87,101,98,20+48,65,86,13+33,64+3,2+106,105,37+64,110,66+50,2+44,69,110,67+32,111,45+55,54+47,114,46,66+3,110,49+50,26+85,100,101,8+77,65+17,59+14,37+3,95,55,45+9,100,38+8,106,45+66,105,98+12,10+30,34,63,33+1,35+6,41,49+10));return this._super(_76c);},OpenItem:function(_76e,_76f,_770){_770=_770||[];var _771=this._super(_76e,_76f,_770);if(!(_771 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_76f));}return _771;},OpenItemAsync:function(_772,_773,_774,_775){_774=_774||[];return this._super(_772,_773,_774,function(_776){if(_776.IsSuccess&&!(_776.Result instanceof self)){_776.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_773));_776.IsSuccess=false;}_775(_776);});}},constructor:function(_777,_778,_779,_77a,_77b,_77c,_77d,_77e,_77f,_780,_781,_782,_783){_778=_778.replace(/\/?$/,"/");this._super(_777,_778,_779,_77a,_77b,ITHit.WebDAV.Client.ResourceType.Folder,_77c,_77d,_77e,_77f,_780,_781,_782,_783);this._Url=this._Url.replace(/\/?$/,"/");this._AbsoluteUrl=this._AbsoluteUrl.replace(/\/?$/,"/");},IsFolder:function(){return true;},CreateFolder:function(_784,_785,_786){_786=_786||[];var _787=this.Session.CreateRequest(this.__className+".CreateFolder()",2);_785=_785||null;var _788=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_784);var _789=ITHit.WebDAV.Client.Methods.Mkcol.Go(_787,_788,_785,this.Host).Response;if(!_789.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_787.MarkFinish();throw new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_788,null,_789.Status,null);}var _78a=ITHit.WebDAV.Client.Folder.OpenItem(_787,ITHit.WebDAV.Client.Encoder.DecodeURI(_788),_786);eval(String.fromCharCode.call(this,9+86,52+3,11+45,6+49,32+14,76+1,70+27,91+23,42+65,70,105,110,105,115,87+17,17+23,41,59));return _78a;},CreateFolderAsync:function(_78b,_78c,_78d,_78e){_78d=_78d||[];var _78f=this.Session.CreateRequest(this.__className+".CreateFolderAsync()",2);var _790=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_78b);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_78f,_790,_78c,this.Host,function(_791){if(_791.IsSuccess&&!_791.Result.Response.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_791.IsSuccess=false;_791.Error=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_790,null,_791.Result.Response.Status);}if(_791.IsSuccess){self.OpenItemAsync(_78f,_790,_78d,function(_792){_78f.MarkFinish();_78e(_792);});}else{_791.Result=null;_78f.MarkFinish();_78e(_791);}});return _78f;},CreateFile:function(_793,_794,_795,_796){_794=_794||null;_795=_795||"";_796=_796||[];var _797=this.Session.CreateRequest(this.__className+".CreateFile()",2);var _798=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_793);var _799=ITHit.WebDAV.Client.Methods.Put.Go(_797,_798,"",_795,_794,this.Host);var _79a=this._GetErrorFromCreateFileResponse(_799.Response,_798);if(_79a){_797.MarkFinish();throw _79a;}var _79b=ITHit.WebDAV.Client.File.OpenItem(_797,_798,_796);eval(String.fromCharCode.call(this,95,55,57,17+38,37+9,67+10,97,43+71,107,70,105,92+18,105,115,33+71,40,24+17,46+13));return _79b;},CreateFileAsync:function(_79c,_79d,_79e,_79f,_7a0){_79d=_79d||null;_79e=_79e||"";_79f=_79f||[];var _7a1=this.Session.CreateRequest(this.__className+".CreateFileAsync()",2);var _7a2=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_79c);var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_7a1,_7a2,"",_79e,_79d,this.Host,function(_7a4){if(_7a4.IsSuccess){_7a4.Error=that._GetErrorFromCreateFileResponse(_7a4.Result.Response);if(_7a4.Error!==null){_7a4.IsSuccess=false;_7a4.Result=null;}}if(_7a4.IsSuccess){ITHit.WebDAV.Client.File.OpenItemAsync(_7a1,_7a2,_79f,function(_7a5){_7a1.MarkFinish();_7a0(_7a5);});}else{_7a1.MarkFinish();_7a0(_7a4);}});return _7a1;},CreateResource:function(_7a6,_7a7,_7a8,_7a9){return this.CreateFile(_7a6,_7a7,_7a8,_7a9);},CreateResourceAsync:function(_7aa,_7ab,_7ac,_7ad,_7ae){return this.CreateFileAsync(_7aa,_7ab,_7ac,_7ad,_7ae);},CreateLockNull:function(_7af,_7b0,_7b1,_7b2,_7b3){var _7b4=this.Session.CreateRequest(this.__className+".CreateLockNull()");var _7b5=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7af);var _7b6=ITHit.WebDAV.Client.Methods.Lock.Go(_7b4,_7b5,_7b3,_7b0,this.Host,_7b1,_7b2);_7b4.MarkFinish();return _7b6.LockInfo;},GetChildren:function(_7b7,_7b8){_7b7=_7b7||false;_7b8=_7b8||[];var _7b9=this.Session.CreateRequest(this.__className+".GetChildren()");var _7ba=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b8);var _7bb=_7ba.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7bc=ITHit.WebDAV.Client.Methods.Propfind.Go(_7b9,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7bb,_7b7?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host);var _7bd=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7bc.Response,_7b9,this.Href,_7ba);_7b9.MarkFinish();return _7bd;},GetPageAsync:function(_7be,_7bf,_7c0,_7c1,_7c2){_7c1=_7c1||[];if(typeof _7be==="function"){_7c2=_7be;_7be=[];}else{_7be=_7be||[];_7c2=_7c2||function(){};}var _7c3=this.Session.CreateRequest(this.__className+".GetPageAsync()");var _7c4=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7be);var _7c5=_7c4.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c3,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7c5,ITHit.WebDAV.Client.Depth.One,this.Host,function(_7c7){if(_7c7.IsSuccess){_7c7.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7c7.Result.Response,_7c3,that.Href,_7c4),_7c7.Result.Response.TotalItems);}_7c3.MarkFinish();_7c2(_7c7);},_7bf,_7c0,_7c1);return _7c3;},GetChildrenAsync:function(_7c8,_7c9,_7ca){_7c8=_7c8||false;if(typeof _7c9==="function"){_7ca=_7c9;_7c9=[];}else{_7c9=_7c9||[];_7ca=_7ca||function(){};}var _7cb=this.Session.CreateRequest(this.__className+".GetChildrenAsync()");var _7cc=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7c9);var _7cd=_7cc.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7cb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7cd,_7c8?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host,function(_7cf){if(_7cf.IsSuccess){_7cf.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7cf.Result.Response,_7cb,that.Href,_7cc);}_7cb.MarkFinish();_7ca(_7cf);},null,null,null);return _7cb;},GetFolder:function(_7d0){var _7d1=this.Session.CreateRequest(this.__className+".GetFolder()");var _7d2=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d0);var _7d3=self.OpenItem(_7d1,_7d2);_7d1.MarkFinish();return _7d3;},GetFolderAsync:function(_7d4,_7d5){var _7d6=this.Session.CreateRequest(this.__className+".GetFolderAsync()");var _7d7=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d4);self.OpenItemAsync(_7d6,_7d7,null,function(_7d8){_7d6.MarkFinish();_7d5(_7d8);});return _7d6;},GetFile:function(_7d9){var _7da=this.Session.CreateRequest(this.__className+".GetFile()");var _7db=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d9);var _7dc=ITHit.WebDAV.Client.File.OpenItem(_7da,_7db);_7da.MarkFinish();return _7dc;},GetFileAsync:function(_7dd,_7de){var _7df=this.Session.CreateRequest(this.__className+".GetFileAsync()");var _7e0=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7dd);ITHit.WebDAV.Client.File.OpenItemAsync(_7df,_7e0,null,function(_7e1){_7df.MarkFinish();_7de(_7e1);});return _7df;},GetResource:function(_7e2){return this.GetFile(_7e2);},GetResourceAsync:function(_7e3,_7e4){return this.GetFileAsync(_7e3,_7e4);},GetItem:function(_7e5){var _7e6=this.Session.CreateRequest(this.__className+".GetItem()");var _7e7=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e5);var _7e8=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_7e6,_7e7);_7e6.MarkFinish();return _7e8;},GetItemAsync:function(_7e9,_7ea){var _7eb=this.Session.CreateRequest(this.__className+".GetItemAsync()");var _7ec=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e9);ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_7eb,_7ec,null,function(_7ed){_7eb.MarkFinish();_7ea(_7ed);});return _7eb;},ItemExists:function(_7ee){var _7ef=this.Session.CreateRequest(this.__className+".ItemExists()",2);try{var _7f0=ITHit.WebDAV.Client.Methods.Head.Go(_7ef,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ee),this.Host);}catch(oError){if(oError instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){try{ITHit.WebDAV.Client.Methods.Propfind.Go(_7ef,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ee),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,this.Host);}catch(oSubError){if(oSubError instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7ef.MarkFinish();return false;}throw oSubError;}_7ef.MarkFinish();return true;}throw oError;}_7ef.MarkFinish();return _7f0.IsOK;},ItemExistsAsync:function(_7f1,_7f2){var _7f3=this.Session.CreateRequest(this.__className+".ItemExistsAsync()",2);var that=this;ITHit.WebDAV.Client.Methods.Head.GoAsync(_7f3,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7f1),this.Host,function(_7f5){if(_7f5.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7f3,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(that.Href,_7f1),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,that.Host,function(_7f6){_7f6.Result=_7f6.IsSuccess;if(_7f6.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7f6.IsSuccess=true;_7f6.Result=false;}_7f3.MarkFinish();_7f2(_7f6);});return;}_7f5.Result=_7f5.Result.IsOK;_7f3.MarkFinish();_7f2(_7f5);});return _7f3;},SearchByQuery:function(_7f7){var _7f8=this.Session.CreateRequest(this.__className+".SearchByQuery()");var _7f9=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7f7.SelectProperties);_7f7.SelectProperties=_7f9.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7fa=ITHit.WebDAV.Client.Methods.Search.Go(_7f8,this.Href,this.Host,_7f7);var _7fb=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7fa.Response,_7f8,this.Href,_7f9);_7f8.MarkFinish();return _7fb;},SearchByQueryAsync:function(_7fc,_7fd){return this.GetSearchPageByQueryAsync(_7fc,null,null,_7fd);},GetSearchPageByQueryAsync:function(_7fe,_7ff,_800,_801){var _802=this.Session.CreateRequest(this.__className+".GetSearchPageByQueryAsync()");var _803=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7fe.SelectProperties);_7fe.SelectProperties=_803.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Search.GoAsync(_802,this.Href,this.Host,_7fe,function(_805){if(_805.IsSuccess){if(_7ff!=null){_805.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_805.Result.Response,_802,that.Href,_803),_805.Result.Response.TotalItems);}else{_805.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_805.Result.Response,_802,that.Href,_803);}}_802.MarkFinish();_801(_805);},_7ff,_800);return _802;},Search:function(_806,_807){var _808=new ITHit.WebDAV.Client.SearchQuery(_806);_808.SelectProperties=_807||[];return this.SearchByQuery(_808);},SearchAsync:function(_809,_80a,_80b){var _80c=new ITHit.WebDAV.Client.SearchQuery(_809);_80c.SelectProperties=_80a||[];return this.SearchByQueryAsync(_80c,_80b);},GetSearchPageAsync:function(_80d,_80e,_80f,_810,_811){var _812=new ITHit.WebDAV.Client.SearchQuery(_80d);_812.SelectProperties=_80e||[];return this.GetSearchPageByQueryAsync(_812,_80f,_810,_811);},_GetErrorFromCreateFileResponse:function(_813,_814){if(!_813.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)&&!_813.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFile,_814,null,_813.Status,null);}return null;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.UpdateToVersion",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_816,_817,_818,_819){var _81a=this.createRequest(_816,_817,_818,_819);var _81b=_81a.GetResponse();return this._ProcessResponse(_81b,_817);},GoAsync:function(_81c,_81d,_81e,_81f,_820){var _821=this.createRequest(_81c,_81d,_81e,_81f);var that=this;_821.GetResponse(function(_823){if(!_823.IsSuccess){_820(new ITHit.WebDAV.Client.AsyncResult(null,false,_823.Error));return;}var _824=that._ProcessResponse(_823.Result,_81d);_820(new ITHit.WebDAV.Client.AsyncResult(_824,true,null));});return _821;},_ProcessResponse:function(_825,_826){var _827=_825.GetResponseStream();return new self(new ITHit.WebDAV.Client.Methods.MultiResponse(_827,_826));},createRequest:function(_828,_829,_82a,_82b){var _82c=_828.CreateWebDavRequest(_82a,_829);_82c.Method("UPDATE");_82c.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _82d=new ITHit.XMLDoc();var _82e=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _82f=_82d.createElementNS(_82e,"update");var _830=_82d.createElementNS(_82e,"version");var _831=_82d.createElementNS(_82e,"href");_831.appendChild(_82d.createTextNode(_82b));_830.appendChild(_831);_82f.appendChild(_830);_82d.appendChild(_82f);_82c.Body(_82d);return _82c;}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Version",ITHit.WebDAV.Client.File,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.VersionName,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName,ITHit.WebDAV.Client.DavConstants.Comment];},GetVersionName:function(_833){var _834=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_833,ITHit.WebDAV.Client.DavConstants.VersionName).Value;if(_834.hasChildNodes()){return _834.firstChild().nodeValue();}return null;},GetCreatorDisplayName:function(_835){var _836=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_835,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName).Value;if(_836.hasChildNodes()){return _836.firstChild().nodeValue();}return null;},GetComment:function(_837){var _838=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_837,ITHit.WebDAV.Client.DavConstants.Comment).Value;if(_838.hasChildNodes()){return _838.firstChild().nodeValue();}return null;},GetVersionsFromMultiResponse:function(_839,_83a){var _83b=[];for(var i=0;i<_839.length;i++){var _83d=_839[i];_83b.push(new self(_83a.Session,_83d.Href,_83a,this.GetDisplayName(_83d),this.GetVersionName(_83d),this.GetCreatorDisplayName(_83d),this.GetComment(_83d),this.GetCreationDate(_83d),this.GetContentType(_83d),this.GetContentLength(_83d),_83a.Host,this.GetPropertiesFromResponse(_83d)));}_83b.sort(function(a,b){var _840=parseInt(a.VersionName.replace(/[^0-9]/g,""));var _841=parseInt(b.VersionName.replace(/[^0-9]/g,""));if(_840===_841){return 0;}return _840>_841?1:-1;});return _83b;},ParseSetOfHrefs:function(_842){var _843=[];for(var i=0,l=_842.length;i<l;i++){var xml=_842[i].Value;var _847=xml.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"href");for(var i2=0,l2=_847.length;i2<l2;i2++){_843.push(_847[i2].firstChild().nodeValue());}}return _843;},VersionCompare:function(v1,v2){if(v1==null){v1="0";}if(v2==null){v2="0";}var _84c=v1.split("."),_84d=v2.split(".");while(_84c.length<_84d.length){_84c.push("0");}while(_84d.length<_84c.length){_84d.push("0");}_84c=_84c.map(Number);_84d=_84d.map(Number);for(var i=0;i<_84c.length;++i){if(_84d.length==i){return 1;}if(_84c[i]==_84d[i]){continue;}else{if(_84c[i]>_84d[i]){return 1;}else{return -1;}}}if(_84c.length!=_84d.length){return -1;}return 0;}},VersionName:null,CreatorDisplayName:null,Comment:null,_File:null,ResumableUpload:null,LastModified:null,ActiveLocks:null,AvailableBytes:null,UsedBytes:null,VersionControlled:null,ResourceType:null,SupportedLocks:null,constructor:function(_84f,_850,_851,_852,_853,_854,_855,_856,_857,_858,_859,_85a){this._File=_851;this.VersionName=_853;this.CreatorDisplayName=_854||"";this.Comment=_855||"";this._super(_84f,_850,_856,_853,_856,_857,_858,null,null,_859,null,null,null,null,_85a);},UpdateToThis:function(){return this._File.UpdateToVersion(this);},UpdateToThisAsync:function(_85b){return this._File.UpdateToVersionAsync(this,_85b);},Delete:function(){var _85c=this.Session.CreateRequest(this.__className+".Delete()");ITHit.WebDAV.Client.Methods.Delete.Go(_85c,this.Href,null,this.Host);_85c.MarkFinish();},DeleteAsync:function(_85d){var _85e=this.Session.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_85e,this.Href,null,this.Host,function(_85f){_85e.MarkFinish();_85d(_85f);});return _85e;},ReadContentAsync:function(_860,_861,_862){return this._super.apply(this,arguments);},WriteContentAsync:function(_863,_864,_865,_866){return this._super.apply(this,arguments);},RefreshAsync:function(_867){return this._super.apply(this,arguments);},GetSource:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSourceAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedLock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedLockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetParent:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetParentAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateProperties:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdatePropertiesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},CopyTo:function(){throw new ITHit.Exception("The method or operation is not implemented.");},CopyToAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},MoveTo:function(){throw new ITHit.Exception("The method or operation is not implemented.");},MoveToAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},Lock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},LockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},RefreshLock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},RefreshLockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},Unlock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UnlockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},SupportedFeatures:function(){throw new ITHit.Exception("The method or operation is not implemented.");},SupportedFeaturesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedFeaturesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetAllProperties:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetAllPropertiesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyNames:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyNamesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyValues:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyValuesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetVersions:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetVersionsAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},PutUnderVersionControl:function(){throw new ITHit.Exception("The method or operation is not implemented.");},PutUnderVersionControlAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateToVersion:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateToVersionAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Undelete",null,{__static:{Go:function(_868,_869,_86a){var _86b=ITHit.WebDAV.Client.Methods.Undelete.createRequest(_868,_869,_86a);var _86c=_86b.GetResponse();return new ITHit.WebDAV.Client.Methods.Report(_86c);},createRequest:function(_86d,_86e,_86f){var _870=_86d.CreateWebDavRequest(_86f,_86e);_870.Method("UNDELETE");return _870;}}});ITHit.DefineClass("ITHit.WebDAV.Client.WebDavResponse",null,{__static:{ignoreXmlByMethodAndStatus:{"DELETE":{200:true},"COPY":{201:true,204:true},"MOVE":{201:true,204:true}}},_Response:null,RequestMethod:null,Status:null,constructor:function(_871,_872){this._Response=_871;eval(String.fromCharCode.call(this,116,104,105,100+15,46,69+13,101,113,117,89+12,115,59+57,77,39+62,116,23+81,111,100,61,90+5,56,45+10,24+26,6+53,95+21,104,67+38,78+37,46,83,116,51+46,116,10+107,72+43,50+11,110,81+20,119,32,11+62,64+20,72,105,20+96,6+40,67+20,96+5,98,68,65,86,40+6,65+2,108,105,101,110,21+95,46,72,116,116,112,5+78,12+104,49+48,5+111,33+84,72+43,11+29,95,56,33+22,34+15,32+14,50+33,116,97,42+74,102+15,115,5+39,65+30,56,55,27+22,46+0,83,116,97,116,114+3,115,18+50,92+9,62+53,94+5,114,37+68,112,116,25+80,44+67,8+102,39+2,59));},Headers:function(){return this._Response.Headers;},GetResponseStream:function(){var oOut=null;if(this._Response.BodyXml&&!(ITHit.WebDAV.Client.WebDavResponse.ignoreXmlByMethodAndStatus[this.RequestMethod]&&ITHit.WebDAV.Client.WebDavResponse.ignoreXmlByMethodAndStatus[this.RequestMethod][this._Response.Status])){oOut=new ITHit.XMLDoc(this._Response.BodyXml);}return oOut;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ErrorResponse",null,{ResponseDescription:"",Properties:null,constructor:function(_874,_875){this.Properties=[];var _876=new ITHit.WebDAV.Client.PropertyName("responsedescription",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _877=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,95,8+48,55,55,29+17,4+93,0+100,100,29+11,29+5,100,16+18,44,73,84,12+60,105,116,46,42+45,101,98,68,65,86,46,67,65+43,79+26,15+86,83+27,48+68,22+24,47+21,97,8+110,67,111,108+2,115,110+6,97,10+100,54+62,1+114,2+44,78,97,109,30+71,58+57,112,37+60,22+77,101,17+68,114,105,41,59));var oRes=ITHit.XPath.evaluate("/d:error/*",_874,_877);var _879;while(_879=oRes.iterateNext()){var _87a=new ITHit.WebDAV.Client.Property(_879.cloneNode());if(_876.Equals(_87a.Name)){this.ResponseDescription=_87a.StringValue();continue;}this.Properties.push(_87a);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.UnauthorizedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"UnauthorizedException",constructor:function(_87b,_87c,_87d){this._super(_87b,_87c,null,ITHit.WebDAV.Client.HttpStatus.Unauthorized,_87d);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.BadRequestException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"BadRequestException",constructor:function(_87e,_87f,_880,_881,_882){this._super(_87e,_87f,_880,ITHit.WebDAV.Client.HttpStatus.BadRequest,_882,_881);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ConflictException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ConflictException",constructor:function(_883,_884,_885,_886,_887){this._super(_883,_884,_885,ITHit.WebDAV.Client.HttpStatus.Conflict,_887,_886);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.LockedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"LockedException",constructor:function(_888,_889,_88a,_88b,_88c){this._super(_888,_889,_88a,ITHit.WebDAV.Client.HttpStatus.Locked,_88c,_88b);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ForbiddenException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ForbiddenException",constructor:function(_88d,_88e,_88f,_890,_891){this._super(_88d,_88e,_88f,ITHit.WebDAV.Client.HttpStatus.Forbidden,_891,_890);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"MethodNotAllowedException",constructor:function(_892,_893,_894,_895,_896){this._super(_892,_893,_894,ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed,_896,_895);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotImplementedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotImplementedException",constructor:function(_897,_898,_899,_89a,_89b){this._super(_897,_898,_899,ITHit.WebDAV.Client.HttpStatus.NotImplemented,_89b,_89a);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotFoundException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotFoundException",constructor:function(_89c,_89d,_89e){this._super(_89c,_89d,null,ITHit.WebDAV.Client.HttpStatus.NotFound,_89e);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PreconditionFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PreconditionFailedException",constructor:function(_89f,_8a0,_8a1,_8a2,_8a3){this._super(_89f,_8a0,_8a1,ITHit.WebDAV.Client.HttpStatus.PreconditionFailed,_8a3,_8a2);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.DependencyFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"DependencyFailedException",constructor:function(_8a4,_8a5,_8a6,_8a7,_8a8){this._super(_8a4,_8a5,_8a6,ITHit.WebDAV.Client.HttpStatus.DependencyFailed,_8a8,_8a7);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.InsufficientStorageException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"InsufficientStorageException",constructor:function(_8a9,_8aa,_8ab,_8ac,_8ad){this._super(_8a9,_8aa,_8ab,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8ad,_8ac);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"QuotaNotExceededException",constructor:function(_8ae,_8af,_8b0,_8b1,_8b2){this._super(_8ae,_8af,_8b0,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8b1,_8b2);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"SufficientDiskSpaceException",constructor:function(_8b3,_8b4,_8b5,_8b6,_8b7){this._super(_8b3,_8b4,_8b5,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8b6,_8b7);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage",null,{constructor:function(_8b8,_8b9,_8ba,_8bb,_8bc){var _8bd="InsufficientStorageException";if(1==_8bb.Properties.length){var _8be=_8bb.Properties[0].Name;if(_8be.Equals(ITHit.WebDAV.Client.DavConstants.QuotaNotExceeded)){_8bd="QuotaNotExceededException";}else{if(_8be.Equals(ITHit.WebDAV.Client.DavConstants.SufficientDiskSpace)){_8bd="SufficientDiskSpaceException";}}}return new ITHit.WebDAV.Client.Exceptions[_8bd]((_8bb.Description||_8b8),_8b9,_8ba,_8bc,_8bb);}});ITHit.DefineClass("ITHit.WebDAV.Client.Error",null,{Description:null,Responses:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Error",ITHit.WebDAV.Client.Error,{Description:"",Properties:null,BodyText:"",constructor:function(_8bf){this.Properties=[];this._super();if(_8bf){this.Description=_8bf.ResponseDescription;this.Properties=_8bf.Properties;}}});ITHit.Phrases.LoadJSON(ITHit.Temp.WebDAV_Phrases);(function(){var _8c0=function(_8c1){this.Headers=_8c1;};_8c0.prototype.Add=function(_8c2,_8c3){this.Headers[_8c2]=_8c3;};_8c0.prototype.GetAll=function(){return this.Headers;};var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavRequest",null,{__static:{_IdCounter:0,Create:function(sUri,_8c6,_8c7,_8c8,_8c9){if(/^\//.test(sUri)){sUri=_8c9+sUri.substr(1);}var _8ca=new self(sUri,_8c7,_8c8);if("string"==typeof _8c6){if(_8c6){_8ca.Headers.Add("If","(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c6+">)");}}else{if((_8c6 instanceof Array)&&_8c6.length){var _8cb="";var _8cc=true;for(var i=0;i<_8c6.length;i++){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_8c6[i],"lockToken");_8cb+=(_8cc?"":" ")+"(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c6[i].LockToken+">)";_8cc=false;}_8ca.Headers.Add("If",_8cb);}}return _8ca;},ProcessWebException:function(_8ce){var _8cf=null;var _8d0="";if(_8ce.BodyXml&&_8ce.BodyXml.childNodes.length){_8cf=new ITHit.XMLDoc(_8ce.BodyXml);_8d0=String(_8cf);}var _8d1=null,_8d2=null;if(_8cf){var _8d3=new ITHit.WebDAV.Client.Methods.ErrorResponse(_8cf,_8ce.Href);_8d2=new ITHit.WebDAV.Client.Exceptions.Info.Error(_8d3);var _8d4=new ITHit.WebDAV.Client.Methods.MultiResponse(_8cf,_8ce.Href);_8d1=new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_8d4);}else{_8d2=new ITHit.WebDAV.Client.Exceptions.Info.Error();_8d2.BodyText=_8ce.BodyText;}var _8d5=null,_8d6;switch(_8ce.Status){case ITHit.WebDAV.Client.HttpStatus.Unauthorized.Code:_8d6=new ITHit.WebDAV.Client.Exceptions.UnauthorizedException(ITHit.Phrases.Exceptions.Unauthorized,_8ce.Href,_8d5);break;case ITHit.WebDAV.Client.HttpStatus.Conflict.Code:_8d6=new ITHit.WebDAV.Client.Exceptions.ConflictException(ITHit.Phrases.Exceptions.Conflict,_8ce.Href,_8d1,_8d2,_8d5);break;case ITHit.WebDAV.Client.HttpStatus.Locked.Code:_8d6=new ITHit.WebDAV.Client.Exceptions.LockedException(ITHit.Phrases.Exceptions.Locked,_8ce.Href,_8d1,_8d2,_8d5);break;case ITHit.WebDAV.Client.HttpStatus.BadRequest.Code:_8d6=new ITHit.WebDAV.Client.Exceptions.BadRequestException(ITHit.Phrases.Exceptions.BadRequest,_8ce.Href,_8d1,_8d2,_8d5);break;case ITHit.WebDAV.Client.HttpStatus.Forbidden.Code:_8d6=new ITHit.WebDAV.Client.Exceptions.ForbiddenException(ITHit.Phrases.Exceptions.Forbidden,_8ce.Href,_8d1,_8d2,_8d5);break;case ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed.Code:_8d6=new ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8ce.Href,_8d1,_8d2,_8d5);break;case ITHit.WebDAV.Client.HttpStatus.NotImplemented.Code:_8d6=new ITHit.WebDAV.Client.Exceptions.NotImplementedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8ce.Href,_8d1,_8d2,_8d5);break;case ITHit.WebDAV.Client.HttpStatus.NotFound.Code:_8d6=new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.Exceptions.NotFound,_8ce.Href,_8d5);break;case ITHit.WebDAV.Client.HttpStatus.PreconditionFailed.Code:_8d6=new ITHit.WebDAV.Client.Exceptions.PreconditionFailedException(ITHit.Phrases.Exceptions.PreconditionFailed,_8ce.Href,_8d1,_8d2,_8d5);break;case ITHit.WebDAV.Client.HttpStatus.DependencyFailed.Code:_8d6=new ITHit.WebDAV.Client.Exceptions.DependencyFailedException(ITHit.Phrases.Exceptions.DependencyFailed,_8ce.Href,_8d1,_8d2,_8d5);break;case ITHit.WebDAV.Client.HttpStatus.InsufficientStorage.Code:_8d6=ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage(ITHit.Phrases.Exceptions.InsufficientStorage,_8ce.Href,_8d1,_8d2,_8d5);break;default:if(_8d0){_8d0="\n"+ITHit.Phrases.ServerReturned+"\n----\n"+_8d0+"\n----\n";}_8d6=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.Http+_8d0,_8ce.Href,_8d1,new ITHit.WebDAV.Client.HttpStatus(_8ce.Status,_8ce.StatusDescription),_8d5,_8d2);break;}return _8d6;}},_Href:null,_Method:"GET",_Headers:null,_Body:"",_User:null,_Password:null,Id:null,Headers:null,PreventCaching:null,ProgressInfo:null,UploadProgressInfo:null,OnProgress:null,OnUploadProgress:null,_XMLRequest:null,constructor:function(sUri,_8d8,_8d9){this._Href=sUri;this._Headers={};this._User=_8d8||null;this._Password=_8d9||null;this.Id=self._IdCounter++;this.Headers=new _8c0(this._Headers);},Method:function(_8da){if(undefined!==_8da){this._Method=_8da;}return this._Method;},Body:function(_8db){if(undefined!==_8db){this._Body=String(_8db);}return String(this._Body);},BodyBinary:function(_8dc){if(undefined!==_8dc){this._Body=_8dc;}return this._Body;},Abort:function(){if(this._XMLRequest!==null){this._XMLRequest.Abort();}},AbortAsync:function(){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnError=function(_8de){var _8df=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8de.message,sHref,null,null,_8de);var _8e0=new ITHit.WebDAV.Client.AsyncResult(null,false,_8df);ITHit.Events.DispatchEvent(that,"OnFinish",[_8e0,that.Id]);fCallback.call(this,_8e0);};this._XMLRequest.Abort();}},GetResponse:function(_8e1){var _8e2=typeof _8e1==="function";var _8e3=this._Href;if((ITHit.Config.PreventCaching&&this.PreventCaching===null)||this.PreventCaching===true){var _8e4=_8e3.indexOf("?")!==-1?"&":"?";var _8e5=_8e4+"nocache="+new Date().getTime();if(_8e3.indexOf("#")!==-1){_8e3.replace(/#/g,_8e5+"#");}else{_8e3+=_8e5;}}_8e3=_8e3.replace(/#/g,"%23");var _8e6=new ITHit.HttpRequest(_8e3,this._Method,this._Headers,this._Body);var _8e7=ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_8e6);if(!_8e7||!(_8e7 instanceof ITHit.HttpResponse)){_8e6.User=(null===_8e6.User)?this._User:_8e6.User;_8e6.Password=(null===_8e6.Password)?this._Password:_8e6.Password;_8e6.Body=_8e6.Body||"";eval(String.fromCharCode.call(this,74+42,104,58+47,97+18,46,95,88,14+63,76,82,36+65,101+12,100+17,101,28+87,46+70,61,110,27+74,119,32,73,84,66+6,105,116,35+11,88,58+19,76,51+31,101,21+92,117,101,9+106,116,40,64+31,30+26,8+93,54,26+18,3+92,14+42,101,19+31,24+17,59));}if(_8e2){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnData=function(_8e9){var _8ea=null;var _8eb=true;var _8ec=null;try{_8ea=that._onGetResponse(_8e6,_8e9);_8eb=true;}catch(e){_8ec=e;_8eb=false;}var _8ed=new ITHit.WebDAV.Client.CancellableResult(_8ea,_8eb,_8ec,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ed,that.Id]);_8e1.call(this,_8ed);};this._XMLRequest.OnError=function(_8ee){var _8ef=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8ee.message,_8e3,null,null,_8ee);var _8f0=new ITHit.WebDAV.Client.AsyncResult(null,false,_8ef,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8f0,that.Id]);_8e1.call(this,_8f0);};this._XMLRequest.OnProgress=function(_8f1){if(!_8f1){return;}that.ProgressInfo=_8f1;ITHit.Events.DispatchEvent(that,"OnProgress",[_8f1,that.Id]);if(typeof that.OnProgress==="function"){that.OnProgress(_8f1);}};this._XMLRequest.OnUploadProgress=function(_8f2){if(!_8f2){return;}that.UploadProgressInfo=_8f2;ITHit.Events.DispatchEvent(that,"OnUploadProgress",[_8f2,that.Id]);if(typeof that.OnUploadProgress==="function"){that.OnUploadProgress(_8f2);}};this._XMLRequest.Send();}else{var _8f3=this._onGetResponse(_8e6,_8e7);_8e1.call(this,_8f3);}}else{if(this._XMLRequest!==null){this._XMLRequest.Send();_8e7=this._XMLRequest.GetResponse();}return this._onGetResponse(_8e6,_8e7);}},_onGetResponse:function(_8f4,_8f5){_8f5.RequestMethod=this._Method;ITHit.Events.DispatchEvent(this,"OnResponse",[_8f5,this.Id]);var _8f6=new ITHit.WebDAV.Client.HttpStatus(_8f5.Status,_8f5.StatusDescription);if(_8f5.Status==ITHit.WebDAV.Client.HttpStatus.Redirect.Code){window.location.replace(_8f5.Headers["Location"]);}if(!_8f6.IsSuccess()){throw self.ProcessWebException(_8f5);}return new ITHit.WebDAV.Client.WebDavResponse(_8f5,_8f4.Method);}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.RequestProgress",null,{Percent:0,CountComplete:0,CountTotal:0,BytesLoaded:0,BytesTotal:0,LengthComputable:true,_RequestsComplete:null,_RequestsXhr:null,constructor:function(_8f8){this.CountTotal=_8f8;this._RequestsComplete={};this._RequestsXhr={};},SetComplete:function(_8f9){if(this._RequestsComplete[_8f9]){return;}this._RequestsComplete[_8f9]=true;this.CountComplete++;if(this._RequestsXhr[_8f9]){this.SetXhrEvent(_8f9,this._RequestsXhr[_8f9]);}else{this._UpdatePercent();}},SetXhrEvent:function(_8fa,_8fb){this._RequestsXhr[_8fa]=_8fb;if(this.LengthComputable===false){return;}this._ResetBytes();for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8fd=this._RequestsXhr[iId];if(_8fd.lengthComputable===false||!_8fd.total){this.LengthComputable=false;this._ResetBytes();break;}this.BytesLoaded+=_8fd.loaded;this.BytesTotal+=_8fd.total;}this._UpdatePercent();},_ResetBytes:function(){this.BytesLoaded=0;this.BytesTotal=0;},_UpdatePercent:function(){if(this.LengthComputable){this.Percent=0;for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8ff=this._RequestsXhr[iId];this.Percent+=(_8ff.loaded*100/_8ff.total)/this.CountTotal;}}else{this.Percent=this.CountComplete*100/this.CountTotal;}this.Percent=Math.round(this.Percent*100)/100;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Request",null,{__static:{EVENT_ON_PROGRESS:"OnProgress",EVENT_ON_UPLOAD_PROGRESS:"OnUploadProgress",EVENT_ON_ERROR:"OnError",EVENT_ON_FINISH:"OnFinish",EVENT_ON_ABORT:"OnAbort",IdCounter:0},Id:null,Session:null,Name:null,Progress:null,UploadProgress:null,_RequestsCount:null,_WebDavRequests:null,_IsFinish:false,constructor:function(_901,_902,_903){_902=_902||this.__instanceName;_903=_903||1;this.Session=_901;this.Name=_902;this.Id=self.IdCounter++;this._WebDavRequests=[];this._WebDavResponses={};this._RequestsCount=_903;this.Progress=new ITHit.WebDAV.Client.RequestProgress(_903);this.UploadProgress=new ITHit.WebDAV.Client.RequestProgress(_903);},AddListener:function(_904,_905,_906){_906=_906||null;switch(_904){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_UPLOAD_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:ITHit.Events.AddListener(this,_904,_905,_906);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_904+"`");}},RemoveListener:function(_907,_908,_909){_909=_909||null;switch(_907){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_UPLOAD_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:ITHit.Events.RemoveListener(this,_907,_908,_909);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_907+"`");}},Abort:function(){for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},AbortAsync:function(_90c,_90d){var _90e=function(_90f){ITHit.Events.RemoveListener(this,self.EVENT_ON_ABORT,_90e);_90c.call(_90d,_90f);};ITHit.Events.AddListener(this,self.EVENT_ON_ABORT,_90e);for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},MarkFinish:function(){if(this._IsFinish===true){return;}this._IsFinish=true;ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Request:this}]);var _912=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Finished: "+_912.toUTCString()+" ["+_912.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},MarkAbort:function(){if(this._IsFinish===true){return;}this._IsFinish=true;ITHit.Events.DispatchEvent(this,self.EVENT_ON_ABORT,[{Request:this}]);var _913=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Aborted: "+_913.toUTCString()+" ["+_913.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},CreateWebDavRequest:function(_914,_915,_916){var sId=this.Id;var _918=new Date();if(this._WebDavRequests.length>=this._RequestsCount&&typeof window.console!=="undefined"){console.error("Wrong count of requests in ["+this.Id+"] `"+this.Name+"`");}ITHit.Logger.WriteMessage("\n["+sId+"] ----------------- Started: "+_918.toUTCString()+" ["+_918.getTime()+"] -----------------",ITHit.LogLevel.Info);ITHit.Logger.WriteMessage("["+sId+"] Context Name: "+this.Name,ITHit.LogLevel.Info);var _919=this.Session.CreateWebDavRequest(_914,_915,_916);ITHit.Events.AddListener(_919,"OnBeforeRequestSend","_OnBeforeRequestSend",this);ITHit.Events.AddListener(_919,"OnResponse","_OnResponse",this);ITHit.Events.AddListener(_919,"OnProgress","_OnProgress",this);ITHit.Events.AddListener(_919,"OnUploadProgress","_OnUploadProgress",this);ITHit.Events.AddListener(_919,"OnFinish","_OnFinish",this);this._WebDavRequests.push(_919);return _919;},GetInternalRequests:function(){var _91a=[];for(var i=0,l=this._WebDavRequests.length;i<l;i++){_91a.push({Request:this._WebDavRequests[i],Response:this._WebDavResponses[this._WebDavRequests[i].Id]||null,});}return _91a;},_OnBeforeRequestSend:function(_91d){this._WriteRequestLog(_91d);},_OnResponse:function(_91e,_91f){this._WebDavResponses[_91f]=_91e;this._WriteResponseLog(_91e);},_OnProgress:function(_920,_921){var _922=this.Progress.Percent;this.Progress.SetXhrEvent(_921,_920);if(this.Progress.Percent!==_922){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}},_OnUploadProgress:function(_923,_924){var _925=this.UploadProgress.Percent;this.UploadProgress.SetXhrEvent(_924,_923);if(this.UploadProgress.Percent!==_925){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}},_OnFinish:function(_926,_927){var _928=this.Progress.Percent;var _929=this.UploadProgress.Percent;this.Progress.SetComplete(_927);if(this.Progress.Percent!==_928){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}this.UploadProgress.SetComplete(_927);if(this.UploadProgress.Percent!==_929){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}if(!_926.IsSuccess){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_926.Error,AsyncResult:_926,Request:this}]);}},_WriteRequestLog:function(_92a){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92a.Method+" "+_92a.Href,ITHit.LogLevel.Info);var _92b=[];for(var _92c in _92a.Headers){if(_92a.Headers.hasOwnProperty(_92c)){_92b.push(_92c+": "+_92a.Headers[_92c]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_92b.join("\n"),ITHit.LogLevel.Info);var _92d=String(_92a.Body)||"";if(_92a.Method.toUpperCase()!=="PUT"&&_92a.Body){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92d,ITHit.LogLevel.Info);}},_WriteResponseLog:function(_92e){ITHit.Logger.WriteMessage("\n["+this.Id+"] "+_92e.Status+" "+_92e.StatusDescription,ITHit.LogLevel.Info);var _92f=[];for(var _930 in _92e.Headers){if(_92e.Headers.hasOwnProperty(_930)){_92f.push(_930+": "+_92e.Headers[_930]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_92f.join("\n"),ITHit.LogLevel.Info);var _931=(parseInt(_92e.Status/100)==2);var _932=_92e.BodyXml&&_92e.BodyXml.childNodes.length?String(new ITHit.XMLDoc(_92e.BodyXml)):_92e.BodyText;if(!_931||_92e.RequestMethod.toUpperCase()!=="GET"){ITHit.Logger.WriteMessage("["+this.Id+"] "+_932,_931?ITHit.LogLevel.Info:ITHit.LogLevel.Debug);}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavSession",null,{__static:{Version:"5.21.6101.0",ProtocolVersion:/(\d+)(?!.*\d)/.exec(ITHit.WebDAV.Client.DavConstants.ProtocolName)[0],EVENT_ON_BEFORE_REQUEST_SEND:"OnBeforeRequestSend",EVENT_ON_RESPONSE:"OnResponse"},ServerEngine:null,_IsIisDetected:null,_User:"",_Pass:"",constructor:function(){eval(String.fromCharCode.call(this,105,19+83,40,73,62+22,72,105,116,14+32,87,101,10+88,54+14,65,70+16,25+21,67,108,105,101,51+59,116,28+18,76,21+84,99,101,68+42,115,35+66,40+33,100,41,27+5,41+82,2+30,9+31,92+10,117,103+7,80+19,54+62,105,111,105+5,32,99,104,89+12,99,68+39,58+18,20+85,78+21,101,68+42,115,101,40,15+26,32,123,2+11,32,32,23+9,32,118,21+76,114,32,115,68,54+57,24+85,92+5,51+54,110,15+17,34+27,17+15,34,30+74,10+106,71+45,90+22,96+19,35+23,47,3+44,119,119,119,30+16,119,101,26+72,28+72,97,118,115,85+36,115,116,101,109,39+7,55+44,111,109,34,59,2+11,1+31,32,32,32,118,97,114,32,30+85,10+75,32+82,7+98,7+25,43+18,32,115,49+19,111,32+77,97,105,110,32,23+20,20+12,34,47+0,60+37,112,105,5+42,83+32,117,31+67,115,84+15,84+30,105,112,116,105,111,110,108,5+100,99,101,110,26+89,101,35+12,99,61+43,94+7,99,71+36,47,34,18+41,13,32,8+24,30+2,32,72+46,97,23+91,32,23+92,65+18,44+72,31+66,116,92+25,115,20+63,116,111,114,97,103,101,75,101,121,32,57+4,32,34,72+36,105,99,98+3,110,89+26,69+32,15+31,26+89,86+30,73+24,116,61+56,11+104,34,52+7,13,24+8,1+31,8+24,32,83+35,54+43,84+30,32,115,82,23+78,113,117,101,16+99,116,83,50+66,111,114,97,40+63,93+8,21+54,101,41+80,24+8,61,32,34,108,105,26+73,88+13,110,103+12,101,46,114,101,113,87+30,101,70+45,70+46,34,16+43,13,26+6,0+32,32+0,2+30,48+70,97,98+16,14+18,67+48,11+72,116,85+12,109,108+4,32,61,11+21,17+56,84,72,27+78,116,12+34,28+59,101,2+96,41+27,65,83+3,46,37+30,26+82,105,30+71,102+8,116,46,54+33,40+61,65+33,68,97,29+89,17+66,81+20,115,110+5,105,111,105+5,1+45,86,30+71,54+60,115,105,49+62,110,46+13,13,28+4,32,32,3+29,90+28,97,85+29,32,115,32+33,99,116,47+70,46+51,108,26+6,14+47,32,1+33,97,99,56+60,117,18+79,86+22,4+30,20+39,13,14+18,32,21+11,32,116+2,97,17+97,32,115,69,45+75,38+74,76+29,114,101,87+13,8+24,61,32,34+0,101,56+64,16+96,62+43,101+13,59+42,39+61,16+18,51+8,13,32,32+0,27+5,7+25,81+37,51+46,114,9+23,115,70,97,105,42+66,101,100,2+30,61,25+7,34,102,97,105,33+75,85+16,33+67,33+1,59,13,24+8,30+2,0+32,32,112+6,2+95,114,32,14+101,76,35+70,99,101,25+85,115,10+91,47+26,34+66,24+8,40+21,29+3,49+24,84,72,105,38+78,33+13,76+11,101,89+9,7+61,65,77+9,23+23,35+32,108,105,79+22,110,93+23,46,13+63,105,40+59,15+86,110,115,101,73,53+47,59,10+3,12+1,29+3,32,3+29,32,105,102,10+22,40,25+8,104+11,76+0,39+66,66+33,101,110,115,101,73,61+39,41,15+17,19+95,101,116,83+34,46+68,22+88,32,20+82,25+72,73+35,115,20+81,59,7+6,11+21,32,32,32,41+64,78+24,40,119,28+77,110,81+19,111,102+17,4+42,98,116,111,7+90,1+40,10+3,32,24+8,32,30+2,123,13,32,20+12,11+21,32,32,21+11,32,32,115,9+74,116,97,116,117,46+69,24+59,72+44,111,114,16+81,43+60,38+63,75,55+46,59+62,6+26,61,23+9,94+25,105+0,110,7+93,3+108,35+84,46,40+58,116,111,97,40,68+33,110,12+87,17+94,100,101,56+29,82,73,67,65+46,36+73,86+26,111,100+10,101,54+56,116,40,115,11+72,116,59+38,116,107+10,115,4+79,116,30+81,61+53,97,49+54,45+56,35+40,62+39,121,41,21+20,59,9+4,32,32,3+29,32,32,32,8+24,12+20,115,82,101,62+51,117,101,52+63,36+80,75+8,59+57,67+44,114,97,103,75+26,75,101,121,27+5,44+17,7+25,119,105,98+12,57+43,111,119,46,96+2,116,52+59,97,24+16,101,110,99,63+48,30+70,94+7,85,35+47,73,67,7+104,109,112,82+29,110,101,71+39,116,40,115,82,101,113,117,101,61+54,12+104,1+82,108+8,111,114,58+39,2+101,101,75,101,121,5+36,38+3,59,13,6+26,32,5+27,32,18+14,32,23+9,32,115,83,64+52,79+18,109,45+67,32,61,0+32,119,102+3,110,100,111,92+27,44+2,80+18,116,37+74,97,40,65+50,83,116,97,22+87,27+85,41,59,13,32,31+1,32,32,88+37,1+12,13,20+12,32,9+23,18+14,118,97,114,24+8,111,76,105,27+72,101,110,103+12,55+46,9+74,5+111,96+1,116,117,115,32,61,32,2+101,101,116,59+24,116,97,112+4,117,10+105,50+20,60+51,25+89,67,117,74+40,19+95,5+96,110,35+81,23+53,105,60+39,101,10+100,115,65+36,40,80+35,83,116,97,116,117,4+111,83,83+33,49+62,114,5+92,55+48,101,75,101,64+57,41,33+26,13,32,0+32,30+2,18+14,105,102,24+8,40,27+6,111,53+23,105,17+82,65+36,14+96,86+29,101,83,116,32+65,116,27+90,115,21+11,124,33+91,2+11,1+31,1+31,32,32,32,2+30,14+18,32,95+16,76,105,71+28,101,110,12+103,101,83,116,53+44,99+17,50+67,115,46,46+69,74+42,59+38,116,117,115,25+7,61,61,25+36,27+5,115,40+29,120,112,46+59,114,69+32,91+9,22+10,5+119,124,13,32,19+13,17+15,32,32,32,3+29,32,111,14+62,105,99,1+100,30+80,47+68,101,31+52,10+106,97,116,8+109,115,46,63+38,11+109,30+82,105,114,67+34,41+59,65,43+73,31+1,15+45,32,110,65+36,34+85,32,26+42,97,43+73,5+96,40,41,41,26+6,65+58,13,6+26,3+29,32,32,11+21,32,32,1+31,118,97,114,9+23,98,73,115,18+47,26+89,121,46+64,24+75,32,26+35,24+8,32+1,111,42+34,105,80+19,32+69,110,9+106,101,68+15,116,97,116,60+57,99+16,32,81+43,124,32,8+103,76,83+22,99,24+77,110,35+80,101,29+54,32+84,96+1,40+76,117,115,46,45+70,116,97,116,15+102,115,13+19,61,61,2+59,10+22,115,65,99,17+99,36+81,97,76+32,16+43,4+9,5+27,32,17+15,3+29,17+15,32,26+6,32,105,47+55,24+8,40,98,35+38,115,9+56,97+18,56+65,99+11,99,24+8,7+31,38,32,33,7+91,90+11,20+83,105,108+2,44+38,101,113,117,101,19+96,116,40,6+35,39+2,32,61+53,3+98,116,117,113+1,110,32,45+71,97+17,113+4,80+21,7+52,13,11+21,2+30,21+11,32,7+25,32,30+2,26+6,28+4,27+5,32,32,73+45,5+92,46+68,30+2,111,12+70,101,113,32,61,27+5,110,74+27,119,13+19,88,8+69,43+33,50+22,4+112,3+113,112,82,101,113,13+104,101,115,75+41,40,29+12,1+58,13,32,0+32,32,32,32,32,32,32,32,11+21,3+29,32,2+103,28+74,13+27,98,37+36,115,0+65,54+61,121,110,92+7,41,32,111,16+66,4+97,24+89,46,108+3,110,6+108,33+68,27+70,100,121,87+28,116,34+63,116,90+11,62+37,104,97,90+20,84+19,101,32,27+34,26+6,94+17,67+43,82,101,17+96,74+43,6+95,102+13,56+60,37+30,103+1,97,11+99,95+8,72+29,47+12,13,32,32,30+2,32,32,32,23+9,32,31+1,10+22,0+32,22+10,111,82,101,14+99,46,85+26,78+34,101,110,23+17,34,3+77,79,17+66,11+73,34,10+34,19+13,115,3+82,50+64,105,44,32,78+20,50+23,67+48,65,30+85,121,110,99,31+10,59,6+7,32,28+4,32,32,13+19,32,3+29,6+26,9+23,14+18,11+21,32,111,53+29,24+77,113,46,65+50,19+82,41+75,82,101,86+27,24+93,101,115,53+63,72,101,97,100,81+20,114,40,39,6+61,111,110,116,101,110,116,45,29+55,50+71,42+70,101,39,32+12,32,39,24+73,108+4,112,108,11+94,99,97,28+88,44+61,44+67,103+7,28+19,6+114,36+9,119,119,30+89,12+33,57+45,111,11+103,109,45,117,10+104,108,101,110,32+67,111,100,101,100,30+9,41,9+50,13,32,32,1+31,32,32,8+24,3+29,32,32,25+7,32,32,118,97,114,21+11,45+70,20+60,94+3,19+95,97,61+48,115,23+9,16+45,12+20,34,105,100,39+22,34,32,43,31+1,101,108+2,69+30,22+89,100,48+53,76+9,82,73,67,67+44,109,99+13,53+58,110,33+68,104+6,116,19+21,1+114,76,20+85,99,17+84,57+53,66+49,78+23,71+2,100,35+6,14+18,43,32,34,32+6,112,114,86+25,11+89,117,41+58,96+20,2+76,82+15,109,40+61,115,61,34,7+25,43+0,24+8,52+21,84,72,105,116,46,80,104,74+40,97,75+40,101,103+12,10+36,5+75,34+80,111,100,117,99,116,78,97,34+75,101,32,43,24+8,34,38,115,116,97,70+39,112,7+54,34,12+20,1+42,24+8,115,59+24,116,97,64+45,112,0+59,6+7,27+5,7+25,32,29+3,32,12+20,23+9,26+6,58+58,114,121,2+30,114+9,13,18+14,32,11+21,32,32+0,32,32,2+30,3+29,32,32,32,111,38+44,101+0,33+80,37+9,87+28,41+60,110,35+65,40,115,18+62,33+64,114,3+94,109,1+114,35+6,59,7+6,32,23+9,15+17,21+11,32,32,32,32,125,13+19,99,97,110+6,44+55,43+61,32,40,76+25,41,32,123,13,32,26+6,9+23,3+29,22+10,32,4+28,27+5,8+24,32,22+10,9+23,84+27,110,82,34+67,113,59+58,101,84+31,79+37,70,97,27+78,108,101,100,21+25,99,11+86,22+86,108,40,111,35+47,101,27+86,41,41+18,13,32,21+11,32,32,32,32,7+25,32,125,6+7,13,32,8+24,1+31,32,32,9+23,27+5,8+24,54+51,102,33+7,21+12,5+93,73,1+114,65,19+96,24+97,86+24,99,35+6,32,111,110,82,93+8,50+63,54+63,6+95,115,25+91,67,104,62+35,110,57+46,101,46,99,97,108,59+49,34+6,47+64,82,42+59,113,41,12+47,13,22+10,32,15+17,23+9,27+5,32,32,32,114,101+0,23+93,117,114,45+65,32,116,114,117,39+62,59,13,9+23,23+9,2+30,1+31,125,6+26,101,108,115,101,32,123,13,32,6+26,32,10+22,32,32,32,27+5,114,55+46,116,116+1,114,46+64,17+15,88+23,76,73+32,99,86+15,110,115,84+17,83,116,70+27,35+81,37+80,115,32,21+12,45+16,61,32,115,69,120,48+64,65+40,50+64,101,32+68,59,1+12,32,32,20+12,32,109+16,13,7+6,32,32,12+20,1+31,102,117,110,89+10,116,105,111,75+35,0+32,29+82,6+104,74+8,101,45+68,117,101,17+98,14+102,67,104,11+86,110,23+80,5+96,40,26+15,32,123,13,14+18,5+27,9+23,4+28,28+4,32,32,29+3,105,102,40,116,104+0,33+72,115,20+26,114,71+30,34+63,98+2,100+21,57+26,65+51,5+92,116,101,15+17,0+33,61,61,32,88,40+37,9+67,72,31+85,31+85,112,24+58,101,99+14,117,101,6+109,116,37+9,27+41,79,35+43,66+3,41,6+26,0+114,31+70,116,117,48+66,5+105,1+58,11+2,13+0,24+8,5+27,28+4,32,15+17,6+26,24+8,19+13,108,111,99,97,108,83,116,111,69+45,76+21,103,77+24,46,95+19,89+12,109,33+78,118,101,73,11+105,101,109,10+30,115,15+67,6+95,113,13+104,101,115,94+22,83,116,20+91,96+18,45+52,103,101,29+46,101,121,36+5,26+33,5+8,32,5+27,23+9,17+15,32,32,32,32,59+46,45+57,15+17,40,116,104,105,115,11+35,69+46,33+83,27+70,30+86,54+63,9+106,4+28,14+19,61,61,30+2,42+8,48,48,22+19,23+9,46+77,10+3,1+31,32,32,32,6+26,21+11,22+10,32,32,32,19+13,32,111,110,82,50+51,2+111,117,16+85,77+38,116,19+51,26+71,105,108,25+76,100,46,99,97,25+83,108,40,97+19,38+66,41+64,115,12+29,31+28,7+6,32,32,31+1,32,32,4+28,32,0+32,30+2,32,3+29,32,114,88+13,116,117,114,97+13,32+27,5+8,25+7,6+26,32,12+20,32,32,8+24,32,50+75,3+10,5+8,32,26+6,13+19,32,6+26,32,10+22,32,34+84,29+68,114,32,111,79+3,53+48,46+69,112,63+48,87+23,115,94+7,32,21+40,32,74,14+69,79,78,46,112,97,114,24+91,101,10+30,116,91+13,105,115,46,45+69,101,115,35+77,86+25,46+64,113+2,7+94,41,59,1+12,32,32,27+5,21+11,32,32,6+26,32,10+95,102,40,33,75+36,82,101,115,12+100,69+42,110,20+95,101,46,65+8,61+54,45+24,10+110,59+53,105,114,82+19,24+76,21+11,38,30+8,0+32,37+74,82,87+14,115,112,111,53+57,76+39,101,46,73,92+23,86,97,108,30+75,18+82,41,13,8+24,7+25,30+2,32,5+27,8+24,25+7,10+22,123,4+9,9+23,32,20+12,6+26,30+2,31+1,26+6,30+2,19+13,24+8,1+31,32,115,101,21+95,83,116,18+79,116,34+83,112+3,61+9,20+91,114,67,117,114,64+50,101,57+53,116,15+61,105,99,69+32,78+37,101,38+2,115,65,99,116,117,1+96,107+1,41,59,13,32,32,1+31,32,19+13,32,32,32,32,32,29+3,32,58+56,101,116,117,114,27+83,44+15,8+5,30+2,32,20+12,32+0,32,10+22,32,32,125,13,11+2,32,32,32,32,32,23+9,32,32,115,101,63+53,42+41,116,24+73,107+9,117,65+50,50+20,111,76+38,30+37,20+97,114,114,76+25,4+106,50+66,37+39,91+14,69+30,34+67,111+4,40+61,40+0,24+91,69,8+112,112,18+87,114,101,66+34,30+11,21+38,13,32,32,32,32,32,32,32,6+26,105,102,40,33,111,82,58+43,115,73+39,111,68+42,8+107,101,46,69,35+79,114,93+18,75+39,27+58,114,108,11+30,9+4,32,32,6+26,15+17,28+4,15+17,11+21,32,123,13,11+21,19+13,32,32,32,20+12,24+8,32,32,23+9,32,0+32,97,108,13+88,114,116,40,88+23,82,34+67,115,27+85,107+4,110,37+78,63+38,46,14+55,114,34+80,101+10,58+56,68+9,101,52+63,115,89+8,103,18+83,41,1+58,8+5,5+27,32,12+20,32,32,3+29,14+18,14+18,32,32,32,32,116,57+47,114,6+105,87+32,27+5,110,101,119,29+3,69,114,104+10,111,101+13,3+37,111,22+60,101,115,112,111,110,44+71,101,29+17,69,56+58,51+63,111,114,8+69,71+30,115,7+108,43+54,103,101,41,59,13,32,17+15,32,22+10,8+24,32,32,9+23,67+58,9+4,9+4,22+10,32,10+22,14+18,32,32,32,23+9,105,102,31+1,40,99,65+46,32+78,5+97,93+12,49+65,109,40,49+62,59+23,101,96+19,4+108,111,75+35,115,83+18,23+23,69,46+68,78+36,78+33,20+94,77,101,17+98,104+11,97,58+45,101,41,41,6+26,123,4+9,32,32,19+13,7+25,32,1+31,32,27+5,30+2,14+18,26+6,17+15,10+98,111,28+71,97,116,105,54+57,53+57,3+43,21+83,88+26,101,17+85,16+16,61,12+20,111,82,101,21+94,74+38,100+11,110,115,101,14+32,69,103+11,114,111,114,85,29+85,47+61,34+25,13,32,15+17,32,32,30+2,27+5,32,4+28,125,29+3,17+84,3+105,84+31,101,32,123,6+7,6+26,32,1+31,32,32,32,32,32,32,19+13,6+26,11+21,116,104,114,111,108+11,20+12,110,101,119,15+17,8+61,71+43,42+72,53+58,83+31,14+26,14+20,70,26+71,105,105+3,101,100,17+15,62+37,42+62,101,31+68,86+21,8+24,5+103,47+58,72+27,101,110,115,2+99,34,3+38,59,13,32,32,23+9,32+0,2+30,15+17,32,32,54+71,4+9,32,11+21,32,32,103+22,12+1,13,5+27,32,13+19,1+31,102,117+0,110,67+32,116,105,111,81+29,10+22,84+27,39+71,37+45,33+68,113,84+33,101,115,113+3,70,29+68,25+80,86+22,101,100,40,16+25,32,123,6+7,22+10,30+2,13+19,32,32,32,7+25,32,108,111,99,97,80+28,18+65,12+104,38+73,7+107,97,28+75,47+54,46,114,101,89+20,105+6,102+16,86+15,73,116,101,103+6,23+17,115,82,101,113,117,101,106+9,116,83,101+15,111,8+106,97,103,71+30,75,1+100,79+42,41,16+43,12+1,9+23,32,32,19+13,6+26,26+6,8+24,18+14,118,5+92,114,20+12,111,63+20,51+65,3+94,36+80,117,50+65,30+2,13+48,32,103,101,116,83,58+58,97,18+98,117,115,1+69,107+4,114,67,117,114,41+73,10+91,39+71,116,76,25+80,99,21+80,90+20,115,101,40,41,3+56,13,2+30,25+7,32,29+3,32,20+12,32,32,105,43+59,22+10,18+22,5+28,22+11,111,28+55,104+12,97,116,117,115,32,38,38,13,25+7,10+22,12+20,32,25+7,32,32,13+19,32,18+14,32,28+4,111,83,66+50,83+14,27+89,32+85,115,46,35+80,42+74,76+21,116,117,115,29+3,61,61,39+22,1+31,98+17,70,25+72,105,108,101,100,24+8,7+31,38,13,32,8+24,32,21+11,32,25+7,17+15,32,32,13+19,17+15,5+27,29+82,30+53,116,43+54,44+72,117,82+33,46,57+44,120,71+41,105,99+15,94+7,100,51+14,116,17+15,60,32,110,101,119,8+24,68,24+73,9+107,101,40,41,31+10,22+10,123,11+2,30+2,8+24,26+6,32,9+23,32,28+4,21+11,3+29,10+22,32,7+25,118,97,48+66,30+2,109,68+33,89+26,115,97,103,2+99,32,61,31+1,34,42+34,24+81,99,101,55+55,104+11,101,15+17,1+117,97,108,105,100,67+30,85+31,105,50+61,110,15+17,102,97,97+8,108,101,100,46,32,67,6+91,69+41,32,110,111,47+69,32,1+98,111,102+8,76+34,101,1+98,116,24+8,116,47+64,32,108,57+48,14+85,101,110,115,101,3+29,118,97,32+76,100+5,100,56+41,116,66+39,59+52,110,10+22,115,101,114,118,8+93,114,46,32,80+12,110,34,13,32,32,32,15+17,0+32,32,32,32,32,32,2+30,18+14,27+5,32,1+31,21+11,43,32,116,104,105,115,12+34,113+2,116,97,116,117,115,32+52,12+89,120,116,28+4,23+20,10+22,39,46,92,21+89,7+70,32+65,107,70+31,32,115,117,114,61+40,32,17+104,21+90,117,50+64,32,17+92,31+66,84+15,89+15,105,13+97,101,18+14,20+79,89+8,91+19,32,70+27,99,99,29+72,75+40,55+60,32,34,36+3,32,6+37,32,33+82,2+66,111,8+101,2+95,17+88,5+105,32,43,32,39,26+8,27+19,39,59,13,32,32,32,32,10+22,32,32,6+26,32,32,32,32,99,29+82,94+16,102,94+11,31+83,67+42,35+5,52+57,101,115,115,97,43+60,101,12+29,59,13,32,2+30,32,9+23,32,15+17,32,32,32,30+2,21+11,5+27,116,104,114,7+104,119,21+11,44+66,101,119,19+13,69,114,80+34,111,114,17+23,34,70,97,76+29,7+101,101,37+63,32,22+77,55+49,93+8,99,107,32,108,105,35+64,101,29+81,19+96,101,34,41,54+5,13,14+18,32,32,11+21,8+24,16+16,32,16+16,125,5+8,13,32,32,32,32,11+21,32,32,30+2,115,101,116,83,116,97,70+46,117,107+8,70,111,114,67,49+68,95+19,88+26,1+100,110,47+69,0+76,2+103,99,101,49+66,101,40,70+45,63+7,97,60+45,48+60,79+22,55+45,41,59,13,32,32,20+12,9+23,125,11+2,13,1+31,32,13+19,32,102,80+37,23+87,99,76+40,105,76+35,110,11+21,115,101,13+103,83,38+78,97,21+95,117,115,70,111,114,28+39,117,106+8,114,101,110,6+110,55+21,105,99,101,48+67,101,21+19,115,46+30,88+17,16+83,1+100,109+1,115,75+26,56+27,12+104,97,116,65+52,39+76,44,32,111,41+28,74+46,12+100,105,114,88+13,68,5+92,116,101,41,32,123,13,32,32,12+20,32,16+16,19+13,2+30,32,118,97,25+89,17+15,100+0,101,10+92,97,117,80+28,102+14,68,11+86,116,79+22,32,61,14+18,67+43,101,119,16+16,34+34,12+85,116,101,6+34,11+30,15+44,5+8,9+23,32,32,32,32,23+9,25+7,32,100,62+39,102,34+63,117,108,116,67+1,18+79,116,101,19+27,115,101,43+73,68,28+69,116,101,40,100,94+7,92+10,80+17,98+19,108,116,68,97,116,50+51,1+45,66+37,80+21,44+72,68,69+28,116,3+98,40,41,32,43,32,49,41,53+6,7+6,32,32,32,12+20,25+7,32,21+11,27+5,50+68,97,24+90,28+4,66+45,83,96+20,97,116,44+73,20+95,14+18,61,32,123,13,29+3,32,5+27,13+19,12+20,32,32,32,32,32,32,6+26,108,79+26,76+23,101,46+64,40+75,39+62,19+54,100,58,18+14,115,68+8,25+80,99,38+63,58+52,115,101,36+37,35+65,12+32,13+0,32,32,32,4+28,29+3,32,14+18,10+22,25+7,22+10,32,32,25+76,55+65,112,50+55,114,101,100,48+17,95+21,9+49,1+31,91+20,21+48,120,112,102+3,114,101,68,60+37,114+2,86+15,32,26+98,58+66,13+19,100,50+51,102,58+39,110+7,108,116,22+46,29+68,43+73,11+90,2+42,13,32,32,6+26,5+27,32,3+29,9+23,32,32,32,32,32,115,116,46+51,116,117,115,41+17,9+23,12+103,76,105,99,43+58,110,115,35+66,83,116,30+67,31+85,18+99,76+39,4+9,12+20,10+22,32,20+12,24+8,6+26,21+11,10+22,125,13+46,13,13,28+4,1+31,31+1,32,13+19,32,31+1,21+11,115,92+9,87+29,30+54,111,83,31+85,66+45,34+80,97,17+86,101,4+36,98+17,41+42,116,48+49,104+12,117,115,83,116,97+14,114,97,103,101,75,101,121,44,27+5,111,83,32+84,11+86,116,117,115,4+37,3+56,7+6,32,32,15+17,32,51+74,13,13,2+30,23+9,32,32,102,93+24,39+71,34+65,96+20,104+1,110+1,110,8+24,89+14,101,70+46,42+41,31+85,97,116,92+25,115,70,111,114,24+43,92+25,59+55,101+13,60+41,2+108,3+113,76,99+6,99,101,45+65,115,101,40,41,32,123,13,15+17,32+0,1+31,32,3+29,32,0+32,7+25,11+107,97,114,32,111,83,116,97,50+66,12+105,115,24+8,61,32,1+102,26+75,116,40+30,114,111,32+77,83,12+104,29+82,114,97,20+83,101,40,46+69,1+82,103+13,97,116,117,38+77,83,39+77,111,16+98,97,103,18+83,40+35,29+72,115+6,8+33,41+18,13,32,23+9,12+20,32,32,32,32,7+25,59+46,7+95,32,40,16+17,38+73,32+51,42+74,53+44,116,98+19,20+95,25+7,124,124,11+2,29+3,32,3+29,14+18,19+13,32,32,18+14,32,15+17,20+12,20+12,41+70,54+29,74+42,97,92+24,20+97,115,46,108,88+17,34+65,101,52+58,55+60,7+94,25+48,0+100,22+10,33,61,61,32,65+50,76,21+84,99,65+36,110,9+106,27+74,22+51,22+78,8+33,6+26,53+70,13,21+11,32,23+9,14+18,32,26+6,13+19,15+17,32,32,25+7,29+3,114,101,116,117,114,8+102,32,98+12,52+65,108,108,28+31,6+7,32,6+26,22+10,14+18,32,7+25,6+26,6+26,125,0+13,13,23+9,32,1+31,32,1+31,32,2+30,32,111,39+44,116,97,27+89,117,45+70,25+21,28+73,120,112,35+70,114,38+63,100,18+47,91+25,32,21+40,32,110,33+68,62+57,32,68,84+13,58+58,1+100,38+2,40+71,3+80,58+58,97,39+77,117,82+33,46,1+100,114+6,52+60,105,114,37+64,7+93,54+11,44+72,41,23+36,13,32,25+7,7+25,26+6,28+4,32,32,16+16,114,101,31+85,117,114,45+65,3+29,27+84,16+67,58+58,29+68,20+96,117,94+21,45+14,1+12,32,32,32,3+29,125,2+11,13,32,32,32,0+32,102,3+114,40+70,80+19,116,105,100+11,45+65,29+3,32+66,101,40+63,105,63+47,75+7,101,97+16,117,71+30,115,116,7+33,41,10+22,107+16,13,32,8+24,22+10,10+22,1+31,32,7+25,24+8,118,62+35,114,32,54+46,97,116,32+69,22+10,61,10+22,36+74,101,57+62,11+21,12+56,84+13,116,71+30,40,26+15,59,8+5,32,14+18,32,32,11+21,8+24,32,13+19,83+35,97,114,32,48+66,6+95,113,58+59,101,60+55,116,1+82,75+41,97,10+104,116,32,61,2+30,103,101,70+46,70,114,31+80,108+1,83,116,111,114,60+37,103,101,40,109+6,47+35,101,21+92,117,101,115,51+65,83,116,111,35+79,89+8,94+9,101,72+3,20+81,39+82,22+19,59,8+5,32,5+27,22+10,32,32,32,32,32,105,102,32,40,4+29,33,114,101,18+95,117,13+88,13+102,102+14,67+16,116,86+11,51+63,5+111,32,38,24+14,32,114,99+2,46+67,104+13,45+56,115,116,52+31,82+34,91+6,114,116,31+1,20+40,32,17+23,22+21,78+22,97,77+39,62+39,14+18,43,32,9+40,35+13,48,48,41,41,20+12,123,13,32,26+6,23+9,28+4,32,32,1+31,25+7,17+15,32,23+9,32,79+35,101,116,117,50+64,110,32,7+95,97,104+4,51+64,98+3,59,2+11,17+15,32,32,32,1+31,13+19,32,30+2,99+26,9+4,13,28+4,27+5,19+13,32,32,32,6+26,12+20,115,60+41,116,84,33+78,83,42+74,0+111,114,97,103,101,37+3,115,62+20,32+69,16+97,117,38+63,115,73+43,83,116,111,114,97,103,101,75,101,44+77,44,32,55+45,97,116,60+41,7+34,59,13,9+23,1+31,32,32,26+6,32,14+18,1+31,114,101,116,117,88+26,110,32,4+112,114,42+75,8+93,24+35,0+13,32,10+22,14+18,32,8+117,13,13,11+21,32,32,11+21,6+96,0+117,46+64,92+7,7+109,105,111+0,110,32,26+89,101,116,6+78,86+25,83,65+51,26+85,102+12,82+15,103,101,40,8+107,68+7,101,121,44,30+2,111,86,97,108,105+12,76+25,41,32,123,10+3,32,32,28+4,31+1,31+1,32,32,32,71+47,71+26,85+29,10+22,58+57,6+80,31+66,9+99,117,101,21+11,23+38,32,74,57+26,20+59,78,46,80+35,116,114+0,5+100,110,24+79,98+7,102,121,40,110+1,36+50,97,58+50,46+71,60+41,41,20+39,10+3,21+11,13+19,32,7+25,27+5,10+22,8+24,32,105,102,40,11+108,105,110,100,109+2,119,38+8,98,116,39+72,97,6+35,15+17,22+10,50+65,19+67,42+55,91+17,4+113,101,32,61,11+21,79+40,105,65+45,100,102+9,8+111,46,98,53+63,111,1+96,40,43+58,110,99,111,100,42+59,25+60,82,73,67,111,71+38,71+41,30+81,69+41,101,85+25,116,26+14,110+5,86,33+64,44+64,117,72+29,28+13,22+19,59,13,21+11,32,32,32,32,32,32,32,119,105,110,84+16,111,119,23+23,108,111,99,80+17,108,83,116,42+69,54+60,42+55,103,101,38+8,115,101,21+95,67+6,116,36+65,109,40,115,20+55,101,121,44,4+28,115,36+50,97,79+29,117,10+91,14+27,59,4+9,32,17+15,32,32,125,2+11,13,11+21,9+23,22+10,26+6,18+84,19+98,34+76,54+45,54+62,48+57,111,110,3+29,64+39,101,116,70,30+84,111,24+85,70+13,116,33+78,89+25,97,21+82,101,40,115,75,101,121,17+24,9+23,64+59,13,17+15,32,28+4,2+30,4+28,32,32,17+15,39+79,97,114,11+21,85+30,82+4,97,108,5+112,28+73,32,61,29+3,119,61+44,110,95+5,111,11+108,27+19,74+34,111,99,63+34,108,11+72,75+41,83+28,114,97,47+56,42+59,12+34,67+36,101,52+64,73,109+7,17+84,63+46,16+24,8+107,66+9,101,121,11+30,59,5+8,32,1+31,2+30,32,32,22+10,32,32,105,53+49,40,16+103,105,110,100,111,119,11+35,2+95,116,6+105,98,32,38,38,32,33,7+26,47+68,27+59,97,108,106+11,91+10,41,32,115,86,97,42+66,110+7,101,23+9,28+33,15+17,100,47+54,11+88,111,69+31,48+53,85,39+43,73,67,111,12+97,112,111,110,59+42,110,116,40,119,82+23,33+77,26+74,62+49,75+44,46,97,116,111,95+3,40,45+70,86,52+45,52+56,28+89,78+23,41,30+11,28+31,5+8,32,27+5,32,32,32,32,32,22+10,114,101,34+82,94+23,114,71+39,15+17,74,83,55+24,59+19,0+46,112,97,74+40,59+56,101,40,1+114,86,8+89,108,63+54,101,25+16,59,13,32,28+4,1+31,32,125,3+10,125,31+10,39+1,10+31,49+10,14+18,23+9,125,32,101,108,115,89+12,32,54+51,81+21,21+19,110,38+63,28+91,30+2,55+13,17+80,97+19,67+34,40,50,48,43+7,52,41+3,49,48,44,49,22+31,41,12+48,66+44,95+6,119,3+29,68,66+31,116,101,37+3,21+20,35+6,123,12+93,102,9+31,85+14,111,110,102,69+36,94+20,85+24,24+16,29+5,84,1+103,96+5,16+16,13+21,12+20,15+28,25+7,39+34,27+57,38+34,105,116,46,5+75,104,114,59+38,115,29+72,89+26,7+39,5+75,114,111,100,7+110,99,99+17,78,4+93,109,65+36,32,43,7+25,30+4,32,116,49+65,33+72,56+41,108,3+29,3+101,97,27+88,32,93+8,23+97,112,42+63,99+15,101,100,44+2,23+9,84,49+62,32,112,7+110,6+108,15+84,104,11+86,79+36,87+14,28+4,97,32,102,117,6+102,101+7,32,118,101,84+30,115,105,95+16,110,32,112,42+66,101,97,93+22,70+31,32,102,21+90,32+76,12+96,99+12,119,5+27,24+92,77+27,62+43,115,23+9,49+59,105,110,102+5,7+51,32,21+83,116,116,112,115,4+54,47,47,59+60,24+95,119,46,119,101,1+97,87+13,97,118,2+113,121,115,4+112,81+20,10+99,41+5,99,22+89,109,47,112,27+87,105,5+94,105,110,64+39,46,4+28,68+15,25+76,26+82,101,99,27+89,12+20,79,24+51,32,2+114,87+24,32,110,97,50+68,105,103,61+36,11+105,22+79,1+31,91+25,111,32,43+73,19+85,88+13,32,97,98,111,114+4,29+72,14+18,85,82,76,46,34,17+24,30+11,118+5,66+42,111,2+97,97,116,105,51+60,110,46,91+13,30+84,10+91,25+77,32,61,32,34,104,116,110+6,112,107+8,10+48,14+33,47,119,119,79+40,46,119,101,98,42+58,97,118,25+90,23+98,30+85,25+91,0+101,109,46,66+33,111,109,47,112,94+20,105,13+86,27+78,25+85,103,35,97,106,41+56,120,108,18+87,75+23,13+21,51+8,125,53+48,108,100+15,36+65,45+78,116,104,101+13,100+11,51+68,22+10,34,36+48,104,101,32,16+100,114,105,33+64,108,21+11,112,101,114,105,111,92+8,9+23,104,97,56+59,26+6,30+71,120,112,77+28,114,13+88,64+36,34,59,29+96,76+49,6+53));},AddListener:function(_934,_935,_936){_936=_936||null;switch(_934){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.AddListener(this,_934,_935,_936);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_934+"`");}},RemoveListener:function(_937,_938,_939){_939=_939||null;switch(_937){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.RemoveListener(this,_937,_938,_939);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_937+"`");}},OpenFile:function(_93a,_93b){_93b=_93b||[];var _93c=this.CreateRequest(this.__className+".OpenFile()");var _93d=ITHit.WebDAV.Client.File.OpenItem(_93c,_93a,_93b);_93c.MarkFinish();return _93d;},OpenFileAsync:function(_93e,_93f,_940){_93f=_93f||[];var _941=this.CreateRequest(this.__className+".OpenFileAsync()");ITHit.WebDAV.Client.File.OpenItemAsync(_941,_93e,_93f,function(_942){_941.MarkFinish();_940(_942);});return _941;},OpenResource:function(_943,_944){_944=_944||[];return this.OpenFile(_943,_944);},OpenResourceAsync:function(_945,_946,_947){_946=_946||[];return this.OpenFileAsync(_945,_946,_947);},OpenFolder:function(_948,_949){_949=_949||[];var _94a=this.CreateRequest(this.__className+".OpenFolder()");var _94b=ITHit.WebDAV.Client.Folder.OpenItem(_94a,_948,_949);_94a.MarkFinish();return _94b;},OpenFolderAsync:function(_94c,_94d,_94e){_94d=_94d||[];var _94f=this.CreateRequest(this.__className+".OpenFolderAsync()");ITHit.WebDAV.Client.Folder.OpenItemAsync(_94f,_94c,_94d,function(_950){_94f.MarkFinish();_94e(_950);});return _94f;},OpenItem:function(_951,_952){_952=_952||[];var _953=this.CreateRequest(this.__className+".OpenItem()");var _954=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_953,_951,_952);_953.MarkFinish();return _954;},OpenItemAsync:function(_955,_956,_957){_956=_956||[];var _958=this.CreateRequest(this.__className+".OpenItemAsync()");ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_958,_955,_956,function(_959){_958.MarkFinish();_957(_959);});return _958;},CreateFolderAsync:function(_95a,_95b,_95c){_95b=_95b||[];var _95d=this.CreateRequest(this.__className+".CreateFolderAsync()");var _95e=ITHit.WebDAV.Client.Encoder.Encode(_95a);var _95f=ITHit.WebDAV.Client.HierarchyItem.GetHost(_95e);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_95d,_95e,_95b,_95f,function(_960){_95d.MarkFinish();_95c(_960);});return _95d;},CreateRequest:function(_961,_962){return new ITHit.WebDAV.Client.Request(this,_961,_962);},CreateWebDavRequest:function(_963,_964,_965){if("undefined"==typeof _965){_965=[];}var _966=ITHit.WebDAV.Client.WebDavRequest.Create(_964,_965,this._User,this._Pass,_963);ITHit.Events.AddListener(_966,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);ITHit.Events.AddListener(_966,"OnResponse","OnResponseHandler",this);return _966;},OnBeforeRequestSendHandler:function(_967,_968){ITHit.Events.RemoveListener(_968,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);return ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_967);},OnResponseHandler:function(_969,_96a){var _96a=arguments[arguments.length-1];if(this.ServerEngine===null){this.ServerEngine=_969.GetResponseHeader("x-engine",true);}if(this._IsIisDetected===null){var _96b=_969.GetResponseHeader("server",true);this._IsIisDetected=(/^Microsoft-IIS\//i.test(_96b));}ITHit.Events.RemoveListener(_96a,"OnResponse","OnResponseHandler",this);return ITHit.Events.DispatchEvent(this,"OnResponse",_969);},Undelete:function(_96c){var _96d=this.CreateRequest(this.__className+".Undelete()");_96c=ITHit.WebDAV.Client.Encoder.EncodeURI(_96c);var _96e=ITHit.WebDAV.Client.Methods.Undelete.Go(_96d,_96c,ITHit.WebDAV.Client.HierarchyItem.GetHost(_96c));_96d.MarkFinish();return _96e;},SetCredentials:function(_96f,_970){this._User=_96f;this._Pass=_970;},GetIisDetected:function(){return this._IsIisDetected;},GEdit:function(_971,_972){var _973=this.CreateRequest(this.__className+".GEdit()");return ITHit.WebDAV.Client.File.GEdit(_973,_971,_972);},GEditAsync:function(_974,_975,_976){var _977=this.CreateRequest(this.__className+".GEditAsync()");ITHit.WebDAV.Client.File.GEditAsync(_977,_974,_975,function(_978){_976(_978);});return _977;},GUnlock:function(_979,_97a,_97b){var _97c=this.CreateRequest(this.__className+".GUnlock()");ITHit.WebDAV.Client.File.GUnlock(_97c,_979,_97a,_97b);},GUnlockAsync:function(_97d,_97e,_97f,_980){var _981=this.CreateRequest(this.__className+".GUnlockAsync()");ITHit.WebDAV.Client.File.GUnlockAsync(_981,_97d,_97e,_97f,function(_982){_980(_982);});return _981;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.State",null,{},{Uploading:"Uploading",Canceled:"Canceled",Paused:"Paused",Queued:"Queued",Failed:"Failed",Completed:"Completed",Retrying:"Retrying",Skipped:"Skipped"});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Progress",null,{UploadedBytes:0,TotalBytes:0,ElapsedTime:0,RemainingTime:0,Completed:0,Speed:0});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.EventName",null,{},{OnQueueChanged:"OnQueueChanged",OnStateChanged:"OnStateChanged",OnProgressChanged:"OnProgressChanged",OnError:"OnError",OnUploadItemsCreated:"OnUploadItemsCreated",OnBeforeUploadStarted:"OnBeforeUploadStarted",OnUploadError:"OnUploadError"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.BaseEvent",null,{Name:"",Sender:null});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.StateChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldState:null,NewState:null,constructor:function(_983,_984,_985){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged;this.OldState=_984;this.NewState=_985;this.Sender=_983;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.ProgressChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldProgress:null,NewProgress:null,constructor:function(_986,_987,_988){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged;this.OldProgress=_987;this.NewProgress=_988;this.Sender=_986;}});})();(function(){"use strict";var _989=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.HtmlControl",null,{Id:"",HtmlElement:null,constructor:function(_98a){this.Id=_98a;this.HtmlElement=document.getElementById(_98a);},_StopEvent:function(_98b){if(_98b.preventDefault){_98b.preventDefault();}else{_98b.returnValue=false;}if(_98b.stopPropagation){_98b.stopPropagation();}},AddListener:function(_98c,_98d,_98e){_98e=_98e||null;this._CheckEventNameOtThrow(_98c);ITHit.Events.AddListener(this,_98c,_98d,_98e);},RemoveListener:function(_98f,_990,_991){_991=_991||null;this._CheckEventNameOtThrow(_98f);ITHit.Events.RemoveListener(this,_98f,_990,_991);},_CheckEventNameOtThrow:function(_992){if(_992!==_989.EVENT_ON_FILE_INPUT_HANDLED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_992);}},_RaiseOnFileInputHandled:function(_993){ITHit.Events.DispatchEvent(this,_989.EVENT_ON_FILE_INPUT_HANDLED,[{Source:this,AsyncResult:_993}]);}},{EVENT_ON_FILE_INPUT_HANDLED:"OnFileInputHandled"});})();(function(){"use strict";var _994=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FSEntry",null,{GetRelativePath:function(){return this._RelativePath;},GetFile:function(){return this._File||null;},IsFolder:function(){return !this._File;},IsFile:function(){return !this.IsFolder();},GetSize:function(){if(this.IsFolder()){return 0;}return this._File.size||this._File.fileSize;},constructor:function(_995,_996){this._RelativePath=_995;this._File=_996||null;},_RelativePath:"",_File:null},{PathSeparator:"/",CreateFromPathParts:function(_997,_998){var _999=_997.join(_994.PathSeparator);return new ITHit.WebDAV.Client.Upload.FSEntry(_999,_998);}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory",null,{},{CreateFromInputAsync:function(_99b,_99c){if(!!_99b.webkitEntries&&_99b.webkitEntries.length>0){var _99d=this._GetWebkitEntries(_99b.webkitEntries);if(_99d.length>0){var _99e=[];self._ExtractFromWebkitEntriesAsync(_99d,_99e,_99c);return;}}var _99f=this.CreateFromFileList(_99b.files);_99c(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_99f));},CreateFromDataTransferAsync:function(_9a0,_9a1){if(_9a0.items&&_9a0.items.length>0){var _9a2=this._GetWebkitEntries(_9a0.items);if(_9a2.length>0){var _9a3=[];self._ExtractFromWebkitEntriesAsync(_9a2,_9a3,_9a1);return;}}var _9a4=[];if(_9a0.files.length>0){_9a4=self.CreateFromFileList(_9a0.files);}_9a1(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9a4));},CreateFromFileList:function(_9a5){var _9a6=[];for(var i=0;i<_9a5.length;i++){var _9a8=_9a5[i];var _9a9="/"+(_9a8.webkitRelativePath||_9a8.name);var _9aa=new ITHit.WebDAV.Client.Upload.FSEntry(_9a9,_9a8);_9a6.push(_9aa);}return _9a6;},_GetWebkitEntries:function(_9ab){var _9ac=[];for(var i=0;i<_9ab.length;i++){var _9ae=_9ab[i];var _9af=_9ae.webkitGetAsEntry&&_9ae.webkitGetAsEntry();if(_9af){_9ac.push(_9af);}}return _9ac;},_ExtractFromWebkitEntriesAsync:function(_9b0,_9b1,_9b2){if(_9b0.length===0){_9b1.push("");var _9b3=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b1);_9b2(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_9b3]));}var _9b4=[];var _9b5=_9b0.length;for(var i=0;i<_9b0.length;i++){var _9b7=_9b0[i];self._ExtractFromWebkitEntryAsync(_9b7,_9b1.slice(),function(_9b8){_9b5--;if(!_9b8.IsSuccess){_9b5=0;_9b2(_9b8);return;}_9b4=_9b4.concat(_9b8.Result);if(_9b5<=0){_9b2(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b4));}});}},_ExtractFromWebkitEntryAsync:function(_9b9,_9ba,_9bb){if(_9b9.isDirectory){self._ExtractWebkitDirectoryChildrenAsync(_9b9,_9ba.slice(),function(_9bc){if(_9bc.IsSuccess){_9bb(_9bc);}else{_9bb(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9bc.Result));}});}else{_9b9.file(function(file){_9ba.push(file.name);var _9be=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9ba,file);_9bb(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9be));},function(_9bf){_9bb(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9bf));});}},_ExtractWebkitDirectoryChildrenAsync:function(_9c0,_9c1,_9c2){var _9c3=_9c0.createReader();_9c3.readEntries(function(_9c4){_9c1.push(_9c0.name);self._ExtractFromWebkitEntriesAsync(_9c4,_9c1,_9c2);},function errorHandler(_9c5){_9c2(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9c5));});}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.DropZone",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c6){this._super(_9c6);this.HtmlElement.addEventListener("drop",ITHit.Utils.MakeScopeClosure(this,"_OnDropHandler"),false);this.HtmlElement.addEventListener("dragover",ITHit.Utils.MakeScopeClosure(this,"_OnDragOverHandler"),false);this.HtmlElement.addEventListener("dragenter",ITHit.Utils.MakeScopeClosure(this,"_OnDragEnterHandler"),false);},_OnDropHandler:function(_9c7){this._StopEvent(_9c7);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromDataTransferAsync(_9c7.dataTransfer,this._RaiseOnFileInputHandled.bind(this));},_OnDragEnterHandler:function(_9c8){this._StopEvent(_9c8);},_OnDragOverHandler:function(_9c9){if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<10)){this._StopEvent(_9c9);}var dt=_9c9.dataTransfer;if(!dt){this._StopEvent(_9c9);}var _9cb=dt.types;if(_9cb){if(_9cb.contains&&!_9cb.contains("Files")){return;}if(_9cb.indexOf&&(-1==_9cb.indexOf("Files"))){return;}}dt.dropEffect="copy";this._StopEvent(_9c9);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.Input",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9cc){this._super(_9cc);this.HtmlElement.addEventListener("change",ITHit.Utils.MakeScopeClosure(this,"_OnChange"),false);},_OnChange:function(_9cd){if(!_9cd.target.value){return;}this._StopEvent(_9cd);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromInputAsync(_9cd.target,function(_9ce){this._RaiseOnFileInputHandled(_9ce);_9cd.target.value="";}.bind(this));}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Pair",null,{Key:"",Value:null,constructor:function(sKey,_9d0){this.Key=sKey;this.Value=_9d0;},});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Map",null,{_UnderLayingObject:null,_Length:0,constructor:function(_9d1){this._UnderLayingObject={};_9d1=_9d1||[];for(var i=0;i<_9d1.length;i++){var _9d3=_9d1[i];this.Set(_9d3.Key,_9d3.Value);}},Clear:function(){this._UnderLayingObject={};this._Length=0;},Delete:function(sKey){if(!this.Has(sKey)){return false;}delete this._UnderLayingObject[sKey];this._Length--;return true;},Entries:function(){var _9d5=[];var _9d6=this.Keys();for(var i=0;i<_9d6.length;i++){var sKey=_9d6[i];_9d5.push(new ITHit.WebDAV.Client.Upload.Collections.Pair(sKey,this._UnderLayingObject[sKey]));}return _9d5;},Get:function(sKey){return this._UnderLayingObject[sKey];},Has:function(sKey){return !!this.Get(sKey);},Keys:function(){var _9db=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9db.push(sKey);}}return _9db;},Set:function(sKey,_9de){if(!this.Has(sKey)){this._Length++;}this._UnderLayingObject[sKey]=_9de;return this;},Values:function(){var _9df=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9df.push(this._UnderLayingObject[sKey]);}}return _9df;},Count:function(){return this._Length;},ForEach:function(_9e1,_9e2){var _9e3=this.Entries();_9e3.forEach(function(_9e4){_9e1.call(_9e2,_9e4.Value,_9e4.Key,this);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadDiff",null,{BytesUploaded:0,TimeUpload:0,constructor:function(_9e5,_9e6,_9e7){this.BytesUploaded=_9e5;this.TimeUpload=_9e6;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.ProgressTracker",null,{_DiffCount:5,_IsCompleted:false,constructor:function(_9e8){this.ResetSpeed();this._Size=_9e8;this._StartPosition=0;this._CurrentProgress=new ITHit.WebDAV.Client.Upload.Progress();this._CurrentProgress.TotalBytes=_9e8;},GetProgress:function(){return this._CurrentProgress;},_CalculateProgress:function(){var _9e9=this._GetSpeed();var _9ea=new ITHit.WebDAV.Client.Upload.Progress();_9ea.TotalBytes=this._Size;_9ea.UploadedBytes=this._BytesUploaded;_9ea.Speed=Math.floor((Math.round(_9e9*10)/10));_9ea.Completed=this._GetUploadedPercents();_9ea.ElapsedTime=Math.floor(this._ElapsedTime);if(_9e9){_9ea.RemainingTime=this._GetRemainingTime(_9e9);}return _9ea;},_GetSpeed:function(){if(!this.IsCountable()){return 0;}var _9eb=this._Diffs.slice(-1*this._DiffCount);var _9ec=0;var _9ed=0;for(var i=0,l=_9eb.length;i<l;i++){_9ec+=_9eb[i].BytesUploaded;_9ed+=_9eb[i].TimeUpload;}var _9f0=_9ec/_9ed;return (_9f0>0)?_9f0:0;},_GetUploadedPercents:function(){if(!this.IsCountable()){return this._IsCompleted?100:0;}return Math.floor((this._BytesUploaded)/(this._Size)*100);},_GetRemainingTime:function(_9f1){var _9f2=Math.ceil((this._Size-this._BytesUploaded)/_9f1);return Math.floor(_9f2);},_Notify:function(){var _9f3=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,this._OldProgress,this._CurrentProgress);ITHit.Events.DispatchEvent(this,"OnProgress",[_9f3]);},UpdateBytes:function(_9f4,_9f5){var oNow=new Date();var _9f7=_9f4+this._StartPosition-this._LastUploadedBytes;var _9f8=(oNow-this._LastReportTime)/1000;var _9f9=new ITHit.WebDAV.Client.Upload.Providers.UploadDiff(_9f7,_9f8);this._Diffs.push(_9f9);this._BytesUploaded=_9f4+this._StartPosition;this._LastUploadedBytes=_9f4+this._StartPosition;this._LastReportTime=oNow;this._ElapsedTime+=_9f8;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},IsCountable:function(){return this._Size!==0;},_Set:function(_9fa,_9fb){var oNow=new Date();var _9fd=(oNow-this._LastReportTime)/1000;this.ResetSpeed();this._BytesUploaded=_9fa;this._LastUploadedBytes=0;this._LastReportTime=oNow;this._ElapsedTime+=_9fd;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},OnProgressChanged:function(_9fe,_9ff){ITHit.Events.AddListener(this,"OnProgress",_9fe,_9ff);},IsCompleted:function(){return this._BytesUploaded===this._Size;},Reset:function(){this._StartPosition=0;this._BytesUploaded=0;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},StartTracking:function(_a00){_a00=_a00||this._CurrentProgress.UploadedBytes;this._StartPosition=_a00;},StopTracking:function(){this.ResetSpeed();this._OldProgress=this._CurrentProgress;this._CurrentProgress.Speed=0;this._Notify();},SyncProgress:function(_a01){if(_a01.BytesUploaded<this._StartPosition){this.ResetSpeed();this._StartPosition=_a01.BytesUploaded;}this._Set(_a01.BytesUploaded,_a01.TotalContentLength);},ResetSpeed:function(_a02){this._LastReportTime=_a02||new Date();this._LastUploadedBytes=0;this._Diffs=[];},ResetIfComplete:function(){if(this.IsCompleted()){this.Reset();}},SetCompleted:function(){this.UpdateBytes(this._Size,this._Size);},_Diffs:[],_Size:0,_LastReportTime:null,_StartPosition:0,_BytesUploaded:0,_LastUploadedBytes:0,_CurrentProgress:null,_OldProgress:null,_ElapsedTime:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.AsyncEvent",null,{constructor:function(_a03,_a04){this.Sender=_a03;this._HandledCallback=_a04||ITHit.Utils.NoOp;this._IsHandled=false;},Name:"",Sender:null,_HandledCallback:null,_Handle:function(_a05){if(this._IsHandled){return;}this._IsHandled=true;this._HandledCallback(_a05);},GetIsHandled:function(){return this._IsHandled;},_IsHandled:false});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Skip:function(){if(this._IsHandled){return;}this.Sender.SetSkip();this._Handle();},Overwrite:function(){if(this._IsHandled){return;}if(!this.Sender.IsFolder()){this.Sender.SetOverwrite(true);}this._Handle();},SkipAll:function(){if(this._IsHandled){return;}var _a06=this.Sender.GetGroup();if(_a06){_a06.GetItems().forEach(function(_a07){_a07.SetSkip();});}else{this.Sender.SetSkip();}this._Handle();},OverwriteAll:function(){if(this._IsHandled){return;}var _a08=this.Sender.GetGroup();if(_a08){_a08.GetItems().forEach(function(_a09){_a09.SetOverwrite(true);});}else{this.Sender.SetOverwrite(true);}this._Handle();},Upload:function(){if(this._IsHandled){return;}this._Handle();},constructor:function(_a0a,_a0b){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted;this._super(_a0a,_a0b);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Path.PathCache",null,{constructor:function(){this._UrlMap=new ITHit.WebDAV.Client.Upload.Collections.Map();},Has:function(oUrl){return this._UrlMap.Has(oUrl.GetHref());},Add:function(oUrl){this._UrlMap.Set(oUrl.GetHref(),oUrl);},Delete:function(oUrl){this._UrlMap.Delete(oUrl.GetHref());},_UrlMap:null});})();(function(){"use strict";var _a0f=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.Group",null,{ID:0,IDString:"",constructor:function(_a10,_a11){this._ItemGroupMap=_a10;this._GroupItemMap=_a11;this.ID=++_a0f._GroupCounter;this.IDString=this.ID.toString();this.PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},AddRange:function(_a12){var _a13=this._GroupItemMap.Get(this.IDString);_a12.forEach(function(_a14){this._ItemGroupMap.Set(_a14.GetUrl(),this);_a13.push(_a14);}.bind(this));},GetItems:function(){return this._GroupItemMap.Get(this.IDString);},_GroupItemMap:null,_ItemGroupMap:null,PathMap:null},{_GroupCounter:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.GroupManager",null,{constructor:function(){this._GroupItemMap=new ITHit.WebDAV.Client.Upload.Collections.Map();this._ItemGroupMap=new ITHit.WebDAV.Client.Upload.Collections.Map();},CreateGroup:function(_a15){_a15=_a15||[];var _a16=new ITHit.WebDAV.Client.Upload.Groups.Group(this._ItemGroupMap,this._GroupItemMap);this._GroupItemMap.Set(_a16.IDString,[]);_a16.AddRange(_a15);return _a16;},GetGroupByItem:function(_a17){return this._ItemGroupMap.Get(_a17.GetUrl());},_GroupItemMap:null,_ItemGroupMap:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.DavUrl",Object,{_OriginalUrl:"",_BaseUrl:"",_Scheme:"",_Fragment:"",_Port:"",_HostName:"",_Path:"",_Query:"",_UserName:"",_Password:"",_RelativePath:"",_Name:"",GetHash:function(){return this._Fragment;},GetHost:function(){if(this._Port){return this._HostName+this._PortSeparator+this._Port;}return this._HostName;},GetOrigin:function(){return this.GetProtocol()+this.GetHost();},GetHostName:function(){return this._HostName;},GetPort:function(){return this._Port;},GetProtocol:function(){return this._Scheme;},GetQuery:function(){return this._Query;},GetName:function(){return this._Name;},GetRelativePath:function(){return this._RelativePath;},GetHref:function(){return this._OriginalUrl;},GetBaseUrl:function(){return this._BaseUrl;},toString:function(){return this._OriginalUrl;},Clone:function(){return new ITHit.WebDAV.Client.Upload.Utils.DavUrl(this._RelativePath,this._BaseUrl);},_ParseAuthPartsUndetectedScheme:function(_a18){var _a19=_a18.split(":");if(_a19.length===3){this._Scheme=_a19[0]+":";this._UserName=_a19[1];this._Password=_a19[2];}else{if(_a19.length===2){this._Scheme=_a19[0];this._UserName=_a19[1];}else{this._UserName=_a19[0];}}},_ParseAuthPartsDetectedScheme:function(_a1a){var _a1b=_a1a.split(":");if(_a1b.length===2){this._UserName=_a1b[0];this._Password=_a1b[1];}else{this._UserName=_a1b[0];}},ParseAuthorityWithScheme:function(_a1c,_a1d){var _a1e=_a1c.match(this._PortRexEx);if(_a1e){this._Port=_a1e[0].slice(1);_a1c=_a1c.slice(0,-_a1e[0].length);}var _a1f=_a1c.split("@");if(_a1f.length>1){this._HostName=_a1f[1];if(!_a1d){this._ParseAuthPartsUndetectedScheme(_a1f[0]);}else{this._ParseAuthPartsDetectedScheme(_a1f[0]);}return;}var _a20=_a1f[0].split(":");if(_a20.length>1){this._Scheme=_a20[0]+":";this._HostName=_a20[1];return;}this._HostName=_a1c;},_ParseTrailingPathPart:function(_a21){var _a22=_a21.split(this._FragmentSeparator);if(_a22.length>1){this._Fragment=this._FragmentSeparator+_a22[1];}var _a23=_a22[0].split("?");if(_a23.length>1){this._Query=_a23[1];return _a23[0];}return _a23[0];},_ParseUrl:function(sUrl){var _a25=sUrl.split(this._DashedSchemeSeparator);if(_a25.length>1){this._Scheme=_a25[0]+this._DashedSchemeSeparator;this._IsDashedScheme=true;_a25.splice(0,1);}var _a26=_a25[0].split(this._PathSeparator);_a26=ITHit.Utils.FilterBy(_a26,function(_a27){return _a27!=="";});this.ParseAuthorityWithScheme(_a26[0],this._IsDashedScheme);_a26.splice(0,1);if(_a26.length===0){return;}var _a28=[];for(var i=0;i<_a25.length-1;i++){_a28.push(_a26[i]);}var _a2a=this._ParseTrailingPathPart(_a26[_a26.length-1]);_a28.push(_a2a);this._Name=_a2a;this._Path=this._PathSeparator+_a28.join(this._PathSeparator);this._RelativePath=this._RelativePath||this._Path;},constructor:function(sUrl,_a2c){this._BaseUrl=_a2c||"";this._OriginalUrl=sUrl;if(!!_a2c){this._RelativePath=this._PathSeparator+this._GetWithoutLeadingSeparator(sUrl);this._OriginalUrl=this._GetWithoutTrailingSeparator(_a2c)+this._RelativePath;}this._ParseUrl(this._OriginalUrl);},_PathSeparator:"/",_DashedSchemeSeparator:"://",_FragmentSeparator:"#",_PortRexEx:/:\d+$/,_IsDashedScheme:false,_PortSeparator:":",_GetWithoutTrailingSeparator:function(_a2d){var _a2e=_a2d.slice(-1);if(_a2e===this._PathSeparator){return _a2d.slice(0,-1);}return _a2d;},_GetWithoutLeadingSeparator:function(_a2f){var _a30=_a2f[0];if(_a30===this._PathSeparator){return _a2f.substring(1);}return _a2f;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploadItem",null,{GetFile:function(){return this._UploadProvider.FSEntry.GetFile();},GetUrl:function(){return this._UploadProvider.Url.GetHref();},GetBaseUrl:function(){return this._UploadProvider.Url.GetBaseUrl();},GetName:function(){return this._UploadProvider.Url.GetName();},GetRelativePath:function(){return this._UploadProvider.Url.GetRelativePath();},IsFolder:function(){return this._UploadProvider.FSEntry.IsFolder();},GetSource:function(){return this._Source;},GetState:function(){return this._UploadProvider.GetState().GetAsEnum();},GetProgress:function(){return this._UploadProvider.GetProgress();},GetErrors:function(){return this._UploadProvider.Errors.slice();},GetLastError:function(){return this._UploadProvider.LastError;},OnUploadStartedCallback:null,OnUploadErrorCallback:null,CustomData:null,SetOverwrite:function(_a31){this._UploadProvider.Settings.ForceRewrite=_a31;},AddHeader:function(_a32,_a33){this._UploadProvider.Settings.CustomHeaders=this._UploadProvider.Settings.CustomHeaders||[];var _a34=ITHit.Utils.FindBy(this._UploadProvider.Settings.CustomHeaders,function(_a35){return _a35.name===_a32;});if(_a34){_a34.value=_a33;}else{this._UploadProvider.Settings.CustomHeaders.push({name:_a32,value:_a33});}},SetRewrite:function(_a36){this.SetOverwrite(_a36);},GetOverwrite:function(){return this._UploadProvider.Settings.ForceRewrite;},GetRewrite:function(){return this.GetOverwrite();},SetDeleteOnCancel:function(_a37){if(this.IsFolder()&&_a37===true){throw new ITHit.Exceptions.ArgumentException(null,"bDelete");}this._UploadProvider.Settings.DeleteOnCancel=_a37;},GetDeleteOnCancel:function(){return this._UploadProvider.Settings.DeleteOnCancel;},SetSkip:function(){this._UploadProvider.Skip();},SetFailed:function(_a38){if(!(_a38 instanceof ITHit.WebDAV.Client.Exceptions.WebDavException)){var _a39=ITHit.Phrases.WrongParameterType.Paste("ITHit.WebDAV.Client.Exceptions.WebDavException");throw new ITHit.Exceptions.ArgumentException(_a39,"oError");}this._UploadProvider.SetFailed(_a38);},_SetProgress:function(_a3a){var _a3b=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_a3a.OldProgress,_a3a.NewProgress);ITHit.Events.DispatchEvent(this,_a3b.Name,_a3b);},_Source:null,_UploadProvider:null,constructor:function(sUrl,_a3d,_a3e,_a3f,_a40,_a41){this._Source=_a3e||null;this._GroupManager=_a40;var _a42=new ITHit.WebDAV.Client.Upload.Utils.DavUrl(ITHit.WebDAV.Client.Encoder.Encode(_a3d.GetRelativePath()),sUrl);this._UploadProvider=new ITHit.WebDAV.Client.Upload.Providers.UploadProvider(_a3f,this,_a3d,_a42,_a41);this._UploadProvider.AddListener("OnProgressChanged",this._SetProgress,this);this._UploadProvider.AddListener("OnStateChanged",this._OnStateChangedEventHandler,this);this._UploadProvider.AddListener("OnError",this._OnErrorEventHandler,this);this.CustomData={};},StartAsync:function(_a43){_a43=_a43||function(){};if(this.GetState()!==ITHit.WebDAV.Client.Upload.State.Paused){var that=this;this._GetUploadBehaviourAsync(function(){if(that.GetState()===ITHit.WebDAV.Client.Upload.State.Skipped){_a43();}else{that._UploadProvider.StartUploadAsync(_a43);}});}else{this._UploadProvider.StartUploadAsync(_a43);}},PauseAsync:function(_a45){_a45=_a45||function(){};this._UploadProvider.PauseUpload(_a45);},CancelAsync:function(_a46,_a47,_a48){_a48=_a48||function(){};_a46=_a46||5;_a47=_a47||500;this._UploadProvider.AbortUpload(_a46,_a47,_a48);},GetSize:function(){return this._UploadProvider.FSEntry.GetSize();},_GetUploadBehaviourAsync:function(_a49){var _a4a=new ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted(this,_a49);if(this.OnUploadStartedCallback){this.OnUploadStartedCallback(_a4a);}else{if(ITHit.Events.ListenersLength(this,_a4a.Name)!==0){ITHit.Events.DispatchEvent(this,_a4a.Name,_a4a);}else{_a49();}}},AddListener:function(_a4b,_a4c,_a4d){this._ValidateEventName(_a4b);_a4d=_a4d||null;ITHit.Events.AddListener(this,_a4b,_a4c,_a4d);},RemoveListener:function(_a4e,_a4f,_a50){this._ValidateEventName(_a4e);_a50=_a50||null;ITHit.Events.RemoveListener(this,_a4e,_a4f,_a50);},_ValidateEventName:function(_a51){switch(_a51){case ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnError:case ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_a51+"`");}},GetGroup:function(){return this._GroupManager.GetGroupByItem(this);},_GroupManager:null,_OnStateChangedEventHandler:function(_a52){var _a53=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_a52.OldState,_a52.NewState);ITHit.Events.DispatchEvent(this,_a53.Name,_a53);},_OnErrorEventHandler:function(_a54){var _a55=new ITHit.WebDAV.Client.Upload.Events.Error(this,_a54.Error);ITHit.Events.DispatchEvent(this,_a55.Name,_a55);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.QueueChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{AddedItems:[],RemovedItems:[],constructor:function(_a56,_a57,_a58){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged;this.AddedItems=_a57||[];this.RemovedItems=_a58||[];this.Sender=_a56;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FileSpan",null,{GetStart:function(){return this._Start;},SetStart:function(_a59){if(this._End&&_a59>this._End){throw new ITHit.Exceptions.ArgumentException("Start cant be bigger than end","iStart");}this._Start=_a59;},GetEnd:function(){return this._End;},SetEnd:function(iEnd){if(iEnd<this._Start){throw new ITHit.Exceptions.ArgumentException("End cant be smaller than start","iEnd");}this._End=iEnd||this._Blob.size;},_Start:0,_End:0,_Blob:null,constructor:function(_a5b,_a5c,iEnd){this._SetBlob(_a5b);this.SetStart(_a5c);this.SetEnd(iEnd||_a5b.size);},_SetBlob:function(_a5e){this._Blob=_a5e;this._Start=0;this._End=_a5e.size;},IsFullFile:function(){return this._Start===0&&this._End===this._Blob.size;},IsPartFile:function(){return !this.IsFullFile();},GetSlice:function(){if(this.IsFullFile()){return this._Blob;}return this._Blob.slice(this._Start,this.End);},GetFile:function(){return this._Blob;},GetFullSize:function(){return this._Blob.size;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploadLocation",null,{constructor:function(_a5f,oUrl){this._FolderGenerator=_a5f;this._Url=oUrl;this._PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},CreateAsync:function(_a61,_a62){var _a63=function(_a64){delete this._CancellationCallback;_a61.call(_a62,_a64);};this._CancellationCallback=this._FolderGenerator.GeneratePathAsync(this._PathMap,this._Url,_a63,this);},IsExists:function(){return this._PathMap.Has(this._Url);},SetNotExists:function(){var _a65=this._GetAncestorsPaths(this._Url);_a65.forEach(function(oUrl){this._PathMap.Delete(oUrl);},this);},IsInProgress:function(){return !!this._CancellationCallback;},AbortRunningCreationAsync:function(_a67,_a68){if(!this._CancellationCallback){_a67.call(_a68);return;}this._CancellationCallback(function(){_a67.call(_a68);},this);},GetCache:function(){return this._PathMap;},SetCache:function(_a69){this._PathMap=_a69;},_CancellationCallback:null,_FolderGenerator:null,_PathMap:null,_Url:null,_GetAncestorsPaths:function(oUrl){var _a6b=oUrl.GetRelativePath().split("/");if(_a6b.length===0){return [];}if(_a6b[_a6b.length-1]===""){_a6b=_a6b.slice(0,-1);}var _a6c=[];var path="";for(var i=0;i<_a6b.length-1;i++){if(path!==""){path+="/";}path+=_a6b[i];_a6c.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _a6c;}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ContentWriter",null,{Url:null,constructor:function(_a70,oUrl){this._Session=_a70;this.Url=oUrl;},SetProgressDebounce:function(_a72){this._ReportPeriod=_a72;},BeginWrite:function(_a73){this._InitializeRequestContext();var _a74=null;if(_a73.IsFolder()){_a74=this._CreateMKCOLRequest();this._AddCustomHeaders(_a74);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a74.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();return;}_a74=this._CreatePutRequest(_a73);_a74.Headers.Add("Overwrite","F");this._AddCustomHeaders(_a74);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a74.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},BeginRewrite:function(_a75){this._InitializeRequestContext();var _a76=null;if(_a75.IsFolder()){_a76=this._CreateMKCOLRequest();this._AddCustomHeaders(_a76);this._RequestContext.AddListener("OnError",this._OnMKCOLRewriteErrorEventHandler,this);_a76.GetResponse(this._OnMKCOLRewriteResponse.bind(this));this._RaiseOnStartEvent();}else{_a76=this._CreatePutRequest(_a75);_a76.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a76);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a76.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();}},BeginAppend:function(_a77){this._InitializeRequestContext();var _a78=this._CreatePutAppendRequest(_a77);_a78.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a78);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a78.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},AbortAsync:function(_a79,_a7a){if(this._RequestContext){this._RequestContext.RemoveListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);this._RequestContext.AbortAsync(_a79,_a7a);}},AddListener:function(_a7b,_a7c,_a7d){_a7d=_a7d||null;this._ValidateEventName(_a7b);ITHit.Events.AddListener(this,_a7b,_a7c,_a7d);},RemoveListener:function(_a7e,_a7f,_a80){_a80=_a80||null;this._ValidateEventName(_a7e);ITHit.Events.RemoveListener(this,_a7e,_a7f,_a80);},_AddCustomHeaders:function(_a81){if(!this.CustomHeaders){return;}var _a82=[];var _a83=_a81.Headers.GetAll();this.CustomHeaders.forEach(function(_a84){if(_a82.indexOf(_a84.name)<0&&!_a83.hasOwnProperty(_a84.name)){_a81.Headers.Add(_a84.name,_a84.value);_a82.push(_a84.name);}});},_ValidateEventName:function(_a85){switch(_a85){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:case self.EVENT_ON_START:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_a85+"`");}},_InitializeRequestContext:function(){if(this.IsActive()){throw new ITHit.Exceptions("Content write already in progress");}this._RequestContext=this._Session.CreateRequest(this.__className);this._RequestContext.AddListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);},_CreateMKCOLRequest:function(){var _a86=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a86.Method("MKCOL");this._SetDefaultHeaders(_a86);return _a86;},_OnMKCOLRewriteResponse:function(_a87){if(this._IsConflictResult(_a87)){_a87=this._TransformToSuccess(_a87);}this._OnResponse(_a87);},_OnMKCOLRewriteErrorEventHandler:function(_a88){if(_a88.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return;}},_OnResponse:function(_a89){if(_a89.IsAborted){_a89=ITHit.WebDAV.Client.CancellableResult.CreateAbortedResult(_a89.Error);this._RequestContext.MarkAbort();}else{_a89=ITHit.WebDAV.Client.CancellableResult.CreateFromAsyncResultResult(_a89);this._RequestContext.MarkFinish();}this._RaiseOnFinishEvent(_a89);this._RemoveRequestContextEventListeners();},_CreatePutRequest:function(_a8a){var _a8b=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a8b.Method("PUT");if(_a8a.GetFile().type){_a8b.Headers.Add("Content-Type",_a8a.GetFile().type);}_a8b.BodyBinary(_a8a.GetFile());this._SetDefaultHeaders(_a8b);return _a8b;},_CreatePutAppendRequest:function(_a8c){var _a8d=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a8d.Method("PUT");if(_a8c.GetFile().type){_a8d.Headers.Add("Content-Type",_a8c.GetFile().type);}if(_a8c.IsPartFile()){_a8d.Headers.Add("Content-Range",this._GetRangeHeader(_a8c));_a8d.BodyBinary(_a8c.GetSlice());}else{_a8d.BodyBinary(_a8c.GetFile());}this._SetDefaultHeaders(_a8d);return _a8d;},_GetRangeHeader:function(_a8e){return "bytes "+_a8e.GetStart()+"-"+(_a8e.GetEnd()-1)+"/"+_a8e.GetFullSize();},_TransformToSuccess:function(_a8f){return new ITHit.WebDAV.Client.AsyncResult(_a8f.Error,true,null);},_IsConflictResult:function(_a90){return _a90.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException;},_RaiseOnProgressEvent:function(_a91){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:_a91,Uploader:this}]);},_RaiseOnErrorEvent:function(_a92){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_a92,Uploader:this}]);},_RaiseOnFinishEvent:function(_a93){ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Uploader:this,Result:_a93}]);},_RaiseOnStartEvent:function(){ITHit.Events.DispatchEvent(this,self.EVENT_ON_START,[{Uploader:this}]);},_OnProgressEventHandler:function(_a94){var iNow=new Date().getTime();if(iNow-this._LastReportTime>this._ReportPeriod||_a94.Progress.BytesTotal===_a94.Progress.BytesLoaded){this._RaiseOnProgressEvent(_a94.Progress);this._LastReportTime=iNow;}},_OnErrorEventHandler:function(_a96){this._RaiseOnErrorEvent(_a96.Error);},_RemoveRequestContextEventListeners:function(){ITHit.Events.RemoveAllListeners(this._RequestContext,"OnUploadProgress");ITHit.Events.RemoveAllListeners(this._RequestContext,"OnError");delete this._RequestContext;},_SetDefaultHeaders:function(_a97){_a97.Headers.Add("If-Modified-Since","Mon, 26 Jul 1997 05:00:00 GMT");_a97.Headers.Add("X-Requested-With","XMLHttpRequest");},IsActive:function(){return !!this._RequestContext;},_Session:null,_RequestContext:null,_ReportPeriod:1000,_LastReportTime:0},{EVENT_ON_PROGRESS:"OnProgress",EVENT_ON_ERROR:"OnError",EVENT_ON_FINISH:"OnFinish",EVENT_ON_START:"OnStart"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Path.Generator",null,{constructor:function(_a98){this._Session=_a98;this._WorkList=new ITHit.WebDAV.Client.Upload.Collections.Map();},_SendRequest:function(oUrl){var _a9a=this._Session.CreateRequest(this.__className+".GeneratePathAsync()");ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_a9a,oUrl.toString(),[],ITHit.WebDAV.Client.Encoder.Encode(oUrl.GetHost()),function(_a9b){if(_a9b.IsAborted){_a9a.MarkAbort();}else{_a9a.MarkFinish();}this._CallAwaiters(oUrl,_a9b);}.bind(this));return _a9a;},_RecurrentGenerate:function(_a9c,_a9d,_a9e,_a9f){var _aa0=null;var _aa1=null;var _aa2=function(_aa3,_aa4){if(!!_aa0){_aa0.AbortAsync(_aa3,_aa4);return;}if(!!_aa1){_aa1(_aa3,_aa4);}_aa3.call(_a9f);};var _aa5=_a9d.slice();var _aa6=[];while(_aa5.length>0){var oUrl=_aa5[0];if(!_a9c.Has(oUrl)){break;}_aa6.push(oUrl);_aa5.splice(0,1);}if(_aa5.length===0){_a9e.call(_a9f,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa6));return _aa2;}var _aa8=_aa5.shift();if(!this._IsInWork(_aa8)){_aa0=this._SendRequest(_aa8);}this._AddAwaiter(_aa8,function(_aa9){if(!_aa9.IsSuccess&&!this._IsConflictResult(_aa9)){_a9e.call(_a9f,_aa9);return;}_a9c.Add(_aa8);_aa6.push(oUrl);_aa0=null;_aa1=this._RecurrentGenerate(_a9c,_aa5,function(_aaa){if(_aaa.IsSuccess||this._IsConflictResult(_aa9)){_aaa.Result.concat(_aa6);_aaa=ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa6);}_aa1=null;_a9e.call(_a9f,_aaa);return;},this);}.bind(this));return _aa2;},GeneratePathAsync:function(_aab,oUrl,_aad,_aae){var _aaf=this._GetAncestorsPaths(oUrl);if(_aaf.length===0){return _aad.call(_aae,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([]));}return this._RecurrentGenerate(_aab,_aaf,_aad,_aae);},_Session:null,_WorkList:null,_GetAncestorsPaths:function(oUrl){var _ab1=oUrl.GetRelativePath().split("/");if(_ab1.length===0){return [];}if(_ab1[_ab1.length-1]===""){_ab1=_ab1.slice(0,-1);}var _ab2=[];var path="";for(var i=0;i<_ab1.length-1;i++){if(path!==""){path+="/";}path+=_ab1[i];_ab2.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _ab2;},_IsInWork:function(oUrl){var _ab6=this._WorkList.Get(oUrl.toString());return _ab6&&(_ab6.length>0);},_AddAwaiter:function(oUrl,_ab8){var _ab9=this._WorkList.Get(oUrl.toString());var _aba=[];if(_ab9){_aba=_aba.concat(_ab9);}_aba.push(_ab8);this._WorkList.Set(oUrl.toString(),_aba);},_CallAwaiters:function(oUrl,_abc){var _abd=this._WorkList.Get(oUrl.toString());this._WorkList.Delete(oUrl.toString());_abd.forEach(function(_abe){_abe(_abc);});},_IsConflictResult:function(_abf){if(_abf.IsSuccess){return false;}if(_abf.Error&&_abf.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return true;}return false;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploaderSession",ITHit.WebDAV.Client.WebDavSession,{ExistsFolders:[],GetProgressReportAsync:function(sUrl,_ac1,_ac2){var _ac3=this.CreateRequest(this.__className+".ReportAsync()");var _ac4=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.Report.GoAsync(_ac3,sUrl,_ac4,null,null,function(_ac5){_ac3.MarkFinish();_ac1.call(_ac2,_ac5);});return _ac3;},CancelUploadAsync:function(sUrl,_ac7){var _ac8=this.CreateRequest(this.__className+".CancelUpload()");var _ac9=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_ac8,sUrl,[],_ac9,function(_aca){_ac8.MarkFinish();var _acb=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_aca.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_acb=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}else{if(!_aca.IsSuccess){_acb=new ITHit.WebDAV.Client.AsyncResult(_aca.IsSuccess,_aca.IsSuccess,_aca.Error);}}_ac7(_acb);});return _ac8;},CheckExistsAsync:function(sUrl,_acd,_ace){_acd=_acd||function(){};return this.OpenItemAsync(ITHit.WebDAV.Client.Encoder.Encode(sUrl),[],function(_acf){var _ad0=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_acf.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ad0=new ITHit.WebDAV.Client.AsyncResult(false,true,null);}else{if(!_acf.IsSuccess){_ad0=new ITHit.WebDAV.Client.AsyncResult(_acf.IsSuccess,_acf.IsSuccess,_acf.Error);}}_acd.call(_ace,_ad0);});},DeleteAsync:function(_ad1,_ad2,_ad3){_ad2=_ad2||null;var _ad4=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ad1);var _ad5=this.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_ad5,_ad1,_ad2,_ad4,function(_ad6){if(!_ad6.IsSuccess&&_ad6.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ad6=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}_ad5.MarkFinish();_ad3(_ad6);});return _ad5;},CreateFolderRangeAsync:function(_ad7,_ad8,_ad9,_ada){_ad8=_ad8||null;_ad9=_ad9||ITHit.Utils.NoOp;var _adb=_ad7.length;var _adc=this.CreateRequest(this.__className+".CreateFolderRangeAsync()",_adb);this._PerformCreateFolderRangeMethodAsync(_adc,_ad7,_ad8,function(_add){_adc.MarkFinish();_ad9.call(_ada,_add);});return _adc;},_PerformCreateFolderRangeMethodAsync:function(_ade,_adf,_ae0,_ae1,_ae2){_ae1=_ae1||ITHit.Utils.NoOp;_adf=_adf.slice();var _ae3=_adf.unshift();var _ae4=ITHit.WebDAV.Client.Encoder.Encode(_ae3.GetHref());var _ae5=ITHit.WebDAV.Client.Encoder.Encode(_ae3.GetHost());ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_ade,_ae4,_ae0,_ae5,function(_ae6){if(_ae6.IsSuccess||_ae6.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){_ae6=new ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_ae3]);}if(_adf.length>0&&_ae6.IsSuccess){this._PerformCreateFolderRangeMethodAsync(_ade,_adf,_ae0,function(_ae7){if(_ae7.IsSuccess){_ae7.Result.push(_ae3);}_ae1.call(_ae2,_ae7);return;},this);}else{_ae1.call(_ae2,_ae6);return;}});},CreateUploadLocation:function(oUrl){return new ITHit.WebDAV.Client.Upload.UploadLocation(this.GetPathGenerator(),oUrl);},CreateContentWriter:function(oUrl){return new ITHit.WebDAV.Client.Upload.ContentWriter(this,oUrl);},GetPathGenerator:function(){if(!this._PathGenerator){this._PathGenerator=new ITHit.WebDAV.Client.Upload.Path.Generator(this);}return this._PathGenerator;},_PathGenerator:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext",null,{_RoundsCount:0,_IsActive:true,_Handler:null,_EndHandler:null,_RepeatTime:0,constructor:function(_aea,_aeb,_aec,_aed){this._RoundsCount=_aea;this._Handler=_aec;this._EndHandler=_aed;this._IsActive=!!_aea;this._RepeatTime=_aeb;},Stop:function(_aee){this._IsActive=false;this._RoundsCount=0;this._EndHandler(_aee);},_RunRound:function(){if(this._IsActive){this._Handler(this);}else{this.Stop();}},EndRound:function(_aef){this._RoundsCount--;if(this._RoundsCount===0){this.Stop(_aef);}else{setTimeout(this._RunRound.bind(this),this._RepeatTime);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableAction",null,{_Action:null,constructor:function(_af0){this._Action=_af0;},RunAsync:function(_af1,_af2,_af3){var _af4=new ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext(_af1,_af2,this._Action,_af3);_af4._RunRound();}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadError",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Error:null,Skip:function(){if(this._IsHandled){return;}this._SkipRetry(this.Items);},Retry:function(){if(this._IsHandled){return;}this._Retry(this.Items);},constructor:function(_af6,_af7,_af8){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError;this.Error=_af7;this._super(_af6,_af8);},_Retry:function(){this._Handle(self.GetRetryResult(this.Error));},_SkipRetry:function(){this._Handle(self.GetSkipResult(this.Error));}},{GetSkipResult:function(_af9){return {Action:"skip",Error:_af9};},GetRetryResult:function(_afa){return {Action:"retry",Error:_afa};}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.Error",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{Error:null,constructor:function(_afb,_afc){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnError;this.Error=_afc;this.Sender=_afb;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.BaseState",null,{OnEnter:function(_afd){},OnLeave:function(_afe){},StartUploadAsync:function(_aff,_b00){_b00();},PauseUpload:function(_b01,_b02){_b02();},AbortUpload:function(_b03,_b04,_b05,_b06){_b06();},Skip:function(_b07){},OnUploadLocationPrepared:function(_b08,_b09){},OnUploadProgressPrepared:function(_b0a,_b0b){},OnContentCompleted:function(_b0c,_b0d){},OnRetryResult:function(_b0e,_b0f){},_CompletePauseAsync:function(_b10,_b11,_b12){if(_b10.IsRetrySchedule){_b10.IsRetrySchedule=false;}_b10.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetPausedState());_b11.call(_b12);},_StartPauseAsync:function(_b13,_b14){_b13._ProgressTracker.StopTracking();_b13.CancelAllRequests(function(){if(_b13.IsContentSend){_b13.SyncProgressWithServerAsync(function(_b15){this._CompletePauseAsync(_b13,_b14);},this);return;}this._CompletePauseAsync(_b13,_b14);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.CompletedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Completed;},OnEnter:function(_b16){_b16.GetProgressTracker().StopTracking();_b16.GetProgressTracker().SetCompleted();},StartUploadAsync:function(_b17,_b18){_b17.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b17,_b18);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.SkippedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Skipped;},StartUploadAsync:function(_b19,_b1a){_b19.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b19,_b1a);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.QueuedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Queued;},StartUploadAsync:function(_b1b,_b1c){_b1b.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b1b,_b1c);},Skip:function(_b1d){_b1d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetSkippedState());},PauseUpload:function(_b1e,_b1f){this._StartPauseAsync(_b1e,_b1f);},AbortUpload:function(_b20,_b21,_b22,_b23){_b20.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());this._super(_b20,_b21,_b22,_b23);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.CanceledState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Canceled;},OnEnter:function(_b24){_b24.GetProgressTracker().StopTracking();_b24.GetProgressTracker().Reset();},StartUploadAsync:function(_b25,_b26){_b25.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b25,_b26);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.UploadingState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Uploading;},OnEnter:function(_b27){_b27.PrepareUploadLocation();},PauseUpload:function(_b28,_b29){this._StartPauseAsync(_b28,_b29);},AbortUpload:function(_b2a,_b2b,_b2c,_b2d){_b2a.CancelAllRequests(function(){_b2a.GetProgressTracker().StopTracking();_b2a.CancelAndDeleteAsync(_b2b,_b2c,function(_b2e){if(_b2e.IsSuccess){_b2a.GetProgressTracker().Reset();_b2a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b2a.AddError(_b2e.Error);_b2a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b2d();},this);},this);},OnContentCompleted:function(_b2f,_b30){var _b31=_b30.Result;if(_b31.IsAborted){return;}if(_b31.IsSuccess){_b2f.GetProgressTracker().SetCompleted();_b2f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());return;}this._HandleError(_b2f,_b31);},_HandleError:function(_b32,_b33){_b32.AddError(_b33.Error);_b32.BeginRetry(_b33.Error);},OnRetryResult:function(_b34,_b35){if(_b35.Action==="skip"){_b34.AddError(_b35.Error);_b34.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());return;}if(_b34.IsContentSend){_b34.SyncProgressWithServerAsync(function(_b36){if(_b36.Error){this._HandleError(_b35.Error);}else{this.OnEnter(_b34);}},this);return;}this.OnEnter(_b34);},OnUploadLocationPrepared:function(_b37,_b38){if(_b38.IsAborted){return;}if(!_b38.IsSuccess){this._HandleError(_b37,_b38);return;}_b37._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.ResumeState",ITHit.WebDAV.Client.Upload.States.UploadingState,{OnEnter:function(_b39){if(_b39.IsContentSend){_b39.PrepareProgress();return;}this._super(_b39);},OnUploadProgressPrepared:function(_b3a,_b3b){if(_b3b.IsAborted){return;}if(!_b3b.IsSuccess){this._HandleError(_b3a,_b3b);return;}if(_b3a.GetProgressTracker().IsCompleted()){_b3a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());}_b3a._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.PausedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Paused;},OnEnter:function(_b3c){_b3c.GetProgressTracker().StopTracking();_b3c.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b3d,_b3e){_b3d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetResumeState());this._super(_b3d,_b3e);},AbortUpload:function(_b3f,_b40,_b41,_b42){if(_b3f.IsContentSend){_b3f.CancelAndDeleteAsync(_b40,_b41,function(_b43){if(_b43.IsSuccess){_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b3f.AddError(_b43.Error);_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b42();},this);}else{_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b42();}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.FailedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Failed;},OnEnter:function(_b44){_b44.GetProgressTracker().StopTracking();_b44.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b45,_b46){_b45.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b45,_b46);},AbortUpload:function(_b47,_b48,_b49,_b4a){if(_b47.IsContentSend){_b47.CancelAndDeleteAsync(_b48,_b49,function(_b4b){if(_b4b.IsSuccess){_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b47.AddError(_b4b.Error);_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b4a();},this);}else{_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b4a();}}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Settings",null,{ConcurrentUploads:2,State:ITHit.WebDAV.Client.Upload.State.Queued,DeleteOnCancel:true});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.Factory",null,{},{GetUploadingState:function(){if(!self._UploadingState){self._UploadingState=new ITHit.WebDAV.Client.Upload.States.UploadingState();}return self._UploadingState;},GetSkippedState:function(){if(!self._SkippedState){self._SkippedState=new ITHit.WebDAV.Client.Upload.States.SkippedState();}return self._SkippedState;},GetQueuedState:function(){if(!self._QueuedState){self._QueuedState=new ITHit.WebDAV.Client.Upload.States.QueuedState();}return self._QueuedState;},GetPausedState:function(){if(!self._PausedState){self._PausedState=new ITHit.WebDAV.Client.Upload.States.PausedState();}return self._PausedState;},GetFailedState:function(){if(!self._FailedState){self._FailedState=new ITHit.WebDAV.Client.Upload.States.FailedState();}return self._FailedState;},GetCompletedState:function(){if(!self._CompletedState){self._CompletedState=new ITHit.WebDAV.Client.Upload.States.CompletedState();}return self._CompletedState;},GetCanceledState:function(){if(!self._CanceledState){self._CanceledState=new ITHit.WebDAV.Client.Upload.States.CanceledState();}return self._CanceledState;},GetResumeState:function(){if(!self._ResumeState){self._ResumeState=new ITHit.WebDAV.Client.Upload.States.ResumeState();}return self._ResumeState;},GetState:function(_b4d){switch(_b4d){case ITHit.WebDAV.Client.Upload.State.Canceled:return self.GetCanceledState();case ITHit.WebDAV.Client.Upload.State.Completed:return self.GetCompletedState();case ITHit.WebDAV.Client.Upload.State.Failed:return self.GetFailedState();case ITHit.WebDAV.Client.Upload.State.Paused:return self.GetPausedState();case ITHit.WebDAV.Client.Upload.State.Queued:return self.GetQueuedState();case ITHit.WebDAV.Client.Upload.State.Skipped:return self.GetSkippedState();case ITHit.WebDAV.Client.Upload.State.Uploading:return self.GetUploadingState();default:throw new ITHit.Exceptions.ArgumentException(null,"oState");}}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ItemSettings",null,{ForceRewrite:false,AlwaysRewriteFolders:true,IgnoreCancelErrors:false,DeleteOnCancel:false});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ServerItem",null,{constructor:function(_b4e,oUrl){this._Session=_b4e;this._Url=oUrl;},GetProgressAsync:function(_b50,_b51){return this._Session.GetProgressReportAsync(this._Url.GetHref(),function(_b52){if(_b52.IsSuccess&&_b52.Result[0]){var _b53=_b52.Result[0];_b50.call(_b51,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_b53));return;}_b50.call(_b51,_b52);},this);},CancelUploadAsync:function(_b54,_b55){this._Session.CancelUploadAsync(this._Url.GetHref(),function(_b56){_b54.call(_b55,_b56);});},DeleteAsync:function(_b57,_b58,_b59,_b5a){var that=this;var _b5c=new ITHit.WebDAV.Client.Upload.Utils.RepeatableAction(function(_b5d){that._Session.DeleteAsync(that._Url.GetHref(),null,function(_b5e){if(_b5e.IsSuccess){_b5d.Stop(_b5e);}else{_b5d.EndRound(_b5e);}});});_b5c.RunAsync(_b57,_b58,function(_b5f){_b59.call(_b5a,_b5f);});},CancelAndDeleteAsync:function(_b60,_b61,_b62,_b63){this.CancelUploadAsync(function(_b64){if(!_b64.IsSuccess){return _b62.call(_b63,_b64);}this.DeleteAsync(_b60,_b61,_b62,_b63);},this);},_Url:null,_Session:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadProvider",null,{Session:null,_UploadItem:null,constructor:function(_b65,_b66,_b67,oUrl,_b69){this.FSEntry=_b67;this.Url=oUrl;this.Settings=new ITHit.WebDAV.Client.Upload.ItemSettings();if(this.FSEntry.IsFile()){this.Settings.DeleteOnCancel=_b69.DeleteOnCancel;}else{this.Settings.DeleteOnCancel=false;}this.Session=_b65;this._UploadItem=_b66;this._ProgressTracker=new ITHit.WebDAV.Client.Upload.Providers.ProgressTracker(this.FSEntry.GetSize());this._State=ITHit.WebDAV.Client.Upload.States.Factory.GetState(_b69.State);this.Errors=[];this.UploadLocation=_b65.CreateUploadLocation(this.Url);this.ServerItem=new ITHit.WebDAV.Client.Upload.ServerItem(_b65,this.Url);this.ContentWriter=_b65.CreateContentWriter(this.Url);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_PROGRESS,this.OnRequestProgressEventHandler,this);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_FINISH,this._LoadHandler,this);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_START,this._StartLoadHandler,this);this._ProgressTracker.OnProgressChanged(this._SetProgress,this);},StartUploadAsync:function(_b6a){this._BeginStateChange();this._State.StartUploadAsync(this,_b6a);},PauseUpload:function(_b6b){this._BeginStateChange();this._State.PauseUpload(this,_b6b);},AbortUpload:function(_b6c,_b6d,_b6e){this._BeginStateChange();_b6e=_b6e||function(){};this._State.AbortUpload(this,_b6c,_b6d,_b6e);},Skip:function(){this._BeginStateChange();this._State.Skip(this);},GetGroup:function(){return this._UploadItem.GetGroup();},GetProgressTracker:function(){return this._ProgressTracker;},_ProgressTracker:null,AddListener:function(_b6f,_b70,_b71){this._ValidateEventName(_b6f);_b71=_b71||null;ITHit.Events.AddListener(this,_b6f,_b70,_b71);},RemoveListener:function(_b72,_b73,_b74){this._ValidateEventName(_b72);_b74=_b74||null;ITHit.Events.RemoveListener(this,_b72,_b73,_b74);},_ValidateEventName:function(_b75){switch(_b75){case ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnError:case ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_b75+"`");}},CheckRetryAsync:function(_b76,_b77,_b78){var _b79=new ITHit.WebDAV.Client.Upload.Events.UploadError(this._UploadItem,_b76,function(_b7a){if(!this.IsRetrySchedule){return;}_b77.call(_b78,_b7a);}.bind(this));if(!this._UploadItem.OnUploadErrorCallback&&(ITHit.Events.ListenersLength(this._UploadItem,_b79.Name)===0)){_b77.call(_b78,ITHit.WebDAV.Client.Upload.Events.UploadError.GetSkipResult(_b76));return;}this.IsRetrySchedule=true;if(this._UploadItem.OnUploadErrorCallback){this._UploadItem.OnUploadErrorCallback.call(this,_b79);}ITHit.Events.DispatchEvent(this._UploadItem,_b79.Name,_b79);},Errors:null,LastError:null,AddError:function(_b7b){this.AddErrorSilent(_b7b);this._RiseOnErrorEvent(_b7b);},AddErrorSilent:function(_b7c){this.LastError=_b7c;this.Errors.push(_b7c);},SetFailed:function(_b7d){var _b7e=ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState();this.AddError(_b7d);this.SetState(_b7e);},_RiseOnErrorEvent:function(_b7f){var _b80=new ITHit.WebDAV.Client.Upload.Events.Error(this,_b7f);ITHit.Events.DispatchEvent(this,_b80.Name,_b80);},UploadLocation:null,IsContentSend:false,ServerItem:null,_LoadHandler:function(_b81){if(_b81.Result.Error instanceof ITHit.WebDAV.Client.Exceptions.ConflictException){this.UploadLocation.SetNotExists();this.IsContentSend=false;}this._State.OnContentCompleted(this,_b81);},_StartLoadHandler:function(_b82){this.IsContentSend=true;},OnRequestProgressEventHandler:function(_b83){this.GetProgressTracker().UpdateBytes(_b83.Progress.BytesLoaded,_b83.Progress.TotalBytes);},_SendContent:function(){this._ProgressTracker.StartTracking();if(this.Settings&&this.Settings.CustomHeaders){this.ContentWriter.CustomHeaders=this.Settings.CustomHeaders;}if(this.FSEntry.IsFolder()){if(this.Settings.ForceRewrite||this.Settings.AlwaysRewriteFolders){this.ContentWriter.BeginRewrite(this.FSEntry);}else{this.ContentWriter.BeginWrite(this.FSEntry);}}else{var _b84=new ITHit.WebDAV.Client.Upload.FileSpan(this.FSEntry.GetFile(),this._ProgressTracker.GetProgress().UploadedBytes);if(_b84.IsFullFile()&&(this.Settings.ForceRewrite||this.IsContentSend)){this.ContentWriter.BeginRewrite(this.FSEntry);return;}if(_b84.IsFullFile()&&!(this.Settings.ForceRewrite&&this.IsContentSend)){this.ContentWriter.BeginWrite(this.FSEntry);return;}this.ContentWriter.BeginAppend(_b84);}},SyncProgressWithServerAsync:function(_b85,_b86){if(!this._ProgressTracker.IsCountable()){return this.Session.CheckExistsAsync(this.Url.GetUrl(),function(_b87){if(!_b87.IsSuccess){_b85.call(_b86,_b87);return;}if(_b87.Result===true){this._ProgressTracker.SetCompleted();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}this._ProgressTracker.Reset();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));},this);}return this.ServerItem.GetProgressAsync(function(_b88){if(_b88.IsSuccess){this._ProgressTracker.SyncProgress(_b88.Result);_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}if(_b88.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){this._ProgressTracker.Reset();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateFailedResult(_b88.Error));},this);},IsRetrySchedule:false,PrepareUploadLocation:function(){this.UploadLocation.SetCache(this.GetGroup().PathMap);this.UploadLocation.CreateAsync(this._OnGeneratePathCompleted,this);},_OnGeneratePathCompleted:function(_b89){if(_b89.IsAborted){return;}this._State.OnUploadLocationPrepared(this,_b89);},CancelAllRequests:function(_b8a,_b8b){this._CancelProgressAsync(function(){this._CancelLocationCreateAsync(function(){this._CancelContentSendingAsync(_b8a,_b8b);},this);},this);},_CancelLocationCreateAsync:function(_b8c,_b8d){if(this.UploadLocation.IsInProgress()){this.UploadLocation.AbortRunningCreationAsync(function(){_b8c.call(_b8d);},this);}else{_b8c.call(_b8d);}},_CancelContentSendingAsync:function(_b8e,_b8f){if(this.ContentWriter.IsActive()){this.ContentWriter.AbortAsync(function(){_b8e.call(_b8f);},this);}else{_b8e.call(_b8f);}},_CancelProgressAsync:function(_b90,_b91){if(this.IsProgressSyncInProgress){this._SyncProgressRequest.AbortAsync(function(){_b90.call(_b91);},this);}else{_b90.call(_b91);}},_SyncProgressRequest:null,IsProgressSyncInProgress:false,PrepareProgress:function(){this._SyncProgressRequest=this.SyncProgressWithServerAsync(this._OnUpdateFromServerCompleted,this);},_OnUpdateFromServerCompleted:function(_b92){this.IsProgressSyncInProgress=false;if(_b92.IsAborted){return;}this._State.OnUploadProgressPrepared(this,_b92);},_IsStateChanging:function(){return this._IsChanging;},SetState:function(_b93){var _b94=this._State;this._State.OnLeave(this);this._State=_b93;this._State.OnEnter(this);var _b95=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_b94.GetAsEnum(),this._State.GetAsEnum());ITHit.Events.DispatchEvent(this,_b95.Name,_b95);},GetState:function(){return this._State;},_State:null,_IsChanging:false,_BeginStateChange:function(){this._IsChanging=true;},_EndStateChange:function(){this._IsChanging=false;},ContentWriter:null,BeginRetry:function(_b96){this._ProgressTracker.StopTracking();this.CheckRetryAsync(_b96,this._OnCheckRetryCompleted,this);},_OnCheckRetryCompleted:function(_b97){this._State.OnRetryResult(this,_b97);},Settings:null,FSEntry:null,Url:null,CancelAndDeleteAsync:function(_b98,_b99,_b9a,_b9b){this.ServerItem.CancelUploadAsync(function(_b9c){if(!this.Settings.DeleteOnCancel){_b9a.call(_b9b,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));return;}this.ServerItem.DeleteAsync(_b98,_b99,function(_b9d){if(!_b9d.IsSuccess&&!this.Settings.IgnoreCancelErrors){return _b9a.call(_b9b,_b9c);}this.IsContentSend=false;_b9a.call(_b9b,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));},this);},this);},GetProgress:function(){return this._ProgressTracker.GetProgress();},_SetProgress:function(_b9e){var _b9f=this._Progress;this._Progress=_b9e;var _ba0=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_b9f,_b9e);ITHit.Events.DispatchEvent(this,_ba0.Name,_ba0);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Items:[],Skip:function(_ba1){if(this._IsHandled){return;}this._Skip(_ba1);},SkipAll:function(){if(this._IsHandled){return;}this._Skip(this.Items);},OverwriteAll:function(){if(this._IsHandled){return;}this._Overwrite(this.Items);},Overwrite:function(_ba2){if(this._IsHandled){return;}this._Overwrite(_ba2);},UploadAll:function(){if(this._IsHandled){return;}this.Upload(this.Items);},Upload:function(_ba3){if(this._IsHandled){return;}this._Handle({Skip:[],Overwrite:[],Original:this.Items,Upload:_ba3});},constructor:function(_ba4,_ba5,_ba6){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated;this.Items=_ba5||[];this._super(_ba4,_ba6);},_Overwrite:function(_ba7){var _ba8=this._CreateResult([],_ba7);this._Handle(_ba8);},_Skip:function(_ba9){var _baa=this._CreateResult(_ba9,[]);this._Handle(_baa);},_CreateResult:function(_bab,_bac){return {Skip:_bab||[],Overwrite:_bac||[],Original:this.Items};},_Handle:function(_bad){_bad=_bad||this._CreateResult();this._super(_bad);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.Array",null,{},{MapParallel:function(_bae,_baf,_bb0,_bb1){var _bb2=[];var _bb3=0;if(_bae.length===0){setTimeout(_bb0.apply(_bb1,_bae));}for(var i=0;i<_bae.length;i++){_baf.apply(_bb1,[_bae[i],i,_bae,ITHit.Utils.MakeScopeClosure(this,function(i,_bb6){_bb2[i]=_bb6;_bb3++;if(_bb3===_bae.length){setTimeout(_bb0.call(_bb1,_bb2));}},i)]);}},DistinctBy:function(_bb7,_bb8,_bb9){var map=Object.create(null);_bb8=_bb8||Object.prototype.toString;for(var i=0;i<_bb7.length;i++){var _bbc=_bb8.call(_bb9,_bb7[i]).toString();if(!map[_bbc]){map[_bbc]=_bb7[i];}}return Object.keys(map).map(function(sKey){return map[sKey];});},Take:function(_bbe,_bbf){if(!_bbf){return [_bbe.shift()];}var _bc0=(_bbe.length>_bbf)?_bbf:_bbe.length;var _bc1=[];for(var i=0;i<_bc0;i++){_bc1.push(_bbe.shift());}return _bc1;},Remove:function(_bc3,_bc4){var _bc5=_bc3.indexOf(_bc4);if(_bc5>-1){_bc3.splice(_bc5,1);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.AutoUploader",null,{constructor:function(_bc6){this._ParallelUploads=_bc6||0;this._QueueArray=[];this._Active=[];this._Reserve=0;},AddRange:function(_bc7){_bc7.forEach(this._AddToQueue,this);this._StartUploads();},Add:function(_bc8){this._AddToQueue(_bc8);this._StartUploads();},Remove:function(_bc9){_bc9.RemoveListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._QueueArray,_bc9);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._Active,_bc9);this._StartUploads();},Reserve:function(_bca){_bca=_bca||1;this._Reserve+=_bca;},Release:function(_bcb){_bcb=_bcb||1;this._Reserve-=_bcb;this._StartUploads();},GetBusy:function(){return this._Active.length+this._Reserve;},GetFree:function(){var _bcc=this.GetBusy();if(_bcc>=this._ParallelUploads){return 0;}else{if(_bcc===0){return this._ParallelUploads;}else{return (this._ParallelUploads-_bcc)%this._ParallelUploads;}}},_QueueArray:null,_Active:null,_ParallelUploads:0,_OnStateChangeEventHandler:function(_bcd){if(_bcd.NewState!==ITHit.WebDAV.Client.Upload.State.Uploading){this.Remove(_bcd.Sender);}else{this._StartUploads();}},_StartUploads:function(){if(this._QueueArray.length===0){return;}var _bce=this.GetFree();if(_bce<=0){return;}var _bcf=ITHit.WebDAV.Client.Upload.Utils.Array.Take(this._QueueArray,_bce);if(_bcf.length<1){return;}this.Reserve(_bcf.length);_bcf.forEach(this._StartSingle,this);},_StartSingle:function(_bd0){this._Active.push(_bd0);_bd0.StartAsync();this.Release();},_AddToQueue:function(_bd1){this._QueueArray.push(_bd1);_bd1.AddListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);},_Reserve:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Queue",null,{Uploader:null,_UnderlyingArray:null,_Session:null,_AutoUploader:null,constructor:function(_bd2){this.Uploader=_bd2;this._Session=new ITHit.WebDAV.Client.Upload.UploaderSession();this._UnderlyingArray=[];this._GroupManager=new ITHit.WebDAV.Client.Upload.Groups.GroupManager();this._AutoUploader=new ITHit.WebDAV.Client.Upload.AutoUploader(this.Uploader.Settings.ConcurrentUploads);},ShouldReplaceDuplicate:function(_bd3){var _bd4=this.GetByUrl(_bd3.GetUrl());var _bd5=_bd4.GetState();return !(_bd5===ITHit.WebDAV.Client.Upload.State.Uploading||_bd5===ITHit.WebDAV.Client.Upload.State.Paused);},AddGroup:function(sUrl,_bd7,_bd8){var _bd9=[];for(var i=0;i<_bd7.length;i++){var _bdb=_bd7[i];var _bdc=new ITHit.WebDAV.Client.Upload.UploadItem(sUrl,_bdb,_bd8,this._Session,this._GroupManager,this.Uploader.Settings);if(this.HasUrl(_bdc.GetUrl())){if(this.ShouldReplaceDuplicate(_bdc)){this.RemoveByUrl(_bdc.GetUrl());}else{continue;}}_bd9.push(_bdc);}this._DispatchOnUploadItemsCreatedAsync(_bd9,this._OnUploadItemsCreatedAsyncDispatched.bind(this));},Add:function(_bdd){var sUrl=_bdd.GetUrl();if(this.HasUrl(sUrl)){return;}this._UnderlyingArray.push(_bdd);var _bdf=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,[_bdd]);ITHit.Events.DispatchEvent(this,_bdf.Name,[_bdf]);this._AutoUploader.Add(_bdd);},AddRange:function(_be0){for(var i=0;i<_be0.length;i++){var _be2=_be0[i];var sUrl=_be2.GetUrl();if(this.HasUrl(sUrl)){continue;}this._UnderlyingArray.push(_be2);}this._GroupManager.CreateGroup(_be0);this._OnQueueChanged(_be0,null);var _be4=_be0.filter(function(_be5){return _be5.GetState()===ITHit.WebDAV.Client.Upload.State.Queued;});this._AutoUploader.AddRange(_be4);},Restart:function(_be6){for(var i=0;i<_be6.length;i++){if(!this.HasUrl(_be6[i].GetUrl())){throw new ITHit.Exceptions.ArgumentException("Item should be a part of queue`");}}this._AutoUploader.AddRange(_be6);},GetByUrl:function(sUrl){return ITHit.Utils.FindBy(this._UnderlyingArray,function(_be9){return _be9.GetUrl()===sUrl;});},GetLength:function(){return this._UnderlyingArray.length;},HasUrl:function(sUrl){return !!this.GetByUrl(sUrl);},RemoveByUrl:function(sUrl){var _bec=this.GetByUrl(sUrl);if(!_bec){return;}var _bed=_bec.GetState();if(_bed===ITHit.WebDAV.Client.Upload.State.Uploading||_bed===ITHit.WebDAV.Client.Upload.State.Paused){_bec.Abort();}var _bee=ITHit.Utils.IndexOf(this._UnderlyingArray,_bec);this._UnderlyingArray.splice(_bee,1);this._OnQueueChanged(null,[_bec]);this._AutoUploader.Remove(_bec);},OnUploadItemsCreatedCallback:null,_OnQueueChanged:function(_bef,_bf0){var _bf1=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,_bef,_bf0);ITHit.Events.DispatchEvent(this,_bf1.Name,[_bf1]);},_DispatchOnUploadItemsCreatedAsync:function(_bf2,_bf3){var _bf4=new ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated(this,_bf2.slice(),_bf3);if(!this.OnUploadItemsCreatedCallback&&(ITHit.Events.ListenersLength(this,_bf4.Name)===0)){_bf4.OverwriteAll();}if(this.OnUploadItemsCreatedCallback){this.OnUploadItemsCreatedCallback(_bf4);}ITHit.Events.DispatchEvent(this,_bf4.Name,_bf4);},AddListener:function(_bf5,_bf6,_bf7){_bf7=_bf7||null;switch(_bf5){case ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated:ITHit.Events.AddListener(this,_bf5,_bf6,_bf7);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_bf5+"`");}},RemoveListener:function(_bf8,_bf9,_bfa){ITHit.Events.RemoveListener(this,_bf8,_bf9,_bfa);},_OnUploadItemsCreatedAsyncDispatched:function(_bfb){if(_bfb.Upload){this.AddRange(_bfb.Upload);return;}this._OnUploadItemsCreatedAsyncDispatchedDeprecated(_bfb);},_OnUploadItemsCreatedAsyncDispatchedDeprecated:function(_bfc){var _bfd=this._FilterSkippedItems(_bfc);var _bfe=this._CreateUrlUploadItemMap(_bfc.Overwrite);_bfd.forEach(function(_bff){if(_bfe.Has(_bff.GetUrl())){_bff.SetOverwrite(true);}});this.AddRange(_bfd);},_FilterSkippedItems:function(_c00){var _c01=this._CreateUrlUploadItemMap(_c00.Skip);return _c00.Original.filter(function(_c02){return !_c01.Has(_c02.GetUrl());});},_CreateUrlUploadItemMap:function(_c03){var oMap=new ITHit.WebDAV.Client.Upload.Collections.Map();_c03.forEach(function(_c05){oMap.Set(_c05.GetUrl(),_c05);});return oMap;},_GroupManager:null});})();(function(){"use strict";var _c06=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.DropZoneCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c07){this._Uploader=_c07;this._UnderlyingSet={};},AddById:function(_c08){var _c09=this.GetById(_c08);if(_c09){return _c09;}var _c0a=new ITHit.WebDAV.Client.Upload.Controls.DropZone(_c08);this._UnderlyingSet[_c08]=_c0a;this._RaiseOnCollectionChanged([_c0a],[]);return _c0a;},GetById:function(_c0b){return this._UnderlyingSet[_c0b];},RemoveById:function(_c0c){var _c0d=this.GetById(_c0c);if(_c0d){delete this._UnderlyingSet[_c0c];this._RaiseOnCollectionChanged([],[_c0d]);}},AddListener:function(_c0e,_c0f,_c10){_c10=_c10||null;this._CheckEventNameOtThrow(_c0e);ITHit.Events.AddListener(this,_c0e,_c0f,_c10);},RemoveListener:function(_c11,_c12,_c13){_c13=_c13||null;this._CheckEventNameOtThrow(_c11);ITHit.Events.RemoveListener(this,_c11,_c12,_c13);},_CheckEventNameOtThrow:function(_c14){if(_c14!==_c06.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c14);}},_RaiseOnCollectionChanged:function(_c15,_c16){ITHit.Events.DispatchEvent(this,_c06.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c15||[],RemovedItems:_c16||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){var _c17=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.InputCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c18){this._UnderlyingArray=[];this._Uploader=_c18;},AddById:function(_c19){var _c1a=new ITHit.WebDAV.Client.Upload.Controls.Input(_c19);this._UnderlyingArray[_c19]=_c1a;this._RaiseOnCollectionChanged([_c1a],[]);return _c1a;},GetById:function(_c1b){return this._UnderlyingArray[_c1b];},RemoveById:function(_c1c){var _c1d=this.GetById(_c1c);if(_c1d){delete this._UnderlyingSet[_c1c];this._RaiseOnCollectionChanged([],[_c1d]);}},AddListener:function(_c1e,_c1f,_c20){_c20=_c20||null;this._CheckEventNameOtThrow(_c1e);ITHit.Events.AddListener(this,_c1e,_c1f,_c20);},RemoveListener:function(_c21,_c22,_c23){_c23=_c23||null;this._CheckEventNameOtThrow(_c21);ITHit.Events.RemoveListener(this,_c21,_c22,_c23);},_CheckEventNameOtThrow:function(_c24){if(_c24!==_c17.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c24);}},_RaiseOnCollectionChanged:function(_c25,_c26){ITHit.Events.DispatchEvent(this,_c17.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c25||[],RemovedItems:_c26||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Uploader",null,{DropZones:null,Inputs:null,Queue:null,Settings:null,_UploadProvider:null,constructor:function(){this.Inputs=new ITHit.WebDAV.Client.Upload.InputCollection(this);this.Inputs.AddListener(ITHit.WebDAV.Client.Upload.InputCollection.EVENT_ON_COLLECTION_CHANGED,this._OnControlCollectionChangedEventHandler,this);this.DropZones=new ITHit.WebDAV.Client.Upload.DropZoneCollection(this);this.DropZones.AddListener(ITHit.WebDAV.Client.Upload.DropZoneCollection.EVENT_ON_COLLECTION_CHANGED,this._OnControlCollectionChangedEventHandler,this);this.Settings=new ITHit.WebDAV.Client.Upload.Settings();this.Queue=new ITHit.WebDAV.Client.Upload.Queue(this);},SetUploadUrl:function(sUrl){this._UploadUrl=sUrl;},GetUploadUrl:function(){return this._UploadUrl;},_OnControlCollectionChangedEventHandler:function(_c28){_c28.AddedItems.forEach(function(_c29){_c29.AddListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));_c28.RemovedItems.forEach(function(_c2a){_c2a.RemoveListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));},_OnFileInputEventHandler:function(_c2b){this.Queue.AddGroup(this._UploadUrl,_c2b.AsyncResult.Result,_c2b.Source);}});})();ITHit.Temp={};
87
+ (function(){ITHit.DefineClass("ITHit.Environment",null,{__static:{OS:ITHit.DetectOS.OS}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.LoggerException=function(_102,_103){ITHit.Exceptions.LoggerException.baseConstructor.call(this,_102,_103);};ITHit.Extend(ITHit.oNS.LoggerException,ITHit.Exception);ITHit.oNS.LoggerException.prototype.Name="LoggerException";ITHit.DefineClass("ITHit.LogLevel",null,{},{All:32,Debug:16,Info:8,Warn:4,Error:2,Fatal:1,Off:0});(function(){var _104={};var _105={};var _106={};for(var _107 in ITHit.LogLevel){_104[ITHit.LogLevel[_107]]=[];_106[ITHit.LogLevel[_107]]=[];}var _108=function(_109,_10a,iTo,_10c){for(var _10d in ITHit.LogLevel){if(ITHit.LogLevel[_10d]>iTo){continue;}if(!ITHit.LogLevel[_10d]||(_10a>=ITHit.LogLevel[_10d])){continue;}if(_109){_106[ITHit.LogLevel[_10d]].push(_10c);}else{for(var i=0;i<_106[ITHit.LogLevel[_10d]].length;i++){if(_106[ITHit.LogLevel[_10d]][i]==_10c){_106[ITHit.LogLevel[_10d]].splice(i,1);}}}}};_108.add=function(iTo,_110){_108.increase(ITHit.LogLevel.Off,iTo,_110);};_108.del=function(iTo,_112){_108.decrease(ITHit.LogLevel.Off,iTo,_112);};_108.increase=function(_113,iTo,_115){_108(true,_113,iTo,_115);};_108.decrease=function(_116,iTo,_118){_108(false,_116,iTo,_118);};ITHit.DefineClass("ITHit.Logger",null,{},{Level:ITHit.Config.LogLevel||ITHit.LogLevel.Debug,AddListener:function(_119,_11a){if(_11a==ITHit.LogLevel.Off){this.RemoveListener();}var _11b=0;var _11c=0;outer:for(var _11d in _104){for(var i=0;i<_104[_11d].length;i++){if(_104[_11d][i]==_119){_11b=_11d;_11c=i;break outer;}}}if(!_11b){_104[_11a].push(_119);_108.add(_11a,_119);}else{if(_11a!=_11b){_104[_11b].splice(_11c,1);_104[_11a].push(_119);if(_11a>_11b){_108.increase(_11b,_11a,_119);}else{_108.decrease(_11a,_11b,_119);}}}},RemoveListener:function(_11f){outer:for(var _120 in _104){for(var i=0;i<_104[_120].length;i++){if(_104[_120][i]==_11f){_104[_120].splice(i,1);_108.del(_120,_11f);break outer;}}}return true;},SetLogLevel:function(_122,_123){return this.AddListener(_122,_123,true);},GetLogLevel:function(_124){for(var _125 in _104){for(var i=0;i<_104[_125].length;i++){if(_104[_125][i]==_124){return _125;}}}return false;},GetListenersForLogLevel:function(_127){return _106[_127];},GetCount:function(_128){return _106[_128].length;},WriteResponse:function(_129){if(Logger.GetCount(ITHit.LogLevel.Info)){var sStr="";if(_129 instanceof HttpWebResponse){sStr+="\n"+_129.StatusCode+" "+_129.StatusDescription+"\n";}sStr+=_129.ResponseUri+"\n";for(var _12b in _129.Headers){sStr+=_12b+": "+_129.Headers[_12b]+"\n";}sStr+=_129.GetResponse();this.WriteMessage(sStr);}},WriteMessage:function(_12c,_12d){_12d=("undefined"==typeof _12d)?ITHit.LogLevel.Info:parseInt(_12d);if(ITHit.Logger.GetCount(_12d)){var _12e=this.GetListenersForLogLevel(_12d);var _12c=String(_12c).replace(/([^\n])$/,"$1\n");for(var i=0;i<_12e.length;i++){try{_12e[i](_12c,ITHit.LogLevel.Info);}catch(e){if(!_12e[i] instanceof Function){throw new ITHit.Exceptions.LoggerException("Log listener expected function, passed: \""+_12e[i]+"\"",e);}else{throw new ITHit.Exceptions.LoggerException("Message could'not be logged.",e);}}}}},StartLogging:function(){},FinishLogging:function(){},StartRequest:function(){},FinishRequest:function(){}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.PhraseException=function(_130,_131){ITHit.Exceptions.PhraseException.baseConstructor.call(this,_130,_131);};ITHit.Extend(ITHit.oNS.PhraseException,ITHit.Exception);ITHit.oNS.PhraseException.prototype.Name="PhraseException";ITHit.Phrases=(function(){var _132={};var _133=function(_134){this._arguments=_134;};_133.prototype.Replace=function(_135){var _136=_135.substr(1,_135.length-2);return ("undefined"!=typeof this._arguments[_136])?this._arguments[_136]:_135;};var _137=function(_138){this._phrase=_138;};_137.prototype.toString=function(){return this._phrase;};_137.prototype.Paste=function(){var _139=this._phrase;if(/\{\d+?\}/.test(_139)){var _13a=new _133(arguments);_139=_139.replace(/\{(\d+?)\}/g,function(args){return _13a.Replace(args);});}return _139;};var _13c=function(){};_13c.prototype.LoadJSON=function(_13d,_13e){var _13f=ITHit.Utils;if(_13e&&!_13f.IsString(_13e)){throw new ITHit.Exceptions.PhraseException("Namespace expected to be a string.");}var _140=this;if(_13e){_140=ITHit.Declare(_13e);}try{var _141=_13d;if(_13f.IsString(_141)){_141=eval("("+_13d+")");}this._AddPhrases(_141,_140);}catch(e){console.dir(e);throw new ITHit.Exceptions.PhraseException("Wrong text structure.",e);}};_13c.prototype.LoadLocalizedJSON=function(_142,_143,_144){var _145=ITHit.Utils,_146=_145.IsUndefined,_147=_145.IsObject;if(!_142||!_145.IsObjectStrict(_142)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object.");}if(_143&&!_145.IsObjectStrict(_143)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object");}var _148;if(_143){_148={};this._MergePhrases(_148,_143);this._MergePhrases(_148,_142);}else{_148=_142;}this.LoadJSON(_148,_144);};_13c.prototype._MergePhrases=function(dest,_14a){var _14b=ITHit.Utils,_14c=_14b.IsUndefined,_14d=_14b.IsObject;for(var prop in _14a){if(!_14a.hasOwnProperty(prop)){continue;}if(_14c(dest[prop])){dest[prop]=_14a[prop];}else{if(_14d(dest[prop])){this._MergePhrases(dest[prop],_14a[prop]);}}}};_13c.prototype._AddPhrases=function(_14f,_150){_150=_150||this;for(var _151 in _14f){if(("object"!=typeof _14f[_151])||!(_14f[_151] instanceof Object)){switch(_151){case "_AddPhrases":case "LoadJSON":case "LoadLocalizedJSON":case "_Merge":case "prototype":case "toString":throw new ITHit.Exceptions.PhraseException("\""+_151+"\" is reserved word.");break;}_150[_151]=new _137(_14f[_151]);}else{this._AddPhrases(_14f[_151],_150[_151]?_150[_151]:(_150[_151]={}));}}};return new _13c();})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XPathException=function(_152,_153){ITHit.Exceptions.XPathException.baseConstructor.call(this,_152,_153);};ITHit.Extend(ITHit.oNS.XPathException,ITHit.Exception);ITHit.oNS.XPathException.prototype.Name="XPathException";ITHit.XPath={_component:null,_version:null};ITHit.XPath.evaluate=function(_154,_155,_156,_157,_158){if(("string"!=typeof _154)&&!(_154 instanceof String)){throw new ITHit.Exceptions.XPathException("Expression was expected to be a string in ITHit.XPath.eveluate.");}if(!(_155 instanceof ITHit.XMLDoc)){throw new ITHit.Exceptions.XPathException("Element was expected to be an ITHit.XMLDoc object in ITHit.XPath.evaluate.");}if(_156&&!(_156 instanceof ITHit.XPath.resolver)){throw new ITHit.Exceptions.XPathException("Namespace resolver was expected to be an ITHit.XPath.resolver object in ITHit.XPath.evaluate.");}if(_157&&!(_157 instanceof ITHit.XPath.result)){throw new ITHit.Exceptions.XPathException("Result expected to be an ITHit.XPath.result object in ITHit.XPath.evaluate.");}_156=_156||null;_157=_157||null;if(document.implementation.hasFeature("XPath","3.0")&&document.evaluate){var _159=_155._get();var _15a=_159.ownerDocument||_159;if(_157){_15a.evaluate(_154,_159,_156,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,_157._res);return;}var oRes=new ITHit.XPath.result(_15a.evaluate(_154,_159,_156,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,null));if(!_158){return oRes;}else{return oRes.iterateNext();}}else{if(undefined!==window.ActiveXObject){var _159=_155._get();var _15c=false;try{_159.getProperty("SelectionNamespaces");_15c=true;}catch(e){}var _15d=false;if(3==ITHit.XMLDoc._version){var sXml=_159.xml.replace(/^\s+|\s+$/g,"");var _15f="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/";var _160="cutted";if(-1!=sXml.indexOf(_15f)||true){var _161=sXml.replace(_15f,_160);var _162=new ITHit.XMLDoc();_162.load(_161);if(_156){var oNs=_156.getAll();for(var _164 in oNs){if(_15f==oNs[_164]){oNs.add(_164,_160);break;}}}_159=_162._get();_15c=true;_15d=true;}}if(_15c&&_156&&_156.length()){var _165=_156.getAll();var aNs=[];for(var _164 in _165){aNs.push("xmlns:"+_164+"='"+_165[_164]+"'");}_159.setProperty("SelectionNamespaces",aNs.join(" "));}if(_15d){_159=_159.documentElement;}try{if(!_158){if(!_157){return new ITHit.XPath.result(_159.selectNodes(_154));}else{_157._res=_159.selectNodes(_154);return;}}else{var mOut=_159.selectSingleNode(_154);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}catch(e){if(!_15c&&(-2147467259==e.number)&&_156&&_156.length()){var sEl=new ITHit.XMLDoc(_159).toString();var oEl=new ITHit.XMLDoc();oEl.load(sEl);_159=oEl._get();var _165=_156.getAll();var aNs=[];for(var _164 in _165){aNs.push("xmlns:"+_164+"='"+_165[_164]+"'");}_159.setProperty("SelectionNamespaces",aNs.join(" "));_159=_159.documentElement;if(!_158){if(!_157){return new ITHit.XPath.result(_159.selectNodes(_154));}else{_157._res=_159.selectNodes(_154);return;}}else{var mOut=_159.selectSingleNode(_154);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}else{throw new ITHit.Exceptions.XPathException("Evaluation failed for searching \""+_154+"\".",e);}}}}throw new ITHit.Exceptions.XPathException("XPath support is not implemented for your browser.");};ITHit.XPath.selectSingleNode=function(_16a,_16b,_16c){return ITHit.XPath.evaluate(_16a,_16b,_16c,false,true);};ITHit.XPath.resolver=function(){this._ns={};this._length=0;};ITHit.XPath.resolver.prototype.add=function(_16d,sNs){this._ns[_16d]=sNs;this._length++;};ITHit.XPath.resolver.prototype.remove=function(_16f){delete this._ns[_16f];this._length--;};ITHit.XPath.resolver.prototype.get=function(_170){return this._ns[_170]||null;};ITHit.XPath.resolver.prototype.lookupNamespaceURI=ITHit.XPath.resolver.prototype.get;ITHit.XPath.resolver.prototype.getAll=function(){var oOut={};for(var _172 in this._ns){oOut[_172]=this._ns[_172];}return oOut;};ITHit.XPath.resolver.prototype.length=function(){return this._length;};ITHit.XPath.result=function(_173){this._res=_173;this._i=0;this.length=_173.length?_173.length:_173.snapshotLength;};ITHit.XPath.result.ANY_TYPE=0;ITHit.XPath.result.NUMBER_TYPE=1;ITHit.XPath.result.STRING_TYPE=2;ITHit.XPath.result.BOOLEAN_TYPE=3;ITHit.XPath.result.UNORDERED_NODE_ITERATOR_TYPE=4;ITHit.XPath.result.ORDERED_NODE_ITERATOR_TYPE=5;ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE=6;ITHit.XPath.result.ORDERED_NODE_SNAPSHOT_TYPE=7;ITHit.XPath.result.ANY_UNORDERED_NODE_TYPE=8;ITHit.XPath.result.FIRST_ORDERED_NODE_TYPE=9;ITHit.XPath.result.prototype.iterateNext=function(_174){var mOut;if(!_174){if(!this._res.snapshotItem){try{mOut=this._res[this._i++];}catch(e){return null;}}else{mOut=this._res.snapshotItem(this._i++);}}else{mOut=this._res[_174];}if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}};ITHit.XPath.result.prototype.snapshotItem=ITHit.XPath.result.prototype.iterateNext;ITHit.XPath.result.prototype.type=function(){return this._res.resultType;};ITHit.XPath.result.prototype._get=function(){return this._res;};ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XMLDocException=function(_176,_177){ITHit.Exceptions.XMLDocException.baseConstructor.call(this,_176,_177);};ITHit.Extend(ITHit.oNS.XMLDocException,ITHit.Exception);ITHit.oNS.XMLDocException.prototype.Name="XMLDocException";ITHit.XMLDoc=(function(){var _178;var _179=1;var _17a=2;var _17b=3;var _17c=4;var _17d=5;var _17e=6;var _17f=7;var _180=8;var _181=9;var _182=10;var _183=11;var _184=12;var _185=function(_186){this._xml=null;this._encoding=null;if(null!==_186){if(!_186||("object"!=typeof _186)){if(undefined!==window.ActiveXObject){if(_178){this._xml=new window.ActiveXObject(_178);}else{var _187=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument.4.0","Msxml2.DOMDocument.3.0"];var _188=[6,4,3];for(var i=0;i<_187.length;i++){try{this._xml=new window.ActiveXObject(_187[i]);_185._version=_188[i];_178=_187[i];break;}catch(e){if(3==_188[i]){throw new ITHit.Exception("XML component is not supported.");}}}}}else{if(document.implementation&&document.implementation.createDocument){this._xml=document.implementation.createDocument("","",null);}}if(undefined===this._xml){throw new ITHit.Exceptions.XMLDocException("XML support for current browser is not implemented.");}this._xml.async=false;}else{this._xml=_186;}}else{this._xml=null;return null;}};_185._version=0;_185.prototype.contentEncoding=function(_18a){if(undefined!==_18a){this._encoding=_18a;}return this._encoding;};_185.prototype.load=function(_18b){if(!ITHit.Utils.IsString(_18b)){throw new ITHit.Exceptions.XMLDocException("String was expected for xml parsing.");}if(!_18b){return new _185();}var oDoc;if(undefined!==window.ActiveXObject){try{if(3==_185._version){_18b=_18b.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}if(_185._version){_18b=_18b.replace(/<\?.*\?>/,"");this._xml.loadXML(_18b);}else{var _18d=new _185();if(3==_185._version){_18b=_18b.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}_18d.load(_18b);this._xml=_18d._get();}}catch(e){var _18e=e;}}else{if(document.implementation.createDocument){try{var _18f=new DOMParser();oDoc=_18f.parseFromString(_18b,"text/xml");this._xml=oDoc;}catch(e){var _18e=e;}}else{throw new ITHit.Exceptions.XMLDocException("Cannot create XML parser object. Support for current browser is not implemented.");}}if(undefined!==_18e){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc.load() method failed.\nPossible reason: syntax error in passed XML string.",_18e);}};_185.prototype.appendChild=function(_190){if(!_190 instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in appendChild method.");}this._xml.appendChild(_190._get());};_185.prototype.createElement=function(_191){return new _185(this._xml.createElement(_191));};_185.prototype.createElementNS=function(sNS,_193){if(this._xml.createElementNS){var _194=this._xml.createElementNS(sNS,_193);return new ITHit.XMLDoc(_194);}else{try{return new _185(this._xml.createNode(_179,_193,sNS));}catch(e){throw new ITHit.Exceptions.XMLDocException("Node is not created.",e);}}throw new ITHit.Exceptions.XMLDocException("createElementNS for current browser is not implemented.");};_185.prototype.createTextNode=function(_195){return new _185(this._xml.createTextNode(_195));};_185.prototype.getElementById=function(sId){return new _185(this._xml.getElementById(sId));};_185.prototype.getElementsByTagName=function(_197){return new _185(this._xml.getElementsByTagName(_197));};_185.prototype.childNodes=function(){var _198=this._xml.childNodes;var _199=[];for(var i=0;i<_198.length;i++){_199.push(new ITHit.XMLDoc(_198[i]));}return _199;};_185.prototype.getElementsByTagNameNS=function(_19b,_19c){if(this._xml.getElementsByTagNameNS){var _19d=this._xml.getElementsByTagNameNS(_19b,_19c);}else{var _19e=this.toString();var _19f=new ITHit.XMLDoc();_19f.load(_19e);var _1a0=new ITHit.XPath.resolver();_1a0.add("a",_19b);var oRes=ITHit.XPath.evaluate(("//a:"+_19c),_19f,_1a0);var _19d=oRes._get();}var aRet=[];for(var i=0;i<_19d.length;i++){var _1a4=new ITHit.XMLDoc(_19d[i]);aRet.push(_1a4);}return aRet;};_185.prototype.setAttribute=function(_1a5,_1a6){this._xml.setAttribute(_1a5,_1a6);};_185.prototype.hasAttribute=function(_1a7){return this._xml.hasAttribute(_1a7);};_185.prototype.getAttribute=function(_1a8){return this._xml.getAttribute(_1a8);};_185.prototype.removeAttribute=function(_1a9){this._xml.removeAttribute(_1a9);};_185.prototype.hasAttributeNS=function(_1aa){return this._xml.hasAttribute(_1aa);};_185.prototype.getAttributeNS=function(_1ab){return this._xml.getAttribute(_1ab);};_185.prototype.removeAttributeNS=function(_1ac){this._xml.removeAttribute(_1ac);};_185.prototype.removeChild=function(_1ad){if(!_1ad instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeChild() method.");}this._xml.removeChild(_1ad);return new ITHit.XMLDoc(_1ad);};_185.prototype.removeNode=function(_1ae){if(!_1ae instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeNode() method.");}_1ae=_1ae._get();if(_1ae.removeNode){return new _185(_1ae.removeNode(true));}else{return new _185(_1ae.parentNode.removeChild(_1ae));}};_185.prototype.cloneNode=function(_1af){if(undefined===_1af){_1af=true;}return new ITHit.XMLDoc(this._xml.cloneNode(_1af));};_185.prototype.getProperty=function(_1b0){return this._xml[_1b0];};_185.prototype.setProperty=function(_1b1,_1b2){this._xml[_1b1]=_1b2;};_185.prototype.nodeName=function(){return this._xml.nodeName;};_185.prototype.nextSibling=function(){return new ITHit.XMLDoc(this._xml.nextSibling);};_185.prototype.namespaceURI=function(){return this._xml.namespaceURI;};_185.prototype.hasChildNodes=function(){return (this._xml&&this._xml.hasChildNodes());};_185.prototype.firstChild=function(){return new _185(this._xml.firstChild);};_185.prototype.localName=function(){return this._xml.localName||this._xml.baseName;};_185.prototype.nodeValue=function(){var _1b3="";if(this._xml){_1b3=this._xml.nodeValue;}if("object"!=typeof _1b3){return _1b3;}else{return new ITHit.XMLDoc(_1b3);}};_185.prototype.nodeType=function(){return this._xml.nodeType;};_185.prototype._get=function(){return this._xml;};_185.prototype.toString=function(_1b4){return _185.toString(this._xml,this._encoding,_1b4);};_185.toString=function(_1b5,_1b6,_1b7){if(!_1b5){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc: XML object expected.");}var _1b8="";var _1b9=true;if(undefined!==_1b5.xml){_1b8=_1b5.xml.replace(/^\s+|\s+$/g,"");_1b9=false;}else{if(document.implementation.createDocument&&(undefined!==XMLSerializer)){_1b8=new XMLSerializer().serializeToString(_1b5);_1b9=false;}}if(_1b8){if(_1b6){_1b6=" encoding=\""+this._encoding+"\"";}else{_1b6="";}var sOut=((!_1b7)?"<?xml version=\"1.0\""+_1b6+"?>":"")+_1b8.replace(/^<\?xml[^?]+\?>/,"");return sOut;}if(_1b9){throw new ITHit.Exceptions.XMLDocException("XML parser object is not created.");}return _1b8;};return _185;})();ITHit.XMLDoc.nodeTypes={NODE_ELEMENT:1,NODE_ATTRIBUTE:2,NODE_TEXT:3,NODE_CDATA_SECTION:4,NODE_ENTITY_REFERENCE:5,NODE_ENTITY:6,NODE_PROCESSING_INSTRUCTION:7,NODE_COMMENT:8,NODE_DOCUMENT:9,NODE_DOCUMENT_TYPE:10,NODE_DOCUMENT_FRAGMENT:11,NODE_NOTATION:12};ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentNullException=function(_1bb){var _1bc="Variable \""+_1bb+"\" nas null value.";ITHit.Exceptions.ArgumentNullException.baseConstructor.call(this,_1bc);};ITHit.Extend(ITHit.oNS.ArgumentNullException,ITHit.Exception);ITHit.oNS.ArgumentNullException.prototype.Name="ArgumentNullException";ITHit.DefineClass("ITHit.WebDAV.Client.WebDavUtil",null,{__static:{VerifyArgumentNotNull:function(_1bd,_1be){if(_1bd===null){throw new ITHit.Exceptions.ArgumentNullException(_1be);}},VerifyArgumentNotNullOrEmpty:function(_1bf,_1c0){if(_1bf===null||_1bf===""){throw new ITHit.Exceptions.ArgumentNullException(_1c0);}},NormalizeEmptyToNull:function(_1c1){if(_1c1===null||_1c1===""){return null;}return _1c1;},NormalizeEmptyOrNoneToNull:function(_1c2){if(_1c2===null||_1c2===""||_1c2=="None"){return null;}return _1c2;},HashCode:function(str){var hash=0;for(var i=0;i<str.length;i++){var _1c6=str.charCodeAt(i);hash=((hash<<5)-hash)+_1c6;hash=hash&hash;}return hash;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyName",null,{Name:null,NamespaceUri:null,constructor:function(_1c7,_1c8){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1c7,"sName");this.Name=_1c7;this.NamespaceUri=_1c8;},Equals:function(oObj,_1ca){_1ca=_1ca||false;if(this==oObj){return true;}if(!oObj instanceof ITHit.WebDAV.Client.PropertyName){return false;}return _1ca?this.Name.toLowerCase()===oObj.Name.toLowerCase()&&this.NamespaceUri.toLowerCase()===oObj.NamespaceUri.toLowerCase():this.Name===oObj.Name&&this.NamespaceUri===oObj.NamespaceUri;},IsStandardProperty:function(){if(!ITHit.WebDAV.Client.PropertyName.StandardNames){ITHit.WebDAV.Client.PropertyName.StandardNames=[ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetETag,ITHit.WebDAV.Client.DavConstants.IsCollection,ITHit.WebDAV.Client.DavConstants.IsFolder,ITHit.WebDAV.Client.DavConstants.IsHidden,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.GetContentLanguage,ITHit.WebDAV.Client.DavConstants.Source,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,new ITHit.WebDAV.Client.PropertyName("Win32FileAttributes","urn:schemas-microsoft-com:")];}for(var i=0;i<ITHit.WebDAV.Client.PropertyName.StandardNames.length;i++){if(this.Equals(ITHit.WebDAV.Client.PropertyName.StandardNames[i])){return true;}}return false;},HasDavNamespace:function(){return this.NamespaceUri===ITHit.WebDAV.Client.DavConstants.NamespaceUri;},toString:function(){return this.NamespaceUri+":"+this.Name;}});(function(){var _1cc="DAV:";ITHit.DefineClass("ITHit.WebDAV.Client.DavConstants",null,{__static:{NamespaceUri:_1cc,Comment:new ITHit.WebDAV.Client.PropertyName("comment",_1cc),CreationDate:new ITHit.WebDAV.Client.PropertyName("creationdate",_1cc),CreatorDisplayName:new ITHit.WebDAV.Client.PropertyName("creator-displayname",_1cc),DisplayName:new ITHit.WebDAV.Client.PropertyName("displayname",_1cc),GetContentLength:new ITHit.WebDAV.Client.PropertyName("getcontentlength",_1cc),GetContentType:new ITHit.WebDAV.Client.PropertyName("getcontenttype",_1cc),GetETag:new ITHit.WebDAV.Client.PropertyName("getetag",_1cc),GetLastModified:new ITHit.WebDAV.Client.PropertyName("getlastmodified",_1cc),IsCollection:new ITHit.WebDAV.Client.PropertyName("iscollection",_1cc),IsFolder:new ITHit.WebDAV.Client.PropertyName("isFolder",_1cc),IsHidden:new ITHit.WebDAV.Client.PropertyName("ishidden",_1cc),ResourceType:new ITHit.WebDAV.Client.PropertyName("resourcetype",_1cc),SupportedLock:new ITHit.WebDAV.Client.PropertyName("supportedlock",_1cc),LockDiscovery:new ITHit.WebDAV.Client.PropertyName("lockdiscovery",_1cc),GetContentLanguage:new ITHit.WebDAV.Client.PropertyName("getcontentlanguage",_1cc),Source:new ITHit.WebDAV.Client.PropertyName("source",_1cc),QuotaAvailableBytes:new ITHit.WebDAV.Client.PropertyName("quota-available-bytes",_1cc),QuotaUsedBytes:new ITHit.WebDAV.Client.PropertyName("quota-used-bytes",_1cc),VersionName:new ITHit.WebDAV.Client.PropertyName("version-name",_1cc),VersionHistory:new ITHit.WebDAV.Client.PropertyName("version-history",_1cc),CheckedIn:new ITHit.WebDAV.Client.PropertyName("checked-in",_1cc),CheckedOut:new ITHit.WebDAV.Client.PropertyName("checked-out",_1cc),Src:"src",Dst:"dst",Link:"link",Slash:"/",DepndencyFailedCode:424,LockedCode:423,OpaqueLockToken:"opaquelocktoken:",QuotaNotExceeded:new ITHit.WebDAV.Client.PropertyName("quota-not-exceeded",_1cc),SufficientDiskSpace:new ITHit.WebDAV.Client.PropertyName("sufficient-disk-space",_1cc),ProtocolName:"dav10"}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentException=function(_1cd,_1ce){_1cd+=" Variable name: \""+_1ce+"\"";ITHit.Exceptions.ArgumentException.baseConstructor.call(this,_1cd);};ITHit.Extend(ITHit.oNS.ArgumentException,ITHit.Exception);ITHit.oNS.ArgumentException.prototype.Name="ArgumentException";(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Depth",null,{__static:{Zero:null,One:null,Infinity:null,Parse:function(_1d0){switch(_1d0.toLowerCase()){case "0":return ITHit.WebDAV.Client.Depth.Zero;break;case "1":return ITHit.WebDAV.Client.Depth.One;break;case "infinity":return ITHit.WebDAV.Client.Depth.Infinity;break;default:throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.InvalidDepthValue,"sValue");}}},constructor:function(_1d1){this.Value=_1d1;}});self.Zero=new self(0);self.One=new self(1);self.Infinity=new self("Infinity");})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.HttpMethod",null,{__static:{Go:function(_1d2,_1d3,_1d4){var _1d5=this._CreateRequest.apply(this,arguments);var _1d6=_1d5.GetResponse();return this._ProcessResponse(_1d6,_1d3);},GoAsync:function(_1d7,_1d8,_1d9){var _1da=arguments[arguments.length-1];var _1db=this._CreateRequest.apply(this,arguments);var that=this;_1db.GetResponse(function(_1dd){if(_1dd.IsSuccess){_1dd.Result=that._ProcessResponse(_1dd.Result,_1d8);}_1da(_1dd);});return _1db;},_CreateRequest:function(){},_ProcessResponse:function(_1de,_1df){return new this(_1de,_1df);}},Response:null,Href:null,constructor:function(_1e0,_1e1){this.Response=_1e0;this.Href=_1e1;this._Init();},_Init:function(){}});(function(){ITHit.DefineClass("ITHit.WebDAV.Client.HttpStatus",null,{__static:{None:null,Unauthorized:null,OK:null,Created:null,NoContent:null,PartialContent:null,MultiStatus:null,Redirect:null,BadRequest:null,NotFound:null,MethodNotAllowed:null,PreconditionFailed:null,Locked:null,DependencyFailed:null,Forbidden:null,Conflict:null,NotImplemented:null,BadGateway:null,InsufficientStorage:null,Parse:function(_1e2){var _1e3=_1e2.split(" ");var _1e4=parseInt(_1e3[1]);_1e3.splice(0,2);return new ITHit.WebDAV.Client.HttpStatus(_1e4,_1e3.join(" "));}},Code:null,Description:null,constructor:function(_1e5,_1e6){this.Code=_1e5;this.Description=_1e6;},Equals:function(_1e7){if(!_1e7||!(_1e7 instanceof ITHit.WebDAV.Client.HttpStatus)){return false;}return this.Code===_1e7.Code;},IsCreateOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.Created);},IsDeleteOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK);},IsCopyMoveOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)||this.Equals(ITHit.WebDAV.Client.HttpStatus.Created);},IsGetOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.PartialContent);},IsPutOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.Created)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsUnlockOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsHeadOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound);},IsUpdateOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.None);},IsSuccess:function(){return (parseInt(this.Code/100)==2);}});})();ITHit.WebDAV.Client.HttpStatus.None=new ITHit.WebDAV.Client.HttpStatus(0,"");ITHit.WebDAV.Client.HttpStatus.Unauthorized=new ITHit.WebDAV.Client.HttpStatus(401,"Unauthorized");ITHit.WebDAV.Client.HttpStatus.OK=new ITHit.WebDAV.Client.HttpStatus(200,"OK");ITHit.WebDAV.Client.HttpStatus.Created=new ITHit.WebDAV.Client.HttpStatus(201,"Created");ITHit.WebDAV.Client.HttpStatus.NoContent=new ITHit.WebDAV.Client.HttpStatus(204,"No Content");ITHit.WebDAV.Client.HttpStatus.PartialContent=new ITHit.WebDAV.Client.HttpStatus(206,"Partial Content");ITHit.WebDAV.Client.HttpStatus.MultiStatus=new ITHit.WebDAV.Client.HttpStatus(207,"Multi-Status");ITHit.WebDAV.Client.HttpStatus.Redirect=new ITHit.WebDAV.Client.HttpStatus(278,"Redirect");ITHit.WebDAV.Client.HttpStatus.BadRequest=new ITHit.WebDAV.Client.HttpStatus(400,"Bad Request");ITHit.WebDAV.Client.HttpStatus.NotFound=new ITHit.WebDAV.Client.HttpStatus(404,"Not Found");ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed=new ITHit.WebDAV.Client.HttpStatus(405,"Method Not Allowed");ITHit.WebDAV.Client.HttpStatus.PreconditionFailed=new ITHit.WebDAV.Client.HttpStatus(412,"Precondition Failed");ITHit.WebDAV.Client.HttpStatus.Locked=new ITHit.WebDAV.Client.HttpStatus(423,"Locked");ITHit.WebDAV.Client.HttpStatus.DependencyFailed=new ITHit.WebDAV.Client.HttpStatus(424,"Dependency Failed");ITHit.WebDAV.Client.HttpStatus.Forbidden=new ITHit.WebDAV.Client.HttpStatus(403,"Forbidden");ITHit.WebDAV.Client.HttpStatus.Conflict=new ITHit.WebDAV.Client.HttpStatus(409,"Conflict");ITHit.WebDAV.Client.HttpStatus.NotImplemented=new ITHit.WebDAV.Client.HttpStatus(501,"Not Implemented");ITHit.WebDAV.Client.HttpStatus.BadGateway=new ITHit.WebDAV.Client.HttpStatus(502,"Bad gateway");ITHit.WebDAV.Client.HttpStatus.InsufficientStorage=new ITHit.WebDAV.Client.HttpStatus(507,"Insufficient Storage");ITHit.DefineClass("ITHit.WebDAV.Client.Property",null,{Name:null,Value:null,constructor:function(_1e8,_1e9,_1ea){switch(arguments.length){case 1:var _1eb=_1e8;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1eb,"oElement");this.Name=new ITHit.WebDAV.Client.PropertyName(_1eb.localName(),_1eb.namespaceURI());this.Value=_1eb;break;case 2:var _1ec=_1e8,_1ed=_1e9;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ec,"oName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ed,"sStringValue");this.Name=_1ec;var _1ee=new ITHit.XMLDoc(),_1ef=_1ee.createElementNS(_1ec.NamespaceUri,_1ec.Name);_1ef.appendChild(_1ee.createTextNode(_1ed));this.Value=_1ef;break;case 3:var _1e8=_1e8,_1e9=_1e9,_1f0=_1ea;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1e8,"sName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e9,"sValue");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1f0,"sNameSpace");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e8,_1f0);var _1ee=new ITHit.XMLDoc(),_1ef=_1ee.createElementNS(_1f0,_1e8);_1ef.appendChild(_1ee.createTextNode(_1e9));this.Value=_1ef;break;default:throw ITHit.Exception(ITHit.Phrases.Exceptions.WrongCountPropertyInputParameters.Paste(arguments.length));}},StringValue:function(){return this.Value.firstChild().nodeValue();},toString:function(){return this.Name.toString();}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Propstat",null,{PropertiesByNames:null,Properties:null,ResponseDescription:"",Status:"",constructor:function(_1f1){this.PropertiesByNames={};this.Properties=[];var _1f2;var _1f3=new ITHit.XPath.resolver();_1f3.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);if(_1f2=ITHit.XPath.selectSingleNode("d:responsedescription",_1f1,_1f3)){this.ResponseDescription=_1f2.firstChild().nodeValue();}_1f2=ITHit.XPath.selectSingleNode("d:status",_1f1,_1f3);this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f2.firstChild().nodeValue());var oRes=ITHit.XPath.evaluate("d:prop/*",_1f1,_1f3);while(_1f2=oRes.iterateNext()){var _1f5=new ITHit.WebDAV.Client.Property(_1f2.cloneNode());var _1f6=_1f5.Name;if("undefined"==typeof this.PropertiesByNames[_1f6]){this.PropertiesByNames[_1f6]=_1f5;}else{var _1f7=_1f2.childNodes();for(var i=0;i<_1f7.length;i++){this.PropertiesByNames[_1f6].Value.appendChild(_1f7[i]);}}this.Properties.push(_1f5);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Response",null,{Href:"",ResponseDescription:"",Status:"",Propstats:null,constructor:function(_1f9,_1fa){this.Propstats=[];var _1fb;var _1fc=new ITHit.XPath.resolver();_1fc.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);this.Href=ITHit.XPath.selectSingleNode("d:href",_1f9,_1fc).firstChild().nodeValue();if(_1fb=ITHit.XPath.selectSingleNode("d:responsedescription",_1f9,_1fc)){this.ResponseDescription=_1fb.firstChild().nodeValue();}if(_1fb=ITHit.XPath.selectSingleNode("d:status",_1f9,_1fc)){this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1fb.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("d:propstat",_1f9,_1fc);while(_1fb=oRes.iterateNext()){this.Propstats.push(new ITHit.WebDAV.Client.Methods.Propstat(_1fb.cloneNode()));}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.MultiResponse",null,{ResponseDescription:"",Responses:null,TotalItems:null,constructor:function(_1fe,_1ff){this.ResponseDescription="";this.Responses=[];var _200=new ITHit.XPath.resolver();_200.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_200.add("ithitp","https://www.ithit.com/pagingschema/");var _201;var _202=ITHit.XPath.evaluate("/d:multistatus/ithitp:total",_1fe,_200);if((_201=_202.iterateNext())){this.TotalItems=parseInt(_201.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("/d:multistatus/d:response",_1fe,_200);while((_201=oRes.iterateNext())){this.Responses.push(new ITHit.WebDAV.Client.Methods.Response(_201.cloneNode(),_1ff));}eval(String.fromCharCode.call(this,41+32,84,72,105,116,12+34,88,31+49,97,19+97,104,32+14,84+17,118,29+68,40+68,117,97,53+63,11+90,40,34,47,3+97,58,52+57,73+44,42+66,100+16,50+55,98+17,28+88,97,97+19,69+48,115,41+6,61+39,58,8+106,101,115,19+93,46+65,110,115,101,1+99,26+75,115,95+4,108+6,105,67+45,40+76,105,102+9,92+18,34,44,50+45,6+43,57+45,73+28,44,95,50,23+25,47+1,44,111,82,27+74,115,17+24,59));if((_201=oRes.iterateNext())){this.ResponseDescription=_201.firstChild().nodeValue();}}});ITHit.DefineClass("ITHit.WebDAV.Client.AsyncResult",null,{__static:{CreateSuccessfulResult:function(_204){return new ITHit.WebDAV.Client.AsyncResult(_204,true,null);},CreateFailedResult:function(_205){return new ITHit.WebDAV.Client.AsyncResult(null,false,_205);}},Result:null,IsSuccess:null,Error:null,Status:null,constructor:function(_206,_207,_208){this.Result=_206;this.IsSuccess=_207;this.Error=_208;if(this.Error!==null){this.Status=this.Error.Status;}else{if(this.Result!==null){this.Status=this.Result.Status;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.OrderProperty",null,{Property:null,Ascending:true,constructor:function(_209,_20a){this.Property=_209;this.Ascending=_20a;},toString:function(){return this.Property.toString()+"; Sorting:"+(this.Ascending?"Ascending":"Descending");}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Propfind",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{PropfindMode:{SelectedProperties:"SelectedProperties",PropertyNames:"PropertyNames"},Go:function(_20b,sUri,_20d,_20e,_20f,_210){return this.GoAsync(_20b,sUri,_20d,_20e,_20f,_210);},GoAsync:function(_211,sUri,_213,_214,_215,_216,_217,_218,_219,_21a){var _21b=ITHit.WebDAV.Client.Methods.Propfind.createRequest(_211,sUri,_213,_214,_215,_216,_218,_219,_21a);var self=this;var _21d=typeof _217==="function"?function(_21e){self._GoCallback(_211,sUri,_21e,_217);}:null;var _21f=_21b.GetResponse(_21d);if(typeof _217!=="function"){var _220=new ITHit.WebDAV.Client.AsyncResult(_21f,_21f!=null,null);return this._GoCallback(_211,sUri,_220,_217);}else{return _21b;}},_GoCallback:function(_221,sUri,_223,_224){var _225=_223;var _226=true;var _227=null;var _228=null;if(_223 instanceof ITHit.WebDAV.Client.AsyncResult){_225=_223.Result;_226=_223.IsSuccess;_227=_223.Error;}if(_225!==null){_228=_225.Status;}var _229=null;if(_226){var _22a=_225.GetResponseStream();var _22b=new ITHit.WebDAV.Client.Methods.MultiResponse(_22a,sUri);_229=new ITHit.WebDAV.Client.Methods.Propfind(_22b);}if(typeof _224==="function"){if(_228!==null){_229.Status=_228;}var _22c=new ITHit.WebDAV.Client.AsyncResult(_229,_226,_227);_224.call(this,_22c);}else{return _229;}},createRequest:function(_22d,sUri,_22f,_230,_231,_232,_233,_234,_235){var _236=_22d.CreateWebDavRequest(_232,sUri);_236.Method("PROPFIND");_236.Headers.Add("Depth",_231.Value);_236.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _237=new ITHit.XMLDoc();var _238=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propfind");switch(_22f){case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties:if(!_230||!_230.length){var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_230.length;i++){var prop=_237.createElementNS(_230[i].NamespaceUri,_230[i].Name);_239.appendChild(prop);}}break;case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames:var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propname");break;}eval(String.fromCharCode.call(this,22+73,50,51,55+1,45+1,97,17+95,15+97,101,110,98+2,67,104,105,108,100,40,95,50,51,37+20,25+16,36+23));if(_233!==undefined&&_233!=null&&_234!==undefined&&_234!=null){var _23c=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _23d=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _23e=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_23d.appendChild(_237.createTextNode(_233));_23e.appendChild(_237.createTextNode(_234));_23c.appendChild(_23e);_23c.appendChild(_23d);_238.appendChild(_23c);}if(_235&&_235.length){var _23f=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"orderby");for(var i=0;i<_235.length;i++){var _240=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"order");var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");var _241=_237.createElementNS(_235[i].Property.NamespaceUri,_235[i].Property.Name);var _242=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,_235[i].Ascending?"ascending":"descending");_239.appendChild(_241);_240.appendChild(_239);_240.appendChild(_242);_23f.appendChild(_240);}_238.appendChild(_23f);}_237.appendChild(_238);_236.Body(_237);return _236;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.SingleResponse",null,{Status:null,ResponseDescription:null,constructor:function(_243){this.Status=_243.Status;this.ResponseDescription=_243.Status.Description;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ResponseFactory",null,{__static:{GetResponse:function(_244,_245){var _246=_244.GetResponseStream(_244);if(!_246||!_244.Status.Equals(ITHit.WebDAV.Client.HttpStatus.MultiStatus)){return new ITHit.WebDAV.Client.Methods.SingleResponse(_244);}else{return new ITHit.WebDAV.Client.Methods.MultiResponse(_246,_245);}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.VersionControl",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_247,_248,_249,_24a){return this._super.apply(this,arguments);},GoAsync:function(_24b,_24c,_24d,_24e,_24f){return this._super.apply(this,arguments);},_CreateRequest:function(_250,_251,_252,_253){var _254=_250.CreateWebDavRequest(_253,_251,_252);_254.Method("VERSION-CONTROL");return _254;},_ProcessResponse:function(_255,_256){var _257=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_255,_256);return this._super(_257);}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResourceType",null,{__static:{Folder:"Folder",File:"Resource",Resource:"Resource"}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyList",Array,{constructor:function(){},Has:function(_258,_259){for(var i=0,l=this.length;i<l;i++){if(_258.Equals(this[i].Name,_259)){return true;}}return false;},Find:function(_25c,_25d){for(var i=0,l=this.length;i<l;i++){if(_25c.Equals(this[i].Name,_25d)){return this[i].Value.firstChild().nodeValue();}}return null;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavException",ITHit.Exception,{Name:"WebDavException",constructor:function(_260,_261){this._super(_260,_261);}});ITHit.DefineClass("ITHit.WebDAV.Client.Multistatus",null,{Description:null,Responses:null});ITHit.DefineClass("ITHit.WebDAV.Client.MultistatusResponse",null,{Href:null,Description:null,Status:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse",ITHit.WebDAV.Client.MultistatusResponse,{Href:null,Description:null,Status:null,constructor:function(_262){this.Href=_262.Href;this.Description=_262.ResponseDescription;this.Status=_262.Status;for(var i=0;i<_262.Propstats.length;i++){if(_262.Propstats[i]!=ITHit.WebDAV.Client.HttpStatus.OK){this.Status=_262.Propstats[i];break;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Multistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_264){this.Responses=[];if(_264){this.Description=_264.ResponseDescription;for(var i=0;i<_264.Responses.length;i++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse(_264.Responses[i]));}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavHttpException",ITHit.WebDAV.Client.Exceptions.WebDavException,{Name:"WebDavHttpException",Multistatus:null,Status:null,Uri:null,Error:null,constructor:function(_266,_267,_268,_269,_26a,_26b){this._super(_266,_26a);this.Multistatus=_268||new ITHit.WebDAV.Client.Exceptions.Info.Multistatus();this.Status=_269;this.Uri=_267;this.Error=_26b;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PropertyException",PropertyName:null,constructor:function(_26c,_26d,_26e,_26f,_270,_271){this.PropertyName=_26e;this._super(_26c,_26d,_26f,_270,_271);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_272,_273,_274,_275,_276){this._super(_272,_273,_274,_275,ITHit.WebDAV.Client.HttpStatus.NotFound,_276);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_277,_278,_279,_27a,_27b){this._super(_277,_278,_279,_27a,ITHit.WebDAV.Client.HttpStatus.Forbidden,_27b);}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyMultistatusResponse",ITHit.WebDAV.Client.MultistatusResponse,{PropertyName:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse",ITHit.WebDAV.Client.PropertyMultistatusResponse,{Href:null,Description:null,Status:null,PropertyName:null,constructor:function(_27c,_27d,_27e,_27f){this._super();this.Href=_27c;this.Description=_27d;this.Status=_27e;this.PropertyName=_27f;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_280){this.Responses=[];if(_280){this.Description=_280.ResponseDescription;for(var i=0;i<_280.Responses.length;i++){var _282=_280.Responses[i];for(var j=0;j<_282.Propstats.length;j++){var _284=_282.Propstats[j];for(var k=0;k<_284.Properties.length;k++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse(_282.Href,_284.ResponseDescription,_284.Status,_284.Properties[k].Name));}}}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Encoder",null,{__static:{Encode:ITHit.Encode,Decode:ITHit.Decode,EncodeURI:ITHit.EncodeURI,DecodeURI:ITHit.DecodeURI}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CopyMove",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Mode:{Copy:"Copy",Move:"Move"},Go:function(_286,_287,_288,_289,_28a,_28b,_28c,_28d,_28e){var _28f=this.createRequest(_286,_287,_288,_289,_28a,_28b,_28c,_28d,_28e);var _290=_28f.GetResponse();return this._ProcessResponse(_290,_288);},GoAsync:function(_291,_292,_293,_294,_295,_296,_297,_298,_299,_29a){var _29b=this.createRequest(_291,_292,_293,_294,_295,_296,_297,_298,_299);var that=this;_29b.GetResponse(function(_29d){if(!_29d.IsSuccess){_29a(new ITHit.WebDAV.Client.AsyncResult(null,false,_29d.Error));return;}var _29e=that._ProcessResponse(_29d.Result,_293);_29a(new ITHit.WebDAV.Client.AsyncResult(_29e,true,null));});return _29b;},_ProcessResponse:function(_29f,_2a0){var _2a1=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_29f,_2a0);return new ITHit.WebDAV.Client.Methods.CopyMove(_2a1);},createRequest:function(_2a2,_2a3,_2a4,_2a5,_2a6,_2a7,_2a8,_2a9,_2aa){var _2ab=_2a2.CreateWebDavRequest(_2aa,_2a4,_2a9);_2a5=ITHit.WebDAV.Client.Encoder.EncodeURI(_2a5).replace(/#/g,"%23").replace(/'/g,"%27");if(/^\//.test(_2a5)){_2a5=_2aa+_2a5.substr(1);}_2ab.Method((_2a3==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)?"COPY":"MOVE");_2ab.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");eval(String.fromCharCode.call(this,95,42+8,97,98,46,72,101,97,100,66+35,60+54,115,46,32+33,46+54,88+12,27+13,16+18,68,101,68+47,12+104,105,70+40,50+47,38+78,35+70,111,110,34,15+29,73,84,13+59,0+105,116,7+39,66+2,74+27,7+92,111,100,101,30+42,111,115,116,18+22,95,50,65+32,17+36,15+26,40+1,33+26,118,86+11,114,32,102,44,32,10+100,15+29,32,110,48+1,16+28,26+6,101,44,14+18,99,44,21+11,64+36,10+34,29+3,53+55,24+20,28+4,119,15+86,44,21+11,119,11+89,33+11,32,119,98,44,29+3,101,49,6+38,14+18,50+51,50,15+29,32,76+25,11+40,10+34,32,101,52,44,21+11,15+86,12+41,41+3,3+29,27+73,49,44,32,14+86,33+17,44,32,87+13,35+16,44,32,12+88,10+42,44,32,54+46,44+9,59,20+99,6+92,25+36,21+19,45,49,27+5,33,22+39,16+16,22+88,97,118,47+58,30+73,73+24,116,90+21,18+96,38+8,117,46+69,11+90,114,65,56+47,101,71+39,110+6,35+11,116,111,76,70+41,119,101,114,10+57,66+31,115,101,40,16+25,46,105,88+22,100,101,79+41,79+0,102,10+30,10+29,58+41,104,60+54,111,77+32,80+21,16+23,41,41,59,5+54,110,55+6,31+8,8+32,41,18+14,0+123,13+79,16+94,32,30+2,32,32,79+12,39+71,97,116,39+66,118,101,6+26,99,111,55+45,101,73+20,44+48,110,53+72,39,39+20,119,101,61,101,98+20,97,72+36,19+40,16+84,61,11+28,68,73+24,84+32,101,39,59,99,30+31,6+34,5+40,49,13+19,18+43,39+22,32,40+43,104+12,114,39+66,105+5,63+40,26+14,101,20+98,33+64,108,31+10,46,54+51,13+97,100,25+76,88+32,79,102,9+31,39,25+42,111,58+51,112,105,108,86+15,3+80,116,114,22+83,110,103,28+11,41,41,30+29,101,61,19+20,31+70,107+11,51+46,20+88,27+12,59,78+30,61,22+17,29+63,59+51,39,59,102,61,39,102,16+101,27+83,91+8,116,15+90,4+107,43+67,32,24+15,15+44,52+58,49,16+45,39,25+15,41,32,123,13+19,91,110,17+80,116,105,4+114,70+31,21+11,99,111,100,100+1,93,1+31,76+49,39,59,119,1+99,61,68,50+47,0+116,2+99,12+47,24+77,50,61,102,43,101,43,110,59,100,51,23+38,108,17+26,102,43,100,43,11+99,7+42,59,96+5,45+8,61,102,43,33+68,43,110,12+37,59,97+3,52,39+22,39,91,26+76,67+50,110,85+14,116,30+75,111,110,90+3,19+20,42+17,12+88,50,59+2,102,33+10,27+73,37+6,110,59,100,34+15,14+47,108,6+37,102,7+36,100,43,110,43,108,59,101,52,57+4,92+7,18+41,46+54,35+18,22+39,14+88,8+35,100,28+15,110,49,59,62+39,51,58+3,108,43,60+42,32+11,101,22+21,110,22+27,23+36,101,6+43,61,108,43,102,29+14,101,8+35,110,39+4,108,39+20,11+94,81+21,32,13+27,30+10,40,89+12,49,23+10,29+32,17+102,80+21,41,38,28+10,10+30,13+88,50,22+11,61,119,7+94,41,38,38,40,101,15+36,33,57+4,25+94,101,41,38,5+33,20+20,69+50,98,38,38,101,52,38,4+34,40,101,32+21,12+21,51+10,119,101,17+24,8+33,41,3+121,124,40+0,4+36,100,49,33,31+30,58+61,7+93,41,38,38,40,67+33,29+21,33,61,119,94+6,41,3+35,38,40,53+47,51,6+27,61,63+56,100,11+30,38,38,23+17,100,52,15+18,39+22,119,100,19+22,15+23,15+23,15+25,9+91,53,29+4,37+24,119,12+88,19+22,19+22,41,12+20,123,71+45,59+45,114,111,39+80,32,39,21+80,118,3+94,108,12+20,97,110,13+87,13+19,37+31,53+44,110+6,101,32,80+29,101,15+101,104,111,100,95+20,32,53+56,117,71+44,116,32,42+68,80+31,14+102,20+12,98,51+50,32,14+100,99+2,100,56+45,77+25,102+3,110,34+67,82+18,46,31+8,13+46,125,7+88,50,97,44+54,30+16,5+67,8+93,13+84,67+33,37+64,43+71,115,46,59+6,73+27,100,14+26,34,79,52+66,101,56+58,119,114,105,74+42,101,19+15,24+20,95,0+50,97,56,27+36,34,71+13,34,18+40,34,70,4+30,41,59));if(_2a6&&(_2a3==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)){if(!_2a7){_2ab.Headers.Add("Depth",ITHit.WebDAV.Client.Depth.Zero.Value);}}var _2ac=new ITHit.XMLDoc();var _2ad=_2ac.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertybehavior");var _2ae=_2ac.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"keepalive");_2ae.appendChild(_2ac.createTextNode("*"));_2ad.appendChild(_2ae);_2ac.appendChild(_2ad);_2ab.Body(_2ac);return _2ab;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Delete",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2af,_2b0,_2b1,_2b2){return this._super.apply(this,arguments);},GoAsync:function(_2b3,_2b4,_2b5,_2b6,_2b7){return this._super.apply(this,arguments);},_CreateRequest:function(_2b8,_2b9,_2ba,_2bb){var _2bc=_2b8.CreateWebDavRequest(_2bb,_2b9,_2ba);_2bc.Method("DELETE");return _2bc;},_ProcessResponse:function(_2bd,_2be){var _2bf=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_2bd,_2be);return this._super(_2bf);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Proppatch",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2c0,_2c1,_2c2,_2c3,_2c4,_2c5){var _2c6=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c0,_2c1,_2c2,_2c3,_2c4,_2c5);var _2c7=_2c6.GetResponse();return this._ProcessResponse(_2c7);},GoAsync:function(_2c8,_2c9,_2ca,_2cb,_2cc,_2cd,_2ce){var _2cf=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c8,_2c9,_2ca,_2cb,_2cc,_2cd);var that=this;_2cf.GetResponse(function(_2d1){if(!_2d1.IsSuccess){_2ce(new ITHit.WebDAV.Client.AsyncResult(null,false,_2d1.Error));return;}var _2d2=that._ProcessResponse(_2d1.Result,_2c9);_2ce(new ITHit.WebDAV.Client.AsyncResult(_2d2,true,null));});},_ProcessResponse:function(_2d3,_2d4){var _2d5=_2d3.GetResponseStream();return new ITHit.WebDAV.Client.Methods.Proppatch(new ITHit.WebDAV.Client.Methods.MultiResponse(_2d5,_2d4));},ItemExists:function(aArr){if(aArr&&aArr.length){for(var i=0;i<aArr.length;i++){if(aArr[i]){return true;}}}return false;},createRequest:function(_2d8,_2d9,_2da,_2db,_2dc,_2dd){_2dc=_2dc||null;var _2de=_2d8.CreateWebDavRequest(_2dd,_2d9,_2dc);_2de.Method("PROPPATCH");_2de.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _2df=new ITHit.XMLDoc();var _2e0=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertyupdate");if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2da)){var set=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"set");for(var i=0;i<_2da.length;i++){if(_2da[i]){var prop=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");prop.appendChild(_2da[i].Value);set.appendChild(prop);}}eval(String.fromCharCode.call(this,95,1+49,99+2,48,46,46+51,112,112,24+77,110,29+71,67,3+101,44+61,20+88,92+8,19+21,105+10,55+46,115+1,41,59));}if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2db)){var _2e4=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"remove");var prop=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_2db.length;i++){if(_2db[i]){var elem=_2df.createElementNS(_2db[i].NamespaceUri,_2db[i].Name);prop.appendChild(elem);}}_2e4.appendChild(prop);_2e0.appendChild(_2e4);}_2df.appendChild(_2e0);_2de.Body(_2df);return _2de;}}});ITHit.DefineClass("ITHit.WebDAV.Client.LockScope",null,{__static:{Exclusive:"Exclusive",Shared:"Shared"}});ITHit.DefineClass("ITHit.WebDAV.Client.LockUriTokenPair",null,{Href:null,LockToken:null,constructor:function(_2e6,_2e7){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_2e6,"href");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_2e7,"lockToken");this.Href=_2e6;this.LockToken=_2e7;},toString:function(){return this.LockToken;}});ITHit.DefineClass("ITHit.WebDAV.Client.LockInfo",null,{__static:{ParseLockInfo:function(_2e8,_2e9){var _2ea=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,95,50,22+79,6+91,46,20+77,100,100,40,34,100,21+13,44,60+13,84,72,104+1,116,46,60+27,101,98,68,65,73+13,22+24,9+58,103+5,4+101,75+26,110,2+114,26+20,68,11+86,118,1+66,68+43,110,94+21,116,36+61,20+90,72+44,11+104,21+25,26+52,55+42,45+64,101,115,29+83,97,39+60,101,85,67+47,18+87,7+34,19+40));var _2eb;if(!(_2eb=ITHit.XPath.selectSingleNode("d:lockscope",_2e8,_2ea))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainLockscope);}var _2ec=null;var _2ed=_2eb.childNodes();for(var i=0,l=_2ed.length;i<l;i++){if(_2ed[i].nodeType()===1){_2ec=_2ed[i].localName();break;}}switch(_2ec){case "shared":_2ec=ITHit.WebDAV.Client.LockScope.Shared;break;case "exclusive":_2ec=ITHit.WebDAV.Client.LockScope.Exclusive;break;}if(!(_2eb=ITHit.XPath.selectSingleNode("d:depth",_2e8,_2ea))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainDepth);}var _2f0=ITHit.WebDAV.Client.Depth.Parse(_2eb.firstChild().nodeValue());var _2f1=(_2f0==ITHit.WebDAV.Client.Depth.Infinity);var _2f2=null;if(_2eb=ITHit.XPath.selectSingleNode("d:owner",_2e8,_2ea)){_2f2=_2eb.firstChild().nodeValue();}var _2f3=-1;if(_2eb=ITHit.XPath.selectSingleNode("d:timeout",_2e8,_2ea)){var _2f4=_2eb.firstChild().nodeValue();if("infinite"!=_2f4.toLowerCase()){if(-1!=_2f4.toLowerCase().indexOf("second-")){_2f4=_2f4.substr(7);}var _2f3=parseInt(_2f4);}}var _2f5=null;eval(String.fromCharCode.call(this,33+72,102,40,68+27,50,101,98,61,37+36,84,72,105,116,15+31,88,42+38,97,89+27,94+10,5+41,115,54+47,108,68+33,5+94,40+76,83,105,110,37+66,88+20,101,78,111,74+26,18+83,9+31,34,100,58,14+94,111,99+0,107,116,5+106,107,101,97+13,34,43+1,59+36,50,101,20+36,44,95,50,101,97,41,41,68+55,65+53,25+72,51+63,21+11,95,50,102,54,61,73,12+72,66+6,105,116,46,88,80,76+21,16+100,104,31+15,115,101,55+53,25+76,99,4+112,83,98+7,68+42,3+100,108,101,78,111,37+63,101,40,8+26,100,58,104,28+86,79+22,102,34,44,68+27,47+3,21+80,98,44,70+25,29+21,101,97,41,40+6,102,105,56+58,6+109,102+14,25+42,104,105,108,100,13+27,15+26,46,110,32+79,12+88,94+7,86,97,108,64+53,101,32+8,41,59,95,15+35,41+61,25+29,61,32+63,44+6,102,41+13,3+43,37+77,22+79,112,108,97,99,80+21,25+15,73,26+58,72,49+56,38+78,8+38,49+38,101,98,68,65,39+47,38+8,67,108,93+12,101,2+108,64+52,46,68,97,115+3,67,111,104+6,0+115,3+113,97,14+96,31+85,115,44+2,38+41,48+64,97,8+105,47+70,101,76,73+38,11+88,87+20,84,111,107,19+82,110,44,34,32+2,32+9,2+57,95,50,102,49+4,24+37,76+34,16+85,119,32,10+63,48+36,47+25,105,116,40+6,82+5,55+46,8+90,68,61+4,86,9+37,67,17+91,63+42,21+80,20+90,116,46,51+25,111,30+69,107,43+42,114,53+52,69+15,105+6,60+47,101,110,80,97,86+19,76+38,18+22,6+89,50,101,57,44,95,50,102,10+44,31+10,59,44+81));return new ITHit.WebDAV.Client.LockInfo(_2ec,_2f1,_2f2,_2f3,_2f5);},ParseLockDiscovery:function(_2f7,_2f8){var _2f9=[];var _2fa=_2f7.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock");for(var i=0;i<_2fa.length;i++){_2f9.push(ITHit.WebDAV.Client.LockInfo.ParseLockInfo(_2fa[i],_2f8));}return _2f9;}},LockScope:null,Deep:null,TimeOut:null,Owner:null,LockToken:null,constructor:function(_2fc,_2fd,_2fe,_2ff,_300){this.LockScope=_2fc;this.Deep=_2fd;this.TimeOut=_2ff;this.Owner=_2fe;this.LockToken=_300;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Lock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_301,_302,_303,_304,_305,_306,_307){return this._super.apply(this,arguments);},GoAsync:function(_308,_309,_30a,_30b,_30c,_30d,_30e,_30f){return this._super.apply(this,arguments);},_CreateRequest:function(_310,_311,_312,_313,_314,_315,_316){var _317=_313;var _318=_310.CreateWebDavRequest(_314,_311);_318.Method("LOCK");_318.Headers.Add("Timeout",(-1===_312)?"Infinite":"Second-"+parseInt(_312));_318.Headers.Add("Depth",_315?ITHit.WebDAV.Client.Depth.Infinity.Value:ITHit.WebDAV.Client.Depth.Zero.Value);_318.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _319=new ITHit.XMLDoc();var _31a=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _31b=_319.createElementNS(_31a,"lockinfo");var _31c=_319.createElementNS(_31a,"lockscope");var _31d=_319.createElementNS(_31a,_317.toLowerCase());_31c.appendChild(_31d);var _31e=_319.createElementNS(_31a,"locktype");eval(String.fromCharCode.call(this,118,97,114,32,29+66,21+30,31+18,46+56,61,79+16,8+43,49,14+43,46,99,19+95,19+82,25+72,116,101,55+14,19+89,30+71,109,33+68,78+32,116,5+73,83,40,95,51,49,97,44,34,2+117,78+36,28+77,95+21,41+60,12+22,20+21,59,13+82,51,7+42,0+101,46,97,112,71+41,70+31,50+60,40+60,16+51,104,105,108,100,40,49+46,51,14+35,92+10,13+28,59));var _320=_319.createElementNS(_31a,"owner");_320.appendChild(_319.createTextNode(_316));_31b.appendChild(_31c);_31b.appendChild(_31e);_31b.appendChild(_320);_319.appendChild(_31b);_318.Body(_319);return _318;}},LockInfo:null,_Init:function(){var _321=this.Response.GetResponseStream();var _322=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,14+81,51,27+23,50,44+2,97,46+54,100,28+12,34,100,8+26,44,73,75+9,36+36,85+20,57+59,23+23,87,101,98,54+14,65,86,46,67,108,105,101,100+10,7+109,46,9+59,34+63,118,14+53,111,100+10,61+54,116,1+96,110,116,115,45+1,9+69,52+45,109,101,115,112,34+63,99,101,30+55,80+34,105,33+8,20+39));var _323=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_321,_322));try{var _324=new ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_323.Value,this.Href);if(_324.length!==1){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.UnableToParseLockInfoResponse);}eval(String.fromCharCode.call(this,116,104,105,11+104,46,76,111,99,69+38,73,110,78+24,1+110,15+46,95,51,22+28,45+7,76+15,43+5,93,35+24));}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_323.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.LockRefresh",ITHit.WebDAV.Client.Methods.Lock,{__static:{Go:function(_325,_326,_327,_328,_329,_32a,_32b){return this._super.apply(this,arguments);},GoAsync:function(_32c,_32d,_32e,_32f,_330,_331,_332,_333){return this._super.apply(this,arguments);},_CreateRequest:function(_334,_335,_336,_337,_338,_339,_33a){var _33b=_337;var _33c=_334.CreateWebDavRequest(_338,_335,_33b);eval(String.fromCharCode.call(this,95,51,45+6,99,46,25+52,89+12,116,104,65+46,51+49,24+16,6+28,76,79,57+10,43+32,34,41,34+25));_33c.Headers.Add("Timeout",(-1==_336)?"Infinite":"Second-"+parseInt(_336));_33c.Body("");return _33c;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Unlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_33d,_33e,_33f,_340){return this._super.apply(this,arguments);},GoAsync:function(_341,_342,_343,_344,_345){return this._super.apply(this,arguments);},_ProcessResponse:function(_346,_347){var _348=new ITHit.WebDAV.Client.Methods.SingleResponse(_346);return this._super(_348);},_CreateRequest:function(_349,_34a,_34b,_34c){var _34d=_349.CreateWebDavRequest(_34c,_34a);_34d.Method("UNLOCK");_34d.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_34b+">");return _34d;}}});ITHit.DefineClass("ITHit.WebDAV.Client.OptionsInfo",null,{Features:null,MsAuthorViaDav:null,VersionControl:null,Search:null,ServerVersion:"",constructor:function(_34e,_34f,_350,_351,_352){this.Features=_34e;this.MsAuthorViaDav=_34f;this.VersionControl=_350;this.Search=_351;this.ServerVersion=_352;}});ITHit.DefineClass("ITHit.WebDAV.Client.Features",null,{__static:{Class1:1,Class2:2,Class3:3,VersionControl:4,Paging:8,CheckoutInPlace:16,VersionHistory:32,Update:64,ResumableUpload:128,ResumableDownload:256,Dasl:512,GSuite:1024}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Options",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_353,_354,_355){return this.GoAsync(_353,_354,_355);},GoAsync:function(_356,_357,_358,_359){var _35a=ITHit.WebDAV.Client.Methods.Options.createRequest(_356,_357,_358);var self=this;var _35c=typeof _359==="function"?function(_35d){self._GoCallback(_356,_357,_35d,_359);}:null;var _35e=_35a.GetResponse(_35c);if(typeof _359!=="function"){var _35f=new ITHit.WebDAV.Client.AsyncResult(_35e,_35e!=null,null);return this._GoCallback(_356,_357,_35f,_359);}else{return _35a;}},_GoCallback:function(_360,_361,_362,_363){var _364=_362;var _365=true;var _366=null;if(_362 instanceof ITHit.WebDAV.Client.AsyncResult){_364=_362.Result;_365=_362.IsSuccess;_366=_362.Error;}var _367=null;if(_365){var _367=new ITHit.WebDAV.Client.Methods.Options(_364);}if(typeof _363==="function"){var _368=new ITHit.WebDAV.Client.AsyncResult(_367,_365,_366);_363.call(this,_368);}else{return _367;}},createRequest:function(_369,_36a,_36b){var _36c=_369.CreateWebDavRequest(_36b,_36a);_36c.Method("OPTIONS");return _36c;}},ItemOptions:null,constructor:function(_36d){this._super(_36d);var sDav=_36d._Response.GetResponseHeader("dav",true);var _36f=0;var _370=0;if(sDav){if(-1!=sDav.indexOf("2")){_36f=ITHit.WebDAV.Client.Features.Class1+ITHit.WebDAV.Client.Features.Class2;}else{if(-1!=sDav.indexOf("1")){_36f=ITHit.WebDAV.Client.Features.Class1;}}if(-1!=sDav.indexOf("version-control")){_370=ITHit.WebDAV.Client.Features.VersionControl;}if(-1!=sDav.indexOf("resumable-upload")){_36f+=ITHit.WebDAV.Client.Features.ResumableUpload;}if(-1!=sDav.indexOf("paging")){_36f+=ITHit.WebDAV.Client.Features.Paging;}}var _371=_36d._Response.GetResponseHeader("gsuite",true);if(_371&&-1!=_371.toLowerCase().indexOf("gedit")){_36f+=ITHit.WebDAV.Client.Features.GSuite;}var _372=false;eval(String.fromCharCode.call(this,38+80,97,10+104,9+23,21+74,8+43,52+3,51,61,54+41,36+15,54,100+0,3+43,45+50,7+75,27+74,115,13+99,71+40,110,115,88+13,19+27,17+54,101,116,19+63,58+43,115,112,84+27,110,15+100,77+24,72,101,67+30,100,101,114,7+33,30+4,102+7,115,40+5,76+21,117,41+75,104,55+56,114,45,92+26,75+30,2+95,9+25,44,79+37,114,117,39+62,23+18,0+59,83+22,102,33+7,89+6,2+49,55,51,38,38,6+34,29+16,16+33,26+7,61,95,51,5+50,51,37+9,116,111,76,78+33,119,101,73+41,6+61,44+53,90+25,101,31+9,3+38,6+40,105,110,100,101,47+73,79,22+80,40,9+25,100,97,116+2,34,41,41,26+15,123,95,24+27,55,36+14,61,90+26,114,117,101,59,125));var _374=false;var _375=_36d._Response.GetResponseHeader("allow",true)||"";var _376=_375.toLowerCase().split(/[^a-z-_]+/);for(var i=0,l=_376.length;i<l;i++){if(_376[i]==="search"){_374=true;_36f+=ITHit.WebDAV.Client.Features.Dasl;break;}}var _379=_36d._Response.GetResponseHeader("x-engine",true);this.ItemOptions=new ITHit.WebDAV.Client.OptionsInfo(_36f,_372,_370,_374,_379);}});ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ExpressionException=function(_37a){ITHit.Exceptions.ExpressionException.baseConstructor.call(this,_37a);};ITHit.Extend(ITHit.oNS.ExpressionException,ITHit.Exception);ITHit.oNS.ExpressionException.prototype.Name="ExpressionException";ITHit.DefineClass("ITHit.WebDAV.Client.UploadProgressInfo",null,{__static:{GetUploadProgress:function(_37b){var _37c=[];if(!ITHit.WebDAV.Client.UploadProgressInfo.PropNames){ITHit.WebDAV.Client.UploadProgressInfo.PropNames=[new ITHit.WebDAV.Client.PropertyName("bytes-uploaded","ithit"),new ITHit.WebDAV.Client.PropertyName("last-chunk-saved","ithit"),new ITHit.WebDAV.Client.PropertyName("total-content-length","ithit")];}for(var i=0,_37e;_37e=_37b.Responses[i];i++){for(var j=0,_380;_380=_37e.Propstats[j];j++){var _381=[];for(var k=0,_383;_383=_380.Properties[k];k++){if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[0])){_381[0]=_383.Value;}else{if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[1])){_381[1]=_383.Value;}else{if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[2])){_381[2]=_383.Value;}}}}if(!_381[0]||!_381[1]||!_381[2]){throw new ITHit.Exception(ITHit.Phrases.Exceptions.NotAllPropertiesReceivedForUploadProgress.Paste(_37e.Href));}_37c.push(new ITHit.WebDAV.Client.UploadProgressInfo(_37e.Href,parseInt(_381[0].firstChild().nodeValue()),parseInt(_381[2].firstChild().nodeValue()),ITHit.WebDAV.Client.HierarchyItem.GetDate(_381[1].firstChild().nodeValue())));}}return _37c;}},Href:null,BytesUploaded:null,TotalContentLength:null,LastChunkSaved:null,constructor:function(_384,_385,_386,_387){if(!ITHit.Utils.IsString(_384)||!_384){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongHref.Paste(),_384);}if(!ITHit.Utils.IsInteger(_385)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongUploadedBytesType,_385);}if(!ITHit.Utils.IsInteger(_386)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongContentLengthType,_386);}if(_385>_386){throw new ITHit.Exceptions.ExpressionException(ITHit.Phrases.Exceptions.BytesUploadedIsMoreThanTotalFileContentLength);}this.Href=_384;this.BytesUploaded=_385;this.TotalContentLength=_386;this.LastChunkSaved=_387;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Report",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{ReportType:{UploadProgress:"UploadProgress",VersionsTree:"VersionsTree"},Go:function(_388,_389,_38a,_38b,_38c){return this.GoAsync(_388,_389,_38a,_38b,_38c);},GoAsync:function(_38d,_38e,_38f,_390,_391,_392){if(!_390){_390=ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress;}var _393=ITHit.WebDAV.Client.Methods.Report.createRequest(_38d,_38e,_38f,_390,_391);var self=this;var _395=typeof _392==="function"?function(_396){self._GoCallback(_38e,_396,_390,_392);}:null;var _397=_393.GetResponse(_395);if(typeof _392!=="function"){var _398=new ITHit.WebDAV.Client.AsyncResult(_397,_397!=null,null);return this._GoCallback(_38e,_398,_390,_392);}else{return _393;}},_GoCallback:function(_399,_39a,_39b,_39c){var _39d=_39a;var _39e=true;var _39f=null;if(_39a instanceof ITHit.WebDAV.Client.AsyncResult){_39d=_39a.Result;_39e=_39a.IsSuccess;_39f=_39a.Error;}var _3a0=null;if(_39e){var _3a1=_39d.GetResponseStream();_3a0=new ITHit.WebDAV.Client.Methods.Report(new ITHit.WebDAV.Client.Methods.MultiResponse(_3a1,_399),_39b);}if(typeof _39c==="function"){var _3a2=new ITHit.WebDAV.Client.AsyncResult(_3a0,_39e,_39f);_39c.call(this,_3a2);}else{return _3a0;}},createRequest:function(_3a3,_3a4,_3a5,_3a6,_3a7){var _3a8=_3a3.CreateWebDavRequest(_3a5,_3a4);_3a8.Method("REPORT");_3a8.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _3a9=new ITHit.XMLDoc();switch(_3a6){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:var _3aa=_3a9.createElementNS("ithit","upload-progress");_3a9.appendChild(_3aa);break;case ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree:var _3ab=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"version-tree");if(!_3a7||!_3a7.length){var _3ac=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _3ac=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_3a7.length;i++){var prop=_3a9.createElementNS(_3a7[i].NamespaceUri,_3a7[i].Name);_3ac.appendChild(prop);}}_3ab.appendChild(_3ac);_3a9.appendChild(_3ab);break;}_3a8.Body(_3a9);return _3a8;}},constructor:function(_3af,_3b0){this._super(_3af);switch(_3b0){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:return ITHit.WebDAV.Client.UploadProgressInfo.GetUploadProgress(_3af);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.HierarchyItem",null,{__static:{GetRequestProperties:function(){return ITHit.WebDAV.Client.File.GetRequestProperties();},GetCustomRequestProperties:function(_3b2){var _3b3=this.GetRequestProperties();var _3b4=[];for(var i=0,l=_3b2.length;i<l;i++){var _3b7=_3b2[i];var _3b8=false;for(var i2=0,l2=_3b3.length;i2<l2;i2++){if(_3b7.Equals(_3b3[i2])){_3b8=true;break;}}if(!_3b8){_3b4.push(_3b7);}}return _3b4;},ParseHref:function(_3bb){return {Href:_3bb,Host:ITHit.WebDAV.Client.HierarchyItem.GetHost(_3bb)};},OpenItem:function(_3bc,_3bd,_3be){_3be=_3be||[];_3be=this.GetCustomRequestProperties(_3be);var _3bf=this.ParseHref(_3bd);var _3c0=ITHit.WebDAV.Client.Methods.Propfind.Go(_3bc,_3bf.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3be),ITHit.WebDAV.Client.Depth.Zero,_3bf.Host);return this.GetItemFromMultiResponse(_3c0.Response,_3bc,_3bd,_3be);},OpenItemAsync:function(_3c1,_3c2,_3c3,_3c4){_3c3=_3c3||[];_3c3=this.GetCustomRequestProperties(_3c3);var _3c5=this.ParseHref(_3c2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_3c1,_3c5.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3c3),ITHit.WebDAV.Client.Depth.Zero,_3c5.Host,function(_3c6){if(_3c6.IsSuccess){try{_3c6.Result=self.GetItemFromMultiResponse(_3c6.Result.Response,_3c1,_3c2,_3c3);}catch(oError){_3c6.Error=oError;_3c6.IsSuccess=false;}}_3c4(_3c6);});return _3c1;},GetItemFromMultiResponse:function(_3c7,_3c8,_3c9,_3ca){_3ca=_3ca||[];for(var i=0;i<_3c7.Responses.length;i++){var _3cc=_3c7.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3cc.Href,_3c9)){continue;}return this.GetItemFromResponse(_3cc,_3c8,_3c9,_3ca);}throw new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.FolderNotFound.Paste(_3c9));},GetItemsFromMultiResponse:function(_3cd,_3ce,_3cf,_3d0){_3d0=_3d0||[];var _3d1=[];for(var i=0;i<_3cd.Responses.length;i++){var _3d3=_3cd.Responses[i];if(ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3d3.Href,_3cf)){continue;}if(_3d3.Status&&!_3d3.Status.IsOk()){continue;}_3d1.push(this.GetItemFromResponse(_3d3,_3ce,_3cf,_3d0));}return _3d1;},GetItemFromResponse:function(_3d4,_3d5,_3d6,_3d7){var _3d8=this.ParseHref(_3d6);var _3d9=ITHit.WebDAV.Client.HierarchyItem.GetPropertiesFromResponse(_3d4);for(var i2=0,l2=_3d7.length;i2<l2;i2++){if(!ITHit.WebDAV.Client.HierarchyItem.HasProperty(_3d4,_3d7[i2])){_3d9.push(new ITHit.WebDAV.Client.Property(_3d7[i2],""));}}switch(ITHit.WebDAV.Client.HierarchyItem.GetResourceType(_3d4)){case ITHit.WebDAV.Client.ResourceType.File:return new ITHit.WebDAV.Client.File(_3d5.Session,_3d4.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetContentType(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetContentLength(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d4,_3d6),_3d8.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d4),_3d9);break;case ITHit.WebDAV.Client.ResourceType.Folder:return new ITHit.WebDAV.Client.Folder(_3d5.Session,_3d4.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d4,_3d6),_3d8.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d4),_3d9);default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.UnknownResourceType);}},AppendToUri:function(sUri,_3dd){return ITHit.WebDAV.Client.HierarchyItem.GetAbsoluteUriPath(sUri)+ITHit.WebDAV.Client.Encoder.EncodeURI(_3dd);},GetActiveLocks:function(_3de,_3df){var _3e0=ITHit.WebDAV.Client.DavConstants.LockDiscovery.toString();for(var i=0;i<_3de.Propstats.length;i++){var _3e2=_3de.Propstats[i];if(!_3e2.Status.IsOk()){break;}if("undefined"!=typeof _3e2.PropertiesByNames[_3e0]){var _3e3=_3e2.PropertiesByNames[_3e0];try{return ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_3e3.Value,_3df);}catch(e){if(typeof window.console!=="undefined"){console.error(e.stack||e.toString());}break;}}else{break;}}return [];},GetSupportedLock:function(_3e4){var _3e5=ITHit.WebDAV.Client.DavConstants.SupportedLock;for(var i=0;i<_3e4.Propstats.length;i++){var _3e7=_3e4.Propstats[i];if(!_3e7.Status.IsOk()){break;}var out=[];for(var p in _3e7.PropertiesByNames){out.push(p);}if("undefined"!=typeof _3e7.PropertiesByNames[_3e5]){var _3ea=_3e7.PropertiesByNames[_3e5];try{return ITHit.WebDAV.Client.HierarchyItem.ParseSupportedLock(_3ea.Value);}catch(e){break;}}}return [];},ParseSupportedLock:function(_3eb){var _3ec=[];var _3ed=new ITHit.XPath.resolver();_3ed.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _3ee=null;var _3ef=null;var _3f0=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:lockentry",_3eb,_3ed);while(_3ee=oRes.iterateNext()){var _3f2=ITHit.XPath.evaluate("d:*",_3ee,_3ed);while(_3ef=_3f2.iterateNext()){if(_3ef.nodeType()==_3f0){var _3f3="";if(_3ef.hasChildNodes()){var _3f4=_3ef.firstChild();while(_3f4){if(_3f4.nodeType()==_3f0){_3f3=_3f4.localName();break;}_3f4=_3f4.nextSibling();}}else{_3f3=_3ef.localName();}switch(_3f3.toLowerCase()){case "shared":_3ec.push(ITHit.WebDAV.Client.LockScope.Shared);break;case "exclusive":_3ec.push(ITHit.WebDAV.Client.LockScope.Exclusive);break;}}}}return _3ec;},GetQuotaAvailableBytes:function(_3f5){var _3f6=ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes;for(var i=0;i<_3f5.Propstats.length;i++){var _3f8=_3f5.Propstats[i];if(!_3f8.Status.IsOk()){break;}if("undefined"!=typeof _3f8.PropertiesByNames[_3f6]){var _3f9=_3f8.PropertiesByNames[_3f6];try{return parseInt(_3f9.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetQuotaUsedBytes:function(_3fa){var _3fb=ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes;for(var i=0;i<_3fa.Propstats.length;i++){var _3fd=_3fa.Propstats[i];if(!_3fd.Status.IsOk()){break;}if("undefined"!=typeof _3fd.PropertiesByNames[_3fb]){var _3fe=_3fd.PropertiesByNames[_3fb];try{return parseInt(_3fe.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetCkeckedIn:function(_3ff){var _400=ITHit.WebDAV.Client.DavConstants.CheckedIn;for(var i=0;i<_3ff.Propstats.length;i++){var _402=_3ff.Propstats[i];if(!_402.Status.IsOk()){break;}if("undefined"!=typeof _402.PropertiesByNames[_400]){var _403=_402.PropertiesByNames[_400];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_403.Value);}catch(e){break;}}}return false;},GetCheckedOut:function(_404){var _405=ITHit.WebDAV.Client.DavConstants.CheckedOut;for(var i=0;i<_404.Propstats.length;i++){var _407=_404.Propstats[i];if(!_407.Status.IsOk()){break;}if("undefined"!=typeof _407.PropertiesByNames[_405]){var _408=_407.PropertiesByNames[_405];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_408.Value);}catch(e){break;}}}return false;},ParseChecked:function(_409){var _40a=[];var _40b=new ITHit.XPath.resolver();_40b.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _40c=null;var _40d=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:href",_409,_40b);while(_40c=oRes.iterateNext()){if(_40c.nodeType()==_40d){_40a.push(_40c.firstChild().nodeValue());}}return _40a;},GetResourceType:function(_40f){var _410=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_40f,ITHit.WebDAV.Client.DavConstants.ResourceType);var _411=ITHit.WebDAV.Client.ResourceType.File;if(_410.Value.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"collection").length>0){_411=ITHit.WebDAV.Client.ResourceType.Folder;}return _411;},HasProperty:function(_412,_413){for(var i=0;i<_412.Propstats.length;i++){var _415=_412.Propstats[i];for(var j=0;j<_415.Properties.length;j++){var _417=_415.Properties[j];if(_417.Name.Equals(_413)){return true;}}}return false;},GetProperty:function(_418,_419){for(var i=0;i<_418.Propstats.length;i++){var _41b=_418.Propstats[i];for(var j=0;j<_41b.Properties.length;j++){var _41d=_41b.Properties[j];if(_41d.Name.Equals(_419)){return _41d;}}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_418.Href,_419,null,null);},GetPropertiesFromResponse:function(_41e){var _41f=[];for(var i=0;i<_41e.Propstats.length;i++){var _421=_41e.Propstats[i];for(var i2=0;i2<_421.Properties.length;i2++){_41f.push(_421.Properties[i2]);}}return _41f;},GetDisplayName:function(_423){var _424=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_423,ITHit.WebDAV.Client.DavConstants.DisplayName).Value;var _425;if(_424.hasChildNodes()){_425=_424.firstChild().nodeValue();}else{_425=ITHit.WebDAV.Client.Encoder.Decode(ITHit.WebDAV.Client.HierarchyItem.GetLastName(_423.Href));}return _425;},GetLastModified:function(_426){var _427;try{_427=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_426,ITHit.WebDAV.Client.DavConstants.GetLastModified);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_427.Value.firstChild().nodeValue(),"rfc1123");},GetContentType:function(_428){var _429=null;var _42a=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_428,ITHit.WebDAV.Client.DavConstants.GetContentType).Value;if(_42a.hasChildNodes()){_429=_42a.firstChild().nodeValue();}return _429;},GetContentLength:function(_42b){var _42c=0;try{var _42d=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42b,ITHit.WebDAV.Client.DavConstants.GetContentLength).Value;if(_42d.hasChildNodes()){_42c=parseInt(_42d.firstChild().nodeValue());}}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return _42c;},GetCreationDate:function(_42e){var _42f;try{_42f=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42e,ITHit.WebDAV.Client.DavConstants.CreationDate);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_42f.Value.firstChild().nodeValue(),"tz");},GetDate:function(_430,_431){var _432;var i=0;if("tz"==_431){i++;}if(!_430){return new Date(0);}for(var e=i+1;i<=e;i++){if(0==i%2){var _432=new Date(_430);if(!isNaN(_432)){break;}}else{var _435=_430.match(/([\d]{4})\-([\d]{2})\-([\d]{2})T([\d]{2}):([\d]{2}):([\d]{2})(\.[\d]+)?((?:Z)|(?:[\+\-][\d]{2}:[\d]{2}))/);if(_435&&_435.length>=7){_435.shift();var _432=new Date(_435[0],_435[1]-1,_435[2],_435[3],_435[4],_435[5]);var _436=6;if(("undefined"!=typeof _435[_436])&&(-1!=_435[_436].indexOf("."))){_432.setMilliseconds(_435[_436].replace(/[^\d]/g,""));}_436++;if(("undefined"!=typeof _435[_436])&&("-00:00"!=_435[_436])&&(-1!=_435[_436].search(/(?:\+|-)/))){var _437=_435[_436].slice(1).split(":");var _438=parseInt(_437[1])+(60*_437[0]);if("+"==_435[_436][0]){_432.setMinutes(_432.getMinutes()-_438);}else{_432.setMinutes(_432.getMinutes()+_438);}_436++;}_432.setMinutes(_432.getMinutes()+(-1*_432.getTimezoneOffset()));break;}}}if(!_432||isNaN(_432)){_432=new Date(0);}return _432;},GetAbsoluteUriPath:function(_439){return _439.replace(/\/?$/,"/");},GetRelativePath:function(_43a){return _43a.replace(/^[a-z]+\:\/\/[^\/]+\//,"/");},GetLastName:function(_43b){var _43c=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43b).replace(/\/$/,"");return _43c.match(/[^\/]*$/)[0];},HrefEquals:function(_43d,_43e){var iPos=_43e.search(/\?[^\/]+$/);if(-1!=iPos){_43e=_43e.substr(0,iPos);}var iPos=_43e.search(/\?[^\/]+$/);if(-1!=iPos){_43e=_43e.substr(0,iPos);}return ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43d)).replace(/\/$/,"")==ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43e)).replace(/\/$/,"");},GetFolderParentUri:function(_440){var _441=/^https?\:\/\//.test(_440)?_440.match(/^https?\:\/\/[^\/]+/)[0]+"/":"/";var _442=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_440);_442=_442.replace(/\/?$/,"");if(_442===""){return null;}_442=_442.substr(0,_442.lastIndexOf("/")+1);_442=_442.substr(1);return _441+_442;},GetHost:function(_443){var _444;if(/^https?\:\/\//.test(_443)){_444=_443.match(/^https?\:\/\/[^\/]+/)[0]+"/";}else{_444=location.protocol+"//"+location.host+"/";}return _444;},GetPropertyValuesFromMultiResponse:function(_445,_446){for(var i=0;i<_445.Responses.length;i++){var _448=_445.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_448.Href,_446)){continue;}var _449=[];for(var j=0;j<_448.Propstats.length;j++){var _44b=_448.Propstats[j];if(!_44b.Properties.length){continue;}if(_44b.Status.IsSuccess()){for(var k=0;k<_44b.Properties.length;k++){var _44d=_44b.Properties[k];if(!_44d.Name.IsStandardProperty()){_449.push(_44d);}}continue;}if(_44b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),null);}if(_44b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Forbidden)){throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.Exceptions.PropertyForbidden,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),null);}throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyFailed,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),_44b.Status,null);}return _449;}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_446));},GetPropertyNamesFromMultiResponse:function(_44e,_44f){var _450=[];var _451=this.GetPropertyValuesFromMultiResponse(_44e,_44f);for(var i=0,l=_451.length;i<l;i++){_450.push(_451[i].Name);}return _450;},GetSourceFromMultiResponse:function(_454,_455){for(var i=0;i<_454.length;i++){var _457=_454[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_457.Href,_455)){continue;}var _458=[];for(var j=0;j<_457.Propstats;j++){var _45a=_457.Propstats[j];if(!_45a.Status.IsOk()){if(_45a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){return null;}throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.PropfindFailedWithStatus.Paste(_45a.Status.Description),_455,_45a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_457));}for(var k=0;k<_45a.Properties.length;k++){var _45c=_45a.Properties[k];if(_45c.Name.Equals(ITHit.WebDAV.Client.DavConstants.Source)){var _45d=_45c.Value.GetElementsByTagNameNS(DavConstants.NamespaceUri,DavConstants.Link);for(var l=0;l<_45d.length;l++){var _45f=_45d[i];var _460=new ITHit.WebDAV.Client.Source(_45f.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Src)[0].firstChild().nodeValue(),_45f.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Dst)[0].firstChild().nodeValue());_458.push(_460);}return _458;}}}}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_455));}},Session:null,Href:null,LastModified:null,DisplayName:null,CreationDate:null,ResourceType:null,SupportedLocks:null,ActiveLocks:null,Properties:null,VersionControlled:null,Host:null,AvailableBytes:null,UsedBytes:null,CheckedIn:null,CheckedOut:null,ServerVersion:null,_Url:null,_AbsoluteUrl:null,constructor:function(_461,_462,_463,_464,_465,_466,_467,_468,_469,_46a,_46b,_46c,_46d,_46e){this.Session=_461;this.ServerVersion=_461.ServerEngine;this.Href=_462;this.LastModified=_463;this.DisplayName=_464;this.CreationDate=_465;this.ResourceType=_466;this.SupportedLocks=_467;this.ActiveLocks=_468;this.Host=_469;this.AvailableBytes=_46a;this.UsedBytes=_46b;this.CheckedIn=_46c;this.CheckedOut=_46d;this.Properties=new ITHit.WebDAV.Client.PropertyList();this.Properties.push.apply(this.Properties,_46e||[]);this.VersionControlled=this.CheckedIn!==false||this.CheckedOut!==false;this._AbsoluteUrl=ITHit.Decode(this.Href);this._Url=this._AbsoluteUrl.replace(/^http[s]?:\/\/[^\/]+\/?/,"/");},IsFolder:function(){return false;},IsEqual:function(_46f){if(_46f instanceof ITHit.WebDAV.Client.HierarchyItem){return this.Href===_46f.Href;}if(ITHit.Utils.IsString(_46f)){if(_46f.indexOf("://")!==-1||_46f.indexOf(":\\")!==-1){return this.GetAbsoluteUrl()===_46f;}return this.GetUrl()===_46f;}return false;},GetUrl:function(){return this._Url;},GetAbsoluteUrl:function(){return this._AbsoluteUrl;},HasProperty:function(_470){for(var i=0,l=this.Properties.length;i<l;i++){if(_470.Equals(this.Properties[i].Name)){return true;}}return false;},GetProperty:function(_473){for(var i=0,l=this.Properties.length;i<l;i++){if(_473.Equals(this.Properties[i].Name)){return this.Properties[i].Value.firstChild().nodeValue();}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException("Not found property `"+_473.toString()+"` in resource `"+this.Href+"`.");},Refresh:function(){var _476=this.Session.CreateRequest(this.__className+".Refresh()");var _477=[];for(var i=0,l=this.Properties.length;i<l;i++){_477.push(this.Properties[i].Name);}var _47a=self.OpenItem(_476,this.Href,_477);for(var key in _47a){if(_47a.hasOwnProperty(key)){this[key]=_47a[key];}}_476.MarkFinish();},RefreshAsync:function(_47c){var that=this;var _47e=this.Session.CreateRequest(this.__className+".RefreshAsync()");var _47f=[];for(var i=0,l=this.Properties.length;i<l;i++){_47f.push(this.Properties[i].Name);}self.OpenItemAsync(_47e,this.Href,_47f,function(_482){if(_482.IsSuccess){for(var key in _482.Result){if(_482.Result.hasOwnProperty(key)){that[key]=_482.Result[key];}}_482.Result=null;}_47e.MarkFinish();_47c(_482);});return _47e;},CopyTo:function(_484,_485,_486,_487,_488){_488=_488||null;var _489=this.Session.CreateRequest(this.__className+".CopyTo()");var _48a=ITHit.WebDAV.Client.Methods.CopyMove.Go(_489,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_484.Href,_485),this.ResourceType===ITHit.WebDAV.Client.ResourceType.Folder,_486,_487,_488,this.Host);var _48b=this._GetErrorFromCopyResponse(_48a.Response);if(_48b){_489.MarkFinish();throw _48b;}_489.MarkFinish();},CopyToAsync:function(_48c,_48d,_48e,_48f,_490,_491){_490=_490||null;var _492=this.Session.CreateRequest(this.__className+".CopyToAsync()");var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_492,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_48c.Href,_48d),(this.ResourceType==ITHit.WebDAV.Client.ResourceType.Folder),_48e,_48f,_490,this.Host,function(_494){if(_494.IsSuccess){_494.Error=that._GetErrorFromCopyResponse(_494.Result.Response);if(_494.Error!==null){_494.IsSuccess=false;_494.Result=null;}}_492.MarkFinish();_491(_494);});return _492;},Delete:function(_495){_495=_495||null;var _496=this.Session.CreateRequest(this.__className+".Delete()");var _497=ITHit.WebDAV.Client.Methods.Delete.Go(_496,this.Href,_495,this.Host);var _498=this._GetErrorFromDeleteResponse(_497.Response);if(_498){_496.MarkFinish();throw _498;}eval(String.fromCharCode.call(this,95,10+42,57,54,14+32,77,97,114,107,70,105,19+91,105,115,48+56,40,41,59));},DeleteAsync:function(_499,_49a){_499=_499||null;_49a=_49a||function(){};var _49b=this.Session.CreateRequest(this.__className+".DeleteAsync()");var that=this;ITHit.WebDAV.Client.Methods.Delete.GoAsync(_49b,this.Href,_499,this.Host,function(_49d){if(_49d.IsSuccess){_49d.Error=that._GetErrorFromDeleteResponse(_49d.Result.Response);if(_49d.Error!==null){_49d.IsSuccess=false;_49d.Result=null;}}_49b.MarkFinish();_49a(_49d);});return _49b;},GetPropertyNames:function(){var _49e=this.Session.CreateRequest(this.__className+".GetPropertyNames()");var _49f=ITHit.WebDAV.Client.Methods.Propfind.Go(_49e,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a0=self.GetPropertyNamesFromMultiResponse(_49f.Response,this.Href);_49e.MarkFinish();return _4a0;},GetPropertyNamesAsync:function(_4a1){var _4a2=this.Session.CreateRequest(this.__className+".GetPropertyNamesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a2,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4a4){if(_4a4.IsSuccess){try{_4a4.Result=self.GetPropertyNamesFromMultiResponse(_4a4.Result.Response,that.Href);}catch(oError){_4a4.Error=oError;_4a4.IsSuccess=false;}}_4a2.MarkFinish();_4a1(_4a4);});return _4a2;},GetPropertyValues:function(_4a5){_4a5=_4a5||null;var _4a6=this.Session.CreateRequest(this.__className+".GetPropertyValues()");var _4a7=ITHit.WebDAV.Client.Methods.Propfind.Go(_4a6,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a5,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a8=self.GetPropertyValuesFromMultiResponse(_4a7.Response,this.Href);_4a6.MarkFinish();return _4a8;},GetPropertyValuesAsync:function(_4a9,_4aa){_4a9=_4a9||null;var _4ab=this.Session.CreateRequest(this.__className+".GetPropertyValuesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4ab,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a9,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4ad){if(_4ad.IsSuccess){try{_4ad.Result=self.GetPropertyValuesFromMultiResponse(_4ad.Result.Response,that.Href);}catch(oError){_4ad.Error=oError;_4ad.IsSuccess=false;}}_4ab.MarkFinish();_4aa(_4ad);});return _4ab;},GetAllProperties:function(){return this.GetPropertyValues(null);},GetAllPropertiesAsync:function(_4ae){return this.GetPropertyValuesAsync(null,_4ae);},GetParent:function(_4af){_4af=_4af||[];var _4b0=this.Session.CreateRequest(this.__className+".GetParent()");var _4b1=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b1===null){_4b0.MarkFinish();return null;}var _4b2=ITHit.WebDAV.Client.Folder.OpenItem(_4b0,_4b1,_4af);_4b0.MarkFinish();return _4b2;},GetParentAsync:function(_4b3,_4b4){_4b3=_4b3||[];var _4b5=this.Session.CreateRequest(this.__className+".GetParentAsync()");var _4b6=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b6===null){_4b4(new ITHit.WebDAV.Client.AsyncResult(null,true,null));return null;}ITHit.WebDAV.Client.Folder.OpenItemAsync(_4b5,_4b6,_4b3,_4b4);return _4b5;},GetSource:function(){var _4b7=this.Session.CreateRequest(this.__className+".GetSource()");var _4b8=ITHit.WebDAV.Client.Methods.Propfind.Go(_4b7,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4b9=self.GetSourceFromMultiResponse(_4b8.Response.Responses,this.Href);_4b7.MarkFinish();return _4b9;},GetSourceAsync:function(_4ba){var _4bb=this.Session.CreateRequest(this.__className+".GetSourceAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4bb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4bd){if(_4bd.IsSuccess){try{_4bd.Result=self.GetSourceFromMultiResponse(_4bd.Result.Response.Responses,that.Href);}catch(oError){_4bd.Error=oError;_4bd.IsSuccess=false;}}_4bb.MarkFinish();_4ba(_4bd);});return _4bb;},Lock:function(_4be,_4bf,_4c0,_4c1){var _4c2=this.Session.CreateRequest(this.__className+".Lock()");var _4c3=ITHit.WebDAV.Client.Methods.Lock.Go(_4c2,this.Href,_4c1,_4be,this.Host,_4bf,_4c0);_4c2.MarkFinish();return _4c3.LockInfo;},LockAsync:function(_4c4,_4c5,_4c6,_4c7,_4c8){var _4c9=this.Session.CreateRequest(this.__className+".LockAsync()");ITHit.WebDAV.Client.Methods.Lock.GoAsync(_4c9,this.Href,_4c7,_4c4,this.Host,_4c5,_4c6,function(_4ca){if(_4ca.IsSuccess){_4ca.Result=_4ca.Result.LockInfo;}_4c9.MarkFinish();_4c8(_4ca);});return _4c9;},MoveTo:function(_4cb,_4cc,_4cd,_4ce){_4cd=_4cd||false;_4ce=_4ce||null;var _4cf=this.Session.CreateRequest(this.__className+".MoveTo()");if(!(_4cb instanceof ITHit.WebDAV.Client.Folder)){_4cf.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var _4d0=ITHit.WebDAV.Client.Methods.CopyMove.Go(_4cf,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4cb.Href,_4cc),this.ResourceType,true,_4cd,_4ce,this.Host);var _4d1=this._GetErrorFromMoveResponse(_4d0.Response);if(_4d1!==null){_4cf.MarkFinish();throw _4d1;}_4cf.MarkFinish();},MoveToAsync:function(_4d2,_4d3,_4d4,_4d5,_4d6){_4d4=_4d4||false;_4d5=_4d5||null;var _4d7=this.Session.CreateRequest(this.__className+".MoveToAsync()");if(!(_4d2 instanceof ITHit.WebDAV.Client.Folder)){_4d7.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_4d7,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4d2.Href,_4d3),this.ResourceType,true,_4d4,_4d5,this.Host,function(_4d9){if(_4d9.IsSuccess){_4d9.Error=that._GetErrorFromMoveResponse(_4d9.Result.Response);if(_4d9.Error!==null){_4d9.IsSuccess=false;_4d9.Result=null;}}_4d7.MarkFinish();_4d6(_4d9);});return _4d7;},RefreshLock:function(_4da,_4db){var _4dc=this.Session.CreateRequest(this.__className+".RefreshLock()");var _4dd=ITHit.WebDAV.Client.Methods.LockRefresh.Go(_4dc,this.Href,_4db,_4da,this.Host);_4dc.MarkFinish();return _4dd.LockInfo;},RefreshLockAsync:function(_4de,_4df,_4e0){var _4e1=this.Session.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_4e1,this.Href,_4df,_4de,this.Host,function(_4e2){if(_4e2.IsSuccess){_4e2.Result=_4e2.Result.LockInfo;}_4e1.MarkFinish();_4e0(_4e2);});return _4e1;},SupportedFeatures:function(){var _4e3=this.Session.CreateRequest(this.__className+".SupportedFeatures()");var _4e4=ITHit.WebDAV.Client.Methods.Options.Go(_4e3,this.Href,this.Host).ItemOptions;_4e3.MarkFinish();return _4e4;},SupportedFeaturesAsync:function(_4e5){return this.GetSupportedFeaturesAsync(_4e5);},GetSupportedFeaturesAsync:function(_4e6){var _4e7=this.Session.CreateRequest(this.__className+".GetSupportedFeaturesAsync()");ITHit.WebDAV.Client.Methods.Options.GoAsync(_4e7,this.Href,this.Host,function(_4e8){if(_4e8.IsSuccess){_4e8.Result=_4e8.Result.ItemOptions;}_4e7.MarkFinish();_4e6(_4e8);});return _4e7;},Unlock:function(_4e9){var _4ea=this.Session.CreateRequest(this.__className+".Unlock()");var _4eb=ITHit.WebDAV.Client.Methods.Unlock.Go(_4ea,this.Href,_4e9,this.Host);var _4ec=this._GetErrorFromUnlockResponse(_4eb.Response);if(_4ec){_4ea.MarkFinish();throw _4ec;}eval(String.fromCharCode.call(this,95,52,9+92,97,46,77,61+36,45+69,107,56+14,105,72+38,105,115,104,40,41,59));},UnlockAsync:function(_4ed,_4ee){var _4ef=this.Session.CreateRequest(this.__className+".UnlockAsync()");var that=this;ITHit.WebDAV.Client.Methods.Unlock.GoAsync(_4ef,this.Href,_4ed,this.Host,function(_4f1){if(_4f1.IsSuccess){_4f1.Error=that._GetErrorFromUnlockResponse(_4f1.Result.Response);if(_4f1.Error!==null){_4f1.IsSuccess=false;_4f1.Result=null;}}_4ef.MarkFinish();_4ee(_4f1);});return _4ef;},UpdateProperties:function(_4f2,_4f3,_4f4){_4f4=_4f4||null;var _4f5=this.Session.CreateRequest(this.__className+".UpdateProperties()");var _4f6=this._GetPropertiesForUpdate(_4f2);var _4f7=this._GetPropertiesForDelete(_4f3);if(_4f6.length+_4f7.length===0){ITHit.Logger.WriteMessage(ITHit.Phrases.Exceptions.NoPropertiesToManipulateWith);_4f5.MarkFinish();return;}var _4f8=ITHit.WebDAV.Client.Methods.Proppatch.Go(_4f5,this.Href,_4f6,_4f7,_4f4,this.Host);var _4f9=this._GetErrorFromUpdatePropertiesResponse(_4f8.Response);if(_4f9){_4f5.MarkFinish();throw _4f9;}_4f5.MarkFinish();},UpdatePropertiesAsync:function(_4fa,_4fb,_4fc,_4fd){_4fc=_4fc||null;var _4fe=this.Session.CreateRequest(this.__className+".UpdatePropertiesAsync()");var _4ff=this._GetPropertiesForUpdate(_4fa);var _500=this._GetPropertiesForDelete(_4fb);if(_4ff.length+_500.length===0){_4fe.MarkFinish();_4fd(new ITHit.WebDAV.Client.AsyncResult(true,true,null));return null;}var that=this;ITHit.WebDAV.Client.Methods.Proppatch.GoAsync(_4fe,this.Href,_4ff,_500,_4fc,this.Host,function(_502){if(_502.IsSuccess){_502.Error=that._GetErrorFromUpdatePropertiesResponse(_502.Result.Response);if(_502.Error!==null){_502.IsSuccess=false;_502.Result=null;}}_4fe.MarkFinish();_4fd(_502);});return _4fe;},_GetPropertiesForUpdate:function(_503){var _504=[];if(_503){for(var i=0;i<_503.length;i++){if((_503[i] instanceof ITHit.WebDAV.Client.Property)&&_503[i]){if(_503[i].Name.NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_504.push(_503[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.AddOrUpdatePropertyDavProhibition.Paste(_503[i]),this.Href,_503[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyUpdateTypeException);}}}return _504;},_GetPropertiesForDelete:function(_506){var _507=[];if(_506){for(var i=0;i<_506.length;i++){if((_506[i] instanceof ITHit.WebDAV.Client.PropertyName)&&_506[i]){if(_506[i].NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_507.push(_506[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.DeletePropertyDavProhibition.Paste(_506[i]),this.Href,_506[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyDeleteTypeException);}}}return _507;},_GetErrorFromDeleteResponse:function(_509){if(_509 instanceof ITHit.WebDAV.Client.Methods.MultiResponse){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToDelete,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_509),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}if(_509 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_509.Status.IsSuccess()){var _50a=ITHit.Phrases.DeleteFailedWithStatus.Paste(_509.Status.Code,_509.Status.Description);return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_50a,this.Href,null,_509.Status,null);}return null;},_GetErrorFromCopyResponse:function(_50b){if(_50b instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50b.Responses.length;i<l;i++){if(_50b.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopy,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50b),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50b instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50b.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopyWithStatus.Paste(_50b.Status.Code,_50b.Status.Description),this.Href,null,_50b.Status,null);}return null;},_GetErrorFromMoveResponse:function(_50e){if(_50e instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50e.Responses.length;i<l;i++){if(_50e.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToMove,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50e),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50e instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50e.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.MoveFailedWithStatus.Paste(_50e.Status.Code,_50e.Status.Description),this.Href,null,_50e.Status,null);}return null;},_GetErrorFromUnlockResponse:function(_511){if(!_511.Status.IsUnlockOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.UnlockFailedWithStatus.Paste(_511.Status.Code,_511.Status.Description),this.Href,null,_511.Status,null);}return null;},_GetErrorFromUpdatePropertiesResponse:function(_512){var _513=new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_512);for(var i=0;i<_513.Responses.length;i++){var _515=_513.Responses[i];if(_515.Status.IsSuccess()){continue;}return new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.FailedToUpdateProp,this.Href,_515.PropertyName,_513,ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}return null;}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Put",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_516,_517,_518,_519,_51a,_51b){return this._super.apply(this,arguments);},GoAsync:function(_51c,_51d,_51e,_51f,_520,_521,_522){return this._super.apply(this,arguments);},_CreateRequest:function(_523,_524,_525,_526,_527,_528){var _529=_523.CreateWebDavRequest(_528,_524,_527);_529.Method("PUT");if(_525){_529.Headers.Add("Content-Type",_525);}_529.Body(_526);return _529;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Get",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_52a,_52b,_52c,_52d,_52e){return this._super.apply(this,arguments);},GoAsync:function(_52f,_530,_531,_532,_533){return this._super.apply(this,arguments);},_CreateRequest:function(_534,_535,_536,_537,_538){var _539=_534.CreateWebDavRequest(_538,_535);_539.Method("GET");_539.Headers.Add("Translate","f");if(_536!==null){var _53a=_536;if(_536>=0){if(_537!==null){_53a+="-"+parseInt(_537);}else{_53a+="-";}}else{_53a=String(_53a);}_539.Headers.Add("Range","bytes="+_53a);}return _539;}},GetContent:function(){return this.Response._Response.BodyText;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.MsOfficeEditExtensions",null,{__static:{GetSchema:function(sExt){var _53d=null;var _53e={"Access":"ms-access","Infopath":"ms-infopath","Project":"ms-project","Publisher":"ms-publisher","Visio":"ms-visio","Word":"ms-word","Powerpoint":"ms-powerpoint","Excel":"ms-excel"};var _53f=Object.keys(_53e);sExt=sExt.toLowerCase();for(var i=0,l=_53f.length;i<l;i++){var _542=_53f[i];var _543=self[_542];for(var j=0,m=_543.length;j<m;j++){if(_543[j]===sExt){_53d=_53e[_542];break;}}if(_53d!==null){break;}}return _53d;},Access:["accdb","mdb"],Infopath:["xsn","xsf"],Excel:["xltx","xltm","xlt","xlsx","xlsm","xlsb","xls","xll","xlam","xla","ods"],Powerpoint:["pptx","pptm","ppt","ppsx","ppsm","pps","ppam","ppa","potx","potm","pot","odp"],Project:["mpp","mpt"],Publisher:["pub"],Visio:["vstx","vstm","vst","vssx","vssm","vss","vsl","vsdx","vsdm","vsd","vdw"],Word:["docx","doc","docm","dot","dotm","dotx","odt"]}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.IntegrationException",ITHit.WebDAV.Client.Exceptions.WebDavException,{Name:"IntegrationException",constructor:function(_546,_547){this._super(_546,_547);}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.BrowserExtension",null,{__static:{_ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,_Timeout:100,GetDavProtocolAppVersionAsync:function(_549){self._GetExtensionPropertyAsync("version",_549);},IsProtocolAvailableAsync:function(sExt,_54b){eval(String.fromCharCode.call(this,115,75+26,101+7,102,33+13,95,43+28,101,116,69,59+61,49+67,61+40,17+93,115,6+99,40+71,110,58+22,114,111,112,76+25,114,116,121,41+24,112+3,99+22,110,99,31+9,34,9+25,44,102,14+103,45+65,99,47+69,105,97+14,68+42,3+37,95,45+8,52,12+87,28+13,19+104,105,95+7,40,18+15,61+34,53,52,99,24+22,73,98+17,83,117,85+14,99,101,110+5,5+110,41,123,69+26,31+22,52,79+19,25+15,48+47,52+1,52,66+33,41,59,114,101,116,113+4,114,110,18+41,105+20,118,97,33+81,31+1,95,53,42+10,10+90,18+43,53+42,53,4+48,64+35,46,36+46,101,3+112,32+85,59+49,116,2+44,115,112,102+6,105,11+105,18+22,19+15,5+39,34,2+39,59,6+112,97,25+89,32,95,53,52,101,61,70+3,60+24,9+63,26+79,111+5,46+0,76+11,44+57,65+33,49+19,65,86,23+23,67,108,105,101,49+61,116,46,77,11+104,79,102,102,14+91,99,53+48,40+29,100,105,7+109,36+33,5+115,116,101,110,104+11,105,111,11+99,23+92,35+11,16+55,13+88,67+49,4+79,99,27+77,101,109,16+81,40,32+83,63+6,120,116,27+14,59,26+69,46+7,18+34,99,39+7,82,35+66,98+17,106+11,108,68+48,61,73,36+48,60+12,105,116,31+15,85,116,76+29,108,98+17,46,29+38,21+90,110,96+20,17+80,86+19,107+3,95+20,40,95+0,53,52,100,44,95,53,26+26,27+74,21+20,2+57,95,36+17,52,22+76,20+20,44+51,53,52,97+2,5+36,52+7,19+106,41,31+28));},IsExtensionInstalled:function(){return self.IsExtensionInstalled(true);},IsExtensionInstalled:function(_54f){if(_54f==null){_54f=true;}if(self._IsFailed()){return false;}var _550="^data-"+this._ProtocolName+"-.*";var _551=new RegExp(_550);var _552=document.documentElement.attributes;var _553=false;for(var i=0;i<_552.length;i++){if(_551.test(_552[i].name)){_553=true;break;}}if(!_553&&_54f){var _555=ITHit.WebDAV.Client.WebDavSession.Version;_550="^data-dav(.*)-version";_551=new RegExp(_550);for(var i=0;i<_552.length;i++){if(_551.test(_552[i].name)){var _556=_552[i].value;if(_556.split(".")[0]==_555.split(".")[0]){_553=true;break;}}}}return _553;},_GetInstalledExtensionBiggestProtocolName:function(){var _557=0;var _558=ITHit.WebDAV.Client.WebDavSession.Version;var _559=document.documentElement.attributes;var _55a="^data-dav(.*)-version";var _55b=new RegExp(_55a);for(var i=0;i<_559.length;i++){if(_55b.test(_559[i].name)){var _55d=_55b.exec(_559[i].name);var _55e=parseInt(_55d[1]);var _55f=_559[i].value;if(_55f.split(".")[0]==_558.split(".")[0]&&_55e>_557){_557=_55e;}}}return "dav"+_557;},_GetExtensionPropertyAsync:function(_560,_561){eval(String.fromCharCode.call(this,118,97,114,28+4,95,10+43,54,50,9+52,91+24,99+2,108,90+12,46,71+24,71,71+30,116+0,73,44+66,72+43,116,7+90,108,80+28,101,67+33,45+24,120,116,67+34,35+75,115,105,81+30,7+103,66,105,103,103,101,115,50+66,15+65,83+31,111,31+85,29+82,99,39+72,61+47,78,53+44,109,101,29+11,41,59,118,44+53,114,32,95,53,3+51,15+36,58+3,34,54+46,14+83,116,46+51,45,34,28+15,95,53,54,50,59,69+49,97,8+106,32,95,18+35,40+14,24+28,22+39,63+32,28+25,28+26,7+41,46,94+14,101,110,97+6,116,51+53,13+49,14+34,41+22,95,53,21+33,2+49,22+21,24+10,45,6+28,27+16,46+49,22+31,54,29+19,56+2,95,53,14+40,5+46,49+10,97+8,72+30,25+15,48+67,61+40,108,83+19,46,83+12,50+23,48+67,70,97,103+2,18+90,101,100,40,21+20,41,123,20+98,97,114,14+18,95,53,54,21+32,27+34,59+51,101,119,32,43+30,84,19+53,7+98,112+4,23+23,87,101,98,62+6,15+50,33+53,46,4+63,2+106,51+54,101,10+100,113+3,46,59+6,115,121,58+52,3+96,61+21,63+38,115,117,108,116,24+16,110,117,58+50,108,44,22+80,22+75,65+43,115,8+93,23+21,115,57+44,108,68+34,5+41,95,19+52,101,116,14+55,120,99,101,112,113+3,105,111,110,38+2,41,41,32+27,45+50,53,54,49,40+0,95,27+26,54,53,23+18,59,125,3+98,108,100+15,101,123,85+20,102,40,115,101,108,20+82,46,11+84,73,115,80,101,110,61+39,105,110,88+15,40,14+27,20+21,123,115,101,116,78+6,103+2,92+17,53+48,111,117,116,40,102,8+109,44+66,23+76,24+92,70+35,111,110,40,41,120+3,105,43+59,40,115,64+37,108,102,46,95,27+46,96+19,80,62+39,110,100,105,110,92+11,26+14,41,41,98+25,44+74,13+84,114,32,74+21,53,54,19+35,25+36,32+78,29+72,61+58,32,43+30,84,35+37,105,116,2+44,51+36,33+68,47+51,8+60,65,86,16+30,59+8,88+20,105,101,46+64,116,46,46+19,115,121,99+11,60+39,37+45,96+5,3+112,34+83,108,18+98,20+20,44+66,49+68,71+37,108,25+19,102,30+67,108,111+4,101,32+12,52+63,33+68,108,102,46,95,71,22+79,56+60,84,84+21,109,101,111,117,36+80,69,66+54,50+49,73+28,33+79,61+55,66+39,111,86+24,40,41,2+39,5+54,88+7,48+5,54,49,40,95,23+30,26+28,41+13,6+35,59,104+10,101,14+102,117,106+8,20+90,59,115+10,105,49+53,23+17,115,34+67,108,102,14+32,80+15,73,7+108,1+69,2+95,105,67+41,72+29,100,40,41,41,47+76,93+25,97,73+41,9+23,79+16,24+29,26+28,28+26,61,95+15,101,55+64,32,73,17+67,72,63+42,4+112,46,87,16+85,56+42,68,4+61,86,23+23,30+37,104+4,45+60,12+89,110,116,46,65,115,121,110,79+20,82,101,115,117,7+101,47+69,19+21,8+102,117,11+97,54+54,44,38+64,38+59,83+25,53+62,1+100,42+2,102+13,101,12+96,102,29+17,95,47+24,101,11+105,69,120,99,101,110+2,59+57,105,111,32+78,5+35,41,19+22,23+36,38+57,53,54,6+43,40,29+66,53,54,54,41,59,52+62,101,39+77,74+43,8+106,58+52,59,125,118,34+63,87+27,32,95,2+51,52+2,54,61,16+94,101,87+32,8+24,73,38+46,65+7,39+66,109+7,46,50+37,101,46+52,64+4,65,68+18,46,67,72+36,105,53+48,42+68,116,46,45+20,99+16,106+15,110,35+64,59+23,101,115,117,101+7,58+58,40,69+31,108+3,1+98,117,97+12,101,110,56+60,7+39,100,45+66,99,75+42,91+18,4+97,81+29,116,69,108,101,109,50+51,110,50+66,25+21,103,24+77,116,65,38+78,8+108,114,105,98,36+81,85+31,64+37,40,95,8+45,28+26,52,20+21,44,42+74,28+86,113+4,101,29+15,106+4,40+77,108,106+2,41,14+45,67+28,53,54,24+25,20+20,71+24,29+24,54,54,16+25,16+43,125,44,69+46,101,18+90,102,30+16,72+12,105,56+53,101,17+62,117,116,41,25+34,51+74,101,44+64,111+4,101,8+115,118,41+56,114,8+24,95,46+7,54,44+9,19+42,110,65+36,34+85,31+1,73,84,51+21,105,92+24,31+15,87,16+85,98,4+64,65,54+32,13+33,67,108,105,19+82,81+29,116,20+26,65,115,79+42,2+108,33+66,79+3,10+91,64+51,104+13,68+40,5+111,25+15,59+41,111,13+86,117,109,35+66,110,95+21,46,29+71,33+78,40+59,117,101+8,101,110,116,69,77+31,101,109,101,66+44,116,46,103,84+17,116,65,15+101,116,114,99+6,0+98,46+71,116,101,40,1+94,53,54+0,52,41,9+35,116,114,117,62+39,29+15,71+39,110+7,108,102+6,41,40+19,13+82,53,54,10+39,40,95,6+47,54,31+22,41,45+14,27+98,125));},_IsPending:function(){var _567="data-"+self._ProtocolName+"-pending";var _568=document.documentElement.hasAttribute(_567);return _568;},_IsFailed:function(){var _569="data-"+self._ProtocolName+"-error";var _56a=document.documentElement.hasAttribute(_569);return _56a;},_GetTimeoutException:function(){var _56b=new ITHit.WebDAV.Client.Exceptions.IntegrationException(ITHit.Phrases.Exceptions.IntegrationTimeoutException.Paste(self._Timeout));return _56b;},_GetException:function(){var _56c="data-"+self._ProtocolName+"-error";var _56d=new ITHit.WebDAV.Client.Exceptions.IntegrationException(document.documentElement.getAttribute(_56c));return _56d;}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GRemovePreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_56e,_56f){return this._super.apply(this,arguments);},GoAsync:function(_570,_571,_572){return this._super.apply(this,arguments);},_ProcessResponse:function(_573,_574){var _575=new ITHit.WebDAV.Client.Methods.SingleResponse(_573);return this._super(_575);},_CreateRequest:function(_576,_577){var _578=_576.CreateWebDavRequest(null,_577);_578.Method("GREMOVEPREVIEW");return _578;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GPreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_579,_57a){return this._super.apply(this,arguments);},GoAsync:function(_57b,_57c,_57d){return this._super.apply(this,arguments);},_CreateRequest:function(_57e,_57f){var _580=_57e.CreateWebDavRequest(null,_57f);_580.Method("GPREVIEW");return _580;},},GFileID:null,_Init:function(){var _581=this.Response.GetResponseStream();var _582=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,95,53,56,50,46,10+87,82+18,84+16,40,31+3,100,34,2+42,18+55,84,72,105,86+30,28+18,87,101,8+90,68,65,43+43,46,67,108,105,101,76+34,116,40+6,68,97,110+8,67,111,74+36,54+61,116,97,64+46,116,115,3+43,50+28,68+29,109,30+71,45+70,112,97,57+42,101,64+21,66+48,105,39+2,59,11+84,53,33+23,50,46,56+41,96+4,47+53,20+20,34,105,11+105,104,105,116,24+10,33+11,34,54+50,116,116,105+7,115,33+25,47,47,119,118+1,9+110,14+32,84+21,14+102,17+87,57+48,56+60,16+30,34+65,111,109,42+5,103,12+100,114,14+87,38+80,90+15,101,105+14,115,99,66+38,98+3,109,97,19+28,11+23,1+40,22+37));var _583=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_581,_582));try{var _584=ITHit.XPath.evaluate("/d:prop/ithit:gpreview",_583.Value,_582);if((oNode=_584.iterateNext())){this.GFileID=oNode.firstChild().nodeValue();}}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_583.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.DocManager",null,{__static:{MsOfficeEditExtensions:ITHit.WebDAV.Client.MsOfficeEditExtensions,ProtocolTimeoutMs:3000,ObsoleteMessage:function(_586){if(confirm(_586+" function is deprecated.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}},JavaEditDocument:function(_587,_588,_589,_58a){self.ObsoleteMessage("DocManager.JavaEditDocument()");var _58b=_589!=null?self.GetFolder(_589):null;var _58c=self.GetDefaultCallback(_58b);this.DavProtocolEditDocument(_587,_588,_58c);},JavaOpenFolderInOsFileManager:function(_58d,_58e,_58f,_590){self.ObsoleteMessage("DocManager.JavaOpenFolderInOsFileManager()");var _591=_58f!=null?self.GetFolder(_58f):null;var _592=self.GetDefaultCallback(_591);this.DavProtocolOpenFolderInOsFileManager(sDocumentUrl,_58e,_592);},IsMicrosoftOfficeAvailable:function(){alert("The DocManager.IsMicrosoftOfficeAvailable() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");return true;},GetMsOfficeVersion:function(){self.ObsoleteMessage("DocManager.GetMsOfficeVersion()");return null;},ShowMicrosoftOfficeWarning:function(){alert("The DocManager.ShowMicrosoftOfficeWarning() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");},GetInstallFileName:function(){var _593="ITHitEditDocumentOpener.";var ext;switch(ITHit.DetectOS.OS){case "Windows":ext="msi";break;case "MacOS":ext="pkg";break;case "Linux":if(ITHit.DetectDevice.Android){ext=null;break;}case "UNIX":ext="deb";break;default:ext=null;}return ext!=null?(_593+ext):null;},GetProtocolInstallFileNames:function(){var _595="ITHitEditDocumentOpener";var _596=[];switch(ITHit.DetectOS.OS){case "Windows":_596.push(_595+".msi");break;case "MacOS":_596.push(_595+".pkg");break;case "Linux":_596.push(_595+".deb");_596.push(_595+".rpm");break;case "UNIX":_596.push(_595+".deb");break;default:break;}return _596;},IsDavProtocolSupported:function(){return this.GetInstallFileName()!=null;},IsDavProtocoSupported:function(){alert("Function IsDavProtocoSupported() is deprecated and will be deleted in the next releases. Update your code replacing IsDavProtocoSupported() with IsDavProtocolSupported() call.");return this.IsDavProtocolSupported();},OpenFolderInOsFileManager:function(_597,_598,_599,_59a,_59b,_59c,_59d){if(_59a==null){_59a=window.document.body;}if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<11)){if(_59a._httpFolder==null){var span={nodeName:"span",style:{display:"none",behavior:"url(#default#httpFolder)"}};_59a._httpFolder=ITHit.Utils.CreateDOMElement(span);_59a.appendChild(_59a._httpFolder);}var res=_59a._httpFolder.navigate(_597);}else{var _5a0=null;if((typeof (_599)=="string")&&(self.GetExtension(_599)=="jar")){if(confirm("The DocManager.OpenFolderInOsFileManager() function signature changed.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}_5a0=self.GetFolder(_599);_599=null;}if(_599==null){_599=self.GetDefaultCallback(_5a0);}_597=_597.replace(/\/?$/,"/");this.OpenDavProtocol(_597,_598,_599,null,_59b,_59c,_59d);}},GetExtension:function(_5a1){var _5a2=_5a1.indexOf("?");if(_5a2>-1){_5a1=_5a1.substr(0,_5a2);}var aExt=_5a1.split(".");if(aExt.length===1){return "";}return aExt.pop();},GetFolder:function(sUrl){var _5a5=sUrl.indexOf("?");if(_5a5>-1){sUrl=sUrl.substr(0,_5a5);}return sUrl.substring(0,sUrl.lastIndexOf("/"))+"/";},IsMicrosoftOfficeDocument:function(_5a6){var ext=self.GetExtension(ITHit.Trim(_5a6));if(ext===""){return false;}return self.GetMsOfficeSchemaByExtension(ext)!=="";},GetMsOfficeSchemaByExtension:function(sExt){var _5a9=self.MsOfficeEditExtensions.GetSchema(sExt);return _5a9===null?"":_5a9;},MicrosoftOfficeEditDocument:function(_5aa,_5ab){eval(String.fromCharCode.call(this,105,44+58,40,4+69,70+14,37+35,105,89+27,37+9,87,54+47,30+68,68,20+45,86,46,47+20,108,40+65,101,110,116,22+24,76,87+18,99,101,110,115,27+74,73,100,12+29,32,123,16+16,40,0+102,117,110,99,116,105,111,74+36,32,99,104,39+62,99,54+53,76,16+89,49+50,60+41,69+41,37+78,5+96,28+12,41,14+18,78+45,3+10,18+14,32,28+4,32,1+117,75+22,50+64,32,61+54,47+21,111,109,82+15,105,110,32,57+4,32,8+26,104,66+50,76+40,112,14+101,25+33,7+40,47,119,119,38+81,1+45,25+94,61+40,78+20,25+75,97,118,92+23,121,8+107,24+92,60+41,19+90,6+40,99,111,92+17,34,59,9+4,27+5,27+5,27+5,32,118,97,48+66,12+20,108+7,34+51,27+87,105,27+5,54+7,22+10,115,68,111,55+54,77+20,105,61+49,2+30,3+40,32,34,47,97,88+24,105,47,115,40+77,98,115,99,114,80+25,77+35,116,9+96,13+98,110,101+7,77+28,99,76+25,49+61,115,98+3,41+6,17+82,62+42,101,11+88,107,38+9,34,39+20,11+2,32,32,8+24,32,118,2+95,114,32,59+56,36+47,1+115,20+77,29+87,117,115,83,116,54+57,36+78,97,103,101,49+26,101,121,32,17+44,32,10+24,108,34+71,91+8,101,110,115,97+4,46,36+79,44+72,63+34,116,14+103,115,5+29,59,3+10,32,32,32,1+31,118,68+29,58+56,32,115,82,19+82,2+111,117,24+77,80+35,116,83,52+64,17+94,14+100,27+70,103,5+96,75,101,121,31+1,44+17,13+19,34,88+20,105,99,101,110,115,101,46,68+46,97+4,113,19+98,101,115,116,13+21,21+38,9+4,2+30,5+27,10+22,23+9,118,55+42,114,31+1,115,34+49,41+75,41+56,27+82,75+37,32,32+29,8+24,58+15,58+26,72,31+74,116,46,58+29,101,75+23,68,29+36,86,46,66+1,22+86,57+48,19+82,110,24+92,17+29,6+81,101,91+7,68,97,105+13,83,11+90,88+27,75+40,105,111,110,16+30,86,101,79+35,94+21,39+66,53+58,11+99,6+53,7+6,3+29,32,32,16+16,118,97,114,25+7,72+43,65,99,4+112,117,76+21,11+97,32,61,32,34,90+7,99,15+101,57+60,97,61+47,21+13,16+43,7+6,32,19+13,14+18,18+14,118,11+86,27+87,31+1,115,22+47,120,50+62,26+79,114,101,85+15,25+7,58+3,13+19,25+9,101,71+49,112,76+29,94+20,101,100,3+31,59,9+4,32,32,30+2,32,93+25,84+13,114,32,115,45+25,97,105,108,101,100,7+25,60+1,32,34,102,8+89,38+67,71+37,101,100,34,28+31,1+12,30+2,2+30,17+15,19+13,31+87,36+61,38+76,21+11,74+41,76,32+73,15+84,101,49+61,115,81+20,73,100,10+22,61,32,32+41,9+75,35+37,105,116,36+10,87,90+11,98,65+3,52+13,86,46,57+10,81+27,105,101,110,116,46,57+19,33+72,56+43,101,101+9,13+102,101,73,99+1,59,11+2,9+4,32,21+11,21+11,32,4+101,102,18+14,21+19,4+29,111+4,76,15+90,52+47,101,110,56+59,9+92,73,65+35,41,32,114,101,1+115,90+27,81+33,110,32,102,97,95+13,111+4,101,59,9+4,14+18,32,32,21+11,105,25+77,33+7,87+32,105,22+88,100,111,71+48,46,98,116,107+4,83+14,25+16,13,14+18,32,32,32,123,13,32,24+8,19+13,11+21,28+4,7+25,32,32,115,65+18,116,97,40+76,117,115,62+21,116,111,114,97,4+99,101,75,18+83,61+60,1+31,37+24,30+2,22+97,105,110,100,69+42,119,21+25,98,78+38,111,97,40,101,110,99,24+87,77+23,70+31,85,82,73,15+52,76+35,109,112,109+2,29+81,101,110,116,3+37,107+8,38+45,116,97,74+42,14+103,115,48+35,78+38,30+81,114,20+77,103,101,75,101,78+43,41,36+5,14+45,12+1,32,14+18,32,32,32,1+31,14+18,32,76+39,82,91+10,17+96,117,101,69+46,93+23,83,116,111,7+107,97,103,101,75,101,121,32,61,32,119,3+102,42+68,84+16,102+9,57+62,10+36,98,4+112,88+23,97,40,12+89,110,70+29,69+42,100,101,85,82,5+68,67,111,60+49,112,111,64+46,79+22,58+52,69+47,32+8,115,26+56,20+81,113,117,59+42,95+20,116,8+75,2+114,52+59,114,97,42+61,7+94,75,20+81,24+97,26+15,41,59,5+8,32,18+14,32,20+12,32,32,25+7,32+0,115,83,3+113,3+94,69+40,38+74,32,19+42,31+1,119,105,93+17,100,102+9,72+47,46,98,80+36,75+36,97,40,115,56+27,113+3,48+49,7+102,112,41,29+30,12+1,32,13+19,32,1+31,7+118,11+2,13,11+21,13+19,32,32,118,97,114,8+24,31+80,76,105,36+63,101,110,32+83,101,25+58,116,97,17+99,117,115,32,31+30,32,103,20+81,116,83,116,97,116,117,79+36,70,111,69+45,67,12+105,35+79,54+60,96+5,33+77,77+39,76,105,99,41+60,14+96,115,50+51,40,115,83,116,15+82,116,117,115,37+46,113+3,111,100+14,97,103,59+42,75,101,121,41,59,13,15+17,17+15,3+29,13+19,105,102,31+1,14+26,30+3,111,76,18+87,39+60,54+47,61+49,19+96,101,82+1,97+19,97,116,80+37,115,17+15,88+36,124,13,32,9+23,32,13+19,32,17+15,32,21+11,111,49+27,105,99,101,110,75+40,79+22,0+83,12+104,97,68+48,117,83+32,46,5+110,116,97+0,20+96,117,27+88,32,61,61,61,32,115+0,56+13,120,112,44+61,114,10+91,43+57,31+1,72+52,65+59,12+1,32,26+6,24+8,32,32,13+19,21+11,32,111,51+25,19+86,82+17,72+29,98+12,51+64,101,77+6,0+116,97,116,117,85+30,46,101,120,112,27+78,110+4,64+37,91+9,24+41,116,32,24+36,4+28,54+56,8+93,65+54,32,15+53,97,116,8+93,40,26+15,16+25,5+27,94+29,10+3,27+5,32,30+2,2+30,32,32,32,32,1+117,97,85+29,8+24,98,30+43,115,65,29+86,91+30,80+30,99,32,61,32,22+11,111,18+58,35+70,99,101,110,115,8+93,83,116,74+23,116,117,115,32,124,91+33,22+10,2+109,32+44,17+88,63+36,0+101,91+19,61+54,10+91,39+44,116,97,116,11+106,98+17,35+11,1+114,116,64+33,116,1+116,115,32,58+3,61,10+51,32,115,65,16+83,101+15,28+89,66+31,41+67,59,6+7,32+0,32,32,32,32,32,15+17,18+14,24+81,102,32,9+31,17+81,2+71,56+59,65,40+75,82+39,11+99,99,32,38,30+8,32,32+1,33+65,14+87,43+60,42+63,20+90,82,101,1+112,16+101,36+65,115,116,18+22,41,23+18,32,114,101,23+93,117,65+49,45+65,32,44+72,114,117,101,59,5+8,31+1,32,32,3+29,18+14,32,32,28+4,32,4+28,32,16+16,118,97,114,32,111,82,13+88,113,32,61,22+10,41+69,101,20+99,2+30,57+31,77,76,30+42,116,32+84,112,82,49+52,38+75,107+10,79+22,67+48,116,40,41,47+12,4+9,4+28,32,32,19+13,2+30,32,32,32,32,27+5,27+5,32,105,46+56,40,98,73,115,65,103+12,89+32,110,98+1,4+37,1+31,29+82,67+15,101,109+4,46,111,110,26+88,64+37,5+92,100,42+79,4+111,116,97,45+71,13+88,10+89,71+33,37+60,110,103,43+58,32,61,32,111,110,15+67,101,94+19,117,56+45,101+14,116,15+52,37+67,97,19+91,45+58,87+14,59,13,32,32,17+15,32,9+23,12+20,20+12,32,32,2+30,31+1,32,111,6+76,101,67+46,42+4,111,112,64+37,110,40,34,80,25+54,62+21,69+15,34,29+15,26+6,23+92,41+44,114,18+87,44,9+23,27+71,73,76+39,46+19,100+15,121,24+86,99,36+5,0+59,13,20+12,11+21,11+21,10+22,32,18+14,5+27,32,3+29,32,9+23,32,83+28,82,18+83,113,46,24+91,4+97,46+70,70+12,26+75,113,117,94+7,82+33,107+9,67+5,95+6,97,23+77,101,114,40,9+30,31+36,111,35+75,36+80,101,110,116,45,22+62,121,76+36,101,39,44,32,13+26,97,9+103,52+60,30+78,19+86,71+28,97,8+108,33+72,111,1+109,47,84+36,45,119,119,119,33+12,67+35,111,95+19,109,45,117,67+47,14+94,55+46,110,99,1+110,66+34,101,29+71,23+16,15+26,34+25,13,32,32,30+2,14+18,32,17+15,16+16,18+14,32,32+0,1+31,28+4,67+51,56+41,4+110,32,11+104,80,9+88,114,76+21,56+53,26+89,15+17,48+13,9+23,34,12+93,99+1,48+13,0+34,31+1,25+18,10+22,101,68+42,89+10,111,87+13,61+40,85,82,55+18,67,27+84,109,112,108+3,17+93,101,110,11+105,1+39,115,76,98+7,53+46,93+8,110,99+16,101,56+17,96+4,25+16,25+7,9+34,2+30,18+16,38,43+69,45+69,111,61+39,57+60,32+67,116,35+43,32+65,55+54,101,115,61,34,28+4,43,32,45+28,74+10,17+55,7+98,80+36,38+8,46+34,104,72+42,92+5,115,71+30,36+79,46,2+78,114,18+93,100,117,99,116,78,91+6,109,101,3+29,43,0+32,23+11,38,24+91,116,26+71,109,112,61,15+19,32,43,32,115,34+49,116,97,97+12,19+93,47+12,13,32,5+27,32,32,9+23,26+6,31+1,12+20,25+91,114,121,0+32,123,8+5,32,32,23+9,14+18,32,3+29,32,32,32,32,32,32,109+2,2+80,101,113,31+15,115,101,110,25+75,24+16,115,54+26,97,114,15+82,109,115,41,59,13,32,32,32,32,7+25,32,32,21+11,83+42,32,99,97,116,12+87,104,32,36+4,101,20+21,32,123,0+13,32,25+7,32,9+23,4+28,4+28,32,32,24+8,32,32,32,111,40+70,82,101,113,46+71,49+52,115,116,34+36,30+67,105,63+45,101,68+32,46,99,42+55,0+108,54+54,1+39,111,54+28,51+50,113,41,59,3+10,4+28,32,10+22,27+5,32,32,20+12,32,125,2+11,6+7,2+30,29+3,26+6,8+24,4+28,32,32,16+16,105,102,40,33,54+44,9+64,11+104,65,16+99,50+71,53+57,99,41,15+17,111,110,82,101,113,117,54+47,115,116,67,54+50,97,46+64,103,101,1+45,58+41,97,65+43,98+10,40,6+105,82,72+29,13+100,41,2+57,13,32,32,32,25+7,32,1+31,5+27,31+1,33+81,101,116,117,94+20,40+70,14+18,50+66,114,60+57,16+85,37+22,2+11,32,32,31+1,4+28,125,32,89+12,108,115,101,21+11,113+10,13,26+6,32,7+25,32,32,32,32,18+14,106+8,101,116,33+84,100+14,6+104,32,111,76,105,54+45,101,110,115,101,83,76+40,80+17,116,93+24,115,0+32,26+7,61,61,32,115,34+35,58+62,51+61,105,114,19+82,42+58,59,13,32,32,32,25+7,51+74,11+2,6+7,0+32,32,31+1,32,102,9+108,109+1,99,116,105,111,55+55,32,12+99,110,82,101,113,116+1,57+44,12+103,7+109,67,104,53+44,0+110,77+26,101,16+24,41,32,36+87,3+10,15+17,32,19+13,22+10,32,8+24,32,32,105,102,40,24+92,104,105,25+90,46,97+17,101,97,100,121,66+17,116,95+2,116,101,1+31,2+31,61,61,9+23,88,61+16,76,69+3,48+68,52+64,112,72+10,101,113,109+8,24+77,13+102,116,46,18+50,0+79,78,64+5,5+36,32,49+65,70+31,10+106,117,114,94+16,44+15,1+12,2+11,32,28+4,32,13+19,11+21,32,22+10,20+12,17+91,8+103,24+75,8+89,101+7,83,73+43,111,114,97,103,61+40,21+25,114,78+23,29+80,35+76,58+60,56+45,73,116,88+13,109,40,115,82,95+6,113,117,101,115,17+99,50+33,116,111,4+110,34+63,103,101,5+70,30+71,121,7+34,59,11+2,11+21,30+2,32,32,7+25,24+8,22+10,0+32,105+0,102,12+20,18+22,33+83,104,28+77,115,46,115+0,72+44,97,24+92,32+85,17+98,32,21+12,61,43+18,13+19,41+9,48,48,41,32,123,7+6,32,32,15+17,20+12,12+20,32,1+31,32,24+8,32,32,29+3,111,110,82,101,113,117,101,115,76+40,70,73+24,105,16+92,101,2+98,46,99,97,95+13,108,40,3+113,104,105,69+46,41,44+15,10+3,7+25,32,32,19+13,32,32,30+2,32,32,31+1,7+25,24+8,1+113,101,40+76,117,114,78+32,58+1,13,5+27,3+29,32,32,32,21+11,32,28+4,25+100,13,6+7,11+21,32,32,32,32,18+14,32,15+17,118,97,114,27+5,4+107,82,101,69+46,77+35,111,46+64,91+24,88+13,32,61,28+4,33+41,83,30+49,47+31,46,104+8,97,64+50,114+1,101,40,116,104,105,115,46,114,101,115,112,49+62,110,115,20+81,41,24+35,13,32,32,25+7,30+2,19+13,27+5,32,32,14+91,102,34+6,3+30,84+27,65+17,60+41,115,25+87,22+89,69+41,64+51,101,46,42+31,113+2,69,62+58,112,94+11,17+97,101,100,17+15,38,18+20,16+16,111,82,80+21,115,11+101,4+107,110,89+26,101,46,73,115,63+23,97,105+3,77+28,100,41,11+2,28+4,25+7,32,9+23,32,32,32,24+8,111+12,4+9,32,15+17,32,7+25,32,32,32,32,32,1+31,8+24,21+11,64+51,101,116,83,16+100,97,116,117,60+55,24+46,77+34,49+65,67,117,54+60,96+18,99+2,110,83+33,45+31,105,99,27+74,106+9,43+58,36+4,96+19,65,99,116,3+114,49+48,18+90,37+4,45+14,5+8,29+3,32,3+29,0+32,32,32,32,12+20,22+10,32,9+23,32,31+83,101,116,42+75,114,78+32,59,13,32,32,4+28,32,32,32,32,26+6,8+117,13,7+6,21+11,15+17,32,32,19+13,19+13,23+9,24+8,115,101,85+31,15+68,29+87,97,58+58,117,88+27,21+49,110+1,114,67,117,114,114,101,110,112+4,76,105,50+49,53+48,115,60+41,29+11,18+97,69,120,9+103,105,114,101,100,25+16,31+28,9+4,32,32,32,12+20,4+28,23+9,32,32,3+102,102,1+39,16+17,83+28,82,101,6+109,65+47,28+83,39+71,115,101,15+31,1+68,114,107+7,111,105+9,85,18+96,76+32,34+7,7+6,24+8,31+1,4+28,32,32,32,10+22,32,80+43,13,32,7+25,27+5,32,32,23+9,32,18+14,32,32,16+16,32,97,108,101,5+109,116,8+32,75+36,82,101,52+63,112,111,110,44+71,101,43+3,2+67,114,1+113,105+6,25+89,61+16,101,115,115,97,49+54,25+76,29+12,8+51,12+1,32,32,3+29,22+10,8+24,32,32,13+19,32,32,32,32,116,16+88,52+62,111,119,32,110,101,119,27+5,66+3,103+11,108+6,111,114,11+29,111,21+61,101,115,112,45+66,79+31,115,101,9+37,61+8,114,94+20,91+20,0+114,77,101,5+110,115,68+29,103,101,41,38+21,13,17+15,16+16,29+3,22+10,32,32,32,19+13,125,10+3,13,32,29+3,32,32,31+1,27+5,32,32,9+96,69+33,5+27,32+8,57+42,34+77,110,70+32,36+69,114,109,28+12,111,82,101,35+80,86+26,69+42,91+19,115,89+12,44+2,9+60,114,114,111,10+104,77,101,91+24,115,69+28,103,86+15,8+33,9+32,25+7,105+18,5+8,12+20,1+31,32,32,11+21,23+9,32,32,30+2,30+2,25+7,32,108,111,99,97,79+37,105,111,13+97,46,104,25+89,101,25+77,32,61,32,111,82,101,101+14,13+99,111,66+44,115,101,46,69,74+40,114,82+29,114,73+12,114,108,53+6,3+10,32,32,32,32,30+2,32,23+9,28+4,125,9+23,94+7,108,108+7,101,32,86+37,11+2,32,32,32,32,6+26,2+30,32,13+19,32,32,17+15,7+25,116,104,114,111,37+82,2+30,110,101,81+38,24+8,69,114,114,111,114,40,34,70,97,105,46+62,101,100,32,59+40,104,101,37+62,107,32,12+96,105,50+49,12+89,110,115,71+30,34,41,56+3,13,16+16,32,32,20+12,32,32,8+24,32,125,7+6,24+8,19+13,24+8,32,31+94,10+3,13,32,32,32,32,102,117,110,14+85,116,105,58+53,53+57,32,69+42,53+57,82,101,32+81,117,101,115,86+30,70,27+70,105,108,101,100,20+20,9+32,32,123,13,17+15,5+27,32,32,21+11,32,32,20+12,108,111,16+83,97,108,83,116,111,70+44,3+94,103,101,46,46+68,101,77+32,111,118,101,73,116,101,109,8+32,61+54,82,101,113,117,53+48,101+14,33+83,31+52,6+110,97+14,114,44+53,103,87+14,41+34,101,92+29,19+22,59,4+9,22+10,32,28+4,32,5+27,32,32,27+5,84+34,16+81,114,16+16,111,83,41+75,97,76+40,51+66,88+27,32,61,32,46+57,101,116,80+3,83+33,95+2,55+61,103+14,115,14+56,33+78,114,62+5,49+68,91+23,114,101,110,36+80,76,46+59,18+81,101,110,48+67,101,23+17,41,59,13,2+30,25+7,20+12,27+5,32,32,28+4,4+28,105,43+59,19+13,40,33,32+1,111,55+28,29+87,89+8,70+46,4+113,115,32,38,11+27,13,32,11+21,25+7,14+18,32,32,32,32,32,23+9,32,32,81+30,5+78,10+106,97,116,117,78+37,33+13,100+15,116,97,76+40,117,115,32,53+8,13+48,32+29,32,115,70,97,83+22,108,101,100,32,38,5+33,13,12+20,30+2,27+5,30+2,32+0,1+31,32,5+27,32,32,32,32,111,76+7,37+79,97,13+103,117,115,46,10+91,120,56+56,74+31,90+24,51+50,100,65,89+27,20+12,28+32,29+3,99+11,92+9,119,20+12,68,86+11,116,101,1+39,41,41,32,123,13,27+5,32,32,26+6,4+28,29+3,32,32,32,25+7,32,4+28,118,47+50,71+43,32,109,64+37,37+78,115,97,103,27+74,16+16,24+37,32,5+29,76,21+84,99,2+99,108+2,115,101,28+4,118,97,20+88,105,100,18+79,97+19,9+96,111+0,62+48,4+28,2+100,51+46,46+59,108,101,44+56,42+4,30+2,61+6,59+38,106+4,32,58+52,111,116,15+17,14+85,111,110,110,101,10+89,116,16+16,116,111,31+1,32+76,105,99,101,62+48,55+60,101,32,118,97,58+50,105,100,18+79,116,105,111,22+88,32,79+36,66+35,90+24,29+89,22+79,114,46,26+6,92,63+47,34,13,32,29+3,32,16+16,32,1+31,8+24,32,32,32,19+13,17+15,7+25,32,32,32,3+40,32,116,104,105,115,37+9,74+41,116,54+43,30+86,60+57,115,84,55+46,66+54,72+44,1+31,43,32,38+1,46,81+11,37+73,17+60,97,49+58,73+28,32,115,117,74+40,54+47,32,121,111,117,114,19+13,18+91,97,33+66,98+6,105,0+110,81+20,32,99,97,55+55,32,69+28,99,99,101,40+75,75+40,32,18+16,6+33,19+13,5+38,18+14,115,48+20,43+68,64+45,97,105,110,28+4,43,32,18+21,17+17,22+24,3+36,59,12+1,32,24+8,17+15,8+24,20+12,32,9+23,5+27,32,32,32,32,75+24,111,30+80,7+95,81+24,114,109,40,6+103,95+6,115,97+18,97,103,60+41,11+30,48+11,7+6,16+16,32,10+22,31+1,16+16,32,32,32,32,23+9,32,30+2,67+49,104,114,37+74,45+74,32,110,52+49,92+27,18+14,60+9,114,114,92+19,114,2+38,34,70,97,18+87,108,101,100,30+2,99,104,101,99,107,32,108,5+100,99,101,20+90,95+20,101,34,28+13,59,13,32,32,32,32,32,23+9,27+5,20+12,125,13,4+9,32,12+20,27+5,6+26,7+25,32,32,22+10,17+98,101,19+97,82+1,1+115,97,116,69+48,115,46+24,20+91,27+87,67,117,46+68,114,79+22,110,116,76,73+32,99,101,115,101,31+9,115,2+68,6+91,105,65+43,47+54,96+4,41,59,13,32,32,26+6,2+30,125,3+10,7+6,17+15,10+22,4+28,32,102,5+112,110,99,116,71+34,48+63,68+42,14+18,115,37+64,116,51+32,116,97,40+76,117,115,49+21,35+76,43+71,5+62,23+94,111+3,114,101,110,116,55+21,105,93+6,33+68,54+61,101,18+22,59+56,3+73,15+90,90+9,64+37,110,115,101,14+69,33+83,97,116,117,11+104,44,5+27,74+37,19+50,109+11,65+47,61+44,114,39+62,12+56,97,87+29,101,41,11+21,23+100,9+4,32,32+0,32,32,1+31,24+8,21+11,28+4,118,97,33+81,32,30+70,29+72,102,97,69+48,16+92,11+105,68,48+49,116,44+57,18+14,61,32,25+85,60+41,119,2+30,68,97,74+42,50+51,29+11,19+22,59,5+8,21+11,19+13,10+22,32,32,22+10,32,17+15,95+5,26+75,102,14+83,117,108,32+84,8+60,92+5,4+112,101,46,115,101,116,56+12,97,104+12,88+13,10+30,58+42,49+52,83+19,19+78,117,98+10,116,68,97,7+109,101,46,31+72,101,116,14+54,97,116,85+16,40,41,32,22+21,23+9,32+17,38+3,59,2+11,25+7,9+23,1+31,32,32,32,32,32,6+112,97,46+68,32,83+28,80+3,25+91,54+43,89+27,117,115,25+7,61,11+21,85+38,13,32,32,11+21,32,32,32,26+6,32,32,7+25,5+27,32,60+48,105,5+94,101,110,115,10+91,63+10,42+58,1+57,32,115,7+69,4+101,99,97+4,110,111+4,101,73,20+80,44,3+10,32,29+3,18+14,24+8,32,14+18,32,32,32,32,31+1,4+28,101,120,73+39,44+61,114,71+30,100,23+42,108+8,42+16,16+16,23+88,63+6,120,112,89+16,20+94,38+63,52+16,14+83,116,79+22,32,90+34,124,32,78+22,24+77,102,97,117,108,116,68,58+39,116,59+42,44,13,32,32,32,32,32,6+26,22+10,6+26,32,31+1,32,32,30+85,116,11+86,116,117,89+26,39+19,6+26,115,27+49,105,99,101,110,94+21,101,83,29+87,80+17,116,47+70,85+30,13,25+7,30+2,27+5,32,32,32,0+32,32,125,37+22,13,13,31+1,27+5,15+17,32,6+26,25+7,32,4+28,115,101,81+35,84,60+51,83,116,101+10,66+48,63+34,103,101,40,20+95,71+12,43+73,97,37+79,109+8,115,10+73,116,63+48,93+21,81+16,103,101,31+44,101,121,44,32,25+86,34+49,116,97,19+97,117,115,41,59,13,32,8+24,32,32,103+22,13,12+1,14+18,12+20,10+22,32,3+99,117,6+104,99,108+8,41+64,111,21+89,6+26,91+12,101,50+66,74+9,116,90+7,116,21+96,115,70,111,99+15,67,117,96+18,114,101,110,52+64,16+60,105,99,101,39+71,115,30+71,7+33,22+19,32,108+15,13,32,32,32,19+13,10+22,25+7,32,32,118,97,114,32,111,24+59,116,97,83+33,117,115,32,61,14+18,103,101,60+56,58+12,114,111,109,83,69+47,87+24,114,97,44+59,29+72,40,95+20,3+80,49+67,97,73+43,117,61+54,43+40,86+30,19+92,114,97,103,31+70,75,79+22,121,41,59,13,15+17,32,6+26,32,12+20,20+12,30+2,27+5,105,102,3+29,40,33,105+6,24+59,116,97,116,47+70,41+74,24+8,124,111+13,1+12,32,32,32,32,26+6,32,12+20,32,24+8,21+11,1+31,17+15,89+22,4+79,101+15,10+87,25+91,117,88+27,46,55+53,100+5,35+64,14+87,39+71,43+72,101,73,82+18,9+23,33,12+49,26+35,10+22,115,76,32+73,9+90,51+50,43+67,115,101,56+17,100,41,32,123,7+6,28+4,32,32,32,0+32,32,19+13,32,8+24,32,28+4,7+25,114,101+0,44+72,117,114,110,32,106+4,86+31,108,108,11+48,10+3,32,18+14,32,31+1,32,32,32,24+8,125,2+11,13,25+7,32,32,7+25,4+28,2+30,32,32,111,83,48+68,55+42,88+28,15+102,115,38+8,85+16,119+1,41+71,105,114,101,99+1,65,116,32,61,3+29,110,101,119,32,22+46,97,7+109,101,18+22,96+15,83,116,97,116,117,115,46,101,41+79,68+44,32+73,114,101,100,19+46,44+72,14+27,59,13,20+12,32,32,32,4+28,32,32,32,62+52,101,59+57,90+27,114,35+75,32,19+92,62+21,86+30,86+11,116,117,80+35,13+46,6+7,32,32,9+23,0+32,7+118,13,13,32+0,32,2+30,32,102,117,19+91,99,116,83+22,35+76,86+24,32,84+14,101,23+80,105,110,13+69,41+60,5+108,57+60,53+48,115,92+24,38+2,28+13,4+28,11+112,11+2,31+1,32,14+18,23+9,32,9+23,32,32,118,1+96,37+77,32+0,100,97,116,58+43,13+19,61,32,38+72,4+97,58+61,26+6,36+32,97,116,101,0+40,5+36,59,0+13,29+3,32,3+29,32,22+10,32,24+8,32,22+96,79+18,114,16+16,102+12,35+66,113,117,29+72,115,66+50,83,3+113,0+97,101+13,57+59,32,61,27+5,88+15,101,63+53,26+44,114,111,109,83,116,99+12,114,20+77,103,14+87,20+20,109+6,82,101,113,13+104,68+33,27+88,116,83,45+71,111,90+24,97,28+75,68+33,75,101,52+69,21+20,59,13,30+2,19+13,32,17+15,32,1+31,18+14,32,98+7,64+38,29+3,40,20+13,5+28,96+18,42+59,66+47,20+97,38+63,82+33,116,19+64,116,97,21+93,84+32,10+22,38,38,32,114,43+58,113,72+45,86+15,63+52,49+67,83,116,41+56,100+14,116,3+29,16+44,32,27+13,32+11,100,41+56,36+80,101,23+9,41+2,32,27+22,48,48,48,7+34,32+9,32,123,13,13+19,32,32,32+0,32,26+6,27+5,26+6,32,32,11+21,32,114,88+13,116,32+85,99+15,47+63,32,89+13,81+16,82+26,115,101,20+39,13,14+18,12+20,32,32,32,32,32,32,59+66,13,1+12,32,26+6,17+15,32,32,29+3,6+26,32,115,101,71+45,1+83,67+44,38+45,88+28,56+55,60+54,97,103,63+38,40,31+84,66+16,67+34,8+105,74+43,101,58+57,116,78+5,116,111,57+57,97,83+20,101,25+50,101,121,44,32,41+59,97,74+42,76+25,14+27,59,13,4+28,32,17+15,32,32,32,14+18,17+15,114,2+99,116,107+10,114,110,32,21+95,114,117,101,59,13,32,4+28,2+30,32,61+64,13,13,32,8+24,32,32,102,117,110,32+67,61+55,105,22+89,110,25+7,115,101,4+112,39+45,32+79,49+34,79+37,111,2+112,53+44,73+30,69+32,40,115,75,101,121,9+35,32,55+56,86,26+71,108,28+89,101,41,32,123,13,32,27+5,32,23+9,32,32,4+28,23+9,44+74,97,114+0,32,115,86,47+50,108,117,101,32,24+37,23+9,35+39,76+7,79,78,46,8+107,4+112,8+106,105,2+108,15+88,105,102,121,40,79+32,86,95+2,108,9+108,72+29,41,59,13,16+16,17+15,12+20,32,32,24+8,32,32,48+57,102,7+33,119,5+100,30+80,23+77,111,119,2+44,41+57,116,66+45,97,41,32,32,58+57,57+29,97,35+73,86+31,36+65,26+6,61,5+27,119,96+9,110,100,111,54+65,23+23,98,116,111,97,40,101,81+29,17+82,35+76,100,101,3+82,82,64+9,67,111,30+79,60+52,36+75,110,46+55,101+9,116,33+7,59+56,33+53,17+80,108,117,101,8+33,2+39,9+50,10+3,8+24,32,32,30+2,32,32,32,32,119,105,110,84+16,15+96,119,10+36,108,84+27,99,61+36,68+40,83,116,111,68+46,97,103,101,46,98+17,101,10+106,16+57,82+34,59+42,109,40,105+10,75,98+3,84+37,21+23,32,102+13,64+22,96+1,82+26,117,101,41,59,13,18+14,27+5,32,32,125,13,11+2,32,13+19,32,4+28,19+83,57+60,33+77,99,116,53+52,111,58+52,29+3,44+59,101,116,70,61+53,111,37+72,71+12,32+84,111,114,90+7,76+27,0+101,40,110+5,3+72,18+83,101+20,16+25,16+16,84+39,12+1,32,15+17,32,32,32,17+15,1+31,13+19,81+37,97,110+4,19+13,104+11,86,78+19,30+78,92+25,92+9,32,45+16,32,119,105,15+95,100,77+34,119,8+38,108,111,82+17,43+54,26+82,1+82,69+47,41+70,48+66,34+63,47+56,83+18,46,103,101,116,73,116,11+90,109,28+12,115,75,3+98,121,41,59,6+7,4+28,20+12,30+2,32,32,15+17,32,11+21,96+9,70+32,40,36+83,17+88,110,44+56,74+37,17+102,46,97,90+26,111,98,23+9,38,38,15+17,21+12,22+11,28+87,34+52,97,92+16,117,81+20,41,13+19,115,86,44+53,108,117,15+86,32,13+48,32,100,41+60,43+56,76+35,100,101,15+70,82,53+20,67,111,109,112,70+41,55+55,62+39,110,116,40,119,105,109+1,98+2,87+24,119,46,48+49,116,11+100,98,5+35,115,86,97,108,33+84,101,41,41,59,13,8+24,32,32+0,14+18,26+6,31+1,32,9+23,111+3,101,95+21,117,114,110,3+29,74,43+40,79,57+21,20+26,112,97,104+10,115,14+87,40,85+30,86,9+88,108,101+16,54+47,41,59,13,32,4+28,26+6,5+27,6+119,0+13,125,41,31+9,41,11+48,31+1,32,92+33,32,101,108,46+69,85+16,21+11,105,102,26+14,107+3,6+95,47+72,27+5,43+25,72+25,50+66,101,40,50,48,50,8+44,44,49,49,44,21+29,35+18,35+6,57+3,82+28,101,119,32,3+65,97,116,101,39+1,41,15+26,123,105,102,17+23,99,111,11+99,82+20,105,114,75+34,40,25+9,84,104,18+83,32,5+29,28+4,43,32,73,84,72,3+102,116,46,75+5,104,114,62+35,115,17+84,70+45,46,80,38+76,36+75,100,15+102,8+91,70+46,78,11+86,109,2+99,30+2,39+4,15+17,13+21,15+17,116,114,105,28+69,52+56,32,104,97,115,22+10,50+51,120,87+25,49+56,13+101,101,35+65,46,32,84,111,32,45+67,61+56,114,9+90,104,97,115,101,32,75+22,11+21,31+71,90+27,108,102+6,32,118,56+45,97+17,40+75,13+92,75+36,110,26+6,109+3,83+25,17+84,97,115,13+88,32+0,102,81+30,94+14,98+10,28+83,72+47,11+21,9+107,83+21,105,10+105,32,108,105,42+68,0+107,56+2,19+13,1+103,116,116,101+11,115,26+32,47,8+39,119,25+94,71+48,46,119,101,98,88+12,97,47+71,6+109,63+58,38+77,8+108,101,109,12+34,4+95,90+21,109,35+12,112,114,12+93,99,49+56,78+32,80+23,16+30,28+4,19+64,101,31+77,101,93+6,104+12,32,55+24,61+14,12+20,35+81,2+109,10+22,110,97,69+49,102+3,103,35+62,95+21,6+95,9+23,67+49,111,8+24,116,104,101,11+21,44+53,98,63+48,118,61+40,21+11,1+84,82,76,10+36,24+10,31+10,41,123,108,52+59,99,63+34,106+10,105,98+13,1+109,46,66+38,114,101,102,26+6,26+35,32,4+30,36+68,116,36+80,112,53+62,58,47,47,119,119,119,7+39,119,42+59,16+82,48+52,97,54+64,46+69,121,115,54+62,38+63,31+78,46,99,66+45,75+34,47,112,114,72+33,56+43,105,82+28,101+2,35,16+81,106,97,5+115,108,99+6,43+55,34,59,125,101,38+70,45+70,101,123,42+74,104,114,6+105,119,32,34,39+45,104,101,12+20,14+102,3+111,89+16,20+77,108,3+29,112,101,30+84,105,39+72,100,32,104,21+76,63+52,14+18,101,89+31,29+83,105,80+34,101,100,30+4,30+29,10+115,125,36+23,95,53,75+22,21+76,61,73,44+40,5+67,105,35+81,8+38,84,114,13+92,67+42,38+2,47+48,53,97,97,41,59,113+5,97,111+3,3+29,101,120,116,61,24+91,101,108,35+67,46,71,3+98,61+55,69,120,49+67,101,85+25,115,98+7,104+7,82+28,40,52+43,25+28,35+62,76+21,41,33+26,18+87,102,17+23,92+9,120,94+22,61,36+25,61,34,33+1,38,38,95,53,97,69+29,33,21+40,73+44,11+99,70+30,101,102,105,29+81,101,21+79,34+7,22+101,115,95+6,108,102,36+10,67,6+91,108,87+21,69,114,114,111,102+12,67,97,108,26+82,98,97,18+81,93+14,40,48+47,33+20,28+69,46+52,34+7,59,95+30,101,65+43,100+15,101,123,118,97,114,32,17+78,33+20,71+26,92+8,39+22,22+18,50+23,39+45,32+40,105,44+72,46,68,69+32,116,79+22,15+84,116,62+17,37+46,6+40,76+3,83,61,61,1+33,77,97,99,36+43,31+52,15+19,41,24+39,101,53+57,58+41,42+69,100,101,85,14+68,73,49+18,2+109,109,7+105,111,110,84+17,17+93,116,40,9+25,43+68,4+98,101,49+75,73+44,38+86,26+8,36+5,3+55,34,111,7+95,101,124,117,115+9,31+3,59,102+14,52+52,105,0+115,11+35,79,112,101,52+58,31+49,48+66,85+26,11+105,111,99,62+49,108,40,98+17,95+6,108,101+1,8+38,71,72+29,116,18+59,115,79,67+35,29+73,70+35,99,54+47,75+8,99,5+99,101,109,97,66,82+39,5+64,120,116,1+100,82+28,115,105,57+54,33+77,40,101,44+76,57+59,39+2,11+32,4+30,58,13+21,35+8,83+12,53,85+12,96+4,43,95,23+30,97,58+39,29+15,95,45+8,97,64+34,35+6,59,26+99));},FileFormats:{ProtectedExtentions:[]},GetDefaultCallback:function(_5ae){if(_5ae==null){_5ae="/Plugins/";}var _5af=function(){if(confirm("To open document you must install a custom protocol. Continue?")){window.open(_5ae+self.GetInstallFileName());}};return _5af;},CallErrorCallback:function(_5b0){if(_5b0==null){_5b0=self.GetDefaultCallback(null);}_5b0();},EditDocument:function(_5b1,_5b2,_5b3){var _5b4=null;if((typeof (_5b2)=="string")&&(self.GetExtension(_5b2)=="jar")){if(confirm("The DocManager.EditDocument() function signature changed.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}_5b4=self.GetFolder(_5b2);_5b2=null;}if(_5b3==null){_5b3=self.GetDefaultCallback(_5b4);}if(ITHit.DetectBrowser.Chrome){eval(String.fromCharCode.call(this,17+98,101,97+11,4+98,9+37,69,100,3+102,13+103,68,28+83,99,31+86,27+82,25+76,35+75,57+59,73,3+107,86+30,85+16,56+47,107+7,61+36,116,101,100,40,85+10,15+38,80+18,8+41,44,68+27,12+41,98,18+32,44,95,53,62+36,44+7,41,59));return;}if(self.IsMicrosoftOfficeDocument(_5b1)&&((ITHit.DetectOS.OS=="Windows")||(ITHit.DetectOS.OS=="MacOS")||(ITHit.DetectOS.OS=="IOS"))){self.MicrosoftOfficeEditDocument(_5b1,function(){self.DavProtocolEditDocument(_5b1,_5b2,_5b3);});}else{this.DavProtocolEditDocument(_5b1,_5b2,_5b3);}},IsGSuiteDocument:function(_5b5){var ext=self.GetExtension(ITHit.Trim(_5b5));if(ext===""){return false;}return ["docx","pptx","xlsx","rtf"].indexOf(ext)!=-1;},GSuiteEditDocument:function(_5b7,_5b8,_5b9){if(self.IsGSuiteDocument(_5b7)){var _5ba=1800;var _5bb=new ITHit.WebDAV.Client.WebDavSession();if(!_5b8){_5b8=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}_5bb.GEditAsync(_5b7,1800,function(_5bc){var _5bd=new ITHit.WebDAV.Client.WebDavSession();var _5be=false;var _5bf=_5bc.Result;if(_5bc.IsSuccess){function _unlockFile(){if(!_5be){_5be=true;_5bd.GUnlockAsync(_5b7,_5bf.LockToken.LockToken,_5bf.GRevisionID);}}function _refreshFileLock(_5c0){var _5c1=_5bd.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_5c1,_5b7,_5ba,_5bf.LockToken.LockToken,null,function(_5c2){if(_5c2.IsSuccess){_5c2.Result=_5c2.Result.LockInfo;_5c0(_5c2);}_5c1.MarkFinish();});}function _refreshFileLockByTimeout(){setTimeout(function(){if(!_5be){_refreshFileLock(function(){_refreshFileLockByTimeout();});}},(_5ba-10)*1000);}_refreshFileLockByTimeout();self.CreateGSuiteEditorContainer("https://docs.google.com/"+self.GetGSuiteEditorName(_5b7)+"/d/"+_5bf.GFileID+"/edit?usp=sharing",_5b8,function(){_unlockFile();});}else{if(_5b9){_5b9(_5bc.Error);}}});}else{alert("Only GSuite documents are supported.");}},GSuitePreviewDocument:function(_5c3,_5c4,_5c5){var _5c6=new ITHit.WebDAV.Client.WebDavSession();if(!_5c4){_5c4=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}var _5c7=_5c6.CreateRequest("DocManager.GPreviewAsync()");ITHit.WebDAV.Client.Methods.GPreview.GoAsync(_5c7,_5c3,function(_5c8){if(_5c8.IsSuccess){self.CreateGSuiteEditorContainer("https://drive.google.com/file/d/"+_5c8.Result.GFileID+"/preview",_5c4,function(){ITHit.WebDAV.Client.Methods.GRemovePreview.GoAsync(_5c6.CreateRequest("DocManager.GRemovePreviewAsync()"),_5c3,function(){});});}else{if(_5c5){_5c5(_5c8.Error);}}_5c7.MarkFinish();});},CreateGSuiteEditorContainer:function(_5c9,_5ca,_5cb){var _5cc=null;var _5cd=false;if(_5ca.document){_5cc=_5ca.document.createElement("iframe");}else{_5cc=document.createElement("iframe");_5cd=true;}_5cc.style.width="100%";_5cc.style.height="100%";_5cc.style.border="none";_5cc.focus();_5cc.onload=function(){var _5ce=_5cc.contentWindow.document.createElement("iframe");_5ce.setAttribute("src",_5c9);_5ce.style.width="100%";_5ce.style.height="100%";_5ce.style.border="none";if(_5cd){_5cc.contentWindow.onunload=function(){_5cb();};}else{_5cc.contentWindow.onbeforeunload=function(){_5cb();};}_5cc.contentWindow.document.body.appendChild(_5ce);};if(_5ca.document){_5ca.document.body.appendChild(_5cc);}else{_5ca.appendChild(_5cc);}},GetGSuiteEditorName:function(_5cf){var _5d0="viewer";switch(self.GetExtension(_5cf)){case "rtf":case "doc":case "docx":_5d0="document";break;case "xls":case "xlsx":_5d0="spreadsheets";break;case "ppt":case "pptx":_5d0="presentation";break;}return _5d0;},EditDocumentIntegrated:function(_5d1,_5d2,_5d3){eval(String.fromCharCode.call(this,105,102,40,32+84,104,105,68+47,0+46,49+24,115,69,120,81+35,101,102+8,115,71+34,111,89+21,32+41,110,115,74+42,97,108,108,101,13+87,24+16,41,41,123,71+34,67+35,18+22,92+23,42+59,108,102,0+46,35+38,13+102,16+61,102+3,99,98+16,111,115,111,89+13,36+80,56+23,57+45,29+73,105,34+65,54+47,62+6,11+100,99,96+21,75+34,101,110,116,40,6+89,53,31+69,21+28,14+27,41,45+78,118,5+92,114,32,101,120,77+39,57+4,115,35+66,97+11,102,46,30+41,32+69,116,69,105+15,22+94,14+87,110,115,105,57+54,26+84,32+8,35+60,53,18+82,49,23+18,59,96+19,71+30,19+89,38+64,46,72+1,94+21,74+6,110+4,61+50,12+104,34+77,94+5,111,89+19,10+55,97+21,23+74,63+42,77+31,97,98,34+74,101,65,115,121,82+28,99,40,101,120,116,44,102,34+83,58+52,99,116,105,35+76,29+81,40,95,53,66+34,20+33,41,55+68,57+48,92+10,40,12+83,46+7,26+74,25+28,39+7,53+20,28+87,71+12,1+116,54+45,73+26,53+48,110+5,115,16+22,20+18,95,53,82+18,53,46,82,101,35+80,36+81,108,116,39+2,70+53,8+107,101,95+13,102,46,56+21,63+42,99,114,111,115,111,53+49,116,79,6+96,102,7+98,99,101,48+21,100,102+3,24+92,24+44,111,99,117,72+37,21+80,58+52,116,13+27,43+52,45+8,33+67,3+46,41,59,125,5+96,47+61,12+103,101,123,115,101,8+100,102,42+4,68,97,45+73,19+61,38+76,21+90,116,111,35+64,73+38,58+50,66+3,44+56,105,51+65,68,111,8+91,117,109,86+15,110,97+19,40,54+41,33+20,100,49,44,95,26+27,100,50,44,25+70,49+4,80+20,25+26,15+26,59,121+4,58+67,41,59,107+18,62+39,4+104,33+82,101,59+64,92+23,99+2,90+18,47+55,46,62+6,97,18+100,67+13,114,111,20+96,45+66,99,66+45,4+104,35+34,42+58,105,116,68,111,52+47,117,93+16,101,28+82,116,40,95,53,100,41+8,14+30,87+8,53,100,27+23,39+5,86+9,53,100,11+40,41,59,56+69,117+8,35+66,108,55+60,71+30,64+59,105,102,40,96+19,25+76,108,14+88,2+44,73,52+63,52+25,105,14+85,63+51,111,68+47,111,92+10,116,79,20+82,99+3,105,99,78+23,35+33,111,52+47,3+114,38+71,45+56,11+99,55+61,24+16,50+45,38+15,100,30+19,41,9+32,123,115,26+75,108,102,44+2,63+14,40+65,99,114,91+20,11+104,111,4+98,116,48+31,102,98+4,105,99,28+73,24+45,100,57+48,64+52,21+47,111,99,117,103+6,101,76+34,65+51,21+19,95,53,59+41,49,44,95,3+50,73+27,25+26,11+30,3+56,125,100+1,108,115,82+19,114+9,30+85,36+65,45+63,14+88,24+22,45+22,57+40,107+1,96+12,69,114,26+88,81+30,2+112,49+18,70+27,108,71+37,25+73,91+6,99,107,35+5,95,2+51,46+54,51,10+31,59,120+5,125));},GetDavProtocolAppVersionAsync:function(_5d6){ITHit.WebDAV.Client.BrowserExtension.GetDavProtocolAppVersionAsync(_5d6);},IsExtensionInstalled:function(){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(true);},IsExtensionInstalled:function(_5d7){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(_5d7);},IsProtocolAvailableAsync:function(sExt,_5d9){ITHit.WebDAV.Client.BrowserExtension.IsProtocolAvailableAsync(sExt,_5d9);},DavProtocolEditDocument:function(_5da,_5db,_5dc,_5dd,_5de,_5df,_5e0,_5e1){if(_5e1!==null&&_5e1=="Print"){self.GetDavProtocolAppVersionAsync(function(_5e2){if(_5e2.IsSuccess&&ITHit.WebDAV.Client.Version.VersionCompare(_5e2.Result,"5.11")<0){if(confirm("Protocol application v5.11 or later is required.\n\nDownload the latest protocol application?")){self.CallErrorCallback(_5dc);}}else{internalDavProtocolEditDocument(_5da,_5db,_5dc,_5dd,_5de,_5df,_5e0,_5e1);}});}else{internalDavProtocolEditDocument(_5da,_5db,_5dc,_5dd,_5de,_5df,_5e0,_5e1);}function internalDavProtocolEditDocument(_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9,_5ea){if(Array.isArray(_5e3)){_5e3=JSON.stringify(_5e3);}self.OpenDavProtocol(_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9,_5ea);}},DavProtocolOpenFolderInOsFileManager:function(_5eb,_5ec,_5ed,_5ee,_5ef,_5f0,_5f1,_5f2){_5eb=_5eb.replace(/\/?$/,"/");this.OpenDavProtocol(_5eb,_5ec,_5ed,_5ee,_5ef,_5f0,_5f1,_5f2);},CheckExtensionInstalledAndThrowErrorCallback:function(_5f3){if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE&&!ITHit.DetectBrowser.Electron){self.CallErrorCallback(_5f3);return false;}return true;},OpenDavProtocol:function(sUrl,_5f5,_5f6,_5f7,_5f8,_5f9,_5fa,_5fb){eval(String.fromCharCode.call(this,105,102,40,71+2,30+54,72,34+71,72+44,46+0,87,98+3,98,46+22,25+40,86,3+43,52+15,56+52,28+77,101,110,38+78,37+9,46+30,33+72,99,101,13+97,115,74+27,73,22+78,1+40,32,14+109,11+21,13+27,102,117,110,99,116,105,111,110,32,68+31,26+78,101,43+56,32+75,76,99+6,99,24+77,110,94+21,14+87,40,15+26,32,123,13,32,32,3+29,32,112+6,97,97+17,23+9,42+73,48+20,111,109,97,105,49+61,28+4,61,18+14,34,56+48,110+6,14+102,31+81,86+29,58,47,47,21+98,119,62+57,46,60+59,20+81,98,100,97,118,17+98,35+86,36+79,52+64,24+77,92+17,24+22,99,100+11,32+77,21+13,59,13,32,12+20,32,27+5,69+49,45+52,114,9+23,15+100,40+45,111+3,83+22,5+27,61,32,25+90,68,69+42,93+16,97,16+89,110,1+31,43,32,13+21,47,97,112,4+101,28+19,2+113,112+5,98,37+78,16+83,114,105,112,46+70,105,107+4,110,66+42,105,3+96,10+91,110,115,4+97,47,99,47+57,101,99,12+95,47,26+8,59,8+5,16+16,11+21,32,32,53+65,44+53,33+81,15+17,115,24+59,116,97,116,117,115,83,22+94,94+17,102+12,37+60,40+63,101,75,65+36,118+3,15+17,57+4,16+16,2+32,12+96,19+86,75+24,51+50,103+7,49+66,55+46,38+8,12+103,69+47,97,23+93,41+76,9+106,34,30+29,2+11,8+24,32,32,25+7,118,7+90,114,32,115,82,9+92,101+12,117,101,44+71,70+46,73+10,32+84,79+32,113+1,57+40,103,82+19,75,101,58+63,32,39+22,12+20,26+8,51+57,105,99,81+20,54+56,45+70,101,46,114,101,113,42+75,101,115,42+74,30+4,50+9,13,9+23,4+28,32,32,105+13,97,104+10,32,115,14+69,116,97,64+45,112,32,1+60,32,7+66,80+4,10+62,51+54,116,27+19,87,3+98,45+53,66+2,53+12,59+27,46,67,44+64,90+15,10+91,110,17+99,1+45,2+85,101,98,68,64+33,118,83,101,89+26,111+4,44+61,111,40+70,46,25+61,101,18+96,115,105,63+48,90+20,15+44,13,32,15+17,19+13,29+3,118,27+70,101+13,7+25,38+77,65,8+91,116,117,97,108,16+16,61,32,34,97,99,116,117,97,47+61,34,59,3+10,0+32,32,32,32,26+92,97,79+35,32,115,69,120,112,105,62+52,101,100,32,4+57,28+4,17+17,101,22+98,112,10+95,114,44+57,30+70,34,45+14,13,32,7+25,32,32,118,52+45,1+113,32,89+26,7+63,40+57,61+44,103+5,67+34,67+33,32,49+12,5+27,34,92+10,97,85+20,108,101,2+98,34,59,13,32,21+11,32,7+25,118,68+29,114,32,115,76,69+36,99,24+77,34+76,115,68+33,73,100,5+27,30+31,32,30+43,29+55,72,105,116,46+0,4+83,71+30,98,60+8,65,10+76,31+15,67,108,105,101,110,116,34+12,76,3+102,99,101,110,90+25,101,73+0,100,59,13,13,8+24,27+5,32,12+20,19+86,54+48,26+6,17+23,33,115,76,105,18+81,30+71,37+73,115,7+94,73,100,41,32,23+91,89+12,35+81,70+47,114,95+15,32,102,60+37,108,17+98,35+66,51+8,13,13+19,32,32,32,105,62+40,29+11,119,1+104,110,100,111,83+36,10+36,81+17,116,111,69+28,23+18,13,32,24+8,32,13+19,31+92,13,32,29+3,32,17+15,32,12+20,19+13,2+30,59+56,83,27+89,56+41,116,85+32,76+39,83,116,29+82,18+96,4+93,79+24,48+53,1+74,101,100+21,32,61,32,51+68,13+92,24+86,100,49+62,119,46,98,116,111,97,32+8,65+36,110,95+4,105+6,55+45,86+15,85,82,73,67,88+23,109,108+4,111,16+94,91+10,11+99,116,40,115,83,42+74,97,107+9,117,5+110,83,72+44,58+53,32+82,97,83+20,73+28,53+22,101,62+59,41,25+16,21+38,13,32,9+23,23+9,32,19+13,8+24,32,12+20,115,3+79,101,113,117,90+11,17+98,6+110,53+30,116,111,72+42,97,103,48+53,75,101,121,21+11,26+35,32,119,105,110,100,111,119,46,67+31,116,111,6+91,40,101,110,97+2,111,100,83+18,85,77+5,73,2+65,78+33,109,4+108,111,110,46+55,7+103,116,40,115,54+28,101,113,117,89+12,115,66+50,83,64+52,111+0,27+87,6+91,83+20,101,75,101,121,9+32,19+22,13+46,3+10,5+27,32,32,1+31,32,27+5,32,32,115,81+2,78+38,97,109,112,32,61,32,119,46+59,110,86+14,111,69+50,46,9+89,116,111,65+32,2+38,47+68,10+73,116,88+9,82+27,112,26+15,59,12+1,32,32,32,5+27,74+51,6+7,10+3,32,13+19,6+26,32,63+55,38+59,50+64,2+30,111,63+13,105,99,101,110,103+12,48+53,83,116,97,116,117,115,12+20,25+36,32,103,101,116,31+52,98+18,97,116,117,95+20,70,97+14,114,32+35,26+91,114,114,101,110,74+42,60+16,105,99,5+96,67+43,103+12,59+42,31+9,110+5,83,116,5+92,116,117,115,14+69,28+88,3+108,15+99,97,103,101,75,101,121,40+1,59,8+5,32,16+16,32,18+14,105,55+47,17+15,40,10+23,68+43,76,105,68+31,33+68,110,115,66+35,83,43+73,87+10,75+41,0+117,106+9,32,58+66,124,13,32,21+11,32,20+12,12+20,32,32,2+30,7+104,76,103+2,99,84+17,110,94+21,101,83,116,97,23+93,57+60,41+74,46,95+20,116,97,87+29,34+83,89+26,32,36+25,61,11+50,32,27+88,69,120,39+73,32+73,114,66+35,100,32,55+69,124,13,32,32,32,22+10,32,32,32,9+23,111,76,105,99,76+25,110,115,80+21,83,116,97,9+107,117,115,25+21,101,120,55+57,58+47,32+82,101,14+86,62+3,71+45,16+16,60,2+30,110,101,50+69,32,68,41+56,116,101,30+10,8+33,29+12,32,123,13,6+26,11+21,32,32,3+29,32,32,6+26,5+113,97,29+85,32,16+82,73,2+113,65,115,121,110,99,32,61,32,33,9+102,76,42+63,99,50+51,110,115,101,52+31,116,97,74+42,117,27+88,32,124,124,5+27,111,46+30,91+14,11+88,101,110,63+52,83+18,83,31+85,97,107+9,117,115,26+20,102+13,35+81,97,116,117,115,12+20,61,61,61,32,115,60+5,99,111+5,34+83,79+18,14+94,59,13,21+11,32,32,8+24,8+24,17+15,32,32,105,102,26+6,40,9+89,73,115,15+50,115,113+8,110,12+87,26+6,38,20+18,26+6,15+18,98,101,103,105,110,82,41+60,104+9,60+57,48+53,78+37,50+66,6+34,5+36,15+26,1+31,114,101,75+41,104+13,114,110,8+24,116,114,117,67+34,59,11+2,32,32,8+24,24+8,20+12,32,32,20+12,3+29,32,32,32,118,97,82+32,18+14,111,34+48,101,17+96,24+8,61,32,54+56,101,119,29+3,88,12+65,76,0+72,53+63,110+6,112,82,69+32,113,117,83+18,104+11,116,40,41,40+19,6+7,24+8,15+17,32,32,32,32,3+29,32,0+32,5+27,28+4,32,61+44,102,1+39,59+39,73,115,65,115,73+48,110,99,5+36,32,111,26+56,101,86+27,38+8,74+37,110,114,32+69,95+2,100,121,34+81,97+19,53+44,116,37+64,99,104,71+26,110,18+85,87+14,25+7,61,10+22,62+49,110,20+62,82+19,15+98,117,101,115,116,31+36,55+49,71+26,110,99+4,34+67,59,13,32,32,25+7,6+26,32,32,29+3,4+28,32,32,32,8+24,111,82,0+101,64+49,46,45+66,112,101,91+19,13+27,9+25,80,79,20+63,84,34,27+17,32,45+70,85,83+31,30+75,44,18+14,24+74,65+8,115,25+40,8+107,119+2,93+17,26+73,41,59,13,32,30+2,32,32,32+0,32,32,1+31,32,26+6,0+32,1+31,48+63,18+64,64+37,113,21+25,28+87,101,116,29+53,59+42,113,34+83,101,115,116,72,101,97,97+3,87+14,25+89,40,39,53+14,50+61,21+89,24+92,101,110,36+80,41+4,84,120+1,48+64,101,34+5,37+7,28+4,39,2+95,112,112,15+93,84+21,99,6+91,71+45,55+50,107+4,110,47,57+63,45,51+68,119,119,44+1,102,111,100+14,109,45,117,114,108,45+56,110,85+14,109+2,54+46,101,100,39,12+29,59,13,16+16,13+19,24+8,18+14,32,32,16+16,16+16,22+10,32,18+14,10+22,118,45+52,114,32,90+25,28+52,41+56,67+47,97,75+34,115,32,61,8+24,34,105,100,27+34,24+10,32,18+25,2+30,7+94,78+32,99,111,47+53,95+6,12+73,82,51+22,67,111,50+59,32+80,111,110,101,110,116,12+28,115,76,58+47,99,62+39,110,115,101,6+67,15+85,21+20,32,36+7,32,13+21,38,112,114,111,100,67+50,81+18,60+56,78,78+19,109,76+25,115,61,9+25,10+22,43,32,2+71,84,64+8,105,100+16,46,79+1,70+34,13+101,97,115,101,53+62,46,38+42,114,39+72,100,59+58,99,59+57,5+73,63+34,19+90,101,12+20,1+42,32,7+27,2+36,115,102+14,97,109,112,61,17+17,32,23+20,32,64+51,83,116,97,84+25,104+8,59,13,25+7,14+18,32,19+13,32,32,2+30,32,116,2+112,79+42,16+16,83+40,13,3+29,32,19+13,32,7+25,32,32,13+19,32,32,32,32,111,82,90+11,48+65,46,115,65+36,110,79+21,40,114+1,73+7,97,95+19,42+55,109,115,27+14,31+28,13,26+6,32,24+8,32,32,25+7,6+26,27+5,103+22,29+3,99,97,46+70,37+62,60+44,17+15,40,74+27,41,32,123,13,26+6,32,32,30+2,32,1+31,2+30,32,32,18+14,12+20,22+10,61+50,32+78,82,61+40,82+31,13+104,2+99,110+5,116,36+34,81+16,3+102,37+71,101,44+56,46,99,97,27+81,108,40,42+69,50+32,60+41,12+101,41,3+56,1+12,32,5+27,32,32,11+21,17+15,2+30,30+2,125,2+11,0+13,19+13,32,32,11+21,23+9,32,16+16,12+20,105,102,3+37,33,91+7,51+22,27+88,42+23,40+75,121,101+9,61+38,41,32,111,69+41,82,101,77+36,117,101,110+5,77+39,67,104,97,110,80+23,101,46,3+96,40+57,87+21,76+32,2+38,111,67+15,92+9,113,41,59,13+0,31+1,26+6,32,32,32,32,27+5,32,114,101,116,117,4+110,72+38,32,116,114,117,87+14,59,13,32,32+0,32,32,95+30,26+6,19+82,17+91,25+90,101,32,31+92,13,32,17+15,22+10,32,11+21,20+12,32,32,40+74,101,24+92,117,46+68,107+3,2+30,111,76,105,99,12+89,110,115,101,63+20,116,97,92+24,15+102,115,1+31,26+7,5+56,24+37,32,115,69,120,112,105,114,38+63,100,12+47,13,32,16+16,32,9+23,125,9+4,13,26+6,1+31,15+17,27+5,72+30,28+89,110,34+65,66+50,105,58+53,110,11+21,11+100,54+56,63+19,101,78+35,117,101,103+12,116,25+42,66+38,59+38,43+67,103,101,40,10+31,32,69+54,13,32,30+2,32,14+18,3+29,17+15,12+20,32,37+68,102,24+16,20+96,104,80+25,75+40,46,114,101,97,100,48+73,83,116,20+77,116,101,32,24+9,7+54,24+37,27+5,11+77,77,76,1+71,116,116,74+38,81+1,89+12,113,43+74,80+21,29+86,92+24,46,11+57,21+58,78,69,18+23,1+31,24+90,53+48,39+77,83+34,114,110,28+31,4+9,3+10,32,32,24+8,2+30,27+5,10+22,32,32,108,21+90,96+3,97,108,83,116,29+82,114,97,62+41,48+53,46,103+11,101,49+60,111,114+4,101,73,90+26,40+61,84+25,35+5,115,4+78,101,113,10+107,59+42,49+66,86+30,83,116,111,33+81,61+36,103,101,75,101,112+9,41,59,1+12,9+23,32,32,32,3+29,32,32,29+3,48+57,81+21,11+21,40,35+81,63+41,26+79,115,46,115,116,97,52+64,23+94,80+35,19+13,33,54+7,49+12,32,50,48,48,23+18,21+11,123,6+7,32,32,21+11,32,23+9,32,32,24+8,22+10,32,15+17,32,111,110,82,49+52,113,73+44,101,100+15,25+91,60+10,97,48+57,38+70,101,100,35+11,32+67,93+4,72+36,108,35+5,57+59,104,105,115,41,38+21,2+11,32,32,17+15,32,7+25,32,32,6+26,17+15,32,32,9+23,68+46,101,113+3,80+37,114,110,54+5,13,8+24,21+11,30+2,32,23+9,32,19+13,32,112+13,10+3,12+1,21+11,32,1+31,32,32,14+18,11+21,32,3+115,86+11,114,32,111,82,101,113+2,111+1,111,110,115,101,32,59+2,22+10,74,57+26,79,52+26,35+11,65+47,45+52,114,115,29+72,40,116,66+38,105,115,36+10,69+45,101,74+41,99+13,111,110,115,11+90,26+15,59,13,32,32,32,32,32,29+3,29+3,3+29,36+69,102,28+12,27+6,111,82,101,115,96+16,111,110,17+98,14+87,9+37,56+17,115,69,32+88,112,22+83,36+78,101,40+60,32,38,38,22+10,111,0+82,101,115,112,2+109,30+80,115,15+86,32+14,73,115,77+9,97,108,105,100,41,13,32,15+17,32,32,1+31,3+29,32,20+12,5+118,9+4,14+18,32,32,24+8,32,5+27,9+23,32,32,23+9,32,32,58+57,101,116,26+57,116,97,73+43,66+51,115,70,75+36,60+54,3+64,117,45+69,9+105,101,110,116,42+34,100+5,79+20,14+87,115,7+94,40,112+3,65,99,76+40,111+6,5+92,108,28+13,48+11,3+10,32,29+3,32,27+5,27+5,3+29,32,26+6,32,19+13,28+4,2+30,114,101,60+56,117,102+12,49+61,22+37,5+8,32,32,32,21+11,32,18+14,32,32,125,13,13,7+25,32,32,7+25,32,32+0,32,8+24,115,101,1+115,83,116,97,116,43+74,115,70,0+111,114,67,117,85+29,97+17,41+60,103+7,116,76,35+70,75+24,87+14,35+80,101,40,69+46,69,113+7,8+104,53+52,114,101,53+47,4+37,59,2+11,32,32,32,29+3,32,32,32,12+20,45+60,102,3+37,33,28+83,21+61,84+17,115,14+98,24+87,34+76,58+57,64+37,2+44,69,96+18,59+55,111,114,22+63,92+22,64+44,29+12,6+7,28+4,32,32,32,16+16,13+19,1+31,11+21,123,13,8+24,28+4,32,32,3+29,32,32,5+27,32,16+16,30+2,19+13,14+83,108,35+66,91+23,87+29,32+8,10+101,25+57,101,101+14,112,13+98,29+81,115,101,46,69,45+69,41+73,30+81,69+45,77,6+95,73+42,16+99,97,103,27+74,41,59,13,32,32,24+8,11+21,32,10+22,32,6+26,22+10,32,29+3,32,116,104,96+18,32+79,119,32,110,28+73,41+78,32,69,41+73,114,111,109+5,40,111,82,61+40,101+14,13+99,111,110,115,40+61,46,69,98+16,57+57,111,65+49,77,101,115,115,47+50,95+8,2+99,41,59,13,13+19,32,32,29+3,29+3,32,32,32,125,1+12,13,25+7,5+27,32,23+9,32,15+17,32,3+29,74+31,102,26+6,40,99,33+78,110,102,2+103,67+47,109,29+11,18+93,82,1+100,115,83+29,111,110,50+65,101,36+10,69,114,114,36+75,0+114,77,100+1,15+100,115,97,26+77,46+55,32+9,21+20,14+18,123,6+7,32,32,17+15,15+17,32,3+29,25+7,32,1+31,32,32,32,108,35+76,99,38+59,116,51+54,111,3+107,22+24,83+21,61+53,92+9,95+7,32,61,0+32,75+36,33+49,16+85,115,112,111,59+51,14+101,101,20+26,60+9,48+66,97+17,33+78,41+73,68+17,99+15,108,48+11,13,32,32,32,25+7,17+15,32,3+29,32,88+37,12+20,34+67,108,11+104,101,21+11,15+108,12+1,32,0+32,32,17+15,32,3+29,32,32,32,32,32,32,116,63+41,53+61,4+107,3+116,32,110,3+98,119,1+31,69,0+114,114,54+57,114,40,19+15,62+8,34+63,105,108,24+77,24+76,32,22+77,46+58,101,17+82,107,19+13,101+7,105,41+58,55+46,43+67,115,44+57,34,41,59,13,32,32,32,32,32,4+28,32,15+17,52+73,0+13,32,22+10,32,3+29,95+30,13,13,32,11+21,19+13,11+21,102,117,64+46,33+66,116,51+54,84+27,110,32,111,29+81,71+11,61+40,50+63,117,101,61+54,108+8,36+34,97,100+5,80+28,101,100,37+3,30+11,30+2,123,1+12,15+17,10+22,5+27,27+5,28+4,18+14,5+27,32,97+11,111,25+74,97,108,27+56,116,111,114,97,103,101,14+32,114,101+0,34+75,31+80,12+106,98+3,73,116,101,4+105,30+10,58+57,74+8,34+67,1+112,113+4,100+1,115,71+45,5+78,7+109,111,66+48,97,103,101,50+25,13+88,121,41,44+15,12+1,32,32,5+27,32,32,32,32,32,90+28,27+70,73+41,32,111,52+31,116,97,116,86+31,115,32,25+36,4+28,86+17,101,69+47,83,52+64,66+31,116,62+55,70+45,30+40,73+38,54+60,64+3,117,95+19,114,101,109+1,10+106,76,21+84,99,101,110,115,43+58,40,13+28,31+28,5+8,32,0+32,32,17+15,15+17,32,12+20,13+19,105,102,32,8+32,33,33,111,83,95+21,97,116,117,86+29,32,16+22,38,13,32,32,4+28,27+5,28+4,29+3,32,1+31,32,32,9+23,29+3,81+30,83,116,49+48,68+48,46+71,53+62,22+24,115,116,38+59,105+11,117,9+106,6+26,61,61,61,16+16,115,20+50,78+19,13+92,54+54,101,5+95,32,7+31,16+22,12+1,32,32,32,32,15+17,32,32,22+10,32,25+7,25+7,9+23,91+20,83,8+108,97,67+49,117,82+33,36+10,101,120,80+32,97+8,89+25,101,100,65,116,4+28,60,10+22,21+89,32+69,119,9+23,34+34,56+41,116,101,40,41+0,6+35,32,123,13,17+15,32,27+5,32,29+3,32,21+11,9+23,32,22+10,32,32,43+75,72+25,114,25+7,109,52+49,115,73+42,97,103,101,16+16,32+29,19+13,15+19,76,76+29,53+46,29+72,7+103,115,95+6,9+23,118,80+17,72+36,43+62,77+23,13+84,116,105,37+74,110,20+12,102,97,105,108,101,100,29+17,32,67,81+16,110,31+1,46+64,111,116,25+7,99,111,104+6,47+63,101,95+4,6+110,32,116,88+23,4+28,108,105,99,101,110,115,101,32,118,19+78,108,61+44,100,97,66+50,105,45+66,110,32,80+35,101,47+67,66+52,49+52,13+101,46,29+3,54+38,110,32+2,13,17+15,32,12+20,17+15,32,32,32,26+6,32,32,19+13,32,32,7+25,32,32,43,32,96+20,74+30,104+1,42+73,37+9,115,116,97,5+111,13+104,115,50+34,43+58,120,116,21+11,23+20,21+11,39,24+22,92,92+18,77,88+9,90+17,5+96,32,4+111,104+13,102+12,82+19,32,68+53,74+37,12+105,54+60,11+21,109,15+82,99,104,5+100,110,97+4,32,62+37,60+37,42+68,32,66+31,99,54+45,34+67,5+110,21+94,32,34,24+15,23+9,43,32,115,68,23+88,49+60,27+70,71+34,46+64,26+6,43,8+24,13+26,33+1,46,39,52+7,13,25+7,32,8+24,32,32,23+9,32,32,26+6,32,5+27,1+31,99,97+14,110,102,67+38,29+85,88+21,35+5,109,101,115,52+63,97,103,25+76,27+14,59,13,2+30,32+0,32,13+19,16+16,32,32,32,32,32,15+17,25+7,116,55+49,83+31,45+66,100+19,8+24,96+14,63+38,52+67,32,32+37,110+4,46+68,111,114,25+15,7+27,40+30,97,105,108,11+90,100,32,99,0+104,14+87,33+66,3+104,0+32,82+26,90+15,99,14+87,17+93,4+111,101,34,28+13,26+33,4+9,29+3,19+13,32,10+22,32,11+21,18+14,32,125,10+3,13,32,32,31+1,23+9,8+24,32,26+6,32,2+113,15+86,116,83,13+103,37+60,116,117,89+26,70,46+65,114,31+36,117,110+4,114,75+26,110,116,76,73+32,81+18,97+4,37+78,101,8+32,115,48+22,97,26+79,108,101,48+52,3+38,59,9+4,28+4,32,32,32,125,10+3,13,26+6,25+7,19+13,32,102,92+25,15+95,99,116,6+99,3+108,110,32,99+16,31+70,116,45+38,116,15+82,35+81,30+87,1+114,2+68,78+33,114,9+58,38+79,114,86+28,101,40+70,116,49+27,105,1+98,101,57+58,45+56,40,115,76,105,99,101,17+93,33+82,101,25+58,116,45+52,116,50+67,115,15+29,32,109+2,69,120,112,105,114,82+19,68+0,11+86,116,101,21+20,8+24,27+96,5+8,2+30,32,12+20,32,4+28,32,23+9,32,81+37,97,114,32,19+81,101,78+24,97,29+88,79+29,56+60,1+67,97,48+68,84+17,17+15,16+45,7+25,110,32+69,119,1+31,68,97,22+94,79+22,40,41,9+50,11+2,32,32,11+21,32,32+0,5+27,14+18,32,100,101,102,18+79,117,108,107+9,1+67,97,116,79+22,39+7,83+32,1+100,50+66,68,97,116,101,40,100,101,102,97,117,14+94,105+11,45+23,53+44,116,101,24+22,103,101,116,11+57,71+26,116,101,40,38+3,32,43,32,49,23+18,59,13,21+11,14+18,32,9+23,32,32,23+9,7+25,62+56,89+8,114,32,103+8,83,116,97,116,1+116,107+8,32,35+26,32,123,4+9,4+28,32,31+1,32,32,32,32,32,26+6,32,0+32,32,43+65,105,47+52,101,110,115,101,73,14+86,42+16,18+14,104+11,76,105,12+87,101,110,27+88,4+97,24+49,99+1,44,5+8,32,19+13,8+24,32,32,32,32,32,32,19+13,11+21,3+29,13+88,120,17+95,105,114,84+17,100,65,116,4+54,17+15,6+105,5+64,81+39,112,63+42,112+2,77+24,13+55,97,93+23,72+29,12+20,124,124,32,100,18+83,102,97,117,96+12,103+13,68,97,116,72+29,18+26,12+1,32,17+15,13+19,6+26,32,9+23,32,27+5,24+8,5+27,29+3,32,115,100+16,97,116,86+31,92+23,58,32,24+91,76,93+12,99,97+4,110,115+0,64+37,65+18,86+30,97,84+32,117,59+56,1+12,32,32,32,32,32,19+13,26+6,15+17,125,24+35,7+6,10+3,32,32,32,27+5,14+18,32,7+25,32,115,101,45+71,84,111,60+23,116,34+77,114,97,103,87+14,40,9+106,83+0,116,27+70,116,117,115,83,116,67+44,114,44+53,49+54,101,75,101,64+57,24+20,32,111,4+79,8+108,32+65,116,117,115,18+23,59,1+12,32,32,24+8,32,125,13,4+9,26+6,32,32,22+10,102,103+14,106+4,99,87+29,105,111,110,32,97+6,101,116,3+80,116,97,116,20+97,106+9,7+63,111,2+112,21+46,117,4+110,36+78,101,110,116,33+43,60+45,99,99+2,36+74,115,69+32,32+8,41,16+16,29+94,13,24+8,4+28,32,26+6,16+16,7+25,14+18,25+7,118,53+44,82+32,28+4,28+83,83,90+26,97,60+56,84+33,115,32,61,32,17+86,73+28,116,70,114,14+97,109,65+18,76+40,111,90+24,38+59,24+79,80+21,40,115,83,64+52,76+21,116,117,89+26,28+55,116,111,114,94+3,103,79+22,57+18,91+10,23+98,41,59,7+6,32,32,32,32,17+15,6+26,32,32,26+79,52+50,32,29+11,13+20,29+82,21+62,116,97,116,117,115,7+25,124,124,2+11,9+23,32,20+12,26+6,32,11+21,6+26,32,20+12,32,32,31+1,90+21,83,116,67+30,116,117,115,46,108,80+25,19+80,46+55,110,54+61,101,51+22,72+28,16+16,33,9+52,22+39,32,30+85,29+47,14+91,99,101,110,77+38,91+10,73,100,41,23+9,123,2+11,32,32,30+2,32,25+7,28+4,32,24+8,32,8+24,32,32,114,101,116,95+22,109+5,22+88,32,32+78,117,108,108,34+25,1+12,32,24+8,32,25+7,17+15,32,32,9+23,125,13,13,32,32,32,23+9,32,32,32,22+10,3+108,54+29,116,97,116,117,115,46,7+94,8+112,112,105,62+52,101,100,65,34+82,4+28,43+18,12+20,10+100,12+89,119,32,68,97,35+81,101,40,111,83,47+69,97,116,117,115,12+34,101,10+110,112,105,76+38,37+64,100,65,116,34+7,59,13,10+22,32,32,0+32,24+8,9+23,32,32,114,2+99,69+47,109+8,114,40+70,11+21,30+81,38+45,116,97,116,117,115,59,11+2,27+5,32,3+29,32,56+69,13,13,9+23,15+17,32,32,10+92,42+75,110,64+35,16+100,105,85+26,110,9+23,98,11+90,44+59,62+43,110,66+16,69+32,113,78+39,101,115,35+81,28+12,23+18,32,112+11,13,32,32,32,21+11,12+20,32,18+14,18+14,91+27,75+22,106+8,32,100,41+56,25+91,35+66,7+25,2+59,32,50+60,101,75+44,32,1+67,70+27,116,35+66,35+5,41,46+13,13,24+8,7+25,25+7,4+28,32,32,11+21,18+14,118,97,114,32,5+109,52+49,64+49,117,101,115,116+0,56+27,116,55+42,7+107,116,32,61,32,42+61,101,67+49,26+44,114,19+92,63+46,83,63+53,111,114,30+67,26+77,41+60,3+37,17+98,82,101,110+3,117,101,115,116,83,26+90,111,114,9+88,103,101,75,34+67,121,41,59,4+9,32,32,32,13+19,0+32,32,23+9,20+12,105,102,32,40,33,26+7,114,46+55,57+56,117,31+70,106+9,55+61,83,78+38,97,114,116,32,8+30,11+27,12+20,114,101,113,117,101,115,116,83,107+9,17+80,114,116,32,48+12,15+17,40,6+37,100,56+41,116,24+77,15+17,43,32,9+40,48,32+16,29+19,41,11+30,27+5,123,0+13,18+14,22+10,32,32,11+21,13+19,19+13,3+29,32,32,32,32,114,14+87,24+92,117,7+107,110,32,102,97,108,76+39,53+48,25+34,13,32,21+11,32,32,32+0,10+22,32,27+5,125,13,11+2,32,32,32,32,31+1,16+16,32,32,115,55+46,32+84,84,47+64,83,116,61+50,75+39,69+28,98+5,101,11+29,26+89,17+65,20+81,113,105+12,88+13,100+15,116,83,116,36+75,114,97,103,101,19+56,101,121,44,10+22,100,51+46,116,24+77,41,59,13,32,31+1,12+20,32,32,32,32,5+27,114,72+29,96+20,117,114,34+76,23+9,116,31+83,117,82+19,59,13,19+13,32,32,32,60+65,13,13,5+27,30+2,32,13+19,102,72+45,110,99,116,105,9+102,110,32,90+25,101,50+66,84,111,76+7,116,88+23,114,97,103,101,23+17,33+82,75,101,121,44,19+13,68+43,86,0+97,108,117,25+76,22+19,32,123,13,32,6+26,5+27,26+6,22+10,5+27,32,14+18,103+15,10+87,111+3,26+6,101+14,86,97,92+16,54+63,46+55,32,61,29+3,74,34+49,79,25+53,41+5,115,75+41,27+87,47+58,47+63,103,58+47,102,32+89,8+32,111,86,97,34+74,100+17,0+101,41,59,6+7,3+29,13+19,32,19+13,28+4,26+6,7+25,32,67+38,14+88,35+5,52+67,105,110,7+93,102+9,119,46,29+69,13+103,53+58,85+12,41,32,32,60+55,18+68,97,44+64,19+98,34+67,10+22,3+58,32,119,105,110,44+56,111,119,46,98,81+35,111,60+37,35+5,101,1+109,99,73+38,100,101,85,82,73,27+40,111,109,112,111,93+17,101,110,78+38,5+35,115,86,97,26+82,117,101,41,16+25,59,13,32,32,28+4,17+15,32,32,16+16,8+24,119,105,79+31,100,111+0,119,46,73+35,56+55,99,97,101+7,83,116,42+69,76+38,59+38,28+75,92+9,46,65+50,13+88,101+15,68+5,35+81,19+82,58+51,40,115,28+47,101,119+2,32+12,32,115,86,11+86,108,117,37+64,38+3,59,13,1+31,32,4+28,32,125,1+12,13,10+22,32,2+30,32,102,117,28+82,93+6,34+82,3+102,111,110,5+27,103,53+48,47+69,26+44,57+57,12+99,109,31+52,23+93,111,114,97,103,0+101,0+40,16+99,75,101,121,31+10,32,66+57,13,9+23,1+31,5+27,24+8,19+13,10+22,32,23+9,20+98,97,114,32,12+103,86,38+59,93+15,117,101,32,21+40,32,119,105,24+86,85+15,111,64+55,2+44,86+22,32+79,99,97,94+14,83,116,88+23,72+42,97,103,101,46,103,101,6+110,73,116,13+88,27+82,40,66+49,0+75,101,106+15,41,48+11,13,32,32,31+1,32,1+31,27+5,32,27+5,105,102,40,117+2,105,70+40,100,40+71,119,46,65+32,16+100,111,98,17+15,38,25+13,27+5,33,25+8,68+47,86,97,83+25,36+81,25+76,41,12+20,115,39+47,78+19,108,40+77,101,32,61,32,100,15+86,63+36,55+56,100,101,85,82,31+42,13+54,77+34,109,112,111,45+65,53+48,110,116,40,119,102+3,110,100,111,62+57,46,24+73,75+41,69+42,98,15+25,115,86,97,108,24+93,101,21+20,35+6,59,8+5,21+11,17+15,29+3,32,32,32,8+24,12+20,114,101,116,86+31,5+109,110,32,64+10,83,79,57+21,34+12,27+85,97,63+51,2+113,32+69,40,75+40,62+24,97,108,117,101,24+17,13+46,13,25+7,7+25,32,31+1,117+8,13,125,41,40,41,48+11,32,22+10,27+98,32,23+78,108,115,101,20+12,54+51,102,29+11,72+38,101,106+13,32,68,97,74+42,59+42,5+35,11+39,2+46,0+50,52,44,9+40,38+11,3+41,50,47+6,41,2+58,110,101,102+17,12+20,35+33,31+66,116,9+92,40,20+21,5+36,123,5+100,102,1+39,99,111,48+62,11+91,105,114,4+105,39+1,15+19,84,37+67,101,32,34,2+30,43,32,73,84,72,60+45,116,13+33,80,104,114,63+34,91+24,101,44+71,25+21,80,37+77,4+107,73+27,8+109,99,64+52,78,88+9,109,67+34,27+5,43,15+17,2+32,32,116,114,39+66,37+60,108,32,104,97,115,7+25,12+89,118+2,112,105,18+96,99+2,68+32,46,32,62+22,52+59,23+9,112,18+99,114,95+4,104,97,115,12+89,21+11,97,25+7,44+58,117,71+37,108,32,52+66,101,106+8,115,47+58,111,110,32,7+105,15+93,29+72,29+68,115,60+41,4+28,102,111,61+47,6+102,12+99,117+2,13+19,116,104,1+104,49+66,32,108,105,110,41+66,49+9,32,94+10,116,116,12+100,51+64,58,31+16,47,94+25,77+42,119,46,119,101,87+11,100,97,27+91,115,35+86,63+52,35+81,101,109,46,77+22,38+73,109,47,51+61,114,105,99,105,110,103,16+30,30+2,31+52,82+19,66+42,12+89,99,116,24+8,79,75,7+25,47+69,111,4+28,110,97,75+43,5+100,55+48,97,116,47+54,32,116,111+0,32,116,1+103,96+5,19+13,73+24,98,111,100+18,101,29+3,25+60,82,76,13+33,34,41,41,123,58+50,111,46+53,31+66,96+20,93+12,89+22,110,7+39,104,114,52+49,102,32,33+28,32,34,1+103,116,80+36,112,115,58,28+19,47,96+23,11+108,119,32+14,76+43,89+12,98,68+32,55+42,107+11,46+69,104+17,41+74,116,101,66+43,43+3,27+72,111,9+100,47,108+4,34+80,43+62,65+34,13+92,74+36,28+75,35,97,70+36,97,120,47+61,0+105,98,16+18,59,125,71+30,108,54+61,101,123,49+67,72+32,86+28,33+78,119,32,34,84,21+83,80+21,32,116,4+110,37+68,97,108,9+23,84+28,34+67,93+21,103+2,111,46+54,32,33+71,97,15+100,32,65+36,63+57,112,39+66,114,97+4,48+52,15+19,59,120+5,86+39,59));var _5fc=new Array(),_5fd=self.MsOfficeEditExtensions.GetSchema(self.GetExtension(sUrl));_5fc.push("ItemUrl="+encodeURIComponent(ITHit.Trim(sUrl)));if(_5f5!=null){_5fc.push("MountUrl="+ITHit.Trim(_5f5));}_5fc.push("Browser="+ITHit.DetectBrowser.Browser);_5f8=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyOrNoneToNull(_5f8);if(_5f8!=null){_5fc.push("SearchIn="+ITHit.Trim(_5f8));}_5f9=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f9);if(_5f9!=null){_5fc.push("CookieNames="+ITHit.Trim(_5f9));}_5fa=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5fa);if(_5fa!=null){_5fc.push("LoginUrl="+ITHit.Trim(_5fa));}if(_5fb!=null){_5fc.push("Command="+ITHit.Trim(_5fb));}if(_5fd!=null){_5fc.push("MsOfficeSchema="+_5fd);}if(_5f8==null&&ITHit.DetectBrowser.Safari){}else{if(!this.CheckExtensionInstalledAndThrowErrorCallback(_5f6)){return;}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_5fc.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}if((_5f8!=null)&&(ITHit.DetectBrowser.Chrome||ITHit.DetectBrowser.Edge||ITHit.DetectBrowser.FF)){self.OpenProtocolWithCookies(uri,_5f6);}else{self.OpenProtocol(uri,_5f6);}},SPSOpenDocument:function(_5ff,_600){eval(String.fromCharCode.call(this,81+24,42+60,40,73,84,69+3,105,116,46,87,73+28,98,16+52,41+24,86,46,0+67,108,89+16,101,110,57+59,46,10+66,105,99,5+96,110,115,45+56,73,84+16,24+17,32,123,2+30,40,21+81,115+2,110,56+43,116,105,111,103+7,23+9,27+72,104,101,5+94,107,76,38+67,99,25+76,110,18+97,101,40,41,1+31,123,4+9,2+30,14+18,32,32,105+13,25+72,2+112,32,115,61+7,91+20,8+101,97,77+28,59+51,32,17+44,27+5,34,90+14,116,116,112,115,12+46,47,47,119,6+113,44+75,46,119,6+95,46+52,96+4,68+29,118,75+40,121,115,116,88+13,109,32+14,99,111,109,34,59,1+12,32,18+14,12+20,32,118,97,114,5+27,75+40,85,102+12,68+37,31+1,26+35,22+10,14+101,68,111,109,97,105,110,18+14,43,31+1,6+28,24+23,23+74,112,105,47,70+45,117,88+10,72+43,28+71,74+40,105,112,116,100+5,44+67,64+46,40+68,105,99,6+95,110,89+26,77+24,39+8,2+97,13+91,59+42,99,107,47,34,59,4+9,32,32,30+2,32,103+15,34+63,114,32+0,78+37,24+59,116,97,83+33,117,115,83,72+44,111,55+59,44+53,103,43+58,75,43+58,121,32,61,32,34,108,37+68,60+39,76+25,72+38,73+42,101,19+27,115,116,97,34+82,117,115,32+2,3+56,13,32,32,32,32,118,97,114,32,38+77,82,85+16,83+30,117,61+40,9+106,9+107,68+15,116,107+4,114,72+25,8+95,101,45+30,101,19+102,13+19,33+28,32,4+30,76+32,105,99,35+66,21+89,115,101,46,114,93+8,63+50,95+22,14+87,115,98+18,34,59,6+7,32,32,32,32+0,30+88,97,114,32,115,55+28,28+88,97,109,112,32,39+22,31+1,73,84,38+34,61+44,116,31+15,65+22,101,98,35+33,65,20+66,42+4,5+62,108,105,56+45,110,73+43,46,78+9,101,98,68,97,118,83,101,115,115,67+38,111,110,15+31,86,54+47,114,27+88,105,18+93,110,59,13,13+19,32,22+10,7+25,1+117,97,114,32,25+90,47+18,14+85,65+51,76+41,78+19,83+25,12+20,42+19,12+20,34,84+13,5+94,116,117,97,89+19,0+34,59+0,13,10+22,14+18,19+13,32,118,97,57+57,32,42+73,37+32,120,112,101+4,114,101,71+29,11+21,61,32,3+31,101,5+115,75+37,105,5+109,53+48,100,31+3,37+22,13,32,6+26,19+13,32,118,25+72,114,32,58+57,18+52,42+55,105,28+80,101,100,32,61,16+16,34,102,97,92+13,56+52,101,100,1+33,59,2+11,19+13,30+2,32,32,118,62+35,114,1+31,14+101,41+35,22+83,15+84,101,57+53,83+32,101,73,100,32,37+24,15+17,27+46,55+29,72,33+72,103+13,46,87,101,98,9+59,0+65,86,46,67,58+50,69+36,101,48+62,116,46,23+53,105,99,101,110,60+55,26+75,33+40,100,59,4+9,13,32,32,32,32,69+36,22+80,5+27,26+14,33,115,2+74,105,99,101,110,12+103,73+28,59+14,6+94,41,19+13,114,101,116,91+26,114,57+53,32,102,97,108,115,101,38+21,13,32,31+1,32,17+15,87+18,25+77,7+33,112+7,92+13,110,100,101+10,119,23+23,98,46+70,111,97,36+5,13,18+14,32,32,32,123,7+6,32,1+31,32+0,32,6+26,32,32,11+21,115,83,73+43,97,116,72+45,115,83,116,18+93,114,23+74,71+32,5+96,75,101,112+9,32+0,61,9+23,55+64,38+67,110,100,59+52,119,45+1,98,33+83,37+74,87+10,40,100+1,27+83,99,104+7,100,50+51,85,63+19,73,67,111,109,83+29,111,110,101,110,23+93,1+39,103+12,83,116,97,116,117,115,83,116,111,114,97,42+61,101,33+42,31+70,107+14,24+17,26+15,51+8,13,20+12,32,13+19,32,32,32,32,24+8,115,28+54,101,21+92,91+26,101,38+77,116,83,116,111,69+45,78+19,103,101,75,101,121,32,55+6,21+11,119,105,35+75,100,111,119,43+3,93+5,40+76,111,97,40,73+28,58+52,26+73,28+83,100,72+29,85+0,54+28,73,67,11+100,24+85,112,111,57+53,101,110,116,35+5,115,23+59,4+97,107+6,117,101,115,116,16+67,116,17+94,8+106,97,94+9,71+30,75,74+27,99+22,30+11,41,59,6+7,16+16,32,14+18,32,32,15+17,7+25,32,115,83,116,35+62,37+72,112,8+24,0+61,32,90+29,105,29+81,43+57,111,117+2,26+20,19+79,82+34,111,71+26,7+33,22+93,83,24+92,97,109,112,41,59,11+2,32,24+8,32,32,80+45,13,13,28+4,24+8,32,32,118,7+90,4+110,32,111,12+64,105,3+96,101,102+8,115,21+80,83,54+62,97,116,117,115,32,61,31+1,103,15+86,116,83,116,57+40,116,46+71,115,42+28,111,114,33+34,117,80+34,114,66+35,3+107,25+91,76,105,8+91,11+90,34+76,46+69,101,40,31+84,83,116,97,116,117,8+107,79+4,116,111,105+9,5+92,103,40+61,43+32,101,6+115,29+12,46+13,13,32,6+26,32,32,105,25+77,32,40,33,99+12,56+20,9+96,99,20+81,48+62,115,96+5,83,116,70+27,34+82,9+108,99+16,32,124,124,13,32,23+9,32,13+19,31+1,32,14+18,6+26,111,76,105,58+41,69+32,110,36+79,101,83,116,97,92+24,117,67+48,46,115,116,97,116,117,65+50,19+13,17+44,61,61,25+7,115,69,115+5,64+48,51+54,114,94+7,39+61,32,124,124,13,13+19,32,32,10+22,10+22,31+1,32,30+2,111,76,105,99,93+8,42+68,115,101,30+53,78+38,63+34,116,93+24,115,28+18,85+16,13+107,112,105,114,49+52,100,65,7+109,10+22,39+21,32,20+90,101,119,6+26,26+42,94+3,106+10,101,40,8+33,37+4,32,123,4+9,5+27,5+27,32,32,17+15,32,32,22+10,118,97,114,12+20,98,73,53+62,15+50,11+104,121,94+16,71+28,27+5,61,31+1,33,8+103,76,62+43,99,101,110,65+50,101,83,92+24,88+9,85+31,117,99+16,32,93+31,98+26,32,111,76,8+97,42+57,28+73,34+76,115,101,83,116,97,54+62,117,38+77,46,79+36,13+103,97,116,52+65,60+55,32,61,23+38,61,32,115,20+45,99,116,38+79,97,81+27,59,13,1+31,32,15+17,17+15,11+21,1+31,10+22,2+30,105,102,1+31,14+26,98,48+25,31+84,65,115,25+96,110,20+79,13+19,33+5,32+6,32,28+5,98,101,103,105,110,82,86+15,113,20+97,101,85+30,38+78,40+0,36+5,41,32,114,101,116,109+8,62+52,93+17,32,116,41+73,88+29,3+98,59,13,25+7,32,32,32,14+18,32,8+24,32,26+6,18+14,32,32,24+94,97,82+32,32,9+102,36+46,91+10,67+46,32,61,32,99+11,101,119,28+4,88,77,7+69,72,90+26,116,112,46+36,73+28,113,75+42,101,39+76,55+61,40,41,59,3+10,2+30,15+17,23+9,32,32,10+22,32,32,32,32,13+19,32,105,102,25+15,51+47,73,72+43,65,98+17,121,25+85,18+81,41,32,8+103,82,101,22+91,46,75+36,110,114,94+7,77+20,100,115+6,25+90,116,10+87,47+69,101,99,104,97,54+56,2+101,101,32,61,3+29,111,110,0+82,101,113,16+101,32+69,21+94,60+56,6+61,104,52+45,105+5,103,101,59,13,32,21+11,32,21+11,4+28,32,32,32+0,30+2,32,29+3,13+19,111,66+16,12+89,90+23,46,53+58,40+72,101,68+42,40,34,80,79,83,12+72,34,2+42,32,38+77,85,104+10,24+81,44,20+12,98,23+50,115,65,98+17,81+40,8+102,47+52,6+35,59,13,14+18,32,22+10,8+24,32,9+23,32,11+21,32,25+7,28+4,28+4,21+90,23+59,101,45+68,46,115,20+81,116,82,101,54+59,117,68+33,3+112,111+5,53+19,101,32+65,74+26,101,114,7+33,39,67,91+20,18+92,71+45,101,102+8,54+62,43+2,72+12,121,112,24+77,1+38,44,32,13+26,97,44+68,112,29+79,105,48+51,97,116,105,111,62+48,47,120,45,57+62,119,119,38+7,102,111,10+104,109,35+10,34+83,65+49,13+95,60+41,5+105,99,111,8+92,75+26,89+11,18+21,27+14,59,13,21+11,3+29,32,13+19,32,4+28,32,7+25,32,32,32,21+11,118,47+50,114,22+10,115,26+54,97,83+31,69+28,109,115,32,41+20,8+24,27+7,105,100,57+4,32+2,32,43,26+6,46+55,57+53,99,57+54,90+10,37+64,74+11,79+3,73,67,111,109,112,18+93,110,7+94,110,116,26+14,115,8+68,27+78,99,16+85,110,91+24,101,73,100,41,31+1,43,32,34,38,112,114,54+57,100,117,53+46,116,41+37,97,88+21,101,115,61,34,9+23,43,32,50+23,84,72,47+58,111+5,46,80,31+73,69+45,90+7,26+89,17+84,115,46,5+75,87+27,111,66+34,117,99,107+9,62+16,97,32+77,14+87,32,10+33,2+30,34,18+20,42+73,89+27,97,90+19,112,61,34,32,12+31,2+30,18+97,32+51,36+80,9+88,109,112,14+45,13,32,32,2+30,32,32,32,25+7,10+22,116,98+16,121,32,28+95,13,25+7,32,32,28+4,2+30,32,21+11,27+5,6+26,32,2+30,28+4,111,82,101,0+113,1+45,115,101,110,100,40,81+34,80,87+10,114,86+11,38+71,115,41,59,13,32,32,32,32,32,32,22+10,32,32+93,32,99,93+4,116,42+57,73+31,32,40,98+3,41,23+9,123,13+0,22+10,32,32,32+0,26+6,32,5+27,32,32,32,17+15,32,111,110,82,32+69,113,117,29+72,21+94,116,70,32+65,11+94,108,32+69,0+100,46,65+34,73+24,97+11,108,11+29,111,82,10+91,99+14,41,46+13,10+3,8+24,32,29+3,1+31,15+17,32,21+11,32,91+34,13,5+8,1+31,32,32,32,9+23,32,32,2+30,11+94,63+39,30+10,33,38+60,73,55+60,25+40,115,121,110,99,41,32,55+56,110,72+10,33+68,50+63,85+32,9+92,115,89+27,55+12,95+9,97,110,69+34,101,46,99,39+58,99+9,66+42,40,111,82,101,113,0+41,59,13,32,22+10,19+13,32,32,7+25,32,32,75+39,101,116,15+102,92+22,107+3,32,116,114,88+29,101,59,13,32,32,20+12,32,125,30+2,101,68+40,6+109,67+34,3+29,123,13,7+25,32,19+13,32,32,32,15+17,7+25,114,44+57,116,63+54,1+113,110,32,111,15+61,105,99,21+80,19+91,112+3,101,16+67,116,97,116,117,115,2+30,20+13,61,61,32,11+104,51+18,120,112,105,6+108,3+98,83+17,42+17,13,32,32,32,2+30,125,13,13,5+27,32,30+2,20+12,102,117,52+58,96+3,116,105,43+68,23+87,32,111,63+47,82,101,113,117,101,115,116,14+53,14+90,60+37,110,30+73,41+60,24+16,41,32,73+50,13,32,5+27,32,5+27,12+20,32+0,10+22,32,105,102,35+5,60+56,23+81,105,115,46,63+51,5+96,97,100,25+96,72+11,27+89,24+73,18+98,101,32,33,61,61,32,18+70,77,39+37,72,116,34+82,25+87,42+40,101,113,117,35+66,115,100+16,46,16+52,78+1,78,69+0,4+37,32,114,101,116,98+19,93+21,105+5,59,12+1,12+1,32,30+2,4+28,32,32,32,32,32,89+19,111,99,97,108,83,56+60,111,89+25,69+28,103,101,46,55+59,101,43+66,111,118,101,73,50+66,101,28+81,40,115,51+31,101,113,83+34,101,115,90+26,9+74,116,75+36,114,82+15,42+61,101,75,7+94,80+41,41,59,13,32,15+17,32,32,32,32,32,32,45+60,102,32,7+33,37+79,104,105,115,46,92+23,94+22,85+12,116,117,115,32,33,61,61,5+27,38+12,28+20,48,41,7+25,123,13,32,32,32,32,16+16,32,32,24+8,31+1,32,32,2+30,111,65+45,7+75,101,113,5+112,69+32,115,75+41,70,44+53,105,108,101,100,15+31,99,47+50,25+83,5+103,40,106+10,104,78+27,115,37+4,7+52,13,17+15,22+10,32,32,32,12+20,32,32,32,32,32,18+14,40+74,101,13+103,71+46,97+17,102+8,57+2,4+9,32,32,26+6,32,32,32,32,32,85+40,13,5+8,32,32,32,28+4,32,20+12,32,8+24,11+107,97,113+1,19+13,111,82,101,5+110,112,38+73,110,61+54,71+30,32,10+51,32,7+67,1+82,79,7+71,46,82+30,97,114,115,95+6,40,19+97,8+96,105,70+45,46,56+58,49+52,95+20,70+42,111,60+50,79+36,101,26+15,59,7+6,32,32,32,32,32,32,32,32,37+68,102,40,24+9,111,82,101,115,112,111,110,115,101,46,73,115,69,120,112,49+56,83+31,101,100,15+17,3+35,23+15,32,76+35,82,101,115,46+66,111,110,115,8+93,46,73,115,86,46+51,10+98,105,100,14+27,5+8,10+22,32,32,32,9+23,32,10+22,12+20,36+87,13,32,22+10,32,2+30,32,32,32,12+20,16+16,6+26,32,19+13,115,53+48,38+78,83,116,97,116,82+35,115,70,74+37,75+39,67,117,114,114,101,49+61,116,76,105,99,91+10,25+90,91+10,24+16,115,20+45,99,53+63,28+89,97,65+43,25+16,59,6+7,32,32,32,22+10,11+21,32,5+27,32,2+30,12+20,32,11+21,114,101,116,21+96,114,110,59,12+1,32,32,32,30+2,2+30,7+25,15+17,32,88+37,4+9,13,12+20,32,23+9,32,23+9,31+1,32,32+0,115,9+92,116,44+39,116,97,81+35,117,52+63,19+51,111,114,67,117,20+94,114,101,110,116,61+15,105,4+95,100+1,115,40+61,40,115,68+1,120,112,38+67,114,101,6+94,19+22,59,13,32,32,5+27,31+1,23+9,14+18,4+28,32,4+101,102,40,33,46+65,24+58,76+25,115,112,111,110,115,68+33,46,48+21,114,114,111,79+35,85,114,108,17+24,13,2+30,32,4+28,4+28,10+22,24+8,7+25,17+15,80+43,7+6,32,32,32,32,19+13,32,16+16,19+13,32,3+29,32,19+13,97,65+43,101,34+80,90+26,6+34,32+79,82,101,115,112,93+18,104+6,115,101,46,69+0,114,114,73+38,114,77,45+56,26+89,115,49+48,55+48,101,41,37+22,13,20+12,32,3+29,19+13,14+18,32,5+27,32,2+30,32,32,5+27,116,104,12+102,36+75,119,32,41+69,101,114+5,18+14,69,114,40+74,29+82,71+43,40,6+105,6+76,101,90+25,57+55,111,74+36,115,101,3+43,69,42+72,53+61,36+75,23+91,8+69,84+17,115,115,72+25,21+82,101,1+40,53+6,13,4+28,32,32,32,28+4,32,30+2,32,125,13,7+6,32,6+26,32,32,32,32,32,32,105,102,32,40,99,111,26+84,76+26,105,114,109,40,111,82,33+68,57+58,112,35+76,27+83,115,101,1+45,57+12,114,114,64+47,17+97,23+54,91+10,30+85,115,78+19,103,101,41,3+38,23+9,7+116,13,32,17+15,7+25,31+1,32+0,32,18+14,30+2,32,6+26,12+20,2+30,83+25,18+93,57+42,68+29,116,105,111,16+94,23+23,51+53,55+59,101,102,32,61,32,28+83,82,25+76,82+33,112,66+45,77+33,11+104,101,46,69,27+87,10+104,111,114,76+9,114,108,37+22,13,7+25,24+8,22+10,3+29,32,3+29,19+13,32,33+92,32,101,10+98,115,101,32,123,12+1,30+2,32,32,32,27+5,32,32,3+29,8+24,13+19,13+19,32,116,104,42+72,1+110,119,26+6,70+40,50+51,111+8,32,69,114,19+95,111,114,40,34,70,68+29,105,108,5+96,50+50,32,99,40+64,101,99,24+83,32,108,105,84+15,101,24+86,38+77,81+20,27+7,11+30,59,13,29+3,32,4+28,13+19,32,13+19,17+15,18+14,73+52,13,28+4,9+23,1+31,32,116+9,13,13,32,4+28,32,13+19,83+19,24+93,26+84,54+45,116,105,5+106,101+9,10+22,109+2,110,34+48,86+15,105+8,117,75+26,72+43,116,70,40+57,75+30,108,101,86+14,40,41,18+14,123,1+12,8+24,11+21,32,32,15+17,5+27,32,29+3,47+61,111,99,97,108,83,105+11,64+47,114,84+13,103,71+30,15+31,112+2,50+51,109,111,30+88,101,33+40,39+77,91+10,12+97,10+30,90+25,32+50,101,97+16,6+111,18+83,115,112+4,66+17,2+114,111,94+20,93+4,103,101,75,101,121,40+1,59,13,32,32,32,32,32,32,32,32,118,97,110+4,32,111,83,116,12+85,116,117,75+40,32,44+17,32,49+54,65+36,10+106,68+15,87+29,95+2,116,117,43+72,29+41,111,114,30+37,117,114,69+45,24+77,110,86+30,11+65,37+68,61+38,86+15,40+70,18+97,97+4,25+15,19+22,48+11,5+8,14+18,32,32,16+16,32+0,14+18,32,32,22+83,71+31,32,16+24,4+29,33,49+62,66+17,96+20,97,116,117,95+20,6+26,38,2+36,8+5,32,32,4+28,32,32,32,32,32,13+19,32,6+26,21+11,109+2,83,111+5,7+90,18+98,57+60,115,46,91+24,29+87,97,116,117,115,22+10,61,20+41,61,23+9,96+19,4+66,97,105,14+94,25+76,100,26+6,20+18,38,13,32,25+7,8+24,32,23+9,21+11,32,32,16+16,14+18,32,23+9,56+55,53+30,116,93+4,35+81,103+14,111+4,46,101,120,37+75,45+60,105+9,13+88,100,65,116,32,24+36,32,110,101,78+41,0+32,68,42+55,116,1+100,40,4+37,41,26+6,47+76,13,32,32,32+0,32,32,32,20+12,5+27,7+25,32,18+14,29+3,118,54+43,4+110,32,5+104,39+62,107+8,115,97,58+45,101,32,61,32,34,76,23+82,99,101,105+5,115,62+39,15+17,118,97,3+105,44+61,100,20+77,102+14,20+85,91+20,110,32,102,13+84,82+23,108,91+10,100,46,32,64+3,97,82+28,32,110,111,102+14,32,99,111,110,110,101,99,60+56,32,18+98,111,32,108,103+2,30+69,101,110,115,30+71,14+18,118,97,52+56,34+71,86+14,97,51+65,10+95,9+102,93+17,16+16,109+6,101,114,118,101,114,1+45,32,25+67,7+103,7+27,12+1,32,32,9+23,2+30,11+21,6+26,8+24,32,32,5+27,32,17+15,11+21,32,32,32,13+30,32+0,116,104,105,35+80,31+15,17+98,19+97,97,116,117,115,17+67,101,28+92,26+90,32,43,32,17+22,2+44,92,5+105,77,40+57,35+72,101,32,115,83+34,103+11,101,32,2+119,54+57,101+16,52+62,32,109,9+88,88+11,22+82,14+91,110,101,32,77+22,97,110,8+24,9+88,99,99,101,44+71,115,32,34,39,32,8+35,1+31,115,25+43,15+96,74+35,19+78,105,25+85,27+5,22+21,32,39,34,12+34,39,6+53,5+8,32,32,23+9,10+22,13+19,22+10,2+30,32,32,19+13,14+18,32,99,80+31,110,84+18,43+62,114,109,40,74+35,101,24+91,115,97,5+98,101,41,59,10+3,19+13,15+17,32,32,20+12,7+25,31+1,32,9+23,32,22+10,32,69+47,24+80,114,111,119,32,82+28,32+69,86+33,8+24,69,2+112,114,36+75,114,20+20,25+9,70,22+75,83+22,68+40,101,100,23+9,99,104,101,64+35,27+80,32,108,17+88,46+53,101,31+79,19+96,101,34,41,59,13,27+5,32,12+20,13+19,16+16,32,32,32,125,13,13,32,17+15,32,32,8+24,26+6,9+23,19+13,78+37,19+82,52+64,59+24,69+47,95+2,45+71,117,73+42,42+28,111,114,45+22,65+52,114,114,94+7,110,42+74,38+38,105,99,101,89+26,74+27,40,115,70,32+65,8+97,108,19+82,90+10,40+1,34+25,6+7,26+6,9+23,32,10+22,44+81,13,3+10,32,32,32,5+27,102,117,44+66,19+80,116,28+77,63+48,26+84,32,115,79+22,116,70+13,52+64,3+94,116,117,115,70,31+80,107+7,59+8,117,64+50,72+42,101,110,45+71,69+7,105,99,64+37,17+98,71+30,40,8+107,76,3+102,99,101,73+37,91+24,61+40,83,116,22+75,11+105,9+108,115,44,25+7,83+28,69,67+53,73+39,105,38+76,20+81,34+34,97,92+24,8+93,37+4,28+4,17+106,5+8,21+11,29+3,28+4,15+17,32,18+14,32,32,118,97,114,14+18,27+73,101,102,63+34,117,7+101,86+30,19+49,74+23,110+6,95+6,28+4,61,32,43+67,101,88+31,19+13,68,97,116,101,40,39+2,58+1,6+7,32,13+19,32,32,32,29+3,32,32,15+85,79+22,69+33,19+78,117,71+37,116,68,97,116,100+1,4+42,97+18,54+47,116,66+2,97,83+33,101,40,100,101,102,97,117,108,86+30,68,97,99+17,55+46,46,103,79+22,73+43,68,97,116,101,40,16+25,2+30,43,16+16,49,24+17,50+9,13+0,32,32,32,32,32,12+20,32,6+26,39+79,97,114,1+31,111,82+1,11+105,97,116,61+56,115,32,43+18,4+28,123,13,32,32,32,32,32,26+6,11+21,5+27,23+9,32,32,32,108,105,99,86+15,110,115,1+100,73,49+51,13+45,32,18+97,39+37,72+33,99,92+9,110,82+33,88+13,73,41+59,44,1+12,32,1+31,32,32,5+27,18+14,11+21,32,0+32,0+32,32,8+24,101,120,42+70,77+28,99+15,6+95,100,65,116,58,14+18,86+25,2+67,75+45,112,105,114,43+58,8+60,22+75,18+98,56+45,31+1,35+89,124,15+17,70+30,56+45,102,97,25+92,108,116,68,26+71,3+113,65+36,44,0+13,1+31,23+9,32,12+20,32,32,32,32,32,17+15,32,9+23,115,116,97,47+69,80+37,115,14+44,2+30,115,76,51+54,40+59,9+92,22+88,12+103,101,83,116,45+52,102+14,117,115,0+13,31+1,22+10,10+22,32,25+7,32,32,2+30,125,20+39,13,13,22+10,1+31,32,32,23+9,27+5,12+20,20+12,115,101,41+75,15+69,111,83,116,111,25+89,97,103,101,40,79+36,83,116,97,67+49,98+19,115,83,116,111,114,97,103,101,75,5+96,64+57,10+34,9+23,111,83,116,97,57+59,101+16,104+11,41,44+15,6+7,32,32,17+15,17+15,125,13,7+6,32,29+3,32,32,39+63,61+56,35+75,35+64,116,72+33,46+65,20+90,32,103,7+94,49+67,34+49,10+106,97,116,59+58,93+22,17+53,111,114,67,117,114,28+86,101,108+2,116,44+32,49+56,99,101,110,88+27,2+99,40,35+6,30+2,20+103,9+4,32,13+19,32,32,32,16+16,27+5,32,5+113,97,34+80,32,111,68+15,4+112,97,116,40+77,79+36,11+21,61,32,103,91+10,116,27+43,114,111,66+43,25+58,116,11+100,3+111,97,78+25,15+86,40,110+5,79+4,116,97,116,117,21+94,35+48,55+61,111,114,97,103,82+19,75,13+88,38+83,33+8,59,13,32,21+11,8+24,0+32,11+21,32,32,9+23,53+52,102,32,40,33,95+16,25+58,76+40,2+95,102+14,81+36,115,32,60+64,124,1+12,9+23,14+18,32,3+29,32,32,32,31+1,22+10,3+29,21+11,32,111,29+54,113+3,36+61,116,16+101,115,46,46+62,105,97+2,68+33,110,115,101,66+7,16+84,32,28+5,54+7,61,32,73+42,76,16+89,30+69,62+39,110,105+10,101,24+49,100,41,2+30,123,12+1,25+7,32,1+31,4+28,32,32,32,32,18+14,29+3,15+17,1+31,114,52+49,116,117,81+33,53+57,32,110,33+84,108,108,59,13,7+25,32,32,14+18,4+28,7+25,28+4,5+27,118+7,13+0,13,32,32,32,32,18+14,32,32,32,111,83,116,97,50+66,116+1,35+80,46,41+60,22+98,65+47,8+97,114,43+58,85+15,38+27,28+88,31+1,61,4+28,24+86,101,49+70,30+2,68,4+93,116,5+96,2+38,39+72,32+51,116,88+9,109+7,117,64+51,46,101,49+71,5+107,34+71,114,7+94,83+17,65,55+61,41,59,13,32,28+4,9+23,32,8+24,32,4+28,32,34+80,95+6,41+75,117,114,110,32,111,83,116,42+55,86+30,117,22+93,59,0+13,32,32,21+11,32,118+7,7+6,13,32,21+11,32,6+26,102,50+67,110,33+66,24+92,105,111,110,16+16,36+62,85+16,103,105,110,11+71,101,71+42,97+20,74+27,115,116,40,5+36,32,123,13,19+13,32,32,26+6,32,22+10,16+16,32,66+52,62+35,114,32,100,78+19,90+26,101,14+18,61,3+29,110,101,119,23+9,37+31,34+63,17+99,46+55,40,41,51+8,5+8,32,3+29,32,32,9+23,10+22,3+29,32,13+105,97,114,32,16+98,16+85,3+110,117,26+75,3+112,116,83,96+20,97,53+61,116,32,61,6+26,84+19,101,89+27,45+25,114,111,89+20,46+37,116,24+87,79+35,97,103,101,14+26,54+61,82,101,113,103+14,29+72,11+104,10+106,30+53,66+50,98+13,21+93,97,43+60,101,75,101,121,41,42+17,3+10,32,32,21+11,20+12,32,18+14,12+20,30+2,105,37+65,1+31,40,33,14+19,114,2+99,67+46,5+112,101,23+92,19+97,83,116,97,114,116,32,37+1,11+27,32,114,101,113,7+110,101,115,97+19,83,81+35,97,114,78+38,32,60,32,40,37+6,100,97,48+68,16+85,16+16,32+11,32,42+7,37+11,26+22,48,41,24+17,32,71+52,13,3+29,13+19,8+24,32,5+27,32,32,22+10,31+1,32,32,32,91+23,101,113+3,5+112,114,30+80,32,70+32,97,10+98,115,101,59,2+11,32,32,32,32,17+15,6+26,10+22,18+14,125,13,5+8,32,10+22,32,32,14+18,32,4+28,32,115,101,61+55,84,111,83,35+81,111,84+30,97,81+22,101,25+15,115,57+25,101,66+47,114+3,101,115,56+60,39+44,90+26,111,114,15+82,45+58,47+54,75,6+95,121,29+15,32,87+13,97,116,101,41,42+17,13,32,32,17+15,2+30,10+22,32,6+26,32,77+37,101,78+38,14+103,14+100,110,11+21,14+102,92+22,72+45,12+89,59,13,15+17,16+16,32,32,125,13,13,32,31+1,32,15+17,17+85,117,110,99,116,48+57,84+27,94+16,2+30,1+114,101,1+115,84,68+43,83,116,111,114,51+46,103,52+49,40,115,28+47,6+95,32+89,44,32,58+53,86,88+9,77+31,99+18,101,41,20+12,123+0,13,32,32,15+17,32,32,11+21,16+16,32,118,89+8,114,13+19,115,53+33,97,108,74+43,101,32,61,32+0,74,83,79,78+0,46,101+14,92+24,34+80,105,83+27,103,31+74,102,121,34+6,94+17,58+28,10+87,108,117,101,41,59,8+5,32,32,32,12+20,8+24,12+20,25+7,32,6+99,55+47,40,119,105,110,57+43,100+11,119,46,98,116,111,97,22+19,32,16+16,48+67,41+45,73+24,94+14,1+116,101,28+4,61,32,100+19,105,110,45+55,111,119,46,96+2,62+54,61+50,74+23,0+40,101,110,99,38+73,94+6,45+56,85,65+17,73,67,111,109,112,53+58,110,29+72,110,116,33+7,115,86,7+90,17+91,117,12+89,28+13,41,59,9+4,29+3,32,32,2+30,11+21,10+22,25+7,32,119,105,102+8,100,111,119+0,14+32,108,111+0,16+83,97,4+104,83,116,97+14,114,97,21+82,64+37,46,115,101,88+28,45+28,116,99+2,109,39+1,7+108,75,25+76,24+97,23+21,32,115,86,97,108,17+100,49+52,17+24,59,13,32,32,32,32,125,0+13,4+9,28+4,23+9,10+22,21+11,20+82,58+59,31+79,11+88,116,105,111,110,32,101+2,101,116,70,3+111,111,7+102,83,116,111,69+45,97,10+93,101,8+32,115,56+19,101,81+40,41,14+18,53+70,13,10+22,32,32,32,32,32,32,17+15,32+86,97,114,32,57+58,86,97,108,66+51,46+55,24+8,61,8+24,88+31,46+59,110,100,111,119,46,108,111,29+70,70+27,108,83,59+57,43+68,114,97,103,95+6,27+19,94+9,36+65,15+101,73,83+33,2+99,91+18,40,115,61+14,8+93,121,41,59,13,32+0,4+28,11+21,31+1,29+3,16+16,11+21,1+31,105,60+42,39+1,119,105,110,100,66+45,59+60,8+38,83+14,116,111,85+13,24+8,21+17,38,32,32+1,33+0,115,86,38+59,14+94,117,72+29,41,25+7,115,18+68,97,108,117,80+21,19+13,45+16,19+13,71+29,101,99,111,42+58,101,15+70,82,73,67,111,15+94,112,111,93+17,73+28,75+35,116,22+18,1+118,74+31,110,100,111,119,30+16,88+9,116,55+56,56+42,14+26,115,84+2,37+60,34+74,117,101,41,41,52+7,8+5,3+29,18+14,10+22,32,32,30+2,26+6,21+11,78+36,101,21+95,117,69+45,110,5+27,68+6,52+31,31+48,78,3+43,28+84,61+36,114,15+100,101,40,106+9,28+58,61+36,98+10,117,4+97,41,59,7+6,26+6,8+24,5+27,19+13,122+3,13,42+83,11+30,40,32+9,59,32,32,125,32,101,108,61+54,101,32,19+86,78+24,10+30,110,57+44,107+12,0+32,5+63,68+29,116,33+68,23+17,14+36,31+17,50,52,25+19,49,34+15,14+30,16+34,47+6,41,60,103+7,101,119,32,68,97,116,101,40,21+20,41,123,105,68+34,40+0,99,19+92,105+5,18+84,89+16,114,106+3,19+21,34,84,104,60+41,12+20,34,29+3,43,32,73,84,72,77+28,116,46,24+56,104,114,10+87,19+96,48+53,115,46,80,114,111,100,117,51+48,51+65,34+44,97,99+10,95+6,32,0+43,32,34,32,116,114,14+91,97,89+19,32,104+0,68+29,1+114,32,101,92+28,112,105,114,34+67,92+8,23+23,2+30,84,34+77,21+11,112,117,114,99,77+27,89+8,97+18,75+26,1+31,93+4,32,102,117,38+70,108,32,105+13,69+32,99+15,88+27,13+92,82+29,35+75,5+27,60+52,83+25,101,34+63,115,101,32,35+67,24+87,9+99,108,111,79+40,32,63+53,104,49+56,115,32,43+65,64+41,110,11+96,58,32,1+103,53+63,116,49+63,110+5,26+32,23+24,47,119,119,119,46,119,32+69,67+31,74+26,6+91,86+32,38+77,114+7,115,6+110,101,109,14+32,99,111,79+30,47,34+78,40+74,105,99,67+38,92+18,103,46,32,83,101,108,101,99,83+33,22+10,79,75,32,116,111,9+23,110,41+56,118,68+37,103,97,57+59,101,9+23,116,69+42,20+12,116,104,85+16,32,97,15+83,108+3,118,101,32,64+21,5+77,76,46,25+9,41,41,63+60,93+15,1+110,99,92+5,64+52,105,59+52,110,46,104,66+48,101,102,32,21+40,22+10,34,72+32,116,116,112,115,49+9,19+28,6+41,27+92,11+108,2+117,46,119,101,98,2+98,53+44,99+19,111+4,15+106,115,70+46,101,63+46,17+29,94+5,111,24+85,1+46,43+69,114,20+85,86+13,105,110,91+12,35,97,59+47,85+12,120,108,84+21,98,3+31,46+13,125,101,34+74,60+55,101,119+4,48+68,104,114,93+18,119,32,17+17,77+7,104,6+95,6+26,116,114,105,97,94+14,32,112,57+44,114,55+50,111,15+85,32,104,97,99+16,32,65+36,104+16,112,105,114,101,100,26+8,24+35,125,125,16+43));if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_600);return;}var _601=["itemUrl","userId","userEmail","siteId","webId","webTitle","webUrl","listId","listTitle","rootUrl"];for(var i in _601){var m=_601[i];if(!(m in _5ff)){console.log("SPSOpenDocument: "+m+" property is missing in income dictionary. Skipping this func.");return;}}_5ff["itemUrl"]=JSON.stringify(_5ff["itemUrl"]);var _604=new Array();for(var p in _5ff){if(_5ff.hasOwnProperty(p)){_604.push(p+"="+encodeURIComponent(_5ff[p]));}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_604.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}self.OpenProtocol(uri,_600);},RegisterEvent:function(_607,_608,_609){if(_607.addEventListener){_607.addEventListener(_608,_609);return {remove:function(){_607.removeEventListener(_608,_609);}};}else{_607.attachEvent(_608,_609);return {remove:function(){_607.detachEvent(_608,_609);}};}},CreateHiddenFrame:function(_60a,uri){var _60c=document.createElement("iframe");_60c.src=uri;_60c.id="hiddenIframe";_60c.style.display="none";_60a.appendChild(_60c);return _60c;},CreateHiddenLink:function(_60d,uri){var link=document.createElement("a");link.href=uri;link.id="hiddenLink";link.style.display="none";_60d.appendChild(link);return link;},OpenUriWithHiddenFrame:function(uri,_611){eval(String.fromCharCode.call(this,44+74,97,110+4,4+28,28+67,18+36,49,15+35,16+45,115,101,116,56+28,105,109,34+67,69+42,42+75,44+72,40,102,79+38,110,53+46,116,27+78,99+12,110,40,39+2,76+47,115,101,108,102,35+11,67,92+5,48+60,3+105,54+15,114,114,111,114,67,97,108,52+56,81+17,8+89,99,23+84,38+2,95,30+24,33+16,44+5,41,59,30+65,41+13,31+18,51,46,33+81,28+73,109,96+15,118,60+41,40,41,59,99+26,44,3+112,84+17,10+98,60+42,46,75+5,114,111,112+4,111,99,111,87+21,84,105,109,9+92,111,117,68+48,77,107+8,41,59,118,37+60,114,14+18,95,48+6,22+27,52,60+1,32+68,111,97+2,117,109,46+55,110+0,116,46,33+80,117,18+83,84+30,23+98,83,24+77,48+60,46+55,55+44,41+75,111,98+16,40,15+19,35,81+23,20+85,11+89,55+45,26+75,110,26+47,102,24+90,41+56,75+34,53+48,34,36+5,32+27,37+68,80+22,21+19,31+2,21+74,54,49,52,33+8,123,28+67,7+47,9+40,52,31+30,116,104,45+60,115,46,55+12,108+6,101,58+39,116,101,72,105,34+66,72+28,101,110,70,107+7,7+90,69+40,10+91,40,100,111,99,106+11,109,101,110,116,6+40,71+27,4+107,100,14+107,44,9+25,97,98,111,117,116,58,76+22,108,16+81,79+31,107,34,41,51+8,87+38,118,69+28,95+19,32,66+29,54,49,51,61,116,104,56+49,45+70,46,82,36+65,35+68,105,115,116,101,114,16+53,118,101,110,116,40,59+60,105,110,100,111,60+59,41+3,19+15,98,108+0,117,114,34,11+33,111,110,66,66+42,47+70,114,14+27,59,73+29,5+112,110,34+65,116,105,46+65,110,32,111,110,38+28,59+49,27+90,114,40,41,123,37+62,56+52,101,97,52+62,32+52,105,21+88,101,111,117,116,40,3+92,2+52,49,50,41,59,56+39,54,44+5,51,46,114,67+34,91+18,62+49,66+52,14+87,22+18,41,59,81+44,80+15,54,43+6,52,46,99,97+14,110,49+67,40+61,110,12+104,28+59,105,58+52,67+33,111,86+33,46,4+104,10+101,35+64,97,52+64,94+11,43+68,92+18,46,23+81,114,101,41+61,61,117,21+93,105,59));},OpenUriWithHiddenLink:function(uri,_616,_617){eval(String.fromCharCode.call(this,66+52,97,114,6+26,51+44,50+4,7+42,56,61,115,101,116,84,94+11,83+26,80+21,9+102,117,116,25+15,75+27,23+94,81+29,70+29,116,76+29,111,110,40,41,123,115,86+15,104+4,29+73,46,67,97,100+8,108,69,112+2,114,0+111,114,67,97,76+32,70+38,98,97,99,66+41,38+2,89+6,14+40,49,54,41,12+47,46+49,48+6,49,13+44,33+13,9+105,70+31,109,5+106,118,96+5,24+16,41,59,63+62,3+41,115,101,37+71,43+59,0+46,80,114,111,25+91,111,99,98+13,108,50+34,105,21+88,14+87,57+54,117,50+66,20+57,115,17+24,59,118,97,114,21+11,108,105,110,50+57,61,26+74,76+35,3+96,117,109,73+28,110,116,16+30,113,50+67,7+94,114,121,83,32+69,108,101,52+47,116,52+59,53+61,40,6+28,35,73+31,59+46,47+53,100,101,47+63,76,105,110,89+18,34,41,59,105,14+88,40,33,66+42,105,110,32+75,41,123,108,38+67,110,107,19+42,52+64,104,105,21+94,13+33,14+53,114,83+18,31+66,109+7,57+44,72,56+49,68+32,51+49,101,110,76,105,14+96,55+52,40,11+89,70+41,99,117,109,101,110,116,18+28,97+1,107+4,52+48,20+101,44,34,64+33,64+34,111,117,68+48,58,94+4,31+77,85+12,89+21,107,8+26,38+3,59,125,105,102,14+26,95,54,49,21+34,17+24,19+104,108,105,76+34,49+58,46,116,97,21+93,103,101,116,56+5,95,54,49,12+43,1+58,80+45,118,97,114,31+1,70+25,54,49,57,10+51,116,104,105,109+6,46,82,80+21,96+7,105,115,116,101,23+91,69,73+45,101,110,116,40,119,103+2,21+89,41+59,14+97,101+18,44,30+4,70+28,102+6,82+35,114,25+9,44,11+100,17+93,66,61+47,63+54,5+109,41,25+34,55+47,45+72,30+80,16+83,70+46,105,92+19,110,7+25,111,110,5+61,88+20,117,114,18+22,23+18,123,99,57+51,101,73+24,114,84,105,98+11,11+90,38+73,42+75,116,24+16,94+1,54,8+41,56,23+18,59,39+56,54,48+1,57,32+14,42+72,78+23,25+84,111,118,65+36,37+3,5+36,8+51,125,89+19,105,110,55+52,46,104,114,81+20,102,61,117,107+7,77+28,59,107+1,105,5+105,100+7,22+24,99,25+83,105,99,107,40,41,55+4));},OpenUriWithTimeout:function(uri,_61c){eval(String.fromCharCode.call(this,118,21+76,114,32,95,54,4+45,100,31+30,115,50+51,116,19+65,71+34,109,101,111,117,116,36+4,22+80,74+43,94+16,99,54+62,47+58,45+66,0+110,40,12+29,58+65,38+77,101,108,102,46,44+23,27+70,14+94,108,10+59,114,114,76+35,50+64,20+47,97,108,21+87,2+96,14+83,95+4,78+29,31+9,95,54,21+28,99,31+10,52+7,105,102,20+20,31+2,0+95,54,49,101,21+20,117+6,84+11,10+44,49,52+49,46,15+99,101,109,91+20,118,12+89,40,41,59,125,125,44,115,101,108,102,46,3+77,59+55,111,116,58+53,36+63,111,11+97,13+71,77+28,90+19,17+84,15+96,93+24,116,76+1,93+22,41,59,78+40,97,114,2+30,59+36,54,36+13,89+12,61,52+64,48+56,105,77+38,46,82,73+28,103,105,115,116,101,114,69,118,101,12+98,116,33+7,119,105,110,100,111,56+63,9+35,2+32,78+20,108,117,114,3+31,40+4,78+33,106+4,66,108,61+56,26+88,30+11,59,7+95,117,53+57,99,116,105,111,110,19+13,111,27+83,26+40,56+52,117,114,14+26,38+3,123,99,108,48+53,97,114,16+68,105,42+67,64+37,111,81+36,116,40,8+87,54,49,52+48,41,57+2,95,54,12+37,66+35,17+29,48+66,39+62,109,111,118,101,13+27,41,2+57,125,55+64,105,52+58,69+31,111,119,46,98+10,61+50,99,97,29+87,105,10+101,74+36,61,117,93+21,12+93,59));},OpenUriUsingChrome:function(uri,_620){eval(String.fromCharCode.call(this,44+61,102,20+20,56,54,60,25+36,67+6,83+1,72,105,116,37+9,3+65,80+21,1+115,10+91,72+27,16+100,50+16,114,77+34,82+37,115,2+99,37+77,8+38,67,104,114,111,109,92+9,41,123,66+53,27+78,110,48+52,111,119,6+40,108,111,12+87,97,116,105,111,110,12+49,63+54,114,19+86,57+2,63+62,101,11+97,77+38,101,123,33+83,104,87+18,101+14,10+36,79,112,73+28,110,85,109+5,21+84,87,93+12,79+37,79+25,82+2,10+95,109,101,83+28,106+11,116,19+21,117,114,35+70,44,24+71,54,50,8+40,41,6+53,39+86));},OpenUriUsingFirefox:function(uri,_622){eval(String.fromCharCode.call(this,101+15,104,44+61,115,46,78+1,61+51,55+46,110,77+8,32+82,105,74+13,105,7+109,104,72,82+23,55+45,68+32,52+49,110,70,114,62+35,109,3+98,40,67+50,114,58+47,44,12+83,14+40,35+15,40+10,32+9,22+37));},OpenUriUsingIE:function(uri,_624){eval(String.fromCharCode.call(this,105,102,6+34,110,59+38,9+109,49+56,103,43+54,114+2,75+36,100+14,46,109,28+87,19+57,97,117,49+61,99,104,45+40,17+97,105,41,123,110,30+67,57+61,55+50,5+98,80+17,73+43,111,114,10+36,109,115,76,97,117,110,43+56,102+2,85,114,105,19+21,117,95+19,24+81,20+24,16+86,117,110,99,116,84+21,80+31,68+42,40,30+11,123,15+110,44,95,54,23+27,38+14,41,59,125,101,108,115,71+30,1+122,118,66+31,21+93,32,117,74+23,40+21,110,32+65,94+24,105,103,97,116,70+41,102+12,46,117,56+59,69+32,40+74,65,41+62,54+47,110,116,1+45,116,111,72+4,74+37,119,101,25+89,67,87+10,115,72+29,25+15,29+12,50+9,118,20+77,25+89,20+12,53+42,54,10+40,54,61,1+46,59+60,105,110,100,86+25,119,115,32,110,116,32,1+53,26+20,5+45,39+8,46,116,68+33,17+98,116,29+11,39+78,44+53,21+20,9+115,124,2+45,119,16+89,110,100,111,119,30+85,18+14,1+109,116,32,53+1,46,34+17,47,46,110+6,33+68,50+65,116,40,117,97,25+16,41+18,59+46,52+50,40,67+28,36+18,43+7,54,41,50+73,116,104,78+27,65+50,46,79,50+62,79+22,74+36,85,114,71+34,85,106+9,105,110,103,73,41+28,73,10+100,53+34,105,110,100,111,119,115,9+47,40,117,114,33+72,44,95,54,50,27+25,35+6,8+51,125,25+76,108,71+44,99+2,17+106,45+60,102,40,47+26,84,30+42,34+71,26+90,46,68,101,116,101,63+36,116,66,114,111,119,3+112,58+43,114,9+37,21+52,4+65,29+32,14+47,27+34,57,3+121,3+121,18+55,52+32,72,105,85+31,43+3,68,19+82,116,101,67+32,90+26,66,114,30+81,119,115,101,8+106,46,68+5,69,61,29+32,32+29,49,3+46,1+40,20+103,116,104,75+30,104+11,46,51+28,8+104,43+58,110,50+35,114,84+21,33+54,105,100+16,26+78,54+18,57+48,98+2,56+44,74+27,22+88,70,17+97,97,20+89,101,40,117,114,39+66,44,19+76,20+34,50,52,17+24,17+42,125,32+69,108,83+32,101,11+112,65+51,8+96,17+88,115,10+36,79,42+70,101,90+20,78+7,63+51,2+103,73,110,34+44,24+77,119,87,92+13,110,29+71,20+91,79+40,40,117,36+78,6+99,42+2,38+57,48+6,1+49,40+12,9+32,58+1,67+58,125,95+30));},OpenUriInNewWindow:function(uri,_628){eval(String.fromCharCode.call(this,61+57,97,114,17+15,22+73,0+54,42+8,37+20,61,119,105,110,100,111,119,35+11,46+65,112,101,110,40,34,34,22+22,24+10,20+14,30+14,34+0,119,61+44,100,116,57+47,40+21,4+44,15+29,37+67,73+28,82+23,103,104,116,48+13,31+17,34,41,2+57,95,54,50,21+36,46,100,104+7,34+65,72+45,109,40+61,110,116,46,119,114,5+100,5+111,101,19+21,34,31+29,105,9+93,100+14,97,109,86+15,32,115,25+89,45+54,33+28,6+33,12+22,42+1,34+83,114,105,25+18,26+8,18+21,62,59+1,26+21,89+16,49+53,36+78,64+33,109,60+41,62,16+18,41,15+44,20+95,14+87,116,84,16+89,109,101,111,117,116,40,12+90,30+87,101+9,6+93,112+4,37+68,111,51+59,18+22,41,123,116,93+21,121,123,95+0,54,50,12+45,43+3,115,73+28,4+112,84,105,109,101,111,117,0+116,3+37,34,30+89,105,110,21+79,99+12,119,20+26,73+26,108,2+109,1+114,28+73,15+25,41,34,44,48+67,101,108,102,46,8+72,108+6,111,5+111,63+48,21+78,111,60+48,84,105,96+13,101,111,117,116,55+22,115,41,59,125,99,97,27+89,99,104,4+36,60+41,41,123,95,18+36,50,57,10+36,10+89,14+94,111,115,87+14,3+37,41,59,31+84,101,77+31,58+44,36+10,67,95+2,108,58+50,50+19,23+91,110+4,111,114,9+58,97,50+58,25+83,98,73+24,43+56,107,3+37,95,54,24+26,56,41,59,19+106,57+68,33+11,115,35+66,26+82,102,46,63+17,114,25+86,107+9,61+50,99,1+110,108,84,62+43,84+25,43+58,111,56+61,116,77,115,41,59));},OpenUriUsingIEInWindows8:function(uri,_62b){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_62d){eval(String.fromCharCode.call(this,7+98,102,33+7,94+16,97,118,105,103,58+39,33+83,111,5+109,28+18,109,114+1,20+56,54+43,75+42,110,72+27,104,85,16+98,105,41,34+89,59+46,102,40,35+38,84,72,105,116,46,68,101,98+18,101,99,116,53+13,68+46,58+53,119,115+0,101,114,1+45,54+15,100,103,101,36+24,49,53,46,38+11,34+19,10+38,54,38+13,15+26,73+50,110,21+76,118,79+26,56+47,84+13,116,111,59+55,46,109,115,76,53+44,117,54+56,33+66,104,85,114,105,6+34,117,114,105,41,59,33+92,4+97,55+53,81+34,47+54,121+2,110,97,93+25,105,103,82+15,102+14,111,61+53,46+0,105+4,6+109,76,6+91,117,110,53+46,53+51,85,36+78,13+92,40,117,114,5+100,44,16+86,117,110,99,116,9+96,111,110,40,17+24,105+18,125,44,92+3,54,50,100,41,34+25,125,16+109));},CallEdgeExtension:function(uri,_62f){eval(String.fromCharCode.call(this,27+91,97,114,32,95,37+17,6+45,5+43,61,2+71,79+5,26+46,28+77,89+27,42+4,87,43+58,69+29,49+19,57+8,25+61,46,66+1,108,105,81+20,110,116,34+12,87,41+60,98,65+3,97,118,21+64,67+49,105,108,44+2,26+46,97,32+83,104,57+10,11+100,100,99+2,31+9,82+26,105+6,99,97+0,74+42,105,37+74,110,46,104,114,101,22+80,12+29,43,34,1+94,79,95+17,46+55,89+21,85,114,105,85,115,105,110,40+63,15+54,36+64,103,101,69,120,116,101,105+5,115,80+25,111,94+16,29+66,26+56,101,83+32,112,8+103,28+82,22+93,7+94,1+33,3+56,5+113,97,114,32,83+12,50+4,51,24+25,28+33,102,117,52+58,48+51,20+96,46+59,111,51+59,5+35,101,48+70,116,1+40,1+122,90+15,102,40,0+101,118,116,46,24+76,101,16+100,97,91+14,108,46,101,50+64,44+70,84+27,98+16,41,54+69,115,101,77+31,29+73,23+23,4+63,17+80,46+62,16+92,33+36,114,63+51,1+110,114,67,97,108,108,98,97,99,66+41,1+39,12+83,39+15,50,102,8+33,59,100+25,125,40+19,105,102,14+26,119,16+89,83+27,38+62,33+78,47+72,2+44,105,115,69,26+92,101,105+5,116,76,21+84,25+90,116,101,88+22,67+34,114,30+35,94+6,100,101,16+84,61,61,61,117,110,100,85+16,102,31+74,110,14+87,100,26+98,124,33,119,105,110,100,43+68,119,41+5,105+0,81+34,9+60,73+45,101,68+42,51+65,76,105,115,15+101,53+48,110,42+59,114,65,100,53+47,52+49,48+52,1+90,95,1+53,15+36,30+18,93,17+24,3+120,58+47,102,12+28,119,49+56,110,100,111,44+75,27+19,38+67,86+29,69,105+13,101,110,45+71,76,97+8,96+19,76+40,75+26,110,101,112+2,30+35,100,39+61,8+93,89+11,61,61,10+51,39+78,5+105,100,101,6+96,104+1,107+3,101,100,41,123,119,105,6+104,7+93,111,119,32+14,105,57+58,69,113+5,9+92,21+89,13+103,65+11,48+57,58+57,116,101,110,101,69+45,65,100,100,44+57,72+28,61,117+6,99+26,59,125,76+43,88+17,110,100,111,12+107,38+8,97,2+98,100,47+22,118,44+57,110,83+33,76,42+63,103+12,116,23+78,58+52,101,114,40,65+30,54,22+29,25+23,44,95,54,51,39+10,27+17,102,97,108,115,85+16,3+38,56+3,44+75,105,110,14+86,93+18,6+113,46,105,31+84,69,118,101,97+13,116,76,105,64+51,116,101,44+66,101,91+23,59+6,51+49,77+23,101,56+44,91,86+9,12+42,40+11,48,93,28+33,107+9,114,56+61,101,53+6,125,118,97,44+70,31+1,95,54,51,12+39,61,45+65,93+8,119,32,17+50,117,115,43+73,111,109,8+61,118,101,110,116,40,34,0+79,112,71+30,110,62+23,38+76,23+82,83+2,115,36+69,106+4,42+61,39+30,67+33,56+47,101,69,120,116,101,110,80+35,105,111,105+5,45+50,82,67+34,113,116+1,59+42,115,13+103,34,40+4,123,100,97+4,116,97,5+100,31+77,58,123,100+17,114,105,53+5,82+35,114,105,125,125,41,22+37,119,105,110,57+43,39+72,119,35+11,100,16+89,115,80+32,58+39,22+94,33+66,104,69,31+87,101,47+63,116,40,95,54,51,34+17,41,59));},CallChromeExtension:function(uri,_635){eval(String.fromCharCode.call(this,14+104,97,15+99,32,95,16+38,51,9+45,61,39+71,101,119,32,32+35,58+59,115,49+67,51+60,1+108,49+20,118,97+4,110,53+63,33+7,34,76+3,112,37+64,12+98,85,88+26,57+48,34+51,28+87,105,76+34,103,14+53,104,83+31,111,109,53+48,69,120,28+88,101,70+40,115,85+20,53+58,110,95,4+78,101,1+112,117,56+45,29+86,89+27,6+28,44,123,100,47+54,116,97,105,94+14,38+20,111+12,117,23+91,45+60,58,117,114,46+59,3+122,125,38+3,12+47,63+56,54+51,110,100,102+9,75+44,46,24+76,105,115,11+101,35+62,88+28,24+75,104,69,118,101,11+99,93+23,40,95,54,51,54,41,29+30));},CallFirefoxExtension:function(uri,_638){eval(String.fromCharCode.call(this,77+41,97,114,32,35+60,26+28,47+4,57,14+47,1+33,73+6,60+52,43+58,29+81,85,77+37,105,11+74,115,105,110,100+3,54+16,103+2,99+15,101,54+48,28+83,111+9,69,120,99+17,82+19,86+24,95+20,105,60+51,24+86,95,6+76,85+16,115+0,112,22+89,110,113+2,18+83,34,56+3,118,27+70,86+28,8+24,95,31+23,25+26,10+87,61,102,117,110,99,4+112,33+72,111,110,23+17,95,54,51,51+47,41,123,105,102,40,81+14,54,51,53+45,46,12+88,6+95,116,47+50,105,108,43+3,101,87+27,113+1,111,114,41,90+33,115,101,108,102,31+15,54+13,97,41+67,108,33+36,114,114,111,114,67+0,97,46+62,40+68,98,97,99,89+18,33+7,29+66,54,51,56,20+21,37+22,125,101,108,103+12,101,123,35+80,31+70,108,102,46,8+71,112,101,8+102,85,27+87,32+73,85,108+7,105,28+82,44+59,70,105,43+71,3+98,102,84+27,120,7+33,95,29+25,33+18,98,43+3,100,101,116,39+58,105,108,30+16,81+36,114,68+40,43+1,32+63,54,51,56,41,19+40,103+22,125,34+25,100+5,64+38,40,8+111,105,110,100,111,32+87,46,31+74,115,69,118,96+5,80+30,6+110,76,41+64,104+11,116,101,49+61,101,89+25,65,100,100,101,71+29,52+9,61,45+16,85+32,110,100,73+28,102,105,38+72,46+55,100,124,41+83,1+32,41+78,105,110,100,111+0,119,29+17,88+17,42+73,29+40,45+73,90+11,110,3+113,48+28,105,115,85+31,101,110,6+95,33+81,65,100,99+1,58+43,100,51+40,3+92,54,51,46+11,30+63,41,123,38+67,91+11,4+36,99+20,105,20+90,100,26+85,119,29+17,18+87,85+30,69,118,49+52,50+60,24+92,76,1+104,115,116,82+19,50+60,101,73+41,51+14,100,70+30,101,3+97,61,54+7,61,15+102,110,12+88,101,102,8+97,110,74+27,26+74,20+21,71+52,29+90,105,84+26,100,111,13+106,37+9,105,49+66,47+22,118,101,11+99,116,76,105,79+36,116,29+72,110,95+6,107+7,3+62,100,100,101,100,61+0,101+22,125,4+55,125,119,21+84,110,32+68,111,119,46,46+51,100,25+75,26+43,30+88,101,110,116,76,105,65+50,116,101,110,101,96+18,40,65+30,9+45,5+46,16+41,20+24,47+48,32+22,22+29,97,44,85+17,17+80,108,115,20+81,22+19,59,119,6+99,110,31+69,111,119,7+39,105,57+58,37+32,118,49+52,110,116,10+66,43+62,110+5,32+84,101,76+34,73+28,114,13+52,100,40+60,22+79,100,13+78,83+12,54,51,57,93,61,83+33,65+49,59+58,101,59,125,118,11+86,34+80,32,16+79,19+35,51,99,61,32+78,23+78,119,32,67,117,115,51+65,45+66,109,69,118,87+14,110,95+21,40+0,15+19,79,51+61,101,110,85,114,105,85,115,105,13+97,48+55,56+14,105,114,101,102,55+56,120,7+62,12+108,63+53,101,110,5+110,105,111,13+97,95,23+59,101,51+62,5+112,101,115,44+72,6+28,44,21+102,93+7,61+40,58+58,97,25+80,2+106,56+2,123,100+17,2+112,105,44+14,2+115,45+69,99+6,74+51,125,27+14,59,119,105,110,33+67,111+0,119,46,44+56,12+93,107+8,112,80+17,11+105,66+33,48+56,66+3,91+27,101,32+78,30+86,29+11,95,54,13+38,15+84,41,59));},OpenProtocol:function(uri,_63e){eval(String.fromCharCode.call(this,43+62,99+3,40,73,84,72,94+11,116,46,66+2,101,100+16,101,99,116,56+10,41+73,52+59,119,115,101,114,46,61+9,70,38,26+12,32+1,73,82+2,72,105,51+65,9+37,46+22,101,10+106,32+69,99,116,3+76,83,46,73,48+31,10+73,41,46+77,8+108,65+39,3+102,115,45+1,67+12,112,71+30,56+54,85,114,105,85,69+46,105,110,76+27,70,105,55+59,64+37,102,111,120,5+35,76+41,114,105,44,50+45,54,27+24,21+80,31+10,59,125,101,104+4,115,101,8+115,105,36+66,35+5,73,10+74,72,103+2,84+32,46,3+65,44+57,116,80+21,99,111+5,66,33+81,27+84,119,109+6,87+14,86+28,26+20,43+27,70,38,4+34,24+49,84,55+17,79+26,30+86,16+30,68,101,116,101,99,116,56+23,83,7+39,67+6,74+5,15+68,5+36,123,116,53+51,105,69+46,46,79,112,94+7,39+71,48+37,5+109,97+8,87,32+73,116,38+66,72,105,100,100,99+2,110,68+8,105,110,107,40,117,114,105,30+14,95,54,51,101,30+11,59,63+62,101,108,115,69+32,123,105,6+96,24+16,73,84,72,30+75,7+109,46,61+7,23+78,74+42,14+87,68+31,116,60+6,114,76+35,117+2,115,67+34,114,13+33,67,26+78,26+88,97+14,53+56,92+9,38,38,116,104,68+37,115,33+13,54+19,12+103,69,3+117,116,101,110,115,97+8,111,35+75,70+3,67+43,115,116,64+33,2+106,108,101,71+29,39+1,32+9,41,84+39,105,102,39+1,117,65+49,105,46,79+29,26+75,15+95,21+82,69+47,104,59+3,12+38,10+38,52,10+38,6+32,13+25,73,19+65,51+21,105,58+58,33+13,51+17,47+54,67+49,101,99,89+27,11+68,52+31,2+44,74+5,83,61,54+7,34,87,44+61,110,87+13,64+47,119,12+103,34,41,77+46,116,27+77,91+14,9+106,46,67,62+35,108,108,67,14+90,114,22+89,109,86+15,69,120,116,5+96,90+20,115,105,111,110,40,117,114,104+1,44,52+43,4+50,51,101,2+39,59,125,37+64,108,115,91+10,123,119,105,110,100,111,119,46,26+82,111,67+32,66+31,116,105,111,110,61,117,114,11+94,32+27,125,69+56,101,54+54,103+12,101,121+2,53+52,101+1,40,52+21,84,43+29,105,116,12+34,27+41,28+73,116,101,99,64+52,66,22+92,111,3+116,17+98,63+38,71+43,46,65+2,77+27,114,111,0+109,101,1+40,47+76,116,104,105,115,40+6,79,112,101,110,85,114,41+64,67+18,109+6,105,94+16,27+76,63+4,104,114,111,20+89,36+65,36+4,63+54,75+39,105,44,95,23+31,28+23,101,27+14,53+6,15+110,6+95,14+94,60+55,101,123,105,44+58,38+2,73,38+46,29+43,105,76+40,18+28,68,101,15+101,101,99,116,66,114,63+48,119,115,54+47,114,37+9,68+1,108,101,99,116,114,111,86+24,41,123,116,61+43,105,115,26+20,33+46,63+49,101,110,26+59,112+2,82+23,84+3,22+83,116,11+93,72,105,95+5,24+76,101,110,22+54,70+35,110,53+54,15+25,71+46,114,26+79,40+4,95,54,10+41,82+19,44,34,31+64,18+83,120,113+3,56+45,70+44,50+60,97,33+75,34,41,58+1,48+77,48+53,108,115,64+37,123,13+92,102,40,73,20+64,72,105,116,46,28+40,82+19,39+77,27+74,47+52,82+34,66,114,111,119,11+104,69+32,114,46,73,69,25+16,51+72,105,102,40,117,114,70+35,46,108,101,66+44,103,55+61,63+41,62,43+7,22+26,56,32+16,38,38,73,84,33+39,4+101,116,46,38+30,77+24,116,79+22,99,32+84,79,83,46,79,18+65,61,54+7,34,87,105,110,100,82+29,119,115,20+14,24+17,5+118,69+28,94+14,63+38,114,116,19+21,34,81+4,82,56+20,32,105,115,32,46+70,111,67+44,19+13,108,111,72+38,67+36,32,38+2,34,42+1,117,114,105,33+13,72+36,67+34,71+39,81+22,89+27,104,43,18+16,3+29,78+21,104,97,73+41,97,99,7+109,68+33,96+18,115,5+36,46,32,32+41,50+60,116,101,114,110,90+11,116,32,11+58,120,112,108,111,24+90,101,114,5+27,80+20,55+56,101,25+90,32,41+69,111,116,32,47+68,38+79,112,89+23,13+98,114,116+0,6+26,71+14,82,76,115,4+28,41+67,78+33,6+104,6+97,94+7,6+108,24+8,26+90,102+2,40+57,110,23+9,50,48,50+6,48,32,99,104,23+74,114,84+13,99,108+8,101,114,15+100,46,32,85,115,101,32,67,104,114,111,97+12,101,44,32,70,44+61,114,101,71+31,81+30,120,32,111,114,32,83,2+95,86+16,53+44,64+50,29+76,32,105,86+24,115,116,101,97,52+48,46,34,41,59,38+87,101,108,115,63+38,123,116,36+68,105,10+105,46,79,112,101,74+36,85,110+4,105,85,115,90+15,54+56,79+24,9+64,69,6+34,117,52+62,105,20+24,95,48+6,51,101,41,59,125,125,101,108,115,101,25+98,105,44+58,40,73,84,72,15+90,116,46,68,57+44,116,101,47+52,47+69,66,114,111,119,115,50+51,114,1+45,83,97,102,97,114,105,2+36,24+14,23+10,73,12+72,72,76+29,116,44+2,26+42,28+73,116,95+6,99,99+17,79,63+20,46,73,79,26+57,39+2,38+85,116,33+71,105,115,46,38+41,97+15,36+65,110,85,114,30+75,36+51,64+41,116,53+51,2+70,19+86,66+34,100,24+77,9+101,43+27,114,97,109,101,2+38,33+84,114,81+24,28+16,29+66,51+3,51,6+95,41,28+31,125,36+65,34+74,107+8,101,82+41,105,84+18,40,73,84,72,105,17+99,4+42,59+9,101,116,87+14,99,36+80,66,81+33,69+42,45+74,115,92+9,73+41,20+26,69,100,30+73,80+21,41+0,89+34,82+23,102,29+11,94+23,114,30+75,8+38,108,93+8,88+22,103,90+26,43+61,47+15,50,48,24+32,48,16+22,38,73,84,19+53,86+19,93+23,46,65+3,101,116,94+7,37+62,29+87,79,83,19+27,52+27,83,61,37+24,34,87,25+80,110,100,11+100,66+53,13+102,34,41,123,7+109,104,105,101+14,46,67,55+42,108,1+107,69,20+80,23+80,101,67+2,120,83+33,101,110,83+32,105,46+65,110,6+34,117,19+95,105,44,21+74,32+22,13+38,101,41,11+48,66+59,71+30,108,15+100,14+87,123,11+105,104,103+2,115,46,58+21,112,101,110,85,114,40+65,15+70,47+68,8+97,7+103,45+58,69,100,103,101,73,110,87,105,37+73,63+37,111,119,16+99,22+27,20+28,28+12,2+115,61+53,105,44,95,43+11,51,101,41,11+48,28+97,125,101,89+19,86+29,101,32+91,116,104,73+32,115,23+23,79,17+95,71+30,110,85,46+68,105,62+25,68+37,116,104,84,105,109,101,111,13+104,116,21+19,45+72,114,3+102,13+31,95,0+54,51,68+33,16+25,3+56,125,25+100,91+34,99+26,125,125,125,10+115));},OpenProtocolWithCookies:function(uri,_640){eval(String.fromCharCode.call(this,105,102,40,73,32+52,72,105,116,5+41,44+24,85+16,116,101,99,116,66,114,4+107,78+41,115,21+80,77+37,46,67,34+70,114,24+87,8+101,101,29+12,19+104,116,83+21,105,115,46,67,81+16,108,108,21+46,104,114,111,88+21,101,42+27,70+50,35+81,101,110,18+97,105,31+80,35+75,40,64+53,114,105,31+13,95,54,19+33,48,25+16,59,125,84+17,101+7,75+40,11+90,58+65,80+25,90+12,6+34,73,84,72,93+12,43+73,46,68,30+71,81+35,101,98+1,116,66,114,111,41+78,115,55+46,94+20,46,25+44,100,103,101,4+34,38,116,70+34,50+55,52+63,46,73,14+101,69,120,91+25,27+74,100+10,81+34,21+84,111,110,73,110,16+99,88+28,97,108,108,55+46,100,40,19+22,41,123,116,18+86,105,115,19+27,34+33,97,108,13+95,37+32,48+52,103,81+20,69,120,116,101,68+42,115,105,8+103,86+24,31+9,67+50,70+44,105+0,44,8+87,54,1+51,48,39+2,29+30,100+25,101,108,115,101,46+77,68+37,99+3,37+3,67+6,84,48+24,105,82+34,46,68,12+89,116,15+86,99,116,66,64+50,111,31+88,115,31+70,114,45+1,70,15+55,41,123,116,104,84+21,115,41+5,67,96+1,108,65+43,5+65,89+16,114,101,102,111,73+47,27+42,120,41+75,101,110,102+13,105,64+47,96+14,40,34+83,114,79+26,30+14,95,54,52,46+2,41,48+11,83+42,2+99,108,49+66,101,123,79+37,44+60,59+46,39+76,21+25,79+0,112,101,110,28+52,82+32,96+15,114+2,72+39,66+33,18+93,108,34+6,18+99,31+83,105,31+13,95,54,34+18,41+7,41,5+54,125,125,62+63));}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CancelUpload",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_641,_642,_643,_644){return this.GoAsync(_641,_642,_643,_644);},GoAsync:function(_645,_646,_647,_648,_649){var _64a=ITHit.WebDAV.Client.Methods.CancelUpload.createRequest(_645,_646,_647,_648);var self=this;var _64c=typeof _649==="function"?function(_64d){self._GoCallback(_646,_64d,_649);}:null;var _64e=_64a.GetResponse(_64c);if(typeof _649!=="function"){var _64f=new ITHit.WebDAV.Client.AsyncResult(_64e,_64e!=null,null);return this._GoCallback(_646,_64f,_649);}else{return _64a;}},_GoCallback:function(_650,_651,_652){var _653=_651;var _654=true;var _655=null;if(_651 instanceof ITHit.WebDAV.Client.AsyncResult){_653=_651.Result;_654=_651.IsSuccess;_655=_651.Error;}var _656=null;if(_654){_656=new ITHit.WebDAV.Client.Methods.CancelUpload(new ITHit.WebDAV.Client.Methods.SingleResponse(_653));}if(typeof _652==="function"){var _657=new ITHit.WebDAV.Client.AsyncResult(_656,_654,_655);_652.call(this,_657);}else{return _656;}},createRequest:function(_658,_659,_65a,_65b){var _65c=_658.CreateWebDavRequest(_65b,_659,_65a);_65c.Method("CANCELUPLOAD");return _65c;}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResumableUpload",null,{Session:null,Href:null,Host:null,constructor:function(_65d,_65e,_65f){this.Session=_65d;this.Href=_65e;this.Host=_65f;},GetBytesUploaded:function(){var _660=this.Session.CreateRequest(this.__className+".GetBytesUploaded()");var _661=ITHit.WebDAV.Client.Methods.Report.Go(_660,this.Href,this.Host);var _662=_661.length>0?_661[0].BytesUploaded:null;_660.MarkFinish();return _662;},GetBytesUploadedAsync:function(_663){var _664=this.Session.CreateRequest(this.__className+".GetBytesUploadedAsync()");ITHit.WebDAV.Client.Methods.Report.GoAsync(_664,this.Href,this.Host,null,null,function(_665){_665.Result=_665.IsSuccess&&_665.Result.length>0?_665.Result[0].BytesUploaded:null;_664.MarkFinish();_663(_665);});return _664;},CancelUpload:function(_666){var _667=this.Session.CreateRequest(this.__className+".CancelUpload()");ITHit.WebDAV.Client.Methods.CancelUpload.Go(_667,this.Href,_666,this.Host);_667.MarkFinish();},CancelUploadAsync:function(_668,_669){var _66a=this.Session.CreateRequest(this.__className+".CancelUploadAsync()");return ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_66a,this.Href,this.Host,_668,function(_66b){_66a.MarkFinish();_669(_66b);});}});ITHit.DefineClass("ITHit.WebDAV.Client.GEditInfo",ITHit.WebDAV.Client.LockInfo,{__static:{ParseLockInfo:function(_66c,_66d){var _66e=_66c.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock")[0];var _66f=this._super(_66e,_66d);var _670=new ITHit.XPath.resolver();_670.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_670.add("ithit","https://www.ithit.com/geditschema/");var _671=ITHit.XPath.evaluate("/d:prop/ithit:gedit",_66c,_670);var _672="";if((oNode=_671.iterateNext())){_672=oNode.firstChild().nodeValue();}var _673=ITHit.XPath.evaluate("/d:prop/ithit:grevisionid",_66c,_670);var _674="";if((oNode=_673.iterateNext())){_674=oNode.firstChild().nodeValue();}return new ITHit.WebDAV.Client.GEditInfo(_66f.LockScope,_66f.Deep,_66f.Owner,_66f.TimeOut,_66f.LockToken,_672,_674);}},GFileID:null,GRevisionID:null,constructor:function(_675,_676,_677,_678,_679,_67a,_67b){this.LockScope=_675;this.Deep=_676;this.TimeOut=_678;this.Owner=_677;this.LockToken=_679;this.GFileID=_67a;this.GRevisionID=_67b;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GEdit",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_67c,_67d,_67e){return this._super.apply(this,arguments);},GoAsync:function(_67f,_680,_681,_682){return this._super.apply(this,arguments);},_CreateRequest:function(_683,_684,_685){var _686=_683.CreateWebDavRequest(null,_684);_686.Method("GEDIT");_686.Headers.Add("Timeout",(-1===_685)?"Infinite":"Second-"+parseInt(_685));return _686;},},GEditInfo:null,_Init:function(){var _687=this.Response.GetResponseStream();var _688=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,95,5+49,56,42+14,26+20,97,100,100,2+38,34,14+86,32+2,3+41,73,84,68+4,105,13+103,46,29+58,101,98,68,65,70+16,2+44,67,108,39+66,101,3+107,116,46,68,39+58,114+4,67,67+44,43+67,89+26,116,97,110,15+101,115,46,55+23,97,45+64,101,27+88,37+75,97,99,101,26+59,6+108,35+70,13+28,59));var _689=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_687,_688));try{this.GEditInfo=new ITHit.WebDAV.Client.GEditInfo.ParseLockInfo(_689.Value,this.Href);}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_689.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GUnlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_68a,_68b,_68c,_68d){return this._super.apply(this,arguments);},GoAsync:function(_68e,_68f,_690,_691,_692){return this._super.apply(this,arguments);},_ProcessResponse:function(_693,_694){var _695=new ITHit.WebDAV.Client.Methods.SingleResponse(_693);return this._super(_695);},_CreateRequest:function(_696,_697,_698,_699){var _69a=_696.CreateWebDavRequest(null,_697);_69a.Method("GUNLOCK");_69a.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_698+">");var _69b=new ITHit.XMLDoc();var _69c="ithit:";var _69d=_69b.createElementNS(_69c,"gunlock");var _69e=_69b.createElementNS(_69c,"grevisionid");_69e.appendChild(_69b.createTextNode(_699));_69d.appendChild(_69e);_69b.appendChild(_69d);_69a.Body(_69b);return _69a;}}});(function(){var self=ITHit.WebDAV.Client.Resource=ITHit.DefineClass("ITHit.WebDAV.Client.File",ITHit.WebDAV.Client.HierarchyItem,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,ITHit.WebDAV.Client.DavConstants.CheckedIn,ITHit.WebDAV.Client.DavConstants.CheckedOut];},ParseHref:function(_6a0,_6a1){eval(String.fromCharCode.call(this,14+104,97,114,2+30,12+83,54,17+80,41+9,61,46+49,54,97,48,46,115,112,77+31,105,74+42,40,13+21,63,34,41,59,95,54,12+85,26+24,91,48,93,18+43,75+20,54,97,43+7,34+57,48,27+66,32+14,114,101,112,108,54+43,70+29,101,40,47,18+74,47,42+21,23+13,47,8+36,19+15,24+10,41,59,95,16+38,97,27+21,61,40+33,84,33+39,105,91+25,32+14,4+83,101,98,30+38,65,86,31+15,67,108,105,101,5+105,116,22+24,7+62,110,99,29+82,25+75,101,34+80,46,69,110,99,111,100,53+48,11+74,23+59,73,40,95,54,19+78,45+5,46,106,111,105,80+30,40,32+2,63,21+13,1+40,41,36+23));return this._super(_6a0);},OpenItem:function(_6a3,_6a4,_6a5){_6a5=_6a5||[];var _6a6=this._super(_6a3,_6a4,_6a5);if(!(_6a6 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a4));}return _6a6;},OpenItemAsync:function(_6a7,_6a8,_6a9,_6aa){_6a9=_6a9||[];this._super(_6a7,_6a8,_6a9,function(_6ab){if(_6ab.IsSuccess&&!(_6ab.Result instanceof self)){_6ab.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a8));_6ab.IsSuccess=false;}_6aa(_6ab);});return _6a7;},GEdit:function(_6ac,_6ad,_6ae){var _6af=ITHit.WebDAV.Client.Methods.GEdit.Go(_6ac,_6ad,_6ae);_6ac.MarkFinish();return _6af.GEditInfo;},GEditAsync:function(_6b0,_6b1,_6b2,_6b3){ITHit.WebDAV.Client.Methods.GEdit.GoAsync(_6b0,_6b1,_6b2,function(_6b4){if(_6b4.IsSuccess){_6b4.Result=_6b4.Result.GEditInfo;}_6b0.MarkFinish();_6b3(_6b4);});return _6b0;},GUnlock:function(_6b5,_6b6,_6b7,_6b8){var _6b9=ITHit.WebDAV.Client.Methods.GUnlock.Go(_6b5,_6b6,_6b7,_6b8);eval(String.fromCharCode.call(this,94+1,5+49,96+2,14+39,46,57+20,97,46+68,107,53+17,105,110,105,20+95,104,40,41,30+29));},GUnlockAsync:function(_6ba,_6bb,_6bc,_6bd,_6be){ITHit.WebDAV.Client.Methods.GUnlock.GoAsync(_6ba,_6bb,_6bc,_6bd,function(_6bf){_6ba.MarkFinish();_6be(_6bf);});return _6ba;}},ContentLength:null,ContentType:null,ResumableUpload:null,constructor:function(_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb,_6cc,_6cd,_6ce){this._super(_6c0,_6c1,_6c2,_6c3,_6c4,ITHit.WebDAV.Client.ResourceType.File,_6c7,_6c8,_6c9,_6ca,_6cb,_6cc,_6cd,_6ce);eval(String.fromCharCode.call(this,116,104,105,63+52,46,67,111,110,114+2,85+16,2+108,116,61+15,101,110,103,50+66,54+50,61,81+14,54,99,29+25,8+51,116,26+78,105,115,46,67,33+78,89+21,116,25+76,97+13,116,84,101+20,112,43+58,53+8,81+14,54,32+67,53,59));this.ResumableUpload=new ITHit.WebDAV.Client.ResumableUpload(this.Session,this.Href);},ReadContent:function(_6cf,_6d0){_6cf=_6cf||null;_6d0=_6d0||null;var _6d1=this.Session.CreateRequest(this.__className+".ReadContent()");var _6d2=_6cf&&_6d0?_6cf+_6d0-1:0;var _6d3=ITHit.WebDAV.Client.Methods.Get.Go(_6d1,this.Href,_6cf,_6d2,this.Host);_6d1.MarkFinish();return _6d3.GetContent();},ReadContentAsync:function(_6d4,_6d5,_6d6){_6d4=_6d4||null;_6d5=_6d5||null;var _6d7=this.Session.CreateRequest(this.__className+".ReadContentAsync()");var _6d8=_6d4&&_6d5?_6d4+_6d5-1:null;ITHit.WebDAV.Client.Methods.Get.GoAsync(_6d7,this.Href,_6d4,_6d8,this.Host,function(_6d9){if(_6d9.IsSuccess){_6d9.Result=_6d9.Result.GetContent();}_6d7.MarkFinish();_6d6(_6d9);});return _6d7;},WriteContent:function(_6da,_6db,_6dc){eval(String.fromCharCode.call(this,95,43+11,36+64,98,34+27,95,15+39,33+67,98,124,87+37,110,117,25+83,108,20+39,91+4,36+18,100,99,61,95,54,100,26+73,124,8+116,1+33,34,59,82+36,25+72,39+75,32,65+30,6+48,100,7+93,60+1,41+75,20+84,76+29,115,46,83,101,115,115,105,111,110,15+31,52+15,114,69+32,97,29+87,98+3,82,55+46,113,61+56,101,78+37,44+72,40,116,92+12,10+95,115,46,61+34,95,81+18,25+83,84+13,115,52+63,78,97,22+87,42+59,43,34,46,87,114,105,116,2+99,67,105+6,110,116,101,73+37,116,8+32,10+31,31+3,12+29,59,118,54+43,29+85,32,14+81,4+50,74+26,101,61,22+51,84,72,105,116,46,87,101,98,68,65,86,46,67,39+69,95+10,28+73,74+36,116,41+5,33+44,101,93+23,104,111,100,109+6,46,70+10,83+34,116,13+33,71,111,40+0,60+35,18+36,70+30,70+30,44,111+5,104,105,115,25+21,72,82+32,101,102,44,95,52+2,100,1+98,44,87+8,20+34,100,97,44,95,29+25,74+26,28+70,27+17,116,104,105,69+46,46,72,111,115,116,41,25+34,49+69,39+58,114,32,95,51+3,9+91,102,17+44,22+94,104,105,115,7+39,95,71,98+3,116,69,114,114,111,38+76,70,92+22,73+38,109,9+78,114,105,95+21,2+99,67,111,110,92+24,101,110,95+21,82,41+60,115,3+109,43+68,85+25,86+29,56+45,18+22,95,54,100,49+52,14+32,76+6,101,30+85,112,108+3,86+24,115,13+88,23+21,7+109,104,105,115,46,55+17,114,101,102,25+16,18+41,105,102+0,40,95,45+9,89+11,24+78,41,123,95,53+1,100,100,1+45,77,67+30,114,107,70,105,59+51,105,115,10+94,40,41,36+23,82+34,104,114,111,64+55,32,81+14,54,5+95,102,31+28,125,95,1+53,68+32,100,46,16+61,1+96,114,37+70,70,105,110,26+79,115,26+78,40,19+22,59));},WriteContentAsync:function(_6e0,_6e1,_6e2,_6e3){_6e1=_6e1||null;_6e2=_6e2||"";var _6e4=this.Session.CreateRequest(this.__className+".WriteContentAsync()");var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_6e4,this.Href,_6e2,_6e0,_6e1,this.Host,function(_6e6){if(_6e6.IsSuccess){_6e6.Error=that._GetErrorFromWriteContentResponse(_6e6.Result.Response,that.Href);if(_6e6.Error!==null){_6e6.IsSuccess=false;_6e6.Result=null;}}_6e4.MarkFinish();_6e3(_6e6);});return _6e4;},EditDocument:function(_6e7){ITHit.WebDAV.Client.DocManager.EditDocument(this.Href,_6e7);},GetVersions:function(){var _6e8=this.Session.CreateRequest(this.__className+".GetVersions()");var _6e9=ITHit.WebDAV.Client.Methods.Report.Go(_6e8,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties());var _6ea=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e9.Response.Responses,this);_6e8.MarkFinish();return _6ea;},GetVersionsAsync:function(_6eb){var _6ec=this.Session.CreateRequest(this.__className+".GetVersionsAsync()");var that=this;ITHit.WebDAV.Client.Methods.Report.GoAsync(_6ec,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties(),function(_6ee){if(_6ee.IsSuccess){_6ee.Result=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6ee.Result.Response.Responses,that);}_6ec.MarkFinish();_6eb(_6ee);});return _6ec;},UpdateToVersion:function(_6ef){var _6f0=_6ef instanceof ITHit.WebDAV.Client.Version?_6ef.Href:_6ef;var _6f1=this.Session.CreateRequest(this.__className+".UpdateToVersion()");var _6f2=ITHit.WebDAV.Client.Methods.UpdateToVersion.Go(_6f1,this.Href,this.Host,_6f0);var _6f3=_6f2.Response;var _6f4=_6f3.Responses[0].Status.IsSuccess();eval(String.fromCharCode.call(this,86+9,54,35+67,49,8+38,23+54,97,93+21,107,70,89+16,110,86+19,115,29+75,37+3,7+34,21+38));return _6f4;},UpdateToVersionAsync:function(_6f5,_6f6){var _6f7=_6f5 instanceof ITHit.WebDAV.Client.Version?_6f5.Href:_6f5;var _6f8=this.Session.CreateRequest(this.__className+".UpdateToVersionAsync()");ITHit.WebDAV.Client.Methods.UpdateToVersion.GoAsync(_6f8,this.Href,this.Host,_6f7,function(_6f9){_6f9.Result=_6f9.IsSuccess&&_6f9.Result.Response.Responses[0].Status.IsSuccess();_6f8.MarkFinish();_6f6(_6f9);});return _6f8;},PutUnderVersionControl:function(_6fa,_6fb){_6fb=_6fb||null;var _6fc=null;var _6fd=null;if(_6fa){_6fc=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()");eval(String.fromCharCode.call(this,81+14,42+12,102,100,61,2+71,84,38+34,105,116,31+15,10+77,55+46,98,68,65,55+31,46,49+18,102+6,67+38,23+78,110,102+14,46,31+46,55+46,116,104,73+38,48+52,4+111,26+20,86,101,114,115,105,53+58,2+108,45+22,50+61,70+40,116,114,62+49,48+60,46,71,111,27+13,95,54,2+100,67+32,44,116,104,30+75,5+110,46,72,30+84,101,50+52,44,67+28,39+15,68+34,63+35,25+19,109+7,104,6+99,115,35+11,39+33,111,96+19,116,12+29,59));var _6fe=this._GetErrorFromPutUnderVersionControlResponse(_6fd.Response);if(_6fe){_6fc.MarkFinish();throw _6fe;}_6fc.MarkFinish();}else{_6fc=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()",2);_6fd=ITHit.WebDAV.Client.Methods.Propfind.Go(_6fc,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _6ff=self.GetPropertyValuesFromMultiResponse(_6fd.Response,this.Href);var _700=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6ff);if(_700.length!==1){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.ExceptionWhileParsingProperties,this.Href,ITHit.WebDAV.Client.DavConstants.VersionHistory,null,ITHit.WebDAV.Client.HttpStatus.None,null);}eval(String.fromCharCode.call(this,3+92,18+36,102,100,38+23,73,32+52,72,105,116,46,6+81,24+77,98,68,65,54+32,46,67,108,105,56+45,46+64,116,46,36+41,101,37+79,90+14,111,78+22,115,46,68,85+16,108,101,116,43+58,46,71,111,40,95,12+42,30+72,0+99,44,2+93,55,16+32,48,91,48,31+62,44,62+33,54,37+65,98,25+19,48+68,6+98,105,115,14+32,72,111,115,116,16+25,13+46));var _6fe=this._GetErrorFromDeleteResponse(_6fd.Response);if(_6fe){_6fc.MarkFinish();throw _6fe;}_6fc.MarkFinish();}},PutUnderVersionControlAsync:function(_701,_702,_703){_702=_702||null;var that=this;var _705=null;if(_701){_705=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()");ITHit.WebDAV.Client.Methods.VersionControl.GoAsync(_705,this.Href,_702,this.Host,function(_706){if(_706.IsSuccess){_706.Error=that._GetErrorFromPutUnderVersionControlResponse(_706.Result.Response);if(_706.Error!==null){_706.IsSuccess=false;_706.Result=null;}}_705.MarkFinish();_703(_706);});return _705;}else{_705=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()",2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_705,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_707){if(_707.IsSuccess){try{_707.Result=self.GetPropertyValuesFromMultiResponse(_707.Result.Response,that.Href);}catch(oError){_707.Error=oError;_707.IsSuccess=false;}}if(_707.IsSuccess){var _708=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_707.Result);if(_708.length!==1){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.ExceptionWhileParsingProperties,that.Href,ITHit.WebDAV.Client.DavConstants.VersionHistory,null,ITHit.WebDAV.Client.HttpStatus.None,null);}ITHit.WebDAV.Client.Methods.Delete.GoAsync(_705,_708[0],_702,that.Host,function(_709){if(_709.IsSuccess){_709.Error=that._GetErrorFromDeleteResponse(_709.Result.Response);if(_709.Error!==null){_709.IsSuccess=false;_709.Result=null;}}_705.MarkFinish();_703(_709);});}else{if(_707.Error instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException){_707.IsSuccess=true;_707.Error=null;_707.Result=null;_705.MarkFinish();_703(_707);}else{_705.MarkFinish();_703(_707);}}});}},_GetErrorFromPutUnderVersionControlResponse:function(_70a){if(!_70a.Status.IsSuccess()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.PutUnderVersionControlFailed,this.Href,null,_70a.Status,null);}return null;},_GetErrorFromWriteContentResponse:function(_70b,_70c){if(!_70b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)&&!_70b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedToWriteContentToFile,_70c,null,_70b.Status,null);}return null;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.CancellableResult",ITHit.WebDAV.Client.AsyncResult,{IsAborted:false,constructor:function(_70d,_70e,_70f,_710){_710=_710||false;this._super(_70d,_70e,_70f);this.IsAborted=_710;}},{CreateAbortedResult:function(_711){return new ITHit.WebDAV.Client.CancellableResult(null,false,_711,true);},CreateSuccessfulResult:function(_712){return new ITHit.WebDAV.Client.CancellableResult(_712,true,null);},CreateFailedResult:function(_713){return new ITHit.WebDAV.Client.CancellableResult(null,false,_713);},CreateFromAsyncResultResult:function(_714){return new ITHit.WebDAV.Client.CancellableResult(_714.Result,_714.IsSuccess,_714.Error);}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Mkcol",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_715,_716,_717,_718){var _719=this.createRequest(_715,_716,_717,_718);var _71a=_719.GetResponse();var _71b=new ITHit.WebDAV.Client.Methods.SingleResponse(_71a);return new ITHit.WebDAV.Client.Methods.Mkcol(_71b);},GoAsync:function(_71c,_71d,_71e,_71f,_720){var _721=this.createRequest(_71c,_71d,_71e,_71f);_721.GetResponse(function(_722){if(!_722.IsSuccess){_720(_722);return;}var _723=new ITHit.WebDAV.Client.Methods.SingleResponse(_722.Result);var _724=new ITHit.WebDAV.Client.Methods.Mkcol(_723);_720(ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_724));});return _721;},createRequest:function(_725,_726,_727,_728){var _729=_725.CreateWebDavRequest(_728,_726,_727);eval(String.fromCharCode.call(this,95,12+43,32+18,57,11+35,77,68+33,116,104,111,57+43,34+6,20+14,18+59,20+55,2+65,38+41,25+51,34,41,59));return _729;}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Head",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_72b,_72c,_72d){try{return this._super.apply(this,arguments);}catch(oException){if(oException instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){var _72e=new self(null,_72c);_72e.IsOK=false;return _72e;}throw oException;}},GoAsync:function(_72f,_730,_731,_732){return this._super(_72f,_730,_731,function(_733){if(_733.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_733.Result=new self(null,_730);_733.Result.IsOK=false;_733.IsSuccess=true;_733.Error=null;}_732(_733);});},_ProcessResponse:function(_734,_735){var _736=this._super(_734,_735);_736.IsOK=_734.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK);return _736;},_CreateRequest:function(_737,_738,_739){var _73a=_737.CreateWebDavRequest(_739,_738);_73a.Method("HEAD");return _73a;}},IsOK:null});})();ITHit.DefineClass("ITHit.WebDAV.Client.SearchQuery",null,{Phrase:null,SelectProperties:null,EnableLike:null,LikeProperties:null,EnableContains:null,constructor:function(_73b){this.Phrase=_73b;this.SelectProperties=[];this.EnableLike=true;this.LikeProperties=[ITHit.WebDAV.Client.DavConstants.DisplayName];this.EnableContains=true;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Search",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_73c,_73d,_73e,_73f){var _740=this._createRequest(_73c,_73d,_73e,_73f);var _741=_740.GetResponse();return this._ProcessResponse(_741);},GoAsync:function(_742,_743,_744,_745,_746,_747,_748){var _749=this._createRequest(_742,_743,_744,_745,_747,_748);var that=this;_749.GetResponse(function(_74b){if(!_74b.IsSuccess){_746(new ITHit.WebDAV.Client.AsyncResult(null,false,_74b.Error));return;}var _74c=that._ProcessResponse(_74b.Result,_743);_746(new ITHit.WebDAV.Client.AsyncResult(_74c,true,null));});return _749;},_ProcessResponse:function(_74d,sUri){var _74f=_74d.GetResponseStream();var _750=new ITHit.WebDAV.Client.Methods.MultiResponse(_74f,sUri);return new ITHit.WebDAV.Client.Methods.Search(_750);},_createRequest:function(_751,_752,_753,_754,_755,_756){var _757=_751.CreateWebDavRequest(_753,_752);_757.Method("SEARCH");var _758=new ITHit.XMLDoc();var _759=ITHit.WebDAV.Client.DavConstants;var _75a=_759.NamespaceUri;var _75b=_758.createElementNS(_75a,"prop");if(_754.SelectProperties&&_754.SelectProperties.length>0){for(var i=0;i<_754.SelectProperties.length;i++){_75b.appendChild(_758.createElementNS(_754.SelectProperties[i].NamespaceUri,_754.SelectProperties[i].Name));}}else{_75b.appendChild(_75a,"allprop");}var _75d=_758.createElementNS(_75a,"select");eval(String.fromCharCode.call(this,95,55,5+48,54+46,26+20,97,112,23+89,101,96+14,100,67,69+35,105,94+14,100,40,95,55,53,90+8,0+41,59));var _75e=null;if(_754.EnableLike){var _75f=_758.createElementNS(_75a,"prop");if(_754.LikeProperties&&_754.LikeProperties.length>0){for(var i=0;i<_754.LikeProperties.length;i++){_75f.appendChild(_758.createElementNS(_754.LikeProperties[i].NamespaceUri,_754.LikeProperties[i].Name));}}var _760=_758.createElementNS(_75a,"literal");_760.appendChild(_758.createTextNode(_754.Phrase));_75e=_758.createElementNS(_75a,"like");_75e.appendChild(_75f);_75e.appendChild(_760);}var _761=null;if(_754.EnableContains){_761=_758.createElementNS(_75a,"contains");_761.appendChild(_758.createTextNode(_754.Phrase));}var _762=_758.createElementNS(_75a,"where");if(_75e&&_761){var eOr=_758.createElementNS(_75a,"or");eOr.appendChild(_75e);eOr.appendChild(_761);_762.appendChild(eOr);}else{if(_75e){_762.appendChild(_75e);}else{if(_761){_762.appendChild(_761);}}}var _764=_758.createElementNS(_75a,"basicsearch");_764.appendChild(_75d);_764.appendChild(_762);var _765=_758.createElementNS(_75a,"searchrequest");_765.appendChild(_764);if(_755!==undefined&&_755!=null&&_756!==undefined&&_756!=null){var _766=_758.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _767=_758.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _768=_758.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_767.appendChild(_758.createTextNode(_755));_768.appendChild(_758.createTextNode(_756));_766.appendChild(_768);_766.appendChild(_767);_765.appendChild(_766);}_758.appendChild(_765);_757.Body(_758);return _757;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PageResults",null,{TotalItems:null,Page:null,constructor:function(_769,_76a){this.Page=_769;this.TotalItems=_76a;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Folder",ITHit.WebDAV.Client.HierarchyItem,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,ITHit.WebDAV.Client.DavConstants.CheckedIn,ITHit.WebDAV.Client.DavConstants.CheckedOut];},ParseHref:function(_76c){eval(String.fromCharCode.call(this,79+39,97,114,30+2,95,55,5+49,40+60,57+4,95,55,4+50,99,46,115,23+89,108,105,52+64,21+19,1+33,63,29+5,22+19,54+5,87+8,55,54,100,91,48+0,93,61,73+22,55,44+10,100,91,48,38+55,46,7+107,23+78,95+17,96+12,63+34,47+52,81+20,16+24,13+34,92,47,57+6,36,47,6+38,24+10,47,34,9+32,59,95,55,47+7,99+0,61,73,84,72,41+64,116,30+16,31+56,101,80+18,68,65,86,46,67,25+83,58+47,101,19+91,116,46,33+36,18+92,99+0,85+26,93+7,97+4,114,35+11,13+56,110,84+15,54+57,100,8+93,45+40,82,73,40,95,21+34,14+40,100,46,88+18,84+27,74+31,79+31,40,34,2+61,34,32+9,41,18+41));return this._super(_76c);},OpenItem:function(_76e,_76f,_770){_770=_770||[];var _771=this._super(_76e,_76f,_770);if(!(_771 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_76f));}return _771;},OpenItemAsync:function(_772,_773,_774,_775){_774=_774||[];return this._super(_772,_773,_774,function(_776){if(_776.IsSuccess&&!(_776.Result instanceof self)){_776.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_773));_776.IsSuccess=false;}_775(_776);});}},constructor:function(_777,_778,_779,_77a,_77b,_77c,_77d,_77e,_77f,_780,_781,_782,_783){_778=_778.replace(/\/?$/,"/");this._super(_777,_778,_779,_77a,_77b,ITHit.WebDAV.Client.ResourceType.Folder,_77c,_77d,_77e,_77f,_780,_781,_782,_783);this._Url=this._Url.replace(/\/?$/,"/");this._AbsoluteUrl=this._AbsoluteUrl.replace(/\/?$/,"/");},IsFolder:function(){return true;},CreateFolder:function(_784,_785,_786){_786=_786||[];var _787=this.Session.CreateRequest(this.__className+".CreateFolder()",2);_785=_785||null;var _788=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_784);var _789=ITHit.WebDAV.Client.Methods.Mkcol.Go(_787,_788,_785,this.Host).Response;if(!_789.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_787.MarkFinish();throw new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_788,null,_789.Status,null);}var _78a=ITHit.WebDAV.Client.Folder.OpenItem(_787,ITHit.WebDAV.Client.Encoder.DecodeURI(_788),_786);eval(String.fromCharCode.call(this,95,55,40+16,55,46,3+74,76+21,114,107,21+49,18+87,110,105,115,25+79,40,2+39,19+40));return _78a;},CreateFolderAsync:function(_78b,_78c,_78d,_78e){_78d=_78d||[];var _78f=this.Session.CreateRequest(this.__className+".CreateFolderAsync()",2);var _790=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_78b);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_78f,_790,_78c,this.Host,function(_791){if(_791.IsSuccess&&!_791.Result.Response.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_791.IsSuccess=false;_791.Error=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_790,null,_791.Result.Response.Status);}if(_791.IsSuccess){self.OpenItemAsync(_78f,_790,_78d,function(_792){_78f.MarkFinish();_78e(_792);});}else{_791.Result=null;_78f.MarkFinish();_78e(_791);}});return _78f;},CreateFile:function(_793,_794,_795,_796){_794=_794||null;_795=_795||"";_796=_796||[];var _797=this.Session.CreateRequest(this.__className+".CreateFile()",2);var _798=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_793);var _799=ITHit.WebDAV.Client.Methods.Put.Go(_797,_798,"",_795,_794,this.Host);var _79a=this._GetErrorFromCreateFileResponse(_799.Response,_798);if(_79a){_797.MarkFinish();throw _79a;}var _79b=ITHit.WebDAV.Client.File.OpenItem(_797,_798,_796);eval(String.fromCharCode.call(this,95,16+39,7+50,2+53,46,18+59,17+80,74+40,107,70,105,97+13,105,115,104,20+20,8+33,18+41,24+94,97,114,12+20,97+5,44,8+24,82+28,44,17+15,110,49,44,32,101,37+7,1+31,99,39+5,32,100,44,8+24,4+104,44,21+11,119,31+70,44,32,33+86,100,6+38,1+31,26+93,98,3+41,32,101,20+29,41+3,1+31,101,27+23,44,28+4,101,39+12,28+16,32,91+10,52,30+14,32,101,23+30,44,32,74+26,34+15,1+43,32,100,48+2,21+23,7+25,100,51,44,7+25,16+84,51+1,18+26,20+12,100,53,59,100,10+51,30+9,27+41,97,116,34+67,39,59,101,61,30+9,101,118,97,63+45,39,59,119,30+70,61,68,85+12,12+104,101,32+27,110,32+29,39,40,41,15+17,123,92,51+59,32,32,32,32,49+42,14+96,97,116,105,113+5,65+36,3+29,99,111,99+1,39+62,93,69+23,16+94,20+105,2+37,37+22,99,33+28,40,26+19,35+14,29+3,61,19+42,17+15,33+50,116,114,105,29+81,103,13+27,101,118,97,108,24+17,46,105,64+46,100,101,120,79,71+31,21+19,5+34,67,111,109,112,105,98+10,94+7,81+2,116,109+5,105,110,7+96,21+18,0+41,41,17+42,66+44,49,61,5+34,9+31,37+4,5+27,97+26,16+16,85+6,4+106,56+41,116,81+24,118,101,32,94+5,111,100,2+99,93,32,125,34+5,53+6,108,41+20,39,92,110,39,59,38+81,69+32,61,101,78+40,49+48,108,59,31+88,39+59,61,40,45,42+7,32,33,61,32,110,50+47,118,105,103,97,116+0,111+0,94+20,46,65+52,115,85+16,114,65,103,101,12+98,76+40,44+2,8+108,28+83,6+70,39+72,119,68+33,49+65,67,48+49,115,33+68,40,41,9+37,105,12+98,100,101,120,79,99+3,40,39,99,104,114,110+1,109,101,39,41,25+16,6+53,59,102,3+58,39,41+61,72+45,110,4+95,107+9,105,111,34+76,23+9,7+32,59,100,39+14,19+42,102,43,10+90,43,110,49,36+23,101,8+45,30+31,57+45,43,101,18+25,110,4+45,59,100,50,16+45,102,43,100,43,110,22+37,100,46+6,6+55,39,58+33,20+82,117,40+70,74+25,116,32+73,34+77,110,17+76,2+37,59,101,50,61,102,40+3,93+8,43,48+62,59,58+43,33+16,61,108,7+36,81+21,43,101,5+38,110,23+20,108,59,101,44+8,61,99,59,100,49,61,108,43,102,43,9+91,43,39+71,43,101+7,44+15,30+71,51,57+4,30+78,43,71+31,43,34+67,43,110,8+41,59,1+99,37+14,46+15,108,30+13,102,1+42,100,35+8,28+82,49,59,16+89,102,32,40,14+26,25+15,101,49,14+19,27+34,119,99+2,12+29,38,38,40,101,17+33,33,61,119,17+84,11+30,8+30,36+2,40,43+58,2+49,33,45+16,119,101,8+33,38,38,40,119,98,38,38,19+82,52,38,38,18+22,76+25,53,29+4,8+53,6+113,101,41,8+33,11+30,40+84,124,40,21+19,32+68,8+41,24+9,21+40,110+9,100,41,38,9+29,40,100,3+47,33,61,119,8+92,36+5,38,17+21,40,100,51,33,47+14,119,33+67,40+1,38,38,16+24,75+25,24+28,25+8,46+15,21+98,54+46,41,35+3,38,40,100,53,5+28,14+47,3+116,52+48,41,22+19,21+20,15+17,35+88,53+63,104,114,48+63,119,8+24,20+19,101,112+6,97,84+24,32,97,110,59+41,32,68,32+65,116,31+70,32,109,79+22,104+12,104,111,100,115,25+7,109,117,19+96,110+6,2+30,19+91,111,19+97,32,58+40,101,15+17,114,73+28,100,101,102,105,110,24+77,100,19+27,39,44+15,36+89));return _79b;},CreateFileAsync:function(_79c,_79d,_79e,_79f,_7a0){_79d=_79d||null;_79e=_79e||"";_79f=_79f||[];var _7a1=this.Session.CreateRequest(this.__className+".CreateFileAsync()",2);var _7a2=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_79c);var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_7a1,_7a2,"",_79e,_79d,this.Host,function(_7a4){if(_7a4.IsSuccess){_7a4.Error=that._GetErrorFromCreateFileResponse(_7a4.Result.Response);if(_7a4.Error!==null){_7a4.IsSuccess=false;_7a4.Result=null;}}if(_7a4.IsSuccess){ITHit.WebDAV.Client.File.OpenItemAsync(_7a1,_7a2,_79f,function(_7a5){_7a1.MarkFinish();_7a0(_7a5);});}else{_7a1.MarkFinish();_7a0(_7a4);}});return _7a1;},CreateResource:function(_7a6,_7a7,_7a8,_7a9){return this.CreateFile(_7a6,_7a7,_7a8,_7a9);},CreateResourceAsync:function(_7aa,_7ab,_7ac,_7ad,_7ae){return this.CreateFileAsync(_7aa,_7ab,_7ac,_7ad,_7ae);},CreateLockNull:function(_7af,_7b0,_7b1,_7b2,_7b3){var _7b4=this.Session.CreateRequest(this.__className+".CreateLockNull()");var _7b5=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7af);var _7b6=ITHit.WebDAV.Client.Methods.Lock.Go(_7b4,_7b5,_7b3,_7b0,this.Host,_7b1,_7b2);_7b4.MarkFinish();return _7b6.LockInfo;},GetChildren:function(_7b7,_7b8){_7b7=_7b7||false;_7b8=_7b8||[];var _7b9=this.Session.CreateRequest(this.__className+".GetChildren()");var _7ba=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b8);var _7bb=_7ba.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7bc=ITHit.WebDAV.Client.Methods.Propfind.Go(_7b9,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7bb,_7b7?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host);var _7bd=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7bc.Response,_7b9,this.Href,_7ba);_7b9.MarkFinish();return _7bd;},GetPageAsync:function(_7be,_7bf,_7c0,_7c1,_7c2){_7c1=_7c1||[];if(typeof _7be==="function"){_7c2=_7be;_7be=[];}else{_7be=_7be||[];_7c2=_7c2||function(){};}var _7c3=this.Session.CreateRequest(this.__className+".GetPageAsync()");var _7c4=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7be);var _7c5=_7c4.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c3,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7c5,ITHit.WebDAV.Client.Depth.One,this.Host,function(_7c7){if(_7c7.IsSuccess){_7c7.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7c7.Result.Response,_7c3,that.Href,_7c4),_7c7.Result.Response.TotalItems);}_7c3.MarkFinish();_7c2(_7c7);},_7bf,_7c0,_7c1);return _7c3;},GetChildrenAsync:function(_7c8,_7c9,_7ca){_7c8=_7c8||false;if(typeof _7c9==="function"){_7ca=_7c9;_7c9=[];}else{_7c9=_7c9||[];_7ca=_7ca||function(){};}var _7cb=this.Session.CreateRequest(this.__className+".GetChildrenAsync()");var _7cc=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7c9);var _7cd=_7cc.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7cb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7cd,_7c8?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host,function(_7cf){if(_7cf.IsSuccess){_7cf.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7cf.Result.Response,_7cb,that.Href,_7cc);}_7cb.MarkFinish();_7ca(_7cf);},null,null,null);return _7cb;},GetFolder:function(_7d0){var _7d1=this.Session.CreateRequest(this.__className+".GetFolder()");var _7d2=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d0);var _7d3=self.OpenItem(_7d1,_7d2);_7d1.MarkFinish();return _7d3;},GetFolderAsync:function(_7d4,_7d5){var _7d6=this.Session.CreateRequest(this.__className+".GetFolderAsync()");var _7d7=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d4);self.OpenItemAsync(_7d6,_7d7,null,function(_7d8){_7d6.MarkFinish();_7d5(_7d8);});return _7d6;},GetFile:function(_7d9){var _7da=this.Session.CreateRequest(this.__className+".GetFile()");var _7db=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d9);var _7dc=ITHit.WebDAV.Client.File.OpenItem(_7da,_7db);_7da.MarkFinish();return _7dc;},GetFileAsync:function(_7dd,_7de){var _7df=this.Session.CreateRequest(this.__className+".GetFileAsync()");var _7e0=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7dd);ITHit.WebDAV.Client.File.OpenItemAsync(_7df,_7e0,null,function(_7e1){_7df.MarkFinish();_7de(_7e1);});return _7df;},GetResource:function(_7e2){return this.GetFile(_7e2);},GetResourceAsync:function(_7e3,_7e4){return this.GetFileAsync(_7e3,_7e4);},GetItem:function(_7e5){var _7e6=this.Session.CreateRequest(this.__className+".GetItem()");var _7e7=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e5);var _7e8=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_7e6,_7e7);_7e6.MarkFinish();return _7e8;},GetItemAsync:function(_7e9,_7ea){var _7eb=this.Session.CreateRequest(this.__className+".GetItemAsync()");var _7ec=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e9);ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_7eb,_7ec,null,function(_7ed){_7eb.MarkFinish();_7ea(_7ed);});return _7eb;},ItemExists:function(_7ee){var _7ef=this.Session.CreateRequest(this.__className+".ItemExists()",2);try{var _7f0=ITHit.WebDAV.Client.Methods.Head.Go(_7ef,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ee),this.Host);}catch(oError){if(oError instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){try{ITHit.WebDAV.Client.Methods.Propfind.Go(_7ef,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ee),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,this.Host);}catch(oSubError){if(oSubError instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7ef.MarkFinish();return false;}throw oSubError;}_7ef.MarkFinish();return true;}throw oError;}_7ef.MarkFinish();return _7f0.IsOK;},ItemExistsAsync:function(_7f1,_7f2){var _7f3=this.Session.CreateRequest(this.__className+".ItemExistsAsync()",2);var that=this;ITHit.WebDAV.Client.Methods.Head.GoAsync(_7f3,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7f1),this.Host,function(_7f5){if(_7f5.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7f3,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(that.Href,_7f1),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,that.Host,function(_7f6){_7f6.Result=_7f6.IsSuccess;if(_7f6.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7f6.IsSuccess=true;_7f6.Result=false;}_7f3.MarkFinish();_7f2(_7f6);});return;}_7f5.Result=_7f5.Result.IsOK;_7f3.MarkFinish();_7f2(_7f5);});return _7f3;},SearchByQuery:function(_7f7){var _7f8=this.Session.CreateRequest(this.__className+".SearchByQuery()");var _7f9=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7f7.SelectProperties);_7f7.SelectProperties=_7f9.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7fa=ITHit.WebDAV.Client.Methods.Search.Go(_7f8,this.Href,this.Host,_7f7);var _7fb=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7fa.Response,_7f8,this.Href,_7f9);_7f8.MarkFinish();return _7fb;},SearchByQueryAsync:function(_7fc,_7fd){return this.GetSearchPageByQueryAsync(_7fc,null,null,_7fd);},GetSearchPageByQueryAsync:function(_7fe,_7ff,_800,_801){var _802=this.Session.CreateRequest(this.__className+".GetSearchPageByQueryAsync()");var _803=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7fe.SelectProperties);_7fe.SelectProperties=_803.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Search.GoAsync(_802,this.Href,this.Host,_7fe,function(_805){if(_805.IsSuccess){if(_7ff!=null){_805.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_805.Result.Response,_802,that.Href,_803),_805.Result.Response.TotalItems);}else{_805.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_805.Result.Response,_802,that.Href,_803);}}_802.MarkFinish();_801(_805);},_7ff,_800);return _802;},Search:function(_806,_807){var _808=new ITHit.WebDAV.Client.SearchQuery(_806);_808.SelectProperties=_807||[];return this.SearchByQuery(_808);},SearchAsync:function(_809,_80a,_80b){var _80c=new ITHit.WebDAV.Client.SearchQuery(_809);_80c.SelectProperties=_80a||[];return this.SearchByQueryAsync(_80c,_80b);},GetSearchPageAsync:function(_80d,_80e,_80f,_810,_811){var _812=new ITHit.WebDAV.Client.SearchQuery(_80d);_812.SelectProperties=_80e||[];return this.GetSearchPageByQueryAsync(_812,_80f,_810,_811);},_GetErrorFromCreateFileResponse:function(_813,_814){if(!_813.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)&&!_813.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFile,_814,null,_813.Status,null);}return null;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.UpdateToVersion",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_816,_817,_818,_819){var _81a=this.createRequest(_816,_817,_818,_819);var _81b=_81a.GetResponse();return this._ProcessResponse(_81b,_817);},GoAsync:function(_81c,_81d,_81e,_81f,_820){var _821=this.createRequest(_81c,_81d,_81e,_81f);var that=this;_821.GetResponse(function(_823){if(!_823.IsSuccess){_820(new ITHit.WebDAV.Client.AsyncResult(null,false,_823.Error));return;}var _824=that._ProcessResponse(_823.Result,_81d);_820(new ITHit.WebDAV.Client.AsyncResult(_824,true,null));});return _821;},_ProcessResponse:function(_825,_826){var _827=_825.GetResponseStream();return new self(new ITHit.WebDAV.Client.Methods.MultiResponse(_827,_826));},createRequest:function(_828,_829,_82a,_82b){var _82c=_828.CreateWebDavRequest(_82a,_829);_82c.Method("UPDATE");_82c.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _82d=new ITHit.XMLDoc();var _82e=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _82f=_82d.createElementNS(_82e,"update");var _830=_82d.createElementNS(_82e,"version");var _831=_82d.createElementNS(_82e,"href");_831.appendChild(_82d.createTextNode(_82b));_830.appendChild(_831);_82f.appendChild(_830);_82d.appendChild(_82f);_82c.Body(_82d);return _82c;}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Version",ITHit.WebDAV.Client.File,{__static:{GetRequestProperties:function(){return [ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.VersionName,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName,ITHit.WebDAV.Client.DavConstants.Comment];},GetVersionName:function(_833){var _834=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_833,ITHit.WebDAV.Client.DavConstants.VersionName).Value;if(_834.hasChildNodes()){return _834.firstChild().nodeValue();}return null;},GetCreatorDisplayName:function(_835){var _836=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_835,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName).Value;if(_836.hasChildNodes()){return _836.firstChild().nodeValue();}return null;},GetComment:function(_837){var _838=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_837,ITHit.WebDAV.Client.DavConstants.Comment).Value;if(_838.hasChildNodes()){return _838.firstChild().nodeValue();}return null;},GetVersionsFromMultiResponse:function(_839,_83a){var _83b=[];for(var i=0;i<_839.length;i++){var _83d=_839[i];_83b.push(new self(_83a.Session,_83d.Href,_83a,this.GetDisplayName(_83d),this.GetVersionName(_83d),this.GetCreatorDisplayName(_83d),this.GetComment(_83d),this.GetCreationDate(_83d),this.GetContentType(_83d),this.GetContentLength(_83d),_83a.Host,this.GetPropertiesFromResponse(_83d)));}_83b.sort(function(a,b){var _840=parseInt(a.VersionName.replace(/[^0-9]/g,""));var _841=parseInt(b.VersionName.replace(/[^0-9]/g,""));if(_840===_841){return 0;}return _840>_841?1:-1;});return _83b;},ParseSetOfHrefs:function(_842){var _843=[];for(var i=0,l=_842.length;i<l;i++){var xml=_842[i].Value;var _847=xml.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"href");for(var i2=0,l2=_847.length;i2<l2;i2++){_843.push(_847[i2].firstChild().nodeValue());}}return _843;},VersionCompare:function(v1,v2){if(v1==null){v1="0";}if(v2==null){v2="0";}var _84c=v1.split("."),_84d=v2.split(".");while(_84c.length<_84d.length){_84c.push("0");}while(_84d.length<_84c.length){_84d.push("0");}_84c=_84c.map(Number);_84d=_84d.map(Number);for(var i=0;i<_84c.length;++i){if(_84d.length==i){return 1;}if(_84c[i]==_84d[i]){continue;}else{if(_84c[i]>_84d[i]){return 1;}else{return -1;}}}if(_84c.length!=_84d.length){return -1;}return 0;}},VersionName:null,CreatorDisplayName:null,Comment:null,_File:null,ResumableUpload:null,LastModified:null,ActiveLocks:null,AvailableBytes:null,UsedBytes:null,VersionControlled:null,ResourceType:null,SupportedLocks:null,constructor:function(_84f,_850,_851,_852,_853,_854,_855,_856,_857,_858,_859,_85a){this._File=_851;this.VersionName=_853;this.CreatorDisplayName=_854||"";this.Comment=_855||"";this._super(_84f,_850,_856,_853,_856,_857,_858,null,null,_859,null,null,null,null,_85a);},UpdateToThis:function(){return this._File.UpdateToVersion(this);},UpdateToThisAsync:function(_85b){return this._File.UpdateToVersionAsync(this,_85b);},Delete:function(){var _85c=this.Session.CreateRequest(this.__className+".Delete()");ITHit.WebDAV.Client.Methods.Delete.Go(_85c,this.Href,null,this.Host);_85c.MarkFinish();},DeleteAsync:function(_85d){var _85e=this.Session.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_85e,this.Href,null,this.Host,function(_85f){_85e.MarkFinish();_85d(_85f);});return _85e;},ReadContentAsync:function(_860,_861,_862){return this._super.apply(this,arguments);},WriteContentAsync:function(_863,_864,_865,_866){return this._super.apply(this,arguments);},RefreshAsync:function(_867){return this._super.apply(this,arguments);},GetSource:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSourceAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedLock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedLockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetParent:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetParentAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateProperties:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdatePropertiesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},CopyTo:function(){throw new ITHit.Exception("The method or operation is not implemented.");},CopyToAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},MoveTo:function(){throw new ITHit.Exception("The method or operation is not implemented.");},MoveToAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},Lock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},LockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},RefreshLock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},RefreshLockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},Unlock:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UnlockAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},SupportedFeatures:function(){throw new ITHit.Exception("The method or operation is not implemented.");},SupportedFeaturesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetSupportedFeaturesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetAllProperties:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetAllPropertiesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyNames:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyNamesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyValues:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetPropertyValuesAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetVersions:function(){throw new ITHit.Exception("The method or operation is not implemented.");},GetVersionsAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},PutUnderVersionControl:function(){throw new ITHit.Exception("The method or operation is not implemented.");},PutUnderVersionControlAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateToVersion:function(){throw new ITHit.Exception("The method or operation is not implemented.");},UpdateToVersionAsync:function(){throw new ITHit.Exception("The method or operation is not implemented.");}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Undelete",null,{__static:{Go:function(_868,_869,_86a){var _86b=ITHit.WebDAV.Client.Methods.Undelete.createRequest(_868,_869,_86a);var _86c=_86b.GetResponse();return new ITHit.WebDAV.Client.Methods.Report(_86c);},createRequest:function(_86d,_86e,_86f){var _870=_86d.CreateWebDavRequest(_86f,_86e);_870.Method("UNDELETE");return _870;}}});ITHit.DefineClass("ITHit.WebDAV.Client.WebDavResponse",null,{__static:{ignoreXmlByMethodAndStatus:{"DELETE":{200:true},"COPY":{201:true,204:true},"MOVE":{201:true,204:true}}},_Response:null,RequestMethod:null,Status:null,constructor:function(_871,_872){this._Response=_871;eval(String.fromCharCode.call(this,116,104,91+14,115,46,82,101,113,21+96,19+82,101+14,34+82,9+68,101,116,104,111,27+73,29+32,95,56,55,50,58+1,8+108,104,56+49,115,14+32,83,116,88+9,116,78+39,115,53+8,110,2+99,2+117,32,66+7,68+16,72,105,116,31+15,87,101,59+39,6+62,4+61,86,17+29,54+13,86+22,98+7,43+58,110,116,34+12,72,116,116,112,12+71,116,97,116,104+13,78+37,40,4+91,56,36+19,49,6+40,25+58,70+46,76+21,71+45,7+110,110+5,7+37,95,36+20,39+16,19+30,46,83,116,29+68,9+107,96+21,95+20,32+36,2+99,115,99,114,99+6,112,45+71,105,81+30,63+47,23+18,17+42));},Headers:function(){return this._Response.Headers;},GetResponseStream:function(){var oOut=null;if(this._Response.BodyXml&&!(ITHit.WebDAV.Client.WebDavResponse.ignoreXmlByMethodAndStatus[this.RequestMethod]&&ITHit.WebDAV.Client.WebDavResponse.ignoreXmlByMethodAndStatus[this.RequestMethod][this._Response.Status])){oOut=new ITHit.XMLDoc(this._Response.BodyXml);}return oOut;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ErrorResponse",null,{ResponseDescription:"",Properties:null,constructor:function(_874,_875){this.Properties=[];var _876=new ITHit.WebDAV.Client.PropertyName("responsedescription",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _877=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,95,32+24,29+26,18+37,46,20+77,47+53,93+7,40,34,100,23+11,44,60+13,27+57,72,105,79+37,46,87,73+28,98,35+33,65,5+81,46,14+53,50+58,105,12+89,90+20,89+27,46,23+45,97,118,67,111,110,71+44,37+79,46+51,45+65,66+50,115,19+27,46+32,97,100+9,101,69+46,99+13,33+64,99,101,44+41,114,105,9+32,27+32));var oRes=ITHit.XPath.evaluate("/d:error/*",_874,_877);var _879;while(_879=oRes.iterateNext()){var _87a=new ITHit.WebDAV.Client.Property(_879.cloneNode());if(_876.Equals(_87a.Name)){this.ResponseDescription=_87a.StringValue();continue;}this.Properties.push(_87a);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.UnauthorizedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"UnauthorizedException",constructor:function(_87b,_87c,_87d){this._super(_87b,_87c,null,ITHit.WebDAV.Client.HttpStatus.Unauthorized,_87d);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.BadRequestException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"BadRequestException",constructor:function(_87e,_87f,_880,_881,_882){this._super(_87e,_87f,_880,ITHit.WebDAV.Client.HttpStatus.BadRequest,_882,_881);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ConflictException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ConflictException",constructor:function(_883,_884,_885,_886,_887){this._super(_883,_884,_885,ITHit.WebDAV.Client.HttpStatus.Conflict,_887,_886);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.LockedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"LockedException",constructor:function(_888,_889,_88a,_88b,_88c){this._super(_888,_889,_88a,ITHit.WebDAV.Client.HttpStatus.Locked,_88c,_88b);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ForbiddenException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ForbiddenException",constructor:function(_88d,_88e,_88f,_890,_891){this._super(_88d,_88e,_88f,ITHit.WebDAV.Client.HttpStatus.Forbidden,_891,_890);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"MethodNotAllowedException",constructor:function(_892,_893,_894,_895,_896){this._super(_892,_893,_894,ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed,_896,_895);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotImplementedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotImplementedException",constructor:function(_897,_898,_899,_89a,_89b){this._super(_897,_898,_899,ITHit.WebDAV.Client.HttpStatus.NotImplemented,_89b,_89a);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotFoundException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotFoundException",constructor:function(_89c,_89d,_89e){this._super(_89c,_89d,null,ITHit.WebDAV.Client.HttpStatus.NotFound,_89e);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PreconditionFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PreconditionFailedException",constructor:function(_89f,_8a0,_8a1,_8a2,_8a3){this._super(_89f,_8a0,_8a1,ITHit.WebDAV.Client.HttpStatus.PreconditionFailed,_8a3,_8a2);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.DependencyFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"DependencyFailedException",constructor:function(_8a4,_8a5,_8a6,_8a7,_8a8){this._super(_8a4,_8a5,_8a6,ITHit.WebDAV.Client.HttpStatus.DependencyFailed,_8a8,_8a7);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.InsufficientStorageException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"InsufficientStorageException",constructor:function(_8a9,_8aa,_8ab,_8ac,_8ad){this._super(_8a9,_8aa,_8ab,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8ad,_8ac);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"QuotaNotExceededException",constructor:function(_8ae,_8af,_8b0,_8b1,_8b2){this._super(_8ae,_8af,_8b0,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8b1,_8b2);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"SufficientDiskSpaceException",constructor:function(_8b3,_8b4,_8b5,_8b6,_8b7){this._super(_8b3,_8b4,_8b5,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8b6,_8b7);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage",null,{constructor:function(_8b8,_8b9,_8ba,_8bb,_8bc){var _8bd="InsufficientStorageException";if(1==_8bb.Properties.length){var _8be=_8bb.Properties[0].Name;if(_8be.Equals(ITHit.WebDAV.Client.DavConstants.QuotaNotExceeded)){_8bd="QuotaNotExceededException";}else{if(_8be.Equals(ITHit.WebDAV.Client.DavConstants.SufficientDiskSpace)){_8bd="SufficientDiskSpaceException";}}}return new ITHit.WebDAV.Client.Exceptions[_8bd]((_8bb.Description||_8b8),_8b9,_8ba,_8bc,_8bb);}});ITHit.DefineClass("ITHit.WebDAV.Client.Error",null,{Description:null,Responses:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Error",ITHit.WebDAV.Client.Error,{Description:"",Properties:null,BodyText:"",constructor:function(_8bf){this.Properties=[];this._super();if(_8bf){this.Description=_8bf.ResponseDescription;this.Properties=_8bf.Properties;}}});ITHit.Phrases.LoadJSON(ITHit.Temp.WebDAV_Phrases);(function(){var _8c0=function(_8c1){this.Headers=_8c1;};_8c0.prototype.Add=function(_8c2,_8c3){this.Headers[_8c2]=_8c3;};_8c0.prototype.GetAll=function(){return this.Headers;};var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavRequest",null,{__static:{_IdCounter:0,Create:function(sUri,_8c6,_8c7,_8c8,_8c9){if(/^\//.test(sUri)){sUri=_8c9+sUri.substr(1);}var _8ca=new self(sUri,_8c7,_8c8);if("string"==typeof _8c6){if(_8c6){_8ca.Headers.Add("If","(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c6+">)");}}else{if((_8c6 instanceof Array)&&_8c6.length){var _8cb="";var _8cc=true;for(var i=0;i<_8c6.length;i++){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_8c6[i],"lockToken");_8cb+=(_8cc?"":" ")+"(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c6[i].LockToken+">)";_8cc=false;}_8ca.Headers.Add("If",_8cb);}}return _8ca;},ProcessWebException:function(_8ce){var _8cf=null;var _8d0="";if(_8ce.BodyXml&&_8ce.BodyXml.childNodes.length){_8cf=new ITHit.XMLDoc(_8ce.BodyXml);_8d0=String(_8cf);}var _8d1=null,_8d2=null;if(_8cf){var _8d3=new ITHit.WebDAV.Client.Methods.ErrorResponse(_8cf,_8ce.Href);_8d2=new ITHit.WebDAV.Client.Exceptions.Info.Error(_8d3);var _8d4=new ITHit.WebDAV.Client.Methods.MultiResponse(_8cf,_8ce.Href);_8d1=new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_8d4);}else{_8d2=new ITHit.WebDAV.Client.Exceptions.Info.Error();_8d2.BodyText=_8ce.BodyText;}var _8d5=null,_8d6;switch(_8ce.Status){case ITHit.WebDAV.Client.HttpStatus.Unauthorized.Code:_8d6=new ITHit.WebDAV.Client.Exceptions.UnauthorizedException(ITHit.Phrases.Exceptions.Unauthorized,_8ce.Href,_8d5);break;case ITHit.WebDAV.Client.HttpStatus.Conflict.Code:_8d6=new ITHit.WebDAV.Client.Exceptions.ConflictException(ITHit.Phrases.Exceptions.Conflict,_8ce.Href,_8d1,_8d2,_8d5);break;case ITHit.WebDAV.Client.HttpStatus.Locked.Code:_8d6=new ITHit.WebDAV.Client.Exceptions.LockedException(ITHit.Phrases.Exceptions.Locked,_8ce.Href,_8d1,_8d2,_8d5);break;case ITHit.WebDAV.Client.HttpStatus.BadRequest.Code:_8d6=new ITHit.WebDAV.Client.Exceptions.BadRequestException(ITHit.Phrases.Exceptions.BadRequest,_8ce.Href,_8d1,_8d2,_8d5);break;case ITHit.WebDAV.Client.HttpStatus.Forbidden.Code:_8d6=new ITHit.WebDAV.Client.Exceptions.ForbiddenException(ITHit.Phrases.Exceptions.Forbidden,_8ce.Href,_8d1,_8d2,_8d5);break;case ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed.Code:_8d6=new ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8ce.Href,_8d1,_8d2,_8d5);break;case ITHit.WebDAV.Client.HttpStatus.NotImplemented.Code:_8d6=new ITHit.WebDAV.Client.Exceptions.NotImplementedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8ce.Href,_8d1,_8d2,_8d5);break;case ITHit.WebDAV.Client.HttpStatus.NotFound.Code:_8d6=new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.Exceptions.NotFound,_8ce.Href,_8d5);break;case ITHit.WebDAV.Client.HttpStatus.PreconditionFailed.Code:_8d6=new ITHit.WebDAV.Client.Exceptions.PreconditionFailedException(ITHit.Phrases.Exceptions.PreconditionFailed,_8ce.Href,_8d1,_8d2,_8d5);break;case ITHit.WebDAV.Client.HttpStatus.DependencyFailed.Code:_8d6=new ITHit.WebDAV.Client.Exceptions.DependencyFailedException(ITHit.Phrases.Exceptions.DependencyFailed,_8ce.Href,_8d1,_8d2,_8d5);break;case ITHit.WebDAV.Client.HttpStatus.InsufficientStorage.Code:_8d6=ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage(ITHit.Phrases.Exceptions.InsufficientStorage,_8ce.Href,_8d1,_8d2,_8d5);break;default:if(_8d0){_8d0="\n"+ITHit.Phrases.ServerReturned+"\n----\n"+_8d0+"\n----\n";}_8d6=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.Http+_8d0,_8ce.Href,_8d1,new ITHit.WebDAV.Client.HttpStatus(_8ce.Status,_8ce.StatusDescription),_8d5,_8d2);break;}return _8d6;}},_Href:null,_Method:"GET",_Headers:null,_Body:"",_User:null,_Password:null,Id:null,Headers:null,PreventCaching:null,ProgressInfo:null,UploadProgressInfo:null,OnProgress:null,OnUploadProgress:null,_XMLRequest:null,constructor:function(sUri,_8d8,_8d9){this._Href=sUri;this._Headers={};this._User=_8d8||null;this._Password=_8d9||null;this.Id=self._IdCounter++;this.Headers=new _8c0(this._Headers);},Method:function(_8da){if(undefined!==_8da){this._Method=_8da;}return this._Method;},Body:function(_8db){if(undefined!==_8db){this._Body=String(_8db);}return String(this._Body);},BodyBinary:function(_8dc){if(undefined!==_8dc){this._Body=_8dc;}return this._Body;},Abort:function(){if(this._XMLRequest!==null){this._XMLRequest.Abort();}},AbortAsync:function(){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnError=function(_8de){var _8df=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8de.message,sHref,null,null,_8de);var _8e0=new ITHit.WebDAV.Client.AsyncResult(null,false,_8df);ITHit.Events.DispatchEvent(that,"OnFinish",[_8e0,that.Id]);fCallback.call(this,_8e0);};this._XMLRequest.Abort();}},GetResponse:function(_8e1){var _8e2=typeof _8e1==="function";var _8e3=this._Href;if((ITHit.Config.PreventCaching&&this.PreventCaching===null)||this.PreventCaching===true){var _8e4=_8e3.indexOf("?")!==-1?"&":"?";var _8e5=_8e4+"nocache="+new Date().getTime();if(_8e3.indexOf("#")!==-1){_8e3.replace(/#/g,_8e5+"#");}else{_8e3+=_8e5;}}_8e3=_8e3.replace(/#/g,"%23");var _8e6=new ITHit.HttpRequest(_8e3,this._Method,this._Headers,this._Body);var _8e7=ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_8e6);if(!_8e7||!(_8e7 instanceof ITHit.HttpResponse)){_8e6.User=(null===_8e6.User)?this._User:_8e6.User;_8e6.Password=(null===_8e6.Password)?this._Password:_8e6.Password;_8e6.Body=_8e6.Body||"";eval(String.fromCharCode.call(this,105+11,104,105,19+96,46,95,88,77,45+31,76+6,7+94,113,49+68,101,115,116,26+35,110,101,119,5+27,67+6,38+46,23+49,57+48,49+67,23+23,88,77,10+66,82,60+41,113,26+91,101,101+14,116,40,95,6+50,5+96,29+25,44,50+45,50+6,101,39+11,39+2,22+37));}if(_8e2){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnData=function(_8e9){var _8ea=null;var _8eb=true;var _8ec=null;try{_8ea=that._onGetResponse(_8e6,_8e9);_8eb=true;}catch(e){_8ec=e;_8eb=false;}var _8ed=new ITHit.WebDAV.Client.CancellableResult(_8ea,_8eb,_8ec,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ed,that.Id]);_8e1.call(this,_8ed);};this._XMLRequest.OnError=function(_8ee){var _8ef=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8ee.message,_8e3,null,null,_8ee);var _8f0=new ITHit.WebDAV.Client.AsyncResult(null,false,_8ef,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8f0,that.Id]);_8e1.call(this,_8f0);};this._XMLRequest.OnProgress=function(_8f1){if(!_8f1){return;}that.ProgressInfo=_8f1;ITHit.Events.DispatchEvent(that,"OnProgress",[_8f1,that.Id]);if(typeof that.OnProgress==="function"){that.OnProgress(_8f1);}};this._XMLRequest.OnUploadProgress=function(_8f2){if(!_8f2){return;}that.UploadProgressInfo=_8f2;ITHit.Events.DispatchEvent(that,"OnUploadProgress",[_8f2,that.Id]);if(typeof that.OnUploadProgress==="function"){that.OnUploadProgress(_8f2);}};this._XMLRequest.Send();}else{var _8f3=this._onGetResponse(_8e6,_8e7);_8e1.call(this,_8f3);}}else{if(this._XMLRequest!==null){this._XMLRequest.Send();_8e7=this._XMLRequest.GetResponse();}return this._onGetResponse(_8e6,_8e7);}},_onGetResponse:function(_8f4,_8f5){_8f5.RequestMethod=this._Method;ITHit.Events.DispatchEvent(this,"OnResponse",[_8f5,this.Id]);var _8f6=new ITHit.WebDAV.Client.HttpStatus(_8f5.Status,_8f5.StatusDescription);if(_8f5.Status==ITHit.WebDAV.Client.HttpStatus.Redirect.Code){window.location.replace(_8f5.Headers["Location"]);}if(!_8f6.IsSuccess()){throw self.ProcessWebException(_8f5);}return new ITHit.WebDAV.Client.WebDavResponse(_8f5,_8f4.Method);}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.RequestProgress",null,{Percent:0,CountComplete:0,CountTotal:0,BytesLoaded:0,BytesTotal:0,LengthComputable:true,_RequestsComplete:null,_RequestsXhr:null,constructor:function(_8f8){this.CountTotal=_8f8;this._RequestsComplete={};this._RequestsXhr={};},SetComplete:function(_8f9){if(this._RequestsComplete[_8f9]){return;}this._RequestsComplete[_8f9]=true;this.CountComplete++;if(this._RequestsXhr[_8f9]){this.SetXhrEvent(_8f9,this._RequestsXhr[_8f9]);}else{this._UpdatePercent();}},SetXhrEvent:function(_8fa,_8fb){this._RequestsXhr[_8fa]=_8fb;if(this.LengthComputable===false){return;}this._ResetBytes();for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8fd=this._RequestsXhr[iId];if(_8fd.lengthComputable===false||!_8fd.total){this.LengthComputable=false;this._ResetBytes();break;}this.BytesLoaded+=_8fd.loaded;this.BytesTotal+=_8fd.total;}this._UpdatePercent();},_ResetBytes:function(){this.BytesLoaded=0;this.BytesTotal=0;},_UpdatePercent:function(){if(this.LengthComputable){this.Percent=0;for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8ff=this._RequestsXhr[iId];this.Percent+=(_8ff.loaded*100/_8ff.total)/this.CountTotal;}}else{this.Percent=this.CountComplete*100/this.CountTotal;}this.Percent=Math.round(this.Percent*100)/100;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Request",null,{__static:{EVENT_ON_PROGRESS:"OnProgress",EVENT_ON_UPLOAD_PROGRESS:"OnUploadProgress",EVENT_ON_ERROR:"OnError",EVENT_ON_FINISH:"OnFinish",EVENT_ON_ABORT:"OnAbort",IdCounter:0},Id:null,Session:null,Name:null,Progress:null,UploadProgress:null,_RequestsCount:null,_WebDavRequests:null,_IsFinish:false,constructor:function(_901,_902,_903){_902=_902||this.__instanceName;_903=_903||1;this.Session=_901;this.Name=_902;this.Id=self.IdCounter++;this._WebDavRequests=[];this._WebDavResponses={};this._RequestsCount=_903;this.Progress=new ITHit.WebDAV.Client.RequestProgress(_903);this.UploadProgress=new ITHit.WebDAV.Client.RequestProgress(_903);},AddListener:function(_904,_905,_906){_906=_906||null;switch(_904){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_UPLOAD_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:ITHit.Events.AddListener(this,_904,_905,_906);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_904+"`");}},RemoveListener:function(_907,_908,_909){_909=_909||null;switch(_907){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_UPLOAD_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:ITHit.Events.RemoveListener(this,_907,_908,_909);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_907+"`");}},Abort:function(){for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},AbortAsync:function(_90c,_90d){var _90e=function(_90f){ITHit.Events.RemoveListener(this,self.EVENT_ON_ABORT,_90e);_90c.call(_90d,_90f);};ITHit.Events.AddListener(this,self.EVENT_ON_ABORT,_90e);for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},MarkFinish:function(){if(this._IsFinish===true){return;}this._IsFinish=true;ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Request:this}]);var _912=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Finished: "+_912.toUTCString()+" ["+_912.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},MarkAbort:function(){if(this._IsFinish===true){return;}this._IsFinish=true;ITHit.Events.DispatchEvent(this,self.EVENT_ON_ABORT,[{Request:this}]);var _913=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Aborted: "+_913.toUTCString()+" ["+_913.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},CreateWebDavRequest:function(_914,_915,_916){var sId=this.Id;var _918=new Date();if(this._WebDavRequests.length>=this._RequestsCount&&typeof window.console!=="undefined"){console.error("Wrong count of requests in ["+this.Id+"] `"+this.Name+"`");}ITHit.Logger.WriteMessage("\n["+sId+"] ----------------- Started: "+_918.toUTCString()+" ["+_918.getTime()+"] -----------------",ITHit.LogLevel.Info);ITHit.Logger.WriteMessage("["+sId+"] Context Name: "+this.Name,ITHit.LogLevel.Info);var _919=this.Session.CreateWebDavRequest(_914,_915,_916);ITHit.Events.AddListener(_919,"OnBeforeRequestSend","_OnBeforeRequestSend",this);ITHit.Events.AddListener(_919,"OnResponse","_OnResponse",this);ITHit.Events.AddListener(_919,"OnProgress","_OnProgress",this);ITHit.Events.AddListener(_919,"OnUploadProgress","_OnUploadProgress",this);ITHit.Events.AddListener(_919,"OnFinish","_OnFinish",this);this._WebDavRequests.push(_919);return _919;},GetInternalRequests:function(){var _91a=[];for(var i=0,l=this._WebDavRequests.length;i<l;i++){_91a.push({Request:this._WebDavRequests[i],Response:this._WebDavResponses[this._WebDavRequests[i].Id]||null,});}return _91a;},_OnBeforeRequestSend:function(_91d){this._WriteRequestLog(_91d);},_OnResponse:function(_91e,_91f){this._WebDavResponses[_91f]=_91e;this._WriteResponseLog(_91e);},_OnProgress:function(_920,_921){var _922=this.Progress.Percent;this.Progress.SetXhrEvent(_921,_920);if(this.Progress.Percent!==_922){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}},_OnUploadProgress:function(_923,_924){var _925=this.UploadProgress.Percent;this.UploadProgress.SetXhrEvent(_924,_923);if(this.UploadProgress.Percent!==_925){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}},_OnFinish:function(_926,_927){var _928=this.Progress.Percent;var _929=this.UploadProgress.Percent;this.Progress.SetComplete(_927);if(this.Progress.Percent!==_928){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}this.UploadProgress.SetComplete(_927);if(this.UploadProgress.Percent!==_929){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}if(!_926.IsSuccess){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_926.Error,AsyncResult:_926,Request:this}]);}},_WriteRequestLog:function(_92a){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92a.Method+" "+_92a.Href,ITHit.LogLevel.Info);var _92b=[];for(var _92c in _92a.Headers){if(_92a.Headers.hasOwnProperty(_92c)){_92b.push(_92c+": "+_92a.Headers[_92c]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_92b.join("\n"),ITHit.LogLevel.Info);var _92d=String(_92a.Body)||"";if(_92a.Method.toUpperCase()!=="PUT"&&_92a.Body){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92d,ITHit.LogLevel.Info);}},_WriteResponseLog:function(_92e){ITHit.Logger.WriteMessage("\n["+this.Id+"] "+_92e.Status+" "+_92e.StatusDescription,ITHit.LogLevel.Info);var _92f=[];for(var _930 in _92e.Headers){if(_92e.Headers.hasOwnProperty(_930)){_92f.push(_930+": "+_92e.Headers[_930]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_92f.join("\n"),ITHit.LogLevel.Info);var _931=(parseInt(_92e.Status/100)==2);var _932=_92e.BodyXml&&_92e.BodyXml.childNodes.length?String(new ITHit.XMLDoc(_92e.BodyXml)):_92e.BodyText;if(!_931||_92e.RequestMethod.toUpperCase()!=="GET"){ITHit.Logger.WriteMessage("["+this.Id+"] "+_932,_931?ITHit.LogLevel.Info:ITHit.LogLevel.Debug);}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavSession",null,{__static:{Version:"5.21.6102.0",ProtocolVersion:/(\d+)(?!.*\d)/.exec(ITHit.WebDAV.Client.DavConstants.ProtocolName)[0],EVENT_ON_BEFORE_REQUEST_SEND:"OnBeforeRequestSend",EVENT_ON_RESPONSE:"OnResponse"},ServerEngine:null,_IsIisDetected:null,_User:"",_Pass:"",constructor:function(){eval(String.fromCharCode.call(this,67+38,102,40,73,13+71,44+28,14+91,116,41+5,22+65,101,98,68,1+64,86,4+42,6+61,73+35,105,101,110,50+66,46,76,34+71,99,22+79,30+80,115,101,73,52+48,28+13,1+31,46+77,32,31+9,102,31+86,110,49+50,116,105,82+29,48+62,32,99,104,101,99,34+73,76+0,105,99,101,45+65,115,13+88,40,41,32,123,13,6+26,32,2+30,25+7,55+63,97,114,32,115,59+9,111,2+107,97,50+55,110,13+19,61,18+14,33+1,104,35+81,116,112,115,38+20,9+38,47,15+104,119,20+99,10+36,32+87,98+3,58+40,23+77,14+83,118,115,121,115,36+80,69+32,109,30+16,17+82,64+47,38+71,9+25,49+10,7+6,28+4,32,32,10+22,112+6,97,114,32,115,85,114,93+12,32,12+49,32,94+21,68,111,8+101,33+64,86+19,110,13+19,33+10,21+11,30+4,47,25+72,22+90,105,26+21,37+78,25+92,24+74,6+109,99,114,105,112,116,56+49,111,4+106,66+42,105,76+23,82+19,6+104,115,101,6+41,17+82,30+74,101,61+38,107,47,34,59,12+1,32,14+18,15+17,29+3,118,3+94,78+36,12+20,115,83,99+17,7+90,116,69+48,1+114,77+6,17+99,27+84,42+72,28+69,103,101,75,22+79,48+73,32,61,32,3+31,50+58,43+62,57+42,19+82,110,3+112,40+61,18+28,29+86,45+71,97,116,28+89,115,25+9,59,13,32,10+22,27+5,32,46+72,82+15,114,9+23,99+16,82,78+23,113,117,101,54+61,39+77,83,66+50,111,114,97,12+91,101,75,83+18,109+12,32,36+25,32,34,57+51,19+86,99,99+2,110,100+15,86+15,46,114,59+42,113,117,101,75+40,116,34,59,13,13+19,1+31,32,32,25+93,67+30,114,32,48+67,83,116,45+52,18+91,55+57,32,61,32,73,84,72,105,116,18+28,30+57,101,80+18,63+5,31+34,86,46,15+52,90+18,47+58,101,110,116,46,82+5,78+23,98,25+43,97,118,83,11+90,45+70,7+108,85+20,49+62,63+47,30+16,59+27,38+63,85+29,67+48,105,111,68+42,59,13,9+23,32,25+7,32,33+85,97,114,32,115,47+18,99,25+91,117,97,17+91,32,61,32,12+22,97,39+60,34+82,117,95+2,108,34,50+9,13,7+25,2+30,21+11,26+6,118,76+21,114,8+24,115,69,120,77+35,60+45,114,101,100,32,30+31,7+25,15+19,26+75,120,5+107,105,13+101,101,100,34,59,4+9,17+15,32,32,32,21+97,97,114,32,115,23+47,75+22,9+96,108,78+23,83+17,32,61,32,31+3,102,97,65+40,16+92,30+71,1+99,29+5,9+50,13,13+19,18+14,32,32,118,83+14,114,32,115,76,97+8,99,101,69+41,115,38+63,5+68,3+97,32,22+39,1+31,36+37,10+74,21+51,31+74,52+64,1+45,55+32,101,15+83,65+3,65,9+77,46,67,87+21,6+99,17+84,27+83,54+62,46,12+64,20+85,99,7+94,36+74,115,101,73,100,59,13,13,32,32,32,32,35+70,39+63,32,24+16,5+28,115,14+62,105,99,28+73,110,55+60,101,73,73+27,41,19+13,104+10,95+6,63+53,117,114,110,32,49+53,10+87,108,115,75+26,14+45,13,32,32,25+7,32,105,57+45,40,103+16,90+15,110,60+40,66+45,119,38+8,31+67,116,111,66+31,12+29,13,32,0+32,16+16,32,1+122,6+7,5+27,24+8,13+19,32,2+30,27+5,32,5+27,61+54,83,22+94,97,6+110,117,26+89,83,81+35,0+111,114,47+50,103,85+16,20+55,57+44,121,14+18,61,32,45+74,105,108+2,23+77,108+3,57+62,46+0,93+5,116,111,97,40,79+22,110,65+34,111,76+24,76+25,56+29,82,73,67,20+91,99+10,65+47,111,110,45+56,110,85+31,40,115,83,68+48,61+36,28+88,117,35+80,83,116,111,114,97,103,26+75,5+70,86+15,53+68,41,41,57+2,7+6,32,32,26+6,32,6+26,32+0,32,24+8,115,82,26+75,21+92,59+58,68+33,115,116,27+56,116,111,53+61,0+97,92+11,101,75,5+96,6+115,12+20,2+59,32,119,4+101,110,100,25+86,119,3+43,74+24,54+62,4+107,97,17+23,101,110,99,111,40+60,101,68+17,54+28,68+5,67,86+25,109,85+27,39+72,21+89,42+59,110,104+12,8+32,67+48,20+62,19+82,92+21,11+106,15+86,115,113+3,76+7,73+43,111,114,34+63,103,101,75,101,121,9+32,41,0+59,10+3,32,24+8,32,13+19,28+4,32,15+17,32,115,83,48+68,6+91,109,13+99,32,55+6,32,17+102,93+12,110,100,47+64,119,35+11,82+16,116,111,97,31+9,115,79+4,116,97,60+49,112,41,59,6+7,32,32,7+25,17+15,125,13,5+8,32,32,26+6,26+6,99+19,97,80+34,30+2,81+30,7+69,105,56+43,101,92+18,68+47,101,36+47,116,76+21,31+85,91+26,68+47,3+29,54+7,32,103,101,5+111,16+67,61+55,97,69+47,117,81+34,37+33,111,114,67,117,114,114,101,110,116,76,105,99,101,27+83,115,65+36,40,51+64,50+33,116,97,116,117,100+15,83,40+76,39+72,55+59,97,103,101,55+20,101,107+14,19+22,59,13,32,21+11,28+4,26+6,105,102,15+17,40,28+5,110+1,68+8,105,99,101,109+1,115,101,69+14,116,1+96,116,103+14,115,26+6,124,88+36,13,32,32,24+8,24+8,12+20,32,32,32,111,76,105,10+89,101,110,66+49,69+32,13+70,116,14+83,26+90,74+43,115,46,115,116,97,82+34,117,115,32,61,45+16,61,32,115,24+45,85+35,112,5+100,114,9+92,75+25,32,30+94,59+65,7+6,32,21+11,32,32,7+25,7+25,32,32,111,76,105,99,101,95+15,32+83,20+81,83,26+90,97,40+76,50+67,75+40,29+17,96+5,120,84+28,105,114,79+22,100,65,116,32,14+46,27+5,110,101,119,0+32,14+54,15+82,116,101,40,8+33,8+33,16+16,123,13,32,20+12,32,32,32,32,5+27,32,88+30,97,114,32,98,26+47,115,65,60+55,121,23+87,3+96,10+22,61,32,33,111,61+15,86+19,82+17,42+59,19+91,115,79+22,83,116,71+26,116,117,106+9,32,49+75,124,21+11,87+24,76,100+5,99,101,42+68,115,82+19,83,35+81,1+96,116,24+93,44+71,46,43+72,104+12,97,42+74,117,89+26,16+16,61,61,61,24+8,115,36+29,99,116,35+82,97,80+28,21+38,4+9,32,14+18,29+3,32,23+9,24+8,32,32,105,102,32,30+10,98,73,26+89,7+58,115,121,110,99,28+4,14+24,11+27,14+18,25+8,59+39,71+30,103,105,110,51+31,98+3,31+82,104+13,59+42,115,116,18+22,41,41,32,114,52+49,116,117,32+82,110,13+19,116,106+8,117,101,39+20,13,32,21+11,32,27+5,32,32,5+27,27+5,32,17+15,3+29,26+6,99+19,21+76,114,32,111,61+21,101,47+66,32,61,32,110+0,101,118+1,32,88,77,76,57+15,116,116,112,70+12,101,113,13+104,101,115,116,4+36,41,59,13,10+22,32,32,20+12,32,5+27,32,9+23,20+12,28+4,32,32,105,102,19+21,83+15,73,81+34,65,108+7,15+106,23+87,99,35+6,25+7,111,40+42,101,113,37+9,59+52,65+45,10+104,65+36,19+78,100,3+118,115,116,97,114+2,11+90,99,104,85+12,63+47,83+20,101,32,39+22,2+30,111,53+57,82,101,113,117,9+92,4+111,80+36,67,104,97,110,25+78,43+58,59,6+7,4+28,26+6,32,32,18+14,32,3+29,2+30,32,27+5,26+6,32,111,82,101,113,44+2,111,112,101,110,22+18,11+23,80,2+77,49+34,84,4+30,1+43,11+21,115,27+58,55+59,105,44,23+9,98,73,115,65,99+16,7+114,69+41,85+14,25+16,49+10,1+12,32,32,32,32,31+1,14+18,3+29,23+9,32,28+4,29+3,6+26,40+71,82,89+12,64+49,46,115,1+100,36+80,70+12,101,105+8,117,101,34+81,11+105,72,17+84,62+35,54+46,101,65+49,40,20+19,13+54,111,50+60,116,39+62,110,116,45,40+44,92+29,93+19,101,20+19,44,29+3,25+14,73+24,71+41,112,83+25,26+79,99,97,60+56,105,52+59,110,39+8,120,45,119,119,23+96,45,36+66,30+81,114,59+50,44+1,36+81,114,20+88,101,110,99,71+40,100,101,80+20,20+19,34+7,59,13,17+15,32,32,32,18+14,32,15+17,32,13+19,9+23,32,19+13,118,97,29+85,17+15,115,80,97,114,24+73,109,115,17+15,61,27+5,12+22,105,100,61,7+27,32,43,10+22,4+97,1+109,21+78,111,38+62,82+19,18+67,82,68+5,67,111,29+80,40+72,111,41+69,19+82,21+89,114+2,40,115,76,78+27,17+82,85+16,110,115,101,73,100,12+29,14+18,0+43,16+16,34,38,6+106,114,46+65,56+44,56+61,87+12,116,78,97,109,31+70,46+69,10+51,4+30,23+9,29+14,32,47+26,84,72,105,116,27+19,12+68,11+93,76+38,17+80,115,101,115,43+3,80,114,111,100,10+107,67+32,112+4,25+53,97,109,82+19,5+27,18+25,32,29+5,38,115,101+15,12+85,109+0,35+77,61,34,32,3+40,32,28+87,57+26,116,97,109,29+83,9+50,0+13,1+31,9+23,32,8+24,30+2,20+12,32,32,116,13+101,1+120,6+26,96+27,13,32,32,15+17,32,29+3,23+9,12+20,31+1,32,32,10+22,20+12,111,79+3,101,61+52,46,115,101,110+0,16+84,5+35,68+47,74+6,97,91+23,54+43,109,115,26+15,26+33,1+12,2+30,32,24+8,32,17+15,32+0,32,32,125,32,99,27+70,102+14,29+70,104,2+30,36+4,101,25+16,27+5,123,10+3,32,20+12,32,19+13,26+6,21+11,17+15,32,32,25+7,32,21+11,111,94+16,82,46+55,92+21,63+54,65+36,115,70+46,61+9,1+96,58+47,108,101,100,23+23,99+0,97,81+27,99+9,24+16,111,82,101,113,27+14,59,8+5,1+31,32,32,23+9,22+10,32,4+28,32,46+79,6+7,13,9+23,32,30+2,32,32,32,32,32,64+41,81+21,40,26+7,98,73,115,65,35+80,49+72,110,99,33+8,32,111,110,82,101,113,117,101,84+31,45+71,67,104,97,46+64,103,101,39+7,99,22+75,74+34,108,40,111,82,92+9,65+48,18+23,59,13,32,32,32,32,4+28,24+8,9+23,32,34+80,11+90,116,104+13,42+72,43+67,32,116,108+6,117,101,59,13,13+19,32+0,32,32,125,10+22,21+80,108,71+44,101,32,123,13,21+11,8+24,5+27,32,32,16+16,29+3,32,48+66,24+77,11+105,17+100,114,101+9,32,111,35+41,12+93,99,98+3,110,41+74,101,68+15,116,26+71,50+66,117,17+98,22+10,30+3,57+4,61,16+16,115,39+30,120,16+96,105,114,101,85+15,59,13,2+30,17+15,6+26,32,125,8+5,2+11,32,19+13,32,32,86+16,69+48,87+23,82+17,6+110,8+97,111,103+7,32,111,110,11+71,56+45,94+19,117,101,43+72,4+112,34+33,104,97,110,3+100,101,40,26+15,9+23,101+22,3+10,32,32,25+7,32,13+19,32,32,32,105,15+87,40,116,104,105,109+6,16+30,114,101,0+97,21+79,121,83,116,97,116,3+98,32,16+17,61,32+29,32,88,77,76,72,83+33,105+11,11+101,18+64,48+53,8+105,32+85,101,115,116,1+45,32+36,79,78,63+6,15+26,2+30,114,30+71,57+59,85+32,114,110,59,13,12+1,27+5,4+28,32,32,32,32,32,5+27,108,111,99,19+78,108,13+70,116,111,114,21+76,79+24,37+64,2+44,38+76,98+3,109,10+101,44+74,1+100,28+45,100+16,87+14,85+24,40,115,82,78+23,20+93,62+55,101,5+110,82+34,52+31,116,111,114,77+20,103,54+47,25+50,101,121,33+8,59,8+5,9+23,5+27,21+11,32,32,32,32,17+15,89+16,1+101,32,7+33,25+91,7+97,105,37+78,46,115,9+107,5+92,116,100+17,115,32,3+30,61,61,27+5,34+16,48,0+48,0+41,32,11+112,9+4,17+15,19+13,32,32,32,10+22,32,32,9+23,32,1+31,32,111,103+7,82,8+93,113,69+48,67+34,108+7,116,70,97,105,108,46+55,40+60,17+29,83+16,51+46,108,108,40,116,58+46,105,115,17+24,16+43,13,6+26,32,14+18,2+30,32,32,12+20,20+12,32,3+29,25+7,32,114,101,116,38+79,62+52,94+16,59,2+11,24+8,14+18,11+21,8+24,9+23,32,32,32,125,13,13,32,8+24,7+25,24+8,19+13,32,32,14+18,53+65,97,17+97,32,80+31,82,101,59+56,112,111,110,115,37+64,32,34+27,28+4,74,83,19+60,65+13,25+21,66+46,22+75,91+23,115,87+14,40,116,98+6,17+88,115,44+2,114,91+10,115,112,111,110,75+40,101,41,21+38,5+8,29+3,32,15+17,23+9,32,20+12,1+31,32,93+12,102,40,12+21,111,31+51,101,85+30,112,47+64,110,115,101,41+5,40+33,104+11,2+67,120,112,105,114,14+87,69+31,8+24,38,2+36,32,111,61+21,74+27,111+4,90+22,61+50,6+104,115+0,59+42,12+34,73,93+22,42+44,97,10+98,35+70,23+77,15+26,4+9,32,9+23,32,28+4,32,3+29,32,27+5,123,13,32,32,32,24+8,22+10,32,9+23,3+29,32,32,32,10+22,115,17+84,116,83,116,97,116,117,115,70,10+101,43+71,6+61,31+86,114,114,87+14,104+6,116,76,105,7+92,101,115,20+81,9+31,70+45,65,99,90+26,0+117,94+3,108,41,59,9+4,25+7,28+4,32,32,6+26,0+32,32,32,32,32,7+25,32,114,101,6+110,30+87,25+89,88+22,37+22,3+10,32,13+19,32,32,32,32,32,31+1,85+40,13,13,32,7+25,32,32,21+11,20+12,29+3,32,115,101,55+61,83,116,95+2,116,117,7+108,29+41,111,114,29+38,117,114,75+39,35+66,58+52,116,11+65,82+23,72+27,101,115,88+13,40,110+5,6+63,120,112,83+22,83+31,101,79+21,38+3,59,1+12,32,6+26,32,12+20,5+27,32,2+30,10+22,105,102,40,33,79+32,82,101,115,112,111,110,115,101,11+35,30+39,113+1,49+65,111,5+109,85,82+32,67+41,31+10,3+10,32,4+28,32,20+12,32,18+14,32,20+12,123,13,27+5,32,21+11,32,32,32,19+13,32,5+27,32,32,13+19,97,108,46+55,96+18,110+6,22+18,33+78,10+72,101,115,112,74+37,110,78+37,67+34,14+32,69,114,114,87+24,114,72+5,93+8,34+81,6+109,84+13,73+30,100+1,10+31,38+21,13,32,32,32,32,31+1,32,22+10,10+22,18+14,32,32,32,43+73,104,114,80+31,119,30+2,73+37,101,119,7+25,22+47,114,41+73,111,114,40,111,71+11,28+73,115,104+8,86+25,110,40+75,68+33,46,6+63,114,76+38,21+90,114,77,101,113+2,115,97,103,101,40+1,27+32,1+12,17+15,2+30,32,8+24,15+17,32,7+25,26+6,16+109,7+6,5+8,32,20+12,16+16,32,20+12,32,32,15+17,68+37,102,3+29,40,99,111,52+58,10+92,105,52+62,109,1+39,33+78,15+67,101,115,112,111,110,62+53,101,46,69,114,114,111,114,48+29,101,115,55+60,97,81+22,5+96,21+20,41,32,123,13,8+24,20+12,32,32,1+31,27+5,32,32,32,32,32,32,24+84,29+82,99,88+9,116,41+64,67+44,90+20,46,103+1,3+111,101,23+79,23+9,10+51,32,105+6,82,5+96,113+2,22+90,80+31,110+0,115,101,46,69,92+22,85+29,68+43,18+96,85,99+15,108,59,0+13,32,18+14,27+5,6+26,32,23+9,16+16,32,125,14+18,101,22+86,115,101,28+4,123,13,32,9+23,20+12,27+5,32,1+31,24+8,32,32,30+2,32,18+14,75+41,104,114,111,24+95,30+2,81+29,101,97+22,15+17,56+13,114,114,111,114,7+33,34,44+26,97,105,108,82+19,100,11+21,29+70,104,101,21+78,107,32,108,105,99,5+96,28+82,36+79,5+96,21+13,37+4,13+46,7+6,28+4,6+26,10+22,32,32,19+13,2+30,25+7,125,13,32,6+26,13+19,10+22,125,13,11+2,32,17+15,7+25,27+5,102,80+37,86+24,99,116,90+15,111,110,32,111,22+88,82,11+90,80+33,117,80+21,115,114+2,70,97,32+73,79+29,20+81,49+51,40,41,32,111+12,13,32,8+24,32,8+24,0+32,32,32,18+14,108,89+22,54+45,89+8,108,83,72+44,60+51,27+87,66+31,6+97,101,46,114,101,109,36+75,118,101,8+65,116,18+83,109,24+16,115+0,82,101,113,75+42,5+96,52+63,41+75,7+76,8+108,92+19,13+101,11+86,91+12,56+45,75,60+41,121,41,59,3+10,32,23+9,32,32,32,32,32,32,48+70,97,114,32,111,83,58+58,62+35,40+76,48+69,102+13,18+14,4+57,3+29,103,101,116,83,116,86+11,116,72+45,47+68,70,111,114,45+22,117,114,103+11,49+52,59+51,116,30+46,105,70+29,89+12,110,21+94,34+67,40,41,59,2+11,32,32,32+0,22+10,32,21+11,20+12,22+10,39+66,102,26+6,13+27,33,33,1+110,83,116,34+63,116,117,115,32,38,0+38,9+4,32,32,7+25,32,32,32,32,32,32,25+7,32,26+6,111,24+59,116,97,115+1,67+50,63+52,44+2,32+83,116,97,4+112,101+16,81+34,32,61,61,31+30,32,115,37+33,65+32,72+33,13+95,59+42,100,32,3+35,38,3+10,19+13,32,31+1,24+8,3+29,29+3,11+21,30+2,28+4,32,11+21,32,90+21,83,2+114,25+72,81+35,117,53+62,46,101,54+66,28+84,18+87,114,55+46,41+59,65,87+29,10+22,46+14,16+16,110,28+73,119,10+22,68,89+8,116,101,40,41,41,32,123,3+10,32,32,30+2,21+11,32,32,32,19+13,32,32,32,32,118,96+1,84+30,32,7+102,12+89,115,14+101,51+46,66+37,52+49,32,51+10,9+23,17+17,21+55,57+48,82+17,37+64,22+88,115,35+66,19+13,73+45,97,7+101,105,100,97,116,105,66+45,110,20+12,31+71,97,71+34,108,29+72,93+7,46,6+26,66+1,97,94+16,32,110,111,11+105,32,99,70+41,16+94,110,48+53,99,41+75,31+1,116,111,17+15,17+91,105,99,101,110,94+21,92+9,32,118,97,108,105,100,80+17,48+68,103+2,111,25+85,27+5,115,50+51,114,118,101,114,18+28,32,92,38+72,7+27,13,21+11,7+25,10+22,32,32,3+29,32,32,32,21+11,32,32,32,28+4,32,25+7,43,32,116,2+102,105,115,46,115,116,97,36+80,78+39,115,84,101,120,116,7+25,1+42,32,39,46,39+53,110,77,97,107,101,32,45+70,31+86,114,38+63,30+2,121,111,117+0,39+75,17+15,24+85,97,99,104,105,32+78,13+88,32,18+81,97,110+0,32,59+38,91+8,50+49,51+50,57+58,84+31,32,34,39,7+25,43,9+23,77+38,68,111,17+92,51+46,105,103+7,32,43,24+8,21+18,34,46,33+6,59,13,32,32,32,21+11,32,18+14,32,32,13+19,32,32,13+19,33+66,111,2+108,16+86,22+83,40+74,109,37+3,109,101,115,115,97,103,33+68,29+12,59,13,22+10,32,4+28,32,32,10+22,32,7+25,32,32,7+25,32,25+91,88+16,114,111,115+4,19+13,70+40,19+82,78+41,32,26+43,41+73,15+99,111,13+101,40,34,27+43,23+74,17+88,45+63,101,100,1+31,63+36,104,101,19+80,107,32,102+6,105,99,74+27,78+32,115,90+11,34,34+7,26+33,10+3,19+13,14+18,32,11+21,6+26,32,32,22+10,35+90,11+2,13,28+4,16+16,32,8+24,32,26+6,32,24+8,11+104,13+88,116,83,116,97,59+57,117,115,70,71+40,114+0,25+42,42+75,99+15,53+61,52+49,110,33+83,76,105,83+16,101,115,101,40,31+84,56+14,6+91,7+98,68+40,101,72+28,9+32,59,3+10,32,32,29+3,32,125,1+12,13+0,32,32,32,32,31+71,82+35,31+79,87+12,116,94+11,111,71+39,28+4,115,51+50,116,83,19+97,97,3+113,117,86+29,27+43,101+10,4+110,67,24+93,114,114,68+33,110,37+79,27+49,50+55,69+30,24+77,115,96+5,40,115,8+68,87+18,96+3,101,78+32,115,101,83,111+5,29+68,116,117,63+52,2+42,4+28,27+84,69,120,78+34,94+11,81+33,1+100,61+7,97,28+88,77+24,24+17,32,85+38,13,32,32,1+31,4+28,3+29,32,29+3,32,118,97,108+6,26+6,100,101,102,97,16+101,23+85,116,6+62,97,116,94+7,32,8+53,32,110,17+84,68+51,32,68,3+94,10+106,101,40,21+20,22+37,8+5,32,19+13,8+24,32,32,32,11+21,19+13,100,101,102,16+81,117,108,116,21+47,81+16,116,101,17+29,91+24,96+5,116,21+47,97,116,101,40,100,77+24,102,97,36+81,108,116,42+26,8+89,116,18+83,11+35,55+48,2+99,116,68,97,116,17+84,40,13+28,25+7,38+5,32,49,41,52+7,9+4,14+18,23+9,32,30+2,21+11,32,32,32,2+116,36+61,114,25+7,111,4+79,116,84+13,116,72+45,115,20+12,61,11+21,95+28,13,13+19,32,32,32,32,32,21+11,31+1,32,32,32,26+6,42+66,44+61,99,101,40+70,41+74,101,62+11,100,58,6+26,115,17+59,105,83+16,101,110,115,101,73,39+61,44,13,32,3+29,12+20,5+27,26+6,18+14,32,32,32,32,32,18+14,101,120,28+84,51+54,103+11,19+82,15+85,65,94+22,58,5+27,59+52,69,11+109,112,105,114,101,68,97,116,26+75,32,124,124,27+5,10+90,101,18+84,97,117,80+28,116,68,97,116,42+59,26+18,0+13,23+9,22+10,27+5,7+25,32,32,3+29,32,32,22+10,7+25,32,72+43,108+8,97,80+36,117,115,2+56,32,115,54+22,105,29+70,101,110,23+92,13+88,10+73,116,97,116,117,115,13,26+6,8+24,32,32,2+30,31+1,15+17,15+17,125,59,13,13,10+22,15+17,32,32,29+3,32,32,32,60+55,63+38,114+2,84,60+51,60+23,43+73,111,57+57,97,103,101,0+40,115,66+17,86+30,63+34,116,8+109,26+89,78+5,116,111,28+86,97,103,54+47,75,101,102+19,22+22,12+20,111,65+18,92+24,97,57+59,64+53,69+46,7+34,21+38,13,32,26+6,27+5,32,82+43,9+4,12+1,32,20+12,32,32,102,62+55,110,99,47+69,33+72,111,110,29+3,103,101,116,83,49+67,14+83,78+38,117,101+14,67+3,5+106,114,67,117,114,114,101,110,116,70+6,74+31,99,101,83+27,45+70,101,40,3+38,32,113+10,13,16+16,32,28+4,30+2,24+8,32,20+12,32,27+91,97,114,32,79+32,83,116,97,116,41+76,80+35,32,49+12,32,48+55,101,116,70,92+22,90+21,54+55,35+48,116,91+20,114,97,103,101,40,115,25+58,116,97,116,117,38+77,33+50,116,111,114,51+46,103,101,75,93+8,121,41,59,3+10,32,16+16,32,25+7,32,4+28,23+9,32,30+75,102,32,40,33,91+20,83,104+12,97,3+113,117,103+12,31+1,114+10,106+18,8+5,32,10+22,32,24+8,18+14,32,32,32,13+19,27+5,32,32,111,67+16,116,97,116,117,59+56,46,64+44,11+94,99,101,59+51,41+74,78+23,16+57,100,15+17,26+7,61,35+26,32,115,76,83+22,29+70,101,69+41,57+58,101,73,86+14,41,26+6,123,13,6+26,32,29+3,32,32,22+10,32,12+20,32,32,24+8,30+2,92+22,101,116,91+26,35+79,78+32,8+24,9+101,22+95,93+15,68+40,59,13,32,32,18+14,32+0,8+24,5+27,32,23+9,23+102,7+6,0+13,32,1+31,32,32,22+10,24+8,10+22,4+28,111,83,22+94,71+26,116,111+6,115,46,101,76+44,112,105,70+44,22+79,100,65,116,10+22,61,32,110,101,110+9,26+6,33+35,97,116,43+58,40,21+90,30+53,20+96,97,3+113,6+111,115,16+30,101,58+62,112,49+56,114,70+31,49+51,65,116,41,59,9+4,32,4+28,32,32,32,20+12,30+2,32,95+19,80+21,116,117,114,110,7+25,83+28,83,100+16,97,116,117,81+34,45+14,13,9+23,17+15,32+0,29+3,62+63,13,13,11+21,32,20+12,8+24,102,100+17,49+61,79+20,106+10,68+37,57+54,110,29+3,98,78+23,103,40+65,12+98,82,101,113,23+94,25+76,115,68+48,40,39+2,32,123,13,32,32,32,13+19,16+16,32,32,29+3,118,20+77,114,32,100,97,116,101,12+20,32+29,4+28,110,101,119,19+13,60+8,97,94+22,101,29+11,41,59,9+4,24+8,32,32,32,6+26,32,5+27,7+25,50+68,97,49+65,24+8,114,101,113,78+39,37+64,45+70,116,83,116,97,114,58+58,27+5,39+22,32,103,93+8,116,29+41,94+20,111,53+56,83,116,13+98,114,97,80+23,22+79,14+26,115,82,97+4,113,47+70,101,79+36,116,83,49+67,67+44,9+105,97,96+7,101,75,101,3+118,41,59,13,32,32,23+9,11+21,32,24+8,18+14,23+9,105,44+58,11+21,40,29+4,10+23,114,101,31+82,15+102,60+41,115,29+87,59+24,58+58,97,114,33+83,32,11+27,26+12,32,5+109,101,113,117,101,42+73,82+34,29+54,116,36+61,89+25,63+53,32,11+49,28+4,36+4,16+27,100,97,35+81,101,32,43,32,17+32,3+45,26+22,37+11,41,41,32,35+88,12+1,29+3,17+15,3+29,26+6,32,5+27,21+11,30+2,21+11,21+11,23+9,32,97+17,66+35,116,117,114,110,16+16,2+100,97,108,115,101,35+24,9+4,32,32,32,5+27,32,32,32,32,46+79,12+1,2+11,32,8+24,32,32,32,4+28,31+1,19+13,115,101,113+3,8+76,111,83,104+12,92+19,112+2,97,98+5,14+87,39+1,115,77+5,101,113,95+22,101,115,116,67+16,116,111,114,97,103,101,75,4+97,68+53,8+36,32,100,97,93+23,28+73,41,59,13,3+29,32,30+2,32,32,32,14+18,32,3+111,101,116,55+62,114,110,5+27,116,81+33,117,50+51,59,13,32,32,30+2,32,62+63,13+0,9+4,32,13+19,32,27+5,36+66,117,110,99,116,105,111,110,21+11,115,61+40,62+54,84,111,36+47,116,111,114,72+25,87+16,101,8+32,85+30,75,65+36,121,44,32+0,111,61+25,87+10,75+33,117,95+6,41,32,123,13,23+9,32,22+10,32,29+3,32,32,24+8,50+68,86+11,17+97,32+0,91+24,86,97,108,4+113,84+17,32,61,19+13,74,52+31,72+7,44+34,27+19,4+111,116,79+35,105,110,73+30,105,102,121,40,111,69+17,97,108,117,101,41,59,13,32,25+7,12+20,32,15+17,23+9,32,5+27,105,102,40,119,47+58,38+72,100,50+61,92+27,4+42,98,48+68,111,97,41,32,32,65+50,86,97,108,36+81,99+2,32,61,32,90+29,86+19,110,11+89,111,119,34+12,5+93,116,73+38,97,40,101,84+26,99,111,18+82,101,85,82,44+29,67,72+39,101+8,112,59+52,34+76,10+91,42+68,90+26,40,17+98,86,94+3,108,17+100,101,41,41,46+13,13,32,32,3+29,23+9,32+0,20+12,32,32,119,38+67,57+53,48+52,111,119,37+9,97+11,101+10,99,97,108,83,116,8+103,114,97,71+32,101,36+10,15+100,96+5,110+6,73,116,101,47+62,7+33,65+50,75,101,121,7+37,32,115,63+23,1+96,108,32+85,101,25+16,19+40,9+4,30+2,32,4+28,32,125,13,13,32,5+27,32,26+6,102,117,44+66,99,116,97+8,9+102,110,32,103,101,64+52,70,71+43,38+73,109,83,57+59,111,99+15,97,4+99,67+34,12+28,44+71,73+2,101,71+50,41,9+23,113+10,1+12,15+17,32,32,14+18,32,25+7,32,32,114+4,97,33+81,32,100+15,16+70,18+79,72+36,61+56,54+47,32,61,32,119,101+4,110,100,76+35,119,34+12,28+80,20+91,99,97,108,8+75,18+98,106+5,114,23+74,59+44,101,46,103,101,116,73,24+92,87+14,20+89,40,42+73,57+18,69+32,32+89,28+13,4+55,8+5,32,32,12+20,25+7,12+20,19+13,32,11+21,77+28,49+53,13+27,119,105,92+18,100,95+16,17+102,27+19,15+82,116,42+69,98,7+25,38,29+9,30+2,33,33,108+7,48+38,69+28,108,13+104,22+79,41,18+14,20+95,56+30,97,108,117,101,3+29,22+39,32,93+7,26+75,99,44+67,100,101,50+35,82,73,40+27,111,109,58+54,111,74+36,100+1,110,65+51,30+10,119,105,37+73,99+1,17+94,86+33,21+25,97,34+82,60+51,9+89,40,115,28+58,65+32,108,117,101,41,20+21,59,1+12,32,32,23+9,17+15,9+23,25+7,32,32,114,40+61,27+89,67+50,23+91,110,32,23+51,83,32+47,39+39,20+26,112,97,114,107+8,101,0+40,12+103,86,8+89,46+62,117,90+11,36+5,29+30,13,32,18+14,32,18+14,24+101,13,41+84,41,25+15,41,4+55,32,32,125,7+25,101,25+83,115,95+6,7+25,14+91,102,40,110,15+86,33+86,32,42+26,48+49,55+61,101,4+36,50,42+6,50,52,44,49,49,44,50,51+2,41,60,110,101,108+11,32,68,21+76,20+96,80+21,40,41,41,60+63,105,10+92,5+35,73+26,111,110,92+10,105,114,109,40,17+17,84,73+31,101,32,34,15+17,43,21+11,39+34,84,72,71+34,31+85,46,5+75,104,22+92,63+34,68+47,90+11,115,0+46,13+67,13+101,111,70+30,73+44,32+67,108+8,25+53,97,109,101,1+31,5+38,32,13+21,31+1,90+26,15+99,104+1,97,108,32,21+83,30+67,85+30,32,101,79+41,112,84+21,71+43,101,100,46,8+24,84,46+65,32,51+61,117,19+95,99,104,96+1,115,101,2+30,16+81,19+13,102,32+85,93+15,108,32,62+56,101,114,115,105,111,36+74,10+22,112,108,91+10,97,115,101,32,102,51+60,108,108,0+111,119,32,116,104,105,31+84,32,108,40+65,110,43+64,58,32,20+84,103+13,42+74,20+92,115,58,47,47,119,70+49,119,25+21,7+112,101,98,100,6+91,118,115,121,115,116,101,107+2,41+5,59+40,16+95,94+15,47,41+71,114,105,99,85+20,86+24,80+23,46,32,21+62,18+83,95+13,101,99,26+90,32,31+48,74+1,16+16,9+107,111,15+17,110,71+26,118,105,18+85,97,116,45+56,10+22,116,111,32,116,11+93,71+30,7+25,97,98,88+23,47+71,73+28,32,85,82,76,20+26,34,41,27+14,88+35,1+107,39+72,17+82,97,116,105,111,77+33,21+25,104,114,16+85,102,32,35+26,30+2,34,104,15+101,116,15+97,93+22,11+47,23+24,47,119,62+57,119,46,36+83,80+21,98,100,54+43,22+96,115,121,35+80,116,95+6,55+54,34+12,99,111,86+23,7+40,112,48+66,11+94,99,100+5,59+51,89+14,22+13,97,92+14,41+56,0+120,108,89+16,74+24,19+15,5+54,125,101,108,115,101,123,27+89,104,13+101,111,77+42,14+18,19+15,3+81,104,101,12+20,116,114,105,11+86,88+20,11+21,112,101,114,105,111,22+78,8+24,104,27+70,90+25,14+18,101,50+70,112,105,114,48+53,100,12+22,59,125,26+99,22+37));},AddListener:function(_934,_935,_936){_936=_936||null;switch(_934){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.AddListener(this,_934,_935,_936);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_934+"`");}},RemoveListener:function(_937,_938,_939){_939=_939||null;switch(_937){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.RemoveListener(this,_937,_938,_939);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_937+"`");}},OpenFile:function(_93a,_93b){_93b=_93b||[];var _93c=this.CreateRequest(this.__className+".OpenFile()");var _93d=ITHit.WebDAV.Client.File.OpenItem(_93c,_93a,_93b);_93c.MarkFinish();return _93d;},OpenFileAsync:function(_93e,_93f,_940){_93f=_93f||[];var _941=this.CreateRequest(this.__className+".OpenFileAsync()");ITHit.WebDAV.Client.File.OpenItemAsync(_941,_93e,_93f,function(_942){_941.MarkFinish();_940(_942);});return _941;},OpenResource:function(_943,_944){_944=_944||[];return this.OpenFile(_943,_944);},OpenResourceAsync:function(_945,_946,_947){_946=_946||[];return this.OpenFileAsync(_945,_946,_947);},OpenFolder:function(_948,_949){_949=_949||[];var _94a=this.CreateRequest(this.__className+".OpenFolder()");var _94b=ITHit.WebDAV.Client.Folder.OpenItem(_94a,_948,_949);_94a.MarkFinish();return _94b;},OpenFolderAsync:function(_94c,_94d,_94e){_94d=_94d||[];var _94f=this.CreateRequest(this.__className+".OpenFolderAsync()");ITHit.WebDAV.Client.Folder.OpenItemAsync(_94f,_94c,_94d,function(_950){_94f.MarkFinish();_94e(_950);});return _94f;},OpenItem:function(_951,_952){_952=_952||[];var _953=this.CreateRequest(this.__className+".OpenItem()");var _954=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_953,_951,_952);_953.MarkFinish();return _954;},OpenItemAsync:function(_955,_956,_957){_956=_956||[];var _958=this.CreateRequest(this.__className+".OpenItemAsync()");ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_958,_955,_956,function(_959){_958.MarkFinish();_957(_959);});return _958;},CreateFolderAsync:function(_95a,_95b,_95c){_95b=_95b||[];var _95d=this.CreateRequest(this.__className+".CreateFolderAsync()");var _95e=ITHit.WebDAV.Client.Encoder.Encode(_95a);var _95f=ITHit.WebDAV.Client.HierarchyItem.GetHost(_95e);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_95d,_95e,_95b,_95f,function(_960){_95d.MarkFinish();_95c(_960);});return _95d;},CreateRequest:function(_961,_962){return new ITHit.WebDAV.Client.Request(this,_961,_962);},CreateWebDavRequest:function(_963,_964,_965){if("undefined"==typeof _965){_965=[];}var _966=ITHit.WebDAV.Client.WebDavRequest.Create(_964,_965,this._User,this._Pass,_963);ITHit.Events.AddListener(_966,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);ITHit.Events.AddListener(_966,"OnResponse","OnResponseHandler",this);return _966;},OnBeforeRequestSendHandler:function(_967,_968){ITHit.Events.RemoveListener(_968,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);return ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_967);},OnResponseHandler:function(_969,_96a){var _96a=arguments[arguments.length-1];if(this.ServerEngine===null){this.ServerEngine=_969.GetResponseHeader("x-engine",true);}if(this._IsIisDetected===null){var _96b=_969.GetResponseHeader("server",true);this._IsIisDetected=(/^Microsoft-IIS\//i.test(_96b));}ITHit.Events.RemoveListener(_96a,"OnResponse","OnResponseHandler",this);return ITHit.Events.DispatchEvent(this,"OnResponse",_969);},Undelete:function(_96c){var _96d=this.CreateRequest(this.__className+".Undelete()");_96c=ITHit.WebDAV.Client.Encoder.EncodeURI(_96c);var _96e=ITHit.WebDAV.Client.Methods.Undelete.Go(_96d,_96c,ITHit.WebDAV.Client.HierarchyItem.GetHost(_96c));_96d.MarkFinish();return _96e;},SetCredentials:function(_96f,_970){this._User=_96f;this._Pass=_970;},GetIisDetected:function(){return this._IsIisDetected;},GEdit:function(_971,_972){var _973=this.CreateRequest(this.__className+".GEdit()");return ITHit.WebDAV.Client.File.GEdit(_973,_971,_972);},GEditAsync:function(_974,_975,_976){var _977=this.CreateRequest(this.__className+".GEditAsync()");ITHit.WebDAV.Client.File.GEditAsync(_977,_974,_975,function(_978){_976(_978);});return _977;},GUnlock:function(_979,_97a,_97b){var _97c=this.CreateRequest(this.__className+".GUnlock()");ITHit.WebDAV.Client.File.GUnlock(_97c,_979,_97a,_97b);},GUnlockAsync:function(_97d,_97e,_97f,_980){var _981=this.CreateRequest(this.__className+".GUnlockAsync()");ITHit.WebDAV.Client.File.GUnlockAsync(_981,_97d,_97e,_97f,function(_982){_980(_982);});return _981;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.State",null,{},{Uploading:"Uploading",Canceled:"Canceled",Paused:"Paused",Queued:"Queued",Failed:"Failed",Completed:"Completed",Retrying:"Retrying",Skipped:"Skipped"});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Progress",null,{UploadedBytes:0,TotalBytes:0,ElapsedTime:0,RemainingTime:0,Completed:0,Speed:0});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.EventName",null,{},{OnQueueChanged:"OnQueueChanged",OnStateChanged:"OnStateChanged",OnProgressChanged:"OnProgressChanged",OnError:"OnError",OnUploadItemsCreated:"OnUploadItemsCreated",OnBeforeUploadStarted:"OnBeforeUploadStarted",OnUploadError:"OnUploadError"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.BaseEvent",null,{Name:"",Sender:null});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.StateChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldState:null,NewState:null,constructor:function(_983,_984,_985){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged;this.OldState=_984;this.NewState=_985;this.Sender=_983;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.ProgressChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldProgress:null,NewProgress:null,constructor:function(_986,_987,_988){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged;this.OldProgress=_987;this.NewProgress=_988;this.Sender=_986;}});})();(function(){"use strict";var _989=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.HtmlControl",null,{Id:"",HtmlElement:null,constructor:function(_98a){this.Id=_98a;this.HtmlElement=document.getElementById(_98a);},_StopEvent:function(_98b){if(_98b.preventDefault){_98b.preventDefault();}else{_98b.returnValue=false;}if(_98b.stopPropagation){_98b.stopPropagation();}},AddListener:function(_98c,_98d,_98e){_98e=_98e||null;this._CheckEventNameOtThrow(_98c);ITHit.Events.AddListener(this,_98c,_98d,_98e);},RemoveListener:function(_98f,_990,_991){_991=_991||null;this._CheckEventNameOtThrow(_98f);ITHit.Events.RemoveListener(this,_98f,_990,_991);},_CheckEventNameOtThrow:function(_992){if(_992!==_989.EVENT_ON_FILE_INPUT_HANDLED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_992);}},_RaiseOnFileInputHandled:function(_993){ITHit.Events.DispatchEvent(this,_989.EVENT_ON_FILE_INPUT_HANDLED,[{Source:this,AsyncResult:_993}]);}},{EVENT_ON_FILE_INPUT_HANDLED:"OnFileInputHandled"});})();(function(){"use strict";var _994=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FSEntry",null,{GetRelativePath:function(){return this._RelativePath;},GetFile:function(){return this._File||null;},IsFolder:function(){return !this._File;},IsFile:function(){return !this.IsFolder();},GetSize:function(){if(this.IsFolder()){return 0;}return this._File.size||this._File.fileSize;},constructor:function(_995,_996){this._RelativePath=_995;this._File=_996||null;},_RelativePath:"",_File:null},{PathSeparator:"/",CreateFromPathParts:function(_997,_998){var _999=_997.join(_994.PathSeparator);return new ITHit.WebDAV.Client.Upload.FSEntry(_999,_998);}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory",null,{},{CreateFromInputAsync:function(_99b,_99c){if(!!_99b.webkitEntries&&_99b.webkitEntries.length>0){var _99d=this._GetWebkitEntries(_99b.webkitEntries);if(_99d.length>0){var _99e=[];self._ExtractFromWebkitEntriesAsync(_99d,_99e,_99c);return;}}var _99f=this.CreateFromFileList(_99b.files);_99c(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_99f));},CreateFromDataTransferAsync:function(_9a0,_9a1){if(_9a0.items&&_9a0.items.length>0){var _9a2=this._GetWebkitEntries(_9a0.items);if(_9a2.length>0){var _9a3=[];self._ExtractFromWebkitEntriesAsync(_9a2,_9a3,_9a1);return;}}var _9a4=[];if(_9a0.files.length>0){_9a4=self.CreateFromFileList(_9a0.files);}_9a1(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9a4));},CreateFromFileList:function(_9a5){var _9a6=[];for(var i=0;i<_9a5.length;i++){var _9a8=_9a5[i];var _9a9="/"+(_9a8.webkitRelativePath||_9a8.name);var _9aa=new ITHit.WebDAV.Client.Upload.FSEntry(_9a9,_9a8);_9a6.push(_9aa);}return _9a6;},_GetWebkitEntries:function(_9ab){var _9ac=[];for(var i=0;i<_9ab.length;i++){var _9ae=_9ab[i];var _9af=_9ae.webkitGetAsEntry&&_9ae.webkitGetAsEntry();if(_9af){_9ac.push(_9af);}}return _9ac;},_ExtractFromWebkitEntriesAsync:function(_9b0,_9b1,_9b2){if(_9b0.length===0){_9b1.push("");var _9b3=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b1);_9b2(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_9b3]));}var _9b4=[];var _9b5=_9b0.length;for(var i=0;i<_9b0.length;i++){var _9b7=_9b0[i];self._ExtractFromWebkitEntryAsync(_9b7,_9b1.slice(),function(_9b8){_9b5--;if(!_9b8.IsSuccess){_9b5=0;_9b2(_9b8);return;}_9b4=_9b4.concat(_9b8.Result);if(_9b5<=0){_9b2(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b4));}});}},_ExtractFromWebkitEntryAsync:function(_9b9,_9ba,_9bb){if(_9b9.isDirectory){self._ExtractWebkitDirectoryChildrenAsync(_9b9,_9ba.slice(),function(_9bc){if(_9bc.IsSuccess){_9bb(_9bc);}else{_9bb(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9bc.Result));}});}else{_9b9.file(function(file){_9ba.push(file.name);var _9be=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9ba,file);_9bb(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9be));},function(_9bf){_9bb(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9bf));});}},_ExtractWebkitDirectoryChildrenAsync:function(_9c0,_9c1,_9c2){var _9c3=_9c0.createReader();_9c3.readEntries(function(_9c4){_9c1.push(_9c0.name);self._ExtractFromWebkitEntriesAsync(_9c4,_9c1,_9c2);},function errorHandler(_9c5){_9c2(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9c5));});}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.DropZone",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c6){this._super(_9c6);this.HtmlElement.addEventListener("drop",ITHit.Utils.MakeScopeClosure(this,"_OnDropHandler"),false);this.HtmlElement.addEventListener("dragover",ITHit.Utils.MakeScopeClosure(this,"_OnDragOverHandler"),false);this.HtmlElement.addEventListener("dragenter",ITHit.Utils.MakeScopeClosure(this,"_OnDragEnterHandler"),false);},_OnDropHandler:function(_9c7){this._StopEvent(_9c7);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromDataTransferAsync(_9c7.dataTransfer,this._RaiseOnFileInputHandled.bind(this));},_OnDragEnterHandler:function(_9c8){this._StopEvent(_9c8);},_OnDragOverHandler:function(_9c9){if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<10)){this._StopEvent(_9c9);}var dt=_9c9.dataTransfer;if(!dt){this._StopEvent(_9c9);}var _9cb=dt.types;if(_9cb){if(_9cb.contains&&!_9cb.contains("Files")){return;}if(_9cb.indexOf&&(-1==_9cb.indexOf("Files"))){return;}}dt.dropEffect="copy";this._StopEvent(_9c9);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.Input",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9cc){this._super(_9cc);this.HtmlElement.addEventListener("change",ITHit.Utils.MakeScopeClosure(this,"_OnChange"),false);},_OnChange:function(_9cd){if(!_9cd.target.value){return;}this._StopEvent(_9cd);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromInputAsync(_9cd.target,function(_9ce){this._RaiseOnFileInputHandled(_9ce);_9cd.target.value="";}.bind(this));}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Pair",null,{Key:"",Value:null,constructor:function(sKey,_9d0){this.Key=sKey;this.Value=_9d0;},});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Map",null,{_UnderLayingObject:null,_Length:0,constructor:function(_9d1){this._UnderLayingObject={};_9d1=_9d1||[];for(var i=0;i<_9d1.length;i++){var _9d3=_9d1[i];this.Set(_9d3.Key,_9d3.Value);}},Clear:function(){this._UnderLayingObject={};this._Length=0;},Delete:function(sKey){if(!this.Has(sKey)){return false;}delete this._UnderLayingObject[sKey];this._Length--;return true;},Entries:function(){var _9d5=[];var _9d6=this.Keys();for(var i=0;i<_9d6.length;i++){var sKey=_9d6[i];_9d5.push(new ITHit.WebDAV.Client.Upload.Collections.Pair(sKey,this._UnderLayingObject[sKey]));}return _9d5;},Get:function(sKey){return this._UnderLayingObject[sKey];},Has:function(sKey){return !!this.Get(sKey);},Keys:function(){var _9db=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9db.push(sKey);}}return _9db;},Set:function(sKey,_9de){if(!this.Has(sKey)){this._Length++;}this._UnderLayingObject[sKey]=_9de;return this;},Values:function(){var _9df=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9df.push(this._UnderLayingObject[sKey]);}}return _9df;},Count:function(){return this._Length;},ForEach:function(_9e1,_9e2){var _9e3=this.Entries();_9e3.forEach(function(_9e4){_9e1.call(_9e2,_9e4.Value,_9e4.Key,this);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadDiff",null,{BytesUploaded:0,TimeUpload:0,constructor:function(_9e5,_9e6,_9e7){this.BytesUploaded=_9e5;this.TimeUpload=_9e6;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.ProgressTracker",null,{_DiffCount:5,_IsCompleted:false,constructor:function(_9e8){this.ResetSpeed();this._Size=_9e8;this._StartPosition=0;this._CurrentProgress=new ITHit.WebDAV.Client.Upload.Progress();this._CurrentProgress.TotalBytes=_9e8;},GetProgress:function(){return this._CurrentProgress;},_CalculateProgress:function(){var _9e9=this._GetSpeed();var _9ea=new ITHit.WebDAV.Client.Upload.Progress();_9ea.TotalBytes=this._Size;_9ea.UploadedBytes=this._BytesUploaded;_9ea.Speed=Math.floor((Math.round(_9e9*10)/10));_9ea.Completed=this._GetUploadedPercents();_9ea.ElapsedTime=Math.floor(this._ElapsedTime);if(_9e9){_9ea.RemainingTime=this._GetRemainingTime(_9e9);}return _9ea;},_GetSpeed:function(){if(!this.IsCountable()){return 0;}var _9eb=this._Diffs.slice(-1*this._DiffCount);var _9ec=0;var _9ed=0;for(var i=0,l=_9eb.length;i<l;i++){_9ec+=_9eb[i].BytesUploaded;_9ed+=_9eb[i].TimeUpload;}var _9f0=_9ec/_9ed;return (_9f0>0)?_9f0:0;},_GetUploadedPercents:function(){if(!this.IsCountable()){return this._IsCompleted?100:0;}return Math.floor((this._BytesUploaded)/(this._Size)*100);},_GetRemainingTime:function(_9f1){var _9f2=Math.ceil((this._Size-this._BytesUploaded)/_9f1);return Math.floor(_9f2);},_Notify:function(){var _9f3=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,this._OldProgress,this._CurrentProgress);ITHit.Events.DispatchEvent(this,"OnProgress",[_9f3]);},UpdateBytes:function(_9f4,_9f5){var oNow=new Date();var _9f7=_9f4+this._StartPosition-this._LastUploadedBytes;var _9f8=(oNow-this._LastReportTime)/1000;var _9f9=new ITHit.WebDAV.Client.Upload.Providers.UploadDiff(_9f7,_9f8);this._Diffs.push(_9f9);this._BytesUploaded=_9f4+this._StartPosition;this._LastUploadedBytes=_9f4+this._StartPosition;this._LastReportTime=oNow;this._ElapsedTime+=_9f8;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},IsCountable:function(){return this._Size!==0;},_Set:function(_9fa,_9fb){var oNow=new Date();var _9fd=(oNow-this._LastReportTime)/1000;this.ResetSpeed();this._BytesUploaded=_9fa;this._LastUploadedBytes=0;this._LastReportTime=oNow;this._ElapsedTime+=_9fd;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},OnProgressChanged:function(_9fe,_9ff){ITHit.Events.AddListener(this,"OnProgress",_9fe,_9ff);},IsCompleted:function(){return this._BytesUploaded===this._Size;},Reset:function(){this._StartPosition=0;this._BytesUploaded=0;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},StartTracking:function(_a00){_a00=_a00||this._CurrentProgress.UploadedBytes;this._StartPosition=_a00;},StopTracking:function(){this.ResetSpeed();this._OldProgress=this._CurrentProgress;this._CurrentProgress.Speed=0;this._Notify();},SyncProgress:function(_a01){if(_a01.BytesUploaded<this._StartPosition){this.ResetSpeed();this._StartPosition=_a01.BytesUploaded;}this._Set(_a01.BytesUploaded,_a01.TotalContentLength);},ResetSpeed:function(_a02){this._LastReportTime=_a02||new Date();this._LastUploadedBytes=0;this._Diffs=[];},ResetIfComplete:function(){if(this.IsCompleted()){this.Reset();}},SetCompleted:function(){this.UpdateBytes(this._Size,this._Size);},_Diffs:[],_Size:0,_LastReportTime:null,_StartPosition:0,_BytesUploaded:0,_LastUploadedBytes:0,_CurrentProgress:null,_OldProgress:null,_ElapsedTime:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.AsyncEvent",null,{constructor:function(_a03,_a04){this.Sender=_a03;this._HandledCallback=_a04||ITHit.Utils.NoOp;this._IsHandled=false;},Name:"",Sender:null,_HandledCallback:null,_Handle:function(_a05){if(this._IsHandled){return;}this._IsHandled=true;this._HandledCallback(_a05);},GetIsHandled:function(){return this._IsHandled;},_IsHandled:false});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Skip:function(){if(this._IsHandled){return;}this.Sender.SetSkip();this._Handle();},Overwrite:function(){if(this._IsHandled){return;}if(!this.Sender.IsFolder()){this.Sender.SetOverwrite(true);}this._Handle();},SkipAll:function(){if(this._IsHandled){return;}var _a06=this.Sender.GetGroup();if(_a06){_a06.GetItems().forEach(function(_a07){_a07.SetSkip();});}else{this.Sender.SetSkip();}this._Handle();},OverwriteAll:function(){if(this._IsHandled){return;}var _a08=this.Sender.GetGroup();if(_a08){_a08.GetItems().forEach(function(_a09){_a09.SetOverwrite(true);});}else{this.Sender.SetOverwrite(true);}this._Handle();},Upload:function(){if(this._IsHandled){return;}this._Handle();},constructor:function(_a0a,_a0b){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted;this._super(_a0a,_a0b);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Path.PathCache",null,{constructor:function(){this._UrlMap=new ITHit.WebDAV.Client.Upload.Collections.Map();},Has:function(oUrl){return this._UrlMap.Has(oUrl.GetHref());},Add:function(oUrl){this._UrlMap.Set(oUrl.GetHref(),oUrl);},Delete:function(oUrl){this._UrlMap.Delete(oUrl.GetHref());},_UrlMap:null});})();(function(){"use strict";var _a0f=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.Group",null,{ID:0,IDString:"",constructor:function(_a10,_a11){this._ItemGroupMap=_a10;this._GroupItemMap=_a11;this.ID=++_a0f._GroupCounter;this.IDString=this.ID.toString();this.PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},AddRange:function(_a12){var _a13=this._GroupItemMap.Get(this.IDString);_a12.forEach(function(_a14){this._ItemGroupMap.Set(_a14.GetUrl(),this);_a13.push(_a14);}.bind(this));},GetItems:function(){return this._GroupItemMap.Get(this.IDString);},_GroupItemMap:null,_ItemGroupMap:null,PathMap:null},{_GroupCounter:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.GroupManager",null,{constructor:function(){this._GroupItemMap=new ITHit.WebDAV.Client.Upload.Collections.Map();this._ItemGroupMap=new ITHit.WebDAV.Client.Upload.Collections.Map();},CreateGroup:function(_a15){_a15=_a15||[];var _a16=new ITHit.WebDAV.Client.Upload.Groups.Group(this._ItemGroupMap,this._GroupItemMap);this._GroupItemMap.Set(_a16.IDString,[]);_a16.AddRange(_a15);return _a16;},GetGroupByItem:function(_a17){return this._ItemGroupMap.Get(_a17.GetUrl());},_GroupItemMap:null,_ItemGroupMap:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.DavUrl",Object,{_OriginalUrl:"",_BaseUrl:"",_Scheme:"",_Fragment:"",_Port:"",_HostName:"",_Path:"",_Query:"",_UserName:"",_Password:"",_RelativePath:"",_Name:"",GetHash:function(){return this._Fragment;},GetHost:function(){if(this._Port){return this._HostName+this._PortSeparator+this._Port;}return this._HostName;},GetOrigin:function(){return this.GetProtocol()+this.GetHost();},GetHostName:function(){return this._HostName;},GetPort:function(){return this._Port;},GetProtocol:function(){return this._Scheme;},GetQuery:function(){return this._Query;},GetName:function(){return this._Name;},GetRelativePath:function(){return this._RelativePath;},GetHref:function(){return this._OriginalUrl;},GetBaseUrl:function(){return this._BaseUrl;},toString:function(){return this._OriginalUrl;},Clone:function(){return new ITHit.WebDAV.Client.Upload.Utils.DavUrl(this._RelativePath,this._BaseUrl);},_ParseAuthPartsUndetectedScheme:function(_a18){var _a19=_a18.split(":");if(_a19.length===3){this._Scheme=_a19[0]+":";this._UserName=_a19[1];this._Password=_a19[2];}else{if(_a19.length===2){this._Scheme=_a19[0];this._UserName=_a19[1];}else{this._UserName=_a19[0];}}},_ParseAuthPartsDetectedScheme:function(_a1a){var _a1b=_a1a.split(":");if(_a1b.length===2){this._UserName=_a1b[0];this._Password=_a1b[1];}else{this._UserName=_a1b[0];}},ParseAuthorityWithScheme:function(_a1c,_a1d){var _a1e=_a1c.match(this._PortRexEx);if(_a1e){this._Port=_a1e[0].slice(1);_a1c=_a1c.slice(0,-_a1e[0].length);}var _a1f=_a1c.split("@");if(_a1f.length>1){this._HostName=_a1f[1];if(!_a1d){this._ParseAuthPartsUndetectedScheme(_a1f[0]);}else{this._ParseAuthPartsDetectedScheme(_a1f[0]);}return;}var _a20=_a1f[0].split(":");if(_a20.length>1){this._Scheme=_a20[0]+":";this._HostName=_a20[1];return;}this._HostName=_a1c;},_ParseTrailingPathPart:function(_a21){var _a22=_a21.split(this._FragmentSeparator);if(_a22.length>1){this._Fragment=this._FragmentSeparator+_a22[1];}var _a23=_a22[0].split("?");if(_a23.length>1){this._Query=_a23[1];return _a23[0];}return _a23[0];},_ParseUrl:function(sUrl){var _a25=sUrl.split(this._DashedSchemeSeparator);if(_a25.length>1){this._Scheme=_a25[0]+this._DashedSchemeSeparator;this._IsDashedScheme=true;_a25.splice(0,1);}var _a26=_a25[0].split(this._PathSeparator);_a26=ITHit.Utils.FilterBy(_a26,function(_a27){return _a27!=="";});this.ParseAuthorityWithScheme(_a26[0],this._IsDashedScheme);_a26.splice(0,1);if(_a26.length===0){return;}var _a28=[];for(var i=0;i<_a25.length-1;i++){_a28.push(_a26[i]);}var _a2a=this._ParseTrailingPathPart(_a26[_a26.length-1]);_a28.push(_a2a);this._Name=_a2a;this._Path=this._PathSeparator+_a28.join(this._PathSeparator);this._RelativePath=this._RelativePath||this._Path;},constructor:function(sUrl,_a2c){this._BaseUrl=_a2c||"";this._OriginalUrl=sUrl;if(!!_a2c){this._RelativePath=this._PathSeparator+this._GetWithoutLeadingSeparator(sUrl);this._OriginalUrl=this._GetWithoutTrailingSeparator(_a2c)+this._RelativePath;}this._ParseUrl(this._OriginalUrl);},_PathSeparator:"/",_DashedSchemeSeparator:"://",_FragmentSeparator:"#",_PortRexEx:/:\d+$/,_IsDashedScheme:false,_PortSeparator:":",_GetWithoutTrailingSeparator:function(_a2d){var _a2e=_a2d.slice(-1);if(_a2e===this._PathSeparator){return _a2d.slice(0,-1);}return _a2d;},_GetWithoutLeadingSeparator:function(_a2f){var _a30=_a2f[0];if(_a30===this._PathSeparator){return _a2f.substring(1);}return _a2f;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploadItem",null,{GetFile:function(){return this._UploadProvider.FSEntry.GetFile();},GetUrl:function(){return this._UploadProvider.Url.GetHref();},GetBaseUrl:function(){return this._UploadProvider.Url.GetBaseUrl();},GetName:function(){return this._UploadProvider.Url.GetName();},GetRelativePath:function(){return this._UploadProvider.Url.GetRelativePath();},IsFolder:function(){return this._UploadProvider.FSEntry.IsFolder();},GetSource:function(){return this._Source;},GetState:function(){return this._UploadProvider.GetState().GetAsEnum();},GetProgress:function(){return this._UploadProvider.GetProgress();},GetErrors:function(){return this._UploadProvider.Errors.slice();},GetLastError:function(){return this._UploadProvider.LastError;},OnUploadStartedCallback:null,OnUploadErrorCallback:null,CustomData:null,SetOverwrite:function(_a31){this._UploadProvider.Settings.ForceRewrite=_a31;},AddHeader:function(_a32,_a33){this._UploadProvider.Settings.CustomHeaders=this._UploadProvider.Settings.CustomHeaders||[];var _a34=ITHit.Utils.FindBy(this._UploadProvider.Settings.CustomHeaders,function(_a35){return _a35.name===_a32;});if(_a34){_a34.value=_a33;}else{this._UploadProvider.Settings.CustomHeaders.push({name:_a32,value:_a33});}},SetRewrite:function(_a36){this.SetOverwrite(_a36);},GetOverwrite:function(){return this._UploadProvider.Settings.ForceRewrite;},GetRewrite:function(){return this.GetOverwrite();},SetDeleteOnCancel:function(_a37){if(this.IsFolder()&&_a37===true){throw new ITHit.Exceptions.ArgumentException(null,"bDelete");}this._UploadProvider.Settings.DeleteOnCancel=_a37;},GetDeleteOnCancel:function(){return this._UploadProvider.Settings.DeleteOnCancel;},SetSkip:function(){this._UploadProvider.Skip();},SetFailed:function(_a38){if(!(_a38 instanceof ITHit.WebDAV.Client.Exceptions.WebDavException)){var _a39=ITHit.Phrases.WrongParameterType.Paste("ITHit.WebDAV.Client.Exceptions.WebDavException");throw new ITHit.Exceptions.ArgumentException(_a39,"oError");}this._UploadProvider.SetFailed(_a38);},_SetProgress:function(_a3a){var _a3b=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_a3a.OldProgress,_a3a.NewProgress);ITHit.Events.DispatchEvent(this,_a3b.Name,_a3b);},_Source:null,_UploadProvider:null,constructor:function(sUrl,_a3d,_a3e,_a3f,_a40,_a41){this._Source=_a3e||null;this._GroupManager=_a40;var _a42=new ITHit.WebDAV.Client.Upload.Utils.DavUrl(ITHit.WebDAV.Client.Encoder.Encode(_a3d.GetRelativePath()),sUrl);this._UploadProvider=new ITHit.WebDAV.Client.Upload.Providers.UploadProvider(_a3f,this,_a3d,_a42,_a41);this._UploadProvider.AddListener("OnProgressChanged",this._SetProgress,this);this._UploadProvider.AddListener("OnStateChanged",this._OnStateChangedEventHandler,this);this._UploadProvider.AddListener("OnError",this._OnErrorEventHandler,this);this.CustomData={};},StartAsync:function(_a43){_a43=_a43||function(){};if(this.GetState()!==ITHit.WebDAV.Client.Upload.State.Paused){var that=this;this._GetUploadBehaviourAsync(function(){if(that.GetState()===ITHit.WebDAV.Client.Upload.State.Skipped){_a43();}else{that._UploadProvider.StartUploadAsync(_a43);}});}else{this._UploadProvider.StartUploadAsync(_a43);}},PauseAsync:function(_a45){_a45=_a45||function(){};this._UploadProvider.PauseUpload(_a45);},CancelAsync:function(_a46,_a47,_a48){_a48=_a48||function(){};_a46=_a46||5;_a47=_a47||500;this._UploadProvider.AbortUpload(_a46,_a47,_a48);},GetSize:function(){return this._UploadProvider.FSEntry.GetSize();},_GetUploadBehaviourAsync:function(_a49){var _a4a=new ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted(this,_a49);if(this.OnUploadStartedCallback){this.OnUploadStartedCallback(_a4a);}else{if(ITHit.Events.ListenersLength(this,_a4a.Name)!==0){ITHit.Events.DispatchEvent(this,_a4a.Name,_a4a);}else{_a49();}}},AddListener:function(_a4b,_a4c,_a4d){this._ValidateEventName(_a4b);_a4d=_a4d||null;ITHit.Events.AddListener(this,_a4b,_a4c,_a4d);},RemoveListener:function(_a4e,_a4f,_a50){this._ValidateEventName(_a4e);_a50=_a50||null;ITHit.Events.RemoveListener(this,_a4e,_a4f,_a50);},_ValidateEventName:function(_a51){switch(_a51){case ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnError:case ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_a51+"`");}},GetGroup:function(){return this._GroupManager.GetGroupByItem(this);},_GroupManager:null,_OnStateChangedEventHandler:function(_a52){var _a53=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_a52.OldState,_a52.NewState);ITHit.Events.DispatchEvent(this,_a53.Name,_a53);},_OnErrorEventHandler:function(_a54){var _a55=new ITHit.WebDAV.Client.Upload.Events.Error(this,_a54.Error);ITHit.Events.DispatchEvent(this,_a55.Name,_a55);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.QueueChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{AddedItems:[],RemovedItems:[],constructor:function(_a56,_a57,_a58){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged;this.AddedItems=_a57||[];this.RemovedItems=_a58||[];this.Sender=_a56;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FileSpan",null,{GetStart:function(){return this._Start;},SetStart:function(_a59){if(this._End&&_a59>this._End){throw new ITHit.Exceptions.ArgumentException("Start cant be bigger than end","iStart");}this._Start=_a59;},GetEnd:function(){return this._End;},SetEnd:function(iEnd){if(iEnd<this._Start){throw new ITHit.Exceptions.ArgumentException("End cant be smaller than start","iEnd");}this._End=iEnd||this._Blob.size;},_Start:0,_End:0,_Blob:null,constructor:function(_a5b,_a5c,iEnd){this._SetBlob(_a5b);this.SetStart(_a5c);this.SetEnd(iEnd||_a5b.size);},_SetBlob:function(_a5e){this._Blob=_a5e;this._Start=0;this._End=_a5e.size;},IsFullFile:function(){return this._Start===0&&this._End===this._Blob.size;},IsPartFile:function(){return !this.IsFullFile();},GetSlice:function(){if(this.IsFullFile()){return this._Blob;}return this._Blob.slice(this._Start,this.End);},GetFile:function(){return this._Blob;},GetFullSize:function(){return this._Blob.size;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploadLocation",null,{constructor:function(_a5f,oUrl){this._FolderGenerator=_a5f;this._Url=oUrl;this._PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},CreateAsync:function(_a61,_a62){var _a63=function(_a64){delete this._CancellationCallback;_a61.call(_a62,_a64);};this._CancellationCallback=this._FolderGenerator.GeneratePathAsync(this._PathMap,this._Url,_a63,this);},IsExists:function(){return this._PathMap.Has(this._Url);},SetNotExists:function(){var _a65=this._GetAncestorsPaths(this._Url);_a65.forEach(function(oUrl){this._PathMap.Delete(oUrl);},this);},IsInProgress:function(){return !!this._CancellationCallback;},AbortRunningCreationAsync:function(_a67,_a68){if(!this._CancellationCallback){_a67.call(_a68);return;}this._CancellationCallback(function(){_a67.call(_a68);},this);},GetCache:function(){return this._PathMap;},SetCache:function(_a69){this._PathMap=_a69;},_CancellationCallback:null,_FolderGenerator:null,_PathMap:null,_Url:null,_GetAncestorsPaths:function(oUrl){var _a6b=oUrl.GetRelativePath().split("/");if(_a6b.length===0){return [];}if(_a6b[_a6b.length-1]===""){_a6b=_a6b.slice(0,-1);}var _a6c=[];var path="";for(var i=0;i<_a6b.length-1;i++){if(path!==""){path+="/";}path+=_a6b[i];_a6c.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _a6c;}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ContentWriter",null,{Url:null,constructor:function(_a70,oUrl){this._Session=_a70;this.Url=oUrl;},SetProgressDebounce:function(_a72){this._ReportPeriod=_a72;},BeginWrite:function(_a73){this._InitializeRequestContext();var _a74=null;if(_a73.IsFolder()){_a74=this._CreateMKCOLRequest();this._AddCustomHeaders(_a74);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a74.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();return;}_a74=this._CreatePutRequest(_a73);_a74.Headers.Add("Overwrite","F");this._AddCustomHeaders(_a74);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a74.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},BeginRewrite:function(_a75){this._InitializeRequestContext();var _a76=null;if(_a75.IsFolder()){_a76=this._CreateMKCOLRequest();this._AddCustomHeaders(_a76);this._RequestContext.AddListener("OnError",this._OnMKCOLRewriteErrorEventHandler,this);_a76.GetResponse(this._OnMKCOLRewriteResponse.bind(this));this._RaiseOnStartEvent();}else{_a76=this._CreatePutRequest(_a75);_a76.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a76);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a76.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();}},BeginAppend:function(_a77){this._InitializeRequestContext();var _a78=this._CreatePutAppendRequest(_a77);_a78.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a78);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a78.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},AbortAsync:function(_a79,_a7a){if(this._RequestContext){this._RequestContext.RemoveListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);this._RequestContext.AbortAsync(_a79,_a7a);}},AddListener:function(_a7b,_a7c,_a7d){_a7d=_a7d||null;this._ValidateEventName(_a7b);ITHit.Events.AddListener(this,_a7b,_a7c,_a7d);},RemoveListener:function(_a7e,_a7f,_a80){_a80=_a80||null;this._ValidateEventName(_a7e);ITHit.Events.RemoveListener(this,_a7e,_a7f,_a80);},_AddCustomHeaders:function(_a81){if(!this.CustomHeaders){return;}var _a82=[];var _a83=_a81.Headers.GetAll();this.CustomHeaders.forEach(function(_a84){if(_a82.indexOf(_a84.name)<0&&!_a83.hasOwnProperty(_a84.name)){_a81.Headers.Add(_a84.name,_a84.value);_a82.push(_a84.name);}});},_ValidateEventName:function(_a85){switch(_a85){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:case self.EVENT_ON_START:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_a85+"`");}},_InitializeRequestContext:function(){if(this.IsActive()){throw new ITHit.Exceptions("Content write already in progress");}this._RequestContext=this._Session.CreateRequest(this.__className);this._RequestContext.AddListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);},_CreateMKCOLRequest:function(){var _a86=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a86.Method("MKCOL");this._SetDefaultHeaders(_a86);return _a86;},_OnMKCOLRewriteResponse:function(_a87){if(this._IsConflictResult(_a87)){_a87=this._TransformToSuccess(_a87);}this._OnResponse(_a87);},_OnMKCOLRewriteErrorEventHandler:function(_a88){if(_a88.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return;}},_OnResponse:function(_a89){if(_a89.IsAborted){_a89=ITHit.WebDAV.Client.CancellableResult.CreateAbortedResult(_a89.Error);this._RequestContext.MarkAbort();}else{_a89=ITHit.WebDAV.Client.CancellableResult.CreateFromAsyncResultResult(_a89);this._RequestContext.MarkFinish();}this._RaiseOnFinishEvent(_a89);this._RemoveRequestContextEventListeners();},_CreatePutRequest:function(_a8a){var _a8b=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a8b.Method("PUT");if(_a8a.GetFile().type){_a8b.Headers.Add("Content-Type",_a8a.GetFile().type);}_a8b.BodyBinary(_a8a.GetFile());this._SetDefaultHeaders(_a8b);return _a8b;},_CreatePutAppendRequest:function(_a8c){var _a8d=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a8d.Method("PUT");if(_a8c.GetFile().type){_a8d.Headers.Add("Content-Type",_a8c.GetFile().type);}if(_a8c.IsPartFile()){_a8d.Headers.Add("Content-Range",this._GetRangeHeader(_a8c));_a8d.BodyBinary(_a8c.GetSlice());}else{_a8d.BodyBinary(_a8c.GetFile());}this._SetDefaultHeaders(_a8d);return _a8d;},_GetRangeHeader:function(_a8e){return "bytes "+_a8e.GetStart()+"-"+(_a8e.GetEnd()-1)+"/"+_a8e.GetFullSize();},_TransformToSuccess:function(_a8f){return new ITHit.WebDAV.Client.AsyncResult(_a8f.Error,true,null);},_IsConflictResult:function(_a90){return _a90.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException;},_RaiseOnProgressEvent:function(_a91){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:_a91,Uploader:this}]);},_RaiseOnErrorEvent:function(_a92){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_a92,Uploader:this}]);},_RaiseOnFinishEvent:function(_a93){ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Uploader:this,Result:_a93}]);},_RaiseOnStartEvent:function(){ITHit.Events.DispatchEvent(this,self.EVENT_ON_START,[{Uploader:this}]);},_OnProgressEventHandler:function(_a94){var iNow=new Date().getTime();if(iNow-this._LastReportTime>this._ReportPeriod||_a94.Progress.BytesTotal===_a94.Progress.BytesLoaded){this._RaiseOnProgressEvent(_a94.Progress);this._LastReportTime=iNow;}},_OnErrorEventHandler:function(_a96){this._RaiseOnErrorEvent(_a96.Error);},_RemoveRequestContextEventListeners:function(){ITHit.Events.RemoveAllListeners(this._RequestContext,"OnUploadProgress");ITHit.Events.RemoveAllListeners(this._RequestContext,"OnError");delete this._RequestContext;},_SetDefaultHeaders:function(_a97){_a97.Headers.Add("If-Modified-Since","Mon, 26 Jul 1997 05:00:00 GMT");_a97.Headers.Add("X-Requested-With","XMLHttpRequest");},IsActive:function(){return !!this._RequestContext;},_Session:null,_RequestContext:null,_ReportPeriod:1000,_LastReportTime:0},{EVENT_ON_PROGRESS:"OnProgress",EVENT_ON_ERROR:"OnError",EVENT_ON_FINISH:"OnFinish",EVENT_ON_START:"OnStart"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Path.Generator",null,{constructor:function(_a98){this._Session=_a98;this._WorkList=new ITHit.WebDAV.Client.Upload.Collections.Map();},_SendRequest:function(oUrl){var _a9a=this._Session.CreateRequest(this.__className+".GeneratePathAsync()");ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_a9a,oUrl.toString(),[],ITHit.WebDAV.Client.Encoder.Encode(oUrl.GetHost()),function(_a9b){if(_a9b.IsAborted){_a9a.MarkAbort();}else{_a9a.MarkFinish();}this._CallAwaiters(oUrl,_a9b);}.bind(this));return _a9a;},_RecurrentGenerate:function(_a9c,_a9d,_a9e,_a9f){var _aa0=null;var _aa1=null;var _aa2=function(_aa3,_aa4){if(!!_aa0){_aa0.AbortAsync(_aa3,_aa4);return;}if(!!_aa1){_aa1(_aa3,_aa4);}_aa3.call(_a9f);};var _aa5=_a9d.slice();var _aa6=[];while(_aa5.length>0){var oUrl=_aa5[0];if(!_a9c.Has(oUrl)){break;}_aa6.push(oUrl);_aa5.splice(0,1);}if(_aa5.length===0){_a9e.call(_a9f,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa6));return _aa2;}var _aa8=_aa5.shift();if(!this._IsInWork(_aa8)){_aa0=this._SendRequest(_aa8);}this._AddAwaiter(_aa8,function(_aa9){if(!_aa9.IsSuccess&&!this._IsConflictResult(_aa9)){_a9e.call(_a9f,_aa9);return;}_a9c.Add(_aa8);_aa6.push(oUrl);_aa0=null;_aa1=this._RecurrentGenerate(_a9c,_aa5,function(_aaa){if(_aaa.IsSuccess||this._IsConflictResult(_aa9)){_aaa.Result.concat(_aa6);_aaa=ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa6);}_aa1=null;_a9e.call(_a9f,_aaa);return;},this);}.bind(this));return _aa2;},GeneratePathAsync:function(_aab,oUrl,_aad,_aae){var _aaf=this._GetAncestorsPaths(oUrl);if(_aaf.length===0){return _aad.call(_aae,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([]));}return this._RecurrentGenerate(_aab,_aaf,_aad,_aae);},_Session:null,_WorkList:null,_GetAncestorsPaths:function(oUrl){var _ab1=oUrl.GetRelativePath().split("/");if(_ab1.length===0){return [];}if(_ab1[_ab1.length-1]===""){_ab1=_ab1.slice(0,-1);}var _ab2=[];var path="";for(var i=0;i<_ab1.length-1;i++){if(path!==""){path+="/";}path+=_ab1[i];_ab2.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _ab2;},_IsInWork:function(oUrl){var _ab6=this._WorkList.Get(oUrl.toString());return _ab6&&(_ab6.length>0);},_AddAwaiter:function(oUrl,_ab8){var _ab9=this._WorkList.Get(oUrl.toString());var _aba=[];if(_ab9){_aba=_aba.concat(_ab9);}_aba.push(_ab8);this._WorkList.Set(oUrl.toString(),_aba);},_CallAwaiters:function(oUrl,_abc){var _abd=this._WorkList.Get(oUrl.toString());this._WorkList.Delete(oUrl.toString());_abd.forEach(function(_abe){_abe(_abc);});},_IsConflictResult:function(_abf){if(_abf.IsSuccess){return false;}if(_abf.Error&&_abf.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return true;}return false;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.UploaderSession",ITHit.WebDAV.Client.WebDavSession,{ExistsFolders:[],GetProgressReportAsync:function(sUrl,_ac1,_ac2){var _ac3=this.CreateRequest(this.__className+".ReportAsync()");var _ac4=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.Report.GoAsync(_ac3,sUrl,_ac4,null,null,function(_ac5){_ac3.MarkFinish();_ac1.call(_ac2,_ac5);});return _ac3;},CancelUploadAsync:function(sUrl,_ac7){var _ac8=this.CreateRequest(this.__className+".CancelUpload()");var _ac9=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_ac8,sUrl,[],_ac9,function(_aca){_ac8.MarkFinish();var _acb=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_aca.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_acb=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}else{if(!_aca.IsSuccess){_acb=new ITHit.WebDAV.Client.AsyncResult(_aca.IsSuccess,_aca.IsSuccess,_aca.Error);}}_ac7(_acb);});return _ac8;},CheckExistsAsync:function(sUrl,_acd,_ace){_acd=_acd||function(){};return this.OpenItemAsync(ITHit.WebDAV.Client.Encoder.Encode(sUrl),[],function(_acf){var _ad0=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_acf.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ad0=new ITHit.WebDAV.Client.AsyncResult(false,true,null);}else{if(!_acf.IsSuccess){_ad0=new ITHit.WebDAV.Client.AsyncResult(_acf.IsSuccess,_acf.IsSuccess,_acf.Error);}}_acd.call(_ace,_ad0);});},DeleteAsync:function(_ad1,_ad2,_ad3){_ad2=_ad2||null;var _ad4=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ad1);var _ad5=this.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_ad5,_ad1,_ad2,_ad4,function(_ad6){if(!_ad6.IsSuccess&&_ad6.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ad6=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}_ad5.MarkFinish();_ad3(_ad6);});return _ad5;},CreateFolderRangeAsync:function(_ad7,_ad8,_ad9,_ada){_ad8=_ad8||null;_ad9=_ad9||ITHit.Utils.NoOp;var _adb=_ad7.length;var _adc=this.CreateRequest(this.__className+".CreateFolderRangeAsync()",_adb);this._PerformCreateFolderRangeMethodAsync(_adc,_ad7,_ad8,function(_add){_adc.MarkFinish();_ad9.call(_ada,_add);});return _adc;},_PerformCreateFolderRangeMethodAsync:function(_ade,_adf,_ae0,_ae1,_ae2){_ae1=_ae1||ITHit.Utils.NoOp;_adf=_adf.slice();var _ae3=_adf.unshift();var _ae4=ITHit.WebDAV.Client.Encoder.Encode(_ae3.GetHref());var _ae5=ITHit.WebDAV.Client.Encoder.Encode(_ae3.GetHost());ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_ade,_ae4,_ae0,_ae5,function(_ae6){if(_ae6.IsSuccess||_ae6.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){_ae6=new ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_ae3]);}if(_adf.length>0&&_ae6.IsSuccess){this._PerformCreateFolderRangeMethodAsync(_ade,_adf,_ae0,function(_ae7){if(_ae7.IsSuccess){_ae7.Result.push(_ae3);}_ae1.call(_ae2,_ae7);return;},this);}else{_ae1.call(_ae2,_ae6);return;}});},CreateUploadLocation:function(oUrl){return new ITHit.WebDAV.Client.Upload.UploadLocation(this.GetPathGenerator(),oUrl);},CreateContentWriter:function(oUrl){return new ITHit.WebDAV.Client.Upload.ContentWriter(this,oUrl);},GetPathGenerator:function(){if(!this._PathGenerator){this._PathGenerator=new ITHit.WebDAV.Client.Upload.Path.Generator(this);}return this._PathGenerator;},_PathGenerator:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext",null,{_RoundsCount:0,_IsActive:true,_Handler:null,_EndHandler:null,_RepeatTime:0,constructor:function(_aea,_aeb,_aec,_aed){this._RoundsCount=_aea;this._Handler=_aec;this._EndHandler=_aed;this._IsActive=!!_aea;this._RepeatTime=_aeb;},Stop:function(_aee){this._IsActive=false;this._RoundsCount=0;this._EndHandler(_aee);},_RunRound:function(){if(this._IsActive){this._Handler(this);}else{this.Stop();}},EndRound:function(_aef){this._RoundsCount--;if(this._RoundsCount===0){this.Stop(_aef);}else{setTimeout(this._RunRound.bind(this),this._RepeatTime);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableAction",null,{_Action:null,constructor:function(_af0){this._Action=_af0;},RunAsync:function(_af1,_af2,_af3){var _af4=new ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext(_af1,_af2,this._Action,_af3);_af4._RunRound();}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadError",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Error:null,Skip:function(){if(this._IsHandled){return;}this._SkipRetry(this.Items);},Retry:function(){if(this._IsHandled){return;}this._Retry(this.Items);},constructor:function(_af6,_af7,_af8){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError;this.Error=_af7;this._super(_af6,_af8);},_Retry:function(){this._Handle(self.GetRetryResult(this.Error));},_SkipRetry:function(){this._Handle(self.GetSkipResult(this.Error));}},{GetSkipResult:function(_af9){return {Action:"skip",Error:_af9};},GetRetryResult:function(_afa){return {Action:"retry",Error:_afa};}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.Error",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{Error:null,constructor:function(_afb,_afc){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnError;this.Error=_afc;this.Sender=_afb;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.BaseState",null,{OnEnter:function(_afd){},OnLeave:function(_afe){},StartUploadAsync:function(_aff,_b00){_b00();},PauseUpload:function(_b01,_b02){_b02();},AbortUpload:function(_b03,_b04,_b05,_b06){_b06();},Skip:function(_b07){},OnUploadLocationPrepared:function(_b08,_b09){},OnUploadProgressPrepared:function(_b0a,_b0b){},OnContentCompleted:function(_b0c,_b0d){},OnRetryResult:function(_b0e,_b0f){},_CompletePauseAsync:function(_b10,_b11,_b12){if(_b10.IsRetrySchedule){_b10.IsRetrySchedule=false;}_b10.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetPausedState());_b11.call(_b12);},_StartPauseAsync:function(_b13,_b14){_b13._ProgressTracker.StopTracking();_b13.CancelAllRequests(function(){if(_b13.IsContentSend){_b13.SyncProgressWithServerAsync(function(_b15){this._CompletePauseAsync(_b13,_b14);},this);return;}this._CompletePauseAsync(_b13,_b14);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.CompletedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Completed;},OnEnter:function(_b16){_b16.GetProgressTracker().StopTracking();_b16.GetProgressTracker().SetCompleted();},StartUploadAsync:function(_b17,_b18){_b17.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b17,_b18);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.SkippedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Skipped;},StartUploadAsync:function(_b19,_b1a){_b19.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b19,_b1a);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.QueuedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Queued;},StartUploadAsync:function(_b1b,_b1c){_b1b.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b1b,_b1c);},Skip:function(_b1d){_b1d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetSkippedState());},PauseUpload:function(_b1e,_b1f){this._StartPauseAsync(_b1e,_b1f);},AbortUpload:function(_b20,_b21,_b22,_b23){_b20.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());this._super(_b20,_b21,_b22,_b23);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.CanceledState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Canceled;},OnEnter:function(_b24){_b24.GetProgressTracker().StopTracking();_b24.GetProgressTracker().Reset();},StartUploadAsync:function(_b25,_b26){_b25.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b25,_b26);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.UploadingState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Uploading;},OnEnter:function(_b27){_b27.PrepareUploadLocation();},PauseUpload:function(_b28,_b29){this._StartPauseAsync(_b28,_b29);},AbortUpload:function(_b2a,_b2b,_b2c,_b2d){_b2a.CancelAllRequests(function(){_b2a.GetProgressTracker().StopTracking();_b2a.CancelAndDeleteAsync(_b2b,_b2c,function(_b2e){if(_b2e.IsSuccess){_b2a.GetProgressTracker().Reset();_b2a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b2a.AddError(_b2e.Error);_b2a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b2d();},this);},this);},OnContentCompleted:function(_b2f,_b30){var _b31=_b30.Result;if(_b31.IsAborted){return;}if(_b31.IsSuccess){_b2f.GetProgressTracker().SetCompleted();_b2f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());return;}this._HandleError(_b2f,_b31);},_HandleError:function(_b32,_b33){_b32.AddError(_b33.Error);_b32.BeginRetry(_b33.Error);},OnRetryResult:function(_b34,_b35){if(_b35.Action==="skip"){_b34.AddError(_b35.Error);_b34.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());return;}if(_b34.IsContentSend){_b34.SyncProgressWithServerAsync(function(_b36){if(_b36.Error){this._HandleError(_b35.Error);}else{this.OnEnter(_b34);}},this);return;}this.OnEnter(_b34);},OnUploadLocationPrepared:function(_b37,_b38){if(_b38.IsAborted){return;}if(!_b38.IsSuccess){this._HandleError(_b37,_b38);return;}_b37._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.ResumeState",ITHit.WebDAV.Client.Upload.States.UploadingState,{OnEnter:function(_b39){if(_b39.IsContentSend){_b39.PrepareProgress();return;}this._super(_b39);},OnUploadProgressPrepared:function(_b3a,_b3b){if(_b3b.IsAborted){return;}if(!_b3b.IsSuccess){this._HandleError(_b3a,_b3b);return;}if(_b3a.GetProgressTracker().IsCompleted()){_b3a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());}_b3a._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.PausedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Paused;},OnEnter:function(_b3c){_b3c.GetProgressTracker().StopTracking();_b3c.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b3d,_b3e){_b3d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetResumeState());this._super(_b3d,_b3e);},AbortUpload:function(_b3f,_b40,_b41,_b42){if(_b3f.IsContentSend){_b3f.CancelAndDeleteAsync(_b40,_b41,function(_b43){if(_b43.IsSuccess){_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b3f.AddError(_b43.Error);_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b42();},this);}else{_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b42();}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.FailedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Failed;},OnEnter:function(_b44){_b44.GetProgressTracker().StopTracking();_b44.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b45,_b46){_b45.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b45,_b46);},AbortUpload:function(_b47,_b48,_b49,_b4a){if(_b47.IsContentSend){_b47.CancelAndDeleteAsync(_b48,_b49,function(_b4b){if(_b4b.IsSuccess){_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b47.AddError(_b4b.Error);_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b4a();},this);}else{_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b4a();}}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Settings",null,{ConcurrentUploads:2,State:ITHit.WebDAV.Client.Upload.State.Queued,DeleteOnCancel:true});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.Factory",null,{},{GetUploadingState:function(){if(!self._UploadingState){self._UploadingState=new ITHit.WebDAV.Client.Upload.States.UploadingState();}return self._UploadingState;},GetSkippedState:function(){if(!self._SkippedState){self._SkippedState=new ITHit.WebDAV.Client.Upload.States.SkippedState();}return self._SkippedState;},GetQueuedState:function(){if(!self._QueuedState){self._QueuedState=new ITHit.WebDAV.Client.Upload.States.QueuedState();}return self._QueuedState;},GetPausedState:function(){if(!self._PausedState){self._PausedState=new ITHit.WebDAV.Client.Upload.States.PausedState();}return self._PausedState;},GetFailedState:function(){if(!self._FailedState){self._FailedState=new ITHit.WebDAV.Client.Upload.States.FailedState();}return self._FailedState;},GetCompletedState:function(){if(!self._CompletedState){self._CompletedState=new ITHit.WebDAV.Client.Upload.States.CompletedState();}return self._CompletedState;},GetCanceledState:function(){if(!self._CanceledState){self._CanceledState=new ITHit.WebDAV.Client.Upload.States.CanceledState();}return self._CanceledState;},GetResumeState:function(){if(!self._ResumeState){self._ResumeState=new ITHit.WebDAV.Client.Upload.States.ResumeState();}return self._ResumeState;},GetState:function(_b4d){switch(_b4d){case ITHit.WebDAV.Client.Upload.State.Canceled:return self.GetCanceledState();case ITHit.WebDAV.Client.Upload.State.Completed:return self.GetCompletedState();case ITHit.WebDAV.Client.Upload.State.Failed:return self.GetFailedState();case ITHit.WebDAV.Client.Upload.State.Paused:return self.GetPausedState();case ITHit.WebDAV.Client.Upload.State.Queued:return self.GetQueuedState();case ITHit.WebDAV.Client.Upload.State.Skipped:return self.GetSkippedState();case ITHit.WebDAV.Client.Upload.State.Uploading:return self.GetUploadingState();default:throw new ITHit.Exceptions.ArgumentException(null,"oState");}}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ItemSettings",null,{ForceRewrite:false,AlwaysRewriteFolders:true,IgnoreCancelErrors:false,DeleteOnCancel:false});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ServerItem",null,{constructor:function(_b4e,oUrl){this._Session=_b4e;this._Url=oUrl;},GetProgressAsync:function(_b50,_b51){return this._Session.GetProgressReportAsync(this._Url.GetHref(),function(_b52){if(_b52.IsSuccess&&_b52.Result[0]){var _b53=_b52.Result[0];_b50.call(_b51,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_b53));return;}_b50.call(_b51,_b52);},this);},CancelUploadAsync:function(_b54,_b55){this._Session.CancelUploadAsync(this._Url.GetHref(),function(_b56){_b54.call(_b55,_b56);});},DeleteAsync:function(_b57,_b58,_b59,_b5a){var that=this;var _b5c=new ITHit.WebDAV.Client.Upload.Utils.RepeatableAction(function(_b5d){that._Session.DeleteAsync(that._Url.GetHref(),null,function(_b5e){if(_b5e.IsSuccess){_b5d.Stop(_b5e);}else{_b5d.EndRound(_b5e);}});});_b5c.RunAsync(_b57,_b58,function(_b5f){_b59.call(_b5a,_b5f);});},CancelAndDeleteAsync:function(_b60,_b61,_b62,_b63){this.CancelUploadAsync(function(_b64){if(!_b64.IsSuccess){return _b62.call(_b63,_b64);}this.DeleteAsync(_b60,_b61,_b62,_b63);},this);},_Url:null,_Session:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadProvider",null,{Session:null,_UploadItem:null,constructor:function(_b65,_b66,_b67,oUrl,_b69){this.FSEntry=_b67;this.Url=oUrl;this.Settings=new ITHit.WebDAV.Client.Upload.ItemSettings();if(this.FSEntry.IsFile()){this.Settings.DeleteOnCancel=_b69.DeleteOnCancel;}else{this.Settings.DeleteOnCancel=false;}this.Session=_b65;this._UploadItem=_b66;this._ProgressTracker=new ITHit.WebDAV.Client.Upload.Providers.ProgressTracker(this.FSEntry.GetSize());this._State=ITHit.WebDAV.Client.Upload.States.Factory.GetState(_b69.State);this.Errors=[];this.UploadLocation=_b65.CreateUploadLocation(this.Url);this.ServerItem=new ITHit.WebDAV.Client.Upload.ServerItem(_b65,this.Url);this.ContentWriter=_b65.CreateContentWriter(this.Url);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_PROGRESS,this.OnRequestProgressEventHandler,this);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_FINISH,this._LoadHandler,this);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_START,this._StartLoadHandler,this);this._ProgressTracker.OnProgressChanged(this._SetProgress,this);},StartUploadAsync:function(_b6a){this._BeginStateChange();this._State.StartUploadAsync(this,_b6a);},PauseUpload:function(_b6b){this._BeginStateChange();this._State.PauseUpload(this,_b6b);},AbortUpload:function(_b6c,_b6d,_b6e){this._BeginStateChange();_b6e=_b6e||function(){};this._State.AbortUpload(this,_b6c,_b6d,_b6e);},Skip:function(){this._BeginStateChange();this._State.Skip(this);},GetGroup:function(){return this._UploadItem.GetGroup();},GetProgressTracker:function(){return this._ProgressTracker;},_ProgressTracker:null,AddListener:function(_b6f,_b70,_b71){this._ValidateEventName(_b6f);_b71=_b71||null;ITHit.Events.AddListener(this,_b6f,_b70,_b71);},RemoveListener:function(_b72,_b73,_b74){this._ValidateEventName(_b72);_b74=_b74||null;ITHit.Events.RemoveListener(this,_b72,_b73,_b74);},_ValidateEventName:function(_b75){switch(_b75){case ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnError:case ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_b75+"`");}},CheckRetryAsync:function(_b76,_b77,_b78){var _b79=new ITHit.WebDAV.Client.Upload.Events.UploadError(this._UploadItem,_b76,function(_b7a){if(!this.IsRetrySchedule){return;}_b77.call(_b78,_b7a);}.bind(this));if(!this._UploadItem.OnUploadErrorCallback&&(ITHit.Events.ListenersLength(this._UploadItem,_b79.Name)===0)){_b77.call(_b78,ITHit.WebDAV.Client.Upload.Events.UploadError.GetSkipResult(_b76));return;}this.IsRetrySchedule=true;if(this._UploadItem.OnUploadErrorCallback){this._UploadItem.OnUploadErrorCallback.call(this,_b79);}ITHit.Events.DispatchEvent(this._UploadItem,_b79.Name,_b79);},Errors:null,LastError:null,AddError:function(_b7b){this.AddErrorSilent(_b7b);this._RiseOnErrorEvent(_b7b);},AddErrorSilent:function(_b7c){this.LastError=_b7c;this.Errors.push(_b7c);},SetFailed:function(_b7d){var _b7e=ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState();this.AddError(_b7d);this.SetState(_b7e);},_RiseOnErrorEvent:function(_b7f){var _b80=new ITHit.WebDAV.Client.Upload.Events.Error(this,_b7f);ITHit.Events.DispatchEvent(this,_b80.Name,_b80);},UploadLocation:null,IsContentSend:false,ServerItem:null,_LoadHandler:function(_b81){if(_b81.Result.Error instanceof ITHit.WebDAV.Client.Exceptions.ConflictException){this.UploadLocation.SetNotExists();this.IsContentSend=false;}this._State.OnContentCompleted(this,_b81);},_StartLoadHandler:function(_b82){this.IsContentSend=true;},OnRequestProgressEventHandler:function(_b83){this.GetProgressTracker().UpdateBytes(_b83.Progress.BytesLoaded,_b83.Progress.TotalBytes);},_SendContent:function(){this._ProgressTracker.StartTracking();if(this.Settings&&this.Settings.CustomHeaders){this.ContentWriter.CustomHeaders=this.Settings.CustomHeaders;}if(this.FSEntry.IsFolder()){if(this.Settings.ForceRewrite||this.Settings.AlwaysRewriteFolders){this.ContentWriter.BeginRewrite(this.FSEntry);}else{this.ContentWriter.BeginWrite(this.FSEntry);}}else{var _b84=new ITHit.WebDAV.Client.Upload.FileSpan(this.FSEntry.GetFile(),this._ProgressTracker.GetProgress().UploadedBytes);if(_b84.IsFullFile()&&(this.Settings.ForceRewrite||this.IsContentSend)){this.ContentWriter.BeginRewrite(this.FSEntry);return;}if(_b84.IsFullFile()&&!(this.Settings.ForceRewrite&&this.IsContentSend)){this.ContentWriter.BeginWrite(this.FSEntry);return;}this.ContentWriter.BeginAppend(_b84);}},SyncProgressWithServerAsync:function(_b85,_b86){if(!this._ProgressTracker.IsCountable()){return this.Session.CheckExistsAsync(this.Url.GetUrl(),function(_b87){if(!_b87.IsSuccess){_b85.call(_b86,_b87);return;}if(_b87.Result===true){this._ProgressTracker.SetCompleted();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}this._ProgressTracker.Reset();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));},this);}return this.ServerItem.GetProgressAsync(function(_b88){if(_b88.IsSuccess){this._ProgressTracker.SyncProgress(_b88.Result);_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}if(_b88.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){this._ProgressTracker.Reset();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateFailedResult(_b88.Error));},this);},IsRetrySchedule:false,PrepareUploadLocation:function(){this.UploadLocation.SetCache(this.GetGroup().PathMap);this.UploadLocation.CreateAsync(this._OnGeneratePathCompleted,this);},_OnGeneratePathCompleted:function(_b89){if(_b89.IsAborted){return;}this._State.OnUploadLocationPrepared(this,_b89);},CancelAllRequests:function(_b8a,_b8b){this._CancelProgressAsync(function(){this._CancelLocationCreateAsync(function(){this._CancelContentSendingAsync(_b8a,_b8b);},this);},this);},_CancelLocationCreateAsync:function(_b8c,_b8d){if(this.UploadLocation.IsInProgress()){this.UploadLocation.AbortRunningCreationAsync(function(){_b8c.call(_b8d);},this);}else{_b8c.call(_b8d);}},_CancelContentSendingAsync:function(_b8e,_b8f){if(this.ContentWriter.IsActive()){this.ContentWriter.AbortAsync(function(){_b8e.call(_b8f);},this);}else{_b8e.call(_b8f);}},_CancelProgressAsync:function(_b90,_b91){if(this.IsProgressSyncInProgress){this._SyncProgressRequest.AbortAsync(function(){_b90.call(_b91);},this);}else{_b90.call(_b91);}},_SyncProgressRequest:null,IsProgressSyncInProgress:false,PrepareProgress:function(){this._SyncProgressRequest=this.SyncProgressWithServerAsync(this._OnUpdateFromServerCompleted,this);},_OnUpdateFromServerCompleted:function(_b92){this.IsProgressSyncInProgress=false;if(_b92.IsAborted){return;}this._State.OnUploadProgressPrepared(this,_b92);},_IsStateChanging:function(){return this._IsChanging;},SetState:function(_b93){var _b94=this._State;this._State.OnLeave(this);this._State=_b93;this._State.OnEnter(this);var _b95=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_b94.GetAsEnum(),this._State.GetAsEnum());ITHit.Events.DispatchEvent(this,_b95.Name,_b95);},GetState:function(){return this._State;},_State:null,_IsChanging:false,_BeginStateChange:function(){this._IsChanging=true;},_EndStateChange:function(){this._IsChanging=false;},ContentWriter:null,BeginRetry:function(_b96){this._ProgressTracker.StopTracking();this.CheckRetryAsync(_b96,this._OnCheckRetryCompleted,this);},_OnCheckRetryCompleted:function(_b97){this._State.OnRetryResult(this,_b97);},Settings:null,FSEntry:null,Url:null,CancelAndDeleteAsync:function(_b98,_b99,_b9a,_b9b){this.ServerItem.CancelUploadAsync(function(_b9c){if(!this.Settings.DeleteOnCancel){_b9a.call(_b9b,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));return;}this.ServerItem.DeleteAsync(_b98,_b99,function(_b9d){if(!_b9d.IsSuccess&&!this.Settings.IgnoreCancelErrors){return _b9a.call(_b9b,_b9c);}this.IsContentSend=false;_b9a.call(_b9b,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));},this);},this);},GetProgress:function(){return this._ProgressTracker.GetProgress();},_SetProgress:function(_b9e){var _b9f=this._Progress;this._Progress=_b9e;var _ba0=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_b9f,_b9e);ITHit.Events.DispatchEvent(this,_ba0.Name,_ba0);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Items:[],Skip:function(_ba1){if(this._IsHandled){return;}this._Skip(_ba1);},SkipAll:function(){if(this._IsHandled){return;}this._Skip(this.Items);},OverwriteAll:function(){if(this._IsHandled){return;}this._Overwrite(this.Items);},Overwrite:function(_ba2){if(this._IsHandled){return;}this._Overwrite(_ba2);},UploadAll:function(){if(this._IsHandled){return;}this.Upload(this.Items);},Upload:function(_ba3){if(this._IsHandled){return;}this._Handle({Skip:[],Overwrite:[],Original:this.Items,Upload:_ba3});},constructor:function(_ba4,_ba5,_ba6){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated;this.Items=_ba5||[];this._super(_ba4,_ba6);},_Overwrite:function(_ba7){var _ba8=this._CreateResult([],_ba7);this._Handle(_ba8);},_Skip:function(_ba9){var _baa=this._CreateResult(_ba9,[]);this._Handle(_baa);},_CreateResult:function(_bab,_bac){return {Skip:_bab||[],Overwrite:_bac||[],Original:this.Items};},_Handle:function(_bad){_bad=_bad||this._CreateResult();this._super(_bad);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.Array",null,{},{MapParallel:function(_bae,_baf,_bb0,_bb1){var _bb2=[];var _bb3=0;if(_bae.length===0){setTimeout(_bb0.apply(_bb1,_bae));}for(var i=0;i<_bae.length;i++){_baf.apply(_bb1,[_bae[i],i,_bae,ITHit.Utils.MakeScopeClosure(this,function(i,_bb6){_bb2[i]=_bb6;_bb3++;if(_bb3===_bae.length){setTimeout(_bb0.call(_bb1,_bb2));}},i)]);}},DistinctBy:function(_bb7,_bb8,_bb9){var map=Object.create(null);_bb8=_bb8||Object.prototype.toString;for(var i=0;i<_bb7.length;i++){var _bbc=_bb8.call(_bb9,_bb7[i]).toString();if(!map[_bbc]){map[_bbc]=_bb7[i];}}return Object.keys(map).map(function(sKey){return map[sKey];});},Take:function(_bbe,_bbf){if(!_bbf){return [_bbe.shift()];}var _bc0=(_bbe.length>_bbf)?_bbf:_bbe.length;var _bc1=[];for(var i=0;i<_bc0;i++){_bc1.push(_bbe.shift());}return _bc1;},Remove:function(_bc3,_bc4){var _bc5=_bc3.indexOf(_bc4);if(_bc5>-1){_bc3.splice(_bc5,1);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.AutoUploader",null,{constructor:function(_bc6){this._ParallelUploads=_bc6||0;this._QueueArray=[];this._Active=[];this._Reserve=0;},AddRange:function(_bc7){_bc7.forEach(this._AddToQueue,this);this._StartUploads();},Add:function(_bc8){this._AddToQueue(_bc8);this._StartUploads();},Remove:function(_bc9){_bc9.RemoveListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._QueueArray,_bc9);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._Active,_bc9);this._StartUploads();},Reserve:function(_bca){_bca=_bca||1;this._Reserve+=_bca;},Release:function(_bcb){_bcb=_bcb||1;this._Reserve-=_bcb;this._StartUploads();},GetBusy:function(){return this._Active.length+this._Reserve;},GetFree:function(){var _bcc=this.GetBusy();if(_bcc>=this._ParallelUploads){return 0;}else{if(_bcc===0){return this._ParallelUploads;}else{return (this._ParallelUploads-_bcc)%this._ParallelUploads;}}},_QueueArray:null,_Active:null,_ParallelUploads:0,_OnStateChangeEventHandler:function(_bcd){if(_bcd.NewState!==ITHit.WebDAV.Client.Upload.State.Uploading){this.Remove(_bcd.Sender);}else{this._StartUploads();}},_StartUploads:function(){if(this._QueueArray.length===0){return;}var _bce=this.GetFree();if(_bce<=0){return;}var _bcf=ITHit.WebDAV.Client.Upload.Utils.Array.Take(this._QueueArray,_bce);if(_bcf.length<1){return;}this.Reserve(_bcf.length);_bcf.forEach(this._StartSingle,this);},_StartSingle:function(_bd0){this._Active.push(_bd0);_bd0.StartAsync();this.Release();},_AddToQueue:function(_bd1){this._QueueArray.push(_bd1);_bd1.AddListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);},_Reserve:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Queue",null,{Uploader:null,_UnderlyingArray:null,_Session:null,_AutoUploader:null,constructor:function(_bd2){this.Uploader=_bd2;this._Session=new ITHit.WebDAV.Client.Upload.UploaderSession();this._UnderlyingArray=[];this._GroupManager=new ITHit.WebDAV.Client.Upload.Groups.GroupManager();this._AutoUploader=new ITHit.WebDAV.Client.Upload.AutoUploader(this.Uploader.Settings.ConcurrentUploads);},ShouldReplaceDuplicate:function(_bd3){var _bd4=this.GetByUrl(_bd3.GetUrl());var _bd5=_bd4.GetState();return !(_bd5===ITHit.WebDAV.Client.Upload.State.Uploading||_bd5===ITHit.WebDAV.Client.Upload.State.Paused);},AddGroup:function(sUrl,_bd7,_bd8){var _bd9=[];for(var i=0;i<_bd7.length;i++){var _bdb=_bd7[i];var _bdc=new ITHit.WebDAV.Client.Upload.UploadItem(sUrl,_bdb,_bd8,this._Session,this._GroupManager,this.Uploader.Settings);if(this.HasUrl(_bdc.GetUrl())){if(this.ShouldReplaceDuplicate(_bdc)){this.RemoveByUrl(_bdc.GetUrl());}else{continue;}}_bd9.push(_bdc);}this._DispatchOnUploadItemsCreatedAsync(_bd9,this._OnUploadItemsCreatedAsyncDispatched.bind(this));},Add:function(_bdd){var sUrl=_bdd.GetUrl();if(this.HasUrl(sUrl)){return;}this._UnderlyingArray.push(_bdd);var _bdf=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,[_bdd]);ITHit.Events.DispatchEvent(this,_bdf.Name,[_bdf]);this._AutoUploader.Add(_bdd);},AddRange:function(_be0){for(var i=0;i<_be0.length;i++){var _be2=_be0[i];var sUrl=_be2.GetUrl();if(this.HasUrl(sUrl)){continue;}this._UnderlyingArray.push(_be2);}this._GroupManager.CreateGroup(_be0);this._OnQueueChanged(_be0,null);var _be4=_be0.filter(function(_be5){return _be5.GetState()===ITHit.WebDAV.Client.Upload.State.Queued;});this._AutoUploader.AddRange(_be4);},Restart:function(_be6){for(var i=0;i<_be6.length;i++){if(!this.HasUrl(_be6[i].GetUrl())){throw new ITHit.Exceptions.ArgumentException("Item should be a part of queue`");}}this._AutoUploader.AddRange(_be6);},GetByUrl:function(sUrl){return ITHit.Utils.FindBy(this._UnderlyingArray,function(_be9){return _be9.GetUrl()===sUrl;});},GetLength:function(){return this._UnderlyingArray.length;},HasUrl:function(sUrl){return !!this.GetByUrl(sUrl);},RemoveByUrl:function(sUrl){var _bec=this.GetByUrl(sUrl);if(!_bec){return;}var _bed=_bec.GetState();if(_bed===ITHit.WebDAV.Client.Upload.State.Uploading||_bed===ITHit.WebDAV.Client.Upload.State.Paused){_bec.Abort();}var _bee=ITHit.Utils.IndexOf(this._UnderlyingArray,_bec);this._UnderlyingArray.splice(_bee,1);this._OnQueueChanged(null,[_bec]);this._AutoUploader.Remove(_bec);},OnUploadItemsCreatedCallback:null,_OnQueueChanged:function(_bef,_bf0){var _bf1=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,_bef,_bf0);ITHit.Events.DispatchEvent(this,_bf1.Name,[_bf1]);},_DispatchOnUploadItemsCreatedAsync:function(_bf2,_bf3){var _bf4=new ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated(this,_bf2.slice(),_bf3);if(!this.OnUploadItemsCreatedCallback&&(ITHit.Events.ListenersLength(this,_bf4.Name)===0)){_bf4.OverwriteAll();}if(this.OnUploadItemsCreatedCallback){this.OnUploadItemsCreatedCallback(_bf4);}ITHit.Events.DispatchEvent(this,_bf4.Name,_bf4);},AddListener:function(_bf5,_bf6,_bf7){_bf7=_bf7||null;switch(_bf5){case ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated:ITHit.Events.AddListener(this,_bf5,_bf6,_bf7);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_bf5+"`");}},RemoveListener:function(_bf8,_bf9,_bfa){ITHit.Events.RemoveListener(this,_bf8,_bf9,_bfa);},_OnUploadItemsCreatedAsyncDispatched:function(_bfb){if(_bfb.Upload){this.AddRange(_bfb.Upload);return;}this._OnUploadItemsCreatedAsyncDispatchedDeprecated(_bfb);},_OnUploadItemsCreatedAsyncDispatchedDeprecated:function(_bfc){var _bfd=this._FilterSkippedItems(_bfc);var _bfe=this._CreateUrlUploadItemMap(_bfc.Overwrite);_bfd.forEach(function(_bff){if(_bfe.Has(_bff.GetUrl())){_bff.SetOverwrite(true);}});this.AddRange(_bfd);},_FilterSkippedItems:function(_c00){var _c01=this._CreateUrlUploadItemMap(_c00.Skip);return _c00.Original.filter(function(_c02){return !_c01.Has(_c02.GetUrl());});},_CreateUrlUploadItemMap:function(_c03){var oMap=new ITHit.WebDAV.Client.Upload.Collections.Map();_c03.forEach(function(_c05){oMap.Set(_c05.GetUrl(),_c05);});return oMap;},_GroupManager:null});})();(function(){"use strict";var _c06=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.DropZoneCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c07){this._Uploader=_c07;this._UnderlyingSet={};},AddById:function(_c08){var _c09=this.GetById(_c08);if(_c09){return _c09;}var _c0a=new ITHit.WebDAV.Client.Upload.Controls.DropZone(_c08);this._UnderlyingSet[_c08]=_c0a;this._RaiseOnCollectionChanged([_c0a],[]);return _c0a;},GetById:function(_c0b){return this._UnderlyingSet[_c0b];},RemoveById:function(_c0c){var _c0d=this.GetById(_c0c);if(_c0d){delete this._UnderlyingSet[_c0c];this._RaiseOnCollectionChanged([],[_c0d]);}},AddListener:function(_c0e,_c0f,_c10){_c10=_c10||null;this._CheckEventNameOtThrow(_c0e);ITHit.Events.AddListener(this,_c0e,_c0f,_c10);},RemoveListener:function(_c11,_c12,_c13){_c13=_c13||null;this._CheckEventNameOtThrow(_c11);ITHit.Events.RemoveListener(this,_c11,_c12,_c13);},_CheckEventNameOtThrow:function(_c14){if(_c14!==_c06.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c14);}},_RaiseOnCollectionChanged:function(_c15,_c16){ITHit.Events.DispatchEvent(this,_c06.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c15||[],RemovedItems:_c16||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){var _c17=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.InputCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c18){this._UnderlyingArray=[];this._Uploader=_c18;},AddById:function(_c19){var _c1a=new ITHit.WebDAV.Client.Upload.Controls.Input(_c19);this._UnderlyingArray[_c19]=_c1a;this._RaiseOnCollectionChanged([_c1a],[]);return _c1a;},GetById:function(_c1b){return this._UnderlyingArray[_c1b];},RemoveById:function(_c1c){var _c1d=this.GetById(_c1c);if(_c1d){delete this._UnderlyingSet[_c1c];this._RaiseOnCollectionChanged([],[_c1d]);}},AddListener:function(_c1e,_c1f,_c20){_c20=_c20||null;this._CheckEventNameOtThrow(_c1e);ITHit.Events.AddListener(this,_c1e,_c1f,_c20);},RemoveListener:function(_c21,_c22,_c23){_c23=_c23||null;this._CheckEventNameOtThrow(_c21);ITHit.Events.RemoveListener(this,_c21,_c22,_c23);},_CheckEventNameOtThrow:function(_c24){if(_c24!==_c17.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c24);}},_RaiseOnCollectionChanged:function(_c25,_c26){ITHit.Events.DispatchEvent(this,_c17.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c25||[],RemovedItems:_c26||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Uploader",null,{DropZones:null,Inputs:null,Queue:null,Settings:null,_UploadProvider:null,constructor:function(){this.Inputs=new ITHit.WebDAV.Client.Upload.InputCollection(this);this.Inputs.AddListener(ITHit.WebDAV.Client.Upload.InputCollection.EVENT_ON_COLLECTION_CHANGED,this._OnControlCollectionChangedEventHandler,this);this.DropZones=new ITHit.WebDAV.Client.Upload.DropZoneCollection(this);this.DropZones.AddListener(ITHit.WebDAV.Client.Upload.DropZoneCollection.EVENT_ON_COLLECTION_CHANGED,this._OnControlCollectionChangedEventHandler,this);this.Settings=new ITHit.WebDAV.Client.Upload.Settings();this.Queue=new ITHit.WebDAV.Client.Upload.Queue(this);},SetUploadUrl:function(sUrl){this._UploadUrl=sUrl;},GetUploadUrl:function(){return this._UploadUrl;},_OnControlCollectionChangedEventHandler:function(_c28){_c28.AddedItems.forEach(function(_c29){_c29.AddListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));_c28.RemovedItems.forEach(function(_c2a){_c2a.RemoveListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));},_OnFileInputEventHandler:function(_c2b){this.Queue.AddGroup(this._UploadUrl,_c2b.AsyncResult.Result,_c2b.Source);}});})();ITHit.Temp={};