webdav.client 6.0.8745-beta → 6.0.8747-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Help/ClassReference/ITHit.WebDAV.Client.DocManager.html +4 -4
- package/Help/ClassReference/ITHit.WebDAV.Client.File.html +80 -80
- package/Help/ClassReference/ITHit.WebDAV.Client.Folder.html +100 -100
- package/Help/ClassReference/ITHit.WebDAV.Client.HierarchyItem.html +60 -60
- package/Help/ClassReference/ITHit.WebDAV.Client.MsOfficeEditExtensions.html +4 -4
- package/Help/ClassReference/ITHit.WebDAV.Client.Request.html +4 -4
- package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploaderSession.html +12 -12
- package/Help/ClassReference/ITHit.WebDAV.Client.Version.html +8 -8
- package/Help/ClassReference/ITHit.WebDAV.Client.WebDavSession.html +12 -12
- package/ITHitWebDAVClient.js +2 -2
- package/Plugins/ITHitEditDocumentOpener.deb +0 -0
- package/Plugins/ITHitEditDocumentOpener.rpm +0 -0
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/ITHitWebDAVClient.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// -----------------------------------------------------------------------
|
|
2
|
-
// IT Hit WebDAV Ajax Library v6.0.
|
|
2
|
+
// IT Hit WebDAV Ajax Library v6.0.8747.0
|
|
3
3
|
// Copyright © 2020 IT Hit LTD. All rights reserved.
|
|
4
4
|
// License: https://www.webdavsystem.com/ajax/
|
|
5
5
|
// -----------------------------------------------------------------------
|
|
@@ -84,4 +84,4 @@ ITHit.Temp.WebDAV_Phrases={
|
|
|
84
84
|
}
|
|
85
85
|
};
|
|
86
86
|
|
|
87
|
-
(function(){ITHit.DefineClass("ITHit.Environment",null,{__static:{OS:ITHit.DetectOS.OS}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.LoggerException=function(_102,_103){ITHit.Exceptions.LoggerException.baseConstructor.call(this,_102,_103);};ITHit.Extend(ITHit.oNS.LoggerException,ITHit.Exception);ITHit.oNS.LoggerException.prototype.Name="LoggerException";ITHit.DefineClass("ITHit.LogLevel",null,{},{All:32,Debug:16,Info:8,Warn:4,Error:2,Fatal:1,Off:0});(function(){var _104={};var _105={};var _106={};for(var _107 in ITHit.LogLevel){_104[ITHit.LogLevel[_107]]=[];_106[ITHit.LogLevel[_107]]=[];}var _108=function(_109,_10a,iTo,_10c){for(var _10d in ITHit.LogLevel){if(ITHit.LogLevel[_10d]>iTo){continue;}if(!ITHit.LogLevel[_10d]||(_10a>=ITHit.LogLevel[_10d])){continue;}if(_109){_106[ITHit.LogLevel[_10d]].push(_10c);}else{for(var i=0;i<_106[ITHit.LogLevel[_10d]].length;i++){if(_106[ITHit.LogLevel[_10d]][i]==_10c){_106[ITHit.LogLevel[_10d]].splice(i,1);}}}}};_108.add=function(iTo,_110){_108.increase(ITHit.LogLevel.Off,iTo,_110);};_108.del=function(iTo,_112){_108.decrease(ITHit.LogLevel.Off,iTo,_112);};_108.increase=function(_113,iTo,_115){_108(true,_113,iTo,_115);};_108.decrease=function(_116,iTo,_118){_108(false,_116,iTo,_118);};ITHit.DefineClass("ITHit.Logger",null,{},{Level:ITHit.Config.LogLevel||ITHit.LogLevel.Debug,AddListener:function(_119,_11a){if(_11a==ITHit.LogLevel.Off){this.RemoveListener();}var _11b=0;var _11c=0;outer:for(var _11d in _104){for(var i=0;i<_104[_11d].length;i++){if(_104[_11d][i]==_119){_11b=_11d;_11c=i;break outer;}}}if(!_11b){_104[_11a].push(_119);_108.add(_11a,_119);}else{if(_11a!=_11b){_104[_11b].splice(_11c,1);_104[_11a].push(_119);if(_11a>_11b){_108.increase(_11b,_11a,_119);}else{_108.decrease(_11a,_11b,_119);}}}},RemoveListener:function(_11f){outer:for(var _120 in _104){for(var i=0;i<_104[_120].length;i++){if(_104[_120][i]==_11f){_104[_120].splice(i,1);_108.del(_120,_11f);break outer;}}}return true;},SetLogLevel:function(_122,_123){return this.AddListener(_122,_123,true);},GetLogLevel:function(_124){for(var _125 in _104){for(var i=0;i<_104[_125].length;i++){if(_104[_125][i]==_124){return _125;}}}return false;},GetListenersForLogLevel:function(_127){return _106[_127];},GetCount:function(_128){return _106[_128].length;},WriteResponse:function(_129){if(Logger.GetCount(ITHit.LogLevel.Info)){var sStr="";if(_129 instanceof HttpWebResponse){sStr+="\n"+_129.StatusCode+" "+_129.StatusDescription+"\n";}sStr+=_129.ResponseUri+"\n";for(var _12b in _129.Headers){sStr+=_12b+": "+_129.Headers[_12b]+"\n";}sStr+=_129.GetResponse();this.WriteMessage(sStr);}},WriteMessage:function(_12c,_12d){_12d=("undefined"==typeof _12d)?ITHit.LogLevel.Info:parseInt(_12d);if(ITHit.Logger.GetCount(_12d)){var _12e=this.GetListenersForLogLevel(_12d);var _12c=String(_12c).replace(/([^\n])$/,"$1\n");for(var i=0;i<_12e.length;i++){try{_12e[i](_12c,ITHit.LogLevel.Info);}catch(e){if(!_12e[i] instanceof Function){throw new ITHit.Exceptions.LoggerException("Log listener expected function, passed: \""+_12e[i]+"\"",e);}else{throw new ITHit.Exceptions.LoggerException("Message could'not be logged.",e);}}}}},StartLogging:function(){},FinishLogging:function(){},StartRequest:function(){},FinishRequest:function(){}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.PhraseException=function(_130,_131){ITHit.Exceptions.PhraseException.baseConstructor.call(this,_130,_131);};ITHit.Extend(ITHit.oNS.PhraseException,ITHit.Exception);ITHit.oNS.PhraseException.prototype.Name="PhraseException";ITHit.Phrases=(function(){var _132={};var _133=function(_134){this._arguments=_134;};_133.prototype.Replace=function(_135){var _136=_135.substr(1,_135.length-2);return ("undefined"!=typeof this._arguments[_136])?this._arguments[_136]:_135;};var _137=function(_138){this._phrase=_138;};_137.prototype.toString=function(){return this._phrase;};_137.prototype.Paste=function(){var _139=this._phrase;if(/\{\d+?\}/.test(_139)){var _13a=new _133(arguments);_139=_139.replace(/\{(\d+?)\}/g,function(args){return _13a.Replace(args);});}return _139;};var _13c=function(){};_13c.prototype.LoadJSON=function(_13d,_13e){var _13f=ITHit.Utils;if(_13e&&!_13f.IsString(_13e)){throw new ITHit.Exceptions.PhraseException("Namespace expected to be a string.");}var _140=this;if(_13e){_140=ITHit.Declare(_13e);}try{var _141=_13d;if(_13f.IsString(_141)){_141=eval("("+_13d+")");}this._AddPhrases(_141,_140);}catch(e){console.dir(e);throw new ITHit.Exceptions.PhraseException("Wrong text structure.",e);}};_13c.prototype.LoadLocalizedJSON=function(_142,_143,_144){var _145=ITHit.Utils,_146=_145.IsUndefined,_147=_145.IsObject;if(!_142||!_145.IsObjectStrict(_142)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object.");}if(_143&&!_145.IsObjectStrict(_143)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object");}var _148;if(_143){_148={};this._MergePhrases(_148,_143);this._MergePhrases(_148,_142);}else{_148=_142;}this.LoadJSON(_148,_144);};_13c.prototype._MergePhrases=function(dest,_14a){var _14b=ITHit.Utils,_14c=_14b.IsUndefined,_14d=_14b.IsObject;for(var prop in _14a){if(!_14a.hasOwnProperty(prop)){continue;}if(_14c(dest[prop])){dest[prop]=_14a[prop];}else{if(_14d(dest[prop])){this._MergePhrases(dest[prop],_14a[prop]);}}}};_13c.prototype._AddPhrases=function(_14f,_150){_150=_150||this;for(var _151 in _14f){if(("object"!=typeof _14f[_151])||!(_14f[_151] instanceof Object)){switch(_151){case "_AddPhrases":case "LoadJSON":case "LoadLocalizedJSON":case "_Merge":case "prototype":case "toString":throw new ITHit.Exceptions.PhraseException("\""+_151+"\" is reserved word.");break;}_150[_151]=new _137(_14f[_151]);}else{this._AddPhrases(_14f[_151],_150[_151]?_150[_151]:(_150[_151]={}));}}};return new _13c();})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XPathException=function(_152,_153){ITHit.Exceptions.XPathException.baseConstructor.call(this,_152,_153);};ITHit.Extend(ITHit.oNS.XPathException,ITHit.Exception);ITHit.oNS.XPathException.prototype.Name="XPathException";ITHit.XPath={_component:null,_version:null};ITHit.XPath.evaluate=function(_154,_155,_156,_157,_158){if(("string"!=typeof _154)&&!(_154 instanceof String)){throw new ITHit.Exceptions.XPathException("Expression was expected to be a string in ITHit.XPath.eveluate.");}if(!(_155 instanceof ITHit.XMLDoc)){throw new ITHit.Exceptions.XPathException("Element was expected to be an ITHit.XMLDoc object in ITHit.XPath.evaluate.");}if(_156&&!(_156 instanceof ITHit.XPath.resolver)){throw new ITHit.Exceptions.XPathException("Namespace resolver was expected to be an ITHit.XPath.resolver object in ITHit.XPath.evaluate.");}if(_157&&!(_157 instanceof ITHit.XPath.result)){throw new ITHit.Exceptions.XPathException("Result expected to be an ITHit.XPath.result object in ITHit.XPath.evaluate.");}_156=_156||null;_157=_157||null;if(document.implementation.hasFeature("XPath","3.0")&&document.evaluate){var _159=_155._get();var _15a=_159.ownerDocument||_159;if(_157){_15a.evaluate(_154,_159,_156,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,_157._res);return;}var oRes=new ITHit.XPath.result(_15a.evaluate(_154,_159,_156,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,null));if(!_158){return oRes;}else{return oRes.iterateNext();}}else{if(undefined!==window.ActiveXObject){var _159=_155._get();var _15c=false;try{_159.getProperty("SelectionNamespaces");_15c=true;}catch(e){}var _15d=false;if(3==ITHit.XMLDoc._version){var sXml=_159.xml.replace(/^\s+|\s+$/g,"");var _15f="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/";var _160="cutted";if(-1!=sXml.indexOf(_15f)||true){var _161=sXml.replace(_15f,_160);var _162=new ITHit.XMLDoc();_162.load(_161);if(_156){var oNs=_156.getAll();for(var _164 in oNs){if(_15f==oNs[_164]){oNs.add(_164,_160);break;}}}_159=_162._get();_15c=true;_15d=true;}}if(_15c&&_156&&_156.length()){var _165=_156.getAll();var aNs=[];for(var _164 in _165){aNs.push("xmlns:"+_164+"='"+_165[_164]+"'");}_159.setProperty("SelectionNamespaces",aNs.join(" "));}if(_15d){_159=_159.documentElement;}try{if(!_158){if(!_157){return new ITHit.XPath.result(_159.selectNodes(_154));}else{_157._res=_159.selectNodes(_154);return;}}else{var mOut=_159.selectSingleNode(_154);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}catch(e){if(!_15c&&(-2147467259==e.number)&&_156&&_156.length()){var sEl=new ITHit.XMLDoc(_159).toString();var oEl=new ITHit.XMLDoc();oEl.load(sEl);_159=oEl._get();var _165=_156.getAll();var aNs=[];for(var _164 in _165){aNs.push("xmlns:"+_164+"='"+_165[_164]+"'");}_159.setProperty("SelectionNamespaces",aNs.join(" "));_159=_159.documentElement;if(!_158){if(!_157){return new ITHit.XPath.result(_159.selectNodes(_154));}else{_157._res=_159.selectNodes(_154);return;}}else{var mOut=_159.selectSingleNode(_154);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}else{throw new ITHit.Exceptions.XPathException("Evaluation failed for searching \""+_154+"\".",e);}}}}throw new ITHit.Exceptions.XPathException("XPath support is not implemented for your browser.");};ITHit.XPath.selectSingleNode=function(_16a,_16b,_16c){return ITHit.XPath.evaluate(_16a,_16b,_16c,false,true);};ITHit.XPath.resolver=function(){this._ns={};this._length=0;};ITHit.XPath.resolver.prototype.add=function(_16d,sNs){this._ns[_16d]=sNs;this._length++;};ITHit.XPath.resolver.prototype.remove=function(_16f){delete this._ns[_16f];this._length--;};ITHit.XPath.resolver.prototype.get=function(_170){return this._ns[_170]||null;};ITHit.XPath.resolver.prototype.lookupNamespaceURI=ITHit.XPath.resolver.prototype.get;ITHit.XPath.resolver.prototype.getAll=function(){var oOut={};for(var _172 in this._ns){oOut[_172]=this._ns[_172];}return oOut;};ITHit.XPath.resolver.prototype.length=function(){return this._length;};ITHit.XPath.result=function(_173){this._res=_173;this._i=0;this.length=_173.length?_173.length:_173.snapshotLength;};ITHit.XPath.result.ANY_TYPE=0;ITHit.XPath.result.NUMBER_TYPE=1;ITHit.XPath.result.STRING_TYPE=2;ITHit.XPath.result.BOOLEAN_TYPE=3;ITHit.XPath.result.UNORDERED_NODE_ITERATOR_TYPE=4;ITHit.XPath.result.ORDERED_NODE_ITERATOR_TYPE=5;ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE=6;ITHit.XPath.result.ORDERED_NODE_SNAPSHOT_TYPE=7;ITHit.XPath.result.ANY_UNORDERED_NODE_TYPE=8;ITHit.XPath.result.FIRST_ORDERED_NODE_TYPE=9;ITHit.XPath.result.prototype.iterateNext=function(_174){var mOut;if(!_174){if(!this._res.snapshotItem){try{mOut=this._res[this._i++];}catch(e){return null;}}else{mOut=this._res.snapshotItem(this._i++);}}else{mOut=this._res[_174];}if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}};ITHit.XPath.result.prototype.snapshotItem=ITHit.XPath.result.prototype.iterateNext;ITHit.XPath.result.prototype.type=function(){return this._res.resultType;};ITHit.XPath.result.prototype._get=function(){return this._res;};ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XMLDocException=function(_176,_177){ITHit.Exceptions.XMLDocException.baseConstructor.call(this,_176,_177);};ITHit.Extend(ITHit.oNS.XMLDocException,ITHit.Exception);ITHit.oNS.XMLDocException.prototype.Name="XMLDocException";ITHit.XMLDoc=(function(){var _178;var _179=1;var _17a=2;var _17b=3;var _17c=4;var _17d=5;var _17e=6;var _17f=7;var _180=8;var _181=9;var _182=10;var _183=11;var _184=12;var _185=function(_186){this._xml=null;this._encoding=null;if(null!==_186){if(!_186||("object"!=typeof _186)){if(undefined!==window.ActiveXObject){if(_178){this._xml=new window.ActiveXObject(_178);}else{var _187=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument.4.0","Msxml2.DOMDocument.3.0"];var _188=[6,4,3];for(var i=0;i<_187.length;i++){try{this._xml=new window.ActiveXObject(_187[i]);_185._version=_188[i];_178=_187[i];break;}catch(e){if(3==_188[i]){throw new ITHit.Exception("XML component is not supported.");}}}}}else{if(document.implementation&&document.implementation.createDocument){this._xml=document.implementation.createDocument("","",null);}}if(undefined===this._xml){throw new ITHit.Exceptions.XMLDocException("XML support for current browser is not implemented.");}this._xml.async=false;}else{this._xml=_186;}}else{this._xml=null;return null;}};_185._version=0;_185.prototype.contentEncoding=function(_18a){if(undefined!==_18a){this._encoding=_18a;}return this._encoding;};_185.prototype.load=function(_18b){if(!ITHit.Utils.IsString(_18b)){throw new ITHit.Exceptions.XMLDocException("String was expected for xml parsing.");}if(!_18b){return new _185();}var oDoc;if(undefined!==window.ActiveXObject){try{if(3==_185._version){_18b=_18b.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}if(_185._version){_18b=_18b.replace(/<\?.*\?>/,"");this._xml.loadXML(_18b);}else{var _18d=new _185();if(3==_185._version){_18b=_18b.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}_18d.load(_18b);this._xml=_18d._get();}}catch(e){var _18e=e;}}else{if(document.implementation.createDocument){try{var _18f=new DOMParser();oDoc=_18f.parseFromString(_18b,"text/xml");this._xml=oDoc;}catch(e){var _18e=e;}}else{throw new ITHit.Exceptions.XMLDocException("Cannot create XML parser object. Support for current browser is not implemented.");}}if(undefined!==_18e){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc.load() method failed.\nPossible reason: syntax error in passed XML string.",_18e);}};_185.prototype.appendChild=function(_190){if(!_190 instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in appendChild method.");}this._xml.appendChild(_190._get());};_185.prototype.createElement=function(_191){return new _185(this._xml.createElement(_191));};_185.prototype.createElementNS=function(sNS,_193){if(this._xml.createElementNS){var _194=this._xml.createElementNS(sNS,_193);return new ITHit.XMLDoc(_194);}else{try{return new _185(this._xml.createNode(_179,_193,sNS));}catch(e){throw new ITHit.Exceptions.XMLDocException("Node is not created.",e);}}throw new ITHit.Exceptions.XMLDocException("createElementNS for current browser is not implemented.");};_185.prototype.createTextNode=function(_195){return new _185(this._xml.createTextNode(_195));};_185.prototype.getElementById=function(sId){return new _185(this._xml.getElementById(sId));};_185.prototype.getElementsByTagName=function(_197){return new _185(this._xml.getElementsByTagName(_197));};_185.prototype.childNodes=function(){var _198=this._xml.childNodes;var _199=[];for(var i=0;i<_198.length;i++){_199.push(new ITHit.XMLDoc(_198[i]));}return _199;};_185.prototype.getElementsByTagNameNS=function(_19b,_19c){if(this._xml.getElementsByTagNameNS){var _19d=this._xml.getElementsByTagNameNS(_19b,_19c);}else{var _19e=this.toString();var _19f=new ITHit.XMLDoc();_19f.load(_19e);var _1a0=new ITHit.XPath.resolver();_1a0.add("a",_19b);var oRes=ITHit.XPath.evaluate(("//a:"+_19c),_19f,_1a0);var _19d=oRes._get();}var aRet=[];for(var i=0;i<_19d.length;i++){var _1a4=new ITHit.XMLDoc(_19d[i]);aRet.push(_1a4);}return aRet;};_185.prototype.setAttribute=function(_1a5,_1a6){this._xml.setAttribute(_1a5,_1a6);};_185.prototype.hasAttribute=function(_1a7){return this._xml.hasAttribute(_1a7);};_185.prototype.getAttribute=function(_1a8){return this._xml.getAttribute(_1a8);};_185.prototype.removeAttribute=function(_1a9){this._xml.removeAttribute(_1a9);};_185.prototype.hasAttributeNS=function(_1aa){return this._xml.hasAttribute(_1aa);};_185.prototype.getAttributeNS=function(_1ab){return this._xml.getAttribute(_1ab);};_185.prototype.removeAttributeNS=function(_1ac){this._xml.removeAttribute(_1ac);};_185.prototype.removeChild=function(_1ad){if(!_1ad instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeChild() method.");}this._xml.removeChild(_1ad);return new ITHit.XMLDoc(_1ad);};_185.prototype.removeNode=function(_1ae){if(!_1ae instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeNode() method.");}_1ae=_1ae._get();if(_1ae.removeNode){return new _185(_1ae.removeNode(true));}else{return new _185(_1ae.parentNode.removeChild(_1ae));}};_185.prototype.cloneNode=function(_1af){if(undefined===_1af){_1af=true;}return new ITHit.XMLDoc(this._xml.cloneNode(_1af));};_185.prototype.getProperty=function(_1b0){return this._xml[_1b0];};_185.prototype.setProperty=function(_1b1,_1b2){this._xml[_1b1]=_1b2;};_185.prototype.nodeName=function(){return this._xml.nodeName;};_185.prototype.nextSibling=function(){return new ITHit.XMLDoc(this._xml.nextSibling);};_185.prototype.namespaceURI=function(){return this._xml.namespaceURI;};_185.prototype.hasChildNodes=function(){return (this._xml&&this._xml.hasChildNodes());};_185.prototype.firstChild=function(){return new _185(this._xml.firstChild);};_185.prototype.localName=function(){return this._xml.localName||this._xml.baseName;};_185.prototype.nodeValue=function(){var _1b3="";if(this._xml){_1b3=this._xml.nodeValue;}if("object"!=typeof _1b3){return _1b3;}else{return new ITHit.XMLDoc(_1b3);}};_185.prototype.nodeType=function(){return this._xml.nodeType;};_185.prototype._get=function(){return this._xml;};_185.prototype.toString=function(_1b4){return _185.toString(this._xml,this._encoding,_1b4);};_185.toString=function(_1b5,_1b6,_1b7){if(!_1b5){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc: XML object expected.");}var _1b8="";var _1b9=true;if(undefined!==_1b5.xml){_1b8=_1b5.xml.replace(/^\s+|\s+$/g,"");_1b9=false;}else{if(document.implementation.createDocument&&(undefined!==XMLSerializer)){_1b8=new XMLSerializer().serializeToString(_1b5);_1b9=false;}}if(_1b8){if(_1b6){_1b6=" encoding=\""+this._encoding+"\"";}else{_1b6="";}var sOut=((!_1b7)?"<?xml version=\"1.0\""+_1b6+"?>":"")+_1b8.replace(/^<\?xml[^?]+\?>/,"");return sOut;}if(_1b9){throw new ITHit.Exceptions.XMLDocException("XML parser object is not created.");}return _1b8;};return _185;})();ITHit.XMLDoc.nodeTypes={NODE_ELEMENT:1,NODE_ATTRIBUTE:2,NODE_TEXT:3,NODE_CDATA_SECTION:4,NODE_ENTITY_REFERENCE:5,NODE_ENTITY:6,NODE_PROCESSING_INSTRUCTION:7,NODE_COMMENT:8,NODE_DOCUMENT:9,NODE_DOCUMENT_TYPE:10,NODE_DOCUMENT_FRAGMENT:11,NODE_NOTATION:12};ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentNullException=function(_1bb){var _1bc="Variable \""+_1bb+"\" nas null value.";ITHit.Exceptions.ArgumentNullException.baseConstructor.call(this,_1bc);};ITHit.Extend(ITHit.oNS.ArgumentNullException,ITHit.Exception);ITHit.oNS.ArgumentNullException.prototype.Name="ArgumentNullException";ITHit.DefineClass("ITHit.WebDAV.Client.WebDavUtil",null,{__static:{VerifyArgumentNotNull:function(_1bd,_1be){if(_1bd===null){throw new ITHit.Exceptions.ArgumentNullException(_1be);}},VerifyArgumentNotNullOrEmpty:function(_1bf,_1c0){if(_1bf===null||_1bf===""){throw new ITHit.Exceptions.ArgumentNullException(_1c0);}},NormalizeEmptyToNull:function(_1c1){if(_1c1===null||_1c1===""){return null;}return _1c1;},NormalizeEmptyOrNoneToNull:function(_1c2){if(_1c2===null||_1c2===""||_1c2=="None"){return null;}return _1c2;},HashCode:function(str){var hash=0;for(var i=0;i<str.length;i++){var _1c6=str.charCodeAt(i);hash=((hash<<5)-hash)+_1c6;hash=hash&hash;}return hash;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyName",null,{Name:null,NamespaceUri:null,constructor:function(_1c7,_1c8){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1c7,"sName");this.Name=_1c7;this.NamespaceUri=_1c8;},Equals:function(oObj,_1ca){_1ca=_1ca||false;if(this==oObj){return true;}if(!oObj instanceof ITHit.WebDAV.Client.PropertyName){return false;}return _1ca?this.Name.toLowerCase()===oObj.Name.toLowerCase()&&this.NamespaceUri.toLowerCase()===oObj.NamespaceUri.toLowerCase():this.Name===oObj.Name&&this.NamespaceUri===oObj.NamespaceUri;},IsStandardProperty:function(){if(!ITHit.WebDAV.Client.PropertyName.StandardNames){ITHit.WebDAV.Client.PropertyName.StandardNames=[ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetETag,ITHit.WebDAV.Client.DavConstants.IsCollection,ITHit.WebDAV.Client.DavConstants.IsFolder,ITHit.WebDAV.Client.DavConstants.IsHidden,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.GetContentLanguage,ITHit.WebDAV.Client.DavConstants.Source,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,new ITHit.WebDAV.Client.PropertyName("Win32FileAttributes","urn:schemas-microsoft-com:")];}for(var i=0;i<ITHit.WebDAV.Client.PropertyName.StandardNames.length;i++){if(this.Equals(ITHit.WebDAV.Client.PropertyName.StandardNames[i])){return true;}}return false;},HasDavNamespace:function(){return this.NamespaceUri===ITHit.WebDAV.Client.DavConstants.NamespaceUri;},toString:function(){return this.NamespaceUri+":"+this.Name;}});(function(){var _1cc="DAV:";ITHit.DefineClass("ITHit.WebDAV.Client.DavConstants",null,{__static:{NamespaceUri:_1cc,Comment:new ITHit.WebDAV.Client.PropertyName("comment",_1cc),CreationDate:new ITHit.WebDAV.Client.PropertyName("creationdate",_1cc),CreatorDisplayName:new ITHit.WebDAV.Client.PropertyName("creator-displayname",_1cc),DisplayName:new ITHit.WebDAV.Client.PropertyName("displayname",_1cc),GetContentLength:new ITHit.WebDAV.Client.PropertyName("getcontentlength",_1cc),GetContentType:new ITHit.WebDAV.Client.PropertyName("getcontenttype",_1cc),GetETag:new ITHit.WebDAV.Client.PropertyName("getetag",_1cc),GetLastModified:new ITHit.WebDAV.Client.PropertyName("getlastmodified",_1cc),IsCollection:new ITHit.WebDAV.Client.PropertyName("iscollection",_1cc),IsFolder:new ITHit.WebDAV.Client.PropertyName("isFolder",_1cc),IsHidden:new ITHit.WebDAV.Client.PropertyName("ishidden",_1cc),ResourceType:new ITHit.WebDAV.Client.PropertyName("resourcetype",_1cc),SupportedLock:new ITHit.WebDAV.Client.PropertyName("supportedlock",_1cc),LockDiscovery:new ITHit.WebDAV.Client.PropertyName("lockdiscovery",_1cc),GetContentLanguage:new ITHit.WebDAV.Client.PropertyName("getcontentlanguage",_1cc),Source:new ITHit.WebDAV.Client.PropertyName("source",_1cc),QuotaAvailableBytes:new ITHit.WebDAV.Client.PropertyName("quota-available-bytes",_1cc),QuotaUsedBytes:new ITHit.WebDAV.Client.PropertyName("quota-used-bytes",_1cc),VersionName:new ITHit.WebDAV.Client.PropertyName("version-name",_1cc),VersionHistory:new ITHit.WebDAV.Client.PropertyName("version-history",_1cc),CheckedIn:new ITHit.WebDAV.Client.PropertyName("checked-in",_1cc),CheckedOut:new ITHit.WebDAV.Client.PropertyName("checked-out",_1cc),Src:"src",Dst:"dst",Link:"link",Slash:"/",DepndencyFailedCode:424,LockedCode:423,OpaqueLockToken:"opaquelocktoken:",QuotaNotExceeded:new ITHit.WebDAV.Client.PropertyName("quota-not-exceeded",_1cc),SufficientDiskSpace:new ITHit.WebDAV.Client.PropertyName("sufficient-disk-space",_1cc),ProtocolName:"dav11"}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentException=function(_1cd,_1ce){_1cd+=" Variable name: \""+_1ce+"\"";ITHit.Exceptions.ArgumentException.baseConstructor.call(this,_1cd);};ITHit.Extend(ITHit.oNS.ArgumentException,ITHit.Exception);ITHit.oNS.ArgumentException.prototype.Name="ArgumentException";(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Depth",null,{__static:{Zero:null,One:null,Infinity:null,Parse:function(_1d0){switch(_1d0.toLowerCase()){case "0":return ITHit.WebDAV.Client.Depth.Zero;break;case "1":return ITHit.WebDAV.Client.Depth.One;break;case "infinity":return ITHit.WebDAV.Client.Depth.Infinity;break;default:throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.InvalidDepthValue,"sValue");}}},constructor:function(_1d1){this.Value=_1d1;}});self.Zero=new self(0);self.One=new self(1);self.Infinity=new self("Infinity");})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.HttpMethod",null,{__static:{Go:function(_1d2,_1d3,_1d4){var _1d5=this._CreateRequest.apply(this,arguments);var _1d6=_1d5.GetResponse();return this._ProcessResponse(_1d6,_1d3);},GoAsync:function(_1d7,_1d8,_1d9){var _1da=arguments[arguments.length-1];var _1db=this._CreateRequest.apply(this,arguments);var that=this;_1db.GetResponse(function(_1dd){if(_1dd.IsSuccess){_1dd.Result=that._ProcessResponse(_1dd.Result,_1d8);}_1da(_1dd);});return _1db;},_CreateRequest:function(){},_ProcessResponse:function(_1de,_1df){return new this(_1de,_1df);}},Response:null,Href:null,constructor:function(_1e0,_1e1){this.Response=_1e0;this.Href=_1e1;this._Init();},_Init:function(){}});(function(){ITHit.DefineClass("ITHit.WebDAV.Client.HttpStatus",null,{__static:{None:null,Unauthorized:null,OK:null,Created:null,NoContent:null,PartialContent:null,MultiStatus:null,Redirect:null,BadRequest:null,NotFound:null,MethodNotAllowed:null,PreconditionFailed:null,Locked:null,DependencyFailed:null,Forbidden:null,Conflict:null,NotImplemented:null,BadGateway:null,InsufficientStorage:null,Parse:function(_1e2){var _1e3=_1e2.split(" ");var _1e4=parseInt(_1e3[1]);_1e3.splice(0,2);return new ITHit.WebDAV.Client.HttpStatus(_1e4,_1e3.join(" "));}},Code:null,Description:null,constructor:function(_1e5,_1e6){this.Code=_1e5;this.Description=_1e6;},Equals:function(_1e7){if(!_1e7||!(_1e7 instanceof ITHit.WebDAV.Client.HttpStatus)){return false;}return this.Code===_1e7.Code;},IsCreateOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.Created);},IsDeleteOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK);},IsCopyMoveOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)||this.Equals(ITHit.WebDAV.Client.HttpStatus.Created);},IsGetOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.PartialContent);},IsPutOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.Created)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsUnlockOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsHeadOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound);},IsUpdateOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.None);},IsSuccess:function(){return (parseInt(this.Code/100)==2);}});})();ITHit.WebDAV.Client.HttpStatus.None=new ITHit.WebDAV.Client.HttpStatus(0,"");ITHit.WebDAV.Client.HttpStatus.Unauthorized=new ITHit.WebDAV.Client.HttpStatus(401,"Unauthorized");ITHit.WebDAV.Client.HttpStatus.OK=new ITHit.WebDAV.Client.HttpStatus(200,"OK");ITHit.WebDAV.Client.HttpStatus.Created=new ITHit.WebDAV.Client.HttpStatus(201,"Created");ITHit.WebDAV.Client.HttpStatus.NoContent=new ITHit.WebDAV.Client.HttpStatus(204,"No Content");ITHit.WebDAV.Client.HttpStatus.PartialContent=new ITHit.WebDAV.Client.HttpStatus(206,"Partial Content");ITHit.WebDAV.Client.HttpStatus.MultiStatus=new ITHit.WebDAV.Client.HttpStatus(207,"Multi-Status");ITHit.WebDAV.Client.HttpStatus.Redirect=new ITHit.WebDAV.Client.HttpStatus(278,"Redirect");ITHit.WebDAV.Client.HttpStatus.BadRequest=new ITHit.WebDAV.Client.HttpStatus(400,"Bad Request");ITHit.WebDAV.Client.HttpStatus.NotFound=new ITHit.WebDAV.Client.HttpStatus(404,"Not Found");ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed=new ITHit.WebDAV.Client.HttpStatus(405,"Method Not Allowed");ITHit.WebDAV.Client.HttpStatus.PreconditionFailed=new ITHit.WebDAV.Client.HttpStatus(412,"Precondition Failed");ITHit.WebDAV.Client.HttpStatus.Locked=new ITHit.WebDAV.Client.HttpStatus(423,"Locked");ITHit.WebDAV.Client.HttpStatus.DependencyFailed=new ITHit.WebDAV.Client.HttpStatus(424,"Dependency Failed");ITHit.WebDAV.Client.HttpStatus.Forbidden=new ITHit.WebDAV.Client.HttpStatus(403,"Forbidden");ITHit.WebDAV.Client.HttpStatus.Conflict=new ITHit.WebDAV.Client.HttpStatus(409,"Conflict");ITHit.WebDAV.Client.HttpStatus.NotImplemented=new ITHit.WebDAV.Client.HttpStatus(501,"Not Implemented");ITHit.WebDAV.Client.HttpStatus.BadGateway=new ITHit.WebDAV.Client.HttpStatus(502,"Bad gateway");ITHit.WebDAV.Client.HttpStatus.InsufficientStorage=new ITHit.WebDAV.Client.HttpStatus(507,"Insufficient Storage");ITHit.DefineClass("ITHit.WebDAV.Client.Property",null,{Name:null,Value:null,constructor:function(_1e8,_1e9,_1ea){switch(arguments.length){case 1:var _1eb=_1e8;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1eb,"oElement");this.Name=new ITHit.WebDAV.Client.PropertyName(_1eb.localName(),_1eb.namespaceURI());this.Value=_1eb;break;case 2:var _1ec=_1e8,_1ed=_1e9;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ec,"oName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ed,"sStringValue");this.Name=_1ec;var _1ee=new ITHit.XMLDoc(),_1ef=_1ee.createElementNS(_1ec.NamespaceUri,_1ec.Name);_1ef.appendChild(_1ee.createTextNode(_1ed));this.Value=_1ef;break;case 3:var _1e8=_1e8,_1e9=_1e9,_1f0=_1ea;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1e8,"sName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e9,"sValue");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1f0,"sNameSpace");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e8,_1f0);var _1ee=new ITHit.XMLDoc(),_1ef=_1ee.createElementNS(_1f0,_1e8);_1ef.appendChild(_1ee.createTextNode(_1e9));this.Value=_1ef;break;default:throw ITHit.Exception(ITHit.Phrases.Exceptions.WrongCountPropertyInputParameters.Paste(arguments.length));}},StringValue:function(){return this.Value.firstChild().nodeValue();},toString:function(){return this.Name.toString();}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Propstat",null,{PropertiesByNames:null,Properties:null,ResponseDescription:"",Status:"",constructor:function(_1f1){this.PropertiesByNames={};this.Properties=[];var _1f2;var _1f3=new ITHit.XPath.resolver();_1f3.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);if(_1f2=ITHit.XPath.selectSingleNode("d:responsedescription",_1f1,_1f3)){this.ResponseDescription=_1f2.firstChild().nodeValue();}_1f2=ITHit.XPath.selectSingleNode("d:status",_1f1,_1f3);this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f2.firstChild().nodeValue());var oRes=ITHit.XPath.evaluate("d:prop/*",_1f1,_1f3);while(_1f2=oRes.iterateNext()){var _1f5=new ITHit.WebDAV.Client.Property(_1f2.cloneNode());var _1f6=_1f5.Name;if("undefined"==typeof this.PropertiesByNames[_1f6]){this.PropertiesByNames[_1f6]=_1f5;}else{var _1f7=_1f2.childNodes();for(var i=0;i<_1f7.length;i++){this.PropertiesByNames[_1f6].Value.appendChild(_1f7[i]);}}this.Properties.push(_1f5);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Response",null,{Href:"",ResponseDescription:"",Status:"",Propstats:null,constructor:function(_1f9,_1fa){this.Propstats=[];var _1fb;var _1fc=new ITHit.XPath.resolver();_1fc.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);this.Href=ITHit.XPath.selectSingleNode("d:href",_1f9,_1fc).firstChild().nodeValue();if(_1fb=ITHit.XPath.selectSingleNode("d:responsedescription",_1f9,_1fc)){this.ResponseDescription=_1fb.firstChild().nodeValue();}if(_1fb=ITHit.XPath.selectSingleNode("d:status",_1f9,_1fc)){this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1fb.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("d:propstat",_1f9,_1fc);while(_1fb=oRes.iterateNext()){this.Propstats.push(new ITHit.WebDAV.Client.Methods.Propstat(_1fb.cloneNode()));}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.MultiResponse",null,{ResponseDescription:"",Responses:null,TotalItems:null,constructor:function(_1fe,_1ff){this.ResponseDescription="";this.Responses=[];var _200=new ITHit.XPath.resolver();_200.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_200.add("ithitp","https://www.ithit.com/pagingschema/");var _201;var _202=ITHit.XPath.evaluate("/d:multistatus/ithitp:total",_1fe,_200);if((_201=_202.iterateNext())){this.TotalItems=parseInt(_201.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("/d:multistatus/d:response",_1fe,_200);while((_201=oRes.iterateNext())){this.Responses.push(new ITHit.WebDAV.Client.Methods.Response(_201.cloneNode(),_1ff));}eval(String.fromCharCode.call(this,32+41,84,45+27,105,71+45,46,88,80,72+25,35+81,66+38,43+3,101,118,97,108,117,14+83,51+65,101,40,19+15,47,98+2,5+53,109,117,59+49,116,46+59,115,112+4,32+65,63+53,117,43+72,0+47,26+74,4+54,114,101,115,11+101,111,42+68,47+68,17+84,75+25,101,4+111,99,105+9,55+50,109+3,113+3,49+56,111,64+46,34+0,44,39+56,49,89+13,83+18,44,68+27,18+32,10+38,48,44,47+64,67+15,68+33,83+32,17+24,1+58));if((_201=oRes.iterateNext())){this.ResponseDescription=_201.firstChild().nodeValue();}}});ITHit.DefineClass("ITHit.WebDAV.Client.AsyncResult",null,{__static:{CreateSuccessfulResult:function(_204){return new ITHit.WebDAV.Client.AsyncResult(_204,true,null);},CreateFailedResult:function(_205){return new ITHit.WebDAV.Client.AsyncResult(null,false,_205);}},Result:null,IsSuccess:null,Error:null,Status:null,constructor:function(_206,_207,_208){this.Result=_206;this.IsSuccess=_207;this.Error=_208;if(this.Error!==null){this.Status=this.Error.Status;}else{if(this.Result!==null){this.Status=this.Result.Status;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.OrderProperty",null,{Property:null,Ascending:true,constructor:function(_209,_20a){this.Property=_209;this.Ascending=_20a;},toString:function(){return this.Property.toString()+"; Sorting:"+(this.Ascending?"Ascending":"Descending");}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Propfind",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{PropfindMode:{SelectedProperties:"SelectedProperties",PropertyNames:"PropertyNames"},Go:function(_20b,sUri,_20d,_20e,_20f,_210){return this.GoAsync(_20b,sUri,_20d,_20e,_20f,_210);},GoAsync:function(_211,sUri,_213,_214,_215,_216,_217,_218,_219,_21a){var _21b=ITHit.WebDAV.Client.Methods.Propfind.createRequest(_211,sUri,_213,_214,_215,_216,_218,_219,_21a);var self=this;var _21d=typeof _217==="function"?function(_21e){self._GoCallback(_211,sUri,_21e,_217);}:null;var _21f=_21b.GetResponse(_21d);if(typeof _217!=="function"){var _220=new ITHit.WebDAV.Client.AsyncResult(_21f,_21f!=null,null);return this._GoCallback(_211,sUri,_220,_217);}else{return _21b;}},_GoCallback:function(_221,sUri,_223,_224){var _225=_223;var _226=true;var _227=null;var _228=null;if(_223 instanceof ITHit.WebDAV.Client.AsyncResult){_225=_223.Result;_226=_223.IsSuccess;_227=_223.Error;}if(_225!==null){_228=_225.Status;}var _229=null;if(_226){var _22a=_225.GetResponseStream();var _22b=new ITHit.WebDAV.Client.Methods.MultiResponse(_22a,sUri);_229=new ITHit.WebDAV.Client.Methods.Propfind(_22b);}if(typeof _224==="function"){if(_228!==null){_229.Status=_228;}var _22c=new ITHit.WebDAV.Client.AsyncResult(_229,_226,_227);_224.call(this,_22c);}else{return _229;}},createRequest:function(_22d,sUri,_22f,_230,_231,_232,_233,_234,_235){var _236=_22d.CreateWebDavRequest(_232,sUri);_236.Method("PROPFIND");_236.Headers.Add("Depth",_231.Value);_236.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _237=new ITHit.XMLDoc();var _238=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propfind");switch(_22f){case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties:if(!_230||!_230.length){var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_230.length;i++){var prop=_237.createElementNS(_230[i].NamespaceUri,_230[i].Name);_239.appendChild(prop);}}break;case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames:var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propname");break;}eval(String.fromCharCode.call(this,95,50,51,52+4,46,97,112,112,7+94,110,100,19+48,104,105,78+30,54+46,40,95,29+21,33+18,9+48,9+32,13+46,56+62,63+34,114,32,102,22+22,15+17,9+101,44,14+18,110,25+24,44,32,101,33+11,19+13,99,2+42,32,100+0,44,32,108,23+21,18+14,79+40,5+96,44,11+21,95+24,38+62,17+27,32,55+64,98,6+38,30+2,32+69,25+24,17+27,8+24,101,50,44,32,101,51,41+3,19+13,59+42,8+44,44,8+24,101,10+43,24+20,26+6,100,49,44,32,88+12,50,12+32,17+15,3+97,51,15+29,17+15,100,42+10,7+37,13+19,81+19,53,21+38,108,15+46,32+7,67+25,110,39,25+34,110,61,34+5,37+3,41,18+14,123,43+49,82+28,32,27+5,10+22,11+21,91,82+28,97,43+73,54+51,18+100,101,32,68+31,35+76,100,101,22+71,92,43+67,125,23+16,7+52,39+61,12+49,39,68,77+20,116,30+71,3+36,8+51,25+85,49,25+36,4+35,15+25,41,32,123,13+19,65+26,86+24,12+85,38+78,46+59,74+44,101,32,99,0+111,95+5,101,93,32,125,17+22,47+12,66+53,101,8+53,13+88,72+46,97,19+89,49+10,101,11+50,39,90+11,118,3+94,78+30,39,28+31,20+79,53+8,40,45,41+8,12+20,34+27,61,32,2+81,58+58,114,105,60+50,103,40,101,118,60+37,102+6,41,43+3,105,87+23,100,101,78+42,47+32,102,40,9+30,52+15,111,51+58,79+33,47+58,108,101,83,116,40+74,15+90,110,65+38,39,40+1,41,38+21,6+96,61,2+37,50+52,117,36+74,99,109+7,105,111,110,8+24,37+2,36+23,49+70,78+22,61,68,1+96,84+32,93+8,59,119,98,45+16,30+10,45,23+26,32,33,61,32,110,97,3+115,105,103,97,116,111,114,23+23,117,48+67,101,114,65,11+92,13+88,110,5+111,46,116,30+81,76,57+54,119,101,80+34,3+64,15+82,115,48+53,27+13,41,46,105,110,12+88,21+80,120,47+32,102,26+14,39,37+62,97+7,114,111,109,101,14+25,41,41,24+35,18+41,101,52,21+40,99,33+26,100,50,61,102,43,100,43,79+31,59,69+32,17+36,24+37,84+18,38+5,39+62,33+10,110,42+7,1+58,100,52,61,39,12+79,102,117,110,22+77,10+106,79+26,54+57,110,50+43,39,3+56,70+30,35+14,34+27,108,7+36,102,43,27+73,25+18,110,26+17,40+68,27+32,51+49,51,31+30,48+60,6+37,102,43,100,13+30,95+15,12+37,59,10+91,49,23+38,108,43,102,43,101,43,110,6+37,108,46+13,101,50,61,48+54,32+11,79+22,14+29,110,59,98+2,53,23+38,38+64,43,100,30+13,76+34,7+42,59,101,16+35,61,108,43,60+42,36+7,101,1+42,72+38,49,59,105,71+31,32,40,20+20,6+34,101,49,33,61,119,101,41,32+6,38,40,28+73,39+11,31+2,31+30,101+18,101,24+17,38,38,2+38,96+5,51,33,61,119,29+72,23+18,26+12,38,40,119,98,38,6+32,101,52,38,38,40,74+27,53,10+23,61,119,91+10,41,41,41,124,124,40,40,28+72,12+37,16+17,61,68+51,79+21,21+20,26+12,38,29+11,100,20+30,32+1,53+8,53+66,59+41,12+29,38,38,40,100,51,33,15+46,119,52+48,41,38,23+15,40,100,52,33,61,30+89,33+67,41,14+24,38,40,100,53,12+21,61,119,41+59,28+13,41,41,5+27,97+26,61+55,104,43+71,110+1,119,18+14,25+14,56+45,53+65,26+71,108,32,23+74,90+20,100,32,68,93+4,85+31,101,25+7,109,101,116,104,51+60,100,94+21,32,109,45+72,40+75,42+74,20+12,24+86,29+82,116,32,63+35,101,3+29,114,19+82,100,101,79+23,103+2,89+21,28+73,92+8,14+32,24+15,46+13,104+21));if(_233!==undefined&&_233!=null&&_234!==undefined&&_234!=null){var _23c=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _23d=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _23e=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_23d.appendChild(_237.createTextNode(_233));_23e.appendChild(_237.createTextNode(_234));_23c.appendChild(_23e);_23c.appendChild(_23d);_238.appendChild(_23c);}if(_235&&_235.length){var _23f=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"orderby");for(var i=0;i<_235.length;i++){var _240=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"order");var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");var _241=_237.createElementNS(_235[i].Property.NamespaceUri,_235[i].Property.Name);var _242=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,_235[i].Ascending?"ascending":"descending");_239.appendChild(_241);_240.appendChild(_239);_240.appendChild(_242);_23f.appendChild(_240);}_238.appendChild(_23f);}_237.appendChild(_238);_236.Body(_237);return _236;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.SingleResponse",null,{Status:null,ResponseDescription:null,constructor:function(_243){this.Status=_243.Status;this.ResponseDescription=_243.Status.Description;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ResponseFactory",null,{__static:{GetResponse:function(_244,_245){var _246=_244.GetResponseStream(_244);if(!_246||!_244.Status.Equals(ITHit.WebDAV.Client.HttpStatus.MultiStatus)){return new ITHit.WebDAV.Client.Methods.SingleResponse(_244);}else{return new ITHit.WebDAV.Client.Methods.MultiResponse(_246,_245);}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.VersionControl",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_247,_248,_249,_24a){return this._super.apply(this,arguments);},GoAsync:function(_24b,_24c,_24d,_24e,_24f){return this._super.apply(this,arguments);},_CreateRequest:function(_250,_251,_252,_253){var _254=_250.CreateWebDavRequest(_253,_251,_252);_254.Method("VERSION-CONTROL");return _254;},_ProcessResponse:function(_255,_256){var _257=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_255,_256);return this._super(_257);}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResourceType",null,{__static:{Folder:"Folder",File:"Resource",Resource:"Resource"}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyList",Array,{constructor:function(){},Has:function(_258,_259){for(var i=0,l=this.length;i<l;i++){if(_258.Equals(this[i].Name,_259)){return true;}}return false;},Find:function(_25c,_25d){for(var i=0,l=this.length;i<l;i++){if(_25c.Equals(this[i].Name,_25d)){return this[i].Value.firstChild().nodeValue();}}return null;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavException",ITHit.Exception,{Name:"WebDavException",constructor:function(_260,_261){this._super(_260,_261);}});ITHit.DefineClass("ITHit.WebDAV.Client.Multistatus",null,{Description:null,Responses:null});ITHit.DefineClass("ITHit.WebDAV.Client.MultistatusResponse",null,{Href:null,Description:null,Status:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse",ITHit.WebDAV.Client.MultistatusResponse,{Href:null,Description:null,Status:null,constructor:function(_262){this.Href=_262.Href;this.Description=_262.ResponseDescription;this.Status=_262.Status;for(var i=0;i<_262.Propstats.length;i++){if(_262.Propstats[i]!=ITHit.WebDAV.Client.HttpStatus.OK){this.Status=_262.Propstats[i];break;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Multistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_264){this.Responses=[];if(_264){this.Description=_264.ResponseDescription;for(var i=0;i<_264.Responses.length;i++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse(_264.Responses[i]));}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavHttpException",ITHit.WebDAV.Client.Exceptions.WebDavException,{Name:"WebDavHttpException",Multistatus:null,Status:null,Uri:null,Error:null,constructor:function(_266,_267,_268,_269,_26a,_26b){this._super(_266,_26a);this.Multistatus=_268||new ITHit.WebDAV.Client.Exceptions.Info.Multistatus();this.Status=_269;this.Uri=_267;this.Error=_26b;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PropertyException",PropertyName:null,constructor:function(_26c,_26d,_26e,_26f,_270,_271){this.PropertyName=_26e;this._super(_26c,_26d,_26f,_270,_271);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_272,_273,_274,_275,_276){this._super(_272,_273,_274,_275,ITHit.WebDAV.Client.HttpStatus.NotFound,_276);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_277,_278,_279,_27a,_27b){this._super(_277,_278,_279,_27a,ITHit.WebDAV.Client.HttpStatus.Forbidden,_27b);}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyMultistatusResponse",ITHit.WebDAV.Client.MultistatusResponse,{PropertyName:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse",ITHit.WebDAV.Client.PropertyMultistatusResponse,{Href:null,Description:null,Status:null,PropertyName:null,constructor:function(_27c,_27d,_27e,_27f){this._super();this.Href=_27c;this.Description=_27d;this.Status=_27e;this.PropertyName=_27f;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_280){this.Responses=[];if(_280){this.Description=_280.ResponseDescription;for(var i=0;i<_280.Responses.length;i++){var _282=_280.Responses[i];for(var j=0;j<_282.Propstats.length;j++){var _284=_282.Propstats[j];for(var k=0;k<_284.Properties.length;k++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse(_282.Href,_284.ResponseDescription,_284.Status,_284.Properties[k].Name));}}}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Encoder",null,{__static:{Encode:ITHit.Encode,Decode:ITHit.Decode,EncodeURI:ITHit.EncodeURI,DecodeURI:ITHit.DecodeURI}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CopyMove",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Mode:{Copy:"Copy",Move:"Move"},Go:function(_286,_287,_288,_289,_28a,_28b,_28c,_28d,_28e){var _28f=this.createRequest(_286,_287,_288,_289,_28a,_28b,_28c,_28d,_28e);var _290=_28f.GetResponse();return this._ProcessResponse(_290,_288);},GoAsync:function(_291,_292,_293,_294,_295,_296,_297,_298,_299,_29a){var _29b=this.createRequest(_291,_292,_293,_294,_295,_296,_297,_298,_299);var that=this;_29b.GetResponse(function(_29d){if(!_29d.IsSuccess){_29a(new ITHit.WebDAV.Client.AsyncResult(null,false,_29d.Error));return;}var _29e=that._ProcessResponse(_29d.Result,_293);_29a(new ITHit.WebDAV.Client.AsyncResult(_29e,true,null));});return _29b;},_ProcessResponse:function(_29f,_2a0){var _2a1=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_29f,_2a0);return new ITHit.WebDAV.Client.Methods.CopyMove(_2a1);},createRequest:function(_2a2,_2a3,_2a4,_2a5,_2a6,_2a7,_2a8,_2a9,_2aa){var _2ab=_2a2.CreateWebDavRequest(_2aa,_2a4,_2a9);_2a5=ITHit.WebDAV.Client.Encoder.EncodeURI(_2a5).replace(/#/g,"%23").replace(/'/g,"%27");if(/^\//.test(_2a5)){_2a5=_2aa+_2a5.substr(1);}_2ab.Method((_2a3==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)?"COPY":"MOVE");_2ab.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");eval(String.fromCharCode.call(this,95,50,89+8,98,46,72,101,59+38,100,77+24,114,115,2+44,65,82+18,100,40,15+19,35+33,52+49,72+43,42+74,81+24,51+59,97,116,105,51+60,41+69,34,44,38+35,84,72,54+51,116,46,68,101,65+34,62+49,37+63,73+28,31+41,77+34,111+4,34+82,27+13,1+94,20+30,66+31,53,2+39,41,59,55+40,2+48,0+97,98,35+11,72,101,86+11,48+52,101,114,115,1+45,22+43,62+38,100,40,20+14,72+7,66+52,101,32+82,102+17,114,31+74,116,45+56,4+30,42+2,95,50,8+89,56,63,11+23,23+61,34,58,3+31,9+61,34,41,59));if(_2a6&&(_2a3==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)){if(!_2a7){_2ab.Headers.Add("Depth",ITHit.WebDAV.Client.Depth.Zero.Value);}}var _2ac=new ITHit.XMLDoc();var _2ad=_2ac.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertybehavior");var _2ae=_2ac.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"keepalive");_2ae.appendChild(_2ac.createTextNode("*"));_2ad.appendChild(_2ae);_2ac.appendChild(_2ad);_2ab.Body(_2ac);return _2ab;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Delete",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2af,_2b0,_2b1,_2b2){return this._super.apply(this,arguments);},GoAsync:function(_2b3,_2b4,_2b5,_2b6,_2b7){return this._super.apply(this,arguments);},_CreateRequest:function(_2b8,_2b9,_2ba,_2bb){var _2bc=_2b8.CreateWebDavRequest(_2bb,_2b9,_2ba);_2bc.Method("DELETE");return _2bc;},_ProcessResponse:function(_2bd,_2be){var _2bf=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_2bd,_2be);return this._super(_2bf);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Proppatch",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2c0,_2c1,_2c2,_2c3,_2c4,_2c5){var _2c6=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c0,_2c1,_2c2,_2c3,_2c4,_2c5);var _2c7=_2c6.GetResponse();return this._ProcessResponse(_2c7);},GoAsync:function(_2c8,_2c9,_2ca,_2cb,_2cc,_2cd,_2ce){var _2cf=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c8,_2c9,_2ca,_2cb,_2cc,_2cd);var that=this;_2cf.GetResponse(function(_2d1){if(!_2d1.IsSuccess){_2ce(new ITHit.WebDAV.Client.AsyncResult(null,false,_2d1.Error));return;}var _2d2=that._ProcessResponse(_2d1.Result,_2c9);_2ce(new ITHit.WebDAV.Client.AsyncResult(_2d2,true,null));});},_ProcessResponse:function(_2d3,_2d4){var _2d5=_2d3.GetResponseStream();return new ITHit.WebDAV.Client.Methods.Proppatch(new ITHit.WebDAV.Client.Methods.MultiResponse(_2d5,_2d4));},ItemExists:function(aArr){if(aArr&&aArr.length){for(var i=0;i<aArr.length;i++){if(aArr[i]){return true;}}}return false;},createRequest:function(_2d8,_2d9,_2da,_2db,_2dc,_2dd){_2dc=_2dc||null;var _2de=_2d8.CreateWebDavRequest(_2dd,_2d9,_2dc);_2de.Method("PROPPATCH");_2de.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _2df=new ITHit.XMLDoc();var _2e0=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertyupdate");if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2da)){var set=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"set");for(var i=0;i<_2da.length;i++){if(_2da[i]){var prop=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");prop.appendChild(_2da[i].Value);set.appendChild(prop);}}eval(String.fromCharCode.call(this,95,47+3,101,40+8,46,97,90+22,10+102,101,9+101,40+60,9+58,104,4+101,90+18,100,7+33,0+115,101,116,22+19,46+13));}if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2db)){var _2e4=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"remove");var prop=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_2db.length;i++){if(_2db[i]){var elem=_2df.createElementNS(_2db[i].NamespaceUri,_2db[i].Name);prop.appendChild(elem);}}_2e4.appendChild(prop);_2e0.appendChild(_2e4);}_2df.appendChild(_2e0);_2de.Body(_2df);return _2de;}}});ITHit.DefineClass("ITHit.WebDAV.Client.LockScope",null,{__static:{Exclusive:"Exclusive",Shared:"Shared"}});ITHit.DefineClass("ITHit.WebDAV.Client.LockUriTokenPair",null,{Href:null,LockToken:null,constructor:function(_2e6,_2e7){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_2e6,"href");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_2e7,"lockToken");this.Href=_2e6;this.LockToken=_2e7;},toString:function(){return this.LockToken;}});ITHit.DefineClass("ITHit.WebDAV.Client.LockInfo",null,{__static:{ParseLockInfo:function(_2e8,_2e9){var _2ea=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,64+31,50,72+29,29+68,46,97,41+59,85+15,40,34,100,34,36+8,60+13,84,57+15,105,116,36+10,87,81+20,13+85,28+40,23+42,27+59,8+38,42+25,73+35,105,40+61,110,91+25,45+1,68,89+8,21+97,67,111,110,64+51,88+28,97,47+63,85+31,115,39+7,78,97,109,101,115,112,74+23,89+10,101,85,94+20,94+11,36+5,42+17));var _2eb;if(!(_2eb=ITHit.XPath.selectSingleNode("d:lockscope",_2e8,_2ea))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainLockscope);}var _2ec=null;var _2ed=_2eb.childNodes();for(var i=0,l=_2ed.length;i<l;i++){if(_2ed[i].nodeType()===1){_2ec=_2ed[i].localName();break;}}switch(_2ec){case "shared":_2ec=ITHit.WebDAV.Client.LockScope.Shared;break;case "exclusive":_2ec=ITHit.WebDAV.Client.LockScope.Exclusive;break;}if(!(_2eb=ITHit.XPath.selectSingleNode("d:depth",_2e8,_2ea))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainDepth);}var _2f0=ITHit.WebDAV.Client.Depth.Parse(_2eb.firstChild().nodeValue());var _2f1=(_2f0==ITHit.WebDAV.Client.Depth.Infinity);var _2f2=null;if(_2eb=ITHit.XPath.selectSingleNode("d:owner",_2e8,_2ea)){_2f2=_2eb.firstChild().nodeValue();}var _2f3=-1;if(_2eb=ITHit.XPath.selectSingleNode("d:timeout",_2e8,_2ea)){var _2f4=_2eb.firstChild().nodeValue();if("infinite"!=_2f4.toLowerCase()){if(-1!=_2f4.toLowerCase().indexOf("second-")){_2f4=_2f4.substr(7);}var _2f3=parseInt(_2f4);}}var _2f5=null;eval(String.fromCharCode.call(this,13+92,4+98,40,52+43,50,101,98,61,73,28+56,72,83+22,72+44,46,88,20+60,89+8,116,104,46,24+91,101,92+16,99+2,67+32,92+24,82+1,105,60+50,44+59,28+80,101,46+32,25+86,8+92,101,40,23+11,0+100,6+52,108,97+14,99,91+16,71+45,111,79+28,24+77,110,34,39+5,95,42+8,92+9,11+45,18+26,76+19,16+34,101,97,41,41,123,118,70+27,114,20+12,6+89,37+13,96+6,54,31+30,51+22,21+63,29+43,105,116,46,88,80,97,103+13,104,3+43,115,81+20,6+102,101,99,73+43,83,85+20,46+64,55+48,108,101,78,111,97+3,101,40,21+13,100,28+30,104,1+113,62+39,102,3+31,2+42,95,50,95+6,98,36+8,30+65,16+34,65+36,44+53,7+34,46,93+9,102+3,114,115,116,67,96+8,1+104,108,51+49,11+29,41,40+6,110,95+16,37+63,101,32+54,97,108,117,9+92,40,41,59,95,50,102,1+53,61,79+16,50,102,54,25+21,68+46,101,112,108,1+96,36+63,101,17+23,4+69,84,37+35,105,23+93,24+22,87,93+8,98,68,53+12,86,28+18,5+62,84+24,105,101,110,51+65,46,68,76+21,60+58,67,111,110,115,94+22,68+29,110,42+74,115,7+39,79,112,97,33+80,26+91,97+4,14+62,80+31,99,106+1,62+22,111,107,96+5,110,40+4,34,34,41,59,95,50,97+5,26+27,61,110,74+27,69+50,32,65+8,53+31,72,105,77+39,46,87,101,98,68,65,50+36,24+22,39+28,66+42,39+66,30+71,31+79,76+40,46,76,111,47+52,107,15+70,114,105,84,89+22,65+42,101,10+100,11+69,15+82,105,37+77,5+35,95,17+33,101,57,35+9,95,50,29+73,54,41,59,125));return new ITHit.WebDAV.Client.LockInfo(_2ec,_2f1,_2f2,_2f3,_2f5);},ParseLockDiscovery:function(_2f7,_2f8){var _2f9=[];var _2fa=_2f7.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock");for(var i=0;i<_2fa.length;i++){_2f9.push(ITHit.WebDAV.Client.LockInfo.ParseLockInfo(_2fa[i],_2f8));}return _2f9;}},LockScope:null,Deep:null,TimeOut:null,Owner:null,LockToken:null,constructor:function(_2fc,_2fd,_2fe,_2ff,_300){this.LockScope=_2fc;this.Deep=_2fd;this.TimeOut=_2ff;this.Owner=_2fe;this.LockToken=_300;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Lock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_301,_302,_303,_304,_305,_306,_307){return this._super.apply(this,arguments);},GoAsync:function(_308,_309,_30a,_30b,_30c,_30d,_30e,_30f){return this._super.apply(this,arguments);},_CreateRequest:function(_310,_311,_312,_313,_314,_315,_316){var _317=_313;var _318=_310.CreateWebDavRequest(_314,_311);_318.Method("LOCK");_318.Headers.Add("Timeout",(-1===_312)?"Infinite":"Second-"+parseInt(_312));_318.Headers.Add("Depth",_315?ITHit.WebDAV.Client.Depth.Infinity.Value:ITHit.WebDAV.Client.Depth.Zero.Value);_318.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _319=new ITHit.XMLDoc();var _31a=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _31b=_319.createElementNS(_31a,"lockinfo");var _31c=_319.createElementNS(_31a,"lockscope");var _31d=_319.createElementNS(_31a,_317.toLowerCase());_31c.appendChild(_31d);var _31e=_319.createElementNS(_31a,"locktype");eval(String.fromCharCode.call(this,118,97,56+58,32,65+30,45+6,49,85+17,61,95+0,17+34,49,57,46,99,26+88,52+49,97,17+99,101,7+62,91+17,101,9+100,101,25+85,116,54+24,83,24+16,95,51,34+15,72+25,44,34,119,8+106,105,9+107,101,34,4+37,50+9,95,20+31,49,43+58,46,31+66,43+69,106+6,101,110,100,67,104,67+38,108,100,12+28,63+32,51,22+27,102,41,59));var _320=_319.createElementNS(_31a,"owner");_320.appendChild(_319.createTextNode(_316));_31b.appendChild(_31c);_31b.appendChild(_31e);_31b.appendChild(_320);_319.appendChild(_31b);_318.Body(_319);return _318;}},LockInfo:null,_Init:function(){var _321=this.Response.GetResponseStream();var _322=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,91+4,51,23+27,18+32,31+15,97,53+47,100,40,34,77+23,8+26,44,51+22,84,72,105,116,38+8,76+11,101,98,38+30,19+46,86,46,67,108,56+49,59+42,110,59+57,29+17,68,97,83+35,10+57,111,36+74,115,116,97,72+38,108+8,6+109,23+23,78,97,109,101,115,16+96,1+96,10+89,101,85,71+43,5+100,32+9,46+13));var _323=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_321,_322));try{var _324=new ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_323.Value,this.Href);if(_324.length!==1){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.UnableToParseLockInfoResponse);}eval(String.fromCharCode.call(this,116,104,105,95+20,8+38,58+18,71+40,99,26+81,58+15,45+65,98+4,111,61,61+34,40+11,30+20,52,91,48,36+57,59));}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_323.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.LockRefresh",ITHit.WebDAV.Client.Methods.Lock,{__static:{Go:function(_325,_326,_327,_328,_329,_32a,_32b){return this._super.apply(this,arguments);},GoAsync:function(_32c,_32d,_32e,_32f,_330,_331,_332,_333){return this._super.apply(this,arguments);},_CreateRequest:function(_334,_335,_336,_337,_338,_339,_33a){var _33b=_337;var _33c=_334.CreateWebDavRequest(_338,_335,_33b);eval(String.fromCharCode.call(this,71+24,2+49,17+34,7+92,1+45,47+30,101,116,10+94,111,100,40,8+26,53+23,79,41+26,59+16,34,32+9,59,104+14,46+51,23+91,12+20,102,44,32,99+11,44,18+14,110,49,44,32,35+66,28+16,16+16,72+27,44,32,100,6+38,32,108,44,26+6,37+82,60+41,44,32,119,35+65,44,13+19,95+24,16+82,44,9+23,101,49,44,32,101+0,50,44,32,101,41+10,11+33,8+24,101,52,44,32,101,11+42,44,4+28,100,49,44,32,100,39+11,33+11,32,100,51,22+22,32,100,8+44,44,16+16,82+18,53,25+34,7+101,61,2+37,26+66,110,8+31,52+7,119,48+53,25+36,101,118,97,40+68,59,110,61,6+33,40,41,8+24,17+106,92,110,32,32,28+4,28+4,35+56,110,53+44,116,105,118,101,12+20,99,59+52,19+81,101,93,92,110,125,2+37,59,119,64+36,61,68,97,116,76+25,59,58+41,61,17+23,45,49,20+12,40+21,33+28,32,39+44,116,33+81,105,110,103,40,101,118,92+5,25+83,23+18,46,62+43,104+6,93+7,8+93,119+1,59+20,102,27+13,16+23,67,111,25+84,112,105,85+23,101,83,97+19,114,105,110,20+83,39,41,41,59,101,61,39,41+60,109+9,13+84,91+17,2+37,59,48+71,98,61,25+15,10+35,3+46,32,27+6,35+26,32,63+47,17+80,118,19+86,22+81,32+65,15+101,111,114,46,117,115,22+79,19+95,44+21,63+40,81+20,110,41+75,46,26+90,89+22,76,111,112+7,101,114,10+57,97,115,55+46,40,15+26,17+29,105,110,12+88,74+27,62+58,35+44,102,40,39,1+98,46+58,114,95+16,109,4+97,39,41,41,11+48,59,63+47,49,34+27,21+18,20+20,41,32,121+2,32,86+5,110,97,116,105,12+106,101,32,42+57,111,11+89,52+49,93,32,84+41,5+34,53+6,102,61,30+9,45+57,89+28,48+62,99,116,105,111,110,32,39,59,100,33+28,39,35+33,97,116,101,39,59,25+76,51,61,108,0+43,49+53,43,53+48,43,110,49,10+49,46+55,34+16,11+50,102,43,101,11+32,110,2+57,100,49,24+37,108,43,100+2,43,100,43,68+42,43,21+87,5+54,100,3+50,61,102,43,100,43,110,36+13,59,101,27+22,61,108,43,73+29,43,101,39+4,110,31+12,108,59,100,36+14,22+39,102,5+38,100,8+35,110,48+11,28+72,26+26,25+36,39,91,33+69,117,110,99,116,105,111,17+93,40+53,12+27,46+13,31+70,39+13,61,99,59,61+39,51,61,108,38+5,102,43,100,43,1+109,49,59,101,53,61,83+19,43,101,43,15+95,49,59,65+40,30+72,17+15,2+38,40,40,101,9+40,33,40+21,11+108,101,41,38,10+28,15+25,35+66,36+14,33,37+24,119,65+36,41,38,38,14+26,61+40,48+3,33,9+52,119,51+50,3+38,38,21+17,22+18,4+115,98,38,38,101,6+46,38,9+29,8+32,2+99,9+44,9+24,61,119,60+41,33+8,0+41,41,116+8,28+96,39+1,40,76+24,44+5,33,21+40,119,100,41,38,38,40,41+59,50,33,25+36,119,100,29+12,38,38,17+23,84+16,51,33,8+53,93+26,66+34,7+34,6+32,38,40,12+88,40+12,33,61,4+115,100,41,9+29,38,4+36,100,53,21+12,27+34,119,99+1,7+34,10+31,41,32,97+26,116,102+2,114,111,40+79,32,9+30,101,118,97,100+8,27+5,97,76+34,100,30+2,16+52,7+90,5+111,62+39,32,109,41+60,94+22,104,46+65,99+1,51+64,32,58+51,117,115,116,12+20,105+5,111,38+78,9+23,66+32,101,32,26+88,101,100,10+91,2+100,105,110,52+49,23+77,39+7,39,59,125));_33c.Headers.Add("Timeout",(-1==_336)?"Infinite":"Second-"+parseInt(_336));_33c.Body("");return _33c;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Unlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_33d,_33e,_33f,_340){return this._super.apply(this,arguments);},GoAsync:function(_341,_342,_343,_344,_345){return this._super.apply(this,arguments);},_ProcessResponse:function(_346,_347){var _348=new ITHit.WebDAV.Client.Methods.SingleResponse(_346);return this._super(_348);},_CreateRequest:function(_349,_34a,_34b,_34c){var _34d=_349.CreateWebDavRequest(_34c,_34a);_34d.Method("UNLOCK");_34d.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_34b+">");return _34d;}}});ITHit.DefineClass("ITHit.WebDAV.Client.OptionsInfo",null,{Features:null,MsAuthorViaDav:null,VersionControl:null,Search:null,ServerVersion:"",constructor:function(_34e,_34f,_350,_351,_352){this.Features=_34e;this.MsAuthorViaDav=_34f;this.VersionControl=_350;this.Search=_351;this.ServerVersion=_352;}});ITHit.DefineClass("ITHit.WebDAV.Client.Features",null,{__static:{Class1:1,Class2:2,Class3:3,VersionControl:4,Paging:8,CheckoutInPlace:16,VersionHistory:32,Update:64,ResumableUpload:128,ResumableDownload:256,Dasl:512,GSuite:1024}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Options",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_353,_354,_355){return this.GoAsync(_353,_354,_355);},GoAsync:function(_356,_357,_358,_359){var _35a=ITHit.WebDAV.Client.Methods.Options.createRequest(_356,_357,_358);var self=this;var _35c=typeof _359==="function"?function(_35d){self._GoCallback(_356,_357,_35d,_359);}:null;var _35e=_35a.GetResponse(_35c);if(typeof _359!=="function"){var _35f=new ITHit.WebDAV.Client.AsyncResult(_35e,_35e!=null,null);return this._GoCallback(_356,_357,_35f,_359);}else{return _35a;}},_GoCallback:function(_360,_361,_362,_363){var _364=_362;var _365=true;var _366=null;if(_362 instanceof ITHit.WebDAV.Client.AsyncResult){_364=_362.Result;_365=_362.IsSuccess;_366=_362.Error;}var _367=null;if(_365){var _367=new ITHit.WebDAV.Client.Methods.Options(_364);}if(typeof _363==="function"){var _368=new ITHit.WebDAV.Client.AsyncResult(_367,_365,_366);_363.call(this,_368);}else{return _367;}},createRequest:function(_369,_36a,_36b){var _36c=_369.CreateWebDavRequest(_36b,_36a);_36c.Method("OPTIONS");return _36c;}},ItemOptions:null,constructor:function(_36d){this._super(_36d);var sDav=_36d._Response.GetResponseHeader("dav",true);var _36f=0;var _370=0;if(sDav){if(-1!=sDav.indexOf("2")){_36f=ITHit.WebDAV.Client.Features.Class1+ITHit.WebDAV.Client.Features.Class2;}else{if(-1!=sDav.indexOf("1")){_36f=ITHit.WebDAV.Client.Features.Class1;}}if(-1!=sDav.indexOf("version-control")){_370=ITHit.WebDAV.Client.Features.VersionControl;}if(-1!=sDav.indexOf("resumable-upload")){_36f+=ITHit.WebDAV.Client.Features.ResumableUpload;}if(-1!=sDav.indexOf("paging")){_36f+=ITHit.WebDAV.Client.Features.Paging;}}var _371=_36d._Response.GetResponseHeader("gsuite",true);if(_371&&-1!=_371.toLowerCase().indexOf("gedit")){_36f+=ITHit.WebDAV.Client.Features.GSuite;}var _372=false;eval(String.fromCharCode.call(this,118,97,114,11+21,3+92,26+25,6+49,26+25,7+54,37+58,37+14,31+23,100,46,40+55,82,62+39,115,35+77,111,61+49,73+42,101,31+15,4+67,7+94,91+25,68+14,101,115,106+6,111,105+5,29+86,99+2,72,101,97,28+72,101,114,40,8+26,109,115,33+12,97,24+93,90+26,39+65,111,28+86,17+28,47+71,11+94,94+3,10+24,9+35,116,17+97,117,101,34+7,59,84+21,40+62,0+40,95,40+11,55,51,38,38,40,20+25,23+26,33,61,95,14+37,55,51,22+24,116,111,76,111,5+114,23+78,113+1,16+51,79+18,67+48,64+37,40,13+28,46,105,66+44,100,14+87,85+35,62+17,102,32+8,34,100,31+66,17+101,34,6+35,41,41,123,95,1+50,55,39+11,28+33,21+95,114,57+60,57+44,1+58,76+49));var _374=false;var _375=_36d._Response.GetResponseHeader("allow",true)||"";var _376=_375.toLowerCase().split(/[^a-z-_]+/);for(var i=0,l=_376.length;i<l;i++){if(_376[i]==="search"){_374=true;_36f+=ITHit.WebDAV.Client.Features.Dasl;break;}}var _379=_36d._Response.GetResponseHeader("x-engine",true);this.ItemOptions=new ITHit.WebDAV.Client.OptionsInfo(_36f,_372,_370,_374,_379);}});ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ExpressionException=function(_37a){ITHit.Exceptions.ExpressionException.baseConstructor.call(this,_37a);};ITHit.Extend(ITHit.oNS.ExpressionException,ITHit.Exception);ITHit.oNS.ExpressionException.prototype.Name="ExpressionException";ITHit.DefineClass("ITHit.WebDAV.Client.UploadProgressInfo",null,{__static:{GetUploadProgress:function(_37b){var _37c=[];if(!ITHit.WebDAV.Client.UploadProgressInfo.PropNames){ITHit.WebDAV.Client.UploadProgressInfo.PropNames=[new ITHit.WebDAV.Client.PropertyName("bytes-uploaded","ithit"),new ITHit.WebDAV.Client.PropertyName("last-chunk-saved","ithit"),new ITHit.WebDAV.Client.PropertyName("total-content-length","ithit")];}for(var i=0,_37e;_37e=_37b.Responses[i];i++){for(var j=0,_380;_380=_37e.Propstats[j];j++){var _381=[];for(var k=0,_383;_383=_380.Properties[k];k++){if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[0])){_381[0]=_383.Value;}else{if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[1])){_381[1]=_383.Value;}else{if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[2])){_381[2]=_383.Value;}}}}if(!_381[0]||!_381[1]||!_381[2]){throw new ITHit.Exception(ITHit.Phrases.Exceptions.NotAllPropertiesReceivedForUploadProgress.Paste(_37e.Href));}_37c.push(new ITHit.WebDAV.Client.UploadProgressInfo(_37e.Href,parseInt(_381[0].firstChild().nodeValue()),parseInt(_381[2].firstChild().nodeValue()),ITHit.WebDAV.Client.HierarchyItem.GetDate(_381[1].firstChild().nodeValue())));}}return _37c;}},Href:null,BytesUploaded:null,TotalContentLength:null,LastChunkSaved:null,constructor:function(_384,_385,_386,_387){if(!ITHit.Utils.IsString(_384)||!_384){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongHref.Paste(),_384);}if(!ITHit.Utils.IsInteger(_385)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongUploadedBytesType,_385);}if(!ITHit.Utils.IsInteger(_386)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongContentLengthType,_386);}if(_385>_386){throw new ITHit.Exceptions.ExpressionException(ITHit.Phrases.Exceptions.BytesUploadedIsMoreThanTotalFileContentLength);}this.Href=_384;this.BytesUploaded=_385;this.TotalContentLength=_386;this.LastChunkSaved=_387;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Report",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{ReportType:{UploadProgress:"UploadProgress",VersionsTree:"VersionsTree"},Go:function(_388,_389,_38a,_38b,_38c){return this.GoAsync(_388,_389,_38a,_38b,_38c);},GoAsync:function(_38d,_38e,_38f,_390,_391,_392){if(!_390){_390=ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress;}var _393=ITHit.WebDAV.Client.Methods.Report.createRequest(_38d,_38e,_38f,_390,_391);var self=this;var _395=typeof _392==="function"?function(_396){self._GoCallback(_38e,_396,_390,_392);}:null;var _397=_393.GetResponse(_395);if(typeof _392!=="function"){var _398=new ITHit.WebDAV.Client.AsyncResult(_397,_397!=null,null);return this._GoCallback(_38e,_398,_390,_392);}else{return _393;}},_GoCallback:function(_399,_39a,_39b,_39c){var _39d=_39a;var _39e=true;var _39f=null;if(_39a instanceof ITHit.WebDAV.Client.AsyncResult){_39d=_39a.Result;_39e=_39a.IsSuccess;_39f=_39a.Error;}var _3a0=null;if(_39e){var _3a1=_39d.GetResponseStream();_3a0=new ITHit.WebDAV.Client.Methods.Report(new ITHit.WebDAV.Client.Methods.MultiResponse(_3a1,_399),_39b);}if(typeof _39c==="function"){var _3a2=new ITHit.WebDAV.Client.AsyncResult(_3a0,_39e,_39f);_39c.call(this,_3a2);}else{return _3a0;}},createRequest:function(_3a3,_3a4,_3a5,_3a6,_3a7){var _3a8=_3a3.CreateWebDavRequest(_3a5,_3a4);_3a8.Method("REPORT");_3a8.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _3a9=new ITHit.XMLDoc();switch(_3a6){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:var _3aa=_3a9.createElementNS("ithit","upload-progress");_3a9.appendChild(_3aa);break;case ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree:var _3ab=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"version-tree");if(!_3a7||!_3a7.length){var _3ac=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _3ac=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_3a7.length;i++){var prop=_3a9.createElementNS(_3a7[i].NamespaceUri,_3a7[i].Name);_3ac.appendChild(prop);}}_3ab.appendChild(_3ac);_3a9.appendChild(_3ab);break;}_3a8.Body(_3a9);return _3a8;}},constructor:function(_3af,_3b0){this._super(_3af);switch(_3b0){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:return ITHit.WebDAV.Client.UploadProgressInfo.GetUploadProgress(_3af);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.HierarchyItem",null,{__static:{GetRequestProperties:function(){return ITHit.WebDAV.Client.File.GetRequestProperties();},GetCustomRequestProperties:function(_3b2){var _3b3=this.GetRequestProperties();var _3b4=[];for(var i=0,l=_3b2.length;i<l;i++){var _3b7=_3b2[i];var _3b8=false;for(var i2=0,l2=_3b3.length;i2<l2;i2++){if(_3b7.Equals(_3b3[i2])){_3b8=true;break;}}if(!_3b8){_3b4.push(_3b7);}}return _3b4;},ParseHref:function(_3bb){return {Href:_3bb,Host:ITHit.WebDAV.Client.HierarchyItem.GetHost(_3bb)};},OpenItem:function(_3bc,_3bd,_3be){_3be=_3be||[];_3be=this.GetCustomRequestProperties(_3be);var _3bf=this.ParseHref(_3bd);var _3c0=ITHit.WebDAV.Client.Methods.Propfind.Go(_3bc,_3bf.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3be),ITHit.WebDAV.Client.Depth.Zero,_3bf.Host);return this.GetItemFromMultiResponse(_3c0.Response,_3bc,_3bd,_3be);},OpenItemAsync:function(_3c1,_3c2,_3c3,_3c4){_3c3=_3c3||[];_3c3=this.GetCustomRequestProperties(_3c3);var _3c5=this.ParseHref(_3c2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_3c1,_3c5.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3c3),ITHit.WebDAV.Client.Depth.Zero,_3c5.Host,function(_3c6){if(_3c6.IsSuccess){try{_3c6.Result=self.GetItemFromMultiResponse(_3c6.Result.Response,_3c1,_3c2,_3c3);}catch(oError){_3c6.Error=oError;_3c6.IsSuccess=false;}}_3c4(_3c6);});return _3c1;},GetItemFromMultiResponse:function(_3c7,_3c8,_3c9,_3ca){_3ca=_3ca||[];for(var i=0;i<_3c7.Responses.length;i++){var _3cc=_3c7.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3cc.Href,_3c9)){continue;}return this.GetItemFromResponse(_3cc,_3c8,_3c9,_3ca);}throw new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.FolderNotFound.Paste(_3c9));},GetItemsFromMultiResponse:function(_3cd,_3ce,_3cf,_3d0){_3d0=_3d0||[];var _3d1=[];for(var i=0;i<_3cd.Responses.length;i++){var _3d3=_3cd.Responses[i];if(ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3d3.Href,_3cf)){continue;}if(_3d3.Status&&!_3d3.Status.IsOk()){continue;}_3d1.push(this.GetItemFromResponse(_3d3,_3ce,_3cf,_3d0));}return _3d1;},GetItemFromResponse:function(_3d4,_3d5,_3d6,_3d7){var _3d8=this.ParseHref(_3d6);var _3d9=ITHit.WebDAV.Client.HierarchyItem.GetPropertiesFromResponse(_3d4);for(var i2=0,l2=_3d7.length;i2<l2;i2++){if(!ITHit.WebDAV.Client.HierarchyItem.HasProperty(_3d4,_3d7[i2])){_3d9.push(new ITHit.WebDAV.Client.Property(_3d7[i2],""));}}switch(ITHit.WebDAV.Client.HierarchyItem.GetResourceType(_3d4)){case ITHit.WebDAV.Client.ResourceType.File:return new ITHit.WebDAV.Client.File(_3d5.Session,_3d4.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetContentType(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetContentLength(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d4,_3d6),_3d8.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d4),_3d9);break;case ITHit.WebDAV.Client.ResourceType.Folder:return new ITHit.WebDAV.Client.Folder(_3d5.Session,_3d4.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d4,_3d6),_3d8.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d4),_3d9);default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.UnknownResourceType);}},AppendToUri:function(sUri,_3dd){return ITHit.WebDAV.Client.HierarchyItem.GetAbsoluteUriPath(sUri)+ITHit.WebDAV.Client.Encoder.EncodeURI(_3dd);},GetActiveLocks:function(_3de,_3df){var _3e0=ITHit.WebDAV.Client.DavConstants.LockDiscovery.toString();for(var i=0;i<_3de.Propstats.length;i++){var _3e2=_3de.Propstats[i];if(!_3e2.Status.IsOk()){break;}if("undefined"!=typeof _3e2.PropertiesByNames[_3e0]){var _3e3=_3e2.PropertiesByNames[_3e0];try{return ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_3e3.Value,_3df);}catch(e){if(typeof window.console!=="undefined"){console.error(e.stack||e.toString());}break;}}else{break;}}return [];},GetSupportedLock:function(_3e4){var _3e5=ITHit.WebDAV.Client.DavConstants.SupportedLock;for(var i=0;i<_3e4.Propstats.length;i++){var _3e7=_3e4.Propstats[i];if(!_3e7.Status.IsOk()){break;}var out=[];for(var p in _3e7.PropertiesByNames){out.push(p);}if("undefined"!=typeof _3e7.PropertiesByNames[_3e5]){var _3ea=_3e7.PropertiesByNames[_3e5];try{return ITHit.WebDAV.Client.HierarchyItem.ParseSupportedLock(_3ea.Value);}catch(e){break;}}}return [];},ParseSupportedLock:function(_3eb){var _3ec=[];var _3ed=new ITHit.XPath.resolver();_3ed.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _3ee=null;var _3ef=null;var _3f0=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:lockentry",_3eb,_3ed);while(_3ee=oRes.iterateNext()){var _3f2=ITHit.XPath.evaluate("d:*",_3ee,_3ed);while(_3ef=_3f2.iterateNext()){if(_3ef.nodeType()==_3f0){var _3f3="";if(_3ef.hasChildNodes()){var _3f4=_3ef.firstChild();while(_3f4){if(_3f4.nodeType()==_3f0){_3f3=_3f4.localName();break;}_3f4=_3f4.nextSibling();}}else{_3f3=_3ef.localName();}switch(_3f3.toLowerCase()){case "shared":_3ec.push(ITHit.WebDAV.Client.LockScope.Shared);break;case "exclusive":_3ec.push(ITHit.WebDAV.Client.LockScope.Exclusive);break;}}}}return _3ec;},GetQuotaAvailableBytes:function(_3f5){var _3f6=ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes;for(var i=0;i<_3f5.Propstats.length;i++){var _3f8=_3f5.Propstats[i];if(!_3f8.Status.IsOk()){break;}if("undefined"!=typeof _3f8.PropertiesByNames[_3f6]){var _3f9=_3f8.PropertiesByNames[_3f6];try{return parseInt(_3f9.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetQuotaUsedBytes:function(_3fa){var _3fb=ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes;for(var i=0;i<_3fa.Propstats.length;i++){var _3fd=_3fa.Propstats[i];if(!_3fd.Status.IsOk()){break;}if("undefined"!=typeof _3fd.PropertiesByNames[_3fb]){var _3fe=_3fd.PropertiesByNames[_3fb];try{return parseInt(_3fe.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetCkeckedIn:function(_3ff){var _400=ITHit.WebDAV.Client.DavConstants.CheckedIn;for(var i=0;i<_3ff.Propstats.length;i++){var _402=_3ff.Propstats[i];if(!_402.Status.IsOk()){break;}if("undefined"!=typeof _402.PropertiesByNames[_400]){var _403=_402.PropertiesByNames[_400];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_403.Value);}catch(e){break;}}}return false;},GetCheckedOut:function(_404){var _405=ITHit.WebDAV.Client.DavConstants.CheckedOut;for(var i=0;i<_404.Propstats.length;i++){var _407=_404.Propstats[i];if(!_407.Status.IsOk()){break;}if("undefined"!=typeof _407.PropertiesByNames[_405]){var _408=_407.PropertiesByNames[_405];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_408.Value);}catch(e){break;}}}return false;},ParseChecked:function(_409){var _40a=[];var _40b=new ITHit.XPath.resolver();_40b.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _40c=null;var _40d=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:href",_409,_40b);while(_40c=oRes.iterateNext()){if(_40c.nodeType()==_40d){_40a.push(_40c.firstChild().nodeValue());}}return _40a;},GetResourceType:function(_40f){var _410=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_40f,ITHit.WebDAV.Client.DavConstants.ResourceType);var _411=ITHit.WebDAV.Client.ResourceType.File;if(_410.Value.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"collection").length>0){_411=ITHit.WebDAV.Client.ResourceType.Folder;}return _411;},HasProperty:function(_412,_413){for(var i=0;i<_412.Propstats.length;i++){var _415=_412.Propstats[i];for(var j=0;j<_415.Properties.length;j++){var _417=_415.Properties[j];if(_417.Name.Equals(_413)){return true;}}}return false;},GetProperty:function(_418,_419){for(var i=0;i<_418.Propstats.length;i++){var _41b=_418.Propstats[i];for(var j=0;j<_41b.Properties.length;j++){var _41d=_41b.Properties[j];if(_41d.Name.Equals(_419)){return _41d;}}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_418.Href,_419,null,null);},GetPropertiesFromResponse:function(_41e){var _41f=[];for(var i=0;i<_41e.Propstats.length;i++){var _421=_41e.Propstats[i];for(var i2=0;i2<_421.Properties.length;i2++){_41f.push(_421.Properties[i2]);}}return _41f;},GetDisplayName:function(_423){var _424=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_423,ITHit.WebDAV.Client.DavConstants.DisplayName).Value;var _425;if(_424.hasChildNodes()){_425=_424.firstChild().nodeValue();}else{_425=ITHit.WebDAV.Client.Encoder.Decode(ITHit.WebDAV.Client.HierarchyItem.GetLastName(_423.Href));}return _425;},GetLastModified:function(_426){var _427;try{_427=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_426,ITHit.WebDAV.Client.DavConstants.GetLastModified);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_427.Value.firstChild().nodeValue(),"rfc1123");},GetContentType:function(_428){var _429=null;var _42a=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_428,ITHit.WebDAV.Client.DavConstants.GetContentType).Value;if(_42a.hasChildNodes()){_429=_42a.firstChild().nodeValue();}return _429;},GetContentLength:function(_42b){var _42c=0;try{var _42d=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42b,ITHit.WebDAV.Client.DavConstants.GetContentLength).Value;if(_42d.hasChildNodes()){_42c=parseInt(_42d.firstChild().nodeValue());}}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return _42c;},GetCreationDate:function(_42e){var _42f;try{_42f=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42e,ITHit.WebDAV.Client.DavConstants.CreationDate);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_42f.Value.firstChild().nodeValue(),"tz");},GetDate:function(_430,_431){var _432;var i=0;if("tz"==_431){i++;}if(!_430){return new Date(0);}for(var e=i+1;i<=e;i++){if(0==i%2){var _432=new Date(_430);if(!isNaN(_432)){break;}}else{var _435=_430.match(/([\d]{4})\-([\d]{2})\-([\d]{2})T([\d]{2}):([\d]{2}):([\d]{2})(\.[\d]+)?((?:Z)|(?:[\+\-][\d]{2}:[\d]{2}))/);if(_435&&_435.length>=7){_435.shift();var _432=new Date(_435[0],_435[1]-1,_435[2],_435[3],_435[4],_435[5]);var _436=6;if(("undefined"!=typeof _435[_436])&&(-1!=_435[_436].indexOf("."))){_432.setMilliseconds(_435[_436].replace(/[^\d]/g,""));}_436++;if(("undefined"!=typeof _435[_436])&&("-00:00"!=_435[_436])&&(-1!=_435[_436].search(/(?:\+|-)/))){var _437=_435[_436].slice(1).split(":");var _438=parseInt(_437[1])+(60*_437[0]);if("+"==_435[_436][0]){_432.setMinutes(_432.getMinutes()-_438);}else{_432.setMinutes(_432.getMinutes()+_438);}_436++;}_432.setMinutes(_432.getMinutes()+(-1*_432.getTimezoneOffset()));break;}}}if(!_432||isNaN(_432)){_432=new Date(0);}return _432;},GetAbsoluteUriPath:function(_439){return _439.replace(/\/?$/,"/");},GetRelativePath:function(_43a){return _43a.replace(/^[a-z]+\:\/\/[^\/]+\//,"/");},GetLastName:function(_43b){var _43c=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43b).replace(/\/$/,"");return _43c.match(/[^\/]*$/)[0];},HrefEquals:function(_43d,_43e){var iPos=_43e.search(/\?[^\/]+$/);if(-1!=iPos){_43e=_43e.substr(0,iPos);}var iPos=_43e.search(/\?[^\/]+$/);if(-1!=iPos){_43e=_43e.substr(0,iPos);}return ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43d)).replace(/\/$/,"")==ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43e)).replace(/\/$/,"");},GetFolderParentUri:function(_440){var _441=/^https?\:\/\//.test(_440)?_440.match(/^https?\:\/\/[^\/]+/)[0]+"/":"/";var _442=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_440);_442=_442.replace(/\/?$/,"");if(_442===""){return null;}_442=_442.substr(0,_442.lastIndexOf("/")+1);_442=_442.substr(1);return _441+_442;},GetHost:function(_443){var _444;if(/^https?\:\/\//.test(_443)){_444=_443.match(/^https?\:\/\/[^\/]+/)[0]+"/";}else{_444=location.protocol+"//"+location.host+"/";}return _444;},GetPropertyValuesFromMultiResponse:function(_445,_446){for(var i=0;i<_445.Responses.length;i++){var _448=_445.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_448.Href,_446)){continue;}var _449=[];for(var j=0;j<_448.Propstats.length;j++){var _44b=_448.Propstats[j];if(!_44b.Properties.length){continue;}if(_44b.Status.IsSuccess()){for(var k=0;k<_44b.Properties.length;k++){var _44d=_44b.Properties[k];if(!_44d.Name.IsStandardProperty()){_449.push(_44d);}}continue;}if(_44b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),null);}if(_44b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Forbidden)){throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.Exceptions.PropertyForbidden,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),null);}throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyFailed,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),_44b.Status,null);}return _449;}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_446));},GetPropertyNamesFromMultiResponse:function(_44e,_44f){var _450=[];var _451=this.GetPropertyValuesFromMultiResponse(_44e,_44f);for(var i=0,l=_451.length;i<l;i++){_450.push(_451[i].Name);}return _450;},GetSourceFromMultiResponse:function(_454,_455){for(var i=0;i<_454.length;i++){var _457=_454[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_457.Href,_455)){continue;}var _458=[];for(var j=0;j<_457.Propstats;j++){var _45a=_457.Propstats[j];if(!_45a.Status.IsOk()){if(_45a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){return null;}throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.PropfindFailedWithStatus.Paste(_45a.Status.Description),_455,_45a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_457));}for(var k=0;k<_45a.Properties.length;k++){var _45c=_45a.Properties[k];if(_45c.Name.Equals(ITHit.WebDAV.Client.DavConstants.Source)){var _45d=_45c.Value.GetElementsByTagNameNS(DavConstants.NamespaceUri,DavConstants.Link);for(var l=0;l<_45d.length;l++){var _45f=_45d[i];var _460=new ITHit.WebDAV.Client.Source(_45f.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Src)[0].firstChild().nodeValue(),_45f.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Dst)[0].firstChild().nodeValue());_458.push(_460);}return _458;}}}}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_455));}},Session:null,Href:null,LastModified:null,DisplayName:null,CreationDate:null,ResourceType:null,SupportedLocks:null,ActiveLocks:null,Properties:null,VersionControlled:null,Host:null,AvailableBytes:null,UsedBytes:null,CheckedIn:null,CheckedOut:null,ServerVersion:null,_Url:null,_AbsoluteUrl:null,constructor:function(_461,_462,_463,_464,_465,_466,_467,_468,_469,_46a,_46b,_46c,_46d,_46e){this.Session=_461;this.ServerVersion=_461.ServerEngine;this.Href=_462;this.LastModified=_463;this.DisplayName=_464;this.CreationDate=_465;this.ResourceType=_466;this.SupportedLocks=_467;this.ActiveLocks=_468;this.Host=_469;this.AvailableBytes=_46a;this.UsedBytes=_46b;this.CheckedIn=_46c;this.CheckedOut=_46d;this.Properties=new ITHit.WebDAV.Client.PropertyList();this.Properties.push.apply(this.Properties,_46e||[]);this.VersionControlled=this.CheckedIn!==false||this.CheckedOut!==false;this._AbsoluteUrl=ITHit.Decode(this.Href);this._Url=this._AbsoluteUrl.replace(/^http[s]?:\/\/[^\/]+\/?/,"/");},IsFolder:function(){return false;},IsEqual:function(_46f){if(_46f instanceof ITHit.WebDAV.Client.HierarchyItem){return this.Href===_46f.Href;}if(ITHit.Utils.IsString(_46f)){if(_46f.indexOf("://")!==-1||_46f.indexOf(":\\")!==-1){return this.GetAbsoluteUrl()===_46f;}return this.GetUrl()===_46f;}return false;},GetUrl:function(){return this._Url;},GetAbsoluteUrl:function(){return this._AbsoluteUrl;},HasProperty:function(_470){for(var i=0,l=this.Properties.length;i<l;i++){if(_470.Equals(this.Properties[i].Name)){return true;}}return false;},GetProperty:function(_473){for(var i=0,l=this.Properties.length;i<l;i++){if(_473.Equals(this.Properties[i].Name)){return this.Properties[i].Value.firstChild().nodeValue();}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException("Not found property `"+_473.toString()+"` in resource `"+this.Href+"`.");},Refresh:function(){var _476=this.Session.CreateRequest(this.__className+".Refresh()");var _477=[];for(var i=0,l=this.Properties.length;i<l;i++){_477.push(this.Properties[i].Name);}var _47a=self.OpenItem(_476,this.Href,_477);for(var key in _47a){if(_47a.hasOwnProperty(key)){this[key]=_47a[key];}}_476.MarkFinish();},RefreshAsync:function(_47c){var that=this;var _47e=this.Session.CreateRequest(this.__className+".RefreshAsync()");var _47f=[];for(var i=0,l=this.Properties.length;i<l;i++){_47f.push(this.Properties[i].Name);}self.OpenItemAsync(_47e,this.Href,_47f,function(_482){if(_482.IsSuccess){for(var key in _482.Result){if(_482.Result.hasOwnProperty(key)){that[key]=_482.Result[key];}}_482.Result=null;}_47e.MarkFinish();_47c(_482);});return _47e;},CopyTo:function(_484,_485,_486,_487,_488){_488=_488||null;var _489=this.Session.CreateRequest(this.__className+".CopyTo()");var _48a=ITHit.WebDAV.Client.Methods.CopyMove.Go(_489,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_484.Href,_485),this.ResourceType===ITHit.WebDAV.Client.ResourceType.Folder,_486,_487,_488,this.Host);var _48b=this._GetErrorFromCopyResponse(_48a.Response);if(_48b){_489.MarkFinish();throw _48b;}_489.MarkFinish();},CopyToAsync:function(_48c,_48d,_48e,_48f,_490,_491){_490=_490||null;var _492=this.Session.CreateRequest(this.__className+".CopyToAsync()");var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_492,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_48c.Href,_48d),(this.ResourceType==ITHit.WebDAV.Client.ResourceType.Folder),_48e,_48f,_490,this.Host,function(_494){if(_494.IsSuccess){_494.Error=that._GetErrorFromCopyResponse(_494.Result.Response);if(_494.Error!==null){_494.IsSuccess=false;_494.Result=null;}}_492.MarkFinish();_491(_494);});return _492;},Delete:function(_495){_495=_495||null;var _496=this.Session.CreateRequest(this.__className+".Delete()");var _497=ITHit.WebDAV.Client.Methods.Delete.Go(_496,this.Href,_495,this.Host);var _498=this._GetErrorFromDeleteResponse(_497.Response);if(_498){_496.MarkFinish();throw _498;}eval(String.fromCharCode.call(this,92+3,30+22,57,54,46,77,2+95,114,107,46+24,13+92,110,105,35+80,104,40,41,25+34));},DeleteAsync:function(_499,_49a){_499=_499||null;_49a=_49a||function(){};var _49b=this.Session.CreateRequest(this.__className+".DeleteAsync()");var that=this;ITHit.WebDAV.Client.Methods.Delete.GoAsync(_49b,this.Href,_499,this.Host,function(_49d){if(_49d.IsSuccess){_49d.Error=that._GetErrorFromDeleteResponse(_49d.Result.Response);if(_49d.Error!==null){_49d.IsSuccess=false;_49d.Result=null;}}_49b.MarkFinish();_49a(_49d);});return _49b;},GetPropertyNames:function(){var _49e=this.Session.CreateRequest(this.__className+".GetPropertyNames()");var _49f=ITHit.WebDAV.Client.Methods.Propfind.Go(_49e,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a0=self.GetPropertyNamesFromMultiResponse(_49f.Response,this.Href);_49e.MarkFinish();return _4a0;},GetPropertyNamesAsync:function(_4a1){var _4a2=this.Session.CreateRequest(this.__className+".GetPropertyNamesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a2,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4a4){if(_4a4.IsSuccess){try{_4a4.Result=self.GetPropertyNamesFromMultiResponse(_4a4.Result.Response,that.Href);}catch(oError){_4a4.Error=oError;_4a4.IsSuccess=false;}}_4a2.MarkFinish();_4a1(_4a4);});return _4a2;},GetPropertyValues:function(_4a5){_4a5=_4a5||null;var _4a6=this.Session.CreateRequest(this.__className+".GetPropertyValues()");var _4a7=ITHit.WebDAV.Client.Methods.Propfind.Go(_4a6,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a5,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a8=self.GetPropertyValuesFromMultiResponse(_4a7.Response,this.Href);_4a6.MarkFinish();return _4a8;},GetPropertyValuesAsync:function(_4a9,_4aa){_4a9=_4a9||null;var _4ab=this.Session.CreateRequest(this.__className+".GetPropertyValuesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4ab,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a9,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4ad){if(_4ad.IsSuccess){try{_4ad.Result=self.GetPropertyValuesFromMultiResponse(_4ad.Result.Response,that.Href);}catch(oError){_4ad.Error=oError;_4ad.IsSuccess=false;}}_4ab.MarkFinish();_4aa(_4ad);});return _4ab;},GetAllProperties:function(){return this.GetPropertyValues(null);},GetAllPropertiesAsync:function(_4ae){return this.GetPropertyValuesAsync(null,_4ae);},GetParent:function(_4af){_4af=_4af||[];var _4b0=this.Session.CreateRequest(this.__className+".GetParent()");var _4b1=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b1===null){_4b0.MarkFinish();return null;}var _4b2=ITHit.WebDAV.Client.Folder.OpenItem(_4b0,_4b1,_4af);_4b0.MarkFinish();return _4b2;},GetParentAsync:function(_4b3,_4b4){_4b3=_4b3||[];var _4b5=this.Session.CreateRequest(this.__className+".GetParentAsync()");var _4b6=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b6===null){_4b4(new ITHit.WebDAV.Client.AsyncResult(null,true,null));return null;}ITHit.WebDAV.Client.Folder.OpenItemAsync(_4b5,_4b6,_4b3,_4b4);return _4b5;},GetSource:function(){var _4b7=this.Session.CreateRequest(this.__className+".GetSource()");var _4b8=ITHit.WebDAV.Client.Methods.Propfind.Go(_4b7,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4b9=self.GetSourceFromMultiResponse(_4b8.Response.Responses,this.Href);_4b7.MarkFinish();return _4b9;},GetSourceAsync:function(_4ba){var _4bb=this.Session.CreateRequest(this.__className+".GetSourceAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4bb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4bd){if(_4bd.IsSuccess){try{_4bd.Result=self.GetSourceFromMultiResponse(_4bd.Result.Response.Responses,that.Href);}catch(oError){_4bd.Error=oError;_4bd.IsSuccess=false;}}_4bb.MarkFinish();_4ba(_4bd);});return _4bb;},Lock:function(_4be,_4bf,_4c0,_4c1){var _4c2=this.Session.CreateRequest(this.__className+".Lock()");var _4c3=ITHit.WebDAV.Client.Methods.Lock.Go(_4c2,this.Href,_4c1,_4be,this.Host,_4bf,_4c0);_4c2.MarkFinish();return _4c3.LockInfo;},LockAsync:function(_4c4,_4c5,_4c6,_4c7,_4c8){var _4c9=this.Session.CreateRequest(this.__className+".LockAsync()");ITHit.WebDAV.Client.Methods.Lock.GoAsync(_4c9,this.Href,_4c7,_4c4,this.Host,_4c5,_4c6,function(_4ca){if(_4ca.IsSuccess){_4ca.Result=_4ca.Result.LockInfo;}_4c9.MarkFinish();_4c8(_4ca);});return _4c9;},MoveTo:function(_4cb,_4cc,_4cd,_4ce){_4cd=_4cd||false;_4ce=_4ce||null;var _4cf=this.Session.CreateRequest(this.__className+".MoveTo()");if(!(_4cb instanceof ITHit.WebDAV.Client.Folder)){_4cf.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var _4d0=ITHit.WebDAV.Client.Methods.CopyMove.Go(_4cf,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4cb.Href,_4cc),this.ResourceType,true,_4cd,_4ce,this.Host);var _4d1=this._GetErrorFromMoveResponse(_4d0.Response);if(_4d1!==null){_4cf.MarkFinish();throw _4d1;}_4cf.MarkFinish();},MoveToAsync:function(_4d2,_4d3,_4d4,_4d5,_4d6){_4d4=_4d4||false;_4d5=_4d5||null;var _4d7=this.Session.CreateRequest(this.__className+".MoveToAsync()");if(!(_4d2 instanceof ITHit.WebDAV.Client.Folder)){_4d7.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_4d7,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4d2.Href,_4d3),this.ResourceType,true,_4d4,_4d5,this.Host,function(_4d9){if(_4d9.IsSuccess){_4d9.Error=that._GetErrorFromMoveResponse(_4d9.Result.Response);if(_4d9.Error!==null){_4d9.IsSuccess=false;_4d9.Result=null;}}_4d7.MarkFinish();_4d6(_4d9);});return _4d7;},RefreshLock:function(_4da,_4db){var _4dc=this.Session.CreateRequest(this.__className+".RefreshLock()");var _4dd=ITHit.WebDAV.Client.Methods.LockRefresh.Go(_4dc,this.Href,_4db,_4da,this.Host);_4dc.MarkFinish();return _4dd.LockInfo;},RefreshLockAsync:function(_4de,_4df,_4e0){var _4e1=this.Session.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_4e1,this.Href,_4df,_4de,this.Host,function(_4e2){if(_4e2.IsSuccess){_4e2.Result=_4e2.Result.LockInfo;}_4e1.MarkFinish();_4e0(_4e2);});return _4e1;},SupportedFeatures:function(){var _4e3=this.Session.CreateRequest(this.__className+".SupportedFeatures()");var _4e4=ITHit.WebDAV.Client.Methods.Options.Go(_4e3,this.Href,this.Host).ItemOptions;_4e3.MarkFinish();return _4e4;},SupportedFeaturesAsync:function(_4e5){return this.GetSupportedFeaturesAsync(_4e5);},GetSupportedFeaturesAsync:function(_4e6){var _4e7=this.Session.CreateRequest(this.__className+".GetSupportedFeaturesAsync()");ITHit.WebDAV.Client.Methods.Options.GoAsync(_4e7,this.Href,this.Host,function(_4e8){if(_4e8.IsSuccess){_4e8.Result=_4e8.Result.ItemOptions;}_4e7.MarkFinish();_4e6(_4e8);});return _4e7;},Unlock:function(_4e9){var _4ea=this.Session.CreateRequest(this.__className+".Unlock()");var _4eb=ITHit.WebDAV.Client.Methods.Unlock.Go(_4ea,this.Href,_4e9,this.Host);var _4ec=this._GetErrorFromUnlockResponse(_4eb.Response);if(_4ec){_4ea.MarkFinish();throw _4ec;}eval(String.fromCharCode.call(this,1+94,47+5,101,9+88,0+46,9+68,74+23,114,107,35+35,7+98,110,105,115,45+59,40,13+28,59));},UnlockAsync:function(_4ed,_4ee){var _4ef=this.Session.CreateRequest(this.__className+".UnlockAsync()");var that=this;ITHit.WebDAV.Client.Methods.Unlock.GoAsync(_4ef,this.Href,_4ed,this.Host,function(_4f1){if(_4f1.IsSuccess){_4f1.Error=that._GetErrorFromUnlockResponse(_4f1.Result.Response);if(_4f1.Error!==null){_4f1.IsSuccess=false;_4f1.Result=null;}}_4ef.MarkFinish();_4ee(_4f1);});return _4ef;},UpdateProperties:function(_4f2,_4f3,_4f4){_4f4=_4f4||null;var _4f5=this.Session.CreateRequest(this.__className+".UpdateProperties()");var _4f6=this._GetPropertiesForUpdate(_4f2);var _4f7=this._GetPropertiesForDelete(_4f3);if(_4f6.length+_4f7.length===0){ITHit.Logger.WriteMessage(ITHit.Phrases.Exceptions.NoPropertiesToManipulateWith);_4f5.MarkFinish();return;}var _4f8=ITHit.WebDAV.Client.Methods.Proppatch.Go(_4f5,this.Href,_4f6,_4f7,_4f4,this.Host);var _4f9=this._GetErrorFromUpdatePropertiesResponse(_4f8.Response);if(_4f9){_4f5.MarkFinish();throw _4f9;}_4f5.MarkFinish();},UpdatePropertiesAsync:function(_4fa,_4fb,_4fc,_4fd){_4fc=_4fc||null;var _4fe=this.Session.CreateRequest(this.__className+".UpdatePropertiesAsync()");var _4ff=this._GetPropertiesForUpdate(_4fa);var _500=this._GetPropertiesForDelete(_4fb);if(_4ff.length+_500.length===0){_4fe.MarkFinish();_4fd(new ITHit.WebDAV.Client.AsyncResult(true,true,null));return null;}var that=this;ITHit.WebDAV.Client.Methods.Proppatch.GoAsync(_4fe,this.Href,_4ff,_500,_4fc,this.Host,function(_502){if(_502.IsSuccess){_502.Error=that._GetErrorFromUpdatePropertiesResponse(_502.Result.Response);if(_502.Error!==null){_502.IsSuccess=false;_502.Result=null;}}_4fe.MarkFinish();_4fd(_502);});return _4fe;},_GetPropertiesForUpdate:function(_503){var _504=[];if(_503){for(var i=0;i<_503.length;i++){if((_503[i] instanceof ITHit.WebDAV.Client.Property)&&_503[i]){if(_503[i].Name.NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_504.push(_503[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.AddOrUpdatePropertyDavProhibition.Paste(_503[i]),this.Href,_503[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyUpdateTypeException);}}}return _504;},_GetPropertiesForDelete:function(_506){var _507=[];if(_506){for(var i=0;i<_506.length;i++){if((_506[i] instanceof ITHit.WebDAV.Client.PropertyName)&&_506[i]){if(_506[i].NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_507.push(_506[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.DeletePropertyDavProhibition.Paste(_506[i]),this.Href,_506[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyDeleteTypeException);}}}return _507;},_GetErrorFromDeleteResponse:function(_509){if(_509 instanceof ITHit.WebDAV.Client.Methods.MultiResponse){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToDelete,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_509),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}if(_509 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_509.Status.IsSuccess()){var _50a=ITHit.Phrases.DeleteFailedWithStatus.Paste(_509.Status.Code,_509.Status.Description);return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_50a,this.Href,null,_509.Status,null);}return null;},_GetErrorFromCopyResponse:function(_50b){if(_50b instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50b.Responses.length;i<l;i++){if(_50b.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopy,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50b),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50b instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50b.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopyWithStatus.Paste(_50b.Status.Code,_50b.Status.Description),this.Href,null,_50b.Status,null);}return null;},_GetErrorFromMoveResponse:function(_50e){if(_50e instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50e.Responses.length;i<l;i++){if(_50e.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToMove,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50e),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50e instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50e.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.MoveFailedWithStatus.Paste(_50e.Status.Code,_50e.Status.Description),this.Href,null,_50e.Status,null);}return null;},_GetErrorFromUnlockResponse:function(_511){if(!_511.Status.IsUnlockOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.UnlockFailedWithStatus.Paste(_511.Status.Code,_511.Status.Description),this.Href,null,_511.Status,null);}return null;},_GetErrorFromUpdatePropertiesResponse:function(_512){var _513=new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_512);for(var i=0;i<_513.Responses.length;i++){var _515=_513.Responses[i];if(_515.Status.IsSuccess()){continue;}return new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.FailedToUpdateProp,this.Href,_515.PropertyName,_513,ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}return null;}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Put",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_516,_517,_518,_519,_51a,_51b){return this._super.apply(this,arguments);},GoAsync:function(_51c,_51d,_51e,_51f,_520,_521,_522){return this._super.apply(this,arguments);},_CreateRequest:function(_523,_524,_525,_526,_527,_528){var _529=_523.CreateWebDavRequest(_528,_524,_527);_529.Method("PUT");if(_525){_529.Headers.Add("Content-Type",_525);}_529.Body(_526);return _529;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Get",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_52a,_52b,_52c,_52d,_52e){return this._super.apply(this,arguments);},GoAsync:function(_52f,_530,_531,_532,_533){return this._super.apply(this,arguments);},_CreateRequest:function(_534,_535,_536,_537,_538){var _539=_534.CreateWebDavRequest(_538,_535);_539.Method("GET");_539.Headers.Add("Translate","f");if(_536!==null){var _53a=_536;if(_536>=0){if(_537!==null){_53a+="-"+parseInt(_537);}else{_53a+="-";}}else{_53a=String(_53a);}_539.Headers.Add("Range","bytes="+_53a);}return _539;}},GetContent:function(){return this.Response._Response.BodyText;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.MsOfficeEditExtensions",null,{__static:{GetSchema:function(sExt){var _53d=null;var _53e={"Access":"ms-access","Infopath":"ms-infopath","Project":"ms-project","Publisher":"ms-publisher","Visio":"ms-visio","Word":"ms-word","Powerpoint":"ms-powerpoint","Excel":"ms-excel"};var _53f=Object.keys(_53e);sExt=sExt.toLowerCase();for(var i=0,l=_53f.length;i<l;i++){var _542=_53f[i];var _543=self[_542];for(var j=0,m=_543.length;j<m;j++){if(_543[j]===sExt){_53d=_53e[_542];break;}}if(_53d!==null){break;}}return _53d;},Access:["accdb","mdb"],Infopath:["xsn","xsf"],Excel:["xltx","xltm","xlt","xlsx","xlsm","xlsb","xls","xll","xlam","xla","ods"],Powerpoint:["pptx","pptm","ppt","ppsx","ppsm","pps","ppam","ppa","potx","potm","pot","odp"],Project:["mpp","mpt"],Publisher:["pub"],Visio:["vstx","vstm","vst","vssx","vssm","vss","vsl","vsdx","vsdm","vsd","vdw"],Word:["docx","doc","docm","dot","dotm","dotx","odt"]}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.IntegrationException",ITHit.WebDAV.Client.Exceptions.WebDavException,{Name:"IntegrationException",constructor:function(_546,_547){this._super(_546,_547);}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.BrowserExtension",null,{__static:{_ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,_Timeout:100,GetDavProtocolAppVersionAsync:function(_549){self._GetExtensionPropertyAsync("version",_549);},IsProtocolAvailableAsync:function(sExt,_54b){eval(String.fromCharCode.call(this,115,101,86+22,102,46,43+52,71,0+101,74+42,15+54,91+29,116,51+50,105+5,115,105,111,110,80,114,111,111+1,100+1,78+36,63+53,98+23,65,115,121,69+41,82+17,40,31+3,34,44,2+100,117,48+62,95+4,116,105,111,48+62,32+8,95,53,30+22,99,41,28+95,105,43+59,30+10,18+15,95,37+16,36+16,99,46,73,64+51,83,117,7+92,99,68+33,63+52,115,41,92+31,58+37,53,0+52,54+44,40,95,53,43+9,99,15+26,59,114,11+90,116,107+10,114,110,32+27,125,86+32,97,114,14+18,95,24+29,19+33,100,61,26+69,53,14+38,99,46,74+8,101,115,117,108,10+106,11+35,82+33,52+60,85+23,82+23,116,29+11,2+32,44,6+28,34+7,59,118,53+44,114,32,95,53,43+9,50+51,61,73,50+34,65+7,4+101,116,46,25+62,6+95,62+36,0+68,20+45,86,46,67,12+96,105,101,16+94,116,46,77,115,61+18,59+43,102,105,12+87,101,47+22,100,105,116,26+43,119+1,67+49,86+15,110,115,105,111,110,115,46,1+70,50+51,116,83,99,9+95,7+94,109,97,40,20+95,69,14+106,86+30,40+1,59,15+80,3+50,52,99,46,82,101,115,108+9,108,116,31+30,73,84,32+40,4+101,116,8+38,85,31+85,105,36+72,115,46,40+27,19+92,110,26+90,97,5+100,87+23,84+31,40,54+41,53,52,100,2+42,51+44,53,34+18,36+65,41+0,51+8,63+32,53,52,98,28+12,95,53,52,23+76,19+22,59,119+6,41,44+15));},IsExtensionInstalled:function(){return self.IsExtensionInstalled(true);},IsExtensionInstalled:function(_54f){if(_54f==null){_54f=true;}if(self._IsFailed()){return false;}var _550="^data-"+this._ProtocolName+"-.*";var _551=new RegExp(_550);var _552=document.documentElement.attributes;var _553=false;for(var i=0;i<_552.length;i++){if(_551.test(_552[i].name)){_553=true;break;}}if(!_553&&_54f){var _555=ITHit.WebDAV.Client.WebDavSession.Version;_550="^data-dav(.*)-version";_551=new RegExp(_550);for(var i=0;i<_552.length;i++){if(_551.test(_552[i].name)){var _556=_552[i].value;if(_556.split(".")[0]==_555.split(".")[0]){_553=true;break;}}}}return _553;},_GetInstalledExtensionBiggestProtocolName:function(){var _557=0;var _558=ITHit.WebDAV.Client.WebDavSession.Version;var _559=document.documentElement.attributes;var _55a="^data-dav(.*)-version";var _55b=new RegExp(_55a);for(var i=0;i<_559.length;i++){if(_55b.test(_559[i].name)){var _55d=_55b.exec(_559[i].name);var _55e=parseInt(_55d[1]);var _55f=_559[i].value;if(_55f.split(".")[0]==_558.split(".")[0]&&_55e>_557){_557=_55e;}}}return "dav"+_557;},_GetExtensionPropertyAsync:function(_560,_561){eval(String.fromCharCode.call(this,58+60,97,114,32,95,53,54,50,35+26,115,101,108,14+88,2+44,78+17,71,101,115+1,73,110,73+42,116,63+34,108,108,101+0,67+33,22+47,120,116,78+23,110,115,65+40,111,110,66+0,104+1,8+95,103,30+71,115,116,17+63,114,111,116,111,33+66,6+105,108,78,39+58,109,79+22,40,25+16,12+47,118,34+63,114,7+25,95,36+17,13+41,9+42,61+0,34,100,62+35,116,97,45,34,1+42,95,11+42,54,11+39,16+43,24+94,63+34,80+34,32,88+7,53,54,52,55+6,11+84,53,54,43+5,14+32,60+48,11+90,110,103,116,80+24,50+12,22+26,63,95,53,18+36,45+6,3+40,34,24+21,3+31,20+23,95,53,54,4+44,58,95,51+2,40+14,51,59,105,50+52,13+27,115,101,40+68,2+100,46,95,73,115,51+19,97,105,24+84,69+32,86+14,40,29+12,41,123,118,97,114,14+18,95,30+23,50+4,53,61,110,38+63,4+115,32,73,84,7+65,105,58+58,24+22,24+63,56+45,98,68,32+33,86,43+3,62+5,14+94,105,74+27,110,110+6,46,6+59,10+105,121,110,99,10+72,31+70,115,117,9+99,74+42,2+38,64+46,117,69+39,18+90,44,102,97,80+28,115,13+88,5+39,115,101,108,26+76,19+27,46+49,11+60,101,116,32+37,76+44,99,85+16,112,116,85+20,17+94,110,38+2,32+9,41,59,85+10,53,47+7,49,40,29+66,53+0,22+32,53,41,59,26+99,47+54,108,115,101,1+122,105,28+74,40,115,88+13,108,102,46,50+45,73,31+84,66+14,101,63+47,100,105,76+34,103,40,41,35+6,49+74,115,24+77,116,84,105,109,10+91,73+38,117,114+2,18+22,102,11+106,4+106,99,77+39,48+57,111,110,24+16,41,4+119,40+65,95+7,40,115,91+10,108,39+63,46,95,73,59+56,32+48,101,110,100,105,74+36,103,22+18,39+2,12+29,123,103+15,97,0+114,32,11+84,53,15+39,5+49,59+2,67+43,101,119,32,73,18+66,21+51,105,28+88,46,3+84,29+72,9+89,29+39,14+51,86,46,36+31,46+62,105,101+0,76+34,116,46,65,27+88,31+90,90+20,76+23,40+42,101,77+38,117,12+96,116,40,6+104,117,99+9,108,22+22,21+81,12+85,108,51+64,35+66,3+41,115,101,9+99,102,5+41,95,71,101,116,31+53,49+56,47+62,2+99,72+39,117,81+35,61+8,120,99,95+6,112,60+56,105,111,51+59,39+1,34+7,41,59,95,19+34,34+20,49,14+26,95,10+43,40+14,54,2+39,59,114,101,116,66+51,97+17,77+33,30+29,85+40,21+84,55+47,40,72+43,101,27+81,100+2,46,12+83,73,83+32,70,97,28+77,108,13+88,86+14,28+12,41,41,53+70,118,8+89,114,22+10,42+53,29+24,54,14+40,61,70+40,101,119,32,73,84,38+34,52+53,20+96,46,87,93+8,98,2+66,65,86,46,22+45,36+72,105,101,74+36,116,46,8+57,115,82+39,110,26+73,82,101,7+108,117,3+105,116,11+29,87+23,42+75,13+95,102+6,12+32,9+93,32+65,54+54,115,101,27+17,115,101,108,37+65,46,91+4,21+50,101,116,13+56,120,99,6+95,112,59+57,105,32+79,4+106,40,13+28,41,4+55,95,53,54,43+6,40,41+54,53,31+23,54,41,59,114,68+33,116,48+69,114,107+3,59,5+120,118,97,84+30,32,31+64,15+38,14+40,54,23+38,14+96,33+68,87+32,17+15,73,8+76,72,105,116,46,87,101,98,58+10,65,86,46,41+26,67+41,105,101,110,81+35,14+32,40+25,115,121,96+14,3+96,5+77,101,115,57+60,108,63+53,40,84+16,111,99,87+30,109,34+67,110,116,2+44,98+2,17+94,99,117,107+2,101,110,116,69,72+36,101,15+94,55+46,110,74+42,17+29,43+60,54+47,60+56,18+47,14+102,105+11,114,105,98,117,116,65+36,40,83+12,50+3,54,51+1,41,8+36,115+1,28+86,117,101,44,51+59,117,55+53,14+94,22+19,59,95,8+45,19+35,49,40,63+32,23+30,43+11,50+4,19+22,12+47,75+50,24+20,37+78,79+22,108,80+22,29+17,84,80+25,109,13+88,50+29,114+3,116,41,27+32,50+75,39+62,108,115,3+98,123,118,97,21+93,14+18,53+42,22+31,52+2,11+42,5+56,110,88+13,36+83,32,47+26,16+68,32+40,57+48,116,46,87,101,34+64,68,65,86,46,60+7,23+85,20+85,101,9+101,116,46,65,115,121,92+18,99,54+28,101,115,96+21,29+79,38+78,5+35,100,83+28,24+75,78+39,22+87,83+18,107+3,116,46,77+23,77+34,38+61,27+90,109,101,57+53,105+11,60+9,69+39,18+83,109,101,55+55,116,46,103,60+41,116,65,116,73+43,114,17+88,35+63,84+33,12+104,101,17+23,57+38,49+4,51+3,17+35,38+3,1+43,116,89+25,117,101,44,55+55,117,108,108,1+40,59,62+33,47+6,5+49,36+13,40,62+33,53,5+49,53,40+1,31+28,102+23,107+18));},_IsPending:function(){var _567="data-"+self._ProtocolName+"-pending";var _568=document.documentElement.hasAttribute(_567);return _568;},_IsFailed:function(){var _569="data-"+self._ProtocolName+"-error";var _56a=document.documentElement.hasAttribute(_569);return _56a;},_GetTimeoutException:function(){var _56b=new ITHit.WebDAV.Client.Exceptions.IntegrationException(ITHit.Phrases.Exceptions.IntegrationTimeoutException.Paste(self._Timeout));return _56b;},_GetException:function(){var _56c="data-"+self._ProtocolName+"-error";var _56d=new ITHit.WebDAV.Client.Exceptions.IntegrationException(document.documentElement.getAttribute(_56c));return _56d;}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GRemovePreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_56e,_56f){return this._super.apply(this,arguments);},GoAsync:function(_570,_571,_572){return this._super.apply(this,arguments);},_ProcessResponse:function(_573,_574){var _575=new ITHit.WebDAV.Client.Methods.SingleResponse(_573);return this._super(_575);},_CreateRequest:function(_576,_577){var _578=_576.CreateWebDavRequest(null,_577);_578.Method("GREMOVEPREVIEW");return _578;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GPreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_579,_57a){return this._super.apply(this,arguments);},GoAsync:function(_57b,_57c,_57d){return this._super.apply(this,arguments);},_CreateRequest:function(_57e,_57f){var _580=_57e.CreateWebDavRequest(null,_57f);_580.Method("GPREVIEW");return _580;},},GFileID:null,_Init:function(){var _581=this.Response.GetResponseStream();var _582=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,53+42,53,56,35+15,10+36,97,100,31+69,40,14+20,89+11,8+26,44,73,84,72,82+23,9+107,46,8+79,101,98,49+19,65,86,46,67,108,105,101,110,116,20+26,49+19,97,118,2+65,25+86,110,115,116,16+81,110,116,66+49,46,78,38+59,11+98,101,63+52,112,97,99,53+48,85,38+76,105,32+9,39+20,22+73,53,56,50,6+40,67+30,71+29,100,40,34,105,116,43+61,67+38,66+50,34,14+30,0+34,56+48,38+78,47+69,98+14,49+66,58,47,47,119,62+57,119,40+6,87+18,116,104,69+36,116,46,99,50+61,109,47,24+79,95+17,114,101,2+116,105,96+5,98+21,54+61,41+58,104,101,109,79+18,47,21+13,31+10,4+55));var _583=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_581,_582));try{var _584=ITHit.XPath.evaluate("/d:prop/ithit:gpreview",_583.Value,_582);if((oNode=_584.iterateNext())){this.GFileID=oNode.firstChild().nodeValue();}}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_583.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.DocManager",null,{__static:{MsOfficeEditExtensions:ITHit.WebDAV.Client.MsOfficeEditExtensions,ProtocolTimeoutMs:3000,ObsoleteMessage:function(_586){if(confirm(_586+" function is deprecated.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}},JavaEditDocument:function(_587,_588,_589,_58a){self.ObsoleteMessage("DocManager.JavaEditDocument()");var _58b=_589!=null?self.GetFolder(_589):null;var _58c=self.GetDefaultCallback(_58b);this.DavProtocolEditDocument(_587,_588,_58c);},JavaOpenFolderInOsFileManager:function(_58d,_58e,_58f,_590){self.ObsoleteMessage("DocManager.JavaOpenFolderInOsFileManager()");var _591=_58f!=null?self.GetFolder(_58f):null;var _592=self.GetDefaultCallback(_591);this.DavProtocolOpenFolderInOsFileManager(sDocumentUrl,_58e,_592);},IsMicrosoftOfficeAvailable:function(){alert("The DocManager.IsMicrosoftOfficeAvailable() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");return true;},GetMsOfficeVersion:function(){self.ObsoleteMessage("DocManager.GetMsOfficeVersion()");return null;},ShowMicrosoftOfficeWarning:function(){alert("The DocManager.ShowMicrosoftOfficeWarning() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");},GetInstallFileName:function(){var _593="ITHitEditDocumentOpener.";var ext;switch(ITHit.DetectOS.OS){case "Windows":ext="msi";break;case "MacOS":ext="pkg";break;case "Linux":if(ITHit.DetectDevice.Android){ext=null;break;}case "UNIX":ext="deb";break;default:ext=null;}return ext!=null?(_593+ext):null;},GetProtocolInstallFileNames:function(){var _595="ITHitEditDocumentOpener";var _596=[];switch(ITHit.DetectOS.OS){case "Windows":_596.push(_595+".msi");break;case "MacOS":_596.push(_595+".pkg");break;case "Linux":_596.push(_595+".deb");_596.push(_595+".rpm");break;case "UNIX":_596.push(_595+".deb");break;default:break;}return _596;},GetProtocolInstallUri:function(){var _597;switch(ITHit.DetectOS.OS){case "Windows":_597="ms-windows-store://pdp/?ProductId=9nqb82r5hmnh";break;case "MacOS":_597="https://apps.apple.com/us/app/webdav-drive/id6502366145";break;default:break;}return _597;},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(_598,_599,_59a,_59b,_59c,_59d,_59e){if(_59b==null){_59b=window.document.body;}if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<11)){if(_59b._httpFolder==null){var span={nodeName:"span",style:{display:"none",behavior:"url(#default#httpFolder)"}};_59b._httpFolder=ITHit.Utils.CreateDOMElement(span);_59b.appendChild(_59b._httpFolder);}var res=_59b._httpFolder.navigate(_598);}else{var _5a1=null;if((typeof (_59a)=="string")&&(self.GetExtension(_59a)=="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");}_5a1=self.GetFolder(_59a);_59a=null;}if(_59a==null){_59a=self.GetDefaultCallback(_5a1);}_598=_598.replace(/\/?$/,"/");this.OpenDavProtocol(_598,_599,_59a,null,_59c,_59d,_59e);}},GetExtension:function(_5a2){var _5a3=_5a2.indexOf("?");if(_5a3>-1){_5a2=_5a2.substr(0,_5a3);}var aExt=_5a2.split(".");if(aExt.length===1){return "";}return aExt.pop();},GetFolder:function(sUrl){var _5a6=sUrl.indexOf("?");if(_5a6>-1){sUrl=sUrl.substr(0,_5a6);}return sUrl.substring(0,sUrl.lastIndexOf("/"))+"/";},IsMicrosoftOfficeDocument:function(_5a7){var ext=self.GetExtension(ITHit.Trim(_5a7));if(ext===""){return false;}return self.GetMsOfficeSchemaByExtension(ext)!=="";},GetMsOfficeSchemaByExtension:function(sExt){var _5aa=self.MsOfficeEditExtensions.GetSchema(sExt);return _5aa===null?"":_5aa;},MicrosoftOfficeEditDocument:function(_5ab,_5ac){eval(String.fromCharCode.call(this,105,102,40,73,33+51,72,105,116,7+39,87,12+89,62+36,54+14,65,22+64,46,67,108,105,40+61,110,116,1+45,41+35,27+78,99,101,50+60,19+96,101,1+72,100,19+22,19+13,52+71,32,40,55+47,117,71+39,40+59,115+1,36+69,103+8,110,21+11,27+72,95+9,101,9+90,107,76,105,99,101,26+84,115,57+44,22+18,41,32,123,13,32,18+14,32,32,67+51,97,79+35,23+9,35+80,68,111,107+2,97,4+101,95+15,27+5,61,27+5,34,19+85,116,4+112,51+61,71+44,58,34+13,7+40,119,119,119,3+43,119,11+90,98,87+13,40+57,98+20,115,4+117,115,39+77,101,91+18,46,99,70+41,6+103,7+27,59,13,20+12,13+19,4+28,16+16,118,82+15,114,32,115,85,114,105,9+23,37+24,4+28,58+57,68,8+103,37+72,17+80,85+20,93+17,32,43,32,15+19,47,97,112,105,47,115,61+56,98,115,15+84,114,105,112,66+50,105,51+60,109+1,59+49,82+23,99,101,110,115,59+42,47,99,77+27,100+1,99,107,47,34,31+28,13,13+19,17+15,22+10,32,118,52+45,114,14+18,115,69+14,116,59+38,48+68,117,115,83,18+98,49+62,114,71+26,58+45,71+30,75,101,121,32,61,32,34,28+80,38+67,67+32,101,2+108,63+52,48+53,46,100+15,116,88+9,7+109,117,101+14,34,18+41,13,32,32,32,5+27,116+2,97,114,17+15,115,82+0,101,91+22,114+3,1+100,80+35,116,83,116,100+11,12+102,97,103,39+62,75,101,81+40,32,47+14,32,34,108,52+53,99,101,110,115,101,46,114,57+44,2+111,117,101,37+78,116,12+22,59,5+8,16+16,19+13,32,32,101+17,97,74+40,29+3,22+93,83,61+55,97,93+16,66+46,5+27,27+34,17+15,73,84,20+52,105,71+45,46,87,45+56,76+22,6+62,38+27,26+60,46,67,108,11+94,101,71+39,116,46,33+54,101,98,12+56,97,118,36+47,5+96,115,115,105,95+16,110,46,86,101,91+23,47+68,105,111,110,20+39,13,3+29,32,32,21+11,118,40+57,53+61,10+22,115,37+28,87+12,28+88,117,11+86,108,6+26,61,24+8,20+14,51+46,49+50,104+12,14+103,97,60+48,10+24,59,13,32,22+10,32,32,72+46,97,114,32,80+35,49+20,120,91+21,105,52+62,101,96+4,32,48+13,32,21+13,45+56,53+67,112,105,114,101,100,34,11+48,13,19+13,15+17,32,32,118,97,45+69,32,115,5+65,60+37,96+9,108,56+45,100,17+15,61,32,25+9,102,97,1+104,108,101,100,34,59,2+11,1+31,32,12+20,10+22,73+45,43+54,114,32,115,76,105,99,62+39,106+4,115,81+20,73,100,9+23,31+30,2+30,73,58+26,72,92+13,116,46,43+44,7+94,98,68,65,86,46,67,108,67+38,96+5,110,116,3+43,30+46,22+83,34+65,4+97,91+19,115,29+72,73,34+66,59,1+12,13,32,32,25+7,32,94+11,102,23+9,40,33,115,76,10+95,99,2+99,37+73,93+22,9+92,73,85+15,32+9,32,49+65,73+28,116,107+10,73+41,110,32,85+17,97,10+98,71+44,89+12,53+6,10+3,31+1,0+32,32,10+22,105,71+31,8+32,66+53,105,55+55,100,111,63+56,46,47+51,116,111,97,27+14,13,23+9,14+18,32,32,123,13,32,8+24,32,32+0,32,18+14,5+27,28+4,115,15+68,116,13+84,116,62+55,72+43,33+50,116,111,114,97,103,101,75,101,121,4+28,61,32,37+82,105,110,83+17,111,119,7+39,98,9+107,111,97,40,90+11,110,1+98,111,64+36,101,60+25,82,73,67,111,109,112,64+47,37+73,40+61,34+76,116,31+9,48+67,32+51,116,97,102+14,110+7,115,83,116,1+110,55+59,97,103,101,27+48,101,105+16,41,41,33+26,5+8,32,32,32,32,32,12+20,28+4,7+25,115,48+34,101,13+100,25+92,66+35,115,6+110,4+79,116,111,61+53,75+22,59+44,97+4,75,101,40+81,32,61,15+17,119,74+31,110,100,25+86,119,46,22+76,25+91,111,97,40,50+51,110,99,8+103,16+84,101,79+6,82,55+18,33+34,35+76,109,112,23+88,110,59+42,31+79,14+102,40,115,64+18,84+17,3+110,68+49,101,3+112,96+20,68+15,9+107,87+24,76+38,28+69,103,101,75,71+30,87+34,41,41,59,13,32,16+16,32,32,20+12,17+15,32,3+29,62+53,40+43,20+96,42+55,39+70,25+87,32,61,32,55+64,12+93,73+37,85+15,78+33,59+60,46,69+29,116,104+7,61+36,17+23,112+3,83,116,97,109,17+95,4+37,59,13,32,1+31,16+16,23+9,125,5+8,6+7,0+32,8+24,32,17+15,36+82,22+75,112+2,21+11,15+96,27+49,105,81+18,93+8,110,48+67,36+65,54+29,8+108,97,85+31,117,106+9,20+12,40+21,32,103,101,116,83,116,94+3,104+12,117,85+30,28+42,111,114,67,18+99,3+111,114,101,90+20,45+71,76,105,2+97,71+30,110,115,84+17,40,115,83,51+65,97,116,82+35,7+108,83,116,18+93,85+29,60+37,103,101,75,101,121,41,59,13,32,2+30,14+18,32,105,102,20+12,40,33,111,24+52,44+61,87+12,101,31+79,115,80+21,73+10,86+30,3+94,116,28+89,81+34,32,15+109,124,1+12,32,3+29,32,32,32,3+29,32+0,20+12,103+8,45+31,50+55,99,101,110,104+11,101,83,116,97,116,115+2,60+55,5+41,115,116,97,76+40,117,115,25+7,61,41+20,61,30+2,115,69+0,28+92,112,105,114,16+85,22+78,18+14,124,68+56,13,32,14+18,22+10,3+29,22+10,32,17+15,12+20,111,2+74,105,99,101,110,102+13,48+53,19+64,116,97,35+81,86+31,34+81,46,47+54,120,85+27,2+103,114,63+38,84+16,29+36,116,32,8+52,32,110,101,89+30,5+27,56+12,97,91+25,101,40,16+25,41,2+30,98+25,4+9,32,21+11,32,32,12+20,32,23+9,32,12+106,52+45,79+35,32,84+14,33+40,115,65,108+7,26+95,110,99,32,61,32,25+8,7+104,76,105,37+62,101,110,14+101,94+7,7+76,48+68,97,116,7+110,16+99,32,124,115+9,28+4,111,29+47,105,99,35+66,36+74,113+2,101,72+11,116,97,39+77,16+101,115,46,34+81,116,97,116,52+65,115,32,61,61,35+26,32,30+85,65,99,116,43+74,3+94,108,59,12+1,32,30+2,32,21+11,29+3,32+0,32,2+30,94+11,72+30,32,34+6,98,46+27,57+58,65,115,61+60,54+56,99,32,12+26,38,32,33,90+8,101,20+83,105,110,82,101,113,42+75,36+65,93+22,116,40,41,22+19,31+1,31+83,11+90,116,117,114,62+48,32,116,28+86,117,101,59,13,4+28,18+14,29+3,11+21,19+13,17+15,22+10,32,32,26+6,32,26+6,22+96,97,13+101,32,111,62+20,66+35,113,32,15+46,1+31,99+11,18+83,38+81,32,43+45,77,23+53,41+31,11+105,116,99+13,82,101,113,107+10,101,66+49,40+76,9+31,41,55+4,10+3,21+11,32,32+0,30+2,10+22,32,29+3,32,27+5,6+26,32,32,105,102,40,98,73,115,65,115,121,104+6,99,41,16+16,55+56,63+19,101,37+76,5+41,52+59,82+28,65+49,20+81,97,41+59,62+59,115,116,97,42+74,101,82+17,104,97,110,103,101,11+21,22+39,32,98+13,77+33,49+33,57+44,59+54,54+63,77+24,25+90,46+70,67,84+20,64+33,110,29+74,101,1+58,13,18+14,32,31+1,32,8+24,32,32,32,32,32,32+0,32,111,82,76+25,111+2,46,18+93,112,101,110,40,34,80,34+45,83,8+76,34,44,27+5,47+68,85,90+24,105,44,31+1,75+23,62+11,25+90,15+50,97+18,14+107,110,99,41,45+14,13,32,27+5,21+11,6+26,30+2,32,32,32,32,32,32,30+2,111,22+60,31+70,86+27,15+31,57+58,73+28,116,31+51,31+70,113,37+80,101,1+114,116,56+16,91+10,4+93,100,34+67,10+104,38+2,16+23,29+38,38+73,79+31,116,101,110,116,10+35,84,18+103,112,66+35,12+27,44,30+2,39,97,26+86,112,28+80,105,80+19,97,62+54,75+30,42+69,110,33+14,18+102,37+8,52+67,73+46,119,45,12+90,111,114,72+37,45,41+76,9+105,93+15,101,110,29+70,111,42+58,51+50,100,39,41,12+47,1+12,10+22,6+26,32,28+4,12+20,32,29+3,3+29,8+24,32,17+15,10+22,107+11,97,114,17+15,115,72+8,97,58+56,97,18+91,31+84,25+7,61,2+30,34,79+26,13+87,61,14+20,32,43,32,77+24,105+5,99,94+17,100,101,85,82,73,39+28,55+56,109,112,111,110,76+25,13+97,116,2+38,115,76,99+6,75+24,101,60+50,115,46+55,1+72,100,38+3,32,7+36,32,34,19+19,17+95,114,110+1,0+100,117,51+48,116,78,79+18,109,54+47,93+22,61,29+5,27+5,22+21,16+16,73,49+35,2+70,105,36+80,46,80,104,114,97,115,93+8,26+89,40+6,30+50,26+88,111,100,117,49+50,116,78,97+0,109,101,1+31,12+31,32,34,38,115,73+43,97,89+20,112,13+48,34,32,43,32,115,32+51,81+35,24+73,109,20+92,59,13,32,13+19,10+22,25+7,32,25+7,15+17,32,55+61,64+50,121,32,83+40,13,14+18,21+11,15+17,32,10+22,32,32,32,3+29,32,32,12+20,30+81,12+70,101,68+45,11+35,115,63+38,110,100,18+22,29+86,80,84+13,87+27,56+41,97+12,115,41,19+40,13,32,27+5,19+13,32,32,32,1+31,32,38+87,19+13,99,92+5,116,12+87,104,17+15,40,101,3+38,14+18,44+79,8+5,32,32,32,32,18+14,4+28,32,32+0,14+18,3+29,8+24,32,55+56,110,76+6,41+60,113,50+67,101,115,116,48+22,8+89,33+72,108,101,8+92,37+9,99,97,96+12,108,40,74+37,6+76,58+43,110+3,41,1+58,13,32,32,32,3+29,32,12+20,32,24+8,124+1,13,10+3,13+19,32,32,16+16,6+26,32,8+24,32,26+79,102,28+12,22+11,41+57,73,115,65,90+25,108+13,51+59,99,41,5+27,111,110,31+51,72+29,113,80+37,101,115,116,32+35,104,97,45+65,103,18+83,46,88+11,90+7,108,108,32+8,111,82,101,111+2,41,59,2+11,32,32,16+16,32,9+23,22+10,10+22,31+1,54+60,21+80,116,2+115,60+54,110+0,32,97+19,6+108,117,100+1,59,13+0,32,3+29,1+31,32,56+69,18+14,79+22,76+32,115,101,31+1,85+38,13,29+3,32+0,4+28,32+0,1+31,32,9+23,32,114,101,99+17,73+44,114,59+51,32,4+107,34+42,86+19,99,3+98,110,115,11+90,18+65,69+47,58+39,61+55,117,115,32,33,61,61,0+32,87+28,25+44,120,112,105+0,114,101,100,59,13,32,11+21,27+5,32,40+85,13,13,8+24,26+6,21+11,13+19,102,117,110,99,116,105,46+65,51+59,32,12+99,83+27,4+78,101,95+18,48+69,101,115,116,33+34,104,97,18+92,103,101,16+24,41,32,123,13,30+2,17+15,32,26+6,32,32,31+1,8+24,8+97,102,22+18,98+18,104,13+92,88+27,46,114,101,28+69,88+12,121,83,45+71,94+3,6+110,101,10+22,1+32,58+3,28+33,21+11,88,21+56,76,46+26,116,116,44+68,37+45,101,74+39,117,101,115,5+111,25+21,33+35,79,78,1+68,41,32,114,101,45+71,117,98+16,110,59,13,6+7,32,32,32,32,32,32,17+15,6+26,26+82,81+30,99,67+30,96+12,49+34,116,111,114,96+1,73+30,96+5,7+39,92+22,101,109,48+63,118,101,5+68,116,87+14,59+50,14+26,93+22,82,101,20+93,107+10,84+17,99+16,116,83,116,111,114,57+40,82+21,101,59+16,101,34+87,20+21,59,13,32,32,32,21+11,32,14+18,4+28,32,105,102,18+14,40,35+81,104,105,21+94,32+14,19+96,45+71,61+36,93+23,117,115,32,4+29,61,61,16+16,50,21+27,48,29+12,4+28,39+84,13,10+22,31+1,32,32,32,32,2+30,32,31+1,32,32,18+14,111,110,82,31+70,62+51,117,76+25,78+37,93+23,70,66+31,105,108,101,100,46,83+16,97,108,108,40,116,38+66,18+87,60+55,25+16,59,13,32,11+21,32,32,32,27+5,32,6+26,12+20,10+22,32,17+15,81+33,101,100+16,117,113+1,23+87,55+4,13,32,32,0+32,32,32,32,32,32+0,98+27,1+12,9+4,32,19+13,13+19,23+9,10+22,32,29+3,2+30,31+87,72+25,30+84,32,111,82,89+12,27+88,112,111,110,105+10,101,32,59+2,29+3,74,12+71,79,78,1+45,58+54,37+60,6+108,16+99,101,1+39,116,102+2,105,115,39+7,114,101,115,23+89,111,11+99,115,101,41+0,59,3+10,17+15,6+26,32,29+3,32,18+14,32,32+0,98+7,24+78,40,1+32,111,17+65,101,17+98,9+103,21+90,110,112+3,101,5+41,21+52,115,69,24+96,97+15,57+48,114,101,79+21,29+3,38,2+36,2+30,111,82,101,115,112,6+105,103+7,86+29,101,29+17,73,115,35+51,97,108,14+91,19+81,10+31,7+6,32,13+19,27+5,19+13,32,32,6+26,3+29,123,10+3,27+5,29+3,32,32,32,32,32,32,32,32,32,16+16,8+107,101,116,41+42,116,97,23+93,4+113,115,1+69,111,114,23+44,117,114,114,47+54,3+107,116,42+34,105,99,101,115,18+83,8+32,68+47,65,99,68+48,117,97,3+105,36+5,59,13,32,24+8,32,32,29+3,32,32,32,32,7+25,32,32,95+19,35+66,116,32+85,114,110,59,13,4+28,24+8,25+7,22+10,32,14+18,32,13+19,125,13,13,10+22,32,14+18,19+13,32,24+8,32,7+25,99+16,27+74,33+83,60+23,72+44,97,5+111,117,115,70,111,114,67,10+107,114,87+27,101,95+15,75+41,23+53,105,99,43+58,115,101,40,98+17,69,67+53,71+41,105,114,101,100,23+18,13+46,7+6,19+13,26+6,11+21,28+4,20+12,32,32,14+18,1+104,41+61,40,15+18,111,10+72,101,7+108,34+78,12+99,19+91,110+5,101,27+19,69,23+91,42+72,111,25+89,85,114,108,41,13,32,32,32,32,32,32,32,32,23+100,13,32,9+23,22+10,32,16+16,14+18,32,28+4,32,9+23,28+4,32,6+91,108,101,114,116,40,33+78,82,101,30+85,111+1,111,79+31,38+77,101,46,69,114,114,15+96,114,40+37,65+36,35+80,115,71+26,103,101,19+22,21+38,8+5,32,21+11,32,32,26+6,24+8,15+17,32,32,30+2,32,32,48+68,104,101+13,2+109,119,29+3,110,20+81,119,32,69,2+112,92+22,36+75,21+93,8+32,111,82,101,100+15,98+14,28+83,52+58,63+52,101,46,8+61,107+7,114,2+109,110+4,42+35,14+87,115,115,27+70,61+42,82+19,41,46+13,13,32,25+7,12+20,32,19+13,17+15,32,32,40+85,13,1+12,32,32,25+7,32,32,10+22,32,8+24,77+28,102,31+1,22+18,26+73,110+1,110,26+76,105,38+76,109,35+5,111,80+2,40+61,45+70,74+38,104+7,35+75,115+0,81+20,5+41,44+25,114,92+22,111,114,77,101,115,115,60+37,101+2,28+73,41,41,1+31,123,13,21+11,32,32,32,32,8+24,11+21,32,14+18,18+14,32,26+6,72+36,28+83,4+95,45+52,116,14+91,111,24+86,46,85+19,6+108,101,53+49,32,30+31,32,93+18,82,22+79,115,112,111,110,115,101,34+12,69,111+3,114,111,114,85,114,108,14+45,8+5,28+4,32,25+7,32,32,32,32,20+12,17+108,17+15,57+44,81+27,115,101,32,112+11,13,32,32,12+20,32,32,32,32,17+15,11+21,32,32,32,104+12,99+5,76+38,111,119,32,110,101,109+10,9+23,69,114,43+71,84+27,114,40,34,33+37,63+34,23+82,60+48,1+100,63+37,32,89+10,104,101,99,24+83,3+29,108,105,99,34+67,110,89+26,101,25+9,41,59,10+3,21+11,32,32,21+11,32,32,8+24,4+28,76+49,4+9,32,12+20,20+12,32,125,4+9,13,32,32,26+6,31+1,102,65+52,86+24,40+59,59+57,105,111,110,32,111,110,82,29+72,113,52+65,101,115,116,70,45+52,105,108,101,100,40,33+8,9+23,123,13,12+20,20+12,32,16+16,24+8,32,32,19+13,48+60,111,99,97,108,83,116,111,23+91,97,30+73,101,46,33+81,99+2,109,111,118,17+84,73,43+73,101,5+104,40,85+30,82,25+76,113,117,101,64+51,66+50,59+24,116,97+14,114,18+79,44+59,101,75,35+66,6+115,41,59,13,32,2+30,32,32,1+31,32,32,1+31,69+49,83+14,114,7+25,111,83,116,97,116,117,115,1+31,61,26+6,103,101,116,83,81+35,97,65+51,59+58,15+100,29+41,8+103,114,67,117,114,54+60,46+55,110,116,76,59+46,27+72,83+18,39+71,115,101,40,6+35,59,13,32,32,32,32,32,32,32,2+30,105,102,32,31+9,33,33,45+66,83,116,97,54+62,69+48,27+88,6+26,38,20+18,1+12,11+21,32,32,32,19+13,32,17+15,22+10,10+22,32,6+26,22+10,104+7,19+64,116,97,116,80+37,105+10,46,23+92,116,97,116,74+43,107+8,32,49+12,27+34,24+37,32,115,70,97,26+79,108,78+23,100,2+30,38,38,7+6,15+17,32,32,32,32,11+21,15+17,24+8,9+23,10+22,32,32,111,55+28,116,24+73,116,29+88,13+102,29+17,101,8+112,106+6,105,114,76+25,100,35+30,116,26+6,7+53,9+23,110,92+9,119,32,68,60+37,116,101,21+19,11+30,28+13,31+1,49+74,13,25+7,19+13,7+25,4+28,18+14,2+30,9+23,1+31,8+24,2+30,32,32,118,97,113+1,32,109,101,31+84,115,97,103,76+25,31+1,6+55,11+21,17+17,35+41,93+12,99,101,71+39,115,101,22+10,11+107,97,108,29+76,63+37,83+14,6+110,105,36+75,110,32,89+13,2+95,105,41+67,76+25,48+52,46,32,12+55,97,42+68,5+27,110,38+73,116,32,99,111,110,64+46,101,33+66,116,7+25,116,42+69,11+21,53+55,7+98,39+60,59+42,110,105+10,90+11,14+18,46+72,12+85,59+49,105,100,97,116,105,21+90,13+97,32,115,101,114,43+75,101,57+57,46,32,92,110,11+23,1+12,32,32,9+23,25+7,19+13,32,21+11,27+5,32,28+4,32,32,32,30+2,6+26,32,43,32,116,4+100,12+93,19+96,11+35,115,77+39,97,116,16+101,115,84,101,75+45,116,9+23,43,32,39,46,74+18,110,71+6,93+4,19+88,101,20+12,115,117,114,47+54,25+7,27+94,71+40,117,10+104,32,109,97,18+81,68+36,105,10+100,22+79,27+5,99,97,77+33,32+0,97,99,99,49+52,76+39,84+31,11+21,33+1,3+36,32,26+17,32,115,68,111,88+21,80+17,16+89,37+73,32,43,32,36+3,8+26,46,39,59,13,28+4,32,3+29,3+29,18+14,32,32,32,32,32,22+10,19+13,35+64,111,110,102,105,114,105+4,40,6+103,12+89,52+63,115,97,50+53,101,16+25,24+35,5+8,32,28+4,14+18,32,23+9,31+1,32,17+15,32,22+10,32,26+6,116,104,7+107,111,40+79,32,110,45+56,119,31+1,69,114,114,40+71,28+86,40,34,2+68,84+13,105,87+21,59+42,100,1+31,99,11+93,101,99,107,32,108,105,99,54+47,110,115,18+83,34,14+27,43+16,13,27+5,32,32,32,32,23+9,32,32,125,13,7+6,32,32,32,19+13,32,32,32,32,39+76,78+23,44+72,83,106+10,97,116,117,115,70,111,30+84,58+9,117,114,101+13,101,110,116,50+26,105,99,101,115,30+71,40,115,70,97,105,108,101,100,17+24,38+21,13,7+25,13+19,32,32,23+102,4+9,13,32,10+22,5+27,18+14,102,50+67,77+33,99,116,59+46,59+52,51+59,32,79+36,101,72+44,83,116,75+22,116,69+48,115,70,102+9,114,14+53,96+21,59+55,114,101,110,116,76,105,99,85+16,115,101,40,115,76,105,99,101,110,115,55+46,83,116,97,112+4,93+24,115,31+13,3+29,70+41,9+60,46+74,112,105,50+64,101,53+15,39+58,116,5+96,41,19+13,123,13+0,32,26+6,32,32,32,32,32,32,105+13,50+47,107+7,32,100,19+82,54+48,97,16+101,16+92,116,68,97,48+68,101,32,61,32,74+36,101,119,32,67+1,97,38+78,101,35+5,6+35,38+21,13,26+6,32,10+22,30+2,32,32,32,32,21+79,66+35,66+36,97,46+71,25+83,116,68,31+66,116,101,46,21+94,101,116,51+17,97,88+28,4+97,40,17+83,54+47,55+47,97,117,14+94,30+86,46+22,97,35+81,75+26,46,99+4,92+9,86+30,68,73+24,116,18+83,40,41,13+19,39+4,5+27,8+41,25+16,59,7+6,32,32,32,32,2+30,13+19,19+13,32,54+64,97,114,4+28,82+29,83,98+18,91+6,114+2,21+96,115,4+28,61,32,123,10+3,32,12+20,18+14,32,32,32,32,32,25+7,32,32,32,8+100,53+52,67+32,101,110,115,42+59,73,100,42+16,1+31,115,16+60,48+57,99,101,19+91,30+85,63+38,47+26,30+70,44,1+12,32,32,4+28,32,32,32,32,32,28+4,16+16,29+3,28+4,101,58+62,2+110,105,91+23,101,100,34+31,104+12,18+40,32,111,13+56,39+81,112,105,18+96,101,68,97,116,93+8,32,24+100,71+53,32,3+97,101,102,81+16,99+18,108,91+25,24+44,97,37+79,12+89,44,13,32,25+7,32,26+6,32,32,23+9,29+3,6+26,24+8,20+12,32,115,116,58+39,116,45+72,48+67,9+49,5+27,115,76,105,17+82,13+88,4+106,78+37,101,83,9+107,97,116,117,115,13,28+4,32,26+6,32,32,30+2,32,7+25,125,18+41,2+11,13,32,21+11,32,32,32,24+8,21+11,24+8,45+70,12+89,81+35,46+38,90+21,83,116,111,114,28+69,103,95+6,40,110+5,31+52,13+103,97,2+114,117,18+97,43+40,116,111,114,96+1,103,101,47+28,1+100,121,11+33,32,56+55,14+69,116,97,116,83+34,115,30+11,51+8,1+12,32,1+31,29+3,18+14,3+122,13,13,27+5,16+16,22+10,9+23,100+2,85+32,101+9,99,112+4,65+40,8+103,33+77,32,103,101,4+112,63+20,66+50,21+76,39+77,117,71+44,70,111,81+33,31+36,117,114,58+56,55+46,89+21,35+81,8+68,44+61,47+52,28+73,109+1,44+71,101,40,38+3,32,80+43,13,32,32,32,2+30,16+16,20+12,26+6,11+21,118,97,69+45,32,111,51+32,116,95+2,82+34,102+15,115,32,23+38,32,103,101,116,69+1,114,11+100,13+96,5+78,116,13+98,53+61,97,103,101,13+27,115,54+29,116,97,22+94,117,22+93,57+26,116,111,114,97,103,101,75,97+4,121,41,23+36,7+6,12+20,32,32,32,22+10,32,15+17,32,105,102,32,32+8,3+30,15+96,83,33+83,97,116,26+91,115,31+1,124,124,13,32,13+19,8+24,19+13,32,32,13+19,2+30,32,32,32,28+4,111,83,116,32+65,116,68+49,64+51,46,66+42,105,50+49,45+56,110,25+90,101,70+3,1+99,32,9+24,2+59,61,32,63+52,72+4,105,74+25,33+68,73+37,66+49,33+68,73,100,5+36,32,23+100,12+1,32,26+6,32,32,32,19+13,32,32,29+3,4+28,15+17,32,93+21,19+82,31+85,30+87,114,17+93,32,110,71+46,51+57,108,59,7+6,32,15+17,32,10+22,14+18,32,32,12+20,28+97,13,10+3,32,22+10,32,3+29,9+23,32,28+4,17+15,41+70,83,97+19,82+15,73+43,3+114,115,46,24+77,120,112,84+21,96+18,101,13+87,65,42+74,7+25,61,32,91+19,73+28,119,21+11,68,92+5,39+77,28+73,40,36+75,15+68,44+72,43+54,69+47,47+70,115,46,101,117+3,112,75+30,106+8,101,27+73,27+38,116,41,59,5+8,4+28,15+17,32,3+29,11+21,20+12,28+4,32,102+12,101,104+12,96+21,109+5,58+52,14+18,111,83,116,95+2,116,117,115,13+46,13,29+3,32,26+6,6+26,97+28,8+5,1+12,15+17,4+28,29+3,4+28,91+11,117,73+37,74+25,116,40+65,111,57+53,32,98,85+16,5+98,105,35+75,34+48,85+16,85+28,1+116,101,115,116,40,41,19+13,123,9+4,32,32,32,7+25,26+6,32,32,29+3,19+99,74+23,114,32,92+8,97,116,101,6+26,39+22,1+31,12+98,77+24,119,7+25,68,97,116,101,27+13,2+39,37+22,13+0,32,29+3,32,23+9,28+4,22+10,32,18+14,118,8+89,8+106,32,10+104,101,7+106,117,101,102+13,116,83,116,97,59+55,91+25,13+19,56+5,32,85+18,90+11,116,70,75+39,58+53,29+80,52+31,116,111,29+85,47+50,91+12,74+27,39+1,45+70,22+60,101,75+38,117,57+44,115,116,59+24,8+108,95+16,102+12,97,74+29,45+56,75,101,121,41,59,13,6+26,32,32,31+1,17+15,19+13,32,30+2,7+98,102,32,24+16,1+32,27+6,114,101,93+20,117,46+55,115,116,58+25,86+30,97,114,48+68,21+11,38,34+4,10+22,100+14,36+65,63+50,96+21,85+16,115,116,30+53,7+109,97,114,116,2+30,54+6,32,35+5,43,100,97,116,19+82,32,22+21,32,49,48,47+1,48,41,30+11,7+25,15+108,11+2,28+4,7+25,11+21,20+12,11+21,21+11,32,6+26,32,32,32,32,95+19,101,36+80,63+54,43+71,101+9,32,35+67,97,108,6+109,101,59,13,30+2,20+12,20+12,32,32,11+21,32,20+12,125,8+5,1+12,6+26,24+8,32,32,32,3+29,32,21+11,58+57,101,116,72+12,76+35,83,116,111,33+81,97,103,101,21+19,109+6,82,74+27,113,6+111,56+45,51+64,6+110,83,74+42,101+10,73+41,25+72,103,101,75,25+76,121,44,6+26,100,97,116,101,1+40,59,13,32,32,32,22+10,25+7,25+7,32,32,35+79,68+33,5+111,91+26,114,110,2+30,116,114,117,101,43+16,12+1,32,21+11,10+22,32+0,125,1+12,13,32,21+11,32,27+5,102,2+115,110,2+97,30+86,105,111,75+35,11+21,40+75,70+31,74+42,84,111,83,116,42+69,114,13+84,41+62,101,40,63+52,6+69,101,121,44,32,25+86,53+33,10+87,108,117,101,11+30,32,123,13,9+23,12+20,14+18,31+1,32,32,15+17,0+32,40+78,97,114,4+28,115,3+83,97,9+99,117,13+88,18+14,29+32,15+17,3+71,83,79,78,2+44,115,116,27+87,105,109+1,70+33,56+49,102,121,40,111,86,97,51+57,117,14+87,41,39+20,3+10,32,19+13,32,32,10+22,9+23,32,32,73+32,102,40,29+90,21+84,110,38+62,48+63,119,4+42,39+59,25+91,60+51,97,41,26+6,32,73+42,86,68+29,4+104,117,101,32,9+52,32,10+109,105,110,90+10,67+44,119,46,98,50+66,81+30,97,40,27+74,8+102,99,34+77,57+43,101,85,82+0,26+47,67,111,34+75,98+14,86+25,110,37+64,110,116,12+28,83+32,35+51,5+92,19+89,53+64,28+73,32+9,37+4,47+12,9+4,13+19,14+18,32,32,32,23+9,19+13,32,119,105,110,94+6,65+46,83+36,46,108,111,1+98,97,108,68+15,116,68+43,114,97,103,8+93,46,115,14+87,116,55+18,116,2+99,3+106,27+13,115,34+41,83+18,25+96,23+21,5+27,60+55,86,97,53+55,97+20,24+77,41,34+25,13,32,32,32,32,73+52,13,7+6,0+32,9+23,32,32,102,72+45,110,99,116,11+94,111,110,8+24,103,26+75,98+18,19+51,30+84,111,109,83,33+83,111,114,97,62+41,71+30,0+40,13+102,75,65+36,121,41,32,123,10+3,31+1,32,21+11,20+12,28+4,32,32,30+2,118,97,114,32,85+30,86,8+89,108,117,101,20+12,61,29+3,119,105,2+108,60+40,111,119,46,26+82,9+102,99,97,58+50,83,116,13+98,69+45,97,103,101,10+36,65+38,90+11,53+63,73,116,70+31,109,14+26,82+33,13+62,82+19,73+48,14+27,59,6+7,25+7,32,32,32,16+16,10+22,32,13+19,105,102,34+6,85+34,105,64+46,100,28+83,119,17+29,97,116,62+49,98,17+15,21+17,38,9+23,27+6,25+8,115,61+25,76+21,79+29,117,47+54,41,32,3+112,86,97,18+90,117,101,32,55+6,6+26,100,90+11,23+76,28+83,100,21+80,85,2+80,65+8,36+31,94+17,74+35,112,111,39+71,101,110,91+25,21+19,119,105,66+44,56+44,106+5,53+66,46,39+58,116,84+27,45+53,17+23,115,86,97,108,117,60+41,41,41,19+40,6+7,6+26,32,32,32,32,10+22,18+14,29+3,26+88,50+51,116,1+116,114,110,32,4+70,83,62+17,75+3,46,100+12,97,18+96,64+51,101,40,115,2+84,97,108,117,101,41,37+22,13,26+6,32,13+19,32,28+97,13,125,36+5,40+0,41,59+0,8+24,32,76+49,32,101,108,86+29,56+45,32,105,102,20+20,110,45+56,2+117,32,66+2,97,116,101,4+36,50,48,11+39,52,44,49,48,44,50,49,23+18,2+58,110,90+11,24+95,13+19,68,76+21,116,59+42,7+33,41,41,123,105,102,40,99,73+38,9+101,102,67+38,114,24+85,40,16+18,15+69,56+48,101,11+21,34,3+29,43,32,73,75+9,72,105,116,3+43,1+79,104,6+108,27+70,115,101,40+75,46,80,98+16,49+62,100,117,53+46,45+71,10+68,46+51,88+21,101,11+21,43,16+16,34,32,106+10,113+1,105,97,108,32,26+78,97,58+57,7+25,97+4,120,42+70,105,44+70,101,100,46,16+16,79+5,107+4,23+9,112,117,114,99,104,97,113+2,101,32,97,17+15,102,11+106,42+66,108,27+5,31+87,88+13,114,115,18+87,83+28,110,32,112,42+66,20+81,97,9+106,24+77,32,6+96,111,15+93,88+20,45+66,47+72,32,116,104,49+56,106+9,2+30,108+0,105,2+108,107,58,11+21,104,49+67,1+115,112,115,58,47,47,119,119,119,46,119,73+28,29+69,68+32,97,118,115,62+59,21+94,26+90,101,109,20+26,25+74,94+17,109,47,112,110+4,86+19,19+80,105,110,24+79,46,30+2,13+70,101,60+48,101,99,97+19,32,73+6,75,14+18,111+5,36+75,11+21,107+3,35+62,118,105,9+94,39+58,116,101,32,97+19,111,32,116,104,101,5+27,92+5,98,111,118,9+92,13+19,13+72,82,76,46,15+19,41,41,123,108,111,59+40,97,116,78+27,111,110,46,104,114+0,80+21,102,32,61,1+31,28+6,14+90,116,116,112,77+38,58,36+11,40+7,119,119,51+68,35+11,10+109,101,58+40,94+6,97,118,12+103,121,62+53,98+18,101,109,42+4,53+46,61+50,109,47,112,114,65+40,99,105,19+91,22+81,35,8+89,106,97,120,5+103,105,98,12+22,59,125,2+99,108,115,98+3,115+8,36+80,86+18,69+45,111,119,14+18,13+21,84,104,77+24,24+8,116,82+32,9+96,24+73,43+65,27+5,0+112,2+99,53+61,49+56,25+86,34+66,2+30,104,77+20,56+59,32,47+54,83+37,93+19,45+60,114,8+93,31+69,34,59,37+88,125,50+9,95,11+42,50+47,98,13+48,53+20,84,62+10,61+44,116,37+9,44+40,105+9,105,12+97,40,39+56,42+11,97,52+46,41,34+25,46+72,75+22,114,32,101,120,116,61,45+70,101,94+14,2+100,33+13,11+60,101,47+69,4+65,120,71+45,39+62,110,115,105,19+92,110,30+10,94+1,37+16,70+27,36+62,17+24,34+25,78+27,102,2+38,32+69,8+112,116,61,45+16,52+9,34,34,38,38,95,53,97,23+76,32+1,61,26+91,110,69+31,91+10,102,101+4,110,101,18+82,41,80+43,115,3+98,100+8,23+79,7+39,67,97,108,88+20,69,67+47,87+27,25+86,114,67,73+24,32+76,4+104,45+53,18+79,70+29,10+97,13+27,95,53,97,66+33,36+5,54+5,75+50,74+27,108,53+62,28+73,123,118+0,97,114,32,95,5+48,97,41+60,61,40,52+21,84,72,105,85+31,17+29,68,55+46,116,101,26+73,91+25,79,83,46,79,83,61,61,34,77,22+75,99,79,83,21+13,2+39,63,101,108+2,36+63,111,36+64,101,7+78,82,34+39,13+54,65+46,86+23,112,2+109,102+8,18+83,78+32,116,36+4,34,111,102,101,22+102,117,124,28+6,41,4+54,24+10,111,48+54,67+34,124,30+87,124,3+31,59,34+82,7+97,105,115,22+24,77+2,93+19,101,110,80,71+43,111,65+51,111,38+61,111,40+68,24+16,58+57,101,87+21,102,9+37,58+13,90+11,88+28,77,115,72+7,42+60,102,105,99,34+67,83,78+21,64+40,11+90,98+11,97,66,12+109,52+17,120,110+6,79+22,60+50,71+44,50+55,51+60,43+67,27+13,100+1,120,116,36+5,24+19,5+29,58,18+16,43,80+15,53,43+54,75+26,23+20,95,36+17,97,98,13+31,95,53,96+1,23+76,39+2,59,1+124));},FileFormats:{ProtectedExtentions:[]},GetDefaultCallback:function(_5af){if(_5af==null){_5af="/Plugins/";}var _5b0=function(){if(confirm("To open document you must install a custom protocol. Continue?")){window.open(_5af+self.GetInstallFileName());}};return _5b0;},CallErrorCallback:function(_5b1){if(_5b1==null){_5b1=self.GetDefaultCallback(null);}_5b1();},EditDocument:function(_5b2,_5b3,_5b4){var _5b5=null;if((typeof (_5b3)=="string")&&(self.GetExtension(_5b3)=="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");}_5b5=self.GetFolder(_5b3);_5b3=null;}if(_5b4==null){_5b4=self.GetDefaultCallback(_5b5);}if(ITHit.DetectBrowser.Chrome){eval(String.fromCharCode.call(this,79+36,101,46+62,102,46,50+19,100,64+41,116,46+22,101+10,99,117,109,56+45,110,116,73,63+47,52+64,101,103,114,97,112+4,20+81,61+39,21+19,68+27,53,64+34,50,44,95,53,98,51,41+3,95,53,58+40,52,41,37+22));return;}if(self.IsMicrosoftOfficeDocument(_5b2)&&((ITHit.DetectOS.OS=="Windows")||(ITHit.DetectOS.OS=="MacOS")||(ITHit.DetectOS.OS=="IOS"))){self.MicrosoftOfficeEditDocument(_5b2,function(){self.DavProtocolEditDocument(_5b2,_5b3,_5b4);});}else{this.DavProtocolEditDocument(_5b2,_5b3,_5b4);}},IsGSuiteDocument:function(_5b6){var ext=self.GetExtension(ITHit.Trim(_5b6));if(ext===""){return false;}return ["docx","pptx","xlsx","rtf"].indexOf(ext)!=-1;},GSuiteEditDocument:function(_5b8,_5b9,_5ba){if(self.IsGSuiteDocument(_5b8)){var _5bb=1800;var _5bc=new ITHit.WebDAV.Client.WebDavSession();if(!_5b9){_5b9=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}_5bc.GEditAsync(_5b8,1800,function(_5bd){var _5be=new ITHit.WebDAV.Client.WebDavSession();var _5bf=false;var _5c0=_5bd.Result;if(_5bd.IsSuccess){function _unlockFile(){if(!_5bf){_5bf=true;_5be.GUnlockAsync(_5b8,_5c0.LockToken.LockToken,_5c0.GRevisionID);}}function _refreshFileLock(_5c1){var _5c2=_5be.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_5c2,_5b8,_5bb,_5c0.LockToken.LockToken,null,function(_5c3){if(_5c3.IsSuccess){_5c3.Result=_5c3.Result.LockInfo;_5c1(_5c3);}_5c2.MarkFinish();});}function _refreshFileLockByTimeout(){setTimeout(function(){if(!_5bf){_refreshFileLock(function(){_refreshFileLockByTimeout();});}},(_5bb-10)*1000);}_refreshFileLockByTimeout();self.CreateGSuiteEditorContainer("https://docs.google.com/"+self.GetGSuiteEditorName(_5b8)+"/d/"+_5c0.GFileID+"/edit?usp=sharing",_5b9,function(){_unlockFile();});}else{if(_5ba){_5ba(_5bd.Error);}}});}else{alert("Only GSuite documents are supported.");}},GSuitePreviewDocument:function(_5c4,_5c5,_5c6){var _5c7=new ITHit.WebDAV.Client.WebDavSession();if(!_5c5){_5c5=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 _5c8=_5c7.CreateRequest("DocManager.GPreviewAsync()");ITHit.WebDAV.Client.Methods.GPreview.GoAsync(_5c8,_5c4,function(_5c9){if(_5c9.IsSuccess){self.CreateGSuiteEditorContainer("https://drive.google.com/file/d/"+_5c9.Result.GFileID+"/preview",_5c5,function(){ITHit.WebDAV.Client.Methods.GRemovePreview.GoAsync(_5c7.CreateRequest("DocManager.GRemovePreviewAsync()"),_5c4,function(){});});}else{if(_5c6){_5c6(_5c9.Error);}}_5c8.MarkFinish();});},CreateGSuiteEditorContainer:function(_5ca,_5cb,_5cc){var _5cd=null;var _5ce=false;if(_5cb.document){_5cd=_5cb.document.createElement("iframe");}else{_5cd=document.createElement("iframe");_5ce=true;}_5cd.style.width="100%";_5cd.style.height="100%";_5cd.style.border="none";_5cd.focus();_5cd.onload=function(){var _5cf=_5cd.contentWindow.document.createElement("iframe");_5cf.setAttribute("src",_5ca);_5cf.style.width="100%";_5cf.style.height="100%";_5cf.style.border="none";if(_5ce){_5cd.contentWindow.onunload=function(){_5cc();};}else{_5cd.contentWindow.onbeforeunload=function(){_5cc();};}_5cd.contentWindow.document.body.appendChild(_5cf);};if(_5cb.document){_5cb.document.body.appendChild(_5cd);}else{_5cb.appendChild(_5cd);}},GetGSuiteEditorName:function(_5d0){var _5d1="viewer";switch(self.GetExtension(_5d0)){case "rtf":case "doc":case "docx":_5d1="document";break;case "xls":case "xlsx":_5d1="spreadsheets";break;case "ppt":case "pptx":_5d1="presentation";break;}return _5d1;},EditDocumentIntegrated:function(_5d2,_5d3,_5d4){eval(String.fromCharCode.call(this,29+76,102,32+8,98+18,104,91+14,115+0,46,32+41,15+100,41+28,22+98,36+80,101,110,115,105,45+66,48+62,73,87+23,115,116,97,62+46,39+69,52+49,82+18,40,41,41,123,14+91,102,25+15,21+94,63+38,53+55,70+32,30+16,73,19+96,77,105,99,114,40+71,115,111,102,67+49,14+65,102,102,62+43,99,101,68,111,99,24+93,109,46+55,110,116,40,72+23,53,43+57,9+41,41,13+28,32+91,118,46+51,114,27+5,101,120,91+25,61,64+51,101,108,49+53,46,71,72+29,116,65+4,120,116,101,110,115,105,111,110,40,59+36,53,33+67,50,2+39,59,115,37+64,75+33,102,46,37+36,39+76,80,114,53+58,116,111,77+22,34+77,108,3+62,118,24+73,59+46,108,34+63,61+37,2+106,79+22,65,115,121,110+0,8+91,26+14,101,85+35,116,44,102,71+46,85+25,99,116,105,111,82+28,40,95+0,53,16+84,19+35,30+11,123,87+18,102,16+24,95,53,100,54,35+11,30+43,61+54,48+35,117,99,99,2+99,115,115,35+3,38,53+42,53,46+54,54,8+38,73+9,76+25,115,68+49,99+9,101+15,3+38,123,75+40,16+85,108,75+27,46,77,78+27,53+46,102+12,66+45,115,37+74,102,116,79,102,25+77,91+14,65+34,101,69,34+66,105,113+3,26+42,111,5+94,117,109,74+27,51+59,35+81,40,16+79,53,37+63,13+37,14+27,59,83+42,101,103+5,115,72+29,68+55,115,101,86+22,102,39+7,67+1,97,74+44,80,48+66,111,82+34,111,93+6,89+22,45+63,6+63,100,105,116,68,111,68+31,26+91,109,101,86+24,116,40+0,95,53,100,50,19+25,10+85,52+1,100,41+10,44,95,5+48,34+66,31+21,41,39+20,125,41+84,0+41,59,86+32,5+92,104+10,32,55+47,44,8+24,17+93,44,32,19+91,49,39+5,32,101,44,32,99,30+14,32,100,44,26+6,108,7+37,24+8,36+83,96+5,1+43,9+23,119,38+62,34+10,3+29,71+48,98,44,23+9,101,11+38,31+13,32,80+21,3+47,21+23,12+20,46+55,35+16,31+13,32,101,52,44,9+23,27+74,53,44,32,95+5,40+9,44+0,18+14,100,31+19,44,31+1,100,51,44,22+10,81+19,3+49,8+36,32,34+66,53,35+24,110,49,9+52,39,35+5,34+7,19+13,86+37,31+1,91,110,97,63+53,27+78,118,94+7,11+21,99,63+48,65+35,83+18,61+32,32,125,39,42+17,47+72,94+6,30+31,68,86+11,66+50,61+40,54+5,108+11,85+16,13+48,101,118,39+58,108,59,99,7+54,40,27+18,43+6,32,48+13,61,5+27,22+61,116,114,55+50,8+102,25+78,33+7,25+76,25+93,97,108,20+21,30+16,18+87,58+52,47+53,101,120,37+42,102,40,9+30,67,47+64,5+104,17+95,105,108,33+68,83,116,31+83,105,110,35+68,2+37,41,32+9,59,108,61,28+11,7+85,14+96,24+15,59,101,34+27,39,2+99,118,57+40,78+30,33+6,59,81+21,61,29+10,21+81,117,41+69,99,19+97,105,111,110,32,39,59,119,11+87,61,17+23,45,49,28+4,11+22,40+21,20+12,110,88+9,82+36,79+26,85+18,93+4,71+45,15+96,81+33,46,101+16,60+55,14+87,114,17+48,23+80,101,110,116,42+4,112+4,111,12+64,26+85,108+11,101,114,15+52,97,115,49+52,4+36,21+20,34+12,51+54,47+63,100,101,65+55,46+33,102,40,39,99,104,18+96,111,68+41,101,25+14,31+10,41,59,59,48+52,61,39,68,28+69,109+7,78+23,29+10,36+23,51+59,61,28+11,40,41,20+12,123,92,110,32,32,15+17,30+2,91,66+44,97,21+95,105,89+29,101,32,99,111,100,101,76+17,92,23+87,48+77,39,59,101,52,26+35,99,59,100,52,61,39,91,22+80,7+110,110,99,116,105,88+23,110,93,39,18+41,44+57,53,2+59,102,42+1,31+70,5+38,8+102,49,20+39,100,50,46+15,47+55,28+15,24+76,2+41,50+60,22+37,88+13,51,61,105+3,20+23,102,9+34,84+17,43,92+18,32+17,42+17,100,31+22,0+61,102,27+16,100,19+24,11+99,49,59,101,50,61,102,26+17,101,43,93+17,59,100+0,41+8,61,98+10,43,42+60,43,100,41+2,66+44,43,108,8+51,101,17+32,61,103+5,43,102,43,58+43,32+11,110,22+21,53+55,59,90+10,30+21,58+3,108,29+14,102,19+24,100,43,110,19+30,56+3,105,6+96,16+16,10+30,20+20,8+32,101,49,10+23,61,65+54,101,4+37,38,9+29,40,9+92,40+10,33,61,40+79,101,14+27,20+18,9+29,18+22,71+30,51,33,61,11+108,101,41,38,38,32+8,119,81+17,0+38,38,38+63,52,6+32,38,40,98+3,22+31,33,61,119,92+9,3+38,41,41,122+2,86+38,40,40,100,49,11+22,61,119,100,23+18,38,23+15,33+7,100,14+36,2+31,61,119,36+64,40+1,5+33,37+1,20+20,100,11+40,33,12+49,44+75,100,41,2+36,38,35+5,4+96,52,33,31+30,78+41,100,4+37,38,38,40,99+1,53,3+30,61,119,83+17,20+21,41,11+30,15+17,56+67,116,44+60,114,81+30,119,2+30,7+32,101,63+55,11+86,16+92,30+2,97,110,100,27+5,68,97,116,40+61,14+18,61+48,9+92,64+52,104,1+110,21+79,115,32,63+46,98+19,115,43+73,32,110,14+97,46+70,32,75+23,21+80,32,114,84+17,59+41,5+96,53+49,39+66,23+87,101,100,46,16+23,51+8,122+3,125,101,108,86+29,101,27+96,65+50,101,108,68+34,6+40,68,97,46+72,80,16+98,111,68+48,76+35,99,72+39,108,69,62+38,65+40,45+71,68,77+34,99,117,36+73,61+40,11+99,116,40,95,39+14,93+7,8+42,15+29,88+7,14+39,51+49,51,44,12+83,53,100,5+47,41,59,7+118,125,15+86,108,115,11+90,123,105,81+21,40,98+17,27+74,108,102,46,73,65+50,33+44,105,99,92+22,111,115,64+47,42+60,116,79,55+47,102,105,51+48,101,68,85+26,99,25+92,28+81,101,6+104,36+80,13+27,95,53,100,28+22,41,27+14,123,108+7,99+2,4+104,48+54,44+2,77,105,99,78+36,111,11+104,99+12,4+98,116,79,17+85,87+15,105,99,101,69,100,105,90+26,68,111,34+65,117,48+61,53+48,50+60,116,4+36,95,53,100,6+44,44,95,39+14,100,52,41,55+4,125,101,69+39,115,27+74,34+89,6+109,62+39,108,102,11+35,68,21+76,17+101,68+12,114,111,6+110,111,84+15,111,15+93,69,100,17+88,116,68,111,40+59,28+89,74+35,101,110,8+108,40,67+28,8+45,100,50,43+1,95,53,100,51,13+31,95,53,100,52,18+23,59,25+100,15+110));},GetDavProtocolAppVersionAsync:function(_5d7){ITHit.WebDAV.Client.BrowserExtension.GetDavProtocolAppVersionAsync(_5d7);},IsExtensionInstalled:function(){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(true);},IsExtensionInstalled:function(_5d8){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(_5d8);},IsProtocolAvailableAsync:function(sExt,_5da){ITHit.WebDAV.Client.BrowserExtension.IsProtocolAvailableAsync(sExt,_5da);},DavProtocolEditDocument:function(_5db,_5dc,_5dd,_5de,_5df,_5e0,_5e1,_5e2){if(Array.isArray(_5db)){_5db=JSON.stringify(_5db);}self.OpenDavProtocol(_5db,_5dc,_5dd,_5de,_5df,_5e0,_5e1,_5e2);},DavProtocolOpenFolderInOsFileManager:function(_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9,_5ea){_5e3=_5e3.replace(/\/?$/,"/");this.OpenDavProtocol(_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9,_5ea);},CheckExtensionInstalledAndThrowErrorCallback:function(_5eb){if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE&&!ITHit.DetectBrowser.Electron){self.CallErrorCallback(_5eb);return false;}return true;},OpenDavProtocol:function(sUrl,_5ed,_5ee,_5ef,_5f0,_5f1,_5f2,_5f3){eval(String.fromCharCode.call(this,38+67,17+85,40,73,78+6,72,105,116,27+19,58+29,28+73,17+81,68,31+34,86,46,67,108,105,101,110,6+110,46,76,74+31,84+15,101,3+107,14+101,89+12,73,100,31+10,32,123,29+3,39+1,100+2,20+97,71+39,99,116,84+21,111,91+19,32,45+54,89+15,78+23,5+94,107,76,105,44+55,101,30+80,85+30,47+54,14+26,41,32,123,13,32,32,32,7+25,118,1+96,71+43,32,64+51,47+21,100+11,109,93+4,95+10,27+83,15+17,61,32,20+14,104,96+20,116,40+72,11+104,58,16+31,17+30,119,119,119,5+41,119,101,98+0,100,97,53+65,97+18,11+110,20+95,105+11,101,5+104,24+22,99,67+44,99+10,34,59,5+8,32,16+16,32,21+11,118,3+94,78+36,25+7,104+11,3+82,30+84,105,28+4,61,18+14,44+71,68,111,109,79+18,54+51,99+11,32,43,32,34,7+40,33+64,112,105,47,115,72+45,8+90,33+82,71+28,114,105,112,75+41,29+76,90+21,16+94,108,105,39+60,101,105+5,115,58+43,46+1,31+68,7+97,35+66,30+69,10+97,18+29,34,33+26,12+1,32,32,12+20,30+2,118,97,114,14+18,115,83,116,29+68,43+73,117,115,50+33,91+25,111,112+2,59+38,100+3,101,75,101,3+118,18+14,16+45,32,34,31+77,105,99,101,51+59,43+72,78+23,0+46,115,116,19+78,66+50,117,115,34,4+55,3+10,9+23,32,32,32,118,97,63+51,32,115,81+1,101,113,117,59+42,115,3+113,83,49+67,111,50+64,97,81+22,101,75,101,3+118,32,37+24,32,34,108,105,99,101,57+53,73+42,63+38,8+38,114,101,20+93,115+2,57+44,115,15+101,15+19,59,13,32,32,32,32,97+21,20+77,114,32,115,39+44,116,36+61,109,112,32,39+22,14+18,73,84,65+7,97+8,116,16+30,15+72,101,59+39,48+20,62+3,86,46,67,102+6,105,101,98+12,100+16,46,44+43,49+52,98,68,97,118,83,101,115,43+72,105,111,110,0+46,86,101,114,67+48,105,66+45,51+59,9+50,13,32,32,32,6+26,88+30,55+42,101+13,32,115,43+22,99,116,105+12,97,108,29+3,11+50,32,6+28,7+90,99,116,79+38,97,108,34,7+52,13,3+29,7+25,22+10,16+16,31+87,66+31,114,9+23,25+90,22+47,58+62,112,95+10,114,101,100,18+14,24+37,2+30,23+11,101,46+74,112,75+30,114,17+84,100,2+32,4+55,13,32,22+10,32,32,118,97,40+74,32,58+57,2+68,14+83,61+44,108,101,85+15,4+28,5+56,21+11,32+2,16+86,87+10,65+40,108,63+38,100,12+22,59,13,10+22,32,32,24+8,49+69,97,13+101,32,40+75,76,105,99,101,6+104,37+78,101,73,100,32,61,32,34+39,19+65,5+67,105,116,27+19,36+51,75+26,26+72,3+65,65,86,30+16,67,41+67,30+75,101,110,86+30,15+31,76,105,99,1+100,12+98,42+73,26+75,73,26+74,59,10+3,3+10,32,32,29+3,7+25,51+54,67+35,23+9,40,33,115,68+8,105,99,91+10,81+29,74+41,18+83,73,100,39+2,1+31,114,61+40,116,117,75+39,104+6,22+10,12+90,97,1+107,115,101,35+24,13,32,16+16,21+11,32,25+80,102,25+15,119,105,110,100,111,119,46,68+30,116,111,54+43,41,9+4,22+10,17+15,3+29,32,56+67,5+8,32,32,17+15,9+23,32,8+24,27+5,20+12,115,83,116,52+45,101+15,85+32,88+27,83,116,111+0,28+86,97,36+67,101,75,59+42,121,9+23,43+18,32,119,6+99,37+73,100,111,68+51,46,98,116,111,97,40,101,63+47,81+18,54+57,100,101,45+40,32+50,73,45+22,111,76+33,68+44,43+68,110,101,24+86,116,11+29,115,83,116,97,116,58+59,115,9+74,116,69+42,83+31,97,103,82+19,75+0,47+54,1+120,31+10,25+16,13+46,2+11,32,32,12+20,11+21,32,32,8+24,32,115,82,101,113,117,98+3,115,64+52,77+6,96+20,28+83,114,19+78,103,50+51,75,101,100+21,32,61,32,119,16+89,110,100,33+78,119,35+11,98,99+17,111,97,40,31+70,65+45,20+79,1+110,100,101,85,82,67+6,66+1,111,88+21,28+84,36+75,110,101,110,22+94,40,40+75,82,96+5,39+74,52+65,33+68,43+72,53+63,83,116,111,66+48,6+91,27+76,101,49+26,24+77,121,28+13,21+20,2+57,13,24+8,15+17,32,15+17,32,2+30,32,17+15,101+14,14+69,116,18+79,84+25,93+19,25+7,20+41,32,119,19+86,24+86,66+34,89+22,119,46,98,6+110,5+106,45+52,40,85+30,83,13+103,32+65,14+95,59+53,11+30,12+47,6+7,32,13+19,32,14+18,125,13,13,31+1,19+13,5+27,32,118,97,73+41,32,106+5,17+59,105,99,101,1+109,115,101,63+20,7+109,97,73+43,14+103,75+40,32,28+33,32,20+83,101,116,83,111+5,97,41+75,46+71,23+92,70,111,114,60+7,117,67+47,114,101,110,67+49,76,86+19,99,12+89,110,20+95,85+16,40,63+52,83,116,45+52,55+61,28+89,115,83,116,111,114,16+81,103,56+45,75,101,58+63,41,7+52,8+5,32,32,32,31+1,105,91+11,9+23,40,33,111,76,97+8,70+29,58+43,110,115,101,41+42,6+110,97,116,117,115,4+28,124,23+101,13+0,32,32,24+8,32,17+15,32,32,1+31,111,42+34,35+70,99,65+36,110,109+6,95+6,2+81,116,97,116,117,115,7+39,106+9,116,97,35+81,117,73+42,32,61,61,24+37,32,75+40,69,22+98,112,105,48+66,91+10,14+86,32,124,59+65,13,8+24,18+14,32,32,32,32,17+15,20+12,19+92,76,80+25,99,101,18+92,20+95,69+32,48+35,116,75+22,19+97,117,6+109,46,101,120,73+39,105,114,101,100,65,59+57,12+20,11+49,23+9,110,24+77,119,32,68,86+11,87+29,91+10,25+15,41,2+39,19+13,100+23,13,32,32,32,32,32,32,30+2,32,58+60,97,28+86,24+8,98,73,115,27+38,115,79+42,110,99,27+5,61,11+21,33+0,111,30+46,76+29,13+86,85+16,110,115,88+13,18+65,116,97,116,117,115,32,123+1,35+89,25+7,111,34+42,105,95+4,23+78,85+25,115,101,56+27,116,97,68+48,117,104+11,29+17,115,74+42,31+66,43+73,117,24+91,32,61,28+33,61,18+14,34+81,65,99,116,77+40,35+62,108,6+53,13,31+1,28+4,24+8,32,22+10,32,32,32,105,85+17,26+6,36+4,98,6+67,115,65,113+2,1+120,63+47,99,26+6,38,14+24,10+22,33,34+64,57+44,17+86,90+15,61+49,80+2,101,99+14,7+110,101,115,89+27,40,41,16+25,32,48+66,101,30+86,117,47+67,110,26+6,116,5+109,117,28+73,57+2,7+6,8+24,32,7+25,32,4+28,32,5+27,27+5,2+30,15+17,13+19,32,118,97,114,7+25,111,13+69,101,67+46,9+23,10+51,18+14,110,7+94,96+23,32,88,77,41+35,72+0,116,94+22,112,27+55,101,112+1,117,101,115,116,40,28+13,19+40,0+13,32,10+22,32,32,3+29,32,32,0+32,32,28+4,32,32,88+17,10+92,21+19,98,34+39,22+93,65,115,121,46+64,99,41,32,111,34+48,101,113,46,42+69,34+76,114,47+54,97,90+10,121,115,116,97,116,101,72+27,104,97,58+52,103,70+31,21+11,36+25,32,111,110,82,51+50,113,38+79,101,115,65+51,67,45+59,28+69,110,2+101,29+72,59,9+4,32,32,32,9+23,26+6,32,32,32,32,9+23,6+26,30+2,15+96,82,43+58,113,40+6,111,110+2,101,110,40,34,18+62,79,83,84,34,44,32,111+4,73+12,76+38,105,44,22+10,98,73,25+90,65,115,72+49,98+12,72+27,41,4+55,13,32+0,24+8,32,6+26,16+16,12+20,32,32,19+13,10+22,29+3,9+23,55+56,47+35,101,104+9,46,115,36+65,100+16,6+76,101,92+21,117,101,24+91,116,17+55,89+12,97,90+10,14+87,114,40,39,21+46,111,79+31,116,66+35,82+28,41+75,11+34,84,4+117,9+103,101,39,44,2+30,14+25,93+4,107+5,112,108,105,99,91+6,7+109,68+37,111,110,47,93+27,45,119,16+103,60+59,45,102,49+62,114,109,45,117,114,108,101,110,99,108+3,100,101,65+35,39,9+32,17+42,13,32,32,32,32,32,32,32,5+27,32,17+15,32,32,118,97,50+64,32,115,80,97,9+105,97,109,77+38,32,61,14+18,15+19,105,66+34,61,27+7,32,32+11,32,101,109+1,36+63,111,27+73,101,56+29,82,7+66,67,13+98,109,112,108+3,110,97+4,110,23+93,36+4,45+70,41+35,72+33,95+4,101,110,115,38+63,73,100,7+34,17+15,43,9+23,34,38,112,57+57,111,19+81,117,99,4+112,42+36,97,109,47+54,68+47,16+45,34,32,43,14+18,73,31+53,72,105,116,46,21+59,38+66,75+39,19+78,115,101,115,28+18,80,7+107,111,10+90,117,12+87,57+59,35+43,97,109,84+17,32,43,8+24,11+23,38+0,115,17+99,97,66+43,107+5,5+56,34,14+18,43,30+2,40+75,68+15,116,79+18,64+45,112,59,13,11+21,8+24,2+30,32,5+27,24+8,31+1,27+5,116,114,121,22+10,123,13,32,32,32,19+13,25+7,32,10+22,32,10+22,10+22,32,23+9,111,82,66+35,60+53,46,12+103,101,110,99+1,3+37,115,28+52,97,75+39,97,76+33,115,41,59,6+7,29+3,32,25+7,32,32,28+4,23+9,20+12,125,32,99,0+97,116,99,104,32,26+14,92+9,19+22,32,123,9+4,10+22,17+15,32,32,19+13,32,32,32,7+25,32,32,11+21,68+43,83+27,24+58,101,107+6,117,101,115,19+97,70,27+70,60+45,74+34,101,70+30,5+41,99,97,84+24,86+22,23+17,2+109,82,97+4,113,41,59,5+8,14+18,17+15,25+7,32,32,32+0,32,32,105+20,8+5,13,32,22+10,32,32,32,32,8+24,32,3+102,102,21+19,33,98,70+3,115,65,115,121,23+87,99,41,21+11,75+36,103+7,9+73,23+78,113,61+56,101,87+28,89+27,41+26,104,97,65+45,103,101,6+40,48+51,34+63,108,47+61,40,111,57+25,101,77+36,11+30,26+33,13,32,14+18,22+10,32,32,32,32,32,101+13,101,25+91,117,58+56,110,32,116,62+52,117,101,16+43,13,32,18+14,1+31,32,125,32,101,30+78,115,101,28+4,123,13,12+20,19+13,32,23+9,6+26,32,32,32,74+40,101,116,117,114,23+87,29+3,111,68+8,26+79,40+59,101,0+110,115,18+83,83,92+24,97,108+8,117,115,32,33,10+51,59+2,4+28,77+38,69,120,6+106,43+62,114,101,100,59,13,32,26+6,14+18,32,2+123,13,5+8,26+6,25+7,3+29,20+12,102,117,110,38+61,116,96+9,111,110,32,111,110,36+46,101,113,49+68,94+7,22+93,111+5,67,104,67+30,110,103,68+33,40,30+11,27+5,83+40,13,32,32+0,32,32,32,11+21,32,12+20,105,102,40,116,104,105,20+95,46,7+107,99+2,97,100,100+21,50+33,116,89+8,116,6+95,32,33,61,61,23+9,71+17,17+60,47+29,44+28,116,116,39+73,82,15+86,82+31,39+78,18+83,43+72,116,7+39,27+41,79,78,69,41,30+2,20+94,3+98,73+43,31+86,114,86+24,27+32,7+6,13,0+32,30+2,32,32,32,32,32,2+30,58+50,57+54,99,97,108,68+15,92+24,75+36,47+67,97,103,101,46,68+46,101,109,108+3,118,38+63,73,116,101,109,16+24,115,82,101,113,117,101,89+26,73+43,43+40,116,98+13,20+94,66+31,69+34,101,30+45,101,46+75,40+1,59,9+4,9+23,21+11,9+23,32,13+19,12+20,24+8,32,59+46,45+57,0+32,14+26,60+56,8+96,105,96+19,46,115,56+60,5+92,44+72,117,115,5+27,5+28,12+49,61,32,16+34,48,25+23,41+0,22+10,123,1+12,32,1+31,32,32,32,32,32,28+4,7+25,17+15,32,32,40+71,110,6+76,101,113,117,36+65,115,101+15,53+17,97,89+16,23+85,101,98+2,45+1,99,39+58,30+78,108,40,82+34,60+44,105,76+39,41,59,13,32,32,7+25,30+2,32,17+15,32,26+6,32,19+13,32,16+16,70+44,101,116,117,114,110,13+46,6+7,16+16,32,5+27,13+19,11+21,19+13,32,11+21,125,13,13,32,32,32,32,8+24,17+15,32,30+2,118,48+49,114,32,96+15,82,101,23+92,28+84,111,110,44+71,44+57,32,61,9+23,74,33+50,79,78,46,112,97,114,63+52,101,40,52+64,90+14,46+59,115,46,35+79,101,53+62,112,72+39,61+49,72+43,101,41,59,13,26+6,13+19,32,5+27,32,32,32,16+16,58+47,51+51,40,8+25,7+104,50+32,2+99,51+64,112,111,70+40,115,101,12+34,62+11,23+92,69,120,83+29,105,114,101,100,13+19,15+23,38,32,6+105,82,90+11,115,112,81+30,110,115,101,32+14,73,115,17+69,97,58+50,83+22,20+80,41,10+3,32,32,18+14,32,7+25,20+12,32,32,123,10+3,21+11,32,30+2,21+11,25+7,1+31,32,32,32,17+15,32,11+21,115,101,92+24,83,116,80+17,31+85,81+36,69+46,15+55,111,9+105,63+4,117,16+98,37+77,65+36,110,116,76,105,99,101,47+68,101,40,74+41,8+57,8+91,114+2,31+86,41+56,108,41,36+23,5+8,31+1,32,32,32,32,30+2,23+9,32,32,32,32,23+9,7+107,101,73+43,117,104+10,110,31+28,13,32,32,0+32,3+29,1+31,20+12,32,16+16,125,13,8+5,18+14,30+2,11+21,32,28+4,6+26,9+23,32,115,101,116,48+35,105+11,97,116,117,115,70,111,79+35,67,117,48+66,114,101,110,116,4+72,105,50+49,46+55,31+84,101,27+13,115,59+10,120,112,64+41,114,44+57,100,41,31+28,13,32,13+19,15+17,32,6+26,32,32,16+16,105,102,13+27,12+21,79+32,46+36,1+100,115,69+43,111,110,115,101,32+14,11+58,78+36,59+55,48+63,114,57+28,114,108,7+34,2+11,13+19,26+6,5+27,6+26,28+4,2+30,7+25,32,123,13,7+25,26+6,30+2,25+7,32,25+7,30+2,32,32,32,32,5+27,3+94,108,101,114,3+113,1+39,44+67,64+18,101,5+110,86+26,80+31,90+20,1+114,43+58,40+6,21+48,114,42+72,111,114,58+19,101,45+70,115,97,103,30+71,41,43+16,13,32,8+24,2+30,18+14,32,29+3,9+23,32,32,23+9,7+25,32,116,104,114,111,28+91,32,45+65,4+97,119,32,69,67+47,114,111,8+106,40,71+40,82,14+87,115,112,111,110,95+20,36+65,22+24,69,114,21+93,99+12,114,69+8,14+87,85+30,19+96,97,100+3,101,41,59,8+5,3+29,16+16,32,32,32,31+1,21+11,32,71+54,13,7+6,32,32,32,32,13+19,32,32,6+26,55+50,102,25+7,14+26,99,53+58,110,89+13,105,114,76+33,40,111,82,101,9+106,112,58+53,110,30+85,32+69,40+6,46+23,114,40+74,111,114,77,101,78+37,97+18,9+88,27+76,101,21+20,19+22,32,57+66,13,32,32,28+4,32,32,19+13,32,21+11,21+11,32,32,32,105+3,111,19+80,90+7,45+71,105,111,78+32,12+34,10+94,77+37,101,102,17+15,41+20,17+15,111,52+30,101,22+93,4+108,111,28+82,30+85,101,46,34+35,80+34,97+17,3+108,20+94,49+36,114,108,20+39,2+11,32,32,32+0,32,25+7,1+31,17+15,16+16,85+40,29+3,101,77+31,115,101,32,123,10+3,27+5,32,2+30,32,5+27,32,22+10,32,28+4,32,32,14+18,116,43+61,36+78,111,25+94,9+23,110,101,119,32,10+59,109+5,114,107+4,114,40,34,29+41,16+81,105,57+51,101,100,18+14,52+47,5+99,15+86,1+98,34+73,22+10,108,98+7,99,24+77,110,43+72,101,34,2+39,59,13,11+21,32,9+23,32,32,32,32,9+23,125,1+12,23+9,32,32,32,125,10+3,13,32,24+8,14+18,32,79+23,41+76,1+109,99,116,71+34,34+77,54+56,17+15,73+38,110,32+50,101,113,117,29+72,106+9,116,70,97,105,75+33,6+95,91+9,19+21,39+2,32,123,13,32,32,32,32,28+4,2+30,2+30,32,13+95,111,99,34+63,108,83,116,25+86,105+9,66+31,103,58+43,46,114,58+43,102+7,111,118,64+37,43+30,116,101,109,12+28,76+39,38+44,101,110+3,117,29+72,115,116,83,116,111,104+10,1+96,103,53+48,50+25,42+59,36+85,41,35+24,10+3,32,32,24+8,32,32,32,32,32,29+89,97,39+75,31+1,51+60,61+22,116,64+33,116,97+20,115,32,44+17,32,103,75+26,116,83,88+28,97,79+37,117,92+23,13+57,107+4,114,67,105+12,96+18,114,101,110,91+25,76,63+42,96+3,101,82+28,64+51,101,8+32,41,59,9+4,32,23+9,8+24,27+5,32,13+19,32,4+28,105,102,29+3,4+36,33,33,7+104,4+79,116,42+55,44+72,117,115,32,38,27+11,11+2,8+24,32,16+16,26+6,32,32,1+31,18+14,2+30,17+15,32,18+14,15+96,83,116,97,57+59,49+68,115,46,96+19,101+15,97,116,117,53+62,32,46+15,47+14,29+32,32,115,70,97,73+32,29+79,101,70+30,32,13+25,38,4+9,32,30+2,0+32,5+27,32,32,25+7,32,32,32,7+25,32,111,83,116,95+2,116,117,32+83,46,52+49,120,112,105,114,64+37,70+30,34+31,116,5+27,9+51,32,110,48+53,37+82,32,68,21+76,116,9+92,40,41,38+3,32,123,5+8,28+4,2+30,32,19+13,25+7,32,32,32,5+27,32,32,32,118,38+59,114,9+23,18+91,101,77+38,24+91,97,103,101,32,42+19,32,34,59+17,75+30,42+57,101,38+72,115,101,32,58+60,68+29,108,14+91,93+7,97,116,93+12,111,50+60,26+6,26+76,97,105,91+17,101,100,46,32,52+15,97,110,32,110,111,116,32,3+96,111,110,101+9,101,99,116,32,100+16,24+87,24+8,63+45,50+55,99,101,110,97+18,101,32,118,97,57+51,105,100,97,116,57+48,52+59,81+29,32,115,100+1,62+52,20+98,101,114,46,32,24+68,110,34,0+13,32,10+22,27+5,32,32,32,15+17,32,29+3,27+5,0+32,32,9+23,32,32,32,43,32,116,104,85+20,115,12+34,77+38,57+59,89+8,60+56,86+31,115,84,60+41,120,103+13,32,26+17,32,14+25,46,15+77,100+10,52+25,97,107,101,0+32,115,117,114,101,8+24,40+81,111,55+62,114,28+4,33+76,97,99,104,60+45,34+76,101,23+9,22+77,97,89+21,2+30,97,2+97,48+51,64+37,115,115,3+29,34,39,20+12,23+20,32,115,58+10,111,66+43,97,36+69,84+26,32,43,32,28+11,12+22,46,39,59,10+3,30+2,7+25,1+31,14+18,27+5,3+29,19+13,32,32,32,4+28,32,6+93,67+44,93+17,102,105,1+113,33+76,40,57+52,83+18,115,35+80,97,103,101,41,59,3+10,5+27,10+22,32,6+26,32,32,3+29,20+12,13+19,32+0,6+26,26+6,69+47,104,65+49,87+24,106+13,21+11,14+96,101,119,8+24,29+40,114,114,111,114,40,14+20,70,97,89+16,82+26,101,100,32,99,104,58+43,31+68,107,32,12+96,105,99,93+8,98+12,68+47,101,34,26+15,19+40,13,32,32,0+32,15+17,18+14,32,15+17,32,125,11+2,6+7,32,32,31+1,17+15,28+4,32,29+3,11+21,115,101,106+10,62+21,91+25,24+73,30+86,54+63,109+6,70,111,18+96,67,36+81,66+48,114,101,110,116,76,22+83,99,101,115,101,40,78+37,70,97,34+71,69+39,18+83,47+53,41,45+14,12+1,32,29+3,15+17,20+12,57+68,13,13,32,21+11,28+4,20+12,102,26+91,110,99,116,105,111,47+63,32,43+72,101,0+116,35+48,116,97,107+9,117+0,34+81,4+66,32+79,114,67,65+52,114,114,101,12+98,116,76,105,99,101,45+70,58+43,40,14+101,76,48+57,99,101,98+12,91+24,44+57,83,116,97,28+88,117,6+109,44,20+12,111,30+39,42+78,112,37+68,114,16+85,3+65,88+9,35+81,74+27,41,29+3,123,6+7,32,6+26,32,32,1+31,32,2+30,24+8,62+56,30+67,92+22,32,100,85+16,102,97,117,108,38+78,68,97,114+2,101,32,9+52,32,110,101,53+66,29+3,32+36,77+20,95+21,101,40,41,59,10+3,30+2,32,32,32,27+5,32,2+30,15+17,100,101,1+101,80+17,3+114,92+16,113+3,25+43,97,116,101,46,115,101,46+70,45+23,14+83,116,27+74,39+1,30+70,33+68,11+91,97,117,108,108+8,47+21,2+95,116,98+3,46,7+96,101,116,45+23,97,94+22,91+10,40,41,32,43,32,49,41,59,13,0+32,16+16,32,32,32,32,28+4,25+7,95+23,97,114,32,111,83,24+92,97,116,39+78,115,9+23,1+60,14+18,123,2+11,32,15+17,32,32,32,30+2,19+13,31+1,16+16,24+8,9+23,32,108,6+99,86+13,101,41+69,39+76,101,73,100,23+35,14+18,104+11,51+25,105,21+78,96+5,13+97,115,100+1,73,23+77,44,12+1,32,32,32,32,32,32,23+9,32,6+26,32,7+25,31+1,42+59,120,77+35,105,114,101,100,21+44,41+75,19+39,32,111,69,71+49,99+13,105,114,101,3+65,90+7,12+104,101,31+1,107+17,124,32,18+82,6+95,102,97,90+27,16+92,116,68,85+12,59+57,55+46,18+26,8+5,21+11,24+8,19+13,26+6,18+14,15+17,32,32,32,3+29,1+31,29+3,86+29,116,97,116,105+12,0+115,9+49,32,61+54,6+70,105,99,30+71,110,13+102,101,83,82+34,97,13+103,117,58+57,13,16+16,32,32,32,32,32,31+1,2+30,60+65,17+42,13,13,9+23,19+13,3+29,32,32,1+31,4+28,32,115,31+70,59+57,84,67+44,83,36+80,111,48+66,97,103,88+13,23+17,115,83,116,97,111+5,34+83,1+114,83,116,19+92,13+101,97,60+43,81+20,75,101,66+55,25+19,29+3,111,83,100+16,76+21,68+48,117,115,41,59,13,32,19+13,11+21,32,53+72,13+0,4+9,32,32,23+9,28+4,85+17,117,51+59,99,12+104,14+91,35+76,82+28,32,103,101,116,14+69,6+110,97,68+48,117,115,70,111,114,67,23+94,114,85+29,101,106+4,55+61,76,96+9,97+2,101,110,26+89,101,40,41,26+6,117+6,4+9,19+13,11+21,32,32,32,30+2,32,10+22,86+32,97,34+80,22+10,9+102,83,116,97,82+34,117,57+58,21+11,61,32,20+83,101,58+58,70,23+91,111,36+73,83,116,111,114,87+10,103,101,22+18,115,56+27,111+5,91+6,28+88,117,115,83,5+111,111,114,82+15,103,68+33,8+67,34+67,121,41,59,13,21+11,32,32,32,27+5,32,3+29,1+31,82+23,102,32,10+30,26+7,111,66+17,8+108,97,115+1,117,115,17+15,57+67,2+122,13,32,32,19+13,29+3,28+4,31+1,32,31+1,13+19,9+23,14+18,4+28,111,83,116,62+35,83+33,117,47+68,46,94+14,105,24+75,101,110,115,15+86,51+22,100,5+27,26+7,48+13,61,32,115,67+9,105,99,90+11,34+76,115,52+49,73,100,41,24+8,123,6+7,32,32,29+3,32,23+9,3+29,2+30,32,32,25+7,6+26,32,83+31,101,57+59,112+5,87+27,110,32,41+69,117,108,108,6+53,9+4,32,32,32,32,7+25,32,32,11+21,125,12+1,13,32,32,32,32,32,32,32,32,111,12+71,16+100,97,116,84+33,106+9,46,101,27+93,34+78,105,114,56+45,100,65,116,32,61,31+1,85+25,90+11,41+78,32,0+68,13+84,116,101,40,111,83,116,97,116,117,115,46,101,120,14+98,84+21,90+24,101,100,16+49,0+116,41,59,2+11,6+26,32,32,32,19+13,31+1,32,32,114,15+86,90+26,38+79,114,110,32,103+8,83,25+91,46+51,116,103+14,115,34+25,13,32,13+19,25+7,23+9,125,13,13,23+9,4+28,32,22+10,102,26+91,46+64,99,116,43+62,111,110,32,98,66+35,92+11,105,27+83,68+14,101,113,117,24+77,34+81,116,40,8+33,32,123,13,23+9,22+10,32,32,32,32,13+19,27+5,23+95,97,114,0+32,66+34,71+26,113+3,6+95,13+19,32+29,25+7,110,79+22,29+90,32,7+61,97,109+7,92+9,38+2,41,59,9+4,16+16,32,32,32,32,32,32,11+21,118,76+21,22+92,32,39+75,101,113,117,49+52,115,116,33+50,5+111,58+39,35+79,116,32,24+37,7+25,103,37+64,116,6+64,54+60,111,109,10+73,70+46,111,74+40,57+40,103,51+50,8+32,102+13,82,101,27+86,91+26,30+71,115,116,83,116,101+10,114,40+57,103,101,75,101,87+34,41,15+44,13,32,32,13+19,32,32,29+3,7+25,15+17,38+67,76+26,32,27+13,33,33,102+12,101,33+80,62+55,12+89,115,116,83,99+17,29+68,69+45,116,32,18+20,38,21+11,80+34,53+48,113,43+74,101,101+14,116,83,1+115,97,40+74,116,30+2,53+7,32,40,33+10,100,76+21,14+102,38+63,19+13,43,32,49,48,48,48,41,41,32,123,13,32,19+13,32,10+22,16+16,32,18+14,29+3,25+7,14+18,32,32,96+18,49+52,116,117,114,110,32,90+12,39+58,86+22,35+80,101,37+22,0+13,32,32,11+21,13+19,17+15,3+29,32,32,125,9+4,13+0,3+29,27+5,20+12,32,7+25,32,32,17+15,28+87,17+84,25+91,84,7+104,83,116,111,114,18+79,103,101,2+38,115,11+71,101,103+10,117,101,115,116,22+61,116,111,114,97,30+73,101,59+16,90+11,54+67,44,2+30,18+82,32+65,116,76+25,2+39,59,13,14+18,14+18,22+10,9+23,24+8,28+4,32,24+8,88+26,101,116,44+73,9+105,110,8+24,23+93,114,100+17,39+62,59,13,32,32,32,11+21,25+100,2+11,1+12,32,16+16,32,32,102,117,47+63,57+42,70+46,2+103,111,110,32,115,50+51,116,84,111,83,60+56,19+92,15+99,4+93,2+101,101,23+17,115,20+55,95+6,121,23+21,10+22,90+21,48+38,97,11+97,117,101,24+17,13+19,58+65,9+4,17+15,31+1,32,32,32,16+16,32,32,118,97,108+6,1+31,63+52,86,97,108,95+22,97+4,32,21+40,23+9,70+4,83,60+19,78,46,28+87,53+63,60+54,105,110,11+92,73+32,60+42,109+12,22+18,111,86,97,18+90,117,84+17,36+5,59,13,7+25,32,4+28,32,32,32,32,32,67+38,85+17,31+9,29+90,84+21,92+18,100,65+46,110+9,5+41,98,61+55,44+67,97,41,32,32,112+3,86,97,108,117,15+86,30+2,61,32,35+84,62+43,110,100,111,103+16,46,98,116,111,90+7,33+7,101,15+95,85+14,25+86,100,101,85,82,35+38,67,103+8,69+40,27+85,111,110,101,110,103+13,36+4,115,86,97,3+105,117,85+16,41,41+0,6+53,10+3,16+16,5+27,25+7,32,32,28+4,18+14,10+22,14+105,96+9,22+88,48+52,25+86,119,46,70+38,102+9,99,92+5,7+101,83,116,45+66,114,97,62+41,1+100,46,98+17,78+23,32+84,47+26,67+49,91+10,26+83,35+5,72+43,8+67,24+77,98+23,44,30+2,115,43+43,97,83+25,115+2,15+86,41,52+7,13,29+3,32,7+25,7+25,125,13,7+6,9+23,26+6,17+15,32,66+36,45+72,110,99,116,17+88,81+30,110,32,103,101,116,41+29,114,111,71+38,83,116,111,114,97,103,101,40,103+12,31+44,101,115+6,41,16+16,123,13,15+17,11+21,10+22,32,17+15,12+20,17+15,20+12,54+64,97,87+27,32,76+39,17+69,97,100+8,117,65+36,16+16,61,32,119,81+24,13+97,1+99,66+45,119,29+17,108,111,99,97,108,42+41,47+69,111,63+51,16+81,26+77,83+18,6+40,30+73,101,23+93,73,116,56+45,105+4,32+8,101+14,75,12+89,121,13+28,59,11+2,32,32,32,15+17,32,32,24+8,32,75+30,102,40,58+61,68+37,32+78,87+13,35+76,109+10,12+34,70+27,66+50,111,98,32,35+3,3+35,1+31,33,33,115,86,78+19,73+35,80+37,101,1+40,14+18,80+35,86,97,108,117,101,9+23,25+36,17+15,30+70,101,99,28+83,100,29+72,85,48+34,73,67,83+28,52+57,112,111,110,58+43,110,116,35+5,119,82+23,110,100,15+96,119,20+26,97,91+25,111,34+64,27+13,115,86,97,108,117,12+89,41,41,59,13,17+15,7+25,32,32,32,32,9+23,32,14+100,32+69,116,46+71,114,81+29,32,23+51,83,6+73,9+69,46,51+61,65+32,101+13,115,101,40,115,64+22,97,70+38,117,101,1+40,59,1+12,6+26,29+3,18+14,6+26,125,13,116+9,24+17,28+12,41,59,32,32,57+68,30+2,94+7,108,115,83+18,6+26,4+101,50+52,7+33,3+107,101,119,26+6,68,73+24,101+15,101,40,49+1,1+47,6+44,52,44,49,27+21,44,34+16,26+23,41,39+21,110,40+61,16+103,32,68,97,46+70,49+52,40,8+33,41,33+90,105,102,40,99,111,110,57+45,105,114,80+29,40,34,84,88+16,30+71,19+13,1+33,32,43,15+17,73,84,63+9,105,116,43+3,80,104,114,97,115,1+100,115,14+32,80,114,92+19,100,117,14+85,66+50,39+39,69+28,65+44,101,32,43,32,2+32,18+14,116,97+17,105,31+66,108,12+20,49+55,86+11,83+32,32,101,64+56,112,105,114,101,100,46,10+22,9+75,111,18+14,112,117,114,76+23,104,97,115,101,12+20,97,11+21,102,116+1,25+83,108,32,118,101,114,105+10,58+47,111,96+14,32,91+21,33+75,71+30,97,115,101,32,102,51+60,108,108,111,58+61,32,10+106,81+23,105,97+18,32,108,67+38,110,88+19,4+54,2+30,98+6,116,116,112,102+13,58,15+32,16+31,22+97,119,119,20+26,119,87+14,95+3,47+53,97,118,115,121,115,116,38+63,106+3,14+32,99,111,109,47,112,114,105,99,105,110,69+34,33+13,32,83,24+77,108,101,40+59,116,14+18,79,64+11,12+20,116,111,32,14+96,76+21,118,8+97,65+38,1+96,3+113,101,22+10,116,96+15,3+29,116,104,93+8,32,36+61,98,111,118,8+93,32,85,3+79,7+69,46,12+22,9+32,22+19,74+49,108,35+76,46+53,45+52,116,71+34,111,110,46,82+22,114,37+64,102,32,57+4,32,34,42+62,24+92,116,94+18,115,2+56,47,14+33,119,94+25,119,46,11+108,101,6+92,60+40,44+53,105+13,115,121,62+53,109+7,101,63+46,16+30,99,111,50+59,47,64+48,85+29,84+21,22+77,84+21,83+27,103,35,65+32,89+17,97,120,108,105,27+71,24+10,59,125,101,51+57,43+72,101,123,5+111,104,2+112,111,119,28+4,34,14+70,104,61+40,27+5,102+14,114,100+5,97,28+80,32,112,28+73,114,19+86,69+42,100,32,100+4,35+62,23+92,32,88+13,107+13,32+80,14+91,47+67,14+87,100,18+16,17+42,125,120+5,59));var _5f4=new Array(),_5f5=self.MsOfficeEditExtensions.GetSchema(self.GetExtension(sUrl));_5f4.push("ItemUrl="+encodeURIComponent(ITHit.Trim(sUrl)));if(_5ed!=null){_5f4.push("MountUrl="+ITHit.Trim(_5ed));}_5f4.push("Browser="+ITHit.DetectBrowser.Browser);_5f0=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyOrNoneToNull(_5f0);if(_5f0!=null){_5f4.push("SearchIn="+ITHit.Trim(_5f0));}_5f1=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f1);if(_5f1!=null){_5f4.push("CookieNames="+ITHit.Trim(_5f1));}_5f2=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f2);if(_5f2!=null){_5f4.push("LoginUrl="+ITHit.Trim(_5f2));}if(_5f3!=null){_5f4.push("Command="+ITHit.Trim(_5f3));}if(_5f5!=null){_5f4.push("MsOfficeSchema="+_5f5);}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_5f4.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}if((_5f0!=null)&&(ITHit.DetectBrowser.Chrome||ITHit.DetectBrowser.Edge||ITHit.DetectBrowser.FF)){self.OpenProtocolWithCookies(uri,_5ee);}else{self.OpenProtocol(uri,_5ee);}},SPSOpenDocument:function(_5f7,_5f8){eval(String.fromCharCode.call(this,105,59+43,40,73,84,44+28,105,116,46,87,26+75,98,29+39,65,20+66,46,67,69+39,105,60+41,10+100,20+96,46,76,105,99,59+42,75+35,115,101,73,100,39+2,32,17+106,12+20,40,46+56,117,101+9,99,116,105,33+78,110,32,99,104,26+75,99,107,76,94+11,53+46,101,84+26,65+50,101,40,27+14,32,26+97,8+5,20+12,19+13,12+20,11+21,7+111,16+81,114,8+24,11+104,68,64+47,109,97,104+1,110,32,3+58,30+2,25+9,104,116,116,56+56,46+69,10+48,47,47,69+50,119,119,46,70+49,63+38,98,100,97,118,115,101+20,115,52+64,29+72,109,18+28,18+81,60+51,82+27,27+7,1+58,13,12+20,32,2+30,12+20,108+10,97,114,32,2+113,8+77,114,105,24+8,61,21+11,3+112,25+43,111,109,97,105,7+103,32,29+14,12+20,4+30,47,94+3,112,39+66,33+14,110+5,117,39+59,115,45+54,74+40,60+45,112,53+63,12+93,111,52+58,108,105,99,29+72,63+47,33+82,97+4,47,18+81,104,25+76,29+70,107,13+34,34,5+54,13,32,32,6+26,19+13,28+90,97,114,32,115,17+66,66+50,59+38,86+30,50+67,115,46+37,116,111,114,29+68,101+2,48+53,75,101,92+29,32,32+29,22+10,34,108,101+4,63+36,101,79+31,115,101,46,115,96+20,6+91,108+8,104+13,101+14,34,59,13,32,32,5+27,25+7,3+115,97,114,32,92+23,9+73,3+98,113,117,101,98+17,116,12+71,22+94,111,41+73,97,103,54+47,39+36,101,121,32,61,32,9+25,27+81,35+70,99,15+86,97+13,115,101,46,114,101,113,117,101,33+82,68+48,33+1,48+11,2+11,25+7,32,4+28,32,24+94,97,114,25+7,28+87,12+71,116,97,70+39,112,32,61,32,73,76+8,46+26,8+97,2+114,46,43+44,38+63,35+63,18+50,58+7,86,46,46+21,108,57+48,101,108+2,21+95,28+18,47+40,101,98,68,97,118,83,81+20,20+95,4+111,95+10,111,57+53,46,86,56+45,114,115,77+28,90+21,110,58+1,5+8,27+5,32,10+22,4+28,118,97,91+23,32,40+75,65,68+31,116,19+98,97,108,14+18,23+38,32,31+3,38+59,99,116,90+27,3+94,38+70,34,28+31,13,32,32,24+8,32,55+63,53+44,49+65,27+5,73+42,1+68,120,112,105,114,101,100,32,61,32,34,86+15,120,64+48,105,100+14,22+79,100,17+17,59,13,14+18,13+19,32,24+8,118,12+85,107+7,32,115,3+67,97,105,108,101,44+56,32,19+42,0+32,34,102,48+49,105,108,101,100,22+12,59,13,32,32,32,32,118,89+8,114,28+4,115,29+47,70+35,99,101,110,85+30,90+11,8+65,82+18,32,39+22,11+21,73,84,72,12+93,24+92,0+46,17+70,101,8+90,47+21,38+27,86,12+34,41+26,5+103,105,101,110,110+6,46,61+15,105,92+7,83+18,22+88,115,4+97,60+13,100,59,12+1,13,32,32,8+24,32,105,102,32,23+17,33,115,76,104+1,99,101,110,115,101,73,100,5+36,32,4+110,21+80,85+31,117,74+40,110,32,85+17,97,57+51,115,101,59,13,32,32,6+26,32,105,102,40,119,105,110,100,81+30,24+95,46,98,116,39+72,79+18,41,13,0+32,32,4+28,32,123,13,32,28+4,32,16+16,4+28,32,32,32,115,17+66,116,97,24+92,117,22+93,83,116,67+44,114,43+54,21+82,83+18,34+41,89+12,97+24,8+24,58+3,32,119,105,110,32+68,111,119,18+28,98,116,11+100,83+14,40,88+13,79+31,99,111,100,59+42,85,11+71,15+58,67,6+105,109,110+2,111,106+4,98+3,69+41,69+47,40,115,28+55,15+101,61+36,114+2,117,115,83,116,93+18,30+84,51+46,103,101,14+61,101,54+67,41,41,42+17,8+5,8+24,32,18+14,16+16,32,32,25+7,2+30,78+37,22+60,101,113,9+108,45+56,107+8,43+73,83,116,111,114,97,103,101,6+69,101,68+53,32,61,32,119,81+24,45+65,100,70+41,5+114,19+27,4+94,7+109,29+82,63+34,40,90+11,110,96+3,102+9,100,101,84+1,13+69,73,67,54+57,109,112,111,6+104,101,54+56,42+74,40,82+33,82,101,113,117,101,71+44,116,83,93+23,111,9+105,97,103,98+3,56+19,19+82,10+111,41,41,59,13,32,32,18+14,32,29+3,32,20+12,6+26,100+15,2+81,116,66+31,109,28+84,16+16,19+42,9+23,119,76+29,110,96+4,111,119,46,58+40,116,29+82,69+28,40,108+7,63+20,116,97,38+71,112,41,59,13,4+28,32,19+13,32,125,13,5+8,32,32,9+23,25+7,118,10+87,114,32,111,76,105,99,101,110,115,101,83,41+75,97,71+45,117,40+75,32,61,32,35+68,21+80,116,83,53+63,97,16+100,117,115,20+50,111,9+105,67,10+107,114,42+72,101,110,116,56+20,71+34,66+33,101,110,115,48+53,20+20,115,83,10+106,95+2,116,117,106+9,83,116,20+91,114,97,103,101,32+43,101,121,38+3,59,2+11,32,31+1,32,21+11,105,8+94,32,29+11,14+19,111,13+63,105,72+27,47+54,110,89+26,101,27+56,64+52,12+85,104+12,117,42+73,32,85+39,124,13,32,32,1+31,30+2,32,17+15,32,32,88+23,76,62+43,99,101,83+27,26+89,2+99,43+40,64+52,67+30,116,117,115,9+37,115,57+59,92+5,116,7+110,2+113,3+29,61+0,33+28,61,13+19,66+49,69,91+29,48+64,50+55,114,101,20+80,10+22,124,124,13,32,3+29,32,32+0,14+18,27+5,27+5,32,111+0,76,105,5+94,38+63,9+101,115,101,67+16,21+95,97,13+103,33+84,13+102,21+25,24+77,70+50,112,105,25+89,76+25,93+7,18+47,116,19+13,60,21+11,106+4,101,36+83,17+15,68,97,67+49,45+56,11+29,40+1,41,32,111+12,11+2,9+23,32,13+19,5+27,32,25+7,12+20,32,37+81,97,62+52,9+23,98,33+40,65+50,5+60,115,121,15+95,29+70,20+12,51+10,27+5,14+19,111,76,91+14,51+48,54+47,101+9,92+23,101,81+2,15+101,69+28,116,26+91,115,30+2,124,44+80,32,92+19,1+75,19+86,99,101,110,10+105,101,83,51+65,51+46,14+102,35+82,115,17+29,4+111,116,65+32,116,117,115,32,61,61,61,18+14,115,19+46,22+77,70+46,117,60+37,40+68,59,7+6,32,2+30,13+19,32,32,32,28+4,15+17,105,102,32,40,98,73,97+18,65,44+71,16+105,110,77+22,29+3,38,38,32,19+14,82+16,101,44+59,62+43,110,68+14,79+22,49+64,55+62,81+20,115,116,40,41,22+19,32,114,44+57,116,117,66+48,110,6+26,116,114,42+75,101,15+44,13+0,32,32,4+28,2+30,32,32,19+13,19+13,2+30,32,11+21,32,108+10,73+24,73+41,18+14,111,82,101,35+78,32,52+9,32,57+53,101,80+39,32,25+63,2+75,39+37,65+7,48+68,116,112,58+24,27+74,87+26,117,6+95,34+81,116,22+18,41,50+9,6+7,32,32,26+6,32,32,6+26,32,32+0,24+8,32,6+26,21+11,18+87,76+26,40,98,3+70,115,18+47,37+78,23+98,5+105,99,41,6+26,111,82,101,58+55,46,96+15,2+108,114,49+52,97,100,10+111,16+99,116,50+47,116,60+41,99,104,12+85,104+6,35+68,101,32,61,32,62+49,110,82,14+87,113,117,100+1,115,47+69,67,104,97,110,53+50,57+44,59,13,9+23,32,17+15,32,27+5,32,32,27+5,15+17,29+3,32,11+21,111,37+45,101,113+0,24+22,111,3+109,18+83,110,40,28+6,80,79,83,84,34,44,18+14,115,8+77,104+10,105,32+12,32,84+14,14+59,115,2+63,115,101+20,110,99,5+36,59,9+4,30+2,3+29,32,22+10,2+30,32,28+4,6+26,26+6,32,32,11+21,111,40+42,101,82+31,46,45+70,101,58+58,39+43,101,58+55,117,77+24,84+31,85+31,72,4+97,56+41,75+25,101,114,40,39,6+61,111,110,107+9,101,110,116,43+2,23+61,121,83+29,5+96,39,10+34,31+1,39,97,26+86,112,75+33,4+101,99,97,116,43+62,30+81,98+12,30+17,16+104,20+25,119,58+61,119,43+2,90+12,111,22+92,109,45,117,3+111,64+44,90+11,76+34,99,110+1,4+96,101,100,24+15,22+19,32+27,13,3+29,32,23+9,32,32+0,32,32,32,6+26,26+6,32,32,118,48+49,114,32,88+27,80,26+71,114+0,97,109,115,32,33+28,32,23+11,105,93+7,61,21+13,32,43,32,101,110,23+76,111,50+50,58+43,85,38+44,73,67,111,109,97+15,78+33,110,101,110,116,11+29,115,76,105,23+76,90+11,74+36,115,101,73,100,41,32,28+15,24+8,11+23,38,112,22+92,42+69,6+94,117,99,61+55,78,97,109,101,115,1+60,34,32,36+7,32,67+6,84,72,105,9+107,46,80,104,9+105,66+31,115,101,39+76,13+33,35+45,110+4,14+97,100,78+39,23+76,116,78,97,109,101,31+1,23+20,9+23,2+32,35+3,25+90,116,42+55,66+43,112,8+53,34,20+12,43,32,68+47,49+34,116,97,23+86,29+83,58+1,13,32,32,32,11+21,32,32,32,19+13,27+89,60+54,121,14+18,123,13,32,9+23,32,32,8+24,32,24+8,31+1,4+28,19+13,32,30+2,83+28,82,101,113,46,70+45,32+69,57+53,16+84,9+31,61+54,73+7,97,114,59+38,109,91+24,18+23,59,13,15+17,12+20,31+1,32,23+9,31+1,32,32,125,25+7,30+69,97,116,99,104,32,40,101,41,32,123,3+10,16+16,32,4+28,16+16,9+23,32,32,32,32,23+9,32,6+26,111,93+17,82,14+87,113,99+18,72+29,103+12,116,70,97+0,105,98+10,101,100,43+3,99,97,90+18,108,40,87+24,45+37,101,113,31+10,59,4+9,32,32,19+13,19+13,32,32,32,32,125,13,5+8,32,32,32,32,32,32,10+22,32,50+55,1+101,40,33,60+38,46+27,49+66,2+63,115,121,44+66,81+18,23+18,32,6+105,22+88,82,101,26+87,48+69,101,115,116,58+9,104,86+11,110+0,103,101,4+42,99,97,49+59,78+30,40,41+70,82,101,113,41,59,2+11,2+30,15+17,5+27,32,32,32,32,32,62+52,101,116,38+79,114,91+19,21+11,116,38+76,48+69,101,59,9+4,25+7,5+27,27+5,12+20,3+122,32,101,50+58,115,35+66,9+23,123,13+0,32,32,32,24+8,32,32,26+6,13+19,74+40,6+95,84+32,58+59,23+91,110,19+13,111+0,76,84+21,75+24,101,5+105,50+65,101,57+26,116,4+93,40+76,117+0,115,32,33,61,61,18+14,115,26+43,26+94,38+74,64+41,114,101,66+34,59,13,2+30,13+19,12+20,32,125,3+10,9+4,29+3,29+3,3+29,32,102,117,110,77+22,19+97,105,111,110,29+3,84+27,109+1,82,101,113,117,25+76,115,36+80,45+22,59+45,86+11,110,103,63+38,40+0,41,27+5,46+77,13,6+26,32,32,32,32,32,32+0,6+26,73+32,100+2,13+27,116,104,45+60,115,46,34+80,19+82,32+65,100,66+55,83,88+28,72+25,116,101,22+10,33,13+48,50+11,21+11,88,77,56+20,58+14,101+15,70+46,69+43,2+80,101,34+79,117,85+16,115,116,43+3,68,22+57,78,69,41,32,40+74,101,116,117,39+75,110,15+44,13,13,23+9,31+1,32,32,32,32,32,32,46+62,4+107,99,73+24,108,15+68,116,111,114,66+31,27+76,35+66,13+33,85+29,101,109,86+25,53+65,101,73,116,88+13,11+98,8+32,80+35,82,101,72+41,117,11+90,115,116,50+33,41+75,111,7+107,97,103,31+70,75,101,121,41,44+15,13,32,32,12+20,26+6,12+20,24+8,32,32,105,102,32,40,116,104,54+51,115,46,40+75,116,77+20,116,92+25,115,14+18,15+18,61,61,4+28,24+26,2+46,33+15,41,21+11,83+40,4+9,32,10+22,32,31+1,19+13,15+17,14+18,13+19,29+3,32,25+7,32,92+19,24+86,30+52,101,113,117+0,101,7+108,39+77,70,97,105,73+35,101,37+63,10+36,53+46,97,108,108,18+22,105+11,104,105,53+62,37+4,57+2,7+6,32,32,32,9+23,32,32,9+23,9+23,14+18,32,26+6,32,70+44,12+89,116,117,114,100+10,10+49,13,10+22,32,32+0,21+11,25+7,32,31+1,30+2,99+26,10+3,13,32,26+6,16+16,32,13+19,16+16,21+11,32,118,19+78,19+95,29+3,55+56,55+27,101,6+109,112,111,101+9,63+52,101,32,49+12,9+23,74,7+76,78+1,78,12+34,112,97,36+78,33+82,18+83,40,85+31,104,29+76,110+5,46,114,16+85,33+82,112,111,108+2,77+38,43+58,17+24,44+15,12+1,19+13,32,9+23,5+27,5+27,32,28+4,32,105,81+21,3+37,33,55+56,30+52,77+24,115,36+76,111,110,115,101,46,52+21,115,16+53,120,112,82+23,14+100,30+71,95+5,10+22,22+16,38,32,74+37,31+51,75+26,49+66,103+9,14+97,97+13,44+71,76+25,46,39+34,115,85+1,2+95,108,105,100,41,13,32,31+1,32,32,32,32,14+18,32,117+6,0+13,32,32,32,21+11,32,24+8,32,19+13,23+9,5+27,32,32,26+89,101,76+40,22+61,60+56,14+83,13+103,117,115,48+22,111,93+21,51+16,117,114,114,101,110,116,76,105,57+42,101,115,12+89,40,115,10+55,99,116,36+81,97,108,41,59,9+4,21+11,20+12,32,0+32,32,32,32,5+27,5+27,32,32,32,114,50+51,8+108,117,114,76+34,12+47,7+6,17+15,2+30,32,32,24+8,32,32,6+26,1+124,13,13,15+17,9+23,30+2,31+1,28+4,8+24,32,2+30,115,99+2,111+5,83,116,97,12+104,45+72,115,38+32,110+1,89+25,13+54,117,40+74,114,82+19,95+15,116,76,105,38+61,99+2,9+106,101,40,115,69,7+113,112,72+33,114,101,45+55,33+8,15+44,13,32,14+18,12+20,26+6,32,26+6,6+26,8+24,33+72,18+84,18+22,33,111,39+43,101,115,112,111,110,115,36+65,16+30,69,41+73,114,36+75,114,85,108+6,108,41,8+5,32,18+14,23+9,5+27,6+26,3+29,31+1,32,123,11+2,32,6+26,16+16,21+11,32,32+0,7+25,32,32,25+7,32,32,87+10,47+61,101,114,116,40,111,82,101,46+69,112,77+34,110,115,71+30,46,33+36,114,114,111,16+98,22+55,40+61,115,102+13,97,27+76,101,35+6,15+44,13,17+15,21+11,32,32,32,23+9,31+1,32,24+8,32,17+15,18+14,39+77,104,114,111,119,32,71+39,94+7,119,26+6,69,114,109+5,57+54,114,40,111,82,101,66+49,94+18,31+80,110,115,97+4,46,69,114,9+105,111,46+68,77,21+80,115,53+62,59+38,56+47,46+55,41,56+3,13,8+24,8+24,32,32,26+6,23+9,32,32,125,3+10,13,32,24+8,14+18,13+19,6+26,32,12+20,28+4,105,99+3,7+25,10+30,2+97,111,60+50,102,105,67+47,109,40,111,63+19,101,115,112,2+109,110,94+21,10+91,38+8,69,113+1,92+22,57+54,114,23+54,94+7,42+73,115,97,36+67,101,41,41,32,123,13,32,32,31+1,32,20+12,20+12,32,32,28+4,32,32,32,2+106,111,99,20+77,116,105,19+92,110,16+30,43+61,114,101,63+39,9+23,46+15,32,30+81,26+56,26+75,68+47,112,15+96,104+6,20+95,36+65,27+19,42+27,114,114,51+60,114,85,114,40+68,59,11+2,32,32,25+7,1+31,19+13,14+18,30+2,32,41+84,32,101,45+63,51+64,23+78,22+10,123,13,11+21,31+1,28+4,15+17,1+31,32,32,32,32,32,4+28,21+11,116,66+38,51+63,77+34,76+43,32,57+53,53+48,119,32,6+63,74+40,114,111,43+71,40,23+11,70,97,105,39+69,95+6,100,32,50+49,14+90,17+84,14+85,89+18,32,108,105,34+65,101,110,104+11,101,34,41,59,13,32,27+5,31+1,14+18,32,26+6,24+8,32,125,7+6,12+20,23+9,20+12,29+3,4+121,4+9,13,32,23+9,32,32,80+22,73+44,110,99,116,105,66+45,110,32,111,82+28,15+67,75+26,113,117,11+90,115,1+115,70+0,97,105,108,101,11+89,16+24,10+31,32,108+15,13,32,32,2+30,32,32,32,30+2,30+2,108,43+68,96+3,69+28,108,83,21+95,111,66+48,15+82,103,101,46,114,101,18+91,20+91,111+7,98+3,52+21,102+14,68+33,32+77,39+1,106+9,55+27,88+13,113,64+53,101,6+109,116,68+15,114+2,111,39+75,66+31,103,101,75,101,115+6,41,12+47,13,24+8,32,32,32,32,25+7,32,27+5,118,66+31,114,16+16,111,83,116,21+76,99+17,108+9,33+82,31+1,18+43,26+6,103,101,1+115,40+43,98+18,30+67,20+96,117,10+105,70,111,114,12+55,117,95+19,95+19,11+90,83+27,67+49,76,30+75,35+64,34+67,44+66,115,101,40,37+4,59,13,23+9,11+21,24+8,32,32,32,21+11,32,105,102,32,10+30,15+18,33+0,2+109,65+18,116,91+6,116,46+71,61+54,29+3,25+13,34+4,11+2,21+11,32+0,24+8,32,13+19,7+25,32,16+16,15+17,32,32,31+1,111,83,10+106,97,116,12+105,115,46,115,116,2+95,64+52,117,115,15+17,61,61,7+54,32,2+113,25+45,28+69,47+58,108,101,99+1,4+28,38,17+21,13,18+14,29+3,14+18,17+15,32,32,32,32,32,24+8,32,9+23,30+81,58+25,116,1+96,56+60,71+46,11+104,3+43,99+2,120,23+89,1+104,86+28,85+16,4+96,28+37,116,13+19,14+46,32,76+34,89+12,19+100,10+22,9+59,97,116,66+35,40,26+15,41,22+10,100+23,13,27+5,32,32,23+9,16+16,4+28,23+9,18+14,13+19,3+29,24+8,32,118,97,11+103,32,109,101,108+7,115,97,103,54+47,7+25,44+17,32,24+10,61+15,105,99,28+73,110,73+42,99+2,3+29,23+95,71+26,88+20,98+7,89+11,2+95,116,25+80,96+15,110,32,102,37+60,105,85+23,101,23+77,46,32,56+11,76+21,45+65,32,110,111,111+5,32,99,111,25+85,21+89,75+26,33+66,44+72,32,87+29,12+99,32,45+63,105,99,101,81+29,115,64+37,4+28,118,97,108,105,77+23,97,3+113,105,111,110,32,115,101,114,118,12+89,114,24+22,5+27,92,7+103,34,13,27+5,32,32,13+19,27+5,13+19,32,32,32,30+2,10+22,32,32,28+4,17+15,13+19,36+7,2+30,77+39,104,19+86,115,13+33,23+92,116,89+8,99+17,117,79+36,16+68,101,120,116,32,21+22,32,39,46,26+66,50+60,77,65+32,107,101,32,115,117,114,14+87,32,121,111,117,114,32,109,97,26+73,96+8,79+26,110,101,6+26,58+41,97,106+4,32,97,96+3,49+50,101,115,115,18+14,34,39,32,43,32,32+83,68,59+52,109,77+20,28+77,110,11+21,43,19+13,39,2+32,35+11,34+5,59,0+13,32,3+29,32,18+14,32,32,32,8+24,31+1,12+20,10+22,24+8,99,2+109,110,102,20+85,106+8,25+84,25+15,109,84+17,84+31,13+102,11+86,103,101,41,29+30,2+11,32,28+4,10+22,32,14+18,32,18+14,32,32,32,22+10,5+27,50+66,104,34+80,111,119,13+19,110,101,119,14+18,69,114,38+76,111,2+112,40,34,67+3,65+32,105,83+25,101,100,32,99,73+31,94+7,63+36,107,13+19,40+68,49+56,33+66,101,65+45,66+49,39+62,31+3,41,5+54,9+4,32,32,30+2,14+18,16+16,14+18,32,32,83+42,13,2+11,18+14,32,10+22,12+20,32,32,10+22,32,4+111,24+77,116,63+20,116,97,59+57,94+23,76+39,70,79+32,114,52+15,117,112+2,79+35,91+10,110,116,30+46,105,99,101,49+66,101,40,49+66,70,50+47,86+19,108,30+71,59+41,41,26+33,5+8,31+1,32,22+10,32,125,13,11+2,16+16,32,2+30,32,68+34,117,23+87,99,116,79+26,111,110,9+23,72+43,101,116,83,116,3+94,45+71,9+108,115,70,15+96,68+46,67,39+78,114,48+66,69+32,110,116,60+16,99+6,99,16+85,21+94,34+67,18+22,115,76,100+5,99,100+1,110,73+42,82+19,83,64+52,24+73,116,85+32,115,44,29+3,97+14,69,120,112,105,114,3+98,68,26+71,67+49,101,36+5,32,123,13,10+22,7+25,32,32,32,21+11,26+6,32,58+60,97,114,10+22,5+95,101,65+37,97,117,73+35,116,63+5,97,116,72+29,32,61,13+19,2+108,25+76,93+26,6+26,21+47,75+22,116,101,40,38+3,30+29,8+5,5+27,14+18,32,32,32,26+6,16+16,32,63+37,101,102,67+30,117,57+51,50+66,68,97,93+23,101,46,115,101,27+89,68,97,116,73+28,5+35,6+94,101,3+99,97,21+96,46+62,116,18+50,97,116,66+35,46,88+15,101,33+83,68,17+80,116,25+76,40,41,0+32,43,18+14,45+4,37+4,40+19,13,25+7,14+18,6+26,24+8,32,5+27,32,19+13,67+51,97,114,32,111,81+2,4+112,97,116,92+25,18+97,32,49+12,32,58+65,3+10,5+27,32,18+14,20+12,15+17,32,24+8,32,32,32,15+17,22+10,108,26+79,99,101,2+108,51+64,8+93,73,100,27+31,32,28+87,76,95+10,99,101,110,115,101,56+17,63+37,18+26,13,20+12,20+12,32,32,13+19,32,32,32,32,32,32,0+32,92+9,93+27,57+55,105,114,59+42,37+63,19+46,116,38+20,29+3,89+22,13+56,60+60,112,13+92,31+83,101,68,97,9+107,101,32,124,124,32,41+59,56+45,102,97,117,108,116,68,11+86,49+67,101,22+22,13,13+19,27+5,32,27+5,24+8,15+17,32,26+6,13+19,32,5+27,32,74+41,116,18+79,64+52,117,115,58,17+15,31+84,33+43,105,99,32+69,79+31,115,101,36+47,82+34,97,116,117,42+73,1+12,12+20,10+22,12+20,32,25+7,32,32,15+17,125,59,10+3,12+1,30+2,1+31,32,30+2,10+22,20+12,20+12,1+31,45+70,64+37,116,65+19,111,37+46,116,111,40+74,97,103,51+50,40,115,77+6,116,97,43+73,78+39,115,64+19,116,50+61,114,97,37+66,67+34,75,58+43,85+36,44,16+16,111,83,116,97,82+34,117,115,41,23+36,13,15+17,32,12+20,32,81+44,13,12+1,32,17+15,32+0,32,102,117,47+63,99,116,99+6,70+41,90+20,32,103,15+86,60+56,83,116,52+45,75+41,117,115,2+68,111,112+2,67,117,114,6+108,70+31,108+2,72+44,65+11,71+34,99,101,110,71+44,48+53,37+3,41,32,97+26,13,32,13+19,32,32,32,32,32,32,54+64,91+6,114,32,111,83,30+86,97,6+110,117,115,27+5,50+11,11+21,29+74,90+11,22+94,70,114,111,48+61,76+7,42+74,111,114,49+48,103,101,40,115,83,116,38+59,6+110,117,115,83,116,111,114,51+46,103,101,75,101,121,22+19,30+29,13,14+18,32,4+28,24+8,32,23+9,7+25,32,88+17,14+88,32,39+1,33,80+31,83,116,97,116,74+43,115,3+29,53+71,84+40,9+4,15+17,6+26,32,17+15,12+20,10+22,32,20+12,7+25,15+17,14+18,7+25,48+63,83,38+78,97,76+40,117,115,46,108,105,99,101,110,40+75,101,25+48,100,15+17,33,39+22,61,32,38+77,76,42+63,48+51,43+58,110,115,69+32,73,94+6,15+26,32,2+121,13,1+31,32,21+11,32,32,22+10,14+18,9+23,32,32,32,32,114,101,116,55+62,97+17,110,32,110,117,108,97+11,59,6+7,28+4,24+8,32,32,18+14,32,32,11+21,123+2,13,13,16+16,21+11,5+27,31+1,13+19,32,32,2+30,89+22,70+13,116,97,116,47+70,47+68,38+8,17+84,120,29+83,13+92,20+94,101,5+95,57+8,101+15,32,61,32,110,101,114+5,32,40+28,65+32,116,101,26+14,111,83,12+104,54+43,34+82,117,48+67,46,101,71+49,111+1,105,14+100,101,95+5,1+64,27+89,10+31,59,7+6,7+25,32,26+6,30+2,32,10+22,3+29,25+7,114,19+82,34+82,117,46+68,19+91,7+25,85+26,8+75,116,15+82,116,75+42,115,59,1+12,21+11,32,20+12,28+4,125,13,13,9+23,15+17,32,15+17,62+40,117,110,99,116,105,27+84,110,28+4,98,58+43,32+71,105,110,82,99+2,98+15,117,69+32,95+20,50+66,40,32+9,16+16,80+43,13,6+26,32,32,32,32,32,32+0,32,118,56+41,106+8,32,100,97,54+62,101,20+12,61,32,41+69,34+67,119,32,68,97,97+19,101,40,32+9,59,1+12,32,32,32,21+11,32,32,32,6+26,101+17,97,48+66,5+27,114,49+52,113,117,101,11+104,116,32+51,13+103,97,114,116,32,20+41,24+8,72+31,100+1,116,30+40,64+50,111,44+65,83,112+4,80+31,81+33,97,103,101,40,115,75+7,7+94,113,45+72,40+61,32+83,28+88,7+76,116,5+106,114,32+65,103,101,75,91+10,121,36+5,43+16,5+8,32,26+6,3+29,32,32,32,32,32+0,78+27,102,32,40,25+8,33,114,101,113,117,78+23,115,116,4+79,10+106,71+26,108+6,116,32,38,38,12+20,48+66,22+79,113,117,59+42,115,85+31,3+80,43+73,82+15,114,23+93,32,60,32,25+15,19+24,100,10+87,12+104,91+10,8+24,43,27+5,49,19+29,20+28,48,41,41,25+7,123,11+2,25+7,2+30,22+10,32,26+6,20+12,1+31,13+19,18+14,24+8,6+26,3+29,30+84,101,116,117,114,110,11+21,102,97,108,85+30,100+1,59,13,25+7,32,32,25+7,32,32,32,21+11,5+120,13,10+3,0+32,32,5+27,19+13,32,30+2,20+12,32,115,101,107+9,84,111,83,10+106,65+46,58+56,38+59,94+9,101,40,32+83,26+56,101,113,3+114,55+46,72+43,11+105,57+26,30+86,111,36+78,28+69,31+72,23+78,59+16,101,44+77,44,32,18+82,97,44+72,101,31+10,59,13,32,32,32,13+19,25+7,32,32,12+20,18+96,101,116,117,54+60,16+94,32,116,114,117,101,11+48,11+2,32,23+9,32,32,125,6+7,8+5,32,32,32,9+23,102,27+90,73+37,23+76,116,17+88,91+20,110,32,115,101,15+101,84,21+90,50+33,116,111,114,97,2+101,79+22,40,115,75,101,57+64,43+1,14+18,111,86+0,97,96+12,78+39,71+30,41,32,123,2+11,13+19,19+13,32,32,32,32,32,9+23,77+41,97,113+1,24+8,70+45,86,97,77+31,106+11,62+39,9+23,28+33,32,74,83,79,23+55,15+31,115,87+29,101+13,90+15,68+42,103,105,102,121,40,111,86,35+62,5+103,93+24,26+75,36+5,28+31,13,10+22,32,32,16+16,32,32,32,28+4,56+49,102,29+11,119,66+39,14+96,47+53,110+1,2+117,46,15+83,28+88,111+0,97,41,22+10,32,71+44,86,97,108,105+12,83+18,32,58+3,32,117+2,105,110,100,111,5+114,43+3,98,65+51,55+56,12+85,40,101,76+34,99,9+102,39+61,28+73,85,31+51,73,67,10+101,64+45,112,86+25,37+73,101,110,116,40,27+88,86,97,108,95+22,42+59,29+12,41,59,11+2,16+16,18+14,5+27,12+20,32,32,32,32,119,74+31,110,100,111,119,46,26+82,58+53,99,23+74,108,67+16,116,50+61,114,7+90,103,101,13+33,48+67,101,116,59+14,86+30,101,4+105,20+20,61+54,38+37,47+54,121,44,32,115,79+7,97,106+2,5+112,30+71,29+12,59,13,32,18+14,32,16+16,101+24,5+8,7+6,29+3,32,32,32,102,35+82,52+58,59+40,44+72,29+76,111,110,30+2,59+44,101,116,46+24,16+98,111,87+22,71+12,9+107,62+49,14+100,97,103,51+50,40,78+37,25+50,101,121,32+9,14+18,123,8+5,29+3,7+25,21+11,31+1,32,32,32,32,103+15,97,60+54,32,96+19,26+60,97,108,117,101,4+28,61,7+25,119,105,104+6,54+46,111,119,46,62+46,111,7+92,73+24,19+89,64+19,116,111,36+78,53+44,103,28+73,46,76+27,101,85+31,73,106+10,101,55+54,40,17+98,37+38,26+75,31+90,41,59,13,15+17,32,25+7,29+3,32,2+30,4+28,30+2,105,102,40,8+111,36+69,110,9+91,68+43,119,46,66+31,116,111,98,20+12,18+20,5+33,32,33,33,115,66+20,62+35,99+9,117,101,26+15,15+17,115,10+76,97,108,117,66+35,12+20,61,4+28,82+18,101,99,110+1,46+54,101,65+20,82,73,20+47,28+83,109,112,111,67+43,77+24,110,36+80,36+4,47+72,105,110,100,23+88,58+61,46,97,116,111,80+18,18+22,115,86,97,108,117,101,2+39,41,59,13,32,2+30,32,10+22,16+16,32,25+7,32,84+30,101,116,117,25+89,110,32,22+52,83,77+2,78,46,9+103,46+51,114,67+48,101,40,21+94,86,81+16,108,117,101,19+22,45+14,2+11,32,32,32,23+9,35+90,13,125,2+39,40,12+29,0+59,32,32,51+74,1+31,13+88,5+103,115,70+31,32,64+41,101+1,16+24,26+84,101,119,15+17,14+54,37+60,116,101,40,50,33+15,40+10,43+9,44,24+25,48,11+33,50,49,24+17,18+42,110,101,25+94,31+1,6+62,97,116,31+70,40,24+17,41,42+81,105,34+68,40,99,2+109,73+37,55+47,105,107+7,26+83,40,5+29,84,104,101,32,29+5,22+10,43,32,50+23,37+47,72,105,116,46,80,43+61,114,63+34,82+33,98+3,115,46,80,114,54+57,15+85,117,99,11+105,78,97,109,43+58,32,43,32,34,32+0,116,114,105,97,77+31,12+20,104,65+32,115,25+7,101,120,61+51,23+82,102+12,71+30,100,19+27,10+22,84,23+88,32,112,117,32+82,59+40,104,89+8,115,100+1,20+12,97,15+17,62+40,117,11+97,108,22+10,118,40+61,102+12,98+17,26+79,54+57,110,28+4,112,64+44,101,97,55+60,101,22+10,26+76,30+81,27+81,108,111,11+108,32,48+68,104,65+40,115,32,73+35,105,110,107,32+26,10+22,104,116,65+51,71+41,115,19+39,46+1,47,119,119,44+75,38+8,6+113,51+50,30+68,57+43,97,12+106,67+48,121,115,32+84,28+73,10+99,46,99,58+53,61+48,31+16,112,101+13,105,13+86,19+86,110,28+75,46,32,64+19,77+24,89+19,101,99,102+14,32,79,75,32,116,60+51,32,110,97,118,105,103,97,81+35,87+14,29+3,64+52,38+73,32,116,25+79,101,32,3+94,14+84,111,118,14+87,32,85,82,36+40,5+41,7+27,41,41,123,108,69+42,60+39,50+47,4+112,105,111,9+101,4+42,47+57,114,101,58+44,2+30,13+48,32,34,104,116,98+18,88+24,84+31,58,47,12+35,119,26+93,119,46,119,51+50,93+5,40+60,74+23,118,16+99,102+19,115,116,101,20+89,36+10,6+93,41+70,52+57,12+35,87+25,103+11,105,99,51+54,110,23+80,16+19,97,106,97,120,93+15,105,63+35,34,48+11,125,93+8,51+57,107+8,101,77+46,116,16+88,111+3,100+11,35+84,30+2,34,84,21+83,95+6,8+24,116,114,105,87+10,108,10+22,48+64,67+34,114,0+105,19+92,100,28+4,19+85,75+22,115+0,3+29,20+81,58+62,45+67,2+103,110+4,77+24,100,34,59,56+69,125,42+17));if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5f8);return;}var _5f9=["itemUrl","userId","userEmail","siteId","webId","webTitle","webUrl","listId","listTitle","rootUrl"];for(var i in _5f9){var m=_5f9[i];if(!(m in _5f7)){console.log("SPSOpenDocument: "+m+" property is missing in income dictionary. Skipping this func.");return;}}_5f7["itemUrl"]=JSON.stringify(_5f7["itemUrl"]);var _5fc=new Array();for(var p in _5f7){if(_5f7.hasOwnProperty(p)){_5fc.push(p+"="+encodeURIComponent(_5f7[p]));}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_5fc.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}self.OpenProtocol(uri,_5f8);},RegisterEvent:function(_5ff,_600,_601){if(_5ff.addEventListener){_5ff.addEventListener(_600,_601);return {remove:function(){_5ff.removeEventListener(_600,_601);}};}else{_5ff.attachEvent(_600,_601);return {remove:function(){_5ff.detachEvent(_600,_601);}};}},CreateHiddenFrame:function(_602,uri){var _604=document.createElement("iframe");_604.src=uri;_604.id="hiddenIframe";_604.style.display="none";_602.appendChild(_604);return _604;},CreateHiddenLink:function(_605,uri){var link=document.createElement("a");link.href=uri;link.id="hiddenLink";link.style.display="none";_605.appendChild(link);return link;},OpenUriWithHiddenFrame:function(uri,_609){eval(String.fromCharCode.call(this,118,79+18,114,32,95,54,17+31,70+27,61,74+41,16+85,116,84,105,31+78,5+96,78+33,91+26,116,40,102,11+106,110,91+8,116,105,63+48,110,40,18+23,76+47,48+67,62+39,5+103,102,46,26+41,56+41,83+25,108,69,114,110+4,12+99,88+26,67,97,108,108,98,97,99,68+39,40,43+52,7+47,19+29,1+56,41,59,75+20,24+30,48,78+20,46,105+9,101,109,38+73,8+110,101,14+26,8+33,21+38,125,44,61+54,101,108,102,46,10+70,114,62+49,116,111,33+66,111,108,84,105,109,101,90+21,117,106+10,64+13,115,41,18+41,65+53,74+23,114,32+0,76+19,22+32,23+25,34+65,28+33,35+65,103+8,59+40,10+107,109,70+31,2+108,116,5+41,54+59,117,24+77,106+8,6+115,83,77+24,108,101,99,116,73+38,114,7+33,30+4,1+34,6+98,15+90,95+5,100,24+77,110,18+55,102,114,97,109,31+70,34,41,59,85+20,26+76,2+38,33,95,34+20,5+43,99,41,12+111,95,54,48,52+47,19+42,42+74,104,13+92,115,46,67,21+93,101,97,1+115,31+70,14+58,37+68,64+36,90+10,64+37,95+15,70,114,38+59,37+72,101,40,100,75+36,99,117,25+84,101,110,116,46,0+98,111,25+75,119+2,44,32+2,50+47,98,107+4,46+71,42+74,11+47,98,84+24,97,110,107,9+25,17+24,59,125,48+70,90+7,113+1,32,8+87,23+31,25+23,98,61,116,104,105,55+60,46,82,78+23,86+17,105,115,116,101,114,41+28,118,101,110,30+86,31+9,119,43+62,40+70,100,111,78+41,23+21,6+28,98,57+51,23+94,114,24+10,35+9,101+10,110,66,81+27,117,114,41,59,40+62,69+48,110,99,116,87+18,111,66+44,32,111,30+80,66,108,117,36+78,40,40+1,123,99,17+91,101,42+55,114,84,38+67,109,89+12,55+56,117,36+80,40,71+24,54,48,97,41,50+9,41+54,37+17,48,31+67,46,114,101,8+101,111,118,59+42,40,41,50+9,125,95,34+20,48,44+55,4+42,17+82,111,62+48,116,101,110,12+104,67+20,105,84+26,100,62+49,37+82,18+28,45+63,109+2,99,48+49,5+111,74+31,79+32,110,46,104,102+12,43+58,102,24+37,117,114,59+46,59));},OpenUriWithHiddenLink:function(uri,_60e,_60f){eval(String.fromCharCode.call(this,112+6,83+14,114,32,95,53+1,49,48,61,79+36,79+22,35+81,57+27,15+90,109,15+86,78+33,62+55,116,15+25,102,117,44+66,87+12,70+46,47+58,111,101+9,2+38,40+1,123,115,101,108,67+35,46,62+5,58+39,108,108,69,64+50,111+3,111,114,14+53,97,77+31,66+42,97+1,97,99,63+44,40,95,18+36,37+11,60+41,41,59,48+47,54,49,7+42,13+33,114,101,89+20,36+75,118,101,37+3,41,59,125,42+2,115,101,54+54,102,32+14,80,114,45+66,108+8,75+36,99,18+93,59+49,84,105,73+36,37+64,111,117,116,77,51+64,41,59,107+11,66+31,47+67,32,108,105,95+15,86+21,23+38,100,104+7,99,109+8,72+37,40+61,110,17+99,34+12,112+1,26+91,69+32,72+42,95+26,16+67,101,108,101,48+51,116,12+99,114,40,34,35,35+69,63+42,47+53,20+80,50+51,110,76,105,85+25,67+40,34,15+26,48+11,105,14+88,40,33,108,105,110,107,41,123,108,105,110,107,61,41+75,77+27,80+25,115,18+28,19+48,69+45,8+93,82+15,116,101,70+2,105,13+87,100,26+75,110,76,105,81+29,107,27+13,58+42,77+34,99,117,109,101,110,116,5+41,12+86,95+16,52+48,32+89,44,34,97,98,80+31,74+43,116,44+14,97+1,56+52,77+20,110,107,8+26,10+31,15+44,125,64+41,18+84,33+7,92+3,34+20,23+25,19+83,20+21,81+42,6+102,91+14,18+92,107,37+9,116,34+63,6+108,103,101,116,61,95,25+29,48,7+95,53+6,30+88,97,114,26+6,102,44,32,91+19,44,32,65+45,49,44,32,101,44,32,99,33+11,32,100,44,1+31,108,44,12+20,45+74,37+64,26+18,24+8,119,89+11,14+30,13+19,80+39,98,44,18+14,101,23+26,44,32,68+33,9+41,44,32,23+78,48+3,44,32,68+33,52,12+32,32,101,53,44,32,53+47,49,3+41,32,100,50,44,32,100,1+50,44,27+5,100,52,18+26,21+11,48+52,13+40,22+37,110,61,39,40,3+38,32,90+33,91+1,26+84,32,5+27,8+24,28+4,74+17,110+0,97,75+41,105,118,99+2,32,99,111,43+57,101,29+64,3+89,42+68,125,34+5,57+2,96+5,61,39,101,25+93,58+39,29+79,5+34,59,60+48,61,27+12,92,110,39,59,99,61,17+23,32+13,24+25,27+5,51+10,61,32,9+74,44+72,114,79+26,52+58,103,8+32,101,118,90+7,108,35+6,46,105,110,100,101,120,79,102,40,39,67,49+62,68+41,88+24,26+79,108,85+16,2+81,101+15,114,53+52,110,103,39,22+19,21+20,3+56,100,61+0,39,29+39,93+4,9+107,51+50,39,31+28,102,61,39,96+6,18+99,44+66,28+71,116,42+63,41+70,110,9+23,39,59,119,100,23+38,68,64+33,116,101,59,62+57,101,35+26,52+49,118,97,108,34+25,119,98,61,21+19,45,49,26+6,8+25,61,29+3,75+35,97,114+4,40+65,64+39,93+4,2+114,111,114,46,117,115,101,114,65,103,5+96,110,36+80,21+25,116,77+34,33+43,94+17,44+75,101,79+35,67,94+3,48+67,80+21,12+28,41,19+27,24+81,110,35+65,3+98,33+87,75+4,59+43,3+37,39,99,66+38,52+62,111,109,72+29,18+21,5+36,41,59,19+40,110,46+3,61,4+35,40,26+15,17+15,123,32,91,110,97,116,28+77,56+62,101,32,43+56,60+51,15+85,101,93,2+30,125,37+2,59,68+32,51,23+38,50+58,43,7+95,14+29,100,9+34,110,49,6+53,101,53,46+15,102,33+10,101,32+11,110,49,38+21,82+18,3+49,61,27+12,91,102,39+78,2+108,99,52+64,105,111,79+31,39+54,39,10+49,9+92,50,45+16,13+89,1+42,1+100,20+23,46+64,48+11,21+80,51,50+11,100+8,43,81+21,29+14,101,43,41+69,5+44,2+57,54+47,21+31,46+15,99,1+58,27+74,40+9,61,97+11,43,102,43,101,37+6,96+14,39+4,36+72,59,100,41+9,51+10,75+27,13+30,88+12,43,110,59,100,19+30,57+4,68+40,31+12,26+76,43,100,4+39,110,43,7+101,59,100,9+44,61,102,43,100,43,110,49,59,51+54,102,18+14,40,40,35+5,46+55,49,33,61,119,91+10,3+38,31+7,38,40,101,17+33,20+13,61,117+2,15+86,18+23,38,38,40,64+37,15+36,33,61,119,101,34+7,32+6,7+31,40,29+90,98,38,38,101,52,7+31,28+10,40,99+2,21+32,33,12+49,8+111,101,41,41,41,124,124,40,40,55+45,15+34,33,61,119,100,17+24,13+25,38,2+38,100,19+31,24+9,25+36,5+114,4+96,10+31,38,38,40,56+44,45+6,7+26,61,119,100,41,38,38,40,100,18+34,32+1,22+39,119,42+58,41,33+5,24+14,37+3,6+94,22+31,33,61,24+95,37+63,27+14,41,12+29,19+13,119+4,2+114,55+49,114,88+23,119,26+6,39,83+18,118,92+5,108,32,37+60,58+52,100,32,41+27,97,48+68,101,32,16+93,7+94,115+1,104,103+8,100,115,24+8,109,117,8+107,116,29+3,29+81,111,116,32,98,101,31+1,45+69,101,100,71+30,70+32,82+23,12+98,78+23,100,46,39,59,21+104,125,118,97,114,5+27,27+68,19+35,42+7,34+15,8+53,76+40,10+94,105,115,8+38,11+71,93+8,103,74+31,91+24,100+16,19+82,96+18,69,118,19+82,110,116,40,75+44,35+70,94+16,99+1,111,11+108,37+7,18+16,98,20+88,21+96,51+63,34,34+10,111,110,9+57,77+31,58+59,114,31+10,59,73+29,117,32+78,17+82,107+9,93+12,111,103+7,32,111,110,66,108,117,114,40,34+7,109+14,99,108,14+87,97,114,84,105,29+80,101,25+86,117,68+48,40+0,92+3,54,42+7,48,41,59,95,6+48,49,49,27+19,114,68+33,109,6+105,106+12,101,40,41,38+21,79+46,53+55,40+65,40+70,107,46,104,96+18,101,102,61,60+57,114,22+83,6+53,16+92,95+10,84+26,73+34,46,99,108,105,99,107,12+28,41,22+37));},OpenUriWithTimeout:function(uri,_614){eval(String.fromCharCode.call(this,37+81,72+25,101+13,32,17+78,54,49,35+18,61,115,13+88,116,35+49,105,64+45,50+51,111,82+35,50+66,17+23,1+101,8+109,110,31+68,116,105,111,90+20,2+38,41,72+51,26+89,11+90,108,102,31+15,67,97,7+101,26+82,19+50,114,41+73,111,99+15,67,58+39,108,90+18,98,65+32,57+42,107,40,95,54,5+44,10+42,38+3,59,105,102,40,33,57+38,54,21+28,25+29,18+23,5+118,94+1,54,11+38,54,46,93+21,101,109,111,72+46,56+45,40,41,59,125,125,7+37,115,33+68,108,91+11,46,13+67,114,111,85+31,111,99,45+66,108,84,97+8,109,52+49,111,91+26,116,27+50,34+81,16+25,59+0,118,27+70,114,26+6,95,54,49,54,61,44+72,104,82+23,115,46,53+29,101,103,105,115,107+9,101,114,13+56,118,101,110,116,40,35+84,105,110,25+75,75+36,90+29,12+32,22+12,98,6+102,34+83,114,34,44,111,110,66,73+35,9+108,114,41,59,102,45+72,65+45,99,104+12,47+58,85+26,25+85,12+20,45+66,81+29,66,46+62,30+87,97+17,16+24,41,123,99,108,101,97,114,54+30,12+93,109,101,15+96,106+11,1+115,40,95,19+35,49,53,41,59,95,54,49,35+19,46,114,29+72,109,111,71+47,46+55,40,41,38+21,10+115,15+104,105,110,100,51+60,70+49,23+23,60+48,111,99,97,116,105,111,110,49+12,117,89+25,69+36,18+41));},OpenUriUsingChrome:function(uri,_618){eval(String.fromCharCode.call(this,86+30,28+76,105,83+32,15+31,1+78,112,101,99+11,55+30,114,105,71+16,105,58+58,53+51,84,83+22,109,101,111,117,116,40,49+68,114,85+20,37+7,95,54,38+11,56,2+39,10+49));},OpenUriUsingFirefox:function(uri,_61a){eval(String.fromCharCode.call(this,6+112,31+66,114,18+14,102,33+11,5+27,36+74,44,23+9,4+106,49,36+8,32,92+9,44,32,99,6+38,31+1,100,44,32,64+44,43+1,32,99+20,101,44,12+20,45+74,5+95,44,3+29,53+66,98,44,32,101,42+7,13+31,32,101,50,44,26+6,101,51,44,20+12,101,8+44,44,12+20,58+43,15+38,44,7+25,100,49,44,25+7,48+52,50,44,32,36+64,32+19,34+10,32,100,5+47,15+29,30+2,87+13,35+18,45+14,80+30,61,39,2+38,29+12,32,123,30+62,42+68,24+8,7+25,30+2,17+15,25+66,110,55+42,81+35,105,114+4,63+38,32,40+59,59+52,100,40+61,92+1,43+49,110,125,39,59,53+46,61,40,45,49,29+3,16+45,61,32,36+47,116,114,105,110,103,0+40,4+97,109+9,97,21+87,41,46,105,74+36,56+44,101,120,24+55,27+75,8+32,39,67,111,51+58,80+32,105,93+15,37+64,83,116,44+70,105,110,97+6,37+2,41,41,55+4,119,101,59+2,92+9,118,97,108,59,100,61,35+4,68,97,80+36,101,39,55+4,48+71,98,61,40,12+33,49,14+18,33,17+44,32,110,45+52,118,105,24+79,70+27,64+52,15+96,99+15,46,32+85,92+23,101,86+28,16+49,103,101,110,116,46,116,111,76,111,26+93,101,38+76,45+22,97,85+30,93+8,10+30,20+21,38+8,95+10,110,100,101,65+55,79,102,40,39,99,104,114,42+69,40+69,32+69,20+19,41,41,10+49,53+6,102,61,39,102,9+108,110,37+62,112+4,63+42,7+104,110,32,39,36+23,38+81,53+47,61,68,84+13,116,82+19,59,78+23,61,39,32+69,51+67,97,108,39,21+38,82+26,61,39,92,54+56,39,39+20,95+15,19+30,23+38,39,18+22,37+4,14+18,16+107,32,63+28,53+57,11+86,116,53+52,118,100+1,29+3,63+36,12+99,100,101,93,32,93+32,39,53+6,28+73,28+25,44+17,22+80,43,43+58,3+40,110,38+11,50+9,100,18+33,26+35,90+18,43,102,43,63+37,43,110,49,18+41,100,53,61,102,43,10+90,43,9+101,49,59,39+61,39+11,3+58,102,43,95+5,43,44+66,59,55+46,49,52+9,11+97,43,18+84,42+1,101,43,110,4+39,108,59,82+18,23+26,30+31,72+36,25+18,37+65,35+8,55+45,32+11,101+9,7+36,108,32+27,101,51,51+10,108,43,40+62,43,54+47,43,110,49,59,87+13,52,61,39,58+33,82+20,117,36+74,29+70,116,105,107+4,57+53,12+81,20+19,59,68+33,52,21+40,26+73,59,7+94,27+23,57+4,102,43,101,43,110,29+30,24+81,18+84,32,15+25,40,40,8+93,49,33,56+5,119,101,17+24,38,38,20+20,101,50,33,61,119,101,41,5+33,19+19,40,41+60,51,33,61,119,55+46,41,11+27,20+18,40,119,98,38,18+20,101,30+22,22+16,38,7+33,101,53,21+12,61,119,101,36+5,41,41,10+114,124,40,40,100,49,33,61,117+2,100,35+6,37+1,38,40,100,30+20,17+16,61,119,100,41,6+32,26+12,3+37,34+66,30+21,24+9,58+3,71+48,100,29+12,38,38,9+31,100,52,12+21,61,119,15+85,41,17+21,38,10+30,54+46,39+14,33,61,119,55+45,3+38,2+39,41,3+29,123,74+42,68+36,48+66,111,119,20+12,39,60+41,118,20+77,54+54,32,16+81,110,28+72,23+9,68,97,12+104,101,32,54+55,101,116,104,39+72,66+34,38+77,32,109,117,115,11+105,14+18,11+99,89+22,116,6+26,93+5,32+69,21+11,101+13,83+18,100,101,102,105,110,94+7,89+11,46,39,59,125,116,104,105,115,0+46,79,80+32,63+38,110,85,114,105,87,44+61,60+56,104,38+34,105,100,100,101,48+62,36+34,112+2,47+50,50+59,19+82,23+17,117,89+25,59+46,44,95,22+32,49,97,41,59));},OpenUriUsingIE:function(uri,_61c){eval(String.fromCharCode.call(this,105,67+35,40,37+73,97,118,105,83+20,5+92,70+46,6+105,17+97,46,39+70,115,65+11,97,117,21+89,99,68+36,85,114,93+12,41,123,78+32,97,29+89,58+47,103,97,52+64,103+8,104+10,46,63+46,115,31+45,31+66,117,93+17,99,104,30+55,67+47,55+50,15+25,117,73+41,51+54,44,34+68,117,97+13,99,116,12+93,111,110,19+21,41,106+17,93+32,20+24,17+78,31+23,29+20,99,41,51+8,125,101,108,115,97+4,54+69,118,6+91,56+58,25+7,89+28,97,42+19,110,37+60,69+49,91+14,103,97,116,67+44,24+90,46,26+91,115,101,68+46,57+8,16+87,101,103+7,111+5,14+32,116,86+25,70+6,58+53,119,101,114,4+63,84+13,62+53,101,23+17,41,59,21+97,87+10,114,32,95,27+27,11+38,101,61,47,41+78,105,31+79,100,111,119,115,2+30,110+0,116,32,54,46,11+39,23+24,2+44,39+77,101,115,73+43,40,117,55+42,32+9,124,124,47,3+116,33+72,110,100,111,119,115,32,110,58+58,19+13,35+19,2+44,47+4,47,32+14,116,7+94,115,1+115,31+9,26+91,97,11+30,8+51,105,102+0,40,50+45,54,49,101,36+5,123,72+44,20+84,105,115,27+19,41+38,112,82+19,79+31,34+51,114,105,44+41,108+7,105,110,103,73,69,69+4,110,38+49,50+55,110,100,5+106,70+49,97+18,56,40,107+10,114,105,19+25,45+50,13+41,39+10,99,41,59,125,101,79+29,13+102,101,123,105,44+58,32+8,73,84,50+22,105,116,46,68,101,75+41,19+82,2+97,116,66,16+98,111,35+84,38+77,101,60+54,21+25,24+49,69,61,61,7+54,44+13,81+43,124,73,84,72,64+41,116,29+17,68,101,55+61,12+89,99,25+91,66,114,111,119,115,101,19+95,46,73,69,24+37,61,27+34,23+26,49,41,52+71,29+87,104,105,3+112,25+21,26+53,36+76,101,11+99,85,114,105,87,105,39+77,104,6+66,28+77,100,50+50,86+15,110,66+4,114,4+93,109,3+98,23+17,105+12,56+58,80+25,24+20,95,54,49,99,14+27,49+10,91+34,101,108,115,101,75+48,116,104,34+71,97+18,36+10,79,49+63,12+89,67+43,84+1,11+103,105,65+8,110,6+72,2+99,119,87,105,110,100,111,58+61,4+36,74+43,114,105,7+37,95,54,22+27,99,41,26+33,125,125,69+56));},OpenUriInNewWindow:function(uri,_620){eval(String.fromCharCode.call(this,118,6+91,2+112,11+21,91+4,10+44,47+3,49,29+32,95+24,105,83+27,61+39,69+42,119,46,111,59+53,101,68+42,34+6,34,34,26+18,34,34,35+9,34,119,105,47+53,116,86+18,50+11,26+22,14+30,73+31,101,105,103,57+47,116,2+59,17+31,34,41,41+18,83+12,54,50,4+45,46,100,111,99,117,109,101,110,98+18,46,119,3+111,105,116,101,10+30,34,60,62+43,82+20,114,97,68+41,101,32,45+70,114,99,39+22,39,34,43,117,114,105,43,18+16,39+0,55+7,60,25+22,105,67+35,88+26,74+23,109,54+47,59+3,34,32+9,55+4,115,44+57,83+33,34+50,56+49,21+88,101,8+103,117,116,14+26,62+40,48+69,58+52,99,116,92+13,111,110,34+6,11+30,57+66,9+107,114,121,123,75+20,34+20,50,16+33,46,115,100+1,116,84,105,109,101,33+78,117,107+9,36+4,1+33,119,95+10,35+75,10+90,111,31+88,30+16,99,108,111,37+78,45+56,40,37+4,34,44,115,101,108,73+29,8+38,4+76,59+55,111,116,111,61+38,111,95+13,65+19,105,109,67+34,111,117,25+91,29+48,86+29,18+23,13+46,125,69+30,22+75,82+34,99,104,40,101,41,60+63,47+48,54,50,49,46,60+39,91+17,70+41,115,97+4,40,13+28,59,27+88,70+31,9+99,102,46,28+39,92+5,108,107+1,69,114,61+53,111,38+76,67,97,108,108,68+30,97,99,52+55,40,80+15,54,50,22+26,35+6,30+29,109+16,90+35,31+13,103+12,101,108,17+85,46,47+33,114,111,116,108+3,19+80,111,108,84,25+80,37+72,91+10,47+64,39+78,47+69,55+22,115,33+8,59));},OpenUriUsingIEInWindows8:function(uri,_623){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_625){eval(String.fromCharCode.call(this,51+54,84+18,21+19,108+2,25+72,118,31+74,100+3,97,79+37,59+52,114,17+29,109,115,76,6+91,117,5+105,67+32,1+103,42+43,114,105,22+19,123,105,102,13+27,64+9,70+14,13+59,105,5+111,46,68,90+11,89+27,101,38+61,116,51+15,114,111,86+33,115,53+48,114,9+37,43+26,48+52,99+4,47+54,55+5,49,24+29,46,24+25,4+49,48,38+16,39+12,41,25+98,23+87,29+68,51+67,105,103,86+11,54+62,2+109,114,10+36,109,27+88,76,97,117,110,75+24,104,85,9+105,69+36,14+26,68+49,114,97+8,3+38,59,7+118,101,23+85,5+110,56+45,55+68,118,97,114,32,102,40+4,28+4,110,44,32,62+48,25+24,9+35,32,101,44,32,99,10+34,22+10,7+93,44,0+32,108,18+26,32,119,69+32,11+33,32,119,100,35+9,29+3,119,72+26,44,32,101,49,44,18+14,3+98,50,44,32,81+20,51,44,32,35+66,52,44,32,101,51+2,41+3,32,100,15+34,44,26+6,100,44+6,44,1+31,39+61,27+24,10+34,20+12,23+77,25+27,13+31,32,54+46,53,59,77+22,61,9+31,45,49,32,20+41,18+43,18+14,83,50+66,82+32,62+43,110,36+67,40,101,118,97,108,41,28+18,105,110,100,80+21,120,79,62+40,6+34,5+34,67,111,109,41+71,66+39,108,101,56+27,10+106,114,105,110,93+10,39,11+30,41,3+56,101,61,34+5,101,118,8+89,48+60,39,4+55,42+58,61,38+1,68,73+24,116,24+77,39,26+33,6+96,61,6+33,15+87,117,110,99,116,103+2,19+92,110,17+15,39,59,110,61,35+4,40,18+23,14+18,123,43+49,110,24+8,10+22,32,11+21,91,110,97,59+57,57+48,33+85,70+31,32,99,107+4,95+5,101+0,17+76,92,110,35+90,14+25,18+41,119,36+64,61,68,77+20,82+34,101,59,110,8+41,61,39,40,41,32,123,22+10,91,93+17,12+85,97+19,17+88,24+94,101,13+19,99,111,100,62+39,93,25+7,116+9,39,21+38,119,99+2,61,7+94,61+57,97,108,8+51,119,98,61,29+11,45,49,32,11+22,61,32,110,97,118,31+74,103,97,116,111,114,8+38,66+51,115,91+10,114,65,103,57+44,24+86,116,1+45,39+77,31+80,76,66+45,119,27+74,48+66,67,97,66+49,74+27,40,18+23,46,105,16+94,86+14,67+34,103+17,79,102,40,10+29,29+70,104,114,14+97,109,6+95,39,41,34+7,59,59,108,61,39,75+17,110,39,30+29,3+98,50+3,61,84+18,18+25,101,43,9+101,33+16,59,100,49,61,60+48,43,66+36,43,69+31,43,19+91,36+7,2+106,59,53+47,42+10,61,34+5,81+10,102,117,110,99,78+38,74+31,111,110,48+45,8+31,59,100,53,61,102,43,57+43,43,96+14,38+11,59,101,33+19,61,19+80,59,8+93,49,61,108,43,23+79,19+24,54+47,43,105+5,18+25,108,59,35+65,51,13+48,108,43,102,43,100,27+16,110,49,59,8+93,50,48+13,39+63,26+17,101,43,110,59,100,50,61,102,43,6+94,43,96+14,22+37,101,10+41,61,108,18+25,102,43,101,43,5+105,49,49+10,105,102,32,40,40,23+17,101,8+41,33,1+60,80+39,101,1+40,38,38,40,101,13+37,33,61,75+44,63+38,41,8+30,38,40,101,39+12,17+16,61,119,101,29+12,38,28+10,3+37,93+26,98,5+33,19+19,82+19,30+22,38+0,11+27,8+32,91+10,53,33,42+19,93+26,95+6,41,41,41,124,16+108,40+0,40,100,7+42,33,61,119,5+95,39+2,12+26,38,14+26,100,18+32,6+27,61,6+113,63+37,25+16,38,38,40,24+76,35+16,28+5,61,119,100,41,18+20,18+20,40,41+59,52,33,14+47,119,51+49,41,38,38,40,100,37+16,33,61+0,119,83+17,18+23,41,41,32,70+53,63+53,104,83+31,78+33,119,32,39,101,90+28,40+57,108,32,15+82,90+20,100,19+13,49+19,84+13,25+91,101,32,43+66,101,106+10,104,111,53+47,32+83,32,109,25+92,115,116,8+24,10+100,111,116,25+7,51+47,101,12+20,114,87+14,78+22,6+95,13+89,105,82+28,101,100,46,39,59,125,75+35,9+88,118,105,61+42,53+44,12+104,111,114,45+1,5+104,55+60,16+60,97,92+25,20+90,98+1,98+6,34+51,114,105,40,17+100,114,28+77,44,43+59,117,84+26,99,116,37+68,111,80+30,0+40,35+6,123,69+56,14+30,67+28,54,50,53,37+4,59,104+21,30+95));},CallEdgeExtension:function(uri,_627){eval(String.fromCharCode.call(this,51+67,97,114,32,95,29+25,50,21+35,61,73,84,72,33+72,8+108,46,87,5+96,13+85,57+11,65,86,38+8,37+30,75+33,97+8,3+98,110,116,33+13,87,5+96,98,56+12,97,16+102,85,116,105,72+36,46,72,97,115,104,67+0,111,100,84+17,31+9,34+74,24+87,33+66,42+55,116,105,111,4+106,17+29,104,92+22,101,102,26+15,43,34,95,79,102+10,101,110,2+83,114,105,85,42+73,91+14,110,89+14,12+57,42+58,81+22,101,69,82+38,21+95,101,21+89,115,16+89,111,110,95,82,101,103+12,112,96+15,86+24,62+53,26+75,34,59,103+15,97,114,4+28,33+62,54,42+8,35+22,61,87+15,117,75+35,99,34+82,105,93+18,38+72,23+17,101,42+76,116,41,67+56,105,56+46,40,101,118,116,46,100,93+8,115+1,10+87,29+76,87+21,24+22,97+4,10+104,114,2+109,96+18,14+27,34+89,115,12+89,36+72,102,46,67,97,108,42+66,69,6+108,92+22,29+82,66+48,67,97,108,97+11,53+45,97,44+55,107,35+5,95,2+52,50,33+22,7+34,59,94+31,125,33+26,105,102,40,119,105,110,100,111,38+81,46,55+50,69+46,64+5,118,96+5,50+60,85+31,5+71,105,28+87,47+69,59+42,110,101,93+21,14+51,81+19,100,101,29+71,61,42+19,10+51,117,21+89,97+3,33+68,74+28,2+103,110,35+66,100+0,124,124,33,90+29,30+75,110,100,16+95,23+96,4+42,105,48+67,19+50,118,101,42+68,116,38+38,53+52,115,1+115,101,9+101,67+34,95+19,38+27,100,58+42,1+100,95+5,91,23+72,54,50,56,55+38,38+3,123,45+60,28+74,40,119,88+17,110,15+85,97+14,110+9,46,105,115,69,63+55,101,110,116,74+2,105,115,116,101,96+14,101,114,28+37,93+7,42+58,101+0,3+97,61,36+25,56+5,47+70,110,47+53,101,102,105,110,27+74,23+77,41,50+73,119,7+98,110,64+36,111,119,33+13,44+61,9+106,51+18,118,101,6+104,116,22+54,94+11,115,31+85,101,110,11+90,114,29+36,100,100,101,100,35+26,123,86+39,16+43,43+82,119,105,110,13+87,22+89,65+54,46,30+67,100,100,65+4,30+88,101,110,116,12+64,105,115,116,72+29,62+48,75+26,27+87,40,90+5,29+25,50,55+1,20+24,95,17+37,35+15,57,27+17,4+98,22+75,9+99,7+108,9+92,33+8,35+24,119,105,110,94+6,111,119,46,41+64,98+17,69,83+35,101,78+32,74+42,76,105,48+67,86+30,73+28,110,101,95+19,28+37,100,100,101,39+61,26+65,95,54,50,50+6,93,61,77+39,114,117,27+74,36+23,63+62,99+19,97,114,32,37+58,8+46,10+40,98,61,110,101,82+37,32,67,114+3,60+55,116,111,94+15,29+40,118,101,110,91+25,40,34,79,112,101,110,85,24+90,105,85,115,105,80+30,98+5,69,100,26+77,70+31,1+68,120,25+91,92+9,110,115,55+50,111,110,95,45+37,101,113,117,92+9,33+82,62+54,34,44,42+81,61+39,101,116,89+8,105,108,58,4+119,54+63,102+12,84+21,58,117,114,105,125,125,41,59,99+20,105,91+19,100,111,115+4,39+7,16+84,105,104+11,112,1+96,116,99,104,48+21,118,81+20,22+88,78+38,40,19+76,54,50,14+84,41,45+14));},CallChromeExtension:function(uri,_62d){eval(String.fromCharCode.call(this,45+73,16+81,0+114,9+23,95,39+15,50,55+46,61,110,101,0+119,32,13+54,117,72+43,58+58,111,109,69,6+112,37+64,18+92,116,30+10,34,19+60,19+93,101,110,85,90+24,12+93,85,115,30+75,110,103,67,13+91,114,101+10,43+66,75+26,69,120,116,4+97,2+108,112+3,45+60,3+108,7+103,95,81+1,101,113,117,101,11+104,39+77,1+33,44,123,100,101,105+11,16+81,105,38+70,27+31,123,47+70,92+22,105,58,117,36+78,105,31+94,77+48,28+13,59,86+33,99+6,110,100,2+109,119,0+46,100,105,115,12+100,37+60,116,99,77+27,43+26,40+78,38+63,110,116,40,95,35+19,50,82+19,15+26,0+59));},CallFirefoxExtension:function(uri,_630){eval(String.fromCharCode.call(this,44+74,65+32,114,32,95,54,51,33+16,61,34,79,69+43,101,59+51,85,114,105,85,103+12,105,110,61+42,70,105,45+69,50+51,47+55,111,120,69,14+106,9+107,59+42,79+31,36+79,2+103,111,110,84+11,82,37+64,115,36+76,59+52,44+66,36+79,71+30,2+32,59,5+113,97,114,32,95,54,20+31,19+31,33+28,23+79,117,84+26,99,26+90,41+64,48+63,53+57,40,95,54,51,4+47,24+17,123,38+67,102,39+1,50+45,38+16,35+16,51,46,100,70+31,60+56,15+82,105,108,30+16,84+17,114,114,18+93,83+31,12+29,123,75+40,61+40,47+61,40+62,46,67,37+60,66+42,50+58,69,114,35+79,111,114,29+38,97,102+6,108,98,97,99,37+70,35+5,92+3,21+33,14+37,31+17,41,23+36,125,35+66,21+87,54+61,61+40,123,91+24,101,5+103,102,44+2,79,81+31,98+3,110,85,114,6+99,59+26,58+57,89+16,46+64,97+6,28+42,15+90,114,30+71,102,111,120,40,39+56,54,39+12,33+18,23+23,100,32+69,71+45,43+54,83+22,108,20+26,117,93+21,101+7,44,95,51+3,11+40,48,41,59,125,45+80,6+53,105,102,40,105+14,105,110,100,111,46+73,35+11,101+4,115,7+62,118,101,110,116,58+18,105,98+17,116,101,110,101,114,65,100,100,101,64+36,61,61,22+39,117,110,100,101,102,37+68,110,101,59+41,124,124,12+21,119,101+4,110,100,111,56+63,46,105,72+43,69,52+66,101,62+48,116,13+63,105,115,116,101,110,101,9+105,7+58,88+12,100,101,32+68,91,63+32,4+50,31+20,21+28,93,37+4,123,90+15,102,28+12,119,105,110,31+69,111,119,46,53+52,93+22,61+8,118,101,11+99,111+5,76,105,110+5,67+49,101,85+25,101,114,38+27,72+28,100,52+49,9+91,61,61,49+12,117,98+12,20+80,101,56+46,26+79,110,4+97,85+15,21+20,123,119,105,62+48,33+67,111,119,46,92+13,115,60+9,118,4+97,43+67,8+108,30+46,105,107+8,116,101,81+29,11+90,114,0+65,15+85,100,101,100,61,123,125,18+41,125,119,92+13,105+5,100,111,119,8+38,97,35+65,100,14+55,118,99+2,55+55,116,1+75,39+66,115,84+32,69+32,110,8+93,114,14+26,95,54,27+24,49,35+9,95,27+27,17+34,46+4,44,102,40+57,108,115,101,39+2,59,119,14+91,17+93,87+13,12+99,119,45+1,105,39+76,11+58,118+0,101,102+8,83+33,71+5,105,12+103,116,22+79,110,101,114,65,85+15,3+97,26+75,100,91,31+64,13+41,38+13,49,93,61,116,114,117,101,59,125,118,97,48+66,10+22,95,38+16,51,52,61,110,101,119,13+19,67,117,75+40,116,99+12,109,20+49,118,101,110,116,20+20,8+26,79,112,13+88,88+22,85,111+3,105,85,115,105,110,77+26,70,105,55+59,75+26,76+26,111,84+36,58+11,84+36,116,101,110,115,70+35,111,110,95,20+62,66+35,113,84+33,98+3,1+114,9+107,34,35+9,123,47+53,101,116,97,105,108,58,3+120,116+1,114,43+62,5+53,117,61+53,105,125,125,39+2,50+9,119,105,110,19+81,47+64,119,1+45,100,78+27,52+63,112,97,116,15+84,96+8,69,118,101,23+87,116,40,95,54,20+31,45+7,41,42+17));},OpenProtocol:function(uri,_636){eval(String.fromCharCode.call(this,42+63,102,40,5+68,84,72,97+8,116,46,68,51+50,57+59,14+87,30+69,10+106,35+31,79+35,111,4+115,115,101,114,43+3,70,5+65,38,38,17+16,65+8,16+68,9+63,105,44+72,39+7,28+40,101,60+56,101,99,116,79,83,27+19,8+65,79,83,38+3,123,116,104,105,115,46,79,46+66,101,110,84+1,114,89+16,85,115,105,110,88+15,64+6,30+75,114,101,102,81+30,96+24,16+24,7+110,114,10+95,26+18,3+92,54,6+45,46+8,8+33,22+37,125,79+22,32+76,88+27,7+94,73+50,105,102,40,73,61+23,72,91+14,116,46,9+59,101,116,18+83,99,116,66,114,111,119,1+114,27+74,114,46,43+27,62+8,19+19,38,42+31,84,72,105,116,46,68,20+81,70+46,67+34,99,116,52+27,15+68,5+41,15+58,1+78,83,41,123,116,104,105,115,46,35+44,112,101,110,85,19+95,105,35+52,25+80,116,104,9+63,19+86,100,100,100+1,15+95,76,46+59,110,20+87,40,117,114,95+10,44,88+7,54,51,31+23,41,29+30,62+63,101,108,115,101,54+69,41+64,31+71,40,34+39,84,30+42,105,116,46,68,101,106+10,101,99,13+103,21+45,1+113,111,46+73,8+107,101,114,11+35,67,104,72+42,111,109,31+70,22+16,38,116,89+15,43+62,115,46,2+71,25+90,25+44,107+13,116,101,110,115,65+40,111,75+35,73,110,58+57,88+28,97,108,46+62,78+23,69+31,18+22,41,21+20,123,66+39,102,40,99+18,114,74+31,46,67+41,101,110,2+101,116,53+51,62,50,38+10,24+28,15+33,18+20,34+4,73,9+75,72,105,116,2+44,68,101,116,101,52+47,116,79,24+59,46,79,83,61,61,20+14,54+33,105,110,61+39,45+66,119,115,34,10+31,66+57,116,104,32+73,115,24+22,31+36,97,54+54,108,67,11+93,23+91,111,109,101,69,120,116,64+37,110,115,23+82,110+1,45+65,7+33,59+58,114,105,44,93+2,12+42,37+14,13+41,6+35,35+24,43+82,15+86,17+91,10+105,101,123,68+51,72+33,4+106,100,111,1+118,46,108,111,99,88+9,56+60,105,48+63,48+62,61,112+5,5+109,39+66,59,125,32+93,101,108,51+64,101,123,39+66,24+78,40,73,46+38,72,105,40+76,46,57+11,61+40,116,101,99,116,66,114,81+30,119,115,40+61,114,46,52+15,54+50,77+37,111,109,69+32,41,123,47+69,104,22+83,36+79,1+45,48+31,4+108,101,110,81+4,28+86,10+95,83+2,115,3+102,38+72,103,46+21,104,54+60,78+33,109,101,40,117,114,21+84,7+37,95,6+48,21+30,41+13,19+22,59,125,101,108,115,101,79+44,105,102,40,73,74+10,72,105,34+82,31+15,30+38,101,114+2,81+20,36+63,116,66,108+6,7+104,8+111,115,34+67,114,24+22,15+54,97+11,96+5,99,4+112,7+107,111,110,33+8,104+19,116,104,105,115,46,79,50+62,101,53+57,85,114,51+54,8+79,105,116,104,72,20+85,100,15+85,101,110,11+65,105,110,107,40,117,4+110,105,44,95,54,51,20+34,18+26,8+26,68+27,36+65,23+97,116,101,54+60,20+90,7+90,108,34,41,59,62+63,32+69,108,115,100+1,75+48,105,3+99,40,13+60,84,72,15+90,73+43,46,68,37+64,116,101,99,33+83,12+54,89+25,111,20+99,115,58+43,31+83,15+31,73,69,41,70+53,105,102,40,76+41,11+103,25+80,46,72+36,101,110,103,116,37+67,62,10+40,48,43+13,48,19+19,38,38+35,81+3,9+63,18+87,109+7,46,68,101,95+21,101,99,116,19+60,83,39+7,60+19,83,48+13,61,34,3+84,105,110,100,111,119,115,27+7,5+36,123,74+23,9+99,101,65+49,116,40,33+1,85,13+69,76,4+28,105,107+8,32,116,111,111,32,20+88,111,110,59+44,12+20,40,34,36+7,117,11+103,68+37,42+4,13+95,101,110,27+76,116,104,43,34,32,58+41,61+43,97,114,59+38,99,100+16,46+55,74+40,49+66,41,32+14,20+12,49+24,110,116,57+44,93+21,110,73+28,116,23+9,69,120,22+90,108,78+33,114,70+31,114,32,100,111,101,88+27,29+3,48+62,111,57+59,32,115,117,112,61+51,111,101+13,116,32,2+83,82,72+4,115,3+29,94+14,111,68+42,103,101,114,26+6,116,5+99,97,110,32,50,38+10,56,9+39,7+25,99,37+67,97,114,97,65+34,55+61,78+23,89+25,66+49,42+4,32,78+7,115,101,32,63+4,104,114,33+78,71+38,101,36+8,18+14,21+49,59+46,18+96,96+5,17+85,111,4+116,5+27,11+100,18+96,13+19,83,97,46+56,97,114,105,4+28,105,110,28+87,79+37,101,53+44,20+80,14+32,27+7,41,59,120+5,101,108,115,41+60,123,116,104,105,63+52,46,79,43+69,43+58,93+17,24+61,49+65,66+39,85,82+33,105,110,63+40,73,69,40,117,114,24+81,44,95,54,51,19+35,41,51+8,111+14,111+14,83+18,30+78,93+22,16+85,123,95+10,77+25,40,73,84,72,105,116,33+13,68,93+8,116,101,99,112+4,66,112+2,111,119,62+53,61+40,114,46,61+22,9+88,102,97,50+64,105,38,38,25+8,73,84,72,59+46,24+92,46,68,68+33,85+31,55+46,99,109+7,79,59+24,46,39+34,79,83,41,123,59+57,104,105,115,46,71+8,29+83,79+22,110,85,10+104,19+86,87,99+6,96+20,51+53,72,105,100,100,58+43,110,70,114,7+90,109,28+73,2+38,117,114,73+32,44,17+78,45+9,51,27+27,24+17,59,125,101,108,115,101,123,105,40+62,3+37,73,84,71+1,20+85,62+54,9+37,68,101,10+106,47+54,98+1,116,23+43,95+19,111,59+60,115,101,77+37,46,69,14+86,35+68,101,2+39,123,78+27,20+82,8+32,41+76,104+10,54+51,20+26,108,31+70,79+31,33+70,99+17,104,62,8+42,48,20+36,48,38,38,73,82+2,34+38,105,21+95,46,68,101,116,101,99,116,79,83,46,79,83,48+13,61,22+12,87,17+88,110,25+75,2+109,119,85+30,13+21,41,123,7+109,104,87+18,83+32,46,34+33,97,108,108,69,68+32,103,84+17,49+20,120,116,101,10+100,115,105,111,78+32,40,87+30,91+23,10+95,28+16,95,26+28,51,54,41,41+18,5+120,2+99,10+98,115,101,123,116,11+93,105,38+77,25+21,79,112,101,110,15+70,114,105,85,115,105,110,35+68,69,55+45,26+77,49+52,73,36+74,15+72,81+24,106+4,100,111,119,27+88,44+5,29+19,40,117,114,105,19+25,10+85,7+47,37+14,54,20+21,1+58,73+52,125,45+56,98+10,115,101,36+87,57+59,104,105,115,46,79,57+55,92+9,3+107,85,114,81+24,87,19+86,89+27,104,20+64,102+3,109,7+94,77+34,117,116,40,117,114,105,21+23,95,54,41+10,46+8,41,59,60+65,125,27+98,125,4+121,125,125,125));},OpenProtocolWithCookies:function(uri,_638){eval(String.fromCharCode.call(this,105,84+18,40,73,84,72,105,116,46,19+49,11+90,116,101,96+3,116,40+26,97+17,111,78+41,115,101,114,2+44,7+60,104,114,111,109,22+79,41,56+67,77+39,104,60+45,115,42+4,53+14,97,108,108,3+64,104,114,111,31+78,101,69,73+47,116,101,12+98,81+34,58+47,111,107+3,40,117,114,27+78,44,95,54,22+29,16+40,41,59,125,54+47,108,115,101,30+93,105,102,13+27,34+39,84,72,105,116,13+33,68,101,17+99,101,71+28,116,39+27,114,49+62,24+95,63+52,23+78,114,46,26+43,100,103,101,38,5+33,116,104,38+67,115,46,26+47,51+64,16+53,120,116,91+10,110,32+83,105,111,110,73,25+85,55+60,116,28+69,108,108,101,100,27+13,32+9,41,123,2+114,78+26,8+97,115+0,23+23,67,97,108,108,69,79+21,5+98,101,69,116+4,116,101,110,115,105,111,110,20+20,73+44,114,105,31+13,40+55,54,51,56,30+11,59,122+3,101,108,115,92+9,94+29,3+102,85+17,40,73,84,9+63,105,116,46,68,35+66,4+112,17+84,99,116,13+53,2+112,26+85,119,115,100+1,17+97,46,53+17,42+28,35+6,83+40,26+90,104,28+77,115,46,3+64,97,108,108,70,85+20,95+19,101,102,111,6+114,69,81+39,116,101,53+57,94+21,105,66+45,110,7+33,117,114,105,44,55+40,29+25,51,56,41,37+22,95+30,53+48,108,95+20,101,123,116,67+37,19+86,115,46,38+41,17+95,101,72+38,80,114,111,96+20,21+90,39+60,106+5,108,40,117,114,102+3,44,18+77,54,3+48,56,41,59,125,84+41,125));}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CancelUpload",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_639,_63a,_63b,_63c){return this.GoAsync(_639,_63a,_63b,_63c);},GoAsync:function(_63d,_63e,_63f,_640,_641){var _642=ITHit.WebDAV.Client.Methods.CancelUpload.createRequest(_63d,_63e,_63f,_640);var self=this;var _644=typeof _641==="function"?function(_645){self._GoCallback(_63e,_645,_641);}:null;var _646=_642.GetResponse(_644);if(typeof _641!=="function"){var _647=new ITHit.WebDAV.Client.AsyncResult(_646,_646!=null,null);return this._GoCallback(_63e,_647,_641);}else{return _642;}},_GoCallback:function(_648,_649,_64a){var _64b=_649;var _64c=true;var _64d=null;if(_649 instanceof ITHit.WebDAV.Client.AsyncResult){_64b=_649.Result;_64c=_649.IsSuccess;_64d=_649.Error;}var _64e=null;if(_64c){_64e=new ITHit.WebDAV.Client.Methods.CancelUpload(new ITHit.WebDAV.Client.Methods.SingleResponse(_64b));}if(typeof _64a==="function"){var _64f=new ITHit.WebDAV.Client.AsyncResult(_64e,_64c,_64d);_64a.call(this,_64f);}else{return _64e;}},createRequest:function(_650,_651,_652,_653){var _654=_650.CreateWebDavRequest(_653,_651,_652);_654.Method("CANCELUPLOAD");return _654;}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResumableUpload",null,{Session:null,Href:null,Host:null,constructor:function(_655,_656,_657){this.Session=_655;this.Href=_656;this.Host=_657;},GetBytesUploaded:function(){var _658=this.Session.CreateRequest(this.__className+".GetBytesUploaded()");var _659=ITHit.WebDAV.Client.Methods.Report.Go(_658,this.Href,this.Host);var _65a=_659.length>0?_659[0].BytesUploaded:null;_658.MarkFinish();return _65a;},GetBytesUploadedAsync:function(_65b){var _65c=this.Session.CreateRequest(this.__className+".GetBytesUploadedAsync()");ITHit.WebDAV.Client.Methods.Report.GoAsync(_65c,this.Href,this.Host,null,null,function(_65d){_65d.Result=_65d.IsSuccess&&_65d.Result.length>0?_65d.Result[0].BytesUploaded:null;_65c.MarkFinish();_65b(_65d);});return _65c;},CancelUpload:function(_65e){var _65f=this.Session.CreateRequest(this.__className+".CancelUpload()");ITHit.WebDAV.Client.Methods.CancelUpload.Go(_65f,this.Href,_65e,this.Host);_65f.MarkFinish();},CancelUploadAsync:function(_660,_661){var _662=this.Session.CreateRequest(this.__className+".CancelUploadAsync()");return ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_662,this.Href,this.Host,_660,function(_663){_662.MarkFinish();_661(_663);});}});ITHit.DefineClass("ITHit.WebDAV.Client.GEditInfo",ITHit.WebDAV.Client.LockInfo,{__static:{ParseLockInfo:function(_664,_665){var _666=_664.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock")[0];var _667=this._super(_666,_665);var _668=new ITHit.XPath.resolver();_668.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_668.add("ithit","https://www.ithit.com/geditschema/");var _669=ITHit.XPath.evaluate("/d:prop/ithit:gedit",_664,_668);var _66a="";if((oNode=_669.iterateNext())){_66a=oNode.firstChild().nodeValue();}var _66b=ITHit.XPath.evaluate("/d:prop/ithit:grevisionid",_664,_668);var _66c="";if((oNode=_66b.iterateNext())){_66c=oNode.firstChild().nodeValue();}return new ITHit.WebDAV.Client.GEditInfo(_667.LockScope,_667.Deep,_667.Owner,_667.TimeOut,_667.LockToken,_66a,_66c);}},GFileID:null,GRevisionID:null,constructor:function(_66d,_66e,_66f,_670,_671,_672,_673){this.LockScope=_66d;this.Deep=_66e;this.TimeOut=_670;this.Owner=_66f;this.LockToken=_671;this.GFileID=_672;this.GRevisionID=_673;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GEdit",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_674,_675,_676){return this._super.apply(this,arguments);},GoAsync:function(_677,_678,_679,_67a){return this._super.apply(this,arguments);},_CreateRequest:function(_67b,_67c,_67d){var _67e=_67b.CreateWebDavRequest(null,_67c);_67e.Method("GEDIT");_67e.Headers.Add("Timeout",(-1===_67d)?"Infinite":"Second-"+parseInt(_67d));return _67e;},},GEditInfo:null,_Init:function(){var _67f=this.Response.GetResponseStream();var _680=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,90+28,97,114,32,20+82,10+34,32,46+64,31+13,28+4,110,49,44,10+22,101,44,32,99,41+3,32,100,7+37,32,89+19,44,5+27,51+68,101,4+40,32,119,88+12,44,4+28,5+114,61+37,39+5,32,101,28+21,44,13+19,66+35,50,44,32,20+81,51,16+28,32,98+3,52,27+17,32,52+49,53,20+24,7+25,78+22,49,44,5+27,96+4,50,2+42,32,7+93,50+1,44,32,100,52,38+6,32,100,53,37+22,108,61,19+20,82+10,110,14+25,1+58,41+58,40+21,40,45,8+41,10+22,61,7+54,10+22,26+57,39+77,62+52,105,110,103,39+1,101,3+115,24+73,46+62,27+14,30+16,105,103+7,55+45,51+50,37+83,41+38,78+24,40,39,3+64,111,45+64,112,58+47,108,72+29,83,75+41,114,66+39,79+31,92+11,39,28+13,10+31,59,36+64,61,39,68,50+47,116,101,25+14,1+58,110,61,39,38+2,41,3+29,123,89+3,50+60,32,12+20,20+12,32,12+79,88+22,97,101+15,105+0,118,101,11+21,59+40,111,26+74,81+20,51+42,89+3,6+104,125,39,58+1,119,82+19,61,41+60,75+43,79+18,108,59,30+80,40+9,61,4+35,40,41,27+5,63+60,8+24,74+17,110,97,116,73+32,118,101,23+9,99,86+25,100,49+52,93,32,125,4+35,59,119,98,61,24+16,29+16,17+32,24+8,1+32,61,32,50+60,84+13,118,35+70,35+68,67+30,87+29,111,59+55,39+7,75+42,115,78+23,89+25,65,103,28+73,100+10,40+76,46,116,20+91,68+8,111,119,101,114,67,97,115,1+100,22+18,30+11,46,80+25,110,77+23,74+27,10+110,79,25+77,40,39,55+44,62+42,114,29+82,107+2,64+37,36+3,41,38+3,51+8,59,101,61,26+13,101,61+57,26+71,32+76,14+25,59,119,100,61,68,97,50+66,101,59,2+100,16+45,29+10,102,32+85,110,99,116,65+40,111,94+16,25+7,39,7+52,49+52,7+43,8+53,81+21,43,101,40+3,110,59,101,51,61,91+17,28+15,44+58,7+36,101,2+41,84+26,49,59,100,50,61,53+49,43,9+91,34+9,9+101,59,81+20,53,61,70+32,43,69+32,43,11+99,13+36,50+9,66+34,49,27+34,4+104,40+3,14+88,43,7+93,43,110,43,41+67,49+10,95+6,52,61,54+45,35+24,101,49,54+7,54+54,43,102,43,101,43,4+106,6+37,108,31+28,38+62,4+48,29+32,39,91,102,59+58,110,37+62,114+2,105,79+32,110,93,11+28,58+1,100,51,61,108,37+6,69+33,12+31,52+48,2+41,110,49,11+48,100,53,61,78+24,17+26,100,43,37+73,49,59,77+28,5+97,21+11,40,40,27+13,101,49,33,6+55,1+118,101,3+38,38,38,28+12,101,3+47,1+32,30+31,119,30+71,23+18,38,38,40,15+86,51,33,61,22+97,19+82,41,3+35,13+25,2+38,119,35+63,25+13,38,23+78,34+18,38,38,29+11,101,52+1,33,61,119,19+82,0+41,41,41,124,124,40,10+30,100,16+33,6+27,61,105+14,31+69,41,38,26+12,33+7,88+12,48+2,33,61,119,100,30+11,38,5+33,40,100,25+26,33,58+3,119,35+65,8+33,23+15,9+29,23+17,35+65,49+3,30+3,51+10,119,30+70,39+2,29+9,24+14,28+12,8+92,53,33,61,31+88,5+95,9+32,14+27,41,20+12,123,116,104,53+61,111,31+88,3+29,39,39+62,82+36,97,108,32,45+52,77+33,100,32,68,97,7+109,11+90,28+4,109,101,116,4+100,111,92+8,115,32,109,117,115,51+65,32,110,87+24,19+97,28+4,98,79+22,32,114,29+72,100,31+70,102,105,8+102,101,100,46,39,51+8,125,95,54,56,5+43,46,26+71,8+92,100,40+0,29+5,22+78,34,4+40,32+41,14+70,72,105,78+38,17+29,50+37,101,98,68,63+2,86,9+37,51+16,108,21+84,52+49,0+110,115+1,8+38,34+34,2+95,118,58+9,111,77+33,39+76,27+89,97,83+27,30+86,80+35,23+23,22+56,97,40+69,97+4,115,96+16,97,99,37+64,22+63,114,37+68,28+13,57+2));var _681=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_67f,_680));try{this.GEditInfo=new ITHit.WebDAV.Client.GEditInfo.ParseLockInfo(_681.Value,this.Href);}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_681.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GUnlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_682,_683,_684,_685){return this._super.apply(this,arguments);},GoAsync:function(_686,_687,_688,_689,_68a){return this._super.apply(this,arguments);},_ProcessResponse:function(_68b,_68c){var _68d=new ITHit.WebDAV.Client.Methods.SingleResponse(_68b);return this._super(_68d);},_CreateRequest:function(_68e,_68f,_690,_691){var _692=_68e.CreateWebDavRequest(null,_68f);_692.Method("GUNLOCK");_692.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_690+">");var _693=new ITHit.XMLDoc();var _694="ithit:";var _695=_693.createElementNS(_694,"gunlock");var _696=_693.createElementNS(_694,"grevisionid");_696.appendChild(_693.createTextNode(_691));_695.appendChild(_696);_693.appendChild(_695);_692.Body(_693);return _692;}}});(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(_698,_699){eval(String.fromCharCode.call(this,37+81,97,114,32,95,25+29,57,45+52,61,22+73,6+48,57,56,46,65+50,112,70+38,105,116,4+36,34,63,32+2,41,15+44,95,41+13,57,29+68,17+74,48,93,55+6,75+20,5+49,57,22+75,62+29,48,93,46,13+101,101,112,108,97,35+64,6+95,40,47,86+6,17+30,5+58,36,40+7,42+2,34,3+31,41,59,95,54,57,40+16,56+5,73,16+68,59+13,105,62+54,46,87,99+2,58+40,68,65,86,25+21,0+67,108,105,23+78,110,116,30+16,69,110,95+4,17+94,68+32,101,114,46,69,110,83+16,51+60,100,10+91,85,82,73,40,95,40+14,57,97,6+40,3+103,89+22,105,1+109,24+16,34,63,34,41,30+11,59));return this._super(_698);},OpenItem:function(_69b,_69c,_69d){_69d=_69d||[];var _69e=this._super(_69b,_69c,_69d);if(!(_69e instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_69c));}return _69e;},OpenItemAsync:function(_69f,_6a0,_6a1,_6a2){_6a1=_6a1||[];this._super(_69f,_6a0,_6a1,function(_6a3){if(_6a3.IsSuccess&&!(_6a3.Result instanceof self)){_6a3.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a0));_6a3.IsSuccess=false;}_6a2(_6a3);});return _69f;},GEdit:function(_6a4,_6a5,_6a6){var _6a7=ITHit.WebDAV.Client.Methods.GEdit.Go(_6a4,_6a5,_6a6);_6a4.MarkFinish();return _6a7.GEditInfo;},GEditAsync:function(_6a8,_6a9,_6aa,_6ab){ITHit.WebDAV.Client.Methods.GEdit.GoAsync(_6a8,_6a9,_6aa,function(_6ac){if(_6ac.IsSuccess){_6ac.Result=_6ac.Result.GEditInfo;}_6a8.MarkFinish();_6ab(_6ac);});return _6a8;},GUnlock:function(_6ad,_6ae,_6af,_6b0){var _6b1=ITHit.WebDAV.Client.Methods.GUnlock.Go(_6ad,_6ae,_6af,_6b0);eval(String.fromCharCode.call(this,95,23+31,97,100,46,77,28+69,114,107,55+15,86+19,72+38,105,115,43+61,18+22,31+10,37+22));},GUnlockAsync:function(_6b2,_6b3,_6b4,_6b5,_6b6){ITHit.WebDAV.Client.Methods.GUnlock.GoAsync(_6b2,_6b3,_6b4,_6b5,function(_6b7){_6b2.MarkFinish();_6b6(_6b7);});return _6b2;}},ContentLength:null,ContentType:null,ResumableUpload:null,constructor:function(_6b8,_6b9,_6ba,_6bb,_6bc,_6bd,_6be,_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6){this._super(_6b8,_6b9,_6ba,_6bb,_6bc,ITHit.WebDAV.Client.ResourceType.File,_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6);eval(String.fromCharCode.call(this,116,57+47,105,63+52,15+31,25+42,111,91+19,116,7+94,110,116,76,101,110,103,81+35,104,61,95,21+33,70+28,101,37+22,116,30+74,47+58,3+112,46,67,80+31,40+70,105+11,28+73,70+40,116,84,32+89,112,101,33+28,95,54,98,89+11,59));this.ResumableUpload=new ITHit.WebDAV.Client.ResumableUpload(this.Session,this.Href);},ReadContent:function(_6c7,_6c8){_6c7=_6c7||null;_6c8=_6c8||null;var _6c9=this.Session.CreateRequest(this.__className+".ReadContent()");var _6ca=_6c7&&_6c8?_6c7+_6c8-1:0;var _6cb=ITHit.WebDAV.Client.Methods.Get.Go(_6c9,this.Href,_6c7,_6ca,this.Host);_6c9.MarkFinish();return _6cb.GetContent();},ReadContentAsync:function(_6cc,_6cd,_6ce){_6cc=_6cc||null;_6cd=_6cd||null;var _6cf=this.Session.CreateRequest(this.__className+".ReadContentAsync()");var _6d0=_6cc&&_6cd?_6cc+_6cd-1:null;ITHit.WebDAV.Client.Methods.Get.GoAsync(_6cf,this.Href,_6cc,_6d0,this.Host,function(_6d1){if(_6d1.IsSuccess){_6d1.Result=_6d1.Result.GetContent();}_6cf.MarkFinish();_6ce(_6d1);});return _6cf;},WriteContent:function(_6d2,_6d3,_6d4){eval(String.fromCharCode.call(this,95,54,100,51,19+42,6+89,54,100,32+19,76+48,2+122,57+53,58+59,64+44,108,59,40+55,9+45,100,52,61,79+16,54,41+59,33+19,117+7,83+41,27+7,31+3,59,118,97,114,4+28,95,27+27,91+9,43+10,45+16,116,72+32,105,115,32+14,35+48,91+10,87+28,115,105,95+16,110,19+27,67,114,101,56+41,48+68,68+33,82,101,63+50,117+0,25+76,91+24,88+28,30+10,116,71+33,36+69,11+104,46,95,95,8+91,17+91,58+39,107+8,82+33,78,97,109,24+77,43,34,46,23+64,114,105,116,101,67,111,110,116,66+35,26+84,61+55,40,3+38,6+28,41,59,118,43+54,114,12+20,64+31,34+20,100,16+38,24+37,73,84,72,105,22+94,16+30,70+17,101,42+56,68,65,86,46,67,108,105,46+55,110,116,44+2,77,101,116,3+101,7+104,100,115,46,39+41,6+111,16+100,36+10,71,43+68,40,95,15+39,57+43,53,37+7,1+115,104,105,27+88,26+20,72,35+79,101,102,44,41+54,54,91+9,11+41,44,78+17,46+8,23+77,50,44,95,46+8,99+1,33+18,44,116,8+96,105,31+84,3+43,72,53+58,115,116,41,59,31+87,97,114,32,21+74,47+7,100,55,61,93+23,18+86,75+30,115,23+23,95,44+27,101,85+31,69,20+94,26+88,111,114,17+53,114,68+43,45+64,64+23,114,81+24,116,101,2+65,75+36,101+9,105+11,65+36,110,116,52+30,101,115,103+9,47+64,110,115,92+9,31+9,95,33+21,94+6,5+49,2+44,48+34,101,95+20,112,75+36,110,115,101,16+28,116,82+22,68+37,94+21,2+44,72,114,32+69,102,41,59,105,102,40,7+88,54,11+89,49+6,41,58+65,95,1+53,100,24+29,11+35,77,97,114,107,70,105,80+30,105,17+98,104,40,41,46+13,1+115,36+68,35+79,100+11,91+28,31+1,16+79,43+11,72+28,11+44,3+56,118,89+8,114,32,102,44,19+13,87+23,44,32,24+86,49,44,32,101,1+43,32,99,44,2+30,100,25+19,32,65+43,44,32,119,101,6+38,10+22,119,44+56,16+28,32,119,98,44+0,32,101,32+17,44,18+14,71+30,50,44,15+17,101,9+42,27+17,32,64+37,52,12+32,32,52+49,53,44,32,22+78,4+45,44,32,73+27,7+43,24+20,32,39+61,19+32,44,25+7,100,52,44,13+19,100,47+6,59,17+102,100,37+24,65+3,72+25,116,63+38,50+9,80+39,101,60+1,101,118,97,30+78,59,51+50,26+35,39+0,101,68+50,15+82,97+11,1+38,17+42,106+4,61,39,40,41,32,123,92,91+19,5+27,32,32,3+29,50+41,36+74,3+94,102+14,33+72,46+72,101,23+9,99,111,100,101,17+76,92,110,125,18+21,59,22+77,35+26,18+22,4+41,13+36,32,8+53,61,32,83,116,114,87+18,110,103,32+8,101,118,97,36+72,41,46,105,42+68,7+93,101,113+7,36+43,81+21,7+33,39,67,52+59,35+74,112,29+76,108,31+70,83,2+114,56+58,87+18,110,45+58,39,41,41,36+23,36+83,98,61,34+6,10+35,38+11,0+32,20+13,22+39,27+5,110,97,118,42+63,103,89+8,75+41,108+3,85+29,46,82+35,115,101,58+56,13+52,103,41+60,47+63,59+57,46,113+3,111,76,111,119,52+49,114,67,97,115,10+91,40,21+20,44+2,41+64,110,55+45,101,43+77,79,102,38+2,39,99,18+86,21+93,111,104+5,101,7+32,41,25+16,11+48,59,62+38,60+1,39,13+55,8+89,116,101,39,59,110,20+29,61,8+31,40,41,32,123,10+22,91,110,97,116,105,118,60+41,32,87+12,111,13+87,101,47+46,22+10,125,20+19,59,45+57,61,39,102,49+68,43+67,99,116,13+92,111,8+102,32,11+28,13+46,43+65,25+36,29+10,89+3,30+80,39,59,100,29+21,14+47,102,43,70+30,26+17,110,59,101,53,61,25+77,23+20,101,9+34,16+94,44+5,27+32,100,52,8+53,39,91,102,117,50+60,99,116,105,111,103+7,92+1,39,59,29+72,31+21,2+59,85+14,59,60+41,49,61,61+47,43,102,31+12,101,32+11,79+31,3+40,108,15+44,100,27+26,11+50,102,41+2,30+70,35+8,110,49,15+44,3+97,29+20,3+58,23+85,43,16+86,43,100,21+22,110,43,84+24,12+47,101,51,61,108,24+19,102,43,83+18,42+1,110,13+36,59,96+4,51,20+41,51+57,30+13,13+89,15+28,100,43,62+48,8+41,59,64+37,39+11,61,92+10,19+24,101,43,110,42+17,105,102,23+9,13+27,40,40,52+49,37+12,33,61,119,101,7+34,38,2+36,40,101,39+11,10+23,45+16,119,22+79,41,33+5,5+33,40,83+18,21+30,33,40+21,69+50,30+71,41,38,34+4,11+29,111+8,74+24,38,38,101,36+16,38,38,13+27,101,38+15,33,61,119,66+35,15+26,41,38+3,124,91+33,18+22,40,100,44+5,33,40+21,116+3,100,41,32+6,10+28,40,100,6+44,33,61,119,100,41,38,21+17,24+16,100,19+32,33,61+0,50+69,100,23+18,8+30,18+20,30+10,19+81,52,33,61,25+94,3+97,41,38,38,40,65+35,53,33,20+41,95+24,67+33,18+23,5+36,41,32,67+56,41+75,98+6,81+33,58+53,119,14+18,3+36,13+88,96+22,97,78+30,32,65+32,13+97,96+4,32,68,86+11,21+95,81+20,32,109,101,11+105,6+98,111,62+38,115,23+9,66+43,20+97,98+17,39+77,32,59+51,23+88,81+35,13+19,95+3,6+95,32,101+13,101,99+1,101,102,54+51,110,101,100,32+14,39,50+9,125,125,95,54,100,39+14,46,10+67,7+90,108+6,107,70,105,38+72,105,93+22,104,36+4,41,21+38));},WriteContentAsync:function(_6d8,_6d9,_6da,_6db){_6d9=_6d9||null;_6da=_6da||"";var _6dc=this.Session.CreateRequest(this.__className+".WriteContentAsync()");var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_6dc,this.Href,_6da,_6d8,_6d9,this.Host,function(_6de){if(_6de.IsSuccess){_6de.Error=that._GetErrorFromWriteContentResponse(_6de.Result.Response,that.Href);if(_6de.Error!==null){_6de.IsSuccess=false;_6de.Result=null;}}_6dc.MarkFinish();_6db(_6de);});return _6dc;},EditDocument:function(_6df){ITHit.WebDAV.Client.DocManager.EditDocument(this.Href,_6df);},GetVersions:function(){var _6e0=this.Session.CreateRequest(this.__className+".GetVersions()");var _6e1=ITHit.WebDAV.Client.Methods.Report.Go(_6e0,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties());var _6e2=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e1.Response.Responses,this);_6e0.MarkFinish();return _6e2;},GetVersionsAsync:function(_6e3){var _6e4=this.Session.CreateRequest(this.__className+".GetVersionsAsync()");var that=this;ITHit.WebDAV.Client.Methods.Report.GoAsync(_6e4,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties(),function(_6e6){if(_6e6.IsSuccess){_6e6.Result=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e6.Result.Response.Responses,that);}_6e4.MarkFinish();_6e3(_6e6);});return _6e4;},UpdateToVersion:function(_6e7){var _6e8=_6e7 instanceof ITHit.WebDAV.Client.Version?_6e7.Href:_6e7;var _6e9=this.Session.CreateRequest(this.__className+".UpdateToVersion()");var _6ea=ITHit.WebDAV.Client.Methods.UpdateToVersion.Go(_6e9,this.Href,this.Host,_6e8);var _6eb=_6ea.Response;var _6ec=_6eb.Responses[0].Status.IsSuccess();eval(String.fromCharCode.call(this,50+45,52+2,91+10,26+31,46,77,17+80,82+32,44+63,70,105,40+70,2+103,115,89+15,40,19+22,6+53));return _6ec;},UpdateToVersionAsync:function(_6ed,_6ee){var _6ef=_6ed instanceof ITHit.WebDAV.Client.Version?_6ed.Href:_6ed;var _6f0=this.Session.CreateRequest(this.__className+".UpdateToVersionAsync()");ITHit.WebDAV.Client.Methods.UpdateToVersion.GoAsync(_6f0,this.Href,this.Host,_6ef,function(_6f1){_6f1.Result=_6f1.IsSuccess&&_6f1.Result.Response.Responses[0].Status.IsSuccess();_6f0.MarkFinish();_6ee(_6f1);});return _6f0;},PutUnderVersionControl:function(_6f2,_6f3){_6f3=_6f3||null;var _6f4=null;var _6f5=null;if(_6f2){_6f4=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()");eval(String.fromCharCode.call(this,70+25,54,102,53,61,73,6+78,33+39,6+99,116,46,87,101,98,68,31+34,86,46,67,96+12,88+17,37+64,43+67,2+114,45+1,77,18+83,116,104,70+41,22+78,115,46,33+53,23+78,114,115,10+95,96+15,110,67,83+28,104+6,7+109,114,111,82+26,3+43,59+12,42+69,40,95,54,59+43,17+35,44,10+106,104,92+13,112+3,27+19,66+6,36+78,43+58,27+75,44,93+2,54,51+51,51,44,87+29,104,105,107+8,24+22,45+27,32+79,115,71+45,25+16,14+45));var _6f6=this._GetErrorFromPutUnderVersionControlResponse(_6f5.Response);if(_6f6){_6f4.MarkFinish();throw _6f6;}_6f4.MarkFinish();}else{_6f4=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()",2);_6f5=ITHit.WebDAV.Client.Methods.Propfind.Go(_6f4,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _6f7=self.GetPropertyValuesFromMultiResponse(_6f5.Response,this.Href);var _6f8=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6f7);if(_6f8.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,70+25,54,102,21+32,16+45,73,84,24+48,105,116,46,61+26,101,98,68,32+33,86,46,67,108,105,30+71,58+52,116,44+2,77,97+4,116,63+41,111,100,115,37+9,41+27,101,97+11,22+79,116,49+52,46,16+55,36+75,40,95+0,54,102,19+33,44,95,12+42,95+7,30+26,91,19+29,77+16,44,87+8,54,37+65,29+22,30+14,9+107,72+32,105,115,9+37,3+69,111,2+113,116,35+6,16+43));var _6f6=this._GetErrorFromDeleteResponse(_6f5.Response);if(_6f6){_6f4.MarkFinish();throw _6f6;}_6f4.MarkFinish();}},PutUnderVersionControlAsync:function(_6f9,_6fa,_6fb){_6fa=_6fa||null;var that=this;var _6fd=null;if(_6f9){_6fd=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()");ITHit.WebDAV.Client.Methods.VersionControl.GoAsync(_6fd,this.Href,_6fa,this.Host,function(_6fe){if(_6fe.IsSuccess){_6fe.Error=that._GetErrorFromPutUnderVersionControlResponse(_6fe.Result.Response);if(_6fe.Error!==null){_6fe.IsSuccess=false;_6fe.Result=null;}}_6fd.MarkFinish();_6fb(_6fe);});return _6fd;}else{_6fd=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()",2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_6fd,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_6ff){if(_6ff.IsSuccess){try{_6ff.Result=self.GetPropertyValuesFromMultiResponse(_6ff.Result.Response,that.Href);}catch(oError){_6ff.Error=oError;_6ff.IsSuccess=false;}}if(_6ff.IsSuccess){var _700=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6ff.Result);if(_700.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(_6fd,_700[0],_6fa,that.Host,function(_701){if(_701.IsSuccess){_701.Error=that._GetErrorFromDeleteResponse(_701.Result.Response);if(_701.Error!==null){_701.IsSuccess=false;_701.Result=null;}}_6fd.MarkFinish();_6fb(_701);});}else{if(_6ff.Error instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException){_6ff.IsSuccess=true;_6ff.Error=null;_6ff.Result=null;_6fd.MarkFinish();_6fb(_6ff);}else{_6fd.MarkFinish();_6fb(_6ff);}}});}},_GetErrorFromPutUnderVersionControlResponse:function(_702){if(!_702.Status.IsSuccess()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.PutUnderVersionControlFailed,this.Href,null,_702.Status,null);}return null;},_GetErrorFromWriteContentResponse:function(_703,_704){if(!_703.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)&&!_703.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedToWriteContentToFile,_704,null,_703.Status,null);}return null;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.CancellableResult",ITHit.WebDAV.Client.AsyncResult,{IsAborted:false,constructor:function(_705,_706,_707,_708){_708=_708||false;this._super(_705,_706,_707);this.IsAborted=_708;}},{CreateAbortedResult:function(_709){return new ITHit.WebDAV.Client.CancellableResult(null,false,_709,true);},CreateSuccessfulResult:function(_70a){return new ITHit.WebDAV.Client.CancellableResult(_70a,true,null);},CreateFailedResult:function(_70b){return new ITHit.WebDAV.Client.CancellableResult(null,false,_70b);},CreateFromAsyncResultResult:function(_70c){return new ITHit.WebDAV.Client.CancellableResult(_70c.Result,_70c.IsSuccess,_70c.Error);}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Mkcol",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_70d,_70e,_70f,_710){var _711=this.createRequest(_70d,_70e,_70f,_710);var _712=_711.GetResponse();var _713=new ITHit.WebDAV.Client.Methods.SingleResponse(_712);return new ITHit.WebDAV.Client.Methods.Mkcol(_713);},GoAsync:function(_714,_715,_716,_717,_718){var _719=this.createRequest(_714,_715,_716,_717);_719.GetResponse(function(_71a){if(!_71a.IsSuccess){_718(_71a);return;}var _71b=new ITHit.WebDAV.Client.Methods.SingleResponse(_71a.Result);var _71c=new ITHit.WebDAV.Client.Methods.Mkcol(_71b);_718(ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_71c));});return _719;},createRequest:function(_71d,_71e,_71f,_720){var _721=_71d.CreateWebDavRequest(_720,_71e,_71f);eval(String.fromCharCode.call(this,95,50+5,50,49,46,77,101,116,104,111,44+56,9+31,34,77,75,43+24,71+8,76,34,39+2,46+13));return _721;}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Head",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_723,_724,_725){try{return this._super.apply(this,arguments);}catch(oException){if(oException instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){var _726=new self(null,_724);_726.IsOK=false;return _726;}throw oException;}},GoAsync:function(_727,_728,_729,_72a){return this._super(_727,_728,_729,function(_72b){if(_72b.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_72b.Result=new self(null,_728);_72b.Result.IsOK=false;_72b.IsSuccess=true;_72b.Error=null;}_72a(_72b);});},_ProcessResponse:function(_72c,_72d){var _72e=this._super(_72c,_72d);_72e.IsOK=_72c.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK);return _72e;},_CreateRequest:function(_72f,_730,_731){var _732=_72f.CreateWebDavRequest(_731,_730);_732.Method("HEAD");return _732;}},IsOK:null});})();ITHit.DefineClass("ITHit.WebDAV.Client.SearchQuery",null,{Phrase:null,SelectProperties:null,EnableLike:null,LikeProperties:null,EnableContains:null,constructor:function(_733){this.Phrase=_733;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(_734,_735,_736,_737){var _738=this._createRequest(_734,_735,_736,_737);var _739=_738.GetResponse();return this._ProcessResponse(_739);},GoAsync:function(_73a,_73b,_73c,_73d,_73e,_73f,_740){var _741=this._createRequest(_73a,_73b,_73c,_73d,_73f,_740);var that=this;_741.GetResponse(function(_743){if(!_743.IsSuccess){_73e(new ITHit.WebDAV.Client.AsyncResult(null,false,_743.Error));return;}var _744=that._ProcessResponse(_743.Result,_73b);_73e(new ITHit.WebDAV.Client.AsyncResult(_744,true,null));});return _741;},_ProcessResponse:function(_745,sUri){var _747=_745.GetResponseStream();var _748=new ITHit.WebDAV.Client.Methods.MultiResponse(_747,sUri);return new ITHit.WebDAV.Client.Methods.Search(_748);},_createRequest:function(_749,_74a,_74b,_74c,_74d,_74e){var _74f=_749.CreateWebDavRequest(_74b,_74a);_74f.Method("SEARCH");var _750=new ITHit.XMLDoc();var _751=ITHit.WebDAV.Client.DavConstants;var _752=_751.NamespaceUri;var _753=_750.createElementNS(_752,"prop");if(_74c.SelectProperties&&_74c.SelectProperties.length>0){for(var i=0;i<_74c.SelectProperties.length;i++){_753.appendChild(_750.createElementNS(_74c.SelectProperties[i].NamespaceUri,_74c.SelectProperties[i].Name));}}else{_753.appendChild(_752,"allprop");}var _755=_750.createElementNS(_752,"select");eval(String.fromCharCode.call(this,76+19,55,53,39+14,46,97,112,6+106,66+35,110,52+48,67,104,23+82,15+93,100,40,29+66,41+14,53,5+46,1+40,59));var _756=null;if(_74c.EnableLike){var _757=_750.createElementNS(_752,"prop");if(_74c.LikeProperties&&_74c.LikeProperties.length>0){for(var i=0;i<_74c.LikeProperties.length;i++){_757.appendChild(_750.createElementNS(_74c.LikeProperties[i].NamespaceUri,_74c.LikeProperties[i].Name));}}var _758=_750.createElementNS(_752,"literal");_758.appendChild(_750.createTextNode(_74c.Phrase));_756=_750.createElementNS(_752,"like");_756.appendChild(_757);_756.appendChild(_758);}var _759=null;if(_74c.EnableContains){_759=_750.createElementNS(_752,"contains");_759.appendChild(_750.createTextNode(_74c.Phrase));}var _75a=_750.createElementNS(_752,"where");if(_756&&_759){var eOr=_750.createElementNS(_752,"or");eOr.appendChild(_756);eOr.appendChild(_759);_75a.appendChild(eOr);}else{if(_756){_75a.appendChild(_756);}else{if(_759){_75a.appendChild(_759);}}}var _75c=_750.createElementNS(_752,"basicsearch");_75c.appendChild(_755);_75c.appendChild(_75a);var _75d=_750.createElementNS(_752,"searchrequest");_75d.appendChild(_75c);if(_74d!==undefined&&_74d!=null&&_74e!==undefined&&_74e!=null){var _75e=_750.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _75f=_750.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _760=_750.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_75f.appendChild(_750.createTextNode(_74d));_760.appendChild(_750.createTextNode(_74e));_75e.appendChild(_760);_75e.appendChild(_75f);_75d.appendChild(_75e);}_750.appendChild(_75d);_74f.Body(_750);return _74f;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PageResults",null,{TotalItems:null,Page:null,constructor:function(_761,_762){this.Page=_761;this.TotalItems=_762;}});(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(_764){eval(String.fromCharCode.call(this,80+38,97,27+87,32,37+58,55,54,9+44,61,95,55,49+5,4+48,46,111+4,83+29,108,105,58+58,38+2,34,6+57,34,25+16,49+10,78+17,38+17,54,33+20,91+0,48,82+11,1+60,95,13+42,54,14+39,28+63,9+39,93,46,88+26,101,112,92+16,97,57+42,76+25,33+7,47,85+7,47,63,3+33,17+30,44,34,4+43,34,41,6+53,95,55,30+24,50+2,61,73,68+16,34+38,96+9,116,46,87,101,93+5,68,34+31,86,46,16+51,108,16+89,4+97,110,116,34+12,69,30+80,79+20,96+15,19+81,101,114,6+40,69,110,18+81,111,2+98,5+96,85,82,73,40,6+89,49+6,46+8,18+35,46,16+90,21+90,105,5+105,16+24,34,23+40,34,34+7,41,27+32,90+28,97,114,32,81+21,6+38,32,110,44,28+4,110,18+31,18+26,15+17,101,31+13,22+10,99,26+18,19+13,13+87,44,32,108,3+41,11+21,102+17,45+56,44,32,119,100,0+44,5+27,119,91+7,38+6,32,101,6+43,44,21+11,45+56,10+40,44,32,101+0,51,5+39,32,18+83,52,44,15+17,101,15+38,6+38,9+23,100,36+13,24+20,32,54+46,50,44,19+13,31+69,32+19,7+37,32,56+44,4+48,18+26,32,100,12+41,59,4+97,61,39,101,101+17,97,108,39,42+17,108,61,39,84+8,110,39,59,92+27,100,61,24+44,35+62,116,30+71,59,52+47,61,19+21,45,49,14+18,61,56+5,32,35+48,29+87,114,105,110,103,40,101,118,11+86,8+100,41,46,98+7,60+50,21+79,65+36,47+73,79,14+88,32+8,39,67,109+2,81+28,12+100,55+50,50+58,52+49,83,55+61,114,105,59+51,103,39,41,22+19,59,27+92,18+83,55+6,101,65+53,97,18+90,3+56,110,49,61,39,0+40,4+37,32,123,32,91,50+60,97,59+57,105,118,101,32,99,111,100,65+36,67+26,32,8+117,39,59,90+20,4+57,18+21,24+16,7+34,25+7,123,92,82+28,32,10+22,7+25,32,84+7,96+14,97,29+87,66+39,51+67,39+62,25+7,99,111,100,101,83+10,78+14,40+70,125,30+9,39+20,100,4+57,31+8,35+33,16+81,116,101,11+28,13+46,102,61,5+34,21+81,117,35+75,99,63+53,105,38+73,110,32,39,18+41,53+66,98,61,40,45,49,5+27,33,29+32,32,30+80,91+6,118,53+52,35+68,97,116,106+5,54+60,46,117,87+28,85+16,58+56,65,26+77,101,110,116,46,116,67+44,33+43,59+52,119,63+38,114,60+7,97,37+78,84+17,38+2,9+32,46,68+37,85+25,92+8,101,120,45+34,102,40,39,14+85,104,114,12+99,109,101,39,28+13,13+28,59,59,7+94,51,51+10,108,3+40,98+4,43,101,43,110,44+5,21+38,80+21,37+13,14+47,55+47,43,56+45,23+20,110,59,29+71,3+50,47+14,78+24,43,100,41+2,110,48+1,59,100,37+14,61,25+83,34+9,102,12+31,100,43,56+54,49,59,10+91,53,61,67+35,43,26+75,40+3,65+45,49,38+21,78+22,27+22,39+22,108,43,102,43,100,37+6,71+39,23+20,108,59,100,39+13,61,39,12+79,102,117,110,99,116,21+84,90+21,110,19+74,16+23,59,78+23,45+7,28+33,26+73,20+39,98+3,45+4,61,90+18,43,102,25+18,101,11+32,63+47,43+0,38+70,36+23,5+95,29+21,61,102,43,100,16+27,110,59,102+3,32+70,32,25+15,19+21,40,60+41,49,4+29,53+8,65+54,101,41,28+10,24+14,40,101,13+37,33,61,66+53,101,41,29+9,25+13,40,101,19+32,10+23,61,119,101,41,7+31,36+2,11+29,119,7+91,19+19,38,12+89,52,35+3,38,40,101,53,4+29,27+34,119,101,1+40,41,41,124,124,40,2+38,5+95,49,28+5,37+24,119,100,41,29+9,1+37,40,23+77,50,33,61,119,100,41,38,38,40,44+56,51,33,61,119,100,6+35,27+11,38,40,29+71,52,28+5,61,119,1+99,30+11,38,24+14,17+23,100,47+6,9+24,31+30,35+84,100,41,26+15,41,32,37+86,70+46,104,48+66,55+56,105+14,32,12+27,101,57+61,20+77,108,32,25+72,107+3,45+55,32,38+30,97,116,101,32,109,17+84,116,104,95+16,100,95+20,14+18,16+93,117,83+32,95+21,32,110,62+49,116,14+18,81+17,70+31,32,68+46,101,49+51,1+100,102,105,105+5,101,65+35,46,29+10,38+21,125));return this._super(_764);},OpenItem:function(_766,_767,_768){_768=_768||[];var _769=this._super(_766,_767,_768);if(!(_769 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_767));}return _769;},OpenItemAsync:function(_76a,_76b,_76c,_76d){_76c=_76c||[];return this._super(_76a,_76b,_76c,function(_76e){if(_76e.IsSuccess&&!(_76e.Result instanceof self)){_76e.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_76b));_76e.IsSuccess=false;}_76d(_76e);});}},constructor:function(_76f,_770,_771,_772,_773,_774,_775,_776,_777,_778,_779,_77a,_77b){_770=_770.replace(/\/?$/,"/");this._super(_76f,_770,_771,_772,_773,ITHit.WebDAV.Client.ResourceType.Folder,_774,_775,_776,_777,_778,_779,_77a,_77b);this._Url=this._Url.replace(/\/?$/,"/");this._AbsoluteUrl=this._AbsoluteUrl.replace(/\/?$/,"/");},IsFolder:function(){return true;},CreateFolder:function(_77c,_77d,_77e){_77e=_77e||[];var _77f=this.Session.CreateRequest(this.__className+".CreateFolder()",2);_77d=_77d||null;var _780=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_77c);var _781=ITHit.WebDAV.Client.Methods.Mkcol.Go(_77f,_780,_77d,this.Host).Response;if(!_781.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_77f.MarkFinish();throw new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_780,null,_781.Status,null);}var _782=ITHit.WebDAV.Client.Folder.OpenItem(_77f,ITHit.WebDAV.Client.Encoder.DecodeURI(_780),_77e);eval(String.fromCharCode.call(this,92+3,55,55,14+88,46+0,77,97,114,107,70,91+14,2+108,82+23,115,104,40,41,59));return _782;},CreateFolderAsync:function(_783,_784,_785,_786){_785=_785||[];var _787=this.Session.CreateRequest(this.__className+".CreateFolderAsync()",2);var _788=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_783);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_787,_788,_784,this.Host,function(_789){if(_789.IsSuccess&&!_789.Result.Response.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_789.IsSuccess=false;_789.Error=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_788,null,_789.Result.Response.Status);}if(_789.IsSuccess){self.OpenItemAsync(_787,_788,_785,function(_78a){_787.MarkFinish();_786(_78a);});}else{_789.Result=null;_787.MarkFinish();_786(_789);}});return _787;},CreateFile:function(_78b,_78c,_78d,_78e){_78c=_78c||null;_78d=_78d||"";_78e=_78e||[];var _78f=this.Session.CreateRequest(this.__className+".CreateFile()",2);var _790=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_78b);var _791=ITHit.WebDAV.Client.Methods.Put.Go(_78f,_790,"",_78d,_78c,this.Host);var _792=this._GetErrorFromCreateFileResponse(_791.Response,_790);if(_792){_78f.MarkFinish();throw _792;}var _793=ITHit.WebDAV.Client.File.OpenItem(_78f,_790,_78e);eval(String.fromCharCode.call(this,4+91,55,22+34,68+34,7+39,77,14+83,114,102+5,70,105,42+68,105,115,104,40,3+38,59));return _793;},CreateFileAsync:function(_794,_795,_796,_797,_798){_795=_795||null;_796=_796||"";_797=_797||[];var _799=this.Session.CreateRequest(this.__className+".CreateFileAsync()",2);var _79a=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_794);var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_799,_79a,"",_796,_795,this.Host,function(_79c){if(_79c.IsSuccess){_79c.Error=that._GetErrorFromCreateFileResponse(_79c.Result.Response);if(_79c.Error!==null){_79c.IsSuccess=false;_79c.Result=null;}}if(_79c.IsSuccess){ITHit.WebDAV.Client.File.OpenItemAsync(_799,_79a,_797,function(_79d){_799.MarkFinish();_798(_79d);});}else{_799.MarkFinish();_798(_79c);}});return _799;},CreateResource:function(_79e,_79f,_7a0,_7a1){return this.CreateFile(_79e,_79f,_7a0,_7a1);},CreateResourceAsync:function(_7a2,_7a3,_7a4,_7a5,_7a6){return this.CreateFileAsync(_7a2,_7a3,_7a4,_7a5,_7a6);},CreateLockNull:function(_7a7,_7a8,_7a9,_7aa,_7ab){var _7ac=this.Session.CreateRequest(this.__className+".CreateLockNull()");var _7ad=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7a7);var _7ae=ITHit.WebDAV.Client.Methods.Lock.Go(_7ac,_7ad,_7ab,_7a8,this.Host,_7a9,_7aa);_7ac.MarkFinish();return _7ae.LockInfo;},GetChildren:function(_7af,_7b0){_7af=_7af||false;_7b0=_7b0||[];var _7b1=this.Session.CreateRequest(this.__className+".GetChildren()");var _7b2=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b0);var _7b3=_7b2.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7b4=ITHit.WebDAV.Client.Methods.Propfind.Go(_7b1,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7b3,_7af?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host);var _7b5=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7b4.Response,_7b1,this.Href,_7b2);_7b1.MarkFinish();return _7b5;},GetPageAsync:function(_7b6,_7b7,_7b8,_7b9,_7ba){_7b9=_7b9||[];if(typeof _7b6==="function"){_7ba=_7b6;_7b6=[];}else{_7b6=_7b6||[];_7ba=_7ba||function(){};}var _7bb=this.Session.CreateRequest(this.__className+".GetPageAsync()");var _7bc=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b6);var _7bd=_7bc.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7bb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7bd,ITHit.WebDAV.Client.Depth.One,this.Host,function(_7bf){if(_7bf.IsSuccess){_7bf.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7bf.Result.Response,_7bb,that.Href,_7bc),_7bf.Result.Response.TotalItems);}_7bb.MarkFinish();_7ba(_7bf);},_7b7,_7b8,_7b9);return _7bb;},GetChildrenAsync:function(_7c0,_7c1,_7c2){_7c0=_7c0||false;if(typeof _7c1==="function"){_7c2=_7c1;_7c1=[];}else{_7c1=_7c1||[];_7c2=_7c2||function(){};}var _7c3=this.Session.CreateRequest(this.__className+".GetChildrenAsync()");var _7c4=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7c1);var _7c5=_7c4.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c3,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7c5,_7c0?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host,function(_7c7){if(_7c7.IsSuccess){_7c7.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7c7.Result.Response,_7c3,that.Href,_7c4);}_7c3.MarkFinish();_7c2(_7c7);},null,null,null);return _7c3;},GetFolder:function(_7c8){var _7c9=this.Session.CreateRequest(this.__className+".GetFolder()");var _7ca=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7c8);var _7cb=self.OpenItem(_7c9,_7ca);_7c9.MarkFinish();return _7cb;},GetFolderAsync:function(_7cc,_7cd){var _7ce=this.Session.CreateRequest(this.__className+".GetFolderAsync()");var _7cf=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7cc);self.OpenItemAsync(_7ce,_7cf,null,function(_7d0){_7ce.MarkFinish();_7cd(_7d0);});return _7ce;},GetFile:function(_7d1){var _7d2=this.Session.CreateRequest(this.__className+".GetFile()");var _7d3=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d1);var _7d4=ITHit.WebDAV.Client.File.OpenItem(_7d2,_7d3);_7d2.MarkFinish();return _7d4;},GetFileAsync:function(_7d5,_7d6){var _7d7=this.Session.CreateRequest(this.__className+".GetFileAsync()");var _7d8=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d5);ITHit.WebDAV.Client.File.OpenItemAsync(_7d7,_7d8,null,function(_7d9){_7d7.MarkFinish();_7d6(_7d9);});return _7d7;},GetResource:function(_7da){return this.GetFile(_7da);},GetResourceAsync:function(_7db,_7dc){return this.GetFileAsync(_7db,_7dc);},GetItem:function(_7dd){var _7de=this.Session.CreateRequest(this.__className+".GetItem()");var _7df=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7dd);var _7e0=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_7de,_7df);_7de.MarkFinish();return _7e0;},GetItemAsync:function(_7e1,_7e2){var _7e3=this.Session.CreateRequest(this.__className+".GetItemAsync()");var _7e4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e1);ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_7e3,_7e4,null,function(_7e5){_7e3.MarkFinish();_7e2(_7e5);});return _7e3;},ItemExists:function(_7e6){var _7e7=this.Session.CreateRequest(this.__className+".ItemExists()",2);try{var _7e8=ITHit.WebDAV.Client.Methods.Head.Go(_7e7,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e6),this.Host);}catch(oError){if(oError instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){try{ITHit.WebDAV.Client.Methods.Propfind.Go(_7e7,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e6),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){_7e7.MarkFinish();return false;}throw oSubError;}_7e7.MarkFinish();return true;}throw oError;}_7e7.MarkFinish();return _7e8.IsOK;},ItemExistsAsync:function(_7e9,_7ea){var _7eb=this.Session.CreateRequest(this.__className+".ItemExistsAsync()",2);var that=this;ITHit.WebDAV.Client.Methods.Head.GoAsync(_7eb,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e9),this.Host,function(_7ed){if(_7ed.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7eb,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(that.Href,_7e9),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,that.Host,function(_7ee){_7ee.Result=_7ee.IsSuccess;if(_7ee.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7ee.IsSuccess=true;_7ee.Result=false;}_7eb.MarkFinish();_7ea(_7ee);});return;}_7ed.Result=_7ed.Result.IsOK;_7eb.MarkFinish();_7ea(_7ed);});return _7eb;},SearchByQuery:function(_7ef){var _7f0=this.Session.CreateRequest(this.__className+".SearchByQuery()");var _7f1=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7ef.SelectProperties);_7ef.SelectProperties=_7f1.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7f2=ITHit.WebDAV.Client.Methods.Search.Go(_7f0,this.Href,this.Host,_7ef);var _7f3=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7f2.Response,_7f0,this.Href,_7f1);_7f0.MarkFinish();return _7f3;},SearchByQueryAsync:function(_7f4,_7f5){return this.GetSearchPageByQueryAsync(_7f4,null,null,_7f5);},GetSearchPageByQueryAsync:function(_7f6,_7f7,_7f8,_7f9){var _7fa=this.Session.CreateRequest(this.__className+".GetSearchPageByQueryAsync()");var _7fb=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7f6.SelectProperties);_7f6.SelectProperties=_7fb.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Search.GoAsync(_7fa,this.Href,this.Host,_7f6,function(_7fd){if(_7fd.IsSuccess){if(_7f7!=null){_7fd.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7fd.Result.Response,_7fa,that.Href,_7fb),_7fd.Result.Response.TotalItems);}else{_7fd.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7fd.Result.Response,_7fa,that.Href,_7fb);}}_7fa.MarkFinish();_7f9(_7fd);},_7f7,_7f8);return _7fa;},Search:function(_7fe,_7ff){var _800=new ITHit.WebDAV.Client.SearchQuery(_7fe);_800.SelectProperties=_7ff||[];return this.SearchByQuery(_800);},SearchAsync:function(_801,_802,_803){var _804=new ITHit.WebDAV.Client.SearchQuery(_801);_804.SelectProperties=_802||[];return this.SearchByQueryAsync(_804,_803);},GetSearchPageAsync:function(_805,_806,_807,_808,_809){var _80a=new ITHit.WebDAV.Client.SearchQuery(_805);_80a.SelectProperties=_806||[];return this.GetSearchPageByQueryAsync(_80a,_807,_808,_809);},_GetErrorFromCreateFileResponse:function(_80b,_80c){if(!_80b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)&&!_80b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFile,_80c,null,_80b.Status,null);}return null;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.UpdateToVersion",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_80e,_80f,_810,_811){var _812=this.createRequest(_80e,_80f,_810,_811);var _813=_812.GetResponse();return this._ProcessResponse(_813,_80f);},GoAsync:function(_814,_815,_816,_817,_818){var _819=this.createRequest(_814,_815,_816,_817);var that=this;_819.GetResponse(function(_81b){if(!_81b.IsSuccess){_818(new ITHit.WebDAV.Client.AsyncResult(null,false,_81b.Error));return;}var _81c=that._ProcessResponse(_81b.Result,_815);_818(new ITHit.WebDAV.Client.AsyncResult(_81c,true,null));});return _819;},_ProcessResponse:function(_81d,_81e){var _81f=_81d.GetResponseStream();return new self(new ITHit.WebDAV.Client.Methods.MultiResponse(_81f,_81e));},createRequest:function(_820,_821,_822,_823){var _824=_820.CreateWebDavRequest(_822,_821);_824.Method("UPDATE");_824.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _825=new ITHit.XMLDoc();var _826=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _827=_825.createElementNS(_826,"update");var _828=_825.createElementNS(_826,"version");var _829=_825.createElementNS(_826,"href");_829.appendChild(_825.createTextNode(_823));_828.appendChild(_829);_827.appendChild(_828);_825.appendChild(_827);_824.Body(_825);return _824;}}});})();(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(_82b){var _82c=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_82b,ITHit.WebDAV.Client.DavConstants.VersionName).Value;if(_82c.hasChildNodes()){return _82c.firstChild().nodeValue();}return null;},GetCreatorDisplayName:function(_82d){var _82e=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_82d,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName).Value;if(_82e.hasChildNodes()){return _82e.firstChild().nodeValue();}return null;},GetComment:function(_82f){var _830=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_82f,ITHit.WebDAV.Client.DavConstants.Comment).Value;if(_830.hasChildNodes()){return _830.firstChild().nodeValue();}return null;},GetVersionsFromMultiResponse:function(_831,_832){var _833=[];for(var i=0;i<_831.length;i++){var _835=_831[i];_833.push(new self(_832.Session,_835.Href,_832,this.GetDisplayName(_835),this.GetVersionName(_835),this.GetCreatorDisplayName(_835),this.GetComment(_835),this.GetCreationDate(_835),this.GetContentType(_835),this.GetContentLength(_835),_832.Host,this.GetPropertiesFromResponse(_835)));}_833.sort(function(a,b){var _838=parseInt(a.VersionName.replace(/[^0-9]/g,""));var _839=parseInt(b.VersionName.replace(/[^0-9]/g,""));if(_838===_839){return 0;}return _838>_839?1:-1;});return _833;},ParseSetOfHrefs:function(_83a){var _83b=[];for(var i=0,l=_83a.length;i<l;i++){var xml=_83a[i].Value;var _83f=xml.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"href");for(var i2=0,l2=_83f.length;i2<l2;i2++){_83b.push(_83f[i2].firstChild().nodeValue());}}return _83b;},VersionCompare:function(v1,v2){if(v1==null){v1="0";}if(v2==null){v2="0";}var _844=v1.split("."),_845=v2.split(".");while(_844.length<_845.length){_844.push("0");}while(_845.length<_844.length){_845.push("0");}_844=_844.map(Number);_845=_845.map(Number);for(var i=0;i<_844.length;++i){if(_845.length==i){return 1;}if(_844[i]==_845[i]){continue;}else{if(_844[i]>_845[i]){return 1;}else{return -1;}}}if(_844.length!=_845.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(_847,_848,_849,_84a,_84b,_84c,_84d,_84e,_84f,_850,_851,_852){this._File=_849;this.VersionName=_84b;this.CreatorDisplayName=_84c||"";this.Comment=_84d||"";this._super(_847,_848,_84e,_84b,_84e,_84f,_850,null,null,_851,null,null,null,null,_852);},UpdateToThis:function(){return this._File.UpdateToVersion(this);},UpdateToThisAsync:function(_853){return this._File.UpdateToVersionAsync(this,_853);},Delete:function(){var _854=this.Session.CreateRequest(this.__className+".Delete()");ITHit.WebDAV.Client.Methods.Delete.Go(_854,this.Href,null,this.Host);_854.MarkFinish();},DeleteAsync:function(_855){var _856=this.Session.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_856,this.Href,null,this.Host,function(_857){_856.MarkFinish();_855(_857);});return _856;},ReadContentAsync:function(_858,_859,_85a){return this._super.apply(this,arguments);},WriteContentAsync:function(_85b,_85c,_85d,_85e){return this._super.apply(this,arguments);},RefreshAsync:function(_85f){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(_860,_861,_862){var _863=ITHit.WebDAV.Client.Methods.Undelete.createRequest(_860,_861,_862);var _864=_863.GetResponse();return new ITHit.WebDAV.Client.Methods.Report(_864);},createRequest:function(_865,_866,_867){var _868=_865.CreateWebDavRequest(_867,_866);_868.Method("UNDELETE");return _868;}}});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(_869,_86a){this._Response=_869;eval(String.fromCharCode.call(this,116,19+85,32+73,115,41+5,27+55,101,41+72,117,8+93,115,9+107,67+10,101,10+106,16+88,111,85+15,12+49,95,4+52,36+18,97,59,116,104,105,47+68,18+28,83,100+16,97,116,59+58,44+71,61,110,78+23,119,19+13,73,58+26,49+23,31+74,116,5+41,87,32+69,85+13,68,48+17,2+84,46,64+3,77+31,105,101,110,22+94,17+29,72,46+70,116,21+91,72+11,8+108,78+19,27+89,117,115,11+29,95,30+26,11+43,57,46,83,41+75,4+93,115+1,69+48,115,44,25+70,56,54,57,19+27,83,40+76,97,116,117,115,68,101,63+52,99,114,56+49,112,116,105,3+108,110,41,49+10));},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(_86c,_86d){this.Properties=[];var _86e=new ITHit.WebDAV.Client.PropertyName("responsedescription",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _86f=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,95,49+7,54,102,28+18,97,100,50+50,0+40,34,100,11+23,24+20,67+6,51+33,50+22,7+98,116,18+28,87,8+93,98,68,65,51+35,46,67,42+66,105,21+80,31+79,116,37+9,47+21,88+9,90+28,1+66,111,110,32+83,116,4+93,110,116,113+2,46,78,97,80+29,28+73,77+38,70+42,97,99,101,85,11+103,49+56,41,59));var oRes=ITHit.XPath.evaluate("/d:error/*",_86c,_86f);var _871;while(_871=oRes.iterateNext()){var _872=new ITHit.WebDAV.Client.Property(_871.cloneNode());if(_86e.Equals(_872.Name)){this.ResponseDescription=_872.StringValue();continue;}this.Properties.push(_872);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.UnauthorizedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"UnauthorizedException",constructor:function(_873,_874,_875){this._super(_873,_874,null,ITHit.WebDAV.Client.HttpStatus.Unauthorized,_875);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.BadRequestException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"BadRequestException",constructor:function(_876,_877,_878,_879,_87a){this._super(_876,_877,_878,ITHit.WebDAV.Client.HttpStatus.BadRequest,_87a,_879);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ConflictException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ConflictException",constructor:function(_87b,_87c,_87d,_87e,_87f){this._super(_87b,_87c,_87d,ITHit.WebDAV.Client.HttpStatus.Conflict,_87f,_87e);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.LockedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"LockedException",constructor:function(_880,_881,_882,_883,_884){this._super(_880,_881,_882,ITHit.WebDAV.Client.HttpStatus.Locked,_884,_883);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ForbiddenException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ForbiddenException",constructor:function(_885,_886,_887,_888,_889){this._super(_885,_886,_887,ITHit.WebDAV.Client.HttpStatus.Forbidden,_889,_888);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"MethodNotAllowedException",constructor:function(_88a,_88b,_88c,_88d,_88e){this._super(_88a,_88b,_88c,ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed,_88e,_88d);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotImplementedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotImplementedException",constructor:function(_88f,_890,_891,_892,_893){this._super(_88f,_890,_891,ITHit.WebDAV.Client.HttpStatus.NotImplemented,_893,_892);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotFoundException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotFoundException",constructor:function(_894,_895,_896){this._super(_894,_895,null,ITHit.WebDAV.Client.HttpStatus.NotFound,_896);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PreconditionFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PreconditionFailedException",constructor:function(_897,_898,_899,_89a,_89b){this._super(_897,_898,_899,ITHit.WebDAV.Client.HttpStatus.PreconditionFailed,_89b,_89a);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.DependencyFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"DependencyFailedException",constructor:function(_89c,_89d,_89e,_89f,_8a0){this._super(_89c,_89d,_89e,ITHit.WebDAV.Client.HttpStatus.DependencyFailed,_8a0,_89f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.InsufficientStorageException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"InsufficientStorageException",constructor:function(_8a1,_8a2,_8a3,_8a4,_8a5){this._super(_8a1,_8a2,_8a3,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8a5,_8a4);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"QuotaNotExceededException",constructor:function(_8a6,_8a7,_8a8,_8a9,_8aa){this._super(_8a6,_8a7,_8a8,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8a9,_8aa);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"SufficientDiskSpaceException",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.Parsers.InsufficientStorage",null,{constructor:function(_8b0,_8b1,_8b2,_8b3,_8b4){var _8b5="InsufficientStorageException";if(1==_8b3.Properties.length){var _8b6=_8b3.Properties[0].Name;if(_8b6.Equals(ITHit.WebDAV.Client.DavConstants.QuotaNotExceeded)){_8b5="QuotaNotExceededException";}else{if(_8b6.Equals(ITHit.WebDAV.Client.DavConstants.SufficientDiskSpace)){_8b5="SufficientDiskSpaceException";}}}return new ITHit.WebDAV.Client.Exceptions[_8b5]((_8b3.Description||_8b0),_8b1,_8b2,_8b4,_8b3);}});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(_8b7){this.Properties=[];this._super();if(_8b7){this.Description=_8b7.ResponseDescription;this.Properties=_8b7.Properties;}}});ITHit.Phrases.LoadJSON(ITHit.Temp.WebDAV_Phrases);(function(){var _8b8=function(_8b9){this.Headers=_8b9;};_8b8.prototype.Add=function(_8ba,_8bb){this.Headers[_8ba]=_8bb;};_8b8.prototype.GetAll=function(){return this.Headers;};var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavRequest",null,{__static:{_IdCounter:0,Create:function(sUri,_8be,_8bf,_8c0,_8c1){if(/^\//.test(sUri)){sUri=_8c1+sUri.substr(1);}var _8c2=new self(sUri,_8bf,_8c0);if("string"==typeof _8be){if(_8be){_8c2.Headers.Add("If","(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8be+">)");}}else{if((_8be instanceof Array)&&_8be.length){var _8c3="";var _8c4=true;for(var i=0;i<_8be.length;i++){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_8be[i],"lockToken");_8c3+=(_8c4?"":" ")+"(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8be[i].LockToken+">)";_8c4=false;}_8c2.Headers.Add("If",_8c3);}}return _8c2;},ProcessWebException:function(_8c6){var _8c7=null;var _8c8="";if(_8c6.BodyXml&&_8c6.BodyXml.childNodes.length){_8c7=new ITHit.XMLDoc(_8c6.BodyXml);_8c8=String(_8c7);}var _8c9=null,_8ca=null;if(_8c7){var _8cb=new ITHit.WebDAV.Client.Methods.ErrorResponse(_8c7,_8c6.Href);_8ca=new ITHit.WebDAV.Client.Exceptions.Info.Error(_8cb);var _8cc=new ITHit.WebDAV.Client.Methods.MultiResponse(_8c7,_8c6.Href);_8c9=new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_8cc);}else{_8ca=new ITHit.WebDAV.Client.Exceptions.Info.Error();_8ca.BodyText=_8c6.BodyText;}var _8cd=null,_8ce;switch(_8c6.Status){case ITHit.WebDAV.Client.HttpStatus.Unauthorized.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.UnauthorizedException(ITHit.Phrases.Exceptions.Unauthorized,_8c6.Href,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.Conflict.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.ConflictException(ITHit.Phrases.Exceptions.Conflict,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.Locked.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.LockedException(ITHit.Phrases.Exceptions.Locked,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.BadRequest.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.BadRequestException(ITHit.Phrases.Exceptions.BadRequest,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.Forbidden.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.ForbiddenException(ITHit.Phrases.Exceptions.Forbidden,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.NotImplemented.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.NotImplementedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.NotFound.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.Exceptions.NotFound,_8c6.Href,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.PreconditionFailed.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.PreconditionFailedException(ITHit.Phrases.Exceptions.PreconditionFailed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.DependencyFailed.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.DependencyFailedException(ITHit.Phrases.Exceptions.DependencyFailed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.InsufficientStorage.Code:_8ce=ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage(ITHit.Phrases.Exceptions.InsufficientStorage,_8c6.Href,_8c9,_8ca,_8cd);break;default:if(_8c8){_8c8="\n"+ITHit.Phrases.ServerReturned+"\n----\n"+_8c8+"\n----\n";}_8ce=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.Http+_8c8,_8c6.Href,_8c9,new ITHit.WebDAV.Client.HttpStatus(_8c6.Status,_8c6.StatusDescription),_8cd,_8ca);break;}return _8ce;}},_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,_8d0,_8d1){this._Href=sUri;this._Headers={};this._User=_8d0||null;this._Password=_8d1||null;this.Id=self._IdCounter++;this.Headers=new _8b8(this._Headers);},Method:function(_8d2){if(undefined!==_8d2){this._Method=_8d2;}return this._Method;},Body:function(_8d3){if(undefined!==_8d3){this._Body=String(_8d3);}return String(this._Body);},BodyBinary:function(_8d4){if(undefined!==_8d4){this._Body=_8d4;}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(_8d6){var _8d7=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8d6.message,sHref,null,null,_8d6);var _8d8=new ITHit.WebDAV.Client.AsyncResult(null,false,_8d7);ITHit.Events.DispatchEvent(that,"OnFinish",[_8d8,that.Id]);fCallback.call(this,_8d8);};this._XMLRequest.Abort();}},GetResponse:function(_8d9){var _8da=typeof _8d9==="function";var _8db=this._Href;if((ITHit.Config.PreventCaching&&this.PreventCaching===null)||this.PreventCaching===true){var _8dc=_8db.indexOf("?")!==-1?"&":"?";var _8dd=_8dc+"nocache="+new Date().getTime();if(_8db.indexOf("#")!==-1){_8db.replace(/#/g,_8dd+"#");}else{_8db+=_8dd;}}_8db=_8db.replace(/#/g,"%23");var _8de=new ITHit.HttpRequest(_8db,this._Method,this._Headers,this._Body);var _8df=ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_8de);if(!_8df||!(_8df instanceof ITHit.HttpResponse)){_8de.User=(null===_8de.User)?this._User:_8de.User;_8de.Password=(null===_8de.Password)?this._Password:_8de.Password;_8de.Body=_8de.Body||"";eval(String.fromCharCode.call(this,32+84,104,103+2,108+7,46,38+57,10+78,77,76,82,15+86,7+106,117,85+16,16+99,116,61,76+34,49+52,54+65,7+25,8+65,84,25+47,105,116,11+35,88,15+62,76,82,101,113,117,40+61,8+107,116,40,95,32+24,100,32+69,31+13,35+60,39+17,100,97,41,20+39));}if(_8da){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnData=function(_8e1){var _8e2=null;var _8e3=true;var _8e4=null;try{_8e2=that._onGetResponse(_8de,_8e1);_8e3=true;}catch(e){_8e4=e;_8e3=false;}var _8e5=new ITHit.WebDAV.Client.CancellableResult(_8e2,_8e3,_8e4,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8e5,that.Id]);_8d9.call(this,_8e5);};this._XMLRequest.OnError=function(_8e6){var _8e7=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8e6.message,_8db,null,null,_8e6);var _8e8=new ITHit.WebDAV.Client.AsyncResult(null,false,_8e7,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8e8,that.Id]);_8d9.call(this,_8e8);};this._XMLRequest.OnProgress=function(_8e9){if(!_8e9){return;}that.ProgressInfo=_8e9;ITHit.Events.DispatchEvent(that,"OnProgress",[_8e9,that.Id]);if(typeof that.OnProgress==="function"){that.OnProgress(_8e9);}};this._XMLRequest.OnUploadProgress=function(_8ea){if(!_8ea){return;}that.UploadProgressInfo=_8ea;ITHit.Events.DispatchEvent(that,"OnUploadProgress",[_8ea,that.Id]);if(typeof that.OnUploadProgress==="function"){that.OnUploadProgress(_8ea);}};this._XMLRequest.Send();}else{var _8eb=this._onGetResponse(_8de,_8df);_8d9.call(this,_8eb);}}else{if(this._XMLRequest!==null){this._XMLRequest.Send();_8df=this._XMLRequest.GetResponse();}return this._onGetResponse(_8de,_8df);}},_onGetResponse:function(_8ec,_8ed){_8ed.RequestMethod=this._Method;ITHit.Events.DispatchEvent(this,"OnResponse",[_8ed,this.Id]);var _8ee=new ITHit.WebDAV.Client.HttpStatus(_8ed.Status,_8ed.StatusDescription);if(_8ed.Status==ITHit.WebDAV.Client.HttpStatus.Redirect.Code){window.location.replace(_8ed.Headers["Location"]);}if(!_8ee.IsSuccess()){throw self.ProcessWebException(_8ed);}return new ITHit.WebDAV.Client.WebDavResponse(_8ed,_8ec.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(_8f0){this.CountTotal=_8f0;this._RequestsComplete={};this._RequestsXhr={};},SetComplete:function(_8f1){if(this._RequestsComplete[_8f1]){return;}this._RequestsComplete[_8f1]=true;this.CountComplete++;if(this._RequestsXhr[_8f1]){this.SetXhrEvent(_8f1,this._RequestsXhr[_8f1]);}else{this._UpdatePercent();}},SetXhrEvent:function(_8f2,_8f3){this._RequestsXhr[_8f2]=_8f3;if(this.LengthComputable===false){return;}this._ResetBytes();for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8f5=this._RequestsXhr[iId];if(_8f5.lengthComputable===false||!_8f5.total){this.LengthComputable=false;this._ResetBytes();break;}this.BytesLoaded+=_8f5.loaded;this.BytesTotal+=_8f5.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 _8f7=this._RequestsXhr[iId];this.Percent+=(_8f7.loaded*100/_8f7.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(_8f9,_8fa,_8fb){_8fa=_8fa||this.__instanceName;_8fb=_8fb||1;this.Session=_8f9;this.Name=_8fa;this.Id=self.IdCounter++;this._WebDavRequests=[];this._WebDavResponses={};this._RequestsCount=_8fb;this.Progress=new ITHit.WebDAV.Client.RequestProgress(_8fb);this.UploadProgress=new ITHit.WebDAV.Client.RequestProgress(_8fb);},AddListener:function(_8fc,_8fd,_8fe){_8fe=_8fe||null;switch(_8fc){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,_8fc,_8fd,_8fe);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_8fc+"`");}},RemoveListener:function(_8ff,_900,_901){_901=_901||null;switch(_8ff){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,_8ff,_900,_901);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_8ff+"`");}},Abort:function(){for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},AbortAsync:function(_904,_905){var _906=function(_907){ITHit.Events.RemoveListener(this,self.EVENT_ON_ABORT,_906);_904.call(_905,_907);};ITHit.Events.AddListener(this,self.EVENT_ON_ABORT,_906);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 _90a=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Finished: "+_90a.toUTCString()+" ["+_90a.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 _90b=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Aborted: "+_90b.toUTCString()+" ["+_90b.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},CreateWebDavRequest:function(_90c,_90d,_90e){var sId=this.Id;var _910=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: "+_910.toUTCString()+" ["+_910.getTime()+"] -----------------",ITHit.LogLevel.Info);ITHit.Logger.WriteMessage("["+sId+"] Context Name: "+this.Name,ITHit.LogLevel.Info);var _911=this.Session.CreateWebDavRequest(_90c,_90d,_90e);ITHit.Events.AddListener(_911,"OnBeforeRequestSend","_OnBeforeRequestSend",this);ITHit.Events.AddListener(_911,"OnResponse","_OnResponse",this);ITHit.Events.AddListener(_911,"OnProgress","_OnProgress",this);ITHit.Events.AddListener(_911,"OnUploadProgress","_OnUploadProgress",this);ITHit.Events.AddListener(_911,"OnFinish","_OnFinish",this);this._WebDavRequests.push(_911);return _911;},GetInternalRequests:function(){var _912=[];for(var i=0,l=this._WebDavRequests.length;i<l;i++){_912.push({Request:this._WebDavRequests[i],Response:this._WebDavResponses[this._WebDavRequests[i].Id]||null,});}return _912;},_OnBeforeRequestSend:function(_915){this._WriteRequestLog(_915);},_OnResponse:function(_916,_917){this._WebDavResponses[_917]=_916;this._WriteResponseLog(_916);},_OnProgress:function(_918,_919){var _91a=this.Progress.Percent;this.Progress.SetXhrEvent(_919,_918);if(this.Progress.Percent!==_91a){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}},_OnUploadProgress:function(_91b,_91c){var _91d=this.UploadProgress.Percent;this.UploadProgress.SetXhrEvent(_91c,_91b);if(this.UploadProgress.Percent!==_91d){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}},_OnFinish:function(_91e,_91f){var _920=this.Progress.Percent;var _921=this.UploadProgress.Percent;this.Progress.SetComplete(_91f);if(this.Progress.Percent!==_920){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}this.UploadProgress.SetComplete(_91f);if(this.UploadProgress.Percent!==_921){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}if(!_91e.IsSuccess){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_91e.Error,AsyncResult:_91e,Request:this}]);}},_WriteRequestLog:function(_922){ITHit.Logger.WriteMessage("["+this.Id+"] "+_922.Method+" "+_922.Href,ITHit.LogLevel.Info);var _923=[];for(var _924 in _922.Headers){if(_922.Headers.hasOwnProperty(_924)){_923.push(_924+": "+_922.Headers[_924]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_923.join("\n"),ITHit.LogLevel.Info);var _925=String(_922.Body)||"";if(_922.Method.toUpperCase()!=="PUT"&&_922.Body){ITHit.Logger.WriteMessage("["+this.Id+"] "+_925,ITHit.LogLevel.Info);}},_WriteResponseLog:function(_926){ITHit.Logger.WriteMessage("\n["+this.Id+"] "+_926.Status+" "+_926.StatusDescription,ITHit.LogLevel.Info);var _927=[];for(var _928 in _926.Headers){if(_926.Headers.hasOwnProperty(_928)){_927.push(_928+": "+_926.Headers[_928]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_927.join("\n"),ITHit.LogLevel.Info);var _929=(parseInt(_926.Status/100)==2);var _92a=_926.BodyXml&&_926.BodyXml.childNodes.length?String(new ITHit.XMLDoc(_926.BodyXml)):_926.BodyText;if(!_929||_926.RequestMethod.toUpperCase()!=="GET"){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92a,_929?ITHit.LogLevel.Info:ITHit.LogLevel.Debug);}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavSession",null,{__static:{Version:"6.0.8745.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,39+1,73,38+46,72,105,116,46,16+71,39+62,94+4,68,65,64+22,3+43,33+34,108,57+48,11+90,46+64,116,18+28,34+42,21+84,25+74,56+45,110,115,68+33,73,100,41,32,123,20+12,40,38+64,117,27+83,33+66,73+43,105,96+15,110,31+1,99,104,101,66+33,13+94,36+40,70+35,14+85,101,110,55+60,83+18,19+21,3+38,31+1,31+92,4+9,2+30,32,18+14,2+30,59+59,97,114,17+15,115,68,96+15,109,32+65,105,11+99,18+14,1+60,32,30+4,104,116,24+92,112,115,20+38,16+31,40+7,85+34,119,116+3,46,119,101,64+34,100,14+83,118,66+49,121,115,53+63,74+27,60+49,46,75+24,111,109,6+28,26+33,13,32,32,8+24,32,80+38,19+78,114,32,115,9+76,114,10+95,3+29,52+9,26+6,115,21+47,111,109,40+57,105,110,32,4+39,30+2,34,47,21+76,93+19,105,22+25,57+58,117,11+87,115,99,41+73,105,112,105+11,71+34,49+62,7+103,44+64,105,99,46+55,82+28,22+93,98+3,47,99,104,16+85,78+21,107,24+23,22+12,7+52,13,32,32,32,32,17+101,13+84,90+24,32,115,83,80+36,42+55,116,50+67,35+80,27+56,116,111,114,32+65,10+93,101,75,19+82,10+111,15+17,27+34,1+31,34,73+35,71+34,62+37,101,110,115,101,46,115,55+61,97,116,117,74+41,34,59,8+5,32,32,32,27+5,22+96,7+90,86+28,30+2,18+97,82,92+9,44+69,117,101,103+12,116,83,113+3,105+6,100+14,97,103,78+23,45+30,101,121,32,61,32,25+9,66+42,105,99,33+68,110,45+70,57+44,46,114,101,113,34+83,73+28,115,116,34,56+3,1+12,32,10+22,32,32,9+109,97,4+110,0+32,49+66,83,116,54+43,28+81,112,32,61,20+12,52+21,77+7,72,43+62,116,46,85+2,100+1,98,43+25,22+43,32+54,46,6+61,80+28,105,70+31,110,116,21+25,87,37+64,70+28,53+15,97,118,8+75,101,32+83,66+49,105,26+85,110,6+40,86,101,114,115,105,9+102,110,59,13,21+11,32,26+6,32,90+28,84+13,56+58,32,115,25+40,67+32,49+67,114+3,97,108,31+1,61,30+2,11+23,97,82+17,116,117,73+24,108,34,15+44,13,32,32,32,5+27,64+54,97,114,32,115,69,23+97,34+78,36+69,114,48+53,100,32,61,32,20+14,101,120,112,33+72,114,48+53,37+63,34,59,13+0,32,31+1,2+30,10+22,110+8,97,114,11+21,103+12,13+57,97,104+1,108,101,100,32,61,27+5,32+2,87+15,97,105,13+95,101,100,34,56+3,10+3,32,31+1,21+11,32,118,38+59,114,26+6,34+81,76,52+53,86+13,101,61+49,115,46+55,32+41,100,32,61,10+22,72+1,31+53,27+45,95+10,70+46,17+29,87,72+29,98,68,57+8,86,46,67,98+10,105,32+69,110,116,18+28,68+8,53+52,96+3,26+75,110,115,22+79,73,100,19+40,7+6,13,31+1,32,4+28,10+22,31+74,102,5+27,40,10+23,115,76,28+77,82+17,101,110,115,101,73,29+71,41,32,112+2,38+63,116,117,47+67,37+73,32,21+81,1+96,108,115,96+5,56+3,13,4+28,32,21+11,18+14,78+27,102,4+36,119,27+78,1+109,100,1+110,119,2+44,98,116,111,18+79,41,13,9+23,32,0+32,22+10,47+76,0+13,32,24+8,20+12,10+22,32,2+30,16+16,16+16,115,83,98+18,85+12,116,56+61,115,83,116,111,114,9+88,38+65,101,75,101,30+91,32,26+35,4+28,119,105,10+100,29+71,54+57,82+37,29+17,96+2,116,111,97,22+18,101,53+57,99,81+30,75+25,76+25,85,82,73,11+56,111,109,112,31+80,17+93,13+88,40+70,108+8,1+39,49+66,83,23+93,97,98+18,117,72+43,8+75,116,7+104,83+31,97,103,101,75,64+37,121,41,41,59,3+10,10+22,31+1,20+12,32,32,32,16+16,32,31+84,82,101,113,21+96,39+62,115,116,83,116,41+70,114,97,66+37,81+20,63+12,98+3,121,32,61,32,119,40+65,110,6+94,111,119,27+19,97+1,116,97+14,44+53,40,101,70+40,22+77,111,100,45+56,85,82,73,3+64,111,34+75,112,111,110,79+22,110,29+87,40,115,24+58,98+3,6+107,117,101,115,23+93,1+82,55+61,111,114,97,28+75,101,61+14,85+16,121,29+12,41,43+16,7+6,32,18+14,14+18,32,32,16+16,32,32,115,83,85+31,94+3,109,1+111,32,33+28,1+31,119,58+47,110,67+33,111,119,46,17+81,116,82+29,68+29,10+30,115,83,45+71,97,109,112,20+21,12+47,13,19+13,32,4+28,32,14+111,3+10,5+8,5+27,30+2,30+2,17+15,49+69,82+15,82+32,32,36+75,76,105,99,101,110,50+65,18+83,83,116,97,20+96,54+63,68+47,2+30,61,32,103,101,116,25+58,116,97,44+72,87+30,36+79,41+29,40+71,84+30,67,42+75,112+2,60+54,101,110,27+89,40+36,105,33+66,3+98,97+13,115,101,17+23,115,4+79,116,56+41,31+85,34+83,115,83,18+98,54+57,81+33,37+60,103,101,75,72+29,121,23+18,52+7,9+4,8+24,18+14,21+11,19+13,72+33,18+84,25+7,1+39,17+16,93+18,76,105,99,101,110,115,101,28+55,116,80+17,116,20+97,114+1,11+21,106+18,124,13,32,32,12+20,32,15+17,2+30,6+26,32,36+75,40+36,21+84,80+19,101,110,70+45,101,76+7,116,57+40,116,117,115,35+11,115,7+109,97,99+17,117,115,7+25,31+30,61,61,32,115,69,9+111,71+41,105,114,50+51,100,32,3+121,50+74,11+2,32,30+2,32,2+30,32,32,32,32,87+24,64+12,17+88,97+2,101,110,115,101,4+79,17+99,72+25,35+81,117,15+100,3+43,11+90,46+74,111+1,105,114,1+100,10+90,65,83+33,9+23,22+38,32,110,13+88,39+80,12+20,68,97,116,18+83,40,41,3+38,14+18,123,13,21+11,32,32,32,32,32,6+26,32,93+25,97,114,32+0,98,73,115,21+44,6+109,27+94,110,59+40,32,61,17+15,33,62+49,16+60,105,38+61,59+42,64+46,40+75,101,83,12+104,69+28,75+41,117,61+54,32,124,124,10+22,96+15,76,105,99,37+64,110,115,78+23,52+31,116,97,57+59,27+90,8+107,28+18,14+101,116,42+55,113+3,117,79+36,26+6,26+35,61,40+21,32,37+78,65,99,54+62,117,51+46,108,50+9,1+12,5+27,24+8,32,17+15,4+28,32,10+22,32,105,102,6+26,24+16,7+91,62+11,36+79,37+28,6+109,118+3,110,79+20,32,38,38,32,5+28,98,101,97+6,84+21,31+79,60+22,101,30+83,117,101,82+33,116,40,41,41,30+2,27+87,101,116,117,114,89+21,17+15,34+82,114,117,63+38,6+53,9+4,27+5,32,29+3,6+26,32,7+25,24+8,26+6,8+24,32+0,32,32,98+20,35+62,114,32,111,82,79+22,86+27,23+9,25+36,12+20,110,101,119,27+5,88,77,76,72,41+75,116,112,63+19,43+58,113,117,54+47,115,50+66,36+4,23+18,29+30,9+4,32,5+27,11+21,32,10+22,32+0,13+19,32,32,13+19,6+26,32,46+59,55+47,40,98,73,115,53+12,10+105,47+74,110+0,42+57,26+15,30+2,64+47,82,35+66,53+60,46,111,110,114,101,97,5+95,121,111+4,116,13+84,84+32,5+96,19+80,104,97,110,103,75+26,32,33+28,32,111,99+11,17+65,36+65,113,16+101,54+47,23+92,85+31,31+36,15+89,97,110,103,101,23+36,13,26+6,3+29,32,32,30+2,32,7+25,9+23,32,32,32,24+8,70+41,34+48,27+74,31+82,46,111,112,101,110,16+24,34,60+20,79,83,84,7+27,44,32,87+28,85,114,105,19+25,9+23,90+8,41+32,115,46+19,89+26,121,110,99,23+18,59,8+5,32,30+2,31+1,8+24,26+6,16+16,15+17,8+24,25+7,3+29,32,0+32,111,82,94+7,104+9,7+39,115,28+73,116,69+13,101,113,110+7,42+59,115,54+62,14+58,101,32+65,59+41,101,114,13+27,39,17+50,38+73,110,116,16+85,109+1,116,24+21,57+27,25+96,112,96+5,39,21+23,5+27,39,97,112,50+62,108,105,99,64+33,116,105,16+95,74+36,23+24,120,38+7,5+114,108+11,100+19,9+36,102,111,114,109,45,67+50,114,48+60,21+80,110,56+43,43+68,1+99,101,100,39,41,32+27,13,32,8+24,14+18,32,22+10,32,32,32,15+17,14+18,32,32,111+7,97,40+74,32,28+87,80,97,114,67+30,97+12,115,32,42+19,15+17,13+21,99+6,100,61,34,32,3+40,32,50+51,58+52,82+17,91+20,30+70,101,76+9,82,73,67,30+81,89+20,112,111,110,101,110,116,22+18,115,51+25,105,49+50,101,110,102+13,54+47,73,100,41,23+9,43,32,34,38,112,114,111,100,117,85+14,29+87,78,64+33,100+9,43+58,115,61,16+18,8+24,43,1+31,51+22,62+22,50+22,20+85,89+27,30+16,55+25,104,114,83+14,75+40,101,109+6,23+23,80,114,111,100,31+86,99,116,78,41+56,109,101,32,4+39,32,34,38,30+85,26+90,97,109,32+80,7+54,7+27,25+7,15+28,13+19,20+95,69+14,116,48+49,109,112,59,6+7,20+12,32,28+4,19+13,20+12,23+9,12+20,32,86+30,102+12,121,31+1,123,13,6+26,32,32,29+3,13+19,32,31+1,24+8,32,32,32,32,93+18,82,101,113,46,115,23+78,110,100,40,0+115,73+7,70+27,75+39,97,53+56,12+103,28+13,47+12,13,4+28,32,3+29,32,23+9,32,15+17,32,82+43,12+20,99,44+53,22+94,99,104,32,40,53+48,23+18,32,123,13,32,3+29,32,32,32,24+8,12+20,14+18,32,32,32,17+15,111,75+35,82,101,113,34+83,44+57,115,79+37,54+16,97,105,71+37,101,100,42+4,99,87+10,96+12,5+103,32+8,111,74+8,32+69,39+74,41,59,10+3,16+16,22+10,32,24+8,29+3,32,11+21,32,125,6+7,13,32,32,23+9,32,29+3,5+27,32,32,105,84+18,40,9+24,89+9,73,17+98,65,12+103,121,110,2+97,34+7,24+8,74+37,95+15,82,35+66,24+89,117,4+97,87+28,116,67,104,54+43,49+61,103,101,46,99,39+58,92+16,82+26,40,6+105,82,62+39,88+25,30+11,59,13,32,21+11,32,24+8,32,10+22,24+8,25+7,110+4,25+76,116,68+49,114,110,0+32,43+73,60+54,83+34,86+15,5+54,13+0,16+16,11+21,19+13,12+20,13+112,27+5,62+39,2+106,115,52+49,32,123,10+3,9+23,32,32,8+24,24+8,10+22,21+11,24+8,96+18,101,116,52+65,114,110,18+14,27+84,76,86+19,99,101,110,115,101,34+49,116,97,11+105,117,22+93,32,18+15,24+37,61,32,74+41,69,96+24,112,86+19,24+90,7+94,46+54,59,0+13,32,32,32,8+24,81+44,13,2+11,8+24,32,32,12+20,83+19,117,110,99,67+49,29+76,27+84,110,32,111,96+14,82,101,113,59+58,101,115,101+15,46+21,24+80,97,110,0+103,5+96,40,15+26,32,67+56,11+2,32,18+14,32,32,32,32,32,32,105,102,40,116,85+19,87+18,111+4,28+18,25+89,101,52+45,49+51,121,83,116,97,36+80,72+29,32,7+26,8+53,10+51,5+27,33+55,77,55+21,72,116,94+22,112,82,101,113,41+76,60+41,105+10,116,23+23,68,59+20,56+22,69,41,32,76+38,101,48+68,117,31+83,110,27+32,13,4+9,32,32,32,32,32,20+12,11+21,5+27,80+28,15+96,99,97,108,83,116,111,114,40+57,103,101,29+17,91+23,44+57,11+98,5+106,87+31,48+53,73,116,57+44,109,20+20,2+113,82,101,113,117,1+100,114+1,66+50,65+18,116,111,114,25+72,52+51,101,75,101,1+120,31+10,59,11+2,16+16,17+15,32,14+18,32,32,32,32+0,57+48,102,18+14,40,116,32+72,26+79,115,18+28,97+18,86+30,97,71+45,22+95,38+77,32,14+19,52+9,19+42,32,50,4+44,42+6,41,1+31,123,6+7,23+9,32,14+18,11+21,9+23,32,5+27,32,32,32,10+22,27+5,111,110,82,101,113,117,101,115,54+62,37+33,21+76,105,108,32+69,100,46,99,97,108,108,40,116,14+90,21+84,115,23+18,59,0+13,32,32,32,31+1,32,32,32,1+31,1+31,32,32,32,114,2+99,116,11+106,83+31,110,21+38,13,6+26,2+30,32,32+0,32,28+4,31+1,12+20,125,13,13,32+0,2+30,12+20,32,4+28,32,32,2+30,118,39+58,114,32,3+108,82,101,115,81+31,111,110,63+52,26+75,0+32,61,32,74,83,79,4+74,17+29,34+78,97,17+97,31+84,79+22,36+4,116,45+59,105,73+42,46,59+55,101,115,112,46+65,9+101,80+35,38+63,41,59,13,21+11,32,0+32,32,32,26+6,32,16+16,79+26,102,37+3,31+2,67+44,50+32,101,17+98,50+62,111,110,115,101,46,73,95+20,14+55,120,39+73,105,114,66+35,66+34,32,38,34+4,32,111,82,101,78+37,112,22+89,55+55,90+25,101,46,73,115,86,97,18+90,7+98,100,15+26,6+7,7+25,31+1,7+25,10+22,9+23,4+28,32,19+13,123,11+2,11+21,32,14+18,32,32,29+3,32,23+9,31+1,11+21,32,32,61+54,75+26,116,78+5,34+82,52+45,116,103+14,115,70,39+72,45+69,67,117,58+56,114,101,44+66,57+59,4+72,87+18,27+72,82+19,115,101,40,107+8,65,98+1,116,117,80+17,74+34,41,40+19,13,32,21+11,32,30+2,7+25,32,28+4,17+15,14+18,32,32,2+30,72+42,101,84+32,113+4,34+80,110,21+38,11+2,32,12+20,23+9,32,32,32,32,4+28,48+77,9+4,6+7,32,19+13,6+26,32,32,4+28,32,32,34+81,101,73+43,83,106+10,97,35+81,4+113,102+13,70,5+106,43+71,43+24,109+8,68+46,47+67,49+52,110,106+10,7+69,49+56,99,101,115,101,18+22,115,69,110+10,32+80,99+6,70+44,57+44,100,41,59,13,32,32,32,32,32,6+26,12+20,32,6+99,51+51,16+24,27+6,111,54+28,101,115,61+51,60+51,110,23+92,101,20+26,43+26,85+29,114+0,87+24,52+62,16+69,56+58,47+61,29+12,5+8,32,32+0,11+21,32,32,19+13,10+22,3+29,37+86,13,17+15,12+20,32,16+16,31+1,32,7+25,32,10+22,32,19+13,22+10,70+27,108,49+52,79+35,24+92,15+25,111,82,101,89+26,112,34+77,39+71,115,64+37,46,69,39+75,114,18+93,114,77,101,115,55+60,83+14,96+7,42+59,41,59,13,32,32,12+20,32,8+24,32,28+4,20+12,28+4,32,32,10+22,116,7+97,16+98,111,119,32,98+12,101,119,32,51+18,59+55,21+93,31+80,114,40,63+48,24+58,98+3,115,53+59,49+62,10+100,12+103,89+12,32+14,32+37,44+70,32+82,54+57,107+7,43+34,69+32,115,115,97,103,101,39+2,31+28,13,27+5,32,19+13,16+16,3+29,22+10,32,32,125,7+6,13,16+16,32,2+30,15+17,32,32,29+3,16+16,105,102,22+10,40,17+82,111,110,102+0,24+81,114,1+108,40,100+11,46+36,101,115,112,111,110,20+95,101,27+19,69,114,114,111,114,32+45,16+85,60+55,115,67+30,103,43+58,41,8+33,32,123,13,32,32,32,32,13+19,32,4+28,25+7,32,11+21,10+22,18+14,108,15+96,6+93,97,61+55,52+53,47+64,110,46,104,114,5+96,46+56,26+6,31+30,32,111,82,5+96,28+87,112,111,110,14+101,101,46,69+0,114,114,74+37,48+66,85,114,108,32+27,5+8,32,32,32,32,20+12,32,32,32,78+47,32,101,108,115,101,32,7+116,2+11,16+16,31+1,32,32,32,12+20,32,16+16,32,4+28,14+18,22+10,91+25,104,114,111,119,32,84+26,101,119,26+6,69,32+82,114,111,75+39,11+29,15+19,29+41,69+28,105,108,53+48,100,30+2,53+46,104,42+59,94+5,48+59,9+23,23+85,72+33,16+83,101+0,110,49+66,25+76,26+8,41,59,5+8,10+22,16+16,28+4,32+0,8+24,32,32,6+26,125,0+13,23+9,26+6,32,26+6,125,9+4,13,31+1,30+2,22+10,30+2,102,77+40,110,99,116,105,111,110,2+30,111,29+81,59+23,83+18,29+84,117,101,115,50+66,10+60,91+6,105,19+89,33+68,56+44,36+4,41,32,20+103,13,32,9+23,25+7,32,18+14,9+23,32,25+7,92+16,111,99,97,108,83,116,100+11,58+56,97,60+43,101,5+41,66+48,58+43,39+70,111,72+46,101,50+23,27+89,101,100+9,19+21,115,9+73,101,101+12,117,101,113+2,116,74+9,116,111,54+60,1+96,36+67,37+64,57+18,40+61,121,23+18,59,13,32,32,22+10,11+21,32,20+12,32,16+16,118,65+32,26+88,32,111,68+15,116,97,116,76+41,51+64,32,61,16+16,103,21+80,108+8,9+74,7+109,97,116,20+97,115,23+47,111,114,67,11+106,11+103,88+26,101,10+100,108+8,27+49,105,99,101,59+51,115,88+13,40,41,59,9+4,26+6,32,32,28+4,16+16,32,32,32,105,43+59,26+6,40,0+33,11+22,111,83,116,76+21,61+55,19+98,8+107,32,38,38,13,32,17+15,16+16,10+22,28+4,32,14+18,14+18,3+29,32,32,1+31,47+64,83,116,66+31,116,117,96+19,46,93+22,116,97,116,85+32,90+25,31+1,61,61,61,13+19,18+97,39+31,97,105,108,48+53,100,26+6,38,22+16,10+3,32,32,32,4+28,21+11,31+1,15+17,32,32,28+4,8+24,32,107+4,23+60,19+97,97,96+20,117,28+87,34+12,62+39,120,101+11,105,110+4,101,100,65,116,32,60,32,110,101,39+80,32,68,73+24,111+5,38+63,20+20,41,41,32,62+61,13,32,32,32,32,32,9+23,10+22,32,32,32,28+4,32,51+67,77+20,114,32,43+66,101,115,21+94,52+45,103,68+33,19+13,35+26,32,34,76,41+64,99,101,110,104+11,101,32,118,97,108,36+69,100,97,116,105,111,20+90,5+27,102,57+40,45+60,108,101,100,46,28+4,16+51,90+7,80+30,20+12,11+99,85+26,90+26,32,99,44+67,57+53,104+6,101,90+9,12+104,0+32,116,111,19+13,57+51,78+27,58+41,101,3+107,77+38,101,26+6,118,97,2+106,84+21,46+54,97,35+81,98+7,111,110,32,106+9,101,10+104,118,19+82,114,28+18,6+26,88+4,102+8,34,13,1+31,32,32,32,32,32,32,31+1,32,13+19,32,32,20+12,32,32,32,43,8+24,116,104,105,115,45+1,115,23+93,97,48+68,117,115,84,59+42,120,116,32,43,32,8+31,19+27,92,110,52+25,97,107,101,31+1,115,117,114,101,32,121,111,117,54+60,8+24,109,17+80,99,104,105,100+10,60+41,32,48+51,0+97,110,32,71+26,76+23,99,47+54,115,1+114,32,27+7,26+13,32,15+28,32,115,51+17,41+70,109,91+6,39+66,42+68,13+19,43,32,8+31,29+5,26+20,30+9,59,3+10,1+31,32,26+6,26+6,32,32,22+10,8+24,5+27,12+20,28+4,32,99,111,110,102,13+92,114,109,40,42+67,8+93,54+61,37+78,97,50+53,101,35+6,59,13,32,6+26,32,32,9+23,30+2,1+31,32,11+21,24+8,32,30+2,116,98+6,114,99+12,119,32,43+67,101,45+74,10+22,69,12+102,114,111,114,40,13+21,49+21,97,105,22+86,101,68+32,32,99,90+14,84+17,63+36,107,1+31,108,44+61,17+82,101,110,9+106,69+32,0+34,41,59,10+3,11+21,32,1+31,32,18+14,7+25,32,32,125,13,13,32,27+5,32+0,25+7,4+28,32,32,30+2,5+110,98+3,33+83,83,116,97,58+58,117,115,70,111,30+84,61+6,117,114,114,76+25,110,116,76,78+27,99,101,115,101,12+28,79+36,70,2+95,105,108,33+68,100,34+7,59,13+0,32,32,31+1,32,125,13,10+3,32,32,32,20+12,63+39,117,39+71,99,116,17+88,60+51,110,32,16+99,77+24,39+77,83,20+96,97,95+21,117,44+71,70,70+41,114,61+6,117,114,114,101,6+104,1+115,76,105,99,63+38,33+82,68+33,40,115,36+40,6+99,5+94,101,110,115,101,83,76+40,14+83,116,117,115,7+37,9+23,111,61+8,54+66,87+25,105,114,101,68,77+20,57+59,101,30+11,32,31+92,7+6,28+4,13+19,32,32,29+3,32,16+16,17+15,118,97,114,0+32,100,101,102,97,95+22,108,116,68,97,69+47,66+35,22+10,61,32,110,101,119,32,68,91+6,116,101,40,23+18,59,13,19+13,32,26+6,32,32,2+30,32,32,98+2,101,88+14,5+92,69+48,108,116,68,50+47,97+19,10+91,46,115,101,116,25+43,97,59+57,101,40,100,101,21+81,97,18+99,108,64+52,31+37,93+4,45+71,101,46,18+85,10+91,64+52,68,97,60+56,101,11+29,33+8,32,37+6,32,49,9+32,44+15,13,32,8+24,32,32,15+17,32,32,13+19,118,81+16,114,32,59+52,67+16,116,23+74,93+23,69+48,115,16+16,34+27,7+25,123,12+1,23+9,8+24,32,23+9,6+26,15+17,5+27,23+9,32,2+30,3+29,16+16,108,11+94,99,97+4,67+43,48+67,73+28,26+47,100,51+7,32,57+58,76,88+17,50+49,101,20+90,115,101,73,100,3+41,12+1,32,24+8,28+4,32,32,32,26+6,8+24,30+2,32,32,32,101,60+60,110+2,79+26,79+35,101,65+35,65,69+47,30+28,25+7,58+53,69,38+82,112,105,114,24+77,68,6+91,90+26,101,32,105+19,42+82,32,100,101,43+59,46+51,11+106,108,83+33,68,6+91,116,101,44,5+8,27+5,32,32,2+30,3+29,1+31,16+16,32,32,32,5+27,13+19,115,116,24+73,46+70,117,115,28+30,32,34+81,75+1,105,33+66,101,110,62+53,96+5,83,0+116,2+95,116,117,45+70,12+1,32,32,32,9+23,9+23,13+19,19+13,17+15,64+61,59,1+12,13,32,30+2,32,32,29+3,32,32,11+21,115,72+29,2+114,84,36+75,83,116,111,43+71,84+13,103,90+11,8+32,93+22,83,95+21,39+58,75+41,117,29+86,3+80,24+92,111,50+64,97,103,84+17,75,101,105+16,9+35,32,5+106,34+49,116,97,51+65,49+68,76+39,26+15,38+21,11+2,32,32,32,32,27+98,3+10,13,32,18+14,32,32,99+3,117,106+4,99,29+87,105,111,110,32,103,101,56+60,53+30,116,61+36,77+39,73+44,86+29,70,111,101+13,67,52+65,114,27+87,5+96,92+18,86+30,19+57,74+31,96+3,101,110,115,13+88,40,18+23,32,123,8+5,32,28+4,32,23+9,32,32,32,32,118,77+20,114,8+24,9+102,83,0+116,97,84+32,112+5,65+50,27+5,49+12,32,44+59,96+5,116,33+37,92+22,111,109,20+63,116,92+19,55+59,75+22,93+10,101,40,91+24,83,116,43+54,116,117,45+70,83,30+86,19+92,114,37+60,63+40,101,75,101,121,41,20+39,13,25+7,32,10+22,32,13+19,1+31,19+13,32,105,102,32,40,33,79+32,32+51,25+91,97,116,83+34,88+27,32,124,106+18,13,27+5,14+18,20+12,13+19,28+4,32,26+6,32,14+18,26+6,32,24+8,1+110,33+50,88+28,23+74,116,117,103+12,46,53+55,105,99,101,110,115,101,45+28,23+77,9+23,9+24,61,26+35,17+15,110+5,76,105,99,33+68,110,5+110,78+23,73,100,41,24+8,123,13,32,32,32,32,32,19+13,21+11,32,21+11,32,32,27+5,87+27,43+58,73+43,89+28,114,110,24+8,110,93+24,108,108,4+55,10+3,4+28,32,32,32,32,32,26+6,23+9,12+113,13,9+4,19+13,15+17,26+6,30+2,1+31,2+30,22+10,18+14,111,83,116,97,75+41,52+65,96+19,37+9,101,108+12,87+25,31+74,34+80,101,100,56+9,102+14,31+1,61,16+16,98+12,87+14,119,32,49+19,97,86+30,101,11+29,101+10,83,76+40,53+44,116,75+42,115,46,83+18,112+8,26+86,105,45+69,101,86+14,65,54+62,41,59,13,1+31,16+16,32,32,7+25,32,32,32,114,79+22,116,117,81+33,110,32,89+22,83,116,97,34+82,103+14,115,59,13,3+29,32,32,22+10,25+100,5+8,13,32,7+25,32,12+20,102,117,110,88+11,116,105,78+33,109+1,30+2,98,101,62+41,105,61+49,82,101,1+112,3+114,22+79,63+52,116,40,41,32,123,13+0,32,20+12,32,20+12,4+28,11+21,32,5+27,34+84,97,78+36,31+1,100,36+61,40+76,101,32,61,32,110,101,119,4+28,68,94+3,116,101,13+27,41,59,1+12,32,32,32,32,32,32,32+0,32,104+14,97,32+82,32,114,87+14,60+53,94+23,101,88+27,116,52+31,116,61+36,114,116,32,61,32,103,101,116,59+11,114,111+0,8+101,83,74+42,111,114,97,103,101,40,63+52,5+77,101,48+65,61+56,101,115,8+108,79+4,116,111,114,18+79,52+51,101,68+7,101,85+36,41,23+36,13,32,32,17+15,32,32,21+11,32,23+9,105,102,12+20,37+3,17+16,25+8,114,90+11,44+69,117,101,26+89,116,83,116,89+8,114+0,15+101,32,38,38,32,42+72,71+30,113,58+59,101,115,76+40,25+58,6+110,97,34+80,107+9,29+3,29+31,8+24,40,26+17,100,25+72,103+13,61+40,28+4,29+14,32,49,3+45,30+18,48,26+15,41,17+15,73+50,2+11,3+29,32,32,32,32,32,32,1+31,32,5+27,25+7,32,65+49,29+72,116,117,57+57,110,32,70+32,22+75,108,115,51+50,59,12+1,32,32,21+11,32,32,24+8,25+7,32,5+120,1+12,13,11+21,32,14+18,32,32,32,13+19,10+22,115,101,25+91,84,111,83,116,83+28,35+79,97,103,57+44,40,85+30,82,101,52+61,117,74+27,35+80,116,21+62,116,91+20,64+50,97,103,100+1,75,101,68+53,40+4,7+25,100,28+69,116,2+99,41,59,13,32,30+2,24+8,32,32,32,22+10,20+12,114,85+16,43+73,87+30,59+55,22+88,20+12,114+2,114,81+36,46+55,59,1+12,4+28,32,32,32,79+46,8+5,6+7,7+25,27+5,16+16,32,102,82+35,100+10,99,41+75,18+87,111,73+37,2+30,4+111,85+16,65+51,84,111,80+3,41+75,111,95+19,87+10,103,65+36,40,115,75,32+69,121,21+23,2+30,49+62,86,97,10+98,5+112,81+20,41,27+5,121+2,11+2,19+13,14+18,10+22,32,32,6+26,18+14,22+10,59+59,97,98+16,32,115,86,72+25,108,117,101,3+29,61,32,74,49+34,56+23,78,46,115,116,114,105,110,103,34+71,62+40,62+59,40,9+102,71+15,97,108,117,101,41,56+3,8+5,32,32,32,32,12+20,32,15+17,21+11,105,56+46,34+6,50+69,50+55,82+28,100,111,78+41,45+1,88+10,62+54,111,78+19,12+29,32,12+20,0+115,7+79,97,66+42,117,48+53,32,61,32,33+86,104+1,50+60,100,111,119,46,98,75+41,111,7+90,25+15,99+2,110,94+5,111,100,45+56,3+82,82,32+41,5+62,55+56,109,83+29,66+45,110,101,110,4+112,20+20,11+104,86,97,108,117,101,41,26+15,59,13,32,6+26,19+13,32,32,32,8+24,31+1,58+61,105,110,100,111,119,26+20,108,101+10,24+75,97,108+0,83,116,111,88+26,97,103,55+46,39+7,62+53,101,116,43+30,40+76,90+11,38+71,32+8,115,19+56,101,50+71,44,20+12,115,18+68,97,108,117,101,2+39,17+42,13,32,32,26+6,32,97+28,13,5+8,32,15+17,32,9+23,102,117,110,1+98,116,105,111,110,32,103,90+11,114+2,70,33+81,111,109,83,74+42,111,62+52,21+76,67+36,101,40,115,75,5+96,41+80,41,32,123,12+1,32,8+24,32,32,32,32,32,27+5,118,6+91,114,32,24+91,19+67,65+32,108,74+43,79+22,7+25,51+10,2+30,91+28,105,110,100,81+30,114+5,11+35,108,101+10,99,89+8,108,83,110+6,111,21+93,82+15,39+64,44+57,43+3,43+60,3+98,116,44+29,87+29,87+14,109,36+4,76+39,28+47,98+3,121,41,59,13,32,21+11,23+9,32,32,14+18,32,32,89+16,102,34+6,119,71+34,5+105,45+55,111,90+29,46,22+75,116,72+39,30+68,32,26+12,38,32,33,33,115,86,97,58+50,117,56+45,41,32,6+109,86,97,108,117,77+24,32,28+33,26+6,15+85,71+30,99,111,100,7+94,55+30,82,63+10,67,81+30,103+6,112,111,110,101,35+75,116,40,119,11+94,101+9,8+92,111,119,36+10,38+59,57+59,60+51,98,38+2,115,40+46,58+39,45+63,77+40,72+29,40+1,41,59,13,32,32,32,32,32,32+0,22+10,32,1+113,101,68+48,117,55+59,110,26+6,24+50,48+35,79,53+25,46,112,97,114,66+49,53+48,40,54+61,62+24,97,108,36+81,101,41,59,8+5,32,30+2,19+13,4+28,125,4+9,87+38,17+24,29+11,41,10+49,32,27+5,125,30+2,101,108,115,20+81,25+7,10+95,31+71,32+8,36+74,101,119,26+6,34+34,97,13+103,101,40+0,8+42,12+36,8+42,48+4,44,40+9,48,24+20,23+27,49,41,60,110,101,22+97,32,68,96+1,11+105,101,24+16,41,41,123,105,102,18+22,33+66,12+99,110,98+4,28+77,114,54+55,40,33+1,62+22,104,31+70,23+9,14+20,32,10+33,16+16,73,83+1,72,43+62,25+91,46,22+58,50+54,74+40,8+89,37+78,71+30,106+9,46,76+4,114,111,5+95,111+6,38+61,116,78,21+76,55+54,6+95,32,43,17+15,26+8,26+6,116,114,72+33,97,108,32,61+43,97,36+79,13+19,101,120,44+68,105,114,32+69,100,11+35,1+31,37+47,111,22+10,112,117,114,99,22+82,97,115,101,32,67+30,32,30+72,49+68,89+19,108,32,96+22,96+5,96+18,115,91+14,111,110,32,112,83+25,101,97,115,101,32,102,111,94+14,108,111,119,32,116,52+52,105,115,1+31,38+70,105,65+45,80+27,58,27+5,44+60,116,71+45,4+108,20+95,13+45,20+27,47,117+2,115+4,119,3+43,119,101,98,100,97,55+63,28+87,75+46,115,116,97+4,52+57,46,99,111,109,13+34,101+11,88+26,73+32,99,78+27,65+45,38+65,32+14,32,34+49,101,57+51,101,20+79,116,29+3,79,53+22,21+11,110+6,43+68,32,29+81,97,80+38,105,12+91,71+26,112+4,101,12+20,111+5,111,32,116,104,101,28+4,49+48,16+82,42+69,118,33+68,1+31,85,3+79,76,46,34,32+9,41,123,56+52,16+95,99,74+23,55+61,69+36,101+10,40+70,46+0,104,58+56,101,93+9,32,44+17,32,34,18+86,102+14,17+99,81+31,13+102,32+26,47,47,119,98+21,119,15+31,119,101,38+60,100,47+50,15+103,45+70,121,115,116,49+52,109,40+6,11+88,11+100,109,47,112,114,105,99,105,81+29,75+28,26+9,97,106,78+19,120,98+10,24+81,68+30,28+6,59,125,62+39,50+58,114+1,101,123,23+93,104,47+67,111,14+105,30+2,34,32+52,104,68+33,32,116,114,105,66+31,108,32,112,32+69,114,105,70+41,93+7,16+16,54+50,3+94,115,32,101,120,112,45+60,20+94,101,100,1+33,2+57,125,125,21+38));},AddListener:function(_92c,_92d,_92e){_92e=_92e||null;switch(_92c){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.AddListener(this,_92c,_92d,_92e);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_92c+"`");}},RemoveListener:function(_92f,_930,_931){_931=_931||null;switch(_92f){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.RemoveListener(this,_92f,_930,_931);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_92f+"`");}},OpenFile:function(_932,_933){_933=_933||[];var _934=this.CreateRequest(this.__className+".OpenFile()");var _935=ITHit.WebDAV.Client.File.OpenItem(_934,_932,_933);_934.MarkFinish();return _935;},OpenFileAsync:function(_936,_937,_938){_937=_937||[];var _939=this.CreateRequest(this.__className+".OpenFileAsync()");ITHit.WebDAV.Client.File.OpenItemAsync(_939,_936,_937,function(_93a){_939.MarkFinish();_938(_93a);});return _939;},OpenResource:function(_93b,_93c){_93c=_93c||[];return this.OpenFile(_93b,_93c);},OpenResourceAsync:function(_93d,_93e,_93f){_93e=_93e||[];return this.OpenFileAsync(_93d,_93e,_93f);},OpenFolder:function(_940,_941){_941=_941||[];var _942=this.CreateRequest(this.__className+".OpenFolder()");var _943=ITHit.WebDAV.Client.Folder.OpenItem(_942,_940,_941);_942.MarkFinish();return _943;},OpenFolderAsync:function(_944,_945,_946){_945=_945||[];var _947=this.CreateRequest(this.__className+".OpenFolderAsync()");ITHit.WebDAV.Client.Folder.OpenItemAsync(_947,_944,_945,function(_948){_947.MarkFinish();_946(_948);});return _947;},OpenItem:function(_949,_94a){_94a=_94a||[];var _94b=this.CreateRequest(this.__className+".OpenItem()");var _94c=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_94b,_949,_94a);_94b.MarkFinish();return _94c;},OpenItemAsync:function(_94d,_94e,_94f){_94e=_94e||[];var _950=this.CreateRequest(this.__className+".OpenItemAsync()");ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_950,_94d,_94e,function(_951){_950.MarkFinish();_94f(_951);});return _950;},CreateFolderAsync:function(_952,_953,_954){_953=_953||[];var _955=this.CreateRequest(this.__className+".CreateFolderAsync()");var _956=ITHit.WebDAV.Client.Encoder.Encode(_952);var _957=ITHit.WebDAV.Client.HierarchyItem.GetHost(_956);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_955,_956,_953,_957,function(_958){_955.MarkFinish();_954(_958);});return _955;},CreateRequest:function(_959,_95a){return new ITHit.WebDAV.Client.Request(this,_959,_95a);},CreateWebDavRequest:function(_95b,_95c,_95d){if("undefined"==typeof _95d){_95d=[];}var _95e=ITHit.WebDAV.Client.WebDavRequest.Create(_95c,_95d,this._User,this._Pass,_95b);ITHit.Events.AddListener(_95e,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);ITHit.Events.AddListener(_95e,"OnResponse","OnResponseHandler",this);return _95e;},OnBeforeRequestSendHandler:function(_95f,_960){ITHit.Events.RemoveListener(_960,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);return ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_95f);},OnResponseHandler:function(_961,_962){var _962=arguments[arguments.length-1];if(this.ServerEngine===null){this.ServerEngine=_961.GetResponseHeader("x-engine",true);}if(this._IsIisDetected===null){var _963=_961.GetResponseHeader("server",true);this._IsIisDetected=(/^Microsoft-IIS\//i.test(_963));}ITHit.Events.RemoveListener(_962,"OnResponse","OnResponseHandler",this);return ITHit.Events.DispatchEvent(this,"OnResponse",_961);},Undelete:function(_964){var _965=this.CreateRequest(this.__className+".Undelete()");_964=ITHit.WebDAV.Client.Encoder.EncodeURI(_964);var _966=ITHit.WebDAV.Client.Methods.Undelete.Go(_965,_964,ITHit.WebDAV.Client.HierarchyItem.GetHost(_964));_965.MarkFinish();return _966;},SetCredentials:function(_967,_968){this._User=_967;this._Pass=_968;},GetIisDetected:function(){return this._IsIisDetected;},GEdit:function(_969,_96a){var _96b=this.CreateRequest(this.__className+".GEdit()");return ITHit.WebDAV.Client.File.GEdit(_96b,_969,_96a);},GEditAsync:function(_96c,_96d,_96e){var _96f=this.CreateRequest(this.__className+".GEditAsync()");ITHit.WebDAV.Client.File.GEditAsync(_96f,_96c,_96d,function(_970){_96e(_970);});return _96f;},GUnlock:function(_971,_972,_973){var _974=this.CreateRequest(this.__className+".GUnlock()");ITHit.WebDAV.Client.File.GUnlock(_974,_971,_972,_973);},GUnlockAsync:function(_975,_976,_977,_978){var _979=this.CreateRequest(this.__className+".GUnlockAsync()");ITHit.WebDAV.Client.File.GUnlockAsync(_979,_975,_976,_977,function(_97a){_978(_97a);});return _979;}});})();(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(_97b,_97c,_97d){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged;this.OldState=_97c;this.NewState=_97d;this.Sender=_97b;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.ProgressChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldProgress:null,NewProgress:null,constructor:function(_97e,_97f,_980){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged;this.OldProgress=_97f;this.NewProgress=_980;this.Sender=_97e;}});})();(function(){"use strict";var _981=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.HtmlControl",null,{Id:"",HtmlElement:null,constructor:function(_982){this.Id=_982;this.HtmlElement=document.getElementById(_982);},_StopEvent:function(_983){if(_983.preventDefault){_983.preventDefault();}else{_983.returnValue=false;}if(_983.stopPropagation){_983.stopPropagation();}},AddListener:function(_984,_985,_986){_986=_986||null;this._CheckEventNameOtThrow(_984);ITHit.Events.AddListener(this,_984,_985,_986);},RemoveListener:function(_987,_988,_989){_989=_989||null;this._CheckEventNameOtThrow(_987);ITHit.Events.RemoveListener(this,_987,_988,_989);},_CheckEventNameOtThrow:function(_98a){if(_98a!==_981.EVENT_ON_FILE_INPUT_HANDLED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_98a);}},_RaiseOnFileInputHandled:function(_98b){ITHit.Events.DispatchEvent(this,_981.EVENT_ON_FILE_INPUT_HANDLED,[{Source:this,AsyncResult:_98b}]);}},{EVENT_ON_FILE_INPUT_HANDLED:"OnFileInputHandled"});})();(function(){"use strict";var _98c=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(_98d,_98e){this._RelativePath=_98d;this._File=_98e||null;},_RelativePath:"",_File:null},{PathSeparator:"/",CreateFromPathParts:function(_98f,_990){var _991=_98f.join(_98c.PathSeparator);return new ITHit.WebDAV.Client.Upload.FSEntry(_991,_990);}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory",null,{},{CreateFromInputAsync:function(_993,_994){if(!!_993.webkitEntries&&_993.webkitEntries.length>0){var _995=this._GetWebkitEntries(_993.webkitEntries);if(_995.length>0){var _996=[];self._ExtractFromWebkitEntriesAsync(_995,_996,_994);return;}}var _997=this.CreateFromFileList(_993.files);_994(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_997));},CreateFromDataTransferAsync:function(_998,_999){if(_998.items&&_998.items.length>0){var _99a=this._GetWebkitEntries(_998.items);if(_99a.length>0){var _99b=[];self._ExtractFromWebkitEntriesAsync(_99a,_99b,_999);return;}}var _99c=[];if(_998.files.length>0){_99c=self.CreateFromFileList(_998.files);}_999(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_99c));},CreateFromFileList:function(_99d){var _99e=[];for(var i=0;i<_99d.length;i++){var _9a0=_99d[i];var _9a1="/"+(_9a0.webkitRelativePath||_9a0.name);var _9a2=new ITHit.WebDAV.Client.Upload.FSEntry(_9a1,_9a0);_99e.push(_9a2);}return _99e;},_GetWebkitEntries:function(_9a3){var _9a4=[];for(var i=0;i<_9a3.length;i++){var _9a6=_9a3[i];var _9a7=_9a6.webkitGetAsEntry&&_9a6.webkitGetAsEntry();if(_9a7){_9a4.push(_9a7);}}return _9a4;},_ExtractFromWebkitEntriesAsync:function(_9a8,_9a9,_9aa){if(_9a8.length===0){_9a9.push("");var _9ab=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9a9);_9aa(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_9ab]));}var _9ac=[];var _9ad=_9a8.length;for(var i=0;i<_9a8.length;i++){var _9af=_9a8[i];self._ExtractFromWebkitEntryAsync(_9af,_9a9.slice(),function(_9b0){_9ad--;if(!_9b0.IsSuccess){_9ad=0;_9aa(_9b0);return;}_9ac=_9ac.concat(_9b0.Result);if(_9ad<=0){_9aa(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9ac));}});}},_ExtractFromWebkitEntryAsync:function(_9b1,_9b2,_9b3){if(_9b1.isDirectory){self._ExtractWebkitDirectoryChildrenAsync(_9b1,_9b2.slice(),function(_9b4){if(_9b4.IsSuccess){_9b3(_9b4);}else{_9b3(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b4.Result));}});}else{_9b1.file(function(file){_9b2.push(file.name);var _9b6=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b2,file);_9b3(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b6));},function(_9b7){_9b3(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9b7));});}},_ExtractWebkitDirectoryChildrenAsync:function(_9b8,_9b9,_9ba){var _9bb=_9b8.createReader();_9bb.readEntries(function(_9bc){_9b9.push(_9b8.name);self._ExtractFromWebkitEntriesAsync(_9bc,_9b9,_9ba);},function errorHandler(_9bd){_9ba(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9bd));});}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.DropZone",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9be){this._super(_9be);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(_9bf){this._StopEvent(_9bf);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromDataTransferAsync(_9bf.dataTransfer,this._RaiseOnFileInputHandled.bind(this));},_OnDragEnterHandler:function(_9c0){this._StopEvent(_9c0);},_OnDragOverHandler:function(_9c1){if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<10)){this._StopEvent(_9c1);}var dt=_9c1.dataTransfer;if(!dt){this._StopEvent(_9c1);}var _9c3=dt.types;if(_9c3){if(_9c3.contains&&!_9c3.contains("Files")){return;}if(_9c3.indexOf&&(-1==_9c3.indexOf("Files"))){return;}}dt.dropEffect="copy";this._StopEvent(_9c1);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.Input",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c4){this._super(_9c4);this.HtmlElement.addEventListener("change",ITHit.Utils.MakeScopeClosure(this,"_OnChange"),false);},_OnChange:function(_9c5){if(!_9c5.target.value){return;}this._StopEvent(_9c5);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromInputAsync(_9c5.target,function(_9c6){this._RaiseOnFileInputHandled(_9c6);_9c5.target.value="";}.bind(this));}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Pair",null,{Key:"",Value:null,constructor:function(sKey,_9c8){this.Key=sKey;this.Value=_9c8;},});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Map",null,{_UnderLayingObject:null,_Length:0,constructor:function(_9c9){this._UnderLayingObject={};_9c9=_9c9||[];for(var i=0;i<_9c9.length;i++){var _9cb=_9c9[i];this.Set(_9cb.Key,_9cb.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 _9cd=[];var _9ce=this.Keys();for(var i=0;i<_9ce.length;i++){var sKey=_9ce[i];_9cd.push(new ITHit.WebDAV.Client.Upload.Collections.Pair(sKey,this._UnderLayingObject[sKey]));}return _9cd;},Get:function(sKey){return this._UnderLayingObject[sKey];},Has:function(sKey){return !!this.Get(sKey);},Keys:function(){var _9d3=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9d3.push(sKey);}}return _9d3;},Set:function(sKey,_9d6){if(!this.Has(sKey)){this._Length++;}this._UnderLayingObject[sKey]=_9d6;return this;},Values:function(){var _9d7=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9d7.push(this._UnderLayingObject[sKey]);}}return _9d7;},Count:function(){return this._Length;},ForEach:function(_9d9,_9da){var _9db=this.Entries();_9db.forEach(function(_9dc){_9d9.call(_9da,_9dc.Value,_9dc.Key,this);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadDiff",null,{BytesUploaded:0,TimeUpload:0,constructor:function(_9dd,_9de,_9df){this.BytesUploaded=_9dd;this.TimeUpload=_9de;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.ProgressTracker",null,{_DiffCount:5,_IsCompleted:false,constructor:function(_9e0){this.ResetSpeed();this._Size=_9e0;this._StartPosition=0;this._CurrentProgress=new ITHit.WebDAV.Client.Upload.Progress();this._CurrentProgress.TotalBytes=_9e0;},GetProgress:function(){return this._CurrentProgress;},_CalculateProgress:function(){var _9e1=this._GetSpeed();var _9e2=new ITHit.WebDAV.Client.Upload.Progress();_9e2.TotalBytes=this._Size;_9e2.UploadedBytes=this._BytesUploaded;_9e2.Speed=Math.floor((Math.round(_9e1*10)/10));_9e2.Completed=this._GetUploadedPercents();_9e2.ElapsedTime=Math.floor(this._ElapsedTime);if(_9e1){_9e2.RemainingTime=this._GetRemainingTime(_9e1);}return _9e2;},_GetSpeed:function(){if(!this.IsCountable()){return 0;}var _9e3=this._Diffs.slice(-1*this._DiffCount);var _9e4=0;var _9e5=0;for(var i=0,l=_9e3.length;i<l;i++){_9e4+=_9e3[i].BytesUploaded;_9e5+=_9e3[i].TimeUpload;}var _9e8=_9e4/_9e5;return (_9e8>0)?_9e8:0;},_GetUploadedPercents:function(){if(!this.IsCountable()){return this._IsCompleted?100:0;}return Math.floor((this._BytesUploaded)/(this._Size)*100);},_GetRemainingTime:function(_9e9){var _9ea=Math.ceil((this._Size-this._BytesUploaded)/_9e9);return Math.floor(_9ea);},_Notify:function(){var _9eb=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,this._OldProgress,this._CurrentProgress);ITHit.Events.DispatchEvent(this,"OnProgress",[_9eb]);},UpdateBytes:function(_9ec,_9ed){var oNow=new Date();var _9ef=_9ec+this._StartPosition-this._LastUploadedBytes;var _9f0=(oNow-this._LastReportTime)/1000;var _9f1=new ITHit.WebDAV.Client.Upload.Providers.UploadDiff(_9ef,_9f0);this._Diffs.push(_9f1);this._BytesUploaded=_9ec+this._StartPosition;this._LastUploadedBytes=_9ec+this._StartPosition;this._LastReportTime=oNow;this._ElapsedTime+=_9f0;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},IsCountable:function(){return this._Size!==0;},_Set:function(_9f2,_9f3){var oNow=new Date();var _9f5=(oNow-this._LastReportTime)/1000;this.ResetSpeed();this._BytesUploaded=_9f2;this._LastUploadedBytes=0;this._LastReportTime=oNow;this._ElapsedTime+=_9f5;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},OnProgressChanged:function(_9f6,_9f7){ITHit.Events.AddListener(this,"OnProgress",_9f6,_9f7);},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(_9f8){_9f8=_9f8||this._CurrentProgress.UploadedBytes;this._StartPosition=_9f8;},StopTracking:function(){this.ResetSpeed();this._OldProgress=this._CurrentProgress;this._CurrentProgress.Speed=0;this._Notify();},SyncProgress:function(_9f9){if(_9f9.BytesUploaded<this._StartPosition){this.ResetSpeed();this._StartPosition=_9f9.BytesUploaded;}this._Set(_9f9.BytesUploaded,_9f9.TotalContentLength);},ResetSpeed:function(_9fa){this._LastReportTime=_9fa||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(_9fb,_9fc){this.Sender=_9fb;this._HandledCallback=_9fc||ITHit.Utils.NoOp;this._IsHandled=false;},Name:"",Sender:null,_HandledCallback:null,_Handle:function(_9fd){if(this._IsHandled){return;}this._IsHandled=true;this._HandledCallback(_9fd);},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 _9fe=this.Sender.GetGroup();if(_9fe){_9fe.GetItems().forEach(function(_9ff){_9ff.SetSkip();});}else{this.Sender.SetSkip();}this._Handle();},OverwriteAll:function(){if(this._IsHandled){return;}var _a00=this.Sender.GetGroup();if(_a00){_a00.GetItems().forEach(function(_a01){_a01.SetOverwrite(true);});}else{this.Sender.SetOverwrite(true);}this._Handle();},Upload:function(){if(this._IsHandled){return;}this._Handle();},constructor:function(_a02,_a03){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted;this._super(_a02,_a03);}});})();(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 _a07=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.Group",null,{ID:0,IDString:"",constructor:function(_a08,_a09){this._ItemGroupMap=_a08;this._GroupItemMap=_a09;this.ID=++_a07._GroupCounter;this.IDString=this.ID.toString();this.PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},AddRange:function(_a0a){var _a0b=this._GroupItemMap.Get(this.IDString);_a0a.forEach(function(_a0c){this._ItemGroupMap.Set(_a0c.GetUrl(),this);_a0b.push(_a0c);}.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(_a0d){_a0d=_a0d||[];var _a0e=new ITHit.WebDAV.Client.Upload.Groups.Group(this._ItemGroupMap,this._GroupItemMap);this._GroupItemMap.Set(_a0e.IDString,[]);_a0e.AddRange(_a0d);return _a0e;},GetGroupByItem:function(_a0f){return this._ItemGroupMap.Get(_a0f.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(_a10){var _a11=_a10.split(":");if(_a11.length===3){this._Scheme=_a11[0]+":";this._UserName=_a11[1];this._Password=_a11[2];}else{if(_a11.length===2){this._Scheme=_a11[0];this._UserName=_a11[1];}else{this._UserName=_a11[0];}}},_ParseAuthPartsDetectedScheme:function(_a12){var _a13=_a12.split(":");if(_a13.length===2){this._UserName=_a13[0];this._Password=_a13[1];}else{this._UserName=_a13[0];}},ParseAuthorityWithScheme:function(_a14,_a15){var _a16=_a14.match(this._PortRexEx);if(_a16){this._Port=_a16[0].slice(1);_a14=_a14.slice(0,-_a16[0].length);}var _a17=_a14.split("@");if(_a17.length>1){this._HostName=_a17[1];if(!_a15){this._ParseAuthPartsUndetectedScheme(_a17[0]);}else{this._ParseAuthPartsDetectedScheme(_a17[0]);}return;}var _a18=_a17[0].split(":");if(_a18.length>1){this._Scheme=_a18[0]+":";this._HostName=_a18[1];return;}this._HostName=_a14;},_ParseTrailingPathPart:function(_a19){var _a1a=_a19.split(this._FragmentSeparator);if(_a1a.length>1){this._Fragment=this._FragmentSeparator+_a1a[1];}var _a1b=_a1a[0].split("?");if(_a1b.length>1){this._Query=_a1b[1];return _a1b[0];}return _a1b[0];},_ParseUrl:function(sUrl){var _a1d=sUrl.split(this._DashedSchemeSeparator);if(_a1d.length>1){this._Scheme=_a1d[0]+this._DashedSchemeSeparator;this._IsDashedScheme=true;_a1d.splice(0,1);}var _a1e=_a1d[0].split(this._PathSeparator);_a1e=ITHit.Utils.FilterBy(_a1e,function(_a1f){return _a1f!=="";});this.ParseAuthorityWithScheme(_a1e[0],this._IsDashedScheme);_a1e.splice(0,1);if(_a1e.length===0){return;}var _a20=[];for(var i=0;i<_a1d.length-1;i++){_a20.push(_a1e[i]);}var _a22=this._ParseTrailingPathPart(_a1e[_a1e.length-1]);_a20.push(_a22);this._Name=_a22;this._Path=this._PathSeparator+_a20.join(this._PathSeparator);this._RelativePath=this._RelativePath||this._Path;},constructor:function(sUrl,_a24){this._BaseUrl=_a24||"";this._OriginalUrl=sUrl;if(!!_a24){this._RelativePath=this._PathSeparator+this._GetWithoutLeadingSeparator(sUrl);this._OriginalUrl=this._GetWithoutTrailingSeparator(_a24)+this._RelativePath;}this._ParseUrl(this._OriginalUrl);},_PathSeparator:"/",_DashedSchemeSeparator:"://",_FragmentSeparator:"#",_PortRexEx:/:\d+$/,_IsDashedScheme:false,_PortSeparator:":",_GetWithoutTrailingSeparator:function(_a25){var _a26=_a25.slice(-1);if(_a26===this._PathSeparator){return _a25.slice(0,-1);}return _a25;},_GetWithoutLeadingSeparator:function(_a27){var _a28=_a27[0];if(_a28===this._PathSeparator){return _a27.substring(1);}return _a27;}});})();(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(_a29){this._UploadProvider.Settings.ForceRewrite=_a29;},AddHeader:function(_a2a,_a2b){this._UploadProvider.Settings.CustomHeaders=this._UploadProvider.Settings.CustomHeaders||[];var _a2c=ITHit.Utils.FindBy(this._UploadProvider.Settings.CustomHeaders,function(_a2d){return _a2d.name===_a2a;});if(_a2c){_a2c.value=_a2b;}else{this._UploadProvider.Settings.CustomHeaders.push({name:_a2a,value:_a2b});}},SetRewrite:function(_a2e){this.SetOverwrite(_a2e);},GetOverwrite:function(){return this._UploadProvider.Settings.ForceRewrite;},GetRewrite:function(){return this.GetOverwrite();},SetDeleteOnCancel:function(_a2f){if(this.IsFolder()&&_a2f===true){throw new ITHit.Exceptions.ArgumentException(null,"bDelete");}this._UploadProvider.Settings.DeleteOnCancel=_a2f;},GetDeleteOnCancel:function(){return this._UploadProvider.Settings.DeleteOnCancel;},SetSkip:function(){this._UploadProvider.Skip();},SetFailed:function(_a30){if(!(_a30 instanceof ITHit.WebDAV.Client.Exceptions.WebDavException)){var _a31=ITHit.Phrases.WrongParameterType.Paste("ITHit.WebDAV.Client.Exceptions.WebDavException");throw new ITHit.Exceptions.ArgumentException(_a31,"oError");}this._UploadProvider.SetFailed(_a30);},_SetProgress:function(_a32){var _a33=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_a32.OldProgress,_a32.NewProgress);ITHit.Events.DispatchEvent(this,_a33.Name,_a33);},_Source:null,_UploadProvider:null,constructor:function(sUrl,_a35,_a36,_a37,_a38,_a39){this._Source=_a36||null;this._GroupManager=_a38;var _a3a=new ITHit.WebDAV.Client.Upload.Utils.DavUrl(ITHit.WebDAV.Client.Encoder.Encode(_a35.GetRelativePath()),sUrl);this._UploadProvider=new ITHit.WebDAV.Client.Upload.Providers.UploadProvider(_a37,this,_a35,_a3a,_a39);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(_a3b){_a3b=_a3b||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){_a3b();}else{that._UploadProvider.StartUploadAsync(_a3b);}});}else{this._UploadProvider.StartUploadAsync(_a3b);}},PauseAsync:function(_a3d){_a3d=_a3d||function(){};this._UploadProvider.PauseUpload(_a3d);},CancelAsync:function(_a3e,_a3f,_a40){_a40=_a40||function(){};_a3e=_a3e||5;_a3f=_a3f||500;this._UploadProvider.AbortUpload(_a3e,_a3f,_a40);},GetSize:function(){return this._UploadProvider.FSEntry.GetSize();},_GetUploadBehaviourAsync:function(_a41){var _a42=new ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted(this,_a41);if(this.OnUploadStartedCallback){this.OnUploadStartedCallback(_a42);}else{if(ITHit.Events.ListenersLength(this,_a42.Name)!==0){ITHit.Events.DispatchEvent(this,_a42.Name,_a42);}else{_a41();}}},AddListener:function(_a43,_a44,_a45){this._ValidateEventName(_a43);_a45=_a45||null;ITHit.Events.AddListener(this,_a43,_a44,_a45);},RemoveListener:function(_a46,_a47,_a48){this._ValidateEventName(_a46);_a48=_a48||null;ITHit.Events.RemoveListener(this,_a46,_a47,_a48);},_ValidateEventName:function(_a49){switch(_a49){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 `"+_a49+"`");}},GetGroup:function(){return this._GroupManager.GetGroupByItem(this);},_GroupManager:null,_OnStateChangedEventHandler:function(_a4a){var _a4b=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_a4a.OldState,_a4a.NewState);ITHit.Events.DispatchEvent(this,_a4b.Name,_a4b);},_OnErrorEventHandler:function(_a4c){var _a4d=new ITHit.WebDAV.Client.Upload.Events.Error(this,_a4c.Error);ITHit.Events.DispatchEvent(this,_a4d.Name,_a4d);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.QueueChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{AddedItems:[],RemovedItems:[],constructor:function(_a4e,_a4f,_a50){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged;this.AddedItems=_a4f||[];this.RemovedItems=_a50||[];this.Sender=_a4e;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FileSpan",null,{GetStart:function(){return this._Start;},SetStart:function(_a51){if(this._End&&_a51>this._End){throw new ITHit.Exceptions.ArgumentException("Start cant be bigger than end","iStart");}this._Start=_a51;},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(_a53,_a54,iEnd){this._SetBlob(_a53);this.SetStart(_a54);this.SetEnd(iEnd||_a53.size);},_SetBlob:function(_a56){this._Blob=_a56;this._Start=0;this._End=_a56.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(_a57,oUrl){this._FolderGenerator=_a57;this._Url=oUrl;this._PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},CreateAsync:function(_a59,_a5a){var _a5b=function(_a5c){delete this._CancellationCallback;_a59.call(_a5a,_a5c);};this._CancellationCallback=this._FolderGenerator.GeneratePathAsync(this._PathMap,this._Url,_a5b,this);},IsExists:function(){return this._PathMap.Has(this._Url);},SetNotExists:function(){var _a5d=this._GetAncestorsPaths(this._Url);_a5d.forEach(function(oUrl){this._PathMap.Delete(oUrl);},this);},IsInProgress:function(){return !!this._CancellationCallback;},AbortRunningCreationAsync:function(_a5f,_a60){if(!this._CancellationCallback){_a5f.call(_a60);return;}this._CancellationCallback(function(){_a5f.call(_a60);},this);},GetCache:function(){return this._PathMap;},SetCache:function(_a61){this._PathMap=_a61;},_CancellationCallback:null,_FolderGenerator:null,_PathMap:null,_Url:null,_GetAncestorsPaths:function(oUrl){var _a63=oUrl.GetRelativePath().split("/");if(_a63.length===0){return [];}if(_a63[_a63.length-1]===""){_a63=_a63.slice(0,-1);}var _a64=[];var path="";for(var i=0;i<_a63.length-1;i++){if(path!==""){path+="/";}path+=_a63[i];_a64.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _a64;}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ContentWriter",null,{Url:null,constructor:function(_a68,oUrl){this._Session=_a68;this.Url=oUrl;},SetProgressDebounce:function(_a6a){this._ReportPeriod=_a6a;},BeginWrite:function(_a6b){this._InitializeRequestContext();var _a6c=null;if(_a6b.IsFolder()){_a6c=this._CreateMKCOLRequest();this._AddCustomHeaders(_a6c);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a6c.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();return;}_a6c=this._CreatePutRequest(_a6b);_a6c.Headers.Add("Overwrite","F");this._AddCustomHeaders(_a6c);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a6c.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},BeginRewrite:function(_a6d){this._InitializeRequestContext();var _a6e=null;if(_a6d.IsFolder()){_a6e=this._CreateMKCOLRequest();this._AddCustomHeaders(_a6e);this._RequestContext.AddListener("OnError",this._OnMKCOLRewriteErrorEventHandler,this);_a6e.GetResponse(this._OnMKCOLRewriteResponse.bind(this));this._RaiseOnStartEvent();}else{_a6e=this._CreatePutRequest(_a6d);_a6e.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a6e);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a6e.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();}},BeginAppend:function(_a6f){this._InitializeRequestContext();var _a70=this._CreatePutAppendRequest(_a6f);_a70.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a70);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a70.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},AbortAsync:function(_a71,_a72){if(this._RequestContext){this._RequestContext.RemoveListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);this._RequestContext.AbortAsync(_a71,_a72);}},AddListener:function(_a73,_a74,_a75){_a75=_a75||null;this._ValidateEventName(_a73);ITHit.Events.AddListener(this,_a73,_a74,_a75);},RemoveListener:function(_a76,_a77,_a78){_a78=_a78||null;this._ValidateEventName(_a76);ITHit.Events.RemoveListener(this,_a76,_a77,_a78);},_AddCustomHeaders:function(_a79){if(!this.CustomHeaders){return;}var _a7a=[];var _a7b=_a79.Headers.GetAll();this.CustomHeaders.forEach(function(_a7c){if(_a7a.indexOf(_a7c.name)<0&&!_a7b.hasOwnProperty(_a7c.name)){_a79.Headers.Add(_a7c.name,_a7c.value);_a7a.push(_a7c.name);}});},_ValidateEventName:function(_a7d){switch(_a7d){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 `"+_a7d+"`");}},_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 _a7e=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a7e.Method("MKCOL");this._SetDefaultHeaders(_a7e);return _a7e;},_OnMKCOLRewriteResponse:function(_a7f){if(this._IsConflictResult(_a7f)){_a7f=this._TransformToSuccess(_a7f);}this._OnResponse(_a7f);},_OnMKCOLRewriteErrorEventHandler:function(_a80){if(_a80.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return;}},_OnResponse:function(_a81){if(_a81.IsAborted){_a81=ITHit.WebDAV.Client.CancellableResult.CreateAbortedResult(_a81.Error);this._RequestContext.MarkAbort();}else{_a81=ITHit.WebDAV.Client.CancellableResult.CreateFromAsyncResultResult(_a81);this._RequestContext.MarkFinish();}this._RaiseOnFinishEvent(_a81);this._RemoveRequestContextEventListeners();},_CreatePutRequest:function(_a82){var _a83=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a83.Method("PUT");if(_a82.GetFile().type){_a83.Headers.Add("Content-Type",_a82.GetFile().type);}_a83.BodyBinary(_a82.GetFile());this._SetDefaultHeaders(_a83);return _a83;},_CreatePutAppendRequest:function(_a84){var _a85=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a85.Method("PUT");if(_a84.GetFile().type){_a85.Headers.Add("Content-Type",_a84.GetFile().type);}if(_a84.IsPartFile()){_a85.Headers.Add("Content-Range",this._GetRangeHeader(_a84));_a85.BodyBinary(_a84.GetSlice());}else{_a85.BodyBinary(_a84.GetFile());}this._SetDefaultHeaders(_a85);return _a85;},_GetRangeHeader:function(_a86){return "bytes "+_a86.GetStart()+"-"+(_a86.GetEnd()-1)+"/"+_a86.GetFullSize();},_TransformToSuccess:function(_a87){return new ITHit.WebDAV.Client.AsyncResult(_a87.Error,true,null);},_IsConflictResult:function(_a88){return _a88.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException;},_RaiseOnProgressEvent:function(_a89){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:_a89,Uploader:this}]);},_RaiseOnErrorEvent:function(_a8a){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_a8a,Uploader:this}]);},_RaiseOnFinishEvent:function(_a8b){ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Uploader:this,Result:_a8b}]);},_RaiseOnStartEvent:function(){ITHit.Events.DispatchEvent(this,self.EVENT_ON_START,[{Uploader:this}]);},_OnProgressEventHandler:function(_a8c){var iNow=new Date().getTime();if(iNow-this._LastReportTime>this._ReportPeriod||_a8c.Progress.BytesTotal===_a8c.Progress.BytesLoaded){this._RaiseOnProgressEvent(_a8c.Progress);this._LastReportTime=iNow;}},_OnErrorEventHandler:function(_a8e){this._RaiseOnErrorEvent(_a8e.Error);},_RemoveRequestContextEventListeners:function(){ITHit.Events.RemoveAllListeners(this._RequestContext,"OnUploadProgress");ITHit.Events.RemoveAllListeners(this._RequestContext,"OnError");delete this._RequestContext;},_SetDefaultHeaders:function(_a8f){_a8f.Headers.Add("If-Modified-Since","Mon, 26 Jul 1997 05:00:00 GMT");_a8f.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(_a90){this._Session=_a90;this._WorkList=new ITHit.WebDAV.Client.Upload.Collections.Map();},_SendRequest:function(oUrl){var _a92=this._Session.CreateRequest(this.__className+".GeneratePathAsync()");ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_a92,oUrl.toString(),[],ITHit.WebDAV.Client.Encoder.Encode(oUrl.GetHost()),function(_a93){if(_a93.IsAborted){_a92.MarkAbort();}else{_a92.MarkFinish();}this._CallAwaiters(oUrl,_a93);}.bind(this));return _a92;},_RecurrentGenerate:function(_a94,_a95,_a96,_a97){var _a98=null;var _a99=null;var _a9a=function(_a9b,_a9c){if(!!_a98){_a98.AbortAsync(_a9b,_a9c);return;}if(!!_a99){_a99(_a9b,_a9c);}_a9b.call(_a97);};var _a9d=_a95.slice();var _a9e=[];while(_a9d.length>0){var oUrl=_a9d[0];if(!_a94.Has(oUrl)){break;}_a9e.push(oUrl);_a9d.splice(0,1);}if(_a9d.length===0){_a96.call(_a97,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_a9e));return _a9a;}var _aa0=_a9d.shift();if(!this._IsInWork(_aa0)){_a98=this._SendRequest(_aa0);}this._AddAwaiter(_aa0,function(_aa1){if(!_aa1.IsSuccess&&!this._IsConflictResult(_aa1)){_a96.call(_a97,_aa1);return;}_a94.Add(_aa0);_a9e.push(oUrl);_a98=null;_a99=this._RecurrentGenerate(_a94,_a9d,function(_aa2){if(_aa2.IsSuccess||this._IsConflictResult(_aa1)){_aa2.Result.concat(_a9e);_aa2=ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_a9e);}_a99=null;_a96.call(_a97,_aa2);return;},this);}.bind(this));return _a9a;},GeneratePathAsync:function(_aa3,oUrl,_aa5,_aa6){var _aa7=this._GetAncestorsPaths(oUrl);if(_aa7.length===0){return _aa5.call(_aa6,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([]));}return this._RecurrentGenerate(_aa3,_aa7,_aa5,_aa6);},_Session:null,_WorkList:null,_GetAncestorsPaths:function(oUrl){var _aa9=oUrl.GetRelativePath().split("/");if(_aa9.length===0){return [];}if(_aa9[_aa9.length-1]===""){_aa9=_aa9.slice(0,-1);}var _aaa=[];var path="";for(var i=0;i<_aa9.length-1;i++){if(path!==""){path+="/";}path+=_aa9[i];_aaa.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _aaa;},_IsInWork:function(oUrl){var _aae=this._WorkList.Get(oUrl.toString());return _aae&&(_aae.length>0);},_AddAwaiter:function(oUrl,_ab0){var _ab1=this._WorkList.Get(oUrl.toString());var _ab2=[];if(_ab1){_ab2=_ab2.concat(_ab1);}_ab2.push(_ab0);this._WorkList.Set(oUrl.toString(),_ab2);},_CallAwaiters:function(oUrl,_ab4){var _ab5=this._WorkList.Get(oUrl.toString());this._WorkList.Delete(oUrl.toString());_ab5.forEach(function(_ab6){_ab6(_ab4);});},_IsConflictResult:function(_ab7){if(_ab7.IsSuccess){return false;}if(_ab7.Error&&_ab7.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,_ab9,_aba){var _abb=this.CreateRequest(this.__className+".ReportAsync()");var _abc=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.Report.GoAsync(_abb,sUrl,_abc,null,null,function(_abd){_abb.MarkFinish();_ab9.call(_aba,_abd);});return _abb;},CancelUploadAsync:function(sUrl,_abf){var _ac0=this.CreateRequest(this.__className+".CancelUpload()");var _ac1=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_ac0,sUrl,[],_ac1,function(_ac2){_ac0.MarkFinish();var _ac3=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ac2.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ac3=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}else{if(!_ac2.IsSuccess){_ac3=new ITHit.WebDAV.Client.AsyncResult(_ac2.IsSuccess,_ac2.IsSuccess,_ac2.Error);}}_abf(_ac3);});return _ac0;},CheckExistsAsync:function(sUrl,_ac5,_ac6){_ac5=_ac5||function(){};return this.OpenItemAsync(ITHit.WebDAV.Client.Encoder.Encode(sUrl),[],function(_ac7){var _ac8=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ac7.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ac8=new ITHit.WebDAV.Client.AsyncResult(false,true,null);}else{if(!_ac7.IsSuccess){_ac8=new ITHit.WebDAV.Client.AsyncResult(_ac7.IsSuccess,_ac7.IsSuccess,_ac7.Error);}}_ac5.call(_ac6,_ac8);});},DeleteAsync:function(_ac9,_aca,_acb){_aca=_aca||null;var _acc=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ac9);var _acd=this.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_acd,_ac9,_aca,_acc,function(_ace){if(!_ace.IsSuccess&&_ace.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ace=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}_acd.MarkFinish();_acb(_ace);});return _acd;},CreateFolderRangeAsync:function(_acf,_ad0,_ad1,_ad2){_ad0=_ad0||null;_ad1=_ad1||ITHit.Utils.NoOp;var _ad3=_acf.length;var _ad4=this.CreateRequest(this.__className+".CreateFolderRangeAsync()",_ad3);this._PerformCreateFolderRangeMethodAsync(_ad4,_acf,_ad0,function(_ad5){_ad4.MarkFinish();_ad1.call(_ad2,_ad5);});return _ad4;},_PerformCreateFolderRangeMethodAsync:function(_ad6,_ad7,_ad8,_ad9,_ada){_ad9=_ad9||ITHit.Utils.NoOp;_ad7=_ad7.slice();var _adb=_ad7.unshift();var _adc=ITHit.WebDAV.Client.Encoder.Encode(_adb.GetHref());var _add=ITHit.WebDAV.Client.Encoder.Encode(_adb.GetHost());ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_ad6,_adc,_ad8,_add,function(_ade){if(_ade.IsSuccess||_ade.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){_ade=new ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_adb]);}if(_ad7.length>0&&_ade.IsSuccess){this._PerformCreateFolderRangeMethodAsync(_ad6,_ad7,_ad8,function(_adf){if(_adf.IsSuccess){_adf.Result.push(_adb);}_ad9.call(_ada,_adf);return;},this);}else{_ad9.call(_ada,_ade);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(_ae2,_ae3,_ae4,_ae5){this._RoundsCount=_ae2;this._Handler=_ae4;this._EndHandler=_ae5;this._IsActive=!!_ae2;this._RepeatTime=_ae3;},Stop:function(_ae6){this._IsActive=false;this._RoundsCount=0;this._EndHandler(_ae6);},_RunRound:function(){if(this._IsActive){this._Handler(this);}else{this.Stop();}},EndRound:function(_ae7){this._RoundsCount--;if(this._RoundsCount===0){this.Stop(_ae7);}else{setTimeout(this._RunRound.bind(this),this._RepeatTime);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableAction",null,{_Action:null,constructor:function(_ae8){this._Action=_ae8;},RunAsync:function(_ae9,_aea,_aeb){var _aec=new ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext(_ae9,_aea,this._Action,_aeb);_aec._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(_aee,_aef,_af0){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError;this.Error=_aef;this._super(_aee,_af0);},_Retry:function(){this._Handle(self.GetRetryResult(this.Error));},_SkipRetry:function(){this._Handle(self.GetSkipResult(this.Error));}},{GetSkipResult:function(_af1){return {Action:"skip",Error:_af1};},GetRetryResult:function(_af2){return {Action:"retry",Error:_af2};}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.Error",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{Error:null,constructor:function(_af3,_af4){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnError;this.Error=_af4;this.Sender=_af3;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.BaseState",null,{OnEnter:function(_af5){},OnLeave:function(_af6){},StartUploadAsync:function(_af7,_af8){_af8();},PauseUpload:function(_af9,_afa){_afa();},AbortUpload:function(_afb,_afc,_afd,_afe){_afe();},Skip:function(_aff){},OnUploadLocationPrepared:function(_b00,_b01){},OnUploadProgressPrepared:function(_b02,_b03){},OnContentCompleted:function(_b04,_b05){},OnRetryResult:function(_b06,_b07){},_CompletePauseAsync:function(_b08,_b09,_b0a){if(_b08.IsRetrySchedule){_b08.IsRetrySchedule=false;}_b08.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetPausedState());_b09.call(_b0a);},_StartPauseAsync:function(_b0b,_b0c){_b0b._ProgressTracker.StopTracking();_b0b.CancelAllRequests(function(){if(_b0b.IsContentSend){_b0b.SyncProgressWithServerAsync(function(_b0d){this._CompletePauseAsync(_b0b,_b0c);},this);return;}this._CompletePauseAsync(_b0b,_b0c);},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(_b0e){_b0e.GetProgressTracker().StopTracking();_b0e.GetProgressTracker().SetCompleted();},StartUploadAsync:function(_b0f,_b10){_b0f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b0f,_b10);}});})();(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(_b11,_b12){_b11.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b11,_b12);}});})();(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(_b13,_b14){_b13.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b13,_b14);},Skip:function(_b15){_b15.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetSkippedState());},PauseUpload:function(_b16,_b17){this._StartPauseAsync(_b16,_b17);},AbortUpload:function(_b18,_b19,_b1a,_b1b){_b18.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());this._super(_b18,_b19,_b1a,_b1b);}});})();(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(_b1c){_b1c.GetProgressTracker().StopTracking();_b1c.GetProgressTracker().Reset();},StartUploadAsync:function(_b1d,_b1e){_b1d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b1d,_b1e);}});})();(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(_b1f){_b1f.PrepareUploadLocation();},PauseUpload:function(_b20,_b21){this._StartPauseAsync(_b20,_b21);},AbortUpload:function(_b22,_b23,_b24,_b25){_b22.CancelAllRequests(function(){_b22.GetProgressTracker().StopTracking();_b22.CancelAndDeleteAsync(_b23,_b24,function(_b26){if(_b26.IsSuccess){_b22.GetProgressTracker().Reset();_b22.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b22.AddError(_b26.Error);_b22.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b25();},this);},this);},OnContentCompleted:function(_b27,_b28){var _b29=_b28.Result;if(_b29.IsAborted){return;}if(_b29.IsSuccess){_b27.GetProgressTracker().SetCompleted();_b27.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());return;}this._HandleError(_b27,_b29);},_HandleError:function(_b2a,_b2b){_b2a.AddError(_b2b.Error);_b2a.BeginRetry(_b2b.Error);},OnRetryResult:function(_b2c,_b2d){if(_b2d.Action==="skip"){_b2c.AddError(_b2d.Error);_b2c.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());return;}if(_b2c.IsContentSend){_b2c.SyncProgressWithServerAsync(function(_b2e){if(_b2e.Error){this._HandleError(_b2d.Error);}else{this.OnEnter(_b2c);}},this);return;}this.OnEnter(_b2c);},OnUploadLocationPrepared:function(_b2f,_b30){if(_b30.IsAborted){return;}if(!_b30.IsSuccess){this._HandleError(_b2f,_b30);return;}_b2f._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.ResumeState",ITHit.WebDAV.Client.Upload.States.UploadingState,{OnEnter:function(_b31){if(_b31.IsContentSend){_b31.PrepareProgress();return;}this._super(_b31);},OnUploadProgressPrepared:function(_b32,_b33){if(_b33.IsAborted){return;}if(!_b33.IsSuccess){this._HandleError(_b32,_b33);return;}if(_b32.GetProgressTracker().IsCompleted()){_b32.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());}_b32._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(_b34){_b34.GetProgressTracker().StopTracking();_b34.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b35,_b36){_b35.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetResumeState());this._super(_b35,_b36);},AbortUpload:function(_b37,_b38,_b39,_b3a){if(_b37.IsContentSend){_b37.CancelAndDeleteAsync(_b38,_b39,function(_b3b){if(_b3b.IsSuccess){_b37.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b37.AddError(_b3b.Error);_b37.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b3a();},this);}else{_b37.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b3a();}}});})();(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(_b3c){_b3c.GetProgressTracker().StopTracking();_b3c.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b3d,_b3e){_b3d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());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(){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(_b45){switch(_b45){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(_b46,oUrl){this._Session=_b46;this._Url=oUrl;},GetProgressAsync:function(_b48,_b49){return this._Session.GetProgressReportAsync(this._Url.GetHref(),function(_b4a){if(_b4a.IsSuccess&&_b4a.Result[0]){var _b4b=_b4a.Result[0];_b48.call(_b49,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_b4b));return;}_b48.call(_b49,_b4a);},this);},CancelUploadAsync:function(_b4c,_b4d){this._Session.CancelUploadAsync(this._Url.GetHref(),function(_b4e){_b4c.call(_b4d,_b4e);});},DeleteAsync:function(_b4f,_b50,_b51,_b52){var that=this;var _b54=new ITHit.WebDAV.Client.Upload.Utils.RepeatableAction(function(_b55){that._Session.DeleteAsync(that._Url.GetHref(),null,function(_b56){if(_b56.IsSuccess){_b55.Stop(_b56);}else{_b55.EndRound(_b56);}});});_b54.RunAsync(_b4f,_b50,function(_b57){_b51.call(_b52,_b57);});},CancelAndDeleteAsync:function(_b58,_b59,_b5a,_b5b){this.CancelUploadAsync(function(_b5c){if(!_b5c.IsSuccess){return _b5a.call(_b5b,_b5c);}this.DeleteAsync(_b58,_b59,_b5a,_b5b);},this);},_Url:null,_Session:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadProvider",null,{Session:null,_UploadItem:null,constructor:function(_b5d,_b5e,_b5f,oUrl,_b61){this.FSEntry=_b5f;this.Url=oUrl;this.Settings=new ITHit.WebDAV.Client.Upload.ItemSettings();if(this.FSEntry.IsFile()){this.Settings.DeleteOnCancel=_b61.DeleteOnCancel;}else{this.Settings.DeleteOnCancel=false;}this.Session=_b5d;this._UploadItem=_b5e;this._ProgressTracker=new ITHit.WebDAV.Client.Upload.Providers.ProgressTracker(this.FSEntry.GetSize());this._State=ITHit.WebDAV.Client.Upload.States.Factory.GetState(_b61.State);this.Errors=[];this.UploadLocation=_b5d.CreateUploadLocation(this.Url);this.ServerItem=new ITHit.WebDAV.Client.Upload.ServerItem(_b5d,this.Url);this.ContentWriter=_b5d.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(_b62){this._BeginStateChange();this._State.StartUploadAsync(this,_b62);},PauseUpload:function(_b63){this._BeginStateChange();this._State.PauseUpload(this,_b63);},AbortUpload:function(_b64,_b65,_b66){this._BeginStateChange();_b66=_b66||function(){};this._State.AbortUpload(this,_b64,_b65,_b66);},Skip:function(){this._BeginStateChange();this._State.Skip(this);},GetGroup:function(){return this._UploadItem.GetGroup();},GetProgressTracker:function(){return this._ProgressTracker;},_ProgressTracker:null,AddListener:function(_b67,_b68,_b69){this._ValidateEventName(_b67);_b69=_b69||null;ITHit.Events.AddListener(this,_b67,_b68,_b69);},RemoveListener:function(_b6a,_b6b,_b6c){this._ValidateEventName(_b6a);_b6c=_b6c||null;ITHit.Events.RemoveListener(this,_b6a,_b6b,_b6c);},_ValidateEventName:function(_b6d){switch(_b6d){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 `"+_b6d+"`");}},CheckRetryAsync:function(_b6e,_b6f,_b70){var _b71=new ITHit.WebDAV.Client.Upload.Events.UploadError(this._UploadItem,_b6e,function(_b72){if(!this.IsRetrySchedule){return;}_b6f.call(_b70,_b72);}.bind(this));if(!this._UploadItem.OnUploadErrorCallback&&(ITHit.Events.ListenersLength(this._UploadItem,_b71.Name)===0)){_b6f.call(_b70,ITHit.WebDAV.Client.Upload.Events.UploadError.GetSkipResult(_b6e));return;}this.IsRetrySchedule=true;if(this._UploadItem.OnUploadErrorCallback){this._UploadItem.OnUploadErrorCallback.call(this,_b71);}ITHit.Events.DispatchEvent(this._UploadItem,_b71.Name,_b71);},Errors:null,LastError:null,AddError:function(_b73){this.AddErrorSilent(_b73);this._RiseOnErrorEvent(_b73);},AddErrorSilent:function(_b74){this.LastError=_b74;this.Errors.push(_b74);},SetFailed:function(_b75){var _b76=ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState();this.AddError(_b75);this.SetState(_b76);},_RiseOnErrorEvent:function(_b77){var _b78=new ITHit.WebDAV.Client.Upload.Events.Error(this,_b77);ITHit.Events.DispatchEvent(this,_b78.Name,_b78);},UploadLocation:null,IsContentSend:false,ServerItem:null,_LoadHandler:function(_b79){if(_b79.Result.Error instanceof ITHit.WebDAV.Client.Exceptions.ConflictException){this.UploadLocation.SetNotExists();this.IsContentSend=false;}this._State.OnContentCompleted(this,_b79);},_StartLoadHandler:function(_b7a){this.IsContentSend=true;},OnRequestProgressEventHandler:function(_b7b){this.GetProgressTracker().UpdateBytes(_b7b.Progress.BytesLoaded,_b7b.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 _b7c=new ITHit.WebDAV.Client.Upload.FileSpan(this.FSEntry.GetFile(),this._ProgressTracker.GetProgress().UploadedBytes);if(_b7c.IsFullFile()&&(this.Settings.ForceRewrite||this.IsContentSend)){this.ContentWriter.BeginRewrite(this.FSEntry);return;}if(_b7c.IsFullFile()&&!(this.Settings.ForceRewrite&&this.IsContentSend)){this.ContentWriter.BeginWrite(this.FSEntry);return;}this.ContentWriter.BeginAppend(_b7c);}},SyncProgressWithServerAsync:function(_b7d,_b7e){if(!this._ProgressTracker.IsCountable()){return this.Session.CheckExistsAsync(this.Url.GetUrl(),function(_b7f){if(!_b7f.IsSuccess){_b7d.call(_b7e,_b7f);return;}if(_b7f.Result===true){this._ProgressTracker.SetCompleted();_b7d.call(_b7e,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}this._ProgressTracker.Reset();_b7d.call(_b7e,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));},this);}return this.ServerItem.GetProgressAsync(function(_b80){if(_b80.IsSuccess){this._ProgressTracker.SyncProgress(_b80.Result);_b7d.call(_b7e,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}if(_b80.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){this._ProgressTracker.Reset();_b7d.call(_b7e,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}_b7d.call(_b7e,ITHit.WebDAV.Client.CancellableResult.CreateFailedResult(_b80.Error));},this);},IsRetrySchedule:false,PrepareUploadLocation:function(){this.UploadLocation.SetCache(this.GetGroup().PathMap);this.UploadLocation.CreateAsync(this._OnGeneratePathCompleted,this);},_OnGeneratePathCompleted:function(_b81){if(_b81.IsAborted){return;}this._State.OnUploadLocationPrepared(this,_b81);},CancelAllRequests:function(_b82,_b83){this._CancelProgressAsync(function(){this._CancelLocationCreateAsync(function(){this._CancelContentSendingAsync(_b82,_b83);},this);},this);},_CancelLocationCreateAsync:function(_b84,_b85){if(this.UploadLocation.IsInProgress()){this.UploadLocation.AbortRunningCreationAsync(function(){_b84.call(_b85);},this);}else{_b84.call(_b85);}},_CancelContentSendingAsync:function(_b86,_b87){if(this.ContentWriter.IsActive()){this.ContentWriter.AbortAsync(function(){_b86.call(_b87);},this);}else{_b86.call(_b87);}},_CancelProgressAsync:function(_b88,_b89){if(this.IsProgressSyncInProgress){this._SyncProgressRequest.AbortAsync(function(){_b88.call(_b89);},this);}else{_b88.call(_b89);}},_SyncProgressRequest:null,IsProgressSyncInProgress:false,PrepareProgress:function(){this._SyncProgressRequest=this.SyncProgressWithServerAsync(this._OnUpdateFromServerCompleted,this);},_OnUpdateFromServerCompleted:function(_b8a){this.IsProgressSyncInProgress=false;if(_b8a.IsAborted){return;}this._State.OnUploadProgressPrepared(this,_b8a);},_IsStateChanging:function(){return this._IsChanging;},SetState:function(_b8b){var _b8c=this._State;this._State.OnLeave(this);this._State=_b8b;this._State.OnEnter(this);var _b8d=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_b8c.GetAsEnum(),this._State.GetAsEnum());ITHit.Events.DispatchEvent(this,_b8d.Name,_b8d);},GetState:function(){return this._State;},_State:null,_IsChanging:false,_BeginStateChange:function(){this._IsChanging=true;},_EndStateChange:function(){this._IsChanging=false;},ContentWriter:null,BeginRetry:function(_b8e){this._ProgressTracker.StopTracking();this.CheckRetryAsync(_b8e,this._OnCheckRetryCompleted,this);},_OnCheckRetryCompleted:function(_b8f){this._State.OnRetryResult(this,_b8f);},Settings:null,FSEntry:null,Url:null,CancelAndDeleteAsync:function(_b90,_b91,_b92,_b93){this.ServerItem.CancelUploadAsync(function(_b94){if(!this.Settings.DeleteOnCancel){_b92.call(_b93,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));return;}this.ServerItem.DeleteAsync(_b90,_b91,function(_b95){if(!_b95.IsSuccess&&!this.Settings.IgnoreCancelErrors){return _b92.call(_b93,_b94);}this.IsContentSend=false;_b92.call(_b93,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));},this);},this);},GetProgress:function(){return this._ProgressTracker.GetProgress();},_SetProgress:function(_b96){var _b97=this._Progress;this._Progress=_b96;var _b98=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_b97,_b96);ITHit.Events.DispatchEvent(this,_b98.Name,_b98);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Items:[],Skip:function(_b99){if(this._IsHandled){return;}this._Skip(_b99);},SkipAll:function(){if(this._IsHandled){return;}this._Skip(this.Items);},OverwriteAll:function(){if(this._IsHandled){return;}this._Overwrite(this.Items);},Overwrite:function(_b9a){if(this._IsHandled){return;}this._Overwrite(_b9a);},UploadAll:function(){if(this._IsHandled){return;}this.Upload(this.Items);},Upload:function(_b9b){if(this._IsHandled){return;}this._Handle({Skip:[],Overwrite:[],Original:this.Items,Upload:_b9b});},constructor:function(_b9c,_b9d,_b9e){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated;this.Items=_b9d||[];this._super(_b9c,_b9e);},_Overwrite:function(_b9f){var _ba0=this._CreateResult([],_b9f);this._Handle(_ba0);},_Skip:function(_ba1){var _ba2=this._CreateResult(_ba1,[]);this._Handle(_ba2);},_CreateResult:function(_ba3,_ba4){return {Skip:_ba3||[],Overwrite:_ba4||[],Original:this.Items};},_Handle:function(_ba5){_ba5=_ba5||this._CreateResult();this._super(_ba5);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.Array",null,{},{MapParallel:function(_ba6,_ba7,_ba8,_ba9){var _baa=[];var _bab=0;if(_ba6.length===0){setTimeout(_ba8.apply(_ba9,_ba6));}for(var i=0;i<_ba6.length;i++){_ba7.apply(_ba9,[_ba6[i],i,_ba6,ITHit.Utils.MakeScopeClosure(this,function(i,_bae){_baa[i]=_bae;_bab++;if(_bab===_ba6.length){setTimeout(_ba8.call(_ba9,_baa));}},i)]);}},DistinctBy:function(_baf,_bb0,_bb1){var map=Object.create(null);_bb0=_bb0||Object.prototype.toString;for(var i=0;i<_baf.length;i++){var _bb4=_bb0.call(_bb1,_baf[i]).toString();if(!map[_bb4]){map[_bb4]=_baf[i];}}return Object.keys(map).map(function(sKey){return map[sKey];});},Take:function(_bb6,_bb7){if(!_bb7){return [_bb6.shift()];}var _bb8=(_bb6.length>_bb7)?_bb7:_bb6.length;var _bb9=[];for(var i=0;i<_bb8;i++){_bb9.push(_bb6.shift());}return _bb9;},Remove:function(_bbb,_bbc){var _bbd=_bbb.indexOf(_bbc);if(_bbd>-1){_bbb.splice(_bbd,1);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.AutoUploader",null,{constructor:function(_bbe){this._ParallelUploads=_bbe||0;this._QueueArray=[];this._Active=[];this._Reserve=0;},AddRange:function(_bbf){_bbf.forEach(this._AddToQueue,this);this._StartUploads();},Add:function(_bc0){this._AddToQueue(_bc0);this._StartUploads();},Remove:function(_bc1){_bc1.RemoveListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._QueueArray,_bc1);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._Active,_bc1);this._StartUploads();},Reserve:function(_bc2){_bc2=_bc2||1;this._Reserve+=_bc2;},Release:function(_bc3){_bc3=_bc3||1;this._Reserve-=_bc3;this._StartUploads();},GetBusy:function(){return this._Active.length+this._Reserve;},GetFree:function(){var _bc4=this.GetBusy();if(_bc4>=this._ParallelUploads){return 0;}else{if(_bc4===0){return this._ParallelUploads;}else{return (this._ParallelUploads-_bc4)%this._ParallelUploads;}}},_QueueArray:null,_Active:null,_ParallelUploads:0,_OnStateChangeEventHandler:function(_bc5){if(_bc5.NewState!==ITHit.WebDAV.Client.Upload.State.Uploading){this.Remove(_bc5.Sender);}else{this._StartUploads();}},_StartUploads:function(){if(this._QueueArray.length===0){return;}var _bc6=this.GetFree();if(_bc6<=0){return;}var _bc7=ITHit.WebDAV.Client.Upload.Utils.Array.Take(this._QueueArray,_bc6);if(_bc7.length<1){return;}this.Reserve(_bc7.length);_bc7.forEach(this._StartSingle,this);},_StartSingle:function(_bc8){this._Active.push(_bc8);_bc8.StartAsync();this.Release();},_AddToQueue:function(_bc9){this._QueueArray.push(_bc9);_bc9.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(_bca){this.Uploader=_bca;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(_bcb){var _bcc=this.GetByUrl(_bcb.GetUrl());var _bcd=_bcc.GetState();return !(_bcd===ITHit.WebDAV.Client.Upload.State.Uploading||_bcd===ITHit.WebDAV.Client.Upload.State.Paused);},AddGroup:function(sUrl,_bcf,_bd0){var _bd1=[];for(var i=0;i<_bcf.length;i++){var _bd3=_bcf[i];var _bd4=new ITHit.WebDAV.Client.Upload.UploadItem(sUrl,_bd3,_bd0,this._Session,this._GroupManager,this.Uploader.Settings);if(this.HasUrl(_bd4.GetUrl())){if(this.ShouldReplaceDuplicate(_bd4)){this.RemoveByUrl(_bd4.GetUrl());}else{continue;}}_bd1.push(_bd4);}this._DispatchOnUploadItemsCreatedAsync(_bd1,this._OnUploadItemsCreatedAsyncDispatched.bind(this));},Add:function(_bd5){var sUrl=_bd5.GetUrl();if(this.HasUrl(sUrl)){return;}this._UnderlyingArray.push(_bd5);var _bd7=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,[_bd5]);ITHit.Events.DispatchEvent(this,_bd7.Name,[_bd7]);this._AutoUploader.Add(_bd5);},AddRange:function(_bd8){for(var i=0;i<_bd8.length;i++){var _bda=_bd8[i];var sUrl=_bda.GetUrl();if(this.HasUrl(sUrl)){continue;}this._UnderlyingArray.push(_bda);}this._GroupManager.CreateGroup(_bd8);this._OnQueueChanged(_bd8,null);var _bdc=_bd8.filter(function(_bdd){return _bdd.GetState()===ITHit.WebDAV.Client.Upload.State.Queued;});this._AutoUploader.AddRange(_bdc);},Restart:function(_bde){for(var i=0;i<_bde.length;i++){if(!this.HasUrl(_bde[i].GetUrl())){throw new ITHit.Exceptions.ArgumentException("Item should be a part of queue`");}}this._AutoUploader.AddRange(_bde);},GetByUrl:function(sUrl){return ITHit.Utils.FindBy(this._UnderlyingArray,function(_be1){return _be1.GetUrl()===sUrl;});},GetLength:function(){return this._UnderlyingArray.length;},HasUrl:function(sUrl){return !!this.GetByUrl(sUrl);},RemoveByUrl:function(sUrl){var _be4=this.GetByUrl(sUrl);if(!_be4){return;}var _be5=_be4.GetState();if(_be5===ITHit.WebDAV.Client.Upload.State.Uploading||_be5===ITHit.WebDAV.Client.Upload.State.Paused){_be4.Abort();}var _be6=ITHit.Utils.IndexOf(this._UnderlyingArray,_be4);this._UnderlyingArray.splice(_be6,1);this._OnQueueChanged(null,[_be4]);this._AutoUploader.Remove(_be4);},OnUploadItemsCreatedCallback:null,_OnQueueChanged:function(_be7,_be8){var _be9=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,_be7,_be8);ITHit.Events.DispatchEvent(this,_be9.Name,[_be9]);},_DispatchOnUploadItemsCreatedAsync:function(_bea,_beb){var _bec=new ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated(this,_bea.slice(),_beb);if(!this.OnUploadItemsCreatedCallback&&(ITHit.Events.ListenersLength(this,_bec.Name)===0)){_bec.OverwriteAll();}if(this.OnUploadItemsCreatedCallback){this.OnUploadItemsCreatedCallback(_bec);}ITHit.Events.DispatchEvent(this,_bec.Name,_bec);},AddListener:function(_bed,_bee,_bef){_bef=_bef||null;switch(_bed){case ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated:ITHit.Events.AddListener(this,_bed,_bee,_bef);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_bed+"`");}},RemoveListener:function(_bf0,_bf1,_bf2){ITHit.Events.RemoveListener(this,_bf0,_bf1,_bf2);},_OnUploadItemsCreatedAsyncDispatched:function(_bf3){if(_bf3.Upload){this.AddRange(_bf3.Upload);return;}this._OnUploadItemsCreatedAsyncDispatchedDeprecated(_bf3);},_OnUploadItemsCreatedAsyncDispatchedDeprecated:function(_bf4){var _bf5=this._FilterSkippedItems(_bf4);var _bf6=this._CreateUrlUploadItemMap(_bf4.Overwrite);_bf5.forEach(function(_bf7){if(_bf6.Has(_bf7.GetUrl())){_bf7.SetOverwrite(true);}});this.AddRange(_bf5);},_FilterSkippedItems:function(_bf8){var _bf9=this._CreateUrlUploadItemMap(_bf8.Skip);return _bf8.Original.filter(function(_bfa){return !_bf9.Has(_bfa.GetUrl());});},_CreateUrlUploadItemMap:function(_bfb){var oMap=new ITHit.WebDAV.Client.Upload.Collections.Map();_bfb.forEach(function(_bfd){oMap.Set(_bfd.GetUrl(),_bfd);});return oMap;},_GroupManager:null});})();(function(){"use strict";var _bfe=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.DropZoneCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_bff){this._Uploader=_bff;this._UnderlyingSet={};},AddById:function(_c00){var _c01=this.GetById(_c00);if(_c01){return _c01;}var _c02=new ITHit.WebDAV.Client.Upload.Controls.DropZone(_c00);this._UnderlyingSet[_c00]=_c02;this._RaiseOnCollectionChanged([_c02],[]);return _c02;},GetById:function(_c03){return this._UnderlyingSet[_c03];},RemoveById:function(_c04){var _c05=this.GetById(_c04);if(_c05){delete this._UnderlyingSet[_c04];this._RaiseOnCollectionChanged([],[_c05]);}},AddListener:function(_c06,_c07,_c08){_c08=_c08||null;this._CheckEventNameOtThrow(_c06);ITHit.Events.AddListener(this,_c06,_c07,_c08);},RemoveListener:function(_c09,_c0a,_c0b){_c0b=_c0b||null;this._CheckEventNameOtThrow(_c09);ITHit.Events.RemoveListener(this,_c09,_c0a,_c0b);},_CheckEventNameOtThrow:function(_c0c){if(_c0c!==_bfe.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c0c);}},_RaiseOnCollectionChanged:function(_c0d,_c0e){ITHit.Events.DispatchEvent(this,_bfe.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c0d||[],RemovedItems:_c0e||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){var _c0f=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.InputCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c10){this._UnderlyingArray=[];this._Uploader=_c10;},AddById:function(_c11){var _c12=new ITHit.WebDAV.Client.Upload.Controls.Input(_c11);this._UnderlyingArray[_c11]=_c12;this._RaiseOnCollectionChanged([_c12],[]);return _c12;},GetById:function(_c13){return this._UnderlyingArray[_c13];},RemoveById:function(_c14){var _c15=this.GetById(_c14);if(_c15){delete this._UnderlyingSet[_c14];this._RaiseOnCollectionChanged([],[_c15]);}},AddListener:function(_c16,_c17,_c18){_c18=_c18||null;this._CheckEventNameOtThrow(_c16);ITHit.Events.AddListener(this,_c16,_c17,_c18);},RemoveListener:function(_c19,_c1a,_c1b){_c1b=_c1b||null;this._CheckEventNameOtThrow(_c19);ITHit.Events.RemoveListener(this,_c19,_c1a,_c1b);},_CheckEventNameOtThrow:function(_c1c){if(_c1c!==_c0f.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c1c);}},_RaiseOnCollectionChanged:function(_c1d,_c1e){ITHit.Events.DispatchEvent(this,_c0f.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c1d||[],RemovedItems:_c1e||[]}]);}},{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(_c20){_c20.AddedItems.forEach(function(_c21){_c21.AddListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));_c20.RemovedItems.forEach(function(_c22){_c22.RemoveListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));},_OnFileInputEventHandler:function(_c23){this.Queue.AddGroup(this._UploadUrl,_c23.AsyncResult.Result,_c23.Source);}});})();ITHit.Temp={};
|
|
87
|
+
(function(){ITHit.DefineClass("ITHit.Environment",null,{__static:{OS:ITHit.DetectOS.OS}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.LoggerException=function(_102,_103){ITHit.Exceptions.LoggerException.baseConstructor.call(this,_102,_103);};ITHit.Extend(ITHit.oNS.LoggerException,ITHit.Exception);ITHit.oNS.LoggerException.prototype.Name="LoggerException";ITHit.DefineClass("ITHit.LogLevel",null,{},{All:32,Debug:16,Info:8,Warn:4,Error:2,Fatal:1,Off:0});(function(){var _104={};var _105={};var _106={};for(var _107 in ITHit.LogLevel){_104[ITHit.LogLevel[_107]]=[];_106[ITHit.LogLevel[_107]]=[];}var _108=function(_109,_10a,iTo,_10c){for(var _10d in ITHit.LogLevel){if(ITHit.LogLevel[_10d]>iTo){continue;}if(!ITHit.LogLevel[_10d]||(_10a>=ITHit.LogLevel[_10d])){continue;}if(_109){_106[ITHit.LogLevel[_10d]].push(_10c);}else{for(var i=0;i<_106[ITHit.LogLevel[_10d]].length;i++){if(_106[ITHit.LogLevel[_10d]][i]==_10c){_106[ITHit.LogLevel[_10d]].splice(i,1);}}}}};_108.add=function(iTo,_110){_108.increase(ITHit.LogLevel.Off,iTo,_110);};_108.del=function(iTo,_112){_108.decrease(ITHit.LogLevel.Off,iTo,_112);};_108.increase=function(_113,iTo,_115){_108(true,_113,iTo,_115);};_108.decrease=function(_116,iTo,_118){_108(false,_116,iTo,_118);};ITHit.DefineClass("ITHit.Logger",null,{},{Level:ITHit.Config.LogLevel||ITHit.LogLevel.Debug,AddListener:function(_119,_11a){if(_11a==ITHit.LogLevel.Off){this.RemoveListener();}var _11b=0;var _11c=0;outer:for(var _11d in _104){for(var i=0;i<_104[_11d].length;i++){if(_104[_11d][i]==_119){_11b=_11d;_11c=i;break outer;}}}if(!_11b){_104[_11a].push(_119);_108.add(_11a,_119);}else{if(_11a!=_11b){_104[_11b].splice(_11c,1);_104[_11a].push(_119);if(_11a>_11b){_108.increase(_11b,_11a,_119);}else{_108.decrease(_11a,_11b,_119);}}}},RemoveListener:function(_11f){outer:for(var _120 in _104){for(var i=0;i<_104[_120].length;i++){if(_104[_120][i]==_11f){_104[_120].splice(i,1);_108.del(_120,_11f);break outer;}}}return true;},SetLogLevel:function(_122,_123){return this.AddListener(_122,_123,true);},GetLogLevel:function(_124){for(var _125 in _104){for(var i=0;i<_104[_125].length;i++){if(_104[_125][i]==_124){return _125;}}}return false;},GetListenersForLogLevel:function(_127){return _106[_127];},GetCount:function(_128){return _106[_128].length;},WriteResponse:function(_129){if(Logger.GetCount(ITHit.LogLevel.Info)){var sStr="";if(_129 instanceof HttpWebResponse){sStr+="\n"+_129.StatusCode+" "+_129.StatusDescription+"\n";}sStr+=_129.ResponseUri+"\n";for(var _12b in _129.Headers){sStr+=_12b+": "+_129.Headers[_12b]+"\n";}sStr+=_129.GetResponse();this.WriteMessage(sStr);}},WriteMessage:function(_12c,_12d){_12d=("undefined"==typeof _12d)?ITHit.LogLevel.Info:parseInt(_12d);if(ITHit.Logger.GetCount(_12d)){var _12e=this.GetListenersForLogLevel(_12d);var _12c=String(_12c).replace(/([^\n])$/,"$1\n");for(var i=0;i<_12e.length;i++){try{_12e[i](_12c,ITHit.LogLevel.Info);}catch(e){if(!_12e[i] instanceof Function){throw new ITHit.Exceptions.LoggerException("Log listener expected function, passed: \""+_12e[i]+"\"",e);}else{throw new ITHit.Exceptions.LoggerException("Message could'not be logged.",e);}}}}},StartLogging:function(){},FinishLogging:function(){},StartRequest:function(){},FinishRequest:function(){}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.PhraseException=function(_130,_131){ITHit.Exceptions.PhraseException.baseConstructor.call(this,_130,_131);};ITHit.Extend(ITHit.oNS.PhraseException,ITHit.Exception);ITHit.oNS.PhraseException.prototype.Name="PhraseException";ITHit.Phrases=(function(){var _132={};var _133=function(_134){this._arguments=_134;};_133.prototype.Replace=function(_135){var _136=_135.substr(1,_135.length-2);return ("undefined"!=typeof this._arguments[_136])?this._arguments[_136]:_135;};var _137=function(_138){this._phrase=_138;};_137.prototype.toString=function(){return this._phrase;};_137.prototype.Paste=function(){var _139=this._phrase;if(/\{\d+?\}/.test(_139)){var _13a=new _133(arguments);_139=_139.replace(/\{(\d+?)\}/g,function(args){return _13a.Replace(args);});}return _139;};var _13c=function(){};_13c.prototype.LoadJSON=function(_13d,_13e){var _13f=ITHit.Utils;if(_13e&&!_13f.IsString(_13e)){throw new ITHit.Exceptions.PhraseException("Namespace expected to be a string.");}var _140=this;if(_13e){_140=ITHit.Declare(_13e);}try{var _141=_13d;if(_13f.IsString(_141)){_141=eval("("+_13d+")");}this._AddPhrases(_141,_140);}catch(e){console.dir(e);throw new ITHit.Exceptions.PhraseException("Wrong text structure.",e);}};_13c.prototype.LoadLocalizedJSON=function(_142,_143,_144){var _145=ITHit.Utils,_146=_145.IsUndefined,_147=_145.IsObject;if(!_142||!_145.IsObjectStrict(_142)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object.");}if(_143&&!_145.IsObjectStrict(_143)){throw new ITHit.Exceptions.PhraseException("Default phrases expected to be an JSON object");}var _148;if(_143){_148={};this._MergePhrases(_148,_143);this._MergePhrases(_148,_142);}else{_148=_142;}this.LoadJSON(_148,_144);};_13c.prototype._MergePhrases=function(dest,_14a){var _14b=ITHit.Utils,_14c=_14b.IsUndefined,_14d=_14b.IsObject;for(var prop in _14a){if(!_14a.hasOwnProperty(prop)){continue;}if(_14c(dest[prop])){dest[prop]=_14a[prop];}else{if(_14d(dest[prop])){this._MergePhrases(dest[prop],_14a[prop]);}}}};_13c.prototype._AddPhrases=function(_14f,_150){_150=_150||this;for(var _151 in _14f){if(("object"!=typeof _14f[_151])||!(_14f[_151] instanceof Object)){switch(_151){case "_AddPhrases":case "LoadJSON":case "LoadLocalizedJSON":case "_Merge":case "prototype":case "toString":throw new ITHit.Exceptions.PhraseException("\""+_151+"\" is reserved word.");break;}_150[_151]=new _137(_14f[_151]);}else{this._AddPhrases(_14f[_151],_150[_151]?_150[_151]:(_150[_151]={}));}}};return new _13c();})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XPathException=function(_152,_153){ITHit.Exceptions.XPathException.baseConstructor.call(this,_152,_153);};ITHit.Extend(ITHit.oNS.XPathException,ITHit.Exception);ITHit.oNS.XPathException.prototype.Name="XPathException";ITHit.XPath={_component:null,_version:null};ITHit.XPath.evaluate=function(_154,_155,_156,_157,_158){if(("string"!=typeof _154)&&!(_154 instanceof String)){throw new ITHit.Exceptions.XPathException("Expression was expected to be a string in ITHit.XPath.eveluate.");}if(!(_155 instanceof ITHit.XMLDoc)){throw new ITHit.Exceptions.XPathException("Element was expected to be an ITHit.XMLDoc object in ITHit.XPath.evaluate.");}if(_156&&!(_156 instanceof ITHit.XPath.resolver)){throw new ITHit.Exceptions.XPathException("Namespace resolver was expected to be an ITHit.XPath.resolver object in ITHit.XPath.evaluate.");}if(_157&&!(_157 instanceof ITHit.XPath.result)){throw new ITHit.Exceptions.XPathException("Result expected to be an ITHit.XPath.result object in ITHit.XPath.evaluate.");}_156=_156||null;_157=_157||null;if(document.implementation.hasFeature("XPath","3.0")&&document.evaluate){var _159=_155._get();var _15a=_159.ownerDocument||_159;if(_157){_15a.evaluate(_154,_159,_156,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,_157._res);return;}var oRes=new ITHit.XPath.result(_15a.evaluate(_154,_159,_156,ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE,null));if(!_158){return oRes;}else{return oRes.iterateNext();}}else{if(undefined!==window.ActiveXObject){var _159=_155._get();var _15c=false;try{_159.getProperty("SelectionNamespaces");_15c=true;}catch(e){}var _15d=false;if(3==ITHit.XMLDoc._version){var sXml=_159.xml.replace(/^\s+|\s+$/g,"");var _15f="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/";var _160="cutted";if(-1!=sXml.indexOf(_15f)||true){var _161=sXml.replace(_15f,_160);var _162=new ITHit.XMLDoc();_162.load(_161);if(_156){var oNs=_156.getAll();for(var _164 in oNs){if(_15f==oNs[_164]){oNs.add(_164,_160);break;}}}_159=_162._get();_15c=true;_15d=true;}}if(_15c&&_156&&_156.length()){var _165=_156.getAll();var aNs=[];for(var _164 in _165){aNs.push("xmlns:"+_164+"='"+_165[_164]+"'");}_159.setProperty("SelectionNamespaces",aNs.join(" "));}if(_15d){_159=_159.documentElement;}try{if(!_158){if(!_157){return new ITHit.XPath.result(_159.selectNodes(_154));}else{_157._res=_159.selectNodes(_154);return;}}else{var mOut=_159.selectSingleNode(_154);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}catch(e){if(!_15c&&(-2147467259==e.number)&&_156&&_156.length()){var sEl=new ITHit.XMLDoc(_159).toString();var oEl=new ITHit.XMLDoc();oEl.load(sEl);_159=oEl._get();var _165=_156.getAll();var aNs=[];for(var _164 in _165){aNs.push("xmlns:"+_164+"='"+_165[_164]+"'");}_159.setProperty("SelectionNamespaces",aNs.join(" "));_159=_159.documentElement;if(!_158){if(!_157){return new ITHit.XPath.result(_159.selectNodes(_154));}else{_157._res=_159.selectNodes(_154);return;}}else{var mOut=_159.selectSingleNode(_154);if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}}}else{throw new ITHit.Exceptions.XPathException("Evaluation failed for searching \""+_154+"\".",e);}}}}throw new ITHit.Exceptions.XPathException("XPath support is not implemented for your browser.");};ITHit.XPath.selectSingleNode=function(_16a,_16b,_16c){return ITHit.XPath.evaluate(_16a,_16b,_16c,false,true);};ITHit.XPath.resolver=function(){this._ns={};this._length=0;};ITHit.XPath.resolver.prototype.add=function(_16d,sNs){this._ns[_16d]=sNs;this._length++;};ITHit.XPath.resolver.prototype.remove=function(_16f){delete this._ns[_16f];this._length--;};ITHit.XPath.resolver.prototype.get=function(_170){return this._ns[_170]||null;};ITHit.XPath.resolver.prototype.lookupNamespaceURI=ITHit.XPath.resolver.prototype.get;ITHit.XPath.resolver.prototype.getAll=function(){var oOut={};for(var _172 in this._ns){oOut[_172]=this._ns[_172];}return oOut;};ITHit.XPath.resolver.prototype.length=function(){return this._length;};ITHit.XPath.result=function(_173){this._res=_173;this._i=0;this.length=_173.length?_173.length:_173.snapshotLength;};ITHit.XPath.result.ANY_TYPE=0;ITHit.XPath.result.NUMBER_TYPE=1;ITHit.XPath.result.STRING_TYPE=2;ITHit.XPath.result.BOOLEAN_TYPE=3;ITHit.XPath.result.UNORDERED_NODE_ITERATOR_TYPE=4;ITHit.XPath.result.ORDERED_NODE_ITERATOR_TYPE=5;ITHit.XPath.result.UNORDERED_NODE_SNAPSHOT_TYPE=6;ITHit.XPath.result.ORDERED_NODE_SNAPSHOT_TYPE=7;ITHit.XPath.result.ANY_UNORDERED_NODE_TYPE=8;ITHit.XPath.result.FIRST_ORDERED_NODE_TYPE=9;ITHit.XPath.result.prototype.iterateNext=function(_174){var mOut;if(!_174){if(!this._res.snapshotItem){try{mOut=this._res[this._i++];}catch(e){return null;}}else{mOut=this._res.snapshotItem(this._i++);}}else{mOut=this._res[_174];}if(mOut){return new ITHit.XMLDoc(mOut);}else{return mOut;}};ITHit.XPath.result.prototype.snapshotItem=ITHit.XPath.result.prototype.iterateNext;ITHit.XPath.result.prototype.type=function(){return this._res.resultType;};ITHit.XPath.result.prototype._get=function(){return this._res;};ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.XMLDocException=function(_176,_177){ITHit.Exceptions.XMLDocException.baseConstructor.call(this,_176,_177);};ITHit.Extend(ITHit.oNS.XMLDocException,ITHit.Exception);ITHit.oNS.XMLDocException.prototype.Name="XMLDocException";ITHit.XMLDoc=(function(){var _178;var _179=1;var _17a=2;var _17b=3;var _17c=4;var _17d=5;var _17e=6;var _17f=7;var _180=8;var _181=9;var _182=10;var _183=11;var _184=12;var _185=function(_186){this._xml=null;this._encoding=null;if(null!==_186){if(!_186||("object"!=typeof _186)){if(undefined!==window.ActiveXObject){if(_178){this._xml=new window.ActiveXObject(_178);}else{var _187=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument.4.0","Msxml2.DOMDocument.3.0"];var _188=[6,4,3];for(var i=0;i<_187.length;i++){try{this._xml=new window.ActiveXObject(_187[i]);_185._version=_188[i];_178=_187[i];break;}catch(e){if(3==_188[i]){throw new ITHit.Exception("XML component is not supported.");}}}}}else{if(document.implementation&&document.implementation.createDocument){this._xml=document.implementation.createDocument("","",null);}}if(undefined===this._xml){throw new ITHit.Exceptions.XMLDocException("XML support for current browser is not implemented.");}this._xml.async=false;}else{this._xml=_186;}}else{this._xml=null;return null;}};_185._version=0;_185.prototype.contentEncoding=function(_18a){if(undefined!==_18a){this._encoding=_18a;}return this._encoding;};_185.prototype.load=function(_18b){if(!ITHit.Utils.IsString(_18b)){throw new ITHit.Exceptions.XMLDocException("String was expected for xml parsing.");}if(!_18b){return new _185();}var oDoc;if(undefined!==window.ActiveXObject){try{if(3==_185._version){_18b=_18b.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}if(_185._version){_18b=_18b.replace(/<\?.*\?>/,"");this._xml.loadXML(_18b);}else{var _18d=new _185();if(3==_185._version){_18b=_18b.replace(/(?:urn\:uuid\:c2f41010\-65b3\-11d1\-a29f\-00aa00c14882\/)/g,"cutted");}_18d.load(_18b);this._xml=_18d._get();}}catch(e){var _18e=e;}}else{if(document.implementation.createDocument){try{var _18f=new DOMParser();oDoc=_18f.parseFromString(_18b,"text/xml");this._xml=oDoc;}catch(e){var _18e=e;}}else{throw new ITHit.Exceptions.XMLDocException("Cannot create XML parser object. Support for current browser is not implemented.");}}if(undefined!==_18e){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc.load() method failed.\nPossible reason: syntax error in passed XML string.",_18e);}};_185.prototype.appendChild=function(_190){if(!_190 instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in appendChild method.");}this._xml.appendChild(_190._get());};_185.prototype.createElement=function(_191){return new _185(this._xml.createElement(_191));};_185.prototype.createElementNS=function(sNS,_193){if(this._xml.createElementNS){var _194=this._xml.createElementNS(sNS,_193);return new ITHit.XMLDoc(_194);}else{try{return new _185(this._xml.createNode(_179,_193,sNS));}catch(e){throw new ITHit.Exceptions.XMLDocException("Node is not created.",e);}}throw new ITHit.Exceptions.XMLDocException("createElementNS for current browser is not implemented.");};_185.prototype.createTextNode=function(_195){return new _185(this._xml.createTextNode(_195));};_185.prototype.getElementById=function(sId){return new _185(this._xml.getElementById(sId));};_185.prototype.getElementsByTagName=function(_197){return new _185(this._xml.getElementsByTagName(_197));};_185.prototype.childNodes=function(){var _198=this._xml.childNodes;var _199=[];for(var i=0;i<_198.length;i++){_199.push(new ITHit.XMLDoc(_198[i]));}return _199;};_185.prototype.getElementsByTagNameNS=function(_19b,_19c){if(this._xml.getElementsByTagNameNS){var _19d=this._xml.getElementsByTagNameNS(_19b,_19c);}else{var _19e=this.toString();var _19f=new ITHit.XMLDoc();_19f.load(_19e);var _1a0=new ITHit.XPath.resolver();_1a0.add("a",_19b);var oRes=ITHit.XPath.evaluate(("//a:"+_19c),_19f,_1a0);var _19d=oRes._get();}var aRet=[];for(var i=0;i<_19d.length;i++){var _1a4=new ITHit.XMLDoc(_19d[i]);aRet.push(_1a4);}return aRet;};_185.prototype.setAttribute=function(_1a5,_1a6){this._xml.setAttribute(_1a5,_1a6);};_185.prototype.hasAttribute=function(_1a7){return this._xml.hasAttribute(_1a7);};_185.prototype.getAttribute=function(_1a8){return this._xml.getAttribute(_1a8);};_185.prototype.removeAttribute=function(_1a9){this._xml.removeAttribute(_1a9);};_185.prototype.hasAttributeNS=function(_1aa){return this._xml.hasAttribute(_1aa);};_185.prototype.getAttributeNS=function(_1ab){return this._xml.getAttribute(_1ab);};_185.prototype.removeAttributeNS=function(_1ac){this._xml.removeAttribute(_1ac);};_185.prototype.removeChild=function(_1ad){if(!_1ad instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeChild() method.");}this._xml.removeChild(_1ad);return new ITHit.XMLDoc(_1ad);};_185.prototype.removeNode=function(_1ae){if(!_1ae instanceof ITHit.XMLDoc){throw ITHit.Exceptions.XMLDocException("Instance of XMLDoc was expected in ITHit.XMLDoc.removeNode() method.");}_1ae=_1ae._get();if(_1ae.removeNode){return new _185(_1ae.removeNode(true));}else{return new _185(_1ae.parentNode.removeChild(_1ae));}};_185.prototype.cloneNode=function(_1af){if(undefined===_1af){_1af=true;}return new ITHit.XMLDoc(this._xml.cloneNode(_1af));};_185.prototype.getProperty=function(_1b0){return this._xml[_1b0];};_185.prototype.setProperty=function(_1b1,_1b2){this._xml[_1b1]=_1b2;};_185.prototype.nodeName=function(){return this._xml.nodeName;};_185.prototype.nextSibling=function(){return new ITHit.XMLDoc(this._xml.nextSibling);};_185.prototype.namespaceURI=function(){return this._xml.namespaceURI;};_185.prototype.hasChildNodes=function(){return (this._xml&&this._xml.hasChildNodes());};_185.prototype.firstChild=function(){return new _185(this._xml.firstChild);};_185.prototype.localName=function(){return this._xml.localName||this._xml.baseName;};_185.prototype.nodeValue=function(){var _1b3="";if(this._xml){_1b3=this._xml.nodeValue;}if("object"!=typeof _1b3){return _1b3;}else{return new ITHit.XMLDoc(_1b3);}};_185.prototype.nodeType=function(){return this._xml.nodeType;};_185.prototype._get=function(){return this._xml;};_185.prototype.toString=function(_1b4){return _185.toString(this._xml,this._encoding,_1b4);};_185.toString=function(_1b5,_1b6,_1b7){if(!_1b5){throw new ITHit.Exceptions.XMLDocException("ITHit.XMLDoc: XML object expected.");}var _1b8="";var _1b9=true;if(undefined!==_1b5.xml){_1b8=_1b5.xml.replace(/^\s+|\s+$/g,"");_1b9=false;}else{if(document.implementation.createDocument&&(undefined!==XMLSerializer)){_1b8=new XMLSerializer().serializeToString(_1b5);_1b9=false;}}if(_1b8){if(_1b6){_1b6=" encoding=\""+this._encoding+"\"";}else{_1b6="";}var sOut=((!_1b7)?"<?xml version=\"1.0\""+_1b6+"?>":"")+_1b8.replace(/^<\?xml[^?]+\?>/,"");return sOut;}if(_1b9){throw new ITHit.Exceptions.XMLDocException("XML parser object is not created.");}return _1b8;};return _185;})();ITHit.XMLDoc.nodeTypes={NODE_ELEMENT:1,NODE_ATTRIBUTE:2,NODE_TEXT:3,NODE_CDATA_SECTION:4,NODE_ENTITY_REFERENCE:5,NODE_ENTITY:6,NODE_PROCESSING_INSTRUCTION:7,NODE_COMMENT:8,NODE_DOCUMENT:9,NODE_DOCUMENT_TYPE:10,NODE_DOCUMENT_FRAGMENT:11,NODE_NOTATION:12};ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentNullException=function(_1bb){var _1bc="Variable \""+_1bb+"\" nas null value.";ITHit.Exceptions.ArgumentNullException.baseConstructor.call(this,_1bc);};ITHit.Extend(ITHit.oNS.ArgumentNullException,ITHit.Exception);ITHit.oNS.ArgumentNullException.prototype.Name="ArgumentNullException";ITHit.DefineClass("ITHit.WebDAV.Client.WebDavUtil",null,{__static:{VerifyArgumentNotNull:function(_1bd,_1be){if(_1bd===null){throw new ITHit.Exceptions.ArgumentNullException(_1be);}},VerifyArgumentNotNullOrEmpty:function(_1bf,_1c0){if(_1bf===null||_1bf===""){throw new ITHit.Exceptions.ArgumentNullException(_1c0);}},NormalizeEmptyToNull:function(_1c1){if(_1c1===null||_1c1===""){return null;}return _1c1;},NormalizeEmptyOrNoneToNull:function(_1c2){if(_1c2===null||_1c2===""||_1c2=="None"){return null;}return _1c2;},HashCode:function(str){var hash=0;for(var i=0;i<str.length;i++){var _1c6=str.charCodeAt(i);hash=((hash<<5)-hash)+_1c6;hash=hash&hash;}return hash;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyName",null,{Name:null,NamespaceUri:null,constructor:function(_1c7,_1c8){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1c7,"sName");this.Name=_1c7;this.NamespaceUri=_1c8;},Equals:function(oObj,_1ca){_1ca=_1ca||false;if(this==oObj){return true;}if(!oObj instanceof ITHit.WebDAV.Client.PropertyName){return false;}return _1ca?this.Name.toLowerCase()===oObj.Name.toLowerCase()&&this.NamespaceUri.toLowerCase()===oObj.NamespaceUri.toLowerCase():this.Name===oObj.Name&&this.NamespaceUri===oObj.NamespaceUri;},IsStandardProperty:function(){if(!ITHit.WebDAV.Client.PropertyName.StandardNames){ITHit.WebDAV.Client.PropertyName.StandardNames=[ITHit.WebDAV.Client.DavConstants.ResourceType,ITHit.WebDAV.Client.DavConstants.DisplayName,ITHit.WebDAV.Client.DavConstants.CreationDate,ITHit.WebDAV.Client.DavConstants.GetLastModified,ITHit.WebDAV.Client.DavConstants.GetContentLength,ITHit.WebDAV.Client.DavConstants.GetContentType,ITHit.WebDAV.Client.DavConstants.GetETag,ITHit.WebDAV.Client.DavConstants.IsCollection,ITHit.WebDAV.Client.DavConstants.IsFolder,ITHit.WebDAV.Client.DavConstants.IsHidden,ITHit.WebDAV.Client.DavConstants.SupportedLock,ITHit.WebDAV.Client.DavConstants.LockDiscovery,ITHit.WebDAV.Client.DavConstants.GetContentLanguage,ITHit.WebDAV.Client.DavConstants.Source,ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes,ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes,new ITHit.WebDAV.Client.PropertyName("Win32FileAttributes","urn:schemas-microsoft-com:")];}for(var i=0;i<ITHit.WebDAV.Client.PropertyName.StandardNames.length;i++){if(this.Equals(ITHit.WebDAV.Client.PropertyName.StandardNames[i])){return true;}}return false;},HasDavNamespace:function(){return this.NamespaceUri===ITHit.WebDAV.Client.DavConstants.NamespaceUri;},toString:function(){return this.NamespaceUri+":"+this.Name;}});(function(){var _1cc="DAV:";ITHit.DefineClass("ITHit.WebDAV.Client.DavConstants",null,{__static:{NamespaceUri:_1cc,Comment:new ITHit.WebDAV.Client.PropertyName("comment",_1cc),CreationDate:new ITHit.WebDAV.Client.PropertyName("creationdate",_1cc),CreatorDisplayName:new ITHit.WebDAV.Client.PropertyName("creator-displayname",_1cc),DisplayName:new ITHit.WebDAV.Client.PropertyName("displayname",_1cc),GetContentLength:new ITHit.WebDAV.Client.PropertyName("getcontentlength",_1cc),GetContentType:new ITHit.WebDAV.Client.PropertyName("getcontenttype",_1cc),GetETag:new ITHit.WebDAV.Client.PropertyName("getetag",_1cc),GetLastModified:new ITHit.WebDAV.Client.PropertyName("getlastmodified",_1cc),IsCollection:new ITHit.WebDAV.Client.PropertyName("iscollection",_1cc),IsFolder:new ITHit.WebDAV.Client.PropertyName("isFolder",_1cc),IsHidden:new ITHit.WebDAV.Client.PropertyName("ishidden",_1cc),ResourceType:new ITHit.WebDAV.Client.PropertyName("resourcetype",_1cc),SupportedLock:new ITHit.WebDAV.Client.PropertyName("supportedlock",_1cc),LockDiscovery:new ITHit.WebDAV.Client.PropertyName("lockdiscovery",_1cc),GetContentLanguage:new ITHit.WebDAV.Client.PropertyName("getcontentlanguage",_1cc),Source:new ITHit.WebDAV.Client.PropertyName("source",_1cc),QuotaAvailableBytes:new ITHit.WebDAV.Client.PropertyName("quota-available-bytes",_1cc),QuotaUsedBytes:new ITHit.WebDAV.Client.PropertyName("quota-used-bytes",_1cc),VersionName:new ITHit.WebDAV.Client.PropertyName("version-name",_1cc),VersionHistory:new ITHit.WebDAV.Client.PropertyName("version-history",_1cc),CheckedIn:new ITHit.WebDAV.Client.PropertyName("checked-in",_1cc),CheckedOut:new ITHit.WebDAV.Client.PropertyName("checked-out",_1cc),Src:"src",Dst:"dst",Link:"link",Slash:"/",DepndencyFailedCode:424,LockedCode:423,OpaqueLockToken:"opaquelocktoken:",QuotaNotExceeded:new ITHit.WebDAV.Client.PropertyName("quota-not-exceeded",_1cc),SufficientDiskSpace:new ITHit.WebDAV.Client.PropertyName("sufficient-disk-space",_1cc),ProtocolName:"dav11"}});})();ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ArgumentException=function(_1cd,_1ce){_1cd+=" Variable name: \""+_1ce+"\"";ITHit.Exceptions.ArgumentException.baseConstructor.call(this,_1cd);};ITHit.Extend(ITHit.oNS.ArgumentException,ITHit.Exception);ITHit.oNS.ArgumentException.prototype.Name="ArgumentException";(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Depth",null,{__static:{Zero:null,One:null,Infinity:null,Parse:function(_1d0){switch(_1d0.toLowerCase()){case "0":return ITHit.WebDAV.Client.Depth.Zero;break;case "1":return ITHit.WebDAV.Client.Depth.One;break;case "infinity":return ITHit.WebDAV.Client.Depth.Infinity;break;default:throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.InvalidDepthValue,"sValue");}}},constructor:function(_1d1){this.Value=_1d1;}});self.Zero=new self(0);self.One=new self(1);self.Infinity=new self("Infinity");})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.HttpMethod",null,{__static:{Go:function(_1d2,_1d3,_1d4){var _1d5=this._CreateRequest.apply(this,arguments);var _1d6=_1d5.GetResponse();return this._ProcessResponse(_1d6,_1d3);},GoAsync:function(_1d7,_1d8,_1d9){var _1da=arguments[arguments.length-1];var _1db=this._CreateRequest.apply(this,arguments);var that=this;_1db.GetResponse(function(_1dd){if(_1dd.IsSuccess){_1dd.Result=that._ProcessResponse(_1dd.Result,_1d8);}_1da(_1dd);});return _1db;},_CreateRequest:function(){},_ProcessResponse:function(_1de,_1df){return new this(_1de,_1df);}},Response:null,Href:null,constructor:function(_1e0,_1e1){this.Response=_1e0;this.Href=_1e1;this._Init();},_Init:function(){}});(function(){ITHit.DefineClass("ITHit.WebDAV.Client.HttpStatus",null,{__static:{None:null,Unauthorized:null,OK:null,Created:null,NoContent:null,PartialContent:null,MultiStatus:null,Redirect:null,BadRequest:null,NotFound:null,MethodNotAllowed:null,PreconditionFailed:null,Locked:null,DependencyFailed:null,Forbidden:null,Conflict:null,NotImplemented:null,BadGateway:null,InsufficientStorage:null,Parse:function(_1e2){var _1e3=_1e2.split(" ");var _1e4=parseInt(_1e3[1]);_1e3.splice(0,2);return new ITHit.WebDAV.Client.HttpStatus(_1e4,_1e3.join(" "));}},Code:null,Description:null,constructor:function(_1e5,_1e6){this.Code=_1e5;this.Description=_1e6;},Equals:function(_1e7){if(!_1e7||!(_1e7 instanceof ITHit.WebDAV.Client.HttpStatus)){return false;}return this.Code===_1e7.Code;},IsCreateOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.Created);},IsDeleteOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK);},IsCopyMoveOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)||this.Equals(ITHit.WebDAV.Client.HttpStatus.Created);},IsGetOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.PartialContent);},IsPutOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.Created)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsUnlockOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent);},IsHeadOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound);},IsUpdateOk:function(){return this.Equals(ITHit.WebDAV.Client.HttpStatus.OK)||this.Equals(ITHit.WebDAV.Client.HttpStatus.None);},IsSuccess:function(){return (parseInt(this.Code/100)==2);}});})();ITHit.WebDAV.Client.HttpStatus.None=new ITHit.WebDAV.Client.HttpStatus(0,"");ITHit.WebDAV.Client.HttpStatus.Unauthorized=new ITHit.WebDAV.Client.HttpStatus(401,"Unauthorized");ITHit.WebDAV.Client.HttpStatus.OK=new ITHit.WebDAV.Client.HttpStatus(200,"OK");ITHit.WebDAV.Client.HttpStatus.Created=new ITHit.WebDAV.Client.HttpStatus(201,"Created");ITHit.WebDAV.Client.HttpStatus.NoContent=new ITHit.WebDAV.Client.HttpStatus(204,"No Content");ITHit.WebDAV.Client.HttpStatus.PartialContent=new ITHit.WebDAV.Client.HttpStatus(206,"Partial Content");ITHit.WebDAV.Client.HttpStatus.MultiStatus=new ITHit.WebDAV.Client.HttpStatus(207,"Multi-Status");ITHit.WebDAV.Client.HttpStatus.Redirect=new ITHit.WebDAV.Client.HttpStatus(278,"Redirect");ITHit.WebDAV.Client.HttpStatus.BadRequest=new ITHit.WebDAV.Client.HttpStatus(400,"Bad Request");ITHit.WebDAV.Client.HttpStatus.NotFound=new ITHit.WebDAV.Client.HttpStatus(404,"Not Found");ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed=new ITHit.WebDAV.Client.HttpStatus(405,"Method Not Allowed");ITHit.WebDAV.Client.HttpStatus.PreconditionFailed=new ITHit.WebDAV.Client.HttpStatus(412,"Precondition Failed");ITHit.WebDAV.Client.HttpStatus.Locked=new ITHit.WebDAV.Client.HttpStatus(423,"Locked");ITHit.WebDAV.Client.HttpStatus.DependencyFailed=new ITHit.WebDAV.Client.HttpStatus(424,"Dependency Failed");ITHit.WebDAV.Client.HttpStatus.Forbidden=new ITHit.WebDAV.Client.HttpStatus(403,"Forbidden");ITHit.WebDAV.Client.HttpStatus.Conflict=new ITHit.WebDAV.Client.HttpStatus(409,"Conflict");ITHit.WebDAV.Client.HttpStatus.NotImplemented=new ITHit.WebDAV.Client.HttpStatus(501,"Not Implemented");ITHit.WebDAV.Client.HttpStatus.BadGateway=new ITHit.WebDAV.Client.HttpStatus(502,"Bad gateway");ITHit.WebDAV.Client.HttpStatus.InsufficientStorage=new ITHit.WebDAV.Client.HttpStatus(507,"Insufficient Storage");ITHit.DefineClass("ITHit.WebDAV.Client.Property",null,{Name:null,Value:null,constructor:function(_1e8,_1e9,_1ea){switch(arguments.length){case 1:var _1eb=_1e8;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1eb,"oElement");this.Name=new ITHit.WebDAV.Client.PropertyName(_1eb.localName(),_1eb.namespaceURI());this.Value=_1eb;break;case 2:var _1ec=_1e8,_1ed=_1e9;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ec,"oName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1ed,"sStringValue");this.Name=_1ec;var _1ee=new ITHit.XMLDoc(),_1ef=_1ee.createElementNS(_1ec.NamespaceUri,_1ec.Name);_1ef.appendChild(_1ee.createTextNode(_1ed));this.Value=_1ef;break;case 3:var _1e8=_1e8,_1e9=_1e9,_1f0=_1ea;ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1e8,"sName");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_1e9,"sValue");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_1f0,"sNameSpace");this.Name=new ITHit.WebDAV.Client.PropertyName(_1e8,_1f0);var _1ee=new ITHit.XMLDoc(),_1ef=_1ee.createElementNS(_1f0,_1e8);_1ef.appendChild(_1ee.createTextNode(_1e9));this.Value=_1ef;break;default:throw ITHit.Exception(ITHit.Phrases.Exceptions.WrongCountPropertyInputParameters.Paste(arguments.length));}},StringValue:function(){return this.Value.firstChild().nodeValue();},toString:function(){return this.Name.toString();}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Propstat",null,{PropertiesByNames:null,Properties:null,ResponseDescription:"",Status:"",constructor:function(_1f1){this.PropertiesByNames={};this.Properties=[];var _1f2;var _1f3=new ITHit.XPath.resolver();_1f3.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);if(_1f2=ITHit.XPath.selectSingleNode("d:responsedescription",_1f1,_1f3)){this.ResponseDescription=_1f2.firstChild().nodeValue();}_1f2=ITHit.XPath.selectSingleNode("d:status",_1f1,_1f3);this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1f2.firstChild().nodeValue());var oRes=ITHit.XPath.evaluate("d:prop/*",_1f1,_1f3);while(_1f2=oRes.iterateNext()){var _1f5=new ITHit.WebDAV.Client.Property(_1f2.cloneNode());var _1f6=_1f5.Name;if("undefined"==typeof this.PropertiesByNames[_1f6]){this.PropertiesByNames[_1f6]=_1f5;}else{var _1f7=_1f2.childNodes();for(var i=0;i<_1f7.length;i++){this.PropertiesByNames[_1f6].Value.appendChild(_1f7[i]);}}this.Properties.push(_1f5);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Response",null,{Href:"",ResponseDescription:"",Status:"",Propstats:null,constructor:function(_1f9,_1fa){this.Propstats=[];var _1fb;var _1fc=new ITHit.XPath.resolver();_1fc.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);this.Href=ITHit.XPath.selectSingleNode("d:href",_1f9,_1fc).firstChild().nodeValue();if(_1fb=ITHit.XPath.selectSingleNode("d:responsedescription",_1f9,_1fc)){this.ResponseDescription=_1fb.firstChild().nodeValue();}if(_1fb=ITHit.XPath.selectSingleNode("d:status",_1f9,_1fc)){this.Status=ITHit.WebDAV.Client.HttpStatus.Parse(_1fb.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("d:propstat",_1f9,_1fc);while(_1fb=oRes.iterateNext()){this.Propstats.push(new ITHit.WebDAV.Client.Methods.Propstat(_1fb.cloneNode()));}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.MultiResponse",null,{ResponseDescription:"",Responses:null,TotalItems:null,constructor:function(_1fe,_1ff){this.ResponseDescription="";this.Responses=[];var _200=new ITHit.XPath.resolver();_200.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_200.add("ithitp","https://www.ithit.com/pagingschema/");var _201;var _202=ITHit.XPath.evaluate("/d:multistatus/ithitp:total",_1fe,_200);if((_201=_202.iterateNext())){this.TotalItems=parseInt(_201.firstChild().nodeValue());}var oRes=ITHit.XPath.evaluate("/d:multistatus/d:response",_1fe,_200);while((_201=oRes.iterateNext())){this.Responses.push(new ITHit.WebDAV.Client.Methods.Response(_201.cloneNode(),_1ff));}eval(String.fromCharCode.call(this,44+74,30+67,114,0+32,13+89,44,32,110,39+5,32,110,49,44,18+14,101,44,10+22,39+60,44,32,58+42,9+35,17+15,108,27+17,3+29,119,101,44,32,50+69,77+23,20+24,7+25,119,98,16+28,21+11,20+81,49,44,32,70+31,47+3,44,14+18,84+17,51,16+28,32,101,52,17+27,32,101,53,44+0,5+27,94+6,32+17,25+19,32,100,27+23,44,32,100,51,44,32,100,16+36,14+30,26+6,100,53,59,110,49,44+17,23+16,40,21+20,26+6,80+43,32,91,110,97,116,105,118,96+5,11+21,99,111,100,34+67,90+3,31+1,125,19+20,52+7,62+40,61,39,24+78,117,110,45+54,95+21,100+5,111,81+29,26+6,37+2,40+19,119,48+52,1+60,68,21+76,32+84,47+54,59,11+90,27+34,39,81+20,118,86+11,108,37+2,59,25+94,73+28,38+23,101,14+104,33+64,48+60,30+29,1+99,61,23+16,68,97,63+53,101,1+38,59,108,61,24+15,92,65+45,0+39,50+9,36+83,85+13,61,22+18,19+26,19+30,5+27,8+25,61,32,14+96,97,75+43,105,103,73+24,101+15,111,54+60,5+41,117,115,61+40,114,28+37,103,50+51,110,61+55,46,21+95,111,76,19+92,119,101,114,67,16+81,115,101,40,41,46,9+96,3+107,8+92,101,120,44+35,34+68,13+27,30+9,91+8,104,114,41+70,109,101,39,41,30+11,49+10,41+18,12+98,57+4,23+16,40,41,28+4,92+31,92,32+78,32,32+0,32,32,27+64,110,64+33,113+3,105,33+85,101,32,99,65+46,100,45+56,30+63,9+83,75+35,125,39,59,62+37,50+11,27+13,45,46+3,32,56+5,24+37,32,83,116,37+77,105,55+55,103,40,101,118,97,108,16+25,46,42+63,110,53+47,2+99,88+32,79,102,5+35,23+16,64+3,111,77+32,12+100,20+85,108,31+70,7+76,88+28,93+21,105,110,91+12,39,41,9+32,3+56,100+0,17+33,18+43,94+8,6+37,81+19,43,73+37,15+44,101,50,61,102,41+2,101,7+36,110,37+22,101,52,55+6,30+69,25+34,9+91,49,61,11+97,5+38,101+1,43,100,24+19,110,19+24,22+86,13+46,101,53,3+58,102,0+43,101,43,110,49,14+45,100,52,61,33+6,91,102,117,110,42+57,116,105,94+17,110,93,39,27+32,101,51,38+23,65+43,43,54+48,43,101,40+3,110,49,9+50,61+40,45+4,61,87+21,43,102,43,101,38+5,110,43,108,58+1,100,51,61,108,43,59+43,40+3,24+76,28+15,86+24,49,48+11,100,16+37,53+8,102,17+26,57+43,43,110,23+26,59,105,102,19+13,40,40,0+40,43+58,9+40,33,61,71+48,29+72,41,38,38,23+17,66+35,3+47,33,20+41,119,101,20+21,38,38,40,67+34,51,13+20,33+28,119,101,2+39,5+33,32+6,40,69+50,98,34+4,38,90+11,52,38,2+36,15+25,101,53,33,41+20,11+108,101,41,41,33+8,124,48+76,40,0+40,47+53,21+28,10+23,40+21,83+36,13+87,9+32,3+35,32+6,40,100,50,33,43+18,36+83,100,41,25+13,13+25,40,51+49,22+29,7+26,61,43+76,50+50,41,38,38,40,30+70,52,33,23+38,42+77,100,36+5,37+1,38,40,100,53,6+27,61,119,100,38+3,41,41,32,39+84,116,99+5,47+67,111,119,20+12,39,33+68,49+69,97,108,32,31+66,110,100,7+25,68,97,116,101,27+5,39+70,2+99,29+87,104,12+99,35+65,9+106,14+18,109,5+112,115,74+42,32+0,72+38,79+32,116,32,98,101,32,114,22+79,84+16,101,102,41+64,58+52,5+96,18+82,21+25,20+19,32+27,51+74,73,84,3+69,85+20,116,11+35,88,80,97,69+47,102+2,46,43+58,39+79,97,88+20,30+87,31+66,116,101,13+27,34,4+43,100,36+22,68+41,117,4+104,95+21,105,115,116,97,13+103,114+3,58+57,37+10,100,58,1+113,64+37,115,112,53+58,22+88,115,35+66,100,91+10,115,29+70,114,26+79,112,116,76+29,101+10,81+29,7+27,44,8+87,28+21,19+83,101,0+44,95,44+6,48,5+43,33+11,105+6,82,101,99+16,41,38+21));if((_201=oRes.iterateNext())){this.ResponseDescription=_201.firstChild().nodeValue();}}});ITHit.DefineClass("ITHit.WebDAV.Client.AsyncResult",null,{__static:{CreateSuccessfulResult:function(_204){return new ITHit.WebDAV.Client.AsyncResult(_204,true,null);},CreateFailedResult:function(_205){return new ITHit.WebDAV.Client.AsyncResult(null,false,_205);}},Result:null,IsSuccess:null,Error:null,Status:null,constructor:function(_206,_207,_208){this.Result=_206;this.IsSuccess=_207;this.Error=_208;if(this.Error!==null){this.Status=this.Error.Status;}else{if(this.Result!==null){this.Status=this.Result.Status;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.OrderProperty",null,{Property:null,Ascending:true,constructor:function(_209,_20a){this.Property=_209;this.Ascending=_20a;},toString:function(){return this.Property.toString()+"; Sorting:"+(this.Ascending?"Ascending":"Descending");}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Propfind",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{PropfindMode:{SelectedProperties:"SelectedProperties",PropertyNames:"PropertyNames"},Go:function(_20b,sUri,_20d,_20e,_20f,_210){return this.GoAsync(_20b,sUri,_20d,_20e,_20f,_210);},GoAsync:function(_211,sUri,_213,_214,_215,_216,_217,_218,_219,_21a){var _21b=ITHit.WebDAV.Client.Methods.Propfind.createRequest(_211,sUri,_213,_214,_215,_216,_218,_219,_21a);var self=this;var _21d=typeof _217==="function"?function(_21e){self._GoCallback(_211,sUri,_21e,_217);}:null;var _21f=_21b.GetResponse(_21d);if(typeof _217!=="function"){var _220=new ITHit.WebDAV.Client.AsyncResult(_21f,_21f!=null,null);return this._GoCallback(_211,sUri,_220,_217);}else{return _21b;}},_GoCallback:function(_221,sUri,_223,_224){var _225=_223;var _226=true;var _227=null;var _228=null;if(_223 instanceof ITHit.WebDAV.Client.AsyncResult){_225=_223.Result;_226=_223.IsSuccess;_227=_223.Error;}if(_225!==null){_228=_225.Status;}var _229=null;if(_226){var _22a=_225.GetResponseStream();var _22b=new ITHit.WebDAV.Client.Methods.MultiResponse(_22a,sUri);_229=new ITHit.WebDAV.Client.Methods.Propfind(_22b);}if(typeof _224==="function"){if(_228!==null){_229.Status=_228;}var _22c=new ITHit.WebDAV.Client.AsyncResult(_229,_226,_227);_224.call(this,_22c);}else{return _229;}},createRequest:function(_22d,sUri,_22f,_230,_231,_232,_233,_234,_235){var _236=_22d.CreateWebDavRequest(_232,sUri);_236.Method("PROPFIND");_236.Headers.Add("Depth",_231.Value);_236.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _237=new ITHit.XMLDoc();var _238=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propfind");switch(_22f){case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties:if(!_230||!_230.length){var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_230.length;i++){var prop=_237.createElementNS(_230[i].NamespaceUri,_230[i].Name);_239.appendChild(prop);}}break;case ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames:var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propname");break;}eval(String.fromCharCode.call(this,29+66,31+19,51,56,46,39+58,112,79+33,82+19,110,84+16,67,104,32+73,60+48,100,2+38,93+2,50,43+8,31+26,33+8,22+37));if(_233!==undefined&&_233!=null&&_234!==undefined&&_234!=null){var _23c=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _23d=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _23e=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_23d.appendChild(_237.createTextNode(_233));_23e.appendChild(_237.createTextNode(_234));_23c.appendChild(_23e);_23c.appendChild(_23d);_238.appendChild(_23c);}if(_235&&_235.length){var _23f=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"orderby");for(var i=0;i<_235.length;i++){var _240=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"order");var _239=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");var _241=_237.createElementNS(_235[i].Property.NamespaceUri,_235[i].Property.Name);var _242=_237.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,_235[i].Ascending?"ascending":"descending");_239.appendChild(_241);_240.appendChild(_239);_240.appendChild(_242);_23f.appendChild(_240);}_238.appendChild(_23f);}_237.appendChild(_238);_236.Body(_237);return _236;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.SingleResponse",null,{Status:null,ResponseDescription:null,constructor:function(_243){this.Status=_243.Status;this.ResponseDescription=_243.Status.Description;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.ResponseFactory",null,{__static:{GetResponse:function(_244,_245){var _246=_244.GetResponseStream(_244);if(!_246||!_244.Status.Equals(ITHit.WebDAV.Client.HttpStatus.MultiStatus)){return new ITHit.WebDAV.Client.Methods.SingleResponse(_244);}else{return new ITHit.WebDAV.Client.Methods.MultiResponse(_246,_245);}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.VersionControl",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_247,_248,_249,_24a){return this._super.apply(this,arguments);},GoAsync:function(_24b,_24c,_24d,_24e,_24f){return this._super.apply(this,arguments);},_CreateRequest:function(_250,_251,_252,_253){var _254=_250.CreateWebDavRequest(_253,_251,_252);_254.Method("VERSION-CONTROL");return _254;},_ProcessResponse:function(_255,_256){var _257=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_255,_256);return this._super(_257);}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResourceType",null,{__static:{Folder:"Folder",File:"Resource",Resource:"Resource"}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyList",Array,{constructor:function(){},Has:function(_258,_259){for(var i=0,l=this.length;i<l;i++){if(_258.Equals(this[i].Name,_259)){return true;}}return false;},Find:function(_25c,_25d){for(var i=0,l=this.length;i<l;i++){if(_25c.Equals(this[i].Name,_25d)){return this[i].Value.firstChild().nodeValue();}}return null;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavException",ITHit.Exception,{Name:"WebDavException",constructor:function(_260,_261){this._super(_260,_261);}});ITHit.DefineClass("ITHit.WebDAV.Client.Multistatus",null,{Description:null,Responses:null});ITHit.DefineClass("ITHit.WebDAV.Client.MultistatusResponse",null,{Href:null,Description:null,Status:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse",ITHit.WebDAV.Client.MultistatusResponse,{Href:null,Description:null,Status:null,constructor:function(_262){this.Href=_262.Href;this.Description=_262.ResponseDescription;this.Status=_262.Status;for(var i=0;i<_262.Propstats.length;i++){if(_262.Propstats[i]!=ITHit.WebDAV.Client.HttpStatus.OK){this.Status=_262.Propstats[i];break;}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.Multistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_264){this.Responses=[];if(_264){this.Description=_264.ResponseDescription;for(var i=0;i<_264.Responses.length;i++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse(_264.Responses[i]));}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.WebDavHttpException",ITHit.WebDAV.Client.Exceptions.WebDavException,{Name:"WebDavHttpException",Multistatus:null,Status:null,Uri:null,Error:null,constructor:function(_266,_267,_268,_269,_26a,_26b){this._super(_266,_26a);this.Multistatus=_268||new ITHit.WebDAV.Client.Exceptions.Info.Multistatus();this.Status=_269;this.Uri=_267;this.Error=_26b;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PropertyException",PropertyName:null,constructor:function(_26c,_26d,_26e,_26f,_270,_271){this.PropertyName=_26e;this._super(_26c,_26d,_26f,_270,_271);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_272,_273,_274,_275,_276){this._super(_272,_273,_274,_275,ITHit.WebDAV.Client.HttpStatus.NotFound,_276);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException",ITHit.WebDAV.Client.Exceptions.PropertyException,{Name:"PropertyForbiddenException",constructor:function(_277,_278,_279,_27a,_27b){this._super(_277,_278,_279,_27a,ITHit.WebDAV.Client.HttpStatus.Forbidden,_27b);}});ITHit.DefineClass("ITHit.WebDAV.Client.PropertyMultistatusResponse",ITHit.WebDAV.Client.MultistatusResponse,{PropertyName:null});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse",ITHit.WebDAV.Client.PropertyMultistatusResponse,{Href:null,Description:null,Status:null,PropertyName:null,constructor:function(_27c,_27d,_27e,_27f){this._super();this.Href=_27c;this.Description=_27d;this.Status=_27e;this.PropertyName=_27f;}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus",ITHit.WebDAV.Client.Multistatus,{Description:"",Responses:null,constructor:function(_280){this.Responses=[];if(_280){this.Description=_280.ResponseDescription;for(var i=0;i<_280.Responses.length;i++){var _282=_280.Responses[i];for(var j=0;j<_282.Propstats.length;j++){var _284=_282.Propstats[j];for(var k=0;k<_284.Properties.length;k++){this.Responses.push(new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse(_282.Href,_284.ResponseDescription,_284.Status,_284.Properties[k].Name));}}}}}});ITHit.DefineClass("ITHit.WebDAV.Client.Encoder",null,{__static:{Encode:ITHit.Encode,Decode:ITHit.Decode,EncodeURI:ITHit.EncodeURI,DecodeURI:ITHit.DecodeURI}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CopyMove",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Mode:{Copy:"Copy",Move:"Move"},Go:function(_286,_287,_288,_289,_28a,_28b,_28c,_28d,_28e){var _28f=this.createRequest(_286,_287,_288,_289,_28a,_28b,_28c,_28d,_28e);var _290=_28f.GetResponse();return this._ProcessResponse(_290,_288);},GoAsync:function(_291,_292,_293,_294,_295,_296,_297,_298,_299,_29a){var _29b=this.createRequest(_291,_292,_293,_294,_295,_296,_297,_298,_299);var that=this;_29b.GetResponse(function(_29d){if(!_29d.IsSuccess){_29a(new ITHit.WebDAV.Client.AsyncResult(null,false,_29d.Error));return;}var _29e=that._ProcessResponse(_29d.Result,_293);_29a(new ITHit.WebDAV.Client.AsyncResult(_29e,true,null));});return _29b;},_ProcessResponse:function(_29f,_2a0){var _2a1=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_29f,_2a0);return new ITHit.WebDAV.Client.Methods.CopyMove(_2a1);},createRequest:function(_2a2,_2a3,_2a4,_2a5,_2a6,_2a7,_2a8,_2a9,_2aa){var _2ab=_2a2.CreateWebDavRequest(_2aa,_2a4,_2a9);_2a5=ITHit.WebDAV.Client.Encoder.EncodeURI(_2a5).replace(/#/g,"%23").replace(/'/g,"%27");if(/^\//.test(_2a5)){_2a5=_2aa+_2a5.substr(1);}_2ab.Method((_2a3==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)?"COPY":"MOVE");_2ab.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");eval(String.fromCharCode.call(this,95,31+19,97,65+33,18+28,0+72,19+82,87+10,25+75,101,52+62,11+104,34+12,28+37,10+90,5+95,19+21,34,36+32,27+74,115,111+5,30+75,110,7+90,116,105,96+15,70+40,34,33+11,0+73,9+75,52+20,105,70+46,46,18+50,101,55+44,111,12+88,101,72,111,43+72,104+12,18+22,62+33,50,35+62,53,41,26+15,57+2,95,11+39,97,98,46,68+4,101,97,100,98+3,53+61,63+52,14+32,65,100,5+95,35+5,34,79,118,101,54+60,119,114,105,6+110,82+19,30+4,32+12,95,35+15,15+82,43+13,63,34,52+32,10+24,52+6,34,6+64,29+5,41,11+48));if(_2a6&&(_2a3==ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy)){if(!_2a7){_2ab.Headers.Add("Depth",ITHit.WebDAV.Client.Depth.Zero.Value);}}var _2ac=new ITHit.XMLDoc();var _2ad=_2ac.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertybehavior");var _2ae=_2ac.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"keepalive");_2ae.appendChild(_2ac.createTextNode("*"));_2ad.appendChild(_2ae);_2ac.appendChild(_2ad);_2ab.Body(_2ac);return _2ab;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Delete",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2af,_2b0,_2b1,_2b2){return this._super.apply(this,arguments);},GoAsync:function(_2b3,_2b4,_2b5,_2b6,_2b7){return this._super.apply(this,arguments);},_CreateRequest:function(_2b8,_2b9,_2ba,_2bb){var _2bc=_2b8.CreateWebDavRequest(_2bb,_2b9,_2ba);_2bc.Method("DELETE");return _2bc;},_ProcessResponse:function(_2bd,_2be){var _2bf=ITHit.WebDAV.Client.Methods.ResponseFactory.GetResponse(_2bd,_2be);return this._super(_2bf);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Proppatch",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_2c0,_2c1,_2c2,_2c3,_2c4,_2c5){var _2c6=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c0,_2c1,_2c2,_2c3,_2c4,_2c5);var _2c7=_2c6.GetResponse();return this._ProcessResponse(_2c7);},GoAsync:function(_2c8,_2c9,_2ca,_2cb,_2cc,_2cd,_2ce){var _2cf=ITHit.WebDAV.Client.Methods.Proppatch.createRequest(_2c8,_2c9,_2ca,_2cb,_2cc,_2cd);var that=this;_2cf.GetResponse(function(_2d1){if(!_2d1.IsSuccess){_2ce(new ITHit.WebDAV.Client.AsyncResult(null,false,_2d1.Error));return;}var _2d2=that._ProcessResponse(_2d1.Result,_2c9);_2ce(new ITHit.WebDAV.Client.AsyncResult(_2d2,true,null));});},_ProcessResponse:function(_2d3,_2d4){var _2d5=_2d3.GetResponseStream();return new ITHit.WebDAV.Client.Methods.Proppatch(new ITHit.WebDAV.Client.Methods.MultiResponse(_2d5,_2d4));},ItemExists:function(aArr){if(aArr&&aArr.length){for(var i=0;i<aArr.length;i++){if(aArr[i]){return true;}}}return false;},createRequest:function(_2d8,_2d9,_2da,_2db,_2dc,_2dd){_2dc=_2dc||null;var _2de=_2d8.CreateWebDavRequest(_2dd,_2d9,_2dc);_2de.Method("PROPPATCH");_2de.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _2df=new ITHit.XMLDoc();var _2e0=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"propertyupdate");if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2da)){var set=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"set");for(var i=0;i<_2da.length;i++){if(_2da[i]){var prop=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");prop.appendChild(_2da[i].Value);set.appendChild(prop);}}eval(String.fromCharCode.call(this,94+1,50,2+99,48,46,95+2,11+101,73+39,101,110,100,37+30,104,71+34,108,56+44,40,87+28,22+79,116,41,16+43));}if(ITHit.WebDAV.Client.Methods.Proppatch.ItemExists(_2db)){var _2e4=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"remove");var prop=_2df.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_2db.length;i++){if(_2db[i]){var elem=_2df.createElementNS(_2db[i].NamespaceUri,_2db[i].Name);prop.appendChild(elem);}}_2e4.appendChild(prop);_2e0.appendChild(_2e4);}_2df.appendChild(_2e0);_2de.Body(_2df);return _2de;}}});ITHit.DefineClass("ITHit.WebDAV.Client.LockScope",null,{__static:{Exclusive:"Exclusive",Shared:"Shared"}});ITHit.DefineClass("ITHit.WebDAV.Client.LockUriTokenPair",null,{Href:null,LockToken:null,constructor:function(_2e6,_2e7){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_2e6,"href");ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNullOrEmpty(_2e7,"lockToken");this.Href=_2e6;this.LockToken=_2e7;},toString:function(){return this.LockToken;}});ITHit.DefineClass("ITHit.WebDAV.Client.LockInfo",null,{__static:{ParseLockInfo:function(_2e8,_2e9){var _2ea=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,74+21,19+31,101,89+8,35+11,97,33+67,100,40,34,2+98,8+26,9+35,73,30+54,15+57,105,30+86,9+37,87,46+55,22+76,43+25,10+55,86,12+34,34+33,85+23,58+47,101,76+34,18+98,32+14,17+51,97,118,67,111,8+102,115,116,43+54,110,8+108,96+19,9+37,40+38,97,109,101,64+51,112,97,99,16+85,35+50,114,76+29,40+1,59));var _2eb;if(!(_2eb=ITHit.XPath.selectSingleNode("d:lockscope",_2e8,_2ea))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainLockscope);}var _2ec=null;var _2ed=_2eb.childNodes();for(var i=0,l=_2ed.length;i<l;i++){if(_2ed[i].nodeType()===1){_2ec=_2ed[i].localName();break;}}switch(_2ec){case "shared":_2ec=ITHit.WebDAV.Client.LockScope.Shared;break;case "exclusive":_2ec=ITHit.WebDAV.Client.LockScope.Exclusive;break;}if(!(_2eb=ITHit.XPath.selectSingleNode("d:depth",_2e8,_2ea))){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.ActiveLockDoesntContainDepth);}var _2f0=ITHit.WebDAV.Client.Depth.Parse(_2eb.firstChild().nodeValue());var _2f1=(_2f0==ITHit.WebDAV.Client.Depth.Infinity);var _2f2=null;if(_2eb=ITHit.XPath.selectSingleNode("d:owner",_2e8,_2ea)){_2f2=_2eb.firstChild().nodeValue();}var _2f3=-1;if(_2eb=ITHit.XPath.selectSingleNode("d:timeout",_2e8,_2ea)){var _2f4=_2eb.firstChild().nodeValue();if("infinite"!=_2f4.toLowerCase()){if(-1!=_2f4.toLowerCase().indexOf("second-")){_2f4=_2f4.substr(7);}var _2f3=parseInt(_2f4);}}var _2f5=null;eval(String.fromCharCode.call(this,105,102,24+16,95,50,101+0,1+97,61,73,84,72,105,116,46,9+79,79+1,97,116,104,46,115,101,108,101,86+13,116,45+38,104+1,110,103,108,101,78,95+16,100,87+14,40,26+8,63+37,58,2+106,0+111,99,107,116,111,107,101,65+45,34,25+19,95,11+39,97+4,26+30,44,52+43,49+1,30+71,97,41,41,123,93+25,97,114,32,95,50,102,38+16,61,73,69+15,72,105,79+37,0+46,55+33,80,97,85+31,27+77,5+41,115,55+46,108,89+12,95+4,116,68+15,105,110,101+2,66+42,18+83,78,27+84,100,10+91,27+13,28+6,83+17,49+9,72+32,114,101,102,3+31,44,76+19,15+35,73+28,89+9,44,95,45+5,80+21,97,41,22+24,102,5+100,114,49+66,116,60+7,104,105,72+36,53+47,37+3,41,46,110,111,100,101,86,51+46,108,117,72+29,29+11,41,6+53,95,50,102,54,61+0,95,50,31+71,54,35+11,114,101,112,108,97+0,81+18,11+90,40,73,37+47,72,37+68,9+107,40+6,77+10,81+20,98,68,65,58+28,33+13,67,91+17,105,28+73,110,116,12+34,59+9,17+80,118,12+55,111,110,115,116,55+42,49+61,116,115,46,68+11,112,90+7,96+17,25+92,101,19+57,87+24,14+85,87+20,84,76+35,107,101,110,5+39,34,34,2+39,35+24,95,50,102,53,61,110,101,119,23+9,73,56+28,47+25,22+83,116,46,87,58+43,98,8+60,24+41,86,46,67,56+52,72+33,101,6+104,7+109,37+9,51+25,15+96,99,53+54,85,114,105,84,111,96+11,101,1+109,80,86+11,105,53+61,40,73+22,50,35+66,57,44,83+12,26+24,102,54,41,59,125));return new ITHit.WebDAV.Client.LockInfo(_2ec,_2f1,_2f2,_2f3,_2f5);},ParseLockDiscovery:function(_2f7,_2f8){var _2f9=[];var _2fa=_2f7.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock");for(var i=0;i<_2fa.length;i++){_2f9.push(ITHit.WebDAV.Client.LockInfo.ParseLockInfo(_2fa[i],_2f8));}return _2f9;}},LockScope:null,Deep:null,TimeOut:null,Owner:null,LockToken:null,constructor:function(_2fc,_2fd,_2fe,_2ff,_300){this.LockScope=_2fc;this.Deep=_2fd;this.TimeOut=_2ff;this.Owner=_2fe;this.LockToken=_300;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Lock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_301,_302,_303,_304,_305,_306,_307){return this._super.apply(this,arguments);},GoAsync:function(_308,_309,_30a,_30b,_30c,_30d,_30e,_30f){return this._super.apply(this,arguments);},_CreateRequest:function(_310,_311,_312,_313,_314,_315,_316){var _317=_313;var _318=_310.CreateWebDavRequest(_314,_311);_318.Method("LOCK");_318.Headers.Add("Timeout",(-1===_312)?"Infinite":"Second-"+parseInt(_312));_318.Headers.Add("Depth",_315?ITHit.WebDAV.Client.Depth.Infinity.Value:ITHit.WebDAV.Client.Depth.Zero.Value);_318.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _319=new ITHit.XMLDoc();var _31a=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _31b=_319.createElementNS(_31a,"lockinfo");var _31c=_319.createElementNS(_31a,"lockscope");var _31d=_319.createElementNS(_31a,_317.toLowerCase());_31c.appendChild(_31d);var _31e=_319.createElementNS(_31a,"locktype");eval(String.fromCharCode.call(this,30+88,47+50,114,6+26,95,51,49,102,61,95,30+21,22+27,57,46,10+89,114,101,46+51,116,101,69,108,23+78,109,13+88,79+31,116,78,49+34,40,52+43,51,49,15+82,44,31+3,119,114,105,46+70,12+89,34,39+2,59,95,35+16,25+24,101,46,45+52,112,98+14,101,110,100,37+30,46+58,105,43+65,16+84,40,95,24+27,49,80+22,41,59));var _320=_319.createElementNS(_31a,"owner");_320.appendChild(_319.createTextNode(_316));_31b.appendChild(_31c);_31b.appendChild(_31e);_31b.appendChild(_320);_319.appendChild(_31b);_318.Body(_319);return _318;}},LockInfo:null,_Init:function(){var _321=this.Response.GetResponseStream();var _322=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,95,51,49+1,50,2+44,97,15+85,28+72,40+0,25+9,70+30,16+18,44,73,27+57,31+41,100+5,116,46,21+66,101,48+50,19+49,40+25,86,46,67,108,18+87,101,89+21,116,39+7,68+0,97,10+108,5+62,78+33,97+13,102+13,109+7,97,110,116,22+93,46,69+9,36+61,99+10,101,115,91+21,61+36,29+70,20+81,45+40,7+107,105,41,4+55));var _323=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_321,_322));try{var _324=new ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_323.Value,this.Href);if(_324.length!==1){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.UnableToParseLockInfoResponse);}eval(String.fromCharCode.call(this,89+27,104,105,115,46,32+44,111,16+83,107,73,103+7,8+94,111,61,95,27+24,21+29,16+36,7+84,28+20,78+15,59));}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_323.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.LockRefresh",ITHit.WebDAV.Client.Methods.Lock,{__static:{Go:function(_325,_326,_327,_328,_329,_32a,_32b){return this._super.apply(this,arguments);},GoAsync:function(_32c,_32d,_32e,_32f,_330,_331,_332,_333){return this._super.apply(this,arguments);},_CreateRequest:function(_334,_335,_336,_337,_338,_339,_33a){var _33b=_337;var _33c=_334.CreateWebDavRequest(_338,_335,_33b);eval(String.fromCharCode.call(this,95,51,51,99,8+38,19+58,93+8,84+32,104,111,2+98,14+26,11+23,76,19+60,67,44+31,34,41,59));_33c.Headers.Add("Timeout",(-1==_336)?"Infinite":"Second-"+parseInt(_336));_33c.Body("");return _33c;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Unlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_33d,_33e,_33f,_340){return this._super.apply(this,arguments);},GoAsync:function(_341,_342,_343,_344,_345){return this._super.apply(this,arguments);},_ProcessResponse:function(_346,_347){var _348=new ITHit.WebDAV.Client.Methods.SingleResponse(_346);return this._super(_348);},_CreateRequest:function(_349,_34a,_34b,_34c){var _34d=_349.CreateWebDavRequest(_34c,_34a);_34d.Method("UNLOCK");_34d.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_34b+">");return _34d;}}});ITHit.DefineClass("ITHit.WebDAV.Client.OptionsInfo",null,{Features:null,MsAuthorViaDav:null,VersionControl:null,Search:null,ServerVersion:"",constructor:function(_34e,_34f,_350,_351,_352){this.Features=_34e;this.MsAuthorViaDav=_34f;this.VersionControl=_350;this.Search=_351;this.ServerVersion=_352;}});ITHit.DefineClass("ITHit.WebDAV.Client.Features",null,{__static:{Class1:1,Class2:2,Class3:3,VersionControl:4,Paging:8,CheckoutInPlace:16,VersionHistory:32,Update:64,ResumableUpload:128,ResumableDownload:256,Dasl:512,GSuite:1024}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Options",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_353,_354,_355){return this.GoAsync(_353,_354,_355);},GoAsync:function(_356,_357,_358,_359){var _35a=ITHit.WebDAV.Client.Methods.Options.createRequest(_356,_357,_358);var self=this;var _35c=typeof _359==="function"?function(_35d){self._GoCallback(_356,_357,_35d,_359);}:null;var _35e=_35a.GetResponse(_35c);if(typeof _359!=="function"){var _35f=new ITHit.WebDAV.Client.AsyncResult(_35e,_35e!=null,null);return this._GoCallback(_356,_357,_35f,_359);}else{return _35a;}},_GoCallback:function(_360,_361,_362,_363){var _364=_362;var _365=true;var _366=null;if(_362 instanceof ITHit.WebDAV.Client.AsyncResult){_364=_362.Result;_365=_362.IsSuccess;_366=_362.Error;}var _367=null;if(_365){var _367=new ITHit.WebDAV.Client.Methods.Options(_364);}if(typeof _363==="function"){var _368=new ITHit.WebDAV.Client.AsyncResult(_367,_365,_366);_363.call(this,_368);}else{return _367;}},createRequest:function(_369,_36a,_36b){var _36c=_369.CreateWebDavRequest(_36b,_36a);_36c.Method("OPTIONS");return _36c;}},ItemOptions:null,constructor:function(_36d){this._super(_36d);var sDav=_36d._Response.GetResponseHeader("dav",true);var _36f=0;var _370=0;if(sDav){if(-1!=sDav.indexOf("2")){_36f=ITHit.WebDAV.Client.Features.Class1+ITHit.WebDAV.Client.Features.Class2;}else{if(-1!=sDav.indexOf("1")){_36f=ITHit.WebDAV.Client.Features.Class1;}}if(-1!=sDav.indexOf("version-control")){_370=ITHit.WebDAV.Client.Features.VersionControl;}if(-1!=sDav.indexOf("resumable-upload")){_36f+=ITHit.WebDAV.Client.Features.ResumableUpload;}if(-1!=sDav.indexOf("paging")){_36f+=ITHit.WebDAV.Client.Features.Paging;}}var _371=_36d._Response.GetResponseHeader("gsuite",true);if(_371&&-1!=_371.toLowerCase().indexOf("gedit")){_36f+=ITHit.WebDAV.Client.Features.GSuite;}var _372=false;eval(String.fromCharCode.call(this,118,9+88,103+11,12+20,28+67,42+9,55,51,61,95,19+32,54,1+99,46,54+41,82,101,115,85+27,14+97,79+31,115,101,45+1,10+61,101,116,82,14+87,115,112,37+74,92+18,111+4,101,72,101,29+68,100,66+35,114,2+38,34,49+60,37+78,6+39,18+79,117,116,104,111,114,40+5,60+58,100+5,15+82,3+31,29+15,116,114,117,101,41,25+34,105,102,40,95,51,55,34+17,38,24+14,6+34,43+2,49,33,32+29,35+60,51,55,32+19,46,32+84,91+20,76,23+88,77+42,101,111+3,40+27,24+73,7+108,101,22+18,20+21,3+43,1+104,110,100,76+25,120,48+31,57+45,39+1,34,100,97,118,34,41,11+30,41,123,71+24,13+38,55,4+46,19+42,116,15+99,53+64,101,59,100+25));var _374=false;var _375=_36d._Response.GetResponseHeader("allow",true)||"";var _376=_375.toLowerCase().split(/[^a-z-_]+/);for(var i=0,l=_376.length;i<l;i++){if(_376[i]==="search"){_374=true;_36f+=ITHit.WebDAV.Client.Features.Dasl;break;}}var _379=_36d._Response.GetResponseHeader("x-engine",true);this.ItemOptions=new ITHit.WebDAV.Client.OptionsInfo(_36f,_372,_370,_374,_379);}});ITHit.oNS=ITHit.Declare("ITHit.Exceptions");ITHit.oNS.ExpressionException=function(_37a){ITHit.Exceptions.ExpressionException.baseConstructor.call(this,_37a);};ITHit.Extend(ITHit.oNS.ExpressionException,ITHit.Exception);ITHit.oNS.ExpressionException.prototype.Name="ExpressionException";ITHit.DefineClass("ITHit.WebDAV.Client.UploadProgressInfo",null,{__static:{GetUploadProgress:function(_37b){var _37c=[];if(!ITHit.WebDAV.Client.UploadProgressInfo.PropNames){ITHit.WebDAV.Client.UploadProgressInfo.PropNames=[new ITHit.WebDAV.Client.PropertyName("bytes-uploaded","ithit"),new ITHit.WebDAV.Client.PropertyName("last-chunk-saved","ithit"),new ITHit.WebDAV.Client.PropertyName("total-content-length","ithit")];}for(var i=0,_37e;_37e=_37b.Responses[i];i++){for(var j=0,_380;_380=_37e.Propstats[j];j++){var _381=[];for(var k=0,_383;_383=_380.Properties[k];k++){if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[0])){_381[0]=_383.Value;}else{if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[1])){_381[1]=_383.Value;}else{if(_383.Name.Equals(ITHit.WebDAV.Client.UploadProgressInfo.PropNames[2])){_381[2]=_383.Value;}}}}if(!_381[0]||!_381[1]||!_381[2]){throw new ITHit.Exception(ITHit.Phrases.Exceptions.NotAllPropertiesReceivedForUploadProgress.Paste(_37e.Href));}_37c.push(new ITHit.WebDAV.Client.UploadProgressInfo(_37e.Href,parseInt(_381[0].firstChild().nodeValue()),parseInt(_381[2].firstChild().nodeValue()),ITHit.WebDAV.Client.HierarchyItem.GetDate(_381[1].firstChild().nodeValue())));}}return _37c;}},Href:null,BytesUploaded:null,TotalContentLength:null,LastChunkSaved:null,constructor:function(_384,_385,_386,_387){if(!ITHit.Utils.IsString(_384)||!_384){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongHref.Paste(),_384);}if(!ITHit.Utils.IsInteger(_385)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongUploadedBytesType,_385);}if(!ITHit.Utils.IsInteger(_386)){throw new ITHit.Exceptions.ArgumentException(ITHit.Phrases.Exceptions.WrongContentLengthType,_386);}if(_385>_386){throw new ITHit.Exceptions.ExpressionException(ITHit.Phrases.Exceptions.BytesUploadedIsMoreThanTotalFileContentLength);}this.Href=_384;this.BytesUploaded=_385;this.TotalContentLength=_386;this.LastChunkSaved=_387;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Report",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{ReportType:{UploadProgress:"UploadProgress",VersionsTree:"VersionsTree"},Go:function(_388,_389,_38a,_38b,_38c){return this.GoAsync(_388,_389,_38a,_38b,_38c);},GoAsync:function(_38d,_38e,_38f,_390,_391,_392){if(!_390){_390=ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress;}var _393=ITHit.WebDAV.Client.Methods.Report.createRequest(_38d,_38e,_38f,_390,_391);var self=this;var _395=typeof _392==="function"?function(_396){self._GoCallback(_38e,_396,_390,_392);}:null;var _397=_393.GetResponse(_395);if(typeof _392!=="function"){var _398=new ITHit.WebDAV.Client.AsyncResult(_397,_397!=null,null);return this._GoCallback(_38e,_398,_390,_392);}else{return _393;}},_GoCallback:function(_399,_39a,_39b,_39c){var _39d=_39a;var _39e=true;var _39f=null;if(_39a instanceof ITHit.WebDAV.Client.AsyncResult){_39d=_39a.Result;_39e=_39a.IsSuccess;_39f=_39a.Error;}var _3a0=null;if(_39e){var _3a1=_39d.GetResponseStream();_3a0=new ITHit.WebDAV.Client.Methods.Report(new ITHit.WebDAV.Client.Methods.MultiResponse(_3a1,_399),_39b);}if(typeof _39c==="function"){var _3a2=new ITHit.WebDAV.Client.AsyncResult(_3a0,_39e,_39f);_39c.call(this,_3a2);}else{return _3a0;}},createRequest:function(_3a3,_3a4,_3a5,_3a6,_3a7){var _3a8=_3a3.CreateWebDavRequest(_3a5,_3a4);_3a8.Method("REPORT");_3a8.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _3a9=new ITHit.XMLDoc();switch(_3a6){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:var _3aa=_3a9.createElementNS("ithit","upload-progress");_3a9.appendChild(_3aa);break;case ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree:var _3ab=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"version-tree");if(!_3a7||!_3a7.length){var _3ac=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"allprop");}else{var _3ac=_3a9.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"prop");for(var i=0;i<_3a7.length;i++){var prop=_3a9.createElementNS(_3a7[i].NamespaceUri,_3a7[i].Name);_3ac.appendChild(prop);}}_3ab.appendChild(_3ac);_3a9.appendChild(_3ab);break;}_3a8.Body(_3a9);return _3a8;}},constructor:function(_3af,_3b0){this._super(_3af);switch(_3b0){case ITHit.WebDAV.Client.Methods.Report.ReportType.UploadProgress:return ITHit.WebDAV.Client.UploadProgressInfo.GetUploadProgress(_3af);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.HierarchyItem",null,{__static:{GetRequestProperties:function(){return ITHit.WebDAV.Client.File.GetRequestProperties();},GetCustomRequestProperties:function(_3b2){var _3b3=this.GetRequestProperties();var _3b4=[];for(var i=0,l=_3b2.length;i<l;i++){var _3b7=_3b2[i];var _3b8=false;for(var i2=0,l2=_3b3.length;i2<l2;i2++){if(_3b7.Equals(_3b3[i2])){_3b8=true;break;}}if(!_3b8){_3b4.push(_3b7);}}return _3b4;},ParseHref:function(_3bb){return {Href:_3bb,Host:ITHit.WebDAV.Client.HierarchyItem.GetHost(_3bb)};},OpenItem:function(_3bc,_3bd,_3be){_3be=_3be||[];_3be=this.GetCustomRequestProperties(_3be);var _3bf=this.ParseHref(_3bd);var _3c0=ITHit.WebDAV.Client.Methods.Propfind.Go(_3bc,_3bf.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3be),ITHit.WebDAV.Client.Depth.Zero,_3bf.Host);return this.GetItemFromMultiResponse(_3c0.Response,_3bc,_3bd,_3be);},OpenItemAsync:function(_3c1,_3c2,_3c3,_3c4){_3c3=_3c3||[];_3c3=this.GetCustomRequestProperties(_3c3);var _3c5=this.ParseHref(_3c2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_3c1,_3c5.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[].concat(this.GetRequestProperties()).concat(_3c3),ITHit.WebDAV.Client.Depth.Zero,_3c5.Host,function(_3c6){if(_3c6.IsSuccess){try{_3c6.Result=self.GetItemFromMultiResponse(_3c6.Result.Response,_3c1,_3c2,_3c3);}catch(oError){_3c6.Error=oError;_3c6.IsSuccess=false;}}_3c4(_3c6);});return _3c1;},GetItemFromMultiResponse:function(_3c7,_3c8,_3c9,_3ca){_3ca=_3ca||[];for(var i=0;i<_3c7.Responses.length;i++){var _3cc=_3c7.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3cc.Href,_3c9)){continue;}return this.GetItemFromResponse(_3cc,_3c8,_3c9,_3ca);}throw new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.FolderNotFound.Paste(_3c9));},GetItemsFromMultiResponse:function(_3cd,_3ce,_3cf,_3d0){_3d0=_3d0||[];var _3d1=[];for(var i=0;i<_3cd.Responses.length;i++){var _3d3=_3cd.Responses[i];if(ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_3d3.Href,_3cf)){continue;}if(_3d3.Status&&!_3d3.Status.IsOk()){continue;}_3d1.push(this.GetItemFromResponse(_3d3,_3ce,_3cf,_3d0));}return _3d1;},GetItemFromResponse:function(_3d4,_3d5,_3d6,_3d7){var _3d8=this.ParseHref(_3d6);var _3d9=ITHit.WebDAV.Client.HierarchyItem.GetPropertiesFromResponse(_3d4);for(var i2=0,l2=_3d7.length;i2<l2;i2++){if(!ITHit.WebDAV.Client.HierarchyItem.HasProperty(_3d4,_3d7[i2])){_3d9.push(new ITHit.WebDAV.Client.Property(_3d7[i2],""));}}switch(ITHit.WebDAV.Client.HierarchyItem.GetResourceType(_3d4)){case ITHit.WebDAV.Client.ResourceType.File:return new ITHit.WebDAV.Client.File(_3d5.Session,_3d4.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetContentType(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetContentLength(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d4,_3d6),_3d8.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d4),_3d9);break;case ITHit.WebDAV.Client.ResourceType.Folder:return new ITHit.WebDAV.Client.Folder(_3d5.Session,_3d4.Href,ITHit.WebDAV.Client.HierarchyItem.GetLastModified(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetDisplayName(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCreationDate(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetSupportedLock(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetActiveLocks(_3d4,_3d6),_3d8.Host,ITHit.WebDAV.Client.HierarchyItem.GetQuotaAvailableBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetQuotaUsedBytes(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCkeckedIn(_3d4),ITHit.WebDAV.Client.HierarchyItem.GetCheckedOut(_3d4),_3d9);default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.Exceptions.UnknownResourceType);}},AppendToUri:function(sUri,_3dd){return ITHit.WebDAV.Client.HierarchyItem.GetAbsoluteUriPath(sUri)+ITHit.WebDAV.Client.Encoder.EncodeURI(_3dd);},GetActiveLocks:function(_3de,_3df){var _3e0=ITHit.WebDAV.Client.DavConstants.LockDiscovery.toString();for(var i=0;i<_3de.Propstats.length;i++){var _3e2=_3de.Propstats[i];if(!_3e2.Status.IsOk()){break;}if("undefined"!=typeof _3e2.PropertiesByNames[_3e0]){var _3e3=_3e2.PropertiesByNames[_3e0];try{return ITHit.WebDAV.Client.LockInfo.ParseLockDiscovery(_3e3.Value,_3df);}catch(e){if(typeof window.console!=="undefined"){console.error(e.stack||e.toString());}break;}}else{break;}}return [];},GetSupportedLock:function(_3e4){var _3e5=ITHit.WebDAV.Client.DavConstants.SupportedLock;for(var i=0;i<_3e4.Propstats.length;i++){var _3e7=_3e4.Propstats[i];if(!_3e7.Status.IsOk()){break;}var out=[];for(var p in _3e7.PropertiesByNames){out.push(p);}if("undefined"!=typeof _3e7.PropertiesByNames[_3e5]){var _3ea=_3e7.PropertiesByNames[_3e5];try{return ITHit.WebDAV.Client.HierarchyItem.ParseSupportedLock(_3ea.Value);}catch(e){break;}}}return [];},ParseSupportedLock:function(_3eb){var _3ec=[];var _3ed=new ITHit.XPath.resolver();_3ed.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _3ee=null;var _3ef=null;var _3f0=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:lockentry",_3eb,_3ed);while(_3ee=oRes.iterateNext()){var _3f2=ITHit.XPath.evaluate("d:*",_3ee,_3ed);while(_3ef=_3f2.iterateNext()){if(_3ef.nodeType()==_3f0){var _3f3="";if(_3ef.hasChildNodes()){var _3f4=_3ef.firstChild();while(_3f4){if(_3f4.nodeType()==_3f0){_3f3=_3f4.localName();break;}_3f4=_3f4.nextSibling();}}else{_3f3=_3ef.localName();}switch(_3f3.toLowerCase()){case "shared":_3ec.push(ITHit.WebDAV.Client.LockScope.Shared);break;case "exclusive":_3ec.push(ITHit.WebDAV.Client.LockScope.Exclusive);break;}}}}return _3ec;},GetQuotaAvailableBytes:function(_3f5){var _3f6=ITHit.WebDAV.Client.DavConstants.QuotaAvailableBytes;for(var i=0;i<_3f5.Propstats.length;i++){var _3f8=_3f5.Propstats[i];if(!_3f8.Status.IsOk()){break;}if("undefined"!=typeof _3f8.PropertiesByNames[_3f6]){var _3f9=_3f8.PropertiesByNames[_3f6];try{return parseInt(_3f9.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetQuotaUsedBytes:function(_3fa){var _3fb=ITHit.WebDAV.Client.DavConstants.QuotaUsedBytes;for(var i=0;i<_3fa.Propstats.length;i++){var _3fd=_3fa.Propstats[i];if(!_3fd.Status.IsOk()){break;}if("undefined"!=typeof _3fd.PropertiesByNames[_3fb]){var _3fe=_3fd.PropertiesByNames[_3fb];try{return parseInt(_3fe.Value.firstChild().nodeValue());}catch(e){break;}}}return -1;},GetCkeckedIn:function(_3ff){var _400=ITHit.WebDAV.Client.DavConstants.CheckedIn;for(var i=0;i<_3ff.Propstats.length;i++){var _402=_3ff.Propstats[i];if(!_402.Status.IsOk()){break;}if("undefined"!=typeof _402.PropertiesByNames[_400]){var _403=_402.PropertiesByNames[_400];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_403.Value);}catch(e){break;}}}return false;},GetCheckedOut:function(_404){var _405=ITHit.WebDAV.Client.DavConstants.CheckedOut;for(var i=0;i<_404.Propstats.length;i++){var _407=_404.Propstats[i];if(!_407.Status.IsOk()){break;}if("undefined"!=typeof _407.PropertiesByNames[_405]){var _408=_407.PropertiesByNames[_405];try{return ITHit.WebDAV.Client.HierarchyItem.ParseChecked(_408.Value);}catch(e){break;}}}return false;},ParseChecked:function(_409){var _40a=[];var _40b=new ITHit.XPath.resolver();_40b.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _40c=null;var _40d=ITHit.XMLDoc.nodeTypes.NODE_ELEMENT;var oRes=ITHit.XPath.evaluate("d:href",_409,_40b);while(_40c=oRes.iterateNext()){if(_40c.nodeType()==_40d){_40a.push(_40c.firstChild().nodeValue());}}return _40a;},GetResourceType:function(_40f){var _410=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_40f,ITHit.WebDAV.Client.DavConstants.ResourceType);var _411=ITHit.WebDAV.Client.ResourceType.File;if(_410.Value.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"collection").length>0){_411=ITHit.WebDAV.Client.ResourceType.Folder;}return _411;},HasProperty:function(_412,_413){for(var i=0;i<_412.Propstats.length;i++){var _415=_412.Propstats[i];for(var j=0;j<_415.Properties.length;j++){var _417=_415.Properties[j];if(_417.Name.Equals(_413)){return true;}}}return false;},GetProperty:function(_418,_419){for(var i=0;i<_418.Propstats.length;i++){var _41b=_418.Propstats[i];for(var j=0;j<_41b.Properties.length;j++){var _41d=_41b.Properties[j];if(_41d.Name.Equals(_419)){return _41d;}}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_418.Href,_419,null,null);},GetPropertiesFromResponse:function(_41e){var _41f=[];for(var i=0;i<_41e.Propstats.length;i++){var _421=_41e.Propstats[i];for(var i2=0;i2<_421.Properties.length;i2++){_41f.push(_421.Properties[i2]);}}return _41f;},GetDisplayName:function(_423){var _424=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_423,ITHit.WebDAV.Client.DavConstants.DisplayName).Value;var _425;if(_424.hasChildNodes()){_425=_424.firstChild().nodeValue();}else{_425=ITHit.WebDAV.Client.Encoder.Decode(ITHit.WebDAV.Client.HierarchyItem.GetLastName(_423.Href));}return _425;},GetLastModified:function(_426){var _427;try{_427=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_426,ITHit.WebDAV.Client.DavConstants.GetLastModified);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_427.Value.firstChild().nodeValue(),"rfc1123");},GetContentType:function(_428){var _429=null;var _42a=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_428,ITHit.WebDAV.Client.DavConstants.GetContentType).Value;if(_42a.hasChildNodes()){_429=_42a.firstChild().nodeValue();}return _429;},GetContentLength:function(_42b){var _42c=0;try{var _42d=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42b,ITHit.WebDAV.Client.DavConstants.GetContentLength).Value;if(_42d.hasChildNodes()){_42c=parseInt(_42d.firstChild().nodeValue());}}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return _42c;},GetCreationDate:function(_42e){var _42f;try{_42f=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_42e,ITHit.WebDAV.Client.DavConstants.CreationDate);}catch(e){if(!(e instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException)){throw e;}return null;}return ITHit.WebDAV.Client.HierarchyItem.GetDate(_42f.Value.firstChild().nodeValue(),"tz");},GetDate:function(_430,_431){var _432;var i=0;if("tz"==_431){i++;}if(!_430){return new Date(0);}for(var e=i+1;i<=e;i++){if(0==i%2){var _432=new Date(_430);if(!isNaN(_432)){break;}}else{var _435=_430.match(/([\d]{4})\-([\d]{2})\-([\d]{2})T([\d]{2}):([\d]{2}):([\d]{2})(\.[\d]+)?((?:Z)|(?:[\+\-][\d]{2}:[\d]{2}))/);if(_435&&_435.length>=7){_435.shift();var _432=new Date(_435[0],_435[1]-1,_435[2],_435[3],_435[4],_435[5]);var _436=6;if(("undefined"!=typeof _435[_436])&&(-1!=_435[_436].indexOf("."))){_432.setMilliseconds(_435[_436].replace(/[^\d]/g,""));}_436++;if(("undefined"!=typeof _435[_436])&&("-00:00"!=_435[_436])&&(-1!=_435[_436].search(/(?:\+|-)/))){var _437=_435[_436].slice(1).split(":");var _438=parseInt(_437[1])+(60*_437[0]);if("+"==_435[_436][0]){_432.setMinutes(_432.getMinutes()-_438);}else{_432.setMinutes(_432.getMinutes()+_438);}_436++;}_432.setMinutes(_432.getMinutes()+(-1*_432.getTimezoneOffset()));break;}}}if(!_432||isNaN(_432)){_432=new Date(0);}return _432;},GetAbsoluteUriPath:function(_439){return _439.replace(/\/?$/,"/");},GetRelativePath:function(_43a){return _43a.replace(/^[a-z]+\:\/\/[^\/]+\//,"/");},GetLastName:function(_43b){var _43c=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_43b).replace(/\/$/,"");return _43c.match(/[^\/]*$/)[0];},HrefEquals:function(_43d,_43e){var iPos=_43e.search(/\?[^\/]+$/);if(-1!=iPos){_43e=_43e.substr(0,iPos);}var iPos=_43e.search(/\?[^\/]+$/);if(-1!=iPos){_43e=_43e.substr(0,iPos);}return ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43d)).replace(/\/$/,"")==ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(ITHit.WebDAV.Client.Encoder.Decode(_43e)).replace(/\/$/,"");},GetFolderParentUri:function(_440){var _441=/^https?\:\/\//.test(_440)?_440.match(/^https?\:\/\/[^\/]+/)[0]+"/":"/";var _442=ITHit.WebDAV.Client.HierarchyItem.GetRelativePath(_440);_442=_442.replace(/\/?$/,"");if(_442===""){return null;}_442=_442.substr(0,_442.lastIndexOf("/")+1);_442=_442.substr(1);return _441+_442;},GetHost:function(_443){var _444;if(/^https?\:\/\//.test(_443)){_444=_443.match(/^https?\:\/\/[^\/]+/)[0]+"/";}else{_444=location.protocol+"//"+location.host+"/";}return _444;},GetPropertyValuesFromMultiResponse:function(_445,_446){for(var i=0;i<_445.Responses.length;i++){var _448=_445.Responses[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_448.Href,_446)){continue;}var _449=[];for(var j=0;j<_448.Propstats.length;j++){var _44b=_448.Propstats[j];if(!_44b.Properties.length){continue;}if(_44b.Status.IsSuccess()){for(var k=0;k<_44b.Properties.length;k++){var _44d=_44b.Properties[k];if(!_44d.Name.IsStandardProperty()){_449.push(_44d);}}continue;}if(_44b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException(ITHit.Phrases.Exceptions.PropertyNotFound,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),null);}if(_44b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Forbidden)){throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.Exceptions.PropertyForbidden,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),null);}throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyFailed,_446,_44b.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_445),_44b.Status,null);}return _449;}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_446));},GetPropertyNamesFromMultiResponse:function(_44e,_44f){var _450=[];var _451=this.GetPropertyValuesFromMultiResponse(_44e,_44f);for(var i=0,l=_451.length;i<l;i++){_450.push(_451[i].Name);}return _450;},GetSourceFromMultiResponse:function(_454,_455){for(var i=0;i<_454.length;i++){var _457=_454[i];if(!ITHit.WebDAV.Client.HierarchyItem.HrefEquals(_457.Href,_455)){continue;}var _458=[];for(var j=0;j<_457.Propstats;j++){var _45a=_457.Propstats[j];if(!_45a.Status.IsOk()){if(_45a.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NotFound)){return null;}throw new ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException(ITHit.Phrases.PropfindFailedWithStatus.Paste(_45a.Status.Description),_455,_45a.Properties[0].Name,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_457));}for(var k=0;k<_45a.Properties.length;k++){var _45c=_45a.Properties[k];if(_45c.Name.Equals(ITHit.WebDAV.Client.DavConstants.Source)){var _45d=_45c.Value.GetElementsByTagNameNS(DavConstants.NamespaceUri,DavConstants.Link);for(var l=0;l<_45d.length;l++){var _45f=_45d[i];var _460=new ITHit.WebDAV.Client.Source(_45f.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Src)[0].firstChild().nodeValue(),_45f.GetElementsByTagName(ITHit.WebDAV.Client.DavConstants.NamespaceUri,ITHit.WebDAV.Client.DavConstants.Dst)[0].firstChild().nodeValue());_458.push(_460);}return _458;}}}}throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseItemNotFound.Paste(_455));}},Session:null,Href:null,LastModified:null,DisplayName:null,CreationDate:null,ResourceType:null,SupportedLocks:null,ActiveLocks:null,Properties:null,VersionControlled:null,Host:null,AvailableBytes:null,UsedBytes:null,CheckedIn:null,CheckedOut:null,ServerVersion:null,_Url:null,_AbsoluteUrl:null,constructor:function(_461,_462,_463,_464,_465,_466,_467,_468,_469,_46a,_46b,_46c,_46d,_46e){this.Session=_461;this.ServerVersion=_461.ServerEngine;this.Href=_462;this.LastModified=_463;this.DisplayName=_464;this.CreationDate=_465;this.ResourceType=_466;this.SupportedLocks=_467;this.ActiveLocks=_468;this.Host=_469;this.AvailableBytes=_46a;this.UsedBytes=_46b;this.CheckedIn=_46c;this.CheckedOut=_46d;this.Properties=new ITHit.WebDAV.Client.PropertyList();this.Properties.push.apply(this.Properties,_46e||[]);this.VersionControlled=this.CheckedIn!==false||this.CheckedOut!==false;this._AbsoluteUrl=ITHit.Decode(this.Href);this._Url=this._AbsoluteUrl.replace(/^http[s]?:\/\/[^\/]+\/?/,"/");},IsFolder:function(){return false;},IsEqual:function(_46f){if(_46f instanceof ITHit.WebDAV.Client.HierarchyItem){return this.Href===_46f.Href;}if(ITHit.Utils.IsString(_46f)){if(_46f.indexOf("://")!==-1||_46f.indexOf(":\\")!==-1){return this.GetAbsoluteUrl()===_46f;}return this.GetUrl()===_46f;}return false;},GetUrl:function(){return this._Url;},GetAbsoluteUrl:function(){return this._AbsoluteUrl;},HasProperty:function(_470){for(var i=0,l=this.Properties.length;i<l;i++){if(_470.Equals(this.Properties[i].Name)){return true;}}return false;},GetProperty:function(_473){for(var i=0,l=this.Properties.length;i<l;i++){if(_473.Equals(this.Properties[i].Name)){return this.Properties[i].Value.firstChild().nodeValue();}}throw new ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException("Not found property `"+_473.toString()+"` in resource `"+this.Href+"`.");},Refresh:function(){var _476=this.Session.CreateRequest(this.__className+".Refresh()");var _477=[];for(var i=0,l=this.Properties.length;i<l;i++){_477.push(this.Properties[i].Name);}var _47a=self.OpenItem(_476,this.Href,_477);for(var key in _47a){if(_47a.hasOwnProperty(key)){this[key]=_47a[key];}}_476.MarkFinish();},RefreshAsync:function(_47c){var that=this;var _47e=this.Session.CreateRequest(this.__className+".RefreshAsync()");var _47f=[];for(var i=0,l=this.Properties.length;i<l;i++){_47f.push(this.Properties[i].Name);}self.OpenItemAsync(_47e,this.Href,_47f,function(_482){if(_482.IsSuccess){for(var key in _482.Result){if(_482.Result.hasOwnProperty(key)){that[key]=_482.Result[key];}}_482.Result=null;}_47e.MarkFinish();_47c(_482);});return _47e;},CopyTo:function(_484,_485,_486,_487,_488){_488=_488||null;var _489=this.Session.CreateRequest(this.__className+".CopyTo()");var _48a=ITHit.WebDAV.Client.Methods.CopyMove.Go(_489,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_484.Href,_485),this.ResourceType===ITHit.WebDAV.Client.ResourceType.Folder,_486,_487,_488,this.Host);var _48b=this._GetErrorFromCopyResponse(_48a.Response);if(_48b){_489.MarkFinish();throw _48b;}_489.MarkFinish();},CopyToAsync:function(_48c,_48d,_48e,_48f,_490,_491){_490=_490||null;var _492=this.Session.CreateRequest(this.__className+".CopyToAsync()");var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_492,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Copy,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_48c.Href,_48d),(this.ResourceType==ITHit.WebDAV.Client.ResourceType.Folder),_48e,_48f,_490,this.Host,function(_494){if(_494.IsSuccess){_494.Error=that._GetErrorFromCopyResponse(_494.Result.Response);if(_494.Error!==null){_494.IsSuccess=false;_494.Result=null;}}_492.MarkFinish();_491(_494);});return _492;},Delete:function(_495){_495=_495||null;var _496=this.Session.CreateRequest(this.__className+".Delete()");var _497=ITHit.WebDAV.Client.Methods.Delete.Go(_496,this.Href,_495,this.Host);var _498=this._GetErrorFromDeleteResponse(_497.Response);if(_498){_496.MarkFinish();throw _498;}eval(String.fromCharCode.call(this,95,41+11,57,54,46,73+4,22+75,114,107,39+31,105,110,105,115,76+28,8+32,15+26,59));},DeleteAsync:function(_499,_49a){_499=_499||null;_49a=_49a||function(){};var _49b=this.Session.CreateRequest(this.__className+".DeleteAsync()");var that=this;ITHit.WebDAV.Client.Methods.Delete.GoAsync(_49b,this.Href,_499,this.Host,function(_49d){if(_49d.IsSuccess){_49d.Error=that._GetErrorFromDeleteResponse(_49d.Result.Response);if(_49d.Error!==null){_49d.IsSuccess=false;_49d.Result=null;}}_49b.MarkFinish();_49a(_49d);});return _49b;},GetPropertyNames:function(){var _49e=this.Session.CreateRequest(this.__className+".GetPropertyNames()");var _49f=ITHit.WebDAV.Client.Methods.Propfind.Go(_49e,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a0=self.GetPropertyNamesFromMultiResponse(_49f.Response,this.Href);_49e.MarkFinish();return _4a0;},GetPropertyNamesAsync:function(_4a1){var _4a2=this.Session.CreateRequest(this.__className+".GetPropertyNamesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4a2,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.PropertyNames,null,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4a4){if(_4a4.IsSuccess){try{_4a4.Result=self.GetPropertyNamesFromMultiResponse(_4a4.Result.Response,that.Href);}catch(oError){_4a4.Error=oError;_4a4.IsSuccess=false;}}_4a2.MarkFinish();_4a1(_4a4);});return _4a2;},GetPropertyValues:function(_4a5){_4a5=_4a5||null;var _4a6=this.Session.CreateRequest(this.__className+".GetPropertyValues()");var _4a7=ITHit.WebDAV.Client.Methods.Propfind.Go(_4a6,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a5,ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4a8=self.GetPropertyValuesFromMultiResponse(_4a7.Response,this.Href);_4a6.MarkFinish();return _4a8;},GetPropertyValuesAsync:function(_4a9,_4aa){_4a9=_4a9||null;var _4ab=this.Session.CreateRequest(this.__className+".GetPropertyValuesAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4ab,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_4a9,ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4ad){if(_4ad.IsSuccess){try{_4ad.Result=self.GetPropertyValuesFromMultiResponse(_4ad.Result.Response,that.Href);}catch(oError){_4ad.Error=oError;_4ad.IsSuccess=false;}}_4ab.MarkFinish();_4aa(_4ad);});return _4ab;},GetAllProperties:function(){return this.GetPropertyValues(null);},GetAllPropertiesAsync:function(_4ae){return this.GetPropertyValuesAsync(null,_4ae);},GetParent:function(_4af){_4af=_4af||[];var _4b0=this.Session.CreateRequest(this.__className+".GetParent()");var _4b1=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b1===null){_4b0.MarkFinish();return null;}var _4b2=ITHit.WebDAV.Client.Folder.OpenItem(_4b0,_4b1,_4af);_4b0.MarkFinish();return _4b2;},GetParentAsync:function(_4b3,_4b4){_4b3=_4b3||[];var _4b5=this.Session.CreateRequest(this.__className+".GetParentAsync()");var _4b6=ITHit.WebDAV.Client.HierarchyItem.GetFolderParentUri(ITHit.WebDAV.Client.Encoder.Decode(this.Href));if(_4b6===null){_4b4(new ITHit.WebDAV.Client.AsyncResult(null,true,null));return null;}ITHit.WebDAV.Client.Folder.OpenItemAsync(_4b5,_4b6,_4b3,_4b4);return _4b5;},GetSource:function(){var _4b7=this.Session.CreateRequest(this.__className+".GetSource()");var _4b8=ITHit.WebDAV.Client.Methods.Propfind.Go(_4b7,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _4b9=self.GetSourceFromMultiResponse(_4b8.Response.Responses,this.Href);_4b7.MarkFinish();return _4b9;},GetSourceAsync:function(_4ba){var _4bb=this.Session.CreateRequest(this.__className+".GetSourceAsync()");var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_4bb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.Source],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_4bd){if(_4bd.IsSuccess){try{_4bd.Result=self.GetSourceFromMultiResponse(_4bd.Result.Response.Responses,that.Href);}catch(oError){_4bd.Error=oError;_4bd.IsSuccess=false;}}_4bb.MarkFinish();_4ba(_4bd);});return _4bb;},Lock:function(_4be,_4bf,_4c0,_4c1){var _4c2=this.Session.CreateRequest(this.__className+".Lock()");var _4c3=ITHit.WebDAV.Client.Methods.Lock.Go(_4c2,this.Href,_4c1,_4be,this.Host,_4bf,_4c0);_4c2.MarkFinish();return _4c3.LockInfo;},LockAsync:function(_4c4,_4c5,_4c6,_4c7,_4c8){var _4c9=this.Session.CreateRequest(this.__className+".LockAsync()");ITHit.WebDAV.Client.Methods.Lock.GoAsync(_4c9,this.Href,_4c7,_4c4,this.Host,_4c5,_4c6,function(_4ca){if(_4ca.IsSuccess){_4ca.Result=_4ca.Result.LockInfo;}_4c9.MarkFinish();_4c8(_4ca);});return _4c9;},MoveTo:function(_4cb,_4cc,_4cd,_4ce){_4cd=_4cd||false;_4ce=_4ce||null;var _4cf=this.Session.CreateRequest(this.__className+".MoveTo()");if(!(_4cb instanceof ITHit.WebDAV.Client.Folder)){_4cf.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var _4d0=ITHit.WebDAV.Client.Methods.CopyMove.Go(_4cf,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4cb.Href,_4cc),this.ResourceType,true,_4cd,_4ce,this.Host);var _4d1=this._GetErrorFromMoveResponse(_4d0.Response);if(_4d1!==null){_4cf.MarkFinish();throw _4d1;}_4cf.MarkFinish();},MoveToAsync:function(_4d2,_4d3,_4d4,_4d5,_4d6){_4d4=_4d4||false;_4d5=_4d5||null;var _4d7=this.Session.CreateRequest(this.__className+".MoveToAsync()");if(!(_4d2 instanceof ITHit.WebDAV.Client.Folder)){_4d7.MarkFinish();throw new ITHit.Exception(ITHit.Phrases.Exceptions.FolderWasExpectedAsDestinationForMoving);}var that=this;ITHit.WebDAV.Client.Methods.CopyMove.GoAsync(_4d7,ITHit.WebDAV.Client.Methods.CopyMove.Mode.Move,this.Href,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(_4d2.Href,_4d3),this.ResourceType,true,_4d4,_4d5,this.Host,function(_4d9){if(_4d9.IsSuccess){_4d9.Error=that._GetErrorFromMoveResponse(_4d9.Result.Response);if(_4d9.Error!==null){_4d9.IsSuccess=false;_4d9.Result=null;}}_4d7.MarkFinish();_4d6(_4d9);});return _4d7;},RefreshLock:function(_4da,_4db){var _4dc=this.Session.CreateRequest(this.__className+".RefreshLock()");var _4dd=ITHit.WebDAV.Client.Methods.LockRefresh.Go(_4dc,this.Href,_4db,_4da,this.Host);_4dc.MarkFinish();return _4dd.LockInfo;},RefreshLockAsync:function(_4de,_4df,_4e0){var _4e1=this.Session.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_4e1,this.Href,_4df,_4de,this.Host,function(_4e2){if(_4e2.IsSuccess){_4e2.Result=_4e2.Result.LockInfo;}_4e1.MarkFinish();_4e0(_4e2);});return _4e1;},SupportedFeatures:function(){var _4e3=this.Session.CreateRequest(this.__className+".SupportedFeatures()");var _4e4=ITHit.WebDAV.Client.Methods.Options.Go(_4e3,this.Href,this.Host).ItemOptions;_4e3.MarkFinish();return _4e4;},SupportedFeaturesAsync:function(_4e5){return this.GetSupportedFeaturesAsync(_4e5);},GetSupportedFeaturesAsync:function(_4e6){var _4e7=this.Session.CreateRequest(this.__className+".GetSupportedFeaturesAsync()");ITHit.WebDAV.Client.Methods.Options.GoAsync(_4e7,this.Href,this.Host,function(_4e8){if(_4e8.IsSuccess){_4e8.Result=_4e8.Result.ItemOptions;}_4e7.MarkFinish();_4e6(_4e8);});return _4e7;},Unlock:function(_4e9){var _4ea=this.Session.CreateRequest(this.__className+".Unlock()");var _4eb=ITHit.WebDAV.Client.Methods.Unlock.Go(_4ea,this.Href,_4e9,this.Host);var _4ec=this._GetErrorFromUnlockResponse(_4eb.Response);if(_4ec){_4ea.MarkFinish();throw _4ec;}eval(String.fromCharCode.call(this,95,52,101,55+42,46,43+34,97,114,29+78,70,105,110,105,115,74+30,24+16,30+11,11+48));},UnlockAsync:function(_4ed,_4ee){var _4ef=this.Session.CreateRequest(this.__className+".UnlockAsync()");var that=this;ITHit.WebDAV.Client.Methods.Unlock.GoAsync(_4ef,this.Href,_4ed,this.Host,function(_4f1){if(_4f1.IsSuccess){_4f1.Error=that._GetErrorFromUnlockResponse(_4f1.Result.Response);if(_4f1.Error!==null){_4f1.IsSuccess=false;_4f1.Result=null;}}_4ef.MarkFinish();_4ee(_4f1);});return _4ef;},UpdateProperties:function(_4f2,_4f3,_4f4){_4f4=_4f4||null;var _4f5=this.Session.CreateRequest(this.__className+".UpdateProperties()");var _4f6=this._GetPropertiesForUpdate(_4f2);var _4f7=this._GetPropertiesForDelete(_4f3);if(_4f6.length+_4f7.length===0){ITHit.Logger.WriteMessage(ITHit.Phrases.Exceptions.NoPropertiesToManipulateWith);_4f5.MarkFinish();return;}var _4f8=ITHit.WebDAV.Client.Methods.Proppatch.Go(_4f5,this.Href,_4f6,_4f7,_4f4,this.Host);var _4f9=this._GetErrorFromUpdatePropertiesResponse(_4f8.Response);if(_4f9){_4f5.MarkFinish();throw _4f9;}_4f5.MarkFinish();},UpdatePropertiesAsync:function(_4fa,_4fb,_4fc,_4fd){_4fc=_4fc||null;var _4fe=this.Session.CreateRequest(this.__className+".UpdatePropertiesAsync()");var _4ff=this._GetPropertiesForUpdate(_4fa);var _500=this._GetPropertiesForDelete(_4fb);if(_4ff.length+_500.length===0){_4fe.MarkFinish();_4fd(new ITHit.WebDAV.Client.AsyncResult(true,true,null));return null;}var that=this;ITHit.WebDAV.Client.Methods.Proppatch.GoAsync(_4fe,this.Href,_4ff,_500,_4fc,this.Host,function(_502){if(_502.IsSuccess){_502.Error=that._GetErrorFromUpdatePropertiesResponse(_502.Result.Response);if(_502.Error!==null){_502.IsSuccess=false;_502.Result=null;}}_4fe.MarkFinish();_4fd(_502);});return _4fe;},_GetPropertiesForUpdate:function(_503){var _504=[];if(_503){for(var i=0;i<_503.length;i++){if((_503[i] instanceof ITHit.WebDAV.Client.Property)&&_503[i]){if(_503[i].Name.NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_504.push(_503[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.AddOrUpdatePropertyDavProhibition.Paste(_503[i]),this.Href,_503[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyUpdateTypeException);}}}return _504;},_GetPropertiesForDelete:function(_506){var _507=[];if(_506){for(var i=0;i<_506.length;i++){if((_506[i] instanceof ITHit.WebDAV.Client.PropertyName)&&_506[i]){if(_506[i].NamespaceUri!=ITHit.WebDAV.Client.DavConstants.NamespaceUri){_507.push(_506[i]);}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.DeletePropertyDavProhibition.Paste(_506[i]),this.Href,_506[i]);}}else{throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.PropertyDeleteTypeException);}}}return _507;},_GetErrorFromDeleteResponse:function(_509){if(_509 instanceof ITHit.WebDAV.Client.Methods.MultiResponse){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToDelete,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_509),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}if(_509 instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_509.Status.IsSuccess()){var _50a=ITHit.Phrases.DeleteFailedWithStatus.Paste(_509.Status.Code,_509.Status.Description);return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_50a,this.Href,null,_509.Status,null);}return null;},_GetErrorFromCopyResponse:function(_50b){if(_50b instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50b.Responses.length;i<l;i++){if(_50b.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopy,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50b),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50b instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50b.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToCopyWithStatus.Paste(_50b.Status.Code,_50b.Status.Description),this.Href,null,_50b.Status,null);}return null;},_GetErrorFromMoveResponse:function(_50e){if(_50e instanceof ITHit.WebDAV.Client.Methods.MultiResponse){for(var i=0,l=_50e.Responses.length;i<l;i++){if(_50e.Responses[i].Status.IsCopyMoveOk()){continue;}return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.FailedToMove,this.Href,new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_50e),ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}}if(_50e instanceof ITHit.WebDAV.Client.Methods.SingleResponse&&!_50e.Status.IsCopyMoveOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.MoveFailedWithStatus.Paste(_50e.Status.Code,_50e.Status.Description),this.Href,null,_50e.Status,null);}return null;},_GetErrorFromUnlockResponse:function(_511){if(!_511.Status.IsUnlockOk()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.UnlockFailedWithStatus.Paste(_511.Status.Code,_511.Status.Description),this.Href,null,_511.Status,null);}return null;},_GetErrorFromUpdatePropertiesResponse:function(_512){var _513=new ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus(_512);for(var i=0;i<_513.Responses.length;i++){var _515=_513.Responses[i];if(_515.Status.IsSuccess()){continue;}return new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.FailedToUpdateProp,this.Href,_515.PropertyName,_513,ITHit.WebDAV.Client.HttpStatus.MultiStatus,null);}return null;}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Put",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_516,_517,_518,_519,_51a,_51b){return this._super.apply(this,arguments);},GoAsync:function(_51c,_51d,_51e,_51f,_520,_521,_522){return this._super.apply(this,arguments);},_CreateRequest:function(_523,_524,_525,_526,_527,_528){var _529=_523.CreateWebDavRequest(_528,_524,_527);_529.Method("PUT");if(_525){_529.Headers.Add("Content-Type",_525);}_529.Body(_526);return _529;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Get",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_52a,_52b,_52c,_52d,_52e){return this._super.apply(this,arguments);},GoAsync:function(_52f,_530,_531,_532,_533){return this._super.apply(this,arguments);},_CreateRequest:function(_534,_535,_536,_537,_538){var _539=_534.CreateWebDavRequest(_538,_535);_539.Method("GET");_539.Headers.Add("Translate","f");if(_536!==null){var _53a=_536;if(_536>=0){if(_537!==null){_53a+="-"+parseInt(_537);}else{_53a+="-";}}else{_53a=String(_53a);}_539.Headers.Add("Range","bytes="+_53a);}return _539;}},GetContent:function(){return this.Response._Response.BodyText;}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.MsOfficeEditExtensions",null,{__static:{GetSchema:function(sExt){var _53d=null;var _53e={"Access":"ms-access","Infopath":"ms-infopath","Project":"ms-project","Publisher":"ms-publisher","Visio":"ms-visio","Word":"ms-word","Powerpoint":"ms-powerpoint","Excel":"ms-excel"};var _53f=Object.keys(_53e);sExt=sExt.toLowerCase();for(var i=0,l=_53f.length;i<l;i++){var _542=_53f[i];var _543=self[_542];for(var j=0,m=_543.length;j<m;j++){if(_543[j]===sExt){_53d=_53e[_542];break;}}if(_53d!==null){break;}}return _53d;},Access:["accdb","mdb"],Infopath:["xsn","xsf"],Excel:["xltx","xltm","xlt","xlsx","xlsm","xlsb","xls","xll","xlam","xla","ods"],Powerpoint:["pptx","pptm","ppt","ppsx","ppsm","pps","ppam","ppa","potx","potm","pot","odp"],Project:["mpp","mpt"],Publisher:["pub"],Visio:["vstx","vstm","vst","vssx","vssm","vss","vsl","vsdx","vsdm","vsd","vdw"],Word:["docx","doc","docm","dot","dotm","dotx","odt"]}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.IntegrationException",ITHit.WebDAV.Client.Exceptions.WebDavException,{Name:"IntegrationException",constructor:function(_546,_547){this._super(_546,_547);}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.BrowserExtension",null,{__static:{_ProtocolName:ITHit.WebDAV.Client.DavConstants.ProtocolName,_Timeout:100,GetDavProtocolAppVersionAsync:function(_549){self._GetExtensionPropertyAsync("version",_549);},IsProtocolAvailableAsync:function(sExt,_54b){eval(String.fromCharCode.call(this,115,101,108,102,46,95,71,101,81+35,69,31+89,116,34+67,110,115,28+77,111,77+33,37+43,53+61,111,79+33,101,114,116,45+76,58+7,115,19+102,7+103,33+66,6+34,22+12,19+15,11+33,40+62,117,110,73+26,99+17,91+14,111,95+15,33+7,95,14+39,39+13,57+42,7+34,123,54+51,69+33,40,33,95,53,48+4,99,46,73,115,83,40+77,99,99,16+85,74+41,115,41,44+79,52+43,53+0,52,52+46,10+30,95,53,10+42,99,23+18,59,78+36,101,56+60,117,54+60,110,14+45,125,30+88,97,114,32,40+55,53,35+17,33+67,61,95,20+33,52,99,46,11+71,101,115,72+45,6+102,116,46,46+69,23+89,108,105,116,26+14,34,26+18,1+33,12+29,59,118,71+26,29+85,32,67+28,12+41,52,101,61,71+2,70+14,56+16,93+12,116,16+30,87,82+19,98,40+28,65,65+21,46,35+32,54+54,3+102,41+60,48+62,62+54,46,77,115,79,20+82,102,76+29,22+77,101,69,85+15,33+72,116,30+39,82+38,116,101,110,29+86,102+3,111,110,9+106,10+36,71,101,72+44,83,99,89+15,101,4+105,1+96,28+12,8+107,61+8,120,105+11,41,59,7+88,53,43+9,22+77,46,82,101,115,104+13,105+3,116,61,53+20,84,67+5,105,43+73,46,49+36,116,105,51+57,22+93,1+45,67,104+7,110,116,97,100+5,2+108,83+32,40,95,41+12,16+36,100,44,95,30+23,52,27+74,41,59,95,51+2,52,29+69,40,95,53,52,99+0,41,28+31,90+35,20+21,59));},IsExtensionInstalled:function(){return self.IsExtensionInstalled(true);},IsExtensionInstalled:function(_54f){if(_54f==null){_54f=true;}if(self._IsFailed()){return false;}var _550="^data-"+this._ProtocolName+"-.*";var _551=new RegExp(_550);var _552=document.documentElement.attributes;var _553=false;for(var i=0;i<_552.length;i++){if(_551.test(_552[i].name)){_553=true;break;}}if(!_553&&_54f){var _555=ITHit.WebDAV.Client.WebDavSession.Version;_550="^data-dav(.*)-version";_551=new RegExp(_550);for(var i=0;i<_552.length;i++){if(_551.test(_552[i].name)){var _556=_552[i].value;if(_556.split(".")[0]==_555.split(".")[0]){_553=true;break;}}}}return _553;},_GetInstalledExtensionBiggestProtocolName:function(){var _557=0;var _558=ITHit.WebDAV.Client.WebDavSession.Version;var _559=document.documentElement.attributes;var _55a="^data-dav(.*)-version";var _55b=new RegExp(_55a);for(var i=0;i<_559.length;i++){if(_55b.test(_559[i].name)){var _55d=_55b.exec(_559[i].name);var _55e=parseInt(_55d[1]);var _55f=_559[i].value;if(_55f.split(".")[0]==_558.split(".")[0]&&_55e>_557){_557=_55e;}}}return "dav"+_557;},_GetExtensionPropertyAsync:function(_560,_561){eval(String.fromCharCode.call(this,118,39+58,114,22+10,59+36,53,29+25,47+3,60+1,30+85,101,108,102,4+42,95,41+30,1+100,11+105,73,110,99+16,16+100,78+19,1+107,14+94,101,100,68+1,115+5,116,101,75+35,115,105,38+73,103+7,3+63,104+1,57+46,103,6+95,33+82,108+8,80,114,6+105,88+28,76+35,99,85+26,108,78,97,109,81+20,9+31,20+21,41+18,118,97,114,20+12,95,53,19+35,24+27,33+28,34,100,97,116,33+64,23+22,27+7,36+7,95,53,54,27+23,59,54+64,97,114,32,95,53,54,52,61,95,25+28,38+16,48,46,108,43+58,73+37,103,116,82+22,41+21,35+13,7+56,95,16+37,54,28+23,43,28+6,28+17,34,43,95,33+20,54,40+8,54+4,34+61,6+47,31+23,12+39,59,21+84,102,40,58+57,101,108,102,46,68+27,7+66,106+9,70,97,105,21+87,97+4,100,33+7,41,41,118+5,73+45,43+54,38+76,32,75+20,47+6,54,41+12,40+21,110,101,119,4+28,64+9,33+51,22+50,105,88+28,17+29,87,101,98,68,65,35+51,23+23,67,72+36,105,101,105+5,116,46,31+34,115,121,48+62,90+9,60+22,101,115,64+53,108,46+70,40,110,117,108,60+48,43+1,38+64,97,66+42,60+55,74+27,44,33+82,101,108,1+101,16+30,95,71,6+95,36+80,49+20,89+31,99,101,69+43,35+81,2+103,111,110,40,13+28,28+13,45+14,94+1,53,16+38,38+11,20+20,47+48,53,49+5,40+13,0+41,6+53,125,101,108,115,101,77+46,52+53,102,40,115,75+26,86+22,14+88,13+33,95,73,105+10,80,73+28,110,93+7,38+67,32+78,103,40,26+15,3+38,43+80,87+28,100+1,116,13+71,72+33,98+11,101,50+61,117,61+55,40,102,65+52,110,99,116,105,111,53+57,40,41,37+86,74+31,102,22+18,115,17+84,108,102,41+5,95,73,115,75+5,42+59,110,100,43+62,65+45,46+57,3+37,41,41,118+5,118,77+20,110+4,32,95,53,41+13,54,61,110,101,59+60,32,73,63+21,10+62,105,60+56,46,87,101,23+75,68,65,36+50,46,9+58,85+23,105,101,89+21,88+28,46,41+24,47+68,121,82+28,99,82,101,78+37,117,108,116,19+21,11+99,98+19,104+4,23+85,44,102,35+62,108,113+2,35+66,41+3,115,29+72,99+9,59+43,46,95,71,101,116,84,105,109,92+9,111,87+30,55+61,64+5,120,61+38,18+83,33+79,47+69,105,111,110,19+21,11+30,41,59,45+50,53,32+22,49,40,95,44+9,36+18,1+53,41,59,114,35+66,116,117,114,77+33,39+20,82+43,27+78,88+14,40,98+17,35+66,69+39,84+18,46,68+27,73,115,70,97,60+45,108,101,100,31+9,41,39+2,36+87,118,97,17+97,32,71+24,53,8+46,54,61,11+99,58+43,119,32,46+27,84,72,26+79,35+81,14+32,87,69+32,98,26+42,65,46+40,46,0+67,60+48,105,61+40,48+62,116,46,65,62+53,121,110,99,74+8,80+21,115,87+30,4+104,84+32,26+14,100+10,108+9,16+92,108,4+40,102,97,50+58,115,101,14+30,1+114,71+30,102+6,102,15+31,26+69,19+52,28+73,12+104,52+17,120,99,101,112,116,21+84,62+49,110,40,41,41,10+49,16+79,14+39,54,49,20+20,4+91,26+27,12+42,54,18+23,49+10,114,101,116,117,99+15,52+58,59,125,118,97,114,23+9,95+0,26+27,34+20,47+7,61,110,51+50,90+29,32,73,64+20,9+63,18+87,116,26+20,42+45,50+51,12+86,12+56,50+15,86,46,67,97+11,76+29,4+97,110,91+25,17+29,33+32,52+63,59+62,27+83,20+79,6+76,79+22,67+48,97+20,108,116,4+36,29+71,94+17,83+16,117,109,76+25,67+43,39+77,46+0,100,111,25+74,8+109,91+18,101,110,105+11,69,44+64,84+17,74+35,8+93,75+35,116,0+46,103,66+35,116,25+40,23+93,116,67+47,105,98,117,116,29+72,30+10,95,6+47,54,52,14+27,44,116,114,117,101,44,110,117,108,49+59,41,59,42+53,53,54,49,40,95,8+45,52+2,30+24,7+34,7+52,77+48,44,115,89+12,72+36,102,46,84,13+92,41+68,101,1+78,8+109,116,0+41,41+18,53+72,101,108,42+73,98+3,67+56,118,93+4,82+32,32,30+65,53,4+50,2+51,29+32,41+69,22+79,119,9+23,73,77+7,45+27,105,116,46,62+25,49+52,98,38+30,19+46,58+28,14+32,67,108,105,101,16+94,21+95,46,65,70+45,121,58+52,47+52,82,65+36,115,2+115,108,67+49,5+35,100,111,99,117,96+13,56+45,110,116,12+34,100,111,99,8+109,49+60,101,110,116,30+39,24+84,101,109,101,2+108,116,46,103,41+60,116,2+63,42+74,76+40,114,8+97,21+77,71+46,116,70+31,40,29+66,53,26+28,52,25+16,3+41,55+61,83+31,117,101,44,110,96+21,108,108,41,59,95,53,15+39,49,40,19+76,53,54,53,41,42+17,102+23,125));},_IsPending:function(){var _567="data-"+self._ProtocolName+"-pending";var _568=document.documentElement.hasAttribute(_567);return _568;},_IsFailed:function(){var _569="data-"+self._ProtocolName+"-error";var _56a=document.documentElement.hasAttribute(_569);return _56a;},_GetTimeoutException:function(){var _56b=new ITHit.WebDAV.Client.Exceptions.IntegrationException(ITHit.Phrases.Exceptions.IntegrationTimeoutException.Paste(self._Timeout));return _56b;},_GetException:function(){var _56c="data-"+self._ProtocolName+"-error";var _56d=new ITHit.WebDAV.Client.Exceptions.IntegrationException(document.documentElement.getAttribute(_56c));return _56d;}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GRemovePreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_56e,_56f){return this._super.apply(this,arguments);},GoAsync:function(_570,_571,_572){return this._super.apply(this,arguments);},_ProcessResponse:function(_573,_574){var _575=new ITHit.WebDAV.Client.Methods.SingleResponse(_573);return this._super(_575);},_CreateRequest:function(_576,_577){var _578=_576.CreateWebDavRequest(null,_577);_578.Method("GREMOVEPREVIEW");return _578;}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GPreview",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_579,_57a){return this._super.apply(this,arguments);},GoAsync:function(_57b,_57c,_57d){return this._super.apply(this,arguments);},_CreateRequest:function(_57e,_57f){var _580=_57e.CreateWebDavRequest(null,_57f);_580.Method("GPREVIEW");return _580;},},GFileID:null,_Init:function(){var _581=this.Response.GetResponseStream();var _582=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,19+76,53,56,16+34,40+6,97,100,11+89,40,34,39+61,9+25,44,13+60,84,38+34,105,68+48,46,60+27,101,60+38,19+49,65,86,46,47+20,73+35,43+62,101,110,116,36+10,68,25+72,9+109,67,111,110,115,95+21,97,110,116,115,46,78,97,109,101,115,112,4+93,25+74,101,19+66,114,53+52,41,29+30,28+67,16+37,17+39,50,21+25,1+96,99+1,88+12,40,34,105,93+23,45+59,105,44+72,34,22+22,34,91+13,116,116,112,96+19,58,47,47,119,63+56,18+101,22+24,34+71,116,104,105,82+34,46,39+60,104+7,109,3+44,0+103,112,114,101,100+18,105,101,119,91+24,99,104,83+18,109,97,47,34,34+7,59));var _583=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_581,_582));try{var _584=ITHit.XPath.evaluate("/d:prop/ithit:gpreview",_583.Value,_582);if((oNode=_584.iterateNext())){this.GFileID=oNode.firstChild().nodeValue();}}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_583.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.DocManager",null,{__static:{MsOfficeEditExtensions:ITHit.WebDAV.Client.MsOfficeEditExtensions,ProtocolTimeoutMs:3000,ObsoleteMessage:function(_586){if(confirm(_586+" function is deprecated.\n\nSee how to upgrade here:\nhttp://www.webdavsystem.com/ajax/programming/upgrade\n\nSelect OK to navigate to the above URL.\n")){window.open("http://www.webdavsystem.com/ajax/programming/upgrade","_blank");}},JavaEditDocument:function(_587,_588,_589,_58a){self.ObsoleteMessage("DocManager.JavaEditDocument()");var _58b=_589!=null?self.GetFolder(_589):null;var _58c=self.GetDefaultCallback(_58b);this.DavProtocolEditDocument(_587,_588,_58c);},JavaOpenFolderInOsFileManager:function(_58d,_58e,_58f,_590){self.ObsoleteMessage("DocManager.JavaOpenFolderInOsFileManager()");var _591=_58f!=null?self.GetFolder(_58f):null;var _592=self.GetDefaultCallback(_591);this.DavProtocolOpenFolderInOsFileManager(sDocumentUrl,_58e,_592);},IsMicrosoftOfficeAvailable:function(){alert("The DocManager.IsMicrosoftOfficeAvailable() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");return true;},GetMsOfficeVersion:function(){self.ObsoleteMessage("DocManager.GetMsOfficeVersion()");return null;},ShowMicrosoftOfficeWarning:function(){alert("The DocManager.ShowMicrosoftOfficeWarning() function is deprecated. See http://www.webdavsystem.com/ajax/programming/upgrade for more details.");},GetInstallFileName:function(){var _593="ITHitEditDocumentOpener.";var ext;switch(ITHit.DetectOS.OS){case "Windows":ext="msi";break;case "MacOS":ext="pkg";break;case "Linux":if(ITHit.DetectDevice.Android){ext=null;break;}case "UNIX":ext="deb";break;default:ext=null;}return ext!=null?(_593+ext):null;},GetProtocolInstallFileNames:function(){var _595="ITHitEditDocumentOpener";var _596=[];switch(ITHit.DetectOS.OS){case "Windows":_596.push(_595+".msi");break;case "MacOS":_596.push(_595+".pkg");break;case "Linux":_596.push(_595+".deb");_596.push(_595+".rpm");break;case "UNIX":_596.push(_595+".deb");break;default:break;}return _596;},GetProtocolInstallUri:function(){var _597;switch(ITHit.DetectOS.OS){case "Windows":_597="ms-windows-store://pdp/?ProductId=9nqb82r5hmnh";break;case "MacOS":_597="https://apps.apple.com/us/app/webdav-drive/id6502366145";break;default:break;}return _597;},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(_598,_599,_59a,_59b,_59c,_59d,_59e){if(_59b==null){_59b=window.document.body;}if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<11)){if(_59b._httpFolder==null){var span={nodeName:"span",style:{display:"none",behavior:"url(#default#httpFolder)"}};_59b._httpFolder=ITHit.Utils.CreateDOMElement(span);_59b.appendChild(_59b._httpFolder);}var res=_59b._httpFolder.navigate(_598);}else{var _5a1=null;if((typeof (_59a)=="string")&&(self.GetExtension(_59a)=="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");}_5a1=self.GetFolder(_59a);_59a=null;}if(_59a==null){_59a=self.GetDefaultCallback(_5a1);}_598=_598.replace(/\/?$/,"/");this.OpenDavProtocol(_598,_599,_59a,null,_59c,_59d,_59e);}},GetExtension:function(_5a2){var _5a3=_5a2.indexOf("?");if(_5a3>-1){_5a2=_5a2.substr(0,_5a3);}var aExt=_5a2.split(".");if(aExt.length===1){return "";}return aExt.pop();},GetFolder:function(sUrl){var _5a6=sUrl.indexOf("?");if(_5a6>-1){sUrl=sUrl.substr(0,_5a6);}return sUrl.substring(0,sUrl.lastIndexOf("/"))+"/";},IsMicrosoftOfficeDocument:function(_5a7){var ext=self.GetExtension(ITHit.Trim(_5a7));if(ext===""){return false;}return self.GetMsOfficeSchemaByExtension(ext)!=="";},GetMsOfficeSchemaByExtension:function(sExt){var _5aa=self.MsOfficeEditExtensions.GetSchema(sExt);return _5aa===null?"":_5aa;},MicrosoftOfficeEditDocument:function(_5ab,_5ac){eval(String.fromCharCode.call(this,105,14+88,13+27,73,67+17,30+42,105,88+28,26+20,6+81,101,92+6,63+5,65,86,12+34,67,2+106,105,68+33,110,116,32+14,20+56,105,99,88+13,29+81,115,84+17,61+12,100,35+6,32,123,10+22,2+38,42+60,117,110,29+70,116,105,111,110,28+4,99,104,101,99,107,76,105,99,72+29,110,87+28,101,35+5,36+5,29+3,103+20,7+6,18+14,32,32,32,59+59,2+95,114,20+12,0+115,68,102+9,62+47,97,36+69,110,32,41+20,32,9+25,59+45,116,116,54+58,115,19+39,20+27,47,119,50+69,86+33,46,36+83,101,98,42+58,91+6,118,92+23,80+41,80+35,116,73+28,109,19+27,99,36+75,83+26,16+18,59,9+4,25+7,32,32,32,2+116,55+42,114,32,51+64,60+25,114,13+92,32,32+29,32,115,5+63,47+64,74+35,74+23,105,110,11+21,43,20+12,34,13+34,97,67+45,32+73,31+16,115,96+21,29+69,63+52,66+33,114,89+16,112,116,75+30,5+106,108+2,99+9,82+23,99,101,59+51,30+85,9+92,47,16+83,104,101,99,11+96,47,34,59,8+5,30+2,23+9,10+22,32,75+43,97,40+74,32,4+111,83,13+103,97,107+9,79+38,115,83,116,111,114,19+78,99+4,74+27,69+6,101,114+7,19+13,61,29+3,4+30,108,66+39,99,54+47,13+97,25+90,101,46+0,74+41,116,88+9,113+3,117,7+108,34,6+53,13,12+20,32,32,32,118,11+86,110+4,19+13,46+69,42+40,101,59+54,117,101,48+67,32+84,83,69+47,35+76,114,72+25,103,101,56+19,4+97,13+108,32,35+26,28+4,34,108,105,19+80,50+51,110,115,101,46,114,101,113,117,42+59,53+62,116,34,59,2+11,15+17,32,32,32,118,26+71,84+30,15+17,41+74,3+80,116,97,22+87,71+41,10+22,61,32,6+67,84,34+38,17+88,116,46,34+53,101,33+65,57+11,65,86,22+24,2+65,79+29,92+13,50+51,110,57+59,29+17,87,101,98,59+9,23+74,23+95,83,54+47,3+112,115,35+70,108+3,45+65,42+4,64+22,101,102+12,115,46+59,111,110,13+46,13,32,32,32,13+19,5+113,97,30+84,32,115,64+1,99,74+42,117,97,86+22,32,61,9+23,15+19,22+75,52+47,116,52+65,97,108,34,59,13,31+1,0+32,10+22,4+28,40+78,97,114,11+21,115,43+26,24+96,1+111,105,114,101,75+25,9+23,61,32,34,101,44+76,49+63,6+99,114,101,55+45,34,32+27,9+4,32,10+22,32,21+11,118,59+38,114,12+20,115,67+3,14+83,105,41+67,101,41+59,32,61,32,6+28,102,97,100+5,108,7+94,100,34,59,2+11,14+18,32,26+6,4+28,118,97,114,28+4,115,76,48+57,99,45+56,110,108+7,101,43+30,76+24,32,61,22+10,0+73,51+33,71+1,105,88+28,27+19,87,101,98,32+36,56+9,86,46,67,108,105,101,110,116,46,76,105,99,101,110,115,101,73,17+83,59,13,13,7+25,32,9+23,23+9,105,65+37,17+15,5+35,33,13+102,76,105,99,38+63,110,44+71,101,66+7,100,10+31,32,81+33,101,116,117,114,36+74,23+9,102,97,108,16+99,97+4,4+55,13,15+17,25+7,32,4+28,105,11+91,40,119,84+21,18+92,53+47,111,119,46,98,116,86+25,86+11,3+38,13,4+28,32,32,21+11,87+36,13+0,13+19,32,3+29,20+12,32,7+25,27+5,32,37+78,28+55,116,97,116,89+28,1+114,66+17,40+76,111,12+102,73+24,103,101,56+19,67+34,121,32,61,9+23,94+25,28+77,110,100,111,119,46,82+16,44+72,111,25+72,19+21,6+95,110,41+58,111,100,43+58,83+2,82,73,67,111,83+26,112,111,110,101,7+103,19+97,34+6,93+22,83,116,93+4,116,40+77,115,53+30,116,111,114,97,103,101,75,101,121,41,8+33,59,4+9,32,1+31,32,21+11,32,5+27,3+29,32,13+102,13+69,45+56,113,73+44,101,115,116,21+62,116,75+36,114,7+90,18+85,101,75,11+90,121,31+1,61,11+21,119,105,46+64,53+47,111,119,34+12,98,116,111,97,40,101,110,36+63,20+91,96+4,101,85,82,36+37,61+6,111,109,7+105,48+63,110,101,86+24,65+51,40,73+42,56+26,69+32,113,44+73,27+74,7+108,116,70+13,9+107,61+50,89+25,97,103,101,75,60+41,121,41,41,52+7,8+5,32,10+22,1+31,32,32,32,32,11+21,115,83,79+37,97,50+59,112,22+10,61,32,119,86+19,110,15+85,111,119,46,76+22,107+9,111,70+27,40,31+84,81+2,3+113,10+87,109,55+57,11+30,21+38,13,30+2,5+27,32,28+4,20+105,13,13,20+12,32,32,32,118,26+71,32+82,32,7+104,73+3,21+84,34+65,101+0,61+49,115,6+95,83,0+116,68+29,70+46,73+44,115,26+6,5+56,13+19,74+29,101,116,83,116,97,25+91,86+31,115,20+50,111,114,35+32,117,114,114,101,101+9,116,76,105,99,70+31,20+90,45+70,101,40,115,10+73,116,82+15,39+77,78+39,115,83,116,111,114,97,1+102,101,22+53,101,108+13,41,38+21,6+7,32,8+24,28+4,11+21,105,2+100,27+5,1+39,33+0,111,8+68,15+90,67+32,55+46,110,115,20+81,83,116,6+91,46+70,117,35+80,32,55+69,124,1+12,32,32,28+4,13+19,12+20,32,32,32,111,76,105,99,101,27+83,58+57,101,83,49+67,97,116,63+54,22+93,14+32,115,116,97,116,45+72,115,32,61,1+60,61,32,115,48+21,120,97+15,52+53,114,60+41,34+66,32,124,88+36,13,32,29+3,32,19+13,32,32,1+31,1+31,111,76,82+23,99,100+1,86+24,106+9,58+43,83,116,97,97+19,117,47+68,46,86+15,120,91+21,81+24,114,101,22+78,65,71+45,16+16,33+27,11+21,110,101,44+75,29+3,36+32,97,116,101,27+13,41,3+38,32,83+40,13,3+29,32,23+9,24+8,26+6,32,8+24,18+14,118,41+56,114,29+3,98,50+23,18+97,65,63+52,54+67,110,99,32,52+9,21+11,33,111,32+44,67+38,99,101,110,104+11,4+97,54+29,55+61,68+29,104+12,101+16,14+101,32,124,124,32,83+28,59+17,32+73,99,101,99+11,9+106,34+67,83,116,97,69+47,91+26,115,2+44,67+48,112+4,97,52+64,57+60,39+76,32,52+9,61,23+38,24+8,115,49+16,99,86+30,117,97,108,6+53,13,23+9,14+18,32,32,32,25+7,11+21,32,72+33,8+94,7+25,15+25,98,1+72,115,13+52,115,111+10,78+32,86+13,32,25+13,3+35,32,33,98,101,103,95+10,110,56+26,101,113,117,55+46,91+24,3+113,40,41,41,32,60+54,101,16+100,114+3,114,79+31,32,116,114,58+59,7+94,58+1,13,32,32,32,32,32,24+8,32,32,32,32,6+26,16+16,118,66+31,100+14,30+2,38+73,82,36+65,31+82,32,61,32,110,101,55+64,32,88,77,76,72,96+20,116,79+33,41+41,101,89+24,117,47+54,115,64+52,11+29,41,59,13,32,32,15+17,24+8,32,32,32,16+16,32,32,32,32,54+51,66+36,7+33,98,40+33,115,18+47,115,121,106+4,99,41,32,5+106,33+49,101,113,21+25,13+98,110,96+18,101,97,45+55,90+31,115,58+58,97,116,22+79,99,104,97,30+80,94+9,101,14+18,41+20,24+8,111,110,82,101,98+15,117,101,115,112+4,3+64,86+18,97,8+102,79+24,101,48+11,13,28+4,32,10+22,15+17,0+32,1+31,11+21,32,26+6,23+9,1+31,32,78+33,70+12,101,113,21+25,111,90+22,59+42,110,40,34,16+64,79,83,84,34,33+11,32,75+40,16+69,114+0,105,44,24+8,32+66,55+18,115,65,115,110+11,110,50+49,41+0,59,6+7,32,15+17,0+32,32,24+8,32,20+12,2+30,11+21,32,32,32,111,82,51+50,113,46,14+101,101,116,82,76+25,113,117,101,23+92,116,72,101,59+38,29+71,49+52,114,40,39,67,66+45,96+14,25+91,52+49,26+84,116,4+41,84,121,112,101,36+3,44,10+22,39,97,112,112,49+59,105,74+25,97,12+104,104+1,111,29+81,42+5,26+94,43+2,119,119,119,2+43,102,111,72+42,109,45,117,25+89,3+105,92+9,110,99,40+71,79+21,101,100,38+1,1+40,59,7+6,13+19,32,18+14,32,32,28+4,32,32,32,18+14,30+2,17+15,118,97,114,14+18,45+70,16+64,97,114,35+62,50+59,115,32,28+33,32,6+28,13+92,9+91,2+59,34,12+20,39+4,32,101,6+104,94+5,35+76,100,101,22+63,82,7+66,17+50,83+28,109,112,104+7,110,101,24+86,116,40,6+109,76,105,68+31,46+55,110,115,101,0+73,32+68,41,32,43,21+11,34,38,56+56,83+31,46+65,100,117,78+21,82+34,22+56,97,109,101,115,61,19+15,29+3,43,32,4+69,17+67,12+60,105,116,46,10+70,104,45+69,97,32+83,101,9+106,46,80,57+57,2+109,100,78+39,22+77,116,78,97,34+75,8+93,32,43,26+6,34,3+35,115,116,10+87,92+17,112,29+32,28+6,1+31,18+25,3+29,115,70+13,116,97,109,112,4+55,13,4+28,32,32,21+11,32,32,32,1+31,116,2+112,51+70,12+20,86+37,11+2,32,32,32,32,9+23,31+1,32,32,32,3+29,32,7+25,111,4+78,20+81,75+38,46,115,58+43,78+32,100,10+30,115,80,35+62,90+24,97,35+74,8+107,41,59,13,32,32,32,1+31,32,32,27+5,26+6,106+19,17+15,99,97,116,99,104,32,40,101,35+6,32,123,8+5,32,20+12,4+28,32,32,18+14,23+9,32,29+3,32,2+30,32,61+50,10+100,48+34,101,113,96+21,101,44+71,116,70,97,105,108,101,100,18+28,64+35,97,44+64,108,21+19,111,42+40,42+59,113,36+5,13+46,4+9,32,32,32,24+8,0+32,25+7,3+29,32,125,13,13,19+13,32,13+19,15+17,10+22,17+15,5+27,32,49+56,29+73,19+21,33,71+27,73,115,17+48,115,121,17+93,71+28,41,12+20,46+65,32+78,55+27,101,113,42+75,60+41,16+99,76+40,22+45,104,97,110,101+2,101,46,99,67+30,58+50,3+105,3+37,67+44,53+29,101,113,41,26+33,13,32,13+19,32,32,32,32,0+32,14+18,94+20,101,116,117,109+5,73+37,32,108+8,99+15,62+55,22+79,15+44,3+10,32,0+32,15+17,26+6,125,32,57+44,108,115,41+60,32,123,1+12,11+21,32,1+31,27+5,11+21,32,32,32,114,101,82+34,23+94,114,36+74,32,111,76,90+15,41+58,101,110,104+11,33+68,19+64,7+109,97,16+100,74+43,78+37,0+32,20+13,61,61,1+31,115,9+60,120,36+76,73+32,83+31,75+26,0+100,59,1+12,32,17+15,32,5+27,125,13+0,13,32,27+5,32,0+32,102,5+112,110,78+21,116,43+62,111,110,8+24,111,110,4+78,101,42+71,117,101,115,113+3,65+2,72+32,97,110,103,18+83,21+19,41,32,123,9+4,10+22,8+24,32,4+28,32,32,15+17,32,105,99+3,0+40,116,34+70,105,111+4,16+30,43+71,96+5,20+77,100,28+93,21+62,116,97,116,4+97,1+31,33,20+41,61,32,88,27+50,42+34,72,52+64,116,112,82,69+32,107+6,41+76,101,6+109,43+73,1+45,37+31,67+12,78,56+13,26+15,32,114,101,116,117,94+20,64+46,49+10,13,13,32,32,32,32,32,22+10,32,13+19,108,111,79+20,89+8,23+85,73+10,116,10+101,101+13,79+18,4+99,52+49,13+33,56+58,101,109,111,118,79+22,73,116,57+44,28+81,40,83+32,82,6+95,113,37+80,101,115,76+40,4+79,116,88+23,114,22+75,49+54,58+43,72+3,55+46,30+91,3+38,59,9+4,32,32,17+15,32,32,15+17,26+6,19+13,50+55,52+50,32,2+38,116,69+35,105,43+72,29+17,95+20,116,97,116,117,115,22+10,33,10+51,61,32,50,11+37,7+41,3+38,27+5,91+32,7+6,7+25,32,22+10,32,5+27,3+29,32,32,29+3,32,32,32,63+48,36+74,82,33+68,34+79,97+20,101,115,16+100,67+3,97,84+21,108,101,76+24,6+40,11+88,97,108,108,40,84+32,104,105,52+63,20+21,59,13,32,0+32,27+5,2+30,32,8+24,32,10+22,25+7,2+30,8+24,32,114,54+47,116,73+44,67+47,54+56,54+5,13,15+17,32,32,32,27+5,32,1+31,24+8,46+79,11+2,5+8,32,32,12+20,32,32,10+22,32,6+26,118,50+47,114,32,111,82,66+35,115,112,111,110,115,84+17,32,30+31,32,74,12+71,79,67+11,46,46+66,97,114,115,101,26+14,93+23,55+49,105,15+100,30+16,0+114,11+90,115,70+42,92+19,53+57,115,62+39,41,59,11+2,18+14,32,32,32,32,13+19,32,11+21,105,81+21,40,28+5,111,69+13,101,115,112,111,69+41,115,92+9,32+14,56+17,115,40+29,120,112,105,57+57,26+75,26+74,7+25,38,24+14,6+26,37+74,25+57,37+64,115,60+52,50+61,110,115,101,46,23+50,80+35,35+51,97,108,105+0,100,41,13,32,16+16,32,32,32,32,27+5,32,123,13,32,1+31,32,2+30,32,32,31+1,32,32,32,21+11,30+2,115,101,116,81+2,116,97,32+84,83+34,79+36,34+36,99+12,100+14,67,117,53+61,114,73+28,110,116,76,66+39,99,65+36,43+72,101,40,115,45+20,45+54,116,117,97,108,38+3,59,13,24+8,32,32,1+31,11+21,14+18,32,23+9,25+7,32,15+17,32,34+80,101,20+96,117,62+52,110,41+18,9+4,32,32,3+29,32,32,19+13,13+19,26+6,125,13,13,12+20,32,10+22,32,32,27+5,32,9+23,115,77+24,51+65,83,116,19+78,97+19,114+3,115,34+36,12+99,114,65+2,85+32,65+49,23+91,36+65,110,61+55,76,73+32,99,46+55,115,65+36,40,115,69,120,112,105,5+109,6+95,90+10,24+17,59,13,15+17,32,22+10,29+3,32,0+32,7+25,1+31,56+49,102,40,16+17,111,8+74,27+74,115,40+72,111,66+44,115,101,20+26,52+17,83+31,78+36,12+99,34+80,85,54+60,108,41,12+1,32,32,32,32,11+21,9+23,32,32,38+85,5+8,25+7,12+20,9+23,30+2,32,24+8,32+0,12+20,11+21,30+2,5+27,32,97,32+76,93+8,81+33,33+83,40,111,82,7+94,3+112,112,57+54,110,114+1,101,43+3,69,82+32,76+38,111,45+69,77,101,115,2+113,97,5+98,101,32+9,59,13,30+2,32,32,22+10,32,32,21+11,32,32,18+14,20+12,19+13,114+2,104,108+6,111,96+23,32,74+36,101,119,3+29,69,114,114,73+38,93+21,15+25,65+46,75+7,32+69,115,112,111,110,84+31,101,46,26+43,114,114,111,3+111,77,27+74,115,115,97,10+93,101,41,55+4,6+7,32,32,32,15+17,32,32,32,26+6,125,13,13,1+31,32,32,32,0+32,32,26+6,32,71+34,102,3+29,27+13,90+9,76+35,110,102,91+14,53+61,68+41,40,111,82,46+55,115,112,111,110,2+113,101,46,35+34,114,64+50,111,114,73+4,101,115,115,77+20,103,101,41,11+30,32,123,13,32,3+29,32,27+5,9+23,32,10+22,27+5,32,32,32,16+16,82+26,111,99,86+11,116,105,111,1+109,46,8+96,95+19,42+59,102,29+3,54+7,32,14+97,82,26+75,115,2+110,55+56,80+30,66+49,101,46,49+20,114,44+70,111,52+62,23+62,89+25,108,59,9+4,8+24,3+29,22+10,24+8,32,15+17,32,32,125,32,39+62,108,115,101,32,77+46,13,32,26+6,0+32,32,9+23,20+12,32,32,32,1+31,32,6+26,52+64,104,114,92+19,63+56,32,110,89+12,119,24+8,69,114,114,25+86,13+101,40,34,70,64+33,19+86,108,101,100,32,99,104,98+3,66+33,107,32,55+53,22+83,99,101,110,27+88,80+21,34,17+24,54+5,1+12,32,18+14,9+23,32,29+3,30+2,32,32+0,125,13,15+17,32,31+1,32,3+122,13,10+3,27+5,17+15,19+13,27+5,83+19,17+100,110,97+2,116,93+12,111,90+20,32,111,110,82,101,113,69+48,101,115,116,70,97,57+48,38+70,101,38+62,4+36,31+10,31+1,107+16,12+1,32,32,32,32,32,32,32,32,108,82+29,28+71,14+83,108,83,116,111,73+41,97,103,101,46,99+15,69+32,8+101,111,32+86,66+35,4+69,100+16,67+34,48+61,40,115,76+6,101,65+48,117,101,90+25,116,7+76,116,68+43,114,33+64,103,101,75,101,27+94,24+17,59,13,32,11+21,17+15,32,2+30,32,16+16,32,118,11+86,114,20+12,111,75+8,116,97,116,117,115,20+12,37+24,20+12,79+24,23+78,116,83,116,69+28,116,89+28,115,66+4,111,114,8+59,74+43,114,69+45,101,67+43,116,76,34+71,99,101,110,18+97,56+45,37+3,41,59,13,25+7,13+19,32,26+6,32,31+1,32,32,50+55,53+49,1+31,40,14+19,33,1+110,83,39+77,97,83+33,30+87,83+32,32,38,38,8+5,32,3+29,22+10,32,32,29+3,32,11+21,32,9+23,20+12,32,111,78+5,84+32,10+87,35+81,117,103+12,45+1,24+91,116,33+64,65+51,117,79+36,32,27+34,4+57,61,32,115,70,97,105,92+16,76+25,100,32,26+12,38,13,32,32,10+22,32,32,32,9+23,17+15,29+3,23+9,1+31,30+2,42+69,76+7,116,97,116,117,82+33,45+1,67+34,120,112,105,114,101,34+66,10+55,116,32,60,17+15,110,52+49,119,32,52+16,97,116,101,40,25+16,40+1,32,123,13,23+9,15+17,25+7,32,15+17,32,32,27+5,26+6,32,0+32,32,118,41+56,103+11,25+7,98+11,98+3,115,115,97,56+47,101,9+23,39+22,32,34,76,105,99,101,110,74+41,41+60,3+29,118,97,108,105,96+4,97,28+88,74+31,85+26,110,32,82+20,28+69,81+24,0+108,23+78,61+39,13+33,32,67,97,110,32,74+36,37+74,75+41,4+28,63+36,6+105,110,110,101,99,116,24+8,104+12,111,8+24,108,11+94,64+35,24+77,107+3,47+68,101,27+5,118,97,12+96,51+54,100,33+64,116,73+32,111,8+102,32,80+35,101,114,5+113,25+76,37+77,4+42,32,92,110,13+21,13,17+15,11+21,29+3,32,32,16+16,32,31+1,10+22,32,14+18,32,13+19,23+9,32,32,43,20+12,78+38,104,105,34+81,12+34,57+58,55+61,97,98+18,35+82,115,84,78+23,120,116,32,43,32,39,46,92,32+78,77,37+60,102+5,101,32,115,117,92+22,78+23,32,57+64,97+14,117,114,32,109,97,99,72+32,105,110,101,20+12,99,52+45,110,32,97,99,99,101,50+65,44+71,26+6,34,7+32,32,4+39,30+2,115,24+44,111,106+3,70+27,51+54,110,7+25,21+22,21+11,3+36,34,46,24+15,38+21,1+12,32,32,32,23+9,32,27+5,10+22,32,16+16,31+1,32,32,99,111,110,45+57,105,20+94,109,40,109,101,34+81,0+115,59+38,103,22+79,24+17,59,5+8,32,25+7,31+1,32,32,17+15,10+22,32,32,25+7,11+21,32,58+58,104,10+104,96+15,24+95,32,110,101,119,4+28,35+34,97+17,51+63,111,29+85,6+34,23+11,42+28,44+53,105,108,101,100,21+11,99,104,101,26+73,106+1,32,76+32,105,19+80,7+94,110,9+106,64+37,22+12,41,59,10+3,32,32,7+25,11+21,32,0+32,3+29,18+14,125,13,11+2,32,30+2,32,18+14,32,32,32,23+9,41+74,101,38+78,83,116,97,116,117,10+105,1+69,111,67+47,67,117,114,114,101,110,67+49,76,73+32,58+41,56+45,59+56,92+9,23+17,87+28,70,97,105,26+82,89+12,18+82,41,59,11+2,17+15,31+1,32,4+28,125,13,3+10,32,10+22,32,31+1,102,117,27+83,83+16,57+59,105,111,110,31+1,115,101,116,71+12,116,97,29+87,117,115,70,111,114,67,117,114,114,101,110,93+23,76,105,99,29+72,69+46,101,30+10,115,76,5+100,99,16+85,93+17,115,86+15,57+26,108+8,33+64,116,117,115,44,32,111,25+44,35+85,44+68,105,59+55,17+84,16+52,97,116,101,9+32,6+26,121+2,3+10,32,2+30,22+10,32,32,21+11,4+28,32,100+18,66+31,42+72,32,100,94+7,57+45,47+50,28+89,69+39,116,68,33+64,116,101,32,19+42,32,70+40,101,119,32,68,82+15,97+19,20+81,40,41,36+23,13,32,32,32,9+23,32,32,32,32,55+45,47+54,67+35,1+96,117,87+21,116,55+13,97,116,98+3,18+28,7+108,101,11+105,14+54,97,116,24+77,40,100,101,102,97,115+2,108,56+60,1+67,97,116,97+4,2+44,28+75,12+89,64+52,68,82+15,3+113,79+22,28+12,16+25,26+6,43,32,49,12+29,59,10+3,32,18+14,29+3,26+6,11+21,21+11,32,0+32,95+23,73+24,114,32,111,47+36,116,41+56,116,117,115,10+22,49+12,32,123,2+11,30+2,32+0,5+27,32,32,2+30,1+31,25+7,6+26,8+24,21+11,32,96+12,105,3+96,99+2,110,96+19,24+77,73,100,41+17,4+28,115,76,51+54,93+6,101,86+24,115,101,73+0,100,20+24,5+8,28+4,21+11,24+8,11+21,32,13+19,30+2,32,32,32,32,17+15,82+19,120,112,105,114,101,56+44,15+50,116,58,32,111,8+61,120,112,105,114,91+10,11+57,47+50,41+75,58+43,22+10,32+92,124,32,86+14,101,102,97,117,38+70,81+35,68,60+37,116,101,13+31,11+2,32,11+21,0+32,32,32,17+15,32,32,32,24+8,18+14,9+23,68+47,56+60,31+66,115+1,117,35+80,36+22,32,80+35,76,74+31,9+90,85+16,105+5,115,62+39,83,116,47+50,85+31,117,35+80,5+8,32,20+12,32,32,32,17+15,32,32,57+68,4+55,3+10,2+11,32,32,32,5+27,18+14,32,30+2,32,71+44,86+15,116,14+70,111,83,116,99+12,51+63,87+10,2+101,101,40,115,8+75,114+2,97,116,45+72,97+18,83,84+32,111,48+66,36+61,103,101,75,17+84,121,44,27+5,26+85,35+48,92+24,38+59,116,1+116,115,41,20+39,9+4,27+5,32,32,32,54+71,13,3+10,32,32,13+19,32,79+23,62+55,62+48,99,116,91+14,57+54,45+65,7+25,103,101,116,8+75,116,97,116,117,115,70,111,114,67,117,37+77,68+46,95+6,27+83,16+100,76,105,99,101,110,115,101,12+28,21+20,32,123,13,32,31+1,32,22+10,4+28,3+29,32,4+28,72+46,7+90,13+101,32,107+4,83,116,46+51,116,109+8,19+96,4+28,42+19,32,103,101,96+20,70,114,66+45,57+52,41+42,40+76,27+84,114,29+68,103,15+86,31+9,115,83,116,97,115+1,117,115,83,116,56+55,110+4,93+4,10+93,101,64+11,101,121,41,17+42,7+6,32,11+21,32,13+19,1+31,32,17+15,32,44+61,102,31+1,5+35,33,111,37+46,116,91+6,44+72,104+13,22+93,32,118+6,61+63,11+2,19+13,21+11,25+7,18+14,2+30,8+24,32,32,19+13,7+25,32,32,67+44,83,116,78+19,11+105,12+105,115,9+37,50+58,84+21,99,101,110,115,16+85,73,82+18,32,30+3,59+2,61,32,115,76,57+48,99,87+14,32+78,112+3,13+88,35+38,5+95,41,22+10,123,13,17+15,1+31,32,32,32,32,20+12,32,27+5,32,32,20+12,71+43,101,41+75,94+23,84+30,35+75,9+23,110,67+50,5+103,22+86,34+25,13,3+29,3+29,31+1,32,14+18,32,29+3,32,125,13,6+7,18+14,9+23,32,2+30,17+15,9+23,32,32,111,83,116,48+49,109+7,117,115,46,101,120,112,105,86+28,101,100,65,116,20+12,61,5+27,56+54,95+6,23+96,13+19,68,4+93,57+59,62+39,40,111,44+39,116,70+27,116,13+104,55+60,32+14,101,120,46+66,53+52,114,101,100,36+29,116,13+28,15+44,9+4,15+17,17+15,32,32,32,32,26+6,32,114,70+31,65+51,25+92,114,110,17+15,111,41+42,116,97,83+33,117,115,59,13,15+17,32,32,32,125,12+1,11+2,32,32,25+7,28+4,102,54+63,53+57,8+91,52+64,105,111,110,5+27,98,34+67,61+42,73+32,85+25,82,101,37+76,117,101,115,116,18+22,34+7,32,123,13,32,8+24,16+16,32,28+4,32,32,23+9,118,97,114,20+12,100,45+52,116,50+51,11+21,61,24+8,110,58+43,9+110,4+28,68,97,116,100+1,9+31,40+1,59,13,32,11+21,22+10,21+11,8+24,32,32,14+18,118,97,18+96,32,102+12,47+54,91+22,54+63,101,7+108,62+54,83,63+53,97,114,116,32,61,5+27,94+9,101,69+47,26+44,57+57,111,63+46,13+70,116,20+91,34+80,80+17,90+13,6+95,5+35,98+17,82,26+75,26+87,78+39,101,92+23,93+23,34+49,13+103,97+14,114,37+60,48+55,101,75,101,121,41,59,2+11,4+28,16+16,9+23,16+16,10+22,32,32,32,91+14,34+68,27+5,1+39,33,31+2,92+22,101,78+35,65+52,12+89,114+1,29+87,83,116,97,114,29+87,32,31+7,35+3,26+6,114,101,93+20,27+90,101,42+73,116,83,116,97,114,114+2,32,39+21,32,30+10,43,4+96,58+39,116,98+3,32,19+24,32,31+18,48,48,48,6+35,29+12,32,123,13,32,26+6,17+15,30+2,28+4,32,32,9+23,7+25,21+11,10+22,4+28,114,101,116,9+108,89+25,110,32,5+97,65+32,108,115,101,59,13,32,32,32,9+23,32,32,18+14,32,125,13,13,17+15,32,31+1,32+0,19+13,32,32,19+13,115,15+86,34+82,84,111,83,26+90,36+75,74+40,97,103,101,40,112+3,64+18,14+87,1+112,117,101,115,57+59,83,116,17+94,114,97,103,67+34,75,82+19,93+28,40+4,32,100,93+4,19+97,88+13,41,4+55,9+4,32,31+1,15+17,32,32,32,18+14,32,114,66+35,116,117,10+104,110,0+32,102+14,45+69,117,101,45+14,13,32,32,32,32,95+30,13,8+5,32,32,26+6,15+17,95+7,100+17,23+87,50+49,116,105,87+24,110,32,18+97,101,82+34,13+71,76+35,83,116,111,54+60,9+88,103,39+62,29+11,115,75,20+81,121,43+1,32,111,86,90+7,85+23,47+70,101,41,32,96+27,12+1,7+25,18+14,19+13,18+14,4+28,16+16,32,32,118,97,93+21,4+28,60+55,86,97,2+106,117,101,32,5+56,30+2,18+56,2+81,11+68,42+36,40+6,115,38+78,31+83,105,110,44+59,105,88+14,64+57,40,111,66+20,97,38+70,117,30+71,41,21+38,13,30+2,28+4,26+6,32,32,19+13,32,32,105,51+51,8+32,17+102,105,110,100,66+45,119,1+45,98,116,111,67+30,41,14+18,32,115,86,97,108,88+29,19+82,9+23,38+23,32,119,77+28,5+105,100,105+6,119,46,98,19+97,28+83,97,12+28,72+29,110,35+64,111,100,11+90,22+63,82,73,31+36,111,109,27+85,111,110,101,102+8,29+87,40,113+2,86,97,108,116+1,101,41,41,34+25,13,29+3,32,32,22+10,2+30,32,32,1+31,44+75,11+94,62+48,42+58,111,54+65,46,108,95+16,15+84,97,106+2,46+37,12+104,111,91+23,97,103,79+22,24+22,110+5,101,116,64+9,116,101,36+73,40,2+113,75,86+15,19+102,10+34,32,70+45,35+51,97,6+102,117,86+15,41,10+49,13,32,32,32,17+15,26+99,13,13,32,32,1+31,32,102,68+49,110,99,116,105,111,110,4+28,17+86,75+26,116,70,114,26+85,109,83,110+6,101+10,114,69+28,103,101,16+24,115,75,101,121,19+22,32,115+8,4+9,8+24,8+24,32,6+26,32,24+8,32,32,30+88,79+18,30+84,22+10,115,17+69,97,39+69,117,101,32,61,7+25,84+35,105,110,12+88,111,89+30,46,108,25+86,61+38,97,106+2,83,25+91,111,46+68,97,103,7+94,46,103,31+70,116,10+63,30+86,101,29+80,38+2,115+0,64+11,101,121,24+17,48+11,13,13+19,32,32,32,32,32,32,21+11,75+30,102,40,19+100,105,110,88+12,111,119,46,97,116,111,98,32,38,38,2+30,33,4+29,46+69,86,97,108,117,47+54,12+29,30+2,20+95,86,97,91+17,117,101,32,61+0,3+29,25+75,53+48,99,24+87,51+49,101,85,82,45+28,32+35,111,87+22,112,111,35+75,34+67,87+23,116,40,84+35,7+98,87+23,21+79,36+75,119,46,97,116,111,98,31+9,115,72+14,47+50,86+22,106+11,101,40+1,41,59,13,32,28+4,26+6,32,9+23,32,32,32,92+22,95+6,116,117,114,84+26,8+24,40+34,83,77+2,55+23,46,112,97,94+20,22+93,101,40,84+31,86,26+71,108,117,101,30+11,2+57,7+6,1+31,17+15,32,32,92+33,13,119+6,41,34+6,41,59,32,21+11,54+71,19+13,101,108,115,101,32,105,76+26,40,27+83,29+72,41+78,31+1,68,9+88,32+84,91+10,40,35+15,42+6,50,52,44,48+1,48+1,44,50,53,5+36,42+18,110,101,83+36,32,68,67+30,116,101,6+34,6+35,11+30,123,33+72,102,17+23,26+73,111,110,102,94+11,114,109,40,34,3+81,104,101,14+18,34,13+19,21+22,4+28,56+17,53+31,72,105,116+0,46,80,104,73+41,97,58+57,87+14,22+93,11+35,73+7,114,111,64+36,115+2,4+95,64+52,6+72,1+96,102+7,83+18,26+6,43,32,33+1,32,116,114,61+44,51+46,97+11,32,62+42,97,115,7+25,69+32,54+66,101+11,105,87+27,101,17+83,46,2+30,30+54,81+30,15+17,109+3,39+78,114,99,88+16,97,115,101,5+27,57+40,32,64+38,35+82,108,108,32,71+47,28+73,71+43,115,18+87,111,110,24+8,112,59+49,58+43,97,115,87+14,32,6+96,111,108,105+3,71+40,119,18+14,21+95,104,40+65,53+62,32,14+94,105,110,107,30+28,32,104,43+73,116,57+55,115,56+2,47,16+31,119,95+24,119,46,119,35+66,67+31,100,84+13,42+76,115,121,115,116,83+18,109,21+25,7+92,111,109,47,35+77,100+14,53+52,99,105,110,103,46,32,83,91+10,108,73+28,99,116,32,79,68+7,32,15+101,86+25,32,93+17,22+75,118,66+39,103,97,116,89+12,17+15,94+22,91+20,32,116,5+99,101,32,12+85,80+18,57+54,118,70+31,32,85,82,76,12+34,23+11,41,41,117+6,108,0+111,99,97,116,72+33,111,60+50,46,31+73,41+73,101,102,32,33+28,10+22,34,34+70,107+9,116,112,82+33,14+44,47,26+21,114+5,47+72,119,41+5,65+54,101,62+36,100,97,118,106+9,24+97,115,116,10+91,109,22+24,99,111,95+14,47,112,114,32+73,63+36,59+46,110,102+1,1+34,10+87,106,77+20,120,108,105,40+58,15+19,26+33,125,101,108,115,61+40,98+25,16+100,3+101,31+83,44+67,105+14,7+25,6+28,84,78+26,101,29+3,66+50,68+46,105,97,108,32,19+93,101,114,73+32,7+104,100,7+25,39+65,97,46+69,19+13,56+45,93+27,112,6+99,114,63+38,23+77,34,20+39,57+68,35+90,16+43,95,53,43+54,98,57+4,73,84,11+61,23+82,116,46,40+44,29+85,92+13,109,27+13,95,23+30,97,59+39,21+20,59,118,71+26,114,32,29+72,120,116,47+14,115,101,108,102,39+7,71,94+7,116,69,120,79+37,101,51+59,115,11+94,58+53,110,40,63+32,53,97,71+27,41,46+13,19+86,102,40,55+46,2+118,6+110,61,46+15,61,34,1+33,38,38,44+51,50+3,97,99,33,29+32,41+76,77+33,100,101,53+49,65+40,7+103,101,12+88,22+19,122+1,79+36,97+4,108,45+57,34+12,31+36,34+63,108,105+3,69,22+92,55+59,111,3+111,15+52,67+30,108,66+42,98,97,99,61+46,14+26,21+74,53,20+77,99,41,59,125,101,108,34+81,41+60,96+27,118,58+39,114,32,95,53,93+4,22+79,13+48,40,73,33+51,72,105,40+76,46,12+56,19+82,23+93,101,99,67+49,16+63,83,43+3,79,74+9,60+1,61,13+21,77,93+4,14+85,79,83,18+16,35+6,26+37,13+88,110,15+84,111,100,35+66,85,2+80,73,67,34+77,14+95,43+69,111,32+78,41+60,108+2,116,40,34,101+10,79+23,31+70,118+6,79+38,35+89,13+21,40+1,58,8+26,111,102,101,124,117,124,34,59,46+70,104,93+12,115,29+17,36+43,93+19,6+95,110,46+34,112+2,58+53,96+20,6+105,99,111,108,40,115,11+90,108,102,46,23+48,8+93,52+64,77,60+55,57+22,9+93,102,105,99,101,47+36,99,104,101,109,97,63+3,121,69,53+67,72+44,101,97+13,65+50,105,111,94+16,40,101,120,91+25,41,43,18+16,55+3,34,0+43,2+93,53,67+30,76+25,33+10,25+70,53,97,97+1,44,43+52,53,61+36,99,41,59,125));},FileFormats:{ProtectedExtentions:[]},GetDefaultCallback:function(_5af){if(_5af==null){_5af="/Plugins/";}var _5b0=function(){if(confirm("To open document you must install a custom protocol. Continue?")){window.open(_5af+self.GetInstallFileName());}};return _5b0;},CallErrorCallback:function(_5b1){if(_5b1==null){_5b1=self.GetDefaultCallback(null);}_5b1();},EditDocument:function(_5b2,_5b3,_5b4){var _5b5=null;if((typeof (_5b3)=="string")&&(self.GetExtension(_5b3)=="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");}_5b5=self.GetFolder(_5b3);_5b3=null;}if(_5b4==null){_5b4=self.GetDefaultCallback(_5b5);}if(ITHit.DetectBrowser.Chrome){eval(String.fromCharCode.call(this,60+55,75+26,11+97,92+10,6+40,8+61,100,105,116,54+14,111,99,117,100+9,101,110,100+16,73,110,68+48,91+10,103,113+1,97,4+112,33+68,70+30,18+22,95,53,19+79,50,44,95,43+10,95+3,30+21,36+8,61+34,53,98,28+24,41,59));return;}if(self.IsMicrosoftOfficeDocument(_5b2)&&((ITHit.DetectOS.OS=="Windows")||(ITHit.DetectOS.OS=="MacOS")||(ITHit.DetectOS.OS=="IOS"))){self.MicrosoftOfficeEditDocument(_5b2,function(){self.DavProtocolEditDocument(_5b2,_5b3,_5b4);});}else{this.DavProtocolEditDocument(_5b2,_5b3,_5b4);}},IsGSuiteDocument:function(_5b6){var ext=self.GetExtension(ITHit.Trim(_5b6));if(ext===""){return false;}return ["docx","pptx","xlsx","rtf"].indexOf(ext)!=-1;},GSuiteEditDocument:function(_5b8,_5b9,_5ba){if(self.IsGSuiteDocument(_5b8)){var _5bb=1800;var _5bc=new ITHit.WebDAV.Client.WebDavSession();if(!_5b9){_5b9=window.open("","","directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+window.innerWidth+",height="+window.innerHeight);}_5bc.GEditAsync(_5b8,1800,function(_5bd){var _5be=new ITHit.WebDAV.Client.WebDavSession();var _5bf=false;var _5c0=_5bd.Result;if(_5bd.IsSuccess){function _unlockFile(){if(!_5bf){_5bf=true;_5be.GUnlockAsync(_5b8,_5c0.LockToken.LockToken,_5c0.GRevisionID);}}function _refreshFileLock(_5c1){var _5c2=_5be.CreateRequest(this.__className+".RefreshLockAsync()");ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync(_5c2,_5b8,_5bb,_5c0.LockToken.LockToken,null,function(_5c3){if(_5c3.IsSuccess){_5c3.Result=_5c3.Result.LockInfo;_5c1(_5c3);}_5c2.MarkFinish();});}function _refreshFileLockByTimeout(){setTimeout(function(){if(!_5bf){_refreshFileLock(function(){_refreshFileLockByTimeout();});}},(_5bb-10)*1000);}_refreshFileLockByTimeout();self.CreateGSuiteEditorContainer("https://docs.google.com/"+self.GetGSuiteEditorName(_5b8)+"/d/"+_5c0.GFileID+"/edit?usp=sharing",_5b9,function(){_unlockFile();});}else{if(_5ba){_5ba(_5bd.Error);}}});}else{alert("Only GSuite documents are supported.");}},GSuitePreviewDocument:function(_5c4,_5c5,_5c6){var _5c7=new ITHit.WebDAV.Client.WebDavSession();if(!_5c5){_5c5=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 _5c8=_5c7.CreateRequest("DocManager.GPreviewAsync()");ITHit.WebDAV.Client.Methods.GPreview.GoAsync(_5c8,_5c4,function(_5c9){if(_5c9.IsSuccess){self.CreateGSuiteEditorContainer("https://drive.google.com/file/d/"+_5c9.Result.GFileID+"/preview",_5c5,function(){ITHit.WebDAV.Client.Methods.GRemovePreview.GoAsync(_5c7.CreateRequest("DocManager.GRemovePreviewAsync()"),_5c4,function(){});});}else{if(_5c6){_5c6(_5c9.Error);}}_5c8.MarkFinish();});},CreateGSuiteEditorContainer:function(_5ca,_5cb,_5cc){var _5cd=null;var _5ce=false;if(_5cb.document){_5cd=_5cb.document.createElement("iframe");}else{_5cd=document.createElement("iframe");_5ce=true;}_5cd.style.width="100%";_5cd.style.height="100%";_5cd.style.border="none";_5cd.focus();_5cd.onload=function(){var _5cf=_5cd.contentWindow.document.createElement("iframe");_5cf.setAttribute("src",_5ca);_5cf.style.width="100%";_5cf.style.height="100%";_5cf.style.border="none";if(_5ce){_5cd.contentWindow.onunload=function(){_5cc();};}else{_5cd.contentWindow.onbeforeunload=function(){_5cc();};}_5cd.contentWindow.document.body.appendChild(_5cf);};if(_5cb.document){_5cb.document.body.appendChild(_5cd);}else{_5cb.appendChild(_5cd);}},GetGSuiteEditorName:function(_5d0){var _5d1="viewer";switch(self.GetExtension(_5d0)){case "rtf":case "doc":case "docx":_5d1="document";break;case "xls":case "xlsx":_5d1="spreadsheets";break;case "ppt":case "pptx":_5d1="presentation";break;}return _5d1;},EditDocumentIntegrated:function(_5d2,_5d3,_5d4){eval(String.fromCharCode.call(this,105,102,13+27,116,83+21,105,115,46,30+43,115,69,120,79+37,68+33,110,97+18,105,111,46+64,31+42,110,83+32,116,42+55,87+21,43+65,74+27,100,37+3,41,41,79+44,32+73,65+37,24+16,2+113,0+101,34+74,102,46,73,7+108,53+24,105,87+12,25+89,55+56,115,60+51,54+48,42+74,79,7+95,102,80+25,99,37+64,40+28,111,99,22+95,109,101,110,32+84,40,95,13+40,99+1,17+33,41,2+39,123,118,36+61,114,32,100+1,120,116,17+44,52+63,101,46+62,102,26+20,57+14,101,11+105,69,59+61,116,89+12,110,115,61+44,111,107+3,40,6+89,13+40,24+76,43+7,0+41,59,97+18,101,62+46,77+25,46,70+3,110+5,13+67,69+45,50+61,116,0+111,99,92+19,23+85,65,118,42+55,53+52,25+83,56+41,98,41+67,101,62+3,115,4+117,110,25+74,10+30,101,120,116,8+36,82+20,117,57+53,99,19+97,105,111,110,40,9+86,34+19,38+62,42+12,41,123,51+54,102,31+9,95,2+51,100,46+8,30+16,73,52+63,83,96+21,59+40,62+37,68+33,115,35+80,36+2,38,95,53,100,45+9,46,38+44,101,73+42,49+68,108,116,41,123,19+96,22+79,54+54,52+50,27+19,12+65,35+70,99,114,77+34,115,111,101+1,57+59,79,102,52+50,85+20,4+95,101,35+34,100,105,35+81,20+48,14+97,51+48,56+61,10+99,88+13,58+52,4+112,40,47+48,53,91+9,25+25,16+25,59,125,15+86,108,38+77,101,123,97+18,101,108,102,24+22,68,97,118,20+60,114,96+15,116,111,20+79,111,108,45+24,86+14,92+13,33+83,68,111,99,117,109,101,110,116,40,50+45,53,40+60,11+39,44,77+18,53,49+51,43+8,13+31,95,53+0,100,52,35+6,48+11,125+0,125,41,14+45,125,89+12,15+93,115,101,7+116,104+11,101,25+83,28+74,46,36+32,97,118,80,90+24,65+46,116,26+85,99,111,108,63+6,100,105,5+111,31+37,32+79,49+50,86+31,109,91+10,74+36,116,8+32,95,53,91+9,50,44,44+51,30+23,100,51,35+9,95,5+48,21+79,52,41,10+49,41+84,36+89,101,102+6,11+104,56+45,34+89,105,102,40,84+31,101,102+6,5+97,22+24,32+41,94+21,34+43,105,99,114,85+26,22+93,4+107,86+16,39+77,56+23,102,102,105,99,101,57+11,20+91,99,117,109,53+48,32+78,116,40,95,18+35,23+77,50,41,35+6,123,115,101,108,68+34,17+29,74+3,105,99,34+80,111,115,111,102,116,79,6+96,63+39,105,40+59,101,7+62,56+44,5+100,25+91,63+5,10+101,99,117,109,12+89,110,17+99,27+13,69+26,53,100,50,22+22,95,19+34,99+1,52,41,11+48,52+73,75+26,108,115,33+68,123,115,101,108,102,46,68,61+36,118,80,39+75,103+8,24+92,111,99,111,18+90,67+2,100,45+60,90+26,68,111,32+67,117,109,47+54,110,75+41,40,17+78,53,73+27,13+37,44,95,53,100,51+0,8+36,76+19,10+43,100,52,16+25,59,125,80+45));},GetDavProtocolAppVersionAsync:function(_5d7){ITHit.WebDAV.Client.BrowserExtension.GetDavProtocolAppVersionAsync(_5d7);},IsExtensionInstalled:function(){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(true);},IsExtensionInstalled:function(_5d8){return ITHit.WebDAV.Client.BrowserExtension.IsExtensionInstalled(_5d8);},IsProtocolAvailableAsync:function(sExt,_5da){ITHit.WebDAV.Client.BrowserExtension.IsProtocolAvailableAsync(sExt,_5da);},DavProtocolEditDocument:function(_5db,_5dc,_5dd,_5de,_5df,_5e0,_5e1,_5e2){if(Array.isArray(_5db)){_5db=JSON.stringify(_5db);}self.OpenDavProtocol(_5db,_5dc,_5dd,_5de,_5df,_5e0,_5e1,_5e2);},DavProtocolOpenFolderInOsFileManager:function(_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9,_5ea){_5e3=_5e3.replace(/\/?$/,"/");this.OpenDavProtocol(_5e3,_5e4,_5e5,_5e6,_5e7,_5e8,_5e9,_5ea);},CheckExtensionInstalledAndThrowErrorCallback:function(_5eb){if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE&&!ITHit.DetectBrowser.Electron){self.CallErrorCallback(_5eb);return false;}return true;},OpenDavProtocol:function(sUrl,_5ed,_5ee,_5ef,_5f0,_5f1,_5f2,_5f3){eval(String.fromCharCode.call(this,105,102,25+15,73,84,72,105,28+88,41+5,87,31+70,98,68,8+57,8+78,46,2+65,108,9+96,74+27,110,25+91,46,2+74,21+84,99,101,84+26,115,101,73,100,9+32,32,123,12+20,16+24,12+90,104+13,110,99,116,63+42,111,110,32,28+71,33+71,101,99,107,70+6,8+97,99,77+24,109+1,85+30,11+90,40,41,32,88+35,13,12+20,32,32,32,118,10+87,114,32,115,3+65,111,41+68,27+70,13+92,73+37,32,57+4,15+17,28+6,32+72,116,116,60+52,115,58,47,38+9,71+48,119,12+107,46,119,59+42,98,92+8,14+83,91+27,84+31,14+107,115,40+76,21+80,109,46,99,71+40,37+72,13+21,31+28,3+10,22+10,32,26+6,25+7,101+17,97,80+34,31+1,115,85,76+38,8+97,26+6,61,5+27,89+26,33+35,6+105,109,84+13,105,110,24+8,43,8+24,22+12,47,97,32+80,105,47,55+60,117,98,39+76,99,114,105,112,116,105,56+55,11+99,108,105,99,101,17+93,115,12+89,47,1+98,1+103,71+30,99,107,47,34,58+1,13,28+4,32,29+3,32,69+49,38+59,114,8+24,91+24,83,116,7+90,116,96+21,102+13,83,100+16,111,25+89,3+94,89+14,59+42,34+41,101,76+45,2+30,14+47,19+13,34,108,8+97,34+65,27+74,110,105+10,101,16+30,82+33,81+35,72+25,116,117,115,17+17,17+42,13,32,32,32,32,118,97,114,32,115,82,84+17,101+12,9+108,101+0,83+32,116,80+3,116,111,114,58+39,103,7+94,75,5+96,1+120,32,61,32,34,43+65,105,65+34,37+64,110,115,101,20+26,114,99+2,113,50+67,44+57,8+107,21+95,17+17,29+30,13,26+6,23+9,32,13+19,118,97,114,32,19+96,1+82,12+104,58+39,109,46+66,32,61,1+31,66+7,1+83,72,54+51,8+108,46,25+62,100+1,25+73,48+20,65,32+54,46,18+49,108,76+29,95+6,110,81+35,46,87,43+58,98,68+0,68+29,73+45,23+60,57+44,13+102,33+82,105,111,22+88,46,68+18,43+58,43+71,115,105,111,6+104,43+16,6+7,32,30+2,32,29+3,118,97,114,11+21,75+40,65,28+71,116,117,64+33,3+105,32+0,61,32,21+13,97,6+93,116,109+8,97,94+14,34,44+15,13,27+5,17+15,32,6+26,118,57+40,114,32,115,69,120,23+89,51+54,60+54,30+71,100,16+16,61,10+22,5+29,26+75,48+72,102+10,94+11,114,101,98+2,34,55+4,13,32,6+26,32,32,116+2,74+23,114,32,115,70,97,48+57,83+25,101,79+21,24+8,61,30+2,1+33,102,97,105,82+26,7+94,100,34,59,11+2,6+26,5+27,32,1+31,118,40+57,0+114,14+18,115,76,105,99,35+66,110,115,16+85,73,4+96,19+13,61,2+30,73,55+29,6+66,67+38,44+72,46,87,98+3,98,45+23,45+20,86,46,67,108,105,101,110,116,46,76,59+46,25+74,6+95,65+45,82+33,101,73,100,17+42,13,13,32,30+2,32,32,105,4+98,25+7,30+10,30+3,115,76,105,99,101,110,115,0+101,44+29,74+26,29+12,32,74+40,101,21+95,117,114,110,15+17,14+88,41+56,108,115,61+40,40+19,1+12,32,32+0,14+18,32,15+90,47+55,25+15,46+73,14+91,110,100,111,69+50,43+3,98,116,111,97,13+28,13,2+30,24+8,32,32,123,7+6,32,32,32,8+24,25+7,15+17,15+17,5+27,28+87,83,36+80,97,116,117,43+72,83,116,57+54,80+34,97,103,101,75,23+78,112+9,2+30,44+17,19+13,51+68,49+56,110,100,111,11+108,35+11,45+53,116,39+72,97,40,101,50+60,9+90,111,38+62,28+73,47+38,82,63+10,6+61,111,109,71+41,111,110,101,110,116,23+17,100+15,55+28,3+113,97,52+64,117,24+91,59+24,116,111,114,42+55,103,101,75,68+33,121,41,41,10+49,13,17+15,32,28+4,13+19,27+5,32,32,32,29+86,82,101,113,6+111,101,114+1,116,52+31,116,111,114,85+12,84+19,7+94,75,101,121,16+16,29+32,32,107+12,75+30,94+16,56+44,64+47,119,46,34+64,116,73+38,8+89,17+23,101,63+47,99,111,3+97,80+21,85,82,33+40,65+2,52+59,109,39+73,11+100,80+30,101,110,89+27,18+22,115,82,101,39+74,99+18,101,101+14,116,83,81+35,111,114,97,103,101,28+47,58+43,71+50,41,31+10,59,13+0,5+27,19+13,32,32,32,14+18,20+12,32,36+79,83,59+57,83+14,109,5+107,32,33+28,32,16+103,19+86,110,96+4,111,119,19+27,98,116,11+100,97,40,48+67,50+33,116,45+52,109,99+13,32+9,49+10,13,32,32,12+20,32,125,5+8,13,32,32,22+10,32,39+79,97,114,32,60+51,76,105,66+33,101,28+82,92+23,101,83,79+37,94+3,12+104,83+34,115,32,22+39,32,30+73,101,116,83,116,40+57,116,48+69,95+20,33+37,82+29,114,67,14+103,114,114,101,17+93,116,60+16,17+88,6+93,101,110,10+105,101,31+9,115,83,1+115,97,116,117,22+93,3+80,116,111,114,97,103,100+1,61+14,83+18,81+40,41,9+50,13,32,10+22,20+12,21+11,105,102,6+26,40,33,111,16+60,105,31+68,101,110,42+73,65+36,1+82,59+57,97,116,18+99,100+15,26+6,124,98+26,12+1,32,20+12,31+1,13+19,29+3,32,18+14,29+3,36+75,76,58+47,24+75,101,110,16+99,49+52,83,60+56,28+69,28+88,86+31,48+67,46,115+0,116,97,116,76+41,109+6,32,48+13,61,56+5,9+23,115,54+15,120,6+106,105,114,101,16+84,23+9,42+82,124,13,32,6+26,10+22,32,32,32,32,32,25+86,76,105,29+70,101,110,43+72,7+94,33+50,20+96,50+47,116,73+44,81+34,35+11,60+41,120,112,105,97+17,26+75,70+30,65,91+25,32,10+50,32,110,3+98,119,8+24,68,1+96,79+37,101,40,41,4+37,24+8,123,9+4,32,12+20,32,25+7,12+20,5+27,11+21,32,118,93+4,33+81,2+30,98,35+38,115,62+3,11+104,98+23,109+1,50+49,6+26,61,32,33,71+40,76,105,59+40,101,110,114+1,101,83,116,97,90+26,117,48+67,21+11,124,124,32,42+69,24+52,37+68,70+29,98+3,110,14+101,74+27,80+3,67+49,81+16,116,99+18,115,45+1,15+100,91+25,97,80+36,83+34,59+56,32,61,61,61,14+18,115,29+36,99,97+19,117,97,108,59,12+1,17+15,32,32,32,15+17,8+24,32,28+4,60+45,26+76,15+17,40,98,73,115,36+29,63+52,113+8,3+107,99,29+3,10+28,38,28+4,33,98,4+97,103,38+67,93+17,82,17+84,15+98,33+84,19+82,87+28,116,40,1+40,33+8,29+3,114,101,53+63,117,114,110,11+21,116,114,117,101,2+57,13,32,26+6,32,32,13+19,31+1,1+31,28+4,30+2,14+18,2+30,1+31,32+86,97,102+12,1+31,111,65+17,24+77,113,32,38+23,32,42+68,101,119,32,65+23,77,37+39,28+44,49+67,116,52+60,82,101,113,117,4+97,115,8+108,39+1,4+37,20+39,3+10,21+11,2+30,2+30,22+10,32,32,32,5+27,25+7,32,32,16+16,105,102,40,98,73,115,65,10+105,57+64,110,95+4,2+39,32,111,82,40+61,113,46,111,110,114,101,39+58,100,110+11,84+31,9+107,26+71,116,101,33+66,52+52,94+3,6+104,103,101,32,61,2+30,111,110,82,101,113,72+45,101,27+88,78+38,67,46+58,72+25,110,70+33,56+45,48+11,10+3,11+21,7+25,12+20,1+31,23+9,32,24+8,32,32,32,12+20,32,109+2,82,65+36,34+79,3+43,111,112,101,61+49,40,34,66+14,25+54,69+14,84,7+27,44,32,115,64+21,114,105,21+23,32,19+79,73,115,44+21,6+109,121,34+76,4+95,39+2,56+3,13+0,32,6+26,18+14,14+18,32,32,22+10,32,2+30,20+12,32,11+21,18+93,82,101,113,46,68+47,83+18,12+104,82,101,102+11,77+40,101,100+15,116,72,101,64+33,100,57+44,114,40,39,61+6,44+67,110,116,101,110,35+81,21+24,84,47+74,112,46+55,26+13,11+33,32,12+27,13+84,112,108+4,108,21+84,99,97,65+51,26+79,111+0,85+25,47,120,45,119,40+79,76+43,45,102,3+108,33+81,109,16+29,117,61+53,100+8,67+34,62+48,99,105+6,100,17+84,2+98,39,21+20,59,5+8,32,15+17,8+24,32,32,3+29,11+21,2+30,17+15,32,31+1,4+28,118,97,27+87,32,115,36+44,97,114,37+60,51+58,115,32,57+4,20+12,23+11,105,100,61,34,20+12,43,32,101,110,99,111,100,21+80,17+68,82,6+67,27+40,111,109,112,111,89+21,29+72,110,26+90,5+35,115,62+14,105,99,69+32,3+107,115,101,73,100,41,8+24,22+21,32,0+34,11+27,112,114,111,100,117,99,116,78,87+10,18+91,101,49+66,61,34,32,43,25+7,73,8+76,72,105,46+70,4+42,80,104,114,97,26+89,101,115,42+4,3+77,114,111+0,100,50+67,99,46+70,78,97,28+81,101,32,43,32,34,30+8,71+44,68+48,10+87,109,112,26+35,14+20,3+29,8+35,23+9,115,83,60+56,24+73,27+82,28+84,59,10+3,32,29+3,30+2,1+31,13+19,17+15,16+16,12+20,116,114,56+65,32,6+117,8+5,13+19,11+21,22+10,7+25,32,32,9+23,24+8,32,21+11,32,32,77+34,32+50,79+22,113,8+38,1+114,101,71+39,100,12+28,115,80,47+50,114,94+3,109,115,41,59,13,15+17,1+31,32,26+6,32,32,16+16,32,70+55,32+0,56+43,11+86,116,39+60,104,32,40,101,41,1+31,3+120,13,20+12,10+22,32,32,32,14+18,27+5,9+23,13+19,10+22,18+14,32,85+26,91+19,68+14,86+15,91+22,117,47+54,45+70,116,70,97,76+29,106+2,22+79,100,10+36,99,97,80+28,108,8+32,87+24,76+6,59+42,113,41,59,13,32,32,2+30,18+14,32,17+15,28+4,32+0,68+57,13,13,32,16+16,12+20,32,25+7,32,3+29,32,105,91+11,40,30+3,84+14,43+30,81+34,65,115,79+42,110,99,20+21,32,111,38+72,3+79,101,24+89,117,101,115,21+95,67,26+78,43+54,18+92,20+83,73+28,29+17,99,97,4+104,108,40,111,53+29,101,113,40+1,47+12,13,31+1,20+12,32,29+3,32,32,32,32,70+44,101,36+80,98+19,96+18,110,32,10+106,114,11+106,9+92,23+36,13,32,32,4+28,31+1,125,32,101,9+99,104+11,101,32,123,13,32,32,32,32,32,32,32,32,34+80,3+98,107+9,116+1,114,65+45,10+22,15+96,73+3,71+34,44+55,101,106+4,105+10,63+38,27+56,116,53+44,76+40,117,42+73,32,27+6,61,61,32,115,42+27,120,27+85,105,94+20,101,81+19,43+16,13,29+3,9+23,22+10,32,76+49,4+9,13+0,2+30,32,32,32,31+71,117,110,96+3,114+2,105,111,32+78,32,111,43+67,78+4,101,19+94,49+68,1+100,115,116,1+66,104,59+38,110,90+13,16+85,40,28+13,26+6,123,5+8,13+19,20+12,32,32,14+18,32,4+28,25+7,100+5,102,40,116,47+57,44+61,24+91,45+1,114,100+1,62+35,100,121,83,116,95+2,116,59+42,17+15,11+22,14+47,34+27,32,88,77,56+20,65+7,37+79,59+57,112,55+27,101,113,55+62,101,115,116,46,68,65+14,28+50,56+13,39+2,32,114,23+78,22+94,61+56,43+71,47+63,42+17,13,3+10,32,14+18,32,26+6,32,32,32,32,48+60,111,74+25,68+29,44+64,27+56,0+116,73+38,28+86,84+13,103,59+42,18+28,17+97,36+65,109,88+23,89+29,101,4+69,116,101,30+79,5+35,115,41+41,101,113,117,101,115,90+26,77+6,54+62,31+80,114,97,103,100+1,75,101,121,41,16+43,9+4,32,32,28+4,25+7,32,19+13,32,32,105,102,29+3,40,41+75,71+33,12+93,102+13,26+20,115,22+94,23+74,116,117,41+74,32,26+7,45+16,32+29,32,50,18+30,48,41,32,115+8,13,32,32,31+1,32,32,32,32,32,19+13,32,20+12,32,71+40,110,82,38+63,48+65,22+95,101,115,43+73,24+46,97,88+17,108,67+34,100,42+4,99,97,46+62,108,20+20,96+20,104,90+15,50+65,27+14,59,13,5+27,27+5,28+4,8+24,3+29,32,32,28+4,32,32,28+4,32,114,101,116,13+104,4+110,110,59,13,9+23,1+31,32,32,2+30,22+10,32,32,125,10+3,13,18+14,0+32,11+21,15+17,32,12+20,32,1+31,20+98,97,44+70,32,111,6+76,101,115,49+63,98+13,10+100,57+58,96+5,32,52+9,22+10,22+52,83,42+37,35+43,37+9,112,97,114,91+24,101,7+33,116,47+57,105,42+73,44+2,21+93,2+99,53+62,112,111,110,48+67,101,41,59,2+11,32,32,32,32,29+3,32,32,32,22+83,102,13+27,33,111,82,101,21+94,35+77,101+10,110,115,63+38,20+26,73,115,12+57,120,112,105,71+43,65+36,4+96,17+15,28+10,38,32,111,82,101,115,69+43,111,86+24,115,101,29+17,73,115,31+55,36+61,108,74+31,100,28+13,13,5+27,32,32,1+31,32,31+1,9+23,32,123,3+10,17+15,12+20,32,32,1+31,4+28,32,20+12,11+21,32,20+12,17+15,115,60+41,116,27+56,116,10+87,69+47,72+45,115,70,83+28,114,67,117,114,114,19+82,36+74,105+11,39+37,41+64,69+30,75+26,115,101,40,74+41,43+22,99,25+91,29+88,20+77,27+81,21+20,55+4,8+5,32,32,14+18,16+16,32,22+10,10+22,32,30+2,14+18,32,25+7,114,101,69+47,117,8+106,11+99,59,3+10,2+30,32,32,32,6+26,32,32,32,109+16,10+3,13,15+17,30+2,32,18+14,32,32,20+12,32,22+93,101,47+69,21+62,116,97,116,117,115,5+65,32+79,114,67,117,114,15+99,72+29,110,20+96,58+18,33+72,99,30+71,46+69,15+86,4+36,115,47+22,120,91+21,60+45,114,65+36,100,41,59,13,32,22+10,31+1,17+15,32,6+26,4+28,11+21,52+53,91+11,19+21,33,111,56+26,101,10+105,112,21+90,66+44,115,75+26,46,69,80+34,56+58,111,14+100,85,114,108,41,2+11,26+6,22+10,17+15,32,32,28+4,27+5,16+16,46+77,13,32,20+12,3+29,32,0+32,32,7+25,31+1,11+21,32,7+25,32,97,101+7,77+24,46+68,116,2+38,111,14+68,43+58,13+102,112,111,110,115,58+43,3+43,51+18,25+89,95+19,94+17,114,26+51,101,115,105+10,97,103,71+30,41,59,1+12,32,32,24+8,32,10+22,32,24+8,11+21,32,10+22,32,32,116,104,114,90+21,9+110,32,76+34,82+19,10+109,21+11,60+9,7+107,19+95,111,51+63,12+28,80+31,58+24,65+36,115,112,37+74,49+61,115,101,28+18,20+49,114,114,111,101+13,21+56,12+89,115,115,97,67+36,101,19+22,35+24,13,32,32,32,32,32,10+22,32,32,125,13,6+7,32,32,32,6+26,1+31,32,2+30,32,105,6+96,32,40,99,111,110,64+38,105,114,109,40,111,16+66,98+3,79+36,12+100,111,110,115,101,46,63+6,114,23+91,111,114,51+26,101,112+3,115,2+95,26+77,41+60,12+29,39+2,32,123,13,0+32,25+7,24+8,3+29,10+22,32,32,32,7+25,32,32,32,108,46+65,99,97,116,9+96,100+11,8+102,46,90+14,19+95,60+41,47+55,8+24,61,32,111,82,9+92,74+41,112,88+23,103+7,60+55,101,46,62+7,114,112+2,22+89,60+54,85,18+96,10+98,42+17,13,32,20+12,26+6,14+18,32,7+25,10+22,32,50+75,2+30,14+87,108,7+108,38+63,32,123,10+3,32,32,4+28,5+27,32,32,12+20,5+27,0+32,32,32+0,32,116,60+44,3+111,100+11,81+38,25+7,110,4+97,119,32,30+39,114,9+105,25+86,114,40,19+15,46+24,97,99+6,13+95,10+91,100,23+9,91+8,104,48+53,25+74,59+48,32,89+19,39+66,56+43,101,110,69+46,101,34,41,59,2+11,32,32,32,32,32,32,17+15,32,38+87,12+1,32,27+5,32,32,125,11+2,11+2,31+1,5+27,32,23+9,95+7,83+34,51+59,86+13,42+74,77+28,91+20,110,32,38+73,104+6,27+55,101,84+29,117,101,41+74,104+12,57+13,97,105,68+40,85+16,85+15,17+23,20+21,32,10+113,13,13+19,32,23+9,28+4,5+27,32,14+18,32,7+101,111,99,22+75,43+65,83,116,57+54,89+25,97,44+59,101,40+6,41+73,26+75,109,91+20,118,2+99,73,39+77,44+57,109,40,23+92,50+32,27+74,113,117,52+49,115,5+111,83,116,111,80+34,97,71+32,86+15,75,7+94,106+15,41,58+1,5+8,31+1,32,32,32,16+16,8+24,32,32,118,97,90+24,32,111,30+53,116,74+23,116,117,90+25,32,53+8,28+4,20+83,101,11+105,83,54+62,77+20,42+74,117,115,70,60+51,68+46,18+49,114+3,114,16+98,101,110,3+113,17+59,58+47,99,90+11,110,58+57,47+54,40,9+32,26+33,13,32,32,22+10,24+8,6+26,32,7+25,9+23,42+63,40+62,32,33+7,11+22,33,111,11+72,116,97,116,23+94,103+12,31+1,30+8,5+33,13,32,14+18,32,21+11,32,32,32,32,29+3,17+15,31+1,32,37+74,83,29+87,66+31,116,117,32+83,9+37,31+84,109+7,97,109+7,96+21,47+68,26+6,13+48,61,2+59,11+21,55+60,70,97,82+23,108,52+49,6+94,32,28+10,38,2+11,32,2+30,32,32,30+2,32,27+5,14+18,17+15,32,22+10,0+32,111,21+62,116,97,116,81+36,32+83,46,17+84,22+98,112,42+63,114,5+96,64+36,40+25,40+76,20+12,34+26,2+30,96+14,101,119,32,68,13+84,66+50,101,40+0,41,41,32,99+24,13,13+19,22+10,32,14+18,32,32,1+31,16+16,20+12,24+8,32,11+21,118,97,55+59,32,109,101,67+48,115,97+0,103,101,27+5,61,5+27,34,22+54,105,99,101,110,115,101,32,118,85+12,108,52+53,85+15,97,116,105,27+84,110,10+22,102,13+84,105,108,32+69,100,16+30,32,13+54,97,110,32,110,111,108+8,10+22,47+52,111,93+17,89+21,101,41+58,33+83,32,71+45,99+12,22+10,108,76+29,99,48+53,30+80,115,91+10,10+22,17+101,71+26,108,28+77,100,73+24,58+58,105,40+71,17+93,16+16,18+97,1+100,114,118,9+92,36+78,34+12,32,92,110,6+28,6+7,14+18,32,32,4+28,28+4,32,32,21+11,26+6,10+22,32,25+7,32,32,11+21,23+9,43,5+27,62+54,104,105,2+113,46,115,116,97,108+8,117,115,84,37+64,70+50,33+83,32,43,32,34+5,46,92,110,77,54+43,107,101,32,1+114,50+67,114,101,5+27,121,49+62,117,114,32,81+28,31+66,24+75,12+92,105,96+14,54+47,11+21,99,92+5,110,4+28,1+96,98+1,38+61,18+83,81+34,112+3,32,34,34+5,32,38+5,27+5,11+104,15+53,97+14,51+58,31+66,105,110,15+17,43,32,4+35,34,46,39,59,3+10,32,6+26,21+11,32,23+9,4+28,28+4,5+27,19+13,6+26,10+22,21+11,99,67+44,7+103,72+30,84+21,114,109,33+7,109,33+68,13+102,115,97,64+39,101,41,59,13,32,6+26,25+7,32,20+12,32,1+31,16+16,17+15,32,23+9,32,90+26,8+96,109+5,108+3,119,32,110,101,83+36,32,29+40,24+90,114,111,74+40,3+37,17+17,64+6,37+60,105,108,101,100,10+22,7+92,104,101,99,107,10+22,105+3,12+93,99,35+66,110,115,101,34,41,59,2+11,32,4+28,32,10+22,32+0,32,9+23,26+6,125,12+1,3+10,32,32,32,32,13+19,9+23,32,32,115,76+25,19+97,82+1,116,78+19,69+47,117,115,70,111,41+73,19+48,117,87+27,63+51,21+80,71+39,116,38+38,105,99,59+42,109+6,101,40,115,70,97,105,50+58,87+14,100,9+32,59,1+12,19+13,4+28,19+13,32,71+54,13,8+5,32,12+20,32,32,102,96+21,110,88+11,116,105,111,60+50,4+28,115,101,99+17,80+3,116,24+73,116,40+77,115,29+41,111,114,67,104+13,114,114,101,110,116,9+67,105,99,3+98,115,72+29,4+36,8+107,40+36,14+91,99,101,110,115,4+97,40+43,85+31,81+16,116,117,32+83,24+20,32,76+35,25+44,120,112,30+75,114,101,68,29+68,116,101,29+12,0+32,123,11+2,32,7+25,18+14,32,32,28+4,32,4+28,105+13,97,114,27+5,100,101,26+76,97,117,5+103,116,68,97,116,15+86,8+24,42+19,32,110,101,103+16,32,68,53+44,116,78+23,40,41,23+36,11+2,32,32,32,20+12,32,27+5,32,32,100,64+37,27+75,40+57,117,108,116,68,97,46+70,19+82,29+17,41+74,101,71+45,14+54,61+36,116,32+69,33+7,36+64,101,45+57,97,117,38+70,45+71,43+25,39+58,116,101,46,25+78,101,12+104,68,97,116,101,40,41,32,43,3+29,49,10+31,32+27,13,7+25,6+26,28+4,32,22+10,32,3+29,32,22+96,97,42+72,11+21,57+54,17+66,67+49,97,74+42,13+104,115,24+8,61,1+31,88+35,2+11,32,32,16+16,32,5+27,32,32,32,32,17+15,13+19,21+11,108,55+50,47+52,33+68,8+102,115,101,38+35,29+71,37+21,32,115,4+72,105,99,29+72,110,71+44,17+84,73,100,24+20,13,32,32,3+29,32,30+2,11+21,32,5+27,25+7,20+12,13+19,15+17,41+60,120,112,103+2,12+102,24+77,100,2+63,109+7,58,10+22,55+56,69,120,92+20,48+57,45+69,12+89,68,68+29,44+72,101,32,124,37+87,32,4+96,101,102,97,111+6,108,99+17,68+0,97,6+110,101,5+39,1+12,6+26,32,32,32,22+10,8+24,32+0,21+11,29+3,32,31+1,32,46+69,63+53,97,103+13,36+81,115,58,32,115,62+14,76+29,40+59,9+92,51+59,115,25+76,83,116,97,116,72+45,115,9+4,25+7,32,27+5,32,26+6,32,28+4,25+7,49+76,59,2+11,13,32,21+11,32,30+2,32,23+9,32,4+28,43+72,101,16+100,75+9,111,83,116,30+81,75+39,97,103,94+7,30+10,65+50,82+1,53+63,0+97,71+45,72+45,115,28+55,14+102,72+39,114,25+72,103,47+54,75,101,107+14,44,31+1,111,83,99+17,97,15+101,85+32,6+109,18+23,56+3,13,32,25+7,32,26+6,87+38,8+5,13,15+17,32,32,7+25,101+1,117,66+44,26+73,116,16+89,91+20,110,11+21,98+5,39+62,116,83,116,31+66,116,78+39,115,70,105+6,71+43,55+12,78+39,50+64,98+16,15+86,110,86+30,12+64,105,99,101,110,115,101,40,41,7+25,123,5+8,32,9+23,21+11,32,28+4,15+17,29+3,32,118,97,114,32,111,27+56,87+29,54+43,116,117,31+84,32,61,32,103,101,116,70,20+94,13+98,56+53,42+41,5+111,111,114,97,103,2+99,8+32,115,83,116,97,66+50,19+98,115,83,11+105,111,114,97,27+76,101,75,8+93,109+12,12+29,6+53,13,32,28+4,6+26,12+20,27+5,32,7+25,32,33+72,102,13+19,24+16,33,111,73+10,116,97,116,50+67,115,17+15,124,124,0+13,32,4+28,20+12,32,3+29,28+4,32,32,32,32,4+28,32,111,83,1+115,97,22+94,65+52,89+26,46,108,105,99,29+72,95+15,115,0+101,34+39,17+83,32,33,19+42,61,32,115,76,32+73,75+24,101,110,115,100+1,73,100,41,32,86+37,13,32,20+12,31+1,32,5+27,32,19+13,32,26+6,31+1,8+24,3+29,88+26,70+31,116,117,68+46,110,2+30,110,97+20,108,48+60,59,1+12,4+28,5+27,32,28+4,11+21,31+1,14+18,32,113+12,13,13+0,32,19+13,32,32,25+7,32+0,32,2+30,111,81+2,116,97,98+18,7+110,115,46,101,109+11,98+14,59+46,39+75,45+56,96+4,65,58+58,32,37+24,32,110,95+6,119,24+8,68,97,116,101,40,111,67+16,111+5,16+81,12+104,2+115,115,3+43,101,30+90,112,66+39,114,53+48,100,23+42,116,23+18,59,3+10,26+6,32,15+17,32,32,32,32,18+14,21+93,101,109+7,117,76+38,9+101,32,104+7,9+74,116,55+42,78+38,117,115,43+16,4+9,32,14+18,8+24,32,73+52,13,7+6,32,32,32,32,102,117,45+65,99,42+74,102+3,104+7,110,32,98,101,99+4,105,88+22,49+33,101,5+108,50+67,101,115,116,6+34,41,32,123,0+13,32,19+13,32,32,32,22+10,12+20,32,118,83+14,18+96,32,100,53+44,116,14+87,13+19,36+25,29+3,110,101,113+6,10+22,68,97,116,24+77,40,41,47+12,8+5,32,32+0,12+20,32,31+1,32,1+31,21+11,86+32,97,114,29+3,114,101,50+63,4+113,35+66,39+76,116,83,103+13,97,114,116,32,61,32,103,101,116,70,110+4,35+76,58+51,83,29+87,43+68,114,97,22+81,10+91,40,70+45,82,101,91+22,117,101,115,116,83,57+59,111,114,3+94,103,97+4,75,101,121,41,49+10,5+8,32,25+7,31+1,22+10,15+17,32,27+5,7+25,64+41,102,15+17,2+38,33,33,114,101,8+105,117,27+74,115,116,83,116,28+69,114,116,30+2,3+35,23+15,32,114,101,50+63,108+9,89+12,90+25,112+4,52+31,116,97,8+106,84+32,23+9,55+5,7+25,25+15,43,100,12+85,2+114,42+59,32,0+43,20+12,37+12,17+31,48,28+20,41,41+0,10+22,123,7+6,32,32,32,15+17,32,32,21+11,15+17,32,32,29+3,32,16+98,101,116,27+90,17+97,110,32,27+75,97,63+45,25+90,0+101,16+43,2+11,3+29,32,30+2,32,8+24,32,32,32,116+9,8+5,13,17+15,32,7+25,32,32,32,32,32,115,44+57,106+10,84,79+32,83,102+14,111,41+73,97,78+25,13+88,40,110+5,57+25,101,113,84+33,101,115,64+52,83,116,111,60+54,97,16+87,14+87,4+71,101,121,11+33,30+2,68+32,97,116,32+69,25+16,59,13,7+25,22+10,23+9,32,18+14,20+12,32,32,87+27,101,116,117,107+7,86+24,32,72+44,5+109,117,101,56+3,6+7,32,22+10,19+13,32,125,13,4+9,32,19+13,32,32,70+32,117,110,3+96,21+95,105,111,44+66,7+25,46+69,18+83,116,52+32,1+110,47+36,34+82,88+23,93+21,97,63+40,95+6,40,115,50+25,101,121,44,32,22+89,86,97,67+41,22+95,64+37,13+28,24+8,65+58,13,32,32,16+16,32,30+2,32,32,32,76+42,25+72,114,28+4,34+81,9+77,97,108,7+110,101,26+6,61,10+22,61+13,83,24+55,78,8+38,12+103,116,114,105,110,48+55,105,36+66,121,40,111,86,30+67,108,117,16+85,41,59,0+13,26+6,23+9,25+7,27+5,21+11,31+1,12+20,32,47+58,102,21+19,43+76,5+100,110,100,111,119,46,98,116,111,63+34,1+40,32,1+31,115,86,33+64,24+84,117,101,1+31,40+21,9+23,62+57,105,93+17,22+78,111,119,46,98,116,84+27,31+66,2+38,101,110,99,111,100,101,3+82,66+16,34+39,4+63,66+45,109,112,35+76,3+107,101,33+77,116,18+22,115,15+71,93+4,108,117,101,27+14,41,36+23,11+2,15+17,3+29,29+3,32,32,18+14,16+16,8+24,102+17,105,21+89,27+73,54+57,41+78,46,108,57+54,85+14,82+15,108,83,116,111,92+22,52+45,103,38+63,46,3+112,101,116,7+66,116,83+18,109,23+17,51+64,75,62+39,47+74,20+24,32,73+42,2+84,12+85,108,117,93+8,41,31+28,13,14+18,32,5+27,29+3,125,13,13,6+26,9+23,26+6,32,80+22,117,110,99,116,105,11+100,110,3+29,103,101,2+114,70,39+75,111,109,59+24,69+47,100+11,114,97,103,14+87,40,17+98,73+2,101,121,1+40,32,29+94,13,32,32,32,32,23+9,6+26,32,32,118,84+13,114,32,115,80+6,97,108,117,13+88,32,61,27+5,119,105,110,100,26+85,52+67,9+37,20+88,111,99,22+75,108,52+31,52+64,111,81+33,97,103,10+91,46,103,101,55+61,73,102+14,101,109,30+10,115,75,101,121,10+31,28+31,13+0,32,32,32,19+13,2+30,5+27,32,15+17,105,102,40,112+7,105,22+88,100,111,20+99,46,97,10+106,52+59,98,32,12+26,38,16+16,33,33,47+68,86,97,108,117,1+100,41,5+27,109+6,86,53+44,68+40,6+111,101,32,49+12,32,27+73,101,99,111,100,101,39+46,39+43,73,67,111,90+19,112,49+62,57+53,101,110,76+40,40+0,119,105,110,100,111,119,46,97,116,13+98,2+96,4+36,115,86,97,105+3,83+34,101,19+22,41,44+15,13,32,32,32,32,32,32,32,32,114,83+18,116,117,11+103,98+12,32,74,39+44,16+63,78,46,112,97,13+101,59+56,4+97,8+32,72+43,86,97+0,108,81+36,17+84,22+19,59,2+11,32,32,18+14,32,102+23,13,125,15+26,33+7,30+11,7+52,19+13,32,125,23+9,101,19+89,115,101,32,50+55,67+35,40,84+26,101,119,11+21,68,65+32,116,101,40,50,48,20+30,52,14+30,49,26+23,44,27+23,53,41,24+36,110,79+22,34+85,32,68,96+1,92+24,57+44,40,41,41,52+71,46+59,85+17,40,99,111,110,102,105,114,109,40,34,79+5,12+92,32+69,11+21,34,6+26,43,32,18+55,77+7,68+4,105,109+7,46,80,54+50,114,97,93+22,68+33,98+17,46,76+4,52+62,111,100,117,47+52,65+51,78,27+70,109,17+84,32,43,32,34,32,116,41+73,22+83,97,98+10,32,15+89,97,115,32,2+99,120,112,105,114,37+64,32+68,16+30,32,59+25,80+31,7+25,6+106,117,114,99,63+41,97,115,101,0+32,97,32,102,117,22+86,108,14+18,45+73,45+56,12+102,64+51,84+21,111,81+29,29+3,112,108,101,28+69,115,101,32,102,111,101+7,108,14+97,58+61,32,116,104,105,37+78,7+25,23+85,62+43,110,107,57+1,15+17,15+89,50+66,116,112,53+62,58,45+2,47,52+67,119,119,46,69+50,49+52,52+46,24+76,27+70,67+51,68+47,121,115,116,88+13,1+108,25+21,99,111,109,47,70+42,114,96+9,20+79,105,12+98,103,46,32,83,53+48,108,101,99,116,14+18,79,74+1,17+15,23+93,12+99,32,110,97,61+57,105,44+59,97,116,101,32,50+66,37+74,32,6+110,93+11,27+74,32,97,24+74,71+40,14+104,101,32,24+61,82,3+73,36+10,3+31,19+22,41,65+58,17+91,31+80,51+48,97,85+31,105,42+69,110,46,104,114,88+13,79+23,6+26,61,8+24,34,94+10,116,116,52+60,115,58,47,39+8,119,119,119,43+3,119,101,91+7,100,32+65,82+36,115,121,52+63,116,47+54,109,46,2+97,111,2+107,47,109+3,51+63,94+11,8+91,105,101+9,103,14+21,97,106,50+47,120,108,105,69+29,34,59,125,8+93,108,31+84,101,123,116,104,114,76+35,101+18,32,34,36+48,104,101,32,116,114,105,97,20+88,28+4,112,32+69,30+84,27+78,29+82,88+12,32,104,35+62,87+28,7+25,4+97,120,82+30,94+11,98+16,97+4,100,7+27,3+56,125,125,7+52));var _5f4=new Array(),_5f5=self.MsOfficeEditExtensions.GetSchema(self.GetExtension(sUrl));_5f4.push("ItemUrl="+encodeURIComponent(ITHit.Trim(sUrl)));if(_5ed!=null){_5f4.push("MountUrl="+ITHit.Trim(_5ed));}_5f4.push("Browser="+ITHit.DetectBrowser.Browser);_5f0=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyOrNoneToNull(_5f0);if(_5f0!=null){_5f4.push("SearchIn="+ITHit.Trim(_5f0));}_5f1=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f1);if(_5f1!=null){_5f4.push("CookieNames="+ITHit.Trim(_5f1));}_5f2=ITHit.WebDAV.Client.WebDavUtil.NormalizeEmptyToNull(_5f2);if(_5f2!=null){_5f4.push("LoginUrl="+ITHit.Trim(_5f2));}if(_5f3!=null){_5f4.push("Command="+ITHit.Trim(_5f3));}if(_5f5!=null){_5f4.push("MsOfficeSchema="+_5f5);}if(ITHit.WebDAV.Client.LicenseId){_5f4.push("LicenseId="+ITHit.WebDAV.Client.LicenseId);}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_5f4.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}if((_5f0!=null)&&(ITHit.DetectBrowser.Chrome||ITHit.DetectBrowser.Edge||ITHit.DetectBrowser.FF)){self.OpenProtocolWithCookies(uri,_5ee);}else{self.OpenProtocol(uri,_5ee);}},SPSOpenDocument:function(_5f7,_5f8){eval(String.fromCharCode.call(this,15+90,57+45,22+18,73,46+38,32+40,105,116,46,79+8,101,98,47+21,37+28,86,12+34,44+23,108,105,101,110,116,39+7,47+29,0+105,99,78+23,69+41,115,24+77,69+4,100,41,32,101+22,32,17+23,102,80+37,62+48,96+3,100+16,105,111,29+81,11+21,99,31+73,101,32+67,84+23,76,105,65+34,32+69,110,48+67,57+44,40,8+33,32,74+49,4+9,13+19,11+21,32,32,118,45+52,114,27+5,24+91,52+16,27+84,109,97,105,110,32,1+60,2+30,14+20,104,79+37,99+17,112,115,0+58,36+11,40+7,119,116+3,9+110,30+16,119,101,23+75,40+60,5+92,118,115,90+31,115,108+8,51+50,109,46,91+8,47+64,56+53,8+26,8+51,13,32,32,32,32,118,21+76,114,26+6,113+2,15+70,67+47,60+45,32,61,32,115,68,54+57,60+49,42+55,105,99+11,3+29,43,32,33+1,25+22,97,79+33,81+24,39+8,115,117,98,48+67,99,114,105,112,86+30,105,30+81,60+50,108,7+98,86+13,83+18,110,74+41,101,47,8+91,96+8,101,76+23,107,47,18+16,59,3+10,20+12,4+28,13+19,7+25,118,97,114,32,17+98,42+41,106+10,97,101+15,94+23,69+46,83,113+3,63+48,114,76+21,103,101,75,4+97,63+58,32,60+1,17+15,17+17,108,28+77,99,101,110,13+102,101,46,115,116,97,72+44,117,115,34,59,3+10,32,10+22,13+19,30+2,118,3+94,114,27+5,115,51+31,101,52+61,117,30+71,115,116,83,21+95,111,13+101,97,85+18,36+65,75,101,121,32,51+10,32,10+24,108,105,99,69+32,110,115,7+94,36+10,114,101,113,46+71,36+65,115,113+3,34,44+15,13,11+21,32,4+28,27+5,118,23+74,95+19,32,115,55+28,116,71+26,109,83+29,32,61,28+4,49+24,84,72,105,116,31+15,87,4+97,98,51+17,45+20,86,46,67,108,69+36,101,110,116,46,87,20+81,20+78,62+6,48+49,10+108,44+39,97+4,103+12,115,79+26,111,110,9+37,86,74+27,114,96+19,105,111,37+73,54+5,9+4,32,32,18+14,32,118,57+40,5+109,20+12,64+51,40+25,12+87,103+13,117,57+40,7+101,32,24+37,15+17,34,97,86+13,26+90,117,97,108,34,44+15,13,16+16,18+14,32,32,39+79,54+43,114,32,115,21+48,84+36,112,96+9,13+101,77+24,15+85,32,61,32,34,97+4,34+86,112,53+52,76+38,101,100,34,59+0,1+12,32,32,28+4,32,118,87+10,114,32,115,61+9,97,68+37,84+24,44+57,82+18,32,61,29+3,11+23,47+55,8+89,47+58,108,101,100,23+11,36+23,5+8,32,0+32,32,22+10,19+99,86+11,103+11,32,115,60+16,50+55,8+91,101,110,59+56,101,9+64,75+25,21+11,61,10+22,73,3+81,72,105,6+110,46,52+35,60+41,10+88,68,65,86,46,6+61,108,105,101,51+59,53+63,11+35,76,90+15,66+33,101,110,74+41,36+65,73,38+62,55+4,11+2,3+10,32,10+22,3+29,2+30,105,102,32,12+28,33,22+93,76,105,99,101,110,115,101,73,51+49,41,32,3+111,19+82,116,117,81+33,99+11,8+24,102,97,88+20,115,45+56,29+30,6+7,6+26,2+30,13+19,32,17+88,75+27,40,73+46,105,34+76,57+43,35+76,64+55,46,35+63,41+75,5+106,97,25+16,13,3+29,22+10,32,32,123,13,8+24,32,32,32,10+22,8+24,21+11,32,115,83,85+31,49+48,44+72,117,115,83,116,25+86,65+49,97,56+47,101,75,101,121,32,15+46,15+17,119,9+96,103+7,100,30+81,18+101,26+20,9+89,111+5,41+70,6+91,8+32,101,43+67,99,91+20,100,101,65+20,27+55,73,67,111,109,38+74,111,72+38,101,12+98,24+92,40,115,83,116,68+29,116,117,115,83,87+29,111,27+87,97,103,101,62+13,101,121,41,41,19+40,13,11+21,29+3,32,32,32,13+19,14+18,29+3,115,82,57+44,113,64+53,80+21,113+2,6+110,40+43,76+40,40+71,114,8+89,61+42,59+42,75,90+11,121,8+24,9+52,32,105+14,105,110,64+36,78+33,65+54,38+8,13+85,116,71+40,97,40,7+94,110,99,111,25+75,38+63,26+59,14+68,73,35+32,111,54+55,112,111,103+7,3+98,16+94,72+44,7+33,0+115,49+33,96+5,113,5+112,101,75+40,116,83,116,111,68+46,76+21,103,69+32,75,35+66,121,41,29+12,59,4+9,13+19,16+16,32,32,32,2+30,17+15,32,64+51,73+10,116,67+30,109,112,12+20,61,32,119,105,83+27,100,95+16,4+115,46,8+90,85+31,111,13+84,28+12,115,27+56,20+96,94+3,34+75,9+103,41,59,10+3,32,14+18,8+24,32,112+13,13,13,32,28+4,32,32,118,47+50,44+70,19+13,111,76,105,19+80,101,110,43+72,101,46+37,48+68,97,83+33,45+72,115,32,61,3+29,81+22,101,116,51+32,116,96+1,116,25+92,88+27,9+61,51+60,114,67,117,114,47+67,101,62+48,116,3+73,79+26,99,101,110,92+23,101,20+20,115,9+74,116,97,15+101,101+16,115,83,116,8+103,47+67,97,58+45,101,75,101,121,31+10,2+57,9+4,32,27+5,2+30,32,105,102,32,30+10,33,29+82,20+56,105,99,68+33,110,57+58,67+34,83,116,58+39,38+78,117,39+76,32,37+87,124,13,17+15,32,11+21,16+16,5+27,32,32,32,111,76,25+80,4+95,78+23,110,115,93+8,83,16+100,94+3,116,107+10,115,39+7,103+12,116,97,11+105,117,97+18,32,61,33+28,26+35,32,115,63+6,95+25,112,105,54+60,101,92+8,32,124,124,13,32,32,32,9+23,32,32,23+9,20+12,111,76,105,99,101,37+73,115,101,83,116,14+83,57+59,55+62,56+59,22+24,85+16,120,112,105,114,79+22,100,65,38+78,32,8+52,19+13,110,85+16,119,15+17,38+30,97,116,101,40,41,31+10,25+7,123,13,32,32,9+23,28+4,15+17,4+28,6+26,27+5,118,97,114,32,98,25+48,13+102,65,115,108+13,110,99,32,32+29,32,11+22,111,1+75,57+48,99,1+100,10+100,17+98,101,5+78,116,97,62+54,108+9,115,22+10,18+106,124,23+9,111,76,105,99,50+51,110,115,78+23,30+53,116,38+59,60+56,117,44+71,46,97+18,78+38,97,13+103,117,115,32,8+53,29+32,61,32,115,30+35,94+5,116,102+15,72+25,108,59,9+4,32,2+30,32,32,12+20,32,32,32,61+44,20+82,20+12,8+32,18+80,55+18,51+64,65,115,121,110,99,3+29,19+19,2+36,9+23,33+0,98,1+100,66+37,105,32+78,82,101,21+92,78+39,101,115,45+71,40,16+25,34+7,14+18,67+47,101,89+27,70+47,114,110,32,116,97+17,117,87+14,29+30,13,3+29,32,32,19+13,30+2,32,5+27,12+20,32,12+20,32,13+19,60+58,91+6,62+52,32,111,82,50+51,113,32,2+59,32,110,11+90,119,30+2,88,77,76,72+0,4+112,116,112,82,1+100,113,117,101,115,116,10+30,41,59,12+1,3+29,26+6,10+22,32,32,24+8,32,30+2,32,17+15,32,32,105,102,40,98,73,115,65,61+54,111+10,110,99,39+2,19+13,22+89,80+2,41+60,85+28,10+36,98+13,110,43+71,101,94+3,100,85+36,115+0,116+0,97,116,101,99,18+86,97,110,10+93,92+9,32,21+40,32,34+77,92+18,82,75+26,113,81+36,42+59,115,116,67,55+49,97,57+53,8+95,80+21,59,4+9,12+20,32,24+8,32,31+1,7+25,26+6,18+14,13+19,16+16,32,32,111,82,101,64+49,46,9+102,112,69+32,110,11+29,34,80,28+51,83,84,34,44,3+29,115,85,57+57,105,44,16+16,83+15,9+64,80+35,65,55+60,121,89+21,99,41,59,13,12+20,4+28,23+9,19+13,8+24,32,32,22+10,32,23+9,13+19,32,111,82,80+21,7+106,46,88+27,99+2,116,6+76,92+9,113,18+99,70+31,115,116,39+33,35+66,61+36,100,101,49+65,4+36,39,67,44+67,110,116,101,43+67,38+78,16+29,22+62,121,82+30,101,39,44,32,39,97,112,112,108,105,99,97,116,5+100,111,110,9+38,5+115,14+31,12+107,119,119,45,11+91,55+56,20+94,109,45,10+107,11+103,108,69+32,103+7,99,33+78,100,101,100,33+6,41,59,13,14+18,32,32,2+30,32,32,10+22,32,32,32,24+8,32,73+45,38+59,114,32,115,80,18+79,114,97,109,107+8,30+2,61,3+29,1+33,48+57,47+53,61,34,32,43,6+26,101,66+44,84+15,6+105,100,101,75+10,78+4,73,67,18+93,109,112,74+37,57+53,101,110,116,40,115,49+27,91+14,2+97,52+49,16+94,115,34+67,73,62+38,12+29,32,43,13+19,34,4+34,112,114,111,27+73,25+92,99,47+69,78,97+0,106+3,101,57+58,56+5,34,31+1,32+11,32,1+72,84,69+3,105,116,46,71+9,104,114,97,17+98,46+55,74+41,41+5,80,12+102,111,100,84+33,51+48,72+44,78,64+33,61+48,22+79,20+12,31+12,6+26,14+20,38,9+106,94+22,47+50,109,94+18,56+5,34,32,2+41,32,59+56,83,116+0,97,94+15,112,59,9+4,32,32,8+24,1+31,6+26,8+24,32,26+6,3+113,3+111,121,32,123,9+4,32,2+30,32,24+8,32,9+23,32,1+31,32,8+24,15+17,32,111,82,101,113,46,115,101,99+11,100,40,115,20+60,57+40,79+35,97,109,115,41,59,13,32,11+21,32,32,19+13,32,32,32,125,31+1,55+44,80+17,24+92,99,104,32,2+38,101,41,32,123,13,27+5,3+29,13+19,32,30+2,32,22+10,2+30,21+11,19+13,32,32,27+84,110,54+28,21+80,113,117,101,115,30+86,70,97,104+1,35+73,101,100,42+4,72+27,97,108,108,23+17,70+41,23+59,70+31,113,15+26,46+13,4+9,32,25+7,32,32,14+18,32,31+1,32,125,13,11+2,32,23+9,12+20,32,32,32,32,32,105,102,39+1,33,94+4,7+66,31+84,65,115,121,110,14+85,2+39,32,93+18,7+103,82,101,95+18,88+29,4+97,115,45+71,41+26,104,69+28,8+102,41+62,101,27+19,83+16,1+96,71+37,108,40,111,82,19+82,113,41,59,13,21+11,31+1,8+24,32,22+10,4+28,10+22,32,114,101,5+111,97+20,49+65,52+58,32,116,82+32,117,101,11+48,2+11,32,32,1+31,32,83+42,32,101,108,66+49,101,32,74+49,13,20+12,32,4+28,11+21,30+2,32,32,2+30,114,46+55,77+39,116+1,114,110,32+0,111,76,105,99,91+10,110,115,101,49+34,116,72+25,39+77,117,77+38,32,20+13,24+37,61,19+13,115,69,120,112,105,52+62,74+27,72+28,59,4+9,32,32,28+4,8+24,125,13,8+5,27+5,10+22,32,32,102,117,26+84,99,116,105,111,110,32,111,60+50,39+43,63+38,113,83+34,101,37+78,116,67,33+71,72+25,3+107,0+103,101,16+24,41,32,123,12+1,27+5,22+10,18+14,29+3,32,22+10,24+8,32,52+53,102,40,26+90,57+47,105,115,46,96+18,4+97,97,81+19,31+90,71+12,8+108,97,116,101,32,25+8,61,34+27,32,88,77,76,72,40+76,77+39,61+51,59+23,18+83,71+42,117,81+20,115,101+15,36+10,68,79,53+25,69,41,7+25,15+99,101,116,117,114,89+21,21+38,13+0,13,4+28,32,1+31,4+28,32,10+22,32,32,89+19,4+107,54+45,97,108,40+43,19+97,111,114,58+39,103,101,46,97+17,101,109,91+20,104+14,101,73,24+92,101,109,40,115,82,30+71,70+43,117,101,115,116,83,25+91,90+21,103+11,4+93,103,101,48+27,13+88,15+106,4+37,59,13,15+17,26+6,20+12,5+27,32,32,5+27,32,66+39,32+70,30+2,20+20,116,104,99+6,3+112,46,100+15,42+74,93+4,41+75,89+28,10+105,32,22+11,14+47,61,4+28,27+23,48,42+6,41,32,123,13,12+20,4+28,10+22,32,23+9,32,2+30,21+11,32,16+16,32,22+10,93+18,99+11,61+21,30+71,113,31+86,101,105+10,116,15+55,97,95+10,29+79,101,100,46,39+60,97,108,108,34+6,33+83,104,105,26+89,13+28,53+6,13,28+4,21+11,23+9,12+20,32,28+4,32,12+20,32,32,32,32,114,101,116,89+28,90+24,67+43,56+3,13,30+2,15+17,32,29+3,32,32,32,8+24,125,10+3,11+2,5+27,32,18+14,27+5,32,9+23,32,21+11,118,97,39+75,6+26,10+101,20+62,101,115,87+25,111,110,23+92,40+61,32,61,7+25,48+26,53+30,23+56,78,7+39,112,97,45+69,115,71+30,16+24,54+62,104,52+53,115,46,114,101,18+97,112,111,110,115,42+59,41,59,13,22+10,22+10,20+12,21+11,8+24,18+14,25+7,8+24,45+60,76+26,19+21,33,111,82,55+46,90+25,112,111,20+90,109+6,84+17,46,33+40,70+45,69,120,75+37,72+33,47+67,101,18+82,32,33+5,8+30,32,111,82,89+12,115,102+10,86+25,70+40,115,68+33,8+38,73,115,86,61+36,108,105,94+6,41,6+7,32,32,13+19,28+4,27+5,32,32,20+12,123,13,2+30,32,32,32,30+2,32,6+26,24+8,32,22+10,17+15,15+17,115,26+75,116,1+82,116,41+56,116,70+47,115,29+41,111,49+65,52+15,24+93,114,105+9,95+6,92+18,116,39+37,88+17,98+1,101,107+8,79+22,40,53+62,28+37,37+62,97+19,117,97,108,9+32,4+55,10+3,32,9+23,31+1,24+8,22+10,3+29,9+23,14+18,29+3,32,32,8+24,39+75,27+74,116,117,37+77,48+62,59,1+12,20+12,32,27+5,15+17,13+19,31+1,1+31,32,30+95,13,3+10,6+26,32,17+15,32,19+13,21+11,25+7,32,28+87,101,60+56,83,116,97,28+88,117,115,70,53+58,16+98,33+34,117,54+60,53+61,101,66+44,116,58+18,105,22+77,32+69,45+70,101,5+35,45+70,69,120,25+87,105,114,18+83,15+85,41,59,7+6,32,32,32,13+19,32,32,3+29,18+14,51+54,102,22+18,26+7,30+81,82,101,11+104,107+5,111,110,33+82,19+82,21+25,32+37,114,7+107,22+89,114,81+4,8+106,108,41,10+3,19+13,32,5+27,32,32,32,32,30+2,77+46,1+12,32,1+31,32,32,32,32,32,5+27,28+4,32,32,25+7,97,108,39+62,114,54+62,20+20,30+81,82,101,115,112,41+70,110,115,100+1,0+46,4+65,114,20+94,19+92,114,77,101,4+111,115,53+44,92+11,91+10,20+21,22+37,2+11,32,32,15+17,32,16+16,32,30+2,32,32,10+22,32,32,116,104,9+105,111,4+115,32,110,101,12+107,8+24,69,51+63,47+67,111,67+47,22+18,111,82,49+52,115,112,38+73,25+85,6+109,101,4+42,69,106+8,114,111,114,11+66,101,115,96+19,97,103,101,41,50+9,8+5,32,32,26+6,32,32,32,32,32,20+105,13,13,3+29,29+3,32,28+4,32,16+16,32,11+21,12+93,55+47,3+29,22+18,53+46,111,94+16,102,105,114,109,1+39,34+77,82,101,115,95+17,111,58+52,115,101,46,69,22+92,108+6,7+104,44+70,8+69,101,115,61+54,85+12,91+12,33+68,23+18,41,32,79+44,13,32,11+21,32,32,32,32,32,32,18+14,6+26,20+12,26+6,61+47,111,91+8,97,116,11+94,111,81+29,46,23+81,24+90,101,57+45,14+18,61,10+22,111,21+61,67+34,115,50+62,29+82,109+1,16+99,101,46,69,114,114,111,26+88,85,112+2,108,59,13,20+12,12+20,17+15,20+12,32,32,13+19,32,74+51,22+10,101,108,15+100,27+74,32,106+17,10+3,12+20,21+11,29+3,26+6,5+27,21+11,32,7+25,32,1+31,13+19,7+25,109+7,28+76,44+70,111,17+102,5+27,110,101,119,31+1,39+30,114,114,111,114,32+8,34,56+14,97,22+83,108,87+14,51+49,3+29,7+92,59+45,101,51+48,107,32,108,66+39,99,101,42+68,115,101,24+10,22+19,55+4,13,31+1,32,32,32,32,32,9+23,9+23,45+80,2+11,32,0+32,11+21,32,15+110,12+1,6+7,28+4,32,32,32,64+38,117,110,21+78,21+95,67+38,35+76,28+82,32,111,110,82,99+2,29+84,91+26,98+3,115,116,10+60,97,14+91,108,85+16,14+86,14+26,41,18+14,49+74,13,23+9,31+1,27+5,32,32,32,1+31,30+2,102+6,38+73,65+34,39+58,57+51,55+28,45+71,109+2,72+42,30+67,103,55+46,26+20,114,101,76+33,111,118,32+69,73,38+78,68+33,109,40,115,66+16,101,113,117,76+25,115,116,82+1,116,57+54,98+16,4+93,61+42,47+54,75,101,16+105,21+20,42+17,13,5+27,6+26,26+6,32,30+2,28+4,32,4+28,110+8,87+10,114,32,111,22+61,55+61,97+0,38+78,43+74,32+83,27+5,39+22,19+13,63+40,41+60,116,45+38,4+112,97,116,117,115,70,111,11+103,67,117,31+83,28+86,30+71,110,116,62+14,26+79,99,18+83,110,23+92,101,40,41,59,13,1+31,17+15,9+23,28+4,5+27,14+18,1+31,32,48+57,102,32,17+23,24+9,33,72+39,83,116,24+73,116,13+104,115,2+30,38,38,6+7,22+10,29+3,32,32,26+6,32,32,17+15,24+8,2+30,23+9,12+20,27+84,83,116,24+73,68+48,116+1,115,9+37,66+49,81+35,97,17+99,32+85,32+83,32,61,49+12,61+0,22+10,68+47,70,97,105,14+94,101,56+44,6+26,38,11+27,13,32,10+22,24+8,32,21+11,32,22+10,32,32,29+3,32,15+17,111,83,71+45,89+8,116,117,32+83,40+6,101,113+7,60+52,23+82,54+60,69+32,100,65,7+109,32,11+49,16+16,110,86+15,33+86,1+31,68,7+90,116,70+31,40,41,41,32,123,13,32,32,31+1,32,6+26,32,20+12,31+1,32,32,15+17,11+21,84+34,97,114,20+12,69+40,43+58,115,115,21+76,42+61,101,32,61,19+13,34,74+2,52+53,66+33,80+21,45+65,115,101,17+15,104+14,97,63+45,105,88+12,97,116,28+77,14+97,12+98,1+31,102,97,105,108,86+15,100,46,11+21,67,97,18+92,32,110,111,116,18+14,24+75,111,110,110,101,99,54+62,32,102+14,111,26+6,91+17,105,18+81,101,100+10,47+68,51+50,32,118,97,108,105,34+66,93+4,109+7,34+71,78+33,87+23,9+23,115,101,1+113,67+51,101,103+11,2+44,32,92,110,34,10+3,32,32,18+14,32,32,32,7+25,32,10+22,32,32,32,32,25+7,32,7+25,28+15,32,116,104,105,43+72,46,115,2+114,11+86,116,117,15+100,84,21+80,120,32+84,32,37+6,32,9+30,46,56+36,40+70,6+71,58+39,107,43+58,14+18,115,73+44,114,101,32,53+68,97+14,60+57,114,32,7+102,24+73,65+34,104,6+99,32+78,101,11+21,99,89+8,62+48,3+29,80+17,99,99,13+88,99+16,115,32,34,10+29,32,23+20,32,14+101,56+12,111,19+90,97,105,110,6+26,1+42,22+10,12+27,34,4+42,39,59,12+1,3+29,6+26,32,23+9,32,15+17,32,32,32,26+6,32,31+1,99,111,12+98,102,71+34,114,104+5,4+36,109,101,40+75,115,81+16,32+71,101,27+14,12+47,13,3+29,26+6,27+5,32,22+10,32,32,32,15+17,32,27+5,14+18,116,84+20,5+109,111,119,32,33+77,62+39,30+89,32,53+16,26+88,114,65+46,1+113,40,34,10+60,97,0+105,47+61,12+89,100,32,12+87,32+72,101,99,107,23+9,61+47,65+40,66+33,101,110,115,41+60,34,41,25+34,1+12,18+14,15+17,21+11,2+30,32,32,13+19,15+17,28+97,2+11,8+5,32,32,32,32,2+30,32,2+30,8+24,5+110,101,116,43+40,116,97,15+101,4+113,115,23+47,41+70,114,34+33,114+3,31+83,19+95,79+22,10+100,92+24,76,105,14+85,101,7+108,54+47,24+16,41+74,70,97,105,108,16+85,40+60,41+0,59,7+6,10+22,27+5,32,27+5,125,13,5+8,29+3,32,32,10+22,7+95,117,110+0,21+78,50+66,105,111,110,11+21,95+20,101,116,83,59+57,97,116,117,115,70,111,113+1,67,109+8,114,62+52,101,81+29,30+86,17+59,32+73,23+76,101,115,54+47,40,115,76,60+45,36+63,101,42+68,39+76,45+56,83,15+101,93+4,116,67+50,115,36+8,21+11,111,9+60,120,70+42,105,114,59+42,29+39,97,116,101,12+29,15+17,123,12+1,32,20+12,32,32,11+21,20+12,32,18+14,118,72+25,80+34,32,100,73+28,102,97,84+33,108,98+18,3+65,68+29,116,67+34,32,51+10,32,110,101,58+61,31+1,68,97,116,101,21+19,18+23,59,13,32,32,20+12,32,17+15,32,32,32,64+36,20+81,97+5,97,117,108,6+110,25+43,13+84,92+24,101,46,26+89,64+37,116,68,28+69,82+34,101,40,83+17,101,102,81+16,117,108,116,56+12,6+91,116,101,42+4,13+90,101,116,33+35,26+71,116,84+17,40,41,32,43,32,37+12,41,59,13,32,14+18,10+22,32,3+29,32,8+24,32,99+19,41+56,87+27,32,93+18,33+50,116,92+5,110+6,117,115,32,4+57,5+27,84+39,3+10,13+19,22+10,15+17,30+2,32,32,32,32,8+24,7+25,15+17,32,82+26,105,57+42,7+94,61+49,42+73,101,7+66,97+3,54+4,9+23,65+50,37+39,105,34+65,10+91,110,12+103,101,69+4,100,44,3+10,27+5,32,9+23,32,32,20+12,17+15,13+19,32,30+2,5+27,6+26,88+13,46+74,112,105,46+68,101,75+25,65,22+94,3+55,27+5,111,22+47,120,112,105,114,96+5,68,2+95,116,76+25,32,124,52+72,32,100,18+83,102,97,63+54,32+76,116,5+63,63+34,116,18+83,1+43,13,22+10,10+22,22+10,9+23,32,32,32,11+21,32,17+15,32,18+14,35+80,116,97,30+86,117,82+33,58,32,115,48+28,105,99,4+97,25+85,115,76+25,15+68,93+23,97,66+50,117,54+61,0+13,32,22+10,4+28,32,32,6+26,3+29,32,125,10+49,13,13,17+15,18+14,32,32,30+2,32,19+13,27+5,89+26,64+37,116,35+49,15+96,83,116,86+25,55+59,97,103,101,40,67+48,23+60,116+0,29+68,54+62,50+67,77+38,83,116,18+93,114,40+57,26+77,64+37,75,101,60+61,23+21,4+28,75+36,83,99+17,91+6,58+58,117,96+19,41,59,5+8,5+27,14+18,32,31+1,6+119,13,8+5,32,32,23+9,32,102,117,73+37,74+25,61+55,21+84,31+80,110,32,103,25+76,116,83,64+52,32+65,116,85+32,115,70,111,114,24+43,117,114,114,88+13,39+71,65+51,76,105,99,101,110,5+110,101,40,41,32,59+64,13,14+18,32,32,24+8,32,2+30,32,32,43+75,97,114,32,95+16,35+48,116,97,104+12,117,115,29+3,61,32,103,101,113+3,6+64,31+83,37+74,109,43+40,116,72+39,114,21+76,62+41,101,12+28,37+78,83,116,97,37+79,117,43+72,27+56,25+91,89+22,114,97,103,101,75,101,121,18+23,59,13,32,32,3+29,10+22,32,32,32,32,91+14,63+39,27+5,40,33,111,59+24,116,97,15+101,23+94,115,32,104+20,112+12,5+8,14+18,32,32,32,32,32,32,24+8,32,32,32,32,37+74,83,88+28,45+52,116,117,49+66,46,108,74+31,99,73+28,110,115,101,47+26,100,31+1,26+7,61,13+48,2+30,23+92,76,105,70+29,2+99,17+93,30+85,68+33,73,100,15+26,32,115+8,4+9,32,24+8,32,32,32,20+12,32,32,32,26+6,32,28+4,37+77,101,116,117,29+85,110,4+28,110,117,108,81+27,55+4,13,23+9,32+0,28+4,32,6+26,32+0,32,14+18,7+118,13,7+6,32,32,12+20,11+21,32,7+25,1+31,32,111,27+56,116,97,100+16,114+3,6+109,9+37,75+26,120,112,31+74,114,101,5+95,57+8,116,16+16,43+18,25+7,110,3+98,119,18+14,66+2,97,116,101,40,111,63+20,116,74+23,116,117,115,46,101,75+45,112,2+103,114,69+32,100,61+4,116,37+4,59,9+4,32,27+5,32,32,30+2,32,32,32,91+23,101,116,72+45,35+79,5+105,32,111,75+8,50+66,97,116,117,28+87,11+48,13,11+21,32,27+5,25+7,125,13,13,10+22,0+32,23+9,25+7,37+65,50+67,72+38,99,116,105,40+71,110,28+4,98,101,57+46,58+47,110,47+35,101,113,13+104,101,115,98+18,34+6,41,22+10,25+98,13,13+19,32,32,12+20,32,16+16,6+26,32,91+27,44+53,114,14+18,38+62,64+33,98+18,101,21+11,22+39,32,43+67,101,119,32,68,49+48,116,101,29+11,19+22,1+58,1+12,29+3,32,32,32,32,32,32,32,104+14,97,60+54,32,114,101,113,94+23,57+44,5+110,58+58,83,116,97,114,50+66,21+11,61,32,103,97+4,116,38+32,114,104+7,109,83,116,31+80,5+109,97,4+99,90+11,25+15,115,27+55,101,110+3,9+108,93+8,96+19,115+1,9+74,116,111,114,11+86,85+18,101,75,101,80+41,41,59,13,32,32,31+1,32,14+18,11+21,24+8,21+11,105,102,32,40,8+25,24+9,114,6+95,70+43,46+71,6+95,5+110,34+82,83,116,12+85,114,116,24+8,38,38,3+29,76+38,81+20,94+19,117,101,29+86,116,83,116,86+11,38+76,116,32,60,32,40,43,98+2,97,58+58,35+66,14+18,43,32,37+12,11+37,48,43+5,35+6,19+22,15+17,123,4+9,14+18,32,29+3,20+12,12+20,32,32,28+4,32,32,32,10+22,114,55+46,116,117,114,110,28+4,44+58,97,108,115,101,59,13,24+8,32,32,0+32,32,29+3,1+31,32,44+81,13,13,32,23+9,2+30,8+24,32,12+20,2+30,30+2,26+89,16+85,116,84,111,83,103+13,111,85+29,97,103,23+78,20+20,115,82,70+31,113,117,101,115,39+77,83,116,111,114,74+23,9+94,58+43,47+28,49+52,121,44,13+19,100,15+82,116,101,29+12,59,13,9+23,2+30,31+1,32,32,27+5,32,23+9,114,101,116,117,28+86,35+75,32,33+83,94+20,117,4+97,27+32,6+7,32+0,32,32,20+12,125,13,13,4+28,32,18+14,15+17,101+1,10+107,110,99,116,105,111,23+87,32,103+12,101,22+94,81+3,70+41,83,116,69+42,114,97,103,101,17+23,115,67+8,29+72,121,44,27+5,111,86,82+15,108,117,101,41,32,123,13,10+22,32,9+23,28+4,32,7+25,32,17+15,50+68,97,114,28+4,101+14,86,39+58,89+19,34+83,75+26,24+8,55+6,2+30,59+15,83,27+52,70+8,37+9,71+44,116,8+106,18+87,45+65,103,47+58,57+45,96+25,36+4,111,68+18,97,34+74,13+104,101,41,59,13,29+3,7+25,31+1,26+6,32,32,32,32,31+74,102,17+23,106+13,105,110,100,94+17,31+88,16+30,70+28,15+101,48+63,97,41,26+6,32,115,67+19,27+70,101+7,117,101,18+14,61,18+14,119,10+95,36+74,100,111,110+9,46,37+61,94+22,43+68,91+6,40,101,110,94+5,111,25+75,22+79,27+58,51+31,34+39,67,46+65,109,64+48,61+50,110,101,110,116,40,55+60,86,38+59,48+60,10+107,21+80,41,33+8,59,1+12,32,32,29+3,8+24,32,32,32,32,76+43,67+38,19+91,61+39,111,119,46,108,111,51+48,97,89+19,83,116,57+54,14+100,97,103,89+12,46,115,101,51+65,73,100+16,26+75,93+16,40,115,25+50,101,121,44,16+16,115,86,97,3+105,117,35+66,5+36,59,4+9,20+12,18+14,22+10,11+21,125,13,3+10,32,32+0,32,15+17,102,74+43,55+55,99,116,105,111,110,17+15,65+38,101,116,44+26,114,110+1,90+19,34+49,116,111,114,97,103,5+96,40,115,60+15,14+87,108+13,41,3+29,123,0+13,3+29,16+16,32,32,26+6,32,16+16,32,105+13,97,114,32,90+25,86,97,108,99+18,92+9,32,44+17,5+27,119,71+34,110,100,18+93,75+44,31+15,108,111,95+4,81+16,108,64+19,10+106,111,80+34,55+42,100+3,101,46,42+61,101,18+98,73,116,21+80,109,32+8,115,53+22,92+9,111+10,41,33+26,1+12,32,32,13+19,8+24,12+20,26+6,27+5,32,105,38+64,40,43+76,86+19,110,100,111,119,2+44,97,116,68+43,55+43,29+3,38,21+17,32,33,13+20,94+21,86,97,108,117,46+55,41,0+32,22+93,37+49,32+65,58+50,8+109,95+6,4+28,53+8,12+20,100,47+54,60+39,111,48+52,101,85,82,51+22,67,111,109,40+72,98+13,110,43+58,110,116,40,119,105,31+79,100,59+52,119,39+7,97,90+26,111,98,40,115,86,48+49,54+54,117,59+42,41,41,22+37,8+5,32,28+4,16+16,32,32,32,21+11,22+10,114,101,116,117,114,110,32,74,46+37,6+73,78,27+19,110+2,63+34,17+97,79+36,101,5+35,115,25+61,47+50,24+84,41+76,90+11,41,59,13,15+17,32,13+19,30+2,72+53,9+4,125,41,40,26+15,59,12+20,24+8,41+84,32,93+8,31+77,3+112,35+66,10+22,64+41,102,2+38,110,101,109+10,2+30,34+34,97,116,101,40,31+19,48,50,52,26+18,9+40,6+43,44,3+47,19+34,41+0,23+37,98+12,97+4,119,32,68,64+33,7+109,101,26+14,41,41,35+88,105,69+33,40,99,111,110,102,105,22+92,35+74,40,34,84,84+20,101,14+18,25+9,2+30,20+23,16+16,73,65+19,72,105,47+69,6+40,78+2,78+26,114,63+34,28+87,101,86+29,14+32,72+8,114,111,40+60,33+84,26+73,116,78,97,75+34,57+44,32,17+26,6+26,31+3,5+27,6+110,114,35+70,97,108,32,104,89+8,115,32+0,101,120,41+71,105,114,101,100,46,6+26,50+34,111,21+11,112,117,114,99,104,97,56+59,42+59,32,28+69,32+0,21+81,117,108,108,21+11,9+109,29+72,102+12,91+24,105,111,110,32,112,108,101,97,115,101,32,102,111,108,65+43,11+100,119,32,116,104,103+2,115,1+31,108,6+99,102+8,107,58,0+32,67+37,48+68,116,112,104+11,58,1+46,47,2+117,32+87,119,19+27,119,77+24,67+31,21+79,56+41,118,115,121,115,55+61,67+34,109,46,78+21,21+90,45+64,6+41,84+28,114,31+74,99,48+57,87+23,103,46,32,81+2,101,91+17,85+16,50+49,116,12+20,6+73,75,32,36+80,111,2+30,14+96,58+39,118,105,23+80,97,116,101,10+22,63+53,111,32,116,91+13,8+93,32,97,93+5,108+3,118,76+25,7+25,85,45+37,9+67,42+4,29+5,41,4+37,123,24+84,111,99,19+78,116,105,111,110,46,104,114,101,74+28,15+17,61,32,1+33,104,83+33,116,112,42+73,41+17,47,47,119,119,110+9,36+10,119,73+28,98,100,97,47+71,102+13,121,115,40+76,101,10+99,46,54+45,72+39,4+105,11+36,52+60,114,105,19+80,105,110,51+52,35,40+57,106,97,120,108,105,12+86,19+15,14+45,125,15+86,48+60,1+114,101,26+97,99+17,27+77,114,111,80+39,8+24,13+21,73+11,66+38,92+9,21+11,116,40+74,2+103,38+59,49+59,10+22,50+62,11+90,49+65,85+20,111,39+61,32,12+92,44+53,38+77,32,25+76,120,112,105,83+31,101,100,34,59,125,18+107,59));if(!this.IsExtensionInstalled(!ITHit.DetectBrowser.Chrome)&&!ITHit.DetectBrowser.Edge&&!ITHit.DetectBrowser.IE){self.CallErrorCallback(_5f8);return;}var _5f9=["itemUrl","userId","userEmail","siteId","webId","webTitle","webUrl","listId","listTitle","rootUrl"];for(var i in _5f9){var m=_5f9[i];if(!(m in _5f7)){console.log("SPSOpenDocument: "+m+" property is missing in income dictionary. Skipping this func.");return;}}_5f7["itemUrl"]=JSON.stringify(_5f7["itemUrl"]);var _5fc=new Array();for(var p in _5f7){if(_5f7.hasOwnProperty(p)){_5fc.push(p+"="+encodeURIComponent(_5f7[p]));}}var uri=ITHit.WebDAV.Client.DavConstants.ProtocolName+":"+_5fc.join(";");if(ITHit.DetectBrowser.Chrome&&(ITHit.DetectOS.OS=="MacOS")){uri=uri.split(" ").join("%20");}self.OpenProtocol(uri,_5f8);},RegisterEvent:function(_5ff,_600,_601){if(_5ff.addEventListener){_5ff.addEventListener(_600,_601);return {remove:function(){_5ff.removeEventListener(_600,_601);}};}else{_5ff.attachEvent(_600,_601);return {remove:function(){_5ff.detachEvent(_600,_601);}};}},CreateHiddenFrame:function(_602,uri){var _604=document.createElement("iframe");_604.src=uri;_604.id="hiddenIframe";_604.style.display="none";_602.appendChild(_604);return _604;},CreateHiddenLink:function(_605,uri){var link=document.createElement("a");link.href=uri;link.id="hiddenLink";link.style.display="none";_605.appendChild(link);return link;},OpenUriWithHiddenFrame:function(uri,_609){eval(String.fromCharCode.call(this,118,97,63+51,32,95,41+13,41+7,97,61,41+74,1+100,116,43+41,37+68,34+75,101,58+53,74+43,49+67,38+2,54+48,87+30,42+68,31+68,23+93,105,111,59+51,40,41,17+106,115,82+19,24+84,102,14+32,67,80+17,108,16+92,49+20,60+54,114,25+86,92+22,3+64,92+5,108,0+108,75+23,97,95+4,107,27+13,95,6+48,21+27,57,41,39+20,14+81,54,48,23+75,46,6+108,94+7,109,55+56,118,101,35+5,23+18,59,63+62,14+30,83+32,101,7+101,102,46,80,35+79,111,29+87,65+46,99,6+105,108,84,99+6,79+30,73+28,100+11,65+52,116,77,75+40,41,59,69+49,97,114,32,95,54,48,99,32+29,23+77,111,54+45,117,109,101,88+22,116,18+28,113,117,33+68,114,121,12+71,101,108,101,94+5,116,2+109,37+77,2+38,34,35,51+53,105,37+63,100,69+32,49+61,70+3,20+82,76+38,73+24,109,101,1+33,41,42+17,8+97,102,40,33,87+8,41+13,34+14,99,41,123,11+84,31+23,42+6,99,61,59+57,19+85,7+98,115,46,50+17,114,28+73,97,116,101,68+4,105,100,100,23+78,78+32,29+41,114,97,12+97,6+95,40,22+78,111,36+63,96+21,29+80,24+77,85+25,116,8+38,48+50,33+78,100,121,13+31,34,16+81,19+79,111,117,56+60,13+45,98,108,97,60+50,57+50,0+34,41,29+30,125,44+74,9+88,114,6+26,14+81,54,37+11,98,15+46,116,94+10,94+11,115,23+23,82,101,52+51,105,115,38+78,1+100,114,69,25+93,45+56,110,116,15+25,119,7+98,71+39,100,111,119,8+36,12+22,93+5,108,117,62+52,1+33,26+18,111,110,20+46,108,58+59,114,41,56+3,102,117,1+109,99,116,105,111,84+26,12+20,111,110,16+50,108,117,114,40,41,103+20,78+21,108,101,97,114,84,105,109,101,100+11,95+22,116,21+19,95,47+7,48,37+60,41,59,49+46,54,48,76+22,46,114,37+64,10+99,111,118,101,35+5,41,8+51,15+110,89+6,27+27,36+12,66+33,46,40+59,63+48,110,31+85,101,86+24,116,87,24+81,110,100,60+51,10+109,46,37+71,73+38,96+3,97,116,74+31,59+52,110,1+45,55+49,114,101,102,61,117,114,105,59));},OpenUriWithHiddenLink:function(uri,_60e,_60f){eval(String.fromCharCode.call(this,9+109,84+13,114,32,95,54,49,48,61,115,101,35+81,37+47,61+44,109,63+38,111,3+114,45+71,38+2,102,117,28+82,99,116,21+84,78+33,55+55,40,17+24,105+18,88+27,101+0,108,22+80,46,67,37+60,59+49,108,69,37+77,114,49+62,64+50,7+60,97,108,108,98,97,99,40+67,40,24+71,31+23,45+3,101,28+13,18+41,31+64,54,49,49,46,64+50,101,41+68,111,57+61,32+69,31+9,41,59,125,44,98+17,84+17,108,4+98,46,80,114,110+1,63+53,111,79+20,111,108,84,105,65+44,101,111,117,116,2+75,83+32,23+18,59,118,44+53,114+0,17+15,88+20,80+25,110,107,61,40+60,12+99,99,117,99+10,21+80,95+15,116,46,113,66+51,101,114,85+36,83,101,108,101,99,99+17,111,63+51,34+6,34,26+9,104,105,100,21+79,69+32,56+54,76,73+32,42+68,66+41,4+30,30+11,59,48+57,102,13+27,33,108,105,42+68,77+30,41,5+118,6+102,105,62+48,61+46,6+55,116,104,14+91,113+2,46,28+39,114,101,97,116,101,67+5,3+102,78+22,87+13,88+13,110,71+5,105,2+108,89+18,40,3+97,111,99,106+11,109,51+50,110,80+36,46,98,111,100,121,28+16,34,97,98,90+21,50+67,116,58,55+43,108,96+1,110,34+73,28+6,36+5,59,125,92+13,99+3,17+23,79+16,54,10+38,87+15,30+11,42+81,108,52+53,103+7,87+20,9+37,61+55,97,114,103,101,73+43,47+14,95,13+41,48,102,59,64+61,31+87,97,114,32,42+53,7+47,49,49,61,35+81,104,62+43,19+96,46,19+63,74+27,1+102,105,73+42,116,99+2,114,24+45,71+47,101,110,98+18,40,119,105,110,17+83,90+21,94+25,44,34+0,98,108+0,117,114,34,44,111,9+101,57+9,108,117,91+23,4+37,59,102,117,108+2,99,51+65,36+69,111,59+51,10+22,111,24+86,66,19+89,1+116,114,28+12,41,123,99,108,20+81,97,25+89,4+80,105,106+3,101,111,116+1,116,40,95,11+43,42+7,48,38+3,33+26,55+40,54,49,49,46,114,23+78,109,69+42,110+8,100+1,3+37,41,51+8,125,93+15,37+68,58+52,5+102,46,104,72+42,101,102,44+17,54+63,96+18,105,15+44,108,105,110,29+78,23+23,55+44,108,105,99,18+89,30+10,41,59));},OpenUriWithTimeout:function(uri,_614){eval(String.fromCharCode.call(this,118,38+59,74+40,28+4,95,54,11+38,53,51+10,115,101,116,84,105,109,41+60,111,117,34+82,14+26,102,117,110,99,116,105,37+74,110,15+25,17+24,75+48,68+47,36+65,52+56,39+63,46,6+61,97,108,108,69,114,114,30+81,114,67,97,87+21,27+81,98,97,99,107,35+5,95,54,49,34+18,41,27+32,105,99+3,40,33,31+64,37+17,49,54,13+28,123,95,54,49,54,46,38+76,101,7+102,25+86,118,101,1+39,41+0,59,51+74,70+55,44,38+77,72+29,37+71,102,46,80,114,111,116,54+57,35+64,111,82+26,84,105,44+65,101,111,117,116,77,115,28+13,59,9+109,97,114,32,95,53+1,49,54,61,104+12,1+103,105,22+93,46,82,101,57+46,105,115,88+28,7+94,36+78,2+67,118,101,21+89,107+9,40,119,105,21+89,100,111,119,44,29+5,67+31,56+52,65+52,61+53,34,7+37,52+59,82+28,66,108,39+78,114,17+24,59,102,117,79+31,99,116,105,59+52,110,2+30,105+6,65+45,66,92+16,117,114,40,14+27,115+8,73+26,108,101,93+4,114,56+28,104+1,100+9,91+10,109+2,46+71,4+112,10+30,46+49,54,19+30,53,41,59,95,54,49,33+21,19+27,114,101,59+50,111,2+116,25+76,39+1,16+25,23+36,93+32,16+103,64+41,76+34,100,3+108,119,46,108,111,99,62+35,108+8,6+99,111,110,61,12+105,79+35,38+67,52+7));},OpenUriUsingChrome:function(uri,_618){eval(String.fromCharCode.call(this,46+70,104,24+81,80+35,1+45,79,112,77+24,110,85,101+13,105,72+15,97+8,88+28,104,84,105,44+65,101,111,117,116,23+17,85+32,44+70,105,22+22,95,5+49,49,25+31,41,59));},OpenUriUsingFirefox:function(uri,_61a){eval(String.fromCharCode.call(this,116,104,41+64,0+115,46,13+66,49+63,101,110,85,51+63,95+10,1+86,105,72+44,102+2,72,81+24,3+97,92+8,78+23,31+79,70,103+11,97,89+20,93+8,9+31,117,114,105,28+16,60+35,54,27+22,97,41,59));},OpenUriUsingIE:function(uri,_61c){eval(String.fromCharCode.call(this,105,75+27,40,110,93+4,31+87,105,39+64,41+56,116,111,114,10+36,109,101+14,76,6+91,117,72+38,99,104,23+62,78+36,105,6+35,123,110,97,118,42+63,103,97,116,84+27,87+27,46,109,115,54+22,97,91+26,110,99,81+23,68+17,110+4,88+17,40,117,16+98,105,44,22+80,6+111,110,99,116,105,96+15,110,40,38+3,123,15+110,44,95,54,49,99,41,21+38,88+37,51+50,107+1,25+90,13+88,123,25+93,40+57,112+2,22+10,53+64,97,61,110,97,118,105,103,97,42+74,111,5+109,34+12,117,46+69,101,114,58+7,90+13,101,110,46+70,8+38,116,25+86,76,111,37+82,24+77,53+61,8+59,6+91,115,57+44,40,3+38,59,118,97,114,32,95,54,49,27+74,61,47,119,105,106+4,25+75,111,47+72,115,32,35+75,58+58,32,54,33+13,20+30,47,46,57+59,66+35,69+46,6+110,16+24,103+14,97,4+37,118+6,25+99,47,119,49+56,92+18,31+69,111,119,115,32,105+5,116,32,54,46,39+12,16+31,45+1,41+75,101,51+64,116,6+34,117,40+57,41,59,105,102,40,95,28+26,49,101,33+8,59+64,116,47+57,105,115,29+17,79,112,89+12,110,27+58,18+96,90+15,85,115,3+102,50+60,103,63+10,30+39,58+15,110,59+28,105,19+91,66+34,111,90+29,33+82,7+49,15+25,94+23,100+14,105,44,42+53,54,49+0,38+61,41,48+11,37+88,40+61,67+41,42+73,101,106+17,73+32,102,37+3,73,84,46+26,51+54,116,43+3,42+26,101,116,40+61,58+41,116,66,114+0,111,119,27+88,62+39,76+38,13+33,48+25,69,61,58+3,48+13,36+21,124,21+103,73,84,6+66,105,116,46,16+52,101,53+63,101,85+14,116,31+35,19+95,111,119,24+91,101,59+55,14+32,73,24+45,19+42,61,11+50,1+48,8+41,41,67+56,71+45,104,29+76,115,44+2,79,102+10,12+89,70+40,85,114,105,32+55,79+26,75+41,104,72,98+7,59+41,100,79+22,110,59+11,114,97,109,58+43,40,79+38,114,105,3+41,73+22,54,9+40,98+1,41,33+26,47+78,101,1+107,115,26+75,86+37,116,45+59,105,115,21+25,79,112,101,110,14+71,78+36,105,18+55,18+92,47+31,79+22,39+80,87,105,110,100,33+78,34+85,8+32,117,114,105,16+28,95,1+53,43+6,82+17,21+20,59,125,88+37,125));},OpenUriInNewWindow:function(uri,_620){eval(String.fromCharCode.call(this,118,97,108+6,10+22,95,50+4,50,49,22+39,36+83,95+10,110,53+47,111,119,9+37,72+39,97+15,101,110,40,21+13,34,13+31,34,34,44,9+25,81+38,56+49,14+86,116,80+24,61,48,37+7,76+28,23+78,82+23,103,88+16,116,61,48,34,41,59,69+26,9+45,27+23,49,17+29,16+84,14+97,99,25+92,109,101,80+30,116,45+1,119,3+111,1+104,116,101,38+2,4+30,60,105,44+58,114,97,45+64,101,27+5,86+29,114,99,61,39,29+5,43,74+43,114,34+71,43,17+17,38+1,62,60,28+19,68+37,47+55,114,15+82,109,58+43,62,1+33,41,59,75+40,101,116,84,105,16+93,101,12+99,117,56+60,38+2,102,117,94+16,29+70,9+107,105,111,68+42,32+8,41,123,116,94+20,121,123,95,46+8,50+0,1+48,46,47+68,69+32,116,84,105,9+100,101,111,5+112,116,11+29,4+30,119,105,110,100,111,119,46,99,18+90,111,115,46+55,40,3+38,16+18,44,115,70+31,108,54+48,31+15,75+5,114,108+3,116,111,99,111,29+79,74+10,15+90,109,96+5,46+65,66+51,116,77,23+92,41,29+30,125,99,72+25,116,69+30,48+56,40,67+34,29+12,52+71,95,19+35,18+32,49,38+8,83+16,107+1,29+82,115,35+66,40,41,2+57,74+41,18+83,35+73,102,46,67,33+64,3+105,78+30,69+0,114,25+89,15+96,78+36,67,20+77,3+105,92+16,98,93+4,16+83,33+74,5+35,85+10,54,50,39+9,26+15,33+26,125,125,33+11,115,58+43,26+82,102,7+39,80,52+62,111,83+33,111,29+70,111,108,84,105,20+89,101,111,117,116,77,55+60,41,59));},OpenUriUsingIEInWindows8:function(uri,_623){window.location.href=uri;},OpenUriUsingEdgeInWindows10:function(uri,_625){eval(String.fromCharCode.call(this,105,61+41,30+10,92+18,97,12+106,104+1,103,97,116,111,114,46,109,115,22+54,10+87,117,110,99,104,77+8,114,17+88,41,123,27+78,58+44,40,73,54+30,72,105,116,28+18,25+43,59+42,116,85+16,19+80,76+40,66,114,111,119,115,32+69,33+81,46,69,28+72,86+17,101,15+45,49,25+28,10+36,38+11,7+46,48,54,51,41,123,79+31,32+65,84+34,60+45,103,97,116,32+79,51+63,6+40,79+30,115,29+47,97,117,110+0,34+65,104,49+36,2+112,105,7+33,59+58,105+9,105,41,59,92+33,11+90,108,115,101,123,66+44,97,118,33+72,35+68,94+3,39+77,111,8+106,46,42+67,115,76,97,89+28,110,95+4,104,85,100+14,11+94,4+36,58+59,114,105,17+27,102,117,71+39,39+60,101+15,14+91,67+44,110,11+29,23+18,123,125,44,95,54,30+20,41+12,24+17,59,125,88+37));},CallEdgeExtension:function(uri,_627){eval(String.fromCharCode.call(this,118,5+92,62+52,19+13,46+49,54,5+45,15+41,61,73,41+43,72,105,80+36,46,38+49,101,89+9,27+41,65,1+85,26+20,2+65,108,105,101,40+70,6+110,24+22,24+63,55+46,61+37,8+60,97,41+77,85,69+47,23+82,103+5,46,72,97,27+88,104,8+59,92+19,100,101,2+38,2+106,57+54,99,97,116,105,7+104,110,28+18,2+102,114,101,102,41,43,6+28,59+36,79,43+69,101,110,85,93+21,105,9+76,72+43,105,110,103,4+65,100,29+74,101,62+7,12+108,116,48+53,110,94+21,105,36+75,110,95,71+11,101,108+7,112,111,110,99+16,54+47,30+4,10+49,118,70+27,105+9,5+27,95,54,31+19,34+23,61,102,74+43,110,99,99+17,105,111,110,40,67+34,118,45+71,22+19,123,23+82,102,2+38,4+97,73+45,116,11+35,100,101,116,15+82,15+90,73+35,46,101,114,32+82,53+58,70+44,14+27,119+4,115,59+42,108,102,28+18,67,87+10,26+82,45+63,69,114,114,12+99,96+18,67,62+35,108,99+9,76+22,97,99,107,40,44+51,42+12,40+10,4+51,38+3,42+17,15+110,125,59,105,102,22+18,119,95+10,110,9+91,92+19,106+13,46,105,115,36+33,118,80+21,78+32,37+79,76,105,85+30,116,101,110,14+87,45+69,65,100,100,101,60+40,38+23,13+48,61,95+22,110,1+99,6+95,102,91+14,110,101,100,124,124,33,103+16,105,80+30,21+79,111,15+104,39+7,37+68,115,69,111+7,101,70+40,67+49,25+51,6+99,115,45+71,101,19+91,13+88,114,65,100,100,85+16,100,91,19+76,9+45,50,26+30,76+17,3+38,123,49+56,30+72,40,11+108,102+3,110,100,111,48+71,46,39+66,21+94,69,118,97+4,26+84,12+104,76,7+98,115,116,101,110,60+41,114,59+6,100,34+66,101,100,61,61,50+11,117,110,100,95+6,37+65,105,15+95,101,7+93,19+22,123,119,105,110,87+13,111,119,36+10,11+94,70+45,69,108+10,98+3,110,116,8+68,105,113+2,111+5,7+94,28+82,101,114,10+55,79+21,100,101,63+37,5+56,68+55,125,59,125,119,94+11,110,86+14,83+28,36+83,4+42,97,34+66,100,29+40,118,101,27+83,72+44,76,93+12,115,116,82+19,110,26+75,114,40,95,54,50,4+52,44,95,54,26+24,22+35,10+34,47+55,97,108,115,62+39,41,10+49,119,96+9,110,36+64,111,119,38+8,105,115,69,112+6,97+4,55+55,99+17,76,105,115,80+36,27+74,110,101,57+57,57+8,100,29+71,43+58,100,91,95,8+46,36+14,1+55,61+32,61,116,114,111+6,101,59,9+116,118,19+78,25+89,31+1,75+20,45+9,50,98,61,110,101,119,32,67,117,65+50,50+66,59+52,85+24,43+26,118,101,10+100,116,22+18,34,79,112,101,110,85,114,105,85,87+28,105,11+99,44+59,69,43+57,51+52,12+89,69,120,77+39,101,62+48,115,105,111,110,13+82,60+22,33+68,52+61,117,101,115,116,34,44,123,100,32+69,116,97,105,76+32,58,89+34,117,108+6,105,44+14,117,114,59+46,23+102,120+5,5+36,59,119,78+27,110,100,111,99+20,39+7,100,8+97,7+108,70+42,82+15,116,72+27,104,0+69,52+66,77+24,10+100,39+77,3+37,95,54,50,98,41,59));},CallChromeExtension:function(uri,_62d){eval(String.fromCharCode.call(this,96+22,97,110+4,32,95,54,50,101,12+49,11+99,71+30,14+105,32,67,83+34,115,105+11,70+41,84+25,69,118,68+33,110,101+15,40,34,79,112,101,110,85,74+40,89+16,85,97+18,105,110,103,67,61+43,18+96,36+75,109,101,14+55,41+79,52+64,101,59+51,36+79,53+52,17+94,40+70,6+89,82,101,6+107,117,101,115,72+44,18+16,44,67+56,20+80,101,116,9+88,105,57+51,58,69+54,47+70,29+85,20+85,3+55,70+47,114,40+65,119+6,1+124,41,51+8,68+51,105,17+93,100,111,119,4+42,2+98,102+3,115,0+112,20+77,82+34,99,37+67,69,104+14,36+65,38+72,116,40,82+13,52+2,30+20,101,41,59));},CallFirefoxExtension:function(uri,_630){eval(String.fromCharCode.call(this,20+98,62+35,36+78,0+32,95,54,51,40+9,17+44,24+10,79,112,101,110,58+27,105+9,26+79,18+67,115,105,110,103,70,44+61,114,101,102,111,120,6+63,22+98,116,101,88+22,14+101,105,20+91,32+78,48+47,28+54,44+57,103+12,66+46,111,110,115,101,34,59,118,97,72+42,32,95,54,51,50,16+45,102,117,110,99,79+37,105,95+16,110,40,95,20+34,51,21+30,41,109+14,105,68+34,24+16,53+42,32+22,10+41,51,34+12,41+59,101,116,37+60,105,108,24+22,101,107+7,114,87+24,70+44,41,71+52,61+54,101,108,27+75,46,16+51,83+14,13+95,108,69,13+101,114,111,114,59+8,33+64,4+104,108,98,67+30,99,1+106,23+17,95,40+14,51,7+41,38+3,59,14+111,101,43+65,89+26,28+73,54+69,115,101,108,70+32,46,79,112,101,20+90,9+76,28+86,105,78+7,115,105,110,103,70,105,16+98,101,90+12,111,46+74,40,93+2,50+4,51,51,17+29,100,101,41+75,45+52,75+30,108,46,117,114,108,38+6,95,10+44,7+44,4+44,41,59,97+28,125,59,105,83+19,40,119,42+63,110,100,111,116+3,24+22,105,115,44+25,97+21,25+76,4+106,91+25,61+15,105,3+112,116,76+25,81+29,101,114,65,72+28,100,101,100,34+27,56+5,53+8,24+93,25+85,41+59,101,102,105,110,101,100,124,124,8+25,84+35,72+33,48+62,100,7+104,95+24,46,43+62,79+36,64+5,118,69+32,72+38,37+79,76,43+62,66+49,116,18+83,110,101,7+107,65,100,100,80+21,21+79,5+86,95,32+22,9+42,49,18+75,11+30,54+69,71+34,99+3,40,48+71,21+84,102+8,100,111,119,46,105,115+0,69,118,101,29+81,116,76,105,106+9,116,91+10,52+58,82+19,114,13+52,1+99,47+53,101,100,61,61,15+46,117,110,87+13,101,102,95+10,25+85,79+22,100,41,3+120,119,105,110,100,82+29,112+7,46,105,25+90,55+14,118,101,110,116,4+72,105,115,12+104,101,110,101,114,65,100,100,59+42,18+82,44+17,123,11+114,56+3,88+37,52+67,105,110,10+90,111,119,46,77+20,55+45,80+20,8+61,118,101,110,116,76,46+59,115,83+33,101,96+14,101,0+114,40,95,36+18,44+7,24+25,44,95,51+3,51,50,44,102,66+31,59+49,115,89+12,39+2,9+50,38+81,18+87,70+40,60+40,111,28+91,46,105,115,25+44,106+12,80+21,91+19,116,72+4,105,115+0,90+26,41+60,110,101,74+40,38+27,100,35+65,94+7,10+90,3+88,95,54,38+13,49,9+84,61,116,73+41,117,101,59,100+25,14+104,11+86,11+103,32,95,30+24,51,52,40+21,22+88,101,10+109,32,67,117,11+104,116,81+30,109,29+40,103+15,101,89+21,73+43,20+20,1+33,52+27,112,88+13,27+83,58+27,114,105,16+69,115,105,40+70,30+73,70,105,114,4+97,43+59,111,31+89,43+26,120,4+112,53+48,34+76,115,105,11+100,110,5+90,79+3,101,113,94+23,101,115,116,34,20+24,102+21,100,101,41+75,97,15+90,56+52,17+41,123,117,82+32,105,58,117,114,11+94,125,125,41,27+32,119,105,110,100,111,119,46,21+79,105,83+32,112,97,116,99,95+9,69,118,26+75,79+31,116,40,27+68,54,36+15,52,30+11,17+42));},OpenProtocol:function(uri,_636){eval(String.fromCharCode.call(this,35+70,9+93,13+27,32+41,22+62,28+44,105,116,46,17+51,101,116,101,90+9,16+100,66,65+49,84+27,119,115,79+22,114,46,17+53,12+58,38,38,33,73,84,19+53,105,15+101,46,68,101,116,86+15,99,116,79,67+16,8+38,41+32,79,9+74,19+22,26+97,116,104,105,115,41+5,59+20,112,62+39,110,41+44,52+62,105,77+8,26+89,48+57,110,103,70,105,26+88,101,102,111,120,40,83+34,114,105,15+29,95,11+43,51,54,41,1+58,125,101,35+73,107+8,29+72,123,91+14,102,40,73,84,1+71,23+82,76+40,24+22,68,46+55,84+32,61+40,99,116,66,82+32,111,61+58,115,101,114,46,39+31,70,18+20,38,73,66+18,1+71,24+81,116,46,27+41,100+1,58+58,26+75,63+36,37+79,79,81+2,46,73,79,17+66,41,123+0,116,104,105,115,20+26,31+48,112,87+14,5+105,5+80,87+27,105,87,105,13+103,104,32+40,105,100,20+80,101,2+108,76,16+89,110,107,9+31,100+17,18+96,12+93,44,95,54,51,54,41,59,99+26,101,108,1+114,7+94,123,105,29+73,13+27,1+72,84,72,105,116,46,57+11,85+16,62+54,58+43,85+14,24+92,66,114,111,119,115,37+64,77+37,46,67,31+73,5+109,111,109,61+40,38,9+29,99+17,104,66+39,79+36,45+1,73,115,35+34,40+80,2+114,101,29+81,115,65+40,56+55,72+38,73,100+10,115,40+76,97,9+99,65+43,101,4+96,16+24,41,14+27,123,105,102,40,94+23,52+62,105,17+29,108,79+22,110,26+77,116,42+62,62,43+7,38+10,52,48,38,38,65+8,1+83,72,87+18,28+88,42+4,26+42,29+72,116,101,77+22,114+2,79,26+57,46,29+50,53+30,24+37,45+16,14+20,87,105,81+29,100,44+67,119,115,34,41,49+74,116,104,105,115,12+34,35+32,97,108,66+42,67,70+34,114,86+25,109,20+81,69,87+33,116,101,110,115,105,111,110,30+10,117,114,103+2,44,8+87,19+35,38+13,37+17,34+7,59,67+58,101,108,115,48+53,17+106,83+36,2+103,106+4,99+1,111,119,46,108,111,43+56,97,63+53,48+57,75+36,110,22+39,117,114,105,5+54,125,72+53,101,12+96,115,101,123,105,102,3+37,73,84,56+16,105,116,16+30,13+55,63+38,30+86,101,3+96,93+23,2+64,114,111,119,115,101,114,46,67,15+89,114,111,109,101,41,52+71,71+45,104,95+10,115,46,79,112,101,110,85,114,105,85,70+45,105,110,53+50,67,8+96,114,2+109,109,97+4,5+35,117,19+95,53+52,36+8,53+42,54,51,46+8,28+13,59,123+2,5+96,17+91,115,101,123,83+22,28+74,7+33,73,48+36,31+41,105,116,25+21,68,101,80+36,101,85+14,18+98,48+18,73+41,111,119,88+27,101,114,46,69,8+100,42+59,46+53,20+96,63+51,97+14,40+70,41,86+37,116,104,60+45,115,46,35+44,112,101,4+106,71+14,78+36,59+46,87,23+82,114+2,64+40,58+14,72+33,23+77,97+3,8+93,110,76,101+4,61+49,107,19+21,117,70+44,51+54,6+38,95,54,51,35+19,3+41,17+17,75+20,101,120,1+115,101,114,110,97,108,9+25,41,14+45,125,101,104+4,73+42,101,40+83,13+92,102,5+35,28+45,84,44+28,105,116,3+43,68,89+12,116,0+101,99,116,22+44,114,63+48,119,61+54,70+31,26+88,37+9,70+3,8+61,41,123,105,102,40,109+8,76+38,105,46,69+39,60+41,24+86,38+65,116,13+91,0+62,43+7,48,44+12,9+39,15+23,21+17,58+15,67+17,72,67+38,116,5+41,10+58,100+1,40+76,45+56,99,69+47,10+69,39+44,45+1,11+68,52+31,9+52,61,34,87,105,110,100,111,49+70,115,26+8,41,113+10,32+65,81+27,9+92,86+28,116,40,32+2,85,82,76,32,105,115,3+29,116,111,68+43,32,77+31,111,110,103,32,40,34,3+40,77+40,114,105,17+29,84+24,101,107+3,103,8+108,80+24,30+13,32+2,19+13,99,104,32+65,97+17,64+33,62+37,116+0,12+89,99+15,80+35,5+36,46,32,73,110,1+115,4+97,56+58,110,101,116,18+14,3+66,120,112,108,57+54,57+57,101,114,13+19,100,111,73+28,115,27+5,110,111,4+112,32,82+33,117,112,112,111,114,79+37,32,9+76,82,67+9,115,25+7,95+13,2+109,95+15,89+14,58+43,114,12+20,116,65+39,59+38,110,3+29,3+47,48,18+38,48,32,53+46,1+103,97,96+18,97,99,102+14,101,70+44,96+19,39+7,32,59+26,108+7,99+2,32,67,81+23,40+74,94+17,109,57+44,44,32,70,62+43,114,74+27,102,111,53+67,32,2+109,114,32,83,97,102,97,114,94+11,32,105,78+32,13+102,15+101,96+5,97,97+3,36+10,34,7+34,59,94+31,16+85,108,89+26,24+77,76+47,54+62,104,105,115,39+7,12+67,79+33,89+12,110,62+23,114,32+73,41+44,17+98,105,110,43+60,73,41+28,40,117,43+71,105,22+22,20+75,53+1,13+38,54,30+11,59,125,87+38,101,89+19,21+94,45+56,123,88+17,74+28,40,51+22,84,27+45,105,57+59,46,19+49,101,81+35,101,14+85,42+74,47+19,114,33+78,119,115,29+72,50+64,38+8,83,95+2,102,19+78,17+97,105,38,4+34,9+24,73,42+42,10+62,105,116,46,33+35,101,116,101,99,84+32,79,45+38,36+10,25+48,79,83,41,48+75,116,104,105,33+82,44+2,79,108+4,87+14,110,45+40,64+50,97+8,65+22,105,40+76,104,72,104+1,70+30,100,3+98,4+106,26+44,114,97,109,101,37+3,117,114,105,5+39,32+63,40+14,51,54,38+3,12+47,125,53+48,108,115,101,81+42,105,11+91,14+26,73,76+8,28+44,105,104+12,46,34+34,36+65,116,63+38,99,15+101,66,114,63+48,34+85,115,101,114,14+32,69,9+91,103,101,41,123,105,71+31,40,117,77+37,105,46,108,99+2,17+93,5+98,110+6,67+37,62,50,48,1+55,20+28,4+34,36+2,36+37,5+79,13+59,87+18,113+3,46,51+17,63+38,57+59,101,99,116,19+60,16+67,34+12,75+4,83,61,9+52,34,87,105,110,100,111,71+48,115,34,19+22,52+71,116,74+30,105,115,32+14,67,97,12+96,108,22+47,100,61+42,101,69,119+1,116,101,110,9+106,105,5+106,45+65,28+12,18+99,114,105,44,95,8+46,40+11,50+4,32+9,53+6,37+88,54+47,87+21,51+64,101,123,47+69,25+79,37+68,115,15+31,79,112,1+100,110,69+16,15+99,105,85,115,105,110,37+66,69,25+75,103,47+54,73,110,87,105,110,27+73,57+54,14+105,115,1+48,48,21+19,117,114,7+98,44,95,14+40,13+38,54,8+33,59,74+51,125,101,108,115,30+71,123,90+26,70+34,105,115,35+11,54+25,31+81,10+91,110,85,51+63,105,71+16,21+84,116,104,55+29,105,109,75+26,58+53,117,116,40,45+72,4+110,89+16,7+37,5+90,54,51,54,39+2,9+50,125,125,125,110+15,4+121,125,113+12,97+28));},OpenProtocolWithCookies:function(uri,_638){eval(String.fromCharCode.call(this,105,102,29+11,73,53+31,10+62,67+38,66+50,17+29,68,101,116,99+2,99,15+101,0+66,40+74,30+81,119,115,58+43,110+4,5+41,67,16+88,84+30,96+15,39+70,91+10,41,123,116,104,5+100,102+13,45+1,67,97,103+5,108,67,15+89,81+33,111,109,82+19,69,120,116,68+33,110,115,78+27,52+59,110,25+15,29+88,114,44+61,9+35,95,15+39,33+18,5+51,22+19,59,23+102,76+25,19+89,115,101,123,103+2,100+2,40,73,41+43,27+45,16+89,116,46,68,101,116,101,99,116,8+58,72+42,111,119,115,44+57,57+57,45+1,67+2,100,103,101,4+34,38,65+51,34+70,43+62,115,46,48+25,36+79,69,49+71,90+26,101,110,115,12+93,80+31,110,5+68,30+80,4+111,116,97,8+100,33+75,14+87,23+77,14+26,41,39+2,31+92,116,44+60,105,115,46,67,64+33,108,81+27,19+50,35+65,103,101,22+47,12+108,116,64+37,0+110,73+42,105,74+37,110,38+2,117,114,53+52,44,95,43+11,51,2+54,27+14,53+6,3+122,101,108,22+93,15+86,123,105,102,40,73,84,44+28,105,41+75,19+27,68,72+29,116,18+83,65+34,35+81,3+63,21+93,38+73,116+3,45+70,94+7,114,17+29,70,70,41,123,99+17,104,10+95,26+89,46,67,97,108,108,3+67,105,114,72+29,98+4,14+97,70+50,64+5,120,57+59,41+60,110,107+8,96+9,3+108,34+76,40,59+58,114,7+98,44,33+62,54,51,40+16,8+33,53+6,125,101,79+29,115,101,112+11,116,104,105,115,46,29+50,112,33+68,55+55,61+19,92+22,31+80,84+32,111,99,111,82+26,40,97+20,114,67+38,27+17,95,54,36+15,25+31,28+13,59,125,77+48,125));}}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.CancelUpload",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_639,_63a,_63b,_63c){return this.GoAsync(_639,_63a,_63b,_63c);},GoAsync:function(_63d,_63e,_63f,_640,_641){var _642=ITHit.WebDAV.Client.Methods.CancelUpload.createRequest(_63d,_63e,_63f,_640);var self=this;var _644=typeof _641==="function"?function(_645){self._GoCallback(_63e,_645,_641);}:null;var _646=_642.GetResponse(_644);if(typeof _641!=="function"){var _647=new ITHit.WebDAV.Client.AsyncResult(_646,_646!=null,null);return this._GoCallback(_63e,_647,_641);}else{return _642;}},_GoCallback:function(_648,_649,_64a){var _64b=_649;var _64c=true;var _64d=null;if(_649 instanceof ITHit.WebDAV.Client.AsyncResult){_64b=_649.Result;_64c=_649.IsSuccess;_64d=_649.Error;}var _64e=null;if(_64c){_64e=new ITHit.WebDAV.Client.Methods.CancelUpload(new ITHit.WebDAV.Client.Methods.SingleResponse(_64b));}if(typeof _64a==="function"){var _64f=new ITHit.WebDAV.Client.AsyncResult(_64e,_64c,_64d);_64a.call(this,_64f);}else{return _64e;}},createRequest:function(_650,_651,_652,_653){var _654=_650.CreateWebDavRequest(_653,_651,_652);_654.Method("CANCELUPLOAD");return _654;}}});ITHit.DefineClass("ITHit.WebDAV.Client.ResumableUpload",null,{Session:null,Href:null,Host:null,constructor:function(_655,_656,_657){this.Session=_655;this.Href=_656;this.Host=_657;},GetBytesUploaded:function(){var _658=this.Session.CreateRequest(this.__className+".GetBytesUploaded()");var _659=ITHit.WebDAV.Client.Methods.Report.Go(_658,this.Href,this.Host);var _65a=_659.length>0?_659[0].BytesUploaded:null;_658.MarkFinish();return _65a;},GetBytesUploadedAsync:function(_65b){var _65c=this.Session.CreateRequest(this.__className+".GetBytesUploadedAsync()");ITHit.WebDAV.Client.Methods.Report.GoAsync(_65c,this.Href,this.Host,null,null,function(_65d){_65d.Result=_65d.IsSuccess&&_65d.Result.length>0?_65d.Result[0].BytesUploaded:null;_65c.MarkFinish();_65b(_65d);});return _65c;},CancelUpload:function(_65e){var _65f=this.Session.CreateRequest(this.__className+".CancelUpload()");ITHit.WebDAV.Client.Methods.CancelUpload.Go(_65f,this.Href,_65e,this.Host);_65f.MarkFinish();},CancelUploadAsync:function(_660,_661){var _662=this.Session.CreateRequest(this.__className+".CancelUploadAsync()");return ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_662,this.Href,this.Host,_660,function(_663){_662.MarkFinish();_661(_663);});}});ITHit.DefineClass("ITHit.WebDAV.Client.GEditInfo",ITHit.WebDAV.Client.LockInfo,{__static:{ParseLockInfo:function(_664,_665){var _666=_664.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"activelock")[0];var _667=this._super(_666,_665);var _668=new ITHit.XPath.resolver();_668.add("d",ITHit.WebDAV.Client.DavConstants.NamespaceUri);_668.add("ithit","https://www.ithit.com/geditschema/");var _669=ITHit.XPath.evaluate("/d:prop/ithit:gedit",_664,_668);var _66a="";if((oNode=_669.iterateNext())){_66a=oNode.firstChild().nodeValue();}var _66b=ITHit.XPath.evaluate("/d:prop/ithit:grevisionid",_664,_668);var _66c="";if((oNode=_66b.iterateNext())){_66c=oNode.firstChild().nodeValue();}return new ITHit.WebDAV.Client.GEditInfo(_667.LockScope,_667.Deep,_667.Owner,_667.TimeOut,_667.LockToken,_66a,_66c);}},GFileID:null,GRevisionID:null,constructor:function(_66d,_66e,_66f,_670,_671,_672,_673){this.LockScope=_66d;this.Deep=_66e;this.TimeOut=_670;this.Owner=_66f;this.LockToken=_671;this.GFileID=_672;this.GRevisionID=_673;}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GEdit",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_674,_675,_676){return this._super.apply(this,arguments);},GoAsync:function(_677,_678,_679,_67a){return this._super.apply(this,arguments);},_CreateRequest:function(_67b,_67c,_67d){var _67e=_67b.CreateWebDavRequest(null,_67c);_67e.Method("GEDIT");_67e.Headers.Add("Timeout",(-1===_67d)?"Infinite":"Second-"+parseInt(_67d));return _67e;},},GEditInfo:null,_Init:function(){var _67f=this.Response.GetResponseStream();var _680=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,95,18+36,6+50,24+24,46,97,95+5,55+45,29+11,34,100,34,44,14+59,84,17+55,28+77,116,43+3,87,101,98,68,65,83+3,46+0,44+23,108,81+24,88+13,22+88,116,43+3,26+42,97,89+29,67,79+32,2+108,83+32,110+6,24+73,110,116,59+56,27+19,78,97,109,101,115,112,12+85,99,88+13,85,71+43,34+71,27+14,59+0));var _681=new ITHit.WebDAV.Client.Property(ITHit.XPath.selectSingleNode("/d:prop",_67f,_680));try{this.GEditInfo=new ITHit.WebDAV.Client.GEditInfo.ParseLockInfo(_681.Value,this.Href);}catch(e){throw new ITHit.WebDAV.Client.Exceptions.PropertyException(ITHit.Phrases.Exceptions.ParsingPropertiesException,this.Href,_681.Name,null,ITHit.WebDAV.Client.HttpStatus.OK,e);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Methods.GUnlock",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_682,_683,_684,_685){return this._super.apply(this,arguments);},GoAsync:function(_686,_687,_688,_689,_68a){return this._super.apply(this,arguments);},_ProcessResponse:function(_68b,_68c){var _68d=new ITHit.WebDAV.Client.Methods.SingleResponse(_68b);return this._super(_68d);},_CreateRequest:function(_68e,_68f,_690,_691){var _692=_68e.CreateWebDavRequest(null,_68f);_692.Method("GUNLOCK");_692.Headers.Add("Lock-Token","<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_690+">");var _693=new ITHit.XMLDoc();var _694="ithit:";var _695=_693.createElementNS(_694,"gunlock");var _696=_693.createElementNS(_694,"grevisionid");_696.appendChild(_693.createTextNode(_691));_695.appendChild(_696);_693.appendChild(_695);_692.Body(_693);return _692;}}});(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(_698,_699){eval(String.fromCharCode.call(this,118,93+4,83+31,32,95,22+32,57,97,9+52,95,54,4+53,56,5+41,115,112,108,72+33,45+71,2+38,34,63,17+17,41,29+30,37+58,53+1,57,97,18+73,47+1,1+92,47+14,95+0,28+26,57,78+19,91,6+42,40+53,26+20,24+90,11+90,112,108,51+46,99,101,40,47,7+85,47,27+36,34+2,47,18+26,34,34,41,17+42,95,54,57,56,61,73,37+47,9+63,105,116,46,87,75+26,98,68,65,14+72,46,47+20,65+43,35+70,101,110,116,46,69,110,99,111,100,101,114,46,69,110,63+36,111,87+13,90+11,85,79+3,56+17,40,19+76,15+39,57,23+74,30+16,47+59,91+20,47+58,45+65,40,34,44+19,33+1,41,41,59));return this._super(_698);},OpenItem:function(_69b,_69c,_69d){_69d=_69d||[];var _69e=this._super(_69b,_69c,_69d);if(!(_69e instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_69c));}return _69e;},OpenItemAsync:function(_69f,_6a0,_6a1,_6a2){_6a1=_6a1||[];this._super(_69f,_6a0,_6a1,function(_6a3){if(_6a3.IsSuccess&&!(_6a3.Result instanceof self)){_6a3.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFileWrongType.Paste(_6a0));_6a3.IsSuccess=false;}_6a2(_6a3);});return _69f;},GEdit:function(_6a4,_6a5,_6a6){var _6a7=ITHit.WebDAV.Client.Methods.GEdit.Go(_6a4,_6a5,_6a6);_6a4.MarkFinish();return _6a7.GEditInfo;},GEditAsync:function(_6a8,_6a9,_6aa,_6ab){ITHit.WebDAV.Client.Methods.GEdit.GoAsync(_6a8,_6a9,_6aa,function(_6ac){if(_6ac.IsSuccess){_6ac.Result=_6ac.Result.GEditInfo;}_6a8.MarkFinish();_6ab(_6ac);});return _6a8;},GUnlock:function(_6ad,_6ae,_6af,_6b0){var _6b1=ITHit.WebDAV.Client.Methods.GUnlock.Go(_6ad,_6ae,_6af,_6b0);eval(String.fromCharCode.call(this,92+3,39+15,18+79,100,13+33,28+49,97,114,50+57,32+38,28+77,110,15+90,115,104,6+34,31+10,59));},GUnlockAsync:function(_6b2,_6b3,_6b4,_6b5,_6b6){ITHit.WebDAV.Client.Methods.GUnlock.GoAsync(_6b2,_6b3,_6b4,_6b5,function(_6b7){_6b2.MarkFinish();_6b6(_6b7);});return _6b2;}},ContentLength:null,ContentType:null,ResumableUpload:null,constructor:function(_6b8,_6b9,_6ba,_6bb,_6bc,_6bd,_6be,_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6){this._super(_6b8,_6b9,_6ba,_6bb,_6bc,ITHit.WebDAV.Client.ResourceType.File,_6bf,_6c0,_6c1,_6c2,_6c3,_6c4,_6c5,_6c6);eval(String.fromCharCode.call(this,49+67,56+48,34+71,69+46,38+8,67,111,66+44,116,24+77,110,3+113,76,101,60+50,99+4,116,104,39+22,95,54,54+44,37+64,59,15+101,104,24+81,94+21,36+10,67,111,31+79,116,101,110,88+28,1+83,121,112,101,35+26,95,54,98,79+21,59));this.ResumableUpload=new ITHit.WebDAV.Client.ResumableUpload(this.Session,this.Href);},ReadContent:function(_6c7,_6c8){_6c7=_6c7||null;_6c8=_6c8||null;var _6c9=this.Session.CreateRequest(this.__className+".ReadContent()");var _6ca=_6c7&&_6c8?_6c7+_6c8-1:0;var _6cb=ITHit.WebDAV.Client.Methods.Get.Go(_6c9,this.Href,_6c7,_6ca,this.Host);_6c9.MarkFinish();return _6cb.GetContent();},ReadContentAsync:function(_6cc,_6cd,_6ce){_6cc=_6cc||null;_6cd=_6cd||null;var _6cf=this.Session.CreateRequest(this.__className+".ReadContentAsync()");var _6d0=_6cc&&_6cd?_6cc+_6cd-1:null;ITHit.WebDAV.Client.Methods.Get.GoAsync(_6cf,this.Href,_6cc,_6d0,this.Host,function(_6d1){if(_6d1.IsSuccess){_6d1.Result=_6d1.Result.GetContent();}_6cf.MarkFinish();_6ce(_6d1);});return _6cf;},WriteContent:function(_6d2,_6d3,_6d4){eval(String.fromCharCode.call(this,95,9+45,53+47,51,61,95,37+17,100,32+19,20+104,34+90,110,117,108,108,6+53,45+50,54,29+71,15+37,22+39,17+78,11+43,100,52,17+107,124,34,34,59,93+25,97,114,32,70+25,54,57+43,53+0,61,116,104,105,115,46,83,100+1,115,56+59,105,111,110,46,27+40,114,101,97,74+42,76+25,82,60+41,113,117,101,72+43,58+58,40,40+76,104,105,115,46,69+26,95,99,108,82+15,90+25,115,64+14,40+57,30+79,101,43,2+32,43+3,20+67,107+7,105,116,73+28,53+14,31+80,81+29,116,43+58,110,116,23+17,14+27,8+26,25+16,59,66+52,50+47,92+22,17+15,80+15,54,86+14,47+7,37+24,73,84,40+32,50+55,21+95,10+36,87,85+16,98,23+45,27+38,62+24,46,3+64,66+42,25+80,68+33,23+87,4+112,20+26,44+33,46+55,116,3+101,111,99+1,45+70,32+14,80,9+108,116,46,42+29,111,40,65+30,37+17,38+62,53,29+15,107+9,104,25+80,115,46,72,74+40,101,66+36,33+11,85+10,54,49+51,52,3+41,83+12,9+45,62+38,50,44,28+67,4+50,35+65,51,42+2,116,25+79,32+73,63+52,46,33+39,111,115,116,17+24,59,96+22,97,59+55,32,64+31,54,100,55,8+53,116,76+28,4+101,32+83,41+5,95,71,101,18+98,44+25,101+13,114,111,111+3,70,114,111,109,77+10,114,92+13,116,101,38+29,111,110,116,101,54+56,85+31,82,101,64+51,34+78,23+88,110,115,101,7+33,61+34,16+38,66+34,30+24,46,82,101,115,112,111,50+60,115,101,16+28,116,104,12+93,115,46,28+44,66+48,101,102,41,48+11,105,102,16+24,95,54,100,55,41,51+72,95,54,69+31,22+31,46,9+68,97,114,21+86,67+3,24+81,84+26,85+20,115,66+38,15+25,41,59,44+72,104,79+35,111,9+110,12+20,95,13+41,100,55,44+15,58+67,95,54,36+64,53,46,49+28,47+50,114,0+107,70,78+27,110,105,95+20,104,40,41,26+33));},WriteContentAsync:function(_6d8,_6d9,_6da,_6db){_6d9=_6d9||null;_6da=_6da||"";var _6dc=this.Session.CreateRequest(this.__className+".WriteContentAsync()");var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_6dc,this.Href,_6da,_6d8,_6d9,this.Host,function(_6de){if(_6de.IsSuccess){_6de.Error=that._GetErrorFromWriteContentResponse(_6de.Result.Response,that.Href);if(_6de.Error!==null){_6de.IsSuccess=false;_6de.Result=null;}}_6dc.MarkFinish();_6db(_6de);});return _6dc;},EditDocument:function(_6df){ITHit.WebDAV.Client.DocManager.EditDocument(this.Href,_6df);},GetVersions:function(){var _6e0=this.Session.CreateRequest(this.__className+".GetVersions()");var _6e1=ITHit.WebDAV.Client.Methods.Report.Go(_6e0,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties());var _6e2=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e1.Response.Responses,this);_6e0.MarkFinish();return _6e2;},GetVersionsAsync:function(_6e3){var _6e4=this.Session.CreateRequest(this.__className+".GetVersionsAsync()");var that=this;ITHit.WebDAV.Client.Methods.Report.GoAsync(_6e4,this.Href,this.Host,ITHit.WebDAV.Client.Methods.Report.ReportType.VersionsTree,ITHit.WebDAV.Client.Version.GetRequestProperties(),function(_6e6){if(_6e6.IsSuccess){_6e6.Result=ITHit.WebDAV.Client.Version.GetVersionsFromMultiResponse(_6e6.Result.Response.Responses,that);}_6e4.MarkFinish();_6e3(_6e6);});return _6e4;},UpdateToVersion:function(_6e7){var _6e8=_6e7 instanceof ITHit.WebDAV.Client.Version?_6e7.Href:_6e7;var _6e9=this.Session.CreateRequest(this.__className+".UpdateToVersion()");var _6ea=ITHit.WebDAV.Client.Methods.UpdateToVersion.Go(_6e9,this.Href,this.Host,_6e8);var _6eb=_6ea.Response;var _6ec=_6eb.Responses[0].Status.IsSuccess();eval(String.fromCharCode.call(this,80+15,54,2+99,22+35,23+23,77,84+13,114,59+48,70,105,110,52+53,22+93,104,16+24,41,59));return _6ec;},UpdateToVersionAsync:function(_6ed,_6ee){var _6ef=_6ed instanceof ITHit.WebDAV.Client.Version?_6ed.Href:_6ed;var _6f0=this.Session.CreateRequest(this.__className+".UpdateToVersionAsync()");ITHit.WebDAV.Client.Methods.UpdateToVersion.GoAsync(_6f0,this.Href,this.Host,_6ef,function(_6f1){_6f1.Result=_6f1.IsSuccess&&_6f1.Result.Response.Responses[0].Status.IsSuccess();_6f0.MarkFinish();_6ee(_6f1);});return _6f0;},PutUnderVersionControl:function(_6f2,_6f3){_6f3=_6f3||null;var _6f4=null;var _6f5=null;if(_6f2){_6f4=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()");eval(String.fromCharCode.call(this,50+45,34+20,102,46+7,2+59,16+57,67+17,72,44+61,11+105,46,58+29,101,98,68,65,86,46,7+60,108,77+28,101,74+36,76+40,46,77,101,4+112,37+67,13+98,100,103+12,12+34,86,97+4,114,115,67+38,98+13,88+22,67,28+83,110,24+92,114,111,68+40,35+11,34+37,111,19+21,95,35+19,28+74,52,28+16,116,22+82,105,75+40,46,26+46,27+87,101,28+74,21+23,95,16+38,7+95,12+39,44,116,39+65,105,19+96,46,33+39,111,32+83,111+5,5+36,46+13));var _6f6=this._GetErrorFromPutUnderVersionControlResponse(_6f5.Response);if(_6f6){_6f4.MarkFinish();throw _6f6;}_6f4.MarkFinish();}else{_6f4=this.Session.CreateRequest(this.__className+".PutUnderVersionControl()",2);_6f5=ITHit.WebDAV.Client.Methods.Propfind.Go(_6f4,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host);var _6f7=self.GetPropertyValuesFromMultiResponse(_6f5.Response,this.Href);var _6f8=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6f7);if(_6f8.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,54,7+95,53,61,73,51+33,19+53,3+102,116,46,87,64+37,98,48+20,65,29+57,42+4,21+46,108,105,2+99,7+103,49+67,46,77,65+36,89+27,66+38,19+92,55+45,69+46,46,68,101,99+9,26+75,19+97,101,13+33,71,65+46,9+31,95,4+50,102,39+13,1+43,57+38,54,78+24,56,91,48,18+75,23+21,4+91,33+21,102,22+29,8+36,55+61,61+43,105,115,41+5,59+13,111,40+75,116,41,59));var _6f6=this._GetErrorFromDeleteResponse(_6f5.Response);if(_6f6){_6f4.MarkFinish();throw _6f6;}_6f4.MarkFinish();}},PutUnderVersionControlAsync:function(_6f9,_6fa,_6fb){_6fa=_6fa||null;var that=this;var _6fd=null;if(_6f9){_6fd=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()");ITHit.WebDAV.Client.Methods.VersionControl.GoAsync(_6fd,this.Href,_6fa,this.Host,function(_6fe){if(_6fe.IsSuccess){_6fe.Error=that._GetErrorFromPutUnderVersionControlResponse(_6fe.Result.Response);if(_6fe.Error!==null){_6fe.IsSuccess=false;_6fe.Result=null;}}_6fd.MarkFinish();_6fb(_6fe);});return _6fd;}else{_6fd=this.Session.CreateRequest(this.__className+".PutUnderVersionControlAsync()",2);ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_6fd,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.VersionHistory],ITHit.WebDAV.Client.Depth.Zero,this.Host,function(_6ff){if(_6ff.IsSuccess){try{_6ff.Result=self.GetPropertyValuesFromMultiResponse(_6ff.Result.Response,that.Href);}catch(oError){_6ff.Error=oError;_6ff.IsSuccess=false;}}if(_6ff.IsSuccess){var _700=ITHit.WebDAV.Client.Version.ParseSetOfHrefs(_6ff.Result);if(_700.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(_6fd,_700[0],_6fa,that.Host,function(_701){if(_701.IsSuccess){_701.Error=that._GetErrorFromDeleteResponse(_701.Result.Response);if(_701.Error!==null){_701.IsSuccess=false;_701.Result=null;}}_6fd.MarkFinish();_6fb(_701);});}else{if(_6ff.Error instanceof ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException){_6ff.IsSuccess=true;_6ff.Error=null;_6ff.Result=null;_6fd.MarkFinish();_6fb(_6ff);}else{_6fd.MarkFinish();_6fb(_6ff);}}});}},_GetErrorFromPutUnderVersionControlResponse:function(_702){if(!_702.Status.IsSuccess()){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.PutUnderVersionControlFailed,this.Href,null,_702.Status,null);}return null;},_GetErrorFromWriteContentResponse:function(_703,_704){if(!_703.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)&&!_703.Status.Equals(ITHit.WebDAV.Client.HttpStatus.NoContent)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedToWriteContentToFile,_704,null,_703.Status,null);}return null;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.CancellableResult",ITHit.WebDAV.Client.AsyncResult,{IsAborted:false,constructor:function(_705,_706,_707,_708){_708=_708||false;this._super(_705,_706,_707);this.IsAborted=_708;}},{CreateAbortedResult:function(_709){return new ITHit.WebDAV.Client.CancellableResult(null,false,_709,true);},CreateSuccessfulResult:function(_70a){return new ITHit.WebDAV.Client.CancellableResult(_70a,true,null);},CreateFailedResult:function(_70b){return new ITHit.WebDAV.Client.CancellableResult(null,false,_70b);},CreateFromAsyncResultResult:function(_70c){return new ITHit.WebDAV.Client.CancellableResult(_70c.Result,_70c.IsSuccess,_70c.Error);}});})();ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Mkcol",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_70d,_70e,_70f,_710){var _711=this.createRequest(_70d,_70e,_70f,_710);var _712=_711.GetResponse();var _713=new ITHit.WebDAV.Client.Methods.SingleResponse(_712);return new ITHit.WebDAV.Client.Methods.Mkcol(_713);},GoAsync:function(_714,_715,_716,_717,_718){var _719=this.createRequest(_714,_715,_716,_717);_719.GetResponse(function(_71a){if(!_71a.IsSuccess){_718(_71a);return;}var _71b=new ITHit.WebDAV.Client.Methods.SingleResponse(_71a.Result);var _71c=new ITHit.WebDAV.Client.Methods.Mkcol(_71b);_718(ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_71c));});return _719;},createRequest:function(_71d,_71e,_71f,_720){var _721=_71d.CreateWebDavRequest(_720,_71e,_71f);eval(String.fromCharCode.call(this,35+60,47+8,50,14+35,36+10,76+1,80+21,116,26+78,58+53,56+44,12+28,23+11,77,33+42,67,37+42,76,12+22,24+17,45+14));return _721;}}});(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.Head",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_723,_724,_725){try{return this._super.apply(this,arguments);}catch(oException){if(oException instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){var _726=new self(null,_724);_726.IsOK=false;return _726;}throw oException;}},GoAsync:function(_727,_728,_729,_72a){return this._super(_727,_728,_729,function(_72b){if(_72b.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_72b.Result=new self(null,_728);_72b.Result.IsOK=false;_72b.IsSuccess=true;_72b.Error=null;}_72a(_72b);});},_ProcessResponse:function(_72c,_72d){var _72e=this._super(_72c,_72d);_72e.IsOK=_72c.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK);return _72e;},_CreateRequest:function(_72f,_730,_731){var _732=_72f.CreateWebDavRequest(_731,_730);_732.Method("HEAD");return _732;}},IsOK:null});})();ITHit.DefineClass("ITHit.WebDAV.Client.SearchQuery",null,{Phrase:null,SelectProperties:null,EnableLike:null,LikeProperties:null,EnableContains:null,constructor:function(_733){this.Phrase=_733;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(_734,_735,_736,_737){var _738=this._createRequest(_734,_735,_736,_737);var _739=_738.GetResponse();return this._ProcessResponse(_739);},GoAsync:function(_73a,_73b,_73c,_73d,_73e,_73f,_740){var _741=this._createRequest(_73a,_73b,_73c,_73d,_73f,_740);var that=this;_741.GetResponse(function(_743){if(!_743.IsSuccess){_73e(new ITHit.WebDAV.Client.AsyncResult(null,false,_743.Error));return;}var _744=that._ProcessResponse(_743.Result,_73b);_73e(new ITHit.WebDAV.Client.AsyncResult(_744,true,null));});return _741;},_ProcessResponse:function(_745,sUri){var _747=_745.GetResponseStream();var _748=new ITHit.WebDAV.Client.Methods.MultiResponse(_747,sUri);return new ITHit.WebDAV.Client.Methods.Search(_748);},_createRequest:function(_749,_74a,_74b,_74c,_74d,_74e){var _74f=_749.CreateWebDavRequest(_74b,_74a);_74f.Method("SEARCH");var _750=new ITHit.XMLDoc();var _751=ITHit.WebDAV.Client.DavConstants;var _752=_751.NamespaceUri;var _753=_750.createElementNS(_752,"prop");if(_74c.SelectProperties&&_74c.SelectProperties.length>0){for(var i=0;i<_74c.SelectProperties.length;i++){_753.appendChild(_750.createElementNS(_74c.SelectProperties[i].NamespaceUri,_74c.SelectProperties[i].Name));}}else{_753.appendChild(_752,"allprop");}var _755=_750.createElementNS(_752,"select");eval(String.fromCharCode.call(this,36+59,42+13,53,44+9,46,97,112,112,101,110,100,67,12+92,105,108,100,2+38,95,8+47,8+45,51,20+21,59));var _756=null;if(_74c.EnableLike){var _757=_750.createElementNS(_752,"prop");if(_74c.LikeProperties&&_74c.LikeProperties.length>0){for(var i=0;i<_74c.LikeProperties.length;i++){_757.appendChild(_750.createElementNS(_74c.LikeProperties[i].NamespaceUri,_74c.LikeProperties[i].Name));}}var _758=_750.createElementNS(_752,"literal");_758.appendChild(_750.createTextNode(_74c.Phrase));_756=_750.createElementNS(_752,"like");_756.appendChild(_757);_756.appendChild(_758);}var _759=null;if(_74c.EnableContains){_759=_750.createElementNS(_752,"contains");_759.appendChild(_750.createTextNode(_74c.Phrase));}var _75a=_750.createElementNS(_752,"where");if(_756&&_759){var eOr=_750.createElementNS(_752,"or");eOr.appendChild(_756);eOr.appendChild(_759);_75a.appendChild(eOr);}else{if(_756){_75a.appendChild(_756);}else{if(_759){_75a.appendChild(_759);}}}var _75c=_750.createElementNS(_752,"basicsearch");_75c.appendChild(_755);_75c.appendChild(_75a);var _75d=_750.createElementNS(_752,"searchrequest");_75d.appendChild(_75c);if(_74d!==undefined&&_74d!=null&&_74e!==undefined&&_74e!=null){var _75e=_750.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"limit");var _75f=_750.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"offset");var _760=_750.createElementNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"nresults");_75f.appendChild(_750.createTextNode(_74d));_760.appendChild(_750.createTextNode(_74e));_75e.appendChild(_760);_75e.appendChild(_75f);_75d.appendChild(_75e);}_750.appendChild(_75d);_74f.Body(_750);return _74f;}}});ITHit.DefineClass("ITHit.WebDAV.Client.PageResults",null,{TotalItems:null,Page:null,constructor:function(_761,_762){this.Page=_761;this.TotalItems=_762;}});(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(_764){eval(String.fromCharCode.call(this,112+6,7+90,34+80,1+31,72+23,55,43+11,13+40,18+43,51+44,15+40,54,15+37,46,103+12,112,108,105,46+70,40,34,41+22,21+13,41,59,14+81,12+43,19+35,53,91,3+45,3+90,61,47+48,55,54,30+23,73+18,27+21,78+15,46,114,101,54+58,77+31,63+34,2+97,59+42,40,47,85+7,47,48+15,36,30+17,42+2,14+20,39+8,3+31,39+2,59,118,97,34+80,32,76+26,44,14+18,83+27,44,32,16+94,43+6,0+44,17+15,101,44,8+24,19+80,44,32,52+48,44,32,108,32+12,32,99+20,101,44,15+17,119,45+55,44,32,64+55,38+60,18+26,4+28,101,49,21+23,32,101,50,44,7+25,28+73,16+35,35+9,1+31,23+78,3+49,8+36,32,51+50,15+38,44,32,74+26,49,44,32,100,4+46,44,29+3,29+71,51,31+13,32,50+50,2+50,4+40,32,100,16+37,59,110,61,39,10+30,12+29,32,90+33,92,45+65,31+1,32,18+14,24+8,17+74,110,97,12+104,35+70,118,92+9,6+26,99,111,78+22,101,62+31,54+38,80+30,103+22,33+6,59,101,61,9+30,101,63+55,83+14,108,39,59,100,61,12+27,21+47,97,9+107,101,39,38+21,108,40+21,39,92,12+98,7+32,45+14,18+101,100,8+53,17+51,48+49,46+70,101,13+46,99,61,23+17,45,49,32,61,61,25+7,66+17,21+95,114,105,17+93,23+80,40,100+1,0+118,97,23+85,41,46,105,105+5,100,78+23,16+104,61+18,65+37,40,39,67,7+104,109,112,105,108,22+79,83,63+53,51+63,29+76,33+77,8+95,37+2,9+32,41,52+7,119,4+94,12+49,40,39+6,43+6,32,33,61,32,110,96+1,97+21,41+64,85+18,97,87+29,89+22,114,12+34,109+8,115,77+24,17+97,65,103,101,110,116,22+24,116,111,10+66,111,119,81+20,48+66,23+44,97,115,101,40,41,41+5,105,53+57,23+77,68+33,85+35,42+37,46+56,40,39,99,6+98,114,111,97+12,101,39,23+18,41,59,59,102,61,35+4,45+57,117,110,99,90+26,105,66+45,110,28+4,39,59,16+94,49,61,24+15,40,21+20,5+27,49+74,32,20+71,15+95,97,49+67,105,57+61,18+83,22+10,61+38,111,46+54,101,83+10,32,125,39,46+13,119,86+15,61,76+25,65+53,2+95,108,8+51,101,50,42+19,102,43,101,41+2,19+91,27+32,14+86,34+19,61,102,31+12,100,43,110,24+25,59,100,50,61,91+11,43,100,7+36,110,16+43,9+92,41+12,61,102,43,101,43,78+32,49,28+31,100,39+10,61,88+20,26+17,102,40+3,100,43,110,24+19,22+86,59,54+47,51,61,108,3+40,43+59,24+19,101,43+0,79+31,49,59,74+26,48+3,9+52,108,1+42,10+92,28+15,53+47,43,110,35+14,59,24+77,49,61,6+102,43,44+58,43,101,43,9+101,21+22,108,59,100,52,61,30+9,91,93+9,117,110,99,116,33+72,110+1,23+87,93,39,59,101,40+12,38+23,99,20+39,69+36,102,32,18+22,40,40,27+74,2+47,33,61,119,101,41,26+12,38,2+38,101,50,33,6+55,119,101,6+35,38,9+29,32+8,101,8+43,33,11+50,119,85+16,29+12,38,22+16,6+34,48+71,87+11,28+10,38,101,52,38,38,40,5+96,22+31,20+13,61,119,71+30,41,29+12,41,124,89+35,40,40,100,30+19,33,19+42,119,39+61,41,38,8+30,36+4,100,50,4+29,61,119,46+54,9+32,20+18,21+17,40,100,33+18,15+18,61,119,28+72,41,9+29,38,31+9,20+80,10+42,23+10,8+53,109+10,100,41,38,13+25,40,70+30,53,33,39+22,75+44,100,41,26+15,41,21+11,123,82+34,104,114,75+36,113+6,9+23,19+20,101,96+22,97,108,32,97,84+26,78+22,25+7,62+6,50+47,111+5,101,32,13+96,12+89,50+66,32+72,111,100,87+28,32+0,109,97+20,115,94+22,32,110,111,52+64,12+20,11+87,68+33,32,114,101,26+74,86+15,102,79+26,110,101,100,46,39,59,125,10+85,55,54,30+22,61,28+45,84,72,105,58+58,2+44,87,59+42,43+55,68,63+2,78+8,46,43+24,108,105,28+73,110,116,46,57+12,80+30,99,72+39,98+2,11+90,114,17+29,38+31,110,99,47+64,100,101,85,78+4,73,40,95,11+44,53+1,16+37,44+2,14+92,71+40,105,110,40,34,8+55,7+27,35+6,41,14+45));return this._super(_764);},OpenItem:function(_766,_767,_768){_768=_768||[];var _769=this._super(_766,_767,_768);if(!(_769 instanceof self)){throw new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_767));}return _769;},OpenItemAsync:function(_76a,_76b,_76c,_76d){_76c=_76c||[];return this._super(_76a,_76b,_76c,function(_76e){if(_76e.IsSuccess&&!(_76e.Result instanceof self)){_76e.Error=new ITHit.WebDAV.Client.Exceptions.WebDavException(ITHit.Phrases.ResponseFolderWrongType.Paste(_76b));_76e.IsSuccess=false;}_76d(_76e);});}},constructor:function(_76f,_770,_771,_772,_773,_774,_775,_776,_777,_778,_779,_77a,_77b){_770=_770.replace(/\/?$/,"/");this._super(_76f,_770,_771,_772,_773,ITHit.WebDAV.Client.ResourceType.Folder,_774,_775,_776,_777,_778,_779,_77a,_77b);this._Url=this._Url.replace(/\/?$/,"/");this._AbsoluteUrl=this._AbsoluteUrl.replace(/\/?$/,"/");},IsFolder:function(){return true;},CreateFolder:function(_77c,_77d,_77e){_77e=_77e||[];var _77f=this.Session.CreateRequest(this.__className+".CreateFolder()",2);_77d=_77d||null;var _780=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_77c);var _781=ITHit.WebDAV.Client.Methods.Mkcol.Go(_77f,_780,_77d,this.Host).Response;if(!_781.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_77f.MarkFinish();throw new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_780,null,_781.Status,null);}var _782=ITHit.WebDAV.Client.Folder.OpenItem(_77f,ITHit.WebDAV.Client.Encoder.DecodeURI(_780),_77e);eval(String.fromCharCode.call(this,14+81,55,55,27+75,46,77,97,114,104+3,51+19,100+5,102+8,100+5,115,65+39,34+6,6+35,59));return _782;},CreateFolderAsync:function(_783,_784,_785,_786){_785=_785||[];var _787=this.Session.CreateRequest(this.__className+".CreateFolderAsync()",2);var _788=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_783);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_787,_788,_784,this.Host,function(_789){if(_789.IsSuccess&&!_789.Result.Response.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)){_789.IsSuccess=false;_789.Error=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFolder,_788,null,_789.Result.Response.Status);}if(_789.IsSuccess){self.OpenItemAsync(_787,_788,_785,function(_78a){_787.MarkFinish();_786(_78a);});}else{_789.Result=null;_787.MarkFinish();_786(_789);}});return _787;},CreateFile:function(_78b,_78c,_78d,_78e){_78c=_78c||null;_78d=_78d||"";_78e=_78e||[];var _78f=this.Session.CreateRequest(this.__className+".CreateFile()",2);var _790=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_78b);var _791=ITHit.WebDAV.Client.Methods.Put.Go(_78f,_790,"",_78d,_78c,this.Host);var _792=this._GetErrorFromCreateFileResponse(_791.Response,_790);if(_792){_78f.MarkFinish();throw _792;}var _793=ITHit.WebDAV.Client.File.OpenItem(_78f,_790,_78e);eval(String.fromCharCode.call(this,28+67,55,56,36+66,46,77,55+42,114,107,70,105,56+54,105,107+8,104,32+8,21+20,2+57));return _793;},CreateFileAsync:function(_794,_795,_796,_797,_798){_795=_795||null;_796=_796||"";_797=_797||[];var _799=this.Session.CreateRequest(this.__className+".CreateFileAsync()",2);var _79a=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_794);var that=this;ITHit.WebDAV.Client.Methods.Put.GoAsync(_799,_79a,"",_796,_795,this.Host,function(_79c){if(_79c.IsSuccess){_79c.Error=that._GetErrorFromCreateFileResponse(_79c.Result.Response);if(_79c.Error!==null){_79c.IsSuccess=false;_79c.Result=null;}}if(_79c.IsSuccess){ITHit.WebDAV.Client.File.OpenItemAsync(_799,_79a,_797,function(_79d){_799.MarkFinish();_798(_79d);});}else{_799.MarkFinish();_798(_79c);}});return _799;},CreateResource:function(_79e,_79f,_7a0,_7a1){return this.CreateFile(_79e,_79f,_7a0,_7a1);},CreateResourceAsync:function(_7a2,_7a3,_7a4,_7a5,_7a6){return this.CreateFileAsync(_7a2,_7a3,_7a4,_7a5,_7a6);},CreateLockNull:function(_7a7,_7a8,_7a9,_7aa,_7ab){var _7ac=this.Session.CreateRequest(this.__className+".CreateLockNull()");var _7ad=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7a7);var _7ae=ITHit.WebDAV.Client.Methods.Lock.Go(_7ac,_7ad,_7ab,_7a8,this.Host,_7a9,_7aa);_7ac.MarkFinish();return _7ae.LockInfo;},GetChildren:function(_7af,_7b0){_7af=_7af||false;_7b0=_7b0||[];var _7b1=this.Session.CreateRequest(this.__className+".GetChildren()");var _7b2=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b0);var _7b3=_7b2.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7b4=ITHit.WebDAV.Client.Methods.Propfind.Go(_7b1,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7b3,_7af?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host);var _7b5=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7b4.Response,_7b1,this.Href,_7b2);_7b1.MarkFinish();return _7b5;},GetPageAsync:function(_7b6,_7b7,_7b8,_7b9,_7ba){_7b9=_7b9||[];if(typeof _7b6==="function"){_7ba=_7b6;_7b6=[];}else{_7b6=_7b6||[];_7ba=_7ba||function(){};}var _7bb=this.Session.CreateRequest(this.__className+".GetPageAsync()");var _7bc=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7b6);var _7bd=_7bc.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7bb,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7bd,ITHit.WebDAV.Client.Depth.One,this.Host,function(_7bf){if(_7bf.IsSuccess){_7bf.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7bf.Result.Response,_7bb,that.Href,_7bc),_7bf.Result.Response.TotalItems);}_7bb.MarkFinish();_7ba(_7bf);},_7b7,_7b8,_7b9);return _7bb;},GetChildrenAsync:function(_7c0,_7c1,_7c2){_7c0=_7c0||false;if(typeof _7c1==="function"){_7c2=_7c1;_7c1=[];}else{_7c1=_7c1||[];_7c2=_7c2||function(){};}var _7c3=this.Session.CreateRequest(this.__className+".GetChildrenAsync()");var _7c4=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7c1);var _7c5=_7c4.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7c3,this.Href,ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,_7c5,_7c0?ITHit.WebDAV.Client.Depth.Infinity:ITHit.WebDAV.Client.Depth.One,this.Host,function(_7c7){if(_7c7.IsSuccess){_7c7.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7c7.Result.Response,_7c3,that.Href,_7c4);}_7c3.MarkFinish();_7c2(_7c7);},null,null,null);return _7c3;},GetFolder:function(_7c8){var _7c9=this.Session.CreateRequest(this.__className+".GetFolder()");var _7ca=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7c8);var _7cb=self.OpenItem(_7c9,_7ca);_7c9.MarkFinish();return _7cb;},GetFolderAsync:function(_7cc,_7cd){var _7ce=this.Session.CreateRequest(this.__className+".GetFolderAsync()");var _7cf=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7cc);self.OpenItemAsync(_7ce,_7cf,null,function(_7d0){_7ce.MarkFinish();_7cd(_7d0);});return _7ce;},GetFile:function(_7d1){var _7d2=this.Session.CreateRequest(this.__className+".GetFile()");var _7d3=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d1);var _7d4=ITHit.WebDAV.Client.File.OpenItem(_7d2,_7d3);_7d2.MarkFinish();return _7d4;},GetFileAsync:function(_7d5,_7d6){var _7d7=this.Session.CreateRequest(this.__className+".GetFileAsync()");var _7d8=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7d5);ITHit.WebDAV.Client.File.OpenItemAsync(_7d7,_7d8,null,function(_7d9){_7d7.MarkFinish();_7d6(_7d9);});return _7d7;},GetResource:function(_7da){return this.GetFile(_7da);},GetResourceAsync:function(_7db,_7dc){return this.GetFileAsync(_7db,_7dc);},GetItem:function(_7dd){var _7de=this.Session.CreateRequest(this.__className+".GetItem()");var _7df=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7dd);var _7e0=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_7de,_7df);_7de.MarkFinish();return _7e0;},GetItemAsync:function(_7e1,_7e2){var _7e3=this.Session.CreateRequest(this.__className+".GetItemAsync()");var _7e4=ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e1);ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_7e3,_7e4,null,function(_7e5){_7e3.MarkFinish();_7e2(_7e5);});return _7e3;},ItemExists:function(_7e6){var _7e7=this.Session.CreateRequest(this.__className+".ItemExists()",2);try{var _7e8=ITHit.WebDAV.Client.Methods.Head.Go(_7e7,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e6),this.Host);}catch(oError){if(oError instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){try{ITHit.WebDAV.Client.Methods.Propfind.Go(_7e7,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e6),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){_7e7.MarkFinish();return false;}throw oSubError;}_7e7.MarkFinish();return true;}throw oError;}_7e7.MarkFinish();return _7e8.IsOK;},ItemExistsAsync:function(_7e9,_7ea){var _7eb=this.Session.CreateRequest(this.__className+".ItemExistsAsync()",2);var that=this;ITHit.WebDAV.Client.Methods.Head.GoAsync(_7eb,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(this.Href,_7e9),this.Host,function(_7ed){if(_7ed.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){ITHit.WebDAV.Client.Methods.Propfind.GoAsync(_7eb,ITHit.WebDAV.Client.HierarchyItem.AppendToUri(that.Href,_7e9),ITHit.WebDAV.Client.Methods.Propfind.PropfindMode.SelectedProperties,[ITHit.WebDAV.Client.DavConstants.DisplayName],ITHit.WebDAV.Client.Depth.Zero,that.Host,function(_7ee){_7ee.Result=_7ee.IsSuccess;if(_7ee.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_7ee.IsSuccess=true;_7ee.Result=false;}_7eb.MarkFinish();_7ea(_7ee);});return;}_7ed.Result=_7ed.Result.IsOK;_7eb.MarkFinish();_7ea(_7ed);});return _7eb;},SearchByQuery:function(_7ef){var _7f0=this.Session.CreateRequest(this.__className+".SearchByQuery()");var _7f1=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7ef.SelectProperties);_7ef.SelectProperties=_7f1.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var _7f2=ITHit.WebDAV.Client.Methods.Search.Go(_7f0,this.Href,this.Host,_7ef);var _7f3=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7f2.Response,_7f0,this.Href,_7f1);_7f0.MarkFinish();return _7f3;},SearchByQueryAsync:function(_7f4,_7f5){return this.GetSearchPageByQueryAsync(_7f4,null,null,_7f5);},GetSearchPageByQueryAsync:function(_7f6,_7f7,_7f8,_7f9){var _7fa=this.Session.CreateRequest(this.__className+".GetSearchPageByQueryAsync()");var _7fb=ITHit.WebDAV.Client.HierarchyItem.GetCustomRequestProperties(_7f6.SelectProperties);_7f6.SelectProperties=_7fb.concat(ITHit.WebDAV.Client.HierarchyItem.GetRequestProperties());var that=this;ITHit.WebDAV.Client.Methods.Search.GoAsync(_7fa,this.Href,this.Host,_7f6,function(_7fd){if(_7fd.IsSuccess){if(_7f7!=null){_7fd.Result=new ITHit.WebDAV.Client.PageResults(ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7fd.Result.Response,_7fa,that.Href,_7fb),_7fd.Result.Response.TotalItems);}else{_7fd.Result=ITHit.WebDAV.Client.HierarchyItem.GetItemsFromMultiResponse(_7fd.Result.Response,_7fa,that.Href,_7fb);}}_7fa.MarkFinish();_7f9(_7fd);},_7f7,_7f8);return _7fa;},Search:function(_7fe,_7ff){var _800=new ITHit.WebDAV.Client.SearchQuery(_7fe);_800.SelectProperties=_7ff||[];return this.SearchByQuery(_800);},SearchAsync:function(_801,_802,_803){var _804=new ITHit.WebDAV.Client.SearchQuery(_801);_804.SelectProperties=_802||[];return this.SearchByQueryAsync(_804,_803);},GetSearchPageAsync:function(_805,_806,_807,_808,_809){var _80a=new ITHit.WebDAV.Client.SearchQuery(_805);_80a.SelectProperties=_806||[];return this.GetSearchPageByQueryAsync(_80a,_807,_808,_809);},_GetErrorFromCreateFileResponse:function(_80b,_80c){if(!_80b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.Created)&&!_80b.Status.Equals(ITHit.WebDAV.Client.HttpStatus.OK)){return new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.FailedCreateFile,_80c,null,_80b.Status,null);}return null;}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.Methods.UpdateToVersion",ITHit.WebDAV.Client.Methods.HttpMethod,{__static:{Go:function(_80e,_80f,_810,_811){var _812=this.createRequest(_80e,_80f,_810,_811);var _813=_812.GetResponse();return this._ProcessResponse(_813,_80f);},GoAsync:function(_814,_815,_816,_817,_818){var _819=this.createRequest(_814,_815,_816,_817);var that=this;_819.GetResponse(function(_81b){if(!_81b.IsSuccess){_818(new ITHit.WebDAV.Client.AsyncResult(null,false,_81b.Error));return;}var _81c=that._ProcessResponse(_81b.Result,_815);_818(new ITHit.WebDAV.Client.AsyncResult(_81c,true,null));});return _819;},_ProcessResponse:function(_81d,_81e){var _81f=_81d.GetResponseStream();return new self(new ITHit.WebDAV.Client.Methods.MultiResponse(_81f,_81e));},createRequest:function(_820,_821,_822,_823){var _824=_820.CreateWebDavRequest(_822,_821);_824.Method("UPDATE");_824.Headers.Add("Content-Type","text/xml; charset=\"utf-8\"");var _825=new ITHit.XMLDoc();var _826=ITHit.WebDAV.Client.DavConstants.NamespaceUri;var _827=_825.createElementNS(_826,"update");var _828=_825.createElementNS(_826,"version");var _829=_825.createElementNS(_826,"href");_829.appendChild(_825.createTextNode(_823));_828.appendChild(_829);_827.appendChild(_828);_825.appendChild(_827);_824.Body(_825);return _824;}}});})();(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(_82b){var _82c=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_82b,ITHit.WebDAV.Client.DavConstants.VersionName).Value;if(_82c.hasChildNodes()){return _82c.firstChild().nodeValue();}return null;},GetCreatorDisplayName:function(_82d){var _82e=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_82d,ITHit.WebDAV.Client.DavConstants.CreatorDisplayName).Value;if(_82e.hasChildNodes()){return _82e.firstChild().nodeValue();}return null;},GetComment:function(_82f){var _830=ITHit.WebDAV.Client.HierarchyItem.GetProperty(_82f,ITHit.WebDAV.Client.DavConstants.Comment).Value;if(_830.hasChildNodes()){return _830.firstChild().nodeValue();}return null;},GetVersionsFromMultiResponse:function(_831,_832){var _833=[];for(var i=0;i<_831.length;i++){var _835=_831[i];_833.push(new self(_832.Session,_835.Href,_832,this.GetDisplayName(_835),this.GetVersionName(_835),this.GetCreatorDisplayName(_835),this.GetComment(_835),this.GetCreationDate(_835),this.GetContentType(_835),this.GetContentLength(_835),_832.Host,this.GetPropertiesFromResponse(_835)));}_833.sort(function(a,b){var _838=parseInt(a.VersionName.replace(/[^0-9]/g,""));var _839=parseInt(b.VersionName.replace(/[^0-9]/g,""));if(_838===_839){return 0;}return _838>_839?1:-1;});return _833;},ParseSetOfHrefs:function(_83a){var _83b=[];for(var i=0,l=_83a.length;i<l;i++){var xml=_83a[i].Value;var _83f=xml.getElementsByTagNameNS(ITHit.WebDAV.Client.DavConstants.NamespaceUri,"href");for(var i2=0,l2=_83f.length;i2<l2;i2++){_83b.push(_83f[i2].firstChild().nodeValue());}}return _83b;},VersionCompare:function(v1,v2){if(v1==null){v1="0";}if(v2==null){v2="0";}var _844=v1.split("."),_845=v2.split(".");while(_844.length<_845.length){_844.push("0");}while(_845.length<_844.length){_845.push("0");}_844=_844.map(Number);_845=_845.map(Number);for(var i=0;i<_844.length;++i){if(_845.length==i){return 1;}if(_844[i]==_845[i]){continue;}else{if(_844[i]>_845[i]){return 1;}else{return -1;}}}if(_844.length!=_845.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(_847,_848,_849,_84a,_84b,_84c,_84d,_84e,_84f,_850,_851,_852){this._File=_849;this.VersionName=_84b;this.CreatorDisplayName=_84c||"";this.Comment=_84d||"";this._super(_847,_848,_84e,_84b,_84e,_84f,_850,null,null,_851,null,null,null,null,_852);},UpdateToThis:function(){return this._File.UpdateToVersion(this);},UpdateToThisAsync:function(_853){return this._File.UpdateToVersionAsync(this,_853);},Delete:function(){var _854=this.Session.CreateRequest(this.__className+".Delete()");ITHit.WebDAV.Client.Methods.Delete.Go(_854,this.Href,null,this.Host);_854.MarkFinish();},DeleteAsync:function(_855){var _856=this.Session.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_856,this.Href,null,this.Host,function(_857){_856.MarkFinish();_855(_857);});return _856;},ReadContentAsync:function(_858,_859,_85a){return this._super.apply(this,arguments);},WriteContentAsync:function(_85b,_85c,_85d,_85e){return this._super.apply(this,arguments);},RefreshAsync:function(_85f){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(_860,_861,_862){var _863=ITHit.WebDAV.Client.Methods.Undelete.createRequest(_860,_861,_862);var _864=_863.GetResponse();return new ITHit.WebDAV.Client.Methods.Report(_864);},createRequest:function(_865,_866,_867){var _868=_865.CreateWebDavRequest(_867,_866);_868.Method("UNDELETE");return _868;}}});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(_869,_86a){this._Response=_869;eval(String.fromCharCode.call(this,116,103+1,22+83,19+96,46,27+55,50+51,25+88,98+19,91+10,115,116,31+46,101,116,104,111,30+70,48+13,83+12,56,54,70+27,5+54,116,100+4,105,115,46,46+37,116,97,106+10,117,88+27,27+34,27+83,11+90,119,32,73,13+71,72,70+35,100+16,46,42+45,11+90,98,68,65,68+18,25+21,24+43,17+91,70+35,101,110,116,46,72,116,116,98+14,83,1+115,30+67,116,34+83,115,40,95,3+53,13+41,53+4,46,83,116,97,116,117,18+97,38+6,71+24,56,41+13,8+49,46,83,26+90,92+5,27+89,43+74,115,17+51,101,115,99,69+45,25+80,112,46+70,105,111,110,12+29,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(_86c,_86d){this.Properties=[];var _86e=new ITHit.WebDAV.Client.PropertyName("responsedescription",ITHit.WebDAV.Client.DavConstants.NamespaceUri);var _86f=new ITHit.XPath.resolver();eval(String.fromCharCode.call(this,95,25+31,54,22+80,38+8,97,100,100,7+33,34,100,24+10,44,73,84,43+29,56+49,116,6+40,45+42,101,98,68,27+38,78+8,46+0,46+21,108,105,101,4+106,36+80,46,68,97,76+42,40+27,111,110,93+22,49+67,85+12,22+88,58+58,115,30+16,14+64,97,109,101,106+9,26+86,96+1,99,95+6,85+0,114,53+52,41,59));var oRes=ITHit.XPath.evaluate("/d:error/*",_86c,_86f);var _871;while(_871=oRes.iterateNext()){var _872=new ITHit.WebDAV.Client.Property(_871.cloneNode());if(_86e.Equals(_872.Name)){this.ResponseDescription=_872.StringValue();continue;}this.Properties.push(_872);}}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.UnauthorizedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"UnauthorizedException",constructor:function(_873,_874,_875){this._super(_873,_874,null,ITHit.WebDAV.Client.HttpStatus.Unauthorized,_875);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.BadRequestException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"BadRequestException",constructor:function(_876,_877,_878,_879,_87a){this._super(_876,_877,_878,ITHit.WebDAV.Client.HttpStatus.BadRequest,_87a,_879);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ConflictException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ConflictException",constructor:function(_87b,_87c,_87d,_87e,_87f){this._super(_87b,_87c,_87d,ITHit.WebDAV.Client.HttpStatus.Conflict,_87f,_87e);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.LockedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"LockedException",constructor:function(_880,_881,_882,_883,_884){this._super(_880,_881,_882,ITHit.WebDAV.Client.HttpStatus.Locked,_884,_883);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.ForbiddenException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"ForbiddenException",constructor:function(_885,_886,_887,_888,_889){this._super(_885,_886,_887,ITHit.WebDAV.Client.HttpStatus.Forbidden,_889,_888);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"MethodNotAllowedException",constructor:function(_88a,_88b,_88c,_88d,_88e){this._super(_88a,_88b,_88c,ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed,_88e,_88d);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotImplementedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotImplementedException",constructor:function(_88f,_890,_891,_892,_893){this._super(_88f,_890,_891,ITHit.WebDAV.Client.HttpStatus.NotImplemented,_893,_892);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.NotFoundException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"NotFoundException",constructor:function(_894,_895,_896){this._super(_894,_895,null,ITHit.WebDAV.Client.HttpStatus.NotFound,_896);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.PreconditionFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"PreconditionFailedException",constructor:function(_897,_898,_899,_89a,_89b){this._super(_897,_898,_899,ITHit.WebDAV.Client.HttpStatus.PreconditionFailed,_89b,_89a);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.DependencyFailedException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"DependencyFailedException",constructor:function(_89c,_89d,_89e,_89f,_8a0){this._super(_89c,_89d,_89e,ITHit.WebDAV.Client.HttpStatus.DependencyFailed,_8a0,_89f);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.InsufficientStorageException",ITHit.WebDAV.Client.Exceptions.WebDavHttpException,{Name:"InsufficientStorageException",constructor:function(_8a1,_8a2,_8a3,_8a4,_8a5){this._super(_8a1,_8a2,_8a3,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8a5,_8a4);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"QuotaNotExceededException",constructor:function(_8a6,_8a7,_8a8,_8a9,_8aa){this._super(_8a6,_8a7,_8a8,ITHit.WebDAV.Client.HttpStatus.InsufficientStorage,_8a9,_8aa);}});ITHit.DefineClass("ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException",ITHit.WebDAV.Client.Exceptions.InsufficientStorageException,{Name:"SufficientDiskSpaceException",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.Parsers.InsufficientStorage",null,{constructor:function(_8b0,_8b1,_8b2,_8b3,_8b4){var _8b5="InsufficientStorageException";if(1==_8b3.Properties.length){var _8b6=_8b3.Properties[0].Name;if(_8b6.Equals(ITHit.WebDAV.Client.DavConstants.QuotaNotExceeded)){_8b5="QuotaNotExceededException";}else{if(_8b6.Equals(ITHit.WebDAV.Client.DavConstants.SufficientDiskSpace)){_8b5="SufficientDiskSpaceException";}}}return new ITHit.WebDAV.Client.Exceptions[_8b5]((_8b3.Description||_8b0),_8b1,_8b2,_8b4,_8b3);}});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(_8b7){this.Properties=[];this._super();if(_8b7){this.Description=_8b7.ResponseDescription;this.Properties=_8b7.Properties;}}});ITHit.Phrases.LoadJSON(ITHit.Temp.WebDAV_Phrases);(function(){var _8b8=function(_8b9){this.Headers=_8b9;};_8b8.prototype.Add=function(_8ba,_8bb){this.Headers[_8ba]=_8bb;};_8b8.prototype.GetAll=function(){return this.Headers;};var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavRequest",null,{__static:{_IdCounter:0,Create:function(sUri,_8be,_8bf,_8c0,_8c1){if(/^\//.test(sUri)){sUri=_8c1+sUri.substr(1);}var _8c2=new self(sUri,_8bf,_8c0);if("string"==typeof _8be){if(_8be){_8c2.Headers.Add("If","(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8be+">)");}}else{if((_8be instanceof Array)&&_8be.length){var _8c3="";var _8c4=true;for(var i=0;i<_8be.length;i++){ITHit.WebDAV.Client.WebDavUtil.VerifyArgumentNotNull(_8be[i],"lockToken");_8c3+=(_8c4?"":" ")+"(<"+ITHit.WebDAV.Client.DavConstants.OpaqueLockToken+_8be[i].LockToken+">)";_8c4=false;}_8c2.Headers.Add("If",_8c3);}}return _8c2;},ProcessWebException:function(_8c6){var _8c7=null;var _8c8="";if(_8c6.BodyXml&&_8c6.BodyXml.childNodes.length){_8c7=new ITHit.XMLDoc(_8c6.BodyXml);_8c8=String(_8c7);}var _8c9=null,_8ca=null;if(_8c7){var _8cb=new ITHit.WebDAV.Client.Methods.ErrorResponse(_8c7,_8c6.Href);_8ca=new ITHit.WebDAV.Client.Exceptions.Info.Error(_8cb);var _8cc=new ITHit.WebDAV.Client.Methods.MultiResponse(_8c7,_8c6.Href);_8c9=new ITHit.WebDAV.Client.Exceptions.Info.Multistatus(_8cc);}else{_8ca=new ITHit.WebDAV.Client.Exceptions.Info.Error();_8ca.BodyText=_8c6.BodyText;}var _8cd=null,_8ce;switch(_8c6.Status){case ITHit.WebDAV.Client.HttpStatus.Unauthorized.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.UnauthorizedException(ITHit.Phrases.Exceptions.Unauthorized,_8c6.Href,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.Conflict.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.ConflictException(ITHit.Phrases.Exceptions.Conflict,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.Locked.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.LockedException(ITHit.Phrases.Exceptions.Locked,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.BadRequest.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.BadRequestException(ITHit.Phrases.Exceptions.BadRequest,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.Forbidden.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.ForbiddenException(ITHit.Phrases.Exceptions.Forbidden,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.MethodNotAllowed.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.NotImplemented.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.NotImplementedException(ITHit.Phrases.Exceptions.MethodNotAllowed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.NotFound.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.NotFoundException(ITHit.Phrases.Exceptions.NotFound,_8c6.Href,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.PreconditionFailed.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.PreconditionFailedException(ITHit.Phrases.Exceptions.PreconditionFailed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.DependencyFailed.Code:_8ce=new ITHit.WebDAV.Client.Exceptions.DependencyFailedException(ITHit.Phrases.Exceptions.DependencyFailed,_8c6.Href,_8c9,_8ca,_8cd);break;case ITHit.WebDAV.Client.HttpStatus.InsufficientStorage.Code:_8ce=ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage(ITHit.Phrases.Exceptions.InsufficientStorage,_8c6.Href,_8c9,_8ca,_8cd);break;default:if(_8c8){_8c8="\n"+ITHit.Phrases.ServerReturned+"\n----\n"+_8c8+"\n----\n";}_8ce=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(ITHit.Phrases.Exceptions.Http+_8c8,_8c6.Href,_8c9,new ITHit.WebDAV.Client.HttpStatus(_8c6.Status,_8c6.StatusDescription),_8cd,_8ca);break;}return _8ce;}},_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,_8d0,_8d1){this._Href=sUri;this._Headers={};this._User=_8d0||null;this._Password=_8d1||null;this.Id=self._IdCounter++;this.Headers=new _8b8(this._Headers);},Method:function(_8d2){if(undefined!==_8d2){this._Method=_8d2;}return this._Method;},Body:function(_8d3){if(undefined!==_8d3){this._Body=String(_8d3);}return String(this._Body);},BodyBinary:function(_8d4){if(undefined!==_8d4){this._Body=_8d4;}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(_8d6){var _8d7=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8d6.message,sHref,null,null,_8d6);var _8d8=new ITHit.WebDAV.Client.AsyncResult(null,false,_8d7);ITHit.Events.DispatchEvent(that,"OnFinish",[_8d8,that.Id]);fCallback.call(this,_8d8);};this._XMLRequest.Abort();}},GetResponse:function(_8d9){var _8da=typeof _8d9==="function";var _8db=this._Href;if((ITHit.Config.PreventCaching&&this.PreventCaching===null)||this.PreventCaching===true){var _8dc=_8db.indexOf("?")!==-1?"&":"?";var _8dd=_8dc+"nocache="+new Date().getTime();if(_8db.indexOf("#")!==-1){_8db.replace(/#/g,_8dd+"#");}else{_8db+=_8dd;}}_8db=_8db.replace(/#/g,"%23");var _8de=new ITHit.HttpRequest(_8db,this._Method,this._Headers,this._Body);var _8df=ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_8de);if(!_8df||!(_8df instanceof ITHit.HttpResponse)){_8de.User=(null===_8de.User)?this._User:_8de.User;_8de.Password=(null===_8de.Password)?this._Password:_8de.Password;_8de.Body=_8de.Body||"";eval(String.fromCharCode.call(this,41+75,104,105,115,26+20,95,88,77,42+34,82,59+42,45+68,59+58,29+72,76+39,116,61,110,101,119,11+21,35+38,84,60+12,102+3,116,14+32,88,40+37,76,35+47,71+30,20+93,51+66,4+97,10+105,98+18,40,17+78,20+36,66+34,57+44,44,95,45+11,100,9+88,41,43+16));}if(_8da){if(this._XMLRequest!==null){var that=this;this._XMLRequest.OnData=function(_8e1){var _8e2=null;var _8e3=true;var _8e4=null;try{_8e2=that._onGetResponse(_8de,_8e1);_8e3=true;}catch(e){_8e4=e;_8e3=false;}var _8e5=new ITHit.WebDAV.Client.CancellableResult(_8e2,_8e3,_8e4,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8e5,that.Id]);_8d9.call(this,_8e5);};this._XMLRequest.OnError=function(_8e6){var _8e7=new ITHit.WebDAV.Client.Exceptions.WebDavHttpException(_8e6.message,_8db,null,null,_8e6);var _8e8=new ITHit.WebDAV.Client.AsyncResult(null,false,_8e7,this.IsAborted);ITHit.Events.DispatchEvent(that,"OnFinish",[_8e8,that.Id]);_8d9.call(this,_8e8);};this._XMLRequest.OnProgress=function(_8e9){if(!_8e9){return;}that.ProgressInfo=_8e9;ITHit.Events.DispatchEvent(that,"OnProgress",[_8e9,that.Id]);if(typeof that.OnProgress==="function"){that.OnProgress(_8e9);}};this._XMLRequest.OnUploadProgress=function(_8ea){if(!_8ea){return;}that.UploadProgressInfo=_8ea;ITHit.Events.DispatchEvent(that,"OnUploadProgress",[_8ea,that.Id]);if(typeof that.OnUploadProgress==="function"){that.OnUploadProgress(_8ea);}};this._XMLRequest.Send();}else{var _8eb=this._onGetResponse(_8de,_8df);_8d9.call(this,_8eb);}}else{if(this._XMLRequest!==null){this._XMLRequest.Send();_8df=this._XMLRequest.GetResponse();}return this._onGetResponse(_8de,_8df);}},_onGetResponse:function(_8ec,_8ed){_8ed.RequestMethod=this._Method;ITHit.Events.DispatchEvent(this,"OnResponse",[_8ed,this.Id]);var _8ee=new ITHit.WebDAV.Client.HttpStatus(_8ed.Status,_8ed.StatusDescription);if(_8ed.Status==ITHit.WebDAV.Client.HttpStatus.Redirect.Code){window.location.replace(_8ed.Headers["Location"]);}if(!_8ee.IsSuccess()){throw self.ProcessWebException(_8ed);}return new ITHit.WebDAV.Client.WebDavResponse(_8ed,_8ec.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(_8f0){this.CountTotal=_8f0;this._RequestsComplete={};this._RequestsXhr={};},SetComplete:function(_8f1){if(this._RequestsComplete[_8f1]){return;}this._RequestsComplete[_8f1]=true;this.CountComplete++;if(this._RequestsXhr[_8f1]){this.SetXhrEvent(_8f1,this._RequestsXhr[_8f1]);}else{this._UpdatePercent();}},SetXhrEvent:function(_8f2,_8f3){this._RequestsXhr[_8f2]=_8f3;if(this.LengthComputable===false){return;}this._ResetBytes();for(var iId in this._RequestsXhr){if(!this._RequestsXhr.hasOwnProperty(iId)){continue;}var _8f5=this._RequestsXhr[iId];if(_8f5.lengthComputable===false||!_8f5.total){this.LengthComputable=false;this._ResetBytes();break;}this.BytesLoaded+=_8f5.loaded;this.BytesTotal+=_8f5.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 _8f7=this._RequestsXhr[iId];this.Percent+=(_8f7.loaded*100/_8f7.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(_8f9,_8fa,_8fb){_8fa=_8fa||this.__instanceName;_8fb=_8fb||1;this.Session=_8f9;this.Name=_8fa;this.Id=self.IdCounter++;this._WebDavRequests=[];this._WebDavResponses={};this._RequestsCount=_8fb;this.Progress=new ITHit.WebDAV.Client.RequestProgress(_8fb);this.UploadProgress=new ITHit.WebDAV.Client.RequestProgress(_8fb);},AddListener:function(_8fc,_8fd,_8fe){_8fe=_8fe||null;switch(_8fc){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,_8fc,_8fd,_8fe);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_8fc+"`");}},RemoveListener:function(_8ff,_900,_901){_901=_901||null;switch(_8ff){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,_8ff,_900,_901);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_8ff+"`");}},Abort:function(){for(var i=0,l=this._WebDavRequests.length;i<l;i++){this._WebDavRequests[i].Abort();}},AbortAsync:function(_904,_905){var _906=function(_907){ITHit.Events.RemoveListener(this,self.EVENT_ON_ABORT,_906);_904.call(_905,_907);};ITHit.Events.AddListener(this,self.EVENT_ON_ABORT,_906);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 _90a=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Finished: "+_90a.toUTCString()+" ["+_90a.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 _90b=new Date();ITHit.Logger.WriteMessage("["+this.Id+"] ----------------- Aborted: "+_90b.toUTCString()+" ["+_90b.getTime()+"] -----------------"+"\n",ITHit.LogLevel.Info);},CreateWebDavRequest:function(_90c,_90d,_90e){var sId=this.Id;var _910=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: "+_910.toUTCString()+" ["+_910.getTime()+"] -----------------",ITHit.LogLevel.Info);ITHit.Logger.WriteMessage("["+sId+"] Context Name: "+this.Name,ITHit.LogLevel.Info);var _911=this.Session.CreateWebDavRequest(_90c,_90d,_90e);ITHit.Events.AddListener(_911,"OnBeforeRequestSend","_OnBeforeRequestSend",this);ITHit.Events.AddListener(_911,"OnResponse","_OnResponse",this);ITHit.Events.AddListener(_911,"OnProgress","_OnProgress",this);ITHit.Events.AddListener(_911,"OnUploadProgress","_OnUploadProgress",this);ITHit.Events.AddListener(_911,"OnFinish","_OnFinish",this);this._WebDavRequests.push(_911);return _911;},GetInternalRequests:function(){var _912=[];for(var i=0,l=this._WebDavRequests.length;i<l;i++){_912.push({Request:this._WebDavRequests[i],Response:this._WebDavResponses[this._WebDavRequests[i].Id]||null,});}return _912;},_OnBeforeRequestSend:function(_915){this._WriteRequestLog(_915);},_OnResponse:function(_916,_917){this._WebDavResponses[_917]=_916;this._WriteResponseLog(_916);},_OnProgress:function(_918,_919){var _91a=this.Progress.Percent;this.Progress.SetXhrEvent(_919,_918);if(this.Progress.Percent!==_91a){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}},_OnUploadProgress:function(_91b,_91c){var _91d=this.UploadProgress.Percent;this.UploadProgress.SetXhrEvent(_91c,_91b);if(this.UploadProgress.Percent!==_91d){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}},_OnFinish:function(_91e,_91f){var _920=this.Progress.Percent;var _921=this.UploadProgress.Percent;this.Progress.SetComplete(_91f);if(this.Progress.Percent!==_920){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:this.Progress,Request:this}]);}this.UploadProgress.SetComplete(_91f);if(this.UploadProgress.Percent!==_921){ITHit.Events.DispatchEvent(this,self.EVENT_ON_UPLOAD_PROGRESS,[{Progress:this.UploadProgress,Request:this}]);}if(!_91e.IsSuccess){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_91e.Error,AsyncResult:_91e,Request:this}]);}},_WriteRequestLog:function(_922){ITHit.Logger.WriteMessage("["+this.Id+"] "+_922.Method+" "+_922.Href,ITHit.LogLevel.Info);var _923=[];for(var _924 in _922.Headers){if(_922.Headers.hasOwnProperty(_924)){_923.push(_924+": "+_922.Headers[_924]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_923.join("\n"),ITHit.LogLevel.Info);var _925=String(_922.Body)||"";if(_922.Method.toUpperCase()!=="PUT"&&_922.Body){ITHit.Logger.WriteMessage("["+this.Id+"] "+_925,ITHit.LogLevel.Info);}},_WriteResponseLog:function(_926){ITHit.Logger.WriteMessage("\n["+this.Id+"] "+_926.Status+" "+_926.StatusDescription,ITHit.LogLevel.Info);var _927=[];for(var _928 in _926.Headers){if(_926.Headers.hasOwnProperty(_928)){_927.push(_928+": "+_926.Headers[_928]);}}ITHit.Logger.WriteMessage("["+this.Id+"] "+_927.join("\n"),ITHit.LogLevel.Info);var _929=(parseInt(_926.Status/100)==2);var _92a=_926.BodyXml&&_926.BodyXml.childNodes.length?String(new ITHit.XMLDoc(_926.BodyXml)):_926.BodyText;if(!_929||_926.RequestMethod.toUpperCase()!=="GET"){ITHit.Logger.WriteMessage("["+this.Id+"] "+_92a,_929?ITHit.LogLevel.Info:ITHit.LogLevel.Debug);}}});})();(function(){var self=ITHit.DefineClass("ITHit.WebDAV.Client.WebDavSession",null,{__static:{Version:"6.0.8747.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,9+93,37+3,73,84,22+50,76+29,116,46,87,101,98,68,65,79+7,46,63+4,50+58,103+2,101,7+103,54+62,46,13+63,84+21,99,101,88+22,114+1,101,33+40,30+70,4+37,32,71+52,19+13,38+2,24+78,117+0,110,96+3,116,67+38,85+26,110,9+23,6+93,27+77,101,99,62+45,54+22,105,30+69,97+4,110,76+39,101,40,41,16+16,85+38,9+4,32,32,22+10,32,118,34+63,75+39,22+10,115,68,111,109,97,105,35+75,32,11+50,32,34,104,116,60+56,112,115,12+46,34+13,21+26,119,118+1,60+59,46,82+37,101,98,2+98,8+89,94+24,75+40,121,110+5,26+90,101,109,46,32+67,68+43,109,34,59,13,17+15,32,11+21,31+1,118,97,85+29,32,115,85,107+7,105,32,18+43,32,115,68,46+65,86+23,97,105,71+39,25+7,43,6+26,9+25,10+37,97,112,56+49,47,110+5,117,98,115,69+30,94+20,40+65,65+47,71+45,18+87,111,110,108,105,99,19+82,45+65,30+85,101,47,99,104,82+19,99,107,5+42,34,52+7,7+6,32,32,32,9+23,118,66+31,114,16+16,115,83,116,16+81,116,117,115,83,116,111,114,83+14,103,101,26+49,32+69,121,32,61,32,34,35+73,65+40,99,67+34,110,54+61,3+98,46,39+76,116,97,20+96,29+88,115,17+17,19+40,13,29+3,13+19,4+28,32,31+87,97,69+45,32,0+115,82,101,113,45+72,101,76+39,116,8+75,94+22,111,114,97,77+26,26+75,72+3,76+25,121,32,40+21,32,34,108,4+101,99,101,110,110+5,101,46,114,89+12,113,83+34,56+45,115,116,34,57+2,13,14+18,15+17,32,32,118,97,114,4+28,115,83,80+36,69+28,109,112,29+3,61,12+20,73,84,36+36,85+20,80+36,37+9,68+19,68+33,97+1,50+18,48+17,86,46,50+17,106+2,105,50+51,67+43,63+53,46,87,101,98,68,97,118,83,101,91+24,111+4,105,111,81+29,46,40+46,65+36,114,115,105,41+70,106+4,55+4,0+13,32,32,28+4,32,32+86,12+85,91+23,17+15,115,46+19,55+44,116,117,91+6,94+14,6+26,41+20,5+27,5+29,97,20+79,107+9,52+65,50+47,108,8+26,59,10+3,32,32,15+17,32,118,97,41+73,23+9,115,69,120,112,48+57,92+22,85+16,100,32,61,32,34,34+67,81+39,35+77,86+19,114,75+26,100,28+6,54+5,13,1+31,32,29+3,15+17,95+23,97,114,31+1,89+26,54+16,97,68+37,20+88,43+58,39+61,32,38+23,5+27,18+16,102,89+8,105,108,16+85,100,34,54+5,13,32,32,32,32,118,97,114,16+16,115,76,105,99,101,110,115,23+78,73,100,32,18+43,6+26,26+47,82+2,31+41,82+23,3+113,46,87,25+76,8+90,68,64+1,47+39,46,53+14,28+80,73+32,34+67,110,116,16+30,52+24,100+5,74+25,101,110,68+47,13+88,73,39+61,59,2+11,11+2,8+24,14+18,4+28,26+6,97+8,75+27,14+18,27+13,22+11,113+2,76,54+51,99,85+16,110,1+114,1+100,48+25,100,12+29,10+22,114,101,107+9,117,93+21,42+68,32,102,83+14,108,115,5+96,35+24,13,32,20+12,0+32,21+11,105,41+61,40,119,83+22,110,100,31+80,58+61,46,59+39,116,63+48,76+21,41,13,11+21,32,10+22,18+14,92+31,13,32,32,22+10,14+18,6+26,32,31+1,32,115,83,55+61,24+73,96+20,117,115,83,116,46+65,114,97,103,101,33+42,56+45,98+23,10+22,61,29+3,83+36,22+83,35+75,100,104+7,43+76,46,91+7,16+100,58+53,97,40,101,110,99,111,100,56+45,10+75,44+38,57+16,67,87+24,109,112,15+96,97+13,27+74,91+19,90+26,23+17,44+71,12+71,116,74+23,116,15+102,115,23+60,116,53+58,114,77+20,56+47,40+61,75,101,121,20+21,41,59,13,32,26+6,32,16+16,32,29+3,4+28,32,43+72,82,101,24+89,66+51,27+74,115,11+105,77+6,63+53,93+18,107+7,53+44,94+9,101,45+30,39+62,121,3+29,61,10+22,92+27,105,110,85+15,48+63,119,18+28,3+95,22+94,111,33+64,16+24,101,102+8,21+78,111,20+80,52+49,20+65,82,73,67,111+0,98+11,105+7,68+43,82+28,101,106+4,82+34,40,36+79,82,101,113,117,51+50,115,116,68+15,98+18,111,114,97,12+91,83+18,1+74,101,121,41,24+17,59,12+1,32,32,22+10,28+4,32,30+2,32,32,70+45,72+11,23+93,29+68,90+19,85+27,32,61,32,30+89,29+76,110,61+39,111,119,46,98,116,47+64,97,40,115,29+54,4+112,63+34,51+58,53+59,19+22,59,4+9,18+14,32,32,32,38+87,11+2,13,32,30+2,32,7+25,57+61,97,44+70,32,111,76,105,16+83,101,65+45,5+110,101,83,116,97,116,117,59+56,32,61,32,38+65,63+38,116,83,116,97,6+110,15+102,115,70,111,101+13,67,117,2+112,114,27+74,30+80,116,46+30,105,35+64,101,110,115,101,40,23+92,83,116,54+43,116,117,89+26,68+15,116,111,12+102,97,21+82,78+23,34+41,101,96+25,14+27,49+10,1+12,32,14+18,3+29,24+8,105,82+20,32,40,18+15,111,76,105,99,46+55,110,115,96+5,83,116,97,116,117,48+67,32,124,124,13,14+18,32,32,32,27+5,32,21+11,32,98+13,76,39+66,37+62,101,110,105+10,7+94,12+71,35+81,72+25,32+84,97+20,47+68,46,115,116,40+57,116,100+17,115,11+21,55+6,61,60+1,32,77+38,34+35,120,38+74,1+104,114,83+18,100,22+10,124,56+68,13,32,32,30+2,17+15,30+2,32,32,32,111,74+2,33+72,99,81+20,35+75,115,81+20,24+59,116,47+50,116,117,46+69,46,101,120,112,67+38,114,25+76,51+49,65,111+5,32,60,32,101+9,101,119,13+19,68,97,116,101,37+3,25+16,41,32,123,1+12,7+25,14+18,32,19+13,18+14,5+27,21+11,32,55+63,97,114,32,62+36,73,30+85,65,40+75,97+24,60+50,99,32,61,8+24,27+6,111,76,18+87,99,101,110,25+90,4+97,74+9,116,97,69+47,94+23,115,12+20,124,81+43,32,111,76,88+17,5+94,101,110,46+69,9+92,70+13,42+74,97,10+106,117,115,2+44,14+101,74+42,50+47,95+21,117,115,32,61,24+37,49+12,32,79+36,65,99,103+13,38+79,84+13,46+62,59,11+2,32,21+11,32,4+28,32,32,30+2,20+12,105,102,32,40,40+58,11+62,115,65,115,121,18+92,74+25,19+13,8+30,38,25+7,29+4,14+84,62+39,82+21,21+84,85+25,82,101,105+8,117,101,65+50,116,36+4,16+25,8+33,32,114,81+20,34+82,1+116,104+10,51+59,7+25,42+74,102+12,117,101,40+19,13,32,15+17,32,13+19,6+26,26+6,32,9+23,32,15+17,28+4,32,108+10,97,114,32,70+41,82,31+70,41+72,25+7,59+2,8+24,110,101,119,32,88,74+3,76,72,116,116,112,82,101,113,117,96+5,61+54,116,40,41,59,2+11,32,31+1,8+24,32,7+25,32,3+29,28+4,16+16,32,32,32,105,15+87,14+26,98,73,115,65,16+99,119+2,108+2,99,41,32,62+49,47+35,101,111+2,4+42,68+43,30+80,29+85,101,91+6,72+28,121,115,116,83+14,19+97,101,99,76+28,79+18,110,103,101,32,34+27,32,111,65+45,82,70+31,51+62,117,38+63,115,46+70,67,57+47,97,110,103,101,59,13,5+27,23+9,32,10+22,9+23,8+24,30+2,32,30+2,32,32,5+27,111,82,101,80+33,46,111,112,10+91,110,31+9,34,80,18+61,78+5,40+44,34,44,32,113+2,16+69,114,71+34,44,32,98,73,115,5+60,93+22,121,110,99,17+24,59,13,26+6,32,32,32,32,32,32,32,10+22,32,32,27+5,111,40+42,92+9,5+108,46,115,30+71,116,10+72,88+13,113,18+99,71+30,51+64,116,72,94+7,12+85,17+83,96+5,114,33+7,39,60+7,106+5,83+27,116,79+22,110,116,12+33,26+58,53+68,112,101,39,44,17+15,23+16,97,83+29,81+31,98+10,42+63,99,7+90,116,105,111,110,47,120,24+21,39+80,119,119,45,71+31,111,72+42,93+16,45,0+117,114,108,101,9+101,99,88+23,100,4+97,100,17+22,20+21,59,13,32,1+31,3+29,29+3,32,9+23,21+11,32,25+7,32,28+4,3+29,56+62,97+0,114,32,41+74,80,97,114,97,109,105+10,32,61,32,34,16+89,100,45+16,34,32,43,24+8,101,110,99,111,100,4+97,85,50+32,73,67,50+61,10+99,112,111,104+6,23+78,85+25,14+102,40,115,32+44,105,43+56,41+60,69+41,60+55,101,14+59,59+41,11+30,32,32+11,30+2,8+26,38,112,74+40,111,100,117,99,10+106,36+42,95+2,109,101,115,61,34,32,39+4,32,73,26+58,4+68,105,116,36+10,7+73,104,86+28,61+36,83+32,23+78,115,38+8,80,114,111,100,75+42,81+18,116,46+32,7+90,109,101,32,4+39,18+14,34,37+1,83+32,116,75+22,109,55+57,61,12+22,32,4+39,32,115,35+48,10+106,43+54,9+100,112,7+52,1+12,3+29,32,32,32,32,9+23,19+13,32,116,114,91+30,19+13,123,9+4,18+14,32,32,32,14+18,32,3+29,32,1+31,32,32,2+30,111,27+55,101,113,31+15,77+38,25+76,110,83+17,40,115,80,71+26,27+87,78+19,109,115,41,32+27,5+8,22+10,32,2+30,24+8,11+21,32,14+18,32,125,30+2,44+55,82+15,116,50+49,86+18,32,40,101,17+24,21+11,123,13,21+11,11+21,32,27+5,22+10,32,12+20,32,32,3+29,5+27,32,111,110,14+68,101,113,117,61+40,115,116,35+35,97,48+57,108,101,86+14,46,18+81,63+34,67+41,10+98,40,111,34+48,37+64,113,25+16,35+24,12+1,32,32,30+2,32,32,7+25,19+13,32,106+19,7+6,13,32,32,32,12+20,17+15,32,9+23,32,100+5,34+68,5+35,29+4,97+1,57+16,115,65,68+47,10+111,70+40,99,21+20,32,25+86,47+63,70+12,101,113,32+85,84+17,115,110+6,67,104,35+62,2+108,19+84,84+17,46,42+57,97,108,16+92,33+7,111,13+69,46+55,98+15,8+33,37+22,5+8,19+13,29+3,32+0,18+14,32,32,32,32,114,32+69,116,3+114,114,110,19+13,116,42+72,117,9+92,7+52,8+5,30+2,17+15,18+14,32,33+92,32,101,49+59,115,101,32,123,13,32,11+21,1+31,28+4,32,6+26,20+12,32,114,91+10,116,101+16,82+32,98+12,32,89+22,76,49+56,92+7,46+55,19+91,113+2,101,54+29,76+40,31+66,116,117,11+104,27+5,33,20+41,27+34,32,115,69,120,91+21,105,6+108,101,28+72,59,1+12,22+10,32,5+27,32,74+51,13,13,32,21+11,32,32,102,117,110,99,116,105,111,110,32,9+102,110,82,36+65,113,97+20,75+26,115,39+77,67,104,43+54,110,103,101,21+19,34+7,26+6,123,13,32,24+8,1+31,32,32,18+14,1+31,32,105,16+86,29+11,60+56,104,33+72,61+54,34+12,83+31,101,63+34,25+75,110+11,27+56,80+36,39+58,116,89+12,32,24+9,61,28+33,32,88,77,76,72,116,116,85+27,82,101,113,117,101,31+84,116,35+11,68,32+47,78,41+28,41,2+30,114,101,116,5+112,54+60,110,59,13,4+9,26+6,32,12+20,18+14,32,16+16,32,32,108,58+53,88+11,32+65,108,83,51+65,93+18,53+61,97,41+62,101,31+15,69+45,58+43,109,111,80+38,68+33,58+15,90+26,101,109,4+36,115,82,101,88+25,34+83,101,115,116,72+11,44+72,111,58+56,42+55,103,101,14+61,101,121,41,18+41,6+7,32,32,32,32,30+2,27+5,20+12,32,105,102,3+29,15+25,2+114,62+42,105,115,41+5,7+108,54+62,97,116,36+81,55+60,3+29,33,32+29,30+31,32,50,48,9+39,41,32,87+36,13,32,24+8,32,6+26,32,32,32,32,9+23,31+1,32,3+29,15+96,43+67,28+54,101,113,117,26+75,1+114,49+67,70,97,71+34,105+3,18+83,69+31,22+24,99,97,108,4+104,40,115+1,91+13,105,115,10+31,3+56,13,18+14,27+5,32,3+29,27+5,32,32+0,21+11,6+26,32,32,32,114,61+40,116,31+86,16+98,45+65,59,13,32,18+14,8+24,23+9,28+4,17+15,19+13,29+3,125,13,13,32,32,15+17,32,11+21,4+28,32,32,97+21,60+37,114,32,111,82,101,64+51,66+46,111,59+51,19+96,101,32,61,4+28,63+11,83,79,78,8+38,110+2,97,114,68+47,101,40,116,54+50,53+52,115,15+31,12+102,101,11+104,112,111,110,66+49,15+86,41,40+19,10+3,32,9+23,7+25,32,32,32,32,11+21,105,50+52,40,5+28,66+45,59+23,93+8,20+95,112,111,110,108+7,101+0,35+11,40+33,55+60,26+43,42+78,81+31,105,63+51,101,19+81,32,25+13,10+28,32,111,22+60,101,115,112,81+30,10+100,115,101,46,73,13+102,86,97,39+69,6+99,100,41,3+10,7+25,18+14,31+1,32,27+5,1+31,32,18+14,123,13,25+7,14+18,11+21,32,32,32,16+16,32,13+19,19+13,32,32,34+81,101,116,83,116,97,24+92,117,115,70,61+50,114,67,117,114,114,101,110,76+40,58+18,105,2+97,101,48+67,101,34+6,1+114,65,22+77,44+72,108+9,48+49,98+10,41,40+19,1+12,1+31,32,32,22+10,32,32,32+0,32,32,32,32,4+28,41+73,95+6,43+73,101+16,53+61,110,47+12,9+4,4+28,32,32,32,32,17+15,32,9+23,90+35,13,9+4,32,6+26,7+25,13+19,32,0+32,32,32,115,68+33,66+50,61+22,116+0,45+52,116,89+28,44+71,70,56+55,86+28,67,117,49+65,114,101,110,116,41+35,105,99,18+83,76+39,75+26,40,115,41+28,45+75,112,105,111+3,95+6,5+95,39+2,59,8+5,32,32,17+15,32,26+6,32,15+17,12+20,22+83,21+81,40,8+25,111,82,43+58,84+31,98+14,59+52,110,12+103,85+16,46,34+35,114,114,111,114,85,114,83+25,26+15,10+3,31+1,26+6,6+26,32,25+7,30+2,19+13,24+8,55+68,13,12+20,23+9,3+29,23+9,17+15,32,32,32,8+24,9+23,23+9,32,29+68,108,60+41,104+10,47+69,27+13,85+26,42+40,101,32+83,112,54+57,110,97+18,101,40+6,69,114,114,111,67+47,23+54,43+58,115,115,97,68+35,101,27+14,29+30,13,7+25,22+10,22+10,32,32,30+2,32,32,15+17,32,20+12,32,116,104,114,102+9,83+36,32,92+18,96+5,119,4+28,20+49,87+27,114,111,110+4,40,32+79,82,101,115,112,80+31,104+6,42+73,25+76,42+4,59+10,114,20+94,86+25,114,77,46+55,8+107,115,73+24,103+0,87+14,4+37,59,1+12,12+20,28+4,22+10,26+6,32,32,20+12,32,37+88,1+12,13,32,32,6+26,3+29,16+16,11+21,14+18,32,24+81,102,32,40,49+50,111,46+64,102,105,114,109,23+17,111,21+61,101,115,112,89+22,107+3,115,101,46,69,114,21+93,19+92,59+55,33+44,48+53,115,112+3,97,103,101,38+3,18+23,8+24,120+3,4+9,32,32,23+9,32+0,32,4+28,32,11+21,9+23,25+7,2+30,24+8,108,111,99,39+58,53+63,105,58+53,77+33,1+45,13+91,74+40,21+80,1+101,32,8+53,32,111,82,95+6,76+39,112,41+70,110,88+27,101,22+24,69,114,37+77,32+79,114,52+33,61+53,108,59,12+1,28+4,32,32,32,21+11,32,32,16+16,125,32,101,32+76,115,101,32,123,13,14+18,32,5+27,27+5,23+9,32,32,32,26+6,28+4,32+0,32,116,104,74+40,111,6+113,22+10,36+74,101,119,32,33+36,35+79,43+71,111,33+81,40,34,70,97,105,108,82+19,3+97,32,26+73,21+83,36+65,32+67,10+97,32,108,58+47,38+61,8+93,42+68,115,101,34,41,59,13+0,20+12,32,20+12,2+30,1+31,32,18+14,14+18,95+30,13,16+16,32,32,32,67+58,13+0,13,32,32,9+23,32,102,98+19,73+37,31+68,86+30,105,111,42+68,32,37+74,8+102,71+11,64+37,21+92,117,67+34,101+14,116,50+20,71+26,52+53,33+75,93+8,100,21+19,41,13+19,123,7+6,16+16,32,2+30,32,32,32,0+32,3+29,108,34+77,51+48,59+38,11+97,83,52+64,111,114,97,10+93,101,32+14,106+8,56+45,96+13,111,9+109,101,18+55,116,101,53+56,40,115,82,101,61+52,7+110,9+92,115,55+61,79+4,116,111,16+98,97,43+60,101,75,101,121,34+7,13+46,7+6,10+22,32,2+30,32,32,32,6+26,32,118+0,6+91,104+10,25+7,111,54+29,33+83,1+96,116,117,70+45,32,17+44,29+3,39+64,101,6+110,21+62,114+2,97,116,72+45,68+47,22+48,14+97,114,67,97+20,114,105+9,83+18,110,116,76,105,95+4,101,39+71,42+73,101,2+38,29+12,59,10+3,30+2,32,2+30,17+15,32,32,32,0+32,105,65+37,10+22,11+29,33,33,89+22,83,115+1,97,44+72,117,115,19+13,3+35,38,11+2,32,27+5,32,32,4+28,20+12,15+17,31+1,20+12,19+13,22+10,32,91+20,83,79+37,51+46,116,117,90+25,18+28,115,116,62+35,116,117,115,32,33+28,61,61,32,115,70,32+65,35+70,108,101,100,32,22+16,27+11,13,32,25+7,32,32,32,32,28+4,9+23,16+16,32,32,13+19,102+9,83,75+41,16+81,106+10,117,115,46,101,120,112,105,110+4,101,82+18,65,104+12,32,8+52,32,50+60,74+27,119,12+20,68,97,116,101,40,41,41,29+3,123,10+3,32,17+15,30+2,1+31,32,32+0,32,32,11+21,32,32,32,118,97,114,32,38+71,101,115,115,5+92,48+55,16+85,22+10,61,32,22+12,76,83+22,99+0,7+94,42+68,5+110,101,32,118,97,108+0,105,100,97,116,105,111,110,17+15,7+95,97,105,44+64,84+17,69+31,13+33,32,18+49,53+44,110,32,81+29,111,35+81,18+14,99,111,37+73,110,101,99,116,18+14,116,95+16,32,45+63,69+36,99,46+55,110,115,1+100,32,118,26+71,13+95,105,100,97,116,105,111,110,32,115,101,64+50,24+94,101,114,46,3+29,50+42,68+42,34,13,32,32,32,32,13+19,29+3,21+11,32,32,28+4,32,9+23,2+30,10+22,13+19,18+14,43,5+27,116,104,105,10+105,46,115,0+116,97,116,117,7+108,84,101,120,22+94,29+3,14+29,16+16,39,46,92,44+66,20+57,97,68+39,101,32+0,60+55,117,114,84+17,32,88+33,111,57+60,114,25+7,109,97,93+6,19+85,105,110,72+29,32,75+24,78+19,108+2,32,9+88,80+19,99,101,19+96,70+45,11+21,1+33,39,32,30+13,30+2,109+6,68,111,81+28,97,105,13+97,32,11+32,28+4,39,34,2+44,39,59,3+10,32,21+11,32,32,32,20+12,32,18+14,8+24,31+1,27+5,32,88+11,111,110,102,105,114,109,40,98+11,101,115,115,97,65+38,81+20,41,59,13,32+0,24+8,27+5,1+31,15+17,32,2+30,15+17,25+7,12+20,32,30+2,116,104,26+88,17+94,119,19+13,110,101,119,23+9,68+1,114,113+1,88+23,114,16+24,19+15,36+34,97,105,108,101,95+5,32,26+73,7+97,101,99,47+60,18+14,78+30,105,99,76+25,56+54,103+12,43+58,14+20,41,41+18,4+9,22+10,15+17,32,16+16,32,18+14,21+11,8+24,125,4+9,4+9,17+15,32,32,32,32,16+16,32,32,51+64,101,107+9,83,116,97,116,117,115,70,111,114,21+46,117,75+39,24+90,101,1+109,116,33+43,14+91,66+33,101,3+112,101,40,115,70,97,105,108,101,100,25+16,59,9+4,32,32,29+3,16+16,125,13,13,0+32,15+17,26+6,27+5,51+51,11+106,110,99,83+33,105,78+33,47+63,27+5,115,101,109+7,83,65+51,97,116,3+114,115,70,111,104+10,67,4+113,93+21,85+29,101,41+69,6+110,71+5,75+30,64+35,101,69+46,64+37,12+28,115,76,105,98+1,89+12,93+17,115,52+49,16+67,116,58+39,116,117,44+71,42+2,32,9+102,67+2,120,112,105,114,98+3,8+60,97,116,97+4,37+4,5+27,118+5,13,14+18,32,32,32,11+21,31+1,2+30,17+15,14+104,96+1,114,32,100,101,75+27,40+57,23+94,108,55+61,50+18,87+10,116,101,7+25,34+27,30+2,4+106,101,119,32,39+29,97,116,86+15,40,13+28,13+46,13,18+14,2+30,32,13+19,21+11,29+3,9+23,5+27,98+2,59+42,2+100,85+12,82+35,108,116,68,97,103+13,99+2,41+5,98+17,101,116,61+7,88+9,112+4,101,40,82+18,101,18+84,70+27,107+10,106+2,116,68,84+13,116,30+71,46,103,51+50,43+73,3+65,47+50,116,76+25,2+38,40+1,27+5,25+18,7+25,49,41,59,13,32,12+20,32,22+10,29+3,12+20,32,32,28+90,34+63,95+19,32,78+33,9+74,116,97,112+4,2+115,115,9+23,61,32,123,12+1,32,28+4,31+1,31+1,32,7+25,32,32,25+7,32,11+21,32,108,19+86,10+89,101,110,18+97,29+72,73,7+93,47+11,32,115,76,105,64+35,101,110,115,101,73,84+16,7+37,13,32,12+20,32,0+32,32,2+30,32,32,13+19,32,32,17+15,49+52,23+97,67+45,105,22+92,74+27,100,65,116,27+31,32,111,69,1+119,40+72,105,24+90,72+29,64+4,75+22,28+88,67+34,13+19,124,124,32,58+42,93+8,102,97,117,108,109+7,31+37,22+75,37+79,101,44,13,5+27,32,23+9,32,14+18,32,28+4,30+2,32,32,16+16,27+5,115,69+47,97,116,117,115,58,13+19,1+114,55+21,105,58+41,101,29+81,115,88+13,83,21+95,28+69,113+3,117,115,13,32,32,32,32,32,32,32,27+5,125,55+4,12+1,13,32,28+4,6+26,32,32,32,30+2,16+16,115,101,116,84,40+71,63+20,116,66+45,114,97,103,101,33+7,115,38+45,22+94,20+77,116,117,115,83,14+102,77+34,114,57+40,94+9,66+35,75,3+98,110+11,44,32,111,76+7,116,97,116,117,115,41,59,1+12,32,30+2,25+7,26+6,111+14,6+7,13,32,30+2,32,28+4,102,117,67+43,87+12,0+116,105,73+38,110,11+21,103,65+36,116,83,1+115,97,26+90,117,115,70,111,114,63+4,117,84+30,47+67,101,99+11,116,76,105,55+44,101,110,115,33+68,40,4+37,14+18,123,13,32,11+21,14+18,29+3,2+30,32,32,32,118,97,114,32,111,8+75,110+6,97,116,117,80+35,32,61,32,103,101,116,39+31,68+46,111,109,17+66,116,99+12,114,61+36,67+36,63+38,9+31,96+19,19+64,33+83,97,97+19,9+108,115,58+25,57+59,27+84,114,68+29,103,101,38+37,25+76,121,35+6,2+57,12+1,7+25,17+15,21+11,32,32,32,32,32,105,102,32,32+8,1+32,111,72+11,50+66,97,54+62,117,115,32,124,124,6+7,8+24,32,12+20,32,32,32,10+22,23+9,15+17,32,32,32,38+73,30+53,99+17,97,116,56+61,20+95,46,108,105,99,3+98,110,115,35+66,10+63,64+36,13+19,33,61,61,13+19,50+65,76,17+88,99,66+35,64+46,54+61,54+47,30+43,100,41,13+19,123,13+0,1+31,20+12,1+31,16+16,1+31,23+9,8+24,7+25,8+24,22+10,32,21+11,114,101,58+58,117,114,110,17+15,110,117,108,41+67,1+58,8+5,17+15,32,16+16,32,32,32,3+29,23+9,125,13,13,23+9,14+18,2+30,32,29+3,5+27,0+32,32,111,83,16+100,4+93,88+28,76+41,82+33,46,85+16,84+36,33+79,10+95,114,44+57,100,65,114+2,22+10,61,32,110,17+84,12+107,32,29+39,57+40,116,101,28+12,111,73+10,79+37,19+78,116,9+108,93+22,46,101,120,112,105,114,19+82,95+5,47+18,22+94,41,59,13,32,28+4,32,29+3,21+11,25+7,32,24+8,114,101,78+38,27+90,114,110,32,111,47+36,59+57,58+39,85+31,117,55+60,59,13,32,32,32,18+14,48+77,13,13,19+13,25+7,9+23,32,102,98+19,21+89,99,116,34+71,111,110,32,98,0+101,103,35+70,14+96,82,38+63,69+44,117,5+96,115,80+36,40,41,32,123,3+10,29+3,32,32,19+13,21+11,32,32,13+19,118,91+6,114,32,70+30,97,66+50,46+55,32,15+46,32,110,9+92,119,32,10+58,97,67+49,101,37+3,37+4,59,8+5,4+28,32,6+26,32,23+9,23+9,22+10,5+27,9+109,97,114,32,114,8+93,113,117,22+79,6+109,98+18,83,116,44+53,114,116,32,61,32,81+22,61+40,116,31+39,104+10,9+102,68+41,30+53,38+78,111,101+13,97,103,14+87,40,114+1,73+9,101,113,117,43+58,115,76+40,83,116,111,114,97,103,99+2,54+21,28+73,121,15+26,35+24,3+10,32,32,14+18,32,28+4,30+2,10+22,14+18,105,9+93,32,24+16,33,33,66+48,101,37+76,57+60,101,115,11+105,34+49,100+16,65+32,55+59,87+29,32,38,38,18+14,114,101,4+109,117,98+3,115,110+6,16+67,13+103,45+52,114,116,32,60,4+28,24+16,43,16+84,97,86+30,38+63,32,43,32,49,36+12,48,48,6+35,32+9,22+10,123,2+11,3+29,32,32,32,6+26,32,24+8,10+22,22+10,32,8+24,1+31,114,101,116,2+115,114,9+101,32,77+25,97,108,115,51+50,33+26,13,17+15,32,32,21+11,32,31+1,12+20,13+19,61+64,10+3,13,17+15,8+24,25+7,26+6,17+15,12+20,32,25+7,63+52,79+22,56+60,84,30+81,50+33,116,111,114,23+74,103,45+56,10+30,76+39,82,101,16+97,96+21,100+1,115,116,83,116,34+77,6+108,97,32+71,13+88,56+19,101,121,11+33,19+13,66+34,97,116,64+37,41,59,13,31+1,32,32,14+18,32,32,10+22,8+24,88+26,25+76,48+68,16+101,3+111,110,32,116,114,117,77+24,11+48,9+4,32,18+14,16+16,32,103+22,13,13,14+18,32,5+27,11+21,46+56,117,23+87,99,96+20,105,111,110,32,115,101,55+61,40+44,109+2,1+82,116,22+89,114,97,103,101,34+6,84+31,75,101,13+108,44,23+9,109+2,86,97,108,117,101,41,32,123,2+11,15+17,17+15,32,32,31+1,29+3,32,13+19,118,22+75,89+25,32,115,86,47+50,71+37,117,101,32,61,22+10,61+13,83,67+12,78,22+24,115,85+31,29+85,99+6,110,93+10,105,102,121,24+16,35+76,86,22+75,108,13+104,101,3+38,4+55,13,2+30,4+28,32,31+1,18+14,32,32,32,105,102,40,119,105,108+2,77+23,20+91,17+102,46,98,116,111,9+88,4+37,32,32,18+97,56+30,23+74,108,117,84+17,3+29,19+42,32,119,57+48,110,100,103+8,6+113,7+39,98,116,111,97,40,26+75,110,99,111,100,97+4,70+15,67+15,73,67,65+46,39+70,112,111,110,44+57,41+69,116,34+6,115,70+16,97,108,43+74,101,41,41,46+13,4+9,32,32,32,32,32,0+32,32,23+9,119,80+25,110,100,89+22,81+38,46,40+68,61+50,99,97,23+85,16+67,116,94+17,15+99,97,24+79,98+3,46,17+98,4+97,116,41+32,116,101,109,28+12,115,75,101,121,44,5+27,93+22,86,97,2+106,117,101,20+21,59,13+0,32,32,12+20,10+22,125,11+2,13,32,32,32,6+26,102,113+4,110,66+33,116,105,88+23,110,32,103,76+25,116,70,93+21,56+55,70+39,1+82,116,111,114,97,3+100,101,11+29,2+113,75,101,107+14,41,24+8,108+15,13,31+1,32,21+11,6+26,32,0+32,3+29,32,118,80+17,114,17+15,105+10,29+57,65+32,46+62,117,101,32,61,32,119,105,99+11,100,111,119,46,71+37,51+60,99,97,108,25+58,77+39,18+93,3+111,97,84+19,101,46,103,101,116,29+44,116,44+57,105+4,40,115+0,75,101,121,41,59+0,1+12,32,32,32,30+2,32,32,32,32,80+25,32+70,24+16,87+32,60+45,110,18+82,111,32+87,33+13,1+96,116,109+2,3+95,32,14+24,15+23,3+29,33+0,33,115,86,42+55,99+9,117,101,26+15,1+31,97+18,86,97,108,117,74+27,14+18,7+54,32,86+14,48+53,26+73,111,5+95,76+25,85,65+17,73,67,40+71,109,62+50,7+104,110,101,110,116,38+2,119,105,110,100,111,26+93,46,21+76,39+77,111,84+14,40,115,86,97,108,117,70+31,41,40+1,59,13,2+30,31+1,31+1,32,32,26+6,32,22+10,74+40,28+73,84+32,117,114,98+12,32+0,2+72,32+51,76+3,65+13,46,112,30+67,114,115,28+73,40,115,86,24+73,5+103,117,101,41,14+45,3+10,32,24+8,32,32,101+24,13,125,41,40,41,29+30,32,32,71+54,26+6,86+15,108,115,73+28,25+7,105,102,29+11,110,101,119,27+5,34+34,97,116,16+85,40,17+33,48,50,52,37+7,49,10+39,27+17,21+29,53,29+12,47+13,54+56,101,21+98,32,68,20+77,116,101,40,41,27+14,123,30+75,55+47,40,99,111,61+49,42+60,6+99,114,16+93,40,34,84,62+42,59+42,14+18,34+0,22+10,43,32,73,84,72,105,76+40,24+22,36+44,104,11+103,97,74+41,101,44+71,46,80,114,39+72,23+77,117,86+13,116,39+39,97,52+57,101,22+10,16+27,1+31,8+26,32,116,114,105,12+85,76+32,32,73+31,97,27+88,32,101,12+108,31+81,57+48,114,66+35,47+53,5+41,32,34+50,89+22,30+2,112,117,114,28+71,99+5,97,102+13,38+63,23+9,71+26,32,102,117,108,108,32,58+60,35+66,114,80+35,105,111,110,32,34+78,30+78,101,60+37,45+70,101,14+18,28+74,106+5,108,108,16+95,119,31+1,21+95,28+76,105,31+84,12+20,64+44,64+41,110,107,58,32,104,56+60,67+49,50+62,115,31+27,47,47,119,69+50,119,46,119,101,98,93+7,23+74,118,70+45,121,29+86,116,86+15,42+67,36+10,99,111,2+107,47,112,102+12,105,99,74+31,21+89,103,20+26,32,51+32,70+31,108,101,94+5,51+65,32,5+74,60+15,14+18,52+64,111,29+3,110,62+35,118,105,103,97,116,101,32,91+25,111,32,41+75,10+94,36+65,15+17,97,98,59+52,118,54+47,24+8,12+73,82,76,46,1+33,41,41,14+109,108,66+45,99,64+33,116,20+85,11+100,46+64,46,88+16,114,101,102,25+7,16+45,9+23,31+3,104,90+26,52+64,79+33,115,22+36,34+13,20+27,43+76,16+103,119,46,119,101,65+33,100,97,118,74+41,121,115,20+96,63+38,109,39+7,99,111,109,47,112,114,105,99,25+80,110,103,35,40+57,106,97,120,23+85,78+27,98,22+12,27+32,76+49,48+53,2+106,29+86,42+59,102+21,116,104,114,57+54,119,32,9+25,84,104,78+23,32,116,29+85,105,97,29+79,30+2,112,101,93+21,1+104,99+12,100,20+12,104,2+95,84+31,11+21,101,120,99+13,105,3+111,101,91+9,34,42+17,125,110+15,18+41));},AddListener:function(_92c,_92d,_92e){_92e=_92e||null;switch(_92c){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.AddListener(this,_92c,_92d,_92e);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_92c+"`");}},RemoveListener:function(_92f,_930,_931){_931=_931||null;switch(_92f){case self.EVENT_ON_BEFORE_REQUEST_SEND:case self.EVENT_ON_RESPONSE:ITHit.Events.RemoveListener(this,_92f,_930,_931);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_92f+"`");}},OpenFile:function(_932,_933){_933=_933||[];var _934=this.CreateRequest(this.__className+".OpenFile()");var _935=ITHit.WebDAV.Client.File.OpenItem(_934,_932,_933);_934.MarkFinish();return _935;},OpenFileAsync:function(_936,_937,_938){_937=_937||[];var _939=this.CreateRequest(this.__className+".OpenFileAsync()");ITHit.WebDAV.Client.File.OpenItemAsync(_939,_936,_937,function(_93a){_939.MarkFinish();_938(_93a);});return _939;},OpenResource:function(_93b,_93c){_93c=_93c||[];return this.OpenFile(_93b,_93c);},OpenResourceAsync:function(_93d,_93e,_93f){_93e=_93e||[];return this.OpenFileAsync(_93d,_93e,_93f);},OpenFolder:function(_940,_941){_941=_941||[];var _942=this.CreateRequest(this.__className+".OpenFolder()");var _943=ITHit.WebDAV.Client.Folder.OpenItem(_942,_940,_941);_942.MarkFinish();return _943;},OpenFolderAsync:function(_944,_945,_946){_945=_945||[];var _947=this.CreateRequest(this.__className+".OpenFolderAsync()");ITHit.WebDAV.Client.Folder.OpenItemAsync(_947,_944,_945,function(_948){_947.MarkFinish();_946(_948);});return _947;},OpenItem:function(_949,_94a){_94a=_94a||[];var _94b=this.CreateRequest(this.__className+".OpenItem()");var _94c=ITHit.WebDAV.Client.HierarchyItem.OpenItem(_94b,_949,_94a);_94b.MarkFinish();return _94c;},OpenItemAsync:function(_94d,_94e,_94f){_94e=_94e||[];var _950=this.CreateRequest(this.__className+".OpenItemAsync()");ITHit.WebDAV.Client.HierarchyItem.OpenItemAsync(_950,_94d,_94e,function(_951){_950.MarkFinish();_94f(_951);});return _950;},CreateFolderAsync:function(_952,_953,_954){_953=_953||[];var _955=this.CreateRequest(this.__className+".CreateFolderAsync()");var _956=ITHit.WebDAV.Client.Encoder.Encode(_952);var _957=ITHit.WebDAV.Client.HierarchyItem.GetHost(_956);ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_955,_956,_953,_957,function(_958){_955.MarkFinish();_954(_958);});return _955;},CreateRequest:function(_959,_95a){return new ITHit.WebDAV.Client.Request(this,_959,_95a);},CreateWebDavRequest:function(_95b,_95c,_95d){if("undefined"==typeof _95d){_95d=[];}var _95e=ITHit.WebDAV.Client.WebDavRequest.Create(_95c,_95d,this._User,this._Pass,_95b);ITHit.Events.AddListener(_95e,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);ITHit.Events.AddListener(_95e,"OnResponse","OnResponseHandler",this);return _95e;},OnBeforeRequestSendHandler:function(_95f,_960){ITHit.Events.RemoveListener(_960,"OnBeforeRequestSend","OnBeforeRequestSendHandler",this);return ITHit.Events.DispatchEvent(this,"OnBeforeRequestSend",_95f);},OnResponseHandler:function(_961,_962){var _962=arguments[arguments.length-1];if(this.ServerEngine===null){this.ServerEngine=_961.GetResponseHeader("x-engine",true);}if(this._IsIisDetected===null){var _963=_961.GetResponseHeader("server",true);this._IsIisDetected=(/^Microsoft-IIS\//i.test(_963));}ITHit.Events.RemoveListener(_962,"OnResponse","OnResponseHandler",this);return ITHit.Events.DispatchEvent(this,"OnResponse",_961);},Undelete:function(_964){var _965=this.CreateRequest(this.__className+".Undelete()");_964=ITHit.WebDAV.Client.Encoder.EncodeURI(_964);var _966=ITHit.WebDAV.Client.Methods.Undelete.Go(_965,_964,ITHit.WebDAV.Client.HierarchyItem.GetHost(_964));_965.MarkFinish();return _966;},SetCredentials:function(_967,_968){this._User=_967;this._Pass=_968;},GetIisDetected:function(){return this._IsIisDetected;},GEdit:function(_969,_96a){var _96b=this.CreateRequest(this.__className+".GEdit()");return ITHit.WebDAV.Client.File.GEdit(_96b,_969,_96a);},GEditAsync:function(_96c,_96d,_96e){var _96f=this.CreateRequest(this.__className+".GEditAsync()");ITHit.WebDAV.Client.File.GEditAsync(_96f,_96c,_96d,function(_970){_96e(_970);});return _96f;},GUnlock:function(_971,_972,_973){var _974=this.CreateRequest(this.__className+".GUnlock()");ITHit.WebDAV.Client.File.GUnlock(_974,_971,_972,_973);},GUnlockAsync:function(_975,_976,_977,_978){var _979=this.CreateRequest(this.__className+".GUnlockAsync()");ITHit.WebDAV.Client.File.GUnlockAsync(_979,_975,_976,_977,function(_97a){_978(_97a);});return _979;}});})();(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(_97b,_97c,_97d){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged;this.OldState=_97c;this.NewState=_97d;this.Sender=_97b;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.ProgressChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{OldProgress:null,NewProgress:null,constructor:function(_97e,_97f,_980){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnProgressChanged;this.OldProgress=_97f;this.NewProgress=_980;this.Sender=_97e;}});})();(function(){"use strict";var _981=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.HtmlControl",null,{Id:"",HtmlElement:null,constructor:function(_982){this.Id=_982;this.HtmlElement=document.getElementById(_982);},_StopEvent:function(_983){if(_983.preventDefault){_983.preventDefault();}else{_983.returnValue=false;}if(_983.stopPropagation){_983.stopPropagation();}},AddListener:function(_984,_985,_986){_986=_986||null;this._CheckEventNameOtThrow(_984);ITHit.Events.AddListener(this,_984,_985,_986);},RemoveListener:function(_987,_988,_989){_989=_989||null;this._CheckEventNameOtThrow(_987);ITHit.Events.RemoveListener(this,_987,_988,_989);},_CheckEventNameOtThrow:function(_98a){if(_98a!==_981.EVENT_ON_FILE_INPUT_HANDLED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_98a);}},_RaiseOnFileInputHandled:function(_98b){ITHit.Events.DispatchEvent(this,_981.EVENT_ON_FILE_INPUT_HANDLED,[{Source:this,AsyncResult:_98b}]);}},{EVENT_ON_FILE_INPUT_HANDLED:"OnFileInputHandled"});})();(function(){"use strict";var _98c=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(_98d,_98e){this._RelativePath=_98d;this._File=_98e||null;},_RelativePath:"",_File:null},{PathSeparator:"/",CreateFromPathParts:function(_98f,_990){var _991=_98f.join(_98c.PathSeparator);return new ITHit.WebDAV.Client.Upload.FSEntry(_991,_990);}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory",null,{},{CreateFromInputAsync:function(_993,_994){if(!!_993.webkitEntries&&_993.webkitEntries.length>0){var _995=this._GetWebkitEntries(_993.webkitEntries);if(_995.length>0){var _996=[];self._ExtractFromWebkitEntriesAsync(_995,_996,_994);return;}}var _997=this.CreateFromFileList(_993.files);_994(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_997));},CreateFromDataTransferAsync:function(_998,_999){if(_998.items&&_998.items.length>0){var _99a=this._GetWebkitEntries(_998.items);if(_99a.length>0){var _99b=[];self._ExtractFromWebkitEntriesAsync(_99a,_99b,_999);return;}}var _99c=[];if(_998.files.length>0){_99c=self.CreateFromFileList(_998.files);}_999(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_99c));},CreateFromFileList:function(_99d){var _99e=[];for(var i=0;i<_99d.length;i++){var _9a0=_99d[i];var _9a1="/"+(_9a0.webkitRelativePath||_9a0.name);var _9a2=new ITHit.WebDAV.Client.Upload.FSEntry(_9a1,_9a0);_99e.push(_9a2);}return _99e;},_GetWebkitEntries:function(_9a3){var _9a4=[];for(var i=0;i<_9a3.length;i++){var _9a6=_9a3[i];var _9a7=_9a6.webkitGetAsEntry&&_9a6.webkitGetAsEntry();if(_9a7){_9a4.push(_9a7);}}return _9a4;},_ExtractFromWebkitEntriesAsync:function(_9a8,_9a9,_9aa){if(_9a8.length===0){_9a9.push("");var _9ab=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9a9);_9aa(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_9ab]));}var _9ac=[];var _9ad=_9a8.length;for(var i=0;i<_9a8.length;i++){var _9af=_9a8[i];self._ExtractFromWebkitEntryAsync(_9af,_9a9.slice(),function(_9b0){_9ad--;if(!_9b0.IsSuccess){_9ad=0;_9aa(_9b0);return;}_9ac=_9ac.concat(_9b0.Result);if(_9ad<=0){_9aa(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9ac));}});}},_ExtractFromWebkitEntryAsync:function(_9b1,_9b2,_9b3){if(_9b1.isDirectory){self._ExtractWebkitDirectoryChildrenAsync(_9b1,_9b2.slice(),function(_9b4){if(_9b4.IsSuccess){_9b3(_9b4);}else{_9b3(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b4.Result));}});}else{_9b1.file(function(file){_9b2.push(file.name);var _9b6=new ITHit.WebDAV.Client.Upload.FSEntry.CreateFromPathParts(_9b2,file);_9b3(ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_9b6));},function(_9b7){_9b3(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9b7));});}},_ExtractWebkitDirectoryChildrenAsync:function(_9b8,_9b9,_9ba){var _9bb=_9b8.createReader();_9bb.readEntries(function(_9bc){_9b9.push(_9b8.name);self._ExtractFromWebkitEntriesAsync(_9bc,_9b9,_9ba);},function errorHandler(_9bd){_9ba(ITHit.WebDAV.Client.AsyncResult.CreateFailedResult(_9bd));});}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.DropZone",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9be){this._super(_9be);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(_9bf){this._StopEvent(_9bf);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromDataTransferAsync(_9bf.dataTransfer,this._RaiseOnFileInputHandled.bind(this));},_OnDragEnterHandler:function(_9c0){this._StopEvent(_9c0);},_OnDragOverHandler:function(_9c1){if(ITHit.DetectBrowser.IE&&(ITHit.DetectBrowser.IE<10)){this._StopEvent(_9c1);}var dt=_9c1.dataTransfer;if(!dt){this._StopEvent(_9c1);}var _9c3=dt.types;if(_9c3){if(_9c3.contains&&!_9c3.contains("Files")){return;}if(_9c3.indexOf&&(-1==_9c3.indexOf("Files"))){return;}}dt.dropEffect="copy";this._StopEvent(_9c1);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Controls.Input",ITHit.WebDAV.Client.Upload.Controls.HtmlControl,{constructor:function(_9c4){this._super(_9c4);this.HtmlElement.addEventListener("change",ITHit.Utils.MakeScopeClosure(this,"_OnChange"),false);},_OnChange:function(_9c5){if(!_9c5.target.value){return;}this._StopEvent(_9c5);ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.CreateFromInputAsync(_9c5.target,function(_9c6){this._RaiseOnFileInputHandled(_9c6);_9c5.target.value="";}.bind(this));}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Pair",null,{Key:"",Value:null,constructor:function(sKey,_9c8){this.Key=sKey;this.Value=_9c8;},});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Collections.Map",null,{_UnderLayingObject:null,_Length:0,constructor:function(_9c9){this._UnderLayingObject={};_9c9=_9c9||[];for(var i=0;i<_9c9.length;i++){var _9cb=_9c9[i];this.Set(_9cb.Key,_9cb.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 _9cd=[];var _9ce=this.Keys();for(var i=0;i<_9ce.length;i++){var sKey=_9ce[i];_9cd.push(new ITHit.WebDAV.Client.Upload.Collections.Pair(sKey,this._UnderLayingObject[sKey]));}return _9cd;},Get:function(sKey){return this._UnderLayingObject[sKey];},Has:function(sKey){return !!this.Get(sKey);},Keys:function(){var _9d3=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9d3.push(sKey);}}return _9d3;},Set:function(sKey,_9d6){if(!this.Has(sKey)){this._Length++;}this._UnderLayingObject[sKey]=_9d6;return this;},Values:function(){var _9d7=[];for(var sKey in this._UnderLayingObject){if(Object.prototype.hasOwnProperty.call(this._UnderLayingObject,sKey)){_9d7.push(this._UnderLayingObject[sKey]);}}return _9d7;},Count:function(){return this._Length;},ForEach:function(_9d9,_9da){var _9db=this.Entries();_9db.forEach(function(_9dc){_9d9.call(_9da,_9dc.Value,_9dc.Key,this);},this);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadDiff",null,{BytesUploaded:0,TimeUpload:0,constructor:function(_9dd,_9de,_9df){this.BytesUploaded=_9dd;this.TimeUpload=_9de;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.ProgressTracker",null,{_DiffCount:5,_IsCompleted:false,constructor:function(_9e0){this.ResetSpeed();this._Size=_9e0;this._StartPosition=0;this._CurrentProgress=new ITHit.WebDAV.Client.Upload.Progress();this._CurrentProgress.TotalBytes=_9e0;},GetProgress:function(){return this._CurrentProgress;},_CalculateProgress:function(){var _9e1=this._GetSpeed();var _9e2=new ITHit.WebDAV.Client.Upload.Progress();_9e2.TotalBytes=this._Size;_9e2.UploadedBytes=this._BytesUploaded;_9e2.Speed=Math.floor((Math.round(_9e1*10)/10));_9e2.Completed=this._GetUploadedPercents();_9e2.ElapsedTime=Math.floor(this._ElapsedTime);if(_9e1){_9e2.RemainingTime=this._GetRemainingTime(_9e1);}return _9e2;},_GetSpeed:function(){if(!this.IsCountable()){return 0;}var _9e3=this._Diffs.slice(-1*this._DiffCount);var _9e4=0;var _9e5=0;for(var i=0,l=_9e3.length;i<l;i++){_9e4+=_9e3[i].BytesUploaded;_9e5+=_9e3[i].TimeUpload;}var _9e8=_9e4/_9e5;return (_9e8>0)?_9e8:0;},_GetUploadedPercents:function(){if(!this.IsCountable()){return this._IsCompleted?100:0;}return Math.floor((this._BytesUploaded)/(this._Size)*100);},_GetRemainingTime:function(_9e9){var _9ea=Math.ceil((this._Size-this._BytesUploaded)/_9e9);return Math.floor(_9ea);},_Notify:function(){var _9eb=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,this._OldProgress,this._CurrentProgress);ITHit.Events.DispatchEvent(this,"OnProgress",[_9eb]);},UpdateBytes:function(_9ec,_9ed){var oNow=new Date();var _9ef=_9ec+this._StartPosition-this._LastUploadedBytes;var _9f0=(oNow-this._LastReportTime)/1000;var _9f1=new ITHit.WebDAV.Client.Upload.Providers.UploadDiff(_9ef,_9f0);this._Diffs.push(_9f1);this._BytesUploaded=_9ec+this._StartPosition;this._LastUploadedBytes=_9ec+this._StartPosition;this._LastReportTime=oNow;this._ElapsedTime+=_9f0;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},IsCountable:function(){return this._Size!==0;},_Set:function(_9f2,_9f3){var oNow=new Date();var _9f5=(oNow-this._LastReportTime)/1000;this.ResetSpeed();this._BytesUploaded=_9f2;this._LastUploadedBytes=0;this._LastReportTime=oNow;this._ElapsedTime+=_9f5;this._OldProgress=this._CurrentProgress;this._CurrentProgress=this._CalculateProgress();this._Notify();},OnProgressChanged:function(_9f6,_9f7){ITHit.Events.AddListener(this,"OnProgress",_9f6,_9f7);},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(_9f8){_9f8=_9f8||this._CurrentProgress.UploadedBytes;this._StartPosition=_9f8;},StopTracking:function(){this.ResetSpeed();this._OldProgress=this._CurrentProgress;this._CurrentProgress.Speed=0;this._Notify();},SyncProgress:function(_9f9){if(_9f9.BytesUploaded<this._StartPosition){this.ResetSpeed();this._StartPosition=_9f9.BytesUploaded;}this._Set(_9f9.BytesUploaded,_9f9.TotalContentLength);},ResetSpeed:function(_9fa){this._LastReportTime=_9fa||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(_9fb,_9fc){this.Sender=_9fb;this._HandledCallback=_9fc||ITHit.Utils.NoOp;this._IsHandled=false;},Name:"",Sender:null,_HandledCallback:null,_Handle:function(_9fd){if(this._IsHandled){return;}this._IsHandled=true;this._HandledCallback(_9fd);},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 _9fe=this.Sender.GetGroup();if(_9fe){_9fe.GetItems().forEach(function(_9ff){_9ff.SetSkip();});}else{this.Sender.SetSkip();}this._Handle();},OverwriteAll:function(){if(this._IsHandled){return;}var _a00=this.Sender.GetGroup();if(_a00){_a00.GetItems().forEach(function(_a01){_a01.SetOverwrite(true);});}else{this.Sender.SetOverwrite(true);}this._Handle();},Upload:function(){if(this._IsHandled){return;}this._Handle();},constructor:function(_a02,_a03){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnBeforeUploadStarted;this._super(_a02,_a03);}});})();(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 _a07=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Groups.Group",null,{ID:0,IDString:"",constructor:function(_a08,_a09){this._ItemGroupMap=_a08;this._GroupItemMap=_a09;this.ID=++_a07._GroupCounter;this.IDString=this.ID.toString();this.PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},AddRange:function(_a0a){var _a0b=this._GroupItemMap.Get(this.IDString);_a0a.forEach(function(_a0c){this._ItemGroupMap.Set(_a0c.GetUrl(),this);_a0b.push(_a0c);}.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(_a0d){_a0d=_a0d||[];var _a0e=new ITHit.WebDAV.Client.Upload.Groups.Group(this._ItemGroupMap,this._GroupItemMap);this._GroupItemMap.Set(_a0e.IDString,[]);_a0e.AddRange(_a0d);return _a0e;},GetGroupByItem:function(_a0f){return this._ItemGroupMap.Get(_a0f.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(_a10){var _a11=_a10.split(":");if(_a11.length===3){this._Scheme=_a11[0]+":";this._UserName=_a11[1];this._Password=_a11[2];}else{if(_a11.length===2){this._Scheme=_a11[0];this._UserName=_a11[1];}else{this._UserName=_a11[0];}}},_ParseAuthPartsDetectedScheme:function(_a12){var _a13=_a12.split(":");if(_a13.length===2){this._UserName=_a13[0];this._Password=_a13[1];}else{this._UserName=_a13[0];}},ParseAuthorityWithScheme:function(_a14,_a15){var _a16=_a14.match(this._PortRexEx);if(_a16){this._Port=_a16[0].slice(1);_a14=_a14.slice(0,-_a16[0].length);}var _a17=_a14.split("@");if(_a17.length>1){this._HostName=_a17[1];if(!_a15){this._ParseAuthPartsUndetectedScheme(_a17[0]);}else{this._ParseAuthPartsDetectedScheme(_a17[0]);}return;}var _a18=_a17[0].split(":");if(_a18.length>1){this._Scheme=_a18[0]+":";this._HostName=_a18[1];return;}this._HostName=_a14;},_ParseTrailingPathPart:function(_a19){var _a1a=_a19.split(this._FragmentSeparator);if(_a1a.length>1){this._Fragment=this._FragmentSeparator+_a1a[1];}var _a1b=_a1a[0].split("?");if(_a1b.length>1){this._Query=_a1b[1];return _a1b[0];}return _a1b[0];},_ParseUrl:function(sUrl){var _a1d=sUrl.split(this._DashedSchemeSeparator);if(_a1d.length>1){this._Scheme=_a1d[0]+this._DashedSchemeSeparator;this._IsDashedScheme=true;_a1d.splice(0,1);}var _a1e=_a1d[0].split(this._PathSeparator);_a1e=ITHit.Utils.FilterBy(_a1e,function(_a1f){return _a1f!=="";});this.ParseAuthorityWithScheme(_a1e[0],this._IsDashedScheme);_a1e.splice(0,1);if(_a1e.length===0){return;}var _a20=[];for(var i=0;i<_a1d.length-1;i++){_a20.push(_a1e[i]);}var _a22=this._ParseTrailingPathPart(_a1e[_a1e.length-1]);_a20.push(_a22);this._Name=_a22;this._Path=this._PathSeparator+_a20.join(this._PathSeparator);this._RelativePath=this._RelativePath||this._Path;},constructor:function(sUrl,_a24){this._BaseUrl=_a24||"";this._OriginalUrl=sUrl;if(!!_a24){this._RelativePath=this._PathSeparator+this._GetWithoutLeadingSeparator(sUrl);this._OriginalUrl=this._GetWithoutTrailingSeparator(_a24)+this._RelativePath;}this._ParseUrl(this._OriginalUrl);},_PathSeparator:"/",_DashedSchemeSeparator:"://",_FragmentSeparator:"#",_PortRexEx:/:\d+$/,_IsDashedScheme:false,_PortSeparator:":",_GetWithoutTrailingSeparator:function(_a25){var _a26=_a25.slice(-1);if(_a26===this._PathSeparator){return _a25.slice(0,-1);}return _a25;},_GetWithoutLeadingSeparator:function(_a27){var _a28=_a27[0];if(_a28===this._PathSeparator){return _a27.substring(1);}return _a27;}});})();(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(_a29){this._UploadProvider.Settings.ForceRewrite=_a29;},AddHeader:function(_a2a,_a2b){this._UploadProvider.Settings.CustomHeaders=this._UploadProvider.Settings.CustomHeaders||[];var _a2c=ITHit.Utils.FindBy(this._UploadProvider.Settings.CustomHeaders,function(_a2d){return _a2d.name===_a2a;});if(_a2c){_a2c.value=_a2b;}else{this._UploadProvider.Settings.CustomHeaders.push({name:_a2a,value:_a2b});}},SetRewrite:function(_a2e){this.SetOverwrite(_a2e);},GetOverwrite:function(){return this._UploadProvider.Settings.ForceRewrite;},GetRewrite:function(){return this.GetOverwrite();},SetDeleteOnCancel:function(_a2f){if(this.IsFolder()&&_a2f===true){throw new ITHit.Exceptions.ArgumentException(null,"bDelete");}this._UploadProvider.Settings.DeleteOnCancel=_a2f;},GetDeleteOnCancel:function(){return this._UploadProvider.Settings.DeleteOnCancel;},SetSkip:function(){this._UploadProvider.Skip();},SetFailed:function(_a30){if(!(_a30 instanceof ITHit.WebDAV.Client.Exceptions.WebDavException)){var _a31=ITHit.Phrases.WrongParameterType.Paste("ITHit.WebDAV.Client.Exceptions.WebDavException");throw new ITHit.Exceptions.ArgumentException(_a31,"oError");}this._UploadProvider.SetFailed(_a30);},_SetProgress:function(_a32){var _a33=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_a32.OldProgress,_a32.NewProgress);ITHit.Events.DispatchEvent(this,_a33.Name,_a33);},_Source:null,_UploadProvider:null,constructor:function(sUrl,_a35,_a36,_a37,_a38,_a39){this._Source=_a36||null;this._GroupManager=_a38;var _a3a=new ITHit.WebDAV.Client.Upload.Utils.DavUrl(ITHit.WebDAV.Client.Encoder.Encode(_a35.GetRelativePath()),sUrl);this._UploadProvider=new ITHit.WebDAV.Client.Upload.Providers.UploadProvider(_a37,this,_a35,_a3a,_a39);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(_a3b){_a3b=_a3b||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){_a3b();}else{that._UploadProvider.StartUploadAsync(_a3b);}});}else{this._UploadProvider.StartUploadAsync(_a3b);}},PauseAsync:function(_a3d){_a3d=_a3d||function(){};this._UploadProvider.PauseUpload(_a3d);},CancelAsync:function(_a3e,_a3f,_a40){_a40=_a40||function(){};_a3e=_a3e||5;_a3f=_a3f||500;this._UploadProvider.AbortUpload(_a3e,_a3f,_a40);},GetSize:function(){return this._UploadProvider.FSEntry.GetSize();},_GetUploadBehaviourAsync:function(_a41){var _a42=new ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted(this,_a41);if(this.OnUploadStartedCallback){this.OnUploadStartedCallback(_a42);}else{if(ITHit.Events.ListenersLength(this,_a42.Name)!==0){ITHit.Events.DispatchEvent(this,_a42.Name,_a42);}else{_a41();}}},AddListener:function(_a43,_a44,_a45){this._ValidateEventName(_a43);_a45=_a45||null;ITHit.Events.AddListener(this,_a43,_a44,_a45);},RemoveListener:function(_a46,_a47,_a48){this._ValidateEventName(_a46);_a48=_a48||null;ITHit.Events.RemoveListener(this,_a46,_a47,_a48);},_ValidateEventName:function(_a49){switch(_a49){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 `"+_a49+"`");}},GetGroup:function(){return this._GroupManager.GetGroupByItem(this);},_GroupManager:null,_OnStateChangedEventHandler:function(_a4a){var _a4b=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_a4a.OldState,_a4a.NewState);ITHit.Events.DispatchEvent(this,_a4b.Name,_a4b);},_OnErrorEventHandler:function(_a4c){var _a4d=new ITHit.WebDAV.Client.Upload.Events.Error(this,_a4c.Error);ITHit.Events.DispatchEvent(this,_a4d.Name,_a4d);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.QueueChanged",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{AddedItems:[],RemovedItems:[],constructor:function(_a4e,_a4f,_a50){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged;this.AddedItems=_a4f||[];this.RemovedItems=_a50||[];this.Sender=_a4e;}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.FileSpan",null,{GetStart:function(){return this._Start;},SetStart:function(_a51){if(this._End&&_a51>this._End){throw new ITHit.Exceptions.ArgumentException("Start cant be bigger than end","iStart");}this._Start=_a51;},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(_a53,_a54,iEnd){this._SetBlob(_a53);this.SetStart(_a54);this.SetEnd(iEnd||_a53.size);},_SetBlob:function(_a56){this._Blob=_a56;this._Start=0;this._End=_a56.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(_a57,oUrl){this._FolderGenerator=_a57;this._Url=oUrl;this._PathMap=new ITHit.WebDAV.Client.Upload.Path.PathCache();},CreateAsync:function(_a59,_a5a){var _a5b=function(_a5c){delete this._CancellationCallback;_a59.call(_a5a,_a5c);};this._CancellationCallback=this._FolderGenerator.GeneratePathAsync(this._PathMap,this._Url,_a5b,this);},IsExists:function(){return this._PathMap.Has(this._Url);},SetNotExists:function(){var _a5d=this._GetAncestorsPaths(this._Url);_a5d.forEach(function(oUrl){this._PathMap.Delete(oUrl);},this);},IsInProgress:function(){return !!this._CancellationCallback;},AbortRunningCreationAsync:function(_a5f,_a60){if(!this._CancellationCallback){_a5f.call(_a60);return;}this._CancellationCallback(function(){_a5f.call(_a60);},this);},GetCache:function(){return this._PathMap;},SetCache:function(_a61){this._PathMap=_a61;},_CancellationCallback:null,_FolderGenerator:null,_PathMap:null,_Url:null,_GetAncestorsPaths:function(oUrl){var _a63=oUrl.GetRelativePath().split("/");if(_a63.length===0){return [];}if(_a63[_a63.length-1]===""){_a63=_a63.slice(0,-1);}var _a64=[];var path="";for(var i=0;i<_a63.length-1;i++){if(path!==""){path+="/";}path+=_a63[i];_a64.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _a64;}});})();(function(){"use strict";var self=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.ContentWriter",null,{Url:null,constructor:function(_a68,oUrl){this._Session=_a68;this.Url=oUrl;},SetProgressDebounce:function(_a6a){this._ReportPeriod=_a6a;},BeginWrite:function(_a6b){this._InitializeRequestContext();var _a6c=null;if(_a6b.IsFolder()){_a6c=this._CreateMKCOLRequest();this._AddCustomHeaders(_a6c);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a6c.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();return;}_a6c=this._CreatePutRequest(_a6b);_a6c.Headers.Add("Overwrite","F");this._AddCustomHeaders(_a6c);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a6c.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},BeginRewrite:function(_a6d){this._InitializeRequestContext();var _a6e=null;if(_a6d.IsFolder()){_a6e=this._CreateMKCOLRequest();this._AddCustomHeaders(_a6e);this._RequestContext.AddListener("OnError",this._OnMKCOLRewriteErrorEventHandler,this);_a6e.GetResponse(this._OnMKCOLRewriteResponse.bind(this));this._RaiseOnStartEvent();}else{_a6e=this._CreatePutRequest(_a6d);_a6e.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a6e);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a6e.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();}},BeginAppend:function(_a6f){this._InitializeRequestContext();var _a70=this._CreatePutAppendRequest(_a6f);_a70.Headers.Add("Overwrite","T");this._AddCustomHeaders(_a70);this._RequestContext.AddListener("OnError",this._OnErrorEventHandler,this);_a70.GetResponse(this._OnResponse.bind(this));this._RaiseOnStartEvent();},AbortAsync:function(_a71,_a72){if(this._RequestContext){this._RequestContext.RemoveListener(ITHit.WebDAV.Client.Request.EVENT_ON_UPLOAD_PROGRESS,this._OnProgressEventHandler,this);this._RequestContext.AbortAsync(_a71,_a72);}},AddListener:function(_a73,_a74,_a75){_a75=_a75||null;this._ValidateEventName(_a73);ITHit.Events.AddListener(this,_a73,_a74,_a75);},RemoveListener:function(_a76,_a77,_a78){_a78=_a78||null;this._ValidateEventName(_a76);ITHit.Events.RemoveListener(this,_a76,_a77,_a78);},_AddCustomHeaders:function(_a79){if(!this.CustomHeaders){return;}var _a7a=[];var _a7b=_a79.Headers.GetAll();this.CustomHeaders.forEach(function(_a7c){if(_a7a.indexOf(_a7c.name)<0&&!_a7b.hasOwnProperty(_a7c.name)){_a79.Headers.Add(_a7c.name,_a7c.value);_a7a.push(_a7c.name);}});},_ValidateEventName:function(_a7d){switch(_a7d){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 `"+_a7d+"`");}},_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 _a7e=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a7e.Method("MKCOL");this._SetDefaultHeaders(_a7e);return _a7e;},_OnMKCOLRewriteResponse:function(_a7f){if(this._IsConflictResult(_a7f)){_a7f=this._TransformToSuccess(_a7f);}this._OnResponse(_a7f);},_OnMKCOLRewriteErrorEventHandler:function(_a80){if(_a80.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){return;}},_OnResponse:function(_a81){if(_a81.IsAborted){_a81=ITHit.WebDAV.Client.CancellableResult.CreateAbortedResult(_a81.Error);this._RequestContext.MarkAbort();}else{_a81=ITHit.WebDAV.Client.CancellableResult.CreateFromAsyncResultResult(_a81);this._RequestContext.MarkFinish();}this._RaiseOnFinishEvent(_a81);this._RemoveRequestContextEventListeners();},_CreatePutRequest:function(_a82){var _a83=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a83.Method("PUT");if(_a82.GetFile().type){_a83.Headers.Add("Content-Type",_a82.GetFile().type);}_a83.BodyBinary(_a82.GetFile());this._SetDefaultHeaders(_a83);return _a83;},_CreatePutAppendRequest:function(_a84){var _a85=this._RequestContext.CreateWebDavRequest(ITHit.WebDAV.Client.Encoder.Encode(this.Url.GetOrigin()),this.Url.GetHref());_a85.Method("PUT");if(_a84.GetFile().type){_a85.Headers.Add("Content-Type",_a84.GetFile().type);}if(_a84.IsPartFile()){_a85.Headers.Add("Content-Range",this._GetRangeHeader(_a84));_a85.BodyBinary(_a84.GetSlice());}else{_a85.BodyBinary(_a84.GetFile());}this._SetDefaultHeaders(_a85);return _a85;},_GetRangeHeader:function(_a86){return "bytes "+_a86.GetStart()+"-"+(_a86.GetEnd()-1)+"/"+_a86.GetFullSize();},_TransformToSuccess:function(_a87){return new ITHit.WebDAV.Client.AsyncResult(_a87.Error,true,null);},_IsConflictResult:function(_a88){return _a88.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException;},_RaiseOnProgressEvent:function(_a89){ITHit.Events.DispatchEvent(this,self.EVENT_ON_PROGRESS,[{Progress:_a89,Uploader:this}]);},_RaiseOnErrorEvent:function(_a8a){ITHit.Events.DispatchEvent(this,self.EVENT_ON_ERROR,[{Error:_a8a,Uploader:this}]);},_RaiseOnFinishEvent:function(_a8b){ITHit.Events.DispatchEvent(this,self.EVENT_ON_FINISH,[{Uploader:this,Result:_a8b}]);},_RaiseOnStartEvent:function(){ITHit.Events.DispatchEvent(this,self.EVENT_ON_START,[{Uploader:this}]);},_OnProgressEventHandler:function(_a8c){var iNow=new Date().getTime();if(iNow-this._LastReportTime>this._ReportPeriod||_a8c.Progress.BytesTotal===_a8c.Progress.BytesLoaded){this._RaiseOnProgressEvent(_a8c.Progress);this._LastReportTime=iNow;}},_OnErrorEventHandler:function(_a8e){this._RaiseOnErrorEvent(_a8e.Error);},_RemoveRequestContextEventListeners:function(){ITHit.Events.RemoveAllListeners(this._RequestContext,"OnUploadProgress");ITHit.Events.RemoveAllListeners(this._RequestContext,"OnError");delete this._RequestContext;},_SetDefaultHeaders:function(_a8f){_a8f.Headers.Add("If-Modified-Since","Mon, 26 Jul 1997 05:00:00 GMT");_a8f.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(_a90){this._Session=_a90;this._WorkList=new ITHit.WebDAV.Client.Upload.Collections.Map();},_SendRequest:function(oUrl){var _a92=this._Session.CreateRequest(this.__className+".GeneratePathAsync()");ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_a92,oUrl.toString(),[],ITHit.WebDAV.Client.Encoder.Encode(oUrl.GetHost()),function(_a93){if(_a93.IsAborted){_a92.MarkAbort();}else{_a92.MarkFinish();}this._CallAwaiters(oUrl,_a93);}.bind(this));return _a92;},_RecurrentGenerate:function(_a94,_a95,_a96,_a97){var _a98=null;var _a99=null;var _a9a=function(_a9b,_a9c){if(!!_a98){_a98.AbortAsync(_a9b,_a9c);return;}if(!!_a99){_a99(_a9b,_a9c);}_a9b.call(_a97);};var _a9d=_a95.slice();var _a9e=[];while(_a9d.length>0){var oUrl=_a9d[0];if(!_a94.Has(oUrl)){break;}_a9e.push(oUrl);_a9d.splice(0,1);}if(_a9d.length===0){_a96.call(_a97,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_a9e));return _a9a;}var _aa0=_a9d.shift();if(!this._IsInWork(_aa0)){_a98=this._SendRequest(_aa0);}this._AddAwaiter(_aa0,function(_aa1){if(!_aa1.IsSuccess&&!this._IsConflictResult(_aa1)){_a96.call(_a97,_aa1);return;}_a94.Add(_aa0);_a9e.push(oUrl);_a98=null;_a99=this._RecurrentGenerate(_a94,_a9d,function(_aa2){if(_aa2.IsSuccess||this._IsConflictResult(_aa1)){_aa2.Result.concat(_a9e);_aa2=ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(_a9e);}_a99=null;_a96.call(_a97,_aa2);return;},this);}.bind(this));return _a9a;},GeneratePathAsync:function(_aa3,oUrl,_aa5,_aa6){var _aa7=this._GetAncestorsPaths(oUrl);if(_aa7.length===0){return _aa5.call(_aa6,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([]));}return this._RecurrentGenerate(_aa3,_aa7,_aa5,_aa6);},_Session:null,_WorkList:null,_GetAncestorsPaths:function(oUrl){var _aa9=oUrl.GetRelativePath().split("/");if(_aa9.length===0){return [];}if(_aa9[_aa9.length-1]===""){_aa9=_aa9.slice(0,-1);}var _aaa=[];var path="";for(var i=0;i<_aa9.length-1;i++){if(path!==""){path+="/";}path+=_aa9[i];_aaa.push(new ITHit.WebDAV.Client.Upload.Utils.DavUrl(path,oUrl.GetBaseUrl()));}return _aaa;},_IsInWork:function(oUrl){var _aae=this._WorkList.Get(oUrl.toString());return _aae&&(_aae.length>0);},_AddAwaiter:function(oUrl,_ab0){var _ab1=this._WorkList.Get(oUrl.toString());var _ab2=[];if(_ab1){_ab2=_ab2.concat(_ab1);}_ab2.push(_ab0);this._WorkList.Set(oUrl.toString(),_ab2);},_CallAwaiters:function(oUrl,_ab4){var _ab5=this._WorkList.Get(oUrl.toString());this._WorkList.Delete(oUrl.toString());_ab5.forEach(function(_ab6){_ab6(_ab4);});},_IsConflictResult:function(_ab7){if(_ab7.IsSuccess){return false;}if(_ab7.Error&&_ab7.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,_ab9,_aba){var _abb=this.CreateRequest(this.__className+".ReportAsync()");var _abc=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.Report.GoAsync(_abb,sUrl,_abc,null,null,function(_abd){_abb.MarkFinish();_ab9.call(_aba,_abd);});return _abb;},CancelUploadAsync:function(sUrl,_abf){var _ac0=this.CreateRequest(this.__className+".CancelUpload()");var _ac1=ITHit.WebDAV.Client.HierarchyItem.GetHost(sUrl);ITHit.WebDAV.Client.Methods.CancelUpload.GoAsync(_ac0,sUrl,[],_ac1,function(_ac2){_ac0.MarkFinish();var _ac3=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ac2.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ac3=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}else{if(!_ac2.IsSuccess){_ac3=new ITHit.WebDAV.Client.AsyncResult(_ac2.IsSuccess,_ac2.IsSuccess,_ac2.Error);}}_abf(_ac3);});return _ac0;},CheckExistsAsync:function(sUrl,_ac5,_ac6){_ac5=_ac5||function(){};return this.OpenItemAsync(ITHit.WebDAV.Client.Encoder.Encode(sUrl),[],function(_ac7){var _ac8=new ITHit.WebDAV.Client.AsyncResult(true,true,null);if(_ac7.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ac8=new ITHit.WebDAV.Client.AsyncResult(false,true,null);}else{if(!_ac7.IsSuccess){_ac8=new ITHit.WebDAV.Client.AsyncResult(_ac7.IsSuccess,_ac7.IsSuccess,_ac7.Error);}}_ac5.call(_ac6,_ac8);});},DeleteAsync:function(_ac9,_aca,_acb){_aca=_aca||null;var _acc=ITHit.WebDAV.Client.HierarchyItem.GetHost(_ac9);var _acd=this.CreateRequest(this.__className+".DeleteAsync()");ITHit.WebDAV.Client.Methods.Delete.GoAsync(_acd,_ac9,_aca,_acc,function(_ace){if(!_ace.IsSuccess&&_ace.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){_ace=new ITHit.WebDAV.Client.AsyncResult(true,true,null);}_acd.MarkFinish();_acb(_ace);});return _acd;},CreateFolderRangeAsync:function(_acf,_ad0,_ad1,_ad2){_ad0=_ad0||null;_ad1=_ad1||ITHit.Utils.NoOp;var _ad3=_acf.length;var _ad4=this.CreateRequest(this.__className+".CreateFolderRangeAsync()",_ad3);this._PerformCreateFolderRangeMethodAsync(_ad4,_acf,_ad0,function(_ad5){_ad4.MarkFinish();_ad1.call(_ad2,_ad5);});return _ad4;},_PerformCreateFolderRangeMethodAsync:function(_ad6,_ad7,_ad8,_ad9,_ada){_ad9=_ad9||ITHit.Utils.NoOp;_ad7=_ad7.slice();var _adb=_ad7.unshift();var _adc=ITHit.WebDAV.Client.Encoder.Encode(_adb.GetHref());var _add=ITHit.WebDAV.Client.Encoder.Encode(_adb.GetHost());ITHit.WebDAV.Client.Methods.Mkcol.GoAsync(_ad6,_adc,_ad8,_add,function(_ade){if(_ade.IsSuccess||_ade.Error instanceof ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException){_ade=new ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult([_adb]);}if(_ad7.length>0&&_ade.IsSuccess){this._PerformCreateFolderRangeMethodAsync(_ad6,_ad7,_ad8,function(_adf){if(_adf.IsSuccess){_adf.Result.push(_adb);}_ad9.call(_ada,_adf);return;},this);}else{_ad9.call(_ada,_ade);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(_ae2,_ae3,_ae4,_ae5){this._RoundsCount=_ae2;this._Handler=_ae4;this._EndHandler=_ae5;this._IsActive=!!_ae2;this._RepeatTime=_ae3;},Stop:function(_ae6){this._IsActive=false;this._RoundsCount=0;this._EndHandler(_ae6);},_RunRound:function(){if(this._IsActive){this._Handler(this);}else{this.Stop();}},EndRound:function(_ae7){this._RoundsCount--;if(this._RoundsCount===0){this.Stop(_ae7);}else{setTimeout(this._RunRound.bind(this),this._RepeatTime);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.RepeatableAction",null,{_Action:null,constructor:function(_ae8){this._Action=_ae8;},RunAsync:function(_ae9,_aea,_aeb){var _aec=new ITHit.WebDAV.Client.Upload.Utils.RepeatableActionContext(_ae9,_aea,this._Action,_aeb);_aec._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(_aee,_aef,_af0){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadError;this.Error=_aef;this._super(_aee,_af0);},_Retry:function(){this._Handle(self.GetRetryResult(this.Error));},_SkipRetry:function(){this._Handle(self.GetSkipResult(this.Error));}},{GetSkipResult:function(_af1){return {Action:"skip",Error:_af1};},GetRetryResult:function(_af2){return {Action:"retry",Error:_af2};}});})();(function(){ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.Error",ITHit.WebDAV.Client.Upload.Events.BaseEvent,{Error:null,constructor:function(_af3,_af4){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnError;this.Error=_af4;this.Sender=_af3;}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.BaseState",null,{OnEnter:function(_af5){},OnLeave:function(_af6){},StartUploadAsync:function(_af7,_af8){_af8();},PauseUpload:function(_af9,_afa){_afa();},AbortUpload:function(_afb,_afc,_afd,_afe){_afe();},Skip:function(_aff){},OnUploadLocationPrepared:function(_b00,_b01){},OnUploadProgressPrepared:function(_b02,_b03){},OnContentCompleted:function(_b04,_b05){},OnRetryResult:function(_b06,_b07){},_CompletePauseAsync:function(_b08,_b09,_b0a){if(_b08.IsRetrySchedule){_b08.IsRetrySchedule=false;}_b08.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetPausedState());_b09.call(_b0a);},_StartPauseAsync:function(_b0b,_b0c){_b0b._ProgressTracker.StopTracking();_b0b.CancelAllRequests(function(){if(_b0b.IsContentSend){_b0b.SyncProgressWithServerAsync(function(_b0d){this._CompletePauseAsync(_b0b,_b0c);},this);return;}this._CompletePauseAsync(_b0b,_b0c);},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(_b0e){_b0e.GetProgressTracker().StopTracking();_b0e.GetProgressTracker().SetCompleted();},StartUploadAsync:function(_b0f,_b10){_b0f.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b0f,_b10);}});})();(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(_b11,_b12){_b11.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b11,_b12);}});})();(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(_b13,_b14){_b13.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b13,_b14);},Skip:function(_b15){_b15.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetSkippedState());},PauseUpload:function(_b16,_b17){this._StartPauseAsync(_b16,_b17);},AbortUpload:function(_b18,_b19,_b1a,_b1b){_b18.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());this._super(_b18,_b19,_b1a,_b1b);}});})();(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(_b1c){_b1c.GetProgressTracker().StopTracking();_b1c.GetProgressTracker().Reset();},StartUploadAsync:function(_b1d,_b1e){_b1d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());this._super(_b1d,_b1e);}});})();(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(_b1f){_b1f.PrepareUploadLocation();},PauseUpload:function(_b20,_b21){this._StartPauseAsync(_b20,_b21);},AbortUpload:function(_b22,_b23,_b24,_b25){_b22.CancelAllRequests(function(){_b22.GetProgressTracker().StopTracking();_b22.CancelAndDeleteAsync(_b23,_b24,function(_b26){if(_b26.IsSuccess){_b22.GetProgressTracker().Reset();_b22.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b22.AddError(_b26.Error);_b22.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b25();},this);},this);},OnContentCompleted:function(_b27,_b28){var _b29=_b28.Result;if(_b29.IsAborted){return;}if(_b29.IsSuccess){_b27.GetProgressTracker().SetCompleted();_b27.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());return;}this._HandleError(_b27,_b29);},_HandleError:function(_b2a,_b2b){_b2a.AddError(_b2b.Error);_b2a.BeginRetry(_b2b.Error);},OnRetryResult:function(_b2c,_b2d){if(_b2d.Action==="skip"){_b2c.AddError(_b2d.Error);_b2c.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());return;}if(_b2c.IsContentSend){_b2c.SyncProgressWithServerAsync(function(_b2e){if(_b2e.Error){this._HandleError(_b2d.Error);}else{this.OnEnter(_b2c);}},this);return;}this.OnEnter(_b2c);},OnUploadLocationPrepared:function(_b2f,_b30){if(_b30.IsAborted){return;}if(!_b30.IsSuccess){this._HandleError(_b2f,_b30);return;}_b2f._SendContent();}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.States.ResumeState",ITHit.WebDAV.Client.Upload.States.UploadingState,{OnEnter:function(_b31){if(_b31.IsContentSend){_b31.PrepareProgress();return;}this._super(_b31);},OnUploadProgressPrepared:function(_b32,_b33){if(_b33.IsAborted){return;}if(!_b33.IsSuccess){this._HandleError(_b32,_b33);return;}if(_b32.GetProgressTracker().IsCompleted()){_b32.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCompletedState());}_b32._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(_b34){_b34.GetProgressTracker().StopTracking();_b34.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b35,_b36){_b35.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetResumeState());this._super(_b35,_b36);},AbortUpload:function(_b37,_b38,_b39,_b3a){if(_b37.IsContentSend){_b37.CancelAndDeleteAsync(_b38,_b39,function(_b3b){if(_b3b.IsSuccess){_b37.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());}else{_b37.AddError(_b3b.Error);_b37.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState());}_b3a();},this);}else{_b37.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetCanceledState());_b3a();}}});})();(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(_b3c){_b3c.GetProgressTracker().StopTracking();_b3c.GetProgressTracker().ResetSpeed();},StartUploadAsync:function(_b3d,_b3e){_b3d.SetState(ITHit.WebDAV.Client.Upload.States.Factory.GetUploadingState());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(){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(_b45){switch(_b45){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(_b46,oUrl){this._Session=_b46;this._Url=oUrl;},GetProgressAsync:function(_b48,_b49){return this._Session.GetProgressReportAsync(this._Url.GetHref(),function(_b4a){if(_b4a.IsSuccess&&_b4a.Result[0]){var _b4b=_b4a.Result[0];_b48.call(_b49,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(_b4b));return;}_b48.call(_b49,_b4a);},this);},CancelUploadAsync:function(_b4c,_b4d){this._Session.CancelUploadAsync(this._Url.GetHref(),function(_b4e){_b4c.call(_b4d,_b4e);});},DeleteAsync:function(_b4f,_b50,_b51,_b52){var that=this;var _b54=new ITHit.WebDAV.Client.Upload.Utils.RepeatableAction(function(_b55){that._Session.DeleteAsync(that._Url.GetHref(),null,function(_b56){if(_b56.IsSuccess){_b55.Stop(_b56);}else{_b55.EndRound(_b56);}});});_b54.RunAsync(_b4f,_b50,function(_b57){_b51.call(_b52,_b57);});},CancelAndDeleteAsync:function(_b58,_b59,_b5a,_b5b){this.CancelUploadAsync(function(_b5c){if(!_b5c.IsSuccess){return _b5a.call(_b5b,_b5c);}this.DeleteAsync(_b58,_b59,_b5a,_b5b);},this);},_Url:null,_Session:null});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Providers.UploadProvider",null,{Session:null,_UploadItem:null,constructor:function(_b5d,_b5e,_b5f,oUrl,_b61){this.FSEntry=_b5f;this.Url=oUrl;this.Settings=new ITHit.WebDAV.Client.Upload.ItemSettings();if(this.FSEntry.IsFile()){this.Settings.DeleteOnCancel=_b61.DeleteOnCancel;}else{this.Settings.DeleteOnCancel=false;}this.Session=_b5d;this._UploadItem=_b5e;this._ProgressTracker=new ITHit.WebDAV.Client.Upload.Providers.ProgressTracker(this.FSEntry.GetSize());this._State=ITHit.WebDAV.Client.Upload.States.Factory.GetState(_b61.State);this.Errors=[];this.UploadLocation=_b5d.CreateUploadLocation(this.Url);this.ServerItem=new ITHit.WebDAV.Client.Upload.ServerItem(_b5d,this.Url);this.ContentWriter=_b5d.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(_b62){this._BeginStateChange();this._State.StartUploadAsync(this,_b62);},PauseUpload:function(_b63){this._BeginStateChange();this._State.PauseUpload(this,_b63);},AbortUpload:function(_b64,_b65,_b66){this._BeginStateChange();_b66=_b66||function(){};this._State.AbortUpload(this,_b64,_b65,_b66);},Skip:function(){this._BeginStateChange();this._State.Skip(this);},GetGroup:function(){return this._UploadItem.GetGroup();},GetProgressTracker:function(){return this._ProgressTracker;},_ProgressTracker:null,AddListener:function(_b67,_b68,_b69){this._ValidateEventName(_b67);_b69=_b69||null;ITHit.Events.AddListener(this,_b67,_b68,_b69);},RemoveListener:function(_b6a,_b6b,_b6c){this._ValidateEventName(_b6a);_b6c=_b6c||null;ITHit.Events.RemoveListener(this,_b6a,_b6b,_b6c);},_ValidateEventName:function(_b6d){switch(_b6d){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 `"+_b6d+"`");}},CheckRetryAsync:function(_b6e,_b6f,_b70){var _b71=new ITHit.WebDAV.Client.Upload.Events.UploadError(this._UploadItem,_b6e,function(_b72){if(!this.IsRetrySchedule){return;}_b6f.call(_b70,_b72);}.bind(this));if(!this._UploadItem.OnUploadErrorCallback&&(ITHit.Events.ListenersLength(this._UploadItem,_b71.Name)===0)){_b6f.call(_b70,ITHit.WebDAV.Client.Upload.Events.UploadError.GetSkipResult(_b6e));return;}this.IsRetrySchedule=true;if(this._UploadItem.OnUploadErrorCallback){this._UploadItem.OnUploadErrorCallback.call(this,_b71);}ITHit.Events.DispatchEvent(this._UploadItem,_b71.Name,_b71);},Errors:null,LastError:null,AddError:function(_b73){this.AddErrorSilent(_b73);this._RiseOnErrorEvent(_b73);},AddErrorSilent:function(_b74){this.LastError=_b74;this.Errors.push(_b74);},SetFailed:function(_b75){var _b76=ITHit.WebDAV.Client.Upload.States.Factory.GetFailedState();this.AddError(_b75);this.SetState(_b76);},_RiseOnErrorEvent:function(_b77){var _b78=new ITHit.WebDAV.Client.Upload.Events.Error(this,_b77);ITHit.Events.DispatchEvent(this,_b78.Name,_b78);},UploadLocation:null,IsContentSend:false,ServerItem:null,_LoadHandler:function(_b79){if(_b79.Result.Error instanceof ITHit.WebDAV.Client.Exceptions.ConflictException){this.UploadLocation.SetNotExists();this.IsContentSend=false;}this._State.OnContentCompleted(this,_b79);},_StartLoadHandler:function(_b7a){this.IsContentSend=true;},OnRequestProgressEventHandler:function(_b7b){this.GetProgressTracker().UpdateBytes(_b7b.Progress.BytesLoaded,_b7b.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 _b7c=new ITHit.WebDAV.Client.Upload.FileSpan(this.FSEntry.GetFile(),this._ProgressTracker.GetProgress().UploadedBytes);if(_b7c.IsFullFile()&&(this.Settings.ForceRewrite||this.IsContentSend)){this.ContentWriter.BeginRewrite(this.FSEntry);return;}if(_b7c.IsFullFile()&&!(this.Settings.ForceRewrite&&this.IsContentSend)){this.ContentWriter.BeginWrite(this.FSEntry);return;}this.ContentWriter.BeginAppend(_b7c);}},SyncProgressWithServerAsync:function(_b7d,_b7e){if(!this._ProgressTracker.IsCountable()){return this.Session.CheckExistsAsync(this.Url.GetUrl(),function(_b7f){if(!_b7f.IsSuccess){_b7d.call(_b7e,_b7f);return;}if(_b7f.Result===true){this._ProgressTracker.SetCompleted();_b7d.call(_b7e,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}this._ProgressTracker.Reset();_b7d.call(_b7e,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));},this);}return this.ServerItem.GetProgressAsync(function(_b80){if(_b80.IsSuccess){this._ProgressTracker.SyncProgress(_b80.Result);_b7d.call(_b7e,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}if(_b80.Error instanceof ITHit.WebDAV.Client.Exceptions.NotFoundException){this._ProgressTracker.Reset();_b7d.call(_b7e,ITHit.WebDAV.Client.CancellableResult.CreateSuccessfulResult(this._ProgressTracker.GetProgress()));return;}_b7d.call(_b7e,ITHit.WebDAV.Client.CancellableResult.CreateFailedResult(_b80.Error));},this);},IsRetrySchedule:false,PrepareUploadLocation:function(){this.UploadLocation.SetCache(this.GetGroup().PathMap);this.UploadLocation.CreateAsync(this._OnGeneratePathCompleted,this);},_OnGeneratePathCompleted:function(_b81){if(_b81.IsAborted){return;}this._State.OnUploadLocationPrepared(this,_b81);},CancelAllRequests:function(_b82,_b83){this._CancelProgressAsync(function(){this._CancelLocationCreateAsync(function(){this._CancelContentSendingAsync(_b82,_b83);},this);},this);},_CancelLocationCreateAsync:function(_b84,_b85){if(this.UploadLocation.IsInProgress()){this.UploadLocation.AbortRunningCreationAsync(function(){_b84.call(_b85);},this);}else{_b84.call(_b85);}},_CancelContentSendingAsync:function(_b86,_b87){if(this.ContentWriter.IsActive()){this.ContentWriter.AbortAsync(function(){_b86.call(_b87);},this);}else{_b86.call(_b87);}},_CancelProgressAsync:function(_b88,_b89){if(this.IsProgressSyncInProgress){this._SyncProgressRequest.AbortAsync(function(){_b88.call(_b89);},this);}else{_b88.call(_b89);}},_SyncProgressRequest:null,IsProgressSyncInProgress:false,PrepareProgress:function(){this._SyncProgressRequest=this.SyncProgressWithServerAsync(this._OnUpdateFromServerCompleted,this);},_OnUpdateFromServerCompleted:function(_b8a){this.IsProgressSyncInProgress=false;if(_b8a.IsAborted){return;}this._State.OnUploadProgressPrepared(this,_b8a);},_IsStateChanging:function(){return this._IsChanging;},SetState:function(_b8b){var _b8c=this._State;this._State.OnLeave(this);this._State=_b8b;this._State.OnEnter(this);var _b8d=new ITHit.WebDAV.Client.Upload.Events.StateChanged(this,_b8c.GetAsEnum(),this._State.GetAsEnum());ITHit.Events.DispatchEvent(this,_b8d.Name,_b8d);},GetState:function(){return this._State;},_State:null,_IsChanging:false,_BeginStateChange:function(){this._IsChanging=true;},_EndStateChange:function(){this._IsChanging=false;},ContentWriter:null,BeginRetry:function(_b8e){this._ProgressTracker.StopTracking();this.CheckRetryAsync(_b8e,this._OnCheckRetryCompleted,this);},_OnCheckRetryCompleted:function(_b8f){this._State.OnRetryResult(this,_b8f);},Settings:null,FSEntry:null,Url:null,CancelAndDeleteAsync:function(_b90,_b91,_b92,_b93){this.ServerItem.CancelUploadAsync(function(_b94){if(!this.Settings.DeleteOnCancel){_b92.call(_b93,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));return;}this.ServerItem.DeleteAsync(_b90,_b91,function(_b95){if(!_b95.IsSuccess&&!this.Settings.IgnoreCancelErrors){return _b92.call(_b93,_b94);}this.IsContentSend=false;_b92.call(_b93,ITHit.WebDAV.Client.AsyncResult.CreateSuccessfulResult(null));},this);},this);},GetProgress:function(){return this._ProgressTracker.GetProgress();},_SetProgress:function(_b96){var _b97=this._Progress;this._Progress=_b96;var _b98=new ITHit.WebDAV.Client.Upload.Events.ProgressChanged(this,_b97,_b96);ITHit.Events.DispatchEvent(this,_b98.Name,_b98);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated",ITHit.WebDAV.Client.Upload.Events.AsyncEvent,{Items:[],Skip:function(_b99){if(this._IsHandled){return;}this._Skip(_b99);},SkipAll:function(){if(this._IsHandled){return;}this._Skip(this.Items);},OverwriteAll:function(){if(this._IsHandled){return;}this._Overwrite(this.Items);},Overwrite:function(_b9a){if(this._IsHandled){return;}this._Overwrite(_b9a);},UploadAll:function(){if(this._IsHandled){return;}this.Upload(this.Items);},Upload:function(_b9b){if(this._IsHandled){return;}this._Handle({Skip:[],Overwrite:[],Original:this.Items,Upload:_b9b});},constructor:function(_b9c,_b9d,_b9e){this.Name=ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated;this.Items=_b9d||[];this._super(_b9c,_b9e);},_Overwrite:function(_b9f){var _ba0=this._CreateResult([],_b9f);this._Handle(_ba0);},_Skip:function(_ba1){var _ba2=this._CreateResult(_ba1,[]);this._Handle(_ba2);},_CreateResult:function(_ba3,_ba4){return {Skip:_ba3||[],Overwrite:_ba4||[],Original:this.Items};},_Handle:function(_ba5){_ba5=_ba5||this._CreateResult();this._super(_ba5);}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.Utils.Array",null,{},{MapParallel:function(_ba6,_ba7,_ba8,_ba9){var _baa=[];var _bab=0;if(_ba6.length===0){setTimeout(_ba8.apply(_ba9,_ba6));}for(var i=0;i<_ba6.length;i++){_ba7.apply(_ba9,[_ba6[i],i,_ba6,ITHit.Utils.MakeScopeClosure(this,function(i,_bae){_baa[i]=_bae;_bab++;if(_bab===_ba6.length){setTimeout(_ba8.call(_ba9,_baa));}},i)]);}},DistinctBy:function(_baf,_bb0,_bb1){var map=Object.create(null);_bb0=_bb0||Object.prototype.toString;for(var i=0;i<_baf.length;i++){var _bb4=_bb0.call(_bb1,_baf[i]).toString();if(!map[_bb4]){map[_bb4]=_baf[i];}}return Object.keys(map).map(function(sKey){return map[sKey];});},Take:function(_bb6,_bb7){if(!_bb7){return [_bb6.shift()];}var _bb8=(_bb6.length>_bb7)?_bb7:_bb6.length;var _bb9=[];for(var i=0;i<_bb8;i++){_bb9.push(_bb6.shift());}return _bb9;},Remove:function(_bbb,_bbc){var _bbd=_bbb.indexOf(_bbc);if(_bbd>-1){_bbb.splice(_bbd,1);}}});})();(function(){"use strict";ITHit.DefineClass("ITHit.WebDAV.Client.Upload.AutoUploader",null,{constructor:function(_bbe){this._ParallelUploads=_bbe||0;this._QueueArray=[];this._Active=[];this._Reserve=0;},AddRange:function(_bbf){_bbf.forEach(this._AddToQueue,this);this._StartUploads();},Add:function(_bc0){this._AddToQueue(_bc0);this._StartUploads();},Remove:function(_bc1){_bc1.RemoveListener(ITHit.WebDAV.Client.Upload.Events.EventName.OnStateChanged,this._OnStateChangeEventHandler,this);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._QueueArray,_bc1);ITHit.WebDAV.Client.Upload.Utils.Array.Remove(this._Active,_bc1);this._StartUploads();},Reserve:function(_bc2){_bc2=_bc2||1;this._Reserve+=_bc2;},Release:function(_bc3){_bc3=_bc3||1;this._Reserve-=_bc3;this._StartUploads();},GetBusy:function(){return this._Active.length+this._Reserve;},GetFree:function(){var _bc4=this.GetBusy();if(_bc4>=this._ParallelUploads){return 0;}else{if(_bc4===0){return this._ParallelUploads;}else{return (this._ParallelUploads-_bc4)%this._ParallelUploads;}}},_QueueArray:null,_Active:null,_ParallelUploads:0,_OnStateChangeEventHandler:function(_bc5){if(_bc5.NewState!==ITHit.WebDAV.Client.Upload.State.Uploading){this.Remove(_bc5.Sender);}else{this._StartUploads();}},_StartUploads:function(){if(this._QueueArray.length===0){return;}var _bc6=this.GetFree();if(_bc6<=0){return;}var _bc7=ITHit.WebDAV.Client.Upload.Utils.Array.Take(this._QueueArray,_bc6);if(_bc7.length<1){return;}this.Reserve(_bc7.length);_bc7.forEach(this._StartSingle,this);},_StartSingle:function(_bc8){this._Active.push(_bc8);_bc8.StartAsync();this.Release();},_AddToQueue:function(_bc9){this._QueueArray.push(_bc9);_bc9.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(_bca){this.Uploader=_bca;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(_bcb){var _bcc=this.GetByUrl(_bcb.GetUrl());var _bcd=_bcc.GetState();return !(_bcd===ITHit.WebDAV.Client.Upload.State.Uploading||_bcd===ITHit.WebDAV.Client.Upload.State.Paused);},AddGroup:function(sUrl,_bcf,_bd0){var _bd1=[];for(var i=0;i<_bcf.length;i++){var _bd3=_bcf[i];var _bd4=new ITHit.WebDAV.Client.Upload.UploadItem(sUrl,_bd3,_bd0,this._Session,this._GroupManager,this.Uploader.Settings);if(this.HasUrl(_bd4.GetUrl())){if(this.ShouldReplaceDuplicate(_bd4)){this.RemoveByUrl(_bd4.GetUrl());}else{continue;}}_bd1.push(_bd4);}this._DispatchOnUploadItemsCreatedAsync(_bd1,this._OnUploadItemsCreatedAsyncDispatched.bind(this));},Add:function(_bd5){var sUrl=_bd5.GetUrl();if(this.HasUrl(sUrl)){return;}this._UnderlyingArray.push(_bd5);var _bd7=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,[_bd5]);ITHit.Events.DispatchEvent(this,_bd7.Name,[_bd7]);this._AutoUploader.Add(_bd5);},AddRange:function(_bd8){for(var i=0;i<_bd8.length;i++){var _bda=_bd8[i];var sUrl=_bda.GetUrl();if(this.HasUrl(sUrl)){continue;}this._UnderlyingArray.push(_bda);}this._GroupManager.CreateGroup(_bd8);this._OnQueueChanged(_bd8,null);var _bdc=_bd8.filter(function(_bdd){return _bdd.GetState()===ITHit.WebDAV.Client.Upload.State.Queued;});this._AutoUploader.AddRange(_bdc);},Restart:function(_bde){for(var i=0;i<_bde.length;i++){if(!this.HasUrl(_bde[i].GetUrl())){throw new ITHit.Exceptions.ArgumentException("Item should be a part of queue`");}}this._AutoUploader.AddRange(_bde);},GetByUrl:function(sUrl){return ITHit.Utils.FindBy(this._UnderlyingArray,function(_be1){return _be1.GetUrl()===sUrl;});},GetLength:function(){return this._UnderlyingArray.length;},HasUrl:function(sUrl){return !!this.GetByUrl(sUrl);},RemoveByUrl:function(sUrl){var _be4=this.GetByUrl(sUrl);if(!_be4){return;}var _be5=_be4.GetState();if(_be5===ITHit.WebDAV.Client.Upload.State.Uploading||_be5===ITHit.WebDAV.Client.Upload.State.Paused){_be4.Abort();}var _be6=ITHit.Utils.IndexOf(this._UnderlyingArray,_be4);this._UnderlyingArray.splice(_be6,1);this._OnQueueChanged(null,[_be4]);this._AutoUploader.Remove(_be4);},OnUploadItemsCreatedCallback:null,_OnQueueChanged:function(_be7,_be8){var _be9=new ITHit.WebDAV.Client.Upload.Events.QueueChanged(this,_be7,_be8);ITHit.Events.DispatchEvent(this,_be9.Name,[_be9]);},_DispatchOnUploadItemsCreatedAsync:function(_bea,_beb){var _bec=new ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated(this,_bea.slice(),_beb);if(!this.OnUploadItemsCreatedCallback&&(ITHit.Events.ListenersLength(this,_bec.Name)===0)){_bec.OverwriteAll();}if(this.OnUploadItemsCreatedCallback){this.OnUploadItemsCreatedCallback(_bec);}ITHit.Events.DispatchEvent(this,_bec.Name,_bec);},AddListener:function(_bed,_bee,_bef){_bef=_bef||null;switch(_bed){case ITHit.WebDAV.Client.Upload.Events.EventName.OnQueueChanged:case ITHit.WebDAV.Client.Upload.Events.EventName.OnUploadItemsCreated:ITHit.Events.AddListener(this,_bed,_bee,_bef);break;default:throw new ITHit.WebDAV.Client.Exceptions.WebDavException("Not found event name `"+_bed+"`");}},RemoveListener:function(_bf0,_bf1,_bf2){ITHit.Events.RemoveListener(this,_bf0,_bf1,_bf2);},_OnUploadItemsCreatedAsyncDispatched:function(_bf3){if(_bf3.Upload){this.AddRange(_bf3.Upload);return;}this._OnUploadItemsCreatedAsyncDispatchedDeprecated(_bf3);},_OnUploadItemsCreatedAsyncDispatchedDeprecated:function(_bf4){var _bf5=this._FilterSkippedItems(_bf4);var _bf6=this._CreateUrlUploadItemMap(_bf4.Overwrite);_bf5.forEach(function(_bf7){if(_bf6.Has(_bf7.GetUrl())){_bf7.SetOverwrite(true);}});this.AddRange(_bf5);},_FilterSkippedItems:function(_bf8){var _bf9=this._CreateUrlUploadItemMap(_bf8.Skip);return _bf8.Original.filter(function(_bfa){return !_bf9.Has(_bfa.GetUrl());});},_CreateUrlUploadItemMap:function(_bfb){var oMap=new ITHit.WebDAV.Client.Upload.Collections.Map();_bfb.forEach(function(_bfd){oMap.Set(_bfd.GetUrl(),_bfd);});return oMap;},_GroupManager:null});})();(function(){"use strict";var _bfe=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.DropZoneCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_bff){this._Uploader=_bff;this._UnderlyingSet={};},AddById:function(_c00){var _c01=this.GetById(_c00);if(_c01){return _c01;}var _c02=new ITHit.WebDAV.Client.Upload.Controls.DropZone(_c00);this._UnderlyingSet[_c00]=_c02;this._RaiseOnCollectionChanged([_c02],[]);return _c02;},GetById:function(_c03){return this._UnderlyingSet[_c03];},RemoveById:function(_c04){var _c05=this.GetById(_c04);if(_c05){delete this._UnderlyingSet[_c04];this._RaiseOnCollectionChanged([],[_c05]);}},AddListener:function(_c06,_c07,_c08){_c08=_c08||null;this._CheckEventNameOtThrow(_c06);ITHit.Events.AddListener(this,_c06,_c07,_c08);},RemoveListener:function(_c09,_c0a,_c0b){_c0b=_c0b||null;this._CheckEventNameOtThrow(_c09);ITHit.Events.RemoveListener(this,_c09,_c0a,_c0b);},_CheckEventNameOtThrow:function(_c0c){if(_c0c!==_bfe.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c0c);}},_RaiseOnCollectionChanged:function(_c0d,_c0e){ITHit.Events.DispatchEvent(this,_bfe.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c0d||[],RemovedItems:_c0e||[]}]);}},{EVENT_ON_COLLECTION_CHANGED:"OnCollectionChanged"});})();(function(){var _c0f=ITHit.DefineClass("ITHit.WebDAV.Client.Upload.InputCollection",null,{_UnderlyingSet:null,Uploader:null,constructor:function(_c10){this._UnderlyingArray=[];this._Uploader=_c10;},AddById:function(_c11){var _c12=new ITHit.WebDAV.Client.Upload.Controls.Input(_c11);this._UnderlyingArray[_c11]=_c12;this._RaiseOnCollectionChanged([_c12],[]);return _c12;},GetById:function(_c13){return this._UnderlyingArray[_c13];},RemoveById:function(_c14){var _c15=this.GetById(_c14);if(_c15){delete this._UnderlyingSet[_c14];this._RaiseOnCollectionChanged([],[_c15]);}},AddListener:function(_c16,_c17,_c18){_c18=_c18||null;this._CheckEventNameOtThrow(_c16);ITHit.Events.AddListener(this,_c16,_c17,_c18);},RemoveListener:function(_c19,_c1a,_c1b){_c1b=_c1b||null;this._CheckEventNameOtThrow(_c19);ITHit.Events.RemoveListener(this,_c19,_c1a,_c1b);},_CheckEventNameOtThrow:function(_c1c){if(_c1c!==_c0f.EVENT_ON_COLLECTION_CHANGED){throw new ITHit.WebDAV.Client.Exceptions.NotFoundEventNameException(_c1c);}},_RaiseOnCollectionChanged:function(_c1d,_c1e){ITHit.Events.DispatchEvent(this,_c0f.EVENT_ON_COLLECTION_CHANGED,[{Sender:this,AddedItems:_c1d||[],RemovedItems:_c1e||[]}]);}},{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(_c20){_c20.AddedItems.forEach(function(_c21){_c21.AddListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));_c20.RemovedItems.forEach(function(_c22){_c22.RemoveListener(ITHit.WebDAV.Client.Upload.Controls.HtmlControl.EVENT_ON_FILE_INPUT_HANDLED,this._OnFileInputEventHandler.bind(this));}.bind(this));},_OnFileInputEventHandler:function(_c23){this.Queue.AddGroup(this._UploadUrl,_c23.AsyncResult.Result,_c23.Source);}});})();ITHit.Temp={};
|