webdav.client 5.21.6101 → 5.21.6104

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.6104.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,7+66,84,72,75+30,17+99,46,88,26+54,97,116,6+98,46,20+81,118,15+82,89+19,117,97,116,101,40,34,41+6,44+56,54+4,109,117,91+17,54+62,17+88,43+72,114+2,97,116,43+74,115,7+40,21+79,58,84+30,97+4,69+46,78+34,111,110,105+10,97+4,75+25,101,32+83,99,114,94+11,112,58+58,54+51,111,110,34,44,95,49,10+92,101,44,18+77,16+34,48,48,44,111,66+16,101,115,41,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,95,50,51,35+21,35+11,88+9,17+95,6+106,33+68,83+27,100,67,60+44,93+12,108,69+31,36+4,95,30+20,40+11,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,95,48+2,97,98,46,55+17,66+35,55+42,100,101,19+95,115,46,46+19,54+46,38+62,40,22+12,68,3+98,26+89,116,105,20+90,33+64,116,31+74,2+109,110,27+7,18+26,73,37+47,72,58+47,116,46,14+54,101,93+6,39+72,2+98,101,72,111,16+99,116,3+37,95,30+20,27+70,53,37+4,39+2,50+9,25+93,50+47,63+51,32,95+7,32+12,32,110,44,32,110,23+26,44,32,101,17+27,6+26,67+32,44,32,100,13+31,24+8,29+79,44,32,119,101,35+9,32,119,22+78,28+16,29+3,102+17,83+15,6+38,32,51+50,41+8,42+2,5+27,101,50,44,32,101,51,5+39,32,81+20,39+13,44,32,101,53,16+28,32,50+50,49,44,18+14,100,9+41,44,25+7,100,46+5,18+26,32,4+96,19+33,2+42,15+17,26+74,53,59,119,101,61,101,118,97,46+62,32+27,1+99,34+27,39,19+49,83+14,38+78,101,37+2,59,110,49,30+31,25+14,22+18,41,32,123,32,49+42,58+52,97,57+59,96+9,25+93,101,32,99,111,100,101,93,31+1,99+26,2+37,59,3+116,100,61,47+21,97,68+48,101,47+12,119,15+83,58+3,40,45,8+41,32,33,37+24,25+7,20+90,54+43,118,105,103,97,47+69,111,114,46,117,51+64,46+55,114,65+0,71+32,101,110,33+83,46,116,28+83,24+52,80+31,70+49,101,114,8+59,97,115,101,24+16,20+21,46,38+67,87+23,95+5,60+41,64+56,79,22+80,3+37,39,99,65+39,114,111,109,101,3+36,41,30+11,59,49+10,48+51,47+14,15+25,45,49,1+31,61,61,32,83,116,73+41,6+99,110,86+17,40,101,103+15,91+6,108,28+13,23+23,105,110,100,101,13+107,79,36+66,40+0,39,10+57,111,109,9+103,105,108,101,83,86+30,64+50,105,110,103,39,37+4,38+3,40+19,110,28+33,17+22,2+38,2+39,32,123,86+6,87+23,32,32,32,32,68+23,110,97,108+8,32+73,56+62,76+25,12+20,81+18,111,100,101,40+53,92,110,125,39,59,65+43,61,39,87+5,110,38+1,59,24+78,8+53,39,102,117,110,99,116,105,92+19,110,12+20,39,15+44,34+67,61,3+36,68+33,118,13+84,108,8+31,51+8,100,1+48,27+34,108,43,102,39+4,36+64,43,65+45,14+29,108,54+5,71+30,50,21+40,102,43,48+53,22+21,110,59,100,53,29+32,82+20,43,100,28+15,94+16,14+35,16+43,101,49,12+49,77+31,43,98+4,4+39,2+99,26+17,25+85,27+16,97+11,59,101,48+3,61,81+27,43,102,3+40,101,43,110,33+16,57+2,58+42,46+5,30+31,108,43,102,43,7+93,43,110,49,47+12,64+37,50+3,61,98+4,43,9+92,43,110,1+48,59,33+68,52,27+34,91+8,59,100,50,61,59+43,43,100,43,110,59,100,16+36,30+31,39,91,70+32,113+4,79+31,98+1,67+49,52+53,108+3,110,93,39,59,105,102,32,40+0,38+2,40,101,5+44,33,61,73+46,101,23+18,30+8,38,23+17,75+26,11+39,23+10,61,119,74+27,32+9,25+13,3+35,40,62+39,5+46,4+29,61,119,93+8,41,6+32,35+3,40,119,98,38,38,101,26+26,38,38,40,34+67,53,27+6,61,12+107,72+29,41,41,41,63+61,103+21,40+0,18+22,54+46,49,7+26,55+6,43+76,100,4+37,25+13,27+11,3+37,100,50,33,61,39+80,13+87,20+21,38,38,35+5,100,51,26+7,61,119,3+97,41,38,28+10,34+6,100,4+48,33,61,102+17,100,36+5,9+29,38,24+16,14+86,7+46,28+5,14+47,119,34+66,41,40+1,41,32,123,116,25+79,114,111,49+70,32,29+10,101,6+112,97,108,32,97,110,67+33,32,68,20+77,62+54,54+47,32,37+72,28+73,116,102+2,111,92+8,60+55,32,95+14,21+96,44+71,116,27+5,110,49+62,116,32,98,1+100,32,114,87+14,100,101,37+65,81+24,110,11+90,76+24,30+16,39,13+46,117+8,70+25,50,97,98,46,69+3,101,39+58,63+37,44+57,109+5,115,46,2+63,86+14,100,13+27,34,79,118,0+101,80+34,119,114,79+26,96+20,101,34,44,81+14,50,97,56,61+2,11+23,42+42,29+5,51+7,2+32,70,2+32,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,26+69,45+5,101,48,25+21,97,112,112,101,110,77+23,67,90+14,79+26,14+94,100,40,0+115,81+20,116,41,14+45));}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,30+65,43+7,101,97,46,97,49+51,39+61,8+32,9+25,100,13+21,40+4,73,75+9,72,105,99+17,46,39+48,101,98,18+50,24+41,39+47,42+4,67,108,31+74,101+0,26+84,116,46,68,97,118,67,45+66,110,84+31,93+23,97,110,116,115,46,39+39,53+44,109,96+5,50+65,112,97,99,88+13,85,2+112,82+23,35+6,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,10+95,102,40,95,12+38,66+35,71+27,61,13+60,84,72,40+65,85+31,10+36,78+10,80,96+1,116,104,42+4,115,0+101,108,35+66,99,116,83,42+63,110,11+92,108,35+66,10+68,111,100,15+86,40,27+7,100,41+17,108,60+51,99,107,116,111,107,15+86,110,34,17+27,95,50,100+1,56,37+7,77+18,27+23,101,97,41,16+25,123,118,19+78,71+43,31+1,95,50,102,33+21,61,73,73+11,68+4,90+15,44+72,6+40,73+15,61+19,20+77,97+19,26+78,46,29+86,47+54,82+26,13+88,13+86,116,11+72,105,74+36,103,108,74+27,78,111,14+86,37+64,1+39,34,100,53+5,104,48+66,101,102,7+27,29+15,94+1,50,101,98,14+30,28+67,50,79+22,97,41,46,13+89,105,114,112+3,43+73,15+52,104,33+72,96+12,5+95,40,41,46+0,19+91,65+46,100,14+87,86,97,108,117,61+40,27+13,41,16+43,3+92,50,88+14,54,10+51,95,50,80+22,54,46,114,101,75+37,106+2,97,89+10,101,40,73,56+28,36+36,105,116,46,87,36+65,98,35+33,65,86,0+46,64+3,108,55+50,42+59,30+80,116,46,68,97,118,67,111,110,5+110,59+57,97,110,61+55,13+102,41+5,79,112,40+57,68+45,117,23+78,55+21,111,46+53,89+18,33+51,111,17+90,53+48,3+107,4+40,30+4,34,41,59,59+36,50,74+28,53,61,42+68,101,57+62,7+25,17+56,84,72,91+14,73+43,30+16,86+1,99+2,98,34+34,65,86,26+20,67,11+97,105,92+9,110,116,46,38+38,111,22+77,96+11,85,114,88+17,84,111,107,14+87,45+65,28+52,22+75,105,1+113,14+26,36+59,13+37,101,43+14,44,74+21,2+48,65+37,35+19,41,2+57,125));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,86+32,71+26,114,8+24,95,24+27,49,102,61,95,26+25,41+8,57,19+27,99,15+99,101,97,116,101,37+32,46+62,42+59,109,53+48,110,116,78,81+2,40,95,40+11,25+24,82+15,39+5,34,89+30,114,105,12+104,22+79,34,6+35,59,29+66,51,49,101,46,97,55+57,112,21+80,110,52+48,67,67+37,17+88,42+66,35+65,38+2,27+68,51,49,56+46,41,56+3));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,29+22,1+49,50,40+6,65+32,100,100,40,34,70+30,6+28,1+43,73,84,72,3+102,116,46,67+20,14+87,98,38+30,65,43+43,29+17,24+43,42+66,105,101,110,53+63,29+17,46+22,43+54,118,67,111,107+3,44+71,46+70,60+37,110,75+41,73+42,46,78,81+16,109,101,86+29,112,97,3+96,101,54+31,46+68,74+31,34+7,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,4+112,104,80+25,115,46,64+12,26+85,84+15,107,20+53,51+59,102,106+5,61,11+84,51,50,52,91,20+28,54+39,4+55));}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,15+80,51,16+35,23+76,22+24,77,101,116,104,56+55,100,40,22+12,76,79,67,68+7,9+25,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,56+62,97,24+90,23+9,95,51,26+29,51,41+20,82+13,51,39+15,1+99,46,95,82,10+91,64+51,112,37+74,110,35+80,101,5+41,71,32+69,29+87,25+57,101,115,18+94,111,110,115,25+76,11+61,101,52+45,100,98+3,60+54,40,34,38+71,3+112,45,91+6,84+33,4+112,104,111,15+99,45,118,51+54,27+70,34,15+29,116,114,117,21+80,7+34,34+25,105,102,3+37,95,51,6+49,51,38,38,40,7+38,23+26,33,33+28,95,10+41,47+8,9+42,40+6,30+86,111,25+51,8+103,111+8,81+20,114,35+32,83+14,97+18,101,39+1,0+41,45+1,80+25,33+77,59+41,70+31,120,79,26+76,40,34,100,10+87,35+83,27+7,32+9,41,22+19,4+119,118,97,69+45,6+26,102,44,12+20,110,8+36,32,110,49,44,17+15,101,44,10+22,99,44,6+26,100,42+2,32,108,39+5,32,80+39,98+3,44,32,119,9+91,44,32,119,98,44,29+3,13+88,49,27+17,16+16,28+73,46+4,44,11+21,101,51,10+34,30+2,90+11,52,44,32,101,53,35+9,32,100,49,34+10,32,100,50,17+27,32,89+11,51,19+25,3+29,68+32,52,9+35,32,67+33,21+32,59,3+116,83+17,17+44,28+40,97,72+44,101,59,79+31,40+9,61,11+28,20+20,29+12,32,123,1+31,91,47+63,76+21,112+4,105,8+110,1+100,32,99,93+18,100,101,57+36,32,125,39,59,119,47+54,61,63+38,56+62,97,41+67,4+55,69+41,35+26,28+11,40,12+29,32,80+43,88+4,110,32,8+24,32,32,91,110,90+7,23+93,105,95+23,86+15,32,99,44+67,16+84,78+23,82+11,76+16,110,108+17,3+36,29+30,70+38,52+9,27+12,78+14,110,35+4,41+18,23+77,61,39,34+34,72+25,102+14,17+84,39,59,101,61,31+8,47+54,118,97,108,23+16,30+29,64+38,20+41,39,11+91,117,110,91+8,116,105,99+12,110,30+2,39,59,116+3,98,27+34,40,28+17,49,32,33,61,32,2+108,97,113+5,105,103,97,116,0+111,114,4+42,13+104,65+50,51+50,8+106,27+38,89+14,25+76,110,75+41,46,116,28+83,63+13,111,12+107,101,114,4+63,97,65+50,101,15+25,37+4,46,100+5,44+66,100,89+12,120,79,102,40,39+0,30+69,100+4,114,53+58,76+33,101,39,41,0+41,59,41+18,22+77,4+57,12+28,45,18+31,32,61,61,32,64+19,40+76,114,105,110,103,40,101,39+79,97,108,41,46,105,102+8,100,21+80,63+57,79,36+66,40,39,67,111,94+15,112,4+101,65+43,75+26,83,116,77+37,75+30,77+33,43+60,23+16,18+23,40+1,57+2,100,42+10,53+8,2+37,41+50,102,117,110,99,56+60,105,64+47,110,93,9+30,56+3,101,15+36,57+4,46+62,15+28,70+32,10+33,10+91,38+5,18+92,49,59,62+38,50,61,102,40+3,49+51,43,72+38,52+7,62+39,52,61,99,10+49,0+100,51,61,60+48,11+32,102,43,84+16,11+32,110,6+43,59+0,12+89,53,61,22+80,43,101,43,70+40,49,59,100,49,61,53+55,43,33+69,37+6,100,43,72+38,43,108,59,101,4+45,61,46+62,43,102,43,91+10,23+20,25+85,33+10,82+26,59,100,53,29+32,26+76,38+5,70+30,43,110,49,38+21,33+68,50,61,95+7,10+33,101,43,78+32,49+10,94+11,102,32,8+32,12+28,31+9,47+54,49,33,61,119,50+51,41,14+24,38,19+21,101,21+29,11+22,53+8,5+114,55+46,41,38,32+6,4+36,96+5,51,19+14,43+18,119,101,41,4+34,38,40,119,8+90,0+38,28+10,101,19+33,28+10,36+2,40,26+75,51+2,33,61,103+16,32+69,7+34,18+23,20+21,62+62,91+33,10+30,27+13,66+34,11+38,17+16,51+10,83+36,100,41,18+20,38,26+14,46+54,22+28,33,29+32,119,80+20,12+29,38,34+4,40,23+77,28+23,24+9,0+61,119,97+3,41,31+7,7+31,7+33,81+19,52,5+28,6+55,31+88,68+32,20+21,21+17,38,40,39+61,53,33,61,119,42+58,41,41,20+21,32,123,116,104,114,111,119,12+20,39,20+81,39+79,97,108,32,97,110,100,31+1,68,84+13,5+111,101,32,109,101,116,104,111,38+62,115,22+10,109,53+64,115,116,16+16,84+26,28+83,36+80,13+19,14+84,54+47,32,55+59,101,100,3+98,12+90,99+6,110,101,100,8+38,21+18,9+50,125,46+49,51,49+6,6+44,61,116,114,66+51,28+73,6+53,56+69));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,40+17,46+8,46,28+49,97,114,107,17+53,105,110,29+76,21+94,32+72,40,27+14,41+18));},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,18+100,97,25+89,32,70+32,44,13+19,110,44,32,110,49,31+13,32,101,3+41,22+10,67+32,44,3+29,23+77,44,29+3,108,10+34,10+22,50+69,101,44,32,83+36,100,2+42,32,52+67,98,39+5,32,101,47+2,44,32,101,50,44,32,60+41,51,44,32,101,52,26+18,11+21,101,53,42+2,32,100,8+41,44,6+26,96+4,50,44,24+8,100,51,44,22+10,100,52,44,32,83+17,1+52,30+29,108+2,61,39,40,41,32,7+116,92,40+70,32,32+0,0+32,13+19,51+40,102+8,41+56,116,49+56,118,101,32,10+89,4+107,94+6,69+32,93,92,110,125,11+28,59,107+12,98,61,40,43+2,49,32,12+21,61,32,110,97,118,56+49,103,50+47,25+91,111,57+57,46,117,53+62,9+92,101+13,3+62,78+25,101,7+103,116,35+11,79+37,111,65+11,93+18,119,72+29,27+87,67,66+31,115,101,1+39,41,46,2+103,95+15,100,96+5,91+29,79,74+28,40,18+21,99,54+50,104+10,108+3,6+103,10+91,9+30,39+2,41,59,39+20,102,7+54,36+3,102,72+45,110,99,116,57+48,111,42+68,32,20+19,59,108,61,35+4,55+37,37+73,19+20,56+3,71+29,61,9+30,41+27,0+97,116,101,23+16,45+14,72+27,61,40,39+6,49,32,60+1,28+33,14+18,83,116,111+3,93+12,110,103,16+24,101,118,97,108,41,1+45,105,30+80,59+41,73+28,120,79,102,11+29,39,67,111,69+40,112,105,86+22,2+99,83,9+107,114,30+75,110,103,39,41,32+9,23+36,101,61,39,101,118,97,108,39,59,105+14,80+21,16+45,101,118,87+10,108,59,110,48+1,61,39,1+39,41,32,60+63,20+12,73+18,110,47+50,116,19+86,13+105,43+58,32,7+92,111,100,71+30,14+79,32,70+55,30+9,11+48,119,100,61,68,97,116,101,59,93+7,6+46,61,34+5,37+54,10+92,117,64+46,71+28,77+39,105,111,91+19,60+33,39,59,43+57,50,61,94+8,37+6,8+92,20+23,110,24+35,48+52,24+29,61,102,4+39,100,43,16+94,30+19,59,20+81,51,43+18,108,11+32,102,28+15,101,10+33,15+95,49,59,101,50,61,102,10+33,101,43,110,59,53+47,49,61,108,40+3,41+61,7+36,61+39,43,92+18,43,108,2+57,59+42,52,61,99,22+37,101,41+12,25+36,102,43,18+83,43,110,49,59,13+87,51,61,98+10,43,99+3,43,100,43,86+24,49,33+26,101,49,38+23,108,43,82+20,23+20,101,43,110,43,80+28,59,105,102,32,37+3,40,21+19,101,16+33,33,30+31,119,80+21,3+38,3+35,38,6+34,101,50,33,22+39,4+115,43+58,40+1,38,38,6+34,100+1,46+5,24+9,44+17,119,101,41,38,38,8+32,119,63+35,38,38,101,39+13,38,34+4,40,82+19,50+3,15+18,40+21,119,16+85,3+38,41,40+1,124,124,40,40,100,3+46,33,50+11,119,26+74,41,38,38,40,42+58,50,33,0+61,119,100,39+2,11+27,38,40,58+42,44+7,9+24,29+32,119,100,41,38,38,36+4,100,52,33,8+53,14+105,100,41,38,38,32+8,35+65,18+35,33,61,51+68,100,39+2,41,41,32,123,116,54+50,71+43,61+50,119,10+22,14+25,101,106+12,97,108,32,20+77,39+71,71+29,11+21,25+43,66+31,116,101,32,109,5+96,114+2,4+100,54+57,100,115,32,109,21+96,115,109+7,32,87+23,21+90,116,19+13,26+72,101,32,67+47,101,51+49,3+98,10+92,25+80,110,4+97,100,46,32+7,48+11,125,55+40,29+23,19+82,97,44+2,77,0+97,34+80,107,2+68,105,110,91+14,115,39+65,40,2+39,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,101,108,98+4,46,92+3,71,29+72,9+107,68+1,102+18,43+73,39+62,110,24+91,77+28,111,89+21,80,114,105+6,112,101,110+4,88+28,121,65,115,121,103+7,99,40,24+10,31+3,44,102,91+26,110,99,37+79,75+30,48+63,82+28,29+11,81+14,9+44,52,99,41,123,105,102,40,33,95,53+0,52,99,36+10,73,109+6,9+74,108+9,1+98,28+71,87+14,30+85,115,41,123,95,53,34+18,14+84,40,95,22+31,52,19+80,36+5,59,114,101,116,117,108+6,43+67,31+28,108+17,118,77+20,114,16+16,52+43,53,48+4,100,61,77+18,11+42,20+32,16+83,46,82,75+26,105+10,89+28,48+60,116,46,31+84,56+56,15+93,90+15,116,33+7,34,37+7,34,29+12,59,118,88+9,53+61,11+21,46+49,17+36,52,36+65,61,73,84,51+21,36+69,116,46,80+7,101,12+86,63+5,65,86,46,18+49,77+31,71+34,101,110,116,46,76+1,70+45,79,30+72,101+1,68+37,99,101,69,100,71+34,114+2,69,95+25,116,101,110,115,105,111,17+93,115,14+32,71,101,116,83,64+35,104,87+14,59+50,97,40,38+77,38+31,64+56,116,28+13,47+12,95,27+26,52,61+38,38+8,7+75,8+93,115,117,108,28+88,61,73,34+50,21+51,105,116,1+45,85,116,35+70,108,115,46,67,111,81+29,0+116,69+28,10+95,110,115,15+25,95,11+42,30+22,24+76,19+25,92+3,53,24+28,73+28,31+10,20+39,95,37+16,52,98,40,95,53,14+38,99,2+39,59,39+86,41,58+1));},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,32,95,4+49,41+13,32+18,16+45,99+16,101,90+18,55+47,20+26,95,31+40,49+52,22+94,11+62,110,72+43,27+89,41+56,108,59+49,45+56,100,54+15,120,116,1+100,110,114+1,50+55,111,43+67,66,105,35+68,86+17,101,115,61+55,80,114,2+109,116,111,99,111,2+106,78,97,65+44,101,40,41,55+4,3+115,97,8+106,29+3,95,53,54,51,61,34,100,37+60,116,97,45,34,12+31,12+83,53,6+48,50,48+11,94+24,51+46,114,32+0,44+51,53,54+0,52,17+44,95,53,18+36,48,46,59+49,101,110,53+50,116,29+75,10+52,6+42,63,95,51+2,54,51,43,1+33,45,34,43,95,53,8+46,36+12,58,35+60,53,46+8,51,16+43,105,82+20,40,115,101,108,102,25+21,95,31+42,43+72,70,77+20,105,99+9,101,100,20+20,38+3,41,35+88,111+7,77+20,2+112,32,95,53,39+15,53,61,110,28+73,44+75,32,36+37,84,61+11,105,112+4,46,30+57,39+62,11+87,26+42,5+60,86,40+6,54+13,108,27+78,100+1,110,116,21+25,65,115,82+39,110,99,9+73,1+100,115,117,102+6,85+31,11+29,110,117,29+79,108,18+26,86+16,97,87+21,10+105,4+97,44,32+83,101,108,102,46,3+92,71,86+15,116,25+44,120,15+84,101,112,68+48,22+83,111,8+102,40,35+6,10+31,59,95,40+13,54,49,40,53+42,52+1,26+28,40+13,41,59,125,101,70+38,95+20,101,23+100,99+6,102,22+18,115,101,108,49+53,25+21,95,73,115,80,101,110,100,48+57,110,60+43,40,8+33,17+24,39+84,26+89,101,106+10,84,20+85,15+94,101,42+69,117,116,40,102,117,104+6,99,116,105,111,94+16,13+27,21+20,18+105,87+18,23+79,40,90+25,101,108,102,40+6,75+20,64+9,114+1,80,101,84+26,10+90,105,110,103,1+39,41,41,123,76+42,34+63,114,32,75+20,53,54,54,14+47,110,11+90,66+53,29+3,52+21,23+61,30+42,105,116,46,87,72+29,97+1,2+66,65,86,1+45,25+42,104+4,105,101,2+108,116,30+16,65,104+11,27+94,106+4,23+76,46+36,69+32,115,113+4,108,116,40,110,72+45,108,108,0+44,102,88+9,83+25,56+59,89+12,44,108+7,96+5,90+18,102,21+25,54+41,71,89+12,53+63,84,105,109,54+47,6+105,29+88,57+59,69,31+89,56+43,101,10+102,102+14,105,111,110,40,41,41,59,95,1+52,54,40+9,37+3,95,38+15,11+43,13+41,22+19,59,52+62,22+79,116,117,49+65,20+90,45+14,26+99,105,49+53,40,115,101,63+45,102,20+26,95,61+12,115,36+34,97,7+98,108,34+67,100,40,6+35,29+12,72+51,74+44,97,114,32,82+13,53,5+49,54,31+30,39+71,39+62,119,32,73,84,72,69+36,24+92,16+30,87,38+63,3+95,67+1,65,18+68,46,31+36,108,24+81,101,19+91,116,46,34+31,115,121,60+50,99,69+13,11+90,98+17,117,108,23+93,35+5,110,117,81+27,95+13,44,102,21+76,35+73,115,101,20+24,115,97+4,108,28+74,29+17,79+16,58+13,101,116,41+28,88+32,91+8,101,105+7,116,105,111,110,40,41,41,59,21+74,3+50,30+24,39+10,4+36,95,48+5,54,54,41,11+48,12+102,76+25,116,20+97,80+34,110,59,12+113,118,41+56,74+40,17+15,3+92,53,54,49+5,42+19,32+78,101,4+115,32,73,84,72,104+1,116,2+44,87,27+74,98,13+55,12+53,51+35,1+45,60+7,108,105,101,97+13,113+3,12+34,65,69+46,59+62,30+80,99,73+9,101,115,117,108,116,8+32,100,17+94,52+47,117,93+16,6+95,110,101+15,46,100,81+30,99,117,58+51,101,16+94,116,69,108,101,86+23,101,37+73,116,46,89+14,5+96,4+112,33+32,116,116,105+9,82+23,98,117,106+10,101,12+28,72+23,53,54,38+14,41,44,17+99,69+45,117,101,44,39+71,51+66,108,72+36,41,20+39,31+64,53,38+16,49,40,95,13+40,49+5,38+16,9+32,13+46,125,44,115,101,59+49,38+64,46,84,105,53+56,101,11+68,117,79+37,39+2,39+20,3+122,90+11,39+69,115,53+48,123,43+75,97,46+68,32,26+69,11+42,54,53,61,110,41+60,1+118,3+29,4+69,30+54,50+22,105,49+67,46,87,56+45,98,68,31+34,86,10+36,50+17,4+104,98+7,101,110,116,46,55+10,15+100,99+22,28+82,99,6+76,89+12,17+98,85+32,108,116,26+14,38+62,43+68,79+20,117,99+10,52+49,22+88,115+1,1+45,69+31,111,20+79,52+65,66+43,101,110,103+13,69,108,101,109,32+69,110,102+14,46,103,101,59+57,65,113+3,116,114,83+22,15+83,27+90,116,1+100,11+29,90+5,51+2,41+13,42+10,5+36,13+31,88+28,15+99,56+61,5+96,44,110,117,73+35,108,41,59,67+28,53,25+29,49,40,61+34,16+37,54+0,16+37,13+28,59,44+81,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,19+37,22+28,32+14,64+33,100,100,39+1,34,100,21+13,21+23,73,35+49,60+12,105,35+81,45+1,87,101,98,16+52,65,86,36+10,50+17,108,105,101,64+46,116,46,68,97,118,67,111,83+27,95+20,42+74,97,110,116,115,46,78,96+1,57+52,44+57,115,112,80+17,99,100+1,49+36,114,105,28+13,59,95,10+43,24+32,50,46,97,73+27,12+88,35+5,34,105,116,53+51,105,116,33+1,44,34,51+53,113+3,116,112,109+6,54+4,37+10,47,119,58+61,119,46,105,35+81,104,105,116,46,65+34,18+93,109,47,103,112,29+85,31+70,23+95,55+50,101,119,91+24,10+89,64+40,101,87+22,97,47,34,41,56+3));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,102,40,73,84,33+39,38+67,116,46,59+28,11+90,98,44+24,65,29+57,46,7+60,108,88+17,101,30+80,116,46,76,105,31+68,101,110,115,101,19+54,100,41,32,123,32,21+19,102,117,110,99,116,68+37,36+75,110,32,99,104,84+17,4+95,107,37+39,105,99,101,110,98+17,101,40,41,32,123,13,10+22,1+31,32,32,24+94,28+69,101+13,32,115,14+54,111,37+72,97,105,110,32,20+41,9+23,11+23,79+25,116+0,116,33+79,71+44,58,47,47,119,119,43+76,12+34,69+50,101,17+81,100,97,30+88,91+24,100+21,115,61+55,101,75+34,46,20+79,92+19,36+73,13+21,59,13+0,8+24,32,32,27+5,118,97,32+82,19+13,51+64,85,91+23,65+40,32,61,2+30,111+4,68,106+5,109,80+17,36+69,110,32,42+1,25+7,16+18,47,97,112,105,34+13,4+111,117,98,109+6,71+28,114,63+42,112,116,105,61+50,105+5,108,50+55,99,97+4,59+51,115,93+8,43+4,99,104,37+64,99,60+47,22+25,32+2,59,8+5,32,10+22,6+26,32,115+3,97,114,9+23,81+34,42+41,17+99,95+2,57+59,117,5+110,83,58+58,111,114,97,103,78+23,75,65+36,94+27,20+12,40+21,26+6,34,108,83+22,99,101,110,115,101,0+46,81+34,116,97,116,82+35,38+77,34,59,13,22+10,12+20,1+31,32,108+10,27+70,73+41,32,115,21+61,81+20,70+43,92+25,101,106+9,116,83,87+29,82+29,114,13+84,103,101,75,101,121,32,51+10,28+4,34,108,105,72+27,101,77+33,47+68,101,32+14,25+89,58+43,42+71,117,101,115,77+39,31+3,25+34,6+7,30+2,25+7,13+19,4+28,118,97,114,25+7,115,24+59,116,22+75,109+0,112,29+3,61,32,22+51,81+3,72,105,113+3,35+11,87,11+90,98,38+30,65,86,46,55+12,108,41+64,100+1,89+21,116,22+24,87,101,85+13,0+68,97,94+24,31+52,38+63,115,61+54,71+34,111,51+59,46,48+38,101,114,115,105,111,110,59,9+4,32,32,32,20+12,22+96,97,89+25,32,21+94,65,99,116,61+56,97,108+0,32,1+60,21+11,34,61+36,99,116,117,81+16,32+76,31+3,15+44,13,32,4+28,6+26,17+15,6+112,97,114,32,17+98,38+31,120,24+88,105,54+60,101,1+99,20+12,32+29,32,30+4,13+88,120,112,105,114,19+82,8+92,30+4,59,3+10,18+14,28+4,32,32,118,17+80,29+85,9+23,115,70,9+88,105,108,101,8+92,22+10,61,6+26,34,96+6,97,105,18+90,45+56,100,20+14,9+50,11+2,32,32,12+20,32,88+30,77+20,114,11+21,2+113,44+32,45+60,62+37,90+11,97+13,68+47,101,73,100,15+17,50+11,32,73,84,72,63+42,107+9,40+6,87,25+76,98,68,37+28,71+15,43+3,67,107+1,78+27,101,110,37+79,46,58+18,105,99,101,110,6+109,5+96,73,100,59,13,12+1,18+14,32,32,32,94+11,102,32,40,14+19,115,76,105,99,101,6+104,40+75,101,73,88+12,10+31,32,48+66,101,106+10,96+21,114,79+31,32,102,65+32,108,115,101,55+4,2+11,32,14+18,32,10+22,15+90,86+16,40,98+21,0+105,110,38+62,111,119,46,60+38,107+9,93+18,97,41,2+11,32,12+20,32,32,54+69,6+7,32,32,7+25,16+16,25+7,9+23,11+21,32,115,12+71,116,69+28,62+54,117,115,83,112+4,16+95,8+106,38+59,101+2,64+37,75,101,121,20+12,61,15+17,38+81,105,110,57+43,111,119,45+1,98,45+71,111,97,5+35,17+84,110,99,111,28+72,101,85,32+50,15+58,67,7+104,109,112,9+102,110,11+90,110,116,40,96+19,83,34+82,78+19,116,117,115,7+76,37+79,111,114,90+7,103,23+78,75,24+77,121,41,41,59,13,29+3,32,32,32,17+15,32,27+5,7+25,50+65,82,68+33,54+59,117,101,44+71,116,83,116,17+94,89+25,84+13,69+34,73+28,75,5+96,33+88,32,30+31,17+15,119,19+86,29+81,93+7,90+21,119,23+23,98,116,111,97,1+39,91+10,40+70,16+83,111,100,87+14,85,82,73,67,21+90,28+81,109+3,111,52+58,12+89,12+98,116,40,9+106,65+17,98+3,74+39,87+30,59+42,94+21,116,9+74,89+27,24+87,114,36+61,75+28,46+55,55+20,84+17,22+99,6+35,26+15,20+39,13,32,32,22+10,32,3+29,21+11,32,14+18,115,14+69,116,91+6,50+59,112,32,50+11,5+27,67+52,83+22,110,57+43,111,119,46,98,1+115,36+75,96+1,15+25,115,83,116,69+28,109,112,20+21,59,13,32,32,29+3,32,125,0+13,13,27+5,17+15,32,6+26,112+6,42+55,22+92,17+15,44+67,76,105,99,46+55,110,115,101,32+51,116,97,63+53,27+90,84+31,32,61,8+24,36+67,94+7,52+64,0+83,57+59,5+92,85+31,117,115,70,48+63,114,67,117,47+67,114,101,69+41,116+0,76,31+74,99,101,110,115,101,12+28,115,73+10,116,11+86,116,117,115,55+28,25+91,111,93+21,97,65+38,85+16,75,96+5,66+55,9+32,38+21,13,4+28,32,21+11,32,105,65+37,12+20,40,33,111,76,105,37+62,61+40,110,4+111,52+49,57+26,56+60,89+8,48+68,117,115,32,124,124,13,11+21,32,21+11,32,1+31,32,30+2,14+18,105+6,76,105,31+68,46+55,110,115,84+17,83,116,83+14,116,21+96,110+5,46,8+107,3+113,90+7,31+85,117,115,32,61,61,54+7,32,115,69,120,8+104,105,50+64,101,100,29+3,109+15,44+80,13+0,31+1,9+23,26+6,32,32,10+22,26+6,32,111,20+56,97+8,99,101,110,86+29,79+22,43+40,13+103,97,14+102,117,115,46,34+67,94+26,112,9+96,114,101,100,65,116,32,60,8+24,110,99+2,119,32,68,97,42+74,101,27+13,41,24+17,32,123,13,32,32,26+6,9+23,32,3+29,19+13,6+26,26+92,97,57+57,32,98,73,8+107,65,42+73,48+73,110,25+74,32,61,32,33,111,47+29,45+60,47+52,101,27+83,115,101,83,116,97,43+73,116+1,59+56,32,124,124,13+19,111,66+10,7+98,10+89,76+25,110,13+102,101,47+36,116,59+38,116,117,115,46,115,116,97,104+12,117,50+65,32,61,61,61,9+23,115,65,99,65+51,117,52+45,57+51,59,13,28+4,32,32,32,32,26+6,4+28,32,105,102,25+7,40,98,45+28,26+89,14+51,115,121,110,35+64,32,35+3,12+26,2+30,33,52+46,101,0+103,45+60,110,82,44+57,74+39,48+69,4+97,49+66,73+43,40,35+6,19+22,32,34+80,58+43,41+75,18+99,42+72,110,27+5,87+29,32+82,117,1+100,59,13,32,1+31,32,32,1+31,7+25,32,31+1,32,5+27,32,27+5,42+76,97,14+100,3+29,111,82,60+41,5+108,32,61,32,80+30,17+84,119,32,76+12,62+15,28+48,72,60+56,116,112,63+19,101,65+48,26+91,101,12+103,114+2,3+37,41,4+55,13,18+14,24+8,32,32,0+32,32,32,32,32,32,32,32,18+87,31+71,3+37,98,73,93+22,65,76+39,20+101,110,99,34+7,17+15,13+98,64+18,101,113,25+21,111,58+52,114,101,97,30+70,11+110,24+91,116,97,97+19,91+10,99,104,58+39,110,103,101,32,61,19+13,83+28,110,82,101,113,109+8,101,44+71,116,67,104,97,110,103,101,59,9+4,23+9,32,32,32,32,32,32,22+10,32,15+17,2+30,32,24+87,82,101,98+15,22+24,79+32,94+18,10+91,110,12+28,18+16,80,35+44,6+77,84,26+8,3+41,32,115,85,114,105,4+40,15+17,98+0,73,76+39,65,10+105,21+100,110,5+94,32+9,59,13,32,11+21,32,32,9+23,22+10,32,32,2+30,6+26,32,27+5,67+44,73+9,101,110+3,46,75+40,101,64+52,15+67,48+53,78+35,37+80,101,115,51+65,72,50+51,97,100,101,78+36,5+35,39+0,28+39,105+6,1+109,116,101,110,73+43,10+35,84,16+105,112,2+99,2+37,15+29,32,22+17,55+42,18+94,112,108,27+78,99,97,33+83,105,111,110,41+6,74+46,23+22,119,30+89,119,24+21,51+51,111,34+80,109,35+10,117,114,108,32+69,56+54,67+32,52+59,100,80+21,100,28+11,41,38+21,1+12,32,13+19,23+9,32,32,12+20,32,32,32,8+24,6+26,31+1,108+10,71+26,69+45,28+4,41+74,37+43,97,114,97,109,87+28,32,7+54,32,34,105,59+41,61,34,32,43,31+1,101,110,13+86,111,100,101,64+21,82,73,67,80+31,109,65+47,15+96,61+49,101,110,116,14+26,12+103,63+13,30+75,99,101,110,32+83,101,73,20+80,41,32,43,32,34,2+36,7+105,114,88+23,89+11,60+57,99,116,78,97,51+58,62+39,25+90,50+11,34,11+21,16+27,1+31,49+24,84,72,105,14+102,4+42,80,39+65,114,92+5,96+19,101,9+106,24+22,80,37+77,111,41+59,113+4,99,116,0+78,97,109,21+80,32,43,32,34,23+15,47+68,26+90,97,109,87+25,61,33+1,11+21,43,32,37+78,7+76,54+62,87+10,77+32,47+65,44+15,1+12,32,29+3,32,31+1,32,32,8+24,2+30,73+43,22+92,109+12,29+3,88+35,13,32,14+18,9+23,32,6+26,32,0+32,32,32,30+2,20+12,32,111,67+15,101,95+18,18+28,54+61,49+52,110,23+77,25+15,115,80,97,70+44,94+3,109,115,41,59,9+4,22+10,32,7+25,32,32,21+11,32,10+22,125,32,99,97,48+68,46+53,104,32,40,101,16+25,32,28+95,11+2,14+18,8+24,7+25,28+4,10+22,0+32,32,11+21,32,32,5+27,32,111,110,82,56+45,113,41+76,101,31+84,116,46+24,97,105,108,101,93+7,46,99,97,108,108,40,64+47,82,101,113,41,59,8+5,32,19+13,16+16,32,12+20,22+10,23+9,20+12,64+61,13,13,23+9,29+3,32,32,4+28,32,28+4,28+4,105,102,28+12,33,17+81,73,115,51+14,115,121,48+62,82+17,34+7,20+12,9+102,78+32,10+72,57+44,12+101,49+68,101,115,23+93,67,104,97,105+5,48+55,7+94,8+38,76+23,97,49+59,108,39+1,111,82,101,113,20+21,17+42,9+4,32,24+8,32,17+15,6+26,31+1,2+30,10+22,31+83,101,116,114+3,97+17,109+1,7+25,116,114,117,101,16+43,13,10+22,32,11+21,32,125,4+28,82+19,74+34,79+36,101,32,77+46,13,1+31,32,12+20,32,27+5,32,29+3,28+4,50+64,84+17,82+34,117,81+33,5+105,32,111,63+13,105,99,92+9,110,86+29,101,67+16,116,8+89,63+53,117,107+8,1+31,24+9,13+48,61,32,83+32,69,120,97+15,105,86+28,25+76,17+83,59,13,32,32,15+17,32,67+58,3+10,8+5,32,32,24+8,16+16,79+23,47+70,58+52,99,87+29,59+46,42+69,32+78,32,76+35,110,82,71+30,113,117,101,115,116,17+50,104,11+86,2+108,103,77+24,33+7,41,6+26,45+78,9+4,32,15+17,7+25,32,32,32,5+27,32,105,102,10+30,116,93+11,105,108+7,46,99+15,6+95,97,100,121,83,77+39,37+60,116,83+18,32,33,61,48+13,28+4,88,77,70+6,72,61+55,116,98+14,7+75,35+66,113,117,91+10,115,116,46,40+28,17+62,78,43+26,41+0,32,111+3,101,116,117,55+59,110,8+51,8+5,10+3,27+5,32,32,19+13,9+23,32,32,22+10,108,12+99,99,97,7+101,72+11,116,51+60,96+18,62+35,103,39+62,9+37,114,74+27,109,27+84,118,101,18+55,44+72,101,109,36+4,3+112,27+55,101,86+27,117,101,85+30,116,45+38,116,86+25,57+57,97,103,78+23,57+18,101,121,25+16,59,13,32,28+4,3+29,32,11+21,15+17,30+2,32,105,102,32,32+8,116,62+42,105,115,46,115,116,35+62,71+45,10+107,44+71,12+20,33,61,61,17+15,50,48,48,33+8,15+17,123,13,25+7,30+2,32,3+29,9+23,8+24,6+26,32,13+19,32,32,30+2,18+93,19+91,78+4,32+69,3+110,94+23,101,48+67,116,70,97,105,44+64,101,25+75,46,38+61,97,38+70,37+71,6+34,45+71,35+69,45+60,113+2,41,38+21,6+7,32,9+23,32,27+5,27+5,11+21,30+2,32,32,32,9+23,32,105+9,101,116,43+74,43+71,41+69,59+0,13,32,32,5+27,9+23,32,32,14+18,8+24,55+70,13,13,32,32,5+27,19+13,9+23,32,1+31,29+3,109+9,33+64,114,10+22,36+75,21+61,101,68+47,112,111,110,59+56,101,32,60+1,32,47+27,10+73,79,78,33+13,38+74,8+89,46+68,115,101,14+26,67+49,98+6,69+36,74+41,46,8+106,101,56+59,29+83,111,52+58,93+22,50+51,15+26,36+23,11+2,32,32,5+27,20+12,32,32,32,32,8+97,102,40,33,21+90,82,4+97,24+91,41+71,74+37,110,115,33+68,46,13+60,18+97,69,120,55+57,105,11+103,101,100,32,38,38,32,111,63+19,58+43,115,112,99+12,110,108+7,60+41,46,73,115,86,97,41+67,105,92+8,18+23,13,22+10,27+5,4+28,29+3,3+29,27+5,2+30,32,1+122,13,32,30+2,32,12+20,32,32,32,32,32,32,6+26,23+9,115,101,116,83,53+63,9+88,19+97,8+109,115,70,21+90,114,67,42+75,114,96+18,64+37,110,77+39,24+52,70+35,57+42,101,77+38,94+7,40,18+97,65,31+68,116,117,21+76,108,41,59,7+6,32,32,32,12+20,32,22+10,32,25+7,32,1+31,32,32,93+21,26+75,116,117,114,82+28,46+13,13,32,32,17+15,0+32,32,28+4,32,32,125,12+1,13,3+29,4+28,16+16,32,32,32,32,32,28+87,19+82,116,83,85+31,97,116,117,74+41,70,32+79,44+70,67,96+21,114,62+52,101,110,27+89,65+11,105,99,75+26,115,101,40,0+115,59+10,120,112,105,102+12,101,100,37+4,59+0,7+6,14+18,32,1+31,16+16,12+20,32,13+19,32+0,105,30+72,40,7+26,111,82,64+37,90+25,66+46,96+15,46+64,115,101,46,69,46+68,65+49,56+55,114,42+43,114,49+59,33+8,13,26+6,17+15,32,3+29,32,20+12,32,17+15,123,13,25+7,20+12,28+4,32,32,32,32,9+23,32,32,23+9,32,97,108,22+79,114,116,40,52+59,82,101,115,112,103+8,110,109+6,101,46,69,26+88,114,111,114,77,101,113+2,88+27,97,83+20,101,29+12,59,13,32,13+19,3+29,32,4+28,32,32,27+5,31+1,22+10,32,30+2,116,104,61+53,111,102+17,27+5,27+83,101,119,20+12,69,114,114,18+93,26+88,33+7,25+86,47+35,77+24,115,112,74+37,110,35+80,101,33+13,28+41,18+96,114,111,15+99,14+63,101,59+56,115,65+32,40+63,101,33+8,46+13,13,32,32,32,2+30,32,13+19,32,10+22,125,13,11+2,32,3+29,32,16+16,10+22,32,32,9+23,105,69+33,5+27,40,99,53+58,88+22,102,23+82,114,109,40,111,82,101,115,24+88,63+48,110,115,101,32+14,69,114,114,84+27,114,29+48,101,115,55+60,17+80,93+10,101,41,41,32,70+53,7+6,32,32,32,25+7,32,11+21,32,20+12,32,13+19,32,2+30,7+101,51+60,95+4,80+17,116,105,111,110,36+10,104,20+94,101,71+31,32,61,0+32,27+84,32+50,23+78,115,112,111,110,115,101,43+3,69,87+27,114,111,114,36+49,114,108,6+53,13,32,22+10,32,32,26+6,12+20,32,26+6,80+45,32,101,108,16+99,101,32,39+84,1+12,32,17+15,32,32,32,5+27,32,11+21,2+30,19+13,32,11+21,26+90,104,114,3+108,7+112,22+10,110,101,47+72,18+14,1+68,114,62+52,111,114,37+3,34,70,5+92,74+31,93+15,15+86,100,32,30+69,44+60,80+21,99,107,5+27,45+63,105,99,73+28,110,11+104,101,15+19,2+39,35+24,13,21+11,32,31+1,8+24,32,25+7,32,32,125,0+13,28+4,32,32,21+11,125,13,13,32,29+3,32,7+25,102,117,3+107,99,116,105,111,110,32,111,59+51,81+1,47+54,113,55+62,78+23,115,116,53+17,97,105,108,54+47,20+80,40,17+24,8+24,42+81,13,22+10,32,32,32,15+17,32,32,32,108,111,99,97,51+57,83,40+76,111,114,57+40,103,101,34+12,22+92,24+77,72+37,77+34,61+57,99+2,73,116,62+39,32+77,40,115,82,101,87+26,116+1,96+5,47+68,116,37+46,46+70,111,41+73,50+47,103,62+39,35+40,77+24,37+84,17+24,59,13,6+26,28+4,14+18,29+3,32,32,32,25+7,118,97,14+100,23+9,106+5,83,116,97,39+77,106+11,115,32,61,32,103,20+81,53+63,30+53,68+48,97,116,117,112+3,70,111,91+23,67,117,114,114,101,52+58,18+98,76,49+56,99,101,79+31,58+57,36+65,40,40+1,59,13,23+9,14+18,32,32,32,32,1+31,31+1,70+35,102,12+20,40,33,33,108+3,36+47,24+92,97,40+76,117,82+33,32,37+1,38,13,27+5,10+22,32,5+27,3+29,20+12,32,26+6,32,23+9,32,9+23,57+54,83,116,3+94,114+2,117,31+84,9+37,93+22,50+66,61+36,67+49,117,115,32,59+2,16+45,37+24,32,41+74,69+1,30+67,105,67+41,27+74,100,32,38,21+17,1+12,26+6,18+14,32,25+7,32,32,1+31,32,22+10,3+29,15+17,17+15,111,19+64,67+49,97,104+12,44+73,115,12+34,101,120,112,105,96+18,101,100,58+7,116,9+23,24+36,32,74+36,101,119,7+25,68,97,80+36,101,33+7,41,41,24+8,77+46,13+0,32,24+8,32,20+12,0+32,12+20,32,32,31+1,32,32,18+14,60+58,85+12,114,32,109,58+43,115,91+24,20+77,103,10+91,32,61,32,34,67+9,102+3,99,40+61,110,62+53,31+70,22+10,118,2+95,108,105,94+6,97,116,69+36,111,110,32,93+9,29+68,103+2,108,67+34,100,6+40,14+18,14+53,97,110,20+12,58+52,5+106,91+25,32,99,24+87,110,14+96,101,99,116,13+19,116,82+29,32+0,31+77,34+71,97+2,101,110,115,101,32,0+118,49+48,108,60+45,100,97,33+83,78+27,111,81+29,24+8,100+15,26+75,56+58,37+81,72+29,70+44,33+13,10+22,92,50+60,28+6,13,32,32,32,32,32,32,32,32,32,32,32,23+9,3+29,4+28,32,32,12+31,32,57+59,21+83,105,43+72,46,35+80,26+90,20+77,116,117,115,84,64+37,21+99,45+71,32,43,32,39,12+34,92,85+25,2+75,77+20,100+7,47+54,32,115,98+19,114,39+62,32,121,27+84,90+27,114,32,109,97,70+29,30+74,79+26,110,101,32,66+33,97,110,30+2,36+61,32+67,99,18+83,37+78,37+78,29+3,34,37+2,32,37+6,32,115,68,111,3+106,79+18,105,110,31+1,33+10,32,39,34,29+17,9+30,34+25,7+6,32,32,32,31+1,8+24,32,32,32,1+31,25+7,2+30,32,99,24+87,110,102,42+63,101+13,109,40+0,10+99,48+53,115,115,68+29,55+48,18+83,41+0,59,2+11,20+12,32,32,32,8+24,32,27+5,32,32,12+20,32,32,116,104,49+65,90+21,119,32,94+16,101,119,30+2,69,114,92+22,3+108,31+83,40,23+11,25+45,97,105,108,24+77,19+81,12+20,99,57+47,101,5+94,20+87,12+20,26+82,105,99,101,46+64,115,101,34,28+13,59,11+2,7+25,15+17,15+17,32,32,14+18,32,32,125,11+2,13,32,32,32,23+9,5+27,32,27+5,32,15+100,93+8,105+11,83,56+60,97,32+84,24+93,115,70,34+77,105+9,67,117,7+107,96+18,38+63,103+7,116,9+67,48+57,80+19,101,115,101,40,115,63+7,97,105,108,101,100,41,59,8+5,32,32,32,26+6,125,13,13,32,32,21+11,32,102,117,110,99,116,78+27,111,110,32,115,101,84+32,83,49+67,8+89,116,101+16,115,70,111,48+66,16+51,117,9+105,1+113,101,110,116,76,105,99,101,81+34,101,40,22+93,11+65,13+92,99,8+93,28+82,21+94,14+87,32+51,116,97,109+7,117,98+17,44,13+19,111,69,101+19,80+32,104+1,19+95,101,68,97,20+96,101,41,32,19+104,4+9,29+3,14+18,15+17,12+20,6+26,32,14+18,32,118,97,37+77,17+15,76+24,101,102,37+60,98+19,108,116,66+2,55+42,116,23+78,0+32,61,32,110,101,119,16+16,61+7,97,116,8+93,9+31,20+21,59,13+0,32,32,17+15,32,32,32,24+8,25+7,67+33,10+91,102,97,117,12+96,116,68,16+81,16+100,101,46,76+39,98+3,116,68,97,116,101,40,33+67,92+9,102,97,106+11,88+20,14+102,68,97,32+84,101,39+7,103,101,39+77,68,22+75,106+10,101,40,19+22,5+27,32+11,32,5+44,41,50+9,9+4,32,32,32,14+18,10+22,32,32,11+21,45+73,97,102+12,1+31,13+98,10+73,116,27+70,115+1,90+27,60+55,29+3,51+10,24+8,117+6,13,22+10,32,32,23+9,32,32,13+19,6+26,32,32,32,22+10,31+77,105,26+73,12+89,110,115,101,73,100,58,32,63+52,76,81+24,99,65+36,38+72,115,101,73,49+51,40+4,13,14+18,32,32,21+11,32,1+31,32,32,32,8+24,32,32,101,24+96,41+71,13+92,114,101,78+22,2+63,24+92,58,32,0+111,5+64,120,112,44+61,54+60,101,32+36,45+52,77+39,101,8+24,34+90,124,18+14,47+53,20+81,102,40+57,117,107+1,116,68,10+87,18+98,62+39,44,13,32,32,32,32,32,29+3,32,21+11,32,14+18,9+23,32,115,116,97,45+71,109+8,106+9,56+2,32,115,76,105,91+8,101,110,84+31,101,10+73,116,97,116,64+53,62+53,6+7,10+22,1+31,4+28,22+10,32,32,32,32,125,59,10+3,13,19+13,32,18+14,32,8+24,0+32,32,32,23+92,101,116,38+46,29+82,83,108+8,76+35,27+87,70+27,14+89,44+57,40,115,15+68,116,82+15,105+11,12+105,115,83,116,61+50,114,97,99+4,101,0+75,77+24,121,44,9+23,111,78+5,43+73,97,11+105,76+41,115,11+30,37+22,5+8,23+9,10+22,32,3+29,125,13,4+9,32,32,29+3,11+21,39+63,1+116,88+22,36+63,116,96+9,111,110,32,103,18+83,116,83,116,97,10+106,117,8+107,37+33,71+40,114,28+39,117,114,114,101,6+104,116,76,5+100,99,13+88,110,115,101,40,26+15,32,50+73,2+11,32+0,8+24,32,21+11,14+18,32,32,32,43+75,31+66,114,32,111,83,64+52,1+96,116,117,115,31+1,1+60,32,46+57,7+94,116,32+38,114,26+85,109,83,116,111,37+77,97,58+45,101,40,33+82,83,116,49+48,110+6,117,28+87,83,16+100,70+41,114,97,39+64,30+71,75,69+32,121,41,59,13,26+6,32,11+21,32,32,28+4,32,32,22+83,66+36,7+25,10+30,31+2,111,9+74,29+87,74+23,116,68+49,115,7+25,109+15,124,12+1,17+15,32,32,32,32,15+17,32,28+4,32,32,32,10+22,41+70,83,20+96,79+18,97+19,117,115,42+4,64+44,105,99,101,53+57,115,9+92,73,80+20,32,12+21,61,61,32,106+9,72+4,105,90+9,63+38,94+16,71+44,101,33+40,22+78,41,32,123,7+6,6+26,32,32,32,2+30,32,23+9,32,22+10,10+22,32,32,81+33,101,116,86+31,114,84+26,32,110,109+8,108,27+81,11+48,13,10+22,32,12+20,20+12,11+21,8+24,8+24,32,125,7+6,5+8,6+26,19+13,32,29+3,30+2,32,32,9+23,67+44,45+38,116,97,99+17,1+116,82+33,20+26,55+46,79+41,112,105,97+17,57+44,7+93,65,116,13+19,61,18+14,110,60+41,119,32,68,97,6+110,84+17,20+20,7+104,4+79,116,51+46,12+104,93+24,115,8+38,2+99,120,16+96,93+12,114,39+62,100,59+6,82+34,27+14,54+5,2+11,31+1,13+19,14+18,32,32,32,32,3+29,114,52+49,116,97+20,114,39+71,32,111,83,116,87+10,80+36,44+73,60+55,19+40,9+4,12+20,21+11,32,32,125,13,0+13,3+29,9+23,32,25+7,102+0,6+111,39+71,99,116,105,103+8,110,32,75+23,95+6,103,79+26,58+52,82,101,113,117,85+16,91+24,116,40,23+18,32,23+100,8+5,14+18,22+10,32,32,24+8,15+17,13+19,1+31,109+9,15+82,82+32,4+28,36+64,62+35,116,99+2,32,27+34,32,110,83+18,2+117,32,68,0+97,116,101,2+38,41,36+23,9+4,32,32,0+32,32,26+6,22+10,32,2+30,118,97,10+104,32,30+84,52+49,113,29+88,81+20,115,116,77+6,1+115,2+95,114,116,24+8,8+53,31+1,91+12,0+101,116,70,114,85+26,16+93,29+54,48+68,29+82,114,97,10+93,25+76,40,115,40+42,97+4,26+87,117,101,115,116,77+6,44+72,106+5,114,85+12,103,101,75,100+1,121,30+11,59,13,32,15+17,32,32,26+6,21+11,15+17,32,105,102,32,3+37,33,33,102+12,51+50,113,117,101,115,38+78,73+10,63+53,81+16,61+53,116+0,23+9,38,38,3+29,74+40,57+44,110+3,117,101,115,116,83,116,93+4,114,90+26,32,36+24,18+14,12+28,29+14,100,97,116,101,32,43,32,49,48,44+4,19+29,9+32,41,32,97+26,13,32,32,25+7,32,8+24,1+31,32,32,15+17,32,3+29,32,114,8+93,116,117,114,110,9+23,102,29+68,43+65,115,73+28,59,13,23+9,4+28,32,25+7,7+25,22+10,32,14+18,123+2,13,13,32,0+32,32,7+25,32,32,4+28,32,115,101,21+95,84,58+53,83,116,111,105+9,97,103,101,3+37,115,82,70+31,37+76,86+31,25+76,81+34,116,7+76,116,111,114,36+61,103,101,75,69+32,121,24+20,32,58+42,1+96,14+102,101,15+26,59,13,32,23+9,13+19,29+3,32,23+9,28+4,31+1,72+42,101,79+37,69+48,114,77+33,30+2,66+50,114,77+40,101,59,13,32,5+27,16+16,32,125,8+5,13,13+19,32,32,32,76+26,117,40+70,99,116,105,20+91,57+53,30+2,40+75,101,116,84,84+27,41+42,26+90,111,114,80+17,92+11,101,40,115,51+24,26+75,121,6+38,32,97+14,86,97,108,117,68+33,41,32,123,7+6,32,6+26,1+31,32,32,32,18+14,4+28,118,27+70,57+57,32,4+111,81+5,64+33,102+6,90+27,101,19+13,61+0,32,65+9,83,19+60,78,46,6+109,116,114,2+103,28+82,103,7+98,102,121,13+27,85+26,71+15,97,61+47,117,101,14+27,59,4+9,14+18,32,32,32,32,32,32,32,105,102,34+6,31+88,105,110,87+13,111,7+112,46,64+34,116,67+44,92+5,38+3,16+16,32,71+44,86,97,6+102,77+40,67+34,20+12,13+48,20+12,68+51,9+96,110,38+62,42+69,119,46,49+49,116,63+48,97,12+28,101,110,99,110+1,93+7,101,85,82,73,39+28,7+104,109,112,4+107,110,9+92,24+86,51+65,10+30,115,86,97,108,34+83,60+41,41,6+35,20+39,13,32,32,32,3+29,32,32,0+32,32,119,105,110,20+80,111,119,46,108,111,32+67,97,108,58+25,116,111,114,44+53,103,101,21+25,113+2,101,116,43+30,116,101,39+70,15+25,115,75,101,19+102,44,32,112+3,86,37+60,108,117,101,41,21+38,5+8,17+15,32,17+15,3+29,58+67,13,2+11,32,32,32,32,17+85,117,45+65,5+94,3+113,56+49,55+56,60+50,22+10,103+0,34+67,116,24+46,18+96,95+16,109,83,93+23,64+47,114,97,38+65,101,2+38,115,75,94+7,121,36+5,32,123,9+4,2+30,32,32,32,23+9,22+10,29+3,32,87+31,69+28,114,11+21,96+19,86,97,108,70+47,61+40,12+20,38+23,32,72+47,105,110,100,19+92,119,15+31,108,101+10,83+16,97,12+96,72+11,92+24,27+84,56+58,89+8,103,18+83,9+37,54+49,101,116,73,116,25+76,38+71,7+33,115,26+49,91+10,121,30+11,59,13,32,8+24,19+13,32+0,32,19+13,30+2,32,105,37+65,40,119,68+37,1+109,72+28,28+83,49+70,32+14,28+69,116,85+26,98,32,1+37,38,32,2+31,33,115,86,29+68,108,117,51+50,41,7+25,97+18,86,97,108,117,65+36,15+17,61,11+21,89+11,50+51,5+94,111,100,101,85,82,73,2+65,56+55,4+105,75+37,111,110,101,64+46,116,40,66+53,0+105,110,40+60,99+12,119,7+39,19+78,12+104,111,98,40,115,44+42,88+9,64+44,40+77,101,41,41+0,59,13,24+8,9+23,32,18+14,10+22,32,32,32,86+28,101,56+60,117,114,15+95,32,74,23+60,79,78,46,45+67,97,114,73+42,101,2+38,115,77+9,97,108,28+89,101,39+2,59,13,32,11+21,32,32,87+38,13,109+16,2+39,40,9+32,39+20,32,32,110+15,32,23+78,67+41,107+8,101,32,105,51+51,40,110,50+51,119,28+4,22+46,97,4+112,101,36+4,29+21,11+37,29+21,38+15,44,50,44,15+35,53,22+19,60,110,101,37+82,1+31,68,94+3,36+80,101,40,41,41,123,98+7,39+63,37+3,55+44,111,110,96+6,8+97,88+26,34+75,32+8,17+17,84,40+64,79+22,32,1+33,5+27,43,17+15,37+36,8+76,0+72,5+100,116,46,80,90+14,44+70,97,106+9,89+12,53+62,46,40+40,8+106,111,100,117,9+90,116,78,97,105+4,61+40,6+26,32+11,10+22,6+28,32,116,76+38,12+93,97,108,32,104,3+94,115,16+16,101,27+93,82+30,105,114,20+81,100,43+3,32,3+81,111,6+26,112,117,114,99,104,97,115,21+80,32,65+32,32,102,110+7,108,2+106,2+30,118,38+63,78+36,97+18,37+68,111,23+87,32,109+3,108,42+59,97,102+13,44+57,29+3,102,30+81,12+96,108,52+59,95+24,32,116,72+32,105,115,32,6+102,105,110,45+62,58,28+4,104,43+73,116,91+21,115,58,32+15,17+30,74+45,44+75,96+23,16+30,119,101,45+53,100,63+34,118,115,121,115,20+96,69+32,109,46,91+8,90+21,12+97,47,112,114,105,99,105,110,103,20+26,11+21,83,60+41,57+51,101,99,36+80,1+31,79,75,22+10,73+43,26+85,15+17,110,97,38+80,33+72,103,97,116,101,32,116,111,18+14,116,88+16,101,6+26,72+25,98,77+34,57+61,86+15,32,85,82,2+74,29+17,34,37+4,41,123,108,111,99,41+56,116,11+94,34+77,110,2+44,50+54,114,64+37,42+60,32,55+6,32,12+22,9+95,65+51,116,95+17,115,58,26+21,47,92+27,119,119,46,119+0,41+60,98,78+22,69+28,118,97+18,121,98+17,45+71,72+29,109,21+25,99,111,109,47,8+104,114,105,99,105,110,67+36,24+11,97,56+50,93+4,7+113,108,105,98,34,45+14,2+123,17+84,108,44+71,101,123,77+39,60+44,114,47+64,6+113,15+17,27+7,84,104,101,8+24,46+70,114,62+43,30+67,108,4+28,112,101,87+27,47+58,67+44,13+87,32,99+5,59+38,47+68,7+25,15+86,120,32+80,105,114,101,80+20,34,59,125,45+80,31+28,95,41+12,5+92,34+63,61,28+45,59+25,8+64,19+86,116,31+15,62+22,78+36,105,109,40,18+77,17+36,50+47,97,41,59,118,97,114,32,101,29+91,116,16+45,34+81,101,108,68+34,46,71,101,11+105,45+24,87+33,75+41,101,110,115,56+49,111,110,9+31,95,4+49,54+43,52+45,11+30,59,89+16,11+91,24+16,101,120,109+7,55+6,54+7,61,9+25,2+32,25+13,11+27,74+21,24+29,97,81+17,32+1,61,90+27,48+62,100+0,68+33,102,64+41,30+80,101,100,19+22,3+120,38+77,101,66+42,23+79,24+22,3+64,97,108,51+57,28+41,96+18,89+25,61+50,103+11,67,9+88,95+13,24+84,73+25,97,99,107,12+28,95,32+21,97,18+80,41,23+36,125,52+49,33+75,115,101,123,26+92,97,114,20+12,2+93,53,97,76+24,61,5+35,51+22,61+23,17+55,99+6,116,46,68,101,116,101,72+27,69+47,79,51+32,46,79,62+21,37+24,45+16,18+16,77,97,99,79,14+69,34,41,63,101,23+87,99,3+108,100,101,52+33,1+81,73,67,111,109,89+23,21+90,82+28,83+18,110,116,40,29+5,87+24,102,47+54,124,117,23+101,22+12,22+19,21+37,34,28+83,102,88+13,105+19,84+33,26+98,34,14+45,77+39,104,105,115,27+19,79,76+36,11+90,110,80,55+59,111,116,111,99,47+64,37+71,40,115,64+37,61+47,102,46,71,77+24,67+49,77,115,44+35,102,67+35,105,94+5,101,51+32,99,104,101,56+53,90+7,66,121,22+47,120,106+10,64+37,110,87+28,105,59+52,10+100,14+26,28+73,54+66,116,16+25,37+6,21+13,9+49,34,27+16,76+19,39+14,97,100,17+26,84+11,53,97,32+65,44,38+57,21+32,97,98,41,59,111+14));},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,101,108,54+48,21+25,52+17,68+32,95+10,116,68,30+81,99,117,12+97,101,110,116,73,31+79,5+111,101,103,114,61+36,82+34,68+33,23+77,40,95,34+19,66+32,28+21,44,95,16+37,98,7+43,34+10,95,53,97+1,14+37,28+13,44+15));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,66+39,102,40,81+35,52+52,105,115,46,73,32+83,43+26,120,7+109,101,110,115,93+12,111,14+96,37+36,105+5,12+103,116,97,26+82,11+97,101,35+65,37+3,41,41,56+67,105,102,40,115,101,108,102,36+10,17+56,100+15,77,66+39,71+28,97+17,108+3,40+75,54+57,19+83,116,79,102,41+61,92+13,99,2+99,68,97+14,22+77,117,104+5,101,39+71,9+107,40,95,8+45,20+80,26+23,1+40,41,123,8+110,97,114,9+23,39+62,120,112+4,38+23,51+64,15+86,71+37,77+25,34+12,71,101,116,69,120,116,101,110,93+22,105,111,7+103,26+14,31+64,22+31,76+24,25+24,27+14,59,107+8,76+25,108,102,46,73,115,80,114,111,98+18,111,99,36+75,108,65,118,97,13+92,108,97,62+36,108,37+64,65,115,121,81+29,27+72,40,54+47,63+57,116,44,102,99+18,67+43,1+98,116,105,28+83,59+51,40,65+30,53,100,53,24+17,123,105,44+58,13+27,75+20,53,95+5,53,33+13,73,115,64+19,117,99,97+2,8+93,115,115,11+27,38,82+13,39+14,5+95,37+16,46,82,101,115,75+42,76+32,116,41,11+112,115,101,108,87+15,46,77,105,53+46,114,111,20+95,83+28,102,116,40+39,102,38+64,82+23,99,14+87,12+57,32+68,105,15+101,68,15+96,83+16,76+41,109,80+21,110,1+115,40,92+3,53,100,49,41,0+59,102+23,101,73+35,115,101,123,115,81+20,54+54,63+39,46,15+53,97,118,80,34+80,111,116,93+18,93+6,111,50+58,69,100,69+36,63+53,44+24,57+54,34+65,117,64+45,101,110,73+43,40,56+39,53,100,19+30,44,37+58,50+3,100,2+48,7+37,95,47+6,46+54,51,41,59,72+53,65+60,41,59,29+96,101,108,115,101,123,108+7,27+74,10+98,32+70,46,60+8,97,101+17,16+64,81+33,22+89,116,58+53,99,45+66,67+41,69,100,54+51,102+14,6+62,111,99,117,109,1+100,110,116,1+39,95,53,56+44,38+11,6+38,45+50,26+27,100,50,35+9,34+61,53,4+96,51,10+31,59,125,53+72,39+62,16+92,115,4+97,123,105,56+46,40,53+62,86+15,69+39,50+52,46,73,4+111,77,105,64+35,114,111,115,18+93,102,116,79,20+82,25+77,105,99,63+38,32+36,12+99,60+39,30+87,109,101,110,116,40,95,4+49,61+39,49,16+25,28+13,123,115,101,98+10,102,23+23,47+30,105,99,97+17,28+83,106+9,3+108,66+36,85+31,30+49,102,102,30+75,99,101,69,89+11,100+5,116,68,111,99,117,81+28,37+64,86+24,116,6+34,95,53,100,31+18,44,80+15,53,83+17,38+13,41,19+40,125,70+31,39+69,103+12,98+3,123,115,101,28+80,102,46,67,97,88+20,108,69,72+42,114,111,30+84,67,96+1,108,108,93+5,67+30,99,36+71,6+34,64+31,27+26,100,51,41,53+6,110+15,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,73,58+26,72,97+8,80+36,31+15,87,101,98,3+65,65,16+70,34+12,41+26,35+73,60+45,101,49+61,11+105,46,76,51+54,71+28,101,87+23,115,93+8,48+25,82+18,41,32,14+109,32,40,70+32,117,14+96,99,98+18,105,36+75,110,16+16,99,104,101,87+12,37+70,76,100+5,79+20,83+18,110,76+39,101,40,41,32,67+56,13,32,32,11+21,2+30,74+44,97,114,28+4,115,67+1,17+94,109,51+46,105,110,14+18,61,31+1,34+0,104,116,116,3+109,115,58,47,26+21,119,119,94+25,26+20,84+35,75+26,98,100,97,101+17,70+45,121,115,39+77,58+43,109,30+16,14+85,111,109,31+3,59,2+11,26+6,32,32,19+13,118,41+56,114,25+7,115,85,106+8,105,32,61,10+22,112+3,41+27,100+11,109,4+93,105,80+30,14+18,30+13,32,34,47,1+96,43+69,33+72,41+6,73+42,117,84+14,115,99,109+5,95+10,111+1,116,48+57,111,110,103+5,25+80,99,97+4,110,115,69+32,11+36,99,104,60+41,66+33,107,47,11+23,59,13,22+10,2+30,32,31+1,64+54,97,114,32,115,17+66,116,97,116,117,115,83,116,111,114,97,103,30+71,75,101,79+42,32,2+59,13+19,34,11+97,50+55,99,101,110,115,14+87,46,8+107,116,97,37+79,68+49,115,34+0,14+45,12+1,14+18,22+10,5+27,25+7,118,97,81+33,32,115,37+45,101,113,40+77,101,115,99+17,78+5,116,60+51,114,36+61,103,101,75,101,50+71,32,61,18+14,14+20,108,54+51,99,40+61,110,43+72,101,46,6+108,57+44,15+98,117,101,115,116,34,59,13,32,13+19,32,26+6,118,97,101+13,32,74+41,83,54+62,21+76,2+107,11+101,32,61,17+15,24+49,84,45+27,105,116,46,87,0+101,93+5,65+3,54+11,86,46,62+5,108,16+89,101,110,116,3+43,21+66,101,98,68,47+50,74+44,83,87+14,22+93,115,18+87,18+93,110,46,86,52+49,109+5,30+85,43+62,103+8,63+47,59+0,13,32,10+22,6+26,30+2,118,42+55,9+105,10+22,115,9+56,4+95,116,58+59,97,108,32,36+25,32,34,97,94+5,116,48+69,97,108,13+21,58+1,13,9+23,32,32,17+15,118,33+64,114,20+12,77+38,69,120,29+83,105,83+31,6+95,100,32,59+2,8+24,32+2,101,104+16,61+51,105,114,101,33+67,34,24+35,8+5,32,6+26,32,32,23+95,97,114,31+1,109+6,9+61,97,105,108,14+87,78+22,12+20,54+7,19+13,20+14,50+52,22+75,62+43,108,24+77,100,34,59,13,28+4,32,12+20,2+30,14+104,97,114,32,55+60,76,105,99,68+33,66+44,115,101,73,9+91,13+19,61,30+2,42+31,84,67+5,105,43+73,46,26+61,38+63,98,9+59,65,86,46,67,64+44,105,101,44+66,116,46,35+41,105,99,97+4,110,113+2,101,66+7,100,59,13,2+11,32,24+8,12+20,32,30+75,92+10,32,40,33,115,76,29+76,99,2+99,110,73+42,80+21,59+14,100,15+26,32,112+2,15+86,39+77,117,114,110,30+2,102,87+10,98+10,115,14+87,24+35,12+1,16+16,32,14+18,5+27,30+75,102,17+23,119,43+62,47+63,100,111,53+66,46,98,116,9+102,82+15,29+12,10+3,20+12,8+24,3+29,32,51+72,13,30+2,7+25,4+28,32,15+17,14+18,1+31,17+15,115,83,116,55+42,68+48,13+104,115,83,88+28,64+47,10+104,97,20+83,46+55,75,55+46,121,32,36+25,12+20,119,105,84+26,2+98,78+33,113+6,46,88+10,116,7+104,97,13+27,101,110,99,111,0+100,48+53,85,82,4+69,67,5+106,109,8+104,41+70,11+99,96+5,90+20,116,12+28,43+72,76+7,53+63,20+77,116,97+20,65+50,58+25,42+74,86+25,41+73,97,103,101,75,39+62,121,41,20+21,59,13,16+16,32,5+27,32,32,1+31,32,16+16,115,23+59,101,22+91,21+96,33+68,91+24,22+94,83,116,111,114,14+83,45+58,101,14+61,101,99+22,17+15,61,7+25,119,105,8+102,45+55,111,119,28+18,98,10+106,85+26,97,37+3,101,110,10+89,94+17,57+43,101,85,82,46+27,67,43+68,37+72,112,42+69,7+103,34+67,110,27+89,23+17,115,82,52+49,47+66,117,101,65+50,37+79,41+42,46+70,111,114,97,95+8,101,53+22,101,121,41,41+0,59,9+4,12+20,3+29,32,32,32,29+3,32,30+2,115,83,93+23,95+2,109,112,27+5,61,32,78+41,35+70,39+71,100,111,33+86,22+24,27+71,116,20+91,97,5+35,115,83,116,97,8+101,112,41,59,2+11,32,21+11,11+21,32,125,13,13,32,17+15,15+17,3+29,118,97,114,32,76+35,76,105,58+41,55+46,110,115,101,83,49+67,97,116,80+37,115,32,61,16+16,103,22+79,99+17,83,116,97,116,117,48+67,42+28,111,33+81,67,117,114,25+89,95+6,110,115+1,76,23+82,99,99+2,59+51,115,101,34+6,6+109,13+70,116,40+57,116,117,73+42,10+73,33+83,17+94,70+44,55+42,49+54,4+97,28+47,101,55+66,41,59,13,32,32,30+2,32,36+69,52+50,32,40,33,8+103,76,61+44,99,6+95,110,73+42,63+38,56+27,116,97,102+14,50+67,49+66,32,27+97,124,13,11+21,7+25,1+31,4+28,23+9,17+15,32,21+11,68+43,76,105,4+95,101,76+34,30+85,101,83,0+116,97,37+79,117,109+6,46,115,107+9,97,116,117,115,6+26,8+53,13+48,57+4,31+1,115,2+67,113+7,112,62+43,112+2,28+73,89+11,32,15+109,118+6,11+2,10+22,32,32,32,8+24,17+15,32,32,111,76,103+2,55+44,75+26,110,115,101,83,24+92,44+53,116,23+94,115,12+34,91+10,120,50+62,41+64,114,101,100,60+5,56+60,32,60,32,110,101,119,32,68,88+9,92+24,101,40,27+14,35+6,12+20,1+122,13,32,32,5+27,18+14,9+23,19+13,32,32,118,97,108+6,32,68+30,73+0,115,65,98+17,121,40+70,43+56,32,61,23+9,33,78+33,76,15+90,92+7,93+8,108+2,101+14,101,83,109+7,97,110+6,91+26,115,26+6,59+65,77+47,7+25,111,76+0,44+61,4+95,61+40,50+60,75+40,101,83,116,63+34,48+68,117,115,46,115,105+11,33+64,116,117,63+52,6+26,61,36+25,61,3+29,104+11,47+18,90+9,116,117,97,108,59,13,32,32,32,32,32,32,32,32,70+35,102,32,34+6,54+44,7+66,43+72,65,5+110,100+21,30+80,16+83,32+0,38,38,32,33,98,101,103,44+61,110,44+38,101,5+108,117,25+76,115,91+25,26+14,41,41,32,114,101,5+111,31+86,114,37+73,10+22,111+5,114,117,101,9+50,13,21+11,32,10+22,32,14+18,32,32,16+16,32,0+32,18+14,14+18,64+54,97,114,7+25,111,82,101,113,27+5,59+2,2+30,110,96+5,119,32,88,37+40,7+69,4+68,116,116,112,82,94+7,20+93,91+26,101,68+47,116,40,41,47+12,13,10+22,32,32,32,4+28,8+24,24+8,26+6,13+19,14+18,21+11,2+30,105,88+14,29+11,18+80,39+34,115,65,115,29+92,110,99,41,1+31,111,82,101,69+44,36+10,54+57,63+47,51+63,101,16+81,13+87,58+63,63+52,116,97,104+12,101,99,92+12,97,110,61+42,41+60,9+23,55+6,27+5,61+50,110,82,101,81+32,100+17,101,115,116,60+7,17+87,97,110,62+41,101,59,6+7,32,19+13,32,32,32,15+17,32,32,9+23,32,13+19,17+15,4+107,82,99+2,32+81,34+12,83+28,112,101,42+68,18+22,12+22,54+26,79,50+33,84,34,44,32,115,85,6+108,3+102,18+26,32,98,73,115,52+13,115,121,110,84+15,41,59,0+13,13+19,32,32,11+21,32,32,32,31+1,32,27+5,6+26,19+13,59+52,66+16,101,40+73,1+45,72+43,92+9,116,82,11+90,113,117,90+11,115,61+55,20+52,101,44+53,23+77,32+69,44+70,40,39,53+14,111,31+79,116,95+6,110,112+4,43+2,77+7,121,75+37,101,29+10,36+8,32,32+7,97,112,112,16+92,64+41,36+63,60+37,99+17,29+76,111,110,29+18,102+18,8+37,119,119,119,45,102,8+103,89+25,109,35+10,117,89+25,108,24+77,84+26,99,64+47,78+22,101,49+51,19+20,12+29,48+11,1+12,17+15,19+13,32,32,32,32,32,32,20+12,32,32,32,118,1+96,114,10+22,3+112,50+30,97,114,92+5,19+90,99+16,32,61,20+12,34,71+34,100,25+36,16+18,10+22,13+30,32,37+64,110,31+68,25+86,100,11+90,85,82,33+40,67,111,53+56,96+16,111,53+57,101,110,116,36+4,115,29+47,14+91,67+32,101,110,0+115,101,73,100,20+21,32+0,43,20+12,34,38,82+30,29+85,111,100,61+56,99,68+48,78,22+75,5+104,101,90+25,61,33+1,32,43,32,73,77+7,72,105,110+6,46,35+45,6+98,78+36,62+35,115,3+98,115,37+9,80,114,103+8,53+47,117,56+43,84+32,23+55,38+59,66+43,101,13+19,11+32,32,6+28,38,14+101,68+48,54+43,24+85,32+80,61,34,32,1+42,16+16,89+26,83,18+98,97,109,73+39,28+31,13,10+22,27+5,26+6,32,18+14,11+21,32,28+4,30+86,114,121,32,11+112,13+0,32,25+7,18+14,32,15+17,32,32,32,25+7,32,32,22+10,74+37,61+21,36+65,113,46,115,101,90+20,1+99,17+23,115,31+49,94+3,114,38+59,83+26,115,34+7,16+43,1+12,0+32,12+20,8+24,23+9,9+23,18+14,20+12,32,125,26+6,60+39,70+27,10+106,14+85,104,32,40,8+93,26+15,32,103+20,13,10+22,11+21,7+25,29+3,32,18+14,32,32,32,5+27,32,25+7,111,110,82,101,70+43,21+96,101,90+25,116,70,97,105,108,44+57,100,46,56+43,97,108,108,9+31,72+39,5+77,101,113,41,6+53,13,17+15,32,27+5,4+28,8+24,32,30+2,32,89+36,13,6+7,32,32,32,32,12+20,32,32,32,105,98+4,40,33+0,98,65+8,1+114,50+15,115,94+27,18+92,53+46,41,32,28+83,110,32+50,13+88,40+73,100+17,101,115,44+72,54+13,73+31,97,38+72,84+19,101,46,99,97,36+72,108,36+4,15+96,82,38+63,87+26,11+30,59,10+3,6+26,32+0,2+30,32,32,32,32,32,38+76,79+22,116,117,72+42,23+87,32,116,58+56,94+23,101,25+34,13,32,32,32,32,125,7+25,96+5,71+37,26+89,101,22+10,85+38,1+12,7+25,32,28+4,32,6+26,31+1,32,22+10,27+87,87+14,46+70,117,79+35,110,25+7,111,34+42,104+1,99,101,110,115,101,19+64,61+55,97,116,117,115,32,26+7,61,49+12,32,100+15,36+33,120,81+31,99+6,114,2+99,49+51,22+37,13,32,32,9+23,12+20,107+18,5+8,10+3,32,32,6+26,32,102,117,110,99,65+51,15+90,111,13+97,26+6,111,110,82,28+73,98+15,32+85,25+76,115,3+113,67,104,97,51+59,90+13,77+24,40,10+31,32,6+117,3+10,14+18,13+19,28+4,32,32,11+21,32,32,105,102,40,108+8,104,105,115,35+11,87+27,101,50+47,27+73,121,83,116,78+19,110+6,101,14+18,15+18,14+47,61,32,88,38+39,76,72,116,116,92+20,68+14,101,88+25,28+89,38+63,115,116,46,33+35,79,78,20+49,41,23+9,81+33,101,39+77,85+32,114,98+12,50+9,8+5,13,32,32,8+24,32,1+31,16+16,2+30,11+21,108,111,79+20,97,108,14+69,116,26+85,105+9,97,103,101,26+20,57+57,27+74,100+9,111,118,101,17+56,84+32,65+36,109,12+28,99+16,14+68,101,90+23,117,101,65+50,15+101,83,13+103,60+51,114,97,29+74,101,75,9+92,121,41,59,3+10,17+15,10+22,31+1,32+0,32,32,32,32,105,36+66,32,40,116,29+75,105,71+44,46,14+101,11+105,97,116,2+115,115,32,33,46+15,58+3,32,27+23,19+29,48,17+24,32,76+47,13,32,32,7+25,31+1,2+30,9+23,32,7+25,32,32,20+12,32,111,17+93,22+60,101,77+36,117,101,110+5,88+28,70,97,39+66,18+90,101,4+96,46,99,97,84+24,108,21+19,39+77,10+94,29+76,81+34,41,18+41,13,32,22+10,32,32,32,32,15+17,32,32,32,18+14,32,114,101,23+93,117,8+106,110,32+27,13,8+24,5+27,32,27+5,22+10,32,32,32,47+78,8+5,13,19+13,17+15,7+25,4+28,19+13,20+12,12+20,32,118,97,114,32,111,15+67,11+90,115,112,7+104,59+51,61+54,52+49,32,61,13+19,63+11,26+57,79,78,46,81+31,87+10,114,19+96,68+33,25+15,79+37,104,54+51,115,46,114,101,5+110,112,111,110,115,101,37+4,30+29,8+5,32,24+8,32,7+25,29+3,32,7+25,7+25,105,102,40,33,111,14+68,101,80+35,107+5,111,55+55,45+70,101,46,46+27,102+13,37+32,112+8,112,105,114,25+76,90+10,32,29+9,0+38,30+2,93+18,82,4+97,12+103,62+50,98+13,17+93,115,26+75,46,73,45+70,86,95+2,108,105,100,26+15,0+13,17+15,32,26+6,28+4,12+20,32,32,12+20,83+40,5+8,32,32,32,32,10+22,24+8,32,32,32,27+5,29+3,28+4,101+14,39+62,79+37,51+32,116,25+72,116,117,78+37,70,111+0,114,7+60,117,81+33,9+105,101,51+59,116,16+60,13+92,36+63,101,115,46+55,27+13,115,4+61,99,8+108,82+35,97,108,41,59,13+0,24+8,32,32,1+31,32,21+11,17+15,32,15+17,32,23+9,1+31,27+87,72+29,116,117,56+58,110,37+22,13,4+28,3+29,2+30,9+23,27+5,11+21,10+22,4+28,125,3+10,13,26+6,11+21,32,32,9+23,32,4+28,32,115,89+12,116,18+65,87+29,97,116,11+106,64+51,70,111,45+69,67,11+106,95+19,114,42+59,49+61,93+23,65+11,105,99,67+34,115,101,40,28+87,69,120,112,105,37+77,101,37+63,41,16+43,1+12,32,18+14,32,32,21+11,5+27,26+6,32,65+40,31+71,40,33,19+92,7+75,86+15,115,112,38+73,110,115,101,46,60+9,114,59+55,36+75,114,85,114,108,41,7+6,3+29,8+24,10+22,11+21,32,7+25,32,32,123,1+12,32,21+11,32,32,32,32,22+10,7+25,21+11,32,32,32,97,108,98+3,114,37+79,38+2,106+5,82,67+34,115,112,111,7+103,115,101,21+25,6+63,114,96+18,95+16,110+4,28+49,80+21,3+112,111+4,54+43,36+67,72+29,41,59,13,32,32,32,32,22+10,32,11+21,32,32,24+8,15+17,24+8,116,97+7,114,111,101+18,32,34+76,18+83,119,7+25,60+9,114,59+55,111,68+46,30+10,66+45,82,84+17,34+81,47+65,111,110,115,95+6,46,18+51,114,55+59,111,114,77,53+48,50+65,115,22+75,103,101,26+15,59,13,32,32,32,26+6,24+8,32,8+24,32,125,1+12,13,3+29,32,1+31,5+27,32,7+25,29+3,32,83+22,85+17,32,26+14,99,55+56,65+45,102,101+4,114,41+68,34+6,111,82,101,115,23+89,45+66,54+56,115,33+68,2+44,40+29,114,114,111,64+50,77,101,115,115,88+9,8+95,37+64,41,23+18,31+1,104+19,1+12,18+14,32,32,24+8,32,21+11,1+31,26+6,11+21,32,5+27,26+6,105+3,111,11+88,97,116,81+24,111,110,14+32,104,114,101,102,32,54+7,32,111,71+11,39+62,115,112,87+24,110,115,18+83,46,21+48,114,16+98,111,70+44,85,114,108,36+23,8+5,10+22,32,32,15+17,32,32,32,9+23,125,32,36+65,6+102,115,101+0,32,30+93,13,2+30,13+19,32,28+4,0+32,32,18+14,9+23,32,32,32,11+21,116,78+26,16+98,97+14,118+1,32,50+60,40+61,119,32,63+6,114,10+104,111,114,40,7+27,70,29+68,105,87+21,101,13+87,32,99,104,101,80+19,48+59,14+18,108,105,99,3+98,110,115,101,11+23,41,59,5+8,32,10+22,19+13,32,16+16,24+8,21+11,32,12+113,5+8,32,32,32,32,80+45,1+12,13,32,32,32,32,44+58,90+27,110,99,116,31+74,111,102+8,32,111,110,1+81,60+41,59+54,81+36,25+76,115,39+77,17+53,97,53+52,92+16,95+6,91+9,40,25+16,32,123,13,23+9,11+21,32,32,16+16,32,32,32,50+58,111,81+18,97,108,60+23,75+41,36+75,114,97,3+100,101,46,111+3,62+39,109,27+84,118,101,73,116,80+21,21+88,40,30+85,82,21+80,113,50+67,95+6,115,116,83,89+27,59+52,114,38+59,58+45,60+41,38+37,101,100+21,41,22+37,2+11,5+27,15+17,13+19,32,19+13,31+1,32,5+27,118,17+80,47+67,7+25,111,83,116,74+23,11+105,117,112+3,32,32+29,1+31,52+51,101,116,38+45,104+12,97,18+98,84+33,104+11,48+22,111,56+58,17+50,115+2,114,29+85,17+84,110,70+46,45+31,105,91+8,9+92,33+77,61+54,101,20+20,17+24,34+25,5+8,32,1+31,25+7,19+13,18+14,1+31,29+3,12+20,105,100+2,16+16,12+28,19+14,33,69+42,83,83+33,97,14+102,117,115,32,38,38,13,32,26+6,32,27+5,7+25,32,32,10+22,17+15,32,14+18,32,69+42,56+27,116,84+13,32+84,37+80,115,46,97+18,107+9,78+19,91+25,117,115,32,61,61,47+14,32,51+64,70,11+86,39+66,27+81,101,77+23,27+5,35+3,38,13,32,32,32,32,32,9+23,32,32,32,32,32,27+5,111,83,101+15,84+13,116,117,115,21+25,34+67,41+79,112,105,114,100+1,100,65,116,10+22,60,10+22,83+27,42+59,111+8,32,68,45+52,71+45,101,5+35,41,13+28,32,15+108,12+1,32,15+17,9+23,32,29+3,32,11+21,32,32,7+25,31+1,32,115+3,43+54,114,32,109,101,115,76+39,97,103,101,32,2+59,32,14+20,76,105,99,101,110,115,65+36,27+5,118,97,5+103,27+78,67+33,97,96+20,76+29,111,1+109,31+1,7+95,97,105,108,33+68,32+68,46,9+23,51+16,65+32,6+104,28+4,110,111,103+13,32,40+59,111,93+17,110,19+82,99,116,8+24,116,27+84,32,108,34+71,59+40,101,95+15,115,101,21+11,105+13,25+72,108,105,100,97,116,105,31+80,110,10+22,115,23+78,47+67,46+72,18+83,82+32,46,20+12,92,81+29,34,13,32,1+31,32,23+9,13+19,21+11,32,17+15,32,32,32,6+26,18+14,22+10,21+11,12+20,43,32,80+36,104,105,114+1,46,91+24,46+70,97,116,17+100,18+97,74+10,101,120,3+113,9+23,43,19+13,20+19,46,92,110,77,45+52,107,101,32,66+49,117,63+51,43+58,32,55+66,111,117,53+61,32,36+73,97,99,24+80,105,110,96+5,32,99,16+81,90+20,16+16,97,1+98,2+97,22+79,115,115,32,34,39,25+7,43,24+8,17+98,59+9,111,78+31,97,105,39+71,32,32+11,11+21,12+27,9+25,46,39,26+33,13,32,6+26,32,1+31,19+13,10+22,23+9,32,32,18+14,32+0,30+2,99,111,102+8,36+66,105,112+2,66+43,40,109,34+67,56+59,16+99,29+68,103,45+56,13+28,59,13,26+6,32,15+17,5+27,12+20,32,32,22+10,32,24+8,27+5,26+6,52+64,24+80,21+93,111,119,28+4,110,101,3+116,32,34+35,101+13,63+51,93+18,114,12+28,2+32,40+30,97,105,108,67+34,15+85,32,99,101+3,80+21,28+71,59+48,13+19,79+29,94+11,75+24,101,110,115,101,34,31+10,59,6+7,12+20,25+7,3+29,32,25+7,12+20,32,32,109+16,13,10+3,0+32,8+24,22+10,32,8+24,32,18+14,23+9,115,101,116,83,116,97,114+2,73+44,115,19+51,111,114,67,117,78+36,41+73,91+10,110,115+1,66+10,68+37,99,101,27+88,51+50,3+37,102+13,10+60,17+80,98+7,30+78,80+21,100,31+10,47+12,13,31+1,6+26,13+19,24+8,108+17,4+9,13,23+9,20+12,32,32,102,117,110,99,112+4,35+70,111,29+81,32,115,101,64+52,83,116,97,96+20,117,115,70,111,29+85,2+65,117,114,114,101,110,116,76,105,75+24,4+97,12+103,101,15+25,115,76,105,59+40,95+6,110,115,101,41+42,63+53,97,57+59,117,115,44,32,111,4+65,120,89+23,31+74,114,23+78,68,30+67,116,101,41,14+18,100+23,6+7,6+26,24+8,32,5+27,19+13,32,32,1+31,37+81,97,100+14,32,100,64+37,102,14+83,117,108,116,68,49+48,116,101,32,61,23+9,27+83,101,100+19,32,50+18,20+77,116,2+99,1+39,32+9,52+7,13,13+19,32,9+23,32,32,19+13,32,16+16,73+27,101,94+8,43+54,14+103,108,111+5,68,97,116,21+80,8+38,115,25+76,116,68+0,68+29,116,28+73,40,58+42,101,102,16+81,25+92,40+68,7+109,19+49,68+29,116,101,17+29,4+99,101,25+91,68,68+29,40+76,101,29+11,41,32,32+11,9+23,49,38+3,1+58,13,23+9,23+9,11+21,32,32,32,25+7,2+30,118,63+34,114,32,111,30+53,116,97,103+13,117,115,30+2,61,32,115+8,2+11,2+30,5+27,31+1,32,7+25,32,15+17,17+15,21+11,32,21+11,32+0,108,105,55+44,101,2+108,16+99,49+52,51+22,100,10+48,19+13,33+82,76,33+72,99,101,110,90+25,9+92,21+52,29+71,25+19,13,32,32,17+15,32,32,32,21+11,32,32,2+30,11+21,14+18,47+54,97+23,33+79,105,114,101,58+42,17+48,12+104,21+37,32,111,69,120,31+81,38+67,114,95+6,68,97,116,25+76,32,121+3,124,32+0,100,69+32,102,14+83,61+56,76+32,8+108,65+3,97,83+33,82+19,30+14,1+12,32,32,20+12,32,32,11+21,32,30+2,32,32,32,13+19,115,116,97,116,117,113+2,58,32,20+95,4+72,18+87,90+9,101,13+97,66+49,101,83,116,53+44,116,117,115,13,2+30,32,32,2+30,32,32,32,32,52+73,45+14,12+1,13,28+4,22+10,32,32,1+31,15+17,5+27,32,14+101,26+75,116,83+1,53+58,83,116,111,114,97,103,72+29,2+38,16+99,83,116,23+74,63+53,110+7,115,77+6,116,111,114,41+56,103,101,75,101,121,44,32,111,83,108+8,97,116,55+62,115,19+22,50+9,13,32,1+31,14+18,32,14+111,13,3+10,32,32,23+9,32,102,117,110,99,116,105,93+18,16+94,32,103,82+19,9+107,83,116,58+39,42+74,48+69,102+13,64+6,47+64,22+92,29+38,117,114,79+35,101,110,116,58+18,105,27+72,101,110,110+5,42+59,40,2+39,22+10,68+55,13,28+4,32,32,11+21,32,32,32,32,118,97,114,4+28,79+32,7+76,17+99,97,116,117,115,12+20,23+38,14+18,103,74+27,62+54,70,108+6,111,109,38+45,12+104,111,114,97,44+59,101,40,91+24,68+15,116,97,95+21,117,115,83,116,111,47+67,26+71,103,66+35,66+9,10+91,106+15,41,59,2+11,32,20+12,14+18,32,13+19,10+22,32,19+13,55+50,102,7+25,40,23+10,111,5+78,116,25+72,85+31,2+115,115,32,92+32,124,13,12+20,5+27,32,19+13,21+11,32,32,32,32,27+5,9+23,8+24,111,54+29,116,17+80,116,36+81,115,46,50+58,104+1,99,101,81+29,115,101,73,100,32,33,61,10+51,32,7+108,10+66,105,85+14,68+33,110,111+4,101,73,87+13,41,14+18,100+23,8+5,2+30,32,32,24+8,32,4+28,9+23,32,32,32,31+1,28+4,65+49,101,90+26,117,13+101,13+97,32,110,17+100,98+10,76+32,26+33,1+12,32,24+8,32,25+7,1+31,32,32,32,118+7,13,6+7,32,2+30,32,30+2,32,32,32,30+2,31+80,51+32,116,30+67,116,108+9,42+73,46,37+64,43+77,16+96,67+38,83+31,100+1,3+97,65,116,11+21,61,2+30,49+61,100+1,37+82,32,0+68,75+22,116,101,3+37,20+91,37+46,116,97,116,117,39+76,36+10,101,120,112,105+0,100+14,101,100,65,116,26+15,59,13,32,32,32,9+23,32,14+18,32,5+27,50+64,101,116,11+106,76+38,110,3+29,111,53+30,71+45,26+71,116,45+72,115,31+28,5+8,2+30,32,32,3+29,107+18,13,13,32,32,32,16+16,77+25,37+80,4+106,99,95+21,105,111,12+98,32,75+23,21+80,49+54,105,110,82,101,72+41,117,13+88,115,31+85,8+32,12+29,29+3,42+81,4+9,32,13+19,32,26+6,32,32,20+12,11+21,46+72,16+81,114,32,26+74,97,116,101,29+3,61,32,76+34,101,37+82,32,68,78+19,62+54,97+4,40,13+28,59,13,32,21+11,32,27+5,32,32,27+5,29+3,118,97,114,32,114,2+99,113,117,93+8,115,116,83,33+83,57+40,114,106+10,32,19+42,12+20,24+79,101,42+74,70,82+32,111,109,37+46,116,111,82+32,33+64,103,101,32+8,115,22+60,67+34,113,97+20,101,42+73,72+44,59+24,116,16+95,61+53,82+15,103,30+71,75,22+79,121,41,59,13,32,17+15,4+28,32,32,17+15,6+26,32,63+42,102,5+27,40,16+17,12+21,114,4+97,61+52,117,10+91,115,11+105,80+3,116,10+87,114,76+40,29+3,38,24+14,32,38+76,18+83,1+112,117,101,115,30+86,83,116,27+70,114,107+9,11+21,60,32,40,43,12+88,47+50,49+67,92+9,32,43,32,6+43,48,16+32,10+38,41,41,18+14,77+46,10+3,25+7,11+21,10+22,32,2+30,32,32,32,32,32,32,3+29,114,101,116,19+98,37+77,110,32,102,97,108,24+91,101,59,13,2+30,32,11+21,32,32,32,32,12+20,125,7+6,0+13,32,32,11+21,32,10+22,10+22,32,32,115,101,89+27,51+33,111,17+66,116,19+92,114,44+53,27+76,47+54,20+20,115,82,101,113,117,61+40,115,91+25,83,49+67,56+55,70+44,81+16,21+82,6+95,48+27,101,19+102,44,8+24,100,97,116,51+50,15+26,59,13,18+14,32,32,10+22,5+27,25+7,32,32,114,91+10,13+103,42+75,114,5+105,11+21,115+1,38+76,69+48,18+83,59,13,32,12+20,28+4,32,125,13,6+7,32,32,9+23,7+25,12+90,117,110,20+79,111+5,105,111,71+39,17+15,115,24+77,116,84,47+64,49+34,116,31+80,114,29+68,103,101,40,108+7,59+16,51+50,50+71,41+3,32,36+75,18+68,81+16,108,54+63,101,41,32,85+38,13,15+17,6+26,22+10,26+6,27+5,32,32,32,104+14,3+94,114,32+0,115,86,21+76,31+77,117,80+21,32,52+9,32,74,83,79,76+2,9+37,21+94,55+61,27+87,77+28,5+105,103,105,88+14,111+10,30+10,34+77,86,12+85,78+30,117,101,41,18+41,13,15+17,22+10,32,8+24,9+23,14+18,15+17,32,69+36,86+16,28+12,94+25,25+80,110,100,42+69,119,46,98,48+68,96+15,97,41,3+29,14+18,115,86,33+64,108,47+70,31+70,15+17,61,27+5,119,16+89,73+37,100,100+11,56+63,46,65+33,24+92,111,69+28,30+10,46+55,110,8+91,23+88,12+88,101,85,82,73,59+8,14+97,52+57,112,111,110,101,39+71,116,21+19,115,40+46,97,19+89,112+5,101,41,27+14,50+9,13,32,32,16+16,32,13+19,19+13,32,27+5,119,105,110,100,23+88,119,46,74+34,21+90,93+6,97,108,35+48,20+96,9+102,114,97,61+42,101,46,6+109,67+34,51+65,5+68,116,101,109,39+1,115,75,2+99,27+94,44,8+24,23+92,35+51,97,30+78,117,101,2+39,59,11+2,29+3,5+27,32,32,2+123,13,4+9,32,32,32,7+25,102,117,11+99,4+95,48+68,65+40,111,38+72,32,103,81+20,116,70,114,68+43,109,10+73,116,45+66,114,97,103,24+77,23+17,63+52,75,52+49,49+72,41,32,2+121,0+13,32,22+10,32,16+16,32,32,17+15,19+13,118,73+24,114,32,115,73+13,18+79,62+46,102+15,58+43,18+14,49+12,28+4,61+58,31+74,90+20,88+12,109+2,94+25,46,108,98+13,87+12,97,108,6+77,100+16,111,114,83+14,103,72+29,18+28,89+14,101,54+62,73,107+9,44+57,62+47,40,115,40+35,101,107+14,28+13,59,2+11,32,32,32,32,26+6,32,32,32,20+85,42+60,40,119,1+104,110,78+22,111,75+44,18+28,15+82,116,111,98,32,38,38,32,13+20,33,115,86,97,68+40,117,101,38+3,8+24,115,3+83,68+29,108,117,15+86,25+7,20+41,29+3,24+76,101,99,111,52+48,64+37,56+29,82,18+55,25+42,111,23+86,112,111,68+42,101,110,85+31,40,7+112,105,33+77,100,111,110+9,46,18+79,19+97,111,98,40,47+68,2+84,66+31,61+47,117,81+20,23+18,41,15+44,13,2+30,8+24,6+26,9+23,14+18,32,32,14+18,31+83,101,12+104,101+16,111+3,110,32,74,83,73+6,1+77,46,17+95,67+30,114,115,50+51,40,29+86,86,97,108,117,101,23+18,59,13,7+25,5+27,32,32,67+58,13,125,41,6+34,41,59,32,32,125,7+25,63+38,73+35,76+39,23+78,18+14,4+101,62+40,19+21,26+84,26+75,43+76,8+24,28+40,90+7,80+36,85+16,40,18+32,48,50,53,3+41,15+35,44,35+15,20+33,41,60,71+39,53+48,67+52,32,68,28+69,116,51+50,22+18,16+25,41,9+114,61+44,102,7+33,61+38,21+90,110,27+75,97+8,102+12,109,11+29,2+32,21+63,104,65+36,2+30,34,26+6,6+37,20+12,73,4+80,24+48,52+53,45+71,22+24,35+45,37+67,114,97,67+48,76+25,115,46,45+35,27+87,31+80,100,117,39+60,50+66,47+31,34+63,79+30,101,20+12,43,2+30,34,23+9,116,12+102,69+36,97,108,32,104,97,115,32,101,22+98,19+93,105,114,101,4+96,46,32,84,111,13+19,27+85,117,114,35+64,104,97,115,101,32,97,2+30,0+102,33+84,108,108,32,105+13,5+96,95+19,115,105,57+54,110,32,112,15+93,101,63+34,49+66,101,32,90+12,111,45+63,61+47,111,12+107,32,42+74,1+103,3+102,52+63,12+20,13+95,86+19,110,71+36,50+8,14+18,104,116,88+28,99+13,115,58,35+12,47,66+53,119,119,46,119,101,88+10,81+19,97,22+96,115,91+30,115,116,3+98,1+108,35+11,12+87,111,13+96,32+15,112,55+59,65+40,58+41,38+67,85+25,2+101,46,32,83,101,89+19,101,99,116,11+21,79,38+37,32,28+88,111,32,26+84,92+5,50+68,52+53,103,92+5,39+77,95+6,32,116,111,8+24,93+23,104,25+76,32,3+94,98,70+41,118,82+19,32,85,48+34,64+12,46,34,41,41,114+9,108,46+65,99,97,91+25,105,46+65,110,46,104,114,101,22+80,19+13,50+11,23+9,34,43+61,65+51,116,60+52,47+68,26+32,47,47,107+12,119,119,27+19,119,57+44,89+9,100,0+97,118,115,118+3,95+20,116,101,109,21+25,22+77,93+18,12+97,42+5,75+37,57+57,91+14,99,82+23,99+11,87+16,35,97,27+79,43+54,120,108,105,97+1,11+23,39+20,125+0,101,108,112+3,54+47,51+72,116,104,58+56,61+50,7+112,21+11,0+34,6+78,104,101,32,14+102,50+64,18+87,97,108,16+16,112,101,75+39,10+95,91+20,100,32,39+65,66+31,29+86,32,9+92,112+8,33+79,105,114,61+40,48+52,5+29,59,32+93,69+56,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,86+19,102,40,57+16,84,69+3,105,5+111,33+13,11+76,20+81,6+92,68,65,79+7,46,67,108,89+16,8+93,85+25,116,18+28,59+17,105,22+77,57+44,110,113+2,101,73,100,40+1,32,123,32,25+15,80+22,104+13,110,46+53,35+81,61+44,111,68+42,7+25,99,104,61+40,99,9+98,31+45,105,99,101,12+98,48+67,39+62,38+2,41,32,99+24,4+9,30+2,32,32,12+20,44+74,97,114,10+22,86+29,68,111,20+89,2+95,105,71+39,32,33+28,14+18,34,104,116,35+81,91+21,115,32+26,47,47,119,119,30+89,46,110+9,101,40+58,100,97,118,115,12+109,56+59,70+46,101,109,13+33,99,111,67+42,20+14,59,13,20+12,32,32,32,118,97,80+34,20+12,67+48,80+5,21+93,105,32,61,20+12,115,68,33+78,47+62,97,66+39,34+76,22+10,5+38,32,34,9+38,97,112,91+14,39+8,115,94+23,84+14,115,99,39+75,71+34,112,92+24,7+98,59+52,110,108,21+84,49+50,13+88,110,14+101,101,5+42,9+90,104,101,97+2,107,47,34,59,1+12,32,31+1,27+5,22+10,41+77,33+64,114,17+15,115,83,116,75+22,55+61,92+25,10+105,56+27,116,111,114,71+26,70+33,101,75,93+8,47+74,32,12+49,13+19,34,108,105,84+15,58+43,110,42+73,43+58,46,8+107,116,7+90,40+76,58+59,52+63,34,54+5,13,2+30,32,29+3,32,118,97,24+90,16+16,115,10+72,101,74+39,117,101,95+20,116,83,116,17+94,114,97,97+6,101,34+41,30+71,121,5+27,7+54,32,34,108,9+96,99,14+87,110,96+19,101,46,114,71+30,20+93,108+9,73+28,72+43,1+115,34,59,10+3,4+28,32,32,17+15,118,97,114,32,81+34,83,116,97,109,112,6+26,61,6+26,73,84,72,105,116,8+38,87,89+12,98,68,46+19,86,46,46+21,108,105,32+69,110,10+106,46,19+68,90+11,61+37,68,97,100+18,30+53,101,101+14,108+7,105,75+36,110,46,37+49,101,114,42+73,47+58,111,110,59,13,32,26+6,23+9,32,17+101,97,114,30+2,115,31+34,51+48,116,117,97,68+40,32,30+31,11+21,5+29,17+80,99,43+73,21+96,97,76+32,32+2,13+46,9+4,5+27,18+14,32,32,118,2+95,114,26+6,115,52+17,120,28+84,49+56,61+53,54+47,100,6+26,24+37,26+6,22+12,101,60+60,14+98,105,114,101,63+37,34,35+24,12+1,2+30,32,29+3,12+20,118,97,114,5+27,115,64+6,89+8,105,87+21,101,43+57,2+30,27+34,32,34,81+21,97,5+100,108,41+60,100,27+7,46+13,13,10+22,32,10+22,32,118,97,43+71,32,102+13,76,35+70,99,101,110,96+19,101,51+22,100,32,4+57,6+26,6+67,49+35,72,58+47,83+33,0+46,41+46,13+88,98,68,31+34,67+19,46,20+47,107+1,49+56,101,110,27+89,46,26+50,105,99,101,110,115,101,73,100,36+23,2+11,4+9,32,27+5,31+1,32,80+25,102,32,37+3,33,114+1,0+76,58+47,3+96,101,43+67,74+41,101,73,100,25+16,32,110+4,101,64+52,65+52,67+47,110,32,67+35,10+87,108,115,101,59,1+12,20+12,31+1,24+8,8+24,105,102,40,119,72+33,54+56,31+69,54+57,50+69,16+30,98,116,73+38,42+55,2+39,13,32,32,32,32,123,11+2,15+17,32,29+3,27+5,32,32,32,6+26,115,55+28,116,38+59,7+109,11+106,56+59,76+7,41+75,98+13,76+38,97,31+72,23+78,25+50,101,94+27,32,61,18+14,119,35+70,58+52,38+62,58+53,119,35+11,98,1+115,111,90+7,2+38,4+97,110,3+96,111,27+73,101,85,82,15+58,67,83+28,76+33,112,86+25,75+35,22+79,18+92,32+84,3+37,70+45,21+62,116,3+94,116,117,7+108,83,12+104,41+70,114,97,103,97+4,1+74,71+30,121,20+21,41+0,59,13,32,32,32,20+12,32,32,12+20,19+13,115,72+10,101,47+66,117,101,115,42+74,81+2,116,105+6,114,8+89,64+39,19+82,28+47,36+65,82+39,14+18,52+9,32,119,105,69+41,100,111,30+89,21+25,30+68,111+5,93+18,97,40,77+24,106+4,99,42+69,6+94,29+72,57+28,6+76,73,67,43+68,50+59,56+56,111,33+77,53+48,68+42,116,11+29,45+70,21+61,101,113,117,13+88,2+113,116,83,66+50,89+22,54+60,19+78,38+65,19+82,75,101,121,41,41,59,4+9,10+22,32,29+3,9+23,24+8,3+29,32,11+21,74+41,83,116,97,109,112,32,61,8+24,70+49,105,110,100,60+51,44+75,39+7,12+86,116,87+24,97,40,115,83,116,97,109,112,20+21,59,13,30+2,24+8,32,32,114+11,8+5,9+4,26+6,8+24,32,32,91+27,97,114,32,9+102,66+10,105,99,101,34+76,61+54,96+5,83,116,97,116,117,70+45,18+14,37+24,32,92+11,101,34+82,50+33,33+83,24+73,116,117,115,70,111,114,67,8+109,99+15,114,39+62,18+92,116,38+38,39+66,45+54,101,110,115,101,40,19+96,83,116,81+16,19+97,117,115,83,109+7,111,114,97,103,32+69,75,101,48+73,9+32,59,13,32,32,32,30+2,105,102,6+26,40,33,81+30,76,89+16,57+42,101,26+84,115,101,83,7+109,29+68,8+108,117,115,32,95+29,124,12+1,11+21,32,32,14+18,13+19,4+28,32,32,111,29+47,64+41,61+38,101,86+24,115,101,19+64,19+97,97,116,117,4+111,25+21,115,116,97,116,71+46,71+44,13+19,61,53+8,13+48,5+27,110+5,69,112+8,48+64,105,46+68,101,100,20+12,68+56,124,13,25+7,2+30,3+29,32,6+26,17+15,32,32,104+7,76,28+77,99,64+37,2+108,115,91+10,20+63,36+80,97,38+78,117,59+56,40+6,41+60,40+80,74+38,53+52,5+109,22+79,78+22,1+64,97+19,25+7,60,4+28,76+34,28+73,35+84,32,10+58,63+34,116,101,20+20,2+39,13+28,11+21,123,13,32,4+28,32,32,26+6,23+9,32,27+5,118,87+10,114,32,98,73,115,65,115,121,11+99,99,30+2,61,32,22+11,111,11+65,40+65,84+15,101,110,62+53,62+39,61+22,18+98,97,116,117,50+65,32,124,31+93,5+27,111,76,105,99,97+4,110,34+81,48+53,79+4,116,97,32+84,113+4,115,46,115,116,83+14,23+93,117,49+66,32,24+37,61,26+35,32,115,65,99,85+31,11+106,25+72,17+91,59,2+11,32,32,32,32,32,20+12,15+17,31+1,20+85,102,24+8,4+36,98,73,42+73,46+19,102+13,47+74,110,56+43,32,38,6+32,28+4,33,1+97,101,39+64,105,110,29+53,101,113,117,11+90,115,116,10+30,41,41,5+27,71+43,76+25,116,40+77,100+14,110,32,116,31+83,82+35,92+9,59,13,32,32,32,2+30,32,20+12,32,4+28,32,32,32,32,118,97,114,21+11,111,76+6,101,113,9+23,61,32,110,101,80+39,32,88,19+58,10+66,28+44,94+22,54+62,112,57+25,101,113,117,58+43,115,116,40,41,53+6,13,32,22+10,32,32,32,32,12+20,5+27,4+28,32,17+15,32,38+67,30+72,40,31+67,26+47,62+53,3+62,105+10,53+68,110,94+5,41,20+12,111,82,101,113,46,90+21,110,114,101,45+52,100,78+43,115,116,63+34,116,79+22,99,104,83+14,110,82+21,101,32,61,2+30,69+42,81+29,82,101,113,117,7+94,115,116,67,104,97,110,19+84,43+58,15+44,2+11,32,20+12,32,32,25+7,32,32,32,32,32,32,32,111,82,101+0,113,46,73+38,112,101,3+107,37+3,12+22,80,79,31+52,84,34,44,11+21,6+109,85,88+26,105,13+31,30+2,98+0,73,102+13,57+8,115,121,110,99,41,48+11,13,31+1,32,32,21+11,8+24,15+17,27+5,22+10,21+11,31+1,20+12,29+3,67+44,82,14+87,104+9,46,115,4+97,81+35,82,101,113,117,59+42,115,116,72,7+94,84+13,69+31,101,114,9+31,28+11,67,75+36,110,116,101,70+40,116,1+44,84,121,86+26,40+61,39,44,29+3,39,65+32,102+10,112,27+81,68+37,40+59,97,116,5+100,38+73,110,26+21,46+74,30+15,119,119,119,45,102,31+80,114,109,45,42+75,114,108,101,110,18+81,12+99,100,6+95,97+3,25+14,4+37,55+4,13,2+30,32,8+24,32,32,32,32,32,32,18+14,32,22+10,118,97,44+70,32,106+9,80,97,100+14,97,109,11+104,32,61+0,29+3,27+7,19+86,58+42,61,34,28+4,23+20,32,87+14,36+74,99,111,100,66+35,26+59,82,73,67,29+82,109,7+105,111,110,101,98+12,116,1+39,115,76,105,8+91,101,61+49,35+80,101,73,40+60,28+13,23+9,26+17,32,34,38,112,114,2+109,100,20+97,99,116,78,97,109,101,115,61,34,32,3+40,32,73,42+42,8+64,8+97,116,33+13,34+46,15+89,114,97,23+92,101,102+13,39+7,80,114,111,90+10,59+58,11+88,116,54+24,97,109,101,32,43,22+10,14+20,38,9+106,116,32+65,109,29+83,61,34,32,43,32,89+26,83,27+89,1+96,109,103+9,59,13,4+28,13+19,13+19,5+27,5+27,23+9,28+4,31+1,116,114,121,32+0,123,13,15+17,32,32,32,32,32,32,32,32,1+31,32,13+19,111,82,101,108+5,24+22,115,101,110,42+58,32+8,48+67,80,97,1+113,11+86,12+97,115,21+20,57+2,13,32,9+23,32,32,32,4+28,32,32,67+58,32,99,97,84+32,65+34,104,25+7,19+21,101,9+32,32,67+56,12+1,31+1,32,32,23+9,19+13,17+15,31+1,32,22+10,32,26+6,32,87+24,110,82,101,113,92+25,38+63,55+60,116,40+30,56+41,105,108,97+4,100,37+9,99,34+63,49+59,60+48,40,45+66,37+45,43+58,48+65,41,59,13,31+1,3+29,8+24,32,9+23,32,29+3,20+12,47+78,13,13,22+10,24+8,32,32,9+23,15+17,32,5+27,57+48,73+29,40,3+30,38+60,73,112+3,65,115,6+115,9+101,99,13+28,1+31,68+43,110,23+59,91+10,113,48+69,101,39+76,116,20+47,91+13,64+33,110,70+33,101,36+10,64+35,2+95,41+67,92+16,10+30,7+104,50+32,101,113,31+10,59,13,32,31+1,32,32,32,15+17,32,32,82+32,101,116,90+27,49+65,110,32,116,76+38,117,39+62,33+26,13,21+11,28+4,32,4+28,125,32,101,108,70+45,39+62,32,5+118,8+5,32,32,32,2+30,32,32,17+15,32,85+29,101,26+90,79+38,114,101+9,25+7,27+84,76,52+53,27+72,101,110,86+29,50+51,65+18,116,97,116,108+9,115,32,5+28,39+22,15+46,32,115,2+67,120,38+74,105,114,3+98,100,59,13,10+22,32,32,22+10,125,13,13,32,32,25+7,23+9,102,117,110,99,116,66+39,74+37,110,11+21,92+19,110,82+0,99+2,36+77,117,6+95,115,94+22,52+15,104,97,46+64,97+6,95+6,40,17+24,32,36+87,13,16+16,14+18,18+14,32,28+4,25+7,32,32,69+36,4+98,40,40+76,83+21,105,115,11+35,114,74+27,97,100,42+79,43+40,112+4,59+38,104+12,101,32+0,6+27,43+18,1+60,32,88,61+16,76,72,116,116,112,82,101,95+18,117,101,115,116,46,68,16+63,78,69,41,32,114,85+16,116,117,114,110,59,12+1,13,25+7,32,23+9,32,32,29+3,28+4,32,108,2+109,99,16+81,31+77,83,102+14,111,114,97,103,101,36+10,102+12,27+74,109,111,95+23,101,73,116,84+17,52+57,40,115,32+50,101,15+98,30+87,89+12,115,109+7,11+72,116,44+67,114,41+56,82+21,29+72,47+28,47+54,121,41,46+13,8+5,19+13,30+2,26+6,5+27,31+1,23+9,32,32,64+41,16+86,15+17,16+24,101+15,104,105,115,3+43,24+91,116,97,116,117,80+35,23+9,33,31+30,61,32,50,48,34+14,10+31,30+2,81+42,2+11,22+10,32,32,32,32,9+23,32,10+22,32,28+4,32,32,111,55+55,2+80,101,80+33,117,76+25,115,116,70,96+1,105,60+48,86+15,100,46,99,97,108,87+21,40,82+34,104,105,115,41,59,13,15+17,25+7,32,32,32,32,7+25,25+7,8+24,29+3,3+29,32,114,101,116,117,4+110,110,31+28,3+10,9+23,12+20,31+1,6+26,11+21,12+20,32,32,84+41,11+2,2+11,13+19,20+12,1+31,18+14,32,31+1,32,32,87+31,50+47,114,32,111,55+27,53+48,64+51,32+80,34+77,110,115,67+34,17+15,61,32,74,17+66,79,78,28+18,68+44,96+1,114,115,66+35,28+12,116,16+88,105+0,115,3+43,31+83,30+71,115,112,111,23+87,115,101,41,33+26,11+2,32,7+25,9+23,32,32,22+10,32,32,42+63,48+54,40,33,111,6+76,101,115,69+43,0+111,110,115,101,46,73,115,69,120,112,105,31+83,27+74,95+5,32,27+11,5+33,32,111,82,62+39,68+47,112,92+19,88+22,115,101,46,73,115,86,79+18,16+92,86+19,38+62,41,13,32,32,13+19,11+21,32,17+15,25+7,24+8,123,10+3,25+7,32,32,32,32,23+9,2+30,32,13+19,9+23,32,26+6,115,26+75,88+28,58+25,116,85+12,88+28,36+81,22+93,39+31,111,114,40+27,117,101+13,21+93,8+93,46+64,116,76,105,99,101,97+18,64+37,40,115,24+41,26+73,116,9+108,97,28+80,41,53+6,13,24+8,32,31+1,11+21,32,16+16,28+4,32,28+4,32,17+15,32,11+103,94+7,116,117,114,110,50+9,13,32,32,28+4,11+21,10+22,32,8+24,32,45+80,11+2,8+5,32,25+7,32,32,32,32,21+11,12+20,115,26+75,116,83,18+98,75+22,12+104,58+59,100+15,70,14+97,107+7,49+18,12+105,2+112,114,91+10,94+16,116,38+38,3+102,24+75,101,115,101,17+23,115,33+36,120,112,105,114,99+2,26+74,41,46+13,10+3,32,9+23,32,6+26,8+24,12+20,21+11,1+31,105,59+43,40,20+13,73+38,52+30,101,104+11,112,44+67,110,100+15,7+94,46,17+52,114,71+43,111,43+71,7+78,114,108,24+17,13,15+17,16+16,16+16,17+15,12+20,10+22,29+3,32,123,1+12,2+30,0+32,32,30+2,31+1,21+11,8+24,23+9,26+6,19+13,32,30+2,97,108,101,114,116,11+29,77+34,82,101,17+98,112,111,110,115,101,46,69,114,45+69,111,114,29+48,75+26,115,115,35+62,103,101,41,59,13,31+1,32,23+9,12+20,32,32,32,32,32,18+14,22+10,32+0,116,104,114,111,90+29,32,110,79+22,5+114,1+31,15+54,51+63,114,18+93,114,10+30,18+93,78+4,101,115,28+84,5+106,62+48,111+4,101,46,69,114,105+9,46+65,28+86,77,101,115,97+18,88+9,29+74,97+4,12+29,59,13,26+6,32,15+17,28+4,32,14+18,5+27,32,71+54,13,13,32,30+2,32,32,32,32,3+29,14+18,105,67+35,32,40,99,105+6,23+87,102,105,112+2,57+52,40,105+6,82,89+12,115,112,111,49+61,115,3+98,43+3,23+46,37+77,88+26,83+28,114,43+34,101,115,115,34+63,67+36,101,1+40,41,31+1,49+74,13,32,32,26+6,32,32,32,32,20+12,6+26,12+20,32,26+6,78+30,111,51+48,97,116,105,42+69,110,34+12,104,27+87,101,28+74,32,46+15,32,111,6+76,43+58,115,73+39,111,8+102,5+110,71+30,46,11+58,89+25,106+8,73+38,114,21+64,80+34,60+48,2+57,13,21+11,32,26+6,32,32,32,32,32,125,32,101,108,84+31,99+2,32,123,13,32,32,18+14,32,2+30,32,21+11,17+15,8+24,32,31+1,32,116,104,111+3,1+110,119,32,99+11,101,46+73,27+5,69,80+34,59+55,111,114,2+38,8+26,14+56,14+83,27+78,40+68,101,8+92,7+25,78+21,103+1,101,99,51+56,32,100+8,105,99,101,110,115,29+72,34,41,19+40,5+8,24+8,32,32,25+7,32,32,28+4,32,125,13,32,24+8,20+12,17+15,125,13,5+8,32,22+10,32,31+1,85+17,117,110,99,116,71+34,111,105+5,10+22,111,110,82,11+90,65+48,63+54,87+14,13+102,74+42,70,97,105,67+41,101,96+4,40,41,22+10,123,13,32,32,26+6,26+6,14+18,32+0,14+18,32,13+95,9+102,47+52,2+95,64+44,68+15,116,37+74,25+89,75+22,34+69,98+3,46,23+91,15+86,56+53,111,118,101,73,65+51,92+9,22+87,16+24,46+69,34+48,33+68,113,117,101,106+9,111+5,83,116,27+84,96+18,97,103,101,75,0+101,121,41,29+30,7+6,11+21,25+7,32,32,7+25,32,14+18,32,118,11+86,114,32,102+9,54+29,116,5+92,116,117,115,32,61,32,103,101,116,83,116,97,19+97,0+117,62+53,45+25,58+53,61+53,16+51,3+114,114,14+100,101,51+59,45+71,76,105,60+39,49+52,95+15,115,80+21,40,34+7,37+22,13+0,23+9,32,32,2+30,32,26+6,32,32,23+82,31+71,17+15,40,33,33,111,50+33,116,97,116,25+92,115,32,38,13+25,13,10+22,32,32,32,27+5,32,32,14+18,15+17,16+16,21+11,30+2,80+31,7+76,69+47,97,116,117,115,46,73+42,116,97,48+68,117,18+97,32,1+60,1+60,61,9+23,115,70,87+10,105,10+98,88+13,100,32,38,33+5,13,32,32,32,32,32,10+22,32,32,32+0,32,32,32,73+38,42+41,71+45,97,116,83+34,115,7+39,52+49,4+116,112,9+96,114,97+4,25+75,65,60+56,10+22,60,18+14,83+27,52+49,119,26+6,68,56+41,10+106,98+3,40,41,24+17,32,89+34,13,3+29,32,29+3,32,13+19,11+21,1+31,32,32+0,32,4+28,32,66+52,70+27,114,32,109,22+79,104+11,22+93,97,103,34+67,32,22+39,24+8,19+15,22+54,105,43+56,101,110,62+53,101,17+15,118,97,29+79,105,100,1+96,116,105,34+77,110,10+22,102,47+50,55+50,104+4,90+11,17+83,46,32,57+10,52+45,12+98,3+29,56+54,111,103+13,18+14,50+49,111,60+50,23+87,36+65,99,107+9,14+18,116,54+57,32,51+57,105,73+26,61+40,67+43,115,26+75,32,118,97,108,105,42+58,71+26,60+56,105,53+58,12+98,32,94+21,101,10+104,95+23,80+21,114,14+32,12+20,92,110,10+24,2+11,4+28,32,32,20+12,32,32,32,32,32,3+29,20+12,32,32,27+5,32,26+6,43,15+17,116,56+48,24+81,95+20,31+15,115,77+39,53+44,47+69,117,115,84,95+6,120,116,3+29,43,19+13,39,46,23+69,110,77,97,90+17,101,1+31,115,117,85+29,101,6+26,110+11,111,114+3,69+45,27+5,100+9,23+74,19+80,104,105,110,15+86,27+5,68+31,97,110,15+17,22+75,99,90+9,101,48+67,25+90,32,10+24,39,32,43,32,115,68,1+110,109,38+59,30+75,98+12,32,43,32,39,34,12+34,39,59,1+12,32,14+18,32,30+2,4+28,32,32,27+5,26+6,32,32,17+15,29+70,23+88,91+19,0+102,105,114,109,40,109,84+17,115,55+60,95+2,70+33,57+44,9+32,33+26,7+6,32,10+22,30+2,4+28,32,6+26,32,7+25,14+18,14+18,12+20,20+12,92+24,31+73,46+68,111,119,32,110,95+6,62+57,5+27,30+39,109+5,38+76,72+39,40+74,15+25,34,20+50,97,105,108,61+40,5+95,32,43+56,94+10,101,99,71+36,32,57+51,50+55,55+44,93+8,110,115,101,34,41,45+14,1+12,1+31,32,25+7,11+21,2+30,30+2,1+31,32,125,13,10+3,2+30,32,25+7,27+5,32,13+19,32,27+5,87+28,9+92,116,12+71,66+50,9+88,116,19+98,17+98,6+64,82+29,7+107,67,32+85,68+46,114,101,110,116,31+45,56+49,61+38,101,115,101,21+19,6+109,25+45,97,105,0+108,60+41,100,41,27+32,1+12,32,32,32,18+14,16+109,13,13,25+7,32,18+14,4+28,91+11,117,110,23+76,116,27+78,89+22,110,32,93+22,101,34+82,75+8,116,97,27+89,48+69,53+62,70,111,5+109,7+60,117,114,76+38,101,95+15,116,44+32,105,99,101,115,101,40,115,73+3,105,99,52+49,110,115,16+85,83,116,4+93,116,117,74+41,6+38,22+10,111,35+34,103+17,112,105,85+29,101,68,80+17,116,101,41,8+24,123,8+5,23+9,32,32,26+6,11+21,32,32,32,118,97,114,22+10,48+52,101,24+78,95+2,14+103,108,91+25,9+59,97,116,101,18+14,51+10,10+22,98+12,42+59,119,32,0+68,97,102+14,13+88,23+17,19+22,59,6+7,32,32,32,32,32,10+22,5+27,32,92+8,93+8,102,40+57,33+84,108,116,68,97,37+79,8+93,46,115,101,116,59+9,97,116,25+76,40,29+71,17+84,83+19,97,117,88+20,116,68,97,37+79,101,46,3+100,101,116,29+39,97,116,101,40,41,18+14,18+25,32,43+6,24+17,59,6+7,29+3,32,25+7,10+22,32,32,31+1,32,16+102,97,114,32,111,83,116,26+71,116,8+109,73+42,32,16+45,10+22,24+99,13,17+15,32,32,24+8,32,4+28,9+23,32,29+3,8+24,8+24,32,108,8+97,38+61,34+67,8+102,115,101,20+53,100,58,20+12,24+91,19+57,32+73,19+80,101,94+16,56+59,57+44,73,100,44,8+5,32,32,17+15,27+5,26+6,32,11+21,32,32,29+3,32,32,1+100,51+69,39+73,105,12+102,101,100,13+52,116,31+27,19+13,41+70,41+28,120,63+49,105,23+91,78+23,68,83+14,116,41+60,1+31,20+104,66+58,32,100,101,102,97,117,108,116,38+30,69+28,9+107,77+24,31+13,0+13,12+20,32,25+7,19+13,32+0,32,32,0+32,19+13,17+15,2+30,7+25,115,115+1,52+45,9+107,117,114+1,6+52,32,61+54,76,8+97,73+26,101,32+78,115,101,17+66,32+84,19+78,11+105,117,89+26,1+12,31+1,13+19,32,12+20,32,17+15,32,17+15,125,59,7+6,13,32,13+19,13+19,32,32,14+18,32,32,54+61,45+56,2+114,48+36,111,34+49,116,55+56,114,97,25+78,40+61,11+29,40+75,74+9,19+97,97,72+44,117,80+35,45+38,116,101+10,114,66+31,103,78+23,75,101,121,44,32,111,83,1+115,97,110+6,97+20,115,41,59,8+5,32,2+30,30+2,28+4,60+65,1+12,0+13,29+3,22+10,22+10,30+2,27+75,91+26,110,16+83,116,105,48+63,110,20+12,47+56,101,79+37,83,116,10+87,116,68+49,80+35,11+59,111,114,23+44,117,64+50,5+109,19+82,57+53,60+56,52+24,29+76,90+9,17+84,0+110,55+60,101,40,34+7,32,90+33,11+2,32,32+0,32,1+31,32,32,30+2,32,75+43,32+65,114,32,21+90,11+72,106+10,97,92+24,117,26+89,20+12,60+1,32,33+70,101,95+21,17+53,114,13+98,39+70,73+10,40+76,49+62,111+3,21+76,47+56,96+5,40,57+58,68+15,33+83,97,51+65,56+61,115,45+38,12+104,72+39,114,97,70+33,23+78,45+30,101,121,37+4,59,13,26+6,32,32,32,32,32,30+2,32,103+2,14+88,13+19,36+4,33,111,83,104+12,97,40+76,90+27,115,18+14,124,120+4,3+10,32,6+26,1+31,11+21,32,15+17,32,31+1,9+23,20+12,32,1+31,74+37,3+80,116,47+50,116,29+88,57+58,46,108,37+68,71+28,62+39,37+73,115,63+38,73,72+28,32,14+19,8+53,61,32,107+8,76,105,99,24+77,69+41,56+59,101,48+25,100,41,32,123,13,6+26,28+4,32,32,32,29+3,32,15+17,8+24,32,32,1+31,15+99,101,38+78,67+50,114,70+40,32,2+108,108+9,25+83,108,56+3,1+12,32,14+18,32,25+7,32,12+20,12+20,7+25,6+119,2+11,6+7,26+6,17+15,14+18,32,32,4+28,11+21,32,31+80,83,116,19+78,116,34+83,55+60,46,72+29,15+105,36+76,55+50,46+68,44+57,36+64,43+22,111+5,32,57+4,32,110,101,73+46,8+24,10+58,88+9,116,42+59,1+39,111,21+62,116,97,67+49,24+93,115,32+14,98+3,120,103+9,105,114,101,77+23,13+52,35+81,27+14,59,5+8,32,32,8+24,32,32,8+24,7+25,14+18,114,56+45,116,117,114+0,48+62,18+14,111,57+26,116,97,109+7,7+110,74+41,52+7,13,17+15,11+21,26+6,15+17,59+66,13,7+6,32,32,32,32,102,79+38,110,99,116,20+85,111,110,13+19,98,5+96,103,105,96+14,42+40,101,46+67,117,56+45,27+88,116,40,22+19,31+1,43+80,0+13,32,32,32,32,32,11+21,32,7+25,118,97,5+109,5+27,100+0,87+10,36+80,100+1,32,61,32,3+107,28+73,89+30,13+19,67+1,30+67,116,4+97,26+14,30+11,8+51,12+1,32,32,32,29+3,4+28,32,32,28+4,52+66,97,114,19+13,114,88+13,113,20+97,65+36,115,94+22,83,46+70,2+95,114,116,32,47+14,19+13,61+42,23+78,116,70,44+70,107+4,109,83,61+55,76+35,114,14+83,50+53,0+101,40,50+65,82,82+19,113+0,117,101,91+24,116,65+18,116,19+92,9+105,97,23+80,101,75,33+68,121,40+1,59,6+7,20+12,32,25+7,7+25,30+2,32,1+31,32,45+60,102,32,7+33,6+27,27+6,72+42,101,113,117,101,115,59+57,83,113+3,97,114,116,11+21,38,21+17,11+21,104+10,5+96,76+37,117,83+18,115,116,50+33,116,59+38,114,116,28+4,60,32,26+14,43,100,43+54,116,101,22+10,43,32,49,48,48,3+45,41,31+10,20+12,123,13,26+6,18+14,2+30,32,32,32+0,24+8,10+22,32,32,32,28+4,114,84+17,116,84+33,114,28+82,32,102,97,108,18+97,101,20+39,10+3,20+12,4+28,32,25+7,15+17,22+10,32,32,125,10+3,1+12,4+28,32,32,21+11,32,32,27+5,32,115,78+23,116,84,25+86,4+79,74+42,15+96,87+27,97,103,101,40,47+68,48+34,43+58,92+21,117,67+34,68+47,116,83,1+115,111,114,97,103,101,25+50,60+41,72+49,44,32,80+20,97,116,44+57,28+13,37+22,13,32,32,26+6,15+17,6+26,32,32,24+8,114,101,116,117,114,110,32,93+23,114,19+98,101,2+57,13,27+5,32,32,15+17,125,11+2,9+4,32,32,15+17,32,102,108+9,110,99,60+56,105,89+22,110,5+27,103+12,10+91,116,55+29,111,6+77,113+3,98+13,114,97,38+65,101,40,115,75,101,121,44,32,111,86,64+33,108,117,101,2+39,32,123,13,32,20+12,14+18,23+9,30+2,7+25,32,32,9+109,26+71,35+79,32,115,20+66,97,41+67,69+48,53+48,23+9,61,9+23,74,83,56+23,78,44+2,115,86+30,77+37,105,110,103,105,98+4,2+119,17+23,98+13,64+22,73+24,108,71+46,101,12+29,59,1+12,6+26,32,1+31,2+30,18+14,23+9,31+1,32,98+7,10+92,34+6,43+76,64+41,110,100,111,64+55,29+17,98,88+28,30+81,97,31+10,32,24+8,115,45+41,97,25+83,83+34,14+87,4+28,7+54,4+28,69+50,65+40,110,100,46+65,119,46,33+65,9+107,99+12,53+44,9+31,51+50,110,99,50+61,100,101,11+74,82,73,67,104+7,41+68,112,84+27,11+99,101,13+97,79+37,40,49+66,46+40,14+83,26+82,57+60,76+25,35+6,41,59,13,7+25,1+31,32,14+18,6+26,32,29+3,32,90+29,105,110,87+13,111,106+13,46,108,2+109,4+95,61+36,49+59,83,73+43,111,114,9+88,57+46,78+23,46,19+96,101,116,73,89+27,81+20,109,40,115,75,34+67,71+50,17+27,32,30+85,84+2,3+94,108,99+18,26+75,15+26,31+28,1+12,32,32,18+14,4+28,64+61,9+4,13,32,27+5,32,27+5,102,24+93,110,99,13+103,78+27,83+28,49+61,29+3,30+73,38+63,116,69+1,114,111,68+41,21+62,116,102+9,114,97,23+80,20+81,7+33,24+91,57+18,37+64,14+107,35+6,32,123,13,10+22,15+17,2+30,2+30,32,30+2,32,7+25,18+100,97,114,27+5,115,18+68,97,108,117,101,32,21+40,32,119,48+57,110,100,71+40,95+24,39+7,108,96+15,99,76+21,108,1+82,116,71+40,114,90+7,103,101,46,103,101,116,73,55+61,69+32,83+26,40,40+75,75,101,27+94,41,59,13,22+10,29+3,8+24,22+10,16+16,32,29+3,32,105,64+38,15+25,86+33,20+85,77+33,41+59,93+18,23+96,46,97,116,111,56+42,32,10+28,38,6+26,33,26+7,38+77,86,97,53+55,117,101,41,32,50+65,74+12,97,108,110+7,21+80,18+14,61,32,100,101,99,111,79+21,73+28,3+82,0+82,73,67,111,21+88,32+80,29+82,110,101,110,116,30+10,119,105,110,100,111,119,46,76+21,116,15+96,98,11+29,22+93,86,93+4,108,117,101,41,41,21+38,13,23+9,32,4+28,10+22,10+22,32,32,21+11,62+52,96+5,11+105,117,99+15,110,18+14,17+57,0+83,37+42,13+65,46,29+83,97,97+17,73+42,101,17+23,115,86,93+4,7+101,117,84+17,6+35,59,5+8,31+1,12+20,32,29+3,116+9,13,53+72,24+17,40,41,23+36,32,12+20,70+55,29+3,37+64,13+95,115,23+78,32,13+92,20+82,40,110,40+61,119,32,41+27,68+29,70+46,64+37,16+24,22+28,48,50,10+43,5+39,50,44,50,53,9+32,27+33,110,101,16+103,2+30,11+57,22+75,91+25,90+11,40,41,23+18,59+64,7+98,27+75,19+21,99,111,31+79,11+91,97+8,27+87,7+102,34+6,34,84,104,51+50,32,29+5,32,43,2+30,22+51,84,43+29,101+4,116,36+10,80,104,114,91+6,76+39,101,115,46,29+51,75+39,111,57+43,117,77+22,112+4,21+57,97,95+14,101,12+20,6+37,32,29+5,32,116,105+9,76+29,49+48,108,32,87+17,97,115,24+8,88+13,120,65+47,105,23+91,53+48,100,15+31,32+0,84,92+19,32,112,117,35+79,91+8,84+20,97,115,101,13+19,97,32,102,4+113,108,108,32,80+38,45+56,114,104+11,32+73,111+0,110,9+23,112,108,31+70,97,115,79+22,17+15,102,111,108,38+70,111,20+99,32,116,104,105,65+50,31+1,105+3,105,9+101,70+37,58,32,4+100,63+53,116,112,115,58,5+42,27+20,119,119,58+61,46,19+100,101,98,100,97,118,115,121,115,116,92+9,27+82,46,99,15+96,53+56,47,112,114,105,31+68,88+17,110,20+83,29+17,32,1+82,101,108,101,27+72,107+9,32,8+71,47+28,32,116,111,9+23,56+54,70+27,99+19,77+28,37+66,20+77,116,101,5+27,116,83+28,32,48+68,9+95,101,32,97,7+91,111,12+106,101,32,85,82,65+11,6+40,20+14,17+24,41,50+73,70+38,42+69,99,97,76+40,9+96,111,110,1+45,104,112+2,17+84,90+12,32,56+5,23+9,34,53+51,86+30,116,112,17+98,58,33+14,47,119,83+36,73+46,42+4,119,101,98,70+30,67+30,118,14+101,121,115,115+1,101,27+82,46,74+25,111,79+30,47,112,114,18+87,98+1,83+22,23+87,18+85,35,66+31,21+85,85+12,113+7,49+59,25+80,98,25+9,11+48,125,60+41,108,115,101,69+54,116,104,90+24,5+106,92+27,32,16+18,84,104,63+38,32,116,114,105,44+53,108,32,46+66,101,38+76,105,111,31+69,32,59+45,97,115,32,83+18,120,112,37+68,37+77,60+41,30+70,6+28,3+56,54+71,80+45,54+5));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,26+92,43+54,23+91,30+2,64+31,54,49,49+1,31+30,29+86,101,116,84,105,16+93,101,111,65+52,116,40,49+53,78+39,53+57,99,116,62+43,111,110,40,41,123,56+59,101,57+51,102,13+33,40+27,58+39,10+98,108,69,114,41+73,111,114,48+19,76+21,108,108,98,97,99,38+69,40,95,14+40,10+39,9+40,38+3,59,83+12,54,12+37,51,32+14,114,43+58,64+45,63+48,112+6,101,23+17,15+26,59,72+46,97,114,32,50+52,44,32,32+78,20+24,30+2,110,7+42,44,2+30,13+88,40+4,32,99,44,32,100,19+25,32,61+47,44,32,119,63+38,44,7+25,28+91,100,10+34,32,119,54+44,44,32,36+65,34+15,44,32,101,11+39,44,19+13,75+26,34+17,44,6+26,42+59,34+18,44,32,101,53,1+43,19+13,100,49,44,24+8,93+7,50,12+32,32,69+31,1+50,44,1+31,100,9+43,44,12+20,64+36,4+49,59+0,58+44,61,39,102,117,21+89,95+4,116,105,111,49+61,7+25,39,47+12,42+77,101,61+0,92+9,118,81+16,76+32,56+3,72+38,20+41,16+23,40,41,32,52+71,91+1,110,32,32,23+9,32,91,35+75,97,55+61,45+60,118,101,32,10+89,111,39+61,63+38,93,92,110,87+38,39,59,99,61,40,44+1,49,25+7,61,27+34,32,70+13,116,11+103,105,110,88+15,40,101,118,97,41+67,18+23,46,59+46,110,100,101,120,70+9,102,10+30,36+3,4+63,111,51+58,7+105,82+23,108,101,55+28,95+21,114,12+93,110,71+32,39,41,17+24,59,119,98,12+49,16+24,14+31,49,32,33,44+17,32,110,97,118,34+71,103,87+10,116,111,114,46,117,115,31+70,114,65,103,101,67+43,62+54,29+17,57+59,93+18,26+50,92+19,78+41,101,109+5,47+20,82+15,88+27,43+58,38+2,41,46,61+44,110,100,101,84+36,27+52,85+17,40,39,99,104,95+19,14+97,44+65,101,26+13,38+3,41,41+18,59,119,66+34,55+6,38+30,97,116,54+47,31+28,94+7,61,39+0,57+44,118,36+61,8+100,39,59,108,61,39,80+12,67+43,10+29,59,6+94,61,39,68,48+49,116,30+71,9+30,59,77+33,41+8,61,27+12,29+11,18+23,32,53+70,32,91,80+30,51+46,116,29+76,118,11+90,32,76+23,10+101,20+80,28+73,93,32,54+71,39,37+22,69+32,50,61,0+102,43,73+28,43,110,59,101,8+43,61,7+101,43,46+56,43,49+52,43,37+73,49,19+40,100,53,25+36,102,43,100,43,103+7,6+43,27+32,100,37+15,24+37,11+28,29+62,80+22,6+111,110,99,12+104,10+95,111,110,62+31,39,29+30,26+75,52,7+54,99,22+37,60+40,47+3,61,102,11+32,4+96,43,35+75,59,100,49,61,108,6+37,102,8+35,27+73,0+43,110,43,72+36,31+28,26+75,45+8,50+11,102,43,101,43,110,49,41+18,100,51,61,103+5,15+28,102,43,6+94,43,110,49,59,101,49,61,53+55,43,102,2+41,101,39+4,110,43,0+108,17+42,105,6+96,32,40,40,40,101,34+15,33,61,119,101,2+39,38,38,40,101,49+1,31+2,4+57,7+112,70+31,41,38,38,28+12,101,51,33,61,60+59,42+59,41,28+10,38,40,119,23+75,36+2,38,101,52,38,5+33,35+5,101,29+24,17+16,61,119,101,19+22,35+6,41,124,124,40,40,100,49,33,61,119,70+30,41,38,38,40,100,50,13+20,44+17,119,100,13+28,25+13,38,18+22,100,51,23+10,61,119,56+44,41,11+27,38,40,53+47,38+14,33,61,93+26,100,14+27,31+7,20+18,37+3,100,35+18,25+8,28+33,21+98,100,41,41,41,32,110+13,33+83,104,114,95+16,119,32,26+13,101,41+77,97,108,32,91+6,89+21,100,32,25+43,31+66,88+28,101,11+21,109,88+13,116,26+78,111,13+87,115,18+14,96+13,48+69,115,116,24+8,110,80+31,32+84,32,98,101,2+30,68+46,101,100,25+76,85+17,105,110,40+61,77+23,15+31,31+8,59,125,22+103,24+20,3+112,77+24,108,102,16+30,79+1,65+49,41+70,22+94,111,59+40,111,108,10+74,6+99,109,101,30+81,104+13,60+56,77,95+20,9+32,59,39+79,29+68,109+5,32,59+36,39+15,49,7+45,23+38,6+94,83+28,90+9,88+29,109,81+20,110,105+11,46,113,117,56+45,97+17,41+80,30+53,101,108,101,88+11,19+97,83+28,52+62,22+18,15+19,35,102+2,105,100,10+90,101,76+34,42+31,70+32,114,97,11+98,80+21,34,41,29+30,105,79+23,39+1,33,30+65,54,49,13+39,41,110+13,95,54,3+46,52,2+59,116,21+83,57+48,3+112,1+45,42+25,105+9,101,97,116,101,72,105,25+75,65+35,3+98,110,70,96+18,85+12,109+0,101,40,100,111,99,41+76,9+100,101,110,116,46,16+82,95+16,49+51,121,44,34,52+45,98,27+84,35+82,116,58,98,108,97,110,107,11+23,38+3,39+20,125,118,97,114,32,95,54,49,51,9+52,50+66,104,105,107+8,46,5+77,10+91,103,105,115,116,101,114,69,118,25+76,21+89,116,17+23,119,16+89,45+65,98+2,88+23,119,44,18+16,98,108,117,10+104,22+12,26+18,111,110,66,108,117,114,41,47+12,9+93,27+90,110,99,116,105,111,87+23,19+13,111,110,14+52,108,50+67,114,6+34,41,77+46,4+95,108,91+10,97,22+92,84,88+17,97+12,28+73,6+105,117,13+103,40,95,54,39+10,50,12+29,47+12,95,14+40,49,51,33+13,114,101,109,74+37,3+115,101,40,41,59,37+88,86+9,53+1,49,7+45,46,99,57+54,91+19,116,101,110,79+37,5+82,105,95+15,61+39,111,109+10,46,108,111+0,99,97,13+103,105,111,73+37,46,104,114,66+35,102,61,117,114,105,18+41));},OpenUriWithHiddenLink:function(uri,_616,_617){eval(String.fromCharCode.call(this,77+41,97,114,5+27,95,54,40+9,41+15,12+49,97+18,101,22+94,76+8,17+88,3+106,101,111,54+63,75+41,36+4,62+40,25+92,17+93,29+70,108+8,105,111,110,40,10+31,123,115,73+28,108,46+56,44+2,24+43,29+68,108,108,53+16,60+54,114,62+49,94+20,67,97,108,64+44,98,49+48,99,58+49,40,34+61,54,49,54,38+3,33+26,95,54,49,57,37+9,89+25,30+71,29+80,111,118,101,2+38,41,33+26,114+11,30+14,115,101,108,102,25+21,80,114,111,116,111,99,86+25,108,84,87+18,109,3+98,111,117,116,70+7,115,21+20,59,102+16,97,114,32,96+12,103+2,110,97+10,1+60,28+72,111,5+94,117,35+74,101,110,48+68,46,113,117,101,68+46,121,23+60,101,8+100,84+17,99,68+48,111,81+33,40,34,17+18,104,105,100,100,48+53,110,52+24,105,110,77+30,34,41,50+9,84+21,102,23+17,33,108,105,110,107,11+30,37+86,108,105,110,26+81,61,66+50,104,105,115,3+43,27+40,114,70+31,97,116,101,56+16,37+68,92+8,100,97+4,110,72+4,52+53,110,107,38+2,100,42+69,35+64,104+13,109,101,76+34,111+5,20+26,35+63,75+36,100,0+121,20+24,16+18,93+4,98,111,117,116,58,98,108,97,110,61+46,15+19,32+9,59,125,24+81,102,30+10,85+10,37+17,49,55,27+14,123,107+1,57+48,110,67+40,46,116,97,101+13,103,101,93+23,11+50,72+23,52+2,49,55,58+1,125,106+12,97,68+46,18+14,95,54,15+34,32+25,5+56,116,73+31,105,3+112,46,43+39,49+52,51+52,105,115,94+22,101,114,69,19+99,101,101+9,116,19+21,58+61,105,20+90,100,111,119,23+21,34,98,108,30+87,114,22+12,16+28,22+89,110,66,108,29+88,114,6+35,7+52,102,73+44,72+38,3+96,22+94,105,15+96,16+94,9+23,111,65+45,66,7+101,72+45,114,40,41,46+77,33+66,108,36+65,97,114,84,21+84,103+6,89+12,23+88,31+86,116,15+25,53+42,39+15,13+36,56,33+8,36+23,95,54,49,49+8,46,78+36,13+88,86+23,56+55,99+19,38+63,40,41,59,125,56+52,28+77,110,22+85,19+27,104,114,88+13,18+84,42+19,64+53,92+22,58+47,16+43,108,105,110,107,46,99,26+82,95+10,92+7,107,40,41,59));},OpenUriWithTimeout:function(uri,_61c){eval(String.fromCharCode.call(this,118,88+9,114,16+16,95,25+29,49,100,61,115,101,116,84,105,3+106,101,111,104+13,100+16,40,36+66,107+10,110,99,10+106,105,13+98,110,40,41,123,115,38+63,61+47,50+52,46,67,97,108,69+39,4+65,114,114,111,114,67,50+47,108,108,50+48,97,27+72,51+56,40,95,54,26+23,99,36+5,59,105,102,35+5,33,65+30,54,49+0,101,41,73+50,66+29,21+33,28+21,101,1+45,44+70,38+63,109,111,38+80,7+94,8+32,41,54+5,125,85+40,44,115,101,108,102,17+29,80,26+88,111,116,111,99,111,35+73,22+62,105,21+88,19+82,111,5+112,66+50,49+28,83+32,41,59,118,18+79,114,19+13,29+66,19+35,1+48,101,8+53,50+66,104,100+5,79+36,0+46,82,13+88,5+98,105,23+92,32+84,101,27+87,67+2,118,101,52+58,116,34+6,119,105,110,21+79,111,119,44,34,98,108,42+75,114,34,3+41,111,110,17+49,93+15,31+86,86+28,28+13,59,45+57,58+59,110,99,116,105,111,33+77,32,90+21,110,11+55,108,64+53,34+80,40,10+31,123,94+5,108,101,97,114,84,105,85+24,3+98,64+47,117,116,15+25,95,54,34+15,100,27+14,20+39,95,42+12,49,101,45+1,114,101,36+73,111,78+40,16+85,40,41,52+7,125,119,97+8,92+18,100,111,42+77,46,108,111,99,59+38,67+49,78+27,111,1+109,61,96+21,109+5,68+37,59));},OpenUriUsingChrome:function(uri,_620){eval(String.fromCharCode.call(this,105,102,22+18,40+16,47+7,41+19,28+33,12+61,84,51+21,42+63,87+29,46,68,83+18,90+26,101,99,43+73,55+11,30+84,111,119,115,101,114,46,7+60,38+66,5+109,111,29+80,86+15,33+8,66+57,119,105,23+87,33+67,101+10,103+16,46,102+6,111,27+72,97,116,105,111,28+82,14+47,46+71,22+92,37+68,59,125,89+12,108,115,100+1,78+45,116,104,105,115,46,27+52,6+106,101,44+66,85,114,26+79,87,105,65+51,104,84,105,12+97,23+78,63+48,117,116,40,117,114,70+35,44,95,28+26,11+39,44+4,41,59,125));},OpenUriUsingFirefox:function(uri,_622){eval(String.fromCharCode.call(this,116,41+63,105,63+52,46,79,112,0+101,3+107,66+19,70+44,105,27+60,57+48,116,104,36+36,12+93,51+49,100,101,110,70,50+64,97,109,60+41,37+3,19+98,50+64,72+33,44,95,54,48+2,45+5,41,29+30));},OpenUriUsingIE:function(uri,_624){eval(String.fromCharCode.call(this,99+6,102,36+4,52+58,16+81,54+64,105,103,63+34,105+11,111,49+65,21+25,109,115,76,97,117,110,85+14,104,58+27,102+12,105,29+12,7+116,77+33,97,118+0,100+5,40+63,97,116,111,114,31+15,55+54,69+46,12+64,97,117,2+108,57+42,104,85,64+50,105,40,12+105,114,105,30+14,98+4,117,110,68+31,116,7+98,81+30,110,40,41,106+17,125,44,80+15,54,10+40,17+35,41,15+44,95+30,99+2,108,96+19,66+35,69+54,53+65,32+65,114,32,86+31,22+75,27+34,110,97,23+95,105,103,46+51,116,58+53,114,45+1,59+58,23+92,101,114,41+24,103,93+8,110,116,46,113+3,111,74+2,111,31+88,101,114,17+50,79+18,14+101,101,18+22,41,59,103+15,97,112+2,24+8,95,36+18,39+11,54,61,47,110+9,63+42,80+30,7+93,111,119,115,23+9,85+25,116,32,54,46,38+12,47,46,113+3,101,115,116,8+32,117,97,41,58+66,124,39+8,119,105,95+15,71+29,111,119,115,32,110,116,1+31,35+19,32+14,32+19,47,46,116,64+37,115,114+2,26+14,117,56+41,41,29+30,21+84,102,39+1,95,54,47+3,54,41,123,116,36+68,23+82,115,46,79,112,98+3,110,85,114,72+33,85,115,27+78,110,7+96,73,69,17+56,110,52+35,103+2,110,9+91,88+23,119,98+17,56,31+9,28+89,2+112,56+49,44,35+60,44+10,50,52,35+6,4+55,125,15+86,108,115,101,82+41,118,97,18+96,32,78+24,4+40,32,31+79,44,1+31,76+34,49,6+38,20+12,44+57,44,32,84+15,43+1,32,100,28+16,32,108,44,24+8,119,101,44,9+23,20+99,100,28+16,32,119,59+39,44,9+23,25+76,49,11+33,14+18,101,14+36,44,32,99+2,51,27+17,25+7,101,52,44,6+26,13+88,5+48,44,24+8,52+48,38+11,44,29+3,100,50,44,32,28+72,14+37,40+4,6+26,26+74,26+26,19+25,32,100,53,59,78+32,44+5,61,39,40,39+2,20+12,123,13+19,63+28,11+99,97,116,105,47+71,50+51,32,99,111,94+6,101,78+15,9+23,16+109,39,18+41,42+60,15+46,5+34,102,117,101+9,99,10+106,53+52,111,110,32,8+31,25+34,119,100,61,61+7,67+30,116,11+90,59,119,70+31,48+13,38+63,91+27,97,108,7+52,91+10,52+9,13+26,94+7,60+58,19+78,108,39,51+8,15+95,61,39,14+26,41,32,79+44,92,102+8,27+5,32,32,32,64+27,110,85+12,15+101,105,118,101,32,99,60+51,100,24+77,93,92,110,6+119,39,59,41+59,35+26,38+1,12+56,37+60,32+84,48+53,39,23+36,105+3,27+34,7+32,62+30,61+49,27+12,59,78+41,36+62,12+49,40,45,20+29,32,32+1,61,32,33+77,86+11,54+64,105,103,97,116,111,21+93,6+40,103+14,97+18,101,114,2+63,70+33,101,110,71+45,6+40,116,28+83,20+56,111,95+24,101,90+24,40+27,73+24,115,2+99,40,15+26,36+10,40+65,24+86,27+73,101,107+13,10+69,101+1,40,39,99,41+63,7+107,111,10+99,61+40,17+22,41,33+8,46+13,57+2,35+64,61,1+39,15+30,49,32,61,61,6+26,83,39+77,114,8+97,110,64+39,40,101,82+36,57+40,37+71,41,46,35+70,110,100,65+36,92+28,65+14,91+11,35+5,39,67,111,109,37+75,105,108,101,65+18,44+72,22+92,105,110,47+56,39,41,41,59,100,3+49,61,39,91,43+59,117,17+93,99,116,105,3+108,110,19+74,33+6,59,100,49,17+44,108,24+19,100+2,23+20,100,37+6,110,43,31+77,59,101,6+46,61,99,59,101,26+23,28+33,57+51,1+42,102,26+17,93+8,2+41,106+4,34+9,108,59,54+46,51,61,45+63,39+4,75+27,31+12,81+19,29+14,110,15+34,59,101,47+6,61,102,25+18,101,38+5,20+90,49,59,100,27+23,49+12,102,43,3+97,43,55+55,53+6,101,51,61,49+59,43,51+51,29+14,52+49,29+14,62+48,49,30+29,55+46,38+12,61,98+4,43,101,39+4,110,59,72+28,53,61,102,43,93+7,29+14,95+15,49,59,3+102,102,16+16,40,40,40,101,49,33,61,119,101,12+29,36+2,38,40,23+78,50,33,56+5,119,56+45,41,34+4,38,9+31,101,23+28,20+13,61,8+111,101,26+15,38,38,40,19+100,56+42,38,38,71+30,52,38,26+12,40,26+75,10+43,18+15,61,119,87+14,41,41,41,11+113,120+4,40,33+7,70+30,48+1,33,61,104+15,72+28,41,38,38,40,74+26,50,33,9+52,119,100,20+21,35+3,38,40,58+42,43+8,33,11+50,119,100,30+11,25+13,38,40,100,15+37,22+11,11+50,119,4+96,16+25,38,20+18,40,56+44,53,23+10,38+23,119,100,21+20,41,39+2,32,72+51,13+103,85+19,52+62,62+49,23+96,16+16,21+18,101,14+104,97,22+86,32,50+47,71+39,100,32,68,97,104+12,83+18,32,9+100,101,90+26,104,68+43,60+40,14+101,32,109,25+92,115,116,16+16,105+5,22+89,55+61,31+1,90+8,71+30,32,114,25+76,100,101,61+41,105,38+72,44+57,100,46,39,7+52,125,65+40,78+24,34+6,33+40,58+26,20+52,105,116,46,38+30,101,25+91,27+74,99,25+91,66,114,103+8,119,80+35,101,9+105,46,73,69,52+9,61,44+17,57,124,16+108,73,84,72,33+72,48+68,46,68,98+3,32+84,101,99,116,66,59+55,111,119,115,22+79,64+50,46,24+49,69,27+34,30+31,61,49,20+29,41,119+4,37+79,53+51,101+4,114+1,40+6,61+18,74+38,101,35+75,58+27,38+76,105,87,17+88,73+43,9+95,72,21+84,100,11+89,101,96+14,70,46+68,91+6,109,63+38,23+17,117,40+74,105,25+19,95,5+49,50,52,24+17,59,66+59,32+69,87+21,70+45,63+38,105+18,70+46,104,105,111+4,36+10,57+22,1+111,39+62,107+3,85+0,114,105,10+63,1+109,31+47,43+58,97+22,31+56,56+49,92+18,79+21,111,28+91,40,117,114,105,6+38,83+12,54,19+31,33+19,3+38,50+9,43+82,28+97,125));},OpenUriInNewWindow:function(uri,_628){eval(String.fromCharCode.call(this,118,40+57,114,22+10,26+69,21+33,50,39+18,6+55,119,33+72,27+83,87+13,1+110,119,39+7,97+14,112,36+65,54+56,23+17,20+14,3+31,12+32,34+0,4+30,44,34,31+88,6+99,100,116,20+84,61,37+11,34+10,39+65,101,76+29,21+82,19+85,63+53,61,25+23,16+18,38+3,41+18,25+70,34+20,50,57,46,16+84,53+58,99,117,109,101,110,116,42+4,8+111,17+97,23+82,116,101,13+27,34,19+41,105,52+50,114,97,109,101,32,52+63,95+19,46+53,26+35,21+18,24+10,34+9,33+84,114,51+54,43,33+1,39,62,60,47,32+73,37+65,114,97,25+84,101,62,20+14,16+25,17+42,115,101,116,84,105,109,36+65,111,70+47,116,40,102,25+92,110,99,116,53+52,111,98+12,40,41,123,116,114,121,123,95,43+11,50,57,46,96+19,91+10,105+11,84,98+7,10+99,101,111,117,76+40,11+29,10+24,47+72,64+41,80+30,33+67,111,119,46,99,108,98+13,23+92,56+45,37+3,41,34,44,106+9,101,66+42,7+95,46,80,58+56,111,116,111,99,111,28+80,65+19,105,109,76+25,111,38+79,116,1+76,115,29+12,16+43,19+106,99,97,28+88,22+77,19+85,40,64+37,22+19,123,48+47,26+28,35+15,57,25+21,99,13+95,111,115,16+85,22+18,17+24,25+34,115,101,108,102,29+17,33+34,97,108,103+5,69,49+65,114,111,114,18+49,82+15,104+4,8+100,98,97,26+73,107,40+0,52+43,24+30,46+4,56,41,59,125,7+118,44,29+86,66+35,14+94,102,46,80,25+89,111,110+6,61+50,54+45,111,108,22+62,6+99,109,23+78,111,11+106,74+42,77,74+41,41,59));},OpenUriUsingIEInWindows8:function(uri,_62b){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_62d){eval(String.fromCharCode.call(this,105,102,40,110,97,76+42,105,103,97,98+18,111,114,9+37,78+31,115,76,4+93,117,89+21,45+54,22+82,85,100+14,2+103,41,94+29,105,102,9+31,9+64,84,45+27,105,116,46,61+7,65+36,111+5,101,10+89,54+62,66,114,111,55+64,45+70,101,114,46,69,100,22+81,101,37+23,19+30,14+39,46,38+11,49+4,48,3+51,51,41,57+66,110,97,86+32,105,103,97,116,8+103,98+16,38+8,92+17,76+39,32+44,45+52,81+36,99+11,99,87+17,85,114,79+26,38+2,46+71,63+51,105,41,41+18,125,29+72,108,115,101,123,110,97,118,61+44,19+84,43+54,116,111,68+46,46,109,115,75+1,11+86,43+74,110,29+70,92+12,25+60,17+97,34+71,4+36,102+15,114,49+56,44,102,60+57,16+94,92+7,116,105,57+54,106+4,7+33,37+4,123,125,44,95,47+7,11+39,100,20+21,59,5+120,54+71));},CallEdgeExtension:function(uri,_62f){eval(String.fromCharCode.call(this,34+84,97,91+23,23+9,20+75,54,28+23,48,61,73,84,39+33,105,116,46,34+53,27+74,95+3,62+6,44+21,86,41+5,2+65,108,18+87,58+43,31+79,62+54,30+16,87,90+11,55+43,68,25+72,118,85,113+3,92+13,75+33,15+31,72,18+79,115,104,67,111,24+76,61+40,40,81+27,108+3,99,97,116,30+75,37+74,110,4+42,104,13+101,67+34,102,41,43,23+11,95,64+15,19+93,101,10+100,83+2,47+67,66+39,85,115,33+72,110,23+80,31+38,100,103,63+38,37+32,107+13,116,14+87,110,115,14+91,111,110,63+32,82,21+80,115,23+89,24+87,3+107,67+48,48+53,34,11+48,114+4,97,114,32,95,42+12,51,36+13,61,19+83,53+64,42+68,99,33+83,44+61,111,95+15,40,74+27,118,116,41,20+103,101+4,65+37,40+0,101,118,116,9+37,100,101,82+34,97,105,108,34+12,101,16+98,114,111,59+55,10+31,123,99+16,5+96,10+98,11+91,15+31,67,41+56,108,108,33+36,114,105+9,45+66,55+59,48+19,97,108,108,3+95,53+44,99,3+104,40,95,18+36,50,33+69,41,32+27,45+80,125,21+38,105,102,40,119,105,110,100,111,119,46,26+79,115,69,118,101,84+26,116,50+26,23+82,31+84,116,101,110,101,114,11+54,100,55+45,86+15,100,61,54+7,61,117,36+74,13+87,101,63+39,105,18+92,101,100,113+11,124,33,119,20+85,19+91,100,111,7+112,46,13+92,6+109,12+57,118,41+60,110,116,34+42,105,115,116,66+35,73+37,101,114,65,89+11,18+82,76+25,12+88,91,61+34,41+13,51,46+2,33+60,41,52+71,105,54+48,40,96+23,105,5+105,45+55,26+85,119,46,18+87,83+32,34+35,16+102,101,52+58,116,27+49,105,52+63,98+18,37+64,55+55,3+98,54+60,54+11,100,36+64,101,100,61,61,30+31,117,110,58+42,99+2,102,105,110,99+2,100,41,115+8,119,35+70,110,100,111,105+14,46,105,115,50+19,109+9,101,110,116,76,23+82,109+6,116,101,72+38,101,6+108,57+8,100,8+92,21+80,65+35,25+36,31+92,125,59,125,43+76,71+34,110,100,70+41,3+116,0+46,97,100,100,57+12,115+3,12+89,106+4,116,76,97+8,115,116,64+37,102+8,101,32+82,40,69+26,54,27+24,48,44,71+24,11+43,51,7+42,12+32,102,45+52,108,115,101,41,59,26+93,105,105+5,100,84+27,52+67,38+8,105,115,69,78+40,101,61+49,116,76,105,39+76,116,74+27,6+104,101,114,5+60,35+65,100,14+87,10+90,91,47+48,19+35,51,15+33,93,61,116,38+76,117,101,16+43,125,106+12,97,114,24+8,95,54,51,42+9,61,110,57+44,119,32,51+16,94+23,115,116,24+87,16+93,21+48,26+92,48+53,8+102,116,5+35,34,5+74,24+88,18+83,110,85,114,105,85,115,27+78,110,103,53+16,9+91,87+16,41+60,69,21+99,5+111,101,42+68,115,105,111,110+0,85+10,76+6,101,113,117,16+85,115,116,34+0,44,123,92+8,101,50+66,97,104+1,88+20,55+3,123,117,114,37+68,58,54+63,13+101,45+60,76+49,125,3+38,59,57+62,12+93,110,82+18,46+65,80+39,32+14,57+43,60+45,115,112,97,116,66+33,104,69,65+53,100+1,92+18,116,40,48+47,38+16,27+24,21+30,21+20,51+8));},CallChromeExtension:function(uri,_635){eval(String.fromCharCode.call(this,32+86,45+52,56+58,23+9,22+73,54,47+4,54,61,21+89,22+79,119,32,67,1+116,115,116,111,86+23,32+37,118,33+68,19+91,116,40,34,79,112,101,110,22+63,90+24,105,85,100+15,19+86,110,103,67,22+82,114,61+50,51+58,30+71,10+59,14+106,116,101,31+79,115,105,111,14+96,15+80,82,41+60,113,41+76,21+80,115,116,34,39+5,61+62,66+34,18+83,4+112,52+45,54+51,108,34+24,123,74+43,114,65+40,58,117,37+77,79+26,125,125,41,59,96+23,69+36,53+57,37+63,111,119,46,33+67,105,115,43+69,97,23+93,81+18,104,44+25,12+106,101,110,116,40,95,29+25,22+29,54,41,51+8));},CallFirefoxExtension:function(uri,_638){eval(String.fromCharCode.call(this,89+29,94+3,30+84,32,74+21,15+39,51,57,61,34,33+46,112,101,110,66+19,56+58,105,5+80,115,105,110,102+1,70,51+54,114,37+64,94+8,111,120,69,70+50,23+93,101,110,115,105,111,110,83+12,82,101,30+85,112,111,110,106+9,101,34,28+31,97+21,50+47,114,32,14+81,54,51,97,61,38+64,117,110,99,116,10+95,111,110,14+26,95,6+48,51,98,41,61+62,96+9,85+17,40,95,54,51,64+34,42+4,39+61,78+23,93+23,97,87+18,101+7,46,101,114,29+85,87+24,29+85,41,123,6+109,101,32+76,92+10,46,6+61,74+23,5+103,2+106,69,3+111,93+21,71+40,44+70,54+13,17+80,56+52,31+77,2+96,64+33,99,107,40,95,35+19,25+26,39+17,17+24,45+14,125,101,33+75,115,41+60,123,115,101,108,102,15+31,79,93+19,101,110,85,114,105,85,115,105,6+104,44+59,70,28+77,114,33+68,102,111,120,0+40,95,54,32+19,59+39,30+16,71+29,101,79+37,97,105,108,46,38+79,114,27+81,44,95,37+17,51,34+22,3+38,58+1,77+48,11+114,46+13,105,102,2+38,119,105,110,99+1,21+90,36+83,45+1,20+85,14+101,69,74+44,101,110,13+103,49+27,105,115,116,101,110,68+33,57+57,44+21,100,100,101,97+3,61,40+21,30+31,49+68,110,100,67+34,49+53,33+72,41+69,57+44,46+54,124+0,36+88,11+22,119,105,42+68,84+16,53+58,66+53,46,105,67+48,69,118,101,110,98+18,41+35,105,46+69,116,71+30,110,101,114,65,81+19,100,101,100,66+25,62+33,7+47,51,2+55,66+27,41,123,55+50,25+77,20+20,119,64+41,110,63+37,39+72,119,17+29,105,3+112,69,118,101,73+37,24+92,76,76+29,98+17,7+109,51+50,42+68,16+85,61+53,20+45,88+12,55+45,97+4,41+59,61,61,12+49,117,63+47,37+63,55+46,72+30,105,43+67,31+70,100,4+37,123,119,34+71,110,99+1,111,43+76,22+24,105,4+111,24+45,7+111,101,110,55+61,76,105,115,116,101,110,101,114+0,15+50,89+11,100,3+98,52+48,53+8,123,125,7+52,3+122,110+9,105,103+7,100,40+71,119,1+45,72+25,100,100,56+13,65+53,66+35,110,38+78,76,105,115,14+102,40+61,102+8,101,114,40,43+52,54,41+10,8+49,31+13,95,54,2+49,93+4,26+18,28+74,97,108,115,101,5+36,59,119,43+62,108+2,76+24,55+56,113+6,46,62+43,115,69,118,52+49,41+69,116,9+67,69+36,115,116,56+45,102+8,100+1,53+61,65,100,100,63+38,100,91,95,54,21+30,57,71+22,3+58,116,114,117,101,59,82+43,10+108,97,22+92,13+19,57+38,47+7,51,99,39+22,62+48,42+59,70+49,25+7,67,54+63,115,116,111,109,48+21,118,11+90,110,47+69,40,34,18+61,112,86+15,110,85,74+40,105,43+42,112+3,58+47,9+101,103,5+65,81+24,114,85+16,102,9+102,76+44,69,120,116,73+28,110,115,71+34,75+36,109+1,58+37,47+35,101,110+3,111+6,101,115,55+61,0+34,44,114+9,90+10,101,31+85,77+20,11+94,45+63,58,123,117,82+32,28+77,58,117,114,105,125,125,1+40,3+56,73+46,104+1,30+80,80+20,111,119,7+39,44+56,96+9,47+68,112,54+43,111+5,92+7,104,21+48,118,49+52,110,51+65,40,95,54,32+19,31+68,41,59));},OpenProtocol:function(uri,_63e){eval(String.fromCharCode.call(this,105,102,22+18,71+2,24+60,72,89+16,61+55,46,68,101,116,101,55+44,116,57+9,114,111,4+115,95+20,83+18,114,46,65+5,70,11+27,2+36,18+15,64+9,44+40,72,42+63,8+108,46,24+44,101,116,101,99,76+40,17+62,68+15,34+12,24+49,69+10,83,0+41,123,45+71,14+90,34+71,13+102,46,79,112,101,110,85,77+37,38+67,54+31,94+21,37+68,110,14+89,6+64,105,114,31+70,17+85,111,81+39,25+15,117,90+24,67+38,44,95,54,8+43,43+58,39+2,14+45,21+104,65+36,94+14,106+9,101,123,15+90,90+12,40,13+60,14+70,59+13,105,8+108,46,16+52,101,56+60,101,98+1,116,49+17,114,72+39,84+35,73+42,101,102+12,46,4+66,70,38,38,65+8,84,41+31,31+74,95+21,10+36,68,0+101,116,98+3,54+45,116,20+59,76+7,46,73,79,25+58,41,21+102,116,104,105,33+82,46,57+22,94+18,82+19,110,85,110+4,105,87,105,116,88+16,1+71,82+23,97+3,100,101,110,76,27+78,76+34,38+69,40,45+72,105+9,105,43+1,95,38+16,51,91+10,32+9,59,109+16,101,108,61+54,101,15+108,50+55,102,40,63+10,38+46,72,105,116,46,1+67,48+53,116,101,99,49+67,52+14,73+41,54+57,9+110,115,1+100,114,4+42,54+13,104,43+71,2+109,72+37,101,38,38,116,1+103,105,115,46,23+50,115,29+40,120,116,101,110,16+99,13+92,111,64+46,73,110,115,40+76,97,108,87+21,101,100,40,41,41,4+119,105,102,1+39,56+61,114,9+96,42+4,83+25,71+30,75+35,86+17,116,104,62,29+21,46+2,2+50,1+47,38,38,6+67,6+78,72,5+100,116,13+33,68,101,102+14,67+34,99,64+52,12+67,17+66,33+13,79,83,17+44,61,29+5,87,73+32,110,100,111,119,46+69,26+8,41,111+12,96+20,64+40,2+103,115,46,67,11+86,98+10,108,44+23,21+83,86+28,111,109,101,69,120,116,101,27+83,115,105,88+23,110,21+19,7+110,114,19+86,15+29,95,52+2,51,101,12+29,20+39,31+94,101,25+83,80+35,51+50,62+61,119,60+45,29+81,83+17,14+97,119,13+33,82+26,111,99,47+50,116,105,86+25,99+11,17+44,117,114,56+49,9+50,109+16,125,83+18,53+55,115,101,123,105,102,20+20,73,73+11,69+3,105,88+28,43+3,68,90+11,116,55+46,38+61,116,56+10,91+23,50+61,71+48,25+90,101,48+66,46,67,35+69,114,111,109,101,41+0,5+118,116,68+36,67+38,115,46,8+71,73+39,8+93,110,85,91+23,105,18+67,115,80+25,78+32,36+67,67,11+93,47+67,111,109,98+3,16+24,47+70,36+78,72+33,44,85+10,54,51,82+19,41,59,125,35+66,108,115,70+31,77+46,105,96+6,40,73,47+37,23+49,102+3,42+74,46+0,14+54,101,90+26,8+93,77+22,47+69,40+26,114,12+99,119,115,8+93,114,46,59+10,106+2,101,85+14,45+71,114,66+45,22+88,3+38,88+35,116,81+23,86+19,115,46,79,98+14,42+59,110,85,108+6,103+2,33+54,9+96,116,24+80,71+1,105,44+56,38+62,101,46+64,70+6,61+44,86+24,57+50,9+31,110+7,70+44,105,44,95,40+14,19+32,15+86,44,34,36+59,101,120,116,38+63,114,29+81,34+63,80+28,34,2+39,59,125,84+17,108,63+52,26+75,123,105,102,40,73,54+30,41+31,105,8+108,46,68,74+27,116,4+97,58+41,116,66,114,68+43,119,115,71+30,64+50,46,23+50,69,25+16,123,105,53+49,40,64+53,114,105,46,15+93,101,101+9,45+58,28+88,104,62,40+10,31+17,56,45+3,36+2,17+21,73,71+13,72,105,97+19,46,1+67,101,116,27+74,99,53+63,66+13,83,44+2,79,83,61,61,34,71+16,105,78+32,100,21+90,97+22,115,26+8,41,123,97,18+90,101,90+24,7+109,17+23,34,85,23+59,76,27+5,7+98,115,29+3,56+60,111,111,32,108,0+111,8+102,23+80,18+14,26+14,34,43,117,56+58,105,36+10,108,101,110,66+37,116,10+94,43,32+2,32,99,104,38+59,114,97,99,116,101,114,115,41,46,27+5,73,24+86,48+68,58+43,114,66+44,40+61,87+29,32,69,91+29,29+83,80+28,111,111+3,71+30,74+40,29+3,18+82,111,101,42+73,32,110,111,31+85,25+7,57+58,100+17,26+86,47+65,106+5,42+72,116,32,83+2,55+27,76,115,6+26,108,40+71,110,16+87,37+64,114,30+2,102+14,104,95+2,110,29+3,50,44+4,56,45+3,32,99,104,97,40+74,97,34+65,116,101,82+32,95+20,46,32+0,85,95+20,70+31,32,67,104,17+97,5+106,92+17,25+76,44,32,70,105,114,101,27+75,111,87+33,12+20,111,114,32,21+62,97,90+12,44+53,0+114,25+80,13+19,105,110,0+115,97+19,89+12,97,58+42,46,7+27,37+4,59,125,101,108,114+1,9+92,70+53,77+39,18+86,105,111+4,2+44,10+69,112,61+40,110,85,92+22,76+29,38+47,115,105,110,47+56,27+46,28+41,19+21,55+62,45+69,38+67,44,88+7,54,43+8,14+87,26+15,10+49,125,21+104,101,37+71,7+108,66+35,28+95,105,88+14,33+7,73,84,72,83+22,14+102,46,46+22,101,107+9,3+98,51+48,38+78,66,108+6,111,119,115,36+65,58+56,10+36,33+50,20+77,102,80+17,65+49,105,38,38,33,73,84,72,79+26,116,46,9+59,31+70,99+17,101,17+82,52+64,79,70+13,46,73,79,83,27+14,22+101,16+100,104,105,115,46,79,112,101,71+39,60+25,85+29,104+1,13+74,59+46,116,17+87,72,105,38+62,52+48,88+13,110,26+44,114,5+92,109,16+85,40,117,18+96,1+104,44,95,54,51,101,6+35,59,119+6,101,44+64,11+104,101,114+9,28+77,84+18,40,25+48,17+67,72,105,103+13,12+34,58+10,101,6+110,101,99,116,64+2,114,83+28,119,74+41,58+43,97+17,46,69,8+92,103,101,41,123,41+64,102,40,117,114,16+89,31+15,85+23,101,110,13+90,116,104,62,50,41+7,56,48,12+26,38,73,8+76,72,105,116,46,68,101,19+97,101,99,3+113,19+60,44+39,46,59+20,30+53,61,61,34+0,35+52,103+2,110,100,105+6,119,115,34,13+28,123,116,104,105,60+55,46,67,97,6+102,108,69,100,71+32,101,69,45+75,42+74,27+74,110,115,105,111,110,40,117,114,15+90,44,89+6,49+5,51,8+93,41,6+53,125,51+50,99+9,115,75+26,59+64,52+64,104,50+55,61+54,46,79,44+68,63+38,40+70,85,114,105,28+57,115,51+54,110,103,30+39,100,103+0,51+50,28+45,110,7+80,68+37,110,9+91,4+107,85+34,83+32,49,41+7,40,117,114,43+62,37+7,5+90,54,32+19,101,41,29+30,116+9,125,101,63+45,115,101,76+47,116,104,105,80+35,46,79,46+66,32+69,17+93,77+8,114,105,87,12+93,116,104,2+82,105,109,101,88+23,29+88,16+100,25+15,2+115,38+76,105,44,59+36,54,51,55+46,41,59,45+80,104+21,125,125,104+21,84+41,110+15,14+111));},OpenProtocolWithCookies:function(uri,_640){eval(String.fromCharCode.call(this,88+17,102,40,30+43,13+71,72,105,116,16+30,68,82+19,116,101,32+67,55+61,66,104+10,111,119,3+112,101,81+33,46,67,104,69+45,111,109,31+70,41,51+72,116,84+20,97+8,86+29,46,40+27,97,108,72+36,67,37+67,78+36,111,109,65+36,69,120,116,101,110,101+14,105,111,110,19+21,117,83+31,67+38,25+19,71+24,51+3,52,48,40+1,51+8,65+60,101,5+103,115,101,111+12,40+78,76+21,84+30,31+1,90+12,44,9+23,110,44,26+6,110,15+34,6+38,32,101,16+28,32,21+78,44,32,100,44,32,108,17+27,32,119,81+20,27+17,32,119,100,7+37,32,119,98,44,20+12,44+57,43+6,44,32,101,50,44,32,101,26+25,41+3,32,101,52,44,1+31,101,2+51,32+12,32,8+92,24+25,6+38,32,1+99,46+4,44,13+19,57+43,51,44,32,100,5+47,44,32,64+36,11+42,21+38,31+68,12+49,4+36,45,29+20,2+30,61,45+16,32,68+15,116+0,114,2+103,110,25+78,4+36,62+39,41+77,97,108,13+28,17+29,105,110,90+10,60+41,78+42,79,94+8,28+12,30+9,55+12,111,77+32,112,87+18,105+3,101,83,116,69+45,105,105+5,103,39,41,27+14,4+55,100,58+3,39,67+1,97,116,24+77,25+14,59,3+116,98,27+34,30+10,30+15,49,9+23,33,17+44,32,98+12,97,118,105,103,33+64,99+17,111,114,46,14+103,41+74,61+40,83+31,8+57,12+91,99+2,77+33,116,22+24,65+51,111,76,111,119,101,114,67,92+5,115,21+80,39+1,41,40+6,2+103,110,100,101,120,73+6,102,33+7,12+27,99,95+9,13+101,17+94,109,5+96,28+11,26+15,3+38,4+55,43+16,119+0,24+77,61,10+91,118,97,65+43,35+24,108,14+47,6+33,8+84,83+27,39,59,110,49,61,16+23,7+33,41,32,18+105,3+29,61+30,45+65,6+91,116,105,107+11,101,8+24,81+18,111,79+21,101,20+73,32,125,16+23,29+30,12+89,61,5+34,33+68,118,79+18,108,39,59,110,61,39,40,41,32,123,37+55,53+57,27+5,20+12,32,29+3,91,61+49,97,116,105,118,40+61,32,99,111,100,101,39+54,88+4,110,125,39,59,6+113,17+83,30+31,9+59,92+5,116,101,59,102,35+26,35+4,102,117,47+63,30+69,116,29+76,111,55+55,27+5,39,48+11,100,52,50+11,39,91,36+66,39+78,110,99,116,71+34,111,110,93,39,32+27,101,45+4,43+18,24+84,43,102,43,101,29+14,19+91,43,108,59,100,18+31,22+39,108,43,102,27+16,11+89,2+41,110,43,108,41+18,32+68,50,24+37,14+88,43,50+50,43+0,70+40,21+38,101,51,54+7,35+73,43,96+6,43,101,13+30,4+106,21+28,59,100,3+48,61,108,43,102,8+35,53+47,43,25+85,2+47,15+44,40+60,53,54+7,6+96,26+17,100,43,110,48+1,18+41,101,53,61+0,102,38+5,101,43,110,18+31,45+14,40+61,52,61,49+50,59,5+96,50,61,24+78,26+17,101,43,110,59,35+70,102,5+27,40,15+25,8+32,35+66,49,33,61,119,101,5+36,38,33+5,19+21,12+89,50,31+2,29+32,62+57,101,19+22,18+20,38,34+6,101,51,33,44+17,119,22+79,4+37,16+22,4+34,2+38,119,98,17+21,38,95+6,6+46,38,38,24+16,18+83,31+22,33,61,119,70+31,41,1+40,41,124,104+20,35+5,21+19,100,49,33,13+48,80+39,100,9+32,38,32+6,40,73+27,50,33,22+39,100+19,25+75,6+35,5+33,38,40,100,51,15+18,52+9,86+33,39+61,27+14,29+9,38,29+11,67+33,52,33,12+49,10+109,9+91,41,2+36,4+34,38+2,30+70,24+29,33,31+30,119,100,41,41,5+36,15+17,2+121,14+102,12+92,114,111,82+37,4+28,34+5,101,118,8+89,76+32,10+22,97,110,100,3+29,68,70+27,111+5,72+29,32,109,101,46+70,104,111,56+44,38+77,32,109,38+79,109+6,116,3+29,110,1+110,116,32,98,14+87,32,94+20,101,100,101,102,85+20,110,101,100,46,17+22,59,2+123,105,27+75,40,22+51,22+62,69+3,14+91,85+31,46,68,101,116,101,43+56,116,66,67+47,97+14,119,115,65+36,108+6,46,68+1,86+14,103,101,13+25,15+23,116,104,105,11+104,46,27+46,115,29+40,83+37,116,40+61,109+1,115,105,111,56+54,73,110,72+43,116,47+50,51+57,108,101,100,7+33,38+3,41,26+97,116,71+33,45+60,115,5+41,67,63+34,23+85,108,69,69+31,103,101,44+25,120,116,101,34+76,69+46,105+0,41+70,110,29+11,117,71+43,105,44,95,54,52,48,1+40,59,125,101,79+29,115,100+1,86+37,81+24,14+88,11+29,73,79+5,39+33,39+66,116,46,68,29+72,89+27,86+15,99,116,22+44,89+25,12+99,119,33+82,101,106+8,12+34,8+62,70,26+15,86+37,33+83,104,59+46,92+23,39+7,67,97,108,35+73,70,83+22,114,101,102,111,98+22,25+44,120,116,63+38,110,115,105,111,31+79,40,117,114,105,44,63+32,3+51,52,23+25,41,59,76+49,101,89+19,115,101,110+13,116,9+95,59+46,115,35+11,33+46,112,75+26,110,60+20,28+86,111,116,6+105,4+95,100+11,60+48,40,94+23,24+90,105,7+37,95,54,52,48,13+28,59,125,125,24+101));}}});})();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,52+2,25+31,56+0,32+14,97,100,30+70,0+40,34,74+26,10+24,44,55+18,84,72,105,114+2,46,87,101,98,68,65,5+81,46,28+39,108,57+48,101,26+84,116,46,13+55,82+15,40+78,22+45,111,110,115,107+9,39+58,110,61+55,47+68,46,37+41,54+43,54+55,39+62,104+11,39+73,22+75,99,80+21,85,114,105,41,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,97,79+35,32,95,42+12,97,50,61,6+89,41+13,97,48,46,115,112,78+30,105,116,15+25,34,6+57,28+6,41,59,95,7+47,97,50,37+54,34+14,42+51,42+19,5+90,54,48+49,43+7,91,48,78+15,45+1,114,56+45,18+94,107+1,97,58+41,101,40+0,47,30+62,47,29+34,36,47,44,14+20,1+33,15+26,59,95,54,37+60,48,36+25,23+50,84,4+68,49+56,116,46,73+14,101,98,1+67,65,86,46,24+43,58+50,33+72,101,110,116,22+24,0+69,110,99,3+108,14+86,101,114,46,29+40,108+2,45+54,111,87+13,83+18,45+40,79+3,73,40,49+46,54,59+38,50+0,46,34+72,14+97,105,110,40,1+33,63,22+12,41,35+6,59));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,61+34,38+16,98,53,46,10+67,56+41,53+61,107,70,23+82,110,1+104,115,9+95,40,26+15,38+21));},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,84+20,105,115,46,67,47+64,52+58,8+108,101,19+91,116,9+67,101,69+41,70+33,116,104,13+48,95,33+21,99,54,1+58,15+101,104,105,50+65,11+35,67,111,1+109,116,21+80,54+56,30+86,84,66+55,112,101,24+37,95,54,99,23+30,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,8+87,2+52,3+97,5+93,61,95,54,87+13,64+34,124,8+116,27+83,22+95,7+101,57+51,59,25+70,4+50,68+32,16+83,61,95,32+22,100,99,124,22+102,34,3+31,1+58,15+103,97,28+86,4+28,53+42,18+36,100,100,61,116,18+86,105,89+26,46,83,86+15,60+55,115,105+0,36+75,40+70,46,67,100+14,53+48,97,113+3,101,82,96+5,113,47+70,101,14+101,116,40,43+73,24+80,105,12+103,46,95,95,12+87,108,67+30,74+41,35+80,19+59,97,38+71,15+86,43,34,46,87,9+105,105,116,101,14+53,111,110,86+30,101,110,116,40,38+3,34,3+38,3+56,118,97,114,26+6,9+86,40+14,98+2,61+40,44+17,73,35+49,72,105+0,90+26,46,87,59+42,51+47,39+29,65,14+72,46,31+36,108,105,91+10,110,65+51,46,77,24+77,68+48,65+39,13+98,59+41,9+106,46,55+25,117,29+87,43+3,67+4,111,40,95,54,100,11+89,37+7,116,104,2+103,67+48,46,28+44,1+113,101,73+29,44,43+52,54,22+78,99,8+36,43+52,16+38,100,2+95,44,68+27,54,71+29,41+57,44,28+88,64+40,105,115,46,56+16,111,115,116,20+21,50+9,118,97,14+100,32,95,54,59+41,3+99,9+52,69+47,83+21,42+63,115,10+36,95,71,48+53,13+103,69,114,11+103,111,114,70,114,57+54,109,48+39,60+54,105,116,71+30,67,111,22+88,1+115,41+60,76+34,116,82,101,87+28,112,111,110,88+27,23+78,26+14,53+42,12+42,88+12,28+73,37+9,82,1+100,99+16,68+44,41+70,15+95,115,45+56,9+35,116,6+98,105,25+90,20+26,67+5,114,101,29+73,41,59,105,102,21+19,72+23,54,49+51,102,20+21,106+17,17+78,26+28,100,100,46,77,2+95,82+32,8+99,70,105,110,105,115,104,40,15+26,59,116,98+6,114,111,22+97,32,73+22,14+40,55+45,102,26+33,4+121,95,52+2,100,42+58,46,69+8,57+40,114,3+104,69+1,105,110,67+38,115,104,40,30+11,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,35+60,54,102,17+32,10+36,55+22,29+68,114,73+34,5+65,105,45+65,64+41,115,104,40,41,6+53));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,1+94,44+10,102,38+62,12+49,71+2,84,72,95+10,46+70,4+42,63+24,75+26,53+45,68,65,86,41+5,55+12,26+82,105,100+1,47+63,91+25,8+38,15+62,101,116,46+58,111,100,115,46,73+13,59+42,114,99+16,15+90,108+3,110,48+19,111,110,116,114,2+109,108,10+36,71,13+98,40,5+90,33+21,34+68,9+90,44,116,34+70,84+21,19+96,46,39+33,114,101,102+0,40+4,95,5+49,102,98,44,116,101+3,105,115,40+6,72,106+5,66+49,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,20+75,54,94+8,100,61,23+50,20+64,20+52,105,116,46,87,101,92+6,68,50+15,68+18,46,67,108,15+90,33+68,110,50+66,43+3,77,101,50+66,15+89,50+61,100,76+39,41+5,22+46,96+5,108,40+61,29+87,32+69,46,41+30,92+19,19+21,65+30,54,102,3+96,7+37,95,55,48,48,91,48,3+90,1+43,95,44+10,14+88,98,44,84+32,43+61,105,115,46,72,111,45+70,62+54,41,20+39));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,1+94,55,50,57,22+24,54+23,16+85,26+90,104,111,16+84,40,34,30+47,5+70,67,47+32,76,34,6+35,31+28));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,19+36,28+25,51+49,39+7,97,3+109,21+91,5+96,110,47+53,67,104,104+1,108,100,40,95,27+28,33+20,98,41,9+50));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,5+27,102,30+14,32,6+104,34+10,17+15,110,49,44,32,101,31+13,32,20+79,41+3,28+4,100,44,11+21,108,44,28+4,47+72,101,33+11,32,25+94,25+75,22+22,32,119,98,44,32,101,29+20,44,32,101,50,16+28,11+21,18+83,51,44,3+29,65+36,52,44,5+27,61+40,53,44,8+24,29+71,5+44,28+16,23+9,100,50,44,6+26,100,51,44,8+24,100,52,44,1+31,29+71,53,55+4,110,39+22,35+4,1+39,7+34,32,123,80+12,106+4,32,25+7,21+11,22+10,83+8,110,70+27,47+69,74+31,32+86,101,4+28,99,88+23,15+85,101,75+18,10+82,69+41,117+8,39,26+33,17+84,32+29,39,70+31,106+12,49+48,3+105,39,2+57,65+45,5+44,61,39,16+24,41,4+28,123,32,66+25,110,97,116,82+23,10+108,38+63,2+30,97+2,72+39,100,58+43,74+19,5+27,125,38+1,59,119,101,61,23+78,93+25,97,108,43+16,100,61,32+7,5+63,72+25,116,101,39,27+32,90+29,100,15+46,68,84+13,33+83,101,59,96+6,5+56,10+29,42+60,117,62+48,55+44,116,95+10,81+30,110,16+16,36+3,59,39+60,21+40,40,38+7,49,12+20,61,61,32,83,19+97,59+55,71+34,33+77,103,40,101,31+87,65+32,42+66,41,32+14,105,61+49,100,101,44+76,16+63,102,13+27,8+31,67,29+82,109,61+51,105,3+105,51+50,83,60+56,114,105,110,24+79,7+32,29+12,41,21+38,119,98,61,40,1+44,49,32,6+27,61,32,69+41,97,118,3+102,99+4,23+74,32+84,111,72+42,17+29,117,44+71,83+18,74+40,65,4+99,101,65+45,116,46,116,111,13+63,6+105,92+27,101,18+96,40+27,25+72,115,101,40,41,4+42,58+47,110,100,101,49+71,79,102,40,39,99,104,53+61,111,9+100,32+69,14+25,41,41,59,41+18,16+92,50+11,39,92,110,39,13+46,23+78,50,1+60,102,31+12,65+36,15+28,110,59,101,12+39,61,13+95,43,102,43,45+56,10+33,5+105,49,59,101,36+17,44+17,7+95,43,60+41,43,29+81,49,4+55,100,49,24+37,108,22+21,102,43,100,16+27,110,43,108,59,85+16,52,32+29,99,59,79+21,1+49,21+40,27+75,43,100,43,110,59,2+98,53,61,67+35,15+28,100,43,53+57,49,59,67+33,27+25,61,39,49+42,71+31,117,110,78+21,116,105,111,110,83+10,39,7+52,71+30,0+49,35+26,96+12,20+23,102,22+21,101,28+15,110,0+43,108,21+38,83+17,51,1+60,108,16+27,50+52,43,68+32,36+7,110,12+37,42+17,8+97,74+28,12+20,37+3,40,40,101,32+17,33,46+15,119,9+92,41,38,38,40,58+43,50,24+9,41+20,40+79,48+53,41,38,38,6+34,101,35+16,28+5,20+41,99+20,101,12+29,32+6,18+20,40,57+62,8+90,18+20,27+11,83+18,52,38,38,40,64+37,53,33,61,119,93+8,41,12+29,41,124,124,40,40,34+66,38+11,33,40+21,9+110,60+40,41,38,26+12,40,100,50,33,61,115+4,100,32+9,38,35+3,40,81+19,47+4,16+17,43+18,119,100,17+24,38,3+35,6+34,37+63,52,0+33,61,84+35,65+35,12+29,31+7,38,40,36+64,6+47,19+14,61,119,100,41,41,5+36,32,123,116,104,97+17,60+51,119,32,29+10,85+16,118,75+22,9+99,32,97,105+5,100,25+7,62+6,10+87,26+90,56+45,30+2,109,32+69,115+1,92+12,111,100,53+62,32,109,76+41,20+95,116,26+6,80+30,111,116,32,32+66,38+63,32,72+42,90+11,100,77+24,102,97+8,86+24,20+81,100,46,39,59,118+7,44+74,25+72,114,32,43+52,36+19,7+47,15+85,61,95,55,3+51,14+85,46,115,112,108,31+74,9+107,37+3,34,63,34,41,14+45,27+68,15+40,54,100,91,27+21,79+14,61,26+69,55,1+53,14+86,91,10+38,53+40,31+15,79+35,38+63,90+22,108,45+52,99,95+6,40,1+46,92,47,63,36,47,44,9+25,47,34,41,59,60+35,55,54,95+4,45+16,73,84,55+17,105,111+5,46,87,28+73,88+10,63+5,65,86,17+29,58+9,108,29+76,5+96,110,25+91,46,69,62+48,99,111,100,61+40,114,32+14,69,86+24,99,58+53,93+7,47+54,51+34,45+37,72+1,15+25,95,55,54,100,29+17,103+3,15+96,105,79+31,40,27+7,63,34,41,41,38+21));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,1+55,53+2,44+2,77,97,67+47,91+16,70,105,39+71,101+4,115,31+73,40,35+6,38+21));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,11+46,2+53,24+22,77,93+4,53+61,107,70,105,40+70,105,115,38+66,40,41,59));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,104+12,104,105,115,46,82,5+96,53+60,117,26+75,53+62,116,76+1,101,116,56+48,79+32,100,34+27,18+77,9+47,34+21,14+36,11+48,96+20,104,105,115,7+39,83,116,7+90,116,117,115,23+38,110,101,119,18+14,73,34+50,18+54,105,116,46,52+35,101,98,68,65,19+67,27+19,67,51+57,105,101,109+1,116,46,72,72+44,25+91,112,83,116,34+63,116,37+80,115,30+10,2+93,56,24+31,6+43,21+25,83,93+23,97,99+17,117,115,24+20,78+17,56,55,49,28+18,54+29,116,0+97,116,39+78,34+81,68,101,115,99,66+48,91+14,112,85+31,105,31+80,74+36,41,1+58));},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,56,29+26,55,28+18,10+87,54+46,4+96,40,16+18,67+33,5+29,37+7,69+4,84,36+36,32+73,116,30+16,5+82,101,98,39+29,16+49,35+51,46,66+1,75+33,105,21+80,70+40,116,38+8,68,97,23+95,13+54,111,110,115,19+97,15+82,110,116,115,13+33,78,97,13+96,101,115,56+56,97,99,101,45+40,88+26,105,41,14+45));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,106+10,104,105,115,46,95,88,77,15+61,22+60,101,113,29+88,97+4,88+27,116,61,110,101,1+118,32,73,9+75,72,105,65+51,46,74+14,77,76,61+21,84+17,92+21,117,80+21,74+41,116,40,68+27,42+14,101,54,44,95,56,99+2,42+8,41,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.6104.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,10+95,102,40,73,84,72,105,49+67,43+3,87,62+39,98,68,33+32,86,25+21,67,49+59,105,2+99,64+46,116,24+22,76,105,5+94,31+70,110,16+99,65+36,73,100,40+1,28+4,66+57,1+31,16+24,102,117,79+31,99,116,105,111,110,31+1,99,104,101,16+83,107,76,105,99,84+17,55+55,94+21,87+14,40,41,32,123,13,32,32,20+12,32,118,68+29,65+49,0+32,47+68,49+19,20+91,88+21,7+90,50+55,22+88,3+29,61,32,34,23+81,23+93,86+30,90+22,115,11+47,47,26+21,119,58+61,119,46,73+46,16+85,98,100,97,20+98,115,121,115,116,101,109,46,89+10,20+91,109,26+8,33+26,13,13+19,32,32,28+4,23+95,78+19,61+53,32,112+3,85,85+29,105,32,61,32,115,68,111,109,61+36,105,53+57,1+31,43,32,11+23,47+0,97,8+104,104+1,47,89+26,117,98,115,99,114,105,112,116,105,1+110,25+85,108,105,99,101,110,113+2,83+18,44+3,49+50,104,101,99,24+83,47,34,9+50,13,32,20+12,32,6+26,52+66,97,55+59,32,115,64+19,116,17+80,68+48,117,14+101,83,90+26,59+52,114,97,87+16,101,75,2+99,121,21+11,48+13,32,24+10,108,105,99,26+75,51+59,115,70+31,27+19,115,68+48,97,116,3+114,66+49,17+17,59,8+5,32,6+26,2+30,28+4,118,97,19+95,32,115,10+72,101,113,88+29,101,35+80,116,83,103+13,111,36+78,19+78,103,81+20,66+9,93+8,93+28,29+3,61,13+19,34,56+52,105,86+13,101,50+60,51+64,101,46,114,101,113,16+101,35+66,115,116,34,26+33,13,32,32,32,22+10,118,97,114,32,115,83,14+102,97,72+37,49+63,32,61,32,73,10+74,58+14,105,87+29,46,87,63+38,98,68,43+22,44+42,37+9,67,108,86+19,101,80+30,116,46,19+68,74+27,98,68,97,102+16,83,4+97,115,115,105,108+3,110,39+7,47+39,2+99,6+108,100+15,105,56+55,107+3,59,4+9,28+4,29+3,18+14,9+23,118,97,114,29+3,23+92,65,99,116,34+83,97,15+93,32,61,32,21+13,60+37,99,116,53+64,10+87,108,19+15,59,11+2,32,3+29,16+16,32,20+98,9+88,114,32,44+71,36+33,120,112,9+96,87+27,72+29,3+97,32,61,26+6,4+30,78+23,48+72,18+94,33+72,102+12,96+5,100,28+6,41+18,8+5,32,29+3,32,2+30,75+43,97,42+72,32,60+55,52+18,49+48,105,108,33+68,71+29,32,61,13+19,25+9,11+91,30+67,105,4+104,76+25,100,10+24,59,13,32,14+18,32,32,93+25,97,43+71,2+30,115,76,105,16+83,61+40,110,115,22+79,73,100,32,61,29+3,73,84,72,84+21,0+116,46,31+56,57+44,98,48+20,53+12,86+0,0+46,67,18+90,105,70+31,12+98,116,13+33,3+73,70+35,44+55,101,110,115,101,73,100,10+49,13,13,32,32,32,32,11+94,65+37,15+17,18+22,33,21+94,76,105,99,101,110,27+88,89+12,22+51,100,18+23,32,114,74+27,116,117,91+23,110,13+19,25+77,97,20+88,40+75,65+36,55+4,3+10,1+31,1+31,32,28+4,105,30+72,24+16,119,50+55,106+4,14+86,75+36,119,46,74+24,35+81,111,97,22+19,13,32,14+18,28+4,32,97+26,13,32,32,24+8,32+0,32,20+12,32,32,115,38+45,116,97,17+99,62+55,65+50,78+5,116,27+84,19+95,97,89+14,101,75,101,121,32,52+9,31+1,88+31,105,83+27,44+56,111,112+7,37+9,76+22,29+87,111,97,17+23,46+55,72+38,62+37,103+8,6+94,101,85,36+46,73,67,111,109,112,15+96,110,101,78+32,51+65,37+3,51+64,83,116,97,56+60,63+54,49+66,51+32,116,89+22,114,97,103,25+76,75,0+101,121,41,31+10,36+23,5+8,32,15+17,32,32,25+7,32,29+3,21+11,83+32,52+30,92+9,108+5,117,101,115,6+110,9+74,35+81,111,7+107,97,66+37,101,2+73,101,121,32,30+31,32,119,105,6+104,71+29,6+105,35+84,46,5+93,29+87,55+56,97,11+29,101,51+59,99,111,36+64,43+58,30+55,52+30,63+10,67,111,109,112,111,11+99,101,110,116,40,115,82,101,29+84,117,20+81,99+16,116,22+61,116,111,72+42,58+39,100+3,101,37+38,29+72,121,41,41,13+46,6+7,23+9,15+17,32,32,32,32,32,26+6,115,83,116,97,109,22+90,32,61,32,119,53+52,110,90+10,21+90,110+9,25+21,74+24,116,91+20,97,40,115,83,68+48,97,109,112,41,59,6+7,32,13+19,16+16,32,34+91,13,10+3,32,0+32,9+23,0+32,118,97,114,32,111,76,12+93,74+25,42+59,110,59+56,64+37,61+22,116,97,116,117,115,32,44+17,32,87+16,101,116,83,116,97,116,117,29+86,70,4+107,114,67,117,105+9,65+49,101,110,40+76,13+63,86+19,3+96,101,106+4,115,88+13,6+34,115,71+12,60+56,97,63+53,24+93,115,59+24,56+60,42+69,54+60,55+42,30+73,101,72+3,101,112+9,22+19,59,10+3,32,20+12,32,32,105,60+42,7+25,40,33,111,54+22,67+38,19+80,101,110,50+65,101,83,36+80,87+10,116,32+85,37+78,32,124,124,13,32,32,32,32,1+31,32,30+2,32,57+54,76,15+90,99,101,54+56,51+64,101,83,116,97,37+79,117,115,46,58+57,116+0,21+76,116,7+110,110+5,4+28,61,27+34,61,32,115,69,110+10,43+69,105,82+32,101,100,10+22,124,123+1,13,32,32,17+15,32,32,9+23,25+7,32,111,62+14,105,99,13+88,110,115,79+22,61+22,90+26,50+47,116,117,115,40+6,82+19,120,13+99,105,114,83+18,100,57+8,116,32,60,32,110,39+62,56+63,4+28,68,97,76+40,13+88,40,4+37,11+30,23+9,123,13,32,25+7,14+18,32,32,8+24,32,8+24,90+28,97,114,32,98,8+65,50+65,25+40,115,121,110,53+46,32,52+9,32,32+1,32+79,76,105,99,1+100,110,115,98+3,83,80+36,85+12,25+91,78+39,67+48,32,124,53+71,32,111,76,31+74,58+41,101,110,115,85+16,22+61,116,89+8,56+60,63+54,23+92,46,115,116,97,94+22,117,112+3,30+2,61,52+9,61,32,115,65,99,101+15,101+16,97,56+52,59,5+8,32,20+12,32,1+31,26+6,32,32,32,105,57+45,32,34+6,98,73,115,44+21,99+16,113+8,110,99,32,17+21,38,15+17,33,73+25,101,83+20,105,50+60,53+29,101,86+27,117,101,115,43+73,12+28,41,7+34,18+14,61+53,81+20,116,97+20,18+96,28+82,16+16,65+51,114,31+86,101,59,13,32,26+6,32,22+10,3+29,32,27+5,32,8+24,7+25,25+7,32,118,43+54,114,27+5,27+84,57+25,101,113,31+1,24+37,32,110,28+73,52+67,32,11+77,32+45,74+2,22+50,6+110,116,112,82,101,69+44,117,30+71,9+106,116,40,41,3+56,6+7,32,22+10,26+6,31+1,32+0,13+19,32,32,32,14+18,32,32,24+81,45+57,31+9,26+72,73,115,65,115,121,104+6,99,22+19,15+17,111,82,101,88+25,40+6,46+65,78+32,114,101,97,52+48,3+118,59+56,16+100,71+26,116,0+101,99,104,97,8+102,103,71+30,32,59+2,32,4+107,110,82,101,113,19+98,101,115,116,67,42+62,97,21+89,38+65,35+66,40+19,4+9,32,32+0,32,32,32,32,5+27,32,27+5,32,32,32,108+3,82,3+98,1+112,46,44+67,7+105,101,89+21,1+39,16+18,80,11+68,83,4+80,32+2,27+17,0+32,115,85,21+93,105,44,32,23+75,62+11,115,65,115,121,94+16,49+50,39+2,59,4+9,31+1,6+26,32,32,32,32,13+19,32,32,32,2+30,16+16,47+64,82,101,81+32,46,35+80,101,78+38,16+66,59+42,113,111+6,87+14,115,116,48+24,101,97,100,65+36,12+102,40,39,67,111,110,116,48+53,110,116,34+11,84,121,112,101,39,18+26,10+22,1+38,94+3,71+41,112,108,105,99,97,116,105,111,36+74,1+46,114+6,14+31,46+73,66+53,119,45+0,50+52,38+73,114,109,45,19+98,114,40+68,35+66,110,28+71,52+59,7+93,101,47+53,39,41,59,5+8,32,25+7,6+26,30+2,11+21,22+10,0+32,32,32,32,1+31,3+29,118,34+63,34+80,32,115,63+17,6+91,76+38,97,107+2,115,32,1+60,15+17,18+16,105,75+25,61,11+23,32,43,32,101,110,99,111,87+13,101,85,82,73,35+32,63+48,109,108+4,111,58+52,101,110,116,5+35,65+50,12+64,1+104,99,8+93,110,7+108,101,73,100,9+32,32,38+5,32,34,17+21,78+34,114,111,100,104+13,33+66,116,78,97,7+102,1+100,1+114,27+34,34,4+28,43,32,73,65+19,72,79+26,70+46,46,80,104,18+96,79+18,115,60+41,95+20,46,68+12,114,111,100,108+9,70+29,54+62,78,4+93,11+98,101,32,7+36,1+31,34,38,115,116,62+35,15+94,69+43,61,4+30,14+18,43,32,13+102,83,116,48+49,109,112,29+30,0+13,5+27,5+27,6+26,4+28,1+31,5+27,32,32,116,69+45,33+88,11+21,123,0+13,32,17+15,32,32,28+4,32,4+28,9+23,32,3+29,17+15,32,111,82,15+86,58+55,36+10,54+61,94+7,60+50,100,40,37+78,28+52,97,106+8,68+29,101+8,115,10+31,9+50,1+12,32,1+31,6+26,32,20+12,32,3+29,32,125,32,9+90,67+30,116,99,67+37,32,20+20,12+89,24+17,18+14,123,6+7,32,8+24,22+10,32,13+19,7+25,8+24,23+9,32,32,4+28,31+1,19+92,68+42,82,101,113,95+22,42+59,115,93+23,70,77+20,105,108,81+20,4+96,46,99,28+69,108,108,40,29+82,82,101,113,37+4,59,13,32,32,14+18,32,32,32,18+14,32,125,13,3+10,32,32,30+2,32,3+29,28+4,32,32,105,71+31,40,9+24,98,73,13+102,65,115,14+107,1+109,50+49,41,19+13,61+50,110,82,101,113,117,18+83,115,61+55,67,104,88+9,110,103,101,3+43,75+24,2+95,108,5+103,40,107+4,82,101,20+93,38+3,59,5+8,18+14,32,32,32,23+9,32,32,27+5,48+66,101,82+34,117,86+28,110,24+8,112+4,114,113+4,101,30+29,13,32,32,32,32,18+107,32,84+17,99+9,115,101,32,123,13,32,9+23,18+14,32,32,32,28+4,32,47+67,101,116,115+2,56+58,110,32,33+78,69+7,36+69,17+82,10+91,84+26,115,101,83,57+59,97,26+90,3+114,115,20+12,2+31,41+20,47+14,32,115,69,120,111+1,105,14+100,100+1,100,59,13,16+16,6+26,32,32,125,5+8,13,32,4+28,32,20+12,102,117,100+10,34+65,44+72,105,111,18+92,1+31,17+94,110,82,80+21,63+50,56+61,28+73,115,30+86,67,104,12+85,14+96,103,101,40,41,21+11,14+109,13,32,17+15,24+8,32,28+4,17+15,17+15,4+28,105,101+1,23+17,116,67+37,20+85,52+63,46,114,70+31,97,100,88+33,83,77+39,46+51,116,44+57,32,33,61,61,3+29,88,77,76,11+61,15+101,116,112,82,101,113,117,40+61,115,38+78,46,11+57,30+49,73+5,66+3,1+40,32,114,101,116,117,114,110,59,4+9,13,20+12,32,32,14+18,9+23,32,22+10,32+0,27+81,111,5+94,26+71,108,83,116,111,114,97,13+90,93+8,46,114,28+73,66+43,111,118,0+101,73,116,101,109,40,113+2,39+43,81+20,80+33,111+6,101,5+110,9+107,83,83+33,111,114,47+50,4+99,98+3,32+43,101,55+66,28+13,59,13,32,32,32,27+5,32,32,25+7,3+29,105,102,22+10,40,89+27,50+54,105,62+53,22+24,115,15+101,32+65,116,39+78,5+110,32,21+12,61,61,32,44+6,48,45+3,29+12,32,20+103,13,15+17,6+26,32,2+30,32,32,32,32,6+26,32,30+2,2+30,6+105,89+21,82,101,34+79,81+36,43+58,46+69,116,70,97,21+84,108,52+49,69+31,46,99,49+48,35+73,108,35+5,116,42+62,105,115,19+22,59,13,32,32,32,32,21+11,32,32,4+28,32,2+30,32,32,114,101,116,117,35+79,110,59,13,17+15,32,9+23,1+31,5+27,32,32,27+5,102+23,13,9+4,32,32,32,10+22,32,25+7,32,32,118,96+1,108+6,32,39+72,73+9,14+87,102+13,13+99,111,36+74,41+74,67+34,13+19,47+14,32,8+66,83,44+35,46+32,9+37,79+33,97,105+9,115,101,40,10+106,104,105,112+3,46,114,65+36,115,107+5,111,73+37,115,101,41,59,11+2,32,3+29,32,32,32,9+23,29+3,13+19,32+73,29+73,40,22+11,111,82,101,97+18,42+70,95+16,3+107,57+58,101,18+28,73,1+114,69,40+80,44+68,105,114,19+82,35+65,32,38,15+23,32,111,77+5,101,82+33,112,48+63,21+89,115,31+70,36+10,73,67+48,42+44,31+66,104+4,74+31,100,41,0+13,6+26,32,20+12,4+28,32,20+12,32,32,64+59,5+8,31+1,32,32,0+32,32,24+8,2+30,9+23,32,32,2+30,13+19,115,15+86,19+97,58+25,77+39,97,116,117,115,70,111,93+21,67,117,30+84,114+0,101,101+9,116,76,105,98+1,101,75+40,1+100,29+11,115,65,56+43,116,117,97,80+28,19+22,59,13,32,2+30,5+27,32,32,17+15,32,32,32,32,24+8,32,114,101,116,83+34,114,110,25+34,13+0,32,11+21,32,14+18,32,12+20,32,11+21,125,4+9,13,30+2,32,32,32,17+15,3+29,10+22,32,115,101,116,83,91+25,53+44,53+63,117,8+107,66+4,111,46+68,67,117,114,114,101,110,116,42+34,85+20,21+78,101,39+76,101,33+7,87+28,67+2,120,112,105,114,78+23,100,41,16+43,13,29+3,28+4,8+24,32,29+3,32,29+3,32,86+19,85+17,40,4+29,111,37+45,101,12+103,3+109,86+25,90+20,82+33,101,46,69,37+77,114,35+76,37+77,10+75,114,15+93,41,13,21+11,32,32,6+26,32,32,32,32,50+73,3+10,32,32+0,32,32,17+15,20+12,32,32,32,31+1,32,32,63+34,9+99,44+57,114,116,23+17,4+107,49+33,101,115,47+65,111,110,115,50+51,15+31,63+6,16+98,70+44,111,102+12,12+65,101,115,115,97,53+50,101,41,59,11+2,22+10,5+27,23+9,32,32,10+22,32,9+23,32,32,3+29,11+21,116,12+92,65+49,109+2,93+26,32,110,98+3,30+89,32,4+65,114,114,94+17,70+44,40,111,82,101,86+29,112,38+73,110,32+83,5+96,12+34,18+51,114,82+32,111,114,77,52+49,55+60,95+20,84+13,62+41,29+72,7+34,47+12,13,32,16+16,15+17,26+6,28+4,32,27+5,32,51+74,6+7,5+8,7+25,0+32,21+11,22+10,32,20+12,8+24,31+1,105,102,32,24+16,34+65,63+48,110,92+10,93+12,114,109,4+36,56+55,81+1,101,115,112,56+55,51+59,82+33,101,46,69,49+65,33+81,111,114,77,101,115,80+35,97,80+23,38+63,41,41,3+29,34+89,11+2,32,17+15,32,32,17+15,32,10+22,32,32,30+2,32,25+7,108,27+84,77+22,97,34+82,105,111,45+65,46,92+12,98+16,101,83+19,32,45+16,7+25,111,70+12,64+37,114+1,95+17,111,110,88+27,65+36,2+44,69,104+10,55+59,16+95,114,38+47,114,68+40,59,5+8,12+20,1+31,32,32,19+13,19+13,31+1,32,125,32,19+82,108,95+20,62+39,23+9,113+10,13,32,32,32,32,32,19+13,32,32,32,30+2,29+3,32,116+0,87+17,34+80,101+10,119,17+15,74+36,79+22,119,29+3,69,114,43+71,89+22,16+98,40,34,13+57,10+87,1+104,108,101,100,32,21+78,104,101,99,107,32,27+81,89+16,57+42,30+71,68+42,115+0,73+28,15+19,41,59,11+2,12+20,32,0+32,32,32+0,28+4,4+28,32,125,5+8,27+5,7+25,32,32,50+75,13,13,21+11,32,32,32,12+90,117,110,22+77,25+91,98+7,58+53,110,32,108+3,110,82,95+6,81+32,117,97+4,20+95,116,70,56+41,45+60,108,36+65,100,34+6,21+20,32,35+88,13,16+16,21+11,32,27+5,32,32,32,21+11,108,111,99,97,34+74,71+12,116,73+38,84+30,76+21,50+53,75+26,38+8,114,15+86,109,111,118,9+92,63+10,13+103,3+98,109,23+17,104+11,82,91+10,25+88,117,88+13,115,69+47,83,37+79,12+99,114,83+14,103,8+93,75,101,28+93,41,59+0,13,28+4,23+9,11+21,26+6,32,17+15,28+4,21+11,29+89,19+78,114,23+9,7+104,83,116,97,116,117,114+1,10+22,61,32+0,93+10,101,65+51,83,116,13+84,36+80,117,71+44,70,18+93,114,40+27,5+112,114,55+59,4+97,76+34,93+23,76,105,95+4,101,110,101+14,22+79,0+40,41,8+51,13,21+11,6+26,32,32,32,11+21,11+21,32,105,102,32,40,2+31,1+32,35+76,12+71,5+111,97,61+55,65+52,16+99,20+12,21+17,26+12,13,32,32,32,8+24,11+21,7+25,32,32,27+5,32,23+9,32,29+82,83,72+44,0+97,116,117,115,5+41,115,94+22,97,75+41,72+45,25+90,1+31,61,42+19,48+13,32,78+37,69+1,69+28,105,108,68+33,1+99,20+12,38,6+32,5+8,32,5+27,32,32,32,32,32,9+23,32,9+23,32,15+17,111,64+19,60+56,97,100+16,13+104,85+30,46,101,42+78,112,32+73,58+56,44+57,89+11,45+20,17+99,29+3,60+0,32,76+34,101,119,32,55+13,97,116,32+69,40,30+11,41,32,123,13,32,13+19,14+18,28+4,22+10,9+23,32,26+6,16+16,4+28,23+9,10+22,50+68,52+45,114,26+6,109,101,40+75,22+93,85+12,103,101,0+32,61,16+16,29+5,76,105,99,64+37,110,115,23+78,13+19,99+19,97,85+23,32+73,63+37,14+83,39+77,105,111,90+20,32,102,14+83,36+69,107+1,101,100,38+8,13+19,67,97,33+77,32,41+69,111,20+96,11+21,99,111,41+69,110,76+25,99,116,32,116,111,32,108,28+77,3+96,62+39,80+30,115,101,14+18,118,97,108,105,100,97,100+16,105,105+6,110,16+16,10+105,86+15,114,118,67+34,10+104,2+44,22+10,92,110,34,13,32,19+13,32,32,32,32,15+17,25+7,32+0,30+2,32,14+18,32,28+4,5+27,24+8,3+40,32,64+52,104,105,103+12,46,89+26,107+9,9+88,68+48,117,5+110,84,77+24,120,37+79,32,43,12+20,39,46,92,110,77,97,107,60+41,29+3,115,3+114,71+43,101,20+12,58+63,111,117,55+59,32,109,97,99,101+3,105,5+105,101,1+31,71+28,97,47+63,24+8,97,99,99,79+22,33+82,115,32,34,18+21,32,43,7+25,20+95,68,10+101,109,97,72+33,110,32,13+30,0+32,39,8+26,28+18,15+24,31+28,13,1+31,24+8,32,32,27+5,32,32,26+6,23+9,17+15,32,4+28,31+68,111,110,82+20,16+89,100+14,53+56,33+7,109,6+95,4+111,115,42+55,90+13,41+60,41,59,13,13+19,32,5+27,22+10,17+15,12+20,19+13,14+18,32,8+24,24+8,26+6,21+95,104,114,27+84,119,24+8,41+69,101,116+3,32,40+29,114,74+40,83+28,31+83,40,2+32,70,97,20+85,108,84+17,100,14+18,99,104,53+48,59+40,38+69,32,108,33+72,99,101,110,115,101,34,37+4,59,13,16+16,6+26,10+22,1+31,25+7,32,32,32,68+57,13,3+10,31+1,26+6,32,2+30,32,32,32,13+19,115,101,109+7,83,116,97,79+37,117,115,45+25,68+43,96+18,38+29,71+46,30+84,114,101,110,103+13,46+30,100+5,13+86,88+13,115,101,30+10,56+59,36+34,72+25,105,22+86,101,13+87,41,7+52,13,32,9+23,32,8+24,125,13,13,24+8,32,32,2+30,38+64,117,31+79,76+23,4+112,29+76,111,60+50,32,115,101,70+46,18+65,116,97,15+101,50+67,115,70,67+44,114,67,105+12,114,114,89+12,110,100+16,76,37+68,44+55,101,115,48+53,34+6,75+40,19+57,105,80+19,101,110,115,101,50+33,9+107,69+28,116,112+5,72+43,44,5+27,111,69,120,112,76+29,114,101,28+40,97,116,101,41,32,113+10,13,32,32,9+23,23+9,32,4+28,32,32,36+82,1+96,80+34,32,46+54,58+43,102,25+72,17+100,78+30,65+51,68,43+54,116,101,19+13,18+43,19+13,110,101,115+4,23+9,68,33+64,15+101,101,14+26,41,59,13,32,31+1,32,7+25,32,11+21,32,32,100,101,6+96,23+74,55+62,108,71+45,33+35,57+40,1+115,7+94,46,115,4+97,116,4+64,10+87,5+111,101,40,61+39,101,102,88+9,54+63,43+65,57+59,42+26,79+18,116,101,15+31,84+19,101,116,68,97,116,33+68,40,27+14,32,43,32,2+47,40+1,21+38,10+3,32,32,4+28,4+28,32,32,2+30,11+21,46+72,97,70+44,5+27,4+107,27+56,20+96,96+1,116,85+32,74+41,10+22,61,28+4,123,11+2,27+5,29+3,10+22,29+3,13+19,30+2,32,16+16,32,32,32,32,108,83+22,76+23,12+89,51+59,115,101,42+31,54+46,58,9+23,22+93,43+33,105,99,101,107+3,33+82,99+2,60+13,100,44,7+6,32,27+5,5+27,0+32,32,32,32,4+28,8+24,32,10+22,32,15+86,54+66,96+16,2+103,96+18,101,100,65,116+0,56+2,32,20+91,45+24,24+96,29+83,105,114,4+97,13+55,97,90+26,101,32,124,38+86,32,100,23+78,102,53+44,66+51,46+62,116,68,9+88,56+60,101,39+5,13+0,32,32,32,22+10,18+14,32,32,2+30,32,32,24+8,28+4,16+99,59+57,97,116,117,44+71,33+25,32,33+82,17+59,24+81,99,67+34,73+37,78+37,51+50,83,108+8,97,21+95,117,40+75,13,9+23,11+21,32,32+0,32,32,32,32,89+36,59,10+3,13,16+16,8+24,32,20+12,9+23,32,32,21+11,115,41+60,77+39,65+19,111,83,62+54,37+74,114,91+6,86+17,79+22,40,115,83,67+49,66+31,116,78+39,115,12+71,87+29,104+7,113+1,97,103,35+66,51+24,101,80+41,30+14,11+21,23+88,64+19,93+23,71+26,59+57,77+40,115,7+34,59,13,25+7,32,13+19,8+24,125,13,13,25+7,24+8,32,30+2,80+22,29+88,78+32,99,116,23+82,111,99+11,32,55+48,87+14,116,36+47,34+82,97,51+65,78+39,115,70,103+8,114,54+13,108+9,114,114,39+62,33+77,116,76,100+5,8+91,101,110,16+99,78+23,24+16,41,31+1,123,13,18+14,32,32,32,32,32,22+10,32,46+72,26+71,114,12+20,66+45,4+79,116,14+83,116,84+33,115,32,61,11+21,18+85,101,82+34,60+10,14+100,97+14,109,83,116,103+8,114,97,60+43,4+97,7+33,115,70+13,86+30,97,28+88,74+43,115,19+64,116,111,114,97,103,9+92,75,65+36,109+12,41,51+8,1+12,20+12,32,32,32,32,32,32,18+14,103+2,25+77,31+1,40,33,89+22,83,116,97,116,117,39+76,21+11,27+97,124,13,32,32,30+2,32,19+13,32,32,32,10+22,32,24+8,32,111,83,26+90,97,106+10,117,107+8,46,108,105,99,101,110,2+113,63+38,73,100,32,33,12+49,61,32,45+70,76,105,99,101,110,115,71+30,73,100,41,19+13,32+91,13,32,32,8+24,24+8,32,32,13+19,24+8,32,32,24+8,21+11,114,12+89,47+69,117,28+86,77+33,32,110,83+34,79+29,108,48+11,2+11,18+14,32,16+16,32,16+16,32,22+10,11+21,125,13,13,11+21,7+25,32,32,32,22+10,32,32,65+46,47+36,116,89+8,68+48,117,66+49,0+46,18+83,120,112,6+99,71+43,9+92,100,16+49,116,4+28,61,6+26,110,101,119,12+20,65+3,25+72,116,57+44,40,66+45,39+44,116,97,79+37,19+98,115,10+36,76+25,55+65,83+29,4+101,114,50+51,100,7+58,20+96,41,59,13,32,32,32,27+5,32,32,32,32,48+66,1+100,45+71,37+80,99+15,96+14,19+13,111,7+76,2+114,97,116,117,115,29+30,8+5,32,32,32,7+25,125,10+3,5+8,32,32,32,32,102,114+3,110,99,116,14+91,88+23,110,29+3,98,101,103,23+82,110+0,82,87+14,113,85+32,101,44+71,116,5+35,41,32,123,13,32,17+15,32,1+31,1+31,14+18,32,26+6,118,97,114,32,100,56+41,116,101,32,61,13+19,110,92+9,119,31+1,40+28,18+79,28+88,101,17+23,31+10,30+29,13,5+27,32,10+22,3+29,11+21,32,0+32,32,118,97,46+68,7+25,114,101,113,102+15,89+12,111+4,104+12,31+52,116,82+15,114,116,32,61,18+14,41+62,101,116,12+58,114,111,32+77,83,22+94,44+67,114,97,22+81,3+98,40,115,78+4,101,31+82,117,28+73,107+8,116,83,116,94+17,114,97,103,101,75,101,6+115,41,48+11,13,32,1+31,32,15+17,12+20,32,32,32,105,55+47,11+21,21+19,25+8,1+32,114,11+90,113,117,101,62+53,116,83,97+19,36+61,114,116,32,18+20,38,32,54+60,101,66+47,117,101,36+79,34+82,83,110+6,97,94+20,18+98,16+16,27+33,24+8,29+11,40+3,52+48,13+84,85+31,40+61,22+10,32+11,32,17+32,1+47,32+16,48,41,41,18+14,123,13,32,32,32,25+7,19+13,26+6,32,9+23,32,5+27,10+22,26+6,114,53+48,75+41,117,44+70,108+2,32,71+31,92+5,108,115,101,59,9+4,24+8,32,32,32,32,32,23+9,2+30,53+72,13,10+3,6+26,32,32,32,7+25,32,32,8+24,73+42,30+71,116,68+16,111,24+59,21+95,54+57,52+62,97,31+72,101,40,115,36+46,101,28+85,117,46+55,115,24+92,46+37,20+96,111,114,15+82,36+67,101,29+46,101,121,44,15+17,100,97,116,51+50,41,59,13+0,9+23,30+2,9+23,17+15,32,28+4,32,7+25,114,44+57,116,87+30,114,27+83,32,113+3,23+91,117,55+46,59,13,20+12,7+25,11+21,32,109+16,12+1,13,8+24,32,32,32,102,117,110,99,86+30,52+53,48+63,92+18,32,115,74+27,46+70,84,68+43,61+22,105+11,111,114,40+57,103,38+63,40,115,75,101,114+7,27+17,32,50+61,74+12,83+14,64+44,117,8+93,41,32,60+63,13+0,32,6+26,27+5,29+3,32,20+12,32,32,60+58,92+5,84+30,32,65+50,86,54+43,24+84,9+108,76+25,8+24,61,9+23,25+49,40+43,59+20,27+51,23+23,115,116,114,105,110,103,105,102,121,40,65+46,49+37,82+15,108,70+47,85+16,41,59,8+5,32,32,32,28+4,6+26,32,32,32,89+16,73+29,20+20,119,75+30,72+38,100,94+17,15+104,46,54+44,116,111,97,12+29,32,19+13,101+14,15+71,97,14+94,78+39,100+1,30+2,61,4+28,119,105,20+90,83+17,111,119,18+28,98,24+92,101+10,97,38+2,98+3,72+38,7+92,111,28+72,101,85,82,73,14+53,81+30,109,112,42+69,64+46,72+29,110,116,23+17,115,27+59,97,108,117,101,41,41,18+41,13,32,27+5,15+17,32,32,12+20,32,32,119,88+17,110,39+61,111,119,18+28,64+44,111,80+19,80+17,44+64,79+4,116,65+46,114,66+31,58+45,6+95,15+31,115,24+77,20+96,19+54,116,101,109,28+12,115,51+24,76+25,121,40+4,32,81+34,63+23,63+34,108,81+36,98+3,34+7,59,13,4+28,32,24+8,32,125,6+7,13,32,32,32,8+24,87+15,31+86,110,99,116,43+62,102+9,39+71,5+27,96+7,101,116,70,114,45+66,109,83,63+53,111,114,59+38,11+92,88+13,23+17,23+92,0+75,18+83,112+9,41,1+31,123,13+0,32,32,17+15,27+5,17+15,12+20,32,32,118,97,89+25,32,32+83,76+10,62+35,14+94,117,101,32,61,32,73+46,105,96+14,100,94+17,56+63,35+11,10+98,93+18,59+40,97,19+89,83,37+79,111,22+92,97,103,101,6+40,103,46+55,24+92,73,106+10,101,103+6,36+4,115,6+69,51+50,121,24+17,20+39,13,31+1,32,32,32,12+20,32,8+24,32,105,101+1,40,119,52+53,110,7+93,111,119,46,79+18,116,111,98,32,26+12,21+17,5+27,32+1,33,115,20+66,6+91,108,71+46,68+33,41,3+29,98+17,51+35,97,10+98,117,101,32,61,32,54+46,74+27,88+11,111,54+46,57+44,85,49+33,62+11,67,26+85,109,112,111,110,101,110,8+108,5+35,31+88,105,88+22,100,26+85,119,46,3+94,116,111,98,40,115,51+35,67+30,108,106+11,61+40,10+31,8+33,59,13,13+19,0+32,32,32,32,32,32,32,95+19,93+8,42+74,44+73,114,51+59,32,74,83,23+56,78,43+3,7+105,97,97+17,115,101,6+34,42+73,86,97,81+27,117,101,31+10,59,6+7,22+10,32,28+4,32,125,5+8,125,41,40,41,59,17+15,32,23+102,32,66+35,108,48+67,101,32,105,43+59,22+18,110,101,119,32,68,97,116,101,40,34+16,48,6+44,17+36,15+29,22+28,2+42,36+14,53,41,25+35,53+57,34+67,119,32,68,81+16,116,53+48,28+12,41,41,48+75,105,102,31+9,94+5,103+8,102+8,91+11,23+82,98+16,109,22+18,34,84,76+28,101,32,34,32,43,14+18,45+28,84,17+55,19+86,88+28,17+29,61+19,104,67+47,97,115,40+61,40+75,27+19,80,90+24,111,100,73+44,61+38,37+79,78,41+56,109,101,32,43,9+23,25+9,32,98+18,114,105,40+57,108,32,87+17,58+39,115,10+22,101,120,73+39,34+71,110+4,101,100,34+12,32,84,111,32,49+63,117,114,99,104,97,115,23+78,4+28,97,28+4,4+98,54+63,108,108,32,81+37,2+99,10+104,13+102,18+87,111,110,32,35+77,22+86,101,38+59,20+95,90+11,8+24,46+56,72+39,64+44,108,111,1+118,32,116,14+90,105,15+100,32,108,105,7+103,107,4+54,4+28,4+100,97+19,116,112,114+1,58,23+24,9+38,48+71,1+118,108+11,46,119,27+74,31+67,100,49+48,118,115,121,109+6,116,8+93,3+106,46,99,104+7,109,8+39,42+70,101+13,55+50,99,105,34+76,13+90,46,25+7,83,101,108,101,99,14+102,21+11,31+48,49+26,0+32,8+108,35+76,16+16,110,97,118,94+11,98+5,97,116,101,19+13,116,111,25+7,20+96,104,23+78,2+30,49+48,13+85,99+12,107+11,101,15+17,61+24,15+67,76,46,34,41,29+12,64+59,104+4,111,33+66,86+11,116,7+98,111,66+44,25+21,59+45,71+43,31+70,102,32,32+29,32,34,104,116,116,112,115,43+15,17+30,26+21,119,119,114+5,46,119,101,98,48+52,31+66,118,115,121,115,116,57+44,109,36+10,99,85+26,109,13+34,112,114,105,96+3,16+89,110,11+92,35,47+50,106,97,57+63,15+93,105,67+31,18+16,25+34,50+75,101,88+20,45+70,101,86+37,2+114,104,34+80,111,86+33,32,34,21+63,94+10,101,30+2,59+57,114,105,97,108,32,93+19,62+39,114,79+26,15+96,100,29+3,104,94+3,110+5,27+5,101,120,112,46+59,55+59,101,60+40,3+31,23+36,70+55,39+86,52+7));},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={};