webdav.client 5.21.5941 → 5.21.5942
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 +1 -1
- 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.5942.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,79+39,97,32+82,32,31+80,82,55+46,115,61,73,84,69+3,105,116,6+40,88,80,97,116,104,46,50+51,118,97,107+1,48+69,84+13,116,81+20,7+33,10+24,47,100,58,109,117,108,116,77+28,115,116,97,77+39,3+114,27+88,47,100,58,114,101,115,112,111,110,64+51,101,34,44,95,33+16,92+10,24+76,29+15,45+50,49,102,2+100,21+20,3+56));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+0,60+37,114,13+19,95,14+36,4+45,97,41+20,5+68,84,72,13+92,16+100,46,87,41+60,98,68,65,62+24,46,35+32,72+36,105,101,110,116,32+14,77,97+4,29+87,104,106+5,49+51,115,46,80,35+79,110+1,77+35,102,105,110,100,22+24,99,114,101,89+8,116,101,21+61,23+78,2+111,117,101,115,74+42,40,95,50,49,48,31+13,111+4,85,114,104+1,37+7,95,50,3+46,36+14,44,38+57,50,4+45,51+0,44,95,4+46,49,44+8,42+2,95,50,11+38,37+16,39+5,95,50,49,13+42,43+1,95,50,22+27,10+46,44,95,28+22,49,19+38,5+36,59));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,98+20,12+85,114,32,95,50,51,53+2,6+55,81+14,9+41,19+32,54,32+14,99,100+14,101,49+48,116,87+14,69,108,101,0+109,101,110,116,75+3,83,40,36+37,36+48,15+57,61+44,116,46,87,76+25,98,44+24,65,39+47,19+27,14+53,96+12,59+46,68+33,101+9,116,18+28,55+13,97,118,31+36,53+58,78+32,115,112+4,18+79,46+64,73+43,79+36,36+10,78,29+68,71+38,54+47,115,112,70+27,75+24,30+71,78+7,65+49,105,27+17,34,56+56,114,32+79,65+47,55+47,105,15+95,31+69,34,41,59,93+17,49,60+1,39,29+11,17+24,6+26,123,5+27,26+65,110,12+85,116,86+19,118,75+26,32,4+95,111,100,101,93,32,125,39,30+29,105+14,38+62,61,68,8+89,116,85+16,44+15,100,61,39,18+50,68+29,116,58+43,39,59,110,61,39,40,34+7,32,30+93,92,57+53,32,17+15,32,30+2,16+75,11+99,97,116,105,51+67,70+31,32,88+11,12+99,100,101,93,5+87,19+91,62+63,39,59,119,46+55,61,101,76+42,97,53+55,2+57,99,33+28,40,45,9+40,32,17+44,61,32,83,116,42+72,105,6+104,39+64,36+4,87+14,118,46+51,108,13+28,46,39+66,93+17,100,101,87+33,79,102,40,11+28,67,58+53,81+28,112,33+72,108,101,10+73,116,114,68+37,110,50+53,39,41,17+24,59,102+6,19+42,39,92,59+51,39,48+11,89+30,98,10+51,13+27,37+8,32+17,32,33,57+4,5+27,110,97,118,105,14+89,97,22+94,53+58,68+46,46,117,115,101,112+2,50+15,103,101,92+18,116,46,116,107+4,59+17,111,119,101,103+11,67,64+33,115,101,34+6,41,46,105,29+81,27+73,101,3+117,79,10+92,9+31,2+37,99,75+29,114,94+17,109,88+13,39,41,41,59,27+32,38+63,61,34+5,20+81,55+63,41+56,108,32+7,24+35,102,9+52,22+17,102,52+65,110,91+8,116,105,32+79,110,32,39,25+34,100,50,36+25,94+8,21+22,86+14,5+38,1+109,14+45,66+35,50,21+40,70+32,43,19+82,43,110,4+55,86+15,18+33,23+38,10+98,40+3,102,9+34,101,34+9,110,27+22,59,101,52,61,99,53+6,100,2+51,12+49,102,23+20,100,43,110,7+42,59,10+91,14+35,61,93+15,27+16,102,43,15+86,43,110,43,108,18+41,14+86,51,61,108,18+25,102,8+35,100,16+27,16+94,5+44,52+7,55+46,53,14+47,68+34,25+18,95+6,43,110,49,59,100,49,36+25,108,43,102,17+26,36+64,43,41+69,29+14,108,59,57+43,47+5,61,7+32,51+40,102,117,55+55,59+40,113+3,48+57,111,110,93,39,6+53,105,88+14,32,40,40,40,101,29+20,33,61,1+118,16+85,35+6,1+37,17+21,11+29,90+11,14+36,3+30,29+32,5+114,96+5,29+12,38,38,40,48+53,39+12,3+30,32+29,119,68+33,41,38,38,40,33+86,98,38,22+16,101,9+43,38,25+13,40,15+86,34+19,18+15,15+46,119,90+11,41,18+23,35+6,51+73,124,40,40,77+23,35+14,3+30,61,119,100,21+20,38,38,40,100,2+48,12+21,49+12,118+1,100,27+14,7+31,32+6,40,100,51,33,37+24,119,61+39,41,14+24,4+34,40,100,52,33,61,10+109,100,41,38,7+31,40,84+16,51+2,33,61,119,100,41,41,41,16+16,10+113,116,47+57,114,111,119,32,39,101,74+44,97,23+85,2+30,97,110,100,32,12+56,97,24+92,8+93,32,109,94+7,116,5+99,111,100,21+94,32,72+37,84+33,115,116,19+13,21+89,111,86+30,32,46+52,96+5,32+0,89+25,10+91,100,22+79,102,35+70,110,101,93+7,46,39,11+48,3+122));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,114,32,86+9,33+17,52,53,61,95,50,11+41,51,6+40,71,101,3+113,82,99+2,18+97,112,85+26,66+44,115,55+46,83,116,11+103,77+24,97,109,40,28+67,42+8,52,51,41,53+6));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,116+2,90+7,24+90,2+30,95,9+41,44+9,15+39,47+14,73,84,72,37+68,28+88,46,87,75+26,98,29+39,18+47,86,10+36,67,108,105,101,110,43+73,18+28,77,101,116,67+37,111,82+18,105+10,46,82,37+64,44+71,70+42,5+106,11+99,115,83+18,70,5+92,53+46,116,111,114,121,46,71,101,116,36+46,24+77,115,21+91,86+25,110,115,101,40,32+63,0+50,29+24,52,44,75+20,50,53,53,23+18,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,42+8,78+19,97,46,72,101,97,0+100,20+81,114,115,46,65,100,100,40,34,18+50,101,89+26,116,105,80+30,86+11,23+93,96+9,13+98,79+31,33+1,17+27,3+70,84,72,15+90,51+65,46,68,101,99,111,100,16+85,13+59,111,104+11,113+3,40,56+39,50,97,52,18+23,41,39+20,95,50,16+81,89+8,29+17,45+27,91+10,4+93,58+42,101+0,114,30+85,36+10,19+46,23+77,100,20+20,15+19,58+21,118,101,98+16,22+97,57+57,58+47,30+86,45+56,34,1+43,95,50,97,51+4,13+50,11+23,84,34,58,34,70,31+3,41+0,24+35));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,66+52,31+66,114,31+1,4+91,50,98,60+41,61,57+16,84,72,89+16,73+43,25+21,87,101,98,32+36,19+46,86,28+18,67,3+105,105,83+18,90+20,31+85,46,40+37,56+45,116,104,47+64,24+76,25+90,21+25,82,101,109+6,112,83+28,92+18,92+23,101,70,97,99,69+47,15+96,114,121,14+32,12+59,55+46,75+41,82,101,115,112,111,96+14,23+92,101,5+35,95,50,98,58+41,38+6,42+53,50,28+70,100,41,21+38));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,8+110,13+84,10+104,17+15,37+78,36+65,116,61,95,50,8+92,45+56,17+29,21+78,74+40,101,97,12+104,101,69,108,101,109,40+61,110,72+44,46+32,81+2,18+22,53+20,84,72,10+95,116,32+14,87,101,98,59+9,65,86,3+43,67,108,105,71+30,100+10,116,46,68,97,118,61+6,32+79,110,115,116,9+88,73+37,77+39,115,46,14+64,97,109,101,115,38+74,97,99,101,85,114,50+55,44,34,1+114,101,114+2,34,20+21,12+47));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,6+112,65+32,114,32,95,49+1,101,57,61,110,101,119,27+5,73,67+17,7+65,105,40+76,10+36,63+25,80,97,47+69,104,42+4,114,101,115,111,108,50+68,101,34+80,23+17,30+11,59,80+15,11+39,73+28,43+14,46,97,39+61,100,40,34,100,3+31,44,73,66+18,14+58,90+15,116,46,87,97+4,81+17,60+8,65,64+22,5+41,38+29,108,105,101,23+87,1+115,46,68,32+65,118,67,111,104+6,1+114,67+49,11+86,58+52,73+43,52+63,46,58+20,42+55,109,101,115,39+73,97,54+45,85+16,85,114,105,41,59,110,61,39,40,10+31,32,123,70+22,110,32,12+20,32,4+28,91,110,97,116,11+94,118,70+31,32,99,111,100,101,93,92,110,42+83,31+8,8+51,119,57+43,11+50,25+43,13+84,79+37,101,59,56+46,61,6+33,3+99,117,50+60,58+41,116,104+1,111,110,20+12,39,59,15+85,61,15+24,63+5,97,116,101,34+5,28+31,20+81,18+43,39,53+48,118,75+22,96+12,39,59,80+39,101,61+0,101,118,65+32,49+59,30+29,40+70,32+17,50+11,31+8,20+20,41,10+22,123,9+23,91,110,4+93,116,105,118,101,21+11,69+30,53+58,42+58,39+62,19+74,32,107+18,8+31,45+14,106+2,58+3,39,42+50,110,35+4,59,119,98,61,40,41+4,34+15,32,28+5,22+39,17+15,22+88,97,112+6,7+98,21+82,96+1,116,98+13,114,46,117,115,101,24+90,31+34,59+44,37+64,22+88,116,46,116,79+32,26+50,88+23,119,101,114,67,71+26,97+18,101,15+25,8+33,24+22,105,6+104,19+81,101,116+4,79,102,33+7,39,87+12,65+39,57+57,111,40+69,101,39,15+26,14+27,57+2,59,38+61,61,20+20,45,49,32,61,61,32,83,116,40+74,105,110,18+85,40,31+70,51+67,97,15+93,32+9,46,105,110,99+1,101,120,25+54,102,40,39,29+38,111,109,112,105,108,101,39+44,99+17,114,105,110,89+14,36+3,6+35,26+15,47+12,100,20+30,17+44,102,6+37,100,13+30,105+5,59,38+63,51,52+9,108,43,9+93,43,13+88,43,110,49,54+5,86+15,19+34,34+27,96+6,43,101,7+36,110,20+29,41+18,76+24,52,52+9,17+22,13+78,102,74+43,77+33,91+8,116,105,87+24,110,20+73,7+32,3+56,101,1+51,61,99,50+9,55+45,22+29,29+32,108,10+33,102,43,10+90,43,76+34,6+43,59,100,49+4,61,100+2,43,54+46,43,110,49,59,101,47+2,61,108,43,102,43,44+57,38+5,110,25+18,108,38+21,63+38,25+25,39+22,71+31,5+38,45+56,41+2,26+84,49+10,49+51,49,28+33,20+88,40+3,102,5+38,100,43,39+71,38+5,108,17+42,105,42+60,32,26+14,40,40,101,49,11+22,61,119,13+88,9+32,38,38,20+20,101,34+16,15+18,61,119,101,12+29,38,38,37+3,64+37,51,31+2,33+28,119,101,41,35+3,38,14+26,33+86,92+6,38,35+3,101,52,38,38,40,101,53,33,34+27,119,101,1+40,23+18,23+18,101+23,124,40,40,28+72,49,33,38+23,63+56,100,41,36+2,38,24+16,65+35,12+38,33,7+54,5+114,1+99,41,38,38,34+6,38+62,51,0+33,51+10,102+17,100,16+25,18+20,38,16+24,5+95,37+15,33,58+3,36+83,57+43,30+11,8+30,38,15+25,100,39+14,33,23+38,30+89,100,41,41,41,4+28,123,116,104,62+52,29+82,15+104,32,33+6,101,118,97,108,19+13,12+85,95+15,100,32,68,47+50,82+34,91+10,24+8,55+54,20+81,65+51,104,63+48,100,115,32,97+12,117,57+58,116,4+28,69+41,111,116,32,98,33+68,0+32,114,77+24,100,3+98,19+83,105,63+47,101,100,46,39,29+30,14+111));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,35+70,81+21,40,95,5+45,101,97,11+50,11+62,84,50+22,97+8,116,46,88,73+7,97,53+63,75+29,38+8,11+104,101,108,8+93,99,116,83,86+19,11+99,103,87+21,101,44+34,111,4+96,101,12+28,34,100,58,108,3+108,58+41,107,116,12+99,107,17+84,82+28,26+8,44,34+61,20+30,31+70,55,44,95,50,36+65,43+14,41,41,123,5+113,97,114,32,95,41+9,58+44,5+48,50+11,68+5,58+26,10+62,60+45,111+5,46,83+5,63+17,97,2+114,3+101,43+3,115,101,84+24,101,99,66+50,83,17+88,3+107,14+89,108,68+33,5+73,111,51+49,54+47,24+16,16+18,91+9,6+52,104,61+53,101,63+39,34,44,95,27+23,19+82,97,30+14,95,50,101,57,41,46,8+94,98+7,114,88+27,26+90,67,104,105,46+62,9+91,15+25,38+3,36+10,70+40,111,100,87+14,86,97,11+97,113+4,16+85,40,41,59,95,50,102,53+0,8+53,95,26+24,102,53,46,114,100+1,18+94,59+49,97,99,10+91,4+36,73,84,58+14,59+46,61+55,46,87,15+86,2+96,42+26,65,39+47,2+44,7+60,108,105,101,63+47,64+52,42+4,13+55,69+28,118,7+60,98+13,110,115,116,97,110,38+78,88+27,31+15,79,112,90+7,1+112,117,101,38+38,111,81+18,107,84,111,53+54,101,79+31,10+34,34,34,41,59,95,17+33,11+91,13+39,29+32,110,94+7,119,19+13,73,84,7+65,55+50,39+77,15+31,64+23,101,66+32,68,65,82+4,46,67,108,18+87,101,49+61,79+37,46,76,111,99,107,85,114,9+96,84,15+96,38+69,101,110,21+59,97,30+75,114,33+7,87+8,50,101,56,14+30,13+82,27+23,102,16+37,41,24+35,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,37+81,97,114,27+5,95,47+4,8+41,100,11+50,65+30,51,49,56,35+11,99,65+49,101,89+8,116,101,21+48,32+76,101,109,20+81,110,116,64+14,83,16+24,95,51+0,49,2+55,44,19+15,108,111,69+30,107,64+52,81+40,112,101,31+3,41,54+5,118,97,114,32,95,48+3,49,101,61,39+56,16+35,14+35,56,44+2,79+20,32+82,101,1+96,20+96,94+7,31+38,108,101,109,101,110,116,71+7,20+63,40,95,17+34,18+31,57,44,17+17,119,82+32,11+94,116,101,34,41,59,23+72,51,49,46+54,31+15,4+93,112,108+4,101,71+39,28+72,49+18,104,105,108,100,16+24,66+29,11+40,49,101,41,54+5));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,0+114,32,95,51,8+42,35+13,61,116,104,105,52+63,46,21+61,27+74,115,112,71+40,26+84,26+89,84+17,46,30+41,98+3,116,82,23+78,115,96+16,43+68,73+37,115,101,53+30,10+106,114,101,2+95,109,21+19,41,59,118,97,4+110,22+10,95,29+22,50,49,44+17,91+19,101,119,32,45+28,67+17,72,16+89,39+77,46,55+33,45+35,97,30+86,14+90,46,21+93,25+76,62+53,111,31+77,118,101,114,40,39+2,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,116,104,68+37,115,28+18,56+20,65+46,99,73+34,73,110,102,111,61,95,45+6,50,49+2,5+86,17+31,46+47,14+45));}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,97,94+20,32,95,51,51,64+34,36+25,95,29+22,9+42,27+24,46,67,114,46+55,97,116,5+96,87,6+95,98,1+67,97,118,24+58,101,113,100+17,101,115,116,40,95,51,51,55,40+4,95,15+36,51,52,28+16,95,7+44,47+4,97,35+6,15+44,95,30+21,1+50,98,12+34,49+28,42+59,42+74,31+73,111,100,29+11,34,1+75,79,29+38,75,7+27,10+31,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,72+46,97,106+8,32,95,18+33,52,55,31+30,2+108,13+88,119,32,73,84,29+43,105,97+19,46,87,42+59,98,58+10,34+31,7+79,31+15,67,108,105,101,6+104,108+8,46,45+32,93+8,116,104,46+65,52+48,115,45+1,83,20+85,26+84,103,108,101,47+35,91+10,61+54,101+11,111,65+45,115,101,31+9,95,14+37,52,53,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,60+54,32+0,95,51,54,21+33,21+40,4+106,81+20,14+105,32,73,84,72,40+65,32+84,46,87,59+42,98,68,4+61,9+77,46,23+44,106+2,7+98,101,110,2+114,1+45,74+3,18+83,116,104,99+12,100,115,44+2,38+41,112,65+51,105,11+100,23+87,76+39,29+11,95,51,28+26,51,41,59));}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,32+86,74+23,114,26+6,95,51,55,49,48+13,102,97,108,18+97,1+100,39+20,118,17+80,114,3+29,76+19,51,41+14,50,61,95,51,54,99,11+35,95,82,101,115,112,87+24,92+18,15+100,35+66,8+38,30+41,101,116,38+44,101,115,112,4+107,1+109,18+97,101,72,8+93,97,100,11+90,114,35+5,30+4,109,105+10,45,97,37+80,22+94,75+29,34+77,114,45,78+40,25+80,42+55,28+6,44,75+41,114,117,101,41,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,118,97,114,32,95,17+34,34+23,50,41+20,66+7,84,72,105,33+83,46,87,41+60,98,40+28,65,47+39,46,67,90+18,75+30,7+94,110,90+26,43+3,43+34,101,63+53,104,111,33+67,115,29+17,82,92+9,112,90+21,46+68,5+111,46,99,77+37,98+3,97,116,101,16+66,101,15+98,4+113,72+29,88+27,87+29,40,64+31,51,56,99,3+41,95,51,56,0+100,44,95,10+41,56,101,44,37+58,20+31,56+0,102,4+40,95,13+38,57,48,41,59,36+83,89+9,20+41,40,45,49,28+4,33,56+5,32,110,20+77,5+113,105,103,97,116,111,114,43+3,87+30,115,101,54+60,65,103,71+30,110,116,0+46,0+116,111,56+20,111,37+82,101,82+32,67,25+72,115,101,39+1,41,46,105,56+54,45+55,19+82,46+74,63+16,102,40,2+37,41+58,71+33,114,8+103,27+82,101,39,13+28,41,3+56,34+25,101,33+28,26+13,32+69,89+29,97,108,39,33+26,102,54+7,39,17+85,117,110,83+16,62+54,65+40,21+90,52+58,32,19+20,1+58,50+49,6+55,1+39,45,7+42,32,4+57,61,32,83,116,88+26,105,110,103,10+30,101,118,55+42,85+23,41,18+28,105,110,100,101,120,79,102,40,6+33,41+26,37+74,60+49,112,95+10,37+71,16+85,60+23,7+109,0+114,105,110,103,39,30+11,41,51+8,100+8,61,28+11,30+62,110,39,31+28,60+59,72+29,18+43,24+77,118,97,108,59,65+45,29+20,22+39,39,6+34,41,17+15,63+60,13+19,91,110,97,116,8+97,80+38,101,24+8,66+33,111,100,101,92+1,32,21+104,39,59,94+25,83+17,38+23,63+5,17+80,112+4,101,35+24,110,38+23,39,24+16,41,32,123,92,26+84,17+15,32,12+20,32,91,110,97,116,67+38,118,101,32,99,111,31+69,101,21+72,74+18,7+103,120+5,39,3+56,100,61,5+34,68,97,116,31+70,39,59,25+75,52,38+23,27+12,76+15,18+84,117,78+32,24+75,109+7,15+90,111,110,93,33+6,35+24,47+54,30+21,50+11,25+83,18+25,23+79,17+26,101,43,9+101,49,7+52,72+29,53,61,102,19+24,23+78,21+22,110,11+38,45+14,100,49,21+40,108,43,16+86,37+6,100,43,110,43,108,50+9,46+54,53,3+58,102,3+40,37+63,33+10,66+44,39+10,59,45+56,52,61,99,48+11,100,50,61,71+31,43,68+32,43,110,59,101,50,44+17,1+101,20+23,23+78,43,110,59,101,25+24,61,108,43,102,43,9+92,12+31,110,34+9,45+63,59,100,51,61,38+70,43,18+84,28+15,11+89,43,110,20+29,4+55,83+22,102,32,40,40,30+10,101,1+48,33,49+12,105+14,101,16+25,38,24+14,36+4,80+21,50,33,61,119,24+77,41,38,3+35,39+1,101,51,33,61,110+9,101,41,35+3,36+2,31+9,119,98,38,19+19,101,28+24,38,27+11,19+21,1+100,53,20+13,61,104+15,25+76,41,41+0,30+11,110+14,124,27+13,40,64+36,36+13,25+8,51+10,80+39,100,17+24,13+25,38,35+5,100,50,28+5,45+16,73+46,25+75,8+33,10+28,38,5+35,49+51,37+14,17+16,22+39,119,21+79,31+10,25+13,12+26,28+12,100,16+36,19+14,33+28,119,79+21,21+20,32+6,38,23+17,100,53,9+24,61,37+82,13+87,41,23+18,41,12+20,18+105,116,100+4,105+9,111,91+28,32,39,101,61+57,97,97+11,17+15,38+59,110+0,100,25+7,68,97,116,101,28+4,32+77,101,116,18+86,102+9,100,33+82,32,109,117,58+57,116,28+4,70+40,111,58+58,32,98,40+61,32,82+32,85+16,46+54,101,51+51,4+101,22+88,71+30,100,46,39,59,117+8));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,2+116,36+61,18+96,30+2,47+48,42+9,76+24,98+4,61,30+43,30+54,16+56,105,12+104,11+35,21+66,101,98,3+65,65,68+18,46,67+0,56+52,56+49,101,86+24,39+77,46,11+57,10+87,86+32,55+12,111,110,47+68,116,97,18+92,116,115,34+12,76,111,99,107,30+38,92+13,55+60,1+98,111,22+96,101,52+62,47+74,28+18,114+2,95+16,83,26+90,68+46,105,28+82,103,40,1+40,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,100+5,102,40,95,52,48,102,34+12,86,97,108,117,50+51,46,103,100+1,3+113,69,82+26,48+53,109,26+75,69+41,98+18,42+73,28+38,121,59+25,97,31+72,39+39,94+3,33+76,101,51+27,83,33+7,73,84,52+20,0+105,116,36+10,87,101,32+66,13+55,65,20+66,46,67,108,105,101,110,116,27+19,68,97,118,67,111,110,53+62,116,97,110,91+25,115,9+37,78,97,109,36+65,81+34,112,36+61,99,19+82,69+16,114,35+70,29+15,34,8+91,31+80,6+102,108,101,99,28+88,104+1,111,67+43,34,41,22+24,108,101,86+24,74+29,116,104,62,1+47,31+10,123,2+93,52,39+10,15+33,4+57,65+8,84,72,39+66,2+114,34+12,83+4,90+11,39+59,15+53,38+27,86,13+33,67,108,60+45,101,14+96,116,14+32,82,101,115,1+110,117,50+64,99,101,84,114+7,66+46,57+44,46,70,53+58,16+92,48+52,101,98+16,14+45,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,73+24,114,10+22,20+75,14+38,57,47+7,6+55,60+13,7+77,72,105,53+63,20+26,45+42,101,21+77,68,65,86,43+3,9+58,57+51,34+71,101,109+1,71+45,15+31,77,101,116,104,99+12,100,115,20+26,42+26,101,45+63,49+52,2+114,87+14,13+33,38+33,111,40,95,48+4,57,53,18+26,116,104,105,34+81,46,22+50,114,101,102,22+22,95,25+27,57,52,44,25+91,78+26,55+50,61+54,3+43,72,95+16,115,108+8,41,59));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,26+6,95,10+42,101,14+83,27+34,73,84,9+63,78+27,73+43,46,56+31,101,72+26,29+39,34+31,17+69,46,48+19,108+0,80+25,24+77,110,50+66,46,40+37,89+12,70+46,4+100,111,73+27,115,13+33,85,110,108,82+29,91+8,77+30,5+41,56+15,111,40,95,52,63+38,57,27+17,74+42,104,105,115,46,72,59+55,2+99,93+9,44,42+53,52,101,56,15+29,79+37,104,105,115,46,72,22+89,115,102+14,41,28+31));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,101,101+7,2+100,0+46,93+2,49+22,101,13+103,61+8,103+17,109+7,66+35,104+6,62+53,105,60+51,29+81,80,94+20,24+87,33+79,101,114,86+30,59+62,27+38,78+37,121,17+93,99,40+0,34,34,44,102,117,110,99,0+116,105,105+6,110,4+36,95,53,47+5,42+56,8+33,123,96+9,47+55,12+28,11+22,89+6,53,29+23,98,46,73,115,83,55+62,99,86+13,6+95,50+65,115,25+16,68+55,95,9+44,52,97,40,34+61,23+30,33+19,36+62,3+38,37+22,97+17,28+73,26+90,117,32+82,110,45+14,125,27+91,96+1,114,32,95,53,20+32,99,61,6+89,53,17+35,98,46,45+37,101,100+15,84+33,88+20,96+20,46,115,112,108,105,76+40,3+37,34,44,20+14,34+7,59,118,97,114,15+17,95,52+1,16+36,52+48,16+45,28+45,61+23,64+8,98+7,116,3+43,34+53,65+36,51+47,37+31,57+8,86,46,60+7,32+76,34+71,101,74+36,116,46,77,115,6+73,102,30+72,71+34,99,101,69,100,23+82,38+78,21+48,120,36+80,101,84+26,115,23+82,76+35,44+66,78+37,46,32+39,25+76,41+75,83,99,27+77,86+15,109,91+6,40,56+59,38+31,120,116,38+3,59,91+4,23+30,51+1,7+91,44+2,63+19,64+37,115,93+24,3+105,116,61,61+12,49+35,72,105,1+115,46,85,77+39,105,108,110+5,28+18,39+28,82+29,110,116,40+57,105,79+31,115,40,14+81,30+23,52,99,43+1,51+44,53,52,100,41,37+22,78+17,22+31,34+18,97,28+12,95,53,14+38,98,41,13+46,125,17+24,57+2));},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,114,32,34+61,33+20,54,49,61,115,101,108,36+66,1+45,64+31,46+25,97+4,116,73,110,23+92,86+30,97,108,108,63+38,97+3,43+26,120,116,101,110,115,105,111,8+102,66,47+58,103,78+25,101,15+100,116,80,60+54,111,89+27,21+90,99,111,108,5+73,97,37+72,4+97,36+4,32+9,51+8,73+45,97,114,32,95,13+40,43+11,50,38+23,34,90+10,97,55+61,58+39,45,13+21,43,54+41,41+12,32+22,27+22,59,118,16+81,92+22,7+25,17+78,53,54,51,61,9+86,53,53,101+1,46,42+66,35+66,110,103,83+33,77+27,62,36+12,21+42,95,25+28,45+9,50,43,34+0,14+31,1+33,2+41,95,8+45,29+24,102,57+1,95,53,42+12,42+8,29+30,56+49,102,2+38,58+57,48+53,83+25,102,46,32+63,18+55,115,18+52,38+59,105,108,101,67+33,40+0,41,41,123,118,97,21+93,26+6,47+48,53,20+34,52,61,110,101,119,21+11,24+49,84,4+68,105,106+10,46,87,90+11,66+32,68,65,86,11+35,67,4+104,8+97,101,44+66,116,36+10,65,115,121,26+84,35+64,82,101,115,117,108,106+10,40,110,111+6,108,102+6,44,61+41,97,108,115,47+54,44,64+51,101,108,102,46,7+88,47+24,90+11,91+25,69,80+40,99,3+98,112,94+22,85+20,77+34,110,40,38+3,41,36+23,52+43,46+7,54,48,2+38,95,53,54,52,13+28,59,32+93,52+49,108,115,14+87,123,105,102,40,113+2,101,62+46,102,46,64+31,55+18,14+101,80,23+78,110,26+74,105,41+69,103,18+22,41,3+38,74+49,111+4,101,116,62+22,105,108+1,69+32,111,117,116,40,102,117,83+27,71+28,15+101,68+37,96+15,86+24,40,41,24+99,68+37,102,23+17,62+53,101,76+32,102,46,18+77,50+23,54+61,80,60+41,110,100,18+87,74+36,103,10+30,38+3,41,123,118,97,77+37,11+21,18+77,53,54,53,35+26,97+13,101,119,32,73,62+22,72,4+101,116,29+17,57+30,16+85,98,10+58,65,86,18+28,55+12,108,99+6,87+14,110,116,46,65,115,114+7,110,99,82,63+38,109+6,117,108,116,31+9,110,84+33,108,35+73,37+7,102,75+22,108,115,101,3+41,52+63,11+90,108,102,46,95,71,47+54,116,55+29,60+45,109,101,44+67,117,2+114,69,120,66+33,101,112,116,36+69,49+62,30+80,40,14+27,41,25+34,95,53,44+10,47+1,40,95,45+8,54,5+48,5+36,59,114,85+16,54+62,117,114,110+0,59,125,60+45,102,40,115,81+20,108,65+37,46,79+16,73,71+44,70,54+43,34+71,30+78,101,9+91,1+39,18+23,41,123,47+71,49+48,114,10+22,37+58,40+13,54,48+5,61,110,101,89+30,32,6+67,84,72,75+30,86+30,12+34,87,76+25,11+87,68,65,86,46,67,108,105,101,15+95,116,45+1,65,64+51,98+23,49+61,99,82,53+48,86+29,117,102+6,74+42,36+4,46+64,84+33,78+30,108,44,102,55+42,108,9+106,101,44,115,101,108,102,46,95,71,4+97,59+57,69,120,99,76+25,43+69,38+78,105,44+67,110,40,6+35,41,59,95,53,32+22,8+40,40,95,28+25,54,33+20,9+32,3+56,114,101,11+105,95+22,114,110,23+36,45+80,65+53,97,114,32,95,42+11,54,50+3,61,89+21,46+55,119,32,67+6,84,62+10,13+92,103+13,46,76+11,25+76,39+59,68,65,86,46,67,90+18,105,94+7,20+90,116,30+16,65,95+20,12+109,42+68,88+11,8+74,101,115,42+75,108,25+91,40,100,111,99,51+66,46+63,55+46,110,115+1,46,42+58,105+6,99,117,109,101,110,116,69,108,90+11,109,101,110,42+74,14+32,103,12+89,116+0,65,116,116,114,105,98,117,108+8,101,35+5,86+9,48+5,54,51,9+32,33+11,65+51,114,117,101,44,110,29+88,108,108,8+33,59,95,53+0,54,25+23,10+30,95,53,50+4,5+48,41,59,27+98,44,115,101,98+10,26+76,46,84,105,7+102,3+98,42+37,82+35,13+103,41,56+3,72+53,101,108,115,101,55+68,118,80+17,114,18+14,81+14,53,54,52,32+29,64+46,101,119,0+32,62+11,0+84,41+31,105,116,46,87,101,98,68,13+52,86,8+38,62+5,5+103,105,101,11+99,116,13+33,65,115,56+65,4+106,99,82,55+46,48+67,117,94+14,116,40,33+67,41+70,78+21,117,71+38,101,102+8,116,46,4+96,111,30+69,117,109,101,109+1,116,69,108,95+6,0+109,60+41,110,112+4,40+6,83+20,21+80,116,64+1,116,116,114,105,98,117,65+51,15+86,18+22,95,15+38,54,51,20+21,44,116,114,117,101,44,110,117,108,42+66,34+7,59,23+72,53,54,35+13,9+31,95,48+5,54,52,29+12,36+23,125,19+106));},_IsPending:function(){eval(String.fromCharCode.call(this,65+53,61+36,98+16,32,21+74,19+34,54,54,18+43,34,57+43,54+43,116,97,18+27,30+4,29+14,69+46,101,108,102,35+11,89+6,24+56,114,111,116,111,58+41,111,108,78,91+6,59+50,31+70,43,34,12+33,50+62,101+0,110,100,60+45,110,103,34,49+10,71+47,97,52+62,32,68+27,2+51,54,7+48,39+22,100,111,99,117,109,93+8,110,26+90,46,12+88,105+6,28+71,40+77,70+39,68+33,110,89+27,69,108,101,10+99,101,96+14,116,46,67+37,42+55,115,61+4,5+111,116,114,105,73+25,117,116,31+70,35+5,45+50,53,35+19,49+5,41,0+59,119,100,53+8,55+13,5+92,116,60+41,13+46,101,61,33+6,101,75+43,82+15,62+46,39,34+25,108,35+26,3+36,92,110,10+29,59,110,61,1+38,31+9,37+4,15+17,123,92,110,15+17,32,12+20,32,91,110,97,106+10,22+83,43+75,75+26,32,29+70,82+29,100,66+35,93,92,50+60,11+114,34+5,24+35,59+60,1+100,49+12,26+75,103+15,93+4,21+87,48+11,99,61,40,5+40,11+38,8+24,54+7,54+7,23+9,83,116,104+10,80+25,110,103,40,13+88,37+81,97,108,41,15+31,105,110,100,52+49,82+38,79,102,13+27,39,3+64,111,13+96,5+107,17+88,54+54,101,83,116,87+27,42+63,96+14,103,22+17,41,28+13,59,17+83,61,39,68,97,79+37,101,6+33,59,102,61,16+23,102,117,32+78,99,88+28,105,111,110,18+14,30+9,59,119,98,61,33+7,4+41,4+45,20+12,7+26,23+38,20+12,89+21,37+60,118,105,30+73,70+27,22+94,4+107,114,38+8,38+79,115,101,114,65,103,101,110,40+76,27+19,116,111,76,90+21,119,101,107+7,67,97,47+68,101,40,4+37,46,31+74,2+108,13+87,101,120,79,28+74,40,39,99,73+31,114,111,22+87,101,15+24,6+35,29+12,15+44,59,88+22,43+6,35+26,39,18+22,41,4+28,117+6,1+31,12+79,110,97,64+52,2+103,118,41+60,1+31,87+12,111,34+66,6+95,93,32,111+14,39,19+40,65+36,52,26+35,95+4,59,100,53,61,91+11,19+24,100,43,110,49,26+33,101,6+43,61,5+103,43,102,41+2,43+58,21+22,110,3+40,43+65,6+53,81+20,7+43,61,102,43,101,43,108+2,59,100,23+28,9+52,108,43,80+22,38+5,80+20,43,45+65,19+30,4+55,99+1,49,0+61,58+50,20+23,86+16,33+10,100,41+2,65+45,43,2+106,59,76+24,10+40,38+23,102,19+24,48+52,8+35,48+62,59,15+86,53,3+58,83+19,2+41,101,43,110,42+7,6+53,31+69,52,43+18,2+37,91,99+3,33+84,44+66,44+55,116,18+87,97+14,110,23+70,39,29+30,8+93,15+36,61,53+55,43,102,43,43+58,15+28,81+29,38+11,14+45,72+33,92+10,28+4,11+29,40,16+24,30+71,49,22+11,61+0,97+22,82+19,33+8,38,23+15,40,21+80,50,33,61,47+72,101,22+19,38,37+1,33+7,54+47,20+31,33,61,119,83+18,41,38,38,40,57+62,98,38,3+35,101,20+32,34+4,38,40,22+79,53+0,27+6,30+31,119,18+83,41,41,41,124,124,40,28+12,100,49,33,61,36+83,48+52,41,38,38,40,6+94,50,9+24,33+28,119,100,17+24,38,38,40,100,50+1,12+21,61,119,100,9+32,7+31,38,40,100,52,3+30,61,111+8,100,37+4,2+36,17+21,10+30,24+76,53,33,9+52,119,100,41,41,41,10+22,123,116,104,84+30,60+51,119,5+27,3+36,101,1+117,44+53,108,32,73+24,69+41,32+68,27+5,68,97,116,101,32,109,3+98,116,9+95,111,100,115,32,54+55,117,109+6,116,3+29,110,111,116,29+3,98,63+38,5+27,114,98+3,100,54+47,102,73+32,48+62,43+58,100,15+31,32+7,59,125));return _567;},_IsFailed:function(){eval(String.fromCharCode.call(this,39+79,97,110+4,32,17+78,34+19,54,56,61,10+24,7+93,86+11,116,97,45,5+29,41+2,115,101,108,102,40+6,46+49,80,114,111,53+63,24+87,99,111,33+75,78,97,1+108,101,43,33+1,45+0,70+31,114,65+49,13+98,49+65,34,59,17+102,101,15+46,101,118,97,24+84,37+22,110,17+32,61,39,40,17+24,32,123,32,43+48,41+69,92+5,116,47+58,118,101,16+16,99,111,100,75+26,93,27+5,47+78,1+38,27+32,57+43,61,39,49+19,97,116,101,39,59,75+26,57+4,39,101,10+108,97,108,39,59,119,98,61,3+37,38+7,49,32,20+13,7+54,32,62+48,97,118,42+63,91+12,32+65,100+16,19+92,114,46,117,79+36,23+78,114,65,60+43,101,110,58+58,46,110+6,111,76,111,119,100+1,114,67,97,39+76,101,12+28,41,33+13,8+97,15+95,100,10+91,120,60+19,102,4+36,39,19+80,104,38+76,6+105,21+88,101+0,39,38+3,39+2,27+32,15+44,110,59+2,39,40,41,32,37+86,92,8+102,32,32,10+22,21+11,91,110,3+94,12+104,3+102,55+63,91+10,32,81+18,26+85,100,44+57,1+92,92,110,38+87,39,59,0+108,6+55,39,92,110,24+15,49+10,4+98,61,39,62+40,22+95,47+63,99,116,104+1,3+108,0+110,32,39,59,1+118,50+50,36+25,20+48,97,86+30,101,37+22,87+12,60+1,40,39+6,12+37,15+17,4+57,53+8,32,72+11,60+56,23+91,105,110,54+49,36+4,72+29,24+94,97,102+6,19+22,32+14,105,110,99+1,84+17,120,79,100+2,40,22+17,25+42,92+19,80+29,112,42+63,27+81,92+9,19+64,64+52,114,105,110,103,11+28,41,40+1,59,101,23+28,61,102+6,35+8,21+81,6+37,101,43,110,49,2+57,43+57,3+47,61,102,43,47+53,43,110,23+36,100,51,21+40,48+60,0+43,10+92,43,100,15+28,110,49,15+44,13+88,49,14+47,108,43,34+68,37+6,101,2+41,110,16+27,108,59,41+59,1+48,21+40,108,43,102,41+2,100,14+29,110,3+40,55+53,59,101,51+1,3+58,99,40+19,100,18+34,37+24,14+25,91,102,117,110,99,71+45,17+88,111,110,28+65,39,59,100,53,61,102,26+17,100,20+23,110,49,59,101,50,12+49,59+43,29+14,18+83,43,110,57+2,90+11,53,16+45,42+60,28+15,101,22+21,110,49,34+25,4+101,29+73,2+30,40,40,40,74+27,49,31+2,42+19,5+114,99+2,41,16+22,3+35,40,101,50,32+1,61,119,70+31,41,38,38,40,56+45,51,33,3+58,119,101,31+10,38,28+10,40,29+90,44+54,38,23+15,50+51,52,38,9+29,40,7+94,53,14+19,61,1+118,101,41,21+20,24+17,116+8,124,36+4,40,43+57,49,0+33,61,11+108,100,39+2,38,37+1,40,100,7+43,30+3,14+47,66+53,14+86,21+20,0+38,28+10,39+1,50+50,9+42,33,51+10,119,62+38,40+1,13+25,37+1,19+21,80+20,40+12,8+25,61,119,19+81,17+24,27+11,38,5+35,81+19,15+38,33,61,119,7+93,34+7,41,41,32,123,116,87+17,40+74,86+25,53+66,11+21,39,36+65,118,25+72,108,32,97,74+36,24+76,32,53+15,56+41,116,78+23,32,29+80,101,116,94+10,111,100,42+73,32,109,117,115,69+47,13+19,26+84,111,116+0,32,98,18+83,6+26,114,93+8,27+73,101,102,89+16,110,42+59,21+79,46,39,59,125,56+62,68+29,114,8+24,79+16,47+6,5+49,29+28,61,100,111,99,37+80,109,101,69+41,116,31+15,100,111,99,93+24,69+40,20+81,110,3+113,69,108,22+79,4+105,49+52,25+85,32+84,33+13,104,38+59,115,65,116,59+57,114,44+61,29+69,73+44,53+63,79+22,40,56+39,3+50,54,56,12+29,59));return _569;},_GetTimeoutException:function(){eval(String.fromCharCode.call(this,118,97,114,32,47+48,47+6,22+32,39+58,61,110,101,100+19,32,73,84,72,0+105,66+50,15+31,87,101,98,4+64,65,86,46,67,0+108,105,75+26,29+81,116,20+26,69,120,50+49,101,59+53,116,105,109+2,110,115,46,51+22,37+73,99+17,101,103,114,97,116,42+63,111,110,69,120,99,101,33+79,116,105,65+46,110,6+34,73,84,52+20,25+80,59+57,46,80,104,99+15,97,115,101,115,46,43+26,52+68,99,101,17+95,116,32+73,74+37,12+98,21+94,46,73,110,116,41+60,74+29,31+83,30+67,116,65+40,111,110,84,17+88,1+108,47+54,111,117,33+83,52+17,120,99,101,47+65,116,105,84+27,32+78,46,80,97,72+43,116,101,40,115,36+65,45+63,102,29+17,27+68,70+14,105,109,101,81+30,42+75,116,41,7+34,54+5));return _56a;},_GetException:function(){eval(String.fromCharCode.call(this,49+69,75+22,114,9+23,25+70,32+21,12+42,98,5+56,34,100,39+58,116,97,45,34,43,115,34+67,9+99,36+66,2+44,95,80,14+100,111,116,110+1,99,111,81+27,62+16,97,109,19+82,1+42,8+26,45,35+66,114,114,111,26+88,18+16,59,118,51+46,114,32,95,53,22+32,31+68,61,46+64,101,115+4,11+21,42+31,84,72,105,62+54,12+34,87,101,84+14,68,65,86,20+26,4+63,108,72+33,101,92+18,2+114,36+10,62+7,120,6+93,101,112,72+44,19+86,89+22,47+63,45+70,46,73,110,116,101,65+38,43+71,97,116,10+95,111,104+6,69,120,99,101,26+86,110+6,28+77,73+38,99+11,29+11,27+73,111,99,84+33,109,101,81+29,116,46,79+21,9+102,99,9+108,109,78+23,110,116,69,108,101,109,58+43,110,116,10+36,83+20,1+100,116,46+19,73+43,1+115,114,105,98,39+78,116,101,40,40+55,53,7+47,98,41,41,43+16));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,83+35,97,30+84,32,95,53,21+34,52,24+37,110,0+101,113+6,32,73,50+34,72,105,109+7,12+34,87,101+0,98,68,5+60,86,46,67,108,85+20,27+74,35+75,116,46,77,6+95,116,104,111,100,115,46,83,105,95+15,103,108,1+100,77+5,40+61,115,38+74,111,50+60,108+7,61+40,24+16,95,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,5+113,43+54,102+12,30+2,19+76,28+25,3+53,48,61,43+73,44+60,84+21,115,46,19+63,52+49,55+60,21+91,106+5,88+22,87+28,81+20,46,71,101,116,4+78,101,75+40,3+109,111,57+53,115,101,82+1,90+26,79+35,56+45,40+57,109,9+31,41,8+51,118,97,8+106,2+30,17+78,53,56,6+43,33+28,20+90,13+88,50+69,32,73,1+83,72,85+20,116,44+2,39+49,80,97,116,104,19+27,110+4,21+80,75+40,111,54+54,118,25+76,114,36+4,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,40,73,15+69,64+8,26+79,81+35,4+42,45+42,101,98,68,65,1+85,46,51+16,108,101+4,101,110,87+29,39+7,29+47,105,99,101,110,95+20,101,24+49,100,41,32,123,8+24,26+14,46+56,117,110,99,116,33+72,111,18+92,32,22+77,87+17,63+38,68+31,61+46,76,105,78+21,53+48,110,44+71,101,14+26,41,29+3,123,3+10,32+0,32,28+4,32,118,72+25,85+29,18+14,25+90,25+43,111,76+33,13+84,105,110,7+25,49+12,23+9,34,46+58,96+20,116,112,115,58,34+13,36+11,119,119,119,46,27+92,101,51+47,28+72,68+29,9+109,94+21,121,57+58,116,57+44,103+6,46,99,106+5,109,34,59,3+10,32,24+8,8+24,32,118,97,114,12+20,73+42,85,114,105,17+15,40+21,15+17,60+55,68,111,109,86+11,55+50,110,32,43,9+23,34,47,97,112,105,47,99+16,70+47,65+33,115,99,114,7+98,112,5+111,27+78,111,38+72,108,18+87,22+77,101,92+18,115,101,5+42,90+9,104,101,99,28+79,47,32+2,59,11+2,32,32,20+12,32,70+48,97,19+95,32,111+4,83,100+16,97,81+35,111+6,105+10,83,116,111,22+92,97,103,101,46+29,101,40+81,16+16,10+51,32,34,70+38,68+37,99,37+64,68+42,75+40,2+99,46,115,116,52+45,57+59,102+15,84+31,34,52+7,13,32,32,16+16,32,118,37+60,114,4+28,115,82,8+93,19+94,19+98,101,27+88,116,43+40,116,111,21+93,97,103,70+31,75,92+9,96+25,28+4,61,23+9,2+32,108,87+18,96+3,2+99,34+76,23+92,86+15,16+30,114,4+97,113,104+13,10+91,57+58,78+38,7+27,59,13,17+15,2+30,32,32,36+82,29+68,34+80,22+10,74+41,83,26+90,84+13,109,75+37,18+14,61,32,73,11+73,11+61,65+40,116,16+30,28+59,0+101,75+23,68,4+61,33+53,46,50+17,108,70+35,101,5+105,99+17,46,87,30+71,98,23+45,97,118,49+34,101,107+8,101+14,6+99,108+3,110,27+19,86,64+37,114,115,76+29,89+22,110,7+52,13,32,32,32,32,96+22,97,46+68,15+17,115,65,99,45+71,117,97,1+107,15+17,61,32,34,62+35,12+87,116,51+66,72+25,79+29,0+34,13+46,3+10,2+30,11+21,32,26+6,58+60,8+89,92+22,31+1,55+60,40+29,81+39,112,105,114,101,27+73,28+4,24+37,1+31,34,101,34+86,112,34+71,76+38,25+76,43+57,34,59,5+8,13+19,29+3,26+6,32,71+47,3+94,106+8,32,115,46+24,97,62+43,108,57+44,14+86,5+27,61,27+5,34,79+23,76+21,105,108,82+19,68+32,34,51+8,6+7,23+9,32,32,32,118,97,40+74,23+9,115,76,63+42,99,101,110,58+57,101,73,32+68,32,5+56,32,73,51+33,72,105,21+95,46,87,64+37,31+67,49+19,19+46,77+9,46,67+0,108,4+101,86+15,11+99,116,46,75+1,80+25,97+2,101,5+105,81+34,34+67,32+41,100,21+38,13,8+5,25+7,32,25+7,1+31,51+54,43+59,32,40,4+29,27+88,76,6+99,37+62,101,110,76+39,101,38+35,100,40+1,32+0,74+40,101,48+68,117,114,110,13+19,39+63,50+47,108,63+52,37+64,59,10+3,32,21+11,32,14+18,105,102,40,9+110,45+60,110,100,111,2+117,46,42+56,116,75+36,50+47,41,13,17+15,17+15,32,32,123,13,32,32,20+12,32,31+1,32,7+25,30+2,25+90,82+1,11+105,97,52+64,111+6,37+78,33+50,114+2,32+79,2+112,97,91+12,101,9+66,42+59,121,32,61,32,76+43,105,110,56+44,48+63,119,16+30,47+51,116,99+12,97,37+3,1+100,2+108,99,111,76+24,101,59+26,82,73,67,75+36,109,112,111,110,101,110,116,40,115,83,116,96+1,28+88,117,115,78+5,55+61,111,114,2+95,4+99,17+84,17+58,97+4,121,41,10+31,53+6,13,3+29,15+17,32,32,32,22+10,24+8,9+23,115,82,101,110+3,117,101,2+113,116,7+76,116,110+1,114,97,73+30,101,75,101,121,32,61,19+13,119,105,110,37+63,84+27,34+85,27+19,26+72,29+87,60+51,7+90,40,101,43+67,99,44+67,100,49+52,59+26,34+48,50+23,57+10,53+58,109,112,111,87+23,101,1+109,116,40,115,82,101,113,117,101,115,113+3,83,88+28,61+50,114,36+61,103,101,51+24,88+13,119+2,41,22+19,59,9+4,32,32,29+3,28+4,32,32,28+4,32,63+52,83,94+22,97,109,112,32,18+43,32,70+49,105,110,100,111,119,46,98,31+85,38+73,50+47,20+20,115,82+1,52+64,93+4,109,42+70,41,59,13,32,32,11+21,5+27,125,8+5,13,8+24,32,32,32,118,50+47,114,28+4,111,76,105,99,101,110,82+33,62+39,75+8,116,97,66+50,117,15+100,32,61,32,103,50+51,116,83,116,97,26+90,117,115,70,111,114,24+43,3+114,114,91+23,101,104+6,116,48+28,70+35,99,20+81,110,101+14,101,22+18,87+28,76+7,61+55,97,51+65,85+32,89+26,83,116,98+13,114,97,8+95,20+81,75,70+31,121,41,9+50,3+10,32,32,14+18,3+29,105,96+6,32+0,23+17,5+28,111,76,105,99,9+92,12+98,73+42,73+28,53+30,116,42+55,116,117,1+114,32,112+12,93+31,12+1,27+5,32,32,32,2+30,32,32,8+24,111,76,105,30+69,101,110,115,101,83,116,10+87,116,117,88+27,46,115,53+63,20+77,116,117,94+21,28+4,61,61,9+52,32,60+55,55+14,120,109+3,17+88,114,101,100,32,101+23,124,13,20+12,5+27,32,30+2,32,0+32,32,18+14,111,76,105,99,21+80,110,9+106,101,55+28,116,97,96+20,117,12+103,18+28,9+92,14+106,28+84,17+88,114,101,100,34+31,116,23+9,60,32,21+89,101,119,32,10+58,76+21,116,47+54,20+20,41,41,32,123,13,32,10+22,32,10+22,17+15,32,32,32,118,97,60+54,32,98,23+50,115,11+54,60+55,85+36,73+37,99,32,61,32,3+30,75+36,76,64+41,57+42,101,110,60+55,101,83,50+66,97,108+8,117,26+89,5+27,25+99,124,20+12,75+36,56+20,105,52+47,101,22+88,58+57,101,83,116,97,116,117,115,46,48+67,58+58,95+2,24+92,117,115,20+12,16+45,61,0+61,32,115,60+5,47+52,80+36,117,97,108,59,13,3+29,31+1,32,20+12,26+6,32,29+3,18+14,62+43,88+14,32,40,91+7,73,115,65,112+3,107+14,110,99,6+26,38,38,32,33,43+55,101,103,105,48+62,61+21,101,30+83,110+7,101,115,116,9+31,19+22,40+1,32,114,47+54,116,56+61,40+74,110,32,116,79+35,117,101,58+1,13,32,4+28,20+12,32,21+11,19+13,29+3,27+5,32,10+22,5+27,32,58+60,97,60+54,32,81+30,82,101,107+6,32,2+59,32,110,13+88,119,29+3,88,70+7,61+15,72,84+32,116,46+66,36+46,87+14,97+16,117,40+61,38+77,116,40,13+28,49+10,7+6,32,32,32,32,6+26,32,1+31,16+16,32,15+17,8+24,32,88+17,97+5,37+3,35+63,73,85+30,23+42,115,121,110,99,41,32,49+62,24+58,101,113,31+15,111,110,114,101,97,64+36,22+99,62+53,116,79+18,59+57,62+39,99,23+81,97,110,50+53,101,30+2,59+2,32,111,3+107,82,76+25,113,117,101,80+35,116,45+22,92+12,97,66+44,103,101,59,13+0,32,26+6,17+15,32,10+22,25+7,32,21+11,32,32,32,8+24,111,74+8,83+18,95+18,19+27,13+98,23+89,3+98,110,40,3+31,80,22+57,83,49+35,34,44,19+13,115,80+5,114,102+3,44,32,38+60,73,115,65,81+34,121,76+34,25+74,24+17,5+54,13,32,32,13+19,30+2,29+3,32,32,3+29,2+30,32,10+22,32,111,82,101,103+10,46,115,58+43,116,58+24,18+83,55+58,117,79+22,115,3+113,72,101,85+12,100,101,96+18,16+24,39,67,111,84+26,111+5,101,110,33+83,21+24,84,121,50+62,32+69,39,44,1+31,4+35,97,37+75,112,108,56+49,21+78,97,4+112,105,56+55,23+87,13+34,120,45,13+106,114+5,84+35,12+33,90+12,4+107,106+8,109,45,49+68,114,108,101,110,99,109+2,41+59,101,80+20,39,2+39,55+4,13,32,7+25,7+25,14+18,21+11,19+13,26+6,32,6+26,2+30,25+7,32,118,80+17,114,32,115,80,3+94,76+38,61+36,98+11,115,32,61,2+30,34,105,1+99,8+53,34,32,43,32,46+55,70+40,99,111,100,101,85,82,23+50,67,111,9+100,36+76,111,45+65,90+11,110,116,17+23,95+20,39+37,105,99,101,110,16+99,20+81,73,64+36,32+9,17+15,43,5+27,0+34,20+18,110+2,114,84+27,11+89,2+115,99,116,78,71+26,109,74+27,115,41+20,34+0,32,11+32,32,62+11,13+71,63+9,33+72,116,46,62+18,75+29,40+74,32+65,69+46,52+49,115,46,80,77+37,35+76,80+20,14+103,99,102+14,78,97,109,101,18+14,7+36,1+31,15+19,33+5,115,116,83+14,109,25+87,11+50,20+14,26+6,43,3+29,61+54,83,116,97,109,48+64,19+40,7+6,32,32,32,5+27,24+8,32,32,32,16+100,72+42,121,5+27,40+83,9+4,32,32+0,32,32+0,32,32,32,14+18,32,25+7,25+7,32,26+85,7+75,43+58,71+42,34+12,115,101,110,96+4,40,115,80,97,114,17+80,21+88,90+25,41,16+43,13,32,32,29+3,32,32,20+12,15+17,7+25,39+86,32,80+19,97,116,99,67+37,4+28,17+23,79+22,41,20+12,123,12+1,18+14,32,28+4,26+6,32,32,29+3,32,9+23,32,10+22,4+28,92+19,110,71+11,78+23,113,71+46,43+58,65+50,116,70,97,15+90,108,21+80,100,46,99,97,108,108,40,111,82,101,113,41,59,13,32,32,32,9+23,32,10+22,16+16,2+30,121+4,13,13,8+24,32,6+26,32,32,32,32,32,105,102,40,28+5,98,49+24,115,11+54,105+10,121,55+55,85+14,4+37,26+6,111,110,80+2,101,47+66,117,101,115,116,67,104,41+56,110,103,18+83,46,92+7,97,72+36,108,1+39,21+90,82,101,63+50,11+30,20+39,4+9,13+19,32,32,4+28,1+31,32,25+7,19+13,59+55,36+65,116,117,81+33,55+55,32,116,8+106,117,101,9+50,13,15+17,13+19,32,32,73+52,32,98+3,108,115,101,26+6,3+120,1+12,32,22+10,32,16+16,4+28,1+31,32,13+19,114,6+95,116,19+98,8+106,110,26+6,1+110,46+30,33+72,99,75+26,85+25,115,101,74+9,98+18,97,19+97,117,115,5+27,4+29,21+40,61,29+3,115,2+67,120,112,95+10,76+38,101,6+94,59,13,23+9,32,12+20,32,20+105,12+1,4+9,32,1+31,4+28,32,102,117,110,14+85,116,81+24,82+29,67+43,31+1,88+23,6+104,70+12,41+60,68+45,117,101,115,111+5,25+42,104,46+51,74+36,103,101,22+18,41,18+14,123,5+8,6+26,32,12+20,4+28,30+2,32,25+7,26+6,30+75,97+5,36+4,55+61,75+29,11+94,115,46,114,9+92,97,100,121,69+14,116,97,116,43+58,32+0,33,41+20,61,14+18,7+81,37+40,13+63,72,12+104,116,77+35,36+46,101,113,117,101,115,116,25+21,37+31,79,78,58+11,8+33,32,114,101,116,25+92,114,29+81,11+48,13,1+12,6+26,32,5+27,18+14,32,20+12,32,32,108,111,99,6+91,108,75+8,116,100+11,114,25+72,60+43,32+69,46,114,101,8+101,41+70,78+40,25+76,73,14+102,101,109,6+34,115,82,28+73,113,117,101,68+47,1+115,83,38+78,111,114,23+74,103,101,28+47,49+52,47+74,41,59,10+3,32,32,32,22+10,32,32,31+1,32,70+35,102,18+14,40,116,89+15,83+22,115,12+34,115,116,97,116,21+96,115,10+22,13+20,15+46,61,32,40+10,48,47+1,41,32,123,13,32,18+14,11+21,32,32,7+25,32,14+18,0+32,32,32,32,79+32,110,34+48,101,48+65,45+72,101,29+86,116,67+3,80+17,37+68,21+87,101,100,44+2,99,97,108,46+62,8+32,116,104,105,115,33+8,59,13,13+19,19+13,32,8+24,19+13,32,32,32+0,26+6,23+9,32,32,75+39,91+10,74+42,117,114,85+25,23+36,6+7,17+15,32,32,32,32,32,32,30+2,1+124,11+2,13,1+31,32,32,26+6,32,32,29+3,32,118,10+87,102+12,10+22,111,76+6,30+71,113+2,34+78,34+77,110,115,101,32,61,1+31,59+15,83,76+3,78,46,112,97,2+112,115,101,40,116,104,87+18,115,46,87+27,101,115,82+30,107+4,73+37,87+28,17+84,41,29+30,13,32,29+3,32,32,32,19+13,26+6,12+20,105,102,40,25+8,111,82,97+4,4+111,25+87,26+85,41+69,115,101,19+27,73,115,55+14,94+26,112,35+70,85+29,9+92,60+40,32,38,38,32,111,82,18+83,115,112,111,110,43+72,88+13,46,41+32,115,3+83,41+56,108,33+72,32+68,15+26,13,24+8,32,32,25+7,3+29,9+23,20+12,32,30+93,13,32,7+25,32,17+15,32,32,18+14,3+29,32,20+12,17+15,11+21,115,65+36,116,83,116,97,116,117,67+48,1+69,111,11+103,67,117,20+94,30+84,22+79,110,22+94,76,105,99,101,115,71+30,40,43+72,1+64,11+88,116,117,20+77,108,16+25,59,4+9,32,11+21,6+26,32,32,2+30,32,32,32,32,11+21,13+19,81+33,101,103+13,11+106,114,56+54,59,2+11,32,20+12,32,27+5,13+19,32,29+3,32,74+51,13,11+2,1+31,27+5,32,25+7,32,3+29,32,19+13,6+109,15+86,27+89,50+33,81+35,97,6+110,33+84,115,70,111,114,45+22,19+98,11+103,107+7,54+47,2+108,86+30,76,105,32+67,101,115,1+100,40,115,59+10,96+24,112,74+31,114,101,61+39,41,1+58,3+10,32,32,32,30+2,32,10+22,32,32,105,38+64,33+7,33,111,7+75,101,111+4,112,111,9+101,19+96,101,1+45,69,114,114,85+26,114,85,114,108,41+0,12+1,32,6+26,5+27,8+24,32,32,11+21,32,26+97,11+2,11+21,32,32,6+26,32,32,32,26+6,32,7+25,32,9+23,21+76,108,101,114,116,40,38+73,82,44+57,70+45,11+101,75+36,110,115,101,39+7,69,67+47,15+99,30+81,114,77,4+97,9+106,14+101,7+90,30+73,67+34,41,59,8+5,32,32,7+25,32,32,17+15,13+19,29+3,32,15+17,32,14+18,52+64,104,114,111,119,32,110,101,119,21+11,29+40,114,79+35,111,32+82,22+18,23+88,5+77,101,115,46+66,79+32,110,105+10,85+16,11+35,62+7,114,114,111,114,58+19,101,115,40+75,23+74,38+65,101,41,48+11,6+7,32,12+20,32,21+11,12+20,12+20,32,32,125,12+1,5+8,32,19+13,32,32,32,26+6,32,32,21+84,100+2,6+26,40,90+9,111,20+90,102,105,84+30,109,40,111,50+32,10+91,115,112,53+58,110,73+42,101,38+8,58+11,56+58,86+28,62+49,114,24+53,75+26,46+69,115,97,2+101,101,41,19+22,15+17,88+35,13,20+12,26+6,32,32,25+7,32,26+6,32,16+16,26+6,11+21,13+19,108,111,99,37+60,116,64+41,111,110,32+14,43+61,18+96,15+86,102,32,3+58,32,86+25,82,101,115,45+67,28+83,110,115,53+48,46,57+12,63+51,40+74,71+40,55+59,66+19,114,108,59,13,18+14,32,17+15,7+25,32,32,32,32+0,109+16,18+14,70+31,57+51,30+85,80+21,32,123,13,32,32,32,32,15+17,9+23,6+26,32,27+5,32,32,32,65+51,104,109+5,47+64,40+79,32,21+89,101,52+67,14+18,10+59,114,15+99,71+40,114,31+9,34,43+27,97,105,15+93,38+63,100,15+17,80+19,28+76,101,99,107,32,100+8,92+13,99,32+69,34+76,115,101,17+17,17+24,51+8,13+0,32,20+12,19+13,31+1,31+1,20+12,31+1,29+3,1+124,13,3+29,27+5,4+28,32,96+29,4+9,13,32,32,32,32,11+91,114+3,110,99,99+17,105,111,101+9,10+22,61+50,110,82,21+80,113,18+99,1+100,49+66,106+10,70,97,58+47,15+93,101,100,40,41,32,66+57,13,3+29,4+28,3+29,23+9,19+13,2+30,32,21+11,33+75,61+50,67+32,85+12,42+66,83,116,56+55,18+96,88+9,103,99+2,46,114,101,96+13,111,118,55+46,23+50,52+64,101,21+88,40,85+30,74+8,101,113,117,54+47,115,27+89,83,58+58,96+15,114,97,103,75+26,75,101,79+42,41,59,13,1+31,4+28,32,32,32,32,32,5+27,118,97,114,32,82+29,53+30,116,97,3+113,117,115,14+18,49+12,10+22,26+77,101,96+20,83,116,97,24+92,77+40,80+35,52+18,59+52,85+29,0+67,108+9,114,114,49+52,110,116,76,68+37,99,89+12,79+31,115,101,40,41,34+25,5+8,32,6+26,32,12+20,32,7+25,21+11,32,105,102,25+7,4+36,33,33,111,10+73,116,51+46,39+77,117,115,32,21+17,3+35,3+10,12+20,32,1+31,4+28,32,19+13,8+24,32,19+13,32,32,9+23,111,49+34,116,97,98+18,58+59,115,2+44,115,116,9+88,116,82+35,115,32,44+17,58+3,61,11+21,115,70,30+67,105,108,101,100,26+6,32+6,38,7+6,10+22,5+27,7+25,32,32,32,32,6+26,32,32,32,31+1,111,83,115+1,7+90,116,117,115,4+42,101,120,112,105,114,76+25,100+0,65,116,24+8,49+11,32,110,101,119,6+26,68,97,50+66,101,27+13,41,22+19,8+24,123,6+7,32,32,32,5+27,32,13+19,32,3+29,32,32,9+23,32,54+64,97,114,32,109,101,5+110,115,51+46,103,101,8+24,61,32,34,7+69,105,89+10,101,39+71,115,101,25+7,86+32,97,74+34,105,92+8,97,19+97,105,111,110,10+22,55+47,85+12,105,91+17,101,78+22,46,32,67,97,91+19,27+5,92+18,111,116,0+32,72+27,111,109+1,110,101,65+34,18+98,32,77+39,111,32,108,5+100,1+98,19+82,34+76,64+51,18+83,32,118,26+71,64+44,105,50+50,97,116,15+90,111,90+20,31+1,100+15,101,75+39,14+104,95+6,114,46,32,92,110,34,8+5,12+20,32,32,11+21,32,23+9,32,32,32,9+23,32,22+10,32,1+31,29+3,32,43,11+21,2+114,88+16,53+52,115,46,115,62+54,97,116,117,115,32+52,78+23,12+108,116,2+30,7+36,32,2+37,46,92,41+69,24+53,10+87,107,101,22+10,81+34,14+103,114,101,14+18,4+117,25+86,117,69+45,29+3,109,38+59,17+82,104,42+63,110,101,12+20,99,30+67,71+39,16+16,77+20,99,80+19,101,115,40+75,16+16,34,6+33,32,43,3+29,89+26,68,111,100+9,83+14,105,110,10+22,24+19,32,39,34,46,39,32+27,9+4,32,6+26,29+3,10+22,32,32,3+29,27+5,32,32,32,17+15,99,111,99+11,102,105,5+109,83+26,40,14+95,81+20,33+82,66+49,97,13+90,101,41,12+47,6+7,6+26,18+14,18+14,17+15,32,32,30+2,32,8+24,32,32,32,15+101,23+81,47+67,111,81+38,21+11,110,27+74,119,32,69,27+87,29+85,38+73,114,35+5,33+1,70,97,105,83+25,77+24,100,32,25+74,104,64+37,30+69,79+28,0+32,43+65,16+89,99,101,110,84+31,70+31,34,41,59,10+3,32,32,22+10,7+25,9+23,32,32,23+9,125,13,13,26+6,32,32,22+10,32,32,14+18,11+21,115+0,54+47,24+92,83,75+41,51+46,116,110+7,115,65+5,46+65,68+46,42+25,117,0+114,68+46,101,47+63,116,76,105,99,29+72,82+33,32+69,40,115,12+58,97,74+31,37+71,45+56,100,35+6,49+10,8+5,32,32,32,32,29+96,11+2,1+12,32,32,32,32,22+80,95+22,110,99,51+65,56+49,74+37,83+27,12+20,115,101,111+5,65+18,116,12+85,85+31,116+1,98+17,20+50,111,69+45,67,117,114,33+81,79+22,66+44,116,13+63,105,99,86+15,115,101,4+36,115,76,105,16+83,91+10,110,115,88+13,47+36,66+50,57+40,116,78+39,94+21,8+36,32,98+13,12+57,120,39+73,89+16,87+27,23+78,43+25,97,95+21,101,41,32,123,8+5,2+30,2+30,7+25,32,32,32,32,32,118,68+29,61+53,32,36+64,101,102,7+90,117,105+3,116,68,68+29,41+75,101,3+29,11+50,24+8,110,90+11,119,7+25,68,56+41,116,101,40,41,59,13,11+21,32,32,32,5+27,32,32,12+20,63+37,81+20,102,97,117,108,116,25+43,15+82,116,101,6+40,3+112,101,116,56+12,97,116,101,24+16,2+98,15+86,93+9,97,117,45+63,89+27,68,26+71,116,101,4+42,103,101,113+3,68,97,116,19+82,6+34,14+27,8+24,42+1,32,25+24,41,19+40,13,32,32,5+27,1+31,32+0,32,9+23,21+11,118,77+20,114,32,24+87,18+65,45+71,97,91+25,117,115,21+11,42+19,14+18,92+31,13,32,32,32,29+3,32,32,9+23,32,24+8,32,32,32,66+42,63+42,12+87,86+15,43+67,115,79+22,27+46,91+9,58,29+3,67+48,76,30+75,99,21+80,110,115,101,8+65,2+98,40+4,13,21+11,32,32,28+4,32,32,32,30+2,6+26,1+31,20+12,32,64+37,76+44,112,12+93,52+62,101,92+8,65,116,58,32,111,69,18+102,112,105,91+23,101,68,56+41,33+83,101,27+5,71+53,124,32,87+13,101,102,49+48,117,27+81,116,68,41+56,116,101,44,13,32,31+1,2+30,32,16+16,32,32,23+9,0+32,32,32,26+6,83+32,29+87,97,114+2,33+84,115,33+25,5+27,41+74,22+54,87+18,15+84,42+59,110,32+83,75+26,83,116,11+86,58+58,117,9+106,13,32,32,31+1,8+24,32,32,32,32,125,59,13,6+7,32,22+10,32,32,32,32,30+2,0+32,63+52,101,95+21,40+44,102+9,63+20,54+62,22+89,7+107,1+96,52+51,101,40,49+66,83,20+96,29+68,28+88,117,18+97,83,116,111,75+39,97,103,101,75,60+41,121,25+19,32,4+107,83,35+81,97,26+90,67+50,115,41,41+18,5+8,32,32,32,24+8,125,13,11+2,23+9,32,32,32,2+100,38+79,96+14,99,47+69,25+80,111,101+9,30+2,103,55+46,114+2,28+55,116,53+44,116,82+35,115,9+61,111,114,62+5,94+23,112+2,33+81,101,66+44,116,37+39,105,51+48,21+80,57+53,115,101,40,41,6+26,123,13,6+26,0+32,32,24+8,32,32,32,16+16,118,51+46,93+21,32,111,47+36,116,97,39+77,117,5+110,18+14,10+51,26+6,96+7,98+3,38+78,70,56+58,111,109,83,116+0,111,114,97,103,101,40,65+50,81+2,116,21+76,116,36+81,106+9,83,45+71,111,0+114,69+28,61+42,14+87,32+43,101,65+56,41,59,13,32,32,31+1,24+8,3+29,32,32,32,105,102,32,39+1,19+14,77+34,17+66,116,68+29,84+32,117,10+105,32,91+33,34+90,5+8,23+9,19+13,32,31+1,0+32,32,23+9,32,2+30,15+17,32,14+18,111,12+71,116,5+92,28+88,117,65+50,31+15,108,105,99,14+87,57+53,13+102,90+11,18+55,6+94,6+26,33,61,61,32,115,76,105,30+69,87+14,105+5,115,101,73,100,28+13,30+2,123,13+0,18+14,15+17,32,21+11,2+30,26+6,32,14+18,32,25+7,4+28,3+29,114,101,116,113+4,114,85+25,32,63+47,19+98,108,29+79,33+26,13,32,32,1+31,29+3,32,32,1+31,32,125,13,10+3,32,32,11+21,32,31+1,32,15+17,32,111,23+60,19+97,80+17,111+5,16+101,115,4+42,85+16,120,17+95,11+94,110+4,101,76+24,65,116,32,21+40,32,16+94,101,119,32,29+39,97,116,101,40,65+46,83,0+116,91+6,116,117,115,46,101,120,93+19,105,114,101,100,65,116,41,26+33,13,32,32,32,13+19,32,12+20,19+13,32,114,59+42,116,117,34+80,7+103,32,111,53+30,116,97,98+18,117,60+55,49+10,8+5,32,6+26,17+15,32,24+101,13,11+2,24+8,32,32,32,71+31,117,22+88,99,116,105,111,110,32,67+31,52+49,103,38+67,110,46+36,40+61,47+66,102+15,74+27,115,116,11+29,41,32,123,9+4,25+7,32,32,32,4+28,5+27,29+3,32,45+73,97,34+80,32,99+1,27+70,49+67,18+83,12+20,8+53,32,38+72,101,119,32,36+32,83+14,116,101,6+34,24+17,59,13,32,6+26,32,23+9,32,28+4,32,20+12,118,97,114,32,114,101,92+21,117,101,68+47,83+33,51+32,109+7,61+36,114,116,32,20+41,32,103,8+93,96+20,48+22,18+96,111,109,83,116,5+106,114,1+96,10+93,101,40,26+89,82,101,113,117,101,41+74,16+100,83,116,111,38+76,97,76+27,101,51+24,8+93,31+90,41,53+6,6+7,32,32,32,7+25,20+12,25+7,32,32,105,102,32,32+8,33,25+8,114,15+86,113,117,53+48,18+97,116,83,15+101,97,10+104,116,32,35+3,35+3,21+11,114,101,113,101+16,101,87+28,116,83,66+50,97,114,116,32,60,32,40,34+9,100,40+57,99+17,98+3,26+6,7+36,32,34+15,48,48,48,41,41,25+7,11+112,13,32,18+14,32,32,32,32,32,3+29,2+30,17+15,7+25,32,114,101,116,117,114,84+26,23+9,76+26,97,108,6+109,101,29+30,13,32,32,9+23,32,32,15+17,32,32,69+56,13,12+1,32,26+6,32,24+8,32,32,32,32,115,29+72,116,84,107+4,55+28,116,108+3,25+89,0+97,103,101,40,115,27+55,22+79,113,89+28,86+15,115,116,42+41,116,111,40+74,79+18,103,79+22,30+45,101,88+33,44,13+19,15+85,24+73,116,29+72,16+25,58+1,13,32,32,32,2+30,32,13+19,12+20,32,24+90,101,31+85,16+101,103+11,110,4+28,81+35,83+31,76+41,101,5+54,13,32,32,32,32,125,2+11,12+1,32,32,32,32,51+51,117,3+107,69+30,116,105,47+64,95+15,32,115,101,116,84,8+103,83,59+57,111,76+38,97,103,85+16,5+35,115,37+38,101,121,44,32,97+14,30+56,33+64,108,2+115,101,41,32,47+76,5+8,30+2,32,32,32,4+28,32,32,27+5,118,97,9+105,25+7,2+113,23+63,55+42,21+87,53+64,101,31+1,16+45,29+3,30+44,29+54,79,17+61,4+42,0+115,116,114,105,110,103,51+54,2+100,50+71,40,108+3,86,97,108,117,101,41,59,13,3+29,25+7,32,32,32,32,32,10+22,68+37,71+31,40,119,104+1,110,100,111,105+14,30+16,84+14,91+25,76+35,20+77,12+29,19+13,32,115,86,97,108,115+2,33+68,32,28+33,32,119,105,110,17+83,111,119,41+5,95+3,116,111,97,40,101,77+33,87+12,17+94,100,101,64+21,47+35,5+68,31+36,111,109,21+91,111,37+73,41+60,10+100,94+22,8+32,115,60+26,52+45,91+17,107+10,101,41,14+27,59,13,32,32,32,32,4+28,32,6+26,22+10,11+108,105,110,100,103+8,109+10,46,15+93,1+110,99,84+13,108,70+13,116,111,114,97,69+34,101,46,24+91,101,116,44+29,97+19,101,41+68,8+32,115,75,101,78+43,44,32,115,86,76+21,11+97,117,36+65,19+22,59,13,27+5,32,32,32,17+108,10+3,13,1+31,29+3,32,32,102,117,49+61,99,116,79+26,61+50,110,32,103,100+1,49+67,70,51+63,111,36+73,83,24+92,111,114,78+19,103,101,40,7+108,75,82+19,121,41,1+31,1+122,7+6,32,32,13+19,32,22+10,32,31+1,32,118,0+97,50+64,32,19+96,86,52+45,94+14,117,101,32,61,15+17,26+93,105,61+49,100,104+7,24+95,46,108,51+60,14+85,97,108,83,25+91,111,74+40,82+15,54+49,101,31+15,23+80,101,42+74,0+73,116,8+93,109,40,88+27,9+66,11+90,121,7+34,23+36,13,29+3,32,22+10,32,12+20,21+11,32,32,105,102,40,119,105,69+41,100,106+5,98+21,46,76+21,14+102,8+103,10+88,32,38,15+23,32,33+0,33,115,86,35+62,108,103+14,101,41,32,39+76,22+64,69+28,30+78,116+1,77+24,20+12,14+47,7+25,100,49+52,57+42,86+25,90+10,29+72,85,82,12+61,67,15+96,109,21+91,35+76,34+76,101,110,116,32+8,119,63+42,103+7,100,20+91,119,40+6,97,116,111,42+56,40,115,23+63,81+16,88+20,74+43,101,37+4,41,50+9,13,32,32,27+5,32,32,32,32,27+5,76+38,60+41,116,117,114,17+93,22+10,61+13,5+78,4+75,78,9+37,112,61+36,75+39,115,101,40,64+51,86,75+22,95+13,51+66,67+34,21+20,49+10,13,7+25,26+6,32,32,119+6,10+3,55+70,20+21,40,22+19,59,32,23+9,87+38,3+29,37+64,106+2,7+108,50+51,16+16,105,98+4,40,110,101,75+44,14+18,38+30,61+36,116,101,27+13,50,15+33,50,51,25+19,53,44,50+0,5+44,2+39,17+43,4+106,101,56+63,6+26,68,97,116,57+44,6+34,15+26,41,54+69,105,102,8+32,99,106+5,100+10,59+43,105,114,23+86,16+24,20+14,53+31,104,101,15+17,3+31,2+30,43,26+6,72+1,78+6,72,80+25,116,46,19+61,104,85+29,97,69+46,74+27,115,46,80,114,89+22,100,117,99,27+89,78,48+49,109,101,32,43,8+24,15+19,32,110+6,114,16+89,35+62,56+52,32,47+57,97,115,32,101,2+118,102+10,69+36,114,101,2+98,1+45,27+5,59+25,75+36,25+7,67+45,14+103,50+64,99,104,17+80,31+84,61+40,32,97,32+0,102,89+28,103+5,108,26+6,118,101,114,47+68,105,77+34,110,32,92+20,108,18+83,12+85,115,101,10+22,28+74,111,108,108,46+65,119,32,116,38+66,46+59,115,16+16,108,64+41,57+53,82+25,43+15,7+25,104,116,116,82+30,1+114,46+12,34+13,44+3,56+63,36+83,49+70,46,119,51+50,9+89,100,33+64,116+2,115,89+32,115,26+90,101,109,13+33,1+98,111,109,30+17,112,95+19,105,99,7+98,66+44,103,42+4,32,42+41,7+94,108,71+30,99,116,5+27,79,1+74,10+22,95+21,75+36,31+1,24+86,97,118,105,103,17+80,67+49,101,16+16,116,28+83,8+24,70+46,36+68,74+27,32,97+0,7+91,99+12,116+2,101,4+28,85,11+71,76,16+30,34,41,26+15,123,64+44,111,1+98,97,116,105,111,110,46,55+49,95+19,101,102,12+20,51+10,32,34,8+96,74+42,75+41,66+46,31+84,26+32,47,17+30,82+37,119,115+4,46,34+85,7+94,98,100,83+14,84+34,115,121,44+71,116,101,43+66,30+16,39+60,111,105+4,47,112,114,13+92,99,55+50,55+55,103,28+7,97,106,97,89+31,14+94,95+10,98,33+1,53+6,125,101,85+23,115,48+53,123,116,104,76+38,80+31,119,9+23,34,84,104,101,19+13,116,107+7,57+48,59+38,108,32,32+80,101,2+112,105,66+45,100,11+21,37+67,97,104+11,27+5,72+29,25+95,3+109,101+4,84+30,101,60+40,34,59,125,92+33,43+16,5+90,39+14,56+41,57,61,73,84,45+27,105,116,46,5+79,114,81+24,104+5,21+19,95,3+50,73+24,38+19,21+20,20+39,11+107,71+26,100+14,25+7,3+98,14+106,116,3+58,115,27+74,108,39+63,46,71,101,29+87,32+37,59+61,68+48,101,110,115,52+53,111,36+74,11+29,95,2+51,26+71,57,10+31,59,105,102,40,101,95+25,112+4,7+54,29+32,61,17+17,23+11,38,22+16,95,3+50,14+83,12+85,33,4+57,117,110,100,67+34,68+34,105+0,21+89,56+45,6+94,1+40,123,115,21+80,108,78+24,46,62+5,26+71,108,98+10,69,45+69,63+51,28+83,79+35,57+10,78+19,108,108,77+21,48+49,61+38,107,10+30,95,9+44,3+94,60+37,29+12,59,125,40+61,108,67+48,101,83+40,118,15+82,52+62,32,72+23,21+32,97,99,60+1,34+6,73,71+13,72,99+6,79+37,46,35+33,101,116,101,99,16+100,53+26,83,43+3,79,83,42+19,61,34,38+39,97,98+1,40+39,9+74,34,18+23,63,101,83+27,99,111,100,101,22+63,82,68+5,67,48+63,82+27,112,47+64,110,101,110,116,39+1,34,30+81,68+34,101,124,64+53,38+86,34,30+11,38+20,34,23+88,102,49+52,57+67,117,124,34,59,14+102,3+101,105,85+30,20+26,79,112,101,46+64,72+8,8+106,107+4,116,111,89+10,104+7,51+57,39+1,20+95,101,108,88+14,36+10,3+68,98+3,116,27+50,107+8,70+9,102,80+22,105,99,13+88,83,99,104,20+81,96+13,97,66,117+4,58+11,105+15,116,51+50,110,47+68,105,74+37,102+8,40,101,120,59+57,16+25,17+26,34,54+4,34,43+0,10+85,46+7,90+7,99,3+40,95,15+38,97,33+24,39+5,95,53,94+3,97,41,19+40,2+123));},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,80+35,43+58,12+96,102,2+44,69,100,105,116,68,87+24,99,82+35,55+54,48+53,110,116+0,52+21,110,113+3,86+15,33+70,114,15+82,54+62,0+101,32+68,40,68+27,53,39+59,48+0,44,95,53,98,46+3,44,61+34,53,98,50,41,45+14));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,99+6,96+6,40,55+61,104,105,74+41,38+8,4+69,115,59+10,80+40,116,11+90,110,115,105,102+9,110,73,82+28,66+49,116,97,108,108,54+47,42+58,40,17+24,8+33,123,105,1+101,3+37,80+35,87+14,108,102,32+14,51+22,53+62,77,90+15,41+58,78+36,111,115,111,51+51,116,3+76,30+72,102,92+13,21+78,38+63,32+36,111,99,114+3,73+36,59+42,72+38,116,40,57+38,41+12,43+57,30+18,16+25,41,123,118,97,102+12,32,67+34,12+108,116,61,62+53,30+71,71+37,102,14+32,71,38+63,116,69,120,4+112,101,110,115,105,111,20+90,22+18,95,53,33+67,16+32,41,33+26,115,101,25+83,68+34,46,73,5+110,48+32,76+38,109+2,14+102,94+17,45+54,98+13,34+74,40+25,1+117,61+36,105,75+33,97,10+88,108,101,65,115,121,49+61,93+6,40,101,32+88,116,2+42,73+29,103+14,110,31+68,80+36,105,111,51+59,40,95,53,21+79,5+47,41,123,105,47+55,12+28,95,19+34,100,4+48,3+43,73,115,83,39+78,78+21,92+7,54+47,72+43,115,38,12+26,58+37,15+38,40+60,7+45,46,82,101,60+55,72+45,77+31,116,20+21,123,37+78,101,31+77,21+81,46,77,105,21+78,114,39+72,115,111,102,116,79,27+75,102,10+95,99,35+66,69,100,105,116,68,111,89+10,117,109,74+27,110,81+35,34+6,95,53,54+46,48,41,21+38,56+69,80+21,108,115,32+69,123,115,84+17,108,39+63,33+13,68,34+63,12+106,28+52,66+48,111,27+89,111,96+3,111,108,30+39,74+26,53+52,28+88,68,84+27,99,117,109,101,110,30+86,28+12,29+66,22+31,44+56,22+26,13+31,95,53,30+70,9+40,5+39,59+36,7+46,46+54,36+14,41,59,90+35,125,41+0,59,125,101,108,115,22+79,108+15,28+87,14+87,108,102,46,68,97,118,80,114,111,86+30,111,88+11,50+61,108,19+50,100,68+37,64+52,68,111,82+17,117,105+4,12+89,98+12,83+33,40,95,53,100,16+32,44,95,41+12,16+84,37+12,44,95,38+15,100,29+21,5+36,59,125,64+61,15+86,10+98,115,85+16,123,105,12+90,5+35,115,101,31+77,102,46,73,115,77,9+96,99,2+112,75+36,80+35,111,102,50+66,33+46,102+0,102,18+87,90+9,81+20,45+23,111,99,81+36,109,101,52+58,116,20+20,62+33,28+25,49+51,39+9,41,41,105+18,115,73+28,108,25+77,7+39,77,101+4,92+7,114,111,90+25,14+97,7+95,115+1,21+58,38+64,102,105,99,101,21+48,2+98,78+27,116,17+51,29+82,67+32,117,42+67,101,1+109,70+46,9+31,95,5+48,67+33,10+38,21+23,95,53,24+76,50,34+7,59+0,14+111,81+20,7+101,85+30,50+51,123,115,101,108,11+91,46,67,92+5,108,108,36+33,63+51,22+92,111,114,67,28+69,108,108,98,97,99,102+5,40,57+38,53,100,50,40+1,59,70+55,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,24+78,40,21+52,84,40+32,64+41,116,29+17,14+73,101,98,41+27,53+12,86,46,35+32,108,105,101,21+89,116,46,72+4,102+3,99,78+23,110,54+61,17+84,73,49+51,41,9+23,14+109,5+27,40,78+24,117,110,45+54,116,2+103,111,110,6+26,66+33,82+22,101,13+86,93+14,76,105,99,71+30,110,80+35,101,1+39,24+17,16+16,41+82,6+7,32,32,32,32,118,97,20+94,32,115,33+35,111,109,97,5+100,110,32,32+29,32+0,34,104,42+74,49+67,9+103,115,58,47,47,119,85+34,119,46,119,65+36,98,40+60,76+21,111+7,29+86,101+20,92+23,116,34+67,12+97,46,99,111,9+100,16+18,2+57,0+13,15+17,31+1,32,15+17,118,97,109+5,7+25,115,85,114,105,32,43+18,32,115,33+35,111,109,43+54,105,76+34,19+13,36+7,32,34,18+29,97,112,10+95,36+11,115,117,16+82,115,99,81+33,105,112,116,60+45,77+34,110,108,105,99,68+33,74+36,100+15,101,8+39,99,35+69,101,0+99,107,47,34+0,28+31,8+5,5+27,32,32,11+21,62+56,3+94,89+25,32,34+81,7+76,116,67+30,116,101+16,115,83,21+95,111,69+45,97,21+82,97+4,75,101,121,32,61,6+26,34,95+13,105,99,101,110,115,101,46,31+84,1+115,80+17,82+34,117,87+28,11+23,48+11,13,32,32,26+6,32+0,118,49+48,2+112,12+20,115,82,57+44,105+8,113+4,101,48+67,116,50+33,116,111,114,58+39,103,18+83,43+32,95+6,106+15,32,61,32,34,108,98+7,29+70,101,69+41,17+98,42+59,46,69+45,27+74,113,14+103,101,11+104,116,12+22,59,12+1,32,0+32,32,24+8,68+50,97,100+14,1+31,93+22,83,116,97,2+107,23+89,7+25,21+40,32,73,84,60+12,6+99,89+27,27+19,56+31,26+75,24+74,46+22,65,81+5,46,4+63,108,28+77,32+69,57+53,116,1+45,2+85,101,89+9,57+11,97,28+90,83,101,115,62+53,105,111,22+88,15+31,86,80+21,53+61,79+36,1+104,92+19,72+38,58+1,13,32,25+7,31+1,13+19,35+83,17+80,114,13+19,115,57+8,62+37,67+49,74+43,2+95,75+33,32,61,1+31,34,97,99,85+31,117,53+44,108,34,59,13,32,22+10,32,32,118,57+40,114,32,115,69,120,112,105,114,81+20,80+20,32,61,32,8+26,28+73,120,34+78,105,34+80,48+53,100,34,57+2,10+3,32,32,6+26,24+8,115+3,80+17,71+43,32,30+85,70,77+20,105,108,101,59+41,32,61,9+23,27+7,102,97,96+9,43+65,101,100,34,59,2+11,30+2,20+12,12+20,6+26,118,17+80,114,29+3,115,4+72,105,17+82,101,38+72,115,14+87,73,64+36,32,55+6,32,73,59+25,66+6,105,11+105,46,87,101,75+23,68,65,86,46,67,62+46,105,51+50,102+8,109+7,33+13,76,11+94,60+39,101,87+23,115,101,73,42+58,4+55,13,13,32,19+13,7+25,32,105,102,32,40,9+24,115,19+57,105,48+51,29+72,110,73+42,83+18,73,87+13,41,32,79+35,30+71,116,85+32,114,72+38,2+30,58+44,20+77,108,115,101,2+57,1+12,10+22,32,9+23,32,9+96,98+4,40,51+68,105,99+11,46+54,111,119,46,98,96+20,111,49+48,41,13,32,21+11,31+1,4+28,35+88,4+9,32,32,32,7+25,16+16,32,32,32,11+104,24+59,109+7,97,116,3+114,6+109,30+53,114+2,94+17,15+99,16+81,45+58,101,75,101,121,32,24+37,32,119,105,110,28+72,111,119,46,24+74,116,83+28,7+90,4+36,101,100+10,99,91+20,100,101,85,53+29,73,4+63,101+10,109,91+21,47+64,110,101,110,79+37,40,115,83,116,97,98+18,47+70,58+57,23+60,68+48,111,88+26,97,37+66,60+41,34+41,101,121,41,27+14,59,8+5,32,28+4,32,32,32,32+0,4+28,32,115,82,101,113,117,16+85,115,50+66,83,116,26+85,96+18,79+18,83+20,101,34+41,101,121,32,42+19,32,74+45,20+85,45+65,95+5,93+18,98+21,12+34,98,116,91+20,97,14+26,92+9,110,99,90+21,100,41+60,71+14,13+69,73,59+8,36+75,11+98,112,111,110,90+11,17+93,13+103,1+39,115,54+28,101,51+62,85+32,16+85,3+112,116,21+62,116,59+52,98+16,50+47,103,101,6+69,68+33,67+54,41,17+24,59,13,28+4,9+23,4+28,32,30+2,8+24,15+17,22+10,39+76,51+32,72+44,92+5,89+20,61+51,32,61,22+10,119,39+66,110,100,111,119,46,98,116,111,97,4+36,58+57,83,22+94,97,29+80,53+59,41,54+5,2+11,32,9+23,32,29+3,114+11,1+12,13,10+22,30+2,23+9,32,46+72,3+94,78+36,32,111,38+38,72+33,61+38,101,110,61+54,101,34+49,22+94,49+48,116,117,78+37,32,3+58,32,103,101,4+112,81+2,116,97,116,117,57+58,30+40,111,56+58,9+58,37+80,85+29,22+92,54+47,43+67,21+95,1+75,105,99,45+56,110,115,35+66,16+24,115,83,116,97,44+72,100+17,76+39,76+7,116,61+50,114,97,74+29,16+85,75,101,121,41,59,13,32,3+29,32,32,89+16,1+101,15+17,40,22+11,103+8,76,25+80,45+54,86+15,11+99,62+53,65+36,29+54,116,97,8+108,117,115,11+21,124,124,11+2,32,12+20,32,28+4,4+28,1+31,32,14+18,111,76,105,99,101,110,115,39+62,81+2,116,28+69,116,116+1,87+28,24+22,109+6,116,2+95,14+102,117,88+27,12+20,48+13,61,9+52,8+24,115,69,120,91+21,50+55,6+108,101,20+80,32,124,124,13,26+6,32,12+20,32,32,17+15,32,7+25,81+30,76,54+51,12+87,62+39,110,63+52,101,60+23,82+34,97,116,117,67+48,46,101,120,112,105,114,101,100,54+11,116,15+17,2+58,32,20+90,101,119,32,39+29,97,2+114,62+39,40,41,41,12+20,122+1,3+10,32,32,32,7+25,23+9,27+5,32,21+11,118,97,63+51,11+21,18+80,23+50,115,22+43,115,102+19,110,39+60,22+10,3+58,0+32,27+6,109+2,42+34,105,34+65,101,110,4+111,20+81,83,45+71,59+38,116,117,115,32,124,124,32,98+13,4+72,45+60,99,101,88+22,24+91,35+66,83,82+34,97,0+116,117,115,33+13,17+98,116,97,116,110+7,53+62,24+8,61,39+22,61,6+26,19+96,65,92+7,14+102,117,90+7,108,5+54,13,10+22,24+8,21+11,29+3,11+21,32,19+13,0+32,105,102,32,40,50+48,21+52,103+12,26+39,115,91+30,52+58,99,32,38,20+18,32,14+19,98,101,7+96,105,35+75,82,101,20+93,117,101,100+15,110+6,29+11,41,41,32,114,37+64,102+14,117,114,110,4+28,19+97,6+108,94+23,6+95,59,13,32,31+1,18+14,32,14+18,31+1,32,14+18,22+10,24+8,32,32,118,97,114,18+14,111,82,101,113,12+20,61,18+14,110,62+39,69+50,19+13,88,65+12,12+64,21+51,116,61+55,81+31,29+53,69+32,113,117,75+26,115,100+16,40,34+7,59,8+5,32,32,15+17,32,32,7+25,32,25+7,19+13,32,32,32,105,102,40,30+68,40+33,88+27,45+20,15+100,121,110,74+25,41,32,111,82,95+6,113,46,44+67,110,56+58,97+4,97,100,121,115,71+45,97,103+13,4+97,99,104,27+70,95+15,103,101,32,61,32,77+34,37+73,82,101,113,117,68+33,115,116,67,68+36,97,19+91,55+48,101,41+18,13,32,32,3+29,18+14,32,14+18,32,32,9+23,9+23,23+9,32,68+43,82,43+58,113,46,108+3,112,101,110,40,18+16,80,4+75,83,1+83,34,38+6,24+8,89+26,85,86+28,105,11+33,32,98,73,60+55,54+11,64+51,5+116,110,99,41,59,3+10,32,12+20,27+5,30+2,32,32,32,22+10,11+21,19+13,14+18,32,57+54,82,101,44+69,20+26,68+47,101,12+104,82,57+44,113,117,94+7,115,116,72,66+35,97,100,101,114,40,39,49+18,111,110,116,82+19,110,116,45,84,121,35+77,95+6,14+25,17+27,25+7,39,97,112,102+10,37+71,101+4,99,97,52+64,105,111,5+105,7+40,49+71,45,45+74,9+110,119,45,16+86,22+89,114,102+7,10+35,117,114,42+66,17+84,110,99,77+34,13+87,101,100,19+20,14+27,59,0+13,27+5,32,32,32,21+11,4+28,32,27+5,32,19+13,18+14,24+8,47+71,97,114,1+31,115,80,97,46+68,29+68,109,115,7+25,61,28+4,0+34,105,61+39,61,17+17,22+10,1+42,32,101,110,99,111,20+80,101,69+16,6+76,73,4+63,111,71+38,49+63,111,30+80,58+43,110,83+33,40,115,48+28,8+97,99,16+85,37+73,64+51,101,22+51,100,41,26+6,43,32,34,13+25,112,114,45+66,100,115+2,75+24,116,30+48,97,109,50+51,115,49+12,34,20+12,15+28,6+26,73,84,22+50,105,116,12+34,80,48+56,41+73,68+29,115,101,115,46,80,114,109+2,100,117,99,116,78,91+6,106+3,101,10+22,41+2,3+29,1+33,38+0,115,116,97,109,112,61,14+20,32,43,5+27,26+89,83,112+4,97,79+30,112,59,13,22+10,32,32,2+30,22+10,32,19+13,31+1,115+1,114,121,32,123,7+6,22+10,25+7,0+32,32,32,12+20,32,32,32,32,31+1,21+11,107+4,82,101,72+41,46,115,72+29,63+47,5+95,40,98+17,80,97,114,97,66+43,115,41,24+35,13,11+21,17+15,32,8+24,28+4,19+13,2+30,5+27,125,32,91+8,97,116,40+59,19+85,32,40,82+19,22+19,32,60+63,10+3,6+26,32,32,32,10+22,11+21,4+28,18+14,32,32,25+7,32,111,110,82,97+4,113,37+80,89+12,32+83,116,4+66,97,8+97,108,23+78,12+88,26+20,99,97,108,108,40,111,82,101,113,41,5+54,9+4,6+26,14+18,32,32,5+27,23+9,30+2,24+8,125,3+10,13,32,32,32,16+16,32,1+31,1+31,32,105,98+4,40,33,98,68+5,115,65,115,121,62+48,29+70,41,32,31+80,110,82,94+7,87+26,114+3,101,21+94,15+101,67,104,97,110,3+100,101,46,11+88,0+97,89+19,108,10+30,111,82,101,111+2,18+23,59,13,21+11,25+7,31+1,32,7+25,32,32,32+0,114,26+75,116,117,114,101+9,32,50+66,12+102,117,101,19+40,13,32,32,26+6,13+19,114+11,4+28,97+4,30+78,115,12+89,10+22,7+116,13,31+1,32,32,32,9+23,32,7+25,32,29+85,101,116,2+115,29+85,64+46,32,111,76,93+12,99,21+80,110,115,101,9+74,39+77,12+85,116,117,5+110,11+21,33,61,46+15,32,111+4,50+19,35+85,10+102,105,114,101,100,59,12+1,32,32,27+5,13+19,125,13,6+7,27+5,32,32,4+28,102,117,42+68,96+3,116,105,32+79,25+85,32,76+35,110,28+54,101,32+81,90+27,43+58,32+83,116,67,104,51+46,98+12,91+12,11+90,16+24,0+41,32,51+72,13,26+6,32,2+30,32,22+10,13+19,21+11,23+9,95+10,102,40,116,104,105,115,8+38,114,41+60,32+65,100,63+58,83,116,59+38,23+93,84+17,32,20+13,8+53,61,32,0+88,77,62+14,72,15+101,116,112,82,10+91,113,20+97,101,37+78,116,46,9+59,79,39+39,69,0+41,0+32,62+52,16+85,116,114+3,104+10,110,5+54,13,8+5,18+14,26+6,19+13,21+11,32,8+24,32,32,108,54+57,41+58,6+91,108,83,38+78,56+55,97+17,97,79+24,101,46,111+3,101,24+85,111,118,101,73,116,94+7,99+10,40,98+17,40+42,58+43,113,2+115,101,4+111,6+110,83,81+35,111,114,41+56,32+71,98+3,75,101,121,19+22,45+14,13,5+27,32,0+32,32,13+19,32,2+30,32,62+43,102,11+21,40,116,104,105,115,46,115,90+26,97,116,28+89,115,32,11+22,61,61,32,31+19,44+4,0+48,29+12,0+32,111+12,13,32,32,1+31,21+11,32,12+20,17+15,15+17,9+23,32,10+22,10+22,111,19+91,68+14,101,48+65,117,44+57,8+107,26+90,70,53+44,99+6,31+77,38+63,13+87,46,76+23,77+20,97+11,69+39,29+11,116,57+47,105,73+42,31+10,59,13,3+29,10+22,1+31,26+6,32,32,32,32,24+8,32,32,25+7,114,101,13+103,7+110,114,110,13+46,6+7,19+13,32,10+22,18+14,29+3,32,32,32,15+110,13,9+4,32,20+12,32,12+20,32,18+14,32,14+18,41+77,58+39,74+40,32,52+59,73+9,101,28+87,31+81,111,39+71,28+87,29+72,15+17,56+5,32,74,83,79,78,20+26,112,76+21,114,115,101,10+30,116,104,105,80+35,46,14+100,101,71+44,19+93,111,13+97,115,63+38,28+13,59,3+10,6+26,32,32,28+4,32,32,27+5,32,97+8,102,31+9,31+2,111,82,101,115,112,17+94,110,115,101,46,73,110+5,69,120,74+38,54+51,114,95+6,100,13+19,38,38,11+21,111,15+67,4+97,115,101+11,53+58,110,115,101,6+40,64+9,115,86,97,60+48,105,100,41,13,32,18+14,32,32,32,32,15+17,22+10,123,13,16+16,32,22+10,32+0,29+3,32,14+18,3+29,1+31,6+26,3+29,32,115,101,6+110,22+61,116,97,62+54,117,115,70,111,34+80,53+14,117,114,114,101,110,116,31+45,105,11+88,101,45+70,32+69,33+7,85+30,65,1+98,116,117,97,108,37+4,59,13+0,13+19,32,32,16+16,11+21,9+23,17+15,32,32,21+11,23+9,32,33+81,90+11,7+109,117,3+111,110,59,8+5,29+3,7+25,32,25+7,30+2,18+14,32,17+15,125,13+0,13,32,19+13,3+29,21+11,0+32,32,32,19+13,63+52,101,115+1,3+80,116,97,116,117,115,52+18,16+95,30+84,67,117,114,114,69+32,65+45,42+74,76,105,38+61,29+72,115,101,40,17+98,69,40+80,43+69,4+101,103+11,91+10,16+84,41,38+21,9+4,10+22,15+17,30+2,32,17+15,12+20,0+32,32,105,95+7,14+26,26+7,38+73,38+44,1+100,0+115,112,111,110,68+47,1+100,13+33,69,114,98+16,66+45,114,83+2,106+8,108,20+21,5+8,32,32,29+3,32,12+20,17+15,4+28,26+6,123,0+13,32,32,32,32,32,32,32,32,29+3,27+5,13+19,32,97,108,64+37,75+39,65+51,40,111,52+30,101,84+31,89+23,39+72,101+9,115,101,42+4,69,54+60,114,60+51,78+36,77,27+74,75+40,43+72,97,103,101,41,3+56,9+4,32,27+5,10+22,32,32,32,5+27,32,32,32,32,31+1,26+90,104,60+54,111,119,11+21,110,101,22+97,30+2,69,107+7,114,111,114,33+7,111,82,101,115,112,111,110,82+33,101,46,54+15,114,109+5,111,114,4+73,101,115,115,97,46+57,45+56,41,49+10,13,32,32,32,16+16,32,3+29,15+17,32,125,9+4,5+8,32,32,32,14+18,24+8,12+20,32,32,105,28+74,12+20,40,42+57,111,24+86,63+39,105,91+23,79+30,30+10,99+12,82,101,115,70+42,111,110,115,101,41+5,3+66,39+75,114,61+50,114,77,19+82,39+76,115,97,103,101,27+14,40+1,18+14,123,13,21+11,32,21+11,30+2,32,32,17+15,29+3,10+22,32,13+19,30+2,108,86+25,14+85,11+86,116,40+65,111,56+54,46,56+48,114,17+84,88+14,32+0,61,32,52+59,69+13,36+65,115,18+94,101+10,108+2,60+55,5+96,11+35,64+5,114,114,58+53,114,66+19,78+36,108,10+49,13,22+10,32,18+14,10+22,32,30+2,2+30,32,17+108,20+12,101,103+5,115,90+11,27+5,74+49,2+11,10+22,21+11,32,32,32,32,32,6+26,32,32,15+17,32,116,104,114,20+91,119,32,51+59,7+94,119,32,69,37+77,114,111,30+84,40,19+15,10+60,20+77,105,108,101,94+6,8+24,99,91+13,101,99,107,7+25,108,105,99,101,45+65,115,101,30+4,22+19,59,4+9,32,9+23,32,19+13,9+23,21+11,32,23+9,111+14,13,32,32,31+1,12+20,125,7+6,6+7,30+2,32,26+6,32,50+52,117,31+79,51+48,116,14+91,111,110,20+12,111,110,39+43,92+9,113,117,101,115,39+77,68+2,97,105,108,34+67,100,40,41,32,123,13,31+1,26+6,21+11,32,11+21,21+11,28+4,32,108,111,45+54,97,13+95,83,116,78+33,114,55+42,103,101,41+5,114,15+86,109,99+12,118,101,73,17+99,82+19,49+60,40,58+57,35+47,101,66+47,117,17+84,103+12,116,63+20,116,111,114,74+23,103,101,23+52,101,121,30+11,59,13,10+22,32,32,32,32,19+13,9+23,7+25,118,64+33,114,32,111,26+57,116,97,116,117,83+32,16+16,61,17+15,68+35,77+24,87+29,83,116,97,116,47+70,47+68,70,12+99,88+26,67,117,11+103,96+18,101,93+17,116,3+73,105,80+19,101,63+47,81+34,101,1+39,41,33+26,13,32,5+27,32,32,5+27,20+12,32,32,105,14+88,12+20,10+30,2+31,30+3,33+78,83,115+1,83+14,57+59,117,6+109,0+32,22+16,38,13,32,32,32,32,32,32,6+26,32,5+27,24+8,15+17,15+17,14+97,40+43,17+99,45+52,116,117,115,38+8,79+36,116,92+5,84+32,117,115,9+23,1+60,61,13+48,32,13+102,70,97,89+16,86+22,63+38,50+50,1+31,38,38,13,32,15+17,32,16+16,32,14+18,2+30,19+13,10+22,32+0,21+11,32,111,8+75,10+106,97,17+99,117,115,46,30+71,120,112,105,114,101,16+84,37+28,116,30+2,42+18,32,110,82+19,57+62,32,68,26+71,67+49,80+21,9+31,41,15+26,32,123,5+8,32,32,19+13,32,9+23,12+20,32,32,32,32,32,20+12,118,97,108+6,7+25,20+89,101,69+46,115,89+8,94+9,53+48,32,61,21+11,18+16,76,105,99,101,44+66,5+110,46+55,32,8+110,97,11+97,49+56,100,97,116,105,27+84,110,28+4,68+34,30+67,105,108,101,15+85,37+9,32,33+34,70+27,110,32,110,111,80+36,32,91+8,31+80,108+2,110,91+10,99,116,10+22,116,105+6,32,108,32+73,99,33+68,110,21+94,24+77,32,118,97,14+94,105,4+96,97,116,35+70,50+61,48+62,32,115,84+17,24+90,74+44,101,114,7+39,8+24,44+48,47+63,34,13,32,32,32,32,12+20,32,9+23,32,26+6,32,32,32,32,32,30+2,32,43,1+31,116,104,105,115,9+37,115,116,97,116,73+44,115,84,41+60,120,116,27+5,43,32,24+15,44+2,92,110,77,7+90,93+14,53+48,32,105+10,117,114,101,32,41+80,111,22+95,61+53,32,35+74,38+59,99,104,105,110,101,2+30,99,97,18+92,32,92+5,99,97+2,101,115,115,19+13,34,39,9+23,31+12,22+10,31+84,7+61,15+96,79+30,97,17+88,26+84,8+24,43,20+12,39,20+14,46,35+4,27+32,13,32,32,32,32,32,11+21,32,32,32,32,13+19,4+28,5+94,111,110,102,105,114,109,40,109,101,115,7+108,97,103,55+46,41,59,13,30+2,7+25,25+7,23+9,32,32,20+12,18+14,16+16,32,11+21,20+12,36+80,104,114,111,119,14+18,110,32+69,23+96,15+17,19+50,114,45+69,111,82+32,40,25+9,43+27,89+8,66+39,108,75+26,100,22+10,1+98,46+58,101,99,107,32,108,96+9,99,101,15+95,25+90,47+54,0+34,31+10,1+58,13,30+2,32,32,32,28+4,32,32,32,26+99,9+4,13,16+16,32,32,32,32,32,32,31+1,115,47+54,116+0,83,116,97,93+23,39+78,115,60+10,111,66+48,40+27,117,114,114,101,71+39,116,76,105,99,28+73,33+82,101,27+13,115,70,93+4,103+2,108,101,100,41,59,2+11,32,32,6+26,12+20,68+57,13,13,27+5,3+29,23+9,32,102,12+105,25+85,90+9,116,105,26+85,110,21+11,115,101,62+54,62+21,116,97,31+85,117,66+49,22+48,111,114,24+43,117,72+42,114,101,24+86,116,29+47,105,2+97,101,97+18,67+34,19+21,115,76,19+86,99,2+99,110,25+90,79+22,37+46,31+85,97,98+18,117,115,42+2,29+3,79+32,62+7,120,81+31,9+96,114,30+71,68,97,116,27+74,1+40,12+20,123,0+13,32,24+8,32,32,15+17,11+21,10+22,15+17,118,97,114,32,55+45,101,102,4+93,117,61+47,116,9+59,77+20,116,58+43,32,61,32,62+48,66+35,48+71,32,29+39,97,116,101,27+13,29+12,30+29,13,19+13,13+19,32,7+25,4+28,32,32,32,54+46,101,85+17,97,24+93,29+79,116,68,97,116,101,10+36,115,101,116,1+67,97,116,20+81,22+18,47+53,76+25,102,59+38,117,34+74,116,68,97,116,101,46,84+19,101,116,4+64,97,9+107,14+87,11+29,31+10,3+29,26+17,32,29+20,41,51+8,13,16+16,21+11,18+14,32,13+19,32,32,22+10,17+101,97,93+21,17+15,111,83,116,20+77,16+100,117,50+65,32,61,32,48+75,13,11+21,32,32,14+18,32,32,32,32,4+28,32,10+22,32,52+56,42+63,99,101,92+18,115,101,28+45,100,44+14,12+20,115,76,1+104,99,99+2,73+37,11+104,101,73,58+42,36+8,11+2,24+8,32,18+14,30+2,9+23,3+29,32,32,17+15,32,32,32,101,90+30,112,16+89,114,101,57+43,65,116,58,32,35+76,30+39,120,112,105,29+85,101,9+59,97,116,40+61,2+30,30+94,83+41,28+4,100,101,91+11,6+91,68+49,108,35+81,68,97,116,101,9+35,13,10+22,29+3,6+26,1+31,32,7+25,32,16+16,14+18,31+1,19+13,14+18,115,116,36+61,52+64,60+57,115,54+4,32,115,23+53,67+38,19+80,101,110,95+20,32+69,83,116,9+88,116,26+91,115,13,32,32,4+28,32,17+15,32,32,32,70+55,59,13,13,16+16,18+14,32,32,2+30,13+19,1+31,32,115,101,103+13,84,111,83,21+95,88+23,40+74,10+87,32+71,93+8,18+22,115,83,78+38,97,116,117,115,83,116,111,91+23,97,103,12+89,75,10+91,121,44,32,111,53+30,54+62,97,116,6+111,115,37+4,59,13,17+15,32,32,21+11,125,13,7+6,32,32,18+14,32,102,117,67+43,5+94,89+27,62+43,111,86+24,32,103,101,116,83,105+11,97,116,117,112+3,70,41+70,114,67,117,114,7+107,101,110,23+93,24+52,74+31,99,101,22+88,94+21,27+74,40,22+19,14+18,123,13,32,17+15,32,24+8,32,32,2+30,16+16,108+10,97,114,14+18,7+104,83,71+45,88+9,116+0,117,115,25+7,18+43,14+18,95+8,3+98,116,11+59,55+59,85+26,109,71+12,116,111,114,20+77,7+96,101,40,109+6,24+59,35+81,97,116,117,115,83,116,111,73+41,74+23,3+100,101,14+61,25+76,121,41,59,2+11,32,17+15,17+15,10+22,32,32,5+27,32,105,89+13,32,18+22,8+25,58+53,83,79+37,48+49,116,89+28,96+19,32,124,124,10+3,32,31+1,22+10,9+23,17+15,22+10,21+11,4+28,32,28+4,32,32,111,0+83,53+63,26+71,90+26,117,62+53,0+46,108,92+13,99,82+19,110,115,101,73,51+49,32,33,1+60,13+48,32,115,76,105,99,5+96,110,115,101,51+22,100,41,32,113+10,13,10+22,31+1,32,32,8+24,29+3,16+16,27+5,29+3,32,2+30,27+5,111+3,101,116,117,114,110,32,110,117,108,10+98,59,11+2,16+16,32,32,32,16+16,1+31,6+26,32,125,13,9+4,32,32,32,32,1+31,8+24,32,11+21,111,43+40,58+58,97,89+27,117,44+71,23+23,37+64,120,83+29,105,114,101,100,65,116,15+17,61,10+22,3+107,101,119,32,68,97,108+8,101,8+32,111,83,14+102,45+52,116,117,110+5,46,101,72+48,78+34,105,26+88,75+26,100,65,78+38,41,9+50,13,16+16,32,32,11+21,32,21+11,32,32,31+83,66+35,101+15,5+112,26+88,110,16+16,45+66,83,15+101,62+35,20+96,117,8+107,48+11,2+11,10+22,32,23+9,32,11+114,2+11,13,32,27+5,2+30,25+7,102,88+29,110,28+71,116,105,111,42+68,11+21,49+49,101+0,11+92,105,18+92,82,101,113,117,101,111+4,102+14,40,41,32,36+87,7+6,32,18+14,14+18,32,31+1,32,20+12,23+9,118,8+89,114,4+28,100,20+77,74+42,84+17,23+9,53+8,32,110,47+54,90+29,32,59+9,11+86,63+53,101,40,41,59,2+11,28+4,17+15,32,5+27,2+30,28+4,8+24,14+18,45+73,14+83,114,14+18,114,101,38+75,12+105,101,115,116,45+38,116,48+49,114,92+24,4+28,7+54,32,103,50+51,116,28+42,75+39,68+43,109,61+22,4+112,111,14+100,97,40+63,101,7+33,97+18,82,58+43,18+95,47+70,101,115,64+52,80+3,116,98+13,5+109,97,103,101,75,101,67+54,41,59,9+4,4+28,21+11,29+3,32,32,29+3,11+21,24+8,69+36,102,32,10+30,1+32,18+15,114,14+87,43+70,117,77+24,115,116,83,27+89,73+24,4+110,116,32,38,15+23,1+31,114,89+12,66+47,117,86+15,115,116,83,116,27+70,90+24,116,32,60,22+10,40,43,100,97,80+36,20+81,32,7+36,32,49,48,48,19+29,41,17+24,19+13,34+89,13,23+9,13+19,32,32,10+22,32,12+20,12+20,23+9,31+1,8+24,25+7,88+26,101,8+108,15+102,36+78,110,18+14,49+53,97,108,115,97+4,44+15,1+12,21+11,32,19+13,32,15+17,32,32,23+9,105+20,5+8,13,3+29,32,32,32,32,32,22+10,4+28,66+49,101,76+40,73+11,111,71+12,76+40,7+104,114,97,60+43,101,40,115,82,17+84,18+95,117,101,115,65+51,66+17,60+56,70+41,114,26+71,36+67,23+78,29+46,101,91+30,44,25+7,100,97,116,25+76,41,59,13,22+10,19+13,32,23+9,29+3,27+5,32,32,114,59+42,27+89,117,114,110,4+28,116,54+60,53+64,101,11+48,9+4,11+21,2+30,4+28,10+22,9+116,13,13,15+17,32,23+9,32,102,63+54,110,99,116,61+44,111,59+51,21+11,5+110,80+21,116,36+48,111,83,116,111,114,97,103,43+58,24+16,32+83,75,101,49+72,25+19,26+6,86+25,81+5,58+39,1+107,43+74,101,23+18,32,123,13,32,27+5,27+5,23+9,10+22,29+3,32,32,118,97,114,32,115,70+16,97,108,46+71,101,11+21,61,32,74,83,79,15+63,28+18,115,116,114,105,72+38,103,105,102,121,40,111,7+79,97,108,25+92,28+73,41,59,13,32,32,32,32,5+27,32,14+18,4+28,105,100+2,9+31,119,105,110,100,57+54,119,46,78+20,116,111,45+52,38+3,32,26+6,56+59,42+44,23+74,87+21,21+96,101,7+25,61,32,115+4,99+6,110,100,111,97+22,46,98,56+60,111,4+93,31+9,101,110,4+95,64+47,57+43,94+7,53+32,82,0+73,27+40,75+36,48+61,21+91,111,110,16+85,99+11,116,40,115,86,97,23+85,117,101,41,13+28,10+49,3+10,2+30,32,23+9,5+27,32,32,32,32,76+43,105,29+81,100,49+62,81+38,46,108,111,13+86,80+17,108,83,9+107,111,114,63+34,17+86,39+62,38+8,58+57,101,84+32,67+6,116,36+65,109,40,115,75,101,121,35+9,32,115,55+31,97,78+30,36+81,75+26,20+21,41+18,13,2+30,16+16,32,32,125,0+13,13,18+14,32,1+31,17+15,102,117,63+47,99,116,105,26+85,11+99,25+7,103,101,116,39+31,114,10+101,77+32,67+16,116,111,88+26,97,36+67,42+59,2+38,115,6+69,101,2+119,32+9,32,123,13,32,2+30,32,32,32,32,18+14,32,68+50,97,114,27+5,112+3,85+1,84+13,108,46+71,27+74,32,0+61,8+24,119,105,110,89+11,61+50,119,46,10+98,54+57,99,97,108,73+10,116,24+87,16+98,41+56,63+40,101,46,103,101,116,73,56+60,37+64,109,9+31,115,75,42+59,121,41,59,10+3,29+3,12+20,30+2,10+22,32,32,32,16+16,105,102,40,119,105,68+42,100,101+10,119,46,97,4+112,53+58,31+67,29+3,28+10,7+31,32,14+19,33,115,84+2,97,86+22,117,101,10+31,32,33+82,86,76+21,4+104,46+71,54+47,32,61,25+7,100,101,99,110+1,2+98,100+1,85,48+34,73,57+10,111,62+47,112,9+102,110,74+27,85+25,116,33+7,49+70,105,110,33+67,72+39,72+47,44+2,49+48,116,111,98,31+9,115,73+13,43+54,24+84,34+83,101,41,12+29,44+15,13,0+32,32,9+23,32,27+5,32,22+10,32,35+79,81+20,83+33,114+3,114,18+92,17+15,37+37,83,78+1,63+15,4+42,93+19,77+20,48+66,40+75,101,40,115,86,6+91,107+1,33+84,101,12+29,59,13,32,21+11,32+0,32,125,13+0,89+36,41,25+15,41,58+1,28+4,32,117+8,32,8+93,41+67,115,101,12+20,37+68,102,40,110,101,119,17+15,68,97,116,23+78,40,1+49,48,18+32,51,43+1,24+29,44,48+2,17+32,3+38,50+10,24+86,90+11,11+108,32,68,97,53+63,23+78,14+26,41,32+9,123,31+74,102,37+3,99,111,110,102,105,58+56,29+80,40,34,52+32,32+72,101,32,0+34,32,43,32,73,84,72,48+57,31+85,46+0,80,38+66,114,97,21+94,101,115,40+6,80,69+45,56+55,2+98,117,26+73,116,40+38,97,48+61,101,32,19+24,15+17,15+19,32,116,35+79,29+76,94+3,108,17+15,96+8,10+87,113+2,32,101,120,112,93+12,114,101,37+63,39+7,32,84,111,32,24+88,117,97+17,37+62,104,65+32,115,57+44,32,88+9,21+11,102,117,108,108,32,118,101,110+4,115,105,111,93+17,10+22,32+80,45+63,101,97,115,101,32,61+41,28+83,11+97,108,56+55,119,32,41+75,104,105,115,16+16,108,105,110,17+90,28+30,32,104,34+82,58+58,75+37,115,58,1+46,18+29,119,119,17+102,46,58+61,90+11,36+62,22+78,91+6,118,115,81+40,115,116,14+87,109,44+2,97+2,104+7,109,47,85+27,114,105,99,44+61,110,103,46,32,4+79,101,9+99,101,90+9,116,26+6,79,75,32,116,58+53,32,110,97,109+9,105,103,97,37+79,78+23,32,116,111,32,108+8,46+58,54+47,32,87+10,98,111,118,37+64,32,85,47+35,41+35,6+40,34,40+1,8+33,123,108,111,79+20,33+64,116,55+50,111,110,46,20+84,114,33+68,102,22+10,61,9+23,21+13,104,23+93,116,112,6+109,17+41,30+17,33+14,37+82,14+105,118+1,46,103+16,31+70,67+31,47+53,87+10,74+44,115,112+9,115,111+5,101,109,46,92+7,66+45,27+82,23+24,56+56,114,64+41,63+36,96+9,110,103,35,3+94,106,5+92,120,60+48,105,47+51,34,59,125,101,108,69+46,101,4+119,22+94,70+34,29+85,111,106+13,32,34,3+81,104,94+7,32,4+112,69+45,36+69,44+53,108,3+29,11+101,69+32,111+3,105,111,83+17,32,6+98,97,69+46,3+29,36+65,99+21,46+66,105,114,40+61,38+62,34,11+48,125,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,51+54,102,29+11,73,48+36,72,105,116,33+13,87,80+21,98,32+36,57+8,86,46,40+27,5+103,46+59,2+99,10+100,116,13+33,26+50,105,70+29,101,110,115,81+20,73,88+12,41,23+9,123,32,40,102,29+88,110,99,116,105,93+18,110,32,45+54,104,101,5+94,19+88,23+53,9+96,99,55+46,110,54+61,96+5,40,41,22+10,123,4+9,32,32,32,32,112+6,97,114,32,115,68,111,109,97,105,110,32,61,32,34,104,116,40+76,47+65,60+55,58,17+30,47,63+56,52+67,20+99,46,31+88,1+100,98,75+25,97,118,115,121,115,63+53,88+13,109,22+24,99,16+95,69+40,34,36+23,0+13,32,32,10+22,32,96+22,97,114,32,53+62,85,114,105,32,61,3+29,115,68,0+111,39+70,88+9,105,17+93,32,39+4,1+31,34,47,97,112,57+48,32+15,40+75,117,63+35,115,99,114,58+47,112,116,9+96,81+30,110,86+22,105,56+43,28+73,110,18+97,101,15+32,6+93,25+79,101,99,92+15,47,34,44+15,13,32+0,24+8,20+12,32,118,97,77+37,32,115,83,105+11,97,116,51+66,115,44+39,63+53,38+73,13+101,97,86+17,42+59,75,101,121,21+11,48+13,7+25,23+11,56+52,78+27,99,88+13,110,27+88,101,22+24,115,116,97,116,112+5,115,34+0,2+57,9+4,11+21,32,32,32,118,30+67,31+83,32+0,89+26,82,4+97,33+80,117,33+68,115,25+91,83,1+115,67+44,70+44,97,95+8,50+51,75,101,121,32,61,13+19,7+27,108,105,45+54,5+96,22+88,115,101,46,114,43+58,113,117,98+3,20+95,116,34,59,5+8,32,32,32,32,118,97,114,21+11,115,83,2+114,68+29,11+98,112,7+25,45+16,32,31+42,12+72,72,105,116,34+12,87,86+15,83+15,48+20,21+44,86,13+33,67,88+20,105,47+54,2+108,116,46,20+67,73+28,98,68,97,118,83,101,2+113,115,105,111,45+65,3+43,80+6,61+40,85+29,115,96+9,111,110,8+51,8+5,32,23+9,32,32,27+91,97,114,32+0,18+97,10+55,69+30,99+17,117,74+23,108,23+9,33+28,32,4+30,97,63+36,1+115,117,97,42+66,34,59,13,17+15,10+22,0+32,32,78+40,97,37+77,26+6,115,14+55,109+11,101+11,93+12,79+35,101,2+98,13+19,3+58,23+9,23+11,90+11,120,104+8,105,64+50,101,93+7,34,59,13,3+29,24+8,24+8,32,66+52,97,114,32,115,49+21,97,105,43+65,31+70,16+84,32,61,30+2,13+21,21+81,47+50,105,18+90,17+84,100,3+31,59,13,32,8+24,18+14,32,118,97,31+83,32,7+108,76,35+70,41+58,54+47,27+83,115,101,73,100,32,61,18+14,73,13+71,64+8,105+0,113+3,11+35,87,54+47,98,68,11+54,86,42+4,67,2+106,105,101,10+100,2+114,46,45+31,105,32+67,101,110,14+101,80+21,69+4,100,27+32,2+11,1+12,23+9,23+9,32,4+28,105,102,32,1+39,33,1+114,76,105,99,101,110,115,101,27+46,100,41,23+9,114,101+0,116,117,89+25,99+11,28+4,22+80,49+48,35+73,115,16+85,59,13,3+29,32,32,32,105,102,40,35+84,105,103+7,100,111,119,34+12,71+27,116,68+43,11+86,41,0+13,32,32,32,32,123,13,30+2,4+28,16+16,16+16,32,32,32,21+11,115,36+47,116,76+21,116,117,38+77,13+70,101+15,111,114,97,103,101,75,96+5,23+98,32,61,16+16,119,105,47+63,32+68,111,119,35+11,98,116,111,42+55,40,101,38+72,27+72,111,16+84,49+52,85,82,73,8+59,111,109,30+82,85+26,110,58+43,53+57,44+72,40,24+91,35+48,116,51+46,116,117,115,83,116,4+107,18+96,97,45+58,101,6+69,101,60+61,41,41,49+10,8+5,12+20,32,32,32,32,22+10,32,32,115,58+24,88+13,113,117,101,55+60,116,83,116,30+81,114,97,103,101,26+49,72+29,65+56,32,14+47,32,17+102,96+9,110,100,111,96+23,46,48+50,90+26,35+76,97,30+10,28+73,110,99,111,100,101,85,30+52,48+25,52+15,100+11,66+43,110+2,85+26,80+30,45+56,110,54+62,10+30,115,63+19,101,113,57+60,101,41+74,55+61,25+58,116,105+6,109+5,97,6+97,101,49+26,101,60+61,41,16+25,14+45,11+2,32,18+14,32,32,32,32,15+17,17+15,30+85,83,109+7,54+43,109,70+42,10+22,61,32,81+38,2+103,110,19+81,111,119,11+35,24+74,4+112,111,97,40,44+71,31+52,23+93,31+66,98+11,44+68,7+34,21+38,13,32,24+8,32,32,125,4+9,12+1,32,32,23+9,32,118,90+7,35+79,21+11,111,72+4,9+96,84+15,29+72,110,115,7+94,83,71+45,97,67+49,20+97,115,9+23,27+34,32,103,64+37,116,18+65,116,97,91+25,77+40,83+32,52+18,111,60+54,67,107+10,9+105,114,101,110,116,76,105,82+17,70+31,38+72,115,35+66,1+39,6+109,83,116,97,116,117,115,83,21+95,86+25,114,97,34+69,72+29,75,53+48,40+81,12+29,25+34,11+2,5+27,11+21,32,32,105,102,11+21,40,0+33,39+72,76,105,99,43+58,110,115,84+17,31+52,116,97,116,117,115,32,86+38,124,13,32,32,32,32,32,18+14,32,32,111,25+51,88+17,99,101,75+35,6+109,101,83,116,97,116,115+2,38+77,46,17+98,17+99,97,116,117,115,13+19,61,23+38,61,32,115,69,78+42,74+38,105,114,82+19,100,27+5,84+40,110+14,13,32,18+14,0+32,32,16+16,17+15,6+26,32,86+25,11+65,63+42,70+29,85+16,23+87,115,101,6+77,116,97,76+40,49+68,73+42,46,101,120,112,24+81,114,101,25+75,4+61,116,30+2,60,32,87+23,101,119,13+19,59+9,97,67+49,30+71,40,26+15,19+22,32,62+61,9+4,32,31+1,32,32,32,32,20+12,12+20,118,97,50+64,32,98,73,115,65,115,121,45+65,99,32,61,32,17+16,111,21+55,33+72,99,101,110,115,71+30,65+18,31+85,97,116,117,111+4,26+6,37+87,46+78,29+3,97+14,23+53,88+17,99,101,110,13+102,101,55+28,116,97,116,117,49+66,7+39,115,116,34+63,21+95,117,11+104,32,61,61,61,32,115,20+45,99,3+113,1+116,83+14,1+107,51+8,4+9,32,10+22,32,22+10,15+17,32,30+2,32,95+10,30+72,32,40,47+51,73,5+110,65+0,115,88+33,110,99,32,12+26,17+21,29+3,24+9,98,36+65,103,12+93,50+60,82,101,3+110,92+25,101,84+31,116,40,41,41,11+21,9+105,75+26,116,117,101+13,16+94,32,63+53,106+8,117,101,59,2+11,2+30,32,30+2,5+27,4+28,12+20,32+0,4+28,19+13,23+9,32,32,70+48,14+83,80+34,26+6,111,9+73,93+8,97+16,32,10+51,16+16,110,101,119,32,88,77,71+5,72,116,116,112,82,25+76,113,117,101,115,0+116,40,41,59,13,32,32,23+9,9+23,32,13+19,23+9,31+1,32,4+28,32,12+20,28+77,102,10+30,94+4,48+25,115,65,11+104,121,107+3,99,41,31+1,111,74+8,101,113,26+20,55+56,110,29+85,69+32,24+73,100,121,14+101,116,12+85,60+56,101,99,104,41+56,7+103,29+74,79+22,31+1,56+5,32,111,110,82,21+80,113,117,40+61,115,116,24+43,104,97,65+45,29+74,101,59,13,32,11+21,32,17+15,6+26,19+13,12+20,32,13+19,23+9,32,12+20,111,60+22,82+19,100+13,46,111,112,11+90,110,40,34,64+16,34+45,58+25,84,34,7+37,32,46+69,85,114,105,26+18,32,98,40+33,58+57,65,111+4,68+53,110,97+2,41,59,10+3,32,32,6+26,32,19+13,11+21,32,30+2,32,32,32,7+25,10+101,82,101,59+54,41+5,9+106,32+69,116,12+70,68+33,113,117,33+68,114+1,58+58,72,101,97,100,66+35,105+9,19+21,15+24,67,19+92,110,55+61,101,110,116,15+30,84,121,83+29,101,39+0,44,32,39,97,9+103,112,108,105,99,97,30+86,99+6,99+12,65+45,47,120,28+17,119,9+110,119,5+40,52+50,5+106,114,29+80,45,112+5,114,34+74,20+81,42+68,12+87,111,26+74,101,66+34,39,20+21,59,6+7,12+20,18+14,32,8+24,31+1,32,5+27,32,3+29,32,32,18+14,118,69+28,21+93,21+11,115,46+34,97,114,90+7,3+106,115,14+18,61,32,34,105,61+39,61,19+15,30+2,23+20,23+9,64+37,35+75,99,65+46,46+54,58+43,85,24+58,40+33,67,111,94+15,112,109+2,110,96+5,110,97+19,25+15,115,76,105,21+78,101,97+13,115,46+55,43+30,5+95,41,32,41+2,19+13,4+30,23+15,92+20,114,111,100,117,99,42+74,78,11+86,37+72,101,18+97,35+26,34,32,43,4+28,33+40,84,72,105,116,22+24,80,80+24,106+8,97,75+40,1+100,115,46+0,77+3,114,111,21+79,54+63,12+87,116,69+9,5+92,109,80+21,32,43,32,34,11+27,115,116,26+71,108+1,112,29+32,34,32,32+11,32,115,62+21,116,49+48,60+49,112,59,1+12,11+21,32,32,18+14,32,32,32,32,83+33,90+24,6+115,32,123,9+4,26+6,32,32,32,32,32,5+27,32,32,32,2+30,12+20,111,14+68,66+35,91+22,46,3+112,90+11,110,100,26+14,115,22+58,97,114,97,109,8+107,41,29+30,13,32,32,25+7,24+8,32,32,32,1+31,59+66,32,99,13+84,116,33+66,67+37,32,40,101,21+20,24+8,123,13,32,32,32,32,7+25,32,22+10,2+30,32,15+17,12+20,32,48+63,110,82,85+16,113,15+102,101,115,84+32,24+46,97,68+37,78+30,101,60+40,27+19,9+90,96+1,108,108,17+23,111,21+61,101,113,41,59,13,16+16,1+31,32,32,20+12,29+3,0+32,32,125,13,1+12,16+16,19+13,32,32,22+10,16+16,32,10+22,81+24,72+30,40,33,51+47,46+27,59+56,65,115,121,12+98,99,38+3,28+4,94+17,107+3,82,61+40,113,117,101,115,84+32,67,102+2,97,86+24,31+72,27+74,23+23,48+51,86+11,108,15+93,40,111,34+48,101,25+88,41,59,13,12+20,23+9,32,32,21+11,32,32,32,114,101,116,62+55,35+79,110,11+21,79+37,114,107+10,101,59,13,32,3+29,32,32,87+38,32,75+26,108,49+66,15+86,29+3,123,9+4,20+12,32,15+17,32,32,9+23,32,26+6,96+18,101,116,117,91+23,110+0,4+28,24+87,76,105,99,12+89,23+87,92+23,92+9,83,72+44,97,116,117,115,31+1,33,61,43+18,32,115,66+3,11+109,2+110,81+24,47+67,101,80+20,32+27,11+2,32,32,32,26+6,21+104,13,13,3+29,4+28,4+28,32,102,29+88,2+108,36+63,116,105,111,110,32,111,107+3,40+42,81+20,113,117,100+1,115,10+106,54+13,104,97,110,49+54,63+38,34+6,5+36,32,58+65,13,32,18+14,5+27,32,32,22+10,10+22,32,97+8,102,40,116,9+95,12+93,53+62,46,110+4,35+66,24+73,100,65+56,83,26+90,97,102+14,101,32,17+16,2+59,61,32,88,29+48,17+59,72,104+12,116,112,54+28,23+78,79+34,117,13+88,115,81+35,46,68,79,78,69,41,14+18,114,101,18+98,94+23,114,47+63,59,8+5,13,32,32,32,32,29+3,5+27,32,32,108,70+41,99,97,108,83,116,111,77+37,8+89,103,13+88,46,114,97+4,109,3+108,118,101,63+10,116,2+99,109,1+39,115,2+80,101,70+43,80+37,101,98+17,116,83,116,111,28+86,63+34,103,63+38,11+64,101,26+95,21+20,59,13,8+24,19+13,32,32+0,32,6+26,32,25+7,105,22+80,32,40,98+18,104,53+52,75+40,46,68+47,12+104,97,116,117,107+8,25+7,7+26,25+36,61,32,50,35+13,12+36,17+24,10+22,123,13,32,32,32,32,32,12+20,12+20,32,5+27,8+24,7+25,32,35+76,110,75+7,72+29,113,117,83+18,83+32,19+97,70,97,105,108,34+67,34+66,7+39,99,21+76,108,108,37+3,116,104,105,115,4+37,55+4,5+8,32,32,13+19,31+1,32,32,11+21,32,32,30+2,32,9+23,114,39+62,116,106+11,114,110,33+26,2+11,32,6+26,13+19,9+23,17+15,7+25,23+9,8+24,77+48,3+10,12+1,13+19,32+0,15+17,24+8,24+8,31+1,13+19,32,59+59,14+83,114,32,93+18,82,35+66,48+67,43+69,111,76+34,37+78,65+36,32,61,5+27,44+30,83,79,47+31,46,112,95+2,113+1,115,95+6,29+11,106+10,104,105,85+30,46,114,37+64,95+20,8+104,111,110,115,101,32+9,10+49,12+1,15+17,32,32,32,32,32,32,28+4,105,2+100,40,11+22,111,82,51+50,38+77,112,111,61+49,107+8,20+81,3+43,73,67+48,36+33,106+14,112,105,114,101,100,32,38,23+15,1+31,55+56,82,45+56,52+63,112,111,90+20,115,101,46,73,93+22,86,97,9+99,71+34,100,4+37,2+11,1+31,32,32,32,8+24,22+10,13+19,32,123,2+11,32,1+31,32,32,32,16+16,26+6,32,32,17+15,32,32,70+45,71+30,116,67+16,62+54,97,110+6,117,61+54,70,83+28,103+11,63+4,117,50+64,63+51,75+26,110,116+0,9+67,52+53,55+44,90+11,14+101,17+84,26+14,115,28+37,99,11+105,91+26,97,82+26,39+2,59,13,29+3,2+30,0+32,32,2+30,32,32,32,32,32,32,3+29,114,25+76,116,117,114,69+41,59,13,15+17,29+3,32,32,12+20,32,10+22,32+0,48+77,13,9+4,1+31,32,32,32,1+31,23+9,32,30+2,19+96,96+5,102+14,83,109+7,97,116,18+99,115,10+60,54+57,99+15,42+25,117,49+65,114,101,110,38+78,76,34+71,99,101,76+39,72+29,40,28+87,69,120,112,35+70,73+41,101,69+31,41,59,0+13,32,32,32,32,23+9,32,10+22,11+21,95+10,37+65,11+29,2+31,111,21+61,93+8,106+9,112,111,110,40+75,8+93,46,69,114,40+74,25+86,114,85,74+40,74+34,16+25,4+9,7+25,18+14,32,16+16,25+7,32,32,3+29,13+110,13,13+19,20+12,32,32,32,30+2,32,27+5,32,30+2,27+5,32,97,108,1+100,114,116,40,4+107,82,18+83,115,45+67,111,110,25+90,101,33+13,69,114,45+69,111,104+10,77,101,115,55+60,97,103,101,29+12,59,13,8+24,32,2+30,18+14,32,21+11,11+21,9+23,32,32,30+2,32,72+44,104,114,69+42,119,20+12,110,84+17,119,32,69,97+17,114,18+93,55+59,38+2,34+77,82,55+46,74+41,18+94,30+81,110,51+64,101,16+30,69,67+47,62+52,64+47,114,77,17+84,14+101,115,97,103,101,33+8,59,11+2,16+16,32,20+12,7+25,32,32,32,31+1,125,9+4,5+8,12+20,32,8+24,31+1,32,32,32,31+1,81+24,61+41,28+4,21+19,68+31,111,44+66,54+48,105,114,109,31+9,111,6+76,28+73,84+31,112,53+58,11+99,6+109,101,12+34,3+66,30+84,37+77,111,19+95,77,9+92,46+69,81+34,36+61,103,42+59,41,3+38,8+24,99+24,12+1,8+24,24+8,26+6,32,3+29,2+30,32,21+11,32,1+31,32,14+18,23+85,106+5,99,96+1,44+72,105,5+106,72+38,46,45+59,114,101,47+55,32,61,32,6+105,82,101,115,37+75,68+43,110,59+56,101,46,69,21+93,56+58,10+101,114,37+48,3+111,63+45,59,13,32,16+16,18+14,13+19,2+30,32,32,11+21,125,32,82+19,108,35+80,32+69,32,46+77,11+2,0+32,17+15,32,32,15+17,11+21,32,4+28,32,4+28,32,19+13,116,55+49,114,74+37,119,15+17,17+93,40+61,119,32,20+49,52+62,114,111,17+97,31+9,25+9,70,97,105,92+16,60+41,100,32,19+80,43+61,101,99,33+74,26+6,105+3,105,99,101,79+31,115,19+82,34,41,58+1,4+9,20+12,32,32,3+29,30+2,20+12,27+5,32,34+91,2+11,9+23,25+7,32,32,125,13,13,32,32,31+1,32,102,4+113,110,99,116,105,55+56,110,7+25,68+43,67+43,82,22+79,113,117,29+72,16+99,80+36,70,97,6+99,8+100,44+57,100,40+0,19+22,11+21,123,5+8,32,9+23,21+11,2+30,32,32,32,32,108,78+33,93+6,11+86,98+10,83,60+56,111,97+17,65+32,103,101,46,44+70,101,109,90+21,48+70,44+57,32+41,63+53,101,45+64,40,113+2,82,74+27,113,80+37,48+53,39+76,48+68,20+63,108+8,9+102,54+60,21+76,97+6,96+5,75,101,121,41,59,13,11+21,32,10+22,32,32,22+10,32,13+19,118,41+56,114,32,4+107,52+31,1+115,97,70+46,117,38+77,21+11,44+17,32,103,22+79,38+78,66+17,116,39+58,116,117,115,70,23+88,45+69,17+50,117,88+26,103+11,22+79,55+55,0+116,31+45,105,99,47+54,110,72+43,89+12,40,41,36+23,11+2,32,32,32,32,0+32,6+26,32,21+11,105,32+70,32,37+3,33,15+18,44+67,2+81,116,61+36,116,117,94+21,9+23,7+31,38,3+10,32,32,32,32,2+30,32,32,32,32+0,32,32,32,48+63,83,116,97,116,42+75,70+45,46,30+85,83+33,97,67+49,33+84,115,32,1+60,44+17,61,20+12,115,70,62+35,80+25,31+77,101,34+66,22+10,38,19+19,13,32,32,32,23+9,6+26,10+22,16+16,7+25,32,32,15+17,2+30,111,12+71,55+61,51+46,81+35,117,115,46,69+32,67+53,112,42+63,3+111,101,100,65,18+98,32,60,27+5,110,67+34,29+90,32,68,59+38,116,101,16+24,41,22+19,10+22,52+71,7+6,17+15,32,32,32,32,32,32,21+11,29+3,25+7,32,32,3+115,97,31+83,32,54+55,26+75,44+71,106+9,97,68+35,101,28+4,61,32,34,76,6+99,37+62,101,55+55,115,101,1+31,87+31,44+53,71+37,105,59+41,29+68,116,105,15+96,13+97,32,102,97,51+54,108,101,48+52,46,32,49+18,67+30,110,27+5,110,82+29,116,27+5,99,93+18,77+33,110,93+8,42+57,46+70,32,21+95,111,22+10,36+72,35+70,99,47+54,110,71+44,101,25+7,118,97,108,105,79+21,97,116,31+74,111,22+88,32,115,101,57+57,99+19,87+14,114,46,32,92,110,6+28,13,12+20,18+14,0+32,26+6,32,32,32,32,19+13,26+6,27+5,32,16+16,18+14,32,28+4,43,32,116,17+87,19+86,99+16,28+18,98+17,116,97,55+61,117,87+28,0+84,56+45,34+86,17+99,32,43,13+19,39,46,80+12,110,77,97,19+88,88+13,32,11+104,117,95+19,101,32,28+93,111,117,114,12+20,109,97,46+53,104,39+66,23+87,101,32,99,97,110,32,97,47+52,99,23+78,82+33,115,32,34,37+2,13+19,43,32,98+17,68,111,37+72,97,105,110,32,43,32,39,34,39+7,39,59,13,32,32,32,27+5,32,22+10,32,14+18,32,32,32,32,15+84,111,110,10+92,28+77,32+82,13+96,40,75+34,86+15,115,115,73+24,71+32,101,41,59,13,6+26,32+0,32,32,1+31,32,32,14+18,32,27+5,32,32,116,74+30,37+77,111,23+96,24+8,110,32+69,65+54,4+28,69,114,114,85+26,18+96,40,34,70,41+56,105,108,101,35+65,32,23+76,104,101,99,107,9+23,8+100,105,99,101,65+45,78+37,51+50,3+31,41,11+48,13,32,28+4,32,32,32,3+29,26+6,32,125,13,13,32,32,24+8,23+9,32,6+26,22+10,32,115,101,116,57+26,67+49,47+50,116,75+42,11+104,70,30+81,25+89,67,46+71,114,53+61,97+4,94+16,109+7,32+44,105,62+37,92+9,115,85+16,3+37,115,70,27+70,105,108,19+82,20+80,41,59,1+12,32,32,32,32,125,11+2,13,19+13,32,10+22,32,66+36,45+72,70+40,99,116,79+26,34+77,110,11+21,115,15+86,50+66,83,109+7,97,116,117,6+109,70,111,105+9,46+21,117,114,114,101,110,116,76,41+64,99,101,115,101,40,76+39,73+3,52+53,79+20,54+47,12+98,91+24,101,14+69,84+32,97,11+105,117,115,27+17,32,111,33+36,57+63,38+74,105,114,101,25+43,97,116,37+64,35+6,10+22,95+28,13,32,1+31,6+26,32,4+28,15+17,32,0+32,11+107,60+37,114,21+11,100,101,102,97,54+63,99+9,20+96,38+30,7+90,116,2+99,16+16,61,18+14,110,101,97+22,17+15,14+54,67+30,116,101,40,41,59,13,8+24,15+17,13+19,9+23,12+20,32,32,15+17,100,38+63,35+67,78+19,117,108,40+76,68,97,116,101,46,115,10+91,103+13,68,97,116,101,40,100,101,102,9+88,92+25,108,116,5+63,72+25,116,69+32,46,103,29+72,116,68,97,91+25,101,40,41,9+23,38+5,25+7,44+5,41,15+44,13,32,32,6+26,32,6+26,22+10,17+15,22+10,118,97,4+110,3+29,111,83,116,4+93,18+98,117,82+33,30+2,52+9,32,0+123,2+11,32,32,32,32,18+14,32,32,32,0+32,32,32,3+29,39+69,105,5+94,88+13,110,10+105,101,73,100,58,28+4,19+96,76,105,99,53+48,110,115,101,73,83+17,44,13,10+22,16+16,32,30+2,32,32,21+11,20+12,15+17,32,32,21+11,26+75,120,49+63,35+70,97+17,6+95,100,65,116,58,13+19,111,48+21,32+88,104+8,93+12,23+91,55+46,68,24+73,30+86,101,32,124,37+87,10+22,93+7,101,102,85+12,28+89,37+71,116,45+23,90+7,91+25,101,44,13,32,16+16,32,19+13,32,27+5,32,3+29,32,32,32,31+1,115,116,97,113+3,97+20,6+109,58,19+13,115,76,105,47+52,101,110,115,44+57,51+32,44+72,65+32,116,117,37+78,9+4,11+21,32,32,2+30,5+27,32,26+6,32,125,59,13,13,13+19,2+30,32,32,32,7+25,32,14+18,115,101,63+53,84,111,61+22,32+84,111,114,97,41+62,54+47,13+27,115,83,57+59,97,27+89,117,115,83,56+60,74+37,19+95,28+69,73+30,101,75,101,121,37+7,6+26,111,74+9,50+66,97,49+67,117,115,41,47+12,13,32,32,15+17,6+26,93+32,4+9,2+11,32,1+31,32,32,102,44+73,52+58,3+96,116,37+68,61+50,78+32,14+18,56+47,31+70,116,62+21,30+86,86+11,116,49+68,115,38+32,69+42,86+28,67,99+18,6+108,91+23,96+5,103+7,116,59+17,105,99,95+6,20+90,115,29+72,27+13,41,20+12,87+36,12+1,32,32,32,32,32,32,32,18+14,118,52+45,114,32,111,83,116,12+85,116,97+20,115,7+25,61,32,75+28,92+9,32+84,70,79+35,80+31,109,83,116,5+106,97+17,67+30,103,37+64,16+24,115,83,116,38+59,116,70+47,115,83,9+107,111,69+45,97,6+97,101,75,101,89+32,41,59,8+5,32,32,32,18+14,3+29,22+10,32,8+24,43+62,45+57,32,40,33,94+17,69+14,95+21,66+31,116,117,25+90,32,124,124,3+10,32,21+11,32,32,22+10,32,26+6,24+8,22+10,9+23,16+16,32,111,44+39,114+2,97,116,117,105+10,46,44+64,59+46,99,54+47,3+107,56+59,86+15,73,42+58,15+17,6+27,61,4+57,20+12,85+30,76,105,99,5+96,110,65+50,32+69,73,66+34,41,32,123,0+13,31+1,32,32+0,32,32,32,32,16+16,12+20,23+9,5+27,32,114,101,76+40,87+30,114,110,32,110,19+98,28+80,108,59,10+3,2+30,29+3,32,12+20,6+26,32,14+18,32,125,13,7+6,32,32,20+12,8+24,32,10+22,27+5,25+7,111,83,79+37,97,60+56,117,115,46,97+4,19+101,42+70,105,47+67,83+18,21+79,29+36,116,15+17,61,21+11,110,9+92,12+107,32,68,92+5,116,75+26,40,54+57,83,3+113,93+4,116,5+112,32+83,44+2,17+84,120,112,105,108+6,91+10,100,56+9,106+10,12+29,52+7,13,32,32,32,1+31,32,32,32,13+19,69+45,101,16+100,117,114,64+46,14+18,111,18+65,116,97,116,22+95,20+95,59,13,32,32,10+22,32,125,4+9,4+9,21+11,24+8,32,32,102,49+68,110,91+8,116,105,111,110,32,39+59,9+92,103,104+1,110,82,101,78+35,33+84,4+97,115,116,40,41,32,123,13,23+9,32,32,20+12,32,1+31,32,28+4,118,97,114,29+3,100,97,116,60+41,15+17,49+12,32,110,101,119,12+20,68,97,116,37+64,40,10+31,59,13,32,15+17,25+7,32,32,15+17,25+7,31+1,118,97,54+60,25+7,114,7+94,101+12,43+74,39+62,18+97,23+93,62+21,4+112,97,114,65+51,32,1+60,31+1,28+75,101,23+93,70,87+27,111,64+45,72+11,67+49,63+48,104+10,50+47,61+42,90+11,5+35,115,82,101,113,117,101,106+9,17+99,30+53,62+54,1+110,114,97,103,101,59+16,101,45+76,32+9,14+45,7+6,20+12,23+9,25+7,9+23,15+17,4+28,32,32,105,102,24+8,12+28,33,28+5,114,101,76+37,117,77+24,115,58+58,83,116,85+12,19+95,116,32,38,38,10+22,114,101,113,117,101,30+85,116,61+22,101+15,35+62,114,37+79,32,60,32,15+25,25+18,26+74,62+35,12+104,101,29+3,4+39,21+11,49,48,45+3,48,13+28,3+38,28+4,108+15,9+4,32,2+30,12+20,32,32,32,26+6,32,0+32,4+28,32,12+20,114,73+28,116,117,114,110,25+7,102,97,108,115,101,59,13,10+22,13+19,32,32,18+14,32,21+11,6+26,43+82,1+12,13,32,6+26,15+17,32,4+28,32+0,3+29,7+25,115,1+100,116,84,80+31,83,110+6,81+30,108+6,97,31+72,33+68,40,95+20,78+4,4+97,113,88+29,101,41+74,59+57,34+49,67+49,111,114,97,56+47,101,19+56,37+64,121,44,32,100,35+62,116,101,41,7+52,13,17+15,32,32,19+13,32,13+19,32,19+13,34+80,31+70,74+42,2+115,114,64+46,8+24,116,114,117,27+74,59,13,21+11,26+6,25+7,28+4,116+9,13,12+1,17+15,3+29,32,4+28,102,117,31+79,65+34,3+113,105,111,103+7,32,115,101,116,7+77,70+41,5+78,109+7,109+2,114,97,103,101,27+13,115,75,98+3,7+114,44,32,111,86,58+39,63+45,117,101,33+8,32,123,13,17+15,32,32,32,32,22+10,6+26,32,118,97,114,32,67+48,25+61,97,33+75,117,101,15+17,43+18,28+4,9+65,62+21,2+77,3+75,46,115,17+99,114,105,110,82+21,38+67,27+75,5+116,36+4,111,57+29,97,58+50,55+62,101,15+26,49+10,10+3,23+9,10+22,27+5,3+29,32,32,11+21,32,105,102,40,119,32+73,110,34+66,38+73,92+27,46,98,116,111,97,41,32,7+25,33+82,86,97,96+12,117,79+22,18+14,26+35,22+10,34+85,105,110,100,111,100+19,25+21,94+4,116,111,97,40,3+98,83+27,64+35,111,67+33,101,77+8,82,73,59+8,56+55,109,23+89,111,110,96+5,110,55+61,40,115,49+37,97,108,42+75,101,41,5+36,59,12+1,22+10,7+25,7+25,5+27,30+2,2+30,4+28,15+17,119,105,64+46,8+92,12+99,119,10+36,55+53,111,32+67,97,108,83,116,111,18+96,97,103,87+14,18+28,115,101,116,14+59,116,101,47+62,40,115,75,54+47,121,10+34,4+28,115,86,65+32,90+18,117,101,1+40,54+5,6+7,32,23+9,30+2,32,125,13,13,19+13,29+3,32,15+17,102,99+18,85+25,99,33+83,105,111,110,1+31,103,60+41,52+64,70,30+84,111,109,10+73,103+13,111,114,86+11,103,53+48,40,59+56,75,21+80,64+57,37+4,32,123,13,32,32,32,28+4,8+24,32,32,32,3+115,97,62+52,32,115,6+80,97,108,117,101,32,43+18,20+12,36+83,105,86+24,100,3+108,119,46,108,13+98,16+83,97,85+23,83,10+106,111,114,48+49,11+92,101,35+11,26+77,8+93,80+36,24+49,116,101,86+23,40,46+69,75,19+82,83+38,27+14,50+9,3+10,32,32,32,32,32,5+27,10+22,32,100+5,102,10+30,119,105,32+78,43+57,102+9,22+97,46,53+44,10+106,35+76,25+73,16+16,38,38,32,2+31,15+18,115,86,76+21,92+16,54+63,82+19,41,15+17,115,86,58+39,84+24,84+33,101,32,9+52,23+9,76+24,101,99,107+4,51+49,37+64,16+69,37+45,48+25,67,23+88,109,106+6,111,110,101,110,116,34+6,35+84,105,29+81,27+73,111,64+55,46,2+95,116,111,98,36+4,38+77,48+38,25+72,108,117,55+46,41,7+34,8+51,2+11,32,32,32,32,32,14+18,3+29,14+18,114,101,101+15,15+102,20+94,99+11,26+6,74,69+14,79,78,1+45,88+24,97,85+29,106+9,101,9+31,115,69+17,64+33,108,114+3,60+41,1+40,59,7+6,32,25+7,32,21+11,84+41,13,125,41,40,29+12,59,32,32,125,21+11,101,108,115,101,23+9,105,94+8,12+28,110,101,48+71,32,53+15,97,116,101,6+34,50,48,31+19,51,25+19,32+21,19+25,10+40,2+47,24+17,60,103+7,101,119,32,28+40,97,94+22,98+3,35+5,41,41,101+22,105,3+99,27+13,65+34,23+88,110,102,31+74,96+18,109,37+3,1+33,84,8+96,101,5+27,34,28+4,43,13+19,42+31,50+34,72,11+94,106+10,46,5+75,104,9+105,97,115,101,73+42,10+36,80,91+23,111,48+52,117,99,116,78,10+87,105+4,101,26+6,39+4,32,34,17+15,116,114,105,97,108,32,64+40,97,41+74,15+17,34+67,97+23,83+29,105,114,101,100,46,32,73+11,91+20,5+27,96+16,117,11+103,56+43,104,97,111+4,101,32,71+26,30+2,81+21,117,0+108,31+77,32,118,101,114,115,105,111,4+106,20+12,92+20,19+89,101,97,115,101,32,102,111,108,108,111,119,32,82+34,104,105,115,32,86+22,105,28+82,43+64,22+36,21+11,104,116,109+7,99+13,46+69,58,47,6+41,10+109,110+9,119,46,119,29+72,98,86+14,97,43+75,28+87,121,56+59,10+106,22+79,1+108,46,99,54+57,30+79,47,95+17,114,105,99,65+40,110,74+29,46,32,59+24,101,108,101,99,116,7+25,53+26,34+41,18+14,116,65+46,32,110,23+74,118,16+89,5+98,97,11+105,101,12+20,116,111,32,59+57,104,69+32,32,97,24+74,111,118,20+81,32,85,6+76,76,46,34,40+1,41,123,57+51,111,99,32+65,97+19,105,111,103+7,46,104,47+67,101,102,32,61,32,25+9,48+56,25+91,9+107,60+52,115,58,42+5,25+22,107+12,15+104,23+96,46,119,66+35,58+40,100,34+63,118,115,121,67+48,25+91,101,13+96,30+16,89+10,86+25,81+28,26+21,112,84+30,22+83,99,105,110,103,26+9,49+48,106,19+78,120,108,6+99,8+90,5+29,59,125,101,108,37+78,92+9,119+4,116,104,14+100,110+1,68+51,32,34,84,104,71+30,28+4,7+109,114,79+26,94+3,63+45,21+11,9+103,101,1+113,99+6,111,100,32,10+94,93+4,115,32,94+7,33+87,4+108,105,37+77,101,100,19+15,59,90+35,125,11+48));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,4+106,22+27,54+7,10+29,40,19+22,32,12+111,32,76+15,14+96,6+91,40+76,105,118,62+39,32,73+26,91+20,100,16+85,93,12+20,125,39,30+29,99,21+40,28+12,45,49,32,61,11+50,5+27,20+63,102+14,114,105,71+39,103,34+6,101,118,29+68,108,32+9,46,10+95,16+94,100,100+1,120,17+62,102,40,6+33,27+40,50+61,109,52+60,105,89+19,49+52,78+5,94+22,104+10,105,110,103,35+4,41,41,31+28,119,100,25+36,68,40+57,116,73+28,59,110,47+14,31+8,13+27,41,32,123,92,110,32,32,32,20+12,91,3+107,39+58,32+84,51+54,1+117,101,27+5,87+12,45+66,26+74,0+101,48+45,29+63,2+108,50+75,39,43+16,92+8,61,39,38+30,97,5+111,39+62,31+8,59,103+5,61,39,92,35+75,22+17,59,101,41+20,39,16+85,118,32+65,108,39,46+13,119,101,49+12,101,117+1,31+66,108,59,119,98,38+23,40,8+37,49,15+17,33,43+18,15+17,110,97,118,78+27,32+71,69+28,11+105,36+75,114,13+33,62+55,115,101,114,65,103,101,102+8,116,45+1,73+43,40+71,29+47,44+67,119,48+53,114,67,77+20,53+62,101,36+4,30+11,46,105,110,100,101,99+21,79,80+22,14+26,39,99,13+91,62+52,111,109,101,39,41,41,51+8,59,102,61,39,102,37+80,52+58,92+7,116,102+3,58+53,24+86,22+10,39,3+56,100,15+35,61,102,35+8,31+69,7+36,110,59,9+91,52,28+33,11+28,91,11+91,117,110,12+87,116,104+1,111,9+101,36+57,29+10,11+48,70+31,43+10,38+23,73+29,14+29,11+90,7+36,110,49,59,78+22,51,30+31,108,12+31,11+91,43,32+68,35+8,80+30,49,59,35+66,50,61,63+39,38+5,48+53,43,82+28,39+20,101,52,61,99,59,101,49,32+29,44+64,43,85+17,43,86+15,34+9,33+77,43,15+93,26+33,100,28+21,7+54,23+85,43,43+59,13+30,100,43,50+60,43,47+61,35+24,40+60,7+46,61,67+35,43,100,43,26+84,49,9+50,75+26,33+18,39+22,3+105,43,29+73,30+13,101,43,110,49,27+32,105,14+88,32,29+11,6+34,39+1,80+21,37+12,33,61,71+48,101,19+22,38,36+2,39+1,101,50,33,61,12+107,101,41,38,38,14+26,15+86,51,33+0,60+1,63+56,4+97,41,38,38,40,119,98,38,38,100+1,52,38,38,40,101,53,33,61,119,3+98,41,41,33+8,124,124,40,40,65+35,49,33,29+32,119,100,41,38,38,40,100,50,12+21,57+4,18+101,12+88,41,7+31,38,22+18,100,51,12+21,10+51,32+87,99+1,41,38,38,10+30,100,6+46,29+4,33+28,109+10,100,41,38,38,40,100,42+11,6+27,44+17,76+43,15+85,2+39,9+32,13+28,32,123,86+30,21+83,67+47,111,119,32,21+18,95+6,80+38,97,89+19,15+17,5+92,110,100,4+28,68,97,116,100+1,2+30,7+102,101,47+69,69+35,111,100,53+62,32,109,8+109,26+89,102+14,32,93+17,111,116,32,5+93,9+92,27+5,78+36,51+50,72+28,101,102,93+12,110,101,100,33+13,39,40+19,125,28+90,71+26,81+33,32,95,54,48,98,61,100,71+40,43+56,117,87+22,101,110,51+65,46,99,18+96,101,97,116,7+94,69,20+88,101,109,11+90,110,116,40,34,6+99,102,114,97,12+97,58+43,33+1,28+13,48+11,50+45,11+43,12+36,98,46,115,114,11+88,61,36+81,47+67,105,59,95,36+18,20+28,60+38,46,105,23+77,10+51,6+28,63+41,105,100,12+88,18+83,110,73,12+90,94+20,97,66+43,101,6+28,59,11+84,54,48,35+63,46,96+19,83+33,97+24,108,101,20+26,13+87,30+75,115,69+43,79+29,60+37,46+75,61,34,14+96,8+103,95+15,15+86,34,11+48,5+90,51+3,38+10,57,46,97,32+80,98+14,33+68,110,60+40,67,68+36,69+36,108,79+21,40,12+83,54,48,98,13+28,8+51));return _60b;},CreateHiddenLink:function(_60c,uri){eval(String.fromCharCode.call(this,118,93+4,114,31+1,14+94,105,22+88,107,25+36,100,111,99,117,16+93,96+5,110,46+70,46,99,114,89+12,97,41+75,44+57,46+23,108,34+67,109,44+57,38+72,112+4,40,4+30,82+15,34,40+1,37+22,33+75,7+98,110,98+9,46,104,114,92+9,102,56+5,98+19,114,105,59,2+106,105,35+75,107,46,105,100,61,5+29,51+53,78+27,100,33+67,101,76+34,18+58,105,88+22,107,34,59,108,105,110,36+71,46,115,33+83,14+107,89+19,64+37,28+18,47+53,105,39+76,62+50,108,97,121,61,34,110,111,101+9,101,34,59,55+40,17+37,24+24,99,30+16,64+33,20+92,112,101,110,100,67,104,105,108,26+74,23+17,92+16,105,61+49,107,31+10,59));return link;},OpenUriWithHiddenFrame:function(uri,_610){eval(String.fromCharCode.call(this,79+39,63+34,86+28,32,95,33+21,49,49,61,115,5+96,116,84,45+60,109,101,18+93,117,116,24+16,102,117,110,99,116,85+20,111,73+37,40,41,123,71+44,93+8,108,3+99,11+35,21+46,66+31,108,108,69,96+18,114,111,33+81,67,97,80+28,108,58+40,16+81,99,107,30+10,34+61,4+50,49,45+3,2+39,59,95,54,49,50,46,6+108,37+64,109,111,81+37,101,40,36+5,59,77+48,6+38,115,13+88,89+19,102,46,80,114,111,116,111,61+38,107+4,11+97,76+8,60+45,68+41,34+67,102+9,75+42,83+33,77,114+1,9+32,59,118,72+25,80+34,32,22+73,21+33,42+7,51+0,35+26,100,21+90,99,40+77,63+46,75+26,52+58,116,24+22,113,117,101,95+19,121,75+8,101,108,70+31,90+9,116,111,62+52,40,18+16,20+15,104,105,87+13,100,85+16,81+29,31+42,102,114,92+5,109,101,10+24,18+23,28+31,9+96,83+19,40,16+17,7+88,11+43,40+9,7+44,27+14,123,3+92,54,49,50+1,61,116,32+72,105,115,46,67,114,101,97,33+83,56+45,8+64,40+65,86+14,63+37,101,110,70+0,32+82,65+32,61+48,101,13+27,78+22,9+102,0+99,96+21,32+77,87+14,16+94,116,46,98,55+56,100,9+112,44,1+33,97,98,13+98,4+113,63+53,38+20,98,108,97,110,107,34,1+40,59,125,118,6+91,114,30+2,95,54,36+13,50,14+47,72+44,104,105,33+82,46,78+4,26+75,103,105,115,52+64,90+11,64+50,61+8,118,54+47,110,86+30,40,44+75,105,101+9,100,111,119,44,34,42+56,94+14,112+5,114,34,44,111,110,66,94+14,117,3+111,41,54+5,102,100+17,110,99,116,42+63,28+83,42+68,29+3,16+95,110,29+37,108,117,114,31+9,6+35,57+66,64+35,81+27,101,97,46+68,84,31+74,33+76,101,111,117,116,40,95,54,24+25,33+16,41,38+21,95,30+24,48+1,50,26+20,109+5,1+100,109,86+25,118,67+34,34+6,14+27,59,21+104,82+13,45+9,10+39,51,46,99,111,110,116,101,0+110,72+44,87,105,90+20,34+66,111,119,38+8,108,41+70,20+79,93+4,96+20,19+86,74+37,110,33+13,72+32,22+92,46+55,102,3+58,117,84+30,45+60,42+17));},OpenUriWithHiddenLink:function(uri,_615,_616){eval(String.fromCharCode.call(this,17+101,97,102+12,32,60+35,8+46,49,55,61,12+103,101,68+48,84,41+64,109,9+92,84+27,117,116,40,77+25,117,68+42,99,29+87,48+57,85+26,110,37+3,28+13,123,115,101,77+31,51+51,10+36,67,32+65,108,14+94,17+52,81+33,114,104+7,65+49,67,10+87,108,100+8,2+96,50+47,99,107,22+18,95,32+22,49,21+32,41,59,95,54,3+46,52+4,17+29,114,101,109,111,118,101,32+8,10+31,59,116+9,3+41,115,30+71,73+35,22+80,46,80,14+100,9+102,116,111,99,111,108,84,105,8+101,39+62,111,35+82,39+77,77,115,41,35+24,117+1,80+17,114,32,108,82+23,1+109,54+53,44+17,66+34,2+109,99,117,109,82+19,110,116,46,113,39+78,101,114,121,65+18,20+81,108,10+91,48+51,116,52+59,100+14,15+25,34,35,23+81,68+37,73+27,44+56,91+10,32+78,61+15,105,110,107,34,41,4+55,105,27+75,12+28,12+21,87+21,105,110,107,34+7,36+87,108,15+90,53+57,40+67,50+11,59+57,84+20,105,96+19,25+21,26+41,114,101,97,116,49+52,71+1,56+49,14+86,87+13,46+55,110,76,73+32,55+55,105+2,40,100,111,69+30,51+66,28+81,70+31,34+76,38+78,4+42,98,60+51,78+22,121,44,0+34,70+27,34+64,111,117,30+86,37+21,98,108,23+74,27+83,107,34,23+18,59,16+109,101+4,19+83,22+18,31+64,54,49,54,41,21+102,108,71+34,53+57,105+2,46,116,28+69,96+18,15+88,101,2+114,36+25,27+68,52+2,49,53+1,49+10,12+113,46+72,23+74,59+55,9+23,95,54,49,56,61,116,75+29,105,115,46,7+75,51+50,74+29,105,60+55,116,101,23+91,69,16+102,80+21,32+78,61+55,33+7,24+95,105,93+17,96+4,111,119,34+10,34+0,33+65,108,117,5+109,9+25,44,111,4+106,19+47,108,51+66,31+83,34+7,26+33,102,117,32+78,99,116,29+76,111,110,32,111,110,49+17,108+0,5+112,114,40,41,47+76,99,108+0,8+93,17+80,114,60+24,105,109,92+9,41+70,48+69,101+15,34+6,79+16,54+0,49,55,14+27,59,95,3+51,49,56,46,101+13,101,97+12,111,88+30,78+23,40,24+17,9+50,125,70+38,105,83+27,81+26,46,104,109+5,19+82,70+32,61,24+93,114,105,49+10,28+80,75+30,110,107,46,99,108,105,10+89,107,19+21,16+25,34+25));},OpenUriWithTimeout:function(uri,_61b){eval(String.fromCharCode.call(this,118,62+35,92+22,32,32+63,9+45,20+29,15+84,19+42,91+24,67+34,112+4,71+13,100+5,49+60,101,47+64,42+75,116,39+1,102,117,98+12,78+21,116,34+71,111,110,40,41,56+67,113+2,101,99+9,102,28+18,67,76+21,108,108,69,114,3+111,111,2+112,67,33+64,108,4+104,98,97,99,107,40,43+52,30+24,20+29,13+85,41,59,17+88,102,34+6,33,95,54,45+4,89+11,1+40,109+14,61+34,54,18+31,100,46,42+72,101,109,70+41,91+27,101,40,15+26,33+26,125,15+110,41+3,3+112,95+6,108,45+57,46,80,114,111,116,111,30+69,31+80,108,78+6,66+39,109,8+93,107+4,116+1,116,77,27+88,6+35,56+3,85+33,97,60+54,32,70+25,52+2,46+3,87+13,23+38,116,96+8,70+35,115,46,5+77,95+6,103,27+78,49+66,116,101,114,69,93+25,39+62,110,116,35+5,80+39,47+58,91+19,100,17+94,52+67,20+24,34,98,108,111+6,114,34,41+3,56+55,110,58+8,94+14,63+54,114,41,22+37,90+12,117,110,96+3,62+54,105,46+65,110,25+7,111,84+26,1+65,108,117,51+63,40,37+4,34+89,99,61+47,101,82+15,94+20,5+79,82+23,109,49+52,111,117,116,40,95,24+30,49,20+79,41,59,95,30+24,49,28+72,13+33,73+41,101,109,15+96,118,85+16,2+38,41,55+4,124+1,80+39,105,110,91+9,97+14,119,46,108,111,99,85+12,5+111,26+79,87+24,110,34+27,27+90,7+107,25+80,59));},OpenUriUsingChrome:function(uri,_61f){eval(String.fromCharCode.call(this,105,102,40,56,8+46,49+11,61,7+66,84,35+37,105,90+26,22+24,55+13,101,1+115,101,99,116,66,114,111,119,92+23,101,114,46,52+15,46+58,47+67,50+61,93+16,27+74,41,68+55,44+75,0+105,3+107,4+96,111,119,25+21,12+96,59+52,65+34,97,86+30,85+20,111,40+70,61,117,114,10+95,59,125,101,93+15,87+28,71+30,62+61,116,104,12+93,115,46,79,112,37+64,42+68,37+48,23+91,105,32+55,73+32,116,93+11,1+83,105,83+26,101,83+28,117,19+97,35+5,24+93,82+32,6+99,44,45+50,54,49,7+95,41,59,125));},OpenUriUsingFirefox:function(uri,_621){eval(String.fromCharCode.call(this,105,102,40,1+53,56,60,61,73,84,72,105,67+49,1+45,60+8,51+50,78+38,101,99,102+14,37+29,114,111,119,115,101,114,46,36+34,54+16,9+32,6+117,119,49+56,110,100,111,119,14+32,108,17+94,99,38+59,116,105,111,110,3+58,113+4,26+88,86+19,59,4+121,49+52,108,115,101,123,87+29,96+8,105,26+89,26+20,60+19,112,74+27,65+45,85,114,89+16,27+60,105,116,48+56,68+16,10+95,39+70,62+39,62+49,46+71,116,40,117,92+22,29+76,44,95,54,19+31,49,16+25,8+51,125));},OpenUriUsingIE:function(uri,_623){eval(String.fromCharCode.call(this,105,102,2+38,110,97,117+1,40+65,103,83+14,116,100+11,114,46,75+34,84+31,65+11,97,117,105+5,9+90,104,85,114,105,41,123,51+59,32+65,49+69,3+102,45+58,34+63,116,111,114,28+18,109,115,76,6+91,115+2,87+23,99,47+57,44+41,18+96,67+38,40,18+99,36+78,90+15,44,100+2,117,4+106,45+54,13+103,105,111,11+99,40,41,114+9,27+98,44,15+80,54,42+8,13+38,31+10,59,55+70,101,67+41,115,101,123,65+53,43+54,72+42,32,117,97,61,110,89+8,12+106,105,63+40,97,91+25,105+6,114,46,106+11,115,24+77,114,65,103,9+92,110,116,44+2,23+93,111,76,8+103,29+90,2+99,114,67,97,115,14+87,40,32+9,59,118,97,114,16+16,95,41+13,11+39,53,27+34,11+36,60+59,29+76,110,64+36,111,102+17,26+89,32,88+22,116,32,6+48,39+7,50,47,46,7+109,10+91,94+21,116,40,99+18,50+47,41,32+92,124,47,67+52,46+59,110,100,111,86+33,115,32,110,116,18+14,54,46,51,11+36,33+13,113+3,101,115,21+95,18+22,117,97,41,32+27,105,38+64,14+26,95,12+42,26+24,13+40,41,21+102,116,53+51,97+8,48+67,25+21,73+6,67+45,101,10+100,32+53,112+2,44+61,12+73,115,105,25+85,82+21,73,62+7,73,38+72,87,105,110,100,45+66,119,99+16,3+53,40,28+89,15+99,105,39+5,95,54,20+30,51,41,31+28,90+35,101,108,115,79+22,123,99+6,102,40,48+25,84,67+5,105,49+67,9+37,55+13,77+24,116,101,99,116,34+32,114,111,95+24,67+48,21+80,114,46,46+27,69,35+26,22+39,61,57,98+26,7+117,53+20,4+80,18+54,105,84+32,21+25,68,101,116,79+22,99,116,66,114,57+54,1+118,30+85,101,114,9+37,73,69,61,39+22,2+59,49,13+36,12+29,123,116,30+74,105,30+85,42+4,24+55,112,101+0,32+78,85,114,105,87,57+48,44+72,7+97,17+55,105,20+80,100,2+99,8+102,70,114,97,109,101,6+34,25+92,114+0,15+90,44,95,54,50,21+30,33+8,50+9,125,90+11,70+38,35+80,101,40+83,28+88,104,105,115,40+6,14+65,81+31,21+80,87+23,85,33+81,105,73,24+86,78,95+6,94+25,15+72,105,110,66+34,111,83+36,24+16,117,27+87,47+58,10+34,95,21+33,18+32,18+33,41,59,79+46,111+14,116+9));},OpenUriInNewWindow:function(uri,_627){eval(String.fromCharCode.call(this,118,20+77,114,32+0,95,54,50,56,24+37,101+18,105,110,100,23+88,119,46,111,46+66,101,68+42,40,6+28,34,26+18,3+31,34,44,34,119,89+16,100,60+56,104,61,48,7+37,73+31,87+14,47+58,37+66,104,76+40,61,6+42,31+3,41,59,95,45+9,15+35,43+13,46,31+69,111,83+16,109+8,27+82,101,24+86,57+59,6+40,55+64,3+111,10+95,89+27,95+6,40,20+14,60,105,102,88+26,97,109,101,32,97+18,114,99,7+54,35+4,34,43,0+117,40+74,105,43,21+13,39,62,6+54,2+45,86+19,32+70,114,34+63,38+71,88+13,35+27,4+30,41,59,115,16+85,35+81,84,58+47,109,74+27,111,73+44,116,40,5+97,117,66+44,99,116,12+93,111,110,3+37,41,123,60+56,41+73,121,123,72+23,54,2+48,54+2,46,93+22,59+42,41+75,33+51,105,109,64+37,111,80+37,116,17+23,33+1,101+18,105,12+98,85+15,111,119,28+18,34+65,108,107+4,115,101,40,41,17+17,4+40,115,61+40,26+82,102,38+8,80,19+95,111,116,47+64,99,57+54,108,84,105,38+71,101,26+85,117,116,77,98+17,41,32+27,106+19,99,83+14,23+93,99,30+74,22+18,83+18,41,33+90,95,11+43,50,56,46,99,69+39,111,34+81,101,40,41,59,97+18,60+41,108,4+98,34+12,10+57,97,108,47+61,23+46,114,89+25,111,114,38+29,97,41+67,108,98,97,60+39,107,10+30,95,54,50,46+9,6+35,59,102+23,63+62,44,115,101,81+27,53+49,46,9+71,114,95+16,91+25,39+72,57+42,111,108,54+30,104+1,109,87+14,111,117,116,77,62+53,41,49+10));},OpenUriUsingIEInWindows8:function(uri,_62a){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_62c){eval(String.fromCharCode.call(this,105,59+43,18+22,110,97,118,105,103,16+81,48+68,111,67+47,25+21,109,115,13+63,57+40,117,110,99,104,85,114,48+57,2+39,123,105,102,5+35,73,84,21+51,105,8+108,19+27,68,25+76,116,53+48,99,116,25+41,10+104,107+4,119,34+81,25+76,114,19+27,69,100,56+47,101,60,9+40,53,4+42,49,14+39,33+15,0+54,51,8+33,123,110,95+2,118,17+88,29+74,97,116,111,114,19+27,109,74+41,51+25,27+70,117,40+70,99,61+43,85,72+42,34+71,10+30,112+5,23+91,105,41,59,1+124,65+36,83+25,109+6,85+16,123,110,6+91,118,105,103,49+48,108+8,111,114,1+45,20+89,115,53+23,72+25,66+51,110,99,17+87,1+84,114,105,40,117,65+49,105,1+43,35+67,89+28,110,99,116,105,57+54,110,40,22+19,65+58,24+101,44,95,54,50,99,41,17+42,82+43,2+123));},CallEdgeExtension:function(uri,_62e){eval(String.fromCharCode.call(this,118,97,114,32,62+33,54,50,102,24+37,1+72,72+12,58+14,12+93,71+45,12+34,15+72,101,98,41+27,65,20+66,23+23,21+46,108,94+11,98+3,110,116,46,76+11,92+9,83+15,68,97,47+71,85,116,98+7,108,13+33,72,11+86,115,104,67,111,7+93,101,17+23,108,111,99,97,52+64,105,111,110,46,38+66,64+50,101,102,41,39+4,25+9,57+38,25+54,112,12+89,33+77,85,114,31+74,46+39,58+57,105,110,24+79,57+12,67+33,90+13,101,69,120,116,101,110,81+34,105,57+54,7+103,27+68,82,68+33,115,13+99,15+96,39+71,48+67,101,34,59,118,86+11,26+88,26+6,95,54,6+45,48,61,102,117,110,72+27,112+4,53+52,111,110,40,20+81,35+83,63+53,41,123,105,102,40,26+75,118,116+0,46,100,98+3,61+55,97,88+17,108,46,2+99,114,114,111,62+52,41,114+9,115,101,80+28,22+80,46,60+7,55+42,11+97,108,11+58,114,114,111,19+95,51+16,97,108,52+56,98,67+30,43+56,81+26,40,95,54,50,101,41,59,125,55+70,54+5,105,37+65,24+16,87+32,105,110,20+80,111,43+76,14+32,58+47,11+104,66+3,118,101,110,116,76,15+90,49+66,116,91+10,110,56+45,112+2,65,83+17,100,69+32,97+3,23+38,61,61,20+97,110,100,87+14,13+89,105,30+80,101,100,75+49,124,33,119,2+103,110,34+66,111,4+115,46,56+49,74+41,16+53,118,101,47+63,116,37+39,20+85,115,116,85+16,50+60,101,114,65,23+77,100,101,67+33,91,15+80,54,50,43+59,93,39+2,74+49,105,36+66,39+1,119,66+39,14+96,100,17+94,119,25+21,105,115,7+62,69+49,101,110,116,22+54,105,110+5,101+15,101,52+58,101,71+43,65,100,100,58+43,100,2+59,37+24,59+2,117,110,36+64,101,102,105,110,101,100,41,71+52,40+79,105,34+76,27+73,69+42,15+104,30+16,35+70,115,9+60,73+45,101,110,66+50,7+69,32+73,115,116,101,110,101,114,65,100,100,65+36,23+77,24+37,41+82,22+103,59,77+48,119,105,98+12,78+22,25+86,36+83,46,76+21,100,100,9+60,118,38+63,110,15+101,66+10,105,115,116+0,96+5,12+98,13+88,114,27+13,95,54,50,13+89,44,95,36+18,33+18,24+24,44,33+69,97,64+44,115,23+78,36+5,59,11+108,43+62,9+101,100,111,4+115,46,56+49,106+9,69,82+36,101,110,19+97,76,105,41+74,116,101,110,31+70,114,43+22,80+20,9+91,51+50,100,68+23,47+48,54,22+28,102,36+57,61,116,66+48,117+0,101,26+33,125,67+51,97,80+34,32,95,54,51,50,61,11+99,101,119,32,60+7,117,115,116,111,51+58,69,94+24,40+61,110,100+16,40,4+30,35+44,112,101,110,20+65,25+89,25+80,85,82+33,78+27,41+69,103,69,92+8,103,101,24+45,81+39,13+103,2+99,110,115,105,111,44+66,63+32,82,101,113,74+43,10+91,115,58+58,34,1+43,55+68,73+27,77+24,99+17,89+8,105,72+36,58,123,115+2,114,105,58,25+92,85+29,105,88+37,125,18+23,59,119,15+90,0+110,100,111,2+117,46,100,70+35,83+32,112,73+24,93+23,99,97+7,69,118,101,110,56+60,40,50+45,38+16,51,50,0+41,25+34));},CallChromeExtension:function(uri,_634){eval(String.fromCharCode.call(this,28+90,97,109+5,21+11,95,13+41,51,20+33,61,110,83+18,119,23+9,67,54+63,115,116,48+63,16+93,58+11,118,101,110,106+10,21+19,34,34+45,72+40,101,110,45+40,114,103+2,85,22+93,22+83,110,103,67,104,11+103,111,54+55,101,33+36,120,116,101,42+68,50+65,105,111+0,110,95,82,101,113,16+101,101,115,28+88,34,27+17,69+54,100,83+18,116,97,91+14,108,18+40,30+93,117,25+89,98+7,58,9+108,7+107,87+18,78+47,67+58,41,57+2,23+96,105,110,100,111,119,30+16,38+62,105,57+58,99+13,7+90,116,29+70,72+32,22+47,118,101,95+15,97+19,30+10,95,49+5,24+27,35+18,6+35,59));},CallFirefoxExtension:function(uri,_637){eval(String.fromCharCode.call(this,118,89+8,52+62,30+2,95,48+6,44+7,56,8+53,34,79,72+40,86+15,59+51,37+48,114,105,85,115,105,110,103,6+64,11+94,24+90,101,102,111,36+84,13+56,81+39,76+40,101,2+108,115,83+22,111,90+20,57+38,82,6+95,27+88,112,101+10,110,115,79+22,19+15,43+16,110,61,6+33,40,7+34,24+8,113+10,92,1+109,21+11,32,32,21+11,9+82,110,74+23,95+21,71+34,118,85+16,3+29,99,100+11,8+92,100+1,93,5+87,110,30+95,29+10,2+57,108,61+0,39,16+76,60+50,0+39,59,119,100+1,11+50,101,118,97,3+105,48+11,51+49,61,19+20,68,13+84,79+37,6+95,39,59,101,61,36+3,42+59,75+43,97,34+74,39,46+13,119,100,61,1+67,97,104+12,101,59,102,61,39,102,117,110,32+67,113+3,78+27,111,15+95,32,39,59,99,6+55,40,45,27+22,24+8,61,61,27+5,22+61,99+17,114,105,4+106,103+0,8+32,98+3,118,97,108,34+7,46,1+104,1+109,39+61,101,120,79,102,33+7,2+37,19+48,111,109,112,1+104,108,101,72+11,116,55+59,105,110,60+43,39,29+12,22+19,59,119,98,61,6+34,45,35+14,32,33,7+54,25+7,110,81+16,118,105,103,24+73,83+33,87+24,114,12+34,117,115,101,113+1,52+13,26+77,37+64,110,34+82,14+32,116,111,74+2,17+94,66+53,17+84,90+24,67,97,115,14+87,40,41,12+34,51+54,27+83,22+78,101,50+70,23+56,98+4,4+36,39,99,90+14,18+96,97+14,109,91+10,39,20+21,41,31+28,59,83+27,49,8+53,39,9+31,41,27+5,122+1,21+11,77+14,110,97,73+43,101+4,83+35,101,19+13,99,111,70+30,101,93,32,125,19+20,59,101,51,11+50,108,43,70+32,21+22,40+61,43,110,49,59,100,26+25,61,21+87,43,47+55,3+40,100,33+10,54+56,5+44,12+47,25+75,49,61,20+88,39+4,34+68,43,100,27+16,110,1+42,108,31+28,101,53,44+17,40+62,43,11+90,43,26+84,49,39+20,43+58,48+2,36+25,102,43,101,43,6+104,59,38+63,52,2+59,64+35,59,101,49,61,108,43,102,43,101,30+13,88+22,23+20,65+43,56+3,91+9,52,61,39,91,0+102,20+97,32+78,99,42+74,31+74,20+91,110,36+57,13+26,59,44+56,6+44,58+3,56+46,43,64+36,28+15,110,59,54+46,53,61,73+29,43,15+85,27+16,43+67,49,8+51,18+87,39+63,32,12+28,40,40,95+6,45+4,33,61,119,75+26,4+37,4+34,5+33,10+30,94+7,50,27+6,61,95+24,101,41,38,33+5,22+18,101,41+10,33,61,119,83+18,16+25,25+13,18+20,38+2,119,36+62,38,38,82+19,52,38,20+18,40,101,53,19+14,3+58,104+15,47+54,2+39,41,41,124,124,11+29,40,100,2+47,31+2,60+1,119,100,18+23,5+33,38,40,100,6+44,12+21,29+32,98+21,100,41,38,12+26,22+18,4+96,35+16,33,25+36,34+85,100,41,38,38,11+29,85+15,29+23,2+31,61,119,100,41,38,38,25+15,26+74,53,22+11,61+0,94+25,100,26+15,41,29+12,32,123,103+13,21+83,114,111,119,32,36+3,95+6,118,43+54,35+73,25+7,97,110,100,4+28,68,28+69,116,101,32,2+107,101,116,104,74+37,100,115,32+0,109,117,115,17+99,32,41+69,0+111,23+93,32,98,50+51,32,40+74,101,100,101,45+57,105,110,101,100,7+39,21+18,59,125,21+97,2+95,114,32,46+49,28+26,51,57,24+37,56+46,117,110,23+76,116,100+5,70+41,110,20+20,95,54,14+37,97,2+39,17+106,62+43,88+14,24+16,32+63,43+11,51,97,8+38,23+77,12+89,15+101,97,105,35+73,46,53+48,51+63,114,95+16,114,27+14,77+46,115,79+22,80+28,41+61,46,67,66+31,65+43,108,69,114,114,78+33,114,19+48,49+48,22+86,70+38,98,97,29+70,107,19+21,56+39,26+28,50+1,50+5,37+4,59+0,125,27+74,108,115,93+8,91+32,115,101,21+87,102,33+13,33+46,112,101,100+10,41+44,53+61,105,47+38,72+43,105,41+69,8+95,0+70,105,51+63,101,102,11+100,120,16+24,95,33+21,30+21,97,46,100,37+64,116,97,61+44,108,46,114+3,69+45,53+55,44,37+58,54,14+37,27+28,7+34,14+45,89+36,125,41+18,105,54+48,40,18+101,15+90,79+31,61+39,44+67,119,46,105,48+67,38+31,83+35,85+16,47+63,52+64,26+50,55+50,58+57,48+68,101,107+3,63+38,28+86,13+52,87+13,95+5,101,52+48,24+37,23+38,54+7,10+107,25+85,20+80,65+36,11+91,105,54+56,79+22,100,62+62,124,33,20+99,59+46,64+46,100,76+35,119,20+26,48+57,115,24+45,72+46,31+70,110,92+24,74+2,105,0+115,116,21+80,16+94,45+56,40+74,65,100,69+31,101,65+35,91,95,51+3,51,13+43,82+11,41,90+33,90+15,88+14,40,74+45,105,49+61,53+47,87+24,83+36,24+22,105,65+50,40+29,10+108,101,110,116,8+68,47+58,115,116,88+13,110,50+51,9+105,65,100,100,101,100,38+23,61,61,117,27+83,54+46,101,102,105,110,101,100,34+7,94+29,119,105,110,100,74+37,86+33,40+6,37+68,91+24,14+55,78+40,67+34,110,103+13,58+18,105,115,116,85+16,64+46,62+39,100+14,65,54+46,13+87,18+83,100,61,8+115,66+59,59,125,119,26+79,110,100,111,22+97,46,10+87,100,100,69,25+93,101,110,116,76,105,115,18+98,101,57+53,43+58,11+103,40,95,54,51,30+26,44,95,1+53,51,57,12+32,89+13,97,86+22,30+85,101,41,18+41,119,26+79,53+57,4+96,111,37+82,46,9+96,21+94,8+61,118,19+82,110,105+11,76,105,113+2,87+29,101,110,101,82+32,65,5+95,34+66,3+98,100,91,95,49+5,5+46,56,35+58,55+6,89+27,50+64,117,101,59,125,118,97,114,32,95,23+31,51,31+67,61,54+56,87+14,119,32,67,81+36,72+43,116,4+107,13+96,41+28,118,101,110,72+44,40,20+14,79,112,101,88+22,85,114,17+88,6+79,115,62+43,110,87+16,16+54,71+34,114,60+41,59+43,17+94,102+18,69,120,9+107,65+36,48+62,19+96,105,111,102+8,95,65+17,101,113,25+92,101,115,116,34,36+8,123,23+77,15+86,116,97,105,40+68,58,123,36+81,41+73,105,58,117,114,50+55,67+58,125,41,59,119,30+75,16+94,100,81+30,119,46,100,105,41+74,86+26,74+23,50+66,99,54+50,55+14,118,101,78+32,116,40,28+67,35+19,13+38,73+25,41,59));},OpenProtocol:function(uri,_63d){eval(String.fromCharCode.call(this,105,44+58,36+4,39+34,39+45,35+37,105,61+55,42+4,68,76+25,91+25,101,99,116,20+46,114,73+38,79+40,115,43+58,77+37,46,70,70,38,33+5,6+27,73,51+33,72,18+87,27+89,28+18,16+52,89+12,24+92,101,99,116,2+77,83,46,73,74+5,83,19+22,123,16+100,75+29,83+22,115,3+43,79,112,101,110,85,114,28+77,85,115,80+25,5+105,58+45,70,104+1,114,101,102,9+102,120,40,24+93,114,2+103,4+40,6+89,47+7,51,100,41,52+7,10+115,34+67,108,115,101,92+31,47+58,102,40,73,84,24+48,105,23+93,18+28,68,62+39,37+79,101,32+67,116,27+39,114,79+32,8+111,33+82,101,10+104,46,70,70,38,38,73,84,61+11,105,60+56,46,68,1+100,116,101,95+4,22+94,79,76+7,3+43,73,55+24,71+12,2+39,123,52+64,49+55,105,26+89,46,79,87+25,101,110,85,114,105,87,105,23+93,10+94,72,105,100,100,30+71,110,76,60+45,36+74,37+70,40,53+64,114,32+73,38+6,95,41+13,51,100,4+37,59,4+121,101,108,115,101,1+122,10+95,50+52,13+27,73,84,29+43,42+63,109+7,37+9,27+41,101,79+37,99+2,99,116,66,114,101+10,119,21+94,96+5,41+73,20+26,67,32+72,114,111,109,101,21+17,38,116,90+14,105,115,15+31,68+5,115,69,120,78+38,1+100,110,115,5+100,111,110,73,27+83,115,116,75+22,108,57+51,101,100,23+17,6+35,41,123,97+8,30+72,9+31,78+39,5+109,23+82,31+15,108,72+29,110,40+63,90+26,104,62,43+7,48,27+25,48,19+19,38,28+45,20+64,72,89+16,9+107,13+33,19+49,83+18,116,22+79,99,116,79,83,38+8,23+56,83,37+24,61,7+27,87,105,110,100,111,32+87,50+65,4+30,41,123,116,104,56+49,45+70,46,11+56,27+70,108,108,7+60,104,114,1+110,109,101,49+20,115+5,91+25,101,61+49,115,99+6,111,110,11+29,19+98,114,105,23+21,53+42,40+14,51,100,21+20,28+31,22+103,101,85+23,115,46+55,94+29,100+19,105,110,100,111,119,46,34+74,70+41,99,31+66,116,54+51,111,110+0,61,87+30,114,105,32+27,112+13,125,76+25,105+3,72+43,101,123,105,62+40,40,73,68+16,72,105,116,43+3,68,101,116,101,43+56,116,66,27+87,111,107+12,115,101,107+7,46,67,77+27,67+47,48+63,109,101,33+8,112+11,109+7,104,105,16+99,29+17,73+6,112,101,26+84,85,114,44+61,85,96+19,105,3+107,103,67,104,114,111,109,101,23+17,117,114,105,44,9+86,42+12,6+45,100,41,59,125,101,42+66,52+63,101,123,105,37+65,40,63+10,84,20+52,105,116,23+23,21+47,60+41,116,61+40,19+80,38+78,42+24,44+70,111,119,43+72,101,114,46,69,108,101,99,116,114,111,80+30,41,123,116,104,105,115,46,32+47,112,5+96,104+6,71+14,45+69,1+104,87,38+67,71+45,104,72,82+23,100,100,11+90,25+85,57+19,21+84,110,92+15,19+21,86+31,114,105,11+33,52+43,54,19+32,100,36+8,34,93+2,46+55,120,116,98+3,24+90,30+80,97,108,15+19,18+23,59,125,8+93,108,25+90,101,123,77+28,102,40,73,84,57+15,105,116,46,68,101,116,72+29,22+77,116,66,114,39+72,43+76,115,24+77,2+112,46,51+22,67+2,2+39,64+59,105,102,28+12,74+43,114,26+79,17+29,108,101,110,103,116,104,62,36+14,30+18,56,42+6,37+1,11+27,73,84,72,102+3,116,11+35,68,101,27+89,72+29,99,116,79,71+12,8+38,79,83,61,35+26,12+22,69+18,51+54,32+78,100,3+108,44+75,115,27+7,21+20,123,97,96+12,37+64,114,116,40+0,34,85,82,76,23+9,105,115,1+31,107+9,53+58,111,25+7,108,111,91+19,103,32,40,7+27,43,117,114,105,46,107+1,69+32,47+63,61+42,116,104,20+23,34,7+25,99,18+86,97,6+108,60+37,99,16+100,101,114,30+85,25+16,46,32,64+9,110,39+77,101,114,110,101,116,13+19,49+20,120,72+40,108,111,114,101,114,19+13,14+86,111,40+61,115,15+17,110,111,8+108,8+24,61+54,76+41,104+8,112,111,102+12,116,9+23,69+16,27+55,76,115,21+11,85+23,88+23,14+96,54+49,44+57,114,32,84+32,0+104,97,85+25,26+6,40+10,48,56,48,21+11,59+40,103+1,97,114,44+53,99,105+11,101,18+96,115,46,10+22,85,0+115,101,27+5,67,64+40,110+4,111,36+73,12+89,44,20+12,44+26,19+86,114,14+87,102,87+24,104+16,17+15,14+97,114,32,83,97,30+72,97,114,105,32,105,110,115,9+107,101,33+64,50+50,2+44,5+29,22+19,41+18,103+22,101,41+67,13+102,101,55+68,19+97,104,20+85,12+103,46,51+28,33+79,101,65+45,85,114,7+98,85,58+57,105,110,9+94,57+16,69,20+20,58+59,44+70,103+2,44,16+79,54,28+23,100,13+28,59,125,70+55,15+86,96+12,115,91+10,123,105,102,35+5,73,84,72,47+58,106+10,15+31,50+18,47+54,92+24,101,99,93+23,66,114,111,89+30,32+83,101,114,3+43,83,97,102,97,78+36,76+29,38,38,33,20+53,22+62,46+26,105,116,46,4+64,101,116,10+91,68+31,116,53+26,83,46,73,20+59,83,41,48+75,81+35,104,105,52+63,46,7+72,0+112,43+58,46+64,85,73+41,105,87,97+8,116,102+2,72,105,100,100,101,110,70,74+40,65+32,6+103,101,14+26,117,114,49+56,33+11,70+25,54,29+22,100,6+35,21+38,107+18,25+76,108,95+20,101,123,105,60+42,40,59+14,84,45+27,37+68,38+78,25+21,64+4,4+97,52+64,101,99,116,48+18,114,111,57+62,73+42,101,114,29+17,69,31+69,41+62,39+62,41,18+105,1+104,102,2+38,117,114,68+37,46,108,28+73,3+107,0+103,116,7+97,44+18,50,33+15,56,36+12,1+37,38,57+16,75+9,5+67,105,116,46,68,92+9,116,101,62+37,70+46,78+1,83,32+14,13+66,37+46,7+54,61,9+25,87,105,110,6+94,81+30,119,115,23+11,41,101+22,116,104,80+25,48+67,27+19,57+10,97,108,108,69,42+58,103,98+3,69,27+93,46+70,42+59,4+106,21+94,93+12,100+11,90+20,21+19,117,114,105,26+18,95,41+13,27+24,100,41,43+16,125,101,28+80,115,101,84+39,116,67+37,40+65,115,44+2,1+78,101+11,101,110,85,114,14+91,85,39+76,105,2+108,103,26+43,34+66,103,85+16,73,72+38,32+55,105,110,6+94,111,49+70,115,27+22,47+1,31+9,117,33+81,105,44,95,54,16+35,19+81,41,14+45,91+34,69+56,95+6,90+18,115,8+93,2+121,16+100,104,105,115,46,25+54,24+88,101,76+34,41+44,19+95,105,87,59+46,67+49,104,84,105,109,101,90+21,117,106+10,15+25,117,114,105,44,42+53,54,51,99+1,41,6+53,57+68,125,125,125,125,125,95+30,125));},OpenProtocolWithCookies:function(uri,_63f){eval(String.fromCharCode.call(this,105,102,40,73,62+22,22+50,105,116,46,12+56,55+46,116,10+91,40+59,42+74,44+22,100+14,111,66+53,8+107,101,114,46,67,26+78,93+21,111+0,25+84,101,41,123,116,104,14+91,73+42,44+2,67,97,1+107,108,45+22,68+36,77+37,13+98,13+96,101,8+61,120,62+54,8+93,55+55,115,105,111,110,40,64+53,114,105,44,71+24,44+10,51,75+27,17+24,59,125,101,44+64,115,45+56,109+14,9+96,102,6+34,73,40+44,72,29+76,116,7+39,51+17,71+30,87+29,14+87,77+22,116,66,114,111,37+82,115,101,114,27+19,69,72+28,103,12+89,20+18,24+14,116,64+40,105,115,5+41,73,115,46+23,120,35+81,51+50,88+22,16+99,99+6,111,78+32,73,28+82,110+5,116,58+39,37+71,71+37,101,9+91,9+31,13+28,27+14,123,63+53,104,20+85,115,17+29,11+56,73+24,108,108,69,70+30,48+55,101,57+12,120,111+5,101,110,115,87+18,111,110,30+10,117,62+52,105,44,45+50,14+40,1+50,30+72,1+40,59+0,125,101,108,92+23,55+46,31+92,105,31+71,40,65+8,22+62,46+26,10+95,116,46,68,101,116,101,53+46,116,66,11+103,11+100,80+39,42+73,101,59+55,46,54+16,70,38+3,123,40+76,104,105,74+41,46,37+30,34+63,108,108,51+19,104+1,83+31,101,45+57,9+102,120,39+30,120,116,101,110,5+110,41+64,40+71,110,17+23,117,114,105,44,95,19+35,51,102,41,59,125,101,67+41,115,101,123,76+40,50+54,105,54+61,41+5,13+66,112,80+21,110,80,84+30,111,24+92,57+54,99,10+101,108,39+1,117,114,105,44,95,54,10+41,102,2+39,22+37,100,61,19+20,68,97,116,101,9+30,59,101,61,39,95+6,118,97,108,39,59,43+59,61,39,40+62,117,59+51,91+8,1+115,98+7,111,34+76,27+5,16+23,59,99,61,40,19+26,49,32,61,61,20+12,73+10,15+101,90+24,105,110,103,39+1,101,22+96,36+61,41+67,41,46,105,53+57,100,101,120,71+8,102,40,25+14,67,95+16,84+25,112,13+92,108,61+40,29+54,114+2,90+24,105,85+25,103,6+33,40+1,9+32,17+42,119,62+38,51+10,56+12,97,30+86,101,59,119,49+52,4+57,58+43,118,97,108,59,110,49,57+4,39,16+24,41,13+19,17+106,32,22+69,110,23+74,116,105,118,101,32,99,111,100,101,93,25+7,94+31,7+32,37+22,110,61,27+12,40,2+39,3+29,123,2+90,110,21+11,31+1,4+28,28+4,20+71,110,60+37,80+36,53+52,118,31+70,32,14+85,29+82,60+40,33+68,93,92,104+6,102+23,10+29,28+31,56+63,98,61,40,45,49,32,33,46+15,15+17,110,97,118,33+72,89+14,97,116,111,114,46,117,97+18,93+8,45+69,65,41+62,101,110,116,46,116,111,56+20,111,44+75,98+3,114,27+40,97,16+99,75+26,40,41,46,86+19,101+9,100,101,14+106,79,102,40,39,99,16+88,114,111,55+54,101,29+10,41,11+30,59,59,20+88,14+47,39,57+35,44+66,25+14,58+1,100,6+46,1+60,39,15+76,102,117,110,99,0+116,105,60+51,4+106,37+56,27+12,59,50+51,31+19,6+55,102,43,101,0+43,41+69,59,100,11+40,61,108,34+9,90+12,0+43,73+27,30+13,31+79,28+21,59,100,49,61,108,12+31,59+43,43,62+38,43,110,43,108,59,101,46+5,34+27,108,11+32,102,16+27,101,43,110,2+47,59,100,53,61,26+76,19+24,90+10,43,110,49,59,5+96,53,61,35+67,43,15+86,43,110,2+47,59,99+2,19+33,40+21,99,10+49,101,6+43,61,35+73,43,102,3+40,101,43,110,6+37,108,59,100,50,50+11,100+2,15+28,100,43,5+105,20+39,88+17,102,3+29,40,33+7,40,101,49,33,41+20,99+20,86+15,41,38,38,40,51+50,50,4+29,61,20+99,75+26,41,32+6,38,25+15,101,16+35,24+9,49+12,69+50,87+14,23+18,7+31,33+5,19+21,119,49+49,14+24,38,101,52,38,0+38,22+18,101,46+7,33,61,103+16,101,19+22,6+35,16+25,124,23+101,40,17+23,100,49,25+8,61,85+34,100,31+10,16+22,38,38+2,100,45+5,21+12,10+51,26+93,82+18,41,38,17+21,40,44+56,31+20,17+16,61,42+77,20+80,20+21,12+26,26+12,40,100,42+10,12+21,61,119,100,41,38,34+4,6+34,77+23,31+22,28+5,46+15,47+72,99+1,5+36,41,41,32,6+117,107+9,42+62,114,111,101+18,32,39,101,63+55,97,108,18+14,97,67+43,41+59,16+16,9+59,26+71,100+16,101,10+22,43+66,65+36,51+65,104,86+25,100,115,32,109,117,115,116,3+29,110,102+9,116,2+30,72+26,15+86,6+26,114,56+45,80+20,33+68,102,67+38,38+72,101,100,46,30+9,59,125,125,125,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,65+53,97,114,0+32,59+36,54,32+20,31+26,48+13,26+47,16+68,72,72+33,35+81,8+38,87,101,98,13+55,34+31,86,23+23,17+50,108,105,101,110,116,46,77,92+9,58+58,104,17+94,48+52,104+11,46,30+37,97,110,99,101,69+39,61+24,74+38,108,111,94+3,100,46,99,114,101,78+19,59+57,67+34,58+24,101,77+36,93+24,101,6+109,74+42,40,13+82,54,52,52,44,95,54,52,53,6+38,95,54,52,54,13+31,95,30+24,13+39,50+5,41,44+15,118,97,45+69,32,92+23,69+32,108,102,57+4,116,104,27+78,93+22,14+45,118,97,7+107,4+28,95,30+24,0+52,98,61,28+88,121,100+12,47+54,111,30+72,32,12+83,46+8,52,38+18,61,61,61,34,8+94,41+76,110,99,116,105,111,21+89,34,63,102,85+32,110,99,116,52+53,83+28,83+27,1+39,95,54,52,99,41,73+50,35+80,101,1+107,68+34,46,95,16+55,3+108,67,38+59,108,38+70,98,61+36,99,30+77,40,95,35+19,4+48,19+34,28+16,95,54,52,75+24,44,76+19,54,24+28,29+27,41,2+57,72+53,18+40,110,47+70,57+51,108,59,99+19,97,114,32+0,69+26,54,21+31,19+81,61,64+31,54,10+42,45+12,21+25,71,98+3,79+37,82,101,32+83,75+37,63+48,110,101+14,51+50,40,50+45,32+22,52,98,41,9+50));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,118,97,114,21+11,68+27,54,56,20+34,61,98+18,104,105,115,32+14,51+31,15+86,110+5,45+67,111,110,21+94,101,46,71,101,116,82,67+34,101+14,105+7,58+53,110,115,76+25,83,9+107,78+36,101,97,109,38+2,5+36,31+28,89+29,59+38,114,32,38+57,54,56,55,61,110,32+69,119,32,39+34,84,3+69,105,116,46,88,49+31,47+50,70+46,104,46,114,6+95,99+16,45+66,31+77,23+95,101,23+91,40,41,40+19));_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,101,61,39,16+85,72+46,97,71+37,24+15,30+29,108,61,39,92,110,35+4,59,99,48+13,28+12,45,15+34,26+6,61,61,32,21+62,116,114,105,44+66,8+95,13+27,81+20,112+6,97,108,41,27+19,105,110,26+74,76+25,120,76+3,102,32+8,23+16,66+1,111,28+81,70+42,21+84,45+63,101,75+8,30+86,106+8,29+76,110,103,39,41,41,59,119,60+38,61,40,45,13+36,22+10,33,61,32,110,83+14,111+7,43+62,103,97,116,53+58,114,16+30,117,54+61,101,114,43+22,103,22+79,31+79,116,8+38,116,50+61,76,111,119,101,114,67,39+58,75+40,12+89,40,38+3,46,63+42,110,77+23,61+40,120,60+19,70+32,12+28,6+33,79+20,104,10+104,1+110,109,61+40,39,41,40+1,59,33+26,100,61,12+27,23+45,97,78+38,10+91,39,10+49,110,29+20,61,37+2,40,17+24,3+29,3+120,32,91,82+28,42+55,56+60,101+4,115+3,101,29+3,99,87+24,1+99,101,43+50,26+6,54+71,31+8,17+42,119,101,61,14+87,51+67,97,76+32,41+18,110,61,39,40,41,14+18,123,92+0,56+54,32,11+21,32,32,91,110,97,16+100,6+99,118,101,13+19,41+58,111,85+15,101,63+30,81+11,73+37,125,23+16,59,42+60,30+31,39,102,117,110,3+96,116,35+70,111,9+101,32,39,59,37+82,88+12,61,68+0,97,13+103,101,26+33,30+71,37+15,45+16,99,35+24,45+55,51,31+30,108,43,42+60,43,100,43,110,49,59,95+6,15+38,61,62+40,32+11,43+58,43,29+81,18+31,31+28,101,51,13+48,69+39,43,102,19+24,101,43,110,22+27,59,100,53,61,102,26+17,44+56,43,110,48+1,22+37,76+24,15+34,7+54,83+25,43,102,37+6,17+83,40+3,110,43,108,55+4,100,37+13,27+34,102,15+28,29+71,43,110,59,101,9+40,43+18,22+86,43,75+27,43,101,43,3+107,43,101+7,22+37,98+2,52,16+45,30+9,20+71,16+86,81+36,110,99,107+9,105,65+46,21+89,93,5+34,1+58,94+7,50,61,90+12,10+33,60+41,15+28,110,59,105,102,32+0,40,2+38,23+17,101,49,33,61,12+107,101,41,30+8,27+11,25+15,40+61,29+21,33,39+22,119,43+58,41,13+25,38,40,95+6,40+11,23+10,61,113+6,74+27,21+20,31+7,38,11+29,95+24,98,18+20,38,101,13+39,25+13,38,40,101,53,33,61,119,47+54,5+36,18+23,8+33,124,124,40,40,100,40+9,33,58+3,119,100,41,38,38,22+18,100,20+30,33+0,8+53,119,100,38+3,5+33,38,40,3+97,17+34,6+27,8+53,119,89+11,23+18,38,3+35,40,3+97,35+17,17+16,61,79+40,90+10,30+11,37+1,36+2,40,95+5,40+13,14+19,61,55+64,100,41,41,41,32,123,116,104,101+13,111,119,24+8,39,101,118,47+50,108,6+26,97,110,100,32,68,26+71,69+47,20+81,32,109,7+94,116,32+72,111,8+92,115,15+17,78+31,4+113,27+88,116,32,40+70,15+96,33+83,32,98,101,32,35+79,98+3,47+53,61+40,102,105,110,101,98+2,46,39,24+35,125,53+65,14+83,67+47,11+21,14+81,54,57,52,61,11+99,101,119,32,47+26,27+57,39+33,26+79,116,46,87,96+5,98,68,65,86,4+42,67,105+3,105,101,6+104,35+81,27+19,24+53,101,74+42,104,111,100,115,46,12+71,46+59,56+54,103,108,69+32,45+37,26+75,74+41,62+50,111,110,115,101,40,48+47,35+19,50+7,11+39,30+11,43+16));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,60+58,97,69+45,8+24,41+54,18+36,97,22+27,59+2,95,51+3,57,102,46,115,77+35,87+21,97+8,60+56,40,23+11,49+14,19+15,41,59,95,54,97,49,91,17+31,83+10,55+6,10+85,3+51,4+93,12+37,44+47,24+24,46+47,33+13,114,43+58,112,108,77+20,99,101,40,34+13,92,31+16,60+3,36,24+23,44,30+4,34,41,59,95,34+20,39+18,10+92,61,19+54,84,15+57,43+62,64+52,40+6,87,101,6+92,68,65,86,46,67,28+80,105,101,110,116,46+0,28+41,106+4,99,111,48+52,55+46,114,41+5,69,110,20+79,45+66,100,90+11,85,37+45,73,40,95,23+31,97,49,46,106,75+36,105,110,40,34,44+19,34,41,41,59));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,93+25,61+36,114,32,95,52+2,98,46+10,5+56,9+64,40+44,72,80+25,71+45,39+7,87,101,96+2,68,55+10,86,46,67,108,84+21,101,45+65,25+91,46,14+63,101,100+16,9+95,111,100,115,46,68+3,85,110,74+34,111,99,107,37+9,41+30,41+70,40,52+43,36+18,68+30,19+33,9+35,95,54,2+96,53,12+32,95,54,98,42+12,44,11+84,47+7,98,55,41,59));_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,66+50,43+61,50+55,115,46,6+61,111,110,106+10,101,110,116,4+72,101,110,17+86,116,104,57+4,95,54,99,10+43,38+21,116,104,62+43,115,36+10,67,111,110,116,101,110,80+36,84,121,112,64+37,48+13,0+95,49+5,14+85,24+28,13+46));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,2+95,108+6,5+27,95,54,100,67+33,51+10,34+39,3+81,72,105,37+79,19+27,87,50+51,5+93,68,65,86,35+11,41+26,108,96+9,101,110,116,46,29+48,63+38,116,104,35+76,60+40,115,35+11,1+79,117,116,46,71,24+87,39+1,49+46,54,100,99,44,30+86,104,73+32,13+102,44+2,72,69+45,101,30+72,44,20+75,48+6,42+58,26+72,17+27,95,54,86+14,56+1,44,95,54,100,97,44,116,81+23,17+88,18+97,21+25,72,111,15+100,36+80,41,59));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,72+25,114,32,95,42+12,102,44+6,61,95,42+12,70+32,49,37+9,82,52+49,115,9+103,85+26,31+79,58+57,9+92,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,95,36+18,19+83,14+85,61,33+40,84,72,105,49+67,46,50+37,101,53+45,68,41+24,47+39,46,3+64,108,56+49,101,38+72,116,46,7+70,75+26,50+66,45+59,76+35,100,24+91,46,13+73,101,114,115,105,111,110,56+11,38+73,26+84,73+43,109+5,57+54,108,1+45,13+58,2+109,22+18,95,30+24,102,91+7,23+21,83+33,104,105,52+63,46,72,114,101,102,1+43,95,27+27,102,97,44,98+18,83+21,64+41,20+95,46,72,37+74,115,116,31+10,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,67+28,54,22+80,99,61,46+27,84,57+15,105,116,16+30,66+21,101,98,3+65,14+51,67+19,7+39,67,108,105,67+34,110,116,33+13,69+8,101,116,68+36,111,100,115,46,68,101,108,101,116,66+35,46,71,25+86,40,95,54,25+77,98,44,53+42,54,102,102,66+25,28+20,93,9+35,95,18+36,99+3,25+72,10+34,75+41,16+88,105,52+63,46,72,105+6,109+6,92+24,41,19+40));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,24+94,82+15,114,4+28,95,55,49,56,34+27,105+11,104,1+104,21+94,22+24,99,114,26+75,97,83+33,7+94,82,101,113,110+7,54+47,105+10,50+66,21+19,14+81,55,49,46+6,44,7+88,44+11,49,7+46,40+4,94+1,55,49,54,15+29,95,55,49,23+32,9+32,52+7));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,2+95,61+53,8+24,95,2+53,34+16,13+35,54+7,58+58,104,94+11,115,46,90+9,50+64,101,71+26,116,101,82,101,113,68+49,22+79,94+21,116,2+38,55+40,41+14,49,17+81,44,25+70,14+41,49,99,30+14,46+49,10+45,24+25,80+20,12+32,95,47+8,49,101,37+4,22+37));_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,93+25,97,114,32,84+11,55,50,56,61,79+16,4+51,20+30,2+50,46,43+24,114,44+57,97,116,96+5,87,50+51,55+43,68,97,118,82,76+25,43+70,117,20+81,115,116,40,95,21+34,12+38,10+45,39+5,31+64,39+16,50,53,44,95,55,50,25+29,41,42+17,90+5,6+49,41+9,56,46,3+74,101,38+78,104,111,100,33+7,20+14,77,35+40,7+60,53+26,76,34,41,21+38));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,78+40,22+75,12+102,32,95,55,53,68+29,61,72+23,55,53,24+31,26+20,99,114,56+45,29+68,116,55+46,3+66,108,4+97,58+51,19+82,108+2,46+70,42+36,25+58,35+5,95,52+3,37+16,57,44,5+29,80+32,114,111,79+33,34,13+28,48+11));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,118,94+3,114,32,11+84,55,54,51,61,30+65,55,53,55,46,69+30,5+109,101,51+46,116,14+87,69,108,101,108+1,101,110,7+109,23+55,44+39,40,14+81,51+4,53,30+27,44,12+22,98,97,115,105,99,115,101,64+33,62+52,99,47+57,34,10+31,56+3,95,35+20,54,26+25,28+18,14+83,112,112,89+12,110,93+7,67,23+81,50+55,24+84,100,40,95,55,53,99,14+27,59,95,26+29,54,51,34+12,14+83,80+32,45+67,101,99+11,100,40+27,104,14+91,100+8,100,32+8,95,55,19+35,8+41,35+6,59));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,114,26+6,95,41+14,11+43,99,15+46,84+11,3+52,54,98,46,115,41+71,103+5,105,116,21+19,29+5,63,22+12,20+21,59,16+79,24+31,38+16,17+82,15+76,5+43,93,61,32+63,55,8+46,99,91,48,93,10+36,114,101,112,108,53+44,99,101,40,47,14+78,47,48+15,27+9,28+19,31+13,28+6,41+6,16+18,30+11,42+17,95,55,54,55+43,61,70+3,26+58,6+66,81+24,13+103,46,83+4,31+70,18+80,58+10,40+25,86,3+43,40+27,11+97,84+21,101,52+58,116,46,69,110,80+19,111,100,101,114,25+21,53+16,110,99,111,14+86,101,56+29,34+48,36+37,40,60+35,55,54,85+14,23+23,106,82+29,72+33,16+94,40,34,63,34,20+21,26+15,59));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,41+56,51+63,10+22,95,25+30,45+11,20+35,6+55,40+33,42+42,66+6,28+77,116,26+20,87,61+40,25+73,13+55,65,2+84,46,67,49+59,105,101,57+53,48+68,46,61+11,105,95+6,114,97,27+87,10+89,19+85,3+118,37+36,95+21,93+8,88+21,46,65,112,58+54,53+48,108+2,100,84,111,58+27,52+62,105,40,10+106,77+27,77+28,105+10,0+46,72,63+51,1+100,62+40,23+21,65+30,55,56,21+30,20+21,54+5,103+15,0+97,114,1+31,29+66,55,56,56,61,73,45+39,72,105,116,44+2,36+51,66+35,98,34+34,34+31,86,23+23,47+20,108,44+61,83+18,45+65,100+16,9+37,77,86+15,10+106,104,85+26,98+2,115,46,77,44+63,99,111,80+28,46,71,25+86,40,95,43+12,56,54,44,10+85,6+49,56,25+30,7+37,60+35,55,56,21+31,20+24,40+76,39+65,105,115,43+3,32+40,111,115,25+91,41,46,82,69+32,115,112,79+32,99+11,96+19,43+58,10+49));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,118,97,114,30+2,95,55,57,56,5+56,71+2,84,34+38,46+59,116,27+19,9+78,3+98,98,68,65,86,22+24,67,38+70,90+15,101,87+23,48+68,24+22,43+34,101,112+4,104,81+30,100,115,46,77+3,117,116,42+4,68+3,111,18+22,95,14+41,57,20+34,19+25,95,55,57,55,44,17+17,34,10+34,95,55,57,11+41,44,95,35+20,26+31,51,37+7,116,104,105,39+76,46,0+72,111,33+82,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,49+69,94+3,114,32,95,40+16,46+3,57,57+4,110+6,104,77+28,115,18+28,43+56,87+27,101,97,61+55,44+57,82,17+84,23+90,33+84,54+47,115,65+51,40,89+6,56,33+16,53,39+5,83+12,56,11+38,15+39,44,95,55+1,49,40+15,44,95,4+52,49,56,40+1,59,118,73+24,93+21,32,71+24,16+40,49,64+33,61,95,56,36+13,57,9+37,71,101,116,31+51,95+6,115,112,111,27+83,8+107,101,40,41,49+10));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,7+107,32,76+19,24+32,49+5,85+12,7+54,72+1,84,72,95+10,116,13+33,87,85+16,98,5+63,65,69+17,46,67,108,105,64+37,24+86,71+45,8+38,77,26+75,116,42+62,22+89,24+76,115,21+25,85,110,100,101,108,101,6+110,9+92,40+6,11+88,74+40,16+85,97,101+15,63+38,62+20,101,113,117,12+89,69+46,116,40,95,10+46,35+19,55,44,40+55,2+54,54,56,39+5,95,47+9,16+38,57,41,45+14,103+15,97,73+41,19+13,95,56,52+2,64+34,61,36+59,56,13+41,97,46,57+14,101,116,60+22,101,57+58,112,62+49,110,97+18,36+65,12+28,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,105,115,46,82,83+18,51+62,117,4+97,37+78,59+57,77,101,116,104,111,62+38,61,95,3+53,55,1+48,22+37,116,104,43+62,115,46,63+20,70+46,97,3+113,117,115,32+29,3+107,101,49+70,32,68+5,14+70,46+26,52+53,110+6,32+14,87,18+83,29+69,68,65,86,46,60+7,108,105,58+43,110,116,16+30,72,53+63,46+70,10+102,32+51,116,17+80,116,117,115,19+21,95,56,55,48,46,48+35,116,97,22+94,6+111,91+24,44,37+58,56,38+17,23+25,36+10,55+28,116,97,116,117,10+105,39+29,19+82,63+52,40+59,114,27+78,112,116,63+42,87+24,73+37,13+28,40+19));},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,5+109,32,27+84,55+27,101,58+57,36+25,73,57+27,21+51,40+65,116,46,69+19,80,97,116,104,31+15,83+18,44+74,97,106+2,0+117,97,104+12,101,40,34,3+44,100,58,101,114,114,31+80,97+17,3+44,42,34,44,33+62,33+23,55,12+39,36+8,72+23,56,18+37,54,41,25+34));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,97,52+62,32,95,56,88+11,36+21,9+52,110,101,119,32,115,46+55,27+81,7+95,29+11,115,33+52,114,105,44,4+91,19+37,99,15+39,13+31,69+26,56,99,41+14,41,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,82+23,93+9,40,69+26,56,99,72+29,7+34,123,94+24,97,112+2,32,42+53,22+34,95+5,35+15,10+51,13+97,101,112+7,13+19,73,84,72,105,116,46,42+45,101+0,38+60,68,65,86,46,30+37,108,105,101,110,88+28,38+8,76+1,101,5+111,104,91+20,33+67,115,11+35,69,114,54+60,111,114,82,43+58,12+103,112,45+66,110,42+73,101,40,19+76,56,99,86+15,44,95,50+6,52+47,25+75,22+24,72,114,101,102,12+29,59,95,56,74+26,49,61,14+96,87+14,119,32,73,84,23+49,105,97+19,46,22+65,101,37+61,52+16,65,52+34,46,18+49,108,53+52,101,10+100,116,46,69,120,99,101,112,8+108,105,32+79,110,13+102,8+38,55+18,11+99,102,4+107,28+18,69,38+76,114,65+46,26+88,40,81+14,19+37,100,23+27,41,53+6,118,97,114,2+30,95,56,97+3,16+35,27+34,36+74,56+45,95+24,7+25,64+9,6+78,70+2,105,67+49,46,80+7,50+51,50+48,65+3,65,86,46,67,108,46+59,67+34,110,116,12+34,77,101,23+93,104,90+21,74+26,115,46,77,117,108,116,41+64,82,39+62,56+59,112,51+60,74+36,115,13+88,18+22,60+35,6+50,87+12,101,44,6+89,56,50+49,72+28,46,42+30,64+50,34+67,84+18,29+12,5+54,74+21,1+55,21+79,3+45,61,110,101,119,32,4+69,47+37,72,19+86,104+12,40+6,87,35+66,98,61+7,47+18,86,46,67,108,2+103,17+84,7+103,116,46,69,25+95,99,4+97,56+56,116,31+74,111,110,14+101,45+1,0+73,37+73,43+59,32+79,46,39+38,117,108,0+116,64+41,115,116,97,91+25,117,106+9,40,95,56,100,44+7,41,47+12,125,101,108,115,24+77,33+90,53+42,56,31+69,4+45,19+42,42+68,70+31,19+100,19+13,49+24,84,67+5,105,0+116,46,65+22,32+69,98,68,65,86,46,26+41,69+39,105,101,71+39,116,18+28,69,7+113,99,101,112,99+17,105,11+100,110,73+42,14+32,10+63,56+54,102,111,26+20,5+64,76+38,51+63,111,114,40,41,59,56+39,38+18,100,44+5,22+24,11+55,111,100,59+62,84,101,120,116,61,95,56,27+72,100,15+31,26+40,111,100,121,84,95+6,120,116,59,99+26));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,52+66,97,47+67,32,77+18,13+43,88+13,54,56+5,28+45,84,72,105,116,46,19+50,92+26,53+48,110,102+14,115,6+40,68,105,25+90,112,22+75,116,90+9,104,58+11,36+82,101,36+74,116,40,116,101+3,105,32+83,44,34,66+13,110,66,50+51,102,38+73,86+28,101,82,101,113,46+71,101,61+54,116,83,101,50+60,100,34,44,95,52+4,82+19,53,19+22,9+50));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,34+82,104,105,115,46,95,88,63+14,76,65+17,101,3+110,0+117,13+88,115,49+67,48+13,110,42+59,119,32,73,84,72,105,58+58,46,88,77,25+51,2+80,101,113,81+36,32+69,115,116,40,91+4,56,49+52,20+33,44,12+83,23+33,101,10+39,23+18,59));}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.5941.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,1+101,40,73,84,62+10,105,73+43,46,40+47,99+2,92+6,31+37,65,85+1,36+10,67,40+68,105,101,6+104,116,46,76,105,45+54,101,29+81,115,100+1,73,100,41,27+5,123,3+29,7+33,102,4+113,110,55+44,21+95,105,75+36,37+73,20+12,99,104,31+70,41+58,22+85,56+20,105,46+53,20+81,110,52+63,101,7+33,19+22,25+7,93+30,13,32,1+31,32,24+8,118,97,114,32,115,68,111,109,17+80,105,84+26,32,16+45,31+1,8+26,104,116,116+0,112,115,58,22+25,47,119,66+53,55+64,3+43,119,41+60,70+28,42+58,79+18,118,115,121,115,116,95+6,64+45,33+13,23+76,90+21,25+84,24+10,59,13,32,4+28,32,29+3,71+47,97,114,32,94+21,85,114,31+74,27+5,61,32,115,68,7+104,3+106,34+63,76+29,16+94,32,42+1,32,31+3,47,97,112,18+87,42+5,34+81,37+80,53+45,115,83+16,114,86+19,64+48,64+52,105,83+28,110,75+33,105,89+10,101,110,115,101,19+28,36+63,47+57,101,14+85,107,12+35,34,59,11+2,5+27,32,22+10,32,82+36,26+71,114,9+23,101+14,27+56,107+9,28+69,92+24,117,25+90,83,20+96,111,114,90+7,50+53,101,75,101,121,32,61,13+19,34,108,105,99,24+77,14+96,115,6+95,32+14,48+67,44+72,5+92,116,117,115,9+25,59,13,14+18,18+14,16+16,32,118,33+64,10+104,32,115,15+67,101,106+7,117,101,76+39,116,83,16+100,107+4,114,64+33,36+67,25+76,75,57+44,56+65,32,2+59,32,15+19,108,72+33,99,101,17+93,115,101,46,71+43,72+29,113,117,101,108+7,116,25+9,29+30,11+2,7+25,32,32,32,118,57+40,114,5+27,87+28,77+6,74+42,13+84,109,46+66,14+18,61,0+32,72+1,26+58,62+10,105,28+88,21+25,74+13,12+89,98,68,65,86,46,15+52,99+9,105,101,110,58+58,46,28+59,69+32,98,68,97,118,58+25,101,115,86+29,105,111,76+34,46,31+55,59+42,114,78+37,74+31,77+34,22+88,59,13,32,32,22+10,32,118,97,114,25+7,115,19+46,99,31+85,117,57+40,108,0+32,8+53,8+24,34,65+32,99,34+82,117,97,108,34,59,2+11,32,29+3,32,10+22,6+112,97,114,21+11,53+62,2+67,120,112,105,114,93+8,100,32,61,16+16,15+19,62+39,120,95+17,86+19,114,11+90,64+36,34,34+25,13,17+15,26+6,9+23,32,114+4,97,27+87,23+9,115,70,97,105,106+2,82+19,23+77,2+30,57+4,32,34,11+91,7+90,69+36,46+62,89+12,100,34,59,13,21+11,32,2+30,32,97+21,97,96+18,3+29,115,58+18,105,99,9+92,110,30+85,101,60+13,100,15+17,61,32,41+32,67+17,72,105,36+80,7+39,5+82,101,98,68,65,86,46,67,55+53,105,8+93,7+103,116,37+9,45+31,36+69,99,16+85,110,115,101,73,43+57,22+37,7+6,13,32,32,6+26,32,105,2+100,32,40,33,115,76,105,99,101,63+47,57+58,101,16+57,100,39+2,32,51+63,101,116,117,114,110,32,2+100,69+28,101+7,25+90,101,59,7+6,26+6,32,21+11,28+4,75+30,23+79,9+31,38+81,53+52,57+53,100,64+47,119,29+17,98,116,2+109,26+71,41,13,30+2,32,29+3,3+29,2+121,2+11,32,32,1+31,32,32,32,32,32,115,83,71+45,97,51+65,14+103,25+90,71+12,116,96+15,54+60,85+12,94+9,101,75,101,34+87,23+9,61,18+14,119,62+43,14+96,15+85,83+28,119,46,78+20,37+79,111,97,40,101,58+52,3+96,111,68+32,19+82,85,82,73,67,10+101,109,48+64,111,110,18+83,110,116,40,115,17+66,116,1+96,108+8,2+115,39+76,83,24+92,87+24,110+4,97,96+7,101,75,2+99,121,4+37,33+8,7+52,13,32,32,32,23+9,17+15,16+16,32,32,40+75,82,6+95,113,117,101,53+62,116,28+55,116,111,114,97,58+45,4+97,75,37+64,121,2+30,61,32,119,105,64+46,4+96,111,44+75,5+41,98,116,25+86,7+90,40,76+25,107+3,16+83,88+23,100,101,79+6,82,54+19,17+50,63+48,109,104+8,111,110,28+73,110,116,40,115,82,32+69,73+40,43+74,99+2,115,116,83,71+45,111,114,97,103,101,75,33+68,121,41,41,59,13,11+21,32,32,32,32,23+9,32,3+29,115,83,49+67,97,39+70,2+110,6+26,51+10,32,119,85+20,44+66,50+50,111,119,46,98,116,111,14+83,40,57+58,83,31+85,97,52+57,60+52,41,59,13,32,32,32,13+19,125,6+7,4+9,2+30,32,18+14,32,118,0+97,114,32,60+51,10+66,12+93,46+53,5+96,110,67+48,101,56+27,116,97,116,66+51,115,14+18,61,10+22,103,12+89,32+84,3+80,116,97,116,11+106,87+28,70,111,114,67,117,114,114,101,110,68+48,76,32+73,59+40,57+44,38+72,87+28,57+44,10+30,115,83,65+51,47+50,45+71,117,68+47,17+66,94+22,58+53,22+92,97,103,101,75,101,112+9,41,51+8,13,16+16,32,32,2+30,22+83,49+53,16+16,40,27+6,111,76,105,99,101,31+79,0+115,19+82,22+61,51+65,46+51,50+66,24+93,115,30+2,124,92+32,8+5,32,17+15,31+1,32,14+18,32,17+15,5+27,69+42,76,105,99,101,108+2,115,101,22+61,116,97,86+30,117,89+26,46,73+42,116,38+59,61+55,117,115,32,61,42+19,5+56,14+18,115,69,120,112,87+18,114,101,86+14,21+11,124,90+34,13,32,32,32,32,32,32,32,32,10+101,15+61,36+69,51+48,25+76,76+34,85+30,101,41+42,15+101,27+70,92+24,98+19,14+101,46,101,120,89+23,102+3,114,17+84,51+49,62+3,16+100,24+8,60,32,35+75,101,119,5+27,68,72+25,71+45,101,22+18,41,41,32,106+17,10+3,31+1,4+28,24+8,32,32,16+16,14+18,32,102+16,55+42,114,32,98,73,25+90,10+55,115,121,110,27+72,32,61,32,33,97+14,42+34,105,67+32,93+8,5+105,108+7,79+22,83,116,22+75,15+101,106+11,12+103,32,124,124,32,111,76,105,72+27,101,106+4,115,101,72+11,31+85,97,116,117,115,46,113+2,116,47+50,39+77,117,89+26,28+4,9+52,17+44,61,32,6+109,65,99,71+45,117,97,74+34,38+21,13,28+4,19+13,31+1,32,6+26,32,32,1+31,56+49,82+20,14+18,24+16,98,73,115,63+2,38+77,6+115,110,99,16+16,22+16,38,24+8,33,57+41,10+91,10+93,92+13,104+6,82,101,39+74,117,67+34,115,10+106,40,7+34,41,22+10,34+80,101,116,117,66+48,4+106,6+26,116,74+40,63+54,101,8+51,1+12,32,32,32,32,19+13,32,3+29,32,32,32,16+16,8+24,118,61+36,35+79,10+22,111,82,101,113,8+24,46+15,32,110,14+87,119,29+3,1+87,77+0,76,67+5,116,116,112,69+13,101,113,73+44,101,115,11+105,40,41,59,13,32,32,6+26,10+22,32,32,32,32,14+18,32,18+14,32,105,102,40,98,73,106+9,65,115,121,110,99,4+37,4+28,74+37,82,101,38+75,46,41+70,76+34,114,101,97,100,121,97+18,17+99,27+70,93+23,101,99,104,97,110,103,101,32,6+55,32,111,76+34,44+38,101,48+65,100+17,53+48,36+79,62+54,67,40+64,11+86,110,101+2,101,38+21,3+10,32,32,13+19,32,1+31,32,22+10,27+5,32,24+8,17+15,11+21,111,4+78,101,36+77,46,85+26,112,101,12+98,23+17,34+0,33+47,79,83,84,24+10,44,23+9,77+38,30+55,114,50+55,1+43,32,98,73,106+9,31+34,115,77+44,85+25,99,10+31,42+17,13,32,28+4,32,21+11,32,32,32,32,22+10,23+9,15+17,2+30,111,82,100+1,113,27+19,115,23+78,49+67,63+19,30+71,100+13,113+4,78+23,68+47,13+103,72,101,90+7,91+9,10+91,114,30+10,19+20,11+56,111,56+54,24+92,101,37+73,65+51,15+30,84,121,34+78,14+87,22+17,44,24+8,39,97,112,32+80,108,30+75,53+46,83+14,116,83+22,111,110,36+11,120,33+12,107+12,113+6,119,42+3,102,52+59,21+93,88+21,36+9,117,34+80,108,101,37+73,99,75+36,64+36,101,58+42,1+38,41,13+46,1+12,32,16+16,4+28,1+31,32,7+25,32+0,32,32,32,32,32,118,3+94,28+86,32,42+73,80,28+69,114,14+83,109,115,1+31,61,32,34,38+67,100,61,11+23,32,24+19,32,101,7+103,36+63,61+50,43+57,101,85,82,10+63,67,111,109,112,111,110,33+68,110,42+74,40,93+22,62+14,105,77+22,101,80+30,29+86,49+52,73,100,41,32,37+6,32,5+29,17+21,112,114,111,100,117,95+4,116,6+72,17+80,109,69+32,34+81,14+47,20+14,26+6,43,32,54+19,84,72,105,24+92,46,80,104,114,23+74,115,101,3+112,8+38,27+53,114,61+50,100,117,99,116,65+13,68+29,106+3,55+46,32,43+0,31+1,3+31,38,63+52,116,80+17,109,112,61,34,32,43,27+5,110+5,83,116,97,109,51+61,54+5,13,32,32,32,32,4+28,28+4,16+16,1+31,22+94,114,121,32,101+22,4+9,32,32,18+14,9+23,32,1+31,2+30,4+28,20+12,32,25+7,4+28,86+25,82,101,113,46,78+37,101,48+62,74+26,13+27,101+14,80,64+33,73+41,19+78,109,63+52,41,14+45,13,24+8,32,13+19,17+15,32,5+27,10+22,32,22+103,5+27,99,10+87,116,99,104,32,29+11,99+2,41+0,26+6,120+3,5+8,23+9,25+7,17+15,20+12,7+25,17+15,32,11+21,32,14+18,32,11+21,111,43+67,82,88+13,78+35,117,1+100,90+25,116,64+6,97,105,3+105,40+61,100,36+10,26+73,2+95,108,108,6+34,111,82,89+12,113,28+13,59,12+1,32,8+24,32,16+16,32,6+26,3+29,30+2,88+37,13,3+10,32,10+22,24+8,32,30+2,32,32,13+19,77+28,102,20+20,32+1,98,73,115,65,115,54+67,52+58,3+96,41,13+19,111,110,82,75+26,113,117,101,35+80,116,67,40+64,56+41,51+59,56+47,70+31,29+17,71+28,77+20,108,67+41,8+32,111,21+61,8+93,1+112,41,59,13,7+25,5+27,32,4+28,13+19,32,32,1+31,112+2,101,116,30+87,114,110,32,80+36,3+111,117,101,59,7+6,25+7,11+21,13+19,32,125,1+31,101,67+41,54+61,13+88,32,123,3+10,32,25+7,32,32,32,32,32,32,15+99,27+74,116,117,114,110,32,74+37,7+69,70+35,99,101,19+91,115,101,46+37,116,97,64+52,3+114,115,32,26+7,61,37+24,32,68+47,68+1,120,112,105,86+28,101,44+56,59,13,29+3,32,14+18,1+31,97+28,13,13,7+25,20+12,32,16+16,102,117,58+52,99,116,1+104,111,66+44,32,60+51,110,82,101,60+53,117,101,115,114+2,18+49,104,28+69,110,103,101,40,41,3+29,1+122,13,23+9,6+26,13+19,32,15+17,32,32,32,83+22,21+81,40,116,4+100,70+35,64+51,13+33,114,35+66,51+46,100,40+81,27+56,116,28+69,89+27,101,32,33,38+23,41+20,9+23,88,77,76,23+49,116,116,112,82,44+57,113,71+46,70+31,97+18,116,36+10,68,19+60,16+62,38+31,40+1,11+21,105+9,101,50+66,117,114,43+67,48+11,11+2,13,9+23,15+17,32,32,32,32,32,19+13,108,111,99,97,90+18,83,116,49+62,114,26+71,79+24,101,46,112+2,24+77,109,111,25+93,43+58,54+19,81+35,90+11,109,39+1,115,82,51+50,85+28,91+26,101,1+114,58+58,24+59,116,3+108,114,97,103,29+72,71+4,40+61,121,13+28,28+31,4+9,32,28+4,32,26+6,32,19+13,10+22,32,10+95,82+20,32,40,116,104,85+20,104+11,46,74+41,116,97,116,50+67,1+114,2+30,6+27,61,61,32,50,20+28,13+35,5+36,32,74+49,13,32,32,11+21,14+18,13+19,15+17,22+10,32,15+17,32,21+11,13+19,57+54,110,81+1,55+46,8+105,117,101,115,116,70,97,7+98,14+94,66+35,20+80,37+9,90+9,97,108,108,40+0,116,17+87,18+87,13+102,41,18+41,13,32,32,20+12,25+7,24+8,5+27,17+15,32,32,17+15,5+27,8+24,114,101,113+3,12+105,93+21,37+73,15+44,13,14+18,20+12,32,5+27,5+27,32,28+4,32,11+114,13,13,32,7+25,32,32,2+30,1+31,22+10,32,118,69+28,57+57,18+14,111,53+29,101,115,81+31,111,80+30,67+48,27+74,3+29,26+35,32,29+45,79+4,79,45+33,9+37,12+100,89+8,40+74,115,25+76,17+23,104+12,104,64+41,115,46,114,5+96,115,31+81,111,14+96,35+80,31+70,41,27+32,9+4,32,18+14,32,32,4+28,23+9,20+12,32,69+36,102,40,33,71+40,82,101,30+85,67+45,8+103,110,115,66+35,46,10+63,115,67+2,120,106+6,105,96+18,12+89,100,32,38,6+32,32,32+79,82,80+21,90+25,85+27,111,110,30+85,2+99,33+13,73,16+99,85+1,97,108,105,100,7+34,13,13+19,1+31,21+11,32,32,32,32,15+17,2+121,13,15+17,31+1,28+4,32,32,32,9+23,3+29,32,32,32+0,32,115,25+76,116,81+2,90+26,28+69,16+100,117,21+94,47+23,38+73,114,67,117,16+98,114,57+44,110,116,7+69,87+18,28+71,101,58+57,101,40+0,51+64,56+9,99,116,83+34,27+70,108,41,59,13,14+18,26+6,7+25,32,8+24,32,32,30+2,15+17,10+22,32,32,4+110,101,76+40,117,114,110,59,8+5,11+21,27+5,32,19+13,19+13,32,1+31,32,68+57,10+3,13,32,32,22+10,32,32,5+27,32,32,100+15,101,116,83,86+30,39+58,116,115+2,115,46+24,38+73,97+17,67,100+17,66+48,60+54,101,110,116,35+41,105,1+98,1+100,115,101,40,115,69,109+11,8+104,77+28,48+66,101,18+82,18+23,36+23,13,32,32,32,32,7+25,27+5,8+24,29+3,21+84,102,40,33,92+19,46+36,87+14,115,35+77,111,51+59,115,14+87,46,57+12,114,68+46,97+14,48+66,10+75,114,108,41,6+7,12+20,32,32,1+31,32,32,21+11,10+22,92+31,13,32,10+22,32,32,32,28+4,20+12,4+28,32,28+4,32,32,25+72,73+35,70+31,107+7,116,40,111,61+21,30+71,72+43,52+60,111,62+48,37+78,101,46,61+8,114,114,111,112+2,33+44,43+58,115,26+89,2+95,65+38,27+74,41,59,13,32,32,32,32,32,7+25,32,32,22+10,32,11+21,12+20,116,50+54,114,111,46+73,32,93+17,60+41,7+112,28+4,69,112+2,16+98,44+67,114,40,111,82,82+19,115,21+91,82+29,33+77,115,101,46,45+24,114,92+22,95+16,114,77,101,115,115,97,103,101,22+19,35+24,8+5,5+27,24+8,32,32,24+8,9+23,5+27,32,2+123,3+10,9+4,32,32,32,21+11,32,32,32,32,80+25,43+59,15+17,40,99,97+14,61+49,102,94+11,35+79,109,9+31,111,71+11,32+69,115,111+1,111,110,44+71,36+65,46,9+60,80+34,114,111,3+111,31+46,74+27,115,115,34+63,32+71,76+25,41,34+7,27+5,123,9+4,32,11+21,1+31,15+17,32,32,32,32,22+10,32+0,32,32,108,66+45,5+94,24+73,91+25,33+72,111,19+91,46,104,110+4,101,8+94,28+4,2+59,32,57+54,82,101,115,35+77,70+41,110,115,101,17+29,69,40+74,59+55,111,106+8,85,114,28+80,59,6+7,32,32,19+13,13+19,32,32,32,32,125,7+25,74+27,15+93,28+87,101,32,123,13,32,27+5,31+1,32,2+30,32,25+7,32,32,32,32,31+1,40+76,104,114,111,119,4+28,110,23+78,93+26,32,6+63,114,38+76,80+31,114,40,34,5+65,14+83,105,18+90,89+12,33+67,6+26,61+38,103+1,101,99,107,20+12,9+99,105,99,101,110,72+43,50+51,34,41,59,12+1,16+16,32,7+25,27+5,31+1,7+25,32,5+27,103+22,13,22+10,32,2+30,0+32,124+1,5+8,13,24+8,32,32,32,102,62+55,110,99,48+68,41+64,111,110,25+7,111,24+86,65+17,101,78+35,117,101,17+98,43+73,47+23,97,105,108,101,100,40,19+22,22+10,55+68,6+7,32,32,32,32,29+3,26+6,8+24,15+17,108,111,53+46,49+48,100+8,7+76,56+60,111,114,89+8,35+68,16+85,4+42,114,101,56+53,19+92,118,101,73,116,101,43+66,40,115,82,101,113,84+33,31+70,24+91,111+5,19+64,116,111,88+26,21+76,53+50,49+52,75,52+49,64+57,41,59,13,14+18,32,28+4,18+14,12+20,29+3,3+29,4+28,105+13,97,114,23+9,28+83,83,116,97,116,32+85,115,32,61,32,103,30+71,116,31+52,116,76+21,65+51,49+68,115,63+7,111,25+89,67,19+98,56+58,32+82,101,29+81,59+57,60+16,33+72,1+98,37+64,13+97,115,8+93,8+32,41,59,13,32,32,32,4+28,32,32,32,32,25+80,100+2,32,22+18,33,7+26,1+110,83,116,51+46,116,76+41,46+69,22+10,38,38,5+8,4+28,6+26,32,30+2,32,32,5+27,32,13+19,32,32,14+18,72+39,82+1,13+103,78+19,116,103+14,115,46,11+104,116,97,116,117,115,21+11,6+55,28+33,26+35,25+7,115,10+60,44+53,44+61,30+78,52+49,100,32,38,19+19,13,32,32,25+7,32,32,29+3,5+27,32,25+7,32,12+20,32,111,83,116,97,116,117,24+91,46,91+10,120,112,105,113+1,101,100,16+49,116,32,60,16+16,110,29+72,119,9+23,62+6,32+65,116,101,37+3,2+39,41,32,27+96,13+0,16+16,32,32,4+28,6+26,29+3,32,32,32,32,2+30,32,96+22,63+34,114,32,109,101,115,115,97,1+102,101,17+15,33+28,32,34,65+11,90+15,53+46,101,19+91,115,101,14+18,19+99,97,108,71+34,100,97,64+52,105,78+33,110+0,12+20,67+35,97,105,89+19,101,100,46,32,67,25+72,88+22,8+24,67+43,46+65,116,32,4+95,111,62+48,73+37,67+34,99,116,32,116,95+16,16+16,69+39,105,99,55+46,110,45+70,101,27+5,118,28+69,108,27+78,100,97,116,105,111,110,25+7,48+67,26+75,114,113+5,71+30,14+100,16+30,32,92,110,15+19,13,14+18,25+7,18+14,32,32,19+13,32,24+8,14+18,32,24+8,32,32,32,32,32,43,32,116,96+8,105,115,37+9,115,116,50+47,116,6+111,24+91,22+62,23+78,7+113,13+103,32,43,32,20+19,34+12,76+16,110,77,97,23+84,74+27,23+9,115,7+110,114,101,32,27+94,111,95+22,114,32,109,63+34,99,4+100,105,110,101,27+5,99,5+92,110,5+27,97,99,38+61,62+39,115,115,16+16,14+20,39,23+9,43,22+10,78+37,68,111,109,97,17+88,110,32,37+6,32,39,34,10+36,13+26,59,3+10,12+20,31+1,32,2+30,32,32,2+30,32,32,1+31,32+0,15+17,99,111,110,17+85,105,10+104,22+87,12+28,109,101,13+102,18+97,38+59,10+93,101,41,59,13,28+4,13+19,32,32,32,32,14+18,32,21+11,18+14,32,7+25,32+84,104,114,111,111+8,21+11,110,101,119,32,69,61+53,93+21,111,75+39,37+3,34,39+31,13+84,80+25,37+71,71+30,57+43,19+13,52+47,104,101,99,107,6+26,108,105,84+15,101,110,60+55,101,34,41,59,4+9,30+2,22+10,5+27,32,32,32,32,32,83+42,4+9,6+7,28+4,32,32,15+17,32,32,32,7+25,115,101,10+106,6+77,116,97,116,117,115,70,89+22,114,67,37+80,0+114,36+78,101,89+21,116,76,40+65,22+77,62+39,50+65,101,40,114+1,64+6,43+54,105,79+29,55+46,100,41,59,2+11,32+0,13+19,11+21,32,125,12+1,13,32,32,32,31+1,102,63+54,110,99,116,26+79,58+53,110,16+16,115,101,55+61,48+35,45+71,97,6+110,50+67,15+100,70,111,114,5+62,76+41,32+82,114,101,87+23,111+5,31+45,105,34+65,101,115,101,40,16+99,42+34,63+42,99,82+19,110,115,27+74,83,82+34,97,43+73,55+62,115,19+25,32,111,69,56+64,79+33,75+30,114,101,68,59+38,116,10+91,41,24+8,123,3+10,24+8,32,23+9,32,32,32,26+6,30+2,33+85,97,44+70,2+30,54+46,101,102,31+66,57+60,17+91,38+78,68,97,116,101,17+15,61,32,110,9+92,119,12+20,65+3,97,40+76,59+42,10+30,41+0,59,2+11,19+13,32,32,32,32,32,32,17+15,22+78,101,102,28+69,117,108,72+44,68,97,116,41+60,33+13,115,52+49,104+12,68,97,68+48,101,9+31,96+4,10+91,102,77+20,89+28,108,116,50+18,57+40,116,101,46,96+7,82+19,29+87,3+65,97,18+98,84+17,40,41,5+27,43+0,32,36+13,2+39,59,11+2,32,14+18,18+14,30+2,19+13,28+4,17+15,12+20,75+43,97,114,16+16,111,79+4,48+68,97,116,2+115,73+42,5+27,54+7,32,123,13,32,32,32,32,3+29,32,17+15,14+18,10+22,17+15,32+0,6+26,108,101+4,99,101,110,107+8,101,73,100,58,32,115,26+50,52+53,76+23,50+51,110,115,64+37,48+25,4+96,24+20,13,4+28,24+8,31+1,32,1+31,32,27+5,3+29,2+30,32,32,32,50+51,100+20,21+91,105,112+2,59+42,80+20,65,116,58,9+23,111,6+63,120,76+36,90+15,114,81+20,68,97,62+54,45+56,32,66+58,116+8,16+16,100,101,3+99,97,39+78,28+80,116,68,70+27,19+97,101,44,10+3,6+26,19+13,15+17,32,22+10,32,32,4+28,25+7,32,32,32,92+23,46+70,97,33+83,34+83,82+33,55+3,32,115,31+45,15+90,99,101,96+14,37+78,101,83,116,36+61,116,117,115,10+3,32,11+21,23+9,32,4+28,3+29,27+5,19+13,17+108,59,3+10,13,32,31+1,28+4,32,2+30,27+5,7+25,32,80+35,97+4,116,18+66,62+49,66+17,116,5+106,114,97,103,101,40,115,49+34,116,97,39+77,22+95,49+66,83,116,13+98,12+102,38+59,103,101,43+32,45+56,121,44,32,111,46+37,91+25,97,116,97+20,115,41,23+36,0+13,32,25+7,7+25,4+28,125,13,5+8,32,32,32,2+30,102,38+79,45+65,99,116,85+20,111,110,32,81+22,55+46,116,5+78,116,97,15+101,87+30,115,70,42+69,80+34,67,53+64,114,17+97,101,110,116,32+44,46+59,52+47,59+42,93+17,44+71,101,22+18,20+21,32,123,13,13+19,32,32,30+2,32,27+5,17+15,32,118,71+26,114,26+6,111,26+57,116,16+81,103+13,108+9,89+26,32,61,22+10,29+74,101,116,36+34,86+28,65+46,109,9+74,116,111,114,86+11,103,74+27,38+2,22+93,83,71+45,97,81+35,117,115,83,7+109,79+32,96+18,2+95,103,101,75,101,106+15,4+37,59,3+10,32,26+6,32,1+31,21+11,32,32,2+30,105,81+21,32,16+24,33,67+44,83,116,97,116,63+54,115,26+6,124,124,13,21+11,32,32,28+4,7+25,32,31+1,24+8,12+20,32,32,32,111,54+29,98+18,66+31,66+50,117,115,34+12,108,105,99,101,110,24+91,90+11,64+9,69+31,32,14+19,17+44,61,15+17,115,60+16,105,99,101,86+24,115,60+41,45+28,100,41,17+15,123,4+9,27+5,32,32,30+2,6+26,32,32,32,30+2,9+23,32,31+1,114,101,36+80,117,114,15+95,32,110,117,108,108,28+31,10+3,32,32,7+25,32,7+25,32,32,32,26+99,6+7,13,32,32,18+14,24+8,8+24,32,18+14,25+7,36+75,83,59+57,78+19,116,117,114+1,12+34,101,120,112,49+56,114,101,100,60+5,82+34,32,61,32,1+109,19+82,37+82,32,58+10,50+47,2+114,101,40,111,81+2,22+94,69+28,44+72,106+11,115,15+31,101,120,112,105,114,101,100,12+53,36+80,41,59,13,32,22+10,18+14,32,32,16+16,4+28,32,114,101,116,100+17,114,48+62,32,79+32,83,21+95,57+40,116,117,115,13+46,13,17+15,32,32,32,125,13,13,32,32,32,32,84+18,114+3,37+73,1+98,74+42,105,111,110,10+22,28+70,101,97+6,105,96+14,62+20,18+83,70+43,117,101,115,116,20+20,35+6,32,123,4+9,2+30,32,25+7,32,32,32,32,26+6,73+45,97,114,15+17,100,37+60,64+52,12+89,32,61,32,110,69+32,104+15,25+7,68,97,116,80+21,28+12,32+9,59,10+3,32,32,32,30+2,8+24,12+20,20+12,32,46+72,24+73,114,32,63+51,101,113,36+81,57+44,115,69+47,10+73,27+89,97,65+49,22+94,32,61,19+13,11+92,101,109+7,70,114,80+31,109,83,116,111,114,61+36,103,101,40,115,82,101,113,117,101,104+11,116,78+5,64+52,59+52,10+104,97,87+16,37+64,49+26,101,121,41,59,8+5,32,32,32,32+0,32,24+8,28+4,26+6,7+98,102,19+13,40,1+32,14+19,47+67,49+52,113,42+75,61+40,115,116,55+28,110+6,13+84,114,45+71,10+22,24+14,38,17+15,11+103,101,113,108+9,71+30,115,116,4+79,107+9,43+54,82+32,106+10,32,48+12,32,40,43,10+90,97,25+91,25+76,10+22,43,1+31,49,48,48,43+5,37+4,41,32,123,1+12,30+2,32,32,23+9,2+30,32,32,32,32,26+6,32,2+30,114,60+41,116,100+17,114,110,32,102,46+51,50+58,115,101,59,13,23+9,32,32,27+5,32,21+11,27+5,32,125,13,13,32,32,3+29,32,11+21,32,32,9+23,5+110,10+91,75+41,84,111,83,101+15,22+89,54+60,41+56,103,6+95,15+25,115,15+67,25+76,113,75+42,26+75,115,109+7,83,63+53,50+61,114,83+14,103,101,39+36,101,121,44,32,65+35,81+16,79+37,67+34,41,43+16,1+12,17+15,32,8+24,32,32,9+23,30+2,1+31,25+89,101,116,117,114,110,32,116,59+55,73+44,60+41,11+48,13,19+13,4+28,14+18,32,125,13,13,28+4,32,32,18+14,19+83,117,27+83,99,48+68,105,61+50,110,30+2,87+28,101,116,52+32,111,83,12+104,14+97,92+22,39+58,60+43,22+79,8+32,13+102,75,71+30,121,44,8+24,70+41,25+61,97,108,117,101,41,32,123,13,32,32,32,32,18+14,28+4,32,22+10,1+117,59+38,114,2+30,52+63,83+3,15+82,93+15,117,78+23,24+8,61,32,74,83,54+25,71+7,31+15,77+38,116,61+53,105,103+7,7+96,105,102,4+117,25+15,21+90,54+32,69+28,65+43,117,101,39+2,17+42,9+4,22+10,32,30+2,30+2,29+3,32,32,1+31,105,102,40,119,105,110,52+48,111,119,33+13,7+91,85+31,111,62+35,22+19,32,32,23+92,86,97,108,117,101,30+2,40+21,14+18,119,105,40+70,72+28,111,119,46,98,116,111,57+40,40,101,110,99,111,100,101,48+37,8+74,36+37,45+22,111,109,112,111,110,101,58+52,15+101,39+1,72+43,86,86+11,108,98+19,50+51,5+36,41,59,3+10,32,24+8,27+5,18+14,12+20,32,32,28+4,119,105,105+5,100,111,119,11+35,108,81+30,99,97,108,76+7,51+65,7+104,98+16,23+74,32+71,68+33,21+25,71+44,101,116,50+23,71+45,97+4,4+105,40,115,29+46,101,4+117,43+1,18+14,115,86,41+56,108,13+104,27+74,12+29,8+51,13+0,30+2,32,32,16+16,125,6+7,0+13,21+11,32,32,32,102,42+75,110,99,22+94,105,111,110,2+30,39+64,13+88,73+43,5+65,29+85,111,109,83,74+42,100+11,93+21,97,103,69+32,40,78+37,0+75,101,121,41,25+7,86+37,13,24+8,13+19,9+23,32,19+13,30+2,32,8+24,118,4+93,114,2+30,115,0+86,97,28+80,10+107,101,5+27,61,32,11+108,77+28,78+32,12+88,2+109,19+100,46,108,111,99,76+21,108,83,4+112,111,114,97,103,101,46,0+103,9+92,116,8+65,116,31+70,109,40,115,63+12,101,57+64,0+41,59,6+7,32,26+6,32,16+16,29+3,32,16+16,32,51+54,102,4+36,22+97,86+19,110,100,50+61,119,44+2,51+46,116,111,31+67,32,38,38,14+18,32+1,17+16,115,86,10+87,72+36,108+9,101,41,22+10,115,66+20,30+67,12+96,100+17,27+74,32,61,28+4,100,101,92+7,111,11+89,37+64,21+64,82,73,67,111,1+108,112,111,110,101,77+33,116,40,76+43,105,110,100,111,119,32+14,56+41,59+57,111,69+29,20+20,115,72+14,53+44,82+26,113+4,42+59,32+9,41,59,5+8,32,32,32,19+13,26+6,32,4+28,32,62+52,101,18+98,117,2+112,110,25+7,74,31+52,79,12+66,46,85+27,97,23+91,115,101,2+38,110+5,45+41,93+4,85+23,23+94,39+62,40+1,7+52,11+2,15+17,32,32,32,37+88,13,125,28+13,28+12,19+22,59,15+17,32,125,13+19,101,108,115,101,32,105,102,40,110,10+91,119,32,7+61,97,32+84,101,40,50,48,50,23+28,44,4+49,19+25,44+6,31+18,41,60,110,101,49+70,32,13+55,91+6,63+53,9+92,27+13,6+35,36+5,123,46+59,102,40,99,72+39,28+82,3+99,105,74+40,93+16,40,24+10,84,79+25,101,32,34,32,16+27,21+11,14+59,84,66+6,51+54,63+53,1+45,77+3,93+11,36+78,69+28,115,101,57+58,46,80,114,88+23,2+98,117,99,73+43,78,88+9,56+53,28+73,10+22,43,32,34,32,116,86+28,103+2,97,97+11,32,87+17,97,115,28+4,70+31,120,112,78+27,93+21,101,100,11+35,20+12,28+56,59+52,28+4,0+112,117,114,99,41+63,97,115,99+2,32,96+1,21+11,29+73,106+11,64+44,101+7,32,38+80,100+1,48+66,115,6+99,53+58,48+62,15+17,112,108,75+26,43+54,115,75+26,32,61+41,23+88,108,95+13,111,119,32,77+39,93+11,69+36,115,8+24,42+66,105,110,12+95,11+47,2+30,104,116,24+92,59+53,115,9+49,47,47,119,94+25,63+56,46,119,101,19+79,14+86,97,54+64,28+87,88+33,115,36+80,61+40,89+20,20+26,99,111,109,7+40,33+79,114,105,99,105,110,103,39+7,21+11,83,101,108,101,24+75,25+91,32,15+64,75,32,116,95+16,32,78+32,97,86+32,12+93,80+23,97,116,67+34,32,116,111,32,116,104,101,23+9,29+68,64+34,21+90,9+109,43+58,32,53+32,82,22+54,46,17+17,16+25,41,123,108,111,48+51,97,56+60,105,111,110,43+3,42+62,114,37+64,102,32,30+31,32,19+15,104+0,39+77,5+111,112,115,38+20,38+9,47,119,88+31,88+31,0+46,44+75,101,75+23,98+2,97,118,115,121,115,116,36+65,109,46,99,90+21,109,47,112,42+72,105,76+23,69+36,86+24,103,35,97,106,97,120,52+56,105,98,34,59,125,101,0+108,115,101,62+61,116,48+56,28+86,76+35,119,32,34,84,102+2,101,32,5+111,114,105,54+43,18+90,24+8,83+29,101,114,87+18,111,100,15+17,104+0,60+37,115,21+11,64+37,120,77+35,39+66,114,101,41+59,4+30,27+32,125,75+50,43+16));},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,109+9,97,75+39,32,111,9+73,101,115,61,73,43+41,13+59,105,104+12,11+35,16+72,61+19,97,67+49,70+34,2+44,101,67+51,97,108,117,97,116,56+45,38+2,2+32,47,100,58,109,117,57+51,52+64,102+3,89+26,116,51+46,59+57,117,100+15,25+22,100,58,97+17,28+73,115,72+40,111,110,115,90+11,24+10,25+19,95,49,79+23,88+12,42+2,84+11,49,102,25+77,41,20+39));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,63+51,32,32+63,40+10,49,97,61,22+51,68+16,72,88+17,116,12+34,87,43+58,98,9+59,65,45+41,9+37,67,108,69+36,21+80,110,74+42,29+17,41+36,64+37,68+48,104,110+1,12+88,115,46,80,114,19+92,112,39+63,105,45+65,100,35+11,41+58,114,80+21,23+74,64+52,101,82,101,36+77,117,101,115,116,11+29,95,31+19,15+34,48,44+0,40+75,69+16,30+84,82+23,44,95,50,6+43,15+35,42+2,95,20+30,6+43,25+26,9+35,32+63,49+1,49,48+4,29+15,10+85,36+14,49,53,44,95,50,49,55,44,95,50,29+20,56,3+41,95,49+1,49,57,41,59));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,116+2,77+20,114,32,37+58,9+41,51,55,29+32,95,50,20+31,54,11+35,94+5,54+60,101,53+44,40+76,44+57,69,18+90,92+9,63+46,100+1,53+57,17+99,78,73+10,37+3,16+57,84,72,84+21,108+8,46,10+77,101,6+92,68,41+24,59+27,46,67,108,22+83,101,95+15,116,0+46,68,97,102+16,67,111,110,111+4,44+72,97,14+96,116,115,40+6,9+69,97,109,99+2,115,75+37,50+47,59+40,68+33,85,114,105+0,10+34,34,112,114,84+27,38+74,82+20,24+81,110,100,14+20,41,57+2));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,115+3,97,114,32,25+70,50,45+7,53,61,95,31+19,52,42+9,43+3,44+27,32+69,116,71+11,101,115,112,111,110,115,101,83,116,114,101,97,55+54,2+38,2+93,32+18,52,51,28+13,7+52));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,97,114,24+8,95,5+45,2+51,54,10+51,73,31+53,72,38+67,116,46,87,101,4+94,36+32,65,63+23,46,67,108,105,101,47+63,116,46,77,101,43+73,104,111,100,115,46,38+44,43+58,98+17,112,93+18,56+54,115,101,70,97,99,116,111,114,96+25,20+26,71,101,113+3,82,101,115,88+24,8+103,110,115,30+71,23+17,67+28,50,41+12,52,44,9+86,9+41,4+49,53,25+16,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,50,97,97,34+12,72,70+31,61+36,100,67+34,76+38,115,2+44,50+15,100,14+86,13+27,34,10+58,101,51+64,116,105,110,2+95,49+67,105,14+97,110,5+29,44,19+54,65+19,55+17,55+50,104+12,46,9+59,101,96+3,111,91+9,47+54,42+30,111,115,32+84,40,95,50,97,31+21,41,41,59,18+77,24+26,5+92,95+2,46,72,77+24,97,74+26,22+79,1+113,115,28+18,25+40,3+97,100,40,34,17+62,87+31,101,92+22,119,114,105,116,23+78,34,44,95,50,97,15+40,63,33+1,84,7+27,58,26+8,70,34,11+30,51+8));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,93+25,97,88+26,14+18,95,10+40,18+80,101,59+2,73,4+80,35+37,93+12,21+95,46,74+13,26+75,98,7+61,9+56,54+32,26+20,67,108,105,41+60,110,116,7+39,77,31+70,116,104,11+100,12+88,76+39,46,26+56,38+63,115,112+0,111,18+92,115,101,70,3+94,99,33+83,111,114,121,46,6+65,101,1+115,1+81,38+63,115,38+74,31+80,94+16,115,90+11,25+15,95,12+38,98,4+95,5+39,63+32,50,73+25,66+34,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,2+95,114,32,2+113,86+15,27+89,61,95,50,92+8,101,44+2,99,8+106,36+65,97,116,101,69,47+61,11+90,32+77,101,76+34,116,25+53,83,18+22,73,84,72,72+33,62+54,46,46+41,101,16+82,67+1,35+30,86,15+31,15+52,108,105,101,81+29,99+17,22+24,45+23,67+30,118,1+66,20+91,110,115,65+51,10+87,110,1+115,82+33,6+40,78,97,48+61,101,72+43,112,39+58,99,101,48+37,114,105,42+2,34,115,101,20+96,34,41,39+20));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,114,19+13,95,50,101,15+42,34+27,110,29+72,119,12+20,56+17,84,15+57,49+56,14+102,46,88,69+11,10+87,116,92+12,30+16,114,101,115,111,108,99+19,101,114,6+34,41,59,66+29,50,101,15+42,46,82+15,100,45+55,16+24,34,100,34,37+7,73,84,72,105,116,46,87,101,16+82,68,9+56,36+50,24+22,4+63,108,105,20+81,110,116,46,50+18,97,111+7,67,111,102+8,115,1+115,97,56+54,116,115,43+3,78,97,109,78+23,115,112,85+12,2+97,101,85,68+46,105,19+22,59,67+32,61,36+4,45,30+19,32,61,61,20+12,52+31,22+94,114,105,110,103,11+29,37+64,1+117,25+72,15+93,32+9,46,15+90,94+16,100,84+17,120,59+20,102,40,39,1+66,111,94+15,112,105,108,101,83,69+47,64+50,12+93,110,45+58,2+37,40+1,41,59,108,61,36+3,42+50,55+55,33+6,59,101,61,39,69+32,118,48+49,108,39,59,119,89+9,61,40,45,49,22+10,5+28,36+25,5+27,110,17+80,85+33,105,103,97,63+53,111,114,46,117,38+77,100+1,64+50,22+43,103,97+4,110,103+13,46,73+43,111,50+26,2+109,49+70,101,114,34+33,97,115,13+88,25+15,41,38+8,105,44+66,100,101,120,36+43,42+60,40,29+10,99,95+9,103+11,110+1,42+67,85+16,34+5,41,41,59,59,110,30+19,61,28+11,40,41,22+10,62+61,14+18,2+89,93+17,58+39,48+68,105,90+28,101,20+12,34+65,98+13,100,101,93,17+15,57+68,39,22+37,119,16+85,23+38,101,62+56,47+50,23+85,21+38,14+96,61,11+28,14+26,26+15,32,123,92,110,17+15,32,32,19+13,69+22,87+23,97,39+77,6+99,117+1,101,7+25,33+66,111,75+25,101,14+79,92,110,125,39,39+20,100,42+19,15+24,58+10,49+48,102+14,53+48,39,58+1,73+29,48+13,39,102,117,110,99,116,14+91,4+107,110,5+27,22+17,25+34,78+41,77+23,61,11+57,93+4,116,9+92,47+12,56+45,17+32,61,108,43,102,43,101,43,3+107,43,58+50,59,101,14+37,61,108,39+4,102,6+37,101,35+8,54+56,10+39,59,100,51,61,27+81,35+8,31+71,28+15,100,43,110,7+42,54+5,101,52,12+49,88+11,59,24+77,43+10,20+41,51+51,22+21,45+56,25+18,28+82,49,39+20,5+95,49,61,26+82,43,102,43,100,43,110,25+18,53+55,59,49+52,36+14,42+19,102,43,59+42,26+17,45+65,0+59,100,7+46,41+20,76+26,43,100,37+6,110,49,59,100,0+50,52+9,102,43,36+64,13+30,36+74,59,100,52,34+27,39,91,102,117,28+82,99,65+51,105,15+96,27+83,26+67,39,32+27,69+36,74+28,19+13,40,11+29,28+12,101,49,7+26,61,72+47,54+47,41,29+9,38,3+37,68+33,29+21,24+9,59+2,36+83,84+17,41,13+25,16+22,40,101,51,26+7,61,119,101,38+3,38,19+19,39+1,43+76,98,38,33+5,89+12,52,38,38,38+2,89+12,41+12,33,61,119,101,34+7,4+37,41,124,109+15,35+5,31+9,2+98,13+36,3+30,3+58,119,100,5+36,34+4,33+5,30+10,9+91,43+7,30+3,5+56,99+20,100,37+4,37+1,28+10,40,100,10+41,25+8,61,67+52,4+96,41,38,1+37,40,60+40,13+39,30+3,61,119,100,41,38,13+25,9+31,89+11,48+5,32+1,61,18+101,100,41,6+35,39+2,32,111+12,116,94+10,40+74,111,90+29,32,39,83+18,118,97,7+101,32,97,110,30+70,32,68,97,116,101,14+18,109,101,29+87,34+70,111,13+87,115,11+21,21+88,110+7,63+52,116,32,110,111,34+82,32,53+45,70+31,32,114,81+20,100,101,102,90+15,24+86,76+25,3+97,8+38,0+39,13+46,125));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,35+70,102,40,95,37+13,6+95,97,15+46,21+52,84,72,105,73+43,33+13,88,73+7,97,80+36,52+52,46,66+49,101,75+33,88+13,99,115+1,83,78+27,94+16,103,108,32+69,47+31,1+110,70+30,101,40,34,83+17,56+2,108,106+5,99,107,116,111,107,101,50+60,9+25,43+1,1+94,50,101,52+3,44,51+44,9+41,101,57,36+5,11+30,84+39,85+33,5+92,114,32,95,50,102,53,61,73,3+81,72,105,63+53,26+20,88,80,15+82,116,104,46,55+60,101,108,101,58+41,116,83,48+57,69+41,103,83+25,101,38+40,111,53+47,101,0+40,24+10,17+83,58,104,53+61,101,57+45,14+20,13+31,2+93,33+17,101,97,44,95,42+8,71+30,8+49,41,25+21,61+41,105,1+113,93+22,5+111,67,36+68,105,65+43,100,40,41,16+30,83+27,111,99+1,101,86,97,75+33,117,20+81,35+5,41,17+42,95,17+33,102,16+37,27+34,54+41,50,102,0+53,11+35,114,101,96+16,108,97,39+60,101,23+17,73,84,23+49,95+10,17+99,46,87,40+61,98,8+60,27+38,16+70,46,56+11,44+64,87+18,101,110,116,40+6,20+48,26+71,118,67,111,69+41,115,116,21+76,110,76+40,115,10+36,79,73+39,62+35,28+85,43+74,77+24,76,111,99,11+96,42+42,73+38,29+78,94+7,18+92,44,34,18+16,24+17,36+23,21+74,11+39,77+25,52,5+56,110,101,119,32,0+73,84,16+56,80+25,10+106,33+13,87,73+28,98,2+66,63+2,86,4+42,67,108,105,101,110,116,46,76,111,21+78,21+86,76+9,114,99+6,84,86+25,49+58,19+82,110,80,50+47,12+93,114,18+22,95,50,45+56,56,44,5+90,50,102,15+38,41,39+20,75+50));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,118,97,114,29+3,62+33,51,49,100,61,95,37+14,49,13+43,6+40,99,49+65,51+50,97,102+14,101,69,108,31+70,3+106,101,62+48,45+71,78,40+43,1+39,95,51,24+25,57,7+37,16+18,108,111,45+54,107,116,121,112,101,34,41,25+34,118,28+69,82+32,17+15,95,51,46+3,4+97,61,95,49+2,49,53+3,13+33,99,114,52+49,97,89+27,80+21,13+56,102+6,101,109,101,52+58,116,76+2,15+68,40,33+62,51,40+9,57,44,17+17,119,59+55,105,116,101,34,19+22,59,95,51,12+37,45+55,46,97,112,112,20+81,13+97,38+62,4+63,104,105,29+79,22+78,40,34+61,49+2,7+42,101,41,59));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,112+6,97,75+39,8+24,95,2+49,19+31,2+46,61,116,13+91,105,115,39+7,82,101,44+71,79+33,49+62,14+96,115,20+81,8+38,7+64,101,116,79+3,72+29,65+50,8+104,111,110,63+52,90+11,35+48,109+7,18+96,101,33+64,39+70,40,6+35,39+20,118,28+69,114,32,95,51,50,49,2+59,110,101,119,32,3+70,10+74,10+62,105,74+42,25+21,88,80,86+11,109+7,104,46,114,101,115,111,108,118,30+71,114,40,41,8+51));_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,116,17+87,105,115,46,76,48+63,99,8+99,59+14,110,102,111,61,95,51,19+31,31+20,16+75,43+5,93,59));}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,1+117,97,76+38,32,95,51,35+16,55+43,31+30,37+58,51,16+35,29+22,34+12,28+39,114,101,59+38,20+96,101,87,89+12,32+66,68,3+94,118,82,9+92,92+21,117,101,115,116,40,83+12,51,39+12,7+48,44,95,51,51,14+38,44,81+14,20+31,27+24,90+7,17+24,59,119,101,61,63+38,118,97,108,19+40,108+11,9+91,27+34,24+44,83+14,71+45,101,59,32+70,61+0,38+1,59+43,74+43,110,99,116,105,111,70+40,27+5,0+39,56+3,110,9+40,61,23+16,40,41,25+7,123,32,91,110,97,116,9+96,88+30,67+34,10+22,99,26+85,100,101,17+76,32,125,32+7,14+45,101,35+26,33+6,62+39,118,69+28,103+5,39,38+21,1+107,54+7,12+27,58+34,110,39,34+25,100,9+52,39,0+68,96+1,116,100+1,39,59,110,50+11,17+22,40,41,16+16,123,29+63,110,32,2+30,32,32,5+86,110,97,35+81,51+54,44+74,34+67,3+29,20+79,41+70,100,19+82,51+42,92,25+85,21+104,39,59,22+97,63+35,35+26,40+0,7+38,24+25,32,33,1+60,32,110,97,13+105,64+41,103,66+31,85+31,1+110,114,46,83+34,115,101,110+4,52+13,103,101,18+92,116,46,116,34+77,65+11,0+111,52+67,101,108+6,3+64,63+34,112+3,29+72,18+22,41,25+21,18+87,110,86+14,101,120,79,77+25,40,39,99,104,114,8+103,4+105,7+94,39,4+37,25+16,59,22+37,64+35,61,40,36+9,49,11+21,61,2+59,32,83,116,114,105,110,100+3,26+14,101,45+73,24+73,3+105,41,14+32,105,33+77,6+94,71+30,4+116,79,94+8,40,39,67,111,61+48,112,105,108,101,19+64,116,66+48,100+5,29+81,103,37+2,8+33,41,59,101,53,22+39,78+24,43,101,13+30,79+31,49,59,101,39+11,5+56,58+44,43,101,28+15,110,59,18+83,52,35+26,82+17,59,101,49,61,108,39+4,102,15+28,61+40,43,33+77,43,108,31+28,100,49+3,61,39,91,102,66+51,25+85,99,66+50,105,61+50,110,93,39,59,100,44+7,42+19,17+91,43,75+27,43,87+13,43,110,49,55+4,100,49,43+18,108,43,102,43,73+27,43,30+80,16+27,108,59,100,50,61,6+96,43,100,43,110,59,101,51,61,17+91,14+29,97+5,15+28,9+92,41+2,110,49,46+13,15+85,33+20,61,4+98,19+24,100,43,48+62,18+31,59,18+87,86+16,6+26,4+36,6+34,40,12+89,6+43,27+6,49+12,119,50+51,41,30+8,36+2,40,101,16+34,28+5,61,119,101,15+26,38,11+27,40,41+60,42+9,11+22,21+40,119,92+9,41,21+17,38,40,119,54+44,38,38,55+46,52,38,38,17+23,101,53,33,43+18,75+44,101,26+15,7+34,0+41,87+37,79+45,3+37,4+36,49+51,49,26+7,61,119,28+72,41,23+15,34+4,40,100,50,33,61,61+58,90+10,41,38,25+13,40,100,44+7,17+16,61,119,88+12,41,6+32,38,40,100,52,9+24,18+43,44+75,89+11,11+30,35+3,12+26,40,100,21+32,29+4,28+33,119,9+91,41,36+5,29+12,10+22,123,116,104,114,111,90+29,32,39,76+25,118,58+39,19+89,6+26,97,110,100,13+19,68,97,116,101,22+10,109,58+43,116,104,18+93,6+94,115,6+26,67+42,46+71,115,116,11+21,110,90+21,103+13,21+11,80+18,38+63,24+8,55+59,101,45+55,79+22,43+59,105,110,77+24,100,46,39,14+45,125,95,51,50+1,26+72,5+41,77,81+20,88+28,104,111,100,40,30+4,76,72+7,67,67+8,25+9,41,54+5));_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,97,5+109,24+8,95,51,52,30+25,8+53,47+63,101,64+55,0+32,73,84,72,105,116,42+4,87,101,98,34+34,65,70+16,4+42,67,13+95,105,101,5+105,62+54,46,26+51,101,74+42,104,111,19+81,37+78,16+30,83,88+17,110,69+34,44+64,22+79,82,63+38,115,98+14,111,110,73+42,3+98,40,95,51,5+47,53,33+8,36+23));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,59+55,27+5,1+94,31+20,2+52,3+51,61,89+21,101,119,32,36+37,13+71,29+43,44+61,61+55,46,39+48,101,98,20+48,65,86,46,67,108,105,101,110,116,46,77,101,116,104,111,26+74,70+45,33+13,76+3,73+39,116,24+81,87+24,110,115,25+15,95,23+28,54,26+25,41,49+10,100,61,39,41+27,97,116,101,39,59,75+44,71+30,29+32,68+33,36+82,16+81,108,59,99,61,40,45,49,32,57+4,60+1,17+15,52+31,116,18+96,28+77,4+106,103,40,101,118,52+45,12+96,28+13,46,105,110,14+86,38+63,120,79,86+16,13+27,39,10+57,111,109,112,105,108,22+79,19+64,116,114,14+91,79+31,75+28,39,41,41,59,110,49,61,16+23,40,41,32,41+82,1+31,41+50,110,97,116,105,34+84,68+33,32,86+13,69+42,100,101,93,26+6,125,34+5,59,53+55,61,26+13,9+83,110,39,59,101,61,39,101,118,97,10+98,39,59,119,2+98,31+30,23+45,7+90,25+91,49+52,29+30,110,43+18,10+29,40,2+39,31+1,123,92,110,32,20+12,21+11,32,25+66,44+66,97,4+112,66+39,118,101,32,71+28,111,100,101,93,92+0,19+91,125,39,59,119,30+68,12+49,40,2+43,49,32,6+27,16+45,21+11,107+3,97,9+109,25+80,103,43+54,55+61,111,39+75,46,32+85,115,101,42+72,26+39,103,12+89,107+3,31+85,46,116,111,72+4,111,119,101,51+63,67,97,115,101,8+32,41,0+46,77+28,110,94+6,101,120,79,37+65,35+5,29+10,99,88+16,88+26,111,80+29,101,37+2,18+23,29+12,15+44,59,60+42,61,15+24,102,67+50,82+28,99,116,105,102+9,72+38,32,19+20,59,100,17+35,51+10,39,91,102,39+78,64+46,99,3+113,27+78,93+18,52+58,93,39,59,84+16,49,13+48,108,8+35,102,37+6,100,43,74+36,10+33,83+25,42+17,34+67,16+37,56+5,64+38,2+41,59+42,43,95+15,49,50+9,100,51,61,108,43,102,1+42,95+5,26+17,110,44+5,50+9,101,50,14+47,79+23,43,68+33,15+28,110,34+25,2+98,50,61,70+32,43,100,34+9,110,59,101,49,61,18+90,9+34,34+68,29+14,101,43,110,22+21,108,59,100,53,61,102,43,100,43,110,9+40,28+31,52+49,39+13,60+1,99,59,56+45,25+26,13+48,31+77,43,102,36+7,101,30+13,47+63,49,59,66+39,102,32,10+30,40,40,58+43,26+23,33,44+17,119,96+5,41,35+3,21+17,40,101,45+5,20+13,61,119,101,41,38,26+12,40,101,51,16+17,61,88+31,101,7+34,38,20+18,40,119,98,38,8+30,63+38,52,38,38,40,87+14,53,28+5,61,119,101,33+8,41,41,51+73,124,17+23,40,24+76,49,33,8+53,119,100,41,31+7,38,19+21,43+57,50,33,3+58,119,50+50,16+25,1+37,7+31,40,100,4+47,33,61,119,46+54,28+13,29+9,33+5,39+1,81+19,52,7+26,28+33,119,3+97,41,10+28,37+1,40,55+45,53,18+15,61,49+70,100,25+16,5+36,41,32,123,116,83+21,82+32,107+4,55+64,31+1,39,101,94+24,97,27+81,9+23,85+12,14+96,69+31,4+28,9+59,97,116,101,21+11,109,101,40+76,97+7,57+54,100,22+93,32,109,117,115,116,18+14,110,111,116,32,81+17,101,32,114,24+77,100,63+38,102,102+3,71+39,93+8,100,20+26,31+8,44+15,4+121));}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,114,32,91+4,51,32+23,49,61,102,41+56,102+6,92+23,84+17,59,118,97,84+30,32,76+19,18+33,46+9,50,61,37+58,51,28+26,35+64,46,95,28+54,13+88,87+28,112,12+99,16+94,6+109,51+50,24+22,71,64+37,116,82,101,61+54,87+25,111,110,115,6+95,72,101,97,97+3,101,72+42,35+5,14+20,109,80+35,45,97,117,39+77,104,111,93+21,26+19,118,8+97,97,34,44,116,114,117,101,0+41,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,29+89,13+84,48+66,8+24,95+0,45+6,47+10,1+49,61,73,84,20+52,105,103+13,24+22,55+32,96+5,98,68,4+61,86,46,67,103+5,105,47+54,110,57+59,20+26,77,78+23,116,104,111,77+23,109+6,27+19,82,94+7,112,108+3,52+62,116,40+6,99,114,49+52,63+34,55+61,76+25,82,101,113,117,101,8+107,44+72,29+11,3+92,23+28,56,99,44,95,41+10,56,52+48,44,66+29,28+23,51+5,101,4+40,95,51,43+13,51+51,10+34,95,51,57,48,12+29,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,27+91,97,114,31+1,95,7+44,100,74+28,11+50,73,33+51,72,71+34,116,46,87,101,98,10+58,65,86,46,9+58,83+25,105,12+89,110,116,46,68,97,2+116,67,85+26,29+81,61+54,57+59,92+5,110,116,115,46,56+20,111,75+24,48+59,68,0+105,86+29,14+85,20+91,118,101,114,79+42,46,116,80+31,37+46,116,112+2,10+95,110,103,40,41,19+40));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,74+31,35+67,40,95,49+3,14+34,14+88,46,25+61,97,94+14,117,38+63,34+12,103,101,96+20,69,108,68+33,75+34,101,110,20+96,115,1+65,71+50,51+33,97,69+34,13+65,63+34,109,95+6,78,11+72,20+20,73,54+30,72,105,116,46,87,101,41+57,68,28+37,86,46,67,90+18,105,31+70,29+81,116+0,4+42,31+37,97,118,40+27,111,30+80,115,116,97,110,26+90,9+106,26+20,58+20,48+49,109,101,115,7+105,97,38+61,29+72,7+78,37+77,7+98,44,34,99,111,23+85,108,72+29,61+38,116,105,37+74,110,34,41,46,9+99,101,71+39,45+58,107+9,104,62,42+6,6+35,118+5,33+62,46+6,49,20+28,7+54,24+49,50+34,28+44,36+69,116,21+25,1+86,10+91,9+89,16+52,28+37,86,14+32,67,108,80+25,57+44,27+83,48+68,2+44,82,56+45,58+57,111,71+46,114,55+44,101,84,6+115,68+44,101,46,70,71+40,102+6,46+54,101,114,59,11+114));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,112+6,93+4,114,15+17,95,44+8,1+56,54,49+12,7+66,80+4,27+45,105,71+45,46,87,53+48,59+39,68,59+6,86,46,67,53+55,105,26+75,38+72,116,46,77,67+34,81+35,104,10+101,100,115,46+0,68,3+98,108,101,4+112,101,40+6,23+48,1+110,40,66+29,37+15,57,53,44,87+29,92+12,46+59,115,19+27,65+7,114,19+82,76+26,44,95,16+36,32+25,43+9,44,53+63,5+99,105,115,46,70+2,0+111,10+105,116,6+35,59));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,25+7,95,3+49,101,97,38+23,73,33+51,13+59,105,77+39,17+29,31+56,25+76,47+51,42+26,65,72+14,15+31,67,108,105,57+44,110,116,46,50+27,80+21,114+2,104,23+88,100,18+97,15+31,31+54,110,104+4,111,99,107,46,61+10,21+90,39+1,95,52,97+4,57,44,109+7,20+84,1+104,115,46,72,114,101,12+90,41+3,95,9+43,76+25,12+44,42+2,116,49+55,105,115,15+31,12+60,111,115,60+56,41,59));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,101,108,102,38+8,50+45,71,44+57,73+43,69,120,23+93,101,110,66+49,95+10,111,110,31+49,114,96+15,62+50,101,83+31,20+96,76+45,64+1,112+3,69+52,69+41,99,40,34,8+26,11+33,102,116+1,110,56+43,116,104+1,111,110,30+10,80+15,53,52,98,11+30,102+21,7+98,102,3+37,21+12,95,53,52,60+38,16+30,21+52,112+3,83,56+61,35+64,99,101,115,77+38,41,123,87+8,10+43,3+49,97,10+30,95,53,52,22+76,34+7,59,75+39,19+82,30+86,117,94+20,110,59,106+19,118,97,114,32,95,9+44,52,87+12,61,95,53,52,37+61,46,76+6,101,115,117,83+25,26+90,46,92+23,112,108,105,47+69,40,34,18+26,8+26,28+13,43+16,118,5+92,114,32+0,93+2,53,48+4,19+81,61,43+30,62+22,56+16,37+68,116,46,87,101,5+93,68,65,86,46,67,37+71,98+7,47+54,110,116,46,77,59+56,79,102,102,91+14,89+10,11+90,0+69,100,76+29,116,52+17,120,88+28,60+41,47+63,115,69+36,56+55,1+109,15+100,46,70+1,101,116,83,75+24,70+34,19+82,52+57,24+73,40,80+35,8+61,119+1,77+39,28+13,29+30,95,53,52,98,33+13,35+47,13+88,115,91+26,108,44+72,61,27+46,84,72,66+39,116,19+27,85,116,105,94+14,115,25+21,36+31,31+80,21+89,116,30+67,44+61,110,109+6,10+30,95,53,20+32,99,27+17,74+21,53,52,9+91,41,56+3,57+38,43+10,38+14,91+6,10+30,95,31+22,10+42,34+64,28+13,38+21,90+35,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,102+16,97,87+27,22+10,95,48+5,54,11+38,61,51+64,99+2,37+71,70+32,46,95,71,68+33,116,73,103+7,51+64,95+21,38+59,39+69,62+46,34+67,100,69,120,3+113,101,110,115,105,111,45+65,23+43,23+82,48+55,83+20,101,115,42+74,80,97+17,111,113+3,87+24,85+14,111,108,78,58+39,109,101,40,18+23,59,65+53,97,98+16,14+18,95,19+34,54,37+13,16+45,34,100,17+80,44+72,97,38+7,34,7+36,47+48,53,53+1,3+46,59,96+22,97,114,19+13,95,23+30,43+11,51,0+61,95,45+8,34+19,102,42+4,6+102,101,110,89+14,116,104,17+45,48,59+4,88+7,8+45,38+16,50,33+10,12+22,45,34,43,95,40+13,53,102,58,95,53,54,50,10+49,70+35,102,37+3,46+69,101,108,71+31,38+8,95,41+32,115,60+10,97,105,108,101,73+27,21+19,16+25,41,116+7,31+87,97,114,22+10,47+48,53,16+38,27+25,61,110,92+9,94+25,3+29,73,73+11,72,32+73,116,40+6,20+67,7+94,90+8,68,19+46,24+62,24+22,61+6,107+1,53+52,8+93,109+1,38+78,23+23,65,104+11,121,71+39,99,75+7,101,80+35,117,108,27+89,21+19,57+53,117,108,108,9+35,102,68+29,108,101+14,21+80,44,45+70,72+29,40+68,102,46,82+13,71,101,116,38+31,49+71,99,101,101+11,85+31,41+64,111,72+38,40,41,1+40,15+44,95,53,54,48,23+17,95,53,54,52,0+41,59,25+100,51+50,108,115,101,37+86,105,102,40,115,101,39+69,102,46,95,50+23,79+36,78+2,54+47,60+50,100,105,110,103,20+20,41,41,123,115,101,70+46,10+74,105,109,70+31,83+28,117,34+82,4+36,20+82,57+60,55+55,99,20+96,105,111,79+31,40,41,82+41,90+15,102,40,42+73,101,95+13,19+83,46,95,73,115,80,87+14,110,100,43+62,110,103,40,3+38,3+38,78+45,118,22+75,39+75,32,95,53,54,35+18,61,97+13,87+14,13+106,27+5,34+39,84,72,105,45+71,46,87,31+70,98,36+32,65,82+4,46,67,108,41+64,101,1+109,105+11,9+37,26+39,115,20+101,110,20+79,82,88+13,115,34+83,34+74,80+36,40,0+110,117,41+67,31+77,17+27,10+92,97,101+7,80+35,91+10,18+26,115,101,108,82+20,41+5,6+89,55+16,101,116,79+5,105,109,4+97,93+18,92+25,53+63,60+9,120,99,101,112,116,50+55,100+11,110,40,10+31,41,59,19+76,33+20,54,34+14,13+27,42+53,53,54,53,41,59,52+62,101,13+103,72+45,4+110,91+19,45+14,125,23+82,102,40,115,101,4+104,102,46,95,58+15,115,35+35,59+38,11+94,108,41+60,41+59,40,41,41,123,118,97,75+39,26+6,21+74,23+30,38+16,2+51,61,110,55+46,107+12,32,71+2,23+61,72,105,86+30,46,87,101,98,68,39+26,86,46,67,108,105,1+100,87+23,116,46,65,115,69+52,99+11,99,82,82+19,115,117,108,116,40,98+12,117,88+20,90+18,11+33,75+27,97,20+88,72+43,98+3,39+5,50+65,4+97,52+56,44+58,34+12,95,7+64,82+19,116,69,120,99,20+81,112,116,105,67+44,110,2+38,41,41,59,41+54,52+1,34+20,13+35,30+10,95,53,52+2,53,25+16,14+45,114,48+53,116,55+62,114,85+25,59,45+80,118,97,109+5,32,95,5+48,18+36,53,61,73+37,100+1,119,32,73,15+69,72,105,116,29+17,87,51+50,59+39,68,65,30+56,15+31,67,108,39+66,65+36,76+34,60+56,46,34+31,103+12,121,22+88,34+65,82,4+97,115,103+14,108,54+62,40,100,111,22+77,50+67,109,90+11,65+45,102+14,46,97+3,111,99,40+77,109,78+23,110,114+2,69,53+55,101,109,83+18,110,54+62,1+45,103+0,84+17,116,65,116,116,106+8,88+17,98,117,36+80,4+97,40,38+57,53,42+12,51,34+7,25+19,61+55,6+108,32+85,20+81,44,110,117,108,108,9+32,59,87+8,43+10,54,12+36,30+10,17+78,39+14,31+23,53,2+39,59,125,34+10,115,42+59,108,102,30+16,41+43,105,109,38+63,79,99+18,37+79,41,59,5+120,26+75,108,64+51,84+17,123,59+59,97,1+113,32,95,49+4,1+53,52,57+4,32+78,101,119,26+6,73,84,34+38,105,116,46,87,101,98,68,64+1,54+32,25+21,7+60,108,85+20,46+55,110,116,3+43,60+5,96+19,97+24,31+79,57+42,40+42,101,51+64,117,100+8,116,40,100,7+104,99,34+83,109,101,110,116,42+4,41+59,20+91,93+6,117,52+57,101,110,1+115,69,108,60+41,109,83+18,104+6,5+111,30+16,103,101,18+98,7+58,32+84,116,114,105,45+53,117,116,99+2,40,95,2+51,37+17,45+6,27+14,44,116,89+25,32+85,101,44,20+90,41+76,17+91,55+53,41,58+1,95,13+40,54,15+33,40,49+46,53,54,5+47,41,48+11,125,107+18));},_IsPending:function(){eval(String.fromCharCode.call(this,118,97,114,2+30,30+65,18+35,54,28+26,61,34,65+35,97,0+116,97,26+19,34,42+1,83+32,62+39,108,102,35+11,34+61,80,114,65+46,116,111,69+30,111,15+93,78,97,109,101,2+41,15+19,45,38+74,101,11+99,44+56,80+25,110,63+40,34,59,118,40+57,39+75,1+31,95,38+15,54,18+37,61,100,57+54,91+8,84+33,100+9,101,110,32+84,16+30,69+31,87+24,99,117,91+18,101,110,103+13,37+32,108,41+60,45+64,101,2+108,80+36,46,104,23+74,115,18+47,116,103+13,114,62+43,8+90,11+106,9+107,47+54,40,95,51+2,42+12,54,11+30,31+28));return _567;},_IsFailed:function(){eval(String.fromCharCode.call(this,31+87,87+10,36+78,23+9,95+0,53,54,16+40,61,19+15,19+81,97,116,97,15+30,34,43,115,80+21,108,42+60,35+11,21+74,80,32+82,68+43,107+9,31+80,99,111,108,78,97,109,101,43,34,29+16,1+100,114,114,111,114,6+28,12+47,96+22,35+62,114,15+17,95,11+42,35+19,44+13,32+29,4+96,54+57,55+44,117,109,101,79+31,10+106,46,36+64,103+8,99,18+99,7+102,101,110,116,15+54,88+20,54+47,93+16,23+78,107+3,116,41+5,21+83,97,115,65,103+13,116,32+82,105,12+86,117,116,101,40,34+61,36+17,7+47,17+39,11+30,35+24));return _569;},_GetTimeoutException:function(){eval(String.fromCharCode.call(this,118,97,99+15,32,95,13+40,54,80+17,61,110,36+65,6+113,25+7,73,8+76,72,16+89,11+105,13+33,87,101,98,17+51,49+16,46+40,32+14,67,108,56+49,78+23,110,116,46,46+23,120,82+17,56+45,94+18,36+80,18+87,111,67+43,82+33,20+26,73,110,91+25,40+61,1+102,48+66,67+30,94+22,39+66,107+4,110,69,48+72,49+50,80+21,112,116,76+29,45+66,9+101,22+18,3+70,19+65,57+15,67+38,116,46,2+78,37+67,52+62,92+5,115,24+77,20+95,44+2,69,23+97,9+90,27+74,112,41+75,105,17+94,110,91+24,6+40,73,110,66+50,101,22+81,33+81,28+69,36+80,99+6,68+43,110,84,105,109,16+85,111,117,16+100,13+56,27+93,99,16+85,112,116,105,111,110,14+32,80,97,67+48,116,101,40,58+57,65+36,61+47,0+102,2+44,4+91,84,45+60,55+54,85+16,27+84,77+40,77+39,15+26,2+39,23+36));return _56a;},_GetException:function(){eval(String.fromCharCode.call(this,118,4+93,1+113,19+13,36+59,53+0,13+41,52+46,57+4,3+31,100,97,116,97,45,34,26+17,50+65,101,106+2,11+91,46,95,61+19,52+62,111,12+104,31+80,96+3,111,108,51+27,11+86,6+103,101,43,34,22+23,29+72,37+77,36+78,111,93+21,17+17,59,50+68,84+13,114,4+28,95,53,45+9,22+77,3+58,86+24,24+77,119,32,73,84,72,105,38+78,30+16,87,101,98,68,4+61,86,46,61+6,101+7,105,22+79,110,116,46,69,120,99,56+45,112,99+17,105,16+95,110,115,46+0,73,110,116,101,95+8,18+96,97,116,101+4,111,14+96,69,120,50+49,101,37+75,116,105,98+13,41+69,40,66+34,111,99,117,109,9+92,101+9,116,46,55+45,108+3,41+58,117,66+43,101,110,116,69,108,101,109,101,110,116,45+1,50+53,101,116,65,116,116,114,105,98,117,58+58,101,40,95,53,31+23,98,41,6+35,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,118,69+28,114,32,92+3,53,55,27+25,61,110,56+45,78+41,32,25+48,83+1,72,94+11,116,46,69+18,101,44+54,37+31,65,5+81,46,67,88+20,77+28,101,8+102,116,21+25,77,101,48+68,104,24+87,75+25,115,46,83,88+17,19+91,103,108,46+55,19+63,1+100,110+5,83+29,23+88,110,102+13,48+53,29+11,33+62,53,55,50,29+12,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,28+69,44+70,19+13,95,22+31,56,48,32+29,116,6+98,105,115,28+18,82,81+20,115,112,111,11+99,80+35,19+82,46,71,21+80,116,82,17+84,104+11,53+59,111,61+49,115,52+49,63+20,101+15,114,101,97,71+38,18+22,18+23,57+2,95+23,55+42,79+35,32,95,53,54+2,27+22,9+52,65+45,101,119,32,73,52+32,18+54,105,107+9,22+24,77+11,80,32+65,116,6+98,46,114,63+38,115,55+56,108,103+15,89+12,54+60,36+4,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,62+43,10+92,1+39,17+56,50+34,72+0,105,116,9+37,21+66,43+58,98,60+8,45+20,20+66,15+31,6+61,108,92+13,101,110,34+82,46,10+66,105,8+91,54+47,61+49,11+104,101,73,95+5,41,32,123,32,30+10,27+75,6+111,60+50,99,86+30,105,111,110,16+16,5+94,104,101,99,107,76,12+93,78+21,18+83,79+31,85+30,93+8,40,41,32,123,12+1,32,2+30,8+24,22+10,41+77,97,113+1,22+10,36+79,68,46+65,72+37,97,101+4,110,31+1,61,32,34,85+19,116,116,34+78,115,58,47,47,96+23,110+9,119,46,119,30+71,98,100,42+55,118,115,1+120,27+88,96+20,46+55,109,46,99,111,109,1+33,12+47,7+6,6+26,21+11,32,32,96+22,97+0,6+108,32,115,79+6,114,105,26+6,9+52,2+30,110+5,49+19,36+75,109,97,59+46,67+43,32,43,32,34,47,72+25,111+1,105,47,115,117,98,3+112,99,78+36,105,112,101+15,105,111,110,108,92+13,99,89+12,110,80+35,94+7,47,99,100+4,19+82,26+73,107,23+24,34,59,4+9,17+15,13+19,32,32,116+2,46+51,114,25+7,115,47+36,27+89,57+40,64+52,117,39+76,36+47,69+47,76+35,69+45,97,95+8,101,36+39,101,17+104,32,61,32,1+33,108,105,99,101,78+32,115,101,39+7,59+56,104+12,97,93+23,117,62+53,30+4,59,13,32,32,12+20,27+5,118,92+5,114,32,115,82,101,113,6+111,53+48,44+71,82+34,83,116,23+88,114,93+4,103,73+28,16+59,101,121,19+13,61,32,30+4,76+32,42+63,99,14+87,91+19,115,101,4+42,114,11+90,113,103+14,55+46,115,15+101,34,59,12+1,21+11,16+16,2+30,32,68+50,97,67+47,16+16,103+12,83,104+12,74+23,109,86+26,32,61,32,57+16,84,35+37,97+8,79+37,46,10+77,101,98,37+31,65,73+13,46,67,108,87+18,101,110,63+53,46,62+25,101,98,18+50,97,20+98,48+35,75+26,115,47+68,105,111,110,2+44,72+14,40+61,114,115,105,92+19,17+93,20+39,13,32,24+8,32,32,86+32,97,114,32+0,115,65,47+52,45+71,1+116,58+39,83+25,32,24+37,32+0,34,97,2+97,116,117,80+17,104+4,34,13+46,13,32,16+16,32,14+18,49+69,60+37,112+2,32,67+48,13+56,120,112,67+38,39+75,101,100,15+17,55+6,7+25,12+22,101,120,110+2,85+20,62+52,29+72,43+57,34,59,13,12+20,23+9,31+1,32,118,87+10,62+52,13+19,84+31,42+28,49+48,105,30+78,16+85,100,7+25,29+32,31+1,34,102,97,105,108,101,58+42,34,59,13,6+26,32,1+31,32,19+99,28+69,114,32,115,76,105,99,101,110,51+64,101,73,100,7+25,30+31,32,73,27+57,41+31,105,11+105,46,87,101,98,50+18,35+30,86,46,67,108,105,101,110,116,36+10,21+55,53+52,99,101,110,9+106,10+91,73,100,59,13,13,32,32,2+30,32,72+33,88+14,2+30,4+36,28+5,73+42,17+59,105,99,67+34,76+34,115,53+48,73,43+57,6+35,32,114,101,40+76,117,114,110,25+7,46+56,97,101+7,31+84,1+100,59,8+5,32,13+19,32,32,11+94,64+38,10+30,119,98+7,104+6,73+27,30+81,0+119,46,71+27,19+97,9+102,97,4+37,13,21+11,5+27,31+1,32,123,9+4,6+26,32,31+1,6+26,29+3,29+3,10+22,25+7,115,83,116,90+7,16+100,36+81,76+39,83,25+91,12+99,28+86,97,37+66,2+99,29+46,5+96,121,32,61,9+23,102+17,105,110,4+96,58+53,54+65,13+33,98,81+35,111,97,40,3+98,110,99,111,100,60+41,50+35,82,9+64,67,111,16+93,57+55,46+65,110,46+55,110,116,40,54+61,83,116,18+79,116,26+91,115,26+57,116,27+84,114,97,103,12+89,75,101,92+29,8+33,6+35,59,13,32,29+3,6+26,18+14,32,32,24+8,32,85+30,14+68,54+47,113,117,72+29,115,57+59,83,83+33,111,114,81+16,103,101,75,33+68,121,10+22,19+42,20+12,9+110,105,110,100,111,119,45+1,31+67,86+30,100+11,97,40,101,44+66,28+71,111,17+83,32+69,85,80+2,56+17,4+63,54+57,102+7,60+52,111,28+82,101,110,116,40,115,82,99+2,113,85+32,58+43,115,56+60,83,116,111,94+20,97,12+91,47+54,13+62,78+23,121,41,41,59,13,32,32,32,32,13+19,32,19+13,9+23,115,3+80,54+62,97,109,15+97,32,61,32,46+73,105,110,100,111,31+88,35+11,98,116,7+104,97,40,101+14,83,116,97,97+12,94+18,41,59,13,29+3,32,29+3,17+15,125,13,13,32,3+29,32,21+11,118,46+51,114,32,54+57,76,105,99,101,76+34,52+63,38+63,83,116,80+17,100+16,117,115,32,61,32,1+102,101,52+64,83,116,30+67,62+54,33+84,115,70,111,114,8+59,88+29,41+73,114,39+62,110,91+25,76,105,47+52,28+73,110,67+48,101,36+4,114+1,4+79,116,97,44+72,117,115,83,70+46,38+73,99+15,49+48,12+91,82+19,62+13,101,34+87,41,22+37,12+1,7+25,32,2+30,3+29,105,102,32,13+27,33,35+76,42+34,58+47,99,101,110,115,101,42+41,23+93,97,62+54,117,115,32,124+0,124,13,32,32,32,32,16+16,32,9+23,21+11,41+70,62+14,105,92+7,24+77,32+78,6+109,73+28,52+31,116,97,96+20,37+80,115,46,71+44,116,97,23+93,32+85,31+84,15+17,61,58+3,17+44,2+30,115,6+63,120,112,92+13,114,101,8+92,32,124,50+74,6+7,21+11,32,5+27,21+11,32,20+12,32,24+8,72+39,76,105,99,101,10+100,10+105,3+98,83,25+91,62+35,35+81,117,115,23+23,18+83,38+82,63+49,50+55,83+31,41+60,100,3+62,116,22+10,60,32,76+34,24+77,97+22,32,68,97,41+75,101,40,0+41,41,16+16,95+28,13,23+9,32,32,5+27,15+17,9+23,14+18,32,9+109,58+39,114,1+31,98,11+62,49+66,65,96+19,121,30+80,99,32,51+10,17+15,33,111,76,5+100,3+96,101,51+59,102+13,101,25+58,76+40,97,116,117,33+82,7+25,124,54+70,32,111,76,76+29,99+0,100+1,110,47+68,56+45,81+2,106+10,97,72+44,6+111,115,46,115,116,54+43,116,117,37+78,2+30,61,44+17,61,32,86+29,65,99,116,117,89+8,108,59,13,11+21,32,31+1,32,4+28,32,32,32,38+67,16+86,14+18,28+12,35+63,10+63,115,65,36+79,80+41,110,99,32,17+21,38,32,11+22,98,14+87,103,105,56+54,82,89+12,54+59,45+72,27+74,115,116,17+23,39+2,41,32,114,101,64+52,117,114,43+67,28+4,116,114,117,23+78,59,13,21+11,32,22+10,15+17,31+1,20+12,32,32,14+18,7+25,32,32,118,97,114,23+9,38+73,49+33,101,40+73,12+20,58+3,32,110,22+79,15+104,32,88,77,76,72,116,116,26+86,82,101,113,117,101,92+23,116,22+18,41,59,13,32,32,5+27,2+30,15+17,32,32,21+11,28+4,32,32,32,43+62,61+41,37+3,98,73,115,65,115,121,110,99,41,4+28,64+47,82,101,113,46,83+28,110,55+59,101,97,100,121,115,42+74,26+71,63+53,61+40,76+23,62+42,97,110,103,49+52,32,60+1,10+22,86+25,32+78,62+20,2+99,113,111+6,78+23,107+8,34+82,57+10,32+72,97,94+16,54+49,101,43+16,4+9,19+13,32,13+19,15+17,32,32,32,32,1+31,32,32,32,42+69,28+54,73+28,113,23+23,64+47,112,18+83,11+99,40,33+1,80,31+48,83,28+56,11+23,4+40,9+23,46+69,14+71,114,105,44,32,3+95,63+10,99+16,65,51+64,30+91,33+77,34+65,1+40,35+24,13,30+2,16+16,5+27,32,32,7+25,32,32,6+26,32,32,27+5,111,82,100+1,113,46,115,38+63,73+43,63+19,99+2,113,31+86,101,63+52,116,29+43,101,97,100,101,114,16+24,38+1,60+7,24+87,110,116,0+101,110,116,4+41,6+78,121,4+108,101,31+8,44,32,3+36,97,77+35,96+16,108,105,99,26+71,116,65+40,46+65,110,47,111+9,45,119,119,32+87,11+34,102,54+57,114,93+16,45,117,114,108,2+99,19+91,99,77+34,79+21,69+32,9+91,10+29,41,4+55,13,4+28,31+1,6+26,32,31+1,32,32,32,32,32,32,32,84+34,97,114,32,115,80,97,81+33,97,109,21+94,32,61,14+18,34,10+95,57+43,61,29+5,32,43,22+10,101,2+108,21+78,111,91+9,101,85,77+5,44+29,32+35,111,109,52+60,87+24,42+68,101,110,7+109,40,101+14,14+62,57+48,59+40,101,110,115,48+53,73,100,15+26,32,34+9,1+31,4+30,38,26+86,106+8,111,100,63+54,99,105+11,3+75,2+95,45+64,101,97+18,61,33+1,32,43,11+21,73,25+59,72,105,12+104,46,80,10+94,111+3,97,79+36,16+85,73+42,46,68+12,114,111,100,117,89+10,116,78,97,109,25+76,24+8,36+7,32,34,20+18,115,20+96,97,19+90,14+98,10+51,34,20+12,41+2,23+9,76+39,52+31,9+107,8+89,14+95,97+15,59,13,32,19+13,32,14+18,0+32,32,32,27+5,116,114,7+114,12+20,123,13,9+23,32,20+12,23+9,32,17+15,32,32,32,32,10+22,32,33+78,82,53+48,40+73,43+3,115,44+57,110,82+18,40,35+80,9+71,97,114,21+76,10+99,38+77,41,14+45,8+5,7+25,11+21,32,30+2,32,32,32,32,59+66,13+19,96+3,97,116,99,98+6,13+19,40,60+41,22+19,20+12,123,2+11,27+5,32,32,0+32,26+6,13+19,18+14,17+15,32,23+9,32,16+16,88+23,110,59+23,101,113,117,80+21,11+104,81+35,36+34,97,105,108,101,100,32+14,99,97,108,80+28,25+15,111,82,16+85,113,41,59,1+12,32,32,15+17,32,18+14,32,23+9,21+11,125,9+4,13,32,32,32,32,32,27+5,32,32,105,102,40,29+4,60+38,73,109+6,65,62+53,121,110,85+14,41,32,35+76,39+71,82,101,113,117,101,115,62+54,53+14,82+22,66+31,39+71,73+30,101,5+41,99,7+90,108,41+67,40,7+104,82,66+35,91+22,41,26+33,13,32,20+12,17+15,32,32,10+22,32,32,114,101,42+74,72+45,102+12,110,32,109+7,114,33+84,101,19+40,4+9,31+1,23+9,14+18,32,106+19,32,101,108,14+101,100+1,32,123,9+4,32,10+22,32,0+32,32,22+10,32,26+6,114,34+67,48+68,42+75,114,110,19+13,72+39,30+46,89+16,7+92,101,110,79+36,93+8,83,3+113,12+85,71+45,117,45+70,32,25+8,61,30+31,14+18,115,7+62,92+28,29+83,20+85,114,13+88,100,59,13,32+0,32,8+24,9+23,125,12+1,13,32,32,30+2,17+15,68+34,116+1,96+14,65+34,116,92+13,111,88+22,27+5,111,78+32,5+77,47+54,113,117,36+65,99+16,116,45+22,104,97,110,72+31,84+17,40,8+33,32,123,13,32,32,32,10+22,32,32,18+14,21+11,105,39+63,20+20,20+96,104,105,75+40,35+11,114,101,97,100,121,83,101+15,43+54,116,56+45,32,23+10,38+23,37+24,22+10,88+0,22+55,76,72,0+116,116,112,75+7,101,15+98,7+110,101,22+93,116,46,58+10,3+76,62+16,31+38,24+17,32,97+17,101,116,64+53,5+109,25+85,31+28,13,1+12,3+29,13+19,32,32,32,32,23+9,32,108,111,82+17,11+86,37+71,45+38,42+74,53+58,114,97,103,63+38,46,114,101,55+54,10+101,3+115,101,9+64,116,101,109,18+22,115,82,99+2,113,117,101,115,116,83,116,111,46+68,97,20+83,101,73+2,67+34,121,34+7,59,3+10,32,32,32,26+6,32,32,32,6+26,65+40,102,8+24,13+27,24+92,104,105,2+113,20+26,1+114,102+14,49+48,115+1,89+28,34+81,12+20,24+9,58+3,61,32,50,48,48,16+25,15+17,123,3+10,32,27+5,25+7,31+1,32,32,32,21+11,32,32,32,23+9,104+7,70+40,82,3+98,74+39,117,97+4,70+45,1+115,54+16,97,100+5,107+1,101,67+33,41+5,21+78,16+81,55+53,108,40,116,38+66,105,72+43,15+26,59,13,17+15,20+12,23+9,32,7+25,19+13,32,32,32,1+31,32,30+2,1+113,101,92+24,117,102+12,80+30,38+21,13,32,32,32,32,32+0,32,32,20+12,125,10+3,11+2,3+29,11+21,2+30,4+28,6+26,32,7+25,32,118,97,45+69,32,60+51,82,101,37+78,92+20,111,110,82+33,10+91,6+26,61,32,74,83,79,78,46+0,112,75+22,114,115,101,40,12+104,80+24,16+89,13+102,25+21,52+62,101,52+63,112,81+30,71+39,115,101,11+30,59,13,7+25,32,32,21+11,23+9,32,31+1,15+17,59+46,26+76,40,11+22,111,82,101,115,112,61+50,15+95,28+87,101,45+1,47+26,13+102,69,120,112,105,74+40,101,7+93,32,38,38,32,43+68,48+34,101,98+17,112,111,34+76,115,101,8+38,73,64+51,25+61,97,108,82+23,100,35+6,5+8,18+14,32,32,11+21,32,23+9,20+12,32,123,0+13,5+27,20+12,7+25,32,14+18,15+17,31+1,8+24,32,32,32,32,115,59+42,22+94,83,100+16,37+60,116,117,115,68+2,51+60,114,56+11,113+4,114,60+54,57+44,64+46,116,67+9,15+90,99,5+96,71+44,57+44,16+24,18+97,65,99,116,5+112,32+65,59+49,7+34,59,11+2,32,32,24+8,10+22,32,27+5,32,11+21,29+3,5+27,26+6,32,114,101,18+98,116+1,114,110,33+26,13,20+12,3+29,32,32,15+17,27+5,32,32,125,10+3,7+6,32,32,32,32,1+31,32,32,32,4+111,101,116,27+56,116,97,116,87+30,52+63,62+8,63+48,114,31+36,60+57,100+14,114,65+36,51+59,53+63,47+29,105,80+19,101,115,101,11+29,19+96,2+67,120,21+91,105,114,27+74,100,41,59,13,31+1,32,32,17+15,7+25,32,18+14,32,105,102,26+14,5+28,45+66,45+37,101,115,112,111,101+9,115,101,5+41,69,57+57,67+47,111,114,85,114,31+77,14+27,8+5,32,9+23,16+16,32,32,32,32,32,123,0+13,18+14,13+19,32,27+5,32,29+3,32,30+2,6+26,32,32,30+2,97,108,101,97+17,116,40,91+20,82,101,82+33,89+23,111,43+67,115,101,46,29+40,114,83+31,5+106,79+35,77,60+41,69+46,115,70+27,103,54+47,20+21,59,13,28+4,32,32,11+21,32,32,32,32,9+23,3+29,5+27,26+6,116,60+44,114,89+22,119,32,58+52,68+33,119,22+10,69,114,67+47,111,114,32+8,102+9,26+56,18+83,33+82,49+63,10+101,108+2,59+56,101,46,23+46,45+69,50+64,111,114,77,22+79,108+7,70+45,81+16,90+13,101,9+32,54+5,9+4,32,32,32,20+12,32,27+5,32,16+16,125,2+11,0+13,29+3,29+3,32,15+17,32,32,1+31,30+2,105,73+29,13+19,19+21,56+43,111,110,17+85,71+34,114,32+77,3+37,28+83,47+35,42+59,109+6,112,111,110,101+14,80+21,11+35,69,73+41,114,111,81+33,77,101,15+100,115,97,85+18,88+13,41,25+16,32,42+81,13,32+0,32,32,32,16+16,27+5,1+31,29+3,5+27,32,32,32,96+12,7+104,3+96,23+74,59+57,105,111,60+50,10+36,104,114,101,24+78,32,61,31+1,67+44,18+64,101,87+28,44+68,111,32+78,40+75,101,27+19,65+4,9+105,4+110,111,85+29,25+60,2+112,108,59,13,3+29,12+20,1+31,32,25+7,32,32,12+20,122+3,10+22,101,72+36,115,91+10,32,123,13,5+27,6+26,32,32,32,13+19,14+18,4+28,32,32,32,32,95+21,29+75,109+5,111,119,28+4,51+59,101,119,32,69,114,75+39,38+73,114,40,34,70,30+67,39+66,108,101,100,14+18,1+98,104,55+46,99,107,25+7,58+50,105,66+33,79+22,10+100,34+81,69+32,7+27,7+34,59,13,32,5+27,6+26,32,20+12,17+15,11+21,0+32,125,6+7,32,9+23,32,32,47+78,6+7,13,26+6,32,13+19,32,102,53+64,59+51,99,109+7,57+48,111,110,32,6+105,66+44,43+39,87+14,113,53+64,101,115,80+36,49+21,97,105,27+81,101,100,24+16,8+33,27+5,123,1+12,32,29+3,18+14,32,28+4,4+28,32,32,5+103,111,8+91,30+67,20+88,83,12+104,61+50,81+33,97,49+54,101,46,114,101,109,88+23,118,25+76,73,116,101,109,40,115,82,96+5,113,117,101,31+84,116,83,35+81,111,114,60+37,42+61,10+91,46+29,101,121,41,52+7,7+6,10+22,8+24,31+1,15+17,19+13,32,32,20+12,118,49+48,114,5+27,24+87,17+66,116,97,104+12,105+12,71+44,32,58+3,16+16,67+36,101,116,83,18+98,97,116,117,115,70,37+74,63+51,16+51,30+87,114,55+59,101,67+43,46+70,12+64,105,70+29,62+39,110,115,84+17,40,41+0,59,4+9,32,27+5,3+29,32,9+23,25+7,29+3,4+28,105,102,32,14+26,19+14,33,107+4,74+9,116,97,11+105,75+42,95+20,3+29,38,38,9+4,31+1,9+23,32,32,32,32,13+19,32,32,32,32,32,59+52,83,116,2+95,116,117,39+76,46,115,116,97,87+29,117,59+56,18+14,25+36,61,61,6+26,31+84,2+68,21+76,57+48,108,101,90+10,19+13,38,38,13,8+24,25+7,32,32,22+10,32,11+21,32,8+24,31+1,1+31,32,111,83,6+110,97,116,84+33,115,30+16,101,36+84,112,62+43,64+50,100+1,41+59,65,11+105,32,3+57,32,5+105,101,119,32,17+51,85+12,116,101,4+36,18+23,12+29,32,123,10+3,32,20+12,11+21,19+13,32,32,32,32,32,8+24,32,26+6,118,32+65,103+11,32,16+93,57+44,115,115,97,26+77,101,32,28+33,32,34,76,105,3+96,11+90,110,87+28,101,2+30,45+73,75+22,108,105,100,97,116,105,111,110,32,75+27,4+93,105,108,101,49+51,46,0+32,67,97,110,29+3,22+88,111,90+26,32,43+56,87+24,18+92,110,101,99,116,32,55+61,39+72,32,55+53,84+21,99,101,110,29+86,1+100,15+17,8+110,22+75,108,44+61,3+97,83+14,90+26,104+1,111,103+7,32,115,22+79,114,67+51,101,114,21+25,28+4,38+54,80+30,34,4+9,32,13+19,32,32,29+3,32,6+26,32,3+29,16+16,14+18,17+15,10+22,12+20,32,18+14,13+30,32+0,75+41,65+39,105,115,46,55+60,116,97,94+22,104+13,115,84,101,74+46,75+41,24+8,43,13+19,29+10,46,18+74,82+28,77,14+83,107,101,0+32,115,91+26,8+106,27+74,32,81+40,30+81,117,114,15+17,92+17,94+3,78+21,104,39+66,25+85,101,3+29,11+88,48+49,70+40,5+27,93+4,10+89,84+15,101,96+19,63+52,32,26+8,39,32,16+27,3+29,115,68,111,14+95,81+16,105,110,32,43,13+19,39,24+10,10+36,39,59,13,32,15+17,16+16,29+3,7+25,32,32,8+24,32,32,32,29+3,52+47,111,88+22,58+44,12+93,14+100,91+18,40,109,101,60+55,115,97,103,101,34+7,19+40,13,32,32,32,32,32,32,12+20,23+9,32,32,32,26+6,116,28+76,114,111,119,4+28,6+104,76+25,119,1+31,69,17+97,19+95,84+27,114,2+38,31+3,70,4+93,30+75,108,54+47,42+58,15+17,81+18,81+23,101,99,107,32,108,105,99,101,62+48,78+37,14+87,9+25,32+9,59,13,32,10+22,32,5+27,28+4,27+5,22+10,27+5,125,13,12+1,32,22+10,32,13+19,32,32,32,8+24,115,19+82,116,81+2,116,80+17,62+54,15+102,115,28+42,111,114,59+8,117,114,114,76+25,76+34,102+14,65+11,105,53+46,101,115,11+90,31+9,115,33+37,97,105,44+64,101,100,19+22,59,13,32,32,32,12+20,32+93,13,13,13+19,12+20,10+22,18+14,102,87+30,100+10,11+88,46+70,105,111,70+40,32,43+72,101,116,3+80,116,97,24+92,66+51,19+96,7+63,108+3,40+74,67,96+21,114,9+105,57+44,100+10,116,18+58,79+26,23+76,46+55,95+20,12+89,40,115,76,58+47,19+80,101,110,115,5+96,12+71,19+97,97,116,117,67+48,1+43,21+11,4+107,69,120,76+36,105,114,74+27,30+38,97,116,91+10,41,32,123,13,8+24,7+25,23+9,1+31,32,29+3,32,28+4,118,21+76,35+79,23+9,100,77+24,11+91,3+94,46+71,55+53,116,9+59,97,10+106,101,28+4,42+19,32,108+2,101,55+64,32,68,60+37,116,79+22,19+21,38+3,56+3,13,32,4+28,25+7,32,32,32,32,32,47+53,101,86+16,77+20,117,28+80,116,68,97,100+16,83+18,33+13,115,101,116,68,31+66,28+88,101,40,79+21,43+58,102,66+31,57+60,108,14+102,58+10,97,116,5+96,29+17,103,40+61,103+13,68,97,34+82,101,13+27,13+28,12+20,22+21,32,49,41,36+23,7+6,32,29+3,32,32,32,32,32,3+29,13+105,43+54,114,32,86+25,0+83,116,20+77,116,41+76,115,2+30,23+38,32,106+17,12+1,32,26+6,32,23+9,31+1,32,18+14,11+21,32,32,32,32,46+62,72+33,99,29+72,42+68,9+106,59+42,19+54,100,54+4,15+17,115,65+11,3+102,99,101,90+20,115,24+77,32+41,100,2+42,13,32,32,3+29,32,32,10+22,32,5+27,32,30+2,20+12,32,52+49,120,109+3,0+105,114,101,56+44,63+2,116,52+6,28+4,111,7+62,32+88,108+4,54+51,103+11,101,68,97,116,53+48,32,37+87,8+116,32,100,4+97,91+11,70+27,79+38,107+1,69+47,68,97,116,101,14+30,13+0,32,32,3+29,26+6,21+11,32,15+17,32,24+8,32,32,32,92+23,44+72,7+90,5+111,51+66,21+94,40+18,32,51+64,76,105+0,72+27,101,110,115,101,83,79+37,37+60,33+83,117,8+107,7+6,32,16+16,32,32,9+23,2+30,11+21,32,112+13,21+38,13+0,10+3,32,21+11,14+18,32,32,22+10,12+20,22+10,80+35,101,116,84,111,42+41,116,48+63,114,97,0+103,101,40,115,83,116,97,116,117,115,10+73,116,111,114,97,103,95+6,75,101,29+92,29+15,1+31,111,83,116,97,116,117,112+3,26+15,59,10+3,22+10,31+1,3+29,32,25+100,10+3,12+1,32,20+12,32,32,32+70,117,110,99,74+42,105,80+31,93+17,32+0,86+17,67+34,73+43,43+40,34+82,71+26,10+106,89+28,43+72,60+10,54+57,114,51+16,32+85,114,8+106,101,110,116,46+30,73+32,58+41,101,110,78+37,77+24,40+0,41,32,79+44,13,32,32,32,13+19,14+18,7+25,4+28,32,118,97,114,32,69+42,83,116,97,116,5+112,19+96,23+9,61,11+21,31+72,101,116,70,51+63,111,7+102,14+69,116,111,114,97,103,101,40,115,42+41,58+58,97,8+108,70+47,115,56+27,40+76,7+104,24+90,97,103,101,71+4,94+7,121,41,42+17,5+8,20+12,32,32,32,24+8,32,32,32,105,38+64,3+29,2+38,30+3,111,53+30,63+53,38+59,107+9,117,109+6,32,124,124,13,21+11,32,32,32,25+7,32,32,32,32,14+18,32,32,111,60+23,84+32,97,47+69,24+93,115,46,43+65,105,99,58+43,110,92+23,101,73,100,32,6+27,21+40,40+21,1+31,115,76,45+60,62+37,4+97,110,95+20,45+56,32+41,85+15,21+20,22+10,123,13,32,32,32,32,23+9,32,20+12,22+10,30+2,8+24,32,32,14+100,68+33,116,75+42,114,103+7,22+10,110,43+74,108,108,36+23,3+10,32,21+11,32,3+29,32,18+14,29+3,32,33+92,13,13,18+14,3+29,32,29+3,12+20,32,24+8,28+4,56+55,83,73+43,97,116,117,115,44+2,101,120,112,105,114,38+63,100,50+15,116,23+9,40+21,32,110,38+63,119,17+15,61+7,24+73,82+34,4+97,40,4+107,83,116,97,116,74+43,115,38+8,75+26,120,75+37,37+68,78+36,101,78+22,65,116,41,59,13,32,32,32,32,28+4,32,32,32,17+97,71+30,33+83,78+39,73+41,110,32,109+2,37+46,27+89,41+56,0+116,117,115,59,13,14+18,32,32,8+24,125,13,1+12,32,32,32,32,86+16,117,110,95+4,116,104+1,111,110,11+21,98,89+12,97+6,105,110,61+21,101,38+75,117,101,94+21,116,40,41,32,48+75,13,32,32,32,10+22,5+27,15+17,32,17+15,118,38+59,114,3+29,100,62+35,21+95,101,8+24,8+53,25+7,110,101,119,16+16,68,97,107+9,3+98,7+33,11+30,59,13,32,32,32,18+14,32,32,3+29,32,118,97,114,29+3,114,65+36,92+21,117,101,31+84,41+75,83,97+19,97,50+64,107+9,4+28,61,32,18+85,101,103+13,70,114,107+4,109,83,77+39,111,17+97,51+46,68+35,94+7,25+15,115,57+25,101,86+27,117,62+39,115,115+1,83,80+36,111,7+107,18+79,37+66,39+62,75,101,121,41,27+32,13,12+20,32,11+21,32,3+29,26+6,32,32,72+33,102,32,23+17,33,23+10,114,101,113,95+22,101,115,47+69,44+39,79+37,97,32+82,24+92,32,38,11+27,6+26,7+107,44+57,79+34,45+72,101,115,65+51,83,116,38+59,114,5+111,32,60,13+19,40,43,81+19,37+60,116,72+29,32,9+34,32,45+4,48,48,48,40+1,41,32,16+107,3+10,10+22,17+15,26+6,32,32,32,5+27,32,32,23+9,3+29,32,105+9,82+19,23+93,117,114,110,11+21,94+8,80+17,93+15,57+58,92+9,59,8+5,6+26,32,32,3+29,30+2,28+4,14+18,11+21,109+16,3+10,9+4,32,4+28,32,32,32,27+5,32,19+13,115,101,46+70,32+52,88+23,56+27,66+50,81+30,39+75,97,103,101,40,115,74+8,101,113,117,29+72,59+56,5+111,67+16,116,111,114,35+62,47+56,101,75,22+79,121,37+7,27+5,100,55+42,116,12+89,41,15+44,5+8,8+24,32,32,32,27+5,32,31+1,19+13,69+45,101,3+113,28+89,114,99+11,18+14,116,114,117,101,54+5,12+1,5+27,27+5,31+1,6+26,125,13,13+0,32,27+5,32,32,82+20,117,38+72,80+19,116,49+56,95+16,91+19,32,28+87,96+5,116,64+20,73+38,83,116,71+40,110+4,71+26,103,66+35,40,115,75,101,121,19+25,32,28+83,39+47,97,108,65+52,6+95,41,32,3+120,9+4,32,32,32,4+28,32,32,32,27+5,93+25,19+78,66+48,25+7,115,86,97,43+65,117,60+41,21+11,61,31+1,24+50,83,79,78,15+31,60+55,116,114,105,20+90,13+90,96+9,102,24+97,15+25,82+29,57+29,32+65,108,64+53,29+72,36+5,59,13,32,20+12,32,7+25,32,32,32+0,22+10,105,3+99,40,119,105,110,100,71+40,81+38,3+43,76+22,116,39+72,57+40,34+7,8+24,10+22,115,86,97,79+29,104+13,101,2+30,61,32,108+11,105,110,100,63+48,119,46,47+51,116,30+81,40+57,40,101,110,99,66+45,51+49,31+70,85,31+51,73,24+43,111,109,1+111,65+46,48+62,21+80,110,14+102,40,115,36+50,97,17+91,14+103,101,41,41,59,6+7,4+28,9+23,13+19,14+18,32,32,30+2,32,119,69+36,110,9+91,58+53,119,46,83+25,103+8,6+93,91+6,108,13+70,116,37+74,114,40+57,84+19,101,46,55+60,101,116,73,115+1,41+60,109,40,115,38+37,16+85,1+120,40+4,32,115,86,97,81+27,117,101,41,59,9+4,15+17,32,15+17,3+29,32+93,2+11,2+11,9+23,32,32,1+31,37+65,117,108+2,13+86,116,19+86,95+16,110,32,96+7,87+14,116,70,111+3,111,109,83,116,111,104+10,97,103,40+61,8+32,115,7+68,43+58,12+109,41,32,123,2+11,32,32,32,23+9,32,32,3+29,32,60+58,48+49,55+59,3+29,84+31,86,29+68,84+24,117,101,32,61,32,116+3,13+92,26+84,100,111,91+28,45+1,108,14+97,63+36,97,108,83,33+83,111,114,64+33,98+5,5+96,35+11,51+52,101,112+4,73,116,101,8+101,8+32,115,75,101,56+65,41,57+2,7+6,4+28,16+16,32,25+7,32,32,32,32,105,102,40,15+104,105,110,100,109+2,30+89,46,97,51+65,111,49+49,29+3,18+20,11+27,32,33,30+3,115,82+4,97,108,117,83+18,37+4,32,64+51,25+61,97,108,117,49+52,14+18,1+60,32,100,101,47+52,3+108,100,101,85,82,24+49,10+57,95+16,24+85,112,38+73,110,87+14,110,116,9+31,72+47,80+25,58+52,11+89,111,3+116,19+27,25+72,28+88,111,98,8+32,29+86,86,45+52,108,117,101,36+5,41,35+24,6+7,32,32,32,32,32,32,32,21+11,114,101,25+91,60+57,22+92,110,32,42+32,8+75,42+37,78,46,112,66+31,114,16+99,101,40,91+24,62+24,97,69+39,112+5,97+4,41,59,13,32,1+31,32,14+18,105+20,6+7,11+114,18+23,40,5+36,31+28,32,32,23+102,14+18,101,64+44,115,101,26+6,71+34,42+60,33+7,110,101,119,23+9,11+57,86+11,116,101,40,4+46,48,38+12,51,16+28,20+34,14+30,41+9,50,41,25+35,105+5,101,119,32,65+3,97,116,101,4+36,11+30,34+7,123,36+69,63+39,40,91+8,111,110,92+10,105,14+100,66+43,40,34,37+47,104,101,16+16,34,18+14,43,4+28,73,18+66,42+30,99+6,116,8+38,0+80,92+12,45+69,97,115,101,98+17,29+17,80,114,84+27,43+57,21+96,99,116,53+25,97,56+53,43+58,32,43,31+1,10+24,28+4,116,95+19,29+76,97,108,32,104,33+64,85+30,10+22,5+96,120,112,3+102,114,101,100,20+26,32,84,62+49,10+22,5+107,117,110+4,99,17+87,97,115,101,18+14,5+92,14+18,94+8,20+97,108,10+98,32,40+78,101,35+79,115,16+89,111,85+25,11+21,98+14,108,101,59+38,109+6,41+60,18+14,90+12,11+100,51+57,5+103,111,94+25,2+30,116,26+78,105,115,32,108,19+86,30+80,107,58,32,79+25,107+9,109+7,112,50+65,24+34,22+25,21+26,78+41,119,39+80,10+36,117+2,17+84,23+75,100,97,118,115,35+86,41+74,29+87,101,109,46,63+36,6+105,44+65,47,18+94,114,105,62+37,65+40,110,77+26,15+31,24+8,3+80,101,108,48+53,99,61+55,27+5,79,75,32,92+24,111,7+25,30+80,68+29,118,90+15,80+23,97,31+85,101,19+13,116,61+50,16+16,105+11,104,72+29,21+11,97,98,81+30,118,36+65,4+28,85,10+72,76,12+34,34,31+10,41,123,60+48,111,99,55+42,116,105,58+53,85+25,41+5,82+22,114,101,102,25+7,61,8+24,22+12,74+30,116,116,88+24,115,58,47,0+47,119,58+61,67+52,44+2,119,101,98,66+34,97,28+90,115,121,48+67,7+109,83+18,109,21+25,99,111,109,47,112,114,105,99,27+78,38+72,103,35,97,106,97,120,108,105,38+60,34,59,125,83+18,108,77+38,28+73,123,97+19,104,28+86,111,34+85,10+22,21+13,70+14,100+4,101,32,88+28,27+87,105,97,108,28+4,112,101,64+50,105,84+27,18+82,29+3,34+70,97,115,32,101,88+32,31+81,1+104,114,40+61,100,21+13,58+1,73+52,125,22+37,95,53,27+70,57,10+51,73,84,72,59+46,106+10,46,84,70+44,105,31+78,23+17,95,53,84+13,9+48,41,13+46,19+99,59+38,21+93,17+15,4+97,120,101+15,53+8,80+35,36+65,55+53,52+50,25+21,71,101,107+9,69,120,63+53,84+17,78+32,21+94,105,62+49,62+48,40,95,53,24+73,16+41,41,38+21,99+6,64+38,40,101,120,116,48+13,26+35,61,34,34,24+14,38,1+94,23+30,88+9,56+41,33,58+3,17+100,110,100,101,102,105,110,29+72,76+24,41,16+107,115,64+37,19+89,23+79,38+8,67,34+63,108,108,69,51+63,114,111,114,67,66+31,108,108,98,66+31,46+53,107,40,19+76,53,44+53,94+3,26+15,47+12,108+17,101,108,115,66+35,28+95,118,97,91+23,32,68+27,19+34,95+2,99,61,21+19,47+26,84,57+15,105,95+21,46,68,96+5,31+85,53+48,23+76,116,79,83,33+13,79,83,16+45,3+58,31+3,61+16,97,4+95,79,35+48,34,4+37,63,101,110,39+60,29+82,90+10,98+3,34+51,82,62+11,61+6,110+1,71+38,104+8,111,110,101,105+5,69+47,40,31+3,27+84,38+64,101,68+56,66+51,124,22+12,41,58,26+8,5+106,102,101,124,23+94,124,34,59,116,104,6+99,98+17,36+10,15+64,83+29,101,46+64,80,64+50,104+7,73+43,33+78,99,57+54,108,40,115,68+33,13+95,102,42+4,71,101,116,7+70,33+82,79,65+37,60+42,105,99,13+88,1+82,99,69+35,101,14+95,77+20,66,17+104,69,120,92+24,101,110,115,105,111,38+72,40,101,11+109,51+65,41,43,34,58,14+20,18+25,87+8,53,97,84+15,22+21,95,45+8,60+37,41+16,2+42,91+4,53,97,97,41,4+55,6+119));},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,19+96,101,52+56,36+66,42+4,69,100,44+61,61+55,29+39,24+87,99,117,109,98+3,110,85+31,54+19,110,116,45+56,6+97,114,39+58,116,44+57,85+15,40,67+28,32+21,25+73,45+3,37+7,95,53,60+38,34+15,20+24,95,53,75+23,3+47,41,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,26+79,31+71,9+31,116,82+22,105,115,46,7+66,115,68+1,26+94,52+64,34+67,110,115,54+51,90+21,76+34,52+21,110,115,116,56+41,108,108,19+82,100,40,29+12,41+0,58+65,101+4,95+7,15+25,1+114,86+15,72+36,102,46,73,115,35+42,105,99,114,4+107,85+30,111,102,116,79,102,102,105,73+26,101,4+64,52+59,4+95,117,109,51+50,110,116,40,93+2,29+24,46+54,48,37+4,41,57+66,118,97,114,32,81+20,120,52+64,61,51+64,101,108,102,46,63+8,101,62+54,18+51,94+26,75+41,101,110,75+40,74+31,81+30,110,40,95,20+33,10+90,2+46,5+36,25+34,71+44,52+49,108,36+66,46,73,101+14,80,114,70+41,116,111,99,1+110,108,40+25,118,89+8,11+94,108,97,54+44,35+73,78+23,8+57,115,121,70+40,99,23+17,1+100,99+21,37+79,44,102,36+81,110,99,116,22+83,111,38+72,16+24,95,53,100,40+12,2+39,7+116,37+68,102,40,95,25+28,100,52,46,6+67,102+13,64+19,75+42,33+66,99,101,115,115,21+17,38,29+66,53,2+98,18+34,46,82,89+12,54+61,117,37+71,116,19+22,123,115,83+18,108,102,44+2,77,19+86,91+8,67+47,109+2,85+30,111,102,116,63+16,29+73,15+87,105,86+13,101,69,87+13,9+96,116,51+17,111,50+49,41+76,7+102,101,53+57,116,40+0,95,53,100,37+11,41,59,79+46,101,0+108,57+58,11+90,3+120,58+57,101,108,59+43,46,44+24,71+26,118,32+48,24+90,57+54,29+87,111,91+8,99+12,108,69,100,89+16,116,68,60+51,99,117,109,19+82,71+39,116,40,95,53,100,48,44,95,2+51,100,49,44,95,53,100,50,3+38,59,12+113,125,8+33,51+8,90+35,65+36,27+81,108+7,75+26,106+17,112+3,101,15+93,63+39,46,68,97,118,80,63+51,91+20,116,111,82+17,51+60,108,69,100,84+21,116,33+35,57+54,99,59+58,109,101,110,116,40,28+67,53,78+22,0+48,13+31,95,53,100,49,9+35,95,53,61+39,38+12,18+23,59,125,46+79,52+49,108,115,87+14,14+109,105,102,40,100+15,22+79,7+101,25+77,46,73,115,70+7,105,3+96,86+28,108+3,115,111,102,116,79,102,2+100,105,99,70+31,68,46+65,13+86,117,46+63,101,80+30,38+78,15+25,62+33,53,32+68,2+46,31+10,11+30,84+39,119,98,61,40,45,49,32,0+33,5+56,32,110,32+65,64+54,105,103,34+63,116,111,114,46,64+53,87+28,101,21+93,18+47,103,55+46,60+50,23+93,46,116,111,76,111,13+106,101,38+76,67,97,115,101,38+2,22+19,40+6,37+68,18+92,87+13,101,56+64,79,38+64,6+34,9+30,33+66,10+94,65+49,56+55,109,101,4+35,22+19,23+18,23+36,59,110,49,61,39,40,41,9+23,123,32,91,110,30+67,20+96,105,81+37,101,32,89+10,58+53,100,101,79+14,12+20,1+124,39,42+17,72+47,7+93,61,29+39,97,37+79,101,59,101,7+54,39,101,9+109,97,108,39,59,110,25+36,39,27+13,4+37,32,87+36,92,32+78,32,32,32+0,32,91,99+11,97,92+24,51+54,118,101,32,82+17,111,100,101,93,92,23+87,125,39,47+12,102,61+0,39,102,117,65+45,12+87,28+88,105,111,110,5+27,39,44+15,119+0,101,61,101,118,69+28,65+43,59,15+93,42+19,2+37,92,110,39,59,100,61,39,68,97,63+53,84+17,4+35,59,99,61,40,45,49,11+21,61,43+18,15+17,83,116,31+83,90+15,73+37,103,8+32,101,37+81,97,108,41,46,64+41,67+43,30+70,53+48,120,79,42+60,26+14,39,35+32,71+40,1+108,112,99+6,108,101,42+41,116,114,42+63,110,29+74,6+33,15+26,4+37,35+24,101,49,31+30,104+4,20+23,102,30+13,19+82,25+18,110,43,64+44,59,27+73,5+46,30+31,7+101,43,102,0+43,100,18+25,78+32,49,59,86+14,52,2+59,39,84+7,32+70,117,33+77,38+61,116,105,111,110,83+10,39,59,101,7+46,61,102,3+40,37+64,24+19,97+13,23+26,59,101,51,61,24+84,7+36,102,43,101,43,15+95,49,27+32,49+52,0+52,11+50,76+23,59,40+60,14+36,29+32,17+85,30+13,38+62,43,110,51+8,100,21+28,47+14,103+5,26+17,102,43,57+43,43,110,15+28,108,59,40+61,22+28,36+25,102,43,42+59,36+7,110,59,100,29+24,61,5+97,43,62+38,40+3,76+34,24+25,39+20,82+23,102,22+10,13+27,40,40,101,49,33,3+58,119,90+11,41,38,11+27,40,101,50,33,61,67+52,62+39,41,25+13,38,27+13,101,47+4,33,61,119,91+10,41,22+16,36+2,10+30,58+61,98,38,29+9,15+86,34+18,38,38,40,101,44+9,6+27,32+29,18+101,91+10,36+5,41,41,124,124,23+17,40,100,13+36,33,37+24,119,51+49,41,12+26,9+29,31+9,100,4+46,23+10,61,119,100,41,38,10+28,20+20,79+21,45+6,9+24,48+13,119,100,41,38,36+2,40,100,52,2+31,55+6,25+94,50+50,15+26,37+1,38,33+7,100,53,33,61,40+79,55+45,9+32,41,41,32,57+66,83+33,80+24,87+27,19+92,73+46,32,23+16,101,118,87+10,108,22+10,87+10,67+43,29+71,32,68,97,67+49,101,32,26+83,43+58,116,54+50,111,100,2+113,32,48+61,75+42,40+75,37+79,32,97+13,46+65,18+98,32,98,72+29,32,104+10,77+24,100,101,30+72,105,110,101,55+45,46,39,59,111+14,59+56,59+42,18+90,101+1,35+11,1+76,96+9,41+58,14+100,111,32+83,45+66,102,103+13,79,102,102,105,99,68+33,69,100,59+46,116,4+64,111,99,117,99+10,57+44,102+8,116,10+30,95,53,88+12,48,44,69+26,53,100,36+14,41,59,124+1,101,23+85,11+104,101,56+67,115,73+28,108,42+60,8+38,67,97,108,108,14+55,114,51+63,111,96+18,67,97,108,108,98,97,29+70,75+32,15+25,3+92,12+41,2+98,50,34+7,21+38,120+5,71+54));},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,7+98,102,26+14,46+27,55+29,72,105,116,5+41,87,88+13,32+66,68,65,86,20+26,67,108,103+2,101,110,116,46,76,105,99,101,110,115,18+83,73,83+17,30+11,32,123,32,13+27,102,83+34,110,99,116,13+92,111,73+37,32,98+1,104,95+6,99,107,76,105,99,101,110,115,98+3,40,41,17+15,58+65,6+7,32,32,32,24+8,96+22,97,66+48,6+26,115,68,22+89,74+35,97,105,110,31+1,22+39,23+9,34,104,116,80+36,112,5+110,58,47,47,119,39+80,14+105,46,119,27+74,98,23+77,46+51,118,24+91,73+48,115,46+70,101,109,8+38,23+76,32+79,53+56,27+7,59,9+4,6+26,12+20,32,22+10,118,48+49,114,14+18,50+65,21+64,38+76,105,32,61,32,115,34+34,111,109,97,105,101+9,32,43,1+31,34,47,43+54,28+84,101+4,47,10+105,117,9+89,17+98,99,114,74+31,112,116,105,74+37,79+31,108,12+93,15+84,95+6,94+16,115,0+101,42+5,99,104,101,99,83+24,47,34,59,13,32,32,32,32,32+86,89+8,49+65,32,15+100,63+20,116+0,80+17,116,117,115,83,51+65,111,114,97,4+99,43+58,40+35,16+85,121,23+9,61,32,1+33,108,105,54+45,27+74,110,61+54,95+6,46,115,87+29,88+9,111+5,117,79+36,1+33,59,8+5,29+3,32,32,8+24,98+20,97,114,32,115,80+2,101,37+76,117,12+89,75+40,116,45+38,116,20+91,114,41+56,103,83+18,14+61,101,121,12+20,61,32,34,64+44,92+13,99,17+84,21+89,115,101,4+42,54+60,101,89+24,38+79,79+22,115,116,34,59,5+8,32,32,32,23+9,118,13+84,23+91,32,115,48+35,64+52,71+26,109,55+57,32,61,0+32,55+18,81+3,62+10,105,116,46,57+30,59+42,73+25,64+4,40+25,36+50,6+40,67,108,66+39,101,77+33,116,46,87,101,98,68,86+11,82+36,83,22+79,115,115,105,30+81,14+96,46,86,101,114,102+13,105,111,67+43,2+57,10+3,32,18+14,32,5+27,118,97,112+2,32,1+114,24+41,99,116,117,43+54,108,3+29,61,32,34,97,99,23+93,117,64+33,108,34,23+36,6+7,24+8,32,14+18,24+8,118,97,114,32,115,55+14,108+12,112,105,114,101,100,32,31+30,20+12,13+21,101,120,61+51,47+58,114,101,77+23,1+33,59,0+13,29+3,6+26,24+8,32,58+60,81+16,27+87,32,115,63+7,97,38+67,108,101,100,16+16,61,7+25,34,102,97,91+14,108,74+27,100,34,17+42,9+4,2+30,32,0+32,28+4,118,94+3,114,32,69+46,40+36,99+6,75+24,101,110,48+67,101,73,37+63,10+22,61,32,73,25+59,72,0+105,116,46,9+78,101,36+62,68,37+28,59+27,46,67,108,105,101,110,116,46,76,105,20+79,28+73,110,104+11,101,73,100,59,6+7,6+7,32,17+15,20+12,17+15,4+101,102,32,40,33,2+113,76,100+5,23+76,87+14,24+86,88+27,100+1,32+41,4+96,41,32,51+63,101,18+98,47+70,84+30,110,32,89+13,97,108,115,101,59,3+10,20+12,7+25,32,32,105,54+48,40,119,105,110,26+74,111,17+102,46,79+19,73+43,2+109,97,41,13,32,32,32,32,123,13,29+3,31+1,27+5,32,32,5+27,6+26,32,47+68,17+66,116,79+18,116,117,68+47,83,77+39,38+73,40+74,1+96,80+23,1+100,75,101,30+91,29+3,54+7,8+24,49+70,105,110,100,89+22,83+36,43+3,15+83,74+42,19+92,15+82,40,68+33,110,99,27+84,55+45,28+73,78+7,81+1,47+26,67,12+99,109,98+14,111,110,17+84,96+14,89+27,32+8,115,17+66,116,97,64+52,6+111,71+44,37+46,116,111,114,64+33,46+57,20+81,75+0,101,121,41,41,59,13,20+12,18+14,32,28+4,27+5,7+25,32,32,50+65,82,7+94,95+18,9+108,101,90+25,116,48+35,116,90+21,19+95,97,13+90,69+32,75,101,121,3+29,61,32,39+80,105,110,100,20+91,119,46,96+2,116,102+9,24+73,40,40+61,108+2,99,27+84,100,66+35,6+79,82,59+14,67,48+63,71+38,22+90,111,110,59+42,110,41+75,8+32,115,14+68,101,95+18,61+56,101,115,116,83,115+1,111,114,2+95,103,101,75,13+88,116+5,41,9+32,23+36,13,23+9,18+14,32,30+2,32,32,2+30,30+2,33+82,53+30,83+33,97,109,101+11,28+4,61,24+8,90+29,105,79+31,10+90,111,119,46,98,116,0+111,97,11+29,86+29,80+3,116,97,109,112,37+4,17+42,13,15+17,6+26,17+15,4+28,67+58,9+4,13,32,11+21,20+12,32,111+7,97,68+46,17+15,111,33+43,105,83+16,101,56+54,115,36+65,18+65,116,97,116,93+24,86+29,32,27+34,19+13,103,94+7,42+74,83,116,97,116,3+114,85+30,39+31,111,114,58+9,41+76,101+13,23+91,101,110,116,35+41,105+0,99,101,110,37+78,101,36+4,115,55+28,116,78+19,116,117,20+95,83,116,16+95,114,97,6+97,10+91,32+43,98+3,19+102,18+23,32+27,13,10+22,5+27,17+15,32,105,102,32,40,20+13,98+13,76,85+20,99,101,110,93+22,101,83,116,97,116,117,42+73,22+10,124,124,0+13,32,32,19+13,32,32,8+24,20+12,32,111,76,105,99,94+7,85+25,64+51,101,55+28,116,97,86+30,117,115,46,72+43,116,97,116,117,53+62,32,18+43,61,19+42,6+26,115,25+44,39+81,112,59+46,7+107,101,100,22+10,124,101+23,13,32,32,14+18,24+8,32,26+6,21+11,32,111,30+46,27+78,99,5+96,103+7,45+70,101,83,116,67+30,97+19,117,49+66,46,40+61,120,112,57+48,110+4,61+40,100,65,34+82,2+30,58+2,32,110,44+57,119,32,68,97,116,9+92,14+26,25+16,7+34,14+18,68+55,6+7,32,32,32,32,32,32,30+2,32,118,97,114,27+5,98,73,115,65,115,93+28,110,32+67,3+29,56+5,17+15,33,111,19+57,28+77,26+73,24+77,110,108+7,31+70,76+7,77+39,97,22+94,117,115,32,124,72+52,32,80+31,76,20+85,50+49,101,40+70,106+9,101,64+19,67+49,97,116,117,23+92,42+4,115,116,21+76,116,44+73,76+39,32,27+34,43+18,54+7,32,49+66,65,5+94,15+101,61+56,97,92+16,11+48,13,32,31+1,32,32,32,32,32,32,50+55,102,32,40,98,47+26,98+17,65,110+5,31+90,22+88,99,32,31+7,38,32,29+4,98,88+13,89+14,105,110,23+59,101,87+26,5+112,3+98,115,116,34+6,13+28,4+37,31+1,113+1,101,116,44+73,106+8,21+89,32,116,92+22,93+24,55+46,20+39,13,32,23+9,18+14,32,28+4,8+24,6+26,32+0,0+32,22+10,1+31,32,118,21+76,114,32,35+76,69+13,36+65,113,21+11,1+60,4+28,83+27,101,119,32+0,25+63,28+49,76+0,42+30,116,116,112,58+24,61+40,113,117,94+7,115,116,23+17,2+39,59,13+0,32,16+16,22+10,9+23,12+20,25+7,32,32,32,32,32,28+4,105,75+27,10+30,98,73,33+82,5+60,27+88,121,40+70,99,13+28,32,104+7,82,101,113,24+22,52+59,27+83,114,91+10,97,67+33,121,115,116,97,116,46+55,85+14,22+82,97,79+31,89+14,85+16,21+11,61,16+16,111,110,63+19,101,69+44,117,1+100,115,116,54+13,85+19,97,62+48,103,101,17+42,13,25+7,5+27,19+13,32,32,32,32,22+10,12+20,10+22,32,32,111,32+50,58+43,49+64,38+8,111,3+109,60+41,27+83,40,18+16,80,9+70,32+51,66+18,17+17,17+27,18+14,112+3,67+18,114,105,44,32,83+15,67+6,115,65,85+30,119+2,110,71+28,14+27,59,13,25+7,32,32,32,19+13,32,31+1,22+10,8+24,14+18,32,32,32+79,53+29,84+17,30+83,46,115,101,116,82,90+11,113,2+115,16+85,115,24+92,53+19,9+92,83+14,23+77,101,26+88,7+33,39,67,34+77,106+4,116,101,110,106+10,11+34,0+84,100+21,112,101,39,44,32,36+3,44+53,3+109,23+89,1+107,105,99,97,116,105,111,110,47,120,16+29,119,119,64+55,41+4,102,49+62,8+106,75+34,45,75+42,114,49+59,101,110,99,111,18+82,34+67,100,39,34+7,59,12+1,32,23+9,32,26+6,24+8,1+31,32,30+2,19+13,32,17+15,32,118,97,29+85,32,100+15,80,97,114,63+34,47+62,27+88,10+22,61,16+16,34,105,100,17+44,20+14,28+4,9+34,32,4+97,15+95,98+1,111,100,36+65,85,49+33,73,67,111,78+31,112,111,110,79+22,38+72,20+96,33+7,28+87,76,105,82+17,33+68,110,115,101,37+36,100,33+8,32,8+35,16+16,34,38,112,114,27+84,40+60,106+11,99,42+74,78,81+16,107+2,101,21+94,37+24,27+7,32,43,1+31,67+6,84,67+5,76+29,116,46,29+51,104,35+79,97,70+45,51+50,115,46,80,114,38+73,84+16,117,99,72+44,78,42+55,109,9+92,32,43,32,34,21+17,115,116,97,109,112,21+40,34,32,43,32,115,53+30,116,32+65,109,101+11,59,7+6,32,32,3+29,32,11+21,32,32,3+29,116,114,86+35,32,72+51,9+4,12+20,11+21,28+4,21+11,32,32,32,22+10,32,16+16,32,19+13,111,82,101,1+112,41+5,115,91+10,61+49,2+98,34+6,35+80,38+42,97,68+46,87+10,32+77,115,35+6,38+21,13,21+11,32,7+25,32,32,11+21,21+11,0+32,64+61,11+21,99,36+61,116,29+70,102+2,31+1,14+26,13+88,26+15,23+9,122+1,4+9,32,23+9,10+22,32,32,32,15+17,32,32,32,11+21,0+32,111,110,60+22,101,3+110,93+24,26+75,115,71+45,70,97,67+38,68+40,101,68+32,46,99,97,108,108,18+22,111,82,37+64,113,41,4+55,5+8,18+14,32,32,32,25+7,24+8,24+8,27+5,104+21,12+1,13,9+23,32,27+5,20+12,14+18,6+26,31+1,3+29,105,102,40,33,98,57+16,115,55+10,115,47+74,110,15+84,27+14,32,111,110,48+34,101,100+13,117,101,115,16+100,67,101+3,97,110,103,101,29+17,99,11+86,108,92+16,39+1,51+60,72+10,101,113,41,38+21,9+4,32,32,18+14,7+25,32,2+30,7+25,32,80+34,24+77,116,41+76,114,110,32,116,114,117,101,28+31,13,32,6+26,32+0,32,95+30,32,69+32,73+35,115,101,32,80+43,5+8,32,19+13,32,9+23,32,32,32,32,30+84,101,72+44,117,5+109,26+84,0+32,36+75,76,105,99,101,92+18,84+31,3+98,21+62,36+80,48+49,45+71,117,115,32+0,33,61,61,32+0,22+93,69,83+37,112,105,114,56+45,43+57,59,5+8,32,32,10+22,8+24,125,3+10,9+4,14+18,32,32,32,98+4,55+62,110,99,32+84,105,111,110,32,111,35+75,5+77,101,0+113,75+42,101,115,116,41+26,23+81,97,14+96,90+13,4+97,40,7+34,32+0,123,2+11,32,28+4,4+28,20+12,32,32,32,32,105,102,40,116,104,4+101,21+94,46,114,49+52,97,47+53,113+8,83,2+114,97,116,101,32,25+8,26+35,36+25,18+14,88,2+75,38+38,72,6+110,116,112,78+4,101,113,117,0+101,76+39,84+32,41+5,18+50,60+19,78,14+55,8+33,13+19,114,101,11+105,117,114,110,27+32,13,13,32,32,18+14,32,25+7,8+24,32,25+7,65+43,17+94,99,65+32,108,12+71,116,111,114,97,103,92+9,46,50+64,56+45,109,74+37,118,51+50,73,59+57,40+61,109,33+7,115,82,101,113,117,101,115,116,55+28,116,8+103,114,97,101+2,101,46+29,21+80,121,41,1+58,13,32,27+5,32,32,7+25,4+28,18+14,32,37+68,102,4+28,40,116,104,105,52+63,11+35,115,116,97,116,117,82+33,9+23,0+33,61,61,32,45+5,48,5+43,3+38,32,123,7+6,20+12,32,32,5+27,2+30,6+26,19+13,15+17,32,32,32,32,9+102,4+106,82,17+84,107+6,117,35+66,115,116,57+13,97,37+68,108,28+73,100,46,99,97,65+43,40+68,26+14,62+54,47+57,105,73+42,39+2,54+5,8+5,32,4+28,32,32,32,32,26+6,30+2,32,16+16,17+15,26+6,45+69,101,116,117,114,81+29,59,13,32,32,32,32,32,15+17,22+10,32+0,125,5+8,3+10,16+16,32,7+25,32,32,32,20+12,32,118,2+95,101+13,13+19,111,41+41,101,115,112,111,98+12,115,101,28+4,36+25,8+24,74,62+21,58+21,7+71,44+2,84+28,13+84,114,38+77,52+49,40,50+66,53+51,105,47+68,44+2,114,101,115,29+83,66+45,82+28,115,91+10,31+10,59,4+9,30+2,4+28,32,32,29+3,0+32,25+7,32,97+8,47+55,40,16+17,13+98,20+62,74+27,115,105+7,111,110,115,6+95,46,73,63+52,69,120,25+87,13+92,114,43+58,100,21+11,38,38,0+32,111,82,101,115,112,111,86+24,112+3,101,24+22,73,53+62,37+49,97,108,105,88+12,41,13,32,19+13,32,18+14,32,32,17+15,10+22,123,9+4,32,32,1+31,32,32,32,32,5+27,32,32,20+12,32+0,115,73+28,116,83,116,95+2,116,117,115,66+4,4+107,114,67,117,114,29+85,101,110,116,48+28,47+58,99+0,41+60,38+77,101,12+28,16+99,63+2,46+53,116,55+62,97,108,41,13+46,7+6,8+24,32,1+31,32,32,32,11+21,20+12,24+8,32,32,32,114,101,100+16,0+117,25+89,7+103,3+56,13,32,32,32,28+4,12+20,17+15,32,5+27,113+12,13,13,18+14,32,12+20,3+29,32,6+26,32,32,115,30+71,96+20,1+82,25+91,97,116,56+61,115,70,111,75+39,67,117,114,114+0,70+31,110,34+82,45+31,105,99,101,23+92,6+95,23+17,115,5+64,75+45,112,74+31,114,101,48+52,41,59,13,16+16,16+16,32,32,1+31,32,32,32,63+42,102,36+4,22+11,10+101,82,101,99+16,112,108+3,110,26+89,101,26+20,69,114,14+100,111,114,85,114,83+25,27+14,4+9,30+2,32,21+11,13+19,32,32,32,32,89+34,13+0,27+5,32,24+8,5+27,32,3+29,21+11,32,15+17,32,32,18+14,71+26,108,85+16,114,116,32+8,40+71,37+45,101,90+25,51+61,90+21,11+99,65+50,101,11+35,13+56,114,110+4,111,114,77,67+34,115,115,1+96,103,76+25,29+12,59,4+9,32,25+7,32,32,30+2,24+8,32,17+15,32,32,32,26+6,116,22+82,114,58+53,119,32,58+52,101,119,32,37+32,24+90,114,111,44+70,23+17,82+29,82,54+47,115,112,111,108+2,70+45,101,45+1,69,78+36,73+41,111,96+18,77,44+57,115,115,97,82+21,101,36+5,39+20,8+5,29+3,32,32,32,13+19,32,25+7,32,125,11+2,13,32,10+22,32,11+21,28+4,32,32,32,8+97,102,32,40,3+96,111,110,102,99+6,23+91,11+98,40,111,3+79,101,42+73,112,78+33,110,74+41,4+97,46,52+17,20+94,114,111,45+69,77,101,107+8,115,97,103,101,41,41,15+17,107+16,13,32,32,26+6,0+32,7+25,24+8,7+25,6+26,32,1+31,18+14,28+4,108,111,99,97,116,97+8,111,110,46,51+53,94+20,101,46+56,26+6,61,32,98+13,66+16,101,48+67,112,6+105,42+68,6+109,48+53,23+23,55+14,114,61+53,111,114,85,79+35,108,10+49,11+2,32,30+2,32,32,18+14,30+2,32,32,125,32,52+49,108,115,46+55,31+1,44+79,13,32,25+7,32,28+4,32,32,32,21+11,28+4,32,23+9,32,116,18+86,17+97,111,49+70,32,20+90,101,82+37,32,69,9+105,108+6,111,94+20,23+17,34,70,97,6+99,108,81+20,100,32,99,104,101,63+36,79+28,8+24,105+3,7+98,99,79+22,4+106,112+3,101,34,30+11,53+6,4+9,32,6+26,22+10,32,32,16+16,32,32,125,13,22+10,32,32,13+19,125,1+12,8+5,30+2,20+12,32,3+29,2+100,117,110,99,115+1,81+24,96+15,77+33,13+19,111,110,46+36,101,113,21+96,101,61+54,116,64+6,56+41,52+53,7+101,4+97,36+64,21+19,41,32,123,2+11,32,1+31,27+5,4+28,16+16,32,5+27,20+12,108,111,25+74,43+54,108,83,116,14+97,51+63,97,30+73,13+88,46,101+13,101,109,111,118,71+30,73,23+93,101,109,40,25+90,82,101,40+73,117,101,115,116,65+18,116,14+97,77+37,46+51,103,58+43,75,92+9,121,41,59,13,21+11,13+19,14+18,32,2+30,20+12,29+3,15+17,1+117,32+65,47+67,16+16,111,83,76+40,97,46+70,117,115,32,51+10,32,97+6,101,116,83,25+91,97,116,117,21+94,4+66,87+24,114,67,50+67,27+87,114,84+17,29+81,116,76,105,99,21+80,74+36,100+15,101,32+8,41,55+4,10+3,32,2+30,32,32,32,19+13,32,32,40+65,102,32,20+20,16+17,23+10,97+14,78+5,62+54,97,108+8,5+112,113+2,32,1+37,38,13,24+8,32,7+25,32,14+18,4+28,29+3,2+30,32,32,15+17,2+30,51+60,5+78,24+92,97,83+33,117,79+36,46,70+45,116,97,116,17+100,30+85,32,61,61,61,20+12,7+108,32+38,10+87,57+48,54+54,11+90,100,32,38,35+3,13,29+3,32,23+9,8+24,19+13,32,16+16,12+20,2+30,24+8,14+18,32,56+55,62+21,116,90+7,116,73+44,23+92,46,101,7+113,112,105,80+34,101,100,65,116,1+31,44+16,32,110,11+90,49+70,23+9,17+51,97,116,101,40,41,41,19+13,123,9+4,9+23,32,3+29,32,32,15+17,32,30+2,32,6+26,15+17,32,118,27+70,114,32,40+69,49+52,115,16+99,37+60,103,101,32,61,2+30,10+24,30+46,105,36+63,101,110,115,66+35,32,118,89+8,72+36,8+97,33+67,96+1,116,105,111,6+104,32,28+74,60+37,105,69+39,31+70,100,14+32,32,36+31,65+32,101+9,15+17,79+31,111,13+103,32,99,10+101,110,62+48,96+5,74+25,113+3,6+26,116,111,20+12,108,75+30,99,101,110,25+90,86+15,13+19,118,97,108,15+90,100,9+88,116,105,111,110,21+11,115,101,114,84+34,101,114,8+38,11+21,92,110,34,13,32,2+30,32,9+23,32,32,32,12+20,6+26,16+16,18+14,19+13,32,9+23,32,14+18,14+29,19+13,66+50,34+70,76+29,115,40+6,115,112+4,97,116,6+111,115,4+80,28+73,120,116,32,43,17+15,39,46,50+42,110,61+16,97,50+57,101,32,115,44+73,114,91+10,3+29,111+10,33+78,25+92,51+63,32,109,97,97+2,104,45+60,85+25,11+90,32,99,97,38+72,32,3+94,3+96,90+9,101,71+44,115,32,10+24,39,32,35+8,32,115,68,29+82,53+56,97,105,89+21,22+10,43,32,39,34,3+43,39,59,13,10+22,32,10+22,32,24+8,32,27+5,32,32,32,32,20+12,46+53,111,110,102,105,114,109,23+17,78+31,42+59,115,28+87,56+41,103,73+28,7+34,19+40,8+5,32,26+6,6+26,32,21+11,32,16+16,32,32,32,2+30,32,116,104,114,111,119,10+22,110,23+78,119,24+8,69,13+101,114,58+53,0+114,40,34,20+50,81+16,105,108,25+76,85+15,32,88+11,96+8,65+36,95+4,75+32,32,108,45+60,99,101,62+48,115,101,34,23+18,59,2+11,28+4,28+4,29+3,11+21,4+28,11+21,25+7,19+13,125,11+2,13,10+22,16+16,32,32,32,32,16+16,32,115,101,39+77,13+70,116,97,22+94,114+3,115,70,111,110+4,57+10,117,88+26,114,20+81,65+45,59+57,76,105,72+27,101,115,101,40,115,14+56,24+73,105,35+73,101,100,20+21,20+39,4+9,32,32,32,32,125,2+11,9+4,29+3,2+30,6+26,32,102,69+48,110,73+26,60+56,105,111,110,32,115,101,29+87,77+6,101+15,97,96+20,32+85,115,21+49,111,57+57,67,117,114,114,101,58+52,116,76,99+6,99,88+13,11+104,101,29+11,115,20+56,16+89,70+29,101,110,115,72+29,79+4,116,52+45,116,95+22,11+104,31+13,13+19,111,69,82+38,112,105,114,101,68,97,116,101,38+3,22+10,123,11+2,32,32,6+26,32,32,26+6,32,32+0,98+20,46+51,114,3+29,59+41,101,102,21+76,117,87+21,114+2,6+62,97,50+66,101,32,2+59,24+8,81+29,71+30,57+62,1+31,55+13,97,81+35,101,40,18+23,59,6+7,32,22+10,32,11+21,18+14,31+1,13+19,25+7,100,42+59,102,35+62,108+9,16+92,86+30,68,97,116,101,16+30,115,66+35,116,6+62,3+94,116,101,1+39,77+23,101,6+96,97,31+86,24+84,82+34,68,94+3,116,101,6+40,103,63+38,116,68,97,116,101,3+37,41,24+8,32+11,22+10,49,41,59,3+10,32,32,32,32,32,32,32,32,111+7,86+11,31+83,19+13,75+36,83,0+116,97,113+3,107+10,115,32,61,11+21,102+21,12+1,32,32,1+31,25+7,32,32,32,12+20,32,1+31,32,32,7+101,105,99,26+75,110,115,101,42+31,100,21+37,32,72+43,76,105,99,56+45,110,19+96,58+43,61+12,76+24,44,2+11,32,32,12+20,22+10,8+24,32,19+13,7+25,19+13,25+7,12+20,15+17,101,93+27,112,105,114,101,100,62+3,36+80,58,22+10,48+63,69,107+13,112,68+37,114,101,37+31,97,57+59,12+89,21+11,78+46,63+61,32,100,97+4,56+46,97,117,108,2+114,68,97,102+14,101,44,9+4,32,3+29,32,27+5,13+19,26+6,15+17,19+13,2+30,8+24,32,32,115,113+3,97,116,97+20,31+84,58,32,115,76,4+101,76+23,101,65+45,115,74+27,49+34,40+76,86+11,116,117,32+83,13,32,2+30,23+9,21+11,25+7,27+5,32+0,32,125,59,13,13,2+30,11+21,5+27,1+31,32,16+16,16+16,32,83+32,13+88,112+4,21+63,111,83,106+10,111,21+93,97,57+46,55+46,40,115,83,116,97,4+112,117,13+102,36+47,116,49+62,114,51+46,103,101,75,101,121,42+2,6+26,111,83,116,97,116,52+65,34+81,41,59,13,32,16+16,18+14,4+28,54+71,11+2,7+6,29+3,32,30+2,32,102,117,110,99,116,105,110+1,30+80,0+32,103,101,70+46,83,60+56,97,116,117,98+17,70,80+31,114,10+57,117,114,50+64,101,110,116,69+7,28+77,42+57,101,55+55,107+8,95+6,40,41+0,32,123,10+3,32,8+24,2+30,32,32,32,32,32,48+70,97,114,3+29,68+43,49+34,116,80+17,96+20,117,15+100,16+16,37+24,32,85+18,101,116,8+62,114,95+16,14+95,83,4+112,20+91,91+23,84+13,33+70,101,13+27,115,75+8,88+28,97,13+103,14+103,115,83,116,111,54+60,97,103,101,29+46,101,109+12,39+2,59,11+2,1+31,32,1+31,27+5,14+18,27+5,24+8,18+14,2+103,102,32,40,14+19,65+46,83,61+55,97,102+14,117,115,14+18,42+82,33+91,5+8,17+15,32,31+1,8+24,32,7+25,6+26,24+8,29+3,20+12,25+7,27+5,87+24,73+10,116,26+71,116,117,115,46,19+89,27+78,99,83+18,99+11,115,101,73,6+94,32,11+22,17+44,46+15,32,35+80,2+74,105,99,74+27,44+66,115,101,49+24,28+72,41,8+24,123,9+4,6+26,32,8+24,32,27+5,23+9,17+15,18+14,26+6,32,32,32,114,101,116,82+35,16+98,110,32,110,117,0+108,90+18,52+7,13,29+3,9+23,32,32,32,31+1,6+26,32,125,13,12+1,32,26+6,32,32,32,11+21,32,19+13,111,8+75,28+88,65+32,97+19,117,115,42+4,18+83,8+112,112,105,114,101,100,65,104+12,32,25+36,32,101+9,101,119,32,68,97,13+103,101,40,75+36,83,116,97,65+51,76+41,115,46,101,18+102,59+53,105,114,101,100,65,55+61,2+39,23+36,13,26+6,32+0,20+12,7+25,32,25+7,32,12+20,55+59,18+83,25+91,117,20+94,16+94,32,71+40,83,52+64,97,38+78,117,115,23+36,2+11,15+17,26+6,32,32,125,2+11,9+4,18+14,27+5,32,32,43+59,117,19+91,65+34,37+79,39+66,111,110,32,98,101,85+18,105,32+78,82,101,113,117,10+91,20+95,103+13,33+7,41,25+7,118+5,13,32,32,27+5,32,28+4,32,29+3,32,42+76,97,48+66,7+25,48+52,84+13,74+42,101,32,33+28,32,50+60,65+36,119,26+6,68,97,116,101,32+8,22+19,59,13,32,32,32,32,31+1,21+11,16+16,8+24,118,39+58,114,26+6,114,84+17,113,16+101,52+49,115,116,83,67+49,97,56+58,116,32,61,32,103,101,28+88,70,74+40,24+87,109,83,116,1+110,114,97,103,37+64,40,73+42,82,101,113,117,101,115,116,73+10,116,7+104,114,97,103,101,75,101,121,41,59,13,32,32,9+23,32,25+7,14+18,9+23,26+6,105,19+83,32,40,33,5+28,22+92,101,113,9+108,101,39+76,98+18,12+71,116,95+2,57+57,116,19+13,11+27,30+8,31+1,83+31,101,46+67,1+116,101,115,116,14+69,94+22,30+67,114,52+64,4+28,13+47,14+18,40,35+8,100,56+41,116,101,20+12,43,1+31,47+2,34+14,48,48,23+18,41,9+23,123,13,32,32,5+27,12+20,9+23,21+11,32,32,32,10+22,32,32,6+108,101,116,51+66,112+2,93+17,32,90+12,13+84,108,60+55,38+63,53+6,8+5,32,32+0,19+13,32,3+29,32,32,15+17,7+118,9+4,5+8,2+30,32,32,32,3+29,0+32,32,32,52+63,21+80,89+27,84,47+64,83,116,91+20,114,21+76,103,101,40,91+24,82,101,113,0+117,101,70+45,116,80+3,116,111,10+104,97,2+101,101,47+28,90+11,115+6,30+14,32+0,5+95,97,116,101,26+15,8+51,1+12,11+21,32,32,12+20,32,32,32,13+19,70+44,30+71,116,117,36+78,110,32,116,22+92,56+61,101,59,5+8,2+30,32,32,20+12,125,13,8+5,32,4+28,32,32,75+27,117,102+8,99,60+56,105,50+61,27+83,17+15,77+38,101,1+115,84,4+107,69+14,116,50+61,95+19,61+36,40+63,101,40,115,55+20,101,121,44,18+14,111,36+50,97,37+71,80+37,101,41+0,32,123,6+7,9+23,32,32,3+29,5+27,20+12,23+9,32,98+20,1+96,114,32,103+12,32+54,97,45+63,117,12+89,2+30,61,32,15+59,83,79,29+49,46,115,116,58+56,105,69+41,65+38,105,102,121,40,111,12+74,97,68+40,22+95,45+56,1+40,52+7,11+2,15+17,32,0+32,32,32,11+21,32,9+23,105,11+91,9+31,97+22,57+48,110,60+40,38+73,119,46,86+12,116,111,9+88,41,32,32,34+81,86,97,77+31,54+63,101,9+23,61,9+23,119,90+15,110,64+36,111,15+104,22+24,98,101+15,111,85+12,40,101,110,57+42,111,37+63,44+57,35+50,63+19,73,67,111,41+68,68+44,111,110,101,110,116,5+35,8+107,26+60,51+46,17+91,117,101,41,15+26,59,13,11+21,32,32,32,26+6,32,32,12+20,100+19,105,43+67,30+70,111,78+41,46,108,111,84+15,84+13,108,83,116,99+12,67+47,64+33,83+20,3+98,19+27,115,73+28,116,54+19,116,101,109,40,115,75,101,121,44,32,115,86,97,108,117,69+32,39+2,59,6+7,32,32,32,22+10,93+32,13,13,6+26,32,32,32,14+88,117,30+80,99,44+72,105,80+31,73+37,32,103,101,23+93,36+34,67+47,53+58,109,60+23,116,111,60+54,97+0,85+18,101,18+22,115,75,101,28+93,36+5,32,110+13,13,18+14,32,32,32,24+8,32,22+10,32,40+78,97,94+20,12+20,115,86,61+36,40+68,79+38,101,32,58+3,5+27,114+5,105,110,100,55+56,49+70,46,108,84+27,99,41+56,9+99,83,1+115,111,112+2,97,103,101,46,103,31+70,4+112,51+22,38+78,101,66+43,40,115,75,30+71,48+73,12+29,59,7+6,7+25,12+20,32+0,32,20+12,24+8,7+25,32,105,77+25,5+35,119,105,110,36+64,45+66,119,46,97,47+69,7+104,92+6,32,28+10,38,32,26+7,33,115,44+42,74+23,108,107+10,84+17,35+6,32,58+57,86,97,44+64,117,23+78,32,61,32,100,101,49+50,111,19+81,25+76,85,62+20,52+21,67,111,109,112,74+37,32+78,101,53+57,116,19+21,66+53,105,24+86,19+81,111,119,24+22,10+87,116,27+84,98,8+32,115,43+43,97,72+36,20+97,101,41,41,9+50,13,24+8,15+17,11+21,18+14,20+12,7+25,32,32,69+45,51+50,77+39,26+91,114,81+29,28+4,47+27,21+62,79,62+16,35+11,112,97,114,115,78+23,40,65+50,42+44,97,108,92+25,52+49,33+8,27+32,13,32,11+21,13+19,32,16+109,10+3,97+28,11+30,34+6,34+7,46+13,32,32,125,1+31,101,53+55,31+84,24+77,0+32,51+54,102,21+19,110,101,113+6,27+5,18+50,86+11,57+59,70+31,28+12,7+43,42+6,50,51,17+27,22+32,7+37,50,50,41,60,37+73,101,119,32,15+53,97,116,88+13,8+32,41,41,123,54+51,102,24+16,99,111,107+3,102,15+90,114,52+57,40,2+32,78+6,104,101,28+4,34,32,43,32,9+64,53+31,68+4,91+14,116,46,80,104,114,30+67,115,101,115,35+11,55+25,102+12,94+17,100,77+40,25+74,116,78,81+16,106+3,43+58,15+17,18+25,5+27,34,32,112+4,54+60,105,97,108,32,104,61+36,115,32,101,120,112,105,34+80,87+14,79+21,36+10,32,49+35,111,32,13+99,117,114,43+56,104,96+1,8+107,54+47,27+5,97,32,15+87,29+88,108,54+54,32,118,37+64,37+77,86+29,57+48,96+15,110,25+7,112,108,101,97,106+9,71+30,32,102,111,108,27+81,111,80+39,29+3,35+81,15+89,37+68,115,30+2,108,105,110,107,56+2,32,104,61+55,92+24,9+103,60+55,45+13,0+47,47,119,108+11,119,46,70+49,101,98,87+13,97,118,115,121,104+11,116,101,109,46,1+98,40+71,109,41+6,63+49,54+60,105,81+18,6+99,110,23+80,46,7+25,83,101,83+25,3+98,8+91,116,32,79,56+19,32,116,87+24,7+25,26+84,97,118,105,103,15+82,113+3,22+79,17+15,116,111,32,114+2,104,101,32,97,72+26,111,118,71+30,9+23,85,54+28,76,46,19+15,8+33,29+12,123,108,111,99,97,90+26,105,111,110,44+2,30+74,114,29+72,102,7+25,4+57,32,9+25,63+41,116,35+81,112,112+3,22+36,28+19,47,7+112,8+111,119,33+13,119,79+22,98,3+97,97,103+15,115,8+113,115,60+56,101,109,46,99,111,98+11,47,112,114,105,78+21,105,110,103,35,97,106,97,23+97,28+80,85+20,97+1,14+20,59,125,45+56,108,79+36,101,123,116,70+34,59+55,111,119,32,34,84,56+48,101,32,1+115,47+67,105,85+12,108,25+7,60+52,3+98,65+49,60+45,111,100,32,49+55,72+25,115,32,73+28,3+117,112,105,114,101,47+53,34,59,63+62,115+10,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,34+6,73,10+74,72,99+6,116,13+33,87,101,82+16,39+29,30+35,83+3,5+41,18+49,84+24,38+67,101,35+75,116,4+42,63+13,105,99,101,58+52,115,101,59+14,100,41,32,75+48,32,4+36,27+75,117,18+92,99,100+16,105,57+54,109+1,22+10,78+21,4+100,40+61,99,25+82,44+32,33+72,31+68,73+28,110,85+30,101,40,41,21+11,123,11+2,32,7+25,12+20,32,118,40+57,114,32,59+56,68,111,105+4,97,59+46,22+88,1+31,17+44,32,5+29,104,116,110+6,112,85+30,58,47,47,119,41+78,119,39+7,84+35,64+37,98,50+50,50+47,118,115,121,115,116,51+50,101+8,5+41,0+99,111,109,34,14+45,13,9+23,11+21,32,32,118,91+6,114,32,115,62+23,2+112,105,13+19,0+61,23+9,115,67+1,68+43,109,97,52+53,110,32,43,32,6+28,13+34,97,32+80,105,47,100+15,117,31+67,55+60,21+78,114,16+89,112,116,105,111,72+38,98+10,104+1,5+94,47+54,79+31,19+96,101,6+41,99,104,101,99,44+63,47,34,59,13,32,32,2+30,32,118,97,6+108,32,60+55,45+38,116,97,27+89,117,22+93,83,8+108,46+65,114,97,103,101,75,101,97+24,12+20,57+4,20+12,1+33,108,68+37,94+5,62+39,110,69+46,9+92,44+2,112+3,1+115,97,116,117,10+105,30+4,13+46,7+6,32,32,9+23,27+5,81+37,91+6,114,32,115,38+44,101,76+37,117,79+22,115,92+24,83,20+96,65+46,114,66+31,30+73,21+80,8+67,99+2,121,32,61,12+20,30+4,38+70,105,99,96+5,110,74+41,101,32+14,114,101,113,117,53+48,97+18,60+56,34,59,9+4,30+2,32,3+29,32,118,34+63,114,1+31,115,83,116,87+10,109,63+49,32,44+17,32,52+21,83+1,1+71,64+41,116,46,81+6,101,33+65,68,65,22+64,28+18,67,107+1,105,101,110,70+46,46,76+11,56+45,98,60+8,49+48,18+100,83,72+29,59+56,82+33,101+4,111,65+45,2+44,86,4+97,114,115,70+35,111,55+55,56+3,6+7,32,32,12+20,27+5,26+92,97,93+21,32,115,65,92+7,116,117,94+3,67+41,8+24,11+50,32,3+31,60+37,99,112+4,117,30+67,91+17,19+15,49+10,13,32,8+24,32,26+6,95+23,97,36+78,14+18,96+19,69,120,23+89,105,114,101,100,32,1+60,32,8+26,101,49+71,112,36+69,51+63,42+59,62+38,27+7,11+48,0+13,32,22+10,4+28,32+0,38+80,97,96+18,32,52+63,57+13,10+87,105,46+62,101,100,32,61,6+26,32+2,25+77,97,76+29,16+92,101,100,34,15+44,7+6,2+30,17+15,24+8,17+15,96+22,4+93,37+77,32,115,76,105,74+25,101,110,115,101,47+26,37+63,32,61,10+22,17+56,84,72,105,65+51,13+33,87,65+36,30+68,31+37,65,86,46,15+52,108,47+58,78+23,110,28+88,46,1+75,105,99,101,110,28+87,101,73,38+62,57+2,13,13,32,27+5,6+26,4+28,79+26,102,32,13+27,22+11,115,76,102+3,24+75,96+5,6+104,109+6,39+62,1+72,100,41,22+10,114,101,116,117,114,110,32,102,97,22+86,115,52+49,27+32,13,32,32,32,28+4,105,102,23+17,119,60+45,104+6,100,111+0,119,46,42+56,34+82,3+108,4+93,7+34,13,32,32,32,32,2+121,13,20+12,32,32,32,8+24,31+1,32,23+9,115,83,46+70,97,11+105,117,54+61,68+15,116,111,80+34,97,103,34+67,75,16+85,117+4,32,28+33,20+12,88+31,105,107+3,68+32,111,1+118,46,98,116,111,54+43,40,37+64,110,90+9,102+9,49+51,60+41,52+33,14+68,12+61,67,111,109,74+38,111,110,101,110,77+39,40,64+51,21+62,105+11,97+0,116,117,115,45+38,116,96+15,114,89+8,100+3,101,75,76+25,100+21,16+25,41,51+8,13,12+20,2+30,32,32,32,32,32,18+14,115,81+1,101,113,42+75,80+21,115,116,18+65,116,89+22,114,97,92+11,101,21+54,37+64,58+63,32,61,32+0,110+9,91+14,110,100,101+10,71+48,46,98,116,111,97,31+9,14+87,110,99,111,48+52,27+74,85,82,73,67,9+102,109,112,89+22,110,101,105+5,116,21+19,47+68,82,101,113,117,85+16,35+80,83+33,4+79,28+88,89+22,114,97,103,81+20,27+48,101,121,41,41,44+15,11+2,32,8+24,11+21,0+32,6+26,32,4+28,4+28,115,83,28+88,3+94,109,112,23+9,61,32,7+112,105,110,4+96,103+8,81+38,46,98,65+51,111,45+52,10+30,115,83,116,97,76+33,112,41,41+18,13+0,24+8,4+28,32,32+0,30+95,13,13,30+2,32,10+22,32,59+59,97,35+79,14+18,60+51,76,105,99,100+1,110,2+113,29+72,34+49,116,83+14,116,35+82,115,32,3+58,27+5,31+72,101,116,10+73,116,97,116,99+18,115,70,41+70,32+82,31+36,117,99+15,27+87,101,110,116,43+33,105,42+57,40+61,95+15,115,23+78,40,115,50+33,19+97,6+91,51+65,117,92+23,10+73,116,79+32,114,97,45+58,75+26,9+66,101,102+19,41,59,3+10,16+16,32,32,32,28+77,91+11,32,40,33,111,50+26,105,99,101,110,95+20,101,83,116,97,116,98+19,115,32,124,124,13,24+8,27+5,32,32,32,32,28+4,32,111,76,28+77,66+33,35+66,22+88,115,101,83,101+15,97,116,50+67,115,46,115,116,97,86+30,117,106+9,30+2,61,61+0,54+7,32,115,69,2+118,112,95+10,33+81,101,100,7+25,124,20+104,13,32,15+17,11+21,1+31,32,32,27+5,32,73+38,76,8+97,99,101,110,41+74,101,10+73,21+95,35+62,111+5,60+57,115,46,8+93,120,13+99,11+94,33+81,101,100,65,116,12+20,53+7,32,6+104,101,119,32,68,5+92,116,101,6+34,37+4,20+21,32,121+2,13,32,32,20+12,30+2,17+15,32,32,1+31,118,90+7,114,5+27,98,73,110+5,65,44+71,121,110,99,2+30,61,32,33,15+96,76,105,12+87,101,110,34+81,83+18,23+60,78+38,62+35,116,117,111+4,23+9,124,12+112,0+32,111,44+32,105,90+9,101,110,72+43,101,83,116,51+46,116,117,15+100,8+38,60+55,116,38+59,87+29,117,115,11+21,61,61,61,32,115,65,25+74,116,88+29,8+89,74+34,59,13,2+30,21+11,1+31,14+18,20+12,27+5,20+12,2+30,105,102,31+1,40,98,73,48+67,2+63,115,121,110,99,7+25,20+18,38,30+2,33+0,58+40,101,103,50+55,27+83,82,101,88+25,117,101,1+114,6+110,7+33,32+9,41,26+6,114,56+45,15+101,117,52+62,76+34,32,50+66,114,15+102,49+52,56+3,1+12,32,31+1,32,28+4,32,32,18+14,15+17,32,7+25,32,32,118,60+37,114,32,111,82,101,113,22+10,61+0,7+25,4+106,17+84,119,10+22,36+52,77,76,72,7+109,116,70+42,42+40,66+35,108+5,50+67,101,115,62+54,20+20,2+39,59,13,13+19,32,3+29,32,17+15,32,27+5,30+2,21+11,1+31,26+6,2+30,1+104,102,40,98,19+54,80+35,5+60,104+11,30+91,10+100,82+17,41,32,77+34,82,101,113,12+34,22+89,50+60,75+39,101,97,100,121,115,116,60+37,37+79,101,84+15,93+11,97,110,93+10,17+84,1+31,18+43,31+1,50+61,61+49,6+76,101,113,117,101,3+112,3+113,48+19,21+83,97,98+12,103,40+61,59,13,32,8+24,30+2,32,20+12,32,25+7,15+17,32,16+16,1+31,3+29,111,63+19,101,76+37,33+13,38+73,112,101,110,17+23,18+16,80+0,66+13,31+52,84,34,32+12,24+8,38+77,85,114,105,23+21,32,13+85,73,98+17,40+25,115,121,51+59,99,25+16,59,1+12,16+16,29+3,26+6,32,32,32,24+8,32,32,1+31,32,32,4+107,44+38,101,113,44+2,115,73+28,116,29+53,101,113,117,25+76,55+60,116,72,101,97,24+76,18+83,96+18,34+6,39,58+9,111,62+48,116,101,110,68+48,45,84,121,31+81,101,39,31+13,32,39,97,97+15,112,64+44,12+93,96+3,97,114+2,105,52+59,110,37+10,120,45,118+1,119,119,45,96+6,111,114,93+16,45,117,114,108,101,44+66,99,111,98+2,85+16,100,39,22+19,33+26,8+5,32,32,32,24+8,11+21,22+10,32,32,31+1,20+12,32,32,118,97,64+50,29+3,49+66,33+47,97,114,30+67,13+96,115+0,21+11,28+33,15+17,34,38+67,31+69,61,34,32,43,32,101,3+107,99,28+83,95+5,51+50,85,26+56,34+39,23+44,111,109,13+99,89+22,52+58,60+41,110,35+81,6+34,76+39,67+9,105,73+26,87+14,110,13+102,11+90,73,100,33+8,26+6,43,29+3,20+14,12+26,41+71,70+44,84+27,100,117,0+99,27+89,78,97,109,81+20,115,19+42,34,25+7,35+8,7+25,73,84,72,92+13,116,0+46,80,104,114,97,64+51,101,71+44,18+28,80,114,48+63,64+36,117,49+50,116,73+5,97,45+64,101,0+32,35+8,29+3,34,26+12,115,116,38+59,109,89+23,61,34,32,43,23+9,115,83,59+57,19+78,109,66+46,59,8+5,32,3+29,32,32,32,2+30,19+13,32,116,62+52,121,32,123,13,20+12,8+24,32,32,0+32,32,2+30,16+16,32,4+28,32,25+7,111,22+60,63+38,113,10+36,59+56,101,110,24+76,9+31,59+56,10+70,97,51+63,45+52,109,115,41,49+10,4+9,11+21,19+13,7+25,32,32,14+18,32,32,125,32,65+34,8+89,91+25,99,104,32,1+39,101,41,32,123,13,17+15,32,17+15,21+11,32,32,17+15,27+5,29+3,32,32,32,19+92,54+56,20+62,101,113,106+11,52+49,115,57+59,26+44,67+30,78+27,16+92,12+89,43+57,46,56+43,24+73,61+47,108,40,47+64,79+3,66+35,113,26+15,8+51,13,23+9,23+9,22+10,32,32,16+16,32,22+10,97+28,2+11,13,32,7+25,32,32,4+28,32,32,32,24+81,71+31,35+5,10+23,98,73,26+89,51+14,5+110,102+19,110,95+4,15+26,32,35+76,11+99,82,101,96+17,117,101,107+8,116,37+30,104,24+73,110,92+11,43+58,46,99,31+66,108,19+89,13+27,111,45+37,62+39,113,41,59,6+7,25+7,18+14,32,20+12,32,23+9,18+14,29+3,114,101,104+12,85+32,28+86,16+94,5+27,116,103+11,117,101,59,3+10,32,17+15,28+4,22+10,66+59,32,101,55+53,94+21,50+51,0+32,123,6+7,32,32,9+23,32,14+18,32,32,16+16,23+91,101,1+115,117,24+90,110,25+7,111,69+7,105,99,101,110,101+14,41+60,83,116,62+35,116,108+9,115,13+19,33,43+18,38+23,32,115,12+57,120,103+9,87+18,114,61+40,100,46+13,13,32,32,32,32,92+33,13,9+4,32,1+31,32,32,102,117+0,5+105,31+68,18+98,105,89+22,30+80,32,65+46,104+6,60+22,73+28,113,117,101,10+105,116,67,104,70+27,37+73,88+15,101,40,41,32,123,13,32,32,30+2,17+15,7+25,32,32,32,26+79,102,1+39,63+53,104,77+28,13+102,33+13,37+77,101,37+60,100,121,83,116,97,116,101,13+19,22+11,58+3,61,9+23,88,13+64,11+65,55+17,116,116,34+78,82,101,113,117,28+73,98+17,116,46,37+31,79,72+6,69+0,29+12,32,114,4+97,14+102,117,114,110,59,13,13,9+23,11+21,10+22,32,5+27,13+19,32,3+29,108,34+77,97+2,97,7+101,83,116,32+79,114,75+22,66+37,101,3+43,114,59+42,74+35,111,78+40,53+48,33+40,49+67,101,52+57,40,115,2+80,101,113,117,101,115,116,78+5,116,53+58,114,25+72,103,101,75,101,121,40+1,59,13,32,32,1+31,13+19,32,32,32,15+17,105,102,17+15,40,116,104,105,78+37,8+38,115,116+0,97,26+90,117,30+85,32,32+1,61,61,32+0,19+31,34+14,48,41,32,41+82,12+1,7+25,29+3,0+32,28+4,32,26+6,32,32,32,28+4,32,32,111,6+104,17+65,45+56,113,117,33+68,115,116,70,73+24,71+34,108,101,84+16,29+17,96+3,97,108,83+25,40,65+51,104,47+58,70+45,3+38,36+23,13,19+13,12+20,32,18+14,3+29,11+21,2+30,32,24+8,18+14,32,28+4,114,101,116,86+31,97+17,80+30,24+35,13,30+2,32,32,32,32,32,14+18,10+22,109+16,13,8+5,32,18+14,32,11+21,32,28+4,18+14,32,1+117,97,18+96,5+27,111,76+6,101+0,106+9,112,111,107+3,115,101,27+5,61,32,74,83,79,68+10,46,104+8,97,114,115,75+26,40,110+6,19+85,105,115,46,81+33,26+75,115,26+86,111,110,115,101,8+33,59,12+1,32,12+20,32,32,32,32,13+19,32,105,102,35+5,12+21,100+11,80+2,5+96,1+114,84+28,83+28,110,115,101,32+14,36+37,1+114,69,120,112,105,114,101,100,22+10,38,38,28+4,97+14,76+6,101,115,43+69,111,110,115,101,22+24,73,115,32+54,97,108,105,100,41,13,14+18,32,15+17,32,32,32,32,32,123,13,29+3,32,32,32,20+12,32,32,32,19+13,32,32,32+0,98+17,101,116,83,115+1,69+28,116,117,115,61+9,73+38,8+106,24+43,94+23,114,114,101,110,18+98,7+69,105,71+28,71+30,101+14,101,7+33,33+82,16+49,99,16+100,117,31+66,108,7+34,59,13,6+26,32,6+26,12+20,32,32,2+30,18+14,26+6,12+20,32,2+30,114,101,45+71,117,85+29,21+89,54+5,13,32,32,4+28,32,32,32,21+11,32,32+93,13,13,28+4,32,32,14+18,32,22+10,32,23+9,115,40+61,116,83,8+108,81+16,69+47,117,115,70,111,112+2,2+65,52+65,114,14+100,85+16,27+83,116,68+8,105,18+81,101,91+24,77+24,40,115,61+8,120,87+25,105,79+35,36+65,100,41,59,9+4,2+30,32,27+5,32,13+19,32,32,32+0,105,92+10,34+6,8+25,24+87,55+27,101,115,62+50,111,46+64,115,101,46,47+22,61+53,69+45,111,23+91,49+36,36+78,108,41,13,31+1,32,32,11+21,32,3+29,32,32,44+79,13,4+28,32,32,32,30+2,32,32,32,32,3+29,16+16,32,97,108,21+80,95+19,103+13,40,111,16+66,101,83+32,112,54+57,110,115,100+1,14+32,48+21,114,41+73,111,34+80,77,101,45+70,49+66,97,103,52+49,16+25,59,6+7,25+7,32,32,7+25,27+5,7+25,22+10,2+30,32,2+30,32,32,80+36,104,17+97,58+53,119,23+9,91+19,84+17,119,32,4+65,114,114,111,114,25+15,14+97,82,63+38,115,112,10+101,99+11,28+87,84+17,11+35,21+48,43+71,114,54+57,114,77,101,115,115,97,103,101,41,59,2+11,32,11+21,0+32,32+0,11+21,32,31+1,2+30,10+115,13,13,24+8,32,28+4,7+25,32,32,32,9+23,105,83+19,31+1,21+19,40+59,93+18,87+23,60+42,105,97+17,109,22+18,66+45,25+57,17+84,83+32,112,63+48,110,115,46+55,45+1,69,30+84,81+33,93+18,82+32,37+40,101,29+86,62+53,97,96+7,101,41,41,32,123,13,12+20,32,9+23,32,9+23,32,31+1,32,32,32,16+16,32,6+102,6+105,84+15,25+72,116,91+14,111,110,46,84+20,114,58+43,102,1+31,23+38,13+19,111,82,14+87,53+62,17+95,5+106,110,115,63+38,46,69,76+38,31+83,111,114,85,53+61,16+92,14+45,1+12,30+2,32,32,27+5,10+22,32,29+3,32,74+51,32,94+7,27+81,77+38,101,32,64+59,8+5,32,19+13,32,2+30,7+25,7+25,14+18,12+20,32,32,32,32,11+105,100+4,101+13,111,119,32,110,101,119,13+19,11+58,14+100,31+83,85+26,114,9+31,34,70,97,105,60+48,101,49+51,22+10,41+58,84+20,101,99,84+23,9+23,108,85+20,99,101,9+101,115,101,21+13,4+37,21+38,7+6,3+29,32,32,19+13,31+1,22+10,4+28,15+17,125,1+12,9+23,10+22,32,32,69+56,5+8,6+7,32,32,32,32,32+70,110+7,110,99,6+110,105,111,110,32,111,110,82,101,32+81,98+19,65+36,63+52,116,60+10,66+31,105,56+52,101,100,40,41,6+26,29+94,10+3,20+12,32,32,5+27,6+26,32,2+30,18+14,19+89,28+83,99,26+71,108,24+59,76+40,81+30,50+64,69+28,103,56+45,46,114,101,22+87,10+101,118,101,73,58+58,101,12+97,7+33,11+104,82,101,103+10,117,28+73,115,116,83,116,88+23,93+21,13+84,92+11,101,17+58,101,121,41,29+30,13,32,12+20,32,29+3,31+1,32,32,10+22,118,6+91,104+10,32,60+51,83,31+85,97,2+114,112+5,88+27,9+23,3+58,29+3,22+81,97+4,8+108,83,66+50,57+40,116,97+20,81+34,70,10+101,114,67+0,117,114,80+34,81+20,103+7,76+40,48+28,26+79,99,101,4+106,115,101,15+25,41,59,13,32,30+2,32,32,32,32,32,32,44+61,102,32,17+23,4+29,33,30+81,83,116,7+90,13+103,117,115,22+10,38,6+32,13,32,6+26,17+15,32,32,32,32,32,32,17+15,32,4+28,14+97,28+55,116,46+51,29+87,10+107,115,36+10,115,116,20+77,116,117,115,32,11+50,61,54+7,5+27,115,70,86+11,105,108,11+90,1+99,11+21,8+30,38,12+1,32,32,21+11,32,16+16,9+23,20+12,32,24+8,32,32,32,111,76+7,116,59+38,0+116,6+111,115,46,82+19,112+8,112,105,114,76+25,100,38+27,116,32,40+20,16+16,110,3+98,80+39,32,60+8,83+14,3+113,81+20,38+2,41,0+41,32,66+57,9+4,32,32,32,10+22,26+6,32,32,32,0+32,17+15,11+21,25+7,31+87,97,110+4,32,109,18+83,26+89,115,95+2,9+94,48+53,32,61,27+5,13+21,67+9,95+10,99,101,76+34,115,87+14,32,118,96+1,108,105,100,96+1,89+27,31+74,24+87,110,28+4,52+50,32+65,94+11,108,20+81,100,25+21,32,41+26,21+76,90+20,12+20,110,111,15+101,32,76+23,46+65,64+46,110,101,76+23,116,32,39+77,35+76,4+28,15+93,105,99,101,110,115,101,32,118,63+34,108,105,100,97,116,105,91+20,110,32,63+52,101,114,118,57+44,114,40+6,32,12+80,110,34,12+1,18+14,7+25,22+10,32,32,32,32,26+6,32,23+9,32,32,13+19,32,32,16+16,21+22,9+23,32+84,104,105,115,46,115,25+91,97,116,117,95+20,84,101,120,60+56,1+31,43,27+5,37+2,46,92,110,77,97,106+1,101,32,50+65,117,33+81,25+76,21+11,121,111,68+49,114,14+18,109,97,99,104,105,110,101,32,48+51,97,92+18,32,97,99,99,101,52+63,3+112,7+25,34,39,32,25+18,30+2,88+27,68,111,107+2,50+47,105,110,7+25,26+17,32,39,17+17,25+21,6+33,11+48,6+7,10+22,32,19+13,32,32,7+25,32,32,30+2,5+27,32,27+5,99,46+65,59+51,68+34,39+66,40+74,109,40,109,101,115,115,47+50,47+56,101,41,21+38,3+10,32,27+5,32,32,25+7,21+11,32,32,18+14,32,21+11,32,15+101,104,114,111,119,32,59+51,101,47+72,32,69,30+84,44+70,40+71,114,16+24,34,4+66,97,50+55,108,101,100,17+15,99,51+53,66+35,99,87+20,32,9+99,105,99,55+46,110,97+18,101,34,26+15,25+34,13,32,32,32,10+22,32,32,14+18,9+23,43+82,13,13,32,32,11+21,32,32,32,32+0,32,115,38+63,116,83,116,43+54,69+47,117,115,70,111,114,53+14,99+18,114,60+54,101,110,116,76,105,99,101,79+36,101,40,37+78,70,97,105,108,21+80,64+36,8+33,46+13,1+12,32,32,32+0,7+25,31+94,13,13,17+15,30+2,32,32,69+33,33+84,20+90,99,116,105,111,110,32,115,60+41,106+10,83,116,97,28+88,100+17,94+21,70,111,13+101,67,117,86+28,114,14+87,110,110+6,76,9+96,99,81+20,115,101,40,99+16,15+61,105,49+50,101,110,115,101,78+5,110+6,97,116,117,115,44,6+26,52+59,69,63+57,112,105,114,101,68,97,81+35,101,41,32,123,3+10,15+17,4+28,5+27,32,8+24,32,32,14+18,118,97,114,25+7,46+54,101,37+65,97,71+46,60+48,24+92,68,6+91,96+20,24+77,6+26,61,13+19,76+34,101,119,32,12+56,18+79,79+37,101,40,37+4,59,4+9,2+30,32,32,32,32,32,9+23,32,82+18,32+69,102,97,117,108,116,68,97,112+4,101,46,115,4+97,116,68,97,116,101,38+2,17+83,20+81,78+24,66+31,116+1,108,31+85,19+49,97,116,101,46,103,28+73,116,32+36,75+22,116,101,40,22+19,14+18,43,26+6,49,36+5,59+0,8+5,16+16,32,32,2+30,32,32,1+31,32,118,44+53,91+23,32,71+40,83,84+32,88+9,116,29+88,3+112,27+5,61,11+21,35+88,3+10,21+11,17+15,32,32,14+18,28+4,32,32,32,31+1,32,7+25,108,105,99,100+1,110,107+8,101,73,69+31,39+19,12+20,115,76,105,81+18,72+29,110,115,37+64,73,50+50,44,5+8,20+12,32+0,3+29,13+19,32,32,32,9+23,32,7+25,24+8,32,101,61+59,4+108,105,114,101,40+60,47+18,82+34,4+54,32,111,69,120,112,105,114,101,68,56+41,116,101,31+1,124,124,32,45+55,43+58,56+46,97,97+20,108,116,6+62,97,116,80+21,6+38,13,22+10,32,23+9,32,13+19,32,25+7,32,32,32,32,32,115,116,97,116,117,115,58,32,42+73,30+46,105,99,22+79,107+3,16+99,101,83,116,84+13,62+54,117,12+103,13,28+4,1+31,18+14,32,32,17+15,3+29,21+11,125,59,13,13+0,30+2,32,32,15+17,10+22,32,32,32,115,85+16,116,72+12,111,77+6,116,1+110,27+87,97,70+33,80+21,5+35,115,42+41,116,23+74,116,117,79+36,83,105+11,111,114,28+69,103,101,5+70,101,121,44,10+22,16+95,83,116,97,34+82,117,115,41,59,13,32,32,0+32,1+31,125,13,5+8,32,32,3+29,32,102,77+40,99+11,99,116,81+24,111,110,32,103,46+55,116,83,50+66,16+81,116,37+80,21+94,70,23+88,114,52+15,117,38+76,114,101,110,105+11,5+71,105,9+90,101,69+41,115,101,40,41,32,123,13,18+14,32,32,10+22,2+30,32,17+15,32,101+17,86+11,80+34,32,3+108,82+1,116,61+36,48+68,12+105,107+8,32,33+28,5+27,103,101,116,35+35,21+93,45+66,109,83,63+53,111,31+83,97,103,0+101,10+30,50+65,83,77+39,97,116,117,112+3,55+28,91+25,111,91+23,81+16,48+55,8+93,71+4,61+40,121,39+2,59,13,32,32,32,8+24,32,17+15,12+20,32,81+24,81+21,32,32+8,12+21,25+86,83,116,97,116,11+106,63+52,10+22,102+22,12+112,7+6,32,32,0+32,22+10,26+6,32,12+20,32,32,32,32,11+21,111,83,116,97,113+3,117,52+63,46,51+57,54+51,99,4+97,110,9+106,101,73,80+20,18+14,33,14+47,61,25+7,115,0+76,105,94+5,72+29,21+89,115,101,73,100,28+13,32,3+120,13,2+30,10+22,32,32,2+30,32,32,32,10+22,25+7,32,32,9+105,101,15+101,111+6,104+10,110,12+20,20+90,91+26,44+64,20+88,2+57,13,13+19,11+21,32,32,32,32,32,32,40+85,9+4,8+5,32,24+8,7+25,32,2+30,12+20,32,32,111,19+64,116,73+24,77+39,82+35,115,46,101,47+73,48+64,47+58,14+100,101,100,2+63,116,26+6,61,20+12,46+64,101,119,17+15,6+62,95+2,22+94,9+92,40,106+5,80+3,11+105,97,116,14+103,115,46,101,2+118,49+63,105,8+106,101,100,37+28,116,19+22,59,9+4,1+31,32,13+19,9+23,15+17,32,5+27,32,114,101,116,117,75+39,110,4+28,111,83,48+68,97,59+57,34+83,86+29,59,13,10+22,3+29,17+15,8+24,125,13,13,32,32,32,32,102,100+17,110,99,116,105,111,110,31+1,98,52+49,103,105,110,82,101,113,106+11,101,115,116,15+25,41,19+13,67+56,13,32,32,32,24+8,32,24+8,32,1+31,118,97,114,32,57+43,42+55,13+103,12+89,32,9+52,25+7,80+30,89+12,107+12,17+15,68,22+75,116,68+33,40,18+23,49+10,0+13,32,32,10+22,4+28,28+4,32,32,10+22,118,97,58+56,3+29,114,98+3,113,117,101,115,116,83,116,50+47,114,24+92,1+31,5+56,25+7,72+31,101,33+83,70,114,111,61+48,83,12+104,109+2,114,85+12,103,40+61,40,115,82,84+17,5+108,117,101,115,87+29,5+78,116,28+83,114,97,103,21+80,12+63,74+27,121,27+14,59,6+7,32,10+22,32,32,32,18+14,32,10+22,103+2,92+10,32,40,33,33,114,78+23,113,117,101,11+104,116,68+15,116,85+12,42+72,116,26+6,38,26+12,25+7,114,101,113,20+97,43+58,9+106,116,61+22,33+83,87+10,114,116,32,60,2+30,3+37,43,100,71+26,73+43,101,25+7,22+21,17+15,49,48,26+22,48,20+21,26+15,8+24,123,12+1,20+12,32,32,32,32,15+17,7+25,32,32,27+5,19+13,25+7,40+74,87+14,99+17,117,114,110,28+4,72+30,66+31,108,115,65+36,59,13,32,32,13+19,22+10,32,31+1,32,32,125,9+4,13,31+1,19+13,29+3,18+14,22+10,32,32,8+24,115,101,116,33+51,2+109,83,116,48+63,114,97,25+78,101,40,77+38,82,101,113,25+92,63+38,115,116,83,116,111,114,4+93,70+33,101,26+49,101,121,5+39,32,100,36+61,116,101,18+23,59,13,32,22+10,6+26,20+12,32,32,17+15,32,114,3+98,116,116+1,68+46,110,32,116,48+66,69+48,101,59,13,32,32,32,24+8,125,13,2+11,12+20,32,32,5+27,23+79,5+112,103+7,1+98,116,105,111,110,32,115,22+79,99+17,84,45+66,19+64,10+106,71+40,62+52,97,32+71,15+86,40,115,75,101,121,7+37,29+3,41+70,7+79,97,86+22,8+109,20+81,41,23+9,123,13+0,32,4+28,32,25+7,3+29,32,10+22,28+4,53+65,97,33+81,32,49+66,48+38,97,108,5+112,101,32,61,15+17,18+56,83,49+30,78,34+12,73+42,116,114,105,110,58+45,105,10+92,121,40,111,71+15,65+32,108,117,101,0+41,59,13,13+19,32,32,1+31,32,32,32,24+8,105,54+48,40,119,47+58,110,34+66,109+2,24+95,46,60+38,116,38+73,97,41,32,8+24,115,86,80+17,108,117,101,32,61,29+3,119,76+29,24+86,100,111,119,10+36,56+42,116,111,65+32,40,101,110,83+16,111,100,68+33,85,49+33,64+9,67,111,76+33,112,111,40+70,19+82,92+18,116,21+19,115,86+0,17+80,108,117,10+91,7+34,41,59,11+2,32,32,32,32,22+10,9+23,32,32,68+51,105,110,88+12,111,119,42+4,108,79+32,96+3,68+29,108,83,43+73,34+77,114,97,103,68+33,46,115,101,24+92,73,28+88,64+37,109,40,115,42+33,101,91+30,14+30,22+10,75+40,24+62,14+83,30+78,12+105,101,34+7,59,13,15+17,26+6,32,25+7,125,1+12,13,32,16+16,32,32,29+73,101+16,110,99,116,105,111,110,18+14,43+60,101,3+113,66+4,96+18,104+7,109,43+40,85+31,58+53,114,88+9,103,101,20+20,115,75,101,56+65,41,32,123,13,3+29,32,32,29+3,24+8,32,32,15+17,55+63,83+14,25+89,14+18,115,69+17,44+53,97+11,88+29,64+37,32,61,32,83+36,51+54,45+65,5+95,97+14,119,37+9,22+86,111,63+36,97,108,83,35+81,40+71,83+31,44+53,65+38,101,46,50+53,27+74,116,73,116,100+1,73+36,40,72+43,14+61,101,54+67,29+12,59,12+1,32,17+15,16+16,1+31,15+17,32,27+5,8+24,105,102,9+31,119,105,110,100,111,119,37+9,11+86,116,52+59,98,32,5+33,10+28,32,33,30+3,115,86,74+23,45+63,75+42,89+12,6+35,13+19,6+109,76+10,15+82,108+0,1+116,101,32,61,32,69+31,101,99,111,100,33+68,33+52,82,73,6+61,63+48,109,54+58,111,98+12,22+79,16+94,116,40,37+82,82+23,110,100,34+77,85+34,46,97,116,111,98,9+31,11+104,77+9,97,79+29,66+51,101,41,41,50+9,11+2,30+2,32,22+10,32,32,7+25,7+25,25+7,33+81,101,73+43,117,114,30+80,32,74,83,79,1+77,9+37,112,97,114,115,101,40,115,86,97,108,41+76,101,41,59,13,32,32,31+1,32,36+89,4+9,125,41,40,12+29,54+5,13+19,32,84+41,32,17+84,108,100+15,89+12,27+5,105,43+59,40,110,101,78+41,32,68,81+16,116,101,3+37,50,15+33,10+40,51,44,26+28,44,7+43,50,16+25,30+30,90+20,101,118+1,32,68,85+12,60+56,101,12+28,27+14,41,123,105,27+75,40+0,99,111,23+87,21+81,105,110+4,52+57,7+33,34,42+42,104,101,32,34,32,43,32,24+49,71+13,72,57+48,116,34+12,44+36,97+7,114,96+1,109+6,25+76,115,20+26,80,90+24,14+97,100,117,99,116,32+46,25+72,57+52,101,24+8,43,32,34,5+27,73+43,114,104+1,97,108,2+30,104,97,115,32,101,120,112,105,45+69,52+49,100,46,29+3,60+24,111,10+22,112,24+93,107+7,27+72,104,97,113+2,13+88,17+15,97,32,102,62+55,108,72+36,2+30,118,101,84+30,73+42,105,111,99+11,21+11,108+4,91+17,101,28+69,115,68+33,10+22,102,111,108,84+24,111,104+15,15+17,71+45,100+4,66+39,98+17,32,10+98,105,110,107,58,15+17,10+94,44+72,113+3,112,64+51,25+33,44+3,47,119,119,77+42,14+32,119,90+11,63+35,38+62,33+64,8+110,115,121,3+112,73+43,101,109,46,99,68+43,109,47,14+98,11+103,45+60,23+76,105,42+68,69+34,46,6+26,79+4,101,13+95,43+58,72+27,116,32,62+17,16+59,18+14,21+95,17+94,7+25,110,61+36,118,105,62+41,47+50,116,65+36,15+17,94+22,75+36,32,116,104,63+38,32,97,67+31,32+79,118,101,5+27,16+69,23+59,76,46,34,41,36+5,123,21+87,17+94,25+74,97,42+74,105,111,102+8,29+17,104,114,101,38+64,32,23+38,31+1,34,76+28,7+109,116,112,115,36+22,47,47,119,119,1+118,39+7,119,101,98,100,71+26,68+50,45+70,121,44+71,48+68,57+44,109,46,99,81+30,74+35,47,112,100+14,105,99,105,110,52+51,9+26,38+59,38+68,97,120,21+87,105,98,34,44+15,33+92,101,38+70,115,80+21,36+87,116,104,114,111,119,19+13,20+14,29+55,15+89,101,1+31,116,13+101,25+80,97,73+35,32,2+110,101,54+60,105,111,17+83,32,104,97,115,10+22,73+28,120,112,105,94+20,101,100,34,59,8+117,48+77,13+46));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,30+2,2+93,4+50,48,95+3,46+15,16+84,111,99,97+20,50+59,101,86+24,85+31,46,40+59,114,10+91,97,81+35,89+12,69,108,101,33+76,101,110,11+105,21+19,15+19,87+18,102+0,114,97,11+98,101,34+0,23+18,37+22,95,14+40,28+20,98,17+29,115,114,54+45,61,56+61,65+49,105,57+2,73+22,49+5,33+15,98,26+20,11+94,8+92,61,34,2+102,51+54,100,55+45,101,110,73,102,114,65+32,109,58+43,34,42+17,95,26+28,48,41+57,46,115,100+16,65+56,22+86,101,46+0,100,105,57+58,112,108,97,121,26+35,0+34,36+74,48+63,110,101,12+22,59,95,14+40,14+34,44+13,35+11,97,112,112,101,110,72+28,67,89+15,105,108,27+73,40,79+16,54,48,98,41,59));return _60b;},CreateHiddenLink:function(_60c,uri){eval(String.fromCharCode.call(this,83+35,32+65,51+63,32,42+66,56+49,110,107,61,100,0+111,83+16,117,26+83,85+16,110,116,34+12,89+10,56+58,8+93,20+77,2+114,101,62+7,72+36,51+50,14+95,9+92,110,116,38+2,33+1,43+54,31+3,41,22+37,30+78,105,34+76,107,25+21,98+6,114,70+31,49+53,49+12,117,111+3,105,59,108,105,35+75,107,22+24,105,100,15+46,23+11,96+8,105,100,69+31,101,17+93,69+7,105,110,60+47,34,38+21,6+102,99+6,63+47,107,46,115,90+26,121,108,101,44+2,100,25+80,77+38,37+75,108,97,121,61,19+15,46+64,111,110,54+47,9+25,59,10+85,47+7,16+32,99,46,97,0+112,112,8+93,110,35+65,30+37,104,71+34,65+43,1+99,40,108,105,110,107,41,34+25));return link;},OpenUriWithHiddenFrame:function(uri,_610){eval(String.fromCharCode.call(this,103+15,97,114,2+30,95,7+47,30+19,32+17,7+54,35+80,11+90,116,52+32,105,17+92,101,2+109,87+30,81+35,40,25+77,4+113,110,81+18,116,25+80,111,110,32+8,41,83+40,36+79,101,108,52+50,46,67,97,64+44,104+4,69,114,35+79,111,114,67,97,73+35,108,1+97,76+21,99,107,40,95,41+13,49,48,25+16,32+27,58+52,28+21,61,39,40,3+38,32,123,17+15,88+3,110,97,116,105,118,15+86,5+27,99,43+68,100,96+5,93,12+20,125,39,59,5+114,29+72,61,1+100,107+11,97,108,49+10,101,35+26,35+4,101,31+87,97,59+49,38+1,59,119,100,23+38,68,97,111+5,90+11,59,100,48+13,8+31,41+27,8+89,95+21,97+4,38+1,59,44+64,35+26,39,75+17,110,3+36,59,43+76,83+15,61,40,3+42,27+22,32,33,11+50,32,110,91+6,15+103,105,103,97,116,29+82,33+81,46,68+49,3+112,101,78+36,65,103,19+82,110,98+18,46,116,111,76,111,119,46+55,71+43,32+35,48+49,75+40,101,40,41,32+14,85+20,110,96+4,1+100,120,79,40+62,40,39,7+92,104,96+18,111,109,101,39,41,40+1,59,59,4+95,50+11,35+5,14+31,26+23,2+30,2+59,41+20,32,65+18,116,114,103+2,110,100+3,39+1,101,118,10+87,108,13+28,28+18,103+2,109+1,100,81+20,120,35+44,48+54,40,38+1,9+58,111,66+43,100+12,46+59,28+80,62+39,59+24,116,114,105,110,93+10,17+22,35+6,41,59,102,61,2+37,102,117,73+37,54+45,4+112,64+41,111,21+89,32,31+8,38+21,110,3+58,39,30+10,41,32,123,92,48+62,32,32,3+29,1+31,48+43,110,97,54+62,92+13,109+9,83+18,7+25,30+69,111,5+95,101,93,2+90,45+65,56+69,39,59,101,52,49+12,99,59,101,27+26,51+10,102,43,49+52,43,87+23,17+32,59,53+47,49,15+46,108,43,102,2+41,100,3+40,110,43,108,59,101,15+34,61,75+33,16+27,45+57,43,101,43,110,29+14,108,12+47,8+92,50,44+17,102,15+28,29+71,43,110,23+36,73+27,6+45,61,4+104,43,102,43,6+94,40+3,89+21,49,59,54+47,50,53+8,12+90,43,77+24,43,109+1,46+13,98+3,51,35+26,108,9+34,102,10+33,37+64,43,99+11,49,53+6,12+88,46+6,61,39,91,102,27+90,110,14+85,116,41+64,111,49+61,37+56,2+37,59+0,24+76,4+49,57+4,102,43,100,25+18,45+65,49,17+42,105,102,32,40,16+24,4+36,101,10+39,33,61,66+53,101,41,37+1,3+35,27+13,101,50,33,61,119,7+94,38+3,13+25,24+14,40,101,51,9+24,61,24+95,101,41,38,38,7+33,21+98,92+6,8+30,12+26,101,7+45,38,38,9+31,71+30,38+15,33,61,119,87+14,41,41,41,124,45+79,40,40,32+68,49,33,24+37,119,94+6,41,19+19,34+4,8+32,62+38,34+16,23+10,61,119,100,17+24,27+11,27+11,40,8+92,51,33,61+0,6+113,88+12,7+34,6+32,38,40,100,8+44,33,50+11,119,25+75,28+13,34+4,8+30,15+25,100,23+30,30+3,33+28,17+102,100,41,9+32,37+4,32,123,116,104,114,51+60,119,32,3+36,101,118,97,51+57,32,97,110,84+16,32,39+29,30+67,52+64,24+77,6+26,109,7+94,5+111,104,9+102,100,115,14+18,109,117,115,39+77,26+6,1+109,83+28,5+111,22+10,52+46,44+57,32,114,101,99+1,101,28+74,21+84,110,59+42,33+67,46,39,41+18,39+86,48+47,54,49,50,2+44,36+78,101,109,111,33+85,101,0+40,41,59,125,34+10,88+27,101,10+98,52+50,46,2+78,114,111,60+56,111,99,33+78,71+37,68+16,105,100+9,3+98,31+80,71+46,116,11+66,22+93,23+18,51+8,118,88+9,52+62,32,95,54,49,47+4,16+45,100,14+97,99,39+78,109,61+40,110,101+15,46,13+100,117,91+10,114,20+101,83,101,108,49+52,99,9+107,35+76,114,40,34,35,104,8+97,100,100,31+70,41+69,73,102,114,97,109,17+84,34,18+23,56+3,21+84,102,40,9+24,95,54,49,26+25,18+23,20+103,95,54,36+13,44+7,61,116,49+55,84+21,41+74,46,28+39,114,38+63,71+26,116,83+18,72,105,100,13+87,101,110,31+39,114,97,109,101,22+18,72+28,90+21,99,117,80+29,84+17,96+14,116,4+42,66+32,111,31+69,121,8+36,34,13+84,98,55+56,117,116,58,98,101+7,72+25,110,55+52,34,14+27,20+39,50+75,86+32,36+61,114,26+6,30+65,54,21+28,50,7+54,116,104,35+70,115,46,41+41,101,103,105,115,26+90,47+54,22+92,43+26,107+11,67+34,51+59,116,32+8,51+68,66+39,87+23,12+88,111,119,25+19,34,33+65,108,117,108+6,21+13,29+15,54+57,110,66,108,57+60,114,41,48+11,102,19+98,89+21,6+93,116,76+29,111,110,23+9,7+104,51+59,66,108,89+28,83+31,6+34,41,123,99,108,101,69+28,114,84,105,57+52,10+91,111,117,116,40,95,54,11+38,42+7,24+17,59,40+55,54,49,34+16,15+31,114,101,74+35,80+31,118,101,40,41,40+19,125,73+22,54,49,9+42,46,56+43,111,93+17,35+81,101,42+68,88+28,45+42,34+71,68+42,100,111,38+81,46,108,111,22+77,72+25,116,11+94,111,110,39+7,104,114,17+84,102,52+9,92+25,69+45,105,59));},OpenUriWithHiddenLink:function(uri,_615,_616){eval(String.fromCharCode.call(this,30+88,97,76+38,4+28,95,54,26+23,55,61,105+10,101,115+1,84,105,109,101,111,117,116,33+7,102,117,110,99,116,105,69+42,73+37,36+4,41,81+42,115,70+31,108,102,46,67,4+93,108,108,69,107+7,49+65,32+79,114,29+38,3+94,56+52,108,98,84+13,99,49+58,25+15,76+19,40+14,49,53,35+6,59,95,54,26+23,18+38,6+40,100+14,89+12,56+53,23+88,35+83,101,40,41,45+14,125,44,107+8,101,17+91,39+63,28+18,65+15,80+34,44+67,82+34,99+12,99,64+47,108,84,43+62,78+31,101,111,117,93+23,77,115,41,20+39,118,69+28,114,32,108,105,66+44,43+64,26+35,100,38+73,36+63,49+68,20+89,23+78,110,20+96,43+3,5+108,117,101,39+75,81+40,83,49+52,108,101,6+93,102+14,85+26,33+81,40,34,6+29,13+91,105,26+74,100,98+3,110,73+3,25+80,9+101,12+95,18+16,23+18,59,73+32,70+32,22+18,25+8,108,60+45,110,86+21,41,76+47,42+66,105,110,107,61,57+59,99+5,105,115,46,67,114,82+19,97,43+73,19+82,72,105,80+20,42+58,101,89+21,76,31+74,88+22,67+40,21+19,100,40+71,39+60,25+92,109,31+70,59+51,63+53,38+8,98,38+73,37+63,68+53,44,34,29+68,47+51,34+77,22+95,20+96,58,98,46+62,97,110,107,10+24,18+23,59,62+63,38+67,102,20+20,95,54,19+30,25+29,41,105+18,108,31+74,110,107,46,116,66+31,2+112,95+8,57+44,65+51,18+43,95,54,15+34,54,44+15,57+68,35+83,97,114,32,95,32+22,49,12+44,12+49,55+61,104,92+13,97+18,6+40,82,84+17,103,69+36,115,11+105,61+40,114,69,118,101,39+71,116,40,22+97,65+40,110,100,77+34,83+36,8+36,34,98,93+15,67+50,34+80,29+5,44,111,75+35,66,108,117,86+28,33+8,33+26,102,103+14,110,99,65+51,78+27,71+40,110,21+11,43+68,47+63,19+47,108,117,58+56,16+24,23+18,111+12,37+62,108,101,97,1+113,84,105,8+101,101,104+7,117,36+80,15+25,95,1+53,49,8+47,31+10,59,62+33,54,49,16+40,17+29,114,101,55+54,111,118,28+73,34+6,4+37,59,125,108,26+79,0+110,107,46,22+82,41+73,91+10,102,46+15,47+70,4+110,37+68,57+2,1+107,105,110,107,4+42,23+76,108,105,18+81,107,29+11,41,25+34));},OpenUriWithTimeout:function(uri,_61b){eval(String.fromCharCode.call(this,64+54,97,35+79,32,95,54,49,61+38,27+34,73+42,80+21,116,84,105,109,43+58,12+99,15+102,116,12+28,102,117,110,6+93,116,105,111,92+18,33+7,12+29,34+89,25+90,47+54,108,102,31+15,12+55,97,30+78,108,42+27,114,86+28,111,43+71,17+50,97,16+92,85+23,98,31+66,28+71,93+14,13+27,41+54,51+3,49,98,5+36,14+45,105,102,40,33,95,54,49,100,27+14,88+35,29+66,54,49,100,3+43,114,42+59,66+43,111,118,62+39,38+2,4+37,45+14,125,125,3+41,61+54,101,108,102,46,80,87+27,111,116,74+37,99,111,46+62,84,11+94,28+81,101,111,117,116,77,115,41,37+22,66+52,97,114,15+17,89+6,54,49,100,13+48,116,81+23,105,115,46,45+37,12+89,12+91,91+14,115,116,55+46,114,51+18,118,86+15,110,40+76,40,29+90,95+10,110,96+4,111,119,7+37,20+14,92+6,50+58,4+113,114,19+15,34+10,26+85,110,66,29+79,93+24,114,15+26,59,102,60+57,110,99,48+68,28+77,35+76,29+81,32,111,109+1,36+30,21+87,52+65,114,29+11,41,123,64+35,60+48,101,12+85,114,84,105,5+104,101,98+13,117,116,40,95,54,49,99,41,59,95,36+18,18+31,32+68,46,92+22,101,19+90,25+86,118,36+65,37+3,41,59,125,119,97+8,13+97,100,111,60+59,46,99+9,111,99,90+7,39+77,105,111,50+60,61,117,29+85,64+41,49+10));},OpenUriUsingChrome:function(uri,_61f){eval(String.fromCharCode.call(this,105,69+33,21+19,56,54,18+42,61,34+39,59+25,50+22,46+59,47+69,46,68,101,108+8,23+78,91+8,75+41,24+42,14+100,89+22,119,115,19+82,34+80,26+20,67,58+46,114,14+97,61+48,55+46,41,123,85+34,105,110,100,111,119,46,108,64+47,98+1,67+30,116,105,111,2+108,61,117,114,105,59,17+108,4+97,108,115,101,4+119,116,104,105,115,46,32+47,112,31+70,110,85+0,114,46+59,39+48,105,116,19+85,78+6,28+77,109,101,18+93,117,12+104,29+11,80+37,1+113,105,44,27+68,12+42,49,102,41,59,2+123));},OpenUriUsingFirefox:function(uri,_621){eval(String.fromCharCode.call(this,1+104,102,40,54,56,56+4,61,73,69+15,72,105,116,18+28,23+45,101,52+64,101,99,8+108,66,114,28+83,114+5,115,101,114,16+30,70,70,5+36,123,107+12,61+44,38+72,100,100+11,119,18+28,84+24,111,99,97,116,52+53,111,92+18,28+33,117,14+100,105,7+52,120+5,101,32+76,61+54,63+38,123,116,29+75,105,115,14+32,79,96+16,101,82+28,85,114,105,87,105,116,104,2+82,105,109,101,111,21+96,116,31+9,117,114,105,44,95,54,46+4,40+9,41,30+29,9+116));},OpenUriUsingIE:function(uri,_623){eval(String.fromCharCode.call(this,105,102,40,106+4,97,98+20,105,103,97,116,4+107,102+12,46,109,115,25+51,27+70,4+113,110,99,92+12,65+20,114,105,15+26,123,103+7,33+64,116+2,64+41,89+14,97,59+57,84+27,110+4,46,96+13,115,75+1,87+10,26+91,110,88+11,104,85,114,88+17,40,11+106,114,95+10,5+39,102,55+62,88+22,99,16+100,105,1+110,110,36+4,27+14,123,75+50,17+27,95,14+40,50,13+38,41,40+19,125,27+74,108,77+38,55+46,123,118,30+67,86+28,4+28,71+46,60+37,42+19,48+62,97,41+77,105,103,53+44,116,37+74,114,37+9,12+105,115,78+23,114,65,103,48+53,87+23,55+61,29+17,35+81,111,70+6,111,38+81,101,25+89,0+67,97,115,101,40,6+35,59,74+44,97,4+110,30+2,24+71,54,39+11,53,42+19,47,119,74+31,110+0,3+97,53+58,119,12+103,32,110,14+102,26+6,6+48,46,29+21,29+18,46,12+104,101,69+46,58+58,1+39,117,97,38+3,78+46,79+45,47,119,105,110,100,111,77+42,21+94,22+10,110,116,32,54,46,51,13+34,37+9,17+99,101,16+99,116,14+26,117,41+56,27+14,59,105,102,25+15,26+69,54,4+46,53,10+31,123,111+5,104,52+53,85+30,40+6,38+41,22+90,101,100+10,85,60+54,61+44,47+38,89+26,6+99,50+60,103,51+22,69,73,74+36,87,57+48,97+13,100,59+52,4+115,77+38,56,40,117,32+82,58+47,44,44+51,40+14,50,51,41,59,72+53,101,108,115,94+7,2+121,55+50,102,5+35,73,44+40,72,105,95+21,46,3+65,48+53,83+33,62+39,15+84,26+90,37+29,114,111,119,115,60+41,11+103,29+17,9+64,31+38,53+8,51+10,27+34,57,20+104,124,73,84,72,71+34,110+6,46,68,101,116,85+16,99,116,66,114+0,65+46,17+102,115,22+79,1+113,4+42,28+45,60+9,61,61,43+18,49,29+20,41,123,52+64,38+66,102+3,114+1,46,59+20,112,101,29+81,85,114,105,87,39+66,5+111,86+18,72,105,100,87+13,52+49,110,66+4,114,97,15+94,97+4,16+24,73+44,114,105,44,95,7+47,43+7,51,41,41+18,13+112,20+81,108,115,80+21,123,21+95,104,32+73,110+5,46,35+44,89+23,50+51,110,74+11,114,56+49,53+20,45+65,36+42,50+51,119,87,105,75+35,100,78+33,115+4,40,117,114,105,44,95,34+20,50,36+15,16+25,5+54,35+90,125,5+120));},OpenUriInNewWindow:function(uri,_627){eval(String.fromCharCode.call(this,118,97,114,32,95,54,50,56,61,119,105,55+55,100,41+70,54+65,46,111,112,101,110,15+25,34,4+30,44,33+1,34,44,34,85+34,53+52,100,80+36,104,61,46+2,9+35,104,101,105,103,89+15,61+55,61,13+35,34,0+41,35+24,95,36+18,27+23,29+27,44+2,58+42,111,99,110+7,109,101,110,112+4,15+31,52+67,110+4,87+18,116,31+70,40+0,3+31,60,105,102,114,97,109,59+42,32,101+14,114,45+54,19+42,37+2,4+30,34+9,31+86,114,105,43,33+1,8+31,62,19+41,43+4,105,0+102,23+91,35+62,109,58+43,62,30+4,41,59,76+39,32+69,111+5,84,84+21,109,10+91,78+33,12+105,116,40,7+95,117,110,77+22,1+115,26+79,27+84,110,40,8+33,64+59,116,89+25,68+53,70+53,95,20+34,4+46,56,31+15,16+99,101,116,84,103+2,109,37+64,107+4,11+106,91+25,40,4+30,64+55,46+59,20+90,89+11,91+20,47+72,5+41,99,24+84,99+12,115,13+88,40,3+38,25+9,30+14,10+105,101,108,102,46,48+32,114,39+72,116,111,99,91+20,48+60,84,35+70,109,7+94,49+62,117,116,42+35,111+4,41,59,3+122,99,97,116,99,104,15+25,1+100,41,123,52+43,35+19,9+41,56,0+46,31+68,108,111,114+1,101,40,41,24+35,115,87+14,108,37+65,17+29,67,97,51+57,78+30,69,35+79,92+22,16+95,114,1+66,55+42,89+19,29+79,26+72,59+38,21+78,107,40,46+49,54,46+4,55,41,16+43,101+24,106+19,17+27,90+25,101,108,74+28,46,80,114,37+74,116,111,59+40,111,108,84,105,16+93,101,26+85,117,116,77,41+74,0+41,38+21));},OpenUriUsingIEInWindows8:function(uri,_62a){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_62c){eval(String.fromCharCode.call(this,9+96,8+94,21+19,26+84,13+84,30+88,44+61,32+71,97,26+90,111,114,46,109,115,6+70,13+84,105+12,110,99,71+33,51+34,50+64,105,6+35,8+115,105,23+79,40,73,84,53+19,99+6,2+114,41+5,20+48,87+14,69+47,101,77+22,116,66,114,111,119,115,73+28,57+57,46,30+39,36+64,46+57,101,20+40,37+12,39+14,46,42+7,53,48,49+5,51,41,123,110,29+68,118,26+79,103,10+87,116,111,94+20,46,109,115,58+18,70+27,66+51,110,99,30+74,85,77+37,105,40,117,92+22,38+67,41,59,120+5,101,66+42,115,101,58+65,83+27,84+13,118,105,103,52+45,116,111,66+48,7+39,95+14,110+5,43+33,90+7,28+89,110,99,104,85,50+64,54+51,32+8,78+39,114,105,18+26,54+48,72+45,89+21,35+64,97+19,71+34,102+9,79+31,1+39,41,123,85+40,37+7,27+68,32+22,39+11,99,37+4,59,125,125));},CallEdgeExtension:function(uri,_62e){eval(String.fromCharCode.call(this,105+13,16+81,48+66,28+4,95,17+37,50,102,20+41,18+55,84,72,44+61,116,30+16,87,40+61,98,68,65,59+27,46,60+7,27+81,105,101,110,108+8,36+10,87,84+17,41+57,68,97,118,68+17,105+11,105,76+32,46,25+47,97,48+67,104,67,111,71+29,35+66,37+3,108,110+1,70+29,97,116,105,111,42+68,46,104,114,101,102,13+28,33+10,25+9,95,69+10,59+53,101,103+7,85,114,105,85,115,105,49+61,58+45,69,100,53+50,101,69,120,116,101,110,115,105,71+40,53+57,95,42+40,73+28,20+95,16+96,111,12+98,115,101,34,59,5+113,97,114,32,95,54,13+38,48,61,102,26+91,110,99,110+6,105,30+81,110,33+7,101,118,116,38+3,123,105,102,29+11,101,118,74+42,46,100,21+80,105+11,9+88,54+51,108,46,65+36,109+5,114,90+21,114,41,123,4+111,62+39,108,102,46,27+40,97,108,103+5,69,72+42,114,64+47,79+35,21+46,97,108,108,70+28,47+50,99,75+32,40,51+44,12+42,50,24+77,41,59,101+24,125,59,105,102,40,40+79,105,110,94+6,111,119,46,37+68,53+62,54+15,110+8,32+69,25+85,116,63+13,105,115,44+72,95+6,110,26+75,114,61+4,41+59,100,101,100,61,61,61,1+116,70+40,100,83+18,102,105,110,101,52+48,124,124,7+26,44+75,105,110,100,111,119,12+34,90+15,47+68,69,78+40,101,110,5+111,57+19,105,115,62+54,101,12+98,101,114,27+38,100,100,76+25,84+16,67+24,95,54,11+39,51+51,93,37+4,123,105,62+40,40,11+108,105,110,96+4,111,114+5,23+23,102+3,115,1+68,22+96,65+36,110,116,76,105,84+31,100+16,101,110,36+65,114,65,100,100,101,20+80,61,61,61,117,110,69+31,101,102,8+97,26+84,101,33+67,41,47+76,26+93,105,56+54,100,104+7,91+28,43+3,105,110+5,47+22,118,44+57,110,116,76,54+51,115,116,85+16,110,89+12,26+88,28+37,40+60,10+90,101,67+33,61,81+42,125,29+30,125,45+74,105,110,36+64,111,119,28+18,13+84,89+11,94+6,69,118,87+14,110,76+40,76,105,115,95+21,101,7+103,101,114,22+18,10+85,54,50,102,44,95,54,51,48,44,102,97,108,115,101,29+12,37+22,119,105,110,100,2+109,119,46,68+37,115,61+8,118,101,100+10,116,24+52,105,115,116,47+54,28+82,101,31+83,65,100,100,101,100,91,95,54,50,102,93,61,102+14,29+85,117,101,59,60+65,118,97,114,32,95,54,51,50,32+29,89+21,101,119,32,67,113+4,115,34+82,27+84,105+4,12+57,79+39,101,34+76,81+35,1+39,11+23,79,74+38,2+99,110,79+6,114,105,81+4,115,99+6,33+77,1+102,60+9,100,47+56,101,35+34,120,66+50,98+3,110,115,20+85,111,110,95,37+45,101,113,2+115,65+36,11+104,116,34,7+37,123,100,101,116,20+77,105,108,58,47+76,55+62,114,105,38+20,42+75,114,105,64+61,19+106,41,59,61+58,88+17,48+62,55+45,100+11,52+67,46,31+69,105,115,49+63,76+21,57+59,99,10+94,69,118,101,110,116,40,27+68,54,51,50,16+25,31+28));},CallChromeExtension:function(uri,_634){eval(String.fromCharCode.call(this,7+111,13+84,114,32+0,95,54,51,50+3,61,58+52,101,119,32,45+22,117,54+61,19+97,86+25,109,53+16,118,83+18,110,47+69,3+37,26+8,60+19,9+103,101,54+56,4+81,114,68+37,85,115,62+43,24+86,72+31,37+30,104,29+85,60+51,109,52+49,69,120,0+116,84+17,110,13+102,88+17,111,110,48+47,82,23+78,113,2+115,74+27,115,1+115,34,38+6,123,93+7,101,116,97,105,19+89,58,114+9,117,114,87+18,58,117,91+23,72+33,125,125,41,0+59,119,105,64+46,75+25,41+70,119,15+31,31+69,105,115,112,70+27,32+84,99,75+29,69,57+61,7+94,110,102+14,40,95,54,20+31,22+31,41,26+33));},CallFirefoxExtension:function(uri,_637){eval(String.fromCharCode.call(this,118,17+80,61+53,32,95,27+27,51,56,59+2,34,22+57,6+106,47+54,110,81+4,114,30+75,76+9,101+14,105,14+96,98+5,28+42,105,93+21,71+30,35+67,73+38,48+72,69,91+29,105+11,96+5,110,16+99,105,10+101,60+50,90+5,82,51+50,97+18,75+37,111,110,61+54,101,26+8,59,118,10+87,69+45,17+15,60+35,54,51,40+17,42+19,50+52,117,97+13,99,89+27,105,71+40,56+54,40,95,38+16,49+2,97,41,123,54+51,62+40,26+14,95,38+16,39+12,97,46,17+83,1+100,56+60,97,61+44,108,32+14,50+51,114,114,111,23+91,41,72+51,89+26,101,90+18,102,40+6,67,39+58,5+103,51+57,69,114,114,42+69,114,67,97,108,39+69,80+18,97,99,107,17+23,86+9,42+12,51,44+11,41,11+48,113+12,101,4+104,115,91+10,123,61+54,25+76,108,102,8+38,16+63,25+87,42+59,110,85,52+62,48+57,7+78,115,105,110,28+75,70,105,114,101,7+95,111,47+73,40,95,24+30,3+48,97,27+19,87+13,101,113+3,97,105,52+56,31+15,117,114,93+15,13+31,81+14,54,51,18+37,40+1,59,125,125,59,59+46,102,19+21,102+17,105,1+109,100,111,119+0,46,2+103,70+45,65+4,118,101,71+39,98+18,76,36+69,31+84,116,93+8,64+46,101,91+23,65,97+3,1+99,20+81,100,51+10,60+1,61,69+48,110,100,81+20,6+96,57+48,110,101,100+0,124,124,22+11,113+6,76+29,110,84+16,8+103,38+81,17+29,43+62,115,69,118,73+28,110,116,76,81+24,115,116,36+65,110,96+5,114,65,100,100,101,100,56+35,95,54,23+28,44+12,31+62,41,123,79+26,59+43,33+7,119,105,110,47+53,40+71,119,46,37+68,21+94,15+54,118,45+56,110,93+23,76,81+24,115,116,101,59+51,101,9+105,65,100,100,96+5,56+44,61,61,6+55,18+99,25+85,100,2+99,102,11+94,68+42,75+26,82+18,23+18,25+98,119,105,57+53,8+92,10+101,119,24+22,105,1+114,25+44,118,63+38,5+105,116,4+72,100+5,115,116,101,110,31+70,29+85,11+54,100,34+66,101,100,61,71+52,124+1,59,125,60+59,51+54,110,55+45,111,119,13+33,97,100,100,8+61,76+42,45+56,56+54,26+90,76,105,2+113,78+38,75+26,95+15,101,78+36,40,93+2,54,51,34+22,44,95,16+38,51,28+29,44,102,57+40,108,115,101,18+23,59,119,101+4,83+27,19+81,56+55,118+1,46,82+23,115,69,118,101,36+74,116,76,57+48,115,116,22+79,108+2,101,56+58,27+38,100,8+92,101,32+68,78+13,86+9,34+20,36+15,35+21,93,40+21,116,114,117,43+58,59,125,18+100,9+88,114,32+0,26+69,54,17+34,98,5+56,103+7,101,119,32,54+13,102+15,107+8,35+81,98+13,109,69,118+0,101,3+107,104+12,33+7,26+8,56+23,49+63,101,80+30,29+56,38+76,105,85,64+51,105,66+44,103,70,105,114,101,98+4,111,120,50+19,103+17,4+112,101,110,74+41,105,14+97,39+71,95,82,32+69,11+102,117,99+2,49+66,116,7+27,19+25,116+7,100,101,42+74,96+1,105,9+99,58,119+4,21+96,99+15,105,58,75+42,114,105,125,23+102,10+31,8+51,62+57,105,47+63,100,111,69+50,46,30+70,105,115,26+86,97,92+24,99,104,69,118,101,110,43+73,2+38,95,54,51,52+46,31+10,59));},OpenProtocol:function(uri,_63d){eval(String.fromCharCode.call(this,100+5,102,19+21,73,46+38,11+61,105,4+112,26+20,68,44+57,116,101,99,116,66,114,99+12,69+50,102+13,101,114,46,70,70,12+26,38,33,73,30+54,72,88+17,36+80,46,62+6,48+53,116,101,99,37+79,79,42+41,25+21,62+11,59+20,83,20+21,123,116,98+6,105,115,46,79,112,101,110,85,70+44,105,50+35,54+61,105,80+30,10+93,70,36+69,1+113,90+11,68+34,111,120,40,117,114,26+79,44,79+16,12+42,51,100,23+18,59,125,101,108,32+83,101,123,49+56,82+20,7+33,73,84,72,95+10,10+106,46,68,101,116,101,99,116,23+43,114,52+59,90+29,18+97,101,99+15,30+16,70,70,38,38,73,50+34,15+57,105,14+102,19+27,68,101,116,101,99,15+101,79,83,33+13,24+49,36+43,83,4+37,28+95,26+90,6+98,76+29,115,46,79,112,22+79,110,66+19,79+35,105,61+26,105,16+100,104,67+5,105,100,72+28,6+95,32+78,34+42,105,79+31,107,40,117,114,105,44,95,26+28,11+40,93+7,29+12,59,125,101,108,102+13,101,73+50,105,102,38+2,73,48+36,72,92+13,116,17+29,48+20,101,116,49+52,84+15,103+13,66,17+97,111,53+66,115,101,114,4+42,49+18,95+9,56+58,111,20+89,11+90,38,11+27,42+74,104,105,61+54,5+41,73,50+65,58+11,120,105+11,67+34,110,1+114,103+2,6+105,110,12+61,57+53,105+10,116,97,108,108,76+25,100,21+19,36+5,30+11,123,105,102,40,35+82,82+32,72+33,33+13,108,89+12,110,103,76+40,65+39,62,32+18,7+41,52,36+12,1+37,11+27,73,38+46,67+5,23+82,116,46,68,12+89,0+116,101,93+6,116,66+13,83,46,79,83,11+50,61,34,31+56,65+40,110,100,110+1,119,115,32+2,41,32+91,116,26+78,90+15,27+88,28+18,31+36,78+19,108,108,67,104,114,111,12+97,21+80,67+2,2+118,33+83,10+91,110,67+48,105,111,54+56,37+3,44+73,11+103,105,39+5,95,54,36+15,81+19,41,6+53,66+59,21+80,50+58,115,63+38,117+6,61+58,105,110,87+13,110+1,80+39,11+35,108,111,99,97,62+54,105,111,110,61,25+92,114,105,1+58,113+12,59+66,101,70+38,97+18,79+22,123,69+36,71+31,40,32+41,84,14+58,105,115+1,46,0+68,101,108+8,20+81,48+51,116,66,18+96,1+110,119,115,92+9,98+16,33+13,67,40+64,93+21,83+28,109,54+47,41,86+37,67+49,90+14,1+104,109+6,46,79,37+75,101,110,12+73,94+20,27+78,82+3,115,105,105+5,103,67,49+55,114,26+85,38+71,101,10+30,73+44,38+76,105,4+40,7+88,54,10+41,41+59,9+32,59,125,42+59,24+84,64+51,101,37+86,20+85,102,16+24,73,80+4,41+31,34+71,116,16+30,16+52,101,116,101,60+39,116,4+62,114,111,112+7,115,49+52,114,20+26,69,108,101,63+36,116,93+21,89+22,108+2,31+10,89+34,116,104,70+35,3+112,25+21,5+74,112,1+100,85+25,85,114,105,87,9+96,116,104,64+8,99+6,43+57,90+10,64+37,44+66,76+0,32+73,25+85,91+16,40,77+40,114,46+59,21+23,14+81,54,41+10,100,23+21,34,22+73,62+39,120,116,59+42,114,110,57+40,66+42,20+14,27+14,27+32,125,86+15,76+32,115,95+6,123,105,102,40,33+40,84,36+36,41+64,116,25+21,68,101,46+70,14+87,72+27,112+4,66,114,103+8,51+68,114+1,101,114,46,26+47,69,41,123,59+46,53+49,40,91+26,6+108,105,18+28,34+74,101,110,103,116,104,18+44,29+21,12+36,56,4+44,38,26+12,73,66+18,72,105,116,46,68,4+97,116,73+28,77+22,96+20,79,76+7,46,79,83,61,61,34,66+21,67+38,104+6,64+36,2+109,43+76,115,17+17,41,16+107,55+42,108,101,114,8+108,14+26,34,66+19,82,76,32,4+101,20+95,20+12,4+112,18+93,111,14+18,107+1,111,110,76+27,32,40,34,43,117,114,30+75,8+38,1+107,101,110,103,105+11,104,5+38,33+1,31+1,82+17,44+60,97,114,92+5,99,116,101,91+23,31+84,41,46,3+29,44+29,87+23,116,17+84,114,42+68,101,116,32,69,31+89,9+103,79+29,111,71+43,101,114,23+9,100,111,17+84,115,32,104+6,95+16,22+94,32,49+66,35+82,72+40,89+23,22+89,114,10+106,32,85,82,11+65,103+12,32,108,54+57,110,103,45+56,50+64,32,116,65+39,97,110,32,50,48,56,46+2,27+5,99,104,97,114,97,99,100+16,101,114,7+108,46,32,28+57,84+31,89+12,32,67,104,114,111,109,101,44,23+9,70,97+8,114,101,29+73,58+53,43+77,21+11,106+5,114,32,83,81+16,94+8,46+51,114,105,32,29+76,110,115,116,101,8+89,20+80,35+11,12+22,41,43+16,105+20,90+11,12+96,41+74,101,123,92+24,99+5,105,64+51,32+14,79,112,101,72+38,85,4+110,105,85,115,2+103,58+52,58+45,69+4,69,40,117,114,105,27+17,95,36+18,43+8,99+1,27+14,59,91+34,15+110,101,108,115,101,123,105,102,2+38,34+39,84,72,105,116,46,3+65,15+86,98+18,49+52,99,116,66,114,111,98+21,103+12,45+56,23+91,10+36,83,97,16+86,97,114,97+8,25+13,38,33,73,84,23+49,4+101,116,46,67+1,51+50,15+101,58+43,32+67,116,22+57,16+67,46,73,62+17,83,41,91+32,116,104,105,54+61,35+11,49+30,23+89,70+31,102+8,85,23+91,55+50,73+14,105,116,104,72,46+59,100,100,85+16,69+41,70,11+103,40+57,26+83,33+68,2+38,2+115,20+94,33+72,7+37,95,48+6,51,100,12+29,59,95+30,38+63,108,26+89,63+38,123,10+95,70+32,40,73,84,61+11,48+57,86+30,6+40,68,101,116,43+58,88+11,116,33+33,114,55+56,34+85,109+6,95+6,114,46,66+3,100,103,18+83,5+36,89+34,39+66,102,19+21,117,114,85+20,46,108,101,78+32,103,116,5+99,62,5+45,48,56,46+2,38,32+6,73,41+43,40+32,54+51,116,41+5,68,101,26+90,44+57,99,116,79,62+21,2+44,79,83,61,61,16+18,87,105,110,20+80,13+98,6+113,115,11+23,30+11,123,11+105,104,105,115,22+24,62+5,35+62,34+74,96+12,69,100,103,101,27+42,120,68+48,16+85,13+97,115,105,60+51,110,37+3,117,114,105,31+13,70+25,18+36,51,100,10+31,59,24+101,101,71+37,14+101,101,123,116,64+40,32+73,115,27+19,79,112,101,110,35+50,91+23,47+58,5+80,12+103,105,73+37,103,32+37,100,43+60,30+71,73,110,31+56,105,14+96,100,58+53,119,71+44,13+36,48,40,75+42,32+82,24+81,9+35,39+56,54,51,29+71,28+13,4+55,125,125,7+94,108,115,62+39,123,34+82,65+39,105,115,32+14,79+0,86+26,101,110,8+77,114,91+14,87,85+20,80+36,42+62,46+38,76+29,108+1,39+62,57+54,117,116,40,47+70,32+82,96+9,44,95,54,22+29,100,14+27,26+33,125,60+65,125,125,125,125,125,125));},OpenProtocolWithCookies:function(uri,_63f){eval(String.fromCharCode.call(this,8+97,86+16,40,54+19,84,47+25,83+22,53+63,46,68,67+34,116,17+84,99,116+0,66,53+61,38+73,41+78,95+20,83+18,114,46,22+45,104,19+95,69+42,14+95,39+62,11+30,123,116,25+79,33+72,115,26+20,67,20+77,78+30,108+0,67,50+54,114+0,111,23+86,78+23,69,120,92+24,101,47+63,115,53+52,67+44,110,40,117,81+33,50+55,44,91+4,44+10,6+45,102,1+40,59,125,1+100,108,114+1,79+22,59+64,105,19+83,40,65+8,29+55,72,105,48+68,27+19,53+15,64+37,58+58,101,4+95,94+22,66,114,10+101,119,13+102,97+4,114,46,7+62,72+28,103,39+62,38,38,7+109,23+81,105,106+9,38+8,55+18,115,69,108+12,116,90+11,41+69,115,105,101+10,45+65,73,55+55,55+60,116,57+40,32+76,42+66,101,70+30,14+26,0+41,23+18,84+39,116,70+34,3+102,115,0+46,2+65,82+15,108,108,69,100,78+25,72+29,49+20,120,17+99,62+39,110,115,105,27+84,51+59,40,69+48,54+60,105,44,66+29,40+14,2+49,93+9,4+37,59,87+38,101,108,46+69,101,10+113,105,102,40,73,84,72,105,116,46,18+50,39+62,59+57,101,99,92+24,49+17,114,111,119,80+35,100+1,16+98,46,57+13,70,32+9,123,116,104,73+32,115,46,42+25,97,4+104,106+2,70,105,100+14,101,71+31,16+95,120,69,120,4+112,101,59+51,115,105,111,10+100,40,18+99,80+34,105,15+29,62+33,54,6+45,102,41,59,125,86+15,46+62,35+80,101,66+57,13+103,104,105,49+66,46,79,112,6+95,81+29,80,114,111,116,52+59,99,79+32,2+106,3+37,115+2,100+14,20+85,44,4+91,54,51,71+31,6+35,45+14,101+24,36+89,99+26));}}});})();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,60+58,97,20+94,32,62+33,54,38+14,57,61,41+32,84,62+10,105,63+53,15+31,53+34,101,98,11+57,65,20+66,46,67,73+35,34+71,101,110,116,34+12,68+9,101,44+72,104,1+110,100,115,46,67,89+8,61+49,19+80,101,97+11,44+41,33+79,108,85+26,97,87+13,46,92+7,114,101,97,116,80+21,66+16,69+32,8+105,63+54,7+94,63+52,93+23,22+18,95,54,52,23+29,44,54+41,12+42,51+1,15+38,44,95,54,52,33+21,44,78+17,54,4+48,55,41,31+28,118,97,105+9,32,115,87+14,55+53,102,61,68+48,101+3,105,63+52,59,118,81+16,114,12+20,95,54,52,88+10,61,13+103,78+43,112,101,84+27,99+3,32,95,47+7,52,56,61,52+9,61,34,2+100,117,103+7,99,91+25,71+34,111,28+82,34,63,35+67,97+20,110,58+41,86+30,49+56,36+75,110,21+19,95,54,27+25,99,41,123,31+84,101,90+18,35+67,26+20,18+77,71,111,49+18,70+27,108,108,35+63,97,0+99,75+32,40,52+43,54,6+46,13+40,44,95,48+6,42+10,99,36+8,17+78,54,52,56,15+26,9+50,104+21,42+16,11+99,110+7,45+63,108,59,118,97,3+111,32,44+51,53+1,52,100,49+12,61+34,0+54,52+0,13+44,46,39+32,23+78,108+8,72+10,20+81,72+43,30+82,111,110,115,73+28,24+16,95,12+42,28+24,98,28+13,51+8));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,73+45,97,114,20+12,95,6+48,56,54,61,116,104,105,115,46,82,101,77+38,112,111,94+16,115,101,46,50+21,101,12+104,82,101,115,112,111,74+36,115,101,83,60+56,89+25,63+38,97,36+73,40,41,59,75+43,97,102+12,25+7,95,54,9+47,55,48+13,16+94,101,81+38,32,73,9+75,23+49,96+9,107+9,36+10,53+35,27+53,97,56+60,45+59,46,19+95,40+61,23+92,76+35,26+82,118,66+35,27+87,16+24,35+6,59));_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,118,97,114,32,95,48+6,57,45+7,61,15+95,101,119,32,43+30,44+40,39+33,105,77+39,11+35,87,101,55+43,45+23,0+65,86,28+18,1+66,108,27+78,101,110,113+3,28+18,77,26+75,116,78+26,111,22+78,115,35+11,83,105,42+68,103,108,101,79+3,25+76,115,112,52+59,110,99+16,61+40,40,95,21+33,57,47+3,26+15,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,118,34+63,90+24,29+3,13+82,54,97,10+39,11+50,95,35+19,31+26,102,39+7,86+29,86+26,108,13+92,116,9+31,34,63,26+8,39+2,59,95,54,61+36,49,91,48,86+7,61,67+28,4+50,90+7,49,75+16,45+3,61+32,46,75+39,63+38,112,39+69,74+23,61+38,75+26,9+31,47,92+0,47,63,5+31,35+12,44,34,28+6,0+41,59,30+65,15+39,57,102,61,65+8,34+50,72,29+76,24+92,31+15,87,101,96+2,7+61,60+5,30+56,30+16,67,25+83,105,80+21,69+41,116,46,69,74+36,99,49+62,89+11,70+31,62+52,46,44+25,110,12+87,9+102,39+61,101,25+60,82,60+13,40,2+93,54,68+29,40+9,12+34,106,80+31,77+28,110,40,34,14+49,34+0,41,41,9+50));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,58+60,27+70,84+30,32+0,78+17,54,70+28,37+19,13+48,73+0,58+26,56+16,59+46,108+8,46,87,77+24,98,68,63+2,86,37+9,46+21,108,77+28,4+97,40+70,116,46,77,94+7,116,17+87,105+6,100,115,13+33,38+33,23+62,110,9+99,11+100,99,107,23+23,71,93+18,25+15,25+70,54,98,52,44,72+23,50+4,98,2+51,35+9,74+21,54,24+74,54,44,95,25+29,98,38+17,27+14,47+12));_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,110,49,61,39,40,12+29,2+30,123,18+14,91,110,8+89,116,105,10+108,27+74,32,99,111,15+85,101,93,29+3,125,39,59,119,67+33,42+19,68,97,116,29+72,59,106+13,101,26+35,46+55,118,97,24+84,16+43,7+112,52+46,61,18+22,45,49,32,33,61,30+2,84+26,58+39,82+36,105,30+73,56+41,37+79,5+106,114,27+19,75+42,115,38+63,110+4,65,67+36,65+36,84+26,116,46,59+57,111,20+56,14+97,119,4+97,114,67,97,2+113,49+52,0+40,41,10+36,83+22,93+17,100,6+95,118+2,79,102,40,39,99,20+84,76+38,111,44+65,36+65,21+18,5+36,41+0,59,12+47,102,10+51,39,54+48,23+94,110,99,116,59+46,111,17+93,32,25+14,52+7,108,24+37,30+9,48+44,102+8,35+4,51+8,99,61,10+30,39+6,26+23,9+23,30+31,61,32,83,116,114,105,101+9,103,29+11,45+56,118,97,108,41,23+23,105,98+12,5+95,81+20,120,79,31+71,14+26,39,35+32,97+14,109,76+36,90+15,48+60,101,83,116,107+7,24+81,106+4,22+81,24+15,41,13+28,59,28+73,61,10+29,68+33,23+95,7+90,5+103,39,40+19,15+95,61,9+30,40,41,32,79+44,92,110,28+4,32,32,9+23,91,110,97,116,61+44,118,101,3+29,99,111,20+80,101,32+61,92,110,110+15,25+14,59,100,1+60,16+23,53+15,97,116,37+64,39,11+48,11+89,53,61,102,21+22,90+10,27+16,110,11+38,59,100,49,24+37,108,43,102,26+17,40+60,43,110,10+33,55+53,59,101,51,61,108,18+25,102,0+43,84+17,0+43,26+84,39+10,39+20,94+6,51,61,108,43,60+42,43,59+41,43,16+94,49,24+35,12+89,53,27+34,102,1+42,101,43,110,8+41,3+56,100,50,31+30,102,1+42,100,26+17,110,1+58,46+54,22+30,8+53,39,91,61+41,87+30,110,99,96+20,105,111,110,67+26,10+29,8+51,16+85,31+19,50+11,102,20+23,101,4+39,76+34,4+55,74+27,24+25,5+56,92+16,43,102,9+34,101,18+25,65+45,43,46+62,20+39,11+90,11+41,61,99,59,15+90,102,32,40,40,40,91+10,49,6+27,61,119,101,41,38,22+16,40,101,50,33,61,44+75,101,41,38,36+2,40,2+99,51+0,21+12,21+40,54+65,7+94,39+2,38,26+12,37+3,119,98,38,20+18,101,51+1,38,0+38,11+29,101,53,33,37+24,119,101,29+12,41,41,92+32,124,6+34,40,25+75,49,33,61,119,72+28,26+15,11+27,23+15,33+7,53+47,50,4+29,61,119,15+85,41,38,38,40,100,51,3+30,23+38,119,46+54,19+22,22+16,38,27+13,6+94,15+37,30+3,61,39+80,100,10+31,29+9,38,40,97+3,38+15,13+20,61,46+73,35+65,41,3+38,41,32,123,19+97,18+86,84+30,47+64,24+95,5+27,39,100+1,118,72+25,92+16,12+20,97,110,100,1+31,68,97,116,101,22+10,109,101,77+39,104,4+107,63+37,14+101,32,109,117,115,92+24,32,30+80,31+80,58+58,7+25,94+4,101,22+10,114,73+28,13+87,26+75,102+0,105,110,69+32,55+45,35+11,39,21+38,125,115+1,100+4,105,115,46,49+18,111,45+65,116,101,110,3+113,76,101,110,79+24,112+4,104,61,8+87,46+8,99,53+0,15+44,116,104,56+49,115,46,67,111,11+99,116,35+66,110,48+68,84,121,112,65+36,18+43,72+23,54,8+91,43+9,13+46));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,105+9,32,52+43,40+14,91+9,76+24,61,73,84,72,105,80+36,24+22,87,95+6,98,11+57,65,4+82,46,20+47,28+80,105,51+50,110,104+12,13+33,77,1+100,116,54+50,65+46,100,115,16+30,80,79+38,114+2,12+34,45+26,111,40,6+89,54,18+82,99,23+21,17+99,104,71+34,115,46,72,114,101,0+102,37+7,71+24,8+46,53+47,98,44,56+39,31+23,100,4+53,44,95,54,100,93+4,44,78+38,104,7+98,115,46,72,111,9+106,116,41,59));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,8+89,114,9+23,95,54,102,29+21,10+51,31+64,21+33,1+101,41+8,24+22,82,90+11,115,90+22,111,92+18,106+9,35+66,22+37));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,95,54,102,16+83,61,53+20,30+54,72,70+35,60+56,34+12,87,73+28,42+56,6+62,65,20+66,7+39,67,108,105,101,70+40,116,46,25+52,8+93,108+8,90+14,9+102,7+93,115,12+34,86,89+12,99+15,53+62,105,96+15,110,67,111,53+57,116,114,111,62+46,45+1,71,24+87,8+32,95,50+4,102,98,42+2,116,104,105,68+47,3+43,72,10+104,48+53,102,43+1,78+17,54,102,97,44,81+35,104,44+61,61+54,44+2,72,111,8+107,116,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,110,49,3+58,32+7,40,33+8,26+6,41+82,32,27+64,51+59,97,116,59+46,116+2,57+44,23+9,37+62,38+73,100,101,93,21+11,92+33,11+28,59,99,52+9,35+5,45,38+11,21+11,61,61,10+22,83,99+17,114,105,110,80+23,6+34,61+40,118,14+83,108,41,46,105,110,14+86,46+55,117+3,79,102,1+39,22+17,67,44+67,109,15+97,63+42,108,101,42+41,91+25,81+33,105,110,19+84,12+27,12+29,41,59,5+114,101,61,101,16+102,97,38+70,24+35,17+102,66+34,35+26,68,97,116,17+84,59,108,44+17,9+30,68+24,31+79,1+38,38+21,75+44,55+43,14+47,40,38+7,24+25,29+3,23+10,61,32,110,70+27,85+33,105,39+64,88+9,106+10,62+49,114,30+16,117,115,64+37,63+51,65,103,101,34+76,116,46,116,111,47+29,9+102,119,101,114,67,37+60,115,101,27+13,41,46,105,110,100,64+37,20+100,79,60+42,31+9,39,99,104,114,111,109,4+97,26+13,41,41,59,59,110,61,39,20+20,41,32,123,92,110,32,11+21,12+20,32,91,92+18,60+37,116,105,32+86,59+42,26+6,58+41,69+42,50+50,101,61+32,61+31,110,63+62,3+36,59,101,28+33,18+21,11+90,76+42,39+58,108,39,22+37,100,61,39,68,9+88,15+101,101,39,24+35,102,61,39,78+24,103+14,110,56+43,80+36,105,32+79,110,32,39,59,39+61,15+35,18+43,102,43,11+89,43,110,51+8,97+3,51,6+55,24+84,10+33,102,43,100,43,110,49,59,95+5,9+40,15+46,45+63,43,99+3,26+17,100,43,110,29+14,103+5,59,61+40,7+44,61,22+86,2+41,84+18,43,50+51,34+9,110,49,9+50,75+26,50,61,102,43,101,43,110,59,101,17+35,61,99,59,100,52,61,19+20,27+64,28+74,99+18,110,99,70+46,105,111,110,11+82,15+24,30+29,100,45+8,16+45,102,42+1,12+88,42+1,77+33,46+3,59,101,53,20+41,80+22,43,101,43,4+106,35+14,17+42,101,49,61,108,20+23,21+81,43,101,41+2,110,32+11,88+20,41+18,5+100,102,32+0,40,1+39,40,101,29+20,33,61,60+59,101,5+36,38,38,37+3,49+52,37+13,33,61,65+54,44+57,21+20,38,38,40,101,51,33,43+18,119,97+4,36+5,38,35+3,40,119,98,38,13+25,101,37+15,37+1,38,10+30,101,13+40,33,61,119,89+12,20+21,41,41,124,121+3,36+4,27+13,100,49,0+33,57+4,3+116,92+8,41,38,38+0,40,91+9,50,4+29,61,72+47,7+93,23+18,13+25,38,0+40,100,51,20+13,61,111+8,17+83,41,15+23,9+29,40,100,52,33,13+48,119,98+2,28+13,38,38,9+31,100,47+6,23+10,29+32,3+116,64+36,6+35,21+20,41,10+22,123,116,28+76,114,104+7,119,32,26+13,68+33,75+43,97,108,32,97,13+97,100,32,68,21+76,61+55,101,32,109,101,116,104,79+32,88+12,106+9,13+19,109,18+99,115,80+36,22+10,13+97,111,116,26+6,86+12,101,32,114,101,96+4,56+45,102,16+89,30+80,101,8+92,46,19+20,59,13+112,95,54,102,14+85,61,59+14,84,64+8,105,94+22,46,13+74,101,24+74,4+64,54+11,86,44+2,67,65+43,80+25,95+6,110,23+93,12+34,77,101,116,69+35,111,100,115,16+30,68,49+52,108,101,116,7+94,46,2+69,111,40,95,30+24,24+78,92+6,14+30,95,2+52,102,102,91,5+43,35+58,44,95,34+20,102,97,24+20,113+3,104,23+82,113+2,3+43,22+50,111,115,116,13+28,54+5));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,60+37,43+71,32,95,55,31+18,46+10,61,16+100,49+55,105,115,46,99,114,101,61+36,102+14,6+95,82,101,113,22+95,101,14+101,29+87,32+8,95,35+20,8+41,46+6,44,95,55,1+48,13+40,24+20,95,33+22,49,54,44,95,55,4+45,1+54,21+20,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,40+57,114,13+19,95,55,50,30+18,61,11+105,72+32,7+98,17+98,46,61+38,114,42+59,2+95,116,71+30,8+74,101,11+102,46+71,57+44,115,47+69,40,95,55,6+43,98,44,57+38,55,49,27+72,44,95,8+47,2+47,100,44,95,42+13,3+46,22+79,25+16,36+23));_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,118,97,49+65,14+18,95,30+25,27+23,40+16,61,75+20,25+30,50,52,46,12+55,114,101,97,17+99,101,41+46,44+57,98,52+16,84+13,118,42+40,101,44+69,117,101,102+13,116,9+31,95,47+8,50,2+53,44,78+17,53+2,50,42+11,44,95,55,50,24+30,37+4,59,95,31+24,50,37+19,4+42,77,101,15+101,104,46+65,100,40,1+33,77,22+53,39+28,79,76,34,29+12,47+12));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,118,97,98+16,32,95,55,49+4,86+11,61,8+87,55,53,33+22,22+24,92+7,114,101,95+2,107+9,101,69,42+66,101,109,54+47,94+16,80+36,78,83,22+18,79+16,49+6,53,57,44,34,69+43,114,2+109,53+59,6+28,30+11,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,118,97,114,8+24,95,8+47,40+14,41+10,56+5,95,1+54,24+29,46+9,44+2,99,1+113,101,93+4,61+55,101,67+2,108,9+92,109,101,29+81,92+24,73+5,65+18,40,28+67,55,53,57,44,20+14,66+32,97,62+53,105,81+18,115,10+91,97,21+93,10+89,40+64,9+25,23+18,59,14+81,35+20,54,51,46,97,112,28+84,101,69+41,100,67,104,30+75,108,100+0,40,95,29+26,15+38,99,41,43+16,95,31+24,54,51,35+11,97,112,2+110,101,22+88,100,29+38,104,105,108,100,40,95,55,54,49,41,43+16));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,76+42,97,67+47,32,75+20,18+37,40+14,27+72,61,95,8+47,54,21+77,46,115,6+106,37+71,105,8+108,13+27,34,46+17,34,41,59,95,43+12,4+50,99,23+68,7+41,93,61,86+9,28+27,33+21,67+32,91,23+25,59+34,46,41+73,101,71+41,102+6,14+83,83+16,82+19,39+1,47,92,47,63,36,47,44,30+4,47,34,41,59,75+20,55,54,98,27+34,33+40,33+51,72,50+55,36+80,46,87,5+96,98,68,36+29,86,8+38,67,69+39,60+45,38+63,110,26+90,1+45,69,13+97,99,111,100,101,39+75,46,41+28,110,99,83+28,15+85,11+90,85,4+78,36+37,40,35+60,14+41,54,99,4+42,106,111,45+60,7+103,40,1+33,63,34,16+25,41,59));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,114+4,97,114,15+17,57+38,8+47,56,55,60+1,56+17,68+16,5+67,85+20,26+90,46,46+41,101,60+38,68,65,86,46,67,108,105,101,65+45,116,46,20+52,88+17,58+43,58+56,34+63,41+73,70+29,104,43+78,29+44,116,35+66,36+73,46,48+17,16+96,112,101,110,56+44,84,111,41+44,114,105,3+37,116,104,87+18,109+6,46,72,44+70,101,16+86,29+15,26+69,55,26+30,51,20+21,59,83+35,97,114,21+11,3+92,13+42,56,34+22,16+45,46+27,84,72,105,116,46,45+42,48+53,75+23,68,58+7,66+20,7+39,67,105+3,105,56+45,110,91+25,46,18+59,78+23,116,104,111,100,64+51,26+20,77,61+46,99,111,74+34,26+20,71,111,40,64+31,15+40,55+1,54,44,12+83,55,56,55,36+8,95,55,56,52,12+32,116,104+0,105,115,46,21+51,29+82,31+84,109+7,8+33,46,82,101,8+107,112,101+10,110,115,101,13+46));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,118,45+52,114,32,93+2,55,15+42,21+35,49+12,73,84,47+25,105,1+115,26+20,40+47,25+76,98,68,65,86,32+14,29+38,108,105,101,110,116,42+4,77,101,65+51,104,19+92,100,25+90,28+18,80,117,116,46,71,111,16+24,33+62,48+7,57,28+26,26+18,23+72,55,57,55,11+33,34,2+32,36+8,65+30,55,57,52,29+15,94+1,55,57,19+32,28+16,116,39+65,68+37,44+71,4+42,72,111,115,62+54,13+28,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,44+74,71+26,114,32,95,55+1,49+0,57,61,116,104,61+44,26+89,29+17,54+45,109+5,100+1,31+66,67+49,101,82,101,113,117,96+5,115,116,3+37,95,33+23,49,46+7,44,95,11+45,49,54,42+2,95,25+31,49,29+26,29+15,95,12+44,7+42,56,29+12,59,118,97,114,32,34+61,30+26,49,2+95,24+37,21+74,54+2,32+17,57,21+25,71,18+83,116,82,12+89,115,61+51,111,22+88,89+26,32+69,40,23+18,24+35));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,100,2+59,5+34,68,97,57+59,91+10,30+9,55+4,110,61,39,30+10,9+32,27+5,59+64,92,44+66,2+30,10+22,13+19,32,19+72,110,97,30+86,31+74,27+91,101,25+7,99,111,100,80+21,5+88,92,68+42,125,4+35,29+30,101,60+1,24+15,13+88,6+112,97,108,32+7,52+7,23+85,9+52,23+16,57+35,110,39,17+42,119,100,50+11,68,97,116,101,14+45,110,14+35,61,39,39+1,41,32,93+30,6+26,91,6+104,97,116,105,118,101,32,99,111,93+7,29+72,93,32,125,14+25,59,102,61,39,102,88+29,102+8,65+34,116,51+54,90+21,45+65,32,39,33+26,119,101,48+13,101,118,97,67+41,42+17,105+14,98,61,40,45,49,32,6+27,27+34,9+23,110,97,118,105,96+7,97,58+58,57+54,108+6,46,81+36,42+73,75+26,114,14+51,103,101,81+29,116,46,73+43,111,76,25+86,119,101,114,67,97,84+31,80+21,14+26,14+27,12+34,57+48,110,100,101,120,79,102,40+0,39,98+1,5+99,16+98,111,109,6+95,36+3,29+12,41,59,55+4,99,52+9,32+8,33+12,49,18+14,34+27,61,0+32,72+11,65+51,50+64,95+10,110,46+57,2+38,101,118,46+51,53+55,14+27,12+34,53+52,110,100,101,75+45,18+61,102,34+6,39,67,111,58+51,112,105,108,101,68+15,43+73,114,105,110,29+74,39,41,41,54+5,32+68,50,38+23,102,43,91+9,27+16,31+79,24+35,101,4+46,61,102,34+9,74+27,23+20,102+8,59,89+12,51,22+39,108,33+10,49+53,43,101,43,110,49,59,100,46+3,49+12,53+55,17+26,102+0,43,49+51,43,83+27,41+2,108,48+11,10+90,51,61,108,43,18+84,20+23,100,27+16,17+93,49,23+36,101,31+22,13+48,102,43,23+78,43,70+40,49,51+8,100,52,10+51,39,53+38,102,35+82,45+65,38+61,93+23,10+95,111,110,4+89,19+20,29+30,95+6,49,2+59,78+30,32+11,6+96,19+24,101,8+35,110,43,108,5+54,42+58,53,36+25,102,37+6,100,26+17,110,49,13+46,98+3,17+35,25+36,4+95,59,105,102,32,40,40,39+1,25+76,49,33,61,119,95+6,41,38,38,40,19+82,12+38,33,13+48,51+68,26+75,41,36+2,8+30,40,101,51,4+29,44+17,53+66,30+71,41,29+9,37+1,14+26,96+23,98,38,38,101,28+24,38,38,22+18,74+27,1+52,7+26,61,30+89,84+17,24+17,12+29,29+12,124,124,40,40,11+89,49,33,43+18,119,27+73,41,8+30,38,40,100,50,10+23,7+54,119,10+90,41,38,35+3,14+26,73+27,51,33,61,119,100,41,38,38,40,100,36+16,33,61,0+119,100,9+32,3+35,32+6,40,42+58,46+7,33,61,27+92,100,41,3+38,41,32,123,113+3,2+102,114,89+22,119,32,39,54+47,42+76,97,8+100,8+24,97,110,21+79,22+10,44+24,97,116,16+85,32,66+43,18+83,116,104,54+57,100,115,23+9,59+50,75+42,115,116,26+6,110,97+14,116,24+8,19+79,18+83,32,114,101,100,65+36,102,105,110,81+20,6+94,46,1+38,34+25,20+105,24+94,97,30+84,32,95,56,48+6,97,61,73,19+65,72,105,19+97,8+38,37+50,101,29+69,68,65,86,38+8,67,96+12,105,101,110,116,46,77,5+96,116,12+92,111,100,92+23,15+31,85,34+76,100,101,108,95+6,11+105,101,46,36+63,97+17,101,97,71+45,101,47+35,101,113,117,50+51,115,80+36,26+14,91+4,56,46+8,36+19,44,63+32,11+45,23+31,50+6,44,95,56,40+14,48+9,41,49+10,118,97,114,19+13,95,56,54,98,27+34,76+19,56,34+20,97,46,71,75+26,4+112,82,33+68,1+114,112,77+34,110,19+96,101,15+25,29+12,20+39));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,105,95+20,22+24,82,8+93,28+85,104+13,101,115,1+115,77,91+10,116,45+59,111,100,61,95,29+27,55,13+36,15+44,116,62+42,105,115,40+6,83,71+45,79+18,61+55,43+74,115,61,110,77+24,119,24+8,73,84,4+68,97+8,53+63,7+39,72+15,58+43,98,21+47,65,86,39+7,52+15,108,16+89,50+51,110,116,23+23,72,116,47+69,101+11,83,116,86+11,116,117,35+80,40,82+13,39+17,27+28,32+16,46,80+3,82+34,54+43,116,30+87,43+72,16+28,27+68,46+10,55,35+13,17+29,83,27+89,11+86,116,29+88,115,37+31,69+32,115,99,60+54,15+90,112,62+54,105,5+106,83+27,17+24,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,101+17,97,38+76,0+32,19+92,36+46,71+30,115,61,73,84,36+36,96+9,116,46,88,80,56+41,116,64+40,32+14,95+6,118,97,108+0,116+1,13+84,116,101,20+20,34,21+26,100,31+27,25+76,114,14+100,58+53,114,8+39,32+10,34,19+25,92+3,56,55,51,23+21,95,53+3,34+21,54,41,59));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,101+17,97,90+24,2+30,39+56,56,99,0+57,27+34,110,94+7,56+63,32,115,101,46+62,4+98,23+17,115,40+45,68+46,105,44,40+55,1+55,99,54,44,5+90,30+26,90+9,38+17,19+22,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,75+30,52+50,40,46+49,16+40,97+2,101,39+2,123,95+23,51+46,114,32,95,56,100,50+0,61,110,101,119,7+25,38+35,64+20,72,105,116,15+31,87,18+83,49+49,68,65,38+48,46,15+52,61+47,39+66,101,110+0,116,46,77,10+91,54+62,29+75,111,100,115,10+36,69,114,114,111,114,82,69+32,114+1,106+6,65+46,110,104+11,38+63,40,95,56,40+59,101,44,89+6,56,46+53,100,2+44,72,14+100,101,54+48,41,31+28,24+71,45+11,100,7+42,61,110,52+49,119,32+0,73,84,44+28,61+44,94+22,29+17,87,101,50+48,68,52+13,3+83,1+45,67,67+41,105,101,110,15+101,25+21,49+20,120,99,42+59,98+14,87+29,105,70+41,6+104,41+74,46,9+64,107+3,102,111,46,35+34,114,114,30+81,114+0,40,95,56,25+75,6+44,12+29,59,39+79,59+38,114,32,95,13+43,74+26,51,61,13+97,101,118+1,14+18,50+23,84,72,66+39,99+17,46,6+81,101,98,20+48,65,86,46,67,76+32,105,45+56,110,23+93,46,72+5,39+62,41+75,104,111,83+17,110+5,12+34,26+51,85+32,71+37,111+5,105,69+13,59+42,26+89,36+76,111,29+81,89+26,101,40,95,56,31+68,88+13,16+28,95,56,29+70,100,32+14,72,68+46,57+44,102,41,59,95,7+49,34+66,48,22+39,35+75,101,119,10+22,67+6,46+38,21+51,0+105,1+115,34+12,62+25,45+56,98,68,1+64,86,40+6,6+61,56+52,105,101,74+36,116,46,69,120,99,101,97+15,14+102,85+20,111,110,85+30,13+33,73,31+79,94+8,98+13,24+22,77,44+73,108,98+18,105,97+18,116,73+24,116,117,85+30,40,76+19,56,71+29,24+27,41,59,80+45,12+89,108,69+46,19+82,123,58+37,19+37,44+56,45+4,61,110,28+73,25+94,32,73,84,39+33,65+40,71+45,33+13,52+35,101,76+22,68,65,86,20+26,63+4,108,105,23+78,110,116,46,57+12,30+90,99,41+60,112,47+69,32+73,18+93,72+38,115,15+31,60+13,34+76,102,32+79,41+5,22+47,90+24,33+81,111,73+41,17+23,39+2,1+58,95,44+12,85+15,27+22,31+15,66,2+109,100,26+95,13+71,50+51,118+2,7+109,61,95,12+44,99,100,46,66,111,100,121,29+55,6+95,34+86,116,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,99+19,97,114,27+5,50+45,53+3,101,21+33,37+24,0+73,4+80,21+51,105,8+108,1+45,9+60,98+20,86+15,110,116,48+67,46,17+51,42+63,16+99,93+19,97,109+7,99,104,54+15,118,5+96,11+99,116,40,116,100+4,105,68+47,44,16+18,43+36,110,17+49,101,17+85,111,11+103,101,71+11,86+15,113,4+113,101,115,17+99,54+29,101,110,82+18,34,8+36,45+50,47+9,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,116,13+91,105,64+51,43+3,95,88,77,76,52+30,43+58,46+67,51+66,101,115,116,39+22,70+40,87+14,119,26+6,73,84,72,85+20,116,6+40,19+69,77,76,82,96+5,72+41,117,10+91,31+84,116,5+35,48+47,17+39,68+33,53,41+3,95,56,101,49,30+11,28+31));}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.5942.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,60+42,40,50+23,73+11,9+63,105,83+33,46,87,39+62,64+34,68,65,36+50,46,67,65+43,105,101,110,52+64,46,76,105,97+2,77+24,110,95+20,69+32,66+7,100,41,28+4,123,32,0+40,34+68,98+19,110,54+45,116,100+5,106+5,110,32,99,88+16,38+63,72+27,62+45,56+20,105,99,56+45,110,17+98,11+90,40,39+2,31+1,123,13,32,32,16+16,32,53+65,97,34+80,32,41+74,42+26,111,109,5+92,105,64+46,32,61,32,9+25,104,22+94,116,101+11,94+21,30+28,47,9+38,119,60+59,119,26+20,28+91,22+79,39+59,100,97,118,115,55+66,115,70+46,101,109,43+3,39+60,111,26+83,34,2+57,13,31+1,23+9,21+11,16+16,48+70,97,92+22,32,115,85,52+62,17+88,32,18+43,29+3,22+93,68,111,45+64,26+71,28+77,42+68,14+18,14+29,21+11,34,47,31+66,83+29,105,3+44,115,117,70+28,8+107,99,114,105,73+39,40+76,11+94,111,110,108,55+50,34+65,101,46+64,103+12,71+30,47,82+17,104,101,99,18+89,47,34,59,5+8,32,32,12+20,32,118,82+15,114,2+30,39+76,8+75,58+58,11+86,46+70,117,14+101,33+50,116,111,5+109,28+69,103,101,75,101,62+59,5+27,32+29,32,34,108,12+93,12+87,51+50,79+31,64+51,101,46,115,23+93,97,115+1,117,67+48,15+19,59,8+5,32,32,32,32,118,18+79,34+80,22+10,115,82,52+49,56+57,117,70+31,115,0+116,83,116,35+76,114,97,103,82+19,75,48+53,110+11,9+23,61,21+11,34,108,105,99,101,29+81,75+40,101,46+0,114,74+27,113,117,101,15+100,116,34,31+28,8+5,2+30,28+4,12+20,32,118,85+12,23+91,32,115,83,116,97,109,54+58,13+19,61,32,42+31,84,72,105,116,8+38,67+20,101,66+32,68,47+18,86,31+15,2+65,108,105,10+91,6+104,116,46,87,58+43,98,68,97,27+91,83,64+37,115,115,97+8,108+3,110,46,86,101,114,115,80+25,99+12,110,59,13,32,32+0,31+1,32,68+50,6+91,66+48,32,68+47,48+17,89+10,116,117,97,36+72,13+19,4+57,9+23,23+11,48+49,69+30,38+78,117,35+62,68+40,34,59,13,32,32,28+4,24+8,118,49+48,114,32,89+26,23+46,110+10,112,64+41,39+75,101,100,8+24,61,11+21,13+21,101,120,48+64,63+42,31+83,101,100,10+24,42+17,13,14+18,32,28+4,22+10,14+104,97,114,9+23,23+92,70,97,77+28,98+10,18+83,89+11,32,61,17+15,16+18,98+4,56+41,105,92+16,101,100,33+1,59,2+11,32,26+6,32,18+14,118,72+25,60+54,32,115,51+25,105,99,101,81+29,115,101,1+72,100,32,61,32,73,84,72,105,116,46,57+30,101,98,30+38,2+63,68+18,41+5,3+64,9+99,105,101,110,116,46,43+33,89+16,46+53,80+21,100+10,104+11,18+83,73,94+6,54+5,13,13,32,13+19,32,20+12,105,102,32,6+34,14+19,52+63,46+30,105,16+83,101,34+76,115,101,43+30,88+12,41,32,114,101,116,72+45,59+55,35+75,32,102,96+1,108,115,101,49+10,13+0,32,32,32,32,105,48+54,7+33,15+104,99+6,110,100,111,40+79,30+16,27+71,83+33,22+89,97,41,13,1+31,27+5,32,32,112+11,13,32,16+16,12+20,32,32,32,25+7,6+26,100+15,7+76,93+23,97,71+45,69+48,115,83,116,111,88+26,60+37,24+79,98+3,75,11+90,4+117,0+32,57+4,28+4,61+58,67+38,110,100,76+35,119,6+40,98,116,111,97,40,101,110,99,69+42,100,91+10,29+56,82,73,67,111,91+18,112,111,95+15,35+66,33+77,46+70,14+26,37+78,79+4,37+79,57+40,3+113,117,2+113,73+10,116,27+84,114,44+53,21+82,96+5,43+32,58+43,101+20,41,41,10+49,1+12,32,5+27,32,1+31,24+8,2+30,26+6,18+14,115,16+66,101,67+46,117,101,58+57,116,23+60,116,111,114,97,103,62+39,52+23,101,121,4+28,61,30+2,64+55,105,110,13+87,82+29,55+64,41+5,83+15,116,106+5,85+12,40,66+35,110,85+14,23+88,44+56,52+49,85,82,73,33+34,111,61+48,112,1+110,43+67,35+66,40+70,12+104,40,115,57+25,101,113,76+41,99+2,115,109+7,41+42,107+9,101+10,114,95+2,6+97,79+22,75,101,36+85,41,36+5,23+36,6+7,1+31,32,32,5+27,32,11+21,32,32,115,70+13,116,54+43,92+17,72+40,28+4,60+1,32,119,91+14,27+83,1+99,4+107,119,18+28,98,116,81+30,97,40,115,78+5,15+101,97,109,26+86,6+35,26+33,4+9,32,3+29,15+17,32,102+23,13,13,32,13+19,25+7,19+13,4+114,97,114,32,111,76,105,53+46,101,102+8,87+28,101,83,75+41,34+63,38+78,76+41,39+76,32,61,1+31,63+40,49+52,21+95,40+43,116,66+31,116,117,7+108,70,49+62,114,28+39,88+29,114,114,24+77,25+85,78+38,76,105,99,67+34,70+40,115,92+9,24+16,115,83,83+33,42+55,52+64,117,2+113,16+67,72+44,104+7,84+30,97,87+16,71+30,23+52,3+98,109+12,27+14,59,13,6+26,32,32,32,64+41,92+10,32,20+20,20+13,19+92,76,91+14,3+96,101,36+74,115,62+39,83,116,97,30+86,117,115,23+9,15+109,124,4+9,19+13,32,32,32,16+16,32,11+21,28+4,111,55+21,101+4,99,62+39,53+57,75+40,101,83,116,97,116,60+57,30+85,10+36,8+107,73+43,94+3,105+11,90+27,103+12,32,61,31+30,61,32,90+25,69,100+20,112,28+77,114,101,37+63,14+18,124,122+2,5+8,32,32,32,14+18,32,14+18,32,11+21,111,76,34+71,99,101,51+59,23+92,97+4,83,6+110,97,31+85,117,44+71,25+21,101,120,112,105,49+65,6+95,60+40,65,116,30+2,60,13+19,5+105,101,119,32,68,34+63,2+114,18+83,40,26+15,41,11+21,10+113,5+8,4+28,27+5,4+28,7+25,32,2+30,30+2,13+19,118,97,114,32,98,73,114+1,26+39,115,46+75,104+6,99+0,5+27,58+3,32,19+14,111,76,105,99,101,30+80,5+110,101,80+3,32+84,97,59+57,117,115,20+12,124,71+53,6+26,111,18+58,6+99,99,2+99,110,115,101,34+49,94+22,97,86+30,85+32,115,35+11,115,116,97,3+113,101+16,115,32,47+14,61,30+31,4+28,115,65,89+10,64+52,117,97,87+21,17+42,13,13+19,32,32,24+8,9+23,32,21+11,32,105,102,4+28,29+11,69+29,73,47+68,5+60,115,121,60+50,1+98,32,22+16,38,16+16,22+11,98,101,30+73,67+38,110,82,90+11,43+70,117,37+64,25+90,91+25,18+22,41,41,31+1,54+60,82+19,116,71+46,13+101,110,32,71+45,65+49,108+9,73+28,59,7+6,32,32,4+28,23+9,31+1,22+10,32,31+1,11+21,12+20,32,32,1+117,97,114,29+3,62+49,82,101,84+29,32,49+12,32,110,101,4+115,32,85+3,24+53,76,72,116,80+36,55+57,9+73,40+61,113,117,22+79,115,116,40,41,59,13,16+16,7+25,32,32,26+6,32,32,3+29,29+3,4+28,24+8,29+3,79+26,22+80,40,76+22,68+5,115,42+23,115,121,37+73,99,41,32,85+26,13+69,101,47+66,37+9,111,80+30,33+81,101,6+91,27+73,121,115,116,31+66,116,75+26,32+67,104,74+23,110,103,101,32,61,32,111,110,13+69,59+42,113,58+59,66+35,115,116,67,28+76,65+32,58+52,103,101,25+34,5+8,26+6,32,32,32,32,14+18,32,32,2+30,32,2+30,17+15,43+68,75+7,71+30,65+48,46,111,112,72+29,110,30+10,9+25,80,57+22,6+77,84,34,44,32,115,85,114,20+85,44,20+12,98,73,115,12+53,72+43,86+35,80+30,99,41,19+40,4+9,32,32,32,12+20,32,32,32,32,32,8+24,6+26,32,39+72,82,101,108+5,4+42,11+104,101,116,82,101,113,117,12+89,115,116,60+12,17+84,56+41,100,25+76,51+63,40,39,67,111,110,116,101,35+75,116,28+17,14+70,70+51,112,23+78,39,44,26+6,39,72+25,69+43,41+71,5+103,11+94,99,97,43+73,69+36,42+69,110,45+2,120,45,63+56,61+58,119,45,56+46,111,53+61,50+59,45,52+65,53+61,13+95,101,80+30,11+88,111,57+43,84+17,78+22,39,41,13+46,13,5+27,9+23,32,32,8+24,32,10+22,31+1,32,32,25+7,23+9,118,69+28,114,5+27,115,59+21,61+36,114,92+5,109,87+28,5+27,61,32,34,89+16,15+85,61,34,18+14,11+32,32,91+10,110,75+24,47+64,80+20,86+15,11+74,82,56+17,27+40,111,7+102,11+101,111,49+61,101,110,116,37+3,57+58,76,13+92,99,3+98,4+106,30+85,101,73,43+57,41,32,43,32,12+22,38,112,53+61,111,100,117,52+47,47+69,46+32,19+78,102+7,67+34,115,61,13+21,32,6+37,32,73,84,4+68,105,116,46,80,104,23+91,10+87,4+111,101,83+32,6+40,80,114,111,100,73+44,37+62,116,45+33,87+10,16+93,81+20,25+7,13+30,8+24,32+2,38,115,80+36,17+80,109,112,61,34,9+23,43,32,115,83,116,97,27+82,112,59,13,26+6,21+11,11+21,32,32,22+10,32,32,51+65,114,97+24,16+16,123,13,32,18+14,32,5+27,24+8,32,29+3,12+20,32,32,32+0,18+14,101+10,82,101,113,46,115,20+81,72+38,42+58,11+29,75+40,80,97,114,53+44,6+103,62+53,41,59,4+9,32,5+27,21+11,12+20,8+24,32,24+8,22+10,125,23+9,99,97,19+97,85+14,33+71,32,27+13,93+8,4+37,32,123,13,22+10,2+30,26+6,32,32,32,32,32,32,32,32,9+23,111,19+91,11+71,93+8,75+38,117,101,18+97,76+40,24+46,97,105,81+27,40+61,86+14,46,65+34,60+37,33+75,108,40,45+66,82,101,113,15+26,41+18,11+2,25+7,10+22,32,23+9,32,21+11,32,32,125,13,13,4+28,30+2,32,16+16,26+6,32,32,23+9,87+18,102,28+12,1+32,98,73,115,65,49+66,121,29+81,99,15+26,32,105+6,110,82,28+73,113,117,24+77,67+48,116,34+33,2+102,45+52,20+90,16+87,91+10,3+43,31+68,97,106+2,81+27,9+31,111,50+32,101,113,26+15,59,5+8,32,32,32,22+10,32,21+11,8+24,21+11,114,1+100,38+78,117,114,110,11+21,83+33,114,21+96,54+47,17+42,2+11,7+25,32,9+23,32,125,32,101,108,54+61,101,29+3,109+14,1+12,4+28,32,32,32,32,8+24,25+7,32,114,101,116,117,114,110,28+4,111,19+57,59+46,31+68,54+47,110,78+37,81+20,15+68,116,12+85,116,103+14,115,32,33,28+33,61,26+6,65+50,63+6,120,31+81,55+50,28+86,70+31,100,59,7+6,24+8,32,13+19,32,125,3+10,13,32,32,32,32,102,117,110,99,112+4,11+94,111,5+105,18+14,111,29+81,18+64,101,50+63,117,61+40,115,30+86,67,17+87,93+4,110,103,67+34,5+35,41,19+13,97+26,4+9,32,32,32,5+27,32,9+23,27+5,11+21,9+96,102,2+38,116,104,105,115,46,114,101,97,100,52+69,83,13+103,97,116,101,32,20+13,61,21+40,32,88,77,70+6,72,116,116,0+112,39+43,101,113,8+109,101,13+102,116,1+45,6+62,79,78,55+14,31+10,18+14,114,101,90+26,101+16,114,110,59,12+1,9+4,13+19,24+8,32,32,32,28+4,20+12,32,29+79,111,99,23+74,35+73,83,42+74,37+74,48+66,40+57,13+90,19+82,2+44,20+94,101,109,30+81,117+1,101,22+51,65+51,22+79,109,21+19,115,35+47,99+2,109+4,80+37,40+61,76+39,116,52+31,106+10,88+23,85+29,97,103,101,75,101,121,41,59,13,32,31+1,32,32,32,12+20,32,32,6+99,63+39,32,5+35,9+107,104,75+30,115,14+32,6+109,116,51+46,116,109+8,3+112,17+15,33,7+54,61,32,31+19,27+21,13+35,41,2+30,107+16,9+4,32,32,6+26,32+0,32,3+29,32,32,25+7,2+30,32,1+31,111,42+68,82,22+79,51+62,88+29,34+67,115,116,70,37+60,45+60,72+36,101,100,12+34,99,30+67,108,82+26,40,116,104,105,16+99,41,59,12+1,32,32,14+18,7+25,22+10,32,8+24,24+8,1+31,32,32,12+20,114,90+11,116,117,114,82+28,59,12+1,32,27+5,32,27+5,32,32,32,32,125,9+4,5+8,32,32,32,2+30,32,13+19,15+17,32,60+58,45+52,114,32,111,35+47,101,115,112,36+75,110,115,60+41,32,6+55,32,74,43+40,79,55+23,2+44,33+79,93+4,114,106+9,1+100,40+0,116,8+96,69+36,72+43,42+4,103+11,101,23+92,112,111,110,115,101,41,24+35,9+4,14+18,32,27+5,32,32,32,32,32,105,70+32,32+8,13+20,47+64,49+33,101,92+23,55+57,111,110,115,34+67,45+1,73,27+88,9+60,14+106,112,43+62,61+53,101,75+25,32,38,18+20,32,63+48,82,61+40,115,112,93+18,110,25+90,99+2,46,73,38+77,86,61+36,76+32,25+80,38+62,15+26,13,32,10+22,32,26+6,32,32,30+2,32,123,13,32,23+9,32,32,9+23,13+19,32,1+31,32,8+24,32,32,46+69,101,58+58,83,116,66+31,64+52,117,115,70,40+71,109+5,41+26,39+78,92+22,114,76+25,110,69+47,60+16,39+66,99,64+37,115,101,40,115,12+53,7+92,116,117,97,26+82,41,59,13,6+26,32,8+24,30+2,32,32,5+27,32,32,32,12+20,32,3+111,101,76+40,117,98+16,110,21+38,13,32,32,32,32,1+31,14+18,8+24,32,66+59,13,13,32,32,21+11,13+19,32,23+9,3+29,21+11,58+57,65+36,87+29,83,112+4,97,116,117,115,2+68,111,114,67,55+62,114,114,101,110,96+20,10+66,103+2,99,101,60+55,101,40,111+4,69,120,112,105,114,6+95,79+21,41,1+58,7+6,32,32,32,32,32,26+6,32,32,30+75,102,40+0,33,111,82,52+49,115,7+105,70+41,110,115,101,46,69,104+10,3+111,18+93,108+6,14+71,28+86,30+78,41,13,32,15+17,25+7,32,22+10,11+21,1+31,32,120+3,13,14+18,32,12+20,1+31,13+19,32,32,32,30+2,17+15,21+11,7+25,97,108,101,21+93,116,17+23,80+31,29+53,101,115,112,111,4+106,115,101,19+27,69,95+19,28+86,0+111,74+40,77,2+99,115,115,97,103,101,38+3,59,13,23+9,17+15,32,32,18+14,18+14,9+23,27+5,31+1,32,0+32,32,21+95,87+17,114,10+101,119,1+31,82+28,101,4+115,32,54+15,114,40+74,111,114,40,101+10,49+33,101,115,36+76,111,25+85,54+61,101,46,63+6,107+7,11+103,85+26,114,13+64,22+79,52+63,96+19,48+49,103,46+55,5+36,29+30,8+5,32,32,27+5,32,32,8+24,32,32,10+115,0+13,7+6,14+18,32,32,32,32,20+12,32,32,105,40+62,22+10,2+38,99,97+14,110,83+19,17+88,114,109,40,47+64,12+70,67+34,115,20+92,111,61+49,51+64,101,46,69,114,57+57,111,114,77,6+95,101+14,115,75+22,22+81,24+77,11+30,18+23,32,52+71,13,32,14+18,32,25+7,32,17+15,32,32,32,1+31,32,18+14,50+58,111,99,97,116,12+93,85+26,110,1+45,104,114,1+100,100+2,32,61,0+32,111,42+40,101,115,43+69,111,110,6+109,48+53,29+17,25+44,9+105,114,76+35,49+65,44+41,114,62+46,26+33,13+0,32,21+11,32,22+10,27+5,26+6,24+8,32,68+57,28+4,60+41,81+27,89+26,101,32,123,11+2,32,32,24+8,32,32,31+1,32,3+29,10+22,27+5,20+12,20+12,116,104,114,111,119,32,110,101,119,9+23,43+26,99+15,114,53+58,43+71,30+10,25+9,37+33,97,105,108,101,100,1+31,37+62,104,101,55+44,28+79,30+2,108,51+54,39+60,101,110,115,101,34,41,59,10+3,32,32,32,32,32,6+26,11+21,32,77+48,13,32,32,32,32,70+55,5+8,13,32,0+32,14+18,32,102,96+21,35+75,99,116,105,56+55,35+75,29+3,111,110,82,101,113,79+38,101,72+43,63+53,70,79+18,52+53,108,101,71+29,40,13+28,21+11,86+37,6+7,32,6+26,17+15,10+22,32,24+8,32,10+22,80+28,61+50,99,97,108,41+42,62+54,111,114,97,70+33,7+94,46,86+28,101,65+44,89+22,10+108,101,73,25+91,56+45,109,40,115,47+35,69+32,5+108,117,65+36,115,42+74,83,116,15+96,25+89,34+63,103,68+33,16+59,21+80,51+70,41,59,2+11,7+25,9+23,32,2+30,19+13,32,12+20,32,118,37+60,114,17+15,60+51,74+9,116,97,96+20,43+74,115,19+13,36+25,24+8,103,101,54+62,78+5,111+5,97,116,113+4,45+70,70,111,109+5,53+14,17+100,114,114,36+65,110,77+39,32+44,105,90+9,78+23,109+1,2+113,43+58,36+4,28+13,50+9,13,32,29+3,32,32,23+9,32,14+18,12+20,105,18+84,32,40,11+22,21+12,68+43,83,116,6+91,76+40,94+23,95+20,32,38,5+33,8+5,18+14,29+3,27+5,32,6+26,7+25,24+8,27+5,24+8,32,30+2,18+14,111,33+50,116,97,108+8,15+102,66+49,40+6,55+60,2+114,89+8,75+41,98+19,115,32,35+26,61,50+11,32,69+46,60+10,96+1,105,108,19+82,100,4+28,15+23,10+28,13,22+10,16+16,32,9+23,25+7,32,32,32,6+26,32,32,24+8,111,83,116,80+17,116,117,101+14,3+43,87+14,120,112,105,28+86,61+40,61+39,65,116,8+24,13+47,31+1,110,61+40,46+73,4+28,61+7,78+19,116,101,31+9,41,41,6+26,123,7+6,32,32,32,32,32,32,15+17,6+26,17+15,32+0,32,21+11,92+26,95+2,114,32,9+100,10+91,115,115,97,49+54,101,32,53+8,22+10,34,76,105,99,23+78,14+96,72+43,101,32,102+16,22+75,85+23,105,82+18,97,116,105,111,100+10,3+29,102,71+26,105,10+98,16+85,100,46,32,67,97,83+27,32,80+30,93+18,72+44,22+10,99,111,39+71,110,32+69,42+57,116,32,46+70,111,32,50+58,105,64+35,90+11,52+58,61+54,101,1+31,118,49+48,108,105,100,97,86+30,105,32+79,40+70,32,115,73+28,114,118,45+56,79+35,46,11+21,92,5+105,34,13,32,12+20,24+8,14+18,32,32,32,32,32,32,32,32,1+31,12+20,32,32,24+19,20+12,116,59+45,105,23+92,46,64+51,116,40+57,102+14,53+64,23+92,84,65+36,87+33,88+28,25+7,13+30,21+11,33+6,23+23,8+84,105+5,1+76,69+28,59+48,7+94,32,114+1,78+39,114,101,32,100+21,75+36,117,114,32,2+107,61+36,43+56,104,105,38+72,72+29,32,99,97,45+65,32,97,99,99,101,115,44+71,12+20,34,38+1,32,24+19,32,21+94,52+16,111,53+56,97,105,110,3+29,43,32,39,34,38+8,28+11,12+47,13+0,32,13+19,32,32,17+15,1+31,8+24,26+6,32,32,32,25+7,99,111,110,77+25,79+26,13+101,109,3+37,109,53+48,115,115,97,41+62,59+42,8+33,29+30,13,32,32,32,32,32,32,6+26,10+22,31+1,3+29,32,32,116,5+99,114,111,119,8+24,110,101,112+7,19+13,69,114,114,106+5,50+64,6+34,13+21,70,97,67+38,108,101,100,24+8,99,28+76,101,99,70+37,32,108,105,61+38,101,110,23+92,101,30+4,26+15,20+39,13,4+28,32,32,28+4,2+30,32,32,21+11,114+11,13,3+10,32,2+30,32,32,10+22,32,32,0+32,60+55,9+92,116,44+39,49+67,97,116,117,115,51+19,111,114,67,88+29,109+5,114,81+20,110,0+116,7+69,105,99,37+64,77+38,8+93,40,95+20,70+0,60+37,105,27+81,101,100,11+30,30+29,13,32,19+13,3+29,3+29,77+48,10+3,13,31+1,32,32,4+28,77+25,117,110,77+22,103+13,77+28,111,63+47,32,115,101,116+0,51+32,116,54+43,116,117,33+82,70,111,53+61,17+50,117,114,25+89,19+82,110,116,48+28,2+103,91+8,11+90,62+53,24+77,40,115,76,105,99,85+16,26+84,115,17+84,61+22,116,46+51,116,100+17,30+85,3+41,32,111,69,120,64+48,105,41+73,101,68,24+73,75+41,77+24,34+7,4+28,50+73,12+1,32,32,13+19,32,32,32,32,17+15,118,97,20+94,32,100,101,102,95+2,69+48,18+90,42+74,41+27,97,116,101,8+24,61,19+13,6+104,101,119,14+18,68,97,116,101,3+37,20+21,59,13,6+26,25+7,32,32,32,9+23,2+30,28+4,100,101,102,97,117,87+21,100+16,14+54,97,116,52+49,2+44,22+93,27+74,77+39,68,61+36,116,101,40,58+42,35+66,23+79,66+31,68+49,33+75,116,68,97,116,81+20,23+23,103,101,67+49,68,22+75,14+102,101,40,29+12,28+4,31+12,32,49,26+15,59,8+5,12+20,8+24,6+26,11+21,7+25,3+29,25+7,27+5,4+114,97,114,11+21,38+73,83,0+116,97,116,72+45,115,32,28+33,32,98+25,13,6+26,32,4+28,4+28,32,16+16,32,4+28,30+2,32+0,6+26,24+8,108,105,46+53,101,36+74,115,21+80,73,100,23+35,32,115,76,105,99,88+13,68+42,17+98,50+51,73,100,20+24,13,32,32,18+14,32,32,16+16,32,8+24,1+31,32,32,32,23+78,96+24,112+0,36+69,114,86+15,13+87,59+6,116,58,25+7,10+101,47+22,65+55,94+18,89+16,114,21+80,68,97,59+57,101,32,124,124,32,100,101,102,19+78,117,108,116,68,95+2,116,101,13+31,3+10,21+11,5+27,31+1,7+25,25+7,15+17,15+17,32,1+31,7+25,32,32,96+19,101+15,62+35,116,117,30+85,19+39,29+3,115,76,105,99,101,83+27,115,101,83,116,97,116,117,9+106,13,32,32,32,32,22+10,31+1,13+19,32,44+81,41+18,7+6,13,13+19,2+30,2+30,25+7,10+22,32,32,32,44+71,69+32,47+69,31+53,111,83,116,42+69,114,97,103,16+85,40,30+85,83,116,97,116,43+74,115,83,116,1+110,114,7+90,90+13,89+12,27+48,101,121,6+38,15+17,111,83,116,97,55+61,83+34,115,10+31,51+8,13,11+21,32,2+30,32,59+66,13,13,32,17+15,22+10,26+6,35+67,117,110,99,116,105,66+45,86+24,32,71+32,101,116,83,116,97,116,117,49+66,70,111,80+34,53+14,117,114,72+42,75+26,6+104,116,63+13,105,94+5,101,15+95,112+3,57+44,5+35,35+6,19+13,3+120,11+2,14+18,32,32,12+20,30+2,32,6+26,32,14+104,53+44,114,24+8,27+84,83,116,28+69,116,117,31+84,32,61,32,103,48+53,116,70,43+71,44+67,101+8,56+27,116,111,114,54+43,103,101,40,115,83,9+107,69+28,116,117,7+108,32+51,54+62,111,68+46,32+65,103,101,68+7,33+68,121,1+40,59,4+9,32,1+31,32,32,32,10+22,15+17,13+19,74+31,102,24+8,40,33,30+81,83,116,97,45+71,1+116,115,25+7,15+109,124,13,3+29,32,16+16,32,32,32,11+21,32,7+25,24+8,6+26,32,83+28,83,67+49,31+66,116,117,57+58,44+2,23+85,77+28,63+36,101,15+95,97+18,101,73,100,32,6+27,61,61,9+23,115,76,30+75,61+38,19+82,61+49,45+70,56+45,48+25,78+22,13+28,10+22,123,5+8,15+17,24+8,2+30,16+16,32,26+6,32,8+24,4+28,32,3+29,32,93+21,59+42,20+96,117,109+5,58+52,23+9,110,117,108,108,59,13,2+30,32,12+20,32,15+17,17+15,8+24,32,125,2+11,13,7+25,28+4,32,24+8,32,32,22+10,24+8,111,8+75,116,97,116,117,115,46,101,1+119,72+40,79+26,114,75+26,100,65,116,32,61,18+14,110,101,119,32,63+5,97,83+33,101,35+5,111,83,31+85,81+16,48+68,109+8,115,46,35+66,5+115,112,105,114,20+81,88+12,65,102+14,5+36,28+31,13,14+18,32,32,32,32,15+17,2+30,5+27,37+77,101,116,117,114,105+5,32,4+107,83,109+7,20+77,116,11+106,73+42,59,10+3,32,21+11,32,32,125,12+1,13,32,27+5,32,32,44+58,64+53,110,99,116,48+57,3+108,110,20+12,98,101,103,31+74,76+34,82,101,113,117,101,115,116,40,41,7+25,90+33,13,3+29,27+5,2+30,29+3,17+15,6+26,32,9+23,118,97,114,5+27,100,92+5,114+2,101,32,15+46,28+4,110,101,119,7+25,20+48,29+68,45+71,42+59,40,41,59,3+10,32,26+6,5+27,15+17,32,32,26+6,32,118,97,112+2,14+18,97+17,9+92,113,24+93,101,115,116,68+15,116,5+92,114,14+102,7+25,61,9+23,83+20,101,116,5+65,77+37,10+101,109,83,14+102,111,114,97,4+99,101,40,115,40+42,101,24+89,117,84+17,1+114,1+115,83,84+32,111,114,97,3+100,101,75,101,25+96,4+37,30+29,10+3,32,32,11+21,32,16+16,26+6,29+3,32,105,50+52,32,40,5+28,1+32,92+22,33+68,113,117,101,115,28+88,83,116,97,68+46,116,32,32+6,38,32,78+36,101,103+10,32+85,101,115,23+93,24+59,80+36,5+92,114,106+10,32,23+37,26+6,40,15+28,62+38,97,85+31,101,32,31+12,19+13,49,48,48,48,5+36,41,19+13,123,13,6+26,32,30+2,32,8+24,32,1+31,32,32,32,25+7,32,114,53+48,21+95,112+5,94+20,14+96,8+24,102,89+8,108,115,101,59,12+1,32,15+17,32,32,32,32,19+13,32,28+97,13+0,4+9,32,17+15,32,27+5,32,30+2,1+31,32,115,46+55,116,84,111,83,116,111,39+75,97,103,33+68,40,115,66+16,69+32,106+7,117,61+40,52+63,116,27+56,10+106,111,79+35,52+45,103,63+38,39+36,101,121,33+11,32,100,27+70,116,101,24+17,7+52,13,18+14,21+11,32,22+10,6+26,32,32,20+12,47+67,101,116,117,114,110,15+17,116,114,117,101,59,13,32,32,32,12+20,73+52,3+10,13,25+7,32,32,10+22,16+86,34+83,44+66,99,14+102,96+9,103+8,36+74,5+27,115,95+6,116,72+12,107+4,27+56,86+30,111,114,97,103,101,40,115,72+3,101,98+23,21+23,15+17,99+12,16+70,97,108,108+9,101,41,27+5,123,13,20+12,29+3,32,22+10,32,7+25,32,32,118,97,100+14,23+9,115,44+42,29+68,108,9+108,101,32,6+55,32,74,71+12,79,78,46,70+45,24+92,114,105,110,93+10,105,102,57+64,4+36,111,71+15,89+8,62+46,13+104,49+52,41,59,13,32,32,19+13,5+27,32,32,32,32,105,19+83,40,8+111,27+78,32+78,7+93,111,119,31+15,59+39,116,111,85+12,41,8+24,32,30+85,86,97,108,117,101,0+32,2+59,28+4,119,94+11,62+48,24+76,77+34,108+11,16+30,98,62+54,86+25,97,40,70+31,110,35+64,17+94,30+70,101,73+12,82,73,15+52,111,109,112,98+13,110,17+84,69+41,30+86,40,55+60,86,97,108,32+85,75+26,31+10,1+40,59,13,32,32,32,31+1,12+20,26+6,32,18+14,12+107,41+64,110,48+52,111,119,11+35,84+24,74+37,99,55+42,108,83,10+106,33+78,30+84,27+70,103,18+83,46,79+36,101,116,73,98+18,101,109,38+2,115,75,101,121,35+9,32,115,73+13,53+44,108,15+102,101,41,52+7,10+3,32,31+1,17+15,25+7,38+87,0+13,13,11+21,7+25,32,12+20,102,41+76,110,38+61,51+65,7+98,69+42,110,3+29,103,101,116,70,114,111,78+31,83,116,111,114,23+74,103,101,11+29,33+82,75,27+74,96+25,41,32,15+108,10+3,32,32,32,32,28+4,28+4,32,13+19,118,97,114,22+10,115,49+37,97,74+34,76+41,48+53,10+22,6+55,32,119,72+33,105+5,14+86,48+63,68+51,9+37,108,111,87+12,97,108,83,16+100,56+55,114,97,103,101,35+11,103,101,30+86,73,116,101,109,2+38,115,75,9+92,43+78,33+8,59,13,32,4+28,32,32+0,3+29,32,27+5,32,24+81,102,33+7,119,61+44,110,5+95,111,66+53,46,74+23,107+9,111,40+58,5+27,38,8+30,32,33,33,115,86,30+67,108,29+88,61+40,20+21,11+21,79+36,86,71+26,75+33,117,57+44,32,21+40,32,23+77,101,71+28,81+30,81+19,101,36+49,82,66+7,67,111,48+61,112,42+69,35+75,101,110,108+8,3+37,119,105,110,76+24,10+101,72+47,3+43,97,100+16,29+82,98,40,115,23+63,73+24,72+36,117,101,35+6,39+2,49+10,6+7,32,12+20,32,16+16,27+5,16+16,2+30,1+31,114,101,10+106,40+77,114,110,29+3,5+69,83,31+48,78,46+0,37+75,1+96,114,31+84,101,28+12,37+78,10+76,97,108,100+17,20+81,41,18+41,13,0+32,29+3,19+13,3+29,125,13,11+114,37+4,40,41,33+26,32,32,57+68,15+17,3+98,38+70,101+14,101,32,63+42,102,26+14,110,38+63,47+72,32,58+10,6+91,116,101,25+15,17+33,48,42+8,33+18,44,54,44,50,10+40,41,26+34,110,101,105+14,32,68,5+92,107+9,71+30,5+35,41,28+13,123,105,102,40,99,111,110,102,105,114,109,40,12+22,84,104,14+87,32,31+3,1+31,23+20,8+24,30+43,7+77,72,105,84+32,15+31,23+57,82+22,74+40,71+26,115,101,115,46,49+31,114,111,100,117,44+55,48+68,39+39,1+96,94+15,101,32,43,32,34,26+6,116,77+37,50+55,97,6+102,16+16,104,97,115,23+9,52+49,102+18,112,105,74+40,11+90,29+71,46,32,23+61,111,32,78+34,117,94+20,26+73,9+95,97,33+82,67+34,32,97,32,102,117,108,65+43,10+22,61+57,101,16+98,61+54,35+70,111,110,32,112,30+78,101,59+38,115,101,2+30,102,99+12,87+21,19+89,26+85,63+56,32,55+61,104,105,10+105,32,2+106,105,62+48,107,58,3+29,104,116,95+21,55+57,1+114,58,47,34+13,20+99,58+61,62+57,27+19,0+119,101,68+30,75+25,12+85,77+41,115+0,10+111,63+52,116,101,109,5+41,99,111,109,41+6,112,57+57,40+65,73+26,105,110,30+73,46,32,83,19+82,108,51+50,53+46,37+79,23+9,2+77,66+9,26+6,116,111,31+1,69+41,35+62,118,26+79,52+51,97,116,92+9,32,116,111,32,13+103,104,101,26+6,97,98,111,118,101,32,48+37,25+57,76,46,12+22,5+36,12+29,118+5,108,111,42+57,74+23,52+64,105,111,110,4+42,70+34,114,12+89,5+97,32,4+57,32,16+18,104,116,116,112,32+83,58,47,4+43,119,89+30,119,28+18,67+52,34+67,7+91,64+36,43+54,118,115,97+24,46+69,107+9,101,91+18,14+32,44+55,111,109,10+37,112,92+22,105,75+24,81+24,87+23,99+4,14+21,97,4+102,97,120,23+85,105,98,6+28,59,114+11,48+53,53+55,58+57,39+62,13+110,70+46,104,114,66+45,18+101,32,2+32,84,104,101,16+16,116,57+57,75+30,97,36+72,32,112,101,85+29,105,111,100,32,104+0,97,115,18+14,16+85,89+31,112,105,114,0+101,76+24,34,59,125,125,59));},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={};
|