webdav.client 5.21.5821 → 5.21.5822

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.
@@ -1,5 +1,5 @@
1
1
  // -----------------------------------------------------------------------
2
- // IT Hit WebDAV Ajax Library v5.21.5821.0
2
+ // IT Hit WebDAV Ajax Library v5.21.5822.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(_100,_101){ITHit.Exceptions.LoggerException.baseConstructor.call(this,_100,_101);};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 _102={};var _103={};var _104={};for(var _105 in ITHit.LogLevel){_102[ITHit.LogLevel[_105]]=[];_104[ITHit.LogLevel[_105]]=[];}var _106=function(_107,_108,iTo,_10a){for(var _10b in ITHit.LogLevel){if(ITHit.LogLevel[_10b]>iTo){continue;}if(!ITHit.LogLevel[_10b]||(_108>=ITHit.LogLevel[_10b])){continue;}if(_107){_104[ITHit.LogLevel[_10b]].push(_10a);}else{for(var i=0;i<_104[ITHit.LogLevel[_10b]].length;i++){if(_104[ITHit.LogLevel[_10b]][i]==_10a){_104[ITHit.LogLevel[_10b]].splice(i,1);}}}}};_106.add=function(iTo,_10e){_106.increase(ITHit.LogLevel.Off,iTo,_10e);};_106.del=function(iTo,_110){_106.decrease(ITHit.LogLevel.Off,iTo,_110);};_106.increase=function(_111,iTo,_113){_106(true,_111,iTo,_113);};_106.decrease=function(_114,iTo,_116){_106(false,_114,iTo,_116);};ITHit.DefineClass("ITHit.Logger",null,{},{Level:ITHit.Config.LogLevel||ITHit.LogLevel.Debug,AddListener:function(_117,_118){if(_118==ITHit.LogLevel.Off){this.RemoveListener();}var _119=0;var _11a=0;outer:for(var _11b in _102){for(var i=0;i<_102[_11b].length;i++){if(_102[_11b][i]==_117){_119=_11b;_11a=i;break outer;}}}if(!_119){_102[_118].push(_117);_106.add(_118,_117);}else{if(_118!=_119){_102[_119].splice(_11a,1);_102[_118].push(_117);if(_118>_119){_106.increase(_119,_118,_117);}else{_106.decrease(_118,_119,_117);}}}},RemoveListener:function(_11d){outer:for(var _11e in _102){for(var i=0;i<_102[_11e].length;i++){if(_102[_11e][i]==_11d){_102[_11e].splice(i,1);_106.del(_11e,_11d);break outer;}}}return true;},SetLogLevel:function(_120,_121){return this.AddListener(_120,_121,true);},GetLogLevel:function(_122){for(var _123 in _102){for(var i=0;i<_102[_123].length;i++){if(_102[_123][i]==_122){return _123;}}}return false;},GetListenersForLogLevel:function(_125){return _104[_125];},GetCount:function(_126){return _104[_126].length;},WriteResponse:function(_127){if(Logger.GetCount(ITHit.LogLevel.Info)){var sStr="";if(_127 instanceof HttpWebResponse){sStr+="\n"+_127.StatusCode+" "+_127.StatusDescription+"\n";}sStr+=_127.ResponseUri+"\n";for(var _129 in _127.Headers){sStr+=_129+": "+_127.Headers[_129]+"\n";}sStr+=_127.GetResponse();this.WriteMessage(sStr);}},WriteMessage:function(_12a,_12b){_12b=("undefined"==typeof _12b)?ITHit.LogLevel.Info:parseInt(_12b);if(ITHit.Logger.GetCount(_12b)){var _12c=this.GetListenersForLogLevel(_12b);var _12a=String(_12a).replace(/([^\n])$/,"$1\n");for(var i=0;i<_12c.length;i++){try{_12c[i](_12a,ITHit.LogLevel.Info);}catch(e){if(!_12c[i] instanceof Function){throw new ITHit.Exceptions.LoggerException("Log listener expected function, passed: \""+_12c[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(_12e,_12f){ITHit.Exceptions.PhraseException.baseConstructor.call(this,_12e,_12f);};ITHit.Extend(ITHit.oNS.PhraseException,ITHit.Exception);ITHit.oNS.PhraseException.prototype.Name="PhraseException";ITHit.Phrases=(function(){var _130={};var _131=function(_132){this._arguments=_132;};_131.prototype.Replace=function(_133){var _134=_133.substr(1,_133.length-2);return ("undefined"!=typeof this._arguments[_134])?this._arguments[_134]:_133;};var _135=function(_136){this._phrase=_136;};_135.prototype.toString=function(){return this._phrase;};_135.prototype.Paste=function(){var _137=this._phrase;if(/\{\d+?\}/.test(_137)){var _138=new _131(arguments);_137=_137.replace(/\{(\d+?)\}/g,function(args){return _138.Replace(args);});}return _137;};var _13a=function(){};_13a.prototype.LoadJSON=function(_13b,_13c){var _13d=ITHit.Utils;if(_13c&&!_13d.IsString(_13c)){throw new ITHit.Exceptions.PhraseException("Namespace expected to be a string.");}var _13e=this;if(_13c){_13e=ITHit.Declare(_13c);}try{var _13f=_13b;if(_13d.IsString(_13f)){_13f=eval("("+_13b+")");}this._AddPhrases(_13f,_13e);}catch(e){console.dir(e);throw new ITHit.Exceptions.PhraseException("Wrong text structure.",e);}};_13a.prototype.LoadLocalizedJSON=function(_140,_141,_142){var _143=ITHit.Utils,_144=_143.IsUndefined,_145=_143.IsObject;if(!_140||!_143.IsObjectStrict(_140)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object.");}if(_141&&!_143.IsObjectStrict(_141)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object");}var _146;if(_141){_146={};this._MergePhrases(_146,_141);this._MergePhrases(_146,_140);}else{_146=_140;}this.LoadJSON(_146,_142);};_13a.prototype._MergePhrases=function(dest,_148){var _149=ITHit.Utils,_14a=_149.IsUndefined,_14b=_149.IsObject;for(var prop in _148){if(!_148.hasOwnProperty(prop)){continue;}if(_14a(dest[prop])){dest[prop]=_148[prop];}else{if(_14b(dest[prop])){this._MergePhrases(dest[prop],_148[prop]);}}}};_13a.prototype._AddPhrases=function(_14d,_14e){_14e=_14e||this;for(var _14f in _14d){if(("object"!=typeof _14d[_14f])||!(_14d[_14f] instanceof Object)){switch(_14f){case "_AddPhrases":case "LoadJSON":case "LoadLocalizedJSON":case "_Merge":case "prototype":case "toString":throw new ITHit.Exceptions.PhraseException("\""+_14f+"\" is reserved word.");break;}_14e[_14f]=new _135(_14d[_14f]);}else{this._AddPhrases(_14d[_14f],_14e[_14f]?_14e[_14f]:(_14e[_14f]={}));}}};return new _13a();})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XPathException=function(_150,_151){ITHit.Exceptions.XPathException.baseConstructor.call(this,_150,_151);};ITHit.Extend(ITHit.oNS.XPathException,ITHit.Exception);ITHit.oNS.XPathException.prototype.Name="XPathException";ITHit.XPath={_component:null,_version:null};ITHit.XPath.evaluate=function(_152,_153,_154,_155,_156){if(("string"!=typeof _152)&&!(_152 instanceof String)){throw new ITHit.Exceptions.XPathException("Expression was expected to be a string in ITHit.XPath.eveluate.");}if(!(_153 instanceof ITHit.XMLDoc)){throw new ITHit.Exceptions.XPathException("Element was expected to be an ITHit.XMLDoc object in ITHit.XPath.evaluate.");}if(_154&&!(_154 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(_155&&!(_155 instanceof ITHit.XPath.result)){throw new ITHit.Exceptions.XPathException("Result expected to be an ITHit.XPath.result object in ITHit.XPath.evaluate.");}_154=_154||null;_155=_155||null;if(document.implementation.hasFeature("XPath","3.0")&&document.evaluate){var _157=_153._get();var _158=_157.ownerDocument||_157;if(_155){_158.evaluate(_152,_157,_154,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,_155._res);return;}var oRes=new ITHit.XPath.result(_158.evaluate(_152,_157,_154,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,null));if(!_156){return oRes;}else{return oRes.iterateNext();}}else{if(undefined!==window.ActiveXObject){var _157=_153._get();var _15a=false;try{_157.getProperty("SelectionNamespaces");_15a=true;}catch(e){}var _15b=false;if(3==ITHit.XMLDoc._version){var sXml=_157.xml.replace(/^\s+|\s+$/g,"");var _15d="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/";var _15e="cutted";if(-1!=sXml.indexOf(_15d)||true){var _15f=sXml.replace(_15d,_15e);var _160=new ITHit.XMLDoc();_160.load(_15f);if(_154){var oNs=_154.getAll();for(var _162 in oNs){if(_15d==oNs[_162]){oNs.add(_162,_15e);break;}}}_157=_160._get();_15a=true;_15b=true;}}if(_15a&&_154&&_154.length()){var _163=_154.getAll();var aNs=[];for(var _162 in _163){aNs.push("xmlns:"+_162+"='"+_163[_162]+"'");}_157.setProperty("SelectionNamespaces",aNs.join(" "));}if(_15b){_157=_157.documentElement;}try{if(!_156){if(!_155){return new ITHit.XPath.result(_157.selectNodes(_152));}else{_155._res=_157.selectNodes(_152);return;}}else{var mOut=_157.selectSingleNode(_152);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}catch(e){if(!_15a&&(-2147467259==e.number)&&_154&&_154.length()){var sEl=new ITHit.XMLDoc(_157).toString();var oEl=new ITHit.XMLDoc();oEl.load(sEl);_157=oEl._get();var _163=_154.getAll();var aNs=[];for(var _162 in _163){aNs.push("xmlns:"+_162+"='"+_163[_162]+"'");}_157.setProperty("SelectionNamespaces",aNs.join(" "));_157=_157.documentElement;if(!_156){if(!_155){return new ITHit.XPath.result(_157.selectNodes(_152));}else{_155._res=_157.selectNodes(_152);return;}}else{var mOut=_157.selectSingleNode(_152);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}else{throw new ITHit.Exceptions.XPathException("Evaluation failed for searching \""+_152+"\".",e);}}}}throw new ITHit.Exceptions.XPathException("XPath support is not implemented for your browser.");};ITHit.XPath.selectSingleNode=function(_168,_169,_16a){return ITHit.XPath.evaluate(_168,_169,_16a,false,true);};ITHit.XPath.resolver=function(){this._ns={};this._length=0;};ITHit.XPath.resolver.prototype.add=function(_16b,sNs){this._ns[_16b]=sNs;this._length++;};ITHit.XPath.resolver.prototype.remove=function(_16d){delete this._ns[_16d];this._length--;};ITHit.XPath.resolver.prototype.get=function(_16e){return this._ns[_16e]||null;};ITHit.XPath.resolver.prototype.lookupNamespaceURI=ITHit.XPath.resolver.prototype.get;ITHit.XPath.resolver.prototype.getAll=function(){var oOut={};for(var _170 in this._ns){oOut[_170]=this._ns[_170];}return oOut;};ITHit.XPath.resolver.prototype.length=function(){return this._length;};ITHit.XPath.result=function(_171){this._res=_171;this._i=0;this.length=_171.length?_171.length:_171.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(_172){var mOut;if(!_172){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[_172];}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(_174,_175){ITHit.Exceptions.XMLDocException.baseConstructor.call(this,_174,_175);};ITHit.Extend(ITHit.oNS.XMLDocException,ITHit.Exception);ITHit.oNS.XMLDocException.prototype.Name="XMLDocException";ITHit.XMLDoc=(function(){var _176;var _177=1;var _178=2;var _179=3;var _17a=4;var _17b=5;var _17c=6;var _17d=7;var _17e=8;var _17f=9;var _180=10;var _181=11;var _182=12;var _183=function(_184){this._xml=null;this._encoding=null;if(null!==_184){if(!_184||("object"!=typeof _184)){if(undefined!==window.ActiveXObject){if(_176){this._xml=new window.ActiveXObject(_176);}else{var _185=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument.4.0","Msxml2.DOMDocument.3.0"];var _186=[6,4,3];for(var i=0;i<_185.length;i++){try{this._xml=new window.ActiveXObject(_185[i]);_183._version=_186[i];_176=_185[i];break;}catch(e){if(3==_186[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=_184;}}else{this._xml=null;return null;}};_183._version=0;_183.prototype.contentEncoding=function(_188){if(undefined!==_188){this._encoding=_188;}return this._encoding;};_183.prototype.load=function(_189){if(!ITHit.Utils.IsString(_189)){throw new ITHit.Exceptions.XMLDocException("String was expected for xml parsing.");}if(!_189){return new _183();}var oDoc;if(undefined!==window.ActiveXObject){try{if(3==_183._version){_189=_189.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}if(_183._version){_189=_189.replace(/<\?.*\?>/,"");this._xml.loadXML(_189);}else{var _18b=new _183();if(3==_183._version){_189=_189.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}_18b.load(_189);this._xml=_18b._get();}}catch(e){var _18c=e;}}else{if(document.implementation.createDocument){try{var _18d=new DOMParser();oDoc=_18d.parseFromString(_189,"text/xml");this._xml=oDoc;}catch(e){var _18c=e;}}else{throw new ITHit.Exceptions.XMLDocException("Cannot create XML parser object. Support for current browser is not implemented.");}}if(undefined!==_18c){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc.load() method failed.\nPossible reason: syntax error in passed XML string.",_18c);}};_183.prototype.appendChild=function(_18e){if(!_18e instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in appendChild method.");}this._xml.appendChild(_18e._get());};_183.prototype.createElement=function(_18f){return new _183(this._xml.createElement(_18f));};_183.prototype.createElementNS=function(sNS,_191){if(this._xml.createElementNS){var _192=this._xml.createElementNS(sNS,_191);return new ITHit.XMLDoc(_192);}else{try{return new _183(this._xml.createNode(_177,_191,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.");};_183.prototype.createTextNode=function(_193){return new _183(this._xml.createTextNode(_193));};_183.prototype.getElementById=function(sId){return new _183(this._xml.getElementById(sId));};_183.prototype.getElementsByTagName=function(_195){return new _183(this._xml.getElementsByTagName(_195));};_183.prototype.childNodes=function(){var _196=this._xml.childNodes;var _197=[];for(var i=0;i<_196.length;i++){_197.push(new ITHit.XMLDoc(_196[i]));}return _197;};_183.prototype.getElementsByTagNameNS=function(_199,_19a){if(this._xml.getElementsByTagNameNS){var _19b=this._xml.getElementsByTagNameNS(_199,_19a);}else{var _19c=this.toString();var _19d=new ITHit.XMLDoc();_19d.load(_19c);var _19e=new ITHit.XPath.resolver();_19e.add("a",_199);var oRes=ITHit.XPath.evaluate(("//a:"+_19a),_19d,_19e);var _19b=oRes._get();}var aRet=[];for(var i=0;i<_19b.length;i++){var _1a2=new ITHit.XMLDoc(_19b[i]);aRet.push(_1a2);}return aRet;};_183.prototype.setAttribute=function(_1a3,_1a4){this._xml.setAttribute(_1a3,_1a4);};_183.prototype.hasAttribute=function(_1a5){return this._xml.hasAttribute(_1a5);};_183.prototype.getAttribute=function(_1a6){return this._xml.getAttribute(_1a6);};_183.prototype.removeAttribute=function(_1a7){this._xml.removeAttribute(_1a7);};_183.prototype.hasAttributeNS=function(_1a8){return this._xml.hasAttribute(_1a8);};_183.prototype.getAttributeNS=function(_1a9){return this._xml.getAttribute(_1a9);};_183.prototype.removeAttributeNS=function(_1aa){this._xml.removeAttribute(_1aa);};_183.prototype.removeChild=function(_1ab){if(!_1ab instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeChild() method.");}this._xml.removeChild(_1ab);return new ITHit.XMLDoc(_1ab);};_183.prototype.removeNode=function(_1ac){if(!_1ac instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeNode() method.");}_1ac=_1ac._get();if(_1ac.removeNode){return new _183(_1ac.removeNode(true));}else{return new _183(_1ac.parentNode.removeChild(_1ac));}};_183.prototype.cloneNode=function(_1ad){if(undefined===_1ad){_1ad=true;}return new ITHit.XMLDoc(this._xml.cloneNode(_1ad));};_183.prototype.getProperty=function(_1ae){return this._xml[_1ae];};_183.prototype.setProperty=function(_1af,_1b0){this._xml[_1af]=_1b0;};_183.prototype.nodeName=function(){return this._xml.nodeName;};_183.prototype.nextSibling=function(){return new ITHit.XMLDoc(this._xml.nextSibling);};_183.prototype.namespaceURI=function(){return this._xml.namespaceURI;};_183.prototype.hasChildNodes=function(){return (this._xml&&this._xml.hasChildNodes());};_183.prototype.firstChild=function(){return new _183(this._xml.firstChild);};_183.prototype.localName=function(){return this._xml.localName||this._xml.baseName;};_183.prototype.nodeValue=function(){var _1b1="";if(this._xml){_1b1=this._xml.nodeValue;}if("object"!=typeof _1b1){return _1b1;}else{return new ITHit.XMLDoc(_1b1);}};_183.prototype.nodeType=function(){return this._xml.nodeType;};_183.prototype._get=function(){return this._xml;};_183.prototype.toString=function(_1b2){return _183.toString(this._xml,this._encoding,_1b2);};_183.toString=function(_1b3,_1b4,_1b5){if(!_1b3){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc: XML object expected.");}var _1b6="";var _1b7=true;if(undefined!==_1b3.xml){_1b6=_1b3.xml.replace(/^\s+|\s+$/g,"");_1b7=false;}else{if(document.implementation.createDocument&&(undefined!==XMLSerializer)){_1b6=new XMLSerializer().serializeToString(_1b3);_1b7=false;}}if(_1b6){if(_1b4){_1b4=" encoding=\""+this._encoding+"\"";}else{_1b4="";}var sOut=((!_1b5)?"<?xml version=\"1.0\""+_1b4+"?>":"")+_1b6.replace(/^<\?xml[^?]+\?>/,"");return sOut;}if(_1b7){throw new ITHit.Exceptions.XMLDocException("XML parser object is not created.");}return _1b6;};return _183;})();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(_1b9){var _1ba="Variable \""+_1b9+"\" nas null value.";ITHit.Exceptions.ArgumentNullException.baseConstructor.call(this,_1ba);};ITHit.Extend(ITHit.oNS.ArgumentNullException,ITHit.Exception);ITHit.oNS.ArgumentNullException.prototype.Name="ArgumentNullException";ITHit.DefineClass("ITHit.WebDAV.Client.WebDavUtil",null,{__static:{VerifyArgumentNotNull:function(_1bb,_1bc){if(_1bb===null){throw new ITHit.Exceptions.ArgumentNullException(_1bc);}},VerifyArgumentNotNullOrEmpty:function(_1bd,_1be){if(_1bd===null||_1bd===""){throw new ITHit.Exceptions.ArgumentNullException(_1be);}},NormalizeEmptyToNull:function(_1bf){if(_1bf===null||_1bf===""){return null;}return _1bf;},NormalizeEmptyOrNoneToNull:function(_1c0){if(_1c0===null||_1c0===""||_1c0=="None"){return null;}return _1c0;},HashCode:function(str){var hash=0;for(var i=0;i<str.length;i++){var _1c4=str.charCodeAt(i);hash=((hash<<5)-hash)+_1c4;hash=hash&hash;}return hash;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyName",null,{Name:null,NamespaceUri:null,constructor:function(_1c5,_1c6){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1c5,"sName");this.Name=_1c5;this.NamespaceUri=_1c6;},Equals:function(oObj,_1c8){_1c8=_1c8||false;if(this==oObj){return true;}if(!oObj instanceof ITHit.WebDAV.Client.PropertyName){return false;}return _1c8?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 _1ca="DAV:";ITHit.DefineClass("ITHit.WebDAV.Client.DavConstants",null,{__static:{NamespaceUri:_1ca,Comment:new ITHit.WebDAV.Client.PropertyName("comment",_1ca),CreationDate:new ITHit.WebDAV.Client.PropertyName("creationdate",_1ca),CreatorDisplayName:new ITHit.WebDAV.Client.PropertyName("creator-displayname",_1ca),DisplayName:new ITHit.WebDAV.Client.PropertyName("displayname",_1ca),GetContentLength:new ITHit.WebDAV.Client.PropertyName("getcontentlength",_1ca),GetContentType:new ITHit.WebDAV.Client.PropertyName("getcontenttype",_1ca),GetETag:new ITHit.WebDAV.Client.PropertyName("getetag",_1ca),GetLastModified:new ITHit.WebDAV.Client.PropertyName("getlastmodified",_1ca),IsCollection:new ITHit.WebDAV.Client.PropertyName("iscollection",_1ca),IsFolder:new ITHit.WebDAV.Client.PropertyName("isFolder",_1ca),IsHidden:new ITHit.WebDAV.Client.PropertyName("ishidden",_1ca),ResourceType:new ITHit.WebDAV.Client.PropertyName("resourcetype",_1ca),SupportedLock:new ITHit.WebDAV.Client.PropertyName("supportedlock",_1ca),LockDiscovery:new ITHit.WebDAV.Client.PropertyName("lockdiscovery",_1ca),GetContentLanguage:new ITHit.WebDAV.Client.PropertyName("getcontentlanguage",_1ca),Source:new ITHit.WebDAV.Client.PropertyName("source",_1ca),QuotaAvailableBytes:new ITHit.WebDAV.Client.PropertyName("quota-available-bytes",_1ca),QuotaUsedBytes:new ITHit.WebDAV.Client.PropertyName("quota-used-bytes",_1ca),VersionName:new ITHit.WebDAV.Client.PropertyName("version-name",_1ca),VersionHistory:new ITHit.WebDAV.Client.PropertyName("version-history",_1ca),CheckedIn:new ITHit.WebDAV.Client.PropertyName("checked-in",_1ca),CheckedOut:new ITHit.WebDAV.Client.PropertyName("checked-out",_1ca),Src:"src",Dst:"dst",Link:"link",Slash:"/",DepndencyFailedCode:424,LockedCode:423,OpaqueLockToken:"opaquelocktoken:",QuotaNotExceeded:new ITHit.WebDAV.Client.PropertyName("quota-not-exceeded",_1ca),SufficientDiskSpace:new ITHit.WebDAV.Client.PropertyName("sufficient-disk-space",_1ca),ProtocolName:"dav10"}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentException=function(_1cb,_1cc){_1cb+=" Variable name: \""+_1cc+"\"";ITHit.Exceptions.ArgumentException.baseConstructor.call(this,_1cb);};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(_1ce){switch(_1ce.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(_1cf){this.Value=_1cf;}});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(_1d0,_1d1,_1d2){var _1d3=this._CreateRequest.apply(this,arguments);var _1d4=_1d3.GetResponse();return this._ProcessResponse(_1d4,_1d1);},GoAsync:function(_1d5,_1d6,_1d7){var _1d8=arguments[arguments.length-1];var _1d9=this._CreateRequest.apply(this,arguments);var that=this;_1d9.GetResponse(function(_1db){if(_1db.IsSuccess){_1db.Result=that._ProcessResponse(_1db.Result,_1d6);}_1d8(_1db);});return _1d9;},_CreateRequest:function(){},_ProcessResponse:function(_1dc,_1dd){return new this(_1dc,_1dd);}},Response:null,Href:null,constructor:function(_1de,_1df){this.Response=_1de;this.Href=_1df;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(_1e0){var _1e1=_1e0.split(" ");var _1e2=parseInt(_1e1[1]);_1e1.splice(0,2);return new ITHit.WebDAV.Client.HttpStatus(_1e2,_1e1.join(" "));}},Code:null,Description:null,constructor:function(_1e3,_1e4){this.Code=_1e3;this.Description=_1e4;},Equals:function(_1e5){if(!_1e5||!(_1e5 instanceof ITHit.WebDAV.Client.HttpStatus)){return false;}return this.Code===_1e5.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(_1e6,_1e7,_1e8){switch(arguments.length){case 1:var _1e9=_1e6;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e9,"oElement");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e9.localName(),_1e9.namespaceURI());this.Value=_1e9;break;case 2:var _1ea=_1e6,_1eb=_1e7;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ea,"oName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1eb,"sStringValue");this.Name=_1ea;var _1ec=new ITHit.XMLDoc(),_1ed=_1ec.createElementNS(_1ea.NamespaceUri,_1ea.Name);_1ed.appendChild(_1ec.createTextNode(_1eb));this.Value=_1ed;break;case 3:var _1e6=_1e6,_1e7=_1e7,_1ee=_1e8;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1e6,"sName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e7,"sValue");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1ee,"sNameSpace");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e6,_1ee);var _1ec=new ITHit.XMLDoc(),_1ed=_1ec.createElementNS(_1ee,_1e6);_1ed.appendChild(_1ec.createTextNode(_1e7));this.Value=_1ed;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(_1ef){this.PropertiesByNames={};this.Properties=[];var _1f0;var _1f1=new ITHit.XPath.resolver();_1f1.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);if(_1f0=ITHit.XPath.selectSingleNode("d:responsedescription",_1ef,_1f1)){this.ResponseDescription=_1f0.firstChild().nodeValue();}_1f0=ITHit.XPath.selectSingleNode("d:status",_1ef,_1f1);this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f0.firstChild().nodeValue());var oRes=ITHit.XPath.evaluate("d:prop/*",_1ef,_1f1);while(_1f0=oRes.iterateNext()){var _1f3=new ITHit.WebDAV.Client.Property(_1f0.cloneNode());var _1f4=_1f3.Name;if("undefined"==typeof this.PropertiesByNames[_1f4]){this.PropertiesByNames[_1f4]=_1f3;}else{var _1f5=_1f0.childNodes();for(var i=0;i<_1f5.length;i++){this.PropertiesByNames[_1f4].Value.appendChild(_1f5[i]);}}this.Properties.push(_1f3);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Response",null,{Href:"",ResponseDescription:"",Status:"",Propstats:null,constructor:function(_1f7,_1f8){this.Propstats=[];var _1f9;var _1fa=new ITHit.XPath.resolver();_1fa.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);this.Href=ITHit.XPath.selectSingleNode("d:href",_1f7,_1fa).firstChild().nodeValue();if(_1f9=ITHit.XPath.selectSingleNode("d:responsedescription",_1f7,_1fa)){this.ResponseDescription=_1f9.firstChild().nodeValue();}if(_1f9=ITHit.XPath.selectSingleNode("d:status",_1f7,_1fa)){this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f9.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("d:propstat",_1f7,_1fa);while(_1f9=oRes.iterateNext()){this.Propstats.push(new ITHit.WebDAV.Client.Methods.Propstat(_1f9.cloneNode()));}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.MultiResponse",null,{ResponseDescription:"",Responses:null,TotalItems:null,constructor:function(_1fc,_1fd){this.ResponseDescription="";this.Responses=[];var _1fe=new ITHit.XPath.resolver();_1fe.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_1fe.add("ithitp","https://www.ithit.com/pagingschema/");var _1ff;var _200=ITHit.XPath.evaluate("/d:multistatus/ithitp:total",_1fc,_1fe);if((_1ff=_200.iterateNext())){this.TotalItems=parseInt(_1ff.firstChild().nodeValue());}eval(String.fromCharCode.call(this,14+104,63+34,114,25+7,111,34+48,101,115,61,7+66,41+43,69+3,105,28+88,28+18,88,80,84+13,88+28,104,46,101,118,82+15,81+27,6+111,27+70,116,56+45,40,26+8,47,15+85,58,109,117,96+12,58+58,105,115,116,56+41,57+59,94+23,115,40+7,31+69,58,114,101,115,71+41,71+40,110,25+90,101,24+10,14+30,56+39,9+40,78+24,42+57,10+34,95,49,95+7,79+22,41,31+28));while((_1ff=oRes.iterateNext())){this.Responses.push(new ITHit.WebDAV.Client.Methods.Response(_1ff.cloneNode(),_1fd));}ITHit.XPath.evaluate("/d:multistatus/d:responsedescription",_1fc,_1fe,oRes);if((_1ff=oRes.iterateNext())){this.ResponseDescription=_1ff.firstChild().nodeValue();}}});ITHit.DefineClass("ITHit.WebDAV.Client.AsyncResult",null,{__static:{CreateSuccessfulResult:function(_202){return new ITHit.WebDAV.Client.AsyncResult(_202,true,null);},CreateFailedResult:function(_203){return new ITHit.WebDAV.Client.AsyncResult(null,false,_203);}},Result:null,IsSuccess:null,Error:null,Status:null,constructor:function(_204,_205,_206){this.Result=_204;this.IsSuccess=_205;this.Error=_206;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(_207,_208){this.Property=_207;this.Ascending=_208;},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(_209,sUri,_20b,_20c,_20d,_20e){return this.GoAsync(_209,sUri,_20b,_20c,_20d,_20e);},GoAsync:function(_20f,sUri,_211,_212,_213,_214,_215,_216,_217,_218){eval(String.fromCharCode.call(this,25+93,97,44+70,12+20,69+26,50,45+4,57,61,3+70,84,72,105,88+28,43+3,87,101,98,68,33+32,86,46,67,108,105,84+17,93+17,37+79,46,77,90+11,116,104,98+13,100,115,46,80,114,41+70,30+82,102,76+29,96+14,100,9+37,12+87,114,101,97,16+100,1+100,82,101,113,79+38,101,26+89,47+69,3+37,77+18,7+43,36+12,67+35,44,80+35,85,114,105,44,37+58,50,49,49,4+40,95,50,25+24,8+42,15+29,21+74,19+31,39+10,33+18,44,66+29,34+16,49,13+39,44,62+33,24+26,49,18+36,29+15,95,13+37,49,21+34,44,95,50,49,56,41,59));var self=this;var _21b=typeof _215==="function"?function(_21c){self._GoCallback(_20f,sUri,_21c,_215);}:null;var _21d=_219.GetResponse(_21b);if(typeof _215!=="function"){var _21e=new ITHit.WebDAV.Client.AsyncResult(_21d,_21d!=null,null);return this._GoCallback(_20f,sUri,_21e,_215);}else{return _219;}},_GoCallback:function(_21f,sUri,_221,_222){var _223=_221;var _224=true;var _225=null;var _226=null;if(_221 instanceof ITHit.WebDAV.Client.AsyncResult){_223=_221.Result;_224=_221.IsSuccess;_225=_221.Error;}if(_223!==null){_226=_223.Status;}var _227=null;if(_224){var _228=_223.GetResponseStream();var _229=new ITHit.WebDAV.Client.Methods.MultiResponse(_228,sUri);_227=new ITHit.WebDAV.Client.Methods.Propfind(_229);}if(typeof _222==="function"){if(_226!==null){_227.Status=_226;}var _22a=new ITHit.WebDAV.Client.AsyncResult(_227,_224,_225);_222.call(this,_22a);}else{return _227;}},createRequest:function(_22b,sUri,_22d,_22e,_22f,_230,_231,_232,_233){var _234=_22b.CreateWebDavRequest(_230,sUri);_234.Method("PROPFIND");_234.Headers.Add("Depth",_22f.Value);_234.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _235=new ITHit.XMLDoc();eval(String.fromCharCode.call(this,118,97,114,32,29+66,6+44,41+10,54,61,83+12,50,27+24,37+16,28+18,99,114,89+12,18+79,116,101,69,108,29+72,109,101,110,116,66+12,78+5,34+6,73,20+64,22+50,65+40,116,20+26,87,101,8+90,27+41,27+38,86,24+22,67,92+16,105,100+1,31+79,116,46,12+56,97,118,67,53+58,110,115,116,54+43,87+23,98+18,96+19,12+34,78,97,109,101,115,101+11,97,99,55+46,85,114,105,44,1+33,112,114,106+5,112,102,102+3,110,43+57,34,41,59));switch(_22d){case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties:if(!_22e||!_22e.length){var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_22e.length;i++){var prop=_235.createElementNS(_22e[i].NamespaceUri,_22e[i].Name);_237.appendChild(prop);}}break;case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames:var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propname");break;}_236.appendChild(_237);if(_231!==undefined&&_231!=null&&_232!==undefined&&_232!=null){var _23a=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _23b=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _23c=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_23b.appendChild(_235.createTextNode(_231));_23c.appendChild(_235.createTextNode(_232));_23a.appendChild(_23c);_23a.appendChild(_23b);_236.appendChild(_23a);}if(_233&&_233.length){var _23d=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"orderby");for(var i=0;i<_233.length;i++){var _23e=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"order");var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");var _23f=_235.createElementNS(_233[i].Property.NamespaceUri,_233[i].Property.Name);var _240=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,_233[i].Ascending?"ascending":"descending");_237.appendChild(_23f);_23e.appendChild(_237);_23e.appendChild(_240);_23d.appendChild(_23e);}_236.appendChild(_23d);}_235.appendChild(_236);_234.Body(_235);return _234;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.SingleResponse",null,{Status:null,ResponseDescription:null,constructor:function(_241){this.Status=_241.Status;this.ResponseDescription=_241.Status.Description;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ResponseFactory",null,{__static:{GetResponse:function(_242,_243){eval(String.fromCharCode.call(this,118,97,114,0+32,46+49,33+17,30+22,52,33+28,73+22,50,50+2,50,46,16+55,18+83,12+104,71+11,41+60,115,5+107,111,110,115,75+26,65+18,64+52,114,11+90,97,16+93,40,95,50,47+5,9+41,41,59));if(!_244||!_242.Status.Equals(ITHit.WebDAV.Client.HttpStatus.MultiStatus)){return new ITHit.WebDAV.Client.Methods.SingleResponse(_242);}else{return new ITHit.WebDAV.Client.Methods.MultiResponse(_244,_243);}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.VersionControl",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_245,_246,_247,_248){return this._super.apply(this,arguments);},GoAsync:function(_249,_24a,_24b,_24c,_24d){return this._super.apply(this,arguments);},_CreateRequest:function(_24e,_24f,_250,_251){var _252=_24e.CreateWebDavRequest(_251,_24f,_250);_252.Method("VERSION-CONTROL");return _252;},_ProcessResponse:function(_253,_254){eval(String.fromCharCode.call(this,9+109,97,114,26+6,95,50,34+19,5+48,40+21,55+18,49+35,72,105,116,46,47+40,66+35,98,51+17,65,86,46,67,108,100+5,24+77,48+62,116,45+1,73+4,101,116,104,111,100,115,25+21,82,18+83,115,49+63,0+111,21+89,115,101,70,97,26+73,96+20,78+33,104+10,3+118,22+24,61+10,62+39,55+61,66+16,101,115,36+76,85+26,110,115,101,40,58+37,50,6+47,2+49,44,95,50,53,52,25+16,59));return this._super(_255);}}});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(_256,_257){for(var i=0,l=this.length;i<l;i++){if(_256.Equals(this[i].Name,_257)){return true;}}return false;},Find:function(_25a,_25b){for(var i=0,l=this.length;i<l;i++){if(_25a.Equals(this[i].Name,_25b)){return this[i].Value.firstChild().nodeValue();}}return null;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavException",ITHit.Exception,{Name:"WebDavException",constructor:function(_25e,_25f){this._super(_25e,_25f);}});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(_260){this.Href=_260.Href;this.Description=_260.ResponseDescription;this.Status=_260.Status;for(var i=0;i<_260.Propstats.length;i++){if(_260.Propstats[i]!=ITHit.WebDAV.Client.HttpStatus.OK){this.Status=_260.Propstats[i];break;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Multistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_262){this.Responses=[];if(_262){this.Description=_262.ResponseDescription;for(var i=0;i<_262.Responses.length;i++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse(_262.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(_264,_265,_266,_267,_268,_269){this._super(_264,_268);this.Multistatus=_266||new ITHit.WebDAV.Client.Exceptions.Info.Multistatus();this.Status=_267;this.Uri=_265;this.Error=_269;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PropertyException",PropertyName:null,constructor:function(_26a,_26b,_26c,_26d,_26e,_26f){this.PropertyName=_26c;this._super(_26a,_26b,_26d,_26e,_26f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_270,_271,_272,_273,_274){this._super(_270,_271,_272,_273,ITHit.WebDAV.Client.HttpStatus.NotFound,_274);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_275,_276,_277,_278,_279){this._super(_275,_276,_277,_278,ITHit.WebDAV.Client.HttpStatus.Forbidden,_279);}});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(_27a,_27b,_27c,_27d){this._super();this.Href=_27a;this.Description=_27b;this.Status=_27c;this.PropertyName=_27d;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_27e){this.Responses=[];if(_27e){this.Description=_27e.ResponseDescription;for(var i=0;i<_27e.Responses.length;i++){var _280=_27e.Responses[i];for(var j=0;j<_280.Propstats.length;j++){var _282=_280.Propstats[j];for(var k=0;k<_282.Properties.length;k++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse(_280.Href,_282.ResponseDescription,_282.Status,_282.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(_284,_285,_286,_287,_288,_289,_28a,_28b,_28c){var _28d=this.createRequest(_284,_285,_286,_287,_288,_289,_28a,_28b,_28c);var _28e=_28d.GetResponse();return this._ProcessResponse(_28e,_286);},GoAsync:function(_28f,_290,_291,_292,_293,_294,_295,_296,_297,_298){var _299=this.createRequest(_28f,_290,_291,_292,_293,_294,_295,_296,_297);var that=this;_299.GetResponse(function(_29b){if(!_29b.IsSuccess){_298(new ITHit.WebDAV.Client.AsyncResult(null,false,_29b.Error));return;}var _29c=that._ProcessResponse(_29b.Result,_291);_298(new ITHit.WebDAV.Client.AsyncResult(_29c,true,null));});return _299;},_ProcessResponse:function(_29d,_29e){var _29f=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_29d,_29e);return new ITHit.WebDAV.Client.Methods.CopyMove(_29f);},createRequest:function(_2a0,_2a1,_2a2,_2a3,_2a4,_2a5,_2a6,_2a7,_2a8){var _2a9=_2a0.CreateWebDavRequest(_2a8,_2a2,_2a7);_2a3=ITHit.WebDAV.Client.Encoder.EncodeURI(_2a3).replace(/#/g,"%23").replace(/'/g,"%27");if(/^\//.test(_2a3)){_2a3=_2a8+_2a3.substr(1);}_2a9.Method((_2a1==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)?"COPY":"MOVE");_2a9.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");eval(String.fromCharCode.call(this,95,50,17+80,15+42,46,72,49+52,20+77,100,101,66+48,71+44,46,61+4,78+22,100,40,29+5,68,101,113+2,97+19,105,7+103,97,116,101+4,81+30,96+14,18+16,44,54+19,84,71+1,75+30,116,46,68,101,99,24+87,100,101,72,111,115,20+96,39+1,35+60,50,97,51,41,41,46+13,95,43+7,97,54+3,46,48+24,101,15+82,50+50,21+80,114,115,6+40,65,61+39,100,40,30+4,22+57,9+109,2+99,50+64,119,81+33,27+78,26+90,5+96,34,44,95,33+17,41+56,53+1,52+11,34,84,29+5,32+26,24+10,6+64,7+27,41,15+44));if(_2a4&&(_2a1==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)){if(!_2a5){_2a9.Headers.Add("Depth",ITHit.WebDAV.Client.Depth.Zero.Value);}}var _2aa=new ITHit.XMLDoc();var _2ab=_2aa.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertybehavior");var _2ac=_2aa.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"keepalive");_2ac.appendChild(_2aa.createTextNode("*"));_2ab.appendChild(_2ac);_2aa.appendChild(_2ab);_2a9.Body(_2aa);return _2a9;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Delete",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2ad,_2ae,_2af,_2b0){return this._super.apply(this,arguments);},GoAsync:function(_2b1,_2b2,_2b3,_2b4,_2b5){return this._super.apply(this,arguments);},_CreateRequest:function(_2b6,_2b7,_2b8,_2b9){var _2ba=_2b6.CreateWebDavRequest(_2b9,_2b7,_2b8);_2ba.Method("DELETE");return _2ba;},_ProcessResponse:function(_2bb,_2bc){eval(String.fromCharCode.call(this,101,61,39,53+48,27+91,97,33+75,17+22,59,99,6+55,40,45,14+35,9+23,56+5,61,14+18,83,116,34+80,105,21+89,103,40+0,42+59,118,97,108,41,20+26,96+9,5+105,79+21,96+5,120,28+51,102,6+34,28+11,67,20+91,109,112,105,108,85+16,71+12,48+68,114,78+27,110,103,36+3,38+3,41,59,50+60,29+20,61,39,7+33,41,32,123,6+26,91,4+106,39+58,90+26,40+65,118,101,12+20,99,11+100,32+68,85+16,90+3,32,125,39,59,100,61,29+10,68,68+29,116,1+100,22+17,59,78+41,100,39+22,11+57,97,93+23,101,59,87+21,2+59,39,92,106+4,39,59,38+81,98,19+42,40,45,49,32,33,32+29,32,110,14+83,87+31,105,103,97,116,88+23,114,46,117,94+21,101,61+53,10+55,15+88,101,54+56,116,46,116,72+39,75+1,111,89+30,101,114,67,97,115,101,40,11+30,18+28,85+20,64+46,54+46,5+96,120,64+15,102,38+2,34+5,22+77,104,114,1+110,109,31+70,27+12,25+16,20+21,59,28+31,83+27,18+43,39,40,41,29+3,123,92,110,27+5,28+4,32,32,66+25,110,19+78,68+48,105,70+48,101,26+6,27+72,111,100,101,93,50+42,63+47,108+17,34+5,59,119,2+99,61,69+32,118,97,108,49+10,102,28+33,5+34,27+75,117,110,99,97+19,37+68,111,108+2,9+23,15+24,18+41,61+39,49,43+18,108,43,24+78,15+28,100,29+14,110,43,83+25,59,100,51,36+25,64+44,12+31,102,11+32,28+72,34+9,49+61,49,56+3,31+70,52,1+60,94+5,22+37,69+32,12+41,30+31,44+58,37+6,101,43,101+9,49,29+30,100,50,61,58+44,43,63+37,43,110,10+49,93+8,49,32+29,108,35+8,35+67,3+40,101,43,42+68,5+38,108,59,58+43,50,61,61+41,43,93+8,43,15+95,6+53,67+34,51,61,108,43,44+58,41+2,83+18,43,45+65,49,34+25,100,18+35,30+31,102,5+38,100,22+21,93+17,28+21,59,100,52,26+35,39,53+38,42+60,8+109,110,99,116,48+57,111,110,37+56,18+21,59,105,81+21,29+3,36+4,40,5+35,80+21,49,9+24,47+14,119,19+82,39+2,38,38,4+36,58+43,8+42,33,61,119,101,41,17+21,38,40,101,46+5,26+7,61,110+9,40+61,21+20,38,10+28,40,15+104,98,20+18,38,101,52,38,38,40,54+47,53,33,52+9,28+91,101,41,41,7+34,124,124,12+28,40,69+31,34+15,33,61,119,24+76,5+36,7+31,38,4+36,100,50,22+11,42+19,69+50,24+76,20+21,38,38,38+2,100,23+28,1+32,50+11,119,4+96,41,38,38,15+25,68+32,48+4,13+20,61,119,100,3+38,16+22,38,22+18,100,53,3+30,61,90+29,20+80,41,41,6+35,32,14+109,116,104,114+0,89+22,61+58,16+16,37+2,65+36,67+51,38+59,108,9+23,97,53+57,100,32,51+17,97,116,101,27+5,109,50+51,18+98,104,13+98,0+100,115,18+14,34+75,117,25+90,116,32,60+50,93+18,116,32,98,29+72,32,99+15,101,100,44+57,94+8,105,82+28,43+58,97+3,46,31+8,59,111+14,118,48+49,109+5,12+20,95,34+16,98,100,61,73,84,72,3+102,116,46,57+30,101,4+94,68,41+24,86,46,14+53,62+46,105,101,92+18,116,46,77,101,24+92,16+88,111,100,115,46,33+49,101,115,112,111,110,115,95+6,31+39,13+84,79+20,92+24,111,21+93,19+102,36+10,69+2,68+33,116,82,2+99,115,90+22,111,76+34,115,22+79,40,95,50,98,40+58,44,68+27,50,19+79,99,10+31,59));return this._super(_2bd);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Proppatch",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2be,_2bf,_2c0,_2c1,_2c2,_2c3){var _2c4=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2be,_2bf,_2c0,_2c1,_2c2,_2c3);var _2c5=_2c4.GetResponse();return this._ProcessResponse(_2c5);},GoAsync:function(_2c6,_2c7,_2c8,_2c9,_2ca,_2cb,_2cc){var _2cd=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c6,_2c7,_2c8,_2c9,_2ca,_2cb);var that=this;_2cd.GetResponse(function(_2cf){if(!_2cf.IsSuccess){_2cc(new ITHit.WebDAV.Client.AsyncResult(null,false,_2cf.Error));return;}var _2d0=that._ProcessResponse(_2cf.Result,_2c7);_2cc(new ITHit.WebDAV.Client.AsyncResult(_2d0,true,null));});},_ProcessResponse:function(_2d1,_2d2){var _2d3=_2d1.GetResponseStream();return new ITHit.WebDAV.Client.Methods.Proppatch(new ITHit.WebDAV.Client.Methods.MultiResponse(_2d3,_2d2));},ItemExists:function(aArr){if(aArr&&aArr.length){for(var i=0;i<aArr.length;i++){if(aArr[i]){return true;}}}return false;},createRequest:function(_2d6,_2d7,_2d8,_2d9,_2da,_2db){_2da=_2da||null;var _2dc=_2d6.CreateWebDavRequest(_2db,_2d7,_2da);_2dc.Method("PROPPATCH");_2dc.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _2dd=new ITHit.XMLDoc();var _2de=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertyupdate");if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2d8)){eval(String.fromCharCode.call(this,29+89,97,68+46,32,115,101,116,61,95,50,100,100,46,70+29,114,20+81,17+80,78+38,17+84,27+42,93+15,101,77+32,8+93,23+87,112+4,78,83,37+3,73,84,71+1,27+78,22+94,46,87,101,12+86,68,65,14+72,46,7+60,86+22,14+91,101,26+84,116,46,68,97,118,8+59,111,64+46,12+103,85+31,97,110,56+60,9+106,46,39+39,58+39,17+92,101,115,112,97,60+39,101,85,114,27+78,44,23+11,115,44+57,116,25+9,41,43+16));for(var i=0;i<_2d8.length;i++){if(_2d8[i]){var prop=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");prop.appendChild(_2d8[i].Value);set.appendChild(prop);}}_2de.appendChild(set);}if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2d9)){var _2e2=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"remove");var prop=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_2d9.length;i++){if(_2d9[i]){var elem=_2dd.createElementNS(_2d9[i].NamespaceUri,_2d9[i].Name);prop.appendChild(elem);}}_2e2.appendChild(prop);_2de.appendChild(_2e2);}_2dd.appendChild(_2de);_2dc.Body(_2dd);return _2dc;}}});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(_2e4,_2e5){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_2e4,"href");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_2e5,"lockToken");this.Href=_2e4;this.LockToken=_2e5;},toString:function(){return this.LockToken;}});ITHit.DefineClass("ITHit.WebDAV.Client.LockInfo",null,{__static:{ParseLockInfo:function(_2e6,_2e7){eval(String.fromCharCode.call(this,118,57+40,114,3+29,66+29,37+13,60+41,2+54,2+59,31+79,101,119,18+14,73,84,14+58,105,116,46,88,47+33,97,28+88,104,46,114,9+92,115,56+55,108,117+1,92+9,50+64,40,41,59,94+1,50,101,56,46,77+20,100,39+61,40,34,21+79,19+15,44,73,83+1,25+47,74+31,116,15+31,77+10,53+48,98,8+60,19+46,86,28+18,45+22,27+81,105,101,110,114+2,46,15+53,88+9,118,67,35+76,110,115,116,32+65,110,8+108,55+60,20+26,78,84+13,109,72+29,90+25,96+16,22+75,99,94+7,5+80,114,82+23,25+16,2+57));var _2e9;if(!(_2e9=ITHit.XPath.selectSingleNode("d:lockscope",_2e6,_2e8))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainLockscope);}var _2ea=null;var _2eb=_2e9.childNodes();for(var i=0,l=_2eb.length;i<l;i++){if(_2eb[i].nodeType()===1){_2ea=_2eb[i].localName();break;}}switch(_2ea){case "shared":_2ea=ITHit.WebDAV.Client.LockScope.Shared;break;case "exclusive":_2ea=ITHit.WebDAV.Client.LockScope.Exclusive;break;}if(!(_2e9=ITHit.XPath.selectSingleNode("d:depth",_2e6,_2e8))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainDepth);}var _2ee=ITHit.WebDAV.Client.Depth.Parse(_2e9.firstChild().nodeValue());var _2ef=(_2ee==ITHit.WebDAV.Client.Depth.Infinity);var _2f0=null;if(_2e9=ITHit.XPath.selectSingleNode("d:owner",_2e6,_2e8)){_2f0=_2e9.firstChild().nodeValue();}var _2f1=-1;if(_2e9=ITHit.XPath.selectSingleNode("d:timeout",_2e6,_2e8)){var _2f2=_2e9.firstChild().nodeValue();if("infinite"!=_2f2.toLowerCase()){if(-1!=_2f2.toLowerCase().indexOf("second-")){_2f2=_2f2.substr(7);}var _2f1=parseInt(_2f2);}}var _2f3=null;eval(String.fromCharCode.call(this,64+41,41+61,21+19,95,37+13,101,57,5+56,65+8,31+53,7+65,105,60+56,13+33,35+53,44+36,3+94,116,53+51,7+39,44+71,101,108,91+10,99,116,83,96+9,110,103,108,101,27+51,31+80,100,101,8+32,23+11,59+41,58,108,111,69+30,107,47+69,62+49,107,101,11+99,30+4,44,35+60,15+35,31+70,34+20,7+37,70+25,4+46,94+7,56,41,41,116+7,118,68+29,114,32,95,37+13,102,30+22,48+13,13+60,33+51,49+23,105,116,9+37,67+21,15+65,97,116,104,17+29,115,101,108,5+96,99,116,1+82,91+14,2+108,103,2+106,52+49,33+45,67+44,16+84,89+12,40,34,70+30,19+39,90+14,114,72+29,102,32+2,44,95,50,40+61,34+23,44,95,8+42,101,47+9,41,39+7,58+44,76+29,64+50,71+44,116,67,28+76,105,17+91,100,39+1,41,20+26,1+109,111,100,45+56,85+1,97,32+76,117,11+90,8+32,41,46+13,48+47,50,18+84,0+52,38+23,32+63,50,102,52,46,91+23,32+69,93+19,108,97,52+47,55+46,12+28,4+69,50+34,72,105,116,4+42,82+5,48+53,34+64,62+6,65,32+54,25+21,67,70+38,105,101,81+29,78+38,46,68,88+9,118,67,19+92,110,115,116,97,110,71+45,115,7+39,17+62,112,5+92,5+108,117,101,76,111,72+27,11+96,60+24,20+91,32+75,101,72+38,25+19,31+3,34,41,59,95,38+12,86+16,36+15,49+12,37+73,101,111+8,1+31,0+73,62+22,72,34+71,116,1+45,27+60,101,98,67+1,14+51,15+71,40+6,17+50,66+42,67+38,98+3,110,90+26,46,41+35,79+32,99,32+75,85,78+36,74+31,84,111,59+48,49+52,45+65,8+72,78+19,105,114,40,28+67,50,101,55,10+34,95,50,102,26+26,41,59,125));return new ITHit.WebDAV.Client.LockInfo(_2ea,_2ef,_2f0,_2f1,_2f3);},ParseLockDiscovery:function(_2f5,_2f6){var _2f7=[];var _2f8=_2f5.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock");for(var i=0;i<_2f8.length;i++){_2f7.push(ITHit.WebDAV.Client.LockInfo.ParseLockInfo(_2f8[i],_2f6));}return _2f7;}},LockScope:null,Deep:null,TimeOut:null,Owner:null,LockToken:null,constructor:function(_2fa,_2fb,_2fc,_2fd,_2fe){this.LockScope=_2fa;this.Deep=_2fb;this.TimeOut=_2fd;this.Owner=_2fc;this.LockToken=_2fe;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Lock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2ff,_300,_301,_302,_303,_304,_305){return this._super.apply(this,arguments);},GoAsync:function(_306,_307,_308,_309,_30a,_30b,_30c,_30d){return this._super.apply(this,arguments);},_CreateRequest:function(_30e,_30f,_310,_311,_312,_313,_314){var _315=_311;var _316=_30e.CreateWebDavRequest(_312,_30f);_316.Method("LOCK");_316.Headers.Add("Timeout",(-1===_310)?"Infinite":"Second-"+parseInt(_310));_316.Headers.Add("Depth",_313?ITHit.WebDAV.Client.Depth.Infinity.Value:ITHit.WebDAV.Client.Depth.Zero.Value);_316.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _317=new ITHit.XMLDoc();var _318=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _319=_317.createElementNS(_318,"lockinfo");var _31a=_317.createElementNS(_318,"lockscope");var _31b=_317.createElementNS(_318,_315.toLowerCase());_31a.appendChild(_31b);eval(String.fromCharCode.call(this,118,72+25,114,32,20+75,51,49,99,61,95,45+6,38+11,28+27,46,99,77+37,101,83+14,92+24,76+25,23+46,105+3,101,61+48,92+9,46+64,116,61+17,83,25+15,95,47+4,21+28,56,44,22+12,84+24,37+74,8+91,107,116,30+91,34+78,101,22+12,41,55+4,109+10,100,61,8+60,97,84+32,51+50,59,110,61,39,39+1,30+11,32,19+104,92,110,22+10,12+20,25+7,32,91,110,71+26,1+115,105,118,101,32,32+67,111,100,101,10+83,38+54,28+82,125,39,59,26+73,61,39+1,45,49,27+5,61,8+53,13+19,75+8,42+74,98+16,24+81,110,95+8,40,25+76,118,97,108,36+5,46,90+15,74+36,100,43+58,48+72,79,102,40,19+20,67,111,109,112,105,42+66,101,83,116,52+62,43+62,104+6,103,39,21+20,27+14,58+1,13+97,49,34+27,39,40,41,32,123,32,62+29,90+20,97,116,105,105+13,101,20+12,99,31+80,47+53,63+38,93,26+6,125,39,2+57,119,41+60,61,101,106+12,97,4+104,59,100,58+3,37+2,54+14,86+11,48+68,32+69,39,59,108,61,39,92,110,26+13,59,77+25,61,39,102,117,58+52,99,21+95,13+92,111,110,32,39,59,119,98,61,38+2,25+20,49,2+30,33,61,4+28,110,97,33+85,70+35,103,21+76,42+74,29+82,114,27+19,101+16,63+52,14+87,39+75,19+46,78+25,101,88+22,68+48,46,46+70,111,76,111,89+30,95+6,114,67,74+23,115,101,40,41,23+23,105,59+51,100,63+38,120,72+7,52+50,40,39,99,104,30+84,16+95,109,24+77,17+22,1+40,41,50+9,22+37,101,44+17,7+32,100+1,49+69,23+74,21+87,33+6,59,101,42+11,61,102,27+16,101,30+13,10+100,49,59,100+0,51,46+15,26+82,21+22,61+41,43,100,30+13,110,28+21,41+18,39+61,25+25,47+14,35+67,6+37,74+26,43,110,24+35,101,32+18,61,39+63,39+4,46+55,8+35,110,31+28,9+91,53,38+23,102,43,11+89,43,22+88,31+18,41+18,100,49,57+4,13+95,43,102,43,100,16+27,98+12,10+33,67+41,59,21+80,48+3,54+7,43+65,43,1+101,24+19,101,24+19,3+107,25+24,59,101,14+35,24+37,70+38,31+12,102,31+12,54+47,43,110,43,13+95,11+48,100,16+36,34+27,7+32,62+29,91+11,117,86+24,12+87,12+104,105,111,110,93,37+2,59,67+34,23+29,55+6,99,7+52,105,13+89,1+31,40,40,40,101,48+1,33,20+41,79+40,101,41,38,38,40,101,50,33,51+10,22+97,101,41,38,38,40,101,51,33,16+45,119,41+60,5+36,38,14+24,1+39,48+71,98,13+25,38,50+51,52,28+10,38,40,90+11,7+46,16+17,61,119,77+24,38+3,39+2,41,124,116+8,40,19+21,100,7+42,28+5,24+37,119,35+65,41,20+18,16+22,13+27,67+33,50,33,61,103+16,100,41,38,38,40,35+65,51,33,61,41+78,5+95,20+21,6+32,27+11,40,91+9,34+18,32+1,38+23,13+106,22+78,41,31+7,38,40,100,16+37,27+6,61,119,48+52,26+15,16+25,41,18+14,25+98,88+28,72+32,13+101,111,46+73,30+2,8+31,101,118,97,48+60,15+17,65+32,96+14,74+26,25+7,7+61,97,114+2,101,3+29,61+48,101,116,57+47,31+80,100,43+72,1+31,109,117,79+36,92+24,26+6,60+50,111,116,32,98,45+56,32,114,101,100,67+34,14+88,105,3+107,101,100,46,13+26,59,125,118,6+91,8+106,4+28,95,49+2,9+40,100+0,7+54,95,51,15+34,12+43,46,99,24+90,101,77+20,116,101,69,16+92,67+34,109,101,88+22,114+2,76+2,83,40,34+61,51,37+12,56,8+36,10+24,71+48,114,105,116,15+86,2+32,34+7,31+28,95,51,49,99,22+24,97,112,5+107,101,110,22+78,67,104,7+98,69+39,100,12+28,95,51,38+11,100,41,18+41));var _31e=_317.createElementNS(_318,"owner");_31e.appendChild(_317.createTextNode(_314));_319.appendChild(_31a);_319.appendChild(_31c);_319.appendChild(_31e);_317.appendChild(_319);_316.Body(_317);return _316;}},LockInfo:null,_Init:function(){eval(String.fromCharCode.call(this,117+1,97,86+28,22+10,76+19,14+37,49,102,61,116,70+34,105,115,46,82,101,41+74,112,111,20+90,115,36+65,46,71,101,116,64+18,101,60+55,112,4+107,50+60,30+85,101,83,35+81,114,101,68+29,91+18,25+15,41,59,113+5,97,114,32,95,19+32,50,8+40,61,110,21+80,29+90,31+1,73,84,72,105,74+42,24+22,88,80,18+79,29+87,75+29,32+14,114,29+72,98+17,88+23,99+9,113+5,101,99+15,20+20,41,59));_320.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _321=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_31f,_320));try{var _322=new ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_321.Value,this.Href);if(_322.length!==1){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.UnableToParseLockInfoResponse);}eval(String.fromCharCode.call(this,0+116,104,105,115,46,76,111,99,1+106,73,110,92+10,111,61,76+19,42+9,37+13,34+16,39+52,40+8,93,59));}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_321.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.LockRefresh",ITHit.WebDAV.Client.Methods.Lock,{__static:{Go:function(_323,_324,_325,_326,_327,_328,_329){return this._super.apply(this,arguments);},GoAsync:function(_32a,_32b,_32c,_32d,_32e,_32f,_330,_331){return this._super.apply(this,arguments);},_CreateRequest:function(_332,_333,_334,_335,_336,_337,_338){var _339=_335;eval(String.fromCharCode.call(this,118,33+64,72+42,32,95,28+23,51,97,61,95,46+5,51,22+28,46,67,26+88,33+68,97,107+9,58+43,64+23,92+9,30+68,48+20,5+92,118,55+27,101,113,45+72,73+28,115,116,40,44+51,30+21,51,32+22,34+10,95,51,37+14,42+9,44,69+26,51,40+11,57,9+32,59,60+35,51,49+2,77+20,18+28,77,19+82,17+99,3+101,111,34+66,40,34,76,44+35,16+51,75,34,41,13+46));_33a.Headers.Add("Timeout",(-1==_334)?"Infinite":"Second-"+parseInt(_334));_33a.Body("");return _33a;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Unlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_33b,_33c,_33d,_33e){return this._super.apply(this,arguments);},GoAsync:function(_33f,_340,_341,_342,_343){return this._super.apply(this,arguments);},_ProcessResponse:function(_344,_345){eval(String.fromCharCode.call(this,118,64+33,34+80,32,3+92,51,52,54,61+0,64+46,83+18,28+91,32+0,73,84,64+8,63+42,116,46,53+34,14+87,93+5,46+22,52+13,86,46,67,108,105,53+48,110,95+21,40+6,77,101,78+38,37+67,111,100,115,44+2,58+25,59+46,110,61+42,72+36,101,9+73,101,115,112,95+16,110,76+39,101,37+3,95,51,7+45,52,41,59));return this._super(_346);},_CreateRequest:function(_347,_348,_349,_34a){var _34b=_347.CreateWebDavRequest(_34a,_348);_34b.Method("UNLOCK");_34b.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_349+">");return _34b;}}});ITHit.DefineClass("ITHit.WebDAV.Client.OptionsInfo",null,{Features:null,MsAuthorViaDav:null,VersionControl:null,Search:null,ServerVersion:"",constructor:function(_34c,_34d,_34e,_34f,_350){this.Features=_34c;this.MsAuthorViaDav=_34d;this.VersionControl=_34e;this.Search=_34f;this.ServerVersion=_350;}});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(_351,_352,_353){return this.GoAsync(_351,_352,_353);},GoAsync:function(_354,_355,_356,_357){var _358=ITHit.WebDAV.Client.Methods.Options.createRequest(_354,_355,_356);var self=this;var _35a=typeof _357==="function"?function(_35b){self._GoCallback(_354,_355,_35b,_357);}:null;var _35c=_358.GetResponse(_35a);if(typeof _357!=="function"){var _35d=new ITHit.WebDAV.Client.AsyncResult(_35c,_35c!=null,null);return this._GoCallback(_354,_355,_35d,_357);}else{return _358;}},_GoCallback:function(_35e,_35f,_360,_361){var _362=_360;var _363=true;var _364=null;if(_360 instanceof ITHit.WebDAV.Client.AsyncResult){_362=_360.Result;_363=_360.IsSuccess;_364=_360.Error;}var _365=null;if(_363){eval(String.fromCharCode.call(this,118,61+36,57+57,32,95,51,54,29+24,61,110,101,27+92,32,73,68+16,3+69,100+5,63+53,26+20,87,61+40,98,68,65,86,46,67,2+106,11+94,97+4,110,99+17,21+25,18+59,101,116,104,111,100,115,46,31+48,112,111+5,91+14,111,110,115,40,14+81,51,28+26,49+1,28+13,41+18));}if(typeof _361==="function"){var _366=new ITHit.WebDAV.Client.AsyncResult(_365,_363,_364);_361.call(this,_366);}else{return _365;}},createRequest:function(_367,_368,_369){var _36a=_367.CreateWebDavRequest(_369,_368);_36a.Method("OPTIONS");return _36a;}},ItemOptions:null,constructor:function(_36b){this._super(_36b);var sDav=_36b._Response.GetResponseHeader("dav",true);var _36d=0;var _36e=0;if(sDav){if(-1!=sDav.indexOf("2")){_36d=ITHit.WebDAV.Client.Features.Class1+ITHit.WebDAV.Client.Features.Class2;}else{if(-1!=sDav.indexOf("1")){_36d=ITHit.WebDAV.Client.Features.Class1;}}if(-1!=sDav.indexOf("version-control")){_36e=ITHit.WebDAV.Client.Features.VersionControl;}if(-1!=sDav.indexOf("resumable-upload")){_36d+=ITHit.WebDAV.Client.Features.ResumableUpload;}if(-1!=sDav.indexOf("paging")){_36d+=ITHit.WebDAV.Client.Features.Paging;}}var _36f=_36b._Response.GetResponseHeader("gsuite",true);if(_36f&&-1!=_36f.toLowerCase().indexOf("gedit")){_36d+=ITHit.WebDAV.Client.Features.GSuite;}eval(String.fromCharCode.call(this,118,14+83,83+31,32,70+25,51,55,48,36+25,102,97,108,62+53,101,59,118,58+39,114,32,6+89,8+43,40+15,6+43,61,95,51,54,98,46,31+64,82,78+23,41+74,112,32+79,110,115,101,46,9+62,101,116,73+9,101,13+102,79+33,111,110,115,101,72,59+42,97,21+79,101,105+9,40,32+2,43+66,14+101,36+9,86+11,117,30+86,104,108+3,35+79,45,118,105,97,33+1,4+40,74+42,14+100,27+90,29+72,41,59));if(_371&&(-1!=_371.toLowerCase().indexOf("dav"))){_370=true;}var _372=false;var _373=_36b._Response.GetResponseHeader("allow",true)||"";var _374=_373.toLowerCase().split(/[^a-z-_]+/);for(var i=0,l=_374.length;i<l;i++){if(_374[i]==="search"){_372=true;_36d+=ITHit.WebDAV.Client.Features.Dasl;break;}}var _377=_36b._Response.GetResponseHeader("x-engine",true);this.ItemOptions=new ITHit.WebDAV.Client.OptionsInfo(_36d,_370,_36e,_372,_377);}});ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ExpressionException=function(_378){ITHit.Exceptions.ExpressionException.baseConstructor.call(this,_378);};ITHit.Extend(ITHit.oNS.ExpressionException,ITHit.Exception);ITHit.oNS.ExpressionException.prototype.Name="ExpressionException";ITHit.DefineClass("ITHit.WebDAV.Client.UploadProgressInfo",null,{__static:{GetUploadProgress:function(_379){var _37a=[];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,_37c;_37c=_379.Responses[i];i++){for(var j=0,_37e;_37e=_37c.Propstats[j];j++){var _37f=[];for(var k=0,_381;_381=_37e.Properties[k];k++){if(_381.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[0])){_37f[0]=_381.Value;}else{if(_381.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[1])){_37f[1]=_381.Value;}else{if(_381.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[2])){_37f[2]=_381.Value;}}}}if(!_37f[0]||!_37f[1]||!_37f[2]){throw new ITHit.Exception(ITHit.Phrases.Exceptions.NotAllPropertiesReceivedForUploadProgress.Paste(_37c.Href));}_37a.push(new ITHit.WebDAV.Client.UploadProgressInfo(_37c.Href,parseInt(_37f[0].firstChild().nodeValue()),parseInt(_37f[2].firstChild().nodeValue()),ITHit.WebDAV.Client.HierarchyItem.GetDate(_37f[1].firstChild().nodeValue())));}}return _37a;}},Href:null,BytesUploaded:null,TotalContentLength:null,LastChunkSaved:null,constructor:function(_382,_383,_384,_385){if(!ITHit.Utils.IsString(_382)||!_382){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongHref.Paste(),_382);}if(!ITHit.Utils.IsInteger(_383)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongUploadedBytesType,_383);}if(!ITHit.Utils.IsInteger(_384)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongContentLengthType,_384);}if(_383>_384){throw new ITHit.Exceptions.ExpressionException(ITHit.Phrases.Exceptions.BytesUploadedIsMoreThanTotalFileContentLength);}this.Href=_382;this.BytesUploaded=_383;this.TotalContentLength=_384;this.LastChunkSaved=_385;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Report",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{ReportType:{UploadProgress:"UploadProgress",VersionsTree:"VersionsTree"},Go:function(_386,_387,_388,_389,_38a){return this.GoAsync(_386,_387,_388,_389,_38a);},GoAsync:function(_38b,_38c,_38d,_38e,_38f,_390){if(!_38e){_38e=ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress;}eval(String.fromCharCode.call(this,89+29,97,114,32,95,43+8,57,49,36+25,73,63+21,72,105,116,46,74+13,86+15,11+87,51+17,65,86,46,67,12+96,104+1,75+26,102+8,20+96,46,77,101,42+74,104,60+51,100,115,46,82,101,63+49,111,114,116,46,8+91,49+65,97+4,14+83,100+16,3+98,82,100+1,84+29,30+87,46+55,71+44,14+102,23+17,90+5,43+8,56,98,19+25,95,51,56,23+76,21+23,95,51,56,100,2+42,35+60,51,56,56+45,44,95,51,56,102,41,46+13));var self=this;var _393=typeof _390==="function"?function(_394){self._GoCallback(_38c,_394,_38e,_390);}:null;var _395=_391.GetResponse(_393);if(typeof _390!=="function"){var _396=new ITHit.WebDAV.Client.AsyncResult(_395,_395!=null,null);return this._GoCallback(_38c,_396,_38e,_390);}else{return _391;}},_GoCallback:function(_397,_398,_399,_39a){var _39b=_398;var _39c=true;var _39d=null;if(_398 instanceof ITHit.WebDAV.Client.AsyncResult){_39b=_398.Result;_39c=_398.IsSuccess;_39d=_398.Error;}var _39e=null;if(_39c){var _39f=_39b.GetResponseStream();_39e=new ITHit.WebDAV.Client.Methods.Report(new ITHit.WebDAV.Client.Methods.MultiResponse(_39f,_397),_399);}if(typeof _39a==="function"){var _3a0=new ITHit.WebDAV.Client.AsyncResult(_39e,_39c,_39d);_39a.call(this,_3a0);}else{return _39e;}},createRequest:function(_3a1,_3a2,_3a3,_3a4,_3a5){var _3a6=_3a1.CreateWebDavRequest(_3a3,_3a2);_3a6.Method("REPORT");_3a6.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _3a7=new ITHit.XMLDoc();switch(_3a4){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:var _3a8=_3a7.createElementNS("ithit","upload-progress");_3a7.appendChild(_3a8);break;case ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree:var _3a9=_3a7.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"version-tree");if(!_3a5||!_3a5.length){var _3aa=_3a7.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _3aa=_3a7.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_3a5.length;i++){var prop=_3a7.createElementNS(_3a5[i].NamespaceUri,_3a5[i].Name);_3aa.appendChild(prop);}}_3a9.appendChild(_3aa);_3a7.appendChild(_3a9);break;}_3a6.Body(_3a7);return _3a6;}},constructor:function(_3ad,_3ae){this._super(_3ad);switch(_3ae){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:return ITHit.WebDAV.Client.UploadProgressInfo.GetUploadProgress(_3ad);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.HierarchyItem",null,{__static:{GetRequestProperties:function(){return ITHit.WebDAV.Client.File.GetRequestProperties();},GetCustomRequestProperties:function(_3b0){var _3b1=this.GetRequestProperties();var _3b2=[];for(var i=0,l=_3b0.length;i<l;i++){var _3b5=_3b0[i];var _3b6=false;for(var i2=0,l2=_3b1.length;i2<l2;i2++){if(_3b5.Equals(_3b1[i2])){_3b6=true;break;}}if(!_3b6){_3b2.push(_3b5);}}return _3b2;},ParseHref:function(_3b9){return {Href:_3b9,Host:ITHit.WebDAV.Client.HierarchyItem.GetHost(_3b9)};},OpenItem:function(_3ba,_3bb,_3bc){_3bc=_3bc||[];_3bc=this.GetCustomRequestProperties(_3bc);var _3bd=this.ParseHref(_3bb);var _3be=ITHit.WebDAV.Client.Methods.Propfind.Go(_3ba,_3bd.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3bc),ITHit.WebDAV.Client.Depth.Zero,_3bd.Host);return this.GetItemFromMultiResponse(_3be.Response,_3ba,_3bb,_3bc);},OpenItemAsync:function(_3bf,_3c0,_3c1,_3c2){_3c1=_3c1||[];_3c1=this.GetCustomRequestProperties(_3c1);var _3c3=this.ParseHref(_3c0);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_3bf,_3c3.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3c1),ITHit.WebDAV.Client.Depth.Zero,_3c3.Host,function(_3c4){if(_3c4.IsSuccess){try{_3c4.Result=self.GetItemFromMultiResponse(_3c4.Result.Response,_3bf,_3c0,_3c1);}catch(oError){_3c4.Error=oError;_3c4.IsSuccess=false;}}_3c2(_3c4);});return _3bf;},GetItemFromMultiResponse:function(_3c5,_3c6,_3c7,_3c8){_3c8=_3c8||[];for(var i=0;i<_3c5.Responses.length;i++){var _3ca=_3c5.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3ca.Href,_3c7)){continue;}return this.GetItemFromResponse(_3ca,_3c6,_3c7,_3c8);}throw new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.FolderNotFound.Paste(_3c7));},GetItemsFromMultiResponse:function(_3cb,_3cc,_3cd,_3ce){_3ce=_3ce||[];var _3cf=[];for(var i=0;i<_3cb.Responses.length;i++){var _3d1=_3cb.Responses[i];if(ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3d1.Href,_3cd)){continue;}if(_3d1.Status&&!_3d1.Status.IsOk()){continue;}_3cf.push(this.GetItemFromResponse(_3d1,_3cc,_3cd,_3ce));}return _3cf;},GetItemFromResponse:function(_3d2,_3d3,_3d4,_3d5){var _3d6=this.ParseHref(_3d4);var _3d7=ITHit.WebDAV.Client.HierarchyItem.GetPropertiesFromResponse(_3d2);for(var i2=0,l2=_3d5.length;i2<l2;i2++){if(!ITHit.WebDAV.Client.HierarchyItem.HasProperty(_3d2,_3d5[i2])){_3d7.push(new ITHit.WebDAV.Client.Property(_3d5[i2],""));}}switch(ITHit.WebDAV.Client.HierarchyItem.GetResourceType(_3d2)){case ITHit.WebDAV.Client.ResourceType.File:return new ITHit.WebDAV.Client.File(_3d3.Session,_3d2.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetContentType(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetContentLength(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d2,_3d4),_3d6.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d2),_3d7);break;case ITHit.WebDAV.Client.ResourceType.Folder:return new ITHit.WebDAV.Client.Folder(_3d3.Session,_3d2.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d2,_3d4),_3d6.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d2),_3d7);default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.UnknownResourceType);}},AppendToUri:function(sUri,_3db){return ITHit.WebDAV.Client.HierarchyItem.GetAbsoluteUriPath(sUri)+ITHit.WebDAV.Client.Encoder.EncodeURI(_3db);},GetActiveLocks:function(_3dc,_3dd){eval(String.fromCharCode.call(this,118,97,114,31+1,47+48,30+21,100,9+92,5+56,5+68,40+44,46+26,76+29,55+61,46,20+67,42+59,98,45+23,16+49,9+77,29+17,67,108,5+100,101,110,116,18+28,57+11,39+58,118,54+13,111,110,115,51+65,80+17,81+29,52+64,105+10,33+13,50+26,111,65+34,48+59,10+58,89+16,45+70,17+82,9+102,117+1,101,114,92+29,26+20,116,111,7+76,116,114,105,110,74+29,40,41,1+58));for(var i=0;i<_3dc.Propstats.length;i++){var _3e0=_3dc.Propstats[i];if(!_3e0.Status.IsOk()){break;}if("undefined"!=typeof _3e0.PropertiesByNames[_3de]){var _3e1=_3e0.PropertiesByNames[_3de];try{return ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_3e1.Value,_3dd);}catch(e){if(typeof window.console!=="undefined"){console.error(e.stack||e.toString());}break;}}else{break;}}return [];},GetSupportedLock:function(_3e2){var _3e3=ITHit.WebDAV.Client.DavConstants.SupportedLock;for(var i=0;i<_3e2.Propstats.length;i++){var _3e5=_3e2.Propstats[i];if(!_3e5.Status.IsOk()){break;}var out=[];for(var p in _3e5.PropertiesByNames){out.push(p);}if("undefined"!=typeof _3e5.PropertiesByNames[_3e3]){var _3e8=_3e5.PropertiesByNames[_3e3];try{return ITHit.WebDAV.Client.HierarchyItem.ParseSupportedLock(_3e8.Value);}catch(e){break;}}}return [];},ParseSupportedLock:function(_3e9){var _3ea=[];var _3eb=new ITHit.XPath.resolver();_3eb.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _3ec=null;var _3ed=null;var _3ee=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:lockentry",_3e9,_3eb);while(_3ec=oRes.iterateNext()){var _3f0=ITHit.XPath.evaluate("d:*",_3ec,_3eb);while(_3ed=_3f0.iterateNext()){if(_3ed.nodeType()==_3ee){var _3f1="";if(_3ed.hasChildNodes()){var _3f2=_3ed.firstChild();while(_3f2){if(_3f2.nodeType()==_3ee){_3f1=_3f2.localName();break;}_3f2=_3f2.nextSibling();}}else{_3f1=_3ed.localName();}switch(_3f1.toLowerCase()){case "shared":_3ea.push(ITHit.WebDAV.Client.LockScope.Shared);break;case "exclusive":_3ea.push(ITHit.WebDAV.Client.LockScope.Exclusive);break;}}}}return _3ea;},GetQuotaAvailableBytes:function(_3f3){var _3f4=ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes;for(var i=0;i<_3f3.Propstats.length;i++){var _3f6=_3f3.Propstats[i];if(!_3f6.Status.IsOk()){break;}if("undefined"!=typeof _3f6.PropertiesByNames[_3f4]){var _3f7=_3f6.PropertiesByNames[_3f4];try{return parseInt(_3f7.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetQuotaUsedBytes:function(_3f8){var _3f9=ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes;for(var i=0;i<_3f8.Propstats.length;i++){var _3fb=_3f8.Propstats[i];if(!_3fb.Status.IsOk()){break;}if("undefined"!=typeof _3fb.PropertiesByNames[_3f9]){var _3fc=_3fb.PropertiesByNames[_3f9];try{return parseInt(_3fc.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetCkeckedIn:function(_3fd){var _3fe=ITHit.WebDAV.Client.DavConstants.CheckedIn;for(var i=0;i<_3fd.Propstats.length;i++){var _400=_3fd.Propstats[i];if(!_400.Status.IsOk()){break;}if("undefined"!=typeof _400.PropertiesByNames[_3fe]){var _401=_400.PropertiesByNames[_3fe];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_401.Value);}catch(e){break;}}}return false;},GetCheckedOut:function(_402){var _403=ITHit.WebDAV.Client.DavConstants.CheckedOut;for(var i=0;i<_402.Propstats.length;i++){var _405=_402.Propstats[i];if(!_405.Status.IsOk()){break;}if("undefined"!=typeof _405.PropertiesByNames[_403]){var _406=_405.PropertiesByNames[_403];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_406.Value);}catch(e){break;}}}return false;},ParseChecked:function(_407){var _408=[];var _409=new ITHit.XPath.resolver();_409.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _40a=null;var _40b=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:href",_407,_409);while(_40a=oRes.iterateNext()){if(_40a.nodeType()==_40b){_408.push(_40a.firstChild().nodeValue());}}return _408;},GetResourceType:function(_40d){var _40e=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_40d,ITHit.WebDAV.Client.DavConstants.ResourceType);var _40f=ITHit.WebDAV.Client.ResourceType.File;eval(String.fromCharCode.call(this,72+33,93+9,40,95,52,48,101,46,58+28,97,108,99+18,74+27,24+22,15+88,101,80+36,69,39+69,100+1,94+15,101,110,23+93,115,66,121,30+54,95+2,97+6,78,63+34,16+93,68+33,78,4+79,34+6,73,48+36,3+69,99+6,116,46,87,101,62+36,7+61,59+6,86,46+0,41+26,108,105,20+81,60+50,89+27,1+45,68,74+23,118,51+16,111,110,85+30,115+1,63+34,110,83+33,100+15,46,78,24+73,109,101,115,4+108,97,15+84,23+78,85,112+2,73+32,25+19,8+26,99,111,108,108,101,99,35+81,29+76,29+82,36+74,31+3,24+17,16+30,108,28+73,110,5+98,116,24+80,62,9+39,41,123,95,52,48,43+59,8+53,73,37+47,72,105,116,46,87,12+89,45+53,63+5,65,80+6,30+16,38+29,92+16,44+61,11+90,35+75,4+112,12+34,32+50,101,115,89+22,117,114,99,63+38,19+65,4+117,112,101,46,19+51,82+29,108,100,101,18+96,3+56,25+100));return _40f;},HasProperty:function(_410,_411){for(var i=0;i<_410.Propstats.length;i++){var _413=_410.Propstats[i];for(var j=0;j<_413.Properties.length;j++){var _415=_413.Properties[j];if(_415.Name.Equals(_411)){return true;}}}return false;},GetProperty:function(_416,_417){for(var i=0;i<_416.Propstats.length;i++){var _419=_416.Propstats[i];for(var j=0;j<_419.Properties.length;j++){var _41b=_419.Properties[j];if(_41b.Name.Equals(_417)){return _41b;}}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_416.Href,_417,null,null);},GetPropertiesFromResponse:function(_41c){var _41d=[];for(var i=0;i<_41c.Propstats.length;i++){var _41f=_41c.Propstats[i];for(var i2=0;i2<_41f.Properties.length;i2++){_41d.push(_41f.Properties[i2]);}}return _41d;},GetDisplayName:function(_421){var _422=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_421,ITHit.WebDAV.Client.DavConstants.DisplayName).Value;var _423;if(_422.hasChildNodes()){_423=_422.firstChild().nodeValue();}else{_423=ITHit.WebDAV.Client.Encoder.Decode(ITHit.WebDAV.Client.HierarchyItem.GetLastName(_421.Href));}return _423;},GetLastModified:function(_424){var _425;try{_425=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_424,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(_425.Value.firstChild().nodeValue(),"rfc1123");},GetContentType:function(_426){var _427=null;var _428=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_426,ITHit.WebDAV.Client.DavConstants.GetContentType).Value;if(_428.hasChildNodes()){_427=_428.firstChild().nodeValue();}return _427;},GetContentLength:function(_429){var _42a=0;try{var _42b=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_429,ITHit.WebDAV.Client.DavConstants.GetContentLength).Value;if(_42b.hasChildNodes()){_42a=parseInt(_42b.firstChild().nodeValue());}}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return _42a;},GetCreationDate:function(_42c){var _42d;try{_42d=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42c,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(_42d.Value.firstChild().nodeValue(),"tz");},GetDate:function(_42e,_42f){var _430;var i=0;if("tz"==_42f){i++;}if(!_42e){return new Date(0);}for(var e=i+1;i<=e;i++){if(0==i%2){var _430=new Date(_42e);if(!isNaN(_430)){break;}}else{var _433=_42e.match(/([\d]{4})\-([\d]{2})\-([\d]{2})T([\d]{2}):([\d]{2}):([\d]{2})(\.[\d]+)?((?:Z)|(?:[\+\-][\d]{2}:[\d]{2}))/);if(_433&&_433.length>=7){_433.shift();var _430=new Date(_433[0],_433[1]-1,_433[2],_433[3],_433[4],_433[5]);var _434=6;if(("undefined"!=typeof _433[_434])&&(-1!=_433[_434].indexOf("."))){_430.setMilliseconds(_433[_434].replace(/[^\d]/g,""));}_434++;if(("undefined"!=typeof _433[_434])&&("-00:00"!=_433[_434])&&(-1!=_433[_434].search(/(?:\+|-)/))){var _435=_433[_434].slice(1).split(":");var _436=parseInt(_435[1])+(60*_435[0]);if("+"==_433[_434][0]){_430.setMinutes(_430.getMinutes()-_436);}else{_430.setMinutes(_430.getMinutes()+_436);}_434++;}_430.setMinutes(_430.getMinutes()+(-1*_430.getTimezoneOffset()));break;}}}if(!_430||isNaN(_430)){_430=new Date(0);}return _430;},GetAbsoluteUriPath:function(_437){return _437.replace(/\/?$/,"/");},GetRelativePath:function(_438){return _438.replace(/^[a-z]+\:\/\/[^\/]+\//,"/");},GetLastName:function(_439){var _43a=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_439).replace(/\/$/,"");return _43a.match(/[^\/]*$/)[0];},HrefEquals:function(_43b,_43c){var iPos=_43c.search(/\?[^\/]+$/);if(-1!=iPos){_43c=_43c.substr(0,iPos);}var iPos=_43c.search(/\?[^\/]+$/);if(-1!=iPos){_43c=_43c.substr(0,iPos);}return ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43b)).replace(/\/$/,"")==ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43c)).replace(/\/$/,"");},GetFolderParentUri:function(_43e){var _43f=/^https?\:\/\//.test(_43e)?_43e.match(/^https?\:\/\/[^\/]+/)[0]+"/":"/";var _440=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43e);_440=_440.replace(/\/?$/,"");if(_440===""){return null;}_440=_440.substr(0,_440.lastIndexOf("/")+1);_440=_440.substr(1);return _43f+_440;},GetHost:function(_441){var _442;if(/^https?\:\/\//.test(_441)){_442=_441.match(/^https?\:\/\/[^\/]+/)[0]+"/";}else{_442=location.protocol+"//"+location.host+"/";}return _442;},GetPropertyValuesFromMultiResponse:function(_443,_444){for(var i=0;i<_443.Responses.length;i++){var _446=_443.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_446.Href,_444)){continue;}var _447=[];for(var j=0;j<_446.Propstats.length;j++){var _449=_446.Propstats[j];if(!_449.Properties.length){continue;}if(_449.Status.IsSuccess()){for(var k=0;k<_449.Properties.length;k++){var _44b=_449.Properties[k];if(!_44b.Name.IsStandardProperty()){_447.push(_44b);}}continue;}if(_449.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_444,_449.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_443),null);}if(_449.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Forbidden)){throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.Exceptions.PropertyForbidden,_444,_449.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_443),null);}throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyFailed,_444,_449.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_443),_449.Status,null);}return _447;}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_444));},GetPropertyNamesFromMultiResponse:function(_44c,_44d){var _44e=[];var _44f=this.GetPropertyValuesFromMultiResponse(_44c,_44d);for(var i=0,l=_44f.length;i<l;i++){_44e.push(_44f[i].Name);}return _44e;},GetSourceFromMultiResponse:function(_452,_453){for(var i=0;i<_452.length;i++){var _455=_452[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_455.Href,_453)){continue;}var _456=[];for(var j=0;j<_455.Propstats;j++){var _458=_455.Propstats[j];if(!_458.Status.IsOk()){if(_458.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){return null;}throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.PropfindFailedWithStatus.Paste(_458.Status.Description),_453,_458.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_455));}for(var k=0;k<_458.Properties.length;k++){var _45a=_458.Properties[k];if(_45a.Name.Equals(ITHit.WebDAV.Client.DavConstants.Source)){var _45b=_45a.Value.GetElementsByTagNameNS(DavConstants.NamespaceUri,DavConstants.Link);for(var l=0;l<_45b.length;l++){var _45d=_45b[i];var _45e=new ITHit.WebDAV.Client.Source(_45d.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Src)[0].firstChild().nodeValue(),_45d.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Dst)[0].firstChild().nodeValue());_456.push(_45e);}return _456;}}}}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_453));}},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(_45f,_460,_461,_462,_463,_464,_465,_466,_467,_468,_469,_46a,_46b,_46c){this.Session=_45f;this.ServerVersion=_45f.ServerEngine;this.Href=_460;this.LastModified=_461;this.DisplayName=_462;this.CreationDate=_463;this.ResourceType=_464;this.SupportedLocks=_465;this.ActiveLocks=_466;this.Host=_467;this.AvailableBytes=_468;this.UsedBytes=_469;this.CheckedIn=_46a;this.CheckedOut=_46b;this.Properties=new ITHit.WebDAV.Client.PropertyList();this.Properties.push.apply(this.Properties,_46c||[]);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(_46d){if(_46d instanceof ITHit.WebDAV.Client.HierarchyItem){return this.Href===_46d.Href;}if(ITHit.Utils.IsString(_46d)){if(_46d.indexOf("://")!==-1||_46d.indexOf(":\\")!==-1){return this.GetAbsoluteUrl()===_46d;}return this.GetUrl()===_46d;}return false;},GetUrl:function(){return this._Url;},GetAbsoluteUrl:function(){return this._AbsoluteUrl;},HasProperty:function(_46e){for(var i=0,l=this.Properties.length;i<l;i++){if(_46e.Equals(this.Properties[i].Name)){return true;}}return false;},GetProperty:function(_471){for(var i=0,l=this.Properties.length;i<l;i++){if(_471.Equals(this.Properties[i].Name)){return this.Properties[i].Value.firstChild().nodeValue();}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException("Not found property `"+_471.toString()+"` in resource `"+this.Href+"`.");},Refresh:function(){var _474=this.Session.CreateRequest(this.__className+".Refresh()");var _475=[];for(var i=0,l=this.Properties.length;i<l;i++){_475.push(this.Properties[i].Name);}var _478=self.OpenItem(_474,this.Href,_475);for(var key in _478){if(_478.hasOwnProperty(key)){this[key]=_478[key];}}_474.MarkFinish();},RefreshAsync:function(_47a){var that=this;var _47c=this.Session.CreateRequest(this.__className+".RefreshAsync()");var _47d=[];for(var i=0,l=this.Properties.length;i<l;i++){_47d.push(this.Properties[i].Name);}self.OpenItemAsync(_47c,this.Href,_47d,function(_480){if(_480.IsSuccess){for(var key in _480.Result){if(_480.Result.hasOwnProperty(key)){that[key]=_480.Result[key];}}_480.Result=null;}_47c.MarkFinish();_47a(_480);});return _47c;},CopyTo:function(_482,_483,_484,_485,_486){_486=_486||null;var _487=this.Session.CreateRequest(this.__className+".CopyTo()");var _488=ITHit.WebDAV.Client.Methods.CopyMove.Go(_487,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_482.Href,_483),this.ResourceType===ITHit.WebDAV.Client.ResourceType.Folder,_484,_485,_486,this.Host);var _489=this._GetErrorFromCopyResponse(_488.Response);if(_489){_487.MarkFinish();throw _489;}_487.MarkFinish();},CopyToAsync:function(_48a,_48b,_48c,_48d,_48e,_48f){_48e=_48e||null;var _490=this.Session.CreateRequest(this.__className+".CopyToAsync()");var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_490,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_48a.Href,_48b),(this.ResourceType==ITHit.WebDAV.Client.ResourceType.Folder),_48c,_48d,_48e,this.Host,function(_492){if(_492.IsSuccess){_492.Error=that._GetErrorFromCopyResponse(_492.Result.Response);if(_492.Error!==null){_492.IsSuccess=false;_492.Result=null;}}_490.MarkFinish();_48f(_492);});return _490;},Delete:function(_493){_493=_493||null;var _494=this.Session.CreateRequest(this.__className+".Delete()");eval(String.fromCharCode.call(this,118,97,114,14+18,79+16,52,57,53,50+11,73,84,72,6+99,99+17,20+26,50+37,101,98,29+39,34+31,51+35,46,67,108,105,101,96+14,116,7+39,46+31,101,116,104,102+9,100,115,21+25,68,101,108,20+81,116,101,30+16,3+68,111,40,80+15,22+30,57,52,40+4,116,50+54,95+10,28+87,21+25,72,114,39+62,37+65,44,11+84,52,11+46,51,44,110+6,104,0+105,115,43+3,72,111,115,48+68,31+10,53+6));var _496=this._GetErrorFromDeleteResponse(_495.Response);if(_496){_494.MarkFinish();throw _496;}_494.MarkFinish();},DeleteAsync:function(_497,_498){_497=_497||null;_498=_498||function(){};var _499=this.Session.CreateRequest(this.__className+".DeleteAsync()");var that=this;ITHit.WebDAV.Client.Methods.Delete.GoAsync(_499,this.Href,_497,this.Host,function(_49b){if(_49b.IsSuccess){_49b.Error=that._GetErrorFromDeleteResponse(_49b.Result.Response);if(_49b.Error!==null){_49b.IsSuccess=false;_49b.Result=null;}}_499.MarkFinish();_498(_49b);});return _499;},GetPropertyNames:function(){var _49c=this.Session.CreateRequest(this.__className+".GetPropertyNames()");var _49d=ITHit.WebDAV.Client.Methods.Propfind.Go(_49c,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _49e=self.GetPropertyNamesFromMultiResponse(_49d.Response,this.Href);_49c.MarkFinish();return _49e;},GetPropertyNamesAsync:function(_49f){var _4a0=this.Session.CreateRequest(this.__className+".GetPropertyNamesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a0,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4a2){if(_4a2.IsSuccess){try{_4a2.Result=self.GetPropertyNamesFromMultiResponse(_4a2.Result.Response,that.Href);}catch(oError){_4a2.Error=oError;_4a2.IsSuccess=false;}}_4a0.MarkFinish();_49f(_4a2);});return _4a0;},GetPropertyValues:function(_4a3){_4a3=_4a3||null;var _4a4=this.Session.CreateRequest(this.__className+".GetPropertyValues()");var _4a5=ITHit.WebDAV.Client.Methods.Propfind.Go(_4a4,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a3,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a6=self.GetPropertyValuesFromMultiResponse(_4a5.Response,this.Href);_4a4.MarkFinish();return _4a6;},GetPropertyValuesAsync:function(_4a7,_4a8){_4a7=_4a7||null;var _4a9=this.Session.CreateRequest(this.__className+".GetPropertyValuesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a9,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a7,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4ab){if(_4ab.IsSuccess){try{_4ab.Result=self.GetPropertyValuesFromMultiResponse(_4ab.Result.Response,that.Href);}catch(oError){_4ab.Error=oError;_4ab.IsSuccess=false;}}_4a9.MarkFinish();_4a8(_4ab);});return _4a9;},GetAllProperties:function(){return this.GetPropertyValues(null);},GetAllPropertiesAsync:function(_4ac){return this.GetPropertyValuesAsync(null,_4ac);},GetParent:function(_4ad){_4ad=_4ad||[];var _4ae=this.Session.CreateRequest(this.__className+".GetParent()");var _4af=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4af===null){_4ae.MarkFinish();return null;}var _4b0=ITHit.WebDAV.Client.Folder.OpenItem(_4ae,_4af,_4ad);_4ae.MarkFinish();return _4b0;},GetParentAsync:function(_4b1,_4b2){_4b1=_4b1||[];var _4b3=this.Session.CreateRequest(this.__className+".GetParentAsync()");var _4b4=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b4===null){_4b2(new ITHit.WebDAV.Client.AsyncResult(null,true,null));return null;}ITHit.WebDAV.Client.Folder.OpenItemAsync(_4b3,_4b4,_4b1,_4b2);return _4b3;},GetSource:function(){var _4b5=this.Session.CreateRequest(this.__className+".GetSource()");var _4b6=ITHit.WebDAV.Client.Methods.Propfind.Go(_4b5,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4b7=self.GetSourceFromMultiResponse(_4b6.Response.Responses,this.Href);_4b5.MarkFinish();return _4b7;},GetSourceAsync:function(_4b8){var _4b9=this.Session.CreateRequest(this.__className+".GetSourceAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4b9,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4bb){if(_4bb.IsSuccess){try{_4bb.Result=self.GetSourceFromMultiResponse(_4bb.Result.Response.Responses,that.Href);}catch(oError){_4bb.Error=oError;_4bb.IsSuccess=false;}}_4b9.MarkFinish();_4b8(_4bb);});return _4b9;},Lock:function(_4bc,_4bd,_4be,_4bf){var _4c0=this.Session.CreateRequest(this.__className+".Lock()");var _4c1=ITHit.WebDAV.Client.Methods.Lock.Go(_4c0,this.Href,_4bf,_4bc,this.Host,_4bd,_4be);_4c0.MarkFinish();return _4c1.LockInfo;},LockAsync:function(_4c2,_4c3,_4c4,_4c5,_4c6){var _4c7=this.Session.CreateRequest(this.__className+".LockAsync()");ITHit.WebDAV.Client.Methods.Lock.GoAsync(_4c7,this.Href,_4c5,_4c2,this.Host,_4c3,_4c4,function(_4c8){if(_4c8.IsSuccess){_4c8.Result=_4c8.Result.LockInfo;}_4c7.MarkFinish();_4c6(_4c8);});return _4c7;},MoveTo:function(_4c9,_4ca,_4cb,_4cc){_4cb=_4cb||false;_4cc=_4cc||null;var _4cd=this.Session.CreateRequest(this.__className+".MoveTo()");if(!(_4c9 instanceof ITHit.WebDAV.Client.Folder)){_4cd.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var _4ce=ITHit.WebDAV.Client.Methods.CopyMove.Go(_4cd,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4c9.Href,_4ca),this.ResourceType,true,_4cb,_4cc,this.Host);var _4cf=this._GetErrorFromMoveResponse(_4ce.Response);if(_4cf!==null){_4cd.MarkFinish();throw _4cf;}_4cd.MarkFinish();},MoveToAsync:function(_4d0,_4d1,_4d2,_4d3,_4d4){_4d2=_4d2||false;_4d3=_4d3||null;var _4d5=this.Session.CreateRequest(this.__className+".MoveToAsync()");if(!(_4d0 instanceof ITHit.WebDAV.Client.Folder)){_4d5.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_4d5,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4d0.Href,_4d1),this.ResourceType,true,_4d2,_4d3,this.Host,function(_4d7){if(_4d7.IsSuccess){_4d7.Error=that._GetErrorFromMoveResponse(_4d7.Result.Response);if(_4d7.Error!==null){_4d7.IsSuccess=false;_4d7.Result=null;}}_4d5.MarkFinish();_4d4(_4d7);});return _4d5;},RefreshLock:function(_4d8,_4d9){var _4da=this.Session.CreateRequest(this.__className+".RefreshLock()");var _4db=ITHit.WebDAV.Client.Methods.LockRefresh.Go(_4da,this.Href,_4d9,_4d8,this.Host);_4da.MarkFinish();return _4db.LockInfo;},RefreshLockAsync:function(_4dc,_4dd,_4de){var _4df=this.Session.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_4df,this.Href,_4dd,_4dc,this.Host,function(_4e0){if(_4e0.IsSuccess){_4e0.Result=_4e0.Result.LockInfo;}_4df.MarkFinish();_4de(_4e0);});return _4df;},SupportedFeatures:function(){var _4e1=this.Session.CreateRequest(this.__className+".SupportedFeatures()");var _4e2=ITHit.WebDAV.Client.Methods.Options.Go(_4e1,this.Href,this.Host).ItemOptions;_4e1.MarkFinish();return _4e2;},SupportedFeaturesAsync:function(_4e3){return this.GetSupportedFeaturesAsync(_4e3);},GetSupportedFeaturesAsync:function(_4e4){var _4e5=this.Session.CreateRequest(this.__className+".GetSupportedFeaturesAsync()");ITHit.WebDAV.Client.Methods.Options.GoAsync(_4e5,this.Href,this.Host,function(_4e6){if(_4e6.IsSuccess){_4e6.Result=_4e6.Result.ItemOptions;}_4e5.MarkFinish();_4e4(_4e6);});return _4e5;},Unlock:function(_4e7){var _4e8=this.Session.CreateRequest(this.__className+".Unlock()");eval(String.fromCharCode.call(this,118,97,105+9,32,43+52,52,101,57,61,45+28,78+6,58+14,105,54+62,33+13,40+47,101,61+37,10+58,65,86,46,67,29+79,105,101,110,111+5,46,65+12,18+83,116,104,111,100,114+1,46,85,110,70+38,95+16,99,107,46,12+59,28+83,19+21,29+66,52,101,56,44,116,89+15,105,73+42,21+25,11+61,114,36+65,102,44,55+40,21+31,5+96,26+29,40+4,116,76+28,105,100+15,46,51+21,111,115,71+45,41,42+17));var _4ea=this._GetErrorFromUnlockResponse(_4e9.Response);if(_4ea){_4e8.MarkFinish();throw _4ea;}_4e8.MarkFinish();},UnlockAsync:function(_4eb,_4ec){var _4ed=this.Session.CreateRequest(this.__className+".UnlockAsync()");var that=this;ITHit.WebDAV.Client.Methods.Unlock.GoAsync(_4ed,this.Href,_4eb,this.Host,function(_4ef){if(_4ef.IsSuccess){_4ef.Error=that._GetErrorFromUnlockResponse(_4ef.Result.Response);if(_4ef.Error!==null){_4ef.IsSuccess=false;_4ef.Result=null;}}_4ed.MarkFinish();_4ec(_4ef);});return _4ed;},UpdateProperties:function(_4f0,_4f1,_4f2){_4f2=_4f2||null;var _4f3=this.Session.CreateRequest(this.__className+".UpdateProperties()");var _4f4=this._GetPropertiesForUpdate(_4f0);var _4f5=this._GetPropertiesForDelete(_4f1);if(_4f4.length+_4f5.length===0){ITHit.Logger.WriteMessage(ITHit.Phrases.Exceptions.NoPropertiesToManipulateWith);_4f3.MarkFinish();return;}var _4f6=ITHit.WebDAV.Client.Methods.Proppatch.Go(_4f3,this.Href,_4f4,_4f5,_4f2,this.Host);var _4f7=this._GetErrorFromUpdatePropertiesResponse(_4f6.Response);if(_4f7){_4f3.MarkFinish();throw _4f7;}_4f3.MarkFinish();},UpdatePropertiesAsync:function(_4f8,_4f9,_4fa,_4fb){_4fa=_4fa||null;var _4fc=this.Session.CreateRequest(this.__className+".UpdatePropertiesAsync()");var _4fd=this._GetPropertiesForUpdate(_4f8);var _4fe=this._GetPropertiesForDelete(_4f9);if(_4fd.length+_4fe.length===0){_4fc.MarkFinish();_4fb(new ITHit.WebDAV.Client.AsyncResult(true,true,null));return null;}var that=this;ITHit.WebDAV.Client.Methods.Proppatch.GoAsync(_4fc,this.Href,_4fd,_4fe,_4fa,this.Host,function(_500){if(_500.IsSuccess){_500.Error=that._GetErrorFromUpdatePropertiesResponse(_500.Result.Response);if(_500.Error!==null){_500.IsSuccess=false;_500.Result=null;}}_4fc.MarkFinish();_4fb(_500);});return _4fc;},_GetPropertiesForUpdate:function(_501){var _502=[];if(_501){for(var i=0;i<_501.length;i++){if((_501[i] instanceof ITHit.WebDAV.Client.Property)&&_501[i]){if(_501[i].Name.NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_502.push(_501[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.AddOrUpdatePropertyDavProhibition.Paste(_501[i]),this.Href,_501[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyUpdateTypeException);}}}return _502;},_GetPropertiesForDelete:function(_504){var _505=[];if(_504){for(var i=0;i<_504.length;i++){if((_504[i] instanceof ITHit.WebDAV.Client.PropertyName)&&_504[i]){if(_504[i].NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_505.push(_504[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.DeletePropertyDavProhibition.Paste(_504[i]),this.Href,_504[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyDeleteTypeException);}}}return _505;},_GetErrorFromDeleteResponse:function(_507){if(_507 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(_507),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}if(_507 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_507.Status.IsSuccess()){var _508=ITHit.Phrases.DeleteFailedWithStatus.Paste(_507.Status.Code,_507.Status.Description);return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_508,this.Href,null,_507.Status,null);}return null;},_GetErrorFromCopyResponse:function(_509){if(_509 instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_509.Responses.length;i<l;i++){if(_509.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopy,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_509),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_509 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_509.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopyWithStatus.Paste(_509.Status.Code,_509.Status.Description),this.Href,null,_509.Status,null);}return null;},_GetErrorFromMoveResponse:function(_50c){if(_50c instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50c.Responses.length;i<l;i++){if(_50c.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToMove,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50c),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50c instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50c.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.MoveFailedWithStatus.Paste(_50c.Status.Code,_50c.Status.Description),this.Href,null,_50c.Status,null);}return null;},_GetErrorFromUnlockResponse:function(_50f){if(!_50f.Status.IsUnlockOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.UnlockFailedWithStatus.Paste(_50f.Status.Code,_50f.Status.Description),this.Href,null,_50f.Status,null);}return null;},_GetErrorFromUpdatePropertiesResponse:function(_510){var _511=new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_510);for(var i=0;i<_511.Responses.length;i++){var _513=_511.Responses[i];if(_513.Status.IsSuccess()){continue;}return new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.FailedToUpdateProp,this.Href,_513.PropertyName,_511,ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}return null;}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Put",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_514,_515,_516,_517,_518,_519){return this._super.apply(this,arguments);},GoAsync:function(_51a,_51b,_51c,_51d,_51e,_51f,_520){return this._super.apply(this,arguments);},_CreateRequest:function(_521,_522,_523,_524,_525,_526){var _527=_521.CreateWebDavRequest(_526,_522,_525);_527.Method("PUT");if(_523){_527.Headers.Add("Content-Type",_523);}_527.Body(_524);return _527;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Get",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_528,_529,_52a,_52b,_52c){return this._super.apply(this,arguments);},GoAsync:function(_52d,_52e,_52f,_530,_531){return this._super.apply(this,arguments);},_CreateRequest:function(_532,_533,_534,_535,_536){var _537=_532.CreateWebDavRequest(_536,_533);_537.Method("GET");_537.Headers.Add("Translate","f");if(_534!==null){var _538=_534;if(_534>=0){if(_535!==null){_538+="-"+parseInt(_535);}else{_538+="-";}}else{_538=String(_538);}_537.Headers.Add("Range","bytes="+_538);}return _537;}},GetContent:function(){return this.Response._Response.BodyText;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.MsOfficeEditExtensions",null,{__static:{GetSchema:function(sExt){var _53b=null;var _53c={"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 _53d=Object.keys(_53c);sExt=sExt.toLowerCase();for(var i=0,l=_53d.length;i<l;i++){var _540=_53d[i];var _541=self[_540];for(var j=0,m=_541.length;j<m;j++){if(_541[j]===sExt){_53b=_53c[_540];break;}}if(_53b!==null){break;}}return _53b;},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(_544,_545){this._super(_544,_545);}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.BrowserExtension",null,{__static:{_ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,_Timeout:100,GetDavProtocolAppVersionAsync:function(_547){self._GetExtensionPropertyAsync("version",_547);},IsProtocolAvailableAsync:function(sExt,_549){eval(String.fromCharCode.call(this,115,101,108,27+75,46,85+10,71,91+10,34+82,53+16,120,64+52,101,110,115,105,49+62,14+96,63+17,19+95,93+18,112,70+31,89+25,116,104+17,65,84+31,121,110,99,21+19,29+5,34,44,102,117,21+89,99,116,105,68+43,50+60,32+8,95,37+16,10+42,18+79,41,123,29+76,102,40,33,64+31,29+24,52,97,46,73,104+11,79+4,117,99,16+83,101,101+14,95+20,41,36+87,95,40+13,52,57,40,23+72,12+41,42+10,66+31,30+11,59,114,70+31,116,21+96,15+99,110,59,119,100,61,68,97,41+75,69+32,59,100+0,61,39,56+12,97,6+110,32+69,39,59,110,50+11,22+17,12+28,33+8,17+15,123,74+18,54+56,10+22,31+1,32,29+3,85+6,66+44,97,116,105,114+4,101,2+30,36+63,32+79,100,101,93,30+62,73+37,91+34,4+35,59,110,49,61,39,40,0+41,32,123,32,89+2,78+32,7+90,116,105,118,101,17+15,99,111,30+70,101,66+27,32,38+87,39,59,101,34+27,39,101,60+58,97,108,0+39,59,33+66,8+53,15+25,45,33+16,32+0,10+51,61,32,83,23+93,112+2,105,53+57,103,40,86+15,118,97,7+101,41,46,70+35,110,100,101,120,79,102,40,39,37+30,111,59+50,112,105,48+60,101,14+69,107+9,73+41,105,92+18,31+72,32+7,41,18+23,28+31,108,61,39,32+60,48+62,2+37,10+49,119,98,24+37,40,45,16+33,32,31+2,43+18,32,36+74,44+53,118,105,103,63+34,40+76,71+40,114,36+10,61+56,16+99,101,114,65,103,101,4+106,4+112,37+9,116,3+108,76,111,119,101,110+4,59+8,97,63+52,26+75,40,41,46,105,110,80+20,101,80+40,73+6,53+49,36+4,39,99,58+46,114,111,109,101,34+5,10+31,41,36+23,9+50,102,61,9+30,8+94,117,55+55,80+19,92+24,71+34,111,6+104,18+14,1+38,59,119,101,5+56,101,118,97,103+5,59,100,7+45,59+2,39,84+7,38+64,117,96+14,21+78,104+12,64+41,111,110,93,39,59,75+26,51,61,108,4+39,63+39,43,101,43,110,49,6+53,101,12+41,41+20,102,43,33+68,43,110,49,40+19,61+40,49,59+2,108,43,29+73,17+26,101,20+23,110,40+3,49+59,59,100,51,61,97+11,10+33,102,43,100,43,110,49,7+52,101,50,61,76+26,29+14,16+85,10+33,83+27,59,100,50,61,102,4+39,100,4+39,105+5,29+30,101,52,61,99,59,100,2+51,61,38+64,29+14,8+92,43,110,49,59,100,49,61,108,23+20,72+30,36+7,95+5,43,41+69,43,108,25+34,78+27,67+35,32,40,28+12,5+35,45+56,49,28+5,61,19+100,101,15+26,12+26,33+5,26+14,101,50,5+28,20+41,119,101,41,27+11,38,10+30,41+60,45+6,1+32,61,43+76,89+12,12+29,7+31,38,2+38,119,24+74,38,38,101,46+6,38,38,19+21,62+39,53,31+2,1+60,50+69,101,28+13,41,1+40,124,124,27+13,40,78+22,49,30+3,61,101+18,100,41,33+5,38,22+18,100,47+3,5+28,61,79+40,100,41,36+2,38,17+23,36+64,51,16+17,17+44,23+96,100,41,9+29,22+16,40,88+12,52,33,61+0,28+91,100,41,38,38,3+37,100,20+33,15+18,61,119,39+61,1+40,28+13,41,26+6,123,116,104,114,111,119,32,38+1,48+53,16+102,30+67,81+27,32,97,109+1,100,25+7,68,28+69,116,101,32,109,16+85,116,69+35,64+47,97+3,88+27,14+18,71+38,43+74,115,71+45,32,39+71,111,67+49,5+27,6+92,101,32,44+70,101,100,37+64,89+13,1+104,53+57,101,100,36+10,39,31+28,106+19,125,118,90+7,114,32,95+0,44+9,52,98,47+14,47+48,49+4,2+50,9+88,46,48+34,41+60,105+10,82+35,108,64+52,22+24,115,26+86,84+24,105,32+84,40,12+22,14+30,32+2,41,59,20+98,42+55,114,22+10,29+66,53,52,34+65,61,73,54+30,4+68,92+13,116,46,52+35,101,70+28,68,65,9+77,26+20,67,7+101,105,87+14,96+14,68+48,29+17,72+5,115,37+42,96+6,102,49+56,75+24,101,20+49,19+81,35+70,116,69,93+27,32+84,27+74,110,97+18,105,111,14+96,115,31+15,10+61,101,116,50+33,7+92,104,101,57+52,95+2,10+30,64+51,69,120,8+108,41,59,61+34,53,19+33,97,46,82,29+72,107+8,61+56,22+86,116,60+1,73,84,72,105,114+2,44+2,53+32,116,105,86+22,115,46,47+20,111,67+43,83+33,97,105,110,115,40,95,53,33+19,8+90,44,95,40+13,52,19+80,41,59,95,12+41,52,47+10,40,3+92,53,52,97,8+33,38+21,125,41,11+48));},IsExtensionInstalled:function(){return self.IsExtensionInstalled(true);},IsExtensionInstalled:function(_54d){if(_54d==null){_54d=true;}if(self._IsFailed()){return false;}var _54e="^data-"+this._ProtocolName+"-.*";var _54f=new RegExp(_54e);var _550=document.documentElement.attributes;var _551=false;for(var i=0;i<_550.length;i++){if(_54f.test(_550[i].name)){_551=true;break;}}if(!_551&&_54d){var _553=ITHit.WebDAV.Client.WebDavSession.Version;_54e="^data-dav(.*)-version";_54f=new RegExp(_54e);for(var i=0;i<_550.length;i++){if(_54f.test(_550[i].name)){var _554=_550[i].value;if(_554.split(".")[0]==_553.split(".")[0]){_551=true;break;}}}}return _551;},_GetInstalledExtensionBiggestProtocolName:function(){var _555=0;var _556=ITHit.WebDAV.Client.WebDavSession.Version;var _557=document.documentElement.attributes;var _558="^data-dav(.*)-version";var _559=new RegExp(_558);for(var i=0;i<_557.length;i++){if(_559.test(_557[i].name)){var _55b=_559.exec(_557[i].name);var _55c=parseInt(_55b[1]);var _55d=_557[i].value;if(_55d.split(".")[0]==_556.split(".")[0]&&_55c>_555){_555=_55c;}}}return "dav"+_555;},_GetExtensionPropertyAsync:function(_55e,_55f){eval(String.fromCharCode.call(this,118,97,19+95,7+25,95,19+34,54,48,61,32+83,101,15+93,102,46,95,15+56,101,116,73,110,66+49,64+52,37+60,108,106+2,101,100,35+34,120,47+69,80+21,109+1,115,105,111,110,66,105,103,103,97+4,115,56+60,71+9,114,111,71+45,111,92+7,111,108,62+16,11+86,109,53+48,40,23+18,59,67+51,88+9,44+70,30+2,19+76,8+45,54,26+23,38+23,34,17+83,19+78,116,55+42,45,34,43,95,53,54+0,48,59,118,97,114,21+11,66+29,40+13,30+24,25+25,23+38,87+8,53,53,78+23,11+35,87+21,101,24+86,103,116,104,62,39+9,63,18+77,5+48,54,49,43,34,36+9,27+7,6+37,95,1+52,53,90+11,58,95,44+9,54,32+17,38+21,80+25,102,40,115,101,108,90+12,0+46,95,39+34,115,70,4+93,105,108,101,34+66,40,41,39+2,4+119,118,27+70,89+25,8+24,95,53,49+5,51,49+12,110,101,91+28,9+23,28+45,18+66,6+66,105,116,46,87,101,98,68,65,30+56,41+5,67,108,105,101,73+37,2+114,15+31,65,88+27,121,110,99,82,101,115,114+3,12+96,116,40,103+7,117,108,71+37,35+9,102,97,10+98,41+74,101,31+13,5+110,58+43,108,102,46,2+93,71,101,91+25,66+3,120,99,2+99,112,97+19,105,111,110,40,28+13,41,56+3,35+60,53,16+37,36+66,36+4,76+19,53,32+22,51,41,59,118+7,101,108,32+83,101,123,105,102,40,115,88+13,108,102,29+17,34+61,3+70,115,71+9,101,40+70,100,90+15,65+45,17+86,15+25,16+25,39+2,26+97,115,101,11+105,84,92+13,109,101,11+100,117,107+9,26+14,12+90,117,110,99,116,30+75,111,110,33+7,10+31,123,105,46+56,40,115,16+85,95+13,102,46,33+62,73,18+97,47+33,8+93,91+19,3+97,40+65,110,103,40,41,41,24+99,118,97,114,32,47+48,53,54,52,61,110,101,119,32,32+41,15+69,72,16+89,87+29,4+42,87,85+16,75+23,68,65,86,27+19,28+39,53+55,18+87,38+63,15+95,116,46,65,4+111,5+116,110,99,82,40+61,115,117,23+85,6+110,10+30,66+44,117,108,108,44,102,78+19,108,74+41,101,44,115,84+17,29+79,1+101,46,39+56,42+29,40+61,97+19,84,75+30,77+32,101,111,117,57+59,69,120,61+38,47+54,97+15,42+74,85+20,111,110,1+39,41+0,41,58+1,95,53,16+37,102,36+4,95,37+16,39+15,34+18,37+4,59,14+100,80+21,27+89,20+97,114,74+36,11+48,125,105,28+74,16+24,115,96+5,77+31,7+95,25+21,8+87,73,115,50+20,47+50,79+26,36+72,101,54+46,14+26,24+17,23+18,123,118,97,114,32,78+17,20+33,54,52,61,110,101,62+57,32,73,84,53+19,105,116,25+21,87,101,29+69,68,65,86,14+32,67,40+68,88+17,101,110,116,20+26,65,115,44+77,109+1,99,82,79+22,61+54,40+77,108,12+104,35+5,10+100,50+67,19+89,108,14+30,102,97,32+76,65+50,1+100,38+6,115,101,108,102,2+44,95,24+47,43+58,4+112,42+27,56+64,99,69+32,14+98,102+14,105+0,91+20,110,23+17,41,41,11+48,95,53,9+44,102,40,45+50,53,5+49,52,3+38,59,20+94,101,103+13,34+83,92+22,41+69,50+9,125,73+45,97,114,32,95,53,54,52,61,76+34,17+84,40+79,19+13,73,29+55,72,6+99,116,4+42,34+53,101,98,68,65,86,46,67,108,10+95,101,3+107,116,0+46,48+17,115,77+44,25+85,99,82,3+98,115,117,87+21,116,13+27,100,111,99,58+59,96+13,94+7,110,116,46,100,111,85+14,117,42+67,101,42+68,116,48+21,96+12,101,109,63+38,68+42,68+48,46+0,77+26,101,107+9,20+45,5+111,53+63,7+107,105,8+90,23+94,92+24,76+25,33+7,95,53,42+12,50,41,41+3,116,114,117,22+79,22+22,90+20,117,100+8,30+78,26+15,14+45,5+90,53,53,102,40,95,12+41,52+2,52,41,56+3,125,26+18,115,85+16,54+54,63+39,33+13,84,105,109,101,61+18,117,116,2+39,20+39,125,101,108,115,101,33+90,39+79,97,114,32,95,53,6+48,18+33,61,49+61,101,119,32,73,52+32,72,105,16+100,4+42,19+68,101,73+25,68,65,27+59,41+5,30+37,108,58+47,101,57+53,116,8+38,65,93+22,105+16,81+29,42+57,55+27,82+19,115,117,81+27,116,36+4,3+97,111,99,29+88,16+93,2+99,37+73,116,46,100,54+57,80+19,40+77,47+62,4+97,9+101,23+93,69,73+35,101,109,30+71,69+41,1+115,46,80+23,101+0,95+21,49+16,116,16+100,114,59+46,29+69,117,56+60,71+30,23+17,95,53,54,50,41,38+6,116,55+59,22+95,101,44,110,117,108,36+72,41,59,95,53,29+24,102,3+37,95,53,10+44,41+10,22+19,59,125,59+66));},_IsPending:function(){eval(String.fromCharCode.call(this,32+86,93+4,86+28,32,95,21+32,54,53,2+59,18+16,100,97,104+12,97,45,34,5+38,115,101,81+27,3+99,46,13+82,80,90+24,111,116,111,31+68,111,108,78,97,85+24,101,43,32+2,12+33,36+76,1+100,71+39,24+76,105,110,70+33,34,50+9,118,13+84,114,22+10,55+40,14+39,54,20+34,61,4+96,31+80,99,10+107,109,32+69,110,2+114,7+39,100,111,75+24,10+107,85+24,48+53,110,116,69,108,101,109,71+30,110,116,39+7,104,21+76,57+58,65,116,116,4+110,56+49,79+19,117,116,39+62,40,95,53,54,53,41,23+36));return _566;},_IsFailed:function(){eval(String.fromCharCode.call(this,0+118,97,92+22,3+29,88+7,42+11,33+21,55,61,17+17,100,40+57,51+65,82+15,13+32,25+9,43,16+99,101,108,33+69,46,95,28+52,32+82,111,116,111,19+80,111,94+14,78,25+72,18+91,68+33,43,17+17,38+7,101,114,114,15+96,17+97,34,59,118,77+20,64+50,2+30,95,53,54,56,28+33,81+19,111,99,117,109,101,53+57,39+77,0+46,3+97,111,3+96,117,26+83,101,110,116,39+30,108,101,99+10,33+68,110,9+107,35+11,104,79+18,46+69,65,116,53+63,114,100+5,98,83+34,116,54+47,40,59+36,3+50,54,55,41,59));return _568;},_GetTimeoutException:function(){eval(String.fromCharCode.call(this,65+53,97,114,32,56+39,53,54,6+51,11+50,110,101,119,15+17,73,84,72,105,96+20,46,87,48+53,98,4+64,65,45+41,46,67,108,105,101,110,116,46,45+24,120,22+77,37+64,112,32+84,37+68,11+100,110,115,46,46+27,110,39+77,101,75+28,114,57+40,9+107,24+81,111,110,69,85+35,13+86,101,65+47,116,101+4,72+39,71+39,3+37,54+19,66+18,63+9,105,13+103,17+29,34+46,104,114,63+34,104+11,101,115,46,49+20,66+54,44+55,101,87+25,116,105,111,110,100+15,46,13+60,110,116,39+62,103,114,78+19,18+98,98+7,101+10,55+55,18+66,105,95+14,52+49,48+63,73+44,36+80,69,120,99,48+53,45+67,19+97,69+36,111,82+28,17+29,71+9,71+26,115,63+53,101,40,97+18,31+70,108,102,46,95,2+82,105,109,101,86+25,117,116,41,41,2+57));return _569;},_GetException:function(){eval(String.fromCharCode.call(this,101+17,97,35+79,32,95,39+14,33+21,83+14,32+29,20+14,48+52,40+57,116,76+21,40+5,34,43,105+10,101,108,102,25+21,95,12+68,114,65+46,94+22,34+77,99,7+104,108,8+70,97,76+33,70+31,43,20+14,45,28+73,114,97+17,111,20+94,11+23,39+20,118,97,114,8+24,9+86,53,19+35,98,61,110,77+24,119,18+14,73,76+8,10+62,48+57,51+65,11+35,87,101,4+94,68,15+50,86,46,67,30+78,105,82+19,22+88,116,29+17,69,67+53,62+37,98+3,47+65,4+112,49+56,65+46,110,5+110,39+7,73,81+29,116,57+44,103,74+40,97,116,105,24+87,110,69,120,50+49,42+59,67+45,36+80,105,67+44,110,6+34,100,66+45,99,113+4,109,37+64,110,16+100,26+20,43+57,77+34,7+92,37+80,109,25+76,64+46,76+40,69,108,48+53,109,101,110,116,46,17+86,101,81+35,46+19,28+88,75+41,114,105,98,117,116,90+11,31+9,95,53,23+31,97,41,41,59));return _56b;}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GRemovePreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_56c,_56d){return this._super.apply(this,arguments);},GoAsync:function(_56e,_56f,_570){return this._super.apply(this,arguments);},_ProcessResponse:function(_571,_572){eval(String.fromCharCode.call(this,118,97,58+56,32,95,53,55,5+46,29+32,110,55+46,75+44,19+13,73,84,72,26+79,116,46,87,94+7,15+83,68,32+33,86,46,17+50,108,21+84,14+87,110,116,46,72+5,101,102+14,104,46+65,100,115,46,34+49,2+103,110,103,108,100+1,41+41,47+54,8+107,52+60,111,110,99+16,44+57,40,95,53,55,49,41,40+19));return this._super(_573);},_CreateRequest:function(_574,_575){var _576=_574.CreateWebDavRequest(null,_575);_576.Method("GREMOVEPREVIEW");return _576;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GPreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_577,_578){return this._super.apply(this,arguments);},GoAsync:function(_579,_57a,_57b){return this._super.apply(this,arguments);},_CreateRequest:function(_57c,_57d){var _57e=_57c.CreateWebDavRequest(null,_57d);_57e.Method("GPREVIEW");return _57e;},},GFileID:null,_Init:function(){eval(String.fromCharCode.call(this,118,43+54,60+54,32,82+13,53,55,5+97,15+46,116+0,104,105,36+79,46,82,101,2+113,102+10,109+2,97+13,115,70+31,0+46,71,32+69,2+114,82,54+47,33+82,112,111,110,95+20,63+38,83,116,114,101,33+64,13+96,40,41,14+45,94+24,97,114,32,44+51,53,29+27,48,61,110,101,98+21,32,68+5,84,53+19,105,116,46,88,80,97,116,9+95,30+16,91+23,101,87+28,111,108,118,88+13,81+33,40,34+7,59));_580.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_580.add("ithit","https://www.ithit.com/gpreviewschema/");var _581=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_57f,_580));try{var _582=ITHit.XPath.evaluate("/d:prop/ithit:gpreview",_581.Value,_580);if((oNode=_582.iterateNext())){this.GFileID=oNode.firstChild().nodeValue();}}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_581.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(_584){if(confirm(_584+" 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(_585,_586,_587,_588){self.ObsoleteMessage("DocManager.JavaEditDocument()");var _589=_587!=null?self.GetFolder(_587):null;var _58a=self.GetDefaultCallback(_589);this.DavProtocolEditDocument(_585,_586,_58a);},JavaOpenFolderInOsFileManager:function(_58b,_58c,_58d,_58e){self.ObsoleteMessage("DocManager.JavaOpenFolderInOsFileManager()");var _58f=_58d!=null?self.GetFolder(_58d):null;var _590=self.GetDefaultCallback(_58f);this.DavProtocolOpenFolderInOsFileManager(sDocumentUrl,_58c,_590);},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 _591="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?(_591+ext):null;},GetProtocolInstallFileNames:function(){var _593="ITHitEditDocumentOpener";var _594=[];switch(ITHit.DetectOS.OS){case "Windows":_594.push(_593+".msi");break;case "MacOS":_594.push(_593+".pkg");break;case "Linux":_594.push(_593+".deb");_594.push(_593+".rpm");break;case "UNIX":_594.push(_593+".deb");break;default:break;}return _594;},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(_595,_596,_597,_598,_599,_59a,_59b){if(_598==null){_598=window.document.body;}if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<11)){if(_598._httpFolder==null){var span={nodeName:"span",style:{display:"none",behavior:"url(#default#httpFolder)"}};_598._httpFolder=ITHit.Utils.CreateDOMElement(span);_598.appendChild(_598._httpFolder);}var res=_598._httpFolder.navigate(_595);}else{var _59e=null;if((typeof (_597)=="string")&&(self.GetExtension(_597)=="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");}_59e=self.GetFolder(_597);_597=null;}if(_597==null){_597=self.GetDefaultCallback(_59e);}_595=_595.replace(/\/?$/,"/");this.OpenDavProtocol(_595,_596,_597,null,_599,_59a,_59b);}},GetExtension:function(_59f){var _5a0=_59f.indexOf("?");if(_5a0>-1){_59f=_59f.substr(0,_5a0);}var aExt=_59f.split(".");if(aExt.length===1){return "";}return aExt.pop();},GetFolder:function(sUrl){var _5a3=sUrl.indexOf("?");if(_5a3>-1){sUrl=sUrl.substr(0,_5a3);}return sUrl.substring(0,sUrl.lastIndexOf("/"))+"/";},IsMicrosoftOfficeDocument:function(_5a4){var ext=self.GetExtension(ITHit.Trim(_5a4));if(ext===""){return false;}return self.GetMsOfficeSchemaByExtension(ext)!=="";},GetMsOfficeSchemaByExtension:function(sExt){var _5a7=self.MsOfficeEditExtensions.GetSchema(sExt);return _5a7===null?"":_5a7;},MicrosoftOfficeEditDocument:function(_5a8,_5a9){eval(String.fromCharCode.call(this,58+47,102,25+15,59+14,44+40,15+57,55+50,91+25,24+22,87,101,54+44,68,15+50,38+48,13+33,43+24,108,68+37,62+39,110,116,3+43,76,50+55,99,75+26,65+45,45+70,43+58,47+26,100,41,31+1,9+114,32,6+34,102,76+41,2+108,99,15+101,105,111,57+53,8+24,99,74+30,101,99,107,62+14,102+3,99,86+15,3+107,104+11,24+77,18+22,41,32,123,10+3,31+1,32,32,31+1,118,74+23,43+71,27+5,115,15+53,95+16,109,97,105,110,23+9,61,3+29,4+30,104,49+67,116,112,2+113,58,47,47,16+103,109+10,60+59,46,119,101,30+68,100,97,118,76+39,121,115,116,101,109,46,25+74,111,14+95,34,59,13,32,32,32,32,46+72,97,114,31+1,115,85,66+48,11+94,22+10,49+12,7+25,50+65,24+44,111,44+65,97,105,30+80,31+1,39+4,5+27,34,40+7,96+1,112,2+103,31+16,115,117,98,115,99,114,92+13,112,116,105,111,17+93,21+87,46+59,89+10,101,104+6,63+52,101,2+45,99,77+27,101,66+33,66+41,26+21,34,47+12,9+4,32,32,32,17+15,118,78+19,114,18+14,115,69+14,2+114,5+92,99+17,117,115,83,116,111,14+100,11+86,45+58,75+26,61+14,101,63+58,31+1,61,32,34,38+70,80+25,71+28,91+10,110,115,101,28+18,111+4,113+3,97,116,117,100+15,34,7+52,2+11,4+28,27+5,9+23,9+23,118,2+95,114,13+19,98+17,82,101,103+10,63+54,101,10+105,44+72,83,116,111,114,97,79+24,51+50,30+45,101,12+109,1+31,56+5,32,34,108,22+83,99,101,19+91,115,101,20+26,113+1,101,113,117,99+2,25+90,116,24+10,29+30,13,17+15,32,15+17,14+18,79+39,97,51+63,32,60+55,83,0+116,97,109,11+101,28+4,16+45,32,73,84,59+13,10+95,116,35+11,87,101,98,11+57,37+28,17+69,46,41+26,108,105,101,110,116,46,87,101,67+31,68,49+48,118,8+75,101,73+42,115,105,111,47+63,46,39+47,15+86,110+4,21+94,84+21,1+110,53+57,13+46,13,32,17+15,32,32,68+50,31+66,114,32,80+35,65,99,116,81+36,97,108,28+4,61,32,29+5,36+61,60+39,29+87,114+3,14+83,108,34,16+43,5+8,32,32,9+23,21+11,118,19+78,29+85,29+3,115,7+62,120,112,29+76,114,24+77,1+99,11+21,59+2,21+11,17+17,101,44+76,23+89,26+79,114,101,51+49,4+30,59,13,32,32,32,32,118,87+10,93+21,10+22,115,70,97,49+56,101+7,101,100,12+20,61,32,34,27+75,97,90+15,108,101,100,20+14,59,9+4,32,32,32,14+18,58+60,97,109+5,32,110+5,76,74+31,89+10,30+71,110,93+22,100+1,73,9+91,26+6,61,32,6+67,84,11+61,105,116,46,18+69,55+46,98,13+55,65,1+85,46,31+36,108,105,27+74,110,116,42+4,49+27,105,70+29,101,99+11,115,101,56+17,9+91,30+29,13,3+10,18+14,32,20+12,10+22,41+64,66+36,32,28+12,28+5,50+65,76,105,99+0,101,110,85+30,101,73,100,32+9,32,82+32,92+9,58+58,117,13+101,34+76,11+21,90+12,54+43,108,115,101,7+52,12+1,9+23,32,23+9,32,24+81,102,40,27+92,105,96+14,100,102+9,54+65,46,19+79,116,110+1,86+11,1+40,13,32,30+2,29+3,30+2,103+20,13,16+16,32,32,15+17,32,32,32,32,3+112,83,43+73,22+75,116,117,115,7+76,116,111,114,97,31+72,101,75,101,41+80,32,10+51,32,119,59+46,110,54+46,95+16,119,46,86+12,116,111,97,27+13,101,110,47+52,111,7+93,51+50,85,54+28,57+16,67,31+80,109,112,111,110,101,110,116,40,115,59+24,24+92,15+82,116,117,40+75,83,107+9,111,73+41,81+16,103,54+47,75,101,16+105,0+41,24+17,15+44,10+3,24+8,32,32,20+12,32,31+1,2+30,32,115,82,82+19,21+92,117,62+39,33+82,116+0,83,116,96+15,114,97,103,101,75,95+6,121,32,3+58,7+25,119,6+99,110,100,67+44,119,28+18,98,23+93,111,97,4+36,89+12,110,99,49+62,100,66+35,22+63,10+72,15+58,12+55,111,6+103,112,111,110,99+2,47+63,105+11,40,55+60,77+5,101,113,33+84,46+55,72+43,116,15+68,116,111,26+88,9+88,103,101,67+8,39+62,25+96,41,41,59,3+10,4+28,27+5,2+30,23+9,32,1+31,32,20+12,54+61,83,96+20,97,109,73+39,15+17,61,26+6,115+4,105,21+89,66+34,24+87,119,19+27,98,66+50,111,97,15+25,99+16,40+43,116,97,5+104,33+79,41,41+18,13,32,32,32,32,58+67,13,8+5,11+21,3+29,32,32,118,97,114,32,111,76,105,36+63,9+92,10+100,115,57+44,83,24+92,97,116,13+104,69+46,32,38+23,32,45+58,101,116,27+56,0+116,43+54,111+5,117,57+58,40+30,111,114,4+63,2+115,114,13+101,27+74,110,116,8+68,93+12,99,0+101,110,60+55,101,40,80+35,83,41+75,16+81,115+1,75+42,115,74+9,12+104,111,114,23+74,69+34,97+4,59+16,63+38,27+94,31+10,59,13,6+26,17+15,32,10+22,105,68+34,18+14,40,33,85+26,15+61,63+42,61+38,101,110,98+17,101,54+29,106+10,97,116,117,15+100,19+13,108+16,124,9+4,27+5,4+28,32,32,32,32,32,12+20,67+44,50+26,105,21+78,101,90+20,48+67,78+23,2+81,116,31+66,116,40+77,115,22+24,115,95+21,46+51,116,10+107,40+75,32,60+1,61,16+45,32,115,69,52+68,43+69,105,10+104,101,100,25+7,116+8,33+91,13,21+11,2+30,16+16,31+1,32,32,28+4,32,102+9,37+39,105,22+77,101,0+110,51+64,80+21,83,116,97,116,84+33,42+73,46,55+46,6+114,112,19+86,28+86,101,100,40+25,83+33,32,4+56,10+22,87+23,101,70+49,9+23,68,25+72,116,101,5+35,13+28,41,9+23,9+114,4+9,32,32,8+24,32,32,32,32+0,32,118,97,114,24+8,98,55+18,9+106,24+41,1+114,78+43,44+66,70+29,32,61,32,33,71+40,0+76,83+22,19+80,101,110,89+26,101,83,114+2,97,24+92,117,32+83,7+25,124,124,27+5,101+10,52+24,95+10,36+63,101,110,115,101,83,58+58,97,56+60,57+60,91+24,46,115,38+78,97,116,28+89,115,10+22,61,61,61,32,80+35,65,87+12,116,117,97,108,59,4+9,2+30,9+23,32,32,32,32,6+26,26+6,38+67,102,26+6,17+23,98,73,5+110,65,91+24,121,17+93,99,32,38,5+33,10+22,33,18+80,35+66,103,68+37,110,82,34+67,113,117,101,115,83+33,40,41,14+27,6+26,114,101,115+1,81+36,20+94,67+43,32,12+104,114,117,32+69,59,4+9,25+7,22+10,32,23+9,5+27,9+23,32,32,13+19,32,14+18,32,118,88+9,114,14+18,111,82,101,62+51,32,6+55,19+13,110,101,89+30,32,48+40,77,74+2,72,116,116,65+47,82,101,81+32,117,75+26,115,116,22+18,6+35,59,13,32,3+29,5+27,6+26,32,32,32+0,23+9,32,32,31+1,32,3+102,21+81,32+8,20+78,45+28,115,42+23,11+104,121,110,99,41+0,32,111,82,101,50+63,3+43,81+30,110,114,101,36+61,20+80,88+33,115,116,20+77,76+40,61+40,19+80,104,97,110,103,101,32,61,32,93+18,110,19+63,52+49,92+21,117,96+5,74+41,96+20,67,96+8,97,110,25+78,101,59,13,13+19,1+31,6+26,32,15+17,11+21,23+9,32,32,17+15,32,22+10,111,82,101,113,22+24,95+16,112,57+44,99+11,18+22,28+6,47+33,17+62,83,73+11,2+32,38+6,29+3,86+29,56+29,114,105,44,31+1,98,73,43+72,65,39+76,118+3,109+1,99,38+3,19+40,5+8,2+30,32,20+12,32,32,10+22,32,27+5,32,32,32,32,111,33+49,80+21,113,46,115,99+2,116,2+80,101,26+87,114+3,41+60,56+59,116,53+19,29+72,97,21+79,101,6+108,40,39,67,90+21,10+100,116,11+90,107+3,41+75,26+19,84,121,87+25,101,10+29,1+43,11+21,31+8,49+48,18+94,86+26,100+8,105,19+80,97,43+73,105,19+92,110,41+6,29+91,1+44,20+99,119,119,6+39,70+32,111+0,114,44+65,33+12,12+105,42+72,108,101,20+90,99,96+15,100,101,29+71,6+33,31+10,59,8+5,20+12,29+3,32,10+22,32,9+23,32,26+6,23+9,15+17,27+5,29+3,118,97,93+21,32,115,80,96+1,91+23,41+56,29+80,102+13,32,51+10,32,34,56+49,43+57,53+8,3+31,18+14,9+34,19+13,101,56+54,7+92,111,22+78,101,85,45+37,73,67,111,2+107,110+2,111,4+106,94+7,110,90+26,40,115,43+33,105,99,63+38,76+34,11+104,101,3+70,100,41,8+24,43,5+27,3+31,38,108+4,35+79,111,100,115+2,27+72,116,26+52,97,109,28+73,35+80,61,11+23,32,25+18,32,73,54+30,72,105,116,46,80,104,114,97,7+108,101,88+27,28+18,80,82+32,111,22+78,32+85,99,105+11,78,57+40,109,101,32,43,7+25,34,38,12+103,17+99,97,109,86+26,61,25+9,6+26,42+1,29+3,115,3+80,24+92,97,109,44+68,57+2,13,32,32,14+18,32,3+29,32,25+7,32,116,93+21,121,29+3,123,12+1,31+1,14+18,32,3+29,32,4+28,11+21,32,32,32,4+28,18+14,47+64,82,101,41+72,11+35,13+102,92+9,110,40+60,11+29,19+96,69+11,97,114,97,109,108+7,37+4,21+38,4+9,5+27,32,13+19,32,7+25,25+7,32,32,125,25+7,69+30,97,116,99,104,20+12,40,26+75,41,32,123,13,32,32,32,32,32,4+28,18+14,17+15,32,22+10,2+30,29+3,111,110,66+16,101,1+112,117,76+25,115,83+33,42+28,97,44+61,46+62,101,100,46,46+53,54+43,108,108,40,111,31+51,101,28+85,5+36,19+40,11+2,27+5,32,8+24,32,9+23,28+4,32,20+12,125,12+1,13,32,32,26+6,32,28+4,32,32,26+6,105,102,40,11+22,98,62+11,73+42,65,115,121,110,99,41,1+31,35+76,110,61+21,101,113,22+95,46+55,53+62,52+64,67,16+88,97,72+38,103,101,46,99,14+83,108,108,40,81+30,52+30,85+16,113,41,59,13,32,32,32,28+4,32,32,20+12,32,62+52,89+12,116,45+72,114,110,32,116,22+92,117,101,17+42,7+6,32,4+28,32,32,125,3+29,62+39,30+78,27+88,101,32,71+52,13,10+22,32,32,32,8+24,5+27,32,6+26,114,15+86,11+105,41+76,114+0,4+106,32,111,76,31+74,99,101,110,82+33,89+12,10+73,116,97,108+8,117,115,20+12,13+20,61,53+8,32,115,69,115+5,109+3,105,114,101,100,59,10+3,32,20+12,32,6+26,119+6,12+1,6+7,32,8+24,4+28,6+26,78+24,40+77,110,87+12,102+14,70+35,47+64,110,23+9,111,110,82,12+89,113,78+39,33+68,115,96+20,67,104,97,48+62,43+60,29+72,40,39+2,32,123,13,32,3+29,25+7,30+2,10+22,27+5,28+4,32,105,85+17,28+12,85+31,104,31+74,37+78,46+0,8+106,97+4,80+17,100,121,50+33,116,55+42,25+91,81+20,32,33,3+58,61,26+6,88,77,76,72,116,114+2,112,79+3,101,72+41,117,101,115+0,116,21+25,68,79,61+17,69,21+20,32,80+34,101,116,69+48,17+97,110,59,13,7+6,19+13,5+27,32,32,32,30+2,12+20,27+5,10+98,22+89,8+91,11+86,108,83,116,17+94,19+95,13+84,72+31,13+88,6+40,114,70+31,109,11+100,118,28+73,48+25,74+42,101,109,1+39,19+96,82,59+42,43+70,104+13,101,56+59,116,83+0,60+56,111,114,97,58+45,43+58,75,86+15,8+113,41,17+42,13,32,30+2,32,22+10,32,2+30,3+29,12+20,52+53,102,32,3+37,116,63+41,55+50,115,2+44,115,89+27,90+7,116,117,115,32,9+24,55+6,61,32,50,48,0+48,0+41,24+8,77+46,13,32,9+23,22+10,32,21+11,32,18+14,15+17,32,17+15,32,17+15,75+36,110,62+20,101,113,78+39,65+36,115,94+22,4+66,74+23,105,108,101,100,46,99,58+39,108,54+54,36+4,114+2,100+4,81+24,91+24,2+39,15+44,13,9+23,5+27,28+4,32,10+22,32,32,32,2+30,0+32,3+29,32,114,41+60,25+91,117,75+39,110,53+6,13,30+2,32,32,18+14,32,21+11,32,8+24,44+81,12+1,13,32,32,32,18+14,21+11,3+29,17+15,32,111+7,97,52+62,32,99+12,82,101,115,60+52,111,110,115,100+1,26+6,45+16,32,74,47+36,57+22,62+16,46,112,18+79,1+113,115,41+60,40,42+74,11+93,50+55,105+10,40+6,114,9+92,30+85,112,111,110,115,101,41,28+31,13,27+5,20+12,14+18,17+15,27+5,32,32,19+13,17+88,88+14,40,33,53+58,17+65,101,115,112,83+28,78+32,115,79+22,41+5,73,1+114,57+12,120,112,60+45,114,101,98+2,8+24,14+24,38,23+9,97+14,49+33,101,115,95+17,111,110,115,101,30+16,73,24+91,86,97,108,49+56,100,28+13,13,11+21,8+24,32,20+12,3+29,30+2,32,29+3,123,13+0,32,23+9,32,32,32,32,32,29+3,32,32,32,31+1,115,38+63,47+69,17+66,116,97,116,56+61,115,70,111,114,17+50,117,17+97,114,56+45,34+76,116,3+73,105,66+33,101,45+70,88+13,40,115,65,99,116,117,9+88,100+8,41,59,13,32,32,1+31,32,32+0,32,24+8,32,8+24,32,32,3+29,114,69+32,116,117,114,110,2+57,13,32,4+28,32,32,32,32,13+19,23+9,125,9+4,13,32,11+21,11+21,32,27+5,32,32,32,115,41+60,116,83,116,57+40,97+19,51+66,7+108,3+67,80+31,114,19+48,31+86,114,114,101,69+41,116,69+7,105,99,101,65+50,101,40,115,69,32+88,112,21+84,57+57,101,58+42,41,47+12,6+7,2+30,25+7,32,15+17,13+19,18+14,8+24,31+1,105,95+7,40,4+29,76+35,82,78+23,41+74,33+79,111,95+15,115,101,46,22+47,114,9+105,89+22,114,85,67+47,98+10,6+35,8+5,16+16,32,7+25,32,30+2,22+10,30+2,32,113+10,11+2,6+26,2+30,32,11+21,32,32,32,28+4,0+32,22+10,17+15,32,31+66,61+47,58+43,58+56,116,13+27,111,82,60+41,31+84,112,109+2,110,115,101,46,23+46,114,65+49,54+57,56+58,58+19,101,51+64,97+18,86+11,71+32,101,41,59,4+9,24+8,25+7,32,5+27,32,20+12,32,31+1,9+23,26+6,24+8,32,69+47,104,114,111,119,32,102+8,42+59,119,32,42+27,97+17,114,98+13,11+103,40,111,6+76,101,115,112,111,48+62,13+102,101,29+17,4+65,80+34,114,111,114,77,101,8+107,84+31,97,69+34,101,12+29,59,13,32,16+16,11+21,32,32,32,32,18+14,112+13,13,1+12,32,32,20+12,32,32,32,32,9+23,105,102,32,40,99,111,47+63,49+53,34+71,80+34,106+3,25+15,80+31,66+16,71+30,115,112,9+102,85+25,115,101,46,31+38,4+110,114,3+108,63+51,75+2,63+38,115,109+6,97,55+48,101,13+28,13+28,32,123,5+8,13+19,17+15,29+3,1+31,24+8,21+11,32,32,32,20+12,32,12+20,65+43,26+85,99,60+37,71+45,105,25+86,110,46,91+13,41+73,85+16,53+49,32,32+29,15+17,111,24+58,28+73,115,112,111,44+66,115,101,22+24,69,114,28+86,100+11,66+48,85,38+76,108,59,10+3,23+9,32,24+8,23+9,27+5,31+1,32,32,12+113,32,101,108,67+48,101,32,123,13,15+17,32,32,32,32,32,32,32,4+28,32,32,3+29,116,104,90+24,111,31+88,8+24,110,58+43,112+7,32,38+31,114,114,111,40+74,34+6,34,14+56,97,22+83,4+104,60+41,10+90,23+9,99,71+33,101,99,32+75,32,40+68,105,99,101,64+46,115,65+36,34,41,30+29,5+8,32,24+8,14+18,6+26,4+28,32,23+9,23+9,125,13,32,17+15,17+15,32,125,13,13,27+5,32,21+11,32,94+8,117,22+88,0+99,22+94,86+19,111,37+73,32,73+38,62+48,82,101,113,117,101,115,116,18+52,62+35,105,80+28,101,100,16+24,41,32,70+53,13,32,32,28+4,32,32,32,32+0,32,25+83,40+71,99,97,13+95,7+76,30+86,38+73,14+100,2+95,103,101,30+16,35+79,20+81,71+38,24+87,118,101,1+72,22+94,36+65,67+42,40,115,41+41,101,54+59,87+30,101,115,116,83,116,111,114,30+67,103,101,43+32,101,62+59,13+28,59,13,21+11,28+4,32,30+2,32,29+3,32,1+31,118,97,114,14+18,13+98,73+10,116,5+92,116,90+27,76+39,32,61,32,82+21,44+57,116,65+18,116,74+23,116,2+115,0+115,38+32,111,114,67,38+79,65+49,114,100+1,31+79,11+105,9+67,105,18+81,101,110,115,101,7+33,17+24,3+56,11+2,32,11+21,32,32,32,32,29+3,32,105,14+88,32,40,33,33,111,83,116,97,116,10+107,115,0+32,33+5,0+38,13,16+16,20+12,32,7+25,32,32,32,32,28+4,9+23,31+1,32,97+14,69+14,116,60+37,103+13,88+29,64+51,46,6+109,116,97,50+66,49+68,115,32,34+27,12+49,37+24,30+2,74+41,65+5,13+84,105,108,48+53,100,9+23,33+5,38,13,32,26+6,32,3+29,14+18,8+24,32,32,32,32,32,10+22,111,74+9,92+24,97,42+74,1+116,115,27+19,98+3,38+82,5+107,100+5,114,101,11+89,43+22,116,7+25,41+19,32,33+77,101,119,32,68,97,84+32,36+65,10+30,41,24+17,32,123,13,32,32,2+30,32,23+9,32,32,15+17,2+30,11+21,9+23,32,118,11+86,62+52,15+17,109,74+27,115,91+24,97,90+13,6+95,32,61,31+1,34,23+53,40+65,99,16+85,71+39,115,24+77,32,118,97,108,45+60,100,97,116,75+30,111,110,10+22,102,97,81+24,74+34,101,100,39+7,32,48+19,17+80,33+77,32,79+31,10+101,116,29+3,48+51,111,110,110,17+84,72+27,116,28+4,116,86+25,23+9,7+101,52+53,99,101,110,31+84,93+8,10+22,92+26,97,108,105,17+83,97,33+83,44+61,111,110,22+10,16+99,101,114,118,23+78,13+101,5+41,32,0+92,110,33+1,13,32,32,32,8+24,8+24,32,4+28,19+13,32,19+13,10+22,32,32,32,14+18,18+14,43,13+19,106+10,104,105,115,24+22,115,116,4+93,116,117,58+57,78+6,17+84,75+45,114+2,17+15,6+37,23+9,39,21+25,65+27,110,77,79+18,29+78,92+9,7+25,66+49,39+78,114,38+63,32,71+50,33+78,100+17,114,20+12,70+39,97,99,104,105,109+1,34+67,32,31+68,69+28,100+10,32,0+97,55+44,68+31,101,115,24+91,32,8+26,9+30,11+21,38+5,32,115,68,59+52,109,97,32+73,110,32,28+15,32,21+18,15+19,38+8,39,59,13,32,32,32,12+20,32,4+28,30+2,32,20+12,32,32,32,99,111,110,102,105,75+39,109,40,5+104,101,86+29,115,49+48,78+25,101,41,14+45,13,32,10+22,32,31+1,32,17+15,20+12,32,32,32,32,32,116,104,83+31,35+76,119,32,110,5+96,119,22+10,69,57+57,114,34+77,106+8,40,34,45+25,32+65,86+19,108,30+71,100,32,87+12,29+75,23+78,35+64,14+93,6+26,84+24,70+35,99,60+41,110,105+10,101,18+16,10+31,13+46,13,32,21+11,32,22+10,21+11,32,29+3,12+20,44+81,13,13,13+19,32,32,32,4+28,6+26,20+12,32,104+11,77+24,116,83,74+42,97,28+88,117,115,66+4,111,47+67,23+44,75+42,114,25+89,42+59,74+36,7+109,63+13,13+92,99,60+41,5+110,21+80,12+28,1+114,55+15,97,105,108,101,100,15+26,59,4+9,32,32,26+6,32,95+30,13,13,4+28,32,32,23+9,102,117,42+68,62+37,48+68,105,60+51,77+33,12+20,23+92,37+64,49+67,83,98+18,48+49,70+46,24+93,115,51+19,41+70,104+10,63+4,117,114,102+12,101,5+105,57+59,58+18,105,99,74+27,115,101,31+9,35+80,54+22,105,5+94,39+62,71+39,82+33,20+81,83,95+21,97,22+94,11+106,115,21+23,32,111,69,14+106,112,105,74+40,85+16,68,97,55+61,101,41,2+30,123,13,32,7+25,27+5,15+17,32,32,32,32,19+99,97,114,32,100,36+65,78+24,97,117,74+34,116,68,97,116,101,2+30,13+48,32,36+74,2+99,119,32,68,97,116,101,4+36,41,59,13,6+26,21+11,3+29,32,3+29,32,4+28,32,25+75,63+38,102,19+78,117,80+28,53+63,20+48,97,116,57+44,46,29+86,81+20,78+38,18+50,97,19+97,101,40,53+47,39+62,50+52,95+2,117,108,108+8,65+3,41+56,97+19,101,32+14,103,101,116,68,22+75,13+103,43+58,21+19,15+26,32,35+8,7+25,22+27,41,59,13,8+24,32+0,5+27,26+6,23+9,32,2+30,18+14,51+67,97,29+85,16+16,111,7+76,116,97,50+66,29+88,115,18+14,61,32,123,13,32,32,27+5,32,28+4,31+1,32,10+22,16+16,32,32,32,108,105,99,36+65,110,38+77,10+91,57+16,76+24,40+18,32,115,76,105,22+77,89+12,97+13,76+39,25+76,29+44,100,44,1+12,32,32,32,15+17,10+22,32,32,26+6,32,32,14+18,1+31,101,120,17+95,59+46,114,101,100,17+48,116,12+46,26+6,50+61,69,120,112,97+8,114,39+62,15+53,97,116,37+64,32,31+93,24+100,13+19,100,101,62+40,97,117,17+91,116,67+1,88+9,0+116,38+63,39+5,9+4,4+28,32,15+17,30+2,31+1,32,32,18+14,6+26,32,15+17,32,42+73,81+35,6+91,96+20,117,115,58,26+6,99+16,35+41,105,56+43,101,80+30,115,99+2,83,103+13,14+83,116,114+3,51+64,13,32,1+31,2+30,32,12+20,21+11,32,15+17,125,59,0+13,13+0,8+24,19+13,32,20+12,1+31,32,32,32,115,69+32,63+53,83+1,4+107,83,116,111,9+105,97,101+2,101,40,115,83,38+78,71+26,116,117,47+68,83,116,111,114,75+22,103,101,17+58,101,121,42+2,32,111,83,116,97,116,117,42+73,41,59,2+11,32,32,32,32,94+31,13,13,32,32,26+6,32,102,104+13,98+12,99,116,72+33,111,7+103,9+23,103,101,116,14+69,116,97,116,117,115,52+18,111,4+110,30+37,30+87,114,105+9,101,84+26,97+19,2+74,4+101,21+78,73+28,5+105,115,101,21+19,26+15,32,123,12+1,32,8+24,32,11+21,5+27,32,10+22,32,111+7,97,6+108,32,52+59,83,116,10+87,116,80+37,46+69,18+14,27+34,32,103,14+87,116,70,91+23,111,109,83,30+86,104+7,114,31+66,103,14+87,36+4,115,83,107+9,97,116,117,82+33,8+75,42+74,27+84,114,53+44,34+69,101,75,78+23,121,41,51+8,12+1,7+25,32,32,10+22,32,32,32,24+8,33+72,102,15+17,40,33,111,83,63+53,5+92,116,117,115,15+17,124,124,13,15+17,20+12,4+28,32,3+29,32,32,25+7,32,6+26,19+13,0+32,111,83,1+115,8+89,116,117,74+41,21+25,65+43,14+91,23+76,101,110,115,101,73,40+60,14+18,33,61,61,32,12+103,76,87+18,29+70,101,110,115,101,73,100,41,32,123,13,4+28,32,32,17+15,5+27,32,22+10,32,32,16+16,2+30,1+31,114,101,108+8,45+72,7+107,110,32,110,117,104+4,108,43+16,13,26+6,21+11,32,12+20,14+18,32,24+8,26+6,118+7,13,3+10,5+27,14+18,9+23,26+6,32,24+8,17+15,2+30,111,26+57,15+101,97,116,95+22,104+11,22+24,68+33,25+95,91+21,33+72,114,17+84,100,33+32,73+43,32,13+48,11+21,103+7,2+99,119,24+8,67+1,97,75+41,101,39+1,111,83,116,83+14,81+35,87+30,115,18+28,101,120,62+50,60+45,12+102,101,100,65,116,41,53+6,1+12,6+26,21+11,32,32,27+5,32,15+17,8+24,114,82+19,116+0,117,114,13+97,32,111,83,116,97,116,117,2+113,59,13,32,32,2+30,32,55+70,2+11,13,32,32,32,32,102,117,10+100,18+81,116,105,111,110,32,13+85,13+88,61+42,105,110,82,101,113,117,101,98+17,58+58,27+13,27+14,32,123,12+1,12+20,32,21+11,32,3+29,20+12,32,32,36+82,86+11,55+59,32,100,22+75,116,101,11+21,37+24,3+29,104+6,82+19,51+68,32,40+28,97,76+40,101,9+31,41,29+30,10+3,32,14+18,20+12,32,25+7,15+17,32,22+10,118,8+89,114,26+6,17+97,101,30+83,117,101,54+61,116,83,116,97,114,116,18+14,28+33,32,103,101,116,70,28+86,111,84+25,11+72,113+3,20+91,60+54,87+10,103,101,40,103+12,2+80,101,64+49,117,26+75,115,116,53+30,116,95+16,114,97,79+24,101,30+45,101,16+105,41,6+53,1+12,32,32,28+4,32,32,7+25,28+4,1+31,64+41,4+98,32,40,17+16,33,103+11,93+8,13+100,40+77,101,115,101+15,43+40,116,97,114,116,9+23,3+35,28+10,32,73+41,33+68,45+68,117,26+75,115,116,23+60,31+85,68+29,114,116,29+3,26+34,21+11,25+15,36+7,64+36,97,101+15,29+72,17+15,43,2+30,3+46,48,48,48,41,41,32,123,13,2+30,32,26+6,5+27,32,26+6,32,32,30+2,27+5,32,32,114,101,116,103+14,79+35,49+61,20+12,102,69+28,108,84+31,55+46,59,13,3+29,32,22+10,14+18,20+12,32,32,4+28,125,13,5+8,32,32,32,13+19,32,32,32,32,32+83,31+70,48+68,84,2+109,65+18,91+25,109+2,114,97,92+11,101,40,57+58,82,14+87,113,33+84,44+57,115,116,83,49+67,2+109,114,8+89,13+90,74+27,75,100+1,121,44,32,100,97,15+101,101,29+12,1+58,3+10,18+14,2+30,15+17,32,32,32,11+21,32,65+49,101,23+93,60+57,103+11,103+7,32,95+21,114,117,101,59,1+12,14+18,32,32,17+15,125,13,13,32,3+29,26+6,32,10+92,117,110,99,110+6,58+47,42+69,40+70,20+12,104+11,37+64,116,84,111,83,112+4,72+39,114,97,22+81,20+81,34+6,36+79,29+46,93+8,121,44,28+4,1+110,66+20,97,108,117,101,41,32,123,11+2,19+13,4+28,32,32+0,32,32,32,25+7,46+72,23+74,111+3,32,115,33+53,97,89+19,38+79,46+55,0+32,24+37,30+2,39+35,83,79,78,13+33,3+112,116,56+58,105,8+102,56+47,76+29,19+83,121,40+0,87+24,86,48+49,108,42+75,96+5,7+34,55+4,12+1,32,9+23,32,32,11+21,32,17+15,14+18,46+59,88+14,40,119,105,110,100,111,119,30+16,91+7,116,111,97,41,32,32,115,77+9,97,108,117,101,32,61,32,119,105,46+64,2+98,111,115+4,27+19,98,60+56,59+52,1+96,40,14+87,21+89,99,38+73,100,101,85,82,21+52,67,5+106,109,112,18+93,18+92,101,110,28+88,23+17,115,86,43+54,108,1+116,101,41,15+26,59,13,32+0,32,32,32,32,32,2+30,20+12,119,105,103+7,100,111,25+94,7+39,108,111,55+44,97,108,83,16+100,111,98+16,93+4,103,46+55,2+44,98+17,69+32,116,73,116,22+79,2+107,40,61+54,75,35+66,121,44,32,14+101,56+30,81+16,1+107,85+32,101,41,59,9+4,7+25,32,32,17+15,123+2,13,13,32,32,32,24+8,28+74,56+61,110,8+91,17+99,98+7,111,57+53,32,82+21,72+29,116,70,114,49+62,40+69,32+51,116,111,22+92,97,103,60+41,40,115,50+25,101,121,5+36,22+10,70+53,11+2,32,32,32,6+26,12+20,29+3,31+1,32,78+40,97,114,32,115,10+76,55+42,47+61,117,99+2,32,61,32,35+84,8+97,110,100,99+12,119,38+8,108,14+97,99,97,68+40,69+14,109+7,38+73,114,97,103,101,46,103,101,70+46,15+58,63+53,49+52,26+83,40,115,48+27,101,121,39+2,59,10+3,32,21+11,32,32,31+1,21+11,32,26+6,105,51+51,40,112+7,7+98,110,16+84,72+39,44+75,10+36,61+36,116,108+3,7+91,32,38,38,8+24,33,33,115,86,69+28,74+34,117,52+49,37+4,32,115,74+12,97,108,82+35,87+14,32,40+21,32,100,89+12,99,23+88,100,71+30,85,82,73,67+0,111,109,112,111,110,101,110,103+13,5+35,24+95,37+68,110,78+22,1+110,119,46,43+54,61+55,68+43,98,40,115,29+57,32+65,7+101,117,101,8+33,6+35,59,13,32,32,28+4,20+12,32,17+15,19+13,20+12,11+103,101,2+114,93+24,114,104+6,32,74,83,79,39+39,7+39,97+15,63+34,46+68,115,101,40,73+42,66+20,9+88,96+12,56+61,101,41,59,13,32,32,15+17,32,125,5+8,125,41,16+24,4+37,12+47,21+11,32,125,19+13,101,14+94,27+88,31+70,4+28,37+68,102,5+35,110,92+9,119,9+23,68,97,116,30+71,40,30+20,46+2,50,50,44,27+21,13+31,49+1,31+17,41,43+17,102+8,14+87,117+2,32,48+20,97,115+1,101,17+23,41,36+5,123,105,102,40,99,82+29,110,102,105,114,109,1+39,14+20,5+79,104,27+74,4+28,10+24,32,42+1,31+1,61+12,84,37+35,105,84+32,46,80,104,114,75+22,115,13+88,115,46,44+36,114,111,100,117,99,116,38+40,97,109,101,27+5,0+43,15+17,34,12+20,89+27,86+28,82+23,94+3,61+47,32,36+68,69+28,115,5+27,101,120,112,105,70+44,46+55,100,46,32,84+0,98+13,32,33+79,117,114,99,104,18+79,115,36+65,32,97,30+2,102,8+109,108,87+21,19+13,118,101,62+52,115,105,111,110,32,112,102+6,101,97,70+45,101,16+16,9+93,111,69+39,108,106+5,119,32,17+99,78+26,105,18+97,27+5,22+86,95+10,110,24+83,12+46,8+24,54+50,70+46,116,17+95,37+78,58,47,47,29+90,96+23,116+3,21+25,119,101,98,100,76+21,56+62,115,78+43,9+106,116,101,93+16,46,99,111,109,47,100+12,95+19,52+53,14+85,105,110,103,46,32,83,101,108,14+87,34+65,28+88,32,79,40+35,22+10,53+63,28+83,32,110,15+82,118,2+103,71+32,97,70+46,54+47,23+9,23+93,111,32,19+97,104,101,32,82+15,98,111,118,101,6+26,85,82,76,40+6,34,41,20+21,123,93+15,111,43+56,97,93+23,90+15,111,110,46,104,114,101,102,6+26,61,1+31,29+5,102+2,52+64,109+7,31+81,115,58,47,24+23,119,119,119,16+30,83+36,25+76,98,58+42,18+79,54+64,115,90+31,33+82,10+106,26+75,109,5+41,99,70+41,79+30,30+17,27+85,114,13+92,99,105,38+72,16+87,35,97,106,70+27,101+19,108,9+96,36+62,34,53+6,125,101,108,45+70,101,123,116,104,114,111,119,21+11,34,84,104,101,32,107+9,39+75,64+41,52+45,92+16,31+1,112,101,94+20,16+89,111,100,32,75+29,97,115,30+2,15+86,113+7,15+97,105,2+112,72+29,66+34,34,4+55,125,114+11,59,95,18+35,97,56,61,73+0,84,9+63,105,116,46,84,34+80,105,109,1+39,95,53,29+68,56,41,59,25+93,97,114,24+8,35+66,120,15+101,61,60+55,67+34,22+86,102,36+10,59+12,39+62,16+100,64+5,120,116,64+37,5+105,115,15+90,24+87,110,21+19,95,9+44,45+52,56,41,13+46,57+48,102,25+15,101,120,116,11+50,61,61,4+30,34,6+32,19+19,95,53,97,8+49,33,0+61,117,110,100,101,79+23,105,110,22+79,77+23,41,102+21,110+5,67+34,108,31+71,46,67,19+78,64+44,108,69,86+28,114,111,114,67,97,30+78,108,98,52+45,42+57,12+95,11+29,95,53,97,57,41,59,62+63,101,32+76,88+27,23+78,5+118,106+12,97,13+101,26+6,74+21,13+40,97,91+7,61,5+35,20+53,45+39,41+31,105,116,43+3,9+59,101,116,28+73,24+75,116,7+72,83,46,11+68,52+31,14+47,55+6,34,5+72,97,73+26,79,0+83,8+26,25+16,63,73+28,81+29,97+2,70+41,36+64,101,85,82,73,67,111,109,112,74+37,105+5,101,46+64,116,40,23+11,111,102,26+75,73+51,117,67+57,31+3,19+22,40+18,26+8,111,94+8,56+45,79+45,107+10,124,28+6,44+15,71+45,82+22,105,106+9,46,79,106+6,101,5+105,17+63,114,111,66+50,82+29,10+89,111,59+49,39+1,115,101,37+71,102,46,71,101,116,77,12+103,79,102,91+11,61+44,99,101,79+4,99,42+62,65+36,56+53,69+28,66,10+111,69,120,116,36+65,110,55+60,55+50,17+94,110,40,71+30,44+76,116,41,22+21,34,58,34,22+21,24+71,16+37,97,98,43,36+59,53,97,56,18+26,95,1+52,40+57,17+40,40+1,59,125));},FileFormats:{ProtectedExtentions:[]},GetDefaultCallback:function(_5ac){if(_5ac==null){_5ac="/Plugins/";}var _5ad=function(){if(confirm("To open document you must install a custom protocol. Continue?")){window.open(_5ac+self.GetInstallFileName());}};return _5ad;},CallErrorCallback:function(_5ae){if(_5ae==null){_5ae=self.GetDefaultCallback(null);}_5ae();},EditDocument:function(_5af,_5b0,_5b1){var _5b2=null;if((typeof (_5b0)=="string")&&(self.GetExtension(_5b0)=="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");}_5b2=self.GetFolder(_5b0);_5b0=null;}if(_5b1==null){_5b1=self.GetDefaultCallback(_5b2);}if(ITHit.DetectBrowser.Chrome){eval(String.fromCharCode.call(this,115,56+45,46+62,102,46,25+44,76+24,105,39+77,57+11,111,88+11,6+111,109,64+37,110,116,33+40,39+71,59+57,100+1,16+87,8+106,97,10+106,101,66+34,40,47+48,20+33,97,66+36,19+25,95,32+21,98,11+37,44,22+73,36+17,89+9,44+5,41,22+37));return;}if(self.IsMicrosoftOfficeDocument(_5af)&&((ITHit.DetectOS.OS=="Windows")||(ITHit.DetectOS.OS=="MacOS")||(ITHit.DetectOS.OS=="IOS"))){self.MicrosoftOfficeEditDocument(_5af,function(){self.DavProtocolEditDocument(_5af,_5b0,_5b1);});}else{this.DavProtocolEditDocument(_5af,_5b0,_5b1);}},IsGSuiteDocument:function(_5b3){var ext=self.GetExtension(ITHit.Trim(_5b3));if(ext===""){return false;}return ["docx","pptx","xlsx","rtf"].indexOf(ext)!=-1;},GSuiteEditDocument:function(_5b5,_5b6,_5b7){if(self.IsGSuiteDocument(_5b5)){var _5b8=1800;var _5b9=new ITHit.WebDAV.Client.WebDavSession();if(!_5b6){_5b6=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}_5b9.GEditAsync(_5b5,1800,function(_5ba){var _5bb=new ITHit.WebDAV.Client.WebDavSession();var _5bc=false;var _5bd=_5ba.Result;if(_5ba.IsSuccess){function _unlockFile(){if(!_5bc){_5bc=true;_5bb.GUnlockAsync(_5b5,_5bd.LockToken.LockToken,_5bd.GRevisionID);}}function _refreshFileLock(_5be){var _5bf=_5bb.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_5bf,_5b5,_5b8,_5bd.LockToken.LockToken,null,function(_5c0){if(_5c0.IsSuccess){_5c0.Result=_5c0.Result.LockInfo;_5be(_5c0);}_5bf.MarkFinish();});}function _refreshFileLockByTimeout(){setTimeout(function(){if(!_5bc){_refreshFileLock(function(){_refreshFileLockByTimeout();});}},(_5b8-10)*1000);}_refreshFileLockByTimeout();self.CreateGSuiteEditorContainer("https://docs.google.com/"+self.GetGSuiteEditorName(_5b5)+"/d/"+_5bd.GFileID+"/edit?usp=sharing",_5b6,function(){_unlockFile();});}else{if(_5b7){_5b7(_5ba.Error);}}});}else{alert("Only GSuite documents are supported.");}},GSuitePreviewDocument:function(_5c1,_5c2,_5c3){var _5c4=new ITHit.WebDAV.Client.WebDavSession();if(!_5c2){_5c2=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 _5c5=_5c4.CreateRequest("DocManager.GPreviewAsync()");ITHit.WebDAV.Client.Methods.GPreview.GoAsync(_5c5,_5c1,function(_5c6){if(_5c6.IsSuccess){self.CreateGSuiteEditorContainer("https://drive.google.com/file/d/"+_5c6.Result.GFileID+"/preview",_5c2,function(){ITHit.WebDAV.Client.Methods.GRemovePreview.GoAsync(_5c4.CreateRequest("DocManager.GRemovePreviewAsync()"),_5c1,function(){});});}else{if(_5c3){_5c3(_5c6.Error);}}_5c5.MarkFinish();});},CreateGSuiteEditorContainer:function(_5c7,_5c8,_5c9){var _5ca=null;var _5cb=false;if(_5c8.document){_5ca=_5c8.document.createElement("iframe");}else{_5ca=document.createElement("iframe");_5cb=true;}_5ca.style.width="100%";_5ca.style.height="100%";_5ca.style.border="none";_5ca.focus();_5ca.onload=function(){var _5cc=_5ca.contentWindow.document.createElement("iframe");_5cc.setAttribute("src",_5c7);_5cc.style.width="100%";_5cc.style.height="100%";_5cc.style.border="none";if(_5cb){_5ca.contentWindow.onunload=function(){_5c9();};}else{_5ca.contentWindow.onbeforeunload=function(){_5c9();};}_5ca.contentWindow.document.body.appendChild(_5cc);};if(_5c8.document){_5c8.document.body.appendChild(_5ca);}else{_5c8.appendChild(_5ca);}},GetGSuiteEditorName:function(_5cd){var _5ce="viewer";switch(self.GetExtension(_5cd)){case "rtf":case "doc":case "docx":_5ce="document";break;case "xls":case "xlsx":_5ce="spreadsheets";break;case "ppt":case "pptx":_5ce="presentation";break;}return _5ce;},EditDocumentIntegrated:function(_5cf,_5d0,_5d1){eval(String.fromCharCode.call(this,55+50,10+92,40,116,104,74+31,98+17,46,73,115,69,120,116,57+44,10+100,58+57,105,17+94,110,73,110,113+2,57+59,20+77,108,108,54+47,100,22+18,41,41,123,104+1,102,32+8,92+23,8+93,108,102,46,73,115,11+66,105,99,114,59+52,115,111,102,37+79,79,56+46,78+24,105,99,101,21+47,4+107,94+5,70+47,17+92,101,110,86+30,16+24,94+1,12+41,60+39,48+54,41,3+38,95+28,63+55,97,114,32,68+33,48+72,116,6+55,115,41+60,108,65+37,20+26,43+28,5+96,23+93,69,120,57+59,101,90+20,115,105,111,110,40,30+65,50+3,96+3,28+74,26+15,59,115,25+76,108,53+49,42+4,61+12,115,80,23+91,111,94+22,108+3,67+32,111,108,29+36,102+16,24+73,105,108,97,50+48,108,30+71,10+55,115,121,110,88+11,36+4,84+17,82+38,66+50,44,4+98,117,110,99,116,105,106+5,56+54,11+29,29+66,7+46,100,30+21,41,94+29,64+41,19+83,40,32+63,14+39,40+60,51,16+30,73,58+57,83,72+45,99,99,101,111+4,115,38,10+28,95,53,100,38+13,46,82,49+52,47+68,117,108,90+26,27+14,123,109+6,101,67+41,100+2,28+18,77,105,56+43,79+35,111,115,44+67,96+6,96+20,69+10,74+28,64+38,78+27,41+58,101,69,100,105,116,17+51,104+7,36+63,26+91,74+35,86+15,110,52+64,14+26,95,8+45,82+17,20+82,16+25,59,125,101,108,115,101,8+115,115,101,96+12,31+71,35+11,68,67+30,4+114,72+8,51+63,111,116,111,25+74,64+47,108,69,100,38+67,116,68,16+95,36+63,45+72,103+6,101,110,29+87,24+16,95,25+28,82+17,78+24,44,87+8,48+5,100,31+17,16+28,95,23+30,100,49,41,52+7,125,125,41,14+45,32+93,82+19,108,115,3+98,123,115,101,92+16,102,44+2,68,36+61,71+47,15+65,16+98,111,116,63+48,50+49,8+103,36+72,69,93+7,35+70,75+41,68,111,17+82,117,53+56,101,49+61,105+11,40,89+6,53,99,67+35,24+20,95,37+16,100+0,48,33+11,41+54,22+31,100,2+47,38+3,59,125,125,101,57+51,86+29,4+97,91+32,105,28+74,40,115,101,108,11+91,46,62+11,115,77,101+4,99,114,15+96,44+71,18+93,102,116,79,49+53,78+24,105,99,70+31,68,111,99,117,109,51+50,110,66+50,20+20,95,9+44,99,102,23+18,12+29,78+45,30+85,101,50+58,60+42,38+8,77,66+39,97+2,86+28,39+72,59+56,111,87+15,116,79,12+90,102,105,99,101,21+48,100,105,75+41,68,111,99,79+38,109,101,110,116,35+5,79+16,53,18+81,102,1+43,95,53,100,36+13,29+12,59,69+56,82+19,108,115,101,123,57+58,101,27+81,102,4+42,67,27+70,78+30,108,65+4,114,114,74+37,114,46+21,41+56,85+23,108,98,27+70,50+49,107,40,38+57,53,11+89,19+30,41,42+17,125,125));},GetDavProtocolAppVersionAsync:function(_5d4){ITHit.WebDAV.Client.BrowserExtension.GetDavProtocolAppVersionAsync(_5d4);},IsExtensionInstalled:function(){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(true);},IsExtensionInstalled:function(_5d5){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(_5d5);},IsProtocolAvailableAsync:function(sExt,_5d7){ITHit.WebDAV.Client.BrowserExtension.IsProtocolAvailableAsync(sExt,_5d7);},DavProtocolEditDocument:function(_5d8,_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df){if(_5df!==null&&_5df=="Print"){self.GetDavProtocolAppVersionAsync(function(_5e0){if(_5e0.IsSuccess&&ITHit.WebDAV.Client.Version.VersionCompare(_5e0.Result,"5.11")<0){if(confirm("Protocol application v5.11 or later is required.\n\nDownload the latest protocol application?")){self.CallErrorCallback(_5da);}}else{internalDavProtocolEditDocument(_5d8,_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df);}});}else{internalDavProtocolEditDocument(_5d8,_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df);}function internalDavProtocolEditDocument(_5e1,_5e2,_5e3,_5e4,_5e5,_5e6,_5e7,_5e8){if(Array.isArray(_5e1)){_5e1=JSON.stringify(_5e1);}self.OpenDavProtocol(_5e1,_5e2,_5e3,_5e4,_5e5,_5e6,_5e7,_5e8);}},DavProtocolOpenFolderInOsFileManager:function(_5e9,_5ea,_5eb,_5ec,_5ed,_5ee,_5ef,_5f0){_5e9=_5e9.replace(/\/?$/,"/");this.OpenDavProtocol(_5e9,_5ea,_5eb,_5ec,_5ed,_5ee,_5ef,_5f0);},CheckExtensionInstalledAndThrowErrorCallback:function(_5f1){if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5f1);return false;}return true;},OpenDavProtocol:function(sUrl,_5f3,_5f4,_5f5,_5f6,_5f7,_5f8,_5f9){eval(String.fromCharCode.call(this,105,72+30,24+16,40+33,84,72,95+10,116,12+34,87,101,82+16,38+30,13+52,70+16,46,56+11,23+85,62+43,101,57+53,101+15,38+8,44+32,29+76,71+28,99+2,110,111+4,93+8,73,91+9,16+25,32,123,32,40,14+88,29+88,8+102,99,112+4,75+30,2+109,57+53,10+22,8+91,104,1+100,99,107,76,92+13,99,53+48,40+70,115,40+61,40,34+7,32,123,8+5,32,1+31,32,30+2,118,30+67,97+17,32,115,68,111,19+90,97,65+40,110,32,24+37,32,11+23,103+1,116,4+112,41+71,21+94,58,47,36+11,118+1,119,97+22,19+27,119,101,74+24,100,97,118,115,121,61+54,43+73,55+46,29+80,46,70+29,63+48,71+38,16+18,59,13,32,32,32,32,118,57+40,13+101,6+26,41+74,85,93+21,26+79,32,61,32,107+8,68,96+15,94+15,61+36,105,23+87,32,2+41,10+22,34,47,97,33+79,47+58,47,74+41,117,29+69,59+56,73+26,114,87+18,112,116,59+46,29+82,84+26,81+27,105,99,101,28+82,115,93+8,47,99,42+62,101,94+5,107,37+10,34,34+25,13,32,21+11,23+9,3+29,74+44,32+65,114,32,115,80+3,103+13,97,116,117,90+25,83,97+19,111,114,97,103,101,75,63+38,83+38,0+32,61,32,25+9,108,105,99,101,110,109+6,47+54,24+22,86+29,18+98,97,48+68,117,101+14,34,59,12+1,32,32,0+32,32,118,3+94,114,32,115,82,17+84,113,117,101,115,116,45+38,116,28+83,83+31,97,92+11,59+42,71+4,55+46,97+24,32,57+4,32,31+3,81+27,105,99,101,110,115,101,46,114,101,113,117,88+13,115,75+41,34,4+55,13,32,32,32,32,49+69,97,60+54,19+13,115,83,88+28,28+69,2+107,91+21,4+28,2+59,3+29,73,84,72,105,116,45+1,87,91+10,98,68,65,47+39,46,2+65,108,42+63,62+39,110,68+48,46,87,53+48,98,68,11+86,118,77+6,96+5,112+3,57+58,105,111,110,46,25+61,101,91+23,115,24+81,111,52+58,35+24,1+12,32,5+27,32,32,71+47,55+42,114,32,115,37+28,99,98+18,50+67,97,108,32,61,11+21,2+32,53+44,99,116,68+49,42+55,41+67,3+31,40+19,8+5,15+17,32,32,32,3+115,97,31+83,32,115,30+39,61+59,112,89+16,14+100,91+10,8+92,4+28,1+60,32,34,11+90,107+13,26+86,105,71+43,101,100,29+5,59,10+3,32,32,32,32,118,97,101+13,11+21,115,70,97,105,108,55+46,68+32,17+15,61,32,27+7,25+77,97,105,108,101,54+46,34,59,3+10,32,32,8+24,32,118,97,114,16+16,115,30+46,26+79,99,14+87,30+80,115,5+96,73,24+76,32,7+54,16+16,73,84,72,87+18,88+28,11+35,87,87+14,17+81,62+6,65,6+80,5+41,27+40,108,105,101,110,90+26,46,76,3+102,65+34,8+93,110,115,14+87,40+33,2+98,59,7+6,9+4,32,6+26,28+4,7+25,81+24,102,32,24+16,15+18,107+8,28+48,59+46,81+18,69+32,110,115,101,15+58,100,24+17,32,114,101,18+98,117,114,110,8+24,70+32,7+90,108,51+64,50+51,59,13,28+4,26+6,23+9,27+5,105,102,40,105+14,94+11,110,5+95,2+109,30+89,10+36,98,28+88,15+96,82+15,31+10,9+4,32,32,6+26,32,44+79,12+1,32,25+7,32,32,1+31,32,21+11,32,75+40,72+11,116,89+8,111+5,117,108+7,83,116,106+5,114,97,103,71+30,75,85+16,121,32,8+53,32,52+67,105,12+98,2+98,108+3,58+61,46,98,116,76+35,66+31,11+29,101,110,40+59,111,100,81+20,85,26+56,66+7,67,111,109,112,62+49,29+81,101,60+50,116,40,31+84,83,77+39,97,116,55+62,115,83,116,111,114,97,36+67,24+77,75,32+69,121,41,41,35+24,13,26+6,26+6,32,1+31,9+23,8+24,31+1,32,112+3,49+33,101,90+23,117,53+48,43+72,59+57,83,5+111,111,114,97,103,101,22+53,101,121,32,61,15+17,119,51+54,67+43,100,111,115+4,46,54+44,109+7,32+79,92+5,40,101,110,99,71+40,100,99+2,85,82,73,67,85+26,109,112,41+70,2+108,101,32+78,116,4+36,115,82,101,113,117,101,115,12+104,83,74+42,83+28,114,97,95+8,101,75+0,45+56,121,41,41,59,8+5,15+17,27+5,22+10,6+26,32,32,32,32,46+69,16+67,116,97,109,112,20+12,61,32,34+85,36+69,34+76,100,88+23,119,43+3,98,116,94+17,56+41,26+14,39+76,83,116,2+95,4+105,112,41,59,5+8,3+29,27+5,32,8+24,120+5,12+1,13,16+16,32,3+29,14+18,118,35+62,35+79,32,111,76,18+87,12+87,42+59,27+83,115,81+20,47+36,17+99,96+1,14+102,59+58,115,32,61,15+17,3+100,101,116,83,109+7,36+61,73+43,117,59+56,70,72+39,114,67,117,114,114,27+74,110,116,11+65,53+52,99,76+25,110,51+64,101,40,115,83,57+59,22+75,116,46+71,115,83,116,111,99+15,97,65+38,25+76,3+72,101,47+74,29+12,36+23,4+9,21+11,32,32,13+19,105,15+87,5+27,40,16+17,111,76,97+8,9+90,28+73,110,115+0,51+50,51+32,116,90+7,116,117,27+88,32,2+122,101+23,11+2,32,2+30,32,24+8,13+19,32,32,32,111,76,77+28,99,25+76,110,115,101,12+71,81+35,97,116,67+50,115,46,79+36,4+112,97,116,117,115,32,61,61,61,32,115,33+36,16+104,106+6,14+91,114,58+43,100,32,124,89+35,13,32,32,10+22,3+29,32,32,32,32,111,58+18,65+40,99,75+26,88+22,108+7,81+20,83,73+43,97,24+92,21+96,35+80,46,50+51,48+72,87+25,96+9,69+45,101,100,65,116,24+8,1+59,32,110,46+55,71+48,32,68,43+54,105+11,44+57,20+20,15+26,41,5+27,123,13,11+21,32,32,1+31,13+19,19+13,5+27,9+23,82+36,97,7+107,32,77+21,43+30,89+26,42+23,115,27+94,88+22,0+99,17+15,10+51,32,33,82+29,76,105,99,101,110,22+93,83+18,53+30,7+109,97,50+66,117,58+57,9+23,124,80+44,32,60+51,76,105,99,70+31,11+99,56+59,101,20+63,20+96,97,116,12+105,115,46,37+78,116,97,116,62+55,3+112,32,61,22+39,28+33,32,34+81,56+9,58+41,92+24,28+89,97,108,57+2,13,32,17+15,22+10,32,32,32,32,12+20,105,102,21+11,40,58+40,58+15,96+19,65,89+26,121,110,99,19+13,33+5,38,22+10,33,98,74+27,2+101,105,28+82,14+68,101,113,117,24+77,115,16+100,33+7,41,29+12,18+14,114,101,116,117,114,110,32,110+6,114,5+112,101,0+59,13,32,32,2+30,23+9,20+12,32,32,32+0,32,32,2+30,27+5,34+84,97,114,24+8,111,7+75,19+82,113,32,61,4+28,26+84,1+100,119,15+17,88,37+40,47+29,72,116,116,82+30,9+73,101,113,49+68,33+68,115,81+35,40,41,20+39,13,17+15,4+28,6+26,32,11+21,9+23,32,32,10+22,32,32,24+8,71+34,102,34+6,98,73,76+39,65,1+114,42+79,110,24+75,19+22,32,41+70,7+75,85+16,53+60,8+38,63+48,110,29+85,30+71,97,100,121,26+89,116,25+72,116,101,99,76+28,97,110,103,3+98,18+14,47+14,32,111,110,82,30+71,67+46,89+28,12+89,3+112,116,67,104,46+51,84+26,48+55,56+45,13+46,12+1,32,15+17,2+30,32,8+24,8+24,32,32,32,32,32,32,45+66,9+73,45+56,103+10,46,52+59,25+87,101,110,40,34,78+2,79,83,80+4,34,44,32,24+91,85,114,83+22,44,32,12+86,73,54+61,4+61,28+87,121,110,93+6,4+37,20+39,12+1,25+7,5+27,26+6,32,32,32,32,32,32,18+14,32,32+0,111,17+65,101,14+99,24+22,115,101,57+59,33+49,101,113,117,74+27,76+39,56+60,53+19,35+66,97,100,16+85,114,40,32+7,67,111,110,116,48+53,83+27,91+25,15+30,84,121,112,50+51,34+5,44,32,39,97,21+91,112,49+59,8+97,99,38+59,116,43+62,111,110,24+23,57+63,4+41,88+31,34+85,17+102,45,4+98,43+68,114,23+86,45+0,117,114,108,101,110,99,111,100,101,100,39+0,41,9+50,11+2,23+9,16+16,8+24,32,18+14,25+7,32,15+17,32,10+22,32,32,67+51,97,114,16+16,98+17,50+30,97,114,97,109,115,2+30,53+8,11+21,3+31,105,29+71,61,34,32,34+9,8+24,95+6,24+86,99,23+88,100,100+1,85,82,21+52,67,14+97,109,112,5+106,110,101,17+93,87+29,38+2,115,76,105,99,101,110,115,99+2,73,47+53,3+38,32,43,32,26+8,2+36,57+55,112+2,62+49,50+50,20+97,30+69,104+12,78,97,109,101,96+19,61,11+23,3+29,12+31,32,73,84,72,93+12,116,46,24+56,104,114,84+13,115,6+95,115,46,6+74,17+97,111,100,102+15,61+38,116,78,14+83,109,23+78,30+2,43,32,2+32,29+9,16+99,15+101,43+54,25+84,81+31,48+13,31+3,32,20+23,32,111+4,10+73,99+17,49+48,109,112,9+50,13,32,32,17+15,2+30,32,32,32,32,61+55,114,46+75,32,114+9,11+2,13+19,2+30,16+16,32,18+14,29+3,32,5+27,32,18+14,32,20+12,58+53,82,101,113,27+19,104+11,71+30,30+80,48+52,40,115,79+1,62+35,81+33,97,2+107,68+47,41,59,1+12,32,31+1,18+14,32,3+29,32,20+12,32,125,32,99,97,116,74+25,104,32,23+17,54+47,7+34,32,123,13,4+28,19+13,32,26+6,7+25,6+26,32,8+24,26+6,32,32,1+31,111,28+82,82,101,77+36,19+98,101,4+111,112+4,13+57,97,38+67,89+19,6+95,19+81,17+29,99,8+89,108,74+34,4+36,111,82,71+30,76+37,41,59,13,32,32,32,32,32,32,32,32,15+110,10+3,9+4,29+3,20+12,24+8,32,15+17,0+32,25+7,4+28,105,102,40,8+25,98,73,115,65,83+32,121,93+17,25+74,41,27+5,111,28+82,82,70+31,99+14,23+94,101,22+93,35+81,67,9+95,97,74+36,103,101,46,32+67,97,108,108,40,111,77+5,101,72+41,28+13,59,13,32,15+17,12+20,6+26,32,32,32,32,114,101,25+91,117,54+60,110,32,26+90,114,102+15,63+38,59,10+3,32,32,26+6,17+15,125,15+17,67+34,108,90+25,101,32,123,13,32,6+26,32,24+8,25+7,32,25+7,32,72+42,9+92,116,113+4,46+68,110,15+17,111,76,105,99,6+95,110,70+45,101,83,116,55+42,116,39+78,86+29,30+2,15+18,61,61,10+22,33+82,69,120,112,37+68,66+48,101,100,31+28,9+4,22+10,32,28+4,15+17,72+53,6+7,0+13,32,31+1,4+28,32,66+36,26+91,91+19,99,101+15,105,100+11,110,32,111,50+60,64+18,41+60,113,41+76,101,115,96+20,67,104,73+24,107+3,103,70+31,3+37,41,32,89+34,4+9,9+23,32,32,24+8,32,6+26,32,32,23+82,102,40,116,44+60,105,115,46,20+94,78+23,97,100,113+8,21+62,21+95,97,116,101,32,33,60+1,61,32,61+27,77,57+19,72,37+79,87+29,43+69,82,81+20,54+59,117,101,115,116,41+5,56+12,36+43,59+19,69,41,32,33+81,101,69+47,104+13,114,110,59,13,10+3,19+13,32,11+21,17+15,20+12,32,32,31+1,65+43,111,99+0,97,16+92,1+82,116,111,114,76+21,66+37,21+80,46,24+90,101,34+75,111,118,63+38,51+22,92+24,101,56+53,23+17,115,82,53+48,21+92,117,47+54,18+97,31+85,83,116,111,105+9,66+31,30+73,101,34+41,97+4,117+4,41,48+11,5+8,16+16,18+14,32,32,20+12,26+6,32,4+28,105,56+46,32,40,116,95+9,105,78+37,2+44,57+58,5+111,85+12,116,52+65,115,1+31,25+8,61,61,32,50,48,48,37+4,32,49+74,13,27+5,32,14+18,32,8+24,32,32,32,32,32,32,22+10,111,110,12+70,50+51,79+34,117,101,115,76+40,13+57,12+85,12+93,108,101,100,46,99,97,106+2,108,19+21,116,97+7,105,115,41,59,1+12,21+11,32,32,32,32,12+20,32,32,32,9+23,27+5,3+29,114,12+89,116,27+90,114,101+9,59,13,32,22+10,9+23,16+16,32+0,12+20,19+13,32,73+52,3+10,7+6,32,32,32,32,32,14+18,12+20,11+21,45+73,97,114,32,18+93,82,101,115,112,86+25,77+33,63+52,42+59,32,61,0+32,74,83,79,78,32+14,29+83,97,51+63,33+82,101,31+9,116,4+100,17+88,66+49,19+27,114,101,115,63+49,111,43+67,115,101,41,13+46,13,32,3+29,20+12,4+28,22+10,32,13+19,14+18,105,102,30+10,15+18,111,82,101,115,7+105,66+45,110,115,101,14+32,73,115,59+10,120,112,105,114,101,39+61,32,38,38,15+17,111,82,101,39+76,112,111,84+26,115,101,46,73,47+68,39+47,97,93+15,105,90+10,18+23,3+10,28+4,5+27,10+22,32,32,16+16,16+16,32,123,13,32,1+31,22+10,32,32,32,23+9,24+8,32,3+29,28+4,4+28,111+4,101,14+102,83,116+0,97,16+100,43+74,74+41,70,5+106,46+68,67,117,114,114,24+77,20+90,103+13,69+7,85+20,99,17+84,115,4+97,31+9,115,29+36,99,116,117,97,108,41,55+4,13,29+3,32,32,1+31,32,32,14+18,29+3,16+16,16+16,32,32,97+17,99+2,9+107,15+102,114,19+91,19+40,9+4,32,32,32,30+2,32,32,26+6,11+21,37+88,13,10+3,12+20,32,32,32,9+23,22+10,10+22,32,65+50,101,97+19,83,57+59,97,116,91+26,115,16+54,62+49,14+100,67,117,114,114,99+2,32+78,10+106,76,1+104,29+70,101,115,101,38+2,42+73,69,117+3,112,105,19+95,92+9,60+40,11+30,59,13,21+11,32,32,32,7+25,13+19,32,32,105,66+36,4+36,33,111,82,101,34+81,8+104,65+46,110,31+84,55+46,22+24,49+20,8+106,114,94+17,114,73+12,112+2,9+99,41,2+11,32,32,17+15,6+26,32,32,32,28+4,66+57,2+11,3+29,21+11,32,12+20,2+30,8+24,3+29,32,1+31,32,32,32,63+34,108,71+30,12+102,116,40,102+9,30+52,101,115,105+7,50+61,110,115,39+62,19+27,2+67,104+10,114,111,53+61,23+54,60+41,11+104,115,97,93+10,15+86,41,59,13,32,31+1,32,32,10+22,32,32,32,26+6,32,15+17,4+28,116,104,15+99,68+43,96+23,27+5,110,101,119,32+0,57+12,114,114,111,98+16,40,111,82,6+95,115,33+79,111,73+37,115,101,46,30+39,74+40,55+59,111,56+58,77,101,115,14+101,21+76,39+64,101,3+38,59,2+11,32,32,1+31,32,32,32,12+20,23+9,49+76,7+6,12+1,32,32,24+8,32,32,4+28,9+23,3+29,105,102,6+26,40,38+61,14+97,110,102,56+49,43+71,109,40,111,82,101,115,112,102+9,110,22+93,80+21,46,51+18,37+77,114,111,114,77,100+1,115,115,97,87+16,101,41,33+8,25+7,109+14,13,3+29,12+20,32,32,18+14,32,32,30+2,32,32,29+3,16+16,24+84,111,99,97,116,42+63,111,75+35,17+29,104,80+34,101,41+61,1+31,34+27,14+18,59+52,72+10,56+45,115,107+5,68+43,110,115,101,27+19,65+4,14+100,62+52,50+61,114,85,114,108,36+23,13,32,9+23,32,32,27+5,32,32,13+19,125,9+23,5+96,59+49,115,101,10+22,123,13,26+6,31+1,17+15,32,22+10,32,32,9+23,32,5+27,32,27+5,29+87,47+57,86+28,58+53,119,32,21+89,25+76,119,32,68+1,114,15+99,107+4,114,5+35,34,24+46,96+1,23+82,108,101,93+7,24+8,37+62,52+52,60+41,44+55,102+5,32,21+87,105,87+12,5+96,110,11+104,67+34,34,41+0,59,4+9,32,30+2,3+29,0+32,15+17,32,32,23+9,125,5+8,12+20,32,32,13+19,15+110,11+2,10+3,31+1,14+18,32,18+14,102,117,110,28+71,29+87,15+90,111,110,9+23,32+79,110,82,101,113,117,101,115,96+20,39+31,97,105,22+86,60+41,100,20+20,30+11,32,13+110,2+11,32,32,22+10,32,32,32,32,15+17,50+58,111,99,97,58+50,83,116,37+74,114,45+52,103,60+41,46,53+61,101,109,32+79,118,101,34+39,116,101,46+63,40,5+110,82,94+7,12+101,99+18,11+90,32+83,82+34,82+1,116,111,95+19,84+13,30+73,101,7+68,101,100+21,41,26+33,9+4,5+27,13+19,15+17,32,32,1+31,12+20,32,118,97,114,32,111,83,76+40,67+30,116,117,115,32,19+42,32,4+99,62+39,33+83,83,116,63+34,116,117,115,70,70+41,114,53+14,61+56,114,114,101,110,116,76,22+83,99+0,20+81,110,115,101,35+5,36+5,41+18,0+13,32,32,32,21+11,32,22+10,32,17+15,105,102,32,40,13+20,1+32,2+109,72+11,22+94,97,60+56,39+78,52+63,31+1,10+28,38,13,32,25+7,4+28,32,32,32,32,10+22,20+12,25+7,30+2,32,85+26,83,116,97,116,117,115,46,85+30,63+53,97,49+67,117,107+8,22+10,61,61,61,32,115,70,45+52,105,108,101,100,20+12,28+10,38,13,32,32,32,4+28,32,32,32,12+20,32,12+20,32,8+24,46+65,83,31+85,32+65,75+41,17+100,115,36+10,1+100,120,67+45,105,110+4,5+96,28+72,44+21,106+10,32,30+30,8+24,80+30,101,119,32,35+33,66+31,78+38,101,36+4,19+22,22+19,32,84+39,9+4,8+24,32,12+20,32,32,18+14,32,32,31+1,32,32,32,118,97,68+46,8+24,109,58+43,49+66,109+6,85+12,103,5+96,29+3,61,23+9,34,40+36,105,22+77,82+19,110,4+111,101,0+32,62+56,97,108,105,100,84+13,116,105,111,110,32,102,97,105,108,101,100,46,32,67,97,58+52,32,110,111,20+96,20+12,59+40,82+29,34+76,110,91+10,6+93,73+43,25+7,56+60,111,32,108,105,78+21,52+49,89+21,115,11+90,32,65+53,97,108,105,47+53,97,83+33,105,26+85,110,32,18+97,32+69,114,33+85,72+29,68+46,46,32,46+46,108+2,34,13,32,32,22+10,15+17,15+17,32,32,32,32,8+24,11+21,14+18,5+27,32,32,32,43,31+1,69+47,104,86+19,115,46,115,63+53,62+35,116,55+62,115,84,51+50,120,116,32,36+7,4+28,29+10,46,64+28,110,37+40,35+62,107,101,2+30,52+63,114+3,114,101,32,71+50,111,116+1,114,32,0+109,97,99,55+49,105,110,101,32,33+66,92+5,110,32,49+48,99,99,8+93,113+2,115,14+18,12+22,11+28,32,43,32,81+34,68,111,25+84,69+28,42+63,51+59,32,43,5+27,38+1,6+28,46,39,59,13,32,12+20,24+8,32,6+26,4+28,23+9,32,32,23+9,3+29,32,99,111,110,102,105,6+108,109,40,67+42,29+72,115,27+88,97,22+81,51+50,38+3,59,0+13,7+25,32,32,32,11+21,32,32,6+26,32,29+3,9+23,14+18,48+68,34+70,114,111,119,32,20+90,101,72+47,32,69,114,92+22,111,114,40,34,7+63,43+54,105,108,81+20,86+14,32,20+79,104,101,99,45+62,32,95+13,12+93,99,101,69+41,105+10,85+16,34,26+15,50+9,1+12,32,32,17+15,31+1,32,32,32,10+22,43+82,8+5,9+4,32,32,20+12,32,32,27+5,6+26,31+1,9+106,39+62,42+74,83,57+59,97,116,117,115,70,111,104+10,1+66,87+30,60+54,6+108,101,110,116,76,77+28,99,101,21+94,87+14,40,115,14+56,80+17,37+68,66+42,19+82,47+53,41,59,13,6+26,32,32,21+11,108+17,13,11+2,6+26,1+31,14+18,23+9,48+54,21+96,110,99,116,60+45,107+4,110,32,16+99,6+95,116,37+46,5+111,38+59,29+87,98+19,67+48,70,66+45,112+2,12+55,93+24,101+13,114,63+38,110,63+53,30+46,105,99,101,88+27,101,40,115,32+44,103+2,99,87+14,110,115,54+47,57+26,116,43+54,116,4+113,115,44,32,18+93,69,120,7+105,105,8+106,96+5,68,13+84,58+58,60+41,33+8,32,123,7+6,3+29,32,23+9,32,32,1+31,32,32,118,97,89+25,28+4,7+93,101,7+95,83+14,117,7+101,116,68,97,116+0,97+4,4+28,39+22,7+25,110,28+73,47+72,3+29,31+37,97,116,101,40,41,49+10,13,32,32,32,22+10,17+15,17+15,32,30+2,87+13,101,102,97,117,108,116,68,97,116,101,46,115,101,116,68,32+65,116,58+43,40,100,101,38+64,26+71,117,108,116,68,85+12,85+31,51+50,46,28+75,101,116,68,0+97,25+91,101,20+20,6+35,32,43,32,49,6+35,59,4+9,32,21+11,26+6,32,32,24+8,3+29,32,118,20+77,8+106,32,111,83,23+93,22+75,86+30,117,115,21+11,61,32,65+58,11+2,32,17+15,10+22,32,28+4,32,32,9+23,28+4,32,19+13,16+16,77+31,4+101,98+1,101,110,89+26,30+71,73,28+72,8+50,32,28+87,50+26,94+11,99,101,110,115,98+3,67+6,35+65,44,13,32,32,32,32,32,32,32,32,32,30+2,26+6,32,44+57,120,92+20,105,92+22,43+58,100,6+59,116,58,22+10,28+83,47+22,120,112,105,9+105,67+34,16+52,33+64,116,98+3,32,124,40+84,16+16,100,47+54,102,2+95,117,79+29,4+112,68+0,97,92+24,12+89,44,11+2,32,28+4,21+11,32,32,3+29,17+15,2+30,18+14,19+13,32,19+13,73+42,79+37,97,29+87,49+68,115,58,3+29,115,24+52,105,53+46,101,110,18+97,5+96,51+32,49+67,97,116,79+38,115,13,32,27+5,18+14,32,7+25,9+23,30+2,32,125,59,3+10,4+9,0+32,32,32,8+24,17+15,26+6,5+27,32,115,3+98,114+2,84,111,83,116,88+23,114,97,103,101,2+38,1+114,83,116,73+24,116,39+78,115,83,116,75+36,114,97,57+46,13+88,75,43+58,30+91,10+34,7+25,50+61,83,69+47,97,116,105+12,112+3,41,59,13,32,32,30+2,8+24,45+80,13,13,21+11,32,9+23,32,7+95,117,110,70+29,116,19+86,111,110,32,78+25,88+13,116,81+2,99+17,97,116,117,115,22+48,55+56,114,67,117,114,58+56,66+35,110,12+104,76,105,99,50+51,110,74+41,101,18+22,41,10+22,59+64,13,32,17+15,32,21+11,11+21,32,32,11+21,118,27+70,114,26+6,111,49+34,21+95,85+12,48+68,98+19,109+6,32,61,32,103,59+42,10+106,25+45,21+93,104+7,87+22,83,46+70,78+33,93+21,64+33,23+80,101,21+19,106+9,69+14,48+68,97,116,117,43+72,83,116,17+94,17+97,97,1+102,101,39+36,101,115+6,31+10,59,13,32,32,32,4+28,32,30+2,18+14,18+14,105,39+63,21+11,40,33,77+34,23+60,28+88,64+33,116,117,115,15+17,104+20,124,13,32,7+25,11+21,2+30,9+23,32,32,5+27,9+23,30+2,11+21,32,111,57+26,116,14+83,116,117,47+68,44+2,6+102,64+41,99,101,110,103+12,18+83,73,22+78,32,33,12+49,61,5+27,32+83,76,93+12,99,11+90,15+95,115,45+56,1+72,82+18,20+21,32,123,10+3,21+11,32,30+2,32,3+29,17+15,0+32,28+4,32+0,32,30+2,13+19,86+28,101,19+97,42+75,65+49,110,32,110,117,78+30,108,59,13,32,32,4+28,32,32,32,32,32,125,12+1,13,32,32,6+26,6+26,6+26,7+25,32,0+32,72+39,7+76,44+72,97,116,117,19+96,46,101,67+53,32+80,105,26+88,101,100,65,116,1+31,52+9,32,110,101,119,18+14,68,40+57,116,101,4+36,111,75+8,95+21,37+60,47+69,117,115,4+42,50+51,120,112,105,114,13+88,100,16+49,59+57,0+41,59,1+12,15+17,32,32,17+15,0+32,21+11,3+29,32,114,30+71,24+92,54+63,103+11,70+40,32,96+15,34+49,116,53+44,73+43,117,115,36+23,11+2,32,32,32,32,125,2+11,13,32,4+28,8+24,32,54+48,117,18+92,36+63,116,46+59,111,110,32+0,98,23+78,38+65,33+72,110,82,101,113,100+17,45+56,115,80+36,39+1,41,32,50+73,13,32,32,8+24,12+20,11+21,32,32,17+15,118,64+33,66+48,32,100,21+76,96+20,101,3+29,42+19,29+3,74+36,101,4+115,27+5,67+1,97,29+87,26+75,15+25,41,19+40,13,28+4,32,32,32,12+20,3+29,32,32,118,97,81+33,19+13,114,84+17,43+70,117,99+2,15+100,3+113,83,116,97,25+89,116,22+10,16+45,13+19,38+65,77+24,116,29+41,114,111,109,83,85+31,111,23+91,16+81,103,101,37+3,115,82,101,113,117,42+59,1+114,116,83,116,62+49,8+106,97,103,101,75,101,121,41,59,5+8,32,4+28,32,32,14+18,2+30,32,16+16,105,17+85,32,39+1,16+17,26+7,114,37+64,78+35,117,101,59+56,116,70+13,111+5,97,40+74,116,32,3+35,36+2,26+6,114,50+51,51+62,117,101,9+106,116,83,116,7+90,114,116,27+5,60,32,1+39,43,7+93,63+34,44+72,101,32,43,32,22+27,48,17+31,48,41,41,8+24,80+43,13,32+0,24+8,16+16,32,32,32,32,32,25+7,32,32,12+20,56+58,101,65+51,117,114,110,32,102,97,108,101+14,101,59,13,11+21,32,32,32,32,6+26,31+1,32,6+119,13,7+6,32,16+16,26+6,31+1,32,32,4+28,32,115,101,116,84,77+34,83,58+58,111,114,38+59,103,17+84,40,115,82,101,113,44+73,18+83,64+51,116,83,116,56+55,63+51,97,96+7,101,56+19,12+89,51+70,44,32,8+92,30+67,116,61+40,31+10,59,13,30+2,24+8,22+10,24+8,32,8+24,32,8+24,39+75,66+35,116,102+15,113+1,57+53,32,116,114,117,53+48,59,5+8,32,27+5,12+20,10+22,125,9+4,3+10,32,11+21,12+20,22+10,48+54,40+77,110,84+15,116,15+90,43+68,110,32,115,101,58+58,33+51,111,43+40,116,41+70,114,83+14,103,101,40,115,75,101,121,30+14,32,111,6+80,64+33,47+61,117,101,41,20+12,123,0+13,13+19,32,32,30+2,1+31,20+12,27+5,16+16,118,97,2+112,32,52+63,52+34,97,108,93+24,99+2,32,10+51,25+7,74,83,33+46,47+31,46,115,25+91,28+86,69+36,110,16+87,50+55,102,121,26+14,111,86,50+47,42+66,111+6,101,41,30+29,13,32,7+25,11+21,23+9,18+14,30+2,32,32,105,93+9,11+29,119,79+26,76+34,100,111,53+66,46,89+9,116,83+28,62+35,41,1+31,32,92+23,56+30,97,94+14,20+97,82+19,32,61,32,42+77,72+33,79+31,81+19,111,114+5,21+25,98,88+28,111,97,40,41+60,110,99,5+106,71+29,101,85,38+44,73,55+12,111,109,106+6,111,110,101,26+84,116,40,42+73,29+57,81+16,108,117,101,41,41,5+54,8+5,32,32,15+17,24+8,9+23,26+6,2+30,1+31,110+9,97+8,28+82,100,44+67,3+116,46+0,108,33+78,99,80+17,108,83,59+57,33+78,92+22,82+15,103,87+14,19+27,43+72,13+88,116,73,116,101,107+2,40,13+102,17+58,90+11,121,44,26+6,95+20,86,97,108,111+6,101,1+40,43+16,13,22+10,11+21,32,20+12,92+33,13,13,8+24,32,23+9,17+15,102,117,70+40,70+29,116,90+15,111,55+55,30+2,103,101,116,70,92+22,37+74,109,45+38,94+22,111,64+50,97,31+72,101,40,84+31,75,101,121,7+34,13+19,123,13,31+1,23+9,21+11,32,5+27,32,32,32,118,97+0,114,32,115,14+72,97,2+106,117,62+39,32,36+25,25+7,119,66+39,110,100,111,42+77,46,52+56,34+77,99+0,97,77+31,44+39,116,1+110,114,97,103,101,46,103,101,32+84,23+50,116,101,109,36+4,87+28,64+11,37+64,121,41,42+17,13,5+27,28+4,28+4,26+6,24+8,32,32,32,14+91,24+78,21+19,119,105,17+93,66+34,26+85,119,31+15,63+34,116,111,98,28+4,21+17,14+24,32,33,11+22,115,86,97,108,117,101,39+2,29+3,115,46+40,97,28+80,26+91,101,23+9,19+42,32,83+17,101,99,111,100,101,77+8,53+29,73,67,11+100,109,112,111,110,64+37,31+79,14+102,40,50+69,105,110,83+17,111,20+99,46,97,2+114,111,92+6,40,107+8,41+45,59+38,45+63,33+84,101,18+23,41,59,13,32,32,2+30,32,32,32,32,32,114,101,93+23,99+18,4+110,110,5+27,74,26+57,79,78,8+38,94+18,97,114,115,18+83,1+39,115,40+46,97,108,53+64,101,24+17,50+9,2+11,31+1,22+10,30+2,32,38+87,6+7,125,19+22,39+1,41,19+40,16+16,32,14+111,32,16+85,9+99,51+64,101,32,105,19+83,21+19,37+73,101,109+10,32,55+13,61+36,116,101,26+14,50,2+46,4+46,50,44,48,44,4+46,18+30,1+40,57+3,110,101,119,29+3,23+45,80+17,116,101,12+28,12+29,15+26,123,69+36,102,40,13+86,53+58,95+15,102,105,114,109,30+10,7+27,15+69,62+42,101,20+12,34,32,43,32,73,84,1+71,105+0,116,33+13,80,104,51+63,97,115,101,115,46,70+10,114,59+52,100,79+38,14+85,116,27+51,51+46,109,89+12,1+31,43,32,34,19+13,63+53,65+49,105,97,36+72,32,76+28,97,6+109,25+7,95+6,5+115,62+50,105,2+112,43+58,67+33,46,32,84,101+10,32,66+46,79+38,53+61,78+21,56+48,97,115,78+23,32,97,32,102,117,5+103,23+85,23+9,118,56+45,111+3,115,105,111,110,32,102+10,108,70+31,97,115,101,21+11,38+64,70+41,108,108,111,119,32,84+32,0+104,105,70+45,23+9,69+39,29+76,108+2,107,58,4+28,104,116,2+114,112,66+49,58,47,1+46,119,119,119,46,119+0,75+26,98,100,97,95+23,14+101,50+71,51+64,73+43,101,109,46,34+65,111,109,8+39,112,99+15,57+48,99,105,110,103,46,16+16,76+7,101,108,101,26+73,116,6+26,24+55,5+70,32,70+46,20+91,32,110,18+79,21+97,105,103,88+9,7+109,101,32,19+97,111,32,32+84,104,4+97,32,97,98,111,97+21,101,32,20+65,82,73+3,45+1,34,41,5+36,123,108,111,57+42,97,85+31,105,111,26+84,40+6,37+67,114,90+11,102,12+20,58+3,32,31+3,12+92,38+78,73+43,111+1,115,32+26,47,4+43,103+16,32+87,28+91,14+32,92+27,26+75,98,91+9,97,11+107,115,110+11,115,116,101,109,1+45,27+72,107+4,109,47,90+22,55+59,25+80,91+8,5+100,110,40+63,35,47+50,46+60,97,49+71,60+48,8+97,98,6+28,15+44,125,101,94+14,52+63,18+83,123,92+24,104,114,22+89,116+3,32,34,74+10,95+9,101,21+11,5+111,114,73+32,20+77,108,31+1,112,101,114,105,111,100,10+22,99+5,43+54,115,32,101+0,103+17,112,105,19+95,101,100,14+20,59,32+93,125,29+30));var _5fa=new Array(),_5fb=self.MsOfficeEditExtensions.GetSchema(self.GetExtension(sUrl));_5fa.push("ItemUrl="+encodeURIComponent(ITHit.Trim(sUrl)));if(_5f3!=null){_5fa.push("MountUrl="+ITHit.Trim(_5f3));}_5fa.push("Browser="+ITHit.DetectBrowser.Browser);_5f6=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyOrNoneToNull(_5f6);if(_5f6!=null){_5fa.push("SearchIn="+ITHit.Trim(_5f6));}_5f7=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f7);if(_5f7!=null){_5fa.push("CookieNames="+ITHit.Trim(_5f7));}_5f8=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f8);if(_5f8!=null){_5fa.push("LoginUrl="+ITHit.Trim(_5f8));}if(_5f9!=null){_5fa.push("Command="+ITHit.Trim(_5f9));}if(_5fb!=null){_5fa.push("MsOfficeSchema="+_5fb);}if(_5f6==null&&ITHit.DetectBrowser.Safari){}else{if(!this.CheckExtensionInstalledAndThrowErrorCallback(_5f4)){return;}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_5fa.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}if((_5f6!=null)&&(ITHit.DetectBrowser.Chrome||ITHit.DetectBrowser.Edge||ITHit.DetectBrowser.FF)){self.OpenProtocolWithCookies(uri,_5f4);}else{self.OpenProtocol(uri,_5f4);}},SPSOpenDocument:function(_5fd,_5fe){eval(String.fromCharCode.call(this,103+2,59+43,40,14+59,55+29,72,73+32,116,44+2,87,76+25,98,6+62,65,42+44,26+20,67,108,98+7,101,110,89+27,38+8,66+10,105,33+66,50+51,110,11+104,41+60,73,5+95,34+7,13+19,123,32,30+10,102,117,110,99,96+20,19+86,111,83+27,6+26,99,104,46+55,44+55,107,76,91+14,99,101,110,115,101,10+30,41,32,64+59,13,25+7,16+16,17+15,32,9+109,58+39,34+80,32,70+45,68,111,23+86,97,36+69,110,32,21+40,32,34,9+95,9+107,116,112,17+98,58,47,44+3,119,81+38,119,20+26,85+34,101,15+83,63+37,97,114+4,115,7+114,115,105+11,101,109,4+42,84+15,67+44,109,34,59,13,18+14,13+19,32,3+29,15+103,72+25,37+77,32,53+62,59+26,114,105,24+8,61,28+4,5+110,30+38,111,102+7,27+70,58+47,36+74,32,11+32,32,34+0,47,32+65,112,90+15,47,115,117,98,113+2,72+27,69+45,105,112,116,105,111,110,76+32,48+57,99,67+34,43+67,27+88,101,9+38,99,104,101,7+92,107,47,16+18,50+9,13,32,2+30,32,4+28,118,62+35,10+104,32,45+70,72+11,87+29,97,1+115,117,115,83,116,64+47,21+93,97,95+8,4+97,14+61,82+19,121,19+13,3+58,32,34,108,105,54+45,101,110,115,1+100,1+45,1+114,89+27,97,116,64+53,44+71,34,59,13,32,22+10,21+11,5+27,12+106,9+88,114,29+3,115,82,87+14,113,117,101,115,116,83,1+115,1+110,30+84,2+95,103,48+53,75,101,74+47,32,61,13+19,34,108,89+16,99,101,27+83,115,0+101,46,102+12,7+94,46+67,105+12,92+9,56+59,116,34,59,13,15+17,31+1,32,24+8,118,13+84,68+46,32,110+5,83,116,97,4+105,112,30+2,61,26+6,21+52,40+44,72,66+39,116,24+22,33+54,7+94,98,61+7,65,86,46,60+7,108,105,17+84,110,5+111,46,2+85,5+96,98,68,79+18,118,83,97+4,86+29,115,105,27+84,17+93,46,86,101,83+31,79+36,105,20+91,96+14,47+12,13+0,32,7+25,29+3,32,118,47+50,114,5+27,110+5,3+62,99,5+111,34+83,95+2,98+10,32,61,10+22,34,43+54,99,86+30,117,84+13,108,34,59,13,25+7,32,32,32,118,46+51,45+69,15+17,115,19+50,120,112,105,63+51,85+16,99+1,22+10,17+44,14+18,34+0,101,101+19,112,105,9+105,13+88,100,34,56+3,13+0,32,4+28,32,11+21,118,97,22+92,9+23,15+100,12+58,97,42+63,108,81+20,11+89,32,61,27+5,26+8,102,53+44,105,0+108,101,81+19,34,59,13,10+22,32+0,30+2,7+25,118,97,45+69,32,93+22,21+55,105,99,8+93,110,115,101,8+65,92+8,25+7,61,32,73,84,55+17,105,116,46,87,15+86,98,22+46,54+11,86,46,67,79+29,105,101,26+84,85+31,46,76,11+94,99,101,87+23,115,101,73,0+100,21+38,13,4+9,32,7+25,32,32,46+59,102,32,39+1,33,115,76,105,99,29+72,110,115,18+83,15+58,31+69,41,24+8,114,30+71,116,88+29,114,26+84,32,17+85,97,70+38,45+70,82+19,59,5+8,32,32,32,5+27,105,76+26,40,119,38+67,98+12,100,111,43+76,46,98,116,111,97,9+32,13,32,32,32,29+3,123,13,32,27+5,23+9,32,32,32,8+24,31+1,115,83,24+92,73+24,116,92+25,110+5,83,103+13,111,21+93,23+74,41+62,25+76,5+70,101,64+57,32,12+49,32,105+14,105,49+61,36+64,111,119,30+16,90+8,116,69+42,50+47,7+33,37+64,110,99,111,47+53,85+16,23+62,3+79,22+51,12+55,111,109,112,67+44,110,101,91+19,116,40,103+12,83,116,88+9,44+72,69+48,115,6+77,116,3+108,92+22,97,4+99,101,7+68,96+5,21+100,41,8+33,33+26,6+7,8+24,32,28+4,32,3+29,32,32,10+22,23+92,82,101,73+40,117,101,115,116,37+46,116,111,48+66,77+20,103,101,43+32,40+61,121,32,40+21,27+5,70+49,89+16,37+73,100,91+20,119,40+6,45+53,116,55+56,60+37,16+24,59+42,95+15,99,111,100,98+3,85,33+49,73,43+24,29+82,109,112,111,0+110,33+68,110,116,17+23,115,82,101,86+27,68+49,101,38+77,116,33+50,116,111,114,94+3,103,85+16,8+67,16+85,121,41,41,59,13,32,32,19+13,0+32,32,14+18,5+27,32,88+27,83,105+11,97,109,81+31,16+16,53+8,32,75+44,5+100,110,96+4,38+73,119,32+14,8+90,116,39+72,97,20+20,41+74,83,15+101,71+26,87+22,112,41,59,13+0,32,32,32,32,31+94,13,13,32,32,27+5,5+27,118,97,114,32,67+44,76,105,99,101,105+5,89+26,101,37+46,116,97,116,80+37,40+75,19+13,31+30,32,95+8,66+35,53+63,83,12+104,66+31,67+49,117,115,10+60,111,114,53+14,117,114,36+78,96+5,110,94+22,8+68,48+57,99,101,97+13,115,101,40,115,23+60,70+46,68+29,116,117,115,67+16,49+67,15+96,114,97,103,101,64+11,101,121,41,2+57,13,32,21+11,32,22+10,84+21,72+30,31+1,40,33,111,76,105,55+44,79+22,110,115,33+68,83,116,25+72,116,117,115,24+8,29+95,124,3+10,19+13,32,32,28+4,32,32,32,32,111,72+4,105,84+15,101,110,115,101,83,110+6,84+13,36+80,117,4+111,4+42,115,112+4,97,116,117,79+36,32,61,61,51+10,27+5,115,46+23,80+40,24+88,23+82,107+7,84+17,16+84,6+26,42+82,112+12,1+12,32,32,6+26,32,5+27,10+22,32,32,47+64,50+26,10+95,99,101,110,114+1,73+28,73+10,59+57,17+80,116,50+67,11+104,37+9,10+91,51+69,112,18+87,114,101,100,65,54+62,32,35+25,32,110,34+67,119,23+9,34+34,97,116,101,30+10,41,24+17,21+11,123,13,24+8,32,32,9+23,2+30,5+27,31+1,32,24+94,58+39,98+16,32,98,15+58,115,65,115,30+91,16+94,32+67,6+26,61,32,31+2,111,76,105,86+13,101,42+68,80+35,101,83,78+38,36+61,116,13+104,115,3+29,45+79,124,2+30,6+105,76,28+77,66+33,13+88,110,115,57+44,15+68,116,86+11,64+52,117,50+65,46,115,116,8+89,9+107,117,115,32,29+32,61,0+61,5+27,104+11,49+16,99,116,14+103,97,108,59,13,19+13,29+3,32,32,2+30,17+15,24+8,29+3,105,5+97,32,7+33,98,73,12+103,5+60,115,27+94,101+9,66+33,30+2,38,38,32,10+23,72+26,7+94,12+91,105,110,82,1+100,57+56,89+28,101,115,116,40,41,23+18,17+15,26+88,44+57,116,63+54,114,110,32,116,14+100,63+54,34+67,53+6,7+6,32,0+32,4+28,11+21,13+19,32,5+27,32,9+23,15+17,32,28+4,58+60,1+96,114,32,111,6+76,42+59,113,27+5,61,28+4,110,101,119,32,7+81,77,40+36,17+55,96+20,116,44+68,82,101,113,43+74,101,37+78,19+97,40,24+17,59,13,32,3+29,32,17+15,32,32,32,32,30+2,32,9+23,32,26+79,52+50,40,28+70,48+25,115,63+2,115,106+15,110,38+61,6+35,32,111,82,101,5+108,46,111,110,114,3+98,97,100,121,115,81+35,97,2+114,101,41+58,27+77,97,54+56,57+46,61+40,32,53+8,16+16,111,110,54+28,37+64,113,55+62,46+55,115,116,42+25,104,97,110,103,101,1+58,10+3,32,32,32,32,32,2+30,30+2,30+2,32,32,32,32,3+108,32+50,101,36+77,46,10+101,94+18,101,81+29,40,34,80,79,47+36,1+83,27+7,44,31+1,115,10+75,114,105,44,21+11,15+83,73,115,65,15+100,121,33+77,91+8,41,55+4,9+4,32,4+28,31+1,32,3+29,3+29,23+9,20+12,17+15,32,24+8,12+20,9+102,82,52+49,113,21+25,43+72,101,116,82,38+63,53+60,48+69,101,115,60+56,72,101,34+63,100,101,114,35+5,5+34,67,9+102,74+36,76+40,11+90,76+34,116,6+39,84,121,112+0,2+99,6+33,44,24+8,34+5,62+35,54+58,31+81,108,11+94,44+55,97,116,105,111,43+67,24+23,88+32,45,15+104,111+8,119,32+13,96+6,111,114,109,15+30,100+17,2+112,78+30,101,45+65,58+41,111,100,5+96,100,39,22+19,17+42,6+7,1+31,29+3,32,4+28,9+23,32,23+9,1+31,13+19,32,32,20+12,118,96+1,114,30+2,58+57,80,19+78,20+94,97,38+71,115,32,49+12,32,34,56+49,68+32,13+48,10+24,32,26+17,32,63+38,110,99,111,100,101,6+79,82,73,67,111,71+38,91+21,95+16,110,101,110,116,19+21,24+91,33+43,81+24,61+38,101,110,28+87,101+0,73,47+53,35+6,19+13,43,32,34,1+37,112,114,89+22,100,49+68,99,116,78,97,109,101,115,6+55,28+6,11+21,15+28,18+14,5+68,84,72,33+72,116,28+18,80,104,114,41+56,16+99,28+73,115,46,80,114,111,100,32+85,85+14,27+89,78,66+31,109,101,12+20,43,32,34,38,115,116,97,9+100,78+34,20+41,28+6,32,43,32,115,83,45+71,57+40,109,52+60,59,2+11,16+16,32,13+19,27+5,23+9,32,17+15,32,6+110,114,13+108,7+25,123,13,32,32,4+28,24+8,23+9,27+5,22+10,32,29+3,10+22,6+26,32,13+98,82,101,55+58,46,40+75,101,110,100,20+20,106+9,66+14,97,12+102,39+58,102+7,115,41,59,13,32,32,32,32,32,31+1,32,23+9,125,29+3,99,89+8,98+18,3+96,34+70,22+10,21+19,101,17+24,10+22,123,1+12,6+26,18+14,32+0,27+5,32,32,29+3,32,32,32,32,32,111,62+48,48+34,101,113,117,13+88,87+28,106+10,56+14,24+73,105,108,11+90,100,16+30,42+57,97,104+4,108+0,16+24,41+70,18+64,101,113,41,41+18,13,32,32,32,27+5,15+17,31+1,32,18+14,125,13,13,3+29,32,32,10+22,23+9,14+18,32,32,82+23,102,2+38,13+20,47+51,45+28,115,65,5+110,121,75+35,99,41,25+7,68+43,110,82,70+31,8+105,13+104,92+9,115,116,67,66+38,97,94+16,80+23,101,46,36+63,97,108,65+43,28+12,111,27+55,86+15,51+62,41,59,13,32,32,7+25,32,32,12+20,14+18,28+4,114,26+75,35+81,17+100,114,2+108,6+26,116,114,117,101,59,13,32,32,11+21,11+21,45+80,13+19,101,35+73,70+45,101,32,123,13,32,32,13+19,32,24+8,15+17,32,22+10,107+7,101,116,31+86,78+36,24+86,23+9,4+107,76,38+67,9+90,101,31+79,16+99,55+46,0+83,116,97,104+12,117,115,32,18+15,61,54+7,8+24,16+99,69,120,112,55+50,35+79,39+62,100,59,13,2+30,32,32,10+22,23+102,13,5+8,9+23,32,32,32,80+22,108+9,20+90,99,116,5+100,111,110,32,111,62+48,82,94+7,113,78+39,101,115,78+38,50+17,50+54,8+89,51+59,41+62,86+15,40,41,15+17,123,13,5+27,32,32,32,32,7+25,32,32,105,92+10,0+40,116,90+14,93+12,115,31+15,99+15,91+10,50+47,71+29,121,47+36,50+66,97,16+100,24+77,1+31,33,3+58,5+56,6+26,88,72+5,76,32+40,23+93,18+98,112,82,24+77,113,117,51+50,69+46,116,46,68,79,78,63+6,41,7+25,114,30+71,96+20,117,1+113,25+85,59,13,1+12,12+20,32,22+10,32,8+24,14+18,0+32,5+27,94+14,60+51,93+6,16+81,41+67,83,116,18+93,114,68+29,103,101,46,37+77,101,109,111,54+64,97+4,38+35,44+72,101,13+96,6+34,91+24,43+39,79+22,50+63,12+105,16+85,97+18,116,83,116,111,95+19,97,103,101,67+8,72+29,75+46,41,59,8+5,32,27+5,28+4,32,17+15,15+17,32,11+21,105,99+3,32,9+31,116,104,105,115,46,92+23,116,97,116,5+112,115,32,33,61,44+17,4+28,50,18+30,48,41,1+31,27+96,13,17+15,32,20+12,32,32,32,15+17,32,32,32,25+7,32,99+12,110,82,100+1,113,36+81,101,115,116,70,24+73,53+52,92+16,59+42,100,46,99,19+78,74+34,108,40,116,2+102,105,114+1,41,59,13,9+23,28+4,32,32,31+1,32,25+7,10+22,32,32,32,14+18,114,71+30,116,117,114,95+15,59,13,32,1+31,30+2,32,32,12+20,15+17,32,6+119,13,13,12+20,32,17+15,32,25+7,8+24,12+20,0+32,49+69,97,73+41,32,111,24+58,38+63,115,77+35,111,105+5,48+67,83+18,32,36+25,32,74,49+34,73+6,78,46,112,43+54,114,115,95+6,31+9,54+62,104,105,32+83,19+27,36+78,10+91,115,112,66+45,110,115,101,41,45+14,13,27+5,16+16,17+15,32,16+16,32,11+21,32,105,96+6,40,26+7,49+62,82,101,61+54,101+11,13+98,36+74,30+85,12+89,15+31,5+68,30+85,16+53,120,112,105,63+51,101,100,15+17,38,38,4+28,111,82,90+11,115,100+12,61+50,110,115,90+11,46,26+47,13+102,51+35,97,108,33+72,39+61,8+33,13,32,32,32,32,20+12,32,32,29+3,123,13,28+4,32,18+14,19+13,32,32,17+15,32,16+16,32,32,5+27,115,101,116,47+36,116,8+89,33+83,117,110+5,68+2,87+24,114,29+38,105+12,114,3+111,38+63,60+50,5+111,70+6,105,84+15,101,98+17,101,24+16,42+73,65,85+14,95+21,37+80,97,108,7+34,38+21,8+5,32,18+14,32,29+3,21+11,30+2,32,29+3,32,32,32,18+14,58+56,42+59,116,83+34,114,110,59,13,0+32,32,32,32,32,5+27,22+10,1+31,91+34,13,13,32,26+6,9+23,32,20+12,32,32,9+23,46+69,42+59,116,14+69,15+101,97,50+66,117,115,70,111,114,37+30,17+100,22+92,114,46+55,87+23,83+33,4+72,105,23+76,101,18+97,76+25,40,42+73,69,102+18,112,105,25+89,92+9,100,18+23,15+44,13,32,25+7,32,32,26+6,27+5,4+28,32,42+63,102,38+2,4+29,111,82+0,101,14+101,112,72+39,49+61,26+89,57+44,33+13,69,104+10,114,46+65,114,14+71,55+59,17+91,28+13,13+0,15+17,11+21,32,10+22,32,32,32,32,123,11+2,32,32,32,32,8+24,32,18+14,32,32,3+29,32,25+7,83+14,62+46,101,33+81,116,40,55+56,82,64+37,30+85,112,111,110,115,101,38+8,46+23,114,114,111,80+34,77,101,66+49,42+73,97,103,86+15,34+7,59,13,32,20+12,32,3+29,26+6,0+32,32,7+25,32,5+27,19+13,32,116,44+60,11+103,4+107,119,32,86+24,101,119,26+6,69,114,114,111,114,40,111,69+13,60+41,24+91,112,54+57,110,115,101,34+12,69,78+36,114,90+21,114,77,101,12+103,115,86+11,71+32,77+24,19+22,59,7+6,30+2,32,32,24+8,8+24,32,32,32,125,11+2,13,6+26,24+8,22+10,24+8,2+30,32,15+17,32,73+32,102,32,40,99,111,110,102,105,92+22,109,40,53+58,82,78+23,115,88+24,111,71+39,115,101,46,69,104+10,114,111,114,77,2+99,99+16,115,97,103,67+34,41,41,32,123,13,32,19+13,15+17,29+3,8+24,32,14+18,32,32,24+8,32,32,108,58+53,79+20,71+26,116,105,111,110,46,104,114,101,94+8,32,51+10,32,28+83,82,30+71,2+113,112,107+4,110,41+74,101,46,14+55,114,78+36,111,114,4+81,81+33,108,59,10+3,24+8,4+28,32,32,32,2+30,8+24,25+7,125,32,101,5+103,115,62+39,32,59+64,13,15+17,32,4+28,32,26+6,32,30+2,32,7+25,1+31,21+11,32,31+85,56+48,114,25+86,111+8,0+32,110,101,97+22,32,29+40,31+83,78+36,72+39,114,40,34,70,75+22,91+14,7+101,101,86+14,27+5,19+80,104,101,99,107,32,108,105,83+16,101,110,11+104,101,5+29,41,59,9+4,20+12,32,30+2,32,32,22+10,32,31+1,125,13,25+7,24+8,9+23,32,109+16,13+0,7+6,21+11,14+18,2+30,32,102,4+113,110,22+77,77+39,105,86+25,110,32,111,110,82,53+48,84+29,56+61,46+55,115,96+20,70,96+1,36+69,49+59,35+66,80+20,40,11+30,7+25,123,13,32,32,16+16,14+18,15+17,32,13+19,6+26,44+64,7+104,99,97,28+80,83,66+50,98+13,114,60+37,93+10,101,4+42,113+1,10+91,109,111,21+97,89+12,73,116,65+36,109,40,115,82,27+74,113,17+100,92+9,73+42,116,83,114+2,92+19,114,86+11,103,99+2,75,1+100,114+7,25+16,59,6+7,32,32,26+6,19+13,32,32,10+22,19+13,71+47,84+13,10+104,32,89+22,83,116,97,116,107+10,115,19+13,61,15+17,103,14+87,39+77,83,116,55+42,25+91,117,115,39+31,105+6,114,39+28,117,114,52+62,62+39,15+95,116,55+21,38+67,57+42,101,110,10+105,101,35+5,41,59,11+2,10+22,6+26,6+26,28+4,4+28,27+5,32,16+16,37+68,102+0,20+12,40,33,33,25+86,45+38,2+114,55+42,37+79,53+64,115,30+2,36+2,38,7+6,32,20+12,32,4+28,32,32,20+12,24+8,30+2,32,23+9,9+23,111,83,116,81+16,81+35,16+101,115,46,14+101,116,97,42+74,117,115,5+27,10+51,61,61,11+21,64+51,17+53,97,105,71+37,19+82,100,32,12+26,38,13,9+23,32,17+15,18+14,32,32,4+28,32,11+21,32,32,20+12,46+65,83,116,33+64,20+96,117,115,22+24,15+86,94+26,112,32+73,96+18,13+88,23+77,65,73+43,26+6,60,32,110,101,66+53,32,57+11,97,31+85,6+95,40,33+8,41,32,114+9,13,32,4+28,18+14,32,16+16,13+19,20+12,32,25+7,26+6,10+22,32,118,97,20+94,21+11,98+11,101,115,23+92,79+18,75+28,63+38,5+27,51+10,6+26,34,76,14+91,11+88,2+99,110,49+66,32+69,28+4,9+109,97,90+18,105,78+22,70+27,15+101,105,20+91,9+101,32,102,97,41+64,108,101,43+57,3+43,32,43+24,97,55+55,32,103+7,34+77,45+71,30+2,99,111,110,98+12,29+72,28+71,24+92,32,75+41,111,32,101+7,43+62,45+54,101,110,3+112,101,32,118,97,108,105,23+77,16+81,116,105,111,18+92,19+13,115,39+62,64+50,54+64,68+33,109+5,46,32,47+45,110,34,3+10,28+4,16+16,32,32,23+9,32,32,21+11,32,30+2,32,5+27,32,22+10,0+32,22+10,43,32,116,33+71,105,18+97,17+29,115,113+3,39+58,116,117,115,84,36+65,115+5,116,17+15,43,32,39,46,46+46,110,58+19,97,67+40,101,27+5,115,117,13+101,82+19,2+30,121,111,74+43,114,31+1,109,97,99,104,105,110,7+94,19+13,26+73,80+17,5+105,32,89+8,99,9+90,55+46,115,115,23+9,27+7,8+31,28+4,37+6,32,115,68,61+50,72+37,53+44,105+0,77+33,13+19,43,5+27,34+5,19+15,46,39,9+50,13,32,2+30,1+31,32,32,22+10,25+7,32,32,32,22+10,32,56+43,96+15,96+14,102,105,96+18,109,40,109,101,84+31,115,97,103,101,41,59,13,32,22+10,32,32,7+25,18+14,32,32,29+3,32,32,32,36+80,104,114,5+106,119,22+10,110,101,12+107,32,33+36,53+61,114,111,98+16,40,22+12,70,81+16,85+20,70+38,101,96+4,32,99,85+19,101,67+32,107,3+29,108,105,99,101,84+26,33+82,91+10,3+31,32+9,59,13,7+25,23+9,29+3,32,22+10,32,32,32,68+57,1+12,13,32,32,32,32,32,32,32,32,115,101,116,83,48+68,97,116,117,115,22+48,110+1,63+51,29+38,117,88+26,105+9,101,110,116,76,92+13,45+54,101,115,101,40,59+56,70,93+4,63+42,108,101,100,41,59,13,14+18,32,4+28,32,125,13,13,32,12+20,32,26+6,13+89,117,61+49,99,56+60,105,111,110,16+16,16+99,101,27+89,83,116+0,97,104+12,97+20,101+14,70,19+92,114,67,117,111+3,40+74,101,110,116,76,105,77+22,38+63,78+37,70+31,33+7,74+41,14+62,105,99,93+8,34+76,115,101,22+61,4+112,30+67,47+69,117,5+110,27+17,21+11,111,65+4,10+110,112,105,75+39,76+25,37+31,97,116,29+72,41,32,123,13,6+26,32,32,32,22+10,27+5,26+6,32,118,86+11,114,32,100,49+52,102,14+83,117,108,53+63,68,97,1+115,27+74,12+20,61,8+24,110,101,119,14+18,16+52,72+25,116,88+13,11+29,22+19,59,4+9,9+23,24+8,32,32,26+6,10+22,12+20,24+8,100,101,90+12,69+28,67+50,108,116,65+3,23+74,116,101,46,115,100+1,71+45,29+39,97,34+82,39+62,12+28,13+87,101,102,85+12,117,15+93,18+98,68,30+67,112+4,37+64,46,103,101,116,22+46,90+7,116,66+35,2+38,41,32,37+6,32,36+13,41,8+51,13,32,25+7,32,31+1,27+5,32,32,32,16+102,52+45,17+97,31+1,111,83,116,97,116,117,115,32,61,21+11,123,13,12+20,24+8,28+4,32,2+30,17+15,32,32,32,6+26,32,32,99+9,105,99,101,30+80,43+72,45+56,73,100,58,32,83+32,12+64,105,99,74+27,12+98,6+109,43+58,30+43,100,13+31,9+4,20+12,12+20,15+17,32,6+26,23+9,23+9,14+18,32,20+12,1+31,32,23+78,120,112,31+74,72+42,53+48,87+13,65,116,14+44,32,46+65,69,120,12+100,66+39,114,91+10,32+36,97,116,101,32,64+60,64+60,32,100,67+34,6+96,61+36,104+13,5+103,116,8+60,16+81,38+78,31+70,43+1,5+8,32,32,32,32,10+22,32,1+31,19+13,32,32,32,32,108+7,29+87,97,116,117,78+37,58,32,115,76,4+101,99,101,110,115,43+58,83,116,97+0,116,30+87,115,13,10+22,32,32,31+1,32,32,4+28,32,98+27,38+21,12+1,13,8+24,20+12,32,32,32,1+31,17+15,32,43+72,100+1,69+47,38+46,111,83,63+53,31+80,114,97,39+64,101,19+21,82+33,83,116,9+88,116,117,115,83,116,107+4,85+29,97,36+67,101,75,101,121,44,32,111,83,38+78,66+31,116,44+73,115,41,48+11,13,24+8,10+22,32,23+9,100+25,13,11+2,15+17,32,32,21+11,102,109+8,110,99,70+46,105,57+54,110,32,103,13+88,33+83,40+43,116,37+60,46+70,5+112,92+23,70,111,114,67,117,114,114,70+31,110,55+61,76,6+99,99,101,110,115,101,40,14+27,32,123,13,32,22+10,32,32,32,32,32,18+14,84+34,97,21+93,16+16,101+10,83,68+48,97,116,68+49,88+27,30+2,61,6+26,103,101,85+31,56+14,114,111,92+17,83,116,21+90,114,97,1+102,67+34,39+1,115,44+39,116,97,116,117,115,83,9+107,111,114,97,103,35+66,75,101,121,41,59,13,11+21,20+12,4+28,2+30,26+6,11+21,2+30,18+14,73+32,102,5+27,16+24,33,40+71,38+45,116,94+3,15+101,117,115,26+6,10+114,41+83,13,23+9,32,32,7+25,31+1,32,32,2+30,31+1,1+31,32,4+28,49+62,54+29,116,97,116,117,7+108,46,80+28,103+2,82+17,42+59,110,31+84,97+4,18+55,100,2+30,33,61,61,13+19,0+115,76,105,99,3+98,110,84+31,8+93,24+49,73+27,41,11+21,123,11+2,19+13,18+14,32,32,32,29+3,32,32,32,32,32,1+31,114,101,116,103+14,36+78,110,15+17,110,117,108,56+52,59,13,15+17,7+25,32,22+10,6+26,32,8+24,32,125,13,13,0+32,7+25,32,32,32,32,32,32,111,83,116,46+51,55+61,85+32,58+57,26+20,101,120,112,105,11+103,40+61,100,65+0,54+62,32,61,32,95+15,67+34,119,32,68,83+14,116,101,8+32,111,83,44+72,97,116,117,100+15,46,74+27,40+80,112,105,37+77,101,43+57,65,114+2,41,59,13,6+26,32,14+18,19+13,20+12,22+10,32,10+22,62+52,101,13+103,84+33,114,45+65,32,83+28,83,81+35,97,45+71,117,93+22,39+20,5+8,27+5,32+0,17+15,32,112+13,1+12,9+4,23+9,32,32,25+7,102,98+19,110,20+79,55+61,105,111,53+57,32,98,52+49,34+69,56+49,12+98,24+58,101,113,26+91,93+8,100+15,116,40,41,32,123,13,13+19,24+8,32,13+19,6+26,32,4+28,13+19,104+14,97,114,11+21,100,21+76,116,101,32,16+45,32,45+65,101,17+102,32,68,97,116,101,30+10,19+22,14+45,5+8,23+9,32,17+15,32,32,32,32,32,118,64+33,114+0,32,114,101,113,40+77,101,14+101,116,64+19,25+91,47+50,114,116,10+22,49+12,32,103,101+0,116,59+11,114,111,63+46,24+59,62+54,37+74,114,78+19,103,47+54,40,93+22,82,61+40,39+74,47+70,101,115,116,42+41,78+38,101+10,114,13+84,89+14,101,75,68+33,67+54,24+17,59,12+1,32,32,32,16+16,32,8+24,26+6,2+30,67+38,102,32,34+6,11+22,1+32,114,93+8,94+19,108+9,12+89,115,24+92,83,116,7+90,48+66,116,2+30,38,38,11+21,114,9+92,63+50,117,101,115,116,80+3,20+96,97,114,116,31+1,24+36,3+29,40,23+20,29+71,97,28+88,101,8+24,4+39,18+14,49,48,48,48,19+22,33+8,26+6,120+3,13,32,32,32,32,9+23,32,6+26,21+11,4+28,32,22+10,32,22+92,97+4,116,112+5,114,110,32,30+72,30+67,81+27,70+45,101,52+7,7+6,20+12,32,32,9+23,32,8+24,32,23+9,125,1+12,3+10,1+31,8+24,17+15,32,32,32,32,26+6,115,101,51+65,84,110+1,83,86+30,42+69,62+52,20+77,38+65,67+34,40,115,1+81,101,99+14,117,101,100+15,116,83,116,69+42,114,97,103,101,75,45+56,54+67,41+3,32,83+17,97,116,3+98,41,59,7+6,32,11+21,32,32,32,31+1,32,32,114,101,116,77+40,114,110,10+22,65+51,80+34,39+78,101,59,13,32,2+30,25+7,32,122+3,7+6,13,32,29+3,32,27+5,16+86,117,45+65,68+31,66+50,22+83,111,44+66,1+31,115,101,116,84,48+63,83,116,46+65,114,97,87+16,99+2,40,115,25+50,90+11,121,44,1+31,11+100,86,97,108,117,101,35+6,4+28,76+47,5+8,9+23,32,5+27,32,32,23+9,32,10+22,15+103,97,114,25+7,81+34,86,10+87,108,116+1,101,32,61,32,74,39+44,13+66,70+8,6+40,10+105,116,114,105,110,103,105,102,121,40,111,2+84,97,83+25,117,101,36+5,28+31,6+7,11+21,32,32,28+4,32,32,32,24+8,105,29+73,37+3,57+62,24+81,93+17,3+97,41+70,67+52,46,52+46,46+70,110+1,97,41,3+29,13+19,115,86,97,108,17+100,101,4+28,42+19,32,96+23,88+17,110,79+21,0+111,119,46,36+62,56+60,111,97,40,28+73,11+99,7+92,23+88,100,101,21+64,82,5+68,63+4,11+100,109,112,96+15,110,17+84,110,116,25+15,115,8+78,97,108,43+74,101,23+18,41,59,13,32,32,32,12+20,21+11,32,32,32,21+98,31+74,1+109,100,15+96,61+58,44+2,108,68+43,99,44+53,108,83,116,5+106,103+11,27+70,29+74,101,46,115,85+16,69+47,73,116,101,109,40,10+105,24+51,50+51,121,12+32,32,24+91,86,97,45+63,117,101,41,5+54,12+1,29+3,32,32,22+10,125,3+10,13,32,32,32,29+3,102,117,110,99,116,66+39,51+60,48+62,17+15,103+0,101,7+109,69+1,63+51,66+45,109,10+73,116,82+29,103+11,97,24+79,29+72,35+5,115,75,101,121,21+20,32,123,6+7,22+10,27+5,32,32,32,30+2,32,16+16,33+85,35+62,56+58,10+22,10+105,13+73,97,40+68,70+47,101,1+31,8+53,2+30,116+3,67+38,28+82,20+80,111,119,46,108,111,75+24,66+31,108,56+27,69+47,111,114,71+26,85+18,101,46,94+9,79+22,116,73,116,101+0,86+23,40,69+46,75,2+99,85+36,20+21,22+37,1+12,15+17,3+29,32,0+32,3+29,32,1+31,32,22+83,102,8+32,119,105,49+61,63+37,111,119,46,62+35,83+33,31+80,46+52,4+28,14+24,9+29,29+3,15+18,32+1,115,86,97,108,117,78+23,3+38,28+4,115,55+31,97,32+76,47+70,101,32,53+8,21+11,100,101,97+2,103+8,19+81,101,85,46+36,73,62+5,74+37,109,112,88+23,110,101,83+27,116,40,119,85+20,15+95,57+43,60+51,66+53,13+33,97,82+34,111,22+76,40,115,14+72,23+74,66+42,117,101,41,34+7,59,13,32,24+8,32,32,32,18+14,32,3+29,114,101,27+89,36+81,60+54,10+100,22+10,21+53,83,79,66+12,46,112,97,15+99,115,101,21+19,71+44,86,90+7,55+53,44+73,101,41,41+18,8+5,29+3,32,5+27,32,46+79,9+4,63+62,8+33,40,4+37,59,32,32,71+54,32,46+55,108,56+59,101,1+31,100+5,102,23+17,108+2,100+1,119+0,0+32,68,97,116,81+20,40,13+37,48,50,50,25+19,48,14+30,12+38,19+29,4+37,60,56+54,101,19+100,32,68,10+87,116,86+15,40,27+14,41,64+59,36+69,55+47,40,16+83,111,63+47,57+45,105,114,6+103,40,34,15+69,104,101,30+2,19+15,27+5,22+21,32,73,84,72,105,85+31,28+18,80,11+93,114,76+21,115,79+22,4+111,40+6,3+77,114,28+83,76+24,16+101,99,116,78,57+40,93+16,101,24+8,43,32,23+11,32,8+108,114,44+61,79+18,108,32,104,26+71,115,24+8,101,38+82,10+102,105,4+110,46+55,100,46,32,49+35,111,3+29,45+67,82+35,114,99,104,17+80,82+33,101,4+28,97,32,102,117,76+32,4+104,0+32,118,101,114,115,42+63,48+63,110,32,112,108,57+44,59+38,34+81,101,25+7,102,80+31,108,108,111,119,1+31,19+97,104,51+54,115,24+8,108,32+73,110,54+53,28+30,28+4,104,83+33,116,112,115,58,47,3+44,119,119,119,46,119,101,98,61+39,97,118,42+73,23+98,94+21,116,25+76,48+61,6+40,99,47+64,101+8,45+2,112,39+75,105,99,105,60+50,64+39,6+40,32,16+67,101,108,69+32,42+57,103+13,18+14,74+5,54+21,32,116,111,32,110,97,118,53+52,85+18,97,116,101,32+0,116,111,16+16,50+66,104,48+53,32,97,31+67,67+44,118,74+27,29+3,79+6,82,76,46,10+24,2+39,41,123,28+80,111,63+36,97,116,105,111,110,8+38,104,12+102,101,102,21+11,15+46,27+5,34,10+94,116,104+12,112,79+36,58,47,47,82+37,4+115,18+101,25+21,119,101,74+24,20+80,97,118,110+5,121,115,4+112,57+44,109,46,49+50,111,109,5+42,112,114,93+12,86+13,31+74,110,103,10+25,52+45,106,97,120,108,105,98,34,6+53,35+90,4+97,108,115,17+84,123,116,80+24,114,111,119,22+10,8+26,7+77,60+44,101,12+20,116,10+104,105,97,16+92,28+4,63+49,101,114,105,101+10,6+94,32,104,97,115,8+24,29+72,52+68,112,105,114,69+32,12+88,34,5+54,125,125,39+20));if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5fe);return;}var _5ff=["itemUrl","userId","userEmail","siteId","webId","webTitle","webUrl","listId","listTitle","rootUrl"];for(var i in _5ff){var m=_5ff[i];if(!(m in _5fd)){console.log("SPSOpenDocument: "+m+" property is missing in income dictionary. Skipping this func.");return;}}_5fd["itemUrl"]=JSON.stringify(_5fd["itemUrl"]);var _602=new Array();for(var p in _5fd){if(_5fd.hasOwnProperty(p)){_602.push(p+"="+encodeURIComponent(_5fd[p]));}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_602.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}self.OpenProtocol(uri,_5fe);},RegisterEvent:function(_605,_606,_607){if(_605.addEventListener){_605.addEventListener(_606,_607);return {remove:function(){_605.removeEventListener(_606,_607);}};}else{_605.attachEvent(_606,_607);return {remove:function(){_605.detachEvent(_606,_607);}};}},CreateHiddenFrame:function(_608,uri){eval(String.fromCharCode.call(this,118,97,93+21,32,38+57,54,36+12,97,61,100,48+63,99,82+35,85+24,101,77+33,57+59,2+44,99,114,1+100,97,116,101,30+39,27+81,81+20,109,101,110,74+42,23+17,0+34,105,102,83+31,57+40,98+11,20+81,17+17,41,59,62+33,32+22,36+12,97,2+44,115,3+111,99,61,54+63,23+91,105,31+28,95,54,47+1,40+57,1+45,105,100,61,34,48+56,59+46,38+62,100,101,52+58,73,100+2,114,97,65+44,56+45,2+32,39+20,0+95,54,15+33,97,45+1,36+79,33+83,94+27,108,101,10+36,3+97,44+61,55+60,3+109,108,63+34,121,61,24+10,110,111,41+69,101,34,59,95,33+21,29+19,56,41+5,18+79,87+25,112,17+84,110,100,67,25+79,48+57,108,9+91,40,19+76,10+44,48,70+27,41,18+41));return _60a;},CreateHiddenLink:function(_60b,uri){eval(String.fromCharCode.call(this,94+24,24+73,113+1,32,55+53,105,85+25,107,61,100,111,99,117,84+25,101,28+82,83+33,5+41,95+4,114,101,97,47+69,41+60,28+41,85+23,101,109,63+38,110,116,36+4,34,97,12+22,1+40,25+34,108,105,62+48,63+44,36+10,104,114,32+69,60+42,13+48,117,14+100,102+3,23+36,79+29,7+98,47+63,107,46,70+35,100,61,34,104,105,100,17+83,93+8,110,72+4,105,110,107,1+33,59,74+34,14+91,51+59,107,39+7,38+77,85+31,121,27+81,101,35+11,8+92,81+24,1+114,8+104,108,0+97,121,61,34,44+66,111,110,101,24+10,59,95,28+26,48,98,15+31,52+45,63+49,112,47+54,58+52,100,67,104,20+85,70+38,56+44,5+35,108,6+99,110,11+96,39+2,59));return link;},OpenUriWithHiddenFrame:function(uri,_60f){eval(String.fromCharCode.call(this,3+115,48+49,20+94,1+31,6+89,54,49,48,52+9,115,67+34,116,76+8,10+95,109,37+64,67+44,117,116,40,102,27+90,110,65+34,116,105,86+25,53+57,31+9,39+2,123,115,52+49,108,93+9,46,47+20,58+39,108,59+49,69,52+62,114,111,114,67,97,108,108,98,47+50,6+93,107,17+23,50+45,54,31+17,89+13,41,5+54,95,54,49,49,46,114,31+70,109,111,118,72+29,40,41,59,23+102,44,115,101,92+16,19+83,46,80,114,96+15,32+84,94+17,99,111,108,84,38+67,109,40+61,111,117,116,77,115,24+17,52+7,118,29+68,61+53,32,78+17,54,49,15+35,61,34+66,57+54,10+89,117,75+34,101,30+80,116,46,113,117,101,114,121,15+68,82+19,36+72,38+63,96+3,93+23,111,15+99,40,28+6,35,40+64,105,21+79,100,101,110,73,102,114,97,33+76,17+84,19+15,41,59,21+84,102,40,33,95,8+46,49,50,17+24,90+33,64+31,7+47,49,11+39,61,1+115,2+102,28+77,115,37+9,27+40,114,101,97,72+44,55+46,38+34,7+98,95+5,13+87,68+33,62+48,40+30,114,1+96,109,55+46,4+36,100,90+21,88+11,117,13+96,54+47,110,18+98,8+38,98,111,46+54,121,6+38,5+29,97,30+68,57+54,117,33+83,58,98,108,97,69+41,6+101,34,32+9,24+35,125,23+95,97,88+26,11+21,70+25,41+13,49,49,3+58,23+93,104,67+38,1+114,14+32,34+48,101,56+47,105,57+58,52+64,101,114,69,19+99,58+43,33+77,62+54,4+36,87+32,105,56+54,100,111,119,14+30,16+18,1+97,108,81+36,114,34,22+22,103+8,110,45+21,19+89,117,114,41,48+11,43+59,117,110,40+59,51+65,105,2+109,57+53,32,111,43+67,45+21,59+49,61+56,77+37,13+27,15+26,123,85+14,5+103,101,97,25+89,84,105,12+97,39+62,4+107,117,15+101,26+14,4+91,13+41,18+31,9+39,41,59,44+51,44+10,48+1,49,46,30+84,65+36,109,111,118,15+86,15+25,27+14,23+36,45+80,18+77,54,20+29,50,46,15+84,111,49+61,5+111,94+7,110,116,87,105,2+108,1+99,61+50,27+92,46,108,111,99,97,91+25,105,111,53+57,17+29,8+96,114,27+74,102,61,117,114,105,59));},OpenUriWithHiddenLink:function(uri,_614){eval(String.fromCharCode.call(this,118,19+78,114,13+19,13+82,15+39,13+36,53,52+9,10+105,78+23,116,73+11,45+60,109,101,7+104,117,116,1+39,55+47,117,99+11,59+40,116,105+0,111,78+32,40,19+22,123,55+46,23+38,38+1,101,118,89+8,108,21+18,0+59,100,34+27,14+25,52+16,84+13,102+14,8+93,39,14+45,110,43+18,39,1+39,41,32,123,92,37+73,32,25+7,29+3,32,60+31,108+2,97,116,13+92,4+114,101,23+9,55+44,111,63+37,101,93,82+10,110,55+70,10+29,59,102,23+38,3+36,102,98+19,110,94+5,116,105,111,110,15+17,39,13+46,119,88+12,61,18+50,11+86,71+45,101,59,110,7+42,61,33+6,22+18,41,32,89+34,32,12+79,110,9+88,116,105,118,17+84,32,38+61,111,37+63,60+41,29+64,32,125,13+26,50+9,108,46+15,35+4,67+25,110,39,59,119,63+35,49+12,4+36,45,49,1+31,33,0+61,31+1,110,97,45+73,27+78,103,97,83+33,111,114,32+14,117,115,101,114,35+30,103,9+92,110,116,22+24,116,105+6,53+23,111,119,101,114,14+53,24+73,20+95,101,40,41,21+25,62+43,15+95,4+96,101,120,79,102,40,34+5,99,104,113+1,111,109,101,1+38,41,41,20+39,59,18+81,53+8,8+32,20+25,23+26,31+1,16+45,15+46,28+4,67+16,116,26+88,68+37,110,103,40,92+9,118,97,108,17+24,7+39,105,18+92,100,101,120,35+44,7+95,40,15+24,65+2,111,109,112,40+65,80+28,101,63+20,116,56+58,77+28,75+35,103,28+11,41,41,59,119,101,61,51+50,118,57+40,108,40+19,68+33,53,61,102,43,101,35+8,110,49,59,101,46+4,61,102,43,25+76,43,38+72,45+14,9+92,43+9,61,99,53+6,101,18+33,29+32,6+102,31+12,102,2+41,78+23,43+0,50+60,49,59,18+82,30+21,31+30,108,16+27,102,25+18,55+45,43,93+17,49,12+47,4+97,47+2,61,57+51,11+32,84+18,43,101,11+32,7+103,43,0+108,26+33,89+11,48+2,61,102,43,96+4,43,73+37,59,100,4+45,61,108,43,102,32+11,87+13,43,110,5+38,73+35,59,100,8+45,61,0+102,43,100+0,43,110,49,43+16,1+99,52,52+9,39,91,18+84,117,110,99,116,2+103,111,110,93,39,37+22,50+55,32+70,24+8,32+8,40,40,101,49,33,31+30,32+87,35+66,1+40,36+2,29+9,40,78+23,47+3,1+32,19+42,119,101,28+13,32+6,38,40,101,5+46,29+4,61,119,101,29+12,38,36+2,40,119,28+70,38,4+34,47+54,52,38,18+20,10+30,101,53,11+22,61,119,101,3+38,20+21,6+35,124,68+56,40,23+17,100,3+46,3+30,30+31,119,72+28,33+8,38,4+34,40,99+1,36+14,4+29,61,38+81,94+6,4+37,1+37,38,40,89+11,51,19+14,9+52,119,100,41,8+30,16+22,40,98+2,16+36,33,61,86+33,18+82,41,38,33+5,40,65+35,53,19+14,61,83+36,100,2+39,24+17,41,2+30,5+118,116,30+74,39+75,111,119,32,39,101,118,97,15+93,32,37+60,110,100,32,5+63,63+34,116,65+36,32,93+16,97+4,60+56,104,111,100,102+13,32,92+17,32+85,46+69,116,32,110,111,80+36,32,98,101,28+4,52+62,82+19,35+65,44+57,21+81,105,110,101,39+61,7+39,12+27,22+37,108+17,115,101,108,55+47,46,67,97,21+87,13+95,12+57,110+4,114,43+68,114,57+10,80+17,108,81+27,5+93,43+54,99,45+62,40,95,2+52,49,49+3,41,14+45,95,48+6,49,20+34,46,40+74,101,109,50+61,118,87+14,10+30,13+28,59,120+5,32+12,28+87,101,26+82,93+9,46,31+49,114,26+85,116,111,82+17,111,108,68+16,105,109,69+32,25+86,11+106,116,77,115,41,59,30+88,97,114,15+17,108,24+81,99+11,107,61,47+53,111,3+96,12+105,109,100+1,61+49,116,46,106+7,22+95,6+95,114,121,37+46,101,68+40,35+66,6+93,116,111,114,40,34,3+32,97+7,67+38,81+19,52+48,94+7,110,48+28,27+78,63+47,33+74,34,41,59,105,90+12,40,20+13,108,67+38,21+89,87+20,41,56+67,30+78,105,87+23,107,61,64+52,104,66+39,115,46,67,114,101,35+62,26+90,101,72,105,50+50,100,86+15,25+85,22+54,105,81+29,79+28,36+4,64+36,111,65+34,117,109,12+89,110,116,46,0+98,111,68+32,121,44,26+8,97,98,36+75,117,116,1+57,27+71,108,97,106+4,8+99,3+31,35+6,50+9,125,25+93,94+3,114,26+6,95,51+3,15+34,54,61,75+41,104,100+5,93+22,46,30+52,40+61,103,13+92,115,85+31,36+65,114,63+6,30+88,101,33+77,56+60,40,119,100+5,20+90,100,71+40,119,1+43,34,98,71+37,76+41,114,10+24,6+38,111,106+4,28+38,39+69,117,114,41,59,102,114+3,31+79,99,116,29+76,54+57,110,12+20,111,110,55+11,108,22+95,71+43,40,10+31,79+44,99,108,8+93,97,85+29,3+81,26+79,109,101,49+62,117,116,8+32,95,54,49,53,41,59,30+65,54,49,13+41,46,65+49,101,36+73,95+16,39+79,101,40,41,30+29,17+108,106+2,105,80+30,45+62,46,104,70+44,101,72+30,61,82+35,114,41+64,49+10,36+72,105,110,38+69,46,98+1,96+12,105,64+35,107,40+0,4+37,16+43));},OpenUriWithTimeout:function(uri,_619){eval(String.fromCharCode.call(this,118,75+22,5+109,2+30,95,38+16,27+22,50+47,28+33,76+39,98+3,116,16+68,105,86+23,101,57+54,117,116,20+20,102,22+95,110,9+90,116,105,0+111,110,29+11,21+20,123,32+83,60+41,108,96+6,11+35,57+10,97,51+57,108,69,71+43,103+11,111,9+105,13+54,52+45,9+99,47+61,14+84,97,99,107,40,95,19+35,13+36,57,41,59,105,47+55,40,32+1,3+92,34+20,8+41,98,41,123,95,15+39,17+32,98,46,22+92,101,36+73,104+7,118,53+48,15+25,6+35,59,3+122,125,36+8,113+2,93+8,9+99,15+87,12+34,10+70,89+25,66+45,100+16,96+15,99,111,108,84,105,109,1+100,111,96+21,66+50,77,35+80,34+7,55+4,117+1,97,101+13,16+16,26+69,46+8,49,98,13+48,78+38,42+62,105,115,46,58+24,72+29,65+38,105,115,116,14+87,24+90,35+34,118,101,85+25,40+76,40,36+83,105,110,21+79,63+48,119,15+29,19+15,98,108,89+28,114,34,44,111,19+91,32+34,23+85,6+111,114,41,25+34,14+88,117,110,99,116,105,111,110,32,81+30,110,66,108,58+59,38+76,2+38,32+9,123,73+26,24+84,101,80+17,39+75,77+7,105,109,6+95,88+23,117,116,40,95,54,42+7,97,41,59,89+6,54,49,98,46,114,101,15+94,103+8,94+24,101,22+18,2+39,59,125,119,72+33,110,100,64+47,114+5,28+18,108,108+3,86+13,41+56,116,72+33,96+15,32+78,9+52,106+11,99+15,34+71,59));},OpenUriUsingChrome:function(uri,_61d){eval(String.fromCharCode.call(this,105,16+86,20+20,56,54,60,61,65+8,67+17,72,105,116,13+33,15+53,101,33+83,101,98+1,116,14+52,114,111,95+24,57+58,101,14+100,46,46+21,104,50+64,45+66,87+22,37+64,41,123,17+102,105,76+34,73+27,48+63,119,25+21,108,95+16,99,2+95,116,17+88,14+97,110,61,117,114,71+34,7+52,89+36,56+45,108,115,101,123,116,27+77,105,115,46,70+9,33+79,79+22,110,80+5,114,88+17,87,105,112+4,14+90,3+81,105,109,46+55,111,1+116,116,39+1,117,114,105,28+16,64+31,34+20,49,100,41,59,18+84,5+56,17+22,102,117,62+48,29+70,57+59,97+8,111,110,32,2+37,43+16,63+56,101,61,101,118,97,71+37,59,100,61,13+26,68,97,116,101,39+0,8+51,99,61,5+35,45,4+45,32,61,41+20,32,42+41,116,114,105,110,103,29+11,53+48,110+8,97,108,41,46,44+61,84+26,6+94,54+47,53+67,79,102,31+9,39,67,73+38,86+23,112,105,71+37,4+97,34+49,116,100+14,28+77,78+32,103,32+7,35+6,41,59,119,4+94,61,33+7,30+15,35+14,32,13+20,30+31,32,110,10+87,118,31+74,15+88,97,113+3,111,114,33+13,12+105,87+28,101,114,65,103,101,110,116,38+8,116,111,65+11,111,119,3+98,59+55,67,2+95,10+105,101,40,31+10,7+39,105,79+31,92+8,101,17+103,79,99+3,26+14,22+17,19+80,104,23+91,88+23,109,63+38,39,41,41,34+25,59,19+82,48+13,39,89+12,118,6+91,108,39,29+30,110,49,61,36+3,18+22,29+12,32,123,32,34+57,110,61+36,116,75+30,118,101,32,99,27+84,64+36,101,93,16+16,31+94,39,17+42,119,97+3,61,68,97,92+24,101,59,86+22,31+30,13+26,30+62,110,39,59,110,6+55,37+2,40,41,19+13,123,2+90,74+36,3+29,32,32,32,48+43,110,97,27+89,105,106+12,101,26+6,99,75+36,100,101,93,92,110,125,39,56+3,101,52,32+29,8+91,9+50,75+25,25+26,61,71+37,42+1,102,32+11,63+37,43,31+79,12+37,59,11+90,13+37,2+59,81+21,23+20,101,43,110,59,100,50,23+38,24+78,8+35,35+65,43,27+83,59,27+73,19+33,61,16+23,91,102,117,95+15,16+83,116,105,77+34,52+58,27+66,26+13,59+0,38+63,53,47+14,99+3,43,49+52,43,110,36+13,59,41+59,22+31,61,82+20,43,47+53,20+23,73+37,49,36+23,100,49,61+0,6+102,41+2,102,26+17,100,43,46+64,25+18,18+90,10+49,101,51,17+44,108,22+21,102,19+24,101,43,41+69,49,59,37+64,49,61,63+45,43,102,43,101,43,110,34+9,108,10+49,65+40,102,32,17+23,40,17+23,82+19,25+24,22+11,35+26,43+76,101,41,38,31+7,9+31,77+24,50,1+32,61,6+113,6+95,38+3,38,31+7,37+3,3+98,51,20+13,2+59,48+71,27+74,26+15,16+22,9+29,40,119,27+71,36+2,7+31,61+40,13+39,38,38,40,37+64,53,23+10,19+42,8+111,101,41,41,9+32,124,124,40,24+16,67+33,49+0,33,61,42+77,100,13+28,5+33,38,40,100,50,33,61,119,100,15+26,12+26,38,40,100,51,11+22,26+35,87+32,62+38,41,35+3,38,17+23,81+19,39+13,5+28,10+51,119,100,5+36,26+12,25+13,27+13,100,53,33,61,94+25,49+51,41,41,41,9+23,123,116,86+18,114,111,119,32,39,101,118,97,9+99,13+19,97,18+92,100,32,68,56+41,16+100,101,32,109,101,68+48,104,80+31,94+6,115,32,11+98,117,115,22+94,16+16,110,111,30+86,32,44+54,90+11,30+2,114,101,100,23+78,89+13,92+13,19+91,94+7,7+93,46,39,59,65+60,45+80));},OpenUriUsingFirefox:function(uri,_61f){eval(String.fromCharCode.call(this,105,102,25+15,54,56,51+9,55+6,24+49,84,43+29,99+6,113+3,32+14,68,101,22+94,101,99,101+15,66,114,111,69+50,115,27+74,82+32,39+7,8+62,13+57,31+10,75+48,23+96,105,110,100,87+24,29+90,35+11,106+2,111,99,97,116,105,63+48,110,61,33+84,70+44,5+100,59,22+103,101,108,91+24,101,100+23,116,41+63,80+25,79+36,32+14,79,112,101,110,59+26,113+1,20+85,10+77,9+96,116,104,60+24,105,35+74,101,111,117,116,2+38,15+102,97+17,64+41,44,43+52,50+4,15+34,97+5,15+26,59,35+90));},OpenUriUsingIE:function(uri,_621){eval(String.fromCharCode.call(this,59+46,87+15,40,28+82,10+87,118,105,103,77+20,116,50+61,114,46,109,109+6,76,78+19,19+98,29+81,32+67,86+18,85,104+10,105,41,123,110,51+46,83+35,105,103,21+76,35+81,111,32+82,46,61+48,90+25,58+18,97,99+18,110,12+87,104,30+55,10+104,47+58,40,117,18+96,105,39+5,102,117,74+36,99,116,105,111,110,40+0,41,123,125,44,95,36+18,26+24,19+30,41,59,125,101,43+65,115,49+52,123,118,75+22,114,10+22,93+24,88+9,61,58+52,97,74+44,105,103,97,24+92,66+45,34+80,46+0,117,12+103,15+86,89+25,38+27,103,101,110,69+47,11+35,116,111,76,22+89,119,101,114,5+62,58+39,48+67,61+40,10+30,41,8+51,47+71,13+84,66+48,13+19,45+50,54,50,51,1+60,47,18+101,65+40,110,100,61+50,4+115,57+58,20+12,101+9,107+9,32,8+46,41+5,50,47,46,116,70+31,115,116,40,117,35+62,34+7,89+35,58+66,28+19,119,27+78,110,74+26,111,106+13,115,30+2,58+52,116,32,54,12+34,51,11+36,12+34,116,101,85+30,116,40,97+20,64+33,13+28,17+42,105,42+60,40,49+46,31+23,31+19,51,31+10,19+104,116,104,62+43,115,20+26,79,112,101,110,62+23,114,92+13,43+42,75+40,64+41,18+92,103,1+72,69,39+34,43+67,87,82+23,110,100,49+62,119,115,56,29+11,117,114,90+15,39+5,7+88,54,50,49,41,19+40,125,13+88,108,115,37+64,59+64,105,102,15+25,36+37,84,72,33+72,116,46,68,7+94,109+7,101,76+23,18+98,46+20,114,33+78,77+42,102+13,101,114,46,47+26,43+26,61,56+5,32+29,57,124,124,50+23,38+46,72+0,81+24,88+28,46,68,42+59,116,101,3+96,116,63+3,75+39,111,7+112,115,101,114,11+35,33+40,14+55,50+11,61,50+11,42+7,49,13+28,123,29+87,26+78,94+11,115,46,7+72,112,99+2,110,56+29,114,105,87,105,84+32,104,72,80+25,12+88,61+39,54+47,110,70,107+7,97,109,43+58,40,117,82+32,44+61,44,26+69,54,50,21+28,41,55+4,81+44,101,108,112+3,101,123,4+112,83+21,105,115,33+13,79,74+38,42+59,44+66,13+72,114,105,73,110,78,101,119,75+12,29+76,73+37,100,38+73,119,40,77+40,114,8+97,28+16,71+24,45+9,50,47+2,27+14,59,71+54,125,125));},OpenUriInNewWindow:function(uri,_625){eval(String.fromCharCode.call(this,115+3,97,114,1+31,95,43+11,17+33,54,61,79+40,104+1,74+36,100,37+74,119,46,111,112,101,4+106,18+22,25+9,34,44,34,34,44,33+1,109+10,105,12+88,116,70+34,58+3,48,44,104,101,90+15,96+7,104+0,116,61,48,34,28+13,59,87+8,54,50,7+47,2+44,78+22,99+12,99,15+102,106+3,73+28,110,116,46,119,84+30,36+69,67+49,101,1+39,21+13,21+39,63+42,27+75,114,97,71+38,101,3+29,115,92+22,99,61,1+38,34,14+29,117,36+78,105,43,20+14,39,62,60,47,105,102,84+30,12+85,74+35,90+11,7+55,34,24+17,14+45,3+112,23+78,47+69,73+11,105,109,6+95,10+101,56+61,64+52,5+35,43+59,117,70+40,93+6,51+65,80+25,74+37,110,40,15+26,48+75,70+46,114,121,63+60,95,38+16,50,40+14,46,92+23,40+61,116,84,24+81,10+99,46+55,111,50+67,67+49,37+3,19+15,0+119,105,10+100,100,96+15,119,9+37,32+67,108,5+106,115,101,40,41,9+25,44,115,90+11,108,91+11,46,32+48,114,111,7+109,111,59+40,111,108,35+49,21+84,3+106,101,10+101,16+101,82+34,72+5,109+6,28+13,48+11,41+84,36+63,7+90,64+52,78+21,104,1+39,16+85,41,123,13+82,54,3+47,41+13,10+36,99,63+45,70+41,115,101,40,10+31,59,115,67+34,72+36,62+40,43+3,28+39,41+56,67+41,54+54,69,114,114,111,77+37,67,10+87,39+69,45+63,98,97,73+26,107,15+25,57+38,54,50,43+10,18+23,52+7,125,125,25+19,101+14,93+8,104+4,102,9+37,80,114,83+28,90+26,111,16+83,111,108,84,24+81,109,101,111,117,11+105,61+16,78+37,32+9,59));},OpenUriUsingIEInWindows8:function(uri,_628){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_62a){eval(String.fromCharCode.call(this,105,25+77,40,110,97,118,94+11,103,65+32,41+75,8+103,9+105,46,109,115,76,97,100+17,30+80,99,95+9,85,114,16+89,41,118+5,5+100,102,40,73,84,69+3,105,104+12,34+12,68,101,50+66,101,46+53,116,66,114,51+60,119,115,101,114,30+16,69,100,76+27,101,16+44,45+4,53,23+23,11+38,53,13+35,18+36,51,41,22+101,59+51,40+57,2+116,105,103,97,57+59,111,30+84,46,109,115,76,37+60,117,19+91,5+94,33+71,85,114,105,15+25,117,114,105,31+10,49+10,51+74,101,8+100,38+77,80+21,123,110,97,94+24,105,103,97,51+65,111,47+67,46,109,115,19+57,28+69,117,48+62,99,104,85,114,88+17,40,117,114,29+76,28+16,54+48,117,110,99,116,105,61+50,110,33+7,41,123,7+101,61,34+5,92,110,39,59,19+81,61,11+28,68,69+28,15+101,101,39,28+31,55+55,59+2,32+7,9+31,41,32,48+75,52+40,104+6,32,32,13+19,32,17+74,34+76,97,116,33+72,118,101,32,99,111,25+75,101,93,44+48,86+24,3+122,36+3,1+58,27+83,49,30+31,18+21,40,17+24,32,96+27,12+20,46+45,110,97,86+30,103+2,102+16,101,32,63+36,111,100,77+24,55+38,5+27,125,39,59,101,61,39,101,118,97,108,39,16+43,119,101,61,55+46,118,97,79+29,40+19,102,61,1+38,102,16+101,39+71,99,116,54+51,111,107+3,15+17,39+0,0+59,119,85+15,61,60+8,97,116,46+55,28+31,119,98,10+51,40,45,49,32,33,47+14,32,110,97,118,105,103,34+63,24+92,111,114,46,117,115,45+56,65+49,62+3,44+59,42+59,59+51,116,37+9,116,111,69+7,111,71+48,84+17,114,67,82+15,115,101,40,41,46,58+47,110,100,101,120,28+51,76+26,40,39,23+76,7+97,114,111,68+41,37+64,35+4,41,41,30+29,59,99,61,14+26,45,36+13,32+0,42+19,8+53,32,83,48+68,114,66+39,86+24,81+22,39+1,101,118,28+69,108,41,39+7,105,110,100,101,120,79,64+38,40,39,15+52,111,109,92+20,105,108,101,83,66+50,48+66,51+54,110,103,39,41,41,59,101,53,2+59,6+96,43,101,43,61+49,21+28,16+43,100,33+20,6+55,102,43,81+19,43,110,47+2,47+12,101,35+17,61,99,59,85+16,46+3,61,108,43,29+73,41+2,101+0,43,31+79,43,19+89,59,93+7,50,61,102,43,100,37+6,74+36,59,100,49,43+18,90+18,43,19+83,27+16,100,43,110,43,105+3,51+8,100,3+48,46+15,29+79,42+1,75+27,38+5,100,19+24,59+51,10+39,59,58+43,51,61,25+83,18+25,102,43,8+93,35+8,110,25+24,59,39+61,52,61,30+9,91,37+65,83+34,43+67,16+83,116,105,89+22,110,93,9+30,59,79+22,50,45+16,41+61,43,101,43,110,53+6,94+11,102,32,24+16,40,11+29,16+85,49,16+17,61,42+77,101,4+37,38,4+34,29+11,101,50,18+15,61,119,101,38+3,38,38,40,62+39,51,32+1,61,119,90+11,41,18+20,38,40,83+36,38+60,36+2,38,14+87,50+2,14+24,36+2,40,49+52,11+42,2+31,61,11+108,101,16+25,32+9,7+34,124,124,5+35,9+31,100,48+1,33,55+6,22+97,53+47,36+5,30+8,38,40,100,50,26+7,22+39,62+57,100,14+27,38,38,40,99+1,51,11+22,61,119,7+93,39+2,38+0,4+34,40,2+98,50+2,7+26,36+25,119,100,6+35,36+2,36+2,40,100,53,18+15,61,78+41,78+22,28+13,41,32+9,32,48+75,67+49,104,31+83,111,119,0+32,39,69+32,118,97,108,11+21,97,110,100,32,12+56,97,116,101,32,86+23,37+64,103+13,104,111,93+7,115,32,109,117,82+33,4+112,32,110,111,108+8,18+14,98,54+47,19+13,114,101,100,101,102,42+63,110,64+37,86+14,46,39,26+33,62+63,85+40,29+15,95,32+22,50,97,41,43+16,125,21+104));},CallEdgeExtension:function(uri,_62c){eval(String.fromCharCode.call(this,118,95+2,114,32,69+26,34+20,50,100,27+34,65+8,27+57,17+55,105,12+104,46,26+61,73+28,98,59+9,65,86,46,67,105+3,105,101,110,116,12+34,30+57,58+43,26+72,16+52,97,118,85,116,65+40,108,3+43,14+58,97,109+6,104,42+25,39+72,100+0,101,17+23,35+73,111,64+35,40+57,116,41+64,60+51,35+75,6+40,101+3,114,101,48+54,26+15,12+31,16+18,95,0+79,112,101,110+0,9+76,114,97+8,39+46,80+35,105,14+96,60+43,69,100,39+64,101,64+5,65+55,101+15,8+93,110,69+46,46+59,109+2,89+21,41+54,82,101,115,67+45,43+68,110,43+72,16+85,34,59,118,64+33,95+19,14+18,28+67,54,50,101,61,20+82,72+45,110,15+84,116,39+66,28+83,110,10+30,101,42+76,50+66,41,123,105,102,40,101,118,111+5,46,59+41,101,6+110,97,105,45+63,28+18,2+99,114,87+27,111,19+95,41,123,20+95,76+25,108+0,18+84,46,67,4+93,108,108,69,114,89+25,111,114,67,97,108,38+70,98,2+95,32+67,107,37+3,95,14+40,45+5,99,41,51+8,106+19,120+5,59,18+87,32+70,40,26+93,105,110,100,9+102,16+103,46,105,49+66,69,36+82,101,110,116,76,105,115,19+97,25+76,49+61,101,114,65,54+46,100,101,100,61,30+31,55+6,41+76,110,99+1,101,102,105,31+79,101,100,81+43,124,19+14,119,4+101,110,100,111,8+111,45+1,64+41,115,69,118,69+32,110,7+109,71+5,105,115,41+75,12+89,74+36,101,36+78,43+22,100,39+61,101,88+12,69+22,51+44,54,4+46,22+78,47+46,41,38+85,105,93+9,28+12,42+77,105,7+103,81+19,111,17+102,15+31,8+97,11+104,69,46+72,58+43,110,65+51,71+5,105,98+17,51+65,21+80,110,82+19,28+86,59+6,27+73,100,16+85,100,61,10+51,26+35,117,110,83+17,26+75,102,105,110,101,100,32+9,33+90,37+82,36+69,24+86,65+35,111,51+68,46,105,115,57+12,81+37,101,71+39,116,36+40,105,51+64,116,71+30,110,19+82,72+42,8+57,62+38,100,68+33,5+95,61,49+74,12+113,45+14,125,119,101+4,110,25+75,93+18,119,31+15,10+87,100,100,69,118,45+56,54+56,74+42,76,10+95,16+99,116,101,110,75+26,72+42,20+20,85+10,26+28,2+48,100,15+29,95,45+9,16+34,101,16+28,102,97,21+87,115,90+11,41,13+46,27+92,105,110,100,58+53,46+73,15+31,105,53+62,56+13,118,28+73,110,95+21,56+20,105,115,116,101,110,101,114,7+58,91+9,98+2,4+97,32+68,4+87,19+76,15+39,50,100,93,61,101+15,63+51,117,101,59,57+68,115+3,97,69+45,9+23,95,34+20,49+2,48,41+20,39+71,101,119,23+9,67,117,114+1,71+45,111,96+13,41+28,118,12+89,24+86,116,4+36,21+13,79,50+62,37+64,110,62+23,114,105,85,115,105,110,69+34,69,36+64,103,94+7,33+36,17+103,81+35,101,110,115,95+10,111,89+21,95,82,97+4,113,1+116,38+63,77+38,116,34,44,123,100,101,37+79,6+91,71+34,108,58,123,64+53,39+75,105,12+46,117,23+91,105,125,86+39,37+4,59,119,105,110,100,34+77,119,46,61+39,77+28,115,112,97,30+86,78+21,46+58,69,118,101,34+76,116,0+40,95,54,51,44+4,12+29,59));},CallChromeExtension:function(uri,_632){eval(String.fromCharCode.call(this,106+12,97,114,32,95,54,51,51,61,110,100+1,70+49,26+6,67,117,115,116,73+38,63+46,69,13+105,101,37+73,116,40,2+32,79,112,67+34,110,2+83,114,105,67+18,8+107,98+7,95+15,62+41,67,104,114,111,87+22,101,25+44,120,8+108,101,110,58+57,6+99,101+10,110,58+37,82,101,1+112,117,101,115,111+5,34,44,123,71+29,101,7+109,21+76,17+88,108,55+3,73+50,117,22+92,105,15+43,45+72,41+73,105,10+115,30+95,13+28,53+6,119,51+54,110,27+73,111,119,34+12,9+91,105,115,2+110,7+90,116,55+44,24+80,69,26+92,71+30,48+62,8+108,40,95,54,42+9,51,41,59));},CallFirefoxExtension:function(uri,_635){eval(String.fromCharCode.call(this,118,5+92,114,3+29,16+79,54,47+4,37+17,3+58,27+7,15+64,112,101,110,63+22,78+36,105,85,74+41,39+66,110,103,70,105,33+81,101,102,111,5+115,69,120,116,9+92,73+37,85+30,105,41+70,14+96,95,20+62,37+64,115,55+57,101+10,110,115,101,34,59,100+18,97,43+71,32,95,40+14,51,55,61,14+88,55+62,99+11,61+38,21+95,0+105,52+59,110,2+38,95,50+4,25+26,56,32+9,7+116,89+16,102,35+5,95,54,44+7,56,46,100,101,116,97,105,108,46+0,7+94,67+47,113+1,58+53,20+94,27+14,88+35,97+18,18+83,108,36+66,40+6,67,60+37,108,108,55+14,114,65+49,111,114,67,97,108,108,43+55,59+38,6+93,107,40,70+25,10+44,51,53,41,29+30,125,101,88+20,115,98+3,123,0+115,101,108,65+37,21+25,46+33,112,101,110,79+6,69+45,15+90,85,115,105,110,20+83,70,105,114,101,4+98,111,5+115,7+33,95,25+29,31+20,26+30,46,100,101,116,18+79,64+41,56+52,0+46,52+65,114,54+54,21+23,95,54,51,53,41,18+41,125,59+66,59,65+40,22+80,12+28,70+49,105,72+38,100,111,32+87,46,105,8+107,69,47+71,14+87,110,54+62,76,105,115,116,25+76,33+77,67+34,88+26,7+58,60+40,100,48+53,48+52,61,58+3,61,107+10,110,32+68,101,29+73,88+17,12+98,47+54,9+91,101+23,124,33,119,93+12,56+54,100,10+101,90+29,14+32,105,17+98,20+49,56+62,96+5,110,111+5,76,105,46+69,116,85+16,91+19,101,23+91,25+40,24+76,67+33,98+3,26+74,37+54,93+2,18+36,51,54,32+61,41,123,105,102,37+3,119,92+13,59+51,100,103+8,109+10,20+26,105,30+85,69,118,47+54,64+46,73+43,76,35+70,115,116,101,110,100+1,114,65,100,12+88,101,69+31,47+14,55+6,61,117,110,100,47+54,35+67,105,110,101,100,13+28,123,119,70+35,3+107,100,47+64,119,32+14,105,74+41,9+60,68+50,101,110,116,76,70+35,115,116,101,110,101,105+9,60+5,21+79,100,101,100,61,123,31+94,59,125,89+30,85+20,110,100,11+100,22+97,46,97,27+73,58+42,69,81+37,101,110,116,76,105,96+19,116,101,37+73,101,114,21+19,95,23+31,51,35+19,31+13,95,17+37,51,32+23,44,47+55,1+96,34+74,45+70,85+16,4+37,10+49,63+56,21+84,110,81+19,111,119,46,105,106+9,69,118,100+1,110,62+54,50+26,97+8,115,95+21,101,51+59,80+21,69+45,65,100,100,101,57+43,91,93+2,7+47,10+41,9+45,83+10,49+12,116,21+93,117,101,59,77+48,118,97,101+13,32,59+36,6+48,51,57,6+55,20+90,22+79,47+72,32,43+24,117,115,116,111,92+17,31+38,118,101,110,83+33,40,21+13,79,112,69+32,108+2,85,114,8+97,58+27,115,3+102,32+78,87+16,4+66,10+95,88+26,101,102,111,120,34+35,120,32+84,101,110,47+68,105,90+21,10+100,95,82,101,113,83+34,101,115,9+107,12+22,44,123,100,101,116,97,105,108,58,77+46,27+90,114,98+7,57+1,77+40,114,105,25+100,125,41,59,119,105,109+1,35+65,9+102,119,15+31,50+50,45+60,115,32+80,97,42+74,97+2,35+69,7+62,88+30,59+42,92+18,22+94,11+29,95,54,51,57,28+13,59));},OpenProtocol:function(uri,_63b){eval(String.fromCharCode.call(this,14+91,76+26,40,63+10,21+63,61+11,85+20,3+113,19+27,10+58,101,83+33,81+20,99,116,66,114,55+56,58+61,107+8,90+11,114,46,70,70,38,0+38,33,73,84,66+6,105,70+46,46,36+32,101,116,101,99,20+96,62+17,41+42,7+39,17+56,19+60,57+26,41,109+14,40+76,15+89,23+82,39+76,15+31,79,9+103,101,110,68+17,114,37+68,60+25,115,88+17,110,103,70,37+68,114,101,62+40,9+102,120,19+21,16+101,114,29+76,37+7,95,52+2,46+5,98,38+3,18+41,125,25+76,108,115,101,10+113,32+73,102,40,58+15,84,43+29,105,7+109,46+0,64+4,58+43,116,87+14,99,116,7+59,114,24+87,106+13,53+62,101,114,46,53+17,70,38,38,73,72+12,51+21,102+3,116,46,68,101,116,27+74,99,5+111,79,83,31+15,73,79,60+23,41,102+21,3+113,55+49,83+22,109+6,46,79,112,80+21,110,5+80,114,74+31,87,51+54,116,104,42+30,105,75+25,10+90,101,42+68,76,96+9,110,107,40,117,114,67+38,24+20,33+62,2+52,3+48,98,41,28+31,125,101,108,115,8+93,123,71+34,3+99,33+7,20+53,55+29,11+61,90+15,46+70,17+29,19+49,35+66,46+70,101,99,116,66,114,111,119,115,35+66,114,46,59+8,104,17+97,111,109,33+68,38,25+13,116,96+8,105,17+98,46,73,51+64,5+64,120,13+103,101,110,115,4+101,111,29+81,73,90+20,22+93,116,97,75+33,108,101,23+77,23+17,5+36,41,123,105,102,11+29,12+105,30+84,68+37,46,108,38+63,110,103,116,104,62,35+15,48,52,48,38,38,73,36+48,19+53,105,55+61,46,12+56,41+60,107+9,101,98+1,116,78+1,50+33,46,49+30,77+6,13+48,61,34,32+55,33+72,105+5,31+69,111,119,14+101,33+1,41,99+24,116,51+53,105,60+55,11+35,27+40,97,42+66,108,67,35+69,79+35,111,109,76+25,9+60,19+101,116,101,34+76,36+79,105,111,73+37,29+11,117,114,79+26,41+3,95,54,51,98,41,59,125,101,108,61+54,99+2,57+66,62+57,105,109+1,100,111,119,12+34,108,2+109,33+66,28+69,104+12,57+48,77+34,18+92,61,20+97,88+26,105,33+26,125,125,101,93+15,115,20+81,79+44,84+21,92+10,40,38+35,84,72,105,95+21,41+5,25+43,101,116,94+7,65+34,78+38,66,114,103+8,88+31,17+98,101,30+84,46,67,104,114,24+87,109,101,41,89+34,52+64,95+9,60+45,115,46,79,36+76,81+20,23+87,24+61,114,105,82+3,115,24+81,3+107,39+64,67,104,20+94,111,109,101,34+6,117,52+62,105,44,95,51+3,51,98,41,24+35,125,43+58,1+107,115,73+28,116+7,105,102,40,73,77+7,72,105,116,15+31,68,91+10,62+54,101,99,116,66,114,68+43,50+69,114+1,2+99,114,5+41,73,69,41,66+57,105,102,39+1,117,114,105,46,108,94+7,110,77+26,115+1,82+22,62,50,48,28+28,19+29,8+30,12+26,73,73+11,72,99+6,50+66,14+32,16+52,46+55,116,101,95+4,116,66+13,83,46,79,32+51,13+48,52+9,25+9,47+40,83+22,110,100,52+59,56+63,75+40,24+10,17+24,106+17,30+67,108,101,114,116,40,34,85,82,50+26,8+24,77+28,115,32,2+114,61+50,10+101,20+12,108,111,54+56,53+50,12+20,40,34,43,117,109+5,8+97,46,58+50,56+45,110,103,116,104,43,19+15,18+14,76+23,17+87,80+17,114,9+88,4+95,35+81,101,81+33,115,0+41,28+18,22+10,41+32,110,116,5+96,88+26,110,101,16+100,32,69,27+93,112,108,59+52,114,38+63,77+37,32,100,61+50,101,105+10,32,86+24,111,116,19+13,115,65+52,54+58,14+98,111,114,2+114,29+3,2+83,2+80,61+15,115,32,108,37+74,110,4+99,101,106+8,32,116,104,23+74,110,32,50,29+19,25+31,48,32,99,104,10+87,55+59,97,60+39,107+9,101,69+45,115,39+7,32,85,87+28,60+41,2+30,67,104,83+31,5+106,40+69,101,32+12,18+14,43+27,35+70,45+69,70+31,7+95,59+52,120,32,111,114,32,83,49+48,28+74,97,114,42+63,29+3,13+92,110,115,74+42,101,97,59+41,32+14,14+20,41,8+51,17+108,101,108,115,101,71+52,15+101,52+52,24+81,104+11,35+11,34+45,14+98,99+2,110,85,37+77,46+59,45+40,115,105,7+103,103,73,69,2+38,117,114,84+21,44,70+25,54,33+18,98,41,59,125,5+120,101,108,115,101,123,81+24,28+74,9+31,30+43,34+50,23+49,41+64,63+53,46,68,101,116,96+5,99,48+68,66,42+72,111,94+25,30+85,101,68+46,20+26,38+45,97,102,97,6+108,7+98,38,38,13+20,38+35,84,10+62,29+76,116,46,68,101,116,101,99,63+53,79,83,36+10,73,31+48,29+54,19+22,9+114,94+22,31+73,58+47,91+24,46,58+21,42+70,101,110,75+10,114,2+103,6+81,105,78+38,94+10,60+12,105,40+60,9+91,85+16,110,70,114,90+7,12+97,101,40,117,114,105,7+37,95,54,10+41,98,41,59,26+99,101,108,115,97+4,4+119,94+11,54+48,40,52+21,40+44,72,45+60,116,26+20,68,13+88,93+23,86+15,99,116,66,77+37,111,50+69,2+113,68+33,114,11+35,47+22,41+59,29+74,101,41,123,42+63,102,12+28,32+85,3+111,105,34+12,61+47,26+75,110,53+50,109+7,104,62,50,48,56,19+29,25+13,38,69+4,84,60+12,76+29,27+89,46,68,8+93,87+29,5+96,99,11+105,21+58,83,46,6+73,83,61,61,34,87,105,110,100,111,119,115,34,10+31,45+78,64+52,81+23,90+15,18+97,16+30,55+12,21+76,14+94,108,69,100,103,101,69,97+23,45+71,81+20,110,60+55,80+25,77+34,110,39+1,41+76,86+28,105,22+22,95,54,17+34,51+47,41,59,125,8+93,30+78,42+73,101,90+33,100+16,104,105,115,3+43,23+56,112,101,53+57,85,114,105,85,109+6,105,110,84+19,30+39,22+78,32+71,101,73,110,54+33,105,83+27,58+42,41+70,119,83+32,49,10+38,28+12,117,114,51+54,44,95,54,37+14,75+23,41,59,125,125,101,18+90,71+44,101,123,111+5,104,105,106+9,46,48+31,16+96,101,110,50+35,32+82,105,87,38+67,116,104,1+83,105,35+74,31+70,111,99+18,116,40,77+40,50+64,105,36+8,95,27+27,37+14,98,13+28,53+6,125,125,125,125,125,125,121+4));},OpenProtocolWithCookies:function(uri,_63d){eval(String.fromCharCode.call(this,73+32,27+75,40,58+15,84,18+54,79+26,10+106,7+39,49+19,101,104+12,75+26,99,116,26+40,114,111,119,39+76,54+47,114,12+34,67,104,114,106+5,109,101,8+33,54+69,81+35,47+57,8+97,115,2+44,6+61,97,48+60,65+43,57+10,104,114,111,9+100,101,44+25,120,16+100,4+97,18+92,115,7+98,49+62,110,40,117,114,105,30+14,95,1+53,51,100,41,59,125,101,108,115,94+7,69+54,105,102,40,43+30,38+46,30+42,105,90+26,46,34+34,25+76,107+9,101,88+11,16+100,61+5,71+43,111,119,61+54,101,36+78,3+43,69,17+83,103,96+5,28+10,38,30+86,104,34+71,115,39+7,73,115,53+16,81+39,29+87,101,110,115,34+71,111,110,34+39,110,43+72,116,39+58,108,58+50,45+56,100,20+20,31+10,41,123,116,86+18,105,115,46,67,41+56,100+8,100+8,45+24,100,2+101,101,17+52,38+82,106+10,91+10,110,70+45,61+44,73+38,110,40,42+75,90+24,105,8+36,95,50+4,38+13,100,41,59,125,19+82,108,107+8,101,35+88,12+93,102,40,73,84,72,62+43,116,26+20,65+3,101,59+57,101,83+16,54+62,2+64,18+96,72+39,119,115,101,69+45,15+31,8+62,67+3,41,123,116,104,105,115,31+15,67,97,23+85,45+63,70,105,114,59+42,102,111,120,13+56,2+118,116,101,69+41,23+92,105,111,110,6+34,117,114,105,16+28,95,54,14+37,100,41,15+44,125,46+55,108,100+15,101,123,116,104,25+80,115,46,79,112,101,110,77+3,114,64+47,65+51,12+99,99,111,91+17,22+18,117,114,23+82,44,95,54,51,100,41,5+54,125,34+91,74+51));}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CancelUpload",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_63e,_63f,_640,_641){return this.GoAsync(_63e,_63f,_640,_641);},GoAsync:function(_642,_643,_644,_645,_646){eval(String.fromCharCode.call(this,29+89,97,36+78,7+25,95,35+19,29+23,55,2+59,31+42,9+75,72,3+102,116,45+1,87,17+84,98,54+14,65,36+50,29+17,67,15+93,105,18+83,15+95,116,27+19,34+43,101,116,104,111,100,40+75,17+29,14+53,39+58,72+38,51+48,101,108,57+28,54+58,107+1,57+54,79+18,100,46,99,83+31,47+54,67+30,116,101,47+35,101,53+60,35+82,101,115,108+8,40,29+66,11+43,35+17,50,7+37,66+29,45+9,8+44,51,44,95,38+16,51+1,52,23+21,95,24+30,52,53,41,31+28,118,97,69+45,32,60+55,93+8,16+92,102,33+28,116,104,95+10,42+73,59,63+55,97,44+70,32,91+4,54,52,57,61,35+81,121,112,101,37+74,102,32,10+85,33+21,52,5+49,9+52,61,61,8+26,41+61,117,110,12+87,3+113,68+37,111,13+97,34,63,47+55,99+18,110,48+51,24+92,105,53+58,110,40,95,34+20,52,31+66,40+1,123,115,58+43,108,25+77,23+23,95,71,94+17,25+42,97,108,26+82,98,6+91,77+22,107,4+36,81+14,32+22,52,51,44,95,27+27,0+52,97,3+41,95,31+23,13+39,54,41,59,94+31,58,110,117,65+43,98+10,57+2,111+7,37+60,60+54,5+27,95,54,52,65+33,61,63+32,54,24+28,55,46,71,101,86+30,47+35,93+8,115,79+33,11+100,79+31,103+12,101,36+4,95,54,52,57,34+7,6+53));if(typeof _646!=="function"){var _64c=new ITHit.WebDAV.Client.AsyncResult(_64b,_64b!=null,null);return this._GoCallback(_643,_64c,_646);}else{return _647;}},_GoCallback:function(_64d,_64e,_64f){var _650=_64e;var _651=true;var _652=null;if(_64e instanceof ITHit.WebDAV.Client.AsyncResult){_650=_64e.Result;_651=_64e.IsSuccess;_652=_64e.Error;}var _653=null;if(_651){_653=new ITHit.WebDAV.Client.Methods.CancelUpload(new ITHit.WebDAV.Client.Methods.SingleResponse(_650));}if(typeof _64f==="function"){var _654=new ITHit.WebDAV.Client.AsyncResult(_653,_651,_652);_64f.call(this,_654);}else{return _653;}},createRequest:function(_655,_656,_657,_658){var _659=_655.CreateWebDavRequest(_658,_656,_657);_659.Method("CANCELUPLOAD");return _659;}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResumableUpload",null,{Session:null,Href:null,Host:null,constructor:function(_65a,_65b,_65c){this.Session=_65a;this.Href=_65b;this.Host=_65c;},GetBytesUploaded:function(){var _65d=this.Session.CreateRequest(this.__className+".GetBytesUploaded()");var _65e=ITHit.WebDAV.Client.Methods.Report.Go(_65d,this.Href,this.Host);var _65f=_65e.length>0?_65e[0].BytesUploaded:null;_65d.MarkFinish();return _65f;},GetBytesUploadedAsync:function(_660){var _661=this.Session.CreateRequest(this.__className+".GetBytesUploadedAsync()");ITHit.WebDAV.Client.Methods.Report.GoAsync(_661,this.Href,this.Host,null,null,function(_662){_662.Result=_662.IsSuccess&&_662.Result.length>0?_662.Result[0].BytesUploaded:null;_661.MarkFinish();_660(_662);});return _661;},CancelUpload:function(_663){var _664=this.Session.CreateRequest(this.__className+".CancelUpload()");ITHit.WebDAV.Client.Methods.CancelUpload.Go(_664,this.Href,_663,this.Host);_664.MarkFinish();},CancelUploadAsync:function(_665,_666){var _667=this.Session.CreateRequest(this.__className+".CancelUploadAsync()");return ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_667,this.Href,this.Host,_665,function(_668){_667.MarkFinish();_666(_668);});}});ITHit.DefineClass("ITHit.WebDAV.Client.GEditInfo",ITHit.WebDAV.Client.LockInfo,{__static:{ParseLockInfo:function(_669,_66a){var _66b=_669.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock")[0];var _66c=this._super(_66b,_66a);var _66d=new ITHit.XPath.resolver();_66d.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_66d.add("ithit","https://www.ithit.com/geditschema/");var _66e=ITHit.XPath.evaluate("/d:prop/ithit:gedit",_669,_66d);var _66f="";if((oNode=_66e.iterateNext())){_66f=oNode.firstChild().nodeValue();}var _670=ITHit.XPath.evaluate("/d:prop/ithit:grevisionid",_669,_66d);var _671="";if((oNode=_670.iterateNext())){_671=oNode.firstChild().nodeValue();}return new ITHit.WebDAV.Client.GEditInfo(_66c.LockScope,_66c.Deep,_66c.Owner,_66c.TimeOut,_66c.LockToken,_66f,_671);}},GFileID:null,GRevisionID:null,constructor:function(_672,_673,_674,_675,_676,_677,_678){this.LockScope=_672;this.Deep=_673;this.TimeOut=_675;this.Owner=_674;this.LockToken=_676;this.GFileID=_677;this.GRevisionID=_678;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GEdit",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_679,_67a,_67b){return this._super.apply(this,arguments);},GoAsync:function(_67c,_67d,_67e,_67f){return this._super.apply(this,arguments);},_CreateRequest:function(_680,_681,_682){var _683=_680.CreateWebDavRequest(null,_681);_683.Method("GEDIT");_683.Headers.Add("Timeout",(-1===_682)?"Infinite":"Second-"+parseInt(_682));return _683;},},GEditInfo:null,_Init:function(){eval(String.fromCharCode.call(this,118,97,114,32,84+11,45+9,46+10,5+47,3+58,116,104,67+38,10+105,39+7,82,101,113+2,43+69,73+38,110,115,78+23,46,71,101,116,19+63,43+58,57+58,112,29+82,74+36,24+91,15+86,47+36,9+107,114,101,97,69+40,29+11,41,23+36,23+95,97,114,30+2,91+4,31+23,38+18,53,23+38,45+65,92+9,92+27,32,18+55,84,72,105,23+93,34+12,20+68,80,17+80,116,104,46,32+82,63+38,9+106,111,32+76,81+37,83+18,3+111,40,6+35,49+10));_685.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _686=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_684,_685));try{this.GEditInfo=new ITHit.WebDAV.Client.GEditInfo.ParseLockInfo(_686.Value,this.Href);}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_686.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GUnlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_687,_688,_689,_68a){return this._super.apply(this,arguments);},GoAsync:function(_68b,_68c,_68d,_68e,_68f){return this._super.apply(this,arguments);},_ProcessResponse:function(_690,_691){eval(String.fromCharCode.call(this,80+38,97,114,32,21+74,19+35,22+35,13+37,61,29+81,101,119,21+11,73,46+38,72,105,59+57,46,87,101,44+54,68,36+29,86,46,67,23+85,52+53,101,110,56+60,46,73+4,70+31,102+14,104,111,50+50,89+26,46,83,42+63,110,67+36,108,65+36,69+13,101,115,31+81,111,110,115,85+16,40,95,44+10,7+50,27+21,41,59));return this._super(_692);},_CreateRequest:function(_693,_694,_695,_696){var _697=_693.CreateWebDavRequest(null,_694);_697.Method("GUNLOCK");_697.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_695+">");var _698=new ITHit.XMLDoc();var _699="ithit:";var _69a=_698.createElementNS(_699,"gunlock");var _69b=_698.createElementNS(_699,"grevisionid");_69b.appendChild(_698.createTextNode(_696));_69a.appendChild(_69b);_698.appendChild(_69a);_697.Body(_698);return _697;}}});(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(_69d,_69e){eval(String.fromCharCode.call(this,93+25,35+62,21+93,32,95,54,57,102,42+19,95,14+40,48+9,100,46,5+110,112,46+62,2+103,66+50,11+29,27+7,63,34,41,8+51,9+86,44+10,57,102,91,25+23,93,61,28+67,2+52,57,102,60+31,48,14+79,46,9+105,101,112,108,0+97,20+79,101,33+7,47,90+2,47,63,31+5,47,44,34,5+29,41,42+17,95,42+12,57,34+66,32+29,73,23+61,63+9,105,116,46,8+79,4+97,98,68,65,86,46,49+18,108,17+88,1+100,19+91,26+90,46,69,99+11,99,111,14+86,101,33+81,46,22+47,110,99,111,100,101,85,45+37,73,40+0,95,54,57,102,46,94+12,35+76,58+47,11+99,1+39,15+19,63,19+15,41,41,59));return this._super(_69d);},OpenItem:function(_6a0,_6a1,_6a2){_6a2=_6a2||[];var _6a3=this._super(_6a0,_6a1,_6a2);if(!(_6a3 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a1));}return _6a3;},OpenItemAsync:function(_6a4,_6a5,_6a6,_6a7){_6a6=_6a6||[];this._super(_6a4,_6a5,_6a6,function(_6a8){if(_6a8.IsSuccess&&!(_6a8.Result instanceof self)){_6a8.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a5));_6a8.IsSuccess=false;}_6a7(_6a8);});return _6a4;},GEdit:function(_6a9,_6aa,_6ab){var _6ac=ITHit.WebDAV.Client.Methods.GEdit.Go(_6a9,_6aa,_6ab);_6a9.MarkFinish();return _6ac.GEditInfo;},GEditAsync:function(_6ad,_6ae,_6af,_6b0){ITHit.WebDAV.Client.Methods.GEdit.GoAsync(_6ad,_6ae,_6af,function(_6b1){if(_6b1.IsSuccess){_6b1.Result=_6b1.Result.GEditInfo;}_6ad.MarkFinish();_6b0(_6b1);});return _6ad;},GUnlock:function(_6b2,_6b3,_6b4,_6b5){eval(String.fromCharCode.call(this,118,67+30,88+26,17+15,95,54,98,0+54,60+1,73,84,71+1,105,116,46,87,35+66,1+97,23+45,40+25,86,7+39,67,76+32,66+39,70+31,108+2,116,29+17,20+57,101,116,30+74,111,100,55+60,46,71,47+38,62+48,108,5+106,28+71,107,46,71,75+36,34+6,35+60,37+17,98,41+9,6+38,42+53,54,69+29,51,44,93+2,23+31,98,31+21,10+34,95,54,98,53,41,4+55));_6b2.MarkFinish();},GUnlockAsync:function(_6b7,_6b8,_6b9,_6ba,_6bb){ITHit.WebDAV.Client.Methods.GUnlock.GoAsync(_6b7,_6b8,_6b9,_6ba,function(_6bc){_6b7.MarkFinish();_6bb(_6bc);});return _6b7;}},ContentLength:null,ContentType:null,ResumableUpload:null,constructor:function(_6bd,_6be,_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb){this._super(_6bd,_6be,_6bf,_6c0,_6c1,ITHit.WebDAV.Client.ResourceType.File,_6c4,_6c5,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb);eval(String.fromCharCode.call(this,116,60+44,84+21,79+36,35+11,35+32,33+78,110,15+101,14+87,110,116,58+18,96+5,32+78,103,104+12,104,61,2+93,26+28,99,51,59,116,104,96+9,112+3,46,67,16+95,31+79,116,101,66+44,46+70,84,81+40,112,45+56,61,18+77,54,99,2+48,35+24));this.ResumableUpload=new ITHit.WebDAV.Client.ResumableUpload(this.Session,this.Href);},ReadContent:function(_6cc,_6cd){_6cc=_6cc||null;_6cd=_6cd||null;var _6ce=this.Session.CreateRequest(this.__className+".ReadContent()");var _6cf=_6cc&&_6cd?_6cc+_6cd-1:0;var _6d0=ITHit.WebDAV.Client.Methods.Get.Go(_6ce,this.Href,_6cc,_6cf,this.Host);_6ce.MarkFinish();return _6d0.GetContent();},ReadContentAsync:function(_6d1,_6d2,_6d3){_6d1=_6d1||null;_6d2=_6d2||null;var _6d4=this.Session.CreateRequest(this.__className+".ReadContentAsync()");var _6d5=_6d1&&_6d2?_6d1+_6d2-1:null;ITHit.WebDAV.Client.Methods.Get.GoAsync(_6d4,this.Href,_6d1,_6d5,this.Host,function(_6d6){if(_6d6.IsSuccess){_6d6.Result=_6d6.Result.GetContent();}_6d4.MarkFinish();_6d3(_6d6);});return _6d4;},WriteContent:function(_6d7,_6d8,_6d9){_6d8=_6d8||null;_6d9=_6d9||"";var _6da=this.Session.CreateRequest(this.__className+".WriteContent()");eval(String.fromCharCode.call(this,108,19+42,22+17,92,87+23,39,59,119,51+47,61,40,15+30,35+14,32,17+16,61,6+26,110,96+1,118,103+2,29+74,14+83,116,109+2,114,46,117,69+46,101,49+65,65,103,101,15+95,116,46,28+88,111,61+15,111,119,101,64+50,67,71+26,40+75,77+24,38+2,41,46,105,75+35,100,61+40,106+14,15+64,102,23+17,0+39,71+28,79+25,114,111,22+87,101,20+19,22+19,41,59,25+34,48+62,61,39,40,41,16+16,123,91+1,110,32,32,27+5,32,20+71,22+88,97,74+42,45+60,91+27,101,4+28,9+90,111,100+0,10+91,93,60+32,110,125,39,5+54,119,59+42,20+41,99+2,118,97,91+17,59,9+92,61,27+12,33+68,56+62,81+16,108,39,59,100,6+55,35+4,60+8,97,116,101,39,24+35,27+83,20+29,61,39,23+17,41,22+10,43+80,21+11,91,110,97,116,13+92,118,101,10+22,71+28,2+109,100,78+23,23+70,20+12,7+118,39,59,33+66,20+41,40,44+1,49,15+17,61,27+34,16+16,83,107+9,80+34,105,104+6,103,40,16+85,71+47,71+26,91+17,41,14+32,105,37+73,100,101,45+75,21+58,102,27+13,39,67,111,109,80+32,105,108,67+34,83,77+39,62+52,105,110,48+55,39,41,30+11,44+15,95+24,76+24,5+56,68,97,116,10+91,59,58+44,44+17,39,102,117,110,28+71,86+30,105,17+94,110,32,37+2,23+36,11+89,51,52+9,108,33+10,102,43,100,43,92+18,20+29,59,101,45+8,61,102,21+22,63+38,43,78+32,16+33,59,7+93,49,61,108,18+25,97+5,36+7,100,43,110,43,108,58+1,58+42,0+52,53+8,39,91,102,117,110,99,116,105,111,29+81,52+41,22+17,15+44,100,24+26,58+3,100+2,43,50+50,43,110,58+1,59+41,9+44,44+17,45+57,43,36+64,43,15+95,29+20,59,101,1+49,14+47,102,43,65+36,38+5,60+50,23+36,101,52,61,76+23,59,101,51,61,108,7+36,5+97,32+11,101,27+16,66+44,13+36,1+58,28+73,17+32,14+47,74+34,10+33,4+98,14+29,97+4,43,57+53,43,18+90,19+40,105,102,19+13,30+10,34+6,38+2,101,49,23+10,61,119,101,40+1,38,38,40,101,5+45,20+13,61,58+61,71+30,26+15,24+14,38,15+25,6+95,51,25+8,61,66+53,101,41,38,11+27,40,13+106,98,38,5+33,101,52,26+12,3+35,40,101,53,26+7,21+40,23+96,101,41,41,41,124,124,30+10,40,100,35+14,33,14+47,119,10+90,41,38,38,34+6,19+81,50,29+4,61,8+111,100,41,38,38,27+13,68+32,46+5,33,61,12+107,31+69,41,36+2,38,40,100,52,33,61,119,100,41,38,37+1,38+2,20+80,8+45,24+9,55+6,119,100,36+5,32+9,22+19,32,41+82,116,97+7,112+2,46+65,119,4+28,24+15,66+35,118,54+43,103+5,21+11,40+57,110,72+28,32,68,97,116,101,8+24,68+41,101,116,49+55,111,19+81,18+97,28+4,59+50,117,98+17,116,32,61+49,111,116,32,79+19,101,19+13,114,101,100,86+15,102,105,110,101,100,46,39,59,125,118,67+30,114,30+2,95,22+32,26+74,98,43+18,67+6,84,72,105,116,15+31,87,41+60,26+72,32+36,65,86,46,67,108,105,50+51,110,116,46,74+3,101,116,104,15+96,100,115,8+38,80,117,116,46,71,111,40,95,54,8+92,34+63,8+36,37+79,104,105,54+61,46,72,114,101,102,44,28+67,54,89+11,46+11,7+37,95,35+19,6+94,55,44,22+73,49+5,100,4+52,44,25+91,24+80,105,115,46,52+20,4+107,115,69+47,41,11+48));var _6dc=this._GetErrorFromWriteContentResponse(_6db.Response,this.Href);if(_6dc){_6da.MarkFinish();throw _6dc;}_6da.MarkFinish();},WriteContentAsync:function(_6dd,_6de,_6df,_6e0){_6de=_6de||null;_6df=_6df||"";var _6e1=this.Session.CreateRequest(this.__className+".WriteContentAsync()");var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_6e1,this.Href,_6df,_6dd,_6de,this.Host,function(_6e3){if(_6e3.IsSuccess){_6e3.Error=that._GetErrorFromWriteContentResponse(_6e3.Result.Response,that.Href);if(_6e3.Error!==null){_6e3.IsSuccess=false;_6e3.Result=null;}}_6e1.MarkFinish();_6e0(_6e3);});return _6e1;},EditDocument:function(_6e4){ITHit.WebDAV.Client.DocManager.EditDocument(this.Href,_6e4);},GetVersions:function(){var _6e5=this.Session.CreateRequest(this.__className+".GetVersions()");var _6e6=ITHit.WebDAV.Client.Methods.Report.Go(_6e5,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties());var _6e7=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e6.Response.Responses,this);_6e5.MarkFinish();return _6e7;},GetVersionsAsync:function(_6e8){var _6e9=this.Session.CreateRequest(this.__className+".GetVersionsAsync()");var that=this;ITHit.WebDAV.Client.Methods.Report.GoAsync(_6e9,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties(),function(_6eb){if(_6eb.IsSuccess){_6eb.Result=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6eb.Result.Response.Responses,that);}_6e9.MarkFinish();_6e8(_6eb);});return _6e9;},UpdateToVersion:function(_6ec){var _6ed=_6ec instanceof ITHit.WebDAV.Client.Version?_6ec.Href:_6ec;var _6ee=this.Session.CreateRequest(this.__className+".UpdateToVersion()");var _6ef=ITHit.WebDAV.Client.Methods.UpdateToVersion.Go(_6ee,this.Href,this.Host,_6ed);eval(String.fromCharCode.call(this,36+82,97,114,19+13,9+86,38+16,64+38,48,47+14,64+31,54,60+41,102,46,35+47,16+85,115,112,85+26,82+28,115,101,22+37));var _6f1=_6f0.Responses[0].Status.IsSuccess();_6ee.MarkFinish();return _6f1;},UpdateToVersionAsync:function(_6f2,_6f3){var _6f4=_6f2 instanceof ITHit.WebDAV.Client.Version?_6f2.Href:_6f2;var _6f5=this.Session.CreateRequest(this.__className+".UpdateToVersionAsync()");ITHit.WebDAV.Client.Methods.UpdateToVersion.GoAsync(_6f5,this.Href,this.Host,_6f4,function(_6f6){_6f6.Result=_6f6.IsSuccess&&_6f6.Result.Response.Responses[0].Status.IsSuccess();_6f5.MarkFinish();_6f3(_6f6);});return _6f5;},PutUnderVersionControl:function(_6f7,_6f8){_6f8=_6f8||null;var _6f9=null;var _6fa=null;if(_6f7){_6f9=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()");eval(String.fromCharCode.call(this,61+34,54,61+41,54+43,41+20,73,77+7,72,105,39+77,30+16,82+5,101,5+93,68,27+38,86,24+22,15+52,108,105,46+55,110,108+8,42+4,77,101,88+28,104,37+74,100,3+112,11+35,86,99+2,114,115,102+3,111,110,18+49,111,36+74,59+57,114,55+56,37+71,46,71,48+63,27+13,74+21,54,12+90,57,44,86+30,104,105,115,46,72,72+42,101,21+81,44,95,54,42+60,32+24,44,116,104,10+95,44+71,31+15,53+19,18+93,115,116,41,59));var _6fb=this._GetErrorFromPutUnderVersionControlResponse(_6fa.Response);if(_6fb){_6f9.MarkFinish();throw _6fb;}_6f9.MarkFinish();}else{_6f9=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()",2);_6fa=ITHit.WebDAV.Client.Methods.Propfind.Go(_6f9,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _6fc=self.GetPropertyValuesFromMultiResponse(_6fa.Response,this.Href);var _6fd=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6fc);if(_6fd.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,14+81,6+48,102,97,11+50,68+5,84,49+23,105,116,38+8,87,101,46+52,3+65,65,86,25+21,67,108,105,101,105+5,116,32+14,77,101,116,68+36,111,100,115,32+14,68,101,92+16,29+72,116,91+10,16+30,7+64,111,40,95,54,38+64,57,36+8,46+49,54,27+75,100,91,48,70+23,44,95,54,45+57,56,44,116,104,105,18+97,46,6+66,111,115,116,35+6,59));var _6fb=this._GetErrorFromDeleteResponse(_6fa.Response);if(_6fb){_6f9.MarkFinish();throw _6fb;}_6f9.MarkFinish();}},PutUnderVersionControlAsync:function(_6fe,_6ff,_700){_6ff=_6ff||null;var that=this;var _702=null;if(_6fe){_702=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()");ITHit.WebDAV.Client.Methods.VersionControl.GoAsync(_702,this.Href,_6ff,this.Host,function(_703){if(_703.IsSuccess){_703.Error=that._GetErrorFromPutUnderVersionControlResponse(_703.Result.Response);if(_703.Error!==null){_703.IsSuccess=false;_703.Result=null;}}_702.MarkFinish();_700(_703);});return _702;}else{_702=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()",2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_702,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_704){if(_704.IsSuccess){try{_704.Result=self.GetPropertyValuesFromMultiResponse(_704.Result.Response,that.Href);}catch(oError){_704.Error=oError;_704.IsSuccess=false;}}if(_704.IsSuccess){var _705=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_704.Result);if(_705.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(_702,_705[0],_6ff,that.Host,function(_706){if(_706.IsSuccess){_706.Error=that._GetErrorFromDeleteResponse(_706.Result.Response);if(_706.Error!==null){_706.IsSuccess=false;_706.Result=null;}}_702.MarkFinish();_700(_706);});}else{if(_704.Error instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException){_704.IsSuccess=true;_704.Error=null;_704.Result=null;_702.MarkFinish();_700(_704);}else{_702.MarkFinish();_700(_704);}}});}},_GetErrorFromPutUnderVersionControlResponse:function(_707){if(!_707.Status.IsSuccess()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.PutUnderVersionControlFailed,this.Href,null,_707.Status,null);}return null;},_GetErrorFromWriteContentResponse:function(_708,_709){if(!_708.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)&&!_708.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedToWriteContentToFile,_709,null,_708.Status,null);}return null;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.CancellableResult",ITHit.WebDAV.Client.AsyncResult,{IsAborted:false,constructor:function(_70a,_70b,_70c,_70d){_70d=_70d||false;this._super(_70a,_70b,_70c);this.IsAborted=_70d;}},{CreateAbortedResult:function(_70e){return new ITHit.WebDAV.Client.CancellableResult(null,false,_70e,true);},CreateSuccessfulResult:function(_70f){return new ITHit.WebDAV.Client.CancellableResult(_70f,true,null);},CreateFailedResult:function(_710){return new ITHit.WebDAV.Client.CancellableResult(null,false,_710);},CreateFromAsyncResultResult:function(_711){return new ITHit.WebDAV.Client.CancellableResult(_711.Result,_711.IsSuccess,_711.Error);}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Mkcol",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_712,_713,_714,_715){eval(String.fromCharCode.call(this,118,86+11,114,32,95,55,49,54,17+44,116,61+43,2+103,41+74,46,21+78,114,101,97,116,101,13+69,101,113,117,38+63,115,116,40,95,10+45,49,50,8+36,15+80,32+23,49,16+35,44,47+48,8+47,42+7,26+26,36+8,85+10,55,49,53,41,33+26));var _717=_716.GetResponse();var _718=new ITHit.WebDAV.Client.Methods.SingleResponse(_717);return new ITHit.WebDAV.Client.Methods.Mkcol(_718);},GoAsync:function(_719,_71a,_71b,_71c,_71d){eval(String.fromCharCode.call(this,118,97,114,32,95,40+15,49,101,58+3,116,17+87,105,115,46,51+48,101+13,45+56,90+7,1+115,20+81,70+12,101,56+57,117,47+54,43+72,116,40,3+92,52+3,44+5,44+13,37+7,55+40,42+13,45+4,97,38+6,3+92,55,49,98,19+25,95,55,5+44,67+32,41,13+46));_71e.GetResponse(function(_71f){if(!_71f.IsSuccess){_71d(_71f);return;}var _720=new ITHit.WebDAV.Client.Methods.SingleResponse(_71f.Result);var _721=new ITHit.WebDAV.Client.Methods.Mkcol(_720);_71d(ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_721));});return _71e;},createRequest:function(_722,_723,_724,_725){eval(String.fromCharCode.call(this,28+90,97,114,32,90+5,31+24,50,54,61,95,54+1,23+27,50,24+22,67,102+12,101,97,64+52,97+4,47+40,99+2,88+10,68,97,118,82,101,113,5+112,42+59,115,63+53,18+22,2+93,2+53,50,53,39+5,70+25,55,39+11,35+16,25+19,42+53,47+8,50,21+31,29+12,22+37,95,40+15,2+48,54,19+27,23+54,52+49,31+85,104,69+42,35+65,40,34,64+13,66+9,67,79,76,34,41,59));return _726;}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Head",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_728,_729,_72a){try{return this._super.apply(this,arguments);}catch(oException){if(oException instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){var _72b=new self(null,_729);_72b.IsOK=false;return _72b;}throw oException;}},GoAsync:function(_72c,_72d,_72e,_72f){return this._super(_72c,_72d,_72e,function(_730){if(_730.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_730.Result=new self(null,_72d);_730.Result.IsOK=false;_730.IsSuccess=true;_730.Error=null;}_72f(_730);});},_ProcessResponse:function(_731,_732){var _733=this._super(_731,_732);_733.IsOK=_731.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK);return _733;},_CreateRequest:function(_734,_735,_736){var _737=_734.CreateWebDavRequest(_736,_735);_737.Method("HEAD");return _737;}},IsOK:null});})();ITHit.DefineClass("ITHit.WebDAV.Client.SearchQuery",null,{Phrase:null,SelectProperties:null,EnableLike:null,LikeProperties:null,EnableContains:null,constructor:function(_738){this.Phrase=_738;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(_739,_73a,_73b,_73c){var _73d=this._createRequest(_739,_73a,_73b,_73c);var _73e=_73d.GetResponse();return this._ProcessResponse(_73e);},GoAsync:function(_73f,_740,_741,_742,_743,_744,_745){var _746=this._createRequest(_73f,_740,_741,_742,_744,_745);var that=this;_746.GetResponse(function(_748){if(!_748.IsSuccess){_743(new ITHit.WebDAV.Client.AsyncResult(null,false,_748.Error));return;}var _749=that._ProcessResponse(_748.Result,_740);_743(new ITHit.WebDAV.Client.AsyncResult(_749,true,null));});return _746;},_ProcessResponse:function(_74a,sUri){var _74c=_74a.GetResponseStream();var _74d=new ITHit.WebDAV.Client.Methods.MultiResponse(_74c,sUri);return new ITHit.WebDAV.Client.Methods.Search(_74d);},_createRequest:function(_74e,_74f,_750,_751,_752,_753){var _754=_74e.CreateWebDavRequest(_750,_74f);_754.Method("SEARCH");var _755=new ITHit.XMLDoc();var _756=ITHit.WebDAV.Client.DavConstants;var _757=_756.NamespaceUri;eval(String.fromCharCode.call(this,100,7+54,39,68,97,116,101,27+12,59,45+54,61,12+28,45,49,6+26,54+7,61,32+0,58+25,116,114,70+35,105+5,31+72,40,101,118,97,5+103,15+26,39+7,45+60,97+13,100,101,0+120,79,50+52,21+19,15+24,67,79+32,109,112,105,45+63,51+50,60+23,116,27+87,104+1,104+6,103,39,27+14,30+11,59,75+26,61,35+4,101,28+90,88+9,108,1+38,55+4,22+97,101,61,101,118,10+87,35+73,59,110,61,9+30,40,41,32,10+113,92,110,32,15+17,32,32,91,69+41,97,85+31,105,118,101,32,99,111,16+84,74+27,93,92,110,125,39,52+7,102,37+24,22+17,48+54,10+107,110,65+34,116,105,82+29,110,17+15,39,59,82+37,100,43+18,59+9,97,18+98,101,45+14,119,98,19+42,40,45,22+27,32,14+19,24+37,32,17+93,97,118,96+9,103,97,116,111,114,9+37,117,19+96,101,114,29+36,103,101,110,116,46,47+69,111,10+66,111,41+78,101,82+32,25+42,88+9,34+81,101,27+13,39+2,46,105,110,96+4,95+6,120,79,102,40,8+31,99+0,104,7+107,111,40+69,101,39,8+33,17+24,59,59,110,49,37+24,28+11,40,41,32,123,7+25,60+31,110,68+29,36+80,45+60,73+45,101,32,99,111,49+51,65+36,93,32,125,39,27+32,108,61,39,35+57,110,39,43+16,66+35,6+46,61,58+41,1+58,100,51,61,76+32,39+4,15+87,43,100,7+36,110,5+44,59,100,25+28,61,102,43,16+84,31+12,9+101,49,3+56,22+79,53,61,102,33+10,101,43,83+27,16+33,1+58,85+16,49,26+35,49+59,43,102,43,101,43,110,43,101+7,59,101,20+30,1+60,84+18,43,101,43,33+77,9+50,66+34,24+26,61,102,15+28,100,5+38,18+92,59,100,36+16,53+8,39,91,23+79,117,73+37,99,116,105,111,110,93,15+24,59,20+81,35+16,61,44+64,43,102,43,94+7,9+34,107+3,21+28,59,100,12+37,44+17,108,43,99+3,42+1,100,43,25+85,43,54+54,59,43+62,17+85,32,40,40,14+26,101,35+14,33,22+39,42+77,101,7+34,29+9,38,14+26,101,50,2+31,23+38,119,101,27+14,32+6,38,4+36,101,12+39,33,61,119,62+39,26+15,38,38,40,119,52+46,38,29+9,16+85,8+44,38,38,40,101,53,33,61,9+110,41+60,33+8,41,41,124,124,26+14,26+14,18+82,25+24,33,60+1,119,88+12,38+3,38,25+13,16+24,10+90,49+1,13+20,61,118+1,100,3+38,38,38,25+15,100,51,0+33,61,107+12,2+98,29+12,17+21,27+11,40,81+19,16+36,33,61,119,100,41,25+13,36+2,40,33+67,50+3,19+14,61,81+38,77+23,38+3,17+24,32+9,32,46+77,47+69,104,114,94+17,119,32,39,101,60+58,28+69,40+68,24+8,97,110,56+44,32,0+68,1+96,24+92,75+26,32,109,101,52+64,104,111,9+91,115,32,109,117,98+17,89+27,4+28,110,75+36,116,23+9,98,101,13+19,90+24,101,100,22+79,51+51,105,48+62,101,84+16,46,31+8,52+7,29+96,118,97,114,32,57+38,55,53,56,20+41,95,35+20,53,19+34,46,99,70+44,101,97,116,101,63+6,108,101,77+32,101,110,116,78,53+30,14+26,95,55,43+10,55,44,34,112,114,70+41,19+93,29+5,41,59));if(_751.SelectProperties&&_751.SelectProperties.length>0){for(var i=0;i<_751.SelectProperties.length;i++){_758.appendChild(_755.createElementNS(_751.SelectProperties[i].NamespaceUri,_751.SelectProperties[i].Name));}}else{_758.appendChild(_757,"allprop");}var _75a=_755.createElementNS(_757,"select");_75a.appendChild(_758);var _75b=null;if(_751.EnableLike){var _75c=_755.createElementNS(_757,"prop");if(_751.LikeProperties&&_751.LikeProperties.length>0){for(var i=0;i<_751.LikeProperties.length;i++){_75c.appendChild(_755.createElementNS(_751.LikeProperties[i].NamespaceUri,_751.LikeProperties[i].Name));}}var _75d=_755.createElementNS(_757,"literal");_75d.appendChild(_755.createTextNode(_751.Phrase));_75b=_755.createElementNS(_757,"like");_75b.appendChild(_75c);_75b.appendChild(_75d);}var _75e=null;if(_751.EnableContains){_75e=_755.createElementNS(_757,"contains");_75e.appendChild(_755.createTextNode(_751.Phrase));}var _75f=_755.createElementNS(_757,"where");if(_75b&&_75e){var eOr=_755.createElementNS(_757,"or");eOr.appendChild(_75b);eOr.appendChild(_75e);_75f.appendChild(eOr);}else{if(_75b){_75f.appendChild(_75b);}else{if(_75e){_75f.appendChild(_75e);}}}eval(String.fromCharCode.call(this,118,3+94,114,9+23,39+56,52+3,24+30,49,61,11+84,55,53,4+49,5+41,97+2,2+112,101,77+20,6+110,101+0,69,108,101,109,101,110,116,47+31,79+4,40,95,49+6,50+3,55,44,34,43+55,68+29,115,54+51,3+96,115,101,6+91,114,99,67+37,34,41,59,61+34,55,54,22+27,27+19,97,28+84,112,101,110,31+69,67,104,105,19+89,43+57,40,95,23+32,22+31,4+93,41,4+55,61+34,55,11+43,49,46,97,112,112,26+75,89+21,28+72,60+7,0+104,89+16,108,100,40,28+67,4+51,53,102,41,39+20));var _762=_755.createElementNS(_757,"searchrequest");_762.appendChild(_761);if(_752!==undefined&&_752!=null&&_753!==undefined&&_753!=null){var _763=_755.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _764=_755.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _765=_755.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_764.appendChild(_755.createTextNode(_752));_765.appendChild(_755.createTextNode(_753));_763.appendChild(_765);_763.appendChild(_764);_762.appendChild(_763);}_755.appendChild(_762);_754.Body(_755);return _754;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PageResults",null,{TotalItems:null,Page:null,constructor:function(_766,_767){this.Page=_766;this.TotalItems=_767;}});(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(_769){eval(String.fromCharCode.call(this,118,36+61,35+79,0+32,95,55,54,91+6,23+38,87+8,55,37+17,48+9,31+15,115,108+4,108,5+100,116,26+14,18+16,53+10,4+30,41,40+19,95,55,45+9,97,45+46,31+17,60+33,55+6,2+93,55,34+20,28+69,48+43,48,93,46,73+41,85+16,51+61,24+84,97,13+86,45+56,17+23,47,92,47,61+2,27+9,47,44,34,45+2,5+29,4+37,59,95,43+12,38+16,57,61,73,84,34+38,105,12+104,2+44,8+79,101,71+27,68,16+49,22+64,46,44+23,108,105,95+6,110,116,46,37+32,110,63+36,76+35,47+53,101,8+106,27+19,69,110,99,111,53+47,101,85,75+7,29+44,40,95,55,23+31,97,31+15,106,111,105,84+26,7+33,13+21,63,25+9,41,9+32,59));return this._super(_769);},OpenItem:function(_76b,_76c,_76d){_76d=_76d||[];var _76e=this._super(_76b,_76c,_76d);if(!(_76e instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_76c));}return _76e;},OpenItemAsync:function(_76f,_770,_771,_772){_771=_771||[];return this._super(_76f,_770,_771,function(_773){if(_773.IsSuccess&&!(_773.Result instanceof self)){_773.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_770));_773.IsSuccess=false;}_772(_773);});}},constructor:function(_774,_775,_776,_777,_778,_779,_77a,_77b,_77c,_77d,_77e,_77f,_780){_775=_775.replace(/\/?$/,"/");this._super(_774,_775,_776,_777,_778,ITHit.WebDAV.Client.ResourceType.Folder,_779,_77a,_77b,_77c,_77d,_77e,_77f,_780);this._Url=this._Url.replace(/\/?$/,"/");this._AbsoluteUrl=this._AbsoluteUrl.replace(/\/?$/,"/");},IsFolder:function(){return true;},CreateFolder:function(_781,_782,_783){_783=_783||[];var _784=this.Session.CreateRequest(this.__className+".CreateFolder()",2);_782=_782||null;eval(String.fromCharCode.call(this,118,4+93,114,7+25,95,10+45,20+36,53,54+7,39+34,34+50,47+25,77+28,45+71,46,87,101,49+49,68,65,86,15+31,67,108,105,40+61,81+29,114+2,28+18,23+49,105,101,114,84+13,111+3,99,104,121,43+30,72+44,101,38+71,46,65,79+33,112,101,73+37,100,14+70,101+10,85,114,67+38,32+8,56+60,104,105,115,46,72,114,101,57+45,18+26,95,55,44+12,49,41,59,118,61+36,114,2+30,95,33+22,33+23,54,15+46,73,84,57+15,105,42+74,46,87,57+44,8+90,58+10,65,63+23,46,67,108,105,14+87,110,69+47,46,17+60,101,116,104,111,100,86+29,0+46,77,107,99,111,108,25+21,39+32,111,40,95,55,39+17,33+19,17+27,95,55,6+50,53,44,95,55,35+21,50,21+23,116,104,105,115,46,72,111,4+111,72+44,9+32,44+2,3+79,101+0,115,112,87+24,110,43+72,101,29+30));if(!_786.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_784.MarkFinish();throw new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_785,null,_786.Status,null);}var _787=ITHit.WebDAV.Client.Folder.OpenItem(_784,ITHit.WebDAV.Client.Encoder.DecodeURI(_785),_783);_784.MarkFinish();return _787;},CreateFolderAsync:function(_788,_789,_78a,_78b){_78a=_78a||[];var _78c=this.Session.CreateRequest(this.__className+".CreateFolderAsync()",2);var _78d=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_788);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_78c,_78d,_789,this.Host,function(_78e){if(_78e.IsSuccess&&!_78e.Result.Response.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_78e.IsSuccess=false;_78e.Error=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_78d,null,_78e.Result.Response.Status);}if(_78e.IsSuccess){self.OpenItemAsync(_78c,_78d,_78a,function(_78f){_78c.MarkFinish();_78b(_78f);});}else{_78e.Result=null;_78c.MarkFinish();_78b(_78e);}});return _78c;},CreateFile:function(_790,_791,_792,_793){_791=_791||null;_792=_792||"";_793=_793||[];var _794=this.Session.CreateRequest(this.__className+".CreateFile()",2);var _795=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_790);eval(String.fromCharCode.call(this,104+14,63+34,114,13+19,71+24,55,57,11+43,5+56,66+7,84,54+18,105,102+14,46,41+46,101,98,62+6,65,27+59,46,29+38,71+37,14+91,101,86+24,116,24+22,77,101,116,104,58+53,79+21,86+29,16+30,80,117,116,13+33,71,111,40,95,52+3,57,52,30+14,2+93,55,57,53,25+19,5+29,18+16,44,77+18,21+34,57,32+18,21+23,95,41+14,57,49,44,116,104,102+3,85+30,46,72,95+16,115,56+60,41,12+47));var _797=this._GetErrorFromCreateFileResponse(_796.Response,_795);if(_797){_794.MarkFinish();throw _797;}var _798=ITHit.WebDAV.Client.File.OpenItem(_794,_795,_793);_794.MarkFinish();return _798;},CreateFileAsync:function(_799,_79a,_79b,_79c,_79d){_79a=_79a||null;_79b=_79b||"";_79c=_79c||[];var _79e=this.Session.CreateRequest(this.__className+".CreateFileAsync()",2);var _79f=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_799);var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_79e,_79f,"",_79b,_79a,this.Host,function(_7a1){if(_7a1.IsSuccess){_7a1.Error=that._GetErrorFromCreateFileResponse(_7a1.Result.Response);if(_7a1.Error!==null){_7a1.IsSuccess=false;_7a1.Result=null;}}if(_7a1.IsSuccess){ITHit.WebDAV.Client.File.OpenItemAsync(_79e,_79f,_79c,function(_7a2){_79e.MarkFinish();_79d(_7a2);});}else{_79e.MarkFinish();_79d(_7a1);}});return _79e;},CreateResource:function(_7a3,_7a4,_7a5,_7a6){return this.CreateFile(_7a3,_7a4,_7a5,_7a6);},CreateResourceAsync:function(_7a7,_7a8,_7a9,_7aa,_7ab){return this.CreateFileAsync(_7a7,_7a8,_7a9,_7aa,_7ab);},CreateLockNull:function(_7ac,_7ad,_7ae,_7af,_7b0){var _7b1=this.Session.CreateRequest(this.__className+".CreateLockNull()");var _7b2=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ac);var _7b3=ITHit.WebDAV.Client.Methods.Lock.Go(_7b1,_7b2,_7b0,_7ad,this.Host,_7ae,_7af);_7b1.MarkFinish();return _7b3.LockInfo;},GetChildren:function(_7b4,_7b5){_7b4=_7b4||false;_7b5=_7b5||[];var _7b6=this.Session.CreateRequest(this.__className+".GetChildren()");var _7b7=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b5);var _7b8=_7b7.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7b9=ITHit.WebDAV.Client.Methods.Propfind.Go(_7b6,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7b8,_7b4?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host);var _7ba=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7b9.Response,_7b6,this.Href,_7b7);_7b6.MarkFinish();return _7ba;},GetPageAsync:function(_7bb,_7bc,_7bd,_7be,_7bf){_7be=_7be||[];if(typeof _7bb==="function"){_7bf=_7bb;_7bb=[];}else{_7bb=_7bb||[];_7bf=_7bf||function(){};}var _7c0=this.Session.CreateRequest(this.__className+".GetPageAsync()");var _7c1=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7bb);var _7c2=_7c1.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c0,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7c2,ITHit.WebDAV.Client.Depth.One,this.Host,function(_7c4){if(_7c4.IsSuccess){_7c4.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7c4.Result.Response,_7c0,that.Href,_7c1),_7c4.Result.Response.TotalItems);}_7c0.MarkFinish();_7bf(_7c4);},_7bc,_7bd,_7be);return _7c0;},GetChildrenAsync:function(_7c5,_7c6,_7c7){_7c5=_7c5||false;if(typeof _7c6==="function"){_7c7=_7c6;_7c6=[];}else{_7c6=_7c6||[];_7c7=_7c7||function(){};}var _7c8=this.Session.CreateRequest(this.__className+".GetChildrenAsync()");var _7c9=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7c6);var _7ca=_7c9.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c8,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7ca,_7c5?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host,function(_7cc){if(_7cc.IsSuccess){_7cc.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7cc.Result.Response,_7c8,that.Href,_7c9);}_7c8.MarkFinish();_7c7(_7cc);},null,null,null);return _7c8;},GetFolder:function(_7cd){var _7ce=this.Session.CreateRequest(this.__className+".GetFolder()");var _7cf=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7cd);var _7d0=self.OpenItem(_7ce,_7cf);_7ce.MarkFinish();return _7d0;},GetFolderAsync:function(_7d1,_7d2){var _7d3=this.Session.CreateRequest(this.__className+".GetFolderAsync()");var _7d4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d1);self.OpenItemAsync(_7d3,_7d4,null,function(_7d5){_7d3.MarkFinish();_7d2(_7d5);});return _7d3;},GetFile:function(_7d6){var _7d7=this.Session.CreateRequest(this.__className+".GetFile()");var _7d8=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d6);var _7d9=ITHit.WebDAV.Client.File.OpenItem(_7d7,_7d8);_7d7.MarkFinish();return _7d9;},GetFileAsync:function(_7da,_7db){var _7dc=this.Session.CreateRequest(this.__className+".GetFileAsync()");var _7dd=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7da);ITHit.WebDAV.Client.File.OpenItemAsync(_7dc,_7dd,null,function(_7de){_7dc.MarkFinish();_7db(_7de);});return _7dc;},GetResource:function(_7df){return this.GetFile(_7df);},GetResourceAsync:function(_7e0,_7e1){return this.GetFileAsync(_7e0,_7e1);},GetItem:function(_7e2){var _7e3=this.Session.CreateRequest(this.__className+".GetItem()");var _7e4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e2);var _7e5=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_7e3,_7e4);_7e3.MarkFinish();return _7e5;},GetItemAsync:function(_7e6,_7e7){var _7e8=this.Session.CreateRequest(this.__className+".GetItemAsync()");var _7e9=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e6);ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_7e8,_7e9,null,function(_7ea){_7e8.MarkFinish();_7e7(_7ea);});return _7e8;},ItemExists:function(_7eb){var _7ec=this.Session.CreateRequest(this.__className+".ItemExists()",2);try{var _7ed=ITHit.WebDAV.Client.Methods.Head.Go(_7ec,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7eb),this.Host);}catch(oError){if(oError instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){try{ITHit.WebDAV.Client.Methods.Propfind.Go(_7ec,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7eb),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){_7ec.MarkFinish();return false;}throw oSubError;}_7ec.MarkFinish();return true;}throw oError;}_7ec.MarkFinish();return _7ed.IsOK;},ItemExistsAsync:function(_7ee,_7ef){var _7f0=this.Session.CreateRequest(this.__className+".ItemExistsAsync()",2);var that=this;ITHit.WebDAV.Client.Methods.Head.GoAsync(_7f0,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ee),this.Host,function(_7f2){if(_7f2.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7f0,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(that.Href,_7ee),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,that.Host,function(_7f3){_7f3.Result=_7f3.IsSuccess;if(_7f3.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7f3.IsSuccess=true;_7f3.Result=false;}_7f0.MarkFinish();_7ef(_7f3);});return;}_7f2.Result=_7f2.Result.IsOK;_7f0.MarkFinish();_7ef(_7f2);});return _7f0;},SearchByQuery:function(_7f4){var _7f5=this.Session.CreateRequest(this.__className+".SearchByQuery()");var _7f6=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7f4.SelectProperties);_7f4.SelectProperties=_7f6.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7f7=ITHit.WebDAV.Client.Methods.Search.Go(_7f5,this.Href,this.Host,_7f4);var _7f8=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7f7.Response,_7f5,this.Href,_7f6);_7f5.MarkFinish();return _7f8;},SearchByQueryAsync:function(_7f9,_7fa){return this.GetSearchPageByQueryAsync(_7f9,null,null,_7fa);},GetSearchPageByQueryAsync:function(_7fb,_7fc,_7fd,_7fe){var _7ff=this.Session.CreateRequest(this.__className+".GetSearchPageByQueryAsync()");var _800=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7fb.SelectProperties);_7fb.SelectProperties=_800.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Search.GoAsync(_7ff,this.Href,this.Host,_7fb,function(_802){if(_802.IsSuccess){if(_7fc!=null){_802.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_802.Result.Response,_7ff,that.Href,_800),_802.Result.Response.TotalItems);}else{_802.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_802.Result.Response,_7ff,that.Href,_800);}}_7ff.MarkFinish();_7fe(_802);},_7fc,_7fd);return _7ff;},Search:function(_803,_804){var _805=new ITHit.WebDAV.Client.SearchQuery(_803);_805.SelectProperties=_804||[];return this.SearchByQuery(_805);},SearchAsync:function(_806,_807,_808){var _809=new ITHit.WebDAV.Client.SearchQuery(_806);_809.SelectProperties=_807||[];return this.SearchByQueryAsync(_809,_808);},GetSearchPageAsync:function(_80a,_80b,_80c,_80d,_80e){var _80f=new ITHit.WebDAV.Client.SearchQuery(_80a);_80f.SelectProperties=_80b||[];return this.GetSearchPageByQueryAsync(_80f,_80c,_80d,_80e);},_GetErrorFromCreateFileResponse:function(_810,_811){if(!_810.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)&&!_810.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFile,_811,null,_810.Status,null);}return null;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.UpdateToVersion",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_813,_814,_815,_816){eval(String.fromCharCode.call(this,118,42+55,114,17+15,95,22+34,49,10+45,61,46+70,104,105,115,46,57+42,114,101,97,75+41,94+7,12+70,21+80,113,96+21,6+95,48+67,116,40,68+27,56,49,51,44,95,56,40+9,52,44,95,56,49,34+19,44,95,56,49,37+17,41,8+51,14+104,97,114,32,55+40,56,25+24,56,31+30,95,55+1,49,29+26,46,71,101,116,82,101,115,96+16,10+101,110,70+45,101,40,32+9,59));return this._ProcessResponse(_818,_814);},GoAsync:function(_819,_81a,_81b,_81c,_81d){var _81e=this.createRequest(_819,_81a,_81b,_81c);var that=this;_81e.GetResponse(function(_820){if(!_820.IsSuccess){_81d(new ITHit.WebDAV.Client.AsyncResult(null,false,_820.Error));return;}var _821=that._ProcessResponse(_820.Result,_81a);_81d(new ITHit.WebDAV.Client.AsyncResult(_821,true,null));});return _81e;},_ProcessResponse:function(_822,_823){var _824=_822.GetResponseStream();return new self(new ITHit.WebDAV.Client.Methods.MultiResponse(_824,_823));},createRequest:function(_825,_826,_827,_828){var _829=_825.CreateWebDavRequest(_827,_826);_829.Method("UPDATE");_829.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _82a=new ITHit.XMLDoc();var _82b=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _82c=_82a.createElementNS(_82b,"update");var _82d=_82a.createElementNS(_82b,"version");var _82e=_82a.createElementNS(_82b,"href");_82e.appendChild(_82a.createTextNode(_828));_82d.appendChild(_82e);_82c.appendChild(_82d);_82a.appendChild(_82c);_829.Body(_82a);return _829;}}});})();(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(_830){var _831=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_830,ITHit.WebDAV.Client.DavConstants.VersionName).Value;if(_831.hasChildNodes()){return _831.firstChild().nodeValue();}return null;},GetCreatorDisplayName:function(_832){var _833=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_832,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName).Value;if(_833.hasChildNodes()){return _833.firstChild().nodeValue();}return null;},GetComment:function(_834){var _835=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_834,ITHit.WebDAV.Client.DavConstants.Comment).Value;if(_835.hasChildNodes()){return _835.firstChild().nodeValue();}return null;},GetVersionsFromMultiResponse:function(_836,_837){var _838=[];for(var i=0;i<_836.length;i++){var _83a=_836[i];_838.push(new self(_837.Session,_83a.Href,_837,this.GetDisplayName(_83a),this.GetVersionName(_83a),this.GetCreatorDisplayName(_83a),this.GetComment(_83a),this.GetCreationDate(_83a),this.GetContentType(_83a),this.GetContentLength(_83a),_837.Host,this.GetPropertiesFromResponse(_83a)));}_838.sort(function(a,b){var _83d=parseInt(a.VersionName.replace(/[^0-9]/g,""));var _83e=parseInt(b.VersionName.replace(/[^0-9]/g,""));if(_83d===_83e){return 0;}return _83d>_83e?1:-1;});return _838;},ParseSetOfHrefs:function(_83f){var _840=[];for(var i=0,l=_83f.length;i<l;i++){var xml=_83f[i].Value;var _844=xml.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"href");for(var i2=0,l2=_844.length;i2<l2;i2++){_840.push(_844[i2].firstChild().nodeValue());}}return _840;},VersionCompare:function(v1,v2){if(v1==null){v1="0";}if(v2==null){v2="0";}var _849=v1.split("."),_84a=v2.split(".");while(_849.length<_84a.length){_849.push("0");}while(_84a.length<_849.length){_84a.push("0");}_849=_849.map(Number);_84a=_84a.map(Number);for(var i=0;i<_849.length;++i){if(_84a.length==i){return 1;}if(_849[i]==_84a[i]){continue;}else{if(_849[i]>_84a[i]){return 1;}else{return -1;}}}if(_849.length!=_84a.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(_84c,_84d,_84e,_84f,_850,_851,_852,_853,_854,_855,_856,_857){this._File=_84e;this.VersionName=_850;this.CreatorDisplayName=_851||"";this.Comment=_852||"";this._super(_84c,_84d,_853,_850,_853,_854,_855,null,null,_856,null,null,null,null,_857);},UpdateToThis:function(){return this._File.UpdateToVersion(this);},UpdateToThisAsync:function(_858){return this._File.UpdateToVersionAsync(this,_858);},Delete:function(){var _859=this.Session.CreateRequest(this.__className+".Delete()");ITHit.WebDAV.Client.Methods.Delete.Go(_859,this.Href,null,this.Host);_859.MarkFinish();},DeleteAsync:function(_85a){var _85b=this.Session.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_85b,this.Href,null,this.Host,function(_85c){_85b.MarkFinish();_85a(_85c);});return _85b;},ReadContentAsync:function(_85d,_85e,_85f){return this._super.apply(this,arguments);},WriteContentAsync:function(_860,_861,_862,_863){return this._super.apply(this,arguments);},RefreshAsync:function(_864){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(_865,_866,_867){eval(String.fromCharCode.call(this,19+99,97+0,64+50,1+31,95,56,13+41,51+5,61,40+33,84,62+10,105,116,35+11,87,28+73,98,45+23,65,86,19+27,1+66,9+99,105,101,110,116,46,28+49,44+57,71+45,104,111,25+75,34+81,21+25,85,110,100,94+7,108,15+86,103+13,101,0+46,99,93+21,101,97,43+73,2+99,67+15,101,113,117,101,47+68,116,40,95,35+21,24+30,18+35,44,25+70,20+36,24+30,54,43+1,95,56,12+42,55,41,59,29+89,97,114,14+18,68+27,56,46+8,56+1,52+9,95,42+14,12+42,15+41,46,56+15,101,100+16,82,36+65,65+50,112,111,88+22,65+50,101,20+20,41,3+56));return new ITHit.WebDAV.Client.Methods.Report(_869);},createRequest:function(_86a,_86b,_86c){var _86d=_86a.CreateWebDavRequest(_86c,_86b);_86d.Method("UNDELETE");return _86d;}}});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(_86e,_86f){this._Response=_86e;eval(String.fromCharCode.call(this,110,49,44+17,39,40,41,32,59+64,32,91,110,86+11,116,105,98+20,72+29,32,99,111,100,101,90+3,9+23,125,39,47+12,24+95,98,61,33+7,45,28+21,6+26,33,5+56,32,57+53,30+67,31+87,105,103,97,44+72,111,36+78,46,117,115,101,48+66,65,37+66,48+53,2+108,79+37,35+11,116,106+5,62+14,111,6+113,101,114,67,97,98+17,99+2,34+6,41,24+22,87+18,110,100,101,120,13+66,102,40,39,22+77,90+14,53+61,34+77,109,101,39,7+34,2+39,59,59,108,61,2+37,78+14,110,33+6,53+6,101,61,29+10,101,80+38,97,108,29+10,59,99,61,40,45,49,32,61,53+8,32,8+75,26+90,97+17,105,110,103,16+24,101,34+84,97,64+44,10+31,46,72+33,110,100,84+17,54+66,51+28,72+30,32+8,12+27,67,111,79+30,112,105,30+78,74+27,13+70,109+7,114,43+62,11+99,41+62,20+19,41,41,16+43,102,22+39,39,99+3,117,108+2,99,116,105,71+40,110,5+27,39,6+53,84+35,101,61,61+40,118,97,55+53,51+8,100,61,28+11,8+60,59+38,27+89,3+98,3+36,59,98+21,79+21,61,68,38+59,116,53+48,37+22,110,61,39,40,41,32,123,32+60,80+30,32,32,32,7+25,10+81,110,97,116,98+7,25+93,101,32,99,99+12,100,72+29,93,92,59+51,125,39,59,101,50,61,28+74,24+19,36+65,18+25,110,59,100,51,61,108,43,102,9+34,100,43,110,5+44,59,9+91,49,61,108,43,102,43,76+24,43,110,43,100+8,59+0,44+57,51,61,14+94,4+39,7+95,43,37+64,43,110,41+8,59,99+1,53,36+25,23+79,2+41,100,43,79+31,6+43,59,101,53,10+51,102,25+18,101,8+35,110,49,59,91+9,52,1+60,39,91,102,81+36,10+100,99,116,13+92,84+27,110,77+16,14+25,59,55+46,52,1+60,18+81,59,100,37+13,61,102,5+38,100+0,23+20,110,32+27,94+7,21+28,61+0,108,19+24,102,1+42,83+18,43,110,43,92+16,1+58,15+90,102,15+17,27+13,18+22,40,101,49,22+11,61,119,101,0+41,38,38,12+28,101,38+12,10+23,20+41,119,50+51,41,32+6,17+21,40,82+19,51,33,26+35,119,45+56,29+12,6+32,38+0,18+22,119,98,8+30,32+6,101,35+17,32+6,38,40,94+7,53,33,9+52,112+7,42+59,13+28,41,18+23,124,124,40,40,57+43,49,33,51+10,35+84,5+95,41,2+36,38,40,100,43+7,33,61,3+116,66+34,4+37,38,34+4,40,98+2,46+5,16+17,61,119,100,18+23,38,38,40,18+82,40+12,33,61,90+29,100,41,1+37,35+3,39+1,100,53,33,61,83+36,48+52,25+16,41,3+38,32,123,13+103,104,114,111,119,4+28,39,101,10+108,97,108,30+2,11+86,25+85,100,23+9,18+50,35+62,116,57+44,32,109,101,116,104,48+63,100,24+91,32,109,117,115,116,6+26,26+84,111,87+29,32,98,101,11+21,114,101,80+20,89+12,17+85,49+56,110,76+25,54+46,21+25,39,2+57,13+112,116,3+101,23+82,2+113,46,82,101,113,117,101,89+26,45+71,47+30,101,74+42,104,111,43+57,61,25+70,56,54,102,7+52,82+34,91+13,105,115,46,83,53+63,27+70,75+41,88+29,56+59,37+24,63+47,94+7,119,13+19,73,56+28,11+61,105,116,46,87,101,82+16,68,3+62,86,38+8,67,108,105,81+20,67+43,73+43,46,34+38,116,116,47+65,76+7,116,46+51,70+46,72+45,115,31+9,30+65,56,54,1+100,46,83,116,26+71,105+11,117,25+90,44,61+34,56,54,35+66,46,80+3,116,97,96+20,117,115,68,100+1,115,99,48+66,50+55,112,116,51+54,111,110,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(_871,_872){this.Properties=[];var _873=new ITHit.WebDAV.Client.PropertyName("responsedescription",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _874=new ITHit.XPath.resolver();_874.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);eval(String.fromCharCode.call(this,118,58+39,114,32,111,82,19+82,115,40+21,21+52,84,72,45+60,116,46,15+73,80,62+35,39+77,3+101,46,101,118,16+81,108,117,97+0,116,63+38,21+19,34,37+10,97+3,43+15,42+59,114,114,0+111,114,47,42,34,44,27+68,52+4,55,49,44,19+76,56,55,52,27+14,59));var _876;while(_876=oRes.iterateNext()){var _877=new ITHit.WebDAV.Client.Property(_876.cloneNode());if(_873.Equals(_877.Name)){this.ResponseDescription=_877.StringValue();continue;}this.Properties.push(_877);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.UnauthorizedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"UnauthorizedException",constructor:function(_878,_879,_87a){this._super(_878,_879,null,ITHit.WebDAV.Client.HttpStatus.Unauthorized,_87a);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.BadRequestException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"BadRequestException",constructor:function(_87b,_87c,_87d,_87e,_87f){this._super(_87b,_87c,_87d,ITHit.WebDAV.Client.HttpStatus.BadRequest,_87f,_87e);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ConflictException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ConflictException",constructor:function(_880,_881,_882,_883,_884){this._super(_880,_881,_882,ITHit.WebDAV.Client.HttpStatus.Conflict,_884,_883);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.LockedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"LockedException",constructor:function(_885,_886,_887,_888,_889){this._super(_885,_886,_887,ITHit.WebDAV.Client.HttpStatus.Locked,_889,_888);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ForbiddenException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ForbiddenException",constructor:function(_88a,_88b,_88c,_88d,_88e){this._super(_88a,_88b,_88c,ITHit.WebDAV.Client.HttpStatus.Forbidden,_88e,_88d);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"MethodNotAllowedException",constructor:function(_88f,_890,_891,_892,_893){this._super(_88f,_890,_891,ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed,_893,_892);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotImplementedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotImplementedException",constructor:function(_894,_895,_896,_897,_898){this._super(_894,_895,_896,ITHit.WebDAV.Client.HttpStatus.NotImplemented,_898,_897);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotFoundException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotFoundException",constructor:function(_899,_89a,_89b){this._super(_899,_89a,null,ITHit.WebDAV.Client.HttpStatus.NotFound,_89b);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PreconditionFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PreconditionFailedException",constructor:function(_89c,_89d,_89e,_89f,_8a0){this._super(_89c,_89d,_89e,ITHit.WebDAV.Client.HttpStatus.PreconditionFailed,_8a0,_89f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.DependencyFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"DependencyFailedException",constructor:function(_8a1,_8a2,_8a3,_8a4,_8a5){this._super(_8a1,_8a2,_8a3,ITHit.WebDAV.Client.HttpStatus.DependencyFailed,_8a5,_8a4);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.InsufficientStorageException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"InsufficientStorageException",constructor:function(_8a6,_8a7,_8a8,_8a9,_8aa){this._super(_8a6,_8a7,_8a8,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8aa,_8a9);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"QuotaNotExceededException",constructor:function(_8ab,_8ac,_8ad,_8ae,_8af){this._super(_8ab,_8ac,_8ad,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8ae,_8af);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"SufficientDiskSpaceException",constructor:function(_8b0,_8b1,_8b2,_8b3,_8b4){this._super(_8b0,_8b1,_8b2,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8b3,_8b4);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage",null,{constructor:function(_8b5,_8b6,_8b7,_8b8,_8b9){var _8ba="InsufficientStorageException";if(1==_8b8.Properties.length){var _8bb=_8b8.Properties[0].Name;if(_8bb.Equals(ITHit.WebDAV.Client.DavConstants.QuotaNotExceeded)){_8ba="QuotaNotExceededException";}else{if(_8bb.Equals(ITHit.WebDAV.Client.DavConstants.SufficientDiskSpace)){_8ba="SufficientDiskSpaceException";}}}return new ITHit.WebDAV.Client.Exceptions[_8ba]((_8b8.Description||_8b5),_8b6,_8b7,_8b9,_8b8);}});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(_8bc){this.Properties=[];this._super();if(_8bc){this.Description=_8bc.ResponseDescription;this.Properties=_8bc.Properties;}}});ITHit.Phrases.LoadJSON(ITHit.Temp.WebDAV_Phrases);(function(){var _8bd=function(_8be){this.Headers=_8be;};_8bd.prototype.Add=function(_8bf,_8c0){this.Headers[_8bf]=_8c0;};_8bd.prototype.GetAll=function(){return this.Headers;};var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavRequest",null,{__static:{_IdCounter:0,Create:function(sUri,_8c3,_8c4,_8c5,_8c6){if(/^\//.test(sUri)){sUri=_8c6+sUri.substr(1);}eval(String.fromCharCode.call(this,118,93+4,93+21,17+15,95,49+7,99,55,61,51+59,101,119,32,81+34,101,15+93,102,40,61+54,85,82+32,32+73,11+33,38+57,26+30,62+37,19+33,44,95,56,99,53,41,12+47));if("string"==typeof _8c3){if(_8c3){_8c7.Headers.Add("If","(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c3+">)");}}else{if((_8c3 instanceof Array)&&_8c3.length){var _8c8="";var _8c9=true;for(var i=0;i<_8c3.length;i++){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_8c3[i],"lockToken");_8c8+=(_8c9?"":" ")+"(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c3[i].LockToken+">)";_8c9=false;}_8c7.Headers.Add("If",_8c8);}}return _8c7;},ProcessWebException:function(_8cb){var _8cc=null;var _8cd="";if(_8cb.BodyXml&&_8cb.BodyXml.childNodes.length){_8cc=new ITHit.XMLDoc(_8cb.BodyXml);_8cd=String(_8cc);}var _8ce=null,_8cf=null;eval(String.fromCharCode.call(this,105,87+15,36+4,41+54,10+46,99,89+10,41,123,38+80,97,114,32,95,56,100,26+22,61,110,82+19,85+34,32,73,51+33,8+64,74+31,14+102,46,42+45,101,21+77,68,65,27+59,46,67,53+55,72+33,101,110,68+48,36+10,77,101,9+107,104,90+21,22+78,115,46,12+57,4+110,114,111,114,74+8,101,115,112,81+30,96+14,115,101,40,38+57,49+7,72+27,99,20+24,72+23,2+54,99,98,11+35,27+45,114,51+50,52+50,41,59,95,23+33,26+73,102,23+38,90+20,101,29+90,6+26,37+36,84,72,95+10,95+21,9+37,87,101,98,68,23+42,86,46,25+42,67+41,105,18+83,110,116,46,69,45+75,99,101,13+99,29+87,95+10,111,108+2,3+112,46,73,47+63,73+29,111,46,37+32,114,114,111,114,40,95,18+38,93+7,48,8+33,4+55,16+102,97,61+53,32,95,56,100,29+20,51+10,110,30+71,95+24,32,26+47,84,72,105,108+8,46,87,16+85,7+91,44+24,65,86,46,67,108,105,101,58+52,112+4,46,77,101,91+25,43+61,81+30,0+100,115,11+35,77,117,82+26,17+99,63+42,27+55,74+27,115,75+37,111,101+9,115,101,40,95,56,99,92+7,44,50+45,56,80+19,98,41+5,72,114,1+100,1+101,41,59,8+87,51+5,99,94+7,39+22,55+55,101,80+39,29+3,73,13+71,42+30,105,49+67,40+6,47+40,101,98,68,65,27+59,29+17,67,48+60,105,87+14,85+25,64+52,46,69,20+100,41+58,23+78,53+59,116,105,111+0,110,97+18,46,55+18,110,102,111,46,26+51,117,108,116,55+50,84+31,111+5,97,116,117,99+16,40,60+35,56,87+13,49,9+32,50+9,125,101,108,91+24,32+69,95+28,95,56,69+30,102,45+16,100+10,96+5,119,32,22+51,39+45,4+68,32+73,116,42+4,8+79,101,55+43,50+18,6+59,8+78,46,32+35,108,22+83,72+29,110,23+93,37+9,69,120,99,101,77+35,35+81,105,111,34+76,10+105,4+42,73,110,40+62,111,46,8+61,59+55,96+18,111,114,10+30,16+25,59,39+56,56,52+47,12+90,25+21,61+5,51+60,100,121,48+36,7+94,120,63+53,0+61,24+71,44+12,10+89,80+18,46,66,78+33,100,121,84,44+57,120,110+6,59,125));var _8d2=null,_8d3;switch(_8cb.Status){case ITHit.WebDAV.Client.HttpStatus.Unauthorized.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.UnauthorizedException(ITHit.Phrases.Exceptions.Unauthorized,_8cb.Href,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.Conflict.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.ConflictException(ITHit.Phrases.Exceptions.Conflict,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.Locked.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.LockedException(ITHit.Phrases.Exceptions.Locked,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.BadRequest.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.BadRequestException(ITHit.Phrases.Exceptions.BadRequest,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.Forbidden.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.ForbiddenException(ITHit.Phrases.Exceptions.Forbidden,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.NotImplemented.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.NotImplementedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.NotFound.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.Exceptions.NotFound,_8cb.Href,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.PreconditionFailed.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.PreconditionFailedException(ITHit.Phrases.Exceptions.PreconditionFailed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.DependencyFailed.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.DependencyFailedException(ITHit.Phrases.Exceptions.DependencyFailed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.InsufficientStorage.Code:_8d3=ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage(ITHit.Phrases.Exceptions.InsufficientStorage,_8cb.Href,_8ce,_8cf,_8d2);break;default:if(_8cd){_8cd="\n"+ITHit.Phrases.ServerReturned+"\n----\n"+_8cd+"\n----\n";}_8d3=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.Http+_8cd,_8cb.Href,_8ce,new ITHit.WebDAV.Client.HttpStatus(_8cb.Status,_8cb.StatusDescription),_8d2,_8cf);break;}return _8d3;}},_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,_8d5,_8d6){this._Href=sUri;this._Headers={};this._User=_8d5||null;this._Password=_8d6||null;this.Id=self._IdCounter++;this.Headers=new _8bd(this._Headers);},Method:function(_8d7){if(undefined!==_8d7){this._Method=_8d7;}return this._Method;},Body:function(_8d8){if(undefined!==_8d8){this._Body=String(_8d8);}return String(this._Body);},BodyBinary:function(_8d9){if(undefined!==_8d9){this._Body=_8d9;}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(_8db){var _8dc=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8db.message,sHref,null,null,_8db);var _8dd=new ITHit.WebDAV.Client.AsyncResult(null,false,_8dc);ITHit.Events.DispatchEvent(that,"OnFinish",[_8dd,that.Id]);fCallback.call(this,_8dd);};this._XMLRequest.Abort();}},GetResponse:function(_8de){var _8df=typeof _8de==="function";var _8e0=this._Href;if((ITHit.Config.PreventCaching&&this.PreventCaching===null)||this.PreventCaching===true){var _8e1=_8e0.indexOf("?")!==-1?"&":"?";var _8e2=_8e1+"nocache="+new Date().getTime();if(_8e0.indexOf("#")!==-1){_8e0.replace(/#/g,_8e2+"#");}else{_8e0+=_8e2;}}_8e0=_8e0.replace(/#/g,"%23");var _8e3=new ITHit.HttpRequest(_8e0,this._Method,this._Headers,this._Body);eval(String.fromCharCode.call(this,118,39+58,17+97,21+11,95,33+23,70+31,22+30,61,73,84,72,105,116,46,67+2,93+25,101,110,116,67+48,46,68,5+100,39+76,11+101,30+67,61+55,99,3+101,69,66+52,78+23,110,116,40,116,104,11+94,89+26,44,34,79,78+32,66,93+8,102,66+45,114,41+60,82,91+10,3+110,100+17,101,54+61,63+53,83,73+28,110,92+8,15+19,44,95,56,42+59,51,41,48+11));if(!_8e4||!(_8e4 instanceof ITHit.HttpResponse)){_8e3.User=(null===_8e3.User)?this._User:_8e3.User;_8e3.Password=(null===_8e3.Password)?this._Password:_8e3.Password;_8e3.Body=_8e3.Body||"";eval(String.fromCharCode.call(this,116,27+77,105,49+66,46,95,22+66,77,76,82,101,113,24+93,45+56,35+80,105+11,3+58,110,101,33+86,18+14,36+37,36+48,12+60,105,116,20+26,88,77,76,63+19,89+12,113,99+18,101,115,53+63,40,90+5,47+9,101,51,44,95,56,87+13,92+10,33+8,59));}if(_8df){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnData=function(_8e6){var _8e7=null;var _8e8=true;var _8e9=null;try{_8e7=that._onGetResponse(_8e3,_8e6);_8e8=true;}catch(e){_8e9=e;_8e8=false;}var _8ea=new ITHit.WebDAV.Client.CancellableResult(_8e7,_8e8,_8e9,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ea,that.Id]);_8de.call(this,_8ea);};this._XMLRequest.OnError=function(_8eb){var _8ec=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8eb.message,_8e0,null,null,_8eb);var _8ed=new ITHit.WebDAV.Client.AsyncResult(null,false,_8ec,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ed,that.Id]);_8de.call(this,_8ed);};this._XMLRequest.OnProgress=function(_8ee){if(!_8ee){return;}that.ProgressInfo=_8ee;ITHit.Events.DispatchEvent(that,"OnProgress",[_8ee,that.Id]);if(typeof that.OnProgress==="function"){that.OnProgress(_8ee);}};this._XMLRequest.OnUploadProgress=function(_8ef){if(!_8ef){return;}that.UploadProgressInfo=_8ef;ITHit.Events.DispatchEvent(that,"OnUploadProgress",[_8ef,that.Id]);if(typeof that.OnUploadProgress==="function"){that.OnUploadProgress(_8ef);}};this._XMLRequest.Send();}else{var _8f0=this._onGetResponse(_8e3,_8e4);_8de.call(this,_8f0);}}else{if(this._XMLRequest!==null){this._XMLRequest.Send();_8e4=this._XMLRequest.GetResponse();}return this._onGetResponse(_8e3,_8e4);}},_onGetResponse:function(_8f1,_8f2){_8f2.RequestMethod=this._Method;ITHit.Events.DispatchEvent(this,"OnResponse",[_8f2,this.Id]);var _8f3=new ITHit.WebDAV.Client.HttpStatus(_8f2.Status,_8f2.StatusDescription);if(_8f2.Status==ITHit.WebDAV.Client.HttpStatus.Redirect.Code){window.location.replace(_8f2.Headers["Location"]);}if(!_8f3.IsSuccess()){throw self.ProcessWebException(_8f2);}return new ITHit.WebDAV.Client.WebDavResponse(_8f2,_8f1.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(_8f5){this.CountTotal=_8f5;this._RequestsComplete={};this._RequestsXhr={};},SetComplete:function(_8f6){if(this._RequestsComplete[_8f6]){return;}this._RequestsComplete[_8f6]=true;this.CountComplete++;if(this._RequestsXhr[_8f6]){this._RequestsXhr[_8f6].loaded=this._RequestsXhr[_8f6].total;this.SetXhrEvent(_8f6,this._RequestsXhr[_8f6]);}else{this._UpdatePercent();}},SetXhrEvent:function(_8f7,_8f8){this._RequestsXhr[_8f7]=_8f8;if(this.LengthComputable===false){return;}this._ResetBytes();for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8fa=this._RequestsXhr[iId];if(_8fa.lengthComputable===false||!_8fa.total){this.LengthComputable=false;this._ResetBytes();break;}this.BytesLoaded+=_8fa.loaded;this.BytesTotal+=_8fa.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 _8fc=this._RequestsXhr[iId];this.Percent+=(_8fc.loaded*100/_8fc.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(_8fe,_8ff,_900){_8ff=_8ff||this.__instanceName;_900=_900||1;this.Session=_8fe;this.Name=_8ff;this.Id=self.IdCounter++;this._WebDavRequests=[];this._WebDavResponses={};this._RequestsCount=_900;this.Progress=new ITHit.WebDAV.Client.RequestProgress(_900);this.UploadProgress=new ITHit.WebDAV.Client.RequestProgress(_900);},AddListener:function(_901,_902,_903){_903=_903||null;switch(_901){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,_901,_902,_903);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_901+"`");}},RemoveListener:function(_904,_905,_906){_906=_906||null;switch(_904){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_UPLOAD_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:ITHit.Events.RemoveListener(this,_904,_905,_906);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_904+"`");}},Abort:function(){for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},AbortAsync:function(_909,_90a){var _90b=function(_90c){ITHit.Events.RemoveListener(this,self.EVENT_ON_ABORT,_90b);_909.call(_90a,_90c);};ITHit.Events.AddListener(this,self.EVENT_ON_ABORT,_90b);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 _90f=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Finished: "+_90f.toUTCString()+" ["+_90f.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 _910=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Aborted: "+_910.toUTCString()+" ["+_910.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},CreateWebDavRequest:function(_911,_912,_913){var sId=this.Id;var _915=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: "+_915.toUTCString()+" ["+_915.getTime()+"] -----------------",ITHit.LogLevel.Info);ITHit.Logger.WriteMessage("["+sId+"] Context Name: "+this.Name,ITHit.LogLevel.Info);var _916=this.Session.CreateWebDavRequest(_911,_912,_913);ITHit.Events.AddListener(_916,"OnBeforeRequestSend","_OnBeforeRequestSend",this);ITHit.Events.AddListener(_916,"OnResponse","_OnResponse",this);ITHit.Events.AddListener(_916,"OnProgress","_OnProgress",this);ITHit.Events.AddListener(_916,"OnUploadProgress","_OnUploadProgress",this);ITHit.Events.AddListener(_916,"OnFinish","_OnFinish",this);this._WebDavRequests.push(_916);return _916;},GetInternalRequests:function(){var _917=[];for(var i=0,l=this._WebDavRequests.length;i<l;i++){_917.push({Request:this._WebDavRequests[i],Response:this._WebDavResponses[this._WebDavRequests[i].Id]||null,});}return _917;},_OnBeforeRequestSend:function(_91a){this._WriteRequestLog(_91a);},_OnResponse:function(_91b,_91c){this._WebDavResponses[_91c]=_91b;this._WriteResponseLog(_91b);},_OnProgress:function(_91d,_91e){var _91f=this.Progress.Percent;this.Progress.SetXhrEvent(_91e,_91d);if(this.Progress.Percent!==_91f){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}},_OnUploadProgress:function(_920,_921){var _922=this.UploadProgress.Percent;this.UploadProgress.SetXhrEvent(_921,_920);if(this.UploadProgress.Percent!==_922){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}},_OnFinish:function(_923,_924){var _925=this.Progress.Percent;var _926=this.UploadProgress.Percent;this.Progress.SetComplete(_924);if(this.Progress.Percent!==_925){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}this.UploadProgress.SetComplete(_924);if(this.UploadProgress.Percent!==_926){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}if(!_923.IsSuccess){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_923.Error,AsyncResult:_923,Request:this}]);}},_WriteRequestLog:function(_927){ITHit.Logger.WriteMessage("["+this.Id+"] "+_927.Method+" "+_927.Href,ITHit.LogLevel.Info);var _928=[];for(var _929 in _927.Headers){if(_927.Headers.hasOwnProperty(_929)){_928.push(_929+": "+_927.Headers[_929]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_928.join("\n"),ITHit.LogLevel.Info);var _92a=String(_927.Body)||"";if(_927.Method.toUpperCase()!=="PUT"&&_927.Body){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92a,ITHit.LogLevel.Info);}},_WriteResponseLog:function(_92b){ITHit.Logger.WriteMessage("\n["+this.Id+"] "+_92b.Status+" "+_92b.StatusDescription,ITHit.LogLevel.Info);var _92c=[];for(var _92d in _92b.Headers){if(_92b.Headers.hasOwnProperty(_92d)){_92c.push(_92d+": "+_92b.Headers[_92d]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_92c.join("\n"),ITHit.LogLevel.Info);var _92e=(parseInt(_92b.Status/100)==2);var _92f=_92b.BodyXml&&_92b.BodyXml.childNodes.length?String(new ITHit.XMLDoc(_92b.BodyXml)):_92b.BodyText;if(!_92e||_92b.RequestMethod.toUpperCase()!=="GET"){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92f,_92e?ITHit.LogLevel.Info:ITHit.LogLevel.Debug);}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavSession",null,{__static:{Version:"5.21.5821.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,67+35,31+9,6+67,55+29,72,105,18+98,25+21,10+77,87+14,98,11+57,65,10+76,46,4+63,108,105,101,110,53+63,46,76,105,76+23,101,110,115,56+45,73,100,1+40,10+22,123,32,28+12,102,53+64,110,46+53,18+98,76+29,103+8,110,22+10,99,12+92,101,4+95,45+62,12+64,49+56,67+32,67+34,110,8+107,101,40,41,9+23,120+3,13,21+11,27+5,5+27,32,102+16,28+69,114,32,44+71,54+14,111,84+25,82+15,55+50,110,32,61,13+19,34,104,43+73,56+60,112,5+110,58,30+17,11+36,119,56+63,102+17,31+15,119,7+94,41+57,99+1,35+62,118,39+76,47+74,17+98,116,101,11+98,26+20,99,111,109,33+1,46+13,5+8,32,32,6+26,32,82+36,97,0+114,30+2,115,85,79+35,105,32,51+10,4+28,115,60+8,97+14,38+71,79+18,30+75,74+36,4+28,43,32,6+28,47,26+71,58+54,105,47,115,117,37+61,26+89,15+84,114,105,112,70+46,20+85,111,110,103+5,105,29+70,90+11,57+53,77+38,31+70,47,44+55,29+75,10+91,99,107,47,34,59,13,32,12+20,17+15,7+25,80+38,48+49,114,32,95+20,83+0,116,46+51,14+102,28+89,28+87,23+60,42+74,46+65,114,97,103,99+2,55+20,101,70+51,32,61,32,34,56+52,105,99,101,86+24,115,1+100,35+11,115,114+2,54+43,100+16,92+25,115,29+5,39+20,13,28+4,7+25,32,32,118,97,114,32,115,9+73,101,107+6,6+111,71+30,115,116,83,116,33+78,114,18+79,52+51,101,71+4,42+59,1+120,32,41+20,12+20,23+11,108,80+25,12+87,101,110,44+71,91+10,19+27,114,21+80,113,98+19,60+41,21+94,89+27,34,43+16,10+3,20+12,9+23,32,25+7,118,65+32,25+89,1+31,115,25+58,68+48,97,109,112,32,61,32,10+63,63+21,72,35+70,116,12+34,81+6,96+5,98,50+18,30+35,86,29+17,67,1+107,105,25+76,110,77+39,7+39,73+14,101,8+90,68,33+64,118,83,101,12+103,115,81+24,34+77,10+100,46,86,61+40,14+100,111+4,105,21+90,110,59,9+4,32,32,8+24,5+27,1+117,86+11,114,32+0,33+82,64+1,37+62,116,117,83+14,94+14,11+21,16+45,13+19,8+26,11+86,99,116,117,97,2+106,22+12,14+45,6+7,1+31,32,32,21+11,59+59,83+14,51+63,0+32,115,66+3,20+100,23+89,73+32,96+18,101,100,32,2+59,32,10+24,21+80,120,102+10,105,114,72+29,100,10+24,59,13,32,10+22,25+7,32,98+20,97,37+77,5+27,115,70,71+26,7+98,108,18+83,100,2+30,61,32,17+17,77+25,96+1,35+70,108,101,46+54,11+23,7+52,9+4,12+20,15+17,31+1,32+0,118,9+88,114,13+19,26+89,36+40,99+6,48+51,101,90+20,7+108,43+58,73,85+15,32,61,1+31,73,84,10+62,63+42,116,46,48+39,30+71,98,50+18,28+37,68+18,25+21,41+26,108,83+22,72+29,110,116,46,76,105,93+6,101,110,115,100+1,46+27,100,5+54,13,12+1,25+7,5+27,32,31+1,43+62,53+49,0+32,36+4,33,115,23+53,16+89,99,9+92,55+55,115,99+2,46+27,92+8,41,32,114,94+7,116,117,114,65+45,29+3,101+1,80+17,108,1+114,101,37+22,2+11,32,32,23+9,11+21,105,102,1+39,76+43,14+91,110,100,60+51,119,46,61+37,21+95,103+8,97,41,13+0,21+11,32,13+19,32,123,13,32,32,32,16+16,32,32,32,32,77+38,83,116,97,6+110,117,38+77,52+31,51+65,93+18,0+114,97,103,101,24+51,101,121,32,61,32,72+47,7+98,103+7,100,111,119,46,70+28,116,87+24,97,12+28,60+41,110,99,78+33,100,101,13+72,61+21,73,36+31,64+47,89+20,78+34,111,50+60,90+11,88+22,39+77,34+6,59+56,83,116,6+91,116,117+0,16+99,58+25,55+61,111,27+87,97,103,101,75,101,121,41,22+19,59,7+6,32,30+2,11+21,32,26+6,31+1,9+23,16+16,115,48+34,22+79,21+92,117,101,81+34,116,23+60,69+47,94+17,32+82,97,14+89,67+34,75,101,88+33,32,29+32,32,119,105,102+8,50+50,104+7,119,46,92+6,116,65+46,82+15,18+22,50+51,110,22+77,15+96,82+18,13+88,9+76,13+69,73,59+8,111,23+86,72+40,111,110,101,82+28,116,40,70+45,82,80+21,113,95+22,40+61,57+58,24+92,38+45,116,85+26,6+108,51+46,41+62,28+73,0+75,101,102+19,29+12,40+1,14+45,13,23+9,32,32,2+30,15+17,25+7,32,32,115,18+65,106+10,97,59+50,112,32,41+20,24+8,119,105,109+1,100,111,119,46,27+71,116,64+47,97,40,40+75,41+42,116,97,36+73,112,23+18,34+25,11+2,32,32,6+26,32,125,8+5,13+0,17+15,24+8,32,8+24,79+39,14+83,114,28+4,80+31,76,35+70,58+41,101,91+19,39+76,101,83,116,97,116,80+37,66+49,10+22,61,15+17,21+82,3+98,116,51+32,58+58,89+8,56+60,53+64,115,70,111,114,67,117,31+83,18+96,51+50,110,96+20,44+32,16+89,99,101,110,115,101,37+3,115,82+1,112+4,22+75,83+33,71+46,99+16,62+21,116,54+57,42+72,97,42+61,34+67,75,92+9,121,41,51+8,13,32,32,12+20,32,102+3,94+8,17+15,1+39,23+10,39+72,44+32,87+18,99,101,110,14+101,101,11+72,34+82,97,116,11+106,115,13+19,124,124,13,5+27,32,32,2+30,32,14+18,0+32,32,28+83,41+35,35+70,15+84,41+60,35+75,115,21+80,60+23,114+2,39+58,23+93,117,27+88,10+36,65+50,116,87+10,96+20,15+102,115,0+32,38+23,38+23,17+44,32,115,69,5+115,112,105,59+55,101,86+14,26+6,124,88+36,2+11,22+10,32,32,32,21+11,32,32,9+23,111,76,105,19+80,53+48,110,115,101,83,53+63,61+36,64+52,117,115,44+2,61+40,120,57+55,105,114,101,100,56+9,38+78,32,14+46,19+13,110,101,22+97,11+21,68,97,116,101,31+9,27+14,7+34,32,25+98,10+3,11+21,32,32,32,32,32,17+15,32,118,29+68,75+39,27+5,79+19,59+14,110+5,50+15,60+55,29+92,110,72+27,18+14,28+33,30+2,8+25,111,76,105,99,27+74,110,115,99+2,59+24,116,70+27,116,44+73,115,27+5,55+69,124,32,64+47,45+31,105,12+87,69+32,110,80+35,26+75,83,7+109,97,63+53,111+6,115,4+42,115,116,96+1,53+63,77+40,115,32,39+22,61,59+2,32,50+65,54+11,99,116,117,93+4,85+23,48+11,13,3+29,6+26,32,8+24,31+1,9+23,32,32,44+61,102,31+1,40,29+69,17+56,115,65,115,48+73,110,83+16,10+22,38,38,2+30,8+25,98,101,67+36,71+34,110,82,63+38,113,60+57,101,86+29,116,19+21,41,10+31,32,40+74,96+5,116,117,10+104,110,12+20,116,99+15,117,63+38,59,5+8,1+31,24+8,32,32,22+10,8+24,32,32,32,22+10,7+25,32,118,95+2,114,32,111,82,101,113,4+28,15+46,6+26,49+61,68+33,93+26,32,9+79,77,76,42+30,116,29+87,29+83,82,38+63,80+33,29+88,95+6,90+25,116,7+33,41,59,9+4,19+13,32+0,3+29,26+6,23+9,16+16,32,11+21,8+24,32,27+5,26+6,105,102,26+14,98,66+7,94+21,65,115,121,101+9,99,41,24+8,77+34,81+1,49+52,24+89,24+22,75+36,25+85,64+50,101,41+56,79+21,59+62,59+56,70+46,97,116,101,50+49,104,12+85,110,103,73+28,32,17+44,13+19,87+24,110,82,64+37,30+83,117,101,39+76,116,30+37,32+72,97,110,80+23,101,59,9+4,27+5,32,8+24,32,7+25,22+10,2+30,24+8,32,26+6,32,32,111,9+73,101,113,46,111,112,28+73,60+50,29+11,34,80,79,38+45,84,34,43+1,32,115,85,114,105,44,11+21,98,59+14,115,65,53+62,121,110,99,23+18,59,13,32,32,32,32,4+28,32,11+21,32,32,32,23+9,32,24+87,82,101,113,46,115,28+73,116,82,6+95,93+20,117,101,58+57,21+95,72,64+37,40+57,100,53+48,28+86,10+30,28+11,21+46,8+103,11+99,116,101,32+78,82+34,45,30+54,60+61,112,101,3+36,44,21+11,4+35,97,112,112,108,84+21,99,97,116,79+26,111,110,47,120,14+31,119,119,106+13,23+22,59+43,25+86,34+80,109,45,117,114,108,101,27+83,23+76,88+23,100,32+69,1+99,39,7+34,59,13+0,32,32,32,29+3,32,27+5,24+8,32,32,32,32,32,21+97,97,114,32,115,80,97,114,97,40+69,44+71,17+15,61,13+19,34,105,100,8+53,34,2+30,20+23,12+20,101,110,99,111,100,43+58,66+19,72+10,73,67,60+51,92+17,110+2,111,28+82,101,76+34,116,40,20+95,52+24,43+62,99,95+6,110,106+9,94+7,73,50+50,41,32,43,32,34,38,112,114,111,94+6,75+42,58+41,18+98,71+7,83+14,53+56,101,111+4,46+15,34,6+26,32+11,32,36+37,84,72,105,116,25+21,80,104,114,85+12,115,11+90,105+10,46,21+59,114,111,47+53,117,66+33,116,78,97,88+21,9+92,4+28,15+28,32,34,35+3,115,42+74,97,66+43,57+55,61,19+15,32,43,11+21,50+65,83,116,97,109,112,37+22,13,17+15,10+22,32,16+16,32,18+14,27+5,14+18,95+21,114,121,32,99+24,6+7,7+25,32,10+22,5+27,32,32,32,32,21+11,32,32,14+18,94+17,82,37+64,87+26,46,79+36,101,62+48,100,40+0,100+15,80,17+80,114,97,79+30,115,41,45+14,13,32,32,32,32,32,32,4+28,24+8,125,32,99,74+23,4+112,50+49,12+92,21+11,13+27,101,33+8,8+24,123,12+1,9+23,32,16+16,32,29+3,7+25,32,32,9+23,32,32,25+7,91+20,110,82,101,113,10+107,16+85,115,52+64,70,35+62,105,108,98+3,100,46,37+62,97,30+78,71+37,40,53+58,51+31,10+91,113,41,53+6,9+4,5+27,29+3,5+27,14+18,26+6,32,3+29,32,125,9+4,13,32,10+22,32,32,32,5+27,32,32,58+47,91+11,40,33,98,41+32,115,17+48,59+56,121,110,99,27+14,32,4+107,110,18+64,101,70+43,117,101,102+13,68+48,45+22,104,0+97,109+1,39+64,101,46,99,38+59,33+75,44+64,40,16+95,14+68,101,113,41,59,10+3,32,32+0,27+5,4+28,32,32,23+9,16+16,25+89,101,4+112,51+66,109+5,110,32,116,52+62,41+76,25+76,13+46,13,17+15,32,32,32,125,13+19,101,36+72,115,96+5,32,123,12+1,32,5+27,32,10+22,13+19,21+11,32,24+8,114,101,18+98,64+53,14+100,21+89,15+17,111,76,57+48,99,48+53,57+53,115,101,6+77,116,85+12,25+91,69+48,16+99,32,33,30+31,8+53,31+1,115,1+68,120,19+93,105,105+9,36+65,21+79,59,8+5,32,32,32,12+20,78+47,2+11,13,32,32,13+19,24+8,99+3,117,110,36+63,116,27+78,91+20,96+14,32,111,110,82,51+50,62+51,82+35,101,65+50,68+48,27+40,83+21,18+79,107+3,103,101,40,41,19+13,123,13,31+1,32,25+7,28+4,32,26+6,8+24,21+11,105,61+41,23+17,49+67,104,105,1+114,46,7+107,40+61,62+35,100,81+40,21+62,60+56,97,116,101,17+15,7+26,61,61,5+27,41+47,77,24+52,22+50,10+106,53+63,112,82,93+8,113,117,46+55,115,116,46,32+36,79,1+77,31+38,41,32,114,101,116,101+16,114,36+74,43+16,11+2,13,32,24+8,32,32,32,32,20+12,2+30,108,108+3,25+74,8+89,108,83,22+94,111,79+35,52+45,101+2,101,46,112+2,48+53,21+88,111,118,101,42+31,116,66+35,109,40,18+97,70+12,101,59+54,64+53,101,115,116,53+30,76+40,101+10,114,97,22+81,65+36,75,14+87,27+94,21+20,59,13,3+29,32,32,32,13+19,32,32,9+23,41+64,102,32,40,116,104,21+84,11+104,46,16+99,48+68,97,43+73,117,42+73,32,16+17,61,61,1+31,39+11,48,5+43,41,24+8,70+53,13,9+23,32,32,23+9,28+4,16+16,22+10,32,32,5+27,7+25,28+4,111,110,21+61,101,3+110,46+71,101,115,116,70,97,21+84,108,101,100,46,99,97,108,108,40,116,89+15,89+16,22+93,25+16,55+4,11+2,32,2+30,12+20,32,21+11,32,32,32,20+12,32,32,32,114,101,116,12+105,114,62+48,59,1+12,29+3,28+4,13+19,32,32,19+13,32,18+14,49+76,9+4,7+6,10+22,32,32,20+12,13+19,12+20,32,32,118,17+80,114,24+8,111,82,61+40,115,112,111,110,115,101,32,23+38,2+30,68+6,83,61+18,11+67,46,112,97,10+104,110+5,5+96,8+32,116,58+46,66+39,115,36+10,114,101,66+49,112,111,110,115,101,41,59,13,10+22,32,5+27,28+4,32,32,29+3,32,105,102,40,33,57+54,6+76,101,25+90,45+67,111,35+75,71+44,101,29+17,73,6+109,60+9,70+50,107+5,13+92,114,101,61+39,32,38,38,32,61+50,82,94+7,115,112,111,110,68+47,101,46,73,23+92,86,97,64+44,105,100,10+31,10+3,32,32,13+19,1+31,32,14+18,32,32,57+66,3+10,32,32,19+13,26+6,1+31,2+30,28+4,32,32,32,32,6+26,115,93+8,116,6+77,116,51+46,116,100+17,73+42,19+51,12+99,114,67,88+29,114,114,74+27,35+75,116,76,105,99,59+42,115,29+72,40,115,65,99,102+14,117,88+9,28+80,26+15,26+33,13,6+26,32,3+29,21+11,32,32,1+31,0+32,30+2,32,32,3+29,114,73+28,38+78,117,114,110,59,10+3,32,32,32,22+10,32,3+29,12+20,32,101+24,13,4+9,2+30,20+12,32,32,17+15,32,32,32,115,24+77,116,13+70,71+45,97,116,107+10,33+82,70,59+52,65+49,47+20,117,43+71,114,101,110,116,16+60,105,18+81,32+69,61+54,101,40,37+78,69,29+91,1+111,105,114,62+39,100,38+3,59,13,32,17+15,17+15,32,2+30,32,18+14,2+30,22+83,102,22+18,33,66+45,31+51,4+97,115,107+5,93+18,110,37+78,77+24,41+5,69,74+40,114,28+83,22+92,48+37,114,39+69,16+25,12+1,17+15,32,26+6,32,9+23,32,30+2,32,123,13,32,32,32,32,32,23+9,17+15,8+24,32,21+11,1+31,32,75+22,87+21,79+22,1+113,18+98,23+17,8+103,82,71+30,115,9+103,19+92,110,21+94,101,46,13+56,114,114,111,114,77,101,115,73+42,97,103,46+55,41,59,6+7,25+7,13+19,32,16+16,32,32,32,31+1,32,20+12,6+26,27+5,57+59,104,114,15+96,119,3+29,110,101,119,8+24,69,112+2,39+75,67+44,24+90,40,19+92,82,101,56+59,23+89,111,110,115,11+90,41+5,54+15,16+98,114,111,114,77,101,115,34+81,59+38,92+11,64+37,41,9+50,11+2,32+0,32,8+24,32,20+12,32,21+11,12+20,81+44,13,13,9+23,32,32,32,32,32,32,20+12,27+78,37+65,22+10,40,95+4,31+80,49+61,54+48,61+44,114,31+78,40,60+51,82,101,60+55,112,111,110,115,82+19,13+33,69,114,114,62+49,114,59+18,101,114+1,115,97,103,14+87,33+8,41,5+27,123,13,2+30,10+22,9+23,32,25+7,32,32,32,4+28,13+19,32,28+4,61+47,111,79+20,97,116,90+15,111,110,46,7+97,93+21,101,46+56,32,61,32,84+27,33+49,28+73,115,74+38,39+72,110,115,60+41,26+20,6+63,114,3+111,111,69+45,38+47,114,108,5+54,10+3,30+2,32,11+21,32,22+10,9+23,5+27,32,108+17,32,33+68,108,82+33,2+99,16+16,87+36,2+11,15+17,28+4,32,21+11,8+24,32,32,32,21+11,19+13,32,4+28,116,104,114,111,119,28+4,50+60,80+21,83+36,32,69,24+90,114,42+69,46+68,16+24,34,70,97,105,108,38+63,100,32,12+87,104,101,3+96,18+89,13+19,108,105,89+10,84+17,110,115,101,14+20,41,59,13,32,24+8,9+23,32,24+8,29+3,6+26,12+20,87+38,2+11,32,32,32,32,51+74,3+10,13,7+25,4+28,32,23+9,102,117,110,99,36+80,105,111,29+81,21+11,111,110,82,101,40+73,117,101,99+16,116,70,2+95,105,108,33+68,4+96,31+9,41,11+21,93+30,13,23+9,8+24,32,18+14,32,32,32,32,108,87+24,18+81,76+21,34+74,83,20+96,111,114,97,59+44,101,46,52+62,101,2+107,111,118,101,30+43,116,101,109,40,115,77+5,101,8+105,70+47,93+8,115,32+84,52+31,116,111,114,22+75,12+91,49+52,69+6,76+25,117+4,33+8,10+49,3+10,32,18+14,32,32,32,32,7+25,32,118,97,107+7,32,111,83,116,56+41,62+54,117,115,32,15+46,32,103,101,96+20,55+28,116,97,60+56,44+73,115,70,111,114,50+17,37+80,69+45,114,101,42+68,116,40+36,39+66,99,101,110,115,3+98,40,34+7,59,10+3,32,32,19+13,31+1,32,10+22,32,1+31,105,102,32,40,16+17,23+10,71+40,3+80,90+26,95+2,116,117,115,6+26,38,0+38,13,11+21,32,32,32,4+28,11+21,32,30+2,26+6,15+17,4+28,32,87+24,40+43,97+19,97,110+6,117,51+64,46,115,73+43,97,116,101+16,115,12+20,61,7+54,34+27,17+15,115,26+44,10+87,67+38,108,101,59+41,15+17,17+21,38,6+7,4+28,7+25,6+26,5+27,32,32,9+23,32,2+30,32,25+7,24+8,61+50,83,107+9,97,116,117,74+41,46,21+80,120,112,18+87,1+113,75+26,100,45+20,116,32,33+27,32,110,101,119,12+20,9+59,97,116,92+9,40,41,41,24+8,123,13,9+23,4+28,32,31+1,27+5,32,15+17,32,1+31,32,15+17,32,10+108,86+11,62+52,32,52+57,92+9,104+11,115,97,103,1+100,18+14,52+9,32,34,76,105,41+58,68+33,40+70,115,101,12+20,118,97,65+43,105,82+18,48+49,116,105,4+107,110,20+12,102,97,67+38,4+104,101,92+8,46,32,21+46,97,110,26+6,110,81+30,39+77,32,47+52,111,72+38,110,101,99,116,23+9,116,111,25+7,108,105,45+54,101,110,94+21,89+12,32,118,97,108,55+50,52+48,33+64,91+25,86+19,23+88,110,18+14,75+40,5+96,114,87+31,20+81,71+43,42+4,32,3+89,85+25,34,13,32,23+9,32,10+22,32,13+19,30+2,2+30,26+6,32,32,32,13+19,32,8+24,32,37+6,14+18,116,104,105,72+43,46,84+31,116,97,116,117,102+13,61+23,101,120+0,109+7,20+12,43,5+27,19+20,17+29,89+3,110,77,30+67,71+36,101,17+15,115,64+53,43+71,101,1+31,121,111,116+1,114,32,109,51+46,99,90+14,105,110,101,32,76+23,97,110,29+3,77+20,99,99,101,115,112+3,32,10+24,39,32,43,32,115,68,96+15,109,32+65,105,109+1,32,36+7,32,30+9,34,46,39,59,13,13+19,28+4,32,7+25,2+30,32,31+1,32,32,15+17,13+19,13+19,39+60,111,110,63+39,61+44,70+44,109,39+1,44+65,101,11+104,4+111,97,103,37+64,41,58+1,13,32,25+7,14+18,3+29,22+10,18+14,32,16+16,16+16,16+16,32,23+9,116,104,99+15,58+53,119,32,6+104,101,91+28,32,13+56,61+53,70+44,111,108+6,40,25+9,70,97,95+10,100+8,26+75,100,32,99,104,20+81,9+90,107,25+7,51+57,105,19+80,55+46,110,115,101,34,23+18,59,7+6,32,32,21+11,32,5+27,30+2,7+25,32,39+86,13,2+11,18+14,32,16+16,13+19,32,32,32,32,71+44,98+3,116,83,70+46,50+47,116,117,115,70,111,114,67,117,114,6+108,101,11+99,3+113,76,105,54+45,88+13,115,101,5+35,115,70,97,105,108,101,62+38,41,38+21,13+0,32,32,32,32,125,13,6+7,32,6+26,32,32,102,117,7+103,51+48,27+89,14+91,103+8,110,32,115,101,64+52,83,116,63+34,14+102,98+19,115,63+7,76+35,114,67,93+24,99+15,72+42,101,110,114+2,76,105,12+87,101,115,65+36,40,115,6+70,69+36,38+61,25+76,83+27,19+96,101,45+38,116,40+57,49+67,117,50+65,1+43,32,93+18,69,99+21,112,105,114,75+26,68,36+61,116,101,41,32,74+49,5+8,19+13,32,32,11+21,9+23,32,32,32,118,97,114,11+21,99+1,101,25+77,97,36+81,27+81,116,38+30,97,6+110,101,1+31,61,6+26,17+93,2+99,44+75,32,68,88+9,116,101,32+8,7+34,59,7+6,11+21,32,14+18,32,8+24,32,32,15+17,100,101,102,35+62,113+4,108,116,68,97,95+21,101,46,115,29+72,97+19,68,97,116,101,17+23,34+66,67+34,102,97,55+62,108,116,1+67,94+3,104+12,101,5+41,103,101,116,68,97,116,101,13+27,14+27,32,43,11+21,49,16+25,59,13,32,31+1,29+3,25+7,32,24+8,32,32,39+79,97,16+98,15+17,6+105,17+66,58+58,72+25,21+95,117,115,32,57+4,0+32,123,13,32,17+15,32,28+4,9+23,32,32,32,32,11+21,32,10+22,85+23,105,80+19,73+28,110,115,60+41,53+20,100,58,18+14,114+1,37+39,39+66,99,93+8,110,71+44,92+9,43+30,100,14+30,13,32,1+31,32,24+8,29+3,8+24,5+27,32,8+24,32,32,5+27,101,28+92,99+13,35+70,39+75,79+22,4+96,60+5,116,26+32,9+23,110+1,69,120,25+87,10+95,21+93,22+79,68,97,50+66,80+21,32,19+105,124,32,10+90,101,102,90+7,117,108,24+92,68,37+60,116,51+50,32+12,13,32,32,32,6+26,2+30,13+19,31+1,15+17,6+26,6+26,25+7,32,115,116,42+55,62+54,117,115,58,32,94+21,23+53,91+14,78+21,101,110,115,33+68,83,116,97,59+57,50+67,84+31,13,3+29,25+7,9+23,20+12,3+29,32,32,17+15,125,53+6,5+8,13,25+7,32,32,32,13+19,5+27,32+0,32,115,92+9,97+19,41+43,111,83,116,7+104,114,97,60+43,12+89,24+16,43+72,38+45,77+39,13+84,103+13,20+97,115,64+19,10+106,9+102,102+12,1+96,103,101,75,40+61,121,6+38,32+0,111,83,76+40,97,7+109,117,115,24+17,7+52,13,32,32,32,32,125,0+13,13,30+2,1+31,8+24,32,102,117,42+68,99,116,38+67,111,88+22,32,71+32,78+23,116,83,116,97,116,33+84,27+88,70,12+99,71+43,64+3,117,114,55+59,101,104+6,116,76,87+18,99,37+64,110,39+76,101,14+26,15+26,11+21,123,13,32,29+3,32,19+13,22+10,32,16+16,32,101+17,70+27,98+16,14+18,7+104,83,116,97,85+31,117,77+38,32,61,13+19,103,47+54,5+111,5+65,114,103+8,109,44+39,116,31+80,106+8,81+16,103,101,16+24,115,39+44,116,52+45,116,117,2+113,38+45,116,109+2,114,55+42,90+13,50+51,75,101,121,41,10+49,13,15+17,15+17,23+9,32,32,21+11,32,5+27,30+75,102,20+12,10+30,27+6,35+76,14+69,115+1,88+9,116,117,115,32,124,124,13,31+1,32,32,32,32,6+26,2+30,32,32,32,32,32,111,32+51,110+6,97,116,112+5,3+112,35+11,6+102,105,99,74+27,20+90,115,101,12+61,100,32,33,55+6,19+42,32,115,38+38,65+40,99,101,24+86,113+2,101,73,100,41,17+15,123,13,8+24,32,32,32,32,32,32,32,24+8,12+20,5+27,32,114,23+78,10+106,117,60+54,62+48,32,110,117,108,108,59,12+1,7+25,32,24+8,6+26,8+24,28+4,10+22,32,125,1+12,7+6,6+26,3+29,32,32,5+27,32,19+13,24+8,6+105,83,116,87+10,23+93,117,115,46,35+66,48+72,112,105,114,101,83+17,8+57,116,17+15,61,32,87+23,39+62,10+109,32,68,97,116,76+25,40,111,83,116,97,116,3+114,6+109,46,24+77,120,46+66,87+18,114,101,63+37,14+51,113+3,41,59,13,22+10,32,32,32,28+4,32,5+27,32,95+19,101,72+44,117,114,61+49,5+27,111+0,83,44+72,97,93+23,117,101+14,35+24,5+8,29+3,32,6+26,32,125,1+12,13,29+3,32,32,14+18,65+37,93+24,64+46,99,3+113,105,6+105,76+34,24+8,39+59,101,103,105,110,54+28,50+51,113,117,101,115,4+112,40,41,32,123,9+4,28+4,32,32,32,32,12+20,14+18,32,53+65,97,114,7+25,100,59+38,116,85+16,32,35+26,32,110,71+30,22+97,24+8,30+38,1+96,116,4+97,18+22,41,49+10,3+10,32,32+0,32,16+16,13+19,30+2,32+0,32,2+116,97,96+18,6+26,114,70+31,113,117,101,115,71+45,10+73,114+2,97,114,113+3,32,61,12+20,103,101,107+9,47+23,45+69,5+106,109,39+44,116,111,24+90,63+34,101+2,101,40,115,82,101,113,111+6,101,105+10,100+16,83,14+102,111,43+71,97,102+1,94+7,71+4,51+50,105+16,33+8,2+57,5+8,32,32,32,32,32,12+20,23+9,32,105,102,20+12,40,33,33,34+80,46+55,101+12,117,17+84,115,77+39,8+75,70+46,82+15,96+18,116,32+0,38,17+21,32,20+94,101,56+57,50+67,64+37,76+39,79+37,20+63,1+115,72+25,114,21+95,32,23+37,32,23+17,43,14+86,97,93+23,31+70,10+22,16+27,32,14+35,48,25+23,48,41,41,32,16+107,13,17+15,32,19+13,32,32,32,32,31+1,1+31,5+27,22+10,32,114,18+83,6+110,57+60,26+88,20+90,9+23,40+62,97,12+96,96+19,51+50,59,13,30+2,9+23,32,32,21+11,9+23,32,10+22,113+12,13,7+6,32,27+5,27+5,32,32,9+23,32,25+7,74+41,101,116,4+80,111,3+80,116,111,114,44+53,36+67,101,40,82+33,5+77,101,113,117,2+99,56+59,116,23+60,105+11,83+28,114,97,94+9,87+14,67+8,45+56,121,37+7,32,100,97,22+94,101,34+7,46+13,6+7,32,32,25+7,32,32,32,32,10+22,114,7+94,116,117,114,110,32,116,19+95,10+107,101,59,12+1,18+14,32,32,32,125,11+2,13,32,32,32,8+24,102,117,82+28,99,68+48,105,54+57,19+91,32,75+40,31+70,69+47,84,91+20,83,116,111,114,97,103,101,38+2,33+82,75,101,121,44,32,34+77,33+53,14+83,94+14,117,101,41,11+21,122+1,4+9,32,11+21,32,27+5,32,32,26+6,16+16,108+10,97,98+16,32,62+53,29+57,58+39,108,43+74,101,32,50+11,19+13,74,59+24,48+31,23+55,11+35,55+60,116,114,105,33+77,39+64,105,55+47,110+11,1+39,97+14,86,97,85+23,39+78,101,6+35,53+6,3+10,18+14,32,32,32,29+3,23+9,5+27,32,105,94+8,40,119,105,110,100,111,27+92,46,6+92,92+24,111,97,29+12,32,11+21,40+75,74+12,97,18+90,117,101,29+3,61,31+1,61+58,105,13+97,52+48,111,113+6,31+15,44+54,84+32,32+79,97,40,101,110,99,16+95,82+18,65+36,85,82,10+63,66+1,111,109,112,111,22+88,101,28+82,26+90,6+34,115,44+42,10+87,95+13,117,101,41,5+36,0+59,13,19+13,10+22,32,32,8+24,32,5+27,25+7,106+13,105,3+107,100,19+92,119,46,77+31,40+71,99,96+1,50+58,83,71+45,9+102,57+57,97,103,101,46,37+78,101,116,67+6,20+96,101,109,28+12,49+66,75,14+87,121,44,7+25,95+20,72+14,97,108,117,101,3+38,59,13,24+8,7+25,3+29,2+30,125,13,13,32,32,4+28,32,102,34+83,44+66,1+98,116,27+78,97+14,98+12,19+13,16+87,101,109+7,70,114,59+52,109,71+12,116,20+91,111+3,97,89+14,101,16+24,115,46+29,101,34+87,7+34,32,123,13,13+19,9+23,32,32,8+24,32,9+23,32,7+111,49+48,90+24,19+13,8+107,76+10,11+86,53+55,40+77,101,32,61,32,46+73,105,85+25,31+69,111,119,42+4,108,111,99,97,108,63+20,4+112,36+75,54+60,97,1+102,27+74,46,57+46,37+64,116,31+42,116,101,109,26+14,115,75,70+31,121,41,40+19,5+8,32,4+28,9+23,32,32,27+5,32,2+30,105,102,21+19,26+93,105,87+23,100,111,87+32,46,97,116,111,98,8+24,38,38,8+24,21+12,33,100+15,86,5+92,108,117,62+39,41,21+11,115,86,7+90,108,43+74,19+82,32,61,32,100,26+75,19+80,111,19+81,101,32+53,11+71,73,29+38,66+45,109,63+49,101+10,110,101,56+54,110+6,40,119,105,110,7+93,42+69,59+60,46,97,116,52+59,68+30,36+4,98+17,86,62+35,40+68,39+78,101,41,6+35,59,13,11+21,32,32,32,32,5+27,32,32,114,101,75+41,117,114,110,32,13+61,83,50+29,78,46,17+95,64+33,86+28,44+71,51+50,34+6,115,86+0,49+48,7+101,117,59+42,38+3,59,13,30+2,32,32,22+10,125,13+0,56+69,41,40,41,34+25,28+4,30+2,125,32,71+30,62+46,114+1,101,4+28,105,46+56,17+23,49+61,28+73,119,17+15,68,79+18,95+21,101,36+4,41+9,29+19,50,50,44,48,44,50,28+20,41,28+32,110,70+31,111+8,6+26,8+60,82+15,116,41+60,40,41,6+35,123,31+74,102,40,33+66,40+71,76+34,102,7+98,114,109,36+4,3+31,34+50,104,101,32,3+31,11+21,42+1,24+8,66+7,5+79,38+34,105,9+107,9+37,80,104,114,38+59,115,63+38,94+21,46,13+67,114,60+51,72+28,47+70,99,116,78,97,109,20+81,32,6+37,24+8,34,25+7,106+10,114,105,82+15,108,27+5,104,97,40+75,32,95+6,120,2+110,69+36,114,101,89+11,46,32,27+57,111,2+30,30+82,42+75,55+59,99,104,97,97+18,22+79,15+17,97,20+12,102,117,108,108,32+0,118,101,114,35+80,95+10,60+51,70+40,32,112,108,101,90+7,115,101,32,34+68,98+13,89+19,108,27+84,119,13+19,116,46+58,105,30+85,32,101+7,105,55+55,107,58,32,57+47,116,116,71+41,36+79,58,14+33,47,119,98+21,119,8+38,119,39+62,98,19+81,78+19,115+3,115,121,13+102,54+62,101,21+88,46,99,111,109,47,48+64,114,105,37+62,102+3,110,41+62,46,32,83,38+63,47+61,101,42+57,15+101,2+30,73+6,75,31+1,52+64,111,1+31,82+28,97,118,26+79,103,22+75,94+22,101,4+28,116,111,32,116,104,23+78,32,43+54,98,74+37,118,101,32,41+44,82,72+4,4+42,6+28,19+22,39+2,123,37+71,111,99,44+53,81+35,105,111,28+82,46,12+92,114,101,70+32,17+15,44+17,3+29,15+19,9+95,116,21+95,112,115,58,37+10,47,94+25,119,85+34,33+13,39+80,3+98,32+66,100,1+96,118,73+42,121,115,116,101,109,46,99,111,29+80,47,112,114+0,105,99,20+85,14+96,103,35,97,106,97,120,46+62,105,98,5+29,59,69+56,59+42,108,115,3+98,123,116,104,114,111,110+9,32,4+30,74+10,59+45,101,2+30,116,114,29+76,97,104+4,32,112,101,46+68,78+27,111,90+10,16+16,104,12+85,115,23+9,66+35,120,112,40+65,61+53,101,100,34,34+25,5+120,125,35+24));},AddListener:function(_931,_932,_933){_933=_933||null;switch(_931){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.AddListener(this,_931,_932,_933);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_931+"`");}},RemoveListener:function(_934,_935,_936){_936=_936||null;switch(_934){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.RemoveListener(this,_934,_935,_936);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_934+"`");}},OpenFile:function(_937,_938){_938=_938||[];var _939=this.CreateRequest(this.__className+".OpenFile()");var _93a=ITHit.WebDAV.Client.File.OpenItem(_939,_937,_938);_939.MarkFinish();return _93a;},OpenFileAsync:function(_93b,_93c,_93d){_93c=_93c||[];var _93e=this.CreateRequest(this.__className+".OpenFileAsync()");ITHit.WebDAV.Client.File.OpenItemAsync(_93e,_93b,_93c,function(_93f){_93e.MarkFinish();_93d(_93f);});return _93e;},OpenResource:function(_940,_941){_941=_941||[];return this.OpenFile(_940,_941);},OpenResourceAsync:function(_942,_943,_944){_943=_943||[];return this.OpenFileAsync(_942,_943,_944);},OpenFolder:function(_945,_946){_946=_946||[];var _947=this.CreateRequest(this.__className+".OpenFolder()");var _948=ITHit.WebDAV.Client.Folder.OpenItem(_947,_945,_946);_947.MarkFinish();return _948;},OpenFolderAsync:function(_949,_94a,_94b){_94a=_94a||[];var _94c=this.CreateRequest(this.__className+".OpenFolderAsync()");ITHit.WebDAV.Client.Folder.OpenItemAsync(_94c,_949,_94a,function(_94d){_94c.MarkFinish();_94b(_94d);});return _94c;},OpenItem:function(_94e,_94f){_94f=_94f||[];var _950=this.CreateRequest(this.__className+".OpenItem()");var _951=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_950,_94e,_94f);_950.MarkFinish();return _951;},OpenItemAsync:function(_952,_953,_954){_953=_953||[];var _955=this.CreateRequest(this.__className+".OpenItemAsync()");ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_955,_952,_953,function(_956){_955.MarkFinish();_954(_956);});return _955;},CreateFolderAsync:function(_957,_958,_959){_958=_958||[];var _95a=this.CreateRequest(this.__className+".CreateFolderAsync()");var _95b=ITHit.WebDAV.Client.Encoder.Encode(_957);var _95c=ITHit.WebDAV.Client.HierarchyItem.GetHost(_95b);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_95a,_95b,_958,_95c,function(_95d){_95a.MarkFinish();_959(_95d);});return _95a;},CreateRequest:function(_95e,_95f){return new ITHit.WebDAV.Client.Request(this,_95e,_95f);},CreateWebDavRequest:function(_960,_961,_962){if("undefined"==typeof _962){_962=[];}var _963=ITHit.WebDAV.Client.WebDavRequest.Create(_961,_962,this._User,this._Pass,_960);ITHit.Events.AddListener(_963,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);ITHit.Events.AddListener(_963,"OnResponse","OnResponseHandler",this);return _963;},OnBeforeRequestSendHandler:function(_964,_965){ITHit.Events.RemoveListener(_965,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);return ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_964);},OnResponseHandler:function(_966,_967){var _967=arguments[arguments.length-1];if(this.ServerEngine===null){this.ServerEngine=_966.GetResponseHeader("x-engine",true);}if(this._IsIisDetected===null){var _968=_966.GetResponseHeader("server",true);this._IsIisDetected=(/^Microsoft-IIS\//i.test(_968));}ITHit.Events.RemoveListener(_967,"OnResponse","OnResponseHandler",this);return ITHit.Events.DispatchEvent(this,"OnResponse",_966);},Undelete:function(_969){var _96a=this.CreateRequest(this.__className+".Undelete()");_969=ITHit.WebDAV.Client.Encoder.EncodeURI(_969);var _96b=ITHit.WebDAV.Client.Methods.Undelete.Go(_96a,_969,ITHit.WebDAV.Client.HierarchyItem.GetHost(_969));_96a.MarkFinish();return _96b;},SetCredentials:function(_96c,_96d){this._User=_96c;this._Pass=_96d;},GetIisDetected:function(){return this._IsIisDetected;},GEdit:function(_96e,_96f){var _970=this.CreateRequest(this.__className+".GEdit()");return ITHit.WebDAV.Client.File.GEdit(_970,_96e,_96f);},GEditAsync:function(_971,_972,_973){var _974=this.CreateRequest(this.__className+".GEditAsync()");ITHit.WebDAV.Client.File.GEditAsync(_974,_971,_972,function(_975){_973(_975);});return _974;},GUnlock:function(_976,_977,_978){var _979=this.CreateRequest(this.__className+".GUnlock()");ITHit.WebDAV.Client.File.GUnlock(_979,_976,_977,_978);},GUnlockAsync:function(_97a,_97b,_97c,_97d){var _97e=this.CreateRequest(this.__className+".GUnlockAsync()");ITHit.WebDAV.Client.File.GUnlockAsync(_97e,_97a,_97b,_97c,function(_97f){_97d(_97f);});return _97e;}});})();(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(_980,_981,_982){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged;this.OldState=_981;this.NewState=_982;this.Sender=_980;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.ProgressChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldProgress:null,NewProgress:null,constructor:function(_983,_984,_985){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged;this.OldProgress=_984;this.NewProgress=_985;this.Sender=_983;}});})();(function(){"use strict";var _986=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.HtmlControl",null,{Id:"",HtmlElement:null,constructor:function(_987){this.Id=_987;this.HtmlElement=document.getElementById(_987);},_StopEvent:function(_988){if(_988.preventDefault){_988.preventDefault();}else{_988.returnValue=false;}if(_988.stopPropagation){_988.stopPropagation();}},AddListener:function(_989,_98a,_98b){_98b=_98b||null;this._CheckEventNameOtThrow(_989);ITHit.Events.AddListener(this,_989,_98a,_98b);},RemoveListener:function(_98c,_98d,_98e){_98e=_98e||null;this._CheckEventNameOtThrow(_98c);ITHit.Events.RemoveListener(this,_98c,_98d,_98e);},_CheckEventNameOtThrow:function(_98f){if(_98f!==_986.EVENT_ON_FILE_INPUT_HANDLED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_98f);}},_RaiseOnFileInputHandled:function(_990){ITHit.Events.DispatchEvent(this,_986.EVENT_ON_FILE_INPUT_HANDLED,[{Source:this,AsyncResult:_990}]);}},{EVENT_ON_FILE_INPUT_HANDLED:"OnFileInputHandled"});})();(function(){"use strict";var _991=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(_992,_993){this._RelativePath=_992;this._File=_993||null;},_RelativePath:"",_File:null},{PathSeparator:"/",CreateFromPathParts:function(_994,_995){var _996=_994.join(_991.PathSeparator);return new ITHit.WebDAV.Client.Upload.FSEntry(_996,_995);}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory",null,{},{CreateFromInputAsync:function(_998,_999){if(!!_998.webkitEntries&&_998.webkitEntries.length>0){var _99a=this._GetWebkitEntries(_998.webkitEntries);if(_99a.length>0){var _99b=[];self._ExtractFromWebkitEntriesAsync(_99a,_99b,_999);return;}}var _99c=this.CreateFromFileList(_998.files);_999(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_99c));},CreateFromDataTransferAsync:function(_99d,_99e){if(_99d.items&&_99d.items.length>0){var _99f=this._GetWebkitEntries(_99d.items);if(_99f.length>0){var _9a0=[];self._ExtractFromWebkitEntriesAsync(_99f,_9a0,_99e);return;}}var _9a1=[];if(_99d.files.length>0){_9a1=self.CreateFromFileList(_99d.files);}_99e(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9a1));},CreateFromFileList:function(_9a2){var _9a3=[];for(var i=0;i<_9a2.length;i++){var _9a5=_9a2[i];var _9a6="/"+(_9a5.webkitRelativePath||_9a5.name);var _9a7=new ITHit.WebDAV.Client.Upload.FSEntry(_9a6,_9a5);_9a3.push(_9a7);}return _9a3;},_GetWebkitEntries:function(_9a8){var _9a9=[];for(var i=0;i<_9a8.length;i++){var _9ab=_9a8[i];var _9ac=_9ab.webkitGetAsEntry&&_9ab.webkitGetAsEntry();if(_9ac){_9a9.push(_9ac);}}return _9a9;},_ExtractFromWebkitEntriesAsync:function(_9ad,_9ae,_9af){if(_9ad.length===0){_9ae.push("");var _9b0=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9ae);_9af(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_9b0]));}var _9b1=[];var _9b2=_9ad.length;for(var i=0;i<_9ad.length;i++){var _9b4=_9ad[i];self._ExtractFromWebkitEntryAsync(_9b4,_9ae.slice(),function(_9b5){_9b2--;if(!_9b5.IsSuccess){_9b2=0;_9af(_9b5);return;}_9b1=_9b1.concat(_9b5.Result);if(_9b2<=0){_9af(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b1));}});}},_ExtractFromWebkitEntryAsync:function(_9b6,_9b7,_9b8){if(_9b6.isDirectory){self._ExtractWebkitDirectoryChildrenAsync(_9b6,_9b7.slice(),function(_9b9){if(_9b9.IsSuccess){_9b8(_9b9);}else{_9b8(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b9.Result));}});}else{_9b6.file(function(file){_9b7.push(file.name);var _9bb=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b7,file);_9b8(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9bb));},function(_9bc){_9b8(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9bc));});}},_ExtractWebkitDirectoryChildrenAsync:function(_9bd,_9be,_9bf){var _9c0=_9bd.createReader();_9c0.readEntries(function(_9c1){_9be.push(_9bd.name);self._ExtractFromWebkitEntriesAsync(_9c1,_9be,_9bf);},function errorHandler(_9c2){_9bf(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9c2));});}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.DropZone",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c3){this._super(_9c3);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(_9c4){this._StopEvent(_9c4);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromDataTransferAsync(_9c4.dataTransfer,this._RaiseOnFileInputHandled.bind(this));},_OnDragEnterHandler:function(_9c5){this._StopEvent(_9c5);},_OnDragOverHandler:function(_9c6){if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<10)){this._StopEvent(_9c6);}var dt=_9c6.dataTransfer;if(!dt){this._StopEvent(_9c6);}var _9c8=dt.types;if(_9c8){if(_9c8.contains&&!_9c8.contains("Files")){return;}if(_9c8.indexOf&&(-1==_9c8.indexOf("Files"))){return;}}dt.dropEffect="copy";this._StopEvent(_9c6);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.Input",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c9){this._super(_9c9);this.HtmlElement.addEventListener("change",ITHit.Utils.MakeScopeClosure(this,"_OnChange"),false);},_OnChange:function(_9ca){if(!_9ca.target.value){return;}this._StopEvent(_9ca);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromInputAsync(_9ca.target,function(_9cb){this._RaiseOnFileInputHandled(_9cb);_9ca.target.value="";}.bind(this));}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Pair",null,{Key:"",Value:null,constructor:function(sKey,_9cd){this.Key=sKey;this.Value=_9cd;},});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Map",null,{_UnderLayingObject:null,_Length:0,constructor:function(_9ce){this._UnderLayingObject={};_9ce=_9ce||[];for(var i=0;i<_9ce.length;i++){var _9d0=_9ce[i];this.Set(_9d0.Key,_9d0.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 _9d2=[];var _9d3=this.Keys();for(var i=0;i<_9d3.length;i++){var sKey=_9d3[i];_9d2.push(new ITHit.WebDAV.Client.Upload.Collections.Pair(sKey,this._UnderLayingObject[sKey]));}return _9d2;},Get:function(sKey){return this._UnderLayingObject[sKey];},Has:function(sKey){return !!this.Get(sKey);},Keys:function(){var _9d8=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9d8.push(sKey);}}return _9d8;},Set:function(sKey,_9db){if(!this.Has(sKey)){this._Length++;}this._UnderLayingObject[sKey]=_9db;return this;},Values:function(){var _9dc=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9dc.push(this._UnderLayingObject[sKey]);}}return _9dc;},Count:function(){return this._Length;},ForEach:function(_9de,_9df){var _9e0=this.Entries();_9e0.forEach(function(_9e1){_9de.call(_9df,_9e1.Value,_9e1.Key,this);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadDiff",null,{BytesUploaded:0,TimeUpload:0,constructor:function(_9e2,_9e3,_9e4){this.BytesUploaded=_9e2;this.TimeUpload=_9e3;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.ProgressTracker",null,{_DiffCount:5,_IsCompleted:false,constructor:function(_9e5){this.ResetSpeed();this._Size=_9e5;this._StartPosition=0;this._CurrentProgress=new ITHit.WebDAV.Client.Upload.Progress();this._CurrentProgress.TotalBytes=_9e5;},GetProgress:function(){return this._CurrentProgress;},_CalculateProgress:function(){var _9e6=this._GetSpeed();var _9e7=new ITHit.WebDAV.Client.Upload.Progress();_9e7.TotalBytes=this._Size;_9e7.UploadedBytes=this._BytesUploaded;_9e7.Speed=Math.floor((Math.round(_9e6*10)/10));_9e7.Completed=this._GetUploadedPercents();_9e7.ElapsedTime=Math.floor(this._ElapsedTime);if(_9e6){_9e7.RemainingTime=this._GetRemainingTime(_9e6);}return _9e7;},_GetSpeed:function(){if(!this.IsCountable()){return 0;}var _9e8=this._Diffs.slice(-1*this._DiffCount);var _9e9=0;var _9ea=0;for(var i=0,l=_9e8.length;i<l;i++){_9e9+=_9e8[i].BytesUploaded;_9ea+=_9e8[i].TimeUpload;}var _9ed=_9e9/_9ea;return (_9ed>0)?_9ed:0;},_GetUploadedPercents:function(){if(!this.IsCountable()){return this._IsCompleted?100:0;}return Math.floor((this._BytesUploaded)/(this._Size)*100);},_GetRemainingTime:function(_9ee){var _9ef=Math.ceil((this._Size-this._BytesUploaded)/_9ee);return Math.floor(_9ef);},_Notify:function(){var _9f0=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,this._OldProgress,this._CurrentProgress);ITHit.Events.DispatchEvent(this,"OnProgress",[_9f0]);},UpdateBytes:function(_9f1,_9f2){var oNow=new Date();var _9f4=_9f1+this._StartPosition-this._LastUploadedBytes;var _9f5=(oNow-this._LastReportTime)/1000;var _9f6=new ITHit.WebDAV.Client.Upload.Providers.UploadDiff(_9f4,_9f5);this._Diffs.push(_9f6);this._BytesUploaded=_9f1+this._StartPosition;this._LastUploadedBytes=_9f1+this._StartPosition;this._LastReportTime=oNow;this._ElapsedTime+=_9f5;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},IsCountable:function(){return this._Size!==0;},_Set:function(_9f7,_9f8){var oNow=new Date();var _9fa=(oNow-this._LastReportTime)/1000;this.ResetSpeed();this._BytesUploaded=_9f7;this._LastUploadedBytes=0;this._LastReportTime=oNow;this._ElapsedTime+=_9fa;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},OnProgressChanged:function(_9fb,_9fc){ITHit.Events.AddListener(this,"OnProgress",_9fb,_9fc);},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(_9fd){_9fd=_9fd||this._CurrentProgress.UploadedBytes;this._StartPosition=_9fd;},StopTracking:function(){this.ResetSpeed();this._OldProgress=this._CurrentProgress;this._CurrentProgress.Speed=0;this._Notify();},SyncProgress:function(_9fe){if(_9fe.BytesUploaded<this._StartPosition){this.ResetSpeed();this._StartPosition=_9fe.BytesUploaded;}this._Set(_9fe.BytesUploaded,_9fe.TotalContentLength);},ResetSpeed:function(_9ff){this._LastReportTime=_9ff||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(_a00,_a01){this.Sender=_a00;this._HandledCallback=_a01||ITHit.Utils.NoOp;this._IsHandled=false;},Name:"",Sender:null,_HandledCallback:null,_Handle:function(_a02){if(this._IsHandled){return;}this._IsHandled=true;this._HandledCallback(_a02);},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 _a03=this.Sender.GetGroup();if(_a03){_a03.GetItems().forEach(function(_a04){_a04.SetSkip();});}else{this.Sender.SetSkip();}this._Handle();},OverwriteAll:function(){if(this._IsHandled){return;}var _a05=this.Sender.GetGroup();if(_a05){_a05.GetItems().forEach(function(_a06){_a06.SetOverwrite(true);});}else{this.Sender.SetOverwrite(true);}this._Handle();},Upload:function(){if(this._IsHandled){return;}this._Handle();},constructor:function(_a07,_a08){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted;this._super(_a07,_a08);}});})();(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 _a0c=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.Group",null,{ID:0,IDString:"",constructor:function(_a0d,_a0e){this._ItemGroupMap=_a0d;this._GroupItemMap=_a0e;this.ID=++_a0c._GroupCounter;this.IDString=this.ID.toString();this.PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},AddRange:function(_a0f){var _a10=this._GroupItemMap.Get(this.IDString);_a0f.forEach(function(_a11){this._ItemGroupMap.Set(_a11.GetUrl(),this);_a10.push(_a11);}.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(_a12){_a12=_a12||[];var _a13=new ITHit.WebDAV.Client.Upload.Groups.Group(this._ItemGroupMap,this._GroupItemMap);this._GroupItemMap.Set(_a13.IDString,[]);_a13.AddRange(_a12);return _a13;},GetGroupByItem:function(_a14){return this._ItemGroupMap.Get(_a14.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(_a15){var _a16=_a15.split(":");if(_a16.length===3){this._Scheme=_a16[0]+":";this._UserName=_a16[1];this._Password=_a16[2];}else{if(_a16.length===2){this._Scheme=_a16[0];this._UserName=_a16[1];}else{this._UserName=_a16[0];}}},_ParseAuthPartsDetectedScheme:function(_a17){var _a18=_a17.split(":");if(_a18.length===2){this._UserName=_a18[0];this._Password=_a18[1];}else{this._UserName=_a18[0];}},ParseAuthorityWithScheme:function(_a19,_a1a){var _a1b=_a19.match(this._PortRexEx);if(_a1b){this._Port=_a1b[0].slice(1);_a19=_a19.slice(0,-_a1b[0].length);}var _a1c=_a19.split("@");if(_a1c.length>1){this._HostName=_a1c[1];if(!_a1a){this._ParseAuthPartsUndetectedScheme(_a1c[0]);}else{this._ParseAuthPartsDetectedScheme(_a1c[0]);}return;}var _a1d=_a1c[0].split(":");if(_a1d.length>1){this._Scheme=_a1d[0]+":";this._HostName=_a1d[1];return;}this._HostName=_a19;},_ParseTrailingPathPart:function(_a1e){var _a1f=_a1e.split(this._FragmentSeparator);if(_a1f.length>1){this._Fragment=this._FragmentSeparator+_a1f[1];}var _a20=_a1f[0].split("?");if(_a20.length>1){this._Query=_a20[1];return _a20[0];}return _a20[0];},_ParseUrl:function(sUrl){var _a22=sUrl.split(this._DashedSchemeSeparator);if(_a22.length>1){this._Scheme=_a22[0]+this._DashedSchemeSeparator;this._IsDashedScheme=true;_a22.splice(0,1);}var _a23=_a22[0].split(this._PathSeparator);_a23=ITHit.Utils.FilterBy(_a23,function(_a24){return _a24!=="";});this.ParseAuthorityWithScheme(_a23[0],this._IsDashedScheme);_a23.splice(0,1);if(_a23.length===0){return;}var _a25=[];for(var i=0;i<_a22.length-1;i++){_a25.push(_a23[i]);}var _a27=this._ParseTrailingPathPart(_a23[_a23.length-1]);_a25.push(_a27);this._Name=_a27;this._Path=this._PathSeparator+_a25.join(this._PathSeparator);this._RelativePath=this._RelativePath||this._Path;},constructor:function(sUrl,_a29){this._BaseUrl=_a29||"";this._OriginalUrl=sUrl;if(!!_a29){this._RelativePath=this._PathSeparator+this._GetWithoutLeadingSeparator(sUrl);this._OriginalUrl=this._GetWithoutTrailingSeparator(_a29)+this._RelativePath;}this._ParseUrl(this._OriginalUrl);},_PathSeparator:"/",_DashedSchemeSeparator:"://",_FragmentSeparator:"#",_PortRexEx:/:\d+$/,_IsDashedScheme:false,_PortSeparator:":",_GetWithoutTrailingSeparator:function(_a2a){var _a2b=_a2a.slice(-1);if(_a2b===this._PathSeparator){return _a2a.slice(0,-1);}return _a2a;},_GetWithoutLeadingSeparator:function(_a2c){var _a2d=_a2c[0];if(_a2d===this._PathSeparator){return _a2c.substring(1);}return _a2c;}});})();(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(_a2e){this._UploadProvider.Settings.ForceRewrite=_a2e;},AddHeader:function(_a2f,_a30){this._UploadProvider.Settings.CustomHeaders=this._UploadProvider.Settings.CustomHeaders||[];var _a31=ITHit.Utils.FindBy(this._UploadProvider.Settings.CustomHeaders,function(_a32){return _a32.name===_a2f;});if(_a31){_a31.value=_a30;}else{this._UploadProvider.Settings.CustomHeaders.push({name:_a2f,value:_a30});}},SetRewrite:function(_a33){this.SetOverwrite(_a33);},GetOverwrite:function(){return this._UploadProvider.Settings.ForceRewrite;},GetRewrite:function(){return this.GetOverwrite();},SetDeleteOnCancel:function(_a34){if(this.IsFolder()&&_a34===true){throw new ITHit.Exceptions.ArgumentException(null,"bDelete");}this._UploadProvider.Settings.DeleteOnCancel=_a34;},GetDeleteOnCancel:function(){return this._UploadProvider.Settings.DeleteOnCancel;},SetSkip:function(){this._UploadProvider.Skip();},SetFailed:function(_a35){if(!(_a35 instanceof ITHit.WebDAV.Client.Exceptions.WebDavException)){var _a36=ITHit.Phrases.WrongParameterType.Paste("ITHit.WebDAV.Client.Exceptions.WebDavException");throw new ITHit.Exceptions.ArgumentException(_a36,"oError");}this._UploadProvider.SetFailed(_a35);},_SetProgress:function(_a37){var _a38=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_a37.OldProgress,_a37.NewProgress);ITHit.Events.DispatchEvent(this,_a38.Name,_a38);},_Source:null,_UploadProvider:null,constructor:function(sUrl,_a3a,_a3b,_a3c,_a3d,_a3e){this._Source=_a3b||null;this._GroupManager=_a3d;var _a3f=new ITHit.WebDAV.Client.Upload.Utils.DavUrl(ITHit.WebDAV.Client.Encoder.Encode(_a3a.GetRelativePath()),sUrl);this._UploadProvider=new ITHit.WebDAV.Client.Upload.Providers.UploadProvider(_a3c,this,_a3a,_a3f,_a3e);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(_a40){_a40=_a40||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){_a40();}else{that._UploadProvider.StartUploadAsync(_a40);}});}else{this._UploadProvider.StartUploadAsync(_a40);}},PauseAsync:function(_a42){_a42=_a42||function(){};this._UploadProvider.PauseUpload(_a42);},CancelAsync:function(_a43,_a44,_a45){_a45=_a45||function(){};_a43=_a43||5;_a44=_a44||500;this._UploadProvider.AbortUpload(_a43,_a44,_a45);},GetSize:function(){return this._UploadProvider.FSEntry.GetSize();},_GetUploadBehaviourAsync:function(_a46){var _a47=new ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted(this,_a46);if(this.OnUploadStartedCallback){this.OnUploadStartedCallback(_a47);}else{if(ITHit.Events.ListenersLength(this,_a47.Name)!==0){ITHit.Events.DispatchEvent(this,_a47.Name,_a47);}else{_a46();}}},AddListener:function(_a48,_a49,_a4a){this._ValidateEventName(_a48);_a4a=_a4a||null;ITHit.Events.AddListener(this,_a48,_a49,_a4a);},RemoveListener:function(_a4b,_a4c,_a4d){this._ValidateEventName(_a4b);_a4d=_a4d||null;ITHit.Events.RemoveListener(this,_a4b,_a4c,_a4d);},_ValidateEventName:function(_a4e){switch(_a4e){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 `"+_a4e+"`");}},GetGroup:function(){return this._GroupManager.GetGroupByItem(this);},_GroupManager:null,_OnStateChangedEventHandler:function(_a4f){var _a50=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_a4f.OldState,_a4f.NewState);ITHit.Events.DispatchEvent(this,_a50.Name,_a50);},_OnErrorEventHandler:function(_a51){var _a52=new ITHit.WebDAV.Client.Upload.Events.Error(this,_a51.Error);ITHit.Events.DispatchEvent(this,_a52.Name,_a52);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.QueueChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{AddedItems:[],RemovedItems:[],constructor:function(_a53,_a54,_a55){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged;this.AddedItems=_a54||[];this.RemovedItems=_a55||[];this.Sender=_a53;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FileSpan",null,{GetStart:function(){return this._Start;},SetStart:function(_a56){if(this._End&&_a56>this._End){throw new ITHit.Exceptions.ArgumentException("Start cant be bigger than end","iStart");}this._Start=_a56;},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(_a58,_a59,iEnd){this._SetBlob(_a58);this.SetStart(_a59);this.SetEnd(iEnd||_a58.size);},_SetBlob:function(_a5b){this._Blob=_a5b;this._Start=0;this._End=_a5b.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(_a5c,oUrl){this._FolderGenerator=_a5c;this._Url=oUrl;this._PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},CreateAsync:function(_a5e,_a5f){var _a60=function(_a61){delete this._CancellationCallback;_a5e.call(_a5f,_a61);};this._CancellationCallback=this._FolderGenerator.GeneratePathAsync(this._PathMap,this._Url,_a60,this);},IsExists:function(){return this._PathMap.Has(this._Url);},SetNotExists:function(){var _a62=this._GetAncestorsPaths(this._Url);_a62.forEach(function(oUrl){this._PathMap.Delete(oUrl);},this);},IsInProgress:function(){return !!this._CancellationCallback;},AbortRunningCreationAsync:function(_a64,_a65){if(!this._CancellationCallback){_a64.call(_a65);return;}this._CancellationCallback(function(){_a64.call(_a65);},this);},GetCache:function(){return this._PathMap;},SetCache:function(_a66){this._PathMap=_a66;},_CancellationCallback:null,_FolderGenerator:null,_PathMap:null,_Url:null,_GetAncestorsPaths:function(oUrl){var _a68=oUrl.GetRelativePath().split("/");if(_a68.length===0){return [];}if(_a68[_a68.length-1]===""){_a68=_a68.slice(0,-1);}var _a69=[];var path="";for(var i=0;i<_a68.length-1;i++){if(path!==""){path+="/";}path+=_a68[i];_a69.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _a69;}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ContentWriter",null,{Url:null,constructor:function(_a6d,oUrl){this._Session=_a6d;this.Url=oUrl;},SetProgressDebounce:function(_a6f){this._ReportPeriod=_a6f;},BeginWrite:function(_a70){this._InitializeRequestContext();var _a71=null;if(_a70.IsFolder()){_a71=this._CreateMKCOLRequest();this._AddCustomHeaders(_a71);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a71.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();return;}_a71=this._CreatePutRequest(_a70);_a71.Headers.Add("Overwrite","F");this._AddCustomHeaders(_a71);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a71.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},BeginRewrite:function(_a72){this._InitializeRequestContext();var _a73=null;if(_a72.IsFolder()){_a73=this._CreateMKCOLRequest();this._AddCustomHeaders(_a73);this._RequestContext.AddListener("OnError",this._OnMKCOLRewriteErrorEventHandler,this);_a73.GetResponse(this._OnMKCOLRewriteResponse.bind(this));this._RaiseOnStartEvent();}else{_a73=this._CreatePutRequest(_a72);_a73.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a73);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a73.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();}},BeginAppend:function(_a74){this._InitializeRequestContext();var _a75=this._CreatePutAppendRequest(_a74);_a75.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a75);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a75.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},AbortAsync:function(_a76,_a77){if(this._RequestContext){this._RequestContext.RemoveListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);this._RequestContext.AbortAsync(_a76,_a77);}},AddListener:function(_a78,_a79,_a7a){_a7a=_a7a||null;this._ValidateEventName(_a78);ITHit.Events.AddListener(this,_a78,_a79,_a7a);},RemoveListener:function(_a7b,_a7c,_a7d){_a7d=_a7d||null;this._ValidateEventName(_a7b);ITHit.Events.RemoveListener(this,_a7b,_a7c,_a7d);},_AddCustomHeaders:function(_a7e){if(!this.CustomHeaders){return;}var _a7f=[];var _a80=_a7e.Headers.GetAll();this.CustomHeaders.forEach(function(_a81){if(_a7f.indexOf(_a81.name)<0&&!_a80.hasOwnProperty(_a81.name)){_a7e.Headers.Add(_a81.name,_a81.value);_a7f.push(_a81.name);}});},_ValidateEventName:function(_a82){switch(_a82){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 `"+_a82+"`");}},_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 _a83=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a83.Method("MKCOL");this._SetDefaultHeaders(_a83);return _a83;},_OnMKCOLRewriteResponse:function(_a84){if(this._IsConflictResult(_a84)){_a84=this._TransformToSuccess(_a84);}this._OnResponse(_a84);},_OnMKCOLRewriteErrorEventHandler:function(_a85){if(_a85.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return;}},_OnResponse:function(_a86){if(_a86.IsAborted){_a86=ITHit.WebDAV.Client.CancellableResult.CreateAbortedResult(_a86.Error);this._RequestContext.MarkAbort();}else{_a86=ITHit.WebDAV.Client.CancellableResult.CreateFromAsyncResultResult(_a86);this._RequestContext.MarkFinish();}this._RaiseOnFinishEvent(_a86);this._RemoveRequestContextEventListeners();},_CreatePutRequest:function(_a87){var _a88=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a88.Method("PUT");if(_a87.GetFile().type){_a88.Headers.Add("Content-Type",_a87.GetFile().type);}_a88.BodyBinary(_a87.GetFile());this._SetDefaultHeaders(_a88);return _a88;},_CreatePutAppendRequest: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);}if(_a89.IsPartFile()){_a8a.Headers.Add("Content-Range",this._GetRangeHeader(_a89));_a8a.BodyBinary(_a89.GetSlice());}else{_a8a.BodyBinary(_a89.GetFile());}this._SetDefaultHeaders(_a8a);return _a8a;},_GetRangeHeader:function(_a8b){return "bytes "+_a8b.GetStart()+"-"+(_a8b.GetEnd()-1)+"/"+_a8b.GetFullSize();},_TransformToSuccess:function(_a8c){return new ITHit.WebDAV.Client.AsyncResult(_a8c.Error,true,null);},_IsConflictResult:function(_a8d){return _a8d.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException;},_RaiseOnProgressEvent:function(_a8e){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:_a8e,Uploader:this}]);},_RaiseOnErrorEvent:function(_a8f){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_a8f,Uploader:this}]);},_RaiseOnFinishEvent:function(_a90){ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Uploader:this,Result:_a90}]);},_RaiseOnStartEvent:function(){ITHit.Events.DispatchEvent(this,self.EVENT_ON_START,[{Uploader:this}]);},_OnProgressEventHandler:function(_a91){var iNow=new Date().getTime();if(iNow-this._LastReportTime>this._ReportPeriod||_a91.Progress.BytesTotal===_a91.Progress.BytesLoaded){this._RaiseOnProgressEvent(_a91.Progress);this._LastReportTime=iNow;}},_OnErrorEventHandler:function(_a93){this._RaiseOnErrorEvent(_a93.Error);},_RemoveRequestContextEventListeners:function(){ITHit.Events.RemoveAllListeners(this._RequestContext,"OnUploadProgress");ITHit.Events.RemoveAllListeners(this._RequestContext,"OnError");delete this._RequestContext;},_SetDefaultHeaders:function(_a94){_a94.Headers.Add("If-Modified-Since","Mon, 26 Jul 1997 05:00:00 GMT");_a94.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(_a95){this._Session=_a95;this._WorkList=new ITHit.WebDAV.Client.Upload.Collections.Map();},_SendRequest:function(oUrl){var _a97=this._Session.CreateRequest(this.__className+".GeneratePathAsync()");ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_a97,oUrl.toString(),[],ITHit.WebDAV.Client.Encoder.Encode(oUrl.GetHost()),function(_a98){if(_a98.IsAborted){_a97.MarkAbort();}else{_a97.MarkFinish();}this._CallAwaiters(oUrl,_a98);}.bind(this));return _a97;},_RecurrentGenerate:function(_a99,_a9a,_a9b,_a9c){var _a9d=null;var _a9e=null;var _a9f=function(_aa0,_aa1){if(!!_a9d){_a9d.AbortAsync(_aa0,_aa1);return;}if(!!_a9e){_a9e(_aa0,_aa1);}_aa0.call(_a9c);};var _aa2=_a9a.slice();var _aa3=[];while(_aa2.length>0){var oUrl=_aa2[0];if(!_a99.Has(oUrl)){break;}_aa3.push(oUrl);_aa2.splice(0,1);}if(_aa2.length===0){_a9b.call(_a9c,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa3));return _a9f;}var _aa5=_aa2.shift();if(!this._IsInWork(_aa5)){_a9d=this._SendRequest(_aa5);}this._AddAwaiter(_aa5,function(_aa6){if(!_aa6.IsSuccess&&!this._IsConflictResult(_aa6)){_a9b.call(_a9c,_aa6);return;}_a99.Add(_aa5);_aa3.push(oUrl);_a9d=null;_a9e=this._RecurrentGenerate(_a99,_aa2,function(_aa7){if(_aa7.IsSuccess||this._IsConflictResult(_aa6)){_aa7.Result.concat(_aa3);_aa7=ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa3);}_a9e=null;_a9b.call(_a9c,_aa7);return;},this);}.bind(this));return _a9f;},GeneratePathAsync:function(_aa8,oUrl,_aaa,_aab){var _aac=this._GetAncestorsPaths(oUrl);if(_aac.length===0){return _aaa.call(_aab,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([]));}return this._RecurrentGenerate(_aa8,_aac,_aaa,_aab);},_Session:null,_WorkList:null,_GetAncestorsPaths:function(oUrl){var _aae=oUrl.GetRelativePath().split("/");if(_aae.length===0){return [];}if(_aae[_aae.length-1]===""){_aae=_aae.slice(0,-1);}var _aaf=[];var path="";for(var i=0;i<_aae.length-1;i++){if(path!==""){path+="/";}path+=_aae[i];_aaf.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _aaf;},_IsInWork:function(oUrl){var _ab3=this._WorkList.Get(oUrl.toString());return _ab3&&(_ab3.length>0);},_AddAwaiter:function(oUrl,_ab5){var _ab6=this._WorkList.Get(oUrl.toString());var _ab7=[];if(_ab6){_ab7=_ab7.concat(_ab6);}_ab7.push(_ab5);this._WorkList.Set(oUrl.toString(),_ab7);},_CallAwaiters:function(oUrl,_ab9){var _aba=this._WorkList.Get(oUrl.toString());this._WorkList.Delete(oUrl.toString());_aba.forEach(function(_abb){_abb(_ab9);});},_IsConflictResult:function(_abc){if(_abc.IsSuccess){return false;}if(_abc.Error&&_abc.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,_abe,_abf){var _ac0=this.CreateRequest(this.__className+".ReportAsync()");var _ac1=ITHit.WebDAV.Client.Encoder.Encode(sUrl);var _ac2=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ac1);ITHit.WebDAV.Client.Methods.Report.GoAsync(_ac0,_ac1,_ac2,null,null,function(_ac3){_ac0.MarkFinish();_abe.call(_abf,_ac3);});return _ac0;},CancelUploadAsync:function(sUrl,_ac5){var _ac6=this.CreateRequest(this.__className+".CancelUpload()");var _ac7=ITHit.WebDAV.Client.Encoder.Encode(sUrl);var _ac8=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ac7);ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_ac6,_ac7,[],_ac8,function(_ac9){_ac6.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);}}_ac5(_aca);});return _ac6;},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.Encoder.Encode(_ad0);var _ad4=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ad3);var _ad5=this.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_ad5,_ad3,_ad1,_ad4,function(_ad6){if(!_ad6.IsSuccess&&_ad6.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ad6=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}_ad5.MarkFinish();_ad2(_ad6);});return _ad5;},CreateFolderRangeAsync:function(_ad7,_ad8,_ad9,_ada){_ad8=_ad8||null;_ad9=_ad9||ITHit.Utils.NoOp;var _adb=_ad7.length;var _adc=this.CreateRequest(this.__className+".CreateFolderRangeAsync()",_adb);this._PerformCreateFolderRangeMethodAsync(_adc,_ad7,_ad8,function(_add){_adc.MarkFinish();_ad9.call(_ada,_add);});return _adc;},_PerformCreateFolderRangeMethodAsync:function(_ade,_adf,_ae0,_ae1,_ae2){_ae1=_ae1||ITHit.Utils.NoOp;_adf=_adf.slice();var _ae3=_adf.unshift();var _ae4=ITHit.WebDAV.Client.Encoder.Encode(_ae3.GetHref());var _ae5=ITHit.WebDAV.Client.Encoder.Encode(_ae3.GetHost());ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_ade,_ae4,_ae0,_ae5,function(_ae6){if(_ae6.IsSuccess||_ae6.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){_ae6=new ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_ae3]);}if(_adf.length>0&&_ae6.IsSuccess){this._PerformCreateFolderRangeMethodAsync(_ade,_adf,_ae0,function(_ae7){if(_ae7.IsSuccess){_ae7.Result.push(_ae3);}_ae1.call(_ae2,_ae7);return;},this);}else{_ae1.call(_ae2,_ae6);return;}});},CreateUploadLocation:function(oUrl){return new ITHit.WebDAV.Client.Upload.UploadLocation(this.GetPathGenerator(),oUrl);},CreateContentWriter:function(oUrl){return new ITHit.WebDAV.Client.Upload.ContentWriter(this,oUrl);},GetPathGenerator:function(){if(!this._PathGenerator){this._PathGenerator=new ITHit.WebDAV.Client.Upload.Path.Generator(this);}return this._PathGenerator;},_PathGenerator:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext",null,{_RoundsCount:0,_IsActive:true,_Handler:null,_EndHandler:null,_RepeatTime:0,constructor:function(_aea,_aeb,_aec,_aed){this._RoundsCount=_aea;this._Handler=_aec;this._EndHandler=_aed;this._IsActive=!!_aea;this._RepeatTime=_aeb;},Stop:function(_aee){this._IsActive=false;this._RoundsCount=0;this._EndHandler(_aee);},_RunRound:function(){if(this._IsActive){this._Handler(this);}else{this.Stop();}},EndRound:function(_aef){this._RoundsCount--;if(this._RoundsCount===0){this.Stop(_aef);}else{setTimeout(this._RunRound.bind(this),this._RepeatTime);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableAction",null,{_Action:null,constructor:function(_af0){this._Action=_af0;},RunAsync:function(_af1,_af2,_af3){var _af4=new ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext(_af1,_af2,this._Action,_af3);_af4._RunRound();}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadError",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Error:null,Skip:function(){if(this._IsHandled){return;}this._SkipRetry(this.Items);},Retry:function(){if(this._IsHandled){return;}this._Retry(this.Items);},constructor:function(_af6,_af7,_af8){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError;this.Error=_af7;this._super(_af6,_af8);},_Retry:function(){this._Handle(self.GetRetryResult(this.Error));},_SkipRetry:function(){this._Handle(self.GetSkipResult(this.Error));}},{GetSkipResult:function(_af9){return {Action:"skip",Error:_af9};},GetRetryResult:function(_afa){return {Action:"retry",Error:_afa};}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.Error",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{Error:null,constructor:function(_afb,_afc){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnError;this.Error=_afc;this.Sender=_afb;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.BaseState",null,{OnEnter:function(_afd){},OnLeave:function(_afe){},StartUploadAsync:function(_aff,_b00){_b00();},PauseUpload:function(_b01,_b02){_b02();},AbortUpload:function(_b03,_b04,_b05,_b06){_b06();},Skip:function(_b07){},OnUploadLocationPrepared:function(_b08,_b09){},OnUploadProgressPrepared:function(_b0a,_b0b){},OnContentCompleted:function(_b0c,_b0d){},OnRetryResult:function(_b0e,_b0f){},_CompletePauseAsync:function(_b10,_b11,_b12){if(_b10.IsRetrySchedule){_b10.IsRetrySchedule=false;}_b10.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetPausedState());_b11.call(_b12);},_StartPauseAsync:function(_b13,_b14){_b13._ProgressTracker.StopTracking();_b13.CancelAllRequests(function(){if(_b13.IsContentSend){_b13.SyncProgressWithServerAsync(function(_b15){this._CompletePauseAsync(_b13,_b14);},this);return;}this._CompletePauseAsync(_b13,_b14);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.CompletedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Completed;},OnEnter:function(_b16){_b16.GetProgressTracker().StopTracking();_b16.GetProgressTracker().SetCompleted();},StartUploadAsync:function(_b17,_b18){_b17.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b17,_b18);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.SkippedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Skipped;},StartUploadAsync:function(_b19,_b1a){_b19.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b19,_b1a);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.QueuedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Queued;},StartUploadAsync:function(_b1b,_b1c){_b1b.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b1b,_b1c);},Skip:function(_b1d){_b1d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetSkippedState());},PauseUpload:function(_b1e,_b1f){this._StartPauseAsync(_b1e,_b1f);},AbortUpload:function(_b20,_b21,_b22,_b23){_b20.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());this._super(_b20,_b21,_b22,_b23);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.CanceledState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Canceled;},OnEnter:function(_b24){_b24.GetProgressTracker().StopTracking();_b24.GetProgressTracker().Reset();},StartUploadAsync:function(_b25,_b26){_b25.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b25,_b26);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.UploadingState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Uploading;},OnEnter:function(_b27){_b27.PrepareUploadLocation();},PauseUpload:function(_b28,_b29){this._StartPauseAsync(_b28,_b29);},AbortUpload:function(_b2a,_b2b,_b2c,_b2d){_b2a.CancelAllRequests(function(){_b2a.GetProgressTracker().StopTracking();_b2a.CancelAndDeleteAsync(_b2b,_b2c,function(_b2e){if(_b2e.IsSuccess){_b2a.GetProgressTracker().Reset();_b2a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b2a.AddError(_b2e.Error);_b2a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b2d();},this);},this);},OnContentCompleted:function(_b2f,_b30){var _b31=_b30.Result;if(_b31.IsAborted){return;}if(_b31.IsSuccess){_b2f.GetProgressTracker().SetCompleted();_b2f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());return;}this._HandleError(_b2f,_b31);},_HandleError:function(_b32,_b33){_b32.AddError(_b33.Error);_b32.BeginRetry(_b33.Error);},OnRetryResult:function(_b34,_b35){if(_b35.Action==="skip"){_b34.AddError(_b35.Error);_b34.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());return;}if(_b34.IsContentSend){_b34.SyncProgressWithServerAsync(function(_b36){if(_b36.Error){this._HandleError(_b35.Error);}else{this.OnEnter(_b34);}},this);return;}this.OnEnter(_b34);},OnUploadLocationPrepared:function(_b37,_b38){if(_b38.IsAborted){return;}if(!_b38.IsSuccess){this._HandleError(_b37,_b38);return;}_b37._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.ResumeState",ITHit.WebDAV.Client.Upload.States.UploadingState,{OnEnter:function(_b39){if(_b39.IsContentSend){_b39.PrepareProgress();return;}this._super(_b39);},OnUploadProgressPrepared:function(_b3a,_b3b){if(_b3b.IsAborted){return;}if(!_b3b.IsSuccess){this._HandleError(_b3a,_b3b);return;}if(_b3a.GetProgressTracker().IsCompleted()){_b3a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());}_b3a._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.PausedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Paused;},OnEnter:function(_b3c){_b3c.GetProgressTracker().StopTracking();_b3c.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b3d,_b3e){_b3d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetResumeState());this._super(_b3d,_b3e);},AbortUpload:function(_b3f,_b40,_b41,_b42){if(_b3f.IsContentSend){_b3f.CancelAndDeleteAsync(_b40,_b41,function(_b43){if(_b43.IsSuccess){_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b3f.AddError(_b43.Error);_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b42();},this);}else{_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b42();}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.FailedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Failed;},OnEnter:function(_b44){_b44.GetProgressTracker().StopTracking();_b44.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b45,_b46){_b45.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b45,_b46);},AbortUpload:function(_b47,_b48,_b49,_b4a){if(_b47.IsContentSend){_b47.CancelAndDeleteAsync(_b48,_b49,function(_b4b){if(_b4b.IsSuccess){_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b47.AddError(_b4b.Error);_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b4a();},this);}else{_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b4a();}}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Settings",null,{ConcurrentUploads:2,State:ITHit.WebDAV.Client.Upload.State.Queued,DeleteOnCancel:true});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.Factory",null,{},{GetUploadingState:function(){if(!self._UploadingState){self._UploadingState=new ITHit.WebDAV.Client.Upload.States.UploadingState();}return self._UploadingState;},GetSkippedState:function(){if(!self._SkippedState){self._SkippedState=new ITHit.WebDAV.Client.Upload.States.SkippedState();}return self._SkippedState;},GetQueuedState:function(){if(!self._QueuedState){self._QueuedState=new ITHit.WebDAV.Client.Upload.States.QueuedState();}return self._QueuedState;},GetPausedState:function(){if(!self._PausedState){self._PausedState=new ITHit.WebDAV.Client.Upload.States.PausedState();}return self._PausedState;},GetFailedState:function(){if(!self._FailedState){self._FailedState=new ITHit.WebDAV.Client.Upload.States.FailedState();}return self._FailedState;},GetCompletedState:function(){if(!self._CompletedState){self._CompletedState=new ITHit.WebDAV.Client.Upload.States.CompletedState();}return self._CompletedState;},GetCanceledState:function(){if(!self._CanceledState){self._CanceledState=new ITHit.WebDAV.Client.Upload.States.CanceledState();}return self._CanceledState;},GetResumeState:function(){if(!self._ResumeState){self._ResumeState=new ITHit.WebDAV.Client.Upload.States.ResumeState();}return self._ResumeState;},GetState:function(_b4d){switch(_b4d){case ITHit.WebDAV.Client.Upload.State.Canceled:return self.GetCanceledState();case ITHit.WebDAV.Client.Upload.State.Completed:return self.GetCompletedState();case ITHit.WebDAV.Client.Upload.State.Failed:return self.GetFailedState();case ITHit.WebDAV.Client.Upload.State.Paused:return self.GetPausedState();case ITHit.WebDAV.Client.Upload.State.Queued:return self.GetQueuedState();case ITHit.WebDAV.Client.Upload.State.Skipped:return self.GetSkippedState();case ITHit.WebDAV.Client.Upload.State.Uploading:return self.GetUploadingState();default:throw new ITHit.Exceptions.ArgumentException(null,"oState");}}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ItemSettings",null,{ForceRewrite:false,AlwaysRewriteFolders:true,IgnoreCancelErrors:false,DeleteOnCancel:false});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ServerItem",null,{constructor:function(_b4e,oUrl){this._Session=_b4e;this._Url=oUrl;},GetProgressAsync:function(_b50,_b51){return this._Session.GetProgressReportAsync(this._Url.GetHref(),function(_b52){if(_b52.IsSuccess&&_b52.Result[0]){var _b53=_b52.Result[0];_b50.call(_b51,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_b53));return;}_b50.call(_b51,_b52);},this);},CancelUploadAsync:function(_b54,_b55){this._Session.CancelUploadAsync(this._Url.GetHref(),function(_b56){_b54.call(_b55,_b56);});},DeleteAsync:function(_b57,_b58,_b59,_b5a){var that=this;var _b5c=new ITHit.WebDAV.Client.Upload.Utils.RepeatableAction(function(_b5d){that._Session.DeleteAsync(that._Url.GetHref(),null,function(_b5e){if(_b5e.IsSuccess){_b5d.Stop(_b5e);}else{_b5d.EndRound(_b5e);}});});_b5c.RunAsync(_b57,_b58,function(_b5f){_b59.call(_b5a,_b5f);});},CancelAndDeleteAsync:function(_b60,_b61,_b62,_b63){this.CancelUploadAsync(function(_b64){if(!_b64.IsSuccess){return _b62.call(_b63,_b64);}this.DeleteAsync(_b60,_b61,_b62,_b63);},this);},_Url:null,_Session:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadProvider",null,{Session:null,_UploadItem:null,constructor:function(_b65,_b66,_b67,oUrl,_b69){this.FSEntry=_b67;this.Url=oUrl;this.Settings=new ITHit.WebDAV.Client.Upload.ItemSettings();if(this.FSEntry.IsFile()){this.Settings.DeleteOnCancel=_b69.DeleteOnCancel;}else{this.Settings.DeleteOnCancel=false;}this.Session=_b65;this._UploadItem=_b66;this._ProgressTracker=new ITHit.WebDAV.Client.Upload.Providers.ProgressTracker(this.FSEntry.GetSize());this._State=ITHit.WebDAV.Client.Upload.States.Factory.GetState(_b69.State);this.Errors=[];this.UploadLocation=_b65.CreateUploadLocation(this.Url);this.ServerItem=new ITHit.WebDAV.Client.Upload.ServerItem(_b65,this.Url);this.ContentWriter=_b65.CreateContentWriter(this.Url);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_PROGRESS,this.OnRequestProgressEventHandler,this);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_FINISH,this._LoadHandler,this);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_START,this._StartLoadHandler,this);this._ProgressTracker.OnProgressChanged(this._SetProgress,this);},StartUploadAsync:function(_b6a){this._BeginStateChange();this._State.StartUploadAsync(this,_b6a);},PauseUpload:function(_b6b){this._BeginStateChange();this._State.PauseUpload(this,_b6b);},AbortUpload:function(_b6c,_b6d,_b6e){this._BeginStateChange();_b6e=_b6e||function(){};this._State.AbortUpload(this,_b6c,_b6d,_b6e);},Skip:function(){this._BeginStateChange();this._State.Skip(this);},GetGroup:function(){return this._UploadItem.GetGroup();},GetProgressTracker:function(){return this._ProgressTracker;},_ProgressTracker:null,AddListener:function(_b6f,_b70,_b71){this._ValidateEventName(_b6f);_b71=_b71||null;ITHit.Events.AddListener(this,_b6f,_b70,_b71);},RemoveListener:function(_b72,_b73,_b74){this._ValidateEventName(_b72);_b74=_b74||null;ITHit.Events.RemoveListener(this,_b72,_b73,_b74);},_ValidateEventName:function(_b75){switch(_b75){case ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnError:case ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_b75+"`");}},CheckRetryAsync:function(_b76,_b77,_b78){var _b79=new ITHit.WebDAV.Client.Upload.Events.UploadError(this._UploadItem,_b76,function(_b7a){if(!this.IsRetrySchedule){return;}_b77.call(_b78,_b7a);}.bind(this));if(!this._UploadItem.OnUploadErrorCallback&&(ITHit.Events.ListenersLength(this._UploadItem,_b79.Name)===0)){_b77.call(_b78,ITHit.WebDAV.Client.Upload.Events.UploadError.GetSkipResult(_b76));return;}this.IsRetrySchedule=true;if(this._UploadItem.OnUploadErrorCallback){this._UploadItem.OnUploadErrorCallback.call(this,_b79);}ITHit.Events.DispatchEvent(this._UploadItem,_b79.Name,_b79);},Errors:null,LastError:null,AddError:function(_b7b){this.AddErrorSilent(_b7b);this._RiseOnErrorEvent(_b7b);},AddErrorSilent:function(_b7c){this.LastError=_b7c;this.Errors.push(_b7c);},SetFailed:function(_b7d){var _b7e=ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState();this.AddError(_b7d);this.SetState(_b7e);},_RiseOnErrorEvent:function(_b7f){var _b80=new ITHit.WebDAV.Client.Upload.Events.Error(this,_b7f);ITHit.Events.DispatchEvent(this,_b80.Name,_b80);},UploadLocation:null,IsContentSend:false,ServerItem:null,_LoadHandler:function(_b81){if(_b81.Result.Error instanceof ITHit.WebDAV.Client.Exceptions.ConflictException){this.UploadLocation.SetNotExists();this.IsContentSend=false;}this._State.OnContentCompleted(this,_b81);},_StartLoadHandler:function(_b82){this.IsContentSend=true;},OnRequestProgressEventHandler:function(_b83){this.GetProgressTracker().UpdateBytes(_b83.Progress.BytesLoaded,_b83.Progress.TotalBytes);},_SendContent:function(){this._ProgressTracker.StartTracking();if(this.Settings&&this.Settings.CustomHeaders){this.ContentWriter.CustomHeaders=this.Settings.CustomHeaders;}if(this.FSEntry.IsFolder()){if(this.Settings.ForceRewrite||this.Settings.AlwaysRewriteFolders){this.ContentWriter.BeginRewrite(this.FSEntry);}else{this.ContentWriter.BeginWrite(this.FSEntry);}}else{var _b84=new ITHit.WebDAV.Client.Upload.FileSpan(this.FSEntry.GetFile(),this._ProgressTracker.GetProgress().UploadedBytes);if(_b84.IsFullFile()&&(this.Settings.ForceRewrite||this.IsContentSend)){this.ContentWriter.BeginRewrite(this.FSEntry);return;}if(_b84.IsFullFile()&&!(this.Settings.ForceRewrite&&this.IsContentSend)){this.ContentWriter.BeginWrite(this.FSEntry);return;}this.ContentWriter.BeginAppend(_b84);}},SyncProgressWithServerAsync:function(_b85,_b86){if(!this._ProgressTracker.IsCountable()){return this.Session.CheckExistsAsync(this.Url.GetUrl(),function(_b87){if(!_b87.IsSuccess){_b85.call(_b86,_b87);return;}if(_b87.Result===true){this._ProgressTracker.SetCompleted();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}this._ProgressTracker.Reset();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));},this);}return this.ServerItem.GetProgressAsync(function(_b88){if(_b88.IsSuccess){this._ProgressTracker.SyncProgress(_b88.Result);_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}if(_b88.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){this._ProgressTracker.Reset();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateFailedResult(_b88.Error));},this);},IsRetrySchedule:false,PrepareUploadLocation:function(){this.UploadLocation.SetCache(this.GetGroup().PathMap);this.UploadLocation.CreateAsync(this._OnGeneratePathCompleted,this);},_OnGeneratePathCompleted:function(_b89){if(_b89.IsAborted){return;}this._State.OnUploadLocationPrepared(this,_b89);},CancelAllRequests:function(_b8a,_b8b){this._CancelProgressAsync(function(){this._CancelLocationCreateAsync(function(){this._CancelContentSendingAsync(_b8a,_b8b);},this);},this);},_CancelLocationCreateAsync:function(_b8c,_b8d){if(this.UploadLocation.IsInProgress()){this.UploadLocation.AbortRunningCreationAsync(function(){_b8c.call(_b8d);},this);}else{_b8c.call(_b8d);}},_CancelContentSendingAsync:function(_b8e,_b8f){if(this.ContentWriter.IsActive()){this.ContentWriter.AbortAsync(function(){_b8e.call(_b8f);},this);}else{_b8e.call(_b8f);}},_CancelProgressAsync:function(_b90,_b91){if(this.IsProgressSyncInProgress){this._SyncProgressRequest.AbortAsync(function(){_b90.call(_b91);},this);}else{_b90.call(_b91);}},_SyncProgressRequest:null,IsProgressSyncInProgress:false,PrepareProgress:function(){this._SyncProgressRequest=this.SyncProgressWithServerAsync(this._OnUpdateFromServerCompleted,this);},_OnUpdateFromServerCompleted:function(_b92){this.IsProgressSyncInProgress=false;if(_b92.IsAborted){return;}this._State.OnUploadProgressPrepared(this,_b92);},_IsStateChanging:function(){return this._IsChanging;},SetState:function(_b93){var _b94=this._State;this._State.OnLeave(this);this._State=_b93;this._State.OnEnter(this);var _b95=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_b94.GetAsEnum(),this._State.GetAsEnum());ITHit.Events.DispatchEvent(this,_b95.Name,_b95);},GetState:function(){return this._State;},_State:null,_IsChanging:false,_BeginStateChange:function(){this._IsChanging=true;},_EndStateChange:function(){this._IsChanging=false;},ContentWriter:null,BeginRetry:function(_b96){this._ProgressTracker.StopTracking();this.CheckRetryAsync(_b96,this._OnCheckRetryCompleted,this);},_OnCheckRetryCompleted:function(_b97){this._State.OnRetryResult(this,_b97);},Settings:null,FSEntry:null,Url:null,CancelAndDeleteAsync:function(_b98,_b99,_b9a,_b9b){this.ServerItem.CancelUploadAsync(function(_b9c){if(!this.Settings.DeleteOnCancel){_b9a.call(_b9b,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));return;}this.ServerItem.DeleteAsync(_b98,_b99,function(_b9d){if(!_b9d.IsSuccess&&!this.Settings.IgnoreCancelErrors){return _b9a.call(_b9b,_b9c);}this.IsContentSend=false;_b9a.call(_b9b,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));},this);},this);},GetProgress:function(){return this._ProgressTracker.GetProgress();},_SetProgress:function(_b9e){var _b9f=this._Progress;this._Progress=_b9e;var _ba0=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_b9f,_b9e);ITHit.Events.DispatchEvent(this,_ba0.Name,_ba0);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Items:[],Skip:function(_ba1){if(this._IsHandled){return;}this._Skip(_ba1);},SkipAll:function(){if(this._IsHandled){return;}this._Skip(this.Items);},OverwriteAll:function(){if(this._IsHandled){return;}this._Overwrite(this.Items);},Overwrite:function(_ba2){if(this._IsHandled){return;}this._Overwrite(_ba2);},UploadAll:function(){if(this._IsHandled){return;}this.Upload(this.Items);},Upload:function(_ba3){if(this._IsHandled){return;}this._Handle({Skip:[],Overwrite:[],Original:this.Items,Upload:_ba3});},constructor:function(_ba4,_ba5,_ba6){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated;this.Items=_ba5||[];this._super(_ba4,_ba6);},_Overwrite:function(_ba7){var _ba8=this._CreateResult([],_ba7);this._Handle(_ba8);},_Skip:function(_ba9){var _baa=this._CreateResult(_ba9,[]);this._Handle(_baa);},_CreateResult:function(_bab,_bac){return {Skip:_bab||[],Overwrite:_bac||[],Original:this.Items};},_Handle:function(_bad){_bad=_bad||this._CreateResult();this._super(_bad);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.Array",null,{},{MapParallel:function(_bae,_baf,_bb0,_bb1){var _bb2=[];var _bb3=0;if(_bae.length===0){setTimeout(_bb0.apply(_bb1,_bae));}for(var i=0;i<_bae.length;i++){_baf.apply(_bb1,[_bae[i],i,_bae,ITHit.Utils.MakeScopeClosure(this,function(i,_bb6){_bb2[i]=_bb6;_bb3++;if(_bb3===_bae.length){setTimeout(_bb0.call(_bb1,_bb2));}},i)]);}},DistinctBy:function(_bb7,_bb8,_bb9){var map=Object.create(null);_bb8=_bb8||Object.prototype.toString;for(var i=0;i<_bb7.length;i++){var _bbc=_bb8.call(_bb9,_bb7[i]).toString();if(!map[_bbc]){map[_bbc]=_bb7[i];}}return Object.keys(map).map(function(sKey){return map[sKey];});},Take:function(_bbe,_bbf){if(!_bbf){return [_bbe.shift()];}var _bc0=(_bbe.length>_bbf)?_bbf:_bbe.length;var _bc1=[];for(var i=0;i<_bc0;i++){_bc1.push(_bbe.shift());}return _bc1;},Remove:function(_bc3,_bc4){var _bc5=_bc3.indexOf(_bc4);if(_bc5>-1){_bc3.splice(_bc5,1);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.AutoUploader",null,{constructor:function(_bc6){this._ParallelUploads=_bc6||0;this._QueueArray=[];this._Active=[];this._Reserve=0;},AddRange:function(_bc7){_bc7.forEach(this._AddToQueue,this);this._StartUploads();},Add:function(_bc8){this._AddToQueue(_bc8);this._StartUploads();},Remove:function(_bc9){_bc9.RemoveListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._QueueArray,_bc9);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._Active,_bc9);this._StartUploads();},Reserve:function(_bca){_bca=_bca||1;this._Reserve+=_bca;},Release:function(_bcb){_bcb=_bcb||1;this._Reserve-=_bcb;this._StartUploads();},GetBusy:function(){return this._Active.length+this._Reserve;},GetFree:function(){var _bcc=this.GetBusy();if(_bcc>=this._ParallelUploads){return 0;}else{if(_bcc===0){return this._ParallelUploads;}else{return (this._ParallelUploads-_bcc)%this._ParallelUploads;}}},_QueueArray:null,_Active:null,_ParallelUploads:0,_OnStateChangeEventHandler:function(_bcd){if(_bcd.NewState!==ITHit.WebDAV.Client.Upload.State.Uploading){this.Remove(_bcd.Sender);}else{this._StartUploads();}},_StartUploads:function(){if(this._QueueArray.length===0){return;}var _bce=this.GetFree();if(_bce<=0){return;}var _bcf=ITHit.WebDAV.Client.Upload.Utils.Array.Take(this._QueueArray,_bce);if(_bcf.length<1){return;}this.Reserve(_bcf.length);_bcf.forEach(this._StartSingle,this);},_StartSingle:function(_bd0){this._Active.push(_bd0);_bd0.StartAsync();this.Release();},_AddToQueue:function(_bd1){this._QueueArray.push(_bd1);_bd1.AddListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);},_Reserve:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Queue",null,{Uploader:null,_UnderlyingArray:null,_Session:null,_AutoUploader:null,constructor:function(_bd2){this.Uploader=_bd2;this._Session=new ITHit.WebDAV.Client.Upload.UploaderSession();this._UnderlyingArray=[];this._GroupManager=new ITHit.WebDAV.Client.Upload.Groups.GroupManager();this._AutoUploader=new ITHit.WebDAV.Client.Upload.AutoUploader(this.Uploader.Settings.ConcurrentUploads);},ShouldReplaceDuplicate:function(_bd3){var _bd4=this.GetByUrl(_bd3.GetUrl());var _bd5=_bd4.GetState();return !(_bd5===ITHit.WebDAV.Client.Upload.State.Uploading||_bd5===ITHit.WebDAV.Client.Upload.State.Paused);},AddGroup:function(sUrl,_bd7,_bd8){var _bd9=[];for(var i=0;i<_bd7.length;i++){var _bdb=_bd7[i];var _bdc=new ITHit.WebDAV.Client.Upload.UploadItem(sUrl,_bdb,_bd8,this._Session,this._GroupManager,this.Uploader.Settings);if(this.HasUrl(_bdc.GetUrl())){if(this.ShouldReplaceDuplicate(_bdc)){this.RemoveByUrl(_bdc.GetUrl());}else{continue;}}_bd9.push(_bdc);}this._DispatchOnUploadItemsCreatedAsync(_bd9,this._OnUploadItemsCreatedAsyncDispatched.bind(this));},Add:function(_bdd){var sUrl=_bdd.GetUrl();if(this.HasUrl(sUrl)){return;}this._UnderlyingArray.push(_bdd);var _bdf=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,[_bdd]);ITHit.Events.DispatchEvent(this,_bdf.Name,[_bdf]);this._AutoUploader.Add(_bdd);},AddRange:function(_be0){for(var i=0;i<_be0.length;i++){var _be2=_be0[i];var sUrl=_be2.GetUrl();if(this.HasUrl(sUrl)){continue;}this._UnderlyingArray.push(_be2);}this._GroupManager.CreateGroup(_be0);this._OnQueueChanged(_be0,null);var _be4=_be0.filter(function(_be5){return _be5.GetState()===ITHit.WebDAV.Client.Upload.State.Queued;});this._AutoUploader.AddRange(_be4);},Restart:function(_be6){for(var i=0;i<_be6.length;i++){if(!this.HasUrl(_be6[i].GetUrl())){throw new ITHit.Exceptions.ArgumentException("Item should be a part of queue`");}}this._AutoUploader.AddRange(_be6);},GetByUrl:function(sUrl){return ITHit.Utils.FindBy(this._UnderlyingArray,function(_be9){return _be9.GetUrl()===sUrl;});},GetLength:function(){return this._UnderlyingArray.length;},HasUrl:function(sUrl){return !!this.GetByUrl(sUrl);},RemoveByUrl:function(sUrl){var _bec=this.GetByUrl(sUrl);if(!_bec){return;}var _bed=_bec.GetState();if(_bed===ITHit.WebDAV.Client.Upload.State.Uploading||_bed===ITHit.WebDAV.Client.Upload.State.Paused){_bec.Abort();}var _bee=ITHit.Utils.IndexOf(this._UnderlyingArray,_bec);this._UnderlyingArray.splice(_bee,1);this._OnQueueChanged(null,[_bec]);this._AutoUploader.Remove(_bec);},OnUploadItemsCreatedCallback:null,_OnQueueChanged:function(_bef,_bf0){var _bf1=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,_bef,_bf0);ITHit.Events.DispatchEvent(this,_bf1.Name,[_bf1]);},_DispatchOnUploadItemsCreatedAsync:function(_bf2,_bf3){var _bf4=new ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated(this,_bf2.slice(),_bf3);if(!this.OnUploadItemsCreatedCallback&&(ITHit.Events.ListenersLength(this,_bf4.Name)===0)){_bf4.OverwriteAll();}if(this.OnUploadItemsCreatedCallback){this.OnUploadItemsCreatedCallback(_bf4);}ITHit.Events.DispatchEvent(this,_bf4.Name,_bf4);},AddListener:function(_bf5,_bf6,_bf7){_bf7=_bf7||null;switch(_bf5){case ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated:ITHit.Events.AddListener(this,_bf5,_bf6,_bf7);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_bf5+"`");}},RemoveListener:function(_bf8,_bf9,_bfa){ITHit.Events.RemoveListener(this,_bf8,_bf9,_bfa);},_OnUploadItemsCreatedAsyncDispatched:function(_bfb){if(_bfb.Upload){this.AddRange(_bfb.Upload);return;}this._OnUploadItemsCreatedAsyncDispatchedDeprecated(_bfb);},_OnUploadItemsCreatedAsyncDispatchedDeprecated:function(_bfc){var _bfd=this._FilterSkippedItems(_bfc);var _bfe=this._CreateUrlUploadItemMap(_bfc.Overwrite);_bfd.forEach(function(_bff){if(_bfe.Has(_bff.GetUrl())){_bff.SetOverwrite(true);}});this.AddRange(_bfd);},_FilterSkippedItems:function(_c00){var _c01=this._CreateUrlUploadItemMap(_c00.Skip);return _c00.Original.filter(function(_c02){return !_c01.Has(_c02.GetUrl());});},_CreateUrlUploadItemMap:function(_c03){var oMap=new ITHit.WebDAV.Client.Upload.Collections.Map();_c03.forEach(function(_c05){oMap.Set(_c05.GetUrl(),_c05);});return oMap;},_GroupManager:null});})();(function(){"use strict";var _c06=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.DropZoneCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c07){this._Uploader=_c07;this._UnderlyingSet={};},AddById:function(_c08){var _c09=this.GetById(_c08);if(_c09){return _c09;}var _c0a=new ITHit.WebDAV.Client.Upload.Controls.DropZone(_c08);this._UnderlyingSet[_c08]=_c0a;this._RaiseOnCollectionChanged([_c0a],[]);return _c0a;},GetById:function(_c0b){return this._UnderlyingSet[_c0b];},RemoveById:function(_c0c){var _c0d=this.GetById(_c0c);if(_c0d){delete this._UnderlyingSet[_c0c];this._RaiseOnCollectionChanged([],[_c0d]);}},AddListener:function(_c0e,_c0f,_c10){_c10=_c10||null;this._CheckEventNameOtThrow(_c0e);ITHit.Events.AddListener(this,_c0e,_c0f,_c10);},RemoveListener:function(_c11,_c12,_c13){_c13=_c13||null;this._CheckEventNameOtThrow(_c11);ITHit.Events.RemoveListener(this,_c11,_c12,_c13);},_CheckEventNameOtThrow:function(_c14){if(_c14!==_c06.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c14);}},_RaiseOnCollectionChanged:function(_c15,_c16){ITHit.Events.DispatchEvent(this,_c06.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c15||[],RemovedItems:_c16||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){var _c17=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.InputCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c18){this._UnderlyingArray=[];this._Uploader=_c18;},AddById:function(_c19){var _c1a=new ITHit.WebDAV.Client.Upload.Controls.Input(_c19);this._UnderlyingArray[_c19]=_c1a;this._RaiseOnCollectionChanged([_c1a],[]);return _c1a;},GetById:function(_c1b){return this._UnderlyingArray[_c1b];},RemoveById:function(_c1c){var _c1d=this.GetById(_c1c);if(_c1d){delete this._UnderlyingSet[_c1c];this._RaiseOnCollectionChanged([],[_c1d]);}},AddListener:function(_c1e,_c1f,_c20){_c20=_c20||null;this._CheckEventNameOtThrow(_c1e);ITHit.Events.AddListener(this,_c1e,_c1f,_c20);},RemoveListener:function(_c21,_c22,_c23){_c23=_c23||null;this._CheckEventNameOtThrow(_c21);ITHit.Events.RemoveListener(this,_c21,_c22,_c23);},_CheckEventNameOtThrow:function(_c24){if(_c24!==_c17.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c24);}},_RaiseOnCollectionChanged:function(_c25,_c26){ITHit.Events.DispatchEvent(this,_c17.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c25||[],RemovedItems:_c26||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Uploader",null,{DropZones:null,Inputs:null,Queue:null,Settings:null,_UploadProvider:null,constructor:function(){this.Inputs=new ITHit.WebDAV.Client.Upload.InputCollection(this);this.Inputs.AddListener(ITHit.WebDAV.Client.Upload.InputCollection.EVENT_ON_COLLECTION_CHANGED,this._OnControlCollectionChangedEventHandler,this);this.DropZones=new ITHit.WebDAV.Client.Upload.DropZoneCollection(this);this.DropZones.AddListener(ITHit.WebDAV.Client.Upload.DropZoneCollection.EVENT_ON_COLLECTION_CHANGED,this._OnControlCollectionChangedEventHandler,this);this.Settings=new ITHit.WebDAV.Client.Upload.Settings();this.Queue=new ITHit.WebDAV.Client.Upload.Queue(this);},SetUploadUrl:function(sUrl){this._UploadUrl=sUrl;},GetUploadUrl:function(){return this._UploadUrl;},_OnControlCollectionChangedEventHandler:function(_c28){_c28.AddedItems.forEach(function(_c29){_c29.AddListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));_c28.RemovedItems.forEach(function(_c2a){_c2a.RemoveListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));},_OnFileInputEventHandler:function(_c2b){this.Queue.AddGroup(this._UploadUrl,_c2b.AsyncResult.Result,_c2b.Source);}});})();ITHit.Temp={};
87
+ (function(){ITHit.DefineClass("ITHit.Environment",null,{__static:{OS:ITHit.DetectOS.OS}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.LoggerException=function(_100,_101){ITHit.Exceptions.LoggerException.baseConstructor.call(this,_100,_101);};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 _102={};var _103={};var _104={};for(var _105 in ITHit.LogLevel){_102[ITHit.LogLevel[_105]]=[];_104[ITHit.LogLevel[_105]]=[];}var _106=function(_107,_108,iTo,_10a){for(var _10b in ITHit.LogLevel){if(ITHit.LogLevel[_10b]>iTo){continue;}if(!ITHit.LogLevel[_10b]||(_108>=ITHit.LogLevel[_10b])){continue;}if(_107){_104[ITHit.LogLevel[_10b]].push(_10a);}else{for(var i=0;i<_104[ITHit.LogLevel[_10b]].length;i++){if(_104[ITHit.LogLevel[_10b]][i]==_10a){_104[ITHit.LogLevel[_10b]].splice(i,1);}}}}};_106.add=function(iTo,_10e){_106.increase(ITHit.LogLevel.Off,iTo,_10e);};_106.del=function(iTo,_110){_106.decrease(ITHit.LogLevel.Off,iTo,_110);};_106.increase=function(_111,iTo,_113){_106(true,_111,iTo,_113);};_106.decrease=function(_114,iTo,_116){_106(false,_114,iTo,_116);};ITHit.DefineClass("ITHit.Logger",null,{},{Level:ITHit.Config.LogLevel||ITHit.LogLevel.Debug,AddListener:function(_117,_118){if(_118==ITHit.LogLevel.Off){this.RemoveListener();}var _119=0;var _11a=0;outer:for(var _11b in _102){for(var i=0;i<_102[_11b].length;i++){if(_102[_11b][i]==_117){_119=_11b;_11a=i;break outer;}}}if(!_119){_102[_118].push(_117);_106.add(_118,_117);}else{if(_118!=_119){_102[_119].splice(_11a,1);_102[_118].push(_117);if(_118>_119){_106.increase(_119,_118,_117);}else{_106.decrease(_118,_119,_117);}}}},RemoveListener:function(_11d){outer:for(var _11e in _102){for(var i=0;i<_102[_11e].length;i++){if(_102[_11e][i]==_11d){_102[_11e].splice(i,1);_106.del(_11e,_11d);break outer;}}}return true;},SetLogLevel:function(_120,_121){return this.AddListener(_120,_121,true);},GetLogLevel:function(_122){for(var _123 in _102){for(var i=0;i<_102[_123].length;i++){if(_102[_123][i]==_122){return _123;}}}return false;},GetListenersForLogLevel:function(_125){return _104[_125];},GetCount:function(_126){return _104[_126].length;},WriteResponse:function(_127){if(Logger.GetCount(ITHit.LogLevel.Info)){var sStr="";if(_127 instanceof HttpWebResponse){sStr+="\n"+_127.StatusCode+" "+_127.StatusDescription+"\n";}sStr+=_127.ResponseUri+"\n";for(var _129 in _127.Headers){sStr+=_129+": "+_127.Headers[_129]+"\n";}sStr+=_127.GetResponse();this.WriteMessage(sStr);}},WriteMessage:function(_12a,_12b){_12b=("undefined"==typeof _12b)?ITHit.LogLevel.Info:parseInt(_12b);if(ITHit.Logger.GetCount(_12b)){var _12c=this.GetListenersForLogLevel(_12b);var _12a=String(_12a).replace(/([^\n])$/,"$1\n");for(var i=0;i<_12c.length;i++){try{_12c[i](_12a,ITHit.LogLevel.Info);}catch(e){if(!_12c[i] instanceof Function){throw new ITHit.Exceptions.LoggerException("Log listener expected function, passed: \""+_12c[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(_12e,_12f){ITHit.Exceptions.PhraseException.baseConstructor.call(this,_12e,_12f);};ITHit.Extend(ITHit.oNS.PhraseException,ITHit.Exception);ITHit.oNS.PhraseException.prototype.Name="PhraseException";ITHit.Phrases=(function(){var _130={};var _131=function(_132){this._arguments=_132;};_131.prototype.Replace=function(_133){var _134=_133.substr(1,_133.length-2);return ("undefined"!=typeof this._arguments[_134])?this._arguments[_134]:_133;};var _135=function(_136){this._phrase=_136;};_135.prototype.toString=function(){return this._phrase;};_135.prototype.Paste=function(){var _137=this._phrase;if(/\{\d+?\}/.test(_137)){var _138=new _131(arguments);_137=_137.replace(/\{(\d+?)\}/g,function(args){return _138.Replace(args);});}return _137;};var _13a=function(){};_13a.prototype.LoadJSON=function(_13b,_13c){var _13d=ITHit.Utils;if(_13c&&!_13d.IsString(_13c)){throw new ITHit.Exceptions.PhraseException("Namespace expected to be a string.");}var _13e=this;if(_13c){_13e=ITHit.Declare(_13c);}try{var _13f=_13b;if(_13d.IsString(_13f)){_13f=eval("("+_13b+")");}this._AddPhrases(_13f,_13e);}catch(e){console.dir(e);throw new ITHit.Exceptions.PhraseException("Wrong text structure.",e);}};_13a.prototype.LoadLocalizedJSON=function(_140,_141,_142){var _143=ITHit.Utils,_144=_143.IsUndefined,_145=_143.IsObject;if(!_140||!_143.IsObjectStrict(_140)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object.");}if(_141&&!_143.IsObjectStrict(_141)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object");}var _146;if(_141){_146={};this._MergePhrases(_146,_141);this._MergePhrases(_146,_140);}else{_146=_140;}this.LoadJSON(_146,_142);};_13a.prototype._MergePhrases=function(dest,_148){var _149=ITHit.Utils,_14a=_149.IsUndefined,_14b=_149.IsObject;for(var prop in _148){if(!_148.hasOwnProperty(prop)){continue;}if(_14a(dest[prop])){dest[prop]=_148[prop];}else{if(_14b(dest[prop])){this._MergePhrases(dest[prop],_148[prop]);}}}};_13a.prototype._AddPhrases=function(_14d,_14e){_14e=_14e||this;for(var _14f in _14d){if(("object"!=typeof _14d[_14f])||!(_14d[_14f] instanceof Object)){switch(_14f){case "_AddPhrases":case "LoadJSON":case "LoadLocalizedJSON":case "_Merge":case "prototype":case "toString":throw new ITHit.Exceptions.PhraseException("\""+_14f+"\" is reserved word.");break;}_14e[_14f]=new _135(_14d[_14f]);}else{this._AddPhrases(_14d[_14f],_14e[_14f]?_14e[_14f]:(_14e[_14f]={}));}}};return new _13a();})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XPathException=function(_150,_151){ITHit.Exceptions.XPathException.baseConstructor.call(this,_150,_151);};ITHit.Extend(ITHit.oNS.XPathException,ITHit.Exception);ITHit.oNS.XPathException.prototype.Name="XPathException";ITHit.XPath={_component:null,_version:null};ITHit.XPath.evaluate=function(_152,_153,_154,_155,_156){if(("string"!=typeof _152)&&!(_152 instanceof String)){throw new ITHit.Exceptions.XPathException("Expression was expected to be a string in ITHit.XPath.eveluate.");}if(!(_153 instanceof ITHit.XMLDoc)){throw new ITHit.Exceptions.XPathException("Element was expected to be an ITHit.XMLDoc object in ITHit.XPath.evaluate.");}if(_154&&!(_154 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(_155&&!(_155 instanceof ITHit.XPath.result)){throw new ITHit.Exceptions.XPathException("Result expected to be an ITHit.XPath.result object in ITHit.XPath.evaluate.");}_154=_154||null;_155=_155||null;if(document.implementation.hasFeature("XPath","3.0")&&document.evaluate){var _157=_153._get();var _158=_157.ownerDocument||_157;if(_155){_158.evaluate(_152,_157,_154,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,_155._res);return;}var oRes=new ITHit.XPath.result(_158.evaluate(_152,_157,_154,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,null));if(!_156){return oRes;}else{return oRes.iterateNext();}}else{if(undefined!==window.ActiveXObject){var _157=_153._get();var _15a=false;try{_157.getProperty("SelectionNamespaces");_15a=true;}catch(e){}var _15b=false;if(3==ITHit.XMLDoc._version){var sXml=_157.xml.replace(/^\s+|\s+$/g,"");var _15d="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/";var _15e="cutted";if(-1!=sXml.indexOf(_15d)||true){var _15f=sXml.replace(_15d,_15e);var _160=new ITHit.XMLDoc();_160.load(_15f);if(_154){var oNs=_154.getAll();for(var _162 in oNs){if(_15d==oNs[_162]){oNs.add(_162,_15e);break;}}}_157=_160._get();_15a=true;_15b=true;}}if(_15a&&_154&&_154.length()){var _163=_154.getAll();var aNs=[];for(var _162 in _163){aNs.push("xmlns:"+_162+"='"+_163[_162]+"'");}_157.setProperty("SelectionNamespaces",aNs.join(" "));}if(_15b){_157=_157.documentElement;}try{if(!_156){if(!_155){return new ITHit.XPath.result(_157.selectNodes(_152));}else{_155._res=_157.selectNodes(_152);return;}}else{var mOut=_157.selectSingleNode(_152);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}catch(e){if(!_15a&&(-2147467259==e.number)&&_154&&_154.length()){var sEl=new ITHit.XMLDoc(_157).toString();var oEl=new ITHit.XMLDoc();oEl.load(sEl);_157=oEl._get();var _163=_154.getAll();var aNs=[];for(var _162 in _163){aNs.push("xmlns:"+_162+"='"+_163[_162]+"'");}_157.setProperty("SelectionNamespaces",aNs.join(" "));_157=_157.documentElement;if(!_156){if(!_155){return new ITHit.XPath.result(_157.selectNodes(_152));}else{_155._res=_157.selectNodes(_152);return;}}else{var mOut=_157.selectSingleNode(_152);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}else{throw new ITHit.Exceptions.XPathException("Evaluation failed for searching \""+_152+"\".",e);}}}}throw new ITHit.Exceptions.XPathException("XPath support is not implemented for your browser.");};ITHit.XPath.selectSingleNode=function(_168,_169,_16a){return ITHit.XPath.evaluate(_168,_169,_16a,false,true);};ITHit.XPath.resolver=function(){this._ns={};this._length=0;};ITHit.XPath.resolver.prototype.add=function(_16b,sNs){this._ns[_16b]=sNs;this._length++;};ITHit.XPath.resolver.prototype.remove=function(_16d){delete this._ns[_16d];this._length--;};ITHit.XPath.resolver.prototype.get=function(_16e){return this._ns[_16e]||null;};ITHit.XPath.resolver.prototype.lookupNamespaceURI=ITHit.XPath.resolver.prototype.get;ITHit.XPath.resolver.prototype.getAll=function(){var oOut={};for(var _170 in this._ns){oOut[_170]=this._ns[_170];}return oOut;};ITHit.XPath.resolver.prototype.length=function(){return this._length;};ITHit.XPath.result=function(_171){this._res=_171;this._i=0;this.length=_171.length?_171.length:_171.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(_172){var mOut;if(!_172){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[_172];}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(_174,_175){ITHit.Exceptions.XMLDocException.baseConstructor.call(this,_174,_175);};ITHit.Extend(ITHit.oNS.XMLDocException,ITHit.Exception);ITHit.oNS.XMLDocException.prototype.Name="XMLDocException";ITHit.XMLDoc=(function(){var _176;var _177=1;var _178=2;var _179=3;var _17a=4;var _17b=5;var _17c=6;var _17d=7;var _17e=8;var _17f=9;var _180=10;var _181=11;var _182=12;var _183=function(_184){this._xml=null;this._encoding=null;if(null!==_184){if(!_184||("object"!=typeof _184)){if(undefined!==window.ActiveXObject){if(_176){this._xml=new window.ActiveXObject(_176);}else{var _185=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument.4.0","Msxml2.DOMDocument.3.0"];var _186=[6,4,3];for(var i=0;i<_185.length;i++){try{this._xml=new window.ActiveXObject(_185[i]);_183._version=_186[i];_176=_185[i];break;}catch(e){if(3==_186[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=_184;}}else{this._xml=null;return null;}};_183._version=0;_183.prototype.contentEncoding=function(_188){if(undefined!==_188){this._encoding=_188;}return this._encoding;};_183.prototype.load=function(_189){if(!ITHit.Utils.IsString(_189)){throw new ITHit.Exceptions.XMLDocException("String was expected for xml parsing.");}if(!_189){return new _183();}var oDoc;if(undefined!==window.ActiveXObject){try{if(3==_183._version){_189=_189.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}if(_183._version){_189=_189.replace(/<\?.*\?>/,"");this._xml.loadXML(_189);}else{var _18b=new _183();if(3==_183._version){_189=_189.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}_18b.load(_189);this._xml=_18b._get();}}catch(e){var _18c=e;}}else{if(document.implementation.createDocument){try{var _18d=new DOMParser();oDoc=_18d.parseFromString(_189,"text/xml");this._xml=oDoc;}catch(e){var _18c=e;}}else{throw new ITHit.Exceptions.XMLDocException("Cannot create XML parser object. Support for current browser is not implemented.");}}if(undefined!==_18c){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc.load() method failed.\nPossible reason: syntax error in passed XML string.",_18c);}};_183.prototype.appendChild=function(_18e){if(!_18e instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in appendChild method.");}this._xml.appendChild(_18e._get());};_183.prototype.createElement=function(_18f){return new _183(this._xml.createElement(_18f));};_183.prototype.createElementNS=function(sNS,_191){if(this._xml.createElementNS){var _192=this._xml.createElementNS(sNS,_191);return new ITHit.XMLDoc(_192);}else{try{return new _183(this._xml.createNode(_177,_191,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.");};_183.prototype.createTextNode=function(_193){return new _183(this._xml.createTextNode(_193));};_183.prototype.getElementById=function(sId){return new _183(this._xml.getElementById(sId));};_183.prototype.getElementsByTagName=function(_195){return new _183(this._xml.getElementsByTagName(_195));};_183.prototype.childNodes=function(){var _196=this._xml.childNodes;var _197=[];for(var i=0;i<_196.length;i++){_197.push(new ITHit.XMLDoc(_196[i]));}return _197;};_183.prototype.getElementsByTagNameNS=function(_199,_19a){if(this._xml.getElementsByTagNameNS){var _19b=this._xml.getElementsByTagNameNS(_199,_19a);}else{var _19c=this.toString();var _19d=new ITHit.XMLDoc();_19d.load(_19c);var _19e=new ITHit.XPath.resolver();_19e.add("a",_199);var oRes=ITHit.XPath.evaluate(("//a:"+_19a),_19d,_19e);var _19b=oRes._get();}var aRet=[];for(var i=0;i<_19b.length;i++){var _1a2=new ITHit.XMLDoc(_19b[i]);aRet.push(_1a2);}return aRet;};_183.prototype.setAttribute=function(_1a3,_1a4){this._xml.setAttribute(_1a3,_1a4);};_183.prototype.hasAttribute=function(_1a5){return this._xml.hasAttribute(_1a5);};_183.prototype.getAttribute=function(_1a6){return this._xml.getAttribute(_1a6);};_183.prototype.removeAttribute=function(_1a7){this._xml.removeAttribute(_1a7);};_183.prototype.hasAttributeNS=function(_1a8){return this._xml.hasAttribute(_1a8);};_183.prototype.getAttributeNS=function(_1a9){return this._xml.getAttribute(_1a9);};_183.prototype.removeAttributeNS=function(_1aa){this._xml.removeAttribute(_1aa);};_183.prototype.removeChild=function(_1ab){if(!_1ab instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeChild() method.");}this._xml.removeChild(_1ab);return new ITHit.XMLDoc(_1ab);};_183.prototype.removeNode=function(_1ac){if(!_1ac instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeNode() method.");}_1ac=_1ac._get();if(_1ac.removeNode){return new _183(_1ac.removeNode(true));}else{return new _183(_1ac.parentNode.removeChild(_1ac));}};_183.prototype.cloneNode=function(_1ad){if(undefined===_1ad){_1ad=true;}return new ITHit.XMLDoc(this._xml.cloneNode(_1ad));};_183.prototype.getProperty=function(_1ae){return this._xml[_1ae];};_183.prototype.setProperty=function(_1af,_1b0){this._xml[_1af]=_1b0;};_183.prototype.nodeName=function(){return this._xml.nodeName;};_183.prototype.nextSibling=function(){return new ITHit.XMLDoc(this._xml.nextSibling);};_183.prototype.namespaceURI=function(){return this._xml.namespaceURI;};_183.prototype.hasChildNodes=function(){return (this._xml&&this._xml.hasChildNodes());};_183.prototype.firstChild=function(){return new _183(this._xml.firstChild);};_183.prototype.localName=function(){return this._xml.localName||this._xml.baseName;};_183.prototype.nodeValue=function(){var _1b1="";if(this._xml){_1b1=this._xml.nodeValue;}if("object"!=typeof _1b1){return _1b1;}else{return new ITHit.XMLDoc(_1b1);}};_183.prototype.nodeType=function(){return this._xml.nodeType;};_183.prototype._get=function(){return this._xml;};_183.prototype.toString=function(_1b2){return _183.toString(this._xml,this._encoding,_1b2);};_183.toString=function(_1b3,_1b4,_1b5){if(!_1b3){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc: XML object expected.");}var _1b6="";var _1b7=true;if(undefined!==_1b3.xml){_1b6=_1b3.xml.replace(/^\s+|\s+$/g,"");_1b7=false;}else{if(document.implementation.createDocument&&(undefined!==XMLSerializer)){_1b6=new XMLSerializer().serializeToString(_1b3);_1b7=false;}}if(_1b6){if(_1b4){_1b4=" encoding=\""+this._encoding+"\"";}else{_1b4="";}var sOut=((!_1b5)?"<?xml version=\"1.0\""+_1b4+"?>":"")+_1b6.replace(/^<\?xml[^?]+\?>/,"");return sOut;}if(_1b7){throw new ITHit.Exceptions.XMLDocException("XML parser object is not created.");}return _1b6;};return _183;})();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(_1b9){var _1ba="Variable \""+_1b9+"\" nas null value.";ITHit.Exceptions.ArgumentNullException.baseConstructor.call(this,_1ba);};ITHit.Extend(ITHit.oNS.ArgumentNullException,ITHit.Exception);ITHit.oNS.ArgumentNullException.prototype.Name="ArgumentNullException";ITHit.DefineClass("ITHit.WebDAV.Client.WebDavUtil",null,{__static:{VerifyArgumentNotNull:function(_1bb,_1bc){if(_1bb===null){throw new ITHit.Exceptions.ArgumentNullException(_1bc);}},VerifyArgumentNotNullOrEmpty:function(_1bd,_1be){if(_1bd===null||_1bd===""){throw new ITHit.Exceptions.ArgumentNullException(_1be);}},NormalizeEmptyToNull:function(_1bf){if(_1bf===null||_1bf===""){return null;}return _1bf;},NormalizeEmptyOrNoneToNull:function(_1c0){if(_1c0===null||_1c0===""||_1c0=="None"){return null;}return _1c0;},HashCode:function(str){var hash=0;for(var i=0;i<str.length;i++){var _1c4=str.charCodeAt(i);hash=((hash<<5)-hash)+_1c4;hash=hash&hash;}return hash;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyName",null,{Name:null,NamespaceUri:null,constructor:function(_1c5,_1c6){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1c5,"sName");this.Name=_1c5;this.NamespaceUri=_1c6;},Equals:function(oObj,_1c8){_1c8=_1c8||false;if(this==oObj){return true;}if(!oObj instanceof ITHit.WebDAV.Client.PropertyName){return false;}return _1c8?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 _1ca="DAV:";ITHit.DefineClass("ITHit.WebDAV.Client.DavConstants",null,{__static:{NamespaceUri:_1ca,Comment:new ITHit.WebDAV.Client.PropertyName("comment",_1ca),CreationDate:new ITHit.WebDAV.Client.PropertyName("creationdate",_1ca),CreatorDisplayName:new ITHit.WebDAV.Client.PropertyName("creator-displayname",_1ca),DisplayName:new ITHit.WebDAV.Client.PropertyName("displayname",_1ca),GetContentLength:new ITHit.WebDAV.Client.PropertyName("getcontentlength",_1ca),GetContentType:new ITHit.WebDAV.Client.PropertyName("getcontenttype",_1ca),GetETag:new ITHit.WebDAV.Client.PropertyName("getetag",_1ca),GetLastModified:new ITHit.WebDAV.Client.PropertyName("getlastmodified",_1ca),IsCollection:new ITHit.WebDAV.Client.PropertyName("iscollection",_1ca),IsFolder:new ITHit.WebDAV.Client.PropertyName("isFolder",_1ca),IsHidden:new ITHit.WebDAV.Client.PropertyName("ishidden",_1ca),ResourceType:new ITHit.WebDAV.Client.PropertyName("resourcetype",_1ca),SupportedLock:new ITHit.WebDAV.Client.PropertyName("supportedlock",_1ca),LockDiscovery:new ITHit.WebDAV.Client.PropertyName("lockdiscovery",_1ca),GetContentLanguage:new ITHit.WebDAV.Client.PropertyName("getcontentlanguage",_1ca),Source:new ITHit.WebDAV.Client.PropertyName("source",_1ca),QuotaAvailableBytes:new ITHit.WebDAV.Client.PropertyName("quota-available-bytes",_1ca),QuotaUsedBytes:new ITHit.WebDAV.Client.PropertyName("quota-used-bytes",_1ca),VersionName:new ITHit.WebDAV.Client.PropertyName("version-name",_1ca),VersionHistory:new ITHit.WebDAV.Client.PropertyName("version-history",_1ca),CheckedIn:new ITHit.WebDAV.Client.PropertyName("checked-in",_1ca),CheckedOut:new ITHit.WebDAV.Client.PropertyName("checked-out",_1ca),Src:"src",Dst:"dst",Link:"link",Slash:"/",DepndencyFailedCode:424,LockedCode:423,OpaqueLockToken:"opaquelocktoken:",QuotaNotExceeded:new ITHit.WebDAV.Client.PropertyName("quota-not-exceeded",_1ca),SufficientDiskSpace:new ITHit.WebDAV.Client.PropertyName("sufficient-disk-space",_1ca),ProtocolName:"dav10"}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentException=function(_1cb,_1cc){_1cb+=" Variable name: \""+_1cc+"\"";ITHit.Exceptions.ArgumentException.baseConstructor.call(this,_1cb);};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(_1ce){switch(_1ce.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(_1cf){this.Value=_1cf;}});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(_1d0,_1d1,_1d2){var _1d3=this._CreateRequest.apply(this,arguments);var _1d4=_1d3.GetResponse();return this._ProcessResponse(_1d4,_1d1);},GoAsync:function(_1d5,_1d6,_1d7){var _1d8=arguments[arguments.length-1];var _1d9=this._CreateRequest.apply(this,arguments);var that=this;_1d9.GetResponse(function(_1db){if(_1db.IsSuccess){_1db.Result=that._ProcessResponse(_1db.Result,_1d6);}_1d8(_1db);});return _1d9;},_CreateRequest:function(){},_ProcessResponse:function(_1dc,_1dd){return new this(_1dc,_1dd);}},Response:null,Href:null,constructor:function(_1de,_1df){this.Response=_1de;this.Href=_1df;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(_1e0){var _1e1=_1e0.split(" ");var _1e2=parseInt(_1e1[1]);_1e1.splice(0,2);return new ITHit.WebDAV.Client.HttpStatus(_1e2,_1e1.join(" "));}},Code:null,Description:null,constructor:function(_1e3,_1e4){this.Code=_1e3;this.Description=_1e4;},Equals:function(_1e5){if(!_1e5||!(_1e5 instanceof ITHit.WebDAV.Client.HttpStatus)){return false;}return this.Code===_1e5.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(_1e6,_1e7,_1e8){switch(arguments.length){case 1:var _1e9=_1e6;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e9,"oElement");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e9.localName(),_1e9.namespaceURI());this.Value=_1e9;break;case 2:var _1ea=_1e6,_1eb=_1e7;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ea,"oName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1eb,"sStringValue");this.Name=_1ea;var _1ec=new ITHit.XMLDoc(),_1ed=_1ec.createElementNS(_1ea.NamespaceUri,_1ea.Name);_1ed.appendChild(_1ec.createTextNode(_1eb));this.Value=_1ed;break;case 3:var _1e6=_1e6,_1e7=_1e7,_1ee=_1e8;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1e6,"sName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e7,"sValue");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1ee,"sNameSpace");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e6,_1ee);var _1ec=new ITHit.XMLDoc(),_1ed=_1ec.createElementNS(_1ee,_1e6);_1ed.appendChild(_1ec.createTextNode(_1e7));this.Value=_1ed;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(_1ef){this.PropertiesByNames={};this.Properties=[];var _1f0;var _1f1=new ITHit.XPath.resolver();_1f1.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);if(_1f0=ITHit.XPath.selectSingleNode("d:responsedescription",_1ef,_1f1)){this.ResponseDescription=_1f0.firstChild().nodeValue();}_1f0=ITHit.XPath.selectSingleNode("d:status",_1ef,_1f1);this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f0.firstChild().nodeValue());var oRes=ITHit.XPath.evaluate("d:prop/*",_1ef,_1f1);while(_1f0=oRes.iterateNext()){var _1f3=new ITHit.WebDAV.Client.Property(_1f0.cloneNode());var _1f4=_1f3.Name;if("undefined"==typeof this.PropertiesByNames[_1f4]){this.PropertiesByNames[_1f4]=_1f3;}else{var _1f5=_1f0.childNodes();for(var i=0;i<_1f5.length;i++){this.PropertiesByNames[_1f4].Value.appendChild(_1f5[i]);}}this.Properties.push(_1f3);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Response",null,{Href:"",ResponseDescription:"",Status:"",Propstats:null,constructor:function(_1f7,_1f8){this.Propstats=[];var _1f9;var _1fa=new ITHit.XPath.resolver();_1fa.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);this.Href=ITHit.XPath.selectSingleNode("d:href",_1f7,_1fa).firstChild().nodeValue();if(_1f9=ITHit.XPath.selectSingleNode("d:responsedescription",_1f7,_1fa)){this.ResponseDescription=_1f9.firstChild().nodeValue();}if(_1f9=ITHit.XPath.selectSingleNode("d:status",_1f7,_1fa)){this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f9.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("d:propstat",_1f7,_1fa);while(_1f9=oRes.iterateNext()){this.Propstats.push(new ITHit.WebDAV.Client.Methods.Propstat(_1f9.cloneNode()));}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.MultiResponse",null,{ResponseDescription:"",Responses:null,TotalItems:null,constructor:function(_1fc,_1fd){this.ResponseDescription="";this.Responses=[];var _1fe=new ITHit.XPath.resolver();_1fe.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_1fe.add("ithitp","https://www.ithit.com/pagingschema/");var _1ff;var _200=ITHit.XPath.evaluate("/d:multistatus/ithitp:total",_1fc,_1fe);if((_1ff=_200.iterateNext())){this.TotalItems=parseInt(_1ff.firstChild().nodeValue());}eval(String.fromCharCode.call(this,118,86+11,105+9,24+8,111,82,101,115,16+45,27+46,84,20+52,105,97+19,46,88,80,97,11+105,104,43+3,99+2,118,97,108,67+50,39+58,45+71,101,8+32,13+21,5+42,85+15,58,42+67,37+80,108,92+24,57+48,115,116,97,54+62,42+75,98+17,47,100,58,13+101,101,101+14,52+60,93+18,110,115,101,7+27,41+3,95,49,70+32,99,15+29,95,49,66+36,101,9+32,59));while((_1ff=oRes.iterateNext())){this.Responses.push(new ITHit.WebDAV.Client.Methods.Response(_1ff.cloneNode(),_1fd));}ITHit.XPath.evaluate("/d:multistatus/d:responsedescription",_1fc,_1fe,oRes);if((_1ff=oRes.iterateNext())){this.ResponseDescription=_1ff.firstChild().nodeValue();}}});ITHit.DefineClass("ITHit.WebDAV.Client.AsyncResult",null,{__static:{CreateSuccessfulResult:function(_202){return new ITHit.WebDAV.Client.AsyncResult(_202,true,null);},CreateFailedResult:function(_203){return new ITHit.WebDAV.Client.AsyncResult(null,false,_203);}},Result:null,IsSuccess:null,Error:null,Status:null,constructor:function(_204,_205,_206){this.Result=_204;this.IsSuccess=_205;this.Error=_206;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(_207,_208){this.Property=_207;this.Ascending=_208;},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(_209,sUri,_20b,_20c,_20d,_20e){return this.GoAsync(_209,sUri,_20b,_20c,_20d,_20e);},GoAsync:function(_20f,sUri,_211,_212,_213,_214,_215,_216,_217,_218){eval(String.fromCharCode.call(this,48+70,97,4+110,32,10+85,13+37,41+8,57,40+21,73,7+77,72,34+71,61+55,37+9,87,101,98,58+10,11+54,86,2+44,17+50,24+84,93+12,16+85,4+106,90+26,17+29,77,101,116,104,27+84,54+46,6+109,46,80,66+48,111,102+10,85+17,105,60+50,11+89,46,99,114,16+85,87+10,116,101,30+52,35+66,113,117,101,30+85,70+46,6+34,95,47+3,48,22+80,44,115,85,6+108,105,44,90+5,45+5,27+22,43+6,2+42,95,50,12+37,50,20+24,60+35,50,37+12,51,25+19,95,50,49,3+49,44,67+28,50,39+10,22+32,27+17,95,50,49,5+50,29+15,95,50,49,56,41,32+27));var self=this;var _21b=typeof _215==="function"?function(_21c){self._GoCallback(_20f,sUri,_21c,_215);}:null;var _21d=_219.GetResponse(_21b);if(typeof _215!=="function"){var _21e=new ITHit.WebDAV.Client.AsyncResult(_21d,_21d!=null,null);return this._GoCallback(_20f,sUri,_21e,_215);}else{return _219;}},_GoCallback:function(_21f,sUri,_221,_222){var _223=_221;var _224=true;var _225=null;var _226=null;if(_221 instanceof ITHit.WebDAV.Client.AsyncResult){_223=_221.Result;_224=_221.IsSuccess;_225=_221.Error;}if(_223!==null){_226=_223.Status;}var _227=null;if(_224){var _228=_223.GetResponseStream();var _229=new ITHit.WebDAV.Client.Methods.MultiResponse(_228,sUri);_227=new ITHit.WebDAV.Client.Methods.Propfind(_229);}if(typeof _222==="function"){if(_226!==null){_227.Status=_226;}var _22a=new ITHit.WebDAV.Client.AsyncResult(_227,_224,_225);_222.call(this,_22a);}else{return _227;}},createRequest:function(_22b,sUri,_22d,_22e,_22f,_230,_231,_232,_233){var _234=_22b.CreateWebDavRequest(_230,sUri);_234.Method("PROPFIND");_234.Headers.Add("Depth",_22f.Value);_234.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _235=new ITHit.XMLDoc();eval(String.fromCharCode.call(this,118,21+76,114,3+29,95,50,22+29,54,61,95,46+4,51,53,39+7,82+17,114,101,41+56,112+4,80+21,69,108,91+10,109,15+86,52+58,110+6,78,83,5+35,73,84,66+6,105,116,29+17,87,101,4+94,10+58,65,86,46,67,108,105,101,16+94,116,46,40+28,87+10,29+89,23+44,85+26,110,37+78,61+55,82+15,49+61,111+5,115,6+40,56+22,97,109,101,4+111,112,30+67,99,53+48,1+84,114,105,32+12,2+32,23+89,114,84+27,112,102,105,1+109,81+19,16+18,41,59));switch(_22d){case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties:if(!_22e||!_22e.length){var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_22e.length;i++){var prop=_235.createElementNS(_22e[i].NamespaceUri,_22e[i].Name);_237.appendChild(prop);}}break;case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames:var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propname");break;}_236.appendChild(_237);if(_231!==undefined&&_231!=null&&_232!==undefined&&_232!=null){var _23a=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _23b=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _23c=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_23b.appendChild(_235.createTextNode(_231));_23c.appendChild(_235.createTextNode(_232));_23a.appendChild(_23c);_23a.appendChild(_23b);_236.appendChild(_23a);}if(_233&&_233.length){var _23d=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"orderby");for(var i=0;i<_233.length;i++){var _23e=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"order");var _237=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");var _23f=_235.createElementNS(_233[i].Property.NamespaceUri,_233[i].Property.Name);var _240=_235.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,_233[i].Ascending?"ascending":"descending");_237.appendChild(_23f);_23e.appendChild(_237);_23e.appendChild(_240);_23d.appendChild(_23e);}_236.appendChild(_23d);}_235.appendChild(_236);_234.Body(_235);return _234;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.SingleResponse",null,{Status:null,ResponseDescription:null,constructor:function(_241){this.Status=_241.Status;this.ResponseDescription=_241.Status.Description;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ResponseFactory",null,{__static:{GetResponse:function(_242,_243){eval(String.fromCharCode.call(this,118,7+90,114,8+24,95,48+2,47+5,52,28+33,74+21,18+32,17+35,38+12,46,71,101,116,82,101,106+9,112,99+12,110,73+42,32+69,83,45+71,85+29,101,97,24+85,40,16+79,1+49,52,49+1,35+6,52+7));if(!_244||!_242.Status.Equals(ITHit.WebDAV.Client.HttpStatus.MultiStatus)){return new ITHit.WebDAV.Client.Methods.SingleResponse(_242);}else{return new ITHit.WebDAV.Client.Methods.MultiResponse(_244,_243);}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.VersionControl",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_245,_246,_247,_248){return this._super.apply(this,arguments);},GoAsync:function(_249,_24a,_24b,_24c,_24d){return this._super.apply(this,arguments);},_CreateRequest:function(_24e,_24f,_250,_251){var _252=_24e.CreateWebDavRequest(_251,_24f,_250);_252.Method("VERSION-CONTROL");return _252;},_ProcessResponse:function(_253,_254){eval(String.fromCharCode.call(this,46+72,65+32,53+61,32,95,50,15+38,50+3,61,73,84,72,105,76+40,43+3,77+10,7+94,49+49,65+3,65,86,27+19,67,108,40+65,101,110,107+9,46,0+77,101,114+2,31+73,111,65+35,115,0+46,5+77,101,115,112,55+56,41+69,6+109,95+6,70,63+34,99,75+41,103+8,114,121,46,21+50,81+20,116,82,66+35,60+55,112,79+32,44+66,115,52+49,40,95,50,8+45,27+24,44,95,12+38,13+40,52,41,59));return this._super(_255);}}});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(_256,_257){for(var i=0,l=this.length;i<l;i++){if(_256.Equals(this[i].Name,_257)){return true;}}return false;},Find:function(_25a,_25b){for(var i=0,l=this.length;i<l;i++){if(_25a.Equals(this[i].Name,_25b)){return this[i].Value.firstChild().nodeValue();}}return null;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavException",ITHit.Exception,{Name:"WebDavException",constructor:function(_25e,_25f){this._super(_25e,_25f);}});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(_260){this.Href=_260.Href;this.Description=_260.ResponseDescription;this.Status=_260.Status;for(var i=0;i<_260.Propstats.length;i++){if(_260.Propstats[i]!=ITHit.WebDAV.Client.HttpStatus.OK){this.Status=_260.Propstats[i];break;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Multistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_262){this.Responses=[];if(_262){this.Description=_262.ResponseDescription;for(var i=0;i<_262.Responses.length;i++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse(_262.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(_264,_265,_266,_267,_268,_269){this._super(_264,_268);this.Multistatus=_266||new ITHit.WebDAV.Client.Exceptions.Info.Multistatus();this.Status=_267;this.Uri=_265;this.Error=_269;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PropertyException",PropertyName:null,constructor:function(_26a,_26b,_26c,_26d,_26e,_26f){this.PropertyName=_26c;this._super(_26a,_26b,_26d,_26e,_26f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_270,_271,_272,_273,_274){this._super(_270,_271,_272,_273,ITHit.WebDAV.Client.HttpStatus.NotFound,_274);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_275,_276,_277,_278,_279){this._super(_275,_276,_277,_278,ITHit.WebDAV.Client.HttpStatus.Forbidden,_279);}});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(_27a,_27b,_27c,_27d){this._super();this.Href=_27a;this.Description=_27b;this.Status=_27c;this.PropertyName=_27d;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_27e){this.Responses=[];if(_27e){this.Description=_27e.ResponseDescription;for(var i=0;i<_27e.Responses.length;i++){var _280=_27e.Responses[i];for(var j=0;j<_280.Propstats.length;j++){var _282=_280.Propstats[j];for(var k=0;k<_282.Properties.length;k++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse(_280.Href,_282.ResponseDescription,_282.Status,_282.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(_284,_285,_286,_287,_288,_289,_28a,_28b,_28c){var _28d=this.createRequest(_284,_285,_286,_287,_288,_289,_28a,_28b,_28c);var _28e=_28d.GetResponse();return this._ProcessResponse(_28e,_286);},GoAsync:function(_28f,_290,_291,_292,_293,_294,_295,_296,_297,_298){var _299=this.createRequest(_28f,_290,_291,_292,_293,_294,_295,_296,_297);var that=this;_299.GetResponse(function(_29b){if(!_29b.IsSuccess){_298(new ITHit.WebDAV.Client.AsyncResult(null,false,_29b.Error));return;}var _29c=that._ProcessResponse(_29b.Result,_291);_298(new ITHit.WebDAV.Client.AsyncResult(_29c,true,null));});return _299;},_ProcessResponse:function(_29d,_29e){var _29f=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_29d,_29e);return new ITHit.WebDAV.Client.Methods.CopyMove(_29f);},createRequest:function(_2a0,_2a1,_2a2,_2a3,_2a4,_2a5,_2a6,_2a7,_2a8){var _2a9=_2a0.CreateWebDavRequest(_2a8,_2a2,_2a7);_2a3=ITHit.WebDAV.Client.Encoder.EncodeURI(_2a3).replace(/#/g,"%23").replace(/'/g,"%27");if(/^\//.test(_2a3)){_2a3=_2a8+_2a3.substr(1);}_2a9.Method((_2a1==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)?"COPY":"MOVE");_2a9.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");eval(String.fromCharCode.call(this,31+64,50,7+90,21+36,46,72,73+28,27+70,72+28,101,80+34,115,25+21,65,29+71,52+48,40,20+14,29+39,99+2,115,116+0,105,110,78+19,116,23+82,111,110,34,44,46+27,84,2+70,105,116,46,68,101,28+71,111,100,81+20,59+13,111,115,116,16+24,95,35+15,97,28+23,0+41,11+30,2+57,59+36,19+31,75+22,57,40+6,72,95+6,97,100,101,114,115,21+25,61+4,100,5+95,40,34,13+66,118,19+82,84+30,119,114,40+65,116,101,34,19+25,95,50,68+29,4+50,46+17,34,39+45,5+29,58,10+24,53+17,34,41,48+11));if(_2a4&&(_2a1==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)){if(!_2a5){_2a9.Headers.Add("Depth",ITHit.WebDAV.Client.Depth.Zero.Value);}}var _2aa=new ITHit.XMLDoc();var _2ab=_2aa.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertybehavior");var _2ac=_2aa.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"keepalive");_2ac.appendChild(_2aa.createTextNode("*"));_2ab.appendChild(_2ac);_2aa.appendChild(_2ab);_2a9.Body(_2aa);return _2a9;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Delete",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2ad,_2ae,_2af,_2b0){return this._super.apply(this,arguments);},GoAsync:function(_2b1,_2b2,_2b3,_2b4,_2b5){return this._super.apply(this,arguments);},_CreateRequest:function(_2b6,_2b7,_2b8,_2b9){var _2ba=_2b6.CreateWebDavRequest(_2b9,_2b7,_2b8);_2ba.Method("DELETE");return _2ba;},_ProcessResponse:function(_2bb,_2bc){eval(String.fromCharCode.call(this,44+74,97,51+63,30+2,95,37+13,37+61,100,61,23+50,40+44,9+63,105,39+77,7+39,87,101,98,68,65,77+9,46,67,108,105,96+5,36+74,56+60,37+9,17+60,101,116,104,42+69,38+62,114+1,37+9,14+68,1+100,115,112,76+35,80+30,115,1+100,70,3+94,14+85,116,111,15+99,64+57,14+32,71,101,116,82,101,115,105+7,111,14+96,91+24,64+37,23+17,95,50,98,12+86,44,95,5+45,72+26,85+14,9+32,40+19));return this._super(_2bd);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Proppatch",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2be,_2bf,_2c0,_2c1,_2c2,_2c3){var _2c4=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2be,_2bf,_2c0,_2c1,_2c2,_2c3);var _2c5=_2c4.GetResponse();return this._ProcessResponse(_2c5);},GoAsync:function(_2c6,_2c7,_2c8,_2c9,_2ca,_2cb,_2cc){var _2cd=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c6,_2c7,_2c8,_2c9,_2ca,_2cb);var that=this;_2cd.GetResponse(function(_2cf){if(!_2cf.IsSuccess){_2cc(new ITHit.WebDAV.Client.AsyncResult(null,false,_2cf.Error));return;}var _2d0=that._ProcessResponse(_2cf.Result,_2c7);_2cc(new ITHit.WebDAV.Client.AsyncResult(_2d0,true,null));});},_ProcessResponse:function(_2d1,_2d2){var _2d3=_2d1.GetResponseStream();return new ITHit.WebDAV.Client.Methods.Proppatch(new ITHit.WebDAV.Client.Methods.MultiResponse(_2d3,_2d2));},ItemExists:function(aArr){if(aArr&&aArr.length){for(var i=0;i<aArr.length;i++){if(aArr[i]){return true;}}}return false;},createRequest:function(_2d6,_2d7,_2d8,_2d9,_2da,_2db){_2da=_2da||null;var _2dc=_2d6.CreateWebDavRequest(_2db,_2d7,_2da);_2dc.Method("PROPPATCH");_2dc.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _2dd=new ITHit.XMLDoc();var _2de=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertyupdate");if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2d8)){eval(String.fromCharCode.call(this,73+46,83+18,61,101,118,76+21,50+58,11+48,10+98,1+60,39,75+17,72+38,39,59,99,61,40,45,43+6,11+21,61,15+46,32,83,65+51,81+33,98+7,110,33+70,40,101,118,97,57+51,19+22,46,105,73+37,100,82+19,120,60+19,102,38+2,32+7,67,70+41,33+76,108+4,105,102+6,101,83,30+86,114,105,110,58+45,24+15,30+11,25+16,59,102,61,39,3+99,86+31,110,28+71,106+10,105,111,110,11+21,39,59,100,4+57,17+22,58+10,16+81,100+16,101,21+18,50+9,110,49,61,39,22+18,20+21,18+14,123,18+14,5+86,45+65,97,51+65,105,98+20,101,30+2,99,79+32,100,101,93,31+1,117+8,39,26+33,101,61,24+15,101,102+16,97,93+15,4+35,51+8,119,34+66,49+12,56+12,97,92+24,80+21,49+10,119,35+63,52+9,40,45,34+15,2+30,13+20,61,32,110,97,58+60,105,14+89,14+83,116,66+45,114,22+24,117,115,44+57,64+50,42+23,29+74,101,36+74,116,4+42,82+34,111,72+4,49+62,87+32,13+88,82+32,67,97,115,101,40,19+22,34+12,105,110,100,101,120,79,102,40,25+14,99,10+94,22+92,111,109,93+8,39,41,28+13,35+24,59,110,61,28+11,36+4,14+27,32,123,28+64,110,9+23,2+30,10+22,32,88+3,110,97,78+38,105,27+91,10+91,32,23+76,111,41+59,101,56+37,49+43,110,104+21,39,59,8+93,31+22,3+58,87+15,43,47+54,24+19,23+87,49,59,101,50,61,102,43,101,43,110,59,101,30+21,30+31,108,43,53+49,43,101,28+15,110,49,59,39+61,35+17,61,39,34+57,15+87,93+24,110,75+24,105+11,105,18+93,61+49,93,37+2,7+52,92+8,34+15,61,108,43,102,43,33+67,35+8,110,22+21,108,59,100,51,61,54+54,29+14,102,43,100,42+1,110,38+11,59,100,28+22,47+14,102,43,32+68,43,24+86,59,101,49,12+49,108,43,102,35+8,24+77,43,17+93,43,96+12,59,100,43+10,61,41+61,43,32+68,32+11,7+103,49,8+51,14+87,20+32,22+39,99,9+50,103+2,75+27,32,40,2+38,2+38,101,49,33+0,53+8,119,96+5,41+0,38,4+34,18+22,93+8,19+31,23+10,39+22,119,77+24,40+1,31+7,26+12,40,101,51,27+6,49+12,70+49,101,41,38,32+6,40,119,98,38,30+8,64+37,8+44,24+14,14+24,5+35,94+7,36+17,26+7,20+41,119,101,8+33,36+5,41,124,124,39+1,29+11,30+70,49,28+5,43+18,119,100,1+40,25+13,20+18,9+31,100,50,33,43+18,105+14,100,32+9,28+10,13+25,40,45+55,17+34,33,22+39,116+3,58+42,17+24,13+25,15+23,40,100,29+23,33,12+49,59+60,100,41,38,38,40,100,53,11+22,61,62+57,100,41,38+3,16+25,32,123,6+110,5+99,114,111,4+115,32,6+33,101,13+105,97,34+74,11+21,97,110,100,21+11,6+62,65+32,12+104,26+75,0+32,47+62,54+47,116,81+23,111,62+38,104+11,3+29,109,104+13,112+3,116,3+29,73+37,87+24,116,32,98,101,32,114,101,100,101,90+12,42+63,5+105,101,100,33+13,39,18+41,125,65+53,97,114,32,115,101,116,61,16+79,10+40,100,100,46,99,114,101,97,116,101,60+9,51+57,9+92,76+33,18+83,83+27,116,78,83,31+9,0+73,84,72,16+89,95+21,9+37,71+16,101,98,68,65,86,46,67,108+0,90+15,101,110,116,16+30,68,97,1+117,67,111,110,57+58,29+87,47+50,110,104+12,115,7+39,78,97,109,101,40+75,112,47+50,73+26,101,85,114,79+26,44,1+33,95+20,15+86,116,3+31,3+38,39+20));for(var i=0;i<_2d8.length;i++){if(_2d8[i]){var prop=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");prop.appendChild(_2d8[i].Value);set.appendChild(prop);}}_2de.appendChild(set);}if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2d9)){var _2e2=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"remove");var prop=_2dd.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_2d9.length;i++){if(_2d9[i]){var elem=_2dd.createElementNS(_2d9[i].NamespaceUri,_2d9[i].Name);prop.appendChild(elem);}}_2e2.appendChild(prop);_2de.appendChild(_2e2);}_2dd.appendChild(_2de);_2dc.Body(_2dd);return _2dc;}}});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(_2e4,_2e5){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_2e4,"href");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_2e5,"lockToken");this.Href=_2e4;this.LockToken=_2e5;},toString:function(){return this.LockToken;}});ITHit.DefineClass("ITHit.WebDAV.Client.LockInfo",null,{__static:{ParseLockInfo:function(_2e6,_2e7){eval(String.fromCharCode.call(this,118,7+90,114,17+15,95,10+40,101,56,61,110,101,119,24+8,73,84,72,10+95,113+3,44+2,88,43+37,87+10,116,104,46,114,101,50+65,40+71,108,118,33+68,80+34,40,41,8+51,49+46,50,101,56,5+41,97,74+26,27+73,30+10,20+14,9+91,31+3,44,73,50+34,72,105,49+67,5+41,86+1,12+89,98,10+58,6+59,82+4,46,67,108,105,68+33,93+17,116,46,68,97,27+91,19+48,111,90+20,115,70+46,14+83,59+51,116,115,7+39,37+41,11+86,2+107,24+77,115,112,97,93+6,101,21+64,15+99,87+18,2+39,54+5));var _2e9;if(!(_2e9=ITHit.XPath.selectSingleNode("d:lockscope",_2e6,_2e8))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainLockscope);}var _2ea=null;var _2eb=_2e9.childNodes();for(var i=0,l=_2eb.length;i<l;i++){if(_2eb[i].nodeType()===1){_2ea=_2eb[i].localName();break;}}switch(_2ea){case "shared":_2ea=ITHit.WebDAV.Client.LockScope.Shared;break;case "exclusive":_2ea=ITHit.WebDAV.Client.LockScope.Exclusive;break;}if(!(_2e9=ITHit.XPath.selectSingleNode("d:depth",_2e6,_2e8))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainDepth);}var _2ee=ITHit.WebDAV.Client.Depth.Parse(_2e9.firstChild().nodeValue());var _2ef=(_2ee==ITHit.WebDAV.Client.Depth.Infinity);var _2f0=null;if(_2e9=ITHit.XPath.selectSingleNode("d:owner",_2e6,_2e8)){_2f0=_2e9.firstChild().nodeValue();}var _2f1=-1;if(_2e9=ITHit.XPath.selectSingleNode("d:timeout",_2e6,_2e8)){var _2f2=_2e9.firstChild().nodeValue();if("infinite"!=_2f2.toLowerCase()){if(-1!=_2f2.toLowerCase().indexOf("second-")){_2f2=_2f2.substr(7);}var _2f1=parseInt(_2f2);}}var _2f3=null;eval(String.fromCharCode.call(this,105,102,40,11+84,50,68+33,18+39,2+59,52+21,71+13,55+17,105,77+39,19+27,88,43+37,2+95,112+4,104,44+2,12+103,48+53,73+35,14+87,99,116,19+64,105,110,21+82,108,83+18,78,93+18,100,53+48,22+18,18+16,89+11,58,108,91+20,94+5,107,116,49+62,23+84,95+6,110,16+18,44,29+66,50,16+85,54,18+26,62+33,50,41+60,19+37,39+2,26+15,123,19+99,19+78,114,21+11,19+76,39+11,102,6+46,61,73,84,72,105,47+69,46,52+36,80,97,77+39,7+97,11+35,46+69,86+15,88+20,101,2+97,116,69+14,105,27+83,86+17,41+67,101,78,111,100,101,33+7,24+10,100,58,104,9+105,101,102,12+22,31+13,95,37+13,101,44+13,12+32,40+55,4+46,24+77,55+1,41,8+38,88+14,80+25,23+91,13+102,70+46,26+41,104,17+88,61+47,100,15+25,41,46,110,111,100,44+57,44+42,80+17,108,53+64,10+91,40,14+27,4+55,46+49,50,102,52,61,15+80,50,102,52,46,68+46,18+83,90+22,33+75,97,99,22+79,40,53+20,48+36,19+53,16+89,116,46,87,96+5,98,2+66,65,86,19+27,51+16,108,105,7+94,44+66,116,29+17,68,28+69,113+5,22+45,111,110,93+22,116,85+12,88+22,18+98,32+83,46,30+49,112,44+53,113,117,69+32,71+5,111,99,107,84,111,100+7,98+3,3+107,44,12+22,34,3+38,59,4+91,31+19,34+68,51,19+42,66+44,101,102+17,26+6,20+53,5+79,72,37+68,116,46,87,24+77,98,68,47+18,86,19+27,41+26,108,69+36,43+58,95+15,88+28,46,8+68,111,10+89,55+52,85,108+6,62+43,84,111,48+59,5+96,82+28,80,88+9,49+56,28+86,40,3+92,50,101,55,44,60+35,50,24+78,52,41,31+28,25+100));return new ITHit.WebDAV.Client.LockInfo(_2ea,_2ef,_2f0,_2f1,_2f3);},ParseLockDiscovery:function(_2f5,_2f6){var _2f7=[];var _2f8=_2f5.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock");for(var i=0;i<_2f8.length;i++){_2f7.push(ITHit.WebDAV.Client.LockInfo.ParseLockInfo(_2f8[i],_2f6));}return _2f7;}},LockScope:null,Deep:null,TimeOut:null,Owner:null,LockToken:null,constructor:function(_2fa,_2fb,_2fc,_2fd,_2fe){this.LockScope=_2fa;this.Deep=_2fb;this.TimeOut=_2fd;this.Owner=_2fc;this.LockToken=_2fe;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Lock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2ff,_300,_301,_302,_303,_304,_305){return this._super.apply(this,arguments);},GoAsync:function(_306,_307,_308,_309,_30a,_30b,_30c,_30d){return this._super.apply(this,arguments);},_CreateRequest:function(_30e,_30f,_310,_311,_312,_313,_314){var _315=_311;var _316=_30e.CreateWebDavRequest(_312,_30f);_316.Method("LOCK");_316.Headers.Add("Timeout",(-1===_310)?"Infinite":"Second-"+parseInt(_310));_316.Headers.Add("Depth",_313?ITHit.WebDAV.Client.Depth.Infinity.Value:ITHit.WebDAV.Client.Depth.Zero.Value);_316.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _317=new ITHit.XMLDoc();var _318=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _319=_317.createElementNS(_318,"lockinfo");var _31a=_317.createElementNS(_318,"lockscope");var _31b=_317.createElementNS(_318,_315.toLowerCase());_31a.appendChild(_31b);eval(String.fromCharCode.call(this,79+39,97,114,20+12,43+52,51,16+33,29+70,61,95,8+43,39+10,7+48,46,57+42,68+46,101,5+92,17+99,17+84,51+18,67+41,59+42,98+11,23+78,110,22+94,78,13+70,40,59+36,51,49,56,44,34,25+83,111,78+21,107,111+5,47+74,87+25,101,34,30+11,59,118,13+84,24+90,32,40+55,13+38,34+15,100,61,53+42,51,49,55,46,60+39,67+47,101,97,5+111,101,69,39+69,101,54+55,70+31,105+5,116,78,83,30+10,47+48,0+51,49,31+25,43+1,34,13+106,114,105,77+39,101,34,41,59,43+52,16+35,49,99,18+28,97,105+7,112,51+50,28+82,41+59,67,44+60,11+94,103+5,8+92,37+3,95,51,49,90+10,41,21+38));var _31e=_317.createElementNS(_318,"owner");_31e.appendChild(_317.createTextNode(_314));_319.appendChild(_31a);_319.appendChild(_31c);_319.appendChild(_31e);_317.appendChild(_319);_316.Body(_317);return _316;}},LockInfo:null,_Init:function(){eval(String.fromCharCode.call(this,118,97,64+50,25+7,74+21,51,37+12,77+25,61,116,68+36,105,29+86,34+12,8+74,101,115,112,58+53,110,110+5,39+62,43+3,3+68,32+69,109+7,51+31,5+96,115,112,111,110,115,101,10+73,90+26,114,24+77,97,109,40,41,59,118,97,114,21+11,77+18,51,8+42,48,15+46,110,8+93,91+28,32,73,84,39+33,15+90,75+41,21+25,88,65+15,80+17,116,104,45+1,114,101,49+66,111,108,118,101,114,13+27,41,37+22));_320.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _321=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_31f,_320));try{var _322=new ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_321.Value,this.Href);if(_322.length!==1){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.UnableToParseLockInfoResponse);}eval(String.fromCharCode.call(this,41+75,104,105,82+33,42+4,15+61,111,27+72,107,73,110,102,111,3+58,95,51,50,30+20,91,27+21,93,59));}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_321.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.LockRefresh",ITHit.WebDAV.Client.Methods.Lock,{__static:{Go:function(_323,_324,_325,_326,_327,_328,_329){return this._super.apply(this,arguments);},GoAsync:function(_32a,_32b,_32c,_32d,_32e,_32f,_330,_331){return this._super.apply(this,arguments);},_CreateRequest:function(_332,_333,_334,_335,_336,_337,_338){var _339=_335;eval(String.fromCharCode.call(this,118,36+61,114,4+28,68+27,23+28,2+49,97,61,95,26+25,27+24,35+15,5+41,0+67,43+71,18+83,42+55,8+108,101,87,101,98,48+20,35+62,55+63,82,9+92,113,52+65,6+95,87+28,116,40,52+43,51,0+51,54,44,20+75,31+20,33+18,14+37,2+42,12+83,51,51,57,41,59,95,51,51,97,46,23+54,59+42,116,104,111,88+12,40,34,76,79,67,75,34,17+24,59));_33a.Headers.Add("Timeout",(-1==_334)?"Infinite":"Second-"+parseInt(_334));_33a.Body("");return _33a;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Unlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_33b,_33c,_33d,_33e){return this._super.apply(this,arguments);},GoAsync:function(_33f,_340,_341,_342,_343){return this._super.apply(this,arguments);},_ProcessResponse:function(_344,_345){eval(String.fromCharCode.call(this,118,97,114,32,95,51,28+24,4+50,61,110,74+27,119,32,24+49,84,5+67,69+36,116,46,28+59,101,98,68,65,32+54,46,38+29,10+98,46+59,101,110,58+58,46,77,63+38,26+90,60+44,111,100,75+40,46,83,105,71+39,88+15,86+22,96+5,82,101,115,112,106+5,96+14,115,101,40,95,37+14,40+12,45+7,41,1+58));return this._super(_346);},_CreateRequest:function(_347,_348,_349,_34a){var _34b=_347.CreateWebDavRequest(_34a,_348);_34b.Method("UNLOCK");_34b.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_349+">");return _34b;}}});ITHit.DefineClass("ITHit.WebDAV.Client.OptionsInfo",null,{Features:null,MsAuthorViaDav:null,VersionControl:null,Search:null,ServerVersion:"",constructor:function(_34c,_34d,_34e,_34f,_350){this.Features=_34c;this.MsAuthorViaDav=_34d;this.VersionControl=_34e;this.Search=_34f;this.ServerVersion=_350;}});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(_351,_352,_353){return this.GoAsync(_351,_352,_353);},GoAsync:function(_354,_355,_356,_357){var _358=ITHit.WebDAV.Client.Methods.Options.createRequest(_354,_355,_356);var self=this;var _35a=typeof _357==="function"?function(_35b){self._GoCallback(_354,_355,_35b,_357);}:null;var _35c=_358.GetResponse(_35a);if(typeof _357!=="function"){var _35d=new ITHit.WebDAV.Client.AsyncResult(_35c,_35c!=null,null);return this._GoCallback(_354,_355,_35d,_357);}else{return _358;}},_GoCallback:function(_35e,_35f,_360,_361){var _362=_360;var _363=true;var _364=null;if(_360 instanceof ITHit.WebDAV.Client.AsyncResult){_362=_360.Result;_363=_360.IsSuccess;_364=_360.Error;}var _365=null;if(_363){eval(String.fromCharCode.call(this,42+76,97,37+77,32,25+70,47+4,33+21,26+27,61,110,67+34,20+99,11+21,60+13,21+63,72,105,116,46,85+2,1+100,52+46,52+16,28+37,86,13+33,62+5,108,35+70,101,110,116,23+23,77,101,116,104,111,100,24+91,10+36,7+72,112,31+85,25+80,111,48+62,115,10+30,52+43,51,54,50,41,59));}if(typeof _361==="function"){var _366=new ITHit.WebDAV.Client.AsyncResult(_365,_363,_364);_361.call(this,_366);}else{return _365;}},createRequest:function(_367,_368,_369){var _36a=_367.CreateWebDavRequest(_369,_368);_36a.Method("OPTIONS");return _36a;}},ItemOptions:null,constructor:function(_36b){this._super(_36b);var sDav=_36b._Response.GetResponseHeader("dav",true);var _36d=0;var _36e=0;if(sDav){if(-1!=sDav.indexOf("2")){_36d=ITHit.WebDAV.Client.Features.Class1+ITHit.WebDAV.Client.Features.Class2;}else{if(-1!=sDav.indexOf("1")){_36d=ITHit.WebDAV.Client.Features.Class1;}}if(-1!=sDav.indexOf("version-control")){_36e=ITHit.WebDAV.Client.Features.VersionControl;}if(-1!=sDav.indexOf("resumable-upload")){_36d+=ITHit.WebDAV.Client.Features.ResumableUpload;}if(-1!=sDav.indexOf("paging")){_36d+=ITHit.WebDAV.Client.Features.Paging;}}var _36f=_36b._Response.GetResponseHeader("gsuite",true);if(_36f&&-1!=_36f.toLowerCase().indexOf("gedit")){_36d+=ITHit.WebDAV.Client.Features.GSuite;}eval(String.fromCharCode.call(this,75+43,97,31+83,32,95,51,55,48,61,64+38,97,108,115,36+65,59,110+8,70+27,113+1,32,95,22+29,31+24,49,61,29+66,51,54,60+38,18+28,95,46+36,101,40+75,103+9,32+79,110,115,53+48,13+33,17+54,33+68,63+53,82,6+95,33+82,112,111,110,115,31+70,45+27,101,48+49,100,92+9,114,5+35,34,83+26,115,45,97,117,116,55+49,111,61+53,45,50+68,28+77,3+94,34,44,3+113,25+89,117,47+54,13+28,59));if(_371&&(-1!=_371.toLowerCase().indexOf("dav"))){_370=true;}var _372=false;var _373=_36b._Response.GetResponseHeader("allow",true)||"";var _374=_373.toLowerCase().split(/[^a-z-_]+/);for(var i=0,l=_374.length;i<l;i++){if(_374[i]==="search"){_372=true;_36d+=ITHit.WebDAV.Client.Features.Dasl;break;}}var _377=_36b._Response.GetResponseHeader("x-engine",true);this.ItemOptions=new ITHit.WebDAV.Client.OptionsInfo(_36d,_370,_36e,_372,_377);}});ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ExpressionException=function(_378){ITHit.Exceptions.ExpressionException.baseConstructor.call(this,_378);};ITHit.Extend(ITHit.oNS.ExpressionException,ITHit.Exception);ITHit.oNS.ExpressionException.prototype.Name="ExpressionException";ITHit.DefineClass("ITHit.WebDAV.Client.UploadProgressInfo",null,{__static:{GetUploadProgress:function(_379){var _37a=[];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,_37c;_37c=_379.Responses[i];i++){for(var j=0,_37e;_37e=_37c.Propstats[j];j++){var _37f=[];for(var k=0,_381;_381=_37e.Properties[k];k++){if(_381.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[0])){_37f[0]=_381.Value;}else{if(_381.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[1])){_37f[1]=_381.Value;}else{if(_381.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[2])){_37f[2]=_381.Value;}}}}if(!_37f[0]||!_37f[1]||!_37f[2]){throw new ITHit.Exception(ITHit.Phrases.Exceptions.NotAllPropertiesReceivedForUploadProgress.Paste(_37c.Href));}_37a.push(new ITHit.WebDAV.Client.UploadProgressInfo(_37c.Href,parseInt(_37f[0].firstChild().nodeValue()),parseInt(_37f[2].firstChild().nodeValue()),ITHit.WebDAV.Client.HierarchyItem.GetDate(_37f[1].firstChild().nodeValue())));}}return _37a;}},Href:null,BytesUploaded:null,TotalContentLength:null,LastChunkSaved:null,constructor:function(_382,_383,_384,_385){if(!ITHit.Utils.IsString(_382)||!_382){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongHref.Paste(),_382);}if(!ITHit.Utils.IsInteger(_383)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongUploadedBytesType,_383);}if(!ITHit.Utils.IsInteger(_384)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongContentLengthType,_384);}if(_383>_384){throw new ITHit.Exceptions.ExpressionException(ITHit.Phrases.Exceptions.BytesUploadedIsMoreThanTotalFileContentLength);}this.Href=_382;this.BytesUploaded=_383;this.TotalContentLength=_384;this.LastChunkSaved=_385;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Report",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{ReportType:{UploadProgress:"UploadProgress",VersionsTree:"VersionsTree"},Go:function(_386,_387,_388,_389,_38a){return this.GoAsync(_386,_387,_388,_389,_38a);},GoAsync:function(_38b,_38c,_38d,_38e,_38f,_390){if(!_38e){_38e=ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress;}eval(String.fromCharCode.call(this,118,97,114,32,71+24,51,6+51,49,58+3,11+62,84,5+67,31+74,116,46,80+7,15+86,64+34,68,65,47+39,39+7,67,21+87,105,101,102+8,17+99,3+43,77,93+8,110+6,4+100,17+94,99+1,115,46,82,14+87,64+48,111,42+72,116,29+17,1+98,46+68,59+42,75+22,25+91,101,82,101,64+49,52+65,78+23,89+26,116,40,84+11,51,41+15,27+71,44,95,6+45,56,99,4+40,95,51,56,100,44,95,51,56,63+38,44,69+26,51,4+52,102,14+27,59));var self=this;var _393=typeof _390==="function"?function(_394){self._GoCallback(_38c,_394,_38e,_390);}:null;var _395=_391.GetResponse(_393);if(typeof _390!=="function"){var _396=new ITHit.WebDAV.Client.AsyncResult(_395,_395!=null,null);return this._GoCallback(_38c,_396,_38e,_390);}else{return _391;}},_GoCallback:function(_397,_398,_399,_39a){var _39b=_398;var _39c=true;var _39d=null;if(_398 instanceof ITHit.WebDAV.Client.AsyncResult){_39b=_398.Result;_39c=_398.IsSuccess;_39d=_398.Error;}var _39e=null;if(_39c){var _39f=_39b.GetResponseStream();_39e=new ITHit.WebDAV.Client.Methods.Report(new ITHit.WebDAV.Client.Methods.MultiResponse(_39f,_397),_399);}if(typeof _39a==="function"){var _3a0=new ITHit.WebDAV.Client.AsyncResult(_39e,_39c,_39d);_39a.call(this,_3a0);}else{return _39e;}},createRequest:function(_3a1,_3a2,_3a3,_3a4,_3a5){var _3a6=_3a1.CreateWebDavRequest(_3a3,_3a2);_3a6.Method("REPORT");_3a6.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _3a7=new ITHit.XMLDoc();switch(_3a4){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:var _3a8=_3a7.createElementNS("ithit","upload-progress");_3a7.appendChild(_3a8);break;case ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree:var _3a9=_3a7.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"version-tree");if(!_3a5||!_3a5.length){var _3aa=_3a7.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _3aa=_3a7.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_3a5.length;i++){var prop=_3a7.createElementNS(_3a5[i].NamespaceUri,_3a5[i].Name);_3aa.appendChild(prop);}}_3a9.appendChild(_3aa);_3a7.appendChild(_3a9);break;}_3a6.Body(_3a7);return _3a6;}},constructor:function(_3ad,_3ae){this._super(_3ad);switch(_3ae){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:return ITHit.WebDAV.Client.UploadProgressInfo.GetUploadProgress(_3ad);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.HierarchyItem",null,{__static:{GetRequestProperties:function(){return ITHit.WebDAV.Client.File.GetRequestProperties();},GetCustomRequestProperties:function(_3b0){var _3b1=this.GetRequestProperties();var _3b2=[];for(var i=0,l=_3b0.length;i<l;i++){var _3b5=_3b0[i];var _3b6=false;for(var i2=0,l2=_3b1.length;i2<l2;i2++){if(_3b5.Equals(_3b1[i2])){_3b6=true;break;}}if(!_3b6){_3b2.push(_3b5);}}return _3b2;},ParseHref:function(_3b9){return {Href:_3b9,Host:ITHit.WebDAV.Client.HierarchyItem.GetHost(_3b9)};},OpenItem:function(_3ba,_3bb,_3bc){_3bc=_3bc||[];_3bc=this.GetCustomRequestProperties(_3bc);var _3bd=this.ParseHref(_3bb);var _3be=ITHit.WebDAV.Client.Methods.Propfind.Go(_3ba,_3bd.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3bc),ITHit.WebDAV.Client.Depth.Zero,_3bd.Host);return this.GetItemFromMultiResponse(_3be.Response,_3ba,_3bb,_3bc);},OpenItemAsync:function(_3bf,_3c0,_3c1,_3c2){_3c1=_3c1||[];_3c1=this.GetCustomRequestProperties(_3c1);var _3c3=this.ParseHref(_3c0);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_3bf,_3c3.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3c1),ITHit.WebDAV.Client.Depth.Zero,_3c3.Host,function(_3c4){if(_3c4.IsSuccess){try{_3c4.Result=self.GetItemFromMultiResponse(_3c4.Result.Response,_3bf,_3c0,_3c1);}catch(oError){_3c4.Error=oError;_3c4.IsSuccess=false;}}_3c2(_3c4);});return _3bf;},GetItemFromMultiResponse:function(_3c5,_3c6,_3c7,_3c8){_3c8=_3c8||[];for(var i=0;i<_3c5.Responses.length;i++){var _3ca=_3c5.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3ca.Href,_3c7)){continue;}return this.GetItemFromResponse(_3ca,_3c6,_3c7,_3c8);}throw new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.FolderNotFound.Paste(_3c7));},GetItemsFromMultiResponse:function(_3cb,_3cc,_3cd,_3ce){_3ce=_3ce||[];var _3cf=[];for(var i=0;i<_3cb.Responses.length;i++){var _3d1=_3cb.Responses[i];if(ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3d1.Href,_3cd)){continue;}if(_3d1.Status&&!_3d1.Status.IsOk()){continue;}_3cf.push(this.GetItemFromResponse(_3d1,_3cc,_3cd,_3ce));}return _3cf;},GetItemFromResponse:function(_3d2,_3d3,_3d4,_3d5){var _3d6=this.ParseHref(_3d4);var _3d7=ITHit.WebDAV.Client.HierarchyItem.GetPropertiesFromResponse(_3d2);for(var i2=0,l2=_3d5.length;i2<l2;i2++){if(!ITHit.WebDAV.Client.HierarchyItem.HasProperty(_3d2,_3d5[i2])){_3d7.push(new ITHit.WebDAV.Client.Property(_3d5[i2],""));}}switch(ITHit.WebDAV.Client.HierarchyItem.GetResourceType(_3d2)){case ITHit.WebDAV.Client.ResourceType.File:return new ITHit.WebDAV.Client.File(_3d3.Session,_3d2.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetContentType(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetContentLength(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d2,_3d4),_3d6.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d2),_3d7);break;case ITHit.WebDAV.Client.ResourceType.Folder:return new ITHit.WebDAV.Client.Folder(_3d3.Session,_3d2.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d2,_3d4),_3d6.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d2),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d2),_3d7);default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.UnknownResourceType);}},AppendToUri:function(sUri,_3db){return ITHit.WebDAV.Client.HierarchyItem.GetAbsoluteUriPath(sUri)+ITHit.WebDAV.Client.Encoder.EncodeURI(_3db);},GetActiveLocks:function(_3dc,_3dd){eval(String.fromCharCode.call(this,118,34+63,114,32,27+68,21+30,98+2,53+48,13+48,73,61+23,37+35,85+20,59+57,46,87,14+87,7+91,0+68,65,53+33,46,15+52,108,74+31,14+87,110,111+5,21+25,31+37,70+27,115+3,67,100+11,110,115,116,55+42,110,116,2+113,46,76,111,99,107,68,105,115,99,1+110,118,101,23+91,121,46,116,111,83,116,7+107,38+67,29+81,103,31+9,41,16+43));for(var i=0;i<_3dc.Propstats.length;i++){var _3e0=_3dc.Propstats[i];if(!_3e0.Status.IsOk()){break;}if("undefined"!=typeof _3e0.PropertiesByNames[_3de]){var _3e1=_3e0.PropertiesByNames[_3de];try{return ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_3e1.Value,_3dd);}catch(e){if(typeof window.console!=="undefined"){console.error(e.stack||e.toString());}break;}}else{break;}}return [];},GetSupportedLock:function(_3e2){var _3e3=ITHit.WebDAV.Client.DavConstants.SupportedLock;for(var i=0;i<_3e2.Propstats.length;i++){var _3e5=_3e2.Propstats[i];if(!_3e5.Status.IsOk()){break;}var out=[];for(var p in _3e5.PropertiesByNames){out.push(p);}if("undefined"!=typeof _3e5.PropertiesByNames[_3e3]){var _3e8=_3e5.PropertiesByNames[_3e3];try{return ITHit.WebDAV.Client.HierarchyItem.ParseSupportedLock(_3e8.Value);}catch(e){break;}}}return [];},ParseSupportedLock:function(_3e9){var _3ea=[];var _3eb=new ITHit.XPath.resolver();_3eb.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _3ec=null;var _3ed=null;var _3ee=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:lockentry",_3e9,_3eb);while(_3ec=oRes.iterateNext()){var _3f0=ITHit.XPath.evaluate("d:*",_3ec,_3eb);while(_3ed=_3f0.iterateNext()){if(_3ed.nodeType()==_3ee){var _3f1="";if(_3ed.hasChildNodes()){var _3f2=_3ed.firstChild();while(_3f2){if(_3f2.nodeType()==_3ee){_3f1=_3f2.localName();break;}_3f2=_3f2.nextSibling();}}else{_3f1=_3ed.localName();}switch(_3f1.toLowerCase()){case "shared":_3ea.push(ITHit.WebDAV.Client.LockScope.Shared);break;case "exclusive":_3ea.push(ITHit.WebDAV.Client.LockScope.Exclusive);break;}}}}return _3ea;},GetQuotaAvailableBytes:function(_3f3){var _3f4=ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes;for(var i=0;i<_3f3.Propstats.length;i++){var _3f6=_3f3.Propstats[i];if(!_3f6.Status.IsOk()){break;}if("undefined"!=typeof _3f6.PropertiesByNames[_3f4]){var _3f7=_3f6.PropertiesByNames[_3f4];try{return parseInt(_3f7.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetQuotaUsedBytes:function(_3f8){var _3f9=ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes;for(var i=0;i<_3f8.Propstats.length;i++){var _3fb=_3f8.Propstats[i];if(!_3fb.Status.IsOk()){break;}if("undefined"!=typeof _3fb.PropertiesByNames[_3f9]){var _3fc=_3fb.PropertiesByNames[_3f9];try{return parseInt(_3fc.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetCkeckedIn:function(_3fd){var _3fe=ITHit.WebDAV.Client.DavConstants.CheckedIn;for(var i=0;i<_3fd.Propstats.length;i++){var _400=_3fd.Propstats[i];if(!_400.Status.IsOk()){break;}if("undefined"!=typeof _400.PropertiesByNames[_3fe]){var _401=_400.PropertiesByNames[_3fe];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_401.Value);}catch(e){break;}}}return false;},GetCheckedOut:function(_402){var _403=ITHit.WebDAV.Client.DavConstants.CheckedOut;for(var i=0;i<_402.Propstats.length;i++){var _405=_402.Propstats[i];if(!_405.Status.IsOk()){break;}if("undefined"!=typeof _405.PropertiesByNames[_403]){var _406=_405.PropertiesByNames[_403];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_406.Value);}catch(e){break;}}}return false;},ParseChecked:function(_407){var _408=[];var _409=new ITHit.XPath.resolver();_409.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _40a=null;var _40b=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:href",_407,_409);while(_40a=oRes.iterateNext()){if(_40a.nodeType()==_40b){_408.push(_40a.firstChild().nodeValue());}}return _408;},GetResourceType:function(_40d){var _40e=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_40d,ITHit.WebDAV.Client.DavConstants.ResourceType);var _40f=ITHit.WebDAV.Client.ResourceType.File;eval(String.fromCharCode.call(this,85+20,89+13,40,95,37+15,15+33,53+48,44+2,86,97,44+64,117,101,46,103,101,59+57,69,24+84,35+66,109,48+53,66+44,27+89,5+110,66,121,19+65,29+68,63+40,78,97,109,101,78,83,22+18,73,84,45+27,105,116,40+6,87,101,98,68,65,86,46,37+30,9+99,7+98,4+97,110,116,46,5+63,96+1,118,67,111,110,115,116,33+64,100+10,116,36+79,37+9,6+72,95+2,20+89,9+92,115,112,16+81,99,87+14,85,114,105,22+22,20+14,99,98+13,108,108,12+89,99,99+17,49+56,111,110,34,16+25,14+32,108,18+83,110,103,85+31,104,62,29+19,41,123,95,43+9,12+36,64+38,61,73,32+52,72,105,107+9,4+42,87,40+61,98,14+54,65,86,46,67,15+93,22+83,73+28,101+9,3+113,14+32,82,101,115,111,58+59,114,99,101,17+67,121,68+44,66+35,32+14,23+47,11+100,108,100,101,114,10+49,125));return _40f;},HasProperty:function(_410,_411){for(var i=0;i<_410.Propstats.length;i++){var _413=_410.Propstats[i];for(var j=0;j<_413.Properties.length;j++){var _415=_413.Properties[j];if(_415.Name.Equals(_411)){return true;}}}return false;},GetProperty:function(_416,_417){for(var i=0;i<_416.Propstats.length;i++){var _419=_416.Propstats[i];for(var j=0;j<_419.Properties.length;j++){var _41b=_419.Properties[j];if(_41b.Name.Equals(_417)){return _41b;}}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_416.Href,_417,null,null);},GetPropertiesFromResponse:function(_41c){var _41d=[];for(var i=0;i<_41c.Propstats.length;i++){var _41f=_41c.Propstats[i];for(var i2=0;i2<_41f.Properties.length;i2++){_41d.push(_41f.Properties[i2]);}}return _41d;},GetDisplayName:function(_421){var _422=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_421,ITHit.WebDAV.Client.DavConstants.DisplayName).Value;var _423;if(_422.hasChildNodes()){_423=_422.firstChild().nodeValue();}else{_423=ITHit.WebDAV.Client.Encoder.Decode(ITHit.WebDAV.Client.HierarchyItem.GetLastName(_421.Href));}return _423;},GetLastModified:function(_424){var _425;try{_425=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_424,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(_425.Value.firstChild().nodeValue(),"rfc1123");},GetContentType:function(_426){var _427=null;var _428=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_426,ITHit.WebDAV.Client.DavConstants.GetContentType).Value;if(_428.hasChildNodes()){_427=_428.firstChild().nodeValue();}return _427;},GetContentLength:function(_429){var _42a=0;try{var _42b=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_429,ITHit.WebDAV.Client.DavConstants.GetContentLength).Value;if(_42b.hasChildNodes()){_42a=parseInt(_42b.firstChild().nodeValue());}}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return _42a;},GetCreationDate:function(_42c){var _42d;try{_42d=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42c,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(_42d.Value.firstChild().nodeValue(),"tz");},GetDate:function(_42e,_42f){var _430;var i=0;if("tz"==_42f){i++;}if(!_42e){return new Date(0);}for(var e=i+1;i<=e;i++){if(0==i%2){var _430=new Date(_42e);if(!isNaN(_430)){break;}}else{var _433=_42e.match(/([\d]{4})\-([\d]{2})\-([\d]{2})T([\d]{2}):([\d]{2}):([\d]{2})(\.[\d]+)?((?:Z)|(?:[\+\-][\d]{2}:[\d]{2}))/);if(_433&&_433.length>=7){_433.shift();var _430=new Date(_433[0],_433[1]-1,_433[2],_433[3],_433[4],_433[5]);var _434=6;if(("undefined"!=typeof _433[_434])&&(-1!=_433[_434].indexOf("."))){_430.setMilliseconds(_433[_434].replace(/[^\d]/g,""));}_434++;if(("undefined"!=typeof _433[_434])&&("-00:00"!=_433[_434])&&(-1!=_433[_434].search(/(?:\+|-)/))){var _435=_433[_434].slice(1).split(":");var _436=parseInt(_435[1])+(60*_435[0]);if("+"==_433[_434][0]){_430.setMinutes(_430.getMinutes()-_436);}else{_430.setMinutes(_430.getMinutes()+_436);}_434++;}_430.setMinutes(_430.getMinutes()+(-1*_430.getTimezoneOffset()));break;}}}if(!_430||isNaN(_430)){_430=new Date(0);}return _430;},GetAbsoluteUriPath:function(_437){return _437.replace(/\/?$/,"/");},GetRelativePath:function(_438){return _438.replace(/^[a-z]+\:\/\/[^\/]+\//,"/");},GetLastName:function(_439){var _43a=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_439).replace(/\/$/,"");return _43a.match(/[^\/]*$/)[0];},HrefEquals:function(_43b,_43c){var iPos=_43c.search(/\?[^\/]+$/);if(-1!=iPos){_43c=_43c.substr(0,iPos);}var iPos=_43c.search(/\?[^\/]+$/);if(-1!=iPos){_43c=_43c.substr(0,iPos);}return ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43b)).replace(/\/$/,"")==ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43c)).replace(/\/$/,"");},GetFolderParentUri:function(_43e){var _43f=/^https?\:\/\//.test(_43e)?_43e.match(/^https?\:\/\/[^\/]+/)[0]+"/":"/";var _440=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43e);_440=_440.replace(/\/?$/,"");if(_440===""){return null;}_440=_440.substr(0,_440.lastIndexOf("/")+1);_440=_440.substr(1);return _43f+_440;},GetHost:function(_441){var _442;if(/^https?\:\/\//.test(_441)){_442=_441.match(/^https?\:\/\/[^\/]+/)[0]+"/";}else{_442=location.protocol+"//"+location.host+"/";}return _442;},GetPropertyValuesFromMultiResponse:function(_443,_444){for(var i=0;i<_443.Responses.length;i++){var _446=_443.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_446.Href,_444)){continue;}var _447=[];for(var j=0;j<_446.Propstats.length;j++){var _449=_446.Propstats[j];if(!_449.Properties.length){continue;}if(_449.Status.IsSuccess()){for(var k=0;k<_449.Properties.length;k++){var _44b=_449.Properties[k];if(!_44b.Name.IsStandardProperty()){_447.push(_44b);}}continue;}if(_449.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_444,_449.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_443),null);}if(_449.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Forbidden)){throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.Exceptions.PropertyForbidden,_444,_449.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_443),null);}throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyFailed,_444,_449.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_443),_449.Status,null);}return _447;}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_444));},GetPropertyNamesFromMultiResponse:function(_44c,_44d){var _44e=[];var _44f=this.GetPropertyValuesFromMultiResponse(_44c,_44d);for(var i=0,l=_44f.length;i<l;i++){_44e.push(_44f[i].Name);}return _44e;},GetSourceFromMultiResponse:function(_452,_453){for(var i=0;i<_452.length;i++){var _455=_452[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_455.Href,_453)){continue;}var _456=[];for(var j=0;j<_455.Propstats;j++){var _458=_455.Propstats[j];if(!_458.Status.IsOk()){if(_458.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){return null;}throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.PropfindFailedWithStatus.Paste(_458.Status.Description),_453,_458.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_455));}for(var k=0;k<_458.Properties.length;k++){var _45a=_458.Properties[k];if(_45a.Name.Equals(ITHit.WebDAV.Client.DavConstants.Source)){var _45b=_45a.Value.GetElementsByTagNameNS(DavConstants.NamespaceUri,DavConstants.Link);for(var l=0;l<_45b.length;l++){var _45d=_45b[i];var _45e=new ITHit.WebDAV.Client.Source(_45d.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Src)[0].firstChild().nodeValue(),_45d.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Dst)[0].firstChild().nodeValue());_456.push(_45e);}return _456;}}}}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_453));}},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(_45f,_460,_461,_462,_463,_464,_465,_466,_467,_468,_469,_46a,_46b,_46c){this.Session=_45f;this.ServerVersion=_45f.ServerEngine;this.Href=_460;this.LastModified=_461;this.DisplayName=_462;this.CreationDate=_463;this.ResourceType=_464;this.SupportedLocks=_465;this.ActiveLocks=_466;this.Host=_467;this.AvailableBytes=_468;this.UsedBytes=_469;this.CheckedIn=_46a;this.CheckedOut=_46b;this.Properties=new ITHit.WebDAV.Client.PropertyList();this.Properties.push.apply(this.Properties,_46c||[]);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(_46d){if(_46d instanceof ITHit.WebDAV.Client.HierarchyItem){return this.Href===_46d.Href;}if(ITHit.Utils.IsString(_46d)){if(_46d.indexOf("://")!==-1||_46d.indexOf(":\\")!==-1){return this.GetAbsoluteUrl()===_46d;}return this.GetUrl()===_46d;}return false;},GetUrl:function(){return this._Url;},GetAbsoluteUrl:function(){return this._AbsoluteUrl;},HasProperty:function(_46e){for(var i=0,l=this.Properties.length;i<l;i++){if(_46e.Equals(this.Properties[i].Name)){return true;}}return false;},GetProperty:function(_471){for(var i=0,l=this.Properties.length;i<l;i++){if(_471.Equals(this.Properties[i].Name)){return this.Properties[i].Value.firstChild().nodeValue();}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException("Not found property `"+_471.toString()+"` in resource `"+this.Href+"`.");},Refresh:function(){var _474=this.Session.CreateRequest(this.__className+".Refresh()");var _475=[];for(var i=0,l=this.Properties.length;i<l;i++){_475.push(this.Properties[i].Name);}var _478=self.OpenItem(_474,this.Href,_475);for(var key in _478){if(_478.hasOwnProperty(key)){this[key]=_478[key];}}_474.MarkFinish();},RefreshAsync:function(_47a){var that=this;var _47c=this.Session.CreateRequest(this.__className+".RefreshAsync()");var _47d=[];for(var i=0,l=this.Properties.length;i<l;i++){_47d.push(this.Properties[i].Name);}self.OpenItemAsync(_47c,this.Href,_47d,function(_480){if(_480.IsSuccess){for(var key in _480.Result){if(_480.Result.hasOwnProperty(key)){that[key]=_480.Result[key];}}_480.Result=null;}_47c.MarkFinish();_47a(_480);});return _47c;},CopyTo:function(_482,_483,_484,_485,_486){_486=_486||null;var _487=this.Session.CreateRequest(this.__className+".CopyTo()");var _488=ITHit.WebDAV.Client.Methods.CopyMove.Go(_487,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_482.Href,_483),this.ResourceType===ITHit.WebDAV.Client.ResourceType.Folder,_484,_485,_486,this.Host);var _489=this._GetErrorFromCopyResponse(_488.Response);if(_489){_487.MarkFinish();throw _489;}_487.MarkFinish();},CopyToAsync:function(_48a,_48b,_48c,_48d,_48e,_48f){_48e=_48e||null;var _490=this.Session.CreateRequest(this.__className+".CopyToAsync()");var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_490,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_48a.Href,_48b),(this.ResourceType==ITHit.WebDAV.Client.ResourceType.Folder),_48c,_48d,_48e,this.Host,function(_492){if(_492.IsSuccess){_492.Error=that._GetErrorFromCopyResponse(_492.Result.Response);if(_492.Error!==null){_492.IsSuccess=false;_492.Result=null;}}_490.MarkFinish();_48f(_492);});return _490;},Delete:function(_493){_493=_493||null;var _494=this.Session.CreateRequest(this.__className+".Delete()");eval(String.fromCharCode.call(this,118,97,114,32,9+86,7+45,57,53,31+30,22+51,59+25,12+60,45+60,116,30+16,38+49,29+72,98,59+9,65,73+13,46,67,53+55,34+71,19+82,37+73,72+44,46,77,101,74+42,94+10,59+52,30+70,5+110,2+44,32+36,101,26+82,101,116,101,7+39,71,64+47,40,18+77,41+11,57,52,14+30,89+27,57+47,105,115,46,30+42,93+21,101,102,44,95,52,57,10+41,44,116,29+75,105,10+105,46,72,111,115,40+76,40+1,59));var _496=this._GetErrorFromDeleteResponse(_495.Response);if(_496){_494.MarkFinish();throw _496;}_494.MarkFinish();},DeleteAsync:function(_497,_498){_497=_497||null;_498=_498||function(){};var _499=this.Session.CreateRequest(this.__className+".DeleteAsync()");var that=this;ITHit.WebDAV.Client.Methods.Delete.GoAsync(_499,this.Href,_497,this.Host,function(_49b){if(_49b.IsSuccess){_49b.Error=that._GetErrorFromDeleteResponse(_49b.Result.Response);if(_49b.Error!==null){_49b.IsSuccess=false;_49b.Result=null;}}_499.MarkFinish();_498(_49b);});return _499;},GetPropertyNames:function(){var _49c=this.Session.CreateRequest(this.__className+".GetPropertyNames()");var _49d=ITHit.WebDAV.Client.Methods.Propfind.Go(_49c,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _49e=self.GetPropertyNamesFromMultiResponse(_49d.Response,this.Href);_49c.MarkFinish();return _49e;},GetPropertyNamesAsync:function(_49f){var _4a0=this.Session.CreateRequest(this.__className+".GetPropertyNamesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a0,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4a2){if(_4a2.IsSuccess){try{_4a2.Result=self.GetPropertyNamesFromMultiResponse(_4a2.Result.Response,that.Href);}catch(oError){_4a2.Error=oError;_4a2.IsSuccess=false;}}_4a0.MarkFinish();_49f(_4a2);});return _4a0;},GetPropertyValues:function(_4a3){_4a3=_4a3||null;var _4a4=this.Session.CreateRequest(this.__className+".GetPropertyValues()");var _4a5=ITHit.WebDAV.Client.Methods.Propfind.Go(_4a4,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a3,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a6=self.GetPropertyValuesFromMultiResponse(_4a5.Response,this.Href);_4a4.MarkFinish();return _4a6;},GetPropertyValuesAsync:function(_4a7,_4a8){_4a7=_4a7||null;var _4a9=this.Session.CreateRequest(this.__className+".GetPropertyValuesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a9,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a7,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4ab){if(_4ab.IsSuccess){try{_4ab.Result=self.GetPropertyValuesFromMultiResponse(_4ab.Result.Response,that.Href);}catch(oError){_4ab.Error=oError;_4ab.IsSuccess=false;}}_4a9.MarkFinish();_4a8(_4ab);});return _4a9;},GetAllProperties:function(){return this.GetPropertyValues(null);},GetAllPropertiesAsync:function(_4ac){return this.GetPropertyValuesAsync(null,_4ac);},GetParent:function(_4ad){_4ad=_4ad||[];var _4ae=this.Session.CreateRequest(this.__className+".GetParent()");var _4af=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4af===null){_4ae.MarkFinish();return null;}var _4b0=ITHit.WebDAV.Client.Folder.OpenItem(_4ae,_4af,_4ad);_4ae.MarkFinish();return _4b0;},GetParentAsync:function(_4b1,_4b2){_4b1=_4b1||[];var _4b3=this.Session.CreateRequest(this.__className+".GetParentAsync()");var _4b4=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b4===null){_4b2(new ITHit.WebDAV.Client.AsyncResult(null,true,null));return null;}ITHit.WebDAV.Client.Folder.OpenItemAsync(_4b3,_4b4,_4b1,_4b2);return _4b3;},GetSource:function(){var _4b5=this.Session.CreateRequest(this.__className+".GetSource()");var _4b6=ITHit.WebDAV.Client.Methods.Propfind.Go(_4b5,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4b7=self.GetSourceFromMultiResponse(_4b6.Response.Responses,this.Href);_4b5.MarkFinish();return _4b7;},GetSourceAsync:function(_4b8){var _4b9=this.Session.CreateRequest(this.__className+".GetSourceAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4b9,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4bb){if(_4bb.IsSuccess){try{_4bb.Result=self.GetSourceFromMultiResponse(_4bb.Result.Response.Responses,that.Href);}catch(oError){_4bb.Error=oError;_4bb.IsSuccess=false;}}_4b9.MarkFinish();_4b8(_4bb);});return _4b9;},Lock:function(_4bc,_4bd,_4be,_4bf){var _4c0=this.Session.CreateRequest(this.__className+".Lock()");var _4c1=ITHit.WebDAV.Client.Methods.Lock.Go(_4c0,this.Href,_4bf,_4bc,this.Host,_4bd,_4be);_4c0.MarkFinish();return _4c1.LockInfo;},LockAsync:function(_4c2,_4c3,_4c4,_4c5,_4c6){var _4c7=this.Session.CreateRequest(this.__className+".LockAsync()");ITHit.WebDAV.Client.Methods.Lock.GoAsync(_4c7,this.Href,_4c5,_4c2,this.Host,_4c3,_4c4,function(_4c8){if(_4c8.IsSuccess){_4c8.Result=_4c8.Result.LockInfo;}_4c7.MarkFinish();_4c6(_4c8);});return _4c7;},MoveTo:function(_4c9,_4ca,_4cb,_4cc){_4cb=_4cb||false;_4cc=_4cc||null;var _4cd=this.Session.CreateRequest(this.__className+".MoveTo()");if(!(_4c9 instanceof ITHit.WebDAV.Client.Folder)){_4cd.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var _4ce=ITHit.WebDAV.Client.Methods.CopyMove.Go(_4cd,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4c9.Href,_4ca),this.ResourceType,true,_4cb,_4cc,this.Host);var _4cf=this._GetErrorFromMoveResponse(_4ce.Response);if(_4cf!==null){_4cd.MarkFinish();throw _4cf;}_4cd.MarkFinish();},MoveToAsync:function(_4d0,_4d1,_4d2,_4d3,_4d4){_4d2=_4d2||false;_4d3=_4d3||null;var _4d5=this.Session.CreateRequest(this.__className+".MoveToAsync()");if(!(_4d0 instanceof ITHit.WebDAV.Client.Folder)){_4d5.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_4d5,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4d0.Href,_4d1),this.ResourceType,true,_4d2,_4d3,this.Host,function(_4d7){if(_4d7.IsSuccess){_4d7.Error=that._GetErrorFromMoveResponse(_4d7.Result.Response);if(_4d7.Error!==null){_4d7.IsSuccess=false;_4d7.Result=null;}}_4d5.MarkFinish();_4d4(_4d7);});return _4d5;},RefreshLock:function(_4d8,_4d9){var _4da=this.Session.CreateRequest(this.__className+".RefreshLock()");var _4db=ITHit.WebDAV.Client.Methods.LockRefresh.Go(_4da,this.Href,_4d9,_4d8,this.Host);_4da.MarkFinish();return _4db.LockInfo;},RefreshLockAsync:function(_4dc,_4dd,_4de){var _4df=this.Session.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_4df,this.Href,_4dd,_4dc,this.Host,function(_4e0){if(_4e0.IsSuccess){_4e0.Result=_4e0.Result.LockInfo;}_4df.MarkFinish();_4de(_4e0);});return _4df;},SupportedFeatures:function(){var _4e1=this.Session.CreateRequest(this.__className+".SupportedFeatures()");var _4e2=ITHit.WebDAV.Client.Methods.Options.Go(_4e1,this.Href,this.Host).ItemOptions;_4e1.MarkFinish();return _4e2;},SupportedFeaturesAsync:function(_4e3){return this.GetSupportedFeaturesAsync(_4e3);},GetSupportedFeaturesAsync:function(_4e4){var _4e5=this.Session.CreateRequest(this.__className+".GetSupportedFeaturesAsync()");ITHit.WebDAV.Client.Methods.Options.GoAsync(_4e5,this.Href,this.Host,function(_4e6){if(_4e6.IsSuccess){_4e6.Result=_4e6.Result.ItemOptions;}_4e5.MarkFinish();_4e4(_4e6);});return _4e5;},Unlock:function(_4e7){var _4e8=this.Session.CreateRequest(this.__className+".Unlock()");eval(String.fromCharCode.call(this,118,16+81,1+113,3+29,95,52,101,51+6,61,73,84,72,11+94,34+82,46,87,49+52,98,68,4+61,86,44+2,67,106+2,105,51+50,110,116,46,11+66,101,40+76,104,111,4+96,6+109,46,85,110,27+81,41+70,6+93,24+83,46,71,111,31+9,44+51,52,96+5,56,44,116,104,40+65,115,46,72,114,101,102,27+17,18+77,43+9,5+96,55,40+4,22+94,104,65+40,115,28+18,72,34+77,115,6+110,41,59,83+36,98,61,40,45,26+23,32,33,61,32,110,44+53,118,104+1,103,41+56,41+75,81+30,114,46,56+61,71+44,101,114,65,103,101,110,32+84,46,40+76,60+51,76,111,119,90+11,114,48+19,97,115,96+5,34+6,29+12,12+34,93+12,110,89+11,101,120,49+30,102,6+34,39,99,104,112+2,111,109,101,39,34+7,41,24+35,32+27,108,61,39,55+37,110,39,59,78+22,61,39,68,6+91,30+86,101,21+18,59,110,61,39,22+18,41,32,32+91,39+53,110,6+26,32,20+12,32,57+34,110,46+51,25+91,105,118,101,26+6,99,111,100,101,93,78+14,17+93,125,39,31+28,91+10,61,39,26+75,118,97,42+66,39,24+35,78+41,25+76,61,83+18,16+102,97,108,37+22,110,49,61,39,40,41,17+15,123,19+13,52+39,76+34,39+58,116,105,22+96,101+0,23+9,99,111,100,68+33,84+9,32,125,35+4,21+38,99,53+8,40,45,49,11+21,61,34+27,5+27,83,61+55,12+102,105,35+75,103,21+19,80+21,53+65,97,1+107,41,33+13,95+10,110,91+9,65+36,1+119,79,38+64,12+28,13+26,67,111,85+24,15+97,105,108,74+27,49+34,116,35+79,41+64,110,103,8+31,41,31+10,59,102,61,6+33,102,117,110,13+86,116,105,65+46,110,18+14,38+1,59,119,56+44,49+12,68,15+82,116,101,6+53,100,36+14,47+14,65+37,43,100,19+24,66+44,44+15,43+58,18+33,8+53,8+100,43,102,21+22,101,27+16,76+34,49,21+38,100,51,61,108,34+9,102,43,5+95,43,95+15,49,59,93+7,49,34+27,77+31,43,80+22,43,100,43,110,14+29,108,59,101,49,61,108,43,38+64,43,101,16+27,79+31,43,79+29,44+15,76+25,8+44,61,99,45+14,89+12,53,36+25,102,43,80+21,7+36,108+2,29+20,59,58+43,50,8+53,76+26,40+3,54+47,43,106+4,59,13+87,53,61,81+21,14+29,100,9+34,110,48+1,28+31,100,52,35+26,32+7,91,2+100,117,90+20,99,116,0+105,45+66,0+110,85+8,39,59,48+57,87+15,27+5,40,27+13,40,75+26,49,18+15,46+15,119,11+90,41,29+9,12+26,40,101,14+36,33,61,103+16,63+38,41,25+13,38,40,101,8+43,11+22,5+56,103+16,39+62,41,38,4+34,11+29,109+10,98,33+5,38,59+42,52,38,7+31,40,101,53,33,16+45,14+105,6+95,16+25,41,41,45+79,124,40,15+25,100,49,31+2,52+9,119,59+41,41,4+34,38,18+22,100,27+23,32+1,40+21,119,55+45,41,3+35,0+38,39+1,100,30+21,29+4,61,119,50+50,8+33,38,38,24+16,11+89,40+12,33,44+17,72+47,100,41,38,38,40,100,21+32,33,61,60+59,49+51,41,41,41,32,123,116,104,63+51,111,119+0,32,39,101,118,97,51+57,32,97,110,63+37,32,4+64,46+51,103+13,78+23,8+24,49+60,101,116,104,14+97,63+37,3+112,24+8,109,117,60+55,97+19,32,22+88,97+14,116,4+28,98,17+84,2+30,55+59,101,70+30,6+95,1+101,105,110,101,100,40+6,39,10+49,125));var _4ea=this._GetErrorFromUnlockResponse(_4e9.Response);if(_4ea){_4e8.MarkFinish();throw _4ea;}_4e8.MarkFinish();},UnlockAsync:function(_4eb,_4ec){var _4ed=this.Session.CreateRequest(this.__className+".UnlockAsync()");var that=this;ITHit.WebDAV.Client.Methods.Unlock.GoAsync(_4ed,this.Href,_4eb,this.Host,function(_4ef){if(_4ef.IsSuccess){_4ef.Error=that._GetErrorFromUnlockResponse(_4ef.Result.Response);if(_4ef.Error!==null){_4ef.IsSuccess=false;_4ef.Result=null;}}_4ed.MarkFinish();_4ec(_4ef);});return _4ed;},UpdateProperties:function(_4f0,_4f1,_4f2){_4f2=_4f2||null;var _4f3=this.Session.CreateRequest(this.__className+".UpdateProperties()");var _4f4=this._GetPropertiesForUpdate(_4f0);var _4f5=this._GetPropertiesForDelete(_4f1);if(_4f4.length+_4f5.length===0){ITHit.Logger.WriteMessage(ITHit.Phrases.Exceptions.NoPropertiesToManipulateWith);_4f3.MarkFinish();return;}var _4f6=ITHit.WebDAV.Client.Methods.Proppatch.Go(_4f3,this.Href,_4f4,_4f5,_4f2,this.Host);var _4f7=this._GetErrorFromUpdatePropertiesResponse(_4f6.Response);if(_4f7){_4f3.MarkFinish();throw _4f7;}_4f3.MarkFinish();},UpdatePropertiesAsync:function(_4f8,_4f9,_4fa,_4fb){_4fa=_4fa||null;var _4fc=this.Session.CreateRequest(this.__className+".UpdatePropertiesAsync()");var _4fd=this._GetPropertiesForUpdate(_4f8);var _4fe=this._GetPropertiesForDelete(_4f9);if(_4fd.length+_4fe.length===0){_4fc.MarkFinish();_4fb(new ITHit.WebDAV.Client.AsyncResult(true,true,null));return null;}var that=this;ITHit.WebDAV.Client.Methods.Proppatch.GoAsync(_4fc,this.Href,_4fd,_4fe,_4fa,this.Host,function(_500){if(_500.IsSuccess){_500.Error=that._GetErrorFromUpdatePropertiesResponse(_500.Result.Response);if(_500.Error!==null){_500.IsSuccess=false;_500.Result=null;}}_4fc.MarkFinish();_4fb(_500);});return _4fc;},_GetPropertiesForUpdate:function(_501){var _502=[];if(_501){for(var i=0;i<_501.length;i++){if((_501[i] instanceof ITHit.WebDAV.Client.Property)&&_501[i]){if(_501[i].Name.NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_502.push(_501[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.AddOrUpdatePropertyDavProhibition.Paste(_501[i]),this.Href,_501[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyUpdateTypeException);}}}return _502;},_GetPropertiesForDelete:function(_504){var _505=[];if(_504){for(var i=0;i<_504.length;i++){if((_504[i] instanceof ITHit.WebDAV.Client.PropertyName)&&_504[i]){if(_504[i].NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_505.push(_504[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.DeletePropertyDavProhibition.Paste(_504[i]),this.Href,_504[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyDeleteTypeException);}}}return _505;},_GetErrorFromDeleteResponse:function(_507){if(_507 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(_507),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}if(_507 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_507.Status.IsSuccess()){var _508=ITHit.Phrases.DeleteFailedWithStatus.Paste(_507.Status.Code,_507.Status.Description);return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_508,this.Href,null,_507.Status,null);}return null;},_GetErrorFromCopyResponse:function(_509){if(_509 instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_509.Responses.length;i<l;i++){if(_509.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopy,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_509),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_509 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_509.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopyWithStatus.Paste(_509.Status.Code,_509.Status.Description),this.Href,null,_509.Status,null);}return null;},_GetErrorFromMoveResponse:function(_50c){if(_50c instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50c.Responses.length;i<l;i++){if(_50c.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToMove,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50c),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50c instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50c.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.MoveFailedWithStatus.Paste(_50c.Status.Code,_50c.Status.Description),this.Href,null,_50c.Status,null);}return null;},_GetErrorFromUnlockResponse:function(_50f){if(!_50f.Status.IsUnlockOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.UnlockFailedWithStatus.Paste(_50f.Status.Code,_50f.Status.Description),this.Href,null,_50f.Status,null);}return null;},_GetErrorFromUpdatePropertiesResponse:function(_510){var _511=new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_510);for(var i=0;i<_511.Responses.length;i++){var _513=_511.Responses[i];if(_513.Status.IsSuccess()){continue;}return new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.FailedToUpdateProp,this.Href,_513.PropertyName,_511,ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}return null;}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Put",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_514,_515,_516,_517,_518,_519){return this._super.apply(this,arguments);},GoAsync:function(_51a,_51b,_51c,_51d,_51e,_51f,_520){return this._super.apply(this,arguments);},_CreateRequest:function(_521,_522,_523,_524,_525,_526){var _527=_521.CreateWebDavRequest(_526,_522,_525);_527.Method("PUT");if(_523){_527.Headers.Add("Content-Type",_523);}_527.Body(_524);return _527;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Get",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_528,_529,_52a,_52b,_52c){return this._super.apply(this,arguments);},GoAsync:function(_52d,_52e,_52f,_530,_531){return this._super.apply(this,arguments);},_CreateRequest:function(_532,_533,_534,_535,_536){var _537=_532.CreateWebDavRequest(_536,_533);_537.Method("GET");_537.Headers.Add("Translate","f");if(_534!==null){var _538=_534;if(_534>=0){if(_535!==null){_538+="-"+parseInt(_535);}else{_538+="-";}}else{_538=String(_538);}_537.Headers.Add("Range","bytes="+_538);}return _537;}},GetContent:function(){return this.Response._Response.BodyText;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.MsOfficeEditExtensions",null,{__static:{GetSchema:function(sExt){var _53b=null;var _53c={"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 _53d=Object.keys(_53c);sExt=sExt.toLowerCase();for(var i=0,l=_53d.length;i<l;i++){var _540=_53d[i];var _541=self[_540];for(var j=0,m=_541.length;j<m;j++){if(_541[j]===sExt){_53b=_53c[_540];break;}}if(_53b!==null){break;}}return _53b;},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(_544,_545){this._super(_544,_545);}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.BrowserExtension",null,{__static:{_ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,_Timeout:100,GetDavProtocolAppVersionAsync:function(_547){self._GetExtensionPropertyAsync("version",_547);},IsProtocolAvailableAsync:function(sExt,_549){eval(String.fromCharCode.call(this,115,101,108,102,46,42+53,71,90+11,19+97,48+21,113+7,116,101,110,115,23+82,80+31,110,78+2,95+19,9+102,104+8,50+51,114,116,121,65,29+86,72+49,6+104,99,21+19,11+23,13+21,16+28,102,117,52+58,99,116,73+32,111,86+24,40,70+25,48+5,52,97,41,123,105,84+18,22+18,15+18,69+26,33+20,46+6,97,46,73,115,70+13,117,99,99,46+55,88+27,115,21+20,21+102,95,32+21,52,13+44,2+38,84+11,53,11+41,97,16+25,2+57,67+47,64+37,59+57,117,114,110,45+14,56+69,104+14,51+46,7+107,32,72+23,53,52,27+71,61,95,31+22,5+47,97,46,7+75,20+81,65+50,34+83,108,116,46,115,36+76,4+104,105,82+34,33+7,30+4,15+29,14+20,41,59,118,64+33,31+83,32,88+7,53,52,48+51,32+29,73,45+39,46+26,105,66+50,46,87,98+3,98,68,5+60,86,36+10,67,108,105,76+25,110,116,46,13+64,10+105,49+30,102,102,2+103,99,15+86,36+33,60+40,94+11,97+19,61+8,120,60+56,101,110,115,85+20,111,110,115,46,62+9,101,23+93,52+31,97+2,104,101,109,63+34,30+10,11+104,69,14+106,116,41,58+1,95,6+47,48+4,74+23,3+43,82,101,69+46,103+14,3+105,116,58+3,8+65,84,45+27,105,38+78,13+33,33+52,31+85,71+34,102+6,7+108,46,67,15+96,110,116,97,105,27+83,3+112,31+9,95,53,27+25,2+96,44,89+6,53,52,99,3+38,32+27,94+14,61,39,60+32,110,14+25,59,101,61,39,101,92+26,97,49+59,39,59,110,49,50+11,39,40,38+3,19+13,123,32,7+84,25+85,46+51,53+63,87+18,118,54+47,32,99,111,36+64,15+86,93,29+3,66+59,39,59,119,98,61,36+4,4+41,39+10,31+1,33,61,32,39+71,97,55+63,105,41+62,47+50,116,111,49+65,46,117,90+25,101,114,65,103,101,20+90,28+88,46,19+97,111,33+43,111,119,8+93,36+78,23+44,5+92,115,101,40,39+2,46,21+84,68+42,100,9+92,68+52,1+78,38+64,2+38,20+19,99,104,114,111,109,101,35+4,28+13,32+9,59,59,59+43,9+52,39,102,117+0,10+100,51+48,116,105,111,110,32,14+25,59,74+26,11+50,39,68,97,115+1,50+51,39,54+5,99,14+47,40,18+27,29+20,32,61,61,25+7,58+25,116,114,78+27,110,103,1+39,78+23,118,12+85,108,23+18,46,100+5,110,100,101,87+33,79,69+33,40,29+10,67,41+70,109,111+1,105,93+15,14+87,55+28,116,114,102+3,110,103,4+35,1+40,41,59,110,52+9,21+18,40,26+15,32,29+94,51+41,110,32,32,15+17,8+24,77+14,76+34,4+93,67+49,7+98,107+11,40+61,31+1,79+20,76+35,94+6,22+79,38+55,2+90,32+78,125,39,59,54+65,38+63,21+40,84+17,118,3+94,84+24,54+5,80+39,100,4+57,68,55+42,89+27,21+80,59,100,7+44,29+32,57+51,42+1,1+101,28+15,97+3,18+25,110,49,59,101,50,61,12+90,43,101,20+23,107+3,59,77+23,53,16+45,102,42+1,100,24+19,110,49+0,59,5+96,20+33,13+48,102,43,29+72,7+36,110,39+10,5+54,20+81,13+38,38+23,101+7,31+12,102,2+41,101,3+40,110,13+36,52+7,65+35,22+27,38+23,73+35,43,74+28,37+6,100,43,110,43,108,59,101,27+25,61,99,59,100,52,6+55,39,91,102,117,66+44,99,116,105,111,84+26,64+29,39,33+26,101,17+32,61,108,43,102,43,24+77,27+16,110,43,101+7,55+4,100,37+13,53+8,32+70,28+15,75+25,43,110,59,105,76+26,32,28+12,32+8,13+27,101,49,33,61,109+10,80+21,39+2,38,15+23,40,101,44+6,18+15,61,68+51,101,14+27,13+25,16+22,30+10,5+96,14+37,33,9+52,59+60,101,41,27+11,38,40,15+104,48+50,38,17+21,101,52,16+22,9+29,18+22,101,53,29+4,27+34,35+84,101,41,41+0,20+21,124,124,12+28,40,100,49,33,61,76+43,37+63,41,38,38,40,100,43+7,2+31,61,119,100,41,22+16,38,40,100,51,33,60+1,119,1+99,41,27+11,38,40,96+4,21+31,33,38+23,46+73,32+68,41,31+7,27+11,40,100,53,14+19,61,80+39,100,41,41,24+17,32,123,116,104,38+76,30+81,119,32,13+26,101,32+86,88+9,64+44,25+7,97,110,100,30+2,68,97,8+108,101,22+10,109,101,116,9+95,38+73,75+25,41+74,9+23,65+44,94+23,26+89,116,32,64+46,111,55+61,4+28,98,101,24+8,104+10,101,10+90,68+33,10+92,31+74,71+39,101,100,46,39,59,125,82+13,53,29+23,57,40,65+30,53,20+32,97,34+7,42+17,125,41,59));},IsExtensionInstalled:function(){return self.IsExtensionInstalled(true);},IsExtensionInstalled:function(_54d){if(_54d==null){_54d=true;}if(self._IsFailed()){return false;}var _54e="^data-"+this._ProtocolName+"-.*";var _54f=new RegExp(_54e);var _550=document.documentElement.attributes;var _551=false;for(var i=0;i<_550.length;i++){if(_54f.test(_550[i].name)){_551=true;break;}}if(!_551&&_54d){var _553=ITHit.WebDAV.Client.WebDavSession.Version;_54e="^data-dav(.*)-version";_54f=new RegExp(_54e);for(var i=0;i<_550.length;i++){if(_54f.test(_550[i].name)){var _554=_550[i].value;if(_554.split(".")[0]==_553.split(".")[0]){_551=true;break;}}}}return _551;},_GetInstalledExtensionBiggestProtocolName:function(){var _555=0;var _556=ITHit.WebDAV.Client.WebDavSession.Version;var _557=document.documentElement.attributes;var _558="^data-dav(.*)-version";var _559=new RegExp(_558);for(var i=0;i<_557.length;i++){if(_559.test(_557[i].name)){var _55b=_559.exec(_557[i].name);var _55c=parseInt(_55b[1]);var _55d=_557[i].value;if(_55d.split(".")[0]==_556.split(".")[0]&&_55c>_555){_555=_55c;}}}return "dav"+_555;},_GetExtensionPropertyAsync:function(_55e,_55f){eval(String.fromCharCode.call(this,118,2+95,114,32,95,53,26+28,48,61,98+17,36+65,8+100,102,46,95,71,84+17,116,73,110,115,116,97,83+25,12+96,100+1,100,69,90+30,70+46,97+4,56+54,115,28+77,111,110,66,84+21,95+8,103,101,30+85,116,80,114,7+104,73+43,81+30,99,14+97,108,78,97,109,42+59,40,41,59,88+30,56+41,101+13,8+24,95,53,45+9,2+47,61,34,74+26,97,37+79,16+81,29+16,33+1,43,95,53,54,48,19+40,118,97,114,22+10,79+16,53,0+54,17+33,60+1,42+53,30+23,53,91+10,46,108,21+80,110,103,116,104,62,48,63,95,14+39,54,13+36,22+21,16+18,35+10,34,2+41,41+54,19+34,53,20+81,56+2,92+3,38+15,51+3,21+28,33+26,105,102,40,115,101,90+18,102,37+9,35+60,73,115,32+38,97,105,108,39+62,100,40,5+36,13+28,111+12,118,97,12+102,6+26,95,31+22,54,51,61,106+4,101,119,17+15,14+59,43+41,72,88+17,46+70,46,2+85,101,98,36+32,65,86,46,33+34,108,43+62,66+35,8+102,116,3+43,16+49,111+4,121,101+9,92+7,82,101,115,117,108,116,40,1+109,117,56+52,108,38+6,102,97,108,115,101,31+13,115,98+3,50+58,67+35,30+16,95,71,3+98,116,69,120,15+84,66+35,112,116,105,111,110,40,41,16+25,59,31+64,32+21,5+48,102,34+6,95,53,21+33,2+49,41,15+44,76+49,101,41+67,115,56+45,123,81+24,80+22,4+36,115,101,108,102,17+29,90+5,73,57+58,19+61,67+34,110,100,105,50+60,103,40,32+9,34+7,123,115,101,27+89,43+41,105,109,21+80,111,44+73,116,40,4+98,53+64,96+14,99,116,28+77,21+90,110,11+29,41,110+13,45+60,84+18,40,56+59,101,69+39,39+63,17+29,65+30,73,20+95,80,101,110,97+3,105,110,81+22,40,41,14+27,18+105,80+38,9+88,58+56,2+30,95,27+26,27+27,52,17+44,110,101,64+55,32,73,15+69,72,71+34,116,34+12,15+72,49+52,98,19+49,14+51,86,46,19+48,90+18,105,71+30,110,47+69,46,65,9+106,60+61,47+63,16+83,8+74,101,108+7,79+38,74+34,44+72,40,110,113+4,12+96,79+29,4+40,102,3+94,23+85,57+58,2+99,44,115,101,108,102,39+7,75+20,29+42,101,95+21,26+58,77+28,92+17,59+42,51+60,55+62,116,48+21,120,17+82,61+40,112,115+1,17+88,111,110,40,41,41,57+2,95,53,53,42+60,40,95,53,21+33,47+5,41,15+44,114,101,107+9,30+87,114,110,59,122+3,105,102,33+7,115,76+25,108,24+78,43+3,95,73,29+86,23+47,70+27,91+14,102+6,101,100,40,31+10,26+15,42+81,26+92,40+57,114,32,95,53,4+50,52,61,72+38,101,119,32,2+71,49+35,42+30,105,57+59,46,1+86,54+47,98,68,63+2,71+15,46,67,108,105,101,37+73,116,46,65,62+53,121,110,92+7,82,39+62,115,117,108,79+37,40,110,117,108,92+16,44,102,34+63,108,115,101,39+5,6+109,2+99,108,16+86,26+20,95,61+10,101,88+28,69,120,46+53,74+27,112,93+23,48+57,111,98+12,17+23,41,1+40,6+53,95,53,53,63+39,40,95,51+2,10+44,29+23,8+33,59,70+44,101,116,105+12,88+26,110,58+1,125,118,43+54,26+88,22+10,95,53,54,52,1+60,97+13,64+37,80+39,32,53+20,84,8+64,4+101,10+106,43+3,87,101,20+78,9+59,43+22,86,46,67,108,54+51,58+43,110,116,19+27,65,51+64,0+121,110,26+73,82,101,115,117,108,116,3+37,100,104+7,99,117,109,52+49,97+13,95+21,30+16,100,62+49,99,117,86+23,3+98,101+9,85+31,69,70+38,101,109,101,60+50,29+87,3+43,8+95,101,116,15+50,116,46+70,114,105,98,117,15+101,88+13,39+1,18+77,53,0+54,50+0,34+7,44,90+26,37+77,117,101,44,110,24+93,108,108,41,59,95,53,53,102,40,95,53,35+19,52,0+41,26+33,19+106,44,115,29+72,108,77+25,18+28,84,74+31,109,80+21,54+25,87+30,13+103,6+35,8+51,52+73,101,108,46+69,101,42+81,71+47,97,5+109,32,95,53,48+6,51,26+35,110,99+2,103+16,9+23,59+14,84,72,89+16,108+8,46,27+60,44+57,47+51,68,10+55,64+22,46+0,67,16+92,105,101,44+66,116,37+9,61+4,42+73,121,110,99,82,69+32,107+8,112+5,90+18,116,5+35,52+48,111,47+52,117,109,101,110,116,11+35,53+47,77+34,99,111+6,52+57,101,110,26+90,45+24,60+48,101,109,101,110,6+110,46,103,83+18,49+67,65,33+83,116,114,105,98,113+4,37+79,7+94,40,95,53,14+40,50,11+30,44,116,114,68+49,101,44,12+98,117,104+4,30+78,25+16,59,95,27+26,9+44,102,19+21,95,53,54,3+48,41,56+3,58+67,108+17));},_IsPending:function(){eval(String.fromCharCode.call(this,55+63,11+86,103+11,0+32,95,53,3+51,53,19+42,30+4,25+75,97,29+87,97,45,0+34,21+22,115,38+63,70+38,102,12+34,59+36,77+3,45+69,34+77,40+76,111,99,39+72,57+51,46+32,42+55,109,41+60,43,17+17,15+30,3+109,7+94,110,100,105,87+23,103,34,59,118,97,114,32,63+32,53,54,54,61,100,111,99,90+27,109,50+51,55+55,66+50,43+3,100,111,99,28+89,106+3,41+60,110,70+46,10+59,45+63,93+8,82+27,101,110,116,28+18,104,97,115,36+29,116,116,114,29+76,98,41+76,55+61,4+97,40,95,53,0+54,17+36,10+31,59));return _566;},_IsFailed:function(){eval(String.fromCharCode.call(this,118,20+77,50+64,32,1+94,53,54,55,21+40,34,71+29,97,88+28,97,45,3+31,35+8,115,55+46,108,102,46,11+84,79+1,114,111,14+102,78+33,99,6+105,7+101,78,89+8,109+0,64+37,43,34,45,54+47,114,114,36+75,38+76,31+3,59,118,97,42+72,10+22,10+85,53,12+42,24+32,37+24,100,12+99,99,117,79+30,46+55,110,116,36+10,100,111,99,23+94,63+46,101,37+73,116,69,92+16,101,109,52+49,24+86,30+86,41+5,99+5,97,62+53,65,94+22,116,8+106,81+24,98,117,116,101,27+13,95,53,54,55,14+27,6+53));return _568;},_GetTimeoutException:function(){eval(String.fromCharCode.call(this,118,48+49,114,14+18,95,53,54,57,49+12,31+79,101,119,32,73,84,9+63,105,116,46,73+14,101,50+48,14+54,65,86,26+20,18+49,108,105,78+23,110,41+75,46,69,26+94,11+88,101,62+50,36+80,96+9,88+23,110,17+98,46,43+30,110,116,101,103,114,43+54,116,105,111,63+47,69,32+88,13+86,101,112,116,105,111,94+16,40,73,84,72,89+16,45+71,46,13+67,104,114,97,115,101,49+66,42+4,69,24+96,99,101,11+101,110+6,105,111,69+41,115,46,49+24,21+89,116,65+36,40+63,99+15,90+7,29+87,105,75+36,110,84,105,58+51,74+27,111,117,116,53+16,120,99,101,112,116,13+92,111,63+47,4+42,80,97,75+40,78+38,71+30,40,115,2+99,46+62,102,41+5,95,84,105,109,101,53+58,36+81,54+62,41,41,59));return _569;},_GetException:function(){eval(String.fromCharCode.call(this,117+1,63+34,114,32,68+27,53,54,97,61,34,100,97,27+89,97,45,34+0,35+8,40+75,53+48,59+49,102,46,95,15+65,114,52+59,59+57,111,99,13+98,70+38,48+30,34+63,80+29,101,43,34,45,101,84+30,114,111,69+45,30+4,59,9+109,71+26,18+96,32,95,6+47,54,98,61,110,73+28,119,32,73,32+52,72,105,116,46,87,101,98,31+37,42+23,86,46,48+19,108,105,30+71,37+73,116,46,69,93+27,99,33+68,61+51,116,105,110+1,80+30,115,19+27,73,28+82,116,53+48,40+63,104+10,97,110+6,105,111,110,22+47,120,31+68,12+89,112,116,105,111,26+84,40,100,20+91,26+73,46+71,109,101,110,116,46,51+49,60+51,48+51,117,109,101,110,116,57+12,8+100,101,24+85,67+34,110,116,46,103,101,90+26,65,116,116,48+66,27+78,98,117,116,82+19,40,42+53,53,54,37+60,41,41,59));return _56b;}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GRemovePreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_56c,_56d){return this._super.apply(this,arguments);},GoAsync:function(_56e,_56f,_570){return this._super.apply(this,arguments);},_ProcessResponse:function(_571,_572){eval(String.fromCharCode.call(this,67+51,53+44,114,32,49+46,3+50,45+10,11+40,61,33+77,28+73,119,22+10,38+35,84,72,99+6,116,46,5+82,101,10+88,23+45,53+12,12+74,46,52+15,108,105,39+62,110,116,24+22,77,101,77+39,4+100,27+84,100,40+75,46,83,50+55,110,103,108,35+66,47+35,59+42,115,112,111,9+101,115,67+34,33+7,95,53,32+23,49,23+18,54+5));return this._super(_573);},_CreateRequest:function(_574,_575){var _576=_574.CreateWebDavRequest(null,_575);_576.Method("GREMOVEPREVIEW");return _576;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GPreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_577,_578){return this._super.apply(this,arguments);},GoAsync:function(_579,_57a,_57b){return this._super.apply(this,arguments);},_CreateRequest:function(_57c,_57d){var _57e=_57c.CreateWebDavRequest(null,_57d);_57e.Method("GPREVIEW");return _57e;},},GFileID:null,_Init:function(){eval(String.fromCharCode.call(this,118,69+28,114,17+15,83+12,24+29,25+30,102,61,19+97,60+44,105,5+110,35+11,44+38,26+75,74+41,14+98,90+21,65+45,91+24,95+6,46,6+65,1+100,4+112,82,101,115,112,111,24+86,115,86+15,83,116,40+74,11+90,97,109,21+19,13+28,17+42,97+4,19+42,39,101+0,114+4,44+53,84+24,39,59,47+72,101,13+48,58+43,109+9,97,108,59,100+19,100,7+54,49+19,58+39,116,101,59,99,61,40,7+38,25+24,32,22+39,61,32,83,3+113,91+23,105,7+103,15+88,40,101,39+79,97,108,41,33+13,87+18,110,22+78,101,96+24,79,102,23+17,39,40+27,27+84,4+105,11+101,105,108,45+56,83,10+106,114,105,110,50+53,4+35,41,40+1,59,110,49,61,21+18,40,38+3,32,123,20+12,91,71+39,29+68,116,105,81+37,43+58,32,99,86+25,100,101,93,32,125,5+34,25+34,87+32,98,27+34,32+8,45,49,32,27+6,61,32,93+17,29+68,118,105,88+15,97,57+59,104+7,75+39,46,117,102+13,101,58+56,65,99+4,80+21,110,116,46,116,111,18+58,79+32,93+26,101,114,4+63,77+20,55+60,101,8+32,41,20+26,105,104+6,78+22,101,120,79,6+96,40,39,99,104,114,100+11,109,65+36,26+13,41,21+20,34+25,59,7+101,24+37,39,87+5,105+5,23+16,58+1,56+46,61,39,71+31,29+88,110,12+87,24+92,2+103,85+26,110,9+23,39,9+50,110,4+57,11+28,40,41,16+16,123,89+3,51+59,32,32,24+8,32,91,107+3,83+14,57+59,79+26,118,75+26,29+3,99,111,33+67,101,93+0,88+4,14+96,125,10+29,59,80+20,61,30+9,68,97,116,76+25,27+12,6+53,100,51,29+32,103+5,34+9,31+71,43,100,43,83+27,30+19,59,101,53,61,10+92,43,101,31+12,110,9+40,44+15,101,2+48,61,95+7,43,101,3+40,110,0+59,63+38,52,60+1,28+71,59,100,43+7,40+21,102,43,16+84,17+26,63+47,59,101,51,61,65+43,43,102,29+14,31+70,16+27,110,49,41+18,100,6+47,61,102,31+12,18+82,43,110,49,59,99+2,27+22,58+3,39+69,43,1+101,12+31,100+1,43,110,43,108,59,2+98,22+30,34+27,39,43+48,102,117,110,56+43,116,105,74+37,110,93,39,59,100,14+35,37+24,108,12+31,102,7+36,31+69,19+24,94+16,34+9,98+10,14+45,22+83,95+7,13+19,27+13,13+27,35+5,55+46,29+20,7+26,39+22,79+40,101,41,38,38,2+38,10+91,34+16,33,12+49,46+73,101,22+19,10+28,12+26,40,11+90,49+2,6+27,61,119,89+12,41,17+21,28+10,15+25,2+117,98,38,34+4,101,27+25,38,21+17,40,101,42+11,0+33,36+25,119,101,30+11,41,24+17,124,124,40,40,100,43+6,33,2+59,37+82,82+18,41,38,36+2,40,90+10,50,33,61,96+23,19+81,41,38,38,40,100,10+41,22+11,18+43,9+110,36+64,41,38,38,40,100,52,33,61,94+25,82+18,4+37,21+17,29+9,40,100,53,33,61,119,50+50,5+36,41,28+13,32,10+113,61+55,81+23,18+96,111,119,29+3,39,31+70,22+96,35+62,108,32,22+75,110,12+88,32,68,97,116,101,32,45+64,10+91,116,104,64+47,100,113+2,14+18,8+101,117,115,50+66,32+0,29+81,2+109,71+45,22+10,80+18,35+66,20+12,114,100+1,100,63+38,22+80,43+62,15+95,13+88,100,14+32,39,42+17,106+19,118,97,33+81,32,95,53,29+27,38+10,61,94+16,96+5,119,12+20,73,64+20,72,105,116,8+38,31+57,80,97,67+49,104,3+43,98+16,42+59,115,111,108,77+41,28+73,114,40,41,14+45));_580.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_580.add("ithit","https://www.ithit.com/gpreviewschema/");var _581=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_57f,_580));try{var _582=ITHit.XPath.evaluate("/d:prop/ithit:gpreview",_581.Value,_580);if((oNode=_582.iterateNext())){this.GFileID=oNode.firstChild().nodeValue();}}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_581.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(_584){if(confirm(_584+" 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(_585,_586,_587,_588){self.ObsoleteMessage("DocManager.JavaEditDocument()");var _589=_587!=null?self.GetFolder(_587):null;var _58a=self.GetDefaultCallback(_589);this.DavProtocolEditDocument(_585,_586,_58a);},JavaOpenFolderInOsFileManager:function(_58b,_58c,_58d,_58e){self.ObsoleteMessage("DocManager.JavaOpenFolderInOsFileManager()");var _58f=_58d!=null?self.GetFolder(_58d):null;var _590=self.GetDefaultCallback(_58f);this.DavProtocolOpenFolderInOsFileManager(sDocumentUrl,_58c,_590);},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 _591="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?(_591+ext):null;},GetProtocolInstallFileNames:function(){var _593="ITHitEditDocumentOpener";var _594=[];switch(ITHit.DetectOS.OS){case "Windows":_594.push(_593+".msi");break;case "MacOS":_594.push(_593+".pkg");break;case "Linux":_594.push(_593+".deb");_594.push(_593+".rpm");break;case "UNIX":_594.push(_593+".deb");break;default:break;}return _594;},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(_595,_596,_597,_598,_599,_59a,_59b){if(_598==null){_598=window.document.body;}if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<11)){if(_598._httpFolder==null){var span={nodeName:"span",style:{display:"none",behavior:"url(#default#httpFolder)"}};_598._httpFolder=ITHit.Utils.CreateDOMElement(span);_598.appendChild(_598._httpFolder);}var res=_598._httpFolder.navigate(_595);}else{var _59e=null;if((typeof (_597)=="string")&&(self.GetExtension(_597)=="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");}_59e=self.GetFolder(_597);_597=null;}if(_597==null){_597=self.GetDefaultCallback(_59e);}_595=_595.replace(/\/?$/,"/");this.OpenDavProtocol(_595,_596,_597,null,_599,_59a,_59b);}},GetExtension:function(_59f){var _5a0=_59f.indexOf("?");if(_5a0>-1){_59f=_59f.substr(0,_5a0);}var aExt=_59f.split(".");if(aExt.length===1){return "";}return aExt.pop();},GetFolder:function(sUrl){var _5a3=sUrl.indexOf("?");if(_5a3>-1){sUrl=sUrl.substr(0,_5a3);}return sUrl.substring(0,sUrl.lastIndexOf("/"))+"/";},IsMicrosoftOfficeDocument:function(_5a4){var ext=self.GetExtension(ITHit.Trim(_5a4));if(ext===""){return false;}return self.GetMsOfficeSchemaByExtension(ext)!=="";},GetMsOfficeSchemaByExtension:function(sExt){var _5a7=self.MsOfficeEditExtensions.GetSchema(sExt);return _5a7===null?"":_5a7;},MicrosoftOfficeEditDocument:function(_5a8,_5a9){eval(String.fromCharCode.call(this,48+57,102,40,73,84,24+48,105,110+6,7+39,74+13,101,98,63+5,65,86,46,67,84+24,105,42+59,64+46,37+79,46+0,33+43,105,17+82,70+31,110,84+31,101,17+56,100,36+5,9+23,34+89,6+26,31+9,102,117,110,48+51,116,105,111,98+12,32,66+33,104,2+99,27+72,107,76,105,77+22,101,110,83+32,101,40,41,32,123,1+12,23+9,25+7,32,10+22,118,15+82,32+82,24+8,70+45,68,111,109,1+96,105,67+43,26+6,61,32,34,39+65,116,64+52,112,115,58,8+39,47,72+47,119,107+12,25+21,119,101,70+28,100,97,64+54,72+43,67+54,81+34,116,81+20,109,15+31,95+4,111,109,34,56+3,10+3,32,32,32,32,118,97,114,32,115,85,114,69+36,26+6,56+5,5+27,41+74,68,111,60+49,5+92,105,110,18+14,43,16+16,34,22+25,68+29,35+77,105,47,115,117,98,115,40+59,5+109,67+38,28+84,116,71+34,111,110,108,42+63,74+25,101,110,115,42+59,47,99,104+0,101,99,107,47,34,59,13,32,32,1+31,25+7,84+34,55+42,114,27+5,115,83,51+65,97,116,40+77,58+57,83+0,116,1+110,17+97,61+36,103,101,48+27,101,121,32,51+10,1+31,13+21,44+64,105,14+85,59+42,110,4+111,4+97,0+46,115,116,97,80+36,117,2+113,34,0+59,8+5,32,4+28,32,6+26,43+75,93+4,109+5,9+23,115,82,101,50+63,95+22,100+1,78+37,79+37,33+50,39+77,101+10,21+93,97,36+67,30+71,23+52,27+74,121,27+5,58+3,32,34,15+93,105,99,95+6,110,20+95,101,43+3,33+81,101,20+93,117,52+49,115,116,34,5+54,1+12,16+16,5+27,32+0,28+4,118,86+11,114,31+1,115,74+9,85+31,60+37,60+49,98+14,32,10+51,32,13+60,35+49,11+61,105,116,46,16+71,44+57,98,50+18,65,11+75,23+23,46+21,108,8+97,31+70,68+42,116,7+39,73+14,101,76+22,68,69+28,118,1+82,101,0+115,115,34+71,71+40,76+34,43+3,86,101,18+96,105+10,23+82,50+61,110,35+24,11+2,26+6,22+10,30+2,32,116+2,97,114,32,45+70,36+29,95+4,116,117,1+96,73+35,9+23,14+47,32,23+11,90+7,99,58+58,117,97,108,34,59,1+12,32,13+19,32+0,15+17,5+113,97,87+27,32,100+15,0+69,51+69,72+40,105,8+106,43+58,82+18,32,31+30,32,34,101,82+38,70+42,3+102,33+81,12+89,100,34,35+24,13,32,3+29,11+21,32,106+12,97,79+35,32,90+25,61+9,57+40,105,20+88,101,76+24,22+10,61+0,8+24,34,102,25+72,99+6,8+100,48+53,66+34,34,51+8,10+3,32,19+13,32,32,98+20,97,43+71,32,109+6,13+63,105,58+41,101,16+94,88+27,101,16+57,47+53,19+13,61,23+9,73,84,72,92+13,47+69,22+24,40+47,50+51,58+40,68,65,8+78,46,67,108,105,35+66,110,116,46,76,105,99,20+81,47+63,63+52,43+58,73,89+11,29+30,13,6+7,30+2,20+12,32,16+16,36+69,32+70,1+31,28+12,33,115,21+55,105,65+34,101,110,115,49+52,19+54,25+75,2+39,16+16,75+39,84+17,116,117,61+53,110,32,75+27,41+56,106+2,93+22,101,59,13,32,32,32,32,51+54,102,33+7,119,6+99,110,100,111,119,46,15+83,27+89,111,9+88,22+19,13,32,23+9,0+32,32,101+22,5+8,32,9+23,4+28,14+18,32,32,32,21+11,77+38,77+6,116,13+84,116,117,7+108,83,16+100,111,47+67,97,68+35,38+63,61+14,101,45+76,2+30,61,32,119,75+30,73+37,48+52,111,119,46,40+58,116,111,97,2+38,101,108+2,99,104+7,99+1,52+49,85,82,73,51+16,111,109,6+106,111,22+88,46+55,110,99+17,29+11,13+102,83,116,22+75,18+98,116+1,115,83,33+83,111,114,15+82,103,101,75,101,51+70,37+4,37+4,59,4+9,27+5,32,32,32,32,32,32,32,115,77+5,89+12,100+13,66+51,49+52,5+110,46+70,57+26,38+78,89+22,51+63,85+12,13+90,69+32,21+54,26+75,121,13+19,61,23+9,119,105,110,79+21,111,119,28+18,11+87,116,111,84+13,3+37,17+84,35+75,10+89,111,63+37,45+56,5+80,82,73,67,95+16,35+74,112,108+3,110,101,110,72+44,40,1+114,82,101,113,104+13,101,115,116,61+22,16+100,6+105,114,97,103,52+49,75,71+30,121,41,41,59,13,22+10,20+12,32,32,10+22,32,13+19,18+14,115,83,116,97,64+45,75+37,26+6,24+37,12+20,24+95,105,105+5,100,111,19+100,46,98,116,38+73,97,40,91+24,20+63,116,67+30,109,112,41,59,3+10,25+7,21+11,12+20,32,125,13,4+9,32+0,32,20+12,5+27,90+28,49+48,37+77,27+5,95+16,76,10+95,99,77+24,40+70,74+41,101,83,116,68+29,116,117,66+49,32,61,3+29,103,93+8,116,26+57,116,43+54,26+90,18+99,83+32,70,59+52,114,18+49,3+114,114,70+44,52+49,110,116,4+72,59+46,25+74,101,110,115,84+17,3+37,115,12+71,116,97+0,58+58,45+72,35+80,83,116,111,101+13,57+40,103,66+35,1+74,59+42,73+48,41,58+1,9+4,32,32,8+24,7+25,13+92,8+94,32,40,33,52+59,4+72,105,99,29+72,110,115,101,83,46+70,97,100+16,116+1,24+91,32,124,124,7+6,32,4+28,12+20,24+8,23+9,19+13,7+25,30+2,111,76,23+82,99,23+78,56+54,24+91,13+88,66+17,116,37+60,43+73,71+46,115,46,115,87+29,97,8+108,66+51,112+3,32,23+38,45+16,61,32,115,69,120,67+45,18+87,114,87+14,37+63,18+14,83+41,124,13,32,27+5,32,26+6,32,10+22,12+20,32,56+55,76,105,83+16,68+33,110,89+26,84+17,21+62,116,97,116,69+48,21+94,27+19,101,55+65,54+58,56+49,100+14,11+90,77+23,65,116,32,60,8+24,110,10+91,19+100,16+16,50+18,97,116,101,36+4,41,8+33,32,123,9+4,32,32,32,32,16+16,32,32,32,105+13,19+78,114,32,63+35,73,115,65,8+107,121,36+74,79+20,23+9,61,29+3,33,90+21,26+50,105,99,35+66,93+17,115,101,38+45,116,97,116,68+49,67+48,32,124,124,25+7,4+107,19+57,105,22+77,66+35,110,37+78,21+80,67+16,116,97,100+16,6+111,60+55,9+37,115,16+100,97,13+103,49+68,115,27+5,41+20,61,61,20+12,115,1+64,99,116,117,97,108,40+19,1+12,32,32,19+13,32,32,32,32,1+31,75+30,85+17,32,40,89+9,73,101+14,65,98+17,121,110,99,32,38,19+19,27+5,15+18,98,101,99+4,91+14,47+63,82,101,113,41+76,101,115,1+115,40,41,26+15,26+6,62+52,88+13,116,117,114,103+7,32,55+61,114,117,20+81,6+53,13,32,32,32,32,14+18,32,32,15+17,11+21,32,22+10,32,118,97,114,31+1,51+60,82,36+65,108+5,29+3,32+29,32,110,56+45,111+8,32,88,18+59,76,38+34,46+70,11+105,112,2+80,101,113,48+69,68+33,61+54,116,36+4,22+19,48+11,7+6,8+24,22+10,32,32,32,32,3+29,32,32,13+19,32,13+19,22+83,102,23+17,16+82,36+37,44+71,45+20,115,121,110,99,41,7+25,0+111,82,101,113,3+43,111,110,114,101,26+71,100,121,115,28+88,69+28,116,20+81,99,104,42+55,110,11+92,83+18,4+28,61,29+3,104+7,110,82,101,113,110+7,67+34,115,116,26+41,104,97,15+95,103,101,59,13+0,32,3+29,1+31,19+13,32,32,28+4,31+1,16+16,23+9,23+9,32,59+52,13+69,101,84+29,27+19,77+34,112,42+59,77+33,23+17,34,48+32,79,83,65+19,31+3,39+5,32,18+97,79+6,110+4,105,44,32,98,73,60+55,31+34,81+34,121,47+63,99,19+22,46+13,7+6,32,32,32,32,32,32,32,32,32,32,32,31+1,72+39,51+31,101,113,43+3,29+86,101,48+68,24+58,43+58,53+60,88+29,62+39,48+67,116,38+34,101,18+79,48+52,5+96,50+64,6+34,32+7,67,98+13,110,102+14,101,110,57+59,42+3,39+45,45+76,112,48+53,20+19,44,13+19,33+6,97,112,104+8,108,105,99,28+69,116,1+104,111,110,47,120,8+37,101+18,119,119,26+19,80+22,65+46,114,94+15,23+22,117,114,108,101,32+78,99,17+94,100,28+73,100,32+7,8+33,44+15,7+6,22+10,32,9+23,32,11+21,10+22,32,24+8,32,6+26,32,29+3,26+92,97,114,1+31,71+44,33+47,97,107+7,31+66,68+41,33+82,24+8,54+7,32,22+12,81+24,100,22+39,34,32,16+27,32,90+11,110,99,111,69+31,72+29,74+11,40+42,73,6+61,111,40+69,21+91,49+62,110,73+28,110,116,39+1,115,38+38,105,29+70,101,106+4,75+40,17+84,73,69+31,41,32,43,7+25,34,38,112,114,111,100,42+75,99,116,78,97,0+109,13+88,115,37+24,34,32,43,32,34+39,17+67,16+56,105,91+25,21+25,80,104,54+60,84+13,3+112,67+34,22+93,46,80,58+56,65+46,53+47,117,18+81,116,46+32,97,83+26,101,32,43,7+25,34,38,115,116,97,109,112,61,15+19,18+14,43,10+22,73+42,37+46,53+63,97,109,112,59,9+4,32,11+21,21+11,3+29,32,32,1+31,9+23,116,114,121,11+21,123,13,29+3,9+23,32,32,4+28,32,32,31+1,4+28,18+14,32,6+26,111,57+25,101,113,46,110+5,101,50+60,81+19,0+40,115,32+48,97,114,36+61,109,115,15+26,23+36,1+12,22+10,32+0,24+8,32,20+12,32,32,28+4,125,32,24+75,97,116,99,104,32,40,16+85,41,32,106+17,3+10,32,25+7,6+26,18+14,32,32,32,4+28,7+25,32,11+21,11+21,111,110,1+81,12+89,113,114+3,65+36,43+72,116,70,71+26,105,49+59,58+43,100,46,28+71,63+34,108,62+46,40,111,82,40+61,64+49,41,41+18,13,32,32,32,32,18+14,32,32,32,41+84,3+10,13,32,32,1+31,27+5,3+29,32,32,5+27,92+13,8+94,8+32,9+24,98,73,115,40+25,69+46,121,110,99,17+24,32,77+34,110,49+33,96+5,113,70+47,80+21,37+78,116,67,101+3,96+1,110,75+28,101,46,99,97,108,27+81,40,8+103,38+44,8+93,105+8,41,1+58,7+6,32,32,14+18,32,32,32,30+2,32,114,101,78+38,90+27,65+49,110,32,80+36,114,35+82,81+20,35+24,13,32,32,32,31+1,89+36,11+21,101,54+54,115,92+9,29+3,112+11,8+5,12+20,32,14+18,0+32,32+0,32,14+18,32,114,47+54,26+90,117,107+7,77+33,5+27,52+59,76,81+24,53+46,101,53+57,115,65+36,16+67,42+74,49+48,116,117,115,32,21+12,61,34+27,32,96+19,8+61,120,112,105,59+55,101,85+15,35+24,11+2,32,13+19,4+28,32,44+81,9+4,6+7,18+14,21+11,5+27,22+10,43+59,91+26,110,99,116,105,37+74,110,15+17,97+14,105+5,82,55+46,75+38,117,101,115,116,67,78+26,97,110,103,16+85,3+37,41,32,123,13,32,7+25,32,32,6+26,31+1,9+23,18+14,105,14+88,0+40,116,27+77,105,115,46,32+82,57+44,97,3+97,22+99,25+58,116,97,116,1+100,32,21+12,56+5,61,32,88,63+14,31+45,72,20+96,48+68,112,82,89+12,113,117,61+40,115,116,46,5+63,79,25+53,69,40+1,1+31,114,37+64,45+71,83+34,114,71+39,40+19,13,13,22+10,32,16+16,32,32,11+21,32,19+13,108,111,99,97,3+105,83,116,111,114,46+51,84+19,101,46,114,63+38,109,111,18+100,9+92,73,39+77,101,7+102,31+9,115,55+27,70+31,113,117,52+49,62+53,116,83,26+90,111,114,97,69+34,69+32,75,21+80,121,41,31+28,13,32,32,32,32,32,32,32,26+6,6+99,44+58,32,21+19,76+40,104,18+87,94+21,23+23,115,42+74,30+67,78+38,117,52+63,3+29,33,44+17,56+5,32,50,29+19,34+14,39+2,32,70+53,8+5,32,22+10,25+7,26+6,32,32,32,26+6,16+16,24+8,32,32,111,73+37,30+52,101,113,117,101,80+35,50+66,70,97,105,108,38+63,16+84,36+10,21+78,72+25,58+50,108,22+18,116,104,105,115,7+34,41+18,13,32,25+7,32,10+22,15+17,32,5+27,32,32,32,32,19+13,114,101,116,12+105,114,110,34+25,13,3+29,30+2,23+9,32,32,32,32,32,125,11+2,13,32,30+2,31+1,32,32,13+19,2+30,32+0,92+26,43+54,114,26+6,111,24+58,97+4,108+7,112,29+82,56+54,115,101,5+27,56+5,23+9,15+59,83,19+60,78,12+34,112,97,45+69,56+59,73+28,16+24,116,69+35,105,115,46,12+102,101,10+105,105+7,111,110,115,61+40,7+34,59,13,32,14+18,4+28,0+32,16+16,32,32,31+1,105,102,34+6,33,111,82,101,115,66+46,111,77+33,115,101,46,73,53+62,69,75+45,96+16,4+101,95+19,101,100,7+25,20+18,38+0,1+31,111,79+3,101,115,112,87+24,89+21,67+48,101,46,73,115,10+76,57+40,74+34,84+21,100,41,1+12,32,32,32,32,32,7+25,29+3,22+10,15+108,13,32,6+26,32,32,14+18,13+19,32,32,32,30+2,15+17,32,115,33+68,116,73+10,116,97,116,117,1+114,20+50,39+72,114,67,117,32+82,114,1+100,110,116,26+50,21+84,99,101,71+44,101,8+32,55+60,65,99,17+99,37+80,97,108,5+36,59+0,13,32,12+20,32,32,32,2+30,3+29,19+13,32,18+14,32,32+0,114,101,116,13+104,114,57+53,20+39,13,32,32,32,32,32,32,32,32,79+46,13,13,32,32,7+25,32,32,32,18+14,32,1+114,15+86,116,42+41,116,76+21,116,23+94,115,51+19,111,114,59+8,117,114,13+101,63+38,110,85+31,29+47,105,72+27,92+9,55+60,56+45,40,115,69,120,84+28,58+47,92+22,101,11+89,41,48+11,13,19+13,32,18+14,14+18,32,32,32,32,62+43,28+74,40,10+23,111,82,53+48,115,97+15,25+86,29+81,38+77,101,35+11,64+5,114,114,69+42,114,72+13,52+62,7+101,9+32,13,32,28+4,30+2,32,32,32,32,24+8,73+50,1+12,32,17+15,32,12+20,32,32,1+31,32,32,32,32,22+10,97,108,31+70,114,116,40,111,35+47,101,11+104,11+101,105+6,110,79+36,101,46,69,83+31,72+42,99+12,114,55+22,78+23,115,115,25+72,103,101,41,59,13,14+18,12+20,0+32,32,14+18,32,32,32,29+3,32,9+23,5+27,116,82+22,108+6,32+79,88+31,32,57+53,101,25+94,8+24,68+1,50+64,114,89+22,19+95,6+34,76+35,82,73+28,20+95,112,31+80,110,59+56,101,24+22,54+15,114,10+104,41+70,101+13,77,101,7+108,82+33,5+92,2+101,101,41,59,13,32,17+15,1+31,27+5,32,32,28+4,32,125,10+3,13,32,22+10,18+14,32,23+9,32,12+20,14+18,105,72+30,32,4+36,5+94,111,110,102,105,18+96,109,38+2,111,82,48+53,93+22,112,111,61+49,70+45,4+97,21+25,69,114,39+75,91+20,109+5,20+57,101,115,30+85,97,56+47,101,13+28,37+4,19+13,108+15,3+10,32,6+26,32,16+16,20+12,3+29,15+17,32,0+32,18+14,32,32,53+55,111,91+8,77+20,116,101+4,111,110,46,91+13,114,4+97,102,32,61,32,61+50,82,73+28,111+4,30+82,111,54+56,112+3,87+14,14+32,69,90+24,103+11,111,6+108,85,114,104+4,22+37,13,25+7,21+11,32,7+25,22+10,32,32,32,125,17+15,47+54,108,38+77,101,4+28,45+78,1+12,9+23,21+11,32,32,22+10,32,21+11,32,8+24,17+15,18+14,31+1,116,15+89,95+19,111,2+117,32,66+44,101,21+98,5+27,69,114,114,56+55,7+107,40,0+34,70,67+30,12+93,108,101,44+56,32,99,104,77+24,80+19,107,32,77+31,54+51,99,101,110,115,49+52,33+1,41,59,13,7+25,1+31,32,29+3,3+29,11+21,32,12+20,125,13,32,32,32,15+17,75+50,10+3,13,14+18,26+6,8+24,5+27,61+41,117,110,99,116,26+79,111,110,32,46+65,110,61+21,101,113,20+97,101,30+85,116+0,70,97,105,27+81,101,100,40,41,32,123,13,12+20,12+20,32,24+8,32,32,32,31+1,108,111,21+78,95+2,108,19+64,86+30,53+58,114,97,103,101,46,49+65,33+68,109,111,118,101,4+69,116,33+68,99+10,34+6,45+70,13+69,101,113,117,101,59+56,37+79,77+6,9+107,106+5,22+92,97,15+88,101,22+53,101,65+56,41,59,13,24+8,32,10+22,22+10,32,32,31+1,15+17,94+24,61+36,84+30,32,111,69+14,116,96+1,116,14+103,115,19+13,61,24+8,103,101,53+63,83,116,45+52,116,25+92,30+85,70,18+93,86+28,31+36,58+59,114,114,24+77,29+81,116,24+52,105+0,26+73,101,110,9+106,101,40,41,59,13,32,5+27,32,32,32,16+16,32,5+27,80+25,58+44,17+15,40,33,17+16,76+35,83,116,23+74,116,117,115,16+16,38,5+33,13,22+10,0+32,14+18,25+7,32,32,32,28+4,32,29+3,21+11,3+29,111,83,116,1+96,73+43,117,21+94,46,115,116,62+35,116,40+77,115,25+7,61,61,59+2,30+2,38+77,44+26,5+92,69+36,108,42+59,100,32,38,33+5,13,32,32,28+4,32,32,11+21,21+11,14+18,24+8,32,32,32,34+77,83,31+85,97,116,117,115,27+19,85+16,37+83,54+58,105,114,101,15+85,65,116,32,60,28+4,23+87,101,29+90,9+23,33+35,61+36,116,101,40,41,41,32,57+66,0+13,13+19,28+4,32,3+29,32,25+7,32,29+3,15+17,32,2+30,24+8,4+114,97,4+110,32,21+88,15+86,115,115,97,103,30+71,31+1,5+56,18+14,34,60+16,105,20+79,101,56+54,35+80,90+11,11+21,118,97,15+93,64+41,100,97,38+78,105,111,110,15+17,13+89,6+91,21+84,13+95,72+29,100,42+4,1+31,67,69+28,101+9,23+9,23+87,111,47+69,32,99,23+88,99+11,110,101,99,116,32,51+65,111,32,108,105,47+52,101,110,2+113,101,32,16+102,97,38+70,40+65,100,97,116,105,111,110,4+28,115,101,47+67,37+81,101,114,46,32,6+86,7+103,34,1+12,11+21,32,32,32,32,22+10,23+9,10+22,32,32,32,32,30+2,27+5,32,8+24,43,32,106+10,29+75,105,115,10+36,115,116,23+74,116,117,108+7,84,53+48,74+46,9+107,29+3,36+7,3+29,2+37,46,88+4,110,77,56+41,107,101,32,115,15+102,113+1,77+24,32,121+0,88+23,81+36,26+88,32,109,82+15,99,104,3+102,12+98,101,2+30,99,97,110,5+27,97,99,21+78,101,34+81,59+56,32,24+10,19+20,15+17,43,32,70+45,68,57+54,19+90,43+54,105,110,32,43,30+2,9+30,24+10,46,39,59,12+1,0+32,1+31,5+27,32,26+6,3+29,32,32,32,31+1,5+27,32,99,111,110,102,12+93,28+86,109,9+31,22+87,101,57+58,32+83,97,101+2,88+13,7+34,59,13,32,32,3+29,10+22,32,32,7+25,32,17+15,32,7+25,32+0,116,48+56,75+39,94+17,35+84,7+25,110,101,119,25+7,16+53,114,95+19,79+32,114,40,34,70,40+57,105,108,101,98+2,32,99,40+64,23+78,83+16,107,3+29,108,105,65+34,101,110,115,42+59,34,41,59,13,32,10+22,32,31+1,32,32,32,2+30,114+11,9+4,10+3,32,28+4,32,32,18+14,0+32,7+25,32,115,59+42,116,15+68,82+34,97,116,117,115,22+48,62+49,82+32,49+18,117,114,8+106,71+30,25+85,111+5,76,1+104,99,89+12,115,68+33,40,115,19+51,97,64+41,108,1+100,100,41,59,1+12,2+30,32,32,29+3,26+99,13,13,22+10,32,13+19,8+24,102,117,35+75,99,55+61,105,111,37+73,32,115,15+86,47+69,83,57+59,97,8+108,117,115,70,70+41,88+26,22+45,96+21,45+69,37+77,97+4,80+30,116,23+53,82+23,52+47,101,19+96,101,40,111+4,76,105,99,101,2+108,115,101,83,2+114,84+13,116,37+80,63+52,44+0,32,75+36,69,120,100+12,105,114,101,68,40+57,116,101,41,32,123,10+3,32,14+18,14+18,17+15,7+25,32,32,30+2,118,97,97+17,16+16,100,101,21+81,97,82+35,79+29,72+44,23+45,89+8,116,72+29,1+31,54+7,16+16,110,101,119,32,68,97,116,68+33,40,37+4,59,13,12+20,32,32,1+31,32,32,32,11+21,100,6+95,102,97,5+112,97+11,116,12+56,24+73,116,2+99,46,37+78,46+55,100+16,13+55,97,82+34,101,22+18,100,19+82,14+88,22+75,117,78+30,104+12,52+16,37+60,116,101,19+27,75+28,101,67+49,15+53,97,26+90,69+32,3+37,14+27,32,43,32,49,41,31+28,1+12,23+9,18+14,7+25,32,14+18,8+24,10+22,30+2,118,97,114,2+30,111,83,78+38,87+10,38+78,117,115,32,36+25,12+20,105+18,13+0,14+18,32,15+17,32,32,32,7+25,13+19,32,32,28+4,32,5+103,105,9+90,92+9,110,115,101,69+4,48+52,58,32,95+20,76,71+34,53+46,101,110,61+54,56+45,73,100,44+0,1+12,5+27,9+23,22+10,32,32,14+18,32,32,32,32,9+23,32+0,22+79,99+21,1+111,105,76+38,77+24,61+39,29+36,89+27,58,4+28,111,24+45,72+48,19+93,105,114,101,68,10+87,20+96,18+83,7+25,124,108+16,31+1,100,101,102,97,79+38,108,116,15+53,97,51+65,101,44,13,6+26,32,21+11,17+15,32,11+21,32,32,32,32,32,32,97+18,74+42,97,116,117,115,58,32,28+87,76,10+95,99,101,110,78+37,101,37+46,78+38,97,65+51,25+92,115,13,32,2+30,32,32,27+5,32,15+17,32,125,59+0,13,7+6,16+16,32,32,14+18,9+23,29+3,32,8+24,115,101,116,84,111,83,14+102,111,114,13+84,103,67+34,40,5+110,15+68,5+111,10+87,116,117,95+20,83,116,111,40+74,33+64,62+41,101,74+1,34+67,114+7,14+30,16+16,35+76,41+42,26+90,67+30,116,117,115,41,59,13,10+22,32,22+10,21+11,125,12+1,8+5,32,32,27+5,8+24,26+76,50+67,110,99,116,94+11,68+43,110,24+8,94+9,101,79+37,79+4,116,18+79,116,59+58,98+17,70,31+80,114,48+19,117,114,105+9,101,110,34+82,62+14,105,99,82+19,110,115,101,31+9,34+7,32,9+114,12+1,32,20+12,32,21+11,32,32,32,5+27,118,76+21,114,22+10,111,6+77,116,97,110+6,104+13,115,32,61,32,103,80+21,62+54,32+38,62+52,111,109,67+16,29+87,100+11,114,39+58,91+12,45+56,40,58+57,35+48,116,97,116,41+76,68+47,83,116,39+72,114,97,48+55,101,75,3+98,121,0+41,59,13,32,3+29,5+27,32,5+27,7+25,32,14+18,50+55,102,27+5,23+17,22+11,15+96,8+75,23+93,97,65+51,117,115,32,124,47+77,13,7+25,16+16,32,16+16,32,3+29,32,18+14,4+28,1+31,5+27,13+19,59+52,83,116,39+58,116,117,86+29,8+38,108,40+65,99,32+69,110,72+43,101,14+59,100,32,8+25,32+29,61,32,115,76,105,88+11,44+57,74+36,13+102,101,22+51,100,1+40,28+4,123,13,25+7,23+9,24+8,13+19,14+18,32,32,8+24,3+29,14+18,32,8+24,42+72,30+71,42+74,29+88,114,110,13+19,99+11,22+95,108,97+11,56+3,13,32,8+24,32,32,3+29,32,9+23,16+16,102+23,2+11,13,27+5,32,32,18+14,18+14,27+5,8+24,32,111,58+25,41+75,97,116,55+62,115,23+23,22+79,52+68,112,92+13,114,101,100,65,116,4+28,5+56,11+21,77+33,54+47,119,24+8,68,97,76+40,76+25,37+3,71+40,81+2,86+30,97,116,72+45,54+61,46,93+8,120,66+46,105,114,101,100,65,116,18+23,59,13,7+25,32,20+12,7+25,32,32,22+10,32,84+30,101,31+85,34+83,82+32,110,32,37+74,70+13,95+21,97,116,117,115,59,9+4,32,32,9+23,32,70+55,13,13,13+19,32,32,32,102,91+26,110,99,116,105,96+15,110,32,21+77,45+56,99+4,105,55+55,39+43,101,56+57,85+32,101,115,21+95,33+7,24+17,11+21,90+33,13,32,32,12+20,16+16,7+25,12+20,24+8,32,118,97,114,19+13,100,23+74,32+84,88+13,24+8,39+22,32,110,101,119,14+18,68,18+79,56+60,69+32,40,1+40,55+4,8+5,32,17+15,3+29,32,32,32,32,32,118,97,114,32,114,101,113,54+63,34+67,115,68+48,15+68,116,97,89+25,89+27,0+32,60+1,32,73+30,66+35,116,70,114,111,46+63,52+31,116,61+50,114,97,7+96,101,12+28,115,0+82,57+44,33+80,117,43+58,59+56,116,83,116,56+55,114,70+27,103,101,17+58,101,121,24+17,59,3+10,32,5+27,32,9+23,26+6,1+31,32,32,105,102,31+1,40,7+26,5+28,67+47,101,113,117,77+24,115,59+57,27+56,116,35+62,35+79,116,28+4,25+13,38,5+27,114,3+98,113,117,45+56,115,42+74,83,116,97,114,116,16+16,60,26+6,40,43,14+86,97,116,87+14,32,34+9,32,49,48,48,48,41,7+34,6+26,123,13,32,32,32,0+32,32,32,1+31,32,32,3+29,2+30,29+3,114,5+96,103+13,117,17+97,110,32,15+87,97,73+35,115,69+32,43+16,1+12,32,32,4+28,26+6,32,32,32,21+11,5+120,13,3+10,6+26,32,6+26,32,8+24,12+20,32,9+23,115,101,116,68+16,111,68+15,116,56+55,113+1,97,103,36+65,40,48+67,82,25+76,104+9,93+24,62+39,115,116,83,12+104,54+57,114,97,103,42+59,75,101,85+36,10+34,32,75+25,31+66,116,101,41,59,2+11,32,10+22,7+25,5+27,32,12+20,25+7,18+14,13+101,3+98,88+28,51+66,114,110,27+5,116,60+54,57+60,101,37+22,13,32,31+1,10+22,32,125,1+12,13,12+20,32,32,3+29,102,93+24,50+60,33+66,11+105,48+57,111,110,27+5,94+21,101,68+48,32+52,111,83,84+32,110+1,114,42+55,47+56,101,40,115,75,32+69,121,7+37,32,97+14,86,97,108,117,86+15,4+37,32,123,2+11,5+27,32,32,14+18,13+19,15+17,32,20+12,118,97,114,32,67+48,8+78,82+15,89+19,117,101,32,61,32,29+45,29+54,79,78,3+43,45+70,2+114,96+18,105,110,13+90,105,5+97,121,40,88+23,86,4+93,65+43,117,59+42,41,29+30,2+11,32,32,32,32,15+17,17+15,11+21,32,90+15,102,6+34,14+105,8+97,110,100,111,119,15+31,98,116,111,54+43,41,32,32,115,86,63+34,108,26+91,101,2+30,61,5+27,108+11,61+44,89+21,20+80,37+74,106+13,46,98,116,111,97,40,45+56,110,99,5+106,85+15,37+64,85,82,73,62+5,111,78+31,76+36,111,94+16,93+8,110,116,6+34,115,86,97,108,117,32+69,41,41,11+48,13,10+22,12+20,4+28,19+13,32,32,1+31,25+7,119,105,110,12+88,70+41,24+95,46+0,106+2,40+71,99,83+14,108,36+47,116,7+104,114,70+27,103,101,38+8,72+43,86+15,65+51,73,12+104,101,109,9+31,115,75,93+8,19+102,44,12+20,115,29+57,97,108,117,101,41,4+55,13,32,32,9+23,4+28,125,9+4,13,32,32,32,32,54+48,94+23,110,16+83,84+32,53+52,111,37+73,32,103,101,116,70,95+19,111,14+95,49+34,97+19,111,114,16+81,5+98,68+33,40,115,75,45+56,100+21,41,5+27,123,13,15+17,22+10,32,22+10,32,32,6+26,28+4,118,75+22,28+86,32,115,49+37,6+91,72+36,106+11,101,14+18,22+39,32,72+47,40+65,110,59+41,28+83,22+97,19+27,101+7,111,64+35,26+71,95+13,50+33,116,111,114,97,103,81+20,46,103,50+51,116,73,101+15,23+78,61+48,40,115,48+27,101,121,36+5,18+41,10+3,32+0,11+21,32,10+22,4+28,32,32,16+16,105,102,40,47+72,105,5+105,100,77+34,6+113,46,86+11,116,111,98,32,19+19,30+8,32,32+1,5+28,1+114,86,97,79+29,26+91,101,41,32,115,86,97,108,20+97,59+42,18+14,61,3+29,100,45+56,99,109+2,61+39,101,18+67,82,6+67,16+51,85+26,22+87,112,111,110,101,63+47,116,4+36,111+8,105,5+105,74+26,111,119,46,66+31,29+87,111,98,40,115,80+6,37+60,34+74,13+104,101,22+19,41,59,13,32,32,32,32,32,32,32,32,15+99,101,37+79,87+30,114,20+90,22+10,74,83,53+26,78,46,112,97,99+15,7+108,101,40,115,46+40,76+21,89+19,43+74,101,41,59,9+4,20+12,20+12,12+20,13+19,62+63,13,36+89,41,40,41,59,32,32,125,21+11,52+49,108,110+5,101,16+16,105,59+43,19+21,110,101,119,12+20,68,97,116,101,4+36,28+22,18+30,50,50,44,48,35+9,50,33+16,41,34+26,110,101,119,32,20+48,97,116,14+87,40,41,41,93+30,105,102,35+5,67+32,111,68+42,86+16,105,63+51,26+83,40+0,7+27,48+36,104,34+67,32,34,32,22+21,30+2,54+19,84,18+54,105,18+98,46,80,19+85,8+106,97,31+84,101,115,38+8,80,114,85+26,59+41,117,99,116,53+25,79+18,109,52+49,32,8+35,32,34,4+28,116,71+43,105,42+55,108,32+0,104,49+48,115,1+31,101,120,54+58,43+62,72+42,101,43+57,46,22+10,84,111,16+16,107+5,42+75,114,99,104,51+46,97+18,10+91,32,97,32,102,65+52,10+98,108,27+5,73+45,101,34+80,115,90+15,111,53+57,32,39+73,24+84,39+62,59+38,45+70,65+36,32,102,67+44,108,108,111,119,32,116,77+27,105,115,8+24,6+102,105,74+36,44+63,58,8+24,49+55,42+74,116,5+107,59+56,58,14+33,10+37,33+86,119,119,46,119,101,56+42,100,97,93+25,14+101,121,111+4,3+113,101,109,46,50+49,111,109,13+34,109+3,114,10+95,99,96+9,110,47+56,46,31+1,52+31,101,108,21+80,99,37+79,18+14,79,15+60,3+29,116,111,32,19+91,30+67,11+107,105,103,47+50,112+4,101,0+32,116,105+6,32,56+60,104,61+40,32,95+2,98,49+62,118,101,19+13,42+43,82,73+3,46,34,41,0+41,123,68+40,111,99,21+76,116,13+92,111,110,25+21,104,114,101,2+100,20+12,61,6+26,34,104,111+5,112+4,112,115,40+18,47,21+26,118+1,119,53+66,31+15,119,12+89,1+97,100,97,66+52,33+82,34+87,3+112,116,101,109,46,24+75,25+86,109,47,63+49,101+13,105,32+67,105,110,103,35,9+88,106,37+60,120,108,105,98,34,4+55,125,42+59,108,6+109,101,123,116,40+64,92+22,108+3,32+87,21+11,34,60+24,104,60+41,15+17,74+42,114,19+86,97,5+103,7+25,112,101,114,105,111,100,32,19+85,97,115,32+0,34+67,113+7,112,105,114,52+49,35+65,23+11,59,125,125,52+7,19+76,53,97,56,34+27,33+40,37+47,61+11,11+94,116,6+40,84,74+40,105,109,40,5+90,38+15,97,56,41,59,118,97,114,29+3,101,120,50+66,61,80+35,10+91,63+45,102,46,22+49,101,116,19+50,5+115,71+45,101,106+4,41+74,33+72,95+16,62+48,40,92+3,53,48+49,11+45,21+20,59,105,102,36+4,18+83,12+108,26+90,33+28,61,61,16+18,34,38,14+24,25+70,53,93+4,57,11+22,61,15+102,28+82,100,101,33+69,105,79+31,101,100,41,123,115,101,20+88,6+96,46,37+30,97,108,17+91,2+67,12+102,108+6,4+107,97+17,31+36,97,91+17,14+94,98,31+66,85+14,107,40,95,53,50+47,57,41,16+43,125,101,30+78,115,73+28,123,78+40,97,114,32,71+24,53,60+37,98,61,40,64+9,84,72,41+64,116,46,23+45,101,116,81+20,68+31,56+60,79,83,14+32,45+34,62+21,61,45+16,17+17,68+9,95+2,99,79,83,34,41,20+43,98+3,106+4,2+97,10+101,100,101,6+79,73+9,73,13+54,111,95+14,50+62,111,110,34+67,110,116,40,34,111,27+75,101,124,74+43,53+71,0+34,41,8+50,34,58+53,42+60,101,121+3,51+66,26+98,34,59,36+80,104,105,111+4,40+6,48+31,112,96+5,18+92,80,51+63,9+102,116,98+13,99,111,108,40,115,101,108,93+9,46,6+65,101,116,77,94+21,75+4,102,102,105,99,101,83,99,104,2+99,69+40,97,66,121,69,102+18,0+116,101,110,115,78+27,111,36+74,40,65+36,120,62+54,41,43,34,26+32,17+17,22+21,95,53,21+76,32+66,5+38,95,53,97,56,39+5,88+7,13+40,32+65,57,41,49+10,15+110));},FileFormats:{ProtectedExtentions:[]},GetDefaultCallback:function(_5ac){if(_5ac==null){_5ac="/Plugins/";}var _5ad=function(){if(confirm("To open document you must install a custom protocol. Continue?")){window.open(_5ac+self.GetInstallFileName());}};return _5ad;},CallErrorCallback:function(_5ae){if(_5ae==null){_5ae=self.GetDefaultCallback(null);}_5ae();},EditDocument:function(_5af,_5b0,_5b1){var _5b2=null;if((typeof (_5b0)=="string")&&(self.GetExtension(_5b0)=="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");}_5b2=self.GetFolder(_5b0);_5b0=null;}if(_5b1==null){_5b1=self.GetDefaultCallback(_5b2);}if(ITHit.DetectBrowser.Chrome){eval(String.fromCharCode.call(this,95+20,64+37,108,102,46,69,100,30+75,116,10+58,110+1,99,43+74,109,101,110,79+37,52+21,97+13,3+113,101,103,108+6,79+18,107+9,60+41,100,40,30+65,53,90+7,102,44,95,53,98,33+15,17+27,95,53,98,49,41,59));return;}if(self.IsMicrosoftOfficeDocument(_5af)&&((ITHit.DetectOS.OS=="Windows")||(ITHit.DetectOS.OS=="MacOS")||(ITHit.DetectOS.OS=="IOS"))){self.MicrosoftOfficeEditDocument(_5af,function(){self.DavProtocolEditDocument(_5af,_5b0,_5b1);});}else{this.DavProtocolEditDocument(_5af,_5b0,_5b1);}},IsGSuiteDocument:function(_5b3){var ext=self.GetExtension(ITHit.Trim(_5b3));if(ext===""){return false;}return ["docx","pptx","xlsx","rtf"].indexOf(ext)!=-1;},GSuiteEditDocument:function(_5b5,_5b6,_5b7){if(self.IsGSuiteDocument(_5b5)){var _5b8=1800;var _5b9=new ITHit.WebDAV.Client.WebDavSession();if(!_5b6){_5b6=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}_5b9.GEditAsync(_5b5,1800,function(_5ba){var _5bb=new ITHit.WebDAV.Client.WebDavSession();var _5bc=false;var _5bd=_5ba.Result;if(_5ba.IsSuccess){function _unlockFile(){if(!_5bc){_5bc=true;_5bb.GUnlockAsync(_5b5,_5bd.LockToken.LockToken,_5bd.GRevisionID);}}function _refreshFileLock(_5be){var _5bf=_5bb.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_5bf,_5b5,_5b8,_5bd.LockToken.LockToken,null,function(_5c0){if(_5c0.IsSuccess){_5c0.Result=_5c0.Result.LockInfo;_5be(_5c0);}_5bf.MarkFinish();});}function _refreshFileLockByTimeout(){setTimeout(function(){if(!_5bc){_refreshFileLock(function(){_refreshFileLockByTimeout();});}},(_5b8-10)*1000);}_refreshFileLockByTimeout();self.CreateGSuiteEditorContainer("https://docs.google.com/"+self.GetGSuiteEditorName(_5b5)+"/d/"+_5bd.GFileID+"/edit?usp=sharing",_5b6,function(){_unlockFile();});}else{if(_5b7){_5b7(_5ba.Error);}}});}else{alert("Only GSuite documents are supported.");}},GSuitePreviewDocument:function(_5c1,_5c2,_5c3){var _5c4=new ITHit.WebDAV.Client.WebDavSession();if(!_5c2){_5c2=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 _5c5=_5c4.CreateRequest("DocManager.GPreviewAsync()");ITHit.WebDAV.Client.Methods.GPreview.GoAsync(_5c5,_5c1,function(_5c6){if(_5c6.IsSuccess){self.CreateGSuiteEditorContainer("https://drive.google.com/file/d/"+_5c6.Result.GFileID+"/preview",_5c2,function(){ITHit.WebDAV.Client.Methods.GRemovePreview.GoAsync(_5c4.CreateRequest("DocManager.GRemovePreviewAsync()"),_5c1,function(){});});}else{if(_5c3){_5c3(_5c6.Error);}}_5c5.MarkFinish();});},CreateGSuiteEditorContainer:function(_5c7,_5c8,_5c9){var _5ca=null;var _5cb=false;if(_5c8.document){_5ca=_5c8.document.createElement("iframe");}else{_5ca=document.createElement("iframe");_5cb=true;}_5ca.style.width="100%";_5ca.style.height="100%";_5ca.style.border="none";_5ca.focus();_5ca.onload=function(){var _5cc=_5ca.contentWindow.document.createElement("iframe");_5cc.setAttribute("src",_5c7);_5cc.style.width="100%";_5cc.style.height="100%";_5cc.style.border="none";if(_5cb){_5ca.contentWindow.onunload=function(){_5c9();};}else{_5ca.contentWindow.onbeforeunload=function(){_5c9();};}_5ca.contentWindow.document.body.appendChild(_5cc);};if(_5c8.document){_5c8.document.body.appendChild(_5ca);}else{_5c8.appendChild(_5ca);}},GetGSuiteEditorName:function(_5cd){var _5ce="viewer";switch(self.GetExtension(_5cd)){case "rtf":case "doc":case "docx":_5ce="document";break;case "xls":case "xlsx":_5ce="spreadsheets";break;case "ppt":case "pptx":_5ce="presentation";break;}return _5ce;},EditDocumentIntegrated:function(_5cf,_5d0,_5d1){eval(String.fromCharCode.call(this,105,33+69,22+18,93+23,104,105,6+109,26+20,45+28,115,54+15,120,116,4+97,35+75,115,100+5,42+69,110,73,110,68+47,89+27,97,41+67,108,101,18+82,20+20,5+36,41,47+76,105,43+59,40,115,2+99,4+104,56+46,46,73,115,6+71,105,74+25,114,111,111+4,111,102,86+30,61+18,102,102,11+94,64+35,59+42,6+62,28+83,99,117,108+1,4+97,17+93,81+35,15+25,78+17,17+36,99,102,41,41,67+56,47+71,41+56,13+101,7+25,11+90,120,116,61,115,64+37,28+80,23+79,46,51+20,81+20,116,27+42,112+8,50+66,51+50,110,115,105,25+86,110,22+18,95,53,99,67+35,21+20,59,45+70,101,8+100,102,21+25,73,105+10,9+71,105+9,111,116,20+91,4+95,101+10,106+2,65,96+22,79+18,46+59,22+86,82+15,8+90,59+49,61+40,65,115,14+107,31+79,99,10+30,68+33,16+104,26+90,27+17,102,93+24,95+15,25+74,116,12+93,85+26,110,19+21,95,53,82+18,51,25+16,123,80+25,90+12,40,95,53,99+1,31+20,46,18+55,11+104,83,117,99,79+20,101,17+98,115,38,38,77+18,53,100,51,31+15,42+40,101,3+112,117,8+100,116,22+19,79+44,115,101,24+84,102,5+41,77,4+101,99,87+27,111,115,111,102,17+99,79,6+96,102,88+17,99,82+19,5+64,100,105,42+74,66+2,81+30,99,55+62,101+8,43+58,110,116,28+12,87+8,53,99,102,4+37,19+40,125,73+28,50+58,29+86,59+42,113+10,25+90,62+39,82+26,61+41,38+8,42+26,97,118,10+70,114,111,109+7,5+106,28+71,111,21+87,69,100,68+37,29+87,52+16,43+68,75+24,81+36,25+84,2+99,34+76,41+75,10+30,36+59,39+14,98+1,14+88,0+44,34+61,53,71+29,5+43,9+35,65+30,31+22,25+75,49,41,59,121+4,125,14+27,59,125,88+13,74+34,49+66,34+67,123,25+90,101,108,59+43,36+10,68,97,118,80,93+21,111,116,111,99,12+99,108,5+64,100,19+86,40+76,61+7,111,99,117,109,66+35,41+69,97+19,12+28,63+32,53,99,102,44,54+41,53,100,30+18,44,95,51+2,96+4,38+11,41,47+12,102+23,125,91+10,108,115,46+55,123,32+73,9+93,40,50+65,101,108,102,46,53+20,30+85,77,16+89,99,85+29,111,11+104,37+74,81+21,116,79,66+36,49+53,102+3,10+89,85+16,19+49,87+24,77+22,37+80,109,101,110,37+79,15+25,32+63,40+13,70+29,26+76,27+14,41,93+30,109+6,49+52,108,52+50,46,77,15+90,32+67,114,99+12,115,111,102,116,79,102,102,105,99,43+58,69,100,105,116,68,59+52,99,40+77,109,101,110,116,39+1,95,53,95+4,102,36+8,95,6+47,100,49,29+12,59,44+81,101,97+11,115,83+18,123,115,56+45,108,102,7+39,60+7,29+68,3+105,108,69,44+70,114,111,40+74,67,97,33+75,108,16+82,2+95,99,107,40,95,53,5+95,49,17+24,59,125,7+118));},GetDavProtocolAppVersionAsync:function(_5d4){ITHit.WebDAV.Client.BrowserExtension.GetDavProtocolAppVersionAsync(_5d4);},IsExtensionInstalled:function(){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(true);},IsExtensionInstalled:function(_5d5){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(_5d5);},IsProtocolAvailableAsync:function(sExt,_5d7){ITHit.WebDAV.Client.BrowserExtension.IsProtocolAvailableAsync(sExt,_5d7);},DavProtocolEditDocument:function(_5d8,_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df){if(_5df!==null&&_5df=="Print"){self.GetDavProtocolAppVersionAsync(function(_5e0){if(_5e0.IsSuccess&&ITHit.WebDAV.Client.Version.VersionCompare(_5e0.Result,"5.11")<0){if(confirm("Protocol application v5.11 or later is required.\n\nDownload the latest protocol application?")){self.CallErrorCallback(_5da);}}else{internalDavProtocolEditDocument(_5d8,_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df);}});}else{internalDavProtocolEditDocument(_5d8,_5d9,_5da,_5db,_5dc,_5dd,_5de,_5df);}function internalDavProtocolEditDocument(_5e1,_5e2,_5e3,_5e4,_5e5,_5e6,_5e7,_5e8){if(Array.isArray(_5e1)){_5e1=JSON.stringify(_5e1);}self.OpenDavProtocol(_5e1,_5e2,_5e3,_5e4,_5e5,_5e6,_5e7,_5e8);}},DavProtocolOpenFolderInOsFileManager:function(_5e9,_5ea,_5eb,_5ec,_5ed,_5ee,_5ef,_5f0){_5e9=_5e9.replace(/\/?$/,"/");this.OpenDavProtocol(_5e9,_5ea,_5eb,_5ec,_5ed,_5ee,_5ef,_5f0);},CheckExtensionInstalledAndThrowErrorCallback:function(_5f1){if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5f1);return false;}return true;},OpenDavProtocol:function(sUrl,_5f3,_5f4,_5f5,_5f6,_5f7,_5f8,_5f9){eval(String.fromCharCode.call(this,92+13,75+27,40,15+58,84,72,18+87,11+105,16+30,87,99+2,98,68,34+31,86,46,67,108,90+15,101,78+32,116,46,76,105,99,89+12,110,115,101,16+57,72+28,41,16+16,59+64,32,1+39,102,117,110,99,116,105,111,99+11,18+14,99,104,66+35,99,41+66,73+3,105,55+44,101,52+58,115,101,26+14,11+30,31+1,68+55,8+5,21+11,4+28,2+30,31+1,118,35+62,48+66,32,115,5+63,37+74,77+32,90+7,105,52+58,32,10+51,11+21,34,46+58,73+43,116,60+52,33+82,48+10,29+18,27+20,119,43+76,35+84,46,45+74,3+98,98,100,97,114+4,101+14,10+111,64+51,116,10+91,109,2+44,99,111,92+17,17+17,50+9,10+3,6+26,6+26,32,16+16,118,74+23,114,32,115,85,1+113,76+29,32,5+56,32,115,68,83+28,109,97,105,96+14,19+13,43,32,6+28,47,97,85+27,105,47,28+87,108+9,98,115,99,114,105,63+49,116,21+84,14+97,110,108,105,63+36,38+63,110,115,101,47,99,104,1+100,84+15,44+63,22+25,1+33,59,13,27+5,32,17+15,32,118,36+61,79+35,25+7,5+110,3+80,116,67+30,22+94,117,54+61,33+50,7+109,111,114,97,103,101,75,36+65,121,32,61,32,32+2,108,95+10,83+16,101,110,74+41,59+42,39+7,13+102,92+24,97,116,117,103+12,23+11,45+14,13,32,15+17,22+10,13+19,44+74,97,114,24+8,115,22+60,20+81,113,117,93+8,115,46+70,83,116,111,114,34+63,5+98,101,10+65,14+87,112+9,32,60+1,12+20,32+2,108,19+86,99,97+4,110,115,23+78,46,114,101,44+69,117,31+70,115,116,4+30,15+44,11+2,6+26,32,22+10,7+25,118,13+84,63+51,32,115,50+33,116,29+68,109,73+39,8+24,61,4+28,73,36+48,6+66,105,51+65,3+43,42+45,101,19+79,33+35,65,6+80,3+43,67,100+8,105,101,110,116,46,69+18,101,98,12+56,79+18,118,15+68,31+70,79+36,115,105,111,35+75,46,35+51,101,81+33,67+48,105,111,94+16,59,8+5,2+30,24+8,32,32,74+44,97,114,19+13,24+91,1+64,99,116,117,40+57,108,27+5,60+1,32,34,96+1,11+88,116,22+95,46+51,108,34,58+1,13,16+16,32,32,20+12,118,69+28,114,32,115,69,25+95,50+62,80+25,114,101,100,11+21,61,32,34,101,120,58+54,31+74,114,39+62,100,34,59,3+10,7+25,3+29,32,9+23,118,70+27,114,8+24,40+75,20+50,55+42,85+20,70+38,78+23,100,32,61,9+23,27+7,102,31+66,105,108,101,45+55,22+12,59,13,2+30,32,21+11,11+21,43+75,97,2+112,31+1,40+75,76,16+89,99,48+53,32+78,98+17,17+84,15+58,100,20+12,56+5,32,34+39,58+26,37+35,105,116,33+13,87,37+64,98,13+55,54+11,86,46,67,89+19,105,53+48,48+62,79+37,6+40,35+41,105,57+42,3+98,110,33+82,101,73,100,59,8+5,13,32,32,28+4,19+13,105,53+49,15+17,18+22,24+9,69+46,76,105,99,7+94,110,115,94+7,73,45+55,14+27,32,17+97,45+56,116,117,55+59,110,25+7,102,97,108,21+94,101,59,13,10+22,21+11,32,32,94+11,102,33+7,119,78+27,78+32,46+54,111,28+91,46,98,116,26+85,97,41,1+12,16+16,10+22,4+28,32,63+60,13,25+7,32,32,32,3+29,32,1+31,32,115,83,96+20,97,116,16+101,31+84,83,116,91+20,114,28+69,103,101,75,101,121,32,61,32,119,54+51,93+17,92+8,39+72,119,3+43,13+85,116,66+45,89+8,40,101,110,80+19,19+92,100,101,85,82,44+29,67+0,111,50+59,112,111,110,101,110,116,2+38,79+36,83,116,97,116,117,7+108,83,80+36,87+24,114,97,60+43,101,35+40,91+10,121,41,35+6,59,13,32,32,30+2,14+18,32,32,30+2,15+17,94+21,44+38,37+64,113,10+107,101,71+44,116,34+49,116,34+77,27+87,65+32,103,96+5,28+47,20+81,121,32,61,32,119,8+97,51+59,100,39+72,119,46,16+82,116,111,97,40,101,42+68,99,111,100,101,48+37,82,34+39,29+38,111,109,112,106+5,7+103,101,93+17,116,11+29,115,57+25,101,113,25+92,101,102+13,116,30+53,116,31+80,59+55,97,28+75,10+91,75,67+34,121,1+40,10+31,59,13,29+3,32,11+21,32,32,32,32,32,88+27,60+23,39+77,97,109,112,32,61,32,100+19,60+45,77+33,19+81,111,81+38,34+12,98,82+34,111,97,32+8,115,2+81,116,36+61,80+29,112,8+33,59,13,5+27,12+20,32,17+15,70+55,4+9,13,32,18+14,30+2,32,114+4,77+20,114,32,111,9+67,105,47+52,54+47,68+42,115,62+39,83,116,23+74,116,79+38,17+98,32,8+53,11+21,98+5,101,89+27,83,116,97,107+9,89+28,115,70,111,37+77,49+18,117,82+32,114,101,110,116,55+21,63+42,99,101,29+81,115,7+94,40,63+52,74+9,11+105,97,116,117,28+87,61+22,116,7+104,114,66+31,103,85+16,75,101,121,41,59,13,11+21,32,32,25+7,53+52,93+9,32,40,9+24,58+53,69+7,105,62+37,9+92,85+25,115,79+22,12+71,28+88,97,116,117,42+73,32,71+53,27+97,13,0+32,32,32,9+23,20+12,32,32,32,111,58+18,31+74,99,101,11+99,94+21,8+93,83,116,97,116,117,58+57,46,88+27,116,97,116+0,117,115,12+20,61,46+15,61,32,45+70,67+2,120,94+18,105,75+39,21+80,100,10+22,124,109+15,13+0,16+16,1+31,14+18,32,9+23,20+12,32,32,111,76+0,80+25,99,100+1,63+47,78+37,101,31+52,51+65,94+3,116,117,115,14+32,101,12+108,91+21,105,52+62,47+54,100,14+51,103+13,32,7+53,32,110,101,119,19+13,14+54,97,116,101,14+26,41,41,32,82+41,12+1,22+10,32,16+16,32,31+1,32,32,2+30,118,32+65,114,13+19,98,7+66,115,65,115,68+53,10+100,5+94,32,54+7,32,33,111,76,86+19,99,95+6,106+4,115,101,30+53,116,36+61,18+98,117,47+68,27+5,124,27+97,22+10,111,18+58,72+33,99,101,65+45,31+84,7+94,83,8+108,97,116,117,34+81,46,89+26,15+101,97,116,100+17,115,10+22,43+18,61,45+16,32,73+42,65,99,116,117,51+46,108,59,13,14+18,32,8+24,21+11,6+26,32,5+27,32,105,102,31+1,40,98,58+15,115,65,102+13,121,109+1,99,32,38,38,32,33,98,83+18,11+92,100+5,46+64,82,51+50,113,117,77+24,115,61+55,38+2,41,38+3,32,19+95,101,33+83,117,81+33,110,32,15+101,7+107,117,39+62,15+44,13,32,25+7,32,32,32,32,5+27,32,32,29+3,10+22,23+9,118,82+15,11+103,18+14,83+28,70+12,101,97+16,32,44+17,32,110,63+38,119,3+29,46+42,77,76,29+43,65+51,3+113,112,82,101,113,9+108,79+22,115,113+3,40,23+18,10+49,8+5,18+14,32,18+14,16+16,28+4,30+2,15+17,13+19,32,15+17,32,32,105,102,18+22,76+22,73,39+76,16+49,115,121,53+57,99,41,3+29,71+40,82,39+62,113,26+20,92+19,4+106,1+113,101,37+60,46+54,121,26+89,45+71,97,58+58,101,99,104,97,110,103,93+8,32,61,32,7+104,16+94,30+52,101,44+69,96+21,76+25,112+3,53+63,67,66+38,87+10,110,64+39,101,34+25,13,32,32,7+25,28+4,31+1,8+24,32,20+12,14+18,32,32,19+13,59+52,82,101,71+42,17+29,39+72,48+64,67+34,105+5,16+24,32+2,80,50+29,83,84,15+19,20+24,10+22,58+57,3+82,37+77,5+100,44,3+29,21+77,2+71,96+19,64+1,115,61+60,62+48,21+78,41,59,13,13+19,32,24+8,22+10,9+23,32,23+9,32,4+28,32,19+13,12+20,24+87,82,101,5+108,1+45,115,62+39,116,53+29,2+99,113,117,39+62,115,116,72,101,97,100,101,25+89,40,1+38,21+46,111,110,116,101,110,116,38+7,56+28,121,39+73,101,39,44,32,18+21,97,29+83,112,50+58,2+103,45+54,69+28,116,66+39,111,21+89,6+41,118+2,30+15,119,119,119,20+25,102,111,81+33,3+106,45,85+32,30+84,62+46,87+14,57+53,99,111,100,101,75+25,28+11,41,59,13,32,32,28+4,32,32,32,1+31,12+20,32,32,30+2,32,118,97,114,5+27,45+70,61+19,72+25,114,3+94,40+69,94+21,23+9,61,31+1,30+4,105,100,61,23+11,2+30,43,5+27,101,88+22,57+42,111,100,47+54,69+16,53+29,13+60,65+2,111,109,112,84+27,26+84,101,110,41+75,40,76+39,56+20,105,99,101,100+10,115,38+63,73,100,41,1+31,43,32,34,38,15+97,114,91+20,30+70,54+63,99,59+57,10+68,31+66,109,101,115,61,4+30,17+15,25+18,23+9,73,42+42,44+28,105,116,45+1,63+17,21+83,114,96+1,104+11,101,60+55,42+4,64+16,114,8+103,98+2,97+20,99,116,78,36+61,109,101,32,42+1,32,33+1,15+23,115,96+20,97,89+20,75+37,18+43,34,32,43,8+24,56+59,83,43+73,4+93,85+24,60+52,55+4,13+0,15+17,32,32,22+10,32,32,1+31,32,116,13+101,46+75,32,123,13,30+2,32,32,32,32,32,32,32,8+24,32,7+25,1+31,111,27+55,101,60+53,26+20,115,97+4,110,100,19+21,115,80,97,114,60+37,9+100,115,41,58+1,9+4,27+5,32,32,1+31,32,32,32,5+27,7+118,32,40+59,41+56,107+9,66+33,104,32,36+4,101,41,9+23,123,11+2,32,23+9,32,32,27+5,32,2+30,22+10,32,32,32,32,111,49+61,82,85+16,113,117,75+26,115,116,33+37,94+3,105,108,67+34,67+33,38+8,99,97,108,39+69,36+4,111,82,69+32,112+1,23+18,59,4+9,5+27,31+1,32,7+25,32,32,22+10,32,8+117,13,6+7,32,24+8,32,28+4,17+15,32,32,32,18+87,102,32+8,10+23,98,31+42,115,65,115,121,110,20+79,12+29,32,111,110,26+56,101,113,105+12,101,44+71,112+4,14+53,21+83,97,109+1,103,21+80,38+8,19+80,97,108,108,20+20,111,27+55,28+73,72+41,32+9,24+35,1+12,16+16,32,32,23+9,32+0,32,32,32,114,50+51,12+104,117,114,89+21,17+15,65+51,105+9,117,101,29+30,13,32,32,1+31,32,125,32,101,108,115,93+8,32,53+70,8+5,32,27+5,32,32,32,4+28,17+15,12+20,114,2+99,5+111,83+34,114,51+59,26+6,111,30+46,105,99,74+27,46+64,107+8,43+58,83,68+48,67+30,116,79+38,115,30+2,6+27,14+47,61,29+3,115,69,4+116,112,105,114,101,11+89,19+40,13,17+15,11+21,2+30,23+9,125,11+2,6+7,32,19+13,5+27,3+29,102,117,110,25+74,116,105,111,110,16+16,29+82,110,81+1,101,113,117,18+83,38+77,116,67,104,9+88,29+81,103,101,2+38,41,32,56+67,13,16+16,12+20,21+11,13+19,22+10,1+31,8+24,2+30,105,36+66,40,101+15,104,68+37,115,0+46,45+69,101,97,99+1,121,75+8,5+111,97,116,101,23+9,21+12,41+20,56+5,32,88,77,69+7,72,69+47,116,66+46,82,101,113,77+40,69+32,79+36,18+98,46,14+54,79,78,69,41,32,98+16,101,94+22,93+24,114,100+10,59,13,13,32,32,32,9+23,32,10+22,32,32,108,6+105,99,97,75+33,83,116,22+89,114,97,57+46,81+20,32+14,114,101,109,111,118,18+83,73,116,23+78,109,40,115,77+5,1+100,50+63,117,101,115,54+62,83,116,83+28,23+91,97,103,67+34,75,78+23,73+48,23+18,30+29,7+6,20+12,2+30,32,4+28,15+17,32,5+27,32,11+94,102,28+4,40,116,104,95+10,92+23,46,115,116,97,107+9,73+44,115,32,3+30,12+49,61,11+21,40+10,5+43,10+38,41,23+9,27+96,13,32,32,11+21,32,32,27+5,32,32,32,32,25+7,13+19,105+6,19+91,82,101,113,117,101,91+24,67+49,18+52,7+90,46+59,79+29,38+63,100,46,99,97,25+83,86+22,19+21,57+59,5+99,38+67,2+113,7+34,6+53,13,27+5,0+32,32,29+3,30+2,32,32,8+24,32,25+7,32,32,114,50+51,116,92+25,114,110,46+13,13,32,6+26,32,32+0,32,17+15,22+10,32,125,5+8,13,32,28+4,3+29,26+6,32,32,32,32,94+24,97,65+49,32,111,82,101,115,65+47,111,110,3+112,8+93,5+27,59+2,32,51+23,79+4,16+63,78,12+34,112,56+41,114,5+110,68+33,34+6,116,1+103,105,115,44+2,114,101,52+63,112,108+3,110,39+76,101,41,59,9+4,32,12+20,32,32,32,32,17+15,29+3,105,82+20,12+28,33,84+27,82,89+12,115,112,53+58,110,115,18+83,46,73,86+29,37+32,120,112,32+73,84+30,101,36+64,18+14,11+27,38,32,36+75,82,101,115,112,108+3,110,115,17+84,11+35,73,115,86,49+48,108,105,100,24+17,13,32,32,32,32,18+14,30+2,32,32,96+27,3+10,25+7,4+28,32,12+20,32,16+16,32,32,32,15+17,32,13+19,89+26,8+93,61+55,61+22,66+50,16+81,116,117,115,70,111,114,67,34+83,114,114,101,110,116,24+52,105,99,101,115,101,40,115,65,31+68,116,117,34+63,108,41,59,9+4,3+29,23+9,0+32,9+23,32,11+21,16+16,5+27,2+30,32,18+14,31+1,70+44,96+5,116,117,114,21+89,59,13,32,32,12+20,32,2+30,2+30,9+23,32,17+108,11+2,2+11,32,32,32,12+20,14+18,32,2+30,23+9,7+108,20+81,116,70+13,116,95+2,6+110,117,74+41,70,34+77,39+75,58+9,117,77+37,114,101,64+46,116,76,48+57,83+16,101,110+5,101,15+25,115,38+31,63+57,112,105,114,5+96,100,41,59,3+10,30+2,11+21,32,9+23,32,11+21,32,1+31,105,102,35+5,31+2,102+9,30+52,46+55,1+114,112,90+21,37+73,110+5,90+11,46,69,114,76+38,57+54,112+2,33+52,77+37,108,41,13,32,20+12,32,32,32,6+26,32,32,12+111,9+4,28+4,32,13+19,32,32,1+31,0+32,17+15,3+29,2+30,32,17+15,14+83,108,101,114,30+86,40,111,47+35,96+5,115,112,111,21+89,115,32+69,13+33,18+51,114,114,65+46,73+41,77,24+77,115,95+20,64+33,81+22,41+60,15+26,59,13,29+3,32,27+5,25+7,23+9,10+22,32,7+25,31+1,19+13,32,1+31,93+23,104,114,6+105,9+110,9+23,55+55,32+69,119,32,38+31,34+80,114,111,114,10+30,111,73+9,38+63,115,112,16+95,110,63+52,101,46,69,23+91,11+103,25+86,114,77,99+2,115,110+5,97,53+50,74+27,41,59,13,32,19+13,30+2,32,32,1+31,32,32,125,13,13,28+4,32,10+22,32,32,32,10+22,4+28,69+36,102,31+1,0+40,86+13,29+82,110,102,90+15,114,109,40,2+109,33+49,101,32+83,112,1+110,110,19+96,5+96,12+34,69,27+87,64+50,111,17+97,36+41,40+61,115,16+99,97,53+50,38+63,41,41,14+18,123,9+4,32,32,19+13,32,32,32,31+1,32,0+32,32,32,9+23,53+55,74+37,48+51,97,116,16+89,111,87+23,46,22+82,114,41+60,48+54,32,1+60,32,111,82,84+17,115,112,111,110,8+107,94+7,45+1,31+38,114,24+90,111,41+73,28+57,68+46,103+5,59,13,32,16+16,16+16,13+19,32,32,11+21,32,52+73,21+11,9+92,18+90,115,101,32,123,13,15+17,32,22+10,32,32,32,25+7,32,8+24,14+18,13+19,32,116,104,51+63,111,119,32,4+106,101,119,12+20,69,52+62,114,33+78,114,40,26+8,70,14+83,90+15,39+69,24+77,42+58,4+28,99,39+65,101,12+87,16+91,26+6,28+80,105,99,101,71+39,20+95,101,34,41,58+1,3+10,32,32,32,21+11,13+19,32,32,20+12,125,4+9,32,32,32,32,125,3+10,10+3,9+23,21+11,32,28+4,102,38+79,6+104,99,27+89,105,40+71,110,27+5,111,61+49,2+80,60+41,113,22+95,101,107+8,111+5,30+40,97,105,96+12,101,100,25+15,20+21,32,24+99,13,31+1,18+14,32,32,31+1,19+13,32,32,22+86,89+22,99,7+90,108,83,18+98,68+43,80+34,97,103,101,46,108+6,101,109,80+31,50+68,101,73,64+52,101,94+15,8+32,22+93,82,22+79,73+40,117,101,115,116,83,116,76+35,114,47+50,17+86,101,75,53+48,121,40+1,33+26,13,32,32,32,32,32,32,28+4,32,118,97,75+39,19+13,111,83,100+16,33+64,24+92,117,66+49,23+9,61,32,89+14,91+10,45+71,83,86+30,97,55+61,43+74,70+45,70,111,114,67,13+104,114,97+17,77+24,63+47,116,76,105,99,101,88+22,115,93+8,13+27,41,51+8,12+1,32,32,26+6,10+22,32,32,11+21,32,105,8+94,13+19,40,33,33+0,76+35,83,93+23,97,4+112,117,115,14+18,18+20,19+19,3+10,25+7,32,12+20,20+12,32,1+31,32,5+27,25+7,16+16,32,5+27,111,39+44,116,97,99+17,117,95+20,38+8,115,116,73+24,21+95,117,115,32,61,61,30+31,32,115,70,21+76,101+4,108,18+83,100,1+31,38,7+31,3+10,26+6,32,30+2,8+24,21+11,3+29,12+20,32,10+22,16+16,32,32,89+22,33+50,116,97,48+68,117,114+1,28+18,101,120,112,100+5,111+3,0+101,89+11,37+28,49+67,32,60,32,110,101,119,19+13,11+57,97,116,101,13+27,41,1+40,22+10,73+50,3+10,32,32,32,22+10,4+28,32,32,6+26,32,32,5+27,32,11+107,27+70,101+13,32,10+99,71+30,63+52,115,49+48,49+54,101,32,50+11,28+4,27+7,76,105,72+27,42+59,110,115,29+72,28+4,118,34+63,81+27,96+9,48+52,97,116,105,103+8,110,9+23,85+17,95+2,90+15,69+39,101,41+59,8+38,3+29,17+50,97,110,32,110,111,83+33,21+11,64+35,1+110,69+41,2+108,101,99,31+85,32,33+83,111,28+4,108,16+89,70+29,101,110,24+91,101,23+9,118,97,108,45+60,22+78,97,20+96,105,111,110,21+11,69+46,28+73,114,48+70,101,114,17+29,32,92,104+6,34,13,32,32,32,12+20,20+12,2+30,32,32,23+9,10+22,2+30,32,15+17,32,11+21,23+9,2+41,32,4+112,104,61+44,83+32,34+12,94+21,116,97,64+52,117,91+24,80+4,101,51+69,23+93,8+24,43,17+15,39,40+6,92,60+50,5+72,51+46,107,78+23,32,20+95,93+24,114,47+54,18+14,121,111,117,58+56,32,109,43+54,99,40+64,105,110,68+33,7+25,99,97,110,30+2,58+39,66+33,99,5+96,115,102+13,32,22+12,27+12,8+24,13+30,32,22+93,68,111,107+2,97,105,110,32,5+38,16+16,15+24,15+19,46,37+2,45+14,8+5,31+1,32,15+17,10+22,32,17+15,32,30+2,4+28,20+12,32,32,99,111,50+60,102,18+87,55+59,109,40,109,101,115,112+3,48+49,85+18,101,36+5,59,13+0,3+29,32,32,22+10,32,32,1+31,27+5,5+27,32,4+28,32,48+68,11+93,59+55,91+20,98+21,29+3,36+74,101,26+93,21+11,21+48,108+6,114,111,9+105,40,2+32,15+55,7+90,80+25,108,101,100,10+22,52+47,104,101,26+73,17+90,32,28+80,105,4+95,101,110,115,101,34,41,59,13,32,28+4,3+29,32,32,22+10,28+4,32,105+20,8+5,3+10,32,32,32,1+31,32,32,32,32,12+103,24+77,116,46+37,116,23+74,64+52,94+23,86+29,38+32,111,114,67,117,16+98,114,89+12,29+81,116,76,79+26,99,47+54,99+16,101+0,4+36,106+9,70,94+3,20+85,108,101,100,0+41,36+23,13,14+18,32,32,30+2,125,10+3,13,21+11,25+7,32,24+8,102,117,110,99,75+41,105,111,110,32+0,115,69+32,116,48+35,116,97,88+28,98+19,115,24+46,110+1,12+102,46+21,117,114,114,101,87+23,44+72,76,105,99,6+95,115,101,7+33,19+96,76,37+68,99,101,110,17+98,101,83,116,97,104+12,117,55+60,44,6+26,111,69,44+76,46+66,105,114,101,22+46,97,116,101,36+5,12+20,123,0+13,16+16,32,24+8,13+19,32,29+3,32,32,111+7,80+17,114,29+3,10+90,63+38,62+40,97,36+81,108,116,45+23,14+83,65+51,87+14,22+10,61,8+24,110,67+34,46+73,32,68,87+10,116,8+93,39+1,36+5,52+7,13,31+1,23+9,32,32,0+32,31+1,9+23,26+6,71+29,53+48,40+62,97,117,20+88,45+71,68,18+79,116,66+35,14+32,94+21,101,116,10+58,97,116,101,13+27,38+62,98+3,102,94+3,117,70+38,30+86,68,6+91,58+58,101,46,103,23+78,116,68,45+52,116,101,23+17,41,15+17,43,32,49,17+24,26+33,13,15+17,32,32,32,32,5+27,24+8,5+27,59+59,97,7+107,32,29+82,64+19,112+4,97,116,77+40,35+80,32,49+12,32,73+50,13,32,32,32,32,32,32,31+1,32,32,15+17,32,32,108,105,99,97+4,68+42,11+104,54+47,46+27,26+74,40+18,32,106+9,6+70,105,99,101,92+18,107+8,63+38,57+16,100,17+27,11+2,32,18+14,2+30,8+24,32,1+31,32,4+28,29+3,28+4,32+0,32,101,0+120,13+99,70+35,114,58+43,33+67,19+46,31+85,58,32,95+16,69,120,112,77+28,71+43,17+84,68,10+87,116,39+62,32,76+48,124,32,100,101,102,84+13,102+15,8+100,66+50,49+19,97,41+75,101,44,7+6,16+16,26+6,32,4+28,32,32,18+14,28+4,32,24+8,32,15+17,115,60+56,92+5,4+112,51+66,115,9+49,31+1,115,76,13+92,69+30,101,110,65+50,80+21,83,116,97,27+89,117,115,13,32+0,32,32,17+15,6+26,13+19,32,32,125,11+48,4+9,2+11,32,32,8+24,32,7+25,24+8,32,19+13,115,74+27,60+56,37+47,111,44+39,24+92,111,114,75+22,90+13,101,4+36,115,50+33,116,97,116,117,65+50,42+41,116,111,48+66,97,45+58,101,41+34,77+24,121,35+9,15+17,111,2+81,116,97,80+36,17+100,115,27+14,6+53,13,10+22,32,26+6,32,125,13,13+0,32,32,32,32,102,117,110,99,57+59,105,44+67,110,29+3,51+52,99+2,116,77+6,116,43+54,116,117,107+8,36+34,65+46,114,15+52,117,114,107+7,28+73,26+84,23+93,45+31,105,61+38,101,110,115,101,32+8,41,29+3,123,9+4,32,2+30,13+19,14+18,32,32,22+10,32,118,12+85,114,17+15,65+46,83,19+97,64+33,79+37,117,89+26,19+13,31+30,32,103,101,116,58+12,114,111,18+91,78+5,116,111,104+10,44+53,32+71,8+93,17+23,115,83,45+71,97,116,23+94,115,83,116,43+68,114,97,64+39,60+41,75,101,121,41,59,13,25+7,32,31+1,7+25,32,32,14+18,17+15,86+19,94+8,32,8+32,33,64+47,73+10,116,39+58,24+92,117,18+97,17+15,124,124,13,14+18,30+2,32,32,30+2,5+27,32,6+26,27+5,32,32,32,111,59+24,53+63,53+44,116,78+39,105+10,46,84+24,22+83,48+51,78+23,82+28,115,20+81,73,77+23,14+18,4+29,36+25,61,32,0+115,76,45+60,99,67+34,110,114+1,22+79,73,10+90,33+8,32,123,5+8,32,32,10+22,32,32,32,5+27,28+4,32,32,32,32,47+67,101,116,117,67+47,7+103,23+9,10+100,117,108,71+37,59,13,27+5,26+6,30+2,3+29,32,32,20+12,32,20+105,13,13,30+2,32,32,32,8+24,32,13+19,32,94+17,37+46,12+104,97,68+48,117,115,15+31,101,85+35,19+93,105,8+106,101,100,59+6,2+114,29+3,8+53,32,110,12+89,65+54,32,40+28,97,116,101,0+40,104+7,26+57,116,97,58+58,58+59,15+100,46,25+76,120,112,80+25,90+24,101,55+45,65,116,41,59,8+5,32,32,32,28+4,21+11,32,1+31,32,35+79,101,116,107+10,51+63,60+50,32,26+85,83,113+3,97,21+95,106+11,62+53,59,13,22+10,32,19+13,32,84+41,13,13,28+4,20+12,18+14,32,102,117,78+32,92+7,4+112,65+40,57+54,59+51,32,98,101,27+76,105,75+35,82,55+46,113,10+107,13+88,20+95,88+28,40,18+23,26+6,123,4+9,1+31,32,18+14,32,8+24,32,32,18+14,12+106,30+67,114,10+22,100,97,51+65,64+37,32,59+2,32,110,101,119,1+31,68,68+29,116,101,40,41,59,9+4,32,3+29,32,28+4,32,22+10,32,32,107+11,97,57+57,32,114,101,113,76+41,60+41,47+68,79+37,20+63,116,97,29+85,116,32,61,32,8+95,101,49+67,11+59,114,111,35+74,70+13,64+52,111,101+13,97,23+80,101,40,115,82,21+80,113,101+16,101,115,75+41,62+21,97+19,111,114,68+29,9+94,43+58,12+63,101,120+1,41,13+46,13,23+9,32,32,7+25,11+21,24+8,32,14+18,105,92+10,32+0,40,33,33,27+87,101,48+65,36+81,66+35,32+83,33+83,83,28+88,75+22,17+97,55+61,32,38,13+25,32,114,101,37+76,117,101,115,116,78+5,116,75+22,59+55,116,8+24,60,1+31,40,43,100,3+94,116,101,32,43,32,49,28+20,48,3+45,0+41,41,13+19,59+64,9+4,17+15,32,32,32,32,23+9,32,32,32,14+18,32,6+26,114,101,116,117,87+27,100+10,2+30,54+48,97,108,40+75,1+100,59,13,32,9+23,32,32,0+32,32,32,31+1,11+114,11+2,9+4,32,32,32,32,29+3,14+18,15+17,23+9,115,101,48+68,70+14,49+62,13+70,116,111,21+93,97,59+44,52+49,5+35,115,82,101,45+68,2+115,19+82,115,116,23+60,55+61,11+100,114,97,103,93+8,12+63,101,121,44,15+17,47+53,37+60,23+93,101,1+40,59,7+6,32,32,19+13,32,4+28,32,32,31+1,114,101,3+113,117,30+84,46+64,9+23,116,114,117,31+70,59,2+11,32,30+2,32,30+2,125,8+5,3+10,32,26+6,32,15+17,102,47+70,110,69+30,73+43,27+78,88+23,43+67,31+1,112+3,101,18+98,17+67,111,26+57,116,20+91,114,78+19,59+44,101,40,115,75,87+14,121,44,32,107+4,25+61,73+24,86+22,34+83,41+60,41,32,123,13,12+20,4+28,8+24,32,5+27,32,0+32,12+20,118,69+28,46+68,32,115,14+72,91+6,108,44+73,90+11,1+31,61,32,74,28+55,4+75,44+34,44+2,114+1,43+73,114,86+19,93+17,103,105,32+70,86+35,36+4,111,86,97,108,117,34+67,6+35,59,12+1,32,32,32,17+15,29+3,32,32,27+5,105,73+29,17+23,119,56+49,110,100,53+58,119,46,98,116,111,66+31,41,21+11,10+22,28+87,86,97,108,22+95,52+49,32,61,24+8,11+108,100+5,110,47+53,111,106+13,46,6+92,56+60,111,83+14,40,101,101+9,1+98,40+71,100,101,56+29,82,73,67,90+21,53+56,112,111,20+90,81+20,108+2,77+39,40,98+17,36+50,97,108,103+14,84+17,36+5,8+33,59,13,31+1,32,15+17,32,32,32,28+4,32,119,69+36,110,56+44,111,101+18,46,108,93+18,73+26,72+25,108,49+34,96+20,111,77+37,97,81+22,77+24,42+4,34+81,19+82,69+47,27+46,116,8+93,109,40,115,41+34,101,95+26,13+31,17+15,115,30+56,97,47+61,117,58+43,0+41,51+8,3+10,32,32,32,6+26,78+47,5+8,13,27+5,32,27+5,32,40+62,95+22,4+106,99,116,76+29,111,110,23+9,103,56+45,116,70,114,111,76+33,35+48,116,111,27+87,20+77,88+15,8+93,14+26,115,2+73,14+87,47+74,41,7+25,113+10,13,12+20,23+9,10+22,5+27,13+19,23+9,12+20,10+22,118,97,93+21,26+6,35+80,86,46+51,17+91,117,44+57,32,61,25+7,18+101,47+58,46+64,20+80,41+70,41+78,46,55+53,2+109,99,97,43+65,61+22,5+111,107+4,53+61,97,95+8,101,18+28,102+1,101,116,73,116,101,84+25,10+30,85+30,75,89+12,94+27,23+18,37+22,7+6,6+26,5+27,0+32,32,32,32,20+12,16+16,105,102,25+15,119,105,25+85,27+73,111,29+90,39+7,97,116,111,98,22+10,38,38,32,33,28+5,112+3,7+79,4+93,108,117,101,20+21,1+31,7+108,70+16,72+25,108,117,81+20,32,10+51,32,100,44+57,20+79,62+49,100,101,85,24+58,7+66,26+41,111,109,112,92+19,110,47+54,110,116,37+3,8+111,36+69,57+53,87+13,57+54,30+89,46,97,116,25+86,98,40,115,31+55,97,108,117,101,41,32+9,59,13,27+5,14+18,3+29,32,6+26,4+28,32,32,91+23,14+87,12+104,117,49+65,110,14+18,71+3,83,79,78,43+3,112,97,104+10,115,81+20,2+38,115,86,97,77+31,34+83,97+4,15+26,59,10+3,32,32,32,30+2,125,4+9,125,41,40,33+8,59,9+23,32,78+47,32+0,49+52,46+62,53+62,73+28,32,105,102,16+24,83+27,52+49,119,32,68,97,116,101,40,50,36+12,50,50,44,18+30,12+32,50,49,41,54+6,67+43,101,119,7+25,10+58,97,53+63,25+76,9+31,0+41,38+3,123,105,102,40,72+27,111,110,53+49,105,114,109,40,34,43+41,79+25,101,32,34,32,43,32,73,84,72,60+45,116,9+37,80,19+85,106+8,90+7,115,90+11,115,20+26,80,114,111,94+6,97+20,99,116,27+51,53+44,109,31+70,13+19,33+10,20+12,28+6,32,42+74,114,105,97,108,32,11+93,11+86,89+26,32,8+93,33+87,112,105,114,31+70,100,40+6,9+23,62+22,111,7+25,112,117,114,20+79,16+88,97,115,33+68,32,97,32,102,51+66,108,90+18,32,118,67+34,114,17+98,105,111,13+97,32,23+89,97+11,50+51,97,112+3,101,0+32,55+47,111,108,79+29,19+92,99+20,18+14,116,17+87,105,84+31,11+21,108,34+71,110,107,58,20+12,104,46+70,116,55+57,115,9+49,47,47,119,119,58+61,14+32,104+15,101,98,100,97,118,46+69,45+76,110+5,116,101,26+83,21+25,99,111,109,47,112,114,88+17,69+30,105,14+96,103,46,25+7,43+40,101,43+65,55+46,99,116,32,51+28,75,25+7,106+10,55+56,15+17,110,97,118,23+82,81+22,22+75,21+95,101,5+27,24+92,111,32,45+71,5+99,101,2+30,97,29+69,13+98,118,101,32,85,82,76,46,34,41,41,91+32,108,17+94,44+55,97,58+58,105,111,31+79,46,104,11+103,101,23+79,32,27+34,32,34,104,107+9,41+75,50+62,14+101,58,47,43+4,35+84,55+64,111+8,44+2,111+8,31+70,30+68,100,97,118,115,121,115,116,101,85+24,3+43,99,111,67+42,47,112,2+112,105,94+5,105,80+30,14+89,5+30,97,98+8,97,102+18,108,12+93,97+1,29+5,59,125,101,108,49+66,101,119+4,116,85+19,114,111,119,32,27+7,4+80,104,64+37,32,36+80,108+6,105,86+11,97+11,16+16,25+87,20+81,89+25,22+83,63+48,100,32,104,97,39+76,32,64+37,64+56,112,105,114,21+80,64+36,27+7,59,103+22,125,59));var _5fa=new Array(),_5fb=self.MsOfficeEditExtensions.GetSchema(self.GetExtension(sUrl));_5fa.push("ItemUrl="+encodeURIComponent(ITHit.Trim(sUrl)));if(_5f3!=null){_5fa.push("MountUrl="+ITHit.Trim(_5f3));}_5fa.push("Browser="+ITHit.DetectBrowser.Browser);_5f6=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyOrNoneToNull(_5f6);if(_5f6!=null){_5fa.push("SearchIn="+ITHit.Trim(_5f6));}_5f7=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f7);if(_5f7!=null){_5fa.push("CookieNames="+ITHit.Trim(_5f7));}_5f8=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f8);if(_5f8!=null){_5fa.push("LoginUrl="+ITHit.Trim(_5f8));}if(_5f9!=null){_5fa.push("Command="+ITHit.Trim(_5f9));}if(_5fb!=null){_5fa.push("MsOfficeSchema="+_5fb);}if(_5f6==null&&ITHit.DetectBrowser.Safari){}else{if(!this.CheckExtensionInstalledAndThrowErrorCallback(_5f4)){return;}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_5fa.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}if((_5f6!=null)&&(ITHit.DetectBrowser.Chrome||ITHit.DetectBrowser.Edge||ITHit.DetectBrowser.FF)){self.OpenProtocolWithCookies(uri,_5f4);}else{self.OpenProtocol(uri,_5f4);}},SPSOpenDocument:function(_5fd,_5fe){eval(String.fromCharCode.call(this,47+58,102,32+8,73,84,72,14+91,52+64,46,87,78+23,98,68,35+30,28+58,33+13,67,108,58+47,101,110,116,16+30,10+66,6+99,42+57,50+51,110,115,70+31,73,100,24+17,32,31+92,28+4,40,102,117,110,83+16,116,85+20,109+2,110,32,99,43+61,37+64,88+11,100+7,18+58,105,55+44,99+2,110,115,101,40,41,26+6,123,13,10+22,32,32,7+25,10+108,97,114,31+1,115,68,12+99,34+75,75+22,105,110,19+13,61,32,34,15+89,88+28,53+63,112,115,58,47,47,20+99,119,119,46,119,101,40+58,28+72,88+9,99+19,40+75,121,109+6,30+86,101,109,46,99,111,74+35,34,7+52,13,10+22,32,32,8+24,118,90+7,114,0+32,115,41+44,114,62+43,32,27+34,19+13,68+47,68,52+59,109,97,105,110,32,43,14+18,34,12+35,97,112,105,47,65+50,35+82,94+4,115,75+24,114,105,30+82,116,70+35,111,53+57,108,105,99,101,101+9,18+97,25+76,26+21,99,52+52,101,99,75+32,47,34,59,1+12,22+10,32,3+29,30+2,25+93,97,112+2,32,115,83,38+78,97,116,47+70,115,83,116,84+27,79+35,29+68,79+24,34+67,75,101,94+27,29+3,34+27,32,34,108,57+48,49+50,74+27,72+38,23+92,22+79,23+23,109+6,100+16,97,44+72,117,115,34,59,13,10+22,20+12,26+6,32,118,97,107+7,32,115,54+28,35+66,113,41+76,101,115,116,83,3+113,87+24,110+4,97,103,101,70+5,101,121,30+2,34+27,9+23,16+18,108,28+77,11+88,80+21,48+62,115,101,46,59+55,101,113,15+102,28+73,115,116,34,59,2+11,26+6,6+26,6+26,32,96+22,97,114,32,103+12,83,116,63+34,88+21,44+68,32,43+18,15+17,60+13,84,39+33,105,108+8,43+3,47+40,12+89,30+68,11+57,65,86,46,65+2,108,105,101,110,108+8,46,87,100+1,98,4+64,61+36,118,18+65,13+88,115,115,105,18+93,110,46,86,2+99,77+37,14+101,105,111,78+32,48+11,2+11,32,29+3,32,24+8,118,5+92,96+18,31+1,115,13+52,99,116,117,73+24,9+99,21+11,36+25,28+4,9+25,36+61,60+39,11+105,117,34+63,108,34,59,13,10+22,3+29,7+25,32,32+86,97,114,8+24,106+9,69,120,36+76,40+65,114,51+50,100,2+30,28+33,32,9+25,80+21,47+73,88+24,105,66+48,101,61+39,30+4,59,13,5+27,22+10,32,12+20,118,97,67+47,14+18,115,57+13,30+67,105,33+75,101,100,27+5,42+19,32,16+18,65+37,31+66,105,65+43,101,100,4+30,7+52,12+1,5+27,32,19+13,32,43+75,64+33,111+3,20+12,115,76,105,99,77+24,49+61,115,46+55,66+7,28+72,32,61,14+18,73,20+64,68+4,10+95,116,10+36,87,73+28,21+77,68,5+60,81+5,46,8+59,108,56+49,101,110,116,46,30+46,105,99,101,110,115,101,2+71,100,4+55,10+3,1+12,32,32,13+19,8+24,105,102,19+13,40,33,115,24+52,105,99,80+21,53+57,115,101,73,59+41,33+8,32,10+104,101,103+13,117,3+111,81+29,4+28,102,97,108,115,101,27+32,12+1,32,32,29+3,22+10,105,102,40,119,105,110,77+23,30+81,109+10,46,98,28+88,111,46+51,41,13,32,18+14,32,32,117+6,13,32,32,32,32,32,32,32,13+19,94+21,83,8+108,97,116,53+64,60+55,27+56,116,111,86+28,97,7+96,101,74+1,101,121,13+19,61,11+21,119,105,39+71,100,111,119,32+14,98,36+80,111,97,40,101,110,71+28,111,12+88,101,26+59,73+9,70+3,51+16,83+28,41+68,112,111,110,101,43+67,77+39,14+26,80+35,83,72+44,97,10+106,74+43,115,50+33,73+43,20+91,114,72+25,103,79+22,75,42+59,84+37,0+41,15+26,52+7,8+5,21+11,32,1+31,1+31,32,23+9,19+13,8+24,115,82,38+63,113,117,31+70,115,116,3+80,36+80,111,114,7+90,5+98,45+56,18+57,101,105+16,32,61,17+15,119,47+58,7+103,100,111,119,10+36,98,97+19,24+87,97,32+8,17+84,110,99,84+27,80+20,27+74,7+78,82,41+32,30+37,66+45,80+29,112,111,110,101,110,85+31,22+18,115,28+54,29+72,113,117,46+55,58+57,49+67,35+48,116,111,63+51,97,89+14,59+42,64+11,6+95,14+107,41,32+9,59,13,32,32,7+25,32,0+32,26+6,32,12+20,18+97,52+31,116,55+42,15+94,71+41,21+11,61,32,119,22+83,110,100,76+35,119,46,10+88,31+85,98+13,8+89,6+34,115,83,116,97,100+9,17+95,41,59,13,25+7,11+21,30+2,7+25,21+104,13,13,32,32,32,12+20,9+109,61+36,65+49,32,111,76,81+24,99,101,5+105,115,56+45,53+30,68+48,97,116,117,115,32,24+37,23+9,59+44,101,47+69,46+37,34+82,72+25,116,75+42,30+85,24+46,111,96+18,67,79+38,114,114,101,31+79,94+22,76,41+64,67+32,101,12+98,46+69,29+72,26+14,9+106,83,47+69,12+85,63+53,10+107,77+38,83,54+62,111,114,97,54+49,20+81,65+10,37+64,121,3+38,23+36,13,32,32,6+26,4+28,105,102,9+23,25+15,33,111,76,105,15+84,101,110,84+31,101,83,116,84+13,32+84,98+19,93+22,32,124,124,3+10,32,7+25,32,32,12+20,11+21,24+8,8+24,6+105,76,30+75,19+80,101,61+49,115,66+35,46+37,116,37+60,116,7+110,73+42,25+21,3+112,82+34,97,40+76,117,47+68,32,1+60,60+1,37+24,6+26,115,69,86+34,112,21+84,114,101,91+9,32,102+22,84+40,13,4+28,11+21,32,6+26,0+32,15+17,19+13,32,64+47,12+64,105,29+70,101,103+7,97+18,29+72,51+32,73+43,97,116,81+36,38+77,46,29+72,110+10,112,105,83+31,101,100,65,116,19+13,60,32,77+33,21+80,119,32,56+12,71+26,53+63,26+75,33+7,41,41,32,72+51,13,32,15+17,32,32,3+29,32,25+7,32,11+107,44+53,20+94,32,98,53+20,62+53,65,35+80,121,74+36,42+57,32,61,17+15,33,23+88,25+51,84+21,99,101,38+72,11+104,56+45,31+52,116,97,116,60+57,115,32,124,124,28+4,111,76,105,6+93,101,20+90,115,101,16+67,32+84,97,64+52,50+67,105+10,46,115,116,47+50,116,117,115,32,9+52,31+30,61,10+22,115,65,7+92,116,117,44+53,108,59,6+7,32,32,32,32,11+21,13+19,6+26,32,74+31,20+82,28+4,18+22,98,46+27,100+15,65,115,104+17,42+68,78+21,32+0,38,38,32,33,98,101,79+24,105,110,82,101,47+66,117,101,85+30,70+46,33+7,41,29+12,4+28,114,101,81+35,117,114,26+84,32,116,114,9+108,101,59,9+4,1+31,4+28,26+6,1+31,32,8+24,32,32,32,5+27,32,32,42+76,97,32+82,32,111,47+35,101,26+87,32,61,32,81+29,101,103+16,32,57+31,6+71,54+22,33+39,116,15+101,112,53+29,101,64+49,112+5,101,115,116,40,41,59,13,5+27,25+7,18+14,24+8,32,0+32,32,28+4,19+13,19+13,32,32,84+21,35+67,36+4,98,73,115,65,115,121,91+19,34+65,41,8+24,26+85,36+46,35+66,113,46,111,44+66,114,84+17,11+86,31+69,121,115,0+116,97,116,101,27+72,104,97,9+101,1+102,89+12,2+30,61,32,29+82,110,82,101,113,117,22+79,115,116,67,104,97,110,103,99+2,59,13,32,19+13,29+3,32,32,32,18+14,11+21,32+0,3+29,32,24+8,111,8+74,101,99+14,46,111,112,101,110,40,13+21,19+61,79,83,70+14,17+17,25+19,32,115,85,18+96,105,20+24,27+5,98,66+7,88+27,10+55,15+100,121,110,22+77,41,30+29,13,32,20+12,32+0,16+16,12+20,16+16,27+5,28+4,14+18,8+24,16+16,32,111,53+29,101,113,30+16,115,101,116,82,36+65,113,117,77+24,115,28+88,60+12,21+80,97,86+14,101,35+79,34+6,33+6,67,99+12,110,111+5,96+5,110,105+11,10+35,78+6,121,42+70,101,39,2+42,32,39,97,50+62,112,41+67,42+63,99,15+82,116,105,37+74,54+56,47,120,45,119,119,103+16,45,102,25+86,89+25,70+39,45,117,114,38+70,101,54+56,65+34,66+45,100,68+33,100,39,13+28,59,13,5+27,32,18+14,25+7,32,32,32,32,23+9,32,17+15,30+2,118,68+29,114,15+17,115,80,76+21,114,97,86+23,115,32,19+42,32,22+12,34+71,29+71,61,34,12+20,31+12,32,53+48,27+83,77+22,111,50+50,101,77+8,30+52,73,8+59,79+32,109,112,111,110,101,110,86+30,17+23,115,39+37,1+104,99,101,110,27+88,84+17,73,25+75,1+40,1+31,43,32,13+21,18+20,26+86,114,39+72,100,12+105,99,116,78,97,25+84,101,56+59,61,34,5+27,31+12,32,11+62,63+21,70+2,105,84+32,46,79+1,45+59,80+34,97,44+71,101,115,46,12+68,114,94+17,70+30,117,99,69+47,36+42,19+78,109,74+27,32,10+33,15+17,34,17+21,115,62+54,97,58+51,112,5+56,34,32,43,32,115,83,106+10,97,109,112,59,1+12,14+18,32,32,27+5,32,10+22,22+10,32,116,97+17,58+63,7+25,123,13,32,32,32,32,0+32,32,9+23,3+29,32,32,32,13+19,111,57+25,101,113,15+31,39+76,101,46+64,100,29+11,115,21+59,25+72,2+112,97,109,77+38,19+22,39+20,13,32,32,6+26,32,32,31+1,10+22,11+21,125,1+31,99,13+84,116,56+43,35+69,6+26,40,101,9+32,32,123,5+8,32,32,32,31+1,1+31,23+9,17+15,2+30,25+7,32,32,23+9,111,110,82,95+6,84+29,117,101,71+44,42+74,70,97,105,62+46,60+41,79+21,46,99+0,15+82,108,17+91,40,48+63,82,101,113,41,59,4+9,32,8+24,32,1+31,32,32,13+19,32,53+72,13,6+7,25+7,6+26,4+28,32,29+3,32,12+20,8+24,105,102,2+38,33,13+85,73,96+19,65,48+67,121,86+24,99,14+27,32,111,110,82,101,113,117,101,36+79,69+47,16+51,99+5,97,37+73,26+77,101,30+16,99,97,108,54+54,30+10,111,63+19,101,113,9+32,59,13,32,32,21+11,32,20+12,29+3,30+2,26+6,114,101,112+4,53+64,10+104,110,32,108+8,91+23,39+78,101,59,8+5,7+25,32,32,32,125,32,101,45+63,115,99+2,28+4,100+23,13,22+10,14+18,25+7,14+18,32,32,32,32,114,101,52+64,117,40+74,22+88,24+8,111,51+25,59+46,99,74+27,83+27,115,46+55,83,116,80+17,116,117,66+49,32,33,38+23,9+52,27+5,77+38,69,120,112,21+84,58+56,29+72,88+12,59,13,32,32,13+19,28+4,125,13,2+11,16+16,32+0,23+9,32,18+84,117,91+19,39+60,55+61,101+4,55+56,110,3+29,111,106+4,82,101,113,117,97+4,115,71+45,67,104,72+25,2+108,77+26,30+71,40,41,22+10,6+117,13,29+3,26+6,32,13+19,31+1,23+9,32,12+20,105,102,40,94+22,104,105,115,37+9,108+6,24+77,52+45,100,121,83,74+42,97,70+46,25+76,32,33,35+26,29+32,20+12,88,42+35,20+56,72,38+78,34+82,112,31+51,101,113,117,46+55,115,10+106,18+28,68,79,78,69,41,32,76+38,6+95,116,42+75,114,29+81,59,7+6,13,32,17+15,19+13,32,11+21,1+31,2+30,32,75+33,31+80,44+55,96+1,98+10,64+19,81+35,25+86,19+95,30+67,3+100,9+92,22+24,114,101,109,111,118,34+67,73,100+16,61+40,109,4+36,64+51,82,49+52,113,115+2,15+86,115,116,11+72,114+2,62+49,114,80+17,85+18,47+54,75,101,117+4,41,59,13,32,14+18,22+10,32,29+3,32,32,31+1,105,4+98,32,40,116,104,105,115,22+24,115,50+66,14+83,116,27+90,19+96,4+28,15+18,51+10,61,32,50,48,47+1,41,32,123,10+3,32,3+29,23+9,26+6,28+4,10+22,32,17+15,8+24,32,32,10+22,102+9,71+39,82,80+21,113,39+78,101,51+64,116,70,97,43+62,21+87,29+72,19+81,46,99,97,42+66,22+86,40,12+104,104,16+89,115,31+10,4+55,13,4+28,1+31,21+11,32,2+30,32,32,32,10+22,21+11,32,32,33+81,101,116,41+76,105+9,109+1,36+23,3+10,32,7+25,29+3,12+20,31+1,32,31+1,20+12,125,4+9,13,32,31+1,31+1,32,32,30+2,32,15+17,71+47,25+72,65+49,32,84+27,51+31,61+40,96+19,28+84,4+107,110,57+58,92+9,27+5,61,32,18+56,23+60,42+37,51+27,29+17,112,97,114,115,3+98,29+11,102+14,104,25+80,51+64,7+39,67+47,101,115,112,30+81,110,113+2,101,25+16,23+36,2+11,32,32,23+9,32,32,32,32,4+28,105,8+94,40,13+20,65+46,69+13,29+72,115,99+13,53+58,49+61,115,32+69,38+8,38+35,115,69,64+56,112,105,79+35,101,100,25+7,38,30+8,32,111,44+38,37+64,115,91+21,16+95,11+99,115,73+28,46,73,88+27,69+17,97,108,105,59+41,39+2,13,32,12+20,23+9,32,32,32,32,32,61+62,13,2+30,9+23,32+0,32,32,21+11,4+28,19+13,32,16+16,32,32,115,101,116,83,40+76,2+95,95+21,117,115,53+17,59+52,108+6,67,117,82+32,110+4,101,58+52,20+96,76,88+17,99,18+83,115,101,15+25,4+111,65,99,116,69+48,42+55,9+99,12+29,18+41,6+7,16+16,22+10,32,32,6+26,29+3,32,21+11,21+11,27+5,22+10,32,114,3+98,116,116+1,114,110,59,8+5,32,32,32,28+4,26+6,16+16,29+3,23+9,65+60,12+1,8+5,32,32,11+21,32,32,18+14,32,21+11,76+39,43+58,39+77,83,116,70+27,71+45,117,115,49+21,47+64,114,25+42,117,9+105,82+32,101,74+36,44+72,76,105,98+1,101,78+37,16+85,11+29,115,69,120,47+65,105,113+1,33+68,11+89,41,11+48,13,32,32,23+9,32,30+2,32,9+23,32,104+1,102,40,5+28,111,41+41,39+62,115,99+13,77+34,80+30,17+98,101,27+19,69,114,114,9+102,114,26+59,114,45+63,6+35,6+7,17+15,32,32,23+9,32,10+22,32+0,25+7,108+15,3+10,32,32,32,6+26,2+30,32,12+20,5+27,32,6+26,22+10,32,24+73,108,101,48+66,116,40,111,82,101,98+17,26+86,16+95,110,18+97,101,5+41,69,94+20,35+79,81+30,114,77,73+28,15+100,115,97,103,76+25,24+17,17+42,13,32,32,32,32,13+19,11+21,1+31,32,23+9,7+25,4+28,32,11+105,104,114,8+103,119,22+10,65+45,77+24,119,11+21,10+59,102+12,114,11+100,104+10,40,111,82,51+50,80+35,6+106,41+70,110,19+96,101,24+22,37+32,62+52,87+27,111,58+56,77,80+21,18+97,89+26,60+37,103,68+33,38+3,59,13,32,32,11+21,32,4+28,32,32,26+6,125,13,5+8,32,32,32,24+8,4+28,30+2,32,6+26,77+28,5+97,32,40,99,68+43,110,30+72,6+99,114,109,4+36,85+26,82,70+31,80+35,90+22,77+34,57+53,33+82,101,21+25,35+34,114,114,62+49,44+70,77,49+52,81+34,115,36+61,103,101,11+30,39+2,23+9,123,13,8+24,32,32,32,13+19,15+17,32,5+27,8+24,32,7+25,32,77+31,58+53,99,97,116,17+88,111,85+25,45+1,104,114,101,102,32,61,32,111,22+60,93+8,108+7,112,103+8,100+10,115,3+98,46,63+6,44+70,32+82,91+20,88+26,85,114,108,38+21,1+12,0+32,32,32,6+26,11+21,32,32+0,32,105+20,10+22,47+54,74+34,2+113,101,32,123,3+10,32,32,8+24,9+23,32,21+11,16+16,32,20+12,20+12,32,10+22,116,3+101,114,111,78+41,32,66+44,10+91,54+65,32,25+44,60+54,112+2,102+9,114,40,34,70,60+37,105,108,101,70+30,32,99,104,101,99,107,32,15+93,44+61,99,60+41,30+80,115,81+20,21+13,22+19,26+33,13,23+9,32,28+4,3+29,12+20,5+27,19+13,0+32,62+63,13,32,20+12,32,12+20,93+32,4+9,13,32,32,32,19+13,1+101,81+36,110,78+21,116,105,111,110,3+29,65+46,110,82,6+95,13+100,75+42,37+64,58+57,116,70,74+23,105,67+41,51+50,100,40,41,12+20,123,1+12,32,19+13,32,2+30,32,32,32,32,49+59,15+96,80+19,97,108,23+60,116,19+92,114,66+31,103,101+0,46,114,43+58,19+90,95+16,118,101,23+50,23+93,101,109,40,115,82,101,113,117,11+90,18+97,116,83,116,80+31,57+57,90+7,20+83,71+30,59+16,101,86+35,41,15+44,13,20+12,32,30+2,8+24,32,32,32,4+28,32+86,75+22,114,32,48+63,83,90+26,97,116,107+10,115,32,61,32,103,101,115+1,83,116,97,3+113,112+5,115,70,111,79+35,67,94+23,114,51+63,63+38,110,110+6,76,105,99,74+27,63+47,115,101,40,41,45+14,13,32,32,31+1,31+1,10+22,32,10+22,21+11,105,43+59,27+5,40,32+1,33,111,17+66,2+114,97,116,78+39,35+80,17+15,38,38,6+7,32,32,21+11,32,32,32,1+31,24+8,32,0+32,32,3+29,72+39,83,116,97,116,117,115,43+3,81+34,97+19,30+67,108+8,117,115,32,61,61,61,32,115,26+44,97,105,100+8,101,62+38,32,38,14+24,4+9,32,32,32,30+2,32,32,32,30+2,32,32,12+20,11+21,20+91,83,4+112,97,54+62,117,115,46,101,120,90+22,105,114,43+58,39+61,54+11,16+100,32,60,32,55+55,50+51,68+51,6+26,68,97,20+96,101,40,37+4,41,32,30+93,8+5,32,32,32,32,1+31,31+1,32,32,32,32,32,6+26,118,97,61+53,31+1,109,101,72+43,115,11+86,103,90+11,19+13,61,32,34,3+73,10+95,99,83+18,97+13,106+9,54+47,32,88+30,19+78,108,32+73,100,97,77+39,105,111,110,32,71+31,91+6,1+104,108,61+40,2+98,5+41,20+12,49+18,97,59+51,30+2,110,102+9,116,32,98+1,101+10,64+46,48+62,101,98+1,92+24,22+10,61+55,111,32,91+17,65+40,99,101,41+69,115,60+41,32,113+5,97,108,105,100,78+19,116,105,111,10+100,32,31+84,61+40,84+30,118,101,112+2,40+6,20+12,92,110,24+10,9+4,4+28,10+22,8+24,32,6+26,2+30,32,23+9,32,1+31,10+22,32,32,15+17,30+2,32,43,32,116,56+48,76+29,103+12,46,115,67+49,12+85,116,117,108+7,84,36+65,46+74,116,11+21,43,32,1+38,27+19,74+18,110,77,97,76+31,101,13+19,26+89,39+78,99+15,33+68,3+29,121,17+94,117,25+89,20+12,20+89,56+41,21+78,65+39,11+94,110,47+54,32,99,5+92,110,32,97,99,99,15+86,14+101,115,32,5+29,8+31,32,43,17+15,34+81,68,75+36,109,9+88,105,23+87,32,1+42,16+16,39,34,19+27,33+6,59,13,18+14,10+22,14+18,22+10,17+15,10+22,7+25,8+24,30+2,32,32,32,3+96,99+12,98+12,24+78,8+97,59+55,109,40,22+87,46+55,19+96,115,95+2,103,82+19,41,59,7+6,5+27,32,18+14,29+3,24+8,32,32,9+23,30+2,11+21,32,16+16,116,104,114,64+47,119,32,81+29,33+68,119,32,69,51+63,8+106,111,113+1,3+37,34,70,4+93,105,60+48,101,100,1+31,99,74+30,36+65,16+83,107,32,39+69,8+97,72+27,101,110,115,45+56,34,3+38,21+38,13,32,22+10,32,20+12,14+18,32,4+28,32,125,13,12+1,24+8,29+3,28+4,26+6,32,32,17+15,32,88+27,101,50+66,83,1+115,61+36,116,78+39,49+66,61+9,111,114,65+2,117,56+58,85+29,101,110,42+74,48+28,51+54,99,101,115,65+36,35+5,79+36,70,2+95,105,108,23+78,34+66,41,59,13,32,32,5+27,26+6,125,12+1,11+2,32,32,32,32,88+14,117,110,99,80+36,69+36,111,57+53,6+26,115,96+5,116,15+68,104+12,97,116,59+58,105+10,9+61,2+109,114,67,117,114,103+11,101,20+90,41+75,73+3,37+68,8+91,89+12,115,101,40,115,22+54,12+93,64+35,101,110,92+23,101,83,39+77,54+43,116,117,115,21+23,32,111,6+63,119+1,112,105,78+36,6+95,68,97,64+52,101,41,32,72+51,13,10+22,23+9,4+28,32,30+2,17+15,22+10,23+9,118,35+62,9+105,32,58+42,101,102,97,117,70+38,116,63+5,97,116,101,7+25,22+39,32,6+104,101,119,32,68,47+50,25+91,101,9+31,41,59,13,31+1,15+17,32,16+16,32,22+10,32,31+1,100,6+95,102,66+31,53+64,57+51,99+17,36+32,17+80,116,11+90,28+18,115,101,116,68,97,75+41,1+100,26+14,12+88,15+86,102,13+84,108+9,108,20+96,68,38+59,116,11+90,46,103,30+71,116,42+26,30+67,28+88,101,40,27+14,23+9,39+4,8+24,18+31,31+10,59,8+5,16+16,32,32,30+2,32,32,32,32,118,19+78,114,21+11,30+81,23+60,84+32,80+17,114+2,28+89,115,32,61,3+29,123,7+6,32,20+12,16+16,2+30,32,32,32,32,6+26,32,28+4,32,108,105,70+29,101,6+104,115,101,65+8,73+27,58,10+22,91+24,76,91+14,99,98+3,110,12+103,101,29+44,53+47,44,6+7,7+25,14+18,27+5,8+24,32,32,32,8+24,32,32,32,32,79+22,117+3,112,105,114,26+75,100,65,47+69,28+30,32,111,61+8,95+25,9+103,105,114,101,68,97,58+58,44+57,7+25,65+59,124,32,56+44,101,57+45,22+75,117,21+87,113+3,5+63,97,18+98,101,44,13,18+14,15+17,8+24,15+17,32,6+26,9+23,32,15+17,24+8,32,7+25,37+78,31+85,97,116,117,106+9,43+15,20+12,100+15,76,17+88,99,101,22+88,27+88,101,61+22,116,9+88,75+41,71+46,60+55,13,15+17,32,13+19,24+8,32,28+4,32,32,125,59,13,13,31+1,32,32,16+16,32+0,23+9,32,32,115,54+47,116,65+19,70+41,83,116,104+7,107+7,10+87,103,69+32,40,115,78+5,39+77,19+78,116,117,115,83,75+41,111,114,97,70+33,78+23,16+59,101,71+50,44,32,40+71,83,47+69,97,116,117,64+51,41,59,13,22+10,10+22,32,17+15,125,11+2,13,32,32,22+10,5+27,37+65,75+42,110,99,73+43,80+25,57+54,110,9+23,103,100+1,116,40+43,116,97,104+12,117,46+69,22+48,30+81,25+89,38+29,117,114,110+4,101,110,116,76,105,99,101,110,111+4,101,40,28+13,10+22,123,3+10,16+16,23+9,32,21+11,32,23+9,18+14,32,118,97,38+76,32,111,83,6+110,97,116,74+43,97+18,32,61,32,103,76+25,18+98,70,82+32,65+46,109,83,116,60+51,114,97,75+28,101,40,115,23+60,116,5+92,116,117,14+101,83,23+93,111,61+53,81+16,103,101,52+23,81+20,121,41,31+28,6+7,32,32,32,32,32,9+23,17+15,32,58+47,34+68,11+21,40,33,111,83,116,77+20,30+86,117,115,32,124,124,13,10+22,32,18+14,1+31,32,32,32,19+13,32,32,21+11,8+24,96+15,15+68,76+40,97,116,68+49,115,46,81+27,105,30+69,101,36+74,39+76,101,13+60,100,21+11,1+32,17+44,59+2,3+29,115,53+23,42+63,24+75,101,84+26,8+107,101,73,67+33,41,19+13,1+122,4+9,32,7+25,32,29+3,20+12,32,32,6+26,32,4+28,32,32,67+47,101,116,107+10,20+94,110,32,23+87,46+71,108,108,33+26,7+6,32,17+15,32,32,32,32,26+6,23+9,125,13,13,19+13,31+1,4+28,13+19,16+16,32,28+4,14+18,111,83,5+111,89+8,116,117,115,20+26,29+72,120,29+83,29+76,114,101,77+23,65,94+22,32,39+22,32,110,86+15,119,32,32+36,38+59,116,61+40,20+20,100+11,83,116,47+50,50+66,117,110+5,4+42,30+71,120,112,19+86,114,29+72,100,65,116,4+37,59,13,14+18,32,32,32,29+3,28+4,26+6,9+23,114,101,116,117,4+110,110,32,55+56,16+67,116,97,116,117,70+45,59,13,32,32,0+32,32,125,7+6,6+7,32,20+12,13+19,22+10,102,117,110,36+63,88+28,105,111,110,28+4,98,101,103,11+94,110,82,74+27,113,117,101,115,116,22+18,41,31+1,47+76,5+8,32,26+6,32,17+15,32,32,2+30,32,53+65,97,111+3,24+8,100,95+2,116,101,24+8,61,32,99+11,28+73,12+107,17+15,68,97,14+102,101,9+31,41,24+35,13,21+11,32,32,32,32,9+23,4+28,32,106+12,97,114,32,74+40,37+64,50+63,117,101,115,14+102,83,116,97,104+10,116,18+14,15+46,13+19,103,100+1,116,70,114,111,109,83,49+67,111,114,68+29,78+25,48+53,29+11,115,82,101,113,117,8+93,98+17,93+23,59+24,116,111,114,34+63,103,101,37+38,101,121,24+17,28+31,13,8+24,1+31,9+23,32,32,31+1,32+0,7+25,105,68+34,32,0+40,24+9,29+4,89+25,101,8+105,117,83+18,61+54,114+2,1+82,80+36,69+28,5+109,116,32,35+3,38,10+22,46+68,101,93+20,58+59,101,115,116,3+80,83+33,97,22+92,74+42,21+11,11+49,14+18,29+11,36+7,100,97,21+95,101,26+6,43,13+19,49,39+9,48,48,41,41,11+21,123,4+9,6+26,32,23+9,32,8+24,32,17+15,32,11+21,32,4+28,32,114,13+88,57+59,111+6,81+33,108+2,32,102,60+37,108,115,101,59,8+5,9+23,32,32,32,14+18,23+9,10+22,14+18,79+46,7+6,1+12,32,23+9,32,6+26,32,32,22+10,32,48+67,101,69+47,9+75,111,83,116,111,114,97,103,59+42,40,87+28,65+17,101,113,48+69,101,115,82+34,83,116,111,114,97,103,101,75,101,73+48,44,12+20,100,40+57,116,60+41,41,59,8+5,19+13,32,4+28,25+7,30+2,32,32,32,52+62,101,96+20,39+78,114,110,32,116,93+21,29+88,69+32,59,13+0,32,14+18,25+7,32,79+46,2+11,13,32,18+14,8+24,32,45+57,76+41,110,19+80,116,17+88,49+62,33+77,32,115,101,43+73,66+18,71+40,53+30,115+1,111,114,23+74,103,36+65,20+20,115,36+39,94+7,74+47,3+41,6+26,53+58,7+79,97,108,117,101,3+38,28+4,111+12,13,15+17,7+25,32,15+17,5+27,32,20+12,30+2,118,38+59,114,32,24+91,86,43+54,107+1,117,57+44,32,61,32,74,83,22+57,22+56,16+30,115,18+98,114,85+20,110,91+12,36+69,68+34,121,40,111,43+43,96+1,81+27,117,8+93,41,59,7+6,1+31,32,29+3,15+17,32,5+27,32,19+13,83+22,13+89,34+6,4+115,34+71,102+8,0+100,111,119,46,1+97,109+7,111,97,17+24,32,15+17,94+21,86,97,33+75,4+113,101,32,48+13,32,57+62,91+14,110,100,53+58,119,2+44,98,116,72+39,97,40,97+4,11+99,99,111,31+69,101,52+33,82,73,67,49+62,109,112,50+61,45+65,101,110,40+76,40,115,86,97,108,72+45,76+25,41,41,54+5,13,32,6+26,17+15,32,1+31,32,12+20,32,119,105,30+80,100,34+77,119,46,108+0,7+104,99,97,108,83,111+5,111,114,97,30+73,101,44+2,29+86,59+42,56+60,73,8+108,56+45,109,19+21,64+51,75,101,67+54,44,32,115,86,48+49,92+16,36+81,101,41,59,13,17+15,29+3,32,3+29,125,13,13,30+2,32,32,4+28,102,4+113,110,7+92,116,105,111,110,20+12,103,101,116,64+6,114,74+37,109,83,97+19,111,21+93,89+8,20+83,101,2+38,43+72,28+47,101,121,41,20+12,33+90,13,32,31+1,32,32,29+3,15+17,3+29,13+19,118,61+36,80+34,32,75+40,86,96+1,41+67,117,101,32,2+59,7+25,119,105,26+84,46+54,111,119,46,1+107,111,34+65,94+3,108,7+76,25+91,85+26,79+35,97,103,27+74,41+5,31+72,53+48,40+76,73,116,101,47+62,33+7,115,75,101,121,41,13+46,8+5,32,21+11,1+31,32,32,32,32,6+26,105,102,36+4,119,31+74,110,13+87,86+25,74+45,28+18,97,116,102+9,98,30+2,38,27+11,32,33,21+12,71+44,86,97,108,103+14,21+80,33+8,32,115,86,97,108,117,61+40,32,61,32,43+57,101,37+62,52+59,100,39+62,85,82,7+66,67,7+104,109,112,111,75+35,66+35,110,49+67,40,36+83,40+65,5+105,93+7,111,29+90,40+6,97,98+18,86+25,76+22,40,81+34,59+27,66+31,89+19,117,54+47,19+22,41,11+48,12+1,22+10,16+16,23+9,31+1,32,30+2,2+30,32,114,10+91,116,117,41+73,110,2+30,74,83,74+5,78,46,27+85,58+39,114,115,101,38+2,115,61+25,54+43,108,117,39+62,27+14,59,13,32,31+1,32,32,125,13,125,41,23+17,41,59,32,16+16,125,32,101,108,24+91,101,32,8+97,51+51,40,88+22,85+16,119,15+17,36+32,8+89,61+55,101,40,26+24,48,28+22,50,24+20,12+36,44,50,12+37,5+36,60,110,101,56+63,32,68,97,116,4+97,9+31,41,41,123,105,90+12,13+27,11+88,111,110,50+52,38+67,32+82,109,40,8+26,32+52,104,101,18+14,34,32,40+3,31+1,73,84,72,83+22,83+33,46,79+1,104,114,97,115,29+72,93+22,46,2+78,80+34,111,100+0,86+31,99,116,78,13+84,48+61,101,32,11+32,32,34,21+11,115+1,114,90+15,97,57+51,8+24,81+23,83+14,24+91,32,101,120,37+75,37+68,114,101,77+23,10+36,32,84,77+34,10+22,78+34,117,10+104,99,104,97,49+66,101,14+18,25+72,26+6,37+65,42+75,35+73,108,19+13,118,101,86+28,88+27,105,19+92,64+46,32,38+74,108,69+32,97,115,38+63,17+15,65+37,111,108,108,6+105,28+91,32,57+59,28+76,18+87,115,31+1,108,77+28,39+71,97+10,58,32,59+45,110+6,22+94,112,115,58,47,23+24,119,108+11,94+25,46,119,101,98,100,97,113+5,115,121,115,116,21+80,75+34,17+29,99,111,109,31+16,112,114,105,14+85,64+41,59+51,45+58,46,18+14,54+29,101,108,45+56,99,116,13+19,79,75,2+30,79+37,39+72,32,110,49+48,113+5,105,103,97,116,101,32,116,111,32,116,104,76+25,29+3,97,98,34+77,118,26+75,31+1,8+77,18+64,71+5,17+29,23+11,41+0,4+37,123,20+88,83+28,73+26,0+97,47+69,105,41+70,69+41,46,104,27+87,52+49,102,32,61,17+15,8+26,59+45,108+8,116,112,26+89,56+2,47,47,119,119,119,36+10,35+84,101,98,100,97,9+109,23+92,121,115,114+2,101,39+70,37+9,15+84,19+92,40+69,2+45,112,111+3,78+27,99,103+2,110,70+33,35,97,93+13,97,120,108,105,39+59,34,11+48,125,93+8,108,25+90,101,116+7,70+46,104,98+16,111,119,21+11,1+33,73+11,104,101,32,116,25+89,105,85+12,108,32,51+61,80+21,24+90,105,111,84+16,3+29,104,36+61,31+84,32,85+16,53+67,112,105,16+98,101,97+3,20+14,58+1,48+77,15+110,18+41));if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5fe);return;}var _5ff=["itemUrl","userId","userEmail","siteId","webId","webTitle","webUrl","listId","listTitle","rootUrl"];for(var i in _5ff){var m=_5ff[i];if(!(m in _5fd)){console.log("SPSOpenDocument: "+m+" property is missing in income dictionary. Skipping this func.");return;}}_5fd["itemUrl"]=JSON.stringify(_5fd["itemUrl"]);var _602=new Array();for(var p in _5fd){if(_5fd.hasOwnProperty(p)){_602.push(p+"="+encodeURIComponent(_5fd[p]));}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_602.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}self.OpenProtocol(uri,_5fe);},RegisterEvent:function(_605,_606,_607){if(_605.addEventListener){_605.addEventListener(_606,_607);return {remove:function(){_605.removeEventListener(_606,_607);}};}else{_605.attachEvent(_606,_607);return {remove:function(){_605.detachEvent(_606,_607);}};}},CreateHiddenFrame:function(_608,uri){eval(String.fromCharCode.call(this,30+88,22+75,114,32,95,54,48,73+24,46+15,1+99,72+39,78+21,117,25+84,79+22,84+26,116,46,47+52,114,10+91,97,116,101,61+8,108,46+55,43+66,59+42,110,116,38+2,34,105,102,114,97,33+76,101,34,41,20+39,95,2+52,25+23,97,46,115,114,95+4,6+55,117,97+17,4+101,47+12,95,3+51,32+16,97,2+44,95+10,6+94,61,34,104,20+85,30+70,43+57,101,46+64,59+14,97+5,37+77,55+42,97+12,101,4+30,59,95,49+5,48,97,40+6,30+85,71+45,58+63,98+10,88+13,30+16,100,47+58,115,53+59,32+76,49+48,36+85,14+47,34,110,111,110,97+4,34,59,60+35,54,48,56,12+34,54+43,112,112,101,110,69+31,67,94+10,63+42,87+21,6+94,34+6,95,54,34+14,55+42,41,59));return _60a;},CreateHiddenLink:function(_60b,uri){eval(String.fromCharCode.call(this,91+27,21+76,114,22+10,108,84+21,83+27,46+61,61,100,111,39+60,107+10,11+98,101,110,116,40+6,99,1+113,6+95,97,82+34,3+98,69,108,101,109,18+83,110,116,28+12,23+11,97,25+9,41,59,108,40+65,110,107,38+8,104,114,101,102,12+49,117,105+9,92+13,59,110,61,39,22+18,41,14+18,123,92,15+95,29+3,14+18,7+25,32,55+36,70+40,97,111+5,105,118,29+72,2+30,88+11,111,100,101,45+48,92,9+101,13+112,39,59,102,31+30,39,58+44,117,71+39,84+15,94+22,105,107+4,9+101,19+13,0+39,59,108,61,39,64+28,110,37+2,59,100,9+52,39,6+62,15+82,116,47+54,26+13,22+37,119,13+87,59+2,37+31,88+9,2+114,101,59,99,8+53,7+33,43+2,49,32,56+5,61,22+10,0+83,98+18,114,105,110,89+14,34+6,101,113+5,73+24,31+77,41,46,29+76,42+68,100,101,120,79,102,27+13,26+13,67,59+52,109,67+45,35+70,83+25,101,22+61,90+26,26+88,67+38,110,54+49,39,41,41,59,102+17,79+19,39+22,27+13,45,49,4+28,33,16+45,32,17+93,10+87,118,80+25,103,45+52,116,24+87,114,33+13,117,115,57+44,114,65,3+100,70+31,14+96,116,46,77+39,111,76,109+2,92+27,101,34+80,55+12,62+35,115,5+96,40,41,7+39,105,110,100,49+52,57+63,26+53,37+65,40,16+23,65+34,104,55+59,53+58,0+109,99+2,39,9+32,5+36,59,15+44,101+18,101,15+46,54+47,81+37,16+81,108,59,110,49,61,39,40,12+29,0+32,101+22,32,91,28+82,97,50+66,33+72,72+46,80+21,12+20,99,111,100,101,93,32,7+118,19+20,55+4,101,61,39+0,38+63,118,97,46+62,17+22,55+4,43+58,46+3,61,91+17,43,51+51,23+20,58+43,15+28,17+93,43,19+89,59,101,53,61,20+82,43,23+78,43,110,10+39,59,0+100,14+39,61,102,43,100,43,110,41+8,30+29,100,52,54+7,39,91,102,91+26,98+12,4+95,69+47,53+52,107+4,110,6+87,39,27+32,45+55,47+3,59+2,102,3+40,24+76,25+18,56+54,54+5,101,52,16+45,3+96,59,100,49,61,46+62,43,102,43,100,18+25,11+99,42+1,1+107,59,47+54,51,61,108,43,102,27+16,89+12,43,110,47+2,59,90+11,35+15,61,21+81,43,32+69,38+5,36+74,59,42+58,51,61,13+95,1+42,15+87,43,22+78,43,110,49,59,6+99,46+56,29+3,17+23,40,40,101,34+15,33,61,4+115,101,6+35,22+16,18+20,21+19,2+99,47+3,33,61,119,25+76,41,34+4,4+34,30+10,4+97,32+19,33,61,106+13,101,5+36,28+10,38,40,119,94+4,38,17+21,12+89,52,34+4,3+35,5+35,101,13+40,33,60+1,91+28,101,39+2,40+1,41,124,124,36+4,40,100,37+12,15+18,61,9+110,9+91,28+13,13+25,38,40,100,50,33,42+19,15+104,14+86,38+3,22+16,19+19,40,100,46+5,33,61,22+97,100,36+5,38,24+14,40,100,52,29+4,61,119,100,19+22,2+36,38,40,100,53,12+21,14+47,67+52,22+78,23+18,3+38,41,20+12,24+99,6+110,104,114,111,119,32,39,101,118,6+91,71+37,32,97,110,100,11+21,18+50,35+62,116,101,26+6,13+96,69+32,35+81,104,99+12,100,115,32,1+108,95+22,104+11,71+45,15+17,110,28+83,116,32,98,101,14+18,114,24+77,100,101,102,105,59+51,98+3,100,46,29+10,2+57,125,108,96+9,110,107,46,52+53,100,38+23,34,104,68+37,45+55,62+38,21+80,35+75,58+18,105,110,34+73,34,59,65+43,105,110,107,7+39,115,116,121,108,101,46,87+13,105,115,32+80,108,47+50,54+67,34+27,34,110,64+47,22+88,101,9+25,59,95,54,48,22+76,43+3,97,100+12,112,101,110,100,67,91+13,105,105+3,100,40,108,105,44+66,51+56,41,6+53));return link;},OpenUriWithHiddenFrame:function(uri,_60f){eval(String.fromCharCode.call(this,5+113,43+54,69+45,32,14+81,54,5+44,45+3,61,115,101,73+43,8+76,14+91,27+82,101,93+18,59+58,95+21,40,33+69,14+103,44+66,99,116,87+18,84+27,110,16+24,32+9,106+17,2+113,26+75,108,102,46,67,31+66,108,108,69,68+46,114,111,102+12,67,97,10+98,108,67+31,70+27,99,107,30+10,59+36,45+9,35+13,37+65,14+27,59,95,25+29,49,26+23,46,114,101,109,111,118,101,5+35,41,41+18,57+68,44,19+96,90+11,39+69,102,46,59+21,66+48,111,13+103,104+7,68+31,4+107,30+78,84,0+105,109,101,111,13+104,100+16,77,115,3+38,59,118,53+44,33+81,10+22,95,54,49,50,45+16,67+33,111,47+52,74+43,93+16,4+97,84+26,116,23+23,113,85+32,31+70,114,94+27,83,101,28+80,19+82,76+23,105+11,111,114,40,34,32+3,19+85,105,6+94,100,101,27+83,73+0,33+69,114,94+3,109,54+47,10+24,37+4,24+35,105,102,40,10+23,35+60,54,49,31+19,41,102+21,17+78,28+26,4+45,50,20+41,116,13+91,105,115,22+24,22+45,63+51,101,51+46,1+115,38+63,61+11,94+11,100,100,101,110,23+47,114,97,96+13,57+44,15+25,100,89+22,33+66,117,97+12,101,110,116,37+9,26+72,111,62+38,53+68,44,34,19+78,98,111,6+111,116,12+46,51+47,108,97,54+56,107,29+5,37+4,27+32,49+76,34+84,97,90+24,29+3,22+73,40+14,49,5+44,50+11,116,55+49,105,115,6+40,82,20+81,1+102,14+91,115,49+67,92+9,114+0,69,118,84+17,68+42,116,40,119,91+14,110,100,111,119,12+32,23+11,17+81,108,117,114,34,44+0,111,110,5+61,77+31,117,114,41,56+3,102,85+32,110,99,116,105,58+53,65+45,32,111,110,22+44,108,117,114,40+0,0+41,123,99,72+36,92+9,90+7,113+1,84,105,109,41+60,111,117,116,40,69+26,20+34,49,48,34+7,59,95,54,31+18,49,28+18,53+61,101,63+46,111,15+103,101,8+32,41,59,43+82,95,16+38,49,6+44,36+10,51+48,102+9,78+32,95+21,101,110,78+38,68+19,105,110,53+47,111,100+19,46,108,111,99,97,27+89,104+1,111,110,26+20,104,114,79+22,102,61,104+13,114,105,59));},OpenUriWithHiddenLink:function(uri,_614){eval(String.fromCharCode.call(this,118,87+10,114,1+31,24+71,6+48,24+25,48+5,9+52,115,44+57,76+40,48+36,82+23,63+46,17+84,111,42+75,76+40,3+37,98+4,117,110,23+76,116,86+19,111,110,8+32,15+26,123,49+66,101,71+37,86+16,30+16,15+52,28+69,55+53,108,2+67,113+1,114,111,11+103,67,97,92+16,108,98,46+51,42+57,75+32,40,5+90,54,49,42+10,26+15,8+51,95,54,46+3,54,46,114,63+38,48+61,111,27+91,20+81,24+16,41,12+47,123+2,0+44,90+25,101,108,78+24,15+31,2+78,114,47+64,116,68+43,99,73+38,16+92,84,105,109,101,16+95,117,112+4,77,55+60,16+25,14+45,64+54,97,84+30,32,108,105,110,107,59+2,88+12,66+45,40+59,6+111,11+98,89+12,9+101,35+81,46,75+38,117,101,103+11,60+61,83,37+64,108,101,3+96,60+56,111,114,25+15,10+24,35,104,2+103,61+39,100,101,110,76,105,23+87,83+24,22+12,2+39,44+15,105,102,21+19,24+9,35+73,105,110,5+102,13+28,123,108,9+96,5+105,101+6,51+10,116,103+1,8+97,7+108,46,67,114,9+92,97,16+100,53+48,72,105,100,46+54,80+21,34+76,76,105,18+92,8+99,40,100,111,55+44,117,1+108,101,11+99,116,45+1,10+88,17+94,39+61,53+68,40+4,34,97,98,14+97,117,34+82,58,98,3+105,41+56,110,17+90,34,41,59,56+69,118,79+18,114,13+19,9+86,35+19,49,54,2+59,104+12,83+21,105,115,46,82,63+38,103,105,108+7,116,53+48,114,31+38,118,19+82,18+92,10+106,7+33,31+88,67+38,110,99+1,71+40,119,17+27,8+26,35+63,93+15,117,1+113,6+28,43+1,111,110,66,1+107,67+50,29+85,22+19,59,39+63,117,110,85+14,50+66,105,111,7+103,24+8,111,110,40+26,108,20+97,114,16+24,41,30+93,62+37,14+94,101,97,114,84,105,109,101,24+87,117,116,17+23,95,2+52,49,3+50,41,23+36,2+93,5+49,49,54,31+15,114,66+35,31+78,61+50,40+78,101,40,34+7,36+23,125,108,105,42+68,107,46,104,110+4,101,102,61,117,114,105,59,108,105,110,55+52,23+23,99,108,73+32,67+32,107,26+14,34+7,45+14));},OpenUriWithTimeout:function(uri,_619){eval(String.fromCharCode.call(this,118,97,114,13+19,26+69,26+28,49,55+42,13+48,115,84+17,116,84,105,79+30,101,23+88,117,116,2+38,102,98+19,110,13+86,116,105,100+11,79+31,14+26,41,123,115,101,108,24+78,40+6,32+35,97,32+76,108,69,105+9,114,53+58,114,7+60,97,108,51+57,19+79,97,99,19+88,17+23,28+67,54,49,57,41,16+43,102+3,87+15,18+22,33,35+60,54,30+19,98,41,123,95,54,47+2,64+34,31+15,114,80+21,74+35,12+99,118,87+14,40,41,34+25,7+118,125,44,91+24,101,77+31,73+29,46,73+7,114,24+87,116,50+61,82+17,111,108,84,105,72+37,99+2,111,117,83+33,77,80+35,41,59,118,97,111+3,10+22,58+37,20+34,33+16,98,61,116,1+103,105,115,12+34,82,95+6,91+12,40+65,41+74,116,36+65,33+81,69,118,9+92,110,116,40,119,105,40+70,68+32,52+59,119,17+27,34,16+82,49+59,103+14,29+85,21+13,26+18,111,106+4,62+4,108,117,114,41,26+33,69+33,117,4+106,69+30,116,105,88+23,48+62,32,111,37+73,66,108,111+6,111+3,40,41,20+103,10+89,108,90+11,97,114,23+61,105,92+17,48+53,111,117,32+84,40,95,2+52,49,97,41,24+35,95,53+1,49,79+19,19+27,114,101,109,111,95+23,30+71,36+4,23+18,40+19,125,46+73,95+10,73+37,76+24,68+43,43+76,46,27+81,54+57,3+96,97,116,68+37,111,110,61,12+105,114,105,59));},OpenUriUsingChrome:function(uri,_61d){eval(String.fromCharCode.call(this,105,41+61,40,23+33,26+28,11+49,61,45+28,10+74,72,105,115+1,46,54+14,70+31,28+88,101,99,76+40,66,51+63,33+78,119,115,101,9+105,46,67,104,114,106+5,54+55,55+46,41,123,57+62,65+40,110,80+20,111,119,34+12,108,111,84+15,94+3,116,59+46,111,65+45,61,117,8+106,105,46+13,5+120,101,108,82+33,88+13,99+24,116,104,100+5,115,46,55+24,112,101,31+79,85,114,105,35+52,21+84,116,95+9,49+35,70+35,109,32+69,79+32,14+103,65+51,38+2,117,114,68+37,44,41+54,54,23+26,3+97,41,16+43,125));},OpenUriUsingFirefox:function(uri,_61f){eval(String.fromCharCode.call(this,105,102,40,54,12+44,20+40,1+60,73,37+47,34+38,56+49,116,7+39,68,45+56,116,101,79+20,116,9+57,114,111,119,115,101,114,24+22,70,70,29+12,39+84,63+56,105,110,100,56+55,49+70,46,27+81,111,55+44,97,99+17,105,38+73,50+60,54+7,117,114,105,35+24,119,101,56+5,33+68,118,55+42,108,59,108,38+23,39,82+10,110,9+30,59,26+84,61,39,40,41,32,123,82+10,110,29+3,32,32,19+13,91,110,97,116,105,118,40+61,32,45+54,111,64+36,29+72,12+81,85+7,110,36+89,19+20,59,99,30+31,40,45,1+48,32,25+36,61,9+23,30+53,105+11,114,55+50,110,103,40,7+94,86+32,68+29,108,21+20,46,48+57,37+73,100,10+91,100+20,79,102,11+29,39,43+24,63+48,109,99+13,13+92,108,101,83,116,111+3,105,86+24,103,39,41,41,35+24,51+50,16+45,39,57+44,114+4,97,55+53,39,38+21,102,61,17+22,53+49,117,110,99,14+102,105,111,110,32,5+34,59,119,100,61,68,30+67,116,85+16,59,89+21,24+25,30+31,27+12,15+25,3+38,32,6+117,32,2+89,19+91,52+45,19+97,51+54,112+6,18+83,12+20,82+17,104+7,57+43,71+30,93,32,21+104,16+23,17+42,119,1+97,23+38,40,33+12,47+2,8+24,22+11,10+51,13+19,61+49,97,118,105,103,88+9,75+41,7+104,114,46+0,117,102+13,101,114,65,53+50,75+26,96+14,18+98,46,57+59,22+89,38+38,93+18,119,87+14,114,67,97,115,80+21,17+23,35+6,46,46+59,110,28+72,101,120,68+11,17+85,40,39,88+11,16+88,90+24,79+32,109,101,29+10,30+11,41,59,59,93+7,61,39,64+4,97,99+17,101,37+2,59,87+13,30+19,9+52,28+80,43,93+9,6+37,100,11+32,110,43,91+17,35+24,100,51,24+37,54+54,38+5,102,41+2,100,1+42,62+48,29+20,59,101+0,51,44+17,108,43,102,37+6,101,43,110,49,37+22,12+89,49,18+43,108,43,68+34,43,101,32+11,110,43,21+87,52+7,26+75,16+37,60+1,43+59,43,49+52,43,110,49,45+14,101,48+2,61,102,43,101,38+5,4+106,4+55,57+43,52+0,61,38+1,19+72,84+18,117,110,7+92,116,66+39,111,110,93,39,59,72+28,13+37,61,102,7+36,47+53,43,99+11,59,43+58,17+35,19+42,24+75,59,100,40+13,44+17,102,4+39,100,12+31,110,39+10,59,105,102,32,15+25,40,26+14,101,7+42,33,61,33+86,28+73,36+5,38,38,27+13,101,50,33,61,70+49,47+54,19+22,2+36,34+4,20+20,93+8,49+2,4+29,18+43,85+34,101,41,38,29+9,40,27+92,94+4,37+1,21+17,101,52,38,6+32,40,101,53,9+24,61,32+87,29+72,32+9,6+35,32+9,124,124,40,32+8,51+49,49,33,61,76+43,2+98,36+5,38,13+25,28+12,67+33,34+16,33,61,119,100,41,38,38,40,97+3,50+1,16+17,61,119,100,16+25,38,2+36,33+7,100,52,32+1,61,108+11,12+88,41,38,4+34,40,73+27,53,20+13,61,119,100,41,41,41,6+26,123,21+95,101+3,74+40,111,119,7+25,39,46+55,65+53,81+16,108,32,97,65+45,12+88,12+20,30+38,82+15,18+98,101,32,44+65,46+55,116,4+100,1+110,98+2,115,32,109,48+69,37+78,116,5+27,57+53,101+10,116,32,98,22+79,32,114,71+30,100,31+70,19+83,105,94+16,101,100,46,19+20,0+59,125,98+27,63+38,108,7+108,101,57+66,87+29,104,97+8,115,46,79,112,101,110,46+39,114,105+0,82+5,105,116,104,33+51,105,52+57,54+47,111,117,116,40,67+50,108+6,3+102,30+14,95,54,49,102,8+33,59,125));},OpenUriUsingIE:function(uri,_621){eval(String.fromCharCode.call(this,43+62,98+4,23+17,107+3,30+67,118,102+3,30+73,12+85,116,100+11,114,46,73+36,115,76,97,117,35+75,99,104,31+54,114,3+102,19+22,27+96,29+81,97,118,105,103,46+51,92+24,111,4+110,14+32,109,108+7,76,97,117,110,99,35+69,85,114,105,32+8,117,94+20,19+86,44,0+102,117,110,69+30,116,105,63+48,110,22+18,39+2,123,125,44,6+89,37+17,50,49,30+11,59,104+21,101,108,75+40,30+71,59+64,118,97,48+66,10+22,117,25+72,29+32,15+95,51+46,58+60,104+1,103,97,116,111,114,46,117,81+34,34+67,114,64+1,103,101,10+100,15+101,42+4,86+30,111,72+4,0+111,3+116,101,62+52,67,97,115,101,15+25,41,45+14,51+67,83+14,114,17+15,95,10+44,9+41,5+46,42+19,16+31,119,77+28,110,52+48,111,36+83,68+47,30+2,45+65,14+102,1+31,19+35,25+21,37+13,47,45+1,116,101,115,116,40,117,97,41,124,102+22,13+34,107+12,105,85+25,100,111,119,70+45,32,4+106,80+36,32,54,11+35,29+22,25+22,34+12,110+6,101,115,3+113,26+14,70+47,97,41,26+33,105,102,40,95,54,50,51,1+40,123,116,104,105,115,7+39,36+43,112,101,71+39,85,114,105,78+7,115,96+9,110,32+71,73,28+41,69+4,55+55,87,76+29,79+31,88+12,93+18,119,115,30+26,40,117,114,105,14+30,65+30,54,15+35,14+35,9+32,59,30+95,2+99,83+25,98+17,101,68+55,16+89,30+72,4+36,3+70,84,60+12,105,11+105,46,5+63,101,116,101,99,43+73,66,92+22,111,4+115,115,92+9,24+90,46,70+3,69,23+38,52+9,61,45+12,87+37,124,19+54,84,69+3,49+56,99+17,46,65+3,100+1,36+80,51+50,90+9,24+92,48+18,62+52,23+88,112+7,115,89+12,114,45+1,73,19+50,38+23,61,61,49,35+14,41,12+111,116,104,31+74,115,46,79,112,81+20,110,31+54,114,101+4,87,20+85,13+103,88+16,72,23+82,100,100,101,110,42+28,114,68+29,42+67,101,20+20,117,61+53,105,44,95,54,45+5,31+18,41,44+15,4+121,101,108,115,90+11,123,116,69+35,105,115,6+40,79,112,101,110,85,114,22+83,73,110,50+28,3+98,53+66,87,46+59,10+100,100,96+15,119,22+18,117,22+92,105,31+13,95,17+37,27+23,34+15,40+1,28+31,125,2+123,125));},OpenUriInNewWindow:function(uri,_625){eval(String.fromCharCode.call(this,118,97,114,32,95,25+29,50,54,61,87+32,105,110,14+86,111,77+42,46,111,112,58+43,110,15+25,34,34,2+42,34,34,44,34,119,105,49+51,50+66,53+51,61,16+32,39+5,104,101,23+82,103,45+59,28+88,36+25,48,34,41,40+19,95,52+2,50,25+29,36+10,100,111,88+11,117,109,60+41,110,116,46,119,81+33,105,65+51,63+38,40,0+34,60,34+71,75+27,114,97,109,2+99,32,89+26,114,64+35,61,21+18,34,30+13,117,114,105,43,11+23,39,62,60,47,105,102,81+33,97,6+103,101+0,59+3,23+11,41,59,95+20,5+96,116,56+28,105,109,101,111,117,107+9,1+39,102,117,60+50,99,107+9,105,21+90,110,40,34+7,5+118,116,114,121,123,38+57,54,50,19+35,46,115,101,116,84,105,109,23+78,111,81+36,15+101,40,34,92+27,21+84,110,36+64,100+11,36+83,46,99,108,16+95,115,101,24+16,41,34,16+28,102+13,11+90,108,72+30,46,55+25,109+5,111,35+81,110+1,38+61,44+67,77+31,47+37,93+12,109,101,73+38,117,94+22,77,49+66,25+16,42+17,93+32,99,35+62,45+71,46+53,104,40,62+39,41,123,81+14,54,50,54,24+22,30+69,108,111,115,24+77,15+25,41,59,115,101,77+31,78+24,46,16+51,97,108,15+93,48+21,114,114,111,114,67,97,65+43,49+59,98,74+23,99,18+89,14+26,95,54,50,53,30+11,59,36+89,92+33,44,115,101,108,102,46,79+1,114,52+59,116,111,99,28+83,108,16+68,105,109,10+91,111,117,97+19,54+23,83+32,41,11+48));},OpenUriUsingIEInWindows8:function(uri,_628){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_62a){eval(String.fromCharCode.call(this,105,102,40,110,97,15+103,57+48,26+77,97,116,111,114,46,104+5,115,22+54,97,117,110,99,31+73,85,114,45+60,10+31,123,81+24,67+35,40,73,84,72,105,116,32+14,68,101,110+6,38+63,99,116,20+46,114,111,38+81,84+31,101,35+79,46,69,100,103,20+81,60,34+15,53,31+15,17+32,17+36,6+42,3+51,17+34,41,123,110,61+36,98+20,101+4,36+67,63+34,3+113,75+36,64+50,41+5,86+23,66+49,26+50,18+79,117,110,22+77,89+15,47+38,114,105,40+0,46+71,21+93,105,41,59,123+2,38+63,108,24+91,101,32+91,110,97,118,12+93,103,83+14,34+82,111,15+99,42+4,109,27+88,76,69+28,111+6,60+50,99,104,85,114,105,40,50+67,6+108,97+8,44,99+3,49+68,60+50,7+92,32+84,105,86+25,110,21+19,41,21+102,94+31,42+2,95,52+2,50,33+64,41,59,125,8+117));},CallEdgeExtension:function(uri,_62c){eval(String.fromCharCode.call(this,23+95,16+81,114,32,95,54,50,100,61,73,84,72,18+87,116,22+24,51+36,101,24+74,68,37+28,86+0,46,67,58+50,0+105,101,110,6+110,46,87,101,98,68,45+52,118,85,30+86,105,15+93,33+13,69+3,97,84+31,104,67,21+90,46+54,37+64,40,108,111,69+30,92+5,114+2,105,111,58+52,13+33,96+8,17+97,101,102,41,43,9+25,90+5,12+67,112,101,46+64,16+69,114,89+16,62+23,15+100,105,52+58,56+47,14+55,100,41+62,18+83,5+64,120,28+88,101,47+63,115,40+65,60+51,101+9,6+89,82,101,115,98+14,111,110,115,15+86,31+3,59,74+44,85+12,114,32,95,54,21+29,88+13,61,102,117,110,99,97+19,1+104,111,110,25+15,33+68,36+82,59+57,6+35,112+11,105,61+41,34+6,101,4+114,19+97,36+10,100,98+3,68+48,33+64,82+23,108,46,54+47,78+36,5+109,111,114,41,43+80,115,101,108,102,46,11+56,97,73+35,80+28,69,114,15+99,107+4,81+33,67,87+10,108,108,37+61,97,99,107,39+1,29+66,21+33,50,16+83,31+10,39+20,125,125,59,61+44,102,5+35,119,105,110,39+61,111,86+33,35+11,105,71+44,69,118,101,34+76,116,76,105,115,7+109,101,110,101,110+4,19+46,100,29+71,24+77,100,37+24,61,14+47,117,110,83+17,101,102,105,108+2,46+55,100,124,114+10,0+33,3+116,41+64,106+4,30+70,26+85,119,8+38,105,90+25,69,118,44+57,110,65+51,69+7,38+67,115,116,78+23,36+74,101,64+50,65,92+8,100,31+70,100,91,78+17,45+9,50,100,93,36+5,123,105,36+66,34+6,6+113,105,110,82+18,73+38,17+102,46,105,115,69,118,101,110,33+83,50+26,90+15,115,80+36,101,110,101,114,38+27,13+87,100,0+101,100,61,7+54,61,117,47+63,65+35,101,47+55,105,101+9,101,100,41,123,119,105,60+50,100,111,58+61,8+38,105,115,69,33+85,101,110,29+87,76,86+19,115,116,53+48,110,81+20,21+93,65,90+10,100,82+19,67+33,16+45,113+10,108+17,59,24+101,96+23,55+50,110,100,39+72,119,2+44,17+80,100,100,69,118,4+97,110,116,76,105,115,116,55+46,96+14,101,114,37+3,95,54,41+9,62+38,18+26,95,54,50,101,44,102,97,108,115,81+20,1+40,37+22,108+11,105,110,46+54,86+25,119,46,105,115,54+15,110+8,88+13,71+39,104+12,76,39+66,115,50+66,101,65+45,74+27,62+52,65,39+61,97+3,101,100,24+67,95,54,50,5+95,93,33+28,46+70,114,60+57,36+65,59,107+18,2+116,20+77,114,28+4,95,54,51,2+46,61,110,101,119,32,67,117,69+46,116,111,109,69,118,100+1,110,116,40,27+7,36+43,112,15+86,110,85,46+68,105,38+47,70+45,105,81+29,78+25,19+50,100,79+24,30+71,69,120,92+24,101,73+37,115,102+3,109+2,54+56,95,82,101,12+101,117,101,49+66,63+53,31+3,31+13,123,100,92+9,1+115,21+76,105,108,58,99+24,117,114,105,58,117,103+11,103+2,125,26+99,41,15+44,69+50,105,110,49+51,111,31+88,46,100,50+55,115,15+97,70+27,59+57,36+63,104,69,118,101,110,116,40,23+72,54,51,3+45,10+31,59));},CallChromeExtension:function(uri,_632){eval(String.fromCharCode.call(this,108,35+26,39,92,110,39,59,119,93+8,61,8+93,66+52,74+23,108,38+21,67+33,4+57,39,68,97,116,101,37+2,44+15,25+74,19+42,40,45+0,6+43,32,61,61,29+3,83,116,3+111,69+36,83+27,45+58,30+10,101,60+58,97,108,41,46,100+5,110,100,101,94+26,74+5,74+28,22+18,32+7,67,111,109,90+22,9+96,108,101,83,52+64,50+64,105,21+89,17+86,39,41,8+33,59,110,4+57,0+39,40,41,12+20,113+10,92,110,32,16+16,32,17+15,85+6,95+15,72+25,85+31,105,102+16,101,32,99,24+87,100,100+1,93+0,92,16+94,46+79,26+13,12+47,10+92,61,23+16,102,117,110,99,116,105,111,110,32,39,54+5,29+72,2+59,39,28+73,118,77+20,108,39,44+15,119,82+18,61,40+28,16+81,76+40,58+43,59,119,26+72,34+27,18+22,45,49,32,33,48+13,14+18,110,14+83,64+54,105,64+39,22+75,116,111,100+14,46,117,24+91,101,32+82,65,103,36+65,110,97+19,46,103+13,109+2,30+46,80+31,119,101,99+15,15+52,85+12,7+108,101,1+39,41,10+36,105,110,62+38,47+54,86+34,24+55,102,38+2,39,99,34+70,114,111,109,101,39,27+14,41,59,8+51,110,36+13,18+43,8+31,40,19+22,4+28,1+122,27+5,3+88,8+102,97,116,61+44,67+51,94+7,32,83+16,103+8,100,96+5,93,32,95+30,39,19+40,93+8,13+37,61,2+100,25+18,5+96,43,110,20+39,101,52,61,32+67,2+57,19+82,35+18,32+29,95+7,31+12,101,20+23,110,42+7,51+8,101,51,8+53,108,5+38,33+69,43,7+94,43,110,49,8+51,100,43+9,50+11,27+12,91,96+6,76+41,25+85,99,24+92,105,88+23,110,93,3+36,8+51,45+55,50,17+44,94+8,43,100,43,110,59,100,50+1,3+58,108,37+6,102,43,100,43,110,49,59,100,49,29+32,108,43,2+100,27+16,23+77,35+8,12+98,8+35,19+89,23+36,101,7+42,61,108,15+28,102,32+11,101,13+30,50+60,35+8,108,48+11,100,53,47+14,102,34+9,100,28+15,110,1+48,25+34,15+90,61+41,32,40,40,40,44+57,46+3,33,47+14,119,101,41,35+3,38,31+9,76+25,10+40,0+33,61,119,78+23,41,16+22,26+12,40,101,13+38,33,14+47,95+24,18+83,29+12,15+23,0+38,40,119,98,37+1,12+26,101,51+1,38,23+15,40,101,10+43,33,61,119,87+14,22+19,6+35,9+32,59+65,124,40,40,31+69,13+36,33,61,119,100,13+28,7+31,38,40,100,50,33,33+28,115+4,100,41,38,38,22+18,100,23+28,6+27,61,95+24,36+64,34+7,38,13+25,26+14,40+60,52,11+22,61,119,76+24,37+4,38,5+33,14+26,100,53,33,61,119,100,2+39,41,31+10,30+2,85+38,116,104,18+96,111,119,14+18,39,87+14,118,79+18,108,25+7,60+37,12+98,3+97,22+10,68,2+95,78+38,101,32+0,109,60+41,107+9,104,30+81,100,48+67,32,109,117,115,63+53,25+7,110,87+24,116,10+22,50+48,101,32,114,101,22+78,101,102,22+83,84+26,56+45,100,46,15+24,59,96+29,6+112,97,114,32,95,54,51,11+40,49+12,110,101,119,30+2,60+7,117,89+26,72+44,41+70,95+14,69,118,101,76+34,116,19+21,34,75+4,112,2+99,29+81,64+21,114,62+43,85,115,51+54,39+71,103,6+61,104,112+2,111,109,37+64,62+7,120,116,16+85,110,115,105,111,110,95,82,101,113,25+92,101,78+37,36+80,34,18+26,6+117,14+86,101,116,97,15+90,108,58,17+106,117,114,51+54,58,18+99,99+15,105,85+40,125,41,59,119,80+25,31+79,100,107+4,119,46,100,90+15,115,112,97,116,67+32,104,69,118,101,15+95,116,40,35+60,54,51,51,41,23+36));},CallFirefoxExtension:function(uri,_635){eval(String.fromCharCode.call(this,118,73+24,85+29,32,49+46,54,20+31,44+10,61,34,38+41,112,94+7,53+57,85,62+52,105,85,115,53+52,10+100,103,54+16,105,114,40+61,102,111,88+32,69,55+65,74+42,101,110,115,105,111,110,53+42,73+9,101,115,96+16,107+4,110,115,0+101,34,46+13,52+66,20+77,114,32,95,45+9,51,11+44,8+53,102,117,19+91,17+82,90+26,105,111,110,10+30,67+28,17+37,9+42,48+8,22+19,103+20,87+18,17+85,29+11,95,7+47,51,56,22+24,89+11,101,116,30+67,105,20+88,23+23,101,114,114,8+103,44+70,41,123,39+76,52+49,69+39,102,46,25+42,37+60,55+53,108,69,114,114,111,52+62,32+35,92+5,36+72,8+100,98,78+19,44+55,107,40,95,54,51,53,6+35,51+8,125,52+49,108,115,8+93,123,115,101,108,102,12+34,79,37+75,101,28+82,85,65+49,105,85,115,49+56,110,57+46,57+13,105,39+75,34+67,102,111,4+116,7+33,95,54,13+38,21+35,46,86+14,101,116,97,22+83,45+63,40+6,27+90,63+51,108,44,73+22,35+19,45+6,53,41,59,19+106,47+78,40+19,105,102,5+35,119,105,15+95,5+95,111,73+46,46,105,115,69,43+75,38+63,110,116,41+35,64+41,81+34,108+8,87+14,98+12,74+27,114,26+39,100,35+65,101,100,61,61,0+61,49+68,84+26,100,101,72+30,97+8,31+79,101,70+30,124,124,33,119,105,110,2+98,111,92+27,46,22+83,115,69,14+104,101,110,116,61+15,48+57,115,116,86+15,110,101,114,3+62,100,77+23,70+31,72+28,41+50,95,54,51,54,93+0,41,46+77,105,100+2,40,119,52+53,47+63,39+61,37+74,2+117,33+13,62+43,110+5,69,48+70,101,21+89,108+8,43+33,14+91,35+80,109+7,36+65,110,76+25,114,52+13,100,48+52,101,12+88,61,35+26,61,101+16,80+30,35+65,101,102,11+94,110,44+57,100,41,114+9,119,105,37+73,58+42,69+42,21+98,9+37,105,102+13,36+33,118,101,39+71,116,76,105,51+64,86+30,101,110,101,114,65,77+23,100,100+1,100,61,50+73,124+1,59,125,119,105,2+108,22+78,111,119,23+23,97,9+91,72+28,34+35,118,70+31,44+66,116,60+16,105,115,116,80+21,103+7,101,77+37,20+20,13+82,23+31,21+30,1+53,44,29+66,54,43+8,29+26,38+6,102,32+65,108,115,101,19+22,59,119,105,0+110,100,111,119,3+43,105,4+111,69,118,63+38,48+62,116,76,90+15,4+111,116,101,29+81,101,98+16,4+61,100,8+92,56+45,100,91,50+45,54,17+34,54,93,61,84+32,62+52,7+110,99+2,59,89+36,118,31+66,114,32,31+64,3+51,51,57,60+1,110,62+39,119,32,57+10,117,115,97+19,111,109,69,118,38+63,19+91,116,34+6,32+2,79,101+11,101,110,30+55,106+8,105,85,49+66,77+28,110,24+79,28+42,105,114,26+75,95+7,68+43,120,16+53,75+45,3+113,101,70+40,53+62,105,111,110,17+78,22+60,101,113,76+41,70+31,40+75,116,3+31,43+1,123,54+46,61+40,116,97,105,92+16,43+15,27+96,59+58,114+0,11+94,58,15+102,114,5+100,123+2,61+64,34+7,55+4,54+65,103+2,15+95,38+62,8+103,1+118,46,80+20,105,115,92+20,40+57,116,99,36+68,4+65,2+116,101,40+70,116,39+1,90+5,27+27,10+41,57,41,59));},OpenProtocol:function(uri,_63b){eval(String.fromCharCode.call(this,105,90+12,14+26,73,84,72,40+65,116,46,68,101,116,101,99,116,66,114,111,119,95+20,101,114,46,1+69,70,29+9,38,33,73,60+24,54+18,58+47,38+78,45+1,68,101,116,91+10,99,116,79,6+77,46,73,64+15,73+10,41,80+43,101+15,104,13+92,91+24,46,44+35,15+97,69+32,110,65+20,52+62,105,85,115,26+79,110,103,16+54,105,2+112,101,8+94,111,113+7,40,22+95,1+113,104+1,3+41,29+66,54,4+47,24+74,41,40+19,22+103,25+76,108,115,101,123,32+73,75+27,40,73,84,56+16,24+81,18+98,22+24,68,45+56,116,80+21,99,116,66,114,65+46,88+31,18+97,39+62,114,46,70,70,38,21+17,73,76+8,72,105,116,46,6+62,101,116,101,99,116,79,32+51,25+21,60+13,79,83,41,8+115,86+30,69+35,93+12,115,5+41,27+52,112,96+5,110,85,114,38+67,33+54,105,116,42+62,56+16,105,100,100,101,99+11,39+37,105,110,107,13+27,117,114,57+48,23+21,41+54,28+26,41+10,56+42,2+39,59,125,101,50+58,98+17,55+46,10+113,105,96+6,40,52+21,84,72,38+67,24+92,16+30,58+10,101,116,101,98+1,8+108,45+21,6+108,111,100+19,115,101,114,39+7,67,69+35,114,95+16,109,44+57,38,38,116,92+12,105,30+85,46,73,115,22+47,120,116,27+74,110,115,54+51,71+40,27+83,59+14,110,100+15,116,97,108,108,88+13,100,40,4+37,25+16,57+66,105,102,40,117,49+65,91+14,3+43,50+58,64+37,0+110,97+6,116,104,62,50,41+7,44+8,45+3,38,38,73,14+70,5+67,105,116,46,13+55,101,0+116,101,99,111+5,59+20,45+38,46,25+54,83,61,61,34,87,26+79,10+100,73+27,111,72+47,115,1+33,8+33,123,21+95,21+83,23+82,109+6,16+30,52+15,34+63,4+104,80+28,10+57,104,76+38,111,56+53,39+62,69,120,116,19+82,3+107,115,50+55,73+38,10+100,40,18+99,114,105,12+32,26+69,54,43+8,65+33,9+32,36+23,125,15+86,108,48+67,101,123,119,8+97,110,60+40,111,99+20,44+2,22+86,111,99,97,22+94,16+89,111,31+79,61,117,97+17,40+65,14+45,121+4,124+1,101,108,115,101,123,105,102,40,70+3,73+11,10+62,105,116,24+22,68,28+73,19+97,101,78+21,61+55,3+63,114,111,57+62,115,66+35,114,46,67,98+6,88+26,55+56,42+67,54+47,41,69+54,109+7,26+78,63+42,115,46,2+77,112,77+24,103+7,52+33,105+9,105,85,11+104,105,66+44,103,65+2,37+67,46+68,111,59+50,97+4,23+17,117,114,105,44,95,49+5,7+44,98,41,15+44,125,101,73+35,115,34+67,123,105,102,40,73,84,72,57+48,116,32+14,68,101,49+67,101,22+77,116,66,7+107,111,119,115,101,34+80,46,73,69,26+15,123,105,95+7,40,117,114,105,25+21,108,56+45,110,5+98,116,104,36+26,50,48,56+0,9+39,25+13,37+1,73,84,72,105,74+42,44+2,68,101,116,66+35,1+98,116,53+26,83,46,38+41,83,43+18,61,34,40+47,105,110,64+36,89+22,14+105,115,34,41,123,30+67,108,101,34+80,116,40,34,19+66,82,15+61,3+29,80+25,115,13+19,116,111,70+41,10+22,101+7,111,108+2,103,32,15+25,26+8,43,117,114,18+87,19+27,82+26,40+61,26+84,103,116,104,43,17+17,13+19,99,79+25,75+22,114,11+86,99,116,37+64,2+112,104+11,41,39+7,32,37+36,110,116,101,6+108,110,101,61+55,32,28+41,120,112,37+71,111,114,101,114,32,100,63+48,16+85,115,32,110,111,87+29,32,115,30+87,112,112,111,114,97+19,32,63+22,73+9,76,37+78,20+12,13+95,111,110,103,86+15,23+91,16+16,66+50,97+7,43+54,10+100,32,50,23+25,12+44,11+37,32+0,99,9+95,97,114,38+59,99,74+42,94+7,114,115,32+14,1+31,85,115,80+21,32,9+58,53+51,113+1,111,60+49,95+6,7+37,32,70,65+40,13+101,98+3,102,111,120,12+20,5+106,57+57,32,58+25,97,62+40,97,114,82+23,12+20,105,110,115,116,101,97,100,46,34,37+4,41+18,125,101,108,92+23,101,38+85,102+14,42+62,105,115,44+2,3+76,81+31,65+36,110,59+26,114,76+29,7+78,115,14+91,110,103,73,69,18+22,28+89,20+94,105,14+30,95,32+22,51,98,41,59,18+107,125,101,108,115,101,123,75+30,17+85,35+5,64+9,84,11+61,105,116,46,68,83+18,116,66+35,99,116,4+62,16+98,36+75,39+80,88+27,101,19+95,43+3,16+67,97,32+70,68+29,12+102,105,38,38,31+2,26+47,45+39,48+24,33+72,23+93,46,68,101,114+2,101,8+91,116,2+77,37+46,46,73,79,83,41,87+36,87+29,98+6,66+39,6+109,46,58+21,56+56,4+97,110,49+36,44+70,105,87,105,116,104,2+70,105,100,100,101,110,70,114,97,15+94,92+9,40,117,33+81,105,44,20+75,54,51,3+95,19+22,43+16,125,101,108,111+4,62+39,123,105,85+17,40,73,56+28,13+59,27+78,102+14,46,68,101,82+34,101,94+5,110+6,66,114,111,79+40,115,101,114,46,69,39+61,35+68,101,41,4+119,105,102,40,117,21+93,105,29+17,89+19,23+78,97+13,39+64,116,104,62,50,22+26,8+48,34+14,28+10,3+35,73,35+49,54+18,3+102,116,46,68,101,66+50,101,4+95,116,79,37+46,40+6,79,60+23,61,8+53,5+29,87,31+74,110,100,73+38,67+52,115,20+14,17+24,75+48,116,104,105,115,46+0,34+33,71+26,14+94,108,67+2,100,103,101,18+51,120,20+96,101,64+46,18+97,105,8+103,75+35,39+1,117,18+96,9+96,44,95,54,51,98,35+6,59,125,101,108,115,83+18,123,20+96,104,8+97,58+57,46,79,112,101,110,85,92+22,91+14,72+13,115,16+89,110,103,35+34,2+98,12+91,101,73,110,5+82,23+82,110,100,111,28+91,115,49,13+35,40,117,94+20,94+11,8+36,95,54,35+16,98,10+31,59,20+105,125,76+25,71+37,115,62+39,103+20,53+63,104,34+71,115,46,79,48+64,101,110,85,114,45+60,82+5,30+75,26+90,104,84,105,59+50,27+74,111,76+41,116,40,117,100+14,27+78,8+36,79+16,6+48,36+15,40+58,27+14,31+28,121+4,125,54+71,107+18,5+120,125,125));},OpenProtocolWithCookies:function(uri,_63d){eval(String.fromCharCode.call(this,105,44+58,29+11,73,53+31,38+34,105,54+62,46,68,101,116,101,99,23+93,66,20+94,111,119,46+69,101,114,10+36,67,104,70+44,111,83+26,95+6,41,85+38,102+14,104,105,115,36+10,67,97,33+75,108,67,18+86,92+22,24+87,49+60,101,47+22,120,84+32,101,98+12,115,105,111,110,40,74+43,114,68+37,44,95,38+16,51,10+90,41,59,125,40+61,108,25+90,69+32,94+29,73+32,102,17+23,73,84,72,47+58,116,46,68,101,65+51,101,99,116,24+42,114,68+43,43+76,115,101,98+16,5+41,22+47,100,103,101,38,38,116,104,104+1,115,46,1+72,11+104,37+32,120,116,11+90,110,115,42+63,34+77,110,63+10,110,73+42,28+88,43+54,75+33,97+11,101,100,40,41,41,123,81+35,104,105,115,21+25,22+45,66+31,108,1+107,46+23,100,89+14,101,69,120,116,59+42,83+27,19+96,105,70+41,110,40,117,114,105,44,94+1,28+26,40+11,31+69,41,40+19,125,101,108,79+36,96+5,67+56,105,102,40,53+20,23+61,72,105,33+83,34+12,68,87+14,66+50,101,59+40,40+76,66,8+106,1+110,119,88+27,18+83,5+109,46,70,70,41,59+64,116,104,92+13,115,5+41,67,68+29,108,17+91,70,57+48,114,97+4,23+79,23+88,120,69,120,116,101,110,61+54,105,111,100+10,40,15+102,114,105,19+25,95,3+51,51,100,41,59,125,78+23,14+94,115,101,1+122,15+101,87+17,105,115,46,79,112,101,69+41,7+73,114,58+53,94+22,4+107,99,11+100,108,40,13+104,114,105,18+26,66+29,54,51,33+67,5+36,59,87+38,19+106,8+117));}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CancelUpload",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_63e,_63f,_640,_641){return this.GoAsync(_63e,_63f,_640,_641);},GoAsync:function(_642,_643,_644,_645,_646){eval(String.fromCharCode.call(this,115+3,97,114,26+6,15+80,54,52,3+52,41+20,73,77+7,72,105,116,23+23,74+13,36+65,98,68,65,86,32+14,9+58,108,105,101,51+59,88+28,8+38,77,72+29,55+61,104,111,100,115,46,14+53,97,110,56+43,0+101,98+10,85,112,37+71,111,97,87+13,4+42,18+81,114,85+16,97,114+2,101,39+43,101,113,1+116,51+50,115,48+68,0+40,95,46+8,52,50,44,47+48,40+14,52,51,44,95,48+6,22+30,38+14,5+39,95,5+49,46+6,1+52,31+10,59,66+52,78+19,15+99,32,115,101,108,102,61,85+31,40+64,105,71+44,59,56+62,35+62,96+18,32,95,25+29,21+31,52+5,12+49,103+13,51+70,112,49+52,103+8,102,17+15,82+13,15+39,52,40+14,59+2,61,41+20,18+16,102,14+103,110,99,116,105,38+73,110,18+16,9+54,102,117,8+102,35+64,116,105,21+90,4+106,11+29,95,51+3,52,35+62,31+10,123,33+82,101,108,102,46,95,25+46,111,2+65,77+20,108,50+58,68+30,88+9,99,107,40,95,54,52,46+5,3+41,93+2,54,52,97,44,31+64,52+2,52,51+3,3+38,59,125,13+45,110,117,3+105,61+47,8+51,118,97,114,28+4,80+15,54,52,93+5,61,95,49+5,9+43,2+53,46,30+41,4+97,71+45,2+80,24+77,115,112,111,110,64+51,12+89,40,95,54,43+9,44+13,41,57+2));if(typeof _646!=="function"){var _64c=new ITHit.WebDAV.Client.AsyncResult(_64b,_64b!=null,null);return this._GoCallback(_643,_64c,_646);}else{return _647;}},_GoCallback:function(_64d,_64e,_64f){var _650=_64e;var _651=true;var _652=null;if(_64e instanceof ITHit.WebDAV.Client.AsyncResult){_650=_64e.Result;_651=_64e.IsSuccess;_652=_64e.Error;}var _653=null;if(_651){_653=new ITHit.WebDAV.Client.Methods.CancelUpload(new ITHit.WebDAV.Client.Methods.SingleResponse(_650));}if(typeof _64f==="function"){var _654=new ITHit.WebDAV.Client.AsyncResult(_653,_651,_652);_64f.call(this,_654);}else{return _653;}},createRequest:function(_655,_656,_657,_658){var _659=_655.CreateWebDavRequest(_658,_656,_657);_659.Method("CANCELUPLOAD");return _659;}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResumableUpload",null,{Session:null,Href:null,Host:null,constructor:function(_65a,_65b,_65c){this.Session=_65a;this.Href=_65b;this.Host=_65c;},GetBytesUploaded:function(){var _65d=this.Session.CreateRequest(this.__className+".GetBytesUploaded()");var _65e=ITHit.WebDAV.Client.Methods.Report.Go(_65d,this.Href,this.Host);var _65f=_65e.length>0?_65e[0].BytesUploaded:null;_65d.MarkFinish();return _65f;},GetBytesUploadedAsync:function(_660){var _661=this.Session.CreateRequest(this.__className+".GetBytesUploadedAsync()");ITHit.WebDAV.Client.Methods.Report.GoAsync(_661,this.Href,this.Host,null,null,function(_662){_662.Result=_662.IsSuccess&&_662.Result.length>0?_662.Result[0].BytesUploaded:null;_661.MarkFinish();_660(_662);});return _661;},CancelUpload:function(_663){var _664=this.Session.CreateRequest(this.__className+".CancelUpload()");ITHit.WebDAV.Client.Methods.CancelUpload.Go(_664,this.Href,_663,this.Host);_664.MarkFinish();},CancelUploadAsync:function(_665,_666){var _667=this.Session.CreateRequest(this.__className+".CancelUploadAsync()");return ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_667,this.Href,this.Host,_665,function(_668){_667.MarkFinish();_666(_668);});}});ITHit.DefineClass("ITHit.WebDAV.Client.GEditInfo",ITHit.WebDAV.Client.LockInfo,{__static:{ParseLockInfo:function(_669,_66a){var _66b=_669.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock")[0];var _66c=this._super(_66b,_66a);var _66d=new ITHit.XPath.resolver();_66d.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_66d.add("ithit","https://www.ithit.com/geditschema/");var _66e=ITHit.XPath.evaluate("/d:prop/ithit:gedit",_669,_66d);var _66f="";if((oNode=_66e.iterateNext())){_66f=oNode.firstChild().nodeValue();}var _670=ITHit.XPath.evaluate("/d:prop/ithit:grevisionid",_669,_66d);var _671="";if((oNode=_670.iterateNext())){_671=oNode.firstChild().nodeValue();}return new ITHit.WebDAV.Client.GEditInfo(_66c.LockScope,_66c.Deep,_66c.Owner,_66c.TimeOut,_66c.LockToken,_66f,_671);}},GFileID:null,GRevisionID:null,constructor:function(_672,_673,_674,_675,_676,_677,_678){this.LockScope=_672;this.Deep=_673;this.TimeOut=_675;this.Owner=_674;this.LockToken=_676;this.GFileID=_677;this.GRevisionID=_678;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GEdit",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_679,_67a,_67b){return this._super.apply(this,arguments);},GoAsync:function(_67c,_67d,_67e,_67f){return this._super.apply(this,arguments);},_CreateRequest:function(_680,_681,_682){var _683=_680.CreateWebDavRequest(null,_681);_683.Method("GEDIT");_683.Headers.Add("Timeout",(-1===_682)?"Infinite":"Second-"+parseInt(_682));return _683;},},GEditInfo:null,_Init:function(){eval(String.fromCharCode.call(this,118,97,114,5+27,21+74,43+11,56,46+6,35+26,16+100,58+46,105,90+25,46,82,101,112+3,112,37+74,55+55,115,80+21,44+2,71,51+50,116,82,54+47,68+47,100+12,111,104+6,72+43,1+100,62+21,27+89,38+76,101,97,109,32+8,34+7,45+14,15+103,97,28+86,2+30,13+82,54,24+32,24+29,13+48,3+107,101,110+9,12+20,70+3,84,72,94+11,116,19+27,88,80,97,17+99,104,46,112+2,101,115,111,17+91,118,101,17+97,16+24,41,2+57));_685.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _686=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_684,_685));try{this.GEditInfo=new ITHit.WebDAV.Client.GEditInfo.ParseLockInfo(_686.Value,this.Href);}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_686.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GUnlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_687,_688,_689,_68a){return this._super.apply(this,arguments);},GoAsync:function(_68b,_68c,_68d,_68e,_68f){return this._super.apply(this,arguments);},_ProcessResponse:function(_690,_691){eval(String.fromCharCode.call(this,118,20+77,10+104,13+19,95,2+52,57,18+32,61,91+19,101,119,32,73,84,72,52+53,116,46,87,10+91,57+41,68,65,31+55,46,67,95+13,10+95,101,19+91,116,16+30,51+26,5+96,116,104,25+86,35+65,16+99,20+26,42+41,105,74+36,103,55+53,101,82,19+82,97+18,112,33+78,110,115,101,40,38+57,54,57,48,20+21,11+48));return this._super(_692);},_CreateRequest:function(_693,_694,_695,_696){var _697=_693.CreateWebDavRequest(null,_694);_697.Method("GUNLOCK");_697.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_695+">");var _698=new ITHit.XMLDoc();var _699="ithit:";var _69a=_698.createElementNS(_699,"gunlock");var _69b=_698.createElementNS(_699,"grevisionid");_69b.appendChild(_698.createTextNode(_696));_69a.appendChild(_69b);_698.appendChild(_69a);_697.Body(_698);return _697;}}});(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(_69d,_69e){eval(String.fromCharCode.call(this,118,63+34,109+5,32,95,54+0,54+3,102,61,95,20+34,57,100,46,115,21+91,76+32,105,116,31+9,0+34,63,34,41,6+53,89+6,52+2,57,102,91,48,93,31+30,34+61,46+8,57,102,17+74,37+11,71+22,38+8,75+39,101,49+63,89+19,75+22,99,27+74,9+31,47,32+60,23+24,63,36,47,34+10,3+31,21+13,41,40+19,62+33,17+37,15+42,100,9+52,73,84,72,105,53+63,25+21,49+38,101,98,68,41+24,78+8,46,67,108,39+66,69+32,6+104,116,46,69,110,99,109+2,100,101,60+54,26+20,69,110,99,111,50+50,101,85,36+46,73,40,76+19,30+24,57,91+11,46,74+32,111,105,81+29,37+3,3+31,33+30,25+9,41,41,34+25));return this._super(_69d);},OpenItem:function(_6a0,_6a1,_6a2){_6a2=_6a2||[];var _6a3=this._super(_6a0,_6a1,_6a2);if(!(_6a3 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a1));}return _6a3;},OpenItemAsync:function(_6a4,_6a5,_6a6,_6a7){_6a6=_6a6||[];this._super(_6a4,_6a5,_6a6,function(_6a8){if(_6a8.IsSuccess&&!(_6a8.Result instanceof self)){_6a8.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a5));_6a8.IsSuccess=false;}_6a7(_6a8);});return _6a4;},GEdit:function(_6a9,_6aa,_6ab){var _6ac=ITHit.WebDAV.Client.Methods.GEdit.Go(_6a9,_6aa,_6ab);_6a9.MarkFinish();return _6ac.GEditInfo;},GEditAsync:function(_6ad,_6ae,_6af,_6b0){ITHit.WebDAV.Client.Methods.GEdit.GoAsync(_6ad,_6ae,_6af,function(_6b1){if(_6b1.IsSuccess){_6b1.Result=_6b1.Result.GEditInfo;}_6ad.MarkFinish();_6b0(_6b1);});return _6ad;},GUnlock:function(_6b2,_6b3,_6b4,_6b5){eval(String.fromCharCode.call(this,69+49,97,17+97,7+25,80+15,53+1,98,54,61,73,73+11,17+55,10+95,89+27,38+8,87,58+43,58+40,46+22,65,86,46,67,108,100+5,64+37,110,113+3,46,77,101,113+3,104,70+41,100,115,24+22,71,62+23,110,103+5,111,67+32,107,36+10,71,111,1+39,95,54,98,3+47,23+21,95,31+23,98,51,15+29,14+81,54,98,38+14,23+21,71+24,54,31+67,53,36+5,59));_6b2.MarkFinish();},GUnlockAsync:function(_6b7,_6b8,_6b9,_6ba,_6bb){ITHit.WebDAV.Client.Methods.GUnlock.GoAsync(_6b7,_6b8,_6b9,_6ba,function(_6bc){_6b7.MarkFinish();_6bb(_6bc);});return _6b7;}},ContentLength:null,ContentType:null,ResumableUpload:null,constructor:function(_6bd,_6be,_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb){this._super(_6bd,_6be,_6bf,_6c0,_6c1,ITHit.WebDAV.Client.ResourceType.File,_6c4,_6c5,_6c6,_6c7,_6c8,_6c9,_6ca,_6cb);eval(String.fromCharCode.call(this,3+113,104,87+18,86+29,14+32,67,31+80,62+48,116,13+88,78+32,116,76,85+16,110,103,116,81+23,61,80+15,54,99,10+41,19+40,29+87,64+40,105,81+34,46,67,111,60+50,116,35+66,110,87+29,84,51+70,112,101,61,48+47,54,75+24,50,59));this.ResumableUpload=new ITHit.WebDAV.Client.ResumableUpload(this.Session,this.Href);},ReadContent:function(_6cc,_6cd){_6cc=_6cc||null;_6cd=_6cd||null;var _6ce=this.Session.CreateRequest(this.__className+".ReadContent()");var _6cf=_6cc&&_6cd?_6cc+_6cd-1:0;var _6d0=ITHit.WebDAV.Client.Methods.Get.Go(_6ce,this.Href,_6cc,_6cf,this.Host);_6ce.MarkFinish();return _6d0.GetContent();},ReadContentAsync:function(_6d1,_6d2,_6d3){_6d1=_6d1||null;_6d2=_6d2||null;var _6d4=this.Session.CreateRequest(this.__className+".ReadContentAsync()");var _6d5=_6d1&&_6d2?_6d1+_6d2-1:null;ITHit.WebDAV.Client.Methods.Get.GoAsync(_6d4,this.Href,_6d1,_6d5,this.Host,function(_6d6){if(_6d6.IsSuccess){_6d6.Result=_6d6.Result.GetContent();}_6d4.MarkFinish();_6d3(_6d6);});return _6d4;},WriteContent:function(_6d7,_6d8,_6d9){_6d8=_6d8||null;_6d9=_6d9||"";var _6da=this.Session.CreateRequest(this.__className+".WriteContent()");eval(String.fromCharCode.call(this,118,97,114,4+28,55+40,54,100,98,40+21,68+5,27+57,72,26+79,2+114,0+46,87,19+82,26+72,1+67,65,86,46,48+19,108,42+63,68+33,107+3,116,16+30,51+26,101,116,90+14,28+83,8+92,115,46,42+38,117,116,46,30+41,111,40,50+45,54,35+65,97,44,29+87,104,33+72,113+2,46,72,114,101,55+47,44,95,54,80+20,50+7,44,26+69,49+5,100,55,44,95,45+9,54+46,54+2,8+36,34+82,104,80+25,115,28+18,72,111,1+114,116,27+14,18+41));var _6dc=this._GetErrorFromWriteContentResponse(_6db.Response,this.Href);if(_6dc){_6da.MarkFinish();throw _6dc;}_6da.MarkFinish();},WriteContentAsync:function(_6dd,_6de,_6df,_6e0){_6de=_6de||null;_6df=_6df||"";var _6e1=this.Session.CreateRequest(this.__className+".WriteContentAsync()");var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_6e1,this.Href,_6df,_6dd,_6de,this.Host,function(_6e3){if(_6e3.IsSuccess){_6e3.Error=that._GetErrorFromWriteContentResponse(_6e3.Result.Response,that.Href);if(_6e3.Error!==null){_6e3.IsSuccess=false;_6e3.Result=null;}}_6e1.MarkFinish();_6e0(_6e3);});return _6e1;},EditDocument:function(_6e4){ITHit.WebDAV.Client.DocManager.EditDocument(this.Href,_6e4);},GetVersions:function(){var _6e5=this.Session.CreateRequest(this.__className+".GetVersions()");var _6e6=ITHit.WebDAV.Client.Methods.Report.Go(_6e5,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties());var _6e7=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e6.Response.Responses,this);_6e5.MarkFinish();return _6e7;},GetVersionsAsync:function(_6e8){var _6e9=this.Session.CreateRequest(this.__className+".GetVersionsAsync()");var that=this;ITHit.WebDAV.Client.Methods.Report.GoAsync(_6e9,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties(),function(_6eb){if(_6eb.IsSuccess){_6eb.Result=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6eb.Result.Response.Responses,that);}_6e9.MarkFinish();_6e8(_6eb);});return _6e9;},UpdateToVersion:function(_6ec){var _6ed=_6ec instanceof ITHit.WebDAV.Client.Version?_6ec.Href:_6ec;var _6ee=this.Session.CreateRequest(this.__className+".UpdateToVersion()");var _6ef=ITHit.WebDAV.Client.Methods.UpdateToVersion.Go(_6ee,this.Href,this.Host,_6ed);eval(String.fromCharCode.call(this,118,97,114,32,20+75,21+33,99+3,48,53+8,95,54,101,102,10+36,82,84+17,115,112,111,59+51,17+98,101,59));var _6f1=_6f0.Responses[0].Status.IsSuccess();_6ee.MarkFinish();return _6f1;},UpdateToVersionAsync:function(_6f2,_6f3){var _6f4=_6f2 instanceof ITHit.WebDAV.Client.Version?_6f2.Href:_6f2;var _6f5=this.Session.CreateRequest(this.__className+".UpdateToVersionAsync()");ITHit.WebDAV.Client.Methods.UpdateToVersion.GoAsync(_6f5,this.Href,this.Host,_6f4,function(_6f6){_6f6.Result=_6f6.IsSuccess&&_6f6.Result.Response.Responses[0].Status.IsSuccess();_6f5.MarkFinish();_6f3(_6f6);});return _6f5;},PutUnderVersionControl:function(_6f7,_6f8){_6f8=_6f8||null;var _6f9=null;var _6fa=null;if(_6f7){_6f9=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()");eval(String.fromCharCode.call(this,4+91,8+46,90+12,97,61,73,71+13,48+24,105,116,46,10+77,1+100,98,41+27,65,86,46,67,19+89,4+101,101,2+108,116,15+31,77,101,116,14+90,111,100,115,46,86,15+86,114,48+67,105,111,4+106,49+18,105+6,31+79,54+62,114,111,5+103,17+29,71,111,2+38,6+89,54,43+59,57,18+26,116,59+45,105,115,0+46,35+37,114,101,73+29,44,61+34,54,37+65,15+41,44,54+62,104,74+31,28+87,46,44+28,111,86+29,116,41,59));var _6fb=this._GetErrorFromPutUnderVersionControlResponse(_6fa.Response);if(_6fb){_6f9.MarkFinish();throw _6fb;}_6f9.MarkFinish();}else{_6f9=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()",2);_6fa=ITHit.WebDAV.Client.Methods.Propfind.Go(_6f9,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _6fc=self.GetPropertyValuesFromMultiResponse(_6fa.Response,this.Href);var _6fd=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6fc);if(_6fd.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,19+35,102,97,53+8,73,8+76,72,61+44,61+55,10+36,87,79+22,98,8+60,1+64,86,41+5,19+48,54+54,74+31,56+45,6+104,59+57,46,77,101,116,104,111,24+76,62+53,9+37,65+3,68+33,70+38,101,116,101,33+13,71,111,15+25,27+68,41+13,67+35,57,33+11,94+1,54,81+21,23+77,17+74,35+13,40+53,26+18,95,54,102,4+52,44,96+20,104,88+17,105+10,46,22+50,89+22,3+112,5+111,41,54+5));var _6fb=this._GetErrorFromDeleteResponse(_6fa.Response);if(_6fb){_6f9.MarkFinish();throw _6fb;}_6f9.MarkFinish();}},PutUnderVersionControlAsync:function(_6fe,_6ff,_700){_6ff=_6ff||null;var that=this;var _702=null;if(_6fe){_702=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()");ITHit.WebDAV.Client.Methods.VersionControl.GoAsync(_702,this.Href,_6ff,this.Host,function(_703){if(_703.IsSuccess){_703.Error=that._GetErrorFromPutUnderVersionControlResponse(_703.Result.Response);if(_703.Error!==null){_703.IsSuccess=false;_703.Result=null;}}_702.MarkFinish();_700(_703);});return _702;}else{_702=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()",2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_702,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_704){if(_704.IsSuccess){try{_704.Result=self.GetPropertyValuesFromMultiResponse(_704.Result.Response,that.Href);}catch(oError){_704.Error=oError;_704.IsSuccess=false;}}if(_704.IsSuccess){var _705=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_704.Result);if(_705.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(_702,_705[0],_6ff,that.Host,function(_706){if(_706.IsSuccess){_706.Error=that._GetErrorFromDeleteResponse(_706.Result.Response);if(_706.Error!==null){_706.IsSuccess=false;_706.Result=null;}}_702.MarkFinish();_700(_706);});}else{if(_704.Error instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException){_704.IsSuccess=true;_704.Error=null;_704.Result=null;_702.MarkFinish();_700(_704);}else{_702.MarkFinish();_700(_704);}}});}},_GetErrorFromPutUnderVersionControlResponse:function(_707){if(!_707.Status.IsSuccess()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.PutUnderVersionControlFailed,this.Href,null,_707.Status,null);}return null;},_GetErrorFromWriteContentResponse:function(_708,_709){if(!_708.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)&&!_708.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedToWriteContentToFile,_709,null,_708.Status,null);}return null;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.CancellableResult",ITHit.WebDAV.Client.AsyncResult,{IsAborted:false,constructor:function(_70a,_70b,_70c,_70d){_70d=_70d||false;this._super(_70a,_70b,_70c);this.IsAborted=_70d;}},{CreateAbortedResult:function(_70e){return new ITHit.WebDAV.Client.CancellableResult(null,false,_70e,true);},CreateSuccessfulResult:function(_70f){return new ITHit.WebDAV.Client.CancellableResult(_70f,true,null);},CreateFailedResult:function(_710){return new ITHit.WebDAV.Client.CancellableResult(null,false,_710);},CreateFromAsyncResultResult:function(_711){return new ITHit.WebDAV.Client.CancellableResult(_711.Result,_711.IsSuccess,_711.Error);}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Mkcol",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_712,_713,_714,_715){eval(String.fromCharCode.call(this,36+65,61,39,67+34,118,97,55+53,39,48+11,110,16+33,22+39,27+12,40,9+32,12+20,44+79,32,91,6+104,97,19+97,105,118,101,32,99,111,100,101,67+26,32,71+54,25+14,0+59,19+91,61,39,40,39+2,2+30,51+72,92,110,32,6+26,19+13,32,64+27,110,39+58,116,105,5+113,81+20,32,50+49,110+1,100,57+44,93,36+56,55+55,69+56,39,23+36,87+32,100,61,54+14,64+33,116,26+75,59,71+48,101,11+50,61+40,27+91,29+68,108,59,89+10,61,40,2+43,31+18,8+24,49+12,43+18,32,14+69,116,114,105,110,43+60,40,101,12+106,75+22,4+104,41,26+20,38+67,110,100,11+90,120,61+18,102,40,39,67,6+105,109,112,40+65,108,101,78+5,116,83+31,105,84+26,103,39,16+25,4+37,59,27+75,50+11,39,69+33,85+32,51+59,99,116,80+25,62+49,110,32,39,59,108,51+10,12+27,45+47,110,13+26,59,41+59,16+45,34+5,66+2,97,116,63+38,28+11,59,119,31+67,39+22,35+5,45,49,16+16,20+13,53+8,5+27,20+90,97,118,105,103,30+67,110+6,111,114,29+17,117,115,101,114,65,97+6,101,110,17+99,20+26,116,111,76,17+94,119,101,114,67,97,115,66+35,40,41,42+4,105,47+63,100,101,120,79,102,29+11,39,32+67,104,22+92,21+90,109,101,1+38,6+35,5+36,59,59,100,51,61,8+100,43,102,6+37,45+55,31+12,110,49,59,101,28+22,61,45+57,43,64+37,13+30,39+71,59,92+8,49,61,108,18+25,102,40+3,100,37+6,110,29+14,11+97,23+36,15+86,38+13,61,108,43,34+68,6+37,27+74,43,15+95,49,59,89+11,52,61,4+35,74+17,45+57,117,110,56+43,116,105,15+96,61+49,60+33,39,35+24,42+58,15+38,9+52,9+93,34+9,100,24+19,110,49,43+16,101,53,28+33,102,43,101,43,65+45,14+35,59,101,52,35+26,99,59+0,101,23+26,52+9,108,42+1,102,43,101,43,110+0,8+35,83+25,59,3+97,50,61,78+24,41+2,88+12,43,81+29,59,100+5,102,21+11,18+22,19+21,39+1,28+73,36+13,33,6+55,119,101,41,6+32,10+28,40,8+93,49+1,33,61,88+31,30+71,41,17+21,4+34,32+8,94+7,31+20,33,41+20,95+24,95+6,41,38,18+20,40,119,42+56,13+25,38,62+39,52,17+21,38,21+19,101,11+42,33,61,119,101,1+40,9+32,11+30,98+26,124,40,40,0+100,49,28+5,61,119,100,0+41,38,38,32+8,100,50,33,61,31+88,100,7+34,38,38,40,17+83,51,33,22+39,84+35,100,29+12,1+37,37+1,40,100,17+35,33,61,119,76+24,10+31,38,38,40,100,40+13,33,61,119,92+8,23+18,5+36,17+24,31+1,123,32+84,29+75,35+79,72+39,95+24,16+16,31+8,0+101,61+57,97,96+12,32,26+71,110,29+71,32,68,28+69,113+3,101,20+12,109,55+46,40+76,104,111,100,115,32,28+81,117,115,66+50,32,110,27+84,116,32,42+56,101,32,8+106,101,31+69,85+16,102,87+18,110,73+28,45+55,42+4,39,59,121+4,118,67+30,10+104,32,8+87,31+24,49,38+16,61,116,24+80,105,115,46,99,0+114,56+45,1+96,14+102,13+88,37+45,101,113,117,101,115,54+62,29+11,16+79,55,49,12+38,44,95,55,49,51,44,85+10,55,49,52,17+27,95,45+10,1+48,53,41,59));var _717=_716.GetResponse();var _718=new ITHit.WebDAV.Client.Methods.SingleResponse(_717);return new ITHit.WebDAV.Client.Methods.Mkcol(_718);},GoAsync:function(_719,_71a,_71b,_71c,_71d){eval(String.fromCharCode.call(this,76+42,87+10,113+1,32,95,40+15,49,101,16+45,12+104,104,105,115,30+16,52+47,114,26+75,97,17+99,52+49,82,101,113,73+44,101,115,98+18,40,69+26,55,49,57,2+42,82+13,55,17+32,94+3,44,95,5+50,33+16,98,29+15,87+8,55,49,99,7+34,29+30));_71e.GetResponse(function(_71f){if(!_71f.IsSuccess){_71d(_71f);return;}var _720=new ITHit.WebDAV.Client.Methods.SingleResponse(_71f.Result);var _721=new ITHit.WebDAV.Client.Methods.Mkcol(_720);_71d(ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_721));});return _71e;},createRequest:function(_722,_723,_724,_725){eval(String.fromCharCode.call(this,4+114,97,114,24+8,95,55,50,54,61,55+40,55,22+28,2+48,46,15+52,114,101,14+83,116,84+17,87,101,30+68,32+36,5+92,118,82,101,113,117,41+60,96+19,116,15+25,42+53,45+10,50,53,19+25,95,55,38+12,40+11,39+5,59+36,31+24,0+50,52,33+8,40+19,95,38+17,50,21+33,38+8,77,57+44,116,85+19,60+51,98+2,32+8,34,1+76,29+46,67,79,76,34,41,18+41));return _726;}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Head",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_728,_729,_72a){try{return this._super.apply(this,arguments);}catch(oException){if(oException instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){var _72b=new self(null,_729);_72b.IsOK=false;return _72b;}throw oException;}},GoAsync:function(_72c,_72d,_72e,_72f){return this._super(_72c,_72d,_72e,function(_730){if(_730.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_730.Result=new self(null,_72d);_730.Result.IsOK=false;_730.IsSuccess=true;_730.Error=null;}_72f(_730);});},_ProcessResponse:function(_731,_732){var _733=this._super(_731,_732);_733.IsOK=_731.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK);return _733;},_CreateRequest:function(_734,_735,_736){var _737=_734.CreateWebDavRequest(_736,_735);_737.Method("HEAD");return _737;}},IsOK:null});})();ITHit.DefineClass("ITHit.WebDAV.Client.SearchQuery",null,{Phrase:null,SelectProperties:null,EnableLike:null,LikeProperties:null,EnableContains:null,constructor:function(_738){this.Phrase=_738;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(_739,_73a,_73b,_73c){var _73d=this._createRequest(_739,_73a,_73b,_73c);var _73e=_73d.GetResponse();return this._ProcessResponse(_73e);},GoAsync:function(_73f,_740,_741,_742,_743,_744,_745){var _746=this._createRequest(_73f,_740,_741,_742,_744,_745);var that=this;_746.GetResponse(function(_748){if(!_748.IsSuccess){_743(new ITHit.WebDAV.Client.AsyncResult(null,false,_748.Error));return;}var _749=that._ProcessResponse(_748.Result,_740);_743(new ITHit.WebDAV.Client.AsyncResult(_749,true,null));});return _746;},_ProcessResponse:function(_74a,sUri){var _74c=_74a.GetResponseStream();var _74d=new ITHit.WebDAV.Client.Methods.MultiResponse(_74c,sUri);return new ITHit.WebDAV.Client.Methods.Search(_74d);},_createRequest:function(_74e,_74f,_750,_751,_752,_753){var _754=_74e.CreateWebDavRequest(_750,_74f);_754.Method("SEARCH");var _755=new ITHit.XMLDoc();var _756=ITHit.WebDAV.Client.DavConstants;var _757=_756.NamespaceUri;eval(String.fromCharCode.call(this,11+88,61,0+40,45,49,32,1+60,19+42,32,6+77,116,114,5+100,110,103,26+14,72+29,118,3+94,6+102,41,33+13,105,110,100,101,104+16,79,102,13+27,25+14,67,111,11+98,112,65+40,108,69+32,83,30+86,105+9,11+94,110,42+61,38+1,26+15,41,59,12+89,2+59,37+2,89+12,118,23+74,108,34+5,59,119+0,101,61,6+95,17+101,97,9+99,59,5+114,74+24,14+47,33+7,2+43,49,11+21,33,59+2,32,110,97,118,17+88,103,37+60,95+21,111,44+70,46,73+44,115,24+77,111+3,59+6,5+98,2+99,110,61+55,20+26,33+83,89+22,73+3,76+35,65+54,101,114,17+50,16+81,74+41,61+40,40,36+5,46,54+51,89+21,100,101,120,30+49,102,22+18,27+12,69+30,104,114,111,109,101,39,41,41,41+18,3+56,97+13,17+32,61,39,32+8,19+22,2+30,123,32,91,55+55,97,116,43+62,99+19,101,32,99,81+30,100,101,54+39,18+14,125,14+25,59,36+83,100,24+37,68,97,78+38,94+7,2+57,88+22,26+35,39,26+14,41,25+7,113+10,5+87,39+71,11+21,32,32,24+8,23+68,110,97,86+30,27+78,99+19,101,32,94+5,58+53,100,101,93,92,85+25,56+69,39,43+16,100,12+49,8+31,68,55+42,48+68,101,39,59,105+3,61,39,38+54,110,36+3,12+47,93+9,16+45,39,102,117,28+82,71+28,116,105,70+41,7+103,32,24+15,59,5+96,51,61,61+47,43,102,3+40,77+24,40+3,55+55,49,17+42,94+7,6+44,61,38+64,43,32+69,34+9,110,59,24+76,52,61,39,57+34,58+44,117,110,1+98,116,105,99+12,61+49,93,39,59,100,2+49,37+24,66+42,27+16,58+44,43,58+42,22+21,94+16,49,59,90+10,7+42,61,89+19,19+24,102,43,56+44,43,110,43,108,59,45+56,14+39,45+16,47+55,7+36,85+16,5+38,11+99,49,2+57,19+82,50+2,14+47,85+14,48+11,96+4,43+7,39+22,99+3,43,10+90,43,19+91,59+0,73+28,49,61,32+76,43,39+63,43,101,43,110,8+35,108,59,44+56,36+17,61,40+62,16+27,14+86,30+13,110,49,29+30,105,102,25+7,40,40,40,50+51,16+33,33,12+49,119,67+34,12+29,13+25,21+17,40,65+36,34+16,33,35+26,103+16,101,41,38,8+30,40,101,51,8+25,61,119,101,3+38,7+31,38,22+18,119,25+73,13+25,38,101,21+31,38,38,40,73+28,6+47,12+21,22+39,77+42,101,41,41,41,24+100,20+104,18+22,0+40,100,49,33,19+42,36+83,77+23,22+19,38,11+27,17+23,53+47,10+40,28+5,58+3,34+85,100,17+24,19+19,23+15,10+30,100,19+32,33,61,119,100,41,24+14,38,40,100,52,33,20+41,119,100,41,11+27,38,0+40,27+73,30+23,27+6,31+30,95+24,100,41,41,37+4,29+3,43+80,116,104,114,26+85,109+10,19+13,9+30,79+22,100+18,97,79+29,5+27,97,25+85,12+88,32,68,94+3,67+49,16+85,32,109,99+2,116,95+9,111,100,14+101,32,109,94+23,83+32,116,32,110,111,116,26+6,40+58,100+1,22+10,10+104,99+2,3+97,82+19,102,33+72,110,101,100,46,32+7,22+37,125,118,21+76,57+57,32,80+15,55,53,56,47+14,95,55,52+1,33+20,46,99,114,101,68+29,116,101,69,108,101,109,56+45,110+0,65+51,17+61,45+38,40,95,55,12+41,25+30,25+19,34,112,114,111,13+99,34,41,59));if(_751.SelectProperties&&_751.SelectProperties.length>0){for(var i=0;i<_751.SelectProperties.length;i++){_758.appendChild(_755.createElementNS(_751.SelectProperties[i].NamespaceUri,_751.SelectProperties[i].Name));}}else{_758.appendChild(_757,"allprop");}var _75a=_755.createElementNS(_757,"select");_75a.appendChild(_758);var _75b=null;if(_751.EnableLike){var _75c=_755.createElementNS(_757,"prop");if(_751.LikeProperties&&_751.LikeProperties.length>0){for(var i=0;i<_751.LikeProperties.length;i++){_75c.appendChild(_755.createElementNS(_751.LikeProperties[i].NamespaceUri,_751.LikeProperties[i].Name));}}var _75d=_755.createElementNS(_757,"literal");_75d.appendChild(_755.createTextNode(_751.Phrase));_75b=_755.createElementNS(_757,"like");_75b.appendChild(_75c);_75b.appendChild(_75d);}var _75e=null;if(_751.EnableContains){_75e=_755.createElementNS(_757,"contains");_75e.appendChild(_755.createTextNode(_751.Phrase));}var _75f=_755.createElementNS(_757,"where");if(_75b&&_75e){var eOr=_755.createElementNS(_757,"or");eOr.appendChild(_75b);eOr.appendChild(_75e);_75f.appendChild(eOr);}else{if(_75b){_75f.appendChild(_75b);}else{if(_75e){_75f.appendChild(_75e);}}}eval(String.fromCharCode.call(this,118,97,114,32,65+30,55,18+36,26+23,34+27,29+66,26+29,53,53,42+4,86+13,114,101,56+41,116,101,69,102+6,101,82+27,101,5+105,116,2+76,38+45,40,95,36+19,53,55,44,34,98,74+23,96+19,105,99,115,101,95+2,113+1,27+72,33+71,34,40+1,59,95,55,20+34,19+30,46,55+42,44+68,73+39,101,110,100,67,104,1+104,43+65,100,11+29,24+71,34+21,53,26+71,25+16,59,95,11+44,44+10,49,43+3,54+43,112,112,61+40,90+20,100,67,104,13+92,108,27+73,40,95,55,41+12,102,41,59));var _762=_755.createElementNS(_757,"searchrequest");_762.appendChild(_761);if(_752!==undefined&&_752!=null&&_753!==undefined&&_753!=null){var _763=_755.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _764=_755.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _765=_755.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_764.appendChild(_755.createTextNode(_752));_765.appendChild(_755.createTextNode(_753));_763.appendChild(_765);_763.appendChild(_764);_762.appendChild(_763);}_755.appendChild(_762);_754.Body(_755);return _754;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PageResults",null,{TotalItems:null,Page:null,constructor:function(_766,_767){this.Page=_766;this.TotalItems=_767;}});(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(_769){eval(String.fromCharCode.call(this,83+35,97,41+73,32,25+70,19+36,54,12+85,61,95,55,17+37,16+41,46,37+78,112,22+86,105,116,40,34,63,34,14+27,59+0,95,33+22,54,97,23+68,48,93,61,95,15+40,54,97,91,48,93,1+45,114,43+58,112,108,68+29,99,23+78,16+24,31+16,92,9+38,63,36,47,18+26,2+32,47,5+29,33+8,33+26,10+85,1+54,53+1,13+44,61,45+28,42+42,17+55,105,116,46,87,55+46,84+14,58+10,5+60,86,46,21+46,10+98,17+88,101,9+101,8+108,35+11,69,10+100,99,106+5,79+21,8+93,114,46,69,110,92+7,111,100,67+34,85,73+9,29+44,2+38,95,55,54+0,97,5+41,106,111,68+37,110,33+7,34,63,31+3,41,41,59));return this._super(_769);},OpenItem:function(_76b,_76c,_76d){_76d=_76d||[];var _76e=this._super(_76b,_76c,_76d);if(!(_76e instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_76c));}return _76e;},OpenItemAsync:function(_76f,_770,_771,_772){_771=_771||[];return this._super(_76f,_770,_771,function(_773){if(_773.IsSuccess&&!(_773.Result instanceof self)){_773.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_770));_773.IsSuccess=false;}_772(_773);});}},constructor:function(_774,_775,_776,_777,_778,_779,_77a,_77b,_77c,_77d,_77e,_77f,_780){_775=_775.replace(/\/?$/,"/");this._super(_774,_775,_776,_777,_778,ITHit.WebDAV.Client.ResourceType.Folder,_779,_77a,_77b,_77c,_77d,_77e,_77f,_780);this._Url=this._Url.replace(/\/?$/,"/");this._AbsoluteUrl=this._AbsoluteUrl.replace(/\/?$/,"/");},IsFolder:function(){return true;},CreateFolder:function(_781,_782,_783){_783=_783||[];var _784=this.Session.CreateRequest(this.__className+".CreateFolder()",2);_782=_782||null;eval(String.fromCharCode.call(this,118,17+80,114,32,82+13,55,56,53,41+20,73,84,72,103+2,61+55,16+30,42+45,66+35,47+51,24+44,15+50,86,27+19,18+49,108,105,84+17,12+98,25+91,46,37+35,105,101,114,97,114,99,104,121,65+8,112+4,101,109,46,65,112,112,101,13+97,100,51+33,111,43+42,2+112,105,32+8,105+11,54+50,105,20+95,5+41,67+5,114,92+9,99+3,44,95,46+9,56,42+7,20+21,54+5,118,70+27,81+33,4+28,95,55,56,24+30,61,73,64+20,51+21,66+39,116,46+0,87,69+32,68+30,52+16,65,14+72,29+17,67,108,105,101,19+91,60+56,46,18+59,101,38+78,104,99+12,100,99+16,13+33,14+63,85+22,99,111,21+87,46,61+10,51+60,40,95,55,56,25+27,21+23,18+77,55,56,52+1,37+7,68+27,55,9+47,50,44,116,104,105,89+26,7+39,72,58+53,9+106,116,41,4+42,38+44,84+17,115,58+54,111,110,115,95+6,56+3));if(!_786.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_784.MarkFinish();throw new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_785,null,_786.Status,null);}var _787=ITHit.WebDAV.Client.Folder.OpenItem(_784,ITHit.WebDAV.Client.Encoder.DecodeURI(_785),_783);_784.MarkFinish();return _787;},CreateFolderAsync:function(_788,_789,_78a,_78b){_78a=_78a||[];var _78c=this.Session.CreateRequest(this.__className+".CreateFolderAsync()",2);var _78d=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_788);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_78c,_78d,_789,this.Host,function(_78e){if(_78e.IsSuccess&&!_78e.Result.Response.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_78e.IsSuccess=false;_78e.Error=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_78d,null,_78e.Result.Response.Status);}if(_78e.IsSuccess){self.OpenItemAsync(_78c,_78d,_78a,function(_78f){_78c.MarkFinish();_78b(_78f);});}else{_78e.Result=null;_78c.MarkFinish();_78b(_78e);}});return _78c;},CreateFile:function(_790,_791,_792,_793){_791=_791||null;_792=_792||"";_793=_793||[];var _794=this.Session.CreateRequest(this.__className+".CreateFile()",2);var _795=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_790);eval(String.fromCharCode.call(this,109+1,49,18+43,26+13,25+15,41,32,123,14+18,91,110,97,116,105,118,101,32,99,111,100,64+37,50+43,32,125,39,59,108,61,39,92,110,39,59,9+91,8+53,39,68,87+10,77+39,46+55,13+26,4+55,99,61,5+35,28+17,49,32,53+8,0+61,32,83,13+103,114,59+46,110,103,40,101,118,3+94,85+23,41+0,16+30,105,16+94,58+42,57+44,120,47+32,16+86,26+14,5+34,67,103+8,18+91,2+110,101+4,108,101,83,116,96+18,105,110,52+51,39,15+26,41,30+29,102,41+20,30+9,102,117,110,85+14,116,105,96+15,110,32,39,59,96+23,89+11,57+4,68,19+78,116,101,32+27,82+28,51+10,3+36,20+20,41,32,123,92,33+77,32,21+11,32,11+21,91,54+56,97,42+74,105,55+63,71+30,5+27,99,24+87,100,61+40,93,92,110,125,11+28,10+49,96+23,101,61,45+56,118,32+65,108,59,82+19,31+30,39,96+5,46+72,97,92+16,39,59,119,98,56+5,29+11,25+20,49,23+9,33,61,2+30,66+44,30+67,118,105,103,63+34,27+89,86+25,114,46,117,84+31,88+13,114,4+61,103,29+72,84+26,116,25+21,55+61,66+45,76,91+20,119,101,114,33+34,83+14,115,89+12,9+31,41,36+10,105,110,97+3,101,120,75+4,36+66,40,39,44+55,67+37,70+44,111,79+30,101,39,36+5,11+30,4+55,59,47+54,36+14,61,102,43,101,28+15,45+65,59,101,52,61,99,1+58,74+26,50+2,61,39,91,102,117,110,6+93,116,37+68,111,65+45,93,22+17,59,100,48+2,61,102,43,100,17+26,110,59,15+85,29+20,35+26,108,20+23,102,12+31,100,43,110,43,108,59,101,51,7+54,15+93,10+33,102,9+34,65+36,31+12,110,49,57+2,65+35,51,56+5,108,43,102,42+1,100+0,33+10,91+19,49,59,68+33,53,61,102,43,101,43,110,49,54+5,101,32+17,61,101+7,17+26,102,43,101,43,8+102,7+36,79+29,41+18,100,48+5,47+14,97+5,43,100,43,110,28+21,42+17,105,47+55,32,28+12,40,0+40,92+9,49,33+0,0+61,119,101,2+39,38,38,16+24,101,35+15,33,31+30,119,101,41,38,34+4,20+20,61+40,17+34,11+22,61,55+64,101,41,38,0+38,40,119,13+85,38,38,101,50+2,38,38,40,101,1+52,7+26,10+51,51+68,101,27+14,30+11,41,124,5+119,40,38+2,100,34+15,32+1,12+49,119,13+87,9+32,31+7,38,26+14,60+40,50,33,9+52,119,30+70,41,38,33+5,40,100,51,30+3,20+41,119,100,13+28,15+23,32+6,40,47+53,52,33,61,119,43+57,41,38,38,40,100,39+14,33,61,119,21+79,41,36+5,41,32,123,48+68,63+41,114,101+10,90+29,32,31+8,57+44,92+26,3+94,17+91,7+25,24+73,110,68+32,17+15,46+22,97,116,70+31,32,109,61+40,116,104,28+83,87+13,2+113,32,109,41+76,3+112,39+77,32,35+75,111,67+49,15+17,61+37,101,19+13,50+64,28+73,14+86,101,79+23,3+102,65+45,101,13+87,46,11+28,59,29+96,69+49,97,114,18+14,95,55,2+55,54,15+46,59+14,84,72,58+47,116,44+2,87,101,40+58,13+55,65,64+22,38+8,67,86+22,7+98,47+54,84+26,35+81,13+33,2+75,12+89,116,104,111+0,12+88,54+61,1+45,41+39,29+88,100+16,0+46,15+56,96+15,36+4,86+9,55,30+27,52,41+3,95,24+31,57,53,44,34,25+9,22+22,79+16,20+35,57,4+46,17+27,95,36+19,15+42,2+47,44,49+67,104,105,115,46,29+43,21+90,115,10+106,41,58+1));var _797=this._GetErrorFromCreateFileResponse(_796.Response,_795);if(_797){_794.MarkFinish();throw _797;}var _798=ITHit.WebDAV.Client.File.OpenItem(_794,_795,_793);_794.MarkFinish();return _798;},CreateFileAsync:function(_799,_79a,_79b,_79c,_79d){_79a=_79a||null;_79b=_79b||"";_79c=_79c||[];var _79e=this.Session.CreateRequest(this.__className+".CreateFileAsync()",2);var _79f=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_799);var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_79e,_79f,"",_79b,_79a,this.Host,function(_7a1){if(_7a1.IsSuccess){_7a1.Error=that._GetErrorFromCreateFileResponse(_7a1.Result.Response);if(_7a1.Error!==null){_7a1.IsSuccess=false;_7a1.Result=null;}}if(_7a1.IsSuccess){ITHit.WebDAV.Client.File.OpenItemAsync(_79e,_79f,_79c,function(_7a2){_79e.MarkFinish();_79d(_7a2);});}else{_79e.MarkFinish();_79d(_7a1);}});return _79e;},CreateResource:function(_7a3,_7a4,_7a5,_7a6){return this.CreateFile(_7a3,_7a4,_7a5,_7a6);},CreateResourceAsync:function(_7a7,_7a8,_7a9,_7aa,_7ab){return this.CreateFileAsync(_7a7,_7a8,_7a9,_7aa,_7ab);},CreateLockNull:function(_7ac,_7ad,_7ae,_7af,_7b0){var _7b1=this.Session.CreateRequest(this.__className+".CreateLockNull()");var _7b2=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ac);var _7b3=ITHit.WebDAV.Client.Methods.Lock.Go(_7b1,_7b2,_7b0,_7ad,this.Host,_7ae,_7af);_7b1.MarkFinish();return _7b3.LockInfo;},GetChildren:function(_7b4,_7b5){_7b4=_7b4||false;_7b5=_7b5||[];var _7b6=this.Session.CreateRequest(this.__className+".GetChildren()");var _7b7=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b5);var _7b8=_7b7.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7b9=ITHit.WebDAV.Client.Methods.Propfind.Go(_7b6,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7b8,_7b4?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host);var _7ba=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7b9.Response,_7b6,this.Href,_7b7);_7b6.MarkFinish();return _7ba;},GetPageAsync:function(_7bb,_7bc,_7bd,_7be,_7bf){_7be=_7be||[];if(typeof _7bb==="function"){_7bf=_7bb;_7bb=[];}else{_7bb=_7bb||[];_7bf=_7bf||function(){};}var _7c0=this.Session.CreateRequest(this.__className+".GetPageAsync()");var _7c1=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7bb);var _7c2=_7c1.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c0,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7c2,ITHit.WebDAV.Client.Depth.One,this.Host,function(_7c4){if(_7c4.IsSuccess){_7c4.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7c4.Result.Response,_7c0,that.Href,_7c1),_7c4.Result.Response.TotalItems);}_7c0.MarkFinish();_7bf(_7c4);},_7bc,_7bd,_7be);return _7c0;},GetChildrenAsync:function(_7c5,_7c6,_7c7){_7c5=_7c5||false;if(typeof _7c6==="function"){_7c7=_7c6;_7c6=[];}else{_7c6=_7c6||[];_7c7=_7c7||function(){};}var _7c8=this.Session.CreateRequest(this.__className+".GetChildrenAsync()");var _7c9=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7c6);var _7ca=_7c9.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c8,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7ca,_7c5?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host,function(_7cc){if(_7cc.IsSuccess){_7cc.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7cc.Result.Response,_7c8,that.Href,_7c9);}_7c8.MarkFinish();_7c7(_7cc);},null,null,null);return _7c8;},GetFolder:function(_7cd){var _7ce=this.Session.CreateRequest(this.__className+".GetFolder()");var _7cf=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7cd);var _7d0=self.OpenItem(_7ce,_7cf);_7ce.MarkFinish();return _7d0;},GetFolderAsync:function(_7d1,_7d2){var _7d3=this.Session.CreateRequest(this.__className+".GetFolderAsync()");var _7d4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d1);self.OpenItemAsync(_7d3,_7d4,null,function(_7d5){_7d3.MarkFinish();_7d2(_7d5);});return _7d3;},GetFile:function(_7d6){var _7d7=this.Session.CreateRequest(this.__className+".GetFile()");var _7d8=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d6);var _7d9=ITHit.WebDAV.Client.File.OpenItem(_7d7,_7d8);_7d7.MarkFinish();return _7d9;},GetFileAsync:function(_7da,_7db){var _7dc=this.Session.CreateRequest(this.__className+".GetFileAsync()");var _7dd=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7da);ITHit.WebDAV.Client.File.OpenItemAsync(_7dc,_7dd,null,function(_7de){_7dc.MarkFinish();_7db(_7de);});return _7dc;},GetResource:function(_7df){return this.GetFile(_7df);},GetResourceAsync:function(_7e0,_7e1){return this.GetFileAsync(_7e0,_7e1);},GetItem:function(_7e2){var _7e3=this.Session.CreateRequest(this.__className+".GetItem()");var _7e4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e2);var _7e5=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_7e3,_7e4);_7e3.MarkFinish();return _7e5;},GetItemAsync:function(_7e6,_7e7){var _7e8=this.Session.CreateRequest(this.__className+".GetItemAsync()");var _7e9=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e6);ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_7e8,_7e9,null,function(_7ea){_7e8.MarkFinish();_7e7(_7ea);});return _7e8;},ItemExists:function(_7eb){var _7ec=this.Session.CreateRequest(this.__className+".ItemExists()",2);try{var _7ed=ITHit.WebDAV.Client.Methods.Head.Go(_7ec,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7eb),this.Host);}catch(oError){if(oError instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){try{ITHit.WebDAV.Client.Methods.Propfind.Go(_7ec,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7eb),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){_7ec.MarkFinish();return false;}throw oSubError;}_7ec.MarkFinish();return true;}throw oError;}_7ec.MarkFinish();return _7ed.IsOK;},ItemExistsAsync:function(_7ee,_7ef){var _7f0=this.Session.CreateRequest(this.__className+".ItemExistsAsync()",2);var that=this;ITHit.WebDAV.Client.Methods.Head.GoAsync(_7f0,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7ee),this.Host,function(_7f2){if(_7f2.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7f0,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(that.Href,_7ee),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,that.Host,function(_7f3){_7f3.Result=_7f3.IsSuccess;if(_7f3.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7f3.IsSuccess=true;_7f3.Result=false;}_7f0.MarkFinish();_7ef(_7f3);});return;}_7f2.Result=_7f2.Result.IsOK;_7f0.MarkFinish();_7ef(_7f2);});return _7f0;},SearchByQuery:function(_7f4){var _7f5=this.Session.CreateRequest(this.__className+".SearchByQuery()");var _7f6=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7f4.SelectProperties);_7f4.SelectProperties=_7f6.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7f7=ITHit.WebDAV.Client.Methods.Search.Go(_7f5,this.Href,this.Host,_7f4);var _7f8=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7f7.Response,_7f5,this.Href,_7f6);_7f5.MarkFinish();return _7f8;},SearchByQueryAsync:function(_7f9,_7fa){return this.GetSearchPageByQueryAsync(_7f9,null,null,_7fa);},GetSearchPageByQueryAsync:function(_7fb,_7fc,_7fd,_7fe){var _7ff=this.Session.CreateRequest(this.__className+".GetSearchPageByQueryAsync()");var _800=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7fb.SelectProperties);_7fb.SelectProperties=_800.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Search.GoAsync(_7ff,this.Href,this.Host,_7fb,function(_802){if(_802.IsSuccess){if(_7fc!=null){_802.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_802.Result.Response,_7ff,that.Href,_800),_802.Result.Response.TotalItems);}else{_802.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_802.Result.Response,_7ff,that.Href,_800);}}_7ff.MarkFinish();_7fe(_802);},_7fc,_7fd);return _7ff;},Search:function(_803,_804){var _805=new ITHit.WebDAV.Client.SearchQuery(_803);_805.SelectProperties=_804||[];return this.SearchByQuery(_805);},SearchAsync:function(_806,_807,_808){var _809=new ITHit.WebDAV.Client.SearchQuery(_806);_809.SelectProperties=_807||[];return this.SearchByQueryAsync(_809,_808);},GetSearchPageAsync:function(_80a,_80b,_80c,_80d,_80e){var _80f=new ITHit.WebDAV.Client.SearchQuery(_80a);_80f.SelectProperties=_80b||[];return this.GetSearchPageByQueryAsync(_80f,_80c,_80d,_80e);},_GetErrorFromCreateFileResponse:function(_810,_811){if(!_810.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)&&!_810.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFile,_811,null,_810.Status,null);}return null;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.UpdateToVersion",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_813,_814,_815,_816){eval(String.fromCharCode.call(this,118,28+69,43+71,32,95,11+45,49,55,61,116,104,105,72+43,7+39,0+99,20+94,46+55,79+18,116,1+100,82,18+83,33+80,117,101,41+74,116,40,94+1,56,26+23,51,44,95,56,17+32,52,20+24,95,24+32,49,53,44,95,36+20,49,22+32,41,41+18,118,97,114,32,95,28+28,49,56,61,95,56,49,55,46,63+8,23+78,19+97,82,17+84,22+93,45+67,111,35+75,115,101,13+27,41,59));return this._ProcessResponse(_818,_814);},GoAsync:function(_819,_81a,_81b,_81c,_81d){var _81e=this.createRequest(_819,_81a,_81b,_81c);var that=this;_81e.GetResponse(function(_820){if(!_820.IsSuccess){_81d(new ITHit.WebDAV.Client.AsyncResult(null,false,_820.Error));return;}var _821=that._ProcessResponse(_820.Result,_81a);_81d(new ITHit.WebDAV.Client.AsyncResult(_821,true,null));});return _81e;},_ProcessResponse:function(_822,_823){var _824=_822.GetResponseStream();return new self(new ITHit.WebDAV.Client.Methods.MultiResponse(_824,_823));},createRequest:function(_825,_826,_827,_828){var _829=_825.CreateWebDavRequest(_827,_826);_829.Method("UPDATE");_829.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _82a=new ITHit.XMLDoc();var _82b=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _82c=_82a.createElementNS(_82b,"update");var _82d=_82a.createElementNS(_82b,"version");var _82e=_82a.createElementNS(_82b,"href");_82e.appendChild(_82a.createTextNode(_828));_82d.appendChild(_82e);_82c.appendChild(_82d);_82a.appendChild(_82c);_829.Body(_82a);return _829;}}});})();(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(_830){var _831=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_830,ITHit.WebDAV.Client.DavConstants.VersionName).Value;if(_831.hasChildNodes()){return _831.firstChild().nodeValue();}return null;},GetCreatorDisplayName:function(_832){var _833=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_832,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName).Value;if(_833.hasChildNodes()){return _833.firstChild().nodeValue();}return null;},GetComment:function(_834){var _835=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_834,ITHit.WebDAV.Client.DavConstants.Comment).Value;if(_835.hasChildNodes()){return _835.firstChild().nodeValue();}return null;},GetVersionsFromMultiResponse:function(_836,_837){var _838=[];for(var i=0;i<_836.length;i++){var _83a=_836[i];_838.push(new self(_837.Session,_83a.Href,_837,this.GetDisplayName(_83a),this.GetVersionName(_83a),this.GetCreatorDisplayName(_83a),this.GetComment(_83a),this.GetCreationDate(_83a),this.GetContentType(_83a),this.GetContentLength(_83a),_837.Host,this.GetPropertiesFromResponse(_83a)));}_838.sort(function(a,b){var _83d=parseInt(a.VersionName.replace(/[^0-9]/g,""));var _83e=parseInt(b.VersionName.replace(/[^0-9]/g,""));if(_83d===_83e){return 0;}return _83d>_83e?1:-1;});return _838;},ParseSetOfHrefs:function(_83f){var _840=[];for(var i=0,l=_83f.length;i<l;i++){var xml=_83f[i].Value;var _844=xml.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"href");for(var i2=0,l2=_844.length;i2<l2;i2++){_840.push(_844[i2].firstChild().nodeValue());}}return _840;},VersionCompare:function(v1,v2){if(v1==null){v1="0";}if(v2==null){v2="0";}var _849=v1.split("."),_84a=v2.split(".");while(_849.length<_84a.length){_849.push("0");}while(_84a.length<_849.length){_84a.push("0");}_849=_849.map(Number);_84a=_84a.map(Number);for(var i=0;i<_849.length;++i){if(_84a.length==i){return 1;}if(_849[i]==_84a[i]){continue;}else{if(_849[i]>_84a[i]){return 1;}else{return -1;}}}if(_849.length!=_84a.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(_84c,_84d,_84e,_84f,_850,_851,_852,_853,_854,_855,_856,_857){this._File=_84e;this.VersionName=_850;this.CreatorDisplayName=_851||"";this.Comment=_852||"";this._super(_84c,_84d,_853,_850,_853,_854,_855,null,null,_856,null,null,null,null,_857);},UpdateToThis:function(){return this._File.UpdateToVersion(this);},UpdateToThisAsync:function(_858){return this._File.UpdateToVersionAsync(this,_858);},Delete:function(){var _859=this.Session.CreateRequest(this.__className+".Delete()");ITHit.WebDAV.Client.Methods.Delete.Go(_859,this.Href,null,this.Host);_859.MarkFinish();},DeleteAsync:function(_85a){var _85b=this.Session.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_85b,this.Href,null,this.Host,function(_85c){_85b.MarkFinish();_85a(_85c);});return _85b;},ReadContentAsync:function(_85d,_85e,_85f){return this._super.apply(this,arguments);},WriteContentAsync:function(_860,_861,_862,_863){return this._super.apply(this,arguments);},RefreshAsync:function(_864){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(_865,_866,_867){eval(String.fromCharCode.call(this,2+116,97,98+16,32,95,56,54,56,61,73,84,72,105,14+102,46,69+18,101,11+87,68,65,40+46,46,19+48,17+91,46+59,50+51,110,116,46,6+71,44+57,19+97,34+70,25+86,17+83,71+44,46,10+75,58+52,100,101,108,101,116,101,46,99,75+39,101,93+4,42+74,101,13+69,101,113,65+52,23+78,60+55,116,10+30,95,56,18+36,27+26,1+43,40+55,39+17,54,54,10+34,95,15+41,54,21+34,41,31+28,118,30+67,114,32,40+55,26+30,44+10,43+14,1+60,44+51,56,35+19,49+7,35+11,13+58,12+89,116,82,101,115,112,111,110,64+51,21+80,14+26,13+28,43+16));return new ITHit.WebDAV.Client.Methods.Report(_869);},createRequest:function(_86a,_86b,_86c){var _86d=_86a.CreateWebDavRequest(_86c,_86b);_86d.Method("UNDELETE");return _86d;}}});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(_86e,_86f){this._Response=_86e;eval(String.fromCharCode.call(this,13+103,91+13,105,45+70,46,70+12,101,52+61,117,101,115,43+73,50+27,68+33,116,69+35,111,100,61,95,56,54,87+15,59,26+90,25+79,74+31,45+70,46,26+57,59+57,97,53+63,117,115,57+4,110,101,4+115,20+12,3+70,51+33,72,105+0,62+54,46,54+33,79+22,98,68,40+25,86,7+39,32+35,108,36+69,93+8,110,61+55,23+23,62+10,37+79,23+93,48+64,83,116,97,116,117,89+26,40,66+29,28+28,42+12,43+58,31+15,35+48,56+60,56+41,89+27,117,60+55,30+14,95,56,14+40,75+26,46,11+72,95+21,97,116,63+54,3+112,68,70+31,59+56,50+49,57+57,35+70,112,60+56,29+76,111,67+43,34+7,57+2));},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(_871,_872){this.Properties=[];var _873=new ITHit.WebDAV.Client.PropertyName("responsedescription",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _874=new ITHit.XPath.resolver();_874.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);eval(String.fromCharCode.call(this,118,38+59,114,32,81+30,82,101,115,30+31,18+55,56+28,54+18,10+95,116,46,26+62,75+5,83+14,76+40,45+59,46,25+76,118,97,108,76+41,97,116,101,30+10,9+25,47,16+84,58,1+100,31+83,114,37+74,6+108,32+15,13+29,8+26,44,95,47+9,55,46+3,44,95,56,55,50+2,17+24,45+14));var _876;while(_876=oRes.iterateNext()){var _877=new ITHit.WebDAV.Client.Property(_876.cloneNode());if(_873.Equals(_877.Name)){this.ResponseDescription=_877.StringValue();continue;}this.Properties.push(_877);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.UnauthorizedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"UnauthorizedException",constructor:function(_878,_879,_87a){this._super(_878,_879,null,ITHit.WebDAV.Client.HttpStatus.Unauthorized,_87a);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.BadRequestException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"BadRequestException",constructor:function(_87b,_87c,_87d,_87e,_87f){this._super(_87b,_87c,_87d,ITHit.WebDAV.Client.HttpStatus.BadRequest,_87f,_87e);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ConflictException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ConflictException",constructor:function(_880,_881,_882,_883,_884){this._super(_880,_881,_882,ITHit.WebDAV.Client.HttpStatus.Conflict,_884,_883);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.LockedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"LockedException",constructor:function(_885,_886,_887,_888,_889){this._super(_885,_886,_887,ITHit.WebDAV.Client.HttpStatus.Locked,_889,_888);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ForbiddenException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ForbiddenException",constructor:function(_88a,_88b,_88c,_88d,_88e){this._super(_88a,_88b,_88c,ITHit.WebDAV.Client.HttpStatus.Forbidden,_88e,_88d);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"MethodNotAllowedException",constructor:function(_88f,_890,_891,_892,_893){this._super(_88f,_890,_891,ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed,_893,_892);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotImplementedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotImplementedException",constructor:function(_894,_895,_896,_897,_898){this._super(_894,_895,_896,ITHit.WebDAV.Client.HttpStatus.NotImplemented,_898,_897);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotFoundException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotFoundException",constructor:function(_899,_89a,_89b){this._super(_899,_89a,null,ITHit.WebDAV.Client.HttpStatus.NotFound,_89b);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PreconditionFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PreconditionFailedException",constructor:function(_89c,_89d,_89e,_89f,_8a0){this._super(_89c,_89d,_89e,ITHit.WebDAV.Client.HttpStatus.PreconditionFailed,_8a0,_89f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.DependencyFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"DependencyFailedException",constructor:function(_8a1,_8a2,_8a3,_8a4,_8a5){this._super(_8a1,_8a2,_8a3,ITHit.WebDAV.Client.HttpStatus.DependencyFailed,_8a5,_8a4);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.InsufficientStorageException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"InsufficientStorageException",constructor:function(_8a6,_8a7,_8a8,_8a9,_8aa){this._super(_8a6,_8a7,_8a8,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8aa,_8a9);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"QuotaNotExceededException",constructor:function(_8ab,_8ac,_8ad,_8ae,_8af){this._super(_8ab,_8ac,_8ad,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8ae,_8af);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"SufficientDiskSpaceException",constructor:function(_8b0,_8b1,_8b2,_8b3,_8b4){this._super(_8b0,_8b1,_8b2,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8b3,_8b4);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage",null,{constructor:function(_8b5,_8b6,_8b7,_8b8,_8b9){var _8ba="InsufficientStorageException";if(1==_8b8.Properties.length){var _8bb=_8b8.Properties[0].Name;if(_8bb.Equals(ITHit.WebDAV.Client.DavConstants.QuotaNotExceeded)){_8ba="QuotaNotExceededException";}else{if(_8bb.Equals(ITHit.WebDAV.Client.DavConstants.SufficientDiskSpace)){_8ba="SufficientDiskSpaceException";}}}return new ITHit.WebDAV.Client.Exceptions[_8ba]((_8b8.Description||_8b5),_8b6,_8b7,_8b9,_8b8);}});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(_8bc){this.Properties=[];this._super();if(_8bc){this.Description=_8bc.ResponseDescription;this.Properties=_8bc.Properties;}}});ITHit.Phrases.LoadJSON(ITHit.Temp.WebDAV_Phrases);(function(){var _8bd=function(_8be){this.Headers=_8be;};_8bd.prototype.Add=function(_8bf,_8c0){this.Headers[_8bf]=_8c0;};_8bd.prototype.GetAll=function(){return this.Headers;};var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavRequest",null,{__static:{_IdCounter:0,Create:function(sUri,_8c3,_8c4,_8c5,_8c6){if(/^\//.test(sUri)){sUri=_8c6+sUri.substr(1);}eval(String.fromCharCode.call(this,13+105,97,114,2+30,26+69,29+27,46+53,55,61,110,101,119,32,93+22,88+13,8+100,102,26+14,43+72,85,86+28,105,44,91+4,56,36+63,52,3+41,73+22,56,32+67,53+0,27+14,59));if("string"==typeof _8c3){if(_8c3){_8c7.Headers.Add("If","(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c3+">)");}}else{if((_8c3 instanceof Array)&&_8c3.length){var _8c8="";var _8c9=true;for(var i=0;i<_8c3.length;i++){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_8c3[i],"lockToken");_8c8+=(_8c9?"":" ")+"(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8c3[i].LockToken+">)";_8c9=false;}_8c7.Headers.Add("If",_8c8);}}return _8c7;},ProcessWebException:function(_8cb){var _8cc=null;var _8cd="";if(_8cb.BodyXml&&_8cb.BodyXml.childNodes.length){_8cc=new ITHit.XMLDoc(_8cb.BodyXml);_8cd=String(_8cc);}var _8ce=null,_8cf=null;eval(String.fromCharCode.call(this,105,69+33,14+26,95,56,99,99,41,123,118,97,11+103,26+6,95,52+4,100,14+34,20+41,65+45,2+99,24+95,30+2,73,39+45,72,18+87,116,35+11,70+17,101,54+44,2+66,22+43,38+48,46,28+39,108,21+84,101,110,114+2,46,77,101,112+4,21+83,8+103,93+7,44+71,46,69,71+43,114,49+62,114,82,66+35,108+7,112,76+35,110,74+41,70+31,38+2,69+26,9+47,99,99,5+39,95,56,24+75,98,34+12,72,114,97+4,102,12+29,50+9,95,17+39,99,35+67,61,62+48,101,111+8,32,73,84,33+39,105,116,39+7,65+22,101,52+46,40+28,44+21,39+47,13+33,47+20,92+16,62+43,101,110,112+4,28+18,69,101+19,99,101,16+96,116,3+102,15+96,110,115,46,0+73,103+7,102,68+43,42+4,17+52,50+64,27+87,65+46,114,40,51+44,56,100,48,41,59,56+62,49+48,114,10+22,93+2,56,100,49,61,103+7,48+53,119,32,73,84,33+39,105,116,46,80+7,101,98,68,65,86,46,67,108,8+97,101,110,67+49,42+4,20+57,101,55+61,73+31,111,100,21+94,23+23,61+16,117,81+27,116,105,82,21+80,38+77,89+23,111,110,55+60,25+76,12+28,12+83,56,99,99,30+14,95,56,93+6,98,45+1,72,114,101,102,8+33,50+9,82+13,34+22,99,101,61,40+70,45+56,68+51,20+12,73,51+33,72,81+24,116,46,71+16,72+29,69+29,68,1+64,35+51,39+7,67,108+0,73+32,101,110,116,5+41,69,109+11,62+37,64+37,64+48,84+32,37+68,111,56+54,115,46,73,110,33+69,99+12,25+21,77,117,108,67+49,7+98,115,71+45,97,116,93+24,3+112,25+15,95,56,100,15+34,41,59,56+69,88+13,9+99,67+48,85+16,23+100,95,10+46,75+24,102,60+1,110,101,119,32,73,84,64+8,4+101,116,46,87,101,15+83,68,38+27,86,46,66+1,108,105,44+57,44+66,116,46,62+7,70+50,99,20+81,12+100,116,105,111,110,115,46,73,110,59+43,4+107,11+35,13+56,114,85+29,111,76+38,40,18+23,19+40,95,56,99,87+15,46,66,111,7+93,121,75+9,101,120,107+9,61,95,56,56+43,64+34,34+12,48+18,111,89+11,72+49,84,101,120,116,12+47,70+55));var _8d2=null,_8d3;switch(_8cb.Status){case ITHit.WebDAV.Client.HttpStatus.Unauthorized.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.UnauthorizedException(ITHit.Phrases.Exceptions.Unauthorized,_8cb.Href,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.Conflict.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.ConflictException(ITHit.Phrases.Exceptions.Conflict,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.Locked.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.LockedException(ITHit.Phrases.Exceptions.Locked,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.BadRequest.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.BadRequestException(ITHit.Phrases.Exceptions.BadRequest,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.Forbidden.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.ForbiddenException(ITHit.Phrases.Exceptions.Forbidden,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.NotImplemented.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.NotImplementedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.NotFound.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.Exceptions.NotFound,_8cb.Href,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.PreconditionFailed.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.PreconditionFailedException(ITHit.Phrases.Exceptions.PreconditionFailed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.DependencyFailed.Code:_8d3=new ITHit.WebDAV.Client.Exceptions.DependencyFailedException(ITHit.Phrases.Exceptions.DependencyFailed,_8cb.Href,_8ce,_8cf,_8d2);break;case ITHit.WebDAV.Client.HttpStatus.InsufficientStorage.Code:_8d3=ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage(ITHit.Phrases.Exceptions.InsufficientStorage,_8cb.Href,_8ce,_8cf,_8d2);break;default:if(_8cd){_8cd="\n"+ITHit.Phrases.ServerReturned+"\n----\n"+_8cd+"\n----\n";}_8d3=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.Http+_8cd,_8cb.Href,_8ce,new ITHit.WebDAV.Client.HttpStatus(_8cb.Status,_8cb.StatusDescription),_8d2,_8cf);break;}return _8d3;}},_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,_8d5,_8d6){this._Href=sUri;this._Headers={};this._User=_8d5||null;this._Password=_8d6||null;this.Id=self._IdCounter++;this.Headers=new _8bd(this._Headers);},Method:function(_8d7){if(undefined!==_8d7){this._Method=_8d7;}return this._Method;},Body:function(_8d8){if(undefined!==_8d8){this._Body=String(_8d8);}return String(this._Body);},BodyBinary:function(_8d9){if(undefined!==_8d9){this._Body=_8d9;}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(_8db){var _8dc=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8db.message,sHref,null,null,_8db);var _8dd=new ITHit.WebDAV.Client.AsyncResult(null,false,_8dc);ITHit.Events.DispatchEvent(that,"OnFinish",[_8dd,that.Id]);fCallback.call(this,_8dd);};this._XMLRequest.Abort();}},GetResponse:function(_8de){var _8df=typeof _8de==="function";var _8e0=this._Href;if((ITHit.Config.PreventCaching&&this.PreventCaching===null)||this.PreventCaching===true){var _8e1=_8e0.indexOf("?")!==-1?"&":"?";var _8e2=_8e1+"nocache="+new Date().getTime();if(_8e0.indexOf("#")!==-1){_8e0.replace(/#/g,_8e2+"#");}else{_8e0+=_8e2;}}_8e0=_8e0.replace(/#/g,"%23");var _8e3=new ITHit.HttpRequest(_8e0,this._Method,this._Headers,this._Body);eval(String.fromCharCode.call(this,118,23+74,51+63,19+13,95,56,101,52,61,73,46+38,72,13+92,116,30+16,32+37,118,101,64+46,116,115,46,68,87+18,101+14,53+59,22+75,48+68,47+52,89+15,3+66,118,101,110,116,29+11,11+105,64+40,105,99+16,29+15,34,79,102+8,29+37,12+89,102,105+6,114,13+88,82,65+36,113,117,31+70,34+81,116,83,61+40,13+97,100,34,44,40+55,56,62+39,18+33,41,59));if(!_8e4||!(_8e4 instanceof ITHit.HttpResponse)){_8e3.User=(null===_8e3.User)?this._User:_8e3.User;_8e3.Password=(null===_8e3.Password)?this._Password:_8e3.Password;_8e3.Body=_8e3.Body||"";eval(String.fromCharCode.call(this,116,104,79+26,40+75,46,95,88,77,76,58+24,25+76,97+16,117,101,115,19+97,61,110,101,119,22+10,73,75+9,72,105,101+15,46,88,52+25,58+18,45+37,14+87,113,113+4,47+54,115,105+11,40,88+7,56,53+48,37+14,38+6,1+94,56,100,102,41,38+21,110,5+56,35+4,12+28,41,32,84+39,92,110,32,19+13,12+20,32,47+44,1+109,13+84,116,94+11,2+116,101,32,41+58,107+4,88+12,101,93,80+12,110,90+35,39,29+30,61+58,100,61,11+57,50+47,116,101,20+39,37+62,61,31+9,41+4,46+3,22+10,61,61,32,52+31,116,78+36,105,12+98,103,17+23,68+33,118,97,108,41,46,21+84,30+80,8+92,54+47,120,79,50+52,40,39,67,94+17,16+93,112,97+8,108,101,66+17,27+89,114,105,110,86+17,8+31,22+19,41,59,17+93,9+40,2+59,39,40,39+2,32,123,14+18,91,79+31,79+18,116,105,106+12,83+18,28+4,86+13,111,100,101,93,32,125,39,59,4+97,26+35,28+11,101,77+41,97,108,37+2,59,100+19,101,61,72+29,118,51+46,79+29,28+31,119,12+86,61,40,45,49,32,2+31,61,12+20,110,61+36,118,105,65+38,97,17+99,72+39,114,1+45,5+112,46+69,101,114,65,103,101,110,55+61,15+31,55+61,111,76,111,119,76+25,114,6+61,97,115,70+31,40,37+4,30+16,105,70+40,100,101,120,79,97+5,40,20+19,99,104,114,19+92,75+34,0+101,38+1,41,41,59,59,100,29+32,39,68,66+31,73+43,101,39,59,94+8,61,39,75+27,117,110,64+35,8+108,105,111,110,5+27,39,59,108,1+60,39,49+43,110,11+28,34+25,101,51,39+22,108,18+25,37+65,43,101,43,110,49,59,20+80,31+20,13+48,88+20,32+11,102,41+2,100,43,59+51,49,5+54,100,41+9,61,16+86,9+34,69+31,17+26,110,59,46+55,48+2,61,71+31,6+37,101,10+33,110,5+54,101,52,48+13,23+76,51+8,101,53,61,27+75,43,46+55,28+15,28+82,6+43,59,101,49,61,108,43,102,43,98+3,4+39,110,43+0,108,59,98+2,19+33,61,39,54+37,61+41,117,110,99,116,47+58,36+75,12+98,93,39,59,100,53,61+0,102,43,100,24+19,110,11+38,37+22,100,49,61,108,23+20,58+44,31+12,100,43,110,43,108,59,75+30,102,32,40,3+37,40,101,0+49,33,61,119,101,33+8,18+20,19+19,40,101,50,33,61,81+38,26+75,33+8,38,25+13,40,85+16,45+6,1+32,61,117+2,101,41,38,38,10+30,119,98,19+19,35+3,101,52,38,38,40,101,11+42,33,46+15,119,43+58,41,41,41,113+11,124,40,21+19,100,42+7,33,61,55+64,100,33+8,38,38,8+32,100,20+30,25+8,57+4,119,23+77,41,38,15+23,40,14+86,27+24,18+15,61,119,100,18+23,7+31,38,6+34,100,50+2,33,61,111+8,80+20,20+21,33+5,11+27,26+14,10+90,53,8+25,61,119,92+8,2+39,41,34+7,32,15+108,97+19,18+86,114,16+95,3+116,31+1,39,30+71,108+10,97,108,32,97,110,41+59,28+4,68,97,116,101,32,109,52+49,13+103,8+96,111,100,68+47,30+2,109,117,115,116,32,109+1,111,85+31,32,98,101,1+31,114,101,100,101,40+62,105,13+97,29+72,100,10+36,29+10,59,71+54));}if(_8df){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnData=function(_8e6){var _8e7=null;var _8e8=true;var _8e9=null;try{_8e7=that._onGetResponse(_8e3,_8e6);_8e8=true;}catch(e){_8e9=e;_8e8=false;}var _8ea=new ITHit.WebDAV.Client.CancellableResult(_8e7,_8e8,_8e9,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ea,that.Id]);_8de.call(this,_8ea);};this._XMLRequest.OnError=function(_8eb){var _8ec=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8eb.message,_8e0,null,null,_8eb);var _8ed=new ITHit.WebDAV.Client.AsyncResult(null,false,_8ec,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8ed,that.Id]);_8de.call(this,_8ed);};this._XMLRequest.OnProgress=function(_8ee){if(!_8ee){return;}that.ProgressInfo=_8ee;ITHit.Events.DispatchEvent(that,"OnProgress",[_8ee,that.Id]);if(typeof that.OnProgress==="function"){that.OnProgress(_8ee);}};this._XMLRequest.OnUploadProgress=function(_8ef){if(!_8ef){return;}that.UploadProgressInfo=_8ef;ITHit.Events.DispatchEvent(that,"OnUploadProgress",[_8ef,that.Id]);if(typeof that.OnUploadProgress==="function"){that.OnUploadProgress(_8ef);}};this._XMLRequest.Send();}else{var _8f0=this._onGetResponse(_8e3,_8e4);_8de.call(this,_8f0);}}else{if(this._XMLRequest!==null){this._XMLRequest.Send();_8e4=this._XMLRequest.GetResponse();}return this._onGetResponse(_8e3,_8e4);}},_onGetResponse:function(_8f1,_8f2){_8f2.RequestMethod=this._Method;ITHit.Events.DispatchEvent(this,"OnResponse",[_8f2,this.Id]);var _8f3=new ITHit.WebDAV.Client.HttpStatus(_8f2.Status,_8f2.StatusDescription);if(_8f2.Status==ITHit.WebDAV.Client.HttpStatus.Redirect.Code){window.location.replace(_8f2.Headers["Location"]);}if(!_8f3.IsSuccess()){throw self.ProcessWebException(_8f2);}return new ITHit.WebDAV.Client.WebDavResponse(_8f2,_8f1.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(_8f5){this.CountTotal=_8f5;this._RequestsComplete={};this._RequestsXhr={};},SetComplete:function(_8f6){if(this._RequestsComplete[_8f6]){return;}this._RequestsComplete[_8f6]=true;this.CountComplete++;if(this._RequestsXhr[_8f6]){this._RequestsXhr[_8f6].loaded=this._RequestsXhr[_8f6].total;this.SetXhrEvent(_8f6,this._RequestsXhr[_8f6]);}else{this._UpdatePercent();}},SetXhrEvent:function(_8f7,_8f8){this._RequestsXhr[_8f7]=_8f8;if(this.LengthComputable===false){return;}this._ResetBytes();for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8fa=this._RequestsXhr[iId];if(_8fa.lengthComputable===false||!_8fa.total){this.LengthComputable=false;this._ResetBytes();break;}this.BytesLoaded+=_8fa.loaded;this.BytesTotal+=_8fa.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 _8fc=this._RequestsXhr[iId];this.Percent+=(_8fc.loaded*100/_8fc.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(_8fe,_8ff,_900){_8ff=_8ff||this.__instanceName;_900=_900||1;this.Session=_8fe;this.Name=_8ff;this.Id=self.IdCounter++;this._WebDavRequests=[];this._WebDavResponses={};this._RequestsCount=_900;this.Progress=new ITHit.WebDAV.Client.RequestProgress(_900);this.UploadProgress=new ITHit.WebDAV.Client.RequestProgress(_900);},AddListener:function(_901,_902,_903){_903=_903||null;switch(_901){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,_901,_902,_903);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_901+"`");}},RemoveListener:function(_904,_905,_906){_906=_906||null;switch(_904){case self.EVENT_ON_PROGRESS:case self.EVENT_ON_UPLOAD_PROGRESS:case self.EVENT_ON_ERROR:case self.EVENT_ON_FINISH:ITHit.Events.RemoveListener(this,_904,_905,_906);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_904+"`");}},Abort:function(){for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},AbortAsync:function(_909,_90a){var _90b=function(_90c){ITHit.Events.RemoveListener(this,self.EVENT_ON_ABORT,_90b);_909.call(_90a,_90c);};ITHit.Events.AddListener(this,self.EVENT_ON_ABORT,_90b);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 _90f=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Finished: "+_90f.toUTCString()+" ["+_90f.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 _910=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Aborted: "+_910.toUTCString()+" ["+_910.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},CreateWebDavRequest:function(_911,_912,_913){var sId=this.Id;var _915=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: "+_915.toUTCString()+" ["+_915.getTime()+"] -----------------",ITHit.LogLevel.Info);ITHit.Logger.WriteMessage("["+sId+"] Context Name: "+this.Name,ITHit.LogLevel.Info);var _916=this.Session.CreateWebDavRequest(_911,_912,_913);ITHit.Events.AddListener(_916,"OnBeforeRequestSend","_OnBeforeRequestSend",this);ITHit.Events.AddListener(_916,"OnResponse","_OnResponse",this);ITHit.Events.AddListener(_916,"OnProgress","_OnProgress",this);ITHit.Events.AddListener(_916,"OnUploadProgress","_OnUploadProgress",this);ITHit.Events.AddListener(_916,"OnFinish","_OnFinish",this);this._WebDavRequests.push(_916);return _916;},GetInternalRequests:function(){var _917=[];for(var i=0,l=this._WebDavRequests.length;i<l;i++){_917.push({Request:this._WebDavRequests[i],Response:this._WebDavResponses[this._WebDavRequests[i].Id]||null,});}return _917;},_OnBeforeRequestSend:function(_91a){this._WriteRequestLog(_91a);},_OnResponse:function(_91b,_91c){this._WebDavResponses[_91c]=_91b;this._WriteResponseLog(_91b);},_OnProgress:function(_91d,_91e){var _91f=this.Progress.Percent;this.Progress.SetXhrEvent(_91e,_91d);if(this.Progress.Percent!==_91f){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}},_OnUploadProgress:function(_920,_921){var _922=this.UploadProgress.Percent;this.UploadProgress.SetXhrEvent(_921,_920);if(this.UploadProgress.Percent!==_922){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}},_OnFinish:function(_923,_924){var _925=this.Progress.Percent;var _926=this.UploadProgress.Percent;this.Progress.SetComplete(_924);if(this.Progress.Percent!==_925){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}this.UploadProgress.SetComplete(_924);if(this.UploadProgress.Percent!==_926){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}if(!_923.IsSuccess){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_923.Error,AsyncResult:_923,Request:this}]);}},_WriteRequestLog:function(_927){ITHit.Logger.WriteMessage("["+this.Id+"] "+_927.Method+" "+_927.Href,ITHit.LogLevel.Info);var _928=[];for(var _929 in _927.Headers){if(_927.Headers.hasOwnProperty(_929)){_928.push(_929+": "+_927.Headers[_929]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_928.join("\n"),ITHit.LogLevel.Info);var _92a=String(_927.Body)||"";if(_927.Method.toUpperCase()!=="PUT"&&_927.Body){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92a,ITHit.LogLevel.Info);}},_WriteResponseLog:function(_92b){ITHit.Logger.WriteMessage("\n["+this.Id+"] "+_92b.Status+" "+_92b.StatusDescription,ITHit.LogLevel.Info);var _92c=[];for(var _92d in _92b.Headers){if(_92b.Headers.hasOwnProperty(_92d)){_92c.push(_92d+": "+_92b.Headers[_92d]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_92c.join("\n"),ITHit.LogLevel.Info);var _92e=(parseInt(_92b.Status/100)==2);var _92f=_92b.BodyXml&&_92b.BodyXml.childNodes.length?String(new ITHit.XMLDoc(_92b.BodyXml)):_92b.BodyText;if(!_92e||_92b.RequestMethod.toUpperCase()!=="GET"){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92f,_92e?ITHit.LogLevel.Info:ITHit.LogLevel.Debug);}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavSession",null,{__static:{Version:"5.21.5822.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,40,37+36,84,9+63,105,116,45+1,87,101,98,68,65,69+17,2+44,67,90+18,105,101,106+4,109+7,43+3,64+12,92+13,80+19,101,110,115,7+94,73,4+96,41,32,123,32,14+26,102,77+40,95+15,99,116,53+52,29+82,31+79,32,94+5,10+94,101,94+5,77+30,14+62,105,33+66,101,110,27+88,87+14,24+16,7+34,15+17,123,13,32,3+29,32,6+26,49+69,97,87+27,19+13,40+75,42+26,111,109,97,68+37,110,1+31,61,32,34,19+85,85+31,116,112,115,58,47,30+17,119,48+71,119,45+1,119,15+86,98+0,51+49,97,118,115,120+1,115,116,92+9,109,36+10,99,111,94+15,34,55+4,2+11,32,32,32,17+15,118,10+87,87+27,32,59+56,77+8,89+25,105,32,61,32,115,19+49,60+51,2+107,97,9+96,110,32,43,32,34,2+45,97,104+8,34+71,47,115,117,98,24+91,3+96,62+52,105,112,60+56,105,110+1,110,108,105,4+95,32+69,77+33,9+106,0+101,47,99,41+63,4+97,99,17+90,47,20+14,14+45,13,32,27+5,32,32,3+115,97,106+8,32,115,83,101+15,97,116,117,115,83,106+10,111,114,5+92,13+90,86+15,30+45,101,73+48,16+16,22+39,32,2+32,108,63+42,50+49,101,110,57+58,101,46,3+112,116,59+38,39+77,83+34,3+112,34,59,2+11,25+7,32,32+0,4+28,118,18+79,114,7+25,115,61+21,40+61,113,107+10,100+1,60+55,116,72+11,109+7,17+94,29+85,52+45,103,101,75,22+79,121,32,61,32,34,108,105,68+31,88+13,12+98,115,29+72,31+15,114,101,4+109,117,101,65+50,87+29,0+34,59,13,32,25+7,1+31,5+27,118,97,114,32,115,83,80+36,97,92+17,70+42,32,20+41,32,5+68,84,72,105,116,40+6,31+56,64+37,98,13+55,45+20,20+66,46,64+3,50+58,105,101,110,43+73,46,87,41+60,98,68,51+46,118,13+70,96+5,115,115,105,111,110,44+2,48+38,100+1,17+97,115,105,40+71,10+100,55+4,13,32,32,12+20,15+17,118,71+26,5+109,32,115,65,94+5,56+60,89+28,97,85+23,13+19,58+3,9+23,1+33,84+13,95+4,28+88,117,28+69,0+108,21+13,31+28,3+10,27+5,27+5,22+10,16+16,118,90+7,114,28+4,53+62,69,120,112,59+46,114,82+19,10+90,32,61,32,34,88+13,69+51,112,105,114,12+89,100,34,59,9+4,32,32,32,23+9,118,57+40,53+61,15+17,115,29+41,24+73,105,8+100,101,100,32,39+22,1+31,34,19+83,76+21,105,21+87,89+12,64+36,34,59,5+8,13+19,32,32,32,40+78,97,44+70,32,75+40,76,105,99,64+37,72+38,115,23+78,73,100,32,61,17+15,51+22,66+18,72,105,112+4,34+12,87,20+81,79+19,68,62+3,86,46,32+35,108,105,39+62,110,116,46,76,6+99,48+51,101+0,36+74,35+80,101,46+27,100,24+35,13,13,28+4,27+5,9+23,28+4,72+33,69+33,32,21+19,33,115,76,42+63,99,101,110,115,98+3,33+40,29+71,31+10,24+8,114,101,116,68+49,78+36,24+86,32,102,29+68,59+49,115,59+42,43+16,0+13,14+18,32+0,1+31,9+23,105,102,40,119,45+60,110,81+19,111,119,46,46+52,62+54,111,17+80,41,13,32,32,32,8+24,123,13,20+12,20+12,14+18,32,29+3,32,12+20,32,115,83,116,97,72+44,117,43+72,15+68,57+59,111,60+54,97,103,88+13,47+28,47+54,121,27+5,61,32,106+13,99+6,69+41,100,29+82,119,39+7,50+48,72+44,84+27,56+41,34+6,101,24+86,86+13,111,100,96+5,10+75,27+55,73,57+10,111,109,104+8,69+42,108+2,101,45+65,116,40,109+6,82+1,87+29,97,57+59,117,115,79+4,116,104+7,105+9,15+82,39+64,73+28,24+51,44+57,47+74,41,41,3+56,13,32,16+16,11+21,26+6,29+3,32,15+17,8+24,115,82,88+13,113,57+60,38+63,115,101+15,1+82,116,111,5+109,76+21,3+100,101,75,101,121,12+20,20+41,2+30,119,105+0,110,16+84,111,86+33,46,92+6,113+3,110+1,16+81,40,70+31,110,93+6,71+40,100,60+41,54+31,61+21,67+6,17+50,23+88,20+89,31+81,62+49,110,42+59,14+96,116,40,115,21+61,101,23+90,117,42+59,115,86+30,83,116,111,114,97,103,62+39,29+46,101,121,23+18,3+38,59,11+2,32,32,32,32,32,32,32,32,114+1,83,98+18,97,109,34+78,23+9,61,32,37+82,57+48,104+6,79+21,39+72,96+23,46,4+94,116,111,97,40,115,27+56,116,73+24,61+48,98+14,41,0+59,13,5+27,12+20,20+12,32,35+90,4+9,5+8,32,5+27,4+28,2+30,118,46+51,96+18,32,111,76,105,37+62,101,110,115,101,83,116,18+79,116,117,115,32,61,32,45+58,101,41+75,83,85+31,97,40+76,24+93,100+15,70,53+58,102+12,61+6,117,97+17,114,33+68,110,108+8,76,105,13+86,101,15+95,115,101,15+25,44+71,83,116,97,116,117,115,42+41,116,111,7+107,15+82,103,52+49,50+25,101,121,41,59,8+5,32,21+11,32,4+28,105,102,12+20,21+19,33,111,76,105,76+23,34+67,110,115,101,83,116,97,116,117,115,17+15,50+74,55+69,4+9,24+8,32,21+11,4+28,10+22,32,32,32,111,8+68,42+63,99,65+36,51+59,115,67+34,66+17,116,89+8,27+89,117,38+77,46,71+44,116,42+55,97+19,117,58+57,32,61,19+42,61,24+8,115,69,83+37,112,93+12,71+43,10+91,52+48,31+1,110+14,124,10+3,32,8+24,0+32,23+9,20+12,8+24,32,1+31,34+77,76,33+72,71+28,35+66,110,115,101,83,116,26+71,116,19+98,115,15+31,9+92,25+95,112,57+48,1+113,57+44,100,49+16,80+36,32,60,11+21,4+106,47+54,119,32,68,30+67,116,101,40,30+11,5+36,32,123,8+5,32,3+29,19+13,26+6,32,32,32,22+10,98+20,97,6+108,17+15,48+50,73,49+66,30+35,83+32,121,110,85+14,30+2,61,26+6,33,2+109,76,23+82,99,101,84+26,111+4,79+22,78+5,116,43+54,24+92,117,115,32,30+94,34+90,32,9+102,3+73,105,51+48,73+28,96+14,115,92+9,53+30,116,19+78,18+98,46+71,48+67,11+35,115,41+75,97,72+44,117,115,32,61,61,56+5,32,1+114,65,99,29+87,91+26,97,91+17,15+44,7+6,32,32,32,24+8,32,14+18,12+20,32,9+96,102,32,15+25,67+31,25+48,12+103,65,115,42+79,31+79,99,26+6,7+31,4+34,18+14,33,83+15,34+67,103,51+54,28+82,82,8+93,113,117,101,15+100,116,14+26,32+9,8+33,32,114,24+77,49+67,117,15+99,8+102,32,116,74+40,16+101,40+61,55+4,13,18+14,28+4,32,32,32,8+24,32,32,16+16,21+11,32,13+19,118,97,114,10+22,91+20,82,84+17,113,32,61,17+15,0+110,101,2+117,6+26,88,77,76,72,39+77,116,21+91,17+65,101,113,19+98,101,75+40,116,40,1+40,9+50,9+4,32,30+2,32,32,5+27,29+3,7+25,16+16,32,32,7+25,10+22,36+69,54+48,36+4,58+40,70+3,113+2,5+60,101+14,121,12+98,97+2,41,32,78+33,82,7+94,107+6,46,58+53,110,24+90,101,28+69,60+40,54+67,68+47,12+104,41+56,116,50+51,31+68,104,8+89,110,66+37,89+12,20+12,44+17,23+9,103+8,110,72+10,84+17,113,117,84+17,115,116,26+41,104,46+51,11+99,27+76,101,59,6+7,7+25,17+15,32,28+4,32,32,32,32,32,18+14,32,32,33+78,82,101,113,22+24,15+96,109+3,98+3,110,21+19,12+22,43+37,79,83,84,34,44,6+26,115,72+13,99+15,29+76,28+16,28+4,86+12,73,115,65,115,77+44,98+12,76+23,29+12,59,10+3,13+19,32,32,5+27,24+8,13+19,32,32,32,32,11+21,30+2,111,77+5,101,32+81,46,115,61+40,12+104,82,34+67,93+20,19+98,101,80+35,91+25,72,45+56,45+52,91+9,101,114,40,39,67,45+66,2+108,116,48+53,110,116,7+38,84,34+87,105+7,96+5,39,14+30,32,30+9,73+24,67+45,112,108,105,32+67,4+93,116,105,36+75,110,47,120,9+36,119,119,119,45,30+72,81+30,114,109,43+2,117,114,108,84+17,18+92,99,111,10+90,101,38+62,11+28,0+41,59,13,30+2,32,32,32,26+6,32,6+26,9+23,32,23+9,1+31,32,118,97,94+20,26+6,115,3+77,97,114,97,58+51,114+1,23+9,7+54,32,34,105,100,61,34,32,3+40,32,84+17,110,90+9,111,70+30,101,85,10+72,27+46,54+13,111,109,78+34,5+106,88+22,101,110,116,40,18+97,76,24+81,99,17+84,53+57,52+63,101,26+47,50+50,41,32,38+5,32,15+19,31+7,74+38,114,111,100,117,99,116,78,96+1,16+93,101,115,61,7+27,32,43,32,40+33,84,70+2,45+60,116,46,55+25,104,114,97,30+85,23+78,115,22+24,11+69,114,3+108,100,117,31+68,116,78,97,109,101,12+20,19+24,32,2+32,4+34,92+23,114+2,7+90,109,112,61,34,23+9,25+18,32,115,17+66,116,19+78,71+38,112,59,13,32,23+9,32,13+19,32,30+2,32,20+12,91+25,73+41,121,23+9,62+61,8+5,22+10,32,32,32,7+25,18+14,32,25+7,32,32,32,32,11+100,82,101,102+11,46,115,101,26+84,86+14,18+22,102+13,80,97,40+74,83+14,109,115,29+12,59,13,23+9,20+12,32,32,32,2+30,32,32,39+86,32,81+18,97,72+44,80+19,104,32,4+36,34+67,41,32,123,13,16+16,32,15+17,25+7,32,32,6+26,32,32,5+27,28+4,32,111,110,68+14,7+94,91+22,46+71,101,89+26,66+50,70,97,75+30,108,101,33+67,2+44,32+67,97,108,3+105,40,86+25,82,101,85+28,41,10+49,13,20+12,11+21,32,18+14,32,27+5,32,28+4,125,8+5,13,32,3+29,14+18,32,32,13+19,0+32,30+2,105,102,37+3,33,66+32,6+67,46+69,40+25,59+56,18+103,60+50,13+86,6+35,7+25,89+22,110,66+16,68+33,7+106,3+114,69+32,115,73+43,67,104,97,110,103,18+83,46,99,97,108,108,40,111,82,101,80+33,41,59,7+6,32,1+31,4+28,32,20+12,32,32,31+1,62+52,101,116,47+70,70+44,40+70,32,75+41,114,113+4,82+19,35+24,13,11+21,21+11,27+5,17+15,125,32,101,108,115,101,13+19,123,1+12,9+23,32+0,15+17,32,4+28,7+25,32,32,71+43,101,116,76+41,62+52,110,32,97+14,76,23+82,99,101,110,115,43+58,43+40,114+2,97,116,117,56+59,21+11,33,7+54,41+20,32,115,34+35,33+87,112,95+10,114,101,100,14+45,4+9,32,32,32,2+30,125,10+3,13,31+1,32,32,32,2+100,117,110,99,116,105,111,101+9,11+21,106+5,110,82,101,113,96+21,28+73,115,116,67,22+82,57+40,110,103,18+83,40,14+27,1+31,123,10+3,32,32,10+22,32,32,29+3,29+3,29+3,105,102,8+32,41+75,104,33+72,115,32+14,106+8,61+40,97,80+20,121,83,116,97,55+61,101,26+6,21+12,49+12,13+48,12+20,88,62+15,76,23+49,54+62,108+8,112,28+54,61+40,8+105,117,101,12+103,80+36,11+35,68,79,78,69,41,17+15,11+103,101,31+85,91+26,114,110,59,11+2,4+9,22+10,19+13,9+23,32,2+30,32+0,20+12,21+11,98+10,68+43,99,97,11+97,83,116,55+56,7+107,97,52+51,101,29+17,114,101,109,111+0,118,101,73,29+87,50+51,109,39+1,115,82,101,113,65+52,101,50+65,106+10,66+17,116,111,114,97,103,101,75,74+27,121,18+23,15+44,13,6+26,23+9,32,32,3+29,32,30+2,11+21,105,102,28+4,21+19,93+23,104,12+93,115,6+40,115,26+90,4+93,1+115,78+39,115,32,21+12,4+57,20+41,32,39+11,48,48,15+26,29+3,123,4+9,32,18+14,32,5+27,32,32,32,14+18,1+31,21+11,21+11,32,111,59+51,82,101,113,89+28,44+57,115,91+25,70,97,47+58,108,101,87+13,46,85+14,97,108,67+41,2+38,116,89+15,105,115,41,59,13,29+3,4+28,30+2,32,16+16,31+1,32,32,32,32,32,18+14,53+61,101,42+74,32+85,114,110,59,13,32,24+8,28+4,32,25+7,9+23,32,32,20+105,13,11+2,32,32,12+20,28+4,24+8,32,6+26,29+3,94+24,97,114,32+0,73+38,20+62,101,114+1,73+39,111,70+40,115,101,32,59+2,8+24,35+39,64+19,79,75+3,32+14,112,97,80+34,115,101,35+5,116,104,65+40,25+90,3+43,14+100,65+36,115,86+26,32+79,110,115,23+78,41,18+41,2+11,19+13,32,24+8,18+14,4+28,32,32,9+23,54+51,21+81,40,33,20+91,66+16,101,88+27,112,93+18,59+51,115,30+71,46,29+44,34+81,46+23,120,112,105,114,44+57,37+63,32,38,38,20+12,111,36+46,101,115,112,89+22,110+0,115,54+47,22+24,73,89+26,84+2,47+50,108,5+100,100,18+23,13+0,26+6,10+22,32,17+15,30+2,32,32,32,123,3+10,28+4,32,12+20,19+13,22+10,32,23+9,32,17+15,21+11,32,32,115,97+4,116,17+66,116,97,105+11,117,13+102,54+16,111,114,26+41,23+94,112+2,114,79+22,110,18+98,49+27,40+65,52+47,101,95+20,49+52,8+32,115,1+64,23+76,28+88,117,82+15,8+100,18+23,59,13,13+19,32,24+8,28+4,14+18,22+10,32,23+9,28+4,32,32+0,20+12,114,7+94,108+8,55+62,40+74,21+89,59,13,19+13,26+6,32,32,15+17,5+27,32,20+12,125,13,13,13+19,27+5,32,26+6,32,32,32,14+18,23+92,101,22+94,83,116,97,97+19,111+6,99+16,27+43,58+53,42+72,38+29,3+114,58+56,114,101,110,115+1,53+23,70+35,99,101,110+5,101,25+15,115,69,120,112,90+15,114,101,100,16+25,59,5+8,7+25,32,32,0+32,14+18,32,27+5,31+1,105,102,32+8,32+1,111,37+45,16+85,115,1+111,111,72+38,115,20+81,46,60+9,45+69,114,42+69,46+68,85,60+54,76+32,33+8,11+2,32,32,17+15,29+3,32,32,32,15+17,123,8+5,32,18+14,18+14,32,32,32,32,31+1,32,32,32,11+21,12+85,108,30+71,114,104+12,5+35,53+58,82,101,115,79+33,111,1+109,92+23,101,46,37+32,15+99,114,86+25,114,69+8,101,43+72,115,9+88,41+62,101,41,7+52,4+9,28+4,32,0+32,32,16+16,16+16,32,32,32,32,29+3,32,64+52,104,114,8+103,119,32,106+4,43+58,119,1+31,20+49,100+14,55+59,106+5,114,32+8,111,25+57,101,115,70+42,88+23,39+71,111+4,40+61,20+26,66+3,114,56+58,111,14+100,77,101,9+106,77+38,68+29,20+83,101,32+9,59,13,19+13,32,29+3,12+20,32,32,32,32,19+106,13,13,8+24,32,12+20,32,32,30+2,32,21+11,105,102,32,40,99,89+22,39+71,102,105,114,109,5+35,111,82,97+4,47+68,112,85+26,85+25,115,80+21,46,69,114,28+86,48+63,114,77,53+48,10+105,94+21,97,103,95+6,15+26,41,32,8+115,0+13,32,15+17,32,32,32,32,10+22,32,16+16,7+25,29+3,5+27,108+0,111,99,97,116,79+26,12+99,110,35+11,78+26,19+95,87+14,102,32,4+57,32,27+84,82,91+10,57+58,112,111,80+30,115,65+36,39+7,69,114,100+14,62+49,59+55,85,73+41,108,5+54,13,20+12,23+9,32,32+0,9+23,20+12,32,21+11,8+117,32,13+88,52+56,77+38,101,32,97+26,2+11,32,32,32,32,26+6,3+29,12+20,32,11+21,9+23,32,16+16,41+75,6+98,72+42,76+35,106+13,5+27,106+4,101,119,32,69,4+110,114,111,97+17,14+26,34,55+15,97,105,28+80,21+80,19+81,23+9,80+19,104,77+24,8+91,107,22+10,92+16,105,42+57,61+40,31+79,88+27,99+2,34+0,1+40,59,2+11,28+4,32,22+10,32,32,32,32,6+26,125,13+0,11+21,14+18,32,32,125,3+10,13,25+7,32,32,32,99+3,117,110,99,116,33+72,111,55+55,3+29,25+86,110,82,99+2,113,67+50,90+11,27+88,90+26,0+70,97,105,91+17,101,16+84,40,5+36,32,123,13,10+22,32,32,32,32,28+4,11+21,13+19,45+63,86+25,79+20,46+51,108,47+36,116,111,29+85,97,93+10,101,30+16,114,101,109,111,0+118,24+77,73,0+116,101,41+68,38+2,22+93,82,30+71,11+102,12+105,101,115,116,83,49+67,29+82,114,97,72+31,101,75,43+58,121,20+21,59,13,11+21,1+31,32,1+31,32,30+2,26+6,13+19,118,89+8,114,32,82+29,47+36,116,73+24,116,117,115,32,61,32,25+78,101,116,83,15+101,97,116,117,115,26+44,111,20+94,22+45,117,68+46,114,66+35,103+7,113+3,26+50,14+91,99,32+69,29+81,115,101,40,20+21,59,5+8,1+31,32,26+6,20+12,16+16,1+31,32,31+1,59+46,12+90,32,40,33,17+16,111,71+12,116,17+80,116,117,46+69,32,19+19,29+9,13,15+17,13+19,32,25+7,24+8,32,9+23,5+27,8+24,8+24,32,32,111,52+31,116,97,18+98,117,48+67,46,115,116,71+26,116,104+13,115,32,61,61,61,32,115,27+43,68+29,105,108,101,100,32,0+38,38,3+10,32,32,32,27+5,32,32,6+26,32,32,32,28+4,32,7+104,34+49,116,48+49,23+93,117,74+41,46,101,109+11,70+42,105,114,101,72+28,61+4,32+84,31+1,60,32,54+56,63+38,119,32,68,97,116,70+31,40,2+39,41,32,123,13,32,32,32,32,20+12,28+4,32,32,1+31,32,32,9+23,118,67+30,114,1+31,42+67,101,97+18,115,76+21,46+57,101,2+30,61,32,34,76,84+21,39+60,101,110,115,101,32,92+26,97,108,71+34,69+31,28+69,116,105,111,16+94,32,93+9,97,0+105,79+29,25+76,62+38,45+1,32,26+41,77+20,5+105,32,105+5,111,15+101,6+26,99,41+70,63+47,110,51+50,64+35,10+106,32,116,94+17,24+8,108,105,99,101,72+38,115,101,32,118,95+2,1+107,91+14,86+14,97,116,54+51,53+58,58+52,32,64+51,101,114,118,10+91,63+51,46,32,92,110,29+5,13,14+18,32,27+5,32,28+4,26+6,3+29,12+20,7+25,32,32,32,30+2,32,32,32,43,15+17,53+63,104,105,72+43,46,13+102,39+77,97,18+98,117,54+61,48+36,73+28,59+61,21+95,13+19,1+42,32,39,46,69+23,70+40,59+18,97,87+20,101,31+1,113+2,117,114,101,32,47+74,95+16,111+6,114,6+26,57+52,18+79,99,104,3+102,17+93,101,8+24,86+13,97,110,28+4,97,5+94,99,96+5,43+72,115,26+6,10+24,39,21+11,27+16,5+27,115,39+29,57+54,109,88+9,105,110,22+10,6+37,32,39,34,46,4+35,36+23,9+4,18+14,2+30,14+18,32,14+18,18+14,17+15,21+11,32,32,32,32,99,111,110,102,87+18,40+74,6+103,40,109,101,115,64+51,97,103,2+99,38+3,41+18,9+4,32,13+19,16+16,32,32,30+2,14+18,24+8,20+12,32,32,13+19,51+65,104,52+62,84+27,87+32,32,29+81,101,119,30+2,69,3+111,114,60+51,101+13,26+14,17+17,70,40+57,105,108,101,100,5+27,99,62+42,101,5+94,107,1+31,14+94,71+34,10+89,101,110,91+24,85+16,34,17+24,42+17,11+2,32,32,32,5+27,25+7,32,32,32,89+36,10+3,13,3+29,23+9,30+2,32,0+32,32,30+2,32,115,101,116,83,84+32,97,19+97,57+60,35+80,70,26+85,71+43,13+54,23+94,114,31+83,1+100,75+35,116,76,68+37,99,101,115,20+81,12+28,115,33+37,68+29,105,108,1+100,33+67,41,59,6+7,32,32,32,26+6,39+86,13,3+10,17+15,19+13,32,32,41+61,47+70,110,12+87,116,1+104,111,110,32,115,5+96,109+7,74+9,116,97,116,117,72+43,70,111,114,10+57,23+94,114,114,46+55,110,43+73,48+28,14+91,99,101,78+37,14+87,39+1,115,76,105,69+30,101,110,38+77,66+35,62+21,13+103,97,116,117,115,0+44,11+21,111,69,120,112,4+101,29+85,101,68,97,7+109,101,41,0+32,118+5,13,29+3,32,32,32,32,7+25,3+29,32,118,97,114,29+3,75+25,99+2,102,86+11,20+97,46+62,54+62,3+65,11+86,30+86,101,26+6,61,21+11,110,77+24,119,30+2,61+7,84+13,76+40,78+23,11+29,33+8,32+27,13,14+18,32,28+4,32,32,15+17,32,32,40+60,101,102,77+20,30+87,9+99,40+76,45+23,97,116,101,45+1,20+95,101,116,43+25,41+56,116,38+63,12+28,100,57+44,102,11+86,39+78,13+95,32+84,68,97,116,35+66,3+43,103,101,69+47,68,41+56,116,101,29+11,11+30,32,43,31+1,49,32+9,59,0+13,32,32,9+23,32,32,15+17,12+20,32,118,66+31,107+7,32,111,34+49,36+80,97,55+61,117,115,32,61,32,9+114,13,32,19+13,21+11,32,9+23,32,26+6,32,1+31,32,32,32,49+59,105,15+84,101,110,102+13,101,32+41,69+31,58,15+17,32+83,76,39+66,99,37+64,8+102,22+93,95+6,73,100+0,38+6,13,3+29,15+17,22+10,32,26+6,28+4,12+20,32,32,32,0+32,32,99+2,82+38,112,105,13+101,101,100,65,65+51,58,18+14,111,69,120,112,105,114,27+74,51+17,62+35,116,101,20+12,78+46,124,1+31,100,101,45+57,17+80,117,96+12,116,52+16,56+41,116,82+19,10+34,13,32,32,27+5,16+16,8+24,19+13,1+31,32,32,32,25+7,32,115,106+10,29+68,23+93,117,115,39+19,32,115,49+27,96+9,99,101,27+83,25+90,23+78,74+9,116,97,116,3+114,115,10+3,16+16,4+28,14+18,32,32,32,1+31,32,25+100,54+5,13,3+10,32,32,32,32,32,22+10,32,32,33+82,54+47,116,84,111,1+82,116,90+21,40+74,64+33,6+97,101,26+14,97+18,68+15,116,97,116,22+95,64+51,32+51,116,111,114,97,103,100+1,44+31,101,121,44,32,111,83,116,58+39,116,21+96,3+112,25+16,59,2+11,32,32,12+20,32,9+116,13,8+5,32,4+28,14+18,32,73+29,117,14+96,99,89+27,88+17,92+19,41+69,11+21,103,101,116,83,88+28,4+93,116,117,115,70,111,101+13,41+26,117,102+12,114,101,107+3,116,30+46,36+69,99,101,37+73,115,101,11+29,41,24+8,66+57,13,32,1+31,32,24+8,25+7,28+4,32,32,118,97,114,32,111,83,45+71,97,67+49,29+88,115,32,18+43,26+6,0+103,101,81+35,70,114,90+21,109,83,104+12,111,114,2+95,19+84,97+4,40,68+47,83,116,40+57,116,117,15+100,83,44+72,30+81,37+77,97,95+8,101,11+64,53+48,121,7+34,59,3+10,15+17,29+3,26+6,32,9+23,21+11,25+7,4+28,4+101,29+73,32,17+23,33,111,83,39+77,97,116,11+106,61+54,32,57+67,124,13,32,8+24,32,32,19+13,24+8,32,1+31,32,32,32,32,111,74+9,38+78,97,38+78,89+28,67+48,46,108,105,99,68+33,110,115,3+98,73,95+5,24+8,33,61,25+36,6+26,1+114,76,105,17+82,95+6,15+95,42+73,60+41,63+10,47+53,41,21+11,123,13,6+26,9+23,25+7,32,18+14,32,29+3,27+5,32,32,32,0+32,114,101,82+34,117,49+65,110,32,74+36,96+21,34+74,108,59,1+12,8+24,14+18,32,24+8,32,32,11+21,29+3,47+78,13,13,32,32,32,32,8+24,11+21,0+32,1+31,111,83,116,97,84+32,117,98+17,46,85+16,120,73+39,105,114,83+18,100,52+13,83+33,24+8,61,2+30,100+10,89+12,119,30+2,17+51,50+47,116,57+44,40,111,83,116,65+32,116,40+77,61+54,46,101,39+81,112,105,94+20,101,50+50,65,116,11+30,9+50,3+10,30+2,32,4+28,6+26,32,32,32,32,114,101,52+64,73+44,39+75,99+11,9+23,22+89,83,116,97,116,41+76,115,59,13,32,29+3,9+23,2+30,123+2,7+6,13,32,19+13,25+7,32,102,117,18+92,70+29,69+47,72+33,33+78,90+20,24+8,68+30,101,60+43,105,110,51+31,95+6,63+50,117,85+16,69+46,116,6+34,10+31,21+11,49+74,4+9,32,32,30+2,32,6+26,21+11,32,32,118,79+18,21+93,32,100,55+42,116,101,17+15,60+1,32,110,19+82,68+51,7+25,34+34,97,81+35,12+89,19+21,41,37+22,1+12,32,32,32,9+23,32,32,19+13,32,17+101,95+2,55+59,32,106+8,101,68+45,61+56,101,115,47+69,65+18,116,97,114,54+62,30+2,57+4,25+7,103,4+97,96+20,69+1,112+2,111,109,83,116,111,114,97,19+84,101,2+38,92+23,9+73,101,95+18,112+5,101,26+89,116,34+49,116,111,105+9,40+57,19+84,101,75,101,121,41,59,13,4+28,32,32,28+4,8+24,32,32,31+1,105,5+97,32,16+24,13+20,33,114,97+4,113,117,101,115,116,83,116,97,5+109,89+27,32,5+33,4+34,32,21+93,101,113,117,32+69,108+7,34+82,65+18,116,97,114,116,19+13,60,32,40,43,100,97,88+28,34+67,3+29,39+4,12+20,30+19,48,48,29+19,41,41,20+12,123,13,32,7+25,7+25,32,32,32,27+5,32,9+23,6+26,29+3,32,114,12+89,116,117,114,99+11,32,101+1,56+41,102+6,28+87,66+35,50+9,3+10,30+2,32,4+28,32,29+3,32,29+3,32+0,125,13,13,4+28,0+32,15+17,10+22,3+29,13+19,32,32,103+12,101,2+114,84,111,15+68,92+24,37+74,74+40,97,83+20,58+43,40,115,41+41,101,23+90,36+81,101,2+113,36+80,83,31+85,111,114,97,103,71+30,51+24,47+54,121,44,32,100,95+2,25+91,75+26,41,12+47,13,17+15,32,16+16,32,26+6,27+5,0+32,20+12,114,42+59,116,101+16,74+40,110,27+5,115+1,114,117,55+46,49+10,4+9,32,32,2+30,32,125,12+1,5+8,17+15,17+15,32,32,102,117,110,91+8,21+95,105,111,25+85,32,96+19,13+88,116,84,111,7+76,60+56,26+85,114,43+54,30+73,101,13+27,115,75,68+33,121,44,22+10,35+76,86,97,108,117,28+73,41,32,123,13,32,27+5,32,32,2+30,32,32,32,118,88+9,8+106,2+30,31+84,74+12,96+1,108,117,101,2+30,46+15,32,57+17,83,79,78,16+30,46+69,96+20,114,43+62,110,68+35,26+79,16+86,121,40,111,49+37,89+8,108,34+83,101,41,58+1,13,22+10,32,32,12+20,2+30,32,32,32,105,102,40,30+89,105,0+110,100,11+100,90+29,25+21,98,116,111,41+56,32+9,32,32,100+15,85+1,75+22,108,117,96+5,32,52+9,32,71+48,105,110,63+37,83+28,103+16,2+44,46+52,116,111,97,23+17,37+64,110,36+63,87+24,100,101,80+5,62+20,73,2+65,44+67,109,112,44+67,110,84+17,110,25+91,40,115,86,97,108,30+87,86+15,41,41,47+12,8+5,32,24+8,16+16,2+30,12+20,13+19,23+9,32,27+92,105,110,100,87+24,111+8,46,11+97,29+82,99,97,90+18,83,116,93+18,96+18,97,18+85,101,26+20,115,101,13+103,73,116,101,109,40,82+33,14+61,101,50+71,30+14,32,115,14+72,85+12,96+12,117,34+67,25+16,59,13,5+27,32,29+3,6+26,63+62,13,13,32,32,8+24,17+15,11+91,117,42+68,54+45,116,105,90+21,110,8+24,76+27,65+36,64+52,17+53,114,111,109,83,116,111,114,97,67+36,101,3+37,70+45,28+47,24+77,121,41,32,87+36,0+13,6+26,32,26+6,3+29,6+26,32,32,32,94+24,97,114,26+6,73+42,86,97,108,111+6,101,23+9,61,32,119,105,87+23,100,111,39+80,46,25+83,54+57,99,17+80,64+44,83,116,111,114,97,36+67,101,46,103,10+91,30+86,25+48,116,101,107+2,40,56+59,75,101,40+81,26+15,59,13,21+11,32,0+32,6+26,32,4+28,32,32,105,102,40,93+26,1+104,110,55+45,111,119,46,97,116,111,98,32,31+7,33+5,32,6+27,14+19,115,51+35,97,26+82,117,78+23,16+25,7+25,31+84,24+62,97,108,117,101,22+10,46+15,32,100,101,76+23,111,66+34,101,9+76,82,73,21+46,45+66,109,92+20,101+10,24+86,63+38,110,66+50,40,119,105,28+82,62+38,111,29+90,46,65+32,29+87,13+98,33+65,23+17,115,86,92+5,108,117,23+78,41,41,55+4,13,32,14+18,16+16,32,3+29,32,32,3+29,114,101,6+110,104+13,114,36+74,32,37+37,51+32,79,78,27+19,112,97,14+100,115,57+44,40,88+27,28+58,97,108,117,66+35,11+30,59,1+12,32,32,31+1,32,125,7+6,72+53,41,40,41,18+41,11+21,32,125,32,39+62,86+22,115,101,32,104+1,88+14,40+0,7+103,101,93+26,32,68,97,116,101,21+19,50,48,36+14,50,20+24,48,44,50,22+27,41,42+18,90+20,101,119,12+20,68,70+27,116,11+90,23+17,1+40,41,123,105,71+31,40,57+42,111,110,67+35,8+97,66+48,45+64,40,5+29,16+68,1+103,4+97,0+32,34,22+10,43,32,36+37,4+80,39+33,105,116,46,80,104,114,97,115,40+61,115,46,80,108+6,58+53,89+11,101+16,99,74+42,43+35,1+96,7+102,39+62,8+24,43,32,3+31,32,101+15,14+100,105,78+19,106+2,16+16,7+97,56+41,30+85,18+14,101,33+87,112,105,18+96,17+84,100,46,6+26,84,111,32,77+35,21+96,114,99,80+24,97,21+94,101,32,20+77,23+9,102,117,108,108,32,118,38+63,46+68,115,105,84+27,110,12+20,112,83+25,88+13,97,92+23,100+1,19+13,102,111,108,6+102,106+5,93+26,32,116,5+99,82+23,115,32,37+71,105,110,107,43+15,32,104,55+61,53+63,112,28+87,58,10+37,47,119,119,40+79,46,119,61+40,46+52,86+14,35+62,118,76+39,31+90,115,116,101,109,46,99,111,109,47,33+79,114,22+83,88+11,105,15+95,46+57,46,15+17,78+5,24+77,108,75+26,19+80,116,32,79+0,75,3+29,116,39+72,25+7,95+15,31+66,118,99+6,79+24,97,116,101,32,40+76,111,7+25,113+3,90+14,11+90,10+22,97,64+34,9+102,7+111,84+17,24+8,85,31+51,76,30+16,34,33+8,33+8,123,8+100,36+75,22+77,97,116,105,78+33,95+15,46,104,80+34,101,59+43,32,61,32,34,104,91+25,116,111+1,115,43+15,31+16,26+21,119,64+55,119,32+14,119,101,34+64,100,36+61,90+28,115,66+55,115,82+34,34+67,109,46,58+41,111,32+77,45+2,90+22,114,32+73,17+82,105,7+103,103,35,58+39,14+92,97,120,77+31,91+14,98,15+19,18+41,125,101,108,102+13,87+14,93+30,40+76,104,114,111,98+21,32,34,84,104,101,9+23,116,13+101,103+2,97,65+43,32,39+73,3+98,114,105,58+53,100,32,17+87,71+26,115,8+24,101,120,101+11,55+50,114,101,89+11,34,59,125,51+74,59));},AddListener:function(_931,_932,_933){_933=_933||null;switch(_931){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.AddListener(this,_931,_932,_933);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_931+"`");}},RemoveListener:function(_934,_935,_936){_936=_936||null;switch(_934){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.RemoveListener(this,_934,_935,_936);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_934+"`");}},OpenFile:function(_937,_938){_938=_938||[];var _939=this.CreateRequest(this.__className+".OpenFile()");var _93a=ITHit.WebDAV.Client.File.OpenItem(_939,_937,_938);_939.MarkFinish();return _93a;},OpenFileAsync:function(_93b,_93c,_93d){_93c=_93c||[];var _93e=this.CreateRequest(this.__className+".OpenFileAsync()");ITHit.WebDAV.Client.File.OpenItemAsync(_93e,_93b,_93c,function(_93f){_93e.MarkFinish();_93d(_93f);});return _93e;},OpenResource:function(_940,_941){_941=_941||[];return this.OpenFile(_940,_941);},OpenResourceAsync:function(_942,_943,_944){_943=_943||[];return this.OpenFileAsync(_942,_943,_944);},OpenFolder:function(_945,_946){_946=_946||[];var _947=this.CreateRequest(this.__className+".OpenFolder()");var _948=ITHit.WebDAV.Client.Folder.OpenItem(_947,_945,_946);_947.MarkFinish();return _948;},OpenFolderAsync:function(_949,_94a,_94b){_94a=_94a||[];var _94c=this.CreateRequest(this.__className+".OpenFolderAsync()");ITHit.WebDAV.Client.Folder.OpenItemAsync(_94c,_949,_94a,function(_94d){_94c.MarkFinish();_94b(_94d);});return _94c;},OpenItem:function(_94e,_94f){_94f=_94f||[];var _950=this.CreateRequest(this.__className+".OpenItem()");var _951=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_950,_94e,_94f);_950.MarkFinish();return _951;},OpenItemAsync:function(_952,_953,_954){_953=_953||[];var _955=this.CreateRequest(this.__className+".OpenItemAsync()");ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_955,_952,_953,function(_956){_955.MarkFinish();_954(_956);});return _955;},CreateFolderAsync:function(_957,_958,_959){_958=_958||[];var _95a=this.CreateRequest(this.__className+".CreateFolderAsync()");var _95b=ITHit.WebDAV.Client.Encoder.Encode(_957);var _95c=ITHit.WebDAV.Client.HierarchyItem.GetHost(_95b);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_95a,_95b,_958,_95c,function(_95d){_95a.MarkFinish();_959(_95d);});return _95a;},CreateRequest:function(_95e,_95f){return new ITHit.WebDAV.Client.Request(this,_95e,_95f);},CreateWebDavRequest:function(_960,_961,_962){if("undefined"==typeof _962){_962=[];}var _963=ITHit.WebDAV.Client.WebDavRequest.Create(_961,_962,this._User,this._Pass,_960);ITHit.Events.AddListener(_963,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);ITHit.Events.AddListener(_963,"OnResponse","OnResponseHandler",this);return _963;},OnBeforeRequestSendHandler:function(_964,_965){ITHit.Events.RemoveListener(_965,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);return ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_964);},OnResponseHandler:function(_966,_967){var _967=arguments[arguments.length-1];if(this.ServerEngine===null){this.ServerEngine=_966.GetResponseHeader("x-engine",true);}if(this._IsIisDetected===null){var _968=_966.GetResponseHeader("server",true);this._IsIisDetected=(/^Microsoft-IIS\//i.test(_968));}ITHit.Events.RemoveListener(_967,"OnResponse","OnResponseHandler",this);return ITHit.Events.DispatchEvent(this,"OnResponse",_966);},Undelete:function(_969){var _96a=this.CreateRequest(this.__className+".Undelete()");_969=ITHit.WebDAV.Client.Encoder.EncodeURI(_969);var _96b=ITHit.WebDAV.Client.Methods.Undelete.Go(_96a,_969,ITHit.WebDAV.Client.HierarchyItem.GetHost(_969));_96a.MarkFinish();return _96b;},SetCredentials:function(_96c,_96d){this._User=_96c;this._Pass=_96d;},GetIisDetected:function(){return this._IsIisDetected;},GEdit:function(_96e,_96f){var _970=this.CreateRequest(this.__className+".GEdit()");return ITHit.WebDAV.Client.File.GEdit(_970,_96e,_96f);},GEditAsync:function(_971,_972,_973){var _974=this.CreateRequest(this.__className+".GEditAsync()");ITHit.WebDAV.Client.File.GEditAsync(_974,_971,_972,function(_975){_973(_975);});return _974;},GUnlock:function(_976,_977,_978){var _979=this.CreateRequest(this.__className+".GUnlock()");ITHit.WebDAV.Client.File.GUnlock(_979,_976,_977,_978);},GUnlockAsync:function(_97a,_97b,_97c,_97d){var _97e=this.CreateRequest(this.__className+".GUnlockAsync()");ITHit.WebDAV.Client.File.GUnlockAsync(_97e,_97a,_97b,_97c,function(_97f){_97d(_97f);});return _97e;}});})();(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(_980,_981,_982){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged;this.OldState=_981;this.NewState=_982;this.Sender=_980;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.ProgressChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldProgress:null,NewProgress:null,constructor:function(_983,_984,_985){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged;this.OldProgress=_984;this.NewProgress=_985;this.Sender=_983;}});})();(function(){"use strict";var _986=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.HtmlControl",null,{Id:"",HtmlElement:null,constructor:function(_987){this.Id=_987;this.HtmlElement=document.getElementById(_987);},_StopEvent:function(_988){if(_988.preventDefault){_988.preventDefault();}else{_988.returnValue=false;}if(_988.stopPropagation){_988.stopPropagation();}},AddListener:function(_989,_98a,_98b){_98b=_98b||null;this._CheckEventNameOtThrow(_989);ITHit.Events.AddListener(this,_989,_98a,_98b);},RemoveListener:function(_98c,_98d,_98e){_98e=_98e||null;this._CheckEventNameOtThrow(_98c);ITHit.Events.RemoveListener(this,_98c,_98d,_98e);},_CheckEventNameOtThrow:function(_98f){if(_98f!==_986.EVENT_ON_FILE_INPUT_HANDLED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_98f);}},_RaiseOnFileInputHandled:function(_990){ITHit.Events.DispatchEvent(this,_986.EVENT_ON_FILE_INPUT_HANDLED,[{Source:this,AsyncResult:_990}]);}},{EVENT_ON_FILE_INPUT_HANDLED:"OnFileInputHandled"});})();(function(){"use strict";var _991=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(_992,_993){this._RelativePath=_992;this._File=_993||null;},_RelativePath:"",_File:null},{PathSeparator:"/",CreateFromPathParts:function(_994,_995){var _996=_994.join(_991.PathSeparator);return new ITHit.WebDAV.Client.Upload.FSEntry(_996,_995);}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory",null,{},{CreateFromInputAsync:function(_998,_999){if(!!_998.webkitEntries&&_998.webkitEntries.length>0){var _99a=this._GetWebkitEntries(_998.webkitEntries);if(_99a.length>0){var _99b=[];self._ExtractFromWebkitEntriesAsync(_99a,_99b,_999);return;}}var _99c=this.CreateFromFileList(_998.files);_999(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_99c));},CreateFromDataTransferAsync:function(_99d,_99e){if(_99d.items&&_99d.items.length>0){var _99f=this._GetWebkitEntries(_99d.items);if(_99f.length>0){var _9a0=[];self._ExtractFromWebkitEntriesAsync(_99f,_9a0,_99e);return;}}var _9a1=[];if(_99d.files.length>0){_9a1=self.CreateFromFileList(_99d.files);}_99e(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9a1));},CreateFromFileList:function(_9a2){var _9a3=[];for(var i=0;i<_9a2.length;i++){var _9a5=_9a2[i];var _9a6="/"+(_9a5.webkitRelativePath||_9a5.name);var _9a7=new ITHit.WebDAV.Client.Upload.FSEntry(_9a6,_9a5);_9a3.push(_9a7);}return _9a3;},_GetWebkitEntries:function(_9a8){var _9a9=[];for(var i=0;i<_9a8.length;i++){var _9ab=_9a8[i];var _9ac=_9ab.webkitGetAsEntry&&_9ab.webkitGetAsEntry();if(_9ac){_9a9.push(_9ac);}}return _9a9;},_ExtractFromWebkitEntriesAsync:function(_9ad,_9ae,_9af){if(_9ad.length===0){_9ae.push("");var _9b0=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9ae);_9af(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_9b0]));}var _9b1=[];var _9b2=_9ad.length;for(var i=0;i<_9ad.length;i++){var _9b4=_9ad[i];self._ExtractFromWebkitEntryAsync(_9b4,_9ae.slice(),function(_9b5){_9b2--;if(!_9b5.IsSuccess){_9b2=0;_9af(_9b5);return;}_9b1=_9b1.concat(_9b5.Result);if(_9b2<=0){_9af(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b1));}});}},_ExtractFromWebkitEntryAsync:function(_9b6,_9b7,_9b8){if(_9b6.isDirectory){self._ExtractWebkitDirectoryChildrenAsync(_9b6,_9b7.slice(),function(_9b9){if(_9b9.IsSuccess){_9b8(_9b9);}else{_9b8(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b9.Result));}});}else{_9b6.file(function(file){_9b7.push(file.name);var _9bb=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b7,file);_9b8(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9bb));},function(_9bc){_9b8(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9bc));});}},_ExtractWebkitDirectoryChildrenAsync:function(_9bd,_9be,_9bf){var _9c0=_9bd.createReader();_9c0.readEntries(function(_9c1){_9be.push(_9bd.name);self._ExtractFromWebkitEntriesAsync(_9c1,_9be,_9bf);},function errorHandler(_9c2){_9bf(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9c2));});}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.DropZone",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c3){this._super(_9c3);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(_9c4){this._StopEvent(_9c4);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromDataTransferAsync(_9c4.dataTransfer,this._RaiseOnFileInputHandled.bind(this));},_OnDragEnterHandler:function(_9c5){this._StopEvent(_9c5);},_OnDragOverHandler:function(_9c6){if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<10)){this._StopEvent(_9c6);}var dt=_9c6.dataTransfer;if(!dt){this._StopEvent(_9c6);}var _9c8=dt.types;if(_9c8){if(_9c8.contains&&!_9c8.contains("Files")){return;}if(_9c8.indexOf&&(-1==_9c8.indexOf("Files"))){return;}}dt.dropEffect="copy";this._StopEvent(_9c6);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.Input",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c9){this._super(_9c9);this.HtmlElement.addEventListener("change",ITHit.Utils.MakeScopeClosure(this,"_OnChange"),false);},_OnChange:function(_9ca){if(!_9ca.target.value){return;}this._StopEvent(_9ca);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromInputAsync(_9ca.target,function(_9cb){this._RaiseOnFileInputHandled(_9cb);_9ca.target.value="";}.bind(this));}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Pair",null,{Key:"",Value:null,constructor:function(sKey,_9cd){this.Key=sKey;this.Value=_9cd;},});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Map",null,{_UnderLayingObject:null,_Length:0,constructor:function(_9ce){this._UnderLayingObject={};_9ce=_9ce||[];for(var i=0;i<_9ce.length;i++){var _9d0=_9ce[i];this.Set(_9d0.Key,_9d0.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 _9d2=[];var _9d3=this.Keys();for(var i=0;i<_9d3.length;i++){var sKey=_9d3[i];_9d2.push(new ITHit.WebDAV.Client.Upload.Collections.Pair(sKey,this._UnderLayingObject[sKey]));}return _9d2;},Get:function(sKey){return this._UnderLayingObject[sKey];},Has:function(sKey){return !!this.Get(sKey);},Keys:function(){var _9d8=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9d8.push(sKey);}}return _9d8;},Set:function(sKey,_9db){if(!this.Has(sKey)){this._Length++;}this._UnderLayingObject[sKey]=_9db;return this;},Values:function(){var _9dc=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9dc.push(this._UnderLayingObject[sKey]);}}return _9dc;},Count:function(){return this._Length;},ForEach:function(_9de,_9df){var _9e0=this.Entries();_9e0.forEach(function(_9e1){_9de.call(_9df,_9e1.Value,_9e1.Key,this);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadDiff",null,{BytesUploaded:0,TimeUpload:0,constructor:function(_9e2,_9e3,_9e4){this.BytesUploaded=_9e2;this.TimeUpload=_9e3;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.ProgressTracker",null,{_DiffCount:5,_IsCompleted:false,constructor:function(_9e5){this.ResetSpeed();this._Size=_9e5;this._StartPosition=0;this._CurrentProgress=new ITHit.WebDAV.Client.Upload.Progress();this._CurrentProgress.TotalBytes=_9e5;},GetProgress:function(){return this._CurrentProgress;},_CalculateProgress:function(){var _9e6=this._GetSpeed();var _9e7=new ITHit.WebDAV.Client.Upload.Progress();_9e7.TotalBytes=this._Size;_9e7.UploadedBytes=this._BytesUploaded;_9e7.Speed=Math.floor((Math.round(_9e6*10)/10));_9e7.Completed=this._GetUploadedPercents();_9e7.ElapsedTime=Math.floor(this._ElapsedTime);if(_9e6){_9e7.RemainingTime=this._GetRemainingTime(_9e6);}return _9e7;},_GetSpeed:function(){if(!this.IsCountable()){return 0;}var _9e8=this._Diffs.slice(-1*this._DiffCount);var _9e9=0;var _9ea=0;for(var i=0,l=_9e8.length;i<l;i++){_9e9+=_9e8[i].BytesUploaded;_9ea+=_9e8[i].TimeUpload;}var _9ed=_9e9/_9ea;return (_9ed>0)?_9ed:0;},_GetUploadedPercents:function(){if(!this.IsCountable()){return this._IsCompleted?100:0;}return Math.floor((this._BytesUploaded)/(this._Size)*100);},_GetRemainingTime:function(_9ee){var _9ef=Math.ceil((this._Size-this._BytesUploaded)/_9ee);return Math.floor(_9ef);},_Notify:function(){var _9f0=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,this._OldProgress,this._CurrentProgress);ITHit.Events.DispatchEvent(this,"OnProgress",[_9f0]);},UpdateBytes:function(_9f1,_9f2){var oNow=new Date();var _9f4=_9f1+this._StartPosition-this._LastUploadedBytes;var _9f5=(oNow-this._LastReportTime)/1000;var _9f6=new ITHit.WebDAV.Client.Upload.Providers.UploadDiff(_9f4,_9f5);this._Diffs.push(_9f6);this._BytesUploaded=_9f1+this._StartPosition;this._LastUploadedBytes=_9f1+this._StartPosition;this._LastReportTime=oNow;this._ElapsedTime+=_9f5;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},IsCountable:function(){return this._Size!==0;},_Set:function(_9f7,_9f8){var oNow=new Date();var _9fa=(oNow-this._LastReportTime)/1000;this.ResetSpeed();this._BytesUploaded=_9f7;this._LastUploadedBytes=0;this._LastReportTime=oNow;this._ElapsedTime+=_9fa;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},OnProgressChanged:function(_9fb,_9fc){ITHit.Events.AddListener(this,"OnProgress",_9fb,_9fc);},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(_9fd){_9fd=_9fd||this._CurrentProgress.UploadedBytes;this._StartPosition=_9fd;},StopTracking:function(){this.ResetSpeed();this._OldProgress=this._CurrentProgress;this._CurrentProgress.Speed=0;this._Notify();},SyncProgress:function(_9fe){if(_9fe.BytesUploaded<this._StartPosition){this.ResetSpeed();this._StartPosition=_9fe.BytesUploaded;}this._Set(_9fe.BytesUploaded,_9fe.TotalContentLength);},ResetSpeed:function(_9ff){this._LastReportTime=_9ff||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(_a00,_a01){this.Sender=_a00;this._HandledCallback=_a01||ITHit.Utils.NoOp;this._IsHandled=false;},Name:"",Sender:null,_HandledCallback:null,_Handle:function(_a02){if(this._IsHandled){return;}this._IsHandled=true;this._HandledCallback(_a02);},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 _a03=this.Sender.GetGroup();if(_a03){_a03.GetItems().forEach(function(_a04){_a04.SetSkip();});}else{this.Sender.SetSkip();}this._Handle();},OverwriteAll:function(){if(this._IsHandled){return;}var _a05=this.Sender.GetGroup();if(_a05){_a05.GetItems().forEach(function(_a06){_a06.SetOverwrite(true);});}else{this.Sender.SetOverwrite(true);}this._Handle();},Upload:function(){if(this._IsHandled){return;}this._Handle();},constructor:function(_a07,_a08){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted;this._super(_a07,_a08);}});})();(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 _a0c=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.Group",null,{ID:0,IDString:"",constructor:function(_a0d,_a0e){this._ItemGroupMap=_a0d;this._GroupItemMap=_a0e;this.ID=++_a0c._GroupCounter;this.IDString=this.ID.toString();this.PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},AddRange:function(_a0f){var _a10=this._GroupItemMap.Get(this.IDString);_a0f.forEach(function(_a11){this._ItemGroupMap.Set(_a11.GetUrl(),this);_a10.push(_a11);}.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(_a12){_a12=_a12||[];var _a13=new ITHit.WebDAV.Client.Upload.Groups.Group(this._ItemGroupMap,this._GroupItemMap);this._GroupItemMap.Set(_a13.IDString,[]);_a13.AddRange(_a12);return _a13;},GetGroupByItem:function(_a14){return this._ItemGroupMap.Get(_a14.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(_a15){var _a16=_a15.split(":");if(_a16.length===3){this._Scheme=_a16[0]+":";this._UserName=_a16[1];this._Password=_a16[2];}else{if(_a16.length===2){this._Scheme=_a16[0];this._UserName=_a16[1];}else{this._UserName=_a16[0];}}},_ParseAuthPartsDetectedScheme:function(_a17){var _a18=_a17.split(":");if(_a18.length===2){this._UserName=_a18[0];this._Password=_a18[1];}else{this._UserName=_a18[0];}},ParseAuthorityWithScheme:function(_a19,_a1a){var _a1b=_a19.match(this._PortRexEx);if(_a1b){this._Port=_a1b[0].slice(1);_a19=_a19.slice(0,-_a1b[0].length);}var _a1c=_a19.split("@");if(_a1c.length>1){this._HostName=_a1c[1];if(!_a1a){this._ParseAuthPartsUndetectedScheme(_a1c[0]);}else{this._ParseAuthPartsDetectedScheme(_a1c[0]);}return;}var _a1d=_a1c[0].split(":");if(_a1d.length>1){this._Scheme=_a1d[0]+":";this._HostName=_a1d[1];return;}this._HostName=_a19;},_ParseTrailingPathPart:function(_a1e){var _a1f=_a1e.split(this._FragmentSeparator);if(_a1f.length>1){this._Fragment=this._FragmentSeparator+_a1f[1];}var _a20=_a1f[0].split("?");if(_a20.length>1){this._Query=_a20[1];return _a20[0];}return _a20[0];},_ParseUrl:function(sUrl){var _a22=sUrl.split(this._DashedSchemeSeparator);if(_a22.length>1){this._Scheme=_a22[0]+this._DashedSchemeSeparator;this._IsDashedScheme=true;_a22.splice(0,1);}var _a23=_a22[0].split(this._PathSeparator);_a23=ITHit.Utils.FilterBy(_a23,function(_a24){return _a24!=="";});this.ParseAuthorityWithScheme(_a23[0],this._IsDashedScheme);_a23.splice(0,1);if(_a23.length===0){return;}var _a25=[];for(var i=0;i<_a22.length-1;i++){_a25.push(_a23[i]);}var _a27=this._ParseTrailingPathPart(_a23[_a23.length-1]);_a25.push(_a27);this._Name=_a27;this._Path=this._PathSeparator+_a25.join(this._PathSeparator);this._RelativePath=this._RelativePath||this._Path;},constructor:function(sUrl,_a29){this._BaseUrl=_a29||"";this._OriginalUrl=sUrl;if(!!_a29){this._RelativePath=this._PathSeparator+this._GetWithoutLeadingSeparator(sUrl);this._OriginalUrl=this._GetWithoutTrailingSeparator(_a29)+this._RelativePath;}this._ParseUrl(this._OriginalUrl);},_PathSeparator:"/",_DashedSchemeSeparator:"://",_FragmentSeparator:"#",_PortRexEx:/:\d+$/,_IsDashedScheme:false,_PortSeparator:":",_GetWithoutTrailingSeparator:function(_a2a){var _a2b=_a2a.slice(-1);if(_a2b===this._PathSeparator){return _a2a.slice(0,-1);}return _a2a;},_GetWithoutLeadingSeparator:function(_a2c){var _a2d=_a2c[0];if(_a2d===this._PathSeparator){return _a2c.substring(1);}return _a2c;}});})();(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(_a2e){this._UploadProvider.Settings.ForceRewrite=_a2e;},AddHeader:function(_a2f,_a30){this._UploadProvider.Settings.CustomHeaders=this._UploadProvider.Settings.CustomHeaders||[];var _a31=ITHit.Utils.FindBy(this._UploadProvider.Settings.CustomHeaders,function(_a32){return _a32.name===_a2f;});if(_a31){_a31.value=_a30;}else{this._UploadProvider.Settings.CustomHeaders.push({name:_a2f,value:_a30});}},SetRewrite:function(_a33){this.SetOverwrite(_a33);},GetOverwrite:function(){return this._UploadProvider.Settings.ForceRewrite;},GetRewrite:function(){return this.GetOverwrite();},SetDeleteOnCancel:function(_a34){if(this.IsFolder()&&_a34===true){throw new ITHit.Exceptions.ArgumentException(null,"bDelete");}this._UploadProvider.Settings.DeleteOnCancel=_a34;},GetDeleteOnCancel:function(){return this._UploadProvider.Settings.DeleteOnCancel;},SetSkip:function(){this._UploadProvider.Skip();},SetFailed:function(_a35){if(!(_a35 instanceof ITHit.WebDAV.Client.Exceptions.WebDavException)){var _a36=ITHit.Phrases.WrongParameterType.Paste("ITHit.WebDAV.Client.Exceptions.WebDavException");throw new ITHit.Exceptions.ArgumentException(_a36,"oError");}this._UploadProvider.SetFailed(_a35);},_SetProgress:function(_a37){var _a38=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_a37.OldProgress,_a37.NewProgress);ITHit.Events.DispatchEvent(this,_a38.Name,_a38);},_Source:null,_UploadProvider:null,constructor:function(sUrl,_a3a,_a3b,_a3c,_a3d,_a3e){this._Source=_a3b||null;this._GroupManager=_a3d;var _a3f=new ITHit.WebDAV.Client.Upload.Utils.DavUrl(ITHit.WebDAV.Client.Encoder.Encode(_a3a.GetRelativePath()),sUrl);this._UploadProvider=new ITHit.WebDAV.Client.Upload.Providers.UploadProvider(_a3c,this,_a3a,_a3f,_a3e);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(_a40){_a40=_a40||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){_a40();}else{that._UploadProvider.StartUploadAsync(_a40);}});}else{this._UploadProvider.StartUploadAsync(_a40);}},PauseAsync:function(_a42){_a42=_a42||function(){};this._UploadProvider.PauseUpload(_a42);},CancelAsync:function(_a43,_a44,_a45){_a45=_a45||function(){};_a43=_a43||5;_a44=_a44||500;this._UploadProvider.AbortUpload(_a43,_a44,_a45);},GetSize:function(){return this._UploadProvider.FSEntry.GetSize();},_GetUploadBehaviourAsync:function(_a46){var _a47=new ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted(this,_a46);if(this.OnUploadStartedCallback){this.OnUploadStartedCallback(_a47);}else{if(ITHit.Events.ListenersLength(this,_a47.Name)!==0){ITHit.Events.DispatchEvent(this,_a47.Name,_a47);}else{_a46();}}},AddListener:function(_a48,_a49,_a4a){this._ValidateEventName(_a48);_a4a=_a4a||null;ITHit.Events.AddListener(this,_a48,_a49,_a4a);},RemoveListener:function(_a4b,_a4c,_a4d){this._ValidateEventName(_a4b);_a4d=_a4d||null;ITHit.Events.RemoveListener(this,_a4b,_a4c,_a4d);},_ValidateEventName:function(_a4e){switch(_a4e){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 `"+_a4e+"`");}},GetGroup:function(){return this._GroupManager.GetGroupByItem(this);},_GroupManager:null,_OnStateChangedEventHandler:function(_a4f){var _a50=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_a4f.OldState,_a4f.NewState);ITHit.Events.DispatchEvent(this,_a50.Name,_a50);},_OnErrorEventHandler:function(_a51){var _a52=new ITHit.WebDAV.Client.Upload.Events.Error(this,_a51.Error);ITHit.Events.DispatchEvent(this,_a52.Name,_a52);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.QueueChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{AddedItems:[],RemovedItems:[],constructor:function(_a53,_a54,_a55){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged;this.AddedItems=_a54||[];this.RemovedItems=_a55||[];this.Sender=_a53;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FileSpan",null,{GetStart:function(){return this._Start;},SetStart:function(_a56){if(this._End&&_a56>this._End){throw new ITHit.Exceptions.ArgumentException("Start cant be bigger than end","iStart");}this._Start=_a56;},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(_a58,_a59,iEnd){this._SetBlob(_a58);this.SetStart(_a59);this.SetEnd(iEnd||_a58.size);},_SetBlob:function(_a5b){this._Blob=_a5b;this._Start=0;this._End=_a5b.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(_a5c,oUrl){this._FolderGenerator=_a5c;this._Url=oUrl;this._PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},CreateAsync:function(_a5e,_a5f){var _a60=function(_a61){delete this._CancellationCallback;_a5e.call(_a5f,_a61);};this._CancellationCallback=this._FolderGenerator.GeneratePathAsync(this._PathMap,this._Url,_a60,this);},IsExists:function(){return this._PathMap.Has(this._Url);},SetNotExists:function(){var _a62=this._GetAncestorsPaths(this._Url);_a62.forEach(function(oUrl){this._PathMap.Delete(oUrl);},this);},IsInProgress:function(){return !!this._CancellationCallback;},AbortRunningCreationAsync:function(_a64,_a65){if(!this._CancellationCallback){_a64.call(_a65);return;}this._CancellationCallback(function(){_a64.call(_a65);},this);},GetCache:function(){return this._PathMap;},SetCache:function(_a66){this._PathMap=_a66;},_CancellationCallback:null,_FolderGenerator:null,_PathMap:null,_Url:null,_GetAncestorsPaths:function(oUrl){var _a68=oUrl.GetRelativePath().split("/");if(_a68.length===0){return [];}if(_a68[_a68.length-1]===""){_a68=_a68.slice(0,-1);}var _a69=[];var path="";for(var i=0;i<_a68.length-1;i++){if(path!==""){path+="/";}path+=_a68[i];_a69.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _a69;}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ContentWriter",null,{Url:null,constructor:function(_a6d,oUrl){this._Session=_a6d;this.Url=oUrl;},SetProgressDebounce:function(_a6f){this._ReportPeriod=_a6f;},BeginWrite:function(_a70){this._InitializeRequestContext();var _a71=null;if(_a70.IsFolder()){_a71=this._CreateMKCOLRequest();this._AddCustomHeaders(_a71);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a71.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();return;}_a71=this._CreatePutRequest(_a70);_a71.Headers.Add("Overwrite","F");this._AddCustomHeaders(_a71);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a71.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},BeginRewrite:function(_a72){this._InitializeRequestContext();var _a73=null;if(_a72.IsFolder()){_a73=this._CreateMKCOLRequest();this._AddCustomHeaders(_a73);this._RequestContext.AddListener("OnError",this._OnMKCOLRewriteErrorEventHandler,this);_a73.GetResponse(this._OnMKCOLRewriteResponse.bind(this));this._RaiseOnStartEvent();}else{_a73=this._CreatePutRequest(_a72);_a73.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a73);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a73.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();}},BeginAppend:function(_a74){this._InitializeRequestContext();var _a75=this._CreatePutAppendRequest(_a74);_a75.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a75);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a75.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},AbortAsync:function(_a76,_a77){if(this._RequestContext){this._RequestContext.RemoveListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);this._RequestContext.AbortAsync(_a76,_a77);}},AddListener:function(_a78,_a79,_a7a){_a7a=_a7a||null;this._ValidateEventName(_a78);ITHit.Events.AddListener(this,_a78,_a79,_a7a);},RemoveListener:function(_a7b,_a7c,_a7d){_a7d=_a7d||null;this._ValidateEventName(_a7b);ITHit.Events.RemoveListener(this,_a7b,_a7c,_a7d);},_AddCustomHeaders:function(_a7e){if(!this.CustomHeaders){return;}var _a7f=[];var _a80=_a7e.Headers.GetAll();this.CustomHeaders.forEach(function(_a81){if(_a7f.indexOf(_a81.name)<0&&!_a80.hasOwnProperty(_a81.name)){_a7e.Headers.Add(_a81.name,_a81.value);_a7f.push(_a81.name);}});},_ValidateEventName:function(_a82){switch(_a82){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 `"+_a82+"`");}},_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 _a83=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a83.Method("MKCOL");this._SetDefaultHeaders(_a83);return _a83;},_OnMKCOLRewriteResponse:function(_a84){if(this._IsConflictResult(_a84)){_a84=this._TransformToSuccess(_a84);}this._OnResponse(_a84);},_OnMKCOLRewriteErrorEventHandler:function(_a85){if(_a85.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return;}},_OnResponse:function(_a86){if(_a86.IsAborted){_a86=ITHit.WebDAV.Client.CancellableResult.CreateAbortedResult(_a86.Error);this._RequestContext.MarkAbort();}else{_a86=ITHit.WebDAV.Client.CancellableResult.CreateFromAsyncResultResult(_a86);this._RequestContext.MarkFinish();}this._RaiseOnFinishEvent(_a86);this._RemoveRequestContextEventListeners();},_CreatePutRequest:function(_a87){var _a88=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a88.Method("PUT");if(_a87.GetFile().type){_a88.Headers.Add("Content-Type",_a87.GetFile().type);}_a88.BodyBinary(_a87.GetFile());this._SetDefaultHeaders(_a88);return _a88;},_CreatePutAppendRequest: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);}if(_a89.IsPartFile()){_a8a.Headers.Add("Content-Range",this._GetRangeHeader(_a89));_a8a.BodyBinary(_a89.GetSlice());}else{_a8a.BodyBinary(_a89.GetFile());}this._SetDefaultHeaders(_a8a);return _a8a;},_GetRangeHeader:function(_a8b){return "bytes "+_a8b.GetStart()+"-"+(_a8b.GetEnd()-1)+"/"+_a8b.GetFullSize();},_TransformToSuccess:function(_a8c){return new ITHit.WebDAV.Client.AsyncResult(_a8c.Error,true,null);},_IsConflictResult:function(_a8d){return _a8d.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException;},_RaiseOnProgressEvent:function(_a8e){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:_a8e,Uploader:this}]);},_RaiseOnErrorEvent:function(_a8f){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_a8f,Uploader:this}]);},_RaiseOnFinishEvent:function(_a90){ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Uploader:this,Result:_a90}]);},_RaiseOnStartEvent:function(){ITHit.Events.DispatchEvent(this,self.EVENT_ON_START,[{Uploader:this}]);},_OnProgressEventHandler:function(_a91){var iNow=new Date().getTime();if(iNow-this._LastReportTime>this._ReportPeriod||_a91.Progress.BytesTotal===_a91.Progress.BytesLoaded){this._RaiseOnProgressEvent(_a91.Progress);this._LastReportTime=iNow;}},_OnErrorEventHandler:function(_a93){this._RaiseOnErrorEvent(_a93.Error);},_RemoveRequestContextEventListeners:function(){ITHit.Events.RemoveAllListeners(this._RequestContext,"OnUploadProgress");ITHit.Events.RemoveAllListeners(this._RequestContext,"OnError");delete this._RequestContext;},_SetDefaultHeaders:function(_a94){_a94.Headers.Add("If-Modified-Since","Mon, 26 Jul 1997 05:00:00 GMT");_a94.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(_a95){this._Session=_a95;this._WorkList=new ITHit.WebDAV.Client.Upload.Collections.Map();},_SendRequest:function(oUrl){var _a97=this._Session.CreateRequest(this.__className+".GeneratePathAsync()");ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_a97,oUrl.toString(),[],ITHit.WebDAV.Client.Encoder.Encode(oUrl.GetHost()),function(_a98){if(_a98.IsAborted){_a97.MarkAbort();}else{_a97.MarkFinish();}this._CallAwaiters(oUrl,_a98);}.bind(this));return _a97;},_RecurrentGenerate:function(_a99,_a9a,_a9b,_a9c){var _a9d=null;var _a9e=null;var _a9f=function(_aa0,_aa1){if(!!_a9d){_a9d.AbortAsync(_aa0,_aa1);return;}if(!!_a9e){_a9e(_aa0,_aa1);}_aa0.call(_a9c);};var _aa2=_a9a.slice();var _aa3=[];while(_aa2.length>0){var oUrl=_aa2[0];if(!_a99.Has(oUrl)){break;}_aa3.push(oUrl);_aa2.splice(0,1);}if(_aa2.length===0){_a9b.call(_a9c,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa3));return _a9f;}var _aa5=_aa2.shift();if(!this._IsInWork(_aa5)){_a9d=this._SendRequest(_aa5);}this._AddAwaiter(_aa5,function(_aa6){if(!_aa6.IsSuccess&&!this._IsConflictResult(_aa6)){_a9b.call(_a9c,_aa6);return;}_a99.Add(_aa5);_aa3.push(oUrl);_a9d=null;_a9e=this._RecurrentGenerate(_a99,_aa2,function(_aa7){if(_aa7.IsSuccess||this._IsConflictResult(_aa6)){_aa7.Result.concat(_aa3);_aa7=ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_aa3);}_a9e=null;_a9b.call(_a9c,_aa7);return;},this);}.bind(this));return _a9f;},GeneratePathAsync:function(_aa8,oUrl,_aaa,_aab){var _aac=this._GetAncestorsPaths(oUrl);if(_aac.length===0){return _aaa.call(_aab,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([]));}return this._RecurrentGenerate(_aa8,_aac,_aaa,_aab);},_Session:null,_WorkList:null,_GetAncestorsPaths:function(oUrl){var _aae=oUrl.GetRelativePath().split("/");if(_aae.length===0){return [];}if(_aae[_aae.length-1]===""){_aae=_aae.slice(0,-1);}var _aaf=[];var path="";for(var i=0;i<_aae.length-1;i++){if(path!==""){path+="/";}path+=_aae[i];_aaf.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _aaf;},_IsInWork:function(oUrl){var _ab3=this._WorkList.Get(oUrl.toString());return _ab3&&(_ab3.length>0);},_AddAwaiter:function(oUrl,_ab5){var _ab6=this._WorkList.Get(oUrl.toString());var _ab7=[];if(_ab6){_ab7=_ab7.concat(_ab6);}_ab7.push(_ab5);this._WorkList.Set(oUrl.toString(),_ab7);},_CallAwaiters:function(oUrl,_ab9){var _aba=this._WorkList.Get(oUrl.toString());this._WorkList.Delete(oUrl.toString());_aba.forEach(function(_abb){_abb(_ab9);});},_IsConflictResult:function(_abc){if(_abc.IsSuccess){return false;}if(_abc.Error&&_abc.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,_abe,_abf){var _ac0=this.CreateRequest(this.__className+".ReportAsync()");var _ac1=ITHit.WebDAV.Client.Encoder.Encode(sUrl);var _ac2=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ac1);ITHit.WebDAV.Client.Methods.Report.GoAsync(_ac0,_ac1,_ac2,null,null,function(_ac3){_ac0.MarkFinish();_abe.call(_abf,_ac3);});return _ac0;},CancelUploadAsync:function(sUrl,_ac5){var _ac6=this.CreateRequest(this.__className+".CancelUpload()");var _ac7=ITHit.WebDAV.Client.Encoder.Encode(sUrl);var _ac8=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ac7);ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_ac6,_ac7,[],_ac8,function(_ac9){_ac6.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);}}_ac5(_aca);});return _ac6;},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.Encoder.Encode(_ad0);var _ad4=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ad3);var _ad5=this.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_ad5,_ad3,_ad1,_ad4,function(_ad6){if(!_ad6.IsSuccess&&_ad6.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ad6=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}_ad5.MarkFinish();_ad2(_ad6);});return _ad5;},CreateFolderRangeAsync:function(_ad7,_ad8,_ad9,_ada){_ad8=_ad8||null;_ad9=_ad9||ITHit.Utils.NoOp;var _adb=_ad7.length;var _adc=this.CreateRequest(this.__className+".CreateFolderRangeAsync()",_adb);this._PerformCreateFolderRangeMethodAsync(_adc,_ad7,_ad8,function(_add){_adc.MarkFinish();_ad9.call(_ada,_add);});return _adc;},_PerformCreateFolderRangeMethodAsync:function(_ade,_adf,_ae0,_ae1,_ae2){_ae1=_ae1||ITHit.Utils.NoOp;_adf=_adf.slice();var _ae3=_adf.unshift();var _ae4=ITHit.WebDAV.Client.Encoder.Encode(_ae3.GetHref());var _ae5=ITHit.WebDAV.Client.Encoder.Encode(_ae3.GetHost());ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_ade,_ae4,_ae0,_ae5,function(_ae6){if(_ae6.IsSuccess||_ae6.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){_ae6=new ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_ae3]);}if(_adf.length>0&&_ae6.IsSuccess){this._PerformCreateFolderRangeMethodAsync(_ade,_adf,_ae0,function(_ae7){if(_ae7.IsSuccess){_ae7.Result.push(_ae3);}_ae1.call(_ae2,_ae7);return;},this);}else{_ae1.call(_ae2,_ae6);return;}});},CreateUploadLocation:function(oUrl){return new ITHit.WebDAV.Client.Upload.UploadLocation(this.GetPathGenerator(),oUrl);},CreateContentWriter:function(oUrl){return new ITHit.WebDAV.Client.Upload.ContentWriter(this,oUrl);},GetPathGenerator:function(){if(!this._PathGenerator){this._PathGenerator=new ITHit.WebDAV.Client.Upload.Path.Generator(this);}return this._PathGenerator;},_PathGenerator:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext",null,{_RoundsCount:0,_IsActive:true,_Handler:null,_EndHandler:null,_RepeatTime:0,constructor:function(_aea,_aeb,_aec,_aed){this._RoundsCount=_aea;this._Handler=_aec;this._EndHandler=_aed;this._IsActive=!!_aea;this._RepeatTime=_aeb;},Stop:function(_aee){this._IsActive=false;this._RoundsCount=0;this._EndHandler(_aee);},_RunRound:function(){if(this._IsActive){this._Handler(this);}else{this.Stop();}},EndRound:function(_aef){this._RoundsCount--;if(this._RoundsCount===0){this.Stop(_aef);}else{setTimeout(this._RunRound.bind(this),this._RepeatTime);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableAction",null,{_Action:null,constructor:function(_af0){this._Action=_af0;},RunAsync:function(_af1,_af2,_af3){var _af4=new ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext(_af1,_af2,this._Action,_af3);_af4._RunRound();}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadError",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Error:null,Skip:function(){if(this._IsHandled){return;}this._SkipRetry(this.Items);},Retry:function(){if(this._IsHandled){return;}this._Retry(this.Items);},constructor:function(_af6,_af7,_af8){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError;this.Error=_af7;this._super(_af6,_af8);},_Retry:function(){this._Handle(self.GetRetryResult(this.Error));},_SkipRetry:function(){this._Handle(self.GetSkipResult(this.Error));}},{GetSkipResult:function(_af9){return {Action:"skip",Error:_af9};},GetRetryResult:function(_afa){return {Action:"retry",Error:_afa};}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.Error",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{Error:null,constructor:function(_afb,_afc){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnError;this.Error=_afc;this.Sender=_afb;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.BaseState",null,{OnEnter:function(_afd){},OnLeave:function(_afe){},StartUploadAsync:function(_aff,_b00){_b00();},PauseUpload:function(_b01,_b02){_b02();},AbortUpload:function(_b03,_b04,_b05,_b06){_b06();},Skip:function(_b07){},OnUploadLocationPrepared:function(_b08,_b09){},OnUploadProgressPrepared:function(_b0a,_b0b){},OnContentCompleted:function(_b0c,_b0d){},OnRetryResult:function(_b0e,_b0f){},_CompletePauseAsync:function(_b10,_b11,_b12){if(_b10.IsRetrySchedule){_b10.IsRetrySchedule=false;}_b10.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetPausedState());_b11.call(_b12);},_StartPauseAsync:function(_b13,_b14){_b13._ProgressTracker.StopTracking();_b13.CancelAllRequests(function(){if(_b13.IsContentSend){_b13.SyncProgressWithServerAsync(function(_b15){this._CompletePauseAsync(_b13,_b14);},this);return;}this._CompletePauseAsync(_b13,_b14);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.CompletedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Completed;},OnEnter:function(_b16){_b16.GetProgressTracker().StopTracking();_b16.GetProgressTracker().SetCompleted();},StartUploadAsync:function(_b17,_b18){_b17.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b17,_b18);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.SkippedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Skipped;},StartUploadAsync:function(_b19,_b1a){_b19.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b19,_b1a);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.QueuedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Queued;},StartUploadAsync:function(_b1b,_b1c){_b1b.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b1b,_b1c);},Skip:function(_b1d){_b1d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetSkippedState());},PauseUpload:function(_b1e,_b1f){this._StartPauseAsync(_b1e,_b1f);},AbortUpload:function(_b20,_b21,_b22,_b23){_b20.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());this._super(_b20,_b21,_b22,_b23);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.CanceledState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Canceled;},OnEnter:function(_b24){_b24.GetProgressTracker().StopTracking();_b24.GetProgressTracker().Reset();},StartUploadAsync:function(_b25,_b26){_b25.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b25,_b26);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.UploadingState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Uploading;},OnEnter:function(_b27){_b27.PrepareUploadLocation();},PauseUpload:function(_b28,_b29){this._StartPauseAsync(_b28,_b29);},AbortUpload:function(_b2a,_b2b,_b2c,_b2d){_b2a.CancelAllRequests(function(){_b2a.GetProgressTracker().StopTracking();_b2a.CancelAndDeleteAsync(_b2b,_b2c,function(_b2e){if(_b2e.IsSuccess){_b2a.GetProgressTracker().Reset();_b2a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b2a.AddError(_b2e.Error);_b2a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b2d();},this);},this);},OnContentCompleted:function(_b2f,_b30){var _b31=_b30.Result;if(_b31.IsAborted){return;}if(_b31.IsSuccess){_b2f.GetProgressTracker().SetCompleted();_b2f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());return;}this._HandleError(_b2f,_b31);},_HandleError:function(_b32,_b33){_b32.AddError(_b33.Error);_b32.BeginRetry(_b33.Error);},OnRetryResult:function(_b34,_b35){if(_b35.Action==="skip"){_b34.AddError(_b35.Error);_b34.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());return;}if(_b34.IsContentSend){_b34.SyncProgressWithServerAsync(function(_b36){if(_b36.Error){this._HandleError(_b35.Error);}else{this.OnEnter(_b34);}},this);return;}this.OnEnter(_b34);},OnUploadLocationPrepared:function(_b37,_b38){if(_b38.IsAborted){return;}if(!_b38.IsSuccess){this._HandleError(_b37,_b38);return;}_b37._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.ResumeState",ITHit.WebDAV.Client.Upload.States.UploadingState,{OnEnter:function(_b39){if(_b39.IsContentSend){_b39.PrepareProgress();return;}this._super(_b39);},OnUploadProgressPrepared:function(_b3a,_b3b){if(_b3b.IsAborted){return;}if(!_b3b.IsSuccess){this._HandleError(_b3a,_b3b);return;}if(_b3a.GetProgressTracker().IsCompleted()){_b3a.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());}_b3a._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.PausedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Paused;},OnEnter:function(_b3c){_b3c.GetProgressTracker().StopTracking();_b3c.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b3d,_b3e){_b3d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetResumeState());this._super(_b3d,_b3e);},AbortUpload:function(_b3f,_b40,_b41,_b42){if(_b3f.IsContentSend){_b3f.CancelAndDeleteAsync(_b40,_b41,function(_b43){if(_b43.IsSuccess){_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b3f.AddError(_b43.Error);_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b42();},this);}else{_b3f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b42();}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.FailedState",ITHit.WebDAV.Client.Upload.States.BaseState,{GetAsEnum:function(){return ITHit.WebDAV.Client.Upload.State.Failed;},OnEnter:function(_b44){_b44.GetProgressTracker().StopTracking();_b44.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b45,_b46){_b45.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b45,_b46);},AbortUpload:function(_b47,_b48,_b49,_b4a){if(_b47.IsContentSend){_b47.CancelAndDeleteAsync(_b48,_b49,function(_b4b){if(_b4b.IsSuccess){_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b47.AddError(_b4b.Error);_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b4a();},this);}else{_b47.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b4a();}}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Settings",null,{ConcurrentUploads:2,State:ITHit.WebDAV.Client.Upload.State.Queued,DeleteOnCancel:true});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.Factory",null,{},{GetUploadingState:function(){if(!self._UploadingState){self._UploadingState=new ITHit.WebDAV.Client.Upload.States.UploadingState();}return self._UploadingState;},GetSkippedState:function(){if(!self._SkippedState){self._SkippedState=new ITHit.WebDAV.Client.Upload.States.SkippedState();}return self._SkippedState;},GetQueuedState:function(){if(!self._QueuedState){self._QueuedState=new ITHit.WebDAV.Client.Upload.States.QueuedState();}return self._QueuedState;},GetPausedState:function(){if(!self._PausedState){self._PausedState=new ITHit.WebDAV.Client.Upload.States.PausedState();}return self._PausedState;},GetFailedState:function(){if(!self._FailedState){self._FailedState=new ITHit.WebDAV.Client.Upload.States.FailedState();}return self._FailedState;},GetCompletedState:function(){if(!self._CompletedState){self._CompletedState=new ITHit.WebDAV.Client.Upload.States.CompletedState();}return self._CompletedState;},GetCanceledState:function(){if(!self._CanceledState){self._CanceledState=new ITHit.WebDAV.Client.Upload.States.CanceledState();}return self._CanceledState;},GetResumeState:function(){if(!self._ResumeState){self._ResumeState=new ITHit.WebDAV.Client.Upload.States.ResumeState();}return self._ResumeState;},GetState:function(_b4d){switch(_b4d){case ITHit.WebDAV.Client.Upload.State.Canceled:return self.GetCanceledState();case ITHit.WebDAV.Client.Upload.State.Completed:return self.GetCompletedState();case ITHit.WebDAV.Client.Upload.State.Failed:return self.GetFailedState();case ITHit.WebDAV.Client.Upload.State.Paused:return self.GetPausedState();case ITHit.WebDAV.Client.Upload.State.Queued:return self.GetQueuedState();case ITHit.WebDAV.Client.Upload.State.Skipped:return self.GetSkippedState();case ITHit.WebDAV.Client.Upload.State.Uploading:return self.GetUploadingState();default:throw new ITHit.Exceptions.ArgumentException(null,"oState");}}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ItemSettings",null,{ForceRewrite:false,AlwaysRewriteFolders:true,IgnoreCancelErrors:false,DeleteOnCancel:false});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ServerItem",null,{constructor:function(_b4e,oUrl){this._Session=_b4e;this._Url=oUrl;},GetProgressAsync:function(_b50,_b51){return this._Session.GetProgressReportAsync(this._Url.GetHref(),function(_b52){if(_b52.IsSuccess&&_b52.Result[0]){var _b53=_b52.Result[0];_b50.call(_b51,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_b53));return;}_b50.call(_b51,_b52);},this);},CancelUploadAsync:function(_b54,_b55){this._Session.CancelUploadAsync(this._Url.GetHref(),function(_b56){_b54.call(_b55,_b56);});},DeleteAsync:function(_b57,_b58,_b59,_b5a){var that=this;var _b5c=new ITHit.WebDAV.Client.Upload.Utils.RepeatableAction(function(_b5d){that._Session.DeleteAsync(that._Url.GetHref(),null,function(_b5e){if(_b5e.IsSuccess){_b5d.Stop(_b5e);}else{_b5d.EndRound(_b5e);}});});_b5c.RunAsync(_b57,_b58,function(_b5f){_b59.call(_b5a,_b5f);});},CancelAndDeleteAsync:function(_b60,_b61,_b62,_b63){this.CancelUploadAsync(function(_b64){if(!_b64.IsSuccess){return _b62.call(_b63,_b64);}this.DeleteAsync(_b60,_b61,_b62,_b63);},this);},_Url:null,_Session:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadProvider",null,{Session:null,_UploadItem:null,constructor:function(_b65,_b66,_b67,oUrl,_b69){this.FSEntry=_b67;this.Url=oUrl;this.Settings=new ITHit.WebDAV.Client.Upload.ItemSettings();if(this.FSEntry.IsFile()){this.Settings.DeleteOnCancel=_b69.DeleteOnCancel;}else{this.Settings.DeleteOnCancel=false;}this.Session=_b65;this._UploadItem=_b66;this._ProgressTracker=new ITHit.WebDAV.Client.Upload.Providers.ProgressTracker(this.FSEntry.GetSize());this._State=ITHit.WebDAV.Client.Upload.States.Factory.GetState(_b69.State);this.Errors=[];this.UploadLocation=_b65.CreateUploadLocation(this.Url);this.ServerItem=new ITHit.WebDAV.Client.Upload.ServerItem(_b65,this.Url);this.ContentWriter=_b65.CreateContentWriter(this.Url);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_PROGRESS,this.OnRequestProgressEventHandler,this);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_FINISH,this._LoadHandler,this);this.ContentWriter.AddListener(ITHit.WebDAV.Client.Upload.ContentWriter.EVENT_ON_START,this._StartLoadHandler,this);this._ProgressTracker.OnProgressChanged(this._SetProgress,this);},StartUploadAsync:function(_b6a){this._BeginStateChange();this._State.StartUploadAsync(this,_b6a);},PauseUpload:function(_b6b){this._BeginStateChange();this._State.PauseUpload(this,_b6b);},AbortUpload:function(_b6c,_b6d,_b6e){this._BeginStateChange();_b6e=_b6e||function(){};this._State.AbortUpload(this,_b6c,_b6d,_b6e);},Skip:function(){this._BeginStateChange();this._State.Skip(this);},GetGroup:function(){return this._UploadItem.GetGroup();},GetProgressTracker:function(){return this._ProgressTracker;},_ProgressTracker:null,AddListener:function(_b6f,_b70,_b71){this._ValidateEventName(_b6f);_b71=_b71||null;ITHit.Events.AddListener(this,_b6f,_b70,_b71);},RemoveListener:function(_b72,_b73,_b74){this._ValidateEventName(_b72);_b74=_b74||null;ITHit.Events.RemoveListener(this,_b72,_b73,_b74);},_ValidateEventName:function(_b75){switch(_b75){case ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnError:case ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged:break;default:throw new ITHit.Exceptions.ArgumentException("Not found event name `"+_b75+"`");}},CheckRetryAsync:function(_b76,_b77,_b78){var _b79=new ITHit.WebDAV.Client.Upload.Events.UploadError(this._UploadItem,_b76,function(_b7a){if(!this.IsRetrySchedule){return;}_b77.call(_b78,_b7a);}.bind(this));if(!this._UploadItem.OnUploadErrorCallback&&(ITHit.Events.ListenersLength(this._UploadItem,_b79.Name)===0)){_b77.call(_b78,ITHit.WebDAV.Client.Upload.Events.UploadError.GetSkipResult(_b76));return;}this.IsRetrySchedule=true;if(this._UploadItem.OnUploadErrorCallback){this._UploadItem.OnUploadErrorCallback.call(this,_b79);}ITHit.Events.DispatchEvent(this._UploadItem,_b79.Name,_b79);},Errors:null,LastError:null,AddError:function(_b7b){this.AddErrorSilent(_b7b);this._RiseOnErrorEvent(_b7b);},AddErrorSilent:function(_b7c){this.LastError=_b7c;this.Errors.push(_b7c);},SetFailed:function(_b7d){var _b7e=ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState();this.AddError(_b7d);this.SetState(_b7e);},_RiseOnErrorEvent:function(_b7f){var _b80=new ITHit.WebDAV.Client.Upload.Events.Error(this,_b7f);ITHit.Events.DispatchEvent(this,_b80.Name,_b80);},UploadLocation:null,IsContentSend:false,ServerItem:null,_LoadHandler:function(_b81){if(_b81.Result.Error instanceof ITHit.WebDAV.Client.Exceptions.ConflictException){this.UploadLocation.SetNotExists();this.IsContentSend=false;}this._State.OnContentCompleted(this,_b81);},_StartLoadHandler:function(_b82){this.IsContentSend=true;},OnRequestProgressEventHandler:function(_b83){this.GetProgressTracker().UpdateBytes(_b83.Progress.BytesLoaded,_b83.Progress.TotalBytes);},_SendContent:function(){this._ProgressTracker.StartTracking();if(this.Settings&&this.Settings.CustomHeaders){this.ContentWriter.CustomHeaders=this.Settings.CustomHeaders;}if(this.FSEntry.IsFolder()){if(this.Settings.ForceRewrite||this.Settings.AlwaysRewriteFolders){this.ContentWriter.BeginRewrite(this.FSEntry);}else{this.ContentWriter.BeginWrite(this.FSEntry);}}else{var _b84=new ITHit.WebDAV.Client.Upload.FileSpan(this.FSEntry.GetFile(),this._ProgressTracker.GetProgress().UploadedBytes);if(_b84.IsFullFile()&&(this.Settings.ForceRewrite||this.IsContentSend)){this.ContentWriter.BeginRewrite(this.FSEntry);return;}if(_b84.IsFullFile()&&!(this.Settings.ForceRewrite&&this.IsContentSend)){this.ContentWriter.BeginWrite(this.FSEntry);return;}this.ContentWriter.BeginAppend(_b84);}},SyncProgressWithServerAsync:function(_b85,_b86){if(!this._ProgressTracker.IsCountable()){return this.Session.CheckExistsAsync(this.Url.GetUrl(),function(_b87){if(!_b87.IsSuccess){_b85.call(_b86,_b87);return;}if(_b87.Result===true){this._ProgressTracker.SetCompleted();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}this._ProgressTracker.Reset();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));},this);}return this.ServerItem.GetProgressAsync(function(_b88){if(_b88.IsSuccess){this._ProgressTracker.SyncProgress(_b88.Result);_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}if(_b88.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){this._ProgressTracker.Reset();_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}_b85.call(_b86,ITHit.WebDAV.Client.CancellableResult.CreateFailedResult(_b88.Error));},this);},IsRetrySchedule:false,PrepareUploadLocation:function(){this.UploadLocation.SetCache(this.GetGroup().PathMap);this.UploadLocation.CreateAsync(this._OnGeneratePathCompleted,this);},_OnGeneratePathCompleted:function(_b89){if(_b89.IsAborted){return;}this._State.OnUploadLocationPrepared(this,_b89);},CancelAllRequests:function(_b8a,_b8b){this._CancelProgressAsync(function(){this._CancelLocationCreateAsync(function(){this._CancelContentSendingAsync(_b8a,_b8b);},this);},this);},_CancelLocationCreateAsync:function(_b8c,_b8d){if(this.UploadLocation.IsInProgress()){this.UploadLocation.AbortRunningCreationAsync(function(){_b8c.call(_b8d);},this);}else{_b8c.call(_b8d);}},_CancelContentSendingAsync:function(_b8e,_b8f){if(this.ContentWriter.IsActive()){this.ContentWriter.AbortAsync(function(){_b8e.call(_b8f);},this);}else{_b8e.call(_b8f);}},_CancelProgressAsync:function(_b90,_b91){if(this.IsProgressSyncInProgress){this._SyncProgressRequest.AbortAsync(function(){_b90.call(_b91);},this);}else{_b90.call(_b91);}},_SyncProgressRequest:null,IsProgressSyncInProgress:false,PrepareProgress:function(){this._SyncProgressRequest=this.SyncProgressWithServerAsync(this._OnUpdateFromServerCompleted,this);},_OnUpdateFromServerCompleted:function(_b92){this.IsProgressSyncInProgress=false;if(_b92.IsAborted){return;}this._State.OnUploadProgressPrepared(this,_b92);},_IsStateChanging:function(){return this._IsChanging;},SetState:function(_b93){var _b94=this._State;this._State.OnLeave(this);this._State=_b93;this._State.OnEnter(this);var _b95=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_b94.GetAsEnum(),this._State.GetAsEnum());ITHit.Events.DispatchEvent(this,_b95.Name,_b95);},GetState:function(){return this._State;},_State:null,_IsChanging:false,_BeginStateChange:function(){this._IsChanging=true;},_EndStateChange:function(){this._IsChanging=false;},ContentWriter:null,BeginRetry:function(_b96){this._ProgressTracker.StopTracking();this.CheckRetryAsync(_b96,this._OnCheckRetryCompleted,this);},_OnCheckRetryCompleted:function(_b97){this._State.OnRetryResult(this,_b97);},Settings:null,FSEntry:null,Url:null,CancelAndDeleteAsync:function(_b98,_b99,_b9a,_b9b){this.ServerItem.CancelUploadAsync(function(_b9c){if(!this.Settings.DeleteOnCancel){_b9a.call(_b9b,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));return;}this.ServerItem.DeleteAsync(_b98,_b99,function(_b9d){if(!_b9d.IsSuccess&&!this.Settings.IgnoreCancelErrors){return _b9a.call(_b9b,_b9c);}this.IsContentSend=false;_b9a.call(_b9b,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));},this);},this);},GetProgress:function(){return this._ProgressTracker.GetProgress();},_SetProgress:function(_b9e){var _b9f=this._Progress;this._Progress=_b9e;var _ba0=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_b9f,_b9e);ITHit.Events.DispatchEvent(this,_ba0.Name,_ba0);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Items:[],Skip:function(_ba1){if(this._IsHandled){return;}this._Skip(_ba1);},SkipAll:function(){if(this._IsHandled){return;}this._Skip(this.Items);},OverwriteAll:function(){if(this._IsHandled){return;}this._Overwrite(this.Items);},Overwrite:function(_ba2){if(this._IsHandled){return;}this._Overwrite(_ba2);},UploadAll:function(){if(this._IsHandled){return;}this.Upload(this.Items);},Upload:function(_ba3){if(this._IsHandled){return;}this._Handle({Skip:[],Overwrite:[],Original:this.Items,Upload:_ba3});},constructor:function(_ba4,_ba5,_ba6){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated;this.Items=_ba5||[];this._super(_ba4,_ba6);},_Overwrite:function(_ba7){var _ba8=this._CreateResult([],_ba7);this._Handle(_ba8);},_Skip:function(_ba9){var _baa=this._CreateResult(_ba9,[]);this._Handle(_baa);},_CreateResult:function(_bab,_bac){return {Skip:_bab||[],Overwrite:_bac||[],Original:this.Items};},_Handle:function(_bad){_bad=_bad||this._CreateResult();this._super(_bad);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.Array",null,{},{MapParallel:function(_bae,_baf,_bb0,_bb1){var _bb2=[];var _bb3=0;if(_bae.length===0){setTimeout(_bb0.apply(_bb1,_bae));}for(var i=0;i<_bae.length;i++){_baf.apply(_bb1,[_bae[i],i,_bae,ITHit.Utils.MakeScopeClosure(this,function(i,_bb6){_bb2[i]=_bb6;_bb3++;if(_bb3===_bae.length){setTimeout(_bb0.call(_bb1,_bb2));}},i)]);}},DistinctBy:function(_bb7,_bb8,_bb9){var map=Object.create(null);_bb8=_bb8||Object.prototype.toString;for(var i=0;i<_bb7.length;i++){var _bbc=_bb8.call(_bb9,_bb7[i]).toString();if(!map[_bbc]){map[_bbc]=_bb7[i];}}return Object.keys(map).map(function(sKey){return map[sKey];});},Take:function(_bbe,_bbf){if(!_bbf){return [_bbe.shift()];}var _bc0=(_bbe.length>_bbf)?_bbf:_bbe.length;var _bc1=[];for(var i=0;i<_bc0;i++){_bc1.push(_bbe.shift());}return _bc1;},Remove:function(_bc3,_bc4){var _bc5=_bc3.indexOf(_bc4);if(_bc5>-1){_bc3.splice(_bc5,1);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.AutoUploader",null,{constructor:function(_bc6){this._ParallelUploads=_bc6||0;this._QueueArray=[];this._Active=[];this._Reserve=0;},AddRange:function(_bc7){_bc7.forEach(this._AddToQueue,this);this._StartUploads();},Add:function(_bc8){this._AddToQueue(_bc8);this._StartUploads();},Remove:function(_bc9){_bc9.RemoveListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._QueueArray,_bc9);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._Active,_bc9);this._StartUploads();},Reserve:function(_bca){_bca=_bca||1;this._Reserve+=_bca;},Release:function(_bcb){_bcb=_bcb||1;this._Reserve-=_bcb;this._StartUploads();},GetBusy:function(){return this._Active.length+this._Reserve;},GetFree:function(){var _bcc=this.GetBusy();if(_bcc>=this._ParallelUploads){return 0;}else{if(_bcc===0){return this._ParallelUploads;}else{return (this._ParallelUploads-_bcc)%this._ParallelUploads;}}},_QueueArray:null,_Active:null,_ParallelUploads:0,_OnStateChangeEventHandler:function(_bcd){if(_bcd.NewState!==ITHit.WebDAV.Client.Upload.State.Uploading){this.Remove(_bcd.Sender);}else{this._StartUploads();}},_StartUploads:function(){if(this._QueueArray.length===0){return;}var _bce=this.GetFree();if(_bce<=0){return;}var _bcf=ITHit.WebDAV.Client.Upload.Utils.Array.Take(this._QueueArray,_bce);if(_bcf.length<1){return;}this.Reserve(_bcf.length);_bcf.forEach(this._StartSingle,this);},_StartSingle:function(_bd0){this._Active.push(_bd0);_bd0.StartAsync();this.Release();},_AddToQueue:function(_bd1){this._QueueArray.push(_bd1);_bd1.AddListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);},_Reserve:0});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Queue",null,{Uploader:null,_UnderlyingArray:null,_Session:null,_AutoUploader:null,constructor:function(_bd2){this.Uploader=_bd2;this._Session=new ITHit.WebDAV.Client.Upload.UploaderSession();this._UnderlyingArray=[];this._GroupManager=new ITHit.WebDAV.Client.Upload.Groups.GroupManager();this._AutoUploader=new ITHit.WebDAV.Client.Upload.AutoUploader(this.Uploader.Settings.ConcurrentUploads);},ShouldReplaceDuplicate:function(_bd3){var _bd4=this.GetByUrl(_bd3.GetUrl());var _bd5=_bd4.GetState();return !(_bd5===ITHit.WebDAV.Client.Upload.State.Uploading||_bd5===ITHit.WebDAV.Client.Upload.State.Paused);},AddGroup:function(sUrl,_bd7,_bd8){var _bd9=[];for(var i=0;i<_bd7.length;i++){var _bdb=_bd7[i];var _bdc=new ITHit.WebDAV.Client.Upload.UploadItem(sUrl,_bdb,_bd8,this._Session,this._GroupManager,this.Uploader.Settings);if(this.HasUrl(_bdc.GetUrl())){if(this.ShouldReplaceDuplicate(_bdc)){this.RemoveByUrl(_bdc.GetUrl());}else{continue;}}_bd9.push(_bdc);}this._DispatchOnUploadItemsCreatedAsync(_bd9,this._OnUploadItemsCreatedAsyncDispatched.bind(this));},Add:function(_bdd){var sUrl=_bdd.GetUrl();if(this.HasUrl(sUrl)){return;}this._UnderlyingArray.push(_bdd);var _bdf=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,[_bdd]);ITHit.Events.DispatchEvent(this,_bdf.Name,[_bdf]);this._AutoUploader.Add(_bdd);},AddRange:function(_be0){for(var i=0;i<_be0.length;i++){var _be2=_be0[i];var sUrl=_be2.GetUrl();if(this.HasUrl(sUrl)){continue;}this._UnderlyingArray.push(_be2);}this._GroupManager.CreateGroup(_be0);this._OnQueueChanged(_be0,null);var _be4=_be0.filter(function(_be5){return _be5.GetState()===ITHit.WebDAV.Client.Upload.State.Queued;});this._AutoUploader.AddRange(_be4);},Restart:function(_be6){for(var i=0;i<_be6.length;i++){if(!this.HasUrl(_be6[i].GetUrl())){throw new ITHit.Exceptions.ArgumentException("Item should be a part of queue`");}}this._AutoUploader.AddRange(_be6);},GetByUrl:function(sUrl){return ITHit.Utils.FindBy(this._UnderlyingArray,function(_be9){return _be9.GetUrl()===sUrl;});},GetLength:function(){return this._UnderlyingArray.length;},HasUrl:function(sUrl){return !!this.GetByUrl(sUrl);},RemoveByUrl:function(sUrl){var _bec=this.GetByUrl(sUrl);if(!_bec){return;}var _bed=_bec.GetState();if(_bed===ITHit.WebDAV.Client.Upload.State.Uploading||_bed===ITHit.WebDAV.Client.Upload.State.Paused){_bec.Abort();}var _bee=ITHit.Utils.IndexOf(this._UnderlyingArray,_bec);this._UnderlyingArray.splice(_bee,1);this._OnQueueChanged(null,[_bec]);this._AutoUploader.Remove(_bec);},OnUploadItemsCreatedCallback:null,_OnQueueChanged:function(_bef,_bf0){var _bf1=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,_bef,_bf0);ITHit.Events.DispatchEvent(this,_bf1.Name,[_bf1]);},_DispatchOnUploadItemsCreatedAsync:function(_bf2,_bf3){var _bf4=new ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated(this,_bf2.slice(),_bf3);if(!this.OnUploadItemsCreatedCallback&&(ITHit.Events.ListenersLength(this,_bf4.Name)===0)){_bf4.OverwriteAll();}if(this.OnUploadItemsCreatedCallback){this.OnUploadItemsCreatedCallback(_bf4);}ITHit.Events.DispatchEvent(this,_bf4.Name,_bf4);},AddListener:function(_bf5,_bf6,_bf7){_bf7=_bf7||null;switch(_bf5){case ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated:ITHit.Events.AddListener(this,_bf5,_bf6,_bf7);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_bf5+"`");}},RemoveListener:function(_bf8,_bf9,_bfa){ITHit.Events.RemoveListener(this,_bf8,_bf9,_bfa);},_OnUploadItemsCreatedAsyncDispatched:function(_bfb){if(_bfb.Upload){this.AddRange(_bfb.Upload);return;}this._OnUploadItemsCreatedAsyncDispatchedDeprecated(_bfb);},_OnUploadItemsCreatedAsyncDispatchedDeprecated:function(_bfc){var _bfd=this._FilterSkippedItems(_bfc);var _bfe=this._CreateUrlUploadItemMap(_bfc.Overwrite);_bfd.forEach(function(_bff){if(_bfe.Has(_bff.GetUrl())){_bff.SetOverwrite(true);}});this.AddRange(_bfd);},_FilterSkippedItems:function(_c00){var _c01=this._CreateUrlUploadItemMap(_c00.Skip);return _c00.Original.filter(function(_c02){return !_c01.Has(_c02.GetUrl());});},_CreateUrlUploadItemMap:function(_c03){var oMap=new ITHit.WebDAV.Client.Upload.Collections.Map();_c03.forEach(function(_c05){oMap.Set(_c05.GetUrl(),_c05);});return oMap;},_GroupManager:null});})();(function(){"use strict";var _c06=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.DropZoneCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c07){this._Uploader=_c07;this._UnderlyingSet={};},AddById:function(_c08){var _c09=this.GetById(_c08);if(_c09){return _c09;}var _c0a=new ITHit.WebDAV.Client.Upload.Controls.DropZone(_c08);this._UnderlyingSet[_c08]=_c0a;this._RaiseOnCollectionChanged([_c0a],[]);return _c0a;},GetById:function(_c0b){return this._UnderlyingSet[_c0b];},RemoveById:function(_c0c){var _c0d=this.GetById(_c0c);if(_c0d){delete this._UnderlyingSet[_c0c];this._RaiseOnCollectionChanged([],[_c0d]);}},AddListener:function(_c0e,_c0f,_c10){_c10=_c10||null;this._CheckEventNameOtThrow(_c0e);ITHit.Events.AddListener(this,_c0e,_c0f,_c10);},RemoveListener:function(_c11,_c12,_c13){_c13=_c13||null;this._CheckEventNameOtThrow(_c11);ITHit.Events.RemoveListener(this,_c11,_c12,_c13);},_CheckEventNameOtThrow:function(_c14){if(_c14!==_c06.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c14);}},_RaiseOnCollectionChanged:function(_c15,_c16){ITHit.Events.DispatchEvent(this,_c06.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c15||[],RemovedItems:_c16||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){var _c17=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.InputCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c18){this._UnderlyingArray=[];this._Uploader=_c18;},AddById:function(_c19){var _c1a=new ITHit.WebDAV.Client.Upload.Controls.Input(_c19);this._UnderlyingArray[_c19]=_c1a;this._RaiseOnCollectionChanged([_c1a],[]);return _c1a;},GetById:function(_c1b){return this._UnderlyingArray[_c1b];},RemoveById:function(_c1c){var _c1d=this.GetById(_c1c);if(_c1d){delete this._UnderlyingSet[_c1c];this._RaiseOnCollectionChanged([],[_c1d]);}},AddListener:function(_c1e,_c1f,_c20){_c20=_c20||null;this._CheckEventNameOtThrow(_c1e);ITHit.Events.AddListener(this,_c1e,_c1f,_c20);},RemoveListener:function(_c21,_c22,_c23){_c23=_c23||null;this._CheckEventNameOtThrow(_c21);ITHit.Events.RemoveListener(this,_c21,_c22,_c23);},_CheckEventNameOtThrow:function(_c24){if(_c24!==_c17.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c24);}},_RaiseOnCollectionChanged:function(_c25,_c26){ITHit.Events.DispatchEvent(this,_c17.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c25||[],RemovedItems:_c26||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Uploader",null,{DropZones:null,Inputs:null,Queue:null,Settings:null,_UploadProvider:null,constructor:function(){this.Inputs=new ITHit.WebDAV.Client.Upload.InputCollection(this);this.Inputs.AddListener(ITHit.WebDAV.Client.Upload.InputCollection.EVENT_ON_COLLECTION_CHANGED,this._OnControlCollectionChangedEventHandler,this);this.DropZones=new ITHit.WebDAV.Client.Upload.DropZoneCollection(this);this.DropZones.AddListener(ITHit.WebDAV.Client.Upload.DropZoneCollection.EVENT_ON_COLLECTION_CHANGED,this._OnControlCollectionChangedEventHandler,this);this.Settings=new ITHit.WebDAV.Client.Upload.Settings();this.Queue=new ITHit.WebDAV.Client.Upload.Queue(this);},SetUploadUrl:function(sUrl){this._UploadUrl=sUrl;},GetUploadUrl:function(){return this._UploadUrl;},_OnControlCollectionChangedEventHandler:function(_c28){_c28.AddedItems.forEach(function(_c29){_c29.AddListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));_c28.RemovedItems.forEach(function(_c2a){_c2a.RemoveListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));},_OnFileInputEventHandler:function(_c2b){this.Queue.AddGroup(this._UploadUrl,_c2b.AsyncResult.Result,_c2b.Source);}});})();ITHit.Temp={};