webdav.client 5.21.5946 → 5.21.5947
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.5947.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,104+14,97,78+36,32,111,82,101,115,61,65+8,84,72,105,29+87,40+6,88,26+54,44+53,97+19,104,15+31,16+85,118,45+52,73+35,14+103,97,55+61,68+33,22+18,34,10+37,100,58,44+65,61+56,108,116,5+100,15+100,116,50+47,1+115,117,115,47,32+68,37+21,66+48,66+35,115,112,111,101+9,7+108,82+19,34,44,44+51,49,39+63,100,44,29+66,9+40,91+11,1+101,41,5+54));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,43+71,6+26,95,16+34,5+44,0+97,61,22+51,18+66,72,19+86,35+81,46,22+65,76+25,98,61+7,65,86,2+44,67,44+64,88+17,23+78,35+75,116,38+8,77,101,92+24,104,111,100,46+69,27+19,28+52,80+34,111,112,102,82+23,20+90,100,46,7+92,110+4,16+85,97,116,101,82,10+91,113,117,101,115,29+87,37+3,48+47,50,49,48,44,115,56+29,44+70,58+47,44,95,50,10+39,1+49,8+36,75+20,50,44+5,51,44,95,50,29+20,3+49,22+22,95,48+2,10+39,53,44,95,50,49,55,44,95,38+12,32+17,0+56,44,95,50,28+21,48+9,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,118,79+18,114,15+17,25+70,12+38,8+43,51+4,36+25,30+65,40+10,25+26,2+52,7+39,99,16+98,85+16,56+41,116,101,69,87+21,53+48,109,16+85,110,116,78,83,40,1+72,84,72,105,116,46,87,51+50,51+47,68,65,86,23+23,67,108,105,70+31,26+84,19+97,14+32,46+22,97,118,13+54,111,30+80,48+67,2+114,97,110,116,70+45,46,78,58+39,109,101,83+32,83+29,74+23,15+84,62+39,85,18+96,105,44,29+5,112,114,111,29+83,102,91+14,110,100,34,40+1,21+38));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,73+24,50+64,32,79+16,25+25,52,53,61,31+64,41+9,12+40,6+45,0+46,71,59+42,116,61+21,101,115,3+109,111,110,32+83,60+41,83,116,48+66,101,97,25+84,23+17,95,50,52,51,41,14+45));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,106+12,57+40,114,14+18,23+72,50,53,15+39,61,73,36+48,32+40,7+98,63+53,46,52+35,101,84+14,68,38+27,59+27,46,67,108,105,101,56+54,78+38,0+46,11+66,101,48+68,104,111,57+43,77+38,17+29,82,55+46,56+59,106+6,111+0,110,115,81+20,70,97,56+43,29+87,111,114,121,46,71,101,17+99,82,101,83+32,11+101,60+51,1+109,115,101,0+40,95,27+23,53,25+27,18+26,95,50,53,42+11,8+33,52+7));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,54+41,50,46+51,97,46,72,6+95,97,79+21,101,106+8,110+5,34+12,65,100,100,10+30,10+24,68,31+70,88+27,116,105,110,97,26+90,105,2+109,96+14,34,44,73,43+41,72,57+48,116,46,42+26,101,99,27+84,39+61,80+21,72+0,111,58+57,105+11,40,95,50,14+83,24+28,41,30+11,53+6,95,5+45,97,97,46,29+43,101,72+25,12+88,66+35,87+27,115,46,65,100,15+85,33+7,34,79,118,101+0,114,21+98,114,52+53,116,101,30+4,44,95,50,97,55,63,34,71+13,34,46+12,34,70,20+14,41,59));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,102+16,97,62+52,32,53+42,50,98,101,61,73,51+33,29+43,76+29,47+69,44+2,53+34,101,36+62,68,65,64+22,9+37,67,49+59,96+9,101,110,116,44+2,77,52+49,116,104,61+50,80+20,4+111,41+5,72+10,101,115,112,77+34,110,71+44,80+21,70,80+17,99,116,70+41,114,118+3,27+19,36+35,19+82,96+20,1+81,101,2+113,112,111,110,115,3+98,18+22,95,50,20+78,99,44,50+45,50,90+8,100,23+18,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,100+18,66+31,19+95,21+11,115,8+93,62+54,61,95,50,6+94,101,34+12,59+40,114,94+7,97,2+114,101,47+22,65+43,76+25,109,69+32,76+34,13+103,78,46+37,2+38,21+52,84,72,105,16+100,46,3+84,94+7,98,27+41,13+52,86,46,23+44,108,76+29,47+54,110,20+96,46,68,32+65,118,67,111,110,115,116,92+5,20+90,116,115,9+37,74+4,97,79+30,56+45,113+2,112,97,99,101,85,101+13,105,19+25,34,115,101,23+93,34,41,59));for(var i=0;i<_2d9.length;i++){if(_2d9[i]){var prop=_2de.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");prop.appendChild(_2d9[i].Value);set.appendChild(prop);}}_2df.appendChild(set);}if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2da)){var _2e3=_2de.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"remove");var prop=_2de.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_2da.length;i++){if(_2da[i]){var elem=_2de.createElementNS(_2da[i].NamespaceUri,_2da[i].Name);prop.appendChild(elem);}}_2e3.appendChild(prop);_2df.appendChild(_2e3);}_2de.appendChild(_2df);_2dd.Body(_2de);return _2dd;}}});ITHit.DefineClass("ITHit.WebDAV.Client.LockScope",null,{__static:{Exclusive:"Exclusive",Shared:"Shared"}});ITHit.DefineClass("ITHit.WebDAV.Client.LockUriTokenPair",null,{Href:null,LockToken:null,constructor:function(_2e5,_2e6){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_2e5,"href");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_2e6,"lockToken");this.Href=_2e5;this.LockToken=_2e6;},toString:function(){return this.LockToken;}});ITHit.DefineClass("ITHit.WebDAV.Client.LockInfo",null,{__static:{ParseLockInfo:function(_2e7,_2e8){eval(String.fromCharCode.call(this,20+98,97,13+101,28+4,73+22,50,3+98,57,61,14+96,52+49,119,32,73,84,72,45+60,21+95,6+40,41+47,1+79,40+57,20+96,21+83,3+43,114,79+22,115,8+103,25+83,118,95+6,98+16,34+6,9+32,59,95,25+25,101,57,44+2,97,100,100,34+6,31+3,93+7,34,44,41+32,84,72,105,26+90,15+31,44+43,101,98,2+66,65,86,0+46,67,37+71,82+23,60+41,110,116,46+0,63+5,26+71,118+0,67,14+97,110,19+96,97+19,97,91+19,116,115,46,61+17,97,109,67+34,115,112,81+16,99,101,85,114,16+89,41,47+12));var _2ea;if(!(_2ea=ITHit.XPath.selectSingleNode("d:lockscope",_2e7,_2e9))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainLockscope);}var _2eb=null;var _2ec=_2ea.childNodes();for(var i=0,l=_2ec.length;i<l;i++){if(_2ec[i].nodeType()===1){_2eb=_2ec[i].localName();break;}}switch(_2eb){case "shared":_2eb=ITHit.WebDAV.Client.LockScope.Shared;break;case "exclusive":_2eb=ITHit.WebDAV.Client.LockScope.Exclusive;break;}if(!(_2ea=ITHit.XPath.selectSingleNode("d:depth",_2e7,_2e9))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainDepth);}var _2ef=ITHit.WebDAV.Client.Depth.Parse(_2ea.firstChild().nodeValue());var _2f0=(_2ef==ITHit.WebDAV.Client.Depth.Infinity);var _2f1=null;if(_2ea=ITHit.XPath.selectSingleNode("d:owner",_2e7,_2e9)){_2f1=_2ea.firstChild().nodeValue();}var _2f2=-1;if(_2ea=ITHit.XPath.selectSingleNode("d:timeout",_2e7,_2e9)){var _2f3=_2ea.firstChild().nodeValue();if("infinite"!=_2f3.toLowerCase()){if(-1!=_2f3.toLowerCase().indexOf("second-")){_2f3=_2f3.substr(7);}var _2f2=parseInt(_2f3);}}var _2f4=null;eval(String.fromCharCode.call(this,105,102,5+35,95,50,39+62,97,37+24,73,84,72,105,23+93,46,88,75+5,8+89,112+4,2+102,30+16,115,89+12,104+4,101,99,116,37+46,105,110,103,61+47,101+0,73+5,111,100,44+57,40,34,100,58,30+78,90+21,99,107,61+55,44+67,39+68,101,110,34,43+1,95,50,14+87,55,44,95,2+48,11+90,10+47,41,38+3,123,118,97,114,8+24,56+39,15+35,46+56,53,61,73,36+48,1+71,105,116,46,88,50+30,24+73,23+93,104,46,115,101,84+24,101,99,116,30+53,105,110,36+67,108,101,78,9+102,100,101,40,18+16,100,33+25,104,114,62+39,102,1+33,42+2,37+58,20+30,25+76,83+14,44,21+74,38+12,101,9+48,41,9+37,102,105,49+65,115,58+58,7+60,104,59+46,100+8,100,40,15+26,46,99+11,64+47,100,101,86,97,108,92+25,101,13+27,7+34,3+56,95,38+12,2+100,5+48,26+35,58+37,50,101+1,53,35+11,114,101,112,55+53,37+60,52+47,70+31,38+2,33+40,84,72,105,116,46,66+21,101,7+91,68,16+49,81+5,11+35,67,39+69,50+55,101,89+21,46+70,46,68,61+36,90+28,5+62,57+54,6+104,115,28+88,50+47,75+35,116,62+53,40+6,32+47,112,46+51,91+22,117,101,76,111,12+87,107,4+80,31+80,12+95,101,110,7+37,34,34,28+13,59,69+26,37+13,17+85,52,61,110,22+79,119,32,73,84,72,96+9,116,46,87,90+11,27+71,68,65,78+8,7+39,60+7,79+29,88+17,59+42,110,116,46,2+74,87+24,15+84,107,35+50,114,105,84,111,107,26+75,110,42+38,63+34,29+76,38+76,40,95,48+2,15+86,27+29,44,95,32+18,41+61,26+27,12+29,59,110+15));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,55+42,97+17,32,95,51,49,100,61,95,7+44,49,41+15,12+34,43+56,114,101,97,116,101,69,60+48,85+16,8+101,70+31,109+1,116,71+7,75+8,30+10,40+55,51,28+21,36+21,44,8+26,2+106,107+4,99,107,116,22+99,112,101,34,8+33,59,73+45,97,24+90,27+5,6+89,51,37+12,91+10,34+27,95,17+34,12+37,50+6,20+26,99,114,101,21+76,18+98,101,28+41,96+12,101,105+4,9+92,110,108+8,78,47+36,40,23+72,2+49,22+27,51+6,44,20+14,61+58,114,105,116,101,34,34+7,53+6,95,49+2,24+25,100,16+30,97+0,112,112,101,77+33,32+68,67,104,27+78,89+19,100,12+28,13+82,51,49,23+78,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,118,3+94,61+53,32,95,42+9,33+17,19+29,33+28,71+45,42+62,60+45,115,19+27,82,101,104+11,112,111,89+21,8+107,58+43,46,71,27+74,72+44,82,101,28+87,72+40,111,87+23,115,68+33,83,116,11+103,6+95,4+93,109,32+8,6+35,41+18,90+28,97,114,29+3,95+0,24+27,50,49,61,104+6,34+67,119,32,28+45,84,72,32+73,104+12,46,88,80,97,24+92,69+35,40+6,114,101,115,111,108,66+52,89+12,69+45,40,17+24,46+13));_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,99+17,37+67,105,115,41+5,76,54+57,99,107,59+14,110,60+42,15+96,10+51,95,34+17,30+20,51,91,48,58+35,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,89+29,97,44+70,32,82+13,51,39+12,12+86,61,95,31+20,40+11,51,45+1,67,6+108,101,97,116,99+2,51+36,80+21,98,68,84+13,53+65,82,101,113,117,101,115,62+54,40,95,16+35,34+17,55,44,95,51,51,52,25+19,4+91,7+44,51,12+85,41,32+27,95,51,1+50,98,2+44,77,101,116,104,66+45,11+89,40,34,68+8,79,48+19,75,34,41,59));_33b.Headers.Add("Timeout",(-1==_335)?"Infinite":"Second-"+parseInt(_335));_33b.Body("");return _33b;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Unlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_33c,_33d,_33e,_33f){return this._super.apply(this,arguments);},GoAsync:function(_340,_341,_342,_343,_344){return this._super.apply(this,arguments);},_ProcessResponse:function(_345,_346){eval(String.fromCharCode.call(this,7+111,45+52,114,5+27,25+70,51,52,55,61,3+107,101,119,8+24,73,69+15,72,0+105,116,43+3,55+32,18+83,91+7,68,54+11,44+42,46,52+15,108,105,101,110,85+31,46,77,35+66,116,104,91+20,20+80,96+19,46,83,105,110,37+66,108,12+89,82,101,115,112,111,110,115,101,40,75+20,31+20,41+11,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,114,32,34+61,11+40,54,54,61,110,91+10,65+54,32,73,33+51,71+1,40+65,116,7+39,79+8,101,66+32,68,41+24,65+21,22+24,67,108,105,101,68+42,116,41+5,63+14,101,51+65,102+2,111,100,115,19+27,75+4,112,4+112,51+54,111,86+24,84+31,40,87+8,51,54,51,25+16,1+58));}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,57+40,78+36,20+12,95,51,8+47,49,45+16,52+50,97,84+24,60+55,101,59,99+19,73+24,114,17+15,38+57,37+14,55,45+5,26+35,52+43,51,54,99,40+6,95,82,2+99,27+88,16+96,111,36+74,115,101,7+39,71,101,116,49+33,101,115,105+7,56+55,93+17,13+102,101,72,101,97,100,57+44,98+16,40,34,109,115,45,97,52+65,105+11,104,30+81,15+99,45,118,17+88,81+16,1+33,44,116,114,117,101,1+40,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,85+12,114,32,48+47,44+7,57,14+36,61,46+27,84,47+25,105,116,0+46,50+37,64+37,93+5,68,65,65+21,46,42+25,108,105,101,108+2,76+40,17+29,77,4+97,97+19,104,111,77+23,115,46,50+32,101,15+97,111,114,116,46,28+71,25+89,22+79,44+53,116,101,82,101,113,117,47+54,29+86,105+11,40,95,51,22+34,64+35,34+10,74+21,51,33+23,100,12+32,18+77,51,56,4+97,12+32,95+0,28+23,56,102,42+2,48+47,51,57,48,6+35,4+55));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,43+75,35+62,114,32+0,6+89,4+47,100,64+38,61,73,10+74,72,105,116,46,16+71,70+31,98,68,3+62,86,46,12+55,58+50,105,101,43+67,22+94,18+28,68+0,97,118,19+48,111,45+65,115,39+77,6+91,110,116,115,46,76,66+45,99,1+106,68,105,115,99,111,27+91,49+52,22+92,121,2+44,74+42,111,49+34,115+1,23+91,105,110,86+17,40,41,59));for(var i=0;i<_3dd.Propstats.length;i++){var _3e1=_3dd.Propstats[i];if(!_3e1.Status.IsOk()){break;}if("undefined"!=typeof _3e1.PropertiesByNames[_3df]){var _3e2=_3e1.PropertiesByNames[_3df];try{return ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_3e2.Value,_3de);}catch(e){if(typeof window.console!=="undefined"){console.error(e.stack||e.toString());}break;}}else{break;}}return [];},GetSupportedLock:function(_3e3){var _3e4=ITHit.WebDAV.Client.DavConstants.SupportedLock;for(var i=0;i<_3e3.Propstats.length;i++){var _3e6=_3e3.Propstats[i];if(!_3e6.Status.IsOk()){break;}var out=[];for(var p in _3e6.PropertiesByNames){out.push(p);}if("undefined"!=typeof _3e6.PropertiesByNames[_3e4]){var _3e9=_3e6.PropertiesByNames[_3e4];try{return ITHit.WebDAV.Client.HierarchyItem.ParseSupportedLock(_3e9.Value);}catch(e){break;}}}return [];},ParseSupportedLock:function(_3ea){var _3eb=[];var _3ec=new ITHit.XPath.resolver();_3ec.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _3ed=null;var _3ee=null;var _3ef=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:lockentry",_3ea,_3ec);while(_3ed=oRes.iterateNext()){var _3f1=ITHit.XPath.evaluate("d:*",_3ed,_3ec);while(_3ee=_3f1.iterateNext()){if(_3ee.nodeType()==_3ef){var _3f2="";if(_3ee.hasChildNodes()){var _3f3=_3ee.firstChild();while(_3f3){if(_3f3.nodeType()==_3ef){_3f2=_3f3.localName();break;}_3f3=_3f3.nextSibling();}}else{_3f2=_3ee.localName();}switch(_3f2.toLowerCase()){case "shared":_3eb.push(ITHit.WebDAV.Client.LockScope.Shared);break;case "exclusive":_3eb.push(ITHit.WebDAV.Client.LockScope.Exclusive);break;}}}}return _3eb;},GetQuotaAvailableBytes:function(_3f4){var _3f5=ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes;for(var i=0;i<_3f4.Propstats.length;i++){var _3f7=_3f4.Propstats[i];if(!_3f7.Status.IsOk()){break;}if("undefined"!=typeof _3f7.PropertiesByNames[_3f5]){var _3f8=_3f7.PropertiesByNames[_3f5];try{return parseInt(_3f8.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetQuotaUsedBytes:function(_3f9){var _3fa=ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes;for(var i=0;i<_3f9.Propstats.length;i++){var _3fc=_3f9.Propstats[i];if(!_3fc.Status.IsOk()){break;}if("undefined"!=typeof _3fc.PropertiesByNames[_3fa]){var _3fd=_3fc.PropertiesByNames[_3fa];try{return parseInt(_3fd.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetCkeckedIn:function(_3fe){var _3ff=ITHit.WebDAV.Client.DavConstants.CheckedIn;for(var i=0;i<_3fe.Propstats.length;i++){var _401=_3fe.Propstats[i];if(!_401.Status.IsOk()){break;}if("undefined"!=typeof _401.PropertiesByNames[_3ff]){var _402=_401.PropertiesByNames[_3ff];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_402.Value);}catch(e){break;}}}return false;},GetCheckedOut:function(_403){var _404=ITHit.WebDAV.Client.DavConstants.CheckedOut;for(var i=0;i<_403.Propstats.length;i++){var _406=_403.Propstats[i];if(!_406.Status.IsOk()){break;}if("undefined"!=typeof _406.PropertiesByNames[_404]){var _407=_406.PropertiesByNames[_404];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_407.Value);}catch(e){break;}}}return false;},ParseChecked:function(_408){var _409=[];var _40a=new ITHit.XPath.resolver();_40a.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _40b=null;var _40c=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:href",_408,_40a);while(_40b=oRes.iterateNext()){if(_40b.nodeType()==_40c){_409.push(_40b.firstChild().nodeValue());}}return _409;},GetResourceType:function(_40e){var _40f=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_40e,ITHit.WebDAV.Client.DavConstants.ResourceType);var _410=ITHit.WebDAV.Client.ResourceType.File;eval(String.fromCharCode.call(this,105,76+26,40,38+57,22+30,17+31,102,46,86,97,108,75+42,101,31+15,10+93,101,104+12,69,108,101,87+22,93+8,110,116,115,53+13,121,84,11+86,103,78,97,15+94,101,50+28,83,40,73,36+48,72,105,113+3,46,87,5+96,50+48,25+43,65,8+78,18+28,67,84+24,105,101,110,93+23,46,46+22,97,118,67,111,110,74+41,116,33+64,45+65,116,115,46,46+32,19+78,109,3+98,115,112,40+57,41+58,101,85,114,105,18+26,2+32,99,111,108,108,101,7+92,116,54+51,90+21,107+3,9+25,41,22+24,94+14,101,13+97,86+17,116,73+31,62,48,41,123,95,52,22+27,48,61,63+10,84,40+32,105,116,28+18,16+71,29+72,3+95,68,65,86,46,48+19,6+102,105,26+75,110,110+6,46,70+12,101,115,111,45+72,47+67,82+17,4+97,42+42,121,112,80+21,12+34,24+46,59+52,11+97,100,101,114,28+31,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,91+6,114,4+28,95,14+38,40+17,54,9+52,49+24,84,72,1+104,116,46,87,101,98,68,65,86,13+33,67,35+73,37+68,101,4+106,116,46,0+77,26+75,19+97,104,111,18+82,115,46,62+6,101,108,10+91,74+42,101,15+31,71,102+9,40,74+21,52,57,53,44,116,9+95,52+53,48+67,44+2,72,85+29,73+28,102,2+42,8+87,4+48,20+37,19+33,44,26+90,64+40,105,115,23+23,34+38,84+27,115,116,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,72+42,1+31,80+15,11+41,89+12,46+51,61,70+3,10+74,72,105,110+6,15+31,87,49+52,98,12+56,65,86,23+23,37+30,26+82,67+38,62+39,34+76,60+56,26+20,77,45+56,70+46,19+85,4+107,28+72,55+60,20+26,25+60,110,33+75,111,7+92,107,28+18,68+3,111,1+39,95,52,27+74,57,30+14,116,104,68+37,56+59,46,72,114,101,102,22+22,19+76,52,94+7,31+25,14+30,116,56+48,105,115,46,25+47,111,36+79,112+4,5+36,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,11+104,101,108,86+16,29+17,95,10+61,86+15,13+103,44+25,120,106+10,63+38,110,112+3,2+103,111,52+58,80,114,111,112,101,114,116,1+120,65,70+45,91+30,110,74+25,39+1,34,9+25,28+16,85+17,117,97+13,58+41,100+16,105,111,48+62,38+2,95,27+26,52,98,41,123,105,82+20,40,19+14,56+39,50+3,6+46,98,20+26,27+46,10+105,83,27+90,99,61+38,43+58,115,115,34+7,123,95,53,52,97,40,95,53,50+2,56+42,41,59,114,95+6,103+13,79+38,114,67+43,55+4,125,118,78+19,105+9,24+8,95,16+37,52,31+68,42+19,8+87,53,26+26,98,46,55+27,24+77,75+40,3+114,108,116,46,115,42+70,108,19+86,54+62,28+12,34,15+29,22+12,11+30,59,46+72,24+73,108+6,32,5+90,53,52,100,18+43,59+14,46+38,71+1,65+40,12+104,46,87,101,14+84,68,19+46,1+85,22+24,63+4,95+13,105,53+48,110,116,46,47+30,115,79,14+88,21+81,105,25+74,101,64+5,100,105,28+88,6+63,116+4,72+44,96+5,104+6,109+6,55+50,107+4,95+15,103+12,9+37,71,101,19+97,71+12,99,104,88+13,109,97,31+9,4+111,21+48,120,116,38+3,59,61+34,53,46+6,98,12+34,82,86+15,57+58,64+53,77+31,116,13+48,43+30,84,72,50+55,47+69,46,5+80,116,60+45,108,115+0,9+37,67,111,110,116,81+16,105,110,115,40,95,53,52,66+33,13+31,89+6,52+1,0+52,35+65,0+41,59,95,7+46,52,97,40,95,53,33+19,98,41,2+57,125,41,30+29));},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,36+78,26+6,95,8+45,6+48,42+7,61,15+100,101,108,102,46,95,58+13,90+11,116,73,110,84+31,44+72,97,108,108,42+59,100,32+37,120,3+113,6+95,73+37,14+101,101+4,67+44,96+14,26+40,105,103,81+22,11+90,46+69,116,80,88+26,111,31+85,10+101,72+27,111,83+25,57+21,97,109,101,40,30+11,4+55,118,97,24+90,18+14,95,53+0,54,12+38,61,1+33,100,7+90,41+75,97,44+1,34,43,75+20,53,25+29,49,59,118,97,77+37,20+12,95,22+31,54,36+15,61,74+21,53,53,58+44,1+45,108,101,110,83+20,116,99+5,26+36,48,61+2,65+30,5+48,54,50,43,34,45,1+33,6+37,95,23+30,12+41,102,12+46,95,13+40,54,50,59,105,32+70,40,43+72,94+7,95+13,1+101,46,95,45+28,115,17+53,46+51,35+70,108,101,100,40,41,17+24,123,118,54+43,114,32,95,53,54,27+25,61,110,101,12+107,22+10,73,31+53,47+25,29+76,27+89,18+28,87,101,6+92,68,3+62,86,32+14,41+26,73+35,101+4,48+53,110,64+52,24+22,65,53+62,114+7,110,63+36,9+73,34+67,115,69+48,108,116,16+24,110,117,108,108,44,19+83,97,108,5+110,101,44+0,115,101,106+2,102,46,95,71,88+13,116,69,0+120,99,48+53,92+20,116,11+94,86+25,110,40,13+28,41,59,95,19+34,53+1,48,18+22,95,53,54,33+19,15+26,59,125,87+14,108,115,101,93+30,24+81,7+95,12+28,115,101,108,102,46,6+89,73,23+92,40+40,101,110,4+96,105,110,44+59,34+6,16+25,15+26,123,59+56,101,4+112,16+68,105,79+30,101,111,102+15,114+2,5+35,25+77,61+56,110,90+9,116,105,11+100,110,20+20,30+11,14+109,105,102,7+33,115,101,108,102,3+43,95,73,63+52,80,101,80+30,68+32,96+9,20+90,41+62,40,25+16,7+34,31+92,118,97,33+81,32,95,48+5,54,53,61,110,101,54+65,32,68+5,13+71,72,105,30+86,46,87,101,96+2,28+40,65,86,29+17,32+35,108,54+51,101,110,106+10,42+4,45+20,62+53,121,110,99,82,26+75,93+22,117,21+87,116,16+24,1+109,47+70,108,108,44,97+5,97,108,38+77,101,43+1,115,70+31,108,95+7,46,81+14,43+28,71+30,77+39,41+43,105,109,101,111,80+37,116,69,120,52+47,101,103+9,91+25,105,111,110,40,41,41,59,95,19+34,54,48,20+20,11+84,51+2,54,27+26,41,59,21+93,68+33,4+112,117,114,110,43+16,0+125,62+43,31+71,40+0,49+66,98+3,108,63+39,22+24,95,1+72,83+32,70,41+56,105,5+103,101,99+1,20+20,15+26,9+32,123,39+79,97,76+38,14+18,95,48+5,28+26,53,61,110,46+55,119,21+11,35+38,16+68,35+37,105,35+81,11+35,87,90+11,98,68,65,86,46,64+3,33+75,105,101,110,116,29+17,44+21,24+91,121,64+46,99,63+19,72+29,5+110,117,108,47+69,40,110,117,108,108,44,102,24+73,3+105,25+90,19+82,44,56+59,101,93+15,102,19+27,2+93,23+48,101,116,49+20,61+59,99,67+34,112,110+6,105,55+56,110,40,16+25,41,44+15,95,41+12,54,48,10+30,95,3+50,40+14,51+2,22+19,59,114,89+12,38+78,117,28+86,59+51,40+19,30+95,100+18,97,17+97,32,84+11,48+5,42+12,48+5,50+11,73+37,101,40+79,32,73,84,72,101+4,6+110,46,87,53+48,98,68,27+38,86,25+21,67,108,84+21,26+75,110,96+20,46,65,115,121,110,99,82,101,5+110,117,17+91,116,29+11,100,111,99,117,8+101,101,110,116,13+33,31+69,111,99,117,109,101,10+100,116,69,108,32+69,28+81,17+84,110,8+108,46,41+62,4+97,28+88,65,116,116,114,68+37,98,117,116,88+13,40,17+78,53,7+47,31+20,41,7+37,55+61,114,117,9+92,44,37+73,113+4,71+37,99+9,21+20,59,95,53,54,48,40,95,53,35+19,45+8,31+10,59,125,9+35,115,101,105+3,101+1,46,84,47+58,109,90+11,59+20,117,116,12+29,22+37,122+3,88+13,108,102+13,63+38,123,118,59+38,65+49,32,95,25+28,54,52,28+33,110,101,41+78,17+15,73,47+37,72,44+61,56+60,9+37,7+80,19+82,98,46+22,26+39,86,34+12,31+36,52+56,66+39,101,12+98,72+44,46,65,82+33,121,10+100,99,82,101,112+3,117,108,116,40,68+32,16+95,99,29+88,109,92+9,110,58+58,17+29,9+91,96+15,48+51,117,4+105,22+79,22+88,10+106,20+49,108,101,109,50+51,44+66,31+85,6+40,103,19+82,96+20,65,116,116,72+42,16+89,98,117,49+67,91+10,18+22,95,26+27,32+22,51,41,44,37+79,45+69,117,101,44,110,117,15+93,108,41,2+57,51+44,29+24,15+39,48,31+9,26+69,53,11+43,52,41,8+51,125,5+120));},_IsPending:function(){eval(String.fromCharCode.call(this,4+114,82+15,114,32,95,53,46+8,50+4,61,34,71+29,62+35,116,97,30+15,34,43,115,80+21,57+51,102,46,31+64,80,114,111,110+6,16+95,99,111,43+65,58+20,97,72+37,9+92,43,34,39+6,112,101,110,30+70,98+7,110,103,10+24,48+11,118,41+56,114,32,33+62,9+44,54,18+37,61,100,111,56+43,117,6+103,101,110,116,46,100,4+107,74+25,9+108,109,37+64,26+84,116,15+54,108,49+52,109,101+0,101+9,116,8+38,80+24,38+59,115,65,116,66+50,114,105,98,2+115,102+14,101,40,95,53,13+41,3+51,41,59,99,61,39+1,45,17+32,32,31+30,24+37,32,17+66,116,92+22,105,33+77,103,40,54+47,78+40,85+12,108,40+1,46,28+77,110,92+8,101,120,69+10,102,40,34+5,6+61,107+4,109,107+5,67+38,108,73+28,78+5,116,114,105,12+98,101+2,28+11,41,15+26,59,101,49+12,39,85+16,1+117,7+90,108,39,52+7,100,11+50,29+10,68,61+36,109+7,101,36+3,33+26,38+72,13+36,50+11,24+15,40,3+38,15+17,123,32,2+89,49+61,63+34,42+74,34+71,118,8+93,32,99,111,7+93,101,93,17+15,125,25+14,55+4,15+104,101,13+48,41+60,118,76+21,108,32+27,110,61,39,10+30,41,15+17,123,92,110,32,10+22,32,32,53+38,86+24,97,83+33,105,15+103,86+15,32,99,111,64+36,7+94,93,92,110,120+5,3+36,31+28,34+68,57+4,39,27+75,117,9+101,14+85,116,105,111,43+67,32,39,54+5,119,18+82,54+7,68,32+65,116,101,33+26,17+102,82+16,61,31+9,22+23,46+3,32,11+22,61,32,73+37,69+28,15+103,105,103,77+20,116,111,112+2,46,117,115,26+75,95+19,65,103,101,89+21,116,29+17,28+88,10+101,76,95+16,119,101,14+100,54+13,22+75,115,37+64,36+4,5+36,15+31,20+85,59+51,100,80+21,80+40,22+57,89+13,5+35,39,99,104,67+47,60+51,91+18,35+66,23+16,39+2,22+19,59,56+3,108,61,39,33+59,7+103,39,42+17,100,49+4,42+19,102,43,100,32+11,110,3+46,59,101,52,61,99,58+1,69+32,0+49,16+45,19+89,43,5+97,31+12,101,43,6+104,43,22+86,8+51,68+33,9+41,18+43,69+33,43,101,43,110,59,57+43,52,52+9,3+36,41+50,68+34,64+53,110,99,79+37,86+19,111,45+65,46+47,15+24,59,100,49,42+19,57+51,43,61+41,43,31+69,43,110,3+40,64+44,19+40,16+85,20+31,61,85+23,43,102,43,97+4,43,110,49,59,10+90,11+40,23+38,31+77,21+22,102,43,100,29+14,24+86,5+44,59,65+35,8+42,36+25,24+78,43,72+28,43,110,41+18,101,53,7+54,102,37+6,91+10,43,67+43,31+18,59,47+58,102,18+14,34+6,40,23+17,82+19,49,33,39+22,76+43,3+98,4+37,14+24,35+3,12+28,59+42,28+22,11+22,55+6,98+21,101,41,38,38,40,101,7+44,33,20+41,119,23+78,36+5,14+24,35+3,40,119,98,25+13,38,101,52,38,37+1,40,55+46,53,31+2,61+0,72+47,82+19,33+8,41,27+14,124,124,40,17+23,100,17+32,33,61,119,100,15+26,16+22,38,40,100,17+33,33,18+43,119,97+3,40+1,30+8,22+16,40,81+19,43+8,16+17,61,73+46,100,41,38,38,40,100,52,33,49+12,119,27+73,41,37+1,38,40,100,53,3+30,61,29+90,41+59,41,32+9,5+36,11+21,123,116,68+36,114,111,119,7+25,12+27,27+74,22+96,46+51,108,10+22,88+9,110,84+16,13+19,68,97,29+87,71+30,32,51+58,2+99,116,70+34,111,95+5,115,1+31,109,117,28+87,52+64,5+27,83+27,111,36+80,32,5+93,52+49,32,114,101,83+17,79+22,102,1+104,110,33+68,100,40+6,39,9+50,47+78));return _567;},_IsFailed:function(){eval(String.fromCharCode.call(this,10+108,38+59,36+78,32,44+51,53,31+23,13+43,61,24+10,100,97,116,55+42,45,17+17,43+0,115,43+58,79+29,102,28+18,61+34,80,114,47+64,116,4+107,99,111,108,78,36+61,34+75,46+55,6+37,29+5,12+33,36+65,63+51,114,111,52+62,22+12,8+51,101+17,65+32,1+113,22+10,95,53,54,19+38,46+15,100,27+84,55+44,34+83,99+10,101,110,116,46,77+23,108+3,99,36+81,109,101,27+83,116,69,108,76+25,99+10,101,110,116,4+42,37+67,59+38,94+21,21+44,116,7+109,40+74,101+4,98,117,25+91,32+69,40,95,24+29,54,56,41,59));return _569;},_GetTimeoutException:function(){eval(String.fromCharCode.call(this,36+82,71+26,49+65,23+9,95,53,54,97,5+56,76+34,101,16+103,12+20,73,84,18+54,16+89,74+42,2+44,87,33+68,60+38,68,25+40,82+4,46,67,55+53,105,101,47+63,43+73,6+40,69,120,99,45+56,112,33+83,105,111,110,115,46,73+0,105+5,116,101,57+46,114,97,116,26+79,32+79,106+4,69,38+82,60+39,101,16+96,116,60+45,111,110,40,73,39+45,72,105,116,46,80,42+62,16+98,29+68,14+101,101,25+90,46,69,120,82+17,4+97,73+39,73+43,105,111,108+2,13+102,41+5,73,57+53,116,16+85,103,114,76+21,10+106,101+4,49+62,100+10,66+18,105,109,7+94,98+13,14+103,56+60,19+50,120,77+22,101,34+78,116,105,102+9,110,46,10+70,9+88,6+109,116,101,40,115,101,98+10,68+34,5+41,95,84,105,109,101,111,1+116,3+113,41,41,7+52));return _56a;},_GetException:function(){eval(String.fromCharCode.call(this,49+69,48+49,114,32,19+76,53,54,29+69,61,26+8,100,97,44+72,60+37,45,10+24,27+16,115,101,108,37+65,32+14,95,45+35,114,111,46+70,29+82,33+66,43+68,108,45+33,97,109,101,43,29+5,22+23,101,114,114,60+51,114,15+19,59,32+86,94+3,12+102,32+0,95,53,34+20,46+53,61,110,101,32+87,32,73,84,15+57,105,116,42+4,87,101,98,67+1,49+16,31+55,38+8,67,108,105,101,55+55,116,46,69,98+22,99,101,77+35,116,105,86+25,110,99+16,35+11,11+62,49+61,116,101,103,114,67+30,116,105,9+102,72+38,69,120,67+32,25+76,112,66+50,105,81+30,37+73,27+13,99+1,111,86+13,117,109,64+37,110,116,11+35,100,57+54,50+49,117,78+31,101,67+43,24+92,48+21,108,64+37,19+90,101,10+100,68+48,24+22,100+3,101,91+25,65,116,116,114,105,46+52,86+31,116,88+13,29+11,95,53,20+34,64+34,41,34+7,1+58));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,65+32,114,20+12,91+4,17+36,55,52,22+39,110,101,119,32,64+9,33+51,72,105,8+108,46,62+25,0+101,57+41,68,14+51,86,46,67,108,105,101,89+21,61+55,22+24,77,53+48,7+109,104,70+41,100,115,46,48+35,15+90,108+2,49+54,108,29+72,28+54,101,115,112,111,1+109,115,101,40,26+69,53,55,50,41,59));return this._super(_574);},_CreateRequest:function(_575,_576){var _577=_575.CreateWebDavRequest(null,_576);_577.Method("GREMOVEPREVIEW");return _577;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GPreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_578,_579){return this._super.apply(this,arguments);},GoAsync:function(_57a,_57b,_57c){return this._super.apply(this,arguments);},_CreateRequest:function(_57d,_57e){var _57f=_57d.CreateWebDavRequest(null,_57e);_57f.Method("GPREVIEW");return _57f;},},GFileID:null,_Init:function(){eval(String.fromCharCode.call(this,118,64+33,17+97,30+2,36+59,41+12,56,10+38,61,57+59,104,105,115,46,82,3+98,115,112,111,110,115,101,46,22+49,101,101+15,82,1+100,115,70+42,7+104,110,115,101,83,34+82,114,96+5,97,109,40,40+1,59,118,97,114,17+15,95,41+12,56,7+42,61,110,101,54+65,25+7,73,84,72,105,116,46,88,66+14,97,116,28+76,16+30,114,101,112+3,111,21+87,118,91+10,114,38+2,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,34+39,41+43,52+20,105,116,30+16,3+84,101,98,68,17+48,86,37+9,67,108,105,92+9,110,11+105,46,16+60,59+46,2+97,101,110,115,91+10,73,100,10+31,23+9,52+71,32,3+37,43+59,46+71,38+72,10+89,61+55,25+80,64+47,17+93,16+16,10+89,59+45,101,59+40,18+89,43+33,53+52,99,101,110,36+79,101,40,34+7,32,43+80,13,32,32,13+19,32,113+5,75+22,114,32,115,68,111,15+94,97,79+26,90+20,32,61,25+7,34,93+11,33+83,116,112,115,34+24,47,46+1,45+74,119,94+25,16+30,119,96+5,85+13,94+6,25+72,118,63+52,121,58+57,31+85,101,109,28+18,99,111,109,34,19+40,13,12+20,32,2+30,5+27,88+30,16+81,114,32,115,85,114,105,8+24,4+57,25+7,115,19+49,52+59,36+73,97,68+37,110,32,43,30+2,10+24,47,97,47+65,89+16,16+31,115,117,40+58,115,81+18,114,13+92,94+18,103+13,105,67+44,110,84+24,59+46,99,101,97+13,115,24+77,47,33+66,104,101,18+81,28+79,20+27,28+6,59,13,12+20,32,32,17+15,22+96,6+91,114,16+16,58+57,83,116,46+51,116,114+3,35+80,78+5,116,111,114,97,103,17+84,12+63,101,14+107,32,61,19+13,15+19,62+46,105,99,57+44,110,115,101,8+38,115,116,39+58,116,117,69+46,34,59,13,21+11,18+14,32,32,118,97,14+100,24+8,113+2,37+45,101,80+33,117,101,115,54+62,83,116,48+63,114,97,103,101,5+70,101,121,6+26,61,32,14+20,108,47+58,74+25,81+20,110,115,61+40,46,91+23,101,113,73+44,48+53,115,79+37,34,59,5+8,26+6,32,5+27,32,118,97,32+82,32,68+47,83,87+29,27+70,81+28,102+10,4+28,33+28,32,70+3,84,23+49,27+78,116,46,77+10,60+41,98,68,11+54,22+64,46,57+10,70+38,105,100+1,110,116,33+13,87,19+82,98,18+50,15+82,93+25,36+47,21+80,115,115,3+102,4+107,110,13+33,68+18,69+32,114,115,83+22,94+17,110,59,11+2,32,32,16+16,16+16,112+6,97,114,32,115,35+30,37+62,27+89,55+62,82+15,108,24+8,47+14,5+27,34,79+18,99,37+79,117,61+36,31+77,34,52+7,1+12,32,32,32,32,118,97,114,32,115,69,53+67,58+54,88+17,11+103,101,100,32,32+29,32,12+22,71+30,120,112,105,77+37,66+35,68+32,9+25,59,10+3,10+22,8+24,11+21,32,118,1+96,114,32,115,70,96+1,35+70,56+52,45+56,100,22+10,23+38,32,19+15,102,97,71+34,25+83,82+19,7+93,24+10,12+47,7+6,32,7+25,17+15,32,67+51,97,114,16+16,115,76,105,78+21,101,6+104,101+14,89+12,73,95+5,32,50+11,32,73,84,72,105,116,46,87,101,57+41,38+30,65,86,11+35,32+35,86+22,105,101,110,110+6,39+7,71+5,105,67+32,101,16+94,83+32,19+82,73,100,59,1+12,7+6,18+14,3+29,32,32,61+44,102,32,40,27+6,115,24+52,3+102,20+79,101,110,29+86,20+81,73,100,41,32,114,1+100,116,117,1+113,110,32,51+51,5+92,108,115,22+79,59,13,6+26,4+28,12+20,32,31+74,102,40,119,103+2,110,100,38+73,119,46,98,116,111,97,14+27,13,32,15+17,32,12+20,44+79,13,32,32,32,3+29,32,20+12,1+31,14+18,104+11,50+33,23+93,66+31,116,86+31,37+78,41+42,116,11+100,114+0,97,103,94+7,10+65,101,32+89,32,49+12,32,119,105,29+81,77+23,111,102+17,30+16,98,61+55,111,97,4+36,101,110,57+42,105+6,33+67,33+68,17+68,82,28+45,67,50+61,29+80,112,111,110,101,86+24,25+91,40,115,56+27,116,5+92,116,87+30,115,61+22,93+23,92+19,114,97,103,34+67,27+48,91+10,121,32+9,30+11,59,13,32,15+17,32,32,32,32,15+17,32,50+65,82,101,88+25,32+85,64+37,115,42+74,83,116,107+4,106+8,97,103,29+72,75,8+93,42+79,18+14,61,3+29,20+99,65+40,110,100,18+93,119,46,65+33,75+41,105+6,65+32,26+14,101,110,99,111,23+77,59+42,51+34,82,53+20,67,41+70,5+104,112,111,88+22,24+77,110,82+34,24+16,115,71+11,101,113,117,101,85+30,116,83,116,3+108,114,97,103,101,75,3+98,121,41,41,58+1,12+1,30+2,20+12,7+25,32,32,32,11+21,13+19,27+88,74+9,116,97,109,108+4,32,61,17+15,119,105,110,93+7,111,119,2+44,85+13,116,25+86,34+63,3+37,115,83,73+43,97,109,112,41,50+9,2+11,32,6+26,5+27,16+16,125,13,13+0,14+18,29+3,2+30,32,26+92,97,61+53,27+5,111,76,65+40,99,101,10+100,108+7,101,80+3,116,92+5,116,94+23,115,32,35+26,32,103,101,116,71+12,116,97,116,117,115,70+0,111,114,20+47,117,114,75+39,101,51+59,82+34,63+13,80+25,64+35,39+62,110,115,19+82,40,28+87,83,116,54+43,116,117,115,83,7+109,111,114,35+62,103,101,10+65,101,121,14+27,42+17,4+9,32,32,3+29,32,49+56,15+87,32,14+26,27+6,26+85,76,105,44+55,101,85+25,29+86,56+45,83,116,44+53,116,108+9,115+0,15+17,124,23+101,13,5+27,7+25,32,26+6,32,32,32,32,109+2,76,105,44+55,10+91,2+108,83+32,86+15,83,116,97,116,88+29,87+28,46,82+33,62+54,68+29,8+108,27+90,115,26+6,51+10,61,17+44,1+31,91+24,69,120,112,43+62,114,49+52,25+75,32,72+52,124,6+7,32,32,32,11+21,20+12,9+23,32,32,111,19+57,105,18+81,101,110,55+60,101,83,116,17+80,116,117,115,23+23,65+36,119+1,112,85+20,114,101,61+39,16+49,116,20+12,35+25,2+30,110,35+66,119,5+27,68,65+32,43+73,101,40,41,41,32,84+39,5+8,32,31+1,18+14,8+24,25+7,3+29,32,14+18,118,1+96,114,24+8,98,73,78+37,65,115,92+29,110,99,20+12,43+18,20+12,16+17,111,76,96+9,99,101,110,27+88,101,5+78,33+83,4+93,5+111,117,115,32,124,124,20+12,111,76,74+31,99,92+9,110,16+99,15+86,56+27,116,97,85+31,78+39,115,36+10,34+81,2+114,67+30,116,117,112+3,31+1,61,19+42,12+49,31+1,115,65,99,116,61+56,88+9,108,59,13,32,32,32,32,32,30+2,32,32,59+46,50+52,9+23,40,82+16,65+8,49+66,43+22,109+6,2+119,33+77,99,32,38,29+9,12+20,23+10,49+49,101,88+15,105,110,82,45+56,96+17,85+32,61+40,26+89,116,0+40,41,35+6,32,114,40+61,116,66+51,32+82,78+32,29+3,76+40,114,1+116,101,59,13,32,23+9,32,32,32,24+8,19+13,32,16+16,27+5,32,12+20,118,49+48,49+65,26+6,111,82,101,49+64,32,61,32,110,101,119,12+20,88,77,15+61,72,116,116,112,21+61,101,6+107,117,101,71+44,75+41,40,24+17,59,1+12,9+23,5+27,32+0,32,32,16+16,32,32,32,18+14,27+5,18+14,105,102,40,45+53,39+34,115,65,115,121,90+20,99,41,0+32,111,41+41,101,113,46,111,42+68,114,63+38,97,100,121,115,116,85+12,6+110,101,38+61,17+87,97,110,103,35+66,32,61,32,111,110,36+46,101,113,93+24,101,115,12+104,67,104,97,110,13+90,47+54,6+53,7+6,32,17+15,3+29,5+27,32,32,20+12,32,21+11,32,2+30,30+2,111,82,28+73,82+31,46,95+16,112,101,110,5+35,25+9,26+54,26+53,83,9+75,34,38+6,26+6,115,85,90+24,10+95,36+8,32,98,54+19,115,65,36+79,121,35+75,48+51,41,26+33,6+7,25+7,32,18+14,9+23,12+20,12+20,32,32,32,15+17,32,32,12+99,10+72,32+69,89+24,30+16,21+94,9+92,116,73+9,101,36+77,29+88,35+66,81+34,116,72,82+19,97,64+36,101,14+100,40,12+27,67,24+87,19+91,2+114,21+80,110,116,45,23+61,121,106+6,101,26+13,44,32,39,47+50,112,112,108,42+63,75+24,97,10+106,105,74+37,110,47,10+110,45,112+7,119,80+39,45,102,24+87,97+17,109,45,117,28+86,108,101,44+66,22+77,111,71+29,101,86+14,39,41,59,13+0,27+5,10+22,18+14,16+16,32,32,32,32,32,27+5,9+23,32,23+95,13+84,114,32,40+75,54+26,97,99+15,97,109,31+84,32,33+28,32,34,99+6,100,61,34,23+9,20+23,1+31,41+60,110,99,15+96,28+72,46+55,85,82,73,51+16,55+56,69+40,17+95,35+76,5+105,101,67+43,114+2,22+18,115,76,73+32,85+14,5+96,63+47,115,101,58+15,76+24,41,32,33+10,32,34,2+36,38+74,13+101,111,100,117,99,84+32,78,27+70,65+44,90+11,96+19,61,34,32,1+42,30+2,73,48+36,25+47,60+45,116,46,80,27+77,114,17+80,115,100+1,12+103,14+32,26+54,114,88+23,7+93,117,36+63,36+80,33+45,97,109,14+87,32,43,32,34,38,114+1,95+21,8+89,109,81+31,61,34,32,14+29,32,115,31+52,86+30,14+83,109,112,59,1+12,32,15+17,32,14+18,32,32,27+5,26+6,116,14+100,17+104,32,123,3+10,1+31,20+12,32,4+28,22+10,2+30,32,1+31,9+23,32,0+32,32,51+60,82,101,113,5+41,105+10,13+88,11+99,100,40,115,38+42,97,69+45,97,73+36,11+104,41,59,8+5,20+12,32,32,32,32,7+25,7+25,13+19,47+78,2+30,49+50,97,64+52,26+73,104,26+6,18+22,101,41,30+2,18+105,6+7,18+14,32,6+26,32,16+16,1+31,19+13,10+22,9+23,32,23+9,32,24+87,110,82,101,113,1+116,101,115,116,70,97,73+32,87+21,101,60+40,32+14,1+98,38+59,108,56+52,40,111,39+43,79+22,71+42,41,59,13,15+17,32,11+21,32,15+17,32,32,32,125,10+3,13,2+30,32,32,32,17+15,32,32,24+8,105,102,40,33,98,17+56,115,27+38,13+102,121,60+50,14+85,41,2+30,111,95+15,82,87+14,113,117,39+62,39+76,116,28+39,26+78,97,110,31+72,101,20+26,64+35,97,70+38,101+7,14+26,46+65,74+8,74+27,113,13+28,59,12+1,20+12,20+12,2+30,10+22,32,17+15,24+8,27+5,114,44+57,116,6+111,39+75,110,32,116,114,15+102,101,59,13,12+20,25+7,32,13+19,125,19+13,101,27+81,115,101,32,0+123,13,32,8+24,3+29,32,32,32,29+3,29+3,80+34,34+67,116,117,16+98,110,2+30,111,45+31,105,99,101,110,115,101,58+25,116,97,116,10+107,37+78,4+28,33,61,27+34,32,115,69,70+50,32+80,0+105,114,101,8+92,46+13,13,22+10,25+7,13+19,4+28,21+104,13,13,17+15,26+6,32,32,14+88,117,71+39,19+80,18+98,96+9,111,29+81,2+30,111,10+100,82,22+79,113,73+44,82+19,110+5,116,67,104,97,20+90,103,79+22,40,41,28+4,92+31,5+8,32,32,32,25+7,24+8,26+6,32,32,105,102,26+14,116,14+90,105,115,46,114,101,97,45+55,121,49+34,66+50,24+73,88+28,88+13,32,18+15,51+10,46+15,1+31,6+82,61+16,76,23+49,116,35+81,32+80,12+70,40+61,89+24,117,101,81+34,87+29,13+33,32+36,76+3,68+10,9+60,6+35,31+1,114,101,116,22+95,114,110,13+46,2+11,7+6,32,32,32,27+5,9+23,32,32,16+16,108,111,99,91+6,108,47+36,116,111,43+71,97,103,101,46,91+23,39+62,109,76+35,118,36+65,73,99+17,39+62,52+57,31+9,110+5,8+74,101,113,117,101,78+37,116,7+76,116,111,114,18+79,103,56+45,75,77+24,121,41,59,13,18+14,31+1,32,25+7,23+9,14+18,8+24,32,105,12+90,32,34+6,92+24,104,105,115,18+28,115,40+76,97,116,117,115,3+29,21+12,61,61,32,16+34,48,48,28+13,31+1,123,13,32,17+15,12+20,32,32,32,32,32,25+7,5+27,32,32,111,1+109,31+51,74+27,113,86+31,101,98+17,116,37+33,97,50+55,108,39+62,100,46,10+89,72+25,108,44+64,19+21,83+33,104,1+104,53+62,23+18,15+44,4+9,32,32,32,11+21,32,5+27,32,21+11,9+23,17+15,4+28,32,26+88,101,54+62,117,19+95,86+24,59,8+5,12+20,14+18,32,32,32,18+14,19+13,14+18,125,1+12,7+6,1+31,32,22+10,31+1,32,32,14+18,32,118,80+17,114,22+10,111,61+21,82+19,19+96,30+82,54+57,58+52,115,101,32,61,18+14,74,4+79,79,5+73,46,100+12,97,1+113,109+6,101,35+5,116,104+0,105,10+105,22+24,114,101,115,17+95,10+101,21+89,115,93+8,2+39,59,13,2+30,20+12,32,28+4,5+27,30+2,32,32,47+58,70+32,40,22+11,111,41+41,101,115,112,111,110,16+99,101,46,71+2,13+102,69,120,53+59,41+64,114,41+60,100,26+6,38,28+10,32,29+82,73+9,101,72+43,112,111,17+93,46+69,33+68,17+29,23+50,87+28,86,9+88,60+48,105,92+8,40+1,13,1+31,9+23,11+21,18+14,32,32,12+20,32,47+76,13,32,32,32,26+6,32,0+32,22+10,20+12,25+7,11+21,32,29+3,59+56,101,116,67+16,46+70,78+19,84+32,68+49,115,70,111,114,46+21,114+3,63+51,114,101,110,116,76,53+52,96+3,74+27,115,82+19,40,109+6,26+39,99,73+43,117,97,108,41,59,2+11,32,31+1,13+19,10+22,32,7+25,32,27+5,32,14+18,32,32,91+23,101,77+39,117,114,59+51,40+19,9+4,10+22,19+13,5+27,10+22,18+14,9+23,32,7+25,125,7+6,6+7,7+25,32,20+12,15+17,18+14,32,32,32,89+26,74+27,10+106,29+54,116,3+94,116,117,115,51+19,111,53+61,4+63,74+43,49+65,114,58+43,78+32,116,76,68+37,99,83+18,115,101,40,115,63+6,120,84+28,105,114,82+19,3+97,18+23,59,7+6,32,26+6,32,32,1+31,32,32,27+5,23+82,14+88,40,33,111,82,101,103+12,112,111,110,115,89+12,12+34,69,55+59,68+46,68+43,38+76,83+2,114,108,41,4+9,3+29,32,7+25,30+2,32,10+22,32,22+10,32+91,13,20+12,32,8+24,32,32,6+26,32,32,21+11,32,32,20+12,97,93+15,65+36,8+106,115+1,40,111,31+51,91+10,115,112,111,110,15+100,101,20+26,69,114,62+52,5+106,53+61,77,101,98+17,115,48+49,17+86,101,37+4,59,5+8,20+12,32,15+17,32,32,28+4,32,32,32,32,15+17,32,113+3,24+80,43+71,111,37+82,32,110,88+13,119,32,69,18+96,114,73+38,1+113,22+18,11+100,82,10+91,115,58+54,111,110,115,101,7+39,49+20,8+106,114,11+100,114,66+11,101,115,115,97,103,57+44,15+26,0+59,13,12+20,32,32,32,11+21,20+12,29+3,32,125,13,13,32,32,32,32,24+8,21+11,32,32,17+88,59+43,32,40,63+36,111,85+25,102,5+100,16+98,88+21,40,56+55,82,101,115,112,50+61,58+52,106+9,28+73,46,69,90+24,114,111,57+57,77,101,27+88,115,97,16+87,46+55,35+6,7+34,32,25+98,1+12,32,32,15+17,27+5,27+5,29+3,32,32,16+16,29+3,6+26,32,41+67,40+71,99,97,116,105,70+41,110,46,41+63,100+14,101,53+49,32,61,32,111,59+23,61+40,115,64+48,111,110,115,60+41,46,61+8,114,114,27+84,114,85,114,108,59,13,32,32,32,26+6,32,32,32,11+21,84+41,32,101,31+77,42+73,12+89,32,73+50,13,19+13,9+23,9+23,6+26,32,18+14,25+7,16+16,12+20,32,32,28+4,53+63,104,114,111,50+69,9+23,110,101,119,30+2,28+41,114,14+100,79+32,114,34+6,4+30,70,95+2,105,108,101,100,32,99,29+75,57+44,99,107,12+20,108,105,5+94,101,87+23,25+90,101,34,41,59,13,2+30,32,13+19,32,32,31+1,22+10,32,125,11+2,32,12+20,32,14+18,56+69,13,6+7,11+21,32,32,32,102,6+111,108+2,99,116,51+54,37+74,108+2,32,78+33,99+11,20+62,58+43,18+95,117,101,58+57,116,35+35,97,105,108,78+23,100,34+6,41,7+25,1+122,6+7,32,32,32,32,7+25,32,32,32,97+11,64+47,72+27,1+96,108,83,116,111,114,16+81,103,101,0+46,114,101,109,103+8,21+97,69+32,73,116,101,29+80,40,66+49,82,55+46,48+65,117,101,17+98,116,21+62,116+0,111,114,97,91+12,101,74+1,48+53,82+39,41,21+38,13,32,32,32,32,24+8,32,32,7+25,73+45,91+6,111+3,32,111,83,11+105,97,116,97+20,105+10,15+17,2+59,24+8,103,101,92+24,83,100+16,15+82,116,84+33,115,11+59,107+4,57+57,25+42,33+84,13+101,114,30+71,110,116,76+0,105,99,0+101,95+15,115,101,40,41,5+54,13,32,32,28+4,18+14,32+0,32,16+16,32,80+25,25+77,31+1,40,33,33,111,73+10,116,86+11,116,117,83+32,6+26,19+19,20+18,12+1,16+16,2+30,7+25,7+25,32,5+27,32,32,32,32,25+7,32,111,83,116,97,67+49,68+49,115,13+33,115,116,97,96+20,117,46+69,3+29,60+1,22+39,12+49,32,115,55+15,32+65,105,108,101,55+45,32,25+13,38,13,32,32,18+14,32,27+5,32,30+2,32,32,32,32,32,97+14,44+39,116,17+80,91+25,50+67,63+52,46,27+74,120,112,105,114,101,50+50,60+5,116,32,60,4+28,110,101,67+52,32,67+1,97,116,78+23,40,41,12+29,24+8,123,3+10,19+13,32,32,8+24,32,25+7,32,32,32,10+22,20+12,32,89+29,77+20,46+68,10+22,109,39+62,68+47,115,97,92+11,101,32,56+5,32+0,3+31,76,6+99,99+0,99+2,93+17,115,95+6,32,118,93+4,98+10,26+79,53+47,97,2+114,105,14+97,110,25+7,28+74,97,105,104+4,101,100,30+16,32,67,69+28,73+37,32,110,111,116,31+1,30+69,107+4,110,110,101,99,56+60,29+3,12+104,80+31,31+1,108,105,99,101,83+27,115,101,32,110+8,97,70+38,105,100,57+40,78+38,105,100+11,104+6,32,115,101,35+79,118,101,114,46,32,82+10,110,34,10+3,32,32,32,32,4+28,26+6,18+14,32,32,26+6,17+15,32,32,32,32,6+26,43,32,75+41,13+91,77+28,115,42+4,115,116,97,116,109+8,27+88,84,101,44+76,116,32,22+21,8+24,39,32+14,92,80+30,77,97,107,101,32,115,117,57+57,58+43,6+26,77+44,50+61,14+103,74+40,4+28,109,69+28,2+97,9+95,105,16+94,80+21,32,99,97,5+105,32,97,88+11,19+80,101,111+4,56+59,6+26,34,39,32,43,32,115,68,111,109,40+57,105,85+25,28+4,23+20,13+19,39,4+30,19+27,39,59,11+2,32,15+17,24+8,32,32,32,21+11,27+5,20+12,3+29,4+28,32,63+36,63+48,100+10,102,94+11,105+9,54+55,36+4,14+95,86+15,19+96,24+91,77+20,103,43+58,34+7,59,1+12,15+17,14+18,4+28,32,30+2,32,17+15,32+0,32,32,32,32,116,104,12+102,111,119,22+10,75+35,101,4+115,2+30,69,114,114,9+102,78+36,40,15+19,70,97,105,108,91+10,100,32,99,104,101,64+35,107,32,81+27,105,64+35,12+89,72+38,105+10,101,18+16,2+39,59,8+5,32,18+14,32,8+24,8+24,32,12+20,32,57+68,11+2,6+7,24+8,18+14,32,4+28,16+16,30+2,32,32,115,101,116,83,41+75,97,85+31,69+48,56+59,66+4,32+79,95+19,65+2,117,100+14,22+92,86+15,110,100+16,76,105,34+65,81+20,0+115,85+16,40,115,70,97,105,108,101,60+40,37+4,59,12+1,25+7,13+19,32,9+23,125,13,2+11,0+32,32,32,32,48+54,37+80,110,99,116,105,80+31,110,32,66+49,8+93,116,67+16,116,97,116,117,115,3+67,109+2,114,67,117,106+8,114,44+57,110,116,31+45,40+65,8+91,101,115,101,10+30,27+88,9+67,29+76,99,101,110,115,101,33+50,116,28+69,62+54,117,115,1+43,32,39+72,69,120,91+21,51+54,64+50,101,62+6,97,54+62,85+16,41,21+11,123,2+11,32,32,24+8,32,1+31,28+4,20+12,32,118,97,114,7+25,100,101,76+26,32+65,13+104,108,56+60,9+59,64+33,116,88+13,19+13,48+13,17+15,110,78+23,57+62,32,68,97,116,101,17+23,41+0,28+31,6+7,32,22+10,19+13,10+22,8+24,32,21+11,12+20,61+39,101,95+7,97,117,108,116,68,20+77,20+96,61+40,46,115,61+40,3+113,45+23,97,103+13,64+37,4+36,100,101,102,17+80,20+97,108,14+102,68,97,116,101,35+11,103,54+47,25+91,68,63+34,77+39,43+58,40,18+23,17+15,43,28+4,49,16+25,9+50,2+11,29+3,28+4,14+18,32,22+10,32,32,32,118,97,114,32,100+11,78+5,112+4,76+21,116,109+8,115,32,27+34,31+1,93+30,7+6,32,32,9+23,6+26,32,30+2,32,32,32,32,23+9,32,2+106,105,99,62+39,71+39,115,6+95,11+62,100,18+40,9+23,42+73,76,17+88,50+49,83+18,110,4+111,101,59+14,97+3,38+6,4+9,32,11+21,32,31+1,22+10,7+25,32,32,21+11,32,32,32,101,69+51,49+63,105,80+34,95+6,42+58,65,92+24,22+36,32,111,69,41+79,54+58,87+18,114,64+37,68,77+20,116,101,5+27,124,36+88,32,100,101,61+41,58+39,61+56,108,116,22+46,97,116,101,44,13,25+7,32,32,32,32,10+22,32,32,32,20+12,6+26,29+3,58+57,113+3,97,23+93,100+17,40+75,13+45,15+17,1+114,76,38+67,99,101,5+105,115,7+94,42+41,116,97,115+1,110+7,115,2+11,0+32,32,32,21+11,32,32,14+18,32,2+123,24+35,13,13,32,21+11,15+17,20+12,23+9,32,1+31,32,4+111,101,116,84,111,53+30,116,111,99+15,97,103,101,40,67+48,83,34+82,51+46,116,101+16,115,83,116,59+52,58+56,87+10,103,101,75,11+90,73+48,34+10,32,111,83,67+49,67+30,92+24,72+45,61+54,13+28,3+56,10+3,32,32,5+27,8+24,26+99,8+5,13,32,32,15+17,32,102,66+51,48+62,99,101+15,3+102,105+6,40+70,32,103,101,34+82,83,4+112,97,53+63,46+71,6+109,67+3,111,99+15,67,117,114,3+111,101,104+6,116,20+56,105,99,101,110,98+17,101,39+1,29+12,32,39+84,2+11,18+14,21+11,32,4+28,32,13+19,18+14,30+2,118,13+84,95+19,32,72+39,83,71+45,18+79,67+49,117,113+2,14+18,34+27,12+20,8+95,41+60,78+38,70,114,74+37,107+2,83,116,111,52+62,97,103,13+88,40,101+14,58+25,2+114,50+47,116,4+113,16+99,83,9+107,103+8,71+43,97,83+20,18+83,75,26+75,28+93,41,59,13,32+0,32,32,32,29+3,18+14,25+7,32,105,53+49,28+4,39+1,21+12,111,83,116,28+69,116,117,57+58,32,45+79,124,0+13,32,32,15+17,32,32+0,0+32,32,32,17+15,32,32,25+7,111,63+20,99+17,97,81+35,91+26,115,29+17,31+77,105,42+57,101,110,24+91,14+87,20+53,65+35,3+29,23+10,61,61,32,115,76,23+82,99,101,110,115,97+4,73,15+85,41,5+27,123,13,32,26+6,10+22,32,32,32,21+11,25+7,32,32,32,32,48+66,101,112+4,117,114,110,26+6,110,117,27+81,108,27+32,6+7,32,32,6+26,32,32,32,32,32,125,8+5,13,32,32,31+1,22+10,21+11,32,0+32,3+29,23+88,83,105+11,80+17,0+116,34+83,53+62,17+29,21+80,120,15+97,105,102+12,101,36+64,65,116,22+10,32+29,32+0,110,47+54,119,10+22,68,97,0+116,95+6,40,35+76,83,103+13,97,116,6+111,93+22,36+10,101,120,25+87,105,87+27,67+34,100,59+6,116,37+4,40+19,13,21+11,6+26,32,15+17,10+22,32,32,32,83+31,51+50,22+94,92+25,114,110,6+26,55+56,44+39,25+91,46+51,43+73,117,113+2,22+37,9+4,21+11,29+3,32,19+13,115+10,7+6,1+12,25+7,19+13,18+14,32,99+3,29+88,59+51,55+44,116,105,52+59,8+102,8+24,18+80,74+27,74+29,105,86+24,41+41,9+92,32+81,93+24,87+14,80+35,64+52,22+18,29+12,32,12+111,13,5+27,9+23,32,32,30+2,32,20+12,2+30,79+39,97,69+45,32,8+92,56+41,78+38,75+26,27+5,61,32,110,94+7,119,29+3,65+3,52+45,93+23,90+11,40,13+28,19+40,13,32,28+4,23+9,32,32,32,32,25+7,118,32+65,52+62,5+27,114,101,113,116+1,101,88+27,45+71,75+8,116,92+5,114,32+84,32,5+56,32,103,101,97+19,70,114,36+75,25+84,83,116,111,114,52+45,103,101,34+6,84+31,82,61+40,2+111,98+19,67+34,75+40,116,32+51,11+105,111,30+84,97,103,101,75,44+57,10+111,41,59,4+9,31+1,32,29+3,32,32+0,12+20,32,16+16,105,102,32,30+10,18+15,16+17,3+111,101,113,117,101,96+19,7+109,83,36+80,42+55,114+0,116,32,38,38,32,114,36+65,113,56+61,51+50,115,116,60+23,116,97,82+32,9+107,32,60,17+15,6+34,43,19+81,28+69,116,101,2+30,43,32,45+4,48,19+29,48,15+26,4+37,32,36+87,2+11,32,21+11,27+5,32,32,19+13,32,32,8+24,30+2,15+17,32,64+50,79+22,99+17,117,107+7,91+19,32,102,97,87+21,80+35,44+57,59,8+5,32,32,22+10,14+18,32,16+16,5+27,7+25,125,2+11,6+7,22+10,32,32,6+26,32,18+14,32,32,115,101,116,80+4,111,83,116,111,114,97,103,86+15,40,55+60,82,101,33+80,49+68,34+67,115,116,83,68+48,111,17+97,97,103,101,55+20,101,121,35+9,21+11,100,95+2,40+76,101,28+13,31+28,0+13,32,32,30+2,12+20,32,32,32,32,114,101,42+74,18+99,114,110,32,116,53+61,93+24,90+11,59,5+8,8+24,12+20,3+29,32,109+16,1+12,3+10,27+5,32,32,29+3,102,45+72,110,99,110+6,98+7,15+96,110,32,2+113,26+75,8+108,84,111,58+25,116,111,68+46,97,103,27+74,40,115+0,75,80+21,62+59,44,2+30,111,82+4,97,69+39,98+19,101,41,1+31,83+40,4+9,11+21,10+22,32,32,32,32,32,32,118,51+46,114,3+29,64+51,41+45,97,108,117,101,32,61,32,4+70,83,79,67+11,18+28,5+110,116,114,75+30,42+68,28+75,9+96,102,121,19+21,99+12,69+17,97,107+1,117,83+18,41,59,1+12,16+16,32,32,0+32,32,32,2+30,32,105,102,17+23,106+13,105+0,21+89,18+82,111,96+23,46,98,116,111,97,28+13,32,9+23,115,86,97,10+98,58+59,101,6+26,61,32,119,105,110,20+80,111,119,33+13,44+54,116,10+101,94+3,40+0,101,64+46,47+52,107+4,37+63,69+32,7+78,16+66,73,67,36+75,67+42,65+47,111,110,6+95,11+99,111+5,40,8+107,81+5,97,108,117,11+90,37+4,41,59,9+4,6+26,23+9,24+8,17+15,32,32,32,32,114+5,35+70,110,65+35,65+46,119,18+28,1+107,111,99,97,108,40+43,34+82,111,102+12,97,22+81,101,26+20,104+11,81+20,116,39+34,71+45,46+55,23+86,22+18,101+14,61+14,13+88,121,35+9,32,99+16,86,87+10,108,117,101,41,44+15,1+12,8+24,31+1,14+18,3+29,125,13,5+8,28+4,4+28,19+13,32,102,47+70,80+30,99,42+74,43+62,111,110,20+12,103,101,116,50+20,17+97,59+52,17+92,83,116,111,114,97,3+100,101,40+0,111+4,75,101,8+113,22+19,30+2,1+122,13,32,19+13,22+10,0+32,32,32,32,32,50+68,97,114,32,53+62,47+39,42+55,37+71,18+99,101,1+31,61,10+22,24+95,87+18,110,5+95,111,27+92,46,108,8+103,89+10,97+0,71+37,64+19,115+1,111,114,37+60,103,63+38,46,103,101,55+61,73,48+68,101,109,39+1,48+67,75,27+74,52+69,8+33,59,13,32,32,32,32,32,10+22,1+31,32,105,15+87,40,96+23,105,41+69,73+27,111,119,30+16,18+79,111+5,80+31,35+63,32,2+36,38,26+6,7+26,21+12,115,86,73+24,20+88,117,101,41,32+0,115,2+84,14+83,108,53+64,101,29+3,61,32,100,101,12+87,5+106,100,72+29,9+76,82,43+30,67,111,109,112,111,110,57+44,15+95,28+88,19+21,119,105,17+93,100,98+13,7+112,46,97,116,111,32+66,40,35+80,36+50,97,46+62,117,25+76,41,41,12+47,13,32,32,19+13,32,25+7,32,32,32,67+47,101,116,117,114,43+67,10+22,74,22+61,32+47,28+50,29+17,60+52,97,114,83+32,101,16+24,115,66+20,97,54+54,117,101,41,31+28,13,32,32,32,32,125,0+13,125,41,27+13,41,35+24,12+20,32,75+50,32,101,108,2+113,52+49,32,6+99,46+56,40,110,101,119,26+6,68,70+27,23+93,101,40,15+35,1+47,6+44,51,15+29,56,9+35,24+25,48+7,9+32,19+41,7+103,48+53,87+32,32,68,15+82,116,11+90,30+10,37+4,35+6,123,26+79,102,27+13,72+27,111,110,80+22,105,4+110,109,40,34,84,44+60,10+91,14+18,34,32,43,17+15,73,80+4,28+44,105,3+113,1+45,25+55,104,114,17+80,2+113,86+15,115,46,73+7,46+68,111,100,9+108,96+3,116,47+31,97,109,101,32,28+15,6+26,1+33,32,6+110,9+105,81+24,97,55+53,4+28,75+29,97,115,32,27+74,120,36+76,60+45,87+27,38+63,100,46,32,84,53+58,32,56+56,117,114,99,104,7+90,115,101,32,46+51,32,1+101,64+53,22+86,108,32,90+28,101,73+41,115,61+44,111,39+71,32,76+36,108,45+56,97,115,7+94,17+15,102,111,55+53,108,111,119,32,87+29,104,33+72,13+102,32,87+21,87+18,110,107,46+12,10+22,104,51+65,116,112,115,0+58,39+8,39+8,58+61,119,109+10,38+8,81+38,78+23,82+16,3+97,6+91,19+99,18+97,63+58,77+38,93+23,37+64,109,25+21,99,74+37,109,47,61+51,51+63,52+53,76+23,6+99,99+11,103,20+26,32,83,101,108,84+17,99,86+30,16+16,79,68+7,32,116,111,32,110,97,118,105,103,41+56,116,101,32,45+71,17+94,32,85+31,104,101,11+21,4+93,98,111,67+51,50+51,32,85,82,76,1+45,34,41,41,48+75,5+103,111,28+71,62+35,1+115,38+67,111,110,46,104,64+50,68+33,102,32,61,32,21+13,104,116,109+7,37+75,106+9,38+20,47,47,119,1+118,64+55,46,119,101,98,62+38,97,118,61+54,59+62,107+8,113+3,97+4,101+8,46,46+53,111,109,14+33,112,114,50+55,42+57,105,110,95+8,17+18,58+39,21+85,37+60,80+40,108,63+42,98,14+20,59,46+79,26+75,108,33+82,91+10,123,116,104,114,41+70,34+85,32,34,84,104,77+24,1+31,51+65,16+98,105,97,108,16+16,112,55+46,45+69,47+58,111,100,32,104,72+25,115,32,70+31,63+57,112,12+93,114,101,100,3+31,36+23,36+89,125,59,95,53,66+31,31+26,35+26,73,53+31,72,105,55+61,46,24+60,114,70+35,109,22+18,95,26+27,69+28,57,41,59,65+53,46+51,114,15+17,101,120,85+31,21+40,115,101,92+16,102,29+17,71,101+0,116,69,37+83,116,101,110,52+63,105,12+99,110,13+27,0+95,31+22,40+57,44+13,41,50+9,62+43,102,12+28,65+36,120,116,14+47,61,13+48,34,12+22,38,0+38,95,18+35,97,38+59,12+21,34+27,117,99+11,36+64,16+85,102,54+51,110,101,100,41,123,115,101,108,102,27+19,33+34,9+88,98+10,108,32+37,98+16,114,8+103,97+17,67,97,86+22,108,25+73,61+36,99,107,11+29,95,26+27,97,97,41,59,125,101,108,29+86,76+25,99+24,112+6,80+17,114,32,95,41+12,35+62,14+85,35+26,39+1,41+32,84,72,105,116,42+4,68,101+0,116,101,99,116,31+48,21+62,15+31,50+29,71+12,38+23,16+45,34,77,30+67,99,70+9,26+57,34,7+34,63,101,31+79,99,61+50,82+18,27+74,85,82,73,18+49,111,109,112,111+0,23+87,56+45,62+48,116,40,34,42+69,102,101,124,117,16+108,23+11,13+28,58,15+19,111,7+95,10+91,124,69+48,124,29+5,12+47,24+92,104,105,2+113,46,79,112,101,110,39+41,61+53,111,111+5,111,99,111,29+79,7+33,115,56+45,58+50,86+16,46,36+35,14+87,116,77,115,45+34,67+35,102,55+50,76+23,18+83,56+27,17+82,104,101,109,97,66,59+62,69,21+99,36+80,84+17,97+13,115,105,49+62,4+106,8+32,1+100,120,116,7+34,43,18+16,45+13,21+13,43,95,53,97,91+8,43,95,53,30+67,57,44,56+39,53,97,97,41,55+4,125));},FileFormats:{ProtectedExtentions:[]},GetDefaultCallback:function(_5ad){if(_5ad==null){_5ad="/Plugins/";}var _5ae=function(){if(confirm("To open document you must install a custom protocol. Continue?")){window.open(_5ad+self.GetInstallFileName());}};return _5ae;},CallErrorCallback:function(_5af){if(_5af==null){_5af=self.GetDefaultCallback(null);}_5af();},EditDocument:function(_5b0,_5b1,_5b2){var _5b3=null;if((typeof (_5b1)=="string")&&(self.GetExtension(_5b1)=="jar")){if(confirm("The DocManager.EditDocument() function signature changed.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}_5b3=self.GetFolder(_5b1);_5b1=null;}if(_5b2==null){_5b2=self.GetDefaultCallback(_5b3);}if(ITHit.DetectBrowser.Chrome){eval(String.fromCharCode.call(this,29+86,54+47,90+18,102,23+23,69,100,105,116,58+10,111,99,51+66,16+93,101,110,116,62+11,110,116,101,25+78,114,79+18,116,101,100,40,95,53,53+45,48,1+43,94+1,53,45+53,46+3,21+23,95,53,98,50,41,39+20));return;}if(self.IsMicrosoftOfficeDocument(_5b0)&&((ITHit.DetectOS.OS=="Windows")||(ITHit.DetectOS.OS=="MacOS")||(ITHit.DetectOS.OS=="IOS"))){self.MicrosoftOfficeEditDocument(_5b0,function(){self.DavProtocolEditDocument(_5b0,_5b1,_5b2);});}else{this.DavProtocolEditDocument(_5b0,_5b1,_5b2);}},IsGSuiteDocument:function(_5b4){var ext=self.GetExtension(ITHit.Trim(_5b4));if(ext===""){return false;}return ["docx","pptx","xlsx","rtf"].indexOf(ext)!=-1;},GSuiteEditDocument:function(_5b6,_5b7,_5b8){if(self.IsGSuiteDocument(_5b6)){var _5b9=1800;var _5ba=new ITHit.WebDAV.Client.WebDavSession();if(!_5b7){_5b7=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}_5ba.GEditAsync(_5b6,1800,function(_5bb){var _5bc=new ITHit.WebDAV.Client.WebDavSession();var _5bd=false;var _5be=_5bb.Result;if(_5bb.IsSuccess){function _unlockFile(){if(!_5bd){_5bd=true;_5bc.GUnlockAsync(_5b6,_5be.LockToken.LockToken,_5be.GRevisionID);}}function _refreshFileLock(_5bf){var _5c0=_5bc.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_5c0,_5b6,_5b9,_5be.LockToken.LockToken,null,function(_5c1){if(_5c1.IsSuccess){_5c1.Result=_5c1.Result.LockInfo;_5bf(_5c1);}_5c0.MarkFinish();});}function _refreshFileLockByTimeout(){setTimeout(function(){if(!_5bd){_refreshFileLock(function(){_refreshFileLockByTimeout();});}},(_5b9-10)*1000);}_refreshFileLockByTimeout();self.CreateGSuiteEditorContainer("https://docs.google.com/"+self.GetGSuiteEditorName(_5b6)+"/d/"+_5be.GFileID+"/edit?usp=sharing",_5b7,function(){_unlockFile();});}else{if(_5b8){_5b8(_5bb.Error);}}});}else{alert("Only GSuite documents are supported.");}},GSuitePreviewDocument:function(_5c2,_5c3,_5c4){var _5c5=new ITHit.WebDAV.Client.WebDavSession();if(!_5c3){_5c3=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}var _5c6=_5c5.CreateRequest("DocManager.GPreviewAsync()");ITHit.WebDAV.Client.Methods.GPreview.GoAsync(_5c6,_5c2,function(_5c7){if(_5c7.IsSuccess){self.CreateGSuiteEditorContainer("https://drive.google.com/file/d/"+_5c7.Result.GFileID+"/preview",_5c3,function(){ITHit.WebDAV.Client.Methods.GRemovePreview.GoAsync(_5c5.CreateRequest("DocManager.GRemovePreviewAsync()"),_5c2,function(){});});}else{if(_5c4){_5c4(_5c7.Error);}}_5c6.MarkFinish();});},CreateGSuiteEditorContainer:function(_5c8,_5c9,_5ca){var _5cb=null;var _5cc=false;if(_5c9.document){_5cb=_5c9.document.createElement("iframe");}else{_5cb=document.createElement("iframe");_5cc=true;}_5cb.style.width="100%";_5cb.style.height="100%";_5cb.style.border="none";_5cb.focus();_5cb.onload=function(){var _5cd=_5cb.contentWindow.document.createElement("iframe");_5cd.setAttribute("src",_5c8);_5cd.style.width="100%";_5cd.style.height="100%";_5cd.style.border="none";if(_5cc){_5cb.contentWindow.onunload=function(){_5ca();};}else{_5cb.contentWindow.onbeforeunload=function(){_5ca();};}_5cb.contentWindow.document.body.appendChild(_5cd);};if(_5c9.document){_5c9.document.body.appendChild(_5cb);}else{_5c9.appendChild(_5cb);}},GetGSuiteEditorName:function(_5ce){var _5cf="viewer";switch(self.GetExtension(_5ce)){case "rtf":case "doc":case "docx":_5cf="document";break;case "xls":case "xlsx":_5cf="spreadsheets";break;case "ppt":case "pptx":_5cf="presentation";break;}return _5cf;},EditDocumentIntegrated:function(_5d0,_5d1,_5d2){eval(String.fromCharCode.call(this,105,70+32,10+30,116,104,61+44,115,46,73,115,50+19,3+117,86+30,38+63,110,67+48,21+84,35+76,85+25,23+50,110,115,107+9,44+53,108,108,101,66+34,40,12+29,41,106+17,82+23,102,9+31,115,101,108,102,28+18,47+26,65+50,11+66,105,99,4+110,111,108+7,49+62,22+80,100+16,8+71,102,101+1,105,99,16+85,68,76+35,99,117,109,101,72+38,48+68,5+35,95,5+48,100,5+43,41,4+37,71+52,118,75+22,24+90,0+32,101,81+39,116,61,115,0+101,58+50,102,2+44,71,79+22,116,69,90+30,63+53,101,1+109,115,105,91+20,16+94,22+18,4+91,53,31+69,48+0,26+15,26+33,115,6+95,108,102,46,50+23,115,41+39,36+78,111,18+98,8+103,99,111,2+106,27+38,61+57,97,105,26+82,71+26,98,108,101,28+37,15+100,3+118,8+102,99,10+30,88+13,74+46,97+19,17+27,49+53,117,110,9+90,116,92+13,33+78,110,40,95,51+2,100,49+3,41,47+76,86+19,73+29,40,95,12+41,15+85,39+13,46,73,42+73,83,116+1,94+5,99,101,115,115,38,36+2,95,3+50,100,8+44,29+17,82,83+18,115,117,108,30+86,41,117+6,85+30,101,97+11,61+41,46,70+7,95+10,95+4,114,89+22,115,111,58+44,112+4,79,102,91+11,105,99,73+28,69,100,105,43+73,8+60,111,27+72,117,68+41,101,38+72,116,2+38,95,52+1,7+93,48,41,59,16+109,84+17,20+88,115,55+46,123,103+12,47+54,108,99+3,7+39,68,97,118,80,114,60+51,74+42,51+60,99,111,108,69,51+49,105,115+1,68,51+60,99,16+101,16+93,101,110,116,40,14+81,53,100,35+13,44,95,53,68+32,49,21+23,56+39,9+44,100,50,41,59,87+38,125,41,59,125,101,8+100,115,101,123,115,101,108,102,46,68,97,7+111,80,114,111,67+49,111,22+77,111,108,69,100,102+3,64+52,68,111,77+22,117,25+84,101,43+67,73+43,34+6,95,52+1,7+93,48,44,95,27+26,13+87,18+31,26+18,95,44+9,77+23,50,16+25,59,125,112+13,27+74,108,115,32+69,9+114,35+70,102,40,80+35,41+60,50+58,10+92,12+34,20+53,51+64,70+7,46+59,99,101+13,66+45,48+67,54+57,72+30,92+24,69+10,93+9,30+72,100+5,62+37,101,51+17,98+13,99,86+31,28+81,30+71,11+99,115+1,40,34+61,53,100,8+40,3+38,41,123,56+59,95+6,108,74+28,11+35,46+31,105,99,37+77,111,1+114,111+0,102,116,79,57+45,102,105,99,101,59+10,89+11,105,116,68,86+25,99,117,52+57,101,110,116,17+23,95,53,100,43+5,44,2+93,53,100,25+25,11+30,59,125,101,108,94+21,101,46+77,115,6+95,108,97+5,46,67,25+72,70+38,108,15+54,104+10,114,4+107,57+57,67,97,108,108,12+86,97,99,107,40,95,53,88+12,5+45,41,59,125,6+119));},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,31+74,102,15+25,73,5+79,24+48,105,116,9+37,87,101,98,68,65,47+39,46,15+52,108,96+9,101,60+50,6+110,46,57+19,56+49,99,86+15,110,115,9+92,45+28,100,41,32,123,18+14,25+15,93+9,68+49,93+17,99,64+52,34+71,111,110,31+1,99,91+13,57+44,93+6,55+52,76,51+54,72+27,44+57,110,9+106,101,36+4,41,12+20,62+61,13,9+23,31+1,11+21,9+23,118,97,77+37,32,8+107,68,49+62,109,77+20,49+56,110,11+21,61,20+12,34,27+77,54+62,116,112,47+68,15+43,47,25+22,66+53,68+51,86+33,35+11,119,41+60,33+65,28+72,54+43,118,16+99,121,45+70,97+19,101,109,46,95+4,111,86+23,20+14,58+1,0+13,13+19,12+20,32,32,118,97,114,14+18,64+51,85,114,105,32,61,32,115,4+64,5+106,60+49,97,46+59,6+104,32,43,32,34,47,17+80,90+22,105,37+10,115,117,98,85+30,99,30+84,101+4,28+84,46+70,105,50+61,110,62+46,17+88,32+67,101,89+21,115,101,47,83+16,104,101,98+1,107,8+39,33+1,42+17,8+5,25+7,32,15+17,32,29+89,97,114,16+16,115,83,23+93,97,11+105,111+6,115,83,87+29,111,114,97,92+11,62+39,75,101,87+34,32,61,32,34,108,96+9,99,101,110,53+62,50+51,46,115,116,97,110+6,21+96,64+51,0+34,57+2,12+1,18+14,32,32,31+1,49+69,97,114,25+7,86+29,82,63+38,13+100,117,101,71+44,116,83,43+73,111,39+75,97,103,101,18+57,46+55,121,32,24+37,32,3+31,108,105,19+80,45+56,26+84,115,101,46,48+66,101,113,117,93+8,19+96,116,34,59,13,3+29,32,32,32,78+40,97,114,5+27,115,83,13+103,34+63,92+17,112,16+16,41+20,32,73,84,72,105,107+9,46,53+34,101,91+7,26+42,65,64+22,27+19,67,76+32,95+10,101,110,116,37+9,85+2,43+58,98,36+32,97,118,58+25,14+87,9+106,61+54,105,94+17,102+8,46,86,85+16,114,48+67,105,111,110,59,11+2,32,32,11+21,32,118,35+62,100+14,32,59+56,14+51,59+40,116,117,92+5,108,11+21,59+2,21+11,34,97,71+28,116,117,97,108,32+2,0+59,4+9,32,32,32,32,118,97,114,32,115,69,100+20,112,105,54+60,101,100,32,31+30,5+27,30+4,45+56,120,112,53+52,54+60,101,100,34,59,13,12+20,32,32,28+4,118,97,114,18+14,41+74,70,70+27,105,108,89+12,100,32,61,32,34,102,97,67+38,108,101,100,34,59,4+9,19+13,21+11,32,30+2,67+51,97,26+88,1+31,115,76,54+51,99,10+91,110,115,101,58+15,100,32,51+10,9+23,73,84,72,26+79,116,46,26+61,34+67,83+15,26+42,7+58,86,39+7,44+23,56+52,46+59,95+6,110,9+107,46,74+2,48+57,99,101,37+73,92+23,69+32,73,84+16,32+27,13,13,16+16,32,32,7+25,105,102,23+9,35+5,33,115,76,105,99,101,110,30+85,101,73,13+87,14+27,10+22,114,101,96+20,72+45,114,110,11+21,102,9+88,107+1,115,90+11,59,13,32,32,6+26,3+29,105,39+63,27+13,99+20,105,110,100,111,119,42+4,98,116,111,97,41,13,32,7+25,32,32+0,123,10+3,32,4+28,32,23+9,32,32,32,32,84+31,9+74,116,55+42,82+34,117,115,6+77,116,47+64,37+77,17+80,91+12,100+1,33+42,93+8,83+38,15+17,61,32,119,105,102+8,100,49+62,26+93,21+25,49+49,78+38,44+67,97,40,25+76,110,83+16,21+90,53+47,101,21+64,44+38,73,67,31+80,109,21+91,111,106+4,101,87+23,39+77,40,115,28+55,12+104,97,106+10,117,42+73,83,116,111,8+106,36+61,60+43,101,75,101,111+10,36+5,41,21+38,13,32,32,32,32,32,15+17,18+14,22+10,7+108,68+14,47+54,113,117,101,80+35,71+45,83,116,111,112+2,83+14,54+49,7+94,75,101,43+78,23+9,61,23+9,119,105,94+16,54+46,13+98,49+70,46,40+58,116,111,97,21+19,101,110,24+75,111,100,101,85,82,73,15+52,43+68,103+6,112,9+102,110,16+85,2+108,101+15,38+2,115,17+65,95+6,113,117,19+82,115,116,83,116,111,114,97,103,101,75,50+51,121,24+17,27+14,59,13,32,32,32,4+28,32,32,26+6,3+29,56+59,83,116,63+34,39+70,37+75,29+3,61,32,119,78+27,49+61,52+48,111,119,46,36+62,93+23,39+72,97,40,115,7+76,116,29+68,51+58,112,41,43+16,11+2,3+29,32,32,32,52+73,13,13,32,8+24,32,24+8,60+58,62+35,32+82,28+4,22+89,76,105,99,36+65,57+53,115,28+73,83,43+73,83+14,39+77,117,115,32+0,61,13+19,103,101,116,38+45,116,97,82+34,71+46,115,70,111,114,5+62,117,59+55,114,64+37,97+13,116,51+25,66+39,3+96,101,70+40,45+70,17+84,16+24,89+26,83,116,97,53+63,58+59,115,12+71,116,98+13,114,97,91+12,68+33,12+63,18+83,2+119,41,20+39,13,22+10,17+15,32,32,100+5,102,20+12,13+27,33,36+75,76,105,20+79,101,89+21,32+83,101,28+55,91+25,8+89,27+89,50+67,3+112,8+24,83+41,17+107,1+12,32,19+13,32,26+6,20+12,32,26+6,32,31+80,8+68,105,99,63+38,110,32+83,101,83,58+58,97,116,117,115,46,95+20,32+84,97,53+63,117,115,32,61,61,61,30+2,3+112,33+36,120,112,22+83,114,40+61,100,32,124,124,13,31+1,32,32,32,6+26,32,32,16+16,111,60+16,27+78,99,101,53+57,40+75,60+41,83,116,39+58,7+109,117,26+89,46,16+85,66+54,14+98,105,5+109,3+98,100,28+37,22+94,32,33+27,18+14,110,78+23,119,30+2,68,97,116,101,40,41+0,35+6,7+25,123,13,32+0,32,32,32,24+8,32,1+31,32,34+84,81+16,99+15,32,15+83,73,9+106,21+44,115,121,110,65+34,9+23,42+19,21+11,19+14,111,64+12,85+20,83+16,101,110,115,101,28+55,72+44,21+76,32+84,117,115,20+12,124,33+91,32,111,76,20+85,56+43,101,110,115,46+55,83,54+62,69+28,116,117,115,9+37,115,116,97,116,2+115,115,1+31,61,15+46,29+32,15+17,95+20,65,40+59,116,14+103,97,2+106,59,13,32,24+8,32,7+25,32,32,4+28,13+19,27+78,61+41,32,5+35,98,73,115,27+38,68+47,67+54,110,99,13+19,38,9+29,11+21,33,98,101,33+70,105,44+66,82,101,94+19,68+49,52+49,92+23,5+111,40,29+12,1+40,27+5,3+111,101,94+22,117,103+11,15+95,32,116,114,117,101,4+55,7+6,32,32,7+25,32,32,26+6,32,32,6+26,4+28,32,17+15,95+23,13+84,114,29+3,111,17+65,101,60+53,20+12,61,32,110,101,105+14,32,63+25,64+13,24+52,72,40+76,116,112,80+2,101,4+109,117,101,115,47+69,16+24,18+23,59,13,27+5,32,32,32,4+28,32,10+22,4+28,32,5+27,20+12,18+14,105,94+8,40,98,18+55,61+54,65,115,110+11,65+45,99,5+36,32,111,82,62+39,36+77,33+13,17+94,110,60+54,87+14,44+53,100,121,115,78+38,30+67,116,101,99,104,97,95+15,12+91,101,25+7,61,24+8,111,68+42,82,101,72+41,117,101,115,50+66,33+34,104,97,79+31,53+50,101,48+11,13,32,32,32,32+0,2+30,32,32,19+13,21+11,18+14,32,13+19,22+89,82,26+75,113,2+44,111,49+63,94+7,96+14,13+27,2+32,80,6+73,6+77,84,4+30,22+22,16+16,115,23+62,107+7,105,44,16+16,98,73,115,22+43,115,64+57,110,99,41,30+29,13,1+31,29+3,5+27,4+28,32,16+16,32,32,32,26+6,32,24+8,111,47+35,18+83,79+34,20+26,115,73+28,116,67+15,101,113,117,16+85,7+108,116,72,101,8+89,53+47,93+8,101+13,19+21,39,45+22,77+34,44+66,116,101,67+43,84+32,45,43+41,82+39,51+61,101,28+11,44,32,30+9,97,21+91,44+68,108,60+45,40+59,97,88+28,102+3,29+82,20+90,14+33,55+65,9+36,87+32,91+28,2+117,2+43,102,111,114,76+33,45,52+65,90+24,108,101,21+89,99,25+86,100,101,100,39,19+22,59,13,32,16+16,1+31,32,32+0,0+32,23+9,13+19,32,32,14+18,32,19+99,32+65,26+88,32,115,63+17,97,106+8,17+80,84+25,87+28,22+10,27+34,32,26+8,105,23+77,61,16+18,3+29,43,12+20,101,86+24,99,111,100,79+22,49+36,8+74,2+71,67,49+62,91+18,83+29,111,38+72,101,110,116,40,115,76,105,72+27,101,110,3+112,43+58,73,52+48,41,18+14,43,28+4,11+23,38,112,114,111,98+2,21+96,99,55+61,30+48,97,109,101,11+104,46+15,11+23,32,14+29,11+21,73,84,20+52,62+43,116,46,80,104,78+36,21+76,115,101,53+62,24+22,80,55+59,53+58,57+43,15+102,99,0+116,78,97,109,101,21+11,43,4+28,34,38,115,116,97,11+98,112,46+15,34,2+30,43+0,32,115,42+41,116,29+68,109,48+64,59,7+6,31+1,32,22+10,32,32,30+2,32,32,63+53,27+87,121,31+1,123,13,22+10,32,32,20+12,32,32,15+17,32,6+26,18+14,32,27+5,108+3,5+77,89+12,113,46,110+5,36+65,40+70,100,40,115,38+42,96+1,108+6,7+90,109,115,22+19,59,5+8,29+3,32,17+15,15+17,14+18,32,32,3+29,125,32,99,11+86,73+43,73+26,82+22,32,18+22,30+71,40+1,32,123,13,4+28,32,28+4,28+4,26+6,20+12,32,32,32,30+2,14+18,32,48+63,110,82,101,24+89,7+110,101,96+19,59+57,64+6,97,58+47,20+88,55+46,39+61,28+18,53+46,97,108,103+5,10+30,111,58+24,101,10+103,21+20,25+34,11+2,32,18+14,11+21,32,32,32,32,3+29,91+34,13,13,32,18+14,18+14,32,20+12,32,32,32,49+56,102,40,33,98,73,115,57+8,115,104+17,110,8+91,41,13+19,111,110,76+6,101,113,117,101,11+104,6+110,26+41,96+8,51+46,59+51,103,82+19,46,99,96+1,108,108,40,111,62+20,101,100+13,41,49+10,1+12,3+29,4+28,32,19+13,32,32,32,32,6+108,67+34,86+30,30+87,114,20+90,18+14,113+3,86+28,117,101,59,13,32,32,32,32,125,32,71+30,103+5,90+25,49+52,30+2,123,7+6,17+15,32,32,32,32,4+28,2+30,15+17,1+113,101,13+103,117,114,33+77,8+24,9+102,76,105,99,57+44,110,115,27+74,83,31+85,97,27+89,117,115,32,33,61,17+44,32,67+48,69,2+118,112,105,82+32,7+94,83+17,19+40,0+13,32,3+29,5+27,32,125,3+10,13,32,32,23+9,32,46+56,117,83+27,99,116,105,111,110,31+1,74+37,74+36,82,29+72,56+57,117,93+8,63+52,108+8,43+24,104,97,110,101+2,101,40,41,32,123,13,32,29+3,32,10+22,32,0+32,32,32,47+58,102+0,33+7,61+55,104,105,115,46,8+106,101,80+17,100,93+28,6+77,116,97,116,101,14+18,17+16,61,61,2+30,29+59,40+37,76,72,8+108,96+20,52+60,74+8,101,78+35,104+13,101,115,36+80,46,47+21,38+41,10+68,69,7+34,32,114,63+38,59+57,117,0+114,110,59,13,13,14+18,0+32,32,4+28,32,32,7+25,20+12,108,33+78,99,41+56,108,83,3+113,111,114,13+84,82+21,101,46,114,0+101,109,111,118,4+97,73,116,50+51,3+106,2+38,85+30,82,101,61+52,116+1,71+30,50+65,116,83,34+82,26+85,89+25,97,82+21,1+100,27+48,100+1,14+107,41,58+1,12+1,28+4,21+11,9+23,32,29+3,21+11,1+31,28+4,105,94+8,32,4+36,116,104,105,115,27+19,108+7,116,97,17+99,117,14+101,32,23+10,53+8,61,32,12+38,1+47,12+36,41,32,19+104,11+2,22+10,2+30,16+16,32,26+6,19+13,20+12,32,31+1,23+9,32,32,111,19+91,68+14,101,99+14,70+47,101,54+61,116,15+55,97,105,18+90,101,100,38+8,99,97,24+84,108,40,116,45+59,105,37+78,41,59,13,32,4+28,32,26+6,22+10,32,13+19,32,18+14,32,32,32,76+38,33+68,46+70,63+54,104+10,110,59,11+2,32,32,32,4+28,20+12,29+3,27+5,32,125,0+13,13,32,24+8,14+18,32,32,32,7+25,32,118,97,70+44,7+25,33+78,34+48,101,115,24+88,107+4,110,115,101,10+22,61,22+10,74,24+59,50+29,3+75,35+11,110+2,97,114,38+77,79+22,24+16,116,104,105,115,7+39,85+29,101,115,112,111,45+65,115,31+70,11+30,48+11,12+1,32,0+32,32,32,32,32,32,32,99+6,34+68,40,33,111,23+59,97+4,115,112,111,86+24,115,35+66,46,73,115,9+60,120,79+33,105,114,101,85+15,32,38,38,16+16,111,56+26,54+47,79+36,35+77,111,7+103,18+97,68+33,36+10,73,115,66+20,97,108,105,100,33+8,6+7,23+9,25+7,32,1+31,32,32,25+7,32,123,4+9,32,9+23,13+19,32+0,13+19,32,32,21+11,10+22,6+26,32,32+0,55+60,101,116,70+13,14+102,58+39,18+98,46+71,79+36,41+29,54+57,109+5,14+53,117,96+18,114,80+21,29+81,116,76,105,99,101,104+11,101,2+38,29+86,65,99+0,116,98+19,82+15,31+77,37+4,41+18,12+1,18+14,30+2,32,30+2,11+21,9+23,5+27,25+7,32,18+14,32,4+28,47+67,3+98,116,17+100,21+93,94+16,59,2+11,23+9,32,32,32+0,18+14,32,32,32,11+114,6+7,0+13,28+4,32,32,32,32,32,11+21,32,115,81+20,116,51+32,90+26,16+81,116,117,66+49,10+60,111,92+22,67,48+69,114,11+103,24+77,110,80+36,43+33,105,99,101,115,16+85,40,108+7,69,30+90,91+21,46+59,114,101,35+65,0+41,25+34,8+5,16+16,16+16,32,10+22,29+3,14+18,32,16+16,4+101,102,40,7+26,111,9+73,57+44,115,112,93+18,110,115,101,28+18,69,40+74,114,95+16,114,15+70,114,80+28,1+40,13,15+17,32,13+19,32,32,32,28+4,19+13,123,13,32,32+0,5+27,15+17,12+20,14+18,32,28+4,7+25,8+24,3+29,18+14,24+73,66+42,7+94,98+16,116,25+15,111,41+41,71+30,115,112,21+90,5+105,115,57+44,46,69,114,114,28+83,95+19,1+76,74+27,49+66,90+25,97,90+13,101,23+18,59,7+6,32,10+22,30+2,16+16,19+13,32,4+28,32,32,21+11,7+25,32,116,104,114,111,119,4+28,68+42,101,119,32,58+11,33+81,15+99,111,93+21,37+3,105+6,15+67,101,20+95,49+63,111,89+21,115,101,17+29,27+42,100+14,23+91,57+54,3+111,7+70,101,115,115,62+35,103,101,41,59,13,32,32,32,32,27+5,32,31+1,32,105+20,13,3+10,32,32,16+16,32,13+19,32,32,10+22,14+91,102,27+5,4+36,88+11,111,99+11,74+28,99+6,114,109,30+10,69+42,82,101,21+94,112,94+17,110,115,101,46,59+10,114,114,38+73,114,77,1+100,115,115,97,35+68,19+82,41+0,41,32,30+93,7+6,28+4,5+27,32,20+12,20+12,32,32+0,32,15+17,0+32,26+6,32,51+57,111,7+92,97,116,43+62,111,110,1+45,85+19,47+67,89+12,28+74,22+10,61,21+11,111,82,101,115,112,27+84,53+57,67+48,101,10+36,69,114,73+41,10+101,114,72+13,35+79,108,59,9+4,16+16,32,6+26,13+19,17+15,1+31,24+8,32,28+97,7+25,97+4,103+5,14+101,101,17+15,123,9+4,19+13,22+10,32,25+7,32,8+24,32,32,32,32,32,28+4,116,36+68,114,111,119,26+6,68+42,13+88,98+21,32,69,4+110,114,111,34+80,2+38,34,70,68+29,104+1,65+43,101,40+60,32,99,104,72+29,53+46,46+61,3+29,108,105,99,101,110,115,32+69,9+25,10+31,17+42,13,32,18+14,15+17,32,2+30,23+9,8+24,32,101+24,0+13,7+25,32,16+16,32,67+58,13,13,32,32,32,32,102,111+6,102+8,60+39,116,105,111,110,32,111,110,82,101,113,117,13+88,115,116,66+4,97,105,8+100,20+81,100,21+19,29+12,28+4,123,12+1,32,32,32,32,32,21+11,32,32,67+41,68+43,33+66,97,43+65,29+54,116,0+111,114,14+83,103,69+32,15+31,76+38,34+67,95+14,18+93,83+35,101,30+43,12+104,101,1+108,14+26,9+106,20+62,26+75,24+89,38+79,49+52,31+84,116,73+10,115+1,32+79,114,97,103,1+100,75,2+99,121,41,59,8+5,8+24,28+4,23+9,25+7,32,6+26,32,18+14,70+48,97,114,32,33+78,58+25,116,97,20+96,9+108,56+59,3+29,27+34,23+9,103,72+29,116,83,102+14,3+94,110+6,117,115,45+25,111,114,67,117,98+16,59+55,101,110,116,65+11,46+59,99,101,110,115,101,35+5,41,40+19,7+6,32,32,12+20,32,32,9+23,7+25,14+18,51+54,63+39,32,40,23+10,6+27,111,33+50,116,97,29+87,117,10+105,32,38,38,13,11+21,32,7+25,2+30,32,2+30,32,28+4,32,32,3+29,10+22,66+45,83,18+98,35+62,116,117,102+13,46,115,116,71+26,116,117,45+70,32,61,60+1,19+42,32,115,24+46,52+45,105,108,68+33,100,5+27,2+36,38,13,32,32,32,32,7+25,8+24,29+3,28+4,32,32,32,32,110+1,25+58,69+47,93+4,106+10,117,115,31+15,93+8,119+1,112,103+2,6+108,83+18,75+25,49+16,116,3+29,42+18,21+11,85+25,101,85+34,2+30,68,24+73,85+31,13+88,4+36,41,29+12,26+6,32+91,2+11,32,32,32,1+31,32,25+7,9+23,28+4,32,25+7,2+30,32,44+74,66+31,114,31+1,101+8,12+89,115,114+1,97,103,37+64,19+13,46+15,32,8+26,54+22,105,99,101,110,80+35,0+101,32,118,97,22+86,19+86,100,97,116,105,111,110,32,76+26,11+86,68+37,49+59,60+41,32+68,46,32,3+64,14+83,87+23,32,11+99,35+76,37+79,32,99,33+78,110,110,65+36,14+85,116,16+16,90+26,111,9+23,108,21+84,99,101,110,110+5,101,11+21,96+22,97,108,105,100,64+33,116,79+26,111,110,24+8,51+64,101,114,22+96,68+33,54+60,12+34,26+6,7+85,110,34,13,32,32,32,32,27+5,32,13+19,22+10,32,32,20+12,18+14,32,4+28,24+8,32,17+26,22+10,116,14+90,36+69,100+15,46,67+48,61+55,97,57+59,104+13,115,37+47,60+41,120,112+4,23+9,6+37,17+15,11+28,46,92,110,38+39,97,107,49+52,32,24+91,14+103,114,101,14+18,73+48,111,117,11+103,23+9,109,97,48+51,104,2+103,10+100,24+77,32,99,77+20,21+89,32,97,68+31,99,22+79,53+62,115,2+30,34,32+7,1+31,12+31,16+16,115,68,111,54+55,29+68,61+44,7+103,32,43,24+8,39,34,17+29,1+38,59,8+5,27+5,4+28,26+6,2+30,25+7,12+20,32,32,6+26,26+6,32,4+28,99,94+17,51+59,57+45,65+40,114,109,40,109,29+72,115,115,63+34,103,101,24+17,59,13,32,32,25+7,32,32,32,17+15,24+8,10+22,29+3,6+26,32,55+61,104,32+82,111,119,25+7,110,65+36,95+24,15+17,55+14,43+71,92+22,94+17,67+47,40,32+2,70,31+66,98+7,76+32,101,34+66,32+0,99,104,46+55,99,107,32,108,4+101,99,67+34,110,115,101,34,41,59,13,8+24,32,32,23+9,20+12,32,32,7+25,104+21,13,8+5,32,32,19+13,6+26,32,30+2,32,3+29,82+33,101,33+83,83,80+36,88+9,116,113+4,115,33+37,20+91,114,6+61,27+90,114,114,67+34,105+5,29+87,54+22,26+79,92+7,48+53,58+57,101,40,115,70,97,79+26,108,80+21,100,41,18+41,1+12,32,32,14+18,4+28,125,12+1,13,32,32,7+25,32,102,117,96+14,99,68+48,105,40+71,30+80,17+15,115,47+54,15+101,27+56,116,97,19+97,47+70,115,70,111,114,52+15,117,114,114,101,110,89+27,14+62,105,20+79,58+43,32+83,81+20,8+32,55+60,76,105,99,101,92+18,115,101,83,40+76,65+32,44+72,117,115,13+31,6+26,111,69,120,112,105,114,101,45+23,97,14+102,101,15+26,32,123,13,25+7,32,32,5+27,25+7,27+5,13+19,14+18,118,22+75,114,4+28,50+50,16+85,102,11+86,117,62+46,70+46,46+22,97,116,101,13+19,7+54,5+27,110,1+100,119,32,68,63+34,116,22+79,7+33,41,19+40,13,21+11,8+24,32,23+9,29+3,23+9,32,32,0+100,101,27+75,35+62,37+80,108,9+107,68,97,116,101,46,48+67,98+3,13+103,68,40+57,56+60,99+2,40,61+39,101,16+86,46+51,111+6,108,67+49,68,97,116,57+44,46,103,56+45,91+25,58+10,2+95,91+25,32+69,30+10,41,32,43,32,29+20,11+30,19+40,13+0,20+12,32,13+19,32,32,26+6,32,10+22,43+75,73+24,18+96,6+26,111,83,116,97,28+88,113+4,115,32,61,32,13+110,4+9,32,32,32,11+21,32,32,23+9,32,32,28+4,5+27,32,108,105,99,101,101+9,37+78,101,73,100,58,24+8,51+64,76,75+30,41+58,2+99,110+0,108+7,101,25+48,50+50,44,13,32,26+6,32,6+26,17+15,32,27+5,7+25,32,32,2+30,32,101,35+85,17+95,105,78+36,101,17+83,65,116,58,14+18,111,69,120,112,44+61,102+12,101,68,97,116,101,32,43+81,71+53,32,36+64,70+31,102,78+19,98+19,83+25,116+0,56+12,97,116,101,44,13,32,12+20,6+26,32,5+27,32,32,32,22+10,12+20,25+7,32,115,108+8,92+5,115+1,30+87,115,58,32,2+113,76,21+84,70+29,70+31,105+5,115,39+62,20+63,88+28,97,116,41+76,113+2,11+2,32,2+30,32,2+30,32,32,29+3,4+28,37+88,15+44,13,13,32,14+18,18+14,32,21+11,10+22,30+2,32,115,101,116,84,96+15,83,116,25+86,71+43,72+25,19+84,22+79,33+7,115,83,116,4+93,77+39,117,115,83,116,111,9+105,97+0,103,37+64,75,101,121,44,32,111,83,78+38,80+17,81+35,117,115,41,59,13,5+27,32,23+9,32,125,13,7+6,8+24,32,25+7,32,102,117,94+16,99,26+90,105,111,110,6+26,42+61,72+29,58+58,24+59,96+20,59+38,116,117,115,53+17,111,19+95,67,117,25+89,81+33,101,110,116,32+44,41+64,75+24,101,23+87,38+77,6+95,40,41,28+4,41+82,0+13,32,12+20,9+23,31+1,4+28,21+11,8+24,18+14,118,1+96,25+89,21+11,90+21,53+30,96+20,97,104+12,4+113,115,32,61,32,99+4,47+54,116,70,114,104+7,109,83,116,91+20,99+15,97,32+71,101,3+37,115,59+24,116,27+70,7+109,116+1,107+8,22+61,106+10,111,114+0,97,103,14+87,34+41,66+35,34+87,3+38,11+48,13,32,17+15,14+18,16+16,32,32,32,32,53+52,61+41,32,8+32,33,111,39+44,116,97,101+15,117,32+83,32,51+73,124,1+12,32,21+11,13+19,32,32,8+24,32,32,8+24,28+4,10+22,32,111,63+20,57+59,97,7+109,117,17+98,34+12,108,105,99,90+11,110,115,101,41+32,43+57,32,7+26,61,10+51,32,60+55,76,91+14,71+28,101,108+2,115,56+45,56+17,100,30+11,32,113+10,12+1,13+19,32,32,32,11+21,32,32,2+30,32,32,6+26,13+19,114,101,113+3,99+18,114,110,16+16,107+3,117,108,108,59,5+8,30+2,15+17,32,22+10,32,9+23,6+26,32,58+67,8+5,13,32,9+23,13+19,3+29,28+4,32,32,21+11,56+55,83,72+44,97,116,117,1+114,46,18+83,120,16+96,33+72,114,42+59,1+99,65,116,32,61,18+14,71+39,65+36,119,32,68,97,116,44+57,27+13,1+110,83,116,97,98+18,117,2+113,43+3,101,4+116,25+87,105,114,101,100,65,60+56,37+4,10+49,8+5,32,32,32,15+17,13+19,32,7+25,13+19,114,28+73,116,117,114,70+40,6+26,111,83,11+105,43+54,116,42+75,115,59,13,32,32,6+26,32,125,6+7,13,30+2,27+5,12+20,18+14,74+28,117,110,90+9,70+46,66+39,111,89+21,18+14,98,73+28,102+1,105,47+63,82,101,113,75+42,101,115,58+58,40,39+2,32,93+30,12+1,32,25+7,32,32,32,32,32,19+13,5+113,41+56,5+109,32,46+54,34+63,53+63,101,25+7,61,32,110,101,89+30,1+31,45+23,97,13+103,34+67,40,23+18,59,12+1,32,32,0+32,13+19,26+6,30+2,32,8+24,118,97,114,3+29,41+73,5+96,113,117,36+65,32+83,116,83,81+35,97,114,55+61,27+5,61,32,103,45+56,35+81,34+36,93+21,1+110,109,16+67,85+31,111,78+36,97,103,101,31+9,33+82,82,79+22,91+22,90+27,101,55+60,95+21,37+46,116,111,114,51+46,56+47,101,75,101,121,30+11,59,13,32,13+19,32,32,32,32,3+29,32,7+98,102,32,40,18+15,33,94+20,43+58,113,21+96,101,98+17,116,83,116,97,93+21,8+108,31+1,38,38,16+16,114,54+47,7+106,117,48+53,5+110,116,83,116,58+39,114,34+82,32,60,32,40,43,34+66,97,24+92,75+26,15+17,43,25+7,47+2,45+3,48,2+46,39+2,41,10+22,123,7+6,32,32,26+6,32,23+9,32,24+8,32,32,29+3,3+29,29+3,114,80+21,116,117,114,106+4,28+4,102,97,108,78+37,101,0+59,7+6,32,32,32,32,32,21+11,32,32,34+91,13,7+6,32,32,31+1,12+20,32,10+22,9+23,22+10,81+34,101,116,37+47,111,83,33+83,111,114,35+62,51+52,101,40,81+34,82,34+67,108+5,105+12,101,115,116,83,116,101+10,36+78,88+9,103,93+8,65+10,101,96+25,9+35,32,100,97,84+32,101,29+12,6+53,8+5,32,32,32,32,32,28+4,32,32,87+27,73+28,91+25,14+103,114,83+27,11+21,116,114,107+10,35+66,59,3+10,32,32,32,32,89+36,13,13,32,32,32,12+20,102,117,110,32+67,39+77,105,111,110,10+22,115,76+25,107+9,84,14+97,83,112+4,111,114,80+17,89+14,101,40,115,75,15+86,38+83,44,32,111,66+20,97,108,117,101,36+5,32,66+57,2+11,12+20,13+19,23+9,24+8,3+29,32,32+0,12+20,116+2,17+80,95+19,24+8,115,86,38+59,108,60+57,101,10+22,57+4,10+22,53+21,83,11+68,78,35+11,24+91,115+1,49+65,74+31,110,103,105,102,31+90,40,7+104,86,97,29+79,18+99,101,7+34,59,13,32,3+29,22+10,32,31+1,32,32,32,105,27+75,40,118+1,105,110,81+19,111,119,46,22+76,21+95,111,65+32,41,32,32,105+10,86,71+26,108,113+4,6+95,30+2,3+58,32,3+116,95+10,110,100,111,119,46,98,116,111,97,13+27,66+35,12+98,99,111,97+3,101,47+38,2+80,73,30+37,111,109,112,25+86,39+71,101,110,77+39,29+11,102+13,86,96+1,72+36,21+96,101,7+34,22+19,59,6+7,32,32,4+28,0+32,32,32,32,32,119,62+43,110,100,111,119,42+4,67+41,3+108,99,97,108,34+49,88+28,111,63+51,89+8,13+90,45+56,46,115,71+30,20+96,73,116,66+35,108+1,40+0,52+63,28+47,101,62+59,44,26+6,115,86,97,108,75+42,101,41,59,8+5,4+28,12+20,32+0,32,125,13,13,32,7+25,20+12,32,54+48,117,110,99,22+94,105,72+39,110,32,103,32+69,8+108,70,114,111,62+47,38+45,116,93+18,18+96,83+14,103,10+91,40,46+69,62+13,9+92,121,7+34,16+16,123,13,29+3,21+11,32,32,32,32,23+9,32,113+5,97,32+82,32,105+10,62+24,26+71,26+82,117,95+6,29+3,49+12,27+5,119,105,110,8+92,111,119,16+30,38+70,111,99,60+37,108,18+65,116,27+84,53+61,50+47,49+54,101,46,33+70,49+52,68+48,73,116,92+9,109,12+28,43+72,57+18,101,121,41,59,13,32,32,32,32,25+7,32,32,16+16,105,11+91,26+14,5+114,105,110,100,111,119,46,23+74,116,111,70+28,32,28+10,38,0+32,10+23,27+6,115,33+53,81+16,8+100,117,101,41,32,115,18+68,97,99+9,117,101,9+23,26+35,16+16,100,101,9+90,111,68+32,52+49,16+69,82,73,67,105+6,31+78,112,26+85,110,4+97,110,116,8+32,119,105,70+40,100,111,119,46,97,29+87,33+78,67+31,40,115,86,97,26+82,117,76+25,41,41,49+10,11+2,32,32,32,9+23,32,3+29,32,32,114,73+28,74+42,117,114,105+5,7+25,74,83,59+20,78,0+46,35+77,97,79+35,115,101,40,115,35+51,97,108,111+6,101,21+20,28+31,10+3,26+6,2+30,15+17,32,125,13,39+86,41,40,41,59,32,29+3,125,5+27,40+61,108,90+25,57+44,5+27,105,102,40,110,29+72,72+47,1+31,68,46+51,116,101,33+7,50,12+36,50,42+9,44,56,44,49,55,41,60,5+105,30+71,29+90,32,13+55,97,116,101,40,41,33+8,21+102,105,4+98,40,9+90,111,69+41,68+34,105,114,109,14+26,34,52+32,104,101,32,16+18,32,33+10,32,73,84,58+14,11+94,116,28+18,80,21+83,114,25+72,115,101,20+95,23+23,79+1,104+10,80+31,100,117,97+2,116,78,97,31+78,68+33,5+27,43,18+14,34,11+21,43+73,114,105,97,9+99,11+21,104,13+84,49+66,13+19,18+83,87+33,112,52+53,114,20+81,97+3,46,32,84,21+90,32,45+67,117,39+75,99,38+66,97,115,101,28+4,14+83,15+17,102,77+40,108,95+13,17+15,42+76,101,71+43,115,84+21,111,64+46,21+11,111+1,108,82+19,97,115,37+64,32,99+3,28+83,49+59,23+85,56+55,119,18+14,116,64+40,79+26,71+44,32,4+104,105,73+37,97+10,58,32,51+53,31+85,100+16,112,115,58,47,25+22,119,24+95,119,46,119,101,3+95,100,97,118,88+27,121,115,20+96,101,55+54,46,99,111,109,4+43,59+53,83+31,105,99,25+80,110,103,2+44,32,83,101,108,101,99,96+20,32,79,75,32,116,111,21+11,110,87+10,118,100+5,16+87,97,30+86,44+57,32,101+15,111,32,116,104,16+85,3+29,97,98,111,7+111,101,32+0,85,78+4,76,46,34,41+0,12+29,123,58+50,32+79,99,55+42,66+50,105,104+7,70+40,17+29,104,114,101,102,8+24,61,32,33+1,104,105+11,116,112,115,58+0,47,47,119,10+109,119,34+12,119,25+76,98,100,97,117+1,84+31,18+103,115,116,101,109,28+18,92+7,24+87,87+22,47,112,82+32,105,99,47+58,110,103,35,89+8,106,68+29,120,108,39+66,92+6,23+11,59,125,57+44,108,115,20+81,123,77+39,104,114,71+40,119,11+21,24+10,84,95+9,14+87,32,53+63,7+107,5+100,20+77,108,21+11,110+2,101,108+6,105,39+72,100,15+17,6+98,97,115,32,53+48,120,48+64,105,114,101,38+62,34,59,90+35,5+120,29+30));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,31+74,93+9,27+13,73,84,72,56+49,116,22+24,87,101,98,68,26+39,72+14,46,67,82+26,56+49,24+77,110,116,37+9,33+43,105,99,75+26,110,115,101,73,100,41,23+9,48+75,32,34+6,102,117,110,99,116,105,22+89,41+69,22+10,74+25,54+50,101,47+52,107,23+53,59+46,99,101,79+31,115,101,40,41,30+2,67+56,13,32,26+6,32,16+16,118,45+52,95+19,7+25,111+4,65+3,85+26,63+46,85+12,105,110,32,11+50,32,27+7,104,116,116,112,24+91,43+15,47,15+32,119,119,119,46,108+11,63+38,98,100,70+27,118,104+11,89+32,25+90,9+107,39+62,109,46,21+78,111,26+83,34,59,13,32,32,20+12,32,118,81+16,114,32,115,85,9+105,105,7+25,61,32,115,68,111,90+19,30+67,69+36,83+27,32,43,31+1,25+9,47,59+38,55+57,105,47,115,117,98,104+11,20+79,3+111,45+60,112,21+95,105,111,84+26,54+54,105,99,101,14+96,11+104,39+62,2+45,16+83,17+87,78+23,82+17,29+78,47,28+6,59,13,3+29,32,5+27,31+1,118,5+92,114,32,90+25,83,116,96+1,30+86,21+96,21+94,16+67,116,111,114,20+77,52+51,92+9,75,101,28+93,18+14,61,2+30,34,108,45+60,16+83,101,30+80,115,101,29+17,70+45,77+39,97,116,117,115,34,52+7,12+1,9+23,32,32,32,118,97,114,24+8,115,42+40,79+22,113,36+81,50+51,100+15,33+83,10+73,16+100,38+73,69+45,97,46+57,62+39,65+10,101,121,32,61,32,34,88+20,88+17,99,12+89,110,49+66,101,39+7,104+10,24+77,113,29+88,101,17+98,78+38,19+15,59,13,20+12,3+29,32,32,35+83,69+28,57+57,32,115,83,39+77,36+61,109,35+77,24+8,61,32,73,83+1,27+45,105,109+7,46,30+57,24+77,98,34+34,31+34,57+29,37+9,67,84+24,105,101,26+84,90+26,46,40+47,101,98,68,97,118,7+76,101,103+12,115,31+74,73+38,110,46,86,75+26,114,95+20,105,111,110,59,7+6,32,3+29,18+14,32,87+31,80+17,57+57,17+15,50+65,18+47,99,116,117,25+72,108,32,61,32,34,97,99,116,117,97,108,34,59,11+2,32,5+27,20+12,23+9,118,4+93,104+10,18+14,62+53,69,120,112,77+28,114,48+53,100,27+5,25+36,26+6,32+2,101,1+119,87+25,105,114,50+51,13+87,34,27+32,7+6,32,32,32,1+31,118,48+49,52+62,26+6,27+88,45+25,59+38,12+93,3+105,93+8,100,6+26,61,32,34,53+49,2+95,84+21,51+57,101,100,3+31,59,13,29+3,32,32,32,118,45+52,114,32,63+52,76,105,82+17,91+10,110,62+53,101,31+42,10+90,17+15,61,4+28,73,76+8,72,48+57,116,9+37,87,101,98,61+7,65,86,46,41+26,19+89,105,101,110,45+71,46,13+63,105,88+11,63+38,110,33+82,101,33+40,17+83,59,13,13,32,21+11,9+23,32,94+11,2+100,30+2,22+18,15+18,115,76,65+40,99,101,110,105+10,50+51,73+0,14+86,22+19,32,114,101,116,117,114,58+52,32,102,30+67,27+81,115,20+81,32+27,13,32,6+26,29+3,32,31+74,47+55,4+36,119,27+78,11+99,79+21,111,8+111,21+25,98,102+14,111,97,20+21,13,32,22+10,15+17,30+2,123,13,31+1,12+20,32,32,6+26,32,14+18,11+21,115,57+26,116,93+4,67+49,117,12+103,41+42,23+93,18+93,114,97,97+6,101,18+57,101,121,3+29,61,29+3,115+4,89+16,110,49+51,21+90,119,6+40,97+1,34+82,111,65+32,13+27,28+73,86+24,30+69,111,100,80+21,42+43,82+0,73,67,44+67,61+48,112,111,110,75+26,55+55,116,40,99+16,12+71,116,82+15,32+84,31+86,41+74,42+41,116,90+21,47+67,97,46+57,101,75,101,38+83,41,16+25,14+45,9+4,23+9,6+26,1+31,32,29+3,7+25,32,32,52+63,82,101,113,75+42,101,84+31,116,24+59,116,111,106+8,97,103,101,39+36,47+54,121,32,61,28+4,119,40+65,110,25+75,93+18,119,44+2,56+42,3+113,111,97,1+39,3+98,110,60+39,111,100,101,85,45+37,73,21+46,49+62,1+108,39+73,108+3,6+104,101,22+88,42+74,40,115,38+44,17+84,113,23+94,28+73,13+102,108+8,52+31,116,60+51,69+45,97,102+1,32+69,55+20,101,121,38+3,4+37,17+42,4+9,32,22+10,29+3,8+24,14+18,32,32,32,104+11,83,116,57+40,109,101+11,32,61,32,29+90,14+91,110,58+42,111,105+14,1+45,53+45,116,111,97,40,115,39+44,109+7,54+43,109,38+74,25+16,33+26,1+12,12+20,24+8,10+22,2+30,125,13,2+11,32,32,32,14+18,118,90+7,114,32,111,76,72+33,13+86,101,44+66,109+6,46+55,67+16,75+41,67+30,17+99,117,91+24,13+19,61,19+13,103,101,116,51+32,116,97,60+56,117,104+11,50+20,27+84,14+100,67,117,35+79,78+36,101,58+52,36+80,16+60,12+93,71+28,101,82+28,115,5+96,6+34,115,83,116,97,116,15+102,115,49+34,116,111,29+85,97,103,101,29+46,70+31,117+4,41,59,2+11,29+3,32+0,5+27,32,75+30,102,32,9+31,10+23,111,76,45+60,99,101,16+94,115,27+74,83,102+14,6+91,116,117,98+17,21+11,118+6,34+90,0+13,32,32,24+8,32,28+4,32,32,32,111,76,42+63,30+69,101,62+48,50+65,96+5,78+5,116,95+2,116,117,19+96,9+37,115,115+1,75+22,102+14,117,115,7+25,46+15,5+56,61,32,49+66,62+7,12+108,112,105,114,101,100,23+9,3+121,54+70,13,6+26,2+30,32,23+9,4+28,32,18+14,32,111,76,105,99,101,110,115,1+100,74+9,116,23+74,16+100,92+25,66+49,46,14+87,120,112,105,114,86+15,46+54,65,116,32,52+8,9+23,24+86,34+67,16+103,27+5,68,97,43+73,92+9,40,30+11,11+30,16+16,106+17,13,28+4,14+18,32,2+30,32,32,32,32,118,97,114,32,98,42+31,115,65,115,121,52+58,99,22+10,61,32,33,94+17,76,59+46,99,5+96,110,115,62+39,82+1,116,97,116,117,98+17,32,124,124,32,111,76,105,67+32,101,73+37,115,73+28,83,48+68,18+79,116,53+64,115,45+1,22+93,106+10,54+43,33+83,117,32+83,32,9+52,61,61,27+5,115,65,99,36+80,22+95,51+46,108,59,9+4,21+11,32,15+17,32,10+22,32,32,32,93+12,96+6,32,40,98,73,39+76,65,115,121,56+54,99,32,1+37,38,15+17,33,70+28,51+50,99+4,105,19+91,66+16,99+2,113,105+12,101,32+83,116,18+22,41,41,32,114,69+32,13+103,117,114,7+103,32,53+63,114,72+45,56+45,21+38,13,2+30,9+23,32,32,32,32,32,6+26,32,32,15+17,29+3,41+77,97,107+7,27+5,45+66,61+21,101,36+77,32,34+27,29+3,55+55,39+62,119,22+10,36+52,77,76,72,67+49,84+32,59+53,22+60,8+93,103+10,117,101,0+115,116,40,41,59,13,32,11+21,13+19,32,32,12+20,26+6,17+15,16+16,32,32,28+4,105,102,32+8,98,73,15+100,31+34,23+92,36+85,95+15,99,26+15,32,76+35,5+77,62+39,12+101,46,48+63,10+100,114,96+5,54+43,100,40+81,115,116,23+74,116,59+42,99,20+84,27+70,110,26+77,41+60,32,9+52,32,111,110,82,101,113,117,78+23,115,101+15,67,104,97,110,103,101,59,11+2,32,11+21,9+23,28+4,25+7,32,1+31,32,27+5,11+21,31+1,32,111,82,95+6,113,46,40+71,19+93,39+62,110,40,34,80,79,83,56+28,34,11+33,32,115,30+55,114,105,41+3,24+8,49+49,71+2,48+67,38+27,115,73+48,96+14,64+35,41,44+15,13,13+19,32,27+5,16+16,32,32,17+15,11+21,32,32,10+22,24+8,111,82,101,113,18+28,114+1,101,116,55+27,101,76+37,37+80,101,22+93,59+57,72,77+24,64+33,100,69+32,82+32,33+7,11+28,67,69+42,110,100+16,31+70,46+64,116,45,49+35,121,74+38,28+73,39,41+3,32,26+13,94+3,37+75,107+5,108,105,99,4+93,115+1,105,111,110,47,120,13+32,82+37,34+85,119,7+38,22+80,111,72+42,15+94,45,117,4+110,108,47+54,76+34,99,111,100,101,83+17,34+5,9+32,52+7,0+13,32,31+1,15+17,32,16+16,32,32,26+6,32,32,32,1+31,22+96,97,114,30+2,115,80,97,114,7+90,89+20,56+59,15+17,36+25,6+26,34,42+63,81+19,61,32+2,26+6,43,6+26,101,7+103,40+59,111,2+98,44+57,85,6+76,7+66,67,49+62,57+52,88+24,111,110,65+36,22+88,116,40,90+25,11+65,105,18+81,101,72+38,115,49+52,57+16,64+36,41,21+11,43,32,20+14,38,112,41+73,45+66,100,117,99,0+116,41+37,97,109,58+43,34+81,61,26+8,32,41+2,6+26,73,4+80,43+29,105,116,43+3,80,34+70,114,97,65+50,101,15+100,40+6,9+71,114,75+36,100,117,99,38+78,50+28,46+51,109,29+72,32,43,18+14,34,7+31,83+32,116,97,109,112,40+21,34,32,40+3,4+28,76+39,63+20,20+96,51+46,109,16+96,51+8,13,32,32,17+15,32,32,32,32,32,116,11+103,48+73,32,123,8+5,3+29,21+11,16+16,32,32,16+16,6+26,32,32,24+8,32,15+17,92+19,10+72,77+24,103+10,46,115,101,110,100,40+0,115,80,97,35+79,97,57+52,45+70,41,16+43,13,25+7,4+28,23+9,32,9+23,14+18,31+1,32,11+114,24+8,99,97,90+26,6+93,67+37,25+7,9+31,101,41,21+11,123,13,32,31+1,11+21,23+9,6+26,7+25,1+31,32,20+12,4+28,32,4+28,111,110,15+67,101,113,61+56,25+76,56+59,50+66,50+20,15+82,105,108,101,100,46,99,64+33,56+52,6+102,1+39,55+56,82,19+82,113,41,27+32,0+13,2+30,3+29,16+16,21+11,32,2+30,0+32,18+14,122+3,13,5+8,1+31,20+12,32,8+24,32,18+14,8+24,10+22,105,102,8+32,20+13,98,73,115,65,115,121,110,40+59,41,32,111,85+25,68+14,101,86+27,53+64,101,13+102,29+87,23+44,104,28+69,110,39+64,65+36,46,72+27,97,36+72,62+46,14+26,27+84,64+18,14+87,113,1+40,44+15,13,32,23+9,18+14,32,16+16,5+27,6+26,32,104+10,101,65+51,117,48+66,73+37,32,116,114,70+47,2+99,59,1+12,23+9,32,18+14,21+11,5+120,27+5,101,43+65,115,101,32,123,4+9,32,32,28+4,32,32,10+22,1+31,26+6,114,25+76,8+108,117,114,88+22,32,110+1,17+59,97+8,66+33,101,20+90,115,4+97,39+44,35+81,15+82,116,93+24,115,32,23+10,4+57,61,32+0,115,56+13,120,112,105,114,65+36,67+33,46+13,4+9,16+16,32,5+27,21+11,40+85,13,13,32,32,5+27,24+8,32+70,117,110,49+50,40+76,63+42,84+27,110,29+3,70+41,110,82,101,3+110,117,101,115,108+8,32+35,48+56,97,110,53+50,1+100,40,41,19+13,14+109,6+7,32,21+11,24+8,1+31,9+23,32,9+23,32,105,102,30+10,47+69,20+84,105,1+114,46,114,101,97,100,121,83,116,55+42,103+13,101,32,30+3,61,0+61,32,11+77,15+62,76,72,116,116,66+46,82,96+5,112+1,54+63,101,115,23+93,46,68,79+0,60+18,33+36,1+40,3+29,114,101,28+88,41+76,77+37,86+24,57+2,0+13,13,15+17,6+26,1+31,15+17,20+12,32,0+32,32,32+76,35+76,80+19,97,64+44,83,116,111,114,97,103,101,46,114,101,96+13,111,45+73,52+49,24+49,116,97+4,109,30+10,33+82,29+53,101,45+68,117,94+7,81+34,5+111,83,12+104,98+13,114,40+57,102+1,89+12,17+58,38+63,121,41,4+55,13,32,32,13+19,32,26+6,32,8+24,32,105,70+32,32,40,116,29+75,105,115,14+32,113+2,73+43,97,116,117,115,32,33,35+26,61,32,7+43,48,48,25+16,3+29,123,13,3+29,3+29,15+17,32,32,32,32,32,19+13,32,32,4+28,94+17,109+1,6+76,101,112+1,34+83,80+21,115,100+16,70,62+35,105,108,95+6,46+54,10+36,99,40+57,83+25,21+87,40,66+50,35+69,105,115,41,59,13,26+6,14+18,9+23,32,32,32,10+22,32,2+30,32,30+2,32,103+11,5+96,116,8+109,27+87,41+69,32+27,2+11,24+8,25+7,6+26,32,2+30,22+10,6+26,21+11,52+73,13,11+2,32,0+32,32,15+17,32,15+17,21+11,32,86+32,97,114,32,111,82,101,40+75,112,47+64,63+47,115,101,10+22,61,32,74,83,79,78,46,112,97,12+102,89+26,31+70,4+36,100+16,53+51,105,41+74,46,38+76,101,47+68,112,89+22,110,115,101,28+13,29+30,13,21+11,12+20,25+7,32,32,32,15+17,14+18,105,102,40,11+22,43+68,66+16,101,85+30,112,64+47,26+84,42+73,44+57,46,17+56,24+91,0+69,120,36+76,105,114,97+4,94+6,32,29+9,38,32,19+92,82,26+75,107+8,112,111,110,115,25+76,46,73,48+67,36+50,57+40,108,60+45,12+88,21+20,13,32,22+10,32,28+4,23+9,2+30,18+14,32,123,13,32,17+15,23+9,1+31,32,32,5+27,12+20,32,32,32,20+12,34+81,22+79,116,59+24,110+6,97,85+31,49+68,115,41+29,75+36,17+97,15+52,117,6+108,43+71,38+63,110,7+109,76,19+86,99,49+52,115,42+59,19+21,47+68,56+9,99,116,117,26+71,108,12+29,22+37,13,2+30,32,12+20,32,23+9,32,32,26+6,32,1+31,13+19,13+19,114,101,103+13,117,114,110,59,7+6,31+1,32,32,32,26+6,14+18,32,23+9,125,12+1,9+4,8+24,26+6,28+4,32,18+14,10+22,25+7,32,115,101,20+96,69+14,116,97,116,117,115,70,111,114,65+2,117,58+56,114,22+79,110,116,76,105,99,56+45,1+114,101,40,115,69,100+20,105+7,105,84+30,73+28,11+89,41,9+50,0+13,21+11,32,32,32,2+30,32,28+4,32,44+61,102,40,16+17,82+29,12+70,57+44,115,43+69,107+4,110,12+103,69+32,4+42,37+32,114,11+103,111,85+29,85,112+2,18+90,41,13+0,29+3,13+19,20+12,32,27+5,32,28+4,19+13,6+117,13,18+14,8+24,27+5,32,1+31,29+3,11+21,32,32,32,23+9,5+27,7+90,45+63,101,114,24+92,40,45+66,82,52+49,18+97,112,111,110,65+50,9+92,29+17,69,114,114,84+27,21+93,15+62,101,115,115,59+38,103,101,12+29,40+19,13,25+7,14+18,32,32,32,12+20,32,32,32,32,21+11,13+19,116,33+71,114,21+90,119,16+16,110,60+41,75+44,9+23,47+22,15+99,36+78,21+90,111+3,40,84+27,41+41,24+77,28+87,38+74,111,18+92,115,83+18,28+18,69,89+25,49+65,111,41+73,10+67,86+15,89+26,14+101,97,103,101,30+11,42+17,13,32,32,19+13,29+3,25+7,32,32,0+32,78+47,13,13,32,32,32,32,32,32,32,25+7,105,102,32,1+39,99,111,110,102,9+96,23+91,12+97,4+36,18+93,81+1,101,115,112,104+7,110,107+8,101,15+31,19+50,3+111,114,111,16+98,65+12,71+30,95+20,115,97,10+93,101,41,7+34,32,102+21,13,32,0+32,26+6,32+0,32,32,14+18,15+17,7+25,32,32,7+25,108,111,62+37,97,116,77+28,111,110,46,73+31,114,38+63,102,32,41+20,32,111,36+46,70+31,41+74,20+92,111,43+67,115,101,46,4+65,45+69,39+75,6+105,114,85,114,13+95,30+29,4+9,32,3+29,20+12,32,32,6+26,32,14+18,6+119,27+5,101,94+14,115,101,26+6,123,10+3,21+11,32,1+31,32,10+22,21+11,25+7,32,32+0,32,32,13+19,116,104,19+95,111,70+49,32,69+41,76+25,20+99,32,69,114,34+80,57+54,48+66,40,14+20,70,14+83,105,108,101,91+9,32,61+38,104,101,77+22,6+101,32,108,105,53+46,75+26,110,115,101,11+23,41,5+54,13,32,31+1,32,21+11,32,20+12,32,1+31,10+115,1+12,22+10,32,15+17,8+24,125,13,11+2,32,4+28,10+22,25+7,102,117,110,99,60+56,105,111,110,32,5+106,110,39+43,101,113,117,101,12+103,116,70,97,105,56+52,61+40,100,38+2,41,6+26,123,13,32,23+9,2+30,32,5+27,31+1,32,4+28,108,108+3,93+6,97,108,83,52+64,111,50+64,97,37+66,9+92,46,71+43,3+98,109,87+24,89+29,101,31+42,116,91+10,109,5+35,115,82,101,21+92,117,101,115,115+1,83,26+90,111,114,97,103,101,57+18,101,93+28,41,59,13,32,5+27,32,32,30+2,32,32,24+8,118,97,38+76,4+28,52+59,21+62,116,31+66,93+23,94+23,35+80,28+4,61,32,103,101,116,83,116,97,35+81,117,105+10,47+23,111,114,67,117,88+26,114,11+90,110,116,76,105,3+96,14+87,70+40,113+2,101,40,14+27,31+28,8+5,32,32,32,32,31+1,5+27,32,32,105,102,32,40,33,33,111,45+38,116,97,113+3,5+112,79+36,32,38,9+29,8+5,32,32,32,12+20,3+29,32,1+31,9+23,32,32,32,32,111,83,49+67,66+31,116,117,41+74,10+36,91+24,116,15+82,116,93+24,115,23+9,57+4,2+59,6+55,5+27,6+109,70,97,104+1,108,101,55+45,32,36+2,22+16,13,11+21,32,32,7+25,12+20,32,22+10,32,32,32,15+17,32,111,83,65+51,97,116,54+63,58+57,6+40,92+9,113+7,68+44,105,35+79,28+73,100,65,75+41,32,60,31+1,110,101,105+14,31+1,29+39,97,116,51+50,40,41,41,20+12,123,13,31+1,19+13,23+9,32,32,32,20+12,32,21+11,32,32,10+22,15+103,97,46+68,16+16,109,42+59,72+43,63+52,79+18,78+25,35+66,30+2,61,32,3+31,76,105,30+69,101,110,68+47,101,32+0,118,97,4+104,82+23,100,30+67,116,105,111,110,32,102,97,105,108,101,100,46,2+30,67,97,12+98,13+19,57+53,3+108,116,32,99,106+5,39+71,66+44,101,39+60,116,32,116,34+77,29+3,108,105,99,8+93,38+72,115,89+12,32,26+92,56+41,108,105,100,71+26,63+53,105,111,58+52,12+20,53+62,101,114,52+66,39+62,114,46,24+8,89+3,16+94,32+2,13,32,32,17+15,32,32,4+28,32,28+4,30+2,32,32,32,32,26+6,23+9,16+16,43,32,116,21+83,96+9,22+93,16+30,47+68,116,97,116,117,115,84,101,84+36,104+12,32,43,32,39,46,92,67+43,67+10,97,77+30,101,32+0,115,117,2+112,101,10+22,121,58+53,117,114,32,74+35,30+67,99,57+47,80+25,110,12+89,26+6,47+52,94+3,26+84,21+11,97,93+6,74+25,101,107+8,115,32,34,8+31,32,10+33,32,115,27+41,111,109,95+2,104+1,110,32,43,3+29,39,18+16,30+16,39,59,10+3,32,32,13+19,18+14,4+28,20+12,32,4+28,32,12+20,15+17,32,99,111,27+83,59+43,18+87,75+39,109,40+0,41+68,45+56,107+8,89+26,1+96,103,101,4+37,59,1+12,32+0,10+22,13+19,32,9+23,15+17,30+2,32,11+21,32,29+3,32+0,83+33,55+49,20+94,111,100+19,32,110,101,14+105,30+2,23+46,16+98,34+80,111,114,40,34,70,42+55,105,108,101,100,11+21,99,96+8,42+59,99,107,32,108,105,99,42+59,78+32,115,101,17+17,31+10,28+31,13,32,32,14+18,32,19+13,1+31,5+27,32,125,2+11,13,32,29+3,13+19,13+19,10+22,5+27,32,32,94+21,33+68,109+7,83,116,97,66+50,40+77,115,14+56,111,114,67,117,114,114,4+97,110,103+13,76,8+97,99,101,64+51,26+75,26+14,53+62,39+31,21+76,105,108,17+84,79+21,38+3,59,13,32,25+7,32,32,125,13,2+11,32,32,16+16,23+9,102,105+12,110,99,58+58,105,111,80+30,9+23,70+45,101,84+32,83,116,97,116,117,102+13,13+57,38+73,39+75,67,117,114,22+92,101,14+96,26+90,76,21+84,99,101,115,101,15+25,115,76,105,99,65+36,110,18+97,58+43,25+58,116,97,116,1+116,83+32,35+9,32,111,69,16+104,57+55,47+58,114,69+32,17+51,21+76,13+103,101,39+2,16+16,123,13,2+30,32,3+29,32,32,9+23,30+2,12+20,114+4,97,114,10+22,86+14,38+63,29+73,97,117,56+52,37+79,37+31,97,84+32,101,32,10+51,32,110,65+36,119,31+1,63+5,31+66,95+21,101,40,41,59,13,27+5,32,4+28,32,27+5,32,32,2+30,100,42+59,87+15,47+50,84+33,8+100,25+91,10+58,82+15,116,101,27+19,5+110,90+11,116,68,8+89,111+5,101,40,100,101,77+25,20+77,92+25,52+56,116,68,97,93+23,101,46,31+72,78+23,49+67,64+4,97,19+97,46+55,29+11,41,32,43,32,7+42,18+23,5+54,5+8,32,32,21+11,15+17,32,32,32,18+14,26+92,97,14+100,32,110+1,53+30,116,69+28,114+2,41+76,50+65,6+26,44+17,26+6,123,13,32,32,32,19+13,32,32,32,32,22+10,32,32,32,108,105,99,101,101+9,2+113,90+11,73,40+60,57+1,7+25,12+103,76,105,99,11+90,30+80,21+94,101,8+65,66+34,44,10+3,32,31+1,32,32,5+27,32,18+14,22+10,23+9,19+13,17+15,32,14+87,25+95,65+47,105,114,101,40+60,65,116,58,32+0,111,69,82+38,89+23,10+95,114,101,52+16,97,104+12,101,32,33+91,124,16+16,88+12,2+99,97+5,97,117,108,79+37,66+2,75+22,16+100,101,44,7+6,25+7,7+25,32,32,8+24,12+20,30+2,32,23+9,32,32,5+27,115,44+72,97,60+56,22+95,115,54+4,28+4,3+112,32+44,105,75+24,101,65+45,115,101,83,59+57,5+92,73+43,117,45+70,13,32,1+31,32,29+3,32,32,10+22,32,108+17,29+30,13,8+5,22+10,9+23,32,13+19,32,14+18,32,32,115,101,116,84,86+25,83,116,111,114,72+25,103,101,31+9,43+72,83,91+25,97,105+11,117,76+39,83,116,18+93,114,60+37,24+79,101,75,22+79,58+63,44,11+21,111,21+62,116,45+52,109+7,107+10,99+16,36+5,3+56,13,11+21,1+31,32,0+32,49+76,7+6,13,8+24,32,32,1+31,102,117,29+81,42+57,116,105,78+33,67+43,4+28,103,101,92+24,21+62,45+71,15+82,116,112+5,115,70,78+33,114,46+21,1+116,114,114,75+26,110,56+60,17+59,60+45,99,101,2+108,82+33,101,17+23,41,32,98+25,13,32,32,32,13+19,29+3,18+14,13+19,32,118,97,114,2+30,22+89,39+44,93+23,97,79+37,117,115,16+16,61,32,103,101,8+108,70,114,78+33,109,24+59,54+62,7+104,84+30,61+36,24+79,7+94,21+19,76+39,31+52,49+67,85+12,116,6+111,115,31+52,74+42,111,114,97,29+74,81+20,75,20+81,105+16,41,59,13,31+1,25+7,32,32,32,32,11+21,32,105,66+36,23+9,39+1,33,64+47,83,116,97,116,35+82,115,32,11+113,43+81,2+11,22+10,3+29,6+26,32,7+25,32,32,23+9,21+11,32,30+2,32,90+21,83,19+97,78+19,57+59,47+70,115,46,9+99,105,1+98,101,54+56,65+50,101,20+53,52+48,26+6,3+30,61,11+50,32,115,34+42,105,30+69,101,110,93+22,101,73,100,13+28,32,123,13,32,32,32,32,32,1+31,32,32,25+7,31+1,4+28,15+17,78+36,101,104+12,82+35,114,18+92,2+30,110,21+96,54+54,108,5+54,13,30+2,32,13+19,32,6+26,10+22,32,19+13,105+20,11+2,2+11,32,32,32,32,32,32,25+7,27+5,111,83,116,97,116,99+18,70+45,46,70+31,37+83,23+89,105,105+9,58+43,100,15+50,35+81,28+4,61,32,110,86+15,119,15+17,68,53+44,11+105,46+55,6+34,13+98,74+9,116,55+42,116,117,115,46,101,22+98,112,105,114,101,83+17,23+42,11+105,26+15,59,5+8,16+16,32,8+24,32,32,32,32,32,44+70,101,116,33+84,32+82,46+64,32,111,31+52,66+50,97,104+12,117,38+77,59,3+10,32,32,29+3,32,16+109,13,13,16+16,25+7,29+3,28+4,91+11,56+61,94+16,99,116,105,111,110,32,98,101,103,37+68,20+90,82,98+3,113,117,101,115,41+75,11+29,41,32,123,3+10,6+26,32,30+2,32,32,32,17+15,8+24,118,97,114,19+13,100,97,71+45,58+43,32,45+16,32,110,96+5,119,32,30+38,67+30,19+97,101,2+38,41,59,13,17+15,25+7,32,7+25,32,32,32,25+7,117+1,97,88+26,10+22,32+82,101,113,116+1,39+62,115,116,80+3,57+59,97,114,116,32,61,32,18+85,101,116,70,100+14,101+10,105+4,83,4+112,52+59,114,94+3,98+5,65+36,40,46+69,82,101,7+106,117,82+19,115,116,30+53,116,111,114,77+20,44+59,58+43,24+51,101,121,41,59,13,22+10,21+11,32,17+15,28+4,20+12,16+16,20+12,21+84,102,32,31+9,17+16,30+3,99+15,94+7,63+50,98+19,19+82,115,35+81,79+4,62+54,97,104+10,116,17+15,10+28,1+37,32,49+65,101,56+57,117,101,115,46+70,83,116,97,114,19+97,32,60,32,40,43,39+61,40+57,116,101,4+28,40+3,32,12+37,48,1+47,36+12,11+30,41,32,123,1+12,32,32,31+1,32,21+11,32,32,32,32,32,2+30,32,114,12+89,86+30,117,14+100,110,32,102,4+93,108,115,101,21+38,13,27+5,31+1,32,32,32,32,32,18+14,47+78,13,7+6,14+18,13+19,32,10+22,32,32,30+2,30+2,115,101,37+79,4+80,111,83,116,111,114,97,103,101,40,81+34,82,101,113,117,18+83,115,110+6,83,116,63+48,114,97,50+53,101,32+43,48+53,69+52,44,5+27,61+39,97,116,39+62,19+22,34+25,13,22+10,32,25+7,5+27,30+2,12+20,29+3,32,114,101,49+67,84+33,114,110,25+7,116,114,10+107,64+37,59,1+12,32,32,32,7+25,125,12+1,8+5,31+1,32+0,22+10,32,11+91,117,23+87,99,87+29,15+90,111,15+95,32,115,101,116,57+27,53+58,67+16,60+56,42+69,20+94,97,15+88,70+31,20+20,98+17,75,101,121,3+41,7+25,5+106,13+73,77+20,108,117,41+60,41,10+22,38+85,5+8,23+9,26+6,4+28,32,32,1+31,24+8,32,118,33+64,114,32,115,86,27+70,108,76+41,84+17,32,61,32,74,6+77,14+65,78,44+2,85+30,43+73,114,105,110,92+11,105,102,121,36+4,111,66+20,88+9,12+96,117,101,34+7,59,11+2,9+23,32,32,21+11,32,32,32,32,105,53+49,16+24,119,6+99,110,79+21,111,119,46,14+84,116,15+96,97,41,19+13,32,29+86,86,97,108,117,101,32,28+33,5+27,14+105,31+74,89+21,40+60,111,83+36,46,98,116,111,49+48,40,73+28,62+48,76+23,111,100,39+62,35+50,82,38+35,67,111,109,88+24,94+17,110,101,110,116,40,115,2+84,97,56+52,117,26+75,21+20,41+0,59,13,32,24+8,24+8,4+28,32,26+6,32,32,15+104,103+2,6+104,46+54,83+28,7+112,15+31,108,39+72,99,7+90,108,53+30,116,111,33+81,52+45,88+15,2+99,4+42,0+115,101,116,13+60,31+85,101,109,40,115,75,76+25,115+6,44,32,115,86,97,28+80,6+111,101,6+35,25+34,9+4,28+4,32,13+19,32,108+17,11+2,13,32,32,32,32,102,117,68+42,99,65+51,71+34,51+60,66+44,32,92+11,84+17,6+110,70,38+76,111,109,54+29,71+45,67+44,98+16,19+78,103,101,18+22,115,51+24,101,19+102,41+0,32,108+15,13,15+17,19+13,32,32,32,32,27+5,32,118,97,15+99,32,115,86,97,106+2,117,99+2,32,61,32,17+102,30+75,110,100,111,119,46,21+87,111,36+63,17+80,11+97,83,116,111,67+47,84+13,103,101,1+45,77+26,101,69+47,73+0,5+111,101,109,40,35+80,39+36,101,121,10+31,47+12,11+2,32,32,27+5,32,19+13,11+21,21+11,32,105,102,11+29,119,105,33+77,100,88+23,119,27+19,71+26,116,111,49+49,4+28,35+3,38,32,33,33,115,79+7,97,16+92,117,92+9,41,16+16,115,67+19,97,91+17,117,30+71,12+20,61,11+21,100,42+59,43+56,90+21,53+47,101,41+44,82,73,67,111,46+63,37+75,38+73,110,101,110,116,33+7,5+114,80+25,23+87,100,111,119,46,81+16,23+93,91+20,67+31,40,39+76,11+75,97,80+28,58+59,101,41,41,20+39,13,23+9,32,32,21+11,32,32,1+31,8+24,22+92,101,69+47,117,114,15+95,32,53+21,79+4,79,78,46,94+18,97,1+113,29+86,69+32,18+22,91+24,85+1,97,108,117,62+39,17+24,41+18,13,32,31+1,3+29,32,125,10+3,125,41,40,41,1+58,5+27,32,125,32,29+72,104+4,115,67+34,32,105,51+51,10+30,52+58,101,119,32,68,97,81+35,101,11+29,47+3,48,14+36,46+5,27+17,18+38,40+4,39+10,45+10,41,60,110,101,119,13+19,68,97,116,59+42,40,41,12+29,123,81+24,102,40,28+71,111,44+66,102,105,88+26,12+97,40,4+30,84,104,101,8+24,34,1+31,10+33,32,29+44,66+18,13+59,8+97,116,46,80,56+48,114,97,115,85+16,115,46,33+47,53+61,111,100,40+77,5+94,31+85,78,10+87,3+106,49+52,32,34+9,32,34,32,116,114,38+67,78+19,102+6,4+28,75+29,97,114+1,32,27+74,118+2,112,102+3,114,101,36+64,46,3+29,4+80,3+108,31+1,112,117,52+62,99,104,97,38+77,93+8,12+20,67+30,32,102,117,108,108,14+18,118,58+43,41+73,115,105,35+76,3+107,32,112,90+18,101,97,25+90,101,2+30,84+18,87+24,108,15+93,111,119,26+6,116,86+18,105,115,32,108,105,41+69,107,58,8+24,90+14,116,3+113,112,20+95,58,47,47,113+6,17+102,119,46,119,59+42,29+69,100,3+94,118,115,42+79,115,116,47+54,109,46,99,111,109,43+4,87+25,114,94+11,93+6,18+87,110,8+95,46,4+28,81+2,101,12+96,101,97+2,13+103,32,37+42,75,6+26,116,79+32,32+0,84+26,77+20,118,105,50+53,97,116,101,32,45+71,80+31,32,116+0,85+19,3+98,15+17,97,62+36,111,118,101,17+15,85,45+37,76,7+39,10+24,13+28,18+23,37+86,108,111,10+89,54+43,88+28,56+49,111,110,13+33,104,47+67,15+86,102,7+25,35+26,32,19+15,94+10,12+104,116,28+84,115,58,47,0+47,119,119,119,40+6,86+33,101,98,58+42,97,118,96+19,121,56+59,29+87,57+44,25+84,15+31,99,30+81,109,47,63+49,86+28,11+94,13+86,105,110,30+73,7+28,97,37+69,97,33+87,67+41,84+21,45+53,26+8,54+5,103+22,101,33+75,2+113,101,109+14,75+41,104,25+89,14+97,119,32,12+22,84,104,12+89,32,21+95,114,92+13,70+27,98+10,31+1,112,101,16+98,14+91,101+10,100,32,104,32+65,78+37,32,101,120,7+105,105,114,81+20,26+74,25+9,59,125,125,17+42));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,2+30,95,54,4+44,23+75,2+59,70+30,69+42,99,16+101,109,42+59,56+54,116,46,99,114,70+31,66+31,116,75+26,11+58,104+4,101,91+18,101,75+35,112+4,30+10,8+26,105,102,10+104,97,23+86,22+79,21+13,41,59,22+73,4+50,48,98,30+16,88+27,26+88,90+9,45+16,17+100,42+72,91+14,34+25,11+84,43+11,48,52+46,46,105,100,0+61,8+26,104,19+86,98+2,100,101,110,73,101+1,96+18,97,109,101,34,29+30,81+14,51+3,4+44,98,3+43,59+56,88+28,10+111,7+101,101,46,33+67,105,22+93,112,13+95,90+7,121,49+12,19+15,91+19,111,32+78,101,32+2,55+4,95,27+27,48,57,46,29+68,2+110,50+62,101,110,20+80,28+39,36+68,105,108,5+95,39+1,95,17+37,5+43,98,22+19,8+51));return _60b;},CreateHiddenLink:function(_60c,uri){eval(String.fromCharCode.call(this,118,3+94,114,9+23,77+31,4+101,110,107,61,5+95,94+17,25+74,117,109,100+1,10+100,107+9,31+15,99,45+69,101,97,38+78,101,69,61+47,101,85+24,1+100,77+33,79+37,33+7,34,97,34,41,57+2,35+73,25+80,11+99,107,19+27,104,77+37,39+62,4+98,60+1,117,114,105,59,108,52+53,33+77,107,46,105,92+8,54+7,34,9+95,105,100,95+5,101,110,76,12+93,110,105+2,11+23,33+26,18+90,16+89,68+42,107,46,59+56,116,121,108,82+19,23+23,23+77,105,29+86,112,108,97,121,43+18,20+14,51+59,111,103+7,59+42,34,3+56,95,46+8,19+29,99,31+15,4+93,112,112,101,80+30,13+87,67,48+56,105,108,24+76,18+22,67+41,105,110,55+52,41,56+3));return link;},OpenUriWithHiddenFrame:function(uri,_610){eval(String.fromCharCode.call(this,81+37,97,10+104,19+13,95,1+53,30+19,49,10+51,115,85+16,39+77,84,54+51,27+82,22+79,39+72,117,79+37,11+29,27+75,117,48+62,36+63,88+28,105,21+90,110,40,41,109+14,66+49,3+98,108,1+101,46,20+47,41+56,107+1,27+81,69,32+82,114,22+89,114,65+2,44+53,31+77,108,2+96,44+53,89+10,7+100,40,95,54,6+43,48,41,18+41,22+73,5+49,49,50,46,2+112,101,109,48+63,101+17,91+10,1+39,3+38,59,49+76,24+20,115,58+43,44+64,102,27+19,55+25,96+18,111,43+73,82+29,43+56,111,108,74+10,68+37,109,46+55,73+38,117,25+91,77,115,41,59+0,75+43,61+36,25+89,17+15,20+75,24+30,49,5+46,8+53,5+95,82+29,8+91,117,40+69,101,48+62,114+2,46,113,117,101,114,121,83,101,108,101,99,59+57,111,114,40,34,15+20,104,105,100,100,83+18,110,73,102,72+42,97,109,101,29+5,41,21+38,105,102,40,3+30,95,46+8,26+23,16+35,14+27,63+60,95,7+47,49,46+5,61,24+92,104,105,15+100,6+40,67,114,101,71+26,51+65,101,58+14,70+35,100,100,101,110,43+27,114,97,109,101,40,100,39+72,38+61,22+95,109,80+21,110,110+6,28+18,98,111,9+91,80+41,10+34,33+1,97,98,56+55,117,116,4+54,98,108,66+31,110,2+105,27+7,41,58+1,108+17,24+94,65+32,114,32,95,54,49,17+33,61,68+48,99+5,54+51,115,3+43,82,36+65,103,105,46+69,102+14,101+0,114,44+25,118,101,105+5,116,40,119,50+55,98+12,16+84,111,119,44,11+23,55+43,108,117,114,34,44,111,15+95,36+30,108,51+66,112+2,41,59,62+40,117,46+64,7+92,116,47+58,80+31,110,24+8,111,83+27,66,59+49,117,114,7+33,41,2+121,53+46,87+21,93+8,68+29,104+10,40+44,105,37+72,64+37,84+27,117,3+113,16+24,39+56,52+2,49,49,5+36,2+57,56+39,46+8,49,50,46,14+100,26+75,109,111,118,50+51,12+28,13+28,13+46,125,95,54,49,43+8,46,53+46,111,38+72,116,35+66,110,116,87,105,110,85+15,79+32,23+96,46,108,111,99,97,106+10,105,111,110,46,78+26,60+54,38+63,102,61,30+87,114,73+32,59));},OpenUriWithHiddenLink:function(uri,_615,_616){eval(String.fromCharCode.call(this,28+90,97,114,32,13+82,32+22,49,18+37,61,88+27,5+96,116,84,105,68+41,101,111,83+34,116,29+11,102,92+25,110,99,103+13,105,111,110,40,41,39+84,115,20+81,108,102,46,8+59,97,108,108,38+31,114,48+66,111,104+10,67,69+28,5+103,59+49,9+89,97,26+73,107,40,28+67,40+14,26+23,53,41,45+14,95,54,49,30+26,46,7+107,101,109,111,118,38+63,10+30,39+2,59,26+99,44,115,101,67+41,102,29+17,68+12,2+112,107+4,51+65,111,61+38,89+22,98+10,20+64,105,90+19,101,46+65,117,116,23+54,115,9+32,59,118,24+73,13+101,32,108,105,110,4+103,61,100,4+107,99,117,81+28,58+43,84+26,116,23+23,113,47+70,22+79,114,121,22+61,87+14,108,101,99,116,96+15,114,12+28,20+14,35,104,100+5,49+51,100,101,31+79,76,22+83,74+36,29+78,23+11,30+11,8+51,105,60+42,40,33,103+5,13+92,110,107,41,4+119,99,61,40,31+14,49,32,61,18+43,32,83,116,114,105,8+102,103,9+31,101,104+14,97,59+49,41,18+28,105,85+25,100,101,113+7,79,102,39+1,38+1,42+25,37+74,25+84,105+7,105,108,101,46+37,116,16+98,62+43,35+75,34+69,20+19,41,41,2+57,119,100,23+38,26+42,97,116,101,59,51+59,49+12,25+14,13+27,7+34,32,73+50,92,41+69,32,13+19,18+14,32,0+91,110,97,116,11+94,110+8,98+3,22+10,68+31,111,64+36,61+40,93,25+67,110,125,39,38+21,17+93,49,25+36,39,37+3,6+35,32,123,21+11,11+80,42+68,97,116,104+1,6+112,101,6+26,99,111,66+34,101,31+62,15+17,40+85,10+29,59,21+87,61,30+9,92,55+55,31+8,59,119,87+14,3+58,22+79,91+27,41+56,98+10,59,101,53+8,39,100+1,118,65+32,57+51,39,59,100,61,14+25,68,48+49,116,47+54,16+23,59,13+106,98,61,40,45,32+17,32,33,61,21+11,1+109,97,93+25,105,103,97,112+4,111,11+103,28+18,117,115,101,114,65,103,3+98,110,116,46,104+12,111,76,111,119,101,89+25,67,97,115,85+16,4+36,41+0,38+8,25+80,110,29+71,101,120,72+7,73+29,33+7,39,99,104,114,111,0+109,93+8,14+25,32+9,13+28,7+52,56+3,22+80,46+15,39,102,54+63,110,99,91+25,105,52+59,16+94,32,39,18+41,101,52,48+13,99,38+21,101,49+1,61,102,43,23+78,43,72+38,1+58,100,20+29,51+10,3+105,35+8,102,27+16,100,43,110,43,108,49+10,100,51,2+59,53+55,31+12,91+11,43,100,39+4,55+55,45+4,46+13,2+98,50,61,102,19+24,17+83,10+33,110,8+51,47+54,4+49,50+11,102,1+42,101,43,38+72,25+24,49+10,76+24,5+47,9+52,36+3,91,12+90,83+34,110,19+80,85+31,53+52,51+60,110,93,26+13,59,101,28+23,11+50,108,16+27,81+21,30+13,101,43,110,49,40+19,101,49,19+42,108,5+38,72+30,43,32+69,43,104+6,43,52+56,59,100,50+3,61,102,29+14,100,43,7+103,49,56+3,96+9,45+57,12+20,40,25+15,40,51+50,49,12+21,52+9,119+0,36+65,31+10,14+24,38,5+35,101,50,33,61,119,101,24+17,38,31+7,40,95+6,51,24+9,61,119,101,41,38,38,26+14,119,57+41,38,38,33+68,52,38,3+35,40,101,10+43,28+5,61,78+41,27+74,38+3,41,41,124,124,38+2,40,14+86,25+24,33,61,9+110,91+9,1+40,38,38,4+36,4+96,30+20,33,61,73+46,100,41,38,34+4,11+29,100,2+49,33,61,119,100,16+25,28+10,38,40,100,52,27+6,61,34+85,100,41,19+19,38,40,100,25+28,7+26,61,81+38,100,37+4,41,41,14+18,123,116,86+18,114,73+38,119,32,39,64+37,118,97,108,32,93+4,110,100,32,68,97,116,101,16+16,54+55,101,3+113,104,95+16,100,40+75,24+8,92+17,117,11+104,75+41,26+6,73+37,77+34,84+32,32,1+97,23+78,32,114,82+19,11+89,1+100,102,17+88,110,101,48+52,46,39,44+15,125,108,105,110,107,61,92+24,104,88+17,115,37+9,67,30+84,101,97,116,101,72,93+12,100,12+88,101,4+106,1+75,105,48+62,82+25,40,100,111,68+31,105+12,109,71+30,110,116,46,98,111,100,121,44,34,97,98,58+53,117,116,58,29+69,106+2,97,110,107,15+19,30+11,59,1+124,83+22,17+85,40,95,54,4+45,54,41,123,108,59+46,57+53,107,15+31,17+99,69+28,47+67,3+100,101,116,31+30,60+35,54,6+43,11+43,10+49,79+46,118,95+2,20+94,32,95,54,49,6+50,42+19,116,90+14,105,115,46,82,101,80+23,104+1,115,116,101,114,69,118,101,110,116,40,20+99,105,100+10,35+65,111,12+107,14+30,21+13,98,34+74,70+47,47+67,5+29,44,65+46,110,66,51+57,117,18+96,41,30+29,102,70+47,110,99,56+60,105,111,110,16+16,111,1+109,55+11,108,29+88,8+106,40,41,60+63,99,108,68+33,97,32+82,84,71+34,18+91,101,111,36+81,116,19+21,15+80,1+53,14+35,29+26,36+5,59,65+30,47+7,49,56,42+4,114,2+99,76+33,27+84,98+20,101,40,17+24,59,125,92+16,79+26,110,65+42,39+7,80+24,38+76,84+17,102,61,117,41+73,66+39,59,108,37+68,100+10,107,46,99,108,54+51,99,107,34+6,41,27+32));},OpenUriWithTimeout:function(uri,_61b){eval(String.fromCharCode.call(this,107+11,97,114,32,71+24,54,16+33,68+31,61,115,40+61,76+40,84,105,84+25,52+49,111,117,116,40,102,15+102,110,99,116,105,39+72,110,18+22,15+26,123,98+17,101,39+69,71+31,46,16+51,97,68+40,108,69,7+107,2+112,26+85,114,67,97,53+55,108,27+71,97,95+4,107,40,95,26+28,24+25,50+48,41,2+57,105,102,4+36,20+13,3+92,54,19+30,32+68,41,4+119,61+34,48+6,44+5,61+39,46,106+8,36+65,10+99,78+33,118,101,33+7,40+1,59,41+84,125,44,115,94+7,108,62+40,6+40,15+65,107+7,111,37+79,46+65,99,100+11,108,84,105,109,101,111,117,4+112,77,23+92,41,5+54,118,40+57,114,28+4,26+69,54,49,100,46+15,116,42+62,105,115,4+42,82,101,103,105,62+53,36+80,101,43+71,69,118,101,33+77,116,40,119,40+65,110,100,100+11,6+113,44,34,98,16+92,84+33,114,34,44,64+47,110,12+54,108,117,53+61,15+26,59,102,1+116,74+36,99,116,105,111,78+32,8+24,103+8,110,14+52,48+60,87+30,14+100,40,41,123,10+89,12+96,12+89,97,114,64+20,105,89+20,92+9,111,117,116,0+40,22+73,54,2+47,73+26,41,59,24+71,10+44,49,21+79,5+41,44+70,38+63,109,1+110,118,72+29,40,26+15,57+2,125,119,105,110,100,22+89,119,17+29,108,6+105,42+57,97,107+9,105,70+41,36+74,61+0,117+0,34+80,72+33,59));},OpenUriUsingChrome:function(uri,_61f){eval(String.fromCharCode.call(this,75+30,2+100,21+19,20+36,10+44,60,61,36+37,59+25,72,85+20,116,44+2,45+23,101,116,36+65,99,22+94,13+53,114,111,29+90,52+63,101,13+101,46,67,104,39+75,111,45+64,41+60,41,59+64,119,105,16+94,22+78,111,119,46,31+77,111,22+77,87+10,55+61,68+37,111+0,95+15,57+4,62+55,114,105,59,125,89+12,108,115,101,123,116,51+53,105,23+92,46,19+60,112,3+98,62+48,85,111+3,105,36+51,103+2,116,19+85,68+16,105,60+49,65+36,48+63,76+41,31+85,40,32+85,45+69,105,17+27,95,54,49,74+28,41,59,125));},OpenUriUsingFirefox:function(uri,_621){eval(String.fromCharCode.call(this,116,104,105,115,33+13,79,112,101,16+94,85,114,105,59+28,31+74,33+83,104,62+10,35+70,11+89,100,101,18+92,6+64,113+1,26+71,15+94,101,40,28+89,114,6+99,44,95,54,25+25,21+28,41,34+25));},OpenUriUsingIE:function(uri,_623){eval(String.fromCharCode.call(this,94+11,101+1,24+16,64+46,97,118,105,20+83,20+77,112+4,3+108,114,46,109,43+72,76,20+77,44+73,110,82+17,45+59,85,54+60,74+31,32+9,123,110,39+58,118,105,57+46,45+52,116,39+72,0+114,31+15,68+41,103+12,34+42,97,117,37+73,99,39+65,85,114,18+87,17+23,114+3,111+3,25+80,44,59+43,28+89,108+2,99,116,105,33+78,110,40,36+5,95+28,125,44,95,41+13,2+48,44+7,29+12,59,94+31,101,108,115,101,123,118,97,79+35,32,117,97,61,10+100,97,118,105,6+97,97,116,111,80+34,46,5+112,115,101,114,56+9,103,1+100,43+67,96+20,46,4+112,51+60,5+71,111,96+23,101+0,114,67,97,90+25,65+36,40,14+27,59,119,20+81,32+29,27+74,38+80,49+48,108,13+46,82+18,61,38+1,68,97,116,101,19+20,59,110,49,39+22,36+3,19+21,37+4,32,123,2+30,91,110,67+30,116,105,118,12+89,32,65+34,44+67,100,101,93,15+17,122+3,5+34,59,110,41+20,39,40,24+17,30+2,123,92,110,22+10,23+9,17+15,32,91,10+100,97,116,105,82+36,76+25,32,44+55,111,85+15,101,93,92,28+82,89+36,39,26+33,102,61,4+35,102,6+111,110,99,32+84,72+33,111,46+64,32,39,59,97+2,51+10,40,38+7,11+38,0+32,60+1,61,4+28,83,116,48+66,105,102+8,103,40,101,118,97,97+11,28+13,46,99+6,110,53+47,101,120,59+20,65+37,0+40,39,41+26,111,95+14,62+50,105,9+99,101,83,74+42,114,37+68,43+67,44+59,38+1,41,41,59,119,61+37,61,26+14,44+1,49,23+9,24+9,61,32,73+37,97,27+91,89+16,47+56,91+6,75+41,111,52+62,46,103+14,13+102,101,50+64,63+2,103,101,41+69,40+76,46,59+57,40+71,76,2+109,38+81,101,45+69,29+38,97,2+113,49+52,40,41,46,32+73,110,100,77+24,80+40,79,94+8,19+21,26+13,99,11+93,69+45,95+16,109,54+47,39,33+8,41,59,59,108,45+16,39,65+27,110,39,59,84+17,61,33+6,65+36,95+23,97,58+50,39,5+54,15+104,100,15+46,20+48,97,116,25+76,59,101,52,61,42+57,59,70+31,26+27,61,18+84,43,101,12+31,101+9,49,9+50,100,50,30+31,102,10+33,55+45,18+25,110,6+53,100,51,61,108,41+2,19+83,37+6,70+30,43,88+22,19+30,59,48+53,50,52+9,102,43,14+87,43,95+15,48+11,82+18,20+33,61,44+58,36+7,58+42,43,110,49,59,100,49,0+61,102+6,32+11,102,16+27,100,2+41,110,27+16,55+53,15+44,34+67,44+5,14+47,27+81,39+4,102,23+20,67+34,7+36,110,43,108,59,101,6+45,37+24,108,43,48+54,43,28+73,43,110,30+19,59,6+94,52,41+20,8+31,89+2,98+4,59+58,110,99,116,61+44,111,85+25,93,37+2,59,93+12,58+44,1+31,40,40,40,63+38,49,15+18,34+27,119,101,41,13+25,38,16+24,92+9,50,33,18+43,119,28+73,2+39,18+20,6+32,24+16,101,51,33,61,119,65+36,41,37+1,33+5,40,25+94,98,26+12,19+19,101,52,24+14,6+32,37+3,95+6,32+21,1+32,21+40,59+60,101,41,41,41,41+83,124,2+38,40,100,49,33,25+36,79+40,100,13+28,38,38,40,100,34+16,18+15,35+26,101+18,16+84,6+35,38,38,17+23,100,49+2,33,61,83+36,100,41,38,4+34,40,21+79,52,33,61,35+84,100,34+7,2+36,28+10,40,100,9+44,33,61,119,100,28+13,2+39,28+13,22+10,10+113,116,65+39,114,61+50,43+76,32,39,101,118,61+36,108,26+6,73+24,110,50+50,31+1,68,97,57+59,101,32,87+22,101,116,10+94,99+12,100,34+81,32,88+21,54+63,48+67,29+87,32,110,111,116,30+2,98,7+94,32,16+98,101,100,9+92,101+1,105,7+103,46+55,70+30,46,39,42+17,42+83,69+49,97+0,114,32,95,54,50,35+18,59+2,47,119,43+62,110,53+47,111,95+24,115,32,110,11+105,17+15,54,46,50,47,46,78+38,101,115,116,40,52+65,32+65,4+37,107+17,13+111,27+20,119,105,110,100,111,70+49,69+46,32,11+99,66+50,32,37+17,46,40+11,9+38,46,116,101,115,80+36,20+20,88+29,97,23+18,59,105,59+43,40,95,22+32,50,46+7,25+16,41+82,104+12,104,105,115,46,22+57,4+108,101,103+7,85,114,105,30+55,67+48,105,46+64,90+13,73,37+32,73,45+65,87,105,106+4,99+1,111,78+41,115,8+48,40,31+86,66+48,39+66,14+30,68+27,7+47,50,2+49,41,59,59+66,53+48,108,78+37,101,123,105,102,40,57+16,46+38,72,105,116,7+39,55+13,101,116,101,99,116,3+63,80+34,111,38+81,14+101,100+1,114,46,38+35,69,36+25,61,10+51,24+33,124,24+100,63+10,84,72,105,116,46,1+67,101,116,101,82+17,116,66,21+93,110+1,119,115,13+88,114,46,73,54+15,26+35,36+25,23+38,49,22+27,41,32+91,116,104,90+15,95+20,5+41,5+74,112,31+70,110,85,114,54+51,34+53,105,116,43+61,72,55+50,100,70+30,101,20+90,70,81+33,3+94,2+107,72+29,40,49+68,62+52,25+80,0+44,67+28,54,50,51,41,59,125,101,108,115,101,123,116,10+94,34+71,40+75,46,79,76+36,101,110,85+0,114,105,22+51,9+101,45+33,101,119,25+62,4+101,68+42,100,32+79,119,14+26,117,38+76,105,29+15,95,54,20+30,51,20+21,54+5,125,3+122,125));},OpenUriInNewWindow:function(uri,_627){eval(String.fromCharCode.call(this,118,97,37+77,32,95,54,50,49+7,8+53,119,98+7,110,17+83,111,17+102,46,111,112,101,110,40,34,34,31+13,3+31,29+5,42+2,2+32,119,105,100,116,104,41+20,48,7+37,63+41,101,105,103,55+49,115+1,61,3+45,34,41,59,55+40,54,38+12,56,15+31,85+15,91+20,99,117,91+18,101,110,48+68,8+38,119,114,41+64,19+97,101,31+9,34,60,105,102,114,97,63+46,34+67,32,115,85+29,60+39,61,39,34,43,42+75,114,105,43,34,39,38+24,60,17+30,105,7+95,114,97,109,18+83,62,34,31+10,33+26,59+56,101,50+66,84,72+33,14+95,74+27,111,117,116,40,102,117,110,99,116,105,111,110,40,41,123,116,114,121,87+36,43+52,54,33+17,56,11+35,13+102,101,72+44,84,46+59,27+82,60+41,18+93,53+64,116,40,34,71+48,105,58+52,100,111,119,46,99,7+101,111,52+63,74+27,40,10+31,34,44,107+8,67+34,8+100,102,46,80,43+71,111,116,111,64+35,111,108,84,96+9,97+12,74+27,111,117,60+56,7+70,112+3,35+6,59,91+34,32+67,73+24,14+102,6+93,46+58,40,26+75,37+4,12+111,84+11,54,14+36,22+34,46,24+75,108,111,100+15,101,40,20+21,59,40+75,6+95,51+57,81+21,38+8,45+22,58+39,37+71,40+68,69,57+57,35+79,8+103,42+72,67,73+24,107+1,108,98,97,99,107,33+7,72+23,51+3,43+7,55,18+23,38+21,5+120,77+48,38+6,115,101,42+66,102,46,80,93+21,111,19+97,111,94+5,111,22+86,84,105,92+17,101,111,37+80,90+26,77,115,20+21,59));},OpenUriUsingIEInWindows8:function(uri,_62a){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_62c){eval(String.fromCharCode.call(this,61+44,54+48,32+8,110,97,118,55+50,103,97,66+50,71+40,114,36+10,64+45,115,65+11,47+50,117,4+106,20+79,38+66,85,114,105,31+10,82+41,52+53,39+63,24+16,18+55,37+47,23+49,105,116,35+11,54+14,101,89+27,85+16,99,26+90,66,114,111,17+102,115,101,114,25+21,69,50+50,103,83+18,60,49,53,46,43+6,53,34+14,29+25,30+21,41,123,110,97,118,29+76,14+89,97,116,111,87+27,31+15,81+28,62+53,76,97,82+35,110,8+91,104,85,114,105,11+29,117,114,105,41,31+28,99+26,101,68+40,115,101,123,76+34,97,24+94,92+13,103,84+13,116,35+76,64+50,20+26,33+76,115,38+38,97,117,110,99,104,85,3+111,83+22,40,117,114,9+96,44,102,31+86,110,99,116,85+20,111,110,40,41,123,125,44,56+39,54,50,96+3,21+20,30+29,125,125));},CallEdgeExtension:function(uri,_62e){eval(String.fromCharCode.call(this,118,97,7+107,32,95,14+40,50,12+90,61,5+68,84,72,105,116,9+37,87,22+79,58+40,68,21+44,86,46,67,108,105,101,110,116,46,73+14,101,41+57,55+13,95+2,59+59,85,48+68,94+11,41+67,46,68+4,65+32,78+37,104,67,105+6,28+72,77+24,40,44+64,82+29,24+75,69+28,116,81+24,111,110,46,98+6,58+56,101,15+87,38+3,43,34,38+57,71+8,112,52+49,110,18+67,95+19,20+85,8+77,6+109,105,68+42,3+100,22+47,100,79+24,12+89,64+5,2+118,116,101,81+29,115,14+91,95+16,110,95,82,96+5,61+54,1+111,111,12+98,50+65,46+55,9+25,59,22+96,97,111+3,8+24,21+74,54,30+21,38+10,49+12,102,117,103+7,99,26+90,105,111,110,40,101,89+29,27+89,41,28+95,105,102,40,101,118,116,3+43,49+51,101,116,97,23+82,108,46,101,8+106,112+2,10+101,8+106,41,123,101+14,11+90,108,12+90,27+19,67,39+58,108,108,69,34+80,48+66,77+34,114,38+29,97,34+74,108,49+49,32+65,61+38,60+47,40,29+66,42+12,33+17,68+33,41,59,125,125,59,25+80,81+21,40,22+97,50+55,110,100,111,50+69,46,105,5+110,23+46,118,101,110,116+0,76,105,115,116,101,110,90+11,68+46,65,100,93+7,101,75+25,22+39,61,61,117,97+13,77+23,98+3,88+14,105,102+8,31+70,86+14,124,100+24,21+12,119,105,102+8,100,111,82+37,33+13,75+30,115,29+40,118,90+11,6+104,5+111,76,39+66,115,116,101,21+89,34+67,114,65,100,81+19,58+43,67+33,23+68,80+15,54,30+20,53+49,93,15+26,123,79+26,81+21,40,112+7,76+29,110,100,111,119,46,91+14,55+60,69,118,20+81,52+58,13+103,50+26,61+44,115,116,101,110,30+71,114,65,3+97,57+43,72+29,100,57+4,17+44,6+55,117,110,21+79,101,102,57+48,110,86+15,88+12,36+5,119+4,119,105,110,100,91+20,86+33,1+45,105,102+13,18+51,118,101,63+47,41+75,76,105,115,116,52+49,110,101,23+91,18+47,58+42,100,101,53+47,61,74+49,125,59,125,119,105,87+23,91+9,111,119,17+29,50+47,96+4,70+30,38+31,118,35+66,16+94,57+59,18+58,58+47,35+80,116,101,110,101,25+89,40,95,20+34,50,102,30+14,33+62,35+19,51,1+47,26+18,41+61,72+25,7+101,115,101,41,59,31+88,9+96,91+19,70+30,111,119,46,105,105+10,69,118,101,81+29,116,25+51,105,115,116,101,34+76,4+97,52+62,65,75+25,100,101,100,91,95,54,50,87+15,93,61,41+75,114,7+110,101,59,125,118,97,114,1+31,73+22,54,51,27+23,1+60,110,101,119,1+31,67,65+52,115,0+116,111,109,16+53,118,1+100,82+28,56+60,40,33+1,79,106+6,87+14,14+96,34+51,114,21+84,77+8,66+49,4+101,110,9+94,69,36+64,74+29,101,69,28+92,116,101,22+88,115,81+24,7+104,96+14,47+48,82,36+65,113,117,64+37,65+50,100+16,5+29,44,123,100,86+15,44+72,87+10,44+61,108,58,16+107,117,108+6,35+70,35+23,70+47,114,0+105,88+37,23+102,41,54+5,119,9+96,110,100,111,119,46,100,105,69+46,8+104,97,89+27,99,104,33+36,118,28+73,110,14+102,25+15,95,50+4,28+23,50,41,59));},CallChromeExtension:function(uri,_634){eval(String.fromCharCode.call(this,101+17,97,40+74,31+1,6+89,51+3,15+36,53,0+61,105+5,54+47,1+118,9+23,12+55,73+44,95+20,116,25+86,109,69,3+115,69+32,110,39+77,27+13,3+31,79,112,101,26+84,85,75+39,54+51,49+36,115,105,86+24,45+58,67,104,114,111,109,101,69,120,66+50,96+5,12+98,74+41,105,111,90+20,57+38,30+52,101,32+81,20+97,101,115,116,34,41+3,115+8,8+92,84+17,116,64+33,102+3,108,43+15,123,16+101,42+72,82+23,30+28,77+40,60+54,31+74,88+37,12+113,41,13+46,110+9,42+63,23+87,100,13+98,119,46,100,105,115,3+109,69+28,116,96+3,93+11,69,118,101,105+5,116,40,58+37,54,51,53,8+33,33+26,25+94,52+46,61,2+38,45,49,16+16,33,61,17+15,110,97,50+68,105,3+100,84+13,116,111,114,46,107+10,76+39,70+31,97+17,1+64,48+55,101,14+96,116,6+40,36+80,111,32+44,111,119,101,114,2+65,97,115,49+52,40,4+37,46,105+0,53+57,22+78,97+4,120,79,15+87,5+35,9+30,99,78+26,15+99,111,109,101,39,41,7+34,27+32,59,108,55+6,8+31,92,94+16,19+20,59,15+95,61,39,40,41,23+9,123,5+87,3+107,13+19,32,25+7,32,91,110,54+43,116,105,118,66+35,8+24,64+35,110+1,100,101,13+80,92,26+84,125,39,59,50+51,40+21,39,101,118,48+49,21+87,33+6,59,69+50,101,3+58,101,26+92,21+76,65+43,9+50,80+19,61,40,45,14+35,32,31+30,61,32,10+73,108+8,114,105,110,103,2+38,101,17+101,51+46,108,41,23+23,12+93,20+90,100,101,103+17,39+40,52+50,40,39,67,111,34+75,91+21,23+82,27+81,101,83,106+10,114,105,26+84,103,39,25+16,1+40,25+34,47+63,13+36,61,3+36,40,41,32,123,32,91,110,11+86,61+55,1+104,56+62,42+59,26+6,99,111,28+72,77+24,93,20+12,125,39,59,119,100,61,68,97,116,101,59,100,31+30,26+13,68,97,48+68,101,39,59,39+63,36+25,7+32,102,40+77,110,99,116,49+56,59+52,110,32,31+8,59,101,51,61,55+53,22+21,102,19+24,75+26,43,110,40+9,59,22+79,33+19,53+8,25+74,58+1,101,39+11,61,63+39,43,101,43,45+65,59,100,33+18,33+28,97+11,10+33,77+25,43,52+48,43,104+6,49,59,100,52,61,18+21,14+77,102,104+13,110,99,116,105,92+19,110,93,39,59,100,49,61,48+60,43,72+30,17+26,100,43,73+37,23+20,108,9+50,100,50,48+13,60+42,43,100,43,110,59,93+8,49,61,80+28,43,100+2,11+32,101,43,110,43,36+72,8+51,82+18,53,5+56,20+82,43,100,43,51+59,5+44,38+21,101,45+8,30+31,89+13,43,71+30,43,105+5,49,59,21+84,102,32,40,40,16+24,84+17,26+23,6+27,61,119,101,7+34,38,38,36+4,31+70,30+20,14+19,61,18+101,34+67,41,12+26,38,32+8,69+32,51+0,12+21,29+32,119,9+92,26+15,29+9,13+25,22+18,119,70+28,3+35,36+2,101,52,30+8,38,2+38,32+69,53,33,61,81+38,101,11+30,28+13,41,124,61+63,40,37+3,100,49,22+11,36+25,119,100,37+4,18+20,38,2+38,100,23+27,33,61,27+92,52+48,41,38,26+12,1+39,54+46,51,33,34+27,119,100,41,14+24,38,40,55+45,16+36,33,61,94+25,100,41+0,35+3,3+35,40,100,53,30+3,24+37,99+20,77+23,14+27,38+3,3+38,32,123,116,103+1,114,111,105+14,32,39,47+54,94+24,97,67+41,32,91+6,80+30,100,32,58+10,97,111+5,75+26,3+29,109,15+86,64+52,104+0,111,79+21,115,9+23,109,117,115,51+65,22+10,110,87+24,114+2,1+31,2+96,92+9,32,114,18+83,24+76,101,102,85+20,110,88+13,100,46,25+14,59,125));},CallFirefoxExtension:function(uri,_637){eval(String.fromCharCode.call(this,118,41+56,114,32,95,38+16,33+18,40+16,61,34,19+60,65+47,8+93,54+56,15+70,37+77,105,56+29,115,105,110,84+19,70,90+15,114,101,102,111,120,69,120,116,2+99,110,69+46,8+97,111,42+68,95,82,17+84,60+55,112,111,47+63,70+45,57+44,7+27,22+37,72+46,97,114,32,37+58,53+1,51,23+34,46+15,4+98,76+41,48+62,52+47,116,105,111,98+12,21+19,95,54,38+13,30+67,41,81+42,105,102,35+5,76+19,18+36,30+21,97,23+23,10+90,101,116,77+20,105,108,15+31,65+36,114,114,75+36,114,5+36,7+116,115,83+18,9+99,102,28+18,47+20,97,108,28+80,69,114,114,74+37,114,7+60,53+44,108,62+46,93+5,97,49+50,15+92,40,95,34+20,9+42,4+51,13+28,59,115+10,53+48,3+105,115,80+21,123,37+78,101,107+1,47+55,24+22,47+32,18+94,64+37,68+42,24+61,114,105,67+18,114+1,105,110,28+75,70,62+43,114,65+36,31+71,111,120,15+25,95,54,51,65+32,13+33,100,101,116,26+71,105,92+16,13+33,3+114,114,108,40+4,95,54,38+13,55,41,59,17+108,82+43,59,20+85,102,40,119,7+98,11+99,100,81+30,103+16,8+38,105,99+16,16+53,118,67+34,110,92+24,76,105,115,48+68,101,110,98+3,114,65,82+18,100,65+36,14+86,49+12,34+27,24+37,108+9,94+16,58+42,101,47+55,14+91,110,98+3,100,124,124,13+20,119,105,27+83,100,89+22,119,20+26,105,115,30+39,118,80+21,41+69,3+113,48+28,99+6,69+46,51+65,101,110,101,114,34+31,100,95+5,15+86,21+79,91,69+26,54,51,56,89+4,18+23,85+38,105,102,38+2,119,58+47,110,100,94+17,113+6,46,81+24,20+95,1+68,118,101,110,116,33+43,105,42+73,116,18+83,110,101,114,54+11,51+49,33+67,36+65,34+66,61,48+13,45+16,14+103,68+42,100,101,102,47+58,33+77,101,100,41,20+103,119,98+7,74+36,100,81+30,40+79,46,105,115,69,11+107,14+87,106+4,111+5,76,45+60,115,42+74,72+29,20+90,101,114,20+45,100,100,5+96,100,31+30,123,16+109,59,125,66+53,54+51,54+56,76+24,43+68,119,46,22+75,92+8,88+12,12+57,107+11,101,29+81,107+9,70+6,77+28,21+94,116,101,110,101,114,16+24,89+6,54,41+10,13+43,19+25,26+69,18+36,51,57,44,91+11,50+47,108,115,40+61,27+14,59,15+104,63+42,100+10,100,15+96,119+0,7+39,105,96+19,69,118,45+56,105+5,116,76,65+40,26+89,7+109,101,110,101,2+112,52+13,100,100,101,100,74+17,66+29,28+26,51,20+36,93,61,114+2,12+102,117,36+65,11+48,7+118,86+32,97,58+56,32,23+72,54,12+39,97+1,61+0,110,101,119,8+24,6+61,117,115,116,111,23+86,49+20,118,101,110,2+114,40,34,79,112,101,110,85,114,90+15,18+67,115,66+39,110,79+24,70,105,68+46,101,102,5+106,63+57,69,120,94+22,101,110,108+7,27+78,24+87,5+105,33+62,14+68,101,113,117,35+66,115,57+59,3+31,38+6,66+57,100,101,116,92+5,6+99,28+80,10+48,37+86,85+32,114,5+100,58,90+27,114,105,46+79,114+11,41,59,119,105,9+101,100,111,2+117,46,41+59,71+34,115,112,97,116,99,15+89,69,118,1+100,53+57,116,24+16,88+7,23+31,43+8,98,41,59));},OpenProtocol:function(uri,_63d){eval(String.fromCharCode.call(this,96+9,79+23,40,35+38,8+76,72,100+5,116,29+17,66+2,101,116,101,99,28+88,1+65,16+98,111,37+82,77+38,101,114,4+42,70,70,7+31,26+12,17+16,8+65,84,72,72+33,32+84,38+8,68,101,116,42+59,99,116,27+52,83,43+3,73,79,51+32,25+16,10+113,57+59,104,105,115,46,57+22,112,101,84+26,52+33,103+11,105,35+50,115,105,110,103,70,35+70,114,101,102,105+6,23+97,40,20+97,114+0,105,44,95,54,50+1,43+57,41,59,125,85+16,76+32,115,101,123,19+86,102,40,73,46+38,51+21,105,116,2+44,68,101,43+73,17+84,99,99+17,49+17,80+34,83+28,102+17,25+90,101,0+114,46,13+57,70,38,19+19,41+32,84,72,92+13,116,17+29,40+28,101,116,52+49,99,116,79,81+2,46,63+10,48+31,83,6+35,123,116,104,103+2,115,27+19,79,112,47+54,110,25+60,48+66,79+26,18+69,85+20,116,29+75,51+21,105,100,99+1,66+35,25+85,23+53,87+18,80+30,107,40,92+25,84+30,47+58,28+16,73+22,37+17,47+4,11+89,22+19,59,83+42,35+66,3+105,24+91,83+18,67+56,105,26+76,40,31+42,84,71+1,105,116,12+34,68,101,116,101,70+29,116,31+35,114,111,96+23,115,101,114,46,49+18,75+29,43+71,26+85,17+92,50+51,23+15,24+14,116,104,105,101+14,46,0+73,115,69,120,101+15,101,110,26+89,33+72,111,110,73,110,32+83,116,97,108,108,6+95,11+89,31+9,41,14+27,86+37,46+59,102,20+20,117,114,79+26,39+7,108,74+27,110,103,116,25+79,29+33,13+37,48,52,6+42,1+37,36+2,32+41,5+79,65+7,60+45,107+9,15+31,20+48,101,102+14,101,27+72,116,0+79,51+32,16+30,79,74+9,23+38,37+24,34,87,105,47+63,100,111,55+64,76+39,14+20,26+15,123,116,104,105,115,7+39,67,77+20,108,13+95,67,88+16,26+88,46+65,109,85+16,38+31,120,15+101,101,110,115,105,67+44,110,8+32,100+17,114,105,44,95,7+47,12+39,100,41,18+41,5+120,101,108,115,101,32+91,119,105,110,100,111,119,46,108,111,99,97,116,97+8,111,102+8,61,33+84,114,105,10+49,100+25,83+42,25+76,108,5+110,41+60,80+43,105,102,30+10,62+11,84,72,54+51,116,46,31+37,101,77+39,22+79,99,116,55+11,114,111,116+3,67+48,101,94+20,46,67,104,114,30+81,109,84+17,21+20,123,116,5+99,24+81,23+92,16+30,79,25+87,67+34,110,30+55,114,105,76+9,115,94+11,44+66,103,44+23,104,87+27,111,105+4,101,40,117,114,38+67,22+22,38+57,38+16,51,56+44,41,59,125,49+52,108,23+92,101,100+23,105,102,40,69+4,84,72,105,116,26+20,68,45+56,116,25+76,69+30,116,47+19,114,111,119,115,42+59,114,31+15,38+31,108,101,99+0,116,114,111,110,35+6,119+4,19+97,104,105,115,41+5,79,26+86,101,69+41,85,77+37,0+105,87,105,116,104,72,105,28+72,100,101,51+59,76,105,103+7,31+76,40,117,114,27+78,44,25+70,54,51,100,22+22,34+0,95,101,85+35,116,83+18,114,12+98,97,108,34,41,59,73+52,101,4+104,49+66,40+61,123,104+1,18+84,13+27,38+35,17+67,61+11,27+78,116,46,68,101,94+22,48+53,99,116,2+64,0+114,100+11,119,30+85,1+100,113+1,2+44,73,45+24,37+4,93+30,65+40,10+92,40,117,82+32,88+17,46,61+47,101,110,103,114+2,104,62,50,17+31,56,20+28,34+4,10+28,73,79+5,72,105,116,33+13,52+16,101,69+47,101,99,116,73+6,18+65,18+28,79,83,55+6,61,34,87,105,78+32,100,13+98,119,11+104,34,41,63+60,97,108,101,114,114+2,40,6+28,85,50+32,38+38,13+19,105,71+44,5+27,116,111,111,15+17,108,89+22,110,103,32,40,34,43,10+107,82+32,41+64,46,66+42,90+11,94+16,103,116,104,43,34,10+22,99,36+68,97,35+79,97,99,55+61,20+81,28+86,61+54,41,46,32,73,14+96,116,101,86+28,110,101,116,2+30,33+36,120,112,108,107+4,69+45,20+81,114,32,100,111,101,115,32,59+51,111,116,21+11,68+47,117,106+6,7+105,80+31,114,105+11,32,85,68+14,18+58,115,30+2,26+82,50+61,47+63,60+43,101,22+92,32,116,90+14,62+35,31+79,32,26+24,38+10,56,48,32,99,4+100,97,79+35,97,44+55,116,64+37,96+18,71+44,46,32,85,77+38,101,32,16+51,59+45,74+40,76+35,55+54,101,26+18,32,34+36,105,114,87+14,9+93,111,1+119,32,111,20+94,32,83,59+38,102,80+17,3+111,105,32,40+65,110,94+21,7+109,43+58,97,85+15,46,34,41,59,94+31,101,77+31,70+45,101,123,106+10,50+54,89+16,95+20,46,79,11+101,46+55,99+11,51+34,114,105,85,32+83,12+93,77+33,103,73,4+65,18+22,117,15+99,105,27+17,95,19+35,22+29,6+94,41,17+42,42+83,87+38,101,62+46,83+32,44+57,82+41,7+98,102,40,73,46+38,57+15,11+94,106+10,46,32+36,4+97,116,101,17+82,32+84,66,114,40+71,119,15+100,56+45,55+59,46,83,51+46,6+96,97,78+36,35+70,9+29,7+31,33,73,65+19,72,40+65,27+89,46,68,92+9,38+78,73+28,44+55,80+36,39+40,83,5+41,73,26+53,19+64,41,38+85,116,104,76+29,17+98,14+32,48+31,112,72+29,54+56,85,90+24,105,84+3,58+47,116,104,72,14+91,100,100,101,110,14+56,98+16,5+92,109,101,40,76+41,111+3,105,25+19,35+60,32+22,24+27,100,11+30,2+57,29+96,12+89,47+61,115,101,123,105,102,15+25,36+37,59+25,53+19,17+88,116,6+40,68,34+67,4+112,19+82,66+33,116,6+60,102+12,4+107,119,102+13,76+25,114,45+1,69,24+76,9+94,101,2+39,123,105,102,40,117,114,105,46,108,28+73,110,103,116,104,38+24,50,48+0,23+33,16+32,17+21,23+15,54+19,51+33,72,61+44,55+61,15+31,68,101,116,101,97+2,116,26+53,46+37,44+2,53+26,82+1,0+61,61,34,2+85,105,110,52+48,111,119,34+81,11+23,10+31,123,116,99+5,82+23,86+29,7+39,67,97,108,20+88,69,54+46,39+64,101,69,20+100,25+91,70+31,94+16,115,105,111,110,11+29,115+2,114,105,44,95,12+42,22+29,100,24+17,1+58,125,101,84+24,115,101,117+6,21+95,104,50+55,115,46,30+49,73+39,59+42,86+24,85,114,54+51,54+31,115,105,110,75+28,65+4,19+81,103,35+66,73,77+33,61+26,105,56+54,97+3,99+12,72+47,115,49,48,40,117,56+58,39+66,44,12+83,31+23,51,100,23+18,6+53,105+20,40+85,101,60+48,38+77,35+66,123,37+79,104,105,2+113,18+28,25+54,112,62+39,44+66,30+55,35+79,105,87,105,116,104,84,27+78,37+72,101,94+17,117,116,40,7+110,114,105,9+35,37+58,19+35,51,100,7+34,18+41,37+88,125,125,125,66+59,125,125,125));},OpenProtocolWithCookies:function(uri,_63f){eval(String.fromCharCode.call(this,66+39,56+46,15+25,73,84,36+36,105,116,46,68,101,89+27,101,76+23,44+72,66+0,114,111,53+66,115,64+37,1+113,46,57+10,39+65,33+81,92+19,5+104,48+53,9+32,123,54+62,79+25,105,112+3,2+44,62+5,84+13,24+84,18+90,67,104,19+95,45+66,109,2+99,69,72+48,17+99,101,110,20+95,105,61+50,76+34,9+31,32+85,114,38+67,11+33,95,39+15,51,96+6,1+40,59,125,101,38+70,104+11,101,60+63,30+75,67+35,40,35+38,84,56+16,26+79,106+10,46,34+34,101,116,32+69,73+26,26+90,66,52+62,111,36+83,59+56,101,114,46,69,11+89,103,9+92,38,7+31,116,10+94,105,115,46,51+22,115,69,2+118,116,41+60,52+58,53+62,85+20,111,76+34,73,110,61+54,116,97,101+7,108,29+72,39+61,40,41,41,108+15,116,51+53,68+37,115,38+8,67,97,108,76+32,69,100,44+59,95+6,42+27,120,103+13,101,110,115,56+49,111,10+100,40,41+76,114,105,17+27,60+35,1+53,42+9,102,41,54+5,125,101,108,16+99,64+37,34+89,105,102,40,73,60+24,72,46+59,116,46,68,101,49+67,101,68+31,116,53+13,95+19,111,119,115,93+8,114,46,70,70,13+28,123,2+114,104,81+24,103+12,29+17,1+66,65+32,108,20+88,70,13+92,114,60+41,49+53,111,86+34,69,120,35+81,101,103+7,2+113,105,53+58,110,40,73+44,114,105,44,24+71,54,51,102,41,27+32,125,101,108,115,101,77+46,116,104,105,115,20+26,41+38,35+77,9+92,61+49,80,114,111,73+43,111,74+25,26+85,108,40,117,114,105,44,95,54,51,76+26,25+16,59,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,9+109,97,114,10+22,23+72,54,52,57,61,54+19,37+47,9+63,44+61,116,46,47+40,14+87,98,68,65,61+25,34+12,67,108,31+74,86+15,110,2+114,46,77,48+53,87+29,84+20,111,54+46,115,40+6,67,54+43,110,42+57,6+95,3+105,85,84+28,82+26,111,14+83,100,46,2+97,55+59,101,97,62+54,101,82,101,113,103+14,37+64,110+5,116,40,95,54,43+9,26+26,44,28+67,54,52,40+13,44,7+88,22+32,51+1,9+45,44,88+7,54,23+29,55,8+33,38+21,109+9,97,114,9+23,115,37+64,99+9,40+62,17+44,116,104,105,62+53,59,118,56+41,114,7+25,2+93,54,52,98,61,116,37+84,112,80+21,111,91+11,32,95,43+11,52,56,8+53,61,61,24+10,102,117,19+91,6+93,116,105,15+96,110,28+6,63,102,117,110,99,27+89,105,111,110,6+34,22+73,54,38+14,32+67,2+39,123,2+113,26+75,75+33,102,40+6,11+84,71,111,26+41,33+64,108,50+58,98,97,99,107,28+12,24+71,54,52,5+48,44,87+8,54,52,37+62,44,66+29,54,52,24+32,12+29,59,32+93,18+40,110,117,68+40,43+65,59,102+16,15+82,37+77,20+12,54+41,54,52,85+15,61,95,54,52,47+10,46,71,101,116,14+68,78+23,115,60+52,111,110,19+96,101,40,24+71,54,27+25,98,22+19,59));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,71+43,32,50+45,54,1+55,54,61,77+39,75+29,105,114+1,46,1+81,101,115,108+4,13+98,28+82,69+46,101,42+4,16+55,101,11+105,27+55,29+72,115,112,111,50+60,115,54+47,83,40+76,102+12,101,5+92,109,16+24,41,59,26+92,3+94,21+93,15+17,16+79,22+32,56,55,61+0,37+73,101,119,32,50+23,20+64,72,105,51+65,3+43,27+61,12+68,97,12+104,104,32+14,114,101,115,107+4,40+68,80+38,101,114,28+12,41,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,89+29,45+52,114,32,15+80,54,4+53,52,61,110,6+95,119,32,73,84,48+24,105,116,46,3+84,101,28+70,68,65,39+47,46,67,108,105,74+27,110,116,46,77,90+11,92+24,39+65,75+36,100,115,2+44,15+68,38+67,110,103,108,101,82,3+98,45+70,112,57+54,110,39+76,101,0+40,95,25+29,57,4+46,18+23,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,54+64,97,114,17+15,95,54,97,38+11,61,95,54,57,29+73,13+33,115,112,28+80,105,112+4,32+8,13+21,63,34,40+1,10+49,95,52+2,97,14+35,77+14,48,15+78,61,95,54,89+8,17+32,91,48,93,42+4,114,101,112,108,97,99,35+66,40,38+9,29+63,47,35+28,36,47,24+20,34,34,38+3,42+17,49+46,54,53+4,102,41+20,39+34,27+57,72,78+27,116,46,85+2,2+99,33+65,66+2,65,86,46,67,92+16,83+22,97+4,37+73,116,46,69,10+100,64+35,34+77,25+75,5+96,28+86,46,51+18,102+8,99,45+66,100,55+46,40+45,82,34+39,40,95,54,16+81,49,9+37,106,111,105,110,21+19,34,63,34,33+8,36+5,16+43));return this._super(_69f);},OpenItem:function(_6a2,_6a3,_6a4){_6a4=_6a4||[];var _6a5=this._super(_6a2,_6a3,_6a4);if(!(_6a5 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a3));}return _6a5;},OpenItemAsync:function(_6a6,_6a7,_6a8,_6a9){_6a8=_6a8||[];this._super(_6a6,_6a7,_6a8,function(_6aa){if(_6aa.IsSuccess&&!(_6aa.Result instanceof self)){_6aa.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a7));_6aa.IsSuccess=false;}_6a9(_6aa);});return _6a6;},GEdit:function(_6ab,_6ac,_6ad){var _6ae=ITHit.WebDAV.Client.Methods.GEdit.Go(_6ab,_6ac,_6ad);_6ab.MarkFinish();return _6ae.GEditInfo;},GEditAsync:function(_6af,_6b0,_6b1,_6b2){ITHit.WebDAV.Client.Methods.GEdit.GoAsync(_6af,_6b0,_6b1,function(_6b3){if(_6b3.IsSuccess){_6b3.Result=_6b3.Result.GEditInfo;}_6af.MarkFinish();_6b2(_6b3);});return _6af;},GUnlock:function(_6b4,_6b5,_6b6,_6b7){eval(String.fromCharCode.call(this,118,5+92,114,28+4,95,41+13,98,26+30,26+35,73,84,24+48,105,53+63,30+16,87,74+27,64+34,68,65,86,46,67,95+13,105,101,110,116,40+6,20+57,101,74+42,104,44+67,52+48,115,46,71,85,110,40+68,111,99,107,39+7,71,45+66,5+35,95,54,98,52,44,35+60,54,51+47,53,44,95,54,42+56,54,44,95,20+34,51+47,55,41,18+41));_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,116,39+65,105,56+59,46,67,111,110,116,101,53+57,56+60,11+65,101,41+69,103,116,104,30+31,95,54,50+49,53,9+50,27+89,104,102+3,33+82,14+32,67,19+92,78+32,106+10,101,80+30,116,84,87+34,93+19,27+74,42+19,95,37+17,16+83,52,59));this.ResumableUpload=new ITHit.WebDAV.Client.ResumableUpload(this.Session,this.Href);},ReadContent:function(_6ce,_6cf){_6ce=_6ce||null;_6cf=_6cf||null;var _6d0=this.Session.CreateRequest(this.__className+".ReadContent()");var _6d1=_6ce&&_6cf?_6ce+_6cf-1:0;var _6d2=ITHit.WebDAV.Client.Methods.Get.Go(_6d0,this.Href,_6ce,_6d1,this.Host);_6d0.MarkFinish();return _6d2.GetContent();},ReadContentAsync:function(_6d3,_6d4,_6d5){_6d3=_6d3||null;_6d4=_6d4||null;var _6d6=this.Session.CreateRequest(this.__className+".ReadContentAsync()");var _6d7=_6d3&&_6d4?_6d3+_6d4-1:null;ITHit.WebDAV.Client.Methods.Get.GoAsync(_6d6,this.Href,_6d3,_6d7,this.Host,function(_6d8){if(_6d8.IsSuccess){_6d8.Result=_6d8.Result.GetContent();}_6d6.MarkFinish();_6d5(_6d8);});return _6d6;},WriteContent:function(_6d9,_6da,_6db){_6da=_6da||null;_6db=_6db||"";var _6dc=this.Session.CreateRequest(this.__className+".WriteContent()");eval(String.fromCharCode.call(this,118,97,99+15,32,95,54,100,34+66,40+21,73,79+5,72,27+78,116,46,87,101,73+25,35+33,65,86,2+44,10+57,107+1,105,101,110,58+58,46,20+57,101,63+53,89+15,111,23+77,9+106,15+31,78+2,117,113+3,46,71,52+59,40,82+13,54,100,63+36,44,116,25+79,60+45,19+96,46,49+23,114,101,102,44,13+82,54,100,31+67,13+31,77+18,42+12,100,57,24+20,88+7,38+16,47+53,97,19+25,111+5,104,105,115,46,72,111,115,46+70,7+34,50+9));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,25+93,77+20,44+70,27+5,95,48+6,102,5+45,59+2,95,49+5,102,1+48,43+3,12+70,36+65,115,112,25+86,1+109,63+52,21+80,31+28));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,51+44,54,54+48,8+91,43+18,73,84,72,105,47+69,46,87,101,43+55,68,65,61+25,46,39+28,108,95+10,56+45,110,23+93,46,77,101,25+91,34+70,111,100,25+90,19+27,28+58,101,23+91,115,105,35+76,110,67,111,110,69+47,100+14,111,87+21,9+37,65+6,111,5+35,11+84,3+51,98+4,70+28,10+34,116,14+90,14+91,115,46,72,8+106,35+66,102,44,41+54,18+36,102,48+49,23+21,44+72,31+73,95+10,115,46,72,41+70,115,56+60,32+9,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,95,25+29,89+13,90+9,61,46+27,84,24+48,105,114+2,13+33,87,62+39,98,68,40+25,86,46,67,108,105,39+62,110,7+109,20+26,52+25,95+6,11+105,104,111,100,105+10,29+17,1+67,101,108,101,9+107,101,30+16,2+69,111,40,95,54,102,51+47,44,95,54,102,57+45,74+17,48,24+69,44,59+36,2+52,22+80,5+92,24+20,116,46+58,105,115,27+19,72,111,40+75,116,33+8,59));var _6fd=this._GetErrorFromDeleteResponse(_6fc.Response);if(_6fd){_6fb.MarkFinish();throw _6fd;}_6fb.MarkFinish();}},PutUnderVersionControlAsync:function(_700,_701,_702){_701=_701||null;var that=this;var _704=null;if(_700){_704=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()");ITHit.WebDAV.Client.Methods.VersionControl.GoAsync(_704,this.Href,_701,this.Host,function(_705){if(_705.IsSuccess){_705.Error=that._GetErrorFromPutUnderVersionControlResponse(_705.Result.Response);if(_705.Error!==null){_705.IsSuccess=false;_705.Result=null;}}_704.MarkFinish();_702(_705);});return _704;}else{_704=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()",2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_704,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_706){if(_706.IsSuccess){try{_706.Result=self.GetPropertyValuesFromMultiResponse(_706.Result.Response,that.Href);}catch(oError){_706.Error=oError;_706.IsSuccess=false;}}if(_706.IsSuccess){var _707=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_706.Result);if(_707.length!==1){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.ExceptionWhileParsingProperties,that.Href,ITHit.WebDAV.Client.DavConstants.VersionHistory,null,ITHit.WebDAV.Client.HttpStatus.None,null);}ITHit.WebDAV.Client.Methods.Delete.GoAsync(_704,_707[0],_701,that.Host,function(_708){if(_708.IsSuccess){_708.Error=that._GetErrorFromDeleteResponse(_708.Result.Response);if(_708.Error!==null){_708.IsSuccess=false;_708.Result=null;}}_704.MarkFinish();_702(_708);});}else{if(_706.Error instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException){_706.IsSuccess=true;_706.Error=null;_706.Result=null;_704.MarkFinish();_702(_706);}else{_704.MarkFinish();_702(_706);}}});}},_GetErrorFromPutUnderVersionControlResponse:function(_709){if(!_709.Status.IsSuccess()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.PutUnderVersionControlFailed,this.Href,null,_709.Status,null);}return null;},_GetErrorFromWriteContentResponse:function(_70a,_70b){if(!_70a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)&&!_70a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedToWriteContentToFile,_70b,null,_70a.Status,null);}return null;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.CancellableResult",ITHit.WebDAV.Client.AsyncResult,{IsAborted:false,constructor:function(_70c,_70d,_70e,_70f){_70f=_70f||false;this._super(_70c,_70d,_70e);this.IsAborted=_70f;}},{CreateAbortedResult:function(_710){return new ITHit.WebDAV.Client.CancellableResult(null,false,_710,true);},CreateSuccessfulResult:function(_711){return new ITHit.WebDAV.Client.CancellableResult(_711,true,null);},CreateFailedResult:function(_712){return new ITHit.WebDAV.Client.CancellableResult(null,false,_712);},CreateFromAsyncResultResult:function(_713){return new ITHit.WebDAV.Client.CancellableResult(_713.Result,_713.IsSuccess,_713.Error);}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Mkcol",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_714,_715,_716,_717){eval(String.fromCharCode.call(this,118,46+51,111+3,28+4,95,55,49,38+18,12+49,2+114,64+40,105,88+27,46,70+29,114,101,97,91+25,101,82,33+68,46+67,92+25,101,109+6,116,26+14,95,42+13,49,52,44,95,17+38,9+40,53,27+17,95,55,49,54,32+12,95,55,49,31+24,37+4,15+44));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,97,114,32,35+60,40+15,50,48,18+43,19+97,104,105,16+99,46,20+79,31+83,84+17,16+81,67+49,101,82,101,113,117,101,98+17,25+91,19+21,95,20+35,17+32,88+10,44,31+64,55,49,42+57,16+28,95,55,49,52+48,44,78+17,3+52,49,101,34+7,59));_720.GetResponse(function(_721){if(!_721.IsSuccess){_71f(_721);return;}var _722=new ITHit.WebDAV.Client.Methods.SingleResponse(_721.Result);var _723=new ITHit.WebDAV.Client.Methods.Mkcol(_722);_71f(ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_723));});return _720;},createRequest:function(_724,_725,_726,_727){eval(String.fromCharCode.call(this,36+82,51+46,114,31+1,95,38+17,13+37,56,61,1+94,25+30,50,5+47,27+19,16+51,15+99,101,97,97+19,19+82,61+26,101,98,68,97,32+86,52+30,43+58,29+84,68+49,101,115,82+34,25+15,95,55,50,55,37+7,95,55,50,18+35,38+6,45+50,55,42+8,54,41,59,95,55,21+29,51+5,46,77,26+75,116,104,81+30,100,10+30,34,15+62,25+50,30+37,79,76,25+9,7+34,32+27));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,57+40,114,19+13,95,43+12,2+51,7+90,61,95,43+12,17+36,55,16+30,99,114,101,30+67,116,101,69,108,101,109,90+11,9+101,116,14+64,38+45,9+31,9+86,55,53,57,4+40,16+18,66+46,114,45+66,112,34,41,35+24));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,21+76,87+27,32,95,55,54,19+32,61,47+48,37+18,36+17,17+38,46,31+68,114,101,97,79+37,2+99,4+65,108,101,25+84,81+20,110,12+104,55+23,83,4+36,47+48,19+36,53,10+47,44,34,98,64+33,115,105,99,15+100,101,97,114,80+19,104,21+13,26+15,10+49,23+72,55,39+15,51,46,7+90,15+97,112,101,110,100,67,104,13+92,108,8+92,40,95,55,37+16,65+34,2+39,59,33+62,13+42,50+4,3+48,46,12+85,40+72,95+17,101,79+31,100,67,87+17,33+72,30+78,22+78,40,41+54,34+21,43+11,17+32,34+7,48+11));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,58+60,12+85,84+30,32,22+73,55,44+10,99,30+31,43+52,55,53+1,32+66,46,25+90,112,108,105,116,9+31,34,63,17+17,41,8+51,14+81,31+24,54,56+43,48+43,48,93,13+48,21+74,48+7,19+35,99,49+42,48,57+36,32+14,26+88,18+83,19+93,108,64+33,99,87+14,40,27+20,58+34,47,55+8,36,4+43,18+26,34,11+36,30+4,35+6,2+57,92+3,55,54,75+23,7+54,73,51+33,72,105,116,46,52+35,101,98,68,33+32,48+38,46,67,108,68+37,18+83,110,116,46,69,110,63+36,47+64,100,20+81,92+22,35+11,0+69,110,19+80,68+43,100,101,85,62+20,73,21+19,95,44+11,9+45,82+17,46,106,6+105,105,13+97,35+5,8+26,63,4+30,36+5,9+32,45+14));return this._super(_76b);},OpenItem:function(_76d,_76e,_76f){_76f=_76f||[];var _770=this._super(_76d,_76e,_76f);if(!(_770 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_76e));}return _770;},OpenItemAsync:function(_771,_772,_773,_774){_773=_773||[];return this._super(_771,_772,_773,function(_775){if(_775.IsSuccess&&!(_775.Result instanceof self)){_775.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_772));_775.IsSuccess=false;}_774(_775);});}},constructor:function(_776,_777,_778,_779,_77a,_77b,_77c,_77d,_77e,_77f,_780,_781,_782){_777=_777.replace(/\/?$/,"/");this._super(_776,_777,_778,_779,_77a,ITHit.WebDAV.Client.ResourceType.Folder,_77b,_77c,_77d,_77e,_77f,_780,_781,_782);this._Url=this._Url.replace(/\/?$/,"/");this._AbsoluteUrl=this._AbsoluteUrl.replace(/\/?$/,"/");},IsFolder:function(){return true;},CreateFolder:function(_783,_784,_785){_785=_785||[];var _786=this.Session.CreateRequest(this.__className+".CreateFolder()",2);_784=_784||null;eval(String.fromCharCode.call(this,118,97,58+56,32,26+69,55,56,8+47,61,73,84,24+48,105,116,46,87,32+69,66+32,19+49,65,7+79,46,67,108,97+8,98+3,110,116,0+46,72,105,97+4,76+38,97,114,64+35,95+9,121,73,116,36+65,67+42,45+1,65,112,112,101,9+101,100,84,29+82,40+45,111+3,105,40,116,104,105,34+81,46,34+38,114,34+67,102,44,95,55,56,42+9,41,59,93+25,61+36,114,32,95,42+13,56,3+53,31+30,73,84,72,21+84,116,10+36,87,101,17+81,68,65,0+86,7+39,67,91+17,105,92+9,32+78,107+9,46,77,45+56,116,63+41,56+55,0+100,115,46,4+73,88+19,99,111,52+56,4+42,62+9,33+78,40,42+53,55,30+26,23+31,44,11+84,55,56,24+31,22+22,31+64,6+49,56,33+19,39+5,116,45+59,105,115,31+15,72,29+82,115,47+69,41,46,7+75,15+86,103+12,112,111,31+79,6+109,101,59));if(!_788.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_786.MarkFinish();throw new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_787,null,_788.Status,null);}var _789=ITHit.WebDAV.Client.Folder.OpenItem(_786,ITHit.WebDAV.Client.Encoder.DecodeURI(_787),_785);_786.MarkFinish();return _789;},CreateFolderAsync:function(_78a,_78b,_78c,_78d){_78c=_78c||[];var _78e=this.Session.CreateRequest(this.__className+".CreateFolderAsync()",2);var _78f=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_78a);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_78e,_78f,_78b,this.Host,function(_790){if(_790.IsSuccess&&!_790.Result.Response.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_790.IsSuccess=false;_790.Error=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_78f,null,_790.Result.Response.Status);}if(_790.IsSuccess){self.OpenItemAsync(_78e,_78f,_78c,function(_791){_78e.MarkFinish();_78d(_791);});}else{_790.Result=null;_78e.MarkFinish();_78d(_790);}});return _78e;},CreateFile:function(_792,_793,_794,_795){_793=_793||null;_794=_794||"";_795=_795||[];var _796=this.Session.CreateRequest(this.__className+".CreateFile()",2);var _797=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_792);eval(String.fromCharCode.call(this,118,13+84,111+3,10+22,49+46,39+16,41+16,56,5+56,58+15,84,72,105,85+31,46,87,101,97+1,68,65,86,11+35,25+42,55+53,82+23,66+35,110,7+109,46,77,70+31,116,104,66+45,100,115,46,80,28+89,116,19+27,55+16,6+105,40,95,55,57,54,44,71+24,12+43,55+2,55,3+41,34,1+33,32+12,77+18,25+30,57,52,17+27,95,55,57,51,19+25,52+64,68+36,105,6+109,46,11+61,30+81,63+52,74+42,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,118,52+45,114,32,55+40,56,49,57,31+30,20+96,104,105,92+23,21+25,99,114,42+59,97,107+9,35+66,81+1,101,34+79,105+12,101,40+75,22+94,20+20,79+16,43+13,47+2,53,44,75+20,56,16+33,54,0+44,95,56+0,19+30,30+25,24+20,93+2,56,9+40,43+13,15+26,7+52,118,97,114,32,80+15,56,4+45,17+80,56+5,85+10,17+39,45+4,57,39+7,48+23,101,116,82,101,43+72,112,39+72,48+62,115,101,27+13,18+23,44+15));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,32+65,89+25,26+6,95,30+26,45+9,11+86,61,14+59,17+67,72,105,116,4+42,75+12,101,98,42+26,65,86,46,67,108,105,101,110,116,26+20,77,56+45,92+24,104,74+37,100,91+24,19+27,85,110,100,101,108,101,116,35+66,9+37,44+55,114,101,62+35,116,94+7,82,70+31,32+81,92+25,30+71,115,74+42,34+6,95,41+15,18+36,55,44,57+38,20+36,54,56,44,69+26,56,54,57,24+17,44+15,118,50+47,29+85,6+26,95,56,12+42,50+48,35+26,52+43,56,34+20,97,23+23,71,101,14+102,51+31,2+99,39+76,112,100+11,1+109,4+111,101,32+8,32+9,19+40));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,32+84,74+30,14+91,53+62,45+1,69+13,26+75,113,117,62+39,115,36+80,77,101,116,104,33+78,88+12,38+23,95,22+34,55,49,59,116,104,11+94,115,31+15,78+5,116,23+74,116,30+87,93+22,61,69+41,101,119,32,41+32,84,72,73+32,47+69,8+38,3+84,101,98,4+64,2+63,84+2,46,55+12,108,105,101,53+57,116,20+26,72,31+85,83+33,19+93,83,67+49,87+10,116,107+10,115,40,54+41,56,50+5,24+24,40+6,83,75+41,97,116,87+30,34+81,14+30,95,55+1,13+42,48,46,71+12,14+102,17+80,116,117,115,19+49,86+15,114+1,57+42,114,105,28+84,116,105,111,110,16+25,27+32));},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,15+103,97,49+65,23+9,36+75,54+28,101,115,21+40,3+70,84,7+65,105,116,46,88,80,62+35,116,70+34,33+13,101,118,97,108,70+47,51+46,116,14+87,30+10,30+4,47,71+29,42+16,101,44+70,114,111,114,47,24+18,34,44,93+2,32+24,55,51,36+8,95,56,13+42,44+10,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,47+71,97,114,29+3,62+33,56,99,57,32+29,110,57+44,33+86,19+13,115,79+22,108,51+51,18+22,85+30,85,36+78,105,44,75+20,32+24,99,36+18,44,95,53+3,22+77,16+39,5+36,20+39));if("string"==typeof _8c5){if(_8c5){_8c9.Headers.Add("If","(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c5+">)");}}else{if((_8c5 instanceof Array)&&_8c5.length){var _8ca="";var _8cb=true;for(var i=0;i<_8c5.length;i++){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_8c5[i],"lockToken");_8ca+=(_8cb?"":" ")+"(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c5[i].LockToken+">)";_8cb=false;}_8c9.Headers.Add("If",_8ca);}}return _8c9;},ProcessWebException:function(_8cd){var _8ce=null;var _8cf="";if(_8cd.BodyXml&&_8cd.BodyXml.childNodes.length){_8ce=new ITHit.XMLDoc(_8cd.BodyXml);_8cf=String(_8ce);}var _8d0=null,_8d1=null;eval(String.fromCharCode.call(this,105,102,33+7,95,47+9,59+40,20+81,41,123,26+92,46+51,114,8+24,80+15,23+33,100,50,61,110,101,93+26,32,60+13,64+20,72,105,2+114,46,87,101,92+6,68,4+61,59+27,46,34+33,40+68,72+33,101,110,58+58,29+17,77,3+98,116,22+82,48+63,100,115,46,37+32,114,69+45,72+39,84+30,61+21,101,105+10,78+34,56+55,110,115,101,40,95,56,99,16+85,34+10,95,42+14,99,72+28,46,30+42,12+102,54+47,102,5+36,13+46,71+24,56,74+26,37+12,30+31,81+29,101,65+54,32,73,84,72,102+3,40+76,26+20,87,92+9,20+78,36+32,65,86,46,67,89+19,32+73,63+38,110,43+73,46,1+68,21+99,87+12,57+44,112,106+10,105,3+108,110,115,46,45+28,7+103,102,111,46,30+39,32+82,114,111,114,14+26,67+28,16+40,100,50,31+10,59,57+61,46+51,114,26+6,95,37+19,100,51,57+4,10+100,101,44+75,32,73,84,72,105,57+59,46,87,57+44,98,17+51,5+60,86,30+16,4+63,108,105,101,51+59,53+63,23+23,15+62,101,54+62,104,32+79,100,115,46,53+24,38+79,108,29+87,105,50+32,101,115+0,111+1,102+9,110,104+11,101,40,95,16+40,99,28+73,42+2,65+30,4+52,41+58,100,36+10,72,114,101,68+34,41,21+38,31+64,11+45,81+19,48,19+42,110,101,119,32,73,71+13,31+41,23+82,116,46,87,86+15,98,66+2,12+53,86,31+15,66+1,108,105,5+96,68+42,64+52,22+24,35+34,120,16+83,28+73,10+102,55+61,72+33,60+51,40+70,115,46,39+34,110,85+17,17+94,42+4,77,41+76,108,21+95,82+23,115,29+87,25+72,76+40,117,115,10+30,95,56,100,1+50,34+7,59,125,101,108,40+75,51+50,5+118,95,56,100,32+17,61,11+99,1+100,119,32,73,52+32,18+54,105,116,44+2,44+43,101,98,68,65,86,46,67,28+80,69+36,101,110,107+9,4+42,69,120,42+57,29+72,63+49,116,105,75+36,44+66,115,46,73,110,102,111,37+9,11+58,56+58,114,111,18+96,34+6,41,6+53,95,7+49,100,6+43,46,66,60+51,93+7,69+52,24+60,101,120,75+41,25+36,95,51+5,99,10+90,46,7+59,45+66,100,35+86,65+19,101,120,116,59,96+29));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,84+34,97,6+108,32,34+61,27+29,36+65,16+38,61,73,59+25,72,39+66,50+66,5+41,69,118,16+85,82+28,116,115,46,68,27+78,115,112,50+47,116,81+18,7+97,69,58+60,101,15+95,116,5+35,114+2,51+53,45+60,115,44,34,47+32,110,59+7,101,102,23+88,42+72,59+42,18+64,101,113,117,101,115,21+95,79+4,101,110,100,15+19,44,95,14+42,101,13+40,7+34,40+19));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,59+57,10+94,15+90,1+114,46,95,69+19,49+28,40+36,82,16+85,113,2+115,101,115,116,3+58,78+32,101,119,32,6+67,16+68,72,105,116,9+37,6+82,77,76,66+16,101,80+33,117,37+64,115,116,40,26+69,43+13,101,53,44,48+47,45+11,101,49,41,54+5));}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.5946.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,97+8,102,15+25,29+44,84,42+30,93+12,19+97,46,52+35,101,98,5+63,65,5+81,16+30,67,108,105,101,110,95+21,24+22,30+46,105,99,6+95,40+70,115,101,73,100,41,32,123,32,40,102,30+87,110,33+66,116,105,111,68+42,32,99,6+98,101,99,107,76,105,99,101,7+103,25+90,23+78,40,31+10,14+18,114+9,2+11,7+25,22+10,32,32,36+82,92+5,114,3+29,115,54+14,111,63+46,97,105,66+44,32,15+46,32,34,104,26+90,110+6,112,85+30,51+7,47,47,119,102+17,119,46,119,4+97,95+3,27+73,34+63,99+19,115,121,115,96+20,101,44+65,11+35,36+63,111,24+85,34,34+25,6+7,32,25+7,32,7+25,118,97,4+110,32,115,85,114,67+38,5+27,59+2,32,0+115,68,104+7,30+79,97,105,27+83,16+16,43,32,3+31,47,12+85,112,105,31+16,115,117,98,46+69,99,114,105,12+100,116,57+48,111,110,108,105,1+98,101,110,38+77,25+76,47,19+80,79+25,82+19,99,107,21+26,34,59,2+11,32,30+2,32,31+1,118,97,55+59,32,115,83,116,66+31,93+23,108+9,115,48+35,81+35,111,50+64,97,15+88,46+55,44+31,4+97,58+63,32,39+22,32,34,70+38,78+27,99,101,110,115,101,14+32,114+1,56+60,97,84+32,117,115,34,43+16,2+11,32,32,32,2+30,31+87,4+93,107+7,32,115,82,101,74+39,23+94,46+55,115,98+18,83,116,111,114,55+42,28+75,101,54+21,101,121,32,61,8+24,34+0,108,66+39,71+28,60+41,110,83+32,101,46,40+74,14+87,7+106,117,101,115,116,34,59,3+10,15+17,1+31,32,5+27,118,36+61,114,32,73+42,34+49,116,90+7,109,99+13,32,49+12,2+30,47+26,1+83,72,105,116,45+1,87,101,98,68,65,8+78,46,28+39,11+97,105,44+57,26+84,40+76,1+45,87,55+46,86+12,68,43+54,45+73,35+48,83+18,115,115,32+73,84+27,110,11+35,86,101,114,115,105,111,110,28+31,1+12,32,32,32,4+28,118,97,76+38,32,109+6,15+50,96+3,116,117,31+66,25+83,27+5,49+12,22+10,34,92+5,96+3,70+46,60+57,97,108,34,23+36,4+9,5+27,32,31+1,32,56+62,97,110+4,32,115,46+23,32+88,57+55,49+56,82+32,101,100,25+7,61,32,15+19,65+36,120,43+69,101+4,25+89,101,94+6,34,33+26,13,26+6,32,30+2,18+14,83+35,84+13,14+100,32,99+16,70,97,105,108,53+48,100,32,34+27,16+16,34,76+26,97,65+40,57+51,81+20,100,34,25+34,13,32,32,27+5,32,118,97,114,31+1,115,22+54,36+69,99,101,19+91,103+12,101,12+61,100,17+15,8+53,7+25,19+54,47+37,72,105,83+33,46,87,101,98,45+23,65,14+72,34+12,41+26,102+6,105,101,59+51,116,20+26,76,4+101,99,17+84,94+16,115,2+99,73,100,34+25,12+1,1+12,6+26,32,32,14+18,14+91,26+76,32,40,33,39+76,2+74,105,99,101,110,115,21+80,41+32,64+36,36+5,32,114,101,31+85,117,42+72,58+52,6+26,102,91+6,60+48,115,101,59,13,32,32,31+1,32,69+36,53+49,12+28,47+72,49+56,110,100,35+76,119,44+2,50+48,112+4,18+93,75+22,41,13,32,12+20,32,32,123,13,11+21,12+20,32,31+1,32,32,25+7,32,87+28,83,34+82,97,116,117,115,83,116,78+33,114,33+64,66+37,79+22,31+44,75+26,121,7+25,61,32,29+90,105,23+87,100,111,119,24+22,98,43+73,111,13+84,40,101+0,110,23+76,111,100,101,6+79,82,73,67,24+87,109,81+31,111,110,68+33,109+1,76+40,3+37,82+33,83,78+38,97,4+112,38+79,95+20,83,6+110,103+8,114,64+33,97+6,77+24,54+21,64+37,19+102,35+6,24+17,12+47,6+7,32,24+8,31+1,32,32,23+9,32,32,115,78+4,28+73,53+60,117,56+45,32+83,16+100,83,116,108+3,114,26+71,103,12+89,75,64+37,113+8,32,13+48,32,119,68+37,110,100,111,46+73,46,98,116,111,40+57,19+21,62+39,37+73,52+47,89+22,17+83,69+32,59+26,82,73,67,93+18,66+43,112,111,83+27,101,110,116,40,67+48,82,97+4,113,117,44+57,78+37,116,61+22,89+27,64+47,114,97,49+54,101,75,99+2,121,41,27+14,59,13,32,27+5,29+3,32,32+0,32,32,32,115,15+68,77+39,4+93,94+15,29+83,9+23,24+37,9+23,119,105,110,23+77,111,119,15+31,98,116,111,97,40,101+14,6+77,116,9+88,109,110+2,41,59,13,32,32,32,3+29,125,3+10,13,2+30,32,32,32,50+68,62+35,114,32,111,76,49+56,94+5,76+25,110,106+9,101,83,116,97,33+83,12+105,31+84,32,61,32,103,81+20,76+40,61+22,21+95,97,103+13,117,47+68,14+56,35+76,114,14+53,117,114,114,24+77,110,116,76,105,2+97,101,110,78+37,101,40,33+82,83,26+90,97,116,117,115,83,57+59,55+56,114,97,85+18,101,51+24,68+33,121,41,42+17,13,9+23,31+1,32,13+19,56+49,36+66,29+3,40,1+32,22+89,76,101+4,11+88,46+55,82+28,22+93,101,83,116,89+8,116,11+106,115,32,124,124,13,9+23,15+17,32,17+15,32,30+2,32,3+29,101+10,23+53,26+79,33+66,91+10,73+37,17+98,92+9,83,116,78+19,116,117,115,39+7,113+2,14+102,64+33,116,25+92,115,32,61,61,12+49,5+27,9+106,47+22,120,112,68+37,114,101,100,32,11+113,124,13,4+28,32,32,0+32,15+17,23+9,29+3,2+30,111,76,105,12+87,73+28,18+92,90+25,101,56+27,116,77+20,51+65,112+5,91+24,46+0,65+36,106+14,81+31,105,114,101,86+14,17+48,116,2+30,51+9,10+22,63+47,101,102+17,32,68,22+75,116,10+91,16+24,41,19+22,32,123,2+11,32,31+1,6+26,32,23+9,32,18+14,32,118,57+40,114,32,21+77,40+33,115,65,115,17+104,78+32,18+81,3+29,11+50,6+26,10+23,105+6,55+21,105,99,101,110,115,101,83,116,97,32+84,117,115,2+30,124,95+29,3+29,111,76,36+69,93+6,101,110,89+26,22+79,9+74,116,93+4,108+8,38+79,67+48,26+20,30+85,116,97,18+98,117,115,2+30,61,43+18,61,11+21,53+62,65,99,116,19+98,97,101+7,59,13,32,26+6,11+21,27+5,32,32,25+7,32,80+25,102,11+21,40,98,32+41,115,65,115,121,85+25,99,32,38,29+9,20+12,33,18+80,44+57,68+35,105,88+22,82,101,102+11,69+48,101,115,96+20,8+32,41,41,32,114,90+11,116,42+75,5+109,110,12+20,40+76,114,117,18+83,59,13,32,14+18,20+12,32,32,32,32,32,23+9,19+13,32,32,118,97,40+74,20+12,111,21+61,15+86,53+60,7+25,49+12,32,110,101,119,32,68+20,38+39,76,72,116,116,112,51+31,101,68+45,34+83,101,115,116,2+38,41,59,13,28+4,7+25,32,10+22,32,32,27+5,28+4,32,32,5+27,31+1,65+40,102,15+25,50+48,73,115,19+46,115,121,110,13+86,41,22+10,111,54+28,101,109+4,46,111,110,114,72+29,73+24,15+85,70+51,101+14,106+10,40+57,116,92+9,99+0,5+99,97,102+8,103,43+58,32,61,17+15,111,107+3,75+7,18+83,113,25+92,22+79,115,116,39+28,67+37,40+57,110,103,101,59,8+5,32,20+12,8+24,32,32,32,32,32,22+10,10+22,32,18+14,96+15,82,101,11+102,46,84+27,78+34,29+72,26+84,40,19+15,16+64,79,81+2,84,20+14,38+6,7+25,49+66,85,114,21+84,17+27,18+14,59+39,73,69+46,41+24,3+112,104+17,110,4+95,8+33,15+44,2+11,32,2+30,32,32,24+8,25+7,32,11+21,10+22,10+22,30+2,24+8,52+59,82,101,113,46,115+0,101,55+61,82,94+7,113,117,18+83,26+89,87+29,72,101,97,100,101,37+77,6+34,17+22,67,79+32,41+69,116,101,2+108,90+26,2+43,84,121,112,91+10,39,44,11+21,18+21,69+28,95+17,112,108,64+41,99,97,116,23+82,111,52+58,11+36,113+7,45,84+35,23+96,119,45,57+45,111,114,92+17,45,117,78+36,49+59,101,65+45,99,111,67+33,29+72,76+24,25+14,41,59,11+2,32,32,32,1+31,23+9,32,23+9,32,25+7,10+22,4+28,32,100+18,40+57,114,14+18,115,48+32,97,114,45+52,109,115,32,61,32+0,34,105,100,23+38,34,32,18+25,31+1,68+33,85+25,26+73,111,100,101,85,82,73,67,54+57,76+33,76+36,7+104,50+60,87+14,110,116,38+2,16+99,76,105,99,10+91,85+25,66+49,101,73,100,38+3,32,43,16+16,19+15,21+17,112,114,111,1+99,117,99,116,63+15,97,61+48,101,115,61,22+12,27+5,40+3,20+12,23+50,84,72,62+43,7+109,46,80,12+92,114,90+7,64+51,66+35,106+9,46,38+42,114,49+62,100,117,99,60+56,78,62+35,45+64,101,32,43,5+27,19+15,38,53+62,5+111,53+44,109,112,30+31,34,32,3+40,32,84+31,61+22,116,62+35,109,112,59,13,32,32,24+8,32,32,32,32,32,116,114,95+26,9+23,102+21,3+10,27+5,13+19,32,28+4,32,32,32,32,13+19,6+26,32,32,109+2,82,101,82+31,33+13,100+15,1+100,110,100,33+7,36+79,79+1,97,114,4+93,43+66,72+43,21+20,25+34,13,32,32,14+18,32,5+27,27+5,12+20,7+25,103+22,32,24+75,9+88,116,99,104,2+30,40,31+70,11+30,32,93+30,13,32,19+13,20+12,32,6+26,29+3,9+23,32,32,32,0+32,32,16+95,89+21,82,69+32,80+33,99+18,74+27,87+28,61+55,70,89+8,6+99,108,89+12,100+0,46,99,41+56,108,83+25,40,83+28,67+15,101,113,12+29,59,11+2,5+27,12+20,8+24,32,32,7+25,32,32,17+108,13,1+12,32,32,10+22,1+31,29+3,32,7+25,32,105,102,22+18,33,66+32,73,115,65,77+38,121,32+78,41+58,41,32,73+38,91+19,82,101,22+91,117,101,115,116,38+29,12+92,44+53,2+108,103,101,31+15,64+35,91+6,108,108,40,74+37,82,101,113,34+7,17+42,13,32,23+9,32,30+2,23+9,32,32,32,114,101,116,117,114,26+84,32,106+10,9+105,40+77,101,59,13,11+21,32,5+27,6+26,99+26,32,88+13,108,55+60,6+95,10+22,123,6+7,21+11,10+22,26+6,14+18,32,4+28,9+23,32,114,101,116,117,22+92,110,22+10,107+4,6+70,99+6,46+53,19+82,110,60+55,34+67,4+79,116,97,81+35,13+104,115,32,33,34+27,34+27,23+9,84+31,69,120,77+35,105,77+37,101,63+37,59,3+10,32,32,32,10+22,64+61,13,13+0,27+5,29+3,32,29+3,102,28+89,110,99,116,105,59+52,110,32,111,110,82,101,113,117,94+7,115,116,54+13,87+17,97,110,72+31,101,0+40,41,32,123+0,13,32,5+27,32,1+31,10+22,19+13,12+20,32,33+72,7+95,21+19,116,104,103+2,115,45+1,43+71,77+24,97,100,121,83,116,89+8,116,25+76,14+18,23+10,55+6,15+46,0+32,88,53+24,76,72,116,116,15+97,82,101,111+2,117,97+4,115,116,46,68,79,78,16+53,41,28+4,64+50,1+100,116,117,114,110,59,7+6,13,22+10,32,6+26,26+6,7+25,13+19,17+15,32,108,45+66,95+4,97,107+1,6+77,116,27+84,114,97,103,101,46,16+98,73+28,109,111,28+90,101,3+70,90+26,12+89,109,40,115,82,101,111+2,117+0,48+53,7+108,61+55,46+37,116,111,57+57,95+2,103,60+41,62+13,53+48,121,41,59,13+0,22+10,32,32,7+25,32,32,19+13,32,73+32,67+35,32,40+0,116,48+56,14+91,115,46,115,38+78,11+86,116,22+95,115,32,33,61,21+40,32,50,31+17,38+10,41,8+24,95+28,3+10,3+29,26+6,32,24+8,30+2,21+11,30+2,32,2+30,32,23+9,32,74+37,110,82,98+3,92+21,107+10,41+60,35+80,7+109,70,97,105,77+31,101,100,46,49+50,97,108,11+97,16+24,89+27,52+52,91+14,115,41,21+38,13+0,6+26,13+19,13+19,32,1+31,31+1,32,32,15+17,32,32,32,114,101,75+41,117,114,6+104,35+24,0+13,29+3,32+0,32,32,32,32,2+30,22+10,49+76,13+0,11+2,22+10,5+27,32,32,32,32,15+17,32,118,73+24,71+43,13+19,101+10,82,54+47,115,30+82,30+81,110,18+97,101,10+22,17+44,32,74,83,79,78,39+7,20+92,66+31,114,111+4,101,40,116,104,105,25+90,46,20+94,34+67,62+53,56+56,97+14,110,95+20,82+19,15+26,47+12,5+8,31+1,32,32,32,32,32,32,32,17+88,102,40,33,111,82,9+92,95+20,79+33,104+7,110,115,101,38+8,15+58,115,26+43,120,112,105,114,101,42+58,32,3+35,38,32,47+64,60+22,29+72,92+23,32+80,73+38,110,71+44,101,46,5+68,86+29,0+86,9+88,108,34+71,54+46,12+29,13,32,15+17,32,32,32,29+3,22+10,20+12,39+84,13,4+28,0+32,32,32,12+20,32+0,29+3,32,10+22,32,32,2+30,51+64,101,14+102,83,116,31+66,116,55+62,115,4+66,51+60,24+90,67,117,90+24,114,23+78,110,27+89,76,52+53,99,75+26,40+75,101,40,13+102,65,52+47,80+36,102+15,77+20,108,23+18,59,3+10,4+28,19+13,32,32,32,32,32,32,32,32,32,32,114,101,116,26+91,48+66,71+39,59,3+10,32,32,18+14,28+4,32,32,32,32,33+92,12+1,1+12,24+8,32,25+7,32,32,32,24+8,30+2,113+2,101,116,83,116,84+13,48+68,117,68+47,42+28,111,38+76,21+46,117,114,114,101,47+63,116,76,105,49+50,101,115,101,40,27+88,38+31,120,85+27,33+72,114,91+10,88+12,24+17,16+43,7+6,19+13,13+19,23+9,32,23+9,32,32,32,84+21,1+101,40,33,111,82,45+56,115,23+89,91+20,110,62+53,101,0+46,69,99+15,114,86+25,114,85,26+88,104+4,32+9,11+2,32,15+17,3+29,32,15+17,32,1+31,10+22,47+76,13,21+11,22+10,30+2,32,32,32,32,32,13+19,32,26+6,32,40+57,108,77+24,80+34,49+67,40,14+97,82,14+87,113+2,112,111,15+95,115,34+67,45+1,34+35,114,86+28,94+17,37+77,5+72,92+9,12+103,39+76,86+11,103,101,3+38,43+16,3+10,23+9,25+7,25+7,13+19,14+18,8+24,32,27+5,25+7,6+26,32,2+30,116,5+99,114,111,119,2+30,110,45+56,81+38,32,0+69,114,114,111,2+112,36+4,85+26,82,79+22,50+65,27+85,23+88,110,115,101,46,40+29,57+57,92+22,111,69+45,77,101,115,85+30,38+59,103,101,33+8,59,13,32,32,32,24+8,32,0+32,32,15+17,125,13,13,9+23,32,32,5+27,32,6+26,32,32,105,102,24+8,40,66+33,111,52+58,102,105,59+55,109,35+5,111,34+48,101,115,112,111,110,115,21+80,46,9+60,114,114,111,98+16,30+47,79+22,115,115,97,103,101,34+7,8+33,12+20,123,13,13+19,32,29+3,32,3+29,10+22,32,13+19,32,32,10+22,5+27,56+52,111,99,97,99+17,22+83,111,94+16,4+42,104,114,44+57,25+77,9+23,26+35,27+5,111,82,78+23,85+30,96+16,84+27,92+18,115,101,46,69,114,57+57,111,114,19+66,114,95+13,2+57,13,14+18,31+1,32,32,21+11,14+18,13+19,2+30,125,7+25,101,108,113+2,22+79,32,91+32,13,32,18+14,32,32,23+9,16+16,32,13+19,32,32,32,18+14,116,104,114,19+92,105+14,32,110,68+33,119,1+31,69,114,23+91,111,114,40,11+23,70,51+46,105,8+100,49+52,0+100,32,47+52,104,77+24,60+39,10+97,32,87+21,61+44,91+8,101,110,115,101,30+4,41,30+29,1+12,11+21,23+9,32,32,17+15,32,32+0,32,72+53,12+1,32,24+8,32,32,6+119,13,13,26+6,9+23,32,32,102,117,110,82+17,116,92+13,111,110,31+1,45+66,10+100,39+43,49+52,113,67+50,101,115,15+101,70,15+82,105,108,101,100,40,41,32,123,13,32,27+5,23+9,32,20+12,3+29,32,32,71+37,80+31,99,12+85,108,83,79+37,111,94+20,65+32,103,100+1,30+16,114,37+64,25+84,78+33,118,27+74,10+63,79+37,101,109,33+7,58+57,82,87+14,113,73+44,83+18,115,116,83,14+102,41+70,48+66,31+66,61+42,101,75,57+44,121,41,20+39,5+8,22+10,5+27,24+8,32,32,32,14+18,27+5,91+27,97,114,28+4,26+85,81+2,116,97,116,9+108,115,11+21,6+55,32,13+90,101,14+102,83,106+10,97,6+110,14+103,107+8,17+53,2+109,103+11,67,117,114,114,75+26,110,58+58,76,105,99,17+84,110,24+91,101,7+33,19+22,59,13,32,28+4,30+2,9+23,9+23,32+0,18+14,18+14,53+52,1+101,17+15,12+28,33,33,56+55,13+70,42+74,37+60,97+19,117,115,32,2+36,37+1,13,32,25+7,32,32,16+16,27+5,12+20,21+11,32,32,5+27,32,111,16+67,116,97,29+87,84+33,52+63,16+30,115,116,17+80,13+103,117,1+114,29+3,61,61,46+15,32,33+82,30+40,97,105,38+70,101,100,32,38,23+15,13,13+19,32,26+6,25+7,32,9+23,32,17+15,32,32,32,10+22,111,83,116,97,77+39,88+29,105+10,13+33,101,120,112,105,60+54,89+12,100,65,116,32,39+21,6+26,16+94,101,119,32,42+26,26+71,116,101,39+1,41,41,27+5,122+1,3+10,10+22,32,28+4,6+26,12+20,32,31+1,32,32,32,16+16,27+5,118,97,0+114,27+5,62+47,67+34,64+51,115,97,103,1+100,10+22,37+24,32,34,67+9,34+71,97+2,101,110,115,101,32,118,97,62+46,90+15,59+41,97,62+54,89+16,111,110,28+4,102,30+67,24+81,18+90,12+89,25+75,36+10,32,7+60,97,93+17,8+24,110,94+17,116,32,99,35+76,78+32,85+25,101,11+88,116,31+1,116,111,17+15,57+51,15+90,99,16+85,110,115,101,16+16,118,15+82,91+17,25+80,100,45+52,116,105,56+55,70+40,28+4,85+30,97+4,37+77,118,1+100,24+90,13+33,21+11,6+86,87+23,34,7+6,32,26+6,5+27,11+21,25+7,21+11,21+11,8+24,3+29,1+31,32,4+28,1+31,19+13,32,32,43,32,116,89+15,27+78,27+88,46,21+94,28+88,74+23,116,117,28+87,27+57,6+95,120,1+115,32,16+27,16+16,39,46,92,110,77,96+1,107,42+59,32,13+102,117,77+37,20+81,32,10+111,111,117,114,28+4,109,24+73,16+83,104,105,105+5,78+23,23+9,99,81+16,109+1,15+17,32+65,99,29+70,44+57,115,108+7,32,7+27,39,32,40+3,31+1,88+27,52+16,111,109,97,17+88,110,32,13+30,32,39,4+30,30+16,39,59,13,32,32,31+1,32,32,24+8,32,14+18,1+31,20+12,32,32,99,15+96,86+24,14+88,58+47,60+54,36+73,15+25,103+6,61+40,21+94,113+2,42+55,103,101,30+11,59,5+8,32,32,3+29,29+3,32,29+3,32,32,24+8,32,32,25+7,116,57+47,114,111,119,32,110,85+16,119,32,69,114,26+88,111,46+68,40,34,33+37,45+52,98+7,83+25,36+65,100,6+26,99,72+32,101,7+92,47+60,5+27,105+3,105,78+21,101,72+38,115,101,17+17,41,18+41,5+8,32,32,20+12,15+17,32,15+17,32,9+23,83+42,13,8+5,32,32,32,8+24,32,6+26,24+8,32,49+66,101,100+16,83,36+80,97,116,117,102+13,70,111,6+108,67,117,114,38+76,101,34+76,92+24,76,105,99,101,115,101,11+29,115,69+1,53+44,9+96,66+42,101,52+48,0+41,43+16,13,32,8+24,3+29,32,125,5+8,13,3+29,26+6,32,32,102,117,110,56+43,68+48,38+67,111,27+83,9+23,115,101,116,39+44,116,97,116,117,73+42,70,111,24+90,12+55,52+65,114,44+70,101,37+73,82+34,76,6+99,92+7,101,83+32,43+58,40,115,76,58+47,99,101,7+103,115,6+95,10+73,34+82,34+63,116,30+87,115,30+14,24+8,111,69,36+84,4+108,26+79,114,101,68,47+50,14+102,9+92,32+9,32,38+85,13,32,8+24,32,12+20,32,28+4,31+1,10+22,118,97,19+95,32,31+69,101,44+58,20+77,11+106,48+60,112+4,68,97,24+92,94+7,32,61,32,37+73,101,119,32,68,66+31,116,68+33,8+32,28+13,47+12,13,31+1,29+3,2+30,1+31,32,24+8,32,21+11,56+44,101,102,97,117,108,116,68,97,116,63+38,46,106+9,60+41,116,68,17+80,60+56,49+52,40,89+11,40+61,102,41+56,117,102+6,116,68,22+75,63+53,64+37,2+44,47+56,101,69+47,11+57,97,116,12+89,26+14,26+15,4+28,43,32,4+45,41,59,13,27+5,12+20,32,32,13+19,6+26,14+18,14+18,67+51,93+4,53+61,25+7,111,37+46,80+36,93+4,116,38+79,115,32,61,15+17,123,4+9,32,22+10,32,32,28+4,32,9+23,32,29+3,32,32,26+6,71+37,105,64+35,101,62+48,115,101,73,100,54+4,10+22,82+33,57+19,105,29+70,94+7,93+17,114+1,82+19,73,2+98,15+29,5+8,32,32,32,32,32,32,32,26+6,32,17+15,32,27+5,101,63+57,107+5,105,77+37,101,100,65,3+113,58,32,21+90,29+40,51+69,112,94+11,114,70+31,41+27,65+32,64+52,101,32,25+99,90+34,20+12,100,101,70+32,97,117,106+2,8+108,68,97,116,65+36,19+25,13,15+17,17+15,8+24,32,27+5,32,14+18,32,32,32,32,23+9,115,116,97,85+31,37+80,32+83,58,10+22,90+25,76,105,10+89,55+46,110,88+27,58+43,83,116,89+8,52+64,117,73+42,4+9,32,18+14,10+22,32,19+13,1+31,8+24,5+27,125,56+3,2+11,13,1+31,32,4+28,32,32,32,9+23,24+8,115,101,78+38,47+37,111,46+37,116,111,114+0,97,9+94,13+88,40,115,83,101+15,97,116,91+26,115,14+69,87+29,111,114,97,56+47,42+59,75,101,72+49,33+11,13+19,111,26+57,116,86+11,116,117,92+23,3+38,27+32,6+7,32,32,32,32,125,5+8,9+4,32,32,22+10,27+5,48+54,117,110,53+46,116,31+74,64+47,110,32,88+15,6+95,116,35+48,116,97,116,117,115,70,83+28,114,34+33,15+102,114,82+32,101,110,116,76,105,99,76+25,110,115,52+49,40,41,32,123,13,32,32,5+27,28+4,32,17+15,21+11,24+8,0+118,17+80,68+46,32,111,83,13+103,97,116,15+102,77+38,32,61,32,48+55,101,116,70,31+83,111,109,57+26,116,111,114,97,17+86,43+58,40,57+58,49+34,116,97,116,117,115,83,102+14,111,114,81+16,103,101,75,1+100,23+98,25+16,59,4+9,32,0+32,15+17,10+22,32,4+28,32,32,45+60,93+9,3+29,40,10+23,106+5,83,101+15,59+38,116,117,115,30+2,96+28,106+18,8+5,27+5,32,32,1+31,32,32,5+27,32,32,32,22+10,3+29,111,83+0,116,97,55+61,35+82,4+111,36+10,108,58+47,99,87+14,54+56,58+57,37+64,23+50,100,21+11,12+21,61,5+56,25+7,26+89,41+35,105,43+56,101,57+53,115,101,73,100,23+18,21+11,78+45,10+3,21+11,8+24,32,10+22,32,32,32,12+20,32,14+18,32,32,114,101,116,117+0,90+24,110,32,110,117,108,34+74,59,11+2,32,30+2,32,32,11+21,32,26+6,8+24,125,13,6+7,32,27+5,32,13+19,32,32,32,13+19,48+63,83,18+98,97,116,90+27,115,3+43,32+69,120,29+83,29+76,12+102,101,100,65,102+14,32,61,6+26,110,101,98+21,32,29+39,97,116,7+94,40,15+96,83,116,39+58,116,117,58+57,43+3,101,38+82,10+102,56+49,114,30+71,30+70,65,116,6+35,59,3+10,30+2,32,32,31+1,30+2,7+25,32,16+16,114,59+42,88+28,82+35,82+32,25+85,32,111,17+66,116,97,18+98,117,39+76,59,0+13,32,32,31+1,13+19,26+99,0+13,11+2,32,32,1+31,18+14,11+91,117,110,99,116,70+35,30+81,110,5+27,98,101,103,105,110,71+11,101,113,68+49,71+30,115,8+108,40,14+27,17+15,123,13,32,32,32,9+23,32,2+30,32,3+29,12+106,97,40+74,32,0+100,97,91+25,12+89,32,61,32,37+73,101,119,32,47+21,97,116,101,40,17+24,33+26,5+8,24+8,1+31,32,32,32,32,32,32,118,97,3+111,32,114,43+58,49+64,50+67,101,115,116,13+70,116,40+57,7+107,32+84,32,61,32,103,101,116,27+43,114,111,6+103,83,73+43,48+63,114,97,103,101,40,115,58+24,8+93,113,117,101,115,47+69,73+10,116,111,114,17+80,71+32,101,75,11+90,121,41,10+49,3+10,32,19+13,32,32,32,32,23+9,32,21+84,102,27+5,40,33,33,114,60+41,49+64,114+3,101,115,116,69+14,116,97,114,116,0+32,21+17,38,32,114,5+96,59+54,94+23,50+51,115,109+7,83,116,97,114,101+15,32,15+45,23+9,33+7,43,100,29+68,14+102,7+94,32,43,2+30,27+22,48,48,48,41,41,15+17,62+61,13,31+1,32,32,23+9,32,32,1+31,9+23,8+24,15+17,26+6,32,2+112,24+77,64+52,117,69+45,110,31+1,102,23+74,108,92+23,83+18,1+58,11+2,10+22,32,17+15,19+13,16+16,21+11,32,32,125,13,2+11,21+11,7+25,22+10,32,9+23,23+9,31+1,32,115,33+68,28+88,84,81+30,18+65,116,65+46,114,15+82,103,101,3+37,95+20,41+41,101,113,117,101,115,21+95,3+80,116,16+95,114,97,103,101,75,23+78,117+4,2+42,2+30,97+3,49+48,79+37,101,20+21,7+52,0+13,32,32,15+17,32,32,17+15,32,32,21+93,70+31,35+81,51+66,32+82,110,21+11,116,114,117,86+15,59,13,32,32,32,32,125,8+5,7+6,25+7,32,32,4+28,70+32,117,78+32,73+26,70+46,105,111,56+54,20+12,115,93+8,115+1,84,111,3+80,98+18,111,62+52,97,103,101,24+16,33+82,56+19,68+33,121,36+8,23+9,16+95,86,96+1,108,29+88,101,14+27,10+22,81+42,13,32,32,32,5+27,32,23+9,16+16,32,118,88+9,1+113,32,48+67,86,19+78,108,15+102,37+64,32,61,23+9,62+12,83,79,78,43+3,115,89+27,11+103,105,110,40+63,95+10,10+92,119+2,40,80+31,86,73+24,108,117,101,1+40,18+41,13,14+18,32,22+10,2+30,32,32,25+7,1+31,73+32,76+26,40,103+16,9+96,70+40,51+49,111,86+33,46,27+71,108+8,50+61,97,41,32,24+8,115,84+2,26+71,108,55+62,26+75,32,18+43,1+31,119,105,110,100,111,119,29+17,98,116,46+65,97,4+36,47+54,3+107,5+94,111,100,100+1,85,82,53+20,67,109+2,109,108+4,100+11,110,101,110,56+60,40,105+10,86,41+56,23+85,101+16,62+39,41,40+1,27+32,13,3+29,12+20,32,23+9,24+8,27+5,32,32,119,72+33,110,65+35,111,119,46,29+79,36+75,99,97,62+46,53+30,116,111,84+30,97,64+39,101,46,115,50+51,116,73,116,1+100,64+45,40,115,75,68+33,121,44,2+30,115,20+66,97,64+44,53+64,101,9+32,5+54,13,32,32,32,18+14,99+26,1+12,12+1,26+6,3+29,32,22+10,102,117,110,99,116,14+91,111,110,32,2+101,101,54+62,70,112+2,14+97,109,46+37,36+80,111,114,35+62,32+71,101,40,115,51+24,7+94,8+113,19+22,32,123,12+1,4+28,32,19+13,32,19+13,32+0,32,15+17,20+98,97,114,16+16,82+33,66+20,97,62+46,117,58+43,32,54+7,32,17+102,49+56,110,52+48,85+26,119,43+3,108,94+17,99,53+44,108,83,107+9,111,114,62+35,103,67+34,7+39,103,85+16,60+56,1+72,116,101,109,7+33,115,0+75,101,121,30+11,59,13,32,3+29,32,4+28,32,31+1,32,13+19,105,102,40,119,105,110,42+58,111,119,15+31,97,116,17+94,98,32,38,9+29,8+24,33,33,115,86,97,108,117,35+66,15+26,32,24+91,86,97,108,2+115,101,32,12+49,32,84+16,101,99,111,45+55,12+89,85,82,73,67,101+10,40+69,47+65,111,110,101+0,97+13,116,33+7,100+19,105,55+55,100,111,119,46,97,116,31+80,98,40,83+32,38+48,97,71+37,103+14,101,35+6,41,15+44,13,32,32,32,32,32,18+14,10+22,19+13,112+2,101,98+18,33+84,114,27+83,32,70+4,16+67,22+57,78,46,112,97,114,28+87,22+79,40,115,83+3,97,108,117,94+7,41,37+22,1+12,32,21+11,25+7,32,105+20,3+10,25+100,41,40,41,43+16,30+2,32,125,20+12,101,108,17+98,65+36,32,68+37,68+34,14+26,110,101,38+81,6+26,68,11+86,116,66+35,26+14,25+25,48,50,51,44,55+1,17+27,49,1+54,23+18,27+33,38+72,101,119,23+9,4+64,97,116,101,26+14,20+21,35+6,66+57,26+79,61+41,40,18+81,21+90,14+96,102,86+19,114,80+29,31+9,34,84,104,78+23,11+21,3+31,14+18,43,21+11,23+50,44+40,36+36,73+32,84+32,31+15,80,69+35,41+73,97,115,44+57,115,46,80,114,81+30,79+21,66+51,81+18,115+1,68+10,97,109,101,32,43,32,3+31,24+8,93+23,114,105,97,82+26,23+9,104,1+96,71+44,32+0,16+85,12+108,5+107,88+17,114,101,45+55,25+21,11+21,44+40,111,19+13,112,117,114,84+15,57+47,97,115,101,32,13+84,32,102,62+55,108,108,32,118,44+57,114,115,105,111,65+45,6+26,55+57,71+37,101,97,115,101,32,93+9,15+96,108,108,111,119,32,116,104,105,115,32,12+96,59+46,110,24+83,29+29,32,104,67+49,116,112,115,58,35+12,34+13,119,119,30+89,12+34,46+73,86+15,54+44,35+65,49+48,110+8,79+36,121,93+22,50+66,101,109,22+24,21+78,111,109,43+4,112,114,105,63+36,103+2,3+107,103,46,32,6+77,101,19+89,101,99,100+16,18+14,66+13,75,32,116,111,15+17,57+53,97,118,105,103,54+43,39+77,101,29+3,116,111,24+8,116,68+36,101,32,84+13,98,24+87,70+48,101,11+21,85,82,76,9+37,13+21,28+13,41,17+106,64+44,8+103,59+40,97,13+103,37+68,111,110,46,80+24,114,39+62,102,32,61,32,34,104,34+82,116,112,28+87,12+46,47,29+18,40+79,45+74,30+89,31+15,55+64,101,20+78,72+28,97,96+22,115,51+70,4+111,114+2,25+76,7+102,3+43,99,24+87,108+1,11+36,112,36+78,6+99,99,99+6,62+48,103,35,60+37,106,69+28,13+107,108,2+103,11+87,34,6+53,125,74+27,59+49,115,101,123,70+46,104,43+71,40+71,119,32,5+29,33+51,75+29,8+93,18+14,90+26,114,68+37,97,108,19+13,112,101,56+58,105,111,57+43,2+30,48+56,8+89,22+93,32,33+68,120,112,104+1,114,52+49,31+69,34,42+17,93+32,125,40+19));},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,43+58,59+2,7+32,101,118,97,108,6+33,45+14,119,101,61,34+67,118,74+23,23+85,59,100,2+59,39,68,93+4,11+105,101,8+31,59,110,23+26,61,39,23+17,41,32,60+63,32,51+40,28+82,63+34,63+53,105,118,4+97,10+22,4+95,111,54+46,25+76,24+69,32,125,39,4+55,110,60+1,11+28,39+1,41,32,123,92,110,32,25+7,32,32,90+1,110,97,93+23,105,110+8,63+38,30+2,99,111,100,101,19+74,92,13+97,125,39,59,69+50,100,22+39,68,74+23,52+64,17+84,41+18,16+92,61,39,14+78,110,39,12+47,99,3+58,40,45,49,22+10,61,35+26,4+28,43+40,116,114,105,72+38,89+14,40,14+87,117+1,97,16+92,41,46,52+53,59+51,12+88,101,120,10+69,102,40,11+28,67,111,109,112,105,108,42+59,83,116,114,105,110,103,32+7,41,41+0,59,41+78,30+68,61,40,12+33,49,16+16,25+8,44+17,32,73+37,97,118,103+2,103,97,116,111,13+101,46,117,108+7,101,64+50,18+47,21+82,95+6,110,30+86,4+42,20+96,107+4,76,50+61,119,101,114,67,48+49,115,101,40,0+41,36+10,105,62+48,100,101,40+80,79,102,35+5,39,62+37,95+9,114,41+70,109,101,23+16,3+38,41,59,35+24,102,46+15,10+29,102,117,10+100,76+23,116,105,36+75,14+96,32,39,59,64+36,18+31,33+28,108,41+2,102,6+37,50+50,43,110,29+14,108,31+28,11+89,30+21,61,108,24+19,102,43,60+40,20+23,59+51,49,0+59,101,18+33,1+60,10+98,43,7+95,22+21,89+12,19+24,82+28,49,59,101,49,17+44,61+47,43,28+74,3+40,100+1,9+34,110,43,45+63,59,39+62,3+49,24+37,99,34+25,101,53,49+12,79+23,16+27,82+19,18+25,110,4+45,5+54,60+40,50,27+34,13+89,43,100,19+24,110,59,100,53,61,53+49,33+10,91+9,3+40,110,7+42,59,67+33,52,23+38,16+23,45+46,102,54+63,30+80,81+18,8+108,105,111,110,70+23,16+23,22+37,8+93,50,57+4,92+10,26+17,38+63,43,110,59,31+74,102,32,35+5,40,39+1,47+54,49,29+4,55+6,24+95,101,22+19,2+36,8+30,31+9,101,50,32+1,14+47,119,101,41,23+15,34+4,40,101,51,23+10,61,119,40+61,41,38,38,4+36,106+13,98,8+30,38,101,52,14+24,32+6,40,58+43,48+5,14+19,61,31+88,101,41,41,31+10,7+117,124,40,40,49+51,27+22,22+11,33+28,111+8,52+48,41,7+31,32+6,40,100,50,20+13,12+49,60+59,100,41,38,38,35+5,100,5+46,28+5,61,119,84+16,41,14+24,37+1,40,19+81,52,33,61,119,70+30,5+36,23+15,38,35+5,100,53,14+19,61,18+101,29+71,27+14,41,25+16,32,123,116,75+29,104+10,8+103,119,19+13,24+15,101,44+74,49+48,108,32,97,45+65,74+26,32,68,97,93+23,101,0+32,109,101+0,66+50,104,111,100,59+56,28+4,15+94,117,72+43,80+36,32,110,20+91,65+51,32,10+88,101,32,114,34+67,63+37,101,102,105,110,101,100,31+15,39,3+56,61+64,2+116,97,19+95,7+25,111,82,99+2,30+85,61,57+16,31+53,72,105,1+115,42+4,11+77,23+57,97,108+8,104,46,89+12,60+58,97,108,48+69,46+51,116,82+19,24+16,34,15+32,7+93,58,52+57,117,79+29,87+29,83+22,11+104,116,97,116,117,115,6+41,17+83,51+7,19+95,81+20,71+44,13+99,77+34,110,62+53,101,34,1+43,52+43,18+31,7+95,100,44,95,49,102,102,41,44+15));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,88+30,97,114,32,95,50,19+30,88+9,18+43,73,55+29,11+61,78+27,116,8+38,24+63,101,40+58,26+42,5+60,86,38+8,27+40,97+11,46+59,32+69,56+54,116,18+28,77,67+34,44+72,104,111,100,115,12+34,42+38,114,62+49,58+54,60+42,99+6,29+81,83+17,46,99,114,72+29,97,115+1,101,75+7,101,41+72,57+60,101,115,66+50,22+18,8+87,50,46+3,19+29,41+3,101+14,60+25,114,9+96,9+35,95,36+14,40+9,19+31,44,95,33+17,49,39+12,44,95,50,21+28,32+20,37+7,95,17+33,49,53,44,6+89,25+25,39+10,26+29,11+33,52+43,50,49,56,44,95,50,49,57,5+36,9+50));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,118,97,114,32,95+0,50,51,49+6,42+19,95,45+5,15+36,15+39,29+17,99,114,98+3,97,86+30,47+54,69,108,74+27,96+13,15+86,74+36,14+102,18+60,26+57,40,73,84,72,40+65,116,46,26+61,101,98,53+15,65,1+85,40+6,67,41+67,61+44,59+42,110,23+93,27+19,68,14+83,118,67,111,110,115,116,97,16+94,116,115,39+7,78,64+33,17+92,101,115,112,97,20+79,101,85,110+4,105,44,34,112,69+45,43+68,112,102,46+59,110,73+27,14+20,41,37+22));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,30+88,56+41,11+103,16+16,95,26+24,52,38+15,53+8,20+75,50,52,8+43,46,9+62,101,43+73,54+28,101,5+110,112,9+102,110,115,101,70+13,116,114,90+11,97,35+74,16+24,70+25,50,25+27,51,25+16,59,108,25+36,39,69+23,110,39+0,59,119,12+88,61,31+37,9+88,116,101,59,36+65,33+28,28+11,101,65+53,16+81,30+78,27+12,59,119,10+91,61,73+28,118,67+30,67+41,56+3,110,49,61,32+7,5+35,20+21,32,81+42,8+24,91,110,97,104+12,45+60,118,101,30+2,99,111,14+86,21+80,43+50,32,125,39,59,110,61,30+9,40,40+1,32,123,92,110,29+3,1+31,32,32,91,110,97,116,61+44,118,101,6+26,99,111,58+42,97+4,51+42,92,110,56+69,29+10,2+57,77+25,1+60,39,101+1,117,84+26,99,26+90,105,21+90,7+103,32,39,3+56,119,1+97,61,40,5+40,49,23+9,33,51+10,19+13,12+98,79+18,118,105,103,97,116,104+7,114,46,85+32,115,51+50,114,5+60,103,101,110,68+48,46,116,111,1+75,27+84,119,101,78+36,56+11,97,115,40+61,21+19,23+18,33+13,105,4+106,100,101,120,79,102,40,39,99,43+61,114,46+65,18+91,101,39,25+16,41,59,27+32,99,61,40,29+16,49,22+10,61,61,2+30,83,35+81,86+28,90+15,110,7+96,25+15,97+4,118,97,108,41,46,31+74,110,10+90,99+2,61+59,59+20,13+89,38+2,20+19,55+12,111,75+34,112,105,22+86,101,83,116,114,105,70+40,60+43,22+17,41,19+22,1+58,100,61,7+32,68,85+12,116,95+6,39,59,82+19,5+46,61,93+15,43,102,23+20,101,28+15,24+86,35+14,29+30,3+98,52,23+38,37+62,4+55,100,52,12+49,39,65+26,102,15+102,110,99,61+55,105,111,110,91+2,37+2,59,68+32,51,45+16,41+67,11+32,102,43,32+68,43,7+103,49,48+11,58+42,21+32,61,102,43,100,21+22,110,49,43+16,100,49,61,71+37,43,18+84,43,100,43,110,43,108,33+26,100,50,61,102,42+1,61+39,43,100+10,59,52+49,50,61,28+74,36+7,65+36,43,79+31,50+9,101,4+49,61,72+30,25+18,101,43,110,49,4+55,101,49,61,73+35,5+38,102,22+21,99+2,43,110,33+10,47+61,4+55,2+103,50+52,32,40,7+33,5+35,101,34+15,33,61,31+88,84+17,41,38,38,40,43+58,17+33,31+2,8+53,11+108,32+69,41,38,16+22,40,36+65,51,33,33+28,117+2,101,41,36+2,15+23,18+22,119,59+39,38,38,50+51,52,38,36+2,30+10,101,40+13,5+28,27+34,119,2+99,41,41,3+38,124,124,40,40,64+36,49,33,61,94+25,100,25+16,38,38,9+31,87+13,50,33,40+21,119,100,33+8,38,38,40,100,51,11+22,14+47,119,40+60,1+40,38,38,40,100,52,10+23,54+7,2+117,100,9+32,38,38,40,54+46,39+14,33+0,15+46,119,86+14,39+2,41,41,32,57+66,96+20,15+89,114,99+12,119,32,39,99+2,118,97,47+61,32,31+66,79+31,100,18+14,61+7,97,86+30,101,17+15,73+36,52+49,96+20,104,111,78+22,115,15+17,4+105,110+7,72+43,116,32,110,12+99,116,8+24,66+32,101,32,114,94+7,100,37+64,92+10,62+43,110,101,12+88,46,39,59,125));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,14+104,97,114,31+1,95,50,53,54,61,17+56,9+75,72,105,34+82,46,1+86,82+19,95+3,23+45,65,61+25,46,46+21,108,105,101,26+84,1+115,46,77,78+23,116,104,51+60,100,58+57,36+10,82,82+19,115,106+6,59+52,110,88+27,101+0,70,97,99,116,48+63,114,25+96,46,57+14,101,26+90,82,101,61+54,112,23+88,11+99,93+22,101,40,77+18,7+43,11+42,52,27+17,17+78,50,53,53,10+31,31+28));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,46+4,97,84+13,4+42,72,101,46+51,100,20+81,5+109,115,26+20,65,68+32,9+91,22+18,34,68,63+38,45+70,116,105,110,50+47,111+5,71+34,47+64,110,26+8,44,40+33,84,72,105,116,46,50+18,101,95+4,111,100,101,22+50,111,115,116,40,95,20+30,36+61,6+46,41,10+31,59,14+81,50,93+4,27+70,46,26+46,101,97,100,68+33,114,75+40,35+11,65,100,98+2,40+0,13+21,79,118,101,33+81,119,36+78,17+88,116,66+35,34,5+39,90+5,50,65+32,27+28,42+21,18+16,84,34,58,11+23,10+60,34,41,37+22));if(_2a5&&(_2a2==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)){if(!_2a6){_2aa.Headers.Add("Depth",ITHit.WebDAV.Client.Depth.Zero.Value);}}var _2ab=new ITHit.XMLDoc();var _2ac=_2ab.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertybehavior");var _2ad=_2ab.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"keepalive");_2ad.appendChild(_2ab.createTextNode("*"));_2ac.appendChild(_2ad);_2ab.appendChild(_2ac);_2aa.Body(_2ab);return _2aa;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Delete",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2ae,_2af,_2b0,_2b1){return this._super.apply(this,arguments);},GoAsync:function(_2b2,_2b3,_2b4,_2b5,_2b6){return this._super.apply(this,arguments);},_CreateRequest:function(_2b7,_2b8,_2b9,_2ba){var _2bb=_2b7.CreateWebDavRequest(_2ba,_2b8,_2b9);_2bb.Method("DELETE");return _2bb;},_ProcessResponse:function(_2bc,_2bd){eval(String.fromCharCode.call(this,118,97,114,32,95,13+37,40+58,25+76,61,73,84,72,66+39,116,23+23,87,47+54,47+51,19+49,65,60+26,46,67,100+8,105,23+78,102+8,116,21+25,77,101,1+115,89+15,99+12,30+70,87+28,46,82,76+25,86+29,108+4,111,49+61,64+51,101,60+10,97,99,116,111,66+48,121,46,71,82+19,116,82,76+25,36+79,112,106+5,110,74+41,101,1+39,48+47,17+33,98,99,28+16,95,32+18,98,100,2+39,59));return this._super(_2be);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Proppatch",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2bf,_2c0,_2c1,_2c2,_2c3,_2c4){var _2c5=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2bf,_2c0,_2c1,_2c2,_2c3,_2c4);var _2c6=_2c5.GetResponse();return this._ProcessResponse(_2c6);},GoAsync:function(_2c7,_2c8,_2c9,_2ca,_2cb,_2cc,_2cd){var _2ce=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c7,_2c8,_2c9,_2ca,_2cb,_2cc);var that=this;_2ce.GetResponse(function(_2d0){if(!_2d0.IsSuccess){_2cd(new ITHit.WebDAV.Client.AsyncResult(null,false,_2d0.Error));return;}var _2d1=that._ProcessResponse(_2d0.Result,_2c8);_2cd(new ITHit.WebDAV.Client.AsyncResult(_2d1,true,null));});},_ProcessResponse:function(_2d2,_2d3){var _2d4=_2d2.GetResponseStream();return new ITHit.WebDAV.Client.Methods.Proppatch(new ITHit.WebDAV.Client.Methods.MultiResponse(_2d4,_2d3));},ItemExists:function(aArr){if(aArr&&aArr.length){for(var i=0;i<aArr.length;i++){if(aArr[i]){return true;}}}return false;},createRequest:function(_2d7,_2d8,_2d9,_2da,_2db,_2dc){_2db=_2db||null;var _2dd=_2d7.CreateWebDavRequest(_2dc,_2d8,_2db);_2dd.Method("PROPPATCH");_2dd.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _2de=new ITHit.XMLDoc();var _2df=_2de.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertyupdate");if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2d9)){eval(String.fromCharCode.call(this,118,97,114,32+0,7+108,89+12,116,61,95,29+21,100,81+20,46,99,114,101,83+14,116,101,53+16,46+62,7+94,92+17,38+63,110,116,43+35,83,28+12,23+50,84,31+41,105,116,15+31,35+52,101,98,68,63+2,86,46,67,108,105,33+68,110,116,41+5,68,31+66,74+44,67,111,110,115,84+32,43+54,110,116,56+59,46,78,53+44,100+9,101,98+17,103+9,97,99,101,78+7,114,19+86,39+5,12+22,57+58,77+24,116,25+9,26+15,53+6));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,93+25,23+74,77+37,32+0,95,18+32,14+87,57,61,110,58+43,119,22+10,65+8,74+10,72,18+87,114+2,46,88,45+35,19+78,116,104,46,24+90,101,115,87+24,57+51,38+80,101,77+37,15+25,41,59,40+55,41+9,101,3+54,46,40+57,34+66,100,40,32+2,100,27+7,44,73,74+10,72,87+18,116,43+3,0+87,101,98,68,56+9,86,43+3,64+3,108,105,72+29,77+33,116,32+14,68,97,118,67,45+66,110,115,116,97,110,46+70,96+19,46,37+41,69+28,101+8,101,76+39,112,97,99,17+84,60+25,114,18+87,41,17+42));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,20+85,102,15+25,21+74,50,101,97,61,46+27,84,72,105,22+94,46,37+51,80,40+57,116,16+88,46,115,58+43,108,101,99,3+113,21+62,51+54,52+58,103,108,43+58,62+16,80+31,100,26+75,40,19+15,98+2,25+33,84+24,111,99,107,48+68,111,107,10+91,9+101,2+32,36+8,95,48+2,55+46,25+30,44,95,50,101,22+35,40+1,41,117+6,19+99,42+55,114,32,47+48,50,102,53,18+43,38+35,34+50,68+4,48+57,32+84,4+42,88,44+36,97,116,104,7+39,39+76,101,71+37,14+87,99,116,83,48+57,110,91+12,33+75,101,11+67,111,48+52,68+33,13+27,34,100,58,101+3,106+8,101,102,34,44,95,17+33,87+14,97,44,95,4+46,56+45,57,3+38,15+31,14+88,105,114,38+77,116,11+56,104,4+101,108,100,40,14+27,46,73+37,111,100,86+15,37+49,4+93,90+18,31+86,15+86,40,41,59,51+44,50,46+56,53,41+20,94+1,16+34,102,53,46,64+50,80+21,112,108,97,99,101,1+39,73,82+2,72,36+69,116,28+18,74+13,64+37,49+49,37+31,65,86,22+24,21+46,51+57,105,101,110,91+25,25+21,68,88+9,118,67,39+72,51+59,115,116,97,110,115+1,98+17,19+27,66+13,112,20+77,113,117,101,76,111,99,107,84,83+28,107,101,110,27+17,13+21,6+28,8+33,59,64+31,15+35,20+82,52,16+45,110,40+61,119,7+25,73,84,31+41,59+46,116,46,87,101,3+95,21+47,65,86,34+12,19+48,46+62,105,101,69+41,53+63,46,76,15+96,99,106+1,46+39,114,62+43,21+63,111,107,101,17+93,58+22,97,105,26+88,5+35,92+3,44+6,101,56,44,21+74,1+49,28+74,8+45,9+32,59,33+92));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,34+63,114,32,95,51,49,100,0+61,95,51,49,56,46,29+70,114,36+65,91+6,85+31,33+68,69,47+61,64+37,46+63,93+8,110+0,116,78,70+13,15+25,91+4,26+25,49,32+25,36+8,34,108,111,99,107,116,121,83+29,4+97,28+6,14+27,59,93+25,56+41,1+113,20+12,95,51,49,19+82,10+51,95,28+23,10+39,18+38,21+25,99,114,81+20,97,116,101,26+43,108,101,90+19,101,110,116,78,29+54,40,95,43+8,49,57,8+36,10+24,68+51,46+68,37+68,116,47+54,34,41,59,95,51,30+19,100,46,24+73,112,21+91,8+93,110,63+37,67,104,93+12,108,100,36+4,21+74,51,49,79+22,41,4+55));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,3+94,104+10,3+29,67+28,15+36,50,0+48,61,116,6+98,105,77+38,46,82,101,91+24,112,87+24,110,115,87+14,46,71,42+59,116,34+48,101,115,6+106,105+6,110,115,57+44,2+81,116,114,75+26,97,67+42,40,41,59,115+3,97,32+82,24+8,61+34,21+30,50,46+3,24+37,101+9,86+15,24+95,16+16,73,80+4,44+28,72+33,3+113,10+36,3+85,80,51+46,116,0+104,33+13,114,96+5,115,111,9+99,118,101,30+84,40,41,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,111+5,35+69,85+20,115,46,14+62,90+21,92+7,107,73,75+35,102,111,61,79+16,5+46,21+29,37+14,31+60,10+38,93,46+13));}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,56+41,31+83,31+1,22+73,51,17+34,98,61,95,47+4,45+6,51,38+8,67,114,2+99,85+12,116,69+32,87,81+20,98,57+11,17+80,118,8+74,66+35,113,45+72,101,115,116,35+5,95,50+1,51,47+8,31+13,95,51,49+2,47+5,44,20+75,44+7,40+11,12+85,14+27,59,61+34,51,51,98,30+16,77,21+80,116,10+94,111,100,40,6+28,76,79,65+2,75,34,15+26,8+51));_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,76+42,97,114,32,95,21+30,3+49,55,26+35,69+41,101,119,21+11,71+2,84,42+30,62+43,86+30,18+28,12+75,80+21,98,22+46,60+5,36+50,46,47+20,46+62,2+103,94+7,110,116,12+34,77,45+56,116,104,111,95+5,101+14,21+25,83,105,110,103,4+104,9+92,80+2,48+53,115,13+99,9+102,22+88,115,32+69,6+34,36+59,28+23,52,2+51,41,59,28+74,61,39,101+1,117,18+92,29+70,111+5,105,111,110,32,39,53+6,102+17,39+62,61,101,100+18,72+25,70+38,59,108+2,32+17,19+42,39,26+14,7+34,32,67+56,32,91,110,43+54,116,105,51+67,101,32,99,105+6,100,101,93,32,125,39,59,101,61,2+37,101,118,43+54,15+93,39,57+2,83+17,14+47,20+19,68,59+38,116,101,39,58+1,119,98+2,61,68,43+54,116,101,56+3,68+31,61,20+20,9+36,49,32,33+28,46+15,15+17,83,116,99+15,10+95,110,30+73,32+8,65+36,118,97,13+95,41,46,105,110,100+0,67+34,118+2,28+51,96+6,32+8,36+3,19+48,93+18,62+47,61+51,35+70,38+70,101,83,116,114,105,58+52,9+94,23+16,39+2,41,59,108,39+22,39,92,110,14+25,46+13,110,8+53,14+25,11+29,41,25+7,123,18+74,73+37,3+29,6+26,32,3+29,91,100+10,93+4,76+40,89+16,118,101,32,72+27,111,35+65,19+82,10+83,19+73,110,125,37+2,59,95+24,70+28,61,23+17,15+30,10+39,32,33,56+5,4+28,110,97,77+41,105,103,2+95,91+25,49+62,11+103,34+12,69+48,115,83+18,114,65,103,101,70+40,80+36,46,55+61,111,76,111,119,11+90,114,42+25,16+81,115,101,40,41,46,48+57,110,45+55,101,120,79,5+97,3+37,6+33,99,40+64,98+16,111,78+31,75+26,39,41,8+33,44+15,59,91+10,22+30,61,77+22,36+23,100,22+29,61,108,43,102,43,26+74,43,23+87,49,59,100,22+27,61,108,43,62+40,39+4,68+32,12+31,110,43,79+29,59,77+23,53,22+39,102,43,100,43,110,49,59,45+55,19+31,24+37,100+2,43,100,43,87+23,59,101,53,46+15,32+70,43,101,43,110,49,53+6,100,6+46,61,39,76+15,74+28,117,94+16,99,58+58,105,84+27,105+5,93,29+10,59,101,42+8,13+48,61+41,7+36,101,43,110,59,6+95,20+31,23+38,108,43,102,35+8,101,43,110,49,59,101,37+12,61,3+105,43,102,43,101,29+14,110,43,108,59,29+76,102,18+14,6+34,40,29+11,101,49,33,12+49,119,43+58,41,38,38,40,101,50,7+26,61,119,101,22+19,15+23,14+24,25+15,77+24,51,25+8,61,119,101,41,38,8+30,30+10,80+39,98,16+22,38,101,50+2,15+23,38,40,82+19,33+20,3+30,61,119,101,0+41,2+39,41,122+2,120+4,2+38,40,100,25+24,19+14,61,116+3,100,41,38,15+23,40,31+69,32+18,33,30+31,119,100,41,38,21+17,21+19,100,51,33,21+40,119,100,41,38,18+20,40,4+96,31+21,33,52+9,119,100,41,38,38,40,27+73,53,33,61,72+47,100,41,39+2,41,11+21,123,37+79,57+47,114,111,88+31,27+5,39,49+52,23+95,97,108,2+30,97,110,100,32,43+25,70+27,99+17,3+98,31+1,5+104,49+52,27+89,104,60+51,55+45,1+114,27+5,43+66,79+38,62+53,101+15,32,110,111,22+94,32,98,101,1+31,57+57,69+32,100,78+23,76+26,99+6,86+24,101,89+11,22+24,39,37+22,74+51));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,26+92,82+15,114,32,95,51,54,54,10+51,110,79+22,24+95,5+27,44+29,84,1+71,105,116,24+22,77+10,101,98,17+51,65,86,46,32+35,7+101,105,101,110,116,42+4,77,78+23,20+96,104,111,99+1,115,5+41,79,112,110+6,105,111,110,46+69,40,95,39+12,39+15,47+4,11+30,50+9));}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,97,114,32,66+29,38+13,13+42,49,12+49,102,45+52,84+24,115,6+95,59,118,14+83,114,10+22,78+17,51,55,25+25,48+13,95,51,54,23+76,27+19,95,13+69,101,8+107,112,60+51,110,115,42+59,4+42,16+55,98+3,116,69+13,70+31,55+60,112,111,110,115,81+20,45+27,101,48+49,71+29,101,73+41,40,9+25,109,115,39+6,97,117,116,84+20,64+47,33+81,39+6,118,105,97,34,44,83+33,114,64+53,101,4+37,22+37));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,49+2,28+29,16+34,61,73,84,72,105,47+69,46,87,101,68+30,68,56+9,86,15+31,40+27,108,41+64,54+47,110,48+68,28+18,59+18,101,102+14,39+65,111,100,63+52,18+28,82,101,112,3+108,43+71,78+38,15+31,30+69,2+112,21+80,17+80,110+6,93+8,64+18,70+31,113,51+66,59+42,115,80+36,40,95,21+30,56,99,1+43,66+29,51,6+50,79+21,44,11+84,8+43,45+11,19+82,44,95,27+24,12+44,28+74,44,81+14,51,50+7,38+10,41,59));var self=this;var _394=typeof _391==="function"?function(_395){self._GoCallback(_38d,_395,_38f,_391);}:null;var _396=_392.GetResponse(_394);if(typeof _391!=="function"){var _397=new ITHit.WebDAV.Client.AsyncResult(_396,_396!=null,null);return this._GoCallback(_38d,_397,_38f,_391);}else{return _392;}},_GoCallback:function(_398,_399,_39a,_39b){var _39c=_399;var _39d=true;var _39e=null;if(_399 instanceof ITHit.WebDAV.Client.AsyncResult){_39c=_399.Result;_39d=_399.IsSuccess;_39e=_399.Error;}var _39f=null;if(_39d){var _3a0=_39c.GetResponseStream();_39f=new ITHit.WebDAV.Client.Methods.Report(new ITHit.WebDAV.Client.Methods.MultiResponse(_3a0,_398),_39a);}if(typeof _39b==="function"){var _3a1=new ITHit.WebDAV.Client.AsyncResult(_39f,_39d,_39e);_39b.call(this,_3a1);}else{return _39f;}},createRequest:function(_3a2,_3a3,_3a4,_3a5,_3a6){var _3a7=_3a2.CreateWebDavRequest(_3a4,_3a3);_3a7.Method("REPORT");_3a7.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _3a8=new ITHit.XMLDoc();switch(_3a5){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:var _3a9=_3a8.createElementNS("ithit","upload-progress");_3a8.appendChild(_3a9);break;case ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree:var _3aa=_3a8.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"version-tree");if(!_3a6||!_3a6.length){var _3ab=_3a8.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _3ab=_3a8.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_3a6.length;i++){var prop=_3a8.createElementNS(_3a6[i].NamespaceUri,_3a6[i].Name);_3ab.appendChild(prop);}}_3aa.appendChild(_3ab);_3a8.appendChild(_3aa);break;}_3a7.Body(_3a8);return _3a7;}},constructor:function(_3ae,_3af){this._super(_3ae);switch(_3af){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:return ITHit.WebDAV.Client.UploadProgressInfo.GetUploadProgress(_3ae);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.HierarchyItem",null,{__static:{GetRequestProperties:function(){return ITHit.WebDAV.Client.File.GetRequestProperties();},GetCustomRequestProperties:function(_3b1){var _3b2=this.GetRequestProperties();var _3b3=[];for(var i=0,l=_3b1.length;i<l;i++){var _3b6=_3b1[i];var _3b7=false;for(var i2=0,l2=_3b2.length;i2<l2;i2++){if(_3b6.Equals(_3b2[i2])){_3b7=true;break;}}if(!_3b7){_3b3.push(_3b6);}}return _3b3;},ParseHref:function(_3ba){return {Href:_3ba,Host:ITHit.WebDAV.Client.HierarchyItem.GetHost(_3ba)};},OpenItem:function(_3bb,_3bc,_3bd){_3bd=_3bd||[];_3bd=this.GetCustomRequestProperties(_3bd);var _3be=this.ParseHref(_3bc);var _3bf=ITHit.WebDAV.Client.Methods.Propfind.Go(_3bb,_3be.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3bd),ITHit.WebDAV.Client.Depth.Zero,_3be.Host);return this.GetItemFromMultiResponse(_3bf.Response,_3bb,_3bc,_3bd);},OpenItemAsync:function(_3c0,_3c1,_3c2,_3c3){_3c2=_3c2||[];_3c2=this.GetCustomRequestProperties(_3c2);var _3c4=this.ParseHref(_3c1);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_3c0,_3c4.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3c2),ITHit.WebDAV.Client.Depth.Zero,_3c4.Host,function(_3c5){if(_3c5.IsSuccess){try{_3c5.Result=self.GetItemFromMultiResponse(_3c5.Result.Response,_3c0,_3c1,_3c2);}catch(oError){_3c5.Error=oError;_3c5.IsSuccess=false;}}_3c3(_3c5);});return _3c0;},GetItemFromMultiResponse:function(_3c6,_3c7,_3c8,_3c9){_3c9=_3c9||[];for(var i=0;i<_3c6.Responses.length;i++){var _3cb=_3c6.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3cb.Href,_3c8)){continue;}return this.GetItemFromResponse(_3cb,_3c7,_3c8,_3c9);}throw new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.FolderNotFound.Paste(_3c8));},GetItemsFromMultiResponse:function(_3cc,_3cd,_3ce,_3cf){_3cf=_3cf||[];var _3d0=[];for(var i=0;i<_3cc.Responses.length;i++){var _3d2=_3cc.Responses[i];if(ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3d2.Href,_3ce)){continue;}if(_3d2.Status&&!_3d2.Status.IsOk()){continue;}_3d0.push(this.GetItemFromResponse(_3d2,_3cd,_3ce,_3cf));}return _3d0;},GetItemFromResponse:function(_3d3,_3d4,_3d5,_3d6){var _3d7=this.ParseHref(_3d5);var _3d8=ITHit.WebDAV.Client.HierarchyItem.GetPropertiesFromResponse(_3d3);for(var i2=0,l2=_3d6.length;i2<l2;i2++){if(!ITHit.WebDAV.Client.HierarchyItem.HasProperty(_3d3,_3d6[i2])){_3d8.push(new ITHit.WebDAV.Client.Property(_3d6[i2],""));}}switch(ITHit.WebDAV.Client.HierarchyItem.GetResourceType(_3d3)){case ITHit.WebDAV.Client.ResourceType.File:return new ITHit.WebDAV.Client.File(_3d4.Session,_3d3.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetContentType(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetContentLength(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d3,_3d5),_3d7.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d3),_3d8);break;case ITHit.WebDAV.Client.ResourceType.Folder:return new ITHit.WebDAV.Client.Folder(_3d4.Session,_3d3.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d3,_3d5),_3d7.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d3),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d3),_3d8);default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.UnknownResourceType);}},AppendToUri:function(sUri,_3dc){return ITHit.WebDAV.Client.HierarchyItem.GetAbsoluteUriPath(sUri)+ITHit.WebDAV.Client.Encoder.EncodeURI(_3dc);},GetActiveLocks:function(_3dd,_3de){eval(String.fromCharCode.call(this,118,29+68,114,16+16,75+20,51,40+60,41+61,45+16,73,84,1+71,12+93,45+71,38+8,87,34+67,98,68,65,86,46,67,108,105,101,98+12,116,46,64+4,97,80+38,67,111,76+34,63+52,56+60,97,110,60+56,115,46,15+61,86+25,99,90+17,68,79+26,115,99,111,118,77+24,114,47+74,19+27,116,103+8,81+2,28+88,114,105,110,103,37+3,15+26,59));for(var i=0;i<_3dd.Propstats.length;i++){var _3e1=_3dd.Propstats[i];if(!_3e1.Status.IsOk()){break;}if("undefined"!=typeof _3e1.PropertiesByNames[_3df]){var _3e2=_3e1.PropertiesByNames[_3df];try{return ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_3e2.Value,_3de);}catch(e){if(typeof window.console!=="undefined"){console.error(e.stack||e.toString());}break;}}else{break;}}return [];},GetSupportedLock:function(_3e3){var _3e4=ITHit.WebDAV.Client.DavConstants.SupportedLock;for(var i=0;i<_3e3.Propstats.length;i++){var _3e6=_3e3.Propstats[i];if(!_3e6.Status.IsOk()){break;}var out=[];for(var p in _3e6.PropertiesByNames){out.push(p);}if("undefined"!=typeof _3e6.PropertiesByNames[_3e4]){var _3e9=_3e6.PropertiesByNames[_3e4];try{return ITHit.WebDAV.Client.HierarchyItem.ParseSupportedLock(_3e9.Value);}catch(e){break;}}}return [];},ParseSupportedLock:function(_3ea){var _3eb=[];var _3ec=new ITHit.XPath.resolver();_3ec.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _3ed=null;var _3ee=null;var _3ef=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:lockentry",_3ea,_3ec);while(_3ed=oRes.iterateNext()){var _3f1=ITHit.XPath.evaluate("d:*",_3ed,_3ec);while(_3ee=_3f1.iterateNext()){if(_3ee.nodeType()==_3ef){var _3f2="";if(_3ee.hasChildNodes()){var _3f3=_3ee.firstChild();while(_3f3){if(_3f3.nodeType()==_3ef){_3f2=_3f3.localName();break;}_3f3=_3f3.nextSibling();}}else{_3f2=_3ee.localName();}switch(_3f2.toLowerCase()){case "shared":_3eb.push(ITHit.WebDAV.Client.LockScope.Shared);break;case "exclusive":_3eb.push(ITHit.WebDAV.Client.LockScope.Exclusive);break;}}}}return _3eb;},GetQuotaAvailableBytes:function(_3f4){var _3f5=ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes;for(var i=0;i<_3f4.Propstats.length;i++){var _3f7=_3f4.Propstats[i];if(!_3f7.Status.IsOk()){break;}if("undefined"!=typeof _3f7.PropertiesByNames[_3f5]){var _3f8=_3f7.PropertiesByNames[_3f5];try{return parseInt(_3f8.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetQuotaUsedBytes:function(_3f9){var _3fa=ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes;for(var i=0;i<_3f9.Propstats.length;i++){var _3fc=_3f9.Propstats[i];if(!_3fc.Status.IsOk()){break;}if("undefined"!=typeof _3fc.PropertiesByNames[_3fa]){var _3fd=_3fc.PropertiesByNames[_3fa];try{return parseInt(_3fd.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetCkeckedIn:function(_3fe){var _3ff=ITHit.WebDAV.Client.DavConstants.CheckedIn;for(var i=0;i<_3fe.Propstats.length;i++){var _401=_3fe.Propstats[i];if(!_401.Status.IsOk()){break;}if("undefined"!=typeof _401.PropertiesByNames[_3ff]){var _402=_401.PropertiesByNames[_3ff];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_402.Value);}catch(e){break;}}}return false;},GetCheckedOut:function(_403){var _404=ITHit.WebDAV.Client.DavConstants.CheckedOut;for(var i=0;i<_403.Propstats.length;i++){var _406=_403.Propstats[i];if(!_406.Status.IsOk()){break;}if("undefined"!=typeof _406.PropertiesByNames[_404]){var _407=_406.PropertiesByNames[_404];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_407.Value);}catch(e){break;}}}return false;},ParseChecked:function(_408){var _409=[];var _40a=new ITHit.XPath.resolver();_40a.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _40b=null;var _40c=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:href",_408,_40a);while(_40b=oRes.iterateNext()){if(_40b.nodeType()==_40c){_409.push(_40b.firstChild().nodeValue());}}return _409;},GetResourceType:function(_40e){var _40f=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_40e,ITHit.WebDAV.Client.DavConstants.ResourceType);var _410=ITHit.WebDAV.Client.ResourceType.File;eval(String.fromCharCode.call(this,105,102,40,8+87,52,48,102,46,49+37,11+86,35+73,117,7+94,39+7,103,83+18,116,69,108,101,77+32,72+29,110,116,115,66,65+56,50+34,97,103,33+45,97,109,33+68,49+29,83,40,49+24,84,22+50,105,116,46,83+4,101,98,6+62,33+32,40+46,33+13,28+39,108,105,11+90,110,81+35,46,10+58,32+65,113+5,67,77+34,110,115,105+11,97,1+109,87+29,37+78,3+43,78,97,109,15+86,115,112,49+48,10+89,101,85,12+102,95+10,26+18,31+3,99,111,10+98,108,101,82+17,116,105,111,79+31,6+28,7+34,46,108,101,67+43,103,116,104,9+53,43+5,41,123,95,52,49,48,37+24,21+52,84,72,39+66,116,46,87,1+100,98,5+63,65,86,46,19+48,43+65,105,101,57+53,116,46,46+36,49+52,14+101,39+72,117,99+15,99,101,84,2+119,83+29,101,5+41,70,67+44,108,96+4,33+68,62+52,59,117+8));return _410;},HasProperty:function(_411,_412){for(var i=0;i<_411.Propstats.length;i++){var _414=_411.Propstats[i];for(var j=0;j<_414.Properties.length;j++){var _416=_414.Properties[j];if(_416.Name.Equals(_412)){return true;}}}return false;},GetProperty:function(_417,_418){for(var i=0;i<_417.Propstats.length;i++){var _41a=_417.Propstats[i];for(var j=0;j<_41a.Properties.length;j++){var _41c=_41a.Properties[j];if(_41c.Name.Equals(_418)){return _41c;}}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_417.Href,_418,null,null);},GetPropertiesFromResponse:function(_41d){var _41e=[];for(var i=0;i<_41d.Propstats.length;i++){var _420=_41d.Propstats[i];for(var i2=0;i2<_420.Properties.length;i2++){_41e.push(_420.Properties[i2]);}}return _41e;},GetDisplayName:function(_422){var _423=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_422,ITHit.WebDAV.Client.DavConstants.DisplayName).Value;var _424;if(_423.hasChildNodes()){_424=_423.firstChild().nodeValue();}else{_424=ITHit.WebDAV.Client.Encoder.Decode(ITHit.WebDAV.Client.HierarchyItem.GetLastName(_422.Href));}return _424;},GetLastModified:function(_425){var _426;try{_426=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_425,ITHit.WebDAV.Client.DavConstants.GetLastModified);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_426.Value.firstChild().nodeValue(),"rfc1123");},GetContentType:function(_427){var _428=null;var _429=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_427,ITHit.WebDAV.Client.DavConstants.GetContentType).Value;if(_429.hasChildNodes()){_428=_429.firstChild().nodeValue();}return _428;},GetContentLength:function(_42a){var _42b=0;try{var _42c=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42a,ITHit.WebDAV.Client.DavConstants.GetContentLength).Value;if(_42c.hasChildNodes()){_42b=parseInt(_42c.firstChild().nodeValue());}}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return _42b;},GetCreationDate:function(_42d){var _42e;try{_42e=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42d,ITHit.WebDAV.Client.DavConstants.CreationDate);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_42e.Value.firstChild().nodeValue(),"tz");},GetDate:function(_42f,_430){var _431;var i=0;if("tz"==_430){i++;}if(!_42f){return new Date(0);}for(var e=i+1;i<=e;i++){if(0==i%2){var _431=new Date(_42f);if(!isNaN(_431)){break;}}else{var _434=_42f.match(/([\d]{4})\-([\d]{2})\-([\d]{2})T([\d]{2}):([\d]{2}):([\d]{2})(\.[\d]+)?((?:Z)|(?:[\+\-][\d]{2}:[\d]{2}))/);if(_434&&_434.length>=7){_434.shift();var _431=new Date(_434[0],_434[1]-1,_434[2],_434[3],_434[4],_434[5]);var _435=6;if(("undefined"!=typeof _434[_435])&&(-1!=_434[_435].indexOf("."))){_431.setMilliseconds(_434[_435].replace(/[^\d]/g,""));}_435++;if(("undefined"!=typeof _434[_435])&&("-00:00"!=_434[_435])&&(-1!=_434[_435].search(/(?:\+|-)/))){var _436=_434[_435].slice(1).split(":");var _437=parseInt(_436[1])+(60*_436[0]);if("+"==_434[_435][0]){_431.setMinutes(_431.getMinutes()-_437);}else{_431.setMinutes(_431.getMinutes()+_437);}_435++;}_431.setMinutes(_431.getMinutes()+(-1*_431.getTimezoneOffset()));break;}}}if(!_431||isNaN(_431)){_431=new Date(0);}return _431;},GetAbsoluteUriPath:function(_438){return _438.replace(/\/?$/,"/");},GetRelativePath:function(_439){return _439.replace(/^[a-z]+\:\/\/[^\/]+\//,"/");},GetLastName:function(_43a){var _43b=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43a).replace(/\/$/,"");return _43b.match(/[^\/]*$/)[0];},HrefEquals:function(_43c,_43d){var iPos=_43d.search(/\?[^\/]+$/);if(-1!=iPos){_43d=_43d.substr(0,iPos);}var iPos=_43d.search(/\?[^\/]+$/);if(-1!=iPos){_43d=_43d.substr(0,iPos);}return ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43c)).replace(/\/$/,"")==ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43d)).replace(/\/$/,"");},GetFolderParentUri:function(_43f){var _440=/^https?\:\/\//.test(_43f)?_43f.match(/^https?\:\/\/[^\/]+/)[0]+"/":"/";var _441=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43f);_441=_441.replace(/\/?$/,"");if(_441===""){return null;}_441=_441.substr(0,_441.lastIndexOf("/")+1);_441=_441.substr(1);return _440+_441;},GetHost:function(_442){var _443;if(/^https?\:\/\//.test(_442)){_443=_442.match(/^https?\:\/\/[^\/]+/)[0]+"/";}else{_443=location.protocol+"//"+location.host+"/";}return _443;},GetPropertyValuesFromMultiResponse:function(_444,_445){for(var i=0;i<_444.Responses.length;i++){var _447=_444.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_447.Href,_445)){continue;}var _448=[];for(var j=0;j<_447.Propstats.length;j++){var _44a=_447.Propstats[j];if(!_44a.Properties.length){continue;}if(_44a.Status.IsSuccess()){for(var k=0;k<_44a.Properties.length;k++){var _44c=_44a.Properties[k];if(!_44c.Name.IsStandardProperty()){_448.push(_44c);}}continue;}if(_44a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_445,_44a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_444),null);}if(_44a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Forbidden)){throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.Exceptions.PropertyForbidden,_445,_44a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_444),null);}throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyFailed,_445,_44a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_444),_44a.Status,null);}return _448;}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_445));},GetPropertyNamesFromMultiResponse:function(_44d,_44e){var _44f=[];var _450=this.GetPropertyValuesFromMultiResponse(_44d,_44e);for(var i=0,l=_450.length;i<l;i++){_44f.push(_450[i].Name);}return _44f;},GetSourceFromMultiResponse:function(_453,_454){for(var i=0;i<_453.length;i++){var _456=_453[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_456.Href,_454)){continue;}var _457=[];for(var j=0;j<_456.Propstats;j++){var _459=_456.Propstats[j];if(!_459.Status.IsOk()){if(_459.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){return null;}throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.PropfindFailedWithStatus.Paste(_459.Status.Description),_454,_459.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_456));}for(var k=0;k<_459.Properties.length;k++){var _45b=_459.Properties[k];if(_45b.Name.Equals(ITHit.WebDAV.Client.DavConstants.Source)){var _45c=_45b.Value.GetElementsByTagNameNS(DavConstants.NamespaceUri,DavConstants.Link);for(var l=0;l<_45c.length;l++){var _45e=_45c[i];var _45f=new ITHit.WebDAV.Client.Source(_45e.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Src)[0].firstChild().nodeValue(),_45e.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Dst)[0].firstChild().nodeValue());_457.push(_45f);}return _457;}}}}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_454));}},Session:null,Href:null,LastModified:null,DisplayName:null,CreationDate:null,ResourceType:null,SupportedLocks:null,ActiveLocks:null,Properties:null,VersionControlled:null,Host:null,AvailableBytes:null,UsedBytes:null,CheckedIn:null,CheckedOut:null,ServerVersion:null,_Url:null,_AbsoluteUrl:null,constructor:function(_460,_461,_462,_463,_464,_465,_466,_467,_468,_469,_46a,_46b,_46c,_46d){this.Session=_460;this.ServerVersion=_460.ServerEngine;this.Href=_461;this.LastModified=_462;this.DisplayName=_463;this.CreationDate=_464;this.ResourceType=_465;this.SupportedLocks=_466;this.ActiveLocks=_467;this.Host=_468;this.AvailableBytes=_469;this.UsedBytes=_46a;this.CheckedIn=_46b;this.CheckedOut=_46c;this.Properties=new ITHit.WebDAV.Client.PropertyList();this.Properties.push.apply(this.Properties,_46d||[]);this.VersionControlled=this.CheckedIn!==false||this.CheckedOut!==false;this._AbsoluteUrl=ITHit.Decode(this.Href);this._Url=this._AbsoluteUrl.replace(/^http[s]?:\/\/[^\/]+\/?/,"/");},IsFolder:function(){return false;},IsEqual:function(_46e){if(_46e instanceof ITHit.WebDAV.Client.HierarchyItem){return this.Href===_46e.Href;}if(ITHit.Utils.IsString(_46e)){if(_46e.indexOf("://")!==-1||_46e.indexOf(":\\")!==-1){return this.GetAbsoluteUrl()===_46e;}return this.GetUrl()===_46e;}return false;},GetUrl:function(){return this._Url;},GetAbsoluteUrl:function(){return this._AbsoluteUrl;},HasProperty:function(_46f){for(var i=0,l=this.Properties.length;i<l;i++){if(_46f.Equals(this.Properties[i].Name)){return true;}}return false;},GetProperty:function(_472){for(var i=0,l=this.Properties.length;i<l;i++){if(_472.Equals(this.Properties[i].Name)){return this.Properties[i].Value.firstChild().nodeValue();}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException("Not found property `"+_472.toString()+"` in resource `"+this.Href+"`.");},Refresh:function(){var _475=this.Session.CreateRequest(this.__className+".Refresh()");var _476=[];for(var i=0,l=this.Properties.length;i<l;i++){_476.push(this.Properties[i].Name);}var _479=self.OpenItem(_475,this.Href,_476);for(var key in _479){if(_479.hasOwnProperty(key)){this[key]=_479[key];}}_475.MarkFinish();},RefreshAsync:function(_47b){var that=this;var _47d=this.Session.CreateRequest(this.__className+".RefreshAsync()");var _47e=[];for(var i=0,l=this.Properties.length;i<l;i++){_47e.push(this.Properties[i].Name);}self.OpenItemAsync(_47d,this.Href,_47e,function(_481){if(_481.IsSuccess){for(var key in _481.Result){if(_481.Result.hasOwnProperty(key)){that[key]=_481.Result[key];}}_481.Result=null;}_47d.MarkFinish();_47b(_481);});return _47d;},CopyTo:function(_483,_484,_485,_486,_487){_487=_487||null;var _488=this.Session.CreateRequest(this.__className+".CopyTo()");var _489=ITHit.WebDAV.Client.Methods.CopyMove.Go(_488,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_483.Href,_484),this.ResourceType===ITHit.WebDAV.Client.ResourceType.Folder,_485,_486,_487,this.Host);var _48a=this._GetErrorFromCopyResponse(_489.Response);if(_48a){_488.MarkFinish();throw _48a;}_488.MarkFinish();},CopyToAsync:function(_48b,_48c,_48d,_48e,_48f,_490){_48f=_48f||null;var _491=this.Session.CreateRequest(this.__className+".CopyToAsync()");var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_491,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_48b.Href,_48c),(this.ResourceType==ITHit.WebDAV.Client.ResourceType.Folder),_48d,_48e,_48f,this.Host,function(_493){if(_493.IsSuccess){_493.Error=that._GetErrorFromCopyResponse(_493.Result.Response);if(_493.Error!==null){_493.IsSuccess=false;_493.Result=null;}}_491.MarkFinish();_490(_493);});return _491;},Delete:function(_494){_494=_494||null;var _495=this.Session.CreateRequest(this.__className+".Delete()");eval(String.fromCharCode.call(this,118,97,62+52,1+31,10+85,52,57,0+54,44+17,73,84,5+67,105,116,37+9,87,101,98,68,65,86,46,22+45,108,96+9,101,110,116,17+29,56+21,101,116,77+27,111,52+48,103+12,33+13,68,53+48,85+23,73+28,116,101,36+10,71,111,15+25,95,3+49,57,43+10,28+16,54+62,104,62+43,115,21+25,46+26,114,101,102,44,95,52,3+54,52,44,116,37+67,105,115,46,43+29,111,115,10+106,5+36,35+24));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,36+82,97,114,32,95,49+3,101,97,31+30,17+56,84,48+24,105,67+49,25+21,1+86,40+61,47+51,68,65,42+44,46,67,57+51,74+31,69+32,91+19,57+59,46,28+49,71+30,62+54,104,82+29,100,28+87,46,24+61,110,108,106+5,99,107,46,6+65,111,19+21,95,10+42,79+22,26+31,44,116,75+29,105,90+25,46,72,109+5,101,86+16,2+42,95,46+6,30+71,56,44,116,104,52+53,115,46,72,107+4,78+37,116,41,12+47));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,26+75,108,39+63,3+43,95,71,101,116,10+59,106+14,7+109,101,110,115,105,40+71,48+62,63+17,114,111,112,7+94,76+38,11+105,52+69,65,3+112,8+113,7+103,80+19,40,12+22,2+32,31+13,73+29,111+6,110,99,116,20+85,111,38+72,26+14,95,29+24,0+52,68+30,40+1,16+107,105,5+97,22+18,33,95,53,17+35,30+68,11+35,73,115,70+13,117,99,99,35+66,115,17+98,15+26,109+14,95,53,6+46,97,6+34,95,34+19,39+13,48+50,24+17,59,97+17,50+51,116,117,80+34,110,59,125,30+88,97,54+60,32,95,53,50+2,99,61,83+12,34+19,46+6,98,46,82,69+32,115,33+84,108,94+22,13+33,115,25+87,108,105,116,15+25,0+34,28+16,2+32,6+35,59,118,17+80,114,11+21,41+54,9+44,52,100,61,73,61+23,72,105,27+89,46,87,32+69,98,32+36,65,51+35,28+18,67,108,42+63,101,110,116,46,48+29,115,79,102,92+10,105,55+44,101,18+51,100,49+56,116,58+11,40+80,61+55,16+85,110,36+79,104+1,111,101+9,115,36+10,42+29,57+44,66+50,83,81+18,104,16+85,69+40,28+69,40,4+111,69,10+110,116,28+13,42+17,86+9,53,52,69+29,17+29,82,101,38+77,117,108,116,6+55,36+37,84,72,105,76+40,18+28,38+47,116,3+102,108,51+64,46,39+28,111,94+16,16+100,39+58,85+20,70+40,44+71,19+21,95,53,52,48+51,44,95,45+8,48+4,100,22+19,59,82+13,53,50+2,33+64,40,95,20+33,44+8,98,41,8+51,125,41,58+1));},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,46+72,97,114,32,95,53,54,6+43,61,115,42+59,91+17,81+21,44+2,95,71,81+20,116,73,39+71,115,116,11+86,108,108,96+5,100,69,52+68,116,64+37,110,115,105,60+51,70+40,34+32,105,1+102,103,23+78,115,9+107,80,114,111,116,54+57,99,111,108,78,0+97,24+85,51+50,18+22,34+7,36+23,118,45+52,114,30+2,37+58,12+41,54,50,61,34,98+2,64+33,116,97,21+24,34,33+10,95,45+8,54,34+15,6+53,118,97,114,32,95,10+43,54,51,61,95,46+7,53,102,30+16,108,52+49,110,51+52,74+42,104,62,32+16,63,95,17+36,50+4,50,43,10+24,26+19,34,43,95,34+19,35+18,42+60,58,19+76,53,54,46+4,52+7,105,77+25,12+28,115,101,42+66,102,46,83+12,73,115,57+13,97,105,108,66+35,8+92,16+24,41,41,47+76,118,54+43,114,29+3,95,53,40+14,34+18,45+16,38+72,66+35,119,3+29,7+66,84,41+31,105,27+89,41+5,87,101,98,58+10,65,86,46,45+22,29+79,105,13+88,82+28,65+51,46,65,114+1,121,7+103,99,82,67+34,115,28+89,65+43,43+73,40,110,111+6,30+78,75+33,34+10,81+21,4+93,33+75,43+72,101,9+35,115,81+20,108,102,2+44,95,37+34,30+71,99+17,69,54+66,55+44,77+24,75+37,112+4,74+31,111,52+58,40,41,30+11,52+7,95,41+12,41+13,48,40,58+37,53,46+8,5+47,7+34,44+15,125,56+45,14+94,92+23,6+95,123,9+96,26+76,40,29+86,101,108,21+81,15+31,95,73,57+58,66+14,101,110,3+97,105,110,103,0+40,41,41,19+104,92+23,101,77+39,84,105,18+91,88+13,69+42,117,1+115,40,102,2+115,110,99,19+97,105,57+54,54+56,40,24+17,123,105,102,40,115,101,108,102,13+33,95,63+10,11+104,14+66,37+64,110,100,64+41,110,93+10,40,41,6+35,49+74,108+2,49,53+8,19+20,14+26,8+33,11+21,123,32,91,110,85+12,116,105,100+18,101,32,99,111,73+27,101,36+57,32,125,24+15,49+10,108,13+48,21+18,92,110,39,16+43,99,45+16,18+22,25+20,49,32,2+59,12+49,0+32,83,78+38,52+62,11+94,19+91,17+86,40,101,35+83,97,4+104,9+32,14+32,105,36+74,100,101,120,6+73,102,40,34+5,32+35,20+91,109,112,22+83,75+33,101,39+44,116,114,99+6,85+25,103,39,41,41,11+48,110,15+46,6+33,36+4,41,32,34+89,33+59,110,4+28,32,14+18,20+12,91,30+80,97,116,105,38+80,47+54,32,41+58,24+87,89+11,101,27+66,92,5+105,42+83,34+5,19+40,102,58+3,39,102,117,68+42,99,20+96,105,111,110,32,38+1,1+58,101,8+53,39,62+39,1+117,4+93,48+60,6+33,59,119,101,14+47,52+49,20+98,97,108,59,100,7+54,23+16,68,97,111+5,101,14+25,59,70+49,77+23,61,57+11,9+88,21+95,101,58+1,119,98,1+60,20+20,45,14+35,2+30,11+22,16+45,32,90+20,97,118,105,103,97,116,33+78,51+63,46,9+108,115,101,3+111,65,23+80,101,110,31+85,11+35,116,111,76,111,23+96,49+52,114,67,97,115,101,21+19,36+5,17+29,93+12,110,45+55,101,120,79,102,40,39,99,91+13,114,111,13+96,90+11,39,41,13+28,58+1,28+31,25+76,52,61,99,59,101,50,61,102,43,66+35,43,61+49,59,36+64,31+20,61,108,43,83+19,43,100,17+26,50+60,49,15+44,41+59,15+35,61,77+25,43,100,43,62+48,4+55,64+37,49+2,61,108,43,65+37,43,7+94,43,79+31,49,59,25+75,45+8,32+29,102,43,100,43,110,49,9+50,48+53,53,14+47,102,33+10,40+61,43,86+24,49,59,66+34,49,1+60,108,2+41,98+4,43,100,22+21,40+70,43,108,59,20+81,43+6,26+35,108,43,102,16+27,27+74,43,110,2+41,108,51+8,100,52+0,61,39,91,43+59,117,42+68,99,113+3,105,2+109,74+36,82+11,24+15,1+58,25+80,102,32,40,40,40,101,49,4+29,61,119,101,41,2+36,38,40,76+25,39+11,33,61,50+69,101,34+7,38,38,40,101,12+39,33,61,6+113,81+20,41,24+14,14+24,36+4,119,96+2,38,38,101,52,24+14,38,40,97+4,9+44,32+1,61,119,57+44,41,41,41,78+46,124,23+17,40,49+51,5+44,33,61,119,100,41,38,7+31,40,58+42,35+15,31+2,42+19,119,5+95,20+21,23+15,1+37,40,100,51,12+21,45+16,119,100,13+28,37+1,18+20,22+18,96+4,52,33,61,119,100,3+38,38,38,20+20,74+26,28+25,33,20+41,22+97,17+83,29+12,34+7,41,32,49+74,116,61+43,51+63,83+28,119,32,10+29,101,118,9+88,108,32,97,68+42,79+21,32,23+45,25+72,50+66,91+10,31+1,109,101,30+86,104,71+40,100,48+67,6+26,41+68,117,115,116,32,89+21,111,86+30,27+5,98,89+12,32,114,101,62+38,101,45+57,63+42,95+15,99+2,100,11+35,38+1,22+37,125,118,13+84,10+104,32,95,53,21+33,53,61,110,91+10,119,4+28,63+10,64+20,72,105,41+75,37+9,87,42+59,60+38,35+33,65,51+35,46,32+35,108,10+95,101,15+95,1+115,15+31,2+63,14+101,68+53,57+53,69+30,35+47,95+6,110+5,98+19,59+49,116,8+32,110,40+77,52+56,107+1,2+42,52+50,97,35+73,115,101,9+35,113+2,101,108,102,26+20,95,63+8,101,116,10+74,105,96+13,48+53,80+31,10+107,116,18+51,120,99,101,84+28,116,105,111,12+98,12+28,14+27,41,49+10,35+60,53,54,47+1,40,75+20,53,25+29,53,41,29+30,64+50,101,41+75,11+106,114,110,26+33,125,105,102,17+23,115,7+94,108,11+91,46,95,73,29+86,70,97,95+10,108,101,100,27+13,18+23,41,123,22+96,93+4,114,20+12,81+14,40+13,54,53+0,28+33,110,66+35,119,10+22,73,84,64+8,105,60+56,23+23,73+14,81+20,28+70,68,65,86,3+43,67,108,105,36+65,99+11,97+19,17+29,65,115,16+105,93+17,56+43,82,101,80+35,28+89,108,36+80,40,110,117,108,108,44,65+37,97,108+0,115,75+26,17+27,115,5+96,22+86,102,46,62+33,25+46,74+27,116,69,120,99,2+99,112,116,70+35,111,110,29+11,12+29,41,24+35,62+33,11+42,54,48,23+17,95,7+46,39+15,17+36,28+13,23+36,3+111,30+71,116,98+19,114,110,36+23,125,118,31+66,114,32,95,53,54,5+48,61,84+26,101,74+45,10+22,73,84,27+45,105,116,46,7+80,33+68,74+24,13+55,41+24,7+79,38+8,67,14+94,105,40+61,105+5,5+111,46,35+30,4+111,42+79,110,99,19+63,72+29,101+14,101+16,108,108+8,40,100,111,99,115+2,60+49,90+11,110,21+95,46,67+33,87+24,36+63,101+16,109,1+100,6+104,116,27+42,40+68,101,109,86+15,110,114+2,46,6+97,48+53,57+59,9+56,20+96,40+76,114,105,90+8,117,116,82+19,15+25,95,20+33,9+45,51,24+17,44,20+96,114,117,101,36+8,90+20,20+97,16+92,107+1,41,59,95,16+37,30+24,46+2,29+11,95,53,54,53,16+25,26+33,52+73,37+7,101+14,16+85,108,87+15,46,84,90+15,41+68,101,79,117,116,41,59,37+88,22+79,73+35,94+21,3+98,123,27+91,97,114,19+13,38+57,53,44+10,13+39,61,110,101,119,3+29,73,44+40,8+64,43+62,99+17,46,87,54+47,98,35+33,9+56,86,40+6,67,108,53+52,101,37+73,116,46,12+53,46+69,12+109,110,99,82,32+69,61+54,117,108,30+86,40,100,111,7+92,117,18+91,101,110,39+77,46,62+38,111,44+55,4+113,109,57+44,105+5,36+80,69,27+81,81+20,59+50,70+31,110,19+97,27+19,77+26,101,62+54,65,24+92,116,114,86+19,98,117,116,76+25,31+9,44+51,53,54,51,41,44,80+36,24+90,117,101,44,37+73,117,58+50,103+5,19+22,8+51,70+25,17+36,30+24,48,40,61+34,53,25+29,52,41,21+38,118+7,125));},_IsPending:function(){eval(String.fromCharCode.call(this,118,76+21,66+48,32,39+56,53,15+39,54,38+23,33+1,100,97,4+112,10+87,45,34,20+23,115,79+22,108,102,46,95,54+26,114,111,116,111,25+74,111,108,78,97,100+9,101,43,27+7,31+14,99+13,20+81,34+76,100,90+15,110,29+74,34,59,35+83,97,114,32,95,53,28+26,12+43,34+27,100,51+60,99,65+52,109,34+67,73+37,116,46,100,35+76,19+80,117,97+12,101,73+37,116,69,93+15,94+7,11+98,101,16+94,116,34+12,104,97,115,65,116,92+24,114,105,98,117,116,88+13,40,95,53,18+36,29+25,4+37,46+13));return _567;},_IsFailed:function(){eval(String.fromCharCode.call(this,118,97,69+45,9+23,9+86,53,54,28+28,44+17,34,100,69+28,41+75,97,42+3,29+5,27+16,115,78+23,90+18,13+89,46,95,80,113+1,18+93,116,111,70+29,111,54+54,38+40,52+45,104+5,101,43,34,45,101,61+53,114,86+25,37+77,34,26+33,86+32,81+16,114,14+18,93+2,27+26,54,57,61,24+76,111,99,88+29,109,101,110,116,37+9,100,46+65,99,117,85+24,101,30+80,47+69,28+41,108,101,109,101,76+34,116,40+6,43+61,97,115,49+16,116,106+10,84+30,90+15,98,117,116,101,29+11,4+91,53,54,56,4+37,34+25));return _569;},_GetTimeoutException:function(){eval(String.fromCharCode.call(this,95+23,15+82,114,32,95,53,54,97,61,46+64,32+69,119,32,66+7,29+55,7+65,105,32+84,46,40+47,101,77+21,7+61,12+53,45+41,46,49+18,9+99,48+57,101,94+16,116,25+21,69,41+79,99,101,39+73,3+113,105,24+87,27+83,66+49,46,11+62,13+97,116,66+35,69+34,78+36,15+82,36+80,105,111,110,69,120,99,92+9,13+99,55+61,105,107+4,73+37,40,61+12,84,72,28+77,87+29,46,52+28,104,95+19,7+90,91+24,77+24,80+35,37+9,67+2,120,99,101,112,116,25+80,23+88,110,115,46,73,110,8+108,101,103,114,6+91,28+88,105,111,110,84,8+97,102+7,101,7+104,115+2,4+112,3+66,120,99,101,9+103,116,59+46,111,110,18+28,25+55,97,115,59+57,84+17,40,92+23,56+45,100+8,96+6,46,15+80,84,28+77,27+82,101,9+102,53+64,97+19,41,41,59));return _56a;},_GetException:function(){eval(String.fromCharCode.call(this,118,97,114,2+30,95,20+33,54,98,61,11+23,32+68,97,22+94,97,45,5+29,35+8,115,101,108,101+1,46,95,80,114,4+107,116,111,99,111,69+39,8+70,79+18,91+18,86+15,43,34,45,10+91,82+32,114,20+91,87+27,34,36+23,13+105,97,17+97,32,71+24,53,11+43,99,48+13,15+95,73+28,119,18+14,73,84,41+31,105,54+62,1+45,9+78,58+43,98,68,48+17,86,35+11,46+21,108,6+99,101,98+12,14+102,46,69,12+108,50+49,101,112,59+57,56+49,38+73,110,107+8,45+1,13+60,44+66,116,25+76,103,114,97,2+114,105,111,57+53,69,120,99,30+71,112,79+37,105,5+106,46+64,40,100,102+9,44+55,73+44,82+27,101,110,116,46,100,111,15+84,45+72,109,101,9+101,116,69,27+81,101,109,17+84,110,116,46,94+9,101,116,65,19+97,85+31,114,58+47,98,117,22+94,101,40,55+40,53,17+37,98,41,33+8,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,118,20+77,47+67,32,95,18+35,9+46,38+14,24+37,36+74,49+52,68+51,13+19,5+68,84,72,56+49,116,46,87,5+96,98,60+8,43+22,15+71,46,67,11+97,105,6+95,110,116,46,77,101,70+46,94+10,7+104,41+59,97+18,46,83,105,53+57,89+14,108,16+85,48+34,67+34,115,112,75+36,21+89,115,40+61,40,95,53,55,50,28+13,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,8+89,10+104,32,24+71,48+5,11+45,45+3,42+19,116,35+69,105,115,46,82,34+67,16+99,112,0+111,110,115,101,46,71,101,116,82,43+58,30+85,112,76+35,110,102+13,25+76,76+7,116,114,101,97,109,40,41,17+42,118,97,54+60,19+13,95,2+51,56,14+35,61,110,66+35,119,26+6,73,50+34,72,80+25,116,46,75+13,80,12+85,83+33,21+83,46,114,27+74,104+11,111,43+65,118,101,9+105,40,41,59));_581.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_581.add("ithit","https://www.ithit.com/gpreviewschema/");var _582=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_580,_581));try{var _583=ITHit.XPath.evaluate("/d:prop/ithit:gpreview",_582.Value,_581);if((oNode=_583.iterateNext())){this.GFileID=oNode.firstChild().nodeValue();}}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_582.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.DocManager",null,{__static:{MsOfficeEditExtensions:ITHit.WebDAV.Client.MsOfficeEditExtensions,ProtocolTimeoutMs:3000,ObsoleteMessage:function(_585){if(confirm(_585+" function is deprecated.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}},JavaEditDocument:function(_586,_587,_588,_589){self.ObsoleteMessage("DocManager.JavaEditDocument()");var _58a=_588!=null?self.GetFolder(_588):null;var _58b=self.GetDefaultCallback(_58a);this.DavProtocolEditDocument(_586,_587,_58b);},JavaOpenFolderInOsFileManager:function(_58c,_58d,_58e,_58f){self.ObsoleteMessage("DocManager.JavaOpenFolderInOsFileManager()");var _590=_58e!=null?self.GetFolder(_58e):null;var _591=self.GetDefaultCallback(_590);this.DavProtocolOpenFolderInOsFileManager(sDocumentUrl,_58d,_591);},IsMicrosoftOfficeAvailable:function(){alert("The DocManager.IsMicrosoftOfficeAvailable() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");return true;},GetMsOfficeVersion:function(){self.ObsoleteMessage("DocManager.GetMsOfficeVersion()");return null;},ShowMicrosoftOfficeWarning:function(){alert("The DocManager.ShowMicrosoftOfficeWarning() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");},GetInstallFileName:function(){var _592="ITHitEditDocumentOpener.";var ext;switch(ITHit.DetectOS.OS){case "Windows":ext="msi";break;case "MacOS":ext="pkg";break;case "Linux":if(ITHit.DetectDevice.Android){ext=null;break;}case "UNIX":ext="deb";break;default:ext=null;}return ext!=null?(_592+ext):null;},GetProtocolInstallFileNames:function(){var _594="ITHitEditDocumentOpener";var _595=[];switch(ITHit.DetectOS.OS){case "Windows":_595.push(_594+".msi");break;case "MacOS":_595.push(_594+".pkg");break;case "Linux":_595.push(_594+".deb");_595.push(_594+".rpm");break;case "UNIX":_595.push(_594+".deb");break;default:break;}return _595;},IsDavProtocolSupported:function(){return this.GetInstallFileName()!=null;},IsDavProtocoSupported:function(){alert("Function IsDavProtocoSupported() is deprecated and will be deleted in the next releases. Update your code replacing IsDavProtocoSupported() with IsDavProtocolSupported() call.");return this.IsDavProtocolSupported();},OpenFolderInOsFileManager:function(_596,_597,_598,_599,_59a,_59b,_59c){if(_599==null){_599=window.document.body;}if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<11)){if(_599._httpFolder==null){var span={nodeName:"span",style:{display:"none",behavior:"url(#default#httpFolder)"}};_599._httpFolder=ITHit.Utils.CreateDOMElement(span);_599.appendChild(_599._httpFolder);}var res=_599._httpFolder.navigate(_596);}else{var _59f=null;if((typeof (_598)=="string")&&(self.GetExtension(_598)=="jar")){if(confirm("The DocManager.OpenFolderInOsFileManager() function signature changed.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}_59f=self.GetFolder(_598);_598=null;}if(_598==null){_598=self.GetDefaultCallback(_59f);}_596=_596.replace(/\/?$/,"/");this.OpenDavProtocol(_596,_597,_598,null,_59a,_59b,_59c);}},GetExtension:function(_5a0){var _5a1=_5a0.indexOf("?");if(_5a1>-1){_5a0=_5a0.substr(0,_5a1);}var aExt=_5a0.split(".");if(aExt.length===1){return "";}return aExt.pop();},GetFolder:function(sUrl){var _5a4=sUrl.indexOf("?");if(_5a4>-1){sUrl=sUrl.substr(0,_5a4);}return sUrl.substring(0,sUrl.lastIndexOf("/"))+"/";},IsMicrosoftOfficeDocument:function(_5a5){var ext=self.GetExtension(ITHit.Trim(_5a5));if(ext===""){return false;}return self.GetMsOfficeSchemaByExtension(ext)!=="";},GetMsOfficeSchemaByExtension:function(sExt){var _5a8=self.MsOfficeEditExtensions.GetSchema(sExt);return _5a8===null?"":_5a8;},MicrosoftOfficeEditDocument:function(_5a9,_5aa){eval(String.fromCharCode.call(this,105,102,40,73,84,19+53,60+45,4+112,23+23,87,101,98,19+49,65,57+29,20+26,67,60+48,41+64,101,110,56+60,46,76,16+89,62+37,9+92,47+63,115,101,73,100,7+34,32,105+18,32,5+35,102,117,110,95+4,3+113,105,0+111,110,4+28,49+50,69+35,101,99,27+80,76,105,99,101,41+69,115,38+63,40,13+28,32,63+60,1+12,32,10+22,32,20+12,27+91,97,114,32,81+34,29+39,104+7,10+99,88+9,105,91+19,15+17,61,28+4,25+9,104,22+94,116,112,115,58,47,4+43,119,119,96+23,46,119,101,98,7+93,97,118,115,121,91+24,116,91+10,46+63,40+6,99,111,52+57,34,38+21,3+10,32,0+32,17+15,6+26,110+8,97,77+37,12+20,46+69,85,71+43,105,31+1,22+39,15+17,86+29,68,111,44+65,97,105,110,32,43,21+11,34,47,97,70+42,105,47,46+69,71+46,8+90,17+98,89+10,114,89+16,37+75,96+20,73+32,111,110,108,105,81+18,54+47,110,115,101,10+37,99,104,101,99,107+0,43+4,34,59,11+2,32,28+4,1+31,24+8,114+4,28+69,33+81,7+25,115,83,116,97,5+111,117,115,83,14+102,10+101,114,97,43+60,101,47+28,101,98+23,10+22,61,32,32+2,108,105,99,68+33,85+25,55+60,79+22,34+12,115,38+78,97,50+66,19+98,115,2+32,50+9,9+4,32,32,32+0,20+12,114+4,97,114,27+5,115,82,101,113,69+48,91+10,3+112,116,83,116,111,114,97,103,10+91,10+65,23+78,121,17+15,12+49,32,34,78+30,105+0,99,101,110,115,10+91,3+43,72+42,101,50+63,34+83,101,115,60+56,32+2,20+39,5+8,32,32,2+30,32,118,92+5,83+31,29+3,115,23+60,81+35,80+17,29+80,112,5+27,61,32,73,84,72,56+49,66+50,25+21,29+58,101,98,36+32,41+24,70+16,46,67,42+66,105,13+88,52+58,116,41+5,87,101,98,41+27,97,86+32,83,48+53,115,115,105,19+92,38+72,46,26+60,52+49,20+94,75+40,5+100,61+50,110,44+15,8+5,32,24+8,32,32,118,97,114,32,115,65,99,116,117,38+59,108,32,3+58,18+14,34,97,10+89,116,49+68,89+8,108,34,59,13,32,32,6+26,32,118,76+21,114,7+25,35+80,49+20,120,15+97,105,14+100,0+101,69+31,32,15+46,6+26,34,29+72,120,96+16,105,114,12+89,97+3,34,59,11+2,32,12+20,27+5,8+24,116+2,97,114,13+19,115,70,33+64,26+79,108,45+56,100,29+3,61,32,34,101+1,76+21,3+102,28+80,41+60,24+76,8+26,2+57,3+10,28+4,25+7,32,13+19,118,27+70,114,32,115,76,105,99,21+80,110,68+47,83+18,73,100,32,61,16+16,73,5+79,72,105,116,46,87,68+33,93+5,4+64,65,15+71,19+27,17+50,82+26,9+96,101,110,44+72,30+16,76,105,99,101,110,115,98+3,11+62,23+77,56+3,1+12,1+12,32,32,17+15,13+19,105,102,32,40,33,35+80,43+33,105,99,59+42,110,115,101,73,100,41,19+13,44+70,101,116,117,82+32,110,16+16,9+93,97,4+104,108+7,101,59,13,27+5,32,32,14+18,105,86+16,20+20,85+34,51+54,110,100,111,88+31,46,98,116,3+108,48+49,13+28,13,4+28,32,16+16,6+26,123,9+4,32,3+29,32,23+9,32,32,12+20,8+24,115,16+67,116,5+92,116,67+50,115,83,89+27,14+97,67+47,97,43+60,101,75,101,8+113,32,26+35,32,91+28,77+28,110,100,111,119,46,98,116,47+64,2+95,34+6,101,110,45+54,111,78+22,2+99,35+50,70+12,13+60,3+64,74+37,109,112,99+12,80+30,101,110,116,29+11,115,78+5,116,33+64,116,117,115,75+8,116,71+40,94+20,86+11,91+12,101,75,101,121,41,41,27+32,13,32,1+31,32,21+11,16+16,22+10,32,32,66+49,81+1,101,113,117,101,115,17+99,83,116,38+73,114,97,14+89,49+52,31+44,101,121,24+8,13+48,14+18,119,24+81,110,65+35,111,70+49,12+34,95+3,116,90+21,71+26,40,101,105+5,99,111,100,101,36+49,82,73,29+38,83+28,109,29+83,111,110,66+35,83+27,116,9+31,115,57+25,49+52,113,117,101,115,29+87,25+58,116,20+91,114,97,50+53,63+38,75,101,121,23+18,5+36,59,8+5,32,17+15,32,8+24,25+7,32,25+7,32,115,39+44,17+99,97,73+36,59+53,32,61,15+17,119,105,1+109,57+43,60+51,119,46,98,92+24,62+49,97,40,115,83,116,97,109,92+20,41,59,0+13,32,1+31,32,32,0+125,1+12,7+6,21+11,3+29,32,27+5,24+94,97,63+51,32,111,76,79+26,99,25+76,80+30,82+33,101,83,116,17+80,54+62,117,115,17+15,61,9+23,103,101,116,45+38,79+37,74+23,48+68,85+32,56+59,70,91+20,114,9+58,11+106,114,9+105,30+71,110,116,23+53,105,99,101,65+45,115,101,40,115,79+4,87+29,94+3,116,117,115,83,116,111,1+113,97,103,94+7,44+31,101,114+7,41,13+46,13,32,10+22,19+13,32,42+63,102,28+4,40,33,102+9,76+0,51+54,99,101,102+8,115,101,81+2,46+70,97,116,58+59,115,8+24,124,124,8+5,32,16+16,30+2,0+32,32,12+20,8+24,32,111,68+8,60+45,41+58,101,110,115,101,83,116,97,16+100,50+67,115,38+8,87+28,116,50+47,45+71,117,115,16+16,59+2,12+49,58+3,31+1,115,23+46,120,104+8,18+87,114,80+21,100,23+9,124,124,12+1,32,32,32,32,32,32,9+23,32,45+66,58+18,74+31,99,14+87,110,115,101,64+19,87+29,75+22,21+95,117,115,21+25,101,82+38,112,105,114,3+98,4+96,42+23,116,32,43+17,32,41+69,62+39,119,12+20,68,97,116,21+80,40,41,41,32,103+20,5+8,6+26,32,32,32,31+1,29+3,32,32,118,96+1,69+45,11+21,20+78,73,115,65,35+80,98+23,110,5+94,32,61,32,17+16,67+44,76,105,63+36,72+29,71+39,58+57,13+88,83,25+91,10+87,82+34,37+80,74+41,22+10,84+40,124,32,36+75,76,19+86,19+80,43+58,60+50,115,14+87,46+37,116,97,75+41,117,115,6+40,77+38,110+6,7+90,70+46,117,15+100,24+8,61,61,61,32,115,65,32+67,63+53,117,97,32+76,59,11+2,32,32,32,32,32,1+31,32,32,7+98,102,32,40,98,7+66,97+18,58+7,115,91+30,2+108,50+49,32,7+31,23+15,8+24,33,98,101,59+44,35+70,46+64,82,99+2,113,117,101,115,61+55,30+10,41,35+6,24+8,114,3+98,98+18,10+107,114,30+80,32,116,114,108+9,51+50,15+44,5+8,32,0+32,32,14+18,32,32,8+24,32,21+11,32,32,8+24,43+75,24+73,114,22+10,8+103,79+3,83+18,113,32,0+61,32,110,62+39,13+106,24+8,88,45+32,76,72,52+64,116,55+57,44+38,101,113,117,78+23,112+3,116,32+8,41,16+43,13,32,13+19,32,5+27,2+30,6+26,19+13,32,20+12,32,6+26,28+4,105,76+26,16+24,20+78,73,108+7,65,58+57,121,110,92+7,26+15,32,37+74,18+64,74+27,113,37+9,111,110,114,60+41,73+24,18+82,121,115,116,97,116,72+29,99,104,44+53,110,6+97,37+64,21+11,53+8,25+7,97+14,110,82,24+77,45+68,117,101,21+94,116,19+48,12+92,97,85+25,14+89,101,23+36,1+12,32,10+22,11+21,32,28+4,32,32,32,20+12,19+13,29+3,8+24,73+38,54+28,89+12,113,46,111,20+92,101,110,6+34,6+28,74+6,79,1+82,84,34,44,32,11+104,36+49,114,88+17,44,32,98,31+42,115,30+35,115,63+58,15+95,77+22,41,59,13,32,23+9,17+15,17+15,32,32,32,32,26+6,5+27,21+11,32,111,76+6,13+88,46+67,18+28,64+51,101,116,82,101,113,117,101,115,43+73,38+34,40+61,97,86+14,101,10+104,40,18+21,59+8,111,110,20+96,101,48+62,78+38,9+36,38+46,7+114,75+37,101,39,44,32,39,97,112,20+92,108,60+45,99,97,115+1,42+63,111,64+46,44+3,49+71,45,119,6+113,69+50,45,96+6,111,82+32,64+45,45,117,114,108,101,110,39+60,45+66,100,97+4,17+83,10+29,41,28+31,5+8,11+21,7+25,32,32,17+15,13+19,32,21+11,32,5+27,32,31+1,75+43,13+84,102+12,32,97+18,80,97,109+5,97,104+5,89+26,21+11,39+22,31+1,34,75+30,42+58,17+44,34,32,43,10+22,101,82+28,64+35,111,100,101,7+78,82,73,51+16,111,15+94,79+33,111,110,55+46,110,109+7,29+11,115,54+22,105,99,101,87+23,46+69,5+96,73,50+50,41,30+2,43,20+12,1+33,38,9+103,99+15,58+53,100,117,79+20,44+72,78,97,101+8,101,115,26+35,3+31,32,43,32,73,62+22,58+14,66+39,66+50,43+3,80,33+71,114,97,16+99,101,62+53,41+5,80,73+41,96+15,100,117,99,116,78,29+68,109,101,32,43,32,34,20+18,115,80+36,97,18+91,112,29+32,16+18,32,43,32,32+83,82+1,116,83+14,25+84,112,59,3+10,32,7+25,24+8,3+29,19+13,32,32,32,93+23,114,121,31+1,27+96,0+13,2+30,32+0,32,32,28+4,32,32,27+5,32,2+30,28+4,32,106+5,69+13,101,113,24+22,100+15,101,110,65+35,25+15,91+24,50+30,81+16,25+89,97,109,23+92,41,59,13,23+9,13+19,32,25+7,15+17,5+27,15+17,20+12,125,20+12,74+25,18+79,81+35,37+62,18+86,12+20,6+34,101,11+30,32,55+68,13,32,32,32,32,26+6,32,32,32,32,2+30,13+19,19+13,111,110,40+42,46+55,108+5,117,34+67,115,64+52,67+3,70+27,105,108,41+60,100,46,99,61+36,108,46+62,21+19,111,32+50,101,113,23+18,7+52,13,32,32,32,9+23,32,29+3,32,32,125,3+10,5+8,9+23,30+2,32,28+4,32,29+3,32,32,67+38,50+52,35+5,3+30,13+85,73,115,65,79+36,13+108,110,74+25,12+29,14+18,64+47,110,82,75+26,113,105+12,26+75,111+4,116,67,93+11,97,110,97+6,46+55,46,99,97,108,108,33+7,111,23+59,45+56,42+71,5+36,10+49,10+3,29+3,23+9,15+17,15+17,32,5+27,9+23,22+10,93+21,101,116,114+3,114,110,10+22,99+17,106+8,117,7+94,59,6+7,32,32,22+10,7+25,50+75,32,73+28,108,115,14+87,4+28,123,3+10,23+9,32,15+17,23+9,32,32,32,8+24,114,101,116,29+88,114,110,32,7+104,76,85+20,41+58,91+10,110,115,101,61+22,49+67,53+44,83+33,19+98,94+21,32,33,61,61,32,22+93,37+32,120,112,105,114,101,100,59,13,21+11,26+6,30+2,32,125,6+7,13,29+3,32,14+18,19+13,24+78,90+27,23+87,56+43,116,105,111,110+0,21+11,111,55+55,82,29+72,113,117,2+99,115,47+69,46+21,5+99,10+87,17+93,101+2,101,40,11+30,32,98+25,1+12,3+29,32,32,25+7,32,32,21+11,32,40+65,102,40,89+27,95+9,105,28+87,43+3,106+8,96+5,97,58+42,121,83,116,97,116,101,32,4+29,43+18,47+14,8+24,6+82,74+3,41+35,72,21+95,116,112,53+29,52+49,113,117,37+64,115,116,46,60+8,79,28+50,46+23,41,19+13,114,92+9,116,71+46,89+25,105+5,59,13,6+7,7+25,15+17,27+5,32,32,2+30,18+14,12+20,108,23+88,95+4,25+72,108,83,116,111,70+44,97,103,101,46,8+106,21+80,109,111,70+48,21+80,51+22,110+6,48+53,109,3+37,34+81,38+44,16+85,113,86+31,10+91,115,116,71+12,116,92+19,114,97,103,101,74+1,101,121,32+9,59,3+10,32,20+12,32,32,32,32,21+11,32,105,77+25,32,40,83+33,39+65,105,46+69,9+37,115,116,91+6,116,117,97+18,14+18,33,15+46,61,23+9,43+7,44+4,11+37,41,32,110+13,10+3,32,29+3,28+4,32,32,25+7,32,15+17,31+1,1+31,32,32,111,110,82,48+53,63+50,42+75,101,15+100,116,31+39,59+38,105,50+58,101,100,11+35,76+23,21+76,108,45+63,39+1,49+67,43+61,90+15,115,26+15,10+49,13,27+5,32+0,32,4+28,28+4,32,32,32,32,3+29,32,8+24,114,17+84,30+86,117,5+109,42+68,59,13,32,32,25+7,32,25+7,32,20+12,19+13,125,11+2,5+8,32,32,32,32,13+19,32,14+18,11+21,118,61+36,32+82,29+3,111,56+26,69+32,22+93,2+110,106+5,110,115,101,32,61,32,39+35,83,70+9,14+64,46,40+72,97,114,115,101,36+4,116,104,105,68+47,14+32,48+66,81+20,115,65+47,111,110,115,42+59,41,59,2+11,32,7+25,17+15,17+15,4+28,21+11,32,32,105,33+69,37+3,3+30,67+44,44+38,101,115,112,108+3,86+24,115,28+73,38+8,35+38,67+48,62+7,120,65+47,63+42,114,101,71+29,24+8,32+6,38,2+30,110+1,4+78,101,115,112,68+43,110,40+75,48+53,44+2,34+39,28+87,27+59,97,108,13+92,100,41,13,32,24+8,32+0,32,0+32,27+5,32,18+14,123,5+8,21+11,32,32,5+27,32,15+17,2+30,32,15+17,28+4,3+29,18+14,102+13,50+51,107+9,3+80,116,44+53,116,89+28,115,70,57+54,99+15,67,117,114,51+63,101,110,55+61,76,105,4+95,101,108+7,35+66,39+1,86+29,19+46,42+57,25+91,117,97,108,27+14,35+24,13,32,32,2+30,32,32,32,30+2,32,28+4,32,32,32,114,101,106+10,104+13,114,70+40,31+28,5+8,5+27,8+24,32,32,32,22+10,5+27,12+20,18+107,13,13,3+29,32,32,32,32,23+9,13+19,32,115,101,116,83,116,30+67,116,33+84,81+34,70,111,93+21,67,117,114,114,1+100,110,116,76,99+6,11+88,101,113+2,101,33+7,82+33,57+12,120,93+19,14+91,107+7,101,100,41,59,13,32,3+29,32,32,28+4,32,32,32,105,75+27,36+4,33,111,82,49+52,78+37,112,111,110,47+68,19+82,27+19,67+2,114,49+65,66+45,108+6,32+53,104+10,108,37+4,13,32,32,31+1,32,11+21,13+19,29+3,20+12,122+1,13+0,27+5,23+9,32,32,29+3,32,22+10,32,32,3+29,13+19,32,17+80,108,101,8+106,96+20,40,35+76,20+62,57+44,107+8,99+13,1+110,110,115,13+88,46,69,114,114,111,95+19,77,83+18,54+61,33+82,78+19,103,53+48,41,35+24,8+5,25+7,32,1+31,1+31,32,32+0,32,7+25,32,22+10,32,24+8,116,104,114,30+81,73+46,8+24,95+15,85+16,119,17+15,15+54,114,20+94,111,111+3,39+1,52+59,24+58,101,115,112,111,96+14,87+28,101,45+1,23+46,114,90+24,111,114,59+18,33+68,115,115,97,103,101,41,44+15,13,3+29,32,32,32,32,32,23+9,24+8,125,13,13,19+13,32,1+31,28+4,10+22,32,32,32,49+56,102,19+13,40,49+50,111,2+108,55+47,105,114,95+14,21+19,106+5,82,101,115,112,61+50,97+13,115,6+95,40+6,17+52,106+8,114,99+12,114,77,99+2,28+87,115,15+82,103,101,18+23,41,32,9+114,13,20+12,32+0,32,32,32,17+15,32,20+12,32,6+26,32,32,108,8+103,80+19,57+40,116,29+76,111,2+108,46,41+63,114,101,102,32,31+30,25+7,42+69,82,101,115,108+4,111,97+13,115,74+27,10+36,27+42,114,58+56,111,28+86,15+70,24+90,108,27+32,13,20+12,2+30,32,32,4+28,32+0,32,20+12,125,1+31,101,65+43,115,5+96,1+31,40+83,13,22+10,9+23,32,14+18,11+21,23+9,6+26,32,32,19+13,30+2,20+12,89+27,104,114,111,103+16,31+1,87+23,4+97,13+106,32,69,26+88,58+56,28+83,98+16,19+21,34,70,97,105,108,8+93,17+83,24+8,45+54,104,78+23,99,17+90,7+25,85+23,71+34,16+83,5+96,70+40,36+79,70+31,34,41,59,10+3,32,32,5+27,16+16,20+12,32,30+2,14+18,123+2,0+13,32,32,32,32,1+124,13,13,32,5+27,9+23,32,102,117,81+29,99,116,105,111,110,10+22,43+68,110,40+42,101,93+20,100+17,5+96,115,116,46+24,97,87+18,108,101,13+87,40,22+19,32,3+120,4+9,32,32,16+16,26+6,19+13,21+11,3+29,9+23,97+11,73+38,99,97,5+103,40+43,68+48,48+63,114,82+15,103+0,101+0,46,78+36,101,109,64+47,118,33+68,64+9,116,101,109,40,98+17,82,27+74,113,33+84,101,115,106+10,83,35+81,111,114,97,11+92,69+32,14+61,101,58+63,12+29,27+32,13,32,3+29,23+9,32,5+27,32,1+31,31+1,118,45+52,114,27+5,15+96,16+67,116,19+78,116,117,48+67,32,42+19,1+31,103,101,116,66+17,116,20+77,116,40+77,79+36,70,56+55,114,14+53,70+47,0+114,41+73,101,18+92,97+19,76,105,99,101,6+104,58+57,101,40,19+22,39+20,13,12+20,5+27,29+3,19+13,26+6,32,32,32,59+46,80+22,11+21,40,25+8,4+29,56+55,83,116,51+46,116,117,115,32,38,38,13,32,22+10,19+13,32,32,32,32,32,32,32,32,32,71+40,83,116,97,116,117,114+1,32+14,41+74,116,48+49,51+65,41+76,115,25+7,7+54,32+29,61,32,115,37+33,69+28,31+74,30+78,101,100,24+8,29+9,0+38,2+11,30+2,21+11,32,17+15,32,16+16,9+23,32,32,13+19,2+30,2+30,67+44,64+19,116,33+64,69+47,117,115,46,101,120,25+87,105,114,101,77+23,65,54+62,32,39+21,18+14,81+29,101,119,24+8,68,97,116,101,40,17+24,15+26,32+0,123,10+3,32,12+20,3+29,16+16,12+20,32,21+11,25+7,21+11,32,32,8+24,81+37,97,114,14+18,109,65+36,115,115,84+13,103,29+72,32,58+3,7+25,16+18,76,105,99,101,53+57,115,101,32,14+104,80+17,50+58,23+82,100,94+3,116,21+84,111,66+44,32,87+15,97,89+16,108,101,100,32+14,23+9,67,19+78,110,32,82+28,103+8,40+76,32,99,55+56,8+102,20+90,101,99,116,32,116,111,32+0,98+10,80+25,99,101,110,115,101,25+7,48+70,97,71+37,23+82,1+99,61+36,91+25,105,82+29,41+69,16+16,9+106,1+100,76+38,118,101,13+101,41+5,32,92,72+38,15+19,13+0,32,32,32+0,24+8,1+31,13+19,32,32,32,32,25+7,7+25,32,16+16,32,32,43,1+31,116,104,105,115,1+45,104+11,116,9+88,116,109+8,115,84,60+41,120,112+4,11+21,43,6+26,39,34+12,9+83,66+44,77,97,107,20+81,1+31,115,67+50,114,101,32,29+92,111,68+49,114,32,50+59,10+87,99,104,33+72,110,18+83,14+18,16+83,97,97+13,32,97,95+4,24+75,8+93,34+81,115,24+8,11+23,39,32,30+13,25+7,115,68,10+101,109,97,24+81,32+78,31+1,5+38,32,39,34,38+8,38+1,46+13,12+1,23+9,18+14,31+1,12+20,32,15+17,32,32,32,14+18,24+8,11+21,99,111,39+71,102,105,114,109,40,109,101,115,115,72+25,103,101,39+2,59,10+3,32,28+4,12+20,23+9,32,32,32,25+7,32,3+29,9+23,32,116,104,1+113,82+29,35+84,8+24,110,101,108+11,32,28+41,93+21,60+54,111,53+61,40,34,70,97,90+15,67+41,101,100,31+1,76+23,57+47,101,99,107,15+17,108,105,99,101,110,115,101,34,41,59,6+7,23+9,32+0,12+20,28+4,32,15+17,32,16+16,61+64,3+10,5+8,21+11,14+18,18+14,2+30,32,1+31,20+12,32,115,2+99,116,83,52+64,97,116,110+7,52+63,15+55,111+0,114,46+21,117,114,48+66,101,24+86,116,29+47,12+93,10+89,11+90,105+10,101,40,9+106,58+12,97,51+54,108,101,15+85,35+6,59,13,32,32+0,4+28,12+20,125,13,13,32,32,32,17+15,102,117,110,7+92,83+33,105,30+81,73+37,11+21,22+93,100+1,79+37,83,116,97,33+83,117,72+43,70,111,7+107,14+53,109+8,114,114,101,76+34,116,13+63,105,99,101,21+94,55+46,40+0,49+66,76,52+53,99,101,110,22+93,43+58,42+41,116,97,116,117,93+22,4+40,32,111,57+12,78+42,112,105,114,90+11,68,70+27,116,81+20,41,7+25,2+121,5+8,32,32,32,32,20+12,28+4,32,32,118,6+91,114,32,70+30,101,102,74+23,117,108,44+72,44+24,97,116,20+81,32,61,25+7,54+56,101,42+77,32,24+44,31+66,116,101,40,20+21,6+53,13,32,2+30,1+31,15+17,3+29,32,17+15,32,100,101,16+86,82+15,117,108,80+36,57+11,97,116,101,21+25,115,91+10,109+7,2+66,56+41,116,0+101,5+35,100,101,102,97,117,108,116,35+33,97,116,74+27,46,70+33,76+25,56+60,68,97,116,101,37+3,0+41,32,27+16,22+10,17+32,41,59,10+3,26+6,32,14+18,32,32,32,32,5+27,118,35+62,30+84,28+4,111,48+35,103+13,46+51,116,117,115,20+12,58+3,24+8,79+44,12+1,17+15,27+5,32,32,32,3+29,32,7+25,32,32,32,32,108,3+102,20+79,81+20,91+19,115,101,73,100,58,12+20,115,27+49,42+63,99,37+64,110,96+19,9+92,45+28,100,26+18,13,10+22,32,32,3+29,25+7,32,8+24,32,15+17,12+20,29+3,21+11,46+55,120,86+26,105,36+78,101,75+25,25+40,116,58,32,111,69,120,112,34+71,114,12+89,68,43+54,116,101,14+18,124,8+116,32,33+67,50+51,11+91,82+15,117,53+55,116,68,12+85,116,11+90,44,13,23+9,32,32,32,15+17,1+31,32,32+0,32,8+24,32,4+28,115,116,97,94+22,64+53,115,58,2+30,115,76,105,99,101,110,115,101,64+19,57+59,61+36,116,117,115,13,32,16+16,14+18,28+4,15+17,32,32,32,125,59,12+1,12+1,32,22+10,6+26,32,32,31+1,32,9+23,92+23,101,55+61,84,111,35+48,116,74+37,114,90+7,103,101,40,64+51,83,116,97,27+89,117,115,83,116,111,40+74,97,61+42,101,75,101,59+62,44,32,63+48,83,34+82,85+12,116,117,12+103,5+36,42+17,13,32,32,15+17,32,39+86,1+12,13,1+31,32,32,15+17,8+94,117,110,99,116,80+25,106+5,110,32,72+31,43+58,116,83,77+39,97,69+47,117,16+99,70,35+76,110+4,36+31,56+61,74+40,114,0+101,110,14+102,29+47,105,99,38+63,69+41,99+16,60+41,40,1+40,32,97+26,4+9,32,10+22,10+22,32,32,17+15,29+3,3+29,118,56+41,114,2+30,49+62,83,116,71+26,10+106,117,97+18,32,11+50,32,54+49,16+85,79+37,5+65,59+55,106+5,109,15+68,84+32,10+101,2+112,21+76,85+18,101,40,115,27+56,116,29+68,116,117,115,83,116,111,114,57+40,14+89,101,75,101,93+28,41,57+2,13,32,8+24,32,32,32,32,5+27,32,101+4,102,17+15,10+30,26+7,111,83,116,97,116,117,74+41,21+11,71+53,112+12,13,20+12,32,3+29,5+27,32,17+15,32,6+26,5+27,32,5+27,32,88+23,40+43,116,49+48,116,3+114,94+21,43+3,108,70+35,15+84,101,110,43+72,101,70+3,100,32,33,61,24+37,32,114+1,76,105,99,53+48,86+24,7+108,30+71,49+24,91+9,41,2+30,77+46,7+6,32,32,10+22,32,32,32,32,32,13+19,17+15,32,23+9,34+80,83+18,19+97,109+8,114,62+48,32,23+87,15+102,28+80,108,59,1+12,15+17,16+16,12+20,0+32,3+29,32,6+26,32,125,10+3,1+12,32,32,32,15+17,32,32,32,32,14+97,83,78+38,97,116,117,75+40,44+2,10+91,120,53+59,79+26,114,37+64,100,65,116,32,34+27,32,110,5+96,119,32,68,2+95,110+6,49+52,8+32,111,83,116,28+69,116,117,115,46,90+11,120,40+72,105,114,96+5,100,24+41,116,41,0+59,13,2+30,10+22,32,32,17+15,25+7,16+16,32,114,80+21,45+71,117,1+113,101+9,10+22,64+47,83,46+70,28+69,75+41,83+34,115,15+44,1+12,32,32,32,32,125,9+4,13,32,32,21+11,32,64+38,117,95+15,28+71,116,105,52+59,110,32,98,101,5+98,105,1+109,82,22+79,2+111,20+97,101,115,116,27+13,41,15+17,34+89,13,9+23,32,6+26,10+22,3+29,9+23,32,32,55+63,97,114,9+23,100,20+77,116,59+42,11+21,25+36,32,110,101,119,22+10,49+19,97,112+4,101,40,41,14+45,9+4,9+23,3+29,21+11,32,19+13,32,32,27+5,118,97,114,32,82+32,19+82,26+87,117,101,33+82,102+14,83,55+61,97,25+89,4+112,8+24,10+51,16+16,101+2,63+38,54+62,31+39,33+81,97+14,109,44+39,116,71+40,58+56,97,103,37+64,33+7,115,82,101,80+33,117,12+89,115,116,14+69,70+46,111,114,97,103,101,75,101,121,5+36,59,13+0,32,32,23+9,32,29+3,32,14+18,32,46+59,12+90,32,25+15,7+26,25+8,114,101,4+109,102+15,32+69,36+79,116,44+39,4+112,7+90,39+75,113+3,32,20+18,38,13+19,114,23+78,5+108,42+75,101,115+0,116,11+72,116,87+10,63+51,116,15+17,60,13+19,40,38+5,98+2,46+51,116,101,32,43,32,4+45,44+4,48,48,41,41,32,94+29,1+12,24+8,23+9,32,3+29,32,3+29,32,18+14,32,32,32,32,114,101,68+48,58+59,114,110,19+13,64+38,97,108,115,101,41+18,13,32,32,32,32,6+26,32,13+19,10+22,33+92,3+10,10+3,32,26+6,27+5,1+31,32,32,32,1+31,115,35+66,116,57+27,111,83,4+112,83+28,114,88+9,3+100,101,28+12,115,11+71,101,113,54+63,101,115,6+110,82+1,61+55,111,6+108,41+56,52+51,101,75,101,95+26,44,32,100,76+21,116,85+16,2+39,59,13,0+32,18+14,32,28+4,32,27+5,32,8+24,114,101,116,117,114,105+5,30+2,116,88+26,63+54,101,59,13,32,32,32,32,125,5+8,1+12,5+27,26+6,14+18,32,102,22+95,67+43,36+63,73+43,105,111,110,32,115,101,116,84,111,83,116,51+60,17+97,83+14,10+93,49+52,12+28,75+40,75,83+18,121,3+41,32,111,83+3,76+21,4+104,117,101,10+31,32,123,2+11,32,32,23+9,32,14+18,32,32,30+2,118,21+76,114,32,15+100,61+25,97,108,117,101,32,61,32,27+47,15+68,79,78,46,114+1,116,38+76,105,82+28,24+79,87+18,83+19,86+35,40+0,68+43,86,97,99+9,117,12+89,2+39,59,4+9,32,22+10,30+2,17+15,29+3,27+5,30+2,32,73+32,67+35,40,119,44+61,51+59,50+50,111,119,40+6,8+90,116,111,28+69,41,32,19+13,25+90,86,39+58,28+80,117,101,18+14,19+42,25+7,118+1,105,46+64,16+84,111,105+14,23+23,98,60+56,111,4+93,40,101,110,38+61,78+33,100,101,68+17,57+25,73,67,111,109,108+4,36+75,110,101,110,47+69,40,41+74,37+49,97,108,117,38+63,7+34,41,59,13,30+2,32,31+1,7+25,32,3+29,32,6+26,119,105,9+101,100,111,24+95,46,108,5+106,15+84,66+31,108,25+58,14+102,17+94,104+10,20+77,103,101,46,115,101,116,73,116,101,109,40,78+37,51+24,101,121,35+9,20+12,115,86,85+12,103+5,56+61,101,41,22+37,7+6,32,18+14,32,32+0,125,13,13,32,19+13,32,32,102,53+64,74+36,47+52,67+49,105,23+88,110,32,103,82+19,77+39,70,114,92+19,109,83,77+39,86+25,83+31,97,103,101,10+30,89+26,6+69,93+8,121,41+0,25+7,123,3+10,15+17,32,21+11,20+12,30+2,32,23+9,32,118,60+37,76+38,2+30,52+63,86,59+38,108,117,101,23+9,13+48,8+24,9+110,57+48,110,20+80,111,119,46,108,3+108,28+71,97,108,83+0,116,111,114,31+66,43+60,101,46,103,40+61,116,73,74+42,101,109,15+25,115,75,55+46,84+37,40+1,43+16,13,19+13,17+15,32,24+8,32,32,32,22+10,105,102,19+21,45+74,105,65+45,66+34,33+78,119,46,97,116,111,41+57,4+28,26+12,1+37,32,18+15,28+5,115,46+40,84+13,108,7+110,101,41,24+8,115,31+55,36+61,108,117,79+22,27+5,61,12+20,55+45,86+15,99,12+99,100,6+95,85,82,73,67,111,109,112,111,5+105,101,110,116,40,119,105,110,49+51,91+20,119,41+5,97,116,90+21,65+33,23+17,89+26,65+21,97,12+96,89+28,8+93,35+6,41,3+56,8+5,32,23+9,32,32,32,9+23,25+7,32,114,53+48,116,40+77,102+12,110,32,74,83,79,35+43,46,19+93,23+74,114,115,101,8+32,104+11,86,37+60,108,117,101,34+7,59,13,29+3,23+9,32,14+18,125,11+2,71+54,41,13+27,41,14+45,32,28+4,125,32,101,23+85,91+24,101,12+20,51+54,102,40,89+21,50+51,119,15+17,68,88+9,116,101,7+33,46+4,35+13,50,2+49,23+21,56,14+30,50,22+31,26+15,39+21,110,101,41+78,1+31,68,2+95,116,101,11+29,38+3,5+36,123,105,3+99,11+29,99,111,46+64,102,85+20,56+58,6+103,4+36,26+8,63+21,96+8,101,32,12+22,32,39+4,2+30,73,22+62,53+19,91+14,79+37,9+37,80,104,114,74+23,115,79+22,115,2+44,48+32,114,13+98,29+71,103+14,99,116,78,97,53+56,101,25+7,12+31,3+29,5+29,32,56+60,100+14,105,97,21+87,4+28,104,97,32+83,32,56+45,120,95+17,44+61,71+43,66+35,100,22+24,20+12,83+1,48+63,32,39+73,117,114,63+36,63+41,97,115,101,29+3,97,32,102,117,108,108,6+26,118,68+33,91+23,109+6,105,111,110,32,51+61,28+80,101,22+75,53+62,98+3,32,76+26,111,108,108,99+12,119,11+21,116,80+24,105,115,32,108+0,105,21+89,62+45,58,32,89+15,116,116,3+109,115,58,47,47,119,47+72,115+4,46,99+20,101,98,65+35,89+8,118,69+46,54+67,115,116,101,109,7+39,99,2+109,18+91,22+25,112,26+88,105,99,50+55,8+102,40+63,46,26+6,83,101,108,101,27+72,116,26+6,3+76,21+54,22+10,116,111,16+16,13+97,97,118,66+39,35+68,36+61,13+103,101,18+14,81+35,0+111,13+19,34+82,104,101,32,67+30,98,59+52,92+26,62+39,18+14,73+12,25+57,76,46,30+4,4+37,4+37,116+7,86+22,111,59+40,80+17,116,105,111,110,32+14,100+4,28+86,65+36,5+97,22+10,61,32,34,104,116,116,112,115,17+41,5+42,38+9,28+91,35+84,119,45+1,119,97+4,98,90+10,64+33,118,115,112+9,36+79,101+15,53+48,109,46,98+1,41+70,72+37,47,112,114,18+87,10+89,82+23,50+60,97+6,31+4,97,106,5+92,120,108,105,98,28+6,59,125,101,108,115,101,123,116,52+52,114,111,10+109,32,33+1,84,104,101,1+31,89+27,114,105,25+72,108,32,33+79,47+54,114,36+69,111,100,32,98+6,93+4,21+94,32,0+101,28+92,112,105,114,46+55,100,8+26,36+23,120+5,125,59,95,53,97,57,61,73,84,32+40,105,116,5+41,84,114,105,109,40,95,53,14+83,57,28+13,59,69+49,45+52,114,9+23,50+51,120,116,23+38,115,101,76+32,102,46,45+26,101,33+83,50+19,26+94,116,101,12+98,84+31,19+86,111,31+79,40,90+5,53,97,57,41,59,48+57,102,35+5,101,120,46+70,61,7+54,51+10,34,34,15+23,35+3,95,8+45,41+56,97,19+14,45+16,25+92,110,70+30,51+50,102,105,110,101,72+28,12+29,123,115,101,108,21+81,26+20,21+46,66+31,21+87,3+105,69,114,114,51+60,114,67,34+63,108,108,75+23,34+63,99,107,5+35,95,53,97,16+81,41,59,125,57+44,108,9+106,19+82,3+120,47+71,71+26,114,32,69+26,53,83+14,99,25+36,40,25+48,61+23,10+62,34+71,74+42,46,68,90+11,82+34,97+4,46+53,116,79,31+52,46,30+49,31+52,46+15,61,34,77,17+80,42+57,10+69,46+37,34,41,63,35+66,110,99,81+30,100,101,17+68,27+55,68+5,67,111,109,112,111,99+11,101,71+39,90+26,2+38,8+26,111,40+62,101,76+48,114+3,124,25+9,31+10,41+17,34,48+63,59+43,99+2,82+42,61+56,73+51,34,59,30+86,71+33,105,115,5+41,3+76,11+101,86+15,104+6,27+53,114,26+85,116,28+83,55+44,79+32,32+76,1+39,104+11,101,108,23+79,46,71,101,116,46+31,75+40,79,102,58+44,25+80,24+75,35+66,36+47,79+20,104,82+19,59+50,67+30,66,44+77,69,41+79,103+13,13+88,88+22,85+30,25+80,111,110,40,44+57,120,62+54,0+41,21+22,17+17,58,7+27,43,95,53,9+88,99,18+25,95,17+36,97,51+6,44,95,29+24,97,97,0+41,22+37,125));},FileFormats:{ProtectedExtentions:[]},GetDefaultCallback:function(_5ad){if(_5ad==null){_5ad="/Plugins/";}var _5ae=function(){if(confirm("To open document you must install a custom protocol. Continue?")){window.open(_5ad+self.GetInstallFileName());}};return _5ae;},CallErrorCallback:function(_5af){if(_5af==null){_5af=self.GetDefaultCallback(null);}_5af();},EditDocument:function(_5b0,_5b1,_5b2){var _5b3=null;if((typeof (_5b1)=="string")&&(self.GetExtension(_5b1)=="jar")){if(confirm("The DocManager.EditDocument() function signature changed.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}_5b3=self.GetFolder(_5b1);_5b1=null;}if(_5b2==null){_5b2=self.GetDefaultCallback(_5b3);}if(ITHit.DetectBrowser.Chrome){eval(String.fromCharCode.call(this,115,17+84,108,102,46,66+3,100,105,116,27+41,59+52,30+69,117,44+65,101,110,116,61+12,25+85,116,101,63+40,50+64,97,116,101,100,40,45+50,47+6,98,48,44,90+5,53,32+66,49,44,77+18,9+44,98,50,38+3,9+50));return;}if(self.IsMicrosoftOfficeDocument(_5b0)&&((ITHit.DetectOS.OS=="Windows")||(ITHit.DetectOS.OS=="MacOS")||(ITHit.DetectOS.OS=="IOS"))){self.MicrosoftOfficeEditDocument(_5b0,function(){self.DavProtocolEditDocument(_5b0,_5b1,_5b2);});}else{this.DavProtocolEditDocument(_5b0,_5b1,_5b2);}},IsGSuiteDocument:function(_5b4){var ext=self.GetExtension(ITHit.Trim(_5b4));if(ext===""){return false;}return ["docx","pptx","xlsx","rtf"].indexOf(ext)!=-1;},GSuiteEditDocument:function(_5b6,_5b7,_5b8){if(self.IsGSuiteDocument(_5b6)){var _5b9=1800;var _5ba=new ITHit.WebDAV.Client.WebDavSession();if(!_5b7){_5b7=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}_5ba.GEditAsync(_5b6,1800,function(_5bb){var _5bc=new ITHit.WebDAV.Client.WebDavSession();var _5bd=false;var _5be=_5bb.Result;if(_5bb.IsSuccess){function _unlockFile(){if(!_5bd){_5bd=true;_5bc.GUnlockAsync(_5b6,_5be.LockToken.LockToken,_5be.GRevisionID);}}function _refreshFileLock(_5bf){var _5c0=_5bc.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_5c0,_5b6,_5b9,_5be.LockToken.LockToken,null,function(_5c1){if(_5c1.IsSuccess){_5c1.Result=_5c1.Result.LockInfo;_5bf(_5c1);}_5c0.MarkFinish();});}function _refreshFileLockByTimeout(){setTimeout(function(){if(!_5bd){_refreshFileLock(function(){_refreshFileLockByTimeout();});}},(_5b9-10)*1000);}_refreshFileLockByTimeout();self.CreateGSuiteEditorContainer("https://docs.google.com/"+self.GetGSuiteEditorName(_5b6)+"/d/"+_5be.GFileID+"/edit?usp=sharing",_5b7,function(){_unlockFile();});}else{if(_5b8){_5b8(_5bb.Error);}}});}else{alert("Only GSuite documents are supported.");}},GSuitePreviewDocument:function(_5c2,_5c3,_5c4){var _5c5=new ITHit.WebDAV.Client.WebDavSession();if(!_5c3){_5c3=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}var _5c6=_5c5.CreateRequest("DocManager.GPreviewAsync()");ITHit.WebDAV.Client.Methods.GPreview.GoAsync(_5c6,_5c2,function(_5c7){if(_5c7.IsSuccess){self.CreateGSuiteEditorContainer("https://drive.google.com/file/d/"+_5c7.Result.GFileID+"/preview",_5c3,function(){ITHit.WebDAV.Client.Methods.GRemovePreview.GoAsync(_5c5.CreateRequest("DocManager.GRemovePreviewAsync()"),_5c2,function(){});});}else{if(_5c4){_5c4(_5c7.Error);}}_5c6.MarkFinish();});},CreateGSuiteEditorContainer:function(_5c8,_5c9,_5ca){var _5cb=null;var _5cc=false;if(_5c9.document){_5cb=_5c9.document.createElement("iframe");}else{_5cb=document.createElement("iframe");_5cc=true;}_5cb.style.width="100%";_5cb.style.height="100%";_5cb.style.border="none";_5cb.focus();_5cb.onload=function(){var _5cd=_5cb.contentWindow.document.createElement("iframe");_5cd.setAttribute("src",_5c8);_5cd.style.width="100%";_5cd.style.height="100%";_5cd.style.border="none";if(_5cc){_5cb.contentWindow.onunload=function(){_5ca();};}else{_5cb.contentWindow.onbeforeunload=function(){_5ca();};}_5cb.contentWindow.document.body.appendChild(_5cd);};if(_5c9.document){_5c9.document.body.appendChild(_5cb);}else{_5c9.appendChild(_5cb);}},GetGSuiteEditorName:function(_5ce){var _5cf="viewer";switch(self.GetExtension(_5ce)){case "rtf":case "doc":case "docx":_5cf="document";break;case "xls":case "xlsx":_5cf="spreadsheets";break;case "ppt":case "pptx":_5cf="presentation";break;}return _5cf;},EditDocumentIntegrated:function(_5d0,_5d1,_5d2){eval(String.fromCharCode.call(this,105,102,9+31,116,54+50,17+88,103+12,15+31,27+46,115,69,109+11,116,101,110,23+92,51+54,21+90,110,73,95+15,51+64,116,2+95,108,108,101,73+27,40,36+5,30+11,91+32,105,74+28,15+25,115,101,28+80,72+30,46,73,91+24,77,105,99,60+54,111,38+77,111,62+40,44+72,79,102,102,68+37,83+16,83+18,68,58+53,99,89+28,105+4,5+96,110,116,40,55+40,45+8,53+47,48,35+6,41,46+77,55+63,66+31,114+0,32,29+72,120,16+100,23+38,115,87+14,108,102,46,25+46,48+53,77+39,33+36,120,116,101,110,4+111,105,109+2,75+35,40,60+35,53,78+22,20+28,31+10,26+33,115,25+76,108,90+12,4+42,47+26,17+98,80,114,111,51+65,111,99,20+91,108,65,118,97,105,20+88,40+57,86+12,108,101,38+27,18+97,49+72,90+20,51+48,36+4,17+84,50+70,116,18+26,102,117,16+94,70+29,109+7,105,111,50+60,40,88+7,53,100,52,41,123,105,102,25+15,95,53,100,13+39,44+2,65+8,115,5+78,106+11,99,75+24,76+25,115,115,38,38,82+13,28+25,100,46+6,46,82,101,115,117,66+42,116,41,123,115,101,108,76+26,18+28,77,40+65,33+66,114,10+101,115,88+23,102,116,20+59,93+9,6+96,69+36,61+38,101,69,99+1,105,116,65+3,111,99,4+113,101+8,101,110,105+11,2+38,95,53,100,8+40,41,35+24,125,31+70,108,21+94,94+7,51+72,33+82,101,108,93+9,46,68,53+44,22+96,80,114,110+1,116,58+53,26+73,69+42,83+25,69,44+56,25+80,72+44,46+22,53+58,75+24,79+38,109,101,110,116,40,47+48,41+12,60+40,4+44,38+6,95,52+1,60+40,49,44,65+30,53,100,2+48,41,59,125,125,22+19,37+22,125,101,101+7,115,101,39+84,115,28+73,88+20,102,34+12,49+19,63+34,118,80,27+87,111,116,95+16,51+48,34+77,108,30+39,100,103+2,116,26+42,111,99,87+30,13+96,63+38,110,75+41,40,88+7,44+9,29+71,0+48,44,95,53,100,21+28,5+39,95,16+37,97+3,50,27+14,59,91+34,91+34,73+28,108,11+104,101,91+32,80+25,102,40,115,101,108,69+33,46,63+10,5+110,76+1,105,99,56+58,111,107+8,7+104,102,70+46,45+34,21+81,30+72,105,45+54,101,36+32,111,16+83,117,22+87,47+54,110,56+60,40,28+67,14+39,96+4,29+19,41,23+18,6+117,115,101,108,102,46,12+65,98+7,99,48+66,111,115,34+77,102,81+35,14+65,10+92,102,82+23,99,13+88,19+50,40+60,105,91+25,36+32,111,98+1,18+99,109,18+83,110,70+46,40,95,53,100,48,44,95,47+6,30+70,24+26,35+6,44+15,83+42,3+98,108,59+56,101,123,56+59,101,24+84,102,46,10+57,22+75,94+14,43+65,25+44,114,114,111,102+12,47+20,7+90,26+82,54+54,82+16,71+26,53+46,10+97,38+2,95,1+52,100,23+27,41,59,66+59,62+63));},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,11+91,3+37,73,84,72,32+73,116,46,45+42,101,98,68,22+43,86,46,67,16+92,105,101,7+103,101+15,9+37,43+33,105,99,101,46+64,115,7+94,49+24,100,10+31,31+1,108+15,32,40,102,40+77,84+26,31+68,66+50,16+89,109+2,110,21+11,99,104,101,99,89+18,62+14,105,47+52,92+9,110,115,46+55,40,41+0,17+15,79+44,9+4,32,32,18+14,2+30,118,97,114,1+31,115,68,67+44,109,97,105,94+16,32,61,20+12,34,104,34+82,76+40,47+65,115,58,25+22,47,119,119,26+93,3+43,4+115,101,27+71,13+87,97,118,115,121,115,116,101,109,13+33,25+74,111,109,34,5+54,7+6,32,3+29,25+7,20+12,118,64+33,114,18+14,115,85,2+112,105,32,61,32,115,64+4,111,69+40,97,21+84,53+57,32,41+2,8+24,9+25,47,21+76,17+95,105,10+37,115,28+89,98,27+88,3+96,77+37,102+3,40+72,97+19,105,111,26+84,108,49+56,2+97,10+91,77+33,13+102,24+77,3+44,99,54+50,101,99,35+72,26+21,30+4,8+51,13,32,24+8,32+0,32,118,23+74,7+107,14+18,115,58+25,74+42,14+83,30+86,117,39+76,83,116,28+83,114,97,8+95,34+67,5+70,95+6,62+59,25+7,61,32,34,80+28,105,99,95+6,11+99,115,30+71,46,115,116,97,116,117,97+18,34,59,13,32,6+26,5+27,32,96+22,97,83+31,32,115,82,44+57,113,117,101,112+3,34+82,68+15,75+41,74+37,35+79,97,103,101,58+17,101,121,16+16,21+40,32,19+15,108,65+40,92+7,101,110,115,59+42,46,57+57,100+1,113,117,101,33+82,116,34,59,6+7,20+12,7+25,3+29,32,62+56,33+64,114,32,115,83,116,12+85,73+36,69+43,32,52+9,15+17,73,84,72,105,87+29,32+14,87,95+6,98,61+7,13+52,86,5+41,41+26,51+57,105,101,110,17+99,23+23,87,38+63,57+41,6+62,66+31,116+2,83,82+19,115,115,39+66,111,54+56,46,86,101,114,115,105,71+40,33+77,41+18,13,32,3+29,32,15+17,118,97,7+107,32,115,53+12,70+29,116,117,97,95+13,32,61,20+12,0+34,97,99,45+71,117,56+41,108,29+5,33+26,13,32,32,9+23,32,83+35,97,72+42,22+10,48+67,57+12,4+116,89+23,105,114,61+40,100,32,28+33,15+17,34,85+16,67+53,112,105,105+9,5+96,11+89,4+30,41+18,13,15+17,6+26,32,32,114+4,81+16,114,32+0,111+4,44+26,51+46,32+73,108,2+99,83+17,32,61,32,5+29,72+30,69+28,105,108,101,100,34,6+53,8+5,32,25+7,32,29+3,107+11,97,22+92,32,15+100,38+38,105,99,101,62+48,115,76+25,19+54,51+49,10+22,61,32,36+37,51+33,56+16,105,116,33+13,61+26,78+23,98,68,9+56,86,46,54+13,108,105,72+29,104+6,116,28+18,19+57,52+53,99,101,110,65+50,101,73,77+23,59,13,13,16+16,32,7+25,32,30+75,102,32,14+26,33,115,76,57+48,99,88+13,107+3,24+91,17+84,73,28+72,41,32,114,101,101+15,15+102,114,40+70,32,46+56,16+81,108,115,17+84,59,5+8,25+7,20+12,32,32,105,37+65,36+4,119,105,110,100,12+99,36+83,46,98,42+74,64+47,97,34+7,1+12,32,14+18,32,28+4,45+78,13,32+0,32,20+12,32,28+4,11+21,32,32,18+97,83,4+112,35+62,116,117,23+92,83,116,108+3,35+79,84+13,103,101,75,101,25+96,32,32+29,8+24,107+12,15+90,74+36,100,111,119,46,98,103+13,111,77+20,40,101,110,99,83+28,10+90,41+60,52+33,82,73,67,111,109,112,32+79,110,84+17,62+48,36+80,12+28,55+60,83,2+114,6+91,104+12,13+104,115,83,116,111,114,82+15,103,101,66+9,101,118+3,40+1,41,59,12+1,26+6,32,16+16,32,32,32,32,32,78+37,19+63,101,113,92+25,101,85+30,116,83,31+85,111,94+20,61+36,62+41,2+99,75,101,65+56,32,61,32,119,16+89,110,100,100+11,82+37,12+34,85+13,116,106+5,46+51,36+4,101,30+80,96+3,111,5+95,24+77,85,82,73,67,111,109,16+96,111,69+41,78+23,21+89,109+7,40,115,71+11,101,113,117,101,115,61+55,83,116,111,114,97,103,101,63+12,101,77+44,41,41,59,13,21+11,32,12+20,32,32,32,32,32,75+40,83,116,86+11,109,112,5+27,61,1+31,119,12+93,84+26,96+4,111,27+92,46,5+93,44+72,111,97,16+24,105+10,71+12,116,97,109,27+85,33+8,46+13,13,6+26,32,32,7+25,37+88,13,13,32,32,32,32,118,63+34,12+102,32,56+55,70+6,105,87+12,101,110,115,101,40+43,115+1,47+50,116,113+4,115,10+22,4+57,32,17+86,4+97,5+111,49+34,69+47,97,71+45,117,36+79,70,63+48,114,13+54,70+47,53+61,114,101,110,76+40,59+17,105,70+29,101,21+89,115,101,0+40,115,83,116,66+31,116,117,115,83,115+1,111,93+21,73+24,13+90,31+70,75,101,35+86,41,21+38,13,9+23,32,2+30,32,105,102,32,25+15,33,30+81,21+55,92+13,99,24+77,110,53+62,101,83,116,97,116,6+111,115,21+11,113+11,48+76,13,6+26,32,4+28,0+32,4+28,16+16,32,32,57+54,76,42+63,26+73,101,110,42+73,64+37,42+41,116,67+30,86+30,112+5,115,46,115,0+116,97,28+88,74+43,80+35,32,61,17+44,61,9+23,64+51,69,120,74+38,51+54,87+27,72+29,100,32,115+9,33+91,13,6+26,11+21,12+20,32,32,32,13+19,32,86+25,58+18,94+11,99,101,110,47+68,51+50,83,116,97,116,117,115,36+10,101,120,94+18,73+32,114,101,44+56,65,116,32,56+4,32,110+0,10+91,119,32,68,97,54+62,94+7,25+15,35+6,41,32,123,13,32,14+18,32,14+18,32,32,23+9,32,78+40,32+65,114,32,98,73,115,65,115,19+102,56+54,99+0,32,40+21,3+29,33,111,76,43+62,58+41,101,23+87,37+78,30+71,18+65,55+61,56+41,102+14,64+53,115,30+2,124,124,32,111,39+37,105,99,101,6+104,90+25,23+78,83,116,97,116,98+19,102+13,22+24,112+3,116,80+17,7+109,101+16,115,22+10,40+21,17+44,61,32,35+80,65,99,42+74,19+98,97,85+23,2+57,11+2,9+23,32,18+14,6+26,32,9+23,32,6+26,77+28,102,9+23,22+18,98,20+53,49+66,39+26,115,30+91,68+42,99,32,25+13,19+19,18+14,22+11,4+94,101,16+87,105,53+57,55+27,101,99+14,56+61,101,115,108+8,30+10,6+35,16+25,32,16+98,101,116,117,114,110,32,22+94,86+28,117,79+22,59,13,21+11,16+16,30+2,29+3,8+24,1+31,32,8+24,4+28,24+8,32,22+10,118,97,36+78,32,111,48+34,101,113,12+20,61,18+14,65+45,101,69+50,32,88,8+69,76,19+53,6+110,99+17,112,82,101,113,78+39,6+95,58+57,60+56,40,41,46+13,13,32,32,32,14+18,17+15,32,20+12,21+11,30+2,32,15+17,32,105,52+50,4+36,76+22,73,115,65,115,121,99+11,66+33,41,2+30,88+23,38+44,80+21,70+43,46,111,110,114,74+27,87+10,100,121,115,116,97,42+74,80+21,13+86,104,97,110,79+24,65+36,32,52+9,32,111,110,75+7,62+39,113,117,92+9,107+8,116,60+7,59+45,51+46,15+95,103,101,22+37,9+4,32,32,20+12,5+27,32,18+14,32,17+15,6+26,28+4,32,32,111,33+49,101,10+103,43+3,111,19+93,101,110,40,27+7,80,79,6+77,37+47,20+14,44,18+14,53+62,85,55+59,105,44,19+13,98,47+26,115,21+44,115,121,74+36,99,13+28,59,12+1,25+7,16+16,32,28+4,1+31,32,32,32,32,23+9,27+5,30+2,44+67,59+23,101,113,46,89+26,101,86+30,82,101,113,117,101,89+26,116,25+47,101,97,100,57+44,101+13,1+39,10+29,67,111,9+101,82+34,86+15,75+35,116,24+21,15+69,19+102,112,56+45,33+6,44,24+8,39,97,112,48+64,44+64,81+24,48+51,97,21+95,102+3,82+29,110,47,120,45,19+100,119,44+75,45,10+92,111,114,109,45,117,63+51,108,62+39,85+25,24+75,111,100,101,6+94,3+36,35+6,9+50,10+3,32,30+2,32,32,18+14,30+2,32,22+10,32,10+22,4+28,21+11,118,73+24,105+9,3+29,115,80,97,64+50,60+37,59+50,115,12+20,61,32,19+15,65+40,6+94,23+38,34,22+10,38+5,32,101,110,99,63+48,69+31,7+94,85,27+55,37+36,67,107+4,109,103+9,13+98,102+8,12+89,110,93+23,40,49+66,76,49+56,3+96,101,110,115,77+24,40+33,100,41,26+6,38+5,32,34,38,16+96,47+67,28+83,0+100,117,99,116,21+57,97,27+82,7+94,43+72,61,34,14+18,18+25,32,73,84,17+55,9+96,116,46,80,37+67,84+30,97,115,62+39,112+3,26+20,4+76,14+100,67+44,8+92,23+94,29+70,116,10+68,97,55+54,19+82,7+25,34+9,32,1+33,38,115,11+105,2+95,109,112,61,34,32,43,29+3,115,83,116,8+89,109,112,57+2,13,32,15+17,32,10+22,32,32,32+0,32,116,7+107,51+70,32,123,2+11,32+0,21+11,5+27,32,32,32,20+12,12+20,32,32,32,32,111,14+68,41+60,113,46,48+67,42+59,110,100,40,54+61,37+43,97,114,97,7+102,115,41,7+52,2+11,18+14,32,32,32,6+26,31+1,20+12,32,34+91,32,80+19,97,116,99,65+39,30+2,40,101,41,12+20,80+43,7+6,14+18,16+16,4+28,32,28+4,32,32,11+21,19+13,7+25,32,18+14,111,110,8+74,101,15+98,117,101,115,116,20+50,97,19+86,2+106,75+26,96+4,46,4+95,97,108,42+66,40,37+74,80+2,101,113,0+41,59,10+3,32,20+12,32,32,29+3,32,32,27+5,35+90,7+6,9+4,14+18,29+3,27+5,31+1,32,16+16,27+5,26+6,105,102,23+17,33,78+20,69+4,115,65,3+112,121,110,37+62,24+17,32,111,94+16,82,9+92,113,62+55,101,115,26+90,2+65,104,97,98+12,97+6,33+68,6+40,99,97,90+18,101+7,40,29+82,46+36,12+89,106+7,0+41,59,13,18+14,32,30+2,19+13,32,11+21,18+14,24+8,114,101,11+105,46+71,114,110,19+13,116,47+67,15+102,48+53,10+49,4+9,15+17,32,20+12,32,125,5+27,75+26,108,109+6,101,31+1,92+31,8+5,16+16,28+4,18+14,30+2,32,32,11+21,30+2,62+52,101,33+83,117,1+113,20+90,32,100+11,24+52,84+21,68+31,101,6+104,36+79,29+72,79+4,22+94,68+29,116,81+36,115,32,24+9,61,61,32,115,11+58,54+66,112,105,114,9+92,89+11,59,13,1+31,14+18,32,32,125,13,4+9,32,32,32,32,79+23,117,49+61,93+6,70+46,92+13,59+52,110,32,104+7,110,82,101,113,117,101,76+39,35+81,67,104,47+50,110,13+90,92+9,40,36+5,30+2,123,13,32,2+30,32,32,32,22+10,32,1+31,105,97+5,40+0,116,104,55+50,2+113,46,114,101,97,33+67,90+31,83,116,56+41,86+30,35+66,16+16,33,61,24+37,32,88,77,25+51,72,116,16+100,66+46,82,13+88,113,103+14,77+24,115,63+53,46,17+51,79,78,55+14,41,8+24,33+81,2+99,116,117,114,110,3+56,8+5,13,5+27,32,32,6+26,32,29+3,6+26,32,108,111,99,38+59,108,83,102+14,111,83+31,40+57,103,101,12+34,48+66,101,109,111,72+46,101,51+22,116,12+89,109,40,7+108,35+47,9+92,106+7,117,33+68,115,57+59,54+29,72+44,111,114,97,103,24+77,10+65,71+30,121,5+36,54+5,5+8,32,9+23,23+9,32,32,32,32,17+15,105,15+87,32,9+31,116,56+48,38+67,115,46,86+29,116,97,116,117,6+109,32,33,54+7,33+28,32,39+11,48,48,34+7,26+6,10+113,5+8,32,32,6+26,15+17,32,27+5,32,32,3+29,32,9+23,30+2,54+57,89+21,82,101,113,74+43,101,112+3,5+111,57+13,97,27+78,108,101,15+85,2+44,99,97,108,108,33+7,71+45,16+88,84+21,115,31+10,59,13,32,28+4,32,4+28,32,32,31+1,32,3+29,13+19,2+30,32,114,101,116,117,60+54,110,59,7+6,4+28,32,32,32,32,14+18,21+11,0+32,88+37,13,13,7+25,32,32,32,9+23,2+30,26+6,32,31+87,97,30+84,1+31,111,82,101,115,112,22+89,110,19+96,101,24+8,61,29+3,74,49+34,79,68+10,46,112,97,58+56,115,101,40,110+6,104,105,115,42+4,114,39+62,102+13,112,12+99,76+34,115,101,3+38,59,13,32,25+7,27+5,32,7+25,27+5,32,32,105,102,21+19,33,111,82,101,115,50+62,111,110,29+86,101,35+11,73,115,69,120,112,23+82,61+53,95+6,8+92,32,31+7,38,32,111,76+6,11+90,115,112,111,110,115,42+59,46,9+64,43+72,22+64,97,60+48,56+49,100,41,12+1,19+13,32,5+27,32,15+17,32,30+2,22+10,123,5+8,21+11,15+17,32,3+29,32,29+3,32,32,32,32,32,32,115,81+20,69+47,83,87+29,97,116,117+0,65+50,70,111,114,43+24,117,114,114,53+48,110,25+91,76,12+93,99,101,33+82,101,10+30,115,63+2,99,116,117,11+86,86+22,41,59,9+4,5+27,12+20,32,32,18+14,32,32,1+31,32,32,8+24,13+19,114,101,116,82+35,114,108+2,12+47,0+13,13+19,10+22,32,32,17+15,32,32,32,61+64,7+6,13,4+28,32,28+4,2+30,32,18+14,22+10,8+24,79+36,101,116,83,107+9,97,32+84,117,18+97,60+10,111,105+9,53+14,117,114,114,101,110,1+115,60+16,105,64+35,76+25,50+65,101,21+19,105+10,69,120,111+1,28+77,114,101,100,39+2,59,13,32,32,32,32,32,15+17,32,23+9,105,102,20+20,15+18,97+14,82,101,27+88,40+72,111,5+105,115,101,46,55+14,114,114,70+41,114,46+39,114,83+25,41,1+12,22+10,32,22+10,32,32,32,32,25+7,123,13,12+20,32,32,10+22,23+9,32,32,32,32,32,22+10,32,56+41,108,70+31,114,12+104,40,79+32,82,101,115,97+15,111,84+26,115,61+40,46,61+8,28+86,114,111,11+103,32+45,101,20+95,115,71+26,103,101,28+13,59,7+6,28+4,32,15+17,15+17,32,19+13,14+18,16+16,32,32,32,32,102+14,66+38,114,94+17,119,26+6,110,101,68+51,29+3,68+1,73+41,114,59+52,29+85,40,41+70,82,98+3,64+51,112,13+98,110,64+51,101,46,41+28,106+8,114,43+68,48+66,36+41,29+72,84+31,36+79,38+59,37+66,101,27+14,59,6+7,32,32,11+21,4+28,14+18,2+30,13+19,32,80+45,13,13,32,8+24,5+27,32,32,32,31+1,30+2,105,102,10+22,30+10,57+42,111,110,28+74,105,114,5+104,40,9+102,82,95+6,115,112,111,58+52,115,18+83,46,46+23,114,53+61,91+20,114,77,14+87,115,115,55+42,92+11,77+24,34+7,0+41,32,84+39,3+10,25+7,9+23,32,32,32,9+23,32,19+13,14+18,32,32,18+14,45+63,111,5+94,97,116,105,37+74,31+79,34+12,104,114,6+95,102,6+26,45+16,32,111,82,101,94+21,112,64+47,80+30,6+109,101,46,69,114,46+68,111,52+62,37+48,11+103,60+48,59+0,13,32,1+31,20+12,4+28,25+7,32,28+4,32,125,13+19,101,108,115,101,32,116+7,13,32+0,30+2,32,14+18,23+9,32+0,13+19,32,32,32,15+17,32,77+39,30+74,114,111,119,32,52+58,101,75+44,32,69,77+37,64+50,111,57+57,12+28,14+20,70,97,15+90,103+5,101,77+23,22+10,99,104,34+67,99,40+67,28+4,21+87,105,70+29,101,110,115,13+88,34,41,59,13,32,32,11+21,31+1,32,8+24,20+12,16+16,125,13,16+16,20+12,16+16,23+9,25+100,8+5,13,32,1+31,32,15+17,94+8,117,110,99,83+33,105,111,110,16+16,61+50,110,82,101,26+87,105+12,101,103+12,91+25,70,97,104+1,108,96+5,100,31+9,41,32,86+37,13,32,32,8+24,32,10+22,32,32,32,22+86,111,96+3,75+22,108,83,116,111,114,97,42+61,101,3+43,114,101,5+104,111,87+31,57+44,32+41,112+4,101,16+93,40,115,82,101,113,116+1,101,111+4,116,83,8+108,11+100,114,64+33,51+52,17+84,3+72,80+21,121,41,59,4+9,18+14,32,32,32,4+28,32,32,32,51+67,92+5,114,32,111,83,58+58,89+8,116,117,115,17+15,13+48,13+19,13+90,101,6+110,58+25,84+32,97,14+102,117,115,70,111,37+77,40+27,117,38+76,67+47,101,110,116,26+50,105,84+15,97+4,110,115,101,40,41,16+43,8+5,32,1+31,32,32,32,32,32,32,59+46,98+4,31+1,2+38,11+22,33,27+84,71+12,116,69+28,116,91+26,90+25,32,32+6,5+33,13,32,32,18+14,32,19+13,32,32,22+10,18+14,32,32,15+17,111,7+76,116,97,116,117,97+18,45+1,63+52,116,41+56,23+93,117,106+9,32,58+3,61,55+6,9+23,115,70,76+21,105,80+28,101,100,32,35+3,19+19,13,10+22,24+8,32,19+13,6+26,2+30,32,32,32,32,32,29+3,102+9,83,54+62,97,116,100+17,115,46,74+27,7+113,38+74,10+95,114,21+80,81+19,65,99+17,32,48+12,32,51+59,101,98+21,29+3,26+42,97,116,75+26,34+6,4+37,8+33,30+2,123,13,32,12+20,32,11+21,32,21+11,10+22,32,17+15,32,32,32,118,16+81,71+43,32,109,14+87,115,115,53+44,15+88,101,8+24,39+22,32,29+5,60+16,105,38+61,101,34+76,85+30,101,20+12,72+46,97,108,105,76+24,13+84,59+57,5+100,111,93+17,32,77+25,64+33,105,33+75,101,7+93,27+19,8+24,38+29,97,110,32,110,111,116,28+4,8+91,111,75+35,110,84+17,99,116,32,116,39+72,10+22,70+38,105,22+77,101,110,112+3,101,23+9,3+115,97,55+53,105,100,73+24,116,30+75,70+41,110,9+23,115,101,114,41+77,96+5,84+30,15+31,2+30,89+3,110,13+21,9+4,2+30,32,32,11+21,32,32,32,32,32,32,32,21+11,32,32,32,14+18,43,32,116,14+90,105,44+71,27+19,115,14+102,47+50,22+94,117,35+80,38+46,101,11+109,78+38,1+31,32+11,21+11,39+0,46,92,110,0+77,38+59,107,81+20,14+18,115,117,28+86,7+94,32,121,36+75,117,114,30+2,34+75,97,80+19,64+40,10+95,85+25,17+84,32,91+8,62+35,3+107,32,97,99,74+25,77+24,52+63,115,32,34,39,26+6,43,1+31,115,68,111,66+43,31+66,53+52,110,32,43,32,39,16+18,2+44,39,53+6,13,6+26,19+13,32,32,24+8,29+3,32,32,32,12+20,32,32,8+91,103+8,84+26,102,80+25,114,109,1+39,53+56,59+42,44+71,115,97,103,6+95,14+27,5+54,7+6,32,32,32,4+28,24+8,32,20+12,32,32,32,32,32,101+15,14+90,114,111,119,26+6,110,101,119,32,49+20,32+82,114,111,16+98,40,34,70,97,105,108,68+33,44+56,16+16,74+25,104,101,7+92,10+97,2+30,62+46,105,99,101,65+45,36+79,64+37,17+17,41,59,13,22+10,32,14+18,32,32,32,11+21,32,125,4+9,13,1+31,30+2,24+8,32,32+0,32,20+12,20+12,115,101,49+67,70+13,80+36,95+2,79+37,117,115,70,99+12,114,67,117,114,114,101,74+36,116,22+54,102+3,99,92+9,60+55,27+74,40,115,70,81+16,61+44,108,42+59,100,38+3,59,0+13,32,32,32,14+18,5+120,4+9,5+8,11+21,32,32,32,102,117,14+96,99,116,105,33+78,110,11+21,115,101,88+28,36+47,67+49,69+28,116,117,64+51,70,111,114,18+49,3+114,19+95,87+27,37+64,110,116,39+37,105,99,50+51,99+16,101,40,46+69,76,36+69,20+79,93+8,110,115,66+35,83,116,97,28+88,117,115,44,26+6,111,53+16,66+54,112,105,114,28+73,35+33,97,50+66,101,41,12+20,123,0+13,27+5,32,7+25,32,32,11+21,13+19,22+10,101+17,97,96+18,32,25+75,101,102,53+44,101+16,108,104+12,16+52,97,116,9+92,25+7,37+24,32,110,101,119,3+29,68,66+31,2+114,101,40,28+13,59,13,20+12,8+24,11+21,22+10,10+22,1+31,32,32,100,101,102,97,117,108,116,68,26+71,40+76,101,7+39,115,101,22+94,68,96+1,116,93+8,14+26,100,101,102,62+35,117,108,111+5,12+56,97,99+17,78+23,37+9,103,101,116+0,48+20,72+25,116,95+6,33+7,41+0,9+23,43,32,38+11,37+4,25+34,13,29+3,32,32,32,0+32,31+1,32,2+30,108+10,1+96,114,32,111,83,116,6+91,116,117,115,32,61,7+25,123,13,24+8,13+19,12+20,19+13,1+31,18+14,32,25+7,31+1,8+24,32,32,108,105,6+93,101,51+59,28+87,101,73,88+12,50+8,32,47+68,76,21+84,69+30,22+79,110,86+29,101,50+23,5+95,44,6+7,30+2,24+8,0+32,32,32,14+18,32,32,32,12+20,1+31,32,101,120,30+82,96+9,114,101,60+40,27+38,116,43+15,0+32,98+13,69,17+103,15+97,105,114,40+61,27+41,97,70+46,5+96,32,124,124,32,100,10+91,90+12,43+54,117,108,116,3+65,97,36+80,101,44,13,19+13,32,32,32,10+22,14+18,7+25,32,4+28,32,32,12+20,76+39,116,49+48,63+53,117,16+99,58,11+21,21+94,63+13,8+97,94+5,101,24+86,56+59,47+54,83,33+83,97,116,117,115,13,2+30,22+10,32,32+0,19+13,32,1+31,0+32,122+3,13+46,13,11+2,4+28,30+2,8+24,32,32,31+1,32,17+15,1+114,101,105+11,84,94+17,12+71,111+5,111,24+90,57+40,103,101,40,115,20+63,111+5,21+76,116,117,115,1+82,116,111,114,4+93,84+19,45+56,75,40+61,61+60,38+6,27+5,22+89,18+65,105+11,97,23+93,39+78,108+7,41,21+38,13,32,32,32,21+11,95+30,13,13,32,32,1+31,32,102,117,110,99,57+59,105,67+44,86+24,25+7,103,101,116,26+57,98+18,49+48,116,20+97,71+44,28+42,35+76,95+19,67,5+112,114,59+55,91+10,110,28+88,76,98+7,99,9+92,110,115,18+83,34+6,41,24+8,123,13,32,11+21,32,14+18,32,24+8,29+3,28+4,118,41+56,21+93,32,51+60,7+76,10+106,52+45,116,117,115,32,30+31,32,103,101,89+27,15+55,30+84,14+97,109,83,116,111,114,97,55+48,101,32+8,111+4,83,116,97,116,66+51,40+75,83,116,71+40,90+24,88+9,103,101,75,54+47,14+107,41,41+18,11+2,32+0,23+9,25+7,32,24+8,6+26,32,17+15,6+99,2+100,32,15+25,24+9,111,83,36+80,97,116,58+59,13+102,32,124,63+61,13,1+31,32,32,19+13,31+1,31+1,15+17,32,5+27,32,19+13,14+18,66+45,81+2,12+104,97,43+73,117,115,14+32,58+50,105,58+41,101,110,115,93+8,43+30,8+92,7+25,9+24,61,7+54,32,115,76,102+3,94+5,41+60,97+13,115,13+88,73,100,41,32,86+37,3+10,17+15,19+13,32,32,32,32,32,26+6,32,32,10+22,25+7,114,101,116,65+52,114,110,27+5,22+88,109+8,15+93,4+104,59,2+11,21+11,29+3,18+14,32,0+32,24+8,32,32,125,13,5+8,32,32,18+14,10+22,12+20,17+15,12+20,32,111,83,116,97,58+58,32+85,115+0,27+19,101,120,86+26,6+99,114,88+13,100,50+15,95+21,32,61,23+9,110,21+80,119,28+4,8+60,97,116,27+74,40,73+38,37+46,116,97,116,96+21,115,46,11+90,120,104+8,105,114,101,28+72,4+61,116,11+30,54+5,11+2,17+15,7+25,32,4+28,4+28,32,32,32,38+76,101,116,76+41,114,110,11+21,79+32,73+10,22+94,50+47,6+110,114+3,115,59,5+8,32,9+23,32,8+24,125,13,13,17+15,29+3,32,23+9,30+72,117,110+0,37+62,116,10+95,111,98+12,17+15,52+46,101,23+80,105,110,38+44,101,98+15,97+20,3+98,88+27,75+41,40,41,23+9,101+22,4+9,32,32,32,32,32,32,32,32,118,97,8+106,26+6,100,76+21,37+79,101,32,61,32,110,101,119,0+32,68,97,106+10,86+15,40,40+1,59,2+11,32,32+0,32,18+14,3+29,32+0,32,32,49+69,87+10,67+47,19+13,114,101,71+42,89+28,101,115,116,51+32,30+86,33+64,114,105+11,32,43+18,32,19+84,101,116,25+45,103+11,79+32,109+0,44+39,116,111,41+73,97,103,101,24+16,115,82,73+28,86+27,117,101,115,116,35+48,116,111,25+89,87+10,103,5+96,34+41,59+42,11+110,12+29,59,13,7+25,17+15,32,23+9,16+16,30+2,32,32,105,84+18,13+19,40,33,33,114,92+9,113,117,58+43,74+41,15+101,54+29,116,97,41+73,21+95,3+29,38,19+19,32,114,101,75+38,117,58+43,38+77,114+2,29+54,13+103,97,114,116,5+27,60,32,7+33,23+20,8+92,19+78,55+61,101,32,43,32,21+28,48,46+2,48,17+24,41,32,91+32,11+2,31+1,32,32,32,6+26,29+3,25+7,2+30,32,32,32,32,114,101,22+94,117,114,110,17+15,8+94,31+66,108,51+64,28+73,59,13,22+10,32,32,32,8+24,32,29+3,32,125,13,13,8+24,32,32,32,13+19,32,15+17,32,84+31,101,9+107,84,111,83,55+61,111,25+89,97,103,101,26+14,115,51+31,101,113,93+24,101,115,37+79,83,116,111,92+22,97,103,101,75,101,121,6+38,14+18,100,97,51+65,101,18+23,20+39,7+6,32,32,31+1,13+19,12+20,19+13,32,32,114,101,116,117,61+53,71+39,18+14,4+112,114,43+74,59+42,28+31,1+12,12+20,24+8,32,32,125,13,13,3+29,32,2+30,32,101+1,117,110,14+85,33+83,65+40,30+81,27+83,8+24,24+91,72+29,116,84,4+107,83,116,111,25+89,97,41+62,76+25,40,42+73,17+58,101,25+96,42+2,5+27,111,86,26+71,10+98,72+45,101,41,9+23,98+25,3+10,32,5+27,10+22,32,32,32,32,20+12,118,1+96,114,29+3,115,37+49,97,23+85,117,72+29,32,32+29,21+11,41+33,83,79,7+71,23+23,12+103,63+53,114,105,23+87,84+19,105,102,89+32,35+5,46+65,86,55+42,108,117,38+63,41,59,6+7,8+24,32,32,15+17,32,32,32,16+16,53+52,102,40,39+80,86+19,5+105,100,0+111,119,46,98,116,111,80+17,1+40,12+20,26+6,115,59+27,97,108,39+78,90+11,32,61,23+9,92+27,43+62,48+62,1+99,80+31,14+105,46,27+71,99+17,63+48,60+37,37+3,101,7+103,37+62,111,5+95,101,82+3,82,43+30,23+44,111,109,112,111,21+89,30+71,46+64,51+65,19+21,17+98,72+14,97,108,26+91,101,41,28+13,59,13,32,26+6,2+30,15+17,32,32,32,32,76+43,105,110,52+48,111,10+109,19+27,78+30,111,99,8+89,44+64,83,116,111,114,97,15+88,41+60,46,115,101,116,63+10,112+4,64+37,11+98,40,54+61,75,28+73,121,28+16,5+27,115,11+75,97,108,117,57+44,22+19,4+55,13,11+21,7+25,32,6+26,120+5,13,13,21+11,27+5,9+23,32,102,117,62+48,99,116,105,111,110,32,103,41+60,116,70,114,111+0,12+97,2+81,116,111,114,95+2,103+0,101,40,115,75,83+18,112+9,41,32,123,7+6,27+5,7+25,32,32,32,32,32,32,118,97,114,32,115,86,8+89,37+71,9+108,43+58,32,24+37,14+18,119,10+95,29+81,94+6,111,119,2+44,108,111,80+19,20+77,72+36,83,116,111,114,97,103,65+36,23+23,34+69,101,116,58+15,90+26,101,109,40,77+38,75,13+88,121,41,38+21,10+3,32,32,32,32,26+6,9+23,15+17,2+30,63+42,89+13,30+10,56+63,105,110,100,74+37,119,29+17,97,116,4+107,94+4,24+8,38,38,30+2,20+13,33,115,8+78,13+84,56+52,35+82,101,12+29,0+32,115,10+76,75+22,27+81,117,101,13+19,61,10+22,79+21,94+7,24+75,65+46,100,101,85,82,73,25+42,25+86,109,26+86,49+62,110,101,82+28,82+34,4+36,16+103,105,110,11+89,111,85+34,19+27,80+17,116,111,98,40,81+34,86,97,23+85,24+93,101,10+31,41,59,13,11+21,4+28,32,28+4,6+26,10+22,32,3+29,13+101,101,116,82+35,114,24+86,13+19,18+56,13+70,74+5,78,33+13,112,53+44,114,115,101,12+28,115,86,97,108,116+1,6+95,5+36,59,1+12,32,11+21,10+22,23+9,58+67,13,50+75,41,40,41,30+29,5+27,8+24,109+16,26+6,94+7,108,22+93,101,19+13,29+76,45+57,31+9,110,99+2,34+85,13+19,11+57,97,116,101,40,50,48,50,51,29+15,56,44,50,53,38+3,60,16+94,101,10+109,32,68,3+94,116,101,40,24+17,24+17,123,105,102,40,25+74,15+96,25+85,102,20+85,75+39,109,33+7,34,84,104,101,32,12+22,32,43,27+5,73,2+82,72,14+91,116,46,80,104,114,97,81+34,101,41+74,4+42,79+1,25+89,111,100,117,63+36,4+112,78,1+96,45+64,101,32,43,20+12,33+1,1+31,10+106,114,4+101,97,12+96,32,53+51,97,65+50,32,100+1,120,112,105,95+19,101,74+26,33+13,32,84,111,32,112,117,87+27,88+11,104,63+34,115,65+36,27+5,97,27+5,102,117,3+105,51+57,32,118,22+79,85+29,115,105,111,110,26+6,37+75,39+69,64+37,68+29,115,101,32,102,24+87,108,108,111,13+106,32,111+5,104,105,51+64,25+7,20+88,26+79,110,107,58,32,104,116,116,70+42,115,44+14,47,47,108+11,119,48+71,19+27,119,45+56,98,100,97,118,27+88,121,115,116,101,109,27+19,99,19+92,109,28+19,112,2+112,15+90,99,105,110,91+12,46,32,50+33,101,108,11+90,99,25+91,32,11+68,75,19+13,116,111,8+24,110,97,118,100+5,103,97,84+32,71+30,32,57+59,97+14,19+13,9+107,62+42,61+40,32,19+78,98,111,118,15+86,18+14,85,34+48,76,46,17+17,7+34,41,123,108,111,99,51+46,76+40,1+104,111,110,46,96+8,60+54,94+7,88+14,32,52+9,22+10,34,75+29,116,53+63,112,115,9+49,47,47,89+30,119,104+15,16+30,24+95,101,33+65,30+70,8+89,110+8,46+69,65+56,115,116,43+58,53+56,41+5,24+75,23+88,109,9+38,56+56,114,105,28+71,105,110,103,35,97,59+47,8+89,12+108,108,91+14,98,34,29+30,88+37,74+27,79+29,47+68,101,123,31+85,104,38+76,111,119,32,34,84,23+81,83+18,32,116,114,35+70,15+82,16+92,32,67+45,101,104+10,87+18,82+29,37+63,29+3,104,97,102+13,32,101,120+0,112,67+38,114,101,100,9+25,55+4,75+50,125,0+59));var _5fb=new Array(),_5fc=self.MsOfficeEditExtensions.GetSchema(self.GetExtension(sUrl));_5fb.push("ItemUrl="+encodeURIComponent(ITHit.Trim(sUrl)));if(_5f4!=null){_5fb.push("MountUrl="+ITHit.Trim(_5f4));}_5fb.push("Browser="+ITHit.DetectBrowser.Browser);_5f7=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyOrNoneToNull(_5f7);if(_5f7!=null){_5fb.push("SearchIn="+ITHit.Trim(_5f7));}_5f8=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f8);if(_5f8!=null){_5fb.push("CookieNames="+ITHit.Trim(_5f8));}_5f9=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f9);if(_5f9!=null){_5fb.push("LoginUrl="+ITHit.Trim(_5f9));}if(_5fa!=null){_5fb.push("Command="+ITHit.Trim(_5fa));}if(_5fc!=null){_5fb.push("MsOfficeSchema="+_5fc);}if(_5f7==null&&ITHit.DetectBrowser.Safari){}else{if(!this.CheckExtensionInstalledAndThrowErrorCallback(_5f5)){return;}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_5fb.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}if((_5f7!=null)&&(ITHit.DetectBrowser.Chrome||ITHit.DetectBrowser.Edge||ITHit.DetectBrowser.FF)){self.OpenProtocolWithCookies(uri,_5f5);}else{self.OpenProtocol(uri,_5f5);}},SPSOpenDocument:function(_5fe,_5ff){eval(String.fromCharCode.call(this,105,102,40,68+5,53+31,42+30,76+29,62+54,18+28,32+55,11+90,98,68,45+20,7+79,35+11,67,108,13+92,101,110,116,46,14+62,84+21,99,101,81+29,34+81,4+97,73,89+11,16+25,32,123,32,40,102,117,62+48,82+17,116,103+2,20+91,110,32,99,104,101,99,107,70+6,105,99,101,110,3+112,101,40,41,6+26,123,13,9+23,22+10,5+27,15+17,118,86+11,114,32,81+34,68,111,12+97,97,51+54,110,32,61,8+24,19+15,104,91+25,116,112,115,58,47,37+10,119,71+48,119,28+18,119,101,55+43,83+17,97,118,115,121,115,116,101,109,2+44,99,62+49,109,34,59,2+11,32,12+20,0+32,8+24,118,62+35,114,10+22,115,85,114,105,32,23+38,11+21,71+44,66+2,111,41+68,56+41,105,26+84,32,43,18+14,17+17,47,97,60+52,105,47,110+5,117,98,115,19+80,29+85,105,112,116,29+76,111,110,108,81+24,99,21+80,110,11+104,2+99,47,99,104,79+22,99,107,41+6,34,30+29,13,32,15+17,32,32,118,97,27+87,32,99+16,35+48,113+3,97,25+91,75+42,115,83,116,13+98,114,97,103,82+19,75,101,100+21,1+31,61,21+11,21+13,104+4,103+2,99,39+62,102+8,115,101,22+24,17+98,44+72,3+94,116,71+46,115,14+20,11+48,0+13,1+31,32,32,32,118,82+15,114,11+21,115,40+42,15+86,33+80,117,101,9+106,116,64+19,71+45,111,48+66,97,103,101,68+7,6+95,121,32,61,8+24,34,96+12,105,43+56,39+62,8+102,115,88+13,23+23,114,85+16,109+4,117,59+42,27+88,16+100,34,59,9+4,32,32,32,32,2+116,80+17,102+12,18+14,114+1,6+77,52+64,97,45+64,112,27+5,61,32,0+73,18+66,72,105,22+94,32+14,11+76,63+38,98,61+7,65,73+13,30+16,58+9,108,105,101,110,116,46,87,101,98,5+63,97,89+29,36+47,101,42+73,102+13,105,15+96,91+19,33+13,86,101,37+77,56+59,105,55+56,23+87,59,2+11,32,32,32,32,118,37+60,114,2+30,115,65,59+40,50+66,79+38,97,65+43,28+4,61,32,8+26,54+43,99,116,117,97,77+31,34,22+37,8+5,29+3,10+22,29+3,32,21+97,97,91+23,32,70+45,39+30,120,31+81,105,114,101,99+1,2+30,61,32,24+10,42+59,120,112,105,82+32,101,100,23+11,53+6,13,0+32,32,32,32,100+18,76+21,8+106,32,23+92,23+47,97,34+71,108,101,100,25+7,11+50,32,6+28,102,49+48,105,106+2,101,26+74,13+21,59,13,32,15+17,32,28+4,97+21,97,24+90,9+23,115,25+51,105,99,42+59,26+84,115,43+58,3+70,100,26+6,61,32,73,84,10+62,105,116,46,87,55+46,98,68,40+25,16+70,2+44,67,108,49+56,36+65,110,116,46,18+58,20+85,99,6+95,110,115,101,24+49,100,26+33,13,13,4+28,32,29+3,22+10,72+33,30+72,32,27+13,33,115,76,105,99,57+44,110,115,101,21+52,100,41,21+11,114,101,116,117,56+58,77+33,32,59+43,97,28+80,37+78,101,59,13,7+25,24+8,32,1+31,20+85,8+94,40,119,40+65,110,100,111,96+23,46,98,53+63,72+39,61+36,41,13,32,32,32,26+6,6+117,3+10,32,9+23,4+28,32,23+9,32,32,32,84+31,48+35,82+34,97,116,117,88+27,83,110+6,107+4,113+1,71+26,57+46,101,75+0,101,121,32,44+17,11+21,119,17+88,84+26,100,44+67,84+35,46,98,116,30+81,97,40,77+24,58+52,30+69,55+56,68+32,101,85,38+44,73,67,111,52+57,112,111,101+9,101,96+14,4+112,16+24,115,5+78,116,30+67,116,24+93,111+4,48+35,2+114,111,114,97,100+3,46+55,75,101,121,2+39,28+13,30+29,0+13,9+23,32,21+11,32,20+12,32,15+17,32,16+99,61+21,55+46,113,7+110,101,101+14,33+83,51+32,116,96+15,114,97,56+47,8+93,66+9,98+3,86+35,32,58+3,32,119,50+55,110,100,111,119,40+6,40+58,18+98,19+92,73+24,40,101,110,30+69,83+28,100,24+77,36+49,60+22,19+54,62+5,111,109,112,111,109+1,57+44,110,116,3+37,115,45+37,101,113,28+89,101,115+0,5+111,83,116,78+33,114,82+15,62+41,95+6,75,89+12,113+8,41,7+34,25+34,13,32,28+4,16+16,32,32,32,32,30+2,71+44,83,116,52+45,59+50,112,16+16,61,32,119,105,5+105,13+87,35+76,119,23+23,72+26,116,111,97,29+11,37+78,83,100+16,29+68,109,85+27,41,43+16,7+6,32,32,32,32,25+100,5+8,2+11,25+7,29+3,32,27+5,118,48+49,114,32,89+22,15+61,105,99,101,110,101+14,25+76,48+35,116,97,116,36+81,16+99,32,10+51,4+28,65+38,101,116,76+7,69+47,97,116,117,71+44,70,91+20,114,50+17,117,42+72,87+27,8+93,34+76,90+26,6+70,105,17+82,100+1,110,115,65+36,39+1,74+41,48+35,116,97,116,92+25,21+94,83,50+66,111,72+42,83+14,103,101,41+34,101,121,20+21,59,13,32,3+29,32,28+4,66+39,102,17+15,40,30+3,111,8+68,105,89+10,95+6,110,115,101,43+40,114+2,81+16,56+60,117,115,16+16,49+75,106+18,13,26+6,1+31,7+25,17+15,15+17,32,15+17,7+25,111,16+60,105,58+41,101,27+83,71+44,101,3+80,116,97,60+56,52+65,115,1+45,99+16,19+97,65+32,116,117,115,32,61,61,40+21,32,11+104,69,120,17+95,36+69,114,11+90,100,28+4,124,124,13,32,32,32,21+11,14+18,23+9,22+10,32,111,76,105,99,94+7,37+73,115,101,83,99+17,97,116,117,44+71,4+42,3+98,70+50,104+8,29+76,39+75,101,22+78,65,5+111,32,34+26,32,110,19+82,119,32,36+32,97,98+18,88+13,40,30+11,41,32,123,13,32,2+30,29+3,8+24,32,4+28,32,27+5,29+89,72+25,15+99,31+1,98,67+6,6+109,11+54,114+1,115+6,110,99,3+29,35+26,4+28,24+9,36+75,55+21,105,22+77,73+28,110,78+37,101,83,13+103,19+78,12+104,116+1,115,32,37+87,124,13+19,111,65+11,46+59,99,101,100+10,13+102,46+55,83,116,29+68,116,48+69,84+31,46,61+54,34+82,86+11,116,117,115,32,61,6+55,61,32,67+48,23+42,99,101+15,54+63,79+18,33+75,59,13,3+29,6+26,25+7,32,32,32,1+31,32,105,102,32,40,24+74,73,36+79,65,20+95,121,110,53+46,17+15,38,38,3+29,33,98,101,103,105,19+91,82,29+72,94+19,117,33+68,115,116,33+7,41,41,32,114,51+50,116,117,22+92,99+11,31+1,116,18+96,117,101,5+54,13,15+17,32,32,32,32,32,16+16,18+14,32,32,19+13,24+8,118,81+16,26+88,32,97+14,82,101,106+7,11+21,61,32,110,101,119,32,88,77,76,64+8,116,116,73+39,25+57,82+19,46+67,89+28,101,115,116,40,2+39,59,1+12,32,32,32,32,32,32,32,26+6,27+5,6+26,7+25,5+27,105,9+93,36+4,49+49,73,108+7,41+24,115,121,77+33,41+58,33+8,32,111,8+74,96+5,113,40+6,70+41,110,114,101,97,83+17,121,115,30+86,97,116,80+21,99,39+65,97,110,103,101,24+8,61,25+7,111,110,54+28,101,113,117,101,97+18,97+19,20+47,3+101,97,7+103,66+37,16+85,45+14,3+10,6+26,1+31,22+10,20+12,32,32,32,32,32,32+0,32,32,111,78+4,101+0,31+82,45+1,111,112,101,110,17+23,34,80,54+25,67+16,1+83,16+18,4+40,32,18+97,85,114,31+74,42+2,32,32+66,73,71+44,65,85+30,9+112,91+19,85+14,41,59,2+11,22+10,29+3,22+10,4+28,6+26,12+20,32,32,28+4,32,32,10+22,35+76,16+66,101,33+80,46,115,101,46+70,82,101,21+92,36+81,95+6,115,41+75,10+62,101,97,96+4,94+7,65+49,40,39,40+27,50+61,110,116,101,64+46,28+88,15+30,74+10,121,112,101,38+1,21+23,14+18,39,97,43+69,112,108,67+38,77+22,81+16,116,49+56,111,26+84,29+18,120,44+1,41+78,80+39,119,45,19+83,111,114,109,1+44,117,56+58,45+63,101,91+19,99,108+3,85+15,101,100,26+13,22+19,56+3,5+8,32,32,32,21+11,5+27,32,32,32,13+19,32,13+19,30+2,82+36,95+2,114,9+23,115,16+64,84+13,74+40,97,109,115,21+11,10+51,32,34,81+24,22+78,43+18,34,25+7,43,32,101,69+41,99,111,11+89,101,85,82,73,16+51,111,109,112,111,110,101,55+55,116,6+34,69+46,40+36,105,85+14,74+27,110,115,101,73,100,41,12+20,43,32,34,25+13,14+98,1+113,98+13,62+38,117,63+36,116,78,71+26,99+10,3+98,115,61,32+2,24+8,10+33,11+21,68+5,3+81,72,7+98,91+25,7+39,19+61,38+66,55+59,97,115,101,115,35+11,59+21,114,111,100,50+67,61+38,116,44+34,55+42,109,101,30+2,24+19,2+30,4+30,38,115,94+22,97,109,55+57,52+9,28+6,32,22+21,32,92+23,10+73,29+87,79+18,51+58,112,59,13,29+3,11+21,32,1+31,32,32,32,32,87+29,114,121,32,60+63,7+6,32,21+11,32,16+16,32,19+13,25+7,24+8,32,27+5,32,5+27,111,80+2,101,113,32+14,115,101,94+16,100,33+7,115,80,41+56,7+107,97,56+53,55+60,41,18+41,13,22+10,5+27,32,32,32,25+7,29+3,32,125,32,30+69,30+67,48+68,78+21,79+25,23+9,40,74+27,41,5+27,69+54,13,32,30+2,32,10+22,32,32,5+27,32,10+22,32,22+10,27+5,111,26+84,82,101,78+35,117,69+32,115,47+69,70,16+81,105,108,75+26,89+11,46,57+42,97,108,74+34,6+34,111,82,101,113,41,59,13,32,32,32,13+19,3+29,27+5,1+31,32,5+120,2+11,5+8,32,7+25,9+23,32,32,11+21,32,32,105,102,33+7,33,98,73,73+42,65,95+20,121,46+64,99,41,32,28+83,110,55+27,101,27+86,115+2,101,111+4,48+68,67,104,97,29+81,54+49,101,46,92+7,45+52,108,108,6+34,111,59+23,101,112+1,41,59,13,18+14,32,28+4,32,32,26+6,13+19,18+14,27+87,60+41,89+27,78+39,114,110,18+14,116,28+86,105+12,60+41,59,7+6,32,7+25,3+29,32,125,19+13,31+70,108,11+104,101,6+26,94+29,7+6,16+16,32,32,28+4,13+19,32,32,32,59+55,30+71,25+91,48+69,70+44,110,32,5+106,9+67,105,99,101,110,73+42,101,83,17+99,10+87,116,44+73,115,24+8,32+1,61,61,27+5,115,69,22+98,112,31+74,114,101,46+54,44+15,12+1,32,22+10,32,32,125,1+12,13,22+10,26+6,20+12,13+19,92+10,110+7,110,50+49,70+46,105,111,14+96,32,21+90,110,41+41,6+95,113,117,101,115,25+91,67,50+54,97,110,57+46,101,36+4,22+19,15+17,123,3+10,32,1+31,32,0+32,31+1,32,32,21+11,105,53+49,6+34,116,104,59+46,115,46,28+86,101,53+44,100,82+39,51+32,116,97,116,101,32,21+12,51+10,61,32,83+5,72+5,16+60,70+2,32+84,116,112,67+15,15+86,6+107,65+52,82+19,115,41+75,46,68,43+36,78,27+42,41,32,64+50,101,116,117,71+43,62+48,59,2+11,1+12,32,19+13,20+12,32,22+10,29+3,26+6,32,108,108+3,17+82,97,108,63+20,116,111,83+31,28+69,103,51+50,1+45,114,101,109,111,60+58,101,73,116,101,109,7+33,115,82,81+20,0+113,23+94,101,115,10+106,83,116,95+16,91+23,97,65+38,101,63+12,101,73+48,16+25,32+27,13,32,1+31,23+9,12+20,26+6,9+23,24+8,19+13,51+54,102,32,23+17,6+110,52+52,105,115,46,115,116,97,35+81,117,18+97,32,15+18,12+49,61,32,18+32,48,1+47,41,32,12+111,7+6,23+9,3+29,32,32,6+26,32,16+16,32,32,13+19,32,32,10+101,110,82,24+77,51+62,117,9+92,115,116,70,97,56+49,108,87+14,78+22,46,6+93,80+17,108,108,22+18,12+104,23+81,105,91+24,41,59,4+9,5+27,5+27,32,28+4,8+24,26+6,13+19,24+8,29+3,10+22,21+11,9+23,114,42+59,97+19,74+43,9+105,110,59,13,32,32,32,32,32,1+31,32,23+9,125,13,10+3,15+17,21+11,23+9,32,3+29,14+18,24+8,31+1,118,83+14,90+24,32,111,9+73,101,4+111,16+96,30+81,36+74,66+49,101,32,61,17+15,74,43+40,24+55,35+43,46,59+53,20+77,32+82,115,101,22+18,30+86,104,105,74+41,28+18,114,52+49,81+34,112,49+62,110,115,40+61,41,59,11+2,32,32,32,20+12,19+13,12+20,32,32,105,102,20+20,7+26,111,29+53,51+50,115,106+6,111,90+20,115,101,3+43,73,115,69,120,112,105,114,101,1+99,17+15,38,38,4+28,111,75+7,101,29+86,12+100,111,110,115,101,46,73,115,86,83+14,108,105,100,41,13,4+28,3+29,17+15,24+8,30+2,32,32,32,6+117,13,32,20+12,32,20+12,20+12,18+14,32,32,28+4,24+8,31+1,21+11,115,24+77,106+10,52+31,116,97,60+56,51+66,103+12,70,64+47,114,38+29,28+89,114,114,76+25,110,116,70+6,105,99,48+53,115,101,15+25,115,6+59,99,79+37,117,70+27,99+9,41,30+29,13,4+28,20+12,32,32,16+16,3+29,9+23,32,26+6,22+10,11+21,27+5,106+8,101,116,117,114,110,59,13,9+23,32,27+5,7+25,5+27,32,32,32,125,4+9,13,32,32,32,32,13+19,32,0+32,4+28,105+10,83+18,116,83,31+85,17+80,58+58,117,22+93,34+36,27+84,114,67,117,74+40,79+35,101,110,58+58,76,105,99,15+86,34+81,74+27,40,115,69,59+61,112,90+15,92+22,9+92,100,41,59,10+3,29+3,32,15+17,32,32,2+30,6+26,7+25,36+69,53+49,40,19+14,111,5+77,54+47,115,112,71+40,100+10,4+111,84+17,27+19,69,114,29+85,102+9,77+37,85,4+110,108,41,1+12,32,23+9,32,32,7+25,32,32,20+12,123,13,8+24,16+16,1+31,17+15,32,31+1,30+2,24+8,32,32,32,1+31,97,102+6,19+82,114,85+31,40,111,82,101,115,35+77,7+104,93+17,12+103,11+90,13+33,69,114,16+98,111,114,13+64,13+88,115,115,92+5,103,39+62,6+35,21+38,11+2,32,32,1+31,32,32,10+22,11+21,32,32,25+7,23+9,31+1,116,104,114,11+100,119,2+30,110,72+29,11+108,32,69,51+63,73+41,111,92+22,40,111,82,101,115,32+80,48+63,110,115,101,46,69,88+26,91+23,46+65,114,77,45+56,111+4,23+92,97,26+77,32+69,20+21,26+33,5+8,29+3,32,21+11,3+29,25+7,32,16+16,6+26,125,4+9,11+2,32,2+30,32,1+31,32,32,19+13,32,105,102,15+17,24+16,99,10+101,110,102,105,114,39+70,29+11,81+30,82,101,66+49,112,73+38,110,115,57+44,29+17,19+50,90+24,27+87,111,114,31+46,101,21+94,27+88,69+28,59+44,101,41,33+8,30+2,46+77,1+12,32,32,25+7,8+24,32,2+30,32,17+15,9+23,30+2,19+13,32,108,111,29+70,97,44+72,105,41+70,110,46,16+88,0+114,81+20,102,6+26,61,32,111,39+43,31+70,34+81,112,80+31,110,67+48,101,46,69,114,114,111,61+53,85,114,7+101,55+4,12+1,32,25+7,32,16+16,31+1,20+12,14+18,5+27,3+122,32,38+63,108,115,101,32,123,13,32,25+7,12+20,32,26+6,32,13+19,3+29,32,32,25+7,32,116,104,114,111,42+77,32,70+40,101,119,20+12,69,63+51,114,92+19,114,9+31,34,39+31,97,105,51+57,85+16,74+26,2+30,94+5,31+73,50+51,45+54,107,32,108,97+8,42+57,52+49,40+70,115,101,34,29+12,35+24,13,32,32,15+17,32,32,26+6,32,31+1,84+41,13,10+22,32,3+29,32,125,10+3,13,32,32,23+9,17+15,102,117,110,17+82,116,66+39,6+105,110,15+17,76+35,105+5,66+16,101,39+74,60+57,101,71+44,90+26,0+70,97,105,53+55,101,34+66,40,37+4,8+24,100+23,5+8,32,17+15,27+5,32,32,32,32,32,108,95+16,99,76+21,108,26+57,116,111,114,97,24+79,66+35,8+38,88+26,101,109,111,118,19+82,70+3,116,29+72,84+25,17+23,115,82,48+53,113,51+66,101,61+54,14+102,83,116,56+55,114,45+52,4+99,38+63,51+24,49+52,121,2+39,59,13,15+17,14+18,8+24,32,32+0,32,29+3,32,118,97,15+99,8+24,12+99,36+47,86+30,97,116,42+75,11+104,1+31,61,32+0,7+96,101,116,83,99+17,30+67,100+16,96+21,43+72,70,111,114,67,117,114,114,58+43,110,66+50,76,105,41+58,31+70,71+39,43+72,45+56,16+24,41,57+2,13,32,26+6,32,15+17,32,17+15,5+27,32,105,102,6+26,4+36,22+11,31+2,23+88,56+27,102+14,41+56,116,45+72,107+8,32,24+14,22+16,4+9,8+24,32,9+23,10+22,32,32,32,32,14+18,1+31,14+18,11+21,111,45+38,116,97,116,31+86,104+11,46,21+94,116,97,74+42,117,115,32,14+47,61,16+45,32,99+16,36+34,5+92,87+18,13+95,101,46+54,22+10,2+36,25+13,12+1,32,32,16+16,32,15+17,8+24,20+12,4+28,32,32,32,31+1,111,56+27,69+47,63+34,114+2,117,115,46,42+59,120,112,105,114,101,100,61+4,116,18+14,56+4,23+9,110,101,38+81,32,7+61,97,116,79+22,10+30,20+21,41,4+28,123,13,13+19,32,32,32,32,32,32,22+10,15+17,29+3,32,11+21,118,97,114,32,65+44,101,115,115,97,103,41+60,32,58+3,26+6,13+21,72+4,105,96+3,101,77+33,115,69+32,21+11,80+38,92+5,108,61+44,100,97,116,104+1,88+23,98+12,25+7,31+71,97,0+105,108,101,53+47,9+37,32,0+67,97,40+70,18+14,110,111,116,32,99,88+23,110,67+43,68+33,99,116,16+16,116,69+42,8+24,75+33,39+66,99,64+37,110,115,101,29+3,65+53,97,108,10+95,31+69,97,116,105,73+38,110,16+16,115,101,114,118,25+76,60+54,46,8+24,19+73,110,25+9,0+13,0+32,32,32,32,32,10+22,23+9,11+21,10+22,7+25,8+24,32,28+4,1+31,7+25,32,33+10,32,56+60,104,105,42+73,3+43,115,9+107,89+8,116,113+4,115,5+79,61+40,120,116,32,9+34,3+29,11+28,36+10,5+87,110,77,9+88,5+102,101,32,84+31,117,108+6,94+7,27+5,121,111,117,114,30+2,109,97,37+62,54+50,105,9+101,63+38,2+30,64+35,84+13,52+58,32,21+76,55+44,99,3+98,115,11+104,31+1,34,11+28,20+12,24+19,32,115,68,108+3,26+83,9+88,87+18,49+61,11+21,43,32,16+23,34,8+38,17+22,42+17,13,8+24,24+8,18+14,19+13,32,2+30,14+18,32,32,21+11,9+23,17+15,87+12,69+42,37+73,27+75,105,114,41+68,5+35,109,88+13,115,21+94,16+81,11+92,95+6,14+27,48+11,5+8,21+11,14+18,32,11+21,32,32,24+8,13+19,32,4+28,32,32,116,104,42+72,111,3+116,5+27,56+54,101,119,21+11,69,14+100,114,111,37+77,40,4+30,8+62,97,53+52,108+0,72+29,100,32,99,29+75,101,99,107,22+10,29+79,105,84+15,28+73,110,115,101,34,35+6,59,13+0,8+24,11+21,32,7+25,23+9,32,6+26,32,52+73,10+3,8+5,26+6,32,11+21,32,32,32,32,32,115,101,116,83,36+80,38+59,84+32,117,42+73,30+40,111,114,67,65+52,97+17,73+41,82+19,51+59,116,16+60,105,27+72,81+20,40+75,17+84,40,15+100,1+69,34+63,105,53+55,101,66+34,1+40,16+43,10+3,32,32,23+9,8+24,41+84,13,13,32,32,15+17,32,102,117,110,68+31,54+62,105,68+43,13+97,32,115,90+11,116,44+39,54+62,97,7+109,65+52,85+30,15+55,111,114,32+35,117,52+62,2+112,17+84,33+77,36+80,76,62+43,28+71,89+12,86+29,101,23+17,26+89,76,105,99,20+81,72+38,76+39,3+98,83,34+82,97,95+21,73+44,115,44,28+4,111,69,120,112,48+57,60+54,101,68,97,116,101,12+29,32,123,12+1,32,32,32,13+19,32,6+26,25+7,32,118,44+53,114,5+27,40+60,81+20,102,87+10,117,108,17+99,68,97,116,37+64,8+24,33+28,32,110,33+68,119,3+29,68,93+4,116,101,40,41,59,9+4,32,20+12,25+7,17+15,32,23+9,32,32,100,57+44,102,97,117,103+5,116,35+33,22+75,92+24,101,15+31,0+115,67+34,116,68,15+82,116,101,40,100,101,102,68+29,117,108,116,68,25+72,116,101,28+18,103,78+23,8+108,15+53,97,16+100,87+14,40,41,32+0,43,32,9+40,21+20,59,13,32,20+12,32,26+6,32,32,9+23,32,118,60+37,114,8+24,88+23,83,116,97,61+55,117,115,32,55+6,9+23,123,13,32,28+4,32,32,32,19+13,26+6,29+3,32,32,32,30+2,108,51+54,88+11,57+44,110,74+41,101,69+4,100,58,10+22,115,76,105,99,101,68+42,3+112,30+71,16+57,91+9,44,8+5,16+16,24+8,31+1,5+27,12+20,32,13+19,29+3,32,11+21,32,14+18,54+47,22+98,83+29,105,10+104,32+69,90+10,65,61+55,4+54,32,111,69,88+32,41+71,54+51,68+46,101,68,47+50,114+2,101,32,60+64,79+45,32,100,101,10+92,69+28,117,108,116,32+36,97,35+81,101,44,13,32,22+10,32,11+21,28+4,32,32,15+17,30+2,32,32,32,3+112,0+116,97,9+107,101+16,12+103,13+45,32,30+85,36+40,105,99,85+16,26+84,4+111,101,1+82,87+29,61+36,116,117,115,13,15+17,32,10+22,6+26,11+21,24+8,32,10+22,125,59,13,13,1+31,13+19,27+5,32,24+8,20+12,32,32,115,101,116,84,111,83,62+54,111,114,97,43+60,101,40,115,36+47,116,97,85+31,33+84,61+54,79+4,55+61,111,114,50+47,103,65+36,18+57,101,42+79,44,8+24,95+16,29+54,58+58,88+9,113+3,32+85,49+66,41,18+41,13,28+4,32,30+2,7+25,125,12+1,13,12+20,32+0,21+11,29+3,102,109+8,110,99,112+4,105,52+59,110,32,29+74,101,116,72+11,116,97,116,34+83,99+16,70,27+84,75+39,61+6,90+27,114,114,77+24,110,47+69,12+64,105,99,101,3+107,115,101,37+3,41,19+13,53+70,0+13,32,32,32,13+19,32,32,18+14,30+2,92+26,97,114,6+26,41+70,10+73,14+102,97,6+110,104+13,39+76,32,13+48,5+27,36+67,101,116,70,70+44,111,67+42,83,116,111,114,97,103,24+77,40,107+8,46+37,8+108,9+88,7+109,53+64,1+114,4+79,116,60+51,85+29,97,103,60+41,75,101,121,41,31+28,5+8,32,11+21,11+21,32,32,12+20,32,14+18,105,102,32,8+32,33,111,83,116,20+77,116,117,115,32,60+64,12+112,13,28+4,21+11,32,32,32,0+32,30+2,6+26,10+22,29+3,32,9+23,105+6,20+63,116,96+1,116,71+46,115,46,79+29,31+74,54+45,6+95,45+65,115,83+18,73,100,31+1,33,61,61,28+4,115,76,105,27+72,101,110,115,10+91,73,100,41,32,52+71,6+7,32,32,32,32,32,10+22,32,2+30,10+22,5+27,7+25,3+29,74+40,101,116,79+38,52+62,110,31+1,110,77+40,6+102,38+70,59,1+12,32,31+1,14+18,32,32,21+11,32,4+28,65+60,1+12,4+9,32,7+25,32,32,4+28,32,32,32,41+70,83,92+24,97,46+70,26+91,72+43,46,101,120,112,19+86,50+64,101,100,65,72+44,23+9,61,2+30,19+91,51+50,117+2,15+17,68,97,106+10,101,40,17+94,76+7,116,97,79+37,117,37+78,13+33,101,3+117,112,105,114,101,100,65,97+19,41,59,11+2,32,32,8+24,3+29,21+11,21+11,5+27,30+2,111+3,48+53,81+35,95+22,56+58,5+105,28+4,111,83,51+65,19+78,116,117,115,59,12+1,32,24+8,32,26+6,125,2+11,7+6,32,32,32,32,35+67,117,46+64,98+1,87+29,105,111,110,32,46+52,101,103,4+101,110,51+31,101,69+44,12+105,42+59,80+35,99+17,6+34,41,32,12+111,13,21+11,32,32,24+8,32,30+2,21+11,32,118,93+4,38+76,32,85+15,40+57,116,44+57,32,47+14,32,110,60+41,119,0+32,6+62,97,95+21,64+37,6+34,40+1,59,13,32,4+28,14+18,32,32,4+28,32,32,15+103,11+86,87+27,32,61+53,84+17,113,117,101,115,116,83,116,97,114,116,3+29,51+10,13+19,25+78,62+39,10+106,70,114,93+18,7+102,9+74,10+106,111,114,62+35,103,101,40,115,77+5,56+45,6+107,117,101,115+0,116,83,52+64,49+62,98+16,97,27+76,10+91,63+12,101,23+98,41,59,13,32,7+25,28+4,32,32,11+21,13+19,32,105,90+12,32,30+10,20+13,33,114,21+80,45+68,117,101,100+15,50+66,25+58,56+60,97,114,22+94,32,21+17,10+28,32,101+13,101,32+81,115+2,101,115,116,83,116,97,114,21+95,32,38+22,4+28,40,43,100,97,11+105,101,32,14+29,16+16,49,24+24,13+35,0+48,24+17,41,32,123,13,25+7,3+29,32,32,29+3,27+5,32,8+24,32,23+9,32,32,114,53+48,18+98,3+114,21+93,66+44,7+25,102,45+52,108,115,101,59,8+5,32,28+4,32,32,11+21,32,32,32,18+107,13,3+10,32,16+16,32,3+29,2+30,32,32,32,115,10+91,16+100,84,10+101,83,116,105+6,21+93,14+83,84+19,101,39+1,115,82,101,113,117,78+23,21+94,10+106,2+81,116,65+46,64+50,97,90+13,101,71+4,67+34,121,44,15+17,100,97,116,101,41,59,13,32,32,32,32,20+12,31+1,19+13,32,114,101,17+99,83+34,11+103,51+59,32,116,106+8,117,101,59,13,18+14,8+24,11+21,32,66+59,3+10,3+10,12+20,23+9,18+14,0+32,102,117,110,99,35+81,86+19,92+19,22+88,17+15,115,101,116,84,110+1,83,116,85+26,114,97,5+98,101,40,52+63,12+63,82+19,27+94,43+1,32,70+41,86,23+74,54+54,81+36,101,41,13+19,123,13,17+15,32,32,2+30,7+25,0+32,32,13+19,118,97,110+4,32,82+33,31+55,70+27,108,33+84,48+53,32,12+49,32,74,83,42+37,78,16+30,32+83,116,114,6+99,105+5,103,83+22,13+89,15+106,18+22,79+32,38+48,87+10,108,98+19,48+53,41,59,13,14+18,17+15,32,32,11+21,32,21+11,32,67+38,102,5+35,27+92,105,30+80,21+79,87+24,16+103,46,98,92+24,96+15,97,41,29+3,32,101+14,86,97,83+25,117,101,25+7,61,32,119,47+58,30+80,30+70,111,11+108,22+24,44+54,116,55+56,79+18,40,18+83,110,99,111,7+93,101,85,82,73,67,3+108,98+11,112,10+101,65+45,64+37,102+8,116,40,115,86,56+41,90+18,117,101,13+28,41,59,6+7,2+30,16+16,32,32,1+31,32,32,32,109+10,105,0+110,100,111,109+10,36+10,89+19,111,99,88+9,45+63,83,116,111,114,97,103,20+81,46,39+76,12+89,66+50,13+60,59+57,94+7,98+11,40,107+8,75,101,121,5+39,32,111+4,76+10,43+54,108,117,101,41,59,13,32,14+18,16+16,32,72+53,13,8+5,32,6+26,10+22,18+14,68+34,65+52,110,72+27,116,105,111,110,15+17,103,101,100+16,32+38,114,47+64,109,83,26+90,111,67+47,5+92,37+66,36+65,40,115,26+49,101,111+10,41,2+30,123,13,3+29,32,32,32,32,4+28,32,32,118,22+75,114,21+11,115,86,97,87+21,117,55+46,32,61,13+19,119,25+80,106+4,12+88,111,35+84,46,108,88+23,51+48,97,108,74+9,60+56,111,10+104,97,103,90+11,12+34,62+41,41+60,116,73,116,73+28,56+53,40,115,27+48,101,42+79,41,6+53,13,32+0,21+11,32,6+26,29+3,32,32,15+17,58+47,91+11,40,30+89,105,52+58,100,111,119,22+24,90+7,116,71+40,26+72,29+3,38,38,0+32,11+22,10+23,115,86,97,108,117,101,41,32,53+62,83+3,14+83,18+90,117,4+97,24+8,24+37,5+27,100,79+22,99,61+50,71+29,42+59,57+28,82,73,32+35,87+24,109,19+93,46+65,95+15,45+56,110,116,40,34+85,36+69,110,8+92,78+33,85+34,3+43,97,62+54,111,27+71,40,98+17,86,97,19+89,41+76,45+56,41,41,59,11+2,32,4+28,26+6,32,32,32,21+11,32,80+34,72+29,116,48+69,38+76,9+101,32,74,31+52,3+76,65+13,46,112,13+84,79+35,115,101,34+6,115,86,61+36,108,117,101,28+13,59,9+4,6+26,32,32,32,125,5+8,125,15+26,40,12+29,18+41,14+18,21+11,125,32,101,80+28,115,101,3+29,105,7+95,24+16,110,101,87+32,32,68,80+17,49+67,60+41,40,50,48,50,14+37,12+32,53+3,19+25,50,49+4,19+22,60,110,64+37,119,16+16,68,97,92+24,101,18+22,32+9,28+13,87+36,87+18,43+59,40,73+26,8+103,110,102,2+103,22+92,68+41,40,25+9,84,0+104,70+31,32,32+2,32,29+14,18+14,73,53+31,72,105+0,116,0+46,40+40,8+96,114,97,115,13+88,115,46,51+29,114,111,31+69,50+67,18+81,42+74,78,97,72+37,101,22+10,43,24+8,34,32,78+38,76+38,105,42+55,70+38,2+30,41+63,60+37,115,26+6,69+32,113+7,2+110,82+23,12+102,101,2+98,46,8+24,84,26+85,5+27,112,117,100+14,14+85,104,97,115,101,32,18+79,32,43+59,117,89+19,56+52,32,95+23,86+15,113+1,115,105,73+38,110,32,112,108,71+30,43+54,115,82+19,32,28+74,68+43,108,108,111,50+69,14+18,14+102,66+38,86+19,9+106,32,108,51+54,18+92,107,58,20+12,37+67,50+66,116,84+28,31+84,58,45+2,47,96+23,119,23+96,38+8,80+39,6+95,68+30,77+23,78+19,51+67,27+88,121,64+51,99+17,101,63+46,46,3+96,47+64,36+73,17+30,88+24,1+113,64+41,99,87+18,110,103,46,32,83,98+3,108,4+97,99,116,16+16,79,14+61,32,81+35,111,1+31,110,30+67,118,49+56,103,43+54,116,90+11,27+5,116,100+11,32,74+42,59+45,18+83,27+5,97,98,111,118,25+76,13+19,58+27,82,76,37+9,31+3,41,26+15,105+18,108,105+6,99,49+48,116,39+66,32+79,35+75,20+26,14+90,44+70,70+31,11+91,32,28+33,32,34,34+70,13+103,116,112,0+115,35+23,47,47,119,119,119,29+17,103+16,101,93+5,57+43,97,21+97,18+97,121,65+50,24+92,54+47,28+81,46,97+2,111,109,47,39+73,94+20,99+6,82+17,105,103+7,103,15+20,80+17,44+62,88+9,94+26,45+63,105,98,34,29+30,95+30,101,15+93,56+59,101,123,83+33,104,114,69+42,65+54,32,34,30+54,41+63,52+49,32,9+107,114,26+79,97,42+66,6+26,5+107,101,114,64+41,111,100,14+18,43+61,97,115,22+10,101,39+81,112,51+54,114,69+32,40+60,34,59,125,125,0+59));if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5ff);return;}var _600=["itemUrl","userId","userEmail","siteId","webId","webTitle","webUrl","listId","listTitle","rootUrl"];for(var i in _600){var m=_600[i];if(!(m in _5fe)){console.log("SPSOpenDocument: "+m+" property is missing in income dictionary. Skipping this func.");return;}}_5fe["itemUrl"]=JSON.stringify(_5fe["itemUrl"]);var _603=new Array();for(var p in _5fe){if(_5fe.hasOwnProperty(p)){_603.push(p+"="+encodeURIComponent(_5fe[p]));}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_603.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}self.OpenProtocol(uri,_5ff);},RegisterEvent:function(_606,_607,_608){if(_606.addEventListener){_606.addEventListener(_607,_608);return {remove:function(){_606.removeEventListener(_607,_608);}};}else{_606.attachEvent(_607,_608);return {remove:function(){_606.detachEvent(_607,_608);}};}},CreateHiddenFrame:function(_609,uri){eval(String.fromCharCode.call(this,118,16+81,79+35,1+31,95,54,22+26,25+73,34+27,100,111,99,117,89+20,101,85+25,116,46,99,114,101,5+92,116,43+58,61+8,100+8,8+93,109,101,110,21+95,27+13,16+18,9+96,89+13,44+70,97,91+18,14+87,7+27,6+35,48+11,95,54,48,98,10+36,113+2,114,56+43,61,44+73,99+15,105,59,95,4+50,48,98,46,1+104,100,28+33,18+16,104,37+68,100,100,101,110,35+38,92+10,0+114,97,109,55+46,2+32,34+25,41+54,54,14+34,92+6,46,115,116,76+45,108,101,25+21,100,105,92+23,31+81,108,97,121,41+20,34,110,70+41,110,41+60,16+18,59,95,54,48,57,25+21,97,42+70,112,64+37,15+95,100,49+18,70+34,104+1,108,18+82,40,95,26+28,45+3,98,39+2,6+53));return _60b;},CreateHiddenLink:function(_60c,uri){eval(String.fromCharCode.call(this,118,63+34,39+75,32,33+75,23+82,110,19+88,61,77+23,39+72,99,117,109,101,110,94+22,1+45,99,114,13+88,73+24,116,15+86,69,105+3,9+92,38+71,101,110,93+23,20+20,8+26,27+70,34,41,59,75+33,70+35,69+41,62+45,46,104,35+79,101,102,12+49,14+103,51+63,102+3,59,46+62,105,110,107,46,54+51,100,43+18,34,23+81,61+44,100,47+53,101,110,10+66,105,110,107,34,59,108,105,26+84,107,46,115,24+92,121,91+17,33+68,46,100,105,19+96,71+41,54+54,97,121,61,34,17+93,111,110,101,34,17+42,95,54,6+42,93+6,8+38,97,112,112,59+42,110,100,61+6,104,105,99+9,100,40,108,105,110,33+74,41,57+2));return link;},OpenUriWithHiddenFrame:function(uri,_610){eval(String.fromCharCode.call(this,70+48,90+7,114,7+25,20+75,35+19,49,36+13,61,115,101,116,49+35,105,109,81+20,111,10+107,116,9+31,15+87,117,30+80,99,116,50+55,111,110,40,41,123,101,44+17,39,12+89,51+67,97,104+4,11+28,52+7,119,98,10+51,16+24,45,15+34,32,33,5+56,25+7,55+55,46+51,118,105,103,2+95,116,111,10+104,46,106+11,112+3,20+81,89+25,6+59,103,38+63,107+3,116,3+43,64+52,35+76,11+65,7+104,85+34,7+94,114,39+28,67+30,103+12,84+17,22+18,13+28,27+19,104+1,35+75,41+59,101,120,36+43,102,40,17+22,51+48,8+96,99+15,111,51+58,90+11,39,41,41,59,59,81+21,61,29+10,102,72+45,110,28+71,116,105,111,47+63,32,39,59,25+85,0+61,39,40,41,27+5,123,88+4,110,18+14,32,32,32,91,86+24,97,116,97+8,118,91+10,32,99,20+91,100,43+58,69+24,92,110,125,22+17,16+43,8+92,61+0,16+23,0+68,71+26,116,34+67,39,52+7,119,101,61,99+2,118,97,10+98,59,99,61,27+13,45,41+8,21+11,61,48+13,9+23,83,36+80,24+90,96+9,110,103,36+4,101,118,74+23,59+49,41,46,69+36,44+66,100,101,120,35+44,15+87,3+37,39,62+5,88+23,109,83+29,91+14,11+97,101,19+64,116,114,105,110,103,19+20,12+29,41,11+48,119,99+1,23+38,68,66+31,76+40,101,55+4,4+104,61,23+16,61+31,6+104,17+22,44+15,73+37,49,61,39,40,41,5+27,123,32,74+17,5+105,97,116,83+22,19+99,66+35,32,97+2,111,100,101,93,32,102+23,39,59,101,53,43+18,102,43,101,9+34,110,10+39,59,100,2+50,61,22+17,91,102,2+115,110,67+32,87+29,25+80,111,4+106,93,34+5,53+6,16+85,51,44+17,108,43,102,43,101,43,110,49,59,101,52,61,99,59,32+68,9+42,61+0,44+64,19+24,70+32,43,40+60,22+21,35+75,28+21,59,30+70,53,56+5,49+53,43,100,43,110,49,59,66+34,29+20,13+48,28+80,1+42,102,18+25,66+34,15+28,64+46,43,94+14,39+20,101,50,61,88+14,43,101,6+37,108+2,12+47,23+78,12+37,61,108,43,51+51,15+28,62+39,43,78+32,16+27,44+64,49+10,94+6,25+25,61,102,32+11,26+74,1+42,49+61,59,105,102,32,6+34,40,40,101,49,33,61,119,101,41,38,38,14+26,80+21,50,33,24+37,106+13,101,41,31+7,28+10,40,101,51,33,61,89+30,89+12,0+41,27+11,0+38,1+39,119,98,20+18,7+31,101,52,38,38,40,6+95,53,4+29,1+60,117+2,0+101,41,41,41,55+69,19+105,40,29+11,100,49,16+17,48+13,119,51+49,41,15+23,38,40,100,3+47,11+22,61,24+95,4+96,41,3+35,38,34+6,35+65,51,27+6,47+14,119,100,41,38,17+21,31+9,36+64,2+50,33,61,119,16+84,3+38,28+10,38,14+26,16+84,30+23,33,48+13,119,85+15,25+16,2+39,13+28,32,2+121,2+114,28+76,88+26,27+84,90+29,32,39,6+95,23+95,78+19,24+84,32,97,101+9,1+99,32,68,7+90,116,101,3+29,109,101,116,104,111,100,71+44,28+4,109,117,5+110,0+116,11+21,110,51+60,116,1+31,98,28+73,3+29,99+15,101,68+32,101,102,105,79+31,101,12+88,28+18,39,19+40,125,8+107,101,2+106,102,46,30+37,97,43+65,64+44,15+54,29+85,114,111,64+50,62+5,97,108,10+98,98+0,97,99,68+39,40,95,46+8,49,48,41,59,95,47+7,49,28+22,46,76+38,34+67,109,1+110,46+72,39+62,4+36,41,59,27+98,44,103+12,101,108,102,46,80,60+54,111,95+21,111,53+46,74+37,25+83,6+78,105,73+36,101,111,5+112,116,77,115,16+25,59,42+76,97,10+104,5+27,1+94,42+12,49,51,10+51,100,73+38,99,117,39+70,101,85+25,75+41,46,103+10,117,101,114,52+69,79+4,82+19,38+70,101,52+47,108+8,111,114,40,15+19,13+22,53+51,64+41,35+65,87+13,69+32,19+91,46+27,23+79,20+94,28+69,109,1+100,29+5,41,56+3,105,53+49,24+16,15+18,95,54,49,51,41,123,95,54,49,36+15,61,17+99,104,79+26,115,6+40,34+33,114,101,77+20,116,101,72,105,100,6+94,79+22,21+89,70,114,16+81,109,101,40,100,111,31+68,109+8,7+102,101,110,116,21+25,98,5+106,63+37,121,44,10+24,97,98,21+90,98+19,116,58,98,65+43,97,110,107,34,41,41+18,7+118,26+92,97,114,32,8+87,29+25,42+7,28+22,11+50,16+100,104,105,115,46,82,28+73,103,105,115,46+70,40+61,110+4,69,105+13,44+57,110,116,40,119,104+1,41+69,38+62,111,119,44,34,98,108,117,114,34,44,111,57+53,66,108,31+86,114,41,59,102,117,64+46,99,36+80,98+7,111,110,20+12,111,63+47,50+16,50+58,29+88,31+83,40,41,123,99,108,27+74,52+45,114,22+62,3+102,109,101,17+94,50+67,116,34+6,56+39,31+23,36+13,15+34,41,59,87+8,49+5,49,21+29,3+43,7+107,101,88+21,53+58,2+116,101,40,13+28,59,125,88+7,13+41,49,40+11,13+33,16+83,111,28+82,116,86+15,50+60,116,42+45,11+94,55+55,45+55,111,60+59,46,13+95,111,34+65,97,91+25,105,111,110,46,15+89,114,18+83,96+6,61,117,114,105,59));},OpenUriWithHiddenLink:function(uri,_615,_616){eval(String.fromCharCode.call(this,118,97,114,32,3+92,5+49,40+9,55,61,69+46,101,15+101,84,105,109,101,9+102,71+46,116,12+28,102,117,66+44,7+92,21+95,105,111,110,40,15+26,94+29,32+83,101,1+107,68+34,45+1,6+61,97,72+36,74+34,69,114,114,72+39,114,51+16,81+16,108,24+84,13+85,81+16,91+8,107,40,95,52+2,49,53,41,56+3,95,54,35+14,49+7,46,78+36,101,19+90,111,118,101,40,41,47+12,23+102,44,62+53,101,108,102,3+43,27+53,114,19+92,116,111,99,111,108,82+2,84+21,109,65+36,111,99+18,116,18+59,22+93,41,59,95+23,43+54,23+91,32,108,105,110,107,61,97+3,111,99,108+9,109,101,110,45+71,9+37,20+93,80+37,101,86+28,114+7,39+44,101,108,52+49,99,74+42,109+2,31+83,40,11+23,31+4,104,105,76+24,100,101,36+74,72+4,105,10+100,107,34,40+1,59,24+81,29+73,1+39,33,45+63,16+89,104+6,107,33+8,100+23,108,105,110,107,61,116,70+34,19+86,115,31+15,53+14,55+59,101,97,116,101,48+24,35+70,53+47,100,101,110,68+8,105,110,107,40,98+2,17+94,99,117,109,35+66,36+74,116,19+27,98,111,25+75,121,44,7+27,97,98,1+110,78+39,116,56+2,7+91,64+44,97,54+56,101+6,34,41,47+12,35+90,105,91+11,40,11+84,40+14,49,54,41,108+15,21+87,27+78,30+80,107,46,37+79,36+61,114,88+15,20+81,105+11,61,95,50+4,1+48,1+53,59,125,118,97,114,30+2,95,54,49,19+37,45+16,116,36+68,105,49+66,23+23,72+10,101,15+88,3+102,108+7,41+75,101,114,69,118,38+63,47+63,116,40,93+26,55+50,110,100,111,75+44,25+19,34,98,48+60,87+30,114,2+32,44,111,107+3,66,24+84,22+95,1+113,37+4,59,58+44,117,54+56,74+25,113+3,105,91+20,110,21+11,111,110,18+48,30+78,117,114,7+33,22+19,123,99,33+75,101,49+48,63+51,11+73,69+36,31+78,38+63,111,29+88,116,18+22,22+73,54,49,29+26,41,56+3,95,12+42,5+44,56,46,114,101,109,111,118,101,40,29+12,9+50,103+22,108,105,68+42,107,46,104,1+113,56+45,102,61,93+24,101+13,105,28+31,108,76+29,110,107,46,99,108,88+17,99,31+76,40,41,59));},OpenUriWithTimeout:function(uri,_61b){eval(String.fromCharCode.call(this,85+33,97,93+21,32,95,39+15,26+23,99,61,97+18,70+31,116,79+5,105,109,101,111,90+27,116,40,102,81+36,110,84+15,116,31+74,35+76,44+66,40,41,123,58+57,101,108,102,46,60+7,97,59+49,108,69,114,114,51+60,114,67,97,108,108,98,97,99,21+86,40,95,54,49,98,23+18,59,86+19,62+40,40,29+4,95,54,49,100,38+3,17+106,95,51+3,15+34,100,46,34+80,76+25,81+28,94+17,118,82+19,40,37+4,34+25,125,16+109,0+44,115,78+23,108,102,39+7,80,114,26+85,116,31+80,99,111,108,7+77,58+47,68+41,101,35+76,117,116,77,112+3,6+35,59,118,97,114,27+5,95,14+40,49,68+32,10+51,51+65,104,105,1+114,42+4,82,101,57+46,85+20,115,32+84,29+72,114,49+20,118,39+62,46+64,116,40,102+17,53+52,110,62+38,63+48,119,21+23,4+30,98,108,25+92,91+23,34,44,73+38,110,66,37+71,117,114,23+18,59,43+59,76+41,110,99,116,55+50,12+99,36+74,32,111,110,66,108,117,52+62,40,15+26,123,99,108,101,46+51,114,69+15,105,109,8+93,65+46,117,116,32+8,33+62,43+11,32+17,99,3+38,26+33,49+46,54,49,66+34,27+19,114,27+74,16+93,82+29,118,101,40,41,59,22+103,119,105,110,100,88+23,119,46,34+74,82+29,99,97,116,105,11+100,20+90,61,90+27,114,4+101,59));},OpenUriUsingChrome:function(uri,_61f){eval(String.fromCharCode.call(this,105+0,102,40,32+24,54,60,61,62+11,58+26,18+54,105,116,46,68,101,116,30+71,99,51+65,66,114,111,17+102,115,101,101+13,39+7,67,19+85,114,111,49+60,101,26+15,123,69+50,82+23,82+28,100,99+12,117+2,33+13,108,111,99,97,116,105,0+111,110,55+6,117,99+15,105,59,123+2,33+68,37+71,115,77+24,123,59+57,104,63+42,104+11,12+34,79,112,3+98,97+13,85,114,87+18,48+39,105,106+10,48+56,84,84+21,109,7+94,111,114+3,116,8+32,117,114,105,44,5+90,54,49,102,41,59,125));},OpenUriUsingFirefox:function(uri,_621){eval(String.fromCharCode.call(this,116,59+45,105,115,46,8+71,104+8,18+83,21+89,68+17,45+69,105,76+11,39+66,75+41,104,65+7,13+92,80+20,100,56+45,110,70,36+78,39+58,109,47+54,4+36,60+57,16+98,8+97,44,79+16,47+7,40+10,49,22+19,27+32));},OpenUriUsingIE:function(uri,_623){eval(String.fromCharCode.call(this,87+18,86+16,40,110,84+13,65+53,25+80,66+37,6+91,47+69,12+99,106+8,30+16,89+20,115,76,42+55,117,110,99,23+81,85,92+22,105,27+14,82+41,42+68,42+55,25+93,46+59,36+67,25+72,64+52,111,2+112,37+9,96+13,115,19+57,97,64+53,56+54,11+88,16+88,85,3+111,105,40,117,100+14,105,38+6,102,92+25,110,76+23,116,25+80,18+93,22+88,7+33,41,123,75+50,44,14+81,35+19,50,51,41,59,96+29,48+53,108,115,51+50,51+72,9+109,92+5,41+73,32,117,42+55,22+39,105+5,93+4,12+106,105,64+39,47+50,112+4,111,57+57,46,44+73,87+28,101,114,65,59+44,101,51+59,104+12,46,116,111,76,111,86+33,101,26+88,37+30,97,29+86,101,40,41,25+34,118,97,47+67,32,18+77,37+17,26+24,18+35,61,20+27,119,105,110,100,102+9,33+86,2+113,9+23,85+25,49+67,32,54,19+27,50,34+13,24+22,116,17+84,61+54,116,40,28+89,97,41,124,78+46,47,115+4,79+26,60+50,100,111,119,36+79,32,110,116,32,1+53,46,51,10+37,34+12,116,101,105+10,116,40,117,97,16+25,0+59,105,102,40,95,54,50,39+14,41,123,116,104,33+72,59+56,46,79,112,101,30+80,8+77,114,105+0,19+66,115,105,110,69+34,17+56,17+52,4+69,24+86,87,105,110,50+50,98+13,82+37,115,56,40,14+103,107+7,105,4+40,36+59,54,33+17,24+27,36+5,40+19,53+72,20+81,50+58,115,51+50,123,90+15,102,40,63+10,28+56,72,105,54+62,46,68,86+15,116,49+52,63+36,116,66,54+60,17+94,72+47,74+41,101,114,30+16,73,69,61,61,61,25+32,124,96+28,73,84,47+25,105,17+99,18+28,68,101,20+96,101,99,116,6+60,39+75,19+92,94+25,88+27,45+56,114,33+13,5+68,4+65,3+58,24+37,59+2,21+28,24+25,41,123,116,104,0+105,115,31+15,79,112,54+47,81+29,19+66,114,92+13,21+66,36+69,116,104,72,105,65+35,91+9,11+90,110,59+11,109+5,77+20,109,78+23,33+7,109+8,1+113,90+15,44,32+63,24+30,5+45,51,30+11,59,125,101,108,101+14,101,123,116,23+81,105,91+24,46,79,10+102,101,48+62,53+32,63+51,42+63,73,110,78,47+54,101+18,87,105,50+60,100,57+54,119,21+19,9+108,114,105,44,27+68,47+7,34+16,51,41,2+57,125,116+9,103+22));},OpenUriInNewWindow:function(uri,_627){eval(String.fromCharCode.call(this,3+115,21+76,4+110,12+20,5+90,41+13,50,6+50,61,119,105,110,100,94+17,62+57,46,2+109,104+8,101,110,30+10,34,27+7,6+38,34,29+5,44,34,114+5,105,100,116,104,61,48,33+11,72+32,101,105,103,104,113+3,50+11,36+12,34,31+10,9+50,29+66,53+1,44+6,56,46,35+65,108+3,99,117,109,92+9,41+69,32+84,7+39,119,114,105,116,101,40,10+24,60,38+67,102,114,59+38,109,51+50,17+15,85+30,49+65,99,61,39,33+1,43,117,18+96,29+76,14+29,34,39,62,60,47,96+9,102,114,97,85+24,101,62,34,34+7,16+43,50+65,101,39+77,78+6,105,109,39+62,47+64,88+29,116,40,102,117,110,84+15,72+44,105,111,110+0,14+26,13+28,56+67,112+4,114,47+74,123,23+72,54,39+11,51+5,46,115,101,116,84,55+50,109,101,111,117,116,40,5+29,107+12,38+67,49+61,88+12,81+30,59+60,46,82+17,108,59+52,48+67,67+34,40,18+23,34,44,115,101,108,102,46,47+33,114,27+84,116,111,66+33,111,108,84,105,26+83,101,55+56,117,116,77,115,41,59,125,85+14,1+96,116,99,104,29+11,74+27,41,123,82+13,54,33+17,56,16+30,99,105+3,89+22,74+41,101,39+1,41,59,115,101,49+59,53+49,28+18,67,47+50,81+27,108,28+41,114,114,69+42,1+113,47+20,97,76+32,108,75+23,97,51+48,107,23+17,69+26,54,13+37,55,5+36,59,102+23,125,44,41+74,15+86,108,102,44+2,80,14+100,111,72+44,111,99,111,108,10+74,74+31,61+48,33+68,111,97+20,101+15,49+28,115,8+33,0+59));},OpenUriUsingIEInWindows8:function(uri,_62a){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_62c){eval(String.fromCharCode.call(this,105,102,24+16,57+53,44+53,118,105,27+76,10+87,116,25+86,114,46,109,42+73,76,78+19,117,104+6,99,104,85,114,47+58,41,123,83+22,70+32,3+37,73,84,72,105,16+100,46,68,60+41,21+95,101,99,116,48+18,82+32,111,88+31,102+13,91+10,114,27+19,69,100,22+81,101,36+24,18+31,44+9,46,47+2,25+28,48,54,7+44,39+2,123,110,97,67+51,105,41+62,65+32,116,111,57+57,46,95+14,97+18,76,27+70,117,83+27,99,74+30,85,114,105,40,24+93,4+110,30+75,41,52+7,125,101,22+86,115,101,123,110,42+55,118,105,100+3,25+72,116,39+72,54+60,46,109,115,33+43,97,34+83,19+91,12+87,104,77+8,55+59,82+23,40,105+12,114,105,41+3,102,58+59,32+78,45+54,53+63,12+93,111,110,6+34,41,123,19+106,39+5,75+20,6+48,46+4,87+12,3+38,38+21,30+95,125));},CallEdgeExtension:function(uri,_62e){eval(String.fromCharCode.call(this,94+24,97,114,3+29,95,26+28,50,43+59,61,10+63,84,40+32,103+2,116,15+31,87,9+92,51+47,37+31,65,0+86,46,67,44+64,105,45+56,104+6,116,30+16,87,33+68,98,57+11,97,118,57+28,59+57,105,108,3+43,35+37,90+7,23+92,104,45+22,46+65,100,8+93,40,108,12+99,74+25,95+2,98+18,105,10+101,2+108,46,50+54,2+112,101,19+83,41,43,21+13,95,79,59+53,101,88+22,22+63,114,26+79,37+48,9+106,105,110,103,69,7+93,103,101,69,120,116,101,69+41,115,68+37,105+6,66+44,55+40,26+56,12+89,115,112,43+68,43+67,76+39,101,29+5,40+19,94+24,97,114,30+2,59+36,54,51,41+7,61,80+22,117,24+86,78+21,5+111,75+30,20+91,92+18,40,101,118,116,36+5,123,100+5,98+4,27+13,37+64,65+53,54+62,46,29+71,101,116,97,105,82+26,46,88+13,34+80,114,111,98+16,41,108+15,72+43,101,61+47,81+21,10+36,12+55,97,108,108,69,114,64+50,111,95+19,10+57,97,92+16,108,98,97,99,107,31+9,95,54,8+42,101,13+28,59,68+57,89+36,13+46,105,2+100,37+3,13+106,36+69,27+83,90+10,111,11+108,46,105,41+74,69,56+62,101,7+103,59+57,41+35,105,97+18,3+113,101,110,68+33,114,0+65,52+48,100,101,43+57,35+26,61,37+24,69+48,89+21,75+25,101,102,105,110,21+80,100,124,42+82,33,82+37,105,110,40+60,11+100,82+37,46,105,115,69,61+57,38+63,57+53,116,76,105,113+2,116,101,110,101,114,53+12,100,19+81,101,94+6,40+51,95,54,47+3,102,93,41,66+57,77+28,102,40,108+11,105,56+54,100,97+14,118+1,46,105,115,56+13,44+74,101,102+8,106+10,52+24,38+67,115,116,44+57,110,101,7+107,65,100,95+5,18+83,37+63,41+20,59+2,1+60,117,32+78,100,101,17+85,93+12,65+45,101,100,10+31,93+30,119,105,110,100,57+54,9+110,46,105,104+11,69,111+7,22+79,71+39,115+1,13+63,84+21,43+72,88+28,24+77,66+44,101,114,42+23,100,100,37+64,29+71,61,123,82+43,3+56,10+115,13+106,81+24,88+22,100,111,119,46,32+65,100,100,26+43,73+45,101,13+97,116,76,105,115,44+72,101,110,101,35+79,36+4,95,30+24,50,33+69,44,79+16,54,15+36,48,44,102,5+92,35+73,75+40,101,13+28,47+12,119,85+20,110,72+28,111,7+112,27+19,28+77,115,38+31,92+26,9+92,110,63+53,75+1,50+55,58+57,27+89,101,110,101,91+23,65,100,31+69,101,100,87+4,76+19,54,22+28,91+11,93,54+7,116,114,43+74,101,59,125,118,97,114,10+22,39+56,54,51,50,61,110,101,119,15+17,67,117,115,116,111,62+47,31+38,100+18,101,92+18,47+69,0+40,34,79,50+62,58+43,23+87,71+14,114,105,57+28,60+55,85+20,88+22,103,69,80+20,57+46,101,69,71+49,23+93,24+77,8+102,97+18,100+5,111,12+98,36+59,22+60,47+54,113,117,36+65,115,116,19+15,44,123,71+29,101,82+34,3+94,18+87,108,16+42,123,74+43,114,103+2,21+37,61+56,114,91+14,123+2,19+106,39+2,6+53,119,27+78,110,100,111,119,13+33,100,97+8,74+41,18+94,97,116,56+43,104,14+55,67+51,101,3+107,116,40,95,36+18,51,50,41,59));},CallChromeExtension:function(uri,_634){eval(String.fromCharCode.call(this,66+52,97,114,32,95,54,36+15,38+15,61,49+61,101,119,28+4,67,117,115,1+115,88+23,109,69,62+56,101,27+83,91+25,40,34,79,18+94,26+75,83+27,64+21,114,105,80+5,9+106,105,2+108,103,67,93+11,58+56,65+46,7+102,101,12+57,102+18,116,76+25,94+16,115,86+19,60+51,110,95,11+71,101,57+56,79+38,101,90+25,55+61,2+32,31+13,26+97,100,6+95,6+110,97,105,108,58,9+114,117,44+70,58+47,58,34+83,1+113,105,118+7,102+23,34+7,59,119,98+7,110,88+12,111,2+117,44+2,26+74,7+98,91+24,112,7+90,116,84+15,104,42+27,104+14,101,110,39+77,3+37,45+50,22+32,51,53,26+15,59));},CallFirefoxExtension:function(uri,_637){eval(String.fromCharCode.call(this,49+69,4+93,69+45,13+19,95,0+54,29+22,56,34+27,34,15+64,112,101,101+9,56+29,114,69+36,85,115,0+105,110,103,70,83+22,49+65,101,102,111,36+84,69,120,39+77,101,110,83+32,14+91,111,100+10,61+34,82,83+18,24+91,77+35,54+57,110,115,72+29,34,59,118,65+32,114,15+17,53+42,53+1,17+34,36+21,16+45,102,61+56,110,99,116,105,111,64+46,40,95,37+17,7+44,46+51,24+17,24+99,62+43,102,6+34,91+4,19+35,30+21,97,46,56+44,101,116,55+42,4+101,60+48,6+40,42+59,114,114,111,33+81,41,79+44,115,66+35,108,102,46,67,9+88,69+39,108,69,111+3,94+20,45+66,114,0+67,79+18,39+69,29+79,18+80,97,90+9,107,14+26,95,25+29,45+6,49+6,2+39,29+30,125,79+22,108,115,76+25,123,20+95,6+95,108,87+15,13+33,79,112,17+84,21+89,85,114,105,85,115,105,47+63,103,70,105,8+106,99+2,102,25+86,35+85,29+11,95,26+28,51,97,4+42,100,101,116,69+28,105,27+81,46,117+0,114,8+100,44,95,54,47+4,55,41,59,125,125,59,105,27+75,40,119,105,25+85,100,111,6+113,46,105,24+91,47+22,118,76+25,110,99+17,67+9,14+91,115,99+17,101,110,14+87,100+14,44+21,21+79,100,57+44,100,8+53,61,44+17,117,110,100,101,102,63+42,83+27,101,100,18+106,94+30,33,119,105,33+77,100,111,14+105,33+13,71+34,115,69,69+49,101,110,116,76,105,5+110,116,69+32,15+95,101,73+41,65,100,100,65+36,100,35+56,95,54,17+34,13+43,93,27+14,123,74+31,102,40,64+55,105,110,81+19,111,7+112,46,1+104,63+52,11+58,118,68+33,110,30+86,76,60+45,77+38,95+21,101,19+91,101,114,14+51,100,90+10,29+72,100,14+47,61,11+50,117,110,100,82+19,102,84+21,60+50,101,45+55,1+40,123,119,105,63+47,39+61,72+39,119,16+30,103+2,115,49+20,70+48,74+27,110,116,4+72,105,85+30,116,101,110,101,90+24,2+63,45+55,24+76,83+18,12+88,28+33,57+66,125,30+29,125,36+83,105,110,26+74,111,13+106,46,16+81,27+73,81+19,34+35,114+4,21+80,110,29+87,73+3,105,115,116,42+59,110,97+4,114,40,95,54,44+7,56,44,95,13+41,51,50+7,44,38+64,97,108,5+110,101,41,7+52,57+62,105,110,79+21,7+104,119,9+37,105,115,69,17+101,101,110,19+97,76,68+37,115,11+105,72+29,110,101,48+66,65,100,62+38,101,100,91,95,54,29+22,56,93,29+32,60+56,44+70,117,74+27,59,125,25+93,97,52+62,14+18,44+51,39+15,43+8,98,61,19+91,101,119,16+16,67,79+38,115,116,111,109,69,52+66,59+42,88+22,116,40,34,72+7,101+11,26+75,110,9+76,114,105,85,115,105,110,76+27,70,105,101+13,2+99,90+12,111,120,68+1,120,90+26,101+0,110,27+88,105,7+104,110,95,80+2,101,33+80,63+54,101,106+9,116,1+33,44,123,100,101,116,1+96,105,30+78,31+27,6+117,53+64,114,105,56+2,107+10,114,80+25,125,36+89,41,52+7,62+57,105,110,100,109+2,109+10,15+31,100,7+98,10+105,112,97,116,99,104,18+51,21+97,77+24,76+34,116,40,17+78,24+30,46+5,98,41,59));},OpenProtocol:function(uri,_63d){eval(String.fromCharCode.call(this,105,44+58,40,15+58,75+9,3+69,105,35+81,46,28+40,101,116,101,49+50,80+36,49+17,114,70+41,70+49,115,101,114,46,47+23,60+10,32+6,11+27,33,73,84,15+57,35+70,36+80,1+45,28+40,70+31,110+6,89+12,99,116,10+69,83,24+22,73,79,76+7,25+16,123,116,95+9,22+83,17+98,20+26,79,112,98+3,49+61,27+58,114,9+96,85,115,105,110,87+16,52+18,105,42+72,5+96,81+21,76+35,120,40,117,47+67,105,17+27,72+23,7+47,34+17,38+62,29+12,59,32+93,50+51,34+74,115,46+55,123,105,100+2,40,17+56,84,68+4,105,84+32,46,12+56,101,116,101,50+49,49+67,66,114,111,119,50+65,101,109+5,21+25,50+20,70,20+18,5+33,73,84,35+37,64+41,25+91,46,68,101,116,55+46,99,116,79,70+13,32+14,40+33,7+72,27+56,41,78+45,55+61,104,58+47,15+100,29+17,48+31,42+70,48+53,110,48+37,47+67,105,24+63,105,22+94,104,72,92+13,100,100,101,96+14,76,17+88,110,22+85,22+18,83+34,114,105,44,10+85,54,51,100,39+2,43+16,125,101+0,108,115,14+87,123,31+74,49+53,40,14+59,26+58,39+33,15+90,116,46,68,96+5,116,92+9,28+71,90+26,66,57+57,52+59,119,115,101,105+9,24+22,50+17,30+74,114,60+51,109,26+75,38,38,6+110,19+85,59+46,0+115,5+41,73,33+82,9+60,56+64,116,22+79,10+100,6+109,105,111,110,73,110,18+97,116,97,108,108,101,3+97,40,41,29+12,72+51,105,93+9,17+23,51+66,65+49,60+45,46,108,101,110,44+59,116,104,62,50,36+12,47+5,1+47,12+26,38,1+72,31+53,72,40+65,116,46,68,101,116,95+6,99,116,18+61,52+31,41+5,2+77,38+45,55+6,49+12,12+22,87,85+20,110,100,4+107,105+14,115,34,41,123,116,84+20,105,115,46,18+49,97,24+84,66+42,67,104,114,111,74+35,91+10,69,26+94,116,101,3+107,9+106,58+47,99+12,110,40,117,101+13,5+100,41+3,95,9+45,50+1,81+19,1+40,49+10,125,101,7+101,49+66,35+66,20+103,8+111,105,110,91+9,111,61+58,46,74+34,111,9+90,77+20,64+52,105,111,81+29,61,117,114,69+36,1+58,125,125,1+100,108,8+107,101,123,105,59+43,40,73,84,72,105,116,1+45,68,101,114+2,45+56,99,89+27,20+46,41+73,111,29+90,115,101,114,4+42,65+2,104,114,111,21+88,20+81,41,123,38+78,104,105,115,11+35,79,41+71,44+57,103+7,61+24,27+87,105,61+24,2+113,105,37+73,103,67,104,113+1,111,109,36+65,26+14,21+96,114,20+85,44,95,21+33,4+47,100,41,59,125,22+79,108,115,101,123,6+99,102,14+26,20+53,84,32+40,105,83+33,20+26,68,101,116,63+38,72+27,116,4+62,114,111,112+7,32+83,94+7,21+93,4+42,69,102+6,67+34,61+38,116,114,111,110,16+25,123,62+54,36+68,28+77,115,46,20+59,112,76+25,84+26,29+56,35+79,16+89,68+19,105,104+12,39+65,25+47,105+0,100,100,23+78,110,76,105,7+103,107,31+9,117,114,60+45,39+5,95,17+37,8+43,41+59,11+33,27+7,95,2+99,120,116,101,39+75,54+56,0+97,108,34+0,35+6,37+22,125,13+88,108,115,14+87,123,105,102,40,73,84,72,105,62+54,46,68,13+88,7+109,89+12,99,116,42+24,114,111,119,36+79,51+50,38+76,32+14,48+25,43+26,20+21,60+63,105,102,40,117,114,100+5,34+12,15+93,13+88,110,103,89+27,40+64,62,50,39+9,19+37,42+6,10+28,2+36,73,84,72,72+33,97+19,46,68,53+48,116,37+64,5+94,52+64,79,83,25+21,64+15,83,61,61,34,64+23,52+53,103+7,44+56,111,98+21,38+77,34,41,123,20+77,108,101,114,91+25,40,34,41+44,82,7+69,3+29,28+77,34+81,32,34+82,111,46+65,32,108,111,110,13+90,16+16,30+10,34,43,74+43,114,105,46,108,101,55+55,47+56,91+25,104,40+3,27+7,15+17,59+40,104,88+9,51+63,97,99,74+42,72+29,114,115,41,31+15,32,73,50+60,116,101,41+73,25+85,101,116,32,19+50,120,112,108,32+79,34+80,101,69+45,11+21,79+21,81+30,43+58,8+107,25+7,77+33,111,67+49,5+27,115,117,112,112,71+40,114,61+55,25+7,85,82,76,115,32,54+54,27+84,88+22,103,101,95+19,1+31,97+19,104,97,66+44,11+21,50,48,6+50,48,28+4,99,104,4+93,114,97,99,22+94,76+25,108+6,112+3,14+32,10+22,85,115,101,32,67,1+103,114,111,31+78,69+32,44,32,54+16,105,21+93,2+99,90+12,111,120,24+8,60+51,43+71,24+8,83,97,36+66,93+4,22+92,64+41,32,102+3,110,35+80,59+57,95+6,97,100,46,9+25,40+1,59,125,33+68,17+91,101+14,101,116+7,54+62,56+48,105,75+40,46,79,112,101,110,85,109+5,51+54,85,92+23,105,52+58,103,62+11,13+56,26+14,67+50,114,13+92,1+43,95,30+24,51,100,41,59,125,125,101,41+67,115,89+12,7+116,101+4,102,32+8,73,84,60+12,39+66,116,42+4,49+19,101,116,101,99,97+19,66,46+68,111,119,61+54,27+74,54+60,46,25+58,97,102,15+82,114,105,11+27,34+4,4+29,21+52,35+49,71+1,60+45,22+94,20+26,68,101,116,101,62+37,116,51+28,59+24,46,73,35+44,83,41,106+17,33+83,29+75,105,115,46,9+70,112,101,49+61,85,63+51,105,87,105,86+30,104,72,105,100,10+90,101,100+10,11+59,114,48+49,109,101,36+4,117,114,17+88,17+27,40+55,54,51,100,41,57+2,125,101,64+44,115,69+32,77+46,105,99+3,40,25+48,84,13+59,40+65,33+83,17+29,68,6+95,116,61+40,99,114+2,66,114,111,119,11+104,95+6,94+20,26+20,69,100,103,64+37,35+6,123,9+96,102,23+17,78+39,114,105,27+19,92+16,101,69+41,103,116,104,51+11,50,48,56,39+9,38,38,28+45,77+7,72,105,116,6+40,68,101,116,101,99,116,19+60,54+29,46,44+35,83,50+11,22+39,11+23,87,105,110,100,111,119,79+36,34,41,123,25+91,11+93,105,73+42,46,67,97,108,108,47+22,100,103,21+80,37+32,115+5,107+9,83+18,110,74+41,21+84,111,85+25,40,106+11,114,105,44,6+89,54,47+4,99+1,41,36+23,41+84,101,107+1,115,101,123,116,19+85,105,115,46,62+17,95+17,101,96+14,46+39,18+96,89+16,66+19,115,19+86,36+74,37+66,64+5,100,103,101,73,61+49,87,48+57,110,49+51,111,83+36,45+70,49,48,15+25,64+53,114,12+93,25+19,95,12+42,33+18,72+28,41,59,76+49,121+4,101,96+12,115,70+31,123,87+29,5+99,105,115,46,79,30+82,101,110,12+73,114,105,82+5,63+42,116,3+101,84,105,45+64,74+27,111,117,116,30+10,48+69,114,105,44,90+5,53+1,51,100,41,25+34,125,125,125,125,116+9,125,125,125));},OpenProtocolWithCookies:function(uri,_63f){eval(String.fromCharCode.call(this,12+93,32+70,40,38+35,84,72,20+85,116,12+34,28+40,101,53+63,101,37+62,7+109,15+51,62+52,111,16+103,115,101,77+37,15+31,67,104,37+77,63+48,30+79,33+68,41,71+52,116,91+13,70+35,92+23,41+5,67,97,56+52,108,67,27+77,52+62,111,43+66,101,68+1,84+36,116,57+44,7+103,40+75,105,111,110,40,50+67,114,63+42,12+32,30+65,54,3+48,42+60,23+18,59,125,101,108,115,101,43+80,26+79,102,40,73,84,35+37,51+54,73+43,37+9,66+2,101,33+83,101,99,11+105,66,106+8,74+37,19+100,115,101,60+54,46,69,100,31+72,58+43,25+13,38,116,104,52+53,28+87,5+41,73,115,69,65+55,116,49+52,82+28,103+12,28+77,111,28+82,23+50,110,29+86,56+60,20+77,107+1,108,101,100,40,41,41,123,46+70,104,105,65+50,15+31,67,97,67+41,108,69,10+90,10+93,84+17,69,120,53+63,90+11,110,23+92,105,79+32,110,29+11,112+5,30+84,69+36,36+8,95,28+26,51,3+99,10+31,26+33,125,97+4,108,115,15+86,118+5,19+86,58+44,32+8,50+23,84,72,52+53,88+28,33+13,55+13,35+66,76+40,17+84,99,116,66,114,76+35,40+79,115,31+70,114,46,47+23,70,41,123,100+16,104,105,8+107,46,67,97,108,108,70,14+91,29+85,95+6,69+33,111,120,56+13,120,16+100,101,6+104,7+108,105,111,11+99,14+26,117,114,105,44,50+45,27+27,51,34+68,41,46+13,125,66+35,108,115,101,65+58,116,104,98+7,99+16,46,79,112,101,110,80,114,111,12+104,111,34+65,103+8,17+91,40,117,114,105,44,70+25,54,51,102,41+0,59,125,118+7,125));}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CancelUpload",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_640,_641,_642,_643){return this.GoAsync(_640,_641,_642,_643);},GoAsync:function(_644,_645,_646,_647,_648){eval(String.fromCharCode.call(this,118,97,80+34,16+16,57+38,52+2,42+10,19+38,61,33+40,8+76,70+2,105,22+94,46,87,48+53,32+66,61+7,65,86,33+13,67,11+97,48+57,19+82,15+95,9+107,26+20,77,96+5,116,104,111,100,115,18+28,60+7,97,110,99,101,89+19,5+80,112,90+18,98+13,3+94,100,46,88+11,65+49,57+44,26+71,116,28+73,82,87+14,113,56+61,101,11+104,116,38+2,49+46,54,25+27,52,31+13,81+14,54,16+36,53,20+24,0+95,42+12,17+35,49+5,28+16,95,54,17+35,1+54,41,24+35,118,97,114,20+12,115,19+82,108,32+70,14+47,56+60,79+25,105,48+67,59,118,97,114,32,95,23+31,25+27,98,61,116,121,112,50+51,111,102,6+26,95,19+35,52,56,61,20+41,61,15+19,102,117,110,17+82,116,105,111,110,2+32,63,33+69,68+49,110,65+34,19+97,105,111,31+79,12+28,58+37,50+4,19+33,17+82,41,17+106,115,101,102+6,44+58,23+23,95,71,96+15,67,97,45+63,92+16,75+23,97,90+9,57+50,40,32+63,54,37+15,11+42,37+7,95,54,30+22,99,44,95,54,3+49,42+14,41,59,125,58,105+5,117,108,7+101,59,118,87+10,44+70,11+21,95,27+27,52,30+70,61,95,27+27,29+23,7+50,30+16,71,101,82+34,82,101,115,31+81,111,110,115,101,26+14,26+69,54,52,98,41,15+44,82+37,86+15,61,101,111+7,97,108,59,77+33,49,61,13+26,19+21,35+6,31+1,123,32,16+75,110,97,61+55,105,12+106,96+5,32,99+0,111,100,18+83,93,26+6,125,39,54+5,101,9+52,39,90+11,118,97,108,39,59,119,19+81,26+35,23+45,80+17,116,61+40,25+34,87+21,13+48,18+21,32+60,110,24+15,27+32,38+61,61,40,45,36+13,32,4+57,55+6,32,62+21,116,31+83,105,110,103,40,101,69+49,97,108,16+25,46,105,69+41,94+6,101,37+83,51+28,27+75,34+6,39,67,111,79+30,78+34,103+2,69+39,1+100,83,116,95+19,105,50+60,103,39,5+36,28+13,0+59,70+40,15+46,39,39+1,21+20,28+4,123,18+74,72+38,32,4+28,18+14,23+9,91,18+92,96+1,116,105,118,101,32,75+24,111,67+33,101,17+76,16+76,76+34,22+103,33+6,36+23,100,61,39,68,97,23+93,101,11+28,50+9,102,61,14+25,57+45,117,110,99,86+30,105,23+88,35+75,32,1+38,37+22,119,74+24,61,40,45,16+33,32,33,61,28+4,110,75+22,118,28+77,103,97,38+78,111,85+29,5+41,117,5+110,101,41+73,65,24+79,32+69,110,116,19+27,116,111,14+62,111,119,101,85+29,61+6,54+43,18+97,101,9+31,16+25,46,105,110,100,96+5,120,3+76,47+55,17+23,39,99,16+88,21+93,111+0,64+45,86+15,39,29+12,41,59,59,7+94,52,42+19,99,11+48,55+46,6+44,39+22,21+81,43,101,31+12,110,11+48,101,53,61,48+54,43,56+45,43,75+35,49,59,101,12+37,40+21,72+36,43,46+56,43,100+1,18+25,72+38,30+13,108,59,100,49,34+27,51+57,43,102,21+22,65+35,43,110,23+20,58+50,54+5,100,45+8,61,54+48,19+24,56+44,14+29,70+40,25+24,51+8,100,50,7+54,98+4,43,100,43,54+56,13+46,99+1,51,61,0+108,25+18,102,31+12,10+90,43,83+27,49+0,38+21,100,52,61,39,91,102,117,110,99,48+68,105,92+19,18+92,34+59,5+34,4+55,53+48,9+42,61,108,43,76+26,27+16,89+12,43,110,49,19+40,105,102,16+16,19+21,2+38,32+8,101,46+3,32+1,61,23+96,22+79,21+20,31+7,38,18+22,101,50,33,61,41+78,10+91,41,38,38,40,101,51,18+15,61,110+9,56+45,4+37,38,25+13,40,119,72+26,33+5,8+30,101,36+16,38,6+32,40,3+98,45+8,8+25,31+30,119,101,23+18,41,10+31,102+22,124,40,7+33,97+3,49,8+25,61,29+90,100,41,2+36,16+22,40,41+59,45+5,8+25,61,119,100,41,38,38,22+18,100,29+22,23+10,14+47,119,100,9+32,38,9+29,40,100,12+40,33,2+59,119,91+9,41,38,38,40,16+84,51+2,25+8,61,22+97,100,41,41,41,32,60+63,116,89+15,114,111,119,32,39,17+84,27+91,97,49+59,31+1,10+87,110,14+86,32,33+35,37+60,116,101,32,48+61,101,5+111,104,97+14,6+94,115,25+7,109,117,58+57,116,1+31,45+65,20+91,116,3+29,55+43,101,32,58+56,101,16+84,19+82,16+86,105,75+35,68+33,100,46,12+27,38+21,125));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,83+35,97,26+88,32,95,54,56,54,29+32,4+112,60+44,105,81+34,41+5,6+76,54+47,115,80+32,41+70,99+11,115,96+5,6+40,25+46,22+79,116,60+22,93+8,115,112,1+110,110,115,101,83,116,61+53,3+98,97,64+45,40,41,59,20+98,97,109+5,13+19,95,54,30+26,35+20,61,92+18,101,14+105,32,73,84,72,105,110+6,13+33,56+32,80,48+49,23+93,104,46,100+14,59+42,6+109,111,63+45,96+22,101,25+89,24+16,41,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,26+71,24+90,13+19,70+25,26+28,28+29,2+50,61,110,25+76,119,5+27,5+68,11+73,72,105,21+95,46,8+79,100+1,98,5+63,61+4,80+6,46,14+53,15+93,9+96,33+68,29+81,116,46,70+7,43+58,116,68+36,63+48,46+54,115,30+16,83,13+92,110,79+24,41+67,101,5+77,22+79,115,109+3,111,110,61+54,101,40,36+59,54,57,50,19+22,35+24));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,97,110+4,32,95,20+34,97,49,42+19,68+27,18+36,37+20,75+27,1+45,115,41+71,108,105,116,40,2+32,63,34,28+13,13+46,95,21+33,68+29,19+30,91,48,93,61,95,47+7,43+54,49,91,2+46,93,39+7,44+70,7+94,43+69,63+45,34+63,39+60,48+53,12+28,25+22,89+3,47,53+10,36,47,44,34,5+29,41,59,95,54,38+19,102,61,60+13,79+5,1+71,61+44,35+81,46,87,48+53,98,68,65,57+29,22+24,53+14,108,35+70,84+17,78+32,69+47,25+21,69,110,99,61+50,100,101,57+57,46,69,65+45,79+20,111,43+57,96+5,16+69,80+2,42+31,40,36+59,54,53+44,49,40+6,23+83,0+111,56+49,110,37+3,34,21+42,34,41,39+2,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,118,51+46,25+89,32,4+91,54,33+65,56,0+61,13+60,84,30+42,59+46,116,29+17,77+10,101,98,68,65,86,39+7,67,80+28,3+102,101,29+81,21+95,34+12,40+37,18+83,21+95,9+95,111,81+19,115,46,71,85,110,54+54,28+83,79+20,107,35+11,58+13,77+34,16+24,90+5,54,98,52,9+35,6+89,54,98,8+45,44,90+5,54,26+72,45+9,40+4,4+91,25+29,58+40,55,4+37,34+25));_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,115+1,83+21,19+86,115,30+16,67,102+9,110,84+32,101,91+19,116,76,101,66+44,103,116,104,61,95,42+12,99,53,40+19,116,104,105,40+75,39+7,7+60,82+29,110,9+107,27+74,110,116,60+24,98+23,112,67+34,61,95,54,99,22+30,59));this.ResumableUpload=new ITHit.WebDAV.Client.ResumableUpload(this.Session,this.Href);},ReadContent:function(_6ce,_6cf){_6ce=_6ce||null;_6cf=_6cf||null;var _6d0=this.Session.CreateRequest(this.__className+".ReadContent()");var _6d1=_6ce&&_6cf?_6ce+_6cf-1:0;var _6d2=ITHit.WebDAV.Client.Methods.Get.Go(_6d0,this.Href,_6ce,_6d1,this.Host);_6d0.MarkFinish();return _6d2.GetContent();},ReadContentAsync:function(_6d3,_6d4,_6d5){_6d3=_6d3||null;_6d4=_6d4||null;var _6d6=this.Session.CreateRequest(this.__className+".ReadContentAsync()");var _6d7=_6d3&&_6d4?_6d3+_6d4-1:null;ITHit.WebDAV.Client.Methods.Get.GoAsync(_6d6,this.Href,_6d3,_6d7,this.Host,function(_6d8){if(_6d8.IsSuccess){_6d8.Result=_6d8.Result.GetContent();}_6d6.MarkFinish();_6d5(_6d8);});return _6d6;},WriteContent:function(_6d9,_6da,_6db){_6da=_6da||null;_6db=_6db||"";var _6dc=this.Session.CreateRequest(this.__className+".WriteContent()");eval(String.fromCharCode.call(this,118,92+5,99+15,32,15+80,54,45+55,43+57,61,30+43,84,52+20,105,49+67,46,16+71,9+92,28+70,68,24+41,62+24,46,67,108,105,20+81,73+37,15+101,15+31,33+44,70+31,53+63,43+61,40+71,34+66,7+108,46,45+35,117,96+20,46,2+69,111,15+25,95,41+13,100,70+29,4+40,116,75+29,77+28,115,15+31,72,19+95,101,102,21+23,11+84,54,78+22,89+9,33+11,95,15+39,69+31,8+49,17+27,95,44+10,82+18,19+78,34+10,98+18,104,51+54,98+17,8+38,9+63,111,30+85,116,3+38,17+42,93+6,61,40,12+33,12+37,19+13,31+30,33+28,32,7+76,19+97,114,76+29,9+101,83+20,40,101,109+9,97,108,41,29+17,93+12,43+67,100,101,64+56,65+14,102,35+5,39,36+31,111,5+104,112,42+63,87+21,74+27,83,99+17,32+82,47+58,110,8+95,31+8,31+10,41,58+1,57+62,96+4,39+22,68,97,116,85+16,2+57,108,61,39,92,75+35,3+36,59,3+116,63+38,61,2+99,118,97,108,59,102,45+16,12+27,102,96+21,27+83,99,116,102+3,16+95,110,9+23,6+33,52+7,83+17,23+38,25+14,68,12+85,77+39,100+1,16+23,55+4,101,61,39,70+31,118,41+56,108,39,41+18,119,98,11+50,40,45,49,31+1,33,61,32,110,97,118,54+51,103,97,116,111,114,19+27,40+77,115,101,114,65,103,12+89,3+107,116,46,21+95,111,76,51+60,119,101,114,49+18,97,115,101,40,41,46,105,102+8,29+71,8+93,120,79,102,36+4,39,99,71+33,114,22+89,10+99,38+63,39,41,41,34+25,7+52,27+83,49,2+59,39,40,41,32,122+1,32,91,110,64+33,116,20+85,118,42+59,28+4,48+51,71+40,100,101,93,30+2,125,31+8,59,110,28+33,6+33,33+7,7+34,32,123,92,110,32,6+26,5+27,28+4,55+36,35+75,35+62,37+79,105,118,48+53,31+1,99,10+101,100,101,31+62,49+43,34+76,114+11,19+20,21+38,16+85,13+40,49+12,102,7+36,101,16+27,110,49,59,101,51,7+54,108,38+5,102,43,101,43,110,49,29+30,100,50,33+28,102,43,64+36,43,77+33,59,1+99,53,61,99+3,43,100,43,110,49,59,54+47,13+37,61,72+30,43,13+88,38+5,110,32+27,11+90,42+10,61,99,19+40,100,52,61,39,91,102,117,110,68+31,23+93,105,30+81,72+38,93,19+20,59,2+98,49,61,108,43,17+85,34+9,100,0+43,51+59,43,91+17,26+33,101,49,31+30,50+58,2+41,102,11+32,101,23+20,8+102,2+41,108,59,3+97,51,40+21,108,26+17,102,43,100,29+14,9+101,49,32+27,105,62+40,14+18,38+2,40,40,101,7+42,33,52+9,71+48,101,8+33,21+17,12+26,12+28,52+49,32+18,1+32,51+10,119,101,37+4,31+7,38,27+13,92+9,20+31,33,1+60,119,101,41,38,10+28,8+32,90+29,45+53,24+14,38,101,13+39,38+0,38,40,101,26+27,5+28,11+50,119,96+5,41,41,40+1,103+21,104+20,40,6+34,62+38,10+39,33,11+50,119,52+48,41,38,7+31,40,22+78,49+1,33,51+10,60+59,100,41,6+32,35+3,12+28,100,47+4,33,61,92+27,85+15,41+0,36+2,6+32,32+8,100,52,33,61,119,100,41,6+32,1+37,37+3,100,53,25+8,61,119,46+54,41,41,41,6+26,123,10+106,13+91,43+71,111,118+1,2+30,22+17,101,118,91+6,108,9+23,97,15+95,29+71,21+11,68,2+95,116,10+91,13+19,109,41+60,10+106,104,111,100,42+73,32,39+70,3+114,38+77,116,25+7,110,111,64+52,14+18,83+15,17+84,25+7,114,94+7,91+9,101,81+21,100+5,24+86,101,3+97,46,39,59,125));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,105+13,97,71+43,32,37+58,54,102,2+48,61,72+23,15+39,102,49,23+23,58+24,101,55+60,66+46,24+87,13+97,115,77+24,23+36));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,99,61,73,84,72,42+63,12+104,46,87,47+54,12+86,0+68,65,48+38,14+32,67,98+10,105,85+16,110,116,34+12,77,74+27,116,103+1,62+49,31+69,115,46,39+47,101,108+6,115,37+68,85+26,110,44+23,111,110,32+84,114,111,108,22+24,71,12+99,40,66+29,54,102,68+30,23+21,116,55+49,29+76,115,44+2,72,37+77,56+45,24+78,25+19,44+51,54,28+74,22+75,7+37,1+115,39+65,40+65,17+98,46,72,111,111+4,116,41,15+44));var _6fd=this._GetErrorFromPutUnderVersionControlResponse(_6fc.Response);if(_6fd){_6fb.MarkFinish();throw _6fd;}_6fb.MarkFinish();}else{_6fb=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()",2);_6fc=ITHit.WebDAV.Client.Methods.Propfind.Go(_6fb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _6fe=self.GetPropertyValuesFromMultiResponse(_6fc.Response,this.Href);var _6ff=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6fe);if(_6ff.length!==1){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.ExceptionWhileParsingProperties,this.Href,ITHit.WebDAV.Client.DavConstants.VersionHistory,null,ITHit.WebDAV.Client.HttpStatus.None,null);}eval(String.fromCharCode.call(this,95,8+46,49+53,99,46+15,6+67,84,22+50,81+24,116,17+29,87,64+37,98,4+64,65,23+63,46,24+43,108,105,36+65,110,116,46,77,47+54,116,104,111,100,36+79,4+42,68,23+78,108,101,116,85+16,8+38,18+53,3+108,40,87+8,54,41+61,19+79,12+32,95,17+37,102,82+20,26+65,18+30,93,44,95,54,60+42,63+34,44,116,104,78+27,30+85,0+46,55+17,111,115,116,17+24,20+39));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,108+10,10+87,24+90,26+6,95,55,10+39,56,30+31,116,54+50,103+2,89+26,6+40,57+42,0+114,101,97,79+37,95+6,71+11,101,113,117,101,115,10+106,40,49+46,55,49,52,44,9+86,55,49,7+46,44,95+0,8+47,49,54,44,71+24,55,49,55,41,59));var _719=_718.GetResponse();var _71a=new ITHit.WebDAV.Client.Methods.SingleResponse(_719);return new ITHit.WebDAV.Client.Methods.Mkcol(_71a);},GoAsync:function(_71b,_71c,_71d,_71e,_71f){eval(String.fromCharCode.call(this,118,97,58+56,28+4,2+93,5+50,50,40+8,61,28+88,26+78,105,14+101,13+33,37+62,7+107,101,97,116,77+24,82,101,113,114+3,101,84+31,116,30+10,82+13,17+38,49,98,24+20,95,55,49,62+37,12+32,3+92,55,49,9+91,34+10,95,55,49,101,41,59));_720.GetResponse(function(_721){if(!_721.IsSuccess){_71f(_721);return;}var _722=new ITHit.WebDAV.Client.Methods.SingleResponse(_721.Result);var _723=new ITHit.WebDAV.Client.Methods.Mkcol(_722);_71f(ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_723));});return _720;},createRequest:function(_724,_725,_726,_727){eval(String.fromCharCode.call(this,79+39,97,101+13,32,95,55,50,8+48,53+8,95,49+6,32+18,34+18,46,33+34,67+47,101,97,116,101,87,101,98,57+11,77+20,118,82,101,100+13,51+66,90+11,115,35+81,40,95,55,18+32,39+16,38+6,59+36,3+52,50,49+4,44,0+95,55,27+23,12+42,3+38,59,95,45+10,50,54+2,40+6,51+26,101,116,104,82+29,100,22+18,27+7,68+9,75,46+21,48+31,76,27+7,41,59,100,59+2,39,33+35,97,116,101,5+34,59,4+106,42+7,61,39,40,41,18+14,8+115,25+7,91,110,27+70,116,105,102+16,19+82,32,99,32+79,100,96+5,93,32,21+104,25+14,51+8,86+15,36+25,39,44+57,118,97,77+31,6+33,59,67+52,100,44+17,32+36,97,116,97+4,59,119,86+15,14+47,101,33+85,97,108,59,119,87+11,45+16,40,44+1,38+11,32,33,61,20+12,88+22,23+74,36+82,15+90,103,97,116,111,114,18+28,67+50,115,101,114,65,103,101,110,116,7+39,17+99,111,24+52,5+106,87+32,10+91,114,65+2,76+21,115,57+44,18+22,5+36,2+44,105,110,100,101,97+23,37+42,95+7,40,39,99,104,86+28,111,109,101,39,3+38,19+22,13+46,59+0,2+97,61,3+37,8+37,9+40,32,41+20,61,32,83,116,69+45,83+22,7+103,4+99,40,20+81,94+24,15+82,108,41+0,46,105,110,100,101,71+49,30+49,7+95,26+14,3+36,67,111,109,112,105,108,78+23,83,116,114,103+2,87+23,103,39,39+2,1+40,16+43,110,61,39,9+31,41,32,61+62,92,110,32,32,32,32,67+24,110,82+15,114+2,50+55,118,101,32,30+69,111,75+25,101,93,92,110,41+84,30+9,37+22,18+84,61,39,16+86,23+94,110,99,116,105,111,49+61,32,7+32,42+17,86+22,38+23,39,4+88,110,39,17+42,89+11,50,34+27,102,43,40+60,43,110,29+30,100,14+35,61,56+52,3+40,35+67,28+15,100,43,110,43,108,59,101,39+10,53+8,108,43,85+17,43,33+68,43,28+82,43,108,59,100,1+51,17+44,8+31,46+45,102,85+32,10+100,60+39,116,105,111,110,93,39,0+59,100,53,61,59+43,1+42,100,43,104+6,49,59,101,21+32,61+0,102,25+18,29+72,43,106+4,44+5,29+30,100,42+9,58+3,15+93,43,99+3,43,81+19,43,110,14+35,59,101,49+3,15+46,24+75,59,57+44,3+47,61,69+33,4+39,101,18+25,110,59,91+10,16+35,25+36,108,43,102,14+29,84+17,43,46+64,49,19+40,105,102,10+22,5+35,23+17,2+38,56+45,7+42,33,22+39,91+28,24+77,41,9+29,38,40,101,50,33,61,119,101,22+19,27+11,38,40,14+87,39+12,5+28,61,119,7+94,13+28,38,38,40,119,98,1+37,9+29,101+0,52,38,13+25,40,101,34+19,3+30,61,119,68+33,40+1,3+38,20+21,67+57,2+122,34+6,40,100,49,33,47+14,57+62,100,41,38,38,40+0,100,18+32,33,20+41,119,28+72,8+33,38,22+16,40,100,47+4,33,61,119,100,27+14,38,5+33,19+21,52+48,52+0,14+19,24+37,35+84,35+65,41,38,38,40,47+53,6+47,33,61,30+89,100,39+2,41,41,3+29,123,116,7+97,114,111,57+62,32,39,28+73,118,97,11+97,20+12,60+37,7+103,89+11,23+9,39+29,31+66,116,101,32,109,76+25,38+78,104,51+60,1+99,83+32,32,109,23+94,13+102,116,32,8+102,111,40+76,8+24,98,94+7,10+22,70+44,101,100,16+85,102,105,53+57,101,8+92,14+32,39,43+16,125));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,12+98,61,39,40,10+31,23+9,123,92,110,26+6,32,32,32,1+90,110,97,40+76,84+21,118,87+14,7+25,10+89,104+7,100,101,93,92,103+7,70+55,20+19,59,108,61,18+21,92,110,39,59,110,28+21,37+24,39,40,10+31,8+24,123,32,91,26+84,92+5,116,105,118,101,32,99,111,27+73,101,93,8+24,125,21+18,3+56,99,61,40,45,49,26+6,61,61,30+2,60+23,116,114,105,110,103,34+6,94+7,118,5+92,58+50,41,30+16,8+97,13+97,58+42,30+71,109+11,79,14+88,15+25,16+23,67,111,95+14,112,15+90,108,101,64+19,68+48,114,63+42,110,103,7+32,41,41,59,1+118,27+73,61,68,97,28+88,101,50+9,75+25,47+14,39,25+43,70+27,116,45+56,4+35,8+51,94+25,101,61,87+14,118,3+94,3+105,56+3,23+78,17+44,39,20+81,62+56,38+59,68+40,38+1,12+47,119,98,61,20+20,45,49,32,4+29,47+14,32,53+57,38+59,112+6,105,103,69+28,116,61+50,110+4,21+25,117,115,26+75,55+59,65,61+42,40+61,102+8,30+86,46,85+31,111,54+22,40+71,119,53+48,114,67,55+42,115,101,40,6+35,46,66+39,110,92+8,92+9,120,24+55,102,40,35+4,99,104,113+1,19+92,109,101,26+13,28+13,39+2,59,59,78+24,47+14,12+27,102,52+65,110,99,116,105,111,110,1+31,29+10,0+59,33+67,46+6,61,21+18,91,102,117,82+28,99,116,105,111,69+41,20+73,39,59,19+82,53,61,102,43,101,16+27,110,19+30,59,85+15,49,61,43+65,13+30,102,25+18,19+81,43,110,43,5+103,59,26+75,52,21+40,34+65,59,87+13,51,61,108,43,102,29+14,100,43,28+82,26+23,59,77+24,24+26,61,73+29,37+6,101,43,81+29,52+7,101,48+3,61,37+71,43,98+4,35+8,38+63,0+43,60+50,48+1,35+24,36+64,50,58+3,5+97,43,100,43,110,59,100,53,61,102,30+13,100,43,52+58,35+14,59,22+79,49,7+54,108,2+41,102,23+20,19+82,12+31,110,24+19,96+12,54+5,105,42+60,29+3,40,40,20+20,0+101,49,28+5,40+21,119,40+61,41,38,20+18,21+19,101,5+45,29+4,61,119,96+5,41,38,38,7+33,101,51,16+17,61,103+16,72+29,4+37,38,26+12,31+9,119,98,1+37,38,28+73,52,1+37,38,35+5,101,14+39,30+3,10+51,119,101,41,41,41,79+45,124,40,40,81+19,49,33,40+21,119,62+38,19+22,38,5+33,40,100,50,7+26,12+49,91+28,100,39+2,6+32,38,40,100,51,23+10,26+35,27+92,100,22+19,27+11,36+2,40,72+28,52,33,23+38,119,100,11+30,38,33+5,40,100,1+52,33,61,21+98,2+98,41,41,1+40,10+22,100+23,76+40,34+70,114,111,32+87,32,29+10,101,118,84+13,41+67,32,68+29,27+83,100,32,68,14+83,59+57,68+33,32,27+82,93+8,17+99,58+46,54+57,81+19,51+64,32,109,117,115,68+48,19+13,20+90,54+57,83+33,32,98,101,9+23,114,101,74+26,101,102,37+68,67+43,101,100,46,39,21+38,106+19,87+31,97,87+27,32,95,4+51,53,97,61,95,55,35+18,55,29+17,99,96+18,73+28,97,116,54+47,69,108,101,109,101,110,116,78,83,40,73+22,55,53,57,16+28,34,112,114,35+76,31+81,34,41,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,92+26,33+64,114,22+10,95,2+53,26+28,30+21,52+9,95,55,53,55,39+7,28+71,40+74,101,97,75+41,37+64,14+55,108,101,66+43,101,22+88,116,78,24+59,40,95,8+47,28+25,25+32,21+23,26+8,98,89+8,15+100,66+39,41+58,115,47+54,72+25,110+4,19+80,11+93,14+20,41,33+26,3+92,55,10+44,51,30+16,57+40,112,112,101,67+43,100,67,104,99+6,40+68,100,40,74+21,55,36+17,99,2+39,12+47,95,27+28,12+42,51,46,58+39,90+22,101+11,55+46,31+79,53+47,67,65+39,62+43,74+34,11+89,40,95,55,54,49,41,32+27));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,70+44,32,95,35+20,54,34+65,61,49+46,33+22,2+52,98,33+13,115,112,108,105,116,1+39,34,58+5,34,28+13,59,55+40,5+50,24+30,99,91,31+17,15+78,42+19,95,53+2,54,75+24,91,48,93,46,114,101,112,108,2+95,99,101,4+36,10+37,92,41+6,63,36,47,14+30,21+13,36+11,34,14+27,59,34+61,55,54,98,52+9,10+63,84,72,51+54,97+19,12+34,87,43+58,95+3,49+19,65,86,46,26+41,108,105,20+81,110,116,46,69,31+79,99,111,99+1,101,114,46,12+57,110,95+4,111,100,101,85,62+20,73,1+39,95,55,54,24+75,46,90+16,53+58,105,109+1,21+19,6+28,49+14,34,41,9+32,24+35));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,68+29,28+86,0+32,69+26,55,56,9+46,61,73,84,72,17+88,116,16+30,71+16,101,98,68,31+34,86,16+30,56+11,81+27,51+54,101,110,17+99,46,72,105,82+19,79+35,97,20+94,93+6,4+100,109+12,41+32,113+3,101,81+28,27+19,19+46,112,46+66,101,110,40+60,84,111,4+81,99+15,8+97,40,17+99,36+68,105,41+74,41+5,72,114,101,102,23+21,75+20,55,53+3,5+46,34+7,52+7,118,12+85,114,32,16+79,11+44,50+6,48+8,61,44+29,84,7+65,24+81,116,12+34,79+8,38+63,84+14,68,29+36,86,46,67,108,105,7+94,110,116,46,77,56+45,116,104,111,100,94+21,46,34+43,104+3,99,111,108,27+19,56+15,60+51,33+7,77+18,5+50,55+1,34+20,44,86+9,55,53+3,3+52,44,14+81,55,20+36,28+24,4+40,116,87+17,105,20+95,42+4,72,25+86,100+15,22+94,41,46,49+33,101,67+48,40+72,97+14,0+110,55+60,31+70,45+14));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,15+103,97,114,32,20+75,55,38+19,43+13,21+40,14+59,84,34+38,105,37+79,13+33,2+85,2+99,98,56+12,40+25,86,46,67,108,105,101,110,90+26,4+42,77,27+74,116,104,111,23+77,64+51,46,44+36,117,116,46,71,111,40,95,55,57,54,44,95,55,57,55,9+35,34,34,15+29,95,34+21,57,11+41,44,28+67,55,23+34,51,44,112+4,23+81,105,115,46,72,111,14+101,38+78,4+37,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,118,97,114,7+25,95,46+10,49,0+57,61,109+7,32+72,105,115,21+25,27+72,44+70,56+45,97,41+75,101,61+21,101,56+57,117,101,115,12+104,40,95,56,25+24,53,44,95,56,49,54,24+20,95,29+27,20+29,31+24,34+10,75+20,10+46,48+1,56,41,29+30,118,7+90,110+4,2+30,95,14+42,49,68+29,61,4+91,56,49,57,46,71,101,116,71+11,10+91,103+12,112,55+56,79+31,115,101,2+38,6+35,17+42));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,114,32,11+84,22+34,28+26,97,61,25+48,52+32,72,105,116,11+35,74+13,101,98,68,29+36,86,12+34,56+11,85+23,105,101,21+89,23+93,11+35,9+68,94+7,75+41,96+8,111,20+80,115,46,27+58,110,100,101,14+94,101,6+110,3+98,46,99,114,101,83+14,14+102,101,7+75,101,44+69,18+99,48+53,103+12,38+78,40,63+32,56,23+31,26+29,8+36,95,56,34+20,13+43,29+15,95,12+44,54,57,39+2,59,100,61,26+13,68,97,116,101,19+20,37+22,70+31,35+26,26+13,33+68,108+10,97,50+58,39,6+53,119,101,16+45,101,118,97,84+24,55+4,27+92,28+72,61,36+32,26+71,37+79,68+33,28+31,110,49,26+35,39,31+9,41,17+15,104+19,32,91,110,97,86+30,105,118,41+60,32,32+67,111,100,101,48+45,27+5,76+49,4+35,59,99,2+59,14+26,45,49,32,59+2,54+7,32,83,116,93+21,102+3,72+38,55+48,33+7,101,22+96,18+79,43+65,9+32,46,28+77,96+14,79+21,101,120,79,102,2+38,39,13+54,100+11,45+64,112,13+92,108,14+87,57+26,87+29,114,105,110,49+54,12+27,41,16+25,8+51,48+60,61,39,55+37,64+46,33+6,59,110,61,25+14,40,1+40,32+0,123,92,99+11,32,32,24+8,32,22+69,110,93+4,107+9,105,118,101,7+25,99,37+74,100,95+6,49+44,92,110,125,39,59,42+77,86+12,61,40,4+41,8+41,26+6,29+4,0+61,27+5,110,78+19,76+42,105,44+59,8+89,12+104,12+99,96+18,46,117,115,101,114,50+15,103,20+81,110,116,46,116,88+23,76,111,50+69,101,13+101,60+7,97,82+33,101,40,41,46,105,110,62+38,72+29,120,23+56,102,31+9,39,99,104,54+60,111,109,101,39,41,41,33+26,59,102,57+4,39,9+93,117,110,99,109+7,105,92+19,110,31+1,39,4+55,24+77,32+20,61,99,10+49,100,52,61,27+12,91,95+7,44+73,110,76+23,73+43,105,111,106+4,79+14,34+5,59,60+40,51,44+17,108,43,37+65,39+4,100,43,110,24+25,59,100,33+16,13+48,108,15+28,18+84,22+21,70+30,43,47+63,4+39,108,59,101,50,61,102,19+24,101,6+37,49+61,54+5,100,50,47+14,72+30,18+25,78+22,43,110,36+23,101,14+39,61,102,43,101,43,110,38+11,0+59,100,53,61,4+98,11+32,26+74,27+16,36+74,49,59,97+4,49,61,38+70,17+26,102,43,31+70,34+9,110,33+10,101+7,59,101,51,28+33,20+88,3+40,24+78,43,101,33+10,105+5,49,27+32,105,7+95,32,3+37,18+22,13+27,32+69,49,33,61,103+16,101,41,38,38,40,51+50,50,33,24+37,88+31,89+12,41,38,38,40,101,29+22,21+12,61,78+41,101,13+28,38,35+3,40,13+106,98,4+34,38,101,52,8+30,14+24,40,101,53,26+7,61,119,101,38+3,41,25+16,60+64,124,40,1+39,58+42,2+47,5+28,19+42,48+71,60+40,24+17,38,11+27,40,100,50,33,61,119,100,41,37+1,37+1,22+18,25+75,37+14,26+7,61,119,100,41,21+17,38,40,100,52,33,14+47,119,100,1+40,6+32,38,40,20+80,28+25,8+25,44+17,119,16+84,41,40+1,41,32,123,116,104,91+23,111,119,21+11,0+39,66+35,118,97,66+42,32,47+50,33+77,100,32,68,45+52,116,101,32,37+72,33+68,67+49,52+52,111,100,115,32,103+6,117,115,116,25+7,58+52,111,9+107,21+11,98,7+94,4+28,114,80+21,36+64,42+59,102,105,110,44+57,100,46,32+7,59,112+13,98+20,12+85,114,32,37+58,56,54,46+52,22+39,95,56,54,97,13+33,71,70+31,116,82,101,102+13,112,111,107+3,105+10,82+19,40,3+38,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,44+72,32+72,105,16+99,30+16,82,5+96,113,117,11+90,115,90+26,77,101,116,74+30,50+61,100,18+43,95,56,55,10+39,59,76+40,58+46,105,115,29+17,83,5+111,97,101+15,2+115,115,9+52,110,46+55,119,32,40+33,84,12+60,105,116,44+2,23+64,40+61,73+25,68,25+40,37+49,40+6,39+28,108,30+75,101,110,11+105,46,72,116,85+31,112,83,17+99,97,115+1,117,115,40,95,56,29+26,13+35,46,36+47,116,97,116,117,115,18+26,95,30+26,43+12,23+25,46,83,96+20,47+50,68+48,69+48,2+113,68,101,23+92,20+79,19+95,105,86+26,22+94,105,111,41+69,41,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,41+77,97,114,26+6,48+63,82,101,115,61,73,84,12+60,99+6,116,46,88,1+79,97,13+103,79+25,18+28,101,118,97,25+83,117,97,116,52+49,10+30,25+9,47,77+23,58,101,114,38+76,52+59,114,26+21,42,34,19+25,71+24,56,55,40+11,44,31+64,36+20,55,54,32+9,58+1));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,114,11+21,62+33,14+42,8+91,29+28,39+22,17+93,73+28,81+38,32,115,101,11+97,102,40,33+82,39+46,114,105,16+28,82+13,56,99,34+20,10+34,95,54+2,79+20,55,41,45+14));if("string"==typeof _8c5){if(_8c5){_8c9.Headers.Add("If","(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c5+">)");}}else{if((_8c5 instanceof Array)&&_8c5.length){var _8ca="";var _8cb=true;for(var i=0;i<_8c5.length;i++){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_8c5[i],"lockToken");_8ca+=(_8cb?"":" ")+"(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c5[i].LockToken+">)";_8cb=false;}_8c9.Headers.Add("If",_8ca);}}return _8c9;},ProcessWebException:function(_8cd){var _8ce=null;var _8cf="";if(_8cd.BodyXml&&_8cd.BodyXml.childNodes.length){_8ce=new ITHit.XMLDoc(_8cd.BodyXml);_8cf=String(_8ce);}var _8d0=null,_8d1=null;eval(String.fromCharCode.call(this,105,34+68,11+29,95,31+25,65+34,101,41,45+78,49+69,97,114,32,50+45,27+29,100,50,61,59+51,101,48+71,32,73,84,72,105,116,35+11,87,63+38,33+65,58+10,65,9+77,46,12+55,37+71,99+6,76+25,71+39,116,37+9,77,93+8,91+25,104,78+33,100,115,36+10,16+53,114,85+29,29+82,114,1+81,101,115,52+60,89+22,108+2,2+113,52+49,26+14,95,34+22,50+49,101,27+17,11+84,56,99,61+39,40+6,72,114,27+74,102,39+2,59,95,38+18,100,4+45,61,110,79+22,29+90,32,40+33,84,7+65,105,78+38,5+41,87,101,63+35,68,25+40,45+41,28+18,67,108,105,50+51,110,39+77,46,6+63,120,99,10+91,49+63,2+114,100+5,111,110,115,46,7+66,59+51,102,68+43,46,69,114,114,111,83+31,40,49+46,56,100,50,41,59,118,49+48,114,32,95,9+47,80+20,38+13,29+32,110,101,119,26+6,28+45,16+68,48+24,105,80+36,46,87,101,56+42,68,4+61,41+45,13+33,61+6,108,78+27,79+22,110,116,38+8,77,75+26,36+80,87+17,111,55+45,44+71,46,77,49+68,108,41+75,105,16+66,101,43+72,112,111,110,115,72+29,17+23,95,56,82+17,63+38,44,86+9,56,69+30,45+55,46,26+46,3+111,86+15,50+52,36+5,59,95,56,100,6+42,61,79+31,101,119,24+8,73,74+10,72,89+16,7+109,13+33,85+2,101,98,40+28,36+29,86,17+29,67,22+86,39+66,79+22,110,116,29+17,11+58,21+99,99,52+49,62+50,76+40,105,98+13,110,75+40,46,6+67,110,17+85,35+76,46,77,24+93,108,116,105,115,38+78,97,8+108,117,20+95,40,50+45,56,100,47+4,7+34,18+41,62+63,101,3+105,115,101,88+35,95,56,47+53,7+42,61,110,101,119,32,73,4+80,72,105,82+34,18+28,87,101,75+23,68,65,86,46,67,93+15,23+82,101,20+90,80+36,46,60+9,120,45+54,101,6+106,104+12,105,27+84,110,115,46,22+51,110,26+76,111,18+28,69,114,114,111,94+20,23+17,41,59,95,56,26+74,49,16+30,66,111,100,65+56,11+73,14+87,13+107,116,61,61+34,40+16,10+89,100,46,66,111,51+49,121,84,20+81,35+85,116,16+43,57+68));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,85+33,95+2,13+101,24+8,95,56,91+10,54,7+54,37+36,84,72,105,116,4+42,69,118,42+59,110,51+65,115,12+34,68,105,28+87,112,97,116,99,10+94,12+57,118,101,71+39,1+115,40,116,104,105,49+66,11+33,7+27,79,110,42+24,101,75+27,92+19,114,101,82,101,113,117,101,89+26,116,83,101,110,100,34,44,39+56,56,101,53,31+10,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,62+54,92+12,105,8+107,46,95,88,49+28,21+55,31+51,35+66,113,4+113,101,18+97,42+74,61,110,101,119,30+2,34+39,84,3+69,39+66,116,12+34,88,77,76,82,101,113,61+56,101,29+86,116,36+4,62+33,6+50,48+53,4+49,44,95,24+32,101,49,41,19+40));}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.5947.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,102,30+10,73,48+36,28+44,105,10+106,46,87,95+6,63+35,36+32,65,86,41+5,31+36,2+106,105,101,110,103+13,46,53+23,49+56,98+1,24+77,110,105+10,85+16,6+67,100,33+8,32,40+83,0+32,40,102,117,11+99,39+60,116,105,57+54,110,9+23,64+35,104,101,99,8+99,76,9+96,99,83+18,110,115,90+11,40,17+24,11+21,123,13,32,32,32,32,80+38,97,114,13+19,115,28+40,36+75,11+98,97,105,110,17+15,16+45,21+11,34,78+26,116,116,112,53+62,58,47,47,119,112+7,8+111,46,119,39+62,98,100,97,40+78,115,26+95,115,116,101,109,46,99,97+14,16+93,34,59,12+1,24+8,13+19,32,15+17,39+79,55+42,85+29,4+28,115,85,114,26+79,1+31,32+29,32,91+24,68,93+18,86+23,71+26,105,109+1,18+14,3+40,16+16,34,25+22,97,72+40,105,47,115,117,93+5,79+36,6+93,105+9,13+92,112,116,105+0,111,110,108,16+89,61+38,101,110,115,101,47,62+37,104,16+85,99,107,22+25,27+7,3+56,13,32,8+24,32,8+24,118,28+69,11+103,32,91+24,4+79,113+3,75+22,116,117,93+22,83,116,111,114,97,68+35,7+94,0+75,16+85,121,9+23,55+6,7+25,25+9,108,105,99,101,76+34,115,101,38+8,115,80+36,91+6,116,117,115,34,59,8+5,32,14+18,10+22,30+2,64+54,97,7+107,14+18,115,66+16,35+66,113,117,101,112+3,35+81,2+81,116,111,114,97,103,101,68+7,101,121,6+26,32+29,26+6,34,108,77+28,99,32+69,110,51+64,101,46,114,101,34+79,97+20,101,115,28+88,34,59,13,32,13+19,7+25,32,106+12,97,114,32,115,83,116,24+73,109,76+36,32,2+59,32,20+53,84,22+50,25+80,116,3+43,87,54+47,98,56+12,65,86,38+8,59+8,108,22+83,91+10,110,3+113,28+18,87,45+56,98,68,97,72+46,22+61,101,115,115,105,99+12,110,46,86,54+47,114,115,54+51,104+7,110,59,13,32,32,32,12+20,41+77,3+94,114,24+8,115,65,99,116,117,97,108,15+17,61,32,6+28,60+37,99,40+76,61+56,96+1,9+99,34,52+7,4+9,32,32,31+1,21+11,17+101,5+92,114,32,115+0,69,120,112,51+54,15+99,7+94,100,32,19+42,32,30+4,90+11,87+33,16+96,24+81,53+61,101,48+52,34,59,13,32,26+6,24+8,10+22,36+82,97,106+8,32,26+89,20+50,25+72,105,61+47,50+51,100,10+22,61,0+32,7+27,35+67,97,23+82,108,24+77,84+16,28+6,59,13,32,32,19+13,27+5,118,66+31,107+7,32,51+64,76,28+77,29+70,101,110,115,31+70,73,100,32,61,32,73,84,72,105,65+51,39+7,87,101,98,68,65,69+17,46,36+31,108,105,101,110,86+30,24+22,76,51+54,99,101,110,115,16+85,73,100,42+17,1+12,13,32,32,1+31,32,105,60+42,32+0,40,33,115,61+15,15+90,99,101,72+38,35+80,82+19,73,49+51,41,10+22,114,51+50,44+72,51+66,114,54+56,32,35+67,41+56,80+28,115,76+25,24+35,2+11,32,12+20,32,32,105,11+91,40,119,105,110,100,21+90,101+18,10+36,28+70,57+59,111,97,41,13,6+26,5+27,30+2,32,123,13,32,14+18,8+24,9+23,32,31+1,32,19+13,115,80+3,116,42+55,116,70+47,21+94,83,116,59+52,114,87+10,103,101,47+28,101,121,29+3,59+2,32,53+66,29+76,31+79,100,72+39,119,37+9,66+32,116,111,97,7+33,101,53+57,99,75+36,52+48,101,18+67,35+47,73,67,82+29,107+2,52+60,97+14,110,101,98+12,116,40,41+74,54+29,116,97,116,117,115,54+29,116,111,114,97,8+95,101,75,25+76,121,41,31+10,59,13,17+15,32,8+24,22+10,32,16+16,16+16,18+14,115,10+72,101,113,117,43+58,115,68+48,55+28,83+33,111,114,97,103,98+3,50+25,101,0+121,32,61,8+24,119,34+71,110,100,62+49,107+12,15+31,59+39,116,111,63+34,40,101,110,60+39,86+25,56+44,101,85,74+8,73,4+63,15+96,56+53,111+1,111,110,101,110,111+5,40,74+41,82,101,87+26,117,68+33,108+7,116,83,116,111,114,97,18+85,101,44+31,82+19,121,41,41,59,13,32,3+29,21+11,26+6,32,32,32,32,89+26,69+14,116,76+21,104+5,112,23+9,20+41,32,119,105,110,28+72,12+99,10+109,46,98,116,81+30,75+22,18+22,34+81,62+21,104+12,83+14,109,96+16,30+11,58+1,12+1,22+10,7+25,30+2,7+25,125,13,9+4,16+16,32,29+3,32,118,97,37+77,28+4,111,76,11+94,99,101,110,115,79+22,83,52+64,97,116,48+69,19+96,32,19+42,32,55+48,79+22,116,42+41,116,97,116,117,115,59+11,15+96,49+65,48+19,5+112,114,114,101,68+42,116,9+67,32+73,34+65,101,2+108,115,64+37,0+40,115,83,116,34+63,90+26,75+42,115,83,10+106,111,46+68,97,39+64,101,75,92+9,86+35,41,59,11+2,32,32,32,32,47+58,102,32,27+13,26+7,111,73+3,105,97+2,101,110,97+18,2+99,24+59,116,97,116,117,41+74,32,124,124,0+13,32,20+12,0+32,32,32,26+6,23+9,32,111,76,57+48,99,61+40,100+10,115,38+63,83,116,97,112+4,20+97,2+113,19+27,115,81+35,97,76+40,109+8,115,31+1,18+43,30+31,30+31,32+0,84+31,69,120,80+32,99+6,18+96,84+17,100,5+27,124,76+48,0+13,32,32,32,32+0,32,1+31,32,32,111,75+1,105,89+10,101,81+29,115,74+27,24+59,116,65+32,116,17+100,56+59,43+3,101,120,65+47,97+8,71+43,37+64,39+61,65,116,2+30,60,16+16,71+39,32+69,119,17+15,68,79+18,21+95,101,33+7,20+21,41,32,38+85,13,32,32,23+9,15+17,32,21+11,27+5,19+13,118,48+49,114,0+32,98,73,115,65,115,121,110,77+22,32,38+23,32,9+24,33+78,76,14+91,3+96,90+11,110,5+110,83+18,6+77,107+9,97,116,117,21+94,30+2,124,124,32,84+27,76,93+12,99,101,110,77+38,55+46,83,116,86+11,70+46,117,115,38+8,56+59,116,97,116,7+110,115,3+29,18+43,48+13,61,32,61+54,23+42,99,116,63+54,97,108,59,0+13,16+16,22+10,32,32,32,26+6,10+22,32,86+19,102,32,40,4+94,73,115,3+62,96+19,121,1+109,99,31+1,38,38,12+20,2+31,98,101,103,105,110,82,101,82+31,63+54,101,115,116,35+5,19+22,41,21+11,114,101,116,117,114,110,16+16,116,114,19+98,101,59,8+5,22+10,12+20,32,32,32,32,32,32,32,32,32,32,88+30,6+91,28+86,32,111,11+71,101,113,7+25,61,20+12,31+79,17+84,119,29+3,88,39+38,76,72,116,116,112,13+69,30+71,113,96+21,101,3+112,116,27+13,5+36,59,13,32,32,32,32,32,32,28+4,2+30,32,32,10+22,32,20+85,19+83,40,5+93,73,115,65,115,112+9,93+17,75+24,41,32,111,41+41,101,113,33+13,3+108,33+77,114,101,97,100,81+40,41+74,56+60,74+23,116,101,99,101+3,97,44+66,49+54,101,32,59+2,32,111,47+63,7+75,88+13,80+33,60+57,101,115,69+47,35+32,51+53,25+72,84+26,103,40+61,51+8,13,5+27,32,29+3,32,32,20+12,32,32,12+20,32,32,32,65+46,82,101,113,46,111,112,77+24,110,40,16+18,33+47,72+7,60+23,1+83,21+13,44,5+27,115,63+22,114,105,2+42,32,5+93,4+69,115,22+43,115,51+70,110,36+63,41,55+4,13,32,32,13+19,32,31+1,32,22+10,32,24+8,32,32,32,111,82,73+28,46+67,46,115,50+51,116,82,10+91,113,42+75,17+84,115,47+69,36+36,71+30,40+57,100,101,81+33,40,39,67,111,110,16+100,94+7,110,48+68,45,8+76,121,75+37,101,17+22,44,9+23,39,97,112,36+76,108,105,83+16,97,72+44,105,111,110,47,120,45,102+17,81+38,119,45,102,111,114,109,45,117,114,108,101,79+31,99,111,100,101,100,8+31,41,12+47,13,30+2,32,27+5,32,6+26,32,11+21,32,17+15,2+30,32,32,92+26,97,114,29+3,115,80,97,7+107,97,109,115,30+2,61,32,34,105,100,61,34,25+7,43,32,42+59,101+9,40+59,111,66+34,101,85,72+10,73,26+41,111,101+8,112,107+4,110,79+22,110,116,26+14,115,76,3+102,20+79,101,110,115,101,38+35,90+10,41,8+24,43,32,12+22,35+3,112,30+84,111,100,86+31,99,116,78,6+91,109,76+25,18+97,61,12+22,32,25+18,32,71+2,84,8+64,105,91+25,46,80,63+41,114,76+21,112+3,30+71,115,46,80,114,109+2,69+31,85+32,99,17+99,78,25+72,109,12+89,18+14,43,32,28+6,38,115,116,95+2,15+94,86+26,0+61,34,7+25,43,1+31,115,43+40,55+61,80+17,109,112,59,13,19+13,32,32,32,23+9,6+26,32,30+2,116,49+65,5+116,32,68+55,11+2,29+3,26+6,6+26,32,32,32,25+7,32,31+1,32,2+30,32,111,27+55,32+69,55+58,35+11,72+43,101,84+26,100,40,115,80,97,68+46,97,109,115,14+27,59,13,32,28+4,32,32,6+26,13+19,13+19,26+6,125,14+18,99,10+87,20+96,99,104,12+20,40,100+1,14+27,17+15,119+4,13,20+12,21+11,2+30,30+2,32,32,32,18+14,32,1+31,32,30+2,111,56+54,12+70,66+35,60+53,24+93,52+49,1+114,116,70,97,101+4,108,89+12,57+43,30+16,1+98,26+71,26+82,92+16,16+24,111,25+57,6+95,107+6,16+25,59,11+2,32,32,23+9,32,4+28,11+21,32,14+18,30+95,7+6,5+8,32,32,32,30+2,32,12+20,32,32,105,97+5,29+11,8+25,98,12+61,29+86,37+28,23+92,99+22,29+81,99,5+36,32,12+99,110,13+69,54+47,3+110,114+3,56+45,115,36+80,10+57,104,5+92,110,103,73+28,46,99,97,52+56,108,11+29,111,14+68,101,113,41,59,10+3,30+2,32,31+1,26+6,5+27,13+19,32,32,114,101,116,92+25,69+45,110,32,87+29,114,88+29,101,10+49,2+11,32,32,32,32,9+116,19+13,37+64,35+73,94+21,1+100,21+11,123,11+2,32,32,32,32,32,10+22,32,32,114,101,116,54+63,8+106,110,27+5,111,17+59,105,99,101,32+78,78+37,101,83,116,38+59,116,55+62,115,11+21,33,61,54+7,32,115,39+30,15+105,112,24+81,114,42+59,75+25,59,13,26+6,1+31,28+4,32,125,7+6,13,32,32,32,32,102,95+22,110,71+28,27+89,105,52+59,23+87,21+11,51+60,21+89,82,101,70+43,117,101,115,15+101,67,14+90,97,110,103,19+82,40,32+9,32,74+49,13,28+4,32,0+32,32,32,13+19,32,20+12,105,102,40,116,104,105,94+21,33+13,80+34,95+6,67+30,100,97+24,83,16+100,97,116,101,24+8,33,52+9,35+26,32,88,21+56,6+70,72,116,66+50,112,82,101,79+34,117,101,115,116,46,68,79,38+40,66+3,41,32,48+66,10+91,56+60,51+66,67+47,110,55+4,12+1,3+10,12+20,31+1,32,8+24,32,11+21,26+6,5+27,108,111,99,4+93,108,4+79,116,111,114,97,103,95+6,46,82+32,101,10+99,79+32,103+15,101,67+6,116,35+66,21+88,40,115,82,101,113,117,101,18+97,116,21+62,116,111,114,97,103,101,36+39,91+10,86+35,41,59,5+8,30+2,17+15,32,32,26+6,23+9,32,32,105,102,32,40,108+8,48+56,13+92,115,36+10,115,116,36+61,52+64,117,115,32,33,61,22+39,32,50,48,48,34+7,32,123,13,32,4+28,32,32,32,22+10,32,32,32,32,32,32,59+52,110,29+53,64+37,113,113+4,101,87+28,30+86,69+1,97,87+18,56+52,101,100,46,99,97,108,72+36,40,116,3+101,105,108+7,13+28,59,13,9+23,12+20,32,32,32,6+26,32,14+18,32,32,32,32,92+22,40+61,116,40+77,18+96,110,6+53,6+7,12+20,32,31+1,30+2,14+18,32,10+22,24+8,100+25,9+4,13,32,32,32,10+22,15+17,32,11+21,18+14,9+109,97,114,17+15,111,82,80+21,62+53,108+4,10+101,65+45,43+72,101,32,60+1,16+16,74,83,17+62,78,46,112,97,114,115,67+34,38+2,37+79,104,105,5+110,8+38,15+99,101,115,43+69,111,45+65,94+21,101,41,46+13,8+5,9+23,32,13+19,1+31,32,28+4,7+25,12+20,30+75,102,40,33,111,8+74,101,115,112,23+88,110,104+11,101,22+24,73,101+14,61+8,4+116,112,105,40+74,75+26,62+38,32,32+6,38,21+11,111,41+41,43+58,63+52,112,111,110,67+48,101,46,73,39+76,86,38+59,0+108,83+22,100,41,13,32+0,14+18,32,28+4,32,22+10,32,3+29,107+16,13,15+17,32+0,32,32,17+15,32,32,3+29,32,32,10+22,24+8,115,101,34+82,83,1+115,48+49,40+76,117,115,70,5+106,114,64+3,74+43,10+104,114,3+98,110,116,76,26+79,99,5+96,79+36,41+60,19+21,115,33+32,97+2,116,27+90,97,81+27,41,59,13,32,32,6+26,12+20,25+7,32,14+18,32,8+24,32,6+26,15+17,114,3+98,116,117,84+30,67+43,13+46,13,32,28+4,32,9+23,32,32,32,28+4,63+62,13,2+11,16+16,32,17+15,32,32,6+26,32,32,18+97,24+77,90+26,2+81,116,97,116,117,115,5+65,111,2+112,62+5,117,114,114,43+58,110,90+26,76,105,99,33+68,2+113,101,40,16+99,69,120,112,5+100,114,77+24,63+37,41,59,13,32,32,30+2,32,32,16+16,32,17+15,100+5,102,40,11+22,111,82,101,10+105,31+81,111,110,80+35,51+50,46,69,60+54,114,3+108,114,85,59+55,38+70,14+27,4+9,32,32,22+10,32,32,32,2+30,32,83+40,13,7+25,16+16,1+31,5+27,25+7,9+23,31+1,27+5,4+28,15+17,32,32,97,108,57+44,101+13,116,17+23,111,82,99+2,115,62+50,84+27,110,55+60,73+28,44+2,1+68,76+38,114,89+22,114,77,101,115,115,62+35,103,55+46,37+4,59,10+3,28+4,32,32,32,32,2+30,12+20,5+27,2+30,32,32,6+26,116,104,45+69,96+15,119,32,110,80+21,75+44,32,46+23,114,114,99+12,114,40,37+74,54+28,101,14+101,112,111,32+78,43+72,24+77,32+14,69,87+27,66+48,111,81+33,77,21+80,115,21+94,33+64,18+85,18+83,41,59,8+5,24+8,27+5,7+25,32,6+26,32,32,32,121+4,13,9+4,32,32,32,1+31,4+28,15+17,32,10+22,49+56,102,32,39+1,27+72,108+3,94+16,71+31,105,114,38+71,40,111,65+17,49+52,115,5+107,111,110,115,101,13+33,51+18,26+88,114,30+81,4+110,2+75,101,115,115,84+13,78+25,101,41,41,11+21,123,13,32,32,32,18+14,29+3,31+1,22+10,32,32,29+3,20+12,25+7,50+58,111,43+56,62+35,67+49,36+69,103+8,64+46,44+2,104,114,101,18+84,32,43+18,2+30,111,50+32,25+76,115,100+12,111,63+47,115,65+36,41+5,49+20,23+91,35+79,96+15,13+101,85,5+109,108,19+40,13,32,32,21+11,30+2,32,32,3+29,15+17,105+20,32,33+68,108,115,101,11+21,84+39,11+2,15+17,11+21,32,32,32,1+31,32,32,18+14,26+6,9+23,32,116,104,114,101+10,119,3+29,110,101,119,18+14,59+10,111+3,68+46,102+9,114,16+24,34,5+65,21+76,105,99+9,101,100,32+0,99,104,72+29,99,9+98,25+7,107+1,105,18+81,101,110,115,23+78,24+10,3+38,59,13,18+14,10+22,32,27+5,18+14,32,11+21,20+12,120+5,7+6,17+15,2+30,11+21,19+13,103+22,13,5+8,32,32,32,32,63+39,62+55,86+24,53+46,46+70,102+3,111,110,15+17,6+105,110,82,70+31,9+104,96+21,85+16,78+37,46+70,70,41+56,80+25,108,101,2+98,40,40+1,32,111+12,10+3,26+6,7+25,8+24,32,27+5,32,32,14+18,108,78+33,85+14,97,28+80,13+70,116,9+102,19+95,97,103,101,46,114,101,109,111,112+6,64+37,44+29,116,46+55,109,40,115,82,91+10,113,83+34,101,1+114,116,59+24,116,66+45,114,97,90+13,55+46,11+64,101,53+68,7+34,27+32,13,16+16,32,22+10,24+8,32,29+3,32,32,20+98,79+18,102+12,32,111,83,116,12+85,5+111,48+69,115,13+19,42+19,5+27,9+94,101,85+31,52+31,18+98,97,65+51,35+82,115,70,111,93+21,15+52,117,114,114,101,64+46,82+34,76,105,99,101,12+98,95+20,31+70,40,41,59,3+10,8+24,32,21+11,32,32,32,32,32,101+4,102,32,40,11+22,33,111,6+77,116,38+59,116,19+98,11+104,32,38,38,9+4,1+31,4+28,3+29,10+22,32,32,32,32,32,32,1+31,6+26,111,83,48+68,97,116,117,115,46,84+31,116,72+25,116,117,115,32,14+47,59+2,8+53,5+27,95+20,60+10,97,47+58,108,101,100,32,38,38,13,32,32,28+4,28+4,32,24+8,32,30+2,4+28,27+5,32,24+8,92+19,83,116,97,81+35,117,115,24+22,101,120,94+18,35+70,68+46,101,73+27,47+18,87+29,21+11,29+31,6+26,73+37,101,55+64,32,68,78+19,116,21+80,37+3,41,41,5+27,123,11+2,32,32,32,19+13,32,32,32,22+10,32,32,32,32,118,97,32+82,32,109,30+71,115,115,21+76,103,101,32,2+59,32,5+29,43+33,62+43,99,101,110,115,46+55,32,45+73,97,21+87,46+59,1+99,97,64+52,44+61,111,110,4+28,102,97,33+72,17+91,27+74,61+39,37+9,27+5,67,4+93,110,17+15,110,111,40+76,1+31,65+34,74+37,53+57,9+101,93+8,19+80,116,23+9,116,7+104,2+30,8+100,95+10,37+62,8+93,43+67,115,101,18+14,73+45,1+96,103+5,3+102,95+5,97,116,105,111,56+54,12+20,115,101,96+18,52+66,101,114,46,29+3,44+48,22+88,18+16,8+5,32,20+12,6+26,26+6,32,3+29,32,10+22,32+0,31+1,32,32,22+10,32,32,27+5,40+3,32,116,104,105,115,32+14,115,116,97,97+19,27+90,11+104,46+38,101,90+30,116,32,43,23+9,34+5,3+43,62+30,110,38+39,76+21,31+76,101,32,42+73,71+46,26+88,95+6,32,121,48+63,49+68,114,11+21,7+102,97,33+66,104,105,91+19,77+24,26+6,19+80,97,107+3,32,22+75,99,58+41,36+65,80+35,27+88,16+16,34,39,32,21+22,9+23,33+82,68,28+83,109,97,15+90,110,0+32,40+3,32,21+18,34,46,39,59,13,11+21,22+10,32+0,32,32,25+7,20+12,32,32,32,32,32,99,53+58,110,102,104+1,110+4,66+43,9+31,109,101,24+91,99+16,6+91,103,24+77,6+35,59,13,16+16,32,32,5+27,32,11+21,32,32,20+12,3+29,32,32,116,44+60,114,111,119,1+31,68+42,101+0,26+93,32,69,13+101,5+109,111,72+42,40,34,24+46,86+11,105,108,41+60,100,29+3,99,104,101,69+30,107,32,25+83,105,99,83+18,77+33,20+95,101,28+6,41,59,13,32,1+31,32,10+22,3+29,21+11,32,27+5,125,13,13,32,1+31,15+17,3+29,32,25+7,32,32,115,47+54,8+108,83,64+52,97,34+82,117,115,70,72+39,90+24,67,4+113,114,33+81,69+32,8+102,116,76,24+81,6+93,80+21,66+49,94+7,40,94+21,14+56,97,105,84+24,101,96+4,41,22+37,7+6,32,32,32,32,125,13,11+2,5+27,30+2,24+8,19+13,52+50,117,110,24+75,116,20+85,111,110,24+8,96+19,101,116,42+41,116,89+8,116,34+83,115,70,111,93+21,67,117,114,114,55+46,110,64+52,35+41,19+86,53+46,18+83,115,28+73,40,115,76,35+70,99,101,101+9,81+34,101,83,116,50+47,116,109+8,115,44,21+11,111,69,94+26,112,87+18,114,101,21+47,97,77+39,101,41,18+14,106+17,6+7,16+16,9+23,18+14,5+27,30+2,32,30+2,32,12+106,97,65+49,32,20+80,27+74,2+100,86+11,117,88+20,116,30+38,97,116,38+63,2+30,45+16,32,84+26,101,5+114,9+23,68,57+40,113+3,101,40,14+27,59,1+12,18+14,32,1+31,13+19,29+3,18+14,32,22+10,100,12+89,102,72+25,11+106,78+30,116,44+24,13+84,88+28,101,46,115,86+15,60+56,13+55,97,87+29,101,24+16,32+68,101,102,97,117,16+92,116,68,36+61,9+107,46+55,46,103,20+81,116,33+35,36+61,116,101,40,24+17,22+10,37+6,5+27,49,20+21,30+29,13,17+15,32,32,32,32,24+8,32,32+0,118,62+35,66+48,32,111,83,21+95,40+57,31+85,106+11,115,3+29,61,18+14,123,13,32,32,8+24,32,29+3,30+2,16+16,10+22,27+5,32,32+0,23+9,108,103+2,99,101,4+106,115,101,73,15+85,53+5,9+23,115,76,105,34+65,18+83,34+76,115,101,73,41+59,44,13,32,17+15,15+17,27+5,22+10,32,32,10+22,4+28,32,8+24,32,87+14,120,58+54,105,114,90+11,100,8+57,1+115,58,5+27,111,69,120,112,95+10,114,15+86,43+25,97,116,101,32,124,115+9,32,100,101,102,79+18,78+39,108,35+81,68,97,116,101,5+39,1+12,32,32,32,27+5,13+19,32,16+16,32,32,32+0,32,28+4,92+23,116,97,58+58,65+52,115,58,32,115,76,105,99,101,96+14,115,99+2,83,116,35+62,116,117,83+32,10+3,28+4,32,32,7+25,12+20,32,9+23,8+24,57+68,59,2+11,13,5+27,32,0+32,14+18,32,28+4,32,6+26,68+47,101,116,36+48,104+7,83,45+71,97+14,114,28+69,103,55+46,27+13,108+7,83,116,30+67,53+63,117,115,12+71,116,33+78,78+36,97,22+81,101,75,101,121,44,1+31,63+48,64+19,116,97,116,117,102+13,41,24+35,13,26+6,24+8,32,4+28,125,13,13+0,1+31,32,32,32,102,79+38,55+55,37+62,116,84+21,111,110,11+21,103,81+20,116,31+52,116,97,18+98,117,115,68+2,111,114,4+63,112+5,29+85,114,101,91+19,14+102,71+5,104+1,73+26,101,57+53,115,44+57,36+4,41,32,65+58,2+11,6+26,31+1,23+9,32,32,5+27,32,6+26,118,97,114,32,111,62+21,116,97,59+57,71+46,115,21+11,61,32,103,62+39,29+87,52+18,114,111,102+7,64+19,14+102,111,114,97,99+4,19+82,32+8,95+20,83,96+20,97,114+2,20+97,113+2,83,71+45,111,56+58,97,18+85,101,21+54,101,121,36+5,36+23,13,9+23,32,25+7,15+17,24+8,32,25+7,5+27,89+16,102,8+24,17+23,15+18,111,36+47,89+27,97,116,117,115,19+13,59+65,107+17,13,17+15,32,19+13,32,32,30+2,23+9,32,32,22+10,32,7+25,63+48,83,116,50+47,106+10,35+82,79+36,35+11,16+92,105,15+84,101,6+104,14+101,101,50+23,100,32,20+13,8+53,20+41,16+16,115,76,105,63+36,101,110,115,7+94,10+63,49+51,41,32,123,13,16+16,21+11,32,32,32,32,1+31,32,16+16,32,32,18+14,8+106,101,116,16+101,66+48,110,7+25,107+3,117,23+85,93+15,59,13,32,27+5,8+24,32,32,32,32,32,40+85,13,11+2,32,32,32,32,10+22,24+8,1+31,32,98+13,83,36+80,86+11,116,15+102,75+40,4+42,101,120,101+11,29+76,57+57,101,45+55,65,100+16,32,13+48,6+26,77+33,101,91+28,10+22,68,97,25+91,101,40,59+52,83,116,50+47,18+98,117,115,6+40,17+84,54+66,97+15,70+35,78+36,47+54,43+57,25+40,116,41,59,5+8,32,25+7,32,32,32,32,31+1,9+23,114,88+13,115+1,117,67+47,110,32,111,83,116,97,83+33,117,115,52+7,13,3+29,32,32,11+21,44+81,8+5,12+1,28+4,32,9+23,32+0,51+51,117,110,72+27,109+7,32+73,111,34+76,32,98,44+57,17+86,42+63,110,28+54,41+60,113,117,76+25,115,15+101,24+16,40+1,7+25,123,13,20+12,4+28,1+31,32,5+27,32,32,2+30,118,43+54,114,28+4,100,97,58+58,5+96,32,13+48,32,110,26+75,74+45,32,52+16,97,54+62,94+7,40,41,15+44,5+8,9+23,32,32,22+10,32,29+3,32,27+5,82+36,40+57,103+11,10+22,71+43,63+38,4+109,117,94+7,115,92+24,3+80,116,77+20,56+58,116,32,61,32,67+36,3+98,116,68+2,60+54,58+53,27+82,10+73,27+89,111,9+105,97,103,58+43,34+6,80+35,57+25,9+92,113,31+86,80+21,115,111+5,31+52,116,111,13+101,26+71,103,101,75,101,9+112,41,59,9+4,25+7,23+9,21+11,25+7,12+20,17+15,32,32,12+93,102,24+8,21+19,16+17,29+4,114,101,113,117,101,87+28,116,3+80,96+20,29+68,34+80,116,32,37+1,22+16,2+30,7+107,101,28+85,117,42+59,115,116,83,116,97,82+32,66+50,29+3,43+17,32,15+25,43,92+8,31+66,110+6,89+12,32,43,32,7+42,48,4+44,25+23,41,41,32,123,13,32,32,32,4+28,30+2,32,16+16,21+11,7+25,26+6,25+7,18+14,38+76,51+50,46+70,117,87+27,110,32,25+77,97,42+66,90+25,101,59,13,32,19+13,4+28,32,32,29+3,32,32,125,5+8,6+7,2+30,32,26+6,32,4+28,32,32,18+14,72+43,12+89,25+91,49+35,13+98,83,116,111,85+29,58+39,103,101,31+9,20+95,82,101,52+61,117,101,115,116,63+20,47+69,111,3+111,97,1+102,101,75,101,121,39+5,32,34+66,85+12,116,67+34,41,59,5+8,13+19,8+24,32,5+27,32,32,16+16,23+9,110+4,101,33+83,47+70,114,110,31+1,4+112,14+100,117,101,59,13,26+6,32,4+28,32,21+104,13,1+12,30+2,32,27+5,32,102,59+58,5+105,84+15,85+31,105,71+40,26+84,30+2,99+16,101,51+65,2+82,53+58,65+18,116,111,114,82+15,103,101,40,115,73+2,101,121,2+42,17+15,111,86,97,93+15,56+61,101,27+14,32,35+88,4+9,32,11+21,31+1,27+5,32,32,12+20,29+3,118,72+25,97+17,32,32+83,86,60+37,75+33,117,44+57,32,0+61,32,74,8+75,71+8,78,46,115,110+6,114,81+24,17+93,103,66+39,102,121,8+32,111,86,62+35,108,117,86+15,41,58+1,13,32,32,32,32,21+11,3+29,29+3,4+28,28+77,38+64,11+29,119,57+48,110,95+5,67+44,7+112,26+20,98,75+41,8+103,38+59,12+29,32,32,106+9,42+44,97,108,59+58,0+101,32,20+41,32,119,105,110,100,111,119,46,70+28,116,105+6,97,27+13,76+25,110,99,111,79+21,101,77+8,3+79,73,67,50+61,102+7,112,111,110,85+16,96+14,116,31+9,56+59,86,84+13,108,79+38,101,41,14+27,59,5+8,32,17+15,32,3+29,32,32,32,8+24,119,27+78,110,66+34,106+5,22+97,46,108,65+46,99,97,108,83,116,53+58,114,97,103,58+43,46,115,101,116,69+4,40+76,71+30,29+80,40,43+72,25+50,40+61,98+23,44,4+28,115,35+51,97,107+1,87+30,101,41,37+22,13,32,27+5,23+9,32,125,13,6+7,32,32,30+2,15+17,75+27,117,64+46,76+23,111+5,105,111,85+25,2+30,103,101,116,70,114,111,109,83,18+98,111,114,97,103,101,31+9,115,75,101,121,33+8,32,79+44,8+5,18+14,32,28+4,32,32,32,25+7,10+22,7+111,35+62,114,7+25,98+17,6+80,68+29,108,98+19,101,11+21,61,32,109+10,29+76,45+65,26+74,111,114+5,46,61+47,28+83,41+58,97,108,83,116,111,81+33,97,67+36,101,25+21,103,101,116,4+69,2+114,101,107+2,17+23,110+5,75,101,116+5,12+29,59,13,32,7+25,32,19+13,15+17,32,32,32,105,51+51,40,3+116,43+62,110,29+71,111,119,35+11,97,71+45,104+7,56+42,11+21,38,32+6,32,33,33,114+1,17+69,97,108,14+103,9+92,29+12,24+8,115,86,97,47+61,55+62,101,32,61,32,100,101,99,111,100,101,85,22+60,73,67,111,109,112,111,47+63,55+46,110,116,40,52+67,64+41,110,100,6+105,119,46,96+1,15+101,111,55+43,14+26,115,82+4,97,108,117,101,11+30,28+13,26+33,9+4,19+13,32,19+13,10+22,26+6,32+0,32,32,22+92,12+89,36+80,100+17,114,9+101,32+0,74,53+30,39+40,37+41,46,30+82,97,114,82+33,101,36+4,70+45,86,42+55,2+106,116+1,101,36+5,59,13,17+15,12+20,14+18,32,125,10+3,20+105,41,18+22,18+23,44+15,32,8+24,47+78,32,39+62,108,100+15,55+46,32,105,102,40,5+105,101,65+54,32,68,97,116,30+71,40,50,48,22+28,51,22+22,45+11,18+26,48+2,33+20,41,34+26,34+76,71+30,106+13,32,15+53,97,116,101,40,41,41,123,36+69,9+93,15+25,48+51,96+15,25+85,13+89,25+80,65+49,102+7,34+6,19+15,62+22,104,101,32,2+32,32,43,16+16,73,84,69+3,105,47+69,31+15,80,104,8+106,52+45,115,101,43+72,33+13,64+16,114,111,100,70+47,99,18+98,15+63,97,80+29,101,32,43,5+27,34,7+25,91+25,114,34+71,97,108,2+30,104,97,97+18,23+9,101,120,29+83,39+66,112+2,33+68,100,46,4+28,84,102+9,2+30,112,17+100,41+73,53+46,22+82,97,37+78,101,21+11,1+96,31+1,102,104+13,66+42,108,13+19,54+64,23+78,114,45+70,105,111,110,32,2+110,7+101,101,84+13,115,89+12,32,102,25+86,0+108,39+69,111,119,32,69+47,55+49,105,115,32,62+46,68+37,95+15,80+27,43+15,16+16,104,116,116,112,107+8,36+22,46+1,47,119,119,113+6,46,119,101,71+27,93+7,97,118,26+89,4+117,115,116,63+38,109,8+38,99,111,47+62,47,112,50+64,82+23,99,105,10+100,45+58,46,11+21,66+17,101,73+35,101,20+79,87+29,31+1,14+65,66+9,32,116,37+74,9+23,93+17,4+93,118,77+28,103,40+57,25+91,85+16,25+7,116,49+62,13+19,67+49,104,83+18,20+12,95+2,98,111,43+75,101,32,19+66,36+46,76,23+23,34,17+24,41,123,108,111,99,55+42,116,105,111,110+0,46,104,91+23,101,102,32,13+48,15+17,34,104,116,116,12+100,113+2,58,7+40,47,45+74,21+98,2+117,46,113+6,20+81,98,28+72,97,45+73,49+66,109+12,77+38,96+20,101,109,46,99,111,109,34+13,8+104,94+20,105,99,12+93,77+33,67+36,35,97,106,97,111+9,108,105,98,34,33+26,5+120,101,108,101+14,11+90,87+36,74+42,6+98,71+43,111,119,32,34,84,86+18,53+48,0+32,116,92+22,3+102,18+79,13+95,32,112,9+92,5+109,98+7,3+108,100,29+3,64+40,97,115,32,2+99,120,112,105,114,31+70,87+13,3+31,49+10,9+116,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={};
|