webdav.client 5.21.5890 → 5.21.5892
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.
- package/Help/ClassReference/ITHit.WebDAV.Client.DocManager.html +4 -4
- package/Help/ClassReference/ITHit.WebDAV.Client.File.html +80 -80
- package/Help/ClassReference/ITHit.WebDAV.Client.Folder.html +100 -100
- package/Help/ClassReference/ITHit.WebDAV.Client.HierarchyItem.html +60 -60
- package/Help/ClassReference/ITHit.WebDAV.Client.MsOfficeEditExtensions.html +4 -4
- package/Help/ClassReference/ITHit.WebDAV.Client.Request.html +4 -4
- package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploaderSession.html +12 -12
- package/Help/ClassReference/ITHit.WebDAV.Client.Version.html +8 -8
- package/Help/ClassReference/ITHit.WebDAV.Client.WebDavSession.html +12 -12
- package/ITHitWebDAVClient.js +2 -2
- package/Plugins/ITHitEditDocumentOpener.deb +0 -0
- package/Plugins/ITHitEditDocumentOpener.msi +0 -0
- package/Plugins/ITHitEditDocumentOpener.pkg +0 -0
- package/Plugins/ITHitEditDocumentOpener.rpm +0 -0
- package/index.d.ts +13 -2
- package/index.js +1 -1
- package/package.json +1 -1
package/ITHitWebDAVClient.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// -----------------------------------------------------------------------
|
|
2
|
-
// IT Hit WebDAV Ajax Library v5.21.
|
|
2
|
+
// IT Hit WebDAV Ajax Library v5.21.5892.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(_101,_102){ITHit.Exceptions.LoggerException.baseConstructor.call(this,_101,_102);};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 _103={};var _104={};var _105={};for(var _106 in ITHit.LogLevel){_103[ITHit.LogLevel[_106]]=[];_105[ITHit.LogLevel[_106]]=[];}var _107=function(_108,_109,iTo,_10b){for(var _10c in ITHit.LogLevel){if(ITHit.LogLevel[_10c]>iTo){continue;}if(!ITHit.LogLevel[_10c]||(_109>=ITHit.LogLevel[_10c])){continue;}if(_108){_105[ITHit.LogLevel[_10c]].push(_10b);}else{for(var i=0;i<_105[ITHit.LogLevel[_10c]].length;i++){if(_105[ITHit.LogLevel[_10c]][i]==_10b){_105[ITHit.LogLevel[_10c]].splice(i,1);}}}}};_107.add=function(iTo,_10f){_107.increase(ITHit.LogLevel.Off,iTo,_10f);};_107.del=function(iTo,_111){_107.decrease(ITHit.LogLevel.Off,iTo,_111);};_107.increase=function(_112,iTo,_114){_107(true,_112,iTo,_114);};_107.decrease=function(_115,iTo,_117){_107(false,_115,iTo,_117);};ITHit.DefineClass("ITHit.Logger",null,{},{Level:ITHit.Config.LogLevel||ITHit.LogLevel.Debug,AddListener:function(_118,_119){if(_119==ITHit.LogLevel.Off){this.RemoveListener();}var _11a=0;var _11b=0;outer:for(var _11c in _103){for(var i=0;i<_103[_11c].length;i++){if(_103[_11c][i]==_118){_11a=_11c;_11b=i;break outer;}}}if(!_11a){_103[_119].push(_118);_107.add(_119,_118);}else{if(_119!=_11a){_103[_11a].splice(_11b,1);_103[_119].push(_118);if(_119>_11a){_107.increase(_11a,_119,_118);}else{_107.decrease(_119,_11a,_118);}}}},RemoveListener:function(_11e){outer:for(var _11f in _103){for(var i=0;i<_103[_11f].length;i++){if(_103[_11f][i]==_11e){_103[_11f].splice(i,1);_107.del(_11f,_11e);break outer;}}}return true;},SetLogLevel:function(_121,_122){return this.AddListener(_121,_122,true);},GetLogLevel:function(_123){for(var _124 in _103){for(var i=0;i<_103[_124].length;i++){if(_103[_124][i]==_123){return _124;}}}return false;},GetListenersForLogLevel:function(_126){return _105[_126];},GetCount:function(_127){return _105[_127].length;},WriteResponse:function(_128){if(Logger.GetCount(ITHit.LogLevel.Info)){var sStr="";if(_128 instanceof HttpWebResponse){sStr+="\n"+_128.StatusCode+" "+_128.StatusDescription+"\n";}sStr+=_128.ResponseUri+"\n";for(var _12a in _128.Headers){sStr+=_12a+": "+_128.Headers[_12a]+"\n";}sStr+=_128.GetResponse();this.WriteMessage(sStr);}},WriteMessage:function(_12b,_12c){_12c=("undefined"==typeof _12c)?ITHit.LogLevel.Info:parseInt(_12c);if(ITHit.Logger.GetCount(_12c)){var _12d=this.GetListenersForLogLevel(_12c);var _12b=String(_12b).replace(/([^\n])$/,"$1\n");for(var i=0;i<_12d.length;i++){try{_12d[i](_12b,ITHit.LogLevel.Info);}catch(e){if(!_12d[i] instanceof Function){throw new ITHit.Exceptions.LoggerException("Log listener expected function, passed: \""+_12d[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(_12f,_130){ITHit.Exceptions.PhraseException.baseConstructor.call(this,_12f,_130);};ITHit.Extend(ITHit.oNS.PhraseException,ITHit.Exception);ITHit.oNS.PhraseException.prototype.Name="PhraseException";ITHit.Phrases=(function(){var _131={};var _132=function(_133){this._arguments=_133;};_132.prototype.Replace=function(_134){var _135=_134.substr(1,_134.length-2);return ("undefined"!=typeof this._arguments[_135])?this._arguments[_135]:_134;};var _136=function(_137){this._phrase=_137;};_136.prototype.toString=function(){return this._phrase;};_136.prototype.Paste=function(){var _138=this._phrase;if(/\{\d+?\}/.test(_138)){var _139=new _132(arguments);_138=_138.replace(/\{(\d+?)\}/g,function(args){return _139.Replace(args);});}return _138;};var _13b=function(){};_13b.prototype.LoadJSON=function(_13c,_13d){var _13e=ITHit.Utils;if(_13d&&!_13e.IsString(_13d)){throw new ITHit.Exceptions.PhraseException("Namespace expected to be a string.");}var _13f=this;if(_13d){_13f=ITHit.Declare(_13d);}try{var _140=_13c;if(_13e.IsString(_140)){_140=eval("("+_13c+")");}this._AddPhrases(_140,_13f);}catch(e){console.dir(e);throw new ITHit.Exceptions.PhraseException("Wrong text structure.",e);}};_13b.prototype.LoadLocalizedJSON=function(_141,_142,_143){var _144=ITHit.Utils,_145=_144.IsUndefined,_146=_144.IsObject;if(!_141||!_144.IsObjectStrict(_141)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object.");}if(_142&&!_144.IsObjectStrict(_142)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object");}var _147;if(_142){_147={};this._MergePhrases(_147,_142);this._MergePhrases(_147,_141);}else{_147=_141;}this.LoadJSON(_147,_143);};_13b.prototype._MergePhrases=function(dest,_149){var _14a=ITHit.Utils,_14b=_14a.IsUndefined,_14c=_14a.IsObject;for(var prop in _149){if(!_149.hasOwnProperty(prop)){continue;}if(_14b(dest[prop])){dest[prop]=_149[prop];}else{if(_14c(dest[prop])){this._MergePhrases(dest[prop],_149[prop]);}}}};_13b.prototype._AddPhrases=function(_14e,_14f){_14f=_14f||this;for(var _150 in _14e){if(("object"!=typeof _14e[_150])||!(_14e[_150] instanceof Object)){switch(_150){case "_AddPhrases":case "LoadJSON":case "LoadLocalizedJSON":case "_Merge":case "prototype":case "toString":throw new ITHit.Exceptions.PhraseException("\""+_150+"\" is reserved word.");break;}_14f[_150]=new _136(_14e[_150]);}else{this._AddPhrases(_14e[_150],_14f[_150]?_14f[_150]:(_14f[_150]={}));}}};return new _13b();})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XPathException=function(_151,_152){ITHit.Exceptions.XPathException.baseConstructor.call(this,_151,_152);};ITHit.Extend(ITHit.oNS.XPathException,ITHit.Exception);ITHit.oNS.XPathException.prototype.Name="XPathException";ITHit.XPath={_component:null,_version:null};ITHit.XPath.evaluate=function(_153,_154,_155,_156,_157){if(("string"!=typeof _153)&&!(_153 instanceof String)){throw new ITHit.Exceptions.XPathException("Expression was expected to be a string in ITHit.XPath.eveluate.");}if(!(_154 instanceof ITHit.XMLDoc)){throw new ITHit.Exceptions.XPathException("Element was expected to be an ITHit.XMLDoc object in ITHit.XPath.evaluate.");}if(_155&&!(_155 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(_156&&!(_156 instanceof ITHit.XPath.result)){throw new ITHit.Exceptions.XPathException("Result expected to be an ITHit.XPath.result object in ITHit.XPath.evaluate.");}_155=_155||null;_156=_156||null;if(document.implementation.hasFeature("XPath","3.0")&&document.evaluate){var _158=_154._get();var _159=_158.ownerDocument||_158;if(_156){_159.evaluate(_153,_158,_155,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,_156._res);return;}var oRes=new ITHit.XPath.result(_159.evaluate(_153,_158,_155,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,null));if(!_157){return oRes;}else{return oRes.iterateNext();}}else{if(undefined!==window.ActiveXObject){var _158=_154._get();var _15b=false;try{_158.getProperty("SelectionNamespaces");_15b=true;}catch(e){}var _15c=false;if(3==ITHit.XMLDoc._version){var sXml=_158.xml.replace(/^\s+|\s+$/g,"");var _15e="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/";var _15f="cutted";if(-1!=sXml.indexOf(_15e)||true){var _160=sXml.replace(_15e,_15f);var _161=new ITHit.XMLDoc();_161.load(_160);if(_155){var oNs=_155.getAll();for(var _163 in oNs){if(_15e==oNs[_163]){oNs.add(_163,_15f);break;}}}_158=_161._get();_15b=true;_15c=true;}}if(_15b&&_155&&_155.length()){var _164=_155.getAll();var aNs=[];for(var _163 in _164){aNs.push("xmlns:"+_163+"='"+_164[_163]+"'");}_158.setProperty("SelectionNamespaces",aNs.join(" "));}if(_15c){_158=_158.documentElement;}try{if(!_157){if(!_156){return new ITHit.XPath.result(_158.selectNodes(_153));}else{_156._res=_158.selectNodes(_153);return;}}else{var mOut=_158.selectSingleNode(_153);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}catch(e){if(!_15b&&(-2147467259==e.number)&&_155&&_155.length()){var sEl=new ITHit.XMLDoc(_158).toString();var oEl=new ITHit.XMLDoc();oEl.load(sEl);_158=oEl._get();var _164=_155.getAll();var aNs=[];for(var _163 in _164){aNs.push("xmlns:"+_163+"='"+_164[_163]+"'");}_158.setProperty("SelectionNamespaces",aNs.join(" "));_158=_158.documentElement;if(!_157){if(!_156){return new ITHit.XPath.result(_158.selectNodes(_153));}else{_156._res=_158.selectNodes(_153);return;}}else{var mOut=_158.selectSingleNode(_153);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}else{throw new ITHit.Exceptions.XPathException("Evaluation failed for searching \""+_153+"\".",e);}}}}throw new ITHit.Exceptions.XPathException("XPath support is not implemented for your browser.");};ITHit.XPath.selectSingleNode=function(_169,_16a,_16b){return ITHit.XPath.evaluate(_169,_16a,_16b,false,true);};ITHit.XPath.resolver=function(){this._ns={};this._length=0;};ITHit.XPath.resolver.prototype.add=function(_16c,sNs){this._ns[_16c]=sNs;this._length++;};ITHit.XPath.resolver.prototype.remove=function(_16e){delete this._ns[_16e];this._length--;};ITHit.XPath.resolver.prototype.get=function(_16f){return this._ns[_16f]||null;};ITHit.XPath.resolver.prototype.lookupNamespaceURI=ITHit.XPath.resolver.prototype.get;ITHit.XPath.resolver.prototype.getAll=function(){var oOut={};for(var _171 in this._ns){oOut[_171]=this._ns[_171];}return oOut;};ITHit.XPath.resolver.prototype.length=function(){return this._length;};ITHit.XPath.result=function(_172){this._res=_172;this._i=0;this.length=_172.length?_172.length:_172.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(_173){var mOut;if(!_173){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[_173];}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(_175,_176){ITHit.Exceptions.XMLDocException.baseConstructor.call(this,_175,_176);};ITHit.Extend(ITHit.oNS.XMLDocException,ITHit.Exception);ITHit.oNS.XMLDocException.prototype.Name="XMLDocException";ITHit.XMLDoc=(function(){var _177;var _178=1;var _179=2;var _17a=3;var _17b=4;var _17c=5;var _17d=6;var _17e=7;var _17f=8;var _180=9;var _181=10;var _182=11;var _183=12;var _184=function(_185){this._xml=null;this._encoding=null;if(null!==_185){if(!_185||("object"!=typeof _185)){if(undefined!==window.ActiveXObject){if(_177){this._xml=new window.ActiveXObject(_177);}else{var _186=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument.4.0","Msxml2.DOMDocument.3.0"];var _187=[6,4,3];for(var i=0;i<_186.length;i++){try{this._xml=new window.ActiveXObject(_186[i]);_184._version=_187[i];_177=_186[i];break;}catch(e){if(3==_187[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=_185;}}else{this._xml=null;return null;}};_184._version=0;_184.prototype.contentEncoding=function(_189){if(undefined!==_189){this._encoding=_189;}return this._encoding;};_184.prototype.load=function(_18a){if(!ITHit.Utils.IsString(_18a)){throw new ITHit.Exceptions.XMLDocException("String was expected for xml parsing.");}if(!_18a){return new _184();}var oDoc;if(undefined!==window.ActiveXObject){try{if(3==_184._version){_18a=_18a.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}if(_184._version){_18a=_18a.replace(/<\?.*\?>/,"");this._xml.loadXML(_18a);}else{var _18c=new _184();if(3==_184._version){_18a=_18a.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}_18c.load(_18a);this._xml=_18c._get();}}catch(e){var _18d=e;}}else{if(document.implementation.createDocument){try{var _18e=new DOMParser();oDoc=_18e.parseFromString(_18a,"text/xml");this._xml=oDoc;}catch(e){var _18d=e;}}else{throw new ITHit.Exceptions.XMLDocException("Cannot create XML parser object. Support for current browser is not implemented.");}}if(undefined!==_18d){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc.load() method failed.\nPossible reason: syntax error in passed XML string.",_18d);}};_184.prototype.appendChild=function(_18f){if(!_18f instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in appendChild method.");}this._xml.appendChild(_18f._get());};_184.prototype.createElement=function(_190){return new _184(this._xml.createElement(_190));};_184.prototype.createElementNS=function(sNS,_192){if(this._xml.createElementNS){var _193=this._xml.createElementNS(sNS,_192);return new ITHit.XMLDoc(_193);}else{try{return new _184(this._xml.createNode(_178,_192,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.");};_184.prototype.createTextNode=function(_194){return new _184(this._xml.createTextNode(_194));};_184.prototype.getElementById=function(sId){return new _184(this._xml.getElementById(sId));};_184.prototype.getElementsByTagName=function(_196){return new _184(this._xml.getElementsByTagName(_196));};_184.prototype.childNodes=function(){var _197=this._xml.childNodes;var _198=[];for(var i=0;i<_197.length;i++){_198.push(new ITHit.XMLDoc(_197[i]));}return _198;};_184.prototype.getElementsByTagNameNS=function(_19a,_19b){if(this._xml.getElementsByTagNameNS){var _19c=this._xml.getElementsByTagNameNS(_19a,_19b);}else{var _19d=this.toString();var _19e=new ITHit.XMLDoc();_19e.load(_19d);var _19f=new ITHit.XPath.resolver();_19f.add("a",_19a);var oRes=ITHit.XPath.evaluate(("//a:"+_19b),_19e,_19f);var _19c=oRes._get();}var aRet=[];for(var i=0;i<_19c.length;i++){var _1a3=new ITHit.XMLDoc(_19c[i]);aRet.push(_1a3);}return aRet;};_184.prototype.setAttribute=function(_1a4,_1a5){this._xml.setAttribute(_1a4,_1a5);};_184.prototype.hasAttribute=function(_1a6){return this._xml.hasAttribute(_1a6);};_184.prototype.getAttribute=function(_1a7){return this._xml.getAttribute(_1a7);};_184.prototype.removeAttribute=function(_1a8){this._xml.removeAttribute(_1a8);};_184.prototype.hasAttributeNS=function(_1a9){return this._xml.hasAttribute(_1a9);};_184.prototype.getAttributeNS=function(_1aa){return this._xml.getAttribute(_1aa);};_184.prototype.removeAttributeNS=function(_1ab){this._xml.removeAttribute(_1ab);};_184.prototype.removeChild=function(_1ac){if(!_1ac instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeChild() method.");}this._xml.removeChild(_1ac);return new ITHit.XMLDoc(_1ac);};_184.prototype.removeNode=function(_1ad){if(!_1ad instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeNode() method.");}_1ad=_1ad._get();if(_1ad.removeNode){return new _184(_1ad.removeNode(true));}else{return new _184(_1ad.parentNode.removeChild(_1ad));}};_184.prototype.cloneNode=function(_1ae){if(undefined===_1ae){_1ae=true;}return new ITHit.XMLDoc(this._xml.cloneNode(_1ae));};_184.prototype.getProperty=function(_1af){return this._xml[_1af];};_184.prototype.setProperty=function(_1b0,_1b1){this._xml[_1b0]=_1b1;};_184.prototype.nodeName=function(){return this._xml.nodeName;};_184.prototype.nextSibling=function(){return new ITHit.XMLDoc(this._xml.nextSibling);};_184.prototype.namespaceURI=function(){return this._xml.namespaceURI;};_184.prototype.hasChildNodes=function(){return (this._xml&&this._xml.hasChildNodes());};_184.prototype.firstChild=function(){return new _184(this._xml.firstChild);};_184.prototype.localName=function(){return this._xml.localName||this._xml.baseName;};_184.prototype.nodeValue=function(){var _1b2="";if(this._xml){_1b2=this._xml.nodeValue;}if("object"!=typeof _1b2){return _1b2;}else{return new ITHit.XMLDoc(_1b2);}};_184.prototype.nodeType=function(){return this._xml.nodeType;};_184.prototype._get=function(){return this._xml;};_184.prototype.toString=function(_1b3){return _184.toString(this._xml,this._encoding,_1b3);};_184.toString=function(_1b4,_1b5,_1b6){if(!_1b4){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc: XML object expected.");}var _1b7="";var _1b8=true;if(undefined!==_1b4.xml){_1b7=_1b4.xml.replace(/^\s+|\s+$/g,"");_1b8=false;}else{if(document.implementation.createDocument&&(undefined!==XMLSerializer)){_1b7=new XMLSerializer().serializeToString(_1b4);_1b8=false;}}if(_1b7){if(_1b5){_1b5=" encoding=\""+this._encoding+"\"";}else{_1b5="";}var sOut=((!_1b6)?"<?xml version=\"1.0\""+_1b5+"?>":"")+_1b7.replace(/^<\?xml[^?]+\?>/,"");return sOut;}if(_1b8){throw new ITHit.Exceptions.XMLDocException("XML parser object is not created.");}return _1b7;};return _184;})();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(_1ba){var _1bb="Variable \""+_1ba+"\" nas null value.";ITHit.Exceptions.ArgumentNullException.baseConstructor.call(this,_1bb);};ITHit.Extend(ITHit.oNS.ArgumentNullException,ITHit.Exception);ITHit.oNS.ArgumentNullException.prototype.Name="ArgumentNullException";ITHit.DefineClass("ITHit.WebDAV.Client.WebDavUtil",null,{__static:{VerifyArgumentNotNull:function(_1bc,_1bd){if(_1bc===null){throw new ITHit.Exceptions.ArgumentNullException(_1bd);}},VerifyArgumentNotNullOrEmpty:function(_1be,_1bf){if(_1be===null||_1be===""){throw new ITHit.Exceptions.ArgumentNullException(_1bf);}},NormalizeEmptyToNull:function(_1c0){if(_1c0===null||_1c0===""){return null;}return _1c0;},NormalizeEmptyOrNoneToNull:function(_1c1){if(_1c1===null||_1c1===""||_1c1=="None"){return null;}return _1c1;},HashCode:function(str){var hash=0;for(var i=0;i<str.length;i++){var _1c5=str.charCodeAt(i);hash=((hash<<5)-hash)+_1c5;hash=hash&hash;}return hash;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyName",null,{Name:null,NamespaceUri:null,constructor:function(_1c6,_1c7){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1c6,"sName");this.Name=_1c6;this.NamespaceUri=_1c7;},Equals:function(oObj,_1c9){_1c9=_1c9||false;if(this==oObj){return true;}if(!oObj instanceof ITHit.WebDAV.Client.PropertyName){return false;}return _1c9?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 _1cb="DAV:";ITHit.DefineClass("ITHit.WebDAV.Client.DavConstants",null,{__static:{NamespaceUri:_1cb,Comment:new ITHit.WebDAV.Client.PropertyName("comment",_1cb),CreationDate:new ITHit.WebDAV.Client.PropertyName("creationdate",_1cb),CreatorDisplayName:new ITHit.WebDAV.Client.PropertyName("creator-displayname",_1cb),DisplayName:new ITHit.WebDAV.Client.PropertyName("displayname",_1cb),GetContentLength:new ITHit.WebDAV.Client.PropertyName("getcontentlength",_1cb),GetContentType:new ITHit.WebDAV.Client.PropertyName("getcontenttype",_1cb),GetETag:new ITHit.WebDAV.Client.PropertyName("getetag",_1cb),GetLastModified:new ITHit.WebDAV.Client.PropertyName("getlastmodified",_1cb),IsCollection:new ITHit.WebDAV.Client.PropertyName("iscollection",_1cb),IsFolder:new ITHit.WebDAV.Client.PropertyName("isFolder",_1cb),IsHidden:new ITHit.WebDAV.Client.PropertyName("ishidden",_1cb),ResourceType:new ITHit.WebDAV.Client.PropertyName("resourcetype",_1cb),SupportedLock:new ITHit.WebDAV.Client.PropertyName("supportedlock",_1cb),LockDiscovery:new ITHit.WebDAV.Client.PropertyName("lockdiscovery",_1cb),GetContentLanguage:new ITHit.WebDAV.Client.PropertyName("getcontentlanguage",_1cb),Source:new ITHit.WebDAV.Client.PropertyName("source",_1cb),QuotaAvailableBytes:new ITHit.WebDAV.Client.PropertyName("quota-available-bytes",_1cb),QuotaUsedBytes:new ITHit.WebDAV.Client.PropertyName("quota-used-bytes",_1cb),VersionName:new ITHit.WebDAV.Client.PropertyName("version-name",_1cb),VersionHistory:new ITHit.WebDAV.Client.PropertyName("version-history",_1cb),CheckedIn:new ITHit.WebDAV.Client.PropertyName("checked-in",_1cb),CheckedOut:new ITHit.WebDAV.Client.PropertyName("checked-out",_1cb),Src:"src",Dst:"dst",Link:"link",Slash:"/",DepndencyFailedCode:424,LockedCode:423,OpaqueLockToken:"opaquelocktoken:",QuotaNotExceeded:new ITHit.WebDAV.Client.PropertyName("quota-not-exceeded",_1cb),SufficientDiskSpace:new ITHit.WebDAV.Client.PropertyName("sufficient-disk-space",_1cb),ProtocolName:"dav10"}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentException=function(_1cc,_1cd){_1cc+=" Variable name: \""+_1cd+"\"";ITHit.Exceptions.ArgumentException.baseConstructor.call(this,_1cc);};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(_1cf){switch(_1cf.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(_1d0){this.Value=_1d0;}});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(_1d1,_1d2,_1d3){var _1d4=this._CreateRequest.apply(this,arguments);var _1d5=_1d4.GetResponse();return this._ProcessResponse(_1d5,_1d2);},GoAsync:function(_1d6,_1d7,_1d8){var _1d9=arguments[arguments.length-1];var _1da=this._CreateRequest.apply(this,arguments);var that=this;_1da.GetResponse(function(_1dc){if(_1dc.IsSuccess){_1dc.Result=that._ProcessResponse(_1dc.Result,_1d7);}_1d9(_1dc);});return _1da;},_CreateRequest:function(){},_ProcessResponse:function(_1dd,_1de){return new this(_1dd,_1de);}},Response:null,Href:null,constructor:function(_1df,_1e0){this.Response=_1df;this.Href=_1e0;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(_1e1){var _1e2=_1e1.split(" ");var _1e3=parseInt(_1e2[1]);_1e2.splice(0,2);return new ITHit.WebDAV.Client.HttpStatus(_1e3,_1e2.join(" "));}},Code:null,Description:null,constructor:function(_1e4,_1e5){this.Code=_1e4;this.Description=_1e5;},Equals:function(_1e6){if(!_1e6||!(_1e6 instanceof ITHit.WebDAV.Client.HttpStatus)){return false;}return this.Code===_1e6.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(_1e7,_1e8,_1e9){switch(arguments.length){case 1:var _1ea=_1e7;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ea,"oElement");this.Name=new ITHit.WebDAV.Client.PropertyName(_1ea.localName(),_1ea.namespaceURI());this.Value=_1ea;break;case 2:var _1eb=_1e7,_1ec=_1e8;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1eb,"oName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ec,"sStringValue");this.Name=_1eb;var _1ed=new ITHit.XMLDoc(),_1ee=_1ed.createElementNS(_1eb.NamespaceUri,_1eb.Name);_1ee.appendChild(_1ed.createTextNode(_1ec));this.Value=_1ee;break;case 3:var _1e7=_1e7,_1e8=_1e8,_1ef=_1e9;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1e7,"sName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e8,"sValue");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1ef,"sNameSpace");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e7,_1ef);var _1ed=new ITHit.XMLDoc(),_1ee=_1ed.createElementNS(_1ef,_1e7);_1ee.appendChild(_1ed.createTextNode(_1e8));this.Value=_1ee;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(_1f0){this.PropertiesByNames={};this.Properties=[];var _1f1;var _1f2=new ITHit.XPath.resolver();_1f2.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);if(_1f1=ITHit.XPath.selectSingleNode("d:responsedescription",_1f0,_1f2)){this.ResponseDescription=_1f1.firstChild().nodeValue();}_1f1=ITHit.XPath.selectSingleNode("d:status",_1f0,_1f2);this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f1.firstChild().nodeValue());var oRes=ITHit.XPath.evaluate("d:prop/*",_1f0,_1f2);while(_1f1=oRes.iterateNext()){var _1f4=new ITHit.WebDAV.Client.Property(_1f1.cloneNode());var _1f5=_1f4.Name;if("undefined"==typeof this.PropertiesByNames[_1f5]){this.PropertiesByNames[_1f5]=_1f4;}else{var _1f6=_1f1.childNodes();for(var i=0;i<_1f6.length;i++){this.PropertiesByNames[_1f5].Value.appendChild(_1f6[i]);}}this.Properties.push(_1f4);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Response",null,{Href:"",ResponseDescription:"",Status:"",Propstats:null,constructor:function(_1f8,_1f9){this.Propstats=[];var _1fa;var _1fb=new ITHit.XPath.resolver();_1fb.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);this.Href=ITHit.XPath.selectSingleNode("d:href",_1f8,_1fb).firstChild().nodeValue();if(_1fa=ITHit.XPath.selectSingleNode("d:responsedescription",_1f8,_1fb)){this.ResponseDescription=_1fa.firstChild().nodeValue();}if(_1fa=ITHit.XPath.selectSingleNode("d:status",_1f8,_1fb)){this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1fa.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("d:propstat",_1f8,_1fb);while(_1fa=oRes.iterateNext()){this.Propstats.push(new ITHit.WebDAV.Client.Methods.Propstat(_1fa.cloneNode()));}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.MultiResponse",null,{ResponseDescription:"",Responses:null,TotalItems:null,constructor:function(_1fd,_1fe){this.ResponseDescription="";this.Responses=[];var _1ff=new ITHit.XPath.resolver();_1ff.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_1ff.add("ithitp","https://www.ithit.com/pagingschema/");var _200;var _201=ITHit.XPath.evaluate("/d:multistatus/ithitp:total",_1fd,_1ff);if((_200=_201.iterateNext())){this.TotalItems=parseInt(_200.firstChild().nodeValue());}eval(String.fromCharCode.call(this,99+19,97,114,32,101+10,82,64+37,115,61,73,84,72,105,116,42+4,45+43,59+21,87+10,116,92+12,18+28,101,23+95,34+63,108,117,52+45,116,101,40,34,33+14,47+53,58,18+91,117,108,60+56,40+65,42+73,54+62,97,51+65,16+101,115,47,1+99,58,23+91,93+8,115,37+75,9+102,110,115,9+92,34,26+18,95,49,78+24,23+77,22+22,27+68,49,102,51+51,41,59));while((_200=oRes.iterateNext())){this.Responses.push(new ITHit.WebDAV.Client.Methods.Response(_200.cloneNode(),_1fe));}ITHit.XPath.evaluate("/d:multistatus/d:responsedescription",_1fd,_1ff,oRes);if((_200=oRes.iterateNext())){this.ResponseDescription=_200.firstChild().nodeValue();}}});ITHit.DefineClass("ITHit.WebDAV.Client.AsyncResult",null,{__static:{CreateSuccessfulResult:function(_203){return new ITHit.WebDAV.Client.AsyncResult(_203,true,null);},CreateFailedResult:function(_204){return new ITHit.WebDAV.Client.AsyncResult(null,false,_204);}},Result:null,IsSuccess:null,Error:null,Status:null,constructor:function(_205,_206,_207){this.Result=_205;this.IsSuccess=_206;this.Error=_207;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(_208,_209){this.Property=_208;this.Ascending=_209;},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(_20a,sUri,_20c,_20d,_20e,_20f){return this.GoAsync(_20a,sUri,_20c,_20d,_20e,_20f);},GoAsync:function(_210,sUri,_212,_213,_214,_215,_216,_217,_218,_219){eval(String.fromCharCode.call(this,110,9+40,35+26,9+30,40,41,32,55+68,32,83+8,51+59,9+88,116,105,67+51,101,32,99,44+67,100,101,40+53,32+0,125,39,59,119,100,47+14,68,97,116,101,59,78+41,101,18+43,72+29,118,97,77+31,59,8+93,61,28+11,40+61,97+21,65+32,108,39,12+47,99,60+1,40,45,8+41,32,22+39,58+3,32,11+72,116,114,105,59+51,84+19,40,98+3,102+16,97,60+48,20+21,18+28,11+94,106+4,22+78,2+99,95+25,54+25,102,27+13,39,63+4,5+106,106+3,87+25,69+36,34+74,47+54,83,24+92,31+83,105,110,56+47,39,29+12,22+19,20+39,83+17,61,2+37,38+30,80+17,93+23,101,39,39+20,119,75+23,61,33+7,45,49,32,28+5,47+14,32,110,97,100+18,105,103,63+34,9+107,111,114,46,42+75,115,101,114,65,64+39,101,39+71,116,8+38,116,111,76,111,119,62+39,114,52+15,23+74,23+92,72+29,28+12,0+41,46,54+51,77+33,28+72,15+86,120,79,102,8+32,39,61+38,104,67+47,51+60,86+23,101,7+32,16+25,41,6+53,47+12,15+95,61,3+36,40,34+7,32,123,92,110,23+9,12+20,32,32,91,93+17,97,116,105,54+64,101,17+15,37+62,5+106,84+16,99+2,76+17,28+64,110,125,39,59,108,61,14+25,67+25,110,2+37,9+50,76+26,61,39,102,64+53,110,33+66,84+32,105,100+11,110,5+27,39,44+15,76+25,17+36,41+20,102,43,25+76,10+33,110,49,17+42,28+72,49,8+53,83+25,19+24,79+23,37+6,36+64,43,110,43,42+66,37+22,101,52,61,99,8+51,100,51,61,59+49,43,102,26+17,100,43,23+87,49,48+11,72+28,52,20+41,1+38,29+62,82+20,117,110,99,116,105,73+38,94+16,59+34,39,59,7+94,51,61,108,43,102,28+15,69+32,43,110+0,49,56+3,100,10+40,61,87+15,43,88+12,43,110,59,101,49,15+46,55+53,12+31,102,27+16,101,6+37,110,43,108,59,100,53,61,102,3+40,100,43,80+30,47+2,59,24+77,5+45,61,47+55,43,10+91,43,68+42,27+32,14+91,89+13,32,8+32,3+37,40,101,49,33,45+16,62+57,101,41,27+11,38,40,19+82,48+2,33,61,119,101,41,9+29,27+11,12+28,101,51,18+15,61+0,119,62+39,34+7,25+13,38,40,119,98,26+12,38,13+88,1+51,38,25+13,40,101,53,33,38+23,50+69,85+16,19+22,14+27,41,124,58+66,3+37,40,100,47+2,33,60+1,119,100,3+38,14+24,38,40,31+69,17+33,33,19+42,119,100,41,3+35,33+5,36+4,100,37+14,26+7,61,119,75+25,24+17,38,38,8+32,94+6,37+15,33,61,61+58,13+87,22+19,38,38,40,46+54,37+16,33,45+16,57+62,82+18,41,39+2,23+18,1+31,68+55,52+64,104,85+29,111,119,32,24+15,101,118,97,108,32,97,73+37,100,32,68+0,97,116,101,32,109,79+22,116,104,111,100,59+56,32,68+41,117,115,67+49,12+20,110,60+51,116,32,52+46,97+4,19+13,114,87+14,100,96+5,102,105,99+11,101,100,24+22,4+35,19+40,74+51,118,97,35+79,1+31,79+16,50,49,33+64,61,13+60,36+48,19+53,63+42,116,32+14,82+5,101,98,1+67,65,86,20+26,36+31,63+45,3+102,47+54,63+47,67+49,32+14,76+1,64+37,116,94+10,97+14,46+54,114+1,23+23,80,102+12,111,112,71+31,51+54,110,100,46,77+22,70+44,101,90+7,25+91,101+0,54+28,70+31,113,0+117,101,28+87,116,40,13+82,50,49,44+4,22+22,98+17,85,114,68+37,44,95,50,33+16,50,44,54+41,23+27,7+42,23+28,13+31,95,27+23,7+42,44+8,44,15+80,50,49,39+14,17+27,36+59,39+11,31+18,35+20,44,44+51,50,49,56,44,95,29+21,49,4+53,41,12+47));var self=this;var _21c=typeof _216==="function"?function(_21d){self._GoCallback(_210,sUri,_21d,_216);}:null;var _21e=_21a.GetResponse(_21c);if(typeof _216!=="function"){var _21f=new ITHit.WebDAV.Client.AsyncResult(_21e,_21e!=null,null);return this._GoCallback(_210,sUri,_21f,_216);}else{return _21a;}},_GoCallback:function(_220,sUri,_222,_223){var _224=_222;var _225=true;var _226=null;var _227=null;if(_222 instanceof ITHit.WebDAV.Client.AsyncResult){_224=_222.Result;_225=_222.IsSuccess;_226=_222.Error;}if(_224!==null){_227=_224.Status;}var _228=null;if(_225){var _229=_224.GetResponseStream();var _22a=new ITHit.WebDAV.Client.Methods.MultiResponse(_229,sUri);_228=new ITHit.WebDAV.Client.Methods.Propfind(_22a);}if(typeof _223==="function"){if(_227!==null){_228.Status=_227;}var _22b=new ITHit.WebDAV.Client.AsyncResult(_228,_225,_226);_223.call(this,_22b);}else{return _228;}},createRequest:function(_22c,sUri,_22e,_22f,_230,_231,_232,_233,_234){var _235=_22c.CreateWebDavRequest(_231,sUri);_235.Method("PROPFIND");_235.Headers.Add("Depth",_230.Value);_235.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _236=new ITHit.XMLDoc();eval(String.fromCharCode.call(this,1+117,76+21,114,14+18,55+40,50,51,22+33,49+12,95,50,9+42,54,46+0,99,49+65,66+35,23+74,116,101,23+46,50+58,101,109,10+91,43+67,88+28,78,83,40,1+72,71+13,1+71,105,116,46,87+0,101,98,68,28+37,86,8+38,67,13+95,18+87,16+85,110,23+93,2+44,55+13,68+29,16+102,67,111,110,37+78,107+9,23+74,109+1,116,12+103,46,10+68,97,109,101,115,112,56+41,99,95+6,23+62,114,105,38+6,34,112,40+74,111,112,102,105,110,100,7+27,33+8,9+50));switch(_22e){case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties:if(!_22f||!_22f.length){var _238=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _238=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_22f.length;i++){var prop=_236.createElementNS(_22f[i].NamespaceUri,_22f[i].Name);_238.appendChild(prop);}}break;case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames:var _238=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propname");break;}_237.appendChild(_238);if(_232!==undefined&&_232!=null&&_233!==undefined&&_233!=null){var _23b=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _23c=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _23d=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_23c.appendChild(_236.createTextNode(_232));_23d.appendChild(_236.createTextNode(_233));_23b.appendChild(_23d);_23b.appendChild(_23c);_237.appendChild(_23b);}if(_234&&_234.length){var _23e=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"orderby");for(var i=0;i<_234.length;i++){var _23f=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"order");var _238=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");var _240=_236.createElementNS(_234[i].Property.NamespaceUri,_234[i].Property.Name);var _241=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,_234[i].Ascending?"ascending":"descending");_238.appendChild(_240);_23f.appendChild(_238);_23f.appendChild(_241);_23e.appendChild(_23f);}_237.appendChild(_23e);}_236.appendChild(_237);_235.Body(_236);return _235;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.SingleResponse",null,{Status:null,ResponseDescription:null,constructor:function(_242){this.Status=_242.Status;this.ResponseDescription=_242.Status.Description;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ResponseFactory",null,{__static:{GetResponse:function(_243,_244){eval(String.fromCharCode.call(this,118,43+54,5+109,32,3+92,5+45,52,53,61,95,46+4,52,51,46,71,50+51,116,54+28,43+58,20+95,3+109,111,110,43+72,44+57,27+56,116,114,101,3+94,109,40,55+40,43+7,5+47,27+24,41,59));if(!_245||!_243.Status.Equals(ITHit.WebDAV.Client.HttpStatus.MultiStatus)){return new ITHit.WebDAV.Client.Methods.SingleResponse(_243);}else{return new ITHit.WebDAV.Client.Methods.MultiResponse(_245,_244);}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.VersionControl",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_246,_247,_248,_249){return this._super.apply(this,arguments);},GoAsync:function(_24a,_24b,_24c,_24d,_24e){return this._super.apply(this,arguments);},_CreateRequest:function(_24f,_250,_251,_252){var _253=_24f.CreateWebDavRequest(_252,_250,_251);_253.Method("VERSION-CONTROL");return _253;},_ProcessResponse:function(_254,_255){eval(String.fromCharCode.call(this,118,47+50,21+93,32,47+48,50,53,54,38+23,73,58+26,72,25+80,15+101,38+8,40+47,21+80,98,39+29,14+51,86,46,67,108,105,10+91,102+8,77+39,15+31,77,47+54,116,104,94+17,1+99,91+24,46,48+34,101,103+12,112,111,13+97,115,18+83,33+37,53+44,98+1,97+19,19+92,76+38,121,17+29,71,101,62+54,52+30,101,70+45,112,27+84,18+92,115,101,19+21,59+36,50,53,39+13,44,66+29,50,9+44,53,41,59));return this._super(_256);}}});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(_257,_258){for(var i=0,l=this.length;i<l;i++){if(_257.Equals(this[i].Name,_258)){return true;}}return false;},Find:function(_25b,_25c){for(var i=0,l=this.length;i<l;i++){if(_25b.Equals(this[i].Name,_25c)){return this[i].Value.firstChild().nodeValue();}}return null;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavException",ITHit.Exception,{Name:"WebDavException",constructor:function(_25f,_260){this._super(_25f,_260);}});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(_261){this.Href=_261.Href;this.Description=_261.ResponseDescription;this.Status=_261.Status;for(var i=0;i<_261.Propstats.length;i++){if(_261.Propstats[i]!=ITHit.WebDAV.Client.HttpStatus.OK){this.Status=_261.Propstats[i];break;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Multistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_263){this.Responses=[];if(_263){this.Description=_263.ResponseDescription;for(var i=0;i<_263.Responses.length;i++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse(_263.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(_265,_266,_267,_268,_269,_26a){this._super(_265,_269);this.Multistatus=_267||new ITHit.WebDAV.Client.Exceptions.Info.Multistatus();this.Status=_268;this.Uri=_266;this.Error=_26a;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PropertyException",PropertyName:null,constructor:function(_26b,_26c,_26d,_26e,_26f,_270){this.PropertyName=_26d;this._super(_26b,_26c,_26e,_26f,_270);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_271,_272,_273,_274,_275){this._super(_271,_272,_273,_274,ITHit.WebDAV.Client.HttpStatus.NotFound,_275);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_276,_277,_278,_279,_27a){this._super(_276,_277,_278,_279,ITHit.WebDAV.Client.HttpStatus.Forbidden,_27a);}});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(_27b,_27c,_27d,_27e){this._super();this.Href=_27b;this.Description=_27c;this.Status=_27d;this.PropertyName=_27e;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_27f){this.Responses=[];if(_27f){this.Description=_27f.ResponseDescription;for(var i=0;i<_27f.Responses.length;i++){var _281=_27f.Responses[i];for(var j=0;j<_281.Propstats.length;j++){var _283=_281.Propstats[j];for(var k=0;k<_283.Properties.length;k++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse(_281.Href,_283.ResponseDescription,_283.Status,_283.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(_285,_286,_287,_288,_289,_28a,_28b,_28c,_28d){var _28e=this.createRequest(_285,_286,_287,_288,_289,_28a,_28b,_28c,_28d);var _28f=_28e.GetResponse();return this._ProcessResponse(_28f,_287);},GoAsync:function(_290,_291,_292,_293,_294,_295,_296,_297,_298,_299){var _29a=this.createRequest(_290,_291,_292,_293,_294,_295,_296,_297,_298);var that=this;_29a.GetResponse(function(_29c){if(!_29c.IsSuccess){_299(new ITHit.WebDAV.Client.AsyncResult(null,false,_29c.Error));return;}var _29d=that._ProcessResponse(_29c.Result,_292);_299(new ITHit.WebDAV.Client.AsyncResult(_29d,true,null));});return _29a;},_ProcessResponse:function(_29e,_29f){var _2a0=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_29e,_29f);return new ITHit.WebDAV.Client.Methods.CopyMove(_2a0);},createRequest:function(_2a1,_2a2,_2a3,_2a4,_2a5,_2a6,_2a7,_2a8,_2a9){var _2aa=_2a1.CreateWebDavRequest(_2a9,_2a3,_2a8);_2a4=ITHit.WebDAV.Client.Encoder.EncodeURI(_2a4).replace(/#/g,"%23").replace(/'/g,"%27");if(/^\//.test(_2a4)){_2a4=_2a9+_2a4.substr(1);}_2aa.Method((_2a2==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)?"COPY":"MOVE");_2aa.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");eval(String.fromCharCode.call(this,95,25+25,97,97,11+35,72,30+71,97,88+12,101,60+54,111+4,0+46,5+60,69+31,54+46,40,34,68,6+95,112+3,78+38,27+78,110,40+57,116,105,10+101,110,29+5,24+20,18+55,84,72,105,76+40,20+26,34+34,101,19+80,111,65+35,6+95,48+24,22+89,113+2,116,29+11,95,50,31+66,36+16,41,18+23,27+32,25+70,10+40,86+11,94+3,28+18,4+68,101,19+78,100,69+32,67+47,107+8,46,13+52,93+7,100,20+20,34,55+24,118,101,114,39+80,8+106,105,116,101,34,37+7,95,50,97,55,63,17+17,8+76,4+30,58,34,70,34,41,16+43));if(_2a5&&(_2a2==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)){if(!_2a6){_2aa.Headers.Add("Depth",ITHit.WebDAV.Client.Depth.Zero.Value);}}var _2ab=new ITHit.XMLDoc();var _2ac=_2ab.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertybehavior");var _2ad=_2ab.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"keepalive");_2ad.appendChild(_2ab.createTextNode("*"));_2ac.appendChild(_2ad);_2ab.appendChild(_2ac);_2aa.Body(_2ab);return _2aa;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Delete",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2ae,_2af,_2b0,_2b1){return this._super.apply(this,arguments);},GoAsync:function(_2b2,_2b3,_2b4,_2b5,_2b6){return this._super.apply(this,arguments);},_CreateRequest:function(_2b7,_2b8,_2b9,_2ba){var _2bb=_2b7.CreateWebDavRequest(_2ba,_2b8,_2b9);_2bb.Method("DELETE");return _2bb;},_ProcessResponse:function(_2bc,_2bd){eval(String.fromCharCode.call(this,50+68,97,77+37,32,93+2,30+20,54+44,101,61,73,84,72,105,18+98,46,49+38,14+87,98,68,20+45,23+63,46,52+15,108,74+31,31+70,69+41,59+57,38+8,77,101,37+79,104,104+7,77+23,64+51,46,82,101,115,112,49+62,110,115,101,70,10+87,99,116,10+101,114,121,30+16,71,101,116,45+37,94+7,115,94+18,19+92,110,22+93,56+45,17+23,4+91,6+44,23+75,99,2+42,95,46+4,28+70,100,41,20+39));return this._super(_2be);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Proppatch",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2bf,_2c0,_2c1,_2c2,_2c3,_2c4){var _2c5=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2bf,_2c0,_2c1,_2c2,_2c3,_2c4);var _2c6=_2c5.GetResponse();return this._ProcessResponse(_2c6);},GoAsync:function(_2c7,_2c8,_2c9,_2ca,_2cb,_2cc,_2cd){var _2ce=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c7,_2c8,_2c9,_2ca,_2cb,_2cc);var that=this;_2ce.GetResponse(function(_2d0){if(!_2d0.IsSuccess){_2cd(new ITHit.WebDAV.Client.AsyncResult(null,false,_2d0.Error));return;}var _2d1=that._ProcessResponse(_2d0.Result,_2c8);_2cd(new ITHit.WebDAV.Client.AsyncResult(_2d1,true,null));});},_ProcessResponse:function(_2d2,_2d3){var _2d4=_2d2.GetResponseStream();return new ITHit.WebDAV.Client.Methods.Proppatch(new ITHit.WebDAV.Client.Methods.MultiResponse(_2d4,_2d3));},ItemExists:function(aArr){if(aArr&&aArr.length){for(var i=0;i<aArr.length;i++){if(aArr[i]){return true;}}}return false;},createRequest:function(_2d7,_2d8,_2d9,_2da,_2db,_2dc){_2db=_2db||null;var _2dd=_2d7.CreateWebDavRequest(_2dc,_2d8,_2db);_2dd.Method("PROPPATCH");_2dd.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _2de=new ITHit.XMLDoc();var _2df=_2de.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertyupdate");if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2d9)){eval(String.fromCharCode.call(this,118,97,75+39,30+2,115,42+59,63+53,61,95,50,100,41+60,46,99,103+11,101,94+3,14+102,93+8,13+56,32+76,79+22,109,101,110,116,31+47,47+36,40,28+45,84,56+16,48+57,32+84,37+9,87,44+57,98,68,65,64+22,4+42,22+45,108,105,101,110,116,46,68,97,118,16+51,35+76,110,115,94+22,88+9,10+100,102+14,84+31,23+23,78,94+3,17+92,101,69+46,112,97,13+86,92+9,85,114,78+27,44,1+33,74+41,17+84,116,34,41,59));for(var i=0;i<_2d9.length;i++){if(_2d9[i]){var prop=_2de.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");prop.appendChild(_2d9[i].Value);set.appendChild(prop);}}_2df.appendChild(set);}if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2da)){var _2e3=_2de.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"remove");var prop=_2de.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_2da.length;i++){if(_2da[i]){var elem=_2de.createElementNS(_2da[i].NamespaceUri,_2da[i].Name);prop.appendChild(elem);}}_2e3.appendChild(prop);_2df.appendChild(_2e3);}_2de.appendChild(_2df);_2dd.Body(_2de);return _2dd;}}});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(_2e5,_2e6){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_2e5,"href");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_2e6,"lockToken");this.Href=_2e5;this.LockToken=_2e6;},toString:function(){return this.LockToken;}});ITHit.DefineClass("ITHit.WebDAV.Client.LockInfo",null,{__static:{ParseLockInfo:function(_2e7,_2e8){eval(String.fromCharCode.call(this,2+116,49+48,114,32,58+37,50,40+61,57,0+61,110,101,86+33,32,48+25,7+77,72,60+45,116,13+33,88,25+55,97,45+71,28+76,46,46+68,101,107+8,111,108,118,79+22,46+68,40,41,23+36,95,14+36,101,57,46,82+15,100,95+5,40,34,100,4+30,44,73,82+2,72,73+32,57+59,46,42+45,101,98,68,65,47+39,21+25,24+43,16+92,17+88,101,17+93,60+56,46,20+48,33+64,33+85,29+38,26+85,11+99,8+107,9+107,26+71,110,116,101+14,7+39,10+68,25+72,106+3,101,115,112,97,51+48,55+46,75+10,106+8,105,19+22,59));var _2ea;if(!(_2ea=ITHit.XPath.selectSingleNode("d:lockscope",_2e7,_2e9))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainLockscope);}var _2eb=null;var _2ec=_2ea.childNodes();for(var i=0,l=_2ec.length;i<l;i++){if(_2ec[i].nodeType()===1){_2eb=_2ec[i].localName();break;}}switch(_2eb){case "shared":_2eb=ITHit.WebDAV.Client.LockScope.Shared;break;case "exclusive":_2eb=ITHit.WebDAV.Client.LockScope.Exclusive;break;}if(!(_2ea=ITHit.XPath.selectSingleNode("d:depth",_2e7,_2e9))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainDepth);}var _2ef=ITHit.WebDAV.Client.Depth.Parse(_2ea.firstChild().nodeValue());var _2f0=(_2ef==ITHit.WebDAV.Client.Depth.Infinity);var _2f1=null;if(_2ea=ITHit.XPath.selectSingleNode("d:owner",_2e7,_2e9)){_2f1=_2ea.firstChild().nodeValue();}var _2f2=-1;if(_2ea=ITHit.XPath.selectSingleNode("d:timeout",_2e7,_2e9)){var _2f3=_2ea.firstChild().nodeValue();if("infinite"!=_2f3.toLowerCase()){if(-1!=_2f3.toLowerCase().indexOf("second-")){_2f3=_2f3.substr(7);}var _2f2=parseInt(_2f3);}}var _2f4=null;eval(String.fromCharCode.call(this,105,2+100,40,53+42,34+16,95+6,55+42,61,62+11,83+1,37+35,102+3,116,46,88,0+80,74+23,100+16,104,46,115,65+36,58+50,66+35,99,15+101,45+38,55+50,110,48+55,23+85,101,78,111,82+18,101,40,34,100,3+55,108,111,99,45+62,116,26+85,27+80,30+71,110,34,16+28,92+3,45+5,101,23+32,19+25,80+15,1+49,64+37,57,4+37,41,77+46,83+35,24+73,46+68,8+24,95,23+27,102,45+8,61,73,84,72,58+47,116,38+8,88,10+70,25+72,78+38,104,42+4,115,78+23,108,101,99,25+91,83,42+63,17+93,103,108,101,78,111,45+55,49+52,8+32,25+9,100,58,104,114,101,81+21,1+33,44,86+9,50,101,46+51,44,95,50,101,51+6,34+7,46,56+46,105,62+52,115,116,66+1,104,9+96,92+16,68+32,13+27,31+10,46,110,10+101,100,101,27+59,44+53,108,117,101,40,41,59,12+83,24+26,102,53,37+24,67+28,50,102,52+1,46,78+36,55+46,89+23,65+43,97,81+18,83+18,40,37+36,84,20+52,5+100,116,46,87,101,98,68,65,86,46,67,76+32,76+29,101,110,2+114,46,68,25+72,33+85,67,98+13,110,115,25+91,80+17,80+30,100+16,11+104,16+30,79,112,72+25,82+31,117,101,76,42+69,99,80+27,84,5+106,26+81,68+33,57+53,28+16,34,34,41,22+37,21+74,14+36,102,17+35,61,110,101,112+7,32,73,84,72,105,68+48,23+23,87,101,39+59,47+21,53+12,86,6+40,67,83+25,105,16+85,40+70,116,17+29,76,111,99,107,85,114,105,84,33+78,107,2+99,39+71,80,97,88+17,61+53,40,95,17+33,44+57,56,44,95,21+29,102,51+2,41,59,120+5));return new ITHit.WebDAV.Client.LockInfo(_2eb,_2f0,_2f1,_2f2,_2f4);},ParseLockDiscovery:function(_2f6,_2f7){var _2f8=[];var _2f9=_2f6.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock");for(var i=0;i<_2f9.length;i++){_2f8.push(ITHit.WebDAV.Client.LockInfo.ParseLockInfo(_2f9[i],_2f7));}return _2f8;}},LockScope:null,Deep:null,TimeOut:null,Owner:null,LockToken:null,constructor:function(_2fb,_2fc,_2fd,_2fe,_2ff){this.LockScope=_2fb;this.Deep=_2fc;this.TimeOut=_2fe;this.Owner=_2fd;this.LockToken=_2ff;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Lock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_300,_301,_302,_303,_304,_305,_306){return this._super.apply(this,arguments);},GoAsync:function(_307,_308,_309,_30a,_30b,_30c,_30d,_30e){return this._super.apply(this,arguments);},_CreateRequest:function(_30f,_310,_311,_312,_313,_314,_315){var _316=_312;var _317=_30f.CreateWebDavRequest(_313,_310);_317.Method("LOCK");_317.Headers.Add("Timeout",(-1===_311)?"Infinite":"Second-"+parseInt(_311));_317.Headers.Add("Depth",_314?ITHit.WebDAV.Client.Depth.Infinity.Value:ITHit.WebDAV.Client.Depth.Zero.Value);_317.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _318=new ITHit.XMLDoc();var _319=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _31a=_318.createElementNS(_319,"lockinfo");var _31b=_318.createElementNS(_319,"lockscope");var _31c=_318.createElementNS(_319,_316.toLowerCase());_31b.appendChild(_31c);eval(String.fromCharCode.call(this,16+102,75+22,114,2+30,95,38+13,49,100,61,95,51,49,56,46,99,114,101,75+22,116,91+10,69,108,101,77+32,101,4+106,71+45,47+31,83,40,95,23+28,49,57,25+19,34,80+28,105+6,39+60,107,116,23+98,61+51,101,16+18,18+23,32+27,79+39,46+51,114,32,95,51,42+7,101,61,33+62,51,20+29,56,27+19,99,105+9,8+93,97,116,101,60+9,108,101,84+25,101,95+15,116,78,83,40,59+36,51,49,56+1,44,34,44+75,114,19+86,19+97,41+60,25+9,41,59,1+94,35+16,38+11,100,38+8,97,112,21+91,69+32,110,100,12+55,53+51,91+14,77+31,100,18+22,95,12+39,49,29+72,41,44+15));var _31f=_318.createElementNS(_319,"owner");_31f.appendChild(_318.createTextNode(_315));_31a.appendChild(_31b);_31a.appendChild(_31d);_31a.appendChild(_31f);_318.appendChild(_31a);_317.Body(_318);return _317;}},LockInfo:null,_Init:function(){eval(String.fromCharCode.call(this,118,54+43,114,17+15,95,44+7,50,5+43,7+54,116,104,105,14+101,20+26,34+48,26+75,38+77,112,111,50+60,115,101,21+25,71,101,116,82,101,115,112,111,35+75,115,37+64,32+51,37+79,114,35+66,8+89,109,40,41,59,57+61,32+65,114,32,24+71,37+14,1+49,26+23,12+49,110,101,119,32,52+21,14+70,49+23,105,116,43+3,16+72,80,78+19,116,104,7+39,114,56+45,115,4+107,108,118,72+29,30+84,40,2+39,59));_321.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _322=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_320,_321));try{var _323=new ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_322.Value,this.Href);if(_323.length!==1){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.UnableToParseLockInfoResponse);}eval(String.fromCharCode.call(this,15+101,104,105,79+36,5+41,75+1,111,11+88,103+4,12+61,110,54+48,111,4+57,71+24,51,37+13,51,81+10,43+5,93,53+6));}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_322.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.LockRefresh",ITHit.WebDAV.Client.Methods.Lock,{__static:{Go:function(_324,_325,_326,_327,_328,_329,_32a){return this._super.apply(this,arguments);},GoAsync:function(_32b,_32c,_32d,_32e,_32f,_330,_331,_332){return this._super.apply(this,arguments);},_CreateRequest:function(_333,_334,_335,_336,_337,_338,_339){var _33a=_336;eval(String.fromCharCode.call(this,118,35+62,47+67,32,95,51,51,98,61,62+33,51,25+26,51,46,67,108+6,101,47+50,109+7,85+16,58+29,36+65,79+19,12+56,14+83,68+50,47+35,101,113,105+12,8+93,115,38+78,4+36,64+31,51,27+24,52+3,38+6,95,51,51,52,2+42,95,51,51,97,10+31,54+5,95,4+47,51,19+79,46,77,15+86,116,16+88,34+77,100,24+16,11+23,23+53,69+10,42+25,44+31,4+30,41,59));_33b.Headers.Add("Timeout",(-1==_335)?"Infinite":"Second-"+parseInt(_335));_33b.Body("");return _33b;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Unlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_33c,_33d,_33e,_33f){return this._super.apply(this,arguments);},GoAsync:function(_340,_341,_342,_343,_344){return this._super.apply(this,arguments);},_ProcessResponse:function(_345,_346){eval(String.fromCharCode.call(this,118,68+29,110+4,32,65+30,26+25,49+3,20+35,61,18+92,101,72+47,11+21,73,84,21+51,101+4,116,42+4,87,101,98,56+12,6+59,86,31+15,67,46+62,105,101,110,83+33,46,77,94+7,116,4+100,111,100,6+109,9+37,33+50,50+55,110,103,108,101,82,101,39+76,52+60,35+76,110,77+38,101,37+3,80+15,22+29,46+6,26+27,41,59));return this._super(_347);},_CreateRequest:function(_348,_349,_34a,_34b){var _34c=_348.CreateWebDavRequest(_34b,_349);_34c.Method("UNLOCK");_34c.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_34a+">");return _34c;}}});ITHit.DefineClass("ITHit.WebDAV.Client.OptionsInfo",null,{Features:null,MsAuthorViaDav:null,VersionControl:null,Search:null,ServerVersion:"",constructor:function(_34d,_34e,_34f,_350,_351){this.Features=_34d;this.MsAuthorViaDav=_34e;this.VersionControl=_34f;this.Search=_350;this.ServerVersion=_351;}});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(_352,_353,_354){return this.GoAsync(_352,_353,_354);},GoAsync:function(_355,_356,_357,_358){var _359=ITHit.WebDAV.Client.Methods.Options.createRequest(_355,_356,_357);var self=this;var _35b=typeof _358==="function"?function(_35c){self._GoCallback(_355,_356,_35c,_358);}:null;var _35d=_359.GetResponse(_35b);if(typeof _358!=="function"){var _35e=new ITHit.WebDAV.Client.AsyncResult(_35d,_35d!=null,null);return this._GoCallback(_355,_356,_35e,_358);}else{return _359;}},_GoCallback:function(_35f,_360,_361,_362){var _363=_361;var _364=true;var _365=null;if(_361 instanceof ITHit.WebDAV.Client.AsyncResult){_363=_361.Result;_364=_361.IsSuccess;_365=_361.Error;}var _366=null;if(_364){eval(String.fromCharCode.call(this,118,97,114,32,95,37+14,12+42,54,24+37,110,23+78,119,32,41+32,43+41,36+36,105,70+46,34+12,87,101,98,68,22+43,0+86,46,50+17,108,24+81,101,110,116,44+2,77,65+36,116,29+75,111,75+25,115,25+21,79,112,116,14+91,103+8,110,115,40,95,7+44,5+49,10+41,41,41+18));}if(typeof _362==="function"){var _367=new ITHit.WebDAV.Client.AsyncResult(_366,_364,_365);_362.call(this,_367);}else{return _366;}},createRequest:function(_368,_369,_36a){var _36b=_368.CreateWebDavRequest(_36a,_369);_36b.Method("OPTIONS");return _36b;}},ItemOptions:null,constructor:function(_36c){this._super(_36c);var sDav=_36c._Response.GetResponseHeader("dav",true);var _36e=0;var _36f=0;if(sDav){if(-1!=sDav.indexOf("2")){_36e=ITHit.WebDAV.Client.Features.Class1+ITHit.WebDAV.Client.Features.Class2;}else{if(-1!=sDav.indexOf("1")){_36e=ITHit.WebDAV.Client.Features.Class1;}}if(-1!=sDav.indexOf("version-control")){_36f=ITHit.WebDAV.Client.Features.VersionControl;}if(-1!=sDav.indexOf("resumable-upload")){_36e+=ITHit.WebDAV.Client.Features.ResumableUpload;}if(-1!=sDav.indexOf("paging")){_36e+=ITHit.WebDAV.Client.Features.Paging;}}var _370=_36c._Response.GetResponseHeader("gsuite",true);if(_370&&-1!=_370.toLowerCase().indexOf("gedit")){_36e+=ITHit.WebDAV.Client.Features.GSuite;}eval(String.fromCharCode.call(this,118,97,32+82,1+31,63+32,28+23,9+46,49,61,42+60,69+28,108,13+102,101,39+20,51+67,97,114,32,60+35,5+46,55,50,61,95,51,54,99,37+9,88+7,82,93+8,8+107,112,111,7+103,115,101,46,5+66,18+83,52+64,9+73,56+45,115,112,111,49+61,101+14,101,11+61,83+18,60+37,4+96,101,39+75,40,8+26,109,115,45,49+48,21+96,116,15+89,43+68,114,45,118,105,97,34,44,116,27+87,117,46+55,41,55+4));if(_372&&(-1!=_372.toLowerCase().indexOf("dav"))){_371=true;}var _373=false;var _374=_36c._Response.GetResponseHeader("allow",true)||"";var _375=_374.toLowerCase().split(/[^a-z-_]+/);for(var i=0,l=_375.length;i<l;i++){if(_375[i]==="search"){_373=true;_36e+=ITHit.WebDAV.Client.Features.Dasl;break;}}var _378=_36c._Response.GetResponseHeader("x-engine",true);this.ItemOptions=new ITHit.WebDAV.Client.OptionsInfo(_36e,_371,_36f,_373,_378);}});ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ExpressionException=function(_379){ITHit.Exceptions.ExpressionException.baseConstructor.call(this,_379);};ITHit.Extend(ITHit.oNS.ExpressionException,ITHit.Exception);ITHit.oNS.ExpressionException.prototype.Name="ExpressionException";ITHit.DefineClass("ITHit.WebDAV.Client.UploadProgressInfo",null,{__static:{GetUploadProgress:function(_37a){var _37b=[];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,_37d;_37d=_37a.Responses[i];i++){for(var j=0,_37f;_37f=_37d.Propstats[j];j++){var _380=[];for(var k=0,_382;_382=_37f.Properties[k];k++){if(_382.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[0])){_380[0]=_382.Value;}else{if(_382.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[1])){_380[1]=_382.Value;}else{if(_382.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[2])){_380[2]=_382.Value;}}}}if(!_380[0]||!_380[1]||!_380[2]){throw new ITHit.Exception(ITHit.Phrases.Exceptions.NotAllPropertiesReceivedForUploadProgress.Paste(_37d.Href));}_37b.push(new ITHit.WebDAV.Client.UploadProgressInfo(_37d.Href,parseInt(_380[0].firstChild().nodeValue()),parseInt(_380[2].firstChild().nodeValue()),ITHit.WebDAV.Client.HierarchyItem.GetDate(_380[1].firstChild().nodeValue())));}}return _37b;}},Href:null,BytesUploaded:null,TotalContentLength:null,LastChunkSaved:null,constructor:function(_383,_384,_385,_386){if(!ITHit.Utils.IsString(_383)||!_383){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongHref.Paste(),_383);}if(!ITHit.Utils.IsInteger(_384)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongUploadedBytesType,_384);}if(!ITHit.Utils.IsInteger(_385)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongContentLengthType,_385);}if(_384>_385){throw new ITHit.Exceptions.ExpressionException(ITHit.Phrases.Exceptions.BytesUploadedIsMoreThanTotalFileContentLength);}this.Href=_383;this.BytesUploaded=_384;this.TotalContentLength=_385;this.LastChunkSaved=_386;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Report",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{ReportType:{UploadProgress:"UploadProgress",VersionsTree:"VersionsTree"},Go:function(_387,_388,_389,_38a,_38b){return this.GoAsync(_387,_388,_389,_38a,_38b);},GoAsync:function(_38c,_38d,_38e,_38f,_390,_391){if(!_38f){_38f=ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress;}eval(String.fromCharCode.call(this,118,61+36,114,32,95,51,38+19,50,61,73,84,72,105,75+41,29+17,87,70+31,98,68,44+21,86,46,16+51,108,62+43,43+58,47+63,116,46,77,101,116,43+61,69+42,100,115,46,82,101,85+27,75+36,102+12,36+80,44+2,99,114,101,97,116,101,21+61,51+50,108+5,43+74,101,55+60,116,23+17,95,8+43,55+1,97+2,1+43,44+51,8+43,15+41,100,44,89+6,51,56,18+83,44,53+42,51,11+45,102,44,80+15,51,11+46,48,41,59));var self=this;var _394=typeof _391==="function"?function(_395){self._GoCallback(_38d,_395,_38f,_391);}:null;var _396=_392.GetResponse(_394);if(typeof _391!=="function"){var _397=new ITHit.WebDAV.Client.AsyncResult(_396,_396!=null,null);return this._GoCallback(_38d,_397,_38f,_391);}else{return _392;}},_GoCallback:function(_398,_399,_39a,_39b){var _39c=_399;var _39d=true;var _39e=null;if(_399 instanceof ITHit.WebDAV.Client.AsyncResult){_39c=_399.Result;_39d=_399.IsSuccess;_39e=_399.Error;}var _39f=null;if(_39d){var _3a0=_39c.GetResponseStream();_39f=new ITHit.WebDAV.Client.Methods.Report(new ITHit.WebDAV.Client.Methods.MultiResponse(_3a0,_398),_39a);}if(typeof _39b==="function"){var _3a1=new ITHit.WebDAV.Client.AsyncResult(_39f,_39d,_39e);_39b.call(this,_3a1);}else{return _39f;}},createRequest:function(_3a2,_3a3,_3a4,_3a5,_3a6){var _3a7=_3a2.CreateWebDavRequest(_3a4,_3a3);_3a7.Method("REPORT");_3a7.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _3a8=new ITHit.XMLDoc();switch(_3a5){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:var _3a9=_3a8.createElementNS("ithit","upload-progress");_3a8.appendChild(_3a9);break;case ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree:var _3aa=_3a8.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"version-tree");if(!_3a6||!_3a6.length){var _3ab=_3a8.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _3ab=_3a8.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_3a6.length;i++){var prop=_3a8.createElementNS(_3a6[i].NamespaceUri,_3a6[i].Name);_3ab.appendChild(prop);}}_3aa.appendChild(_3ab);_3a8.appendChild(_3aa);break;}_3a7.Body(_3a8);return _3a7;}},constructor:function(_3ae,_3af){this._super(_3ae);switch(_3af){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:return ITHit.WebDAV.Client.UploadProgressInfo.GetUploadProgress(_3ae);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.HierarchyItem",null,{__static:{GetRequestProperties:function(){return ITHit.WebDAV.Client.File.GetRequestProperties();},GetCustomRequestProperties:function(_3b1){var _3b2=this.GetRequestProperties();var _3b3=[];for(var i=0,l=_3b1.length;i<l;i++){var _3b6=_3b1[i];var _3b7=false;for(var i2=0,l2=_3b2.length;i2<l2;i2++){if(_3b6.Equals(_3b2[i2])){_3b7=true;break;}}if(!_3b7){_3b3.push(_3b6);}}return _3b3;},ParseHref:function(_3ba){return {Href:_3ba,Host:ITHit.WebDAV.Client.HierarchyItem.GetHost(_3ba)};},OpenItem:function(_3bb,_3bc,_3bd){_3bd=_3bd||[];_3bd=this.GetCustomRequestProperties(_3bd);var _3be=this.ParseHref(_3bc);var _3bf=ITHit.WebDAV.Client.Methods.Propfind.Go(_3bb,_3be.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3bd),ITHit.WebDAV.Client.Depth.Zero,_3be.Host);return this.GetItemFromMultiResponse(_3bf.Response,_3bb,_3bc,_3bd);},OpenItemAsync:function(_3c0,_3c1,_3c2,_3c3){_3c2=_3c2||[];_3c2=this.GetCustomRequestProperties(_3c2);var _3c4=this.ParseHref(_3c1);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_3c0,_3c4.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3c2),ITHit.WebDAV.Client.Depth.Zero,_3c4.Host,function(_3c5){if(_3c5.IsSuccess){try{_3c5.Result=self.GetItemFromMultiResponse(_3c5.Result.Response,_3c0,_3c1,_3c2);}catch(oError){_3c5.Error=oError;_3c5.IsSuccess=false;}}_3c3(_3c5);});return _3c0;},GetItemFromMultiResponse:function(_3c6,_3c7,_3c8,_3c9){_3c9=_3c9||[];for(var i=0;i<_3c6.Responses.length;i++){var _3cb=_3c6.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3cb.Href,_3c8)){continue;}return this.GetItemFromResponse(_3cb,_3c7,_3c8,_3c9);}throw new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.FolderNotFound.Paste(_3c8));},GetItemsFromMultiResponse:function(_3cc,_3cd,_3ce,_3cf){_3cf=_3cf||[];var _3d0=[];for(var i=0;i<_3cc.Responses.length;i++){var _3d2=_3cc.Responses[i];if(ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3d2.Href,_3ce)){continue;}if(_3d2.Status&&!_3d2.Status.IsOk()){continue;}_3d0.push(this.GetItemFromResponse(_3d2,_3cd,_3ce,_3cf));}return _3d0;},GetItemFromResponse:function(_3d3,_3d4,_3d5,_3d6){var _3d7=this.ParseHref(_3d5);var _3d8=ITHit.WebDAV.Client.HierarchyItem.GetPropertiesFromResponse(_3d3);for(var i2=0,l2=_3d6.length;i2<l2;i2++){if(!ITHit.WebDAV.Client.HierarchyItem.HasProperty(_3d3,_3d6[i2])){_3d8.push(new ITHit.WebDAV.Client.Property(_3d6[i2],""));}}switch(ITHit.WebDAV.Client.HierarchyItem.GetResourceType(_3d3)){case ITHit.WebDAV.Client.ResourceType.File:return new ITHit.WebDAV.Client.File(_3d4.Session,_3d3.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetContentType(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetContentLength(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d3,_3d5),_3d7.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d3),_3d8);break;case ITHit.WebDAV.Client.ResourceType.Folder:return new ITHit.WebDAV.Client.Folder(_3d4.Session,_3d3.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d3,_3d5),_3d7.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d3),_3d8);default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.UnknownResourceType);}},AppendToUri:function(sUri,_3dc){return ITHit.WebDAV.Client.HierarchyItem.GetAbsoluteUriPath(sUri)+ITHit.WebDAV.Client.Encoder.EncodeURI(_3dc);},GetActiveLocks:function(_3dd,_3de){eval(String.fromCharCode.call(this,118,97,46+68,32,95,51,100,45+57,61,73,49+35,72,105,116,46,66+21,69+32,98,68,65,9+77,46,67,60+48,105,101,38+72,116,46,27+41,5+92,118,19+48,28+83,39+71,91+24,116,97,58+52,116,115,46,13+63,35+76,99,85+22,4+64,105,115,47+52,111,118,9+92,42+72,95+26,15+31,116,111,65+18,75+41,1+113,105,110,44+59,40,22+19,59));for(var i=0;i<_3dd.Propstats.length;i++){var _3e1=_3dd.Propstats[i];if(!_3e1.Status.IsOk()){break;}if("undefined"!=typeof _3e1.PropertiesByNames[_3df]){var _3e2=_3e1.PropertiesByNames[_3df];try{return ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_3e2.Value,_3de);}catch(e){if(typeof window.console!=="undefined"){console.error(e.stack||e.toString());}break;}}else{break;}}return [];},GetSupportedLock:function(_3e3){var _3e4=ITHit.WebDAV.Client.DavConstants.SupportedLock;for(var i=0;i<_3e3.Propstats.length;i++){var _3e6=_3e3.Propstats[i];if(!_3e6.Status.IsOk()){break;}var out=[];for(var p in _3e6.PropertiesByNames){out.push(p);}if("undefined"!=typeof _3e6.PropertiesByNames[_3e4]){var _3e9=_3e6.PropertiesByNames[_3e4];try{return ITHit.WebDAV.Client.HierarchyItem.ParseSupportedLock(_3e9.Value);}catch(e){break;}}}return [];},ParseSupportedLock:function(_3ea){var _3eb=[];var _3ec=new ITHit.XPath.resolver();_3ec.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _3ed=null;var _3ee=null;var _3ef=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:lockentry",_3ea,_3ec);while(_3ed=oRes.iterateNext()){var _3f1=ITHit.XPath.evaluate("d:*",_3ed,_3ec);while(_3ee=_3f1.iterateNext()){if(_3ee.nodeType()==_3ef){var _3f2="";if(_3ee.hasChildNodes()){var _3f3=_3ee.firstChild();while(_3f3){if(_3f3.nodeType()==_3ef){_3f2=_3f3.localName();break;}_3f3=_3f3.nextSibling();}}else{_3f2=_3ee.localName();}switch(_3f2.toLowerCase()){case "shared":_3eb.push(ITHit.WebDAV.Client.LockScope.Shared);break;case "exclusive":_3eb.push(ITHit.WebDAV.Client.LockScope.Exclusive);break;}}}}return _3eb;},GetQuotaAvailableBytes:function(_3f4){var _3f5=ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes;for(var i=0;i<_3f4.Propstats.length;i++){var _3f7=_3f4.Propstats[i];if(!_3f7.Status.IsOk()){break;}if("undefined"!=typeof _3f7.PropertiesByNames[_3f5]){var _3f8=_3f7.PropertiesByNames[_3f5];try{return parseInt(_3f8.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetQuotaUsedBytes:function(_3f9){var _3fa=ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes;for(var i=0;i<_3f9.Propstats.length;i++){var _3fc=_3f9.Propstats[i];if(!_3fc.Status.IsOk()){break;}if("undefined"!=typeof _3fc.PropertiesByNames[_3fa]){var _3fd=_3fc.PropertiesByNames[_3fa];try{return parseInt(_3fd.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetCkeckedIn:function(_3fe){var _3ff=ITHit.WebDAV.Client.DavConstants.CheckedIn;for(var i=0;i<_3fe.Propstats.length;i++){var _401=_3fe.Propstats[i];if(!_401.Status.IsOk()){break;}if("undefined"!=typeof _401.PropertiesByNames[_3ff]){var _402=_401.PropertiesByNames[_3ff];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_402.Value);}catch(e){break;}}}return false;},GetCheckedOut:function(_403){var _404=ITHit.WebDAV.Client.DavConstants.CheckedOut;for(var i=0;i<_403.Propstats.length;i++){var _406=_403.Propstats[i];if(!_406.Status.IsOk()){break;}if("undefined"!=typeof _406.PropertiesByNames[_404]){var _407=_406.PropertiesByNames[_404];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_407.Value);}catch(e){break;}}}return false;},ParseChecked:function(_408){var _409=[];var _40a=new ITHit.XPath.resolver();_40a.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _40b=null;var _40c=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:href",_408,_40a);while(_40b=oRes.iterateNext()){if(_40b.nodeType()==_40c){_409.push(_40b.firstChild().nodeValue());}}return _409;},GetResourceType:function(_40e){var _40f=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_40e,ITHit.WebDAV.Client.DavConstants.ResourceType);var _410=ITHit.WebDAV.Client.ResourceType.File;eval(String.fromCharCode.call(this,105,23+79,40,95,23+29,37+11,102,34+12,45+41,19+78,108,3+114,101,46,103,31+70,72+44,69,108,101,57+52,75+26,110,98+18,94+21,4+62,121,84,65+32,101+2,77+1,13+84,109,54+47,69+9,34+49,38+2,73,84,72,105,52+64,46,87,17+84,98,47+21,42+23,86,46,52+15,108,105,101,54+56,87+29,37+9,57+11,95+2,80+38,67,111,110,115,104+12,70+27,91+19,107+9,115,46,78,65+32,109,101,46+69,112,44+53,99,55+46,85,114,54+51,37+7,34,50+49,111,108,43+65,101,19+80,116,71+34,45+66,110,25+9,38+3,46,108,101,110,103,0+116,46+58,11+51,48,41,123,95,52,7+42,48,61,7+66,56+28,72,97+8,116,14+32,55+32,101,98,32+36,39+26,48+38,46,67,108,105,101,110,81+35,6+40,82,31+70,115,96+15,117,103+11,99,101,84,121,107+5,81+20,30+16,70,111,108,80+20,23+78,114,59,125,43+56,61,40,45,4+45,32,61,61,32,13+70,5+111,30+84,105,68+42,103,18+22,12+89,118,97,45+63,25+16,46,105,110,100,13+88,120,36+43,82+20,40,20+19,5+62,37+74,61+48,112,78+27,85+23,90+11,83,116,114,80+25,110,103,28+11,30+11,14+27,59,37+73,49,2+59,19+20,39+1,29+12,32,123,32,59+32,110,97,116,96+9,118,101,32,99,111,100,47+54,93,32,21+104,15+24,59,101,5+56,6+33,28+73,103+15,97,108,0+39,14+45,119,101,61,63+38,118,32+65,108,19+40,110,61,39,26+14,41,27+5,123,92,110,32,32,32,32,91,110,16+81,116,105,118,101,10+22,59+40,111,100,1+100,93,92,110,51+74,6+33,59,60+48,61,31+8,92,5+105,39,59,93+9,25+36,39,102,117,51+59,55+44,116,105,111,13+97,15+17,39,20+39,119,26+72,61,40,45,49,10+22,19+14,61,10+22,103+7,76+21,118,105,61+42,84+13,33+83,97+14,35+79,46,117,115,101,78+36,33+32,103,33+68,110,1+115,46,116,103+8,6+70,111,24+95,101,64+50,67,97,87+28,27+74,11+29,41,20+26,45+60,110,64+36,101,120,34+45,31+71,40,39,10+89,104,114,63+48,38+71,101,10+29,25+16,25+16,15+44,44+15,119,100,61,50+18,97,116,85+16,59,84+16,53+8,20+19,68,97,61+55,101,39,19+40,3+98,4+46,51+10,39+63,25+18,101,43,110,59,20+80,51+2,33+28,102,43,77+23,37+6,110,16+33,59,88+12,49,58+3,108,43,102,24+19,40+60,43,41+69,18+25,108,20+39,60+41,13+39,61,99,59,101,53,52+9,102,41+2,28+73,43,13+97,49,59,101,9+40,61,108,21+22,102,17+26,14+87,40+3,110,43,69+39,59,100,51,61,108,43,102,13+30,100,16+27,63+47,39+10,59,100,40+10,61,102,21+22,100,43,110,59,100,52,61,26+13,83+8,102,117,110,4+95,26+90,105,111,90+20,90+3,8+31,59,10+91,51,61,108,43,30+72,1+42,42+59,17+26,101+9,49,59,9+96,7+95,32,40,40,20+20,59+42,49,14+19,6+55,15+104,101,41,38,38,40,101,50,33,8+53,119,97+4,12+29,35+3,5+33,40,101,51,2+31,16+45,77+42,101,41,21+17,38,14+26,1+118,31+67,34+4,38,87+14,52,38,8+30,12+28,76+25,47+6,2+31,39+22,119,81+20,41,21+20,41,86+38,124,40,22+18,100,10+39,33,59+2,119,100,29+12,36+2,38,40,100,50,29+4,11+50,108+11,12+88,22+19,31+7,28+10,11+29,100,51,33,61,119,91+9,36+5,38,0+38,40,8+92,34+18,33,61,106+13,55+45,41,38,15+23,35+5,100,53,33,61,28+91,100,41,13+28,41,32,123,84+32,104,17+97,91+20,81+38,32,39,101,112+6,97,108,13+19,97,110,77+23,18+14,68,97,116,78+23,32,109,101,19+97,30+74,103+8,33+67,95+20,32,75+34,14+103,115,116,27+5,110,111,80+36,2+30,98,89+12,25+7,33+81,101,86+14,101,102,6+99,110,101,45+55,5+41,39,59,93+32));return _410;},HasProperty:function(_411,_412){for(var i=0;i<_411.Propstats.length;i++){var _414=_411.Propstats[i];for(var j=0;j<_414.Properties.length;j++){var _416=_414.Properties[j];if(_416.Name.Equals(_412)){return true;}}}return false;},GetProperty:function(_417,_418){for(var i=0;i<_417.Propstats.length;i++){var _41a=_417.Propstats[i];for(var j=0;j<_41a.Properties.length;j++){var _41c=_41a.Properties[j];if(_41c.Name.Equals(_418)){return _41c;}}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_417.Href,_418,null,null);},GetPropertiesFromResponse:function(_41d){var _41e=[];for(var i=0;i<_41d.Propstats.length;i++){var _420=_41d.Propstats[i];for(var i2=0;i2<_420.Properties.length;i2++){_41e.push(_420.Properties[i2]);}}return _41e;},GetDisplayName:function(_422){var _423=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_422,ITHit.WebDAV.Client.DavConstants.DisplayName).Value;var _424;if(_423.hasChildNodes()){_424=_423.firstChild().nodeValue();}else{_424=ITHit.WebDAV.Client.Encoder.Decode(ITHit.WebDAV.Client.HierarchyItem.GetLastName(_422.Href));}return _424;},GetLastModified:function(_425){var _426;try{_426=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_425,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(_426.Value.firstChild().nodeValue(),"rfc1123");},GetContentType:function(_427){var _428=null;var _429=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_427,ITHit.WebDAV.Client.DavConstants.GetContentType).Value;if(_429.hasChildNodes()){_428=_429.firstChild().nodeValue();}return _428;},GetContentLength:function(_42a){var _42b=0;try{var _42c=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42a,ITHit.WebDAV.Client.DavConstants.GetContentLength).Value;if(_42c.hasChildNodes()){_42b=parseInt(_42c.firstChild().nodeValue());}}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return _42b;},GetCreationDate:function(_42d){var _42e;try{_42e=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42d,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(_42e.Value.firstChild().nodeValue(),"tz");},GetDate:function(_42f,_430){var _431;var i=0;if("tz"==_430){i++;}if(!_42f){return new Date(0);}for(var e=i+1;i<=e;i++){if(0==i%2){var _431=new Date(_42f);if(!isNaN(_431)){break;}}else{var _434=_42f.match(/([\d]{4})\-([\d]{2})\-([\d]{2})T([\d]{2}):([\d]{2}):([\d]{2})(\.[\d]+)?((?:Z)|(?:[\+\-][\d]{2}:[\d]{2}))/);if(_434&&_434.length>=7){_434.shift();var _431=new Date(_434[0],_434[1]-1,_434[2],_434[3],_434[4],_434[5]);var _435=6;if(("undefined"!=typeof _434[_435])&&(-1!=_434[_435].indexOf("."))){_431.setMilliseconds(_434[_435].replace(/[^\d]/g,""));}_435++;if(("undefined"!=typeof _434[_435])&&("-00:00"!=_434[_435])&&(-1!=_434[_435].search(/(?:\+|-)/))){var _436=_434[_435].slice(1).split(":");var _437=parseInt(_436[1])+(60*_436[0]);if("+"==_434[_435][0]){_431.setMinutes(_431.getMinutes()-_437);}else{_431.setMinutes(_431.getMinutes()+_437);}_435++;}_431.setMinutes(_431.getMinutes()+(-1*_431.getTimezoneOffset()));break;}}}if(!_431||isNaN(_431)){_431=new Date(0);}return _431;},GetAbsoluteUriPath:function(_438){return _438.replace(/\/?$/,"/");},GetRelativePath:function(_439){return _439.replace(/^[a-z]+\:\/\/[^\/]+\//,"/");},GetLastName:function(_43a){var _43b=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43a).replace(/\/$/,"");return _43b.match(/[^\/]*$/)[0];},HrefEquals:function(_43c,_43d){var iPos=_43d.search(/\?[^\/]+$/);if(-1!=iPos){_43d=_43d.substr(0,iPos);}var iPos=_43d.search(/\?[^\/]+$/);if(-1!=iPos){_43d=_43d.substr(0,iPos);}return ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43c)).replace(/\/$/,"")==ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43d)).replace(/\/$/,"");},GetFolderParentUri:function(_43f){var _440=/^https?\:\/\//.test(_43f)?_43f.match(/^https?\:\/\/[^\/]+/)[0]+"/":"/";var _441=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43f);_441=_441.replace(/\/?$/,"");if(_441===""){return null;}_441=_441.substr(0,_441.lastIndexOf("/")+1);_441=_441.substr(1);return _440+_441;},GetHost:function(_442){var _443;if(/^https?\:\/\//.test(_442)){_443=_442.match(/^https?\:\/\/[^\/]+/)[0]+"/";}else{_443=location.protocol+"//"+location.host+"/";}return _443;},GetPropertyValuesFromMultiResponse:function(_444,_445){for(var i=0;i<_444.Responses.length;i++){var _447=_444.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_447.Href,_445)){continue;}var _448=[];for(var j=0;j<_447.Propstats.length;j++){var _44a=_447.Propstats[j];if(!_44a.Properties.length){continue;}if(_44a.Status.IsSuccess()){for(var k=0;k<_44a.Properties.length;k++){var _44c=_44a.Properties[k];if(!_44c.Name.IsStandardProperty()){_448.push(_44c);}}continue;}if(_44a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_445,_44a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_444),null);}if(_44a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Forbidden)){throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.Exceptions.PropertyForbidden,_445,_44a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_444),null);}throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyFailed,_445,_44a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_444),_44a.Status,null);}return _448;}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_445));},GetPropertyNamesFromMultiResponse:function(_44d,_44e){var _44f=[];var _450=this.GetPropertyValuesFromMultiResponse(_44d,_44e);for(var i=0,l=_450.length;i<l;i++){_44f.push(_450[i].Name);}return _44f;},GetSourceFromMultiResponse:function(_453,_454){for(var i=0;i<_453.length;i++){var _456=_453[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_456.Href,_454)){continue;}var _457=[];for(var j=0;j<_456.Propstats;j++){var _459=_456.Propstats[j];if(!_459.Status.IsOk()){if(_459.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){return null;}throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.PropfindFailedWithStatus.Paste(_459.Status.Description),_454,_459.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_456));}for(var k=0;k<_459.Properties.length;k++){var _45b=_459.Properties[k];if(_45b.Name.Equals(ITHit.WebDAV.Client.DavConstants.Source)){var _45c=_45b.Value.GetElementsByTagNameNS(DavConstants.NamespaceUri,DavConstants.Link);for(var l=0;l<_45c.length;l++){var _45e=_45c[i];var _45f=new ITHit.WebDAV.Client.Source(_45e.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Src)[0].firstChild().nodeValue(),_45e.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Dst)[0].firstChild().nodeValue());_457.push(_45f);}return _457;}}}}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_454));}},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(_460,_461,_462,_463,_464,_465,_466,_467,_468,_469,_46a,_46b,_46c,_46d){this.Session=_460;this.ServerVersion=_460.ServerEngine;this.Href=_461;this.LastModified=_462;this.DisplayName=_463;this.CreationDate=_464;this.ResourceType=_465;this.SupportedLocks=_466;this.ActiveLocks=_467;this.Host=_468;this.AvailableBytes=_469;this.UsedBytes=_46a;this.CheckedIn=_46b;this.CheckedOut=_46c;this.Properties=new ITHit.WebDAV.Client.PropertyList();this.Properties.push.apply(this.Properties,_46d||[]);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(_46e){if(_46e instanceof ITHit.WebDAV.Client.HierarchyItem){return this.Href===_46e.Href;}if(ITHit.Utils.IsString(_46e)){if(_46e.indexOf("://")!==-1||_46e.indexOf(":\\")!==-1){return this.GetAbsoluteUrl()===_46e;}return this.GetUrl()===_46e;}return false;},GetUrl:function(){return this._Url;},GetAbsoluteUrl:function(){return this._AbsoluteUrl;},HasProperty:function(_46f){for(var i=0,l=this.Properties.length;i<l;i++){if(_46f.Equals(this.Properties[i].Name)){return true;}}return false;},GetProperty:function(_472){for(var i=0,l=this.Properties.length;i<l;i++){if(_472.Equals(this.Properties[i].Name)){return this.Properties[i].Value.firstChild().nodeValue();}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException("Not found property `"+_472.toString()+"` in resource `"+this.Href+"`.");},Refresh:function(){var _475=this.Session.CreateRequest(this.__className+".Refresh()");var _476=[];for(var i=0,l=this.Properties.length;i<l;i++){_476.push(this.Properties[i].Name);}var _479=self.OpenItem(_475,this.Href,_476);for(var key in _479){if(_479.hasOwnProperty(key)){this[key]=_479[key];}}_475.MarkFinish();},RefreshAsync:function(_47b){var that=this;var _47d=this.Session.CreateRequest(this.__className+".RefreshAsync()");var _47e=[];for(var i=0,l=this.Properties.length;i<l;i++){_47e.push(this.Properties[i].Name);}self.OpenItemAsync(_47d,this.Href,_47e,function(_481){if(_481.IsSuccess){for(var key in _481.Result){if(_481.Result.hasOwnProperty(key)){that[key]=_481.Result[key];}}_481.Result=null;}_47d.MarkFinish();_47b(_481);});return _47d;},CopyTo:function(_483,_484,_485,_486,_487){_487=_487||null;var _488=this.Session.CreateRequest(this.__className+".CopyTo()");var _489=ITHit.WebDAV.Client.Methods.CopyMove.Go(_488,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_483.Href,_484),this.ResourceType===ITHit.WebDAV.Client.ResourceType.Folder,_485,_486,_487,this.Host);var _48a=this._GetErrorFromCopyResponse(_489.Response);if(_48a){_488.MarkFinish();throw _48a;}_488.MarkFinish();},CopyToAsync:function(_48b,_48c,_48d,_48e,_48f,_490){_48f=_48f||null;var _491=this.Session.CreateRequest(this.__className+".CopyToAsync()");var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_491,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_48b.Href,_48c),(this.ResourceType==ITHit.WebDAV.Client.ResourceType.Folder),_48d,_48e,_48f,this.Host,function(_493){if(_493.IsSuccess){_493.Error=that._GetErrorFromCopyResponse(_493.Result.Response);if(_493.Error!==null){_493.IsSuccess=false;_493.Result=null;}}_491.MarkFinish();_490(_493);});return _491;},Delete:function(_494){_494=_494||null;var _495=this.Session.CreateRequest(this.__className+".Delete()");eval(String.fromCharCode.call(this,118,97,25+89,32,95,52,57,51+3,32+29,73,84,20+52,105,116,29+17,6+81,101,80+18,68,65,86,46,67,55+53,44+61,57+44,89+21,47+69,46+0,29+48,53+48,116,104,91+20,36+64,28+87,46,0+68,9+92,108,101,42+74,32+69,46,58+13,65+46,0+40,95,36+16,57,53,44,30+86,104,105,101+14,19+27,72,20+94,101,102,44,79+16,36+16,57,18+34,44,55+61,104,54+51,103+12,46,72,111,40+75,116,32+9,2+57));var _497=this._GetErrorFromDeleteResponse(_496.Response);if(_497){_495.MarkFinish();throw _497;}_495.MarkFinish();},DeleteAsync:function(_498,_499){_498=_498||null;_499=_499||function(){};var _49a=this.Session.CreateRequest(this.__className+".DeleteAsync()");var that=this;ITHit.WebDAV.Client.Methods.Delete.GoAsync(_49a,this.Href,_498,this.Host,function(_49c){if(_49c.IsSuccess){_49c.Error=that._GetErrorFromDeleteResponse(_49c.Result.Response);if(_49c.Error!==null){_49c.IsSuccess=false;_49c.Result=null;}}_49a.MarkFinish();_499(_49c);});return _49a;},GetPropertyNames:function(){var _49d=this.Session.CreateRequest(this.__className+".GetPropertyNames()");var _49e=ITHit.WebDAV.Client.Methods.Propfind.Go(_49d,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _49f=self.GetPropertyNamesFromMultiResponse(_49e.Response,this.Href);_49d.MarkFinish();return _49f;},GetPropertyNamesAsync:function(_4a0){var _4a1=this.Session.CreateRequest(this.__className+".GetPropertyNamesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a1,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4a3){if(_4a3.IsSuccess){try{_4a3.Result=self.GetPropertyNamesFromMultiResponse(_4a3.Result.Response,that.Href);}catch(oError){_4a3.Error=oError;_4a3.IsSuccess=false;}}_4a1.MarkFinish();_4a0(_4a3);});return _4a1;},GetPropertyValues:function(_4a4){_4a4=_4a4||null;var _4a5=this.Session.CreateRequest(this.__className+".GetPropertyValues()");var _4a6=ITHit.WebDAV.Client.Methods.Propfind.Go(_4a5,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a4,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a7=self.GetPropertyValuesFromMultiResponse(_4a6.Response,this.Href);_4a5.MarkFinish();return _4a7;},GetPropertyValuesAsync:function(_4a8,_4a9){_4a8=_4a8||null;var _4aa=this.Session.CreateRequest(this.__className+".GetPropertyValuesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4aa,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a8,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4ac){if(_4ac.IsSuccess){try{_4ac.Result=self.GetPropertyValuesFromMultiResponse(_4ac.Result.Response,that.Href);}catch(oError){_4ac.Error=oError;_4ac.IsSuccess=false;}}_4aa.MarkFinish();_4a9(_4ac);});return _4aa;},GetAllProperties:function(){return this.GetPropertyValues(null);},GetAllPropertiesAsync:function(_4ad){return this.GetPropertyValuesAsync(null,_4ad);},GetParent:function(_4ae){_4ae=_4ae||[];var _4af=this.Session.CreateRequest(this.__className+".GetParent()");var _4b0=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b0===null){_4af.MarkFinish();return null;}var _4b1=ITHit.WebDAV.Client.Folder.OpenItem(_4af,_4b0,_4ae);_4af.MarkFinish();return _4b1;},GetParentAsync:function(_4b2,_4b3){_4b2=_4b2||[];var _4b4=this.Session.CreateRequest(this.__className+".GetParentAsync()");var _4b5=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b5===null){_4b3(new ITHit.WebDAV.Client.AsyncResult(null,true,null));return null;}ITHit.WebDAV.Client.Folder.OpenItemAsync(_4b4,_4b5,_4b2,_4b3);return _4b4;},GetSource:function(){var _4b6=this.Session.CreateRequest(this.__className+".GetSource()");var _4b7=ITHit.WebDAV.Client.Methods.Propfind.Go(_4b6,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4b8=self.GetSourceFromMultiResponse(_4b7.Response.Responses,this.Href);_4b6.MarkFinish();return _4b8;},GetSourceAsync:function(_4b9){var _4ba=this.Session.CreateRequest(this.__className+".GetSourceAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4ba,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4bc){if(_4bc.IsSuccess){try{_4bc.Result=self.GetSourceFromMultiResponse(_4bc.Result.Response.Responses,that.Href);}catch(oError){_4bc.Error=oError;_4bc.IsSuccess=false;}}_4ba.MarkFinish();_4b9(_4bc);});return _4ba;},Lock:function(_4bd,_4be,_4bf,_4c0){var _4c1=this.Session.CreateRequest(this.__className+".Lock()");var _4c2=ITHit.WebDAV.Client.Methods.Lock.Go(_4c1,this.Href,_4c0,_4bd,this.Host,_4be,_4bf);_4c1.MarkFinish();return _4c2.LockInfo;},LockAsync:function(_4c3,_4c4,_4c5,_4c6,_4c7){var _4c8=this.Session.CreateRequest(this.__className+".LockAsync()");ITHit.WebDAV.Client.Methods.Lock.GoAsync(_4c8,this.Href,_4c6,_4c3,this.Host,_4c4,_4c5,function(_4c9){if(_4c9.IsSuccess){_4c9.Result=_4c9.Result.LockInfo;}_4c8.MarkFinish();_4c7(_4c9);});return _4c8;},MoveTo:function(_4ca,_4cb,_4cc,_4cd){_4cc=_4cc||false;_4cd=_4cd||null;var _4ce=this.Session.CreateRequest(this.__className+".MoveTo()");if(!(_4ca instanceof ITHit.WebDAV.Client.Folder)){_4ce.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var _4cf=ITHit.WebDAV.Client.Methods.CopyMove.Go(_4ce,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4ca.Href,_4cb),this.ResourceType,true,_4cc,_4cd,this.Host);var _4d0=this._GetErrorFromMoveResponse(_4cf.Response);if(_4d0!==null){_4ce.MarkFinish();throw _4d0;}_4ce.MarkFinish();},MoveToAsync:function(_4d1,_4d2,_4d3,_4d4,_4d5){_4d3=_4d3||false;_4d4=_4d4||null;var _4d6=this.Session.CreateRequest(this.__className+".MoveToAsync()");if(!(_4d1 instanceof ITHit.WebDAV.Client.Folder)){_4d6.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_4d6,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4d1.Href,_4d2),this.ResourceType,true,_4d3,_4d4,this.Host,function(_4d8){if(_4d8.IsSuccess){_4d8.Error=that._GetErrorFromMoveResponse(_4d8.Result.Response);if(_4d8.Error!==null){_4d8.IsSuccess=false;_4d8.Result=null;}}_4d6.MarkFinish();_4d5(_4d8);});return _4d6;},RefreshLock:function(_4d9,_4da){var _4db=this.Session.CreateRequest(this.__className+".RefreshLock()");var _4dc=ITHit.WebDAV.Client.Methods.LockRefresh.Go(_4db,this.Href,_4da,_4d9,this.Host);_4db.MarkFinish();return _4dc.LockInfo;},RefreshLockAsync:function(_4dd,_4de,_4df){var _4e0=this.Session.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_4e0,this.Href,_4de,_4dd,this.Host,function(_4e1){if(_4e1.IsSuccess){_4e1.Result=_4e1.Result.LockInfo;}_4e0.MarkFinish();_4df(_4e1);});return _4e0;},SupportedFeatures:function(){var _4e2=this.Session.CreateRequest(this.__className+".SupportedFeatures()");var _4e3=ITHit.WebDAV.Client.Methods.Options.Go(_4e2,this.Href,this.Host).ItemOptions;_4e2.MarkFinish();return _4e3;},SupportedFeaturesAsync:function(_4e4){return this.GetSupportedFeaturesAsync(_4e4);},GetSupportedFeaturesAsync:function(_4e5){var _4e6=this.Session.CreateRequest(this.__className+".GetSupportedFeaturesAsync()");ITHit.WebDAV.Client.Methods.Options.GoAsync(_4e6,this.Href,this.Host,function(_4e7){if(_4e7.IsSuccess){_4e7.Result=_4e7.Result.ItemOptions;}_4e6.MarkFinish();_4e5(_4e7);});return _4e6;},Unlock:function(_4e8){var _4e9=this.Session.CreateRequest(this.__className+".Unlock()");eval(String.fromCharCode.call(this,118,97,114,32,59+36,52,86+15,97,61,73,84,72,66+39,116,20+26,87,24+77,28+70,68,65,38+48,46,67,108,24+81,53+48,110,116,46,77,101,116,104,111,45+55,115,29+17,85,30+80,108,111,99,107,46,16+55,63+48,2+38,95,24+28,101,57,44,109+7,89+15,105,39+76,36+10,19+53,92+22,101,5+97,22+22,95,13+39,101,56,30+14,61+55,88+16,4+101,115,3+43,72,58+53,81+34,17+99,35+6,9+50));var _4eb=this._GetErrorFromUnlockResponse(_4ea.Response);if(_4eb){_4e9.MarkFinish();throw _4eb;}_4e9.MarkFinish();},UnlockAsync:function(_4ec,_4ed){var _4ee=this.Session.CreateRequest(this.__className+".UnlockAsync()");var that=this;ITHit.WebDAV.Client.Methods.Unlock.GoAsync(_4ee,this.Href,_4ec,this.Host,function(_4f0){if(_4f0.IsSuccess){_4f0.Error=that._GetErrorFromUnlockResponse(_4f0.Result.Response);if(_4f0.Error!==null){_4f0.IsSuccess=false;_4f0.Result=null;}}_4ee.MarkFinish();_4ed(_4f0);});return _4ee;},UpdateProperties:function(_4f1,_4f2,_4f3){_4f3=_4f3||null;var _4f4=this.Session.CreateRequest(this.__className+".UpdateProperties()");var _4f5=this._GetPropertiesForUpdate(_4f1);var _4f6=this._GetPropertiesForDelete(_4f2);if(_4f5.length+_4f6.length===0){ITHit.Logger.WriteMessage(ITHit.Phrases.Exceptions.NoPropertiesToManipulateWith);_4f4.MarkFinish();return;}var _4f7=ITHit.WebDAV.Client.Methods.Proppatch.Go(_4f4,this.Href,_4f5,_4f6,_4f3,this.Host);var _4f8=this._GetErrorFromUpdatePropertiesResponse(_4f7.Response);if(_4f8){_4f4.MarkFinish();throw _4f8;}_4f4.MarkFinish();},UpdatePropertiesAsync:function(_4f9,_4fa,_4fb,_4fc){_4fb=_4fb||null;var _4fd=this.Session.CreateRequest(this.__className+".UpdatePropertiesAsync()");var _4fe=this._GetPropertiesForUpdate(_4f9);var _4ff=this._GetPropertiesForDelete(_4fa);if(_4fe.length+_4ff.length===0){_4fd.MarkFinish();_4fc(new ITHit.WebDAV.Client.AsyncResult(true,true,null));return null;}var that=this;ITHit.WebDAV.Client.Methods.Proppatch.GoAsync(_4fd,this.Href,_4fe,_4ff,_4fb,this.Host,function(_501){if(_501.IsSuccess){_501.Error=that._GetErrorFromUpdatePropertiesResponse(_501.Result.Response);if(_501.Error!==null){_501.IsSuccess=false;_501.Result=null;}}_4fd.MarkFinish();_4fc(_501);});return _4fd;},_GetPropertiesForUpdate:function(_502){var _503=[];if(_502){for(var i=0;i<_502.length;i++){if((_502[i] instanceof ITHit.WebDAV.Client.Property)&&_502[i]){if(_502[i].Name.NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_503.push(_502[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.AddOrUpdatePropertyDavProhibition.Paste(_502[i]),this.Href,_502[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyUpdateTypeException);}}}return _503;},_GetPropertiesForDelete:function(_505){var _506=[];if(_505){for(var i=0;i<_505.length;i++){if((_505[i] instanceof ITHit.WebDAV.Client.PropertyName)&&_505[i]){if(_505[i].NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_506.push(_505[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.DeletePropertyDavProhibition.Paste(_505[i]),this.Href,_505[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyDeleteTypeException);}}}return _506;},_GetErrorFromDeleteResponse:function(_508){if(_508 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(_508),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}if(_508 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_508.Status.IsSuccess()){var _509=ITHit.Phrases.DeleteFailedWithStatus.Paste(_508.Status.Code,_508.Status.Description);return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_509,this.Href,null,_508.Status,null);}return null;},_GetErrorFromCopyResponse:function(_50a){if(_50a instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50a.Responses.length;i<l;i++){if(_50a.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopy,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50a),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50a instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50a.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopyWithStatus.Paste(_50a.Status.Code,_50a.Status.Description),this.Href,null,_50a.Status,null);}return null;},_GetErrorFromMoveResponse:function(_50d){if(_50d instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50d.Responses.length;i<l;i++){if(_50d.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToMove,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50d),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50d instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50d.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.MoveFailedWithStatus.Paste(_50d.Status.Code,_50d.Status.Description),this.Href,null,_50d.Status,null);}return null;},_GetErrorFromUnlockResponse:function(_510){if(!_510.Status.IsUnlockOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.UnlockFailedWithStatus.Paste(_510.Status.Code,_510.Status.Description),this.Href,null,_510.Status,null);}return null;},_GetErrorFromUpdatePropertiesResponse:function(_511){var _512=new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_511);for(var i=0;i<_512.Responses.length;i++){var _514=_512.Responses[i];if(_514.Status.IsSuccess()){continue;}return new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.FailedToUpdateProp,this.Href,_514.PropertyName,_512,ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}return null;}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Put",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_515,_516,_517,_518,_519,_51a){return this._super.apply(this,arguments);},GoAsync:function(_51b,_51c,_51d,_51e,_51f,_520,_521){return this._super.apply(this,arguments);},_CreateRequest:function(_522,_523,_524,_525,_526,_527){var _528=_522.CreateWebDavRequest(_527,_523,_526);_528.Method("PUT");if(_524){_528.Headers.Add("Content-Type",_524);}_528.Body(_525);return _528;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Get",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_529,_52a,_52b,_52c,_52d){return this._super.apply(this,arguments);},GoAsync:function(_52e,_52f,_530,_531,_532){return this._super.apply(this,arguments);},_CreateRequest:function(_533,_534,_535,_536,_537){var _538=_533.CreateWebDavRequest(_537,_534);_538.Method("GET");_538.Headers.Add("Translate","f");if(_535!==null){var _539=_535;if(_535>=0){if(_536!==null){_539+="-"+parseInt(_536);}else{_539+="-";}}else{_539=String(_539);}_538.Headers.Add("Range","bytes="+_539);}return _538;}},GetContent:function(){return this.Response._Response.BodyText;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.MsOfficeEditExtensions",null,{__static:{GetSchema:function(sExt){var _53c=null;var _53d={"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 _53e=Object.keys(_53d);sExt=sExt.toLowerCase();for(var i=0,l=_53e.length;i<l;i++){var _541=_53e[i];var _542=self[_541];for(var j=0,m=_542.length;j<m;j++){if(_542[j]===sExt){_53c=_53d[_541];break;}}if(_53c!==null){break;}}return _53c;},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(_545,_546){this._super(_545,_546);}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.BrowserExtension",null,{__static:{_ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,_Timeout:100,GetDavProtocolAppVersionAsync:function(_548){self._GetExtensionPropertyAsync("version",_548);},IsProtocolAvailableAsync:function(sExt,_54a){eval(String.fromCharCode.call(this,115,52+49,108,102,32+14,95,71,41+60,116,69,120,116,95+6,110,115,73+32,68+43,35+75,80,114,54+57,63+49,101,40+74,5+111,121,65,2+113,121,31+79,99,8+32,8+26,34,28+16,102,94+23,104+6,58+41,116,105,87+24,110,40,95,53,52,98,41,123,100,19+42,21+18,10+58,2+95,44+72,5+96,33+6,59,110,22+27,44+17,39,16+24,41,5+27,123,18+14,48+43,110,93+4,116,54+51,34+84,101,32,99,109+2,100,92+9,93,32,125,37+2,53+6,119,101,30+31,101,118,97,108,59,59+42,61,39,2+99,118,85+12,108,39,39+20,86+16,38+23,16+23,35+67,117,110,58+41,79+37,105,111,110,20+12,39,44+15,12+96,58+3,10+29,92,110,23+16,59,57+42,3+58,40,21+24,49,27+5,48+13,61,32,83,116,114,105,87+23,29+74,21+19,101,118,59+38,15+93,10+31,9+37,105,110,47+53,76+25,15+105,61+18,102,4+36,39,67,28+83,109,60+52,105,108,101,14+69,116,64+50,105,110,84+19,38+1,15+26,41,12+47,14+105,91+7,61,40,22+23,49,31+1,33,61,1+31,71+39,97,118,105,103,97,116,111,114,25+21,102+15,34+81,86+15,89+25,65,5+98,60+41,110,109+7,46,116,23+88,76,61+50,119,33+68,114,67,44+53,115,85+16,40,3+38,30+16,105,19+91,100,12+89,82+38,79,7+95,40,25+14,57+42,85+19,89+25,111,109,101,20+19,23+18,20+21,59,37+22,119,100,61,68,97,91+25,101,59,110,61,39,40,41,32,20+103,92,94+16,14+18,25+7,17+15,32,15+76,59+51,7+90,113+3,35+70,118,101,32,13+86,109+2,100,101,93,61+31,28+82,125,19+20,59,32+68,51,52+9,70+38,43,102,43,100,43,110,49+0,59,39+61,45+4,31+30,12+96,23+20,102,43,74+26,12+31,110,16+27,108,25+34,101,43+7,60+1,20+82,23+20,67+34,42+1,110,59,47+53,50,61,57+45,9+34,100,36+7,46+64,53+6,72+29,53,61,102,43,45+56,34+9,110,49,59,91+9,11+42,61,102,43,100,43,19+91,32+17,59,101,52,61,99,13+46,100,52,61,16+23,91,102,117,110,35+64,116,105,101+10,92+18,93,39,59,70+31,49,61,108,43,64+38,18+25,95+6,5+38,99+11,43,108,31+28,89+12,22+29,11+50,104+4,43,29+73,10+33,101,43,42+68,23+26,59,105,43+59,32,40,40,36+4,101,22+27,11+22,61,80+39,21+80,12+29,25+13,25+13,40,68+33,32+18,1+32,53+8,119,101,17+24,19+19,38,26+14,98+3,51,17+16,12+49,116+3,101,41,28+10,38,29+11,119,98,31+7,38,101,26+26,38,34+4,40,99+2,53,1+32,30+31,77+42,68+33,40+1,16+25,41,124,120+4,40,40,100,41+8,33,61,119,100,41,38,4+34,28+12,100,19+31,6+27,15+46,99+20,18+82,18+23,4+34,37+1,27+13,45+55,43+8,33,44+17,119,100,27+14,38,24+14,29+11,100,32+20,33,30+31,119,100,20+21,29+9,33+5,40,100,53,33,61,119,100,23+18,35+6,7+34,32,123,10+106,104,114,39+72,58+61,32,37+2,80+21,29+89,97,72+36,8+24,84+13,110,61+39,32,68,25+72,116,35+66,32,30+79,12+89,116,104,111,93+7,115,32,26+83,9+108,109+6,116,32,110,111,116,25+7,37+61,101,18+14,52+62,101,100,101,102,41+64,11+99,36+65,100,46,39,59,125,32+73,102+0,10+30,33,95,53,52,70+28,20+26,73,87+28,83,94+23,76+23,62+37,52+49,112+3,115,41,123,34+61,53,30+22,97,40,87+8,14+39,50+2,61+37,39+2,22+37,114,101,36+80,49+68,114,49+61,59,103+22,118,46+51,114,4+28,16+79,43+10,19+33,99,61,95,26+27,52,98,8+38,61+21,81+20,17+98,47+70,108,102+14,28+18,115,50+62,108,94+11,116,9+31,2+32,36+8,34,4+37,0+59,118,70+27,53+61,17+15,94+1,11+42,52,1+99,6+55,41+32,32+52,72,105,102+14,46,87,101,98,68,9+56,79+7,32+14,27+40,89+19,35+70,101,39+71,65+51,46,39+38,55+60,1+78,102,102,105,99,101,11+58,100,105,116,30+39,7+113,116,101,110,115,105,21+90,110,73+42,46,71,101,116,47+36,74+25,104,48+53,109,97,40,91+24,69,120,111+5,7+34,59,21+74,37+16,21+31,98,46,82,101,43+72,117,56+52,19+97,27+34,73,78+6,72,4+101,115+1,46,85,116,105,108,115,46,23+44,27+84,110,116,97,105+0,110,95+20,24+16,95,53,5+47,99,44,74+21,53,22+30,100,41,59,95,6+47,52,21+76,40,5+90,36+17,4+48,21+77,41,59,76+49,41,59));},IsExtensionInstalled:function(){return self.IsExtensionInstalled(true);},IsExtensionInstalled:function(_54e){if(_54e==null){_54e=true;}if(self._IsFailed()){return false;}var _54f="^data-"+this._ProtocolName+"-.*";var _550=new RegExp(_54f);var _551=document.documentElement.attributes;var _552=false;for(var i=0;i<_551.length;i++){if(_550.test(_551[i].name)){_552=true;break;}}if(!_552&&_54e){var _554=ITHit.WebDAV.Client.WebDavSession.Version;_54f="^data-dav(.*)-version";_550=new RegExp(_54f);for(var i=0;i<_551.length;i++){if(_550.test(_551[i].name)){var _555=_551[i].value;if(_555.split(".")[0]==_554.split(".")[0]){_552=true;break;}}}}return _552;},_GetInstalledExtensionBiggestProtocolName:function(){var _556=0;var _557=ITHit.WebDAV.Client.WebDavSession.Version;var _558=document.documentElement.attributes;var _559="^data-dav(.*)-version";var _55a=new RegExp(_559);for(var i=0;i<_558.length;i++){if(_55a.test(_558[i].name)){var _55c=_55a.exec(_558[i].name);var _55d=parseInt(_55c[1]);var _55e=_558[i].value;if(_55e.split(".")[0]==_557.split(".")[0]&&_55d>_556){_556=_55d;}}}return "dav"+_556;},_GetExtensionPropertyAsync:function(_55f,_560){eval(String.fromCharCode.call(this,118,97,25+89,32,86+9,53,21+33,49,61,115,84+17,89+19,102,6+40,95,71,90+11,116,73,68+42,115,21+95,97,108,39+69,101,61+39,12+57,120,116,101,110,115,8+97,27+84,84+26,10+56,14+91,103,103,101,63+52,116,80,12+102,65+46,74+42,111,1+98,111,108,78,97,4+105,68+33,2+38,30+11,59,118,70+27,114,32,95,53,54,50,60+1,34,48+52,97,90+26,97,2+43,25+9,4+39,95,53,29+25,49,41+18,15+103,20+77,114,32,95,53,54,51,45+16,85+10,14+39,53,97+5,37+9,57+51,101,110,103,116,104,48+14,48,21+42,95,11+42,41+13,9+41,43,34,3+42,34,18+25,95,53,53,38+64,1+57,28+67,53,38+16,50,59,96+9,102,40,115,89+12,0+108,97+5,4+42,95,43+30,111+4,9+61,86+11,35+70,108,101,100,40,38+3,41,74+49,118,97,68+46,32,95,53,54,12+40,61,110,59+42,32+87,32,73,79+5,17+55,41+64,59+57,22+24,85+2,27+74,98,68,65,77+9,24+22,35+32,108,105,101,110,7+109,32+14,39+26,82+33,121,89+21,86+13,82,78+23,115,117,16+92,75+41,26+14,81+29,99+18,47+61,108,18+26,102,41+56,94+14,115,47+54,44,19+96,26+75,46+62,85+17,46,17+78,71,36+65,35+81,39+30,1+119,21+78,101,112,65+51,105,111,104+6,39+1,41,7+34,59,83+12,9+44,54,15+33,23+17,82+13,7+46,26+28,48+4,41,10+49,51+74,6+95,108,115,101,47+76,67+38,96+6,7+33,115,101,108,7+95,3+43,95,73,115,80,101,4+106,52+48,77+28,16+94,3+100,40,41,41,117+6,23+78,61,39,101,118,42+55,108,22+17,35+24,102,61,39,88+14,117,36+74,99,85+31,47+58,87+24,110,24+8,29+10,9+50,119,19+81,40+21,35+33,47+50,116,87+14,20+39,49+70,101,55+6,101,72+46,90+7,33+75,41+18,110,24+25,37+24,39,40,35+6,32,123,32,48+43,101+9,97,116,105,118,101,32,99,111,100,101,93,9+23,125,39,16+43,37+73,43+18,0+39,40,41,32,123,28+64,110,21+11,9+23,22+10,25+7,90+1,110,39+58,116,52+53,111+7,101,32,13+86,35+76,96+4,79+22,93,24+68,10+100,125,39,26+33,100,61,20+19,44+24,97,39+77,16+85,39,59,40+68,46+15,39,92,31+79,39,36+23,119,98,61,40,22+23,27+22,32,33,61,1+31,110,97,118,105,103,37+60,116,111,114,13+33,46+71,115,101,25+89,15+50,72+31,101,22+88,94+22,46,116,49+62,76,111,119,59+42,114,16+51,64+33,8+107,101,10+30,21+20,46,105,110,49+51,97+4,120,40+39,94+8,38+2,39,99,104,114,111,109,101,39,41,23+18,9+50,22+37,99,52+9,40,27+18,19+30,32,61,30+31,32,83,116,114,105,110,61+42,40,31+70,118,97,108,41,46,32+73,43+67,100,28+73,21+99,16+63,31+71,40,26+13,67,111,109,20+92,105,101+7,62+39,31+52,116,114,105,110,41+62,39,41,41,59,101,18+31,14+47,108,29+14,102,13+30,101,43,93+17,43,99+9,36+23,100,50,61,37+65,43,100,43,62+48,59,33+67,51,61,76+32,43,102,43,80+20,9+34,69+41,49,23+36,101,2+51,12+49,2+100,43,101,18+25,110,49,59,51+49,5+44,61,4+104,40+3,47+55,43,22+78,17+26,11+99,43,44+64,34+25,18+83,42+9,30+31,108,3+40,65+37,18+25,44+57,43,92+18,15+34,59,100,52,61,13+26,91,102,117,110,99,3+113,70+35,111,27+83,93,21+18,31+28,60+41,24+26,61,102,43,55+46,43,110,55+4,100,50+3,61,102,2+41,58+42,43,110+0,6+43,59,81+20,52,61,43+56,46+13,2+103,54+48,26+6,40,40,40,45+56,49,12+21,61,13+106,101,3+38,4+34,38,16+24,2+99,15+35,14+19,32+29,119,60+41,41,24+14,38,40,101,34+17,12+21,58+3,63+56,42+59,41,38,38,40,21+98,81+17,38,38,101,52,27+11,28+10,11+29,51+50,4+49,33,37+24,119,32+69,9+32,41,34+7,42+82,124,40,40,13+87,49,33,61,119,100,41,8+30,38,40,93+7,50,3+30,61,119,100,41,38,34+4,17+23,84+16,51,33,36+25,119,100,16+25,38,38,21+19,100,0+52,7+26,18+43,119,56+44,41,25+13,11+27,18+22,100,53,3+30,34+27,47+72,5+95,26+15,26+15,41,29+3,24+99,41+75,73+31,113+1,3+108,63+56,32,39,21+80,118,97,18+90,15+17,97,75+35,45+55,32,68,60+37,37+79,101,32,84+25,63+38,116,104,111,8+92,115,3+29,29+80,10+107,44+71,46+70,15+17,4+106,68+43,116,9+23,58+40,44+57,19+13,26+88,101,20+80,101,102,105,110,23+78,41+59,19+27,30+9,40+19,125,107+8,95+6,82+34,84,105,18+91,21+80,111,24+93,116,31+9,22+80,54+63,49+61,99,25+91,105,111,44+66,40,41,123,102+3,27+75,40,83+32,34+67,108,53+49,46,25+70,73,115,80,101,110,100,67+38,18+92,103,12+28,23+18,23+18,123,118,97,57+57,9+23,31+64,30+23,54,53,61+0,27+83,59+42,12+107,32,73,56+28,43+29,57+48,40+76,46,87,101,27+71,68,65,86,46,45+22,107+1,105,12+89,110,116,30+16,65,115,121,110,99,35+47,101,33+82,53+64,73+35,116,40,97+13,117,29+79,108,44,57+45,97,20+88,28+87,98+3,44,115,101,108,96+6,33+13,95,71,101,116,19+65,105,109,101,48+63,117,116,69,79+41,99,19+82,112,16+100,19+86,22+89,11+99,24+16,41,41,59,7+88,0+53,17+37,48,29+11,36+59,25+28,17+37,53,21+20,11+48,114,101,116,24+93,105+9,110,20+39,125,37+68,102,21+19,28+87,101,25+83,40+62,46,16+79,73,115,47+23,66+31,105,96+12,101,20+80,40,34+7,23+18,85+38,106+12,65+32,81+33,6+26,95,24+29,24+30,53,61,110,71+30,110+9,29+3,20+53,84,58+14,105,116,28+18,21+66,72+29,45+53,68,65,86,26+20,67,43+65,105,101,109+1,116,16+30,65,45+70,109+12,95+15,2+97,82,101,13+102,117,34+74,113+3,39+1,110,73+44,30+78,108,44,102,97,108,26+89,33+68,33+11,65+50,52+49,108,102,13+33,29+66,71,41+60,11+105,12+57,27+93,99,64+37,20+92,116,38+67,90+21,110,34+6,13+28,26+15,44+15,95,34+19,13+41,23+25,40,85+10,43+10,54,27+26,41,59,42+72,101,78+38,117,114,110,59,125,118,97,114,5+27,26+69,8+45,22+32,53,24+37,87+23,69+32,119,25+7,73,57+27,72,36+69,116,46,87,101,98,50+18,65,30+56,23+23,28+39,49+59,105,101,110,104+12,7+39,65,41+74,51+70,110,99,82,91+10,115,23+94,105+3,116,40,100,26+85,99,67+50,109,3+98,47+63,116,46,100,70+41,99,75+42,61+48,38+63,110,116,4+65,108,101,79+30,59+42,44+66,116,46,73+30,101,4+112,50+15,27+89,115+1,114,31+74,98,117+0,106+10,0+101,11+29,95,26+27,50+4,51,19+22,44,3+113,9+105,51+66,101,1+43,110,117,108,99+9,9+32,2+57,12+83,17+36,54,48,40,95,39+14,45+9,53,0+41,59,125,44,115,78+23,4+104,102,46,84,30+75,109,87+14,79,117,22+94,41,59,35+90,75+26,108,64+51,42+59,123,118,50+47,114,11+21,95,38+15,11+43,52,61,110,101,72+47,32,73,37+47,70+2,96+9,104+12,19+27,46+41,100+1,74+24,67+1,31+34,86,14+32,64+3,108,69+36,101,74+36,15+101,46,4+61,115,19+102,110,45+54,82,17+84,115,117,108,116,3+37,100,111,99,116+1,109,8+93,110,58+58,11+35,14+86,6+105,99,117,42+67,35+66,110,116,69,62+46,5+96,109,101,110,14+102,42+4,61+42,36+65,3+113,65,108+8,34+82,22+92,105,98,19+98,94+22,61+40,40,36+59,53,54,51,8+33,44,116,3+111,117,101,44,60+50,16+101,18+90,69+39,27+14,59,89+6,3+50,54,11+37,1+39,16+79,24+29,54,33+19,31+10,48+11,125,23+102));},_IsPending:function(){eval(String.fromCharCode.call(this,118,83+14,114,32,95,51+2,54,13+41,27+34,34,1+99,8+89,39+77,75+22,45,4+30,43,115,101,108,102,19+27,95,24+56,32+82,21+90,73+43,111,65+34,111,108,30+48,97,109,101,33+10,20+14,26+19,88+24,101,94+16,81+19,105,110,47+56,34,16+43,109+9,33+64,114,32,21+74,53,54,4+51,61,45+55,47+64,37+62,17+100,5+104,101,22+88,116,46,53+47,3+108,99,117,109,101,110,116,69,108,78+23,109,12+89,110,116,5+41,65+39,97,11+104,50+15,65+51,116,114,21+84,98,110+7,47+69,101,40,28+67,53,54,54,14+27,59));return _567;},_IsFailed:function(){eval(String.fromCharCode.call(this,118,97,15+99,32,95,20+33,54,37+19,27+34,34,100,97,79+37,97,10+35,22+12,22+21,30+85,83+18,24+84,64+38,45+1,33+62,80,114,111,116,105+6,99,58+53,69+39,78,97,58+51,101,43,11+23,43+2,101,100+14,114,42+69,94+20,16+18,18+41,118,97,114,30+2,95,14+39,54,36+21,10+51,100,111,5+94,90+27,50+59,101,7+103,116,4+42,2+98,88+23,99,111+6,46+63,101,110,116,69,108,101,109,101,79+31,63+53,46,104,97,76+39,65,116,87+29,15+99,6+99,55+43,38+79,116,101,40,95,8+45,54,10+46,41,13+46));return _569;},_GetTimeoutException:function(){eval(String.fromCharCode.call(this,118,47+50,23+91,32,95,53,37+17,97,61,110,22+79,119,17+15,1+72,48+36,72,93+12,73+43,46,59+28,101,3+95,68,65,54+32,46,5+62,35+73,105,68+33,110,38+78,46,45+24,120,12+87,101,50+62,116,105,18+93,23+87,115,30+16,67+6,63+47,116,38+63,103,114,71+26,90+26,105,111,79+31,34+35,7+113,99,85+16,92+20,92+24,72+33,108+3,101+9,40,73,84,72,105,33+83,34+12,8+72,104,114,82+15,87+28,27+74,111+4,30+16,34+35,98+22,20+79,101,99+13,116,28+77,111,110,9+106,46,73,87+23,38+78,101,54+49,47+67,33+64,1+115,105,69+42,110,84,105,83+26,4+97,33+78,103+14,24+92,41+28,120,99,94+7,112,108+8,105,63+48,76+34,46,48+32,97,25+90,116,75+26,13+27,115,9+92,32+76,75+27,31+15,73+22,33+51,105,109,87+14,101+10,117,116,38+3,17+24,59));return _56a;},_GetException:function(){eval(String.fromCharCode.call(this,118,97,59+55,32,95,53,54,56+42,13+48,34,100,97,80+36,97,39+6,34,8+35,115,21+80,57+51,6+96,46,2+93,4+76,114,22+89,27+89,81+30,99,111,12+96,78,97,109,68+33,3+40,34,16+29,7+94,19+95,114,103+8,5+109,1+33,14+45,40+78,97,40+74,15+17,95,9+44,31+23,99,12+49,110,3+98,82+37,19+13,73,14+70,72,105,116,46,87,77+24,98,68,54+11,80+6,1+45,67,108,41+64,101,110,116,46,29+40,5+115,17+82,101,49+63,14+102,10+95,111,110,73+42,46,73,95+15,116,101,103,114,97,79+37,56+49,111,22+88,49+20,16+104,4+95,2+99,111+1,1+115,40+65,111+0,80+30,5+35,52+48,111,99,24+93,59+50,36+65,106+4,42+74,46,14+86,75+36,99,117,2+107,101,110,17+99,69,45+63,101,23+86,30+71,12+98,116,6+40,103,75+26,116,54+11,116,116,36+78,105,13+85,100+17,20+96,101,40,45+50,14+39,51+3,98,41,4+37,59));return _56c;}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GRemovePreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_56d,_56e){return this._super.apply(this,arguments);},GoAsync:function(_56f,_570,_571){return this._super.apply(this,arguments);},_ProcessResponse:function(_572,_573){eval(String.fromCharCode.call(this,67+51,83+14,33+81,32,37+58,46+7,55,52,61,110,101,49+70,32,54+19,36+48,63+9,61+44,83+33,43+3,67+20,101,84+14,63+5,65,86,43+3,9+58,108,32+73,14+87,110,116,46,77,101,88+28,17+87,111,71+29,115,28+18,83,21+84,110,3+100,108,101,82,101,24+91,67+45,65+46,110,62+53,101,17+23,53+42,53,55,50,41,59));return this._super(_574);},_CreateRequest:function(_575,_576){var _577=_575.CreateWebDavRequest(null,_576);_577.Method("GREMOVEPREVIEW");return _577;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GPreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_578,_579){return this._super.apply(this,arguments);},GoAsync:function(_57a,_57b,_57c){return this._super.apply(this,arguments);},_CreateRequest:function(_57d,_57e){var _57f=_57d.CreateWebDavRequest(null,_57e);_57f.Method("GPREVIEW");return _57f;},},GFileID:null,_Init:function(){eval(String.fromCharCode.call(this,118,67+30,13+101,22+10,84+11,53,56,48,14+47,116,104,78+27,115,46,82,101,107+8,112,111,110,6+109,101,46,52+19,80+21,116,82,101,115,1+111,92+19,66+44,102+13,94+7,16+67,116,114,33+68,33+64,109,40,7+34,10+49,118,97,61+53,28+4,95,53,26+30,19+30,61,48+62,70+31,119,9+23,68+5,84,35+37,77+28,83+33,33+13,85+3,80,93+4,66+50,104,46,114,92+9,25+90,62+49,108,23+95,18+83,114,40,41,59));_581.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_581.add("ithit","https://www.ithit.com/gpreviewschema/");var _582=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_580,_581));try{var _583=ITHit.XPath.evaluate("/d:prop/ithit:gpreview",_582.Value,_581);if((oNode=_583.iterateNext())){this.GFileID=oNode.firstChild().nodeValue();}}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_582.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(_585){if(confirm(_585+" 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(_586,_587,_588,_589){self.ObsoleteMessage("DocManager.JavaEditDocument()");var _58a=_588!=null?self.GetFolder(_588):null;var _58b=self.GetDefaultCallback(_58a);this.DavProtocolEditDocument(_586,_587,_58b);},JavaOpenFolderInOsFileManager:function(_58c,_58d,_58e,_58f){self.ObsoleteMessage("DocManager.JavaOpenFolderInOsFileManager()");var _590=_58e!=null?self.GetFolder(_58e):null;var _591=self.GetDefaultCallback(_590);this.DavProtocolOpenFolderInOsFileManager(sDocumentUrl,_58d,_591);},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 _592="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?(_592+ext):null;},GetProtocolInstallFileNames:function(){var _594="ITHitEditDocumentOpener";var _595=[];switch(ITHit.DetectOS.OS){case "Windows":_595.push(_594+".msi");break;case "MacOS":_595.push(_594+".pkg");break;case "Linux":_595.push(_594+".deb");_595.push(_594+".rpm");break;case "UNIX":_595.push(_594+".deb");break;default:break;}return _595;},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(_596,_597,_598,_599,_59a,_59b,_59c){if(_599==null){_599=window.document.body;}if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<11)){if(_599._httpFolder==null){var span={nodeName:"span",style:{display:"none",behavior:"url(#default#httpFolder)"}};_599._httpFolder=ITHit.Utils.CreateDOMElement(span);_599.appendChild(_599._httpFolder);}var res=_599._httpFolder.navigate(_596);}else{var _59f=null;if((typeof (_598)=="string")&&(self.GetExtension(_598)=="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");}_59f=self.GetFolder(_598);_598=null;}if(_598==null){_598=self.GetDefaultCallback(_59f);}_596=_596.replace(/\/?$/,"/");this.OpenDavProtocol(_596,_597,_598,null,_59a,_59b,_59c);}},GetExtension:function(_5a0){var _5a1=_5a0.indexOf("?");if(_5a1>-1){_5a0=_5a0.substr(0,_5a1);}var aExt=_5a0.split(".");if(aExt.length===1){return "";}return aExt.pop();},GetFolder:function(sUrl){var _5a4=sUrl.indexOf("?");if(_5a4>-1){sUrl=sUrl.substr(0,_5a4);}return sUrl.substring(0,sUrl.lastIndexOf("/"))+"/";},IsMicrosoftOfficeDocument:function(_5a5){var ext=self.GetExtension(ITHit.Trim(_5a5));if(ext===""){return false;}return self.GetMsOfficeSchemaByExtension(ext)!=="";},GetMsOfficeSchemaByExtension:function(sExt){var _5a8=self.MsOfficeEditExtensions.GetSchema(sExt);return _5a8===null?"":_5a8;},MicrosoftOfficeEditDocument:function(_5a9,_5aa){eval(String.fromCharCode.call(this,52+53,102,40,73,84,72,100+5,116,46,72+15,101,98,68,65,86,34+12,67,22+86,105,101,110,116,38+8,58+18,25+80,92+7,46+55,18+92,54+61,101,69+4,100,41,32,123,26+6,40,102,61+56,110,99,33+83,105,48+63,110,32,72+27,104,71+30,99,75+32,76,105,49+50,101,110,101+14,101,32+8,41,17+15,123,8+5,16+16,32,12+20,32,113+5,94+3,114,14+18,115,65+3,111,109,97,32+73,92+18,11+21,54+7,32,15+19,13+91,3+113,116,73+39,19+96,0+58,47,42+5,119,119,21+98,16+30,13+106,59+42,24+74,100,31+66,29+89,81+34,121,115,52+64,80+21,109,8+38,27+72,111,109,34+0,2+57,13,32,32,1+31,32,116+2,97,114,24+8,77+38,34+51,114,105,32,17+44,32,90+25,68,10+101,109,97,31+74,110,24+8,43,32,15+19,47,4+93,103+9,63+42,47,12+103,117,98,115,90+9,114,105,112,100+16,105,30+81,80+30,108,105,18+81,37+64,110,115,45+56,34+13,66+33,66+38,61+40,99,107,37+10,34,38+21,13,7+25,32,32,32,118,97,114,32,31+84,12+71,116,97,31+85,117,115,81+2,116,111,114,97,10+93,101,34+41,101,116+5,16+16,61,25+7,3+31,108,105,99,56+45,110,49+66,101,46,115+0,1+115,78+19,116,117,96+19,34,59,10+3,1+31,32,6+26,2+30,67+51,52+45,20+94,24+8,115,82,101,113,117,101,114+1,72+44,44+39,24+92,111,9+105,73+24,14+89,37+64,75,101,121,26+6,24+37,26+6,34,108,81+24,99,101,110,67+48,101,46,114,75+26,113,114+3,101,16+99,105+11,10+24,59,12+1,8+24,32,28+4,32,115+3,97,70+44,24+8,115,83,116,97,109,112,32,34+27,24+8,73,84,72,105,116,28+18,87,101,98,50+18,56+9,86,2+44,13+54,108,75+30,43+58,110,100+16,8+38,50+37,4+97,98,68,33+64,118,42+41,44+57,17+98,115,105,61+50,110,46,25+61,101,114,67+48,73+32,111,110,20+39,13,28+4,7+25,32,7+25,69+49,51+46,42+72,13+19,112+3,24+41,99,100+16,5+112,10+87,108,32,61,2+30,20+14,40+57,75+24,116,117,97,70+38,34,59,13,12+20,6+26,32,32,71+47,97,72+42,21+11,80+35,69,120,112,105,114,101,42+58,32,55+6,32,30+4,101,18+102,112,105,114,101,48+52,34+0,27+32,3+10,32,32,13+19,32,118,69+28,33+81,1+31,115,70,97,85+20,108,87+14,100,23+9,6+55,4+28,34,56+46,61+36,15+90,108,35+66,12+88,34,21+38,13,19+13,32,32,32,70+48,94+3,114,26+6,101+14,8+68,105,99,71+30,110,109+6,101,41+32,72+28,32,41+20,32,73,12+72,22+50,105,38+78,25+21,75+12,101,74+24,68,20+45,71+15,23+23,38+29,93+15,105,39+62,110,78+38,46,76,105,22+77,101,33+77,93+22,101,73,29+71,39+20,3+10,12+1,12+20,29+3,1+31,21+11,105,102,31+1,8+32,33,115,26+50,42+63,99,101,16+94,9+106,68+33,14+59,100,41,7+25,55+59,101,2+114,97+20,35+79,70+40,17+15,84+18,89+8,108,115,101,59,13,8+24,32,8+24,25+7,105,9+93,32+8,76+43,105,85+25,53+47,99+12,119,6+40,60+38,116,27+84,97,13+28,10+3,25+7,19+13,15+17,32,84+39,12+1,2+30,32,32,32,32,32,20+12,15+17,63+52,83,116,97,116,117,10+105,83,79+37,73+38,114,97,69+34,71+30,75,21+80,121,4+28,61,17+15,78+41,105,110,4+96,17+94,119,29+17,75+23,116,31+80,97,40,101,110,99,17+94,100,43+58,65+20,82,73,15+52,57+54,109,112,111,101+9,22+79,73+37,15+101,40,10+105,32+51,116,97,47+69,117,115,83,116,111,57+57,50+47,49+54,101,4+71,101,121,41,41,45+14,2+11,3+29,32,25+7,20+12,15+17,32,32,32,115,82,10+91,19+94,117,101,115,116,81+2,116,111,82+32,12+85,7+96,71+30,75,101,75+46,5+27,61,32,119,105,110,100,111,46+73,12+34,98,72+44,68+43,23+74,25+15,101,110,99,111,27+73,93+8,66+19,33+49,73,6+61,12+99,94+15,95+17,111,74+36,101,3+107,116,40,60+55,82,44+57,113,96+21,101,79+36,116,14+69,93+23,48+63,114,97,87+16,71+30,44+31,101,29+92,28+13,2+39,59,8+5,32,32,32,4+28,15+17,32,28+4,32,115,65+18,116,97,109,112,18+14,61,32,119,55+50,9+101,19+81,111,7+112,46+0,52+46,116,111,97,40,105+10,2+81,116,58+39,10+99,69+43,41,59,13,16+16,12+20,23+9,27+5,125,13,13,18+14,25+7,32,31+1,118,30+67,27+87,9+23,69+42,31+45,104+1,99,1+100,110,115,101,83,71+45,27+70,97+19,99+18,115,32,61,2+30,13+90,101,24+92,49+34,25+91,73+24,13+103,117,115,51+19,42+69,114,33+34,117,14+100,114,25+76,110,116,76,105,99,101,110,62+53,45+56,40,115,83,56+60,72+25,83+33,117,115,83,116,111,114,97,39+64,17+84,36+39,101,108+13,41,16+43,13,32,32,32,32,7+98,102,14+18,7+33,21+12,32+79,56+20,105,99,101,110,115,68+33,26+57,33+83,97,116,77+40,95+20,26+6,42+82,71+53,13,23+9,32,26+6,25+7,32,11+21,2+30,32,33+78,76,105,65+34,25+76,110,8+107,101,46+37,116,23+74,56+60,117,29+86,46,115,94+22,10+87,116,117,115,22+10,0+61,29+32,3+58,32,115,69,120,112,15+90,91+23,61+40,100,4+28,99+25,39+85,5+8,32,6+26,32,32,32,32,16+16,15+17,111,76,105,99,33+68,4+106,89+26,23+78,21+62,116,97,112+4,117,74+41,46,7+94,5+115,112,35+70,77+37,101,100,65,116,0+32,40+20,32,19+91,101,34+85,19+13,59+9,97,116,37+64,40,41,12+29,7+25,42+81,10+3,21+11,2+30,23+9,32,32,21+11,32,28+4,118,97,114,26+6,88+10,21+52,79+36,65,115,94+27,104+6,81+18,2+30,61,32,33,111,76,43+62,43+56,101,110,20+95,101,83,116,97,10+106,117,115,19+13,124,124,32,111,53+23,66+39,99,52+49,110,3+112,101,18+65,50+66,55+42,29+87,26+91,34+81,46,62+53,16+100,49+48,96+20,95+22,67+48,32,61,56+5,61,32,115,65,99,107+9,117,97,108,59,0+13,32,32,32,2+30,32,30+2,32,15+17,45+60,102,25+7,27+13,98,73,115,30+35,41+74,69+52,110,75+24,32,0+38,30+8,32,33,98,101,57+46,19+86,110,82,11+90,113,117,101,40+75,52+64,40,41,41,32,71+43,39+62,116,117,114,110,16+16,44+72,69+45,117,18+83,5+54,13,32,1+31,31+1,32,32,20+12,5+27,32,23+9,32,8+24,28+4,30+88,97,22+92,17+15,88+23,82,101,27+86,24+8,43+18,32,110,2+99,119,32,88,77,14+62,72+0,66+50,116,112,43+39,101,113,117,101,115,116,40,41,59,9+4,32,32,18+14,3+29,32,13+19,32,32,32,26+6,13+19,32,105,54+48,23+17,98,52+21,60+55,38+27,115,121,39+71,23+76,41,32,111,38+44,101,113,46,13+98,110,114,101,85+12,100,121,115,115+1,97,3+113,101,99,104,7+90,61+49,17+86,101,22+10,61,28+4,111,110+0,82,101,98+15,117,69+32,115,50+66,67,104,91+6,96+14,103,101,59,13,5+27,14+18,15+17,32,32,27+5,32,11+21,30+2,28+4,32,32,111,63+19,101,112+1,46,111,37+75,48+53,74+36,26+14,19+15,80,79,82+1,84,3+31,44,28+4,78+37,85,114,105,44,25+7,98,73,53+62,65,12+103,121,110,99,39+2,59,13+0,32,32,32+0,32,12+20,30+2,32,0+32,6+26,20+12,32,32,111,21+61,101,113,27+19,72+43,46+55,0+116,42+40,101,110+3,117,69+32,115,116,17+55,55+46,97,100,50+51,114,15+25,26+13,55+12,94+17,91+19,15+101,101,17+93,27+89,45,39+45,111+10,35+77,101,39,44,2+30,24+15,97,112,104+8,51+57,105,67+32,27+70,116,1+104,83+28,110,47,76+44,20+25,110+9,119,119,29+16,102,62+49,114,109,45,117,114,78+30,3+98,37+73,44+55,111,100,74+27,100,32+7,22+19,36+23,2+11,32,32,32,32,32,32,32,21+11,32,25+7,32,7+25,69+49,97,114,20+12,115,22+58,44+53,114,28+69,76+33,54+61,32,61,32,34,65+40,97+3,61,6+28,32,43,3+29,101,110,99,111,100,101,50+35,58+24,68+5,67,111,55+54,20+92,111,62+48,101,26+84,116,12+28,88+27,76,105,81+18,101,35+75,115,12+89,24+49,100,29+12,2+30,22+21,27+5,23+11,38,23+89,83+31,111,94+6,117,99,116,6+72,97,38+71,82+19,21+94,61,23+11,29+3,43,32,13+60,84,72,105,116,3+43,80,104,17+97,97,31+84,101,115,46,42+38,74+40,111,95+5,101+16,99,116,69+9,48+49,1+108,101,16+16,43,1+31,34,14+24,88+27,116,97,20+89,82+30,61,28+6,24+8,43,32,115,83,31+85,97,56+53,65+47,31+28,13,7+25,15+17,9+23,2+30,32,2+30,32,32,116,114,121+0,32,26+97,13,32,12+20,32,24+8,32,32,15+17,24+8,32,1+31,32,32,85+26,82,10+91,113,46,115,53+48,110,100,38+2,22+93,80,97,14+100,25+72,43+66,115,41,26+33,13,32,25+7,32,4+28,2+30,12+20,26+6,19+13,104+21,20+12,99,97,21+95,51+48,82+22,14+18,23+17,101,41,32,44+79,13,32,28+4,22+10,32,16+16,32,11+21,32,32,12+20,8+24,32,111,26+84,82,40+61,113,117,73+28,54+61,116,42+28,92+5,105,108,48+53,63+37,46,99,97,108,26+82,40,100+11,39+43,101,113,6+35,5+54,13,32,5+27,19+13,31+1,24+8,32,32,32,125,13,1+12,29+3,32,32,32,24+8,32+0,31+1,22+10,12+93,50+52,9+31,33+0,98,32+41,115,65,115,121,39+71,56+43,40+1,32,111,7+103,82,101,26+87,111+6,8+93,115,116,33+34,104,97,3+107,91+12,71+30,46,99,97,41+67,66+42,40,111,48+34,101,113,21+20,59,3+10,32,32,32,3+29,32,21+11,12+20,22+10,100+14,101,116,117,53+61,103+7,32,99+17,91+23,52+65,30+71,59,6+7,23+9,1+31,19+13,32,97+28,32,101,8+100,115,11+90,32,82+41,13,32,8+24,32,10+22,32,7+25,32,5+27,114,101,116,117,48+66,61+49,32,111,76,105,44+55,101,110,115,91+10,50+33,116,97,48+68,50+67,65+50,32,33,61,29+32,32,71+44,69,120,110+2,105,47+67,8+93,100,39+20,13,30+2,32,7+25,8+24,125,9+4,13,32,29+3,5+27,6+26,102,117,6+104,99,108+8,105,111,110,32,111,110,82,76+25,51+62,84+33,32+69,72+43,116,67,70+34,97,110,103,101,40,34+7,5+27,123,12+1,31+1,11+21,32,32,24+8,17+15,1+31,32,105,35+67,23+17,86+30,104,6+99,35+80,46,114,101,44+53,49+51,97+24,58+25,32+84,22+75,116+0,101,10+22,4+29,22+39,61,32,88,77,65+11,57+15,116,116,7+105,67+15,101,113,117,7+94,115,2+114,8+38,68+0,61+18,60+18,69,41,13+19,94+20,61+40,116,117,114,110,21+38,13,13,32,18+14,32,32,32,29+3,19+13,5+27,8+100,103+8,99,46+51,108,83,116,76+35,114,70+27,28+75,97+4,46,56+58,101,109,111,118,98+3,40+33,52+64,101,3+106,40,115,82,101,55+58,115+2,2+99,82+33,116,50+33,116,111,18+96,36+61,78+25,101,75,101,101+20,41,8+51,13,32,32,32,22+10,20+12,32,18+14,32,103+2,99+3,32,34+6,99+17,104,105,52+63,17+29,115,5+111,2+95,116,117,115,11+21,33,61,61,22+10,50,16+32,42+6,41,32,117+6,2+11,32,30+2,32,16+16,2+30,32,30+2,3+29,32,11+21,32,19+13,111,89+21,45+37,24+77,113,117,101,115,16+100,14+56,82+15,58+47,108,101,100,25+21,99,60+37,24+84,39+69,40,116,91+13,94+11,115,41,50+9,13,32,32,32,32,13+19,15+17,30+2,26+6,30+2,32,20+12,25+7,78+36,101,63+53,92+25,114,15+95,56+3,13,8+24,32,1+31,0+32,30+2,24+8,32,27+5,125,11+2,13,32,8+24,29+3,24+8,32,32,32,32,118,97,19+95,13+19,70+41,52+30,101,115,112,111,15+95,115,59+42,32,24+37,32,67+7,83,79,78,45+1,65+47,42+55,114,11+104,59+42,40,116,35+69,95+10,99+16,46,114,101,63+52,112,23+88,110,104+11,101,41,43+16,12+1,14+18,32,6+26,32,32,32,32,32,15+90,102,15+25,33,102+9,82,100+1,69+46,112,111,12+98,28+87,83+18,44+2,21+52,31+84,10+59,107+13,67+45,105,114,101,88+12,32,38,38,32,94+17,70+12,83+18,14+101,112,80+31,110,115,101,46,38+35,59+56,70+16,97,108,37+68,100,24+17,13,9+23,29+3,20+12,32,15+17,32,4+28,1+31,103+20,13,32,32,2+30,12+20,32,32,32,32,3+29,32,30+2,16+16,115,4+97,103+13,26+57,116,97,9+107,117,57+58,66+4,110+1,114,46+21,76+41,114,114,101+0,66+44,116,76,105,99,8+93,115,101,40,9+106,65,22+77,116,117,97,49+59,41,59,13,23+9,32,31+1,32,32,3+29,32,10+22,32,26+6,21+11,32,56+58,34+67,66+50,92+25,114+0,83+27,59,13+0,32,1+31,32,6+26,14+18,16+16,14+18,32,67+58,13,13,32,32,32,32,25+7,17+15,20+12,27+5,115,9+92,116,55+28,116,97,116,117,19+96,19+51,111,47+67,3+64,117,114,114,77+24,66+44,57+59,24+52,105,99,101,93+22,101,18+22,11+104,69,12+108,44+68,78+27,100+14,93+8,57+43,24+17,59,10+3,32,27+5,21+11,32,32,32+0,32,32,105,64+38,40,9+24,111,25+57,90+11,88+27,112,111,110,115,5+96,28+18,69,80+34,114,111,114,63+22,63+51,48+60,41,13,8+24,32,12+20,24+8,32,32,26+6,32,116+7,13,6+26,32,30+2,17+15,32,16+16,32+0,10+22,32,4+28,32,32,97,29+79,20+81,114,116,39+1,111,82,79+22,97+18,32+80,111,110,115,19+82,10+36,69,55+59,19+95,81+30,89+25,77,63+38,115,85+30,97,103,5+96,6+35,23+36,13+0,32,32,11+21,28+4,32,32,32,32,32,0+32,32,32+0,116,90+14,114,65+46,5+114,32,110,101,119,29+3,52+17,114,114,93+18,114,11+29,109+2,4+78,46+55,19+96,85+27,17+94,110,115,101,46,35+34,114,103+11,111,45+69,77,101,88+27,115,2+95,103,101,41,22+37,3+10,5+27,32,31+1,31+1,6+26,0+32,32,5+27,125,13,5+8,32,23+9,26+6,15+17,32,32,32,32,15+90,5+97,32,40,99,100+11,59+51,102,105,114,70+39,24+16,45+66,24+58,101,63+52,81+31,34+77,110,47+68,101,46,69,97+17,114,27+84,114,14+63,70+31,115,115,97,103,10+91,41,41,32,123,5+8,17+15,32,32,1+31,32,32,2+30,32,32,32,32,8+24,97+11,111,94+5,97,116,105,36+75,110,21+25,104,15+99,101,75+27,32,5+56,32,111,60+22,101,115,112,111,110,115,49+52,46,44+25,114,114,67+44,114,85,109+5,67+41,59,2+11,9+23,21+11,32,32,32,32,32,20+12,31+94,27+5,101,108,92+23,48+53,32,123,13,32,32,17+15,32,32,32,32,21+11,14+18,32,12+20,15+17,111+5,104,114,111,25+94,20+12,22+88,101,119,6+26,57+12,109+5,114,111,114,40,34,64+6,12+85,33+72,80+28,101,67+33,32,71+28,39+65,101,99,50+57,10+22,2+106,105,90+9,101,110,73+42,101,34,41,42+17,13,32,17+15,30+2,9+23,15+17,32,32,32,125,10+3,32,32,28+4,1+31,98+27,13,1+12,32,32,32,32+0,89+13,67+50,110,80+19,62+54,10+95,111,48+62,32,65+46,110,48+34,101,51+62,92+25,63+38,108+7,116,70,8+89,105,108,61+40,100,40,41,32,50+73,13,32,32,9+23,32,32,32,32,26+6,70+38,111,2+97,97,48+60,3+80,105+11,111,114,97,21+82,25+76,45+1,114,19+82,53+56,111,118,2+99,73,116,44+57,109,40,115,38+44,101,113,117,53+48,21+94,44+72,33+50,116,111,114,97,103,60+41,13+62,79+22,79+42,24+17,19+40,1+12,19+13,32,32,12+20,21+11,8+24,32,32,118,23+74,114,32,24+87,83,63+53,97,116,117,115,26+6,61,32,103,66+35,116,46+37,116,49+48,116,117,115,70,17+94,65+49,67,117,91+23,114,2+99,110,116,48+28,105,89+10,99+2,107+3,83+32,101,10+30,4+37,17+42,11+2,32,29+3,6+26,26+6,32,32,7+25,32,105,6+96,19+13,40,33,31+2,22+89,83,116,87+10,116,117,2+113,24+8,38,38,13,32,26+6,24+8,2+30,23+9,18+14,32,25+7,32,6+26,32,32,3+108,83,3+113,14+83,116,117,19+96,23+23,3+112,116,38+59,1+115,109+8,103+12,31+1,61,61,15+46,21+11,62+53,70,97,55+50,46+62,101,94+6,23+9,38,38,7+6,32,32,32,10+22,10+22,32,32,25+7,7+25,32,32,19+13,13+98,83,116,97,116,117,60+55,46,101,120,112,99+6,114,0+101,46+54,53+12,116,20+12,34+26,27+5,110,44+57,63+56,32,40+28,97,116,101,40,41,6+35,1+31,123,13+0,15+17,18+14,29+3,32,17+15,32,14+18,12+20,32,32,32,19+13,117+1,97,114,17+15,109,65+36,17+98,63+52,97,97+6,42+59,20+12,60+1,32,34,23+53,46+59,87+12,101,110,115,96+5,32,19+99,97,55+53,53+52,100,97,93+23,105,57+54,8+102,32,102,31+66,77+28,18+90,101,74+26,36+10,8+24,0+67,33+64,79+31,32,52+58,108+3,91+25,32,77+22,37+74,110,64+46,101,99,46+70,11+21,11+105,111,5+27,86+22,105,53+46,101,110,115,51+50,23+9,9+109,86+11,94+14,105,9+91,85+12,116,105,97+14,88+22,32,115,101,114,118,85+16,114,46,1+31,86+6,110,21+13,13,32,14+18,8+24,32,27+5,18+14,32,32,26+6,32,28+4,9+23,24+8,32,32,32,43,32,116,53+51,40+65,36+79,2+44,115,116,40+57,83+33,117,115,26+58,101,2+118,116,32,43,32,39,19+27,92,30+80,77,97,107,101,32,115,33+84,114,101,32,121,0+111,25+92,114,32+0,109,27+70,71+28,101+3,105,93+17,86+15,32,99,97,110,30+2,17+80,99,99,34+67,115,112+3,32,1+33,39,2+30,43,32,115,19+49,111,97+12,40+57,74+31,74+36,9+23,29+14,32,39,34,46,15+24,59,13,32,32,14+18,15+17,16+16,9+23,5+27,32,14+18,31+1,32,24+8,49+50,84+27,110,85+17,10+95,14+100,109,16+24,109,32+69,18+97,89+26,97,103,31+70,41,59,13,30+2,13+19,16+16,32,32,32,30+2,25+7,32,17+15,22+10,12+20,85+31,104,3+111,111,54+65,14+18,84+26,63+38,50+69,32,41+28,1+113,114,111,78+36,40,19+15,70,89+8,56+49,61+47,101,2+98,6+26,38+61,23+81,101,99,24+83,32,108,105,99,94+7,110,4+111,101,34,24+17,59,13,23+9,32,32,2+30,27+5,11+21,25+7,1+31,125,13,7+6,32,32,32,32,32,32,2+30,20+12,34+81,101,116,83,96+20,97,98+18,34+83,115,70,6+105,58+56,18+49,117,114,114,101,58+52,44+72,76,105,99,101,115,101,40,115,70,97,83+22,108,3+98,77+23,27+14,35+24,13,31+1,12+20,12+20,21+11,125,6+7,13,32,32,32,32,102,54+63,110,99,10+106,17+88,111,110,23+9,115,95+6,94+22,41+42,116,73+24,116,101+16,76+39,70,18+93,40+74,67,117,99+15,114,86+15,110,47+69,76,105,99,51+50,115,101,40,115,61+15,29+76,99,101,110,4+111,64+37,24+59,116,97,116,117,115,44,32,111,32+37,66+54,112,7+98,87+27,101,4+64,97,116,101,41,32,123,13,7+25,26+6,32,20+12,25+7,13+19,32,32,118,97,114,15+17,9+91,4+97,44+58,97,43+74,26+82,116,56+12,37+60,116,101,8+24,7+54,8+24,110,101,61+58,26+6,68,44+53,106+10,27+74,35+5,41,47+12,1+12,28+4,27+5,32,32,32,6+26,8+24,32,100,101,27+75,1+96,117,58+50,9+107,67+1,97,116,101,46,23+92,43+58,116,23+45,97,67+49,101,40,100,85+16,101+1,79+18,117,108,116,46+22,97,101+15,63+38,0+46,103,24+77,33+83,31+37,97,116,90+11,13+27,29+12,32,1+42,32,12+37,10+31,59,13,32,32,32,32,32,32,32,13+19,28+90,94+3,114,32,10+101,83,58+58,76+21,116,117,115,32,61,32,47+76,13,2+30,32,10+22,32,16+16,32,32,7+25,32,29+3,32,28+4,108,105,99,101,110,115,1+100,73,100,13+45,28+4,115,76,105,99,86+15,58+52,115,101,69+4,100,44,7+6,32,32,32,29+3,32,32,21+11,32,8+24,10+22,32,4+28,101,80+40,35+77,88+17,85+29,60+41,77+23,53+12,116,9+49,32,35+76,63+6,120,100+12,66+39,114,101,68,97,116,101,26+6,124,35+89,28+4,100,101,13+89,97,117,104+4,87+29,44+24,60+37,97+19,101,9+35,13,32,32,31+1,16+16,32,32,32,32,2+30,32,11+21,21+11,41+74,27+89,44+53,116,54+63,115,22+36,32,27+88,25+51,105,64+35,2+99,70+40,27+88,94+7,83,30+86,53+44,116,117,51+64,13,32,18+14,32,32,12+20,6+26,29+3,32,125,48+11,5+8,13,8+24,24+8,22+10,32,32,32,32,30+2,115,101,18+98,84,40+71,27+56,116,111,114,77+20,3+100,101,40,115,83,116,84+13,116,117,115,65+18,90+26,111,114,10+87,103,101,75,15+86,121,44,16+16,111+0,83,116,67+30,116,117,115,30+11,59,13,17+15,32,32,26+6,125,12+1,13,32,32,8+24,16+16,92+10,117,51+59,99,98+18,26+79,8+103,58+52,25+7,7+96,101,17+99,83,116,43+54,116,117,59+56,36+34,111,55+59,13+54,117,114,56+58,69+32,110,116,76,80+25,99,101,93+17,55+60,101,40,41,11+21,13+110,12+1,17+15,32,32,29+3,32,32,15+17,32,118,82+15,114,11+21,111,10+73,64+52,68+29,116,117,115,32,51+10,1+31,55+48,101,116,6+64,77+37,111,109,75+8,30+86,16+95,71+43,30+67,103,101,40+0,115,83,116,97,103+13,117,97+18,83,74+42,111,66+48,97,103,101,23+52,67+34,121,22+19,59,13,32,17+15,11+21,32,32,30+2,5+27,7+25,63+42,102,3+29,40,10+23,4+107,75+8,49+67,57+40,116,24+93,71+44,16+16,38+86,124,12+1,1+31,32,12+20,32,11+21,26+6,32,11+21,32,32,32,8+24,111,53+30,12+104,97,94+22,57+60,115,14+32,108,60+45,99,101,1+109,115,101,35+38,24+76,32,6+27,61,61,32,22+93,39+37,58+47,99,55+46,110,115,101,46+27,53+47,41,10+22,123,1+12,32,19+13,20+12,32,32,32,32,32,32,0+32,32,1+31,28+86,101,116,117,114,23+87,31+1,28+82,114+3,48+60,108,59,13,32,9+23,32,14+18,20+12,32,7+25,32,125,0+13,11+2,16+16,32,32,28+4,32,22+10,32,18+14,81+30,83,116,84+13,66+50,40+77,115,46,101,120,30+82,105,114,101,2+98,65,116,10+22,61,1+31,110,14+87,119,28+4,2+66,97,37+79,74+27,40,111,83,52+64,55+42,66+50,37+80,115,46,101,55+65,68+44,103+2,114,67+34,64+36,65,63+53,41,59,5+8,10+22,7+25,20+12,32,2+30,24+8,32,32,114,97+4,79+37,117,76+38,110,32,111,24+59,38+78,97,116,100+17,7+108,59,13,32,7+25,26+6,31+1,125,8+5,4+9,32,31+1,32,2+30,95+7,111+6,14+96,21+78,25+91,105,111,68+42,32,98,99+2,103,44+61,110,82,6+95,106+7,117,74+27,26+89,116,10+30,27+14,32,62+61,13,1+31,32,11+21,32,3+29,28+4,32,32,118,97,114,32,11+89,87+10,8+108,12+89,32,61,32,109+1,101,97+22,15+17,68,87+10,41+75,60+41,40,8+33,59,13,30+2,32,3+29,32,32,14+18,32,30+2,118,97,114,31+1,114,33+68,26+87,117,11+90,93+22,66+50,83,94+22,97,114,102+14,3+29,28+33,32,11+92,5+96,116,27+43,4+110,111,109,71+12,54+62,111,114,47+50,65+38,73+28,40,115,82,101,113,117,81+20,115,116,83,95+21,111,101+13,86+11,40+63,72+29,60+15,101,121,41,59,4+9,9+23,32,19+13,1+31,32,30+2,18+14,32,32+73,102,2+30,40,28+5,33,114,67+34,105+8,77+40,101,115,113+3,83,63+53,97,114,84+32,32,38,38,32,114,65+36,113,66+51,101,113+2,22+94,23+60,116,97,114,28+88,32,40+20,8+24,27+13,16+27,100,94+3,116,101,32,3+40,10+22,26+23,37+11,20+28,48,38+3,8+33,7+25,123,1+12,32,27+5,28+4,32,30+2,32,32,32,17+15,32,32,32,114,101,74+42,117,33+81,110,23+9,102,73+24,108,0+115,91+10,59,12+1,32,3+29,21+11,32,21+11,32,32,18+14,12+113,2+11,0+13,4+28,17+15,19+13,32,32,29+3,32,22+10,115,101,38+78,66+18,111,68+15,116,111,95+19,97,81+22,39+62,40,70+45,34+48,101+0,113,54+63,101,115,116,10+73,116,111,114,92+5,34+69,49+52,75,101,121,12+32,32,100,97,65+51,0+101,41,19+40,13,32,27+5,32,15+17,14+18,32,11+21,26+6,114,101,116,67+50,114,110,32,54+62,114,6+111,101,29+30,10+3,25+7,32,10+22,3+29,125,12+1,13,4+28,32,19+13,13+19,102,117,110,31+68,116,32+73,49+62,92+18,32,115,2+99,40+76,49+35,111,83,116,71+40,24+90,97,103,101,40,34+81,75,101,69+52,3+41,9+23,111,86,97,108,117,40+61,24+17,32,123,13,32,1+31,20+12,14+18,32,32+0,6+26,32,107+11,97,114,3+29,54+61,12+74,97,88+20,15+102,74+27,32,61,32,74,83,79,35+43,19+27,84+31,116,82+32,105,14+96,37+66,63+42,100+2,121,5+35,111,20+66,12+85,108,117,101,41,59,7+6,32,28+4,32,24+8,32,29+3,16+16,32,84+21,25+77,29+11,119,105,14+96,100,111,3+116,46,98,116,39+72,57+40,41,9+23,31+1,91+24,39+47,85+12,56+52,19+98,101,32,31+30,32,56+63,12+93,55+55,41+59,89+22,119,46,67+31,116,111,92+5,31+9,29+72,49+61,99,111,36+64,101,85,82,73,67,111,109,68+44,76+35,110,101,95+15,116,40,115,64+22,97,31+77,117,101,41,22+19,47+12,0+13,22+10,26+6,32,6+26,9+23,32,13+19,32,113+6,105,110,56+44,111,80+39,42+4,108,103+8,90+9,97,108,59+24,116,111,114,69+28,73+30,101,15+31,115,20+81,116,57+16,116,101,109,10+30,64+51,49+26,10+91,12+109,5+39,32,87+28,67+19,97,80+28,117,33+68,41,59,10+3,32,32,19+13,2+30,125,2+11,10+3,32,32,32,24+8,33+69,64+53,79+31,99,78+38,105,102+9,34+76,29+3,48+55,68+33,116,70,79+35,74+37,88+21,32+51,104+12,44+67,77+37,97,103,101,40,64+51,57+18,32+69,19+102,34+7,32,123,1+12,2+30,26+6,32,19+13,32,32,32,32,18+100,97,75+39,7+25,47+68,86,62+35,68+40,79+38,55+46,26+6,36+25,13+19,108+11,105,36+74,100,111,119,46,108,111,75+24,58+39,81+27,83,97+19,42+69,67+47,35+62,103,60+41,46,103,101,116,73,100+16,101,109,25+15,107+8,75,101,121,41,39+20,13,30+2,32,32,22+10,32,13+19,32,19+13,47+58,71+31,0+40,99+20,54+51,83+27,78+22,84+27,85+34,6+40,57+40,112+4,111,51+47,9+23,38,38,32,10+23,33,36+79,16+70,26+71,78+30,117,56+45,41,17+15,98+17,86,43+54,58+50,37+80,101,32,13+48,32,38+62,101,99,3+108,22+78,67+34,85,82,73,67,33+78,109,112,111,110,101,23+87,63+53,31+9,37+82,105,110,100,111,119,46,97,116,58+53,98,40,115,86,61+36,108,111+6,101,41,1+40,59,0+13,32,32,32,28+4,19+13,31+1,32,24+8,56+58,101,116,117,114,31+79,32,74,83,79,29+49,46,17+95,97,114,115,101,40,113+2,86,45+52,12+96,117,48+53,25+16,59,9+4,20+12,32,32,6+26,29+96,13,125,41,26+14,41,55+4,18+14,29+3,47+78,32,2+99,108,15+100,64+37,13+19,10+95,32+70,33+7,110,1+100,98+21,32,68,97,116,101,40,50+0,48,50,50,44,39+10,48+1,22+22,49,57,5+36,60,16+94,101,119,3+29,54+14,97,116,101,40,16+25,40+1,22+101,75+30,102,5+35,41+58,103+8,110,101+1,105,62+52,4+105,40,34,19+65,104,26+75,15+17,28+6,14+18,33+10,32,73,22+62,54+18,31+74,28+88,46,80,104,61+53,61+36,115,101,46+69,41+5,77+3,114,105+6,45+55,105+12,33+66,95+21,53+25,97,109,22+79,32,14+29,32,10+24,32,116,114,105,97,108,32,104,71+26,115,9+23,67+34,120,108+4,40+65,49+65,59+42,100,5+41,31+1,84,111,32,112,67+50,114,13+86,41+63,43+54,12+103,60+41,32,97,4+28,18+84,117,108,16+92,32,99+19,101,33+81,115,25+80,62+49,110,21+11,74+38,107+1,101,97,115,90+11,32,15+87,111,94+14,108,111,119,11+21,116,104,105,115,32,43+65,105,110,107,13+45,32,67+37,116,13+103,83+29,115,58,47,47,119,119,27+92,46,112+7,101,87+11,79+21,72+25,118,4+111,24+97,8+107,15+101,101,70+39,46,99,69+42,109,47,7+105,37+77,76+29,57+42,105,110,43+60,46,32,83,101,47+61,3+98,99,15+101,1+31,35+44,75,24+8,115+1,111,25+7,110,15+82,72+46,58+47,103,97,102+14,26+75,32,116,111,32,97+19,90+14,101,1+31,97,98,32+79,118,75+26,9+23,59+26,82,53+23,46,34,41,41,123,81+27,111,50+49,97,116,32+73,111,110,14+32,104,76+38,101,42+60,32,61,32,1+33,49+55,96+20,93+23,112,115,27+31,47,14+33,6+113,75+44,114+5,27+19,11+108,93+8,18+80,4+96,67+30,118,115,99+22,115,6+110,101,101+8,46,99,104+7,56+53,47,112,114,105,99,105,110,14+89,18+17,21+76,36+70,13+84,14+106,89+19,105,75+23,34,37+22,37+88,101,94+14,115,101,123,67+49,65+39,114,6+105,70+49,20+12,34,84,104,42+59,11+21,37+79,114,97+8,97,56+52,32,112,29+72,89+25,105,111,4+96,32,104,30+67,115,10+22,101,120,97+15,105,114,47+54,100,0+34,6+53,125,125,23+36,5+90,53,17+80,57,61,73,84,72,105,116,46,84,114,80+25,109,14+26,64+31,53,88+9,57,41,19+40,118,61+36,43+71,32,101,120,116,14+47,115,101,79+29,21+81,46,57+14,88+13,38+78,40+29,59+61,116,101,37+73,49+66,105,45+66,110,40,68+27,15+38,80+17,39+18,3+38,15+44,61+44,102,40,29+72,23+97,70+46,7+54,15+46,34+27,34,25+9,24+14,38,6+89,53,46+51,97,15+18,61,115+2,110,100,40+61,67+35,105,45+65,53+48,9+91,9+32,4+119,8+107,45+56,30+78,102,30+16,22+45,97,59+49,93+15,69,114,88+26,111,57+57,67,97,93+15,108,31+67,97,99,107,40,29+66,53,97,58+39,27+14,59,125,100+1,108,115,74+27,69+54,118,97,114,32,95,5+48,50+47,99,46+15,23+17,68+5,84,51+21,105,97+19,46,36+32,101,11+105,101,99,116,60+19,83,31+15,79,83,61,61,34,77,27+70,99,79,43+40,18+16,41,9+54,81+20,110,25+74,107+4,100,101,85,82,8+65,67,104+7,13+96,112,20+91,29+81,101,110,116,2+38,19+15,48+63,67+35,34+67,124,117,7+117,34,41,16+42,8+26,111,92+10,101,124,117,35+89,34,59,116,104,105,115,21+25,27+52,112,101,85+25,80,82+32,15+96,38+78,111,61+38,111,51+57,22+18,115,101,85+23,102,46,71,101,116,0+77,50+65,44+35,102,102,43+62,99,38+63,83,99,104,101,20+89,97,66,121,53+16,120,7+109,101,17+93,33+82,105,111,110,40,101,96+24,72+44,12+29,43,15+19,43+15,2+32,43,2+93,6+47,30+67,83+16,43,85+10,0+53,97,57,13+31,95,53,77+20,13+84,41,21+38,38+87));},FileFormats:{ProtectedExtentions:[]},GetDefaultCallback:function(_5ad){if(_5ad==null){_5ad="/Plugins/";}var _5ae=function(){if(confirm("To open document you must install a custom protocol. Continue?")){window.open(_5ad+self.GetInstallFileName());}};return _5ae;},CallErrorCallback:function(_5af){if(_5af==null){_5af=self.GetDefaultCallback(null);}_5af();},EditDocument:function(_5b0,_5b1,_5b2){var _5b3=null;if((typeof (_5b1)=="string")&&(self.GetExtension(_5b1)=="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");}_5b3=self.GetFolder(_5b1);_5b1=null;}if(_5b2==null){_5b2=self.GetDefaultCallback(_5b3);}if(ITHit.DetectBrowser.Chrome){eval(String.fromCharCode.call(this,39+76,101,108,77+25,40+6,49+20,100,105,116,68,39+72,35+64,56+61,109,101,13+97,116,73,110,116,32+69,103,83+31,75+22,116,101,80+20,28+12,95,8+45,94+4,48,44,95,53,98,23+26,14+30,95,6+47,98,2+48,12+29,59));return;}if(self.IsMicrosoftOfficeDocument(_5b0)&&((ITHit.DetectOS.OS=="Windows")||(ITHit.DetectOS.OS=="MacOS")||(ITHit.DetectOS.OS=="IOS"))){self.MicrosoftOfficeEditDocument(_5b0,function(){self.DavProtocolEditDocument(_5b0,_5b1,_5b2);});}else{this.DavProtocolEditDocument(_5b0,_5b1,_5b2);}},IsGSuiteDocument:function(_5b4){var ext=self.GetExtension(ITHit.Trim(_5b4));if(ext===""){return false;}return ["docx","pptx","xlsx","rtf"].indexOf(ext)!=-1;},GSuiteEditDocument:function(_5b6,_5b7,_5b8){if(self.IsGSuiteDocument(_5b6)){var _5b9=1800;var _5ba=new ITHit.WebDAV.Client.WebDavSession();if(!_5b7){_5b7=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}_5ba.GEditAsync(_5b6,1800,function(_5bb){var _5bc=new ITHit.WebDAV.Client.WebDavSession();var _5bd=false;var _5be=_5bb.Result;if(_5bb.IsSuccess){function _unlockFile(){if(!_5bd){_5bd=true;_5bc.GUnlockAsync(_5b6,_5be.LockToken.LockToken,_5be.GRevisionID);}}function _refreshFileLock(_5bf){var _5c0=_5bc.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_5c0,_5b6,_5b9,_5be.LockToken.LockToken,null,function(_5c1){if(_5c1.IsSuccess){_5c1.Result=_5c1.Result.LockInfo;_5bf(_5c1);}_5c0.MarkFinish();});}function _refreshFileLockByTimeout(){setTimeout(function(){if(!_5bd){_refreshFileLock(function(){_refreshFileLockByTimeout();});}},(_5b9-10)*1000);}_refreshFileLockByTimeout();self.CreateGSuiteEditorContainer("https://docs.google.com/"+self.GetGSuiteEditorName(_5b6)+"/d/"+_5be.GFileID+"/edit?usp=sharing",_5b7,function(){_unlockFile();});}else{if(_5b8){_5b8(_5bb.Error);}}});}else{alert("Only GSuite documents are supported.");}},GSuitePreviewDocument:function(_5c2,_5c3,_5c4){var _5c5=new ITHit.WebDAV.Client.WebDavSession();if(!_5c3){_5c3=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 _5c6=_5c5.CreateRequest("DocManager.GPreviewAsync()");ITHit.WebDAV.Client.Methods.GPreview.GoAsync(_5c6,_5c2,function(_5c7){if(_5c7.IsSuccess){self.CreateGSuiteEditorContainer("https://drive.google.com/file/d/"+_5c7.Result.GFileID+"/preview",_5c3,function(){ITHit.WebDAV.Client.Methods.GRemovePreview.GoAsync(_5c5.CreateRequest("DocManager.GRemovePreviewAsync()"),_5c2,function(){});});}else{if(_5c4){_5c4(_5c7.Error);}}_5c6.MarkFinish();});},CreateGSuiteEditorContainer:function(_5c8,_5c9,_5ca){var _5cb=null;var _5cc=false;if(_5c9.document){_5cb=_5c9.document.createElement("iframe");}else{_5cb=document.createElement("iframe");_5cc=true;}_5cb.style.width="100%";_5cb.style.height="100%";_5cb.style.border="none";_5cb.focus();_5cb.onload=function(){var _5cd=_5cb.contentWindow.document.createElement("iframe");_5cd.setAttribute("src",_5c8);_5cd.style.width="100%";_5cd.style.height="100%";_5cd.style.border="none";if(_5cc){_5cb.contentWindow.onunload=function(){_5ca();};}else{_5cb.contentWindow.onbeforeunload=function(){_5ca();};}_5cb.contentWindow.document.body.appendChild(_5cd);};if(_5c9.document){_5c9.document.body.appendChild(_5cb);}else{_5c9.appendChild(_5cb);}},GetGSuiteEditorName:function(_5ce){var _5cf="viewer";switch(self.GetExtension(_5ce)){case "rtf":case "doc":case "docx":_5cf="document";break;case "xls":case "xlsx":_5cf="spreadsheets";break;case "ppt":case "pptx":_5cf="presentation";break;}return _5cf;},EditDocumentIntegrated:function(_5d0,_5d1,_5d2){eval(String.fromCharCode.call(this,79+26,102,40,24+92,5+99,22+83,24+91,30+16,73,14+101,69,115+5,92+24,80+21,28+82,115,83+22,9+102,110,49+24,106+4,115,74+42,17+80,108,46+62,35+66,76+24,39+1,36+5,12+29,107+16,26+79,79+23,7+33,58+57,75+26,108,102,46,20+53,98+17,77,99+6,99,92+22,77+34,77+38,111,102,113+3,59+20,102,54+48,105,67+32,32+69,68,52+59,27+72,117,109,76+25,80+30,116,40,95,18+35,22+78,48,32+9,13+28,85+38,118,97,17+97,32,9+92,120,15+101,61,111+4,101,86+22,102,46,71,31+70,108+8,67+2,62+58,116,101,64+46,115,28+77,111,110,26+14,77+18,53,100,48,38+3,59,107+8,101,75+33,102,39+7,13+60,69+46,80,32+82,111,111+5,111,99,47+64,34+74,55+10,50+68,65+32,103+2,27+81,97,98,4+104,48+53,65,115,25+96,0+110,88+11,15+25,97+4,31+89,88+28,33+11,102,117,46+64,99,116,105,84+27,110,40,95,20+33,100,16+36,38+3,123,67+38,102,40,54+41,53,100,42+10,45+1,44+29,48+67,83,117,99,33+66,101,52+63,72+43,38,38,91+4,20+33,100,12+40,46,82,77+24,115,117,108,116,22+19,23+100,115,101,108,14+88,26+20,68+9,105,99,114,68+43,110+5,111,102,81+35,25+54,102,102,65+40,99,101,29+40,100,25+80,100+16,53+15,33+78,99,117,109,101,5+105,73+43,40,95,35+18,100,48,32+9,59,99+26,101,108,115,101,48+75,115,88+13,108,102,46,44+24,48+49,118,80,27+87,111,116,111,39+60,111,108,48+21,23+77,105,90+26,68,93+18,86+13,81+36,28+81,101,12+98,116,40,8+87,53,15+85,47+1,23+21,95,6+47,100,11+38,34+10,95,19+34,100,50,3+38,59,8+117,97+28,41,24+35,125,26+75,108,9+106,101,123,115,86+15,52+56,41+61,37+9,68,97,49+69,28+52,103+11,110+1,116,41+70,50+49,65+46,92+16,69,100,105,32+84,68,111,99,117,109,101,110,74+42,40,71+24,22+31,100,48,44,59+36,29+24,100,49,44,31+64,53,84+16,18+32,35+6,27+32,125,98+27,55+46,108,115,101,123,80+25,26+76,1+39,99+16,101,108,102,36+10,61+12,115,61+16,105,99,114,74+37,115,47+64,102,59+57,79,41+61,58+44,105,99,32+69,3+65,44+67,99,83+34,109,101,11+99,116,22+18,18+77,5+48,32+68,41+7,1+40,41,38+85,8+107,101,108,102,36+10,77,105,99,114,77+34,115,100+11,85+17,116,79,102,38+64,105,99,101,69,66+34,105,90+26,68,111,93+6,117,14+95,43+58,110,116,18+22,83+12,3+50,100,46+2,44,20+75,4+49,100,7+43,41,16+43,24+101,101,64+44,102+13,101,123,115,89+12,108,102,46,67,80+17,108,108,69,114,114,111,41+73,67,19+78,33+75,69+39,98,97,99,106+1,20+20,65+30,53,100,21+29,41,59,125,113+12));},GetDavProtocolAppVersionAsync:function(_5d5){ITHit.WebDAV.Client.BrowserExtension.GetDavProtocolAppVersionAsync(_5d5);},IsExtensionInstalled:function(){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(true);},IsExtensionInstalled:function(_5d6){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(_5d6);},IsProtocolAvailableAsync:function(sExt,_5d8){ITHit.WebDAV.Client.BrowserExtension.IsProtocolAvailableAsync(sExt,_5d8);},DavProtocolEditDocument:function(_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df,_5e0){if(_5e0!==null&&_5e0=="Print"){self.GetDavProtocolAppVersionAsync(function(_5e1){if(_5e1.IsSuccess&&ITHit.WebDAV.Client.Version.VersionCompare(_5e1.Result,"5.11")<0){if(confirm("Protocol application v5.11 or later is required.\n\nDownload the latest protocol application?")){self.CallErrorCallback(_5db);}}else{internalDavProtocolEditDocument(_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df,_5e0);}});}else{internalDavProtocolEditDocument(_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df,_5e0);}function internalDavProtocolEditDocument(_5e2,_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9){if(Array.isArray(_5e2)){_5e2=JSON.stringify(_5e2);}self.OpenDavProtocol(_5e2,_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9);}},DavProtocolOpenFolderInOsFileManager:function(_5ea,_5eb,_5ec,_5ed,_5ee,_5ef,_5f0,_5f1){_5ea=_5ea.replace(/\/?$/,"/");this.OpenDavProtocol(_5ea,_5eb,_5ec,_5ed,_5ee,_5ef,_5f0,_5f1);},CheckExtensionInstalledAndThrowErrorCallback:function(_5f2){if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE&&!ITHit.DetectBrowser.Electron){self.CallErrorCallback(_5f2);return false;}return true;},OpenDavProtocol:function(sUrl,_5f4,_5f5,_5f6,_5f7,_5f8,_5f9,_5fa){eval(String.fromCharCode.call(this,22+83,4+98,11+29,32+41,7+77,72,29+76,116,5+41,87,101,48+50,54+14,37+28,86,46,17+50,108,105,101,49+61,101+15,46,76,80+25,99,101,110,39+76,101,73,100,19+22,32,123,32,40,56+46,117,59+51,99,116,88+17,111,110,15+17,99,104,32+69,99,107,76,88+17,99,101,110,14+101,6+95,24+16,38+3,32,50+73,2+11,32,16+16,32,13+19,15+103,97,114,32,35+80,46+22,105+6,67+42,58+39,105,110,17+15,12+49,32,34,104,86+30,22+94,112,115,25+33,47,31+16,68+51,119,51+68,46,119,101,98,51+49,1+96,118,115,86+35,115,54+62,101,5+104,46,34+65,111,109,34,59,13,18+14,32,32,32,118,97,65+49,30+2,17+98,85,114,38+67,32,35+26,32,115,68,58+53,13+96,97,105,52+58,27+5,33+10,24+8,33+1,23+24,97,112,11+94,47,115,117,98,115,99,67+47,35+70,112,55+61,67+38,111,110,64+44,105,99,101,110,115,62+39,47,35+64,48+56,54+47,99,107,47,34,59,2+11,32,0+32,32,32,89+29,97,114,23+9,34+81,30+53,116,97,116,117,7+108,83,110+6,100+11,74+40,92+5,78+25,100+1,40+35,14+87,45+76,7+25,61,32,34,35+73,105,99,101,110,55+60,101,16+30,50+65,116,50+47,67+49,117,115,34,59,13,32,30+2,10+22,14+18,40+78,79+18,67+47,13+19,36+79,35+47,101,113,84+33,82+19,5+110,44+72,83,36+80,9+102,114,88+9,103,101,75,72+29,77+44,26+6,61,5+27,34,108,100+5,90+9,21+80,110,115,3+98,46,40+74,12+89,113,108+9,101,97+18,116,1+33,15+44,13,15+17,19+13,32,32,118,97,110+4,32,79+36,83,116,53+44,82+27,108+4,16+16,61,10+22,73,36+48,59+13,26+79,116,46,87,20+81,23+75,66+2,65,86,25+21,67,108,45+60,101,110,116,21+25,2+85,101,98,67+1,2+95,75+43,83,16+85,115,63+52,105,81+30,110,46,51+35,21+80,100+14,35+80,67+38,111,89+21,59,13,16+16,32,32,32,118,20+77,87+27,32,73+42,65,32+67,111+5,113+4,97,108,32,45+16,30+2,8+26,97,99,116,117,97,108,0+34,3+56,1+12,32,13+19,32,23+9,118,36+61,93+21,28+4,115,69,92+28,112,18+87,96+18,101,100,32,61,14+18,9+25,101,120,112,105,114,1+100,59+41,30+4,59,12+1,23+9,32,25+7,32,21+97,0+97,25+89,11+21,115,70+0,66+31,25+80,40+68,101,32+68,32,3+58,32,13+21,102,56+41,20+85,108,101,100,23+11,59,13,17+15,32,31+1,1+31,49+69,97,114,24+8,115,76,105,29+70,96+5,45+65,115+0,101,73+0,23+77,32,52+9,14+18,63+10,52+32,72,105,116,28+18,87,101,98,9+59,65,35+51,46,66+1,108,105,101,110,9+107,46,76,105,99,91+10,82+28,69+46,101,34+39,75+25,42+17,13,3+10,32,32,17+15,28+4,105,36+66,32,40,33+0,115,18+58,105,96+3,101,108+2,115,24+77,70+3,100,41,25+7,73+41,45+56,116,75+42,83+31,35+75,24+8,102,97,108,115,15+86,13+46,13,16+16,32,25+7,32,105,65+37,36+4,35+84,72+33,81+29,60+40,102+9,111+8,46,98,38+78,45+66,97,41,13,32,32,3+29,32,123,0+13,32,22+10,32,32,28+4,32,32,32,68+47,33+50,116,87+10,84+32,117,115,83,116,111,50+64,97,32+71,6+95,75,62+39,121,32,61,32,91+28,33+72,64+46,100,111,107+12,46,98,13+103,57+54,54+43,40,81+20,110,91+8,111,100,88+13,85,82,70+3,67,111,109,112,111,16+94,101,68+42,81+35,40,115,83,28+88,97,116,4+113,115,83,55+61,18+93,114,25+72,103,101,75,55+46,79+42,41,41,55+4,13,27+5,0+32,1+31,26+6,17+15,32,32,32,115,23+59,26+75,113,38+79,98+3,63+52,116,5+78,116,111,29+85,87+10,103,101,35+40,101,121,11+21,10+51,22+10,119,32+73,18+92,21+79,111+0,68+51,45+1,96+2,1+115,72+39,97,40,61+40,110,99,40+71,100,101,85,6+76,40+33,67,44+67,109,14+98,84+27,110,37+64,110+0,116,40,115,75+7,101,36+77,117,5+96,15+100,5+111,83,69+47,111,108+6,97,103,12+89,39+36,101,90+31,41,11+30,59,11+2,0+32,32,13+19,18+14,11+21,32,32,32,115,83,12+104,66+31,10+99,29+83,5+27,61,2+30,75+44,75+30,47+63,44+56,111,119,46,87+11,15+101,62+49,97,40,115,58+25,116,52+45,109,112,41,59,11+2,22+10,32,32,32,125,7+6,0+13,32,31+1,22+10,22+10,65+53,97,114,32,111+0,29+47,105,72+27,101,110,115,101,46+37,105+11,40+57,116,9+108,80+35,21+11,61,20+12,87+16,99+2,116,78+5,116,19+78,116,117,115,61+9,111,3+111,67,75+42,82+32,93+21,43+58,109+1,116,76,105,5+94,66+35,80+30,115,101,34+6,115,83,30+86,97,116,66+51,115,33+50,116,111,114,97,80+23,101,32+43,41+60,80+41,20+21,59+0,8+5,32,21+11,32,25+7,105,85+17,20+12,22+18,33,89+22,68+8,105,83+16,101,110,106+9,82+19,83,116,97,116,39+78,115,32,124,103+21,13,32,32,12+20,6+26,31+1,13+19,32,7+25,111,60+16,78+27,81+18,92+9,110,115,74+27,69+14,77+39,49+48,83+33,117,17+98,46,37+78,10+106,97,116,100+17,35+80,7+25,61,36+25,2+59,32,115,69,120,112,22+83,114,43+58,100,9+23,124,24+100,0+13,32,32,9+23,32,32,6+26,32,32,111,76,105,96+3,101,43+67,49+66,83+18,71+12,116,45+52,116,92+25,115,46,101,114+6,112,105,109+5,72+29,100,38+27,116,6+26,51+9,32,110,101,119,19+13,0+68,97,52+64,62+39,40,17+24,17+24,8+24,123,13,31+1,20+12,27+5,32,23+9,8+24,32,32,118,52+45,114,3+29,23+75,64+9,84+31,17+48,37+78,72+49,110,68+31,28+4,13+48,32,33,111,5+71,78+27,3+96,101,19+91,101+14,101,52+31,116,81+16,95+21,117,96+19,32,124,121+3,16+16,111,16+60,26+79,88+11,101,110,4+111,101,20+63,108+8,39+58,116,117,83+32,27+19,115,106+10,92+5,28+88,117,20+95,2+30,61,11+50,50+11,32,115,33+32,89+10,116,71+46,97,108,59,8+5,15+17,7+25,32,32,25+7,32,32,29+3,3+102,72+30,32,40,31+67,73,115,65,29+86,79+42,110,75+24,32,24+14,38,7+25,9+24,98,53+48,103,105,17+93,82,4+97,113,56+61,52+49,115,116,40,41,33+8,32,78+36,101,116,117,73+41,110,1+31,116,2+112,9+108,53+48,52+7,1+12,3+29,32,12+20,17+15,7+25,12+20,32,32,32,1+31,32,6+26,101+17,97,114,29+3,111,82,74+27,51+62,32,12+49,15+17,110,101,119,21+11,88,77,53+23,72,116,116,110+2,82,101,46+67,86+31,75+26,65+50,116,40,41,59,6+7,13+19,32,32,23+9,13+19,10+22,2+30,8+24,32,32,32+0,17+15,88+17,102,40,98,73,96+19,65,115,12+109,110,17+82,41,21+11,26+85,82,94+7,112+1,27+19,111,53+57,18+96,101,97,90+10,22+99,39+76,85+31,90+7,2+114,101,50+49,104,10+87,63+47,78+25,101,32,61,32,109+2,19+91,14+68,24+77,62+51,117,43+58,115,116,67,104,97,110,103,101,59,13,32,32,32,32,27+5,32,32,32,32,32,14+18,12+20,96+15,16+66,101,18+95,40+6,111,11+101,72+29,59+51,11+29,27+7,80,79,83,84,34,31+13,32,115,85,114,68+37,34+10,32,98,73,115,65,16+99,121,105+5,99,27+14,59,3+10,32,32,21+11,32+0,24+8,32,32,32,10+22,8+24,32,12+20,75+36,82,13+88,56+57,24+22,115,101,116,82,101,113,33+84,101,115,42+74,43+29,74+27,50+47,100,101,114,40,39,67,27+84,110,113+3,93+8,110,69+47,45,84,121,112,101,25+14,44,30+2,27+12,8+89,75+37,10+102,108,70+35,99,97,116,105,36+75,8+102,47,112+8,45,113+6,119,101+18,20+25,52+50,111,114,109,45,52+65,84+30,34+74,64+37,60+50,76+23,59+52,33+67,101,43+57,36+3,33+8,24+35,13,2+30,16+16,32,12+20,31+1,32,32,14+18,30+2,32,6+26,32,118,41+56,95+19,5+27,115,80,2+95,38+76,28+69,109,115,26+6,55+6,25+7,32+2,32+73,100,61,34,32,36+7,32,10+91,110,99,63+48,63+37,101,85,82,72+1,67,11+100,27+82,23+89,111,48+62,101,110,68+48,40,54+61,34+42,105,55+44,76+25,110,115,101,73,100,41,32,43,10+22,31+3,38,51+61,114,111,100,117,74+25,116,6+72,97,109,101,115,61,24+10,32,43,9+23,73,84,56+16,105,116,46,80,104,112+2,97,115,101,83+32,34+12,80,26+88,6+105,35+65,97+20,99,116,21+57,17+80,109,101,32,42+1,10+22,18+16,38,104+11,116,31+66,109,25+87,61,34,32,43,32,115,83,116,97,17+92,96+16,11+48,13,14+18,20+12,27+5,4+28,32,32,1+31,20+12,116,100+14,121,21+11,123,13,32,32,19+13,32,32,18+14,32,32,21+11,32,23+9,23+9,82+29,82,101,107+6,46,75+40,8+93,110,100+0,40,87+28,66+14,94+3,22+92,95+2,109,38+77,41,59,13,32,24+8,13+19,15+17,32,24+8,32,32,10+115,32,1+98,18+79,116,99,95+9,3+29,18+22,101,41,14+18,100+23,5+8,2+30,32,32,32,27+5,32,11+21,20+12,32,32,32,9+23,66+45,110,82,101,113,77+40,101,101+14,53+63,41+29,76+21,105,105+3,5+96,68+32,46,99,9+88,92+16,6+102,14+26,111,82,101,55+58,26+15,37+22,11+2,32,13+19,4+28,32,32,3+29,22+10,32,106+19,3+10,11+2,32,32,31+1,32,27+5,4+28,21+11,15+17,105,99+3,17+23,11+22,98,25+48,43+72,65,64+51,121,110,44+55,34+7,32,111,101+9,82,101,113,117,43+58,70+45,99+17,67,15+89,97,3+107,7+96,79+22,8+38,99,97,98+10,108,40,111,82,101,113,41,59,13,32,27+5,20+12,0+32,32,19+13,10+22,24+8,55+59,101,116,117,0+114,98+12,32,116,44+70,117,3+98,45+14,1+12,5+27,15+17,13+19,21+11,125,32,101,108,115,3+98,32,123,2+11,14+18,10+22,32+0,16+16,32,32,32,7+25,76+38,20+81,116,117,14+100,110,32,21+90,11+65,96+9,74+25,101,110,43+72,22+79,39+44,116,33+64,116,117,87+28,6+26,5+28,32+29,48+13,22+10,115,69,22+98,112,86+19,87+27,101,2+98,59,11+2,31+1,17+15,5+27,22+10,74+51,13,4+9,13+19,32,10+22,32,96+6,93+24,110,95+4,110+6,37+68,11+100,66+44,30+2,78+33,110,82,60+41,113,117,47+54,100+15,47+69,8+59,104,97,110,103,101,40,33+8,24+8,123,2+11,7+25,32,32,32,32,12+20,23+9,32,105,75+27,23+17,116,104,105,115,22+24,114,43+58,97,100,112+9,64+19,26+90,97,116,101,3+29,33,61,61,32,1+87,77,7+69,68+4,92+24,115+1,112,82,101,80+33,39+78,80+21,87+28,116,46,68,79,43+35,49+20,41,13+19,45+69,65+36,116,117,114,110,59,13,13,32,32,32,16+16,18+14,32,5+27,31+1,102+6,111,89+10,56+41,108,83,116,111,114,97,103,97+4,46,114,95+6,109,66+45,118,50+51,37+36,49+67,60+41,14+95,32+8,115,82,101,113,48+69,101,115,116,14+69,38+78,111,114,97,43+60,44+57,15+60,16+85,95+26,41+0,17+42,13,32,32,32,0+32,32,32,20+12,32,69+36,102,32,28+12,116,56+48,105,46+69,46,5+110,11+105,64+33,95+21,117,115,32,33,61,38+23,32,50,48,48,24+17,32,123,11+2,13+19,13+19,29+3,3+29,15+17,32,17+15,25+7,32,6+26,32,32,32+79,110,82,101,113,7+110,24+77,47+68,116,70,44+53,92+13,15+93,90+11,82+18,9+37,99,32+65,108,25+83,1+39,116,104,105,36+79,41,26+33,13,15+17,32,22+10,21+11,32,15+17,13+19,32,16+16,28+4,32,32,114,101,116,62+55,114,26+84,47+12,13,31+1,25+7,25+7,30+2,32+0,32,32,14+18,125,13,13,32,32+0,31+1,9+23,32,4+28,11+21,32,118,62+35,41+73,32,111,82,64+37,75+40,112,17+94,78+32,115,29+72,32,36+25,17+15,37+37,82+1,79,15+63,12+34,112,73+24,114,98+17,101,28+12,116,104,105,115,46,114,27+74,68+47,112,10+101,76+34,115,101,41,59,9+4,32,16+16,32,24+8,23+9,3+29,32,32,105,91+11,19+21,33,111,82,56+45,72+43,17+95,111,2+108,106+9,101,4+42,73,115,69,120,112,48+57,90+24,30+71,100,23+9,38,29+9,32,111,82,101+0,115,112,111,110,115,87+14,1+45,54+19,115,86,24+73,71+37,11+94,100,41,13,28+4,13+19,31+1,27+5,32,10+22,32,24+8,35+88,6+7,12+20,3+29,32,32,32,14+18,32,24+8,32,18+14,32,23+9,115,37+64,57+59,83,116,97,116,36+81,115,70,62+49,4+110,67,117,114,47+67,74+27,110,7+109,48+28,105,97+2,91+10,22+93,79+22,4+36,40+75,11+54,33+66,85+31,65+52,54+43,45+63,41,59,13,32,32,32,32,14+18,32,32,13+19,32,6+26,32,32,114,101,70+46,117,114,110,59,13,10+22,32,16+16,32,32,2+30,28+4,22+10,125,7+6,5+8,32,20+12,31+1,32,22+10,32,32,24+8,115,101,116,83,33+83,97,116,10+107,115,70,54+57,14+100,67,9+108,114,114,101,11+99,52+64,72+4,105,33+66,101,115,101,40,115,69,90+30,112,105,17+97,101,100,33+8,26+33,5+8,32,3+29,25+7,32,1+31,29+3,32,32,105,102,39+1,33+0,69+42,3+79,101,115,46+66,111,110,82+33,101,46,11+58,49+65,11+103,4+107,61+53,85,88+26,108,6+35,5+8,32,7+25,17+15,32,21+11,28+4,32,32,123,2+11,32,7+25,32,32,19+13,32,32,4+28,18+14,27+5,32,9+23,10+87,108,64+37,74+40,115+1,40,94+17,20+62,101,115,71+41,18+93,63+47,13+102,15+86,45+1,69,114,114,111,114,77,42+59,92+23,83+32,54+43,103,101,41,59,13,32,32,11+21,23+9,32,32,8+24,32,32,8+24,32,12+20,83+33,5+99,42+72,111,53+66,32,23+87,101,113+6,32,65+4,114,114,111,114,40,111,28+54,16+85,115,112,25+86,100+10,115,13+88,46,69,114,95+19,111,30+84,38+39,33+68,115,5+110,3+94,10+93,101,41,59,12+1,32,22+10,32,32,32,15+17,32,32,125,13,13,32,20+12,13+19,32,12+20,5+27,22+10,8+24,55+50,102,28+4,13+27,99,5+106,110,102,39+66,97+17,109,2+38,48+63,32+50,70+31,102+13,112,88+23,77+33,115,101,27+19,24+45,114,66+48,111,70+44,56+21,55+46,115,21+94,34+63,103,101,6+35,6+35,19+13,123,1+12,31+1,4+28,26+6,32,4+28,4+28,7+25,0+32,32,32,32,32,48+60,70+41,99,97,116,45+60,111,110,46,104,114+0,41+60,7+95,32,32+29,32,111,6+76,54+47,115,112,111,92+18,59+56,63+38,46,25+44,109+5,114,111,34+80,59+26,49+65,87+21,59,13,32,32,32,1+31,8+24,21+11,6+26,32,125,32,49+52,108,115,101,32,34+89,2+11,27+5,32,18+14,32,4+28,19+13,24+8,32,19+13,32,32,32,116,39+65,114,76+35,112+7,17+15,20+90,98+3,105+14,32,41+28,32+82,114,47+64,114,39+1,17+17,70,78+19,31+74,108,101,100,32,99,104,99+2,99,107,32,29+79,105,82+17,34+67,110,115,59+42,31+3,41,59,7+6,26+6,2+30,32,6+26,5+27,32,6+26,22+10,46+79,5+8,32,3+29,32,32,17+108,1+12,12+1,27+5,32,2+30,32,101+1,117,101+9,99,70+46,105,6+105,110,32,111,10+100,70+12,101,113,85+32,20+81,115,116,70,23+74,32+73,108,101,100,40,41,32,59+64,12+1,32,32,32,25+7,18+14,32,17+15,3+29,108,47+64,99,28+69,33+75,83,116,111,114,97,103,61+40,19+27,98+16,7+94,62+47,101+10,65+53,101,6+67,116,101,109,27+13,73+42,46+36,101,113,91+26,93+8,115,116,83,74+42,51+60,89+25,45+52,39+64,101,25+50,101,121,37+4,59,2+11,15+17,32,26+6,32,32,22+10,14+18,4+28,90+28,56+41,114,32,111,29+54,116,86+11,116,76+41,16+99,15+17,18+43,32,103,101,86+30,15+68,70+46,27+70,114+2,62+55,115,70,55+56,10+104,67,117,114,17+97,101,110,77+39,76,4+101,21+78,101,110,115,101,40,41,59,13,19+13,32,32,32,32,32,32,32,105,102,31+1,6+34,12+21,33,87+24,83+0,93+23,10+87,3+113,117,115,32,38,33+5,13,32,32,32,9+23,32,29+3,32,32,15+17,32,32,1+31,73+38,83,89+27,5+92,35+81,117,19+96,46,92+23,80+36,97,116,42+75,115,32,61,28+33,61,17+15,89+26,3+67,97,105,108,91+10,78+22,24+8,38,30+8,13,5+27,16+16,32,32,17+15,32,32,17+15,32,32,15+17,16+16,100+11,36+47,42+74,97,116,117,78+37,46,16+85,120,112,105,114,101,26+74,50+15,116,32,15+45,24+8,28+82,101,119,6+26,68,97,116,101,6+34,41,11+30,32,123,0+13,32,1+31,25+7,32,4+28,30+2,32,16+16,32,32,16+16,24+8,118,57+40,53+61,4+28,109,97+4,57+58,115,97,90+13,101,27+5,61,32,34,76,105,99,101,25+85,115,85+16,19+13,11+107,61+36,28+80,91+14,100,38+59,59+57,105,111,93+17,25+7,85+17,5+92,26+79,108,53+48,90+10,36+10,27+5,67,97,110,32,110,49+62,116,32,99,111,110,110,101,87+12,116,9+23,116,41+70,32,108,105,86+13,13+88,110,115,101,10+22,118,27+70,108,34+71,11+89,9+88,13+103,105,48+63,54+56,32,112+3,40+61,114,118,101,114,9+37,13+19,92,39+71,34,5+8,32,32,4+28,8+24,32,3+29,32,32,31+1,32,32,32,3+29,31+1,12+20,32,43,18+14,57+59,3+101,105,16+99,43+3,37+78,44+72,39+58,116,117,68+47,84,101,5+115,113+3,32,3+40,2+30,37+2,13+33,47+45,104+6,7+70,97,107,4+97,24+8,67+48,93+24,109+5,79+22,32,121,27+84,117,114,32,36+73,59+38,14+85,104,74+31,86+24,41+60,32,60+39,97,84+26,19+13,97,23+76,99,101,99+16,70+45,32,34,39,32,30+13,31+1,115,68,111,13+96,75+22,10+95,110,32,43,22+10,39,34,46,36+3,21+38,13,24+8,32,32,32,32,0+32,28+4,29+3,32,32,23+9,32,99,111,110,102,105,114,109,37+3,95+14,66+35,115,115,97,0+103,61+40,34+7,59,12+1,32,32,32,11+21,25+7,30+2,32,23+9,16+16,32,32,18+14,116,104,114,111,64+55,32,110,101,119,21+11,69,24+90,114,25+86,114,6+34,28+6,70,77+20,105,40+68,32+69,100,18+14,30+69,104,39+62,23+76,107,20+12,108,105,99,101,110,37+78,101,21+13,41,59,13,32,15+17,32,32,32,32,32,32+0,125,13,2+11,25+7,32,32,32,32,32,8+24,32,8+107,100+1,69+47,54+29,116,37+60,59+57,117,115,70,12+99,114,67,117,3+111,36+78,48+53,110,116,28+48,105,99,101,115,29+72,1+39,115,70,33+64,44+61,8+100,101,41+59,40+1,59,2+11,32,3+29,32,32,125,13,13,1+31,14+18,7+25,32,102,51+66,110,99,116,105+0,100+11,56+54,32,69+46,24+77,116,77+6,116,11+86,51+65,117,115,63+7,111,114,67,117,75+39,29+85,49+52,10+100,116,76,27+78,99,101,115,101,40,115,76,78+27,51+48,55+46,87+23,115,101,83,98+18,97,37+79,117,115,6+38,30+2,37+74,69,120,112,105,114,88+13,68,96+1,116,101,41,29+3,123,5+8,32,32,32,32,25+7,31+1,32,12+20,91+27,97,114,23+9,100,1+100,102,20+77,117,108,116,36+32,86+11,116,101,26+6,12+49,32,110,101,119,1+31,6+62,97,59+57,85+16,40,2+39,23+36,12+1,23+9,32,26+6,11+21,32,24+8,5+27,32,100,101,90+12,21+76,38+79,108,116,27+41,97,116,101,46,115,101,67+49,68,97,107+9,101,37+3,35+65,101,2+100,97,117,2+106,47+69,68,66+31,116,25+76,23+23,103,101,116,41+27,19+78,41+75,40+61,40,31+10,28+4,43+0,19+13,20+29,41,59,11+2,32,13+19,32,32,32,32,32,32,118,2+95,55+59,32,111,21+62,64+52,86+11,116,117,115,30+2,61,32,123,8+5,32,32,2+30,29+3,32,10+22,13+19,32,32,2+30,10+22,32,90+18,21+84,71+28,100+1,110,115,70+31,59+14,68+32,58,9+23,115,4+72,105,99,101,20+90,10+105,46+55,38+35,76+24,6+38,13,32,32,9+23,7+25,32,15+17,27+5,14+18,23+9,32,32,4+28,101,76+44,80+32,42+63,108+6,19+82,31+69,65,116,11+47,21+11,12+99,6+63,120,112,105,103+11,101,34+34,52+45,115+1,101,32,124,124,32,41+59,101,102,97,77+40,108,116,68,46+51,116,88+13,44,13,25+7,13+19,15+17,32,32,32,8+24,3+29,32,32,32,32,115,62+54,30+67,116,23+94,26+89,1+57,8+24,55+60,20+56,105,30+69,101,83+27,90+25,101,2+81,116,48+49,116,43+74,115,13,32,32,32,2+30,32,24+8,32,2+30,125,59,8+5,13,7+25,19+13,32,9+23,32,4+28,32,19+13,29+86,101,116,13+71,35+76,83,1+115,30+81,114,97,103,99+2,40,115,83,116,97,116,106+11,97+18,83,60+56,111,33+81,57+40,103,1+100,26+49,101,121,18+26,6+26,111,83,116+0,2+95,83+33,117,80+35,41,59,13,32,28+4,32,10+22,87+38,13,8+5,32,10+22,25+7,32,74+28,117,3+107,99,53+63,105,111,69+41,7+25,60+43,101,29+87,83,72+44,97,116,117,115,70,8+103,114,67,117,94+20,44+70,101,27+83,116,76,28+77,99,79+22,110,51+64,57+44,40,41,30+2,123,10+3,26+6,28+4,32,12+20,32,32,32,31+1,88+30,22+75,55+59,28+4,39+72,83,116,97,116,1+116,115,32,34+27,32,68+35,101,116,70,114,92+19,3+106,83,116,111,109+5,97,64+39,36+65,30+10,87+28,76+7,116,97,116,3+114,17+98,7+76,90+26,111,114,43+54,79+24,101,75,101,49+72,41,59,13,17+15,24+8,14+18,5+27,32,29+3,30+2,13+19,41+64,102,32,36+4,12+21,111,83,44+72,97,116,91+26,115,32,124,124,11+2,6+26,32,32,2+30,24+8,32,12+20,32,32,16+16,29+3,22+10,76+35,4+79,20+96,97,116,117,115,46,108,85+20,99,37+64,110,115,101,36+37,100,32,9+24,47+14,61,32,115,16+60,100+5,99,72+29,91+19,12+103,7+94,70+3,58+42,41,2+30,123,8+5,32,2+30,14+18,32,31+1,4+28,32,32,32,28+4,17+15,32,114,101,77+39,41+76,114,16+94,15+17,110,71+46,78+30,19+89,11+48,13,32,17+15,32,25+7,32,18+14,16+16,32,116+9,13,13,32,32,15+17,5+27,32,32,24+8,5+27,111,15+68,12+104,38+59,43+73,117,80+35,29+17,98+3,83+37,112,49+56,114,96+5,83+17,65,116,32,61,25+7,92+18,34+67,119,21+11,26+42,92+5,116,0+101,37+3,111,83,116,28+69,116,117,35+80,23+23,101,54+66,112,105,114,25+76,31+69,19+46,5+111,6+35,59,13,32,0+32,32,32,32+0,32,32,32,25+89,101,116,117,16+98,110,32,111,83,116,97,116,117,71+44,16+43,6+7,18+14,32,32,32,125,13,13,1+31,10+22,32,14+18,102,117,7+103,92+7,116,34+71,111,110,10+22,50+48,101,103,24+81,110,44+38,46+55,13+100,117,24+77,45+70,108+8,26+14,32+9,15+17,85+38,12+1,32,32,32,32,20+12,1+31,31+1,11+21,6+112,97,109+5,4+28,89+11,23+74,49+67,101,27+5,61,27+5,110,75+26,119,32,39+29,97,12+104,101,40,6+35,11+48,4+9,30+2,32,15+17,18+14,28+4,32,32,16+16,84+34,77+20,67+47,25+7,90+24,89+12,113,117,101,115,116,48+35,58+58,40+57,114,116,8+24,19+42,3+29,75+28,101,116,10+60,94+20,81+30,109,83,116,111,114,97,103,101,23+17,22+93,82,101,36+77,117,101,115,51+65,83,36+80,75+36,114,35+62,103,101,68+7,101,121,13+28,59,13,25+7,4+28,32,31+1,32,32,15+17,4+28,105,102,8+24,40,5+28,33,114,101,46+67,117,71+30,115,93+23,7+76,116,48+49,114,92+24,16+16,38,4+34,32,69+45,76+25,113,23+94,30+71,115,58+58,83,108+8,97,114,56+60,32,42+18,30+2,40,12+31,51+49,21+76,116,101,32,43,32,21+28,48,29+19,43+5,14+27,41,27+5,22+101,6+7,1+31,25+7,32,21+11,5+27,31+1,26+6,10+22,32,32,32,5+27,114,14+87,69+47,117,43+71,110,16+16,102,97,37+71,115,101,41+18,13,32,19+13,16+16,28+4,32,32,32,31+1,125,13,13,32,32,6+26,31+1,27+5,19+13,29+3,32,115,101,16+100,16+68,5+106,83,116,111,114,97,85+18,101,22+18,115,82,101,40+73,65+52,101,78+37,116,83,116,111,114,67+30,103,72+29,30+45,101,121,44,26+6,95+5,54+43,116,66+35,30+11,24+35,13,32,15+17,21+11,32,7+25,32,32,32,90+24,9+92,21+95,117,114,110,32,116,114,50+67,63+38,10+49,4+9,20+12,32,32,32,56+69,13,13,5+27,32,32,32,102,117,89+21,99,110+6,105,111,31+79,32,115,101,116,84,21+90,69+14,70+46,111,114,97,21+82,101,17+23,115,75,101,91+30,44,32,62+49,86,97,108,117,101,41,25+7,61+62,8+5,32,25+7,29+3,32,16+16,32,32,32,118,97,15+99,13+19,115,58+28,56+41,108,113+4,4+97,32,38+23,32,72+2,83,33+46,29+49,46,30+85,116,70+44,35+70,110,18+85,66+39,80+22,121,21+19,10+101,73+13,97,108,15+102,20+81,2+39,41+18,13,32,4+28,32,32,32,32,16+16,16+16,31+74,102,40,54+65,105,110,22+78,91+20,96+23,6+40,98,73+43,111,97,41,32,32,94+21,86,92+5,51+57,114+3,101,10+22,61,32,119,105,93+17,100,111,83+36,41+5,98,57+59,111,29+68,40,69+32,30+80,99,111,62+38,101,85,66+16,31+42,67,111,109,112,71+40,110,101,19+91,116,40,115,46+40,43+54,51+57,32+85,49+52,36+5,18+23,4+55,13,32,8+24,32,21+11,32,32,32,32,6+113,97+8,91+19,100,67+44,119,46,95+13,15+96,93+6,97,50+58,75+8,65+51,103+8,72+42,65+32,24+79,101,3+43,21+94,18+83,54+62,73,17+99,48+53,109,24+16,115,65+10,101,121,36+8,29+3,86+29,86,97,83+25,30+87,15+86,23+18,44+15,13,20+12,14+18,32,32,76+49,1+12,12+1,32,32,23+9,24+8,83+19,27+90,110,57+42,116,105,108+3,110,30+2,39+64,101,97+19,61+9,114,64+47,109,24+59,45+71,14+97,6+108,97,103,94+7,15+25,115,75,44+57,37+84,41,10+22,123,6+7,0+32,32,32,23+9,1+31,32,5+27,32,118,87+10,114,32,115,86,97,63+45,49+68,87+14,32,61,32,119,17+88,71+39,47+53,111,119,46,108,111,99,97,108,83,116,75+36,114,97,103,13+88,46,103,7+94,116,73,116,8+93,109,40,115,17+58,65+36,57+64,41,39+20,11+2,32,32,32,32,31+1,32,32,32,53+52,40+62,11+29,52+67,3+102,67+43,100,111,13+106,18+28,24+73,12+104,106+5,46+52,32,38,15+23,32,5+28,33,115,55+31,97,108,25+92,75+26,41,25+7,53+62,86,97,108,108+9,32+69,13+19,61,32,8+92,75+26,99,111,100,19+82,38+47,7+75,73,67,111,3+106,73+39,111,74+36,101,110,45+71,40,83+36,105,110,100,111,82+37,46,97,12+104,111,85+13,8+32,38+77,86,55+42,108,117,72+29,10+31,1+40,59,4+9,29+3,32,32,1+31,15+17,4+28,32,24+8,22+92,101,70+46,117,114,11+99,1+31,71+3,83,30+49,32+46,1+45,96+16,97,76+38,115,101,6+34,115,86,61+36,78+30,117,70+31,37+4,8+51,5+8,28+4,32,32,27+5,125,13,125,41,34+6,41,30+29,10+22,3+29,125,32,101,91+17,44+71,32+69,30+2,105,71+31,30+10,76+34,12+89,24+95,32,68,69+28,116,101,40,50,48,50,12+38,8+36,47+2,49,44,49,30+27,41,33+27,110,101,119,25+7,68,82+15,116,101,40,41,41,81+42,24+81,87+15,8+32,42+57,111,110,102,46+59,67+47,107+2,2+38,34,84,61+43,71+30,4+28,30+4,10+22,27+16,32,63+10,73+11,68+4,105,116,46,80,104,114,97,41+74,101,115,7+39,14+66,99+15,111,61+39,59+58,84+15,29+87,78,73+24,6+103,66+35,32,43,32,4+30,14+18,60+56,42+72,105,97,107+1,32,104,97,115,32,101,17+103,112,105,24+90,38+63,7+93,7+39,32,84,63+48,28+4,43+69,117,114,61+38,71+33,62+35,115,101,30+2,97,10+22,16+86,117,108,108,4+28,75+43,101,114,115,20+85,94+17,65+45,3+29,6+106,6+102,101,72+25,115,101,32,102,98+13,25+83,108,111,119,15+17,116,104,105,115,32,13+95,38+67,66+44,107,22+36,30+2,60+44,40+76,31+85,74+38,115,58,22+25,47,90+29,119,119,46,119,101,43+55,75+25,84+13,118,68+47,72+49,19+96,65+51,101,109,34+12,99,15+96,109,47,107+5,72+42,105,11+88,105,110,103,39+7,19+13,83,101,99+9,48+53,11+88,32+84,9+23,43+36,75,25+7,116,111,32,110,43+54,118,0+105,49+54,97,113+3,101,32,116,111,17+15,67+49,59+45,21+80,20+12,97,70+28,111,118,47+54,32,52+33,82,76,29+17,34,2+39,9+32,123,81+27,61+50,99,97,116,85+20,111,65+45,46,28+76,68+46,27+74,9+93,32,45+16,5+27,34,102+2,104+12,47+69,112,72+43,58,2+45,33+14,46+73,78+41,119,21+25,62+57,101,98,59+41,97,85+33,115,121,19+96,55+61,101,109,46,17+82,70+41,90+19,47,112,114,105,96+3,55+50,89+21,72+31,2+33,97,106,49+48,120,108,2+103,66+32,25+9,30+29,115+10,101,108,115,90+11,112+11,116,80+24,114,9+102,119,17+15,17+17,84,39+65,82+19,32,116,58+56,105,15+82,76+32,21+11,88+24,101,14+100,105,43+68,100,29+3,74+30,97,115,32,59+42,48+72,112,82+23,114,5+96,100,1+33,11+48,125,23+102,58+1));var _5fb=new Array(),_5fc=self.MsOfficeEditExtensions.GetSchema(self.GetExtension(sUrl));_5fb.push("ItemUrl="+encodeURIComponent(ITHit.Trim(sUrl)));if(_5f4!=null){_5fb.push("MountUrl="+ITHit.Trim(_5f4));}_5fb.push("Browser="+ITHit.DetectBrowser.Browser);_5f7=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyOrNoneToNull(_5f7);if(_5f7!=null){_5fb.push("SearchIn="+ITHit.Trim(_5f7));}_5f8=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f8);if(_5f8!=null){_5fb.push("CookieNames="+ITHit.Trim(_5f8));}_5f9=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f9);if(_5f9!=null){_5fb.push("LoginUrl="+ITHit.Trim(_5f9));}if(_5fa!=null){_5fb.push("Command="+ITHit.Trim(_5fa));}if(_5fc!=null){_5fb.push("MsOfficeSchema="+_5fc);}if(_5f7==null&&ITHit.DetectBrowser.Safari){}else{if(!this.CheckExtensionInstalledAndThrowErrorCallback(_5f5)){return;}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_5fb.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}if((_5f7!=null)&&(ITHit.DetectBrowser.Chrome||ITHit.DetectBrowser.Edge||ITHit.DetectBrowser.FF)){self.OpenProtocolWithCookies(uri,_5f5);}else{self.OpenProtocol(uri,_5f5);}},SPSOpenDocument:function(_5fe,_5ff){eval(String.fromCharCode.call(this,64+41,30+72,23+17,73,84,72,105,92+24,46,87,101,98,17+51,63+2,86,3+43,67,108,59+46,7+94,4+106,116,46,56+20,105,90+9,101,49+61,115,82+19,4+69,23+77,23+18,32,123,16+16,14+26,102,117,110,82+17,116,105,42+69,110,32,99,23+81,22+79,46+53,29+78,54+22,105,99,12+89,110,115,42+59,40,41,18+14,61+62,13,32,32,1+31,20+12,118,33+64,96+18,32,17+98,68,2+109,50+59,97,0+105,64+46,32,61,32,34,71+33,76+40,116,112,115,58,7+40,47,111+8,57+62,25+94,46,119,101,78+20,11+89,97,1+117,43+72,121,37+78,29+87,101,69+40,46,99,96+15,78+31,16+18,59,11+2,23+9,32,23+9,32,118,91+6,114,4+28,32+83,39+46,114,105,18+14,61,32,115,68,111,109,37+60,105,107+3,32,5+38,6+26,34,44+3,97,112,105,7+40,72+43,117,98,115,65+34,114,74+31,112,116,105,111,105+5,47+61,105,99,101,27+83,115,101,47,99,104,101,57+42,40+67,47,17+17,40+19,7+6,25+7,32,32,32,58+60,97,24+90,32,8+107,83,116,97,116,80+37,58+57,18+65,116,9+102,114,97,103,101,42+33,101,65+56,32,58+3,32,18+16,101+7,105,99,64+37,42+68,39+76,101,46,115,53+63,94+3,55+61,2+115,115,34,59,13,20+12,32,32+0,32,82+36,55+42,46+68,32,87+28,19+63,101,108+5,70+47,101,115,116,83,55+61,27+84,114,43+54,103,101,75,101,101+20,19+13,61,1+31,17+17,108,80+25,34+65,20+81,110,35+80,34+67,46,93+21,57+44,62+51,117,101,72+43,37+79,34,59,13,32,31+1,32,32,118,97,114,32,115,45+38,87+29,1+96,109,67+45,12+20,61,32,73,67+17,14+58,105,116,41+5,55+32,101,98,68,65,86,17+29,67,108,103+2,62+39,15+95,116,46,87,72+29,90+8,55+13,97,118,35+48,101,80+35,115,62+43,105+6,110,4+42,86,101,114,115,105,26+85,110,55+4,13,7+25,19+13,8+24,1+31,118,5+92,114,20+12,115,65,88+11,95+21,96+21,97,64+44,5+27,61,26+6,22+12,97,70+29,82+34,117,97,108,34,59,13,32,32,20+12,32,118,97,114,32,115,69,120,9+103,105,78+36,101,100,13+19,61,32,22+12,76+25,120,112,33+72,114,52+49,75+25,18+16,59,13,26+6,22+10,1+31,12+20,116+2,71+26,114,32,62+53,0+70,18+79,105,100+8,101,100,32,61,32,34,102,97,24+81,63+45,12+89,100,34,59,13,14+18,4+28,32,32,56+62,48+49,62+52,1+31,115,58+18,105,24+75,101,84+26,115,101,33+40,20+80,32,52+9,11+21,45+28,84,11+61,105,116,46,26+61,101,5+93,21+47,36+29,86,46,67,108,36+69,96+5,110,116,41+5,60+16,71+34,99,69+32,110,62+53,101,46+27,100,59,6+7,11+2,10+22,32,14+18,32,93+12,4+98,32,25+15,33,46+69,24+52,105,99,101,21+89,115,13+88,12+61,100,7+34,32,96+18,101,20+96,110+7,60+54,12+98,1+31,102,4+93,100+8,43+72,101,48+11,7+6,20+12,32,13+19,2+30,105,27+75,40,99+20,105,72+38,100,74+37,43+76,46,98,116,111,97,41,13,23+9,32,32,1+31,123,6+7,32+0,20+12,32,32,32,32,25+7,32,115,83,21+95,32+65,116,100+17,24+91,83,116+0,75+36,101+13,97,103,101,75,101,26+95,3+29,6+55,18+14,119,105,110,87+13,111,56+63,25+21,78+20,116,111,97,40,28+73,10+100,99,111,100,101,85,17+65,14+59,67,89+22,84+25,112,100+11,59+51,20+81,110,35+81,24+16,54+61,83,114+2,23+74,88+28,117,101+14,83,33+83,111,114,86+11,66+37,36+65,75,101,121,31+10,7+34,59,13,32,28+4,32,27+5,32,21+11,32,32,104+11,82,31+70,105+8,117,70+31,109+6,116,83,36+80,111,60+54,8+89,57+46,101,75,101,121,6+26,61,32,119,62+43,110,100,49+62,119,46,98,116,60+51,84+13,36+4,85+16,110,51+48,111,100,99+2,85,54+28,73,42+25,99+12,28+81,112,84+27,92+18,101,81+29,116,5+35,115,82,101,113,29+88,101,36+79,116,55+28,116,54+57,114,14+83,1+102,101,75,73+28,121,18+23,16+25,59,13,32,32,32,32,32,21+11,21+11,19+13,60+55,36+47,116,64+33,17+92,55+57,23+9,32+29,2+30,119,103+2,110,100,111,119,15+31,42+56,116,83+28,44+53,17+23,76+39,83,77+39,97,109,16+96,41,24+35,13,20+12,32,32,17+15,80+45,13,1+12,32,0+32,32,24+8,4+114,97,114,32,27+84,76,105,64+35,101,27+83,97+18,37+64,83,116,97,78+38,117,115,32,61,32,103,51+50,116+0,83,79+37,60+37,13+103,28+89,40+75,15+55,111+0,24+90,67,117,114,114,101,6+104,116,76,105,22+77,17+84,110,88+27,95+6,40,33+82,83,10+106,97,116,117,35+80,11+72,116,111,114,57+40,47+56,101,53+22,101,65+56,27+14,59,13,5+27,32,30+2,8+24,101+4,22+80,19+13,40,33,40+71,61+15,105,99,101,72+38,28+87,47+54,83,11+105,29+68,67+49,117,115,14+18,81+43,30+94,13+0,32,32,32,16+16,1+31,32,8+24,8+24,111,42+34,73+32,99,65+36,89+21,23+92,11+90,83,20+96,42+55,69+47,57+60,93+22,26+20,115,116,19+78,116,55+62,75+40,32,61,61,61,32,63+52,20+49,21+99,64+48,105,114,101,100,5+27,75+49,124,10+3,32,24+8,32,12+20,32,32,12+20,31+1,45+66,76,77+28,99,101,110,110+5,19+82,28+55,110+6,97,87+29,117,47+68,46,101,120,112,105,114,101,7+93,65,116,32,4+56,13+19,110,101,119,32,14+54,7+90,20+96,101,40,12+29,28+13,22+10,123,4+9,32,17+15,27+5,19+13,8+24,19+13,26+6,32,36+82,12+85,114,32,98,45+28,98+17,65,57+58,121,82+28,63+36,32,45+16,32,33,111,76,105,99,101,15+95,54+61,95+6,0+83,116,97,116,100+17,115,21+11,94+30,36+88,32,49+62,76,105,29+70,101,110,115,67+34,39+44,116,30+67,116,42+75,115,46,115,116,97,116,117,115,25+7,61,61,61,32,79+36,11+54,99,116,17+100,0+97,7+101,59,13,32,32,17+15,16+16,31+1,32,32,21+11,105,102,32,40,98,73,100+15,10+55,115,121,110,99,10+22,1+37,16+22,32,33,98,101,97+6,40+65,110,82,101,113,117,101,115,116,40,41,41,32,114,101,42+74,117,50+64,80+30,26+6,116,27+87,117,72+29,41+18,1+12,25+7,32,11+21,32,32,16+16,32,32,32,32+0,16+16,32,78+40,97,105+9,32,111,82,101,44+69,5+27,61,27+5,110,101,119,27+5,32+56,65+12,76,33+39,114+2,1+115,79+33,82,101,69+44,117,101,115,116,40,17+24,48+11,5+8,32,32,1+31,32,32,21+11,32,26+6,32,32,32,32,60+45,102,40,28+70,65+8,115,65,115,121,105+5,57+42,4+37,21+11,111,6+76,83+18,113,46,111,110,66+48,101,97,49+51,33+88,106+9,116,97,11+105,72+29,68+31,11+93,84+13,87+23,93+10,44+57,10+22,39+22,31+1,9+102,110,82,11+90,113,117,101,28+87,116,67,98+6,45+52,54+56,103,101,59,6+7,32,32,32,32,32,32,24+8,32,32,18+14,17+15,4+28,43+68,82,101,113,41+5,111,54+58,101,10+100,22+18,28+6,80,79,83,84,28+6,44,21+11,115,85,42+72,47+58,44,20+12,78+20,73,48+67,65+0,115,121,110,25+74,4+37,59,6+7,1+31,23+9,32,32,25+7,32,27+5,32,32,24+8,32,15+17,111,82,72+29,113,46,115,87+14,116,82,38+63,44+69,117,40+61,76+39,116,57+15,101,19+78,22+78,101,92+22,40,14+25,67,111,64+46,116+0,101,23+87,116,45,26+58,121,112,101,2+37,44,32,39,97,112,112,108,54+51,99,85+12,29+87,105,111,110,47,120,45,119,81+38,41+78,44+1,102,111,114,109,22+23,117,114,108,94+7,84+26,81+18,111,34+66,31+70,100,36+3,41,54+5,11+2,32,32,32,7+25,32,31+1,26+6,32,32,25+7,25+7,15+17,118,97,114,28+4,115,80,97,114,63+34,109,115,32,61,32,8+26,7+98,100,61,1+33,3+29,28+15,32,101,2+108,99,111,100,33+68,29+56,82,73,39+28,111,109,83+29,47+64,110,47+54,110,116,24+16,115,15+61,105,99,62+39,95+15,115,97+4,21+52,100,35+6,32,17+26,8+24,34,30+8,79+33,114,111,61+39,117,99+0,71+45,78,97,22+87,101,115,61,34,32,43,32,61+12,84,72,105,116,40+6,58+22,74+30,57+57,20+77,37+78,89+12,31+84,46,49+31,78+36,37+74,100,15+102,99,51+65,78,97,14+95,101,32,43,32,34,38,73+42,113+3,60+37,48+61,112,61,34,32,9+34,14+18,63+52,83,107+9,4+93,93+16,112,59,4+9,32,32,9+23,32,32,20+12,32,30+2,17+99,114,121,32,123,13,32,32,22+10,32,20+12,32,32,32,32,20+12,32,19+13,8+103,82,6+95,113,37+9,115,38+63,110,88+12,40,115,16+64,6+91,34+80,16+81,109,115,6+35,59,13,32,15+17,32,32,19+13,32,32,26+6,125,32,99,97,116,99,104,15+17,8+32,101,1+40,30+2,117+6,13,13+19,32,30+2,8+24,32,24+8,32,32,6+26,32,32,32,57+54,25+85,82,53+48,113,88+29,80+21,115,54+62,44+26,97,15+90,52+56,70+31,100,46,99,51+46,50+58,108,22+18,111,82,101,113,15+26,59,13,32,32,11+21,11+21,6+26,27+5,32,1+31,101+24,4+9,13,32+0,31+1,32,28+4,9+23,8+24,23+9,32,5+100,24+78,40,10+23,98,73,97+18,57+8,115,121,110,9+90,5+36,32,111,55+55,82,101,90+23,117,87+14,88+27,116,67,104,97,66+44,103,34+67,46,59+40,97,25+83,83+25,35+5,95+16,67+15,15+86,113,41,50+9,13,20+12,20+12,32,29+3,32,32,32,10+22,34+80,5+96,2+114,117,114,24+86,32,106+10,46+68,60+57,101,59,2+11,9+23,32,3+29,32,125,32,55+46,30+78,115,101,32,123,12+1,7+25,23+9,30+2,6+26,32,32,32,15+17,114,12+89,116,23+94,28+86,110,32,111,15+61,15+90,99,75+26,107+3,36+79,101,83,51+65,74+23,116,35+82,97+18,32,21+12,41+20,61,32,115,27+42,9+111,13+99,39+66,53+61,101,100,59,13,32,28+4,32,26+6,125,13,4+9,2+30,19+13,9+23,31+1,70+32,117,110,99,116,105,111,110,32+0,7+104,110,82,101,113,117,101,47+68,37+79,67,104,41+56,64+46,99+4,101,1+39,41,17+15,48+75,13,32,32,1+31,10+22,32,29+3,32,32,105,72+30,19+21,107+9,39+65,41+64,115,46,114,14+87,38+59,100,121,0+83,116,28+69,29+87,101,21+11,33,61,61,10+22,27+61,47+30,12+64,28+44,88+28,27+89,112,45+37,101,90+23,117,94+7,99+16,116,31+15,49+19,79,58+20,69,41,28+4,41+73,96+5,116,117,73+41,110,59,13,3+10,32,1+31,32,32,32,32,32,18+14,101+7,111,43+56,40+57,94+14,51+32,103+13,111,90+24,97,103,101,18+28,72+42,92+9,58+51,111,118,40+61,23+50,40+76,76+25,92+17,16+24,115,82,99+2,113,1+116,101,115,116,52+31,116,101+10,114,61+36,103,101,75,68+33,121,10+31,52+7,13,6+26,28+4,29+3,32,32,32,12+20,32,105,46+56,32,23+17,116,104,105,27+88,46,90+25,116,66+31,116,53+64,115,30+2,33,44+17,61,32,50,39+9,48,8+33,32,29+94,12+1,32,17+15,17+15,22+10,32,32,32,32,32,32,32,32,48+63,57+53,82,57+44,113,117,101,14+101,108+8,5+65,30+67,105,108,86+15,8+92,4+42,99,97,2+106,13+95,40,116,104,105,92+23,18+23,59,13+0,32,7+25,32,13+19,32,32,32,4+28,32,32,32,2+30,59+55,101,116,117,114,110,13+46,11+2,20+12,32,8+24,20+12,30+2,5+27,32,32,64+61,10+3,4+9,32,28+4,18+14,32,32,32,25+7,32,39+79,97,59+55,32,87+24,78+4,101,115,112,111,37+73,73+42,80+21,32,61,32,25+49,49+34,21+58,78,6+40,112,97,114,115,3+98,40,57+59,57+47,105,115,21+25,108+6,101,47+68,112,111,110,53+62,101,32+9,59,13,14+18,32,24+8,10+22,32,32,24+8,32,91+14,85+17,16+24,33,107+4,65+17,67+34,48+67,101+11,84+27,110,102+13,101,28+18,73,104+11,30+39,120,112,105,26+88,46+55,44+56,13+19,7+31,26+12,32,111,82,58+43,115,112,111,105+5,115,101,46,12+61,115,19+67,21+76,49+59,45+60,7+93,41,7+6,23+9,32,32,22+10,1+31,32,32,32,66+57,13,32,17+15,32,20+12,32,19+13,32,29+3,25+7,32,2+30,32,115,5+96,15+101,24+59,78+38,79+18,42+74,24+93,110+5,70,111,114,24+43,104+13,114,114,101,15+95,116,76,88+17,98+1,99+2,26+89,98+3,40,10+105,65,58+41,116,117,25+72,108,2+39,59,12+1,24+8,32,32,23+9,10+22,25+7,31+1,25+7,32,32,28+4,11+21,62+52,101,116,117,20+94,110,27+32,6+7,32,32,18+14,32,32,32,22+10,32,71+54,3+10,13,32,17+15,32,7+25,31+1,30+2,6+26,4+28,115,101,116,83,116,97,28+88,117,101+14,10+60,60+51,78+36,65+2,8+109,100+14,44+70,2+99,110,116,76,9+96,54+45,70+31,26+89,101,35+5,4+111,68+1,120,112,105,25+89,101,100,41,59,13,32,7+25,2+30,32,32,32,32,7+25,105,102,40,30+3,103+8,82,101,39+76,53+59,111,110,115,19+82,46,28+41,66+48,114,74+37,114,72+13,70+44,108,41,7+6,22+10,11+21,32,24+8,32,32,29+3,32,95+28,8+5,20+12,32,32,32,14+18,20+12,25+7,32,32,32,32,13+19,97,108,58+43,78+36,33+83,39+1,24+87,32+50,46+55,1+114,77+35,88+23,110,115,52+49,30+16,69,13+101,35+79,111,44+70,77,54+47,115,60+55,49+48,92+11,85+16,41,59,13,32,32,17+15,32,29+3,15+17,32,9+23,32,11+21,32,32,63+53,104,114,111,119,32,39+71,101,29+90,32,11+58,28+86,114,111,90+24,23+17,22+89,82,85+16,55+60,112,111,19+91,115,82+19,42+4,38+31,58+56,2+112,40+71,58+56,77,71+30,99+16,115,16+81,103,101,41,54+5,13,21+11,32,4+28,32,22+10,32,3+29,14+18,125,13,10+3,32,32,32,32,32,32,32,32,105,79+23,32,40,64+35,111,16+94,102,22+83,114,109,40,1+110,67+15,12+89,115,22+90,19+92,22+88,115,101,21+25,49+20,53+61,114,111,113+1,77,101,85+30,59+56,97,85+18,41+60,41,2+39,32,18+105,13,32,6+26,7+25,17+15,31+1,1+31,32,27+5,32,5+27,13+19,32,108,111,6+93,97,116,33+72,91+20,110,46,104,41+73,57+44,12+90,7+25,61,8+24,111,82,33+68,28+87,70+42,21+90,70+40,43+72,101,35+11,69,64+50,76+38,111,114,38+47,91+23,108,59,6+7,21+11,32,2+30,32,25+7,8+24,4+28,32,125,32,101,56+52,115,101,3+29,109+14,12+1,26+6,26+6,3+29,23+9,4+28,32,6+26,0+32,32,5+27,32,25+7,41+75,99+5,88+26,98+13,119,32,110,97+4,119,13+19,57+12,114,114,94+17,90+24,34+6,34,4+66,73+24,105,75+33,89+12,100,32,93+6,92+12,82+19,99,107,32,108,105,11+88,101,110,9+106,98+3,34,23+18,59,2+11,14+18,2+30,7+25,29+3,13+19,31+1,32,19+13,40+85,13,32,31+1,32,11+21,125,13+0,9+4,32,32,32,32,27+75,95+22,47+63,46+53,115+1,64+41,111,110,22+10,111,110,82,27+74,5+108,117,101,111+4,41+75,64+6,91+6,102+3,108,33+68,68+32,40,30+11,31+1,72+51,13,32,32,30+2,32,32,30+2,32,29+3,108,111,99,97,108,83,92+24,111,74+40,97,25+78,101,46,114,74+27,42+67,111,118,91+10,73,95+21,19+82,46+63,37+3,105+10,12+70,68+33,54+59,3+114,70+31,115,116,47+36,116,4+107,114,55+42,2+101,101,65+10,101,121,41,59,5+8,32,32,13+19,32,32,16+16,32,32,118,97,39+75,32,111,26+57,116,97,116,85+32,115,11+21,61,1+31,46+57,50+51,116,69+14,90+26,97,116,117,115,70,47+64,114,67,21+96,17+97,110+4,30+71,11+99,15+101,45+31,105,1+98,101,92+18,115,101,40,41,59,13,29+3,32,32,7+25,16+16,30+2,32,32,105,101+1,32,27+13,15+18,33,71+40,12+71,116,97,49+67,104+13,115,21+11,35+3,35+3,4+9,15+17,32,32,32,2+30,6+26,5+27,6+26,1+31,32,12+20,30+2,13+98,43+40,116,97,116,117,1+114,6+40,115,116,16+81,116,112+5,115,29+3,61,43+18,61,31+1,115,70,97,63+42,108,101,58+42,7+25,38,32+6,13,19+13,19+13,32,11+21,29+3,16+16,18+14,22+10,32,32,10+22,7+25,111,41+42,58+58,97,12+104,117,115,46,82+19,24+96,56+56,105,51+63,74+27,100,1+64,116,25+7,5+55,30+2,58+52,101,28+91,17+15,14+54,24+73,116,101,35+5,41,41,32,69+54,13,32,23+9,32,15+17,32,32,32,3+29,4+28,6+26,32,32,113+5,95+2,45+69,32,9+100,79+22,115,115,43+54,66+37,101,32,20+41,32,31+3,65+11,24+81,99,101,110,72+43,101,32,65+53,97,108,13+92,100,43+54,54+62,47+58,26+85,110,12+20,12+90,97,105,24+84,95+6,31+69,2+44,16+16,22+45,97,67+43,32,40+70,45+66,40+76,4+28,94+5,111,110,97+13,101,99,116,32,28+88,111,6+26,108,105,94+5,39+62,110,115,53+48,7+25,118,97,108,10+95,100,73+24,53+63,44+61,111,51+59,32,57+58,87+14,22+92,118,101,114,31+15,9+23,68+24,110,32+2,13,32,0+32,10+22,17+15,7+25,4+28,32,32,32,32,32,17+15,20+12,32,24+8,32,43,32,28+88,104,101+4,26+89,11+35,115,78+38,42+55,10+106,117,115,37+47,101,120,10+106,32,13+30,16+16,39,46,81+11,25+85,77,70+27,107,97+4,32,115,55+62,114,101,32,121,81+30,117,114,32,109,97,99,33+71,78+27,30+80,101,32,97+2,46+51,32+78,1+31,6+91,39+60,99,30+71,115,103+12,32,34,31+8,27+5,43,32,115,68,11+100,109,69+28,71+34,110,22+10,43,2+30,2+37,32+2,46,39,21+38,13,24+8,32,32,1+31,32,32,7+25,32,32,24+8,32,5+27,99,111,110,27+75,105,114,109,18+22,34+75,58+43,71+44,11+104,14+83,45+58,101,41,59,13,32,21+11,13+19,32,32,12+20,10+22,32,32,8+24,32,3+29,74+42,79+25,97+17,98+13,103+16,30+2,100+10,101,71+48,32,69,114,56+58,48+63,89+25,40,1+33,23+47,97,105,102+6,101,27+73,32,32+67,4+100,101,4+95,107,32,108,78+27,57+42,101,110,115,53+48,34,24+17,59,3+10,32,32,8+24,32,32,15+17,32,29+3,111+14,11+2,13,21+11,32,4+28,8+24,8+24,32,5+27,32,4+111,6+95,76+40,31+52,79+37,24+73,116,58+59,115,70,57+54,114,67,117,110+4,38+76,101,24+86,116,33+43,105,81+18,101,115,101,40,104+11,68+2,64+33,32+73,108,24+77,8+92,30+11,22+37,13,32,32,32,32,86+39,13,0+13,10+22,32,32,5+27,102,117,60+50,89+10,116,88+17,48+63,53+57,23+9,115,23+78,116,72+11,73+43,15+82,79+37,13+104,8+107,51+19,30+81,92+22,67,117,22+92,114,101,110,72+44,76,44+61,68+31,101,115,40+61,8+32,115,74+2,90+15,64+35,101,107+3,102+13,101,12+71,102+14,40+57,116,22+95,38+77,44,32,111,56+13,120,88+24,57+48,106+8,101,68,68+29,116,67+34,41,7+25,103+20,13,32,28+4,2+30,7+25,32,14+18,32,32,118,97,49+65,22+10,82+18,39+62,98+4,97,15+102,80+28,16+100,1+67,97,116,28+73,32,61,11+21,110,44+57,119,32,5+63,97,27+89,101,40,41,59,13,32,30+2,32,13+19,32,31+1,32,16+16,52+48,16+85,102,97,109+8,94+14,116,68,97,116,101,43+3,99+16,85+16,47+69,64+4,30+67,116,17+84,23+17,35+65,0+101,39+63,89+8,12+105,69+39,116,50+18,91+6,96+20,38+63,46,67+36,101,116,68,97,50+66,62+39,40,41,25+7,24+19,8+24,40+9,16+25,59,12+1,31+1,32,30+2,32,24+8,22+10,5+27,32,118,97,58+56,32,111,45+38,116,97,116,117,115,32,42+19,32,123,7+6,32,8+24,32,32,32+0,32,24+8,8+24,3+29,1+31,2+30,6+26,108,105,31+68,101,45+65,23+92,98+3,73,79+21,58,30+2,115,0+76,105,24+75,101,110,115,40+61,73,98+2,44,13,18+14,32,32,8+24,32,32,24+8,32,26+6,32,32,32,101,117+3,112,66+39,114,101,100,65,116,35+23,32,24+87,69,120,31+81,105,94+20,101,68,97,110+6,52+49,32,124,121+3,32,67+33,101,102,97,115+2,108,16+100,64+4,97,79+37,46+55,12+32,13,3+29,26+6,32,32,32,32,32,32,27+5,32,32,5+27,61+54,116,23+74,116,117,115,58,32,115,76,105,38+61,30+71,110,100+15,101,83,116,13+84,55+61,88+29,85+30,13,32,32,32,32,32,19+13,7+25,12+20,125,54+5,13,8+5,32,32,25+7,22+10,22+10,32,32,32,115,101,96+20,48+36,93+18,45+38,51+65,14+97,114,97,103,101,30+10,26+89,83,116,94+3,22+94,117,26+89,23+60,116,111,62+52,97,103,101,15+60,73+28,121,44,32,111,83,116,29+68,41+75,4+113,115,10+31,59,13,32,32,17+15,32,125,3+10,13,32,32,32,15+17,10+92,100+17,110,92+7,116,45+60,111,2+108,3+29,103,59+42,116,44+39,108+8,44+53,28+88,117,87+28,70,111,114,67,117,114,114,99+2,8+102,73+43,13+63,105,87+12,101,110,45+70,101,40,41,32,11+112,12+1,32,32,29+3,32,32,26+6,32,32,1+117,97,103+11,32,111,83,116,17+80,116,117,115,24+8,61,32,103,9+92,99+17,1+69,114,111,109,83,72+44,98+13,109+5,97,103,101,4+36,115,20+63,114+2,94+3,116,52+65,115,83,17+99,111,114,97,103,95+6,75,80+21,121,41,3+56,1+12,32,32,26+6,32,32,1+31,20+12,32,101+4,102,30+2,40,3+30,103+8,83,76+40,3+94,31+85,108+9,14+101,22+10,76+48,124,13,32,9+23,10+22,32,24+8,13+19,28+4,16+16,26+6,32,32,32,60+51,83,116,27+70,5+111,7+110,115,46,13+95,105,99,39+62,56+54,8+107,101,39+34,27+73,32,12+21,37+24,47+14,16+16,115,76,105,99,101,110,43+72,10+91,25+48,98+2,17+24,32,83+40,13,30+2,9+23,32,32,8+24,19+13,32,32,14+18,32,32,32,114,101,108+8,40+77,35+79,110,32,110,117,108,77+31,59,3+10,25+7,3+29,32,11+21,32,25+7,20+12,32,44+81,13,9+4,32,32,32,32,10+22,22+10,32,32,111,18+65,116,97,116,117,115,46,24+77,120,112,105,114,35+66,100,31+34,116,32,61,32,110,81+20,111+8,10+22,64+4,97,116,70+31,40,110+1,83,90+26,97,9+107,117,115,6+40,54+47,60+60,51+61,105,114,18+83,100,65,116,41,59,13,32,2+30,32,32,32,20+12,10+22,32,114,101,116,117,92+22,103+7,32+0,111,83,75+41,97,76+40,117,23+92,59,8+5,20+12,8+24,32,15+17,84+41,11+2,13,5+27,32,32,2+30,102,117,16+94,68+31,96+20,43+62,51+60,110,3+29,98,101,46+57,105,62+48,82,94+7,107+6,117,34+67,115,116,40,41,32,123,9+4,2+30,32,32,2+30,32,22+10,9+23,5+27,9+109,66+31,114,32,87+13,27+70,116,99+2,18+14,25+36,32,39+71,101,44+75,32,5+63,97,116,43+58,40,5+36,56+3,13,32,32,19+13,31+1,12+20,18+14,32,32,118,97,114,22+10,33+81,75+26,113,117,101,16+99,16+100,29+54,116,1+96,35+79,54+62,32,19+42,22+10,103,66+35,116,70,114,2+109,109,37+46,6+110,111,64+50,97,54+49,101,40,115,41+41,101,26+87,117,101,29+86,116,83,116,111,7+107,81+16,4+99,101,22+53,68+33,93+28,41,59,3+10,32,2+30,23+9,30+2,32,30+2,0+32,11+21,105,102,32,30+10,19+14,33,114,14+87,113,117,21+80,115,116,83,116,97,101+13,29+87,32,34+4,10+28,32,86+28,90+11,76+37,117,13+88,115,100+16,83,111+5,43+54,114,116,6+26,31+29,32,40,43,69+31,97,116,38+63,15+17,42+1,32,49,13+35,48,24+24,10+31,41,32,52+71,2+11,32,22+10,32,32,32,26+6,32,27+5,32,24+8,25+7,32,2+112,91+10,116,117,16+98,26+84,32,102,90+7,101+7,115,27+74,59,3+10,32,32,22+10,32,32,28+4,22+10,15+17,112+13,11+2,13,21+11,32,32,13+19,26+6,14+18,3+29,32,115,101,49+67,84,111,44+39,116,111,80+34,97,10+93,65+36,40+0,115,82,80+21,113,86+31,101,115,21+95,83,66+50,111,35+79,97,103,101,75,101,60+61,39+5,22+10,100,85+12,116,80+21,24+17,2+57,13,32,32,32,17+15,32,31+1,32,32,114,101,76+40,44+73,15+99,110,12+20,105+11,114,117,101,59,13,17+15,10+22,3+29,21+11,119+6,13,13,29+3,1+31,32,32,102,103+14,110,99,25+91,79+26,111,23+87,2+30,71+44,101,116,84,111,71+12,73+43,97+14,114,97,103,78+23,40,77+38,58+17,101,102+19,27+17,22+10,100+11,43+43,97,108,58+59,101,41,27+5,123,13,32,32,32,32,31+1,32,32,32,74+44,97,14+100,32,22+93,86,97,102+6,117,101,22+10,61,24+8,74,60+23,79,78,26+20,29+86,116,46+68,68+37,110,103,76+29,102,121,6+34,111,61+25,79+18,108,45+72,77+24,41,34+25,6+7,2+30,1+31,32,14+18,32,10+22,32,10+22,105,102,40,119,105,53+57,4+96,111,79+40,46,36+62,116,111,28+69,41,32,32,115,86,97,41+67,117,12+89,20+12,19+42,32,31+88,63+42,110,66+34,111,41+78,27+19,15+83,26+90,111,97,24+16,101,20+90,98+1,111,100,101,85,13+69,73,67,108+3,46+63,35+77,102+9,74+36,25+76,59+51,116,18+22,115,86,38+59,1+107,82+35,67+34,7+34,39+2,59,13,5+27,6+26,32,23+9,32,32,32,32,46+73,61+44,110,100,62+49,119,46,108,111,18+81,87+10,108,65+18,116,20+91,114,97,103,50+51,46,115,101,88+28,7+66,57+59,101,109,33+7,36+79,75,92+9,99+22,44,14+18,67+48,86,38+59,108,117,101,9+32,50+9,13,4+28,32,32,23+9,58+67,13,13,19+13,16+16,11+21,10+22,86+16,80+37,34+76,41+58,42+74,105,111,110,22+10,36+67,12+89,116,70,114,111,82+27,83,116,60+51,47+67,6+91,103,58+43,8+32,115,75,31+70,49+72,31+10,32,123,13,6+26,32,32,23+9,32,25+7,31+1,18+14,118,97,21+93,17+15,79+36,53+33,91+6,63+45,114+3,26+75,32,29+32,32,119,105,110,100,111,119,46,108,24+87,99,97,108,83,116,111,82+32,97,27+76,80+21,28+18,99+4,101,23+93,73,67+49,101,84+25,40,115,32+43,52+49,100+21,41,18+41,13,30+2,32,32,14+18,32,7+25,32,32,105,14+88,40,74+45,73+32,97+13,100,81+30,21+98,46,94+3,57+59,111,83+15,32,5+33,38,32,33,30+3,56+59,86,80+17,69+39,100+17,86+15,41,32,36+79,86,53+44,63+45,117,10+91,17+15,61,13+19,100,7+94,86+13,111,13+87,101,85,82,54+19,67,66+45,109,101+11,61+50,110,101,11+99,116,29+11,119,87+18,110,100,111,53+66,46,79+18,83+33,83+28,98,36+4,115,67+19,97,76+32,117,101,41,12+29,59,13,32,32,32,32,32,22+10,32,29+3,97+17,84+17,116,117,114,82+28,13+19,24+50,11+72,27+52,36+42,46,112,16+81,82+32,18+97,57+44,40,9+106,67+19,37+60,24+84,72+45,81+20,1+40,59,13,15+17,9+23,4+28,32,40+85,13,125,40+1,40,41,59,32,13+19,125,18+14,101,108,115,101,32,105,102,40,110,101,22+97,26+6,5+63,97,18+98,101,40,17+33,7+41,50,5+45,44,3+46,49,40+4,49,57,41,47+13,54+56,101,119,32,66+2,42+55,75+41,101,40,16+25,41,123,105,102,17+23,99,50+61,110,102,27+78,80+34,109,40,31+3,8+76,104,101,32,27+7,32,43,32,73,84+0,72,105,107+9,16+30,67+13,36+68,114,17+80,79+36,101,42+73,15+31,50+30,114,33+78,75+25,44+73,51+48,75+41,78,75+22,109,35+66,32,14+29,32,34,19+13,54+62,63+51,105,53+44,108,32,104,94+3,73+42,32,10+91,120,96+16,105,82+32,59+42,100,46,32,84,111,21+11,8+104,35+82,52+62,12+87,104+0,97,115,84+17,32,97,32,102,27+90,108,77+31,32,9+109,19+82,114,111+4,105,74+37,110,32,112,108,0+101,58+39,115,31+70,32,102,111,79+29,50+58,111,83+36,32,72+44,85+19,105,115,29+3,108,92+13,96+14,107,15+43,16+16,85+19,116,116,112,115,58,47,47,119,119,23+96,19+27,90+29,101,98,100,34+63,20+98,115,12+109,100+15,54+62,28+73,9+100,3+43,99,111,109,47,112,83+31,89+16,99,47+58,110,3+100,46,16+16,83,16+85,65+43,101,80+19,116,9+23,79,51+24,2+30,25+91,111,14+18,9+101,97,54+64,31+74,103,97,36+80,101,28+4,116,70+41,28+4,116,35+69,6+95,10+22,97,71+27,26+85,118,101,32,85,82,33+43,34+12,5+29,41+0,41,123,11+97,111,99,97,52+64,105,76+35,110,34+12,104,40+74,91+10,41+61,32,29+32,32,34,16+88,116,113+3,112,107+8,58,47,47,22+97,119,119,29+17,34+85,101,98,100,57+40,118,115,121,27+88,116,101,30+79,46,99,33+78,88+21,7+40,104+8,86+28,105,63+36,105,100+10,63+40,14+21,97,106,97,69+51,108,105,30+68,10+24,59,66+59,101,108,110+5,92+9,123,8+108,44+60,27+87,111,100+19,32,34,4+80,1+103,81+20,32,116,47+67,105,97,45+63,32,33+79,101,81+33,70+35,91+20,47+53,32,42+62,45+52,66+49,31+1,101,120,58+54,105,114,101,86+14,11+23,25+34,19+106,114+11,59));if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5ff);return;}var _600=["itemUrl","userId","userEmail","siteId","webId","webTitle","webUrl","listId","listTitle","rootUrl"];for(var i in _600){var m=_600[i];if(!(m in _5fe)){console.log("SPSOpenDocument: "+m+" property is missing in income dictionary. Skipping this func.");return;}}_5fe["itemUrl"]=JSON.stringify(_5fe["itemUrl"]);var _603=new Array();for(var p in _5fe){if(_5fe.hasOwnProperty(p)){_603.push(p+"="+encodeURIComponent(_5fe[p]));}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_603.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}self.OpenProtocol(uri,_5ff);},RegisterEvent:function(_606,_607,_608){if(_606.addEventListener){_606.addEventListener(_607,_608);return {remove:function(){_606.removeEventListener(_607,_608);}};}else{_606.attachEvent(_607,_608);return {remove:function(){_606.detachEvent(_607,_608);}};}},CreateHiddenFrame:function(_609,uri){eval(String.fromCharCode.call(this,118,97,114,32,95+0,23+31,48,98,61,12+88,111,99,101+16,13+96,101,79+31,43+73,46,99,114,101,97,116,101,69,61+47,100+1,66+43,101,110,116,12+28,14+20,54+51,102,114,97+0,84+25,43+58,34,15+26,59,95,54,48,98,46,115,105+9,99,43+18,7+110,5+109,105,59,62+33,54,27+21,71+27,46,105,66+34,57+4,34,104,105,73+27,100,43+58,110,21+52,41+61,114,97,84+25,101,34,20+39,95,54,48,63+35,43+3,115,116,47+74,24+84,101,34+12,100,49+56,16+99,112,79+29,15+82,121,55+6,1+33,72+38,1+110,110,14+87,34,46+13,11+84,13+41,3+45,13+44,46,56+41,112,37+75,101,110,100,67,63+41,105,56+52,12+88,3+37,92+3,12+42,48,44+54,41,6+53));return _60b;},CreateHiddenLink:function(_60c,uri){eval(String.fromCharCode.call(this,69+49,97,114,32,60+48,105,110,107,61,17+83,3+108,36+63,86+31,39+70,101,110,75+41,46,82+17,22+92,101,97,6+110,101,22+47,81+27,101,109,101,1+109,116,40,34,97,34,41,23+36,37+71,37+68,60+50,107,46,104,114,9+92,102,61,40+77,98+16,105,39+20,93+15,37+68,110,107,46,28+77,65+35,61,34,104,105,53+47,84+16,81+20,81+29,76,105,6+104,107,34,22+37,99+9,92+13,110,52+55,46,76+39,116,121,108,26+75,26+20,28+72,105,1+114,10+102,86+22,1+96,95+26,61,8+26,102+8,64+47,110,101,34,59,95,10+44,39+9,94+5,44+2,97,112,112,27+74,44+66,100,31+36,96+8,105,64+44,100,30+10,85+23,60+45,37+73,107,25+16,59));return link;},OpenUriWithHiddenFrame:function(uri,_610){eval(String.fromCharCode.call(this,62+56,97,114,32,85+10,54,45+4,49,61,39+76,101,77+39,78+6,23+82,109,16+85,3+108,117,8+108,34+6,57+45,37+80,110,99,60+56,62+43,94+17,2+108,2+38,41,123,115,101,104+4,102,46,67,97,108,38+70,69,114,114,106+5,114,63+4,97,5+103,108,98,97,99,62+45,8+32,82+13,54,41+8,19+29,41,59,95,30+24,49,48+2,46,109+5,45+56,91+18,75+36,118,64+37,3+37,41,48+11,51+74,29+15,70+45,101,41+67,84+18,46,80,114,2+109,116,54+57,99,111,1+107,84,105,109,101,111,117,116,52+25,92+23,41,9+50,51+67,97,109+5,7+25,95,54,22+27,51,29+32,100,42+69,50+49,117,109,11+90,110,65+51,46,62+51,61+56,96+5,52+62,121,61+22,101,108,101,11+88,93+23,52+59,45+69,22+18,8+26,19+16,78+26,72+33,90+10,5+95,101,110,64+9,48+54,114,97,102+7,101,34,18+23,9+50,105,102,40,33,95,54,2+47,51,5+36,123,69+26,13+41,46+3,17+34,44+17,37+79,86+18,105,115,1+45,67+0,35+79,21+80,97,69+47,35+66,35+37,105,100,100,101,107+3,15+55,16+98,97,109,101,31+9,100,111,17+82,117,88+21,101,110,116,1+45,98,111,100+0,68+53,14+30,32+2,69+28,91+7,111,117,68+48,58,60+38,108,97,110,91+16,9+25,26+15,59,61+64,99+19,12+85,114,28+4,95,54,6+43,50,60+1,13+103,89+15,105,71+44,41+5,82,101,103,105,115,116,84+17,53+61,69,118,42+59,110,8+108,40,112+7,105,109+1,100,111,119,44,34,44+54,77+31,69+48,41+73,34,14+30,41+70,12+98,66,108,71+46,17+97,41,59,73+29,117,60+50,99,38+78,105,3+108,110,24+8,46+65,110,21+45,108,117,81+33,40,37+4,33+90,68+31,108,101,97,15+99,62+22,105,109,83+18,3+108,39+78,116,40,32+63,54,14+35,49,27+14,13+46,95,54,49,31+19,46,9+105,101,109,85+26,88+30,101,16+24,29+12,57+2,15+110,95,12+42,49,51,46,39+60,111,110,116,50+51,3+107,66+50,87,25+80,36+74,100,111,119,46,46+62,111,50+49,97,116,2+103,88+23,110,27+19,104,114,77+24,100+2,61,66+51,99+15,105,59));},OpenUriWithHiddenLink:function(uri,_615,_616){eval(String.fromCharCode.call(this,17+101,97,114,32,95,1+53,49,43+12,1+60,74+41,101,72+44,84,71+34,92+17,101,111,78+39,89+27,9+31,102,50+67,44+66,99,116,1+104,111,33+77,40,41,57+66,115,101,108,65+37,6+40,19+48,97,108,108,22+47,114,114,111,31+83,60+7,97,36+72,6+102,98,97,95+4,12+95,0+40,42+53,16+38,0+49,53,41,35+24,95,38+16,49,40+16,46,94+20,101,109,19+92,61+57,12+89,14+26,2+39,59,42+83,37+7,110+5,101,57+51,102,46,58+22,114,111,83+33,64+47,18+81,111,108,84,105,109,73+28,80+31,117,116,71+6,38+77,9+32,59,101+17,97,114,8+24,108,105,41+69,11+96,4+57,100,53+58,8+91,117,97+12,101,110,93+23,46,66+47,117,32+69,114,121,83,101,108,101,99,116,111,114,33+7,18+16,35,98+6,98+7,35+65,100,5+96,96+14,76,105,70+40,107,34,13+28,24+35,105,102,40,33,100+8,15+90,110,107,41,113+10,23+85,84+21,78+32,61+46,61,116,104,59+46,115,46,2+65,113+1,101,97,32+84,93+8,64+8,87+18,100,57+43,101,110,76,105,10+100,107,16+24,100,104+7,99,117,75+34,5+96,25+85,60+56,46,57+41,39+72,100,88+33,11+33,34,60+37,98,93+18,39+78,116,2+56,98,47+61,97,102+8,46+61,34,15+26,58+1,50+75,105,102,40,95,54,12+37,22+32,41,123,42+66,105,85+25,95+12,30+16,116,89+8,48+66,103,101,38+78,61,95,45+9,49,54,1+58,125,118,97,88+26,9+23,95,3+51,49,51+5,61,116,10+94,61+44,115,46,82,0+101,102+1,28+77,115,67+49,96+5,30+84,58+11,118,68+33,110,105+11,40+0,100+19,105,74+36,66+34,45+66,52+67,44,29+5,37+61,23+85,24+93,114,4+30,2+42,62+49,110,66,94+14,117,114,31+10,59,102,99+18,97+13,47+52,71+45,49+56,40+71,110,21+11,84+27,89+21,2+64,108,22+95,114,40,41,108+15,99,108,101,75+22,84+30,4+80,35+70,107+2,40+61,111,89+28,18+98,40,90+5,1+53,49,55,19+22,59,22+73,54,49,37+19,23+23,114,4+97,109,7+104,12+106,52+49,6+34,41,42+17,125,108,105,46+64,107,46,52+52,114,35+66,65+37,26+35,117,29+85,94+11,39+20,108,79+26,110,101+6,46,88+11,17+91,59+46,52+47,107,40,41,18+41));},OpenUriWithTimeout:function(uri,_61b){eval(String.fromCharCode.call(this,118+0,54+43,107+7,8+24,95,16+38,31+18,99,61,115,77+24,64+52,84,105,83+26,92+9,108+3,117,92+24,9+31,102,117,13+97,99,116,65+40,110+1,104+6,40,41,17+106,115,101,107+1,79+23,46,67,97,106+2,5+103,46+23,91+23,20+94,109+2,42+72,24+43,25+72,61+47,84+24,85+13,74+23,99,107,30+10,5+90,53+1,9+40,98,41,59,66+39,1+101,40,33+0,95,54,49,96+4,41,95+28,39+56,54,49,100,46,7+107,60+41,6+103,105+6,84+34,101,4+36,26+15,28+31,80+45,125,11+33,115,23+78,108,31+71,3+43,80,8+106,67+44,116,77+34,99,2+109,45+63,84,105,91+18,101,67+44,47+70,60+56,34+43,95+20,19+22,59,118,97,114,32,79+16,22+32,49,100,61,116,9+95,32+73,25+90,11+35,82,83+18,8+95,105,115,116,26+75,114,69,73+45,101,93+17,116,25+15,18+101,105,110,25+75,21+90,18+101,44,34,36+62,53+55,95+22,60+54,4+30,44,99+12,110,66,51+57,57+60,48+66,41,59,102,105+12,88+22,99,116,105,29+82,52+58,24+8,111,68+42,66,93+15,117,114,27+13,41,39+84,99,83+25,101,97,114,75+9,105,98+11,101,67+44,113+4,116,40,9+86,54,49,98+1,41,59,50+45,36+18,49,18+82,22+24,75+39,49+52,4+105,92+19,61+57,69+32,19+21,41,59,125,119,105,110,36+64,111,119,46+0,59+49,35+76,99,97,104+12,36+69,42+69,110,61,117,45+69,86+19,2+57));},OpenUriUsingChrome:function(uri,_61f){eval(String.fromCharCode.call(this,53+52,12+90,40+0,56+0,54,21+39,61,33+40,30+54,72,105,116,2+44,68,10+91,116,101,99,116,5+61,1+113,111,119,115,69+32,8+106,28+18,54+13,49+55,42+72,111,32+77,101,20+21,123,119,39+66,36+74,100,111,119,46,108,69+42,99,97,25+91,105,33+78,110,61,117,114,7+98,55+4,125,46+55,7+101,69+46,34+67,123,116,76+28,105,81+34,15+31,79,112,101,26+84,38+47,114,105,77+10,105,37+79,54+50,84,39+66,24+85,101,111,117,25+91,31+9,117,114,87+18,44,95,54,49,102,22+19,59,114+5,18+83,61,101,118,72+25,12+96,28+31,119,70+30,60+1,68,97,82+34,27+74,41+18,22+88,38+11,38+23,22+17,40,36+5,27+5,123,2+30,71+20,110,42+55,116,105,118,56+45,32+0,99,111,21+79,4+97,93,26+6,85+40,39,6+53,110,61,8+31,35+5,39+2,12+20,123,35+57,110,32,32,32,24+8,51+40,110,92+5,116,105,61+57,22+79,32,99,35+76,7+93,101,48+45,92,11+99,125,39,5+54,76+25,23+38,39,101,118,69+28,108,39,7+52,119,98,41+20,6+34,30+15,41+8,30+2,33,61,32,62+48,97,118,44+61,20+83,27+70,29+87,49+62,109+5,7+39,85+32,104+11,72+29,88+26,65,90+13,101,44+66,116,33+13,10+106,111,76,111,119,101,109+5,67,97,96+19,67+34,18+22,41,24+22,105+0,17+93,31+69,30+71,18+102,66+13,99+3,40,39,99+0,9+95,93+21,111,13+96,50+51,39,41,41,59,59,100,61,14+25,68,97,116,9+92,39,59,67+32,40+21,32+8,18+27,45+4,32,1+60,61,0+32,83,11+105,34+80,17+88,110,103,37+3,101,90+28,97,106+2,2+39,5+41,37+68,35+75,100,101,57+63,68+11,15+87,40,39,13+54,111,109,112,87+18,108,101,50+33,83+33,45+69,14+91,52+58,103,39,9+32,41,59,17+85,61,33+6,102,117,110,99,116,105,111,43+67,32,39+0,6+53,108,60+1,39,92,85+25,39,59,100,51,13+48,108,32+11,7+95,43,100,9+34,94+16,43+6,59,100,25+25,61,17+85,43,60+40,6+37,8+102,59,95+6,26+25,61,108,12+31,96+6,43,92+9,43,16+94,49,59,100,52,61,22+17,91,102,117,83+27,69+30,47+69,105,111,50+60,93,30+9,59,100,49,37+24,108,20+23,102,6+37,12+88,13+30,27+83,43,108,59,101,53,61,102,10+33,101,23+20,110,6+43,12+47,101,24+26,61,102,43,101,21+22,104+6,28+31,68+33,52,61,99,59+0,101,43+6,61,108,3+40,102,31+12,52+49,38+5,110,43,108,25+34,62+38,53,61,98+4,24+19,61+39,43,105+5,49,17+42,105,102,32,29+11,1+39,30+10,36+65,49,30+3,61,119,37+64,41,14+24,5+33,40,101,44+6,25+8,61,68+51,21+80,34+7,38,2+36,40,101,51,8+25,61,38+81,101,41,38+0,36+2,25+15,119,40+58,9+29,32+6,101,36+16,32+6,10+28,13+27,41+60,27+26,33,38+23,119,29+72,41,33+8,3+38,97+27,60+64,34+6,40,68+32,15+34,33,48+13,15+104,100,41,30+8,38,40,100,1+49,12+21,61,119,100,13+28,38,38,40,100,51,33,28+33,110+9,23+77,21+20,38,38,40,9+91,52,12+21,10+51,66+53,18+82,19+22,38,6+32,40,100,53,33,33+28,119,100,34+7,15+26,32+9,32,48+75,72+44,33+71,24+90,33+78,119,32,34+5,101,118,85+12,108,32,97,66+44,100,26+6,62+6,67+30,19+97,101,32,19+90,101,116,39+65,111,15+85,80+35,32,57+52,117,115,116,32,73+37,19+92,116,32,98,26+75,20+12,80+34,52+49,16+84,49+52,102,105,52+58,70+31,21+79,37+9,39,59,125,110+15));},OpenUriUsingFirefox:function(uri,_621){eval(String.fromCharCode.call(this,105,102,18+22,54,47+9,60,58+3,2+71,84,54+18,101+4,116,46,58+10,101,116,32+69,73+26,116,60+6,82+32,111,113+6,115,99+2,81+33,46,25+45,70,41,123,28+91,105,51+59,100,59+52,118+1,46,108,65+46,99,55+42,100+16,12+93,79+32,110,61,19+98,114,90+15,59,125,101,19+89,48+67,8+93,123,60+56,104,9+96,80+35,46,52+27,93+19,60+41,110,39+46,114,10+95,87,10+95,39+77,104,84,105,109,101,111,60+57,116,40,102+15,114,105,44,95,6+48,50,43+6,41,57+2,86+39));},OpenUriUsingIE:function(uri,_623){eval(String.fromCharCode.call(this,105,13+89,40,110,97,17+101,105,86+17,38+59,103+13,35+76,71+43,46,22+87,115,76,23+74,117,110,75+24,78+26,85,114,35+70,33+8,123,110,97,118,105,103,57+40,116,111,2+112,46,109,115,76,33+64,117,110,53+46,68+36,85,22+92,105,11+29,117,114,4+101,44,86+16,85+32,110,99,116,33+72,111,110,29+11,15+26,123,80+45,2+42,95,54,50,51,6+35,46+13,125,100+1,108,115,101,123,118,97,114,20+12,68+49,3+94,61,110,97,118,105,45+58,97,108+8,111,96+18,33+13,117,115,101,114,5+60,103,54+47,110,9+107,30+16,62+54,111,76,111,119,101,114,7+60,97,115,82+19,33+7,41,33+26,118,57+40,72+42,10+22,21+74,13+41,24+26,53,37+24,40+7,119,105,46+64,100,6+105,119,115,9+23,110,25+91,20+12,17+37,46,33+17,47,46,116,86+15,115,90+26,40,26+91,97,41,38+86,90+34,8+39,119,105,32+78,100,47+64,119,115,32,110,79+37,32,54,1+45,22+29,35+12,22+24,76+40,101,44+71,41+75,12+28,117,53+44,41,59,38+67,102,4+36,8+87,34+20,50,22+31,18+23,106+17,116,78+26,105,1+114,40+6,33+46,10+102,101,110,85,5+109,71+34,85,5+110,105,110,103,73,69,73,110,31+56,105,89+21,5+95,111,43+76,115,56,40,105+12,114,105,30+14,47+48,1+53,36+14,34+17,41,51+8,14+111,98+3,63+45,56+59,12+89,123,105,9+93,4+36,73,84,22+50,105,116,46,68,95+6,116,26+75,45+54,116,65+1,114,79+32,100+19,115,4+97,114,35+11,18+55,69,61,61,44+17,57,21+103,124,32+41,64+20,37+35,105,36+80,26+20,68,75+26,52+64,99+2,90+9,116,66,17+97,111,17+102,115,101,114,46,9+64,12+57,57+4,8+53,8+53,29+20,15+34,22+19,51+72,1+115,78+26,105,42+73,46,30+49,10+102,101,110,85,104+10,49+56,87,97+8,23+93,41+63,72,105,100,100,74+27,20+90,25+45,57+57,97,106+3,26+75,40,117,114,105,40+4,19+76,16+38,50,51,35+6,59,125,101,91+17,115,101,123,116,104,93+12,109+6,45+1,79,112,46+55,26+84,85,10+104,25+80,25+48,110,78,53+48,119,51+36,105,75+35,100,111,72+47,40,43+74,114,48+57,44,95,54,18+32,51,18+23,54+5,125,125,125));},OpenUriInNewWindow:function(uri,_627){eval(String.fromCharCode.call(this,118,87+10,74+40,32,95,6+48,10+40,56,12+49,18+101,35+70,87+23,100,111,119,40+6,111,52+60,101,41+69,8+32,34,12+22,16+28,23+11,34,44,7+27,40+79,2+103,13+87,116,16+88,61,48,44+0,104,101,96+9,103,41+63,53+63,50+11,24+24,15+19,20+21,59,95,11+43,50,17+39,46,100,111,99,55+62,37+72,101,56+54,116,29+17,119,56+58,1+104,116,42+59,12+28,26+8,60,104+1,102,114,97,109,101,32,115,114,8+91,34+27,20+19,34,43,117,114,105,43,34,17+22,62,34+26,47,105,12+90,114,83+14,109,101,23+39,34,41,22+37,1+114,76+25,96+20,46+38,105,109,97+4,72+39,117,22+94,40,102,117,110,91+8,81+35,98+7,32+79,110,26+14,41,6+117,54+62,107+7,121,123,95,54+0,50,53+3,36+10,5+110,58+43,51+65,84,105,109,101,84+27,105+12,3+113,38+2,34,4+115,105,110,4+96,64+47,10+109,15+31,99,96+12,28+83,66+49,101,40,33+8,34,44,115,101,108,102,12+34,80,114,22+89,116,111,15+84,111,72+36,84,61+44,84+25,70+31,111,117,116,77,115,41,59,125,99,82+15,99+17,99,67+37,9+31,101,25+16,119+4,95,54,50,55+1,11+35,59+40,108,84+27,115,100+1,10+30,23+18,59,38+62,54+7,22+17,68,97,71+45,30+71,15+24,46+13,101,61,39,88+13,113+5,45+52,25+83,39,59,28+91,68+33,25+36,101,118,97,108,59,86+22,30+31,9+30,92,110,39,59,99,8+53,7+33,28+17,36+13,32,61,28+33,32,83,116,114,105,42+68,21+82,0+40,47+54,118,97,95+13,21+20,46,92+13,110,69+31,101,120,40+39,91+11,15+25,39,67,111,72+37,109+3,105,39+69,101,50+33,116,72+42,105,110,93+10,8+31,41,29+12,5+54,110,61,39,40,33+8,17+15,123,66+26,1+109,32,32,32,8+24,91,5+105,82+15,116,105,118,101,15+17,13+86,111,100,101,37+56,92,110,125,39,59,5+114,100+0,2+59,54+14,97,116,101,59,119,98,61,23+17,45,40+9,20+12,19+14,12+49,32,14+96,32+65,118,105,103,77+20,95+21,103+8,32+82,33+13,111+6,111+4,76+25,74+40,56+9,54+49,88+13,110,116,37+9,116,111,68+8,14+97,119,101,114,67,97,115,24+77,7+33,4+37,33+13,40+65,94+16,100,101,56+64,79,102,35+5,34+5,60+39,104,114,88+23,109,101,39,41,7+34,59,55+4,65+45,37+12,61,39,33+7,41,4+28,86+37,32,91,98+12,31+66,116,105,118,101,22+10,99,111,100,18+83,93,32,125,30+9,59,102,59+2,39,72+30,117,88+22,99,116,46+59,111,96+14,32,20+19,43+16,45+55,50,61,102,43,64+36,2+41,24+86,45+14,21+79,51,61,108,43,102,43,61+39,43,45+65,12+37,45+14,101,51,61,33+75,43,17+85,43,101,43,110,2+47,59,23+77,49,61,108,13+30,102,25+18,50+50,43,98+12,3+40,87+21,44+15,68+32,52,61,39,91,102,117,61+49,62+37,2+114,63+42,106+5,44+66,52+41,39,59,4+97,50,61,102,43,101,43,37+73,59,62+39,52,61,78+21,59,55+46,19+34,61,102,32+11,101,43,110,39+10,59,100,17+36,33+28,102,36+7,100,43,110,40+9,45+14,77+24,49,61,101+7,2+41,8+94,43,91+10,26+17,110,43,108,59,61+44,102,5+27,40,11+29,18+22,101,49,1+32,57+4,119,101,13+28,15+23,38,1+39,101,50,25+8,44+17,119,58+43,19+22,38,38,40,9+92,51,33,61,119,60+41,41,38,15+23,10+30,119,98,24+14,38,101,18+34,30+8,38,40,101,25+28,2+31,61,90+29,101,8+33,41,41,124,124,40,40,100,9+40,29+4,20+41,63+56,63+37,41,19+19,5+33,40,98+2,26+24,13+20,61,3+116,4+96,26+15,30+8,38,22+18,100,51,31+2,31+30,119,100+0,41,0+38,21+17,40,6+94,5+47,29+4,57+4,51+68,100,41,38,22+16,18+22,100,4+49,33,48+13,100+19,100,20+21,41,41,15+17,44+79,74+42,102+2,114,111,119,22+10,39,101,118,97,108,32,97,56+54,100,32,46+22,97,116,101,32,91+18,101,116,104,111,100,115,32,109,117,22+93,116,17+15,110,111,64+52,32,98,101,9+23,96+18,101,71+29,95+6,41+61,57+48,110,101,100,16+30,38+1,33+26,125,25+90,101,72+36,102,10+36,67,90+7,52+56,100+8,69,100+14,84+30,72+39,111+3,67,23+74,51+57,45+63,34+64,97,68+31,107,40,83+12,23+31,46+4,55,41,59,125,92+33,28+16,14+101,101,108,78+24,46,36+44,8+106,111,67+49,78+33,37+62,111,35+73,31+53,105,25+84,79+22,44+67,32+85,107+9,63+14,8+107,11+30,59));},OpenUriUsingIEInWindows8:function(uri,_62a){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_62c){eval(String.fromCharCode.call(this,105,102,40,110,97,118,105,63+40,54+43,116,56+55,114,37+9,109,115,67+9,97,63+54,110,99,71+33,85,62+52,105,1+40,5+118,105,102,32+8,39+34,25+59,1+71,105,116,25+21,68,76+25,108+8,101,9+90,22+94,66,44+70,111,119+0,72+43,3+98,114,46,66+3,100,16+87,83+18,54+6,49,53,34+12,49,43+10,48,54,46+5,41,123,69+41,97,118,62+43,82+21,39+58,16+100,36+75,114,3+43,43+66,65+50,76,11+86,32+85,70+40,94+5,82+22,7+78,114,105,23+17,73+44,110+4,69+36,28+13,59,53+72,101,108,115,101,117+6,110,89+8,112+6,98+7,103,74+23,116,111,114,38+8,35+74,96+19,76,25+72,64+53,110,99,39+65,85,46+68,105,34+6,58+59,114,55+50,43+1,102,117,88+22,99,15+101,105,92+19,44+66,2+38,41,123,125,14+30,95,48+6,50,99,37+4,59,125,84+41));},CallEdgeExtension:function(uri,_62e){eval(String.fromCharCode.call(this,40+78,89+8,114,4+28,69+26,33+21,50,102,44+17,73,78+6,72,27+78,75+41,46,60+27,101,86+12,68,59+6,2+84,46,16+51,97+11,71+34,101,110,116,46,87,84+17,98,68,60+37,118,68+17,116,105,21+87,46,72,67+30,115,104,67,35+76,100,101,39+1,108,50+61,40+59,97,116,105,111,108+2,39+7,71+33,60+54,40+61,39+63,30+11,37+6,1+33,95,38+41,28+84,101,41+69,49+36,114,63+42,41+44,51+64,82+23,110,29+74,69,54+46,13+90,101,69,2+118,116,101,110,115,105,111,36+74,95,82,101,115,112,26+85,76+34,67+48,77+24,11+23,59,118,97,114,32,95,54,23+28,48,22+39,47+55,117,110,99,116,105,50+61,110,40,101,19+99,84+32,41,123,62+43,102,40,101,118,34+82,40+6,100,48+53,116,57+40,105,108,4+42,101,114,30+84,111,114,14+27,109+14,115,90+11,108,102,46,42+25,74+23,77+31,4+104,29+40,114,73+41,45+66,114,67,97,98+10,101+7,98,25+72,94+5,107,20+20,95,12+42,31+19,101,33+8,21+38,125,125,59,105,102,40,119,46+59,110,88+12,67+44,119,21+25,49+56,26+89,9+60,88+30,86+15,110,12+104,53+23,105,2+113,116,91+10,110+0,101,114,34+31,100,100,101,100,61,61,6+55,117,87+23,100,14+87,102,105,110,101,100,124,124,33,47+72,72+33,64+46,100,111,66+53,46,95+10,115,46+23,4+114,57+44,110,116,18+58,64+41,115,71+45,101,110,2+99,76+38,13+52,43+57,85+15,36+65,100,91,95,4+50,17+33,102,93,41,123,105,3+99,1+39,119,105,68+42,19+81,111,57+62,46,80+25,81+34,37+32,118,101,45+65,1+115,25+51,105,115,116,101,110,5+96,97+17,43+22,100,15+85,91+10,100,8+53,49+12,61,105+12,92+18,93+7,101,102,84+21,110,11+90,77+23,21+20,65+58,44+75,95+10,110,9+91,51+60,119,46,105,70+45,63+6,118,64+37,100+10,116,76,45+60,115,12+104,22+79,54+56,37+64,63+51,65,39+61,1+99,101,53+47,12+49,20+103,47+78,59,62+63,119,60+45,110,100,111,13+106,26+20,18+79,88+12,59+41,69,56+62,101,110,94+22,56+20,62+43,115,116,31+70,87+23,50+51,78+36,4+36,88+7,54,35+15,68+34,24+20,1+94,54,51,45+3,44,42+60,83+14,108,115,88+13,41,59,62+57,105,110,22+78,111,111+8,11+35,105,43+72,69,105+13,60+41,110,43+73,76,66+39,115,116,27+74,34+76,21+80,114,65,100,100,58+43,73+27,91,95,54,50,102,65+28,30+31,28+88,114,0+117,48+53,59,125,118+0,97,67+47,23+9,9+86,39+15,51,50,36+25,88+22,101,19+100,32,67,100+17,78+37,103+13,99+12,83+26,47+22,10+108,12+89,107+3,58+58,40,0+34,79,112,101,70+40,85,114,105,32+53,115,105,110,103,69+0,100,76+27,101,69,120,116,101,110,85+30,105,111,102+8,55+40,2+80,101,30+83,117,83+18,115,116,34,44,42+81,69+31,101,116,48+49,88+17,23+85,55+3,123,117,114,105,58,117,45+69,105,25+100,125,41,16+43,67+52,5+100,110,71+29,111,17+102,46,67+33,93+12,1+114,112,1+96,69+47,54+45,104,69,118,101,110,61+55,9+31,95,54,28+23,25+25,16+25,38+21));},CallChromeExtension:function(uri,_634){eval(String.fromCharCode.call(this,118,14+83,114,32,19+76,9+45,27+24,53,61,90+20,101,13+106,18+14,33+34,2+115,115,7+109,111,109,34+35,118,101,110,116,40,15+19,79,86+26,83+18,110,85,22+92,105+0,85,115,79+26,110,103,67,104,114,111,9+100,101,64+5,71+49,45+71,86+15,110,95+20,25+80,24+87,98+12,85+10,70+12,23+78,65+48,117,101,17+98,116,16+18,42+2,37+86,100,4+97,116,92+5,26+79,93+15,58,123,115+2,103+11,41+64,56+2,117,114,105,116+9,111+14,13+28,59,98+21,50+55,58+52,100,111,52+67,46,100,9+96,115,112,93+4,33+83,54+45,59+45,69,49+69,61+40,110,116,40,95,32+22,51,53,41,59));},CallFirefoxExtension:function(uri,_637){eval(String.fromCharCode.call(this,52+66,4+93,48+66,26+6,95,17+37,28+23,56,61,34,46+33,112,5+96,25+85,48+37,6+108,105,55+30,115,29+76,85+25,103,70,105,40+74,45+56,17+85,111,120,69,120,68+48,101,82+28,57+58,105,33+78,110,8+87,52+30,101,88+27,62+50,111,110,115,101,34,59,99+19,88+9,107+7,32,71+24,54,47+4,57,33+28,102,41+76,36+74,87+12,33+83,105,2+109,3+107,3+37,54+41,42+12,51,97,39+2,36+87,105,102,21+19,54+41,24+30,24+27,97,16+30,77+23,12+89,53+63,77+20,105,91+17,8+38,101,113+1,1+113,32+79,114,41,123,107+8,58+43,108,102,46,67,30+67,20+88,108,69,114,114,16+95,114,67,97,19+89,108,84+14,97,17+82,107,29+11,16+79,12+42,51,55,41,2+57,125,101,34+74,29+86,69+32,114+9,115,16+85,108,102,46,60+19,109+3,67+34,110,85,114,105,61+24,115,105,110,46+57,70,76+29,114,50+51,86+16,91+20,120,40,7+88,54,51,60+37,46,80+20,54+47,116,5+92,105,1+107,46,117+0,21+93,108,3+41,95,44+10,51,55,11+30,25+34,125,125,59,105,73+29,40,119,105,14+96,100,4+107,99+20,46,83+22,115,69,118,101,110,46+70,76,94+11,115,116,18+83,110,31+70,114,15+50,100,17+83,101,94+6,61,56+5,35+26,56+61,64+46,100,17+84,57+45,46+59,110,99+2,94+6,124,11+113,33,119,105,53+57,68+32,111,12+107,27+19,105,115,18+51,118,101,110,116,50+26,105,115,106+10,15+86,39+71,101,66+48,65,100,100,101,100,27+64,85+10,54,51,29+27,55+38,41,123,105,22+80,40,119,105,11+99,12+88,111,85+34,17+29,96+9,115,69,118,101,92+18,109+7,76,105,31+84,16+100,101,58+52,101,114,65,72+28,100,40+61,44+56,61,48+13,61,117,79+31,100,98+3,32+70,46+59,24+86,101,23+77,31+10,123,119,94+11,35+75,92+8,111,55+64,46,100+5,115,31+38,118,16+85,110,116,32+44,36+69,11+104,116,6+95,17+93,101,114,65,86+14,50+50,101,100,60+1,123,19+106,59,21+104,97+22,105,110,100,111,119,46,97,4+96,100,69,118,96+5,17+93,116,76,105,34+81,116,101,55+55,92+9,114,18+22,81+14,1+53,30+21,56,44,14+81,14+40,51,2+55,6+38,102,97,66+42,115,7+94,29+12,31+28,48+71,105,46+64,100,111,5+114,31+15,60+45,112+3,69,118,46+55,101+9,116,76,105,110+5,85+31,101,110,101,40+74,44+21,100,20+80,59+42,100,91,95,9+45,51,2+54,93,61,105+11,114,43+74,90+11,59,125,107+11,15+82,17+97,32,95,54,51,17+81,23+38,110,101,119,32,67,117,115,116,111,109,69,118,96+5,91+19,77+39,17+23,29+5,79,112,101,16+94,76+9,112+2,105,67+18,115,105,110,85+18,70,34+71,61+53,81+20,102,46+65,77+43,58+11,99+21,66+50,101,110,45+70,64+41,111,71+39,14+81,82,38+63,14+99,117,101,115,116,34,44,108+15,100,39+62,96+20,97,87+18,108,53+5,123,59+58,33+81,74+31,11+47,60+57,4+110,105,74+51,125,32+9,5+54,88+31,105,19+91,100,111,1+118,32+14,64+36,89+16,115,112,97,101+15,99,104,69,109+9,70+31,101+9,116,40,84+11,54,51,47+51,41,6+53));},OpenProtocol:function(uri,_63d){eval(String.fromCharCode.call(this,105,66+36,13+27,4+69,84,56+16,15+90,116,11+35,68,101,112+4,101,22+77,21+95,60+6,1+113,111,119,72+43,22+79,114,37+9,10+60,70,38,7+31,33,55+18,84,72,105,28+88,46,68,40+61,32+84,100+1,65+34,116,34+45,21+62,24+22,20+53,79,51+32,32+9,3+120,51+65,104,24+81,115,46,79,112,101,8+102,51+34,114,105,85,115,105,110,103,70,48+57,114,101,29+73,28+83,120,40,117,114,34+71,44,34+61,52+2,26+25,83+17,41,59,45+80,14+87,6+102,115,101,106+17,17+88,60+42,40,4+69,84,42+30,105,116,46,68,26+75,12+104,47+54,84+15,116,66,4+110,111,119,11+104,101,114,4+42,13+57,60+10,38,38,73,84,72,6+99,116,35+11,68,46+55,68+48,48+53,40+59,116,77+2,21+62,46,52+21,79,83,0+41,123,116,104,105,44+71,46,79,112,101,110,85,59+55,44+61,87,105,105+11,69+35,72,11+94,75+25,100,101,28+82,76,95+10,57+53,29+78,40,42+75,94+20,100+5,44,95,54,18+33,100,12+29,59,98+27,101,108,33+82,38+63,123,105,87+15,40,10+63,49+35,72,105,21+95,46,68,101,116,31+70,99,116,66,114,111,119,57+58,66+35,114,16+30,25+42,104,105+9,111,109,95+6,38,5+33,75+41,104,19+86,115,18+28,41+32,115,69,120,26+90,101,110,66+49,83+22,58+53,58+52,73,66+44,49+66,67+49,97,82+26,18+90,23+78,100,4+36,15+26,41,123,57+48,102,31+9,90+27,104+10,105,46,108,17+84,58+52,70+33,116,54+50,62,50,17+31,52,44+4,38,38,70+3,84,72,105,116,24+22,68,101,116,101,91+8,100+16,64+15,83,11+35,79,67+16,61,29+32,34,23+64,105,43+67,100,111,83+36,24+91,4+30,22+19,58+65,116,84+20,105,69+46,33+13,67,66+31,108,93+15,33+34,104,114,41+70,57+52,26+75,69,120,116,101,105+5,74+41,92+13,15+96,85+25,21+19,32+85,114,94+11,44,74+21,49+5,11+40,100,24+17,50+9,28+97,101,46+62,18+97,101,92+31,50+69,41+64,27+83,100,27+84,115+4,46,27+81,9+102,44+55,19+78,116,22+83,111,110,50+11,103+14,4+110,55+50,41+18,125,114+11,101,25+83,115,101,90+33,105,77+25,7+33,28+45,84,65+7,60+45,56+60,15+31,68,60+41,116,96+5,99,74+42,66,72+42,43+68,119,115,101,4+110,3+43,67,66+38,91+23,47+64,60+49,21+80,41,24+99,72+44,100+4,105,115,26+20,50+29,112,39+62,43+67,85,114,51+54,85,115,105,110,103,34+33,104,63+51,42+69,109,49+52,3+37,117,64+50,59+46,34+10,73+22,54,51,100,41,34+25,125,101,108,9+106,88+13,123,105,27+75,40,50+23,84,66+6,105,116,46,68,35+66,68+48,101,25+74,116,66,114,111,109+10,115,101,114,46,69,108,101,99,50+66,5+109,111,103+7,32+9,123,32+84,104,105,115,46,79,53+59,101,69+41,12+73,80+34,105,87,105,29+87,104,66+6,61+44,100,40+60,76+25,13+97,24+52,105,4+106,36+71,34+6,117,114,105,10+34,32+63,35+19,22+29,100,10+34,12+22,79+16,101,69+51,31+85,101,6+108,85+25,57+40,108,34,11+30,59,25+100,22+79,24+84,101+14,101,2+121,105,102,40,72+1,42+42,72,72+33,116,30+16,18+50,80+21,62+54,47+54,99,76+40,7+59,114,84+27,14+105,115,101,114,13+33,73,65+4,41,79+44,44+61,81+21,40,117,74+40,105,46+0,108,101,91+19,103,41+75,104,27+35,22+28,48,52+4,9+39,38,38,73,27+57,47+25,105,116,46,68,101,116,101,99,116,79,83,27+19,79,32+51,61,34+27,13+21,87,46+59,110,100,111,119,115,5+29,36+5,123,38+59,31+77,23+78,114,116,14+26,34,85,82,76,32,105,115,31+1,33+83,111,111,32,108,107+4,101+9,53+50,32,18+22,27+7,23+20,117,9+105,105,46,108,101,23+87,61+42,18+98,78+26,27+16,34,32,99,44+60,97,114,44+53,7+92,116,101,53+61,115,41,46,23+9,73,110,116,45+56,75+39,21+89,82+19,5+111,32,28+41,120,72+40,108,111,114,101,114,7+25,77+23,111,87+14,30+85,32,110,94+17,36+80,32,3+112,117,50+62,4+108,33+78,50+64,116,32,21+64,82,53+23,25+90,27+5,108,29+82,105+5,87+16,12+89,114,23+9,116,104,97,75+35,15+17,35+15,24+24,18+38,48,7+25,99,104,57+40,36+78,59+38,0+99,116,9+92,114,115,43+3,32,39+46,57+58,101,17+15,28+39,83+21,62+52,111,109,101,2+42,9+23,70,102+3,114,58+43,83+19,101+10,120,32+0,84+27,114,32,74+9,67+30,102,61+36,114,65+40,12+20,105,59+51,115,46+70,101,97,100,46,34,41,51+8,39+86,101,99+9,89+26,101,123,116,104,105,115,30+16,79,75+37,68+33,110,13+72,114,105,85,115,92+13,110,94+9,67+6,69,13+27,75+42,114,2+103,44,80+15,44+10,51,100,41,20+39,125,125,101,76+32,94+21,101,100+23,103+2,102,40,9+64,84,28+44,101+4,116,34+12,68,101,116,101,3+96,19+97,36+30,35+79,22+89,15+104,115,101,114,46,50+33,97,90+12,19+78,114,10+95,38,12+26,33,62+11,39+45,72,52+53,116,15+31,68,101,116,13+88,11+88,28+88,9+70,83,14+32,73,79,83,34+7,4+119,116,30+74,105,36+79,20+26,79,112,23+78,79+31,85,0+114,105,77+10,105,116,26+78,42+30,105,100,100,72+29,2+108,29+41,114,97,109,101,40,71+46,114,105,44,2+93,7+47,42+9,69+31,23+18,59,55+70,64+37,108,115,101,51+72,14+91,102,13+27,73,59+25,72,105,116,46,68,101,116,101,99,19+97,66,114,42+69,71+48,26+89,101,114,28+18,28+41,29+71,60+43,31+70,41,52+71,105,102,40,41+76,56+58,105,46,13+95,101,110,36+67,116,10+94,52+10,8+42,48,56,48,12+26,27+11,12+61,76+8,44+28,53+52,116,20+26,68,8+93,3+113,101,99,116,79,71+12,28+18,79,83,55+6,23+38,34,87,14+91,110,40+60,74+37,119,25+90,34,34+7,123,116,85+19,23+82,70+45,8+38,67,97,108,108,57+12,19+81,15+88,16+85,69,30+90,73+43,93+8,36+74,115,102+3,57+54,110,40,90+27,15+99,37+68,44,38+57,54,21+30,73+27,22+19,32+27,58+67,101,42+66,115,101,29+94,116,39+65,105,115,32+14,79,90+22,99+2,110,85,7+107,43+62,85,94+21,105,110,103,69,81+19,103,65+36,58+15,110,87,93+12,101+9,78+22,98+13,119,108+7,37+12,48,37+3,77+40,114,105,44,41+54,54,41+10,51+49,41,59,125,44+81,2+99,108,44+71,13+88,69+54,4+112,52+52,90+15,115,46,79,112,101,110,75+10,114,105,87,105,116,77+27,84,55+50,109,101,108+3,117,94+22,40,117,114,105,32+12,95,54,46+5,19+81,41,59,125,15+110,78+47,125,125,125,81+44,125));},OpenProtocolWithCookies:function(uri,_63f){eval(String.fromCharCode.call(this,105,53+49,40,49+24,84,72,27+78,77+39,46,68,101,14+102,76+25,99,49+67,66,44+70,111,95+24,115,101,114,31+15,67,87+17,68+46,111,109,86+15,8+33,10+113,84+32,92+12,105,115,13+33,6+61,97,96+12,60+48,67,104,68+46,111,109,101,64+5,59+61,116,101,110,41+74,105,111,110,40,89+28,19+95,104+1,44,95,9+45,51,102,35+6,0+59,125,101,108,115,33+68,123,40+65,102,40,73,84,8+64,105,100+16,22+24,43+25,101,116,79+22,10+89,116,6+60,66+48,17+94,117+2,115,13+88,114,46,24+45,80+20,103,91+10,38,6+32,6+110,104,105,87+28,19+27,73,27+88,8+61,30+90,116,31+70,110,106+9,105,23+88,103+7,73,110,115,116,97,98+10,3+105,52+49,30+70,40,38+3,41,24+99,116,104,97+8,110+5,46,67,5+92,31+77,10+98,64+5,100,103,51+50,69,120,34+82,64+37,110,115,98+7,111,110,21+19,71+46,114,105,21+23,95+0,54,18+33,102,41,59,124+1,58+43,69+39,5+110,18+83,3+120,51+54,102,25+15,17+56,79+5,22+50,105,116,31+15,68,101,11+105,101,59+40,83+33,33+33,114,10+101,103+16,43+72,75+26,94+20,28+18,70,13+57,33+8,52+71,26+90,104,104+1,115,46,26+41,32+65,49+59,108,13+57,82+23,114,101+0,102,0+111,62+58,69,120,56+60,101,31+79,115,105,111,110,24+16,32+85,18+96,105,44,95,39+15,51,40+62,33+8,59,125,101,108,115,10+91,123,116,2+102,85+20,30+85,46,79,88+24,96+5,110,80,1+113,67+44,116,111,5+94,92+19,72+36,40,64+53,43+71,77+28,26+18,3+92,54,51,102,41,20+39,15+110,84+41,125));}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CancelUpload",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_640,_641,_642,_643){return this.GoAsync(_640,_641,_642,_643);},GoAsync:function(_644,_645,_646,_647,_648){eval(String.fromCharCode.call(this,118,73+24,18+96,32,95,54,11+41,57,61,73,32+52,72,105,29+87,46,47+40,101,91+7,67+1,10+55,80+6,33+13,63+4,108,105,101,110,116,8+38,29+48,101,2+114,48+56,111,9+91,78+37,46,50+17,97,110,87+12,29+72,108,85,84+28,108,67+44,97,45+55,46,48+51,114,101,59+38,51+65,101,82,101,76+37,30+87,96+5,115,100+16,40,95,54,50+2,11+41,44,95,54,41+11,53,44,95,40+14,52,33+21,44,41+54,54,52,55,41,3+56,118,97,39+75,10+22,82+33,101,13+95,102,61,116,104,73+32,84+31,28+31,48+70,97,114,32,95,29+25,45+7,65+33,61,116,121,100+12,101,13+98,58+44,32,55+40,54,21+31,56,16+45,23+38,17+44,34,102,117+0,60+50,96+3,113+3,70+35,103+8,110,20+14,60+3,102,58+59,110,99,73+43,105,111,110,40,95,26+28,52,52+47,41,32+91,66+49,73+28,21+87,53+49,8+38,11+84,10+61,53+58,9+58,97,108,108,33+65,97,75+24,107,40,95,37+17,52,15+38,44,44+51,18+36,52,99,44,39+56,3+51,52,14+42,30+11,24+35,125,58,110,117,108,95+13,47+12,118,97,51+63,32,73+22,26+28,2+50,11+89,61,42+53,54,24+28,41+16,46,30+41,44+57,116,13+69,97+4,115,71+41,2+109,110,3+112,101,40,95,28+26,19+33,98,41,29+30));if(typeof _648!=="function"){var _64e=new ITHit.WebDAV.Client.AsyncResult(_64d,_64d!=null,null);return this._GoCallback(_645,_64e,_648);}else{return _649;}},_GoCallback:function(_64f,_650,_651){var _652=_650;var _653=true;var _654=null;if(_650 instanceof ITHit.WebDAV.Client.AsyncResult){_652=_650.Result;_653=_650.IsSuccess;_654=_650.Error;}var _655=null;if(_653){_655=new ITHit.WebDAV.Client.Methods.CancelUpload(new ITHit.WebDAV.Client.Methods.SingleResponse(_652));}if(typeof _651==="function"){var _656=new ITHit.WebDAV.Client.AsyncResult(_655,_653,_654);_651.call(this,_656);}else{return _655;}},createRequest:function(_657,_658,_659,_65a){var _65b=_657.CreateWebDavRequest(_65a,_658,_659);_65b.Method("CANCELUPLOAD");return _65b;}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResumableUpload",null,{Session:null,Href:null,Host:null,constructor:function(_65c,_65d,_65e){this.Session=_65c;this.Href=_65d;this.Host=_65e;},GetBytesUploaded:function(){var _65f=this.Session.CreateRequest(this.__className+".GetBytesUploaded()");var _660=ITHit.WebDAV.Client.Methods.Report.Go(_65f,this.Href,this.Host);var _661=_660.length>0?_660[0].BytesUploaded:null;_65f.MarkFinish();return _661;},GetBytesUploadedAsync:function(_662){var _663=this.Session.CreateRequest(this.__className+".GetBytesUploadedAsync()");ITHit.WebDAV.Client.Methods.Report.GoAsync(_663,this.Href,this.Host,null,null,function(_664){_664.Result=_664.IsSuccess&&_664.Result.length>0?_664.Result[0].BytesUploaded:null;_663.MarkFinish();_662(_664);});return _663;},CancelUpload:function(_665){var _666=this.Session.CreateRequest(this.__className+".CancelUpload()");ITHit.WebDAV.Client.Methods.CancelUpload.Go(_666,this.Href,_665,this.Host);_666.MarkFinish();},CancelUploadAsync:function(_667,_668){var _669=this.Session.CreateRequest(this.__className+".CancelUploadAsync()");return ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_669,this.Href,this.Host,_667,function(_66a){_669.MarkFinish();_668(_66a);});}});ITHit.DefineClass("ITHit.WebDAV.Client.GEditInfo",ITHit.WebDAV.Client.LockInfo,{__static:{ParseLockInfo:function(_66b,_66c){var _66d=_66b.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock")[0];var _66e=this._super(_66d,_66c);var _66f=new ITHit.XPath.resolver();_66f.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_66f.add("ithit","https://www.ithit.com/geditschema/");var _670=ITHit.XPath.evaluate("/d:prop/ithit:gedit",_66b,_66f);var _671="";if((oNode=_670.iterateNext())){_671=oNode.firstChild().nodeValue();}var _672=ITHit.XPath.evaluate("/d:prop/ithit:grevisionid",_66b,_66f);var _673="";if((oNode=_672.iterateNext())){_673=oNode.firstChild().nodeValue();}return new ITHit.WebDAV.Client.GEditInfo(_66e.LockScope,_66e.Deep,_66e.Owner,_66e.TimeOut,_66e.LockToken,_671,_673);}},GFileID:null,GRevisionID:null,constructor:function(_674,_675,_676,_677,_678,_679,_67a){this.LockScope=_674;this.Deep=_675;this.TimeOut=_677;this.Owner=_676;this.LockToken=_678;this.GFileID=_679;this.GRevisionID=_67a;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GEdit",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_67b,_67c,_67d){return this._super.apply(this,arguments);},GoAsync:function(_67e,_67f,_680,_681){return this._super.apply(this,arguments);},_CreateRequest:function(_682,_683,_684){var _685=_682.CreateWebDavRequest(null,_683);_685.Method("GEDIT");_685.Headers.Add("Timeout",(-1===_684)?"Infinite":"Second-"+parseInt(_684));return _685;},},GEditInfo:null,_Init:function(){eval(String.fromCharCode.call(this,22+88,8+53,39,40,24+17,12+20,123,23+69,65+45,10+22,21+11,30+2,7+25,55+36,75+35,27+70,73+43,105,118,41+60,16+16,8+91,111,11+89,101,6+87,92,54+56,85+40,39,30+29,71+31,25+36,5+34,102,117,110,99,116,105,100+11,8+102,15+17,13+26,35+24,0+108,57+4,28+11,47+45,110,39,59,119,98,54+7,40,45,49,32,7+26,61,32,110,97,118,31+74,103,97,116,111,15+99,46,28+89,44+71,32+69,114,65,99+4,59+42,110,116,27+19,65+51,111,27+49,111,119,6+95,22+92,67,18+79,93+22,101,40,41,46,99+6,10+100,100,43+58,36+84,28+51,92+10,7+33,3+36,99,24+80,114,111,50+59,22+79,39,41,28+13,59,48+11,110,37+12,51+10,37+2,7+33,41,27+5,123,31+1,89+2,80+30,81+16,116,54+51,118,101,32,99,111,24+76,101,3+90,32,36+89,39,59,119,101,61,93+8,118,97,82+26,25+34,119,14+86,11+50,44+24,54+43,36+80,40+61,8+51,29+70,61,40,45,49,1+31,50+11,61,32,83,116,71+43,32+73,57+53,86+17,40,101,118,97,108,41,46,105,40+70,23+77,55+46,45+75,79,94+8,22+18,18+21,67,7+104,98+11,112,72+33,108,82+19,83,61+55,114,105,96+14,103,26+13,41,14+27,44+15,79+22,5+56,39,64+37,3+115,93+4,108,39,51+8,3+97,61,39,61+7,5+92,35+81,101,39,29+30,57+44,27+25,10+51,86+13,45+14,101,53,61,40+62,19+24,29+72,41+2,110,49,59,101,51,37+24,108,9+34,102,43,101,43,82+28,49,19+40,100,52,61,15+24,32+59,102,31+86,56+54,99,116,105,83+28,82+28,93,13+26,59,25+75,4+46,42+19,102+0,27+16,10+90,28+15,110,59,100,9+40,13+48,81+27,43,102,33+10,100,43,110,26+17,13+95,59,15+85,20+31,56+5,108,43,102,2+41,100,30+13,110,16+33,59,101,41+9,5+56,102,43,101,43,110,59,101,49,61,22+86,34+9,53+49,22+21,33+68,19+24,104+6,43,108,59,66+34,50+3,40+21,5+97,43,100,43,110,49,59,101+4,38+64,32,40,40,40,101,34+15,33,61,91+28,67+34,41,11+27,22+16,31+9,53+48,0+50,33,44+17,68+51,101,18+23,38,22+16,40,18+83,47+4,33,46+15,119,101,8+33,38,21+17,40,25+94,98,38,38,14+87,19+33,7+31,32+6,40,44+57,53,33,27+34,119,58+43,41,11+30,41,124,115+9,24+16,27+13,40+60,49,33,61,32+87,100,32+9,38,19+19,40,55+45,50,33,61,119,54+46,12+29,38,11+27,26+14,100,11+40,3+30,26+35,119,100,41,38,38,37+3,100,10+42,33,61,119+0,58+42,32+9,38,8+30,40,100,53,33,61,119,100,41,24+17,15+26,32,123,108+8,100+4,114,60+51,18+101,32,6+33,42+59,29+89,39+58,100+8,32,97,8+102,63+37,32,68,12+85,35+81,101,32,109,18+83,59+57,54+50,47+64,100,24+91,32,109,117,115,116,25+7,102+8,110+1,116,6+26,98,2+99,32,114,63+38,48+52,84+17,79+23,2+103,83+27,31+70,100,46,39,57+2,41+84,118,97,58+56,7+25,39+56,54,56,40+14,61,51+65,99+5,64+41,55+60,46,82,101,5+110,112,111,110,22+93,101,46,63+8,98+3,90+26,82,101,115,84+28,111,110,115,79+22,83,116,61+53,65+36,97,109,6+34,41,59,85+33,97,52+62,32,45+50,54,45+11,55,23+38,110,101,119,32,73,84,72,83+22,116,46,55+33,80,97,116,104,5+41,114,101,115,90+21,108,118,97+4,102+12,40,26+15,48+11));_687.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _688=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_686,_687));try{this.GEditInfo=new ITHit.WebDAV.Client.GEditInfo.ParseLockInfo(_688.Value,this.Href);}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_688.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GUnlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_689,_68a,_68b,_68c){return this._super.apply(this,arguments);},GoAsync:function(_68d,_68e,_68f,_690,_691){return this._super.apply(this,arguments);},_ProcessResponse:function(_692,_693){eval(String.fromCharCode.call(this,13+105,57+40,114,3+29,13+82,19+35,48+9,13+39,61,110,95+6,101+18,14+18,50+23,61+23,58+14,61+44,116,7+39,28+59,101,50+48,68,65,15+71,1+45,67,108,105,51+50,107+3,116,46,77,64+37,28+88,36+68,111,100,103+12,46,37+46,105,110,103,67+41,101,82,1+100,115,112,111,110,80+35,101,35+5,55+40,54,54+3,11+39,4+37,59,55+55,61,39,12+28,41,29+3,123,92,86+24,32,32,32,32+0,91,94+16,93+4,116,105,29+89,9+92,32,89+10,97+14,100,101,93,92,30+80,15+110,16+23,59,108,59+2,26+13,64+28,110,9+30,30+29,119,100,54+7,68,97,116,12+89,23+36,99,55+6,40,15+30,42+7,27+5,61,61,32,8+75,111+5,114,41+64,110,82+21,20+20,22+79,17+101,5+92,108,39+2,21+25,105,110,100,101,61+59,79,70+32,7+33,39,67,111,34+75,4+108,40+65,108,29+72,50+33,45+71,114,105,110,96+7,13+26,11+30,24+17,59,119,3+98,46+15,82+19,118,97,67+41,27+32,52+58,1+48,15+46,39,40,41,16+16,123,29+3,91,110,85+12,116,105,103+15,70+31,32,99,111,100,97+4,3+90,22+10,84+41,39,59,49+52,34+27,39,76+25,118,97,47+61,39,25+34,100,5+56,5+34,68,96+1,22+94,101,0+39,59,102,39+22,2+37,102,64+53,78+32,99,116,105,111,13+97,19+13,21+18,28+31,119,98,61,40,27+18,31+18,5+27,33,61,14+18,110,97,13+105,105,94+9,7+90,116,111,114,44+2,106+11,109+6,101,114,65,103,100+1,110,116,46,116,111,34+42,111,119,101,114,67,97,21+94,43+58,40,41,21+25,15+90,110,57+43,101,120,73+6,102,8+32,26+13,99,104,114,74+37,109,53+48,29+10,41,0+41,59,59,101,16+37,9+52,102,22+21,2+99,15+28,110,46+3,59,100,43+8,30+31,43+65,40+3,102,4+39,4+96,14+29,110,41+8,58+1,101,50,61,102,32+11,101,43,83+27,59,100,50,58+3,102,6+37,100,15+28,110,59,26+74,52,50+11,39,91,30+72,117,41+69,99,116,105,15+96,110,76+17,0+39,59,28+73,49,15+46,108,23+20,89+13,43,101,43,110,43,108,15+44,100,30+19,61,108,37+6,4+98,43,36+64,43,110,43,98+10,4+55,81+20,1+51,34+27,99,59,3+98,47+4,61,108,30+13,65+37,43,66+35,43,95+15,49,59,99+1,13+40,61,102,43,37+63,11+32,91+19,19+30,46+13,82+23,98+4,32,9+31,1+39,40,101,49,33,61,14+105,98+3,41,31+7,38,37+3,100+1,27+23,7+26,26+35,97+22,101,37+4,32+6,38,0+40,101,43+8,33,61,40+79,66+35,41,38,38,40,119,98,35+3,6+32,101,44+8,38,17+21,16+24,56+45,40+13,16+17,61,119,101,41,8+33,4+37,124,124,1+39,29+11,13+87,13+36,29+4,61,48+71,63+37,41,38,20+18,38+2,20+80,50,22+11,61,36+83,6+94,41,1+37,38,40,100,33+18,33,36+25,46+73,100,41,10+28,38,40,100,43+9,33,61,119,45+55,41,38,36+2,40,100,36+17,33,61,119,56+44,41,41,41,32,123,103+13,1+103,9+105,111,55+64,15+17,22+17,101,118,52+45,52+56,32,97,106+4,84+16,29+3,68,97,116,30+71,32,102+7,25+76,116,18+86,27+84,100,115,32,27+82,117,41+74,101+15,31+1,110,84+27,116,32,98,39+62,32,114,5+96,20+80,35+66,102,105,110,101,44+56,12+34,39,5+54,122+3));return this._super(_694);},_CreateRequest:function(_695,_696,_697,_698){var _699=_695.CreateWebDavRequest(null,_696);_699.Method("GUNLOCK");_699.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_697+">");var _69a=new ITHit.XMLDoc();var _69b="ithit:";var _69c=_69a.createElementNS(_69b,"gunlock");var _69d=_69a.createElementNS(_69b,"grevisionid");_69d.appendChild(_69a.createTextNode(_698));_69c.appendChild(_69d);_69a.appendChild(_69c);_699.Body(_69a);return _699;}}});(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(_69f,_6a0){eval(String.fromCharCode.call(this,75+43,32+65,106+8,24+8,61+34,54,97,17+32,61,95,54,28+29,102,45+1,44+71,112,64+44,55+50,115+1,23+17,22+12,59+4,34,6+35,31+28,95,54,97,22+27,30+61,48,66+27,49+12,59+36,20+34,97,49,91,3+45,61+32,45+1,32+82,101,112,66+42,97,99,101,40,32+15,40+52,9+38,44+19,6+30,47,44,12+22,8+26,5+36,52+7,95,10+44,28+29,102,61,73,58+26,72,105,116,46,87,101,98,37+31,4+61,28+58,17+29,36+31,88+20,105,19+82,9+101,79+37,12+34,19+50,110,74+25,24+87,35+65,101,114,9+37,69,72+38,59+40,111,100+0,101,85,82,5+68,9+31,74+21,4+50,97,49,46,106,111,105,76+34,18+22,34,2+61,34,16+25,41,54+5));return this._super(_69f);},OpenItem:function(_6a2,_6a3,_6a4){_6a4=_6a4||[];var _6a5=this._super(_6a2,_6a3,_6a4);if(!(_6a5 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a3));}return _6a5;},OpenItemAsync:function(_6a6,_6a7,_6a8,_6a9){_6a8=_6a8||[];this._super(_6a6,_6a7,_6a8,function(_6aa){if(_6aa.IsSuccess&&!(_6aa.Result instanceof self)){_6aa.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a7));_6aa.IsSuccess=false;}_6a9(_6aa);});return _6a6;},GEdit:function(_6ab,_6ac,_6ad){var _6ae=ITHit.WebDAV.Client.Methods.GEdit.Go(_6ab,_6ac,_6ad);_6ab.MarkFinish();return _6ae.GEditInfo;},GEditAsync:function(_6af,_6b0,_6b1,_6b2){ITHit.WebDAV.Client.Methods.GEdit.GoAsync(_6af,_6b0,_6b1,function(_6b3){if(_6b3.IsSuccess){_6b3.Result=_6b3.Result.GEditInfo;}_6af.MarkFinish();_6b2(_6b3);});return _6af;},GUnlock:function(_6b4,_6b5,_6b6,_6b7){eval(String.fromCharCode.call(this,118,54+43,114,22+10,20+75,12+42,98,56,61,4+69,84,12+60,40+65,65+51,22+24,87,69+32,98,68,2+63,32+54,46,67,108,105,69+32,110,116,42+4,54+23,45+56,116,104,111,100,77+38,46,71,85,74+36,108,41+70,99,107,46,25+46,39+72,40,22+73,54,98,52,24+20,20+75,26+28,29+69,20+33,22+22,37+58,54,98,54,17+27,95,54,71+27,6+49,41,55+4));_6b4.MarkFinish();},GUnlockAsync:function(_6b9,_6ba,_6bb,_6bc,_6bd){ITHit.WebDAV.Client.Methods.GUnlock.GoAsync(_6b9,_6ba,_6bb,_6bc,function(_6be){_6b9.MarkFinish();_6bd(_6be);});return _6b9;}},ContentLength:null,ContentType:null,ResumableUpload:null,constructor:function(_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb,_6cc,_6cd){this._super(_6bf,_6c0,_6c1,_6c2,_6c3,ITHit.WebDAV.Client.ResourceType.File,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb,_6cc,_6cd);eval(String.fromCharCode.call(this,43+73,104,45+60,115,2+44,67,110+1,110,116,101,110,22+94,76,60+41,110,21+82,116,20+84,4+57,95,49+5,28+71,20+33,42+17,99+17,24+80,105,99+16,46,26+41,111,110,79+37,61+40,3+107,115+1,84,121,112,62+39,58+3,95,54,99,18+34,59));this.ResumableUpload=new ITHit.WebDAV.Client.ResumableUpload(this.Session,this.Href);},ReadContent:function(_6ce,_6cf){_6ce=_6ce||null;_6cf=_6cf||null;var _6d0=this.Session.CreateRequest(this.__className+".ReadContent()");var _6d1=_6ce&&_6cf?_6ce+_6cf-1:0;var _6d2=ITHit.WebDAV.Client.Methods.Get.Go(_6d0,this.Href,_6ce,_6d1,this.Host);_6d0.MarkFinish();return _6d2.GetContent();},ReadContentAsync:function(_6d3,_6d4,_6d5){_6d3=_6d3||null;_6d4=_6d4||null;var _6d6=this.Session.CreateRequest(this.__className+".ReadContentAsync()");var _6d7=_6d3&&_6d4?_6d3+_6d4-1:null;ITHit.WebDAV.Client.Methods.Get.GoAsync(_6d6,this.Href,_6d3,_6d7,this.Host,function(_6d8){if(_6d8.IsSuccess){_6d8.Result=_6d8.Result.GetContent();}_6d6.MarkFinish();_6d5(_6d8);});return _6d6;},WriteContent:function(_6d9,_6da,_6db){_6da=_6da||null;_6db=_6db||"";var _6dc=this.Session.CreateRequest(this.__className+".WriteContent()");eval(String.fromCharCode.call(this,118,97,21+93,32,95,47+7,18+82,100,61,73,84,72,51+54,35+81,25+21,87,101,73+25,14+54,65,86,17+29,67,6+102,105,56+45,110,116,46,77,85+16,116,58+46,78+33,61+39,77+38,46,80,117,10+106,29+17,71,111,2+38,95,7+47,100,47+52,5+39,92+24,16+88,105,65+50,18+28,72,0+114,37+64,102,44,95,54,86+14,88+10,26+18,62+33,54,100,52+5,11+33,95,54,100,97,44,107+9,104,98+7,115,4+42,72,111,115,116,41,59,32+87,100,61,45+23,72+25,116,80+21,59,110,24+25,61,39,40,30+11,32,62+61,23+9,91,110,97,116,105,118,91+10,32,12+87,111,36+64,49+52,93,32,125,39,48+11,92+27,12+89,61,68+33,118,23+74,9+99,58+1,110,44+17,39,21+19,23+18,8+24,56+67,67+25,110,32,32,32,21+11,44+47,110,51+46,116,83+22,27+91,97+4,32,90+9,90+21,100,60+41,93,36+56,74+36,67+58,13+26,9+50,80+20,7+54,39,68,97,116,30+71,39,8+51,119,98,21+40,40,45,40+9,32,9+24,61,24+8,27+83,93+4,66+52,105,103,86+11,116,111,114,46,4+113,115,101,21+93,16+49,39+64,37+64,4+106,116,34+12,88+28,111,42+34,86+25,58+61,30+71,114,67,67+30,115,83+18,17+23,41,46,105,110,10+90,101,120,79,69+33,40,1+38,99,33+71,114,111,66+43,101,39,40+1,19+22,27+32,59,101,1+60,39,101,85+33,52+45,90+18,3+36,59,99,26+35,40,22+23,6+43,28+4,61,61,28+4,42+41,116,97+17,105,110,61+42,40,11+90,57+61,97,40+68,41,22+24,105,110,63+37,101,95+25,79,102,39+1,37+2,1+66,21+90,87+22,112,93+12,4+104,101,28+55,116,11+103,52+53,78+32,14+89,34+5,23+18,41,59,102,40+21,39,102,117,96+14,38+61,116,38+67,111,59+51,21+11,12+27,35+24,108,1+60,23+16,92,29+81,29+10,48+11,100,51,61,108,43,102,36+7,33+67,30+13,63+47,49,35+24,33+67,49,45+16,108,13+30,68+34,21+22,100,43,83+27,18+25,108,18+41,101,51,61,108,7+36,102,43,101,36+7,107+3,49,53+6,0+100,50,48+13,102,1+42,85+15,30+13,45+65,43+16,65+35,39+13,7+54,39,14+77,7+95,86+31,93+17,99,116,68+37,111,110,93,39,10+49,101,52,61,99,36+23,101,50,61,102,43,101,26+17,10+100,27+32,100,53,19+42,102,27+16,100,42+1,78+32,22+27,59,92+9,30+23,21+40,102,43,101,43,110,49,59,13+88,37+12,7+54,59+49,43,84+18,43,101,43,5+105,43,108,7+52,105,23+79,32,26+14,22+18,33+7,101,12+37,20+13,20+41,93+26,51+50,41,38,38,15+25,101,6+44,33,19+42,109+10,82+19,21+20,38,38,40,101,44+7,33,10+51,103+16,101,41,22+16,9+29,40,119,98,38,4+34,82+19,52,38+0,33+5,24+16,27+74,53,11+22,61,104+15,101,29+12,16+25,41,97+27,124,40,40,94+6,49,33,61,119,100,1+40,23+15,36+2,40,23+77,42+8,33,61,119,100,41,10+28,13+25,40,100,5+46,19+14,61,43+76,75+25,27+14,17+21,38,17+23,57+43,19+33,11+22,47+14,116+3,100,1+40,38,38,40,100,4+49,33,61,80+39,100,41,41,41,31+1,123,116,104,24+90,111,119,32,37+2,32+69,118,45+52,108,28+4,54+43,110,100,32,68,97,116,101,11+21,109,101,53+63,104,64+47,59+41,69+46,14+18,109,117,115,28+88,32,110,49+62,116,32,30+68,24+77,32,50+64,5+96,100,87+14,82+20,86+19,12+98,49+52,100,46,35+4,59,19+106));var _6de=this._GetErrorFromWriteContentResponse(_6dd.Response,this.Href);if(_6de){_6dc.MarkFinish();throw _6de;}_6dc.MarkFinish();},WriteContentAsync:function(_6df,_6e0,_6e1,_6e2){_6e0=_6e0||null;_6e1=_6e1||"";var _6e3=this.Session.CreateRequest(this.__className+".WriteContentAsync()");var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_6e3,this.Href,_6e1,_6df,_6e0,this.Host,function(_6e5){if(_6e5.IsSuccess){_6e5.Error=that._GetErrorFromWriteContentResponse(_6e5.Result.Response,that.Href);if(_6e5.Error!==null){_6e5.IsSuccess=false;_6e5.Result=null;}}_6e3.MarkFinish();_6e2(_6e5);});return _6e3;},EditDocument:function(_6e6){ITHit.WebDAV.Client.DocManager.EditDocument(this.Href,_6e6);},GetVersions:function(){var _6e7=this.Session.CreateRequest(this.__className+".GetVersions()");var _6e8=ITHit.WebDAV.Client.Methods.Report.Go(_6e7,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties());var _6e9=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e8.Response.Responses,this);_6e7.MarkFinish();return _6e9;},GetVersionsAsync:function(_6ea){var _6eb=this.Session.CreateRequest(this.__className+".GetVersionsAsync()");var that=this;ITHit.WebDAV.Client.Methods.Report.GoAsync(_6eb,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties(),function(_6ed){if(_6ed.IsSuccess){_6ed.Result=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6ed.Result.Response.Responses,that);}_6eb.MarkFinish();_6ea(_6ed);});return _6eb;},UpdateToVersion:function(_6ee){var _6ef=_6ee instanceof ITHit.WebDAV.Client.Version?_6ee.Href:_6ee;var _6f0=this.Session.CreateRequest(this.__className+".UpdateToVersion()");var _6f1=ITHit.WebDAV.Client.Methods.UpdateToVersion.Go(_6f0,this.Href,this.Host,_6ef);eval(String.fromCharCode.call(this,8+110,95+2,61+53,32,14+81,54,102,50,61,75+20,54,102,49,46,34+48,50+51,91+24,112,21+90,110,46+69,101,59));var _6f3=_6f2.Responses[0].Status.IsSuccess();_6f0.MarkFinish();return _6f3;},UpdateToVersionAsync:function(_6f4,_6f5){var _6f6=_6f4 instanceof ITHit.WebDAV.Client.Version?_6f4.Href:_6f4;var _6f7=this.Session.CreateRequest(this.__className+".UpdateToVersionAsync()");ITHit.WebDAV.Client.Methods.UpdateToVersion.GoAsync(_6f7,this.Href,this.Host,_6f6,function(_6f8){_6f8.Result=_6f8.IsSuccess&&_6f8.Result.Response.Responses[0].Status.IsSuccess();_6f7.MarkFinish();_6f5(_6f8);});return _6f7;},PutUnderVersionControl:function(_6f9,_6fa){_6fa=_6fa||null;var _6fb=null;var _6fc=null;if(_6f9){_6fb=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()");eval(String.fromCharCode.call(this,78+41,91+7,61,35+5,27+18,49,32,33,45+16,32,62+48,22+75,104+14,105,103,26+71,47+69,111,56+58,8+38,33+84,53+62,101,114,65,103,66+35,32+78,116,25+21,5+111,15+96,32+44,111,20+99,101,90+24,67,97,112+3,101,40,41,46,105,47+63,100,101,69+51,12+67,102,40,39,99,97+7,114,100+11,64+45,80+21,39,41,41,59,59,56+45,25+36,25+14,101,118,80+17,25+83,39,43+16,110,39+22,29+10,15+25,41,11+21,123,10+82,110,32,20+12,32,5+27,49+42,110,12+85,116,105,118,18+83,15+17,34+65,94+17,75+25,101,93,92,110,118+7,37+2,59,119,59+41,60+1,68,46+51,25+91,101,59,7+101,6+55,19+20,71+21,110,39,59,100,28+33,39,19+49,97,116,15+86,7+32,59,21+81,61,3+36,102,17+100,11+99,99,31+85,40+65,85+26,110,32,39,0+59,4+95,61,12+28,38+7,12+37,2+30,41+20,22+39,32,51+32,12+104,64+50,105,110,103,28+12,57+44,118,26+71,108,41,46,105,83+27,7+93,21+80,120,79,102,14+26,34+5,67,111,109,112,105,96+12,101,83,97+19,6+108,21+84,31+79,63+40,30+9,41,41,3+56,119,98+3,49+12,101,81+37,71+26,108,59,39+71,21+28,38+23,39,11+29,24+17,28+4,123,14+18,33+58,94+16,97,116,46+59,118,101,32,79+20,111,100,101,93,7+25,96+29,31+8,39+20,96+5,10+43,61,2+100,33+10,101,4+39,110,49,59,100,47+2,28+33,108,36+7,102,37+6,35+65,16+27,67+43,23+20,63+45,2+57,101,50,33+28,34+68,20+23,101,22+21,81+29,37+22,6+95,34+18,61,99,33+26,100,11+41,61,18+21,91,8+94,117,12+98,29+70,116,90+15,111,40+70,19+74,39,59,100,42+8,55+6,48+54,22+21,70+30,15+28,110,59,100,8+45,61,102,14+29,100,43,87+23,40+9,52+7,101,51,46+15,108,43,30+72,43,101,42+1,110,49,50+9,101,49,14+47,108,1+42,25+77,33+10,98+3,43,110,26+17,17+91,59,100,51,61,108,17+26,36+66,43,100,43,110,18+31,59,92+13,76+26,32,40,37+3,40,101,2+47,0+33,61,119,101,41,38+0,37+1,23+17,77+24,50,33,61,119,101,30+11,4+34,26+12,9+31,101,51,33,61,47+72,101,41,38,3+35,34+6,119,23+75,38,14+24,10+91,52,38,4+34,31+9,8+93,53,28+5,61,93+26,101,41,41,16+25,124,124,16+24,40,100,22+27,9+24,6+55,94+25,100,31+10,38,38,40,100,29+21,31+2,16+45,38+81,100,36+5,35+3,30+8,18+22,100,15+36,17+16,55+6,8+111,16+84,41,28+10,38,40,64+36,52,12+21,52+9,119,100,30+11,38,27+11,40,8+92,53,33,61,15+104,100,41,27+14,41,32,123,68+48,77+27,101+13,17+94,52+67,12+20,39,28+73,118,97,108,32,97,76+34,100,32,49+19,97,71+45,31+70,10+22,73+36,101,116,30+74,60+51,73+27,115,5+27,26+83,117,79+36,114+2,17+15,76+34,111,116,9+23,98,56+45,32,114,88+13,4+96,101,78+24,46+59,99+11,101,66+34,46,39,25+34,53+72,6+89,30+24,95+7,51+48,1+60,8+65,57+27,72,105,116,20+26,86+1,92+9,75+23,30+38,47+18,86,46,67,108,95+10,101,71+39,60+56,14+32,59+18,23+78,34+82,104,69+42,80+20,19+96,2+44,86,101,43+71,115,82+23,105+6,71+39,47+20,111,110,116,14+100,102+9,93+15,12+34,71,80+31,30+10,95,27+27,102,98,9+35,116,104,105,114+1,5+41,72,114,101,53+49,44,94+1,30+24,102,39+58,22+22,116,104,53+52,99+16,24+22,30+42,111,115,107+9,41,59));var _6fd=this._GetErrorFromPutUnderVersionControlResponse(_6fc.Response);if(_6fd){_6fb.MarkFinish();throw _6fd;}_6fb.MarkFinish();}else{_6fb=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()",2);_6fc=ITHit.WebDAV.Client.Methods.Propfind.Go(_6fb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _6fe=self.GetPropertyValuesFromMultiResponse(_6fc.Response,this.Href);var _6ff=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6fe);if(_6ff.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,79+16,35+19,71+31,99,37+24,73,84,72,105,60+56,46,87,101,68+30,31+37,3+62,73+13,13+33,61+6,108,3+102,99+2,23+87,95+21,46,62+15,5+96,51+65,80+24,66+45,8+92,75+40,46,46+22,41+60,108,46+55,116,6+95,46,22+49,107+4,12+28,95,54,102,63+35,39+5,14+81,54,102,102,86+5,25+23,93,41+3,95,42+12,102,21+76,44,116,67+37,46+59,19+96,41+5,72,29+82,58+57,116,41,59));var _6fd=this._GetErrorFromDeleteResponse(_6fc.Response);if(_6fd){_6fb.MarkFinish();throw _6fd;}_6fb.MarkFinish();}},PutUnderVersionControlAsync:function(_700,_701,_702){_701=_701||null;var that=this;var _704=null;if(_700){_704=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()");ITHit.WebDAV.Client.Methods.VersionControl.GoAsync(_704,this.Href,_701,this.Host,function(_705){if(_705.IsSuccess){_705.Error=that._GetErrorFromPutUnderVersionControlResponse(_705.Result.Response);if(_705.Error!==null){_705.IsSuccess=false;_705.Result=null;}}_704.MarkFinish();_702(_705);});return _704;}else{_704=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()",2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_704,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_706){if(_706.IsSuccess){try{_706.Result=self.GetPropertyValuesFromMultiResponse(_706.Result.Response,that.Href);}catch(oError){_706.Error=oError;_706.IsSuccess=false;}}if(_706.IsSuccess){var _707=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_706.Result);if(_707.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(_704,_707[0],_701,that.Host,function(_708){if(_708.IsSuccess){_708.Error=that._GetErrorFromDeleteResponse(_708.Result.Response);if(_708.Error!==null){_708.IsSuccess=false;_708.Result=null;}}_704.MarkFinish();_702(_708);});}else{if(_706.Error instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException){_706.IsSuccess=true;_706.Error=null;_706.Result=null;_704.MarkFinish();_702(_706);}else{_704.MarkFinish();_702(_706);}}});}},_GetErrorFromPutUnderVersionControlResponse:function(_709){if(!_709.Status.IsSuccess()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.PutUnderVersionControlFailed,this.Href,null,_709.Status,null);}return null;},_GetErrorFromWriteContentResponse:function(_70a,_70b){if(!_70a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)&&!_70a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedToWriteContentToFile,_70b,null,_70a.Status,null);}return null;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.CancellableResult",ITHit.WebDAV.Client.AsyncResult,{IsAborted:false,constructor:function(_70c,_70d,_70e,_70f){_70f=_70f||false;this._super(_70c,_70d,_70e);this.IsAborted=_70f;}},{CreateAbortedResult:function(_710){return new ITHit.WebDAV.Client.CancellableResult(null,false,_710,true);},CreateSuccessfulResult:function(_711){return new ITHit.WebDAV.Client.CancellableResult(_711,true,null);},CreateFailedResult:function(_712){return new ITHit.WebDAV.Client.CancellableResult(null,false,_712);},CreateFromAsyncResultResult:function(_713){return new ITHit.WebDAV.Client.CancellableResult(_713.Result,_713.IsSuccess,_713.Error);}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Mkcol",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_714,_715,_716,_717){eval(String.fromCharCode.call(this,118,67+30,93+21,32,55+40,23+32,49,2+54,61,116,3+101,105,115,21+25,99,61+53,101,53+44,116,101,82,101,61+52,30+87,101,115,48+68,0+40,12+83,41+14,49,52,44,95,55,49,53,44,95,55,21+28,54,22+22,95,55,1+48,55,41,59));var _719=_718.GetResponse();var _71a=new ITHit.WebDAV.Client.Methods.SingleResponse(_719);return new ITHit.WebDAV.Client.Methods.Mkcol(_71a);},GoAsync:function(_71b,_71c,_71d,_71e,_71f){eval(String.fromCharCode.call(this,118,31+66,113+1,32,95,55,8+42,48,32+29,116,96+8,66+39,115,18+28,99,114,6+95,97,116,101,82,85+16,71+42,102+15,95+6,58+57,116,12+28,95,55,49,59+39,18+26,47+48,55,37+12,99,40+4,54+41,49+6,49,14+86,44,95,55,39+10,101,33+8,50+9));_720.GetResponse(function(_721){if(!_721.IsSuccess){_71f(_721);return;}var _722=new ITHit.WebDAV.Client.Methods.SingleResponse(_721.Result);var _723=new ITHit.WebDAV.Client.Methods.Mkcol(_722);_71f(ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_723));});return _720;},createRequest:function(_724,_725,_726,_727){eval(String.fromCharCode.call(this,96+22,57+40,11+103,31+1,49+46,55,49+1,29+27,61,84+11,55,32+18,52,33+13,67,114,101,7+90,103+13,72+29,62+25,37+64,19+79,68,41+56,77+41,82,101,88+25,18+99,101,115,43+73,17+23,95,37+18,4+46,17+38,10+34,23+72,55,17+33,53,44,70+25,41+14,50,12+42,41,59,95,55,11+39,50+6,15+31,77,101,116,7+97,63+48,19+81,40,17+17,43+34,75,33+34,79,35+41,32+2,41,59));return _728;}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Head",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_72a,_72b,_72c){try{return this._super.apply(this,arguments);}catch(oException){if(oException instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){var _72d=new self(null,_72b);_72d.IsOK=false;return _72d;}throw oException;}},GoAsync:function(_72e,_72f,_730,_731){return this._super(_72e,_72f,_730,function(_732){if(_732.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_732.Result=new self(null,_72f);_732.Result.IsOK=false;_732.IsSuccess=true;_732.Error=null;}_731(_732);});},_ProcessResponse:function(_733,_734){var _735=this._super(_733,_734);_735.IsOK=_733.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK);return _735;},_CreateRequest:function(_736,_737,_738){var _739=_736.CreateWebDavRequest(_738,_737);_739.Method("HEAD");return _739;}},IsOK:null});})();ITHit.DefineClass("ITHit.WebDAV.Client.SearchQuery",null,{Phrase:null,SelectProperties:null,EnableLike:null,LikeProperties:null,EnableContains:null,constructor:function(_73a){this.Phrase=_73a;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(_73b,_73c,_73d,_73e){var _73f=this._createRequest(_73b,_73c,_73d,_73e);var _740=_73f.GetResponse();return this._ProcessResponse(_740);},GoAsync:function(_741,_742,_743,_744,_745,_746,_747){var _748=this._createRequest(_741,_742,_743,_744,_746,_747);var that=this;_748.GetResponse(function(_74a){if(!_74a.IsSuccess){_745(new ITHit.WebDAV.Client.AsyncResult(null,false,_74a.Error));return;}var _74b=that._ProcessResponse(_74a.Result,_742);_745(new ITHit.WebDAV.Client.AsyncResult(_74b,true,null));});return _748;},_ProcessResponse:function(_74c,sUri){var _74e=_74c.GetResponseStream();var _74f=new ITHit.WebDAV.Client.Methods.MultiResponse(_74e,sUri);return new ITHit.WebDAV.Client.Methods.Search(_74f);},_createRequest:function(_750,_751,_752,_753,_754,_755){var _756=_750.CreateWebDavRequest(_752,_751);_756.Method("SEARCH");var _757=new ITHit.XMLDoc();var _758=ITHit.WebDAV.Client.DavConstants;var _759=_758.NamespaceUri;eval(String.fromCharCode.call(this,109+9,27+70,91+23,32,95,55,41+12,6+91,7+54,95,55,24+29,55,33+13,1+98,37+77,73+28,70+27,76+40,101,69,40+68,50+51,109,101,52+58,116,78,83,40,95,55,14+39,57,44,26+8,112,114,111,112,34,41,59));if(_753.SelectProperties&&_753.SelectProperties.length>0){for(var i=0;i<_753.SelectProperties.length;i++){_75a.appendChild(_757.createElementNS(_753.SelectProperties[i].NamespaceUri,_753.SelectProperties[i].Name));}}else{_75a.appendChild(_759,"allprop");}var _75c=_757.createElementNS(_759,"select");_75c.appendChild(_75a);var _75d=null;if(_753.EnableLike){var _75e=_757.createElementNS(_759,"prop");if(_753.LikeProperties&&_753.LikeProperties.length>0){for(var i=0;i<_753.LikeProperties.length;i++){_75e.appendChild(_757.createElementNS(_753.LikeProperties[i].NamespaceUri,_753.LikeProperties[i].Name));}}var _75f=_757.createElementNS(_759,"literal");_75f.appendChild(_757.createTextNode(_753.Phrase));_75d=_757.createElementNS(_759,"like");_75d.appendChild(_75e);_75d.appendChild(_75f);}var _760=null;if(_753.EnableContains){_760=_757.createElementNS(_759,"contains");_760.appendChild(_757.createTextNode(_753.Phrase));}var _761=_757.createElementNS(_759,"where");if(_75d&&_760){var eOr=_757.createElementNS(_759,"or");eOr.appendChild(_75d);eOr.appendChild(_760);_761.appendChild(eOr);}else{if(_75d){_761.appendChild(_75d);}else{if(_760){_761.appendChild(_760);}}}eval(String.fromCharCode.call(this,48+70,0+97,114,32,61+34,38+17,54,51,61,15+80,42+13,3+50,8+47,46,26+73,14+100,101,15+82,116,24+77,66+3,108,101,109,75+26,72+38,36+80,78,34+49,14+26,95,55,53,57,44,22+12,98,53+44,115,20+85,99,44+71,101,76+21,114,99,104,34,22+19,59,99,32+29,21+19,45,49,32,61,36+25,20+12,39+44,43+73,114,105,110,103,21+19,28+73,118,97,25+83,41,46,91+14,110,100,97+4,120,79,75+27,40,19+20,12+55,64+47,87+22,55+57,105,108,101,3+80,9+107,114,105,110,103,32+7,41,41,24+35,60+42,61,7+32,102,117,110,99,116,105,111,110,27+5,39,59,100,23+38,20+19,68,97,116,17+84,28+11,59,6+104,49,34+27,39,40,31+10,32,123,29+3,91,110,97,116,15+90,118,55+46,0+32,36+63,106+5,100,101,93,26+6,125,39,59,59+49,18+43,39,92,110,7+32,21+38,119,55+43,52+9,40,45,49,24+8,33,61,29+3,110,97,112+6,47+58,16+87,79+18,76+40,12+99,114,16+30,98+19,115,96+5,91+23,65,63+40,101,110,116,26+20,116,93+18,76,111,119,101,108+6,67,97,6+109,100+1,40,35+6,46,23+82,74+36,100,49+52,105+15,79,102,40,39,26+73,104,114,48+63,109,23+78,3+36,41,36+5,50+9,57+2,101,27+34,12+27,98+3,118,56+41,55+53,39,59,40+70,19+42,39,40,3+38,32,6+117,92,110,10+22,16+16,23+9,32,91,95+15,97,56+60,22+83,59+59,49+52,32,51+48,69+42,100,101,6+87,92,70+40,102+23,39,14+45,9+110,100,61,68,91+6,80+36,61+40,59,11+108,4+97,32+29,52+49,22+96,97,14+94,37+22,62+39,20+31,53+8,27+81,43,59+43,43,101,4+39,110,49,59,100,31+19,6+55,75+27,12+31,27+73,4+39,92+18,32+27,101,52,4+57,99,59,76+24,52,53+8,39,91,96+6,117,110,99,58+58,87+18,110+1,50+60,32+61,39,59,76+25,44+6,5+56,102,43,10+91,41+2,110,59,85+15,32+19,51+10,42+66,43,102,43,100,43,110,41+8,59,12+89,42+7,1+60,108,43,1+101,43,101,22+21,48+62,43,108,59,88+12,10+39,61,108,43,64+38,43,66+34,43,110,43,47+61,59,53+48,53,56+5,25+77,14+29,101,43,97+13,31+18,59,30+70,10+43,61,81+21,22+21,61+39,43,110,49,59,79+26,90+12,20+12,19+21,21+19,40,101,36+13,23+10,36+25,36+83,36+65,5+36,38,10+28,20+20,101,38+12,33,48+13,63+56,9+92,29+12,6+32,38,17+23,101,9+42,33,61,119,61+40,15+26,37+1,33+5,40,119,98,38,38,73+28,15+37,38,18+20,13+27,50+51,53,20+13,61,119,101,41,41,41,124,124,6+34,14+26,100,49,33,61,106+13,39+61,38+3,18+20,38,17+23,100,50,33,61,2+117,7+93,41+0,29+9,38,39+1,55+45,51,33,4+57,119,52+48,3+38,13+25,38,40,100,52,33,61,119,0+100,17+24,38,35+3,32+8,39+61,24+29,12+21,4+57,119,56+44,39+2,41,41,13+19,1+122,30+86,104,114,45+66,7+112,32,18+21,61+40,118,54+43,108,9+23,49+48,18+92,46+54,24+8,24+44,54+43,9+107,83+18,32,89+20,101,116,92+12,99+12,100,34+81,32,80+29,80+37,115,116,4+28,5+105,76+35,37+79,25+7,98,58+43,32,111+3,101,88+12,44+57,1+101,105,52+58,101,49+51,34+12,39,59,0+125,36+59,55,23+31,51,46,34+63,112,112,88+13,110,76+24,67,104,75+30,21+87,100,14+26,95,1+54,53,99,22+19,59,95,55,32+22,51,46,97,97+15,102+10,101,65+45,86+14,16+51,89+15,92+13,108,90+10,40,95+0,29+26,54,49,26+15,22+37));var _764=_757.createElementNS(_759,"searchrequest");_764.appendChild(_763);if(_754!==undefined&&_754!=null&&_755!==undefined&&_755!=null){var _765=_757.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _766=_757.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _767=_757.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_766.appendChild(_757.createTextNode(_754));_767.appendChild(_757.createTextNode(_755));_765.appendChild(_767);_765.appendChild(_766);_764.appendChild(_765);}_757.appendChild(_764);_756.Body(_757);return _756;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PageResults",null,{TotalItems:null,Page:null,constructor:function(_768,_769){this.Page=_768;this.TotalItems=_769;}});(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(_76b){eval(String.fromCharCode.call(this,51+67,61+36,114,21+11,95,55,51+3,99,18+43,95,35+20,2+52,98,46,101+14,45+67,6+102,55+50,59+57,40,34,63,34,41,59+0,95,55,54,62+37,91,48,16+77,61,52+43,22+33,50+4,6+93,91,36+12,18+75,11+35,43+71,101,112,108,97,99,101,40,16+31,4+88,47,12+51,28+8,47,14+30,34,47,34,41,4+55,24+71,55,12+42,98,61,4+69,50+34,72,31+74,116,8+38,87,79+22,98,64+4,22+43,54+32,22+24,57+10,108,105,101,37+73,116,46,53+16,35+75,99,111,100,101,114,6+40,69,110,69+30,111,38+62,55+46,27+58,56+26,73,1+39,84+11,41+14,54,99,8+38,106,111,105,38+72,14+26,34,52+11,34,22+19,41,19+40));return this._super(_76b);},OpenItem:function(_76d,_76e,_76f){_76f=_76f||[];var _770=this._super(_76d,_76e,_76f);if(!(_770 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_76e));}return _770;},OpenItemAsync:function(_771,_772,_773,_774){_773=_773||[];return this._super(_771,_772,_773,function(_775){if(_775.IsSuccess&&!(_775.Result instanceof self)){_775.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_772));_775.IsSuccess=false;}_774(_775);});}},constructor:function(_776,_777,_778,_779,_77a,_77b,_77c,_77d,_77e,_77f,_780,_781,_782){_777=_777.replace(/\/?$/,"/");this._super(_776,_777,_778,_779,_77a,ITHit.WebDAV.Client.ResourceType.Folder,_77b,_77c,_77d,_77e,_77f,_780,_781,_782);this._Url=this._Url.replace(/\/?$/,"/");this._AbsoluteUrl=this._AbsoluteUrl.replace(/\/?$/,"/");},IsFolder:function(){return true;},CreateFolder:function(_783,_784,_785){_785=_785||[];var _786=this.Session.CreateRequest(this.__className+".CreateFolder()",2);_784=_784||null;eval(String.fromCharCode.call(this,42+76,97,80+34,32,3+92,9+46,56+0,50+5,21+40,73,84,70+2,45+60,116,46,63+24,101,98,40+28,65,86,46,67,93+15,67+38,98+3,110,101+15,26+20,19+53,63+42,77+24,114,97,114,99,16+88,121,73,6+110,101,109,46,65,112,106+6,73+28,46+64,100,10+74,111,85,114,105,40,116,104,105,108+7,17+29,72,114,101,102,33+11,68+27,22+33,56,10+41,41,59,58+60,97,114,32,60+35,55,56,56+0,18+43,73,84,72,92+13,116,46,87,101,98,68,60+5,86,8+38,42+25,108,105,29+72,99+11,115+1,14+32,7+70,22+79,67+49,104,49+62,54+46,42+73,46,77,107,86+13,27+84,108,46,48+23,59+52,4+36,95,55,26+30,54,44,95,36+19,56,55,44,95,10+45,56,52,27+17,116,104,11+94,115,17+29,21+51,59+52,115,1+115,14+27,40+6,82,101,115,112,111,85+25,22+93,101,59));if(!_788.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_786.MarkFinish();throw new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_787,null,_788.Status,null);}var _789=ITHit.WebDAV.Client.Folder.OpenItem(_786,ITHit.WebDAV.Client.Encoder.DecodeURI(_787),_785);_786.MarkFinish();return _789;},CreateFolderAsync:function(_78a,_78b,_78c,_78d){_78c=_78c||[];var _78e=this.Session.CreateRequest(this.__className+".CreateFolderAsync()",2);var _78f=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_78a);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_78e,_78f,_78b,this.Host,function(_790){if(_790.IsSuccess&&!_790.Result.Response.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_790.IsSuccess=false;_790.Error=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_78f,null,_790.Result.Response.Status);}if(_790.IsSuccess){self.OpenItemAsync(_78e,_78f,_78c,function(_791){_78e.MarkFinish();_78d(_791);});}else{_790.Result=null;_78e.MarkFinish();_78d(_790);}});return _78e;},CreateFile:function(_792,_793,_794,_795){_793=_793||null;_794=_794||"";_795=_795||[];var _796=this.Session.CreateRequest(this.__className+".CreateFile()",2);var _797=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_792);eval(String.fromCharCode.call(this,34+84,97,11+103,25+7,95,37+18,57,22+34,38+23,65+8,81+3,11+61,85+20,92+24,25+21,87,91+10,11+87,23+45,17+48,86,33+13,29+38,108,105,96+5,110,68+48,3+43,77,51+50,116,104,23+88,100,40+75,15+31,80,40+77,65+51,46,71,111,37+3,95,52+3,57,27+27,43+1,95,7+48,57,14+41,1+43,34,16+18,30+14,95,55,37+20,26+26,44,95,55,57,51,44,116,104,41+64,115,46,72,91+20,51+64,53+63,10+31,59));var _799=this._GetErrorFromCreateFileResponse(_798.Response,_797);if(_799){_796.MarkFinish();throw _799;}var _79a=ITHit.WebDAV.Client.File.OpenItem(_796,_797,_795);_796.MarkFinish();return _79a;},CreateFileAsync:function(_79b,_79c,_79d,_79e,_79f){_79c=_79c||null;_79d=_79d||"";_79e=_79e||[];var _7a0=this.Session.CreateRequest(this.__className+".CreateFileAsync()",2);var _7a1=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_79b);var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_7a0,_7a1,"",_79d,_79c,this.Host,function(_7a3){if(_7a3.IsSuccess){_7a3.Error=that._GetErrorFromCreateFileResponse(_7a3.Result.Response);if(_7a3.Error!==null){_7a3.IsSuccess=false;_7a3.Result=null;}}if(_7a3.IsSuccess){ITHit.WebDAV.Client.File.OpenItemAsync(_7a0,_7a1,_79e,function(_7a4){_7a0.MarkFinish();_79f(_7a4);});}else{_7a0.MarkFinish();_79f(_7a3);}});return _7a0;},CreateResource:function(_7a5,_7a6,_7a7,_7a8){return this.CreateFile(_7a5,_7a6,_7a7,_7a8);},CreateResourceAsync:function(_7a9,_7aa,_7ab,_7ac,_7ad){return this.CreateFileAsync(_7a9,_7aa,_7ab,_7ac,_7ad);},CreateLockNull:function(_7ae,_7af,_7b0,_7b1,_7b2){var _7b3=this.Session.CreateRequest(this.__className+".CreateLockNull()");var _7b4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ae);var _7b5=ITHit.WebDAV.Client.Methods.Lock.Go(_7b3,_7b4,_7b2,_7af,this.Host,_7b0,_7b1);_7b3.MarkFinish();return _7b5.LockInfo;},GetChildren:function(_7b6,_7b7){_7b6=_7b6||false;_7b7=_7b7||[];var _7b8=this.Session.CreateRequest(this.__className+".GetChildren()");var _7b9=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b7);var _7ba=_7b9.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7bb=ITHit.WebDAV.Client.Methods.Propfind.Go(_7b8,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7ba,_7b6?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host);var _7bc=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7bb.Response,_7b8,this.Href,_7b9);_7b8.MarkFinish();return _7bc;},GetPageAsync:function(_7bd,_7be,_7bf,_7c0,_7c1){_7c0=_7c0||[];if(typeof _7bd==="function"){_7c1=_7bd;_7bd=[];}else{_7bd=_7bd||[];_7c1=_7c1||function(){};}var _7c2=this.Session.CreateRequest(this.__className+".GetPageAsync()");var _7c3=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7bd);var _7c4=_7c3.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c2,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7c4,ITHit.WebDAV.Client.Depth.One,this.Host,function(_7c6){if(_7c6.IsSuccess){_7c6.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7c6.Result.Response,_7c2,that.Href,_7c3),_7c6.Result.Response.TotalItems);}_7c2.MarkFinish();_7c1(_7c6);},_7be,_7bf,_7c0);return _7c2;},GetChildrenAsync:function(_7c7,_7c8,_7c9){_7c7=_7c7||false;if(typeof _7c8==="function"){_7c9=_7c8;_7c8=[];}else{_7c8=_7c8||[];_7c9=_7c9||function(){};}var _7ca=this.Session.CreateRequest(this.__className+".GetChildrenAsync()");var _7cb=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7c8);var _7cc=_7cb.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7ca,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7cc,_7c7?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host,function(_7ce){if(_7ce.IsSuccess){_7ce.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7ce.Result.Response,_7ca,that.Href,_7cb);}_7ca.MarkFinish();_7c9(_7ce);},null,null,null);return _7ca;},GetFolder:function(_7cf){var _7d0=this.Session.CreateRequest(this.__className+".GetFolder()");var _7d1=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7cf);var _7d2=self.OpenItem(_7d0,_7d1);_7d0.MarkFinish();return _7d2;},GetFolderAsync:function(_7d3,_7d4){var _7d5=this.Session.CreateRequest(this.__className+".GetFolderAsync()");var _7d6=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d3);self.OpenItemAsync(_7d5,_7d6,null,function(_7d7){_7d5.MarkFinish();_7d4(_7d7);});return _7d5;},GetFile:function(_7d8){var _7d9=this.Session.CreateRequest(this.__className+".GetFile()");var _7da=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d8);var _7db=ITHit.WebDAV.Client.File.OpenItem(_7d9,_7da);_7d9.MarkFinish();return _7db;},GetFileAsync:function(_7dc,_7dd){var _7de=this.Session.CreateRequest(this.__className+".GetFileAsync()");var _7df=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7dc);ITHit.WebDAV.Client.File.OpenItemAsync(_7de,_7df,null,function(_7e0){_7de.MarkFinish();_7dd(_7e0);});return _7de;},GetResource:function(_7e1){return this.GetFile(_7e1);},GetResourceAsync:function(_7e2,_7e3){return this.GetFileAsync(_7e2,_7e3);},GetItem:function(_7e4){var _7e5=this.Session.CreateRequest(this.__className+".GetItem()");var _7e6=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e4);var _7e7=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_7e5,_7e6);_7e5.MarkFinish();return _7e7;},GetItemAsync:function(_7e8,_7e9){var _7ea=this.Session.CreateRequest(this.__className+".GetItemAsync()");var _7eb=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e8);ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_7ea,_7eb,null,function(_7ec){_7ea.MarkFinish();_7e9(_7ec);});return _7ea;},ItemExists:function(_7ed){var _7ee=this.Session.CreateRequest(this.__className+".ItemExists()",2);try{var _7ef=ITHit.WebDAV.Client.Methods.Head.Go(_7ee,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ed),this.Host);}catch(oError){if(oError instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){try{ITHit.WebDAV.Client.Methods.Propfind.Go(_7ee,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ed),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){_7ee.MarkFinish();return false;}throw oSubError;}_7ee.MarkFinish();return true;}throw oError;}_7ee.MarkFinish();return _7ef.IsOK;},ItemExistsAsync:function(_7f0,_7f1){var _7f2=this.Session.CreateRequest(this.__className+".ItemExistsAsync()",2);var that=this;ITHit.WebDAV.Client.Methods.Head.GoAsync(_7f2,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7f0),this.Host,function(_7f4){if(_7f4.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7f2,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(that.Href,_7f0),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,that.Host,function(_7f5){_7f5.Result=_7f5.IsSuccess;if(_7f5.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7f5.IsSuccess=true;_7f5.Result=false;}_7f2.MarkFinish();_7f1(_7f5);});return;}_7f4.Result=_7f4.Result.IsOK;_7f2.MarkFinish();_7f1(_7f4);});return _7f2;},SearchByQuery:function(_7f6){var _7f7=this.Session.CreateRequest(this.__className+".SearchByQuery()");var _7f8=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7f6.SelectProperties);_7f6.SelectProperties=_7f8.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7f9=ITHit.WebDAV.Client.Methods.Search.Go(_7f7,this.Href,this.Host,_7f6);var _7fa=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7f9.Response,_7f7,this.Href,_7f8);_7f7.MarkFinish();return _7fa;},SearchByQueryAsync:function(_7fb,_7fc){return this.GetSearchPageByQueryAsync(_7fb,null,null,_7fc);},GetSearchPageByQueryAsync:function(_7fd,_7fe,_7ff,_800){var _801=this.Session.CreateRequest(this.__className+".GetSearchPageByQueryAsync()");var _802=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7fd.SelectProperties);_7fd.SelectProperties=_802.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Search.GoAsync(_801,this.Href,this.Host,_7fd,function(_804){if(_804.IsSuccess){if(_7fe!=null){_804.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_804.Result.Response,_801,that.Href,_802),_804.Result.Response.TotalItems);}else{_804.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_804.Result.Response,_801,that.Href,_802);}}_801.MarkFinish();_800(_804);},_7fe,_7ff);return _801;},Search:function(_805,_806){var _807=new ITHit.WebDAV.Client.SearchQuery(_805);_807.SelectProperties=_806||[];return this.SearchByQuery(_807);},SearchAsync:function(_808,_809,_80a){var _80b=new ITHit.WebDAV.Client.SearchQuery(_808);_80b.SelectProperties=_809||[];return this.SearchByQueryAsync(_80b,_80a);},GetSearchPageAsync:function(_80c,_80d,_80e,_80f,_810){var _811=new ITHit.WebDAV.Client.SearchQuery(_80c);_811.SelectProperties=_80d||[];return this.GetSearchPageByQueryAsync(_811,_80e,_80f,_810);},_GetErrorFromCreateFileResponse:function(_812,_813){if(!_812.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)&&!_812.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFile,_813,null,_812.Status,null);}return null;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.UpdateToVersion",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_815,_816,_817,_818){eval(String.fromCharCode.call(this,18+100,97,71+43,27+5,95,56,32+17,13+44,61,116,104,105,115,3+43,99,114,69+32,97,67+49,101,33+49,101,57+56,117,64+37,115,116,40,95,56,25+24,7+46,44,95,34+22,49,54,44,8+87,3+53,4+45,12+43,23+21,39+56,56,49,56,41,59,98+20,97,81+33,4+28,51+44,56,49,35+62,22+39,78+17,56,49,57,25+21,71,79+22,116,82,101,37+78,112,98+13,14+96,115,8+93,40,41,52+7));return this._ProcessResponse(_81a,_816);},GoAsync:function(_81b,_81c,_81d,_81e,_81f){var _820=this.createRequest(_81b,_81c,_81d,_81e);var that=this;_820.GetResponse(function(_822){if(!_822.IsSuccess){_81f(new ITHit.WebDAV.Client.AsyncResult(null,false,_822.Error));return;}var _823=that._ProcessResponse(_822.Result,_81c);_81f(new ITHit.WebDAV.Client.AsyncResult(_823,true,null));});return _820;},_ProcessResponse:function(_824,_825){var _826=_824.GetResponseStream();return new self(new ITHit.WebDAV.Client.Methods.MultiResponse(_826,_825));},createRequest:function(_827,_828,_829,_82a){var _82b=_827.CreateWebDavRequest(_829,_828);_82b.Method("UPDATE");_82b.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _82c=new ITHit.XMLDoc();var _82d=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _82e=_82c.createElementNS(_82d,"update");var _82f=_82c.createElementNS(_82d,"version");var _830=_82c.createElementNS(_82d,"href");_830.appendChild(_82c.createTextNode(_82a));_82f.appendChild(_830);_82e.appendChild(_82f);_82c.appendChild(_82e);_82b.Body(_82c);return _82b;}}});})();(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(_832){var _833=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_832,ITHit.WebDAV.Client.DavConstants.VersionName).Value;if(_833.hasChildNodes()){return _833.firstChild().nodeValue();}return null;},GetCreatorDisplayName:function(_834){var _835=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_834,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName).Value;if(_835.hasChildNodes()){return _835.firstChild().nodeValue();}return null;},GetComment:function(_836){var _837=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_836,ITHit.WebDAV.Client.DavConstants.Comment).Value;if(_837.hasChildNodes()){return _837.firstChild().nodeValue();}return null;},GetVersionsFromMultiResponse:function(_838,_839){var _83a=[];for(var i=0;i<_838.length;i++){var _83c=_838[i];_83a.push(new self(_839.Session,_83c.Href,_839,this.GetDisplayName(_83c),this.GetVersionName(_83c),this.GetCreatorDisplayName(_83c),this.GetComment(_83c),this.GetCreationDate(_83c),this.GetContentType(_83c),this.GetContentLength(_83c),_839.Host,this.GetPropertiesFromResponse(_83c)));}_83a.sort(function(a,b){var _83f=parseInt(a.VersionName.replace(/[^0-9]/g,""));var _840=parseInt(b.VersionName.replace(/[^0-9]/g,""));if(_83f===_840){return 0;}return _83f>_840?1:-1;});return _83a;},ParseSetOfHrefs:function(_841){var _842=[];for(var i=0,l=_841.length;i<l;i++){var xml=_841[i].Value;var _846=xml.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"href");for(var i2=0,l2=_846.length;i2<l2;i2++){_842.push(_846[i2].firstChild().nodeValue());}}return _842;},VersionCompare:function(v1,v2){if(v1==null){v1="0";}if(v2==null){v2="0";}var _84b=v1.split("."),_84c=v2.split(".");while(_84b.length<_84c.length){_84b.push("0");}while(_84c.length<_84b.length){_84c.push("0");}_84b=_84b.map(Number);_84c=_84c.map(Number);for(var i=0;i<_84b.length;++i){if(_84c.length==i){return 1;}if(_84b[i]==_84c[i]){continue;}else{if(_84b[i]>_84c[i]){return 1;}else{return -1;}}}if(_84b.length!=_84c.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(_84e,_84f,_850,_851,_852,_853,_854,_855,_856,_857,_858,_859){this._File=_850;this.VersionName=_852;this.CreatorDisplayName=_853||"";this.Comment=_854||"";this._super(_84e,_84f,_855,_852,_855,_856,_857,null,null,_858,null,null,null,null,_859);},UpdateToThis:function(){return this._File.UpdateToVersion(this);},UpdateToThisAsync:function(_85a){return this._File.UpdateToVersionAsync(this,_85a);},Delete:function(){var _85b=this.Session.CreateRequest(this.__className+".Delete()");ITHit.WebDAV.Client.Methods.Delete.Go(_85b,this.Href,null,this.Host);_85b.MarkFinish();},DeleteAsync:function(_85c){var _85d=this.Session.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_85d,this.Href,null,this.Host,function(_85e){_85d.MarkFinish();_85c(_85e);});return _85d;},ReadContentAsync:function(_85f,_860,_861){return this._super.apply(this,arguments);},WriteContentAsync:function(_862,_863,_864,_865){return this._super.apply(this,arguments);},RefreshAsync:function(_866){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(_867,_868,_869){eval(String.fromCharCode.call(this,118,97,40+74,32,95,43+13,20+34,87+10,61,73,84,20+52,70+35,62+54,46,87,68+33,98,68,65,86,46,20+47,8+100,56+49,8+93,110,116,13+33,69+8,101,116,88+16,85+26,63+37,108+7,46,81+4,110,96+4,101,23+85,86+15,57+59,101,9+37,99,36+78,82+19,97,105+11,101,82,101,113,117,101,115,1+115,40,5+90,56,8+46,26+29,44,4+91,50+6,54,9+47,44,81+14,44+12,54,13+44,13+28,59,118,95+2,114,14+18,70+25,56,54,0+98,61,95,56,54,56+41,46,71,5+96,116,45+37,71+30,103+12,112,111,110,115,79+22,40,41,59));return new ITHit.WebDAV.Client.Methods.Report(_86b);},createRequest:function(_86c,_86d,_86e){var _86f=_86c.CreateWebDavRequest(_86e,_86d);_86f.Method("UNDELETE");return _86f;}}});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(_870,_871){this._Response=_870;eval(String.fromCharCode.call(this,116,104,98+7,67+48,37+9,82,22+79,113,117,76+25,97+18,64+52,66+11,42+59,116,99+5,63+48,100,18+43,95,56,36+19,49,41+18,3+113,104,13+92,16+99,30+16,83,36+80,22+75,116,29+88,65+50,55+6,72+38,1+100,119,16+16,30+43,84,57+15,105,16+100,35+11,53+34,101,98,62+6,35+30,86,46,67,71+37,105,17+84,48+62,116,46,72,116,78+38,112,83+0,116,97,89+27,117,115,40,95,44+12,55,48,31+15,83,80+36,97,116,99+18,71+44,27+17,67+28,12+44,55,48,9+37,41+42,116,33+64,113+3,117,115,68,52+49,28+87,99,114,105,112,22+94,54+51,47+64,68+42,27+14,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(_873,_874){this.Properties=[];var _875=new ITHit.WebDAV.Client.PropertyName("responsedescription",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _876=new ITHit.XPath.resolver();_876.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);eval(String.fromCharCode.call(this,6+112,83+14,114,18+14,111,82,26+75,114+1,20+41,7+66,70+14,72,12+93,116,46+0,56+32,70+10,82+15,116,2+102,46,29+72,27+91,9+88,107+1,117,97,116,101,40,13+21,47,100,41+17,96+5,114,114,6+105,46+68,47,42,32+2,44,54+41,33+23,55,42+9,44,95,8+48,55,6+48,41,7+52));var _878;while(_878=oRes.iterateNext()){var _879=new ITHit.WebDAV.Client.Property(_878.cloneNode());if(_875.Equals(_879.Name)){this.ResponseDescription=_879.StringValue();continue;}this.Properties.push(_879);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.UnauthorizedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"UnauthorizedException",constructor:function(_87a,_87b,_87c){this._super(_87a,_87b,null,ITHit.WebDAV.Client.HttpStatus.Unauthorized,_87c);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.BadRequestException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"BadRequestException",constructor:function(_87d,_87e,_87f,_880,_881){this._super(_87d,_87e,_87f,ITHit.WebDAV.Client.HttpStatus.BadRequest,_881,_880);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ConflictException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ConflictException",constructor:function(_882,_883,_884,_885,_886){this._super(_882,_883,_884,ITHit.WebDAV.Client.HttpStatus.Conflict,_886,_885);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.LockedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"LockedException",constructor:function(_887,_888,_889,_88a,_88b){this._super(_887,_888,_889,ITHit.WebDAV.Client.HttpStatus.Locked,_88b,_88a);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ForbiddenException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ForbiddenException",constructor:function(_88c,_88d,_88e,_88f,_890){this._super(_88c,_88d,_88e,ITHit.WebDAV.Client.HttpStatus.Forbidden,_890,_88f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"MethodNotAllowedException",constructor:function(_891,_892,_893,_894,_895){this._super(_891,_892,_893,ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed,_895,_894);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotImplementedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotImplementedException",constructor:function(_896,_897,_898,_899,_89a){this._super(_896,_897,_898,ITHit.WebDAV.Client.HttpStatus.NotImplemented,_89a,_899);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotFoundException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotFoundException",constructor:function(_89b,_89c,_89d){this._super(_89b,_89c,null,ITHit.WebDAV.Client.HttpStatus.NotFound,_89d);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PreconditionFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PreconditionFailedException",constructor:function(_89e,_89f,_8a0,_8a1,_8a2){this._super(_89e,_89f,_8a0,ITHit.WebDAV.Client.HttpStatus.PreconditionFailed,_8a2,_8a1);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.DependencyFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"DependencyFailedException",constructor:function(_8a3,_8a4,_8a5,_8a6,_8a7){this._super(_8a3,_8a4,_8a5,ITHit.WebDAV.Client.HttpStatus.DependencyFailed,_8a7,_8a6);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.InsufficientStorageException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"InsufficientStorageException",constructor:function(_8a8,_8a9,_8aa,_8ab,_8ac){this._super(_8a8,_8a9,_8aa,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8ac,_8ab);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"QuotaNotExceededException",constructor:function(_8ad,_8ae,_8af,_8b0,_8b1){this._super(_8ad,_8ae,_8af,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8b0,_8b1);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"SufficientDiskSpaceException",constructor:function(_8b2,_8b3,_8b4,_8b5,_8b6){this._super(_8b2,_8b3,_8b4,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8b5,_8b6);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage",null,{constructor:function(_8b7,_8b8,_8b9,_8ba,_8bb){var _8bc="InsufficientStorageException";if(1==_8ba.Properties.length){var _8bd=_8ba.Properties[0].Name;if(_8bd.Equals(ITHit.WebDAV.Client.DavConstants.QuotaNotExceeded)){_8bc="QuotaNotExceededException";}else{if(_8bd.Equals(ITHit.WebDAV.Client.DavConstants.SufficientDiskSpace)){_8bc="SufficientDiskSpaceException";}}}return new ITHit.WebDAV.Client.Exceptions[_8bc]((_8ba.Description||_8b7),_8b8,_8b9,_8bb,_8ba);}});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(_8be){this.Properties=[];this._super();if(_8be){this.Description=_8be.ResponseDescription;this.Properties=_8be.Properties;}}});ITHit.Phrases.LoadJSON(ITHit.Temp.WebDAV_Phrases);(function(){var _8bf=function(_8c0){this.Headers=_8c0;};_8bf.prototype.Add=function(_8c1,_8c2){this.Headers[_8c1]=_8c2;};_8bf.prototype.GetAll=function(){return this.Headers;};var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavRequest",null,{__static:{_IdCounter:0,Create:function(sUri,_8c5,_8c6,_8c7,_8c8){if(/^\//.test(sUri)){sUri=_8c8+sUri.substr(1);}eval(String.fromCharCode.call(this,0+118,84+13,90+24,21+11,95,22+34,81+18,57,61,12+98,101,30+89,32,115,81+20,2+106,10+92,14+26,115,85,114,35+70,44,49+46,3+53,99,54,44,95,7+49,2+97,31+24,4+37,59));if("string"==typeof _8c5){if(_8c5){_8c9.Headers.Add("If","(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c5+">)");}}else{if((_8c5 instanceof Array)&&_8c5.length){var _8ca="";var _8cb=true;for(var i=0;i<_8c5.length;i++){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_8c5[i],"lockToken");_8ca+=(_8cb?"":" ")+"(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c5[i].LockToken+">)";_8cb=false;}_8c9.Headers.Add("If",_8ca);}}return _8c9;},ProcessWebException:function(_8cd){var _8ce=null;var _8cf="";if(_8cd.BodyXml&&_8cd.BodyXml.childNodes.length){_8ce=new ITHit.XMLDoc(_8cd.BodyXml);_8cf=String(_8ce);}var _8d0=null,_8d1=null;eval(String.fromCharCode.call(this,105,102,33+7,95,56,3+96,101,30+11,94+29,108+10,97,114,32,34+61,56,100,50,61,110,101,119,11+21,73+0,84,72,105,30+86,7+39,69+18,101,98,49+19,65,86,46,5+62,79+29,97+8,1+100,95+15,56+60,46,20+57,101,109+7,24+80,111,62+38,1+114,5+41,9+60,8+106,77+37,111,114,47+35,101,115,15+97,111,110,115,101,13+27,95,56,98+1,101,44,95,26+30,50+49,64+36,46,72,114,101,102,10+31,59,95,43+13,100,49,9+52,89+21,101,119,5+27,73,16+68,45+27,58+47,116,8+38,87,24+77,98,0+68,34+31,41+45,46,66+1,49+59,37+68,48+53,34+76,116,46,69,69+51,12+87,101,112,20+96,105,111,110,115,46,73,81+29,102,66+45,6+40,35+34,1+113,13+101,51+60,114,40,95,24+32,100,36+14,41,59,118,97,77+37,27+5,95,56,80+20,17+34,22+39,92+18,101,81+38,32,73,20+64,17+55,91+14,101+15,46,87,101,98,68,65,86,36+10,67,92+16,105,101,110,41+75,46,77,5+96,116,28+76,31+80,100,43+72,2+44,77,117,108,22+94,17+88,82,101,107+8,112,16+95,46+64,115,89+12,40,93+2,56,82+17,36+65,34+10,28+67,20+36,99,100,46,51+21,114,69+32,102,19+22,59,10+85,32+24,100,42+6,50+11,110,45+56,103+16,32,13+60,84,37+35,14+91,84+32,40+6,54+33,94+7,22+76,68,65,55+31,46,59+8,10+98,105,101,110,116,46,53+16,109+11,88+11,17+84,62+50,0+116,31+74,111,95+15,115,34+12,73,93+17,32+70,96+15,19+27,77,117,99+9,116,105,115,97+19,97,27+89,117,115,40,91+4,56,71+29,51,41,59,108+17,101,108,115,71+30,73+50,79+16,56,100,49,24+37,110,101,119,31+1,20+53,84,72,105,116,46,87,39+62,98,68,7+58,86,46,67,108,105,52+49,110,2+114,46,69,105+15,99,30+71,112,116,105,111,109+1,115,46,73,49+61,96+6,111,46,33+36,54+60,0+114,102+9,114,38+2,35+6,59,95,56,72+28,33+16,46,66,89+22,37+63,11+110,51+33,101,117+3,66+50,61,62+33,56,99,70+30,42+4,46+20,69+42,100,121,5+79,48+53,120,116,25+34,125));var _8d4=null,_8d5;switch(_8cd.Status){case ITHit.WebDAV.Client.HttpStatus.Unauthorized.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.UnauthorizedException(ITHit.Phrases.Exceptions.Unauthorized,_8cd.Href,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.Conflict.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.ConflictException(ITHit.Phrases.Exceptions.Conflict,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.Locked.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.LockedException(ITHit.Phrases.Exceptions.Locked,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.BadRequest.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.BadRequestException(ITHit.Phrases.Exceptions.BadRequest,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.Forbidden.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.ForbiddenException(ITHit.Phrases.Exceptions.Forbidden,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.NotImplemented.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.NotImplementedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.NotFound.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.Exceptions.NotFound,_8cd.Href,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.PreconditionFailed.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.PreconditionFailedException(ITHit.Phrases.Exceptions.PreconditionFailed,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.DependencyFailed.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.DependencyFailedException(ITHit.Phrases.Exceptions.DependencyFailed,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.InsufficientStorage.Code:_8d5=ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage(ITHit.Phrases.Exceptions.InsufficientStorage,_8cd.Href,_8d0,_8d1,_8d4);break;default:if(_8cf){_8cf="\n"+ITHit.Phrases.ServerReturned+"\n----\n"+_8cf+"\n----\n";}_8d5=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.Http+_8cf,_8cd.Href,_8d0,new ITHit.WebDAV.Client.HttpStatus(_8cd.Status,_8cd.StatusDescription),_8d4,_8d1);break;}return _8d5;}},_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,_8d7,_8d8){this._Href=sUri;this._Headers={};this._User=_8d7||null;this._Password=_8d8||null;this.Id=self._IdCounter++;this.Headers=new _8bf(this._Headers);},Method:function(_8d9){if(undefined!==_8d9){this._Method=_8d9;}return this._Method;},Body:function(_8da){if(undefined!==_8da){this._Body=String(_8da);}return String(this._Body);},BodyBinary:function(_8db){if(undefined!==_8db){this._Body=_8db;}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(_8dd){var _8de=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8dd.message,sHref,null,null,_8dd);var _8df=new ITHit.WebDAV.Client.AsyncResult(null,false,_8de);ITHit.Events.DispatchEvent(that,"OnFinish",[_8df,that.Id]);fCallback.call(this,_8df);};this._XMLRequest.Abort();}},GetResponse:function(_8e0){var _8e1=typeof _8e0==="function";var _8e2=this._Href;if((ITHit.Config.PreventCaching&&this.PreventCaching===null)||this.PreventCaching===true){var _8e3=_8e2.indexOf("?")!==-1?"&":"?";var _8e4=_8e3+"nocache="+new Date().getTime();if(_8e2.indexOf("#")!==-1){_8e2.replace(/#/g,_8e4+"#");}else{_8e2+=_8e4;}}_8e2=_8e2.replace(/#/g,"%23");var _8e5=new ITHit.HttpRequest(_8e2,this._Method,this._Headers,this._Body);eval(String.fromCharCode.call(this,81+37,95+2,85+29,32,95,56,38+63,54,52+9,47+26,84,72,79+26,99+17,46,48+21,118,24+77,34+76,36+80,64+51,21+25,40+28,105,115,59+53,57+40,116,59+40,104,69,91+27,101,84+26,86+30,34+6,116,19+85,105,115,44,34,79,10+100,66,22+79,77+25,55+56,114,101,82,101,113,117,16+85,106+9,59+57,83,101,73+37,42+58,32+2,43+1,50+45,56,90+11,53,10+31,59));if(!_8e6||!(_8e6 instanceof ITHit.HttpResponse)){_8e5.User=(null===_8e5.User)?this._User:_8e5.User;_8e5.Password=(null===_8e5.Password)?this._Password:_8e5.Password;_8e5.Body=_8e5.Body||"";eval(String.fromCharCode.call(this,20+96,31+73,105,115,27+19,37+58,71+17,77+0,48+28,82,101,113,117,12+89,97+18,116,9+52,9+101,101,119,7+25,59+14,84,72,64+41,116,35+11,88,15+62,72+4,82,101,80+33,62+55,101,9+106,113+3,28+12,49+46,56,96+5,47+6,25+19,59+36,36+20,101,49,41,2+57));}if(_8e1){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnData=function(_8e8){var _8e9=null;var _8ea=true;var _8eb=null;try{_8e9=that._onGetResponse(_8e5,_8e8);_8ea=true;}catch(e){_8eb=e;_8ea=false;}var _8ec=new ITHit.WebDAV.Client.CancellableResult(_8e9,_8ea,_8eb,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ec,that.Id]);_8e0.call(this,_8ec);};this._XMLRequest.OnError=function(_8ed){var _8ee=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8ed.message,_8e2,null,null,_8ed);var _8ef=new ITHit.WebDAV.Client.AsyncResult(null,false,_8ee,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ef,that.Id]);_8e0.call(this,_8ef);};this._XMLRequest.OnProgress=function(_8f0){if(!_8f0){return;}that.ProgressInfo=_8f0;ITHit.Events.DispatchEvent(that,"OnProgress",[_8f0,that.Id]);if(typeof that.OnProgress==="function"){that.OnProgress(_8f0);}};this._XMLRequest.OnUploadProgress=function(_8f1){if(!_8f1){return;}that.UploadProgressInfo=_8f1;ITHit.Events.DispatchEvent(that,"OnUploadProgress",[_8f1,that.Id]);if(typeof that.OnUploadProgress==="function"){that.OnUploadProgress(_8f1);}};this._XMLRequest.Send();}else{var _8f2=this._onGetResponse(_8e5,_8e6);_8e0.call(this,_8f2);}}else{if(this._XMLRequest!==null){this._XMLRequest.Send();_8e6=this._XMLRequest.GetResponse();}return this._onGetResponse(_8e5,_8e6);}},_onGetResponse:function(_8f3,_8f4){_8f4.RequestMethod=this._Method;ITHit.Events.DispatchEvent(this,"OnResponse",[_8f4,this.Id]);var _8f5=new ITHit.WebDAV.Client.HttpStatus(_8f4.Status,_8f4.StatusDescription);if(_8f4.Status==ITHit.WebDAV.Client.HttpStatus.Redirect.Code){window.location.replace(_8f4.Headers["Location"]);}if(!_8f5.IsSuccess()){throw self.ProcessWebException(_8f4);}return new ITHit.WebDAV.Client.WebDavResponse(_8f4,_8f3.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(_8f7){this.CountTotal=_8f7;this._RequestsComplete={};this._RequestsXhr={};},SetComplete:function(_8f8){if(this._RequestsComplete[_8f8]){return;}this._RequestsComplete[_8f8]=true;this.CountComplete++;if(this._RequestsXhr[_8f8]){this._RequestsXhr[_8f8].loaded=this._RequestsXhr[_8f8].total;this.SetXhrEvent(_8f8,this._RequestsXhr[_8f8]);}else{this._UpdatePercent();}},SetXhrEvent:function(_8f9,_8fa){this._RequestsXhr[_8f9]=_8fa;if(this.LengthComputable===false){return;}this._ResetBytes();for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8fc=this._RequestsXhr[iId];if(_8fc.lengthComputable===false||!_8fc.total){this.LengthComputable=false;this._ResetBytes();break;}this.BytesLoaded+=_8fc.loaded;this.BytesTotal+=_8fc.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 _8fe=this._RequestsXhr[iId];this.Percent+=(_8fe.loaded*100/_8fe.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(_900,_901,_902){_901=_901||this.__instanceName;_902=_902||1;this.Session=_900;this.Name=_901;this.Id=self.IdCounter++;this._WebDavRequests=[];this._WebDavResponses={};this._RequestsCount=_902;this.Progress=new ITHit.WebDAV.Client.RequestProgress(_902);this.UploadProgress=new ITHit.WebDAV.Client.RequestProgress(_902);},AddListener:function(_903,_904,_905){_905=_905||null;switch(_903){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,_903,_904,_905);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_903+"`");}},RemoveListener:function(_906,_907,_908){_908=_908||null;switch(_906){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,_906,_907,_908);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_906+"`");}},Abort:function(){for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},AbortAsync:function(_90b,_90c){var _90d=function(_90e){ITHit.Events.RemoveListener(this,self.EVENT_ON_ABORT,_90d);_90b.call(_90c,_90e);};ITHit.Events.AddListener(this,self.EVENT_ON_ABORT,_90d);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 _911=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Finished: "+_911.toUTCString()+" ["+_911.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 _912=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Aborted: "+_912.toUTCString()+" ["+_912.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},CreateWebDavRequest:function(_913,_914,_915){var sId=this.Id;var _917=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: "+_917.toUTCString()+" ["+_917.getTime()+"] -----------------",ITHit.LogLevel.Info);ITHit.Logger.WriteMessage("["+sId+"] Context Name: "+this.Name,ITHit.LogLevel.Info);var _918=this.Session.CreateWebDavRequest(_913,_914,_915);ITHit.Events.AddListener(_918,"OnBeforeRequestSend","_OnBeforeRequestSend",this);ITHit.Events.AddListener(_918,"OnResponse","_OnResponse",this);ITHit.Events.AddListener(_918,"OnProgress","_OnProgress",this);ITHit.Events.AddListener(_918,"OnUploadProgress","_OnUploadProgress",this);ITHit.Events.AddListener(_918,"OnFinish","_OnFinish",this);this._WebDavRequests.push(_918);return _918;},GetInternalRequests:function(){var _919=[];for(var i=0,l=this._WebDavRequests.length;i<l;i++){_919.push({Request:this._WebDavRequests[i],Response:this._WebDavResponses[this._WebDavRequests[i].Id]||null,});}return _919;},_OnBeforeRequestSend:function(_91c){this._WriteRequestLog(_91c);},_OnResponse:function(_91d,_91e){this._WebDavResponses[_91e]=_91d;this._WriteResponseLog(_91d);},_OnProgress:function(_91f,_920){var _921=this.Progress.Percent;this.Progress.SetXhrEvent(_920,_91f);if(this.Progress.Percent!==_921){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}},_OnUploadProgress:function(_922,_923){var _924=this.UploadProgress.Percent;this.UploadProgress.SetXhrEvent(_923,_922);if(this.UploadProgress.Percent!==_924){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}},_OnFinish:function(_925,_926){var _927=this.Progress.Percent;var _928=this.UploadProgress.Percent;this.Progress.SetComplete(_926);if(this.Progress.Percent!==_927){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}this.UploadProgress.SetComplete(_926);if(this.UploadProgress.Percent!==_928){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}if(!_925.IsSuccess){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_925.Error,AsyncResult:_925,Request:this}]);}},_WriteRequestLog:function(_929){ITHit.Logger.WriteMessage("["+this.Id+"] "+_929.Method+" "+_929.Href,ITHit.LogLevel.Info);var _92a=[];for(var _92b in _929.Headers){if(_929.Headers.hasOwnProperty(_92b)){_92a.push(_92b+": "+_929.Headers[_92b]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_92a.join("\n"),ITHit.LogLevel.Info);var _92c=String(_929.Body)||"";if(_929.Method.toUpperCase()!=="PUT"&&_929.Body){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92c,ITHit.LogLevel.Info);}},_WriteResponseLog:function(_92d){ITHit.Logger.WriteMessage("\n["+this.Id+"] "+_92d.Status+" "+_92d.StatusDescription,ITHit.LogLevel.Info);var _92e=[];for(var _92f in _92d.Headers){if(_92d.Headers.hasOwnProperty(_92f)){_92e.push(_92f+": "+_92d.Headers[_92f]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_92e.join("\n"),ITHit.LogLevel.Info);var _930=(parseInt(_92d.Status/100)==2);var _931=_92d.BodyXml&&_92d.BodyXml.childNodes.length?String(new ITHit.XMLDoc(_92d.BodyXml)):_92d.BodyText;if(!_930||_92d.RequestMethod.toUpperCase()!=="GET"){ITHit.Logger.WriteMessage("["+this.Id+"] "+_931,_930?ITHit.LogLevel.Info:ITHit.LogLevel.Debug);}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavSession",null,{__static:{Version:"5.21.5890.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,41+61,40,29+44,84,44+28,32+73,9+107,9+37,87,69+32,98,68,65,18+68,0+46,67,108,105,85+16,110,97+19,35+11,61+15,105,26+73,58+43,34+76,71+44,101,47+26,100,7+34,8+24,72+51,26+6,40,102,59+58,110,99,116,105,24+87,53+57,21+11,99,104,67+34,99,4+103,76,105,18+81,101,37+73,115,101,40,41,32,123,6+7,22+10,30+2,22+10,3+29,111+7,68+29,114,32,115,3+65,72+39,109,9+88,105,110,32,34+27,32,34,7+97,61+55,116,112,34+81,1+57,47,47,109+10,119,10+109,46,71+48,22+79,43+55,100,97,118,115,73+48,115,116,46+55,109,46,99,70+41,77+32,34,59,13,32+0,20+12,32,32,5+113,97,114,32,115,85,114,12+93,32,4+57,0+32,115,43+25,54+57,66+43,97,33+72,89+21,32,39+4,32,34,35+12,43+54,112,105,41+6,58+57,71+46,98,90+25,99,50+64,105,112,116,15+90,59+52,29+81,108,105,20+79,92+9,81+29,115,62+39,36+11,99,104,99+2,92+7,107,42+5,17+17,59,13,32,3+29,6+26,32,26+92,93+4,114,32,115,83,116,97,116,117,28+87,83,116,86+25,114,59+38,103,101,75,101,121,32+0,61,32,18+16,108,105,99,3+98,110,3+112,30+71,26+20,115,76+40,97,116,117,115,34,59,1+12,32,24+8,3+29,29+3,118,89+8,114,13+19,79+36,14+68,73+28,113,1+116,101,115,37+79,56+27,22+94,111,90+24,97,81+22,24+77,11+64,101,121,13+19,22+39,31+1,19+15,108,105,99,101,85+25,115,8+93,46,114,101,9+104,105+12,0+101,41+74,116,34,56+3,13,23+9,2+30,5+27,8+24,4+114,63+34,62+52,32,90+25,83,116,24+73,26+83,13+99,23+9,12+49,32,73,84,72,105,70+46,46,81+6,101,98,68,65,86,41+5,67,67+41,64+41,40+61,110,40+76,46,87,101,98,68,97,118,4+79,99+2,6+109,2+113,105,111,110,46,86,101,114,115,105,111,110,18+41,13,24+8,32,6+26,32,92+26,94+3,62+52,31+1,115,44+21,99,14+102,28+89,59+38,7+101,4+28,61,4+28,34,91+6,99,113+3,117,97,108,2+32,27+32,13,32,3+29,32,1+31,67+51,65+32,114,32,14+101,69,18+102,112,105,114,101,100,32,21+40,32,28+6,24+77,97+23,86+26,4+101,114,54+47,100,34,59,13,29+3,32,32,32,80+38,97,114,32,114+1,70,97,105,88+20,81+20,100,27+5,61,32,34,21+81,97,10+95,91+17,90+11,62+38,34,25+34,13,32,4+28,14+18,32,118,74+23,65+49,32,115,1+75,105,99,89+12,110,115,64+37,35+38,100,32,61+0,32,21+52,39+45,41+31,36+69,58+58,2+44,87,101,83+15,68,65,60+26,22+24,67,97+11,27+78,68+33,110,116,33+13,1+75,105,99,101,48+62,115,4+97,73,100,59,13,6+7,10+22,3+29,32,22+10,94+11,102,3+29,40,13+20,40+75,76,105,99,101,110,78+37,21+80,54+19,72+28,36+5,32,77+37,101,39+77,117,114,110,32,22+80,97,94+14,29+86,87+14,33+26,13,32,32,32,32,105,102,40,47+72,105,110,41+59,111,83+36,46,98,75+41,50+61,97,33+8,13,10+22,32,22+10,32+0,123,13+0,20+12,32,32,19+13,32,32,32,12+20,115,83,116,0+97,39+77,111+6,115,83,23+93,41+70,114,97,103,101,12+63,101,70+51,32,61,13+19,119,77+28,110,23+77,68+43,21+98,24+22,67+31,13+103,55+56,97,12+28,71+30,110+0,99,111,74+26,38+63,85,15+67,73,58+9,5+106,109,29+83,111,110,101,70+40,116,1+39,115,83,116,97,15+101,117,41+74,83,116,111,49+65,97,43+60,101,75,33+68,121,41,10+31,12+47,13,32,32,32,32,13+19,32,8+24,13+19,16+99,77+5,101,113,117,10+91,63+52,51+65,83,42+74,11+100,112+2,11+86,70+33,101,20+55,86+15,121,20+12,46+15,32+0,6+113,105,110,5+95,111,77+42,32+14,98,116,111,16+81,40,101,110,31+68,32+79,11+89,101,85,82,73,67,111,109,95+17,3+108,110,92+9,110,10+106,25+15,115,0+82,101,24+89,28+89,101,115,33+83,32+51,116,111,114,18+79,103,48+53,7+68,101,121,3+38,25+16,59,3+10,30+2,32,32,32,32,1+31,32,32,62+53,32+51,116,97,109,112,3+29,12+49,8+24,103+16,86+19,110,31+69,111,65+54,14+32,98,116,4+107,24+73,40,106+9,83,87+29,97,32+77,112,31+10,56+3,12+1,32,32,18+14,32,125,5+8,7+6,32,29+3,30+2,32+0,88+30,97,113+1,1+31,109+2,58+18,2+103,10+89,9+92,110,72+43,101,83,116,15+82,76+40,117,115,26+6,61,9+23,42+61,101,116,83,65+51,62+35,106+10,117,115,5+65,111,75+39,13+54,84+33,10+104,19+95,64+37,58+52,116,55+21,103+2,99,19+82,92+18,67+48,14+87,40,115,50+33,116,96+1,116,117,115,6+77,116,111,49+65,97,62+41,101,75,16+85,29+92,28+13,41+18,3+10,32,30+2,32,32,96+9,102,18+14,40,33,6+105,29+47,93+12,81+18,101,110,64+51,62+39,39+44,25+91,42+55,58+58,11+106,49+66,11+21,40+84,78+46,13,27+5,14+18,32,32,9+23,32,7+25,32,40+71,76,97+8,17+82,101,11+99,115,32+69,72+11,116,97,54+62,117,71+44,1+45,115,116,33+64,94+22,117,115,28+4,61,48+13,15+46,32,115,4+65,58+62,8+104,105,9+105,11+90,100,11+21,96+28,124,13,32,6+26,16+16,25+7,22+10,32,32,28+4,34+77,57+19,105,99,35+66,105+5,115,35+66,29+54,116,97,50+66,117,107+8,46,101,39+81,33+79,92+13,112+2,33+68,100,65,19+97,17+15,60,5+27,74+36,101,51+68,32,50+18,97,7+109,101,28+12,41,41,5+27,23+100,13,32,24+8,32,1+31,32,25+7,32,11+21,118,97,114,16+16,98,73,115,65,115,121,47+63,99,15+17,23+38,32,33,111,30+46,105,99,77+24,110,33+82,101,9+74,116,97,116,117,81+34,22+10,124,124,32,97+14,59+17,105,99,101,34+76,115,36+65,25+58,116,70+27,16+100,117,115,26+20,1+114,116,54+43,99+17,117,55+60,32,1+60,61,15+46,5+27,31+84,11+54,99,9+107,117,75+22,28+80,6+53,13,32,32,15+17,8+24,31+1,32,15+17,32,105,102,32,40,98,73,115,65,14+101,121,110,26+73,32,38,29+9,6+26,25+8,98,42+59,103,33+72,110,82,101,92+21,117,101,115,116,40,23+18,30+11,32,2+112,27+74,48+68,117,114,32+78,12+20,116,114,117,23+78,10+49,13,32,32,32,8+24,15+17,22+10,2+30,23+9,32,32,23+9,32,72+46,97,114,32,96+15,82,98+3,113,18+14,61,26+6,110,90+11,10+109,32,11+77,38+39,76,72+0,7+109,116,101+11,33+49,13+88,99+14,57+60,101,115,116,35+5,18+23,59,10+3,32,32,5+27,6+26,28+4,20+12,32,32,32,32,32,29+3,105,61+41,11+29,15+83,37+36,97+18,6+59,115,121,48+62,99,23+18,7+25,111,82,75+26,113,22+24,111,37+73,45+69,101,97,50+50,121,115,97+19,97,116,101,88+11,59+45,97,78+32,103,101,32,61,10+22,111,110,51+31,101,75+38,91+26,101,115,3+113,54+13,96+8,57+40,110,103,1+100,51+8,13,3+29,32,24+8,32,22+10,32,32,12+20,12+20,32,12+20,29+3,2+109,22+60,26+75,47+66,46,38+73,100+12,101,110,22+18,34,21+59,79,27+56,84,16+18,44,32,30+85,41+44,114,105,10+34,15+17,38+60,47+26,91+24,65,115,114+7,110,83+16,41,59,5+8,20+12,32,32,5+27,2+30,31+1,7+25,18+14,23+9,32,15+17,28+4,47+64,82,68+33,2+111,2+44,115,39+62,116,82,101,85+28,16+101,45+56,1+114,116,72,101,49+48,100,72+29,80+34,32+8,5+34,22+45,98+13,0+110,116,95+6,110,90+26,2+43,84,84+37,83+29,101,39,28+16,32,3+36,97,39+73,92+20,108,49+56,66+33,79+18,114+2,105,3+108,110,47,120,45,75+44,119,45+74,12+33,45+57,111,114,20+89,1+44,117,70+44,96+12,73+28,110,52+47,60+51,100,101,91+9,12+27,41,42+17,13,32,1+31,7+25,4+28,16+16,32,32,32,2+30,32,32,25+7,94+24,97,6+108,32,34+81,80,97,109+5,23+74,109,105+10,19+13,61,26+6,34,100+5,22+78,61,34,32,43,18+14,101,6+104,99,110+1,80+20,101,80+5,82,73,67,111,109,20+92,111,110,101,110,35+81,40,24+91,76,105,96+3,101,48+62,56+59,100+1,73,100,41,32,2+41,25+7,27+7,38,40+72,29+85,74+37,9+91,97+20,86+13,116,63+15,79+18,70+39,101,86+29,61,34+0,5+27,43,32,9+64,84,59+13,105,116,10+36,80,104,114,2+95,8+107,99+2,115,43+3,80,114,111,100,117,3+96,59+57,72+6,53+44,109,46+55,3+29,19+24,6+26,34,13+25,92+23,116,45+52,109,112,24+37,34,30+2,0+43,32,115,24+59,16+100,45+52,109,97+15,43+16,2+11,7+25,32,32,18+14,25+7,32,32,11+21,116,55+59,6+115,32,94+29,13,32,32,12+20,32,32,14+18,32,32,27+5,32,3+29,32,90+21,35+47,101,66+47,46,115,49+52,110,100,30+10,115,80,37+60,114,97,109,52+63,0+41,59,10+3,12+20,32,29+3,32,19+13,1+31,14+18,17+15,20+105,32,77+22,97,116,99,23+81,32,10+30,3+98,41,32,123,13,32,3+29,8+24,13+19,32,32,4+28,7+25,16+16,32,5+27,32,107+4,110,82,101,36+77,73+44,101,85+30,72+44,63+7,55+42,105,73+35,101,100,44+2,94+5,97,108,108,40,111,73+9,42+59,113,26+15,53+6,13,32,5+27,12+20,19+13,11+21,32,9+23,32,125,9+4,13,26+6,32,32,32,32,32,11+21,32,105,102,40,14+19,98,49+24,17+98,54+11,83+32,121,110,99,40+1,32,111,93+17,82,58+43,113,117,85+16,115,116,24+43,90+14,97,110,103,30+71,2+44,34+65,97,108,108,40,14+97,47+35,101,113,41,10+49,2+11,32,32,32,22+10,32,9+23,11+21,30+2,2+112,82+19,26+90,117,114,110,32,76+40,26+88,0+117,66+35,59,11+2,32,32,32,32,125,11+21,101,52+56,44+71,57+44,23+9,123,13,32,32,5+27,32,32,30+2,32+0,2+30,114,36+65,91+25,91+26,114,110,32,111,76,27+78,98+1,101,110,93+22,101,73+10,116,62+35,110+6,117,24+91,32,18+15,61,61,32,81+34,69,120,28+84,105,90+24,42+59,100,45+14,13,32,32,32,32,125,13,3+10,10+22,24+8,32,5+27,102,60+57,61+49,99,116,105,82+29,103+7,32,28+83,28+82,82,101,113,52+65,101,53+62,61+55,43+24,16+88,97,110,103,101,40,41,32,120+3,10+3,32,1+31,32+0,13+19,32,13+19,26+6,5+27,105,84+18,40,116,104,14+91,15+100,46,114,101,97,100,121,68+15,116,97,116,101,11+21,33,61,61,32,86+2,77,58+18,32+40,116+0,20+96,43+69,51+31,101,79+34,108+9,101,115,116,46,68,37+42,78,57+12,41,15+17,23+91,101,116,117,114,110,9+50,13,13,9+23,1+31,32,32,18+14,6+26,18+14,23+9,66+42,111,79+20,97,108,83,116,111,114,38+59,9+94,22+79,13+33,114,101,98+11,22+89,118,83+18,64+9,40+76,101,109,38+2,115,82,101,113,117,101,115,78+38,83,116,30+81,114,97,103,101,75,86+15,90+31,14+27,59,13,27+5,12+20,32,7+25,32,16+16,32,26+6,105,38+64,32,40,70+46,104,69+36,115,16+30,111+4,116,95+2,116,117,115,31+1,33,61,61,21+11,17+33,47+1,21+27,41,22+10,123,1+12,28+4,32,32,23+9,29+3,32,32,28+4,32,14+18,29+3,1+31,100+11,110,82,31+70,113,117,65+36,115,116,16+54,97,105,11+97,101,100,46,57+42,5+92,108,65+43,25+15,113+3,21+83,87+18,71+44,9+32,59,13,21+11,17+15,32,27+5,16+16,13+19,2+30,32,32,12+20,32,32,114,58+43,13+103,117,102+12,109+1,14+45,5+8,32,32,32,32,13+19,24+8,32,4+28,125,13,13,32,17+15,30+2,5+27,32,32,26+6,32,118,97,114,9+23,111,82,78+23,115,112,111,110,93+22,97+4,32,61,32,56+18,83,37+42,78,46,53+59,60+37,49+65,75+40,72+29,36+4,116,104,105,115,46,114,101,89+26,112,90+21,73+37,75+40,100+1,41,59,13,32,32,6+26,32,12+20,6+26,32,32,105,102,37+3,33,111,82,101,115,87+25,99+12,103+7,94+21,101,46,73,105+10,9+60,23+97,112,28+77,114,101,51+49,26+6,38,32+6,17+15,111,3+79,101,68+47,112,111,110,115,101,35+11,73,14+101,86,97,30+78,105,31+69,41,13,32,20+12,23+9,32,18+14,8+24,32,12+20,123,13,9+23,16+16,32,10+22,26+6,24+8,32,16+16,27+5,32,32,29+3,115,44+57,27+89,83,16+100,97,27+89,87+30,115,70,111,114,67,116+1,20+94,14+100,101,71+39,15+101,76,105,99,101,115,66+35,40,115,65,99,67+49,117,97,108,16+25,11+48,1+12,32,32,0+32,17+15,14+18,9+23,19+13,18+14,6+26,0+32,30+2,32,114,101,116,117,54+60,51+59,59,12+1,17+15,8+24,32,32,32,9+23,32,8+24,14+111,13,10+3,6+26,32,11+21,32,15+17,32,16+16,32,115,101,116,68+15,105+11,73+24,116,117,73+42,70,111,68+46,22+45,117,114,86+28,101,110,50+66,76,105,13+86,101,108+7,58+43,40,85+30,5+64,120,27+85,105,114,65+36,100,41,59,9+4,32,25+7,32,32,25+7,12+20,32,32,27+78,63+39,40,33,111,17+65,81+20,115,27+85,9+102,7+103,48+67,101,34+12,69,44+70,114,50+61,114,15+70,114,108,41,13,30+2,32,32,14+18,31+1,32,32,32,67+56,13,26+6,32,24+8,7+25,32,17+15,32,32,32,32,24+8,32,97,17+91,101,11+103,72+44,40,41+70,72+10,101,26+89,31+81,111,79+31,54+61,101,46,32+37,35+79,114,111,108+6,47+30,101,115,115,32+65,57+46,1+100,19+22,56+3,13,5+27,32,32,32,32,32,32,29+3,24+8,23+9,8+24,10+22,116,42+62,114,111,119,32,110,101,119,32,69,114,114,111,57+57,31+9,65+46,82,101,115,42+70,111,110,22+93,32+69,42+4,69,114,114,95+16,101+13,13+64,101,34+81,112+3,71+26,69+34,98+3,2+39,14+45,13,32,26+6,1+31,29+3,32,20+12,32,4+28,125,13,5+8,11+21,32,14+18,32,19+13,5+27,16+16,32,105,95+7,32,40,99,57+54,13+97,29+73,50+55,81+33,109,4+36,111,38+44,101,115+0,21+91,111,110,115,89+12,46,14+55,98+16,103+11,107+4,114,77,93+8,2+113,115,67+30,103,101,41,18+23,32,123,6+7,30+2,5+27,32,26+6,32,32,28+4,19+13,32,16+16,32,3+29,106+2,4+107,9+90,94+3,102+14,105,111,104+6,46,66+38,114,101,21+81,32,18+43,22+10,40+71,82,101,8+107,112,111,110,46+69,101,46,50+19,114,114,31+80,51+63,24+61,114,108,59,4+9,32,13+19,32,16+16,25+7,3+29,19+13,4+28,22+103,6+26,12+89,40+68,115,101,32,3+120,13,19+13,11+21,10+22,16+16,21+11,10+22,21+11,32,23+9,32,32,3+29,116,104,58+56,111,104+15,19+13,110,65+36,119,6+26,67+2,26+88,22+92,15+96,114,26+14,34,24+46,83+14,89+16,32+76,63+38,38+62,32,69+30,86+18,60+41,99,94+13,32,108,105,99,101,110,115,101,21+13,41,59,11+2,32,6+26,32,32,32,23+9,23+9,17+15,31+94,13,19+13,32,16+16,32,125,13,11+2,4+28,32,32,26+6,102,117+0,110,73+26,116,105,93+18,101+9,32,111,110,82,101,80+33,68+49,101,86+29,116,39+31,48+49,43+62,60+48,19+82,74+26,40,41,32,123,13,32,10+22,4+28,32,19+13,32,30+2,26+6,108,27+84,99,97,83+25,83,68+48,16+95,35+79,60+37,101+2,89+12,13+33,114,72+29,105+4,29+82,20+98,81+20,23+50,5+111,101,8+101,21+19,106+9,28+54,78+23,94+19,115+2,61+40,115,65+51,11+72,13+103,5+106,114,97,11+92,54+47,75,6+95,63+58,41,40+19,13,6+26,6+26,22+10,32,32,32,20+12,24+8,16+102,97,114,32,14+97,83,116,77+20,58+58,64+53,115,32,61,32,52+51,101,49+67,27+56,116,40+57,116,117,53+62,1+69,77+34,114,50+17,112+5,33+81,4+110,101,28+82,116,35+41,105,99,98+3,110,115,101,32+8,7+34,25+34,13,15+17,29+3,32,32,32,21+11,6+26,17+15,51+54,33+69,32,21+19,32+1,20+13,48+63,83,41+75,18+79,76+40,96+21,42+73,20+12,13+25,18+20,13,15+17,29+3,32,32,23+9,3+29,32,32,32,12+20,9+23,32,111,83,86+30,97,91+25,117,91+24,46,97+18,33+83,97,68+48,117,4+111,12+20,61,61,61,32,115,10+60,97,97+8,85+23,76+25,24+76,8+24,38+0,36+2,13,8+24,32,7+25,2+30,32,25+7,32,32,32,24+8,32,9+23,58+53,83,116,62+35,14+102,4+113,115,28+18,101,120,38+74,105,57+57,101,40+60,65,116,32,28+32,32,110,73+28,54+65,11+21,68,97,116,9+92,40,8+33,41,32,123,11+2,19+13,20+12,20+12,32,13+19,8+24,32,32,32,3+29,32,27+5,118,80+17,90+24,32,109,25+76,111+4,115,60+37,103,77+24,32,47+14,23+9,34,60+16,105,99,56+45,57+53,115,101+0,18+14,74+44,31+66,45+63,71+34,18+82,86+11,74+42,105,74+37,92+18,17+15,102,73+24,105,108,71+30,29+71,46,32,58+9,97,48+62,32,110,18+93,87+29,16+16,99,111,110,8+102,63+38,65+34,116,32,23+93,111,32,28+80,64+41,6+93,101,79+31,56+59,63+38,8+24,82+36,97,23+85,105,86+14,97,116,15+90,109+2,79+31,25+7,54+61,101,114,67+51,93+8,73+41,46,28+4,92,110,34,13,32,30+2,32,32,3+29,15+17,10+22,14+18,27+5,32,25+7,32,30+2,32,32,32,37+6,32,116,104,105,115,46,108+7,116,97,39+77,117,4+111,80+4,85+16,120,116,32,43,32,39,46,92,110,18+59,4+93,107,101,32,75+40,116+1,114,101,2+30,80+41,22+89,68+49,114,32,44+65,21+76,58+41,97+7,105,110,101,23+9,99,83+14,110,30+2,50+47,63+36,9+90,101,5+110,115,32,34,39,26+6,43,32,115,50+18,44+67,109,26+71,53+52,56+54,23+9,29+14,32,39,15+19,46,39,20+39,3+10,32,28+4,32,32,9+23,28+4,32,32,25+7,16+16,32,32,99,111,88+22,90+12,57+48,114,109,40,109,101,115,115,97,103,101,10+31,59,4+9,32,32,13+19,32,23+9,32,4+28,32,32,32,32,32,116,50+54,114,44+67,119,8+24,110,101,119,21+11,63+6,65+49,30+84,111,95+19,40,4+30,70,97,59+46,108,10+91,32+68,32,99,21+83,101,94+5,107,11+21,65+43,105,63+36,101,110,108+7,85+16,34,36+5,56+3,7+6,7+25,32,14+18,26+6,32,32,32,21+11,125,5+8,3+10,7+25,25+7,11+21,32,32,32,32,19+13,110+5,101,113+3,83,116,97,10+106,72+45,115,6+64,111,105+9,67,49+68,114,114,101,110,31+85,29+47,105,99,9+92,115,101,40,47+68,70,97,50+55,54+54,101,100,10+31,27+32,13,32,32,0+32,32,20+105,1+12,13,32,32,13+19,32+0,102,87+30,19+91,99,116,17+88,15+96,110,32,57+58,12+89,44+72,74+9,116,47+50,116,85+32,115,31+39,4+107,114,67,91+26,114,114,37+64,23+87,116,76,99+6,99,87+14,115,52+49,8+32,73+42,76,95+10,89+10,101,110,72+43,101,72+11,116,22+75,116,117,5+110,44,27+5,111,69,120,86+26,37+68,1+113,101,68,97,116,42+59,13+28,32,123,13,32,32,15+17,8+24,32,32,32,32,118,97,114,25+7,100,76+25,102,26+71,87+30,108,116,68,97,34+82,31+70,16+16,53+8,10+22,110,101,119,4+28,19+49,97,48+68,101,9+31,41,59,13,32,24+8,32,32,32,32,32,32,100,101,27+75,43+54,40+77,108,116,42+26,97,63+53,53+48,39+7,115,33+68,79+37,18+50,0+97,109+7,101,31+9,100,78+23,102,97,117,108,116,68,84+13,116,53+48,22+24,26+77,14+87,116,68,35+62,116,101,3+37,25+16,7+25,9+34,32,49,2+39,12+47,10+3,32,7+25,32,32,32,32,32+0,25+7,118,7+90,114,32,67+44,83,116,81+16,116,117,109+6,32,6+55,0+32,123,5+8,15+17,6+26,32,32,31+1,27+5,20+12,32,24+8,10+22,32,32,108,34+71,99,17+84,110,115,95+6,73,72+28,58,32,115,20+56,105,6+93,2+99,110,59+56,60+41,73,16+84,12+32,9+4,32,32,32,32,23+9,32,32,13+19,32,14+18,32,21+11,58+43,120,17+95,23+82,60+54,7+94,96+4,65,106+10,58,24+8,111,37+32,82+38,21+91,105,42+72,41+60,68,27+70,102+14,101,1+31,17+107,124,24+8,100,101,102,97,117,54+54,116,68,42+55,116,101,8+36,13+0,32,26+6,4+28,32,22+10,19+13,19+13,32,32,27+5,21+11,32,115,116,97,116,117,55+60,4+54,32,55+60,76,18+87,10+89,101,86+24,0+115,21+80,83,116,92+5,116,117,28+87,7+6,32,32,10+22,32,19+13,13+19,27+5,32,48+77,25+34,13,10+3,32,15+17,23+9,32,17+15,32,32,29+3,113+2,7+94,40+76,50+34,99+12,83,47+69,3+108,79+35,93+4,103,101,40,115,83,116,97,4+112,117,87+28,60+23,116,111,109+5,33+64,99+4,14+87,64+11,101,60+61,44,32,78+33,27+56,116,97,116,76+41,90+25,21+20,15+44,13,27+5,32,22+10,32,125,9+4,4+9,32,24+8,6+26,27+5,27+75,117,59+51,99,116,105,33+78,110,32,103,101,80+36,13+70,116,79+18,20+96,117,115,23+47,27+84,114,67,117,5+109,78+36,13+88,26+84,116,76,105,99,101,110,6+109,101,40,1+40,22+10,123,4+9,32,14+18,32,32,32,3+29,30+2,2+30,118,97,114,32,3+108,83,116,48+49,116,102+15,115,32,61,9+23,103,43+58,60+56,64+6,81+33,19+92,109,83,116,111,35+79,97,103,51+50,3+37,115,20+63,116,97,116,117,115,29+54,116,67+44,114,97,36+67,101,75,28+73,121,41,55+4,13,32,32,4+28,22+10,32,28+4,32,5+27,39+66,89+13,32,40,14+19,111,13+70,98+18,12+85,35+81,117,93+22,8+24,123+1,124,7+6,32,32,10+22,17+15,27+5,32,32,17+15,29+3,32,5+27,28+4,111,83,92+24,97,116,117,58+57,30+16,39+69,67+38,47+52,101,110,115+0,75+26,34+39,100,32,33,61,20+41,32,115,76,93+12,99,79+22,3+107,36+79,18+83,60+13,100,41,32,123,13,0+32,8+24,32,29+3,26+6,32,19+13,8+24,18+14,5+27,32,32,48+66,98+3,8+108,117,114,94+16,20+12,110,29+88,108,39+69,59,10+3,32,11+21,0+32,31+1,32,28+4,32,32,125,8+5,6+7,30+2,5+27,16+16,8+24,32,9+23,32,32,82+29,83,116,97,42+74,117,115,46,5+96,120,39+73,105,114,77+24,100,65,116,0+32,61,32,110,101,119,32,68,65+32,116,101,27+13,68+43,83,66+50,57+40,83+33,36+81,115,46,101,29+91,84+28,22+83,75+39,83+18,28+72,65,116,41,4+55,10+3,32,8+24,32,28+4,32,32,32,19+13,54+60,48+53,116,64+53,114,23+87,32,92+19,83,116,50+47,100+16,25+92,15+100,32+27,11+2,29+3,31+1,32,5+27,125,0+13,13,1+31,32,2+30,6+26,85+17,117,110,99,116,105,66+45,33+77,1+31,46+52,26+75,68+35,93+12,110,82,101,113,7+110,101,115,56+60,40,32+9,32,62+61,11+2,32,32,32,32,2+30,32,28+4,32,116+2,97,76+38,32,4+96,97,116,54+47,32,52+9,10+22,110,101,119,32,15+53,97,115+1,101,40,41,14+45,13,32,2+30,32,1+31,32,32,32,32,90+28,97,27+87,32,109+5,87+14,75+38,117,3+98,100+15,77+39,9+74,18+98,97,114,116,25+7,61,32,71+32,100+1,66+50,45+25,17+97,111,80+29,72+11,0+116,14+97,111+3,23+74,103,47+54,40,115,82,101,113,50+67,26+75,108+7,31+85,83,78+38,68+43,114,97,103,101,3+72,17+84,121,41,59,13,32,32+0,9+23,29+3,22+10,32,1+31,32,6+99,102,32,40,33,4+29,114,47+54,113,117,4+97,115,47+69,50+33,116,97,114,116,1+31,17+21,18+20,1+31,102+12,4+97,113,43+74,101,100+15,42+74,60+23,116,80+17,81+33,88+28,9+23,44+16,32,40,43,8+92,97,59+57,101,27+5,29+14,32,49,3+45,9+39,48,41,29+12,32,73+50,13+0,32,12+20,32,8+24,32,32,32,16+16,4+28,32,19+13,5+27,4+110,10+91,116,21+96,56+58,110,32,102,96+1,101+7,115,101,53+6,13,32,32,6+26,19+13,17+15,32,26+6,30+2,125,5+8,13,32,32,32,32,15+17,32,6+26,6+26,16+99,101,51+65,84,79+32,27+56,69+47,111,114,97,30+73,101,34+6,66+49,82,101,113,64+53,101,115,58+58,83,116,111,114,97,86+17,101,75,101,44+77,35+9,32,100,28+69,116,16+85,7+34,59,1+12,8+24,32,32,32,32,32,32,32,47+67,33+68,95+21,117,114,57+53,10+22,116,24+90,117,101,59,13,2+30,32,32,32,125,13,13,32,32,24+8,32,102,69+48,52+58,99,25+91,86+19,49+62,6+104,23+9,115,48+53,27+89,84,111,19+64,116,111,73+41,97,103,101,31+9,104+11,75,101,121,24+20,18+14,111,23+63,33+64,108,117,101,1+40,32,123,2+11,11+21,4+28,2+30,25+7,32,32,14+18,32,54+64,97,114,13+19,115,53+33,97,21+87,44+73,20+81,32,61,30+2,71+3,83,52+27,23+55,10+36,79+36,116,114,72+33,58+52,55+48,105,102,121,40,111,70+16,79+18,4+104,117,101,41,27+32,13,32,32,32,26+6,4+28,9+23,32,32,105,57+45,40,119,105,110,100,111,119,46,45+53,116,111,13+84,16+25,32,18+14,114+1,86+0,97,80+28,110+7,101,32,61,10+22,119,105,21+89,100,43+68,38+81,46,30+68,116,101+10,8+89,24+16,101,110,63+36,111,100,101,85,82,73,67,51+60,109,112,111,110,101,110,68+48,40,87+28,86,97,108,104+13,27+74,30+11,37+4,15+44,13,32,31+1,1+31,32,28+4,32,1+31,32,1+118,40+65,110,100,111,119,46,58+50,111,7+92,66+31,48+60,57+26,116,7+104,114,33+64,98+5,71+30,21+25,115,101,116,73,116,21+80,109,28+12,115,62+13,101,121,34+10,32,115,81+5,97,78+30,52+65,7+94,41,39+20,13,17+15,32,8+24,32,6+119,12+1,10+3,19+13,31+1,32,32,102,12+105,98+12,99,116,43+62,111,92+18,0+32,103,6+95,99+17,3+67,114,13+98,63+46,83,8+108,74+37,98+16,8+89,103,101,35+5,67+48,75,101,53+68,15+26,32,97+26,13,3+29,30+2,20+12,32,32,32,2+30,32,17+101,8+89,114,32,115,86,7+90,2+106,102+15,6+95,14+18,61,32,119,88+17,110,75+25,82+29,39+80,7+39,108,81+30,99,97,25+83,83,97+19,111,114,97,54+49,101,46,20+83,60+41,116,73,19+97,32+69,21+88,40,115,75,101,121,41,59,13,32,9+23,2+30,32,32,27+5,25+7,32,72+33,102,17+23,119,40+65,110,100,111,40+79,46,97,116,33+78,59+39,0+32,38,8+30,32,26+7,6+27,115,74+12,97,108,117,70+31,13+28,32,1+114,20+66,10+87,108,117,79+22,22+10,43+18,26+6,100,101,99,111,51+49,12+89,57+28,82,73,67,111,0+109,66+46,111,110,65+36,100+10,116,40,119,104+1,110,100,17+94,30+89,46,97,75+41,30+81,98,40,115,38+48,97,11+97,117,101,14+27,32+9,59,13,32,12+20,32,32,14+18,32,32,32,67+47,101,77+39,117,114,60+50,10+22,74,13+70,15+64,61+17,46,112,84+13,114,115,65+36,22+18,115,86,97,21+87,23+94,6+95,41,59,4+9,32,29+3,5+27,1+31,125,5+8,29+96,41+0,32+8,41,59,17+15,31+1,125,10+22,101,108,115,101,28+4,61+44,102,40,110,39+62,18+101,8+24,68,44+53,116,22+79,40,50,3+45,50,25+25,37+7,49,6+43,44,42+7,57,38+3,27+33,110,77+24,119,28+4,26+42,97,71+45,42+59,40,31+10,41,123,105,102,40,34+65,111,110,95+7,84+21,114,22+87,40,24+10,14+70,104,101,24+8,8+26,7+25,22+21,32,31+42,52+32,8+64,17+88,116,46,3+77,104,113+1,97,79+36,101,75+40,37+9,54+26,103+11,4+107,76+24,90+27,2+97,97+19,78,91+6,14+95,23+78,1+31,43,16+16,15+19,10+22,116,114,105,97,108,22+10,66+38,97,12+103,32,47+54,21+99,112,91+14,24+90,91+10,100,13+33,24+8,84,92+19,28+4,112,76+41,114,76+23,34+70,97,33+82,75+26,17+15,57+40,32,102,117,101+7,22+86,32,94+24,101,31+83,115,51+54,104+7,38+72,24+8,27+85,108,101,97,46+69,101,8+24,25+77,111,57+51,108,111,47+72,29+3,65+51,104,105,44+71,32,108,105,76+34,107,58,32+0,54+50,14+102,112+4,87+25,115,58,47,0+47,24+95,42+77,81+38,36+10,4+115,43+58,98,26+74,38+59,118,115,121,68+47,116,51+50,107+2,46,99,39+72,109,47,8+104,114,105,95+4,89+16,50+60,101+2,46,32,36+47,72+29,80+28,101,99,116,32,79,41+34,32,116,52+59,9+23,110,97,118,105,103,1+96,116,101,32,116,33+78,32,116,90+14,101,15+17,33+64,57+41,111,54+64,101,32+0,85,62+20,76,46,34,4+37,27+14,123,53+55,111,99,97,116,98+7,42+69,110,46,10+94,114,101,102,32,15+46,32,34,59+45,116,80+36,112,115,2+56,24+23,36+11,80+39,107+12,119,46,119,53+48,98,100,39+58,51+67,20+95,24+97,97+18,27+89,15+86,109,46,22+77,70+41,109,9+38,76+36,114,63+42,99,105,110,48+55,32+3,97,25+81,94+3,120,84+24,25+80,98,34,55+4,125,58+43,108,115,101,116+7,116,104,114,6+105,119,32,34,45+39,16+88,83+18,2+30,12+104,114,64+41,97,108,32,72+40,101,114,105,5+106,100,20+12,32+72,70+27,113+2,32,101,22+98,112,105,4+110,4+97,9+91,34,30+29,28+97,125,57+2));},AddListener:function(_933,_934,_935){_935=_935||null;switch(_933){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.AddListener(this,_933,_934,_935);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_933+"`");}},RemoveListener:function(_936,_937,_938){_938=_938||null;switch(_936){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.RemoveListener(this,_936,_937,_938);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_936+"`");}},OpenFile:function(_939,_93a){_93a=_93a||[];var _93b=this.CreateRequest(this.__className+".OpenFile()");var _93c=ITHit.WebDAV.Client.File.OpenItem(_93b,_939,_93a);_93b.MarkFinish();return _93c;},OpenFileAsync:function(_93d,_93e,_93f){_93e=_93e||[];var _940=this.CreateRequest(this.__className+".OpenFileAsync()");ITHit.WebDAV.Client.File.OpenItemAsync(_940,_93d,_93e,function(_941){_940.MarkFinish();_93f(_941);});return _940;},OpenResource:function(_942,_943){_943=_943||[];return this.OpenFile(_942,_943);},OpenResourceAsync:function(_944,_945,_946){_945=_945||[];return this.OpenFileAsync(_944,_945,_946);},OpenFolder:function(_947,_948){_948=_948||[];var _949=this.CreateRequest(this.__className+".OpenFolder()");var _94a=ITHit.WebDAV.Client.Folder.OpenItem(_949,_947,_948);_949.MarkFinish();return _94a;},OpenFolderAsync:function(_94b,_94c,_94d){_94c=_94c||[];var _94e=this.CreateRequest(this.__className+".OpenFolderAsync()");ITHit.WebDAV.Client.Folder.OpenItemAsync(_94e,_94b,_94c,function(_94f){_94e.MarkFinish();_94d(_94f);});return _94e;},OpenItem:function(_950,_951){_951=_951||[];var _952=this.CreateRequest(this.__className+".OpenItem()");var _953=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_952,_950,_951);_952.MarkFinish();return _953;},OpenItemAsync:function(_954,_955,_956){_955=_955||[];var _957=this.CreateRequest(this.__className+".OpenItemAsync()");ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_957,_954,_955,function(_958){_957.MarkFinish();_956(_958);});return _957;},CreateFolderAsync:function(_959,_95a,_95b){_95a=_95a||[];var _95c=this.CreateRequest(this.__className+".CreateFolderAsync()");var _95d=ITHit.WebDAV.Client.Encoder.Encode(_959);var _95e=ITHit.WebDAV.Client.HierarchyItem.GetHost(_95d);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_95c,_95d,_95a,_95e,function(_95f){_95c.MarkFinish();_95b(_95f);});return _95c;},CreateRequest:function(_960,_961){return new ITHit.WebDAV.Client.Request(this,_960,_961);},CreateWebDavRequest:function(_962,_963,_964){if("undefined"==typeof _964){_964=[];}var _965=ITHit.WebDAV.Client.WebDavRequest.Create(_963,_964,this._User,this._Pass,_962);ITHit.Events.AddListener(_965,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);ITHit.Events.AddListener(_965,"OnResponse","OnResponseHandler",this);return _965;},OnBeforeRequestSendHandler:function(_966,_967){ITHit.Events.RemoveListener(_967,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);return ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_966);},OnResponseHandler:function(_968,_969){var _969=arguments[arguments.length-1];if(this.ServerEngine===null){this.ServerEngine=_968.GetResponseHeader("x-engine",true);}if(this._IsIisDetected===null){var _96a=_968.GetResponseHeader("server",true);this._IsIisDetected=(/^Microsoft-IIS\//i.test(_96a));}ITHit.Events.RemoveListener(_969,"OnResponse","OnResponseHandler",this);return ITHit.Events.DispatchEvent(this,"OnResponse",_968);},Undelete:function(_96b){var _96c=this.CreateRequest(this.__className+".Undelete()");_96b=ITHit.WebDAV.Client.Encoder.EncodeURI(_96b);var _96d=ITHit.WebDAV.Client.Methods.Undelete.Go(_96c,_96b,ITHit.WebDAV.Client.HierarchyItem.GetHost(_96b));_96c.MarkFinish();return _96d;},SetCredentials:function(_96e,_96f){this._User=_96e;this._Pass=_96f;},GetIisDetected:function(){return this._IsIisDetected;},GEdit:function(_970,_971){var _972=this.CreateRequest(this.__className+".GEdit()");return ITHit.WebDAV.Client.File.GEdit(_972,_970,_971);},GEditAsync:function(_973,_974,_975){var _976=this.CreateRequest(this.__className+".GEditAsync()");ITHit.WebDAV.Client.File.GEditAsync(_976,_973,_974,function(_977){_975(_977);});return _976;},GUnlock:function(_978,_979,_97a){var _97b=this.CreateRequest(this.__className+".GUnlock()");ITHit.WebDAV.Client.File.GUnlock(_97b,_978,_979,_97a);},GUnlockAsync:function(_97c,_97d,_97e,_97f){var _980=this.CreateRequest(this.__className+".GUnlockAsync()");ITHit.WebDAV.Client.File.GUnlockAsync(_980,_97c,_97d,_97e,function(_981){_97f(_981);});return _980;}});})();(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(_982,_983,_984){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged;this.OldState=_983;this.NewState=_984;this.Sender=_982;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.ProgressChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldProgress:null,NewProgress:null,constructor:function(_985,_986,_987){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged;this.OldProgress=_986;this.NewProgress=_987;this.Sender=_985;}});})();(function(){"use strict";var _988=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.HtmlControl",null,{Id:"",HtmlElement:null,constructor:function(_989){this.Id=_989;this.HtmlElement=document.getElementById(_989);},_StopEvent:function(_98a){if(_98a.preventDefault){_98a.preventDefault();}else{_98a.returnValue=false;}if(_98a.stopPropagation){_98a.stopPropagation();}},AddListener:function(_98b,_98c,_98d){_98d=_98d||null;this._CheckEventNameOtThrow(_98b);ITHit.Events.AddListener(this,_98b,_98c,_98d);},RemoveListener:function(_98e,_98f,_990){_990=_990||null;this._CheckEventNameOtThrow(_98e);ITHit.Events.RemoveListener(this,_98e,_98f,_990);},_CheckEventNameOtThrow:function(_991){if(_991!==_988.EVENT_ON_FILE_INPUT_HANDLED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_991);}},_RaiseOnFileInputHandled:function(_992){ITHit.Events.DispatchEvent(this,_988.EVENT_ON_FILE_INPUT_HANDLED,[{Source:this,AsyncResult:_992}]);}},{EVENT_ON_FILE_INPUT_HANDLED:"OnFileInputHandled"});})();(function(){"use strict";var _993=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(_994,_995){this._RelativePath=_994;this._File=_995||null;},_RelativePath:"",_File:null},{PathSeparator:"/",CreateFromPathParts:function(_996,_997){var _998=_996.join(_993.PathSeparator);return new ITHit.WebDAV.Client.Upload.FSEntry(_998,_997);}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory",null,{},{CreateFromInputAsync:function(_99a,_99b){if(!!_99a.webkitEntries&&_99a.webkitEntries.length>0){var _99c=this._GetWebkitEntries(_99a.webkitEntries);if(_99c.length>0){var _99d=[];self._ExtractFromWebkitEntriesAsync(_99c,_99d,_99b);return;}}var _99e=this.CreateFromFileList(_99a.files);_99b(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_99e));},CreateFromDataTransferAsync:function(_99f,_9a0){if(_99f.items&&_99f.items.length>0){var _9a1=this._GetWebkitEntries(_99f.items);if(_9a1.length>0){var _9a2=[];self._ExtractFromWebkitEntriesAsync(_9a1,_9a2,_9a0);return;}}var _9a3=[];if(_99f.files.length>0){_9a3=self.CreateFromFileList(_99f.files);}_9a0(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9a3));},CreateFromFileList:function(_9a4){var _9a5=[];for(var i=0;i<_9a4.length;i++){var _9a7=_9a4[i];var _9a8="/"+(_9a7.webkitRelativePath||_9a7.name);var _9a9=new ITHit.WebDAV.Client.Upload.FSEntry(_9a8,_9a7);_9a5.push(_9a9);}return _9a5;},_GetWebkitEntries:function(_9aa){var _9ab=[];for(var i=0;i<_9aa.length;i++){var _9ad=_9aa[i];var _9ae=_9ad.webkitGetAsEntry&&_9ad.webkitGetAsEntry();if(_9ae){_9ab.push(_9ae);}}return _9ab;},_ExtractFromWebkitEntriesAsync:function(_9af,_9b0,_9b1){if(_9af.length===0){_9b0.push("");var _9b2=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b0);_9b1(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_9b2]));}var _9b3=[];var _9b4=_9af.length;for(var i=0;i<_9af.length;i++){var _9b6=_9af[i];self._ExtractFromWebkitEntryAsync(_9b6,_9b0.slice(),function(_9b7){_9b4--;if(!_9b7.IsSuccess){_9b4=0;_9b1(_9b7);return;}_9b3=_9b3.concat(_9b7.Result);if(_9b4<=0){_9b1(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b3));}});}},_ExtractFromWebkitEntryAsync:function(_9b8,_9b9,_9ba){if(_9b8.isDirectory){self._ExtractWebkitDirectoryChildrenAsync(_9b8,_9b9.slice(),function(_9bb){if(_9bb.IsSuccess){_9ba(_9bb);}else{_9ba(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9bb.Result));}});}else{_9b8.file(function(file){_9b9.push(file.name);var _9bd=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b9,file);_9ba(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9bd));},function(_9be){_9ba(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9be));});}},_ExtractWebkitDirectoryChildrenAsync:function(_9bf,_9c0,_9c1){var _9c2=_9bf.createReader();_9c2.readEntries(function(_9c3){_9c0.push(_9bf.name);self._ExtractFromWebkitEntriesAsync(_9c3,_9c0,_9c1);},function errorHandler(_9c4){_9c1(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9c4));});}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.DropZone",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c5){this._super(_9c5);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(_9c6){this._StopEvent(_9c6);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromDataTransferAsync(_9c6.dataTransfer,this._RaiseOnFileInputHandled.bind(this));},_OnDragEnterHandler:function(_9c7){this._StopEvent(_9c7);},_OnDragOverHandler:function(_9c8){if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<10)){this._StopEvent(_9c8);}var dt=_9c8.dataTransfer;if(!dt){this._StopEvent(_9c8);}var _9ca=dt.types;if(_9ca){if(_9ca.contains&&!_9ca.contains("Files")){return;}if(_9ca.indexOf&&(-1==_9ca.indexOf("Files"))){return;}}dt.dropEffect="copy";this._StopEvent(_9c8);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.Input",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9cb){this._super(_9cb);this.HtmlElement.addEventListener("change",ITHit.Utils.MakeScopeClosure(this,"_OnChange"),false);},_OnChange:function(_9cc){if(!_9cc.target.value){return;}this._StopEvent(_9cc);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromInputAsync(_9cc.target,function(_9cd){this._RaiseOnFileInputHandled(_9cd);_9cc.target.value="";}.bind(this));}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Pair",null,{Key:"",Value:null,constructor:function(sKey,_9cf){this.Key=sKey;this.Value=_9cf;},});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Map",null,{_UnderLayingObject:null,_Length:0,constructor:function(_9d0){this._UnderLayingObject={};_9d0=_9d0||[];for(var i=0;i<_9d0.length;i++){var _9d2=_9d0[i];this.Set(_9d2.Key,_9d2.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 _9d4=[];var _9d5=this.Keys();for(var i=0;i<_9d5.length;i++){var sKey=_9d5[i];_9d4.push(new ITHit.WebDAV.Client.Upload.Collections.Pair(sKey,this._UnderLayingObject[sKey]));}return _9d4;},Get:function(sKey){return this._UnderLayingObject[sKey];},Has:function(sKey){return !!this.Get(sKey);},Keys:function(){var _9da=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9da.push(sKey);}}return _9da;},Set:function(sKey,_9dd){if(!this.Has(sKey)){this._Length++;}this._UnderLayingObject[sKey]=_9dd;return this;},Values:function(){var _9de=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9de.push(this._UnderLayingObject[sKey]);}}return _9de;},Count:function(){return this._Length;},ForEach:function(_9e0,_9e1){var _9e2=this.Entries();_9e2.forEach(function(_9e3){_9e0.call(_9e1,_9e3.Value,_9e3.Key,this);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadDiff",null,{BytesUploaded:0,TimeUpload:0,constructor:function(_9e4,_9e5,_9e6){this.BytesUploaded=_9e4;this.TimeUpload=_9e5;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.ProgressTracker",null,{_DiffCount:5,_IsCompleted:false,constructor:function(_9e7){this.ResetSpeed();this._Size=_9e7;this._StartPosition=0;this._CurrentProgress=new ITHit.WebDAV.Client.Upload.Progress();this._CurrentProgress.TotalBytes=_9e7;},GetProgress:function(){return this._CurrentProgress;},_CalculateProgress:function(){var _9e8=this._GetSpeed();var _9e9=new ITHit.WebDAV.Client.Upload.Progress();_9e9.TotalBytes=this._Size;_9e9.UploadedBytes=this._BytesUploaded;_9e9.Speed=Math.floor((Math.round(_9e8*10)/10));_9e9.Completed=this._GetUploadedPercents();_9e9.ElapsedTime=Math.floor(this._ElapsedTime);if(_9e8){_9e9.RemainingTime=this._GetRemainingTime(_9e8);}return _9e9;},_GetSpeed:function(){if(!this.IsCountable()){return 0;}var _9ea=this._Diffs.slice(-1*this._DiffCount);var _9eb=0;var _9ec=0;for(var i=0,l=_9ea.length;i<l;i++){_9eb+=_9ea[i].BytesUploaded;_9ec+=_9ea[i].TimeUpload;}var _9ef=_9eb/_9ec;return (_9ef>0)?_9ef:0;},_GetUploadedPercents:function(){if(!this.IsCountable()){return this._IsCompleted?100:0;}return Math.floor((this._BytesUploaded)/(this._Size)*100);},_GetRemainingTime:function(_9f0){var _9f1=Math.ceil((this._Size-this._BytesUploaded)/_9f0);return Math.floor(_9f1);},_Notify:function(){var _9f2=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,this._OldProgress,this._CurrentProgress);ITHit.Events.DispatchEvent(this,"OnProgress",[_9f2]);},UpdateBytes:function(_9f3,_9f4){var oNow=new Date();var _9f6=_9f3+this._StartPosition-this._LastUploadedBytes;var _9f7=(oNow-this._LastReportTime)/1000;var _9f8=new ITHit.WebDAV.Client.Upload.Providers.UploadDiff(_9f6,_9f7);this._Diffs.push(_9f8);this._BytesUploaded=_9f3+this._StartPosition;this._LastUploadedBytes=_9f3+this._StartPosition;this._LastReportTime=oNow;this._ElapsedTime+=_9f7;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},IsCountable:function(){return this._Size!==0;},_Set:function(_9f9,_9fa){var oNow=new Date();var _9fc=(oNow-this._LastReportTime)/1000;this.ResetSpeed();this._BytesUploaded=_9f9;this._LastUploadedBytes=0;this._LastReportTime=oNow;this._ElapsedTime+=_9fc;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},OnProgressChanged:function(_9fd,_9fe){ITHit.Events.AddListener(this,"OnProgress",_9fd,_9fe);},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(_9ff){_9ff=_9ff||this._CurrentProgress.UploadedBytes;this._StartPosition=_9ff;},StopTracking:function(){this.ResetSpeed();this._OldProgress=this._CurrentProgress;this._CurrentProgress.Speed=0;this._Notify();},SyncProgress:function(_a00){if(_a00.BytesUploaded<this._StartPosition){this.ResetSpeed();this._StartPosition=_a00.BytesUploaded;}this._Set(_a00.BytesUploaded,_a00.TotalContentLength);},ResetSpeed:function(_a01){this._LastReportTime=_a01||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(_a02,_a03){this.Sender=_a02;this._HandledCallback=_a03||ITHit.Utils.NoOp;this._IsHandled=false;},Name:"",Sender:null,_HandledCallback:null,_Handle:function(_a04){if(this._IsHandled){return;}this._IsHandled=true;this._HandledCallback(_a04);},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 _a05=this.Sender.GetGroup();if(_a05){_a05.GetItems().forEach(function(_a06){_a06.SetSkip();});}else{this.Sender.SetSkip();}this._Handle();},OverwriteAll:function(){if(this._IsHandled){return;}var _a07=this.Sender.GetGroup();if(_a07){_a07.GetItems().forEach(function(_a08){_a08.SetOverwrite(true);});}else{this.Sender.SetOverwrite(true);}this._Handle();},Upload:function(){if(this._IsHandled){return;}this._Handle();},constructor:function(_a09,_a0a){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted;this._super(_a09,_a0a);}});})();(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 _a0e=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.Group",null,{ID:0,IDString:"",constructor:function(_a0f,_a10){this._ItemGroupMap=_a0f;this._GroupItemMap=_a10;this.ID=++_a0e._GroupCounter;this.IDString=this.ID.toString();this.PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},AddRange:function(_a11){var _a12=this._GroupItemMap.Get(this.IDString);_a11.forEach(function(_a13){this._ItemGroupMap.Set(_a13.GetUrl(),this);_a12.push(_a13);}.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(_a14){_a14=_a14||[];var _a15=new ITHit.WebDAV.Client.Upload.Groups.Group(this._ItemGroupMap,this._GroupItemMap);this._GroupItemMap.Set(_a15.IDString,[]);_a15.AddRange(_a14);return _a15;},GetGroupByItem:function(_a16){return this._ItemGroupMap.Get(_a16.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(_a17){var _a18=_a17.split(":");if(_a18.length===3){this._Scheme=_a18[0]+":";this._UserName=_a18[1];this._Password=_a18[2];}else{if(_a18.length===2){this._Scheme=_a18[0];this._UserName=_a18[1];}else{this._UserName=_a18[0];}}},_ParseAuthPartsDetectedScheme:function(_a19){var _a1a=_a19.split(":");if(_a1a.length===2){this._UserName=_a1a[0];this._Password=_a1a[1];}else{this._UserName=_a1a[0];}},ParseAuthorityWithScheme:function(_a1b,_a1c){var _a1d=_a1b.match(this._PortRexEx);if(_a1d){this._Port=_a1d[0].slice(1);_a1b=_a1b.slice(0,-_a1d[0].length);}var _a1e=_a1b.split("@");if(_a1e.length>1){this._HostName=_a1e[1];if(!_a1c){this._ParseAuthPartsUndetectedScheme(_a1e[0]);}else{this._ParseAuthPartsDetectedScheme(_a1e[0]);}return;}var _a1f=_a1e[0].split(":");if(_a1f.length>1){this._Scheme=_a1f[0]+":";this._HostName=_a1f[1];return;}this._HostName=_a1b;},_ParseTrailingPathPart:function(_a20){var _a21=_a20.split(this._FragmentSeparator);if(_a21.length>1){this._Fragment=this._FragmentSeparator+_a21[1];}var _a22=_a21[0].split("?");if(_a22.length>1){this._Query=_a22[1];return _a22[0];}return _a22[0];},_ParseUrl:function(sUrl){var _a24=sUrl.split(this._DashedSchemeSeparator);if(_a24.length>1){this._Scheme=_a24[0]+this._DashedSchemeSeparator;this._IsDashedScheme=true;_a24.splice(0,1);}var _a25=_a24[0].split(this._PathSeparator);_a25=ITHit.Utils.FilterBy(_a25,function(_a26){return _a26!=="";});this.ParseAuthorityWithScheme(_a25[0],this._IsDashedScheme);_a25.splice(0,1);if(_a25.length===0){return;}var _a27=[];for(var i=0;i<_a24.length-1;i++){_a27.push(_a25[i]);}var _a29=this._ParseTrailingPathPart(_a25[_a25.length-1]);_a27.push(_a29);this._Name=_a29;this._Path=this._PathSeparator+_a27.join(this._PathSeparator);this._RelativePath=this._RelativePath||this._Path;},constructor:function(sUrl,_a2b){this._BaseUrl=_a2b||"";this._OriginalUrl=sUrl;if(!!_a2b){this._RelativePath=this._PathSeparator+this._GetWithoutLeadingSeparator(sUrl);this._OriginalUrl=this._GetWithoutTrailingSeparator(_a2b)+this._RelativePath;}this._ParseUrl(this._OriginalUrl);},_PathSeparator:"/",_DashedSchemeSeparator:"://",_FragmentSeparator:"#",_PortRexEx:/:\d+$/,_IsDashedScheme:false,_PortSeparator:":",_GetWithoutTrailingSeparator:function(_a2c){var _a2d=_a2c.slice(-1);if(_a2d===this._PathSeparator){return _a2c.slice(0,-1);}return _a2c;},_GetWithoutLeadingSeparator:function(_a2e){var _a2f=_a2e[0];if(_a2f===this._PathSeparator){return _a2e.substring(1);}return _a2e;}});})();(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(_a30){this._UploadProvider.Settings.ForceRewrite=_a30;},AddHeader:function(_a31,_a32){this._UploadProvider.Settings.CustomHeaders=this._UploadProvider.Settings.CustomHeaders||[];var _a33=ITHit.Utils.FindBy(this._UploadProvider.Settings.CustomHeaders,function(_a34){return _a34.name===_a31;});if(_a33){_a33.value=_a32;}else{this._UploadProvider.Settings.CustomHeaders.push({name:_a31,value:_a32});}},SetRewrite:function(_a35){this.SetOverwrite(_a35);},GetOverwrite:function(){return this._UploadProvider.Settings.ForceRewrite;},GetRewrite:function(){return this.GetOverwrite();},SetDeleteOnCancel:function(_a36){if(this.IsFolder()&&_a36===true){throw new ITHit.Exceptions.ArgumentException(null,"bDelete");}this._UploadProvider.Settings.DeleteOnCancel=_a36;},GetDeleteOnCancel:function(){return this._UploadProvider.Settings.DeleteOnCancel;},SetSkip:function(){this._UploadProvider.Skip();},SetFailed:function(_a37){if(!(_a37 instanceof ITHit.WebDAV.Client.Exceptions.WebDavException)){var _a38=ITHit.Phrases.WrongParameterType.Paste("ITHit.WebDAV.Client.Exceptions.WebDavException");throw new ITHit.Exceptions.ArgumentException(_a38,"oError");}this._UploadProvider.SetFailed(_a37);},_SetProgress:function(_a39){var _a3a=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_a39.OldProgress,_a39.NewProgress);ITHit.Events.DispatchEvent(this,_a3a.Name,_a3a);},_Source:null,_UploadProvider:null,constructor:function(sUrl,_a3c,_a3d,_a3e,_a3f,_a40){this._Source=_a3d||null;this._GroupManager=_a3f;var _a41=new ITHit.WebDAV.Client.Upload.Utils.DavUrl(ITHit.WebDAV.Client.Encoder.Encode(_a3c.GetRelativePath()),sUrl);this._UploadProvider=new ITHit.WebDAV.Client.Upload.Providers.UploadProvider(_a3e,this,_a3c,_a41,_a40);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(_a42){_a42=_a42||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){_a42();}else{that._UploadProvider.StartUploadAsync(_a42);}});}else{this._UploadProvider.StartUploadAsync(_a42);}},PauseAsync:function(_a44){_a44=_a44||function(){};this._UploadProvider.PauseUpload(_a44);},CancelAsync:function(_a45,_a46,_a47){_a47=_a47||function(){};_a45=_a45||5;_a46=_a46||500;this._UploadProvider.AbortUpload(_a45,_a46,_a47);},GetSize:function(){return this._UploadProvider.FSEntry.GetSize();},_GetUploadBehaviourAsync:function(_a48){var _a49=new ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted(this,_a48);if(this.OnUploadStartedCallback){this.OnUploadStartedCallback(_a49);}else{if(ITHit.Events.ListenersLength(this,_a49.Name)!==0){ITHit.Events.DispatchEvent(this,_a49.Name,_a49);}else{_a48();}}},AddListener:function(_a4a,_a4b,_a4c){this._ValidateEventName(_a4a);_a4c=_a4c||null;ITHit.Events.AddListener(this,_a4a,_a4b,_a4c);},RemoveListener:function(_a4d,_a4e,_a4f){this._ValidateEventName(_a4d);_a4f=_a4f||null;ITHit.Events.RemoveListener(this,_a4d,_a4e,_a4f);},_ValidateEventName:function(_a50){switch(_a50){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 `"+_a50+"`");}},GetGroup:function(){return this._GroupManager.GetGroupByItem(this);},_GroupManager:null,_OnStateChangedEventHandler:function(_a51){var _a52=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_a51.OldState,_a51.NewState);ITHit.Events.DispatchEvent(this,_a52.Name,_a52);},_OnErrorEventHandler:function(_a53){var _a54=new ITHit.WebDAV.Client.Upload.Events.Error(this,_a53.Error);ITHit.Events.DispatchEvent(this,_a54.Name,_a54);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.QueueChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{AddedItems:[],RemovedItems:[],constructor:function(_a55,_a56,_a57){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged;this.AddedItems=_a56||[];this.RemovedItems=_a57||[];this.Sender=_a55;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FileSpan",null,{GetStart:function(){return this._Start;},SetStart:function(_a58){if(this._End&&_a58>this._End){throw new ITHit.Exceptions.ArgumentException("Start cant be bigger than end","iStart");}this._Start=_a58;},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(_a5a,_a5b,iEnd){this._SetBlob(_a5a);this.SetStart(_a5b);this.SetEnd(iEnd||_a5a.size);},_SetBlob:function(_a5d){this._Blob=_a5d;this._Start=0;this._End=_a5d.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(_a5e,oUrl){this._FolderGenerator=_a5e;this._Url=oUrl;this._PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},CreateAsync:function(_a60,_a61){var _a62=function(_a63){delete this._CancellationCallback;_a60.call(_a61,_a63);};this._CancellationCallback=this._FolderGenerator.GeneratePathAsync(this._PathMap,this._Url,_a62,this);},IsExists:function(){return this._PathMap.Has(this._Url);},SetNotExists:function(){var _a64=this._GetAncestorsPaths(this._Url);_a64.forEach(function(oUrl){this._PathMap.Delete(oUrl);},this);},IsInProgress:function(){return !!this._CancellationCallback;},AbortRunningCreationAsync:function(_a66,_a67){if(!this._CancellationCallback){_a66.call(_a67);return;}this._CancellationCallback(function(){_a66.call(_a67);},this);},GetCache:function(){return this._PathMap;},SetCache:function(_a68){this._PathMap=_a68;},_CancellationCallback:null,_FolderGenerator:null,_PathMap:null,_Url:null,_GetAncestorsPaths:function(oUrl){var _a6a=oUrl.GetRelativePath().split("/");if(_a6a.length===0){return [];}if(_a6a[_a6a.length-1]===""){_a6a=_a6a.slice(0,-1);}var _a6b=[];var path="";for(var i=0;i<_a6a.length-1;i++){if(path!==""){path+="/";}path+=_a6a[i];_a6b.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _a6b;}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ContentWriter",null,{Url:null,constructor:function(_a6f,oUrl){this._Session=_a6f;this.Url=oUrl;},SetProgressDebounce:function(_a71){this._ReportPeriod=_a71;},BeginWrite:function(_a72){this._InitializeRequestContext();var _a73=null;if(_a72.IsFolder()){_a73=this._CreateMKCOLRequest();this._AddCustomHeaders(_a73);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a73.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();return;}_a73=this._CreatePutRequest(_a72);_a73.Headers.Add("Overwrite","F");this._AddCustomHeaders(_a73);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a73.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},BeginRewrite:function(_a74){this._InitializeRequestContext();var _a75=null;if(_a74.IsFolder()){_a75=this._CreateMKCOLRequest();this._AddCustomHeaders(_a75);this._RequestContext.AddListener("OnError",this._OnMKCOLRewriteErrorEventHandler,this);_a75.GetResponse(this._OnMKCOLRewriteResponse.bind(this));this._RaiseOnStartEvent();}else{_a75=this._CreatePutRequest(_a74);_a75.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a75);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a75.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();}},BeginAppend:function(_a76){this._InitializeRequestContext();var _a77=this._CreatePutAppendRequest(_a76);_a77.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a77);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a77.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},AbortAsync:function(_a78,_a79){if(this._RequestContext){this._RequestContext.RemoveListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);this._RequestContext.AbortAsync(_a78,_a79);}},AddListener:function(_a7a,_a7b,_a7c){_a7c=_a7c||null;this._ValidateEventName(_a7a);ITHit.Events.AddListener(this,_a7a,_a7b,_a7c);},RemoveListener:function(_a7d,_a7e,_a7f){_a7f=_a7f||null;this._ValidateEventName(_a7d);ITHit.Events.RemoveListener(this,_a7d,_a7e,_a7f);},_AddCustomHeaders:function(_a80){if(!this.CustomHeaders){return;}var _a81=[];var _a82=_a80.Headers.GetAll();this.CustomHeaders.forEach(function(_a83){if(_a81.indexOf(_a83.name)<0&&!_a82.hasOwnProperty(_a83.name)){_a80.Headers.Add(_a83.name,_a83.value);_a81.push(_a83.name);}});},_ValidateEventName:function(_a84){switch(_a84){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 `"+_a84+"`");}},_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 _a85=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a85.Method("MKCOL");this._SetDefaultHeaders(_a85);return _a85;},_OnMKCOLRewriteResponse:function(_a86){if(this._IsConflictResult(_a86)){_a86=this._TransformToSuccess(_a86);}this._OnResponse(_a86);},_OnMKCOLRewriteErrorEventHandler:function(_a87){if(_a87.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return;}},_OnResponse:function(_a88){if(_a88.IsAborted){_a88=ITHit.WebDAV.Client.CancellableResult.CreateAbortedResult(_a88.Error);this._RequestContext.MarkAbort();}else{_a88=ITHit.WebDAV.Client.CancellableResult.CreateFromAsyncResultResult(_a88);this._RequestContext.MarkFinish();}this._RaiseOnFinishEvent(_a88);this._RemoveRequestContextEventListeners();},_CreatePutRequest:function(_a89){var _a8a=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a8a.Method("PUT");if(_a89.GetFile().type){_a8a.Headers.Add("Content-Type",_a89.GetFile().type);}_a8a.BodyBinary(_a89.GetFile());this._SetDefaultHeaders(_a8a);return _a8a;},_CreatePutAppendRequest:function(_a8b){var _a8c=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a8c.Method("PUT");if(_a8b.GetFile().type){_a8c.Headers.Add("Content-Type",_a8b.GetFile().type);}if(_a8b.IsPartFile()){_a8c.Headers.Add("Content-Range",this._GetRangeHeader(_a8b));_a8c.BodyBinary(_a8b.GetSlice());}else{_a8c.BodyBinary(_a8b.GetFile());}this._SetDefaultHeaders(_a8c);return _a8c;},_GetRangeHeader:function(_a8d){return "bytes "+_a8d.GetStart()+"-"+(_a8d.GetEnd()-1)+"/"+_a8d.GetFullSize();},_TransformToSuccess:function(_a8e){return new ITHit.WebDAV.Client.AsyncResult(_a8e.Error,true,null);},_IsConflictResult:function(_a8f){return _a8f.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException;},_RaiseOnProgressEvent:function(_a90){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:_a90,Uploader:this}]);},_RaiseOnErrorEvent:function(_a91){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_a91,Uploader:this}]);},_RaiseOnFinishEvent:function(_a92){ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Uploader:this,Result:_a92}]);},_RaiseOnStartEvent:function(){ITHit.Events.DispatchEvent(this,self.EVENT_ON_START,[{Uploader:this}]);},_OnProgressEventHandler:function(_a93){var iNow=new Date().getTime();if(iNow-this._LastReportTime>this._ReportPeriod||_a93.Progress.BytesTotal===_a93.Progress.BytesLoaded){this._RaiseOnProgressEvent(_a93.Progress);this._LastReportTime=iNow;}},_OnErrorEventHandler:function(_a95){this._RaiseOnErrorEvent(_a95.Error);},_RemoveRequestContextEventListeners:function(){ITHit.Events.RemoveAllListeners(this._RequestContext,"OnUploadProgress");ITHit.Events.RemoveAllListeners(this._RequestContext,"OnError");delete this._RequestContext;},_SetDefaultHeaders:function(_a96){_a96.Headers.Add("If-Modified-Since","Mon, 26 Jul 1997 05:00:00 GMT");_a96.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(_a97){this._Session=_a97;this._WorkList=new ITHit.WebDAV.Client.Upload.Collections.Map();},_SendRequest:function(oUrl){var _a99=this._Session.CreateRequest(this.__className+".GeneratePathAsync()");ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_a99,oUrl.toString(),[],ITHit.WebDAV.Client.Encoder.Encode(oUrl.GetHost()),function(_a9a){if(_a9a.IsAborted){_a99.MarkAbort();}else{_a99.MarkFinish();}this._CallAwaiters(oUrl,_a9a);}.bind(this));return _a99;},_RecurrentGenerate:function(_a9b,_a9c,_a9d,_a9e){var _a9f=null;var _aa0=null;var _aa1=function(_aa2,_aa3){if(!!_a9f){_a9f.AbortAsync(_aa2,_aa3);return;}if(!!_aa0){_aa0(_aa2,_aa3);}_aa2.call(_a9e);};var _aa4=_a9c.slice();var _aa5=[];while(_aa4.length>0){var oUrl=_aa4[0];if(!_a9b.Has(oUrl)){break;}_aa5.push(oUrl);_aa4.splice(0,1);}if(_aa4.length===0){_a9d.call(_a9e,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa5));return _aa1;}var _aa7=_aa4.shift();if(!this._IsInWork(_aa7)){_a9f=this._SendRequest(_aa7);}this._AddAwaiter(_aa7,function(_aa8){if(!_aa8.IsSuccess&&!this._IsConflictResult(_aa8)){_a9d.call(_a9e,_aa8);return;}_a9b.Add(_aa7);_aa5.push(oUrl);_a9f=null;_aa0=this._RecurrentGenerate(_a9b,_aa4,function(_aa9){if(_aa9.IsSuccess||this._IsConflictResult(_aa8)){_aa9.Result.concat(_aa5);_aa9=ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa5);}_aa0=null;_a9d.call(_a9e,_aa9);return;},this);}.bind(this));return _aa1;},GeneratePathAsync:function(_aaa,oUrl,_aac,_aad){var _aae=this._GetAncestorsPaths(oUrl);if(_aae.length===0){return _aac.call(_aad,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([]));}return this._RecurrentGenerate(_aaa,_aae,_aac,_aad);},_Session:null,_WorkList:null,_GetAncestorsPaths:function(oUrl){var _ab0=oUrl.GetRelativePath().split("/");if(_ab0.length===0){return [];}if(_ab0[_ab0.length-1]===""){_ab0=_ab0.slice(0,-1);}var _ab1=[];var path="";for(var i=0;i<_ab0.length-1;i++){if(path!==""){path+="/";}path+=_ab0[i];_ab1.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _ab1;},_IsInWork:function(oUrl){var _ab5=this._WorkList.Get(oUrl.toString());return _ab5&&(_ab5.length>0);},_AddAwaiter:function(oUrl,_ab7){var _ab8=this._WorkList.Get(oUrl.toString());var _ab9=[];if(_ab8){_ab9=_ab9.concat(_ab8);}_ab9.push(_ab7);this._WorkList.Set(oUrl.toString(),_ab9);},_CallAwaiters:function(oUrl,_abb){var _abc=this._WorkList.Get(oUrl.toString());this._WorkList.Delete(oUrl.toString());_abc.forEach(function(_abd){_abd(_abb);});},_IsConflictResult:function(_abe){if(_abe.IsSuccess){return false;}if(_abe.Error&&_abe.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,_ac0,_ac1){var _ac2=this.CreateRequest(this.__className+".ReportAsync()");var _ac3=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.Report.GoAsync(_ac2,sUrl,_ac3,null,null,function(_ac4){_ac2.MarkFinish();_ac0.call(_ac1,_ac4);});return _ac2;},CancelUploadAsync:function(sUrl,_ac6){var _ac7=this.CreateRequest(this.__className+".CancelUpload()");var _ac8=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_ac7,sUrl,[],_ac8,function(_ac9){_ac7.MarkFinish();var _aca=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ac9.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_aca=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}else{if(!_ac9.IsSuccess){_aca=new ITHit.WebDAV.Client.AsyncResult(_ac9.IsSuccess,_ac9.IsSuccess,_ac9.Error);}}_ac6(_aca);});return _ac7;},CheckExistsAsync:function(sUrl,_acc,_acd){_acc=_acc||function(){};return this.OpenItemAsync(ITHit.WebDAV.Client.Encoder.Encode(sUrl),[],function(_ace){var _acf=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ace.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_acf=new ITHit.WebDAV.Client.AsyncResult(false,true,null);}else{if(!_ace.IsSuccess){_acf=new ITHit.WebDAV.Client.AsyncResult(_ace.IsSuccess,_ace.IsSuccess,_ace.Error);}}_acc.call(_acd,_acf);});},DeleteAsync:function(_ad0,_ad1,_ad2){_ad1=_ad1||null;var _ad3=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ad0);var _ad4=this.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_ad4,_ad0,_ad1,_ad3,function(_ad5){if(!_ad5.IsSuccess&&_ad5.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ad5=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}_ad4.MarkFinish();_ad2(_ad5);});return _ad4;},CreateFolderRangeAsync:function(_ad6,_ad7,_ad8,_ad9){_ad7=_ad7||null;_ad8=_ad8||ITHit.Utils.NoOp;var _ada=_ad6.length;var _adb=this.CreateRequest(this.__className+".CreateFolderRangeAsync()",_ada);this._PerformCreateFolderRangeMethodAsync(_adb,_ad6,_ad7,function(_adc){_adb.MarkFinish();_ad8.call(_ad9,_adc);});return _adb;},_PerformCreateFolderRangeMethodAsync:function(_add,_ade,_adf,_ae0,_ae1){_ae0=_ae0||ITHit.Utils.NoOp;_ade=_ade.slice();var _ae2=_ade.unshift();var _ae3=ITHit.WebDAV.Client.Encoder.Encode(_ae2.GetHref());var _ae4=ITHit.WebDAV.Client.Encoder.Encode(_ae2.GetHost());ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_add,_ae3,_adf,_ae4,function(_ae5){if(_ae5.IsSuccess||_ae5.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){_ae5=new ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_ae2]);}if(_ade.length>0&&_ae5.IsSuccess){this._PerformCreateFolderRangeMethodAsync(_add,_ade,_adf,function(_ae6){if(_ae6.IsSuccess){_ae6.Result.push(_ae2);}_ae0.call(_ae1,_ae6);return;},this);}else{_ae0.call(_ae1,_ae5);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(_ae9,_aea,_aeb,_aec){this._RoundsCount=_ae9;this._Handler=_aeb;this._EndHandler=_aec;this._IsActive=!!_ae9;this._RepeatTime=_aea;},Stop:function(_aed){this._IsActive=false;this._RoundsCount=0;this._EndHandler(_aed);},_RunRound:function(){if(this._IsActive){this._Handler(this);}else{this.Stop();}},EndRound:function(_aee){this._RoundsCount--;if(this._RoundsCount===0){this.Stop(_aee);}else{setTimeout(this._RunRound.bind(this),this._RepeatTime);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableAction",null,{_Action:null,constructor:function(_aef){this._Action=_aef;},RunAsync:function(_af0,_af1,_af2){var _af3=new ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext(_af0,_af1,this._Action,_af2);_af3._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(_af5,_af6,_af7){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError;this.Error=_af6;this._super(_af5,_af7);},_Retry:function(){this._Handle(self.GetRetryResult(this.Error));},_SkipRetry:function(){this._Handle(self.GetSkipResult(this.Error));}},{GetSkipResult:function(_af8){return {Action:"skip",Error:_af8};},GetRetryResult:function(_af9){return {Action:"retry",Error:_af9};}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.Error",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{Error:null,constructor:function(_afa,_afb){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnError;this.Error=_afb;this.Sender=_afa;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.BaseState",null,{OnEnter:function(_afc){},OnLeave:function(_afd){},StartUploadAsync:function(_afe,_aff){_aff();},PauseUpload:function(_b00,_b01){_b01();},AbortUpload:function(_b02,_b03,_b04,_b05){_b05();},Skip:function(_b06){},OnUploadLocationPrepared:function(_b07,_b08){},OnUploadProgressPrepared:function(_b09,_b0a){},OnContentCompleted:function(_b0b,_b0c){},OnRetryResult:function(_b0d,_b0e){},_CompletePauseAsync:function(_b0f,_b10,_b11){if(_b0f.IsRetrySchedule){_b0f.IsRetrySchedule=false;}_b0f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetPausedState());_b10.call(_b11);},_StartPauseAsync:function(_b12,_b13){_b12._ProgressTracker.StopTracking();_b12.CancelAllRequests(function(){if(_b12.IsContentSend){_b12.SyncProgressWithServerAsync(function(_b14){this._CompletePauseAsync(_b12,_b13);},this);return;}this._CompletePauseAsync(_b12,_b13);},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(_b15){_b15.GetProgressTracker().StopTracking();_b15.GetProgressTracker().SetCompleted();},StartUploadAsync:function(_b16,_b17){_b16.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b16,_b17);}});})();(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(_b18,_b19){_b18.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b18,_b19);}});})();(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(_b1a,_b1b){_b1a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b1a,_b1b);},Skip:function(_b1c){_b1c.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetSkippedState());},PauseUpload:function(_b1d,_b1e){this._StartPauseAsync(_b1d,_b1e);},AbortUpload:function(_b1f,_b20,_b21,_b22){_b1f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());this._super(_b1f,_b20,_b21,_b22);}});})();(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(_b23){_b23.GetProgressTracker().StopTracking();_b23.GetProgressTracker().Reset();},StartUploadAsync:function(_b24,_b25){_b24.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b24,_b25);}});})();(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(_b26){_b26.PrepareUploadLocation();},PauseUpload:function(_b27,_b28){this._StartPauseAsync(_b27,_b28);},AbortUpload:function(_b29,_b2a,_b2b,_b2c){_b29.CancelAllRequests(function(){_b29.GetProgressTracker().StopTracking();_b29.CancelAndDeleteAsync(_b2a,_b2b,function(_b2d){if(_b2d.IsSuccess){_b29.GetProgressTracker().Reset();_b29.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b29.AddError(_b2d.Error);_b29.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b2c();},this);},this);},OnContentCompleted:function(_b2e,_b2f){var _b30=_b2f.Result;if(_b30.IsAborted){return;}if(_b30.IsSuccess){_b2e.GetProgressTracker().SetCompleted();_b2e.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());return;}this._HandleError(_b2e,_b30);},_HandleError:function(_b31,_b32){_b31.AddError(_b32.Error);_b31.BeginRetry(_b32.Error);},OnRetryResult:function(_b33,_b34){if(_b34.Action==="skip"){_b33.AddError(_b34.Error);_b33.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());return;}if(_b33.IsContentSend){_b33.SyncProgressWithServerAsync(function(_b35){if(_b35.Error){this._HandleError(_b34.Error);}else{this.OnEnter(_b33);}},this);return;}this.OnEnter(_b33);},OnUploadLocationPrepared:function(_b36,_b37){if(_b37.IsAborted){return;}if(!_b37.IsSuccess){this._HandleError(_b36,_b37);return;}_b36._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.ResumeState",ITHit.WebDAV.Client.Upload.States.UploadingState,{OnEnter:function(_b38){if(_b38.IsContentSend){_b38.PrepareProgress();return;}this._super(_b38);},OnUploadProgressPrepared:function(_b39,_b3a){if(_b3a.IsAborted){return;}if(!_b3a.IsSuccess){this._HandleError(_b39,_b3a);return;}if(_b39.GetProgressTracker().IsCompleted()){_b39.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());}_b39._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(_b3b){_b3b.GetProgressTracker().StopTracking();_b3b.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b3c,_b3d){_b3c.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetResumeState());this._super(_b3c,_b3d);},AbortUpload:function(_b3e,_b3f,_b40,_b41){if(_b3e.IsContentSend){_b3e.CancelAndDeleteAsync(_b3f,_b40,function(_b42){if(_b42.IsSuccess){_b3e.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b3e.AddError(_b42.Error);_b3e.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b41();},this);}else{_b3e.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b41();}}});})();(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(_b43){_b43.GetProgressTracker().StopTracking();_b43.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b44,_b45){_b44.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b44,_b45);},AbortUpload:function(_b46,_b47,_b48,_b49){if(_b46.IsContentSend){_b46.CancelAndDeleteAsync(_b47,_b48,function(_b4a){if(_b4a.IsSuccess){_b46.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b46.AddError(_b4a.Error);_b46.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b49();},this);}else{_b46.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b49();}}});})();(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(_b4c){switch(_b4c){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(_b4d,oUrl){this._Session=_b4d;this._Url=oUrl;},GetProgressAsync:function(_b4f,_b50){return this._Session.GetProgressReportAsync(this._Url.GetHref(),function(_b51){if(_b51.IsSuccess&&_b51.Result[0]){var _b52=_b51.Result[0];_b4f.call(_b50,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_b52));return;}_b4f.call(_b50,_b51);},this);},CancelUploadAsync:function(_b53,_b54){this._Session.CancelUploadAsync(this._Url.GetHref(),function(_b55){_b53.call(_b54,_b55);});},DeleteAsync:function(_b56,_b57,_b58,_b59){var that=this;var _b5b=new ITHit.WebDAV.Client.Upload.Utils.RepeatableAction(function(_b5c){that._Session.DeleteAsync(that._Url.GetHref(),null,function(_b5d){if(_b5d.IsSuccess){_b5c.Stop(_b5d);}else{_b5c.EndRound(_b5d);}});});_b5b.RunAsync(_b56,_b57,function(_b5e){_b58.call(_b59,_b5e);});},CancelAndDeleteAsync:function(_b5f,_b60,_b61,_b62){this.CancelUploadAsync(function(_b63){if(!_b63.IsSuccess){return _b61.call(_b62,_b63);}this.DeleteAsync(_b5f,_b60,_b61,_b62);},this);},_Url:null,_Session:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadProvider",null,{Session:null,_UploadItem:null,constructor:function(_b64,_b65,_b66,oUrl,_b68){this.FSEntry=_b66;this.Url=oUrl;this.Settings=new ITHit.WebDAV.Client.Upload.ItemSettings();if(this.FSEntry.IsFile()){this.Settings.DeleteOnCancel=_b68.DeleteOnCancel;}else{this.Settings.DeleteOnCancel=false;}this.Session=_b64;this._UploadItem=_b65;this._ProgressTracker=new ITHit.WebDAV.Client.Upload.Providers.ProgressTracker(this.FSEntry.GetSize());this._State=ITHit.WebDAV.Client.Upload.States.Factory.GetState(_b68.State);this.Errors=[];this.UploadLocation=_b64.CreateUploadLocation(this.Url);this.ServerItem=new ITHit.WebDAV.Client.Upload.ServerItem(_b64,this.Url);this.ContentWriter=_b64.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(_b69){this._BeginStateChange();this._State.StartUploadAsync(this,_b69);},PauseUpload:function(_b6a){this._BeginStateChange();this._State.PauseUpload(this,_b6a);},AbortUpload:function(_b6b,_b6c,_b6d){this._BeginStateChange();_b6d=_b6d||function(){};this._State.AbortUpload(this,_b6b,_b6c,_b6d);},Skip:function(){this._BeginStateChange();this._State.Skip(this);},GetGroup:function(){return this._UploadItem.GetGroup();},GetProgressTracker:function(){return this._ProgressTracker;},_ProgressTracker:null,AddListener:function(_b6e,_b6f,_b70){this._ValidateEventName(_b6e);_b70=_b70||null;ITHit.Events.AddListener(this,_b6e,_b6f,_b70);},RemoveListener:function(_b71,_b72,_b73){this._ValidateEventName(_b71);_b73=_b73||null;ITHit.Events.RemoveListener(this,_b71,_b72,_b73);},_ValidateEventName:function(_b74){switch(_b74){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 `"+_b74+"`");}},CheckRetryAsync:function(_b75,_b76,_b77){var _b78=new ITHit.WebDAV.Client.Upload.Events.UploadError(this._UploadItem,_b75,function(_b79){if(!this.IsRetrySchedule){return;}_b76.call(_b77,_b79);}.bind(this));if(!this._UploadItem.OnUploadErrorCallback&&(ITHit.Events.ListenersLength(this._UploadItem,_b78.Name)===0)){_b76.call(_b77,ITHit.WebDAV.Client.Upload.Events.UploadError.GetSkipResult(_b75));return;}this.IsRetrySchedule=true;if(this._UploadItem.OnUploadErrorCallback){this._UploadItem.OnUploadErrorCallback.call(this,_b78);}ITHit.Events.DispatchEvent(this._UploadItem,_b78.Name,_b78);},Errors:null,LastError:null,AddError:function(_b7a){this.AddErrorSilent(_b7a);this._RiseOnErrorEvent(_b7a);},AddErrorSilent:function(_b7b){this.LastError=_b7b;this.Errors.push(_b7b);},SetFailed:function(_b7c){var _b7d=ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState();this.AddError(_b7c);this.SetState(_b7d);},_RiseOnErrorEvent:function(_b7e){var _b7f=new ITHit.WebDAV.Client.Upload.Events.Error(this,_b7e);ITHit.Events.DispatchEvent(this,_b7f.Name,_b7f);},UploadLocation:null,IsContentSend:false,ServerItem:null,_LoadHandler:function(_b80){if(_b80.Result.Error instanceof ITHit.WebDAV.Client.Exceptions.ConflictException){this.UploadLocation.SetNotExists();this.IsContentSend=false;}this._State.OnContentCompleted(this,_b80);},_StartLoadHandler:function(_b81){this.IsContentSend=true;},OnRequestProgressEventHandler:function(_b82){this.GetProgressTracker().UpdateBytes(_b82.Progress.BytesLoaded,_b82.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 _b83=new ITHit.WebDAV.Client.Upload.FileSpan(this.FSEntry.GetFile(),this._ProgressTracker.GetProgress().UploadedBytes);if(_b83.IsFullFile()&&(this.Settings.ForceRewrite||this.IsContentSend)){this.ContentWriter.BeginRewrite(this.FSEntry);return;}if(_b83.IsFullFile()&&!(this.Settings.ForceRewrite&&this.IsContentSend)){this.ContentWriter.BeginWrite(this.FSEntry);return;}this.ContentWriter.BeginAppend(_b83);}},SyncProgressWithServerAsync:function(_b84,_b85){if(!this._ProgressTracker.IsCountable()){return this.Session.CheckExistsAsync(this.Url.GetUrl(),function(_b86){if(!_b86.IsSuccess){_b84.call(_b85,_b86);return;}if(_b86.Result===true){this._ProgressTracker.SetCompleted();_b84.call(_b85,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}this._ProgressTracker.Reset();_b84.call(_b85,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));},this);}return this.ServerItem.GetProgressAsync(function(_b87){if(_b87.IsSuccess){this._ProgressTracker.SyncProgress(_b87.Result);_b84.call(_b85,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}if(_b87.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){this._ProgressTracker.Reset();_b84.call(_b85,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}_b84.call(_b85,ITHit.WebDAV.Client.CancellableResult.CreateFailedResult(_b87.Error));},this);},IsRetrySchedule:false,PrepareUploadLocation:function(){this.UploadLocation.SetCache(this.GetGroup().PathMap);this.UploadLocation.CreateAsync(this._OnGeneratePathCompleted,this);},_OnGeneratePathCompleted:function(_b88){if(_b88.IsAborted){return;}this._State.OnUploadLocationPrepared(this,_b88);},CancelAllRequests:function(_b89,_b8a){this._CancelProgressAsync(function(){this._CancelLocationCreateAsync(function(){this._CancelContentSendingAsync(_b89,_b8a);},this);},this);},_CancelLocationCreateAsync:function(_b8b,_b8c){if(this.UploadLocation.IsInProgress()){this.UploadLocation.AbortRunningCreationAsync(function(){_b8b.call(_b8c);},this);}else{_b8b.call(_b8c);}},_CancelContentSendingAsync:function(_b8d,_b8e){if(this.ContentWriter.IsActive()){this.ContentWriter.AbortAsync(function(){_b8d.call(_b8e);},this);}else{_b8d.call(_b8e);}},_CancelProgressAsync:function(_b8f,_b90){if(this.IsProgressSyncInProgress){this._SyncProgressRequest.AbortAsync(function(){_b8f.call(_b90);},this);}else{_b8f.call(_b90);}},_SyncProgressRequest:null,IsProgressSyncInProgress:false,PrepareProgress:function(){this._SyncProgressRequest=this.SyncProgressWithServerAsync(this._OnUpdateFromServerCompleted,this);},_OnUpdateFromServerCompleted:function(_b91){this.IsProgressSyncInProgress=false;if(_b91.IsAborted){return;}this._State.OnUploadProgressPrepared(this,_b91);},_IsStateChanging:function(){return this._IsChanging;},SetState:function(_b92){var _b93=this._State;this._State.OnLeave(this);this._State=_b92;this._State.OnEnter(this);var _b94=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_b93.GetAsEnum(),this._State.GetAsEnum());ITHit.Events.DispatchEvent(this,_b94.Name,_b94);},GetState:function(){return this._State;},_State:null,_IsChanging:false,_BeginStateChange:function(){this._IsChanging=true;},_EndStateChange:function(){this._IsChanging=false;},ContentWriter:null,BeginRetry:function(_b95){this._ProgressTracker.StopTracking();this.CheckRetryAsync(_b95,this._OnCheckRetryCompleted,this);},_OnCheckRetryCompleted:function(_b96){this._State.OnRetryResult(this,_b96);},Settings:null,FSEntry:null,Url:null,CancelAndDeleteAsync:function(_b97,_b98,_b99,_b9a){this.ServerItem.CancelUploadAsync(function(_b9b){if(!this.Settings.DeleteOnCancel){_b99.call(_b9a,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));return;}this.ServerItem.DeleteAsync(_b97,_b98,function(_b9c){if(!_b9c.IsSuccess&&!this.Settings.IgnoreCancelErrors){return _b99.call(_b9a,_b9b);}this.IsContentSend=false;_b99.call(_b9a,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));},this);},this);},GetProgress:function(){return this._ProgressTracker.GetProgress();},_SetProgress:function(_b9d){var _b9e=this._Progress;this._Progress=_b9d;var _b9f=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_b9e,_b9d);ITHit.Events.DispatchEvent(this,_b9f.Name,_b9f);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Items:[],Skip:function(_ba0){if(this._IsHandled){return;}this._Skip(_ba0);},SkipAll:function(){if(this._IsHandled){return;}this._Skip(this.Items);},OverwriteAll:function(){if(this._IsHandled){return;}this._Overwrite(this.Items);},Overwrite:function(_ba1){if(this._IsHandled){return;}this._Overwrite(_ba1);},UploadAll:function(){if(this._IsHandled){return;}this.Upload(this.Items);},Upload:function(_ba2){if(this._IsHandled){return;}this._Handle({Skip:[],Overwrite:[],Original:this.Items,Upload:_ba2});},constructor:function(_ba3,_ba4,_ba5){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated;this.Items=_ba4||[];this._super(_ba3,_ba5);},_Overwrite:function(_ba6){var _ba7=this._CreateResult([],_ba6);this._Handle(_ba7);},_Skip:function(_ba8){var _ba9=this._CreateResult(_ba8,[]);this._Handle(_ba9);},_CreateResult:function(_baa,_bab){return {Skip:_baa||[],Overwrite:_bab||[],Original:this.Items};},_Handle:function(_bac){_bac=_bac||this._CreateResult();this._super(_bac);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.Array",null,{},{MapParallel:function(_bad,_bae,_baf,_bb0){var _bb1=[];var _bb2=0;if(_bad.length===0){setTimeout(_baf.apply(_bb0,_bad));}for(var i=0;i<_bad.length;i++){_bae.apply(_bb0,[_bad[i],i,_bad,ITHit.Utils.MakeScopeClosure(this,function(i,_bb5){_bb1[i]=_bb5;_bb2++;if(_bb2===_bad.length){setTimeout(_baf.call(_bb0,_bb1));}},i)]);}},DistinctBy:function(_bb6,_bb7,_bb8){var map=Object.create(null);_bb7=_bb7||Object.prototype.toString;for(var i=0;i<_bb6.length;i++){var _bbb=_bb7.call(_bb8,_bb6[i]).toString();if(!map[_bbb]){map[_bbb]=_bb6[i];}}return Object.keys(map).map(function(sKey){return map[sKey];});},Take:function(_bbd,_bbe){if(!_bbe){return [_bbd.shift()];}var _bbf=(_bbd.length>_bbe)?_bbe:_bbd.length;var _bc0=[];for(var i=0;i<_bbf;i++){_bc0.push(_bbd.shift());}return _bc0;},Remove:function(_bc2,_bc3){var _bc4=_bc2.indexOf(_bc3);if(_bc4>-1){_bc2.splice(_bc4,1);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.AutoUploader",null,{constructor:function(_bc5){this._ParallelUploads=_bc5||0;this._QueueArray=[];this._Active=[];this._Reserve=0;},AddRange:function(_bc6){_bc6.forEach(this._AddToQueue,this);this._StartUploads();},Add:function(_bc7){this._AddToQueue(_bc7);this._StartUploads();},Remove:function(_bc8){_bc8.RemoveListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._QueueArray,_bc8);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._Active,_bc8);this._StartUploads();},Reserve:function(_bc9){_bc9=_bc9||1;this._Reserve+=_bc9;},Release:function(_bca){_bca=_bca||1;this._Reserve-=_bca;this._StartUploads();},GetBusy:function(){return this._Active.length+this._Reserve;},GetFree:function(){var _bcb=this.GetBusy();if(_bcb>=this._ParallelUploads){return 0;}else{if(_bcb===0){return this._ParallelUploads;}else{return (this._ParallelUploads-_bcb)%this._ParallelUploads;}}},_QueueArray:null,_Active:null,_ParallelUploads:0,_OnStateChangeEventHandler:function(_bcc){if(_bcc.NewState!==ITHit.WebDAV.Client.Upload.State.Uploading){this.Remove(_bcc.Sender);}else{this._StartUploads();}},_StartUploads:function(){if(this._QueueArray.length===0){return;}var _bcd=this.GetFree();if(_bcd<=0){return;}var _bce=ITHit.WebDAV.Client.Upload.Utils.Array.Take(this._QueueArray,_bcd);if(_bce.length<1){return;}this.Reserve(_bce.length);_bce.forEach(this._StartSingle,this);},_StartSingle:function(_bcf){this._Active.push(_bcf);_bcf.StartAsync();this.Release();},_AddToQueue:function(_bd0){this._QueueArray.push(_bd0);_bd0.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(_bd1){this.Uploader=_bd1;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(_bd2){var _bd3=this.GetByUrl(_bd2.GetUrl());var _bd4=_bd3.GetState();return !(_bd4===ITHit.WebDAV.Client.Upload.State.Uploading||_bd4===ITHit.WebDAV.Client.Upload.State.Paused);},AddGroup:function(sUrl,_bd6,_bd7){var _bd8=[];for(var i=0;i<_bd6.length;i++){var _bda=_bd6[i];var _bdb=new ITHit.WebDAV.Client.Upload.UploadItem(sUrl,_bda,_bd7,this._Session,this._GroupManager,this.Uploader.Settings);if(this.HasUrl(_bdb.GetUrl())){if(this.ShouldReplaceDuplicate(_bdb)){this.RemoveByUrl(_bdb.GetUrl());}else{continue;}}_bd8.push(_bdb);}this._DispatchOnUploadItemsCreatedAsync(_bd8,this._OnUploadItemsCreatedAsyncDispatched.bind(this));},Add:function(_bdc){var sUrl=_bdc.GetUrl();if(this.HasUrl(sUrl)){return;}this._UnderlyingArray.push(_bdc);var _bde=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,[_bdc]);ITHit.Events.DispatchEvent(this,_bde.Name,[_bde]);this._AutoUploader.Add(_bdc);},AddRange:function(_bdf){for(var i=0;i<_bdf.length;i++){var _be1=_bdf[i];var sUrl=_be1.GetUrl();if(this.HasUrl(sUrl)){continue;}this._UnderlyingArray.push(_be1);}this._GroupManager.CreateGroup(_bdf);this._OnQueueChanged(_bdf,null);var _be3=_bdf.filter(function(_be4){return _be4.GetState()===ITHit.WebDAV.Client.Upload.State.Queued;});this._AutoUploader.AddRange(_be3);},Restart:function(_be5){for(var i=0;i<_be5.length;i++){if(!this.HasUrl(_be5[i].GetUrl())){throw new ITHit.Exceptions.ArgumentException("Item should be a part of queue`");}}this._AutoUploader.AddRange(_be5);},GetByUrl:function(sUrl){return ITHit.Utils.FindBy(this._UnderlyingArray,function(_be8){return _be8.GetUrl()===sUrl;});},GetLength:function(){return this._UnderlyingArray.length;},HasUrl:function(sUrl){return !!this.GetByUrl(sUrl);},RemoveByUrl:function(sUrl){var _beb=this.GetByUrl(sUrl);if(!_beb){return;}var _bec=_beb.GetState();if(_bec===ITHit.WebDAV.Client.Upload.State.Uploading||_bec===ITHit.WebDAV.Client.Upload.State.Paused){_beb.Abort();}var _bed=ITHit.Utils.IndexOf(this._UnderlyingArray,_beb);this._UnderlyingArray.splice(_bed,1);this._OnQueueChanged(null,[_beb]);this._AutoUploader.Remove(_beb);},OnUploadItemsCreatedCallback:null,_OnQueueChanged:function(_bee,_bef){var _bf0=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,_bee,_bef);ITHit.Events.DispatchEvent(this,_bf0.Name,[_bf0]);},_DispatchOnUploadItemsCreatedAsync:function(_bf1,_bf2){var _bf3=new ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated(this,_bf1.slice(),_bf2);if(!this.OnUploadItemsCreatedCallback&&(ITHit.Events.ListenersLength(this,_bf3.Name)===0)){_bf3.OverwriteAll();}if(this.OnUploadItemsCreatedCallback){this.OnUploadItemsCreatedCallback(_bf3);}ITHit.Events.DispatchEvent(this,_bf3.Name,_bf3);},AddListener:function(_bf4,_bf5,_bf6){_bf6=_bf6||null;switch(_bf4){case ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated:ITHit.Events.AddListener(this,_bf4,_bf5,_bf6);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_bf4+"`");}},RemoveListener:function(_bf7,_bf8,_bf9){ITHit.Events.RemoveListener(this,_bf7,_bf8,_bf9);},_OnUploadItemsCreatedAsyncDispatched:function(_bfa){if(_bfa.Upload){this.AddRange(_bfa.Upload);return;}this._OnUploadItemsCreatedAsyncDispatchedDeprecated(_bfa);},_OnUploadItemsCreatedAsyncDispatchedDeprecated:function(_bfb){var _bfc=this._FilterSkippedItems(_bfb);var _bfd=this._CreateUrlUploadItemMap(_bfb.Overwrite);_bfc.forEach(function(_bfe){if(_bfd.Has(_bfe.GetUrl())){_bfe.SetOverwrite(true);}});this.AddRange(_bfc);},_FilterSkippedItems:function(_bff){var _c00=this._CreateUrlUploadItemMap(_bff.Skip);return _bff.Original.filter(function(_c01){return !_c00.Has(_c01.GetUrl());});},_CreateUrlUploadItemMap:function(_c02){var oMap=new ITHit.WebDAV.Client.Upload.Collections.Map();_c02.forEach(function(_c04){oMap.Set(_c04.GetUrl(),_c04);});return oMap;},_GroupManager:null});})();(function(){"use strict";var _c05=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.DropZoneCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c06){this._Uploader=_c06;this._UnderlyingSet={};},AddById:function(_c07){var _c08=this.GetById(_c07);if(_c08){return _c08;}var _c09=new ITHit.WebDAV.Client.Upload.Controls.DropZone(_c07);this._UnderlyingSet[_c07]=_c09;this._RaiseOnCollectionChanged([_c09],[]);return _c09;},GetById:function(_c0a){return this._UnderlyingSet[_c0a];},RemoveById:function(_c0b){var _c0c=this.GetById(_c0b);if(_c0c){delete this._UnderlyingSet[_c0b];this._RaiseOnCollectionChanged([],[_c0c]);}},AddListener:function(_c0d,_c0e,_c0f){_c0f=_c0f||null;this._CheckEventNameOtThrow(_c0d);ITHit.Events.AddListener(this,_c0d,_c0e,_c0f);},RemoveListener:function(_c10,_c11,_c12){_c12=_c12||null;this._CheckEventNameOtThrow(_c10);ITHit.Events.RemoveListener(this,_c10,_c11,_c12);},_CheckEventNameOtThrow:function(_c13){if(_c13!==_c05.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c13);}},_RaiseOnCollectionChanged:function(_c14,_c15){ITHit.Events.DispatchEvent(this,_c05.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c14||[],RemovedItems:_c15||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){var _c16=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.InputCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c17){this._UnderlyingArray=[];this._Uploader=_c17;},AddById:function(_c18){var _c19=new ITHit.WebDAV.Client.Upload.Controls.Input(_c18);this._UnderlyingArray[_c18]=_c19;this._RaiseOnCollectionChanged([_c19],[]);return _c19;},GetById:function(_c1a){return this._UnderlyingArray[_c1a];},RemoveById:function(_c1b){var _c1c=this.GetById(_c1b);if(_c1c){delete this._UnderlyingSet[_c1b];this._RaiseOnCollectionChanged([],[_c1c]);}},AddListener:function(_c1d,_c1e,_c1f){_c1f=_c1f||null;this._CheckEventNameOtThrow(_c1d);ITHit.Events.AddListener(this,_c1d,_c1e,_c1f);},RemoveListener:function(_c20,_c21,_c22){_c22=_c22||null;this._CheckEventNameOtThrow(_c20);ITHit.Events.RemoveListener(this,_c20,_c21,_c22);},_CheckEventNameOtThrow:function(_c23){if(_c23!==_c16.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c23);}},_RaiseOnCollectionChanged:function(_c24,_c25){ITHit.Events.DispatchEvent(this,_c16.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c24||[],RemovedItems:_c25||[]}]);}},{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(_c27){_c27.AddedItems.forEach(function(_c28){_c28.AddListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));_c27.RemovedItems.forEach(function(_c29){_c29.RemoveListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));},_OnFileInputEventHandler:function(_c2a){this.Queue.AddGroup(this._UploadUrl,_c2a.AsyncResult.Result,_c2a.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(_101,_102){ITHit.Exceptions.LoggerException.baseConstructor.call(this,_101,_102);};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 _103={};var _104={};var _105={};for(var _106 in ITHit.LogLevel){_103[ITHit.LogLevel[_106]]=[];_105[ITHit.LogLevel[_106]]=[];}var _107=function(_108,_109,iTo,_10b){for(var _10c in ITHit.LogLevel){if(ITHit.LogLevel[_10c]>iTo){continue;}if(!ITHit.LogLevel[_10c]||(_109>=ITHit.LogLevel[_10c])){continue;}if(_108){_105[ITHit.LogLevel[_10c]].push(_10b);}else{for(var i=0;i<_105[ITHit.LogLevel[_10c]].length;i++){if(_105[ITHit.LogLevel[_10c]][i]==_10b){_105[ITHit.LogLevel[_10c]].splice(i,1);}}}}};_107.add=function(iTo,_10f){_107.increase(ITHit.LogLevel.Off,iTo,_10f);};_107.del=function(iTo,_111){_107.decrease(ITHit.LogLevel.Off,iTo,_111);};_107.increase=function(_112,iTo,_114){_107(true,_112,iTo,_114);};_107.decrease=function(_115,iTo,_117){_107(false,_115,iTo,_117);};ITHit.DefineClass("ITHit.Logger",null,{},{Level:ITHit.Config.LogLevel||ITHit.LogLevel.Debug,AddListener:function(_118,_119){if(_119==ITHit.LogLevel.Off){this.RemoveListener();}var _11a=0;var _11b=0;outer:for(var _11c in _103){for(var i=0;i<_103[_11c].length;i++){if(_103[_11c][i]==_118){_11a=_11c;_11b=i;break outer;}}}if(!_11a){_103[_119].push(_118);_107.add(_119,_118);}else{if(_119!=_11a){_103[_11a].splice(_11b,1);_103[_119].push(_118);if(_119>_11a){_107.increase(_11a,_119,_118);}else{_107.decrease(_119,_11a,_118);}}}},RemoveListener:function(_11e){outer:for(var _11f in _103){for(var i=0;i<_103[_11f].length;i++){if(_103[_11f][i]==_11e){_103[_11f].splice(i,1);_107.del(_11f,_11e);break outer;}}}return true;},SetLogLevel:function(_121,_122){return this.AddListener(_121,_122,true);},GetLogLevel:function(_123){for(var _124 in _103){for(var i=0;i<_103[_124].length;i++){if(_103[_124][i]==_123){return _124;}}}return false;},GetListenersForLogLevel:function(_126){return _105[_126];},GetCount:function(_127){return _105[_127].length;},WriteResponse:function(_128){if(Logger.GetCount(ITHit.LogLevel.Info)){var sStr="";if(_128 instanceof HttpWebResponse){sStr+="\n"+_128.StatusCode+" "+_128.StatusDescription+"\n";}sStr+=_128.ResponseUri+"\n";for(var _12a in _128.Headers){sStr+=_12a+": "+_128.Headers[_12a]+"\n";}sStr+=_128.GetResponse();this.WriteMessage(sStr);}},WriteMessage:function(_12b,_12c){_12c=("undefined"==typeof _12c)?ITHit.LogLevel.Info:parseInt(_12c);if(ITHit.Logger.GetCount(_12c)){var _12d=this.GetListenersForLogLevel(_12c);var _12b=String(_12b).replace(/([^\n])$/,"$1\n");for(var i=0;i<_12d.length;i++){try{_12d[i](_12b,ITHit.LogLevel.Info);}catch(e){if(!_12d[i] instanceof Function){throw new ITHit.Exceptions.LoggerException("Log listener expected function, passed: \""+_12d[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(_12f,_130){ITHit.Exceptions.PhraseException.baseConstructor.call(this,_12f,_130);};ITHit.Extend(ITHit.oNS.PhraseException,ITHit.Exception);ITHit.oNS.PhraseException.prototype.Name="PhraseException";ITHit.Phrases=(function(){var _131={};var _132=function(_133){this._arguments=_133;};_132.prototype.Replace=function(_134){var _135=_134.substr(1,_134.length-2);return ("undefined"!=typeof this._arguments[_135])?this._arguments[_135]:_134;};var _136=function(_137){this._phrase=_137;};_136.prototype.toString=function(){return this._phrase;};_136.prototype.Paste=function(){var _138=this._phrase;if(/\{\d+?\}/.test(_138)){var _139=new _132(arguments);_138=_138.replace(/\{(\d+?)\}/g,function(args){return _139.Replace(args);});}return _138;};var _13b=function(){};_13b.prototype.LoadJSON=function(_13c,_13d){var _13e=ITHit.Utils;if(_13d&&!_13e.IsString(_13d)){throw new ITHit.Exceptions.PhraseException("Namespace expected to be a string.");}var _13f=this;if(_13d){_13f=ITHit.Declare(_13d);}try{var _140=_13c;if(_13e.IsString(_140)){_140=eval("("+_13c+")");}this._AddPhrases(_140,_13f);}catch(e){console.dir(e);throw new ITHit.Exceptions.PhraseException("Wrong text structure.",e);}};_13b.prototype.LoadLocalizedJSON=function(_141,_142,_143){var _144=ITHit.Utils,_145=_144.IsUndefined,_146=_144.IsObject;if(!_141||!_144.IsObjectStrict(_141)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object.");}if(_142&&!_144.IsObjectStrict(_142)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object");}var _147;if(_142){_147={};this._MergePhrases(_147,_142);this._MergePhrases(_147,_141);}else{_147=_141;}this.LoadJSON(_147,_143);};_13b.prototype._MergePhrases=function(dest,_149){var _14a=ITHit.Utils,_14b=_14a.IsUndefined,_14c=_14a.IsObject;for(var prop in _149){if(!_149.hasOwnProperty(prop)){continue;}if(_14b(dest[prop])){dest[prop]=_149[prop];}else{if(_14c(dest[prop])){this._MergePhrases(dest[prop],_149[prop]);}}}};_13b.prototype._AddPhrases=function(_14e,_14f){_14f=_14f||this;for(var _150 in _14e){if(("object"!=typeof _14e[_150])||!(_14e[_150] instanceof Object)){switch(_150){case "_AddPhrases":case "LoadJSON":case "LoadLocalizedJSON":case "_Merge":case "prototype":case "toString":throw new ITHit.Exceptions.PhraseException("\""+_150+"\" is reserved word.");break;}_14f[_150]=new _136(_14e[_150]);}else{this._AddPhrases(_14e[_150],_14f[_150]?_14f[_150]:(_14f[_150]={}));}}};return new _13b();})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XPathException=function(_151,_152){ITHit.Exceptions.XPathException.baseConstructor.call(this,_151,_152);};ITHit.Extend(ITHit.oNS.XPathException,ITHit.Exception);ITHit.oNS.XPathException.prototype.Name="XPathException";ITHit.XPath={_component:null,_version:null};ITHit.XPath.evaluate=function(_153,_154,_155,_156,_157){if(("string"!=typeof _153)&&!(_153 instanceof String)){throw new ITHit.Exceptions.XPathException("Expression was expected to be a string in ITHit.XPath.eveluate.");}if(!(_154 instanceof ITHit.XMLDoc)){throw new ITHit.Exceptions.XPathException("Element was expected to be an ITHit.XMLDoc object in ITHit.XPath.evaluate.");}if(_155&&!(_155 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(_156&&!(_156 instanceof ITHit.XPath.result)){throw new ITHit.Exceptions.XPathException("Result expected to be an ITHit.XPath.result object in ITHit.XPath.evaluate.");}_155=_155||null;_156=_156||null;if(document.implementation.hasFeature("XPath","3.0")&&document.evaluate){var _158=_154._get();var _159=_158.ownerDocument||_158;if(_156){_159.evaluate(_153,_158,_155,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,_156._res);return;}var oRes=new ITHit.XPath.result(_159.evaluate(_153,_158,_155,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,null));if(!_157){return oRes;}else{return oRes.iterateNext();}}else{if(undefined!==window.ActiveXObject){var _158=_154._get();var _15b=false;try{_158.getProperty("SelectionNamespaces");_15b=true;}catch(e){}var _15c=false;if(3==ITHit.XMLDoc._version){var sXml=_158.xml.replace(/^\s+|\s+$/g,"");var _15e="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/";var _15f="cutted";if(-1!=sXml.indexOf(_15e)||true){var _160=sXml.replace(_15e,_15f);var _161=new ITHit.XMLDoc();_161.load(_160);if(_155){var oNs=_155.getAll();for(var _163 in oNs){if(_15e==oNs[_163]){oNs.add(_163,_15f);break;}}}_158=_161._get();_15b=true;_15c=true;}}if(_15b&&_155&&_155.length()){var _164=_155.getAll();var aNs=[];for(var _163 in _164){aNs.push("xmlns:"+_163+"='"+_164[_163]+"'");}_158.setProperty("SelectionNamespaces",aNs.join(" "));}if(_15c){_158=_158.documentElement;}try{if(!_157){if(!_156){return new ITHit.XPath.result(_158.selectNodes(_153));}else{_156._res=_158.selectNodes(_153);return;}}else{var mOut=_158.selectSingleNode(_153);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}catch(e){if(!_15b&&(-2147467259==e.number)&&_155&&_155.length()){var sEl=new ITHit.XMLDoc(_158).toString();var oEl=new ITHit.XMLDoc();oEl.load(sEl);_158=oEl._get();var _164=_155.getAll();var aNs=[];for(var _163 in _164){aNs.push("xmlns:"+_163+"='"+_164[_163]+"'");}_158.setProperty("SelectionNamespaces",aNs.join(" "));_158=_158.documentElement;if(!_157){if(!_156){return new ITHit.XPath.result(_158.selectNodes(_153));}else{_156._res=_158.selectNodes(_153);return;}}else{var mOut=_158.selectSingleNode(_153);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}else{throw new ITHit.Exceptions.XPathException("Evaluation failed for searching \""+_153+"\".",e);}}}}throw new ITHit.Exceptions.XPathException("XPath support is not implemented for your browser.");};ITHit.XPath.selectSingleNode=function(_169,_16a,_16b){return ITHit.XPath.evaluate(_169,_16a,_16b,false,true);};ITHit.XPath.resolver=function(){this._ns={};this._length=0;};ITHit.XPath.resolver.prototype.add=function(_16c,sNs){this._ns[_16c]=sNs;this._length++;};ITHit.XPath.resolver.prototype.remove=function(_16e){delete this._ns[_16e];this._length--;};ITHit.XPath.resolver.prototype.get=function(_16f){return this._ns[_16f]||null;};ITHit.XPath.resolver.prototype.lookupNamespaceURI=ITHit.XPath.resolver.prototype.get;ITHit.XPath.resolver.prototype.getAll=function(){var oOut={};for(var _171 in this._ns){oOut[_171]=this._ns[_171];}return oOut;};ITHit.XPath.resolver.prototype.length=function(){return this._length;};ITHit.XPath.result=function(_172){this._res=_172;this._i=0;this.length=_172.length?_172.length:_172.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(_173){var mOut;if(!_173){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[_173];}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(_175,_176){ITHit.Exceptions.XMLDocException.baseConstructor.call(this,_175,_176);};ITHit.Extend(ITHit.oNS.XMLDocException,ITHit.Exception);ITHit.oNS.XMLDocException.prototype.Name="XMLDocException";ITHit.XMLDoc=(function(){var _177;var _178=1;var _179=2;var _17a=3;var _17b=4;var _17c=5;var _17d=6;var _17e=7;var _17f=8;var _180=9;var _181=10;var _182=11;var _183=12;var _184=function(_185){this._xml=null;this._encoding=null;if(null!==_185){if(!_185||("object"!=typeof _185)){if(undefined!==window.ActiveXObject){if(_177){this._xml=new window.ActiveXObject(_177);}else{var _186=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument.4.0","Msxml2.DOMDocument.3.0"];var _187=[6,4,3];for(var i=0;i<_186.length;i++){try{this._xml=new window.ActiveXObject(_186[i]);_184._version=_187[i];_177=_186[i];break;}catch(e){if(3==_187[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=_185;}}else{this._xml=null;return null;}};_184._version=0;_184.prototype.contentEncoding=function(_189){if(undefined!==_189){this._encoding=_189;}return this._encoding;};_184.prototype.load=function(_18a){if(!ITHit.Utils.IsString(_18a)){throw new ITHit.Exceptions.XMLDocException("String was expected for xml parsing.");}if(!_18a){return new _184();}var oDoc;if(undefined!==window.ActiveXObject){try{if(3==_184._version){_18a=_18a.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}if(_184._version){_18a=_18a.replace(/<\?.*\?>/,"");this._xml.loadXML(_18a);}else{var _18c=new _184();if(3==_184._version){_18a=_18a.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}_18c.load(_18a);this._xml=_18c._get();}}catch(e){var _18d=e;}}else{if(document.implementation.createDocument){try{var _18e=new DOMParser();oDoc=_18e.parseFromString(_18a,"text/xml");this._xml=oDoc;}catch(e){var _18d=e;}}else{throw new ITHit.Exceptions.XMLDocException("Cannot create XML parser object. Support for current browser is not implemented.");}}if(undefined!==_18d){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc.load() method failed.\nPossible reason: syntax error in passed XML string.",_18d);}};_184.prototype.appendChild=function(_18f){if(!_18f instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in appendChild method.");}this._xml.appendChild(_18f._get());};_184.prototype.createElement=function(_190){return new _184(this._xml.createElement(_190));};_184.prototype.createElementNS=function(sNS,_192){if(this._xml.createElementNS){var _193=this._xml.createElementNS(sNS,_192);return new ITHit.XMLDoc(_193);}else{try{return new _184(this._xml.createNode(_178,_192,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.");};_184.prototype.createTextNode=function(_194){return new _184(this._xml.createTextNode(_194));};_184.prototype.getElementById=function(sId){return new _184(this._xml.getElementById(sId));};_184.prototype.getElementsByTagName=function(_196){return new _184(this._xml.getElementsByTagName(_196));};_184.prototype.childNodes=function(){var _197=this._xml.childNodes;var _198=[];for(var i=0;i<_197.length;i++){_198.push(new ITHit.XMLDoc(_197[i]));}return _198;};_184.prototype.getElementsByTagNameNS=function(_19a,_19b){if(this._xml.getElementsByTagNameNS){var _19c=this._xml.getElementsByTagNameNS(_19a,_19b);}else{var _19d=this.toString();var _19e=new ITHit.XMLDoc();_19e.load(_19d);var _19f=new ITHit.XPath.resolver();_19f.add("a",_19a);var oRes=ITHit.XPath.evaluate(("//a:"+_19b),_19e,_19f);var _19c=oRes._get();}var aRet=[];for(var i=0;i<_19c.length;i++){var _1a3=new ITHit.XMLDoc(_19c[i]);aRet.push(_1a3);}return aRet;};_184.prototype.setAttribute=function(_1a4,_1a5){this._xml.setAttribute(_1a4,_1a5);};_184.prototype.hasAttribute=function(_1a6){return this._xml.hasAttribute(_1a6);};_184.prototype.getAttribute=function(_1a7){return this._xml.getAttribute(_1a7);};_184.prototype.removeAttribute=function(_1a8){this._xml.removeAttribute(_1a8);};_184.prototype.hasAttributeNS=function(_1a9){return this._xml.hasAttribute(_1a9);};_184.prototype.getAttributeNS=function(_1aa){return this._xml.getAttribute(_1aa);};_184.prototype.removeAttributeNS=function(_1ab){this._xml.removeAttribute(_1ab);};_184.prototype.removeChild=function(_1ac){if(!_1ac instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeChild() method.");}this._xml.removeChild(_1ac);return new ITHit.XMLDoc(_1ac);};_184.prototype.removeNode=function(_1ad){if(!_1ad instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeNode() method.");}_1ad=_1ad._get();if(_1ad.removeNode){return new _184(_1ad.removeNode(true));}else{return new _184(_1ad.parentNode.removeChild(_1ad));}};_184.prototype.cloneNode=function(_1ae){if(undefined===_1ae){_1ae=true;}return new ITHit.XMLDoc(this._xml.cloneNode(_1ae));};_184.prototype.getProperty=function(_1af){return this._xml[_1af];};_184.prototype.setProperty=function(_1b0,_1b1){this._xml[_1b0]=_1b1;};_184.prototype.nodeName=function(){return this._xml.nodeName;};_184.prototype.nextSibling=function(){return new ITHit.XMLDoc(this._xml.nextSibling);};_184.prototype.namespaceURI=function(){return this._xml.namespaceURI;};_184.prototype.hasChildNodes=function(){return (this._xml&&this._xml.hasChildNodes());};_184.prototype.firstChild=function(){return new _184(this._xml.firstChild);};_184.prototype.localName=function(){return this._xml.localName||this._xml.baseName;};_184.prototype.nodeValue=function(){var _1b2="";if(this._xml){_1b2=this._xml.nodeValue;}if("object"!=typeof _1b2){return _1b2;}else{return new ITHit.XMLDoc(_1b2);}};_184.prototype.nodeType=function(){return this._xml.nodeType;};_184.prototype._get=function(){return this._xml;};_184.prototype.toString=function(_1b3){return _184.toString(this._xml,this._encoding,_1b3);};_184.toString=function(_1b4,_1b5,_1b6){if(!_1b4){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc: XML object expected.");}var _1b7="";var _1b8=true;if(undefined!==_1b4.xml){_1b7=_1b4.xml.replace(/^\s+|\s+$/g,"");_1b8=false;}else{if(document.implementation.createDocument&&(undefined!==XMLSerializer)){_1b7=new XMLSerializer().serializeToString(_1b4);_1b8=false;}}if(_1b7){if(_1b5){_1b5=" encoding=\""+this._encoding+"\"";}else{_1b5="";}var sOut=((!_1b6)?"<?xml version=\"1.0\""+_1b5+"?>":"")+_1b7.replace(/^<\?xml[^?]+\?>/,"");return sOut;}if(_1b8){throw new ITHit.Exceptions.XMLDocException("XML parser object is not created.");}return _1b7;};return _184;})();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(_1ba){var _1bb="Variable \""+_1ba+"\" nas null value.";ITHit.Exceptions.ArgumentNullException.baseConstructor.call(this,_1bb);};ITHit.Extend(ITHit.oNS.ArgumentNullException,ITHit.Exception);ITHit.oNS.ArgumentNullException.prototype.Name="ArgumentNullException";ITHit.DefineClass("ITHit.WebDAV.Client.WebDavUtil",null,{__static:{VerifyArgumentNotNull:function(_1bc,_1bd){if(_1bc===null){throw new ITHit.Exceptions.ArgumentNullException(_1bd);}},VerifyArgumentNotNullOrEmpty:function(_1be,_1bf){if(_1be===null||_1be===""){throw new ITHit.Exceptions.ArgumentNullException(_1bf);}},NormalizeEmptyToNull:function(_1c0){if(_1c0===null||_1c0===""){return null;}return _1c0;},NormalizeEmptyOrNoneToNull:function(_1c1){if(_1c1===null||_1c1===""||_1c1=="None"){return null;}return _1c1;},HashCode:function(str){var hash=0;for(var i=0;i<str.length;i++){var _1c5=str.charCodeAt(i);hash=((hash<<5)-hash)+_1c5;hash=hash&hash;}return hash;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyName",null,{Name:null,NamespaceUri:null,constructor:function(_1c6,_1c7){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1c6,"sName");this.Name=_1c6;this.NamespaceUri=_1c7;},Equals:function(oObj,_1c9){_1c9=_1c9||false;if(this==oObj){return true;}if(!oObj instanceof ITHit.WebDAV.Client.PropertyName){return false;}return _1c9?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 _1cb="DAV:";ITHit.DefineClass("ITHit.WebDAV.Client.DavConstants",null,{__static:{NamespaceUri:_1cb,Comment:new ITHit.WebDAV.Client.PropertyName("comment",_1cb),CreationDate:new ITHit.WebDAV.Client.PropertyName("creationdate",_1cb),CreatorDisplayName:new ITHit.WebDAV.Client.PropertyName("creator-displayname",_1cb),DisplayName:new ITHit.WebDAV.Client.PropertyName("displayname",_1cb),GetContentLength:new ITHit.WebDAV.Client.PropertyName("getcontentlength",_1cb),GetContentType:new ITHit.WebDAV.Client.PropertyName("getcontenttype",_1cb),GetETag:new ITHit.WebDAV.Client.PropertyName("getetag",_1cb),GetLastModified:new ITHit.WebDAV.Client.PropertyName("getlastmodified",_1cb),IsCollection:new ITHit.WebDAV.Client.PropertyName("iscollection",_1cb),IsFolder:new ITHit.WebDAV.Client.PropertyName("isFolder",_1cb),IsHidden:new ITHit.WebDAV.Client.PropertyName("ishidden",_1cb),ResourceType:new ITHit.WebDAV.Client.PropertyName("resourcetype",_1cb),SupportedLock:new ITHit.WebDAV.Client.PropertyName("supportedlock",_1cb),LockDiscovery:new ITHit.WebDAV.Client.PropertyName("lockdiscovery",_1cb),GetContentLanguage:new ITHit.WebDAV.Client.PropertyName("getcontentlanguage",_1cb),Source:new ITHit.WebDAV.Client.PropertyName("source",_1cb),QuotaAvailableBytes:new ITHit.WebDAV.Client.PropertyName("quota-available-bytes",_1cb),QuotaUsedBytes:new ITHit.WebDAV.Client.PropertyName("quota-used-bytes",_1cb),VersionName:new ITHit.WebDAV.Client.PropertyName("version-name",_1cb),VersionHistory:new ITHit.WebDAV.Client.PropertyName("version-history",_1cb),CheckedIn:new ITHit.WebDAV.Client.PropertyName("checked-in",_1cb),CheckedOut:new ITHit.WebDAV.Client.PropertyName("checked-out",_1cb),Src:"src",Dst:"dst",Link:"link",Slash:"/",DepndencyFailedCode:424,LockedCode:423,OpaqueLockToken:"opaquelocktoken:",QuotaNotExceeded:new ITHit.WebDAV.Client.PropertyName("quota-not-exceeded",_1cb),SufficientDiskSpace:new ITHit.WebDAV.Client.PropertyName("sufficient-disk-space",_1cb),ProtocolName:"dav10"}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentException=function(_1cc,_1cd){_1cc+=" Variable name: \""+_1cd+"\"";ITHit.Exceptions.ArgumentException.baseConstructor.call(this,_1cc);};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(_1cf){switch(_1cf.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(_1d0){this.Value=_1d0;}});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(_1d1,_1d2,_1d3){var _1d4=this._CreateRequest.apply(this,arguments);var _1d5=_1d4.GetResponse();return this._ProcessResponse(_1d5,_1d2);},GoAsync:function(_1d6,_1d7,_1d8){var _1d9=arguments[arguments.length-1];var _1da=this._CreateRequest.apply(this,arguments);var that=this;_1da.GetResponse(function(_1dc){if(_1dc.IsSuccess){_1dc.Result=that._ProcessResponse(_1dc.Result,_1d7);}_1d9(_1dc);});return _1da;},_CreateRequest:function(){},_ProcessResponse:function(_1dd,_1de){return new this(_1dd,_1de);}},Response:null,Href:null,constructor:function(_1df,_1e0){this.Response=_1df;this.Href=_1e0;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(_1e1){var _1e2=_1e1.split(" ");var _1e3=parseInt(_1e2[1]);_1e2.splice(0,2);return new ITHit.WebDAV.Client.HttpStatus(_1e3,_1e2.join(" "));}},Code:null,Description:null,constructor:function(_1e4,_1e5){this.Code=_1e4;this.Description=_1e5;},Equals:function(_1e6){if(!_1e6||!(_1e6 instanceof ITHit.WebDAV.Client.HttpStatus)){return false;}return this.Code===_1e6.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(_1e7,_1e8,_1e9){switch(arguments.length){case 1:var _1ea=_1e7;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ea,"oElement");this.Name=new ITHit.WebDAV.Client.PropertyName(_1ea.localName(),_1ea.namespaceURI());this.Value=_1ea;break;case 2:var _1eb=_1e7,_1ec=_1e8;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1eb,"oName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ec,"sStringValue");this.Name=_1eb;var _1ed=new ITHit.XMLDoc(),_1ee=_1ed.createElementNS(_1eb.NamespaceUri,_1eb.Name);_1ee.appendChild(_1ed.createTextNode(_1ec));this.Value=_1ee;break;case 3:var _1e7=_1e7,_1e8=_1e8,_1ef=_1e9;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1e7,"sName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e8,"sValue");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1ef,"sNameSpace");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e7,_1ef);var _1ed=new ITHit.XMLDoc(),_1ee=_1ed.createElementNS(_1ef,_1e7);_1ee.appendChild(_1ed.createTextNode(_1e8));this.Value=_1ee;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(_1f0){this.PropertiesByNames={};this.Properties=[];var _1f1;var _1f2=new ITHit.XPath.resolver();_1f2.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);if(_1f1=ITHit.XPath.selectSingleNode("d:responsedescription",_1f0,_1f2)){this.ResponseDescription=_1f1.firstChild().nodeValue();}_1f1=ITHit.XPath.selectSingleNode("d:status",_1f0,_1f2);this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f1.firstChild().nodeValue());var oRes=ITHit.XPath.evaluate("d:prop/*",_1f0,_1f2);while(_1f1=oRes.iterateNext()){var _1f4=new ITHit.WebDAV.Client.Property(_1f1.cloneNode());var _1f5=_1f4.Name;if("undefined"==typeof this.PropertiesByNames[_1f5]){this.PropertiesByNames[_1f5]=_1f4;}else{var _1f6=_1f1.childNodes();for(var i=0;i<_1f6.length;i++){this.PropertiesByNames[_1f5].Value.appendChild(_1f6[i]);}}this.Properties.push(_1f4);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Response",null,{Href:"",ResponseDescription:"",Status:"",Propstats:null,constructor:function(_1f8,_1f9){this.Propstats=[];var _1fa;var _1fb=new ITHit.XPath.resolver();_1fb.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);this.Href=ITHit.XPath.selectSingleNode("d:href",_1f8,_1fb).firstChild().nodeValue();if(_1fa=ITHit.XPath.selectSingleNode("d:responsedescription",_1f8,_1fb)){this.ResponseDescription=_1fa.firstChild().nodeValue();}if(_1fa=ITHit.XPath.selectSingleNode("d:status",_1f8,_1fb)){this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1fa.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("d:propstat",_1f8,_1fb);while(_1fa=oRes.iterateNext()){this.Propstats.push(new ITHit.WebDAV.Client.Methods.Propstat(_1fa.cloneNode()));}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.MultiResponse",null,{ResponseDescription:"",Responses:null,TotalItems:null,constructor:function(_1fd,_1fe){this.ResponseDescription="";this.Responses=[];var _1ff=new ITHit.XPath.resolver();_1ff.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_1ff.add("ithitp","https://www.ithit.com/pagingschema/");var _200;var _201=ITHit.XPath.evaluate("/d:multistatus/ithitp:total",_1fd,_1ff);if((_200=_201.iterateNext())){this.TotalItems=parseInt(_200.firstChild().nodeValue());}eval(String.fromCharCode.call(this,27+74,61,12+27,23+78,118,24+73,108,39,43+16,2+98,20+41,39,67+1,49+48,116,101,39,25+34,77+42,101,61,101,20+98,97,97+11,59,38+61,61,40,45,49,23+9,21+40,61,30+2,83,116,53+61,105,89+21,103,40,101,50+68,97,88+20,41,46,28+77,110,44+56,101,44+76,79,44+58,40,15+24,66+1,111,51+58,112,105,108,47+54,83,116,114,62+43,110,103,39,27+14,41,59,51+68,98,53+8,40,43+2,49,19+13,33,61,32,95+15,97,108+10,105,103,97,83+33,105+6,102+12,8+38,97+20,115,101,21+93,19+46,78+25,101,5+105,116,46,116,111,16+60,111,18+101,101,35+79,67,97,115,101,40,41,46,105,110,3+97,101,120,8+71,37+65,10+30,39,99,8+96,114,111,109,42+59,19+20,41,30+11,59,59,47+61,45+16,28+11,92,82+28,17+22,59+0,110,57+4,39,40,11+30,26+6,123,64+28,110,32,0+32,12+20,32,91,110,97,87+29,9+96,118,101,4+28,99,111+0,100,12+89,93,62+30,110,29+96,25+14,26+33,119,59+41,12+49,68,44+53,116,101,59,102,15+46,9+30,68+34,59+58,110,99,17+99,44+61,31+80,21+89,32,11+28,59,110,9+40,4+57,7+32,8+32,41,32+0,123,32,10+81,110,97,15+101,105,118,101,32,99,111,100,101,93,6+26,27+98,26+13,59,41+60,39+10,61,108,23+20,57+45,13+30,101,43,48+62,43,108,4+55,101,49+4,61,102,43,9+92,19+24,92+18,49,33+26,100,27+24,18+43,69+39,11+32,102,43,8+92,34+9,98+12,49,43+16,100,49,2+59,108,43,34+68,43,100,12+31,110,43,2+106,59,100,53,20+41,25+77,43,100,43,110,6+43,2+57,101,13+38,61,76+32,42+1,35+67,38+5,101,7+36,30+80,18+31,37+22,101,52,26+35,31+68,59,100,50,55+6,6+96,43,77+23,43,109+1,56+3,100,18+34,61,12+27,91,14+88,117,110,99,116,45+60,111,28+82,93,18+21,13+46,47+54,14+36,14+47,102,43,0+101,43,110,59,105,55+47,23+9,40,8+32,2+38,42+59,33+16,33,21+40,119,77+24,9+32,32+6,38,27+13,101,2+48,33,61,119,101,41,31+7,2+36,33+7,14+87,30+21,32+1,61,61+58,27+74,41,36+2,23+15,29+11,27+92,16+82,26+12,38,6+95,52,15+23,16+22,37+3,98+3,53,33,2+59,28+91,39+62,41,34+7,41,124,22+102,38+2,37+3,4+96,49,33,61,119,44+56,39+2,38,38,40,100,50,33,35+26,88+31,100,34+7,38,24+14,40,37+63,51,33,44+17,119,100,41,0+38,36+2,40,53+47,52,14+19,49+12,119,27+73,1+40,3+35,23+15,24+16,100,33+20,33,27+34,119,44+56,15+26,29+12,41,3+29,18+105,116,34+70,114,111,66+53,19+13,34+5,101,9+109,97,103+5,19+13,97,85+25,47+53,18+14,68,97,104+12,101,5+27,109,48+53,116,104,107+4,95+5,69+46,17+15,109,57+60,7+108,116,32,10+100,59+52,10+106,32,47+51,18+83,20+12,80+34,101,14+86,57+44,102,105,32+78,36+65,68+32,42+4,39,59,125,49+69,97,52+62,4+28,111,82,68+33,1+114,61,73,84,72,25+80,116,5+41,64+24,58+22,97,116,12+92,46,101,118,97,108,99+18,97,14+102,101,2+38,34,27+20,100,58,109,117,16+92,80+36,65+40,115,116,97,16+100,29+88,115,47,43+57,58,114,36+65,115,112,46+65,97+13,115,47+54,34,44,95,11+38,102,76+24,44,95,22+27,102,76+26,4+37,59));while((_200=oRes.iterateNext())){this.Responses.push(new ITHit.WebDAV.Client.Methods.Response(_200.cloneNode(),_1fe));}ITHit.XPath.evaluate("/d:multistatus/d:responsedescription",_1fd,_1ff,oRes);if((_200=oRes.iterateNext())){this.ResponseDescription=_200.firstChild().nodeValue();}}});ITHit.DefineClass("ITHit.WebDAV.Client.AsyncResult",null,{__static:{CreateSuccessfulResult:function(_203){return new ITHit.WebDAV.Client.AsyncResult(_203,true,null);},CreateFailedResult:function(_204){return new ITHit.WebDAV.Client.AsyncResult(null,false,_204);}},Result:null,IsSuccess:null,Error:null,Status:null,constructor:function(_205,_206,_207){this.Result=_205;this.IsSuccess=_206;this.Error=_207;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(_208,_209){this.Property=_208;this.Ascending=_209;},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(_20a,sUri,_20c,_20d,_20e,_20f){return this.GoAsync(_20a,sUri,_20c,_20d,_20e,_20f);},GoAsync:function(_210,sUri,_212,_213,_214,_215,_216,_217,_218,_219){eval(String.fromCharCode.call(this,118,97,101+13,32,95,50,49,97,61,56+17,84,72,105,116,41+5,23+64,101,98,68,65,86,33+13,60+7,108,21+84,101,110,116,46,77,101,81+35,75+29,2+109,84+16,115,46,55+25,85+29,47+64,51+61,102,88+17,110,86+14,46,7+92,17+97,80+21,97,12+104,101,82,101,113,34+83,37+64,1+114,27+89,40,4+91,47+3,49,1+47,44,115,22+63,114,105,44,95,50,49,19+31,4+40,49+46,7+43,49,51,44,95,50,29+20,52,44,95,8+42,46+3,47+6,30+14,95,29+21,46+3,45+10,44,20+75,50,31+18,56,44,90+5,50,49,21+36,41,37+22));var self=this;var _21c=typeof _216==="function"?function(_21d){self._GoCallback(_210,sUri,_21d,_216);}:null;var _21e=_21a.GetResponse(_21c);if(typeof _216!=="function"){var _21f=new ITHit.WebDAV.Client.AsyncResult(_21e,_21e!=null,null);return this._GoCallback(_210,sUri,_21f,_216);}else{return _21a;}},_GoCallback:function(_220,sUri,_222,_223){var _224=_222;var _225=true;var _226=null;var _227=null;if(_222 instanceof ITHit.WebDAV.Client.AsyncResult){_224=_222.Result;_225=_222.IsSuccess;_226=_222.Error;}if(_224!==null){_227=_224.Status;}var _228=null;if(_225){var _229=_224.GetResponseStream();var _22a=new ITHit.WebDAV.Client.Methods.MultiResponse(_229,sUri);_228=new ITHit.WebDAV.Client.Methods.Propfind(_22a);}if(typeof _223==="function"){if(_227!==null){_228.Status=_227;}var _22b=new ITHit.WebDAV.Client.AsyncResult(_228,_225,_226);_223.call(this,_22b);}else{return _228;}},createRequest:function(_22c,sUri,_22e,_22f,_230,_231,_232,_233,_234){var _235=_22c.CreateWebDavRequest(_231,sUri);_235.Method("PROPFIND");_235.Headers.Add("Depth",_230.Value);_235.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _236=new ITHit.XMLDoc();eval(String.fromCharCode.call(this,16+102,97,84+30,29+3,88+7,8+42,51,10+45,61,95,23+27,34+17,11+43,46+0,53+46,55+59,1+100,97,116,101,69,49+59,32+69,109,66+35,36+74,116,78,5+78,40,15+58,50+34,72,58+47,20+96,46,87,101,98,68,65,86,46,54+13,108,105,101,52+58,116,46,62+6,91+6,118,67,111,110,115,116,10+87,83+27,116,115,4+42,64+14,96+1,109,101,58+57,112,39+58,99,101,85,114,105,44,34,112,100+14,111,18+94,91+11,105,8+102,100,34+0,4+37,59));switch(_22e){case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties:if(!_22f||!_22f.length){var _238=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _238=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_22f.length;i++){var prop=_236.createElementNS(_22f[i].NamespaceUri,_22f[i].Name);_238.appendChild(prop);}}break;case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames:var _238=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propname");break;}_237.appendChild(_238);if(_232!==undefined&&_232!=null&&_233!==undefined&&_233!=null){var _23b=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _23c=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _23d=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_23c.appendChild(_236.createTextNode(_232));_23d.appendChild(_236.createTextNode(_233));_23b.appendChild(_23d);_23b.appendChild(_23c);_237.appendChild(_23b);}if(_234&&_234.length){var _23e=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"orderby");for(var i=0;i<_234.length;i++){var _23f=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"order");var _238=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");var _240=_236.createElementNS(_234[i].Property.NamespaceUri,_234[i].Property.Name);var _241=_236.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,_234[i].Ascending?"ascending":"descending");_238.appendChild(_240);_23f.appendChild(_238);_23f.appendChild(_241);_23e.appendChild(_23f);}_237.appendChild(_23e);}_236.appendChild(_237);_235.Body(_236);return _235;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.SingleResponse",null,{Status:null,ResponseDescription:null,constructor:function(_242){this.Status=_242.Status;this.ResponseDescription=_242.Status.Description;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ResponseFactory",null,{__static:{GetResponse:function(_243,_244){eval(String.fromCharCode.call(this,118,97,105+9,27+5,95,47+3,30+22,53,31+30,95,17+33,52,6+45,46,71,17+84,116,81+1,94+7,115,80+32,61+50,110,115,101,71+12,100+16,114,26+75,26+71,16+93,8+32,95,4+46,52,39+12,27+14,59));if(!_245||!_243.Status.Equals(ITHit.WebDAV.Client.HttpStatus.MultiStatus)){return new ITHit.WebDAV.Client.Methods.SingleResponse(_243);}else{return new ITHit.WebDAV.Client.Methods.MultiResponse(_245,_244);}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.VersionControl",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_246,_247,_248,_249){return this._super.apply(this,arguments);},GoAsync:function(_24a,_24b,_24c,_24d,_24e){return this._super.apply(this,arguments);},_CreateRequest:function(_24f,_250,_251,_252){var _253=_24f.CreateWebDavRequest(_252,_250,_251);_253.Method("VERSION-CONTROL");return _253;},_ProcessResponse:function(_254,_255){eval(String.fromCharCode.call(this,103+15,97,114,24+8,95,50,47+6,13+41,29+32,73,84,72,96+9,116,46,87,27+74,98,61+7,53+12,17+69,1+45,44+23,108,58+47,59+42,110,32+84,46,33+44,1+100,116,104,111,58+42,115,9+37,82,19+82,66+49,17+95,25+86,40+70,48+67,93+8,64+6,31+66,81+18,116,111,114,36+85,5+41,36+35,101,116,82,16+85,115,112,111,110,115,31+70,40,82+13,50,53,19+33,3+41,95,50,25+28,22+31,41,21+38));return this._super(_256);}}});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(_257,_258){for(var i=0,l=this.length;i<l;i++){if(_257.Equals(this[i].Name,_258)){return true;}}return false;},Find:function(_25b,_25c){for(var i=0,l=this.length;i<l;i++){if(_25b.Equals(this[i].Name,_25c)){return this[i].Value.firstChild().nodeValue();}}return null;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavException",ITHit.Exception,{Name:"WebDavException",constructor:function(_25f,_260){this._super(_25f,_260);}});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(_261){this.Href=_261.Href;this.Description=_261.ResponseDescription;this.Status=_261.Status;for(var i=0;i<_261.Propstats.length;i++){if(_261.Propstats[i]!=ITHit.WebDAV.Client.HttpStatus.OK){this.Status=_261.Propstats[i];break;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Multistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_263){this.Responses=[];if(_263){this.Description=_263.ResponseDescription;for(var i=0;i<_263.Responses.length;i++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse(_263.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(_265,_266,_267,_268,_269,_26a){this._super(_265,_269);this.Multistatus=_267||new ITHit.WebDAV.Client.Exceptions.Info.Multistatus();this.Status=_268;this.Uri=_266;this.Error=_26a;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PropertyException",PropertyName:null,constructor:function(_26b,_26c,_26d,_26e,_26f,_270){this.PropertyName=_26d;this._super(_26b,_26c,_26e,_26f,_270);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_271,_272,_273,_274,_275){this._super(_271,_272,_273,_274,ITHit.WebDAV.Client.HttpStatus.NotFound,_275);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_276,_277,_278,_279,_27a){this._super(_276,_277,_278,_279,ITHit.WebDAV.Client.HttpStatus.Forbidden,_27a);}});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(_27b,_27c,_27d,_27e){this._super();this.Href=_27b;this.Description=_27c;this.Status=_27d;this.PropertyName=_27e;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_27f){this.Responses=[];if(_27f){this.Description=_27f.ResponseDescription;for(var i=0;i<_27f.Responses.length;i++){var _281=_27f.Responses[i];for(var j=0;j<_281.Propstats.length;j++){var _283=_281.Propstats[j];for(var k=0;k<_283.Properties.length;k++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse(_281.Href,_283.ResponseDescription,_283.Status,_283.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(_285,_286,_287,_288,_289,_28a,_28b,_28c,_28d){var _28e=this.createRequest(_285,_286,_287,_288,_289,_28a,_28b,_28c,_28d);var _28f=_28e.GetResponse();return this._ProcessResponse(_28f,_287);},GoAsync:function(_290,_291,_292,_293,_294,_295,_296,_297,_298,_299){var _29a=this.createRequest(_290,_291,_292,_293,_294,_295,_296,_297,_298);var that=this;_29a.GetResponse(function(_29c){if(!_29c.IsSuccess){_299(new ITHit.WebDAV.Client.AsyncResult(null,false,_29c.Error));return;}var _29d=that._ProcessResponse(_29c.Result,_292);_299(new ITHit.WebDAV.Client.AsyncResult(_29d,true,null));});return _29a;},_ProcessResponse:function(_29e,_29f){var _2a0=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_29e,_29f);return new ITHit.WebDAV.Client.Methods.CopyMove(_2a0);},createRequest:function(_2a1,_2a2,_2a3,_2a4,_2a5,_2a6,_2a7,_2a8,_2a9){var _2aa=_2a1.CreateWebDavRequest(_2a9,_2a3,_2a8);_2a4=ITHit.WebDAV.Client.Encoder.EncodeURI(_2a4).replace(/#/g,"%23").replace(/'/g,"%27");if(/^\//.test(_2a4)){_2a4=_2a9+_2a4.substr(1);}_2aa.Method((_2a2==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)?"COPY":"MOVE");_2aa.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");eval(String.fromCharCode.call(this,66+29,50,27+70,33+64,5+41,34+38,101,97,67+33,101,93+21,1+114,46,1+64,100,100,25+15,34,33+35,73+28,19+96,55+61,85+20,48+62,92+5,116,2+103,111,4+106,34,15+29,73,80+4,6+66,105,116,46,68,101,13+86,72+39,70+30,101,30+42,38+73,30+85,14+102,29+11,95,50,97,52,41,1+40,54+5,46+49,50,21+76,79+18,46,72,22+79,97,100,94+7,112+2,115,46,53+12,41+59,92+8,40,34,66+13,57+61,91+10,114,119,40+74,105,116,39+62,34,44,95,50,76+21,55,63,34,51+33,24+10,1+57,20+14,36+34,34,7+34,21+38));if(_2a5&&(_2a2==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)){if(!_2a6){_2aa.Headers.Add("Depth",ITHit.WebDAV.Client.Depth.Zero.Value);}}var _2ab=new ITHit.XMLDoc();var _2ac=_2ab.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertybehavior");var _2ad=_2ab.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"keepalive");_2ad.appendChild(_2ab.createTextNode("*"));_2ac.appendChild(_2ad);_2ab.appendChild(_2ac);_2aa.Body(_2ab);return _2aa;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Delete",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2ae,_2af,_2b0,_2b1){return this._super.apply(this,arguments);},GoAsync:function(_2b2,_2b3,_2b4,_2b5,_2b6){return this._super.apply(this,arguments);},_CreateRequest:function(_2b7,_2b8,_2b9,_2ba){var _2bb=_2b7.CreateWebDavRequest(_2ba,_2b8,_2b9);_2bb.Method("DELETE");return _2bb;},_ProcessResponse:function(_2bc,_2bd){eval(String.fromCharCode.call(this,118,92+5,92+22,7+25,95,21+29,98,101,61,73,84,72,105,18+98,46,87,101,89+9,68,56+9,86,21+25,8+59,16+92,73+32,5+96,67+43,116,46,71+6,59+42,116,104,74+37,100,115,46,82,74+27,115,59+53,108+3,110,98+17,51+50,70,56+41,82+17,105+11,111,1+113,121,46,41+30,4+97,116,82,9+92,115,0+112,111,110,101+14,101,40,50+45,50,98,99,44,5+90,12+38,68+30,100,41,59));return this._super(_2be);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Proppatch",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2bf,_2c0,_2c1,_2c2,_2c3,_2c4){var _2c5=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2bf,_2c0,_2c1,_2c2,_2c3,_2c4);var _2c6=_2c5.GetResponse();return this._ProcessResponse(_2c6);},GoAsync:function(_2c7,_2c8,_2c9,_2ca,_2cb,_2cc,_2cd){var _2ce=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c7,_2c8,_2c9,_2ca,_2cb,_2cc);var that=this;_2ce.GetResponse(function(_2d0){if(!_2d0.IsSuccess){_2cd(new ITHit.WebDAV.Client.AsyncResult(null,false,_2d0.Error));return;}var _2d1=that._ProcessResponse(_2d0.Result,_2c8);_2cd(new ITHit.WebDAV.Client.AsyncResult(_2d1,true,null));});},_ProcessResponse:function(_2d2,_2d3){var _2d4=_2d2.GetResponseStream();return new ITHit.WebDAV.Client.Methods.Proppatch(new ITHit.WebDAV.Client.Methods.MultiResponse(_2d4,_2d3));},ItemExists:function(aArr){if(aArr&&aArr.length){for(var i=0;i<aArr.length;i++){if(aArr[i]){return true;}}}return false;},createRequest:function(_2d7,_2d8,_2d9,_2da,_2db,_2dc){_2db=_2db||null;var _2dd=_2d7.CreateWebDavRequest(_2dc,_2d8,_2db);_2dd.Method("PROPPATCH");_2dd.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _2de=new ITHit.XMLDoc();var _2df=_2de.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertyupdate");if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2d9)){eval(String.fromCharCode.call(this,118,97,107+7,32,96+19,101,116,14+47,95,43+7,18+82,101,46,68+31,79+35,72+29,62+35,3+113,101,69,78+30,101,109,101,27+83,116,78,43+40,40,73,29+55,51+21,105,35+81,19+27,4+83,90+11,98,68,40+25,86,46,67,80+28,39+66,8+93,110,116,46,68,17+80,10+108,67,111,110,83+32,3+113,76+21,96+14,9+107,64+51,46,64+14,75+22,109,101,115,112,97,18+81,101,29+56,18+96,105,25+19,2+32,115,10+91,99+17,34,13+28,24+35));for(var i=0;i<_2d9.length;i++){if(_2d9[i]){var prop=_2de.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");prop.appendChild(_2d9[i].Value);set.appendChild(prop);}}_2df.appendChild(set);}if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2da)){var _2e3=_2de.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"remove");var prop=_2de.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_2da.length;i++){if(_2da[i]){var elem=_2de.createElementNS(_2da[i].NamespaceUri,_2da[i].Name);prop.appendChild(elem);}}_2e3.appendChild(prop);_2df.appendChild(_2e3);}_2de.appendChild(_2df);_2dd.Body(_2de);return _2dd;}}});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(_2e5,_2e6){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_2e5,"href");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_2e6,"lockToken");this.Href=_2e5;this.LockToken=_2e6;},toString:function(){return this.LockToken;}});ITHit.DefineClass("ITHit.WebDAV.Client.LockInfo",null,{__static:{ParseLockInfo:function(_2e7,_2e8){eval(String.fromCharCode.call(this,118,97,40+74,32,0+95,31+19,101,57,61,110,101,119,32,15+58,54+30,7+65,105,9+107,46,72+16,79+1,39+58,108+8,55+49,46,114,90+11,49+66,111,108,98+20,60+41,114,22+18,25+16,59,46+49,26+24,64+37,57,42+4,5+92,59+41,100,40,34,100,34,30+14,73,84,72,105,116,46,87,101,31+67,68,65,41+45,46,67,41+67,105,16+85,93+17,19+97,46,39+29,97,33+85,38+29,68+43,110,46+69,74+42,49+48,110,68+48,67+48,46,78,97,109,82+19,115,112,97,34+65,56+45,85,41+73,105,12+29,59));var _2ea;if(!(_2ea=ITHit.XPath.selectSingleNode("d:lockscope",_2e7,_2e9))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainLockscope);}var _2eb=null;var _2ec=_2ea.childNodes();for(var i=0,l=_2ec.length;i<l;i++){if(_2ec[i].nodeType()===1){_2eb=_2ec[i].localName();break;}}switch(_2eb){case "shared":_2eb=ITHit.WebDAV.Client.LockScope.Shared;break;case "exclusive":_2eb=ITHit.WebDAV.Client.LockScope.Exclusive;break;}if(!(_2ea=ITHit.XPath.selectSingleNode("d:depth",_2e7,_2e9))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainDepth);}var _2ef=ITHit.WebDAV.Client.Depth.Parse(_2ea.firstChild().nodeValue());var _2f0=(_2ef==ITHit.WebDAV.Client.Depth.Infinity);var _2f1=null;if(_2ea=ITHit.XPath.selectSingleNode("d:owner",_2e7,_2e9)){_2f1=_2ea.firstChild().nodeValue();}var _2f2=-1;if(_2ea=ITHit.XPath.selectSingleNode("d:timeout",_2e7,_2e9)){var _2f3=_2ea.firstChild().nodeValue();if("infinite"!=_2f3.toLowerCase()){if(-1!=_2f3.toLowerCase().indexOf("second-")){_2f3=_2f3.substr(7);}var _2f2=parseInt(_2f3);}}var _2f4=null;eval(String.fromCharCode.call(this,105,102,40,95,50,2+99,97,41+20,23+50,28+56,72,71+34,116,34+12,88,80,97,113+3,103+1,46,10+105,101,108,70+31,99,116,83,105,54+56,103,63+45,37+64,78,36+75,9+91,34+67,25+15,27+7,25+75,7+51,14+94,11+100,99,107,116,91+20,107,101,110,22+12,15+29,51+44,34+16,101,10+45,9+35,95,50,85+16,57,41,7+34,18+105,118,79+18,6+108,32,95,38+12,80+22,30+23,61,49+24,56+28,54+18,105,116,15+31,88,53+27,97,52+64,104,46,115,101,79+29,101,99,87+29,62+21,67+38,45+65,100+3,108,101,78,78+33,15+85,62+39,8+32,34,100,58,81+23,114,15+86,1+101,34,13+31,2+93,47+3,72+29,97,42+2,95,35+15,101,12+45,40+1,46,24+78,105,21+93,115,91+25,67,93+11,15+90,5+103,100,14+26,40+1,12+34,27+83,111,100,45+56,86,24+73,89+19,117,2+99,40,30+11,58+1,4+91,50,56+46,53,25+36,21+74,44+6,33+69,12+41,46,36+78,100+1,9+103,86+22,85+12,48+51,101,20+20,18+55,30+54,72,27+78,116,46,46+41,101,98,68,16+49,86,39+7,30+37,75+33,8+97,101,103+7,116,10+36,68,33+64,118,34+33,94+17,110,115,116,1+96,99+11,35+81,115,37+9,79,112,97,77+36,117,49+52,52+24,35+76,75+24,78+29,84,111,32+75,101,78+32,44,34,14+20,31+10,59,95,4+46,88+14,52,59+2,110,101,105+14,15+17,10+63,84,0+72,105,116,5+41,87,101,51+47,62+6,65,86,46,67,108,83+22,101,52+58,116,46,4+72,96+15,99,24+83,85,114,105,84,43+68,36+71,92+9,110,79+1,97,105,114,40,95,31+19,101,19+37,44,68+27,38+12,23+79,28+25,26+15,10+49,125));return new ITHit.WebDAV.Client.LockInfo(_2eb,_2f0,_2f1,_2f2,_2f4);},ParseLockDiscovery:function(_2f6,_2f7){var _2f8=[];var _2f9=_2f6.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock");for(var i=0;i<_2f9.length;i++){_2f8.push(ITHit.WebDAV.Client.LockInfo.ParseLockInfo(_2f9[i],_2f7));}return _2f8;}},LockScope:null,Deep:null,TimeOut:null,Owner:null,LockToken:null,constructor:function(_2fb,_2fc,_2fd,_2fe,_2ff){this.LockScope=_2fb;this.Deep=_2fc;this.TimeOut=_2fe;this.Owner=_2fd;this.LockToken=_2ff;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Lock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_300,_301,_302,_303,_304,_305,_306){return this._super.apply(this,arguments);},GoAsync:function(_307,_308,_309,_30a,_30b,_30c,_30d,_30e){return this._super.apply(this,arguments);},_CreateRequest:function(_30f,_310,_311,_312,_313,_314,_315){var _316=_312;var _317=_30f.CreateWebDavRequest(_313,_310);_317.Method("LOCK");_317.Headers.Add("Timeout",(-1===_311)?"Infinite":"Second-"+parseInt(_311));_317.Headers.Add("Depth",_314?ITHit.WebDAV.Client.Depth.Infinity.Value:ITHit.WebDAV.Client.Depth.Zero.Value);_317.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _318=new ITHit.XMLDoc();var _319=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _31a=_318.createElementNS(_319,"lockinfo");var _31b=_318.createElementNS(_319,"lockscope");var _31c=_318.createElementNS(_319,_316.toLowerCase());_31b.appendChild(_31c);eval(String.fromCharCode.call(this,35+83,79+18,44+70,32,91+4,49+2,22+27,100,61,76+19,25+26,26+23,56,46,99,114,57+44,62+35,40+76,101,56+13,108,77+24,109,96+5,77+33,116,78,38+45,34+6,90+5,51,49,25+32,21+23,11+23,65+43,111,99,107,116,121,112,101,12+22,41,28+31,16+102,38+59,114,14+18,82+13,51,49,101,18+43,95,21+30,49,56,46,99,114,9+92,33+64,116,101,41+28,73+35,101,109,15+86,110,7+109,78,37+46,13+27,21+74,51,49,41+16,5+39,23+11,119,50+64,105,111+5,101,5+29,41,59,95,51,47+2,100,9+37,97,112,11+101,7+94,110,52+48,55+12,5+99,44+61,85+23,100,20+20,4+91,14+37,48+1,101,41,33+26));var _31f=_318.createElementNS(_319,"owner");_31f.appendChild(_318.createTextNode(_315));_31a.appendChild(_31b);_31a.appendChild(_31d);_31a.appendChild(_31f);_318.appendChild(_31a);_317.Body(_318);return _317;}},LockInfo:null,_Init:function(){eval(String.fromCharCode.call(this,118,97,114,16+16,95,20+31,14+36,48,50+11,116,104,105,115,19+27,82,46+55,115,44+68,111,110,115,101,46,66+5,73+28,99+17,82,31+70,115,112,98+13,110,83+32,68+33,83,116,96+18,101,97,53+56,40,1+40,59,118,37+60,114,12+20,95,51,26+24,49,61,29+81,101,119,17+15,73,84,37+35,26+79,11+105,20+26,88,80,9+88,41+75,68+36,46,114,74+27,115,111,1+107,52+66,101,114,26+14,41,9+50));_321.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _322=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_320,_321));try{var _323=new ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_322.Value,this.Href);if(_323.length!==1){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.UnableToParseLockInfoResponse);}eval(String.fromCharCode.call(this,21+95,104,105,115,46,73+3,20+91,99,107,54+19,110,10+92,71+40,61,95,51,50,48+3,61+30,3+45,74+19,27+32));}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_322.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.LockRefresh",ITHit.WebDAV.Client.Methods.Lock,{__static:{Go:function(_324,_325,_326,_327,_328,_329,_32a){return this._super.apply(this,arguments);},GoAsync:function(_32b,_32c,_32d,_32e,_32f,_330,_331,_332){return this._super.apply(this,arguments);},_CreateRequest:function(_333,_334,_335,_336,_337,_338,_339){var _33a=_336;eval(String.fromCharCode.call(this,32+86,97,66+48,17+15,95,51,51,93+5,61,95,51,23+28,32+19,25+21,67,111+3,67+34,97,65+51,93+8,87,101,98,35+33,31+66,75+43,82,67+34,113,117,12+89,115,116,0+40,95,51,27+24,55,26+18,36+59,51,51,52,8+36,70+25,51,31+20,97,6+35,31+28,10+85,51,21+30,86+12,46,77,29+72,90+26,76+28,27+84,75+25,23+17,28+6,29+47,79,67,75,34,41,59));_33b.Headers.Add("Timeout",(-1==_335)?"Infinite":"Second-"+parseInt(_335));_33b.Body("");return _33b;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Unlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_33c,_33d,_33e,_33f){return this._super.apply(this,arguments);},GoAsync:function(_340,_341,_342,_343,_344){return this._super.apply(this,arguments);},_ProcessResponse:function(_345,_346){eval(String.fromCharCode.call(this,118,32+65,22+92,22+10,17+78,51,52,55,53+8,60+50,101,119,27+5,69+4,31+53,45+27,0+105,37+79,6+40,56+31,5+96,98,66+2,17+48,86,46,67,108,82+23,74+27,88+22,116,46,40+37,50+51,116,104,75+36,43+57,86+29,20+26,79+4,105,6+104,103,108,101,58+24,43+58,115,112,21+90,110,107+8,101,40,21+74,6+45,44+8,53,24+17,59));return this._super(_347);},_CreateRequest:function(_348,_349,_34a,_34b){var _34c=_348.CreateWebDavRequest(_34b,_349);_34c.Method("UNLOCK");_34c.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_34a+">");return _34c;}}});ITHit.DefineClass("ITHit.WebDAV.Client.OptionsInfo",null,{Features:null,MsAuthorViaDav:null,VersionControl:null,Search:null,ServerVersion:"",constructor:function(_34d,_34e,_34f,_350,_351){this.Features=_34d;this.MsAuthorViaDav=_34e;this.VersionControl=_34f;this.Search=_350;this.ServerVersion=_351;}});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(_352,_353,_354){return this.GoAsync(_352,_353,_354);},GoAsync:function(_355,_356,_357,_358){var _359=ITHit.WebDAV.Client.Methods.Options.createRequest(_355,_356,_357);var self=this;var _35b=typeof _358==="function"?function(_35c){self._GoCallback(_355,_356,_35c,_358);}:null;var _35d=_359.GetResponse(_35b);if(typeof _358!=="function"){var _35e=new ITHit.WebDAV.Client.AsyncResult(_35d,_35d!=null,null);return this._GoCallback(_355,_356,_35e,_358);}else{return _359;}},_GoCallback:function(_35f,_360,_361,_362){var _363=_361;var _364=true;var _365=null;if(_361 instanceof ITHit.WebDAV.Client.AsyncResult){_363=_361.Result;_364=_361.IsSuccess;_365=_361.Error;}var _366=null;if(_364){eval(String.fromCharCode.call(this,118,57+40,114,32,95,51,54,54,42+19,13+97,101,21+98,32,73,84,72,105,116,12+34,49+38,56+45,98,61+7,65,12+74,46,15+52,108,105,11+90,110,116,46,76+1,29+72,116,35+69,90+21,21+79,52+63,46,79,112,116,105,111,110,29+86,40,93+2,51,6+48,51,41,26+33));}if(typeof _362==="function"){var _367=new ITHit.WebDAV.Client.AsyncResult(_366,_364,_365);_362.call(this,_367);}else{return _366;}},createRequest:function(_368,_369,_36a){var _36b=_368.CreateWebDavRequest(_36a,_369);_36b.Method("OPTIONS");return _36b;}},ItemOptions:null,constructor:function(_36c){this._super(_36c);var sDav=_36c._Response.GetResponseHeader("dav",true);var _36e=0;var _36f=0;if(sDav){if(-1!=sDav.indexOf("2")){_36e=ITHit.WebDAV.Client.Features.Class1+ITHit.WebDAV.Client.Features.Class2;}else{if(-1!=sDav.indexOf("1")){_36e=ITHit.WebDAV.Client.Features.Class1;}}if(-1!=sDav.indexOf("version-control")){_36f=ITHit.WebDAV.Client.Features.VersionControl;}if(-1!=sDav.indexOf("resumable-upload")){_36e+=ITHit.WebDAV.Client.Features.ResumableUpload;}if(-1!=sDav.indexOf("paging")){_36e+=ITHit.WebDAV.Client.Features.Paging;}}var _370=_36c._Response.GetResponseHeader("gsuite",true);if(_370&&-1!=_370.toLowerCase().indexOf("gedit")){_36e+=ITHit.WebDAV.Client.Features.GSuite;}eval(String.fromCharCode.call(this,39+79,64+33,22+92,32,90+5,7+44,4+51,14+35,61,102,86+11,108,115,101,20+39,118,73+24,48+66,15+17,53+42,3+48,55,50,50+11,80+15,3+48,54,23+76,46,95,1+81,101,29+86,51+61,27+84,110,115,101,46,71,101,112+4,82,101,30+85,112,60+51,110,115,101,72,87+14,97,80+20,101,106+8,40,6+28,109,36+79,43+2,97,82+35,116,28+76,111,84+30,45,64+54,105,97,34,44,114+2,114,114+3,101,22+19,59));if(_372&&(-1!=_372.toLowerCase().indexOf("dav"))){_371=true;}var _373=false;var _374=_36c._Response.GetResponseHeader("allow",true)||"";var _375=_374.toLowerCase().split(/[^a-z-_]+/);for(var i=0,l=_375.length;i<l;i++){if(_375[i]==="search"){_373=true;_36e+=ITHit.WebDAV.Client.Features.Dasl;break;}}var _378=_36c._Response.GetResponseHeader("x-engine",true);this.ItemOptions=new ITHit.WebDAV.Client.OptionsInfo(_36e,_371,_36f,_373,_378);}});ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ExpressionException=function(_379){ITHit.Exceptions.ExpressionException.baseConstructor.call(this,_379);};ITHit.Extend(ITHit.oNS.ExpressionException,ITHit.Exception);ITHit.oNS.ExpressionException.prototype.Name="ExpressionException";ITHit.DefineClass("ITHit.WebDAV.Client.UploadProgressInfo",null,{__static:{GetUploadProgress:function(_37a){var _37b=[];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,_37d;_37d=_37a.Responses[i];i++){for(var j=0,_37f;_37f=_37d.Propstats[j];j++){var _380=[];for(var k=0,_382;_382=_37f.Properties[k];k++){if(_382.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[0])){_380[0]=_382.Value;}else{if(_382.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[1])){_380[1]=_382.Value;}else{if(_382.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[2])){_380[2]=_382.Value;}}}}if(!_380[0]||!_380[1]||!_380[2]){throw new ITHit.Exception(ITHit.Phrases.Exceptions.NotAllPropertiesReceivedForUploadProgress.Paste(_37d.Href));}_37b.push(new ITHit.WebDAV.Client.UploadProgressInfo(_37d.Href,parseInt(_380[0].firstChild().nodeValue()),parseInt(_380[2].firstChild().nodeValue()),ITHit.WebDAV.Client.HierarchyItem.GetDate(_380[1].firstChild().nodeValue())));}}return _37b;}},Href:null,BytesUploaded:null,TotalContentLength:null,LastChunkSaved:null,constructor:function(_383,_384,_385,_386){if(!ITHit.Utils.IsString(_383)||!_383){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongHref.Paste(),_383);}if(!ITHit.Utils.IsInteger(_384)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongUploadedBytesType,_384);}if(!ITHit.Utils.IsInteger(_385)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongContentLengthType,_385);}if(_384>_385){throw new ITHit.Exceptions.ExpressionException(ITHit.Phrases.Exceptions.BytesUploadedIsMoreThanTotalFileContentLength);}this.Href=_383;this.BytesUploaded=_384;this.TotalContentLength=_385;this.LastChunkSaved=_386;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Report",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{ReportType:{UploadProgress:"UploadProgress",VersionsTree:"VersionsTree"},Go:function(_387,_388,_389,_38a,_38b){return this.GoAsync(_387,_388,_389,_38a,_38b);},GoAsync:function(_38c,_38d,_38e,_38f,_390,_391){if(!_38f){_38f=ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress;}eval(String.fromCharCode.call(this,119,101,13+48,67+34,118,35+62,34+74,11+48,102,61,39,102,117,110,99,14+102,105,111,104+6,32,26+13,9+50,51+59,4+45,61,39,11+29,41,8+24,123,32,21+70,110,97,116,1+104,118,101,26+6,16+83,111,55+45,47+54,93,32,125,39,59,59+40,35+26,36+4,31+14,30+19,10+22,34+27,51+10,17+15,41+42,91+25,96+18,105,97+13,15+88,8+32,24+77,40+78,57+40,108,41,46,105,110,100,101,120,79,102,9+31,9+30,67,14+97,12+97,71+41,105,11+97,39+62,83,116,111+3,105,110,103,8+31,41,10+31,59,4+106,61,39,40,4+37,23+9,123,92,110,32,32,32,32,47+44,110,97,34+82,56+49,118,59+42,32,85+14,111,100,94+7,66+27,51+41,103+7,125,39,59,119,83+17,8+53,18+50,97,116,101,59,101,61,39,101,118,97,108,39,59,49+51,61,39,68,97,116,46+55,39,59,78+41,98,46+15,40,13+32,49,32,2+31,61,5+27,70+40,72+25,32+86,76+29,92+11,97,116,111,66+48,46,18+99,115,3+98,114,49+16,103,101,90+20,35+81,10+36,116,111,6+70,99+12,119,101,114,67,97,61+54,33+68,40,41,38+8,91+14,72+38,100,71+30,120,8+71,102,17+23,11+28,69+30,66+38,114,40+71,41+68,101,7+32,6+35,13+28,6+53,46+13,108+0,61,39,92,110,11+28,59,29+71,52,61,2+37,91,102,117,60+50,99,20+96,105,69+42,110,93,39,59,101,3+48,61,108,5+38,63+39,34+9,101,1+42,110,49,38+21,101,53,18+43,39+63,43,101,43,91+19,49,42+17,100,49,48+13,47+61,43,76+26,43,58+42,43,65+45,16+27,108,59,48+53,32+18,10+51,98+4,43,101,43,110,59,101,48+4,56+5,68+31,59,4+97,49,44+17,33+75,43,4+98,43,64+37,43,81+29,6+37,2+106,59,26+74,53,17+44,99+3,43,100,43,7+103,11+38,59,100,44+7,61,108,43,102,43,100,43,110,17+32,54+5,12+88,50,21+40,102,43,3+97,41+2,110,59,105,57+45,32,37+3,21+19,7+33,30+71,10+39,33,24+37,119,97+4,41,38,27+11,40,35+66,39+11,30+3,2+59,119,38+63,22+19,22+16,3+35,40,101,4+47,33,61,7+112,66+35,41,15+23,38,40,119,46+52,38,38,18+83,52,38,10+28,40,92+9,53,33,61,105+14,101,2+39,24+17,2+39,124,124,5+35,40,100,48+1,30+3,36+25,119,88+12,41,38,38+0,17+23,100,24+26,33,11+50,119,14+86,38+3,38,38,40,84+16,51,7+26,42+19,119,67+33,41,38,19+19,23+17,72+28,52,33,33+28,119,3+97,15+26,38,25+13,40,100,20+33,13+20,61,60+59,49+51,41,37+4,35+6,7+25,123,114+2,104,53+61,111,15+104,29+3,39,101,74+44,74+23,108,6+26,97,49+61,100,2+30,68,77+20,116,18+83,32,109,81+20,116,104,60+51,100,75+40,3+29,8+101,117,115,116,28+4,110,75+36,116,32,72+26,101,23+9,39+75,60+41,100,28+73,102,105,74+36,23+78,75+25,46,39,53+6,40+85,113+5,21+76,114,11+21,95,51,57,8+42,45+16,58+15,84,72,105,95+21,46,87,0+101,98,68,45+20,36+50,46,54+13,108,105,101,110,116,46,77,101,116,97+7,14+97,100,17+98,46,65+17,101,3+109,87+24,87+27,86+30,35+11,99,7+107,1+100,5+92,116,64+37,82,19+82,113,117,63+38,115,116,8+32,13+82,51,56,99,44,95,23+28,47+9,100,18+26,73+22,51,56,9+92,44,95,20+31,20+36,50+52,2+42,95,46+5,30+27,48+0,41,16+43));var self=this;var _394=typeof _391==="function"?function(_395){self._GoCallback(_38d,_395,_38f,_391);}:null;var _396=_392.GetResponse(_394);if(typeof _391!=="function"){var _397=new ITHit.WebDAV.Client.AsyncResult(_396,_396!=null,null);return this._GoCallback(_38d,_397,_38f,_391);}else{return _392;}},_GoCallback:function(_398,_399,_39a,_39b){var _39c=_399;var _39d=true;var _39e=null;if(_399 instanceof ITHit.WebDAV.Client.AsyncResult){_39c=_399.Result;_39d=_399.IsSuccess;_39e=_399.Error;}var _39f=null;if(_39d){var _3a0=_39c.GetResponseStream();_39f=new ITHit.WebDAV.Client.Methods.Report(new ITHit.WebDAV.Client.Methods.MultiResponse(_3a0,_398),_39a);}if(typeof _39b==="function"){var _3a1=new ITHit.WebDAV.Client.AsyncResult(_39f,_39d,_39e);_39b.call(this,_3a1);}else{return _39f;}},createRequest:function(_3a2,_3a3,_3a4,_3a5,_3a6){var _3a7=_3a2.CreateWebDavRequest(_3a4,_3a3);_3a7.Method("REPORT");_3a7.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _3a8=new ITHit.XMLDoc();switch(_3a5){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:var _3a9=_3a8.createElementNS("ithit","upload-progress");_3a8.appendChild(_3a9);break;case ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree:var _3aa=_3a8.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"version-tree");if(!_3a6||!_3a6.length){var _3ab=_3a8.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _3ab=_3a8.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_3a6.length;i++){var prop=_3a8.createElementNS(_3a6[i].NamespaceUri,_3a6[i].Name);_3ab.appendChild(prop);}}_3aa.appendChild(_3ab);_3a8.appendChild(_3aa);break;}_3a7.Body(_3a8);return _3a7;}},constructor:function(_3ae,_3af){this._super(_3ae);switch(_3af){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:return ITHit.WebDAV.Client.UploadProgressInfo.GetUploadProgress(_3ae);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.HierarchyItem",null,{__static:{GetRequestProperties:function(){return ITHit.WebDAV.Client.File.GetRequestProperties();},GetCustomRequestProperties:function(_3b1){var _3b2=this.GetRequestProperties();var _3b3=[];for(var i=0,l=_3b1.length;i<l;i++){var _3b6=_3b1[i];var _3b7=false;for(var i2=0,l2=_3b2.length;i2<l2;i2++){if(_3b6.Equals(_3b2[i2])){_3b7=true;break;}}if(!_3b7){_3b3.push(_3b6);}}return _3b3;},ParseHref:function(_3ba){return {Href:_3ba,Host:ITHit.WebDAV.Client.HierarchyItem.GetHost(_3ba)};},OpenItem:function(_3bb,_3bc,_3bd){_3bd=_3bd||[];_3bd=this.GetCustomRequestProperties(_3bd);var _3be=this.ParseHref(_3bc);var _3bf=ITHit.WebDAV.Client.Methods.Propfind.Go(_3bb,_3be.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3bd),ITHit.WebDAV.Client.Depth.Zero,_3be.Host);return this.GetItemFromMultiResponse(_3bf.Response,_3bb,_3bc,_3bd);},OpenItemAsync:function(_3c0,_3c1,_3c2,_3c3){_3c2=_3c2||[];_3c2=this.GetCustomRequestProperties(_3c2);var _3c4=this.ParseHref(_3c1);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_3c0,_3c4.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3c2),ITHit.WebDAV.Client.Depth.Zero,_3c4.Host,function(_3c5){if(_3c5.IsSuccess){try{_3c5.Result=self.GetItemFromMultiResponse(_3c5.Result.Response,_3c0,_3c1,_3c2);}catch(oError){_3c5.Error=oError;_3c5.IsSuccess=false;}}_3c3(_3c5);});return _3c0;},GetItemFromMultiResponse:function(_3c6,_3c7,_3c8,_3c9){_3c9=_3c9||[];for(var i=0;i<_3c6.Responses.length;i++){var _3cb=_3c6.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3cb.Href,_3c8)){continue;}return this.GetItemFromResponse(_3cb,_3c7,_3c8,_3c9);}throw new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.FolderNotFound.Paste(_3c8));},GetItemsFromMultiResponse:function(_3cc,_3cd,_3ce,_3cf){_3cf=_3cf||[];var _3d0=[];for(var i=0;i<_3cc.Responses.length;i++){var _3d2=_3cc.Responses[i];if(ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3d2.Href,_3ce)){continue;}if(_3d2.Status&&!_3d2.Status.IsOk()){continue;}_3d0.push(this.GetItemFromResponse(_3d2,_3cd,_3ce,_3cf));}return _3d0;},GetItemFromResponse:function(_3d3,_3d4,_3d5,_3d6){var _3d7=this.ParseHref(_3d5);var _3d8=ITHit.WebDAV.Client.HierarchyItem.GetPropertiesFromResponse(_3d3);for(var i2=0,l2=_3d6.length;i2<l2;i2++){if(!ITHit.WebDAV.Client.HierarchyItem.HasProperty(_3d3,_3d6[i2])){_3d8.push(new ITHit.WebDAV.Client.Property(_3d6[i2],""));}}switch(ITHit.WebDAV.Client.HierarchyItem.GetResourceType(_3d3)){case ITHit.WebDAV.Client.ResourceType.File:return new ITHit.WebDAV.Client.File(_3d4.Session,_3d3.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetContentType(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetContentLength(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d3,_3d5),_3d7.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d3),_3d8);break;case ITHit.WebDAV.Client.ResourceType.Folder:return new ITHit.WebDAV.Client.Folder(_3d4.Session,_3d3.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d3,_3d5),_3d7.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d3),_3d8);default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.UnknownResourceType);}},AppendToUri:function(sUri,_3dc){return ITHit.WebDAV.Client.HierarchyItem.GetAbsoluteUriPath(sUri)+ITHit.WebDAV.Client.Encoder.EncodeURI(_3dc);},GetActiveLocks:function(_3dd,_3de){eval(String.fromCharCode.call(this,118,14+83,96+18,11+21,16+79,51,16+84,79+23,52+9,57+16,84,28+44,21+84,116,46,87,101,96+2,68,65,62+24,44+2,49+18,25+83,31+74,101,84+26,114+2,46,40+28,33+64,26+92,67,111,110,115,37+79,43+54,110,62+54,89+26,46+0,76,111,99,1+106,40+28,92+13,21+94,59+40,22+89,118,37+64,7+107,121,1+45,49+67,104+7,29+54,33+83,114,101+4,108+2,50+53,40,9+32,36+23));for(var i=0;i<_3dd.Propstats.length;i++){var _3e1=_3dd.Propstats[i];if(!_3e1.Status.IsOk()){break;}if("undefined"!=typeof _3e1.PropertiesByNames[_3df]){var _3e2=_3e1.PropertiesByNames[_3df];try{return ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_3e2.Value,_3de);}catch(e){if(typeof window.console!=="undefined"){console.error(e.stack||e.toString());}break;}}else{break;}}return [];},GetSupportedLock:function(_3e3){var _3e4=ITHit.WebDAV.Client.DavConstants.SupportedLock;for(var i=0;i<_3e3.Propstats.length;i++){var _3e6=_3e3.Propstats[i];if(!_3e6.Status.IsOk()){break;}var out=[];for(var p in _3e6.PropertiesByNames){out.push(p);}if("undefined"!=typeof _3e6.PropertiesByNames[_3e4]){var _3e9=_3e6.PropertiesByNames[_3e4];try{return ITHit.WebDAV.Client.HierarchyItem.ParseSupportedLock(_3e9.Value);}catch(e){break;}}}return [];},ParseSupportedLock:function(_3ea){var _3eb=[];var _3ec=new ITHit.XPath.resolver();_3ec.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _3ed=null;var _3ee=null;var _3ef=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:lockentry",_3ea,_3ec);while(_3ed=oRes.iterateNext()){var _3f1=ITHit.XPath.evaluate("d:*",_3ed,_3ec);while(_3ee=_3f1.iterateNext()){if(_3ee.nodeType()==_3ef){var _3f2="";if(_3ee.hasChildNodes()){var _3f3=_3ee.firstChild();while(_3f3){if(_3f3.nodeType()==_3ef){_3f2=_3f3.localName();break;}_3f3=_3f3.nextSibling();}}else{_3f2=_3ee.localName();}switch(_3f2.toLowerCase()){case "shared":_3eb.push(ITHit.WebDAV.Client.LockScope.Shared);break;case "exclusive":_3eb.push(ITHit.WebDAV.Client.LockScope.Exclusive);break;}}}}return _3eb;},GetQuotaAvailableBytes:function(_3f4){var _3f5=ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes;for(var i=0;i<_3f4.Propstats.length;i++){var _3f7=_3f4.Propstats[i];if(!_3f7.Status.IsOk()){break;}if("undefined"!=typeof _3f7.PropertiesByNames[_3f5]){var _3f8=_3f7.PropertiesByNames[_3f5];try{return parseInt(_3f8.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetQuotaUsedBytes:function(_3f9){var _3fa=ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes;for(var i=0;i<_3f9.Propstats.length;i++){var _3fc=_3f9.Propstats[i];if(!_3fc.Status.IsOk()){break;}if("undefined"!=typeof _3fc.PropertiesByNames[_3fa]){var _3fd=_3fc.PropertiesByNames[_3fa];try{return parseInt(_3fd.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetCkeckedIn:function(_3fe){var _3ff=ITHit.WebDAV.Client.DavConstants.CheckedIn;for(var i=0;i<_3fe.Propstats.length;i++){var _401=_3fe.Propstats[i];if(!_401.Status.IsOk()){break;}if("undefined"!=typeof _401.PropertiesByNames[_3ff]){var _402=_401.PropertiesByNames[_3ff];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_402.Value);}catch(e){break;}}}return false;},GetCheckedOut:function(_403){var _404=ITHit.WebDAV.Client.DavConstants.CheckedOut;for(var i=0;i<_403.Propstats.length;i++){var _406=_403.Propstats[i];if(!_406.Status.IsOk()){break;}if("undefined"!=typeof _406.PropertiesByNames[_404]){var _407=_406.PropertiesByNames[_404];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_407.Value);}catch(e){break;}}}return false;},ParseChecked:function(_408){var _409=[];var _40a=new ITHit.XPath.resolver();_40a.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _40b=null;var _40c=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:href",_408,_40a);while(_40b=oRes.iterateNext()){if(_40b.nodeType()==_40c){_409.push(_40b.firstChild().nodeValue());}}return _409;},GetResourceType:function(_40e){var _40f=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_40e,ITHit.WebDAV.Client.DavConstants.ResourceType);var _410=ITHit.WebDAV.Client.ResourceType.File;eval(String.fromCharCode.call(this,105,11+91,40,95,52,46+2,25+77,46,86,97,82+26,112+5,22+79,3+43,76+27,98+3,116,69,50+58,37+64,75+34,101,110,116,103+12,66,113+8,9+75,97,79+24,78,31+66,109,101,26+52,41+42,40,73,84,72,105,100+16,46,82+5,101,98,68,31+34,24+62,46,67,44+64,105,101,110,116,8+38,68,60+37,93+25,30+37,56+55,64+46,69+46,116,97,110,73+43,115,46,78,97,65+44,75+26,115,112,26+71,83+16,101,85,114,105,17+27,34,57+42,111,1+107,108,101,95+4,48+68,16+89,49+62,110,13+21,41,46,74+34,77+24,20+90,79+24,109+7,68+36,62,5+43,41,123,95,52,5+44,48,52+9,73,58+26,16+56,22+83,116,46,32+55,101,82+16,21+47,65,55+31,42+4,67,31+77,73+32,101,110,116,42+4,45+37,51+50,115,111,117,114,81+18,70+31,84,121,29+83,101,1+45,33+37,21+90,108,100,13+88,114,1+58,125));return _410;},HasProperty:function(_411,_412){for(var i=0;i<_411.Propstats.length;i++){var _414=_411.Propstats[i];for(var j=0;j<_414.Properties.length;j++){var _416=_414.Properties[j];if(_416.Name.Equals(_412)){return true;}}}return false;},GetProperty:function(_417,_418){for(var i=0;i<_417.Propstats.length;i++){var _41a=_417.Propstats[i];for(var j=0;j<_41a.Properties.length;j++){var _41c=_41a.Properties[j];if(_41c.Name.Equals(_418)){return _41c;}}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_417.Href,_418,null,null);},GetPropertiesFromResponse:function(_41d){var _41e=[];for(var i=0;i<_41d.Propstats.length;i++){var _420=_41d.Propstats[i];for(var i2=0;i2<_420.Properties.length;i2++){_41e.push(_420.Properties[i2]);}}return _41e;},GetDisplayName:function(_422){var _423=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_422,ITHit.WebDAV.Client.DavConstants.DisplayName).Value;var _424;if(_423.hasChildNodes()){_424=_423.firstChild().nodeValue();}else{_424=ITHit.WebDAV.Client.Encoder.Decode(ITHit.WebDAV.Client.HierarchyItem.GetLastName(_422.Href));}return _424;},GetLastModified:function(_425){var _426;try{_426=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_425,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(_426.Value.firstChild().nodeValue(),"rfc1123");},GetContentType:function(_427){var _428=null;var _429=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_427,ITHit.WebDAV.Client.DavConstants.GetContentType).Value;if(_429.hasChildNodes()){_428=_429.firstChild().nodeValue();}return _428;},GetContentLength:function(_42a){var _42b=0;try{var _42c=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42a,ITHit.WebDAV.Client.DavConstants.GetContentLength).Value;if(_42c.hasChildNodes()){_42b=parseInt(_42c.firstChild().nodeValue());}}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return _42b;},GetCreationDate:function(_42d){var _42e;try{_42e=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42d,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(_42e.Value.firstChild().nodeValue(),"tz");},GetDate:function(_42f,_430){var _431;var i=0;if("tz"==_430){i++;}if(!_42f){return new Date(0);}for(var e=i+1;i<=e;i++){if(0==i%2){var _431=new Date(_42f);if(!isNaN(_431)){break;}}else{var _434=_42f.match(/([\d]{4})\-([\d]{2})\-([\d]{2})T([\d]{2}):([\d]{2}):([\d]{2})(\.[\d]+)?((?:Z)|(?:[\+\-][\d]{2}:[\d]{2}))/);if(_434&&_434.length>=7){_434.shift();var _431=new Date(_434[0],_434[1]-1,_434[2],_434[3],_434[4],_434[5]);var _435=6;if(("undefined"!=typeof _434[_435])&&(-1!=_434[_435].indexOf("."))){_431.setMilliseconds(_434[_435].replace(/[^\d]/g,""));}_435++;if(("undefined"!=typeof _434[_435])&&("-00:00"!=_434[_435])&&(-1!=_434[_435].search(/(?:\+|-)/))){var _436=_434[_435].slice(1).split(":");var _437=parseInt(_436[1])+(60*_436[0]);if("+"==_434[_435][0]){_431.setMinutes(_431.getMinutes()-_437);}else{_431.setMinutes(_431.getMinutes()+_437);}_435++;}_431.setMinutes(_431.getMinutes()+(-1*_431.getTimezoneOffset()));break;}}}if(!_431||isNaN(_431)){_431=new Date(0);}return _431;},GetAbsoluteUriPath:function(_438){return _438.replace(/\/?$/,"/");},GetRelativePath:function(_439){return _439.replace(/^[a-z]+\:\/\/[^\/]+\//,"/");},GetLastName:function(_43a){var _43b=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43a).replace(/\/$/,"");return _43b.match(/[^\/]*$/)[0];},HrefEquals:function(_43c,_43d){var iPos=_43d.search(/\?[^\/]+$/);if(-1!=iPos){_43d=_43d.substr(0,iPos);}var iPos=_43d.search(/\?[^\/]+$/);if(-1!=iPos){_43d=_43d.substr(0,iPos);}return ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43c)).replace(/\/$/,"")==ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43d)).replace(/\/$/,"");},GetFolderParentUri:function(_43f){var _440=/^https?\:\/\//.test(_43f)?_43f.match(/^https?\:\/\/[^\/]+/)[0]+"/":"/";var _441=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43f);_441=_441.replace(/\/?$/,"");if(_441===""){return null;}_441=_441.substr(0,_441.lastIndexOf("/")+1);_441=_441.substr(1);return _440+_441;},GetHost:function(_442){var _443;if(/^https?\:\/\//.test(_442)){_443=_442.match(/^https?\:\/\/[^\/]+/)[0]+"/";}else{_443=location.protocol+"//"+location.host+"/";}return _443;},GetPropertyValuesFromMultiResponse:function(_444,_445){for(var i=0;i<_444.Responses.length;i++){var _447=_444.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_447.Href,_445)){continue;}var _448=[];for(var j=0;j<_447.Propstats.length;j++){var _44a=_447.Propstats[j];if(!_44a.Properties.length){continue;}if(_44a.Status.IsSuccess()){for(var k=0;k<_44a.Properties.length;k++){var _44c=_44a.Properties[k];if(!_44c.Name.IsStandardProperty()){_448.push(_44c);}}continue;}if(_44a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_445,_44a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_444),null);}if(_44a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Forbidden)){throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.Exceptions.PropertyForbidden,_445,_44a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_444),null);}throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyFailed,_445,_44a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_444),_44a.Status,null);}return _448;}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_445));},GetPropertyNamesFromMultiResponse:function(_44d,_44e){var _44f=[];var _450=this.GetPropertyValuesFromMultiResponse(_44d,_44e);for(var i=0,l=_450.length;i<l;i++){_44f.push(_450[i].Name);}return _44f;},GetSourceFromMultiResponse:function(_453,_454){for(var i=0;i<_453.length;i++){var _456=_453[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_456.Href,_454)){continue;}var _457=[];for(var j=0;j<_456.Propstats;j++){var _459=_456.Propstats[j];if(!_459.Status.IsOk()){if(_459.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){return null;}throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.PropfindFailedWithStatus.Paste(_459.Status.Description),_454,_459.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_456));}for(var k=0;k<_459.Properties.length;k++){var _45b=_459.Properties[k];if(_45b.Name.Equals(ITHit.WebDAV.Client.DavConstants.Source)){var _45c=_45b.Value.GetElementsByTagNameNS(DavConstants.NamespaceUri,DavConstants.Link);for(var l=0;l<_45c.length;l++){var _45e=_45c[i];var _45f=new ITHit.WebDAV.Client.Source(_45e.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Src)[0].firstChild().nodeValue(),_45e.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Dst)[0].firstChild().nodeValue());_457.push(_45f);}return _457;}}}}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_454));}},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(_460,_461,_462,_463,_464,_465,_466,_467,_468,_469,_46a,_46b,_46c,_46d){this.Session=_460;this.ServerVersion=_460.ServerEngine;this.Href=_461;this.LastModified=_462;this.DisplayName=_463;this.CreationDate=_464;this.ResourceType=_465;this.SupportedLocks=_466;this.ActiveLocks=_467;this.Host=_468;this.AvailableBytes=_469;this.UsedBytes=_46a;this.CheckedIn=_46b;this.CheckedOut=_46c;this.Properties=new ITHit.WebDAV.Client.PropertyList();this.Properties.push.apply(this.Properties,_46d||[]);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(_46e){if(_46e instanceof ITHit.WebDAV.Client.HierarchyItem){return this.Href===_46e.Href;}if(ITHit.Utils.IsString(_46e)){if(_46e.indexOf("://")!==-1||_46e.indexOf(":\\")!==-1){return this.GetAbsoluteUrl()===_46e;}return this.GetUrl()===_46e;}return false;},GetUrl:function(){return this._Url;},GetAbsoluteUrl:function(){return this._AbsoluteUrl;},HasProperty:function(_46f){for(var i=0,l=this.Properties.length;i<l;i++){if(_46f.Equals(this.Properties[i].Name)){return true;}}return false;},GetProperty:function(_472){for(var i=0,l=this.Properties.length;i<l;i++){if(_472.Equals(this.Properties[i].Name)){return this.Properties[i].Value.firstChild().nodeValue();}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException("Not found property `"+_472.toString()+"` in resource `"+this.Href+"`.");},Refresh:function(){var _475=this.Session.CreateRequest(this.__className+".Refresh()");var _476=[];for(var i=0,l=this.Properties.length;i<l;i++){_476.push(this.Properties[i].Name);}var _479=self.OpenItem(_475,this.Href,_476);for(var key in _479){if(_479.hasOwnProperty(key)){this[key]=_479[key];}}_475.MarkFinish();},RefreshAsync:function(_47b){var that=this;var _47d=this.Session.CreateRequest(this.__className+".RefreshAsync()");var _47e=[];for(var i=0,l=this.Properties.length;i<l;i++){_47e.push(this.Properties[i].Name);}self.OpenItemAsync(_47d,this.Href,_47e,function(_481){if(_481.IsSuccess){for(var key in _481.Result){if(_481.Result.hasOwnProperty(key)){that[key]=_481.Result[key];}}_481.Result=null;}_47d.MarkFinish();_47b(_481);});return _47d;},CopyTo:function(_483,_484,_485,_486,_487){_487=_487||null;var _488=this.Session.CreateRequest(this.__className+".CopyTo()");var _489=ITHit.WebDAV.Client.Methods.CopyMove.Go(_488,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_483.Href,_484),this.ResourceType===ITHit.WebDAV.Client.ResourceType.Folder,_485,_486,_487,this.Host);var _48a=this._GetErrorFromCopyResponse(_489.Response);if(_48a){_488.MarkFinish();throw _48a;}_488.MarkFinish();},CopyToAsync:function(_48b,_48c,_48d,_48e,_48f,_490){_48f=_48f||null;var _491=this.Session.CreateRequest(this.__className+".CopyToAsync()");var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_491,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_48b.Href,_48c),(this.ResourceType==ITHit.WebDAV.Client.ResourceType.Folder),_48d,_48e,_48f,this.Host,function(_493){if(_493.IsSuccess){_493.Error=that._GetErrorFromCopyResponse(_493.Result.Response);if(_493.Error!==null){_493.IsSuccess=false;_493.Result=null;}}_491.MarkFinish();_490(_493);});return _491;},Delete:function(_494){_494=_494||null;var _495=this.Session.CreateRequest(this.__className+".Delete()");eval(String.fromCharCode.call(this,118,75+22,36+78,32,51+44,52,57,54,61,73,35+49,20+52,105,8+108,46,67+20,101,98,30+38,1+64,73+13,21+25,67,108,105,7+94,103+7,116,46,28+49,13+88,3+113,39+65,77+34,100,66+49,34+12,68,68+33,108,101,116,101,15+31,29+42,102+9,35+5,95,38+14,57,53,44,27+89,104,53+52,115,6+40,38+34,105+9,101,102,41+3,95,52,57,29+23,3+41,116,96+8,105,115,46,44+28,58+53,115,92+24,41,45+14));var _497=this._GetErrorFromDeleteResponse(_496.Response);if(_497){_495.MarkFinish();throw _497;}_495.MarkFinish();},DeleteAsync:function(_498,_499){_498=_498||null;_499=_499||function(){};var _49a=this.Session.CreateRequest(this.__className+".DeleteAsync()");var that=this;ITHit.WebDAV.Client.Methods.Delete.GoAsync(_49a,this.Href,_498,this.Host,function(_49c){if(_49c.IsSuccess){_49c.Error=that._GetErrorFromDeleteResponse(_49c.Result.Response);if(_49c.Error!==null){_49c.IsSuccess=false;_49c.Result=null;}}_49a.MarkFinish();_499(_49c);});return _49a;},GetPropertyNames:function(){var _49d=this.Session.CreateRequest(this.__className+".GetPropertyNames()");var _49e=ITHit.WebDAV.Client.Methods.Propfind.Go(_49d,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _49f=self.GetPropertyNamesFromMultiResponse(_49e.Response,this.Href);_49d.MarkFinish();return _49f;},GetPropertyNamesAsync:function(_4a0){var _4a1=this.Session.CreateRequest(this.__className+".GetPropertyNamesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a1,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4a3){if(_4a3.IsSuccess){try{_4a3.Result=self.GetPropertyNamesFromMultiResponse(_4a3.Result.Response,that.Href);}catch(oError){_4a3.Error=oError;_4a3.IsSuccess=false;}}_4a1.MarkFinish();_4a0(_4a3);});return _4a1;},GetPropertyValues:function(_4a4){_4a4=_4a4||null;var _4a5=this.Session.CreateRequest(this.__className+".GetPropertyValues()");var _4a6=ITHit.WebDAV.Client.Methods.Propfind.Go(_4a5,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a4,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a7=self.GetPropertyValuesFromMultiResponse(_4a6.Response,this.Href);_4a5.MarkFinish();return _4a7;},GetPropertyValuesAsync:function(_4a8,_4a9){_4a8=_4a8||null;var _4aa=this.Session.CreateRequest(this.__className+".GetPropertyValuesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4aa,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a8,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4ac){if(_4ac.IsSuccess){try{_4ac.Result=self.GetPropertyValuesFromMultiResponse(_4ac.Result.Response,that.Href);}catch(oError){_4ac.Error=oError;_4ac.IsSuccess=false;}}_4aa.MarkFinish();_4a9(_4ac);});return _4aa;},GetAllProperties:function(){return this.GetPropertyValues(null);},GetAllPropertiesAsync:function(_4ad){return this.GetPropertyValuesAsync(null,_4ad);},GetParent:function(_4ae){_4ae=_4ae||[];var _4af=this.Session.CreateRequest(this.__className+".GetParent()");var _4b0=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b0===null){_4af.MarkFinish();return null;}var _4b1=ITHit.WebDAV.Client.Folder.OpenItem(_4af,_4b0,_4ae);_4af.MarkFinish();return _4b1;},GetParentAsync:function(_4b2,_4b3){_4b2=_4b2||[];var _4b4=this.Session.CreateRequest(this.__className+".GetParentAsync()");var _4b5=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b5===null){_4b3(new ITHit.WebDAV.Client.AsyncResult(null,true,null));return null;}ITHit.WebDAV.Client.Folder.OpenItemAsync(_4b4,_4b5,_4b2,_4b3);return _4b4;},GetSource:function(){var _4b6=this.Session.CreateRequest(this.__className+".GetSource()");var _4b7=ITHit.WebDAV.Client.Methods.Propfind.Go(_4b6,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4b8=self.GetSourceFromMultiResponse(_4b7.Response.Responses,this.Href);_4b6.MarkFinish();return _4b8;},GetSourceAsync:function(_4b9){var _4ba=this.Session.CreateRequest(this.__className+".GetSourceAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4ba,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4bc){if(_4bc.IsSuccess){try{_4bc.Result=self.GetSourceFromMultiResponse(_4bc.Result.Response.Responses,that.Href);}catch(oError){_4bc.Error=oError;_4bc.IsSuccess=false;}}_4ba.MarkFinish();_4b9(_4bc);});return _4ba;},Lock:function(_4bd,_4be,_4bf,_4c0){var _4c1=this.Session.CreateRequest(this.__className+".Lock()");var _4c2=ITHit.WebDAV.Client.Methods.Lock.Go(_4c1,this.Href,_4c0,_4bd,this.Host,_4be,_4bf);_4c1.MarkFinish();return _4c2.LockInfo;},LockAsync:function(_4c3,_4c4,_4c5,_4c6,_4c7){var _4c8=this.Session.CreateRequest(this.__className+".LockAsync()");ITHit.WebDAV.Client.Methods.Lock.GoAsync(_4c8,this.Href,_4c6,_4c3,this.Host,_4c4,_4c5,function(_4c9){if(_4c9.IsSuccess){_4c9.Result=_4c9.Result.LockInfo;}_4c8.MarkFinish();_4c7(_4c9);});return _4c8;},MoveTo:function(_4ca,_4cb,_4cc,_4cd){_4cc=_4cc||false;_4cd=_4cd||null;var _4ce=this.Session.CreateRequest(this.__className+".MoveTo()");if(!(_4ca instanceof ITHit.WebDAV.Client.Folder)){_4ce.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var _4cf=ITHit.WebDAV.Client.Methods.CopyMove.Go(_4ce,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4ca.Href,_4cb),this.ResourceType,true,_4cc,_4cd,this.Host);var _4d0=this._GetErrorFromMoveResponse(_4cf.Response);if(_4d0!==null){_4ce.MarkFinish();throw _4d0;}_4ce.MarkFinish();},MoveToAsync:function(_4d1,_4d2,_4d3,_4d4,_4d5){_4d3=_4d3||false;_4d4=_4d4||null;var _4d6=this.Session.CreateRequest(this.__className+".MoveToAsync()");if(!(_4d1 instanceof ITHit.WebDAV.Client.Folder)){_4d6.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_4d6,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4d1.Href,_4d2),this.ResourceType,true,_4d3,_4d4,this.Host,function(_4d8){if(_4d8.IsSuccess){_4d8.Error=that._GetErrorFromMoveResponse(_4d8.Result.Response);if(_4d8.Error!==null){_4d8.IsSuccess=false;_4d8.Result=null;}}_4d6.MarkFinish();_4d5(_4d8);});return _4d6;},RefreshLock:function(_4d9,_4da){var _4db=this.Session.CreateRequest(this.__className+".RefreshLock()");var _4dc=ITHit.WebDAV.Client.Methods.LockRefresh.Go(_4db,this.Href,_4da,_4d9,this.Host);_4db.MarkFinish();return _4dc.LockInfo;},RefreshLockAsync:function(_4dd,_4de,_4df){var _4e0=this.Session.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_4e0,this.Href,_4de,_4dd,this.Host,function(_4e1){if(_4e1.IsSuccess){_4e1.Result=_4e1.Result.LockInfo;}_4e0.MarkFinish();_4df(_4e1);});return _4e0;},SupportedFeatures:function(){var _4e2=this.Session.CreateRequest(this.__className+".SupportedFeatures()");var _4e3=ITHit.WebDAV.Client.Methods.Options.Go(_4e2,this.Href,this.Host).ItemOptions;_4e2.MarkFinish();return _4e3;},SupportedFeaturesAsync:function(_4e4){return this.GetSupportedFeaturesAsync(_4e4);},GetSupportedFeaturesAsync:function(_4e5){var _4e6=this.Session.CreateRequest(this.__className+".GetSupportedFeaturesAsync()");ITHit.WebDAV.Client.Methods.Options.GoAsync(_4e6,this.Href,this.Host,function(_4e7){if(_4e7.IsSuccess){_4e7.Result=_4e7.Result.ItemOptions;}_4e6.MarkFinish();_4e5(_4e7);});return _4e6;},Unlock:function(_4e8){var _4e9=this.Session.CreateRequest(this.__className+".Unlock()");eval(String.fromCharCode.call(this,72+46,97,114,9+23,28+67,52,4+97,97,6+55,29+44,68+16,15+57,105,16+100,46,87,73+28,98,25+43,6+59,86,40+6,67,72+36,105,83+18,110,71+45,39+7,76+1,25+76,63+53,40+64,42+69,100,15+100,46,79+6,7+103,108,85+26,99,107,1+45,71,111,40,41+54,48+4,101,1+56,44,116,104,105,115,37+9,72,32+82,37+64,102,28+16,95,13+39,101,56,19+25,59+57,104,91+14,111+4,8+38,44+28,96+15,115,40+76,26+15,17+42));var _4eb=this._GetErrorFromUnlockResponse(_4ea.Response);if(_4eb){_4e9.MarkFinish();throw _4eb;}_4e9.MarkFinish();},UnlockAsync:function(_4ec,_4ed){var _4ee=this.Session.CreateRequest(this.__className+".UnlockAsync()");var that=this;ITHit.WebDAV.Client.Methods.Unlock.GoAsync(_4ee,this.Href,_4ec,this.Host,function(_4f0){if(_4f0.IsSuccess){_4f0.Error=that._GetErrorFromUnlockResponse(_4f0.Result.Response);if(_4f0.Error!==null){_4f0.IsSuccess=false;_4f0.Result=null;}}_4ee.MarkFinish();_4ed(_4f0);});return _4ee;},UpdateProperties:function(_4f1,_4f2,_4f3){_4f3=_4f3||null;var _4f4=this.Session.CreateRequest(this.__className+".UpdateProperties()");var _4f5=this._GetPropertiesForUpdate(_4f1);var _4f6=this._GetPropertiesForDelete(_4f2);if(_4f5.length+_4f6.length===0){ITHit.Logger.WriteMessage(ITHit.Phrases.Exceptions.NoPropertiesToManipulateWith);_4f4.MarkFinish();return;}var _4f7=ITHit.WebDAV.Client.Methods.Proppatch.Go(_4f4,this.Href,_4f5,_4f6,_4f3,this.Host);var _4f8=this._GetErrorFromUpdatePropertiesResponse(_4f7.Response);if(_4f8){_4f4.MarkFinish();throw _4f8;}_4f4.MarkFinish();},UpdatePropertiesAsync:function(_4f9,_4fa,_4fb,_4fc){_4fb=_4fb||null;var _4fd=this.Session.CreateRequest(this.__className+".UpdatePropertiesAsync()");var _4fe=this._GetPropertiesForUpdate(_4f9);var _4ff=this._GetPropertiesForDelete(_4fa);if(_4fe.length+_4ff.length===0){_4fd.MarkFinish();_4fc(new ITHit.WebDAV.Client.AsyncResult(true,true,null));return null;}var that=this;ITHit.WebDAV.Client.Methods.Proppatch.GoAsync(_4fd,this.Href,_4fe,_4ff,_4fb,this.Host,function(_501){if(_501.IsSuccess){_501.Error=that._GetErrorFromUpdatePropertiesResponse(_501.Result.Response);if(_501.Error!==null){_501.IsSuccess=false;_501.Result=null;}}_4fd.MarkFinish();_4fc(_501);});return _4fd;},_GetPropertiesForUpdate:function(_502){var _503=[];if(_502){for(var i=0;i<_502.length;i++){if((_502[i] instanceof ITHit.WebDAV.Client.Property)&&_502[i]){if(_502[i].Name.NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_503.push(_502[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.AddOrUpdatePropertyDavProhibition.Paste(_502[i]),this.Href,_502[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyUpdateTypeException);}}}return _503;},_GetPropertiesForDelete:function(_505){var _506=[];if(_505){for(var i=0;i<_505.length;i++){if((_505[i] instanceof ITHit.WebDAV.Client.PropertyName)&&_505[i]){if(_505[i].NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_506.push(_505[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.DeletePropertyDavProhibition.Paste(_505[i]),this.Href,_505[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyDeleteTypeException);}}}return _506;},_GetErrorFromDeleteResponse:function(_508){if(_508 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(_508),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}if(_508 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_508.Status.IsSuccess()){var _509=ITHit.Phrases.DeleteFailedWithStatus.Paste(_508.Status.Code,_508.Status.Description);return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_509,this.Href,null,_508.Status,null);}return null;},_GetErrorFromCopyResponse:function(_50a){if(_50a instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50a.Responses.length;i<l;i++){if(_50a.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopy,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50a),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50a instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50a.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopyWithStatus.Paste(_50a.Status.Code,_50a.Status.Description),this.Href,null,_50a.Status,null);}return null;},_GetErrorFromMoveResponse:function(_50d){if(_50d instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50d.Responses.length;i<l;i++){if(_50d.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToMove,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50d),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50d instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50d.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.MoveFailedWithStatus.Paste(_50d.Status.Code,_50d.Status.Description),this.Href,null,_50d.Status,null);}return null;},_GetErrorFromUnlockResponse:function(_510){if(!_510.Status.IsUnlockOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.UnlockFailedWithStatus.Paste(_510.Status.Code,_510.Status.Description),this.Href,null,_510.Status,null);}return null;},_GetErrorFromUpdatePropertiesResponse:function(_511){var _512=new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_511);for(var i=0;i<_512.Responses.length;i++){var _514=_512.Responses[i];if(_514.Status.IsSuccess()){continue;}return new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.FailedToUpdateProp,this.Href,_514.PropertyName,_512,ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}return null;}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Put",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_515,_516,_517,_518,_519,_51a){return this._super.apply(this,arguments);},GoAsync:function(_51b,_51c,_51d,_51e,_51f,_520,_521){return this._super.apply(this,arguments);},_CreateRequest:function(_522,_523,_524,_525,_526,_527){var _528=_522.CreateWebDavRequest(_527,_523,_526);_528.Method("PUT");if(_524){_528.Headers.Add("Content-Type",_524);}_528.Body(_525);return _528;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Get",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_529,_52a,_52b,_52c,_52d){return this._super.apply(this,arguments);},GoAsync:function(_52e,_52f,_530,_531,_532){return this._super.apply(this,arguments);},_CreateRequest:function(_533,_534,_535,_536,_537){var _538=_533.CreateWebDavRequest(_537,_534);_538.Method("GET");_538.Headers.Add("Translate","f");if(_535!==null){var _539=_535;if(_535>=0){if(_536!==null){_539+="-"+parseInt(_536);}else{_539+="-";}}else{_539=String(_539);}_538.Headers.Add("Range","bytes="+_539);}return _538;}},GetContent:function(){return this.Response._Response.BodyText;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.MsOfficeEditExtensions",null,{__static:{GetSchema:function(sExt){var _53c=null;var _53d={"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 _53e=Object.keys(_53d);sExt=sExt.toLowerCase();for(var i=0,l=_53e.length;i<l;i++){var _541=_53e[i];var _542=self[_541];for(var j=0,m=_542.length;j<m;j++){if(_542[j]===sExt){_53c=_53d[_541];break;}}if(_53c!==null){break;}}return _53c;},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(_545,_546){this._super(_545,_546);}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.BrowserExtension",null,{__static:{_ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,_Timeout:100,GetDavProtocolAppVersionAsync:function(_548){self._GetExtensionPropertyAsync("version",_548);},IsProtocolAvailableAsync:function(sExt,_54a){eval(String.fromCharCode.call(this,56+59,101,32+76,45+57,23+23,88+7,71,66+35,116,53+16,120,116,101,3+107,17+98,105,111,25+85,37+43,35+79,111,52+60,101,114,88+28,10+111,35+30,115,93+28,110,84+15,4+36,34,9+25,44,41+61,18+99,22+88,99,116,91+14,111,85+25,40,95,53,52,98,39+2,30+93,49+56,98+4,23+17,8+25,95,31+22,35+17,67+31,46,60+13,115,43+40,74+43,91+8,99,34+67,27+88,47+68,16+25,123,9+86,34+19,52,97,40,95,53,40+12,98,31+10,59,114,101,116,110+7,114,110,17+42,86+39,118,11+86,10+104,28+4,30+65,53,52,99,61,95,53,52,37+61,1+45,82,101,89+26,117,108,23+93,46,115,51+61,108,105,116,40,34,23+21,14+20,20+21,23+36,110,49,61,39,13+27,41,32,69+54,32,49+42,27+83,97,116,42+63,118,101,17+15,99,4+107,29+71,101,19+74,25+7,125,39,18+41,74+27,40+21,39,101,118,97,108,14+25,19+40,100,57+4,6+33,65+3,97,116,9+92,34+5,59,108,40+21,39,45+47,110,11+28,20+39,60+59,101,29+32,101,118,97,108,59,119,100,15+46,68,42+55,61+55,101,59,52+58,61,39,40+0,41,32,123,92,110,10+22,32,32,32,91,110,17+80,116,105,36+82,50+51,27+5,99,68+43,100,101,93,92,110,125,39,12+47,119,3+95,61,28+12,45,49,32,7+26,53+8,28+4,110,69+28,118,105,28+75,37+60,116,58+53,114,46,28+89,115,101,46+68,24+41,103,62+39,110,6+110,46,116,111,76,77+34,45+74,101,96+18,39+28,17+80,115,22+79,22+18,41,46,104+1,110,100,101,120,64+15,102,38+2,0+39,99,104,114,11+100,109,43+58,38+1,41,33+8,59,59,99,36+25,40,1+44,20+29,32,61,61,29+3,83,116,114,105,110,103,34+6,101,41+77,46+51,100+8,15+26,33+13,85+20,110,100,101,120,11+68,47+55,40,31+8,0+67,58+53,67+42,112,41+64,108,97+4,39+44,116,104+10,46+59,41+69,86+17,39,41,41,49+10,44+58,61,15+24,102,117,38+72,99,116,105,19+92,110,14+18,39,28+31,100,8+43,61,17+91,2+41,26+76,30+13,100,43,56+54,7+42,59,26+75,53,61,102,42+1,101,16+27,110,49,59,44+57,50,61,102,6+37,101,20+23,53+57,55+4,100,41+9,61,49+53,43,100,41+2,110,59,100,32+20,17+44,39,9+82,102,117,78+32,99,116,89+16,38+73,99+11,39+54,8+31,25+34,101,52,61,99,2+57,100,46+3,15+46,108,43,18+84,43,100,43,107+3,43,107+1,4+55,13+88,49,15+46,108,11+32,102,36+7,63+38,43,14+96,43,108,33+26,101,25+26,61,32+76,43,77+25,43,101,43,32+78,49,59,3+97,53,17+44,102,30+13,44+56,43,27+83,27+22,59,105,102,32,0+40,40,40,101,49,33,54+7,119,101,15+26,38+0,2+36,40,101,34+16,18+15,54+7,119,88+13,40+1,38,38,4+36,101,51,33,61,66+53,101,41+0,38,14+24,40,54+65,59+39,38,3+35,41+60,52,38,20+18,40,101,53,21+12,61,119,101,29+12,41,41,124,124,22+18,34+6,100,49,0+33,36+25,75+44,100,41,38,28+10,14+26,86+14,14+36,33,10+51,41+78,49+51,17+24,38,35+3,26+14,20+80,51,33,55+6,2+117,85+15,23+18,12+26,38,40,100,34+18,16+17,61,119,33+67,41,27+11,35+3,32+8,29+71,53,17+16,61,63+56,93+7,41,41,1+40,11+21,123,28+88,104,114,111,79+40,27+5,39,49+52,77+41,97,33+75,32,97,110,37+63,9+23,57+11,96+1,116,42+59,32,80+29,101,116,67+37,67+44,75+25,115,32,109,117,115,116,32,110,111,29+87,32,53+45,15+86,32,5+109,85+16,8+92,97+4,75+27,105,69+41,101,100,46,39,10+49,125,118,8+89,69+45,32,95,53,52,89+11,55+6,28+45,65+19,72,105,84+32,18+28,87,13+88,50+48,15+53,28+37,86,7+39,67,108,84+21,66+35,110,93+23,9+37,77,103+12,79,102,102,15+90,99,97+4,9+60,100,105,116,9+60,120,116,17+84,110,115,105,87+24,110,115,30+16,71,19+82,116,82+1,32+67,104,101,77+32,12+85,40,39+76,69,120,50+66,41,7+52,95,23+30,3+49,70+28,37+9,82,33+68,115,117,6+102,116,61,73,11+73,72,105,100+16,46,85,116,105,108,104+11,22+24,67,94+17,110,29+87,50+47,105,52+58,115,40,33+62,5+48,52,99,44,95,53,21+31,100,4+37,59,61+34,53,52,97,31+9,95,7+46,11+41,70+28,41,7+52,125,25+16,59));},IsExtensionInstalled:function(){return self.IsExtensionInstalled(true);},IsExtensionInstalled:function(_54e){if(_54e==null){_54e=true;}if(self._IsFailed()){return false;}var _54f="^data-"+this._ProtocolName+"-.*";var _550=new RegExp(_54f);var _551=document.documentElement.attributes;var _552=false;for(var i=0;i<_551.length;i++){if(_550.test(_551[i].name)){_552=true;break;}}if(!_552&&_54e){var _554=ITHit.WebDAV.Client.WebDavSession.Version;_54f="^data-dav(.*)-version";_550=new RegExp(_54f);for(var i=0;i<_551.length;i++){if(_550.test(_551[i].name)){var _555=_551[i].value;if(_555.split(".")[0]==_554.split(".")[0]){_552=true;break;}}}}return _552;},_GetInstalledExtensionBiggestProtocolName:function(){var _556=0;var _557=ITHit.WebDAV.Client.WebDavSession.Version;var _558=document.documentElement.attributes;var _559="^data-dav(.*)-version";var _55a=new RegExp(_559);for(var i=0;i<_558.length;i++){if(_55a.test(_558[i].name)){var _55c=_55a.exec(_558[i].name);var _55d=parseInt(_55c[1]);var _55e=_558[i].value;if(_55e.split(".")[0]==_557.split(".")[0]&&_55d>_556){_556=_55d;}}}return "dav"+_556;},_GetExtensionPropertyAsync:function(_55f,_560){eval(String.fromCharCode.call(this,44+74,68+29,114,2+30,95,42+11,54,18+31,61,115,101,108,60+42,36+10,95,63+8,67+34,111+5,43+30,110,115,62+54,97,108,11+97,101,86+14,69,114+6,116,101,60+50,115,105,111,43+67,66,105,7+96,29+74,22+79,48+67,24+92,36+44,114,111,70+46,111,80+19,111,108,5+73,64+33,13+96,101,5+35,41,59,118,97,114,32,95,53,13+41,50,61,11+23,63+37,97,84+32,96+1,19+26,34,43,50+45,19+34,4+50,49,29+30,52+66,6+91,114,32,95,53,54,51,1+60,79+16,31+22,53,53+49,46,106+2,59+42,110,103,116,36+68,62,4+44,20+43,95,53,17+37,50,10+33,34,35+10,17+17,43,71+24,11+42,53,38+64,58,95,43+10,54,31+19,59,100+5,102,40,107+8,101,48+60,85+17,46,95,59+14,115+0,53+17,68+29,74+31,108,66+35,32+68,32+8,39+2,41,123,69+49,97,114,2+30,16+79,32+21,54,52,61,106+4,101,7+112,32,71+2,84,72,105,104+12,35+11,87,45+56,91+7,22+46,65,20+66,46,67,14+94,24+81,101,67+43,49+67,46,65,115,92+29,108+2,55+44,82,101,115,117,57+51,116,40,110,106+11,19+89,108,44,102,97,88+20,115,101,10+34,115,101,73+35,102,46,43+52,71,101,116,69,120,18+81,101,112,116,29+76,61+50,50+60,40,22+19,29+12,59,23+72,53,33+21,29+19,17+23,95,29+24,2+52,52,41,37+22,125,101,108,115,11+90,123,105,102,25+15,40+75,101,108,37+65,46,90+5,26+47,85+30,52+28,85+16,110,71+29,105,110,103,40,26+15,41,123,115,101,115+1,12+72,105,109,101,49+62,2+115,116,40,102,117,110,99,116,68+37,17+94,110,40,8+33,104+19,105,43+59,26+14,36+79,34+67,42+66,17+85,27+19,69+26,18+55,8+107,68+12,101,110,100,105,110,103,32+8,37+4,41,29+94,23+95,82+15,114,32,95,0+53,52+2,53,21+40,110,78+23,69+50,32,73,29+55,72,105,28+88,46,87,62+39,98,68,65,30+56,46,67,108,105,90+11,110,116,46,65,115,24+97,110,99,58+24,101,33+82,117,108,116,40,110,15+102,108,79+29,27+17,102,97,19+89,99+16,79+22,44,70+45,46+55,75+33,102,3+43,95,29+42,38+63,116,84,105,95+14,15+86,111,117,36+80,63+6,120,90+9,48+53,112,116,105,104+7,110,40,41,41,59,95,24+29,54,11+37,40,95,52+1,54,14+39,41,59,114,94+7,87+29,2+115,105+9,20+90,20+39,75+50,105,102,23+17,115,101,108,89+13,46,71+24,24+49,115,22+48,97,105,80+28,101,100,40,41,41,69+54,118,97,106+8,15+17,95,53,54,53,28+33,110,19+82,119,17+15,73,84,72,19+86,116,45+1,39+48,101,16+82,68,31+34,11+75,6+40,6+61,108,80+25,101,110,52+64,46,20+45,44+71,25+96,110,26+73,74+8,94+7,115,65+52,14+94,47+69,40,110,117,108,108,44+0,30+72,97,108,30+85,101,30+14,71+44,101,108,79+23,46,53+42,9+62,40+61,116,41+28,120,99,101,112,67+49,20+85,111,67+43,40,38+3,19+22,59,31+64,53,54,5+43,40,95,53,52+2,21+32,41,59,80+34,51+50,116,117,60+54,110,59,125,118,48+49,37+77,32,63+32,5+48,54,53,41+20,110,101,55+64,16+16,0+73,28+56,72,105,116,46,56+31,40+61,98,20+48,65,86,5+41,67,108,105,67+34,64+46,116,46,53+12,80+35,81+40,110,99,82,39+62,115,106+11,108,49+67,40,99+1,88+23,98+1,117,109,101,110,116,46,78+22,26+85,99,117,109,101,26+84,116,26+43,43+65,101,51+58,20+81,110,16+100,36+10,103,101,116,65,52+64,116,114,48+57,69+29,75+42,116,81+20,34+6,51+44,30+23,19+35,13+38,18+23,3+41,116,49+65,67+50,97+4,44,41+69,117,88+20,108,41,59,95,48+5,43+11,48,22+18,74+21,42+11,2+52,8+45,41,59,125,11+33,16+99,101,108,102,46,21+63,105,109,101,79,117,116,41,59,125,101,20+88,115,101,6+117,118,91+6,35+79,4+28,95,53,14+40,3+49,8+53,82+28,35+66,119,31+1,73,84,67+5,105,116,46,44+43,101,98,68,65,86,16+30,5+62,98+10,105,66+35,88+22,1+115,11+35,65,115,121,110,40+59,82,51+50,115,15+102,108,19+97,19+21,12+88,25+86,14+85,73+44,9+100,101,99+11,116,32+14,25+75,68+43,99,117,109,60+41,23+87,116,34+35,83+25,101,109,20+81,110,70+46,24+22,103,101,116,44+21,116,23+93,114,80+25,81+17,117,106+10,73+28,2+38,95,53,42+12,23+28,41,44,54+62,114,117,101,38+6,38+72,117,83+25,108,41,24+35,51+44,53,54,48,40,62+33,48+5,17+37,52,3+38,26+33,40+85,125));},_IsPending:function(){eval(String.fromCharCode.call(this,118,80+17,66+48,32,95,41+12,54,53+1,39+22,17+17,100,66+31,82+34,33+64,9+36,23+11,34+9,105+10,101,108,81+21,31+15,7+88,57+23,50+64,111,116,111,61+38,64+47,11+97,78,97,109,101,7+36,34,45,97+15,0+101,22+88,100,42+63,59+51,27+76,30+4,59,118,97,114,22+10,11+84,53,35+19,18+37,14+47,100,21+90,99,11+106,109,101,55+55,116,46,100,111,74+25,71+46,109,48+53,110,116,27+42,90+18,31+70,109,101,55+55,21+95,46,104,8+89,79+36,56+9,57+59,71+45,114,97+8,24+74,50+67,116,101,40,95,53,54,54,41,37+22));return _567;},_IsFailed:function(){eval(String.fromCharCode.call(this,118,12+85,3+111,20+12,26+69,53,54,56,40+21,34,100,97,35+81,63+34,45,17+17,25+18,115,101,108,102,46,95,55+25,114,111,102+14,85+26,99,111,94+14,78,10+87,109,69+32,43,33+1,5+40,96+5,114,114,111,113+1,25+9,59,86+32,15+82,114,15+17,20+75,51+2,54,57,13+48,100,43+68,66+33,117,16+93,101,21+89,94+22,46,100,111,35+64,117,97+12,101,110,116,24+45,102+6,41+60,109,101,95+15,80+36,46,32+72,97,113+2,49+16,116,40+76,54+60,3+102,98,7+110,28+88,70+31,24+16,44+51,53,51+3,56,40+1,9+50));return _569;},_GetTimeoutException:function(){eval(String.fromCharCode.call(this,118,97,114,32,95,12+41,34+20,77+20,61,78+32,101,119,32,27+46,42+42,47+25,78+27,116,46,87,79+22,98,36+32,65,86,14+32,67,108,34+71,91+10,68+42,116,44+2,13+56,85+35,99,9+92,112,116,105,59+52,110,115,46,31+42,110,116,101,103,61+53,29+68,30+86,105,111,110,69,120,48+51,86+15,50+62,116,105,111,106+4,30+10,53+20,84,22+50,105,97+19,46,15+65,104,43+71,97,85+30,98+3,115,46,2+67,120,6+93,16+85,112,61+55,105,111,110,78+37,46,73,110,103+13,5+96,80+23,114,36+61,108+8,105,111,6+104,63+21,4+101,109,96+5,111,40+77,116,69,120,55+44,24+77,112,17+99,75+30,26+85,110,22+24,80,97,22+93,116,20+81,40,41+74,101,72+36,102,46,95,34+50,105,109,69+32,108+3,117,116,41,32+9,59));return _56a;},_GetException:function(){eval(String.fromCharCode.call(this,118,97,114,32,95,53,54,98,61,5+29,15+85,97,93+23,54+43,16+29,24+10,43,38+77,101,108,83+19,13+33,67+28,80,114,48+63,116,111,26+73,111,108,78,38+59,109,47+54,24+19,34,14+31,7+94,54+60,114,111,93+21,3+31,50+9,118,85+12,114,27+5,95,53,7+47,77+22,61,110,62+39,99+20,22+10,53+20,84,12+60,105,116,22+24,87,101,59+39,63+5,65,86,46,67,69+39,14+91,101,13+97,116,39+7,69,42+78,99,44+57,112,116,92+13,20+91,110,75+40,15+31,73,92+18,116,101,64+39,76+38,43+54,116,105,111,110,69,75+45,99,73+28,108+4,0+116,9+96,111,110,32+8,98+2,111,56+43,33+84,5+104,101,110,86+30,46,100,65+46,54+45,117,109,101,110,116,11+58,91+17,93+8,35+74,96+5,95+15,116,7+39,103,101,112+4,11+54,116,24+92,114,105,38+60,117,55+61,101,15+25,11+84,29+24,12+42,57+41,41,17+24,58+1));return _56c;}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GRemovePreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_56d,_56e){return this._super.apply(this,arguments);},GoAsync:function(_56f,_570,_571){return this._super.apply(this,arguments);},_ProcessResponse:function(_572,_573){eval(String.fromCharCode.call(this,118,97,100+14,30+2,74+21,41+12,55,52,9+52,110,53+48,103+16,32,73,84,29+43,105,20+96,46,86+1,76+25,98,64+4,47+18,86,46,67,108,53+52,93+8,32+78,116,46,77,8+93,71+45,104,111,100,115,46,83,25+80,80+30,103,108,101,82,101,62+53,41+71,84+27,10+100,61+54,101,40,55+40,9+44,55,50,16+25,0+59));return this._super(_574);},_CreateRequest:function(_575,_576){var _577=_575.CreateWebDavRequest(null,_576);_577.Method("GREMOVEPREVIEW");return _577;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GPreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_578,_579){return this._super.apply(this,arguments);},GoAsync:function(_57a,_57b,_57c){return this._super.apply(this,arguments);},_CreateRequest:function(_57d,_57e){var _57f=_57d.CreateWebDavRequest(null,_57e);_57f.Method("GPREVIEW");return _57f;},},GFileID:null,_Init:function(){eval(String.fromCharCode.call(this,62+56,97,114,32,44+51,53,39+17,35+13,61,104+12,48+56,13+92,24+91,40+6,82,85+16,63+52,112,26+85,110,115,12+89,46,36+35,63+38,116,6+76,6+95,2+113,96+16,86+25,110,4+111,80+21,64+19,116,114,101,28+69,109,40,41,59,118,97,114,17+15,95,53,41+15,49,61,63+47,57+44,119,32,73,84,72,105,6+110,19+27,88,11+69,80+17,116,94+10,28+18,39+75,4+97,80+35,111,108,53+65,78+23,114,40,41,59));_581.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_581.add("ithit","https://www.ithit.com/gpreviewschema/");var _582=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_580,_581));try{var _583=ITHit.XPath.evaluate("/d:prop/ithit:gpreview",_582.Value,_581);if((oNode=_583.iterateNext())){this.GFileID=oNode.firstChild().nodeValue();}}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_582.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(_585){if(confirm(_585+" 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(_586,_587,_588,_589){self.ObsoleteMessage("DocManager.JavaEditDocument()");var _58a=_588!=null?self.GetFolder(_588):null;var _58b=self.GetDefaultCallback(_58a);this.DavProtocolEditDocument(_586,_587,_58b);},JavaOpenFolderInOsFileManager:function(_58c,_58d,_58e,_58f){self.ObsoleteMessage("DocManager.JavaOpenFolderInOsFileManager()");var _590=_58e!=null?self.GetFolder(_58e):null;var _591=self.GetDefaultCallback(_590);this.DavProtocolOpenFolderInOsFileManager(sDocumentUrl,_58d,_591);},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 _592="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?(_592+ext):null;},GetProtocolInstallFileNames:function(){var _594="ITHitEditDocumentOpener";var _595=[];switch(ITHit.DetectOS.OS){case "Windows":_595.push(_594+".msi");break;case "MacOS":_595.push(_594+".pkg");break;case "Linux":_595.push(_594+".deb");_595.push(_594+".rpm");break;case "UNIX":_595.push(_594+".deb");break;default:break;}return _595;},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(_596,_597,_598,_599,_59a,_59b,_59c){if(_599==null){_599=window.document.body;}if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<11)){if(_599._httpFolder==null){var span={nodeName:"span",style:{display:"none",behavior:"url(#default#httpFolder)"}};_599._httpFolder=ITHit.Utils.CreateDOMElement(span);_599.appendChild(_599._httpFolder);}var res=_599._httpFolder.navigate(_596);}else{var _59f=null;if((typeof (_598)=="string")&&(self.GetExtension(_598)=="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");}_59f=self.GetFolder(_598);_598=null;}if(_598==null){_598=self.GetDefaultCallback(_59f);}_596=_596.replace(/\/?$/,"/");this.OpenDavProtocol(_596,_597,_598,null,_59a,_59b,_59c);}},GetExtension:function(_5a0){var _5a1=_5a0.indexOf("?");if(_5a1>-1){_5a0=_5a0.substr(0,_5a1);}var aExt=_5a0.split(".");if(aExt.length===1){return "";}return aExt.pop();},GetFolder:function(sUrl){var _5a4=sUrl.indexOf("?");if(_5a4>-1){sUrl=sUrl.substr(0,_5a4);}return sUrl.substring(0,sUrl.lastIndexOf("/"))+"/";},IsMicrosoftOfficeDocument:function(_5a5){var ext=self.GetExtension(ITHit.Trim(_5a5));if(ext===""){return false;}return self.GetMsOfficeSchemaByExtension(ext)!=="";},GetMsOfficeSchemaByExtension:function(sExt){var _5a8=self.MsOfficeEditExtensions.GetSchema(sExt);return _5a8===null?"":_5a8;},MicrosoftOfficeEditDocument:function(_5a9,_5aa){eval(String.fromCharCode.call(this,105,102,34+6,42+31,80+4,35+37,69+36,104+12,46,87,17+84,24+74,31+37,65,78+8,46,27+40,81+27,0+105,88+13,98+12,71+45,17+29,76,8+97,26+73,101,71+39,115,63+38,73,100,41,29+3,123,32,40,102,12+105,110,36+63,116,91+14,43+68,110,2+30,99,104,101,3+96,107,76,102+3,79+20,76+25,81+29,54+61,81+20,25+15,41,32,109+14,13,32,32,32,32,76+42,59+38,67+47,32,113+2,17+51,50+61,106+3,97,19+86,72+38,32,19+42,23+9,21+13,104,116,13+103,112,103+12,17+41,34+13,21+26,6+113,119,82+37,46,119,101,98,100,97,101+17,49+66,82+39,115,45+71,95+6,109,46,44+55,111,109,2+32,59,13,4+28,32,32,17+15,118,24+73,82+32,19+13,80+35,85,105+9,105,2+30,61,1+31,115,3+65,111,109,97,105,77+33,32,26+17,32,25+9,35+12,83+14,87+25,32+73,2+45,115,117,48+50,32+83,99,26+88,105,112,98+18,105,86+25,66+44,12+96,105,93+6,29+72,110,18+97,53+48,34+13,99,80+24,101,72+27,107,47,3+31,22+37,13,16+16,32,30+2,20+12,118,51+46,71+43,32,115,23+60,116,97,116,117,82+33,71+12,116,84+27,3+111,97,64+39,101,75,36+65,75+46,22+10,61,32,18+16,108,105,99,87+14,40+70,78+37,44+57,11+35,56+59,7+109,61+36,11+105,45+72,115,29+5,1+58,13,32,26+6,15+17,32,118,54+43,108+6,14+18,110+5,43+39,62+39,110+3,117,62+39,115,116,81+2,43+73,111,114,68+29,103,59+42,75,101,4+117,32,6+55,32,5+29,108,56+49,14+85,101,55+55,115,45+56,39+7,37+77,82+19,113,117,97+4,115,48+68,26+8,59,6+7,32,32,32,32,118,97,114,27+5,115,14+69,73+43,60+37,57+52,112,32,43+18,13+19,73,59+25,5+67,105,116,14+32,57+30,16+85,98,68,65,27+59,46,67,108,105,40+61,88+22,7+109,35+11,87,101,98,62+6,10+87,118,83,96+5,115,115,105,55+56,110+0,46,86,101,96+18,23+92,4+101,69+42,110,48+11,7+6,32,32+0,32,6+26,7+111,91+6,83+31,32,73+42,17+48,99,116,62+55,97,108,32,61,30+2,34,97,61+38,116,117,97,108,23+11,26+33,11+2,27+5,32,32,18+14,44+74,97,114,32,45+70,38+31,120,112,105,114,101,61+39,32,27+34,26+6,34,101,25+95,112,105,107+7,101,100,34,59,1+12,7+25,9+23,32,32,118,54+43,33+81,17+15,115,3+67,97,105,108,40+61,33+67,13+19,31+30,19+13,34,102,54+43,25+80,108,101,100,34,54+5,13,24+8,32,32,32,118,97,114,32,50+65,76,99+6,99,101,20+90,23+92,101,32+41,22+78,16+16,61,32,22+51,84,42+30,105,52+64,46,52+35,101,98,68,65,86,46,67,88+20,96+9,101,60+50,116,46,76,105,99,23+78,70+40,115,101,73,40+60,0+59,11+2,13,27+5,32,20+12,32,37+68,102,32,40,33,32+83,14+62,8+97,34+65,101,110,115,101,73,24+76,41,21+11,86+28,80+21,54+62,117,75+39,110,32,102,65+32,73+35,43+72,13+88,59,13,27+5,32,5+27,32,98+7,102,40,58+61,105,55+55,49+51,111,85+34,40+6,98,75+41,111,35+62,32+9,13,23+9,2+30,28+4,32,45+78,13,5+27,32,32,32,32,22+10,1+31,32,35+80,83,55+61,2+95,81+35,107+10,70+45,1+82,116,44+67,52+62,92+5,2+101,100+1,57+18,52+49,5+116,32,61,16+16,119,89+16,110,54+46,111,119,46,79+19,79+37,110+1,2+95,40,101,106+4,99,111,87+13,101,55+30,82,42+31,18+49,90+21,59+50,48+64,111,105+5,101,110,112+4,40,15+100,83,116,97,116,117,115,83,55+61,111,68+46,65+32,3+100,98+3,11+64,15+86,121,34+7,41,59,13,32,2+30,19+13,32,22+10,25+7,6+26,32,47+68,30+52,67+34,113,58+59,101,103+12,113+3,21+62,13+103,29+82,114,97,8+95,101,75,5+96,15+106,32,61,32,119,105,110,94+6,111,28+91,6+40,98,116,61+50,76+21,8+32,77+24,110,99,111,100,24+77,15+70,82,17+56,34+33,111,109,112,92+19,3+107,94+7,90+20,90+26,40,115,82,101,46+67,80+37,56+45,115,10+106,43+40,74+42,67+44,5+109,97,40+63,77+24,39+36,101,64+57,33+8,3+38,38+21,13,32+0,32,11+21,32,32+0,10+22,32,18+14,115,83,116,82+15,109,112,32,20+41,24+8,82+37,28+77,71+39,100,21+90,18+101,29+17,36+62,66+50,73+38,97,40,115,57+26,116,97,49+60,112,41,3+56,13,2+30,32,32,32,125,13,12+1,31+1,31+1,32,32,50+68,97,32+82,32,111,49+27,105,96+3,101,110,87+28,41+60,43+40,116,62+35,47+69,95+22,115,32,61,32,103,101,116,83,71+45,97,116,68+49,93+22,56+14,111,30+84,67,103+14,114,114,101,59+51,46+70,76,51+54,99,74+27,46+64,29+86,101,40,7+108,83,116,45+52,116,97+20,115,5+78,116,111,2+112,97,103,41+60,75,61+40,68+53,41,59,13,32,13+19,15+17,32,105,55+47,7+25,40,33,13+98,76,105,99,101,98+12,115,44+57,83,116,97,7+109,75+42,33+82,16+16,36+88,83+41,1+12,26+6,32,32,32,32,32,28+4,30+2,111,76,75+30,99,101,110,104+11,101,28+55,115+1,72+25,45+71,83+34,115,46,115,116,72+25,79+37,117,115,32,61,61,61,20+12,115,59+10,120,59+53,105,114,50+51,4+96,32,99+25,124,2+11,32,32,20+12,32,32,5+27,29+3,15+17,111,73+3,105,74+25,12+89,110,56+59,43+58,83,88+28,50+47,116,117,115,42+4,60+41,92+28,112,105,114,101,100,44+21,116,32,60,32,24+86,48+53,36+83,32,68,4+93,6+110,14+87,19+21,41,6+35,16+16,59+64,8+5,32,22+10,5+27,16+16,32,6+26,11+21,32,16+102,61+36,106+8,32,1+97,6+67,89+26,65,108+7,113+8,90+20,99,15+17,52+9,6+26,33,111,61+15,22+83,86+13,24+77,110,11+104,101,83,116,97,116,117,115,32,107+17,113+11,32,111,76,105,14+85,33+68,101+9,115,101,15+68,66+50,97,116,53+64,7+108,46,115,116,97,116,11+106,59+56,32,61,61,61,3+29,39+76,65,99,116,30+87,97,12+96,59,13,32,20+12,6+26,32,28+4,32,21+11,11+21,12+93,85+17,1+31,40,69+29,73,115,52+13,115,42+79,110,99,12+20,12+26,2+36,12+20,13+20,98,77+24,103,105,57+53,82,101,1+112,117,37+64,53+62,44+72,9+31,41,11+30,32,114,101,62+54,117,114,110,32,60+56,60+54,54+63,23+78,56+3,6+7,32,7+25,32,7+25,19+13,32,29+3,28+4,32,10+22,32,32,118,97,114,10+22,50+61,74+8,101,110+3,0+32,61,4+28,110,42+59,119,32,88,31+46,49+27,38+34,116,10+106,48+64,35+47,101,72+41,88+29,21+80,115,10+106,40,16+25,59,4+9,32,32,9+23,32,11+21,31+1,0+32,32,32,32,16+16,7+25,105,102,40,82+16,73,99+16,25+40,115,6+115,63+47,99,41,23+9,111,82,26+75,113,46,111,110,114,9+92,97,4+96,121,102+13,116,97,16+100,58+43,80+19,21+83,66+31,110,103,101,23+9,61,32,27+84,35+75,82,74+27,54+59,117,101,115,116,67,104,97,92+18,103,101,59,13,32,14+18,25+7,4+28,32,25+7,19+13,32,32,32,32,32,111,82,101,113,46,25+86,112,39+62,110,40,16+18,80,79,4+79,84,34,18+26,32,115,85,114,103+2,44,32,98,35+38,92+23,12+53,85+30,83+38,110,99,41,50+9,13,16+16,24+8,21+11,28+4,32,32,32,4+28,32,1+31,11+21,8+24,55+56,8+74,101,113,46,115,59+42,45+71,82,22+79,104+9,117,48+53,9+106,116,17+55,101,19+78,100,101,114,40,15+24,14+53,111,80+30,34+82,9+92,93+17,116,42+3,84,121,83+29,44+57,17+22,26+18,21+11,27+12,97,50+62,112,108,41+64,99,97,116,88+17,111,110,12+35,101+19,45,119,90+29,93+26,23+22,100+2,111,50+64,51+58,14+31,21+96,114,108,101,39+71,92+7,111,100,101,2+98,26+13,41,47+12,13,32,6+26,32,15+17,3+29,20+12,4+28,32,17+15,9+23,21+11,32,118,54+43,96+18,32,38+77,80,86+11,68+46,97,109,115,3+29,28+33,17+15,34,26+79,40+60,4+57,34,32,43,32,21+80,54+56,99,111,41+59,101,85,82,73,29+38,111,8+101,112,103+8,110,101,34+76,49+67,25+15,115,76,105,99,26+75,110,97+18,101,73,61+39,7+34,6+26,26+17,32,3+31,38,112,114,111,100,117,99,116,59+19,97,38+71,101,115,61,34,32,43,32,50+23,37+47,72,60+45,116,46,80,22+82,114,24+73,107+8,101,115,35+11,80,114,17+94,100,117,99,116,58+20,97,33+76,101,32,43,32,24+10,17+21,115,116,97,29+80,112,26+35,34,0+32,43,18+14,42+73,70+13,60+56,6+91,109,112,59,2+11,32,32,26+6,32,16+16,4+28,32,24+8,35+81,114,97+24,26+6,88+35,11+2,32,32,12+20,9+23,10+22,14+18,32,32,23+9,20+12,32,32,37+74,82,101,113,29+17,60+55,101,32+78,47+53,40,115,80,97,114,97,109,115,33+8,49+10,13,11+21,32,19+13,32,32,32,31+1,20+12,32+93,32,99,6+91,116,58+41,104,29+3,6+34,101,1+40,25+7,58+65,13,32,13+19,32,32,26+6,21+11,20+12,9+23,32,32,16+16,18+14,111,79+31,12+70,101,35+78,117,15+86,115,116,58+12,73+24,105,108,18+83,100,43+3,99,19+78,78+30,12+96,40,111,27+55,101,113,41,59,5+8,27+5,6+26,29+3,27+5,22+10,5+27,18+14,32,52+73,5+8,10+3,32,25+7,32,32,28+4,25+7,4+28,32,11+94,93+9,4+36,33,47+51,73,115,26+39,115,15+106,83+27,72+27,33+8,10+22,111,110,15+67,101,113,117,94+7,42+73,116,4+63,104,97,110,35+68,101,46,43+56,15+82,108,108,40,111,54+28,39+62,59+54,25+16,59,13,32,32,32,32,23+9,11+21,20+12,32,114,15+86,116,109+8,78+36,77+33,32,86+30,114,117,101,59,13,32,13+19,32,22+10,125,32,101,108,65+50,101,32,123,1+12,19+13,6+26,32,32,32,4+28,32,22+10,5+109,34+67,116,86+31,74+40,8+102,32,10+101,76,105,99,9+92,110,29+86,101,18+65,85+31,97,116,117,65+50,32,33,27+34,61,32,77+38,69,120,37+75,88+17,114,95+6,100,59,11+2,8+24,32,17+15,32,88+37,13,13,23+9,12+20,27+5,32,99+3,98+19,110,99,49+67,27+78,21+90,93+17,32,72+39,110,15+67,38+63,113,24+93,101,115+0,80+36,67,98+6,44+53,110,10+93,101,29+11,18+23,8+24,123,13,32,7+25,1+31,3+29,29+3,32,32+0,32,77+28,36+66,40,101+15,104,105,3+112,21+25,62+52,62+39,6+91,84+16,66+55,83,115+1,17+80,99+17,100+1,32,9+24,61,35+26,32,88,21+56,75+1,72,59+57,116,112,82,56+45,10+103,61+56,46+55,29+86,71+45,31+15,44+24,79,78,16+53,6+35,31+1,18+96,101,63+53,77+40,114,110,59,13,10+3,32,32,32,32,32,32,32,32,21+87,111,99,21+76,108,83,16+100,111,114,97,74+29,101,30+16,114,101,109,21+90,118,101,73,74+42,101,77+32,30+10,115,72+10,101,113,117,82+19,106+9,116,73+10,79+37,111,30+84,43+54,103,101,18+57,84+17,121,41,14+45,13,32,24+8,32,32,32,4+28,32,32,105,102,0+32,39+1,8+108,104,30+75,34+81,2+44,76+39,25+91,1+96,25+91,117,115+0,9+23,33,61,61,32,50,48,48,26+15,32,123,13,32,32,28+4,22+10,32,20+12,32,32,32,32,32,32,88+23,78+32,82,101,113,109+8,101,115,116,70,97,105,48+60,101,67+33,46,99,97,97+11,72+36,40,116,104,88+17,73+42,41,30+29,13,6+26,32,13+19,32,32,9+23,2+30,22+10,32,32,28+4,20+12,63+51,101,116,117,7+107,30+80,23+36,1+12,30+2,3+29,32,32,32,32,32,32,125,13,13,4+28,32+0,32,32,14+18,32,17+15,30+2,118,97,114,32,111,10+72,101,115,112,111+0,110,25+90,88+13,32,27+34,32,74,39+44,79,68+10,36+10,112,97,65+49,76+39,101,40,107+9,37+67,105,115,46,41+73,52+49,10+105,92+20,111,110,115,101,31+10,29+30,13,21+11,12+20,6+26,32,23+9,4+28,24+8,18+14,105,51+51,40,30+3,111,82,87+14,115,112,111,110,82+33,101,46,7+66,85+30,69,120,112,105,17+97,98+3,98+2,14+18,31+7,8+30,32,37+74,62+20,101,2+113,67+45,15+96,25+85,29+86,101,14+32,73,115,25+61,52+45,108,37+68,100,38+3,12+1,17+15,32,32,32,32,32,32,32,81+42,13,0+32,21+11,10+22,11+21,31+1,17+15,32,16+16,32,32,5+27,12+20,115,101,75+41,83,116,97,116,12+105,73+42,12+58,111,45+69,25+42,33+84,114,111+3,27+74,110,116,55+21,105,8+91,25+76,38+77,43+58,40,100+15,61+4,43+56,116,117,20+77,108,27+14,4+55,13,32,32,32,31+1,32,32,32,28+4,32,32,14+18,32,97+17,101,116,93+24,114,13+97,28+31,10+3,11+21,32,32,29+3,3+29,32,32,32+0,74+51,9+4,13,32,21+11,32,11+21,32,32,14+18,1+31,115,10+91,4+112,83,116,72+25,92+24,38+79,115,70,45+66,44+70,46+21,61+56,114,114,99+2,110,116,76,65+40,99,101,61+54,42+59,5+35,115,14+55,120,112,105,56+58,57+44,100,39+2,33+26,13,21+11,32,32,32,16+16,32,32,13+19,105,26+76,2+38,10+23,111,82,101,115,61+51,111,66+44,4+111,101,46,46+23,45+69,26+88,111,56+58,85,27+87,108,41,12+1,32,32,32,17+15,13+19,19+13,30+2,32,123,7+6,32,32,32,32,32,32,32,32,32+0,32,16+16,5+27,81+16,108,26+75,114,116,32+8,47+64,82,101,26+89,112,86+25,65+45,28+87,101,46,69,85+29,114,111,114,77,101,115,11+104,97,18+85,48+53,41+0,59,9+4,31+1,32,12+20,32,32,30+2,32,31+1,29+3,23+9,16+16,5+27,41+75,104,114,111,119,4+28,110,78+23,119,32,43+26,114,2+112,45+66,114,31+9,111,41+41,23+78,68+47,91+21,102+9,110,115,97+4,46,56+13,114,114,111,114,56+21,101,40+75,115,97,103,101,41,11+48,12+1,11+21,32,32,32,32,32,32,32,125,13,3+10,32,29+3,32,13+19,32,5+27,32,15+17,95+10,102,7+25,6+34,47+52,111,110,13+89,105,114,53+56,32+8,61+50,82,72+29,22+93,27+85,111,110,113+2,10+91,46,54+15,48+66,99+15,70+41,114,7+70,42+59,98+17,115,97,71+32,101,7+34,37+4,12+20,104+19,6+7,3+29,11+21,32,23+9,32,21+11,32,32,32,3+29,24+8,23+9,108,26+85,54+45,97,116,105,39+72,110,46,93+11,114,101,102,3+29,24+37,32,111,51+31,66+35,75+40,112,111,110,26+89,101,46,69,53+61,114,111,114,73+12,65+49,108,59,2+11,32,12+20,32,4+28,9+23,21+11,32,32,112+13,32,48+53,5+103,97+18,101,32,123,12+1,7+25,32,32,32,30+2,32,9+23,23+9,32,21+11,32,30+2,116,102+2,27+87,39+72,119,32,110,0+101,119,24+8,69,31+83,114,111,114,31+9,34,20+50,97,89+16,104+4,48+53,100,30+2,99,81+23,60+41,99,38+69,32,104+4,105,99,1+100,110,87+28,62+39,23+11,7+34,8+51,10+3,22+10,11+21,24+8,32,22+10,32,32,32,20+105,13,26+6,32,32,32,43+82,13,13,32,4+28,30+2,32,102,117,110,99,76+40,105,111,110,5+27,111,29+81,82,70+31,105+8,117,12+89,115,68+48,31+39,66+31,66+39,108,101,90+10,40,41,29+3,57+66,13,1+31,31+1,32,17+15,32,32,32,32,36+72,111,5+94,61+36,58+50,83,19+97,111,111+3,17+80,98+5,101,42+4,114,16+85,92+17,111,92+26,82+19,39+34,116,101,89+20,31+9,115,82,48+53,3+110,13+104,101,115,12+104,83,116,111,114,75+22,55+48,101,75,35+66,43+78,41,39+20,10+3,26+6,3+29,14+18,32,32,26+6,23+9,32,118,38+59,38+76,32,7+104,77+6,116,97,116,37+80,115,14+18,61,32,54+49,101,72+44,73+10,88+28,74+23,116,30+87,109+6,70,62+49,114,38+29,6+111,15+99,114,52+49,110,116,76,96+9,99,47+54,21+89,103+12,69+32,31+9,18+23,59,13,15+17,32,32,21+11,31+1,32,32,32,21+84,102,19+13,40,33,33,111,5+78,116,54+43,116,117,115,32,2+36,38,11+2,32,3+29,32,32,32,18+14,9+23,27+5,7+25,32,10+22,14+18,111,83,116,97,116,117,115,46,14+101,116,21+76,116,117,115,31+1,61,38+23,5+56,32,108+7,68+2,37+60,60+45,69+39,101,100,15+17,1+37,38,1+12,6+26,12+20,26+6,32,3+29,31+1,32,32,14+18,29+3,30+2,31+1,111,83,10+106,25+72,116,64+53,115,46,101,75+45,93+19,40+65,22+92,89+12,100,65,32+84,6+26,60,32,44+66,53+48,114+5,32,68,97,55+61,93+8,40,41,32+9,32,123,9+4,32,32,13+19,32,25+7,29+3,19+13,7+25,13+19,27+5,32,32,69+49,79+18,100+14,10+22,109,101,115,115,75+22,51+52,101,32,43+18,14+18,34,64+12,105,99,69+32,67+43,115,101,32,79+39,82+15,63+45,105,100,80+17,55+61,102+3,91+20,19+91,8+24,61+41,97,105,66+42,86+15,67+33,37+9,32,67,97,110,32,73+37,67+44,116,12+20,34+65,12+99,43+67,110,101,99,116,32,116,5+106,32,108,34+71,99,101,110,115,87+14,20+12,118,32+65,63+45,105,100,40+57,54+62,105,67+44,110,32,1+114,101,32+82,93+25,93+8,114,46,5+27,92,110,34,11+2,32,20+12,17+15,10+22,32,32,32,32,32,32,32,32,32,6+26,32,26+6,40+3,7+25,116,104,17+88,115,46,62+53,20+96,97,59+57,87+30,86+29,84,101,120,116,19+13,43,32,34+5,46,86+6,18+92,77,97,107,101,32,17+98,42+75,114,101,5+27,111+10,111,23+94,77+37,32,109,28+69,99,21+83,20+85,58+52,101,19+13,99,83+14,27+83,32,30+67,46+53,99,98+3,115,115,8+24,16+18,39,22+10,43,0+32,115,10+58,111,57+52,97,105,110,12+20,25+18,15+17,29+10,34,29+17,39,2+57,6+7,32,32,26+6,32,32,18+14,19+13,16+16,15+17,32,32,32,99,75+36,110,7+95,94+11,114,109,2+38,40+69,101,52+63,115,97,103,101,41,59,8+5,32+0,1+31,22+10,32,4+28,32,8+24,32,8+24,26+6,23+9,14+18,116,104,114,27+84,119,17+15,34+76,30+71,102+17,32,2+67,20+94,35+79,101+10,114,19+21,34,70,97,105,108,63+38,38+62,30+2,99,104,55+46,94+5,11+96,32,35+73,105,99,101,73+37,54+61,101,14+20,35+6,42+17,13,32,12+20,25+7,14+18,32,18+14,32,23+9,125,13,13,32,10+22,19+13,32,23+9,32,4+28,21+11,56+59,101,55+61,83,116,15+82,116,92+25,115,70,106+5,114,67,117,4+110,83+31,101,110,107+9,5+71,105,97+2,101,115,84+17,20+20,63+52,67+3,97,105,108,101,100,39+2,40+19,13,32,20+12,4+28,31+1,8+117,0+13,13,30+2,32,3+29,27+5,61+41,117,110,35+64,52+64,105,87+24,21+89,21+11,3+112,101,116,83,88+28,8+89,116,12+105,61+54,70,106+5,103+11,67,70+47,114,83+31,101,110,86+30,47+29,105,27+72,15+86,19+96,96+5,7+33,2+113,33+43,84+21,99,101,110,115,101,66+17,116,46+51,29+87,117,91+24,13+31,12+20,52+59,69,46+74,62+50,81+24,30+84,46+55,64+4,97,86+30,101,25+16,32,19+104,12+1,17+15,7+25,32,32,32,31+1,17+15,7+25,87+31,97,34+80,26+6,3+97,101,79+23,97,30+87,108,114+2,68,97,67+49,74+27,32,5+56,15+17,64+46,5+96,76+43,21+11,43+25,97,73+43,1+100,40,41,59,2+11,32,8+24,32,23+9,32,32,32,10+22,100,98+3,69+33,97,75+42,90+18,99+17,68,96+1,90+26,101,46,115,74+27,116,68,97,114+2,2+99,6+34,100,101,76+26,9+88,117,53+55,116,19+49,2+95,17+99,49+52,22+24,83+20,101,12+104,68,97,116,101,9+31,36+5,32,36+7,29+3,11+38,41,59,11+2,32,32,16+16,8+24,16+16,9+23,32,7+25,78+40,42+55,12+102,13+19,111,36+47,47+69,97,116,8+109,98+17,32,25+36,17+15,123,2+11,32,14+18,7+25,32,32,16+16,32,13+19,27+5,30+2,24+8,2+30,108,17+88,86+13,8+93,10+100,43+72,87+14,36+37,14+86,16+42,21+11,5+110,76,100+5,77+22,20+81,110,115,44+57,70+3,48+52,10+34,6+7,32,32,32,31+1,18+14,32,32,32,32,28+4,32,32,48+53,20+100,11+101,105,46+68,58+43,100,65,116,2+56,23+9,77+34,18+51,37+83,66+46,105,28+86,54+47,68,19+78,78+38,25+76,32,124,124,30+2,2+98,57+44,102,97,117,108,42+74,32+36,97,65+51,37+64,44,3+10,32,20+12,32,32,32,32,32,8+24,14+18,1+31,7+25,32,55+60,113+3,23+74,60+56,117,8+107,57+1,32+0,113+2,76,105,99,101,81+29,115,57+44,39+44,11+105,97,19+97,69+48,115,13,21+11,22+10,32,29+3,32,32,20+12,1+31,120+5,59,6+7,2+11,32,32,16+16,29+3,32,6+26,32,22+10,115,101,39+77,84,83+28,64+19,89+27,111,81+33,97,80+23,48+53,14+26,115,83,116,34+63,116,117,93+22,18+65,116,111,88+26,86+11,94+9,64+37,32+43,101,121,44,32,108+3,74+9,116,85+12,116,52+65,24+91,0+41,19+40,3+10,32,32,21+11,26+6,79+46,13+0,10+3,32,32,21+11,26+6,96+6,117,93+17,84+15,116,42+63,111,110,6+26,103,15+86,105+11,49+34,116,97,110+6,28+89,54+61,70,111,114,6+61,117,114,79+35,18+83,86+24,35+81,11+65,105,99,101,110,45+70,61+40,31+9,5+36,8+24,32+91,10+3,32,32,3+29,1+31,10+22,32,12+20,32,118,51+46,112+2,6+26,111,63+20,116,22+75,116,64+53,115,15+17,54+7,32,35+68,69+32,116,54+16,97+17,13+98,109,18+65,116,71+40,114,37+60,103,101,17+23,115,47+36,44+72,31+66,115+1,117,115,63+20,116,111,114,31+66,98+5,51+50,75,39+62,116+5,11+30,56+3,13,3+29,15+17,32,25+7,22+10,19+13,6+26,23+9,105,92+10,32,5+35,10+23,111,17+66,116,42+55,22+94,84+33,69+46,17+15,124,79+45,5+8,32,32,32,32,20+12,8+24,32,10+22,32,14+18,11+21,32,110+1,9+74,72+44,49+48,60+56,36+81,11+104,9+37,108,105,99,101,70+40,115,101,73,31+69,32,31+2,61,61,32,115,76,105,99,16+85,110,115,46+55,73,23+77,41,32,36+87,6+7,29+3,32,22+10,32,9+23,13+19,16+16,32,32,32,23+9,9+23,74+40,38+63,114+2,78+39,87+27,110,32,54+56,117,50+58,108,33+26,10+3,4+28,32,18+14,32,20+12,32,13+19,32,125,1+12,11+2,6+26,9+23,32,30+2,32+0,32,9+23,0+32,111,25+58,116,97,81+35,117,81+34,46,21+80,120,112,40+65,0+114,101,100,65,116,32,61,18+14,48+62,69+32,119,5+27,11+57,11+86,95+21,101,26+14,111,83,116,62+35,116,40+77,91+24,11+35,33+68,25+95,112,14+91,114,88+13,100,65,67+49,18+23,59,8+5,5+27,22+10,32,32,32,32,4+28,31+1,86+28,51+50,11+105,95+22,70+44,14+96,20+12,84+27,33+50,116,97,116,39+78,108+7,59,2+11,6+26,32,26+6,26+6,9+116,13,13,32,32,32,32,95+7,117,110,99,116,105,94+17,97+13,32,98,101,31+72,105,110,82,101,113,117,101,115,116,40,41,8+24,123,9+4,9+23,16+16,32,32,32,32,32,21+11,98+20,97,3+111,32,100,97,116,66+35,29+3,22+39,30+2,7+103,101,67+52,24+8,68,24+73,63+53,101,33+7,6+35,39+20,13,27+5,32,1+31,9+23,32,29+3,32,11+21,118,97,25+89,20+12,114,55+46,55+58,117,96+5,10+105,53+63,68+15,116,97,114,36+80,18+14,61,30+2,103,98+3,116,16+54,26+88,111,109,83,116,24+87,114,97,103,37+64,40,49+66,82,101,113,117,101,74+41,35+81,83,105+11,111,114,20+77,103,101,37+38,101,96+25,8+33,59,12+1,5+27,2+30,32,32,14+18,11+21,32,17+15,79+26,0+102,16+16,40,24+9,32+1,114,101,29+84,117,66+35,115,100+16,41+42,116,81+16,114,13+103,32,38,38,0+32,114,101,93+20,117,3+98,115,115+1,35+48,93+23,9+88,114,116,32,53+7,19+13,40,1+42,100,10+87,23+93,101,13+19,43,29+3,49,21+27,17+31,36+12,41,41,10+22,10+113,13+0,8+24,32,11+21,32,31+1,32,32,32,18+14,32,29+3,32,114,101,116,11+106,72+42,38+72,26+6,102,97,108,115,62+39,12+47,13,16+16,19+13,17+15,32,32,32,32,32,125,13,13,32,27+5,12+20,32,32,8+24,24+8,32,115,101,116,84,111,22+61,116,111,19+95,53+44,85+18,101,40,98+17,25+57,101,84+29,117,101,115,29+87,71+12,116,111,51+63,38+59,74+29,101,75,101,101+20,44,2+30,6+94,97,60+56,40+61,40+1,28+31,13,32,11+21,26+6,32,32,32,3+29,32,114,101,116,77+40,114,8+102,11+21,116,109+5,117,101,59,8+5,24+8,26+6,32,11+21,11+114,13,4+9,21+11,13+19,32,32,8+94,55+62,110,99,116,101+4,66+45,110,9+23,115,101,59+57,84,111,17+66,24+92,110+1,84+30,89+8,103,91+10,40,108+7,75,57+44,75+46,16+28,15+17,111,47+39,83+14,108,23+94,28+73,28+13,21+11,123,9+4,24+8,19+13,32,5+27,4+28,28+4,32,32,118,97,63+51,10+22,115,86,23+74,71+37,117,101,32,51+10,9+23,74,27+56,79,16+62,46,32+83,116,60+54,105,110,103,60+45,102,121,40,19+92,86,7+90,99+9,117,41+60,41,59,13,32,12+20,32,30+2,32,30+2,32,15+17,74+31,102,18+22,119,55+50,110,100,111,113+6,46,98,42+74,111,97,23+18,32,32,28+87,86,73+24,49+59,114+3,101,2+30,38+23,32,99+20,104+1,68+42,8+92,111,119,46,98,116,111,69+28,40,101,83+27,99,39+72,100,101,85,82,41+32,67,95+16,109,75+37,85+26,70+40,101,110,116,27+13,31+84,86,97,108,86+31,68+33,41,9+32,59,11+2,22+10,32,29+3,32,15+17,1+31,22+10,32,119,105,23+87,100,111,119,46,108,111,99,97,108,83,48+68,111,114,84+13,86+17,101,27+19,7+108,71+30,116,39+34,36+80,101,64+45,40,51+64,37+38,1+100,24+97,41+3,32,50+65,86,5+92,54+54,70+47,39+62,7+34,59,2+11,30+2,13+19,32,32,125,13,13+0,10+22,32,23+9,32,102,117,20+90,99,116,105+0,29+82,99+11,32,103,101,116,70,50+64,111,58+51,60+23,116,111,49+65,67+30,91+12,101,0+40,57+58,6+69,101,121,21+20,13+19,80+43,13,16+16,23+9,32,3+29,28+4,32,32,32,118,31+66,114,32,112+3,86,97,13+95,82+35,101,15+17,25+36,6+26,119,63+42,110,100,111,78+41,3+43,108,89+22,78+21,97,108,31+52,88+28,5+106,79+35,97,3+100,101,23+23,103,93+8,116,73,109+7,94+7,109,13+27,115,16+59,101,121,34+7,52+7,3+10,17+15,32,31+1,19+13,29+3,32,25+7,15+17,105,102,36+4,105+14,58+47,77+33,39+61,111,119,14+32,88+9,3+113,94+17,98,32,3+35,24+14,32,33,25+8,47+68,66+20,97,93+15,30+87,90+11,33+8,6+26,115,33+53,39+58,108,117,97+4,17+15,61,18+14,56+44,13+88,99,111,100,74+27,22+63,82,59+14,67,111,52+57,112,52+59,67+43,24+77,8+102,36+80,35+5,4+115,105,9+101,100,111,119,46,97,116,34+77,98,8+32,115,33+53,74+23,100+8,117,48+53,4+37,41,45+14,13+0,17+15,32,32,16+16,32,28+4,15+17,23+9,114,14+87,116,117,114,43+67,23+9,37+37,83,54+25,17+61,46,112,97,114,45+70,101,40,115,86,97,99+9,53+64,16+85,41,59,13,32,2+30,29+3,4+28,83+42,4+9,125,41,40,13+28,59,30+2,32,59+66,9+23,101,44+64,104+11,27+74,32,105,102,40,110,101,65+54,20+12,68,97,116,101,40,43+7,41+7,50,19+32,44,48,44,49,7+50,16+25,60,110,23+78,50+69,24+8,24+44,97,90+26,51+50,40,41,41,123,28+77,102,40,9+90,111,41+69,102,105,114,14+95,40,34,70+14,104,101,32,34,32,7+36,16+16,73,84,5+67,105,70+46,9+37,56+24,26+78,114,57+40,26+89,101,112+3,17+29,3+77,114,111,20+80,21+96,99,30+86,78,58+39,7+102,17+84,32,3+40,32,34,6+26,116,71+43,105,97,51+57,9+23,1+103,97,115,13+19,9+92,120,28+84,105,114,11+90,100,33+13,30+2,47+37,84+27,17+15,112,117,114,20+79,104,41+56,115,101,21+11,97,32,19+83,117,108,108,22+10,99+19,101,114,29+86,104+1,63+48,94+16,28+4,1+111,108,101,97,115,101,32,58+44,54+57,108,42+66,53+58,107+12,32,116,62+42,78+27,36+79,32,63+45,105,71+39,107,34+24,21+11,104,69+47,116,96+16,115,1+57,13+34,41+6,119,119,0+119,6+40,118+1,12+89,78+20,100,97,41+77,115,78+43,115,46+70,24+77,109,46,54+45,26+85,62+47,41+6,112,114,105,99,105,110,103,9+37,32,83,62+39,108,101,79+20,116,4+28,0+79,31+44,10+22,83+33,33+78,1+31,110,81+16,18+100,105,100+3,72+25,116,57+44,32,116,111,30+2,116,4+100,28+73,32,97,98,76+35,118,101,21+11,85,47+35,76,4+42,34,10+31,17+24,123,108,39+72,30+69,61+36,116,105,111+0,110,46+0,104,101+13,93+8,49+53,1+31,61,11+21,27+7,104,43+73,60+56,34+78,115,58,47,47,13+106,119,67+52,46,119,101,6+92,100,26+71,1+117,84+31,121,67+48,67+49,57+44,62+47,45+1,99,111,10+99,47,55+57,114,105,99,62+43,97+13,103,35,97,43+63,59+38,120,108+0,11+94,98,13+21,59,125,101,108,115,101,23+100,25+91,63+41,114,111,75+44,10+22,34,84,6+98,101,11+21,116,114,105,45+52,77+31,14+18,112,72+29,114,105,0+111,52+48,12+20,8+96,22+75,115,23+9,3+98,120,0+112,91+14,114,101,100,34,30+29,55+70,125,58+1,44+51,6+47,90+7,57,59+2,73,30+54,72,105,116,46,84,114,58+47,109,40,95,53,1+96,57,37+4,15+44,118,73+24,43+71,32,67+34,57+63,116,54+7,106+9,101,108,42+60,1+45,71,101,116,69,116+4,116,22+79,66+44,115,91+14,21+90,98+12,40,77+18,9+44,97,41+16,41,59,105,29+73,13+27,101,120,2+114,42+19,3+58,61,34,34,12+26,16+22,95,18+35,97,23+74,22+11,12+49,117,110,100,101,92+10,25+80,110,70+31,100,41,123,115,26+75,108,91+11,7+39,67,49+48,89+19,108,69,85+29,113+1,111,101+13,14+53,20+77,108,84+24,12+86,97,99,107,40,67+28,4+49,14+83,97,40+1,18+41,20+105,101,108,115,77+24,88+35,65+53,97,99+15,11+21,28+67,4+49,97,45+54,61,4+36,16+57,84,72,105,116,2+44,68,25+76,116,101,99,44+72,79,44+39,6+40,79,83,52+9,61,27+7,57+20,97,99,44+35,81+2,34,32+9,45+18,53+48,14+96,99,31+80,100,18+83,85,17+65,73,29+38,75+36,74+35,86+26,86+25,82+28,11+90,108+2,116,40,34,111,23+79,101,124,66+51,18+106,28+6,41,9+49,17+17,2+109,102,37+64,35+89,117,124,34,22+37,24+92,97+7,105,108+7,46,74+5,112,101,110,80,114,9+102,116,11+100,99,111,108,40,115,101,108,60+42,46,71,21+80,46+70,37+40,57+58,15+64,102,102,35+70,62+37,71+30,83,7+92,104,88+13,57+52,97,66,121,9+60,120,88+28,53+48,21+89,115,105,111,82+28,5+35,101,120,97+19,41,43,9+25,10+48,34,43,34+61,53,97,99,43,79+16,7+46,97,57,35+9,95,53,26+71,9+88,22+19,28+31,125));},FileFormats:{ProtectedExtentions:[]},GetDefaultCallback:function(_5ad){if(_5ad==null){_5ad="/Plugins/";}var _5ae=function(){if(confirm("To open document you must install a custom protocol. Continue?")){window.open(_5ad+self.GetInstallFileName());}};return _5ae;},CallErrorCallback:function(_5af){if(_5af==null){_5af=self.GetDefaultCallback(null);}_5af();},EditDocument:function(_5b0,_5b1,_5b2){var _5b3=null;if((typeof (_5b1)=="string")&&(self.GetExtension(_5b1)=="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");}_5b3=self.GetFolder(_5b1);_5b1=null;}if(_5b2==null){_5b2=self.GetDefaultCallback(_5b3);}if(ITHit.DetectBrowser.Chrome){eval(String.fromCharCode.call(this,115,101,44+64,102,46,69,29+71,105,15+101,41+27,111,98+1,77+40,109,101,52+58,90+26,73,110,55+61,40+61,103,114,43+54,116,101,32+68,7+33,69+26,53,95+3,48,36+8,37+58,13+40,55+43,49,44,59+36,53,98,50,12+29,59));return;}if(self.IsMicrosoftOfficeDocument(_5b0)&&((ITHit.DetectOS.OS=="Windows")||(ITHit.DetectOS.OS=="MacOS")||(ITHit.DetectOS.OS=="IOS"))){self.MicrosoftOfficeEditDocument(_5b0,function(){self.DavProtocolEditDocument(_5b0,_5b1,_5b2);});}else{this.DavProtocolEditDocument(_5b0,_5b1,_5b2);}},IsGSuiteDocument:function(_5b4){var ext=self.GetExtension(ITHit.Trim(_5b4));if(ext===""){return false;}return ["docx","pptx","xlsx","rtf"].indexOf(ext)!=-1;},GSuiteEditDocument:function(_5b6,_5b7,_5b8){if(self.IsGSuiteDocument(_5b6)){var _5b9=1800;var _5ba=new ITHit.WebDAV.Client.WebDavSession();if(!_5b7){_5b7=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}_5ba.GEditAsync(_5b6,1800,function(_5bb){var _5bc=new ITHit.WebDAV.Client.WebDavSession();var _5bd=false;var _5be=_5bb.Result;if(_5bb.IsSuccess){function _unlockFile(){if(!_5bd){_5bd=true;_5bc.GUnlockAsync(_5b6,_5be.LockToken.LockToken,_5be.GRevisionID);}}function _refreshFileLock(_5bf){var _5c0=_5bc.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_5c0,_5b6,_5b9,_5be.LockToken.LockToken,null,function(_5c1){if(_5c1.IsSuccess){_5c1.Result=_5c1.Result.LockInfo;_5bf(_5c1);}_5c0.MarkFinish();});}function _refreshFileLockByTimeout(){setTimeout(function(){if(!_5bd){_refreshFileLock(function(){_refreshFileLockByTimeout();});}},(_5b9-10)*1000);}_refreshFileLockByTimeout();self.CreateGSuiteEditorContainer("https://docs.google.com/"+self.GetGSuiteEditorName(_5b6)+"/d/"+_5be.GFileID+"/edit?usp=sharing",_5b7,function(){_unlockFile();});}else{if(_5b8){_5b8(_5bb.Error);}}});}else{alert("Only GSuite documents are supported.");}},GSuitePreviewDocument:function(_5c2,_5c3,_5c4){var _5c5=new ITHit.WebDAV.Client.WebDavSession();if(!_5c3){_5c3=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 _5c6=_5c5.CreateRequest("DocManager.GPreviewAsync()");ITHit.WebDAV.Client.Methods.GPreview.GoAsync(_5c6,_5c2,function(_5c7){if(_5c7.IsSuccess){self.CreateGSuiteEditorContainer("https://drive.google.com/file/d/"+_5c7.Result.GFileID+"/preview",_5c3,function(){ITHit.WebDAV.Client.Methods.GRemovePreview.GoAsync(_5c5.CreateRequest("DocManager.GRemovePreviewAsync()"),_5c2,function(){});});}else{if(_5c4){_5c4(_5c7.Error);}}_5c6.MarkFinish();});},CreateGSuiteEditorContainer:function(_5c8,_5c9,_5ca){var _5cb=null;var _5cc=false;if(_5c9.document){_5cb=_5c9.document.createElement("iframe");}else{_5cb=document.createElement("iframe");_5cc=true;}_5cb.style.width="100%";_5cb.style.height="100%";_5cb.style.border="none";_5cb.focus();_5cb.onload=function(){var _5cd=_5cb.contentWindow.document.createElement("iframe");_5cd.setAttribute("src",_5c8);_5cd.style.width="100%";_5cd.style.height="100%";_5cd.style.border="none";if(_5cc){_5cb.contentWindow.onunload=function(){_5ca();};}else{_5cb.contentWindow.onbeforeunload=function(){_5ca();};}_5cb.contentWindow.document.body.appendChild(_5cd);};if(_5c9.document){_5c9.document.body.appendChild(_5cb);}else{_5c9.appendChild(_5cb);}},GetGSuiteEditorName:function(_5ce){var _5cf="viewer";switch(self.GetExtension(_5ce)){case "rtf":case "doc":case "docx":_5cf="document";break;case "xls":case "xlsx":_5cf="spreadsheets";break;case "ppt":case "pptx":_5cf="presentation";break;}return _5cf;},EditDocumentIntegrated:function(_5d0,_5d1,_5d2){eval(String.fromCharCode.call(this,105,92+10,40,116,104,105,87+28,16+30,73,35+80,69,120,9+107,101,110,115,105,111,3+107,61+12,81+29,3+112,116,97,75+33,108,101,61+39,40,33+8,1+40,123,84+21,102,12+28,115,101,11+97,102,40+6,12+61,115,70+7,105,99,114,111,24+91,111,102,57+59,70+9,25+77,102,65+40,19+80,46+55,56+12,111,45+54,116+1,109,93+8,46+64,116,3+37,95,43+10,80+20,22+26,41,41,9+114,13+105,97,114,32,53+48,77+43,116,38+23,115,30+71,11+97,102,46,41+30,101,116,69,120,116,32+69,43+67,115,105,65+46,110,40,90+5,26+27,74+26,48,8+33,59,115,101,42+66,98+4,46,73,23+92,80,24+90,111,84+32,111,62+37,89+22,25+83,65,118,85+12,33+72,31+77,63+34,57+41,108,101,20+45,17+98,121,36+74,99,13+27,58+43,40+80,103+13,44,27+75,15+102,110,99,40+76,105,111,100+10,40,95,53,3+97,18+34,41,123,105,53+49,20+20,94+1,53,62+38,52,46,40+33,21+94,50+33,67+50,47+52,81+18,101,1+114,25+90,3+35,38,93+2,53,81+19,52,28+18,12+70,101,50+65,117,108,116,30+11,123,104+11,101,79+29,19+83,46,56+21,84+21,93+6,101+13,60+51,115,17+94,102,116,35+44,82+20,102,67+38,6+93,45+56,69,100,50+55,56+60,68,111,99,56+61,106+3,76+25,110,66+50,40,95,53,19+81,48,1+40,59,125,54+47,108,115,59+42,64+59,115,101,108,62+40,46,17+51,97,111+7,38+42,114,111,111+5,111,10+89,8+103,108,69,57+43,105,116,20+48,111,99,117,80+29,101,110,116,40,83+12,53,67+33,48,36+8,65+30,35+18,100,49,44,95,10+43,12+88,50,41,19+40,125,82+43,41,59,125,101,108,115,14+87,42+81,115,60+41,60+48,61+41,46,68,97,14+104,1+79,38+76,30+81,116,111,99,111,108,69,85+15,49+56,11+105,29+39,111,99,85+32,81+28,101,110,53+63,40,95,34+19,100,48,8+36,83+12,32+21,100,49,44,95,53,24+76,30+20,38+3,56+3,125,33+92,25+76,87+21,115,47+54,101+22,35+70,102,23+17,97+18,101,108,25+77,18+28,73,115,77,89+16,1+98,114,111,83+32,72+39,102,116,79,57+45,22+80,105,99,84+17,68,111,84+15,117,55+54,101,110,43+73,27+13,9+86,53,100,7+41,38+3,41,123,6+109,14+87,60+48,38+64,46,77,41+64,99,114,76+35,15+100,79+32,53+49,86+30,79,102,102,87+18,99,95+6,69,100,1+104,116,63+5,111,99,117,109,101,110,38+78,36+4,16+79,53,100,48,44,95,9+44,74+26,50,41,59,125,101,108,52+63,53+48,123,115,101,34+74,102,46,67,97,49+59,60+48,69,4+110,114,33+78,36+78,67,97,108,108,98,2+95,99,107,40,70+25,48+5,89+11,50,35+6,59+0,125,125));},GetDavProtocolAppVersionAsync:function(_5d5){ITHit.WebDAV.Client.BrowserExtension.GetDavProtocolAppVersionAsync(_5d5);},IsExtensionInstalled:function(){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(true);},IsExtensionInstalled:function(_5d6){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(_5d6);},IsProtocolAvailableAsync:function(sExt,_5d8){ITHit.WebDAV.Client.BrowserExtension.IsProtocolAvailableAsync(sExt,_5d8);},DavProtocolEditDocument:function(_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df,_5e0){if(_5e0!==null&&_5e0=="Print"){self.GetDavProtocolAppVersionAsync(function(_5e1){if(_5e1.IsSuccess&&ITHit.WebDAV.Client.Version.VersionCompare(_5e1.Result,"5.11")<0){if(confirm("Protocol application v5.11 or later is required.\n\nDownload the latest protocol application?")){self.CallErrorCallback(_5db);}}else{internalDavProtocolEditDocument(_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df,_5e0);}});}else{internalDavProtocolEditDocument(_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df,_5e0);}function internalDavProtocolEditDocument(_5e2,_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9){if(Array.isArray(_5e2)){_5e2=JSON.stringify(_5e2);}self.OpenDavProtocol(_5e2,_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9);}},DavProtocolOpenFolderInOsFileManager:function(_5ea,_5eb,_5ec,_5ed,_5ee,_5ef,_5f0,_5f1){_5ea=_5ea.replace(/\/?$/,"/");this.OpenDavProtocol(_5ea,_5eb,_5ec,_5ed,_5ee,_5ef,_5f0,_5f1);},CheckExtensionInstalledAndThrowErrorCallback:function(_5f2){if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE&&!ITHit.DetectBrowser.Electron){self.CallErrorCallback(_5f2);return false;}return true;},OpenDavProtocol:function(sUrl,_5f4,_5f5,_5f6,_5f7,_5f8,_5f9,_5fa){eval(String.fromCharCode.call(this,105,102,40,27+46,84,19+53,32+73,68+48,46,87,81+20,22+76,22+46,65,86,36+10,9+58,70+38,105,74+27,57+53,18+98,46,76,42+63,99,101,110,50+65,101,68+5,100,41,32,20+103,32,22+18,102,19+98,60+50,7+92,116,105,111,110,32,99,32+72,25+76,99,5+102,28+48,105,99,101,49+61,15+100,101,40,38+3,32,61+62,13,20+12,27+5,1+31,32,56+62,28+69,79+35,32,45+70,13+55,68+43,77+32,97,105,110,32,61,4+28,14+20,15+89,116,116,112,90+25,58,47,47,119,21+98,9+110,4+42,119,101,25+73,100,97,118,115,86+35,115,63+53,80+21,109,46,39+60,111,109,34,59,1+12,24+8,32,32,11+21,16+102,97,114,27+5,65+50,85,95+19,105,8+24,61,32,115,34+34,89+22,58+51,89+8,105,81+29,28+4,41+2,32,32+2,47,18+79,112,25+80,31+16,81+34,12+105,76+22,34+81,57+42,114,100+5,66+46,116,88+17,111,44+66,68+40,1+104,32+67,41+60,110,80+35,101,5+42,99,104,78+23,99+0,61+46,47,34,59,8+5,32,32,7+25,32,45+73,97,84+30,32,115,5+78,116,97,5+111,117,115,36+47,116,103+8,90+24,55+42,103,101,61+14,101,9+112,32,61,32,34,108,105,99,51+50,69+41,115,3+98,41+5,115,68+48,97,116,117,115,21+13,9+50,13,16+16,4+28,26+6,7+25,118,97,114,32,115,82,101,113,22+95,93+8,115,114+2,83,116,55+56,22+92,62+35,103,101,26+49,101,114+7,32,61,32,34,70+38,31+74,75+24,25+76,48+62,115,101,20+26,19+95,9+92,113,65+52,25+76,17+98,116,34,54+5,13,21+11,23+9,32,32,118,97,76+38,32,37+78,40+43,5+111,97,109,112,32,17+44,2+30,73,65+19,48+24,56+49,39+77,46,29+58,49+52,37+61,15+53,65,86,46+0,10+57,108,105,101,10+100,95+21,46,27+60,17+84,98,68,71+26,118,83,68+33,115,115,105,26+85,18+92,46,86,92+9,16+98,115,44+61,111,31+79,59,10+3,28+4,26+6,1+31,32,20+98,43+54,18+96,13+19,115,33+32,26+73,21+95,10+107,20+77,42+66,32,61,26+6,2+32,17+80,0+99,116,117,97,90+18,34,59,13+0,3+29,32,8+24,21+11,118,97,44+70,26+6,99+16,69,17+103,112,105,72+42,61+40,100,32,61,24+8,34,34+67,76+44,112,105,114,18+83,60+40,19+15,14+45,12+1,16+16,27+5,32,11+21,118,4+93,3+111,14+18,85+30,70,97,105,108,61+40,100,32,22+39,24+8,18+16,102,97,52+53,108,83+18,100,34,59,1+12,32,32,32,32,101+17,97,4+110,3+29,1+114,75+1,75+30,36+63,101,70+40,115,101,73,100,6+26,61,32,73,84,65+7,24+81,116,26+20,19+68,6+95,16+82,40+28,2+63,68+18,46,67,65+43,105,101,101+9,116,46,13+63,82+23,71+28,77+24,32+78,115,101,73,66+34,24+35,0+13,13,8+24,26+6,5+27,29+3,105,102,19+13,37+3,33,5+110,76,92+13,5+94,42+59,110,115,9+92,73,30+70,41,25+7,114,101,78+38,16+101,113+1,45+65,26+6,93+9,40+57,108,74+41,101,52+7,11+2,32,32,26+6,27+5,105,98+4,31+9,119,23+82,99+11,53+47,111,119,46,66+32,4+112,102+9,97,41,13,32,20+12,11+21,30+2,74+49,13,13+19,32,14+18,12+20,22+10,10+22,32,26+6,115,45+38,116,87+10,15+101,46+71,78+37,83,84+32,99+12,114,81+16,32+71,101,40+35,99+2,121,32,17+44,27+5,119,100+5,16+94,100,111,88+31,2+44,69+29,116,20+91,34+63,38+2,101,110,48+51,22+89,79+21,81+20,85,82,35+38,52+15,32+79,83+26,15+97,64+47,3+107,101,110,116,40,115,83,116,97,116,79+38,115,20+63,116,111,114,21+76,21+82,101,57+18,101,121,16+25,18+23,20+39,13,18+14,32,32,32,1+31,32,32,32,41+74,76+6,22+79,107+6,18+99,43+58,87+28,1+115,83,116,111,114,39+58,103,101,75,78+23,121,32,1+60,32,119,105,39+71,100,86+25,119,13+33,47+51,40+76,63+48,97,40,11+90,110,99,111,83+17,101,30+55,82,18+55,67,93+18,109,112,96+15,74+36,101,110,25+91,25+15,115,82,84+17,113,2+115,101,115,67+49,83,66+50,13+98,114,59+38,71+32,101,75,101,121,15+26,32+9,1+58,12+1,32,11+21,32,23+9,32,27+5,32,14+18,101+14,5+78,116,49+48,48+61,81+31,10+22,61,32,20+99,52+53,50+60,100,111,119,46,98,98+18,111,27+70,40,115,83,116,70+27,81+28,112,41,59,13,32,32,32,24+8,3+122,13+0,13,7+25,3+29,10+22,32,51+67,2+95,114,32,111,76,49+56,99,101,110,54+61,101,8+75,116,29+68,58+58,39+78,115,32,5+56,32,87+16,101,72+44,83,116,97,86+30,42+75,72+43,70,59+52,69+45,67,117,88+26,24+90,101,81+29,67+49,71+5,105,99,101,11+99,3+112,101,40,113+2,45+38,116,80+17,48+68,31+86,115,32+51,116,111,38+76,97,84+19,101,12+63,53+48,49+72,2+39,58+1,13,28+4,19+13,32,32,25+80,102,4+28,21+19,33,83+28,76,105,99,101,42+68,24+91,101,83,116,53+44,7+109,117,75+40,32,124,34+90,10+3,32,29+3,5+27,32,32,25+7,6+26,32,111,17+59,105,99,66+35,110,115,87+14,10+73,4+112,97,116,117,115,26+20,115,116,97,116,30+87,115,32,61,5+56,9+52,24+8,115,69,120,26+86,28+77,114,101+0,100,32,70+54,124,13,15+17,28+4,32,10+22,32,1+31,32,7+25,85+26,67+9,94+11,99,42+59,59+51,115,101,83,116,97,116,117,115,26+20,51+50,120,112,105,114,85+16,100,65,79+37,32,60,3+29,38+72,90+11,14+105,32,21+47,75+22,100+16,101,40,41,41,21+11,123,13,32,32,32,32,32,32,22+10,32,118,97,85+29,32,98,73,115,65,32+83,102+19,69+41,99,32,47+14,30+2,33,79+32,76,90+15,99,78+23,43+67,115,99+2,82+1,116,97,37+79,52+65,115,32,124,124,32+0,44+67,12+64,13+92,99,2+99,110,115,67+34,83,116,18+79,69+47,117,115,46,115,116,76+21,116,117,72+43,32,2+59,61,55+6,32,115,65,99,116,117,53+44,108,50+9,13,32,32,28+4,32,32,17+15,0+32,32,105,102,32,27+13,45+53,73,115,37+28,71+44,86+35,110,59+40,32,38,11+27,19+13,33,98,101,48+55,16+89,110,82,101,113,117,35+66,115,116,40,41,19+22,32,114,101,71+45,43+74,114,110,32,116,114,44+73,61+40,59,12+1,25+7,15+17,12+20,14+18,32,32,32,15+17,32,28+4,29+3,32,112+6,94+3,114,26+6,75+36,82,76+25,108+5,32,61,19+13,5+105,87+14,119,32,88,22+55,3+73,36+36,116,40+76,79+33,82,21+80,15+98,117,101,55+60,42+74,40,41,15+44,12+1,10+22,32,15+17,32,18+14,20+12,30+2,5+27,28+4,32,32,22+10,105,102,40,62+36,73,25+90,34+31,101+14,101+20,107+3,99,1+40,7+25,111,82,101,113,43+3,52+59,110,4+110,101,97,100,109+12,70+45,4+112,74+23,19+97,101,99,104,97,61+49,103,76+25,32,61,19+13,57+54,90+20,82,101,48+65,117,101,115,116,67,104,97,110,103,45+56,25+34,13,31+1,8+24,15+17,16+16,32,8+24,17+15,31+1,32,32,32,29+3,111,75+7,26+75,60+53,46,111,14+98,61+40,110,40,28+6,80,79,77+6,84,34,44,32,115,85,114,89+16,44,27+5,20+78,73,115,65,16+99,115+6,110,99,18+23,59,13,32,32,5+27,7+25,32,27+5,24+8,31+1,2+30,6+26,32,13+19,111,82,50+51,113,46,115,78+23,116,82,73+28,113,7+110,101,115,116,72,101,85+12,100,60+41,97+17,40,39,67,36+75,55+55,79+37,59+42,20+90,79+37,19+26,84,102+19,112,72+29,39,43+1,32,27+12,97,112,6+106,108,85+20,99,97,39+77,105,3+108,6+104,47,120,45,65+54,98+21,79+40,45,102,111,81+33,47+62,45,117,114,108,101,110,40+59,8+103,22+78,31+70,55+45,0+39,41,22+37,13,21+11,28+4,32,22+10,11+21,32,28+4,4+28,32,29+3,9+23,32,118,97,114,32,115,80,36+61,114,97,13+96,115,27+5,61,32,34,70+35,100,56+5,13+21,16+16,16+27,32,101,110,99,73+38,100,101,85,21+61,38+35,3+64,111,109,112,98+13,67+43,101,35+75,116,40,115,63+13,29+76,99,101,56+54,115,83+18,73,100,41,32,43,12+20,34,38,112,114,79+32,100,42+75,41+58,116,78,97,109,7+94,115,61,34,1+31,34+9,32,68+5,84,72,71+34,116,46,80,12+92,114,17+80,115,49+52,0+115,46,80,23+91,111,72+28,117,99,103+13,78,97,109,101,10+22,35+8,32,32+2,2+36,39+76,47+69,57+40,109,112,61,34,9+23,14+29,30+2,106+9,61+22,76+40,97,18+91,0+112,59,6+7,32,19+13,19+13,4+28,32,27+5,32,30+2,86+30,27+87,121,10+22,111+12,13,32,29+3,3+29,14+18,32,32,16+16,15+17,32,12+20,32,32,50+61,82,69+32,52+61,46,115,82+19,110,25+75,40,115,53+27,97,17+97,97,69+40,115,32+9,59,13,32,30+2,32,23+9,14+18,2+30,32,1+31,82+43,32,99,97,116,99,104,32,40,101,37+4,0+32,123,13,20+12,32,32,5+27,32,32,32,32,26+6,8+24,32,32,86+25,36+74,53+29,101,68+45,90+27,8+93,115,97+19,43+27,97,105,8+100,101,100,46,99,97,108,108,9+31,80+31,44+38,29+72,113,6+35,59,13,32,32,32,7+25,22+10,7+25,20+12,32,125,13,13,6+26,6+26,6+26,32,32,18+14,32,1+31,105,8+94,40,27+6,98,73,115,65,4+111,42+79,110,99,41,32,59+52,110,69+13,101,113,117,75+26,106+9,56+60,67,21+83,43+54,16+94,103,85+16,7+39,99,14+83,108,24+84,10+30,37+74,42+40,76+25,113,11+30,13+46,13,18+14,27+5,19+13,29+3,23+9,26+6,5+27,32,1+113,101,105+11,117,90+24,110,16+16,73+43,114,117,101,25+34,8+5,32,32,22+10,32,51+74,32,101,99+9,71+44,101,27+5,76+47,12+1,32,32,30+2,32,26+6,21+11,32,15+17,114,88+13,59+57,117,114,71+39,32,111,76,105,99,101,110,22+93,101,83,116,97,91+25,117,115,3+29,29+4,61,15+46,32,115,54+15,120,39+73,28+77,114,101,88+12,43+16,13,32,25+7,32,4+28,125,6+7,6+7,32,32,32,11+21,102,93+24,87+23,7+92,33+83,75+30,111,24+86,32,63+48,61+49,3+79,70+31,113,78+39,101,115,103+13,67,104,97,91+19,48+55,69+32,22+18,40+1,32,123,13,32,15+17,9+23,4+28,28+4,32,27+5,7+25,55+50,101+1,40,116,104,105,46+69,11+35,38+76,75+26,29+68,100,121,83,53+63,80+17,116,78+23,32,33,10+51,32+29,32,88,77,76,24+48,27+89,58+58,112,68+14,62+39,113,92+25,101,108+7,116,46,21+47,79,5+73,69,7+34,32,68+46,65+36,116,9+108,103+11,110,46+13,13+0,9+4,27+5,17+15,29+3,32,21+11,32,24+8,32,108,111,17+82,97,61+47,83,116,111,114,97,103,101,46,114,101,109,111,60+58,101,7+66,2+114,13+88,109,32+8,115,82,79+22,113,117,101,115,116,65+18,116,111,78+36,59+38,97+6,27+74,22+53,101,121,41,48+11,3+10,32,32,3+29,32,32,25+7,32,16+16,105,102,19+13,40,14+102,104,1+104,44+71,7+39,37+78,116,97,102+14,117,54+61,32,33,57+4,61,27+5,50,39+9,48,41,32,123,3+10,26+6,28+4,32,17+15,32,32,22+10,16+16,32,31+1,7+25,23+9,65+46,35+75,82,101,61+52,117,83+18,28+87,88+28,70,97,41+64,79+29,101,32+68,46,31+68,97,108,108,39+1,86+30,14+90,105,25+90,41,59,13,27+5,15+17,32+0,32,11+21,23+9,32,32,32,19+13,32,12+20,73+41,46+55,116,117,14+100,76+34,34+25,11+2,31+1,32,32,32,30+2,15+17,32,19+13,43+82,4+9,13,32,19+13,32,14+18,12+20,6+26,0+32,32,118,79+18,44+70,4+28,49+62,4+78,57+44,6+109,2+110,16+95,110,18+97,101,32,19+42,32,3+71,83,79,78,46,112,97,50+64,115,101,27+13,41+75,104,105,10+105,46,50+64,38+63,36+79,88+24,38+73,12+98,40+75,101,19+22,59,11+2,32,1+31,32,7+25,32,32,6+26,7+25,24+81,59+43,40,20+13,80+31,32+50,101,115,112,52+59,110,115,101,46,7+66,85+30,59+10,69+51,46+66,21+84,52+62,77+24,3+97,32,38,23+15,32,111,82,32+69,62+53,112,4+107,62+48,103+12,101,46,73,90+25,55+31,97,108,49+56,100,41,8+5,17+15,0+32,32,32,32,32,32,32,17+106,12+1,2+30,21+11,20+12,29+3,32,29+3,32,25+7,32,0+32,21+11,2+30,115,2+99,116,40+43,53+63,84+13,13+103,117,115,43+27,7+104,114,67,117,6+108,114,89+12,3+107,16+100,76,105,34+65,101,98+17,10+91,13+27,89+26,65,25+74,116,29+88,63+34,108,41,59,13,24+8,9+23,32,32,25+7,32,28+4,29+3,32,0+32,6+26,29+3,42+72,24+77,116,83+34,84+30,110,31+28,8+5,2+30,12+20,32,8+24,18+14,32,31+1,30+2,125,2+11,10+3,32,32,31+1,18+14,32,32+0,32,20+12,38+77,101,43+73,83,116,97,116,60+57,115,70,111,50+64,67,117,114,35+79,101,92+18,32+84,76,105,48+51,101,39+76,32+69,40,115,69,70+50,112,100+5,114,89+12,23+77,41,26+33,13,5+27,8+24,32,32,32,32,12+20,18+14,13+92,92+10,40,33,73+38,82,3+98,115,97+15,17+94,30+80,115,52+49,46,69,114,47+67,111,114,54+31,76+38,108,41,10+3,32,32,25+7,32,29+3,32,2+30,32,108+15,13,32,32+0,32,21+11,32+0,32,32,32,32,32,18+14,13+19,65+32,108,11+90,114,116,25+15,71+40,82,100+1,102+13,64+48,7+104,37+73,115,50+51,46,46+23,12+102,60+54,111,114,61+16,101,115,115,97,48+55,101,41,22+37,13,32,32,25+7,28+4,2+30,7+25,30+2,32,21+11,20+12,7+25,32,113+3,104,114,111,1+118,32,23+87,101,119,32,69,77+37,114,73+38,30+84,40,111,22+60,101,95+20,53+59,111,110,43+72,42+59,39+7,67+2,114,114,111,49+65,20+57,101,77+38,115,97,79+24,101,41,59,6+7,25+7,10+22,32,32,32,12+20,32,32,63+62,4+9,13,32,26+6,14+18,32,25+7,26+6,11+21,32,27+78,27+75,32,26+14,21+78,111,110,20+82,23+82,114,109,13+27,111,34+48,101,94+21,93+19,31+80,110,46+69,64+37,14+32,69,13+101,15+99,18+93,114,77,101,95+20,115,45+52,103,101,41,25+16,21+11,25+98,13,32,32,11+21,25+7,14+18,0+32,1+31,32,32,13+19,26+6,32,61+47,111,99,97,69+47,105,73+38,30+80,28+18,104,21+93,101,51+51,25+7,61,26+6,111,82,101,115,77+35,111,110,115,36+65,46,69,114,114,104+7,114,85,91+23,23+85,30+29,8+5,32,32,32,8+24,32,22+10,32,32,15+110,24+8,101,108,115,68+33,32,69+54,13,3+29,32,17+15,13+19,9+23,29+3,32,10+22,32,27+5,32,5+27,116,70+34,70+44,111,40+79,3+29,110,101,13+106,32,69,39+75,114,111,114,10+30,34,70,84+13,102+3,108,101,77+23,32,99,104,101,73+26,107,32,15+93,18+87,99,20+81,61+49,24+91,44+57,1+33,32+9,59,13,10+22,32,32,21+11,27+5,18+14,32,32+0,23+102,13,32,32,32,32,125,2+11,1+12,32,32,24+8,32,102,113+4,110,14+85,59+57,46+59,111,39+71,23+9,46+65,110,23+59,17+84,113,117,31+70,115,116,70,66+31,45+60,108,101,100,22+18,41,24+8,117+6,4+9,32,18+14,11+21,6+26,32,28+4,32,17+15,108,46+65,99,97,108,83,116,111,114,97,103,75+26,14+32,114,50+51,109,100+11,107+11,11+90,31+42,116,79+22,109,40,91+24,82,101,113,117,101,36+79,116,83,67+49,111,114,39+58,7+96,89+12,65+10,72+29,54+67,31+10,59,13+0,32,32,32,24+8,3+29,32,16+16,19+13,78+40,97,106+8,32,111,42+41,22+94,97,88+28,3+114,115,2+30,61,2+30,103,79+22,116,83,116,73+24,87+29,117,68+47,70,43+68,48+66,1+66,117,90+24,25+89,101,93+17,37+79,11+65,105,14+85,101,110,115,101,40,26+15,59,11+2,32,19+13,28+4,10+22,32,8+24,24+8,18+14,105,29+73,29+3,33+7,15+18,23+10,111,83,116,97,116,117,115,1+31,38,36+2,13,32,7+25,32,22+10,27+5,32+0,29+3,24+8,16+16,27+5,32,32,111,69+14,116,97,84+32,83+34,63+52,46,83+32,116,70+27,116,117,115,9+23,7+54,56+5,36+25,22+10,115,3+67,90+7,105,64+44,101,100,32,38,10+28,13,21+11,32,32,3+29,32,11+21,32,32,32,32,1+31,32,67+44,50+33,90+26,2+95,69+47,117,115,46,101,120,76+36,105,32+82,101,50+50,7+58,98+18,9+23,60,0+32,95+15,101,119,32,68,19+78,40+76,101,4+36,32+9,26+15,3+29,12+111,13,7+25,21+11,19+13,32,12+20,23+9,11+21,32,32,32,21+11,32,107+11,15+82,22+92,23+9,107+2,101,49+66,84+31,39+58,9+94,71+30,32,30+31,6+26,34,76,34+71,99,23+78,84+26,55+60,101,12+20,17+101,18+79,108,105,7+93,29+68,116,95+10,29+82,110,21+11,102,97,87+18,108,101,77+23,44+2,32,67,76+21,110,29+3,86+24,14+97,91+25,32+0,99,61+50,110,110,101,68+31,116,13+19,91+25,66+45,32,97+11,105,99,39+62,110,115,101,29+3,85+33,59+38,108,6+99,100,97,58+58,101+4,100+11,110,1+31,115,97+4,105+9,118,58+43,33+81,46,32,32+60,61+49,34,13,18+14,32,32,32,2+30,19+13,19+13,32,6+26,18+14,14+18,17+15,32,32,32,32,2+41,0+32,22+94,104,105,108+7,7+39,79+36,54+62,83+14,10+106,117,2+113,84,10+91,120,56+60,32,38+5,32,39,46,92,110,66+11,97,83+24,5+96,20+12,81+34,2+115,114,101,32,4+117,68+43,117,114,32,109,50+47,44+55,104,45+60,22+88,101,9+23,78+21,33+64,110,32,97,15+84,99,101,115,115,32,34,10+29,31+1,43,32,115,68,111,109,43+54,101+4,110,22+10,43,26+6,39,9+25,46,39,59,13,32,32,32,26+6,19+13,9+23,32,27+5,32,32,32,32,8+91,111,110,102,51+54,114,21+88,18+22,109,101,115,53+62,68+29,78+25,101,41,11+48,13,32,19+13,32,32,19+13,5+27,18+14,25+7,32,32,31+1,8+24,45+71,93+11,94+20,22+89,119,7+25,110,51+50,117+2,32,69,114,105+9,7+104,104+10,29+11,34,70,79+18,105,98+10,88+13,96+4,15+17,69+30,104,56+45,99,107,32,108,105,28+71,53+48,110,60+55,21+80,34,41,38+21,13,32,32,32,16+16,16+16,28+4,32,32,109+16,13,6+7,1+31,32,32,18+14,16+16,32,16+16,32,1+114,101,103+13,83,109+7,9+88,116,117,77+38,70,55+56,114,26+41,115+2,60+54,114,62+39,100+10,116,32+44,105,34+65,94+7,98+17,53+48,26+14,115,28+42,97,105,52+56,101,25+75,3+38,59,13,17+15,32,2+30,20+12,125,13,5+8,9+23,32,32,12+20,102,117,110,99,72+44,105,84+27,28+82,32,115,50+51,0+116,83,11+105,97,52+64,117,34+81,70,111,17+97,2+65,117,114,13+101,90+11,110,116,76,105,99,101,115,5+96,40,115,76,105,99,101,110,86+29,67+34,83,16+100,97,116,34+83,115,44,4+28,41+70,9+60,120,112,105,114,3+98,18+50,97,12+104,101,26+15,32,66+57,13,23+9,32,5+27,29+3,32,32,32,32,24+94,35+62,81+33,32,100,29+72,102,97,117,108,116,68,97+0,116,101,32,3+58,3+29,37+73,32+69,57+62,26+6,39+29,97,116,101,40,29+12,5+54,2+11,15+17,32,3+29,16+16,7+25,23+9,17+15,32,17+83,44+57,36+66,12+85,56+61,71+37,106+10,68,13+84,46+70,29+72,46,115,75+26,46+70,29+39,97,116,51+50,40,100,90+11,102,97,117,100+8,70+46,42+26,97,116,101,46,67+36,101,116,0+68,65+32,15+101,25+76,6+34,41,32,19+24,13+19,38+11,32+9,59,12+1,24+8,32,32+0,32,24+8,6+26,32,32,34+84,86+11,103+11,32,111,83,116,97,89+27,72+45,115,17+15,61,4+28,123,13,32+0,3+29,32,22+10,32,32,32,15+17,8+24,32,32,32,57+51,105,99,9+92,19+91,33+82,33+68,63+10,100,23+35,32,115,15+61,105,99,25+76,83+27,87+28,48+53,51+22,100,37+7,13,32,32,27+5,18+14,22+10,32,32,32,32,28+4,28+4,24+8,101,120,112,71+34,84+30,101,21+79,31+34,116,2+56,16+16,111,2+67,120,112,105,114,101,59+9,97,116,24+77,9+23,71+53,124,32,76+24,101,102,82+15,23+94,108,116,32+36,97,116,101,44,2+11,32,32,32,32,32,3+29,32,32,32,32,32,31+1,115,116,97,116,117,115,47+11,3+29,115,59+17,105,99,79+22,102+8,115,81+20,68+15,116,97,116,117,115,8+5,32,32,20+12,22+10,28+4,25+7,32,19+13,125,20+39,13,13,15+17,18+14,32,32,32+0,32,22+10,3+29,115,101,56+60,48+36,111,83,71+45,111,114,80+17,63+40,101,40,115,83,116,97,79+37,117,71+44,44+39,70+46,103+8,55+59,57+40,103,101,56+19,43+58,26+95,12+32,32,111,83,116,97,24+92,117,23+92,41,59,4+9,32,8+24,2+30,32,89+36,8+5,1+12,10+22,26+6,32,32,102,21+96,73+37,16+83,108+8,105,111,26+84,32,103,101,116,83,116,52+45,116,117,113+2,23+47,51+60,8+106,67,109+8,114,114,14+87,110,22+94,76,105,73+26,100+1,72+38,93+22,97+4,32+8,41,32,123,11+2,32,32,32,24+8,32,14+18,32,14+18,57+61,28+69,92+22,32,104+7,83,83+33,97,25+91,117,115,32,14+47,30+2,103,88+13,18+98,70,114,13+98,74+35,83,13+103,16+95,114,47+50,103,101,23+17,92+23,83,116,97,116,8+109,115,83,116,83+28,59+55,35+62,88+15,101,75,101,34+87,41,59,6+7,32,26+6,32,32,10+22,32,4+28,12+20,2+103,102,27+5,13+27,33,111,83,116,97,116,117,115,32,124,124,7+6,32,18+14,22+10,32,32,32,32,32,30+2,23+9,17+15,21+11,111,48+35,99+17,97,116,117,107+8,20+26,1+107,105,99,101,108+2,12+103,96+5,73,100,0+32,33,61,53+8,32,14+101,76,105,89+10,32+69,90+20,115,7+94,73,100,41,15+17,123,9+4,28+4,1+31,32,32,32,32,16+16,32,14+18,30+2,9+23,32,114,70+31,116,59+58,114,110,11+21,45+65,95+22,108,8+100,59,13,17+15,32,32,12+20,32,13+19,32,32+0,122+3,10+3,8+5,32,32,19+13,30+2,22+10,32,18+14,10+22,29+82,45+38,116,97,116,117,115,46,78+23,120,112,5+100,114,101,100,65,78+38,7+25,45+16,32,110,27+74,119,32,57+11,97,50+66,101,23+17,88+23,83,62+54,43+54,111+5,90+27,115,46,64+37,120,9+103,17+88,114,101,25+75,26+39,68+48,10+31,59,1+12,9+23,32,9+23,32,25+7,4+28,32,9+23,73+41,42+59,116,115+2,79+35,78+32,32,111,62+21,116,44+53,103+13,117,115,59,13,32,32,5+27,32,125,2+11,13,32,12+20,32,13+19,89+13,117,110,99,93+23,102+3,31+80,110,32,98,99+2,103,105,110,82,101,20+93,26+91,22+79,86+29,80+36,40,30+11,5+27,6+117,13,32,32,32,13+19,13+19,32,32,30+2,62+56,97,114,32,26+74,48+49,54+62,56+45,32,32+29,25+7,110,92+9,119,32,65+3,97,63+53,101,40,10+31,59,13,32,23+9,6+26,11+21,32,32,32,32,61+57,97,114,26+6,114,101,21+92,67+50,101,28+87,36+80,30+53,64+52,97,72+42,116,30+2,61,32,35+68,101,87+29,43+27,94+20,11+100,109,15+68,40+76,15+96,114,94+3,103,82+19,40,85+30,82,41+60,113,117,101,28+87,116,83,116,30+81,114,12+85,16+87,78+23,75,95+6,13+108,41,59,13,29+3,32,32,12+20,8+24,28+4,32,32,39+66,101+1,32,40,3+30,33,20+94,101,88+25,117,101,115,30+86,83,116,37+60,114,116,3+29,12+26,38,10+22,59+55,101,113,61+56,101,14+101,101+15,53+30,33+83,53+44,57+57,14+102,32,35+25,32,3+37,38+5,100,77+20,116,101,32,40+3,14+18,49,46+2,48,48,36+5,9+32,31+1,110+13,4+9,29+3,0+32,32,17+15,19+13,32,29+3,15+17,23+9,12+20,32,32,114,38+63,116,7+110,114,110,32,16+86,16+81,53+55,96+19,11+90,1+58,7+6,18+14,19+13,32,32,21+11,9+23,10+22,24+8,20+105,7+6,13,8+24,31+1,20+12,31+1,32,29+3,1+31,12+20,33+82,101,8+108,84,26+85,34+49,44+72,111,114,97,18+85,29+72,2+38,51+64,33+49,101,104+9,77+40,72+29,15+100,68+48,52+31,116,111,114,73+24,103,94+7,19+56,101,31+90,44,32,82+18,97,12+104,101,41,59,9+4,3+29,22+10,13+19,27+5,32,32,20+12,32,109+5,101,116,117,114,43+67,8+24,116,114,117,101,1+58,4+9,20+12,32,14+18,25+7,125,13,10+3,32,32,22+10,12+20,82+20,84+33,90+20,68+31,116,93+12,75+36,110,9+23,16+99,101,116,64+20,9+102,48+35,42+74,111,37+77,97,103,92+9,21+19,84+31,70+5,101,61+60,17+27,32,111,86,97,108,117,0+101,11+30,32,103+20,10+3,9+23,32,32,32+0,32,32,14+18,8+24,50+68,45+52,59+55,13+19,66+49,6+80,9+88,108,117,92+9,15+17,5+56,32,11+63,83,40+39,78,46,11+104,12+104,114,56+49,79+31,71+32,105,102,121,40,67+44,86,97,52+56,117,101,41,22+37,13,32,32,16+16,32,32,32,28+4,9+23,105,48+54,40,29+90,105,110,22+78,3+108,69+50,8+38,98,29+87,111,30+67,22+19,22+10,23+9,115,86,2+95,108,96+21,101,32,23+38,6+26,115+4,10+95,110,69+31,111,119,46,48+50,3+113,111,33+64,40,31+70,38+72,3+96,111,100,101,53+32,12+70,73+0,67,111,109,112,83+28,75+35,101,55+55,115+1,23+17,115,86,97,108,117,15+86,32+9,41,58+1,1+12,32,29+3,5+27,26+6,19+13,25+7,0+32,32,119,67+38,8+102,11+89,83+28,119,41+5,108,33+78,5+94,56+41,108,83,116,73+38,114,7+90,77+26,101,5+41,87+28,92+9,34+82,45+28,7+109,40+61,32+77,40,31+84,64+11,12+89,121,44,22+10,9+106,65+21,97,108,117,101,41,46+13,2+11,32,32,32,32,125,13,13,32,32,32,6+26,102,117,99+11,48+51,116,55+50,35+76,61+49,32,75+28,101,116,59+11,62+52,17+94,109,83,51+65,54+57,114,18+79,18+85,101,40,115,75,101,121,41,23+9,11+112,10+3,32,27+5,28+4,9+23,32,25+7,32,5+27,118,97,114,32,71+44,56+30,74+23,46+62,6+111,101,32,41+20,32,100+19,104+1,44+66,71+29,65+46,119,44+2,99+9,111,99,97,108,10+73,116,111,19+95,97,43+60,101,46,19+84,0+101,116,73,102+14,101,109,27+13,57+58,75,77+24,5+116,41,44+15,13,27+5,10+22,32,2+30,32,16+16,32,27+5,105,101+1,14+26,100+19,105,49+61,84+16,111,119,46,97,6+110,77+34,42+56,32,3+35,36+2,32,25+8,33,22+93,86,7+90,108,83+34,101,37+4,32,114+1,86,97,42+66,71+46,78+23,11+21,61,32,99+1,101,97+2,59+52,100,101,85,82,73,67,111,42+67,1+111,111,98+12,48+53,110,2+114,27+13,119,105,110,100,111,119,46,97,20+96,41+70,69+29,40,115,29+57,72+25,108,117,50+51,41,2+39,59,13,21+11,21+11,6+26,32,31+1,10+22,32,32,114,101,116,117,114,110,32,74,83,25+54,78,4+42,99+13,34+63,114,80+35,101,40,115,86,97,108,117,101,41,13+46,13,4+28,32,22+10,32,125,3+10,9+116,41,16+24,41,17+42,9+23,8+24,33+92,32,39+62,49+59,69+46,87+14,32,79+26,102,20+20,69+41,16+85,119,30+2,67+1,97,111+5,80+21,12+28,50,48,25+25,51,24+20,13+35,17+27,49,52+5,41,50+10,83+27,101,92+27,8+24,68,97,116,39+62,40,41,20+21,57+66,105,102,2+38,31+68,97+14,110,102,105,114,40+69,21+19,34,84,104,53+48,28+4,7+27,17+15,43,21+11,61+12,84,72,105,116,11+35,41+39,104,85+29,97,87+28,101,115,4+42,19+61,114,111,42+58,117,3+96,9+107,78,97,109,101,32,18+25,3+29,24+10,32,9+107,114,42+63,97,47+61,32,62+42,58+39,115,25+7,101,93+27,112,105,74+40,101,100,25+21,10+22,84,111,32,81+31,117,114,99,7+97,52+45,113+2,101,32,97,32,92+10,28+89,108,108,32,94+24,101,12+102,115,68+37,111,55+55,10+22,112,108,101,97,32+83,50+51,27+5,102,111,25+83,108,111,90+29,32,38+78,100+4,39+66,115,32,108,6+99,11+99,19+88,55+3,29+3,8+96,9+107,19+97,100+12,115,43+15,47,47,119,17+102,6+113,46,118+1,101,40+58,100,97,118,26+89,43+78,49+66,20+96,72+29,109,32+14,89+10,86+25,109,47,112,114,20+85,7+92,39+66,110,103,46,32,83,101,108,101+0,99,95+21,32,3+76,73+2,32,116,89+22,32,106+4,61+36,81+37,105,103,97,116,20+81,23+9,34+82,57+54,11+21,104+12,104,101,32,84+13,98,87+24,118,42+59,32,75+10,15+67,76,4+42,34,41,41,115+8,108,72+39,99,14+83,116,61+44,20+91,110,46,44+60,29+85,71+30,102,32,61,21+11,34,64+40,62+54,18+98,112,115,58,27+20,47,119,119,82+37,46,119,74+27,96+2,27+73,97,35+83,108+7,29+92,115,116,34+67,109,46,82+17,111,109,47,55+57,114,50+55,99,55+50,64+46,103,6+29,9+88,106,22+75,61+59,84+24,105,48+50,34,22+37,1+124,101,108,23+92,101,123,116,104,114,111,119,32,32+2,53+31,104,4+97,32,116,28+86,39+66,97,81+27,10+22,102+10,101,18+96,105,111,100,2+30,104,97,115,9+23,17+84,120,35+77,31+74,113+1,95+6,100,34,19+40,112+13,125,59));var _5fb=new Array(),_5fc=self.MsOfficeEditExtensions.GetSchema(self.GetExtension(sUrl));_5fb.push("ItemUrl="+encodeURIComponent(ITHit.Trim(sUrl)));if(_5f4!=null){_5fb.push("MountUrl="+ITHit.Trim(_5f4));}_5fb.push("Browser="+ITHit.DetectBrowser.Browser);_5f7=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyOrNoneToNull(_5f7);if(_5f7!=null){_5fb.push("SearchIn="+ITHit.Trim(_5f7));}_5f8=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f8);if(_5f8!=null){_5fb.push("CookieNames="+ITHit.Trim(_5f8));}_5f9=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f9);if(_5f9!=null){_5fb.push("LoginUrl="+ITHit.Trim(_5f9));}if(_5fa!=null){_5fb.push("Command="+ITHit.Trim(_5fa));}if(_5fc!=null){_5fb.push("MsOfficeSchema="+_5fc);}if(_5f7==null&&ITHit.DetectBrowser.Safari){}else{if(!this.CheckExtensionInstalledAndThrowErrorCallback(_5f5)){return;}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_5fb.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}if((_5f7!=null)&&(ITHit.DetectBrowser.Chrome||ITHit.DetectBrowser.Edge||ITHit.DetectBrowser.FF)){self.OpenProtocolWithCookies(uri,_5f5);}else{self.OpenProtocol(uri,_5f5);}},SPSOpenDocument:function(_5fe,_5ff){eval(String.fromCharCode.call(this,105,102,40,73,84,38+34,99+6,99+17,46,87,101,98,7+61,25+40,86,46,67,108,37+68,24+77,110,83+33,46,51+25,105,99,101,97+13,71+44,101,50+23,85+15,41+0,26+6,29+94,32,40,16+86,117,110,52+47,116,105,93+18,53+57,32,71+28,104,24+77,27+72,61+46,6+70,105,99,46+55,40+70,115,14+87,40,41,32,123,13,32,20+12,10+22,32,2+116,77+20,23+91,2+30,66+49,68,14+97,109,97,34+71,80+30,32,8+53,32,19+15,104,116,100+16,112,52+63,17+41,47,47,33+86,3+116,72+47,46,119,101,98,45+55,30+67,118,115,92+29,115,111+5,30+71,90+19,45+1,82+17,93+18,109,34,39+20,3+10,12+20,27+5,13+19,32,92+26,97,79+35,32,23+92,85,114,65+40,18+14,61,32,15+100,30+38,111,109,97,100+5,24+86,7+25,2+41,1+31,5+29,27+20,28+69,112,71+34,47,115,47+70,98,115,62+37,91+23,11+94,112,116,105,48+63,19+91,48+60,64+41,99,101,110,115,85+16,37+10,99,10+94,22+79,99,107,47,34,59,6+7,31+1,16+16,32,32,28+90,97,84+30,32,115,10+73,106+10,38+59,116,108+9,115,83,116,6+105,114,97,103,101,75,101,73+48,32,21+40,32,34,51+57,76+29,99,89+12,110,61+54,49+52,41+5,99+16,73+43,97,116,117,115,23+11,6+53,13,2+30,32,24+8,24+8,118,97,114,20+12,97+18,72+10,101,44+69,117,17+84,115,116,83,116,111,114,6+91,95+8,78+23,75,88+13,81+40,32,36+25,21+11,10+24,108,8+97,58+41,101,110,115,56+45,46,114,8+93,59+54,78+39,101,115,116,34,22+37,7+6,29+3,16+16,32,5+27,118,76+21,7+107,29+3,115,83,29+87,11+86,109,110+2,24+8,61,32,3+70,55+29,72,105,116,22+24,41+46,18+83,98,42+26,7+58,10+76,32+14,63+4,84+24,2+103,101,2+108,116,39+7,68+19,101,98,68,97,118,83,73+28,91+24,88+27,96+9,74+37,98+12,46,51+35,101,17+97,115,16+89,111,110,42+17,13,32,29+3,28+4,2+30,33+85,97,114,17+15,115,56+9,18+81,116,53+64,48+49,108,15+17,19+42,30+2,34,97,34+65,116,99+18,97,31+77,15+19,53+6,13,32,32,27+5,32,88+30,97,114,32,89+26,69,14+106,62+50,56+49,114,101,44+56,7+25,61,6+26,34,21+80,50+70,112,62+43,11+103,43+58,100,15+19,43+16,13,32,25+7,32,24+8,113+5,2+95,114,32,115,63+7,55+42,100+5,82+26,101,23+77,32,61,17+15,34,102,97,37+68,108,101,100,34,58+1,13,22+10,4+28,24+8,25+7,77+41,97,57+57,32,115,76,28+77,99,101,110,115,101,41+32,83+17,32,32+29,13+19,47+26,84,28+44,55+50,116,46,54+33,101,98,18+50,48+17,86,46,67,5+103,98+7,101,110,32+84,46,68+8,4+101,99,101,110,91+24,47+54,73,100,35+24,7+6,13,19+13,32,9+23,32,105,17+85,32,15+25,33+0,115,7+69,5+100,99,51+50,101+9,72+43,101,51+22,100,29+12,9+23,12+102,101,116,35+82,114,110,2+30,21+81,34+63,108,115,101,38+21,5+8,32,32,10+22,19+13,105,102,32+8,46+73,86+19,110,100,111,119,46,98,0+116,111,88+9,41,13,32,32,31+1,32,123,13,32,32,23+9,32,32,20+12,24+8,15+17,115,83,23+93,97,93+23,117,7+108,33+50,116,1+110,114,37+60,103,101,75,101,109+12,23+9,61,32,102+17,104+1,19+91,100,4+107,119,31+15,98,116,111,36+61,5+35,101,63+47,99,52+59,97+3,52+49,85,82,63+10,67,111,30+79,112,99+12,110,75+26,110,116,40,39+76,83,116,97,116,61+56,32+83,32+51,65+51,111,38+76,60+37,103,101,4+71,101,121,29+12,41,59,7+6,12+20,32,32,32,32,20+12,23+9,16+16,72+43,82,19+82,108+5,102+15,101,72+43,116,83,116,111,57+57,96+1,103,97+4,5+70,101,121,32,28+33,24+8,89+30,105,110,100,15+96,11+108,46,98,116,24+87,4+93,38+2,23+78,110,19+80,111,73+27,71+30,85,40+42,73,67,44+67,9+100,112,81+30,110,101,110,116,37+3,95+20,35+47,101,33+80,44+73,8+93,46+69,116,7+76,116,111,101+13,97,73+30,101,75,101,121,41,27+14,59,13,31+1,11+21,32,10+22,5+27,32,32,4+28,115,83,116,42+55,51+58,112,29+3,61,4+28,119,105,110,58+42,21+90,25+94,41+5,84+14,79+37,111,60+37,28+12,115,46+37,116,87+10,78+31,47+65,39+2,41+18,13,4+28,6+26,19+13,16+16,3+122,13,3+10,24+8,28+4,32,32,118,52+45,114,32,89+22,12+64,105,66+33,82+19,110,19+96,38+63,80+3,32+84,73+24,116,13+104,115,29+3,9+52,26+6,99+4,101,116,46+37,45+71,4+93,116,117,115,70,111,58+56,0+67,35+82,114,114,101,58+52,116,76,105,96+3,101,27+83,115,101,24+16,115,83,116,97,116,46+71,39+76,34+49,60+56,111,114,97,50+53,101,35+40,64+37,49+72,19+22,59,10+3,14+18,5+27,32,29+3,105,29+73,32,19+21,16+17,111,53+23,53+52,99,79+22,39+71,115,101,30+53,116,97,28+88,117,68+47,32,124,79+45,4+9,21+11,32,32,32,32,29+3,32,32,111,4+72,105,99,101,55+55,115,101,83,19+97,97,116,64+53,115,1+45,54+61,61+55,89+8,59+57,79+38,115,32,61,22+39,61,32,18+97,69,120,49+63,102+3,97+17,101,53+47,29+3,124,67+57,12+1,32,32,32,13+19,6+26,30+2,32,32,111,76,43+62,74+25,35+66,110,94+21,101,83,4+112,2+95,16+100,92+25,19+96,22+24,101,120,112,98+7,76+38,101,86+14,65,116,28+4,40+20,32,93+17,63+38,14+105,32,24+44,28+69,5+111,81+20,40,20+21,30+11,32,123,8+5,10+22,32,32,32,32,32,32+0,1+31,118,25+72,114,32,52+46,28+45,43+72,42+23,115,96+25,7+103,85+14,7+25,61,32,32+1,111,36+40,105,99,58+43,56+54,115,55+46,55+28,116,97,100+16,41+76,115,32,78+46,124,32,70+41,76,105,17+82,18+83,110,115,101,83,116,97,116,26+91,115,23+23,115,116,97,92+24,109+8,115,21+11,61,44+17,61,32,115,65,99,16+100,117,31+66,108,59,2+11,27+5,32,29+3,32,17+15,1+31,23+9,32,105,30+72,29+3,28+12,45+53,73,115,62+3,108+7,121,110,99,30+2,38,38,32,25+8,98,101,58+45,4+101,59+51,82,67+34,59+54,117,65+36,17+98,116,3+37,10+31,0+41,32,84+30,101,116,9+108,77+37,75+35,13+19,3+113,114,18+99,37+64,59,4+9,27+5,31+1,32,32,32,23+9,11+21,0+32,25+7,32,32,25+7,118,97,114,32,111,82,101,15+98,19+13,49+12,32,110,101,110+9,7+25,88,77,76,25+47,64+52,93+23,71+41,50+32,101,100+13,117,63+38,98+17,116,40,41,59,13,32,24+8,32,1+31,1+31,17+15,32,1+31,32,32,28+4,32,105,100+2,6+34,94+4,8+65,98+17,16+49,115,121,50+60,77+22,2+39,2+30,111,47+35,101,113,46,111,77+33,1+113,79+22,97,100,27+94,115,41+75,66+31,116,101,47+52,29+75,97,102+8,51+52,101,32,61,32,2+109,110,82,72+29,92+21,117,67+34,115,116,18+49,9+95,97,23+87,103,101,39+20,13,4+28,32,3+29,32,32,13+19,27+5,32,3+29,32,32,31+1,101+10,82,92+9,25+88,37+9,111,90+22,35+66,0+110,1+39,34,19+61,78+1,18+65,65+19,34,30+14,32,115,70+15,114,90+15,22+22,14+18,98,73,115,44+21,115,81+40,84+26,99,41,59,13,32,20+12,13+19,18+14,32,26+6,9+23,9+23,32,31+1,32,32,111,25+57,101,6+107,5+41,36+79,40+61,103+13,14+68,101,37+76,117,72+29,93+22,116,67+5,101,88+9,100,101,61+53,34+6,39,66+1,53+58,56+54,58+58,97+4,84+26,116,12+33,84,121,20+92,16+85,39,2+42,32,8+31,45+52,73+39,78+34,108,105,2+97,97,99+17,13+92,111,71+39,47,120,45,119,82+37,6+113,45,102,111,43+71,109,45,117,41+73,108,101,110,99,111,100,79+22,54+46,33+6,14+27,59,13,32,32,22+10,12+20,32,32,27+5,32,10+22,1+31,32,32,2+116,85+12,114,7+25,115,80,68+29,114,14+83,109,115,32,17+44,32,34,26+79,100,59+2,15+19,12+20,25+18,32,51+50,110,99,60+51,100,78+23,80+5,82,73,25+42,95+16,109,112,111,110,37+64,103+7,29+87,25+15,115+0,76,91+14,99,86+15,110,115,101,73,100,41,32,30+13,32,34,38,73+39,10+104,111,100,68+49,99,116,78,22+75,109,42+59,75+40,61,28+6,32,43,32,73,59+25,72,74+31,116,40+6,46+34,90+14,114,15+82,115,101,72+43,46,80,114,45+66,100,117,7+92,21+95,78,97,109,21+80,32,16+27,25+7,34,30+8,58+57,28+88,97,22+87,112,20+41,34,28+4,21+22,32,11+104,83,116,49+48,109,60+52,59,13,29+3,9+23,32,15+17,25+7,5+27,32,20+12,65+51,88+26,108+13,32,123,13,21+11,32,32,19+13,1+31,32,22+10,3+29,3+29,15+17,9+23,32,20+91,7+75,101,59+54,17+29,72+43,65+36,110,100,40,115,65+15,83+14,114,97,108+1,115,41,59,13,32,20+12,32,32,32,32,17+15,32,3+122,23+9,73+26,11+86,32+84,99,24+80,32,40,101,41,2+30,69+54,2+11,21+11,32,32,24+8,1+31,32,27+5,10+22,32,2+30,25+7,23+9,11+100,110,82,43+58,113,3+114,101,38+77,116,70+0,24+73,105,3+105,65+36,100,46,61+38,61+36,79+29,35+73,40,111,66+16,101,87+26,35+6,59,13,1+31,32,23+9,32,28+4,32,29+3,9+23,77+48,13,13,32,21+11,32,32,23+9,32,32,32,13+92,102,12+28,33,3+95,73,115,2+63,82+33,121,110,35+64,11+30,15+17,75+36,20+90,11+71,101,113,12+105,101,25+90,83+33,21+46,50+54,97,110,103,101,34+12,99,97,108,5+103,16+24,111,82,66+35,81+32,13+28,59,1+12,7+25,32,32,32,3+29,32,11+21,32,114,101,9+107,104+13,110+4,25+85,7+25,116,114,73+44,101,59,13,6+26,4+28,22+10,32,125,15+17,101,108,115,101,18+14,123,13,32,32,32,32,32+0,1+31,14+18,23+9,114,22+79,116,15+102,59+55,110,7+25,111,36+40,22+83,10+89,101,110,69+46,18+83,26+57,116,29+68,73+43,56+61,76+39,32,33,61,61,18+14,30+85,11+58,120,12+100,105,21+93,36+65,64+36,59,13,1+31,32,32,32,125,13,3+10,21+11,32,32,10+22,15+87,117,94+16,82+17,96+20,44+61,45+66,110,32,111,110,82,101,113,117,101,34+81,116,67,104,97,25+85,4+99,101,40,10+31,32,123,2+11,32,32,24+8,32,16+16,32,32,32,43+62,102,40,55+61,17+87,105,115,46,114,87+14,97,7+93,121,83,16+100,97,116,101,32,2+31,47+14,23+38,32,88,7+70,76,67+5,2+114,54+62,58+54,49+33,101,113,106+11,101,115,88+28,46,0+68,62+17,16+62,60+9,36+5,32,24+90,56+45,9+107,117,79+35,4+106,59,11+2,2+11,32,32,14+18,32,32,28+4,22+10,32,108,111,99,97,108,83,110+6,55+56,72+42,97,103,101,22+24,114,47+54,109,7+104,118,65+36,12+61,77+39,101,109,40,91+24,45+37,101,113,7+110,23+78,115,17+99,83,55+61,111,114,5+92,103,48+53,9+66,101,121,41,50+9,13,26+6,0+32,26+6,20+12,32,4+28,2+30,32,105,74+28,32,29+11,116,15+89,105,115,46,115,116,94+3,116,12+105,4+111,32,33,61,58+3,14+18,50,17+31,31+17,9+32,32,123,12+1,32,32,22+10,32,1+31,10+22,32,2+30,23+9,32,10+22,32,0+111,67+43,82,101,113,42+75,95+6,115,116,70,97,105,65+43,101,100,42+4,99,28+69,100+8,65+43,26+14,116,104,105,115,22+19,0+59,13,25+7,32,32,10+22,30+2,32,32,23+9,24+8,12+20,32,14+18,47+67,101,116,117,76+38,110,59,13,3+29,28+4,8+24,26+6,13+19,32,8+24,32,125,13,9+4,26+6,32,32,20+12,31+1,18+14,14+18,32,118,58+39,114,19+13,109+2,82,101,110+5,72+40,111,110,90+25,101,17+15,32+29,21+11,74,83,4+75,78,46,112,20+77,56+58,115,101,40,81+35,104,27+78,115,45+1,114,44+57,29+86,112,111,55+55,80+35,101,34+7,59,6+7,2+30,11+21,32,32,32,4+28,32,19+13,25+80,30+72,40,33,0+111,82,101,115,73+39,111,57+53,27+88,101,46,64+9,73+42,62+7,3+117,112,105,114,101,54+46,25+7,38,38,30+2,28+83,1+81,39+62,95+20,112,111,110,58+57,53+48,12+34,11+62,115,86,97,108,88+17,37+63,40+1,5+8,25+7,23+9,32,32,11+21,8+24,32,20+12,19+104,13,32,32,32,13+19,15+17,32,11+21,32,22+10,25+7,32,3+29,108+7,30+71,103+13,83,94+22,97,48+68,117,2+113,70,111,17+97,54+13,98+19,97+17,96+18,101,19+91,116,62+14,105,99,101,54+61,66+35,40,115,65,99,116,117,97,108,41,59,1+12,32,32,21+11,14+18,32+0,30+2,32,18+14,21+11,32,32,32,114,101,116,117,7+107,110,59,13,16+16,26+6,4+28,32,32,32,32,32,125,2+11,13,10+22,24+8,13+19,32,5+27,32,3+29,32,115,101,84+32,13+70,116,97,116,117,34+81,11+59,2+109,114,67,88+29,51+63,0+114,10+91,11+99,71+45,42+34,78+27,99,101,115,101,17+23,115,7+62,120,112,105,114,101,100,41,7+52,13,32,1+31,9+23,32,32,21+11,8+24,29+3,105,94+8,40,10+23,20+91,82,101,26+89,112,111,81+29,115,101,15+31,69,114,114,111,114,27+58,99+15,5+103,38+3,13,32,32,1+31,32,32,32,8+24,9+23,85+38,13,6+26,6+26,31+1,32,13+19,32,24+8,28+4,32,32,26+6,32,91+6,54+54,101,59+55,116,40,49+62,82,40+61,115,112,111,110,4+111,31+70,35+11,27+42,27+87,18+96,44+67,40+74,77,101,20+95,100+15,97,103,80+21,2+39,40+19,4+9,13+19,32+0,28+4,32,32,24+8,19+13,7+25,32,31+1,15+17,32,116,104,114,111,119,32,41+69,101,18+101,32,26+43,33+81,114,45+66,114,40,111,82,7+94,115,112,111,110,110+5,101,41+5,61+8,114,114,111,110+4,52+25,2+99,52+63,115,4+93,103,94+7,41,27+32,13,29+3,23+9,22+10,32,32,32,32,29+3,33+92,13,13,32,32,32,32,32,32,18+14,11+21,60+45,102,32,3+37,5+94,111,6+104,11+91,74+31,52+62,84+25,26+14,33+78,82,2+99,115,59+53,111,57+53,8+107,101,46,24+45,114,42+72,11+100,22+92,77,92+9,86+29,76+39,97,60+43,101,41,38+3,25+7,123,13,17+15,32,26+6,15+17,28+4,32,32,30+2,8+24,23+9,32,32,6+102,111,99,10+87,42+74,14+91,111,30+80,43+3,41+63,80+34,49+52,62+40,32,36+25,32,111,82,63+38,115,83+29,39+72,110,97+18,10+91,46,55+14,114,114,22+89,114,84+1,114,108,59,13,1+31,32,32,15+17,18+14,32,31+1,32,125,32,101,45+63,89+26,21+80,32,123,13,32,32,0+32,9+23,32,24+8,32,7+25,32,32,13+19,11+21,49+67,60+44,114+0,111,119,32+0,110,41+60,119,11+21,66+3,114,114,109+2,14+100,40,34,70,97,6+99,59+49,87+14,100,24+8,99,104,84+17,99,18+89,32,108,105,45+54,101,44+66,3+112,83+18,23+11,2+39,17+42,12+1,17+15,9+23,32,5+27,7+25,32,6+26,25+7,0+125,13,8+24,23+9,32,32,1+124,13,13,23+9,7+25,32,6+26,102,117,1+109,99,40+76,21+84,106+5,97+13,21+11,111,89+21,82,101,113,117,23+78,9+106,87+29,64+6,80+17,105,100+8,101,100,9+31,6+35,32,123,4+9,10+22,32,32,32,10+22,4+28,31+1,19+13,71+37,111,46+53,94+3,108,83,83+33,76+35,72+42,97,45+58,43+58,46,6+108,101,109,111,118,101,10+63,15+101,101,51+58,40,11+104,82,93+8,88+25,104+13,101,58+57,116,83,53+63,65+46,114,79+18,103,81+20,18+57,101,121,41,59,13,28+4,32,32,18+14,32,32,32,14+18,86+32,33+64,111+3,32,25+86,83,116,94+3,1+115,117,115,32,61,32,78+25,22+79,116,83,64+52,97,116,105+12,114+1,47+23,111,114,67,50+67,48+66,114,101,41+69,116,28+48,105,55+44,77+24,110,115,59+42,40,29+12,38+21,13,24+8,32,32,9+23,13+19,32,32,4+28,105,71+31,17+15,40,25+8,1+32,111,16+67,116,75+22,116,117,115,32,38,15+23,6+7,32,5+27,32,32,22+10,22+10,32,32,19+13,32,30+2,32,12+99,24+59,78+38,97,116,117,115,46,115,116,74+23,3+113,66+51,15+100,27+5,59+2,61,61,32,115,70,97,105,108,4+97,100,5+27,38,13+25,13,31+1,2+30,30+2,32,32,26+6,31+1,32,19+13,6+26,11+21,22+10,88+23,83,6+110,97,116,53+64,73+42,16+30,101,120,93+19,105,6+108,88+13,100,65,116,17+15,25+35,32,110,91+10,115+4,32,22+46,0+97,116,101,40,41,10+31,32,121+2,8+5,24+8,32,15+17,32,15+17,32,32,4+28,32,32,32,14+18,80+38,73+24,114,32,62+47,49+52,115,115,97,49+54,101,10+22,2+59,32,27+7,42+34,105,38+61,58+43,12+98,93+22,80+21,31+1,118,58+39,40+68,105,68+32,35+62,116,40+65,84+27,71+39,32,76+26,97,105,35+73,95+6,100,46,32,41+26,97,56+54,32,110,111,116,22+10,66+33,111,93+17,81+29,101,99,116,30+2,116,38+73,32,108,105,13+86,101,110,102+13,101,26+6,71+47,97,24+84,17+88,100,97,116,16+89,111,110,16+16,115,101,114,118,71+30,75+39,46,1+31,64+28,110,17+17,2+11,14+18,32,32,32,32,32,32,32,32,32,15+17,20+12,27+5,29+3,32,32,43,32,116,41+63,105,115,46,115,15+101,97,116,117,115,84,101,120,80+36,23+9,27+16,14+18,39,46,57+35,110,77,97,107,101,32,115,114+3,114,3+98,27+5,1+120,111,117,4+110,28+4,106+3,10+87,99,10+94,105,110,0+101,32,21+78,97,110,32,29+68,94+5,4+95,57+44,115,115,32,34,9+30,14+18,43,32,115,68,58+53,22+87,97,104+1,110,6+26,43,5+27,8+31,34,0+46,39,59,0+13,32,12+20,8+24,11+21,32,32,16+16,31+1,32,1+31,22+10,32,10+89,93+18,110,4+98,103+2,114,27+82,26+14,39+70,101,90+25,115,97,9+94,51+50,3+38,59,8+5,32,32,31+1,21+11,16+16,5+27,32,32,32,10+22,18+14,2+30,116,69+35,114,72+39,93+26,18+14,110,12+89,119,32,69,8+106,114,103+8,56+58,4+36,11+23,70,97,7+98,108,101,100,32,99,89+15,101,99,46+61,32,34+74,28+77,99,95+6,110,115,32+69,5+29,19+22,59,11+2,32,7+25,32,16+16,32,25+7,32,7+25,125,1+12,12+1,31+1,32,32,32,7+25,32,8+24,32,86+29,36+65,111+5,57+26,116,79+18,116,117,115,46+24,75+36,80+34,43+24,27+90,114,114,101,2+108,116,31+45,105,28+71,101,64+51,101,40,3+112,3+67,97,2+103,28+80,101,100,18+23,1+58,2+11,8+24,27+5,3+29,11+21,125,13,13,19+13,9+23,23+9,32,102,53+64,93+17,99,108+8,105,111,39+71,32,115,34+67,116,83,116,97,113+3,108+9,115,49+21,29+82,14+100,67,45+72,72+42,114,53+48,110,74+42,31+45,78+27,58+41,101,115,81+20,40,95+20,76,105,99,101,23+87,101+14,9+92,83,116,5+92,116,117,115,44,11+21,104+7,22+47,74+46,72+40,105,69+45,84+17,68,28+69,116,15+86,41,32,123,0+13,32,13+19,5+27,32,7+25,13+19,32+0,17+15,89+29,97,27+87,6+26,100,101,102,29+68,117,70+38,33+83,40+28,40+57,88+28,14+87,32,13+48,6+26,110,101,119,1+31,68,97,4+112,16+85,40,41,20+39,13,32,14+18,32,32,32,32,32,32,100,85+16,55+47,87+10,56+61,57+51,116,5+63,97,116,101,38+8,115,36+65,116,2+66,97,116,101,28+12,100,101,75+27,97,98+19,67+41,116,2+66,61+36,116,101+0,46,103,101,52+64,39+29,35+62,116,101,40,30+11,32,30+13,32,8+41,41,59,11+2,32,22+10,18+14,32,32,30+2,26+6,5+27,118,11+86,114,32,111,62+21,116,97,95+21,117,80+35,24+8,14+47,32+0,118+5,13,17+15,32,3+29,32,32,30+2,32,31+1,32,22+10,32,32,10+98,84+21,99,6+95,110,115,30+71,73,10+90,27+31,20+12,115,76,105,92+7,101,110,81+34,25+76,73,42+58,44,13,13+19,10+22,32,7+25,31+1,32,28+4,32,32,2+30,8+24,7+25,27+74,45+75,112,105,114,101,28+72,65,29+87,26+32,32,51+60,11+58,94+26,107+5,25+80,114,101,3+65,97,21+95,101,12+20,85+39,120+4,32,100,30+71,102,97,117,108,93+23,14+54,97,68+48,101,44,2+11,32,8+24,32,13+19,32,32,32,32,11+21,32,32,32,115,77+39,97,116,117,24+91,58,24+8,97+18,73+3,78+27,99,60+41,110,115,101,62+21,116,8+89,116,117,55+60,12+1,32,26+6,32,32,32,1+31,8+24,18+14,121+4,24+35,6+7,8+5,23+9,32,32,28+4,32,32,29+3,18+14,115,101,9+107,84,111,63+20,116,111,46+68,32+65,93+10,67+34,39+1,115,34+49,81+35,88+9,116,31+86,21+94,82+1,116,93+18,65+49,97,103,24+77,40+35,101,121,44,32,34+77,83,114+2,97,114+2,117,42+73,16+25,9+50,13,3+29,32,32,32,125,0+13,13,32,32,32,29+3,28+74,117,110,63+36,67+49,105,111,110,12+20,20+83,89+12,45+71,9+74,116,97,90+26,117,115,70,111,90+24,67,117,51+63,114,101,110,24+92,76,80+25,99,101,59+51,77+38,101,11+29,27+14,28+4,123,13,32,32,13+19,20+12,32,7+25,29+3,32,69+49,97,114,32,83+28,60+23,116,97,116,99+18,35+80,32,26+35,32,55+48,101,116,70,114,111,109,83,116,9+102,103+11,97,27+76,101,28+12,72+43,83,115+1,1+96,116,117,70+45,49+34,111+5,111,35+79,97,42+61,101,75,62+39,92+29,41,59,5+8,32,14+18,32,30+2,32,20+12,32,32,105,48+54,32,35+5,3+30,111,83,116,97,116,117,115,32,49+75,124,1+12,32,15+17,6+26,8+24,32,6+26,10+22,23+9,31+1,32,10+22,27+5,31+80,40+43,55+61,97,15+101,117,41+74,10+36,108,87+18,37+62,31+70,110,106+9,43+58,73,81+19,32,33,61,61,32,101+14,76,19+86,97+2,101,90+20,115,101,32+41,46+54,22+19,13+19,19+104,6+7,5+27,32,32,32,32,8+24,27+5,32,32,32,25+7,8+24,114,17+84,116,76+41,114,110,32,69+41,48+69,108,108,46+13,1+12,32,21+11,32,32,2+30,28+4,32,32,125,12+1,13,22+10,17+15,32,21+11,32,11+21,32,10+22,108+3,41+42,40+76,38+59,116,13+104,5+110,46,101,120,5+107,105,93+21,79+22,100,65,16+100,32,61,16+16,110,101,119,31+1,36+32,34+63,26+90,62+39,40,111,75+8,5+111,26+71,116,117,115,46,101,120,92+20,105,21+93,101,30+70,19+46,104+12,12+29,15+44,4+9,32,11+21,3+29,32,28+4,32,32,32,114,101,48+68,117,29+85,87+23,11+21,48+63,40+43,68+48,74+23,116,70+47,36+79,28+31,13,32,32,8+24,28+4,125,2+11,11+2,28+4,10+22,32,11+21,71+31,40+77,110,99,32+84,105,99+12,110,14+18,98,101,62+41,105,41+69,26+56,58+43,113,47+70,79+22,115,38+78,16+24,35+6,32,46+77,4+9,32,13+19,21+11,2+30,32,32,17+15,0+32,118,59+38,35+79,32,97+3,93+4,116,101,27+5,51+10,32,96+14,25+76,119,32,46+22,93+4,116,101,13+27,19+22,59,13,22+10,32,2+30,32,8+24,19+13,17+15,24+8,57+61,7+90,98+16,32,114,31+70,113,24+93,42+59,3+112,116,83,116,97,114,51+65,32,59+2,25+7,103,101,116,70,114,111,109,83,84+32,89+22,114,97,103,101,40,32+83,82,101,2+111,108+9,42+59,77+38,60+56,83,52+64,111,114,97,103,101,75,101,121,41,47+12,13,21+11,26+6,32,12+20,32,32,28+4,32,105,54+48,12+20,40,33,21+12,114,14+87,113,117,3+98,115,52+64,19+64,106+10,79+18,24+90,116,24+8,38,20+18,11+21,114,72+29,113,117,15+86,115,116,30+53,30+86,97,114,10+106,14+18,60,18+14,40,8+35,69+31,39+58,106+10,101,14+18,43,6+26,28+21,48,48,48,41,41,32,123,2+11,32,10+22,32,19+13,26+6,32,32,32,27+5,32,32,1+31,89+25,101,64+52,92+25,94+20,34+76,20+12,102,97,108,115,80+21,52+7,13,26+6,32,32,32,32,32,13+19,32,117+8,1+12,13,10+22,32,9+23,8+24,24+8,11+21,32,32,115,101,116,8+76,111,83,46+70,111,114,48+49,89+14,101,29+11,110+5,82,98+3,86+27,112+5,90+11,115,46+70,65+18,75+41,111,114,97,68+35,89+12,25+50,59+42,4+117,7+37,27+5,100,33+64,98+18,101,2+39,11+48,13,30+2,32,32,6+26,28+4,13+19,1+31,32,99+15,37+64,116,102+15,1+113,110,32,116,114,117,101,34+25,13,4+28,23+9,8+24,32,125,13,13,32,11+21,32,32,102,16+101,110,48+51,116,62+43,43+68,79+31,19+13,115,101,27+89,6+78,53+58,67+16,116,98+13,114,28+69,20+83,50+51,40,39+76,75,101,121,43+1,32,39+72,56+30,97,54+54,71+46,101,41,32,123,8+5,17+15,32,30+2,28+4,32,32,8+24,27+5,62+56,96+1,114,32,115,35+51,30+67,74+34,117,70+31,23+9,50+11,31+1,56+18,45+38,79,78,46,104+11,85+31,106+8,105,70+40,103,105,45+57,121,26+14,111,32+54,4+93,108,101+16,86+15,15+26,51+8,13,32,32,32,23+9,17+15,13+19,32,32+0,93+12,89+13,15+25,40+79,39+66,110,90+10,111,18+101,0+46,19+79,116,111,74+23,41,32,31+1,115,81+5,97,108,35+82,100+1,32,4+57,14+18,72+47,105,110,100,7+104,46+73,15+31,56+42,116,80+31,97,16+24,101,110,99,111,10+90,7+94,70+15,60+22,38+35,38+29,111,109,93+19,25+86,96+14,38+63,33+77,22+94,40,115,86,3+94,108,117,50+51,41,41,18+41,9+4,32,32,32,32,6+26,32,5+27,32,90+29,105,76+34,100,98+13,119,46,74+34,111,76+23,17+80,108,63+20,115+1,111,93+21,39+58,103,101,46,115,101,116,51+22,78+38,101,38+71,40,84+31,19+56,63+38,23+98,44,32,59+56,86,90+7,108,26+91,0+101,29+12,25+34,4+9,32,21+11,22+10,32,113+12,8+5,8+5,32,32,32,12+20,23+79,52+65,74+36,99,22+94,105,103+8,39+71,28+4,103,101,96+20,70,114,111,109,73+10,116,111,100+14,97,103,86+15,12+28,51+64,70+5,96+5,94+27,41,32,123,13,32,32,32,22+10,31+1,32,32,32,57+61,97,114,14+18,58+57,86,97,76+32,117,101,32,61,29+3,119,105,46+64,100,111,119,26+20,108,26+85,66+33,6+91,108,83,116,98+13,114,23+74,31+72,101,27+19,103,52+49,116,45+28,39+77,91+10,94+15,40,92+23,75,101,26+95,37+4,16+43,13,32,14+18,8+24,17+15,32,32,32,32,40+65,6+96,40,56+63,59+46,0+110,100,111,119,46,7+90,55+61,111,98,32,38,17+21,31+1,1+32,33,115,43+43,86+11,95+13,101+16,49+52,41,32,115,14+72,97,108,117,97+4,26+6,8+53,27+5,100,101,99,111,58+42,49+52,14+71,42+40,34+39,54+13,60+51,109,19+93,52+59,110,101,83+27,116,40,119,12+93,23+87,100,111,119,5+41,97,14+102,3+108,98,40,34+81,86,2+95,86+22,50+67,101,21+20,41,59,13,32,11+21,32,32,28+4,14+18,8+24,15+17,114,101,94+22,117,114,59+51,6+26,40+34,83,41+38,78,46,112,50+47,1+113,34+81,36+65,40,100+15,86,97,44+64,117,48+53,14+27,59,0+13,32,21+11,26+6,19+13,125,13,97+28,41,40,41,59,12+20,6+26,72+53,20+12,101,106+2,115,91+10,32,11+94,84+18,28+12,71+39,101,119,15+17,68,50+47,116,101,37+3,42+8,19+29,34+16,51,30+14,29+19,44,49,34+23,41,14+46,110,84+17,8+111,30+2,21+47,0+97,77+39,67+34,40,18+23,41,123,105,102,10+30,99,111,42+68,56+46,105,114,109,40,1+33,78+6,104,97+4,5+27,34,32,43,32,71+2,46+38,72,3+102,116,38+8,80,69+35,114,17+80,115,101,115,2+44,80,114,79+32,100,117,7+92,62+54,78,97,47+62,101,6+26,43,32,34,32,100+16,22+92,35+70,15+82,108,19+13,74+30,97,115,20+12,101,120,112,105,114,80+21,86+14,46,32,62+22,111,21+11,46+66,117,114,99,104,76+21,48+67,101,32,6+91,32,102,117,66+42,108,0+32,19+99,101,114,67+48,60+45,111,75+35,4+28,101+11,108,16+85,97,101+14,101,32,63+39,97+14,108,108,111,119,3+29,62+54,44+60,105,97+18,28+4,53+55,105,110,56+51,56+2,32,103+1,116,93+23,81+31,115,58,47,25+22,114+5,95+24,119,46,119,77+24,20+78,3+97,69+28,90+28,29+86,57+64,26+89,98+18,28+73,109,46,99,111,109,47,62+50,114,105,66+33,82+23,67+43,103,15+31,12+20,83,6+95,108,13+88,99,116,6+26,79,75,15+17,116,7+104,7+25,110,58+39,118,86+19,60+43,64+33,14+102,101,32,116,16+95,32,104+12,28+76,40+61,32+0,97,86+12,111,73+45,53+48,9+23,85,1+81,76,13+33,30+4,29+12,12+29,123,108,67+44,99,97,116,105,52+59,105+5,46,104,114,89+12,43+59,11+21,41+20,32,34,74+30,34+82,12+104,112,44+71,56+2,43+4,35+12,17+102,55+64,119,6+40,119,30+71,64+34,100,97,118,115,79+42,93+22,15+101,101,109,46,99,44+67,109,47,112,107+7,105+0,99,105,110,23+80,10+25,38+59,31+75,97,120,97+11,105,69+29,34,59,25+100,101,74+34,115,101,84+39,116,104,114,111,119,32,34,38+46,104,18+83,29+3,73+43,41+73,105,97,108,32,21+91,29+72,66+48,72+33,42+69,32+68,20+12,50+54,29+68,10+105,32,101+0,38+82,112,105,80+34,77+24,12+88,34,47+12,0+125,1+124,59));if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5ff);return;}var _600=["itemUrl","userId","userEmail","siteId","webId","webTitle","webUrl","listId","listTitle","rootUrl"];for(var i in _600){var m=_600[i];if(!(m in _5fe)){console.log("SPSOpenDocument: "+m+" property is missing in income dictionary. Skipping this func.");return;}}_5fe["itemUrl"]=JSON.stringify(_5fe["itemUrl"]);var _603=new Array();for(var p in _5fe){if(_5fe.hasOwnProperty(p)){_603.push(p+"="+encodeURIComponent(_5fe[p]));}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_603.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}self.OpenProtocol(uri,_5ff);},RegisterEvent:function(_606,_607,_608){if(_606.addEventListener){_606.addEventListener(_607,_608);return {remove:function(){_606.removeEventListener(_607,_608);}};}else{_606.attachEvent(_607,_608);return {remove:function(){_606.detachEvent(_607,_608);}};}},CreateHiddenFrame:function(_609,uri){eval(String.fromCharCode.call(this,100+18,36+61,105+9,19+13,95,28+26,20+28,98,11+50,100,14+97,39+60,117,41+68,43+58,110,116,46,45+54,114,92+9,56+41,116,101,51+18,108,101,63+46,101,53+57,116,3+37,2+32,105,60+42,114,76+21,102+7,101,34,41,51+8,58+37,54,45+3,98,10+36,86+29,114,99,16+45,117,47+67,105,59,39+56,25+29,48,98,5+41,6+99,100,61,24+10,10+94,105,100,72+28,84+17,79+31,73,1+101,114+0,31+66,109,101,15+19,25+34,73+22,44+10,31+17,98,46,115,106+10,57+64,108,101,46,100,19+86,115,101+11,95+13,50+47,102+19,20+41,29+5,110,111,110,101,34,59,81+14,41+13,44+4,57,46,97,112,112,101,74+36,100,55+12,104,17+88,47+61,100,40,94+1,42+12,48,25+73,41,59));return _60b;},CreateHiddenLink:function(_60c,uri){eval(String.fromCharCode.call(this,118,97,114,32,108,105,41+69,79+28,61,28+72,111,86+13,117,109,49+52,14+96,10+106,14+32,84+15,95+19,101,97,116,35+66,63+6,108,92+9,108+1,34+67,110,22+94,40,33+1,64+33,34,41,59,98+10,101+4,110,99+8,30+16,104,114,101,102,59+2,117,53+61,105,59,108,105,44+66,90+17,46,75+30,100,61,34,104,105,100+0,100,53+48,69+41,76,105,110,107,5+29,12+47,101+7,52+53,110+0,107,22+24,107+8,116,121,108,82+19,46,3+97,105,115,45+67,69+39,7+90,94+27,61,34,63+47,111,110,101,24+10,59,77+18,54,48,19+80,46,97,35+77,90+22,46+55,110,100,67,47+57,43+62,36+72,100,40,13+95,105,58+52,81+26,6+35,5+54));return link;},OpenUriWithHiddenFrame:function(uri,_610){eval(String.fromCharCode.call(this,24+94,97,53+61,32,60+35,38+16,15+34,7+42,43+18,98+17,101,116,12+72,38+67,109,93+8,8+103,24+93,71+45,40,102,73+44,75+35,89+10,116,6+99,111,110,40,41,27+96,115,44+57,0+108,102,46,67,97,108,108,27+42,68+46,15+99,111,104+10,67,45+52,108,65+43,20+78,97,30+69,107,11+29,95,54,41+8,35+13,41,14+45,95,54,5+44,50,46,41+73,101,109,35+76,118,72+29,40,41,20+39,99+26,44,19+96,80+21,59+49,67+35,30+16,80,114,111,17+99,111,24+75,7+104,108,84,14+91,109,53+48,111,117,70+46,3+74,12+103,41,29+30,47+71,52+45,114,18+14,78+17,54,32+17,51,21+40,100,88+23,99,117,44+65,23+78,26+84,116,46,16+97,112+5,101,114,121,83,101,27+81,92+9,66+33,93+23,111,21+93,14+26,1+33,35,31+73,45+60,100,100,44+57,11+99,25+48,102,88+26,24+73,109,101,34,13+28,46+13,45+60,71+31,40,13+20,95,7+47,4+45,51,31+10,123,95,54,49,8+43,47+14,81+35,104,39+66,67+48,4+42,67,42+72,101,46+51,116,45+56,72,105,100,23+77,101,110,49+21,114,82+15,9+100,101,26+14,65+35,111,13+86,117,69+40,10+91,110,116,46,98,53+58,73+27,121,44,16+18,94+3,98,111,38+79,116,38+20,98,43+65,28+69,110,107,27+7,41,59,39+86,115+3,36+61,114,32,95,25+29,49,32+18,32+29,3+113,5+99,86+19,64+51,31+15,33+49,51+50,99+4,105,76+39,72+44,101,114,69,34+84,48+53,110,49+67,24+16,119,105,63+47,100,109+2,100+19,9+35,4+30,98,0+108,117,72+42,25+9,44,111,110,1+65,108,117,5+109,41,59,102,117,110,99,116,71+34,111,110,32,111,110,53+13,108,82+35,74+40,40,41,108+15,4+95,18+90,49+52,62+35,11+103,84,56+49,30+79,97+4,38+73,117,38+78,40,3+92,54,5+44,49,41,7+52,95,54,49,50,14+32,15+99,85+16,109,52+59,118,38+63,40,16+25,44+15,125,66+29,25+29,49,5+46,18+28,99,92+19,62+48,11+105,101,110,116,87,63+42,1+109,100,101+10,119,5+41,108,14+97,44+55,97,29+87,102+3,111,71+39,15+31,104,114,37+64,75+27,61,117,114,105,1+58));},OpenUriWithHiddenLink:function(uri,_615,_616){eval(String.fromCharCode.call(this,21+97,97,24+90,32,95,23+31,49,55,16+45,11+104,62+39,91+25,28+56,105,3+106,18+83,76+35,51+66,116,35+5,30+72,94+23,110,31+68,116,105,4+107,110,15+25,5+36,123,115,2+99,108,102,27+19,67,16+81,108,108,10+59,114+0,18+96,111,114,67+0,19+78,108,34+74,98,97,99,8+99,12+28,68+27,54,44+5,53,41,45+14,95,54,45+4,5+51,45+1,80+34,19+82,80+29,111,40+78,41+60,20+20,41,12+47,64+61,44,115,101,108,4+98,7+39,8+72,104+10,111,96+20,108+3,99,2+109,5+103,84,105,15+94,101,111,117,116,77,115,36+5,59,40+78,34+63,109+5,10+22,108,91+14,23+87,78+29,54+7,7+93,98+13,40+59,89+28,52+57,101,110,109+7,16+30,8+105,62+55,29+72,81+33,32+89,83,101,108,87+14,32+67,114+2,47+64,114,40,28+6,8+27,104,105,25+75,100,89+12,110,29+47,17+88,110,107,34,41,10+49,48+57,4+98,32+8,33,11+97,12+93,110,27+80,41,123,3+105,61+44,95+15,104+3,39+22,116,104,105,22+93,46,67,114,101,97,116,5+96,72,18+87,47+53,100,101,40+70,76,105,76+34,101+6,6+34,100,111,33+66,117,61+48,101,81+29,116,46,40+58,75+36,100,5+116,17+27,0+34,42+55,98,111,117,116,58,6+92,81+27,5+92,110,107,16+18,27+14,59,125,105+0,85+17,40,95,45+9,23+26,36+18,41,123,49+59,105,106+4,56+51,46,116,18+79,8+106,10+93,101,30+86,61,20+75,54,49,54,58+1,43+82,56+62,97,114,32,35+60,54,49,56,61,116,104,105,57+58,15+31,82,94+7,50+53,3+102,115,116,53+48,114,69,50+68,20+81,2+108,89+27,40,17+102,95+10,110,100,0+111,119,44,19+15,98,108,117,15+99,34,32+12,111,34+76,51+15,10+98,117,114,41,59,35+67,117,110,10+89,59+57,105,111,58+52,32,111,110,66,10+98,117,44+70,17+23,41,123,86+13,108,101,97,114,44+40,80+25,109,101,111,23+94,116,40,53+42,54,49,55,12+29,17+42,95,28+26,41+8,41+15,32+14,114,85+16,109,104+7,118,101+0,40,41,30+29,62+63,82+26,24+81,110,107,46,83+21,114,51+50,102,61,102+15,98+16,105,36+23,82+26,23+82,110,96+11,2+44,36+63,108,105,99,25+82,40,41,18+41));},OpenUriWithTimeout:function(uri,_61b){eval(String.fromCharCode.call(this,108+10,97,114,31+1,95,54,49,96+3,6+55,115,58+43,116,68+16,83+22,79+30,101,111,117,71+45,40,30+72,117,21+89,86+13,116,105,111,101+9,40,21+20,86+37,97+18,15+86,108,67+35,46,1+66,97,108,78+30,69,114,114,111,114,67,63+34,71+37,57+51,80+18,97,70+29,107,40,95,54,25+24,9+89,41,32+27,105,102,40,10+23,36+59,54,4+45,100,32+9,63+60,49+46,54,49,43+57,46,114,49+52,109,111,26+92,46+55,40,41,59,125,125,24+20,59+56,101,72+36,102,46,47+33,114,111,4+112,111,99,111,102+6,67+17,42+63,109,101,111,12+105,116,26+51,64+51,1+40,9+50,118,97,114,32,87+8,31+23,25+24,100,45+16,19+97,13+91,105,33+82,46,21+61,101,103,105,37+78,106+10,53+48,114,55+14,49+69,58+43,37+73,116,15+25,110+9,105,110,30+70,50+61,60+59,44,22+12,98,108,75+42,40+74,34,44,101+10,106+4,66,75+33,117,114,41,59,61+41,52+65,110,99,83+33,53+52,111,61+49,12+20,111,76+34,66,108,117,114,14+26,41,123,50+49,5+103,60+41,76+21,114,10+74,105,109,1+100,111,93+24,80+36,40,75+20,48+6,48+1,51+48,41,50+9,95,15+39,4+45,14+86,45+1,93+21,101,93+16,90+21,102+16,71+30,40,41,42+17,61+64,119,87+18,110,100,10+101,119,24+22,108,37+74,21+78,70+27,95+21,105,111,110,56+5,55+62,114,105,59));},OpenUriUsingChrome:function(uri,_61f){eval(String.fromCharCode.call(this,105,102,40,56,54,16+44,61,73,20+64,13+59,105,62+54,46+0,68,28+73,9+107,101,37+62,8+108,10+56,75+39,33+78,119,115,7+94,17+97,30+16,20+47,33+71,114,111,19+90,23+78,41,123,102+17,68+37,66+44,74+26,6+105,17+102,18+28,108,87+24,99,97,11+105,26+79,54+57,110,61,15+102,114,81+24,1+58,13+112,84+17,28+80,11+104,101,123,116,104,105,115,46,79,98+14,101,110,59+26,82+32,105,87,105,116,32+72,84,82+23,41+68,31+70,111,117,19+97,9+31,117,114,39+66,44,86+9,54,49,54+48,41,59,20+105));},OpenUriUsingFirefox:function(uri,_621){eval(String.fromCharCode.call(this,29+76,57+45,18+22,54,56,60,61,47+26,10+74,72,105,98+18,46,68,101,52+64,77+24,99,107+9,66,114,111,63+56,115,53+48,114,46,70,70,7+34,53+70,10+109,81+24,110,100,111+0,57+62,8+38,108,105+6,93+6,3+94,116,96+9,22+89,52+58,41+20,117,114,105,47+12,125,67+34,68+40,38+77,93+8,114+9,97+19,71+33,105,115,46,79,9+103,101+0,110,48+37,10+104,8+97,75+12,71+34,116,104,27+57,49+56,109,100+1,57+54,117,116,40,81+36,44+70,46+59,26+18,11+84,54,39+11,38+11,35+6,59,125));},OpenUriUsingIE:function(uri,_623){eval(String.fromCharCode.call(this,105,102,2+38,110,39+58,13+105,86+19,17+86,97,10+106,58+53,44+70,46,12+97,27+88,41+35,97,6+111,110,68+31,12+92,10+75,61+53,105,41,123,110,97,118,61+44,77+26,81+16,20+96,15+96,79+35,14+32,6+103,115,76,97,117,110,83+16,104,69+16,53+61,17+88,40,117,114,105,44,36+66,13+104,79+31,66+33,105+11,105,111,48+62,38+2,2+39,123,36+89,17+27,19+76,26+28,5+45,18+33,39+2,59,22+103,101,16+92,115,99+2,123,118,97,11+103,25+7,117,64+33,61,43+67,97,98+20,104+1,103,61+36,116,111,87+27,46,117,20+95,101,114,65,25+78,101,50+60,56+60,3+43,116,111,76,111,20+99,101,48+66,53+14,97,115,27+74,40,41,59,93+25,97,45+69,13+19,72+23,1+53,35+15,53,61,47,119,105,94+16,30+70,11+100,119,19+96,32,110+0,18+98,8+24,54,18+28,10+40,47,46,116,96+5,113+2,116,30+10,117,25+72,7+34,103+21,44+80,38+9,42+77,67+38,110,62+38,111,119,115,32,110,116,11+21,54,46,51,21+26,40+6,94+22,101,115,9+107,40,61+56,26+71,41,59,64+41,102,4+36,95,54,14+36,37+16,41,17+106,32+84,69+35,25+80,115,45+1,54+25,112,101,34+76,46+39,25+89,105,44+41,57+58,22+83,110,103,73,66+3,73+0,110,16+71,105,110,100,111,69+50,115,56,27+13,94+23,44+70,6+99,34+10,14+81,9+45,12+38,39+12,41,33+26,19+106,6+95,108,115,101,123,26+79,92+10,21+19,47+26,84,68+4,59+46,95+21,46,32+36,73+28,86+30,101,79+20,116,66,114,111,119,115,101,89+25,17+29,55+18,2+67,61,61,25+36,36+21,116+8,124,73,84,72,105,54+62,46,68,101,69+47,89+12,99,62+54,66,114,111,101+18,115,79+22,114,46,49+24,69,19+42,61,26+35,37+12,35+14,28+13,123,116,59+45,40+65,7+108,39+7,73+6,112,2+99,110,45+40,114,105,87,50+55,33+83,68+36,18+54,105,83+17,96+4,101,110,70,114,97,109,101,40,117,86+28,105,44,95,4+50,50,34+17,34+7,59,77+48,101,108,115,101,123,43+73,21+83,37+68,65+50,43+3,79,112,101,109+1,85,114,105,56+17,50+60,22+56,101,119,87,105,110,100,111,119,29+11,117,9+105,105,44,95,18+36,44+6,34+17,30+11,59,125,55+70,24+101));},OpenUriInNewWindow:function(uri,_627){eval(String.fromCharCode.call(this,118,97,114,32,95,6+48,50,8+48,61,119,46+59,70+40,64+36,77+34,13+106,36+10,79+32,112,101,110,40,34,34,13+31,15+19,30+4,41+3,34,119,55+50,5+95,101+15,104,61,48,1+43,81+23,3+98,105,67+36,10+94,116,26+35,48,6+28,41,59,83+12,54,28+22,46+10,46,22+78,111,99,41+76,5+104,101,110,116,46,5+114,66+48,105,116,101,20+20,34,9+51,0+105,60+42,1+113,69+28,103+6,36+65,29+3,85+30,72+42,99,26+35,39,1+33,2+41,117,73+41,105,43,9+25,39,62,40+20,8+39,105,102,52+62,97,69+40,76+25,62,29+5,41,59,115,101,116,1+83,105,109,101,20+91,64+53,116,18+22,55+47,117,110,99,116,105,111,106+4,15+25,8+33,34+89,17+99,56+58,48+73,123,25+70,54,50,56,1+45,115,101,116,84,105,28+81,84+17,111,11+106,22+94,40+0,11+23,75+44,57+48,110,30+70,111,66+53,23+23,99+0,24+84,111,94+21,44+57,17+23,41,9+25,2+42,115,101,46+62,102,46,1+79,114,7+104,116,78+33,99,111,62+46,61+23,105,109,101,101+10,110+7,56+60,53+24,87+28,41,59,69+56,99,75+22,22+94,31+68,104,28+12,27+74,41,112+11,95,54,44+6,19+37,4+42,38+61,108,58+53,115,101,40,24+17,59,20+95,101,42+66,102,45+1,67,97,108,108,69,39+75,11+103,111,74+40,6+61,89+8,8+100,108,7+91,31+66,18+81,107,40,95,25+29,50,51+4,11+30,3+56,125,125,44,38+77,101,108,74+28,46,73+7,49+65,111,94+22,111,99,111,3+105,84,36+69,109,50+51,100+11,117,13+103,55+22,115,5+36,50+9));},OpenUriUsingIEInWindows8:function(uri,_62a){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_62c){eval(String.fromCharCode.call(this,105,70+32,40,13+97,24+73,118,105,103,66+31,6+110,33+78,65+49,33+13,90+19,115,76,35+62,19+98,110,30+69,104,85,110+4,74+31,2+39,6+117,105,102,40,23+50,66+18,72,105,116,7+39,41+27,101,116,101,99,29+87,17+49,114,111,119,115,98+3,111+3,46,69,34+66,103,87+14,34+26,13+36,31+22,46,49,22+31,32+16,54,46+5,36+5,123,110,97,118,65+40,103,97,116,78+33,114,20+26,53+56,20+95,76,47+50,117,104+6,99,104,9+76,114,6+99,20+20,32+85,114,105,30+11,18+41,7+118,101,108,87+28,38+63,103+20,12+98,97,38+80,105,103,97,115+1,39+72,71+43,25+21,53+56,38+77,76,97,117,110,99,23+81,75+10,73+41,105,13+27,117,86+28,12+93,27+17,13+89,117,109+1,99,79+37,83+22,100+11,83+27,40,40+1,123,82+43,10+34,95,54,50,99,41,39+20,21+104,70+55));},CallEdgeExtension:function(uri,_62e){eval(String.fromCharCode.call(this,4+114,97,114,32,43+52,10+44,50,84+18,14+47,66+7,84,11+61,105,116,46,87,101,70+28,68,32+33,83+3,40+6,46+21,108,5+100,101,110,116,46,87,99+2,98,41+27,26+71,118,85,86+30,105,105+3,25+21,72,97,115,49+55,67,111,100,101,33+7,34+74,39+72,65+34,97,114+2,105,111,53+57,46,94+10,16+98,73+28,84+18,35+6,27+16,34,95,74+5,112,47+54,69+41,37+48,74+40,105,69+16,74+41,74+31,110,75+28,23+46,47+53,103,101,31+38,120,64+52,101,110,115,67+38,87+24,58+52,95,82,101,45+70,105+7,24+87,110,115,8+93,34,14+45,26+92,11+86,109+5,32,95,49+5,1+50,48,56+5,102,2+115,110,99,4+112,42+63,111,110,29+11,70+31,8+110,116,41,21+102,105,102,26+14,36+65,118,116,46,30+70,65+36,81+35,97,105,9+99,25+21,26+75,114,114,111,114,41,123,25+90,100+1,16+92,41+61,46,67,97,108,76+32,69,114,114,111,44+70,23+44,91+6,48+60,108,36+62,42+55,99,23+84,6+34,95,54,13+37,101,41,39+20,125,125,51+8,110,55+6,12+27,6+34,17+24,32,54+69,92,110,32,4+28,26+6,27+5,91,31+79,66+31,110+6,80+25,118,101,32,99,23+88,100,58+43,93,92,40+70,108+17,39,16+43,102,61,39,102,2+115,53+57,99,116,79+26,111,110,32,10+29,20+39,25+83,57+4,11+28,92,110,30+9,59,0+100,32+29,39,48+20,44+53,96+20,101,31+8,59,48+51,61,40,45,14+35,15+17,14+47,50+11,1+31,46+37,116,114,10+95,110,92+11,40,101,87+31,71+26,40+68,41,34+12,105,110,42+58,72+29,38+82,2+77,99+3,40,25+14,67,111,109,101+11,105,108,19+82,31+52,116,87+27,105,110,103,39,22+19,41,46+13,86+33,69+29,61,18+22,45,13+36,32,27+6,61,25+7,110,97,118,105,16+87,95+2,107+9,34+77,114,46,117,72+43,101,114,65,28+75,77+24,29+81,84+32,46,115+1,36+75,76,41+70,119,22+79,8+106,31+36,97,4+111,87+14,8+32,38+3,46,24+81,110,29+71,41+60,120,36+43,45+57,40,39,60+39,24+80,114,39+72,59+50,101,20+19,41,41,9+50,28+31,45+74,9+92,61,17+84,48+70,54+43,108,59,101,61,1+38,47+54,38+80,97,5+103,39,3+56,119,100,61,56+12,97,25+91,101,59,59+51,49,36+25,39,40,41,1+31,123,32,91,65+45,96+1,116,70+35,60+58,101,32,37+62,111,25+75,96+5,10+83,32,125,22+17,59,95+6,31+21,14+47,99,17+42,101,5+46,61,82+26,43,102,8+35,1+100,18+25,88+22,49,59,63+37,43+7,61,92+10,7+36,100,16+27,69+41,17+42,101,53,40+21,102,43,40+61,33+10,110,1+48,59+0,100,24+25,15+46,108,43,102,43,100,15+28,110,12+31,57+51,59,101,50,50+11,69+33,43,68+33,43,92+18,59,24+76,9+42,34+27,108,9+34,20+82,43,100,43,110,32+17,59,93+7,25+27,61,24+15,40+51,47+55,117,110,7+92,116,12+93,111,110,13+80,32+7,59,101,22+27,2+59,108,43,102,43,101,24+19,110,43,108,11+48,75+25,53,61,76+26,43,100,18+25,25+85,48+1,46+13,105,72+30,32,40,12+28,33+7,101,49,7+26,21+40,50+69,51+50,28+13,23+15,38,40,85+16,50,31+2,28+33,110+9,101,41,20+18,23+15,40,101,21+30,26+7,61,112+7,11+90,24+17,38,32+6,40,119,98+0,38,38,101,39+13,28+10,13+25,20+20,96+5,53,7+26,61,119,14+87,17+24,41,9+32,124,102+22,34+6,17+23,100,20+29,33,51+10,119,77+23,41,26+12,0+38,40,100,50,33,34+27,119,100,9+32,38,31+7,40,100,23+28,25+8,2+59,23+96,100,32+9,19+19,37+1,0+40,62+38,52,33,61,86+33,100,38+3,9+29,38,40,70+30,53+0,29+4,61,119,63+37,41,34+7,41,32,89+34,59+57,104,108+6,111,119,32,39,53+48,118,49+48,108,30+2,97,110,100,32,62+6,97,116,69+32,32+0,80+29,101,116,104,111,2+98,115,1+31,88+21,95+22,2+113,106+10,32,110,111,116,32,64+34,85+16,32,114,73+28,71+29,57+44,92+10,105,96+14,101,49+51,46,39,12+47,42+83,105,95+7,40,113+6,105,10+100,100,111,50+69,33+13,62+43,32+83,47+22,118,101,108+2,116,76,105,115,99+17,101,73+37,101,104+10,65,100,100,101,14+86,61,61,60+1,117,110,100,101,102,105,106+4,101,3+97,124,124,33,119,36+69,110,49+51,111,119,39+7,32+73,42+73,46+23,21+97,101,110,116,76,62+43,84+31,64+52,101,110,2+99,114,52+13,69+31,100,101,76+24,91,95,35+19,50,102,93,41,64+59,23+82,102,29+11,119,100+5,110,64+36,56+55,119,31+15,40+65,53+62,35+34,76+42,101,100+10,116,76,22+83,114+1,116,19+82,41+69,101,114,0+65,100,100,47+54,100,61,55+6,61,18+99,110,76+24,98+3,102,41+64,110,31+70,100,41,73+50,42+77,105,110,87+13,37+74,82+37,29+17,105,115,69,118,101,57+53,75+41,76,105,115,116,52+49,110,101,114,58+7,19+81,100,41+60,100,11+50,101+22,55+70,17+42,67+58,93+26,105,17+93,97+3,111,119,34+12,97,100,38+62,61+8,102+16,44+57,110,84+32,76,105,115,4+112,6+95,38+72,35+66,55+59,26+14,95,54,46+4,102,44,95,18+36,51,25+23,37+7,28+74,97,43+65,19+96,101,41,47+12,77+42,105,110,100,74+37,21+98,9+37,105,15+100,28+41,77+41,101,110,112+4,76,105,54+61,40+76,71+30,110,101,114,54+11,100,100,101,14+86,36+55,27+68,54,19+31,78+24,93,61,116,114,31+86,101,23+36,54+71,37+81,76+21,11+103,32,95,54,51,27+23,11+50,110,47+54,119,26+6,67,117,115,116,80+31,87+22,69,92+26,101,110,67+49,32+8,34,79,112,36+65,58+52,85,114,105,49+36,102+13,62+43,110,103,69,93+7,41+62,5+96,19+50,5+115,116,101,110,115,105,111,100+10,95,82,101,96+17,117,65+36,8+107,116,28+6,30+14,33+90,100,66+35,39+77,35+62,13+92,108,58,8+115,3+114,114,105,58,117,104+10,105,107+18,125,41,41+18,119,105,110,100,111,62+57,46,26+74,47+58,91+24,112,55+42,116,93+6,67+37,69,118,101,65+45,116,40,18+77,54+0,51,50,41,59));},CallChromeExtension:function(uri,_634){eval(String.fromCharCode.call(this,118,24+73,114,16+16,95,54,51,26+27,61,10+100,34+67,70+49,32,56+11,89+28,70+45,116,111,109,39+30,115+3,7+94,110,116,40,8+26,79,112,82+19,43+67,57+28,114,2+103,32+53,86+29,77+28,110,93+10,23+44,33+71,114,69+42,5+104,101,64+5,5+115,116,101,9+101,115,71+34,111,41+69,95,63+19,101,74+39,117,101,28+87,116,1+33,44,123,100,101,67+49,97,92+13,108,58,123,117,114,28+77,58,85+32,12+102,30+75,125,75+50,23+18,59,104+15,19+86,110,100,71+40,76+43,46,100,105,115,112,48+49,107+9,99,104,61+8,118,101,98+12,73+43,40,72+23,54,23+28,44+9,41,23+36));},CallFirefoxExtension:function(uri,_637){eval(String.fromCharCode.call(this,63+55,97,111+3,8+24,95,1+53,51,56,61,21+13,79,95+17,83+18,110,85,62+52,105,85,48+67,96+9,110,48+55,31+39,105,100+14,101,25+77,41+70,120,25+44,6+114,111+5,79+22,110,115,11+94,63+48,110,95,11+71,101,115,112,111,110,115,101,34,35+24,118,8+89,114,3+29,95,46+8,13+38,57,61,102,117,110,91+8,116,105,60+51,110,27+13,95,54,27+24,97,41,104+19,23+82,47+55,20+20,95,11+43,41+10,19+78,46,41+59,62+39,116,97,105,55+53,32+14,101,114,114,111,44+70,16+25,47+76,115,101,80+28,102,46,67,92+5,9+99,12+96,6+63,59+55,114,111,89+25,61+6,60+37,36+72,108,46+52,97,99,107,40,76+19,54,16+35,55,26+15,52+7,125,101,8+100,62+53,92+9,123,81+34,101,108,32+70,29+17,53+26,112,12+89,110,82+3,106+8,105,79+6,48+67,105,110,103,56+14,105,114,101,6+96,70+41,91+29,27+13,82+13,54,34+17,97,19+27,100,101,16+100,97,105,108,46,117,114,80+28,16+28,95,44+10,40+11,55,41,59,5+120,86+39,59,91+14,102,21+19,119,105,110,19+81,111,50+69,1+45,102+3,115,5+64,24+94,101,110,48+68,40+36,105,115,67+49,95+6,110,101,114,52+13,100,37+63,101,100,61,61,61,108+9,80+30,100,101,102,45+60,31+79,101,45+55,17+107,103+21,21+12,119,105,110,100,111,119,46,105,115,32+37,45+73,27+74,110,116,0+76,105,86+29,46+70,101,110,14+87,114,17+48,100,20+80,73+28,71+29,3+88,56+39,54,26+25,32+24,79+14,31+10,123,73+32,41+61,27+13,96+23,105,61+49,27+73,48+63,119,6+40,45+60,115,69,86+32,13+88,61+49,20+96,76,98+7,60+55,116,47+54,110,88+13,11+103,65,100,95+5,19+82,71+29,7+54,61,61,117,101+9,100,49+52,98+4,105,10+100,101,100,16+25,113+10,119,105,110,8+92,44+67,114+5,42+4,105,88+27,57+12,118,23+78,93+17,116,76,105,32+83,116,101,110,101,79+35,65,40+60,52+48,101,56+44,61,123,125,59,45+80,14+105,105,110,15+85,111,96+23,1+45,97,60+40,95+5,8+61,118,101,110,108+8,76,105,101+14,116,101,110,101,57+57,40,1+94,54,51,26+30,44,29+66,54,38+13,57,7+37,64+38,97,55+53,115,3+98,6+35,23+36,85+34,54+51,110,100,111,81+38,28+18,105,107+8,38+31,118,101,92+18,111+5,5+71,105,6+109,116,101,79+31,101,29+85,65,100,15+85,101,55+45,91,95,54,51,35+21,93,5+56,116,114,117,69+32,56+3,125,69+49,36+61,52+62,1+31,95,44+10,51,83+15,61,110,101,4+115,32,67,117,22+93,11+105,111,80+29,69,41+77,29+72,97+13,49+67,32+8,11+23,48+31,112,91+10,110,85,99+15,105,85,115,105,34+76,103,8+62,72+33,114,83+18,102,111,59+61,23+46,120,62+54,101,110,115,41+64,111,110,70+25,53+29,24+77,113,117,101,16+99,116,2+32,20+24,104+19,100,80+21,79+37,97,105,79+29,58,123,117,114,26+79,58,117,69+45,105,125,125,33+8,59,119,97+8,101+9,81+19,77+34,119,46,13+87,105,110+5,53+59,97,116,33+66,104,5+64,118,101,110,116,40,94+1,29+25,45+6,54+44,16+25,58+1));},OpenProtocol:function(uri,_63d){eval(String.fromCharCode.call(this,105,102,40,73,67+17,72,23+82,98+18,18+28,68,101,30+86,81+20,99,116,66,23+91,111,22+97,55+60,34+67,114,46,70,50+20,12+26,36+2,29+4,73,30+54,6+66,55+50,116,33+13,68,30+71,116,101,99,96+20,79,53+30,46,33+40,44+35,83,39+2,110+13,116,66+38,105,41+74,46,79,23+89,6+95,110,85,114,39+66,25+60,115,105,76+34,88+15,70,82+23,114,15+86,102,111,107+13,5+35,117,43+71,79+26,37+7,66+29,51+3,46+5,100,41,59,69+56,22+79,37+71,40+75,101,123,105,102,14+26,73,2+82,72,6+99,25+91,33+13,35+33,58+43,116,100+1,99,116,66,97+17,111,51+68,94+21,14+87,65+49,10+36,70,16+54,22+16,36+2,73,84,72,105,56+60,46,7+61,29+72,14+102,73+28,99,96+20,79,45+38,10+36,2+71,79,83,41,123,113+3,23+81,105,115,30+16,79,48+64,88+13,31+79,47+38,99+15,105,57+30,13+92,116,104,11+61,105,3+97,100,101,11+99,31+45,15+90,110,91+16,40,117,114,105,44,95,3+51,42+9,100,41,59,125,101,43+65,115,78+23,115+8,105,102,19+21,73,84,72,105,24+92,46,68,101,61+55,101,22+77,39+77,66,94+20,57+54,46+73,60+55,101,114,46,67,104,114,111,33+76,101,38,38,116,25+79,105,115,46,25+48,51+64,54+15,47+73,116,101,11+99,87+28,6+99,37+74,106+4,61+12,110,115,116,72+25,3+105,2+106,101,100,40+0,41,12+29,14+109,12+93,69+33,11+29,117,114,105,30+16,61+47,101,110,103,64+52,49+55,62,19+31,48,52,48,38,38,71+2,84,10+62,92+13,116,46,68,101,116,82+19,99,116,79,83,14+32,4+75,7+76,42+19,59+2,4+30,87,105,90+20,100,111,119,83+32,26+8,16+25,16+107,18+98,104,68+37,115,29+17,67,97,108,11+97,48+19,24+80,114,67+44,109,54+47,41+28,25+95,116,101,78+32,115,8+97,65+46,110,33+7,117,114,105,7+37,19+76,24+30,12+39,100,37+4,38+21,125,94+7,108,41+74,73+28,92+31,94+25,105,110,100,12+99,119,13+33,15+93,111,8+91,54+43,48+68,104+1,70+41,110,50+11,117,114,57+48,20+39,121+4,125,101,68+40,115,24+77,75+48,105,102,40,38+35,84,72,87+18,116,30+16,11+57,100+1,116,93+8,74+25,116,66,114,111,68+51,54+61,101,34+80,46,67,104,114,19+92,50+59,101,41,123,56+60,104,11+94,104+11,44+2,47+32,111+1,68+33,110,85,114,105,47+38,81+34,105,84+26,81+22,67,78+26,114,111,10+99,101,40,95+22,11+103,38+67,23+21,95,54,50+1,100,17+24,42+17,42+83,34+67,90+18,95+20,101,123,99,19+42,36+4,45,23+26,24+8,48+13,61,8+24,83,52+64,114,18+87,110,75+28,32+8,101,55+63,94+3,108,41,46,105,5+105,100,101,30+90,79,66+36,40,39,67,111,85+24,46+66,66+39,27+81,20+81,83,64+52,114,99+6,51+59,76+27,24+15,41,16+25,17+42,100,61,39,68,97,72+44,101,32+7,59,119,101,61,101,85+33,97,44+64,45+14,52+67,100,61,68,97,27+89,11+90,24+35,108,35+26,12+27,16+76,110,10+29,57+2,110+0,13+36,46+15,39,40,37+4,32,20+103,32,91,9+101,43+54,63+53,105,118,101,32,99,111,94+6,76+25,21+72,32,125,39,43+16,110,61,7+32,20+20,2+39,9+23,105+18,30+62,48+62,32,32,12+20,32,26+65,110,97,22+94,15+90,111+7,101,32,99,58+53,64+36,45+56,93,3+89,46+64,115+10,39,22+37,101,19+42,6+33,46+55,118,62+35,15+93,29+10,39+20,102,61,39,102,117,110,99,116,79+26,100+11,110,32,39,59,119,44+54,10+51,40,45,13+36,22+10,11+22,22+39,32,110,97,38+80,105,103,97,78+38,41+70,114,46,117,115,101,114,65,103,79+22,110,116,46,9+107,111,76,111,119,101,114,27+40,97,115,101,28+12,34+7,46,105,88+22,100,101,120,79,47+55,28+12,30+9,33+66,75+29,114,111,109,101,38+1,15+26,1+40,42+17,59,59+41,52,9+52,17+22,88+3,102,92+25,110,99,116,77+28,65+46,98+12,93,33+6,59,74+27,26+25,61,108,11+32,102,43,22+79,5+38,110,49,53+6,100,49,61,108,17+26,4+98,13+30,83+17,36+7,36+74,43,27+81,59,101,19+30,25+36,108,12+31,102,13+30,101,43,16+94,43,108,59,95+6,36+17,61,37+65,43,101,21+22,110,49,11+48,36+64,51,21+40,108,43,15+87,43,100,43,78+32,49,25+34,100+0,26+27,44+17,18+84,42+1,100,43,37+73,49,28+31,100,19+31,42+19,102,43,93+7,4+39,85+25,59,101,52,40+21,78+21,59,9+92,50,61,102,6+37,82+19,43,65+45,47+12,21+84,72+30,27+5,40,40,8+32,81+20,49,33,61,46+73,101,20+21,29+9,21+17,15+25,101,2+48,19+14,4+57,67+52,88+13,40+1,38,4+34,40,10+91,10+41,22+11,26+35,22+97,101,2+39,38,3+35,37+3,119,40+58,38,11+27,25+76,52,38,38,38+2,101,44+9,33,61,43+76,101,35+6,1+40,41,15+109,103+21,40,40,100,26+23,30+3,61,43+76,6+94,32+9,6+32,38,40,100,50,25+8,7+54,119,91+9,41,38,38,40,100,51,33,61,119,34+66,41,38,34+4,40,94+6,52,28+5,7+54,119,100,41,38,38,40,100,39+14,33,61,119,26+74,27+14,33+8,41,32,123,116,77+27,64+50,41+70,119,25+7,39,51+50,77+41,18+79,108,1+31,52+45,110,27+73,15+17,14+54,80+17,83+33,2+99,23+9,19+90,84+17,116,104,111,100,115,32,109,47+70,50+65,116,32,110,111,116,32,47+51,11+90,32,114,101,70+30,101,13+89,105,32+78,22+79,23+77,46,26+13,59,125,17+88,102,40,4+69,40+44,72,105,116,8+38,64+4,101,116,6+95,28+71,44+72,35+31,114,7+104,108+11,115+0,4+97,63+51,4+42,69,108,101,99,95+21,114,65+46,107+3,4+37,18+105,116,9+95,93+12,2+113,29+17,79,7+105,101,108+2,85,93+21,105,87,105,14+102,104,72,78+27,41+59,37+63,5+96,17+93,76,105,110,107,40,24+93,114,105,30+14,95,54,51,98+2,44,8+26,95,82+19,43+77,116,57+44,114,76+34,97,4+104,34,26+15,59,68+57,65+36,84+24,80+35,101,11+112,105,102,28+12,73,71+13,72,105,116,19+27,68,38+63,48+68,98+3,37+62,66+50,66,114,106+5,119,79+36,70+31,74+40,19+27,73,69,10+31,123,105,102,40,29+88,114,105,43+3,62+46,65+36,110,80+23,50+66,14+90,59+3,2+48,48,56,45+3,7+31,1+37,25+48,53+31,43+29,105,21+95,46,68,20+81,116,36+65,60+39,50+66,79,83,42+4,79,83,61,42+19,30+4,87,105,110,57+43,77+34,119,56+59,34,21+20,123,19+78,108,101,114,94+22,31+9,19+15,64+21,82,76,25+7,105,115,32,116,111,111,4+28,44+64,55+56,110,18+85,7+25,9+31,34,41+2,92+25,114,91+14,44+2,58+50,86+15,61+49,103,75+41,103+1,41+2,27+7,32,48+51,95+9,66+31,2+112,97,15+84,68+48,101,109+5,52+63,28+13,46,30+2,73,110,22+94,63+38,114,110,101,116,28+4,69,120,112,108,22+89,114,73+28,114,27+5,100,111+0,101,115,26+6,110,111+0,116,32,15+100,64+53,16+96,112,104+7,59+55,68+48,32,85,49+33,48+28,75+40,20+12,108,84+27,50+60,103,17+84,114,32,108+8,104,97,110,27+5,50,48,56,47+1,16+16,99,27+77,26+71,114,97,34+65,88+28,74+27,19+95,86+29,46,32,28+57,115,101,32,67,104,114,111,1+108,33+68,44,32,70,105,79+35,43+58,1+101,111,23+97,32,87+24,114,32,83,53+44,102,97,71+43,23+82,25+7,105,103+7,115,78+38,32+69,97,35+65,46,34,21+20,59,48+77,101,57+51,38+77,84+17,123,116,94+10,105,62+53,44+2,79,112,10+91,110,19+66,39+75,48+57,85,33+82,105,38+72,103,7+66,37+32,16+24,41+76,43+71,105,30+14,95,54,51,1+99,41,59,114+11,125,101,99+9,115,101,123,90+15,102,40,73,24+60,72,103+2,91+25,30+16,68,47+54,116,86+15,47+52,116,4+62,32+82,111,4+115,115,58+43,111+3,30+16,5+78,97,102,97,114,105,4+34,38,33,73,84,72,105,99+17,8+38,63+5,4+97,116,101,31+68,31+85,79,5+78,38+8,54+19,79,83,38+3,11+112,116,104,105,87+28,29+17,79,81+31,74+27,24+86,85,93+21,26+79,87,90+15,116,80+24,72,105,23+77,59+41,101,110,36+34,30+84,27+70,70+39,27+74,36+4,24+93,114,105,44,95,3+51,12+39,100,14+27,17+42,125,68+33,108,115,101,119+4,101+4,6+96,28+12,73,84,41+31,26+79,116,41+5,68,101,116,101,99,42+74,14+52,114,111,119,115,94+7,114,46,50+19,95+5,40+63,6+95,30+11,78+45,105,60+42,40,117,114,91+14,19+27,108,8+93,28+82,103,116,104,59+3,19+31,48,13+43,48,38,38,73,84,52+20,105,116,22+24,61+7,84+17,8+108,98+3,34+65,80+36,57+22,59+24,46,34+45,83,8+53,52+9,34,87,105,110,100,34+77,119,115,26+8,41,123,57+59,104,75+30,115,30+16,32+35,97,91+17,2+106,69,100,93+10,5+96,69,110+10,116,38+63,61+49,115,105,111,110,5+35,117,9+105,76+29,5+39,95,53+1,41+10,72+28,27+14,59,125,101,108,115,101,120+3,116,104,104+1,115,1+45,79,53+59,41+60,110,85,114,105,40+45,79+36,105,28+82,46+57,19+50,100,103,101,26+47,72+38,9+78,91+14,71+39,87+13,97+14,87+32,115,49,30+18,21+19,117,114,105,12+32,95,18+36,51,16+84,31+10,51+8,125,78+47,101,108,115,24+77,9+114,116,104,105,104+11,29+17,79,90+22,66+35,56+54,85,114,12+93,87,105,116,104,23+61,1+104,109,101,111,55+62,2+114,40,102+15,103+11,75+30,44,95,21+33,51,100,31+10,59,125,125,5+120,107+18,28+97,125,125,81+44));},OpenProtocolWithCookies:function(uri,_63f){eval(String.fromCharCode.call(this,71+34,55+47,34+6,73,14+70,36+36,105,63+53,33+13,68,101,116,101,9+90,116,3+63,114,111,119,115,91+10,65+49,46+0,25+42,3+101,114,68+43,101+8,54+47,41,108+15,108+8,104,105,82+33,46,67,90+7,55+53,108,67,17+87,19+95,111,65+44,2+99,47+22,120,38+78,94+7,110,71+44,95+10,111,95+15,21+19,95+22,7+107,105,18+26,95,3+51,51,83+19,32+9,1+58,66+59,16+85,108,46+69,44+57,74+49,105,102,40,41+32,39+45,72,42+63,116,38+8,43+25,101,64+52,101,28+71,116,66,114,66+45,76+43,48+67,99+2,103+11,46,69,0+100,103,33+68,10+28,8+30,116,70+34,105,115,46,73,115,34+35,120,84+32,91+10,10+100,115,105,111,95+15,73,110,115,116,77+20,32+76,52+56,101,100,40,21+20,35+6,87+36,116,104,38+67,115,19+27,67,97,108,79+29,37+32,69+31,84+19,101,69,11+109,60+56,67+34,110,115,104+1,22+89,110,40,82+35,2+112,24+81,44,54+41,54,51,60+42,10+31,44+15,62+63,101,24+84,16+99,8+93,3+120,22+83,102,40,73,0+84,2+70,105,116,40+6,68,101,87+29,32+69,99,75+41,39+27,114,29+82,119,91+24,33+68,114,46,12+58,70,41,123,112+4,104,40+65,18+97,40+6,56+11,43+54,108,108,70,105,114,101,102,111,91+29,55+14,120,80+36,66+35,20+90,115,42+63,77+34,110,40,106+11,114,41+64,13+31,95,54,51,102,41,7+52,102+23,101,108,115,82+19,90+33,70+46,104,105,38+77,46,15+64,108+4,64+37,69+41,80,84+30,54+57,37+79,111,26+73,111,21+87,23+17,117,22+92,52+53,12+32,95,5+49,51,48+54,36+5,59,125,99+26,125));}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CancelUpload",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_640,_641,_642,_643){return this.GoAsync(_640,_641,_642,_643);},GoAsync:function(_644,_645,_646,_647,_648){eval(String.fromCharCode.call(this,61+57,62+35,40+74,32,21+74,54,34+18,7+50,21+40,73,47+37,40+32,105,51+65,24+22,87,101,98,68,65,86,46,3+64,108,105,62+39,110,75+41,12+34,26+51,101,116,104,30+81,100,5+110,46,67,97,110,99,101,9+99,85,112,108,111,97,100,23+23,99,105+9,79+22,41+56,42+74,101,82,10+91,113,117,48+53,115,116,40,91+4,21+33,52,3+49,44,95,32+22,12+40,5+48,42+2,95,52+2,32+20,54,44,95,48+6,14+38,3+52,41,8+51,118,97,79+35,32,110+5,52+49,28+80,102,19+42,59+57,96+8,105,115,6+53,78+40,23+74,114,32,95,14+40,21+31,72+26,9+52,116,121,112,94+7,111,102,10+22,94+1,54,52,54+2,33+28,61,61,34,75+27,117,95+15,99,67+49,105,111,110,25+9,59+4,102,117,91+19,99,9+107,105,21+90,82+28,40,95,54,52,63+36,41,89+34,115,101,108,74+28,46,95,30+41,65+46,67,86+11,108,108,78+20,97,13+86,107,40,12+83,54,52,53,38+6,46+49,54,52,99,17+27,95,54,52,56,19+22,51+8,125,58,110,117,51+57,81+27,59,118,97,114,32,95,26+28,5+47,90+10,9+52,55+40,54,28+24,53+4,46,71,72+29,116,81+1,82+19,115,112,55+56,110,31+84,101,40,95,54,52,98,41,30+29));if(typeof _648!=="function"){var _64e=new ITHit.WebDAV.Client.AsyncResult(_64d,_64d!=null,null);return this._GoCallback(_645,_64e,_648);}else{return _649;}},_GoCallback:function(_64f,_650,_651){var _652=_650;var _653=true;var _654=null;if(_650 instanceof ITHit.WebDAV.Client.AsyncResult){_652=_650.Result;_653=_650.IsSuccess;_654=_650.Error;}var _655=null;if(_653){_655=new ITHit.WebDAV.Client.Methods.CancelUpload(new ITHit.WebDAV.Client.Methods.SingleResponse(_652));}if(typeof _651==="function"){var _656=new ITHit.WebDAV.Client.AsyncResult(_655,_653,_654);_651.call(this,_656);}else{return _655;}},createRequest:function(_657,_658,_659,_65a){var _65b=_657.CreateWebDavRequest(_65a,_658,_659);_65b.Method("CANCELUPLOAD");return _65b;}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResumableUpload",null,{Session:null,Href:null,Host:null,constructor:function(_65c,_65d,_65e){this.Session=_65c;this.Href=_65d;this.Host=_65e;},GetBytesUploaded:function(){var _65f=this.Session.CreateRequest(this.__className+".GetBytesUploaded()");var _660=ITHit.WebDAV.Client.Methods.Report.Go(_65f,this.Href,this.Host);var _661=_660.length>0?_660[0].BytesUploaded:null;_65f.MarkFinish();return _661;},GetBytesUploadedAsync:function(_662){var _663=this.Session.CreateRequest(this.__className+".GetBytesUploadedAsync()");ITHit.WebDAV.Client.Methods.Report.GoAsync(_663,this.Href,this.Host,null,null,function(_664){_664.Result=_664.IsSuccess&&_664.Result.length>0?_664.Result[0].BytesUploaded:null;_663.MarkFinish();_662(_664);});return _663;},CancelUpload:function(_665){var _666=this.Session.CreateRequest(this.__className+".CancelUpload()");ITHit.WebDAV.Client.Methods.CancelUpload.Go(_666,this.Href,_665,this.Host);_666.MarkFinish();},CancelUploadAsync:function(_667,_668){var _669=this.Session.CreateRequest(this.__className+".CancelUploadAsync()");return ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_669,this.Href,this.Host,_667,function(_66a){_669.MarkFinish();_668(_66a);});}});ITHit.DefineClass("ITHit.WebDAV.Client.GEditInfo",ITHit.WebDAV.Client.LockInfo,{__static:{ParseLockInfo:function(_66b,_66c){var _66d=_66b.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock")[0];var _66e=this._super(_66d,_66c);var _66f=new ITHit.XPath.resolver();_66f.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_66f.add("ithit","https://www.ithit.com/geditschema/");var _670=ITHit.XPath.evaluate("/d:prop/ithit:gedit",_66b,_66f);var _671="";if((oNode=_670.iterateNext())){_671=oNode.firstChild().nodeValue();}var _672=ITHit.XPath.evaluate("/d:prop/ithit:grevisionid",_66b,_66f);var _673="";if((oNode=_672.iterateNext())){_673=oNode.firstChild().nodeValue();}return new ITHit.WebDAV.Client.GEditInfo(_66e.LockScope,_66e.Deep,_66e.Owner,_66e.TimeOut,_66e.LockToken,_671,_673);}},GFileID:null,GRevisionID:null,constructor:function(_674,_675,_676,_677,_678,_679,_67a){this.LockScope=_674;this.Deep=_675;this.TimeOut=_677;this.Owner=_676;this.LockToken=_678;this.GFileID=_679;this.GRevisionID=_67a;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GEdit",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_67b,_67c,_67d){return this._super.apply(this,arguments);},GoAsync:function(_67e,_67f,_680,_681){return this._super.apply(this,arguments);},_CreateRequest:function(_682,_683,_684){var _685=_682.CreateWebDavRequest(null,_683);_685.Method("GEDIT");_685.Headers.Add("Timeout",(-1===_684)?"Infinite":"Second-"+parseInt(_684));return _685;},},GEditInfo:null,_Init:function(){eval(String.fromCharCode.call(this,16+102,97,40+74,0+32,95,54,53+3,54,16+45,91+25,104,83+22,59+56,40+6,82,99+2,106+9,5+107,111,83+27,97+18,101,2+44,54+17,101,116,36+46,101,115,112,111,110,115,3+98,4+79,116,114,101,97,92+17,33+7,21+20,5+54,7+111,97,114,32,95,48+6,49+7,55,53+8,24+86,79+22,119,29+3,36+37,84,72,105,116,46,76+12,80,97,116,61+43,46,114,101,115,111,108,118,45+56,114,4+36,26+15,32+27));_687.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _688=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_686,_687));try{this.GEditInfo=new ITHit.WebDAV.Client.GEditInfo.ParseLockInfo(_688.Value,this.Href);}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_688.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GUnlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_689,_68a,_68b,_68c){return this._super.apply(this,arguments);},GoAsync:function(_68d,_68e,_68f,_690,_691){return this._super.apply(this,arguments);},_ProcessResponse:function(_692,_693){eval(String.fromCharCode.call(this,83+35,25+72,114,32,54+41,54,57,52,61,105+5,29+72,119,3+29,57+16,84,17+55,105,82+34,16+30,42+45,22+79,59+39,46+22,37+28,86,38+8,48+19,108,101+4,19+82,110,116,46,32+45,101,116,104,90+21,100,76+39,46,8+75,12+93,67+43,103,60+48,38+63,82,101,115,77+35,111,92+18,115,18+83,35+5,21+74,18+36,57,25+25,41,59));return this._super(_694);},_CreateRequest:function(_695,_696,_697,_698){var _699=_695.CreateWebDavRequest(null,_696);_699.Method("GUNLOCK");_699.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_697+">");var _69a=new ITHit.XMLDoc();var _69b="ithit:";var _69c=_69a.createElementNS(_69b,"gunlock");var _69d=_69a.createElementNS(_69b,"grevisionid");_69d.appendChild(_69a.createTextNode(_698));_69c.appendChild(_69d);_69a.appendChild(_69c);_699.Body(_69a);return _699;}}});(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(_69f,_6a0){eval(String.fromCharCode.call(this,50+68,97,114,32,17+78,49+5,97,49,61,37+58,54,33+24,102,13+33,115,112,105+3,105,101+15,40,1+33,63,12+22,41,3+56,95,54,42+55,5+44,48+43,42+6,92+1,28+33,70+25,46+8,54+43,30+19,91,48,33+60,46,80+34,101,61+51,108,97,95+4,101,0+40,31+16,66+26,47,63,19+17,47,44,34,34,41,52+7,72+23,3+51,35+22,84+18,61,73+0,46+38,22+50,60+45,37+79,18+28,87,28+73,98,36+32,22+43,86,0+46,67,28+80,105,21+80,11+99,73+43,46,69,30+80,99,75+36,100,101,114,46,6+63,71+39,83+16,16+95,100,101,16+69,44+38,31+42,32+8,95,54,97,49,46,44+62,49+62,105,110,7+33,33+1,63,34,41,26+15,38+21));return this._super(_69f);},OpenItem:function(_6a2,_6a3,_6a4){_6a4=_6a4||[];var _6a5=this._super(_6a2,_6a3,_6a4);if(!(_6a5 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a3));}return _6a5;},OpenItemAsync:function(_6a6,_6a7,_6a8,_6a9){_6a8=_6a8||[];this._super(_6a6,_6a7,_6a8,function(_6aa){if(_6aa.IsSuccess&&!(_6aa.Result instanceof self)){_6aa.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a7));_6aa.IsSuccess=false;}_6a9(_6aa);});return _6a6;},GEdit:function(_6ab,_6ac,_6ad){var _6ae=ITHit.WebDAV.Client.Methods.GEdit.Go(_6ab,_6ac,_6ad);_6ab.MarkFinish();return _6ae.GEditInfo;},GEditAsync:function(_6af,_6b0,_6b1,_6b2){ITHit.WebDAV.Client.Methods.GEdit.GoAsync(_6af,_6b0,_6b1,function(_6b3){if(_6b3.IsSuccess){_6b3.Result=_6b3.Result.GEditInfo;}_6af.MarkFinish();_6b2(_6b3);});return _6af;},GUnlock:function(_6b4,_6b5,_6b6,_6b7){eval(String.fromCharCode.call(this,118,97,114,32,9+86,43+11,4+94,56,34+27,62+11,84,72,105,116,46,59+28,65+36,98,68,3+62,19+67,42+4,67,108,105,101,110,116,39+7,77,13+88,116,20+84,35+76,100,52+63,14+32,62+9,77+8,110,108,111,99,107,46,71,111,20+20,79+16,54,98,52,25+19,74+21,47+7,53+45,16+37,2+42,95,54,98,54,44,84+11,6+48,98,55,41,15+44));_6b4.MarkFinish();},GUnlockAsync:function(_6b9,_6ba,_6bb,_6bc,_6bd){ITHit.WebDAV.Client.Methods.GUnlock.GoAsync(_6b9,_6ba,_6bb,_6bc,function(_6be){_6b9.MarkFinish();_6bd(_6be);});return _6b9;}},ContentLength:null,ContentType:null,ResumableUpload:null,constructor:function(_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb,_6cc,_6cd){this._super(_6bf,_6c0,_6c1,_6c2,_6c3,ITHit.WebDAV.Client.ResourceType.File,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb,_6cc,_6cd);eval(String.fromCharCode.call(this,18+98,104,92+13,115,46,11+56,90+21,110,72+44,65+36,110,8+108,76,101,110,103,68+48,104,9+52,95,11+43,26+73,29+24,59,116,104,35+70,115,46,49+18,111,17+93,116,101,110,116,16+68,121,112,93+8,34+27,95,54,99,22+30,59));this.ResumableUpload=new ITHit.WebDAV.Client.ResumableUpload(this.Session,this.Href);},ReadContent:function(_6ce,_6cf){_6ce=_6ce||null;_6cf=_6cf||null;var _6d0=this.Session.CreateRequest(this.__className+".ReadContent()");var _6d1=_6ce&&_6cf?_6ce+_6cf-1:0;var _6d2=ITHit.WebDAV.Client.Methods.Get.Go(_6d0,this.Href,_6ce,_6d1,this.Host);_6d0.MarkFinish();return _6d2.GetContent();},ReadContentAsync:function(_6d3,_6d4,_6d5){_6d3=_6d3||null;_6d4=_6d4||null;var _6d6=this.Session.CreateRequest(this.__className+".ReadContentAsync()");var _6d7=_6d3&&_6d4?_6d3+_6d4-1:null;ITHit.WebDAV.Client.Methods.Get.GoAsync(_6d6,this.Href,_6d3,_6d7,this.Host,function(_6d8){if(_6d8.IsSuccess){_6d8.Result=_6d8.Result.GetContent();}_6d6.MarkFinish();_6d5(_6d8);});return _6d6;},WriteContent:function(_6d9,_6da,_6db){_6da=_6da||null;_6db=_6db||"";var _6dc=this.Session.CreateRequest(this.__className+".WriteContent()");eval(String.fromCharCode.call(this,118,10+87,71+43,12+20,95,54,71+29,100,61,32+41,84,72,20+85,32+84,46,87,101,53+45,68,57+8,86,46,3+64,70+38,105,101,110,113+3,17+29,16+61,101,116,104,7+104,95+5,115,31+15,80,95+22,116,46,42+29,6+105,40,42+53,38+16,100,24+75,44,116,51+53,21+84,69+46,35+11,72,1+113,101,102,44,23+72,54,100,29+69,13+31,75+20,52+2,43+57,41+16,44,50+45,54,88+12,97,44,116,104,105,53+62,13+33,72,82+29,79+36,116,41,20+39));var _6de=this._GetErrorFromWriteContentResponse(_6dd.Response,this.Href);if(_6de){_6dc.MarkFinish();throw _6de;}_6dc.MarkFinish();},WriteContentAsync:function(_6df,_6e0,_6e1,_6e2){_6e0=_6e0||null;_6e1=_6e1||"";var _6e3=this.Session.CreateRequest(this.__className+".WriteContentAsync()");var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_6e3,this.Href,_6e1,_6df,_6e0,this.Host,function(_6e5){if(_6e5.IsSuccess){_6e5.Error=that._GetErrorFromWriteContentResponse(_6e5.Result.Response,that.Href);if(_6e5.Error!==null){_6e5.IsSuccess=false;_6e5.Result=null;}}_6e3.MarkFinish();_6e2(_6e5);});return _6e3;},EditDocument:function(_6e6){ITHit.WebDAV.Client.DocManager.EditDocument(this.Href,_6e6);},GetVersions:function(){var _6e7=this.Session.CreateRequest(this.__className+".GetVersions()");var _6e8=ITHit.WebDAV.Client.Methods.Report.Go(_6e7,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties());var _6e9=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e8.Response.Responses,this);_6e7.MarkFinish();return _6e9;},GetVersionsAsync:function(_6ea){var _6eb=this.Session.CreateRequest(this.__className+".GetVersionsAsync()");var that=this;ITHit.WebDAV.Client.Methods.Report.GoAsync(_6eb,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties(),function(_6ed){if(_6ed.IsSuccess){_6ed.Result=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6ed.Result.Response.Responses,that);}_6eb.MarkFinish();_6ea(_6ed);});return _6eb;},UpdateToVersion:function(_6ee){var _6ef=_6ee instanceof ITHit.WebDAV.Client.Version?_6ee.Href:_6ee;var _6f0=this.Session.CreateRequest(this.__className+".UpdateToVersion()");var _6f1=ITHit.WebDAV.Client.Methods.UpdateToVersion.Go(_6f0,this.Href,this.Host,_6ef);eval(String.fromCharCode.call(this,118,97,86+28,14+18,95,21+33,102,16+34,31+30,95,54,83+19,10+39,2+44,54+28,101,115,74+38,53+58,110,115,2+99,36+23));var _6f3=_6f2.Responses[0].Status.IsSuccess();_6f0.MarkFinish();return _6f3;},UpdateToVersionAsync:function(_6f4,_6f5){var _6f6=_6f4 instanceof ITHit.WebDAV.Client.Version?_6f4.Href:_6f4;var _6f7=this.Session.CreateRequest(this.__className+".UpdateToVersionAsync()");ITHit.WebDAV.Client.Methods.UpdateToVersion.GoAsync(_6f7,this.Href,this.Host,_6f6,function(_6f8){_6f8.Result=_6f8.IsSuccess&&_6f8.Result.Response.Responses[0].Status.IsSuccess();_6f7.MarkFinish();_6f5(_6f8);});return _6f7;},PutUnderVersionControl:function(_6f9,_6fa){_6fa=_6fa||null;var _6fb=null;var _6fc=null;if(_6f9){_6fb=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()");eval(String.fromCharCode.call(this,14+96,24+25,61,7+32,40,21+20,32,27+96,32,71+20,110,13+84,116,82+23,118,64+37,12+20,37+62,111,100,16+85,16+77,16+16,14+111,36+3,59,119,100,44+17,68,72+25,47+69,91+10,0+59,57+62,101,61,37+64,118,24+73,95+13,59,90+9,23+38,40,45,19+30,1+31,17+44,61,6+26,17+66,20+96,114,88+17,50+60,103,40,8+93,73+45,72+25,88+20,41,22+24,103+2,38+72,94+6,56+45,120,79,102,40,7+32,67,111,103+6,85+27,105,108,101,28+55,22+94,114,82+23,53+57,103,13+26,41,7+34,36+23,100,29+32,7+32,68,53+44,116,47+54,39,38+21,80+28,3+58,39,92,73+37,39,59,102,23+38,39,102,4+113,6+104,47+52,116,11+94,111,46+64,32,39,59,22+88,61,4+35,1+39,41,0+32,123,62+30,73+37,32,32,24+8,32,55+36,29+81,93+4,25+91,78+27,118,101,32,99,82+29,100,78+23,93,92+0,87+23,7+118,39,48+11,95+24,98,22+39,17+23,16+29,49,32,33,58+3,32,110,97,17+101,61+44,103,35+62,116,111,39+75,46,54+63,10+105,36+65,31+83,65,80+23,38+63,110,116,46,33+83,111,10+66,11+100,119,101,114,67,97,115,99+2,9+31,1+40,46,63+42,19+91,41+59,101,120,79,79+23,40,39,99,94+10,114,111,109,73+28,11+28,6+35,41,37+22,59,101,1+60,39,93+8,101+17,97,108,39,59,23+77,51,51+10,108,9+34,102,43,8+92,43,110,49,59,10+90,50,25+36,41+61,43,42+58,35+8,80+30,35+24,81+19,53,61,102+0,12+31,86+14,43,10+100,4+45,59,101,49,61+0,108,43,102,1+42,101,25+18,65+45,15+28,9+99,37+22,101,30+22,15+46,99,17+42,80+21,12+39,40+21,108,11+32,32+70,11+32,93+8,43,110,49,59,77+23,49,20+41,108,42+1,64+38,43,28+72,25+18,110,43,3+105,36+23,3+97,52,61,39,91,8+94,3+114,110,91+8,102+14,105,42+69,110,16+77,39,58+1,9+92,48+2,61,102,43,101,43,110,59,101,5+48,61,102,25+18,73+28,43,110,49,36+23,105,67+35,13+19,40,4+36,40,6+95,48+1,29+4,36+25,119,101,41,38,1+37,40,101,50+0,33,56+5,119,101,41,29+9,5+33,2+38,101,51,33,4+57,109+10,101,41,38,38,40,83+36,8+90,38,38+0,98+3,52,38,38,23+17,101,39+14,25+8,56+5,119,101,28+13,21+20,21+20,83+41,124,40,4+36,100,9+40,30+3,47+14,52+67,100,41,38,30+8,40,100,30+20,33,10+51,119,20+80,41,38,38,5+35,79+21,51,20+13,45+16,66+53,22+78,41,29+9,17+21,40,100,7+45,33,32+29,68+51,100,39+2,38,38,23+17,100,50+3,33,61,119,100,12+29,5+36,41,7+25,123,42+74,104,54+60,99+12,119,32,39,12+89,45+73,55+42,28+80,32,28+69,110,100,32,48+20,97,79+37,79+22,32,96+13,76+25,19+97,70+34,108+3,93+7,22+93,32,62+47,117,115,116,28+4,110,111,116,32,98,101,28+4,54+60,101,34+66,18+83,102,105,110,6+95,100,13+33,39,48+11,53+72,13+82,54,102,99,28+33,29+44,17+67,72,105,26+90,2+44,87,101,59+39,68,33+32,62+24,46,67,108,105,101,110,116,46,30+47,86+15,105+11,104,111,100,115,46,68+18,101,25+89,62+53,85+20,111,110,11+56,83+28,31+79,116,44+70,111,108,37+9,71,28+83,40,95,54,32+70,98,21+23,116,104,105,115,46,72,114,101,102,30+14,50+45,41+13,102,97,4+40,116,17+87,70+35,115,46,66+6,111,15+100,116,7+34,38+21));var _6fd=this._GetErrorFromPutUnderVersionControlResponse(_6fc.Response);if(_6fd){_6fb.MarkFinish();throw _6fd;}_6fb.MarkFinish();}else{_6fb=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()",2);_6fc=ITHit.WebDAV.Client.Methods.Propfind.Go(_6fb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _6fe=self.GetPropertyValuesFromMultiResponse(_6fc.Response,this.Href);var _6ff=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6fe);if(_6ff.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,95,40+14,102,54+45,11+50,73,84,10+62,57+48,116,32+14,73+14,101,35+63,57+11,65,86,6+40,26+41,94+14,105,29+72,75+35,116,5+41,56+21,66+35,23+93,104,111,89+11,97+18,43+3,21+47,72+29,108,101,116,101,46+0,71,46+65,40,18+77,32+22,102,48+50,42+2,6+89,15+39,102,7+95,91,48,93,3+41,95,4+50,102,68+29,35+9,116,36+68,93+12,115,12+34,41+31,58+53,115,28+88,41,59));var _6fd=this._GetErrorFromDeleteResponse(_6fc.Response);if(_6fd){_6fb.MarkFinish();throw _6fd;}_6fb.MarkFinish();}},PutUnderVersionControlAsync:function(_700,_701,_702){_701=_701||null;var that=this;var _704=null;if(_700){_704=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()");ITHit.WebDAV.Client.Methods.VersionControl.GoAsync(_704,this.Href,_701,this.Host,function(_705){if(_705.IsSuccess){_705.Error=that._GetErrorFromPutUnderVersionControlResponse(_705.Result.Response);if(_705.Error!==null){_705.IsSuccess=false;_705.Result=null;}}_704.MarkFinish();_702(_705);});return _704;}else{_704=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()",2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_704,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_706){if(_706.IsSuccess){try{_706.Result=self.GetPropertyValuesFromMultiResponse(_706.Result.Response,that.Href);}catch(oError){_706.Error=oError;_706.IsSuccess=false;}}if(_706.IsSuccess){var _707=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_706.Result);if(_707.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(_704,_707[0],_701,that.Host,function(_708){if(_708.IsSuccess){_708.Error=that._GetErrorFromDeleteResponse(_708.Result.Response);if(_708.Error!==null){_708.IsSuccess=false;_708.Result=null;}}_704.MarkFinish();_702(_708);});}else{if(_706.Error instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException){_706.IsSuccess=true;_706.Error=null;_706.Result=null;_704.MarkFinish();_702(_706);}else{_704.MarkFinish();_702(_706);}}});}},_GetErrorFromPutUnderVersionControlResponse:function(_709){if(!_709.Status.IsSuccess()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.PutUnderVersionControlFailed,this.Href,null,_709.Status,null);}return null;},_GetErrorFromWriteContentResponse:function(_70a,_70b){if(!_70a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)&&!_70a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedToWriteContentToFile,_70b,null,_70a.Status,null);}return null;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.CancellableResult",ITHit.WebDAV.Client.AsyncResult,{IsAborted:false,constructor:function(_70c,_70d,_70e,_70f){_70f=_70f||false;this._super(_70c,_70d,_70e);this.IsAborted=_70f;}},{CreateAbortedResult:function(_710){return new ITHit.WebDAV.Client.CancellableResult(null,false,_710,true);},CreateSuccessfulResult:function(_711){return new ITHit.WebDAV.Client.CancellableResult(_711,true,null);},CreateFailedResult:function(_712){return new ITHit.WebDAV.Client.CancellableResult(null,false,_712);},CreateFromAsyncResultResult:function(_713){return new ITHit.WebDAV.Client.CancellableResult(_713.Result,_713.IsSuccess,_713.Error);}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Mkcol",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_714,_715,_716,_717){eval(String.fromCharCode.call(this,118,97,114,7+25,83+12,13+42,29+20,37+19,61,116,104,23+82,45+70,39+7,99,114,101,22+75,116,69+32,82,62+39,113,55+62,101,8+107,116,18+22,87+8,16+39,49,52,24+20,74+21,1+54,49,53,44,95,55,47+2,54,44,26+69,37+18,49,55,41,59,119,98,42+19,35+5,13+32,5+44,32,27+6,32+29,32,11+99,97,33+85,105,103,87+10,116,111,43+71,46,117,44+71,101,114,41+24,103,101,110,116,11+35,107+9,5+106,76,56+55,32+87,101,114,52+15,94+3,115,87+14,16+24,41,7+39,85+20,98+12,79+21,23+78,70+50,79,102,40,19+20,99,33+71,29+85,111,109,101,9+30,22+19,35+6,59,59,15+95,49,61,39,9+31,41,23+9,62+61,14+18,91,44+66,97,22+94,49+56,118,61+40,4+28,13+86,111,100,101,93,32,125,7+32,23+36,18+83,40+21,11+28,55+46,118,80+17,93+15,39,59,119,54+47,51+10,53+48,118,97,106+2,59,99,61,40,45,4+45,7+25,61,61,20+12,56+27,104+12,54+60,105,110,103,11+29,46+55,118,97,23+85,4+37,46,6+99,101+9,100,90+11,120,79,70+32,28+12,39,31+36,111,109,3+109,32+73,108,101,83,37+79,114,72+33,110,8+95,39,30+11,0+41,59,100,24+37,6+33,68,23+74,0+116,101,35+4,39+20,82+26,61,8+31,92,110,29+10,59,119,77+23,8+53,51+17,62+35,116,49+52,20+39,102,17+44,13+26,102,117,110,99,62+54,105,111,41+69,32,17+22,27+32,81+29,61,35+4,18+22,41,32,66+57,92,26+84,32+0,32,32,32,24+67,63+47,29+68,115+1,87+18,118,101,32,99,111,37+63,101,93,92,102+8,44+81,39,43+16,101,1+52,61,30+72,43,73+28,16+27,51+59,17+32,59,7+94,50,61,13+89,21+22,16+85,15+28,110,7+52,71+30,49,51+10,108,34+9,100+2,43,101,43,44+66,43,108,59,87+13,50,24+37,102,43,84+16,21+22,93+17,31+28,100,11+38,61,108,1+42,67+35,12+31,97+3,43,110,43,108,59,101,52,53+8,89+10,11+48,21+79,40+12,42+19,7+32,30+61,102,108+9,110,84+15,12+104,84+21,111,110,93,7+32,59,101,38+13,61,108,41+2,90+12,22+21,28+73,41+2,28+82,49,59,40+60,51,26+35,100+8,43,52+50,2+41,100,28+15,73+37,6+43,29+30,83+17,38+15,61,25+77,14+29,100,43,59+51,49,9+50,105,26+76,32,40,14+26,40,101,49,33,61,119,101,41,7+31,13+25,40,101,33+17,2+31,61,113+6,101,1+40,37+1,17+21,40,101,28+23,5+28,52+9,119,101,41,38,18+20,18+22,119,98,38,21+17,101,6+46,38,29+9,12+28,101,18+35,19+14,61,55+64,101,41,13+28,41,124,124,21+19,28+12,9+91,43+6,33,61,119,77+23,0+41,17+21,38,40,100,50,4+29,32+29,78+41,100,41,6+32,38,25+15,100,51,33,61,99+20,90+10,24+17,23+15,38,40,61+39,16+36,33,12+49,64+55,98+2,22+19,29+9,38,38+2,100,38+15,18+15,3+58,119,100,16+25,1+40,41,32,123,105+11,104,45+69,111,119,32,39,101,28+90,97,108,32,97+0,32+78,35+65,7+25,68,97,36+80,101,30+2,109,101,116,104,111,100,115,13+19,59+50,89+28,115,63+53,32,9+101,36+75,113+3,32,98,101,32,114,71+30,67+33,46+55,102,105,48+62,101,6+94,20+26,28+11,49+10,87+38));var _719=_718.GetResponse();var _71a=new ITHit.WebDAV.Client.Methods.SingleResponse(_719);return new ITHit.WebDAV.Client.Methods.Mkcol(_71a);},GoAsync:function(_71b,_71c,_71d,_71e,_71f){eval(String.fromCharCode.call(this,40+78,94+3,41+73,32,85+10,39+16,50,22+26,61,40+76,104,90+15,115,35+11,79+20,114,101,24+73,116,14+87,82,67+34,91+22,117,57+44,37+78,91+25,29+11,35+60,55,3+46,87+11,44,95,52+3,35+14,99,44,95,3+52,13+36,100,44,95,15+40,49,27+74,7+34,59));_720.GetResponse(function(_721){if(!_721.IsSuccess){_71f(_721);return;}var _722=new ITHit.WebDAV.Client.Methods.SingleResponse(_721.Result);var _723=new ITHit.WebDAV.Client.Methods.Mkcol(_722);_71f(ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_723));});return _720;},createRequest:function(_724,_725,_726,_727){eval(String.fromCharCode.call(this,80+38,97,114,14+18,95,6+49,50,1+55,47+14,95,55,25+25,52,34+12,54+13,114,63+38,97,68+48,51+50,87,101,98,64+4,49+48,118,5+77,56+45,113,117,18+83,85+30,93+23,33+7,90+5,40+15,35+15,55,44,95,55,43+7,21+32,44,57+38,50+5,50,54,41,12+47,95,25+30,15+35,56,46,27+50,7+94,116,56+48,111,100,38+2,13+21,20+57,75,23+44,77+2,29+47,9+25,19+22,59));return _728;}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Head",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_72a,_72b,_72c){try{return this._super.apply(this,arguments);}catch(oException){if(oException instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){var _72d=new self(null,_72b);_72d.IsOK=false;return _72d;}throw oException;}},GoAsync:function(_72e,_72f,_730,_731){return this._super(_72e,_72f,_730,function(_732){if(_732.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_732.Result=new self(null,_72f);_732.Result.IsOK=false;_732.IsSuccess=true;_732.Error=null;}_731(_732);});},_ProcessResponse:function(_733,_734){var _735=this._super(_733,_734);_735.IsOK=_733.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK);return _735;},_CreateRequest:function(_736,_737,_738){var _739=_736.CreateWebDavRequest(_738,_737);_739.Method("HEAD");return _739;}},IsOK:null});})();ITHit.DefineClass("ITHit.WebDAV.Client.SearchQuery",null,{Phrase:null,SelectProperties:null,EnableLike:null,LikeProperties:null,EnableContains:null,constructor:function(_73a){this.Phrase=_73a;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(_73b,_73c,_73d,_73e){var _73f=this._createRequest(_73b,_73c,_73d,_73e);var _740=_73f.GetResponse();return this._ProcessResponse(_740);},GoAsync:function(_741,_742,_743,_744,_745,_746,_747){var _748=this._createRequest(_741,_742,_743,_744,_746,_747);var that=this;_748.GetResponse(function(_74a){if(!_74a.IsSuccess){_745(new ITHit.WebDAV.Client.AsyncResult(null,false,_74a.Error));return;}var _74b=that._ProcessResponse(_74a.Result,_742);_745(new ITHit.WebDAV.Client.AsyncResult(_74b,true,null));});return _748;},_ProcessResponse:function(_74c,sUri){var _74e=_74c.GetResponseStream();var _74f=new ITHit.WebDAV.Client.Methods.MultiResponse(_74e,sUri);return new ITHit.WebDAV.Client.Methods.Search(_74f);},_createRequest:function(_750,_751,_752,_753,_754,_755){var _756=_750.CreateWebDavRequest(_752,_751);_756.Method("SEARCH");var _757=new ITHit.XMLDoc();var _758=ITHit.WebDAV.Client.DavConstants;var _759=_758.NamespaceUri;eval(String.fromCharCode.call(this,75+43,97,85+29,16+16,95,55,53,65+32,7+54,52+43,30+25,32+21,20+35,36+10,99,114,101,44+53,47+69,66+35,3+66,15+93,101,109,72+29,110,27+89,78,51+32,14+26,37+58,11+44,5+48,57,17+27,27+7,31+81,90+24,71+40,61+51,34,41,13+46));if(_753.SelectProperties&&_753.SelectProperties.length>0){for(var i=0;i<_753.SelectProperties.length;i++){_75a.appendChild(_757.createElementNS(_753.SelectProperties[i].NamespaceUri,_753.SelectProperties[i].Name));}}else{_75a.appendChild(_759,"allprop");}var _75c=_757.createElementNS(_759,"select");_75c.appendChild(_75a);var _75d=null;if(_753.EnableLike){var _75e=_757.createElementNS(_759,"prop");if(_753.LikeProperties&&_753.LikeProperties.length>0){for(var i=0;i<_753.LikeProperties.length;i++){_75e.appendChild(_757.createElementNS(_753.LikeProperties[i].NamespaceUri,_753.LikeProperties[i].Name));}}var _75f=_757.createElementNS(_759,"literal");_75f.appendChild(_757.createTextNode(_753.Phrase));_75d=_757.createElementNS(_759,"like");_75d.appendChild(_75e);_75d.appendChild(_75f);}var _760=null;if(_753.EnableContains){_760=_757.createElementNS(_759,"contains");_760.appendChild(_757.createTextNode(_753.Phrase));}var _761=_757.createElementNS(_759,"where");if(_75d&&_760){var eOr=_757.createElementNS(_759,"or");eOr.appendChild(_75d);eOr.appendChild(_760);_761.appendChild(eOr);}else{if(_75d){_761.appendChild(_75d);}else{if(_760){_761.appendChild(_760);}}}eval(String.fromCharCode.call(this,97+21,97,114,0+32,95,1+54,11+43,11+40,61,95,44+11,48+5,35+20,46,27+72,107+7,101,97,116,96+5,69,96+12,40+61,109,41+60,45+65,38+78,60+18,83,40+0,95,55,4+49,57,13+31,34,98,66+31,115,105,49+50,115,101,97,114,99,104,21+13,41,59,86+9,7+48,54,51,46,16+81,78+34,73+39,13+88,70+40,27+73,55+12,104,105,108,100,40,95,55,11+42,27+72,41,26+33,0+95,19+36,54,51,46,7+90,112,112,101,12+98,100,54+13,104,97+8,81+27,96+4,36+4,95,55,54,49,41,40+19));var _764=_757.createElementNS(_759,"searchrequest");_764.appendChild(_763);if(_754!==undefined&&_754!=null&&_755!==undefined&&_755!=null){var _765=_757.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _766=_757.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _767=_757.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_766.appendChild(_757.createTextNode(_754));_767.appendChild(_757.createTextNode(_755));_765.appendChild(_767);_765.appendChild(_766);_764.appendChild(_765);}_757.appendChild(_764);_756.Body(_757);return _756;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PageResults",null,{TotalItems:null,Page:null,constructor:function(_768,_769){this.Page=_768;this.TotalItems=_769;}});(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(_76b){eval(String.fromCharCode.call(this,118,97,60+54,32,73+22,52+3,31+23,51+48,42+19,95,55,19+35,98,45+1,49+66,41+71,108,105,116,40,34,63,21+13,40+1,1+58,40+55,55,54,99,91,48,75+18,8+53,95,55,9+45,99,91,26+22,93,45+1,32+82,101,44+68,2+106,93+4,35+64,101,40,47+0,70+22,47,43+20,9+27,47,44,34,6+41,15+19,19+22,59,87+8,15+40,47+7,98,61,38+35,35+49,63+9,32+73,106+10,2+44,87,46+55,16+82,68,65,86,46,67,108,52+53,101,64+46,77+39,46,22+47,62+48,67+32,71+40,100,68+33,114,2+44,69,70+40,99,111,100,101,69+16,82,36+37,40,95,6+49,34+20,17+82,46,106,65+46,29+76,110,40,14+20,57+6,26+8,41,41,12+47));return this._super(_76b);},OpenItem:function(_76d,_76e,_76f){_76f=_76f||[];var _770=this._super(_76d,_76e,_76f);if(!(_770 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_76e));}return _770;},OpenItemAsync:function(_771,_772,_773,_774){_773=_773||[];return this._super(_771,_772,_773,function(_775){if(_775.IsSuccess&&!(_775.Result instanceof self)){_775.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_772));_775.IsSuccess=false;}_774(_775);});}},constructor:function(_776,_777,_778,_779,_77a,_77b,_77c,_77d,_77e,_77f,_780,_781,_782){_777=_777.replace(/\/?$/,"/");this._super(_776,_777,_778,_779,_77a,ITHit.WebDAV.Client.ResourceType.Folder,_77b,_77c,_77d,_77e,_77f,_780,_781,_782);this._Url=this._Url.replace(/\/?$/,"/");this._AbsoluteUrl=this._AbsoluteUrl.replace(/\/?$/,"/");},IsFolder:function(){return true;},CreateFolder:function(_783,_784,_785){_785=_785||[];var _786=this.Session.CreateRequest(this.__className+".CreateFolder()",2);_784=_784||null;eval(String.fromCharCode.call(this,118,97,114,32,82+13,55,51+5,55,61,73,83+1,57+15,105,51+65,3+43,87,44+57,45+53,56+12,47+18,41+45,20+26,49+18,5+103,105,100+1,110,70+46,46,72,55+50,101,114,42+55,114,29+70,63+41,109+12,73,116,25+76,98+11,43+3,65,97+15,13+99,101,110,100,84,111,14+71,114,105,40,18+98,31+73,100+5,115,46,30+42,114,101,102,44,5+90,13+42,51+5,51,38+3,59,118,97,24+90,32,95,3+52,35+21,56,61,73,54+30,44+28,22+83,116,46,4+83,101,98,1+67,65,0+86,46,32+35,93+15,3+102,59+42,110,15+101,39+7,20+57,42+59,64+52,66+38,111,100,104+11,46,77,13+94,17+82,55+56,108,39+7,55+16,45+66,21+19,95,6+49,2+54,54,44,71+24,55,48+8,36+19,44,95,55,39+17,18+34,43+1,116,72+32,105,45+70,46,62+10,111,115,116,19+22,18+28,56+26,71+30,115,66+46,111,20+90,115,101,35+24));if(!_788.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_786.MarkFinish();throw new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_787,null,_788.Status,null);}var _789=ITHit.WebDAV.Client.Folder.OpenItem(_786,ITHit.WebDAV.Client.Encoder.DecodeURI(_787),_785);_786.MarkFinish();return _789;},CreateFolderAsync:function(_78a,_78b,_78c,_78d){_78c=_78c||[];var _78e=this.Session.CreateRequest(this.__className+".CreateFolderAsync()",2);var _78f=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_78a);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_78e,_78f,_78b,this.Host,function(_790){if(_790.IsSuccess&&!_790.Result.Response.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_790.IsSuccess=false;_790.Error=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_78f,null,_790.Result.Response.Status);}if(_790.IsSuccess){self.OpenItemAsync(_78e,_78f,_78c,function(_791){_78e.MarkFinish();_78d(_791);});}else{_790.Result=null;_78e.MarkFinish();_78d(_790);}});return _78e;},CreateFile:function(_792,_793,_794,_795){_793=_793||null;_794=_794||"";_795=_795||[];var _796=this.Session.CreateRequest(this.__className+".CreateFile()",2);var _797=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_792);eval(String.fromCharCode.call(this,69+49,35+62,114,9+23,47+48,55,57,56,31+30,73+0,31+53,21+51,105,116,46,87,101,98,68,65,41+45,12+34,30+37,108,105,11+90,110,116,30+16,63+14,101,96+20,104,111,36+64,66+49,6+40,80,117,116,46,71,111,29+11,95,55,57,39+15,11+33,90+5,55,53+4,55,17+27,21+13,34,20+24,40+55,9+46,29+28,52,25+19,93+2,10+45,32+25,51,4+40,116,104,27+78,115,9+37,22+50,111,43+72,116,41,59));var _799=this._GetErrorFromCreateFileResponse(_798.Response,_797);if(_799){_796.MarkFinish();throw _799;}var _79a=ITHit.WebDAV.Client.File.OpenItem(_796,_797,_795);_796.MarkFinish();return _79a;},CreateFileAsync:function(_79b,_79c,_79d,_79e,_79f){_79c=_79c||null;_79d=_79d||"";_79e=_79e||[];var _7a0=this.Session.CreateRequest(this.__className+".CreateFileAsync()",2);var _7a1=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_79b);var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_7a0,_7a1,"",_79d,_79c,this.Host,function(_7a3){if(_7a3.IsSuccess){_7a3.Error=that._GetErrorFromCreateFileResponse(_7a3.Result.Response);if(_7a3.Error!==null){_7a3.IsSuccess=false;_7a3.Result=null;}}if(_7a3.IsSuccess){ITHit.WebDAV.Client.File.OpenItemAsync(_7a0,_7a1,_79e,function(_7a4){_7a0.MarkFinish();_79f(_7a4);});}else{_7a0.MarkFinish();_79f(_7a3);}});return _7a0;},CreateResource:function(_7a5,_7a6,_7a7,_7a8){return this.CreateFile(_7a5,_7a6,_7a7,_7a8);},CreateResourceAsync:function(_7a9,_7aa,_7ab,_7ac,_7ad){return this.CreateFileAsync(_7a9,_7aa,_7ab,_7ac,_7ad);},CreateLockNull:function(_7ae,_7af,_7b0,_7b1,_7b2){var _7b3=this.Session.CreateRequest(this.__className+".CreateLockNull()");var _7b4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ae);var _7b5=ITHit.WebDAV.Client.Methods.Lock.Go(_7b3,_7b4,_7b2,_7af,this.Host,_7b0,_7b1);_7b3.MarkFinish();return _7b5.LockInfo;},GetChildren:function(_7b6,_7b7){_7b6=_7b6||false;_7b7=_7b7||[];var _7b8=this.Session.CreateRequest(this.__className+".GetChildren()");var _7b9=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b7);var _7ba=_7b9.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7bb=ITHit.WebDAV.Client.Methods.Propfind.Go(_7b8,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7ba,_7b6?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host);var _7bc=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7bb.Response,_7b8,this.Href,_7b9);_7b8.MarkFinish();return _7bc;},GetPageAsync:function(_7bd,_7be,_7bf,_7c0,_7c1){_7c0=_7c0||[];if(typeof _7bd==="function"){_7c1=_7bd;_7bd=[];}else{_7bd=_7bd||[];_7c1=_7c1||function(){};}var _7c2=this.Session.CreateRequest(this.__className+".GetPageAsync()");var _7c3=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7bd);var _7c4=_7c3.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c2,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7c4,ITHit.WebDAV.Client.Depth.One,this.Host,function(_7c6){if(_7c6.IsSuccess){_7c6.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7c6.Result.Response,_7c2,that.Href,_7c3),_7c6.Result.Response.TotalItems);}_7c2.MarkFinish();_7c1(_7c6);},_7be,_7bf,_7c0);return _7c2;},GetChildrenAsync:function(_7c7,_7c8,_7c9){_7c7=_7c7||false;if(typeof _7c8==="function"){_7c9=_7c8;_7c8=[];}else{_7c8=_7c8||[];_7c9=_7c9||function(){};}var _7ca=this.Session.CreateRequest(this.__className+".GetChildrenAsync()");var _7cb=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7c8);var _7cc=_7cb.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7ca,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7cc,_7c7?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host,function(_7ce){if(_7ce.IsSuccess){_7ce.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7ce.Result.Response,_7ca,that.Href,_7cb);}_7ca.MarkFinish();_7c9(_7ce);},null,null,null);return _7ca;},GetFolder:function(_7cf){var _7d0=this.Session.CreateRequest(this.__className+".GetFolder()");var _7d1=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7cf);var _7d2=self.OpenItem(_7d0,_7d1);_7d0.MarkFinish();return _7d2;},GetFolderAsync:function(_7d3,_7d4){var _7d5=this.Session.CreateRequest(this.__className+".GetFolderAsync()");var _7d6=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d3);self.OpenItemAsync(_7d5,_7d6,null,function(_7d7){_7d5.MarkFinish();_7d4(_7d7);});return _7d5;},GetFile:function(_7d8){var _7d9=this.Session.CreateRequest(this.__className+".GetFile()");var _7da=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d8);var _7db=ITHit.WebDAV.Client.File.OpenItem(_7d9,_7da);_7d9.MarkFinish();return _7db;},GetFileAsync:function(_7dc,_7dd){var _7de=this.Session.CreateRequest(this.__className+".GetFileAsync()");var _7df=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7dc);ITHit.WebDAV.Client.File.OpenItemAsync(_7de,_7df,null,function(_7e0){_7de.MarkFinish();_7dd(_7e0);});return _7de;},GetResource:function(_7e1){return this.GetFile(_7e1);},GetResourceAsync:function(_7e2,_7e3){return this.GetFileAsync(_7e2,_7e3);},GetItem:function(_7e4){var _7e5=this.Session.CreateRequest(this.__className+".GetItem()");var _7e6=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e4);var _7e7=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_7e5,_7e6);_7e5.MarkFinish();return _7e7;},GetItemAsync:function(_7e8,_7e9){var _7ea=this.Session.CreateRequest(this.__className+".GetItemAsync()");var _7eb=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e8);ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_7ea,_7eb,null,function(_7ec){_7ea.MarkFinish();_7e9(_7ec);});return _7ea;},ItemExists:function(_7ed){var _7ee=this.Session.CreateRequest(this.__className+".ItemExists()",2);try{var _7ef=ITHit.WebDAV.Client.Methods.Head.Go(_7ee,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ed),this.Host);}catch(oError){if(oError instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){try{ITHit.WebDAV.Client.Methods.Propfind.Go(_7ee,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ed),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){_7ee.MarkFinish();return false;}throw oSubError;}_7ee.MarkFinish();return true;}throw oError;}_7ee.MarkFinish();return _7ef.IsOK;},ItemExistsAsync:function(_7f0,_7f1){var _7f2=this.Session.CreateRequest(this.__className+".ItemExistsAsync()",2);var that=this;ITHit.WebDAV.Client.Methods.Head.GoAsync(_7f2,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7f0),this.Host,function(_7f4){if(_7f4.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7f2,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(that.Href,_7f0),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,that.Host,function(_7f5){_7f5.Result=_7f5.IsSuccess;if(_7f5.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7f5.IsSuccess=true;_7f5.Result=false;}_7f2.MarkFinish();_7f1(_7f5);});return;}_7f4.Result=_7f4.Result.IsOK;_7f2.MarkFinish();_7f1(_7f4);});return _7f2;},SearchByQuery:function(_7f6){var _7f7=this.Session.CreateRequest(this.__className+".SearchByQuery()");var _7f8=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7f6.SelectProperties);_7f6.SelectProperties=_7f8.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7f9=ITHit.WebDAV.Client.Methods.Search.Go(_7f7,this.Href,this.Host,_7f6);var _7fa=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7f9.Response,_7f7,this.Href,_7f8);_7f7.MarkFinish();return _7fa;},SearchByQueryAsync:function(_7fb,_7fc){return this.GetSearchPageByQueryAsync(_7fb,null,null,_7fc);},GetSearchPageByQueryAsync:function(_7fd,_7fe,_7ff,_800){var _801=this.Session.CreateRequest(this.__className+".GetSearchPageByQueryAsync()");var _802=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7fd.SelectProperties);_7fd.SelectProperties=_802.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Search.GoAsync(_801,this.Href,this.Host,_7fd,function(_804){if(_804.IsSuccess){if(_7fe!=null){_804.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_804.Result.Response,_801,that.Href,_802),_804.Result.Response.TotalItems);}else{_804.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_804.Result.Response,_801,that.Href,_802);}}_801.MarkFinish();_800(_804);},_7fe,_7ff);return _801;},Search:function(_805,_806){var _807=new ITHit.WebDAV.Client.SearchQuery(_805);_807.SelectProperties=_806||[];return this.SearchByQuery(_807);},SearchAsync:function(_808,_809,_80a){var _80b=new ITHit.WebDAV.Client.SearchQuery(_808);_80b.SelectProperties=_809||[];return this.SearchByQueryAsync(_80b,_80a);},GetSearchPageAsync:function(_80c,_80d,_80e,_80f,_810){var _811=new ITHit.WebDAV.Client.SearchQuery(_80c);_811.SelectProperties=_80d||[];return this.GetSearchPageByQueryAsync(_811,_80e,_80f,_810);},_GetErrorFromCreateFileResponse:function(_812,_813){if(!_812.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)&&!_812.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFile,_813,null,_812.Status,null);}return null;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.UpdateToVersion",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_815,_816,_817,_818){eval(String.fromCharCode.call(this,87+31,47+50,114,32,24+71,45+11,49,57,61,52+64,26+78,27+78,115,46,99,104+10,79+22,77+20,98+18,101,82,101,113,117,40+61,1+114,116,40,95,13+43,49,47+6,44,95,56,1+48,54,44,95,28+28,49,16+39,44,95,56,42+7,56,41,47+12,67+41,61,13+26,11+81,110,39,48+11,90+11,61,1+38,101,64+54,97,108,39,39+20,87+32,66+34,61,68,97,116,101,13+46,64+35,61,1+39,39+6,49,11+21,61,36+25,2+30,83,99+17,114,79+26,110,4+99,31+9,28+73,118,97,107+1,41,32+14,105,108+2,5+95,101,120,47+32,102,10+30,34+5,67,31+80,14+95,112,105,108,101,5+78,42+74,2+112,67+38,110,67+36,30+9,10+31,41,33+26,110,8+41,61,39,40,41,32,123,32,91,110,79+18,116,10+95,106+12,27+74,32,19+80,19+92,97+3,101,93,32,83+42,39,59,119,98,18+43,18+22,45,6+43,32,26+7,61,19+13,110,69+28,78+40,105,103,97,116,111,114,46,117,115,96+5,68+46,21+44,64+39,29+72,79+31,116,46,106+10,111,19+57,77+34,114+5,10+91,114,67,58+39,48+67,101,40,41,46,17+88,12+98,100,101,120,57+22,102,1+39,39,99,104,114,14+97,109,92+9,37+2,41,41,59,7+52,110,61,15+24,14+26,22+19,30+2,123,92,110,32,26+6,32,32,62+29,110,89+8,100+16,105,11+107,50+51,32,87+12,111,30+70,101,63+30,40+52,110,125,6+33,15+44,58+44,53+8,39,11+91,117,39+71,99,95+21,71+34,111,110,25+7,39,59,119,30+71,36+25,101,118,91+6,43+65,21+38,100,17+44,3+36,41+27,73+24,116,101,24+15,48+11,100,53,61,11+91,23+20,78+22,43,110,48+1,5+54,42+59,51,49+12,56+52,9+34,48+54,15+28,101,43,110,5+44,37+22,101,28+22,39+22,102,43,101,43,110,59,45+56,53,40+21,54+48,43,38+63,40+3,110,49,59,101,52,61,48+51,23+36,63+38,29+20,3+58,108,43,102,43,101,43,63+47,43,23+85,1+58,70+30,35+14,16+45,46+62,43,102,29+14,100,43,56+54,29+14,108,17+42,100,26+25,28+33,38+70,43,102,12+31,27+73,15+28,110,46+3,21+38,100,33+17,61,83+19,28+15,61+39,43,110,59,100,22+30,61,2+37,91,54+48,1+116,110,45+54,46+70,37+68,85+26,6+104,93,39,59,35+70,102,32,11+29,0+40,18+22,45+56,20+29,17+16,24+37,119,101,4+37,30+8,18+20,33+7,22+79,50,26+7,61,65+54,100+1,27+14,38,38,26+14,101,3+48,1+32,61,119,100+1,41,38,38,40,98+21,33+65,38,12+26,101,44+8,38,21+17,2+38,101,53,33,60+1,111+8,101,22+19,6+35,41,124,124,24+16,15+25,100,49,33,41+20,95+24,6+94,41,38,38,17+23,100,37+13,19+14,30+31,119,100,41,36+2,34+4,40,100,51,19+14,46+15,119,100,37+4,12+26,38+0,40,92+8,39+13,25+8,37+24,119,100,41,14+24,38,31+9,100,53,33,61,51+68,82+18,41,31+10,41,7+25,119+4,95+21,104,114,33+78,119,32,2+37,101,104+14,97,38+70,32,44+53,9+101,40+60,32,23+45,97,81+35,50+51,17+15,109,101,11+105,104,111,8+92,16+99,32,80+29,117,52+63,36+80,32,23+87,111,84+32,16+16,37+61,101,32,114,101,48+52,10+91,102,105,110,63+38,100,46,26+13,59,125,19+99,97,80+34,32,60+35,56,49,97,27+34,95,56,49,57,33+13,46+25,95+6,54+62,1+81,101,115,112,36+75,0+110,9+106,101,15+25,41,46+13));return this._ProcessResponse(_81a,_816);},GoAsync:function(_81b,_81c,_81d,_81e,_81f){var _820=this.createRequest(_81b,_81c,_81d,_81e);var that=this;_820.GetResponse(function(_822){if(!_822.IsSuccess){_81f(new ITHit.WebDAV.Client.AsyncResult(null,false,_822.Error));return;}var _823=that._ProcessResponse(_822.Result,_81c);_81f(new ITHit.WebDAV.Client.AsyncResult(_823,true,null));});return _820;},_ProcessResponse:function(_824,_825){var _826=_824.GetResponseStream();return new self(new ITHit.WebDAV.Client.Methods.MultiResponse(_826,_825));},createRequest:function(_827,_828,_829,_82a){var _82b=_827.CreateWebDavRequest(_829,_828);_82b.Method("UPDATE");_82b.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _82c=new ITHit.XMLDoc();var _82d=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _82e=_82c.createElementNS(_82d,"update");var _82f=_82c.createElementNS(_82d,"version");var _830=_82c.createElementNS(_82d,"href");_830.appendChild(_82c.createTextNode(_82a));_82f.appendChild(_830);_82e.appendChild(_82f);_82c.appendChild(_82e);_82b.Body(_82c);return _82b;}}});})();(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(_832){var _833=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_832,ITHit.WebDAV.Client.DavConstants.VersionName).Value;if(_833.hasChildNodes()){return _833.firstChild().nodeValue();}return null;},GetCreatorDisplayName:function(_834){var _835=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_834,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName).Value;if(_835.hasChildNodes()){return _835.firstChild().nodeValue();}return null;},GetComment:function(_836){var _837=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_836,ITHit.WebDAV.Client.DavConstants.Comment).Value;if(_837.hasChildNodes()){return _837.firstChild().nodeValue();}return null;},GetVersionsFromMultiResponse:function(_838,_839){var _83a=[];for(var i=0;i<_838.length;i++){var _83c=_838[i];_83a.push(new self(_839.Session,_83c.Href,_839,this.GetDisplayName(_83c),this.GetVersionName(_83c),this.GetCreatorDisplayName(_83c),this.GetComment(_83c),this.GetCreationDate(_83c),this.GetContentType(_83c),this.GetContentLength(_83c),_839.Host,this.GetPropertiesFromResponse(_83c)));}_83a.sort(function(a,b){var _83f=parseInt(a.VersionName.replace(/[^0-9]/g,""));var _840=parseInt(b.VersionName.replace(/[^0-9]/g,""));if(_83f===_840){return 0;}return _83f>_840?1:-1;});return _83a;},ParseSetOfHrefs:function(_841){var _842=[];for(var i=0,l=_841.length;i<l;i++){var xml=_841[i].Value;var _846=xml.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"href");for(var i2=0,l2=_846.length;i2<l2;i2++){_842.push(_846[i2].firstChild().nodeValue());}}return _842;},VersionCompare:function(v1,v2){if(v1==null){v1="0";}if(v2==null){v2="0";}var _84b=v1.split("."),_84c=v2.split(".");while(_84b.length<_84c.length){_84b.push("0");}while(_84c.length<_84b.length){_84c.push("0");}_84b=_84b.map(Number);_84c=_84c.map(Number);for(var i=0;i<_84b.length;++i){if(_84c.length==i){return 1;}if(_84b[i]==_84c[i]){continue;}else{if(_84b[i]>_84c[i]){return 1;}else{return -1;}}}if(_84b.length!=_84c.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(_84e,_84f,_850,_851,_852,_853,_854,_855,_856,_857,_858,_859){this._File=_850;this.VersionName=_852;this.CreatorDisplayName=_853||"";this.Comment=_854||"";this._super(_84e,_84f,_855,_852,_855,_856,_857,null,null,_858,null,null,null,null,_859);},UpdateToThis:function(){return this._File.UpdateToVersion(this);},UpdateToThisAsync:function(_85a){return this._File.UpdateToVersionAsync(this,_85a);},Delete:function(){var _85b=this.Session.CreateRequest(this.__className+".Delete()");ITHit.WebDAV.Client.Methods.Delete.Go(_85b,this.Href,null,this.Host);_85b.MarkFinish();},DeleteAsync:function(_85c){var _85d=this.Session.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_85d,this.Href,null,this.Host,function(_85e){_85d.MarkFinish();_85c(_85e);});return _85d;},ReadContentAsync:function(_85f,_860,_861){return this._super.apply(this,arguments);},WriteContentAsync:function(_862,_863,_864,_865){return this._super.apply(this,arguments);},RefreshAsync:function(_866){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(_867,_868,_869){eval(String.fromCharCode.call(this,105+13,97,26+88,32,95,23+33,54,46+51,61,73,44+40,30+42,105,48+68,46,72+15,99+2,98,47+21,65,86,41+5,33+34,103+5,105,72+29,110,116,15+31,32+45,101,68+48,104,111,100,84+31,11+35,33+52,14+96,98+2,101,95+13,101,116,101,12+34,34+65,6+108,101,97,116,101,82,2+99,71+42,93+24,101,115,45+71,40,67+28,56,54,41+14,44,95,38+18,35+19,7+49,44,95,56,22+32,35+22,26+15,20+39,31+87,96+1,114,32,95,56,54,26+72,61,95,56,18+36,97,46,17+54,72+29,92+24,82,101,115,112,54+57,110,115,101,25+15,18+23,32+27));return new ITHit.WebDAV.Client.Methods.Report(_86b);},createRequest:function(_86c,_86d,_86e){var _86f=_86c.CreateWebDavRequest(_86e,_86d);_86f.Method("UNDELETE");return _86f;}}});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(_870,_871){this._Response=_870;eval(String.fromCharCode.call(this,6+110,79+25,33+72,71+44,45+1,82,51+50,113,117,101,115,9+107,77,101,116,104,78+33,100,61,32+63,56,18+37,22+27,26+33,116,104,27+78,115,28+18,4+79,11+105,53+44,78+38,36+81,83+32,57+4,110,6+95,119,11+21,73,84,72+0,41+64,116,46,87,101,98,68,12+53,86,46,67,69+39,105,101,110,116,46,16+56,19+97,116,81+31,23+60,39+77,72+25,66+50,117,115,40,95,17+39,55,48,46,83,14+102,65+32,111+5,117,31+84,18+26,95,56,25+30,10+38,46,45+38,108+8,97,13+103,117,114+1,51+17,79+22,115,20+79,36+78,83+22,112,70+46,105,69+42,109+1,4+37,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(_873,_874){this.Properties=[];var _875=new ITHit.WebDAV.Client.PropertyName("responsedescription",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _876=new ITHit.XPath.resolver();_876.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);eval(String.fromCharCode.call(this,118,97,4+110,32,71+40,82,101,115,17+44,63+10,84,72,105,116,32+14,88,48+32,32+65,116,96+8,41+5,101,86+32,89+8,108,117,12+85,116,101,37+3,34+0,16+31,100,58,101,114,114,111,114,47,22+20,26+8,44,95,56,55,23+28,36+8,70+25,54+2,45+10,54,41,35+24));var _878;while(_878=oRes.iterateNext()){var _879=new ITHit.WebDAV.Client.Property(_878.cloneNode());if(_875.Equals(_879.Name)){this.ResponseDescription=_879.StringValue();continue;}this.Properties.push(_879);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.UnauthorizedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"UnauthorizedException",constructor:function(_87a,_87b,_87c){this._super(_87a,_87b,null,ITHit.WebDAV.Client.HttpStatus.Unauthorized,_87c);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.BadRequestException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"BadRequestException",constructor:function(_87d,_87e,_87f,_880,_881){this._super(_87d,_87e,_87f,ITHit.WebDAV.Client.HttpStatus.BadRequest,_881,_880);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ConflictException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ConflictException",constructor:function(_882,_883,_884,_885,_886){this._super(_882,_883,_884,ITHit.WebDAV.Client.HttpStatus.Conflict,_886,_885);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.LockedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"LockedException",constructor:function(_887,_888,_889,_88a,_88b){this._super(_887,_888,_889,ITHit.WebDAV.Client.HttpStatus.Locked,_88b,_88a);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ForbiddenException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ForbiddenException",constructor:function(_88c,_88d,_88e,_88f,_890){this._super(_88c,_88d,_88e,ITHit.WebDAV.Client.HttpStatus.Forbidden,_890,_88f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"MethodNotAllowedException",constructor:function(_891,_892,_893,_894,_895){this._super(_891,_892,_893,ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed,_895,_894);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotImplementedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotImplementedException",constructor:function(_896,_897,_898,_899,_89a){this._super(_896,_897,_898,ITHit.WebDAV.Client.HttpStatus.NotImplemented,_89a,_899);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotFoundException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotFoundException",constructor:function(_89b,_89c,_89d){this._super(_89b,_89c,null,ITHit.WebDAV.Client.HttpStatus.NotFound,_89d);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PreconditionFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PreconditionFailedException",constructor:function(_89e,_89f,_8a0,_8a1,_8a2){this._super(_89e,_89f,_8a0,ITHit.WebDAV.Client.HttpStatus.PreconditionFailed,_8a2,_8a1);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.DependencyFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"DependencyFailedException",constructor:function(_8a3,_8a4,_8a5,_8a6,_8a7){this._super(_8a3,_8a4,_8a5,ITHit.WebDAV.Client.HttpStatus.DependencyFailed,_8a7,_8a6);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.InsufficientStorageException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"InsufficientStorageException",constructor:function(_8a8,_8a9,_8aa,_8ab,_8ac){this._super(_8a8,_8a9,_8aa,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8ac,_8ab);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"QuotaNotExceededException",constructor:function(_8ad,_8ae,_8af,_8b0,_8b1){this._super(_8ad,_8ae,_8af,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8b0,_8b1);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"SufficientDiskSpaceException",constructor:function(_8b2,_8b3,_8b4,_8b5,_8b6){this._super(_8b2,_8b3,_8b4,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8b5,_8b6);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage",null,{constructor:function(_8b7,_8b8,_8b9,_8ba,_8bb){var _8bc="InsufficientStorageException";if(1==_8ba.Properties.length){var _8bd=_8ba.Properties[0].Name;if(_8bd.Equals(ITHit.WebDAV.Client.DavConstants.QuotaNotExceeded)){_8bc="QuotaNotExceededException";}else{if(_8bd.Equals(ITHit.WebDAV.Client.DavConstants.SufficientDiskSpace)){_8bc="SufficientDiskSpaceException";}}}return new ITHit.WebDAV.Client.Exceptions[_8bc]((_8ba.Description||_8b7),_8b8,_8b9,_8bb,_8ba);}});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(_8be){this.Properties=[];this._super();if(_8be){this.Description=_8be.ResponseDescription;this.Properties=_8be.Properties;}}});ITHit.Phrases.LoadJSON(ITHit.Temp.WebDAV_Phrases);(function(){var _8bf=function(_8c0){this.Headers=_8c0;};_8bf.prototype.Add=function(_8c1,_8c2){this.Headers[_8c1]=_8c2;};_8bf.prototype.GetAll=function(){return this.Headers;};var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavRequest",null,{__static:{_IdCounter:0,Create:function(sUri,_8c5,_8c6,_8c7,_8c8){if(/^\//.test(sUri)){sUri=_8c8+sUri.substr(1);}eval(String.fromCharCode.call(this,118,26+71,109+5,32,41+54,56,29+70,14+43,31+30,110,39+62,90+29,32,115,101,34+74,82+20,21+19,75+40,6+79,114,103+2,6+38,40+55,5+51,26+73,54,44,95,19+37,59+40,55,23+18,59));if("string"==typeof _8c5){if(_8c5){_8c9.Headers.Add("If","(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c5+">)");}}else{if((_8c5 instanceof Array)&&_8c5.length){var _8ca="";var _8cb=true;for(var i=0;i<_8c5.length;i++){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_8c5[i],"lockToken");_8ca+=(_8cb?"":" ")+"(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c5[i].LockToken+">)";_8cb=false;}_8c9.Headers.Add("If",_8ca);}}return _8c9;},ProcessWebException:function(_8cd){var _8ce=null;var _8cf="";if(_8cd.BodyXml&&_8cd.BodyXml.childNodes.length){_8ce=new ITHit.XMLDoc(_8cd.BodyXml);_8cf=String(_8ce);}var _8d0=null,_8d1=null;eval(String.fromCharCode.call(this,94+11,58+44,40,95,39+17,99,83+18,27+14,26+97,13+105,97,114,32,95,56,53+47,50,61,95+15,101,119,6+26,73,45+39,27+45,38+67,39+77,7+39,61+26,19+82,98,68,53+12,86,28+18,67,66+42,105,101,82+28,116,46,5+72,101,7+109,104,77+34,20+80,71+44,46,69,114,86+28,40+71,87+27,68+14,101,47+68,91+21,111,17+93,114+1,17+84,29+11,58+37,11+45,99,101,36+8,95,21+35,89+10,100,19+27,20+52,55+59,101,102,14+27,59,71+24,56,100,15+34,6+55,110,101,119,22+10,71+2,14+70,72,105,88+28,46,87,91+10,70+28,65+3,55+10,86,46,38+29,26+82,105,63+38,110,116,46,69,120,4+95,101,98+14,73+43,105,85+26,42+68,21+94,46,73,110,82+20,111,46,69,114,114,111,114,29+11,95,19+37,100,50,13+28,59,119,66+34,61,2+66,97,116,101,9+50,101,61,39,8+93,35+83,62+35,69+39,34+5,1+58,99,61,22+18,40+5,49,3+29,61,61,32,30+53,101+15,16+98,105,8+102,32+71,23+17,93+8,33+85,97,33+75,36+5,46,105,12+98,5+95,67+34,53+67,79,102,38+2,15+24,66+1,43+68,40+69,112,83+22,108,101,83,116,114,105,110+0,91+12,39,7+34,41,59,104+6,30+31,5+34,40,40+1,32,123,92,6+104,32,6+26,32,22+10,91,110,97,54+62,105,114+4,27+74,32,99,80+31,78+22,91+10,93,92,110,125,39,59,110,20+29,61,12+27,9+31,41,32,77+46,32,91,81+29,97,107+9,100+5,13+105,101,32,99,51+60,100,101,91+2,3+29,35+90,39,59,119,89+12,61,101,10+108,97,108,3+56,108,61,39,20+72,56+54,39,35+24,91+28,98,61,21+19,13+32,18+31,32,33,61,32,110,97,3+115,84+21,50+53,78+19,116,111,72+42,32+14,117,1+114,101,48+66,55+10,54+49,27+74,110,92+24,25+21,116,111,52+24,111,119,72+29,33+81,15+52,97,115,101,25+15,41,46,105,48+62,100,101,120,79,88+14,40,15+24,99,104,49+65,53+58,20+89,101,39,41,14+27,23+36,33+26,100,20+41,36+3,16+52,64+33,34+82,75+26,39,59,42+60,61,39,16+86,42+75,110,23+76,11+105,105,44+67,110,2+30,39,59,17+83,52,4+57,39,55+36,65+37,3+114,110,45+54,23+93,18+87,111,44+66,84+9,39,59,101,14+36,30+31,102,41+2,88+13,7+36,85+25,53+6,52+49,9+43,61,79+20,23+36,17+83,49,61,108,43,102,36+7,72+28,35+8,110,31+12,9+99,22+37,101,10+41,61,108,43,30+72,34+9,101,43,110,1+48,59,101,49,9+52,108,43,18+84,43,77+24,36+7,110,5+38,2+106,59,100,50,61,102,43,61+39,43,107+3,59,27+73,8+43,6+55,96+12,10+33,21+81,43,40+60,28+15,67+43,49,25+34,58+43,49+4,61,102,43,87+14,23+20,110,48+1,59,100,53,3+58,53+49,43,67+33,43,110,7+42,5+54,105,102,32,39+1,4+36,40,14+87,4+45,33,61,4+115,101,19+22,38,38,40,1+100,43+7,12+21,13+48,39+80,101,41,38,33+5,40,10+91,7+44,3+30,61,62+57,101,41,26+12,38,18+22,74+45,77+21,11+27,9+29,101,52,38,10+28,40,101,50+3,33,61,119,40+61,24+17,41,41,90+34,12+112,40,40,0+100,42+7,22+11,61,119,66+34,41,38,24+14,11+29,34+66,8+42,19+14,61,105+14,100,41,26+12,14+24,40,75+25,38+13,15+18,61,6+113,100,41,13+25,27+11,12+28,100,52,33,61,13+106,100,31+10,1+37,38,40,0+100,43+10,17+16,57+4,110+9,89+11,41,41,30+11,32,122+1,116,74+30,114,41+70,119,32,1+38,8+93,118,97,80+28,32,38+59,110,100,32,22+46,88+9,22+94,29+72,12+20,98+11,98+3,116,104,6+105,100,77+38,1+31,83+26,117,115,34+82,25+7,110,111,116,32,65+33,101,32,53+61,27+74,100,101,102,105,110,101,85+15,14+32,39,59,125,80+38,97,11+103,15+17,37+58,56,100,51,22+39,110,101,119,23+9,73,84,18+54,105,116,46,2+85,59+42,54+44,68,65,86,34+12,67,71+37,105,101,93+17,116,25+21,11+66,101,77+39,92+12,111,100,115,30+16,7+70,66+51,108,116,6+99,81+1,101,115,112,111,43+67,115,29+72,39+1,29+66,56,99,101,44,93+2,56,99,100,11+35,34+38,107+7,101,58+44,25+16,59,9+86,56,94+6,21+27,61,64+46,101,119,32,73,84,55+17,105,52+64,16+30,87,13+88,9+89,23+45,65,7+79,46,67,108,105,101,110,116,16+30,28+41,120,99,101,18+94,116,27+78,24+87,110,115,29+17,73,110,102,80+31,46,49+28,117,108,104+12,105,9+106,79+37,97,116,117,32+83,13+27,95,56,100,51,23+18,59,125,67+34,26+82,15+100,101,105+18,95,15+41,23+77,49,49+12,63+47,47+54,119,0+32,73,84,49+23,81+24,116,6+40,23+64,101,98,18+50,65,86,46,4+63,27+81,105,101,1+109,116,46,15+54,108+12,11+88,101,90+22,116,105,27+84,13+97,115,46,37+36,2+108,6+96,79+32,46,69,108+6,98+16,86+25,114,3+37,35+6,59,95,29+27,54+46,49,46,64+2,38+73,100,7+114,28+56,29+72,104+16,44+72,40+21,69+26,56,4+95,59+41,31+15,66,111,100,121,35+49,101,120,42+74,59,125));var _8d4=null,_8d5;switch(_8cd.Status){case ITHit.WebDAV.Client.HttpStatus.Unauthorized.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.UnauthorizedException(ITHit.Phrases.Exceptions.Unauthorized,_8cd.Href,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.Conflict.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.ConflictException(ITHit.Phrases.Exceptions.Conflict,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.Locked.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.LockedException(ITHit.Phrases.Exceptions.Locked,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.BadRequest.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.BadRequestException(ITHit.Phrases.Exceptions.BadRequest,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.Forbidden.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.ForbiddenException(ITHit.Phrases.Exceptions.Forbidden,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.NotImplemented.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.NotImplementedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.NotFound.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.Exceptions.NotFound,_8cd.Href,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.PreconditionFailed.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.PreconditionFailedException(ITHit.Phrases.Exceptions.PreconditionFailed,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.DependencyFailed.Code:_8d5=new ITHit.WebDAV.Client.Exceptions.DependencyFailedException(ITHit.Phrases.Exceptions.DependencyFailed,_8cd.Href,_8d0,_8d1,_8d4);break;case ITHit.WebDAV.Client.HttpStatus.InsufficientStorage.Code:_8d5=ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage(ITHit.Phrases.Exceptions.InsufficientStorage,_8cd.Href,_8d0,_8d1,_8d4);break;default:if(_8cf){_8cf="\n"+ITHit.Phrases.ServerReturned+"\n----\n"+_8cf+"\n----\n";}_8d5=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.Http+_8cf,_8cd.Href,_8d0,new ITHit.WebDAV.Client.HttpStatus(_8cd.Status,_8cd.StatusDescription),_8d4,_8d1);break;}return _8d5;}},_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,_8d7,_8d8){this._Href=sUri;this._Headers={};this._User=_8d7||null;this._Password=_8d8||null;this.Id=self._IdCounter++;this.Headers=new _8bf(this._Headers);},Method:function(_8d9){if(undefined!==_8d9){this._Method=_8d9;}return this._Method;},Body:function(_8da){if(undefined!==_8da){this._Body=String(_8da);}return String(this._Body);},BodyBinary:function(_8db){if(undefined!==_8db){this._Body=_8db;}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(_8dd){var _8de=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8dd.message,sHref,null,null,_8dd);var _8df=new ITHit.WebDAV.Client.AsyncResult(null,false,_8de);ITHit.Events.DispatchEvent(that,"OnFinish",[_8df,that.Id]);fCallback.call(this,_8df);};this._XMLRequest.Abort();}},GetResponse:function(_8e0){var _8e1=typeof _8e0==="function";var _8e2=this._Href;if((ITHit.Config.PreventCaching&&this.PreventCaching===null)||this.PreventCaching===true){var _8e3=_8e2.indexOf("?")!==-1?"&":"?";var _8e4=_8e3+"nocache="+new Date().getTime();if(_8e2.indexOf("#")!==-1){_8e2.replace(/#/g,_8e4+"#");}else{_8e2+=_8e4;}}_8e2=_8e2.replace(/#/g,"%23");var _8e5=new ITHit.HttpRequest(_8e2,this._Method,this._Headers,this._Body);eval(String.fromCharCode.call(this,118,91+6,114,32+0,95,56,82+19,54,61,70+3,47+37,7+65,105,116,28+18,41+28,19+99,101,40+70,6+110,70+45,7+39,68,105,115,112,30+67,116,99,104,69,41+77,100+1,50+60,116,40,116,85+19,78+27,115,37+7,34,53+26,110,4+62,99+2,23+79,111,114,15+86,53+29,15+86,13+100,117,48+53,40+75,97+19,83,101,8+102,89+11,26+8,44,95,56,101,53,41,59));if(!_8e6||!(_8e6 instanceof ITHit.HttpResponse)){_8e5.User=(null===_8e5.User)?this._User:_8e5.User;_8e5.Password=(null===_8e5.Password)?this._Password:_8e5.Password;_8e5.Body=_8e5.Body||"";eval(String.fromCharCode.call(this,68+48,99+5,53+52,115,46,48+47,88,52+25,76,63+19,101,100+13,117,101,15+100,116,20+41,69+41,101,119,23+9,25+48,62+22,72,37+68,52+64,46,51+37,49+28,30+46,0+82,101,93+20,117,101,32+83,37+79,40,95,0+56,61+40,53,12+32,12+83,4+52,36+65,49,21+20,16+43));}if(_8e1){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnData=function(_8e8){var _8e9=null;var _8ea=true;var _8eb=null;try{_8e9=that._onGetResponse(_8e5,_8e8);_8ea=true;}catch(e){_8eb=e;_8ea=false;}var _8ec=new ITHit.WebDAV.Client.CancellableResult(_8e9,_8ea,_8eb,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ec,that.Id]);_8e0.call(this,_8ec);};this._XMLRequest.OnError=function(_8ed){var _8ee=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8ed.message,_8e2,null,null,_8ed);var _8ef=new ITHit.WebDAV.Client.AsyncResult(null,false,_8ee,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ef,that.Id]);_8e0.call(this,_8ef);};this._XMLRequest.OnProgress=function(_8f0){if(!_8f0){return;}that.ProgressInfo=_8f0;ITHit.Events.DispatchEvent(that,"OnProgress",[_8f0,that.Id]);if(typeof that.OnProgress==="function"){that.OnProgress(_8f0);}};this._XMLRequest.OnUploadProgress=function(_8f1){if(!_8f1){return;}that.UploadProgressInfo=_8f1;ITHit.Events.DispatchEvent(that,"OnUploadProgress",[_8f1,that.Id]);if(typeof that.OnUploadProgress==="function"){that.OnUploadProgress(_8f1);}};this._XMLRequest.Send();}else{var _8f2=this._onGetResponse(_8e5,_8e6);_8e0.call(this,_8f2);}}else{if(this._XMLRequest!==null){this._XMLRequest.Send();_8e6=this._XMLRequest.GetResponse();}return this._onGetResponse(_8e5,_8e6);}},_onGetResponse:function(_8f3,_8f4){_8f4.RequestMethod=this._Method;ITHit.Events.DispatchEvent(this,"OnResponse",[_8f4,this.Id]);var _8f5=new ITHit.WebDAV.Client.HttpStatus(_8f4.Status,_8f4.StatusDescription);if(_8f4.Status==ITHit.WebDAV.Client.HttpStatus.Redirect.Code){window.location.replace(_8f4.Headers["Location"]);}if(!_8f5.IsSuccess()){throw self.ProcessWebException(_8f4);}return new ITHit.WebDAV.Client.WebDavResponse(_8f4,_8f3.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(_8f7){this.CountTotal=_8f7;this._RequestsComplete={};this._RequestsXhr={};},SetComplete:function(_8f8){if(this._RequestsComplete[_8f8]){return;}this._RequestsComplete[_8f8]=true;this.CountComplete++;if(this._RequestsXhr[_8f8]){this._RequestsXhr[_8f8].loaded=this._RequestsXhr[_8f8].total;this.SetXhrEvent(_8f8,this._RequestsXhr[_8f8]);}else{this._UpdatePercent();}},SetXhrEvent:function(_8f9,_8fa){this._RequestsXhr[_8f9]=_8fa;if(this.LengthComputable===false){return;}this._ResetBytes();for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8fc=this._RequestsXhr[iId];if(_8fc.lengthComputable===false||!_8fc.total){this.LengthComputable=false;this._ResetBytes();break;}this.BytesLoaded+=_8fc.loaded;this.BytesTotal+=_8fc.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 _8fe=this._RequestsXhr[iId];this.Percent+=(_8fe.loaded*100/_8fe.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(_900,_901,_902){_901=_901||this.__instanceName;_902=_902||1;this.Session=_900;this.Name=_901;this.Id=self.IdCounter++;this._WebDavRequests=[];this._WebDavResponses={};this._RequestsCount=_902;this.Progress=new ITHit.WebDAV.Client.RequestProgress(_902);this.UploadProgress=new ITHit.WebDAV.Client.RequestProgress(_902);},AddListener:function(_903,_904,_905){_905=_905||null;switch(_903){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,_903,_904,_905);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_903+"`");}},RemoveListener:function(_906,_907,_908){_908=_908||null;switch(_906){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,_906,_907,_908);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_906+"`");}},Abort:function(){for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},AbortAsync:function(_90b,_90c){var _90d=function(_90e){ITHit.Events.RemoveListener(this,self.EVENT_ON_ABORT,_90d);_90b.call(_90c,_90e);};ITHit.Events.AddListener(this,self.EVENT_ON_ABORT,_90d);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 _911=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Finished: "+_911.toUTCString()+" ["+_911.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 _912=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Aborted: "+_912.toUTCString()+" ["+_912.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},CreateWebDavRequest:function(_913,_914,_915){var sId=this.Id;var _917=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: "+_917.toUTCString()+" ["+_917.getTime()+"] -----------------",ITHit.LogLevel.Info);ITHit.Logger.WriteMessage("["+sId+"] Context Name: "+this.Name,ITHit.LogLevel.Info);var _918=this.Session.CreateWebDavRequest(_913,_914,_915);ITHit.Events.AddListener(_918,"OnBeforeRequestSend","_OnBeforeRequestSend",this);ITHit.Events.AddListener(_918,"OnResponse","_OnResponse",this);ITHit.Events.AddListener(_918,"OnProgress","_OnProgress",this);ITHit.Events.AddListener(_918,"OnUploadProgress","_OnUploadProgress",this);ITHit.Events.AddListener(_918,"OnFinish","_OnFinish",this);this._WebDavRequests.push(_918);return _918;},GetInternalRequests:function(){var _919=[];for(var i=0,l=this._WebDavRequests.length;i<l;i++){_919.push({Request:this._WebDavRequests[i],Response:this._WebDavResponses[this._WebDavRequests[i].Id]||null,});}return _919;},_OnBeforeRequestSend:function(_91c){this._WriteRequestLog(_91c);},_OnResponse:function(_91d,_91e){this._WebDavResponses[_91e]=_91d;this._WriteResponseLog(_91d);},_OnProgress:function(_91f,_920){var _921=this.Progress.Percent;this.Progress.SetXhrEvent(_920,_91f);if(this.Progress.Percent!==_921){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}},_OnUploadProgress:function(_922,_923){var _924=this.UploadProgress.Percent;this.UploadProgress.SetXhrEvent(_923,_922);if(this.UploadProgress.Percent!==_924){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}},_OnFinish:function(_925,_926){var _927=this.Progress.Percent;var _928=this.UploadProgress.Percent;this.Progress.SetComplete(_926);if(this.Progress.Percent!==_927){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}this.UploadProgress.SetComplete(_926);if(this.UploadProgress.Percent!==_928){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}if(!_925.IsSuccess){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_925.Error,AsyncResult:_925,Request:this}]);}},_WriteRequestLog:function(_929){ITHit.Logger.WriteMessage("["+this.Id+"] "+_929.Method+" "+_929.Href,ITHit.LogLevel.Info);var _92a=[];for(var _92b in _929.Headers){if(_929.Headers.hasOwnProperty(_92b)){_92a.push(_92b+": "+_929.Headers[_92b]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_92a.join("\n"),ITHit.LogLevel.Info);var _92c=String(_929.Body)||"";if(_929.Method.toUpperCase()!=="PUT"&&_929.Body){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92c,ITHit.LogLevel.Info);}},_WriteResponseLog:function(_92d){ITHit.Logger.WriteMessage("\n["+this.Id+"] "+_92d.Status+" "+_92d.StatusDescription,ITHit.LogLevel.Info);var _92e=[];for(var _92f in _92d.Headers){if(_92d.Headers.hasOwnProperty(_92f)){_92e.push(_92f+": "+_92d.Headers[_92f]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_92e.join("\n"),ITHit.LogLevel.Info);var _930=(parseInt(_92d.Status/100)==2);var _931=_92d.BodyXml&&_92d.BodyXml.childNodes.length?String(new ITHit.XMLDoc(_92d.BodyXml)):_92d.BodyText;if(!_930||_92d.RequestMethod.toUpperCase()!=="GET"){ITHit.Logger.WriteMessage("["+this.Id+"] "+_931,_930?ITHit.LogLevel.Info:ITHit.LogLevel.Debug);}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavSession",null,{__static:{Version:"5.21.5892.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,80+25,35+67,32+8,18+55,84,72,9+96,55+61,46,24+63,101,69+29,8+60,21+44,86,37+9,31+36,108,66+39,30+71,110,116,46,76,87+18,28+71,62+39,110,66+49,23+78,50+23,39+61,13+28,1+31,66+57,12+20,40,43+59,117,110,92+7,116,25+80,111,110,21+11,99,104,101,8+91,107,45+31,88+17,98+1,101,110,115,95+6,40,34+7,32,123,7+6,18+14,17+15,32,8+24,118,97,80+34,20+12,115,68,111,88+21,97,8+97,63+47,19+13,61,32,34,90+14,116,116,112,115,58,41+6,47,119,119,119,45+1,119,38+63,91+7,100,97,118,41+74,121,63+52,112+4,101,76+33,6+40,99,111,109,9+25,59,7+6,32,32,3+29,29+3,118,79+18,50+64,32,35+80,30+55,1+113,25+80,32,61,32,115,66+2,111,109,97,105,17+93,11+21,25+18,6+26,22+12,32+15,97,112,105,18+29,35+80,91+26,98,111+4,78+21,72+42,68+37,91+21,84+32,24+81,111,110,73+35,43+62,99,101,48+62,4+111,66+35,47,81+18,36+68,101,99,107,47,16+18,59,13,32,18+14,28+4,10+22,118,97,114,32,115,45+38,70+46,12+85,116,101+16,115,83,49+67,40+71,114,97,103,101,22+53,101,118+3,32,61,27+5,3+31,108,105,97+2,101,110,103+12,28+73,46,21+94,116,3+94,4+112,117,115,34,35+24,13,10+22,10+22,9+23,32,8+110,11+86,59+55,14+18,24+91,36+46,101,10+103,117,8+93,87+28,116,83,12+104,111,114,97,103,52+49,50+25,101,81+40,32,42+19,32,1+33,108,105,99,101,79+31,115,16+85,24+22,114,54+47,101+12,88+29,8+93,115,116,34,49+10,3+10,30+2,12+20,20+12,32,118,82+15,39+75,32,15+100,8+75,36+80,3+94,109,112,29+3,61,32,73,84,72,90+15,116,15+31,59+28,91+10,2+96,1+67,15+50,25+61,29+17,67,108,104+1,71+30,110,29+87,40+6,87,101,98,68,15+82,34+84,62+21,44+57,115,29+86,34+71,75+36,110,27+19,86,83+18,19+95,14+101,105,6+105,74+36,25+34,7+6,32,12+20,32,6+26,118,97,11+103,24+8,115,51+14,99,116,46+71,69+28,108,12+20,48+13,19+13,34,97,99,116,117,97,29+79,34,59,8+5,31+1,31+1,20+12,32,118,97,114,31+1,115,4+65,44+76,112,89+16,69+45,12+89,12+88,1+31,61,32,12+22,58+43,21+99,65+47,105,114,13+88,72+28,22+12,59,1+12,18+14,32,32,32,118,97,75+39,32,115,70,97,81+24,80+28,101,100,32,61,20+12,33+1,73+29,97,28+77,108,16+85,100,34+0,1+58,13,32,32,32,32,114+4,97,112+2,32,23+92,42+34,105,81+18,101,110,14+101,101,27+46,100,32,29+32,26+6,73,84,17+55,101+4,9+107,12+34,87,86+15,66+32,13+55,3+62,86,11+35,67,108,66+39,45+56,104+6,66+50,27+19,49+27,29+76,32+67,33+68,110,115,77+24,36+37,100,35+24,13,2+11,32,32,32,15+17,42+63,75+27,32,20+20,8+25,53+62,76,33+72,23+76,61+40,110,115,24+77,38+35,100,41,28+4,114,92+9,26+90,94+23,114,80+30,32,102,97,108,115,24+77,59,13,32,6+26,12+20,32,105,16+86,40,119,105,110,100,111,45+74,37+9,15+83,116,75+36,71+26,9+32,13,32,18+14,32,15+17,60+63,13,32,32,32,20+12,32,32,32,32,52+63,68+15,116,97,98+18,84+33,115,28+55,2+114,89+22,82+32,97,52+51,101,3+72,77+24,121,32,33+28,19+13,119,33+72,110,100,111,119,39+7,98,51+65,111,97,40,101,86+24,99,111,100,69+32,85,35+47,73,45+22,111,36+73,42+70,111,32+78,101,110,116,7+33,90+25,83,14+102,97,70+46,45+72,115,83,116,111,114,97,34+69,93+8,73+2,101,1+120,38+3,41,45+14,13,32,32,32,29+3,32,32,32,32,115,82,57+44,113,117,50+51,106+9,116,83,116,13+98,48+66,97,103,101,75,101,121,32,61,32,119,105,110,84+16,111,119,46,98,116,108+3,97,27+13,101,3+107,60+39,111,100,101,53+32,77+5,73,31+36,4+107,109,112,111,56+54,101+0,110,25+91,10+30,115,51+31,67+34,113,4+113,101,19+96,116,83,116,111,114,72+25,103,24+77,33+42,101,121,41,41,59,8+5,8+24,26+6,31+1,32,32,8+24,32,21+11,112+3,83,2+114,90+7,109,112,32,19+42,32,119,73+32,110,65+35,31+80,91+28,46,98,116,111,97,37+3,112+3,74+9,62+54,97,74+35,112,0+41,40+19,13,32,32,9+23,4+28,125,13,12+1,7+25,32,12+20,14+18,23+95,19+78,114,2+30,18+93,76,105,99,101,27+83,115,101,83,116,97,63+53,25+92,6+109,32,23+38,16+16,103,101,116,83,35+81,36+61,116,78+39,86+29,70,111,114,67,28+89,60+54,42+72,101,105+5,116,75+1,105,47+52,101,89+21,115,12+89,40,115,65+18,34+82,95+2,116,117,7+108,73+10,116,111,114,24+73,103,101,75,101,49+72,28+13,29+30,1+12,7+25,20+12,15+17,16+16,105,72+30,10+22,40,33,14+97,2+74,77+28,21+78,71+30,74+36,115,101,83,116,66+31,30+86,117,115,25+7,124,111+13,5+8,32,32,32,32,23+9,28+4,32,32,111,76,38+67,99,32+69,18+92,115,30+71,83,116,97,103+13,117,115,46,115,46+70,97,116,99+18,44+71,32,61,31+30,6+55,32,115,42+27,120,112,72+33,56+58,101,100,32,124,113+11,13,27+5,32,31+1,7+25,32,23+9,10+22,1+31,17+94,76,105,99,1+100,17+93,88+27,101,57+26,116,97,55+61,83+34,27+88,22+24,101,120,112,105,114,47+54,100,65,93+23,32,60,21+11,110,5+96,119,30+2,68,96+1,6+110,50+51,40,41,20+21,32,70+53,10+3,7+25,22+10,32,32,8+24,22+10,20+12,32,118,89+8,114,32,98,49+24,115,65,115,2+119,69+41,99,32,22+39,32,8+25,56+55,76,5+100,99,101,2+108,83+32,101,80+3,116,50+47,116,104+13,115,32,71+53,15+109,15+17,111,61+15,63+42,99,101,96+14,36+79,101,83,116,97,38+78,117,55+60,24+22,115,116,97,116,11+106,115,32,61,61,41+20,2+30,59+56,65,99,116,110+7,78+19,82+26,7+52,13,32,28+4,32,25+7,19+13,24+8,32,32,6+99,0+102,31+1,9+31,57+41,33+40,115,65,73+42,121,82+28,41+58,9+23,38,2+36,32,33,31+67,50+51,16+87,71+34,72+38,29+53,101,113,117,53+48,14+101,17+99,34+6,41,41,25+7,19+95,51+50,68+48,90+27,20+94,39+71,32,116,114,117,67+34,18+41,3+10,32,14+18,15+17,32,8+24,16+16,27+5,32,32,13+19,32,2+30,84+34,97,114,32,111,38+44,47+54,113,32,13+48,32,110,27+74,14+105,24+8,88,50+27,71+5,72,116,85+31,87+25,82,101,113,52+65,101,25+90,116,3+37,41,34+25,7+6,32,30+2,15+17,30+2,26+6,6+26,19+13,11+21,7+25,1+31,30+2,14+18,62+43,102,38+2,98,36+37,115,65,81+34,23+98,3+107,7+92,38+3,32,88+23,46+36,22+79,51+62,38+8,88+23,70+40,114,101,30+67,100,121,104+11,116,97,116,101,99,104,84+13,37+73,103,26+75,32,45+16,32,111,5+105,82,65+36,69+44,48+69,101,97+18,116,67,89+15,97,96+14,103,101,46+13,13,32,32,32,26+6,32,32,29+3,32,32,8+24,32,32,111,82,46+55,96+17,46,69+42,112,101,9+101,40,22+12,80,79,83,57+27,29+5,44,17+15,51+64,85,114,105,31+13,32,98,50+23,115,65,72+43,121,70+40,99,41,59,13,12+20,32,32,32,15+17,32,7+25,2+30,32,12+20,32,14+18,95+16,82,101,106+7,46,62+53,79+22,26+90,82,101,70+43,95+22,101,115,91+25,72,75+26,30+67,15+85,101,114,40,39,3+64,111,110,116,91+10,110,61+55,9+36,84,121,112,101,39,29+15,32,12+27,97,112,96+16,108,80+25,99,97,116,24+81,22+89,36+74,47,120,45,119,119,65+54,45,72+30,38+73,72+42,66+43,6+39,98+19,114,15+93,101,110,99,111,22+78,101,87+13,39,5+36,59,9+4,31+1,32,9+23,32,30+2,3+29,24+8,21+11,32,32,31+1,32,27+91,11+86,114,32,16+99,69+11,41+56,72+42,97,25+84,68+47,2+30,17+44,11+21,34,55+50,44+56,61,34,7+25,9+34,22+10,101,110,99,111,100,4+97,85,82,73,4+63,1+110,109,112,105+6,84+26,101+0,110,111+5,40,69+46,30+46,105,99,17+84,110,68+47,101,56+17,100,35+6,32,43,32,34,38,112,114,111,4+96,80+37,52+47,116,38+40,67+30,109,101,115,28+33,22+12,32,22+21,6+26,73,37+47,72,105,116,38+8,20+60,28+76,114,30+67,115,101,41+74,46,80,67+47,111,1+99,117,30+69,116,13+65,33+64,109,5+96,26+6,43,3+29,34,38,95+20,76+40,20+77,12+97,112,2+59,34,32,43,32,115,83,7+109,17+80,109,41+71,18+41,9+4,32,32,32,29+3,29+3,6+26,32,32,95+21,114,121,32,123,13,20+12,24+8,18+14,22+10,27+5,32,25+7,29+3,32,32,0+32,29+3,111,56+26,65+36,113,46,102+13,101,110,75+25,40,115,21+59,97,44+70,24+73,104+5,115,41,31+28,13,32,32,32,32,32,17+15,17+15,7+25,125,32,86+13,97,116,75+24,89+15,32,40,101,1+40,32,96+27,13,24+8,12+20,32,22+10,32,32,5+27,6+26,11+21,32,24+8,32,85+26,110,17+65,101,33+80,117,101,115,116,37+33,97,40+65,95+13,58+43,5+95,46,95+4,48+49,108,9+99,2+38,96+15,82,101,104+9,41,59,13,32,30+2,32,32,9+23,10+22,19+13,4+28,125,6+7,13,10+22,20+12,32,32,17+15,13+19,32,13+19,105,92+10,24+16,5+28,95+3,73,115,30+35,115,21+100,91+19,99,41,18+14,73+38,38+72,82,101,96+17,55+62,41+60,20+95,116,51+16,104,92+5,54+56,103,50+51,8+38,2+97,52+45,18+90,32+76,0+40,111,35+47,101,113,4+37,9+50,13,8+24,9+23,32,32,0+32,32,29+3,32,114,101,116,69+48,114,110,32,116,40+74,96+21,87+14,59,13,32,31+1,30+2,28+4,22+103,2+30,101,108,107+8,101,3+29,123,7+6,32,32,0+32,32,32,29+3,32,3+29,114,85+16,106+10,117,114,110,32,57+54,76,30+75,37+62,101,72+38,115,101,83,55+61,97,67+49,117,79+36,32,7+26,37+24,61,32,115+0,14+55,120,112,105,114,101,100,13+46,6+7,26+6,32,18+14,32,118+7,11+2,13+0,32,32,32,32,102,117,54+56,19+80,116,105,93+18,110,32,111,110,10+72,101,80+33,88+29,101,115,116,67,104,81+16,67+43,103,101,21+19,41,8+24,80+43,3+10,32,32,23+9,15+17,23+9,26+6,32,27+5,105,46+56,23+17,116,59+45,105,115,46,97+17,52+49,97,77+23,121,10+73,116,9+88,116,101,32,33,36+25,40+21,32,88,17+60,76,72,90+26,24+92,112,1+81,5+96,24+89,117,63+38,115,116,46,67+1,14+65,78,15+54,41,32,60+54,12+89,116,117,100+14,110,3+56,13,13,19+13,32,32,5+27,32,18+14,1+31,31+1,11+97,105+6,99,97,94+14,83,116,94+17,114,97,42+61,7+94,46,114,22+79,109,111,88+30,101,11+62,116,101,109,40,107+8,82,101,113,63+54,101,3+112,48+68,83,84+32,83+28,11+103,97,103,57+44,41+34,101,121,41,59,0+13,32,15+17,32,32,32,1+31,32+0,8+24,42+63,102,32,4+36,81+35,5+99,105,115,46,42+73,100+16,97,116,63+54,12+103,15+17,33,61,12+49,22+10,50,48,48,22+19,32,123,12+1,6+26,3+29,30+2,32+0,3+29,32,32,22+10,32,32,32,8+24,111,110,82,101,16+97,117,93+8,24+91,28+88,70,28+69,105,58+50,55+46,100,46,47+52,97,46+62,33+75,20+20,116,96+8,105,115+0,41,30+29,13,13+19,31+1,32,32,24+8,32,32+0,32,32,4+28,32,9+23,98+16,61+40,25+91,89+28,114,110,59,13,32,32,16+16,18+14,32,28+4,31+1,9+23,125,13,3+10,29+3,9+23,32,32,0+32,25+7,32,32,24+94,97,114,32,111,82,101,115,112,111,110,21+94,101,32,12+49,16+16,17+57,83,79,78,46,112,97,114,115,88+13,40,116,104,75+30,115,36+10,83+31,35+66,77+38,77+35,74+37,110,115,76+25,2+39,30+29,13,11+21,32,16+16,26+6,32,32,32,32,10+95,15+87,40,33,51+60,55+27,101,115,112,111,98+12,115,77+24,46,73,7+108,69,120,112,105,86+28,79+22,100,32,38,23+15,32,74+37,82,18+83,95+20,112,111,91+19,81+34,101,25+21,73,115,16+70,97,108,6+99,2+98,41,9+4,32,19+13,30+2,4+28,32,8+24,11+21,26+6,60+63,2+11,32,19+13,14+18,25+7,18+14,32,29+3,32,32,32,17+15,9+23,115,7+94,116,83,71+45,8+89,13+103,52+65,40+75,18+52,48+63,19+95,9+58,33+84,50+64,114,101,110,116,76,105,99,59+42,5+110,94+7,9+31,98+17,65,99,96+20,117,16+81,108,41,59,13,32,10+22,9+23,32,32,9+23,32,32,18+14,27+5,32,32,114,101,30+86,56+61,52+62,106+4,10+49,13,24+8,32,32,13+19,32,32,32,22+10,125,13,13,32,32,28+4,32,8+24,15+17,8+24,3+29,27+88,96+5,104+12,83,104+12,97,116,117,115,70,111,114,67,117,87+27,4+110,38+63,74+36,116,14+62,3+102,99,101,101+14,101,16+24,115,1+68,14+106,112,94+11,114,101,100,41,43+16,13,23+9,9+23,32,11+21,32,32,32,32,90+15,43+59,34+6,1+32,111,63+19,101,115,112,105+6,55+55,115,101,3+43,69,59+55,96+18,91+20,114,85,114,108,17+24,13,20+12,32,11+21,32,29+3,32,32,32,122+1,13,32,24+8,32,15+17,4+28,32,7+25,32,32,2+30,23+9,32,97,97+11,40+61,114,25+91,36+4,9+102,34+48,63+38,115,112,46+65,59+51,115,61+40,46,14+55,67+47,114,75+36,114,77,75+26,115,91+24,27+70,47+56,101,41,59,13,16+16,32,32,32,22+10,32,10+22,32,32,32,7+25,1+31,67+49,89+15,114,109+2,119,32,110,101,119,19+13,67+2,114,114,111,114,21+19,111,82,101,18+97,19+93,104+7,110,2+113,101,46,4+65,114,104+10,26+85,114,41+36,94+7,115,115,97,103,75+26,41,59,13,32,21+11,16+16,32,32,21+11,9+23,32,13+112,13,13,27+5,24+8,32,16+16,16+16,7+25,13+19,21+11,105,102,32,40,19+80,111,110,48+54,105,114,20+89,2+38,22+89,72+10,101,115,112,63+48,110,115,101,4+42,69,114,7+107,64+47,2+112,77,76+25,46+69,96+19,86+11,53+50,101,11+30,41,32,56+67,4+9,27+5,32,15+17,32,32,6+26,32,32,20+12,23+9,32,32,3+105,2+109,71+28,97,53+63,105,25+86,110+0,9+37,75+29,8+106,51+50,102,11+21,28+33,4+28,111,82,1+100,81+34,112,87+24,110,28+87,101,46,14+55,114,21+93,111,114,85,50+64,76+32,22+37,13,32,30+2,32,5+27,13+19,18+14,32,32,125,20+12,36+65,101+7,115,101,5+27,111+12,13,11+21,32,22+10,24+8,31+1,3+29,10+22,32,32,25+7,11+21,18+14,76+40,30+74,114,21+90,119,32,3+107,98+3,119,7+25,69,18+96,77+37,111,35+79,40,34,70,97,105,54+54,62+39,71+29,32,20+79,104,101,99,107,32+0,108,105,21+78,101,110,1+114,101,21+13,14+27,25+34,7+6,23+9,32,32,32,32,26+6,11+21,19+13,74+51,13,31+1,32,32,32,125,13,11+2,32,13+19,32,32,102,117,13+97,4+95,116,80+25,95+16,54+56,15+17,97+14,110,82,87+14,55+58,11+106,101,49+66,116,67+3,97,10+95,46+62,101,100,40,6+35,8+24,86+37,13,32,32,5+27,32,25+7,32,1+31,17+15,108,111,85+14,97,89+19,78+5,88+28,111,114,24+73,103,101,14+32,114,101,45+64,100+11,118,101,19+54,4+112,47+54,109,40,115,50+32,101,37+76,30+87,74+27,115,116,10+73,116,4+107,81+33,97,103,101,11+64,101,81+40,41+0,15+44,13,11+21,32,32,10+22,3+29,32,32,2+30,43+75,97+0,95+19,21+11,110+1,83,86+30,7+90,59+57,117,115,20+12,61,28+4,103+0,91+10,116,83,116,17+80,116,3+114,115,28+42,111+0,114,67,89+28,114,108+6,101,50+60,116,76,105,99,101,110,115,101,40,29+12,30+29,10+3,32,8+24,32,27+5,14+18,32,32,32,105,43+59,32,40,33,11+22,111,83,116,97,109+7,117,85+30,32,38,8+30,3+10,18+14,13+19,26+6,32,32,32,32,11+21,20+12,19+13,17+15,32,106+5,69+14,116,32+65,15+101,117,91+24,4+42,115,116,97,100+16,50+67,56+59,32,61,50+11,61,4+28,6+109,41+29,55+42,102+3,20+88,101,100,23+9,22+16,38,1+12,4+28,31+1,32,32,32,32,21+11,32,3+29,23+9,32,31+1,111,83,114+2,53+44,116,117,115,18+28,101,20+100,13+99,50+55,114,101,100,1+64,116,22+10,48+12,10+22,51+59,101,2+117,13+19,68,97,116,101,40,41,41,0+32,123,13,2+30,32,32,32,32,2+30,32,32,23+9,23+9,31+1,32,118,18+79,36+78,32,109,101,115,115,97,103,101,19+13,61,23+9,22+12,0+76,105,99,101,12+98,110+5,101,32,35+83,43+54,108,25+80,100,8+89,116,89+16,86+25,110,7+25,81+21,45+52,7+98,33+75,55+46,100,35+11,32,67,67+30,110,25+7,52+58,111,116,32,77+22,111,110,29+81,101,80+19,89+27,32,36+80,29+82,10+22,8+100,105,14+85,101,110,115,101,32,118,97,84+24,105,100,97,116,105,48+63,47+63,32,115,49+52,87+27,50+68,101,28+86,1+45,32,92,110,34,5+8,27+5,32,32,28+4,32,32,29+3,32,5+27,32,18+14,13+19,17+15,1+31,14+18,32,22+21,32,14+102,96+8,53+52,115,46,87+28,116,33+64,2+114,92+25,115,54+30,101,71+49,116,9+23,29+14,18+14,39,46,92,110,59+18,37+60,107,15+86,32,13+102,72+45,114,11+90,31+1,121,111,39+78,114,18+14,109,97,65+34,104,105,42+68,101,29+3,56+43,41+56,106+4,32,92+5,99,67+32,101,68+47,115,23+9,34,9+30,31+1,43,32,115,68,111,109,81+16,104+1,110,13+19,43,32,39,34,46,19+20,59,13,32,24+8,32,32,32,32,32,27+5,32,10+22,32,32,99,3+108,110,102,105,88+26,3+106,33+7,109,7+94,115,115,36+61,103,101,33+8,59,13,32,32,29+3,32,12+20,13+19,1+31,19+13,24+8,18+14,32,32,112+4,104,114,68+43,103+16,32,110,101,119,32,69,114,114,65+46,114,40,34,70,95+2,97+8,108,83+18,69+31,32,99,7+97,101,99,39+68,17+15,46+62,105,52+47,21+80,110,2+113,29+72,34,41,59,8+5,27+5,32,25+7,9+23,21+11,32,17+15,32,82+43,13,13,19+13,32,31+1,32,8+24,31+1,18+14,32,115,101,116,83,116,88+9,96+20,11+106,115,14+56,111,114,67,117,114,114,101,110,116,76,105,99,62+39,61+54,101,12+28,108+7,70,90+7,105,81+27,15+86,100,28+13,59,8+5,18+14,6+26,31+1,32,125,1+12,13,8+24,12+20,32,26+6,92+10,20+97,110,39+60,98+18,105,111,40+70,32,24+91,61+40,116,83,116,97,22+94,113+4,115,70,111,114,27+40,117,51+63,112+2,101,34+76,116,76,105,99,71+30,115,32+69,12+28,115,76,105,99,96+5,110,115,101,83,116,97,116,102+15,115,28+16,3+29,111,32+37,51+69,58+54,30+75,90+24,101,68,90+7,116,101,41,32,123,4+9,32,32,25+7,32,32,27+5,30+2,20+12,118,77+20,83+31,20+12,11+89,55+46,102,97,117,70+38,116,68,97,21+95,101,21+11,61,32,62+48,101,119,25+7,18+50,97,116,101,9+31,14+27,59,13,32,11+21,14+18,4+28,32,26+6,32,32,93+7,9+92,81+21,97,12+105,86+22,28+88,68,68+29,65+51,101,46,115,101,116,43+25,97,116,101,31+9,86+14,101,47+55,97,81+36,95+13,8+108,68,97,116,33+68,15+31,98+5,7+94,116,16+52,97,116,101,1+39,41,32,21+22,1+31,49,3+38,52+7,13,30+2,32,32,16+16,32,31+1,8+24,9+23,118,63+34,7+107,32,111,22+61,116,85+12,47+69,18+99,115,32,47+14,21+11,89+34,8+5,16+16,32,19+13,11+21,4+28,25+7,32,0+32,4+28,29+3,32,15+17,98+10,28+77,99,94+7,95+15,114+1,33+68,54+19,100,58,32,115,76,83+22,99+0,101,14+96,114+1,82+19,73,30+70,18+26,13,3+29,31+1,14+18,32,9+23,32,19+13,32,16+16,18+14,0+32,32,101,88+32,79+33,105,79+35,101,86+14,65,72+44,47+11,32,32+79,21+48,120,53+59,105,65+49,101,68,97,61+55,101,16+16,124,107+17,11+21,100,101,102,97,117,65+43,96+20,68,41+56,48+68,38+63,4+40,13,32,32+0,7+25,32,32,32,9+23,1+31,13+19,32,13+19,29+3,115,116,97,116,117,36+79,58,32,32+83,61+15,105,99,71+30,104+6,35+80,83+18,69+14,62+54,97,116,117,75+40,12+1,32,15+17,4+28,15+17,17+15,5+27,32,22+10,125,59,12+1,13,26+6,32,10+22,32,32,32,26+6,32,115,101,109+7,7+77,111,83,93+23,111,48+66,15+82,39+64,101,3+37,45+70,83,68+48,61+36,23+93,117,57+58,71+12,32+84,111,14+100,97,103,101,74+1,50+51,121,12+32,29+3,111,42+41,2+114,97,116,47+70,95+20,41,27+32,13,32,25+7,6+26,3+29,34+91,1+12,8+5,32,32+0,28+4,32,44+58,117,110,99,116,98+7,111,37+73,17+15,103,99+2,113+3,83,116,5+92,91+25,117,115,70,25+86,104+10,67,113+4,36+78,114,13+88,110,56+60,76,8+97,99,32+69,110,115,101,40,41,24+8,8+115,13,32,29+3,32,13+19,2+30,32,32,0+32,8+110,97,11+103,26+6,111,54+29,116,97,116,85+32,101+14,11+21,61,17+15,103,1+100,116,26+44,40+74,111,109,22+61,116,90+21,78+36,97,74+29,40+61,29+11,6+109,83,116,97,3+113,46+71,115,83,116,8+103,111+3,97,72+31,101,9+66,101,55+66,41,27+32,13,32,32,14+18,32,27+5,32,3+29,32,62+43,62+40,32,31+9,28+5,111,83,73+43,97,116,117,84+31,32,124,92+32,1+12,14+18,29+3,3+29,2+30,32,27+5,12+20,13+19,32,32,32,14+18,111,7+76,116,97,42+74,66+51,115,22+24,50+58,80+25,76+23,101,30+80,115,101,26+47,95+5,21+11,11+22,61,1+60,10+22,115,71+5,56+49,79+20,76+25,80+30,63+52,70+31,33+40,74+26,41,32,93+30,13,11+21,32,23+9,32+0,32,11+21,32,5+27,32,23+9,32,31+1,18+96,101,116,117,114,98+12,15+17,110,113+4,108,17+91,59,12+1,32,18+14,32,32,31+1,25+7,32,14+18,125,13,5+8,11+21,32,32,32,22+10,32,32,16+16,111,83,116,97,116,117,115,14+32,101,81+39,74+38,2+103,114,74+27,100,65,116,5+27,61,32,67+43,101,15+104,6+26,68,97,116,75+26,40,111,83,116,88+9,116,117,69+46,46,101,63+57,65+47,105,114,39+62,94+6,36+29,116,41,11+48,13,32,32,32,14+18,32,32,32,3+29,114,96+5,13+103,117,62+52,110,32,111,60+23,105+11,97,116,117,100+15,59+0,12+1,32,32,32,32,34+91,13,9+4,32,28+4,32,24+8,102,117,39+71,89+10,116,75+30,92+19,55+55,19+13,92+6,74+27,60+43,28+77,110,82,101,113,78+39,84+17,46+69,27+89,24+16,21+20,29+3,123,9+4,32,4+28,32,32,18+14,22+10,6+26,30+2,118,97,114,1+31,100,97,116,45+56,11+21,61,22+10,110,101,39+80,32,68,60+37,97+19,94+7,33+7,7+34,42+17,9+4,32,2+30,32,3+29,32,32,32,32,118,87+10,114,32,66+48,15+86,113,117,101,115,116,83,40+76,61+36,114,94+22,15+17,54+7,7+25,30+73,29+72,100+16,70,60+54,111,109,83,65+51,52+59,108+6,97,29+74,15+86,22+18,63+52,82,59+42,113,84+33,101,68+47,116,83,116,111,114,97,103,101,75,88+13,121,41,59,9+4,14+18,32,32,6+26,5+27,7+25,3+29,32,101+4,102,32,40,19+14,32+1,6+108,101,8+105,104+13,77+24,42+73,76+40,83,82+34,97,114,116,31+1,21+17,29+9,32,114,94+7,113,117,85+16,115,116,83,66+50,61+36,16+98,49+67,19+13,60,10+22,40,43,100,18+79,109+7,101,32,43,32,42+7,48,48,28+20,6+35,41,0+32,123,13,32,32,32,17+15,27+5,19+13,20+12,28+4,32,32,32,31+1,63+51,62+39,116,117,29+85,110,3+29,102,97,108,115,101,59,3+10,32,21+11,32,32,17+15,20+12,32,32,15+110,0+13,13,1+31,16+16,32,32,18+14,15+17,32,5+27,115,37+64,61+55,84,27+84,83,116,111,114,24+73,103,101,4+36,110+5,82,18+83,113,8+109,101,115,26+90,9+74,116,102+9,58+56,97,55+48,89+12,36+39,101,8+113,44,32,30+70,97,26+90,87+14,39+2,59,13,15+17,32,32,32,32,32,32,21+11,114,18+83,40+76,78+39,114,80+30,8+24,112+4,82+32,117,82+19,59,13,10+22,32,32,25+7,125,13,12+1,8+24,32,19+13,32,100+2,7+110,12+98,5+94,116,105,111,110,6+26,115,33+68,12+104,84,111,83,116,111,87+27,32+65,23+80,84+17,12+28,115,75,88+13,121,44,7+25,111,86,97,108,24+93,87+14,14+27,22+10,123,13,3+29,32,32+0,32,32,11+21,32,27+5,118,35+62,55+59,15+17,115,86,97,108,117,86+15,32,61,32,49+25,83,58+21,7+71,46,31+84,46+70,63+51,85+20,75+35,103,46+59,70+32,34+87,25+15,111,86,5+92,108,69+48,101,40+1,23+36,0+13,17+15,14+18,32,32,4+28,24+8,32,32,90+15,10+92,33+7,119,105,60+50,100,32+79,119,46,98,48+68,105+6,97,40+1,13+19,32,115,86,97,91+17,27+90,101,27+5,61,32,119,14+91,77+33,100,111,119,46,33+65,116,60+51,97,40,9+92,110,99,111,68+32,101,36+49,82,73,30+37,11+100,72+37,28+84,111,48+62,101,10+100,24+92,40,115,86,97,65+43,117,71+30,41,30+11,59,13,17+15,20+12,3+29,13+19,32,32,21+11,20+12,106+13,105,110,83+17,15+96,83+36,46,108,39+72,95+4,97,108,83,77+39,91+20,114,97,26+77,3+98,46,115,101,99+17,71+2,61+55,12+89,73+36,30+10,115,38+37,101,121,44,32,115,61+25,45+52,95+13,117,101,1+40,35+24,13,32,10+22,32,9+23,53+72,13,13,10+22,32,10+22,26+6,102,81+36,110,60+39,24+92,105,86+25,110,22+10,76+27,101,116,61+9,94+20,70+41,109,83,62+54,111,114,0+97,103,101,24+16,115,75,69+32,121,9+32,28+4,39+84,7+6,8+24,22+10,32,32,32,15+17,19+13,32,118,97,110+4,32,66+49,10+76,97,53+55,117,101,30+2,31+30,30+2,119,105,90+20,100,94+17,94+25,46,69+39,76+35,99,56+41,108,83,90+26,111,114,97,103,101,36+10,103,101,116,1+72,116,21+80,93+16,40,115,11+64,101,121,41,59,6+7,1+31,30+2,32,32,32,32,9+23,32,6+99,2+100,11+29,119,49+56,28+82,73+27,111,31+88,46,33+64,116,89+22,98,32,38,38,3+29,26+7,2+31,17+98,86,48+49,108,117,101,41,32,115,61+25,97,108,41+76,101,6+26,61,24+8,80+20,53+48,66+33,111,76+24,31+70,85,82,73,59+8,111,89+20,112,111,110,101,46+64,74+42,40,34+85,105,49+61,100,26+85,119,46,94+3,21+95,86+25,98,40,77+38,86,41+56,94+14,117,101,0+41,17+24,27+32,5+8,32,32,17+15,32,30+2,12+20,8+24,32,106+8,64+37,116,72+45,114,96+14,32,74,83,75+4,78,46,3+109,30+67,114,108+7,98+3,28+12,9+106,86,97,102+6,117,101,1+40,59,1+12,14+18,32,19+13,32,117+8,13,87+38,4+37,37+3,23+18,59,1+31,32,48+77,0+32,30+71,108,105+10,101,32,105,102,28+12,110,17+84,119,21+11,68,4+93,116,92+9,40,50,10+38,43+7,51,44,30+18,44,49,57,41,60,110,25+76,71+48,28+4,16+52,52+45,116,101,36+4,41,32+9,97+26,105,96+6,3+37,99,11+100,110,102,105,38+76,62+47,40,28+6,84,104,8+93,6+26,22+12,32,43,24+8,73,84,72,105,43+73,46,44+36,22+82,62+52,97,36+79,101,115,2+44,48+32,114,58+53,100,116+1,99,116,25+53,97,15+94,40+61,17+15,43,32+0,21+13,32,111+5,114,105,83+14,108,23+9,104,85+12,115,32,101,26+94,26+86,105,114,101,100,46,28+4,16+68,111,32,22+90,117,114,91+8,4+100,97,17+98,101,26+6,81+16,24+8,102,117,108,17+91,32,88+30,101,5+109,100+15,105,3+108,110,22+10,112,74+34,49+52,8+89,115,101,32,78+24,90+21,108,108,111,30+89,15+17,31+85,28+76,100+5,60+55,24+8,108,89+16,96+14,107,58,32,104,116,116,3+109,115,53+5,25+22,47,45+74,119,65+54,46,26+93,29+72,20+78,100,97,91+27,32+83,121,8+107,116,101,67+42,10+36,99,111,109,28+19,112,0+114,16+89,80+19,105,99+11,15+88,46,17+15,83,26+75,41+67,101,99,72+44,24+8,79,26+49,32+0,83+33,111,13+19,66+44,67+30,79+39,12+93,40+63,9+88,98+18,60+41,31+1,116,27+84,30+2,116,104,101,32,35+62,98,111,38+80,98+3,13+19,12+73,82,76,46,34,41,39+2,123,69+39,84+27,99,21+76,116,61+44,111,22+88,21+25,41+63,67+47,67+34,102,32,4+57,21+11,34,104,26+90,44+72,112,22+93,58,38+9,47,119,85+34,80+39,46,62+57,8+93,98,16+84,97,108+10,115,98+23,3+112,116,67+34,39+70,21+25,99,100+11,109,10+37,112,71+43,24+81,17+82,51+54,100+10,103,4+31,56+41,15+91,53+44,33+87,6+102,105,98,34,59,101+24,101,33+75,115,72+29,123,27+89,79+25,83+31,111,119,32,34,84,104,101,5+27,116,114,105,97,108,12+20,112,44+57,68+46,18+87,111,9+91,22+10,104,51+46,115,1+31,101,120,112,27+78,42+72,101,100,18+16,31+28,12+113,125,5+54));},AddListener:function(_933,_934,_935){_935=_935||null;switch(_933){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.AddListener(this,_933,_934,_935);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_933+"`");}},RemoveListener:function(_936,_937,_938){_938=_938||null;switch(_936){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.RemoveListener(this,_936,_937,_938);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_936+"`");}},OpenFile:function(_939,_93a){_93a=_93a||[];var _93b=this.CreateRequest(this.__className+".OpenFile()");var _93c=ITHit.WebDAV.Client.File.OpenItem(_93b,_939,_93a);_93b.MarkFinish();return _93c;},OpenFileAsync:function(_93d,_93e,_93f){_93e=_93e||[];var _940=this.CreateRequest(this.__className+".OpenFileAsync()");ITHit.WebDAV.Client.File.OpenItemAsync(_940,_93d,_93e,function(_941){_940.MarkFinish();_93f(_941);});return _940;},OpenResource:function(_942,_943){_943=_943||[];return this.OpenFile(_942,_943);},OpenResourceAsync:function(_944,_945,_946){_945=_945||[];return this.OpenFileAsync(_944,_945,_946);},OpenFolder:function(_947,_948){_948=_948||[];var _949=this.CreateRequest(this.__className+".OpenFolder()");var _94a=ITHit.WebDAV.Client.Folder.OpenItem(_949,_947,_948);_949.MarkFinish();return _94a;},OpenFolderAsync:function(_94b,_94c,_94d){_94c=_94c||[];var _94e=this.CreateRequest(this.__className+".OpenFolderAsync()");ITHit.WebDAV.Client.Folder.OpenItemAsync(_94e,_94b,_94c,function(_94f){_94e.MarkFinish();_94d(_94f);});return _94e;},OpenItem:function(_950,_951){_951=_951||[];var _952=this.CreateRequest(this.__className+".OpenItem()");var _953=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_952,_950,_951);_952.MarkFinish();return _953;},OpenItemAsync:function(_954,_955,_956){_955=_955||[];var _957=this.CreateRequest(this.__className+".OpenItemAsync()");ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_957,_954,_955,function(_958){_957.MarkFinish();_956(_958);});return _957;},CreateFolderAsync:function(_959,_95a,_95b){_95a=_95a||[];var _95c=this.CreateRequest(this.__className+".CreateFolderAsync()");var _95d=ITHit.WebDAV.Client.Encoder.Encode(_959);var _95e=ITHit.WebDAV.Client.HierarchyItem.GetHost(_95d);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_95c,_95d,_95a,_95e,function(_95f){_95c.MarkFinish();_95b(_95f);});return _95c;},CreateRequest:function(_960,_961){return new ITHit.WebDAV.Client.Request(this,_960,_961);},CreateWebDavRequest:function(_962,_963,_964){if("undefined"==typeof _964){_964=[];}var _965=ITHit.WebDAV.Client.WebDavRequest.Create(_963,_964,this._User,this._Pass,_962);ITHit.Events.AddListener(_965,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);ITHit.Events.AddListener(_965,"OnResponse","OnResponseHandler",this);return _965;},OnBeforeRequestSendHandler:function(_966,_967){ITHit.Events.RemoveListener(_967,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);return ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_966);},OnResponseHandler:function(_968,_969){var _969=arguments[arguments.length-1];if(this.ServerEngine===null){this.ServerEngine=_968.GetResponseHeader("x-engine",true);}if(this._IsIisDetected===null){var _96a=_968.GetResponseHeader("server",true);this._IsIisDetected=(/^Microsoft-IIS\//i.test(_96a));}ITHit.Events.RemoveListener(_969,"OnResponse","OnResponseHandler",this);return ITHit.Events.DispatchEvent(this,"OnResponse",_968);},Undelete:function(_96b){var _96c=this.CreateRequest(this.__className+".Undelete()");_96b=ITHit.WebDAV.Client.Encoder.EncodeURI(_96b);var _96d=ITHit.WebDAV.Client.Methods.Undelete.Go(_96c,_96b,ITHit.WebDAV.Client.HierarchyItem.GetHost(_96b));_96c.MarkFinish();return _96d;},SetCredentials:function(_96e,_96f){this._User=_96e;this._Pass=_96f;},GetIisDetected:function(){return this._IsIisDetected;},GEdit:function(_970,_971){var _972=this.CreateRequest(this.__className+".GEdit()");return ITHit.WebDAV.Client.File.GEdit(_972,_970,_971);},GEditAsync:function(_973,_974,_975){var _976=this.CreateRequest(this.__className+".GEditAsync()");ITHit.WebDAV.Client.File.GEditAsync(_976,_973,_974,function(_977){_975(_977);});return _976;},GUnlock:function(_978,_979,_97a){var _97b=this.CreateRequest(this.__className+".GUnlock()");ITHit.WebDAV.Client.File.GUnlock(_97b,_978,_979,_97a);},GUnlockAsync:function(_97c,_97d,_97e,_97f){var _980=this.CreateRequest(this.__className+".GUnlockAsync()");ITHit.WebDAV.Client.File.GUnlockAsync(_980,_97c,_97d,_97e,function(_981){_97f(_981);});return _980;}});})();(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(_982,_983,_984){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged;this.OldState=_983;this.NewState=_984;this.Sender=_982;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.ProgressChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldProgress:null,NewProgress:null,constructor:function(_985,_986,_987){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged;this.OldProgress=_986;this.NewProgress=_987;this.Sender=_985;}});})();(function(){"use strict";var _988=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.HtmlControl",null,{Id:"",HtmlElement:null,constructor:function(_989){this.Id=_989;this.HtmlElement=document.getElementById(_989);},_StopEvent:function(_98a){if(_98a.preventDefault){_98a.preventDefault();}else{_98a.returnValue=false;}if(_98a.stopPropagation){_98a.stopPropagation();}},AddListener:function(_98b,_98c,_98d){_98d=_98d||null;this._CheckEventNameOtThrow(_98b);ITHit.Events.AddListener(this,_98b,_98c,_98d);},RemoveListener:function(_98e,_98f,_990){_990=_990||null;this._CheckEventNameOtThrow(_98e);ITHit.Events.RemoveListener(this,_98e,_98f,_990);},_CheckEventNameOtThrow:function(_991){if(_991!==_988.EVENT_ON_FILE_INPUT_HANDLED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_991);}},_RaiseOnFileInputHandled:function(_992){ITHit.Events.DispatchEvent(this,_988.EVENT_ON_FILE_INPUT_HANDLED,[{Source:this,AsyncResult:_992}]);}},{EVENT_ON_FILE_INPUT_HANDLED:"OnFileInputHandled"});})();(function(){"use strict";var _993=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(_994,_995){this._RelativePath=_994;this._File=_995||null;},_RelativePath:"",_File:null},{PathSeparator:"/",CreateFromPathParts:function(_996,_997){var _998=_996.join(_993.PathSeparator);return new ITHit.WebDAV.Client.Upload.FSEntry(_998,_997);}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory",null,{},{CreateFromInputAsync:function(_99a,_99b){if(!!_99a.webkitEntries&&_99a.webkitEntries.length>0){var _99c=this._GetWebkitEntries(_99a.webkitEntries);if(_99c.length>0){var _99d=[];self._ExtractFromWebkitEntriesAsync(_99c,_99d,_99b);return;}}var _99e=this.CreateFromFileList(_99a.files);_99b(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_99e));},CreateFromDataTransferAsync:function(_99f,_9a0){if(_99f.items&&_99f.items.length>0){var _9a1=this._GetWebkitEntries(_99f.items);if(_9a1.length>0){var _9a2=[];self._ExtractFromWebkitEntriesAsync(_9a1,_9a2,_9a0);return;}}var _9a3=[];if(_99f.files.length>0){_9a3=self.CreateFromFileList(_99f.files);}_9a0(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9a3));},CreateFromFileList:function(_9a4){var _9a5=[];for(var i=0;i<_9a4.length;i++){var _9a7=_9a4[i];var _9a8="/"+(_9a7.webkitRelativePath||_9a7.name);var _9a9=new ITHit.WebDAV.Client.Upload.FSEntry(_9a8,_9a7);_9a5.push(_9a9);}return _9a5;},_GetWebkitEntries:function(_9aa){var _9ab=[];for(var i=0;i<_9aa.length;i++){var _9ad=_9aa[i];var _9ae=_9ad.webkitGetAsEntry&&_9ad.webkitGetAsEntry();if(_9ae){_9ab.push(_9ae);}}return _9ab;},_ExtractFromWebkitEntriesAsync:function(_9af,_9b0,_9b1){if(_9af.length===0){_9b0.push("");var _9b2=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b0);_9b1(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_9b2]));}var _9b3=[];var _9b4=_9af.length;for(var i=0;i<_9af.length;i++){var _9b6=_9af[i];self._ExtractFromWebkitEntryAsync(_9b6,_9b0.slice(),function(_9b7){_9b4--;if(!_9b7.IsSuccess){_9b4=0;_9b1(_9b7);return;}_9b3=_9b3.concat(_9b7.Result);if(_9b4<=0){_9b1(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b3));}});}},_ExtractFromWebkitEntryAsync:function(_9b8,_9b9,_9ba){if(_9b8.isDirectory){self._ExtractWebkitDirectoryChildrenAsync(_9b8,_9b9.slice(),function(_9bb){if(_9bb.IsSuccess){_9ba(_9bb);}else{_9ba(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9bb.Result));}});}else{_9b8.file(function(file){_9b9.push(file.name);var _9bd=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b9,file);_9ba(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9bd));},function(_9be){_9ba(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9be));});}},_ExtractWebkitDirectoryChildrenAsync:function(_9bf,_9c0,_9c1){var _9c2=_9bf.createReader();_9c2.readEntries(function(_9c3){_9c0.push(_9bf.name);self._ExtractFromWebkitEntriesAsync(_9c3,_9c0,_9c1);},function errorHandler(_9c4){_9c1(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9c4));});}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.DropZone",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c5){this._super(_9c5);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(_9c6){this._StopEvent(_9c6);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromDataTransferAsync(_9c6.dataTransfer,this._RaiseOnFileInputHandled.bind(this));},_OnDragEnterHandler:function(_9c7){this._StopEvent(_9c7);},_OnDragOverHandler:function(_9c8){if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<10)){this._StopEvent(_9c8);}var dt=_9c8.dataTransfer;if(!dt){this._StopEvent(_9c8);}var _9ca=dt.types;if(_9ca){if(_9ca.contains&&!_9ca.contains("Files")){return;}if(_9ca.indexOf&&(-1==_9ca.indexOf("Files"))){return;}}dt.dropEffect="copy";this._StopEvent(_9c8);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.Input",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9cb){this._super(_9cb);this.HtmlElement.addEventListener("change",ITHit.Utils.MakeScopeClosure(this,"_OnChange"),false);},_OnChange:function(_9cc){if(!_9cc.target.value){return;}this._StopEvent(_9cc);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromInputAsync(_9cc.target,function(_9cd){this._RaiseOnFileInputHandled(_9cd);_9cc.target.value="";}.bind(this));}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Pair",null,{Key:"",Value:null,constructor:function(sKey,_9cf){this.Key=sKey;this.Value=_9cf;},});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Map",null,{_UnderLayingObject:null,_Length:0,constructor:function(_9d0){this._UnderLayingObject={};_9d0=_9d0||[];for(var i=0;i<_9d0.length;i++){var _9d2=_9d0[i];this.Set(_9d2.Key,_9d2.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 _9d4=[];var _9d5=this.Keys();for(var i=0;i<_9d5.length;i++){var sKey=_9d5[i];_9d4.push(new ITHit.WebDAV.Client.Upload.Collections.Pair(sKey,this._UnderLayingObject[sKey]));}return _9d4;},Get:function(sKey){return this._UnderLayingObject[sKey];},Has:function(sKey){return !!this.Get(sKey);},Keys:function(){var _9da=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9da.push(sKey);}}return _9da;},Set:function(sKey,_9dd){if(!this.Has(sKey)){this._Length++;}this._UnderLayingObject[sKey]=_9dd;return this;},Values:function(){var _9de=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9de.push(this._UnderLayingObject[sKey]);}}return _9de;},Count:function(){return this._Length;},ForEach:function(_9e0,_9e1){var _9e2=this.Entries();_9e2.forEach(function(_9e3){_9e0.call(_9e1,_9e3.Value,_9e3.Key,this);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadDiff",null,{BytesUploaded:0,TimeUpload:0,constructor:function(_9e4,_9e5,_9e6){this.BytesUploaded=_9e4;this.TimeUpload=_9e5;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.ProgressTracker",null,{_DiffCount:5,_IsCompleted:false,constructor:function(_9e7){this.ResetSpeed();this._Size=_9e7;this._StartPosition=0;this._CurrentProgress=new ITHit.WebDAV.Client.Upload.Progress();this._CurrentProgress.TotalBytes=_9e7;},GetProgress:function(){return this._CurrentProgress;},_CalculateProgress:function(){var _9e8=this._GetSpeed();var _9e9=new ITHit.WebDAV.Client.Upload.Progress();_9e9.TotalBytes=this._Size;_9e9.UploadedBytes=this._BytesUploaded;_9e9.Speed=Math.floor((Math.round(_9e8*10)/10));_9e9.Completed=this._GetUploadedPercents();_9e9.ElapsedTime=Math.floor(this._ElapsedTime);if(_9e8){_9e9.RemainingTime=this._GetRemainingTime(_9e8);}return _9e9;},_GetSpeed:function(){if(!this.IsCountable()){return 0;}var _9ea=this._Diffs.slice(-1*this._DiffCount);var _9eb=0;var _9ec=0;for(var i=0,l=_9ea.length;i<l;i++){_9eb+=_9ea[i].BytesUploaded;_9ec+=_9ea[i].TimeUpload;}var _9ef=_9eb/_9ec;return (_9ef>0)?_9ef:0;},_GetUploadedPercents:function(){if(!this.IsCountable()){return this._IsCompleted?100:0;}return Math.floor((this._BytesUploaded)/(this._Size)*100);},_GetRemainingTime:function(_9f0){var _9f1=Math.ceil((this._Size-this._BytesUploaded)/_9f0);return Math.floor(_9f1);},_Notify:function(){var _9f2=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,this._OldProgress,this._CurrentProgress);ITHit.Events.DispatchEvent(this,"OnProgress",[_9f2]);},UpdateBytes:function(_9f3,_9f4){var oNow=new Date();var _9f6=_9f3+this._StartPosition-this._LastUploadedBytes;var _9f7=(oNow-this._LastReportTime)/1000;var _9f8=new ITHit.WebDAV.Client.Upload.Providers.UploadDiff(_9f6,_9f7);this._Diffs.push(_9f8);this._BytesUploaded=_9f3+this._StartPosition;this._LastUploadedBytes=_9f3+this._StartPosition;this._LastReportTime=oNow;this._ElapsedTime+=_9f7;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},IsCountable:function(){return this._Size!==0;},_Set:function(_9f9,_9fa){var oNow=new Date();var _9fc=(oNow-this._LastReportTime)/1000;this.ResetSpeed();this._BytesUploaded=_9f9;this._LastUploadedBytes=0;this._LastReportTime=oNow;this._ElapsedTime+=_9fc;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},OnProgressChanged:function(_9fd,_9fe){ITHit.Events.AddListener(this,"OnProgress",_9fd,_9fe);},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(_9ff){_9ff=_9ff||this._CurrentProgress.UploadedBytes;this._StartPosition=_9ff;},StopTracking:function(){this.ResetSpeed();this._OldProgress=this._CurrentProgress;this._CurrentProgress.Speed=0;this._Notify();},SyncProgress:function(_a00){if(_a00.BytesUploaded<this._StartPosition){this.ResetSpeed();this._StartPosition=_a00.BytesUploaded;}this._Set(_a00.BytesUploaded,_a00.TotalContentLength);},ResetSpeed:function(_a01){this._LastReportTime=_a01||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(_a02,_a03){this.Sender=_a02;this._HandledCallback=_a03||ITHit.Utils.NoOp;this._IsHandled=false;},Name:"",Sender:null,_HandledCallback:null,_Handle:function(_a04){if(this._IsHandled){return;}this._IsHandled=true;this._HandledCallback(_a04);},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 _a05=this.Sender.GetGroup();if(_a05){_a05.GetItems().forEach(function(_a06){_a06.SetSkip();});}else{this.Sender.SetSkip();}this._Handle();},OverwriteAll:function(){if(this._IsHandled){return;}var _a07=this.Sender.GetGroup();if(_a07){_a07.GetItems().forEach(function(_a08){_a08.SetOverwrite(true);});}else{this.Sender.SetOverwrite(true);}this._Handle();},Upload:function(){if(this._IsHandled){return;}this._Handle();},constructor:function(_a09,_a0a){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted;this._super(_a09,_a0a);}});})();(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 _a0e=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.Group",null,{ID:0,IDString:"",constructor:function(_a0f,_a10){this._ItemGroupMap=_a0f;this._GroupItemMap=_a10;this.ID=++_a0e._GroupCounter;this.IDString=this.ID.toString();this.PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},AddRange:function(_a11){var _a12=this._GroupItemMap.Get(this.IDString);_a11.forEach(function(_a13){this._ItemGroupMap.Set(_a13.GetUrl(),this);_a12.push(_a13);}.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(_a14){_a14=_a14||[];var _a15=new ITHit.WebDAV.Client.Upload.Groups.Group(this._ItemGroupMap,this._GroupItemMap);this._GroupItemMap.Set(_a15.IDString,[]);_a15.AddRange(_a14);return _a15;},GetGroupByItem:function(_a16){return this._ItemGroupMap.Get(_a16.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(_a17){var _a18=_a17.split(":");if(_a18.length===3){this._Scheme=_a18[0]+":";this._UserName=_a18[1];this._Password=_a18[2];}else{if(_a18.length===2){this._Scheme=_a18[0];this._UserName=_a18[1];}else{this._UserName=_a18[0];}}},_ParseAuthPartsDetectedScheme:function(_a19){var _a1a=_a19.split(":");if(_a1a.length===2){this._UserName=_a1a[0];this._Password=_a1a[1];}else{this._UserName=_a1a[0];}},ParseAuthorityWithScheme:function(_a1b,_a1c){var _a1d=_a1b.match(this._PortRexEx);if(_a1d){this._Port=_a1d[0].slice(1);_a1b=_a1b.slice(0,-_a1d[0].length);}var _a1e=_a1b.split("@");if(_a1e.length>1){this._HostName=_a1e[1];if(!_a1c){this._ParseAuthPartsUndetectedScheme(_a1e[0]);}else{this._ParseAuthPartsDetectedScheme(_a1e[0]);}return;}var _a1f=_a1e[0].split(":");if(_a1f.length>1){this._Scheme=_a1f[0]+":";this._HostName=_a1f[1];return;}this._HostName=_a1b;},_ParseTrailingPathPart:function(_a20){var _a21=_a20.split(this._FragmentSeparator);if(_a21.length>1){this._Fragment=this._FragmentSeparator+_a21[1];}var _a22=_a21[0].split("?");if(_a22.length>1){this._Query=_a22[1];return _a22[0];}return _a22[0];},_ParseUrl:function(sUrl){var _a24=sUrl.split(this._DashedSchemeSeparator);if(_a24.length>1){this._Scheme=_a24[0]+this._DashedSchemeSeparator;this._IsDashedScheme=true;_a24.splice(0,1);}var _a25=_a24[0].split(this._PathSeparator);_a25=ITHit.Utils.FilterBy(_a25,function(_a26){return _a26!=="";});this.ParseAuthorityWithScheme(_a25[0],this._IsDashedScheme);_a25.splice(0,1);if(_a25.length===0){return;}var _a27=[];for(var i=0;i<_a24.length-1;i++){_a27.push(_a25[i]);}var _a29=this._ParseTrailingPathPart(_a25[_a25.length-1]);_a27.push(_a29);this._Name=_a29;this._Path=this._PathSeparator+_a27.join(this._PathSeparator);this._RelativePath=this._RelativePath||this._Path;},constructor:function(sUrl,_a2b){this._BaseUrl=_a2b||"";this._OriginalUrl=sUrl;if(!!_a2b){this._RelativePath=this._PathSeparator+this._GetWithoutLeadingSeparator(sUrl);this._OriginalUrl=this._GetWithoutTrailingSeparator(_a2b)+this._RelativePath;}this._ParseUrl(this._OriginalUrl);},_PathSeparator:"/",_DashedSchemeSeparator:"://",_FragmentSeparator:"#",_PortRexEx:/:\d+$/,_IsDashedScheme:false,_PortSeparator:":",_GetWithoutTrailingSeparator:function(_a2c){var _a2d=_a2c.slice(-1);if(_a2d===this._PathSeparator){return _a2c.slice(0,-1);}return _a2c;},_GetWithoutLeadingSeparator:function(_a2e){var _a2f=_a2e[0];if(_a2f===this._PathSeparator){return _a2e.substring(1);}return _a2e;}});})();(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(_a30){this._UploadProvider.Settings.ForceRewrite=_a30;},AddHeader:function(_a31,_a32){this._UploadProvider.Settings.CustomHeaders=this._UploadProvider.Settings.CustomHeaders||[];var _a33=ITHit.Utils.FindBy(this._UploadProvider.Settings.CustomHeaders,function(_a34){return _a34.name===_a31;});if(_a33){_a33.value=_a32;}else{this._UploadProvider.Settings.CustomHeaders.push({name:_a31,value:_a32});}},SetRewrite:function(_a35){this.SetOverwrite(_a35);},GetOverwrite:function(){return this._UploadProvider.Settings.ForceRewrite;},GetRewrite:function(){return this.GetOverwrite();},SetDeleteOnCancel:function(_a36){if(this.IsFolder()&&_a36===true){throw new ITHit.Exceptions.ArgumentException(null,"bDelete");}this._UploadProvider.Settings.DeleteOnCancel=_a36;},GetDeleteOnCancel:function(){return this._UploadProvider.Settings.DeleteOnCancel;},SetSkip:function(){this._UploadProvider.Skip();},SetFailed:function(_a37){if(!(_a37 instanceof ITHit.WebDAV.Client.Exceptions.WebDavException)){var _a38=ITHit.Phrases.WrongParameterType.Paste("ITHit.WebDAV.Client.Exceptions.WebDavException");throw new ITHit.Exceptions.ArgumentException(_a38,"oError");}this._UploadProvider.SetFailed(_a37);},_SetProgress:function(_a39){var _a3a=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_a39.OldProgress,_a39.NewProgress);ITHit.Events.DispatchEvent(this,_a3a.Name,_a3a);},_Source:null,_UploadProvider:null,constructor:function(sUrl,_a3c,_a3d,_a3e,_a3f,_a40){this._Source=_a3d||null;this._GroupManager=_a3f;var _a41=new ITHit.WebDAV.Client.Upload.Utils.DavUrl(ITHit.WebDAV.Client.Encoder.Encode(_a3c.GetRelativePath()),sUrl);this._UploadProvider=new ITHit.WebDAV.Client.Upload.Providers.UploadProvider(_a3e,this,_a3c,_a41,_a40);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(_a42){_a42=_a42||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){_a42();}else{that._UploadProvider.StartUploadAsync(_a42);}});}else{this._UploadProvider.StartUploadAsync(_a42);}},PauseAsync:function(_a44){_a44=_a44||function(){};this._UploadProvider.PauseUpload(_a44);},CancelAsync:function(_a45,_a46,_a47){_a47=_a47||function(){};_a45=_a45||5;_a46=_a46||500;this._UploadProvider.AbortUpload(_a45,_a46,_a47);},GetSize:function(){return this._UploadProvider.FSEntry.GetSize();},_GetUploadBehaviourAsync:function(_a48){var _a49=new ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted(this,_a48);if(this.OnUploadStartedCallback){this.OnUploadStartedCallback(_a49);}else{if(ITHit.Events.ListenersLength(this,_a49.Name)!==0){ITHit.Events.DispatchEvent(this,_a49.Name,_a49);}else{_a48();}}},AddListener:function(_a4a,_a4b,_a4c){this._ValidateEventName(_a4a);_a4c=_a4c||null;ITHit.Events.AddListener(this,_a4a,_a4b,_a4c);},RemoveListener:function(_a4d,_a4e,_a4f){this._ValidateEventName(_a4d);_a4f=_a4f||null;ITHit.Events.RemoveListener(this,_a4d,_a4e,_a4f);},_ValidateEventName:function(_a50){switch(_a50){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 `"+_a50+"`");}},GetGroup:function(){return this._GroupManager.GetGroupByItem(this);},_GroupManager:null,_OnStateChangedEventHandler:function(_a51){var _a52=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_a51.OldState,_a51.NewState);ITHit.Events.DispatchEvent(this,_a52.Name,_a52);},_OnErrorEventHandler:function(_a53){var _a54=new ITHit.WebDAV.Client.Upload.Events.Error(this,_a53.Error);ITHit.Events.DispatchEvent(this,_a54.Name,_a54);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.QueueChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{AddedItems:[],RemovedItems:[],constructor:function(_a55,_a56,_a57){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged;this.AddedItems=_a56||[];this.RemovedItems=_a57||[];this.Sender=_a55;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FileSpan",null,{GetStart:function(){return this._Start;},SetStart:function(_a58){if(this._End&&_a58>this._End){throw new ITHit.Exceptions.ArgumentException("Start cant be bigger than end","iStart");}this._Start=_a58;},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(_a5a,_a5b,iEnd){this._SetBlob(_a5a);this.SetStart(_a5b);this.SetEnd(iEnd||_a5a.size);},_SetBlob:function(_a5d){this._Blob=_a5d;this._Start=0;this._End=_a5d.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(_a5e,oUrl){this._FolderGenerator=_a5e;this._Url=oUrl;this._PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},CreateAsync:function(_a60,_a61){var _a62=function(_a63){delete this._CancellationCallback;_a60.call(_a61,_a63);};this._CancellationCallback=this._FolderGenerator.GeneratePathAsync(this._PathMap,this._Url,_a62,this);},IsExists:function(){return this._PathMap.Has(this._Url);},SetNotExists:function(){var _a64=this._GetAncestorsPaths(this._Url);_a64.forEach(function(oUrl){this._PathMap.Delete(oUrl);},this);},IsInProgress:function(){return !!this._CancellationCallback;},AbortRunningCreationAsync:function(_a66,_a67){if(!this._CancellationCallback){_a66.call(_a67);return;}this._CancellationCallback(function(){_a66.call(_a67);},this);},GetCache:function(){return this._PathMap;},SetCache:function(_a68){this._PathMap=_a68;},_CancellationCallback:null,_FolderGenerator:null,_PathMap:null,_Url:null,_GetAncestorsPaths:function(oUrl){var _a6a=oUrl.GetRelativePath().split("/");if(_a6a.length===0){return [];}if(_a6a[_a6a.length-1]===""){_a6a=_a6a.slice(0,-1);}var _a6b=[];var path="";for(var i=0;i<_a6a.length-1;i++){if(path!==""){path+="/";}path+=_a6a[i];_a6b.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _a6b;}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ContentWriter",null,{Url:null,constructor:function(_a6f,oUrl){this._Session=_a6f;this.Url=oUrl;},SetProgressDebounce:function(_a71){this._ReportPeriod=_a71;},BeginWrite:function(_a72){this._InitializeRequestContext();var _a73=null;if(_a72.IsFolder()){_a73=this._CreateMKCOLRequest();this._AddCustomHeaders(_a73);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a73.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();return;}_a73=this._CreatePutRequest(_a72);_a73.Headers.Add("Overwrite","F");this._AddCustomHeaders(_a73);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a73.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},BeginRewrite:function(_a74){this._InitializeRequestContext();var _a75=null;if(_a74.IsFolder()){_a75=this._CreateMKCOLRequest();this._AddCustomHeaders(_a75);this._RequestContext.AddListener("OnError",this._OnMKCOLRewriteErrorEventHandler,this);_a75.GetResponse(this._OnMKCOLRewriteResponse.bind(this));this._RaiseOnStartEvent();}else{_a75=this._CreatePutRequest(_a74);_a75.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a75);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a75.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();}},BeginAppend:function(_a76){this._InitializeRequestContext();var _a77=this._CreatePutAppendRequest(_a76);_a77.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a77);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a77.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},AbortAsync:function(_a78,_a79){if(this._RequestContext){this._RequestContext.RemoveListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);this._RequestContext.AbortAsync(_a78,_a79);}},AddListener:function(_a7a,_a7b,_a7c){_a7c=_a7c||null;this._ValidateEventName(_a7a);ITHit.Events.AddListener(this,_a7a,_a7b,_a7c);},RemoveListener:function(_a7d,_a7e,_a7f){_a7f=_a7f||null;this._ValidateEventName(_a7d);ITHit.Events.RemoveListener(this,_a7d,_a7e,_a7f);},_AddCustomHeaders:function(_a80){if(!this.CustomHeaders){return;}var _a81=[];var _a82=_a80.Headers.GetAll();this.CustomHeaders.forEach(function(_a83){if(_a81.indexOf(_a83.name)<0&&!_a82.hasOwnProperty(_a83.name)){_a80.Headers.Add(_a83.name,_a83.value);_a81.push(_a83.name);}});},_ValidateEventName:function(_a84){switch(_a84){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 `"+_a84+"`");}},_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 _a85=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a85.Method("MKCOL");this._SetDefaultHeaders(_a85);return _a85;},_OnMKCOLRewriteResponse:function(_a86){if(this._IsConflictResult(_a86)){_a86=this._TransformToSuccess(_a86);}this._OnResponse(_a86);},_OnMKCOLRewriteErrorEventHandler:function(_a87){if(_a87.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return;}},_OnResponse:function(_a88){if(_a88.IsAborted){_a88=ITHit.WebDAV.Client.CancellableResult.CreateAbortedResult(_a88.Error);this._RequestContext.MarkAbort();}else{_a88=ITHit.WebDAV.Client.CancellableResult.CreateFromAsyncResultResult(_a88);this._RequestContext.MarkFinish();}this._RaiseOnFinishEvent(_a88);this._RemoveRequestContextEventListeners();},_CreatePutRequest:function(_a89){var _a8a=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a8a.Method("PUT");if(_a89.GetFile().type){_a8a.Headers.Add("Content-Type",_a89.GetFile().type);}_a8a.BodyBinary(_a89.GetFile());this._SetDefaultHeaders(_a8a);return _a8a;},_CreatePutAppendRequest:function(_a8b){var _a8c=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a8c.Method("PUT");if(_a8b.GetFile().type){_a8c.Headers.Add("Content-Type",_a8b.GetFile().type);}if(_a8b.IsPartFile()){_a8c.Headers.Add("Content-Range",this._GetRangeHeader(_a8b));_a8c.BodyBinary(_a8b.GetSlice());}else{_a8c.BodyBinary(_a8b.GetFile());}this._SetDefaultHeaders(_a8c);return _a8c;},_GetRangeHeader:function(_a8d){return "bytes "+_a8d.GetStart()+"-"+(_a8d.GetEnd()-1)+"/"+_a8d.GetFullSize();},_TransformToSuccess:function(_a8e){return new ITHit.WebDAV.Client.AsyncResult(_a8e.Error,true,null);},_IsConflictResult:function(_a8f){return _a8f.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException;},_RaiseOnProgressEvent:function(_a90){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:_a90,Uploader:this}]);},_RaiseOnErrorEvent:function(_a91){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_a91,Uploader:this}]);},_RaiseOnFinishEvent:function(_a92){ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Uploader:this,Result:_a92}]);},_RaiseOnStartEvent:function(){ITHit.Events.DispatchEvent(this,self.EVENT_ON_START,[{Uploader:this}]);},_OnProgressEventHandler:function(_a93){var iNow=new Date().getTime();if(iNow-this._LastReportTime>this._ReportPeriod||_a93.Progress.BytesTotal===_a93.Progress.BytesLoaded){this._RaiseOnProgressEvent(_a93.Progress);this._LastReportTime=iNow;}},_OnErrorEventHandler:function(_a95){this._RaiseOnErrorEvent(_a95.Error);},_RemoveRequestContextEventListeners:function(){ITHit.Events.RemoveAllListeners(this._RequestContext,"OnUploadProgress");ITHit.Events.RemoveAllListeners(this._RequestContext,"OnError");delete this._RequestContext;},_SetDefaultHeaders:function(_a96){_a96.Headers.Add("If-Modified-Since","Mon, 26 Jul 1997 05:00:00 GMT");_a96.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(_a97){this._Session=_a97;this._WorkList=new ITHit.WebDAV.Client.Upload.Collections.Map();},_SendRequest:function(oUrl){var _a99=this._Session.CreateRequest(this.__className+".GeneratePathAsync()");ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_a99,oUrl.toString(),[],ITHit.WebDAV.Client.Encoder.Encode(oUrl.GetHost()),function(_a9a){if(_a9a.IsAborted){_a99.MarkAbort();}else{_a99.MarkFinish();}this._CallAwaiters(oUrl,_a9a);}.bind(this));return _a99;},_RecurrentGenerate:function(_a9b,_a9c,_a9d,_a9e){var _a9f=null;var _aa0=null;var _aa1=function(_aa2,_aa3){if(!!_a9f){_a9f.AbortAsync(_aa2,_aa3);return;}if(!!_aa0){_aa0(_aa2,_aa3);}_aa2.call(_a9e);};var _aa4=_a9c.slice();var _aa5=[];while(_aa4.length>0){var oUrl=_aa4[0];if(!_a9b.Has(oUrl)){break;}_aa5.push(oUrl);_aa4.splice(0,1);}if(_aa4.length===0){_a9d.call(_a9e,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa5));return _aa1;}var _aa7=_aa4.shift();if(!this._IsInWork(_aa7)){_a9f=this._SendRequest(_aa7);}this._AddAwaiter(_aa7,function(_aa8){if(!_aa8.IsSuccess&&!this._IsConflictResult(_aa8)){_a9d.call(_a9e,_aa8);return;}_a9b.Add(_aa7);_aa5.push(oUrl);_a9f=null;_aa0=this._RecurrentGenerate(_a9b,_aa4,function(_aa9){if(_aa9.IsSuccess||this._IsConflictResult(_aa8)){_aa9.Result.concat(_aa5);_aa9=ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa5);}_aa0=null;_a9d.call(_a9e,_aa9);return;},this);}.bind(this));return _aa1;},GeneratePathAsync:function(_aaa,oUrl,_aac,_aad){var _aae=this._GetAncestorsPaths(oUrl);if(_aae.length===0){return _aac.call(_aad,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([]));}return this._RecurrentGenerate(_aaa,_aae,_aac,_aad);},_Session:null,_WorkList:null,_GetAncestorsPaths:function(oUrl){var _ab0=oUrl.GetRelativePath().split("/");if(_ab0.length===0){return [];}if(_ab0[_ab0.length-1]===""){_ab0=_ab0.slice(0,-1);}var _ab1=[];var path="";for(var i=0;i<_ab0.length-1;i++){if(path!==""){path+="/";}path+=_ab0[i];_ab1.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _ab1;},_IsInWork:function(oUrl){var _ab5=this._WorkList.Get(oUrl.toString());return _ab5&&(_ab5.length>0);},_AddAwaiter:function(oUrl,_ab7){var _ab8=this._WorkList.Get(oUrl.toString());var _ab9=[];if(_ab8){_ab9=_ab9.concat(_ab8);}_ab9.push(_ab7);this._WorkList.Set(oUrl.toString(),_ab9);},_CallAwaiters:function(oUrl,_abb){var _abc=this._WorkList.Get(oUrl.toString());this._WorkList.Delete(oUrl.toString());_abc.forEach(function(_abd){_abd(_abb);});},_IsConflictResult:function(_abe){if(_abe.IsSuccess){return false;}if(_abe.Error&&_abe.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,_ac0,_ac1){var _ac2=this.CreateRequest(this.__className+".ReportAsync()");var _ac3=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.Report.GoAsync(_ac2,sUrl,_ac3,null,null,function(_ac4){_ac2.MarkFinish();_ac0.call(_ac1,_ac4);});return _ac2;},CancelUploadAsync:function(sUrl,_ac6){var _ac7=this.CreateRequest(this.__className+".CancelUpload()");var _ac8=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_ac7,sUrl,[],_ac8,function(_ac9){_ac7.MarkFinish();var _aca=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ac9.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_aca=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}else{if(!_ac9.IsSuccess){_aca=new ITHit.WebDAV.Client.AsyncResult(_ac9.IsSuccess,_ac9.IsSuccess,_ac9.Error);}}_ac6(_aca);});return _ac7;},CheckExistsAsync:function(sUrl,_acc,_acd){_acc=_acc||function(){};return this.OpenItemAsync(ITHit.WebDAV.Client.Encoder.Encode(sUrl),[],function(_ace){var _acf=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ace.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_acf=new ITHit.WebDAV.Client.AsyncResult(false,true,null);}else{if(!_ace.IsSuccess){_acf=new ITHit.WebDAV.Client.AsyncResult(_ace.IsSuccess,_ace.IsSuccess,_ace.Error);}}_acc.call(_acd,_acf);});},DeleteAsync:function(_ad0,_ad1,_ad2){_ad1=_ad1||null;var _ad3=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ad0);var _ad4=this.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_ad4,_ad0,_ad1,_ad3,function(_ad5){if(!_ad5.IsSuccess&&_ad5.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ad5=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}_ad4.MarkFinish();_ad2(_ad5);});return _ad4;},CreateFolderRangeAsync:function(_ad6,_ad7,_ad8,_ad9){_ad7=_ad7||null;_ad8=_ad8||ITHit.Utils.NoOp;var _ada=_ad6.length;var _adb=this.CreateRequest(this.__className+".CreateFolderRangeAsync()",_ada);this._PerformCreateFolderRangeMethodAsync(_adb,_ad6,_ad7,function(_adc){_adb.MarkFinish();_ad8.call(_ad9,_adc);});return _adb;},_PerformCreateFolderRangeMethodAsync:function(_add,_ade,_adf,_ae0,_ae1){_ae0=_ae0||ITHit.Utils.NoOp;_ade=_ade.slice();var _ae2=_ade.unshift();var _ae3=ITHit.WebDAV.Client.Encoder.Encode(_ae2.GetHref());var _ae4=ITHit.WebDAV.Client.Encoder.Encode(_ae2.GetHost());ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_add,_ae3,_adf,_ae4,function(_ae5){if(_ae5.IsSuccess||_ae5.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){_ae5=new ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_ae2]);}if(_ade.length>0&&_ae5.IsSuccess){this._PerformCreateFolderRangeMethodAsync(_add,_ade,_adf,function(_ae6){if(_ae6.IsSuccess){_ae6.Result.push(_ae2);}_ae0.call(_ae1,_ae6);return;},this);}else{_ae0.call(_ae1,_ae5);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(_ae9,_aea,_aeb,_aec){this._RoundsCount=_ae9;this._Handler=_aeb;this._EndHandler=_aec;this._IsActive=!!_ae9;this._RepeatTime=_aea;},Stop:function(_aed){this._IsActive=false;this._RoundsCount=0;this._EndHandler(_aed);},_RunRound:function(){if(this._IsActive){this._Handler(this);}else{this.Stop();}},EndRound:function(_aee){this._RoundsCount--;if(this._RoundsCount===0){this.Stop(_aee);}else{setTimeout(this._RunRound.bind(this),this._RepeatTime);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableAction",null,{_Action:null,constructor:function(_aef){this._Action=_aef;},RunAsync:function(_af0,_af1,_af2){var _af3=new ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext(_af0,_af1,this._Action,_af2);_af3._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(_af5,_af6,_af7){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError;this.Error=_af6;this._super(_af5,_af7);},_Retry:function(){this._Handle(self.GetRetryResult(this.Error));},_SkipRetry:function(){this._Handle(self.GetSkipResult(this.Error));}},{GetSkipResult:function(_af8){return {Action:"skip",Error:_af8};},GetRetryResult:function(_af9){return {Action:"retry",Error:_af9};}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.Error",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{Error:null,constructor:function(_afa,_afb){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnError;this.Error=_afb;this.Sender=_afa;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.BaseState",null,{OnEnter:function(_afc){},OnLeave:function(_afd){},StartUploadAsync:function(_afe,_aff){_aff();},PauseUpload:function(_b00,_b01){_b01();},AbortUpload:function(_b02,_b03,_b04,_b05){_b05();},Skip:function(_b06){},OnUploadLocationPrepared:function(_b07,_b08){},OnUploadProgressPrepared:function(_b09,_b0a){},OnContentCompleted:function(_b0b,_b0c){},OnRetryResult:function(_b0d,_b0e){},_CompletePauseAsync:function(_b0f,_b10,_b11){if(_b0f.IsRetrySchedule){_b0f.IsRetrySchedule=false;}_b0f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetPausedState());_b10.call(_b11);},_StartPauseAsync:function(_b12,_b13){_b12._ProgressTracker.StopTracking();_b12.CancelAllRequests(function(){if(_b12.IsContentSend){_b12.SyncProgressWithServerAsync(function(_b14){this._CompletePauseAsync(_b12,_b13);},this);return;}this._CompletePauseAsync(_b12,_b13);},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(_b15){_b15.GetProgressTracker().StopTracking();_b15.GetProgressTracker().SetCompleted();},StartUploadAsync:function(_b16,_b17){_b16.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b16,_b17);}});})();(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(_b18,_b19){_b18.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b18,_b19);}});})();(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(_b1a,_b1b){_b1a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b1a,_b1b);},Skip:function(_b1c){_b1c.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetSkippedState());},PauseUpload:function(_b1d,_b1e){this._StartPauseAsync(_b1d,_b1e);},AbortUpload:function(_b1f,_b20,_b21,_b22){_b1f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());this._super(_b1f,_b20,_b21,_b22);}});})();(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(_b23){_b23.GetProgressTracker().StopTracking();_b23.GetProgressTracker().Reset();},StartUploadAsync:function(_b24,_b25){_b24.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b24,_b25);}});})();(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(_b26){_b26.PrepareUploadLocation();},PauseUpload:function(_b27,_b28){this._StartPauseAsync(_b27,_b28);},AbortUpload:function(_b29,_b2a,_b2b,_b2c){_b29.CancelAllRequests(function(){_b29.GetProgressTracker().StopTracking();_b29.CancelAndDeleteAsync(_b2a,_b2b,function(_b2d){if(_b2d.IsSuccess){_b29.GetProgressTracker().Reset();_b29.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b29.AddError(_b2d.Error);_b29.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b2c();},this);},this);},OnContentCompleted:function(_b2e,_b2f){var _b30=_b2f.Result;if(_b30.IsAborted){return;}if(_b30.IsSuccess){_b2e.GetProgressTracker().SetCompleted();_b2e.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());return;}this._HandleError(_b2e,_b30);},_HandleError:function(_b31,_b32){_b31.AddError(_b32.Error);_b31.BeginRetry(_b32.Error);},OnRetryResult:function(_b33,_b34){if(_b34.Action==="skip"){_b33.AddError(_b34.Error);_b33.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());return;}if(_b33.IsContentSend){_b33.SyncProgressWithServerAsync(function(_b35){if(_b35.Error){this._HandleError(_b34.Error);}else{this.OnEnter(_b33);}},this);return;}this.OnEnter(_b33);},OnUploadLocationPrepared:function(_b36,_b37){if(_b37.IsAborted){return;}if(!_b37.IsSuccess){this._HandleError(_b36,_b37);return;}_b36._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.ResumeState",ITHit.WebDAV.Client.Upload.States.UploadingState,{OnEnter:function(_b38){if(_b38.IsContentSend){_b38.PrepareProgress();return;}this._super(_b38);},OnUploadProgressPrepared:function(_b39,_b3a){if(_b3a.IsAborted){return;}if(!_b3a.IsSuccess){this._HandleError(_b39,_b3a);return;}if(_b39.GetProgressTracker().IsCompleted()){_b39.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());}_b39._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(_b3b){_b3b.GetProgressTracker().StopTracking();_b3b.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b3c,_b3d){_b3c.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetResumeState());this._super(_b3c,_b3d);},AbortUpload:function(_b3e,_b3f,_b40,_b41){if(_b3e.IsContentSend){_b3e.CancelAndDeleteAsync(_b3f,_b40,function(_b42){if(_b42.IsSuccess){_b3e.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b3e.AddError(_b42.Error);_b3e.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b41();},this);}else{_b3e.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b41();}}});})();(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(_b43){_b43.GetProgressTracker().StopTracking();_b43.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b44,_b45){_b44.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b44,_b45);},AbortUpload:function(_b46,_b47,_b48,_b49){if(_b46.IsContentSend){_b46.CancelAndDeleteAsync(_b47,_b48,function(_b4a){if(_b4a.IsSuccess){_b46.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b46.AddError(_b4a.Error);_b46.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b49();},this);}else{_b46.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b49();}}});})();(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(_b4c){switch(_b4c){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(_b4d,oUrl){this._Session=_b4d;this._Url=oUrl;},GetProgressAsync:function(_b4f,_b50){return this._Session.GetProgressReportAsync(this._Url.GetHref(),function(_b51){if(_b51.IsSuccess&&_b51.Result[0]){var _b52=_b51.Result[0];_b4f.call(_b50,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_b52));return;}_b4f.call(_b50,_b51);},this);},CancelUploadAsync:function(_b53,_b54){this._Session.CancelUploadAsync(this._Url.GetHref(),function(_b55){_b53.call(_b54,_b55);});},DeleteAsync:function(_b56,_b57,_b58,_b59){var that=this;var _b5b=new ITHit.WebDAV.Client.Upload.Utils.RepeatableAction(function(_b5c){that._Session.DeleteAsync(that._Url.GetHref(),null,function(_b5d){if(_b5d.IsSuccess){_b5c.Stop(_b5d);}else{_b5c.EndRound(_b5d);}});});_b5b.RunAsync(_b56,_b57,function(_b5e){_b58.call(_b59,_b5e);});},CancelAndDeleteAsync:function(_b5f,_b60,_b61,_b62){this.CancelUploadAsync(function(_b63){if(!_b63.IsSuccess){return _b61.call(_b62,_b63);}this.DeleteAsync(_b5f,_b60,_b61,_b62);},this);},_Url:null,_Session:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadProvider",null,{Session:null,_UploadItem:null,constructor:function(_b64,_b65,_b66,oUrl,_b68){this.FSEntry=_b66;this.Url=oUrl;this.Settings=new ITHit.WebDAV.Client.Upload.ItemSettings();if(this.FSEntry.IsFile()){this.Settings.DeleteOnCancel=_b68.DeleteOnCancel;}else{this.Settings.DeleteOnCancel=false;}this.Session=_b64;this._UploadItem=_b65;this._ProgressTracker=new ITHit.WebDAV.Client.Upload.Providers.ProgressTracker(this.FSEntry.GetSize());this._State=ITHit.WebDAV.Client.Upload.States.Factory.GetState(_b68.State);this.Errors=[];this.UploadLocation=_b64.CreateUploadLocation(this.Url);this.ServerItem=new ITHit.WebDAV.Client.Upload.ServerItem(_b64,this.Url);this.ContentWriter=_b64.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(_b69){this._BeginStateChange();this._State.StartUploadAsync(this,_b69);},PauseUpload:function(_b6a){this._BeginStateChange();this._State.PauseUpload(this,_b6a);},AbortUpload:function(_b6b,_b6c,_b6d){this._BeginStateChange();_b6d=_b6d||function(){};this._State.AbortUpload(this,_b6b,_b6c,_b6d);},Skip:function(){this._BeginStateChange();this._State.Skip(this);},GetGroup:function(){return this._UploadItem.GetGroup();},GetProgressTracker:function(){return this._ProgressTracker;},_ProgressTracker:null,AddListener:function(_b6e,_b6f,_b70){this._ValidateEventName(_b6e);_b70=_b70||null;ITHit.Events.AddListener(this,_b6e,_b6f,_b70);},RemoveListener:function(_b71,_b72,_b73){this._ValidateEventName(_b71);_b73=_b73||null;ITHit.Events.RemoveListener(this,_b71,_b72,_b73);},_ValidateEventName:function(_b74){switch(_b74){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 `"+_b74+"`");}},CheckRetryAsync:function(_b75,_b76,_b77){var _b78=new ITHit.WebDAV.Client.Upload.Events.UploadError(this._UploadItem,_b75,function(_b79){if(!this.IsRetrySchedule){return;}_b76.call(_b77,_b79);}.bind(this));if(!this._UploadItem.OnUploadErrorCallback&&(ITHit.Events.ListenersLength(this._UploadItem,_b78.Name)===0)){_b76.call(_b77,ITHit.WebDAV.Client.Upload.Events.UploadError.GetSkipResult(_b75));return;}this.IsRetrySchedule=true;if(this._UploadItem.OnUploadErrorCallback){this._UploadItem.OnUploadErrorCallback.call(this,_b78);}ITHit.Events.DispatchEvent(this._UploadItem,_b78.Name,_b78);},Errors:null,LastError:null,AddError:function(_b7a){this.AddErrorSilent(_b7a);this._RiseOnErrorEvent(_b7a);},AddErrorSilent:function(_b7b){this.LastError=_b7b;this.Errors.push(_b7b);},SetFailed:function(_b7c){var _b7d=ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState();this.AddError(_b7c);this.SetState(_b7d);},_RiseOnErrorEvent:function(_b7e){var _b7f=new ITHit.WebDAV.Client.Upload.Events.Error(this,_b7e);ITHit.Events.DispatchEvent(this,_b7f.Name,_b7f);},UploadLocation:null,IsContentSend:false,ServerItem:null,_LoadHandler:function(_b80){if(_b80.Result.Error instanceof ITHit.WebDAV.Client.Exceptions.ConflictException){this.UploadLocation.SetNotExists();this.IsContentSend=false;}this._State.OnContentCompleted(this,_b80);},_StartLoadHandler:function(_b81){this.IsContentSend=true;},OnRequestProgressEventHandler:function(_b82){this.GetProgressTracker().UpdateBytes(_b82.Progress.BytesLoaded,_b82.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 _b83=new ITHit.WebDAV.Client.Upload.FileSpan(this.FSEntry.GetFile(),this._ProgressTracker.GetProgress().UploadedBytes);if(_b83.IsFullFile()&&(this.Settings.ForceRewrite||this.IsContentSend)){this.ContentWriter.BeginRewrite(this.FSEntry);return;}if(_b83.IsFullFile()&&!(this.Settings.ForceRewrite&&this.IsContentSend)){this.ContentWriter.BeginWrite(this.FSEntry);return;}this.ContentWriter.BeginAppend(_b83);}},SyncProgressWithServerAsync:function(_b84,_b85){if(!this._ProgressTracker.IsCountable()){return this.Session.CheckExistsAsync(this.Url.GetUrl(),function(_b86){if(!_b86.IsSuccess){_b84.call(_b85,_b86);return;}if(_b86.Result===true){this._ProgressTracker.SetCompleted();_b84.call(_b85,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}this._ProgressTracker.Reset();_b84.call(_b85,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));},this);}return this.ServerItem.GetProgressAsync(function(_b87){if(_b87.IsSuccess){this._ProgressTracker.SyncProgress(_b87.Result);_b84.call(_b85,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}if(_b87.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){this._ProgressTracker.Reset();_b84.call(_b85,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}_b84.call(_b85,ITHit.WebDAV.Client.CancellableResult.CreateFailedResult(_b87.Error));},this);},IsRetrySchedule:false,PrepareUploadLocation:function(){this.UploadLocation.SetCache(this.GetGroup().PathMap);this.UploadLocation.CreateAsync(this._OnGeneratePathCompleted,this);},_OnGeneratePathCompleted:function(_b88){if(_b88.IsAborted){return;}this._State.OnUploadLocationPrepared(this,_b88);},CancelAllRequests:function(_b89,_b8a){this._CancelProgressAsync(function(){this._CancelLocationCreateAsync(function(){this._CancelContentSendingAsync(_b89,_b8a);},this);},this);},_CancelLocationCreateAsync:function(_b8b,_b8c){if(this.UploadLocation.IsInProgress()){this.UploadLocation.AbortRunningCreationAsync(function(){_b8b.call(_b8c);},this);}else{_b8b.call(_b8c);}},_CancelContentSendingAsync:function(_b8d,_b8e){if(this.ContentWriter.IsActive()){this.ContentWriter.AbortAsync(function(){_b8d.call(_b8e);},this);}else{_b8d.call(_b8e);}},_CancelProgressAsync:function(_b8f,_b90){if(this.IsProgressSyncInProgress){this._SyncProgressRequest.AbortAsync(function(){_b8f.call(_b90);},this);}else{_b8f.call(_b90);}},_SyncProgressRequest:null,IsProgressSyncInProgress:false,PrepareProgress:function(){this._SyncProgressRequest=this.SyncProgressWithServerAsync(this._OnUpdateFromServerCompleted,this);},_OnUpdateFromServerCompleted:function(_b91){this.IsProgressSyncInProgress=false;if(_b91.IsAborted){return;}this._State.OnUploadProgressPrepared(this,_b91);},_IsStateChanging:function(){return this._IsChanging;},SetState:function(_b92){var _b93=this._State;this._State.OnLeave(this);this._State=_b92;this._State.OnEnter(this);var _b94=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_b93.GetAsEnum(),this._State.GetAsEnum());ITHit.Events.DispatchEvent(this,_b94.Name,_b94);},GetState:function(){return this._State;},_State:null,_IsChanging:false,_BeginStateChange:function(){this._IsChanging=true;},_EndStateChange:function(){this._IsChanging=false;},ContentWriter:null,BeginRetry:function(_b95){this._ProgressTracker.StopTracking();this.CheckRetryAsync(_b95,this._OnCheckRetryCompleted,this);},_OnCheckRetryCompleted:function(_b96){this._State.OnRetryResult(this,_b96);},Settings:null,FSEntry:null,Url:null,CancelAndDeleteAsync:function(_b97,_b98,_b99,_b9a){this.ServerItem.CancelUploadAsync(function(_b9b){if(!this.Settings.DeleteOnCancel){_b99.call(_b9a,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));return;}this.ServerItem.DeleteAsync(_b97,_b98,function(_b9c){if(!_b9c.IsSuccess&&!this.Settings.IgnoreCancelErrors){return _b99.call(_b9a,_b9b);}this.IsContentSend=false;_b99.call(_b9a,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));},this);},this);},GetProgress:function(){return this._ProgressTracker.GetProgress();},_SetProgress:function(_b9d){var _b9e=this._Progress;this._Progress=_b9d;var _b9f=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_b9e,_b9d);ITHit.Events.DispatchEvent(this,_b9f.Name,_b9f);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Items:[],Skip:function(_ba0){if(this._IsHandled){return;}this._Skip(_ba0);},SkipAll:function(){if(this._IsHandled){return;}this._Skip(this.Items);},OverwriteAll:function(){if(this._IsHandled){return;}this._Overwrite(this.Items);},Overwrite:function(_ba1){if(this._IsHandled){return;}this._Overwrite(_ba1);},UploadAll:function(){if(this._IsHandled){return;}this.Upload(this.Items);},Upload:function(_ba2){if(this._IsHandled){return;}this._Handle({Skip:[],Overwrite:[],Original:this.Items,Upload:_ba2});},constructor:function(_ba3,_ba4,_ba5){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated;this.Items=_ba4||[];this._super(_ba3,_ba5);},_Overwrite:function(_ba6){var _ba7=this._CreateResult([],_ba6);this._Handle(_ba7);},_Skip:function(_ba8){var _ba9=this._CreateResult(_ba8,[]);this._Handle(_ba9);},_CreateResult:function(_baa,_bab){return {Skip:_baa||[],Overwrite:_bab||[],Original:this.Items};},_Handle:function(_bac){_bac=_bac||this._CreateResult();this._super(_bac);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.Array",null,{},{MapParallel:function(_bad,_bae,_baf,_bb0){var _bb1=[];var _bb2=0;if(_bad.length===0){setTimeout(_baf.apply(_bb0,_bad));}for(var i=0;i<_bad.length;i++){_bae.apply(_bb0,[_bad[i],i,_bad,ITHit.Utils.MakeScopeClosure(this,function(i,_bb5){_bb1[i]=_bb5;_bb2++;if(_bb2===_bad.length){setTimeout(_baf.call(_bb0,_bb1));}},i)]);}},DistinctBy:function(_bb6,_bb7,_bb8){var map=Object.create(null);_bb7=_bb7||Object.prototype.toString;for(var i=0;i<_bb6.length;i++){var _bbb=_bb7.call(_bb8,_bb6[i]).toString();if(!map[_bbb]){map[_bbb]=_bb6[i];}}return Object.keys(map).map(function(sKey){return map[sKey];});},Take:function(_bbd,_bbe){if(!_bbe){return [_bbd.shift()];}var _bbf=(_bbd.length>_bbe)?_bbe:_bbd.length;var _bc0=[];for(var i=0;i<_bbf;i++){_bc0.push(_bbd.shift());}return _bc0;},Remove:function(_bc2,_bc3){var _bc4=_bc2.indexOf(_bc3);if(_bc4>-1){_bc2.splice(_bc4,1);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.AutoUploader",null,{constructor:function(_bc5){this._ParallelUploads=_bc5||0;this._QueueArray=[];this._Active=[];this._Reserve=0;},AddRange:function(_bc6){_bc6.forEach(this._AddToQueue,this);this._StartUploads();},Add:function(_bc7){this._AddToQueue(_bc7);this._StartUploads();},Remove:function(_bc8){_bc8.RemoveListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._QueueArray,_bc8);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._Active,_bc8);this._StartUploads();},Reserve:function(_bc9){_bc9=_bc9||1;this._Reserve+=_bc9;},Release:function(_bca){_bca=_bca||1;this._Reserve-=_bca;this._StartUploads();},GetBusy:function(){return this._Active.length+this._Reserve;},GetFree:function(){var _bcb=this.GetBusy();if(_bcb>=this._ParallelUploads){return 0;}else{if(_bcb===0){return this._ParallelUploads;}else{return (this._ParallelUploads-_bcb)%this._ParallelUploads;}}},_QueueArray:null,_Active:null,_ParallelUploads:0,_OnStateChangeEventHandler:function(_bcc){if(_bcc.NewState!==ITHit.WebDAV.Client.Upload.State.Uploading){this.Remove(_bcc.Sender);}else{this._StartUploads();}},_StartUploads:function(){if(this._QueueArray.length===0){return;}var _bcd=this.GetFree();if(_bcd<=0){return;}var _bce=ITHit.WebDAV.Client.Upload.Utils.Array.Take(this._QueueArray,_bcd);if(_bce.length<1){return;}this.Reserve(_bce.length);_bce.forEach(this._StartSingle,this);},_StartSingle:function(_bcf){this._Active.push(_bcf);_bcf.StartAsync();this.Release();},_AddToQueue:function(_bd0){this._QueueArray.push(_bd0);_bd0.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(_bd1){this.Uploader=_bd1;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(_bd2){var _bd3=this.GetByUrl(_bd2.GetUrl());var _bd4=_bd3.GetState();return !(_bd4===ITHit.WebDAV.Client.Upload.State.Uploading||_bd4===ITHit.WebDAV.Client.Upload.State.Paused);},AddGroup:function(sUrl,_bd6,_bd7){var _bd8=[];for(var i=0;i<_bd6.length;i++){var _bda=_bd6[i];var _bdb=new ITHit.WebDAV.Client.Upload.UploadItem(sUrl,_bda,_bd7,this._Session,this._GroupManager,this.Uploader.Settings);if(this.HasUrl(_bdb.GetUrl())){if(this.ShouldReplaceDuplicate(_bdb)){this.RemoveByUrl(_bdb.GetUrl());}else{continue;}}_bd8.push(_bdb);}this._DispatchOnUploadItemsCreatedAsync(_bd8,this._OnUploadItemsCreatedAsyncDispatched.bind(this));},Add:function(_bdc){var sUrl=_bdc.GetUrl();if(this.HasUrl(sUrl)){return;}this._UnderlyingArray.push(_bdc);var _bde=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,[_bdc]);ITHit.Events.DispatchEvent(this,_bde.Name,[_bde]);this._AutoUploader.Add(_bdc);},AddRange:function(_bdf){for(var i=0;i<_bdf.length;i++){var _be1=_bdf[i];var sUrl=_be1.GetUrl();if(this.HasUrl(sUrl)){continue;}this._UnderlyingArray.push(_be1);}this._GroupManager.CreateGroup(_bdf);this._OnQueueChanged(_bdf,null);var _be3=_bdf.filter(function(_be4){return _be4.GetState()===ITHit.WebDAV.Client.Upload.State.Queued;});this._AutoUploader.AddRange(_be3);},Restart:function(_be5){for(var i=0;i<_be5.length;i++){if(!this.HasUrl(_be5[i].GetUrl())){throw new ITHit.Exceptions.ArgumentException("Item should be a part of queue`");}}this._AutoUploader.AddRange(_be5);},GetByUrl:function(sUrl){return ITHit.Utils.FindBy(this._UnderlyingArray,function(_be8){return _be8.GetUrl()===sUrl;});},GetLength:function(){return this._UnderlyingArray.length;},HasUrl:function(sUrl){return !!this.GetByUrl(sUrl);},RemoveByUrl:function(sUrl){var _beb=this.GetByUrl(sUrl);if(!_beb){return;}var _bec=_beb.GetState();if(_bec===ITHit.WebDAV.Client.Upload.State.Uploading||_bec===ITHit.WebDAV.Client.Upload.State.Paused){_beb.Abort();}var _bed=ITHit.Utils.IndexOf(this._UnderlyingArray,_beb);this._UnderlyingArray.splice(_bed,1);this._OnQueueChanged(null,[_beb]);this._AutoUploader.Remove(_beb);},OnUploadItemsCreatedCallback:null,_OnQueueChanged:function(_bee,_bef){var _bf0=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,_bee,_bef);ITHit.Events.DispatchEvent(this,_bf0.Name,[_bf0]);},_DispatchOnUploadItemsCreatedAsync:function(_bf1,_bf2){var _bf3=new ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated(this,_bf1.slice(),_bf2);if(!this.OnUploadItemsCreatedCallback&&(ITHit.Events.ListenersLength(this,_bf3.Name)===0)){_bf3.OverwriteAll();}if(this.OnUploadItemsCreatedCallback){this.OnUploadItemsCreatedCallback(_bf3);}ITHit.Events.DispatchEvent(this,_bf3.Name,_bf3);},AddListener:function(_bf4,_bf5,_bf6){_bf6=_bf6||null;switch(_bf4){case ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated:ITHit.Events.AddListener(this,_bf4,_bf5,_bf6);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_bf4+"`");}},RemoveListener:function(_bf7,_bf8,_bf9){ITHit.Events.RemoveListener(this,_bf7,_bf8,_bf9);},_OnUploadItemsCreatedAsyncDispatched:function(_bfa){if(_bfa.Upload){this.AddRange(_bfa.Upload);return;}this._OnUploadItemsCreatedAsyncDispatchedDeprecated(_bfa);},_OnUploadItemsCreatedAsyncDispatchedDeprecated:function(_bfb){var _bfc=this._FilterSkippedItems(_bfb);var _bfd=this._CreateUrlUploadItemMap(_bfb.Overwrite);_bfc.forEach(function(_bfe){if(_bfd.Has(_bfe.GetUrl())){_bfe.SetOverwrite(true);}});this.AddRange(_bfc);},_FilterSkippedItems:function(_bff){var _c00=this._CreateUrlUploadItemMap(_bff.Skip);return _bff.Original.filter(function(_c01){return !_c00.Has(_c01.GetUrl());});},_CreateUrlUploadItemMap:function(_c02){var oMap=new ITHit.WebDAV.Client.Upload.Collections.Map();_c02.forEach(function(_c04){oMap.Set(_c04.GetUrl(),_c04);});return oMap;},_GroupManager:null});})();(function(){"use strict";var _c05=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.DropZoneCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c06){this._Uploader=_c06;this._UnderlyingSet={};},AddById:function(_c07){var _c08=this.GetById(_c07);if(_c08){return _c08;}var _c09=new ITHit.WebDAV.Client.Upload.Controls.DropZone(_c07);this._UnderlyingSet[_c07]=_c09;this._RaiseOnCollectionChanged([_c09],[]);return _c09;},GetById:function(_c0a){return this._UnderlyingSet[_c0a];},RemoveById:function(_c0b){var _c0c=this.GetById(_c0b);if(_c0c){delete this._UnderlyingSet[_c0b];this._RaiseOnCollectionChanged([],[_c0c]);}},AddListener:function(_c0d,_c0e,_c0f){_c0f=_c0f||null;this._CheckEventNameOtThrow(_c0d);ITHit.Events.AddListener(this,_c0d,_c0e,_c0f);},RemoveListener:function(_c10,_c11,_c12){_c12=_c12||null;this._CheckEventNameOtThrow(_c10);ITHit.Events.RemoveListener(this,_c10,_c11,_c12);},_CheckEventNameOtThrow:function(_c13){if(_c13!==_c05.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c13);}},_RaiseOnCollectionChanged:function(_c14,_c15){ITHit.Events.DispatchEvent(this,_c05.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c14||[],RemovedItems:_c15||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){var _c16=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.InputCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c17){this._UnderlyingArray=[];this._Uploader=_c17;},AddById:function(_c18){var _c19=new ITHit.WebDAV.Client.Upload.Controls.Input(_c18);this._UnderlyingArray[_c18]=_c19;this._RaiseOnCollectionChanged([_c19],[]);return _c19;},GetById:function(_c1a){return this._UnderlyingArray[_c1a];},RemoveById:function(_c1b){var _c1c=this.GetById(_c1b);if(_c1c){delete this._UnderlyingSet[_c1b];this._RaiseOnCollectionChanged([],[_c1c]);}},AddListener:function(_c1d,_c1e,_c1f){_c1f=_c1f||null;this._CheckEventNameOtThrow(_c1d);ITHit.Events.AddListener(this,_c1d,_c1e,_c1f);},RemoveListener:function(_c20,_c21,_c22){_c22=_c22||null;this._CheckEventNameOtThrow(_c20);ITHit.Events.RemoveListener(this,_c20,_c21,_c22);},_CheckEventNameOtThrow:function(_c23){if(_c23!==_c16.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c23);}},_RaiseOnCollectionChanged:function(_c24,_c25){ITHit.Events.DispatchEvent(this,_c16.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c24||[],RemovedItems:_c25||[]}]);}},{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(_c27){_c27.AddedItems.forEach(function(_c28){_c28.AddListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));_c27.RemovedItems.forEach(function(_c29){_c29.RemoveListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));},_OnFileInputEventHandler:function(_c2a){this.Queue.AddGroup(this._UploadUrl,_c2a.AsyncResult.Result,_c2a.Source);}});})();ITHit.Temp={};
|